.overview-content .invert {
  filter: invert(100%);
}

.overview-content .sg-banner {
  font-size: 16px;
  background: url(img/1779000740260_a.jpg) 50% 0 no-repeat;
  background-size: 120em;
  height: 60em;
  max-width: 1920px;
  margin: 0 auto;
}

.overview-content .sg-banner .w-container {
  width: 85.375em;
  margin: 0 auto;
  max-width: 90%;
  color: #000;
}

.overview-content .sg-banner .text {
  padding: 14.6em 20em 0 13.6em;
}

.overview-content .sg-banner h2 {
  font-size: 3.75em;
  font-weight: 600;
  line-height: 1.26;
  letter-spacing: 0;
  padding-bottom: 0.62em;
}

.overview-content br.mobile-only {
  display: none;
}

.overview-content br.web-only {
  display: inline;
}

.overview-content .sg-banner p {
  font-size: 1.6875em;
  font-weight: 400;
  line-height: 1.2;
  padding-bottom: 1em;
}

.overview-content .sg-banner .product-model {
  background: none;
  border-radius: 0.45em;
  display: inline-block;
  padding: 0.24em 0.56em;
  color: #000;
  border: 2px solid #2f2f2f;
}

.overview-content .sg-banner .icons img {
  width: 12em;
  padding-top: 2em;
}

.overview-content .sg-banner .product-model span {
  font-size: 1.86em;
  font-weight: 500;
  line-height: 1.2;
}

@media (max-width: 1680px) {
  .overview-content .sg-banner {
    font-size: 14px;
  }
}

@media (max-width: 1440px) {
  .overview-content .sg-banner {
    font-size: 12px;
  }
}

@media (max-width: 1024px) {
  .overview-content .sg-banner {
    font-size: 10px;
  }
}

