/* NOTE: GLOBAL CSS FILE IS REFLECTING CHANGES FOR 0C400 NOT OC300 */

/* @import url("https://internal-test.tp-link.com/assets/css/common.css?20250718");  */

@import url("https://static.tp-link.com/assets/css/common-omada.css?20250918");

/* @import "tailwindcss" important; */
@import url('https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css');



img.swiper-lazy,
img.swiper-lazy-loaded {
  opacity: 1 !important;
  visibility: visible !important;
}

/* ========================================
   FEATURE SECTION STYLES
   (Replaces Tailwind utility classes)
   ======================================== */
 
/* Feature Section Container */
/* .feature-section {
  width: 100%;
  padding: 100px 7em;
  box-sizing: border-box;
}
@media (max-width: 1023px) {
  .feature-section {
    padding: 100px 4em;
  }
}
@media (max-width: 736px) {
  .feature-section {
    padding: 4em 1em;
  }
}

.feature-section-inner {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.feature-section-title {
  color: #fff;
  text-align: center;
  font-weight: 300;
  font-size: 3em;
  line-height: 1.3333;
  padding-bottom: 0.5em;
}
@media (max-width: 736px) {
  .feature-section-inner .feature-section-title {
    font-size: 7.7778vw;
    line-height: 1.2;
    padding-bottom: 4.5vw;
    margin-bottom: 1em;
  }
}

feature-section-desc {
  color: #aaaaaa;
  text-align: center;
  font-weight: 300;
  font-size: 1.125em;
  line-height: 1.5;
  max-width: 80%;
} 
@media (max-width: 736px) {
  .feature-section-desc {
    font-size: 3.3333vw;
    max-width: 85vw;
  }
}


.feature-section-content {
  width: 100%;
  margin-top: 3.75em;
}
@media (max-width: 736px) {
  .feature-section-content {
    margin-top: 9.26vw;
  }
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5em 4em;
  margin: 0 auto;
  text-align: center;
  margin-top: 2em;
}


.feature-grid-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 5em;
}

.feature-grid-title {
  color: #00e194;
  font-size: 1.875em;
  font-weight: 300;
  line-height: 1.3;
  width: 7em !important;
}
.feature-grid-subtitle {
  color: #aaaaaa;
  font-size: 1em;
  font-weight: 300;
} 

@media (max-width: 736px) {
    .feature-grid {
    grid-template-columns: 1fr;
    gap: 8vw 4em;
    margin-top: 6vw;
  }

  .feature-grid-title {
    font-size: 5.5vw;
  }

  .feature-grid-subtitle {
    font-size: 3.3vw;
  }
} 

.product-image-container {
  margin-top: 4em;
  display: flex;
  justify-content: center;
}
@media (max-width: 736px) {
  .product-image-container {
    margin-top: 10vw;
  }
}


.product-image {
  width: 100%;
  max-width: 60em;
} */

