.overview-content {
  color: #000;
  overflow-x: hidden;
}

/* ===================== BANNER ===================== */
.deco-be65-banner {
  font-size: 16px;
  max-width: 1920px;
  margin: 0 auto;
  aspect-ratio: 2 / 1;
  background: url(./img/a.jpg) 50% / 100% auto no-repeat;
  position: relative;
}

.deco-be65-banner .w-container {
  margin: 0 auto;
  width: 73.125em;
}

.deco-be65-banner .text {
  padding: 10.8125em 39% 0 0em;
}

.deco-be65-banner h2 {
  font-weight: 500;
  font-size: 3.75em;
  line-height: 1.2;
  padding-bottom: 0.5em;
}

.deco-be65-banner h3 {
  font-size: 1.875em;
  font-weight: 400;
  line-height: 1.5;
}

.deco-be65-banner .text .model-name {
  font-size: 1.875em;
  display: inline-block;
  vertical-align: middle;
  margin-top: 1.25em;
  margin-bottom: 0.35em;
}

.deco-be65-banner .text .model-name span {
  border-radius: 0.5em;
  padding: 0.25em 0.75em;
  font-weight: 400;
  background: none;
  color: #000;
  border: 2px solid #000;
}

.deco-be65-banner .text .banner-icons {
  display: flex;
  align-items: center;
  gap: 2em;
  margin-top: 0.9em;
  padding-top: 1em;
}

.deco-be65-banner .text .banner-icons .icon {
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}

.deco-be65-banner .text .banner-icons .icon-1 {
  width: 12.6em;
  height: 3.15em;
  background-image: url(./img/a-1.png);
}

.deco-be65-banner .text .banner-icons .icon-2 {
  width: 3.6em;
  height: 3.15em;
  background-image: url(./img/a-2.png);
}

.deco-be65-banner .text .banner-icons .icon-3 {
  width: 3.51em;
  height: 3.15em;
  background-image: url(./img/a-3.png);
}

.deco-be65-banner .m-show {
  display: none;
}

@media (max-width: 1680px) {
  .deco-be65-banner { font-size: 14px; }
}
@media (max-width: 1440px) {
  .deco-be65-banner { font-size: 12px; }
}
@media (max-width: 1024px) {
  .deco-be65-banner { font-size: 10px; }
}
@media (max-width: 736px) {
  .deco-be65-banner {
    font-size: 10.35px;
    background: url(./m/a.jpg) top / 100% auto no-repeat #fff;
    aspect-ratio: unset;
    height: 133.4375vw;
  }
  .deco-be65-banner .w-container {
    width: auto;
    padding: 0 20px;
  }
  .deco-be65-banner .text {
    padding: 13.2vw 30vw 0 0;
    width: auto;
    color: #000;
  }
  .deco-be65-banner h2 { font-size: 7.8vw; padding-bottom: 0.25em; }
  .deco-be65-banner h3 {
    font-size: 4.6875vw;
    padding-right: 0;
    max-width: 55vw;
  }
  .deco-be65-banner .text .model-name {
    font-size: 4.6875vw;
    display: block;
    padding-bottom: 1.5vw;
    margin-top: 0.75em;
  }
  .deco-be65-banner .text .banner-icons {
    gap: 2.5vw;
    margin-top: 2vw;
  }
  .deco-be65-banner .text .banner-icons .icon-1 {
    width: 20vw;
    height: 5vw;
    background-image: url(./img/a-1.png);
  }
  .deco-be65-banner .text .banner-icons .icon-2 {
    width: 5.6vw;
    height: 5vw;
    background-image: url(./img/a-2.png);
  }
  .deco-be65-banner .text .banner-icons .icon-3 {
    width: 5.5vw;
    height: 5vw;
    background-image: url(./img/a-3.png);
  }
  .deco-be65-banner .m-show { display: block; }
}
@media (max-width: 414px) {
  .deco-be65-banner { font-size: 2.5vw; }
}

/* ===================== SELLING POINTS ===================== */
.deco-be65-selling-points {
  font-size: 16px;
  margin: 0 auto 0;
  max-width: 1920px;
}

.deco-be65-selling-points .text {
  height: 30.05em;
  background: url(./img/b.png) 50% 100%/100% auto no-repeat;
  max-width: 73.125em;
  position: relative;
  margin: 6em auto 0;
  color: #313131;
}

.deco-be65-selling-points .text .desc {
  font-size: 1.21875em;
  font-weight: 400;
  position: absolute;
  text-align: left;
  transform: translateX(-50%);
  line-height: 1.2;
}

.deco-be65-selling-points .text .desc.left {
  transform: none;
  text-align: left;
}

.deco-be65-selling-points .text .number {
  font-size: 1.25em;
  font-weight: 500;
}

.deco-be65-selling-points .text .title {
  font-weight: 700;
  font-size: 1.385em;
}

.deco-be65-selling-points .text .desc1  { top: 48%; left: 2%;    width: 40%; }
.deco-be65-selling-points .text .desc2  { font-size: 1em; max-width: 8%; top: 59%; left: 61%; }
.deco-be65-selling-points .text .desc3  { font-size: 1em; width: 11%; top: 59%; left: 80%; }
.deco-be65-selling-points .text .desc4  { font-size: 1em; width: 10%; top: 59%; left: 96%; }
.deco-be65-selling-points .text .desc5  { font-size: 1em; width: 12%; top: 28%; left: 2%; }
.deco-be65-selling-points .text .desc6  { font-size: 1.25em; width: 24%; top: 5%;  left: 51.5%; transform: none; font-weight: 500; }
.deco-be65-selling-points .text .desc6a { font-size: 1em;  width: 9%;  top: 44%; left: 60%; }
.deco-be65-selling-points .text .desc6b { font-size: 1em;  width: 9%;  top: 44%; left: 76%; }
.deco-be65-selling-points .text .desc6c { font-size: 1em;  width: 9%;  top: 44%; left: 92.5%; }
.deco-be65-selling-points .text .desc7  { font-size: 1em; left: 27%; top: 28.5%; width: 14%; }
.deco-be65-selling-points .text .desc11 { left: 82%; top: 76%; width: 20%; font-weight: 500; }
.deco-be65-selling-points .text .desc12 { left: 51.5%; top: 78%; width: 26%; text-align: left; }
.deco-be65-selling-points .text .desc12.left { text-align: left; }

@media (max-width: 1680px) {
  .deco-be65-selling-points { font-size: 14px; }
}
@media (max-width: 1440px) {
  .deco-be65-selling-points { font-size: 12px; }
}
@media (max-width: 1024px) {
  .deco-be65-selling-points { font-size: 10px; }
}
@media (max-width: 736px) {
  .deco-be65-selling-points {
    font-size: 10.35px;
    margin: 12.5vw auto 0;
  }
  .deco-be65-selling-points .text {
    background: url(./m/b.png) top/100% auto no-repeat;
    height: 0;
    padding-bottom: 180vw;
    width: 90vw;
    margin: 0 auto;
  }
  .deco-be65-selling-points .text .desc {
    font-size: 3vw;
    transform: none;
  }
  .deco-be65-selling-points .text .number { font-size: 4.375vw; }
  .deco-be65-selling-points .text .desc.left { font-size: 1.5em; }
  .deco-be65-selling-points .text .desc1 { top: 34.6vw; left: 6vw; font-size: 3vw; width: 78vw; }
  /* .deco-be65-selling-points .text .desc1 .title + span { white-space: nowrap; } */
  .deco-be65-selling-points .text .desc2 { max-width: 18vw; top: 119vw; left: 11vw; font-size: 3vw; }
  .deco-be65-selling-points .text .desc3 { font-size: 3vw; width: 16vw; top: 119vw; left: 42vw; }
  .deco-be65-selling-points .text .desc4 { width: 14vw; top: 119vw; left: 73vw; font-size: 3vw; }
  .deco-be65-selling-points .text .desc5 { width: 22vw; top: 18.5vw; left: 5vw; font-size: 2.54vw; }
  .deco-be65-selling-points .text .desc6 { width: 60vw; top: 79.3vw; left: 6vw; font-size: 3.75vw; font-weight: 500; }
  .deco-be65-selling-points .text .desc6a { width: 18vw; top: 108vw; left: 9vw; font-size: 3.25vw; }
  .deco-be65-selling-points .text .desc6b { width: 18vw; top: 108vw; left: 37vw; font-size: 3.25vw; }
  .deco-be65-selling-points .text .desc6c { width: 15vw; top: 108vw; left: 66.5vw; font-size: 3.25vw; }
  .deco-be65-selling-points .text .desc7 { width: 25vw; top: 18.5vw; left: 49vw; font-size: 2.54vw; }
  .deco-be65-selling-points .text .desc11 { top: 160vw; left: 6vw; width: 55vw; font-size: 4.5vw; font-weight: 500; }
  .deco-be65-selling-points .text .desc12 { top: 134vw; left: 6vw; width: 40vw; }
  /* .deco-be65-selling-points .text .desc12 .number { display: block; padding-bottom: 0.05vw; } */
}
@media (max-width: 414px) {
  .deco-be65-selling-points { font-size: 2.5vw; }
}

