@charset "utf-8";

* {
  box-sizing: border-box;
}

html,
body {
  min-width: 0;
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 1024px) {

  html,
  body,
  body.details-page,
  body.details-page .page-content-wrapper {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }
}

#product {
  font-size: 16px;
  line-height: 1.3;
}

#product .product-menu {
  margin-bottom: 1em;
}

#product .product-container {
  max-width: 75em;
  margin: 0 auto;
}

#product .product-menu h2 {
  font-size: 1.375em;
  line-height: 1.27272727;
  background: #f5f6f7;
  border-radius: 0.5em;
  color: #1d2529;
  text-align: center;
  font-weight: 500;
  padding: 0.81818181em 1em;
}

.overview-content {
  --section-gap: 8em;
  --page-max-width: 75em;
  --overview-max-width: 75em;
  --connectivity-max-width: 75em;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  width: 100%;
  max-width: var(--page-max-width);
  margin: 0 auto;
  color: #2b2b2b;
  overflow-x: clip;
}

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

.overview-content sup {
  font-size: 0.5556em;
  line-height: 0;
}

.overview-content .smb-color {
  color: #005564;
  font-size: 4em
}

.overview-content .smb-text {
  color: #2b2b2b;
  font-size: 1em
}
.overview-content .no-wrap {
  white-space: nowrap;
}

.overview-content .mobile-copy {
  display: none;
}

.overview-content .overview-section {
  font-size: 16px;
}

.overview-content .product-section,
.overview-content .hero-section {
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
  overflow: hidden;
  max-width: 1200px;
}

.overview-content .section-contaner>section+section {
  margin-top: var(--section-gap);
}

.overview-content .vpn-product-section .section-frame {
  gap: var(--section-gap);
}

.overview-content .section-frame {
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
  width: 100%;
  max-width: var(--page-max-width);
  margin: 0 auto;
}

.overview-content .section-frame-wide {
  width: 100%;
  max-width: var(--page-max-width);
}

.overview-content .section-frame-full {
  max-width: none;
}

.hero-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: var(--page-max-width);
  margin: 0 auto;
}

.hero-copy {
  position: absolute;
  top: 50%;
  left: 8%;
  display: flex;
  flex-direction: column;
  width: 40%;
  color: #000;
  transform: translateY(-50%);
}

.hero-title {
  margin: 0 0 min(1.25vw, 0.9375em);
  /* margin: 0 0 0.6667em; */
  color: #000;
  font-size: min(3vw, 2.25em);
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0;
}

.hero-title span {
  color: #008055;
}

.hero-subtitle {
  margin: 0 0 min(3.33vw, 2.5em);
  color: #000;
  font-size: min(1.5vw, 1.125em);
  font-weight: 300;
  line-height: 1.3333;
}

.hero-model {
  display: flex;
  align-items: center;
  width: fit-content;
  height: min(3vw, 2.5em);
  margin: 0;
  padding: 0 3.5%;
  color: #fff;
  font-size: min(1.5vw, 1.125em);
  font-weight: 300;
  line-height: 1.3333;
  background-color: #008055;
  border-radius: min(0.94vw, 0.375em);
}

.hero-picture,
.connectivity-picture {
  display: block;
  width: 100%;
}

.hero-picture img,
.connectivity-picture img {
  width: 100%;
  height: 100%;
}

.overview-content .spotlights {
  width: 65%;
  margin: 0 auto;
}

.overview-content .spotlights .w-container {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 4em 5em;
  margin: 0 auto;
}

.overview-content .spotlights .w-container .icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  text-align: center;
}

.overview-content .spotlights .w-container .icon b {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.75em;
  height: 3.75em;
  margin: 0 auto 0em;
}

.overview-content .spotlights .w-container .icon b img {
  width: 2em;
}

.overview-content .spotlights .w-container .icon p {
  font-size: 1.125em;
  line-height: 1.33333;
  text-wrap: nowrap;
  margin-top: 0;
}