/* Custom CSS to hide scrollbar, since Tailwind doesn't do it by default */
.scrollbar-hide {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

/* Chrome, Safari, Opera scrollbar hack */
.scrollbar-hide::-webkit-scrollbar {
  display: none;
}

/* ========================================
   SCROLL JITTER FIX - Override external CSS
   The common-omada.css file causes scroll issues
   ======================================== */
/* :root,
html {
  scroll-behavior: auto !important;
  overscroll-behavior: auto !important;
  overscroll-behavior-y: auto !important;
  overscroll-behavior-x: auto !important;
}

body,
body > .page-content-wrapper,
html {
  overflow: visible !important;
  min-width: 1000px;
  scroll-behavior: auto !important;
  overscroll-behavior: auto !important;
} */

/* Disable background-attachment: fixed which causes scroll jitter */
/* *,
*::before,
*::after {
  background-attachment: scroll !important;
} */

/* Prevent any scroll-snap behavior from external CSS */
/* .oc300-container,
.oc300-container * {
  scroll-snap-type: none !important;
  scroll-snap-align: unset !important;
} */

/* Prevent will-change from causing GPU layer thrashing */
/* .oc300-container section,
.oc300-container .w-container {
  will-change: auto !important;
  transform: none;
  backface-visibility: visible !important;
} */

@media screen and (min-width: 320px) and (max-width: 736px) {
  body, body>.page-content-wrapper, html {
      min-width: 320px;
  }
}



/* TODO set up all fonts to use manrope */


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



  /* new */
  .overview-content {
    font-family: manrope;
    overflow: visible;
    max-width: 1200px;
    margin: 0 auto;  
    display: flex;
    justify-content: center; 
    align-items: center;
  }
  .overview-content a:hover{
    color: #fff;
  }
  .overview-content sup {
    font-size: 0.5556em;
  }
  .overview-content .white {
    color: #fff;
  }
  .overview-content .omada-light-green {
    color: #00e194;
  }
  .overview-content .omada-green {
    color: #008a5c;
  }
  .overview-content .no-wrap {
    white-space: nowrap;
  }
  .overview-content .m-show {
    display: none;
  }
  .overview-content .smb-color {
    color: #0a5a5a;
  }
  .overview-content .gray {
    color: #636363;
  }
  @media (max-width: 736px) {
    .overview-content .m-show {
      display: block;
    }
    .overview-content .m-hide {
      display: none;
    }
  }

  .overview-content .er-banner {
    display: flex;
    justify-content: center; 
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    background: url(https://static-product.tp-link.com/oc400_v1.2/img/bg.png) top / 100% no-repeat;
    background-size: 75em;
    background-position: 50% 0;
    background-repeat: no-repeat;
    height: 35em;
  }
  .overview-content .er-banner .w-container {
    /* position: relative;
    left: auto;
    top: clamp(1em, 5vw, 3em);
    transform: none;
    width: 77em;
    margin: 0 auto; */
    position: relative;
    width: 60em;
    margin: 0 auto;
  }

  .overview-content .er-banner .text {
    /* padding: 0 0 0 5%; */
    margin-top: -6em;
  }

  .overview-content .er-banner .text h2 {
    /* font-size: clamp(1.5em, 2.5em, 3em);
    font-weight: 400;
    line-height: 1.3333;
    padding: 0 0 0.7em;*/
    color: #fff; 
    font-size: 2.25em;
    font-weight: 400;
    line-height: 1.35;
    padding: 0 0 .75em;
  }

  .overview-content .er-banner .text .model {
    display: inline-block;
    font-size: 1.125em;
    font-weight: 300;
    line-height: 1.3333;
    color: #fff;
    padding: 0.5em 1em;
    margin: 0;
    border-radius: 0.35em;
    background: #008055;
  }
  /* @media (min-width: 1921px) {
    .overview-content section {
      font-size: 0.8333vw !important;
    }
  }
  @media (max-width: 1680px) {
    .overview-content section {
      font-size: 14px !important;
    }
  }
  @media (max-width: 1440px) {
    .overview-content section {
      font-size: 12px !important;
    }
  }
  @media (max-width: 1024px) {
    .overview-content .er-banner {
      font-size: 10px;
    }
  } */

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

  .overview-content .er-banner .text {
    margin-top: -2em;
}
}
  @media (max-width: 736px) {
    .overview-content .er-banner {
      background: url(https://static-product.tp-link.com/oc400_v1.2/m/bg.png) bottom / 100% no-repeat;
      max-width: 88.75vw;
      height: 119vw;;
      background-size: 100% auto;
      background-position: 50% 100%;
      justify-content: center; 
      align-items: flex-start !important;
    }

    .overview-content .er-banner .w-container {
      width: 75vw;
    }

    .overview-content .er-banner .text {
      padding: 0;
      margin-top: 3em;
      font-size: 1.2em;
    }

    .overview-content .er-banner h2 {
      padding: 0 0 3.5vw;
      line-height: 1.2em !important;
    }

    .overview-content .er-banner p .model {
      padding: 1.5vw 3.5vw;
      margin: 0;
    }
    /* .overview-content .er-banner .w-container {
      width: 85.18vw;
      position: static;
      transform: unset;
    }
    .overview-content .er-banner .text {
      padding: 8vw 0 0;
      text-align: left;
    }
    .overview-content .er-banner .text h2 {
      font-size: 6.6667vw;
      font-weight: lighter;
      line-height: 1.3333;
      padding: 0 0 1em;
    }
    .overview-content .er-banner .text .model {
      font-size: 3.3333vw;
      font-weight: lighter;
      padding: 2vw 4vw;
      margin: 0;
      border-radius: 1.5vw;
    } */
  }
  @media (max-width: 414px) {
    .overview-content .er-banner {
      font-size: 2.5vw;
    }
  }

  .overview-content .eap-selling-points {
    font-size: 16px;
    max-width: 75em;
    /* max-width: 100%; */
    margin: 0 auto;
    margin-top: -3em;
    position: relative;
  }
  /* running locally makes it look like it's wider than the banner but in cms, it's not */ 
  .overview-content .eap-selling-points .w-container {
    /* width: 75em; */
    width: 68em;
    margin: 0 auto;
  }
  .overview-content .eap-selling-points .text {
    padding: 3.125em 0 6.25em;
  }
  .overview-content .eap-selling-points p {
    font-size: 1.125em;
    font-weight: 400;
    line-height: 1.5;
  }
  .overview-content .eap-selling-points p.title {
    font-weight: 300;
    color: #3d3d3d;
  }
  .overview-content .eap-selling-points ul {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .overview-content .eap-selling-points ul li {
    width: 21.7%;
    margin: 3.125em 0 0;
  }
  .overview-content .eap-selling-points ul .li-1,
  .overview-content .eap-selling-points ul .li-5 {
    width: 22.7%;
  }
  .overview-content .eap-selling-points ul .li-2,
  .overview-content .eap-selling-points ul .li-6 {
    width: 22.7%;
  }
  .overview-content .eap-selling-points ul .li-3,
  .overview-content .eap-selling-points ul .li-7 {
    width: 22.7%;
  }
  .overview-content .eap-selling-points ul .li-1,
  .overview-content .eap-selling-points ul .li-2,
  .overview-content .eap-selling-points ul .li-3,
  .overview-content .eap-selling-points ul .li-5,
  .overview-content .eap-selling-points ul .li-6,
  .overview-content .eap-selling-points ul .li-7 {
    margin-right: 1%;
  }
  .overview-content .eap-selling-points ul li .icon {
    display: block;
    width: 2em;
    height: 2em;
    margin: 0 auto 1.25em;
    background-position: top;
    background-size: auto 100%;
    background-repeat: no-repeat;
  }
  .overview-content .eap-selling-points ul li .icon img {
    width: 2em;
    height: 2em;
    object-fit: contain;
  }
  .overview-content .eap-selling-points ul li .desc {
    text-align: center;
  }
  @media (max-width: 1024px) {
    .overview-content .eap-selling-points {
      font-size: 10px;
    }
  }
  @media (max-width: 736px) {
    .overview-content .eap-selling-points {
      font-size: 10.35px;
      max-width: 100%;
    }
    .overview-content .eap-selling-points .w-container {
      width: 85.185vw;
      padding-top: 4em;
    }
    .overview-content .eap-selling-points ul li .icon img {
      width: 6vw;
      height: 6vw;
      object-fit: contain;
    }
    .overview-content .eap-selling-points .text {
      padding: 8vw 0 18.5vw;
    }
    .overview-content .eap-selling-points p {
      font-size: 3.3333vw;
    }
    .overview-content .eap-selling-points ul {
      width: 100%;
    }
    .overview-content .eap-selling-points ul li {
      vertical-align: top;
      width: 48%;
      margin: 7.25vw 2vw 0 0;
    }
    .overview-content .eap-selling-points ul .li-1,
    .overview-content .eap-selling-points ul .li-3,
    .overview-content .eap-selling-points ul .li-5,
    .overview-content .eap-selling-points ul .li-7 {
      width: 48%;
      margin-right: 2%;
    }
    .overview-content .eap-selling-points ul .li-2,
    .overview-content .eap-selling-points ul .li-4,
    .overview-content .eap-selling-points ul .li-6,
    .overview-content .eap-selling-points ul .li-8 {
      width: 48%;
      margin-right: 0;
    }
    .overview-content .eap-selling-points ul li .icon {
      width: 6vw;
      height: 6vw;
      margin-bottom: 3.7vw;
    }
  }
  @media (max-width: 414px) {
    .overview-content .eap-selling-points {
      font-size: 2.5vw;
    }
  }


/* -------------------------------------------------------------------------- */

  .overview-content .ideal-for-small-business-networking-use {
    font-size: 16px;
    /* max-width: 120em; */
    margin: 0 auto;
    /* width: 75em; */
    margin: -4.5em auto 0;
    padding-bottom: 4em;
  }
  .overview-content .ideal-for-small-business-networking-use .w-container {
    width: 75em;
    /* width: 68em; */
    margin: 0 auto;
  }
  .overview-content .ideal-for-small-business-networking-use .text {
    padding: 6.25em 0 3.75em;
    text-align: center;
  }
  .overview-content .ideal-for-small-business-networking-use h2 {
    font-size: 2.75em;
    font-weight: 600;
    line-height: 1.33333;
    padding-bottom: 0.5em;
  }
  .overview-content .ideal-for-small-business-networking-use p {
    font-size: 1.125em;
    font-weight: 300;
    line-height: 1.5;
    color: #3d3d3d;
  }
  .overview-content .ideal-for-small-business-networking-use .img {
    position: relative;
    width: 75em;
    max-width: 1200px;
    height: 37em;
    margin: 0 auto 7em;
    background: url('https://static-product.tp-link.com/oc400_v1.2/img/topography-w-boxes.png') top / 75em no-repeat;
    display: flex;
    align-items: center;
  }
  .overview-content .ideal-for-small-business-networking-use .ul-features {
    width: 20em;
    margin-left: 8em;
  }
  .overview-content .ideal-for-small-business-networking-use .ul-features li {
    max-width: 100%;
    text-align: left;
    display: block;
  }
  .overview-content .ideal-for-small-business-networking-use .ul-features li + li {
    margin-top: 2.5em;
  }
  .overview-content .ideal-for-small-business-networking-use .ul-features li .icon {
    display: block;
    vertical-align: middle;
    width: 2.25em;
    height: 2.25em;
    margin-right: 0;
    margin: 0 auto 1.2em;
  }
  .overview-content .ideal-for-small-business-networking-use .ul-features li .icon-txt {
    display: block;
    vertical-align: middle;
    width: auto;
    text-align: center;
  }
  .overview-content .ideal-for-small-business-networking-use .desc {
    position: absolute;
    text-align: center;
    line-height: normal;
  }
  .overview-content .ideal-for-small-business-networking-use .desc-l {
    display: block;
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.3333;
    padding-bottom: 0.5em;
  }
  .overview-content .ideal-for-small-business-networking-use .desc-m {
    display: block;
    font-size: 1.125em;
    font-weight: 300;
    line-height: 1.5;
    color: #3d3d3d;
  }
  .overview-content .ideal-for-small-business-networking-use .desc-1 {
    top: 7.25em;
    left: 15em;
    width: 21em;
    text-align: left;
  }
  .overview-content .ideal-for-small-business-networking-use .desc-2 {
    top: 7.25em;
    left: 40.5em;
    width: 21em;
    text-align: left;
  }
  .overview-content .ideal-for-small-business-networking-use .desc-3 {
    top: 18.5em;
    left: 0em;
    width: 8em;
    text-align: center;
  }
  .overview-content .ideal-for-small-business-networking-use .desc-4 {
    top: 20.75em;
    left: 21.5em;
    width: 8em;
    text-align: left;
  }
  .overview-content .ideal-for-small-business-networking-use .desc-5 {
    top: 20.75em;
    left: 44.5em;
    width: 8em;
    text-align: left;
  }
  .overview-content .ideal-for-small-business-networking-use .desc-6 {
    top: 30.75em;
    left: 1.75em;
    width: 22em;
    text-align: left;
  }
  .overview-content .ideal-for-small-business-networking-use .desc-7 {
    top: 33.25em;
    left: 5em;
    width: 9em;
    text-align: left;
  }
  .overview-content .ideal-for-small-business-networking-use .desc-8 {
    top: 33.25em;
    left: 17.25em;
    width: 9em;
    text-align: left;
  }
  .overview-content .ideal-for-small-business-networking-use .desc-9 {
    top: 27em;
    left: 43.75em;
    width: 5em;
    text-align: left;
  }
  .overview-content .ideal-for-small-business-networking-use .desc-10 {
    top: 31.25em;
    left: 44.25em;
    width: 9em;
    text-align: left;
  }
  .overview-content .ideal-for-small-business-networking-use .desc-11 {
    top: 28.5em;
    left: 58.5em;
    width: 15em;
  }
  @media (max-width: 1024px) {
    .overview-content .ideal-for-small-business-networking-use {
      font-size: 10px;
    }
  }
  @media (max-width: 736px) {
    .overview-content .ideal-for-small-business-networking-use {
      font-size: 10.35px;
      max-width: 85.186vw;
    }
    .overview-content .ideal-for-small-business-networking-use .w-container {
      width: auto;
    }
    .overview-content .ideal-for-small-business-networking-use .text {
      padding: 18.5vw 0 9.26vw;
      text-align: center;
    }
    .overview-content .ideal-for-small-business-networking-use .desc-l {
      display: block;
      font-size: 4.4444vw;
      font-weight: 700;
      line-height: 1.3333;
      padding-bottom: 2vw;
    }
    .overview-content .ideal-for-small-business-networking-use .desc-m {
      display: block;
      font-size: 1.125em;
      font-weight: 300;
      line-height: 1.5;
    }
    .overview-content .ideal-for-small-business-networking-use h2 {
      font-size: 7.7778vw;
      padding: 0 0 4.5vw;
      line-height: 1.2;
    }
    .overview-content .ideal-for-small-business-networking-use p {
      font-size: 3.3333vw;
    }
    .overview-content .ideal-for-small-business-networking-use .img {
      height: auto;
      padding-bottom: 221vw;
      background: url('https://static-product.tp-link.com/oc400_v1.2/m/3-img-topography-with-boxes.png') bottom / 100% no-repeat;
      display: block;
      margin-bottom: 18.5vw;
      width: auto;
    }
    .overview-content .ideal-for-small-business-networking-use .ul-features {
      width: 70.37vw;
      margin: 0 auto;
      padding-top: 11.1vw;
      display: flex;
      justify-content: space-between;
      align-items: baseline;
    }
    .overview-content .ideal-for-small-business-networking-use .ul-features li + li {
      margin-top: 0;
    }
    .overview-content .ideal-for-small-business-networking-use .ul-features li .icon {
      width: auto;
      height: 6vw;
      /* margin-right: 2vw; */
    }
    .overview-content .ideal-for-small-business-networking-use .ul-features li .icon-txt {
      /* width: calc(100% - 13vw); */
    }
    .overview-content .ideal-for-small-business-networking-use .desc-m {
      font-size: 3.3333vw;
    }
    .overview-content .ideal-for-small-business-networking-use .desc-1 {
      top: 7vw;
      /* bottom: 71vw; */
      left: 21vw;
      /* transform: rotateZ(90deg); */
      width: 64vw;
    }
    .overview-content .ideal-for-small-business-networking-use .desc-2 {
      top: 7.25em;
      left: 62.5em;
      width: 21em;
      text-align: left;
      top: 40.5vw;
      /* bottom: 71vw; */
      left: 21vw;
      /* transform: rotateZ(90deg); */
      width: 64vw;
    }
    .overview-content .ideal-for-small-business-networking-use .desc-3 {
      top: 100.5vw;
      left: 47vw;
      width: 19vw;
      text-align: center;
    }
    .overview-content .ideal-for-small-business-networking-use .desc-4 {
      top: 119vw;
      left: 44.5vw;
      width: 27vw;
      text-align: left;
    }
    .overview-content .ideal-for-small-business-networking-use .desc-5 {
      /* top: 20.75em; */
      /* left: 66.5em; */
      /* width: 8em; */
      /* text-align: left; */
      top: 144vw;
      left: 44.5vw;
      width: 27vw;
      text-align: left;
    }
    .overview-content .ideal-for-small-business-networking-use .desc-6 {
      top: 76vw;
      left: 7vw;
      width: 60vw;
      text-align: left;
    }
    .overview-content .ideal-for-small-business-networking-use .desc-7 {
      top: 83.5vw;
      left: 17vw;
      width: 30vw;
      text-align: left;
    }
    .overview-content .ideal-for-small-business-networking-use .desc-8 {
      top: 83.5vw;
      left: 55vw;
      width: 30vw;
      text-align: left;
    }
    .overview-content .ideal-for-small-business-networking-use .desc-9 {
      /* top: 27em; */
      /* left: 65.75em; */
      /* width: 5em; */
      /* text-align: left; */
      top: 165vw;
      left: 56vw;
      width: 20vw;
      text-align: left;
    }
    .overview-content .ideal-for-small-business-networking-use .desc-10 {
      /* top: 31.25em; */
      /* left: 66.25em; */
      /* width: 9em; */
      /* text-align: left; */
      top: 203vw;
      left: 49.5vw;
      width: 31vw;
      text-align: center;
    }
    .overview-content .ideal-for-small-business-networking-use .desc-11 {
      top: 198vw;
      left: 5.5vw;
      width: 31vw;
      text-align: center;
    }
  }
  @media (max-width: 414px) {
    .overview-content .ideal-for-small-business-networking-use {
      font-size: 2.5vw;
    }
  }

/* --------------------------------------------------------------------------- */
/* Hardware Design Section */
.hardware-design {
  background: #2b2b2b;
  padding: 5em 0;
  margin-bottom: 5em;
}

.hardware-design .bg-img {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;

}
.hardware-design .w-container {
  padding: 0 2em;
}

.hardware-design h2 {
  color: #fff;
  text-align: center;
  font-size: 3em;
  font-weight: 400;
  line-height: 1.3333;
  padding-bottom: 0.5em;
}

.hardware-design .text p {
  color: #aaaaaa;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
  padding-bottom: 0.5em;
}

/* Feature Grid */
.hardware-design .feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5em 4em;
  margin: 0 10em;
  text-align: center;
  margin-top: 3em;
  justify-items:center;
}

.hardware-design .feature-grid-item {
  text-align: center;
}

.hardware-design .feature-grid-title {
  color: #00e194;
  font-size: 3em;
  font-weight: 500;
  
}

.hardware-design .feature-grid-subtitle {
  color: #aaaaaa;
  font-size: 1.2em;
  margin-top: 0;
}

.hardware-design .product-image-container {
  text-align: center;
  margin: 5em 0 3em 0;
}

.hardware-design .product-image {
  max-width: 100%;
  height: 10em;
  background: url(https://static-product.tp-link.com/oc400_v1.2/img/product.png) center / 75em no-repeat;
}

@media (max-width: 1024px) {
  .hardware-design {
    padding: 3em 0;
  }
  
  .hardware-design .feature-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2em;
  }
}

/* Mobile Responsive */
@media (max-width: 736px) {
  .hardware-design {
    padding-top: 3.5em;
    max-width: 88.75vw;
    padding-bottom: 0;
  }
  
  .hardware-design .w-container {
    padding: 0 1.5em;
  }
  
  .hardware-design h2 {
    font-size: 7.7vw;
    padding: 0 0 3.125vw;
    text-align:center;
    line-height: 1.2em;
  }
  
  .hardware-design .text p {
   font-size: 3.5vw;
    text-align:center;
    padding: 0 1em 0;
    line-height: 1.5em;
  }
  
  .hardware-design .feature-grid {
    grid-template-columns: 1fr;
    gap: 1.5em;
    margin: 0 auto;
    margin-top: 4em;
  }
  
  .hardware-design .feature-grid-title {
    font-size: 6vw;
    width: 10em;
  }
  
  .hardware-design .feature-grid-subtitle {
    font-size: 3.5vw;
  }

  .hardware-design .product-image-container {
    text-align: center;
    margin-top: -5em;
    padding-bottom: 3%;
  }


  .hardware-design .product-image {
    height: 17em;
    background: url(https://static-product.tp-link.com/oc400_v1.2/m/product.png) center / 95% no-repeat;
  }
}
/* -------------------------------------------------------------------------- */
  .overview-content .eap-omada-app {
    font-size: 16px;
    max-width: 120em;
    margin: 0 auto;
    margin-bottom: -3em;
  }
  .overview-content .eap-omada-app .w-container {
    width: 75em;
    margin: 0 auto 5em;
    background: url(https://static-product.tp-link.com/omada-network-application_v1.0/img/j.jpg) top center / 120em no-repeat;
  }
  .overview-content .eap-omada-app .text {
    padding: 4em 0 2em;
    text-align: center;
    width: 75em;
    margin: 0 auto;
  }
  .overview-content .eap-omada-app h2 {
    font-size: 3em;
    font-weight: 600;
    line-height: 1.33333;
    padding-bottom: 0.5em;
  }
  .overview-content .eap-omada-app p {
    font-size: 1.125em;
    font-weight: 300;
    line-height: 1.5;
    color: #aaaaaa;
  }
  .overview-content .eap-omada-app p.title {
    font-size: 1.125em;
    font-weight: 300;
    line-height: 1.3333;
  }
  .overview-content .eap-omada-app .img {
    width: 100%;
    height: 30em;
    margin: 0 auto;
    /* background: url(https://static-product.tp-link.com/omada-network-application_v1.0/img/j.jpg) top / 100% no-repeat; */
    /* display: flex; */
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    padding-top: 0;
  }
  .overview-content .eap-omada-app .img .icon-list {
    display: flex;
    align-items: center;
    margin: 0 auto;
    justify-content: center;
    padding-top: 0;
  }
  .overview-content .eap-omada-app .img .icon-list img {
    height: 3.75em;
    padding-right: 0.5em;
  }
  .overview-content .eap-omada-app .img .icon-list .icon-wrap img {
    height: 1.9375em;
  }
  .overview-content .eap-omada-app .txt {
    padding: 1.5em 11.25em 0 31.875em;
    text-align: center;
  }
  .overview-content .eap-omada-app .icon-wrap {
    height: auto;
    display: flex;
    justify-content: center;
    /* padding-top: 1.5em; */
    flex-direction: column;
  }
  .overview-content .eap-omada-app .icon-wrap li {
    /* display: inline-block; */
    height: 1.8em;
  }
  .overview-content .eap-omada-app .icon-wrap li img {
    height: 2.34em;
    width: auto;
    padding: 0 !important;
  }
  .overview-content .eap-omada-app .icon-wrap li a img.normal-img {
    display: block;
  }
  .overview-content .eap-omada-app .icon-wrap li a img.hover-img {
    display: none;
  }
  .overview-content .eap-omada-app .icon-wrap li a:hover img.normal-img {
    display: none;
  }
  .overview-content .eap-omada-app .icon-wrap li a:hover img.hover-img {
    display: block;
  }
  .overview-content .eap-omada-app .icon-wrap li:nth-child(2) {
    padding-top: 0.25em;
  }
  @media (max-width: 1024px) {
    .overview-content .eap-omada-app {
      font-size: 10px;
    }
  }
  @media (max-width: 736px) {
    .overview-content .eap-omada-app {
      font-size: 10.35px;
      max-width: 200vw;
      margin-bottom: -10em;
    }
    .overview-content .eap-omada-app .w-container {
      width: auto;
      background: url(https://static-product.tp-link.com/omada-network-application_v1.0/m/j.jpg) top / 100% no-repeat;
      margin: 0 0 18.5vw;
    }
    .overview-content .eap-omada-app .text {
      padding: 13.7vw 0 0;
      text-align: center;
      width: 85.185vw;
      margin: 0 auto;
    }
    .overview-content .eap-omada-app .img .icon-list img {
      height: 7.4vw;
    }
    .overview-content .eap-omada-app .img .icon-list .icon-wrap img {
      height: 8vw;
      padding-right: 2.5vw;
    }
    .overview-content .eap-omada-app .icon-wrap{
      flex-direction: row;
    }
    .overview-content .eap-omada-app .icon-wrap li {
      /* display: inline-block; */
      height: 7.4vw;
    }
    .overview-content .eap-omada-app .icon-wrap li:nth-child(2) {
      padding-top: 0;
      padding-left: 2vw;
    }
    .overview-content .eap-omada-app .icon-wrap li a:hover img.normal-img {
      display: block;
    }
    .overview-content .eap-omada-app .icon-wrap li a:hover img.hover-img {
      display: none;
    }
    .overview-content .eap-omada-app h2 {
      font-weight: 600;
      font-size: 7.7778vw;
      padding: 0 0 4.5vw;
      /* width: 85.185vw; */
      /* margin: 0 auto; */
      line-height: 1.2;
    }
    .overview-content .eap-omada-app h3 {
      font-size: 4.375vw;
      padding: 0 0 1vw;
    }
    .overview-content .eap-omada-app p {
      font-size: 3.3333vw;
      line-height: 1.5;
    }
    .overview-content .eap-omada-app p.title {
      font-size: 3.33vw;
    }
    .overview-content .eap-omada-app .img {
      width: 85.186vw;
      height: 98vw;
      display: block;
      /* background: url(https://static-product.tp-link.com/omada-network-application_v1.0/m/j.jpg) top / 100% no-repeat; */
      padding-top: 6.25vw;
    }
    .overview-content .eap-omada-app .txt {
      padding: 67vw 7.4vw 0;
    }
  }
  @media (max-width: 414px) {
    .overview-content .eap-omada-app {
      font-size: 2.5vw;
    }
  }

/*--------------------------------------------------------------------------- */  

.overview-content .swiper-shell {
  position: relative;
  width: 75em;
  margin: 0 auto;
  overflow: visible; /* allows arrows to sit outside */
}

.overview-content .swiper-shell > .swiper-container {
  width: 75em;
  margin: 0 auto;
  overflow: hidden;
}


.overview-content .swiper-shell .swiper-button-prev { left: -7em; }
.overview-content .swiper-shell .swiper-button-next { right: -7em; }


  .overview-content .swiper-outside {
    position: relative;
    width: 75em;
    margin: 0 auto;
    overflow: visible; /* allows arrows outside */
  }
  .overview-content .swiper-container {
    position: relative;
    overflow: hidden;
    width: 75em;
    margin: 0 auto;
  }
  .overview-content .swiper-container .swiper-wrapper{
    width: 100%;
    overflow: visible;
  }

  .swiper-button-next,
  .swiper-button-prev {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
  }
  .swiper-button-prev {
    background: url(https://static-product.tp-link.com/omada-network-application_v1.0/img/button-prev.png) center / 100% no-repeat;
  }
  .swiper-button-next {
    background: url(https://static-product.tp-link.com/omada-network-application_v1.0/img/button-next.png) center / 100% no-repeat;
  }
  .swiper-button-prev:hover {
    background: url(https://static-product.tp-link.com/omada-network-application_v1.0/img/button-prev-hover.png) center / 100% no-repeat;
  }
  .swiper-button-next:hover {
    background: url(https://static-product.tp-link.com/omada-network-application_v1.0/img/button-next-hover.png) center / 100% no-repeat;
  }
  .swiper-button-next.swiper-button-disabled,
  .swiper-button-prev.swiper-button-disabled {
    cursor: not-allowed !important;
  }
  .swiper-button-next:after, .swiper-button-prev:after{
    font-size: 1.75em;
    font-weight: 700;
  }
  /* ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¯Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã‚Â¨Ãƒâ€¹Ã¢â‚¬Â Ãƒâ€šÃ‚ÂªÃƒÆ’Ã‚Â¦Ãƒâ€¦Ã¢â‚¬â„¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°ÃƒÆ’Ã‚Â©ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢Ãƒâ€šÃ‚Â®ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â Ãƒâ€šÃ‚Â·ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¼Ãƒâ€šÃ‚Â */
  .dark-swiper .swiper-button-next,
  .dark-swiper .swiper-button-prev {
    /* background-color: rgba(113,113,113,0.7); */
    color: transparent;
    width: 3.875em;
    height: 3.875em;
    /* border-radius: 50%; */
    display: flex;
    align-items: center;
    justify-content: center;
    top: 16.5em;
    backdrop-filter: blur(6px);
    /* font-size: 1em; */
  }
  .light-swiper .swiper-button-next,
  .light-swiper .swiper-button-prev {
    /* background-color: #9b9b9b; */
    /* background-color: rgba(113, 113, 113, 0.7); */
    /* color: white; */
    color: transparent;
    width: 3.875em;
    height: 3.875em;
    cursor: pointer;
    /* border-radius: 50%; */
    display: flex;
    align-items: center;
    justify-content: center;
    top: 16.5em;
    backdrop-filter: blur(6px);
  }
  .light-swiper .swiper-button-next.swiper-button-disabled,
  .light-swiper .swiper-button-prev.swiper-button-disabled {
    cursor: not-allowed;
  }
  .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    left: 1em;
  }
  .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    right: 1em;
  }
  /* ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â¿Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â±Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢ÃƒÆ’Ã‚Â©Ãƒâ€¹Ã…â€œÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â¯Ãƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â¯ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â»Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â¯Ãƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“ÃƒÆ’Ã‚Â¥Ãƒâ€¹Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚Â¡Ãƒâ€šÃ‚ÂµÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢Ãƒâ€šÃ‚Â¨ */
  .swiper-pagination-bullet {
    background: #000;
    opacity: 0.4;
  }
  .swiper-pagination-bullet-active {
    opacity: 1;
  }
  .swiper-controll-icon {
    position: absolute;
    right: 1em;
    bottom: 4.5em;
    z-index: 3;
    background: none;
    border: none;
  }
  .swiper-controll-icon img {
    display: none;
  }
  .swiper-controll-icon img.active {
    display: block;
  }
  @media (max-width: 736px) {
    .swiper-button-prev:hover,
    .swiper-button-next:hover {
      opacity: 1;
    }
  }



  .overview-content .eap-network {
    font-size: 16px;
    /* max-width: 120em; */
    margin: 0 auto;
    /* padding-bottom: 6.25em; */
    /* width: 75em; */
    /* background: #ebebeb; */
    position: relative;
    max-width: 1200px;
    overflow: visible;
  }
  .overview-content .eap-network .w-container {
    /* width: 75em; */
    margin: 0 auto;
    position: relative;
    overflow: visible;
  }
  .overview-content .eap-network .text {
    padding: 6.25em 0 3.75em;
    text-align: center;
  }
  .overview-content .eap-network h2 {
    font-size: 3em;
    font-weight: 600;
    line-height: 1.33333;
    padding-bottom: 0;
  }
  .overview-content .eap-network p {
    font-size: 1.125em;
    font-weight: 300;
    line-height: 1.5;
    color: #c8c8c8;
  }
  .overview-content .eap-network h3 {
    font-size: 1.875em;
    font-weight: 600;
    line-height: 1.3333;
    padding-bottom: 0.5em;
  }
  .overview-content .eap-network .swiper-slide{
    display: flex;
    overflow: hidden;
    /* justify-content: space-between; */
    width: 62.3125em;
  }
  .overview-content .eap-network .swiper-slide .left-text,
  .overview-content .eap-network .swiper-slide .right-pic {
    overflow: hidden; /* Clips background images */
  }

  .overview-content .eap-network .sw-pagination1{
    position: relative;
    margin-top: 3.4375em;
  }
  .overview-content .eap-network .swiper-slide .left-text{
    width: 24.25em;
    height: 30em;
  }
  .overview-content .eap-network .swiper-slide.dark-slide .left-text{
    background-color: #2b2b2b;
    padding: 0em 3.125em 0;
    box-sizing: border-box;
    margin-right: 1.125em;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .overview-content .eap-network .swiper-slide.dark-slide .left-text h3{
    color: #ebebeb;
  }
  .overview-content .eap-network .swiper-slide.dark-slide .left-text p{color: #aaaaaa;}
  .overview-content .eap-network .swiper-slide.light-slide .left-text{
    background-color: #ebebeb;
    padding: 0em 3.125em 0;
    box-sizing: border-box;
    margin-right: 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .swiper-container-horizontal>.swiper-pagination-progressbar, .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{
    width: 75em;
    height: 4px;
    margin: 0 auto;
  }
  .overview-content .dark-swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    background: #2b2b2b;
  }
  .overview-content .dark-swiper .swiper-pagination-progressbar{
    background-color: #b8b8b8;
  }
  .overview-content .light-swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    background: #636363;
  }
  .overview-content .light-swiper .swiper-pagination-progressbar{
    background-color: #dbdbdb;
  }
  .overview-content .eap-network .swiper-slide.light-slide .left-text h3{
    color: #000000;
  }
  .overview-content .eap-network .swiper-slide.light-slide .left-text p{
    color: #3d3d3d;
  }
  .overview-content .eap-network .swiper-slide .right-pic{
    width: 37em;
    height: 30em;
    background-position: 0 0;
    background-size: 100%;
  }
  .overview-content .eap-network .slide1 .right-pic{
    background-image: url(https://static-product.tp-link.com/oc400_v1.2/img/slide1.png);
  }
  .overview-content .eap-network .slide2 .right-pic{
    background-image: url(https://static-product.tp-link.com/oc300_v1.2/w/5-img-topography.png);
  }
  .overview-content .eap-network .slide3 .right-pic{
    background-image: url(https://static-product.tp-link.com/omada-network-application_v1.0/img/d3.png);
  }
  .overview-content .eap-network .slide4 .right-pic{
    background-image: url(https://static-product.tp-link.com/oc300_v1.2/w/5-img-traffic_insights.png);
  }
  .overview-content .eap-network .desc {
    position: absolute;
    text-align: center;
    line-height: normal;
  }
  .overview-content .eap-network .desc-l {
    display: block;
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1;
  }
  .overview-content .eap-network .desc-m {
    display: block;
    font-size: 1.125em;
    font-weight: 400;
    line-height: 1.5;
  }
  .overview-content .eap-network .scrollAndNavigation {
    width: auto;
    height: 7em;
    position: relative;
    padding: 0 0 3.5em;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .overview-content .eap-network .scrollAndNavigation .scrollbarContainer {
    width: 75em;
    margin: 0 auto;
  }
  .overview-content .eap-network .scrollAndNavigation .scrollbarContainer .swiper-scrollbar {
    height: 0.25em;
    background: #dbdbdb;
  }
  .overview-content .eap-network .scrollAndNavigation .scrollbarContainer .swiper-scrollbar .swiper-scrollbar-drag {
    position: absolute;
    background: #636363;
    cursor: pointer;
  }
  @media (max-width: 1024px) {
    .overview-content .eap-network {
      font-size: 10px;
    }
  }
  @media (max-width: 736px) {
    .swiper-controll-icon {
      position: absolute;
      right: 8vw;
      bottom: 11vw;
      z-index: 3;
      background: none;
      border: none;
    }
    .overview-content .swiper-container {
      width: 87.3vw;
    }
    .overview-content .eap-network {
      font-size: 10.35px;
      max-width: 100vw;
      padding-bottom: 15vw;
    }
    .overview-content .eap-network .w-container {
      width: auto;
    }
    .overview-content .eap-network .text {
      padding: 18.5vw 0 9.26vw;
      text-align: center;
      width: 85.185vw;
      margin: 0 auto;
    }
    .overview-content .eap-network h2 {
      font-size: 7.7778vw;
      line-height: 1.2;
      padding: 0;
    }
    .overview-content .eap-network p {
      font-size: 3.3333vw;
    }
    .overview-content .eap-network h3{
      font-size: 5.5556vw;
      font-weight: 600;
      line-height: 1.2;
      padding-bottom: 4vw;
    }
    .overview-content .eap-network .swiper-slide{
      display: flex;
      /* justify-content: space-between; */
      width: 84vw;
    }
    .overview-content .eap-network .sw-pagination1{
      position: relative;
      margin-top: 7.8vw;
      width: 87.3vw;
    }
    .overview-content .eap-network .swiper-slide .left-text{
      width: 83.3vw;
      height: 63.4vw;
    }
    .overview-content .eap-network .swiper-slide .right-pic{
        width: 83.3vw;
      height: 63.4vw;
    }
    .overview-content .eap-network .swiper-slide .left-text{

    padding: 0 7.4vw 0 !important;

    margin-right: 0;
    }
    .overview-content .eap-network .swiper-slide.light-slide .left-text,
    .overview-content .eap-network .swiper-slide.dark-slide .left-text{
      margin-right: 0;
    }
    .overview-content .eap-network .img {
      height: auto;
      padding-bottom: 92vw;
      background: #f9f9f9 url(https://static-product.tp-link.com/omada-network-application_v1.0/m/f.jpg) bottom / 100% no-repeat;
      display: block;
    }
    .overview-content .eap-network .desc-m {
      font-size: 3.33vw;
    }
    .overview-content .eap-network .desc-1 {
      top: auto;
      bottom: 71vw;
      left: 41%;
      transform: rotateZ(90deg);
    }
    .overview-content .eap-network .scrollAndNavigation {
      width: 87.5vw;
      height: 16vw;
      padding: 0 0 10vw;
    }
    .overview-content .eap-network .scrollAndNavigation .scrollbarContainer {
      width: 87.5vw;
    }
    .overview-content .eap-network .scrollAndNavigation .scrollbarContainer .swiper-scrollbar {
      height: 1vw;
    }
  }
  @media (max-width: 414px) {
    .overview-content .eap-network {
      font-size: 2.5vw;
    }
  }

/* ---------------------------------------------------------------------------  */

  .overview-content .eap-easy-setup {
    font-size: 16px;
    max-width: 120em;
    margin: 0 auto;
    /* width: 75em; */
    background: #fff;
  }
  .overview-content .eap-easy-setup .w-container {
    /* width: 75em; */
    margin: 0 auto;
  }
  .overview-content .eap-easy-setup .text {
    padding: 6.25em 0 3.75em;
    text-align: center;
  }
  .overview-content .eap-easy-setup h2 {
    font-size: 3em;
    font-weight: 600;
    line-height: 1.33333;
    padding-bottom: 0;
  }
  .overview-content .eap-easy-setup p {
    font-size: 1.125em;
    font-weight: 300;
    line-height: 1.5;
  }
  .overview-content .eap-easy-setup h3 {
    font-size: 1.875em;
    font-weight: 600;
    line-height: 1.3333;
    padding-bottom: 0.5em;
  }
  .overview-content .eap-easy-setup .swiper-slide {
    display: flex;
    /* justify-content: space-between; */
    width: 62.3125em;
  }
  .overview-content .eap-easy-setup .sw-pagination1 {
    position: relative;
    margin-top: 3.4375em;
    margin-bottom: 6.25em;
  }
  .overview-content .eap-easy-setup .swiper-slide .left-text {
    width: 24.25em;
    height: 30em;
  }
  .overview-content .eap-easy-setup .swiper-slide.dark-slide .left-text {
    background-color: #2b2b2b;
    padding: 0em 3.125em 1em;
    box-sizing: border-box;
    margin-right: 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .overview-content .eap-easy-setup .swiper-slide.dark-slide .left-text h3 {
    color: #ebebeb;
  }
  .overview-content .eap-easy-setup .swiper-slide.dark-slide .left-text p {color:
    #aaaaaa;
  }
  .overview-content .eap-easy-setup .swiper-slide.light-slide .left-text {
    background-color: #ebebeb;
    padding: 0em 3.125em 0;
    box-sizing: border-box;
    margin-right: 1.125em;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .swiper-container-horizontal>.swiper-pagination-progressbar, .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{
    width: 75em;
    height: 4px;
    margin: 0 auto;
  }
  .overview-content .eap-easy-setup .swiper-slide.light-slide .left-text h3{
    color: #000000;
  }
  .overview-content .eap-easy-setup .swiper-slide.light-slide .left-text p {
    color: #3d3d3d;
  }
  .overview-content .eap-easy-setup .swiper-slide.light-slide .left-text p.note {
    font-size: 1em;
    font-weight: 300;
    line-height: 1.5;
    color: #636363;
    padding-top: 1.5em;
  }
  .overview-content .eap-easy-setup .swiper-slide .right-pic{
    width: 37em;
    height: 30em;
    background-position: 0 0;
    background-size: 100%;
  }
  .overview-content .eap-easy-setup .slide1{
    /* margin-left: 22.5em; */
  }
  .overview-content .eap-easy-setup .slide4{
    /* margin-right: 22.5em; */
  }
  .overview-content .eap-easy-setup .slide1 .right-pic{
    background-image: url(https://static-product.tp-link.com/omada-network-application_v1.0/img/e1.png);
  }
  .overview-content .eap-easy-setup .slide2 .right-pic{
    background-image: url(https://static-product.tp-link.com/omada-network-application_v1.0/img/e2.png);
    position: relative;
  }
  .overview-content .eap-easy-setup .slide3 .right-pic{
    background-image: url(https://static-product.tp-link.com/omada-network-application_v1.0/img/e3.png);
    position: relative;
  }
  .overview-content .eap-easy-setup .slide4 .right-pic{
    background-image: url(https://static-product.tp-link.com/omada-network-application_v1.0/img/e4.png);
    position: relative;
  }
  .overview-content .eap-easy-setup .slide2 .right-pic .desc{
    position: absolute;
  }
  .overview-content .eap-easy-setup .slide2 .right-pic .desc .desc-m{
    font-size: 1.125em;
  }
  .overview-content .eap-easy-setup .slide2 .right-pic .desc .desc-lm{
    font-size: 1.5em;
    font-weight: 500;
    line-height: 1.3333;
    color: #ebebeb;
    display: block;
  }
  .overview-content .eap-easy-setup .slide2 .right-pic .desc.desc1{
    left: 14.35em;
    top: 7.13em;
    width: 5em;
  }
  .overview-content .eap-easy-setup .slide2 .right-pic .desc.desc2{
    left: 14.35em;
    top: 18.83em;
    width: 5em;
  }
  .overview-content .eap-easy-setup .slide2 .right-pic .desc.desc3{
    left: 22.35em;
    top: 8.83em;
    width: 8em;
  }
  .overview-content .eap-easy-setup .slide2 .right-pic .desc.desc4{
    left: 22.35em;
    top: 20.83em;
    width: 8em;
  }
  .overview-content .eap-easy-setup .slide3 .right-pic .desc .desc-m{
    font-size: 1.125em;
    color: #3d3d3d;
  }
  .overview-content .eap-easy-setup .slide3 .right-pic .desc .desc-ll{
    font-size: 2.25em;
    font-weight: 500;
  }
  .overview-content .eap-easy-setup .slide3 .right-pic .desc.desc1{
    left: 1.25em;
    top: 15.3em;
    width: 7em;
  }
  .overview-content .eap-easy-setup .slide3 .right-pic .desc.desc2{
    left: 22.35em;
    top: 22em;
    width: 7em;
  }
  .overview-content .eap-easy-setup .slide3 .right-pic .desc.desc3{
    left: 8.9em;
    top: 11.83em;
    width: 11em;
  }
  .overview-content .eap-easy-setup .desc {
    position: absolute;
    text-align: center;
    line-height: normal;
  }
  .overview-content .eap-easy-setup .desc-l {
    display: block;
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1;
  }
  .overview-content .eap-easy-setup .desc-m {
    display: block;
    font-size: 1.125em;
    font-weight: 500;
    line-height: 1.5;
  }
  .overview-content .eap-easy-setup .scrollAndNavigation {
    width: auto;
    height: 7em;
    position: relative;
    padding: 0 0 3.5em;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .overview-content .eap-easy-setup .scrollAndNavigation .scrollbarContainer {
    width: 75em;
    margin: 0 auto;
  }
  .overview-content .eap-easy-setup .scrollAndNavigation .scrollbarContainer .swiper-scrollbar {
    height: 0.25em;
    background: #dbdbdb;
  }
  .overview-content .eap-easy-setup .scrollAndNavigation .scrollbarContainer .swiper-scrollbar .swiper-scrollbar-drag {
    position: absolute;
    background: #636363;
    cursor: pointer;
  }
  @media (max-width: 1024px) {
    .overview-content .eap-easy-setup {
      font-size: 10px;
    }
  }
  @media (max-width: 736px) {
    .overview-content .eap-easy-setup {
      font-size: 10.35px;
      max-width: 100vw;
    }
    .overview-content .eap-easy-setup .w-container {
      width: auto;
    }
    .overview-content .eap-easy-setup .text {
      padding: 18.5vw 0 9.26vw;
      text-align: center;
    }
    .overview-content .eap-easy-setup h2 {
      font-size: 7.7778vw;
      padding: 0;
      width: 85.185vw;
      margin: 0 auto;
      line-height: 1.2;
    }
    .overview-content .eap-easy-setup p {
      font-size: 3.3333vw;
    }
    .overview-content .eap-easy-setup .img {
      height: auto;
      padding-bottom: 92vw;
      background: #f9f9f9 url(https://static-product.tp-link.com/omada-network-application_v1.0/m/f.jpg) bottom / 100% no-repeat;
      display: block;
    }
    .overview-content .eap-easy-setup .desc-m {
      font-size: 3.33vw;
    }
    .overview-content .eap-easy-setup .desc-1 {
      top: auto;
      bottom: 71vw;
      left: 41%;
      transform: rotateZ(90deg);
    }
    .overview-content .eap-easy-setup h3{
      font-size: 5.5556vw;
      font-weight: 600;
      line-height: 1.3333;
      padding-bottom: 4vw;
    }
    .overview-content .eap-easy-setup .swiper-slide{
      display: flex;
      /* justify-content: space-between; */
      width: auto;
      margin-right: 0;
    }
    .overview-content .eap-easy-setup .sw-pagination1{
      position: relative;
      margin-top: 7.8vw;
      margin-bottom: 15vw;
      width: 87.3vw;
    }
    .overview-content .eap-easy-setup .swiper-slide .left-text{
      width: 83.3vw;
      height: 63.4vw;
    }
    .overview-content .eap-easy-setup .swiper-slide .right-pic{
      width: 83.3vw;
      height: 63.4vw;
    }
    .overview-content .eap-easy-setup .swiper-slide .left-text{
      padding: 0 7.4vw 0 !important;
      margin-right: 0;
    }
    .overview-content .eap-easy-setup .swiper-slide.dark-slide .left-text,
    .overview-content .eap-easy-setup .swiper-slide.light-slide .left-text{
      margin-right: 0;
    }
    .overview-content .eap-easy-setup .slide2 .right-pic .desc .desc-m{
      font-size: 3.33vw;
    }
    .overview-content .eap-easy-setup .slide2 .right-pic .desc .desc-lm{
      font-size: 4.4vw;
    }
    .overview-content .eap-easy-setup .slide2 .right-pic .desc.desc1{
      left: 37.5vw;
      top: 18vw;
      width: 10vw;
    }
    .overview-content .eap-easy-setup .slide2 .right-pic .desc.desc2{
      left: 37.5vw;
      top: 47.5vw;
      width: 10vw;
    }
    .overview-content .eap-easy-setup .slide2 .right-pic .desc.desc3{
      left: 57vw;
      width: 20vw;
      top: 23vw;
    }
    .overview-content .eap-easy-setup .slide2 .right-pic .desc.desc4{
      left: 57vw;
      width: 20vw;
      top: 52vw;
    }
    .overview-content .eap-easy-setup .slide3 .right-pic .desc .desc-m{
      font-size: 3.33vw;
    }
    .overview-content .eap-easy-setup .slide3 .right-pic .desc .desc-ll{
      font-size: 5.55vw;
      font-weight: 500;
    }
    .overview-content .eap-easy-setup .slide3 .right-pic .desc.desc1{
      left: 2.5vw;
      top: 39vw;
      width: 20vw;
    }
    .overview-content .eap-easy-setup .slide3 .right-pic .desc.desc2{
      left: 56vw;
      top: 56vw;
      width: 20vw;
    }
    .overview-content .eap-easy-setup .slide3 .right-pic .desc.desc3{
      left: 19vw;
      top: 30vw;
      width: 34vw;
    }
    .overview-content .eap-easy-setup .scrollAndNavigation {
      width: 87.5vw;
      height: 16vw;
      padding: 0 0 10vw;
    }
    .overview-content .eap-easy-setup .scrollAndNavigation .scrollbarContainer {
      width: 87.5vw;
    }
    .overview-content .eap-easy-setup .scrollAndNavigation .scrollbarContainer .swiper-scrollbar {
      height: 1vw;
    }
  }
  @media (max-width: 414px) {
    .overview-content .eap-easy-setup {
      font-size: 2.5vw;
    }
  }



  .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
    opacity: unset !important;
  }
  .swiper-button-next, .swiper-button-prev{
    text-decoration:none !important
  }
  .overview-content .swiper-slide + .swiper-slide {

  }
  @media (max-width: 736px) {
    .overview-content .swiper-slide{
      /* margin-right: 2.2222vw !important; */
    }
    .overview-content .swiper-slide + .swiper-slide  {

    }
  }

  .overview-content .er-banner {
    position: relative;
  }