@media (max-width: 736px) {
  .overview-content .sg-banner {
    font-size: 10.35px;
    height: 134.59375vw;
    background: url(img/1779000740362_a.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    width: 100%;
    overflow-x: hidden;
  }

  .overview-content .sg-banner .icons img {
    padding-left: 20px;
    width: 48vw;
  }

  .overview-content .sg-banner .w-container {
    width: auto;
    max-width: 100%;
    color: #000;
  }

  .overview-content .sg-banner .product-model span {
    font-size: 4.6875vw;
  }

  .overview-content .sg-banner .text {
    margin: 0 auto;
    padding: 0;
  }

  .overview-content .sg-banner .text p {
    padding: 0 20px 1em;
    font-size: 5vw;
  }

  .overview-content .sg-banner h2 {
    font-size: 8.6vw;
    line-height: 1.1;
    font-weight: 700;
    padding: 14vw 18vw 0.45em 5vw;
  }

  .overview-content br.mobile-only {
    display: inline;
  }

  .overview-content br.web-only {
    display: none;
  }

  .overview-content .sg-banner h3 {
    font-size: 1.625em;
    padding: 0 20px 1.5em;
    line-height: 1.5;
  }

  .overview-content .sg-banner .product-model {
    margin-left: 5vw;
    border: 2px solid #4b4b4b;
    border-radius: 0.8em;
    padding: 0.46em 1em;
  }
}

@media (max-width: 414px) {
  .overview-content .sg-banner {
    font-size: 2.5vw;
  }
}

.overview-content .spotlights {
  font-size: 16px;
  max-width: 120em;
  margin: 0 auto;
  padding: 4.6875em;
}

.overview-content .spotlights .w-container {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  flex-wrap: wrap;
  width: 85em;
}

.overview-content .spotlights .w-container .icon {
  display: inline-block;
  padding: 0 0.8125em;
  text-align: center;
  width: 16em;
}

.overview-content .spotlights .w-container .icon.icon5,
.overview-content .spotlights .w-container .icon.icon6,
.overview-content .spotlights .w-container .icon.icon7,
.overview-content .spotlights .w-container .icon.icon8 {
  padding-top: 4em;
}

.overview-content .spotlights .w-container .icon b {
  /* background-image: url(img/1779000740485_b.png); */
  background-repeat: no-repeat;
  background-size: 53.75em;
  width: 3.75em;
  height: 3.75em;
  display: block;
  margin: 0 auto 1em;
}

.overview-content .spotlights .w-container .icon b img {
  width: 2.8125em;
  height: 2.8125em;
}

.overview-content .spotlights .w-container .icon1 b {
  background-position: 1.5% 0%;
}

.overview-content .spotlights .w-container .icon2 b {
  background-position: 21.2% 0%;
}

.overview-content .spotlights .w-container .icon3 b {
  background-position: 41% 0%;
}

.overview-content .spotlights .w-container .icon4 b {
  background-position: 60% 0%;
}

.overview-content .spotlights .w-container .icon5 b {
  background-position: 79% 0%;
}

.overview-content .spotlights .w-container .icon6 b {
  background-position: 98% 0%;
}

.overview-content .spotlights .w-container .icon p {
  font-size: 1.5em;
  line-height: 1.26;
  font-weight: 400;
  color: #1f1f1f;
}

@media (max-width: 1680px) {
  .overview-content .spotlights {
    font-size: 14px;
  }
}

@media (max-width: 1440px) {
  .overview-content .spotlights {
    font-size: 12px;
  }
}

@media (max-width: 736px) {
  .overview-content .spotlights {
    font-size: 10.35px;
    padding: 13.6vw 4.6875vw 6.25vw;
  }

  .overview-content .spotlights .w-container {
    flex-wrap: wrap;
    justify-content: space-between;
    width: auto;
  }

  .overview-content .spotlights .w-container .icon {
    width: 41vw;
    display: flex;
    padding: 0;
    align-items: center;
    margin-bottom: 12vw;
    flex-direction: column;
    padding-top: 0;
  }

  .overview-content .spotlights .w-container .icon b {
    font-size: 2.5vw;
    background-size: 152vw;
    width: auto;
    height: auto;
    margin: 0 auto 4vw;
  }

  .overview-content .spotlights .w-container .icon b img {
    width: 9vw;
    height: 9vw;
  }

  .overview-content .spotlights .w-container .icon img {
    width: 7.5vw;
  }

  .overview-content .spotlights .w-container .icon p {
    font-size: 3.75vw;
    line-height: 1.24;
    width: 40vw;
    font-weight: 400;
    color: #222;
    text-align: center;
  }

  .overview-content .spotlights .w-container .icon.icon5,
  .overview-content .spotlights .w-container .icon.icon6,
  .overview-content .spotlights .w-container .icon.icon7,
  .overview-content .spotlights .w-container .icon.icon8 {
    padding-top: 0;
  }
}

@media (max-width: 414px) {
  .overview-content .spotlights {
    font-size: 2.5vw;
  }
}

.overview-content .connect-more {
  font-size: 16px;
  max-width: 120em;
  height: 54.75em;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  background: url(img/1779000740563_d.jpg) 50% 0 / 120em auto no-repeat;
}

.overview-content .connect-more .w-container {
  width: 120em;
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.overview-content .connect-more .text {
  padding: 6em 0 0;
  text-align: center;
}

.overview-content .connect-more h2 {
  width: auto;
  margin: 0 auto;
  padding: 0;
  color: #000;
  font-size: 3.06em;
  font-weight: 500;
  line-height: 1.16;
  white-space: nowrap;
}

.overview-content .connect-more .connect-more-box {
  display: flex;
  justify-content: center;
  gap: 4.4em;
  margin: 2.65em auto 0;
}

.overview-content .connect-more .connect-more-box .stat {
  width: 11.35em;
  text-align: left;
}

.overview-content .connect-more .connect-more-box p {
  margin: 0;
  padding: 0;
  color: #2b2b2b;
  font-size: 1.12em;
  font-weight: 400;
  line-height: 1.18;
}

.overview-content .connect-more .connect-more-box p:nth-child(2) {
  color: #116a79;
  font-size: 2.65em;
  font-weight: 700;
  line-height: 1.06;
}

.overview-content .connect-more .connect-more-box .box1 p:first-child {
  color: #2b2b2b;
  font-size: 1.12em;
  font-weight: 400;
}

.overview-content .connect-more .connect-more-box .box4 {
  width: 15.2em;
}

.overview-content .connect-more .desc-box {
  position: absolute;
  left: 50%;
  top: 37.95em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  width: 83.3em;
  height: 14em;
  padding: 0 4em;
  box-sizing: border-box;
  transform: translateX(-50%);
  background-color: #f9f9fa;
  border-radius: 0.5em;
}

.overview-content .connect-more .desc-box .desc {
  display: grid;
  grid-template-rows: 3em auto;
  row-gap: 1.35em;
  justify-items: center;
  align-content: start;
  align-items: center;
  width: 11em;
  height: 8em;
  margin: 0;
  padding: 0;
  text-align: center;
}

.overview-content .connect-more .desc-box .desc img {
  display: block;
  width: 3em;
  height: 3em;
  object-fit: contain;
  object-position: center;
}

.overview-content .connect-more .desc span {
  display: block;
  width: 100%;
  margin-top: 0;
  color: #222;
  font-size: 1.55em;
  font-weight: 400;
  line-height: 1.18;
}

@media (max-width: 1680px) {
  .overview-content .connect-more {
    font-size: 14px;
  }
}

@media (max-width: 1440px) {
  .overview-content .connect-more {
    font-size: 12px;
  }
}

@media (max-width: 736px) {
  .overview-content .connect-more {
    font-size: 10.35px;
    height: 162vw;
    padding-bottom: 0;
    background: url(img/connect-more-mobile-pic.jpg) 50% 86.5vw / 100% auto no-repeat;
  }

  .overview-content .connect-more .w-container {
    width: 100%;
    height: auto;
  }

  .overview-content .connect-more .text {
    width: 100%;
    padding: 0;
    text-align: left;
  }

  .overview-content .connect-more h2 {
    width: 90vw;
    font-size: 5.65vw;
    line-height: 1.22;
    font-weight: 700;
    letter-spacing: 0;
    margin: 0 auto;
    word-break: keep-all;
    white-space: nowrap;
  }

  .overview-content .connect-more .connect-more-box {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 90vw;
    gap: 10.8vw 1vw;
    margin: 9.4vw auto 0;
  }

  .overview-content .connect-more .connect-more-box .stat {
    width: auto;
    min-width: 0;
    text-align: left;
  }

  .overview-content .connect-more .connect-more-box p {
    color: #222;
    font-size: 4.2vw;
    line-height: 1.16;
    font-weight: 400;
    white-space: normal;
  }

  .overview-content .connect-more .connect-more-box p:nth-child(2) {
    color: #1e6673;
    font-size: 6.1vw;
    font-weight: 400;
    line-height: 1.06;
  }

  .overview-content .connect-more .connect-more-box .box1 p:first-child {
    font-size: 4.2vw;
    font-weight: 400;
  }

  .overview-content .connect-more .connect-more-box .box4 p:nth-child(2) {
    font-size: 5.75vw;
  }

  .overview-content .connect-more .desc-box {
    position: absolute;
    left: 5vw;
    top: 120vw;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 4.2vw 0;
    width: 90vw;
    height: auto;
    padding: 0;
    transform: none;
    border-radius: 0;
    background-color: transparent;
  }

  .overview-content .connect-more .desc-box .desc {
    width: 100%;
    height: 16.5vw;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: 5vw auto;
    justify-items: center;
    row-gap: 2vw;
  }

  .overview-content .connect-more .desc-box .desc img {
    width: 5vw;
    height: 5vw;
    justify-self: center;
    align-self: center;
  }

  .overview-content .connect-more .desc-box .desc span {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    color: #1f1f1f;
    font-size: 4.05vw;
    line-height: 1.12;
    font-weight: 400;
  }

  .overview-content .connect-more .desc-box .desc5 span {
    width: 100%;
  }
}

.overview-content .qos {
  font-size: 16px;
  max-width: 120em;
  margin: 0 auto;
  background: url(img/1779000740809_e.jpg) 0% 0% no-repeat;
  background-size: 120em;
  height: 51em;
  position: relative;
}

.overview-content .qos .w-container {
  margin: 0 auto;
  width: 85em;
}

.overview-content .qos .text {
  padding: 8.85em 0 0 35.3em;
  text-align: left;
}

.overview-content .qos h2 {
  font-size: 3.06em;
  font-weight: 500;
  line-height: 1.16;
  padding-bottom: 0.52em;
  width: auto;
  color: #000;
}

.overview-content .qos h2 span {
  display: block;
  white-space: nowrap;
}

.overview-content .qos p {
  font-size: 1.14em;
  font-weight: 400;
  line-height: 1.46;
  width: 72%;
  color: #1f1f1f;
}

.overview-content .qos p.desc {
  height: 5em;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5em;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.overview-content .qos p.desc img {
  max-width: 2em;
}

.overview-content .qos .desc.desc1 {
  text-align: center;
  left: 20em;
  width: 7em;
  top: 19em;
}

.overview-content .qos .desc.desc2 {
  text-align: center;
  left: 27em;
  width: 10em;
  top: 19em;
}

.overview-content .qos p.desc span {
  margin-top: 0.5em;
  font-size: 1.2em;
}

@media (max-width: 1680px) {
  .overview-content .qos {
    font-size: 14px;
  }
}

@media (max-width: 1440px) {
  .overview-content .qos {
    font-size: 12px;
  }
}

@media (max-width: 736px) {
  .overview-content .qos {
    font-size: 10.35px;
    background: url(img/1779000740918_e.jpg) 50% 100% no-repeat;
    background-size: 100%;
    padding-bottom: 79vw;
    height: auto;
  }

  .overview-content .qos::before {
    content: none;
  }

  .overview-content .qos::after {
    content: "";
    position: absolute;
    left: 43.1vw;
    bottom: 55.2vw;
    width: 6vw;
    border-top: 1px solid rgba(118, 118, 118, 0.8);
    z-index: 1;
  }

  .overview-content .qos .w-container {
    width: 90vw;
    margin: 0 auto;
  }

  .overview-content .qos .text {
    padding: 0;
    text-align: left;
  }

  .overview-content .qos h2 {
    font-size: 6.1vw;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.01em;
    padding: 8.8vw 0 5.4vw;
    display: block;
  }

  .overview-content .qos p {
    width: 96%;
    font-size: 3.95vw;
    font-weight: 400;
    line-height: 1.36;
    color: #2c2c2c;
    padding: 0;
  }

  .overview-content .qos p.desc {
    z-index: 1;
    top: auto;
    bottom: 52.2vw;
    height: auto;
    line-height: 1.15;
    justify-content: flex-start;
  }

  .overview-content .qos p.desc img {
    max-width: 6.8vw;
  }

  .overview-content .qos p.desc.desc1 {
    text-align: center;
    left: 27.4vw;
    width: 15vw;
    top: auto;
    bottom: 41.1vw;
  }

  .overview-content .qos p.desc.desc2 {
    text-align: center;
    left: 46.8vw;
    width: 21vw;
    bottom: 41.1vw;
    top: auto;
  }

  .overview-content .qos p.desc span {
    margin-top: 2.2vw;
    font-size: 4.35vw;
    font-weight: 400;
    color: #4a4a4a;
    white-space: nowrap;
  }
}

@media (max-width: 414px) {
  .overview-content .qos {
    font-size: 2.5vw;
  }
}

.overview-content .plug-and-play {
  font-size: 16px;
  max-width: 120em;
  margin: 0 auto;
  background: url(img/1779000741014_h.png) 50% 11.67em no-repeat #e6e6e6;
  background-size: 73em;
  padding-bottom: 35em;
}

.overview-content .plug-and-play .w-container {
  margin: 0 auto;
  width: 87.5em;
  position: relative;
}

.overview-content .plug-and-play .text {
  padding: 5em 13em 0;
  text-align: center;
}

.overview-content .plug-and-play h2 {
  font-size: 2.8125em;
  font-weight: 500;
  line-height: 1.2;
  padding-bottom: 0.5em;
}

.overview-content .plug-and-play p {
  font-size: 1.125em;
  font-weight: 300;
  line-height: 1.5;
}

.overview-content .plug-and-play .bg {
  position: absolute;
  left: 0;
  right: 0;
}

.overview-content .plug-and-play .bg .desc {
  position: absolute;
}

.overview-content .plug-and-play .bg .desc1 {
  left: 9em;
  top: 4.5em;
  width: 16em;
}

.overview-content .plug-and-play .bg .desc1 span {
  font-size: 1.36em;
  font-weight: 400;
  line-height: 1.2;
}

.overview-content .plug-and-play .bg .desc2 {
  left: 30em;
  top: 4.5em;
  width: 34em;
}

.overview-content .plug-and-play .bg .desc2 span {
  font-size: 1.3125em;
  font-weight: 400;
  line-height: 1.2;
}

.overview-content .plug-and-play .bg .desc3 {
  left: 67.5em;
  top: 4.5em;
  width: 12.5em;
}

.overview-content .plug-and-play .bg .desc3 span {
  font-size: 1.3125em;
  font-weight: 400;
  line-height: 1.2;
}

.overview-content .plug-and-play .bg .desc4 {
  left: 32.25em;
  top: 12.6em;
  width: 8em;
  text-align: center;
  transform: translateX(-50%);
}

.overview-content .plug-and-play .bg .desc5 {
  left: 38.8em;
  top: 12.6em;
  width: 8em;
  text-align: center;
  transform: translateX(-50%);
}

.overview-content .plug-and-play .bg .desc6 {
  left: 47em;
  top: 12.6em;
  width: 8em;
  text-align: center;
  transform: translateX(-50%);
}

.overview-content .plug-and-play .bg .desc7 {
  left: 59em;
  top: 12.6em;
  width: 8em;
  text-align: center;
  transform: translateX(-50%);
}

.overview-content .plug-and-play .bg .desc8 {
  left: 54.25em;
  top: 22em;
  width: 8em;
  text-align: center;
  transform: translateX(-50%);
}

@media (max-width: 1680px) {
  .overview-content .plug-and-play {
    font-size: 14px;
  }
}

@media (max-width: 1440px) {
  .overview-content .plug-and-play {
    font-size: 12px;
  }
}

@media (max-width: 736px) {
  .overview-content .plug-and-play {
    font-size: 10.35px;
    background: url('img/1779000741135_h_(1)_20260211034519w.png') 50% 24vw/90vw no-repeat #e6e6e6;
    /* background-size: 100%; */
    padding-bottom: 260vw;
    height: auto;
  }

  .overview-content .plug-and-play .w-container {
    /* width: auto; */
    width: 90vw;
    margin: 0 auto;
  }

  .overview-content .plug-and-play .text {
    padding: 0;
    text-align: left;
  }

  .overview-content .plug-and-play h2 {
    /* font-size: 5.86vw; */
    /* font-weight: 400; */
    /* line-height: 1.2; */
    /* padding: 1.5em 20px 0.5em; */
    font-weight: 400;
    line-height: 1.2;
    padding: 12.5vw 0 7vw;
    font-size: 6.25vw;
  }

  .overview-content .plug-and-play p {
    font-size: 3.9vw;
    font-weight: 300;
    line-height: 1.5;
    padding: 0 20px;
  }

  .overview-content .plug-and-play .bg .desc2 {
    left: 5vw;
    top: 85.5vw;
    width: 77vw;
  }

  .overview-content .plug-and-play .bg .desc2 span {
    font-size: 4vw;
  }

  .overview-content .plug-and-play .bg .desc1 {
    left: 5vw;
    top: 3.5vw;
    width: 77vw;
  }

  .overview-content .plug-and-play .bg .desc1 span {
    font-size: 4.375vw;
  }

  .overview-content .plug-and-play .bg .desc3 {
    left: 5vw;
    top: 203.5vw;
    width: 77vw;
  }

  .overview-content .plug-and-play .bg .desc3 span {
    font-size: 4vw;
  }

  .overview-content .plug-and-play .bg .desc4 span,
  .overview-content .plug-and-play .bg .desc5 span,
  .overview-content .plug-and-play .bg .desc6 span,
  .overview-content .plug-and-play .bg .desc7 span,
  .overview-content .plug-and-play .bg .desc8 span {
    display: block;
    font-size: 3.75vw;
    text-align: center;
  }

  .overview-content .plug-and-play .bg .desc4 {
    left: 18vw;
    top: 110.5vw;
    width: 24vw;
    transform: translateX(-50%);
  }

  .overview-content .plug-and-play .bg .desc5 {
    left: 42vw;
    top: 110.5vw;
    width: 24vw;
    transform: translateX(-50%);
  }

  .overview-content .plug-and-play .bg .desc6 {
    left: 72.5vw;
    top: 110.5vw;
    width: 24vw;
    transform: translateX(-50%);
  }

  .overview-content .plug-and-play .bg .desc7 {
    left: 18vw;
    top: 178vw;
    width: 24vw;
    transform: translateX(-50%);
  }

  .overview-content .plug-and-play .bg .desc8 {
    left: 52vw;
    top: 178vw;
    width: 24vw;
    color: #000;
    transform: translateX(-50%);
  }
}

@media (max-width: 414px) {
  .overview-content .plug-and-play {
    font-size: 2.5vw;
  }
}

.overview-content .multiple-application {
  font-size: 16px;
  max-width: 120em;
  height: 51em;
  margin: 0 auto;
  padding: 0;
  background: #fff;
}

.overview-content .multiple-application .w-container {
  width: 88.8em;
  max-width: 92.5%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.overview-content .multiple-application>.w-container>.text {
  padding: 5.4em 0 0;
  text-align: center;
}

.overview-content .multiple-application h2 {
  padding: 0;
  font-size: 2.9em;
  font-weight: 500;
  line-height: 1.15;
}

.overview-content .multiple-application .txt-box {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.55em;
  width: 100%;
  height: auto;
  margin-top: 2.2em;
  align-items: start;
}

.overview-content .multiple-application .txt-box .box {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.overview-content .multiple-application .txt-box img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 286 / 264;
  object-fit: cover;
}

.overview-content .multiple-application .txt-box .box>.text {
  width: 100%;
  padding: 2.65em 0 0;
  text-align: center;
}

.overview-content .multiple-application .txt-box .text p {
  margin: 0;
  padding: 0;
  color: #000;
}

.overview-content .multiple-application .txt-box .text p:first-child {
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1.2;
}

.overview-content .multiple-application .txt-box .text p:last-child {
  max-width: 25em;
  margin: 0.35em auto 0;
  font-size: 1.35em;
  font-weight: 400;
  line-height: 1.28;
}

@media (max-width: 1680px) {
  .overview-content .multiple-application {
    font-size: 14px;
  }
}

@media (max-width: 1440px) {
  .overview-content .multiple-application {
    font-size: 12px;
  }
}

@media (max-width: 736px) {
  .overview-content .multiple-application {
    font-size: 10.35px;
    height: auto;
    margin-bottom: 0;
    padding: 12vw 0 13vw;
    background: #fff;
  }

  .overview-content .multiple-application .w-container {
    width: 90vw;
    max-width: none;
    height: auto;
  }

  .overview-content .multiple-application>.w-container>.text {
    padding: 0;
    text-align: center;
  }

  .overview-content .multiple-application h2 {
    padding: 0;
    font-size: 6.2vw;
    font-weight: 600;
    line-height: 1.15;
  }

  .overview-content .multiple-application .txt-box {
    grid-template-columns: 1fr;
    gap: 8vw;
    margin-top: 7vw;
  }

  .overview-content .multiple-application .txt-box .box>.text {
    padding: 3.2vw 0 0;
  }

  .overview-content .multiple-application .txt-box .text p:first-child {
    font-size: 4vw;
  }

  .overview-content .multiple-application .txt-box .text p:last-child {
    max-width: 72vw;
    margin-top: 0.7vw;
    font-size: 3.1vw;
    line-height: 1.3;
  }
}

.overview-content .super-fast-speeds {
  /* font-size: 16px; */
  /* width: 75em; */
  font-size: 16px;
  max-width: 120em;
  /* max-width: 1200px; */
  margin: 0 auto;
  height: 55em;
  background-color: #fbfbfb;
  /* border-radius: 1em; */
  /* -webkit-border-radius: 1em; */
  -moz-border-radius: 1em;
  -ms-border-radius: 1em;
  -o-border-radius: 1em;
  background: url(img/1779000741550_c.jpg) 50% 100% no-repeat;
  background-size: 120em;
}

.overview-content .super-fast-speeds .w-container {
  position: relative;
  margin: 0 auto;
  width: 73em;
  /* max-width: 1080px; */
}

.overview-content .super-fast-speeds .text {
  padding: 5em 0em;
  text-align: center;
}

.overview-content .super-fast-speeds h2 {
  font-size: 2.81em;
  font-weight: 500;
  line-height: 1.26;
  padding: 0 0 0.5em 0.75em;
  white-space: nowrap;
}

.overview-content .super-fast-speeds p {
  font-size: 1.22em;
  line-height: 1.36;
  font-weight: 400;
  padding: 0 0.5em;
  color: #3f3f3f;
  max-width: 48em;
  margin: 0 auto;
}

.overview-content .super-fast-speeds .box {
  width: 55em;
  margin: 0 auto;
  padding: 0.125em 0 0;
  position: relative;
}

.overview-content .super-fast-speeds .speed {
  padding: 0;
}

.overview-content .super-fast-speeds .speed .li-1 {
  padding: 0 0 1.7em;
}

.overview-content .super-fast-speeds .speed .li .des {
  padding: 0;
  text-align: left;
  position: absolute;
}

.overview-content .super-fast-speeds .speed .li .fast {
  width: 5em;
  display: inline-block;
  position: absolute;
  left: 56em;
  top: -0.7em;
  font-style: oblique;
  line-height: 1;
}

.overview-content .super-fast-speeds .speed .li .info {
  font-size: 1.56em;
  line-height: 1;
  font-weight: 400;
  padding: 0;
  text-align: right;
  color: #fff;
  position: absolute;
  width: 6em;
  left: -7em;
  font-style: oblique;
}

.overview-content .super-fast-speeds .speed .li .bold {
  display: block;
  font-size: 2.8em;
  font-weight: 700;
  line-height: 1.05;
  color: #fff;
}

.overview-content .super-fast-speeds .speed .li .medium {
  display: block;
  font-size: 1.96em;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}

.overview-content .super-fast-speeds .speed .li .bar,
.overview-content .super-fast-speeds .speed .li .bar-part {
  width: 55em;
  height: 1.7em;
  padding: 0;
  border-radius: 1em;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  -ms-border-radius: 1em;
  -o-border-radius: 1em;
}

.overview-content .super-fast-speeds .speed .li-1 .bar {
  background: linear-gradient(to right, #4acbd6, #cbf3f6);
}

.overview-content .super-fast-speeds .speed .li-2 .bar {
  /* background-color: #dcdddd; */
}

.overview-content .super-fast-speeds .speed .li-2 .bar-part {
  display: block;
  width: 40%;
  background: linear-gradient(to right, #4acbd5, #4acbd6);
}

.overview-content .super-fast-speeds .feature {
  width: 55em;
  padding: 26em 0 2em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}

.overview-content .super-fast-speeds .feature .li {
  text-align: left;
}

.overview-content .super-fast-speeds .feature .li .icon {
  display: inline-block;
  width: 1.5625em;
  height: 1.5625em;
  background: url(img/1779000741645_c.png) center/100% no-repeat;
  background-size: auto 100%;
}

.overview-content .super-fast-speeds .feature .li .info {
  display: inline;
  vertical-align: middle;
  font-size: 1.56em;
  line-height: 1.3333;
  font-weight: 400;
  padding: 0 0.5em;
  color: #fff;
}

.overview-content .super-fast-speeds .no-wrap {
  white-space: nowrap;
}

@media (max-width: 1680px) {
  .overview-content .super-fast-speeds {
    font-size: 14px;
  }
}

@media (max-width: 1440px) {
  .overview-content .super-fast-speeds {
    font-size: 12px;
  }
}

@media (max-width: 1024px) {
  .overview-content .super-fast-speeds {
    font-size: 10px;
  }
}

@media (max-width: 736px) {
  .overview-content .super-fast-speeds {
    font-size: 10.35px;
    margin: 0 auto;
    padding: 0;
    background: url(img/1779000741712_c.jpg) 50% 100%/100% no-repeat;
    height: auto;
  }

  .overview-content .super-fast-speeds .w-container {
    width: 90vw;
  }

  .overview-content .super-fast-speeds .text {
    padding: 0;
    text-align: left;
  }

  .overview-content .super-fast-speeds h2 {
    font-size: 6.9vw;
    padding: 0 0 6.2vw;
    line-height: 1.16;
    text-align: left;
    white-space: normal;
  }

  .overview-content .super-fast-speeds p {
    font-size: 4.22vw;
    padding: 0;
    line-height: 1.4;
    text-align: left;
    color: #2f2f2f;
    max-width: none;
    margin: 0;
  }

  .overview-content .super-fast-speeds .box {
    width: 62.5vw;
    padding: 0 0 12.5vw;
  }

  .overview-content .super-fast-speeds .speed {
    padding: 0;
  }

  .overview-content .super-fast-speeds .speed .li-1 {
    padding: 0 0 3.5vw;
  }

  .overview-content .super-fast-speeds .speed .li .des {
    padding: 0 0 0.5vw;
    text-align: left;
  }

  .overview-content .super-fast-speeds .speed .li .fast {
    width: auto;
    left: 65vw;
    right: 0;
    top: -1.5vw;
    text-align: left;
  }

  .overview-content .super-fast-speeds .speed .li .info {
    font-size: 3.75vw;
    width: 16vw;
    left: -16.5vw;
    top: -1vw;
  }

  .overview-content .super-fast-speeds .speed .li .bold {
    display: block;
    font-size: 5.625vw;
    line-height: 1.05;
  }

  .overview-content .super-fast-speeds .speed .li .medium {
    display: block;
    font-size: 3.125vw;
    line-height: 1.2;
    /* color: #005564; */
  }

  .overview-content .super-fast-speeds .speed .li .bar,
  .overview-content .super-fast-speeds .speed .li .bar-part {
    width: 100%;
    height: 2.5vw;
    padding: 0;
    border-radius: 1em;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    -ms-border-radius: 1em;
    -o-border-radius: 1em;
  }

  .overview-content .super-fast-speeds .speed .li-1 .bar {
    background-color: #005564;
  }

  .overview-content .super-fast-speeds .speed .li-2 .bar {
    /* background-color: #dcdddd; */
  }

  .overview-content .super-fast-speeds .speed .li-2 .bar-part {
    width: 40%;
    background-color: #005564;
  }

  .overview-content .super-fast-speeds .feature {
    width: 100%;
    padding: 53vw 0 6vw;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: center;
  }

  .overview-content .super-fast-speeds .feature .li {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    text-align: center;
  }

  .overview-content .super-fast-speeds .feature .li .icon {
    width: 3.9vw;
    height: 3.9vw;
  }

  .overview-content .super-fast-speeds .feature .li .info {
    font-size: 2.9vw;
    line-height: 1.2;
    padding: 0 0 0 0.55em;
    white-space: nowrap;
  }
}

@media (max-width: 414px) {
  .overview-content .super-fast-speeds {
    font-size: 2.5vw;
  }
}

.overview-content .omada-features {
  /* font-size: 16px; */
  /* max-width: 1200px; */
  /* margin: 0 auto; */
  font-size: 16px;
  max-width: 120em;
  margin: 0 auto;
  /* background: url(img/1779000740809_e.jpg) 0% 0% no-repeat; */
  background-size: 120em;
  height: 51em;
  position: relative;
}

.overview-content .omada-features .w-container {
  /* position: relative; */
  margin: 0 auto;
  width: 100%;
  height: 100%;
  max-width: 100%;
}

.overview-content .omada-features .desc-2 .text {
  color: #fff;
}

.overview-content .omada-features .desc-1 .text {
  padding: 18.8em 14% 0 56.8%;
}

.overview-content .omada-features .desc-1 .text h2 {
  font-size: 3.18em;
  font-weight: 700;
  line-height: 1.16;
  padding: 0 0 0.5em;
  white-space: nowrap;
}

.overview-content .omada-features .desc-1 .text p {
  font-size: 1.2em;
  line-height: 1.42;
  font-weight: 400;
  color: #181818;
  max-width: 30em;
}

.overview-content .omada-features .text {
  padding: 19em 15% 0 63%;
  text-align: left;
}

.overview-content .omada-features .text h2 {
  /* font-size: 2.25em; */
  /* font-weight: 400; */
  /* line-height: 1.3333; */
  /* padding-bottom: 0.5em; */
  /* text-align: left; */
  font-size: 2.81em;
  font-weight: 500;
  line-height: 1.3333;
  padding: 0 0 0.5em 0;
}

.overview-content .omada-features .text h3 {
  font-size: 2em;
  font-weight: 300;
  line-height: 1.2;
  padding-bottom: 0.5em;
}

.overview-content .omada-features .text p {
  font-size: 1.125em;
  line-height: 1.3333;
  font-weight: 300;
  padding-bottom: 1em;
}

.overview-content .omada-features .text p.link a {
  display: inline-block;
  font-weight: 400;
  color: #005564;
  text-decoration: none;
  border-bottom: 0.1em solid;
}

.overview-content .omada-features .omada-tab-panel {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  /* border-bottom: 0.5px solid #dcdddd; */
  position: absolute;
  top: 6em;
  z-index: 2;
}

.overview-content .omada-features .omada-tab-panel .omada-tab {
  cursor: pointer;
  display: inline-block;
  width: 10em;
  text-align: center;
  /* padding: 0.5em 0; */
  background: none;
  border: 2px solid;
  border-radius: 2em;
  margin: 0 2em;
}

.overview-content .omada-features .omada-tab-panel .omada-tab:hover {}

.overview-content .omada-features .omada-tab-panel .omada-tab button {
  background: none;
  border: none;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.3333;
  color: #000;
  width: 100%;
  height: 100%;
  padding: 0.5em 0;
}

.overview-content .omada-features .omada-tab-panel .omada-tab.active {
  /* color: #005564; */
  border-bottom: 0.125em solid;
  background: #000;
}

.overview-content .omada-features .omada-tab-panel .omada-tab.active button {
  color: #fff;
  /* border-bottom: 0.125em solid; */
}

.overview-content .omada-features .omada-tab-panel .omada-tab:has(> button#omada-features-silent-tab[aria-selected="true"]) {
  border-color: #fff;
  border-bottom: 0;
  background: #fff;
}

.overview-content .omada-features .omada-tab-panel .omada-tab:has(> button#omada-features-silent-tab[aria-selected="true"]) button {
  color: #000;
}

.overview-content .omada-features .omada-tab-panel:has(#omada-features-silent-tab[aria-selected="true"]) .omada-tab {
  border-color: #fff;
  background: transparent;
}

.overview-content .omada-features .omada-tab-panel:has(#omada-features-silent-tab[aria-selected="true"]) .omada-tab button {
  color: #fff;
}

.overview-content .omada-features .omada-tab-panel:has(#omada-features-silent-tab[aria-selected="true"]) .omada-tab:has(> button#omada-features-silent-tab[aria-selected="true"]) {
  border-color: #fff;
  border-bottom: 0;
  background: #fff;
}

.overview-content .omada-features .omada-tab-panel:has(#omada-features-silent-tab[aria-selected="true"]) .omada-tab:has(> button#omada-features-silent-tab[aria-selected="true"]) button {
  color: #000;
}

.overview-content .omada-features .desc-wrap .desc {
  display: none;
  /* height: 100%; */
}

.overview-content .omada-features .desc-wrap .desc.active {
  display: block;
}

.overview-content .omada-features .desc {
  display: none;
}

.overview-content .omada-features .desc-1 {
  background: url(img/1779000741800_f1.jpg) 0 0 / 100% no-repeat;
  height: 51em;
}

.overview-content .omada-features .desc-2 {
  background: url(img/1779000741908_f2.jpg) 0 0 / 100% no-repeat;
  height: 51em;
}

.overview-content .omada-features .desc-3 {
  background: url(img/1779000742015_f3.jpg) 0 0 / 100% no-repeat;
  height: 51em;
}

.overview-content .omada-features .desc-1 .info {
  position: absolute;
  font-size: 1.40625em;
  font-weight: 300;
  line-height: 1.2;
  width: 25em;
  text-align: left;
}

.overview-content .omada-features .desc-2 .info {
  position: absolute;
  font-size: 1.40625em;
  font-weight: 300;
  line-height: 1.2;
  width: 25em;
  text-align: left;
}

.overview-content .omada-features .desc-1 .info1 {
  top: 1em;
  left: 1em;
}

.overview-content .omada-features .desc-2 .info1 {
  top: 1em;
  left: 1em;
}

.overview-content .omada-features .desc.active {
  display: block;
  position: relative;
}

.overview-content .omada-features .desc.active .bg {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.overview-content .omada-features .bg p {
  /* position: absolute; */
  /* color: #fff; */
  /* font-weight: 700; */
  font-size: 1.25em;
  padding: 0;
  /* border-radius: 0.6em; */
}

.overview-content .omada-features .bg .p1 {
  top: 2%;
  left: 1%;
  background-color: #ec3030;
}

.overview-content .omada-features .bg .p2 {
  top: 2%;
  left: 51%;
  background-color: #005564;
}

.overview-content .m-show {
  display: none;
}

.overview-content .m-hide {
  display: block;
}

@media (max-width: 1680px) {
  .overview-content .omada-features {
    font-size: 14px;
  }
}

@media (max-width: 1440px) {
  .overview-content .omada-features {
    font-size: 12px;
  }
}


@media (max-width: 1024px) {
  .overview-content .omada-features {
    font-size: 10px;
  }
}

@media (max-width: 736px) {
  .overview-content .omada-features {
    font-size: 2.5vw;
    height: auto;
    padding: 0;
    /* max-width: 88.75vw; */
  }

  .overview-content .omada-features .w-container {
    width: auto;
    max-width: 100%;
  }

  .overview-content .omada-features .text {
    padding: 34vw 14.7vw 0;
    text-align: left;
  }

  .overview-content .m-show {
    display: block;
  }

  .overview-content .m-hide {
    display: none;
  }

  .overview-content .omada-features .desc-1 {
    background: url(img/1779000742107_f1.jpg) bottom / 100% no-repeat;
    padding-top: 0vw;
    height: 102vw;
  }

  .overview-content .omada-features .desc-1 .text {
    padding: 33.2vw 13.2vw 0;
    text-align: left;
  }

  .overview-content .omada-features .desc-1 .text h2 {
    font-size: 5.35vw;
    font-weight: 600;
    line-height: 1.16;
    letter-spacing: -0.01em;
    padding: 0 0 3.5vw;
    white-space: nowrap;
  }

  .overview-content .omada-features .desc-1 .text p {
    max-width: none;
    font-size: 3.6vw;
    font-weight: 400;
    line-height: 1.3;
    color: #3a3a3a;
    padding: 0;
  }

  .overview-content .omada-features .desc-2 {
    background: url(img/1779000742204_f2.jpg) bottom / 100% no-repeat;
    padding-top: 0;
    height: 102vw;
  }

  .overview-content .omada-features .desc-3 {
    background: url(img/1779000742280_f3.jpg) bottom / 100% no-repeat;
    padding-top: 0;
    height: 102vw;
  }

  .overview-content .omada-features .bg .p1 {
    top: 2%;
    left: 2%;
  }

  .overview-content .omada-features .bg .p2 {
    top: 52%;
    left: 2%;
    background-color: #005564;
  }

  .overview-content .omada-features .text h2 {
    font-size: 5.4625vw;
    padding: 0 0 4.125vw;
  }

  .overview-content .omada-features .text h3 {
    padding: 0 20px 0.5em;
  }

  .overview-content .omada-features .text p {
    font-size: 3.75vw;
  }

  .overview-content .omada-features .omada-tab-panel {
    width: 88.75vw;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    top: 13vw;
    left: 5.7vw;
  }

  .overview-content .omada-features .omada-tab-panel .omada-tab {
    cursor: pointer;
    display: inline-block;
    width: auto;
    text-align: center;
    padding: 0;
    background: none;
    border: 2px solid #676767;
    border-radius: 2em;
    margin: 0 2vw;
  }

  .overview-content .omada-features .omada-tab-panel .omada-tab:hover {}

  .overview-content .omada-features .omada-tab-panel .omada-tab button {
    background: none;
    border: none;
    font-size: 3.05vw;
    font-weight: 400;
    line-height: 1.3333;
    color: #242424;
    padding: 1.15vw 4.6vw;
  }

  .overview-content .omada-features .omada-tab-panel:has(button[aria-selected="true"]) .omada-tab {
    border-color: #676767;
    background: transparent;
  }

  .overview-content .omada-features .omada-tab-panel:has(button[aria-selected="true"]) .omada-tab button {
    color: #242424;
  }

  .overview-content .omada-features .omada-tab-panel .omada-tab:has(> button[aria-selected="true"]) {
    border-color: #000;
    border-bottom: 0.125em solid;
    background: #000;
  }

  .overview-content .omada-features .omada-tab-panel .omada-tab:has(> button[aria-selected="true"]) button {
    color: #fff;
  }

  .overview-content .omada-features .omada-tab-panel .omada-tab:has(> button#omada-features-silent-tab[aria-selected="true"]) {
    border-color: #000;
    border-bottom: 0.125em solid;
    background: #000;
  }

  .overview-content .omada-features .omada-tab-panel .omada-tab:has(> button#omada-features-silent-tab[aria-selected="true"]) button {
    color: #fff;
  }

  .overview-content .omada-features .omada-tab-panel:has(#omada-features-silent-tab[aria-selected="true"]) .omada-tab {
    border-color: #676767;
    background: transparent;
  }

  .overview-content .omada-features .omada-tab-panel:has(#omada-features-silent-tab[aria-selected="true"]) .omada-tab button {
    color: #242424;
  }

  .overview-content .omada-features .omada-tab-panel:has(#omada-features-silent-tab[aria-selected="true"]) .omada-tab:has(> button#omada-features-silent-tab[aria-selected="true"]) {
    border-color: #000;
    border-bottom: 0.125em solid;
    background: #000;
  }

  .overview-content .omada-features .omada-tab-panel:has(#omada-features-silent-tab[aria-selected="true"]) .omada-tab:has(> button#omada-features-silent-tab[aria-selected="true"]) button {
    color: #fff;
  }
}

@media (max-width: 414px) {
  .overview-content .omada-features {
    font-size: 2.5vw;
  }
}

/* 20260615: Align TL-SG typography to design feedback.
   Web values use the 2560px design to 1920px CSS scale: 60pt/80pt -> 45px/60px,
   26pt/40pt -> 19.5px/30px. Mobile values use the 1280px design to 640px CSS scale. */
.overview-content .sg-banner h2 {
  font-size: 3.75em;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0;
}

.overview-content .super-fast-speeds h2,
.overview-content .connect-more h2,
.overview-content .qos h2,
.overview-content .plug-and-play h2,
.overview-content .multiple-application h2,
.overview-content .omada-features .text h2,
.overview-content .omada-features .desc-1 .text h2 {
  font-size: 2.8125em;
  font-weight: 500;
  line-height: 1.3333;
  letter-spacing: 0;
}

.overview-content .super-fast-speeds .text p,
.overview-content .qos .text p,
.overview-content .omada-features .text p,
.overview-content .omada-features .desc-1 .text p {
  font-size: 1.21875em;
  font-weight: 400;
  line-height: 1.5385;
  letter-spacing: 0;
}

@media (max-width: 736px) {
  .overview-content .sg-banner h2 {
    font-size: 6.25vw;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0;
  }

  .overview-content .super-fast-speeds h2,
  .overview-content .connect-more h2,
  .overview-content .qos h2,
  .overview-content .plug-and-play h2,
  .overview-content .multiple-application h2,
  .overview-content .omada-features .text h2,
  .overview-content .omada-features .desc-1 .text h2 {
    font-size: 7.8125vw;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    white-space: normal;
  }

  .overview-content .super-fast-speeds .text p,
  .overview-content .qos .text p,
  .overview-content .omada-features .text p,
  .overview-content .omada-features .desc-1 .text p {
    font-size: 4.375vw;
    font-weight: 400;
    line-height: 1.4286;
    letter-spacing: 0;
  }
}

/* 20260615: Keep the Durable/Silent/Flexible module on its mobile design scale. */
@media (max-width: 736px) {
  .overview-content .omada-features .omada-tab-panel {
    width: 73vw;
    left: 13.5vw;
    top: 12.2vw;
  }

  .overview-content .omada-features .omada-tab-panel .omada-tab {
    margin: 0;
    border: 2px solid #676767;
    border-radius: 999px;
  }

  .overview-content .omada-features .omada-tab-panel .omada-tab button {
    font-size: 3.75vw;
    font-weight: 400;
    line-height: 1.2;
    padding: 0.85vw 4.45vw;
    color: #242424;
  }

  .overview-content .omada-features .omada-tab-panel .omada-tab.active {
    border-color: #000;
    background: #000;
  }

  .overview-content .omada-features .omada-tab-panel .omada-tab.active button {
    color: #fff;
  }

  .overview-content .omada-features .text h2,
  .overview-content .omada-features .desc-1 .text h2 {
    font-size: 5.4625vw;
    font-weight: 400;
    line-height: 1.16;
    letter-spacing: 0;
    padding: 0 0 2.2vw;
    white-space: normal;
  }

  .overview-content .omada-features .text p,
  .overview-content .omada-features .desc-1 .text p {
    font-size: 3.1vw;
    font-weight: 400;
    line-height: 1.3333;
    letter-spacing: 0;
    padding-bottom: 1em;
  }
}

/* 20260615: Re-align the 105PP PoE Auto Recovery text block to the mobile design. */
@media (max-width: 736px) {
  .overview-content .qos {
    overflow-x: hidden;
  }

  .overview-content .qos .w-container {
    box-sizing: border-box;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0 5vw;
  }

  .overview-content .qos .text {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    text-align: left;
  }

  .overview-content .qos h2 {
    display: block;
    width: 100%;
    margin: 0;
    padding: 8.8vw 0 5.4vw;
    font-size: 6.1vw;
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: -0.01em;
    color: #000;
  }

  .overview-content .qos h2 span {
    display: block;
    white-space: nowrap;
  }

  .overview-content .qos .text p {
    width: 96%;
    margin: 0;
    padding: 0;
    font-size: 3.95vw;
    font-weight: 400;
    line-height: 1.36;
    letter-spacing: 0;
    color: #2c2c2c;
  }
}

/* 20260615: Remove tablet-width horizontal overflow from fixed desktop sections. */
@media (min-width: 737px) and (max-width: 1024px) {
  .overview-content .spotlights {
    font-size: calc(100vw / 94.375);
  }

  .overview-content .connect-more,
  .overview-content .plug-and-play,
  .overview-content .multiple-application {
    font-size: calc(100vw / 87.5);
  }

  .overview-content .qos {
    font-size: calc(100vw / 85);
  }

  .overview-content .connect-more h2 {
    white-space: normal;
  }

  .overview-content .connect-more .w-container,
  .overview-content .plug-and-play .w-container,
  .overview-content .multiple-application .w-container,
  .overview-content .qos .w-container {
    max-width: 100%;
  }
}

/* 20260615: Restore the 105PP connect-more mobile title scale after global typography overrides. */
@media (max-width: 736px) {
  .overview-content .connect-more {
    height: 174.8vw;
    background-position: 50% 99.3vw;
  }

  .overview-content .connect-more .text {
    padding-top: 12.8vw;
  }

  .overview-content .connect-more h2 {
    width: 90vw;
    margin: 0 auto;
    padding: 0;
    font-size: 5.65vw;
    font-weight: 500;
    line-height: 1.22;
    letter-spacing: 0;
    white-space: nowrap;
    word-break: keep-all;
  }

  .overview-content .connect-more .desc-box {
    top: 132.8vw;
  }
}

/* 20260616: Match TL-SG mobile typography to the live TL-SG108-M2 reference. */
@media (max-width: 736px) {
  .overview-content .sg-banner h2 {
    font-size: 7.8vw;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
  }

  .overview-content .sg-banner .product-model span {
    font-size: 4.6875vw;
    font-weight: 400;
    line-height: 1.2;
  }

  .overview-content .spotlights p,
  .overview-content .spotlights .w-container .icon p {
    font-size: 3.9vw;
    font-weight: 300;
    line-height: 1.3333;
    letter-spacing: 0;
  }

  .overview-content .super-fast-speeds h2 {
    font-size: 6.25vw;
    font-weight: 500;
    line-height: 1.3333;
    letter-spacing: 0;
  }

  .overview-content .qos h2,
  .overview-content .plug-and-play h2,
  .overview-content .multiple-application h2 {
    font-size: 6.25vw;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0;
  }

  .overview-content .qos h2,
  .overview-content .plug-and-play h2 {
    padding-top: 12.5vw;
    padding-bottom: 7vw;
  }

  .overview-content .super-fast-speeds .text p,
  .overview-content .qos .text p {
    font-size: 4.375vw;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0;
  }

  .overview-content .connect-more h2 {
    font-size: 5.86vw;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0;
    white-space: normal;
    word-break: normal;
  }

  .overview-content .omada-features .text h2,
  .overview-content .omada-features .desc-1 .text h2 {
    font-size: 5.4625vw;
    font-weight: 500;
    line-height: 1.3333;
    letter-spacing: 0;
    padding: 0 0 4.125vw;
  }

  .overview-content .omada-features .text p,
  .overview-content .omada-features .desc-1 .text p {
    font-size: 3.75vw;
    font-weight: 300;
    line-height: 1.3333;
    letter-spacing: 0;
    padding-bottom: 0;
  }
}