.connectivity-section {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.scalable-connectivity {
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
  width: 100%;
  gap: min(3.39vw, 4.0625em);
}

.connectivity-copy-layer {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: var(--connectivity-max-width);
  margin-top: 4.5em;
  margin-right: auto;
  margin-left: auto;
  gap: min(3.39vw, 4.0625em);
}

.connectivity-copy {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  margin: 0 auto;
  gap: min(0.98vw, 1.171875em);
  text-align: left;
}

.overview-content .scalable-connectivity .title {
  max-width: var(--connectivity-max-width);
  margin: 0;
  color: #fff;
  font-size: clamp(1.5em, 3vw, 2.25em);
  font-weight: 400;
  line-height: 1.33;
  text-align: center;
  letter-spacing: 0;
}

.overview-content .scalable-connectivity .subtitle {
  width: 80%;
  max-width: var(--connectivity-max-width);
  margin: 0 auto;
  color: #fff;
  font-size: clamp(0.75em, 1.5vw, 1.125em);
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
}

.overview-content .scalable-connectivity .inner-column {
  display: flex;
  justify-content: space-between;
  width: 58em;
  margin: clamp(1.5em, 3vw, 3em) auto 0;
  gap: clamp(1em, 2.5vw, 3em);
}

.overview-content .scalable-connectivity .text-section1,
.overview-content .scalable-connectivity .text-section2,
.overview-content .scalable-connectivity .text-section3 {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  min-width: 0;
  color: #fff;
}

.overview-content .scalable-connectivity .text-section2 {
  margin-left: clamp(0em, 4vw, 5em);
}

.overview-content .scalable-connectivity .text-section1 .text,
.overview-content .scalable-connectivity .text-section2 .text,
.overview-content .scalable-connectivity .text-section3 .text {
  display: flex;
  flex-direction: column;
  color: #01df94;
  font-size: clamp(1.25em, 2vw, 2em);
  margin: 0;
  white-space: nowrap;
}

.overview-content .scalable-connectivity .text-section1 p,
.overview-content .scalable-connectivity .text-section2 p,
.overview-content .scalable-connectivity .text-section3 p {
  color: inherit;
  font-size: clamp(0.75em, 1.333vw, 1em);
  line-height: 1.25;
  margin: 0.3em 0
}

.overview-content .higher-dsl-speeds {
  max-width: var(--overview-max-width);
  margin: 0 auto;
  padding-bottom: 7em;
  background-color: #f9f9f9;
}

.overview-content .higher-dsl-speeds .w-container {
  width: 90%;
  margin: 0 auto;
}

.overview-content .higher-dsl-speeds .text {
  padding: 5em 0 1.5em;
  color: #2b2b2b;
  text-align: center;
}

.overview-content .higher-dsl-speeds h2 {
  padding: 0 0 0.25em;
  font-size: 2.25em;
  font-weight: 400;
  line-height: 1.3333;
}

.overview-content .higher-dsl-speeds p {
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.5;
  color: #2b2b2b;
}

.overview-content .higher-dsl-speeds .img {
  display: flex;
  height: auto;
  margin-left: 2.5em;
}

.overview-content .higher-dsl-speeds .img .desc-1 {
  margin: 3em;
}

.overview-content .higher-dsl-speeds .img .desc-1 .label {
  display: flex;
  justify-content: space-between;
  margin: 0.5em 0;
}

.overview-content .higher-dsl-speeds .img .desc-1 .label span,
.overview-content .higher-dsl-speeds .img .desc-2 .label span,
.overview-content .higher-dsl-speeds .img .desc-3 .label span
{
  font-size: 1.25em;
  color: #2b2b2b;
  font-weight: 400;
}


.overview-content .higher-dsl-speeds .img .desc-mb {
  display: block;
  font-weight: 400;
  line-height: 1.2;
  text-wrap: nowrap;
}

.overview-content .higher-dsl-speeds .img .desc-text {
  display: block;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.2;
}

.overview-content .higher-dsl-speeds .img .desc-left {
  width: 85%;
}

.overview-content .higher-dsl-speeds .img .desc-right {
  padding-top: 0.5em;
}

.overview-content .higher-dsl-speeds .img .desc-left>.desc-1 img {
  display: block;
  width: 100%;
}

.overview-content .high-security-high-performance-vpn {
  width: 100%;
  max-width: var(--page-max-width);
  height: 30.44em;
  margin-top: 0;
}

.overview-content .high-security-high-performance-vpn .w-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: var(--page-max-width);
  height: 100%;
  margin: 0 auto;
}

.overview-content .high-security-high-performance-vpn .text {
  flex: 0 0 28em;
  width: 28em;
  margin-right: 5em;
  text-align: left;
}

.overview-content .high-security-high-performance-vpn h2 {
  padding: 0 0 0.3em;
  font-size: 2.25em;
  font-weight: 400;
  line-height: 1.3333;
}

.overview-content .high-security-high-performance-vpn p {
  font-size: 1.05em;
  line-height: 1.3333;
}

.overview-content .high-security-high-performance-vpn img {
  flex: 0 0 36em;
  width: 36em;
}

.overview-content .sd-wan-multi-site-connectivity {
  width: 100%;
  max-width: var(--page-max-width);
  height: 30.44em;
  margin-top: 0;
  margin-bottom: 0;
}

.overview-content .sd-wan-multi-site-connectivity .w-container {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: var(--page-max-width);
  height: 100%;
  margin: 0 auto;
}

