:root {
  --suta-pink: #dd048f;
  --suta-purple: #7300a7;
  --white: white;
  --whatsapp-green-light: #25d366;
  --whatsapp-green-dark: #1faf55;
  --top-of-page-light: #05d7ee;
  --black: black;
  --dim-grey: #6b6b6b;
  --663399: #602bb6;
  --medium-violet-red: #b32e6e;
  --medium-slate-blue: #955df1;
  --top-of-page-dark: #10f;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Gothic A1, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--suta-pink);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 10vh;
  font-weight: 700;
  line-height: 10vh;
}

h2 {
  color: var(--suta-pink);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
}

h3 {
  color: #555;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
}

h4 {
  color: #555;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: #555;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

p {
  color: #6b6b6b;
  margin-bottom: 10px;
  font-family: Gothic A1, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}

a {
  color: var(--suta-pink);
  text-decoration: none;
}

a:hover {
  color: var(--suta-purple);
}

li {
  color: #6b6b6b;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}

.hero {
  background-color: #0000;
  border: 1px #000;
  width: 100%;
  height: auto;
  min-height: 100px;
  padding: 0 10vw 3vh;
  display: block;
  position: static;
  top: 0;
  left: 0;
}

.nav {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  height: auto;
  display: flex;
}

.nav-inner {
  border-bottom: 1px #ffffff1a;
  justify-content: space-between;
  align-items: center;
  width: 80vw;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.body {
  background-color: #0000;
}

.footer {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  display: block;
}

.nav-logo-wrap {
  flex: none;
}

.image-5 {
  margin-top: 40px;
}

.wrap-footer-logo {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 32px;
  display: flex;
}

.livechat-button {
  background-color: var(--whatsapp-green-light);
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 42px;
  text-decoration: none;
  display: flex;
}

.livechat-button:hover {
  background-color: var(--whatsapp-green-dark);
}

.chat-block {
  background-color: #fff;
  border-radius: 8px;
  width: 80%;
  padding: 15px;
}

.close-live-chat-container {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 10%;
  height: 100%;
  display: flex;
}

.live-icon-chat {
  margin-right: 0;
}

.top-section {
  justify-content: space-between;
  align-items: center;
  height: 25%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.live-chat-text {
  color: #fff;
  text-decoration: none;
}

.whatsapp-block {
  z-index: 800;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
  position: fixed;
  inset: auto 30px 30px auto;
}

.live-chat-link {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 25%;
  text-decoration: none;
  display: flex;
}

.whatsapp-container {
  background-color: var(--whatsapp-green-light);
  cursor: pointer;
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  transition: all .3s cubic-bezier(.45, .182, .111, .989);
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.whatsapp-container:hover {
  background-color: var(--whatsapp-green-dark);
  transform: scale(1.05);
}

.live-chat-top-text {
  letter-spacing: 0;
  font-size: 12px;
  font-weight: 500;
  position: static;
}

.live-chat-top-text.block {
  color: #b0b0b0;
  margin-bottom: 10px;
  font-size: 12px;
}

.chat-section {
  background-color: #e6ddd4;
  height: 50%;
  padding: 16px 20px;
}

.small-whatsapp-icon {
  margin-right: 10px;
}

.whatsapp-chat {
  background-color: #fff;
  border: 1px solid #00000029;
  border-radius: 20px;
  flex-direction: column;
  width: 300px;
  height: 315px;
  margin-bottom: 16px;
  display: none;
  position: relative;
  overflow: hidden;
}

.live-chat-bottom-text {
  font-size: 10px;
}

.live-chat-bottom-text.block {
  margin-bottom: 5px;
  font-size: 12px;
}

.top-of-page {
  z-index: 900;
  position: fixed;
  bottom: 30px;
  left: 30px;
}

.top-of-page-container {
  background-color: var(--top-of-page-light);
  cursor: pointer;
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  transition: all .3s cubic-bezier(.45, .182, .111, .989);
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.top-of-page-container:hover {
  background-color: var(--black);
  transform: scale(1.05);
}

.text-block {
  width: 100px;
  height: 100px;
  color: var(--white);
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  font-size: 75px;
  line-height: 75px;
  display: flex;
}

.link-block {
  text-align: center;
  justify-content: center;
  align-items: stretch;
  width: 100px;
  height: 100px;
  display: flex;
}

.section-2 {
  padding-left: 5vw;
  padding-right: 5vw;
}

.nav-link-2 {
  color: #000;
  flex: 0 auto;
  margin-bottom: 20px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 600;
}

.nav-link-2:hover {
  color: #dd048f;
  box-shadow: inset 0 -5px #fc0a7e;
}

.nav-menu-3 {
  padding-top: 3vh;
}

.paragraph-footer {
  color: #dd048f;
  text-align: center;
  text-overflow: clip;
  overflow-wrap: normal;
  background-color: #0000;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  display: flex;
}

.link-footer-padding {
  color: #dd048f;
  flex-flow: wrap;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

.link-footer-padding:hover {
  color: #7300a7;
}

.wrap-footer {
  text-align: center;
  background-color: #fff;
  width: 100%;
  padding: 0 5vw;
}

.paragraph-footer-policies {
  color: #dd048f;
  text-align: center;
  text-overflow: clip;
  overflow-wrap: normal;
  background-color: #0000;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 20px;
  padding-left: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  display: flex;
}

.image-7 {
  max-width: 75px;
  margin-top: 0;
  padding-bottom: 0;
}

.header-image {
  justify-content: center;
  min-width: 100%;
  max-height: 50vh;
  display: flex;
}

.title-image {
  box-sizing: border-box;
  object-fit: cover;
  object-position: 50% 50%;
  flex: 0 auto;
  min-width: 100%;
}

.h1 {
  justify-content: flex-start;
  align-items: stretch;
  max-width: 100%;
  padding-bottom: 20px;
  display: flex;
}

.heading {
  color: var(--suta-purple);
  font-size: 36px;
  line-height: 50px;
}

.blog-text {
  padding-top: 60px;
  padding-bottom: 40px;
}

.h2 {
  color: var(--suta-pink);
  text-align: left;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 60px;
  padding-bottom: 20px;
  font-size: 26px;
  line-height: 45px;
  display: flex;
}

.h3 {
  color: #555;
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 20px;
  line-height: 30px;
}

.container {
  flex-flow: wrap;
  display: flex;
}

.product-container {
  text-align: center;
  max-width: 25%;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.product-price {
  font-weight: 600;
}

.button {
  background-color: var(--suta-purple);
  color: var(--white);
  border-radius: 20px;
  margin-top: 10px;
  padding: 20px 40px;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}

.button:hover {
  background-color: var(--suta-pink);
  color: var(--white);
}

.div-block {
  font-size: 18px;
  line-height: 30px;
}

.product-image-div {
  justify-content: center;
  align-items: flex-end;
  height: 225px;
  padding-bottom: 20px;
  display: flex;
}

.h2-routers {
  color: var(--suta-purple);
  text-align: center;
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 20px;
  font-size: 24px;
  line-height: 36px;
  display: flex;
}

.h2-h3-below {
  color: var(--suta-pink);
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 60px;
  padding-bottom: 0;
  font-size: 26px;
  line-height: 45px;
  display: flex;
}

.paragraph-semi {
  font-weight: 500;
}

.feature-wrap {
  border: 1px #000;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 5vh;
  margin-bottom: 5vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.feature-wrap.reverse {
  flex-direction: row-reverse;
}

.feature-content {
  border: 1px #000;
  flex: none;
  width: 75%;
  max-width: 675px;
  padding-left: 4vw;
  padding-right: 4vw;
  transition: opacity .2s;
}

.image-2 {
  flex: none;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 60px;
  padding-bottom: 40px;
  display: flex;
}

.feature-image {
  border: 1px #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 25%;
  min-width: auto;
  padding-top: 0;
  display: flex;
}

.h2-index {
  color: var(--suta-pink);
  justify-content: flex-start;
  padding-top: 0;
  padding-bottom: 20px;
  font-size: 24px;
  line-height: 36px;
  display: flex;
}

.h2-index:hover {
  color: var(--suta-purple);
}

.link-block-blog {
  width: 70vw;
}

.breadcrumb {
  padding-top: 40px;
}

.link {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
}

.image-9 {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 0;
}

.h3-product {
  font-size: 18px;
  line-height: 24px;
}

.image-10 {
  vertical-align: baseline;
  max-width: 100%;
}

@media screen and (min-width: 1920px) {
  .livechat-button:hover {
    background-color: #000;
    transform: scale(1.05);
  }
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 34px;
    line-height: 44px;
  }

  h3 {
    font-size: 20px;
    line-height: 32px;
  }

  .hero {
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .nav {
    width: 100vw;
    min-height: 150px;
  }

  .nav-inner {
    width: 100vw;
  }

  .footer {
    background-color: var(--white);
  }

  .brand {
    padding-left: 18px;
  }

  .wrap-footer-logo {
    padding-bottom: 22px;
  }

  .whatsapp-block {
    position: fixed;
    bottom: 20px;
    right: 20px;
  }

  .top-of-page {
    bottom: 20px;
    left: 20px;
  }

  .top-of-page-container {
    z-index: 999;
    background-color: var(--top-of-page-light);
  }

  .text-block {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    padding-top: 40px;
    font-size: 75px;
    line-height: 75px;
    display: flex;
  }

  .menu-icon-2 {
    color: #dd048f;
    font-size: 40px;
  }

  .menu-icon-2:hover {
    color: #7300a7;
    background-color: #fff;
  }

  .menu-icon-2:active {
    background-color: #fff;
  }

  .menu-icon-2:focus {
    color: #7300a7;
    background-color: #fff;
  }

  .nav-link-2 {
    padding-top: 20px;
  }

  .nav-link-2:hover {
    box-shadow: none;
  }

  .nav-menu-3 {
    background-color: #fff;
    min-width: 240px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button-2 {
    padding-top: 40px;
  }

  .menu-button-2:active, .menu-button-2.w--open {
    background-color: #fff;
  }

  .paragraph-footer {
    text-align: center;
  }

  .wrap-footer {
    flex-flow: column;
  }

  .paragraph-footer-policies {
    text-align: center;
  }

  .heading {
    font-size: 34px;
    line-height: 48px;
  }

  .container {
    flex-flow: wrap;
    display: flex;
  }

  .image-8 {
    max-width: 100%;
  }

  .product-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .h4 {
    text-align: center;
  }

  .product-price {
    text-align: center;
    font-weight: 500;
  }

  .button {
    padding: 20px 40px;
  }

  .div-block {
    text-align: center;
  }

  .product-image-div {
    height: 175px;
  }

  .h2-routers {
    text-align: center;
    justify-content: center;
    align-items: stretch;
  }

  .h2-h3-below {
    padding-bottom: 0;
  }

  .feature-wrap {
    flex-flow: column;
    width: 100%;
    margin-top: 3vh;
    margin-bottom: 3vh;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-wrap.reverse {
    flex-flow: column;
    margin-top: 3vh;
  }

  .feature-content {
    width: 100%;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .feature-image {
    order: 0;
    width: 100%;
    min-width: 100%;
    padding-top: 20px;
    padding-bottom: 5vw;
  }

  .h2-index {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .h3-product {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 28px;
    line-height: 38px;
  }

  .nav {
    min-height: 150px;
  }

  .wrap-footer-logo {
    text-align: left;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    padding: 0 15vw 16px;
    display: flex;
  }

  .whatsapp-block {
    display: flex;
    bottom: 15px;
    right: 15px;
  }

  .top-of-page {
    bottom: 15px;
    left: 15px;
  }

  .menu-icon-2 {
    font-size: 30px;
  }

  .paragraph-footer {
    text-align: center;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 100%;
    padding-left: 0;
    display: flex;
  }

  .wrap-footer {
    text-align: left;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    min-width: 100%;
    display: flex;
  }

  .paragraph-footer-policies {
    text-align: center;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 100%;
    padding-left: 0;
    display: flex;
  }

  .header-image {
    max-width: 100%;
  }

  .heading {
    font-size: 30px;
    line-height: 40px;
  }

  .h2 {
    font-size: 24px;
    line-height: 35px;
  }

  .container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .product-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    min-width: 100%;
    padding-bottom: 40px;
  }

  .product-image-div {
    width: 100%;
    height: 100%;
  }

  .h2-routers {
    text-align: center;
    justify-content: center;
    font-size: 22px;
    line-height: 34px;
  }

  .h2-h3-below {
    font-size: 24px;
    line-height: 35px;
  }

  .feature-wrap {
    flex-flow: column;
    margin-top: 1vh;
    margin-bottom: 3vh;
  }

  .feature-wrap.reverse {
    margin-top: 3vh;
  }

  .feature-content {
    padding-left: 1vw;
    padding-right: 1vw;
  }

  .feature-image {
    padding-top: 20px;
  }

  .h2-index {
    font-size: 22px;
    line-height: 34px;
  }

  .link-block-blog {
    width: 90vw;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 60px;
    line-height: 70px;
  }

  h3 {
    font-size: 16px;
  }

  .hero {
    padding-bottom: 2vh;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-inner {
    width: 100vw;
  }

  .nav-logo-wrap {
    width: 80vw;
  }

  .image-5 {
    max-width: 100%;
  }

  .wrap-footer-logo {
    padding: 0 5vw 10px;
  }

  .whatsapp-block {
    z-index: 800;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    bottom: 0;
    right: 0;
  }

  .whatsapp-container {
    width: 80px;
    height: 80px;
    bottom: 10px;
    right: 0;
  }

  .whatsapp-chat {
    width: 100%;
    height: 40vh;
    position: relative;
  }

  .top-of-page {
    padding-left: 10px;
    bottom: 0;
    left: 0;
  }

  .top-of-page-container {
    width: 80px;
    height: 80px;
    padding-left: 0;
    bottom: 10px;
    right: 0;
  }

  .text-block {
    width: 80px;
    height: 80px;
    padding-top: 30px;
    font-size: 50px;
    line-height: 50px;
  }

  .link-block {
    width: 80px;
    height: 80px;
    padding-left: 0;
  }

  .menu-button-2 {
    padding-top: 50px;
  }

  .paragraph-footer {
    text-align: center;
    padding-left: 0;
  }

  .wrap-footer {
    flex-flow: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-footer-policies {
    text-align: center;
    padding-left: 0;
  }

  .title-image {
    min-width: 100%;
  }

  .h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .h3 {
    font-size: 18px;
    line-height: 26px;
  }

  .product-container {
    width: 100%;
    min-width: 100%;
  }

  .product-image-div {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    width: 100%;
    display: flex;
  }

  .h2-routers {
    text-align: center;
    justify-content: center;
    align-items: stretch;
  }

  .h2-h3-below {
    font-size: 20px;
    line-height: 30px;
  }

  .feature-wrap {
    flex-direction: column;
    margin-top: 1vh;
    margin-bottom: 3vh;
  }

  .feature-wrap.reverse {
    flex-direction: column;
    margin-top: 3vh;
  }

  .feature-content {
    width: auto;
  }

  .image-2 {
    width: 100%;
  }

  .section {
    margin-top: 0;
  }

  .feature-image {
    order: 0;
    width: auto;
    margin-top: 0;
    margin-bottom: 30px;
    padding-top: 10px;
  }

  .h2-index {
    padding-bottom: 10px;
  }

  .bold-text {
    font-size: 20px;
    line-height: 30px;
  }

  .link {
    font-size: 16px;
    line-height: 26px;
  }
}



/* site.js mobile nav: reproduce Webflow's default full-width, centered, slide-down dropdown (data-animation="default") after removing webflow.js */
@media screen and (max-width: 1279px) {
  .nav.w-nav { position: relative; }
  .nav-menu-3.w-nav-menu.w--open, .nav-menu-3.w-nav-menu.nav-closing { display: block; position: absolute; top: 100%; left: 0; right: 0; z-index: 1200; text-align: center; overflow: hidden; }
  .nav-menu-3.w-nav-menu.w--open .nav-link-2, .nav-menu-3.w-nav-menu.nav-closing .nav-link-2 { display: block; width: 100%; }
}

/* restore Webflow's smooth anchor scrolling (top-of-page button etc.) after removing webflow.js */
html { scroll-behavior: smooth; }

/* WhatsApp chat open animation (restores the Webflow IX2 pop-in after removing webflow.js) */
@keyframes waPop { from { opacity: 0; transform: translateY(12px) scale(0.97); } to { opacity: 1; transform: translateY(0) scale(1); } }
.whatsapp-chat { transform-origin: bottom right; }

/* --- iPad-Pro / large-tablet breakpoint (768-1279px): rolled in from the inline <head> <style> that Webflow exported on every page --- */

  @media screen and (max-width: 1279px) and (min-width: 768px) {
	  .w-nav[data-collapse="medium"] .w-nav-menu {
	    display: none;
	  }
	  .w-nav[data-collapse="medium"] .w-nav-button {
	    display: block;
	  }
	  .w-layout-blockcontainer {
	    max-width: 728px;
	  }
	  h2 {
	    font-size: 34px;
	    line-height: 44px;
	  }
	  h3 {
	    font-size: 20px;
	    line-height: 32px;
	  }
	  .hero {
	    padding-left: 0;
	    padding-right: 0;
	    display: flex;
	  }
	  .nav {
	    width: 100vw;
	    min-height: 150px;
	  }
	  .nav-inner {
	    width: 100vw;
	  }
	  .footer {
	    background-color: var(--white);
	  }
	  .brand {
	    padding-left: 18px;
	  }
	  .wrap-footer-logo {
	    padding-bottom: 22px;
	  }
	  .whatsapp-block {
	    position: fixed;
	    bottom: 20px;
	    right: 20px;
	  }
	  .top-of-page {
	    bottom: 20px;
	    left: 20px;
	  }
	  .top-of-page-container {
	    z-index: 999;
	    background-color: var(--top-of-page-light);
	  }
	  .text-block {
	    text-align: center;
	    justify-content: center;
	    align-items: center;
	    width: 100px;
	    height: 100px;
	    padding-top: 40px;
	    font-size: 75px;
	    line-height: 75px;
	    display: flex;
	  }
	  .menu-icon-2 {
	    color: #dd048f;
	    font-size: 40px;
	  }
	  .menu-icon-2:hover {
	    color: #7300a7;
	    background-color: #fff;
	  }
	  .menu-icon-2:active {
	    background-color: #fff;
	  }
	  .menu-icon-2:focus {
	    color: #7300a7;
	    background-color: #fff;
	  }
	  .nav-link-2 {
	    padding-top: 20px;
	  }
	  .nav-link-2:hover {
	    box-shadow: none;
	  }
	  .nav-menu-3 {
	    background-color: #fff;
	    min-width: 240px;
	    padding-top: 20px;
	    padding-left: 20px;
	    padding-right: 20px;
	  }
	  .menu-button-2 {
	    padding-top: 40px;
	  }
	  .menu-button-2:active, .menu-button-2.w--open {
	    background-color: #fff;
	  }
	  .paragraph-footer {
	    text-align: center;
	  }
	  .wrap-footer {
	    flex-flow: column;
	  }
	  .paragraph-footer-policies {
	    text-align: center;
	  }
	  .heading {
	    font-size: 34px;
	    line-height: 48px;
	  }
	  .container {
	    flex-flow: wrap;
	    display: flex;
	  }
	  .image-8 {
	    max-width: 100%;
	  }
	  .product-container {
	    padding-left: 10px;
	    padding-right: 10px;
        max-width: 25%;
	  }
	  .h4 {
	    text-align: center;
	  }
	  .product-price {
	    text-align: center;
	    font-weight: 500;
	  }
	  .button {
	    padding: 20px 40px;
	  }
	  .div-block {
	    text-align: center;
	  }
	  .product-image-div {
	    height: 175px;
	  }
	  .h2-routers {
	    text-align: center;
	    justify-content: center;
	    align-items: stretch;
	  }
	  .h2-h3-below {
	    padding-bottom: 0;
	  }
	  .feature-wrap {
	    flex-flow: column;
	    width: 100%;
	    margin-top: 3vh;
	    margin-bottom: 3vh;
	    padding-left: 0;
	    padding-right: 0;
	  }
	  .feature-wrap.reverse {
	    flex-flow: column;
	    margin-top: 3vh;
	  }
	  .feature-content {
	    width: 100%;
	    padding-left: 2vw;
	    padding-right: 2vw;
	  }
	  .feature-image {
	    order: 0;
	    width: 100%;
	    min-width: 100%;
	    padding-top: 20px;
	    padding-bottom: 5vw;
	  }
	  .h2-index {
	    text-align: center;
	    justify-content: center;
	    align-items: center;
	  }
  }
