body,
body > .page-content-wrapper,
html {
  overflow: visible !important;
}

/* old */
.overview-content {
  font-size: 16px;
  max-width: 1200px;
  width: 75em;
  margin: 0 auto;
  font-family: manrope;
}
.overview-content img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.overview-content .m-hide {
  display: block;
}
.overview-content .m-show {
  display: none;
}
@media (max-width: 1024px) {
  .overview-content {
    font-size: 10px;
  }
}
@media (max-width: 736px) {
  .overview-content {
    font-size: 10.35px;
    max-width: 100vw;
    width: 100vw;
  }
  .overview-content .m-show {
    display: block;
    /* width: 100%; */
  }
  .overview-content .m-hide {
    display: none;
  }
}
@media (max-width: 414px) {
  .overview-content {
    font-size: 2.5vw;
  }
}

/* new */
.overview-content sup {
  font-size: 0.5556em;
}
.overview-content .white {
  color: #fff;
}
.overview-content .omada-green {
  color: #008055;
}
.overview-content .omada-light-green {
  color: #00e194;
}
.overview-content .omada-deep-green {
  color: #0a5a5a;
}
.overview-content .tp-color {
  color: #4acbd6;
}
.overview-content .smb-color {
  color: #005564;
}
.overview-content .no-wrap {
  white-space: nowrap;
}
.overview-content .m-show {
  display: none;
}
@media (max-width: 736px) {
  .overview-content .m-show {
    display: block;
  }
  .overview-content .m-hide {
    display: none;
  }
}

.overview-content .product-banner {
  font-size: 16px;
  max-width: 1200px;
  height: 30em;
  margin: 0 auto;
  background: url('img/a.jpg') top / 75em no-repeat;
  display: flex;
  align-items: center;
}

.overview-content .product-banner .w-container {
  width: 53em;
  margin: 0 auto;
  position: relative;
  padding-bottom: 1em;
}

.overview-content .product-banner .text {
  padding: 6% 30% 0 0;
  color: #2b2b2b;
}

.overview-content .product-banner h2 {
  font-size: 2.25em;
  font-weight: 500;
  line-height: 1.3333;
  padding-bottom: 0.25em;
}

.overview-content .product-banner h3 {
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.2;
}

.overview-content .product-banner p.subtitle {
  font-size: 1.125em;
  font-weight: 400;
  color: #c8c8c8;
  padding-bottom: 1.75em;
}

.overview-content .product-banner p .model {
  display: inline-block;
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  padding: 0.75em 1.375em;
  border-radius: 5px;
  background-color: #008055;
}

@media (max-width: 1024px) {
  .overview-content .product-banner {
    font-size: 10px;
  }
}

@media (max-width: 736px) {
  .overview-content .product-banner {
    font-size: 10.35px;
    max-width: 85.186vw;
    height: 118vw;
    /* padding-bottom: 65vw; */
    background: #afcbf3 url('m/a.jpg') bottom / 100% no-repeat;
    display: block;
  }

  .overview-content .product-banner .w-container {
    width: 70vw;
  }

  .overview-content .product-banner .text {
    padding: 11.9vw 0vw 0 0;
    text-align: center;
  }

  .overview-content .product-banner h2 {
    font-size: 6.67vw;
    padding: 0 0 2vw;
    font-weight: 500;
  }

  .overview-content .product-banner h3 {
    font-size: 3.33vw;
    padding: 0 0 3.5vw;
  }

  .overview-content .product-banner p.subtitle {
    font-size: 3.33vw;
    padding: 0 0 6vw;
  }
  .overview-content .product-banner p .model {
    font-size: 3.33vw;
    margin: 0;
  }
}

@media (max-width: 414px) {
  .overview-content .product-banner {
    font-size: 2.5vw;
  }
}

.overview-content .selling-points {
  font-size: 16px;
  max-width: 1200px;
  margin: 0 auto;
}

.overview-content .selling-points .w-container {
  width: 50em;
  margin: 0 auto;
}