.overview-content .sd-wan-multi-site-connectivity .text {
  flex: 0 0 28em;
  width: 28em;
  text-align: left;
}

.overview-content .sd-wan-multi-site-connectivity h2 {
  padding: 0 0 0.3em;
  font-size: 2.25em;
  font-weight: 400;
  line-height: 1.3333;
}

.overview-content .sd-wan-multi-site-connectivity p {
  font-size: 1.05em;
  line-height: 1.3333;
}

.overview-content .sd-wan-multi-site-connectivity img {
  flex: 0 0 36em;
  width: 36em;
  margin-right: 5em;
}

.overview-content .security-proactive-defense {
  width: 100%;
  max-width: var(--overview-max-width);
  margin: 0 auto;
  padding-bottom: 0;
}

.overview-content .security-proactive-defense .w-container {
  width: min(100%, var(--overview-max-width));
  margin: 0 auto;
}

.overview-content .security-proactive-defense .img-container {
  display: flex;
  align-items: stretch;
}

.overview-content .security-proactive-defense .text {
  padding: 0 0 1.5em;
  color: #2b2b2b;
  text-align: center;
}

.overview-content .security-proactive-defense h2 {
  padding: 0 0 0.25em;
  font-size: 2.25em;
  font-weight: 400;
  line-height: 1.3333;
}

.overview-content .security-proactive-defense .w-container .icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 0;
  padding: 0;
}

.overview-content .security-proactive-defense .w-container .icon b img {
  width: 2em;
  height: auto;
}

.overview-content .security-proactive-defense .img-container .desc-right .icon p  {
  font-size: 1.25em;
  font-weight: 400;
}

.overview-content .security-proactive-defense .img-container .desc-left {
  flex: 0 0 50%;
  width: 50%;
}

.overview-content .security-proactive-defense .img-container .desc-right {
  display: grid;
  flex: 50%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(0.875em, 1.6vw, 1.5em) clamp(0.75em, 1.2vw, 1em);
  width: 50%;
  min-width: 0;
  padding: 5em;
  background-color: #f9f9f9;
}

.overview-content .security-proactive-defense .img-container .desc-left img {
  display: block;
  width: 100%;
  height: auto;
}

.overview-content .security-proactive-defense .img-container .desc-right .icon {
  width: auto;
  text-align: center;
}

.overview-content .security-proactive-defense .img-container .desc-right .icon b {
  padding-bottom: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.75em;
  height: 3.75em;
  margin: 0 auto 0em;
}

.overview-content .c {
  width: 100%;
  max-width: var(--page-max-width);
  margin: 0 auto;
}

.overview-content .c .w-container {
  position: relative;
  width: 100%;
  max-width: var(--page-max-width);
}

.overview-content .c .text {
  padding: 0 3em 3em;
  text-align: center;
}

.overview-content .c .text h2 {
  margin: 0;
  padding: 0 0 0.5em;
  color: #000;
  font-size: 2.25em;
  font-weight: 400;
  line-height: 1.3333;
  letter-spacing: 0;
}

.overview-content .c .text p {
  margin: 0;
  padding: 0 0.5em;
  color: #2b2b2b;
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.3333;
}

.overview-content .c a {
  display: inline-block;
  text-decoration: none;
}

.overview-content .c .link {
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0 2.5em;
}