/* ===================== READY FOR OUTDOOR LIVING ===================== */
.hb-triband-wifi-speed {
  max-width: 1920px;
  margin: 0 auto;
  font-size: 16px;
  background: #fff;
}

.hb-triband-wifi-speed .w-container {
  width: 73.125em;
  margin: 0 auto;
  max-width: 90%;
}

.hb-triband-wifi-speed .text {
  margin: 0 auto;
  padding: 4em 0 0;
  color: #313131;
  text-align: center;
}

.hb-triband-wifi-speed .text h2 {
  font-size: 2.8em;
  font-weight: 500;
  line-height: 1.2;
  padding-bottom: 0.5em;
}

.hb-triband-wifi-speed .text p {
  font-size: 1.22em;
  font-weight: 400;
  line-height: 1.5;
}

.hb-triband-wifi-speed .text p sup {
  font-size: 0.6em;
  vertical-align: super;
}

.hb-triband-wifi-speed .text .desc {
  padding-bottom: 2em;
}

.hb-triband-wifi-speed .img {
  display: block;
  width: 100%;
  padding-bottom: 46.37%;
  background-image: url(./img/d.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
}

.hb-triband-wifi-speed .weather-specs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2em;
  padding: 0 0 4em;
  font-size: 1.22em;
  font-weight: 400;
  color: #313131;
  text-align: left;
}

.hb-triband-wifi-speed .weather-specs li {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.75em;
  max-width: 15em;
}

.hb-triband-wifi-speed .weather-specs .wi {
  display: block;
  width: 2em;
  height: 2em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
  margin-top: 0.15em;
}

.hb-triband-wifi-speed .weather-specs .wi-1 { background-image: url(./img/d-1.png); }
.hb-triband-wifi-speed .weather-specs .wi-2 { background-image: url(./img/d-3.png); }
.hb-triband-wifi-speed .weather-specs .wi-3 { background-image: url(./img/d-2.png); }

@media (max-width: 736px) {
  .hb-triband-wifi-speed .weather-specs {
    flex-direction: column;
    gap: 6vw;
    padding: 0 20px 6vw;
    font-size: 4.375vw;
    align-items: flex-start;
    text-align: left;
  }
  .hb-triband-wifi-speed .weather-specs li {
    flex-direction: row;
    align-items: center;
    gap: 4vw;
  }
  .hb-triband-wifi-speed .weather-specs .wi {
    width: 9vw;
    height: 9vw;
    flex-shrink: 0;
  }
}

@media (max-width: 1680px) {
  .hb-triband-wifi-speed { font-size: 14px; }
}
@media (max-width: 1440px) {
  .hb-triband-wifi-speed { font-size: 12px; }
}
@media (max-width: 1024px) {
  .hb-triband-wifi-speed { font-size: 10px; }
}
@media (max-width: 736px) {
  .hb-triband-wifi-speed {
    font-size: 10.35px;
    height: unset;
  }
  .hb-triband-wifi-speed .w-container {
    width: auto;
    max-width: 100%;
  }
  .hb-triband-wifi-speed .text {
    display: flex;
    flex-direction: column;
    padding: 0;
    text-align: left;
  }
  .hb-triband-wifi-speed .text h2 {
    font-size: 6.25vw;
    line-height: 1.2;
    font-weight: 500;
    padding: 1.5em 20px 0.5em;
  }
  .hb-triband-wifi-speed .text > p {
    font-size: 4.375vw;
    line-height: 1.5;
    padding: 0 20px;
  }
  .hb-triband-wifi-speed .text .desc {
    padding-bottom: 4vw;
  }
  .hb-triband-wifi-speed .img {
    order: 4;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 75.86%;
    background-image: url(./m/d.jpg);
  }
  .hb-triband-wifi-speed .weather-specs {
    order: 3;
  }
}
@media (max-width: 414px) {
  .hb-triband-wifi-speed { font-size: 2.5vw; }
}

/* ===================== HIGH-PERFORMANCE ANTENNAS ===================== */
.hb-wifi-coverage {
  max-width: 1920px;
  margin: 0 auto;
  font-size: 16px;
  background-color: #fff;
  position: relative;
}

.hb-wifi-coverage .m-show { display: none; }

.hb-wifi-coverage .w-container {
  width: 73.125em;
  margin: 0 auto;
  position: relative;
  min-height: 53.5em;
}

.hb-wifi-coverage .text { padding: 8em 50% 4em 0; }

.hb-wifi-coverage .text h2 {
  font-size: 2.8em;
  font-weight: 500;
  line-height: 1.2;
  padding-bottom: 0.5em;
}

.hb-wifi-coverage .text h3 {
  font-size: 1.40625em;
  padding-bottom: 0.5em;
  font-weight: 400;
}

.hb-wifi-coverage .text p {
  font-size: 1.22em;
  line-height: 1.5;
  font-weight: 400;
}

.hb-wifi-coverage .desc-text {
  position: absolute;
  top: 10em;
  text-align: left;
  width: 37em;
  left: 52em;
}

.hb-wifi-coverage .desc-text-1 {
  position: absolute;
  top: 0;
  bottom: 0;
  text-align: left;
  width: 50%;
  left: 50%;
  background: url(./img/m.jpg) center/100% auto no-repeat;
}