.overview-content .selling-points .text {
  padding: 4.25em 0 0;
  color: #2b2b2b;
}

.overview-content .selling-points p {
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.5;
}

.overview-content .selling-points p.title {
  font-weight: 400;
}

.overview-content .selling-points ul {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.overview-content .selling-points ul li {
  width: 23.7%;
  margin: 2em 0;
}

.overview-content .selling-points ul .li-1,
.overview-content .selling-points ul .li-5 {
  width: 23.7%;
}

.overview-content .selling-points ul .li-2,
.overview-content .selling-points ul .li-6 {
  width: 22.7%;
}

.overview-content .selling-points ul .li-3,
.overview-content .selling-points ul .li-7 {
  width: 23.7%;
}

.overview-content .selling-points ul .li-1,
.overview-content .selling-points ul .li-2,
.overview-content .selling-points ul .li-3,
.overview-content .selling-points ul .li-5,
.overview-content .selling-points ul .li-6,
.overview-content .selling-points ul .li-7 {
  margin-right: 0%;
}

.overview-content .selling-points ul li .icon {
  display: block;
  width: 2.25em;
  height: 2.25em;
  margin: 0 auto 0.75em;
  background-position: top;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
.overview-content .selling-points ul li .icon img {
  width: 2em;
  height: 2em;
}

.overview-content .selling-points ul li .desc {
  text-align: center;
}

@media (max-width: 1024px) {
  .overview-content .selling-points {
    font-size: 10px;
  }
}

@media (max-width: 736px) {
  .overview-content .selling-points {
    font-size: 10.35px;
    max-width: 85.186vw;
  }

  .overview-content .selling-points .w-container {
    width: auto;
  }
  .overview-content .selling-points ul li .icon img {
    width: 6vw;
    height: 6vw;
  }
  .overview-content .selling-points .text {
    padding: 11.1vw 0 0;
  }

  .overview-content .selling-points p {
    font-size: 3.33vw;
  }

  .overview-content .selling-points ul {
    width: 100%;
  }

  .overview-content .selling-points ul li {
    vertical-align: top;
    width: 48%;
    margin: 7.41vw 2vw 0 0;
  }

  .overview-content .selling-points ul .li-1,
  .overview-content .selling-points ul .li-3,
  .overview-content .selling-points ul .li-5,
  .overview-content .selling-points ul .li-7 {
    width: 49%;
    margin-right: 1%;
  }

  .overview-content .selling-points ul .li-2,
  .overview-content .selling-points ul .li-4,
  .overview-content .selling-points ul .li-6,
  .overview-content .selling-points ul .li-8 {
    width: 48%;
    margin-right: 0;
  }

  .overview-content .selling-points ul li .icon {
    width: 6vw;
    height: 6vw;
    margin-bottom: 3.7vw;
  }
}

@media (max-width: 414px) {
  .overview-content .selling-points {
    font-size: 2.5vw;
  }
}

.overview-content .maximize-potential {
  font-size: 16px;
  max-width: 1200px;
  margin: 0 auto 0em;
}

.overview-content .maximize-potential .w-container {
  width: 60em;
  margin: 0 auto;
}

.overview-content .maximize-potential .text {
  padding: 3.5em 0;
  text-align: center;
  color: #2b2b2b;
}

.overview-content .maximize-potential h2 {
  font-size: 2.25em;
  font-weight: 500;
  line-height: 1.3333;
  padding-bottom: 0em;
  color: #000000;
}

.overview-content .maximize-potential h3 {
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.3333;
  padding-bottom: 0.5em;
}

.overview-content .maximize-potential p {
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.5;
}

.overview-content .maximize-potential .link {
  margin: 0 auto;
  padding-bottom: 2.5em;
  text-align: center;
}

.overview-content .maximize-potential .link a {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.3333;
  color: #005564;
  text-decoration: none;
}

.overview-content .maximize-potential .img {
  position: relative;
  width: 100%;
  height: 32.2em;
  margin: 0 auto;
  background: url('img/c.jpg') top / 100% no-repeat;
}

@media (max-width: 1024px) {
  .overview-content .maximize-potential {
    font-size: 10px;
  }
}

@media (max-width: 736px) {
  .overview-content .maximize-potential {
    font-size: 10.35px;
    max-width: 85.186vw;
    margin: 0 auto 0vw;
  }

  .overview-content .maximize-potential .w-container {
    width: auto;
  }

  .overview-content .maximize-potential .text {
    padding: 20vw 0 8vw;
    text-align: center;
  }

  .overview-content .maximize-potential h2 {
    font-size: 6.67vw;
  }

  .overview-content .maximize-potential h3 {
    font-size: 4.375vw;
    padding: 0 0 3.125vw;
  }

  .overview-content .maximize-potential p {
    font-size: 3.33vw;
  }

  .overview-content .maximize-potential p.title {
    font-size: 3.33vw;
  }

  .overview-content .maximize-potential p.note {
    font-size: 3vw;
    padding-top: 2vw;
  }

  .overview-content .maximize-potential .link {
    margin: 0 auto;
    padding: 0 0 5.625vw;
  }

  .overview-content .maximize-potential .link a {
    font-size: 3.33vw;
  }

  .overview-content .maximize-potential .img {
    width: 100%;
    height: 93vw;
    background: url('m/c.jpg') top / 100% no-repeat;
  }
}

@media (max-width: 414px) {
  .overview-content .maximize-potential {
    font-size: 2.5vw;
  }
}

.overview-content .advanced-hardware {
  font-size: 16px;
  max-width: 1200px;
  margin: 0 auto;
}

.overview-content .advanced-hardware .w-container {
  margin: 0 auto;
}

.overview-content .advanced-hardware .text {
  padding: 7em 6em 3.125em;
  text-align: center;
  color: #2b2b2b;
}

.overview-content .advanced-hardware h2 {
  font-size: 2.25em;
  font-weight: 500;
  line-height: 1.3333;
  color: #000000;
  padding-bottom: 0.5em;
}

.overview-content .advanced-hardware p {
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.5;
  width: 97%;
  margin: 0 auto;
}

.overview-content .advanced-hardware > .w-container > img {
  width: 78%;
  margin: 0 auto;
}


.overview-content .advanced-hardware .ul-stats {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 1.5em;
  padding: 0 13em;
  box-sizing: border-box;
  width: 100%;
}

.overview-content .advanced-hardware .ul-stats li .desc .title {
  color: #000000;
  font-weight: 400;
  white-space: nowrap;
  line-height: 1.3333;
}

.overview-content .advanced-hardware .ul-stats li .desc .value {
  color: #008a5c;
  font-size: 2em;
  font-weight: 600;
  white-space: nowrap;
}


@media (max-width:1024px) {
  .overview-content .advanced-hardware {
    font-size: 10px;
  }
}

@media (max-width:736px) {
  .overview-content .advanced-hardware {
    font-size: 10.35px;
  }

  .overview-content .advanced-hardware .w-container {
    width: auto;
  }

  .overview-content .advanced-hardware .text {
    padding: 18.5vw 0 9.26vw;
    text-align: center;
    max-width: 85.186vw;
    margin: 0 auto;
  }

  .overview-content .advanced-hardware h2 {
    font-size: 6.67vw;
    padding: 0 0 3.125vw;
  }

  .overview-content .advanced-hardware p {
    font-size: 3.33vw;
    width: 100%;
  }

  .overview-content .advanced-hardware .ul-stats {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between;
    gap: 8vw 3vw;
    margin-bottom: 2vw;
    padding: 0 11vw;
  }

  .overview-content .advanced-hardware .ul-stats li .desc .title,
  .overview-content .advanced-hardware .ul-stats li .desc .value {
    white-space: normal;
  }

  .overview-content .advanced-hardware .ul-stats li .icon {
    width: 8vw;
    height: 8vw;
    margin: 0 auto 2vw;
  }
  .overview-content .advanced-hardware > .w-container > img {
    margin: 0;
    width: 100%;
  }
}

.overview-content .omada-sdn {
  font-size: 16px;
  max-width: 1200px;
  margin: 7em auto 0;
  background: #2b2b2b url('img/h.jpg') top / 100% no-repeat;
  overflow: hidden;
}

.overview-content .omada-sdn .w-container {
  width: 64em;
  margin: 0 auto;
}

.overview-content .omada-sdn .text {
  padding: 3.5em 0;
  text-align: center;
  color: #fff;
}

.overview-content .omada-sdn h2 {
  font-size: 2.25em;
  font-weight: 500;
  line-height: 1.3333;
  padding-bottom: 0.35em;
  color: #fff;
}

.overview-content .omada-sdn h3 {
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.3333;
  padding-bottom: 0.5em;
}

.overview-content .omada-sdn p {
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.5;
  color: #aaaaaa;
}

.overview-content .omada-sdn .link {
  margin: 0 auto;
  padding-bottom: 2.5em;
  text-align: center;
}

.overview-content .omada-sdn .link a {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.3333;
  color: #005564;
  text-decoration: none;
}

.overview-content .omada-sdn .img {
  position: relative;
  width: 64em;
  height: 30em;
  margin: 0 auto;
}

.overview-content .omada-sdn .img .desc {
  position: absolute;
  text-align: center;
}

.overview-content .omada-sdn .img .desc-w {
  display: block;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
  color: #ffffff;
}

.overview-content .omada-sdn .img .desc-b {
  display: block;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
  color: #c8c8c8;
}

.overview-content .omada-sdn .img .desc-m {
  display: block;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
  color: #c8c8c8;
}

.overview-content .omada-sdn .img .desc-s {
  display: block;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.2;
  color: #c8c8c8;
}

/* Standard version or Essentials version */
.overview-content .omada-sdn .img .desc-1 {
  left: 0.4em;
  top: 19em;
  width: 10em;
}

/* On-Premises Controllers */
.overview-content .omada-sdn .img .desc-2 {
  left: 14.7em;
  top: 10em;
  width: 10em;
}

/* Omada VPN Gateway ER707-M2 */
.overview-content .omada-sdn .img .desc-3 {
  left: 26.3em;
  top: 14em;
  width: 10em;
}

/* Omada PoE Switch */
.overview-content .omada-sdn .img .desc-4 {
  left: 35.8em;
  top: 12em;
  width: 10em;
}

/* Hardware */
.overview-content .omada-sdn .img .desc-5 {
  left: 14.7em;
  top: 15.6em;
  width: 10em;
}

/* Or */
.overview-content .omada-sdn .img .desc-6 {
  left: 14.7em;
  top: 17.6em;
  width: 10em;
}

/* Cloud Access */
.overview-content .omada-sdn .img .desc-7 {
  left: 26.5em;
  top: -1em;
  width: 10em;
}

/* Software */
.overview-content .omada-sdn .img .desc-8 {
  left: 14.7em;
  top: 23em;
  width: 10em;
}

/* Or */
.overview-content .omada-sdn .img .desc-9 {
  left: 7.8em;
  top: 16.6em;
  width: 10em;
}

/* Omada Central (Cloud-Based) */
.overview-content .omada-sdn .img .desc-12 {
  left: 0.3em;
  top: 10em;
  width: 10em;
}

/* Internet */
.overview-content .omada-sdn .img .desc-13 {
  left: 7.9em;
  top: 4em;
  width: 10em;
}

/* Web Browser */
.overview-content .omada-sdn .img .desc-14 {
  left: 46.2em;
  top: 3.5em;
  width: 10em;
}

/* Omada App */
.overview-content .omada-sdn .img .desc-15 {
  left: 54em;
  top: 3.5em;
  width: 10em;
}

/* Omada Outdoor AP */
.overview-content .omada-sdn .img .desc-16 {
  left: 56.7em;
  top: 23em;
  width: 10em;
}

/* Omada Ceiling Mount AP */
.overview-content .omada-sdn .img .desc-17 {
  left: 41.7em;
  top: 23em;
  width: 10em;
}

/* Omada Wall Plate AP */
.overview-content .omada-sdn .img .desc-18 {
  left: 49.7em;
  top: 23em;
  width: 10em;
}

@media (max-width:1024px) {
  .overview-content .omada-sdn {
    font-size: 10px;
  }
}

@media (max-width:736px) {
  .overview-content .omada-sdn {
    font-size: 10.35px;
    background: #2b2b2b url('m/h.jpg') top / 100% no-repeat;
  }

  .overview-content .omada-sdn .w-container {
    width: auto;
  }

  .overview-content .omada-sdn .text {
    padding: 12vw 0 6vw;
    text-align: center;
    max-width: 70vw;
    margin: 0 auto;
  }

  .overview-content .omada-sdn h2 {
    font-size: 6.67vw;
    padding: 0 0 2vw;
  }

  .overview-content .omada-sdn h3 {
    font-size: 4.375vw;
    padding: 0 0 3.125vw;
  }

  .overview-content .omada-sdn p {
    font-size: 3.25vw;
  }

  .overview-content .omada-sdn p.title {
    font-size: 3.25vw;
  }

  .overview-content .omada-sdn p.note {
    font-size: 3vw;
    padding-top: 2vw;
  }

  .overview-content .omada-sdn .link {
    margin: 0 auto;
    padding: 0 0 6vw;
  }
  
  .overview-content .omada-sdn .link a {
    font-size: 3.25vw;
  }
  
  .overview-content .omada-sdn .img {
    width: 100%;
    height: 176vw;
  }
  
  .overview-content .omada-sdn .img .desc-w {
    font-size: 3.33vw;
    line-height: 1.3333;
  }

  .overview-content .omada-sdn .img .desc-b {
    font-size: 3.33vw;
    line-height: 1.3333;
  }

  .overview-content .omada-sdn .img .desc-m {
    font-size: 3.33vw;
    line-height: 1.3333;
  }

  .overview-content .omada-sdn .img .desc-s {
    font-size: 3.33vw;
    line-height: 1.3333;
  }

  .overview-content .omada-sdn .img .internet {
    font-size: 3.33vw;
    line-height: 1.3333;
  }
  
  /* Standard version or Essentials version */
  .overview-content .omada-sdn .img .desc-1 {
    left: 4.8vw;
    top: 61vw;
    width: 40vw;
  }

  /* On-Premises Controllers */
  .overview-content .omada-sdn .img .desc-2 {
    left: 4.8vw;
    top: 99.5vw;
    width: 40vw;
  }

  /* Omada VPN Gateway ER707-M2 */
  .overview-content .omada-sdn .img .desc-3 {
    left: 37.5vw;
    top: 53vw;
    width: 40vw;
  }

  /* Omada PoE Switch */
  .overview-content .omada-sdn .img .desc-4 {
    left: 37.8vw;
    top: 82vw;
    width: 40vw;
  }

  /* Hardware */
  .overview-content .omada-sdn .img .desc-5 {
    left: 4.8vw;
    top: 120vw;
    width: 40vw;
  }

  /* Or */
  .overview-content .omada-sdn .img .desc-6 {
    left: 4.4vw;
    top: 130vw;
    width: 40vw;
  }

  /* Cloud Access */
  .overview-content .omada-sdn .img .desc-7 {
    left: 42vw;
    top: 4vw;
    width: 40vw;
  }

  /* Software */
  .overview-content .omada-sdn .img .desc-8 {
    left: 4.4vw;
    top: 150vw;
    width: 40vw;
  }

  /* Or */
  .overview-content .omada-sdn .img .desc-9 {
    left: 4.8vw;
    top: 86vw;
    width: 40vw;
  }

  /* Omada Central (Cloud-Based) */
  .overview-content .omada-sdn .img .desc-12 {
    left: 4.8vw;
    top: 34.5vw;
    width: 40vw;
  }

  /* Internet */
  .overview-content .omada-sdn .img .desc-13 {
    left: 4.4vw;
    top: 18.7vw;
    width: 40vw;
  }

  /* Web Browser */
  .overview-content .omada-sdn .img .desc-14 {
    left: 63vw;
    top: 18vw;
    width: 40vw;
  }

  /* Omada App */
  .overview-content .omada-sdn .img .desc-15 {
    left: 63vw;
    top: 38.5vw;
    width: 40vw;
  }

  /* Omada Outdoor AP */
  .overview-content .omada-sdn .img .desc-16 {
    left: 64vw;
    top: 153vw;
    width: 40vw;
  }

  /* Omada Ceiling Mount AP */
  .overview-content .omada-sdn .img .desc-17 {
    left: 64vw;
    top: 85vw;
    width: 40vw;
  }

  /* Omada Wall Plate AP */
  .overview-content .omada-sdn .img .desc-18 {
    left: 64vw;
    top: 119vw;
    width: 40vw;
  }
}

@media (max-width: 414px) {
  .overview-content .omada-sdn {
    font-size: 2.5vw;
  }
}


.overview-content .intelligent-protection {
  font-size: 16px;
  max-width: 1200px;
  margin: 0 auto;
}

.overview-content .intelligent-protection .w-container {
  width: 75em;
  margin: 0 auto;
}

.overview-content .intelligent-protection .text {
  padding: 4.25em 10em 3.125em;
  text-align: center;
  color: #2b2b2b;
}

.overview-content .intelligent-protection h2 {
  font-size: 2.25em;
  font-weight: 500;
  line-height: 1.3333;
  color: #000000;
}

.overview-content .intelligent-protection p {
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.5;
  color: #3d3d3d;
}

.overview-content .intelligent-protection .cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5em;
  text-align: center;
}

.overview-content .intelligent-protection .card .img {
  margin-bottom: 1.25em;
}

.overview-content .intelligent-protection .card h3 {
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.4;
  color: #2b2b2b;
  margin-bottom: 0.5em;
}

@media (max-width: 1024px) {
  .overview-content .intelligent-protection {
    font-size: 10px;
  }
}

@media (max-width: 736px) {
  .overview-content .intelligent-protection {
    font-size: 10.35px;
    max-width: 85.186vw;
  }

  .overview-content .intelligent-protection .w-container {
    width: auto;
  }

  .overview-content .intelligent-protection .text {
    padding: 5vw 0 9.26vw;
    text-align: center;
  }

  .overview-content .intelligent-protection h2 {
    font-size: 6.67vw;
  }

  .overview-content .intelligent-protection p {
    font-size: 3.33vw;
    padding: 0;
  }

  .overview-content .intelligent-protection .card .img {
    margin-bottom: 4vw;
  }
  .overview-content .intelligent-protection .cards {
    grid-template-columns: 1fr;
    gap: 8vw;
  }

  .overview-content .intelligent-protection .card h3 {
    font-size: 4.5vw;
    margin-bottom: 1.5vw;
  }
}

@media (max-width: 414px) {
  .overview-content .intelligent-protection {
    font-size: 2.5vw;
  }
}

.overview-content .high-security-vpn {
  font-size: 16px;
  background-color: #ebebeb;
}

.overview-content .high-security-vpn .w-container {
  max-width: 75em;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 2em;
  padding: 5em;
  box-sizing: border-box;
}

.overview-content .high-security-vpn .text {
  flex: 0 0 42%;
  color: #2b2b2b;
}

.overview-content .high-security-vpn h2 {
  font-size: 2.25em;
  font-weight: 500;
  line-height: 1.3333;
  padding-bottom: 0.5em;
}

.overview-content .high-security-vpn p {
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.5;
  color: #3d3d3d;
}

.overview-content .high-security-vpn .img {
  flex: 1;
}

.overview-content .high-security-vpn .img .bg-img {
  position: relative;
  width: 100%;
  padding-top: 66%;
  background: url('img/e.png') center / contain no-repeat;
}

.overview-content .high-security-vpn .img .desc {
  position: absolute;
  text-align: center;
}

.overview-content .high-security-vpn .img .label-s {
  display: block;
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.3333;
  color: #2b2b2b;
}

.overview-content .high-security-vpn .img .label-m {
  display: block;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.3333;
  color: #2b2b2b;
}

.overview-content .high-security-vpn .img .label-l {
  display: block;
  font-size: 1.7em;
  font-weight: 700;
  line-height: 1.3333;
  color: #008055;
}
.overview-content .high-security-vpn .img .label-cloud {
  color: #fff;
  font-size: 0.875em;
  font-weight: 700;
}

.overview-content .high-security-vpn .img .desc-1 { 
  top: 17%;
  left: 36%; 
  width: 10em;
}
.overview-content .high-security-vpn .img .desc-2 {
  top: 30%;
  left: 36%;
  width: 10em;
}
.overview-content .high-security-vpn .img .desc-3 {
  top: 65%;
  left: 4%;
  width: 10em;
}
.overview-content .high-security-vpn .img .desc-4 {
  top: 58%;
  right: 4%;
  width: 10em;
}
.overview-content .high-security-vpn .img .desc-5 {
  bottom: 8%;
  left: 36.5%;
  width: 10em;
}
.overview-content .high-security-vpn .img .desc-6 {
  bottom: 18.2%;
  left: 46.5%;
  width: 10em;
}

@media (max-width: 1024px) {
  .overview-content .high-security-vpn {
    font-size: 10px;
  }
}

@media (max-width: 736px) {
  .overview-content .high-security-vpn {
    font-size: 10.35px;
    max-width: 85.186vw;
    margin: 0 auto;
  }

  .overview-content .high-security-vpn .w-container {
    flex-direction: column;
    padding: 15vw 0vw;
    gap: 0;
  }

  .overview-content .high-security-vpn .text {
    flex: none;
    width: 100%;
    text-align: center;
    padding: 0 5vw;
    box-sizing: border-box;
  }

  .overview-content .high-security-vpn h2 {
    font-size: 6.67vw;
    padding-bottom: 3vw;
  }

  .overview-content .high-security-vpn p {
    font-size: 3.33vw;
  }

  .overview-content .high-security-vpn .img {
    width: 100%;
  }

  .overview-content .high-security-vpn .img .bg-img {
    background-image: url('m/e.png');
  }

  .overview-content .high-security-vpn .img .label-s { 
    font-size: 3.33vw;
  }
  .overview-content .high-security-vpn .img .label-m {
    font-size: 3.33vw;
  }
  .overview-content .high-security-vpn .img .label-l {
    font-size: 4.7vw;
  }
  .overview-content .high-security-vpn .img .label-cloud {
    font-size: 1.8vw;
  }

  .overview-content .high-security-vpn .img .desc-1 { 
    top: 23%;
    left: 35%; 
    width: 30vw;
  }
  .overview-content .high-security-vpn .img .desc-2 {
    top: 38%;
    left: 35%;
    width: 30vw;
  }
  .overview-content .high-security-vpn .img .desc-3 {
    top: 74%;
    left: 0%;
    width: 30vw;
  }
  .overview-content .high-security-vpn .img .desc-4 {
    top: 63%;
    right: -2%;
    width: 30vw;
  }
  .overview-content .high-security-vpn .img .desc-5 {
    bottom: -2%;
    left: 35.5%;
    width: 30vw;
  }
  .overview-content .high-security-vpn .img .desc-6 {
    bottom: 18.2%;
    left: 44.8%;
    width: 30vw;
  }
}

@media (max-width: 414px) {
  .overview-content .high-security-vpn {
    font-size: 2.5vw;
  }
}

.overview-content .sd-wan {
  font-size: 16px;
  background-color: #ffffff;
}

.overview-content .sd-wan .w-container {
  max-width: 75em;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 2em;
  padding: 5em 8em 5em 5em;
  box-sizing: border-box;
}

.overview-content .sd-wan .text {
  flex: 0 0 42%;
  color: #2b2b2b;
}

.overview-content .sd-wan h2 {
  font-size: 2.25em;
  font-weight: 500;
  line-height: 1.3333;
  padding-bottom: 0.5em;
}

.overview-content .sd-wan p {
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.5;
  color: #3d3d3d;
}

.overview-content .sd-wan .img {
  flex: 1;
}

.overview-content .sd-wan .img .bg-img {
  position: relative;
  width: 86%;
  padding-top: 66%;
  margin: 0 auto;
  background: url('img/f.png') center / contain no-repeat;
}

.overview-content .sd-wan .img .desc {
  position: absolute;
}

.overview-content .sd-wan .img .label-s {
  display: block;
  font-size: 0.875em;
  font-weight: 400;
  line-height: 1.5;
  color: #2b2b2b;
}

.overview-content .sd-wan .img .label-m {
  display: block;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.5;
  color: #2b2b2b;
}

.overview-content .sd-wan .img .label-l {
  display: block;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1.3333;
  color: #ffffff;
}

.overview-content .sd-wan .img .desc-1 {
  top: 59%;
  left: -2%;
  width: 10em;
}
.overview-content .sd-wan .img .desc-2 {
  top: 47%;
  left: 32%;
  width: 10em;
}
.overview-content .sd-wan .img .desc-3 {
  top: 22.5%;
  right: 5.5%;
  width: 5em;
}
.overview-content .sd-wan .img .desc-4 {
  top: 58.5%;
  right: 5.5%;
  width: 5em;
}
.overview-content .sd-wan .img .desc-5 {
  bottom: -2%;
  right: 5.5%;
  width: 5em;
}

@media (max-width: 1024px) {
  .overview-content .sd-wan {
    font-size: 10px;
  }
}

@media (max-width: 736px) {
  .overview-content .sd-wan {
    font-size: 10.35px;
  }

  .overview-content .sd-wan .w-container {
    flex-direction: column-reverse;
    padding: 15vw 7.4vw;
    gap: 6vw;
  }

  .overview-content .sd-wan .text {
    flex: none;
    width: 100%;
    text-align: center;
  }

  .overview-content .sd-wan h2 {
    font-size: 6.67vw;
    padding-bottom: 3vw;
  }

  .overview-content .sd-wan p {
    font-size: 3.33vw;
  }

  .overview-content .sd-wan .img {
    width: 100%;
  }

  .overview-content .sd-wan .img .bg-img {
    background-image: url('m/f.png');
  }

  .overview-content .sd-wan .img .label-s {
    font-size: 2.8vw;
  }
  .overview-content .sd-wan .img .label-m {
    font-size: 3.33vw;
  }
  .overview-content .sd-wan .img .label-l {
    font-size: 4vw;
  }

  .overview-content .sd-wan .img .desc-1 {
    top: 59.5%;
    left: -3%;
    width: 20vw;
  }
  .overview-content .sd-wan .img .desc-2 {
    top: 47%;
    left: 31%;
    width: 20vw;
  }
  .overview-content .sd-wan .img .desc-3 {
    top: 23.5%;
    right: 9.5%;
    width: 10vw;
  }
  .overview-content .sd-wan .img .desc-4 {
    top: 59.5%;
    right: 9.5%;
    width: 10vw;
  }
  .overview-content .sd-wan .img .desc-5 {
    bottom: -3.5%;
    right: 9.5%;
    width: 10vw;
  }
}

@media (max-width: 414px) {
  .overview-content .sd-wan {
    font-size: 2.5vw;
  }
}