.overview-content .c .img {
  position: relative;
  width: 100%;
  max-width: var(--page-max-width);
  padding-bottom: 36em;
  background: url(https://static-product-no-cdn.tp-link.com/dr3150_v1/img/6-sdn.jpg) 0 0 / 100% no-repeat;
}

.overview-content .c .img .desc {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  color: #2b2b2b;
  text-align: center;
}

.overview-content .c .img .desc-b {
  display: inline-block;
  width: 100%;
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.1875;
}

.overview-content .c .img .desc-m {
  display: inline-block;
  width: 100%;
  font-size: 0.875em;
  font-weight: 400;
  line-height: 1;
}

.overview-content .c .img .desc-s {
  display: inline-block;
  width: 100%;
  font-size: 0.875em;
  font-weight: 300;
  line-height: 1.1875;
}

.overview-content .c .img .desc-ms {
  display: inline-block;
  width: 100%;
  font-size: 0.8em;
  font-weight: 400;
  line-height: 1.1875;
}


.overview-content .c .img .desc-1 {
  top: 2.5em;
  left: 2cap;
  width: 18em;
}

.overview-content .c .img .desc-2 {
  top: 10em;
  left: 5em;
  width: 12em;
}

.overview-content .c .img .desc-3 {
  top: 17.5em;
  left: 4.5em;
  width: 13em;
}

.overview-content .c .img .desc-4 {
  top: 14em;
  left: 7em;
  width: 8.5em;
}

.overview-content .c .img .desc-5 {
  top: 26em;
  left: 7em;
  width: 8em;
}

.overview-content .c .img .desc-6 {
  top: 23.5em;
  left: 6em;
  width: 10em;
}

.overview-content .c .img .desc-7 {
  top: 30.5em;
  left: 2.5em;
  width: 17em;
}

.overview-content .c .img .desc-8 {
  top: 1em;
  left: 29.5em;
  width: 8em;
}

.overview-content .c .img .desc-9 {
  top: 11em;
  left: 34em;
  width: 10em;
  text-align: left;
}

.overview-content .c .img .desc-10 {
  top: 20.5em;
  left: 34em;
  width: 8em;
  text-align: left;
}

.overview-content .c .img .desc-12 {
  top: 29em;
  left: 38em;
  width: 12em;
  text-align: left;
}

.overview-content .c .img .desc-13 {
  top: 2.5em;
  left: 51em;
  width: fit-content;
}

.overview-content .c .img .desc-14 {
  top: 5em;
  left: 54.5em;
  width: 7em;
}

.overview-content .c .img .desc-15 {
  top: 5em;
  left: 67em;
  width: 6em;
}

.overview-content .c .img .desc-15 .desc-b {
  text-wrap: nowrap;
}

.overview-content .app {
  width: 100%;
  max-width: var(--page-max-width);
  height: 43em;
  /* margin-top: var(--section-gap); */
  margin-bottom: var(--section-gap);
  overflow: hidden;
  background-color: #2b2b2b;
}

.overview-content .app .w-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}

.overview-content .app h2 {
  margin-top: 1em;
  padding: 0 0 0.9em;
  color: #fff;
  font-size: 2.25em;
  font-weight: 400;
  line-height: 1.3333;
}

.overview-content .app .code {
  height: 4em;
}

.overview-content .app .img-container {
  display: flex;
  justify-content: space-around;
  width: 80%;
  margin-top: 3em;
}

.overview-content .app .img-container .hero1 {
  width: 15em;
  margin-top: 3.3em;
  margin-right: 0.5em;
}

.overview-content .app .img-container .hero2 {
  width: 25em;
}

.overview-content .app .img-container .hero3 {
  width: 10em;
  margin-top: 3.3em;
  margin-left: 0.5em;
}

@media (max-width: 1680px) {
  .overview-content {
    --section-gap: 7em;
    --overview-max-width: 85.7143em;
  }

  .overview-content .overview-section {
    font-size: 14px;
  }
}

@media (max-width: 1440px) {
  .overview-content {
    --section-gap: 6em;
    --overview-max-width: 100em;
  }

  .overview-content .overview-section {
    font-size: 12px;
  }
}

@media (max-width: 1024px) {
  .overview-content {
    --section-gap: 5em;
    --overview-max-width: 120em;
  }

  .overview-content .overview-section {
    font-size: 10px;
  }
}