.hb-wifi-coverage .desc-points {
  margin-top: 2em;
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.hb-wifi-coverage .desc-points .desc-point-item-2 {
  display: flex;
  align-items: center;
  gap: 0.75em;
}

.hb-wifi-coverage .desc-points .desc-point-item-1 {
  display: block;
  width: auto;
}

.hb-wifi-coverage .desc-points p {
  font-size: 1.08em;
  font-weight: 300;
  text-align: left;
}

.hb-wifi-coverage .desc-points .desc-point-item-1 i {
  display: block;
  width: 28em;
  height: 22.155em;
  flex-shrink: 0;
  background-image: url(./img/m-1.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

.hb-wifi-coverage .desc-points .desc-point-item-2 i {
  display: block;
  width: 3em;
  height: 3.06em;
  background-image: url(./img/m-2.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

.hb-wifi-coverage .desc-text-1 .antenna-label {
  position: absolute;
  left: -9em;
  top: 82%;
  width: 9.41em;
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1.5;
  text-align: right;
  background: linear-gradient(174deg, #0370FF 0%, #6BC1F0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}



@media (max-width: 1680px) {
  .hb-wifi-coverage { font-size: 14px; }
}
@media (max-width: 1440px) {
  .hb-wifi-coverage { font-size: 12px; }
}
@media (max-width: 1024px) {
  .hb-wifi-coverage { font-size: 10px; }
}
@media (max-width: 736px) {
  .hb-wifi-coverage .m-show { display: block; }
  .hb-wifi-coverage .text h3 {
    font-size: 4.6875vw;
    font-weight: 500;
  }
  .hb-wifi-coverage {
    font-size: 10.35px;
    background: none;
    height: auto;
  }
  .hb-wifi-coverage .desc-text-1 {
    width: 100%;
    left: 0;
    position: relative;
    height: 85.9vw;
    background: url(./m/m-3-2.jpg) center/100% no-repeat;
  }
  .hb-wifi-coverage .w-container {
    width: auto;
    position: relative;
    display: flex;
    flex-direction: column;
  }
  .hb-wifi-coverage .text {
    padding: 0;
    text-align: left;
  }
  .hb-wifi-coverage .desc-points .medium-thin {
    font-size: 3.75vw;
    font-weight: 400;
  }
  .hb-wifi-coverage .desc-points .small-thin {
    font-size: 3.75vw;
    font-weight: 300;
  }
  .hb-wifi-coverage .text h2 {
    font-size: 6.25vw;
    line-height: 1.2;
    padding: 1.5em 5vw 0.5em;
  }
  .hb-wifi-coverage .text > p {
    font-size: 4.375vw;
    line-height: 1.42857;
    padding: 0 5vw;
  }
  .hb-wifi-coverage .desc-points {
    width: 90%;
    margin: 2em auto;
    display: flex;
    flex-direction: column;
    gap: 3vw;
  }
  .hb-wifi-coverage .desc-points .desc-point-item-2 {
    display: flex;
    align-items: center;
    gap: 3vw;
  }
  .hb-wifi-coverage .desc-points .desc-point-item-2 .small-thin { font-size: 3.75vw; }
  .hb-wifi-coverage .desc-points .desc-point-item-1 { width: 100%; }
  .hb-wifi-coverage .desc-points .desc-point-item-1 i {
    width: 90vw;
    height: 58.65vw;
    margin: 0 auto;
  }
  .hb-wifi-coverage .desc-points .desc-point-item-2 i {
    width: 8vw;
    height: 8.16vw;
  }
  .hb-wifi-coverage .desc-text-1 .antenna-label {
    display: block;
    position: absolute;
    left: 56vw;
    top: -2%;
    width: auto;
    font-size: 3.75vw;
    text-align: left;
  }
}
@media (max-width: 414px) {
  .hb-wifi-coverage { font-size: 2.5vw; }
}

/* ===================== WHOLE HOME COVERAGE / EASYMESH ===================== */
.overview-content .create-smart-mesh-WiFi {
  font-size: 16px;
  max-width: 1920px;
  margin: 0 auto;
  padding: 6em 0;
  text-align: center;
  background: #fff;
}

.overview-content .create-smart-mesh-WiFi .w-container {
  width: 73.125em;
  margin: 0 auto;
  max-width: 90%;
}

.overview-content .create-smart-mesh-WiFi .w-container .ul-feature {
  display: flex;
  justify-content: center;
  padding-top: 1em;
  gap: 1.5em
}

.overview-content .create-smart-mesh-WiFi .w-container .ul-feature li { text-align: center; }

.overview-content .create-smart-mesh-WiFi .w-container .ul-feature li p {
  width: 100%;
  font-size: 1.08em;
  font-weight: 400;
  padding: 0;
}

.overview-content .create-smart-mesh-WiFi .w-container .ul-feature h3 {
  font-size: 1.08em;
  font-weight: 500;
  margin-bottom: 0.5em;
}

.overview-content .create-smart-mesh-WiFi h2 {
  font-size: 2.8em;
  font-weight: 500;
  line-height: 1.2;
  padding-bottom: 0.5em;
}

.overview-content .create-smart-mesh-WiFi .w-container .ul-feature li i {
  width: 4em;
  height: 4em;
  display: block;
  margin: 0 auto;
  background-size: contain;
  background-repeat: no-repeat;
}

.overview-content .create-smart-mesh-WiFi .w-container .ul-feature .li1 i { background-image: url(./img/g1.png); }
.overview-content .create-smart-mesh-WiFi .w-container .ul-feature .li2 i { background-image: url(./img/g2.png); }
.overview-content .create-smart-mesh-WiFi .w-container .ul-feature .li3 i { background-image: url(./img/g3.png); }
.overview-content .create-smart-mesh-WiFi .w-container .ul-feature li:not(.li1):not(.li2):not(.li3) i { background-image: url(./img/g4.png); }

.overview-content .create-smart-mesh-WiFi p {
  font-size: 1.22em;
  line-height: 1.5;
  font-weight: 400;
}

.overview-content .create-smart-mesh-WiFi .bg-img {
  display: block;
  width: 100%;
  padding-bottom: 44.7%;
  background: url(./img/f-bg.jpg) center/100% no-repeat;
  margin-top: 2em;
  border-radius: 1em;
}

@media (max-width: 736px) {
  .overview-content .create-smart-mesh-WiFi .bg-img {
    background: url(./m/f-bg.jpg) center/100% no-repeat;
    padding-bottom: 68.4%;
    width: 90%;
    margin: 6vw auto 0;
    border-radius: 0.75em;
  }
}

@media (max-width: 1680px) {
  .overview-content .create-smart-mesh-WiFi { font-size: 14px; }
}
@media (max-width: 1440px) {
  .overview-content .create-smart-mesh-WiFi { font-size: 12px; }
}
@media (max-width: 1024px) {
  .overview-content .create-smart-mesh-WiFi { font-size: 10px; }
}
@media (max-width: 736px) {
  .overview-content .create-smart-mesh-WiFi {
    font-size: 10.35px;
    padding: 0;
  }
  .overview-content .create-smart-mesh-WiFi .w-container {
    width: auto;
    max-width: 100%;
  }
  .overview-content .create-smart-mesh-WiFi .w-container .ul-feature {
    flex-wrap: wrap;
    padding-top: 0;
    gap: 4vw 2vw;
  }
  .overview-content .create-smart-mesh-WiFi .w-container .ul-feature li {
    width: calc(50% - 1vw);
    padding: 2vw 3vw 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
  }
  .overview-content .create-smart-mesh-WiFi .w-container .ul-feature li i {
    width: 16vw;
    height: 16vw;
    margin: 0 auto 2vw;
    flex-shrink: 0;
  }
  .overview-content .create-smart-mesh-WiFi .w-container .ul-feature .li2 i {
    margin: 0 auto 2vw;
  }
  .overview-content .create-smart-mesh-WiFi .w-container .ul-feature li > div {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .overview-content .create-smart-mesh-WiFi .text {
    padding: 0;
    text-align: left;
  }
  .overview-content .create-smart-mesh-WiFi h2 {
    font-size: 6.25vw;
    line-height: 1.2;
    padding: 1.5em 20px 0.5em;
  }
  .overview-content .create-smart-mesh-WiFi .w-container .ul-feature h3 {
    font-size: 3.75vw;
    line-height: 1.2;
    padding: 0;
    text-align: center;
  }
  .overview-content .create-smart-mesh-WiFi p {
    font-size: 4.375vw;
    line-height: 1.5;
    padding: 0 20px;
  }
  .overview-content .create-smart-mesh-WiFi .w-container .ul-feature li p {
    font-size: 3.75vw;
    line-height: 1.4;
    padding: 0;
    text-align: center;
  }
}
@media (max-width: 414px) {
  .overview-content .create-smart-mesh-WiFi { font-size: 2.5vw; }
}

/* ===================== MORE CONNECTIONS, LESS BUFFERING ===================== */
.overview-content .stable-connections-no-more-buffering {
  font-size: 16px;
  max-width: 1920px;
  margin: 0 auto;
  height: 56.25em;
  background-color: #efefed;
  background: url("./img/f.jpg") 50% 0%/120em no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}

.overview-content .stable-connections-no-more-buffering .m-show { display: none; }

.overview-content .stable-connections-no-more-buffering .w-container {
  width: 73.125em;
  background: #ffffffd1;
  border-radius: 2em;
  box-shadow: 8px 0 12px -4px rgba(0, 0, 0, 0.2);
  padding: 2em 2em;
  box-sizing: border-box;
}

.overview-content .stable-connections-no-more-buffering .text {
  display: inline-block;
  width: 35%;
  vertical-align: middle;
  margin-left: 1.4%;
}

.overview-content .stable-connections-no-more-buffering .text h2 {
  font-size: 2.8em;
  font-weight: 500;
  line-height: 1.2;
  padding-bottom: 0.5em;
}

.overview-content .stable-connections-no-more-buffering .text p {
  font-size: 1.22em;
  font-weight: 400;
  line-height: 1.5;
}

.overview-content sup.dagger {
  font-size: 0.58em;
  line-height: 0;
  vertical-align: super;
}

.overview-content .stable-connections-no-more-buffering .text .info {
  margin-top: 1em;
  font-size: 1.5em;
  /* font-weight: 500; */
}

.overview-content .stable-connections-no-more-buffering .text .info .connects {
  font-size: 1em;
  /* font-weight: 500; */
}

.overview-content .stable-connections-no-more-buffering .text .info .number {
  /* margin-top: 0.2em; */
  display: block;
  font-style: normal;
  font-size: 3.8em;
  line-height: 1;
  font-weight: 300;
  color: #000;
}

.overview-content .stable-connections-no-more-buffering .text .info .devices {
  font-size: 1.5em;
  color: #000;
  display: inline-block;
  margin-top: -0.2em;
}

.overview-content .stable-connections-no-more-buffering .text .info .devices sup { font-size: 0.5em; }

.overview-content .stable-connections-no-more-buffering .desc-text {
  width: 63%;
  display: inline-block;
  vertical-align: middle;
  padding: 1em 0;
}

.overview-content .stable-connections-no-more-buffering .desc-text .desc {
  font-weight: 400;
  font-size: 1em;
  width: 8em;
  margin: 0 auto;
  line-height: 1.2;
}

.overview-content .stable-connections-no-more-buffering .desc-text .lists1 {
  text-align: center;
  width: 98%;
  margin: 0 auto;
}

.overview-content .stable-connections-no-more-buffering .desc-text .lists1 .icon {
  display: block;
  margin: 0 auto 1em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 3.5em;
  width: 3.5em;
}

.overview-content .stable-connections-no-more-buffering .desc-text .lists1 li {
  display: inline-block;
  text-align: center;
  width: 18%;
  vertical-align: top;
  margin-bottom: 1.8em;
}

.overview-content .stable-connections-no-more-buffering .desc-text .li-1 .icon { background-image: url(./img/f1.png); }
.overview-content .stable-connections-no-more-buffering .desc-text .li-2 .icon { background-image: url(./img/f2.png); }
.overview-content .stable-connections-no-more-buffering .desc-text .li-3 .icon { background-image: url(./img/f3.png); }
.overview-content .stable-connections-no-more-buffering .desc-text .li-4 .icon { background-image: url(./img/f4.png); }
.overview-content .stable-connections-no-more-buffering .desc-text .li-5 .icon { background-image: url(./img/f5.png); }
.overview-content .stable-connections-no-more-buffering .desc-text .li-6 .icon { background-image: url(./img/f6.png); }
.overview-content .stable-connections-no-more-buffering .desc-text .li-7 .icon { background-image: url(./img/f7.png); }
.overview-content .stable-connections-no-more-buffering .desc-text .li-8 .icon { background-image: url(./img/f8.png); }
.overview-content .stable-connections-no-more-buffering .desc-text .li-9 .icon { background-image: url(./img/f9.png); }

.overview-content .stable-connections-no-more-buffering .desc-text .note {
  width: 86%;
  margin: 2em auto 0;
  text-align: left;
  font-weight: 400;
}

@media (max-width: 1680px) {
  .overview-content .stable-connections-no-more-buffering { font-size: 14px; }
}
@media (max-width: 1440px) {
  .overview-content .stable-connections-no-more-buffering { font-size: 12px; }
}
@media (max-width: 1024px) {
  .overview-content .stable-connections-no-more-buffering { font-size: 10px; }
}
@media (max-width: 736px) {
  .overview-content .stable-connections-no-more-buffering {
    font-size: 10.35px;
    background: #fff url("./m/f.jpg") center bottom/100% no-repeat;
    height: auto;
    padding: 0 0 10vw;
  }
  .overview-content .stable-connections-no-more-buffering .w-container {
    width: auto;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    background: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
  }
  .overview-content .stable-connections-no-more-buffering .m-show { display: block; }
  .overview-content .stable-connections-no-more-buffering .text {
    padding: 0;
    text-align: left;
    width: auto;
    order: 1;
    margin-left: 0;
    display: block;
    position: relative;
  }
  .overview-content .stable-connections-no-more-buffering .text h2 {
    font-size: 6.25vw;
    line-height: 1.2;
    padding: 13vw 20px 0.5em;
  }
  .overview-content .stable-connections-no-more-buffering .text p {
    font-size: 4.375vw;
    line-height: 1.5;
    padding: 0 20px;
  }
  .overview-content .stable-connections-no-more-buffering .text .info { padding-left: 20px; }
  .overview-content .stable-connections-no-more-buffering .text .info .number { font-size: 18vw; }
  .overview-content .stable-connections-no-more-buffering .text .info .connects {
    font-size: 4.375vw;
    /* font-weight: 500; */
  }
  .overview-content .stable-connections-no-more-buffering .text .info .devices { font-size: 8.6vw; }
  .overview-content .stable-connections-no-more-buffering .text .note { display: none; }
  .overview-content .stable-connections-no-more-buffering .desc-text {
    order: 2;
    display: block;
    width: calc(100% - 100px);
    max-width: 88vw;
    background-color: #ffffffd6;
    border-radius: 4vw;
    margin: 8vw auto 0;
    font-size: 3vw;
    padding: 5vw;
    height: auto;
    position: relative;
    bottom: auto;
  }
  .overview-content .stable-connections-no-more-buffering .desc-text .lists1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .overview-content .stable-connections-no-more-buffering .desc-text .lists1 .li-1,
  .overview-content .stable-connections-no-more-buffering .desc-text .lists1 .li-2,
  .overview-content .stable-connections-no-more-buffering .desc-text .lists1 .li-3,
  .overview-content .stable-connections-no-more-buffering .desc-text .lists1 .li-4 {
    width: 25%;
    margin-bottom: 2.5vw;
  }
  .overview-content .stable-connections-no-more-buffering .desc-text .lists1 .li-5,
  .overview-content .stable-connections-no-more-buffering .desc-text .lists1 .li-6,
  .overview-content .stable-connections-no-more-buffering .desc-text .lists1 .li-7,
  .overview-content .stable-connections-no-more-buffering .desc-text .lists1 .li-8,
  .overview-content .stable-connections-no-more-buffering .desc-text .lists1 .li-9 {
    width: 20%;
    margin-bottom: 0;
  }
  .overview-content .stable-connections-no-more-buffering .desc-text .lists1 .li-5 .desc,
  .overview-content .stable-connections-no-more-buffering .desc-text .lists1 .li-6 .desc,
  .overview-content .stable-connections-no-more-buffering .desc-text .lists1 .li-7 .desc,
  .overview-content .stable-connections-no-more-buffering .desc-text .lists1 .li-8 .desc,
  .overview-content .stable-connections-no-more-buffering .desc-text .lists1 .li-9 .desc { max-width: 10vw; }
  .overview-content .stable-connections-no-more-buffering .desc-text .lists1 .icon {
    width: 6vw;
    height: 6vw;
    margin-bottom: 1.5vw;
    background-size: contain;
    background-position: center;
  }
  .overview-content .stable-connections-no-more-buffering .desc-text .desc { font-size: 2.5vw; }
  .overview-content .stable-connections-no-more-buffering .desc-text .lists1 .li-1 .desc { max-width: 10vw; }
  .overview-content .stable-connections-no-more-buffering .m-hide { display: none; }
  .overview-content .stable-connections-no-more-buffering .desc-text .note {
    display: block;
    font-size: 3vw;
    font-weight: 300;
    margin-top: 4vw;
    width: 100%;
  }
  .overview-content .stable-connections-no-more-buffering .desc-text .note.m-hide { display: none; }
}
@media (max-width: 414px) {
  .overview-content .stable-connections-no-more-buffering { font-size: 2.5vw; }
}

/* ===================== ROBUST NETWORK PROTECTION ===================== */
.overview-content .deco-homeshileld {
  max-width: 1920px;
  margin: 0 auto;
  font-size: 16px;
}

.overview-content .deco-homeshileld .w-container {
  width: 73.125em;
  margin: 0 auto;
  max-width: 90%;
}

.overview-content .deco-homeshileld .text {
  padding: 6em 0 1.5em;
  text-align: center;
}

.overview-content .deco-homeshileld .text h2 {
  font-size: 2.8em;
  font-weight: 500;
  line-height: 1.2;
  padding-bottom: 0.5em;
}

.overview-content .deco-homeshileld .text p {
  font-size: 1.22em;
  font-weight: 400;
  line-height: 1.5;
}

.overview-content .deco-homeshileld ul {
  display: flex;
  margin: 1em auto 5em;
  width: 90%;
  max-width: 73.125em;
  flex-wrap: wrap;
  justify-content: space-between;
}

.overview-content .deco-homeshileld li {
  width: 32%;
  background: #fff;
  padding-bottom: 2em;
}

.overview-content .deco-homeshileld li p {
  padding: 0;
  text-align: center;
  font-size: 1.22em;
  font-weight: 400;
}

.overview-content .deco-homeshileld .img-box {
  position: relative;
  padding-bottom: 73%;
  height: 0;
  background-position: 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.overview-content .deco-homeshileld .box1 { background-image: url(./img/i1.jpg); }
.overview-content .deco-homeshileld .box2 { background-image: url(./img/i2.jpg); }
.overview-content .deco-homeshileld .box3 { background-image: url(./img/i3.jpg); }

.overview-content .deco-homeshileld .img {
  display: flex;
  padding-top: 2em;
  box-sizing: border-box;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.overview-content .deco-homeshileld .img i {
  width: 4.6875em;
  height: 4.6875em;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}

.overview-content .deco-homeshileld .img1 i { background-image: url(./img/i-icon1.png); }
.overview-content .deco-homeshileld .img2 i { background-image: url(./img/i-icon2.png); }
.overview-content .deco-homeshileld .img3 i { background-image: url(./img/i-icon3.png); }

.overview-content .deco-homeshileld .img h4 {
  font-weight: 500;
  font-size: 1.6875em;
  line-height: 1.1;
  display: table-cell;
  vertical-align: middle;
  padding-left: 0.5em;
}

@media (max-width: 1680px) {
  .overview-content .deco-homeshileld { font-size: 14px; }
}
@media (max-width: 1440px) {
  .overview-content .deco-homeshileld { font-size: 12px; }
}
@media (max-width: 1024px) {
  .overview-content .deco-homeshileld { font-size: 10px; }
}
@media (max-width: 736px) {
  .overview-content .deco-homeshileld .img h4 { font-size: 6.25vw; }
  .overview-content .deco-homeshileld { font-size: 10.35px; }
  .overview-content .deco-homeshileld .w-container { width: auto; max-width: 100%; }
  .overview-content .deco-homeshileld .text { padding: 0 0 2em; }
  .overview-content .deco-homeshileld .text h2 {
    font-size: 6.25vw;
    padding: 1.5em 20px 0.5em;
    text-align: left;
  }
  .overview-content .deco-homeshileld .img i { width: 16vw; height: 16vw; }
  .overview-content .deco-homeshileld .text p { font-size: 4.375vw; padding: 0 20px; }
  .overview-content .deco-homeshileld ul { display: block; text-align: center; }
  .overview-content .deco-homeshileld li {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .overview-content .deco-homeshileld li p {
    padding: 0.5em 0 1em;
    font-weight: 400;
    font-size: 4.375vw;
  }
}
@media (max-width: 414px) {
  .overview-content .deco-homeshileld { font-size: 2.5vw; }
}

/* ===================== EASY SETUP AND USE ===================== */
.overview-content .easy-setup-and-use {
  font-size: 16px;
  max-width: 1920px;
  margin: 0 auto;
  background-color: #d1d1d0;
  background: url(./img/j.jpg) 50% 50% no-repeat;
  background-size: 120em;
  height: 60em;
}

.overview-content .easy-setup-and-use .w-container {
  width: 73.125em;
  margin: 0 auto;
  max-width: 90%;
}

.overview-content .easy-setup-and-use .text {
  text-align: left;
  padding: 5em 42% 0 0;
}

.overview-content .easy-setup-and-use h2 {
  font-size: 2.8em;
  font-weight: 500;
  line-height: 1.2;
  padding-bottom: 0.5em;
}

.overview-content .easy-setup-and-use p {
  font-size: 1.22em;
  font-weight: 400;
  line-height: 1.5;
  padding-bottom: 1.5em;
}

.overview-content .easy-setup-and-use .icons {
  text-align: center;
  display: inline-flex;
  align-items: stretch;
  gap: 0.75em;
}

.overview-content .easy-setup-and-use .icons .agient-logo { width: 5em; padding-right: 0.5em; }
.overview-content .easy-setup-and-use .icons .store { padding-right: 1.5em; width: 8em; }
.overview-content .easy-setup-and-use .icons .qrcode { width: 5em; }

.overview-content .easy-setup-and-use .icons .store a {
  display: block;
  width: 100%;
  height: 2.5em;
}

.overview-content .easy-setup-and-use .icons i {
  height: 100%;
  width: 100%;
  display: block;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
}

.overview-content .easy-setup-and-use .icons .qrcode i { background-image: url(./img/app-aginet.png); }
.overview-content .easy-setup-and-use .icons .agient-logo i { background-image: url(./img/agient-app.png); }
.overview-content .easy-setup-and-use .icons .store a:first-child { margin-bottom: 0.25em; }
.overview-content .easy-setup-and-use .icons .store a:first-child i { background-image: url(./img/ios.png); }
.overview-content .easy-setup-and-use .icons .store a:last-child i { background-image: url(./img/android.png); }
.overview-content .easy-setup-and-use .icons .store a i { border-radius: 0.35em; }

@media (max-width: 1680px) {
  .overview-content .easy-setup-and-use { font-size: 14px; }
}
@media (max-width: 1440px) {
  .overview-content .easy-setup-and-use { font-size: 12px; }
}
@media (max-width: 1024px) {
  .overview-content .easy-setup-and-use { font-size: 10px; }
}
@media (max-width: 736px) {
  .overview-content .easy-setup-and-use {
    font-size: 10.35px;
    background: #fff url(./m/j.jpg) bottom no-repeat;
    background-size: 100%;
    padding: 0 0 82vw;
    height: unset;
  }
  .overview-content .easy-setup-and-use .w-container { width: auto; max-width: 100%; }
  .overview-content .easy-setup-and-use h2 {
    font-size: 6.25vw;
    line-height: 1.2;
    padding: 1.5em 20px 0.5em;
    text-align: left;
  }
  .overview-content .easy-setup-and-use p {
    font-size: 4.375vw;
    line-height: 1.42857;
    padding: 0 20px;
    text-align: left;
  }
  .overview-content .easy-setup-and-use .text {
    padding: 0;
    display: block;
    width: auto;
    text-align: left;
  }
  .overview-content .easy-setup-and-use .icons { padding: 2em 20px 0; }
  .overview-content .easy-setup-and-use .m-hide { display: none; }
}
@media (max-width: 414px) {
  .overview-content .easy-setup-and-use { font-size: 2.5vw; }
}

/* ===================== TR-069/TR-369 REMOTE MANAGEMENT ===================== */
.overview-content .wifi-dead-zone-killer {
  font-size: 16px;
  max-width: 1920px;
  margin: 0 auto;
  height: auto;
}

.overview-content .wifi-dead-zone-killer .w-container {
  width: 73.125em;
  margin: 0 auto;
  max-width: 90%;
}

.overview-content .wifi-dead-zone-killer .text {
  margin: 0 auto;
  /* padding: 4em 0 0; */
  text-align: center;
}

.overview-content .wifi-dead-zone-killer .text h2 {
  font-size: 2.8em;
  font-weight: 500;
  line-height: 1.2;
  padding-bottom: 0.5em;
}

.overview-content .wifi-dead-zone-killer .text p {
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.5;
}

.overview-content .wifi-dead-zone-killer .imgs {
  position: relative;
  background: url(./img/l.png) center right/87.82% no-repeat;
  max-width: 73.125em;
  height: 23.4em;
  margin: 4em auto 6em;
}

.overview-content .wifi-dead-zone-killer .imgs .desc { position: absolute; }

.overview-content .wifi-dead-zone-killer .imgs span {
  font-size: 1.08em;
  font-weight: 400;
  color: #313131;
}

.overview-content .wifi-dead-zone-killer .imgs .desc.desc2 { left: 33em; top: 6.5em; width: 22em; }
.overview-content .wifi-dead-zone-killer .imgs .desc.desc2 span {
  font-size: 1.75em;
  font-weight: 400;
  color: #313131;
}
.overview-content .wifi-dead-zone-killer .imgs .desc.desc3 { left: 29.5em; top: 10em;}
.overview-content .wifi-dead-zone-killer .imgs .desc.desc3 span {
  font-size: 2.25em;
  font-weight: 300;
  color: #313131;
}
.overview-content .wifi-dead-zone-killer .imgs .desc.desc4 { right: 33em; top: 13.75em; text-align: center; width: 12em; }
.overview-content .wifi-dead-zone-killer .imgs .desc.desc5 { right: 29.5em; top: 13.75em; text-align: center; width: 7em; }
.overview-content .wifi-dead-zone-killer .imgs .desc.desc6 { right: 19.2em; top: 13.75em; text-align: center; width: 15em; }

@media (max-width: 1680px) {
  .overview-content .wifi-dead-zone-killer { font-size: 14px; }
}
@media (max-width: 1440px) {
  .overview-content .wifi-dead-zone-killer { font-size: 12px; }
}
@media (max-width: 1024px) {
  .overview-content .wifi-dead-zone-killer { font-size: 10px; }
}
@media (max-width: 736px) {
  .overview-content .wifi-dead-zone-killer {
    font-size: 10.35px;
    height: auto;
  }
  .overview-content .wifi-dead-zone-killer .w-container { width: auto; max-width: 100%; }
  .overview-content .wifi-dead-zone-killer .text { padding: 0; text-align: left; }
  .overview-content .wifi-dead-zone-killer .text h2 {
    font-size: 6.25vw;
    line-height: 1.2;
    padding: 1.5em 20px 0.5em;
  }
  .overview-content .wifi-dead-zone-killer .text p {
    font-size: 4.375vw;
    line-height: 1.42857;
    padding: 0 20px;
  }
  .overview-content .wifi-dead-zone-killer .imgs {
    background: url(./m/central.jpg) 70% 0/115% no-repeat #fff;
    height: 157vw;
    margin-top: 0;
    margin-bottom: 3vw;
  }
  .overview-content .wifi-dead-zone-killer .imgs span { font-size: 3.75vw; }
  .overview-content .wifi-dead-zone-killer .imgs .desc.desc2 {
    left: 0; top: 65vw; width: 100%; text-align: center; font-size: 4vw;
  }
  .overview-content .wifi-dead-zone-killer .imgs .desc.desc3 {
    left: 0; top: 74vw; width: 100%; text-align: center;
  }
  .overview-content .wifi-dead-zone-killer .imgs .desc.desc3 span { font-size: 5.6vw; }
  .overview-content .wifi-dead-zone-killer .imgs .desc.desc4 {
    left: 16.5vw; top: 84vw; text-align: center; width: 22vw; transform: none;
  }
  .overview-content .wifi-dead-zone-killer .imgs .desc.desc5 {
    left: 36vw; top: 84vw; text-align: center; width: 22vw;
  }
  .overview-content .wifi-dead-zone-killer .imgs .desc.desc6 {
    left: 54vw; top: 84vw; text-align: center; width: 22vw; transform: none;
  }
}
@media (max-width: 414px) {
  .overview-content .wifi-dead-zone-killer { font-size: 2.5vw; }
}

/* ===================== LIFESTYLE SLIDER ===================== */
.overview-content .lifestyle {
  font-size: 16px;
  max-width: 120em;
  padding: 4em 0 3em;
  margin: 0 auto;
}

.overview-content .lifestyle .m-hide { display: block; }
.overview-content .lifestyle .m-show { display: none; }

.overview-content .lifestyle .webSwiper {
  position: relative;
  width: 73.125em;
  max-width: 90%;
  height: 36em;
  margin: 0 auto;
}

.overview-content .lifestyle .w-container {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background: #fff;
  border-radius: 1em;
  overflow: hidden;
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  mask-image: radial-gradient(white, black);
}

.overview-content .lifestyle .w-container .img {
  width: 100%;
  padding-bottom: 41.84%;
  display: block;
  background-size: 100%;
  background-repeat: no-repeat;
  border-radius: 1em;
}

.overview-content .lifestyle .w-container .swiper-wrapper .img-1 { background-image: url(./img/n-1.jpg); }
.overview-content .lifestyle .w-container .swiper-wrapper .img-2 { background-image: url(./img/n-2.jpg); }
.overview-content .lifestyle .w-container .swiper-wrapper .img-3 { background-image: url(./img/n-3.jpg); }

.overview-content .lifestyle .sw-pagination {
  margin: 0 auto;
  position: relative;
  padding: 0.5em 0;
}

.overview-content .lifestyle .sw-pagination .swiper-pagination-bullet {
  margin: 0 0.5em;
  width: 0.75em;
  height: 0.75em;
}

.overview-content .lifestyle .sw-pagination .swiper-pagination-bullet-active {
  background: #4acbd6 !important;
}

.overview-content .lifestyle .swiper-button-prev {
  width: 3.375em;
  height: 3.375em;
  background: url("./img/m-left.png") center/100% no-repeat;
  position: absolute;
  left: -8%;
  top: 50%;
}

.overview-content .lifestyle .swiper-button-prev:after { display: none; }

.overview-content .lifestyle .swiper-button-next {
  width: 3.375em;
  height: 3.375em;
  background: url("./img/m-right.png") center/100% no-repeat;
  right: -8%;
  top: 50%;
}

.overview-content .lifestyle .swiper-button-next:after { display: none; }

@media (max-width: 1680px) {
  .overview-content .lifestyle { font-size: 14px; }
}
@media (max-width: 1440px) {
  .overview-content .lifestyle { font-size: 12px; }
}
@media (max-width: 1024px) {
  .overview-content .lifestyle { font-size: 10px; }
}
@media (max-width: 736px) {
  .overview-content .lifestyle {
    font-size: 10.35px;
    padding: 2em 0 0;
    margin-bottom: 8vw;
  }
  .overview-content .lifestyle .w-container-m {
    width: auto;
    height: auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
  }
  .overview-content .lifestyle .w-container-m .m-static-img {
    width: 100%;
    padding-bottom: 72.6%;
    display: block;
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 1em;
  }
  .overview-content .lifestyle .w-container-m .m-static-img:not(:last-child) {
    margin-bottom: 4vw;
  }
  .overview-content .lifestyle .w-container-m .img-1 { background-image: url(./m/n-1.jpg); }
  .overview-content .lifestyle .w-container-m .img-2 { background-image: url(./m/n-2.jpg); }
  .overview-content .lifestyle .w-container-m .img-3 { background-image: url(./m/n-3.jpg); }
  .overview-content .lifestyle .m-show { display: block; }
  .overview-content .lifestyle .m-hide { display: none; }
}
@media (max-width: 414px) {
  .overview-content .lifestyle { font-size: 2.5vw; }
}
@media (min-width: 1921px) {
  .overview-content .lifestyle { font-size: 16px; }
}

/* ===================== DUAL-BAND WIFI 6 ===================== */
.dual-band-wifi6 {
  font-size: 16px;
  max-width: 1920px;
  margin: 0 auto;
  background: #fff;
  position: relative;
}
.dual-band-wifi6 .w-container {
  width: 73.125em;
  margin: 0 auto;
  max-width: 90%;
  display: flex;
  align-items: center;
  gap: 4em;
  padding: 4em 0;
}
.dual-band-wifi6 .text { flex: 1; color: #313131; }
.dual-band-wifi6 h2 {
  font-size: 2.8em;
  font-weight: 500;
  line-height: 1.2;
  padding-bottom: 0.5em;
}
.dual-band-wifi6 .desc {
  font-size: 1.22em;
  font-weight: 400;
  line-height: 1.5;
  padding-bottom: 2em;
}
.dual-band-wifi6 .section-img {
  width: 50%;
  flex-shrink: 0;
  aspect-ratio: 777 / 633;
  background: url(./img/c.jpg) center/100% no-repeat;
  border-radius: 1em;
}
.dual-band-wifi6 .speed-bars li + li { margin-top: 0.75em; }
.dual-band-wifi6 .bar { display: flex; align-items: center; }
.dual-band-wifi6 .band {
  font-weight: 500;
  font-size: 1.08em;
  line-height: 1;
  min-width: 4em;
}
.dual-band-wifi6 .line {
  display: flex;
  align-items: center;
}
.dual-band-wifi6 .speed-line {
  position: relative;
  height: auto;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.dual-band-wifi6 .bar-5g .speed-line {
  width: 21em;
  aspect-ratio: 484 / 15;
  background-image: url(./img/c-bar1.png);
}
.dual-band-wifi6 .bar-24g .speed-line {
  width: 10em;
  aspect-ratio: 209 / 15;
  background-image: url(./img/c-bar2.png);
}
.dual-band-wifi6 .speed-line span {
  position: absolute;
  top: -1.5em;
  right: 0;
  font-size: 0.95em;
  font-weight: 400;
  white-space: nowrap;
}
.dual-band-wifi6 .bandwidth {
  font-size: 1.2em;
  font-weight: 400;
  margin-left: 0.5em;
}

@media (max-width: 1680px) { .dual-band-wifi6 { font-size: 14px; } }
@media (max-width: 1440px) { .dual-band-wifi6 { font-size: 12px; } }
@media (max-width: 1024px) { .dual-band-wifi6 { font-size: 10px; } }
@media (max-width: 736px) {
  .dual-band-wifi6 { font-size: 10.35px; }
  .dual-band-wifi6 .w-container {
    flex-direction: column;
    width: auto;
    max-width: 100%;
    gap: 0;
    padding: 0 0 8vw;
  }
  .dual-band-wifi6 .text { padding: 0; width: 100%; }
  .dual-band-wifi6 h2 { font-size: 6.25vw; padding: 1.5em 20px 0.5em; }
  .dual-band-wifi6 .desc { font-size: 4.375vw; line-height: 1.5; padding: 0 20px 0; }
  .dual-band-wifi6 .section-img {
    width: 90%;
    margin: 5vw auto 0;
    border-radius: 0.75em;
    background-image: url(./img/c.jpg);
  }
  .dual-band-wifi6 .speed-bars { padding: 0 20px 2vw; font-size: 2.5vw; }
  .dual-band-wifi6 .band { font-size: 3.75vw; min-width: 12vw; }
  .dual-band-wifi6 .bandwidth { font-size: 3.75vw; }
  .dual-band-wifi6 .bar-5g .speed-line {
    width: 55vw;
    aspect-ratio: 484 / 15;
    height: auto;
    background-image: url(./img/c-bar1.png);
  }
  .dual-band-wifi6 .bar-24g .speed-line {
    width: 24vw;
    aspect-ratio: 209 / 15;
    height: auto;
    background-image: url(./img/c-bar2.png);
  }
  .dual-band-wifi6 .speed-line span {
    font-size: 2.75vw;
    top: -1.5em;
    right: 0;
    transform: none;
    white-space: nowrap;
  }
  .dual-band-wifi6 .speed-bars { padding-top: 5vw; }
}
@media (max-width: 414px) { .dual-band-wifi6 { font-size: 2.5vw; } }

/* ===================== FLEXIBLE DEPLOYMENT WITH POE ===================== */
.flexible-deployment-poe {
  font-size: 16px;
  max-width: 1920px;
  margin: 0 auto;
  aspect-ratio: 2562 / 1339;
  background: url(./img/h.jpg) 50% / 100% auto no-repeat;
  position: relative;
}
.flexible-deployment-poe .w-container {
  width: 73.125em;
  margin: 0 auto;
  max-width: 90%;
}
.flexible-deployment-poe .text { padding: 8em 58% 0 0; color: #313131; }
.flexible-deployment-poe h2 {
  font-size: 2.8em;
  font-weight: 500;
  line-height: 1.2;
  padding-bottom: 0.5em;
}
.flexible-deployment-poe p {
  font-size: 1.22em;
  font-weight: 400;
  line-height: 1.5;
}

.flexible-deployment-poe .poe-labels {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.flexible-deployment-poe .lbl {
  position: absolute;
  color: #313131;
  font-weight: 400;
  line-height: 1.3;
}
.flexible-deployment-poe .lbl-gbe       { left: 42.5%; top: 52%; font-size: 1em; color: #006bd6; max-width: 10%; text-align: right; font-weight: 500; }
.flexible-deployment-poe .lbl-ac-spec   { left: 42.1%; top: 58%; font-size: 1em; color: #006bd6; text-align: right; font-weight: 500;}
.flexible-deployment-poe .lbl-poe-title { left: 26.2%; top: 72.9%; transform: translateX(-50%); font-size: 1.5em; }
.flexible-deployment-poe .lbl-ac-title  { left: 66.3%; top: 72.8%; transform: translateX(-50%); font-size: 1.5em; }
.flexible-deployment-poe .lbl-poe-switch    { left: 23.8%; top: 80%; font-size: 1em; }
.flexible-deployment-poe .lbl-power-socket  { left: 62.25%; top: 78%; font-size: 1em; }
.flexible-deployment-poe .lbl-data      { left: 35.9%; top:86.3%; transform: translateX(-50%); font-size: 1em; color: #0b7f8e; }
.flexible-deployment-poe .lbl-power-l   { left: 35.9%; top: 90%; transform: translateX(-50%); font-size: 1em; color: #006bd6; }
.flexible-deployment-poe .lbl-power-r   { left: 68.6%; top: 90%; transform: translateX(-50%); font-size: 1em; color: #006bd6; }

@media (max-width: 736px) {
  .flexible-deployment-poe .poe-labels { display: none; }
}

@media (max-width: 1680px) { .flexible-deployment-poe { font-size: 14px; } }
@media (max-width: 1440px) { .flexible-deployment-poe { font-size: 12px; } }
@media (max-width: 1024px) { .flexible-deployment-poe { font-size: 10px; } }
@media (max-width: 736px) {
  .flexible-deployment-poe {
    font-size: 10.35px;
    aspect-ratio: unset;
    height: auto;
    background: #fff;
  }
  .flexible-deployment-poe .w-container { width: auto; padding: 0 20px; }
  .flexible-deployment-poe .text { padding: 8vw 0 0; }
  .flexible-deployment-poe h2 { font-size: 6.25vw; padding-bottom: 0.5em; }
  .flexible-deployment-poe p { font-size: 4.375vw; line-height: 1.5; }
  .flexible-deployment-poe .poe-image {
    display: block;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-top: 6vw;
    padding-bottom: 207.03vw;
    background: url(./m/h.jpg) top / 100% auto no-repeat;
  }
  .flexible-deployment-poe .poe-labels {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
  }
  .flexible-deployment-poe .lbl {
    position: absolute;
    font-size: 3.75vw;
    line-height: 1.4;
    transform: none;
  }
  .flexible-deployment-poe .lbl-gbe       { left: 31vw;  top: 145vw; color: #006bd6; max-width: 35vw; text-align: start; font-weight: 500;}
  .flexible-deployment-poe .lbl-ac-spec   { left: 51vw; top: 128vw; color: #006bd6; text-align: right; max-width: 42vw; text-align: start; font-weight: 500;}
  .flexible-deployment-poe .lbl-poe-title { left: 0; right: 0; top: 178vw; text-align: center; font-size: 4.5vw; font-weight: 400; color: #313131; }
  .flexible-deployment-poe .lbl-poe-switch { left: 13vw; top: 188vw; color: #313131; }
  .flexible-deployment-poe .lbl-data      { left: 18vw; right: 0; top: 200vw; text-align: center; color: #0b7f8e; }
  .flexible-deployment-poe .lbl-power-l   { left: 18vw; right: 0; top: 206vw; text-align: center; color: #006bd6; }
  .flexible-deployment-poe .lbl-ac-title  { left: 0; right: 0; top: 223vw; text-align: center; font-size: 4.5vw; font-weight: 400; color: #313131; }
  .flexible-deployment-poe .lbl-power-socket { left: 20vw; top: 233vw; color: #313131; }
  .flexible-deployment-poe .lbl-power-r   { left: 0; right: 14vw; top: 253.5vw; text-align: center; color: #006bd6; }
}
@media (max-width: 414px) { .flexible-deployment-poe { font-size: 2.5vw; } }

/* ===================== VERSATILE MOUNTING OPTIONS ===================== */
.versatile-mounting {
  font-size: 16px;
  max-width: 1920px;
  margin: 0 auto;
  background: #fff;
}
.versatile-mounting .w-container { width: 73.125em; margin: 0 auto; max-width: 90%; }
.versatile-mounting .text { padding: 4em 0 2em; text-align: center; }
.versatile-mounting h2 {
  font-size: 2.8em;
  font-weight: 500;
  line-height: 1.2;
  padding-bottom: 0.5em;
}
.versatile-mounting .text p { font-size: 1.22em; font-weight: 400; line-height: 1.5; }
.versatile-mounting .mount-list {
  display: flex;
  justify-content: space-between;
  gap: 1.5em;
  padding-bottom: 5em;
}
.versatile-mounting .mount-list li { flex: 1; }
.versatile-mounting .mount-img {
  width: 100%;
  padding-bottom: 92.3%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0.35em;
}
.versatile-mounting .mount-img.img-1 { background-image: url(./img/i-1.jpg); }
.versatile-mounting .mount-img.img-2 { background-image: url(./img/i-2.jpg); }
.versatile-mounting .mount-img.img-3 { background-image: url(./img/i-3.jpg); }
.versatile-mounting .mount-list li > p {
  font-size: 1.22em;
  font-weight: 400;
  text-align: center;
  padding-top: 0.75em;
}

@media (max-width: 1680px) { .versatile-mounting { font-size: 14px; } }
@media (max-width: 1440px) { .versatile-mounting { font-size: 12px; } }
@media (max-width: 1024px) { .versatile-mounting { font-size: 10px; } }
@media (max-width: 736px) {
  .versatile-mounting { font-size: 10.35px; }
  .versatile-mounting .w-container { width: auto; max-width: 100%; }
  .versatile-mounting .text { padding: 0; text-align: left; }
  .versatile-mounting h2 { font-size: 6.25vw; padding: 1.5em 20px 0.5em; }
  .versatile-mounting .text p { font-size: 4.375vw; padding: 0 20px; }
  .versatile-mounting .mount-list { flex-direction: column; padding: 5vw 20px 8vw; gap: 8vw; }
  .versatile-mounting .mount-img { width: 85%; padding-bottom: 70%; margin: 0 auto; }
  .versatile-mounting .mount-img.img-1 { background-image: url(./img/i-1.jpg); }
  .versatile-mounting .mount-img.img-2 { background-image: url(./img/i-2.jpg); }
  .versatile-mounting .mount-img.img-3 { background-image: url(./img/i-3.jpg); }
  .versatile-mounting .mount-list li > p { font-size: 4.375vw; }
}
@media (max-width: 414px) { .versatile-mounting { font-size: 2.5vw; } }

/* ===================== 2-IN-1 ROUTER AND ACCESS POINT ===================== */
.two-in-one {
  font-size: 16px;
  max-width: 1920px;
  margin: 0 auto;
  background: #fff;
}
.two-in-one .w-container { width: 73.125em; margin: 0 auto; max-width: 90%; }
.two-in-one .text { padding: 0 0 4em; text-align: center; }
.two-in-one h2 {
  font-size: 2.8em;
  font-weight: 500;
  line-height: 1.2;
  padding-bottom: 0.5em;
}
.two-in-one .text p { font-size: 1.22em; font-weight: 400; line-height: 1.5; }
.two-in-one .modes {
  display: flex;
  justify-content: center;
  gap: 9em;
  padding-bottom: 6em;
}
.two-in-one .mode { width: 40%; text-align: center; }
.two-in-one .mode-img {
  width: 100%;
  padding-bottom: 45%;
  background-size: 100%;
  background-repeat: no-repeat;
  border-radius: 0.5em;
  margin-bottom: 1.25em;
}
.two-in-one .mode-router .mode-img { background-image: url(./img/k-1.jpg); }
.two-in-one .mode-ap .mode-img { background-image: url(./img/k-2.jpg); }
.two-in-one .mode h3 {
  font-size: 1.40625em;
  font-weight: 500;
  line-height: 1.2;
  padding-bottom: 0.4em;
}
.two-in-one .mode p { font-size: 1.08em; font-weight: 400; line-height: 1.5; }

@media (max-width: 1680px) { .two-in-one { font-size: 14px; } }
@media (max-width: 1440px) { .two-in-one { font-size: 12px; } }
@media (max-width: 1024px) { .two-in-one { font-size: 10px; } }
@media (max-width: 736px) {
  .two-in-one { font-size: 10.35px; }
  .two-in-one .w-container { width: auto; max-width: 100%; }
  .two-in-one .text { padding: 0; text-align: left; }
  .two-in-one h2 { font-size: 6.25vw; padding: 1.5em 20px 0.5em; }
  .two-in-one .text p { font-size: 4.375vw; padding: 0 20px; }
  .two-in-one .modes { flex-direction: column; padding: 5vw 20px 8vw; gap: 6vw; }
  .two-in-one .mode { width: 100%; }
  .two-in-one .mode-router .mode-img { background-image: url(./img/k-1.jpg); }
  .two-in-one .mode-ap .mode-img { background-image: url(./img/k-2.jpg); }
  .two-in-one .mode h3 { font-size: 5vw; }
  .two-in-one .mode p { font-size: 4vw; }
}
@media (max-width: 414px) { .two-in-one { font-size: 2.5vw; } }

/* ===================== EFFORTLESS MANAGEMENT ===================== */
.effortless-management {
  font-size: 16px;
  max-width: 1920px;
  margin: 0 auto;
  background: #fff;
}
.effortless-management .w-container {
  width: 73.125em;
  margin: 0 auto;
  max-width: 90%;
}
.effortless-management .text {
  padding: 6em 0 0em;
  text-align: center;
  color: #313131;
}
.effortless-management h2 {
  font-size: 2.8em;
  font-weight: 500;
  line-height: 1.2;
  padding-bottom: 0.5em;
}
.effortless-management p { font-size: 1.22em; font-weight: 400; line-height: 1.5; }
.effortless-management .learn-more { padding-top: 1em; }
.effortless-management .learn-more a {
  text-decoration: none;
  color: #000;
  padding-bottom: 5px;
  font-size: 1em;
  font-weight: 300;
  border-bottom: 1px solid #000;
}
.effortless-management .section-img {
  display: block;
  width: 100%;
  padding-bottom: 45%;
  background: url(./img/l2.jpg) center/100% no-repeat;
  margin-bottom: 4em;
  border-radius: 1em;
}

@media (max-width: 1680px) { .effortless-management { font-size: 14px; } }
@media (max-width: 1440px) { .effortless-management { font-size: 12px; } }
@media (max-width: 1024px) { .effortless-management { font-size: 10px; } }
@media (max-width: 736px) {
  .effortless-management { font-size: 10.35px; }
  .effortless-management .w-container { width: auto; max-width: 100%; }
  .effortless-management .text { padding: 0; text-align: left; }
  .effortless-management h2 { font-size: 6.25vw; padding: 1.5em 20px 0.5em; }
  .effortless-management p { font-size: 4.375vw; line-height: 1.5; padding: 0 20px; }
  .effortless-management .learn-more { padding: 1em 20px 0; }
  .effortless-management .section-img {
    padding-bottom: 60%;
    margin-top: 5vw;
    margin-bottom: 8vw;
    border-radius: 0.5em;
    background: url(./m/l2.jpg) center/100% no-repeat;
  }
}
@media (max-width: 414px) { .effortless-management { font-size: 2.5vw; } }

/* ===================== GLOBAL ===================== */
.overview-content .swiper-pagination-bullet-active { background: #000 !important; }
.overview-content .swiper-pagination-bullet {
  margin: 0 0.5em !important;
  width: 0.75em !important;
  height: 0.75em !important;
}

.m-hide { display: block; }

@media (max-width: 736px) {
  .m-hide { display: none; }
}