@media (max-width: 736px) {
  .overview-content {
    --section-gap: 4em;
    --page-max-width: 115.942em;
    --overview-max-width: 115.942em;
  }

  #product {
    font-size: 10.35px;
  }

  #product .product-container {
    padding: 0 1.9324em;
  }

  .overview-content {
    width: 100%;
    max-width: 61.8357em;
  }

  .overview-content .overview-section {
    font-size: 10.35px;
  }

  .overview-content .desktop-copy {
    display: none;
  }

  .overview-content .mobile-copy {
    display: block;
  }

  .overview-content .section-frame {
    max-width: 87vw;
  }

  .hero-inner {
    width: 87%;
    padding-top: min(7.81vw, 4.8309em);
  }

  .hero-copy {
    top: 15%;
    left: 10%;
    width: 65%;
    transform: none;
  }

  .hero-title {
    margin-bottom: min(1.56vw, 0.9662em);
    font-size: min(5.63vw, 3.4783em);
  }

  .hero-subtitle {
    margin-bottom: min(6.25vw, 3.8647em);
    font-size: min(3.2vw, 1.7391em);
  }

  .hero-model {
    height: min(5.6vw, 3.8647em);
    font-size: min(2.81vw, 1.7391em);
  }

  .overview-content .spotlights .w-container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12vw 6vw;
    width: 70%;
  }

  .overview-content .spotlights {
    width: 100%;
  }

  .overview-content .spotlights .w-container .icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    width: 100%;
    margin-bottom: 0;
    padding: 0;
  }

  .overview-content .spotlights .w-container .icon b {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 8vw;
    height: 8vw;
    margin: 0 auto 4vw;
    font-size: 2.5vw;
  }

  .overview-content .spotlights .w-container .icon b img {
    width: 5vw;
    height: auto;
  }

  .overview-content .spotlights .w-container .icon p {
    width: 100%;
    min-height: 10vw;
    height: auto;
    font-size: 2.9vw;
    line-height: 1.33333;
    text-align: center;
  }

  .connectivity-section {
    margin: 0 auto;
  }

  .scalable-connectivity {
    align-items: stretch;
    width: 87vw;
    margin: 0 auto;
    gap: min(7.5vw, 4.6377em);
  }

  .connectivity-copy-layer {
    width: 87%;
    max-width: none;
    margin: 0 auto;
    gap: min(7.5vw, 4.6377em);
  }

  .connectivity-copy {
    width: 87%;
    gap: min(3.13vw, 1.9324em);
  }

  .overview-content .scalable-connectivity .connectivity-copy-layer .connectivity-copy .title {
    margin-top: 10vw;
    font-size: 6vw;
  }

  .overview-content .scalable-connectivity .connectivity-copy-layer .connectivity-copy .subtitle {
    width: 90%;
    font-size: 2.8vw;
  }

  .overview-content .scalable-connectivity .inner-column {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 90%;
    gap: 6vw;
    margin-top: 8vw;
    margin-left: 5vw;
  }

  .overview-content .scalable-connectivity .connectivity-copy-layer .connectivity-copy .text-section1,
  .overview-content .scalable-connectivity .connectivity-copy-layer .connectivity-copy .text-section2,
  .overview-content .scalable-connectivity .connectivity-copy-layer .connectivity-copy .text-section3 {
    width: 100%;
    font-size: 3vw;
  }

  .overview-content .scalable-connectivity .text-section2 {
    margin-left: 0;
  }

  .overview-content .scalable-connectivity .connectivity-copy-layer .connectivity-copy .text-section1 .text,
  .overview-content .scalable-connectivity .connectivity-copy-layer .connectivity-copy .text-section2 .text,
  .overview-content .scalable-connectivity .connectivity-copy-layer .connectivity-copy .text-section3 .text {
    font-size: 7vw;
  }

  .overview-content .scalable-connectivity .text-section1 p,
  .overview-content .scalable-connectivity .text-section2 p,
  .overview-content .scalable-connectivity .text-section3 p {
    font-size: inherit;
  }

  .overview-content .higher-dsl-speeds {
    width: 88.75vw;
    max-width: 88.75vw;
    margin: 0 auto;
  }

  .overview-content .higher-dsl-speeds .w-container {
    width: 82vw;
  }

  .overview-content .higher-dsl-speeds .text {
    padding: 8vw 0 6vw;
    text-align: center;
  }

  .overview-content .higher-dsl-speeds h2 {
    max-width: 82vw;
    margin: 0 auto;
    padding: 0 0 3.125vw;
    font-size: 6vw;
    font-weight: 500;
  }

  .overview-content .higher-dsl-speeds p {
    max-width: 82vw;
    margin: 0 auto;
    font-size: 3.3vw;
  }

  .overview-content .higher-dsl-speeds .img {
    display: flex;
    flex-direction: column;
    width: 90%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 0;
    gap: 4vw;
  }

  .overview-content .higher-dsl-speeds .img .desc {
    position: static;
  }

  .overview-content .higher-dsl-speeds .img .desc-mb {
    font-size: 6.67vw;
    font-weight: 500;
  }

  .overview-content .higher-dsl-speeds .img .desc-left {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 4vw;
  }

  .overview-content .higher-dsl-speeds .img .desc-left>.desc-1 {
    width: 100%;
    margin: 0;
    overflow: hidden;
  }

  .overview-content .higher-dsl-speeds .img .desc-left>.desc-1 .label {
    margin-bottom: 1vw;
    padding-right: 2vw;
    font-size: 2.5vw;
  }

  .overview-content .higher-dsl-speeds .img .desc-right {
    order: -1;
    width: 100%;
    text-align: center;
  }

  .overview-content .higher-dsl-speeds .img .desc-right span:last-child {
    display: block;
    font-size: 3.33vw;
    line-height: 1.2;
    text-align: center;
  }

  .overview-content .high-security-high-performance-vpn,
  .overview-content .sd-wan-multi-site-connectivity {
    width: 88.75vw;
    max-width: 88.75vw;
    height: auto;
    margin: 0 auto;
  }

  .overview-content .high-security-high-performance-vpn .w-container,
  .overview-content .sd-wan-multi-site-connectivity .w-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 6vw;
  }

  .overview-content .high-security-high-performance-vpn .text,
  .overview-content .sd-wan-multi-site-connectivity .text {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }

  .overview-content .high-security-high-performance-vpn h2,
  .overview-content .sd-wan-multi-site-connectivity h2 {
    padding: 0 0 3.125vw;
    font-size: 6.67vw;
    font-weight: 500;
    text-align: center;
  }

  .overview-content .high-security-high-performance-vpn p,
  .overview-content .sd-wan-multi-site-connectivity p {
    font-size: 3.5vw;
    line-height: 1.5;
    text-align: center;
  }

  .overview-content .high-security-high-performance-vpn img,
  .overview-content .sd-wan-multi-site-connectivity img {
    flex: 0 1 auto;
    width: 100%;
    height: auto;
    margin-right: 0;
  }

  .overview-content .sd-wan-multi-site-connectivity .text-container {
    order: 1;
    width: 100%;
  }

  .overview-content .sd-wan-multi-site-connectivity .w-container>img {
    order: 2;
  }

  .overview-content .sd-wan-multi-site-connectivity .text {
    order: 0;
  }

  .overview-content .security-proactive-defense {
    width: 88.75vw;
    max-width: 88.75vw;
  }

  .overview-content .security-proactive-defense .w-container {
    width: 100%;
  }

  .overview-content .security-proactive-defense .text {
    padding: 0 0 6vw;
  }

  .overview-content .security-proactive-defense h2 {
    padding: 0 0 3.125vw;
    font-size: 6.67vw;
    font-weight: 500;
  }

  .overview-content .security-proactive-defense .img-container {
    flex-direction: column;
    gap: 0;
  }

  .overview-content .security-proactive-defense .img-container .desc-left,
  .overview-content .security-proactive-defense .img-container .desc-right {
    width: 100%;
    height: 18vw;
  }

  .overview-content .security-proactive-defense .img-container .desc-right {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-content: start;
    gap: 11vw 3vw;
    padding: 16vw 5vw;
  }

  .overview-content .security-proactive-defense .img-container .desc-left img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .overview-content .security-proactive-defense .w-container .icon b img {
    width: 5vw;
    height: auto;
  }

  .overview-content .security-proactive-defense .img-container .desc-right .icon b {
    padding-bottom: 2vw;
  }

  .overview-content .security-proactive-defense .img-container .desc-right .icon p {
    font-size: 1.5em;
    text-wrap: nowrap;
  }

  .overview-content .c {
    width: 88.75vw;
    max-width: 88.75vw;
    margin: 0 auto;
  }

  .overview-content .c .w-container {
    width: 88.75vw;
    max-width: none;
  }

  .overview-content .c .text {
    padding-bottom: 8vw;
    text-align: left;
  }

  .overview-content .c h2 {
    padding: 0 3vw 0.5em;
    color: #000;
    font-size: 6.67vw;
    font-weight: 500;
    line-height: 1.3333;
    text-align: center;
  }

  .overview-content .c p {
    padding: 0 3vw 3vw;
    color: #2b2b2b;
    font-size: 3.3vw;
    line-height: 1.3939;
    text-align: center;
  }

  .overview-content .c .link {
    margin: 0 auto 6.8vw;
    padding-bottom: 0;
  }

  .overview-content .c .learn-more {
    font-size: 3.3vw;
    line-height: 1.3333;
  }

  .overview-content .c .img {
    width: 88.75vw;
    margin: 0 auto;
    padding-bottom: 209.5275vw;
    background: url(https://static-product-no-cdn.tp-link.com/dr3150_v1/img/6-sdn-m.jpg) 50% 0 / 100% no-repeat;
  }

  .overview-content .c .img a {
    font-size: 2.5vw;
  }

  .overview-content .c .img .desc-b {
    font-size: 3vw;
    line-height: 1.25;
  }

  .overview-content .c .img .desc-m,
  .overview-content .c .img .desc-s {
    font-size: 3.4375vw;
    line-height: 1.2;
  }

  .overview-content .c .img .desc-ms {
    font-size: 3.125vw;
    line-height: 1.2;
  }

  .overview-content .c .img .desc-1 {
    top: 37vw;
    left: 1vw;
    width: 30vw;
  }

  .overview-content .c .img .desc-2 {
    top: 65vw;
    left: 4.5vw;
    width: 22vw;
  }

  .overview-content .c .img .desc-3 {
    top: 104vw;
    left: 4vw;
    width: 26vw;
  }

  .overview-content .c .img .desc-4 {
    top: 91vw;
    left: 0;
    width: 33vw;
  }

  .overview-content .c .img .desc-5 {
    top: 133vw;
    left: 5vw;
    width: 22vw;
  }

  .overview-content .c .img .desc-6 {
    top: 148vw;
    left: 7vw;
    width: 18vw;
    text-align: center;
  }

  .overview-content .c .img .desc-7 {
    top: 125vw;
    left: -1.5vw;
    width: 36vw;
  }

  .overview-content .c .img .desc-8 {
    top: 46vw;
    left: 26vw;
    width: 36vw;
  }

  .overview-content .c .img .desc-9 {
    top: 68vw;
    left: 51vw;
    width: 30vw;
    text-align: center;
  }

  .overview-content .c .img .desc-10 {
    top: 106vw;
    left: 49vw;
    width: 32vw;
    text-align: center;
  }

  .overview-content .c .img .desc-10 br {
    display: none;
  }


  .overview-content .c .img .desc-12 {
    top: 142vw;
    left: 51vw;
    width: 28vw;
    text-align: center;
  }

  .overview-content .c .img .desc-13 {
    top: 3.5vw;
    left: 4vw;
    width: 55vw;
  }

  .overview-content .c .img .desc-14 {
    top: 12vw;
    left: 15vw;
    width: 24vw;
  }

  .overview-content .c .img .desc-15 {
    top: 12vw;
    left: 51vw;
    width: 24vw;
  }

  .overview-content .app {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-top: 0;
    margin-bottom: var(--section-gap);
    padding: 8vw 0;
    overflow: hidden;
  }

  .overview-content .app h2 {
    margin-top: 0;
    padding: 0 6vw 4vw;
    font-size: 6.67vw;
    line-height: 1.3333;
    text-align: center;
  }

  .overview-content .app .code {
    width: 28vw;
    height: auto;
  }

  .overview-content .app .img-container {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    margin: 8vw auto 0;
    padding: 0 4vw;
    gap: 1.8vw;
  }

  .overview-content .app .img-container .hero1 {
    width: 20vw;
    margin-top: 8vw;
    margin-right: 0;
    margin-left: 0;
  }

  .overview-content .app .img-container .hero2 {
    width: 29vw;
  }

  .overview-content .app .img-container .hero3 {
    width: 20vw;
    margin-top: 8vw;
    margin-right: 0;
    margin-left: 0;
  }
}

@media (max-width: 414px) {
  .overview-content {
    --section-gap: 4em;
  }

  #product,
  .overview-content .overview-section {
    font-size: 2.5vw;
  }
}

@media (min-width: 1201px) {

  .overview-content .high-security-high-performance-vpn,
  .overview-content .sd-wan-multi-site-connectivity,
  .overview-content .c,
  .overview-content .app {
    width: 75em;
    max-width: 75em;

    font-size: 16px;
  }

  .overview-content .high-security-high-performance-vpn .w-container,
  .overview-content .sd-wan-multi-site-connectivity .w-container,
  .overview-content .c .w-container,
  .overview-content .app .w-container {
    width: 100%;
    max-width: 75em;
  }

  .overview-content .high-security-high-performance-vpn .w-container,
  .overview-content .sd-wan-multi-site-connectivity .w-container {
    justify-content: space-between;
    gap: 5em;
  }

  .overview-content .high-security-high-performance-vpn .text,
  .overview-content .sd-wan-multi-site-connectivity .text {
    flex: 0 0 28em;
    width: 28em;
  }

  .overview-content .high-security-high-performance-vpn .text,
  .overview-content .sd-wan-multi-site-connectivity img {
    margin-right: 0;
  }

  .overview-content .high-security-high-performance-vpn img,
  .overview-content .sd-wan-multi-site-connectivity img {
    flex: 0 0 36em;
    width: 36em;
  }
}

@media (max-width: 1200px) and (min-width: 737px) {

  .overview-content .section-frame-wide,
  .overview-content .high-security-high-performance-vpn,
  .overview-content .sd-wan-multi-site-connectivity,
  .overview-content .c,
  .overview-content .app {
    width: 100%;
    max-width: 100%;
  }

  .overview-content .high-security-high-performance-vpn,
  .overview-content .sd-wan-multi-site-connectivity,
  .overview-content .c,
  .overview-content .app {
    font-size: clamp(10px, 1.333vw, 16px);
  }

  .overview-content .high-security-high-performance-vpn .w-container,
  .overview-content .sd-wan-multi-site-connectivity .w-container,
  .overview-content .c .w-container,
  .overview-content .app .w-container {
    width: 100%;
    max-width: 100%;
  }

  .overview-content .high-security-high-performance-vpn .w-container,
  .overview-content .sd-wan-multi-site-connectivity .w-container {
    justify-content: space-between;
    gap: clamp(1.5em, 5vw, 5em);
  }

  .overview-content .high-security-high-performance-vpn .text,
  .overview-content .sd-wan-multi-site-connectivity .text {
    flex: 1 1 35%;
    width: auto;
    max-width: 28em;
    margin-right: 0;
  }

  .overview-content .high-security-high-performance-vpn img,
  .overview-content .sd-wan-multi-site-connectivity img {
    flex: 1 1 50%;
    width: auto;
    max-width: 36em;
    min-width: 0;
    margin-right: 0;
  }

  .overview-content .c .img {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 1024px) and (min-width: 737px) {
  .overview-content {
    --section-gap: clamp(5em, calc(2.466em + 5.575vw), 6em);
  }

  .overview-content .overview-section {
    font-size: clamp(10px, calc(4.855px + 0.697vw), 12px);
  }

  .overview-content .spotlights {
    width: 72%;
  }

  .overview-content .spotlights .w-container {
    gap: clamp(3em, 5vw, 4em) clamp(3em, 6vw, 5em);
  }

  .connectivity-copy-layer {
    margin-top: clamp(2.5em, 4.4vw, 4.5em);
  }

  .connectivity-copy {
    gap: clamp(0.75em, 1.2vw, 1.171875em);
  }

  .overview-content .scalable-connectivity .title {
    font-size: clamp(1.35em, 3vw, 1.9em);
  }

  .overview-content .scalable-connectivity .subtitle {
    width: 84%;
    font-size: clamp(0.68em, calc(0.372em + 0.67vw), 0.95em);
  }

  .overview-content .scalable-connectivity .inner-column {
    width: min(86%, 58em);
    margin-top: clamp(1em, 2.6vw, 2.2em);
    gap: clamp(0.75em, 2vw, 2em);
  }

  .overview-content .scalable-connectivity .text-section2 {
    margin-left: clamp(0em, 2vw, 2.5em);
  }

  .overview-content .scalable-connectivity .text-section1,
  .overview-content .scalable-connectivity .text-section2,
  .overview-content .scalable-connectivity .text-section3 {
    font-size: clamp(0.7em, 1.2vw, 0.9em);
  }

  .overview-content .scalable-connectivity .text-section1 .text,
  .overview-content .scalable-connectivity .text-section2 .text,
  .overview-content .scalable-connectivity .text-section3 .text {
    font-size: clamp(1em, 2vw, 1.5em);
  }

  .overview-content .higher-dsl-speeds .w-container {
    width: 86%;
  }

  .overview-content .c {
    font-size: clamp(10px, 1.333vw, 16px);
  }

  .overview-content .c .img {
    padding-bottom: 51.0833%;
  }
}

@media (max-width: 1070px) and (min-width: 1025px) {
  .overview-content .scalable-connectivity .inner-column {
    width: min(86%, 58em);
  }
}

@media (max-width: 736px) {

  .overview-content .section-frame-wide,
  .overview-content .high-security-high-performance-vpn,
  .overview-content .sd-wan-multi-site-connectivity,
  .overview-content .c,
  .overview-content .app {
    width: 100%;
    max-width: 100%;
  }

  .overview-content .high-security-high-performance-vpn .w-container,
  .overview-content .sd-wan-multi-site-connectivity .w-container,
  .overview-content .c .w-container,
  .overview-content .app .w-container,
  .overview-content .c .img {
    width: 100%;
    max-width: 100%;
  }

  .overview-content .product-section.vpn-product-section .section-frame.section-frame-wide,
  .overview-content .product-section.sdn-product-section .section-frame.section-frame-wide,
  .overview-content .product-section .section-frame.section-frame-full.section-frame-wide {
    width: 87vw;
    max-width: 87vw;
  }
}

@media (max-width: 736px) {
  .overview-content .hero-section .hero-inner .hero-copy > h2.hero-title {
    font-size: 6.67vw !important;
  }

  .overview-content .sd-wan-multi-site-connectivity .text-container .text {
    display: flex;
    flex-direction: column;
  }

  .overview-content .sd-wan-multi-site-connectivity .text-container .text p {
    order: 2;
  }

  .overview-content .sd-wan-multi-site-connectivity .text-container .text h2 {
    order: 1;
  }

  .overview-content .product-section.sdn-product-section .section-frame.section-frame-wide .c.overview-section .w-container .text h2 {
    font-size: 6.67vw !important;
  }

  .overview-content .product-section.sdn-product-section .section-frame.section-frame-wide .c.overview-section .w-container .text p {
    font-size: 3.3vw !important;
  }

}

@media (min-width: 737px) {
  .overview-content h2 {
    font-size: min(3vw, 2.25rem) !important;
    font-weight: 400 !important;
  }
}

@media (max-width: 736px) {
  .overview-content h2 {
    font-size: 6.3vw !important;
    font-weight: 500 !important;
  }
}

@media (min-width: 737px) {

  .overview-content .higher-dsl-speeds .text p,
  .overview-content .connectivity-copy .subtitle,
  .overview-content .c .text p {
    font-size: min(1.5vw, 1.125rem) !important;
    font-weight: 400 !important;
  }
}

