:root {
  --white: white;
  --suta-pink: #dd048f;
  --suta-purple: #7300a7;
  --black: black;
  --whatsapp-green-light: #25d366;
  --whatsapp-green-dark: #1faf55;
  --top-of-page-light: #05d7ee;
  --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: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 10vh;
  font-weight: 700;
  line-height: 10vh;
}

h2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
}

h3 {
  color: #6b6b6b;
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
}

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

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

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

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 5vh;
  display: flex;
}

.section.center {
  z-index: 700;
  background-color: #cf0063;
  background-image: linear-gradient(#fff 77%, #dd048f 84%, #6d01a8);
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding-top: 0;
  display: flex;
  position: relative;
}

.section.wide {
  background-color: #1b1b1b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
}

.section.wide.img {
  background-color: var(--white);
  padding-top: 0;
  padding-bottom: 0;
}

.section.wide.purple {
  background-image: linear-gradient(0deg, var(--suta-pink) 82%, var(--suta-purple) 96%, #7300a7 99%, var(--white));
  margin-top: 5vh;
  padding-top: 0;
  padding-bottom: 5vh;
}

.hero {
  background-color: #0000;
  border: 1px #000;
  width: 100%;
  height: auto;
  padding: 0 10vw;
  display: flex;
  position: absolute;
  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;
  font-family: Gothic A1, sans-serif;
}

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

.feature-content.icons {
  border: 1px solid var(--black);
  background-color: var(--suta-pink);
  text-align: left;
  border-radius: 20px;
  flex-direction: column;
  flex: none;
  align-self: stretch;
  align-items: center;
  width: 23%;
  max-width: none;
  margin-left: 5px;
  margin-right: 5px;
  padding: 20px 30px;
  display: block;
}

.wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  display: flex;
}

.wrap {
  text-align: center;
  max-width: 700px;
  margin-top: 40px;
  padding-top: 0;
  padding-bottom: 0;
}

.title {
  color: var(--suta-purple);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 1px #2e2e2e;
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
}

.image-2 {
  flex: none;
}

.nav-link {
  color: var(--black);
  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:hover {
  color: var(--suta-pink);
  box-shadow: inset 0 -5px #fc0a7e;
}

.hero-image {
  height: 45vh;
  margin-bottom: 34vh;
  padding-bottom: 0;
  padding-right: 4vw;
  position: absolute;
  bottom: 0;
  right: 3vw;
}

.hero-content {
  width: 100%;
  margin-bottom: 15vh;
  padding-left: 10vw;
  padding-right: 10vh;
  position: relative;
}

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

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

.feature-wrap.icons {
  justify-content: space-between;
  width: 100%;
  margin-top: 5vh;
  padding-left: 0;
  padding-right: 0;
}

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

.black {
  color: var(--suta-pink);
  font-size: 30px;
  font-weight: 700;
  line-height: 50px;
}

.hero-subhead {
  width: 35vw;
  max-width: 60%;
  color: var(--black);
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: white;
  margin-bottom: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 3vh;
  line-height: 5vh;
}

.bottom-image-wrap {
  object-fit: fill;
  max-width: 100%;
  height: auto;
  margin-top: 5vh;
  position: relative;
  overflow: hidden;
}

.purple {
  color: #b32e6e;
}

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

.arrow {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}

.quote-slider {
  background-color: #0000;
  width: 90vw;
  min-height: 450px;
  margin-top: 0;
}

.slider-arrow {
  color: #d6d6d6;
}

.quote-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50vw;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.quote-attribution {
  color: var(--white);
  justify-content: center;
  align-items: center;
  display: flex;
}

.quote-dash {
  background-color: #d3d3d3;
  flex: none;
  width: 30px;
  height: 1px;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
}

.quote-icon {
  margin-bottom: 45px;
}

.slide-nav {
  color: var(--white);
  font-size: 7px;
}

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

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

.heading-3 {
  width: 50vw;
  color: var(--suta-pink);
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 6vh;
  line-height: 8vh;
}

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

.purple-text {
  color: var(--suta-purple);
  font-weight: 700;
  display: block;
}

.paragraph-2, .paragraph-3, .paragraph-4, .paragraph-6 {
  color: var(--white);
  text-align: left;
  font-weight: 500;
}

.title-pink {
  color: var(--suta-pink);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 1px #2e2e2e;
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
}

.h2-pink, .h2-purple {
  color: var(--black);
  margin-top: 20px;
  font-size: 48px;
  line-height: 60px;
}

.shield-heading {
  color: var(--white);
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.heading-8 {
  color: var(--black);
  font-size: 48px;
  line-height: 60px;
}

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

.list-item-2, .list-item-4 {
  color: #6b6b6b;
  font-size: 16px;
}

.list-7 {
  color: #6b6b6b;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}

.faq-content {
  border: 1px #000;
  flex: none;
  width: 100%;
  padding-left: 4vw;
  padding-right: 4vw;
}

.paragraph-contact {
  color: var(--white);
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
}

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

.wrap-footer {
  background-color: var(--white);
  text-align: center;
  width: 100%;
  padding: 0 5vw;
}

.title-how {
  color: var(--suta-purple);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 1px #2e2e2e;
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
}

.small-top-quote {
  color: var(--white);
  text-align: center;
}

.paragraph-bold {
  margin-top: 30px;
  font-weight: 700;
}

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

.top-image-wrap {
  object-fit: fill;
  max-width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.top-quotes {
  background-color: var(--suta-purple);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.quote-slider---small-top {
  background-color: #0000;
  width: 90vw;
  min-height: 350px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.small-quote-top-initials {
  color: var(--white);
}

.small-quote-top-bold-text {
  color: var(--white);
  font-weight: 700;
}

.image-freeze {
  object-fit: fill;
}

.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 {
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  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;
}

.wrap-top {
  text-align: center;
  justify-content: center;
  max-width: 700px;
  margin-top: 40px;
  padding-top: 0;
  padding-bottom: 0;
}

.left-button {
  background-color: var(--suta-pink);
  color: #fff;
  text-align: center;
  border-radius: 20px;
  min-width: 250px;
  margin-right: 0;
  padding: 20px 40px;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  transition: background-color .5s cubic-bezier(.789, .159, .25, 1), color .2s cubic-bezier(.789, .159, .25, 1);
  display: inline-block;
  position: relative;
}

.left-button:hover {
  color: #6b6b6b;
  background-color: #fff;
}

.left-button-product {
  background-color: var(--suta-pink);
  color: #fff;
  text-align: center;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  max-width: 250px;
  margin-top: 40px;
  margin-bottom: 60px;
  margin-right: 0;
  padding: 20px 40px;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  transition: background-color .5s cubic-bezier(.789, .159, .25, 1), color .2s cubic-bezier(.789, .159, .25, 1);
  display: flex;
}

.left-button-product:hover {
  color: #6b6b6b;
  background-color: #fff;
}

.section-2 {
  text-align: center;
  border: 1px #000;
  padding-top: 40px;
  padding-bottom: 40px;
}

.container-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1000px;
  padding-top: 10px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.pink-heading {
  width: 1000px;
  color: var(--suta-pink);
  text-transform: uppercase;
  text-shadow: none;
  border-left: 1px #424242;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 55px;
  display: block;
}

.pink-heading.heading-orange {
  color: var(--suta-pink);
}

.heading-orange {
  color: #f2b52d;
  -webkit-text-stroke-color: #e7aa22;
  line-height: 55px;
}

.container-11 {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.page---faq-header {
  text-align: left;
  margin-bottom: 20px;
  font-weight: 600;
}

.privacy-paragraph {
  color: #424242;
  text-align: left;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

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

.link-footer-padding {
  color: var(--suta-pink);
  flex-flow: wrap;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

.link-footer-padding:hover {
  color: var(--suta-purple);
}

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

.container-12 {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.paragraph-8 {
  color: #424242;
  text-align: left;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.container-13 {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.paragraph-9 {
  color: #424242;
  text-align: left;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.link {
  color: var(--suta-pink);
}

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

.image-freeze-bottom {
  object-fit: fill;
}

.faq-accordion {
  border: 1px #000;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 70vw;
  margin-top: 5vh;
  margin-bottom: 0;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.faq-accordion.reverse {
  flex-direction: row-reverse;
}

.faq-accordion.icons {
  justify-content: space-between;
  width: 100%;
  margin-top: 5vh;
  padding-left: 0;
  padding-right: 0;
}

.faq-question {
  border: 1px #000;
  flex: none;
  width: 100%;
  padding-left: 4vw;
  padding-right: 4vw;
  display: flex;
}

.faq-answer {
  border: 1px #000;
  flex: none;
  width: 100%;
  padding-left: 7.5vw;
  padding-right: 4vw;
  overflow: clip;
}

.pink-cross {
  justify-content: flex-start;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-top: 13px;
  margin-right: 20px;
  display: block;
  position: relative;
}

.faq-icon {
  color: #ffc44d;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: relative;
}

@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;
  }

  .section.center {
    flex-direction: column;
    height: auto;
    padding-top: 15vh;
  }

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

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

  .nav-inner {
    width: 100vw;
  }

  .feature-content.icons {
    width: 100%;
    margin-bottom: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
  }

  .wrap {
    padding-top: 0;
  }

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

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

  .hero-image {
    width: 70%;
    height: auto;
    margin-bottom: 15vw;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    display: block;
    position: relative;
    inset: auto 0 0;
  }

  .hero-content {
    margin-bottom: 5vh;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .feature-wrap {
    width: 95vw;
    margin-top: 3vh;
    margin-bottom: 3vh;
    padding-left: 0;
    padding-right: 0;
  }

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

  .feature-wrap.icons {
    flex-flow: column;
  }

  .feature-image {
    padding-top: 5vw;
  }

  .hero-subhead {
    width: 60vw;
    font-size: 24px;
    line-height: 36px;
  }

  .bottom-image-wrap {
    background-image: none;
    height: auto;
  }

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

  .quote-slider {
    width: 100vw;
    height: auto;
    min-height: 500px;
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .quote-wrap {
    width: 70vw;
    margin-top: 40px;
  }

  .menu-icon {
    color: var(--suta-pink);
    font-size: 40px;
  }

  .menu-icon:hover {
    background-color: var(--white);
    color: var(--suta-purple);
  }

  .menu-icon:active {
    background-color: var(--white);
  }

  .menu-icon:focus {
    background-color: var(--white);
    color: var(--suta-purple);
  }

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

  .menu-button:active, .menu-button.w--open {
    background-color: var(--white);
  }

  .nav-menu-2 {
    background-color: var(--white);
    min-width: 240px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .brand {
    padding-left: 18px;
  }

  .heading-3 {
    width: 90vw;
    margin-top: 20px;
    font-size: 5vw;
    line-height: 60px;
  }

  .h2-pink {
    text-align: center;
    font-size: 40px;
    line-height: 55px;
  }

  .h2-purple {
    text-align: center;
    margin-top: 20px;
    font-size: 40px;
    line-height: 55px;
  }

  .shield-heading {
    text-align: left;
  }

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

  .faq-content {
    width: 85vw;
  }

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

  .top-image-wrap {
    background-image: none;
    height: auto;
  }

  .quote-slider---small-top {
    width: 100vw;
    height: auto;
    min-height: 350px;
    margin-top: 0;
    margin-bottom: 40px;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .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;
  }

  .wrap-top {
    padding-top: 0;
  }

  .left-button {
    min-width: 250px;
  }

  .left-button-product {
    max-width: 270px;
  }

  .section-2 {
    border: 1px #000;
  }

  .container-4 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    padding-left: 10px;
    padding-right: 10px;
  }

  .pink-heading {
    width: auto;
    margin-bottom: 0;
  }

  .heading-orange {
    color: #f2b52d;
    line-height: 57px;
    display: inline-block;
  }

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

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

  .faq-accordion {
    width: 95vw;
    margin-top: 3vh;
    padding-left: 0;
    padding-right: 0;
  }

  .faq-accordion.reverse {
    margin-top: 3vh;
  }

  .faq-accordion.icons {
    flex-flow: column;
  }

  .faq-question {
    width: 85vw;
  }

  .faq-answer {
    width: 85vw;
    padding-left: 10vw;
    padding-right: 4vw;
  }

  .pink-cross {
    margin-top: 9px;
  }
}

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

  .nav {
    min-height: 150px;
  }

  .feature-content.icons {
    text-align: left;
    align-items: flex-start;
    width: auto;
    margin-bottom: 10px;
    padding: 10px 20px;
  }

  .wrap {
    text-align: left;
    flex-flow: column wrap;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: none;
    padding-left: 10vw;
    padding-right: 10vw;
    display: flex;
  }

  .hero-image {
    margin-bottom: 20vw;
  }

  .hero-content {
    margin-bottom: 5vh;
  }

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

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

  .feature-wrap.icons {
    flex-flow: wrap;
    display: block;
  }

  .feature-image {
    padding-top: 5vw;
  }

  .hero-subhead {
    max-width: 100%;
    font-size: 20px;
    line-height: 30px;
  }

  .quote-slider {
    min-height: 550px;
  }

  .quote-attribution {
    flex-direction: row;
    align-items: center;
  }

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

  .heading-3 {
    margin-top: 20px;
    font-size: 38px;
    line-height: 57px;
  }

  .h2-pink {
    text-align: center;
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 45px;
  }

  .h2-purple {
    text-align: center;
    width: 70vw;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 45px;
  }

  .shield-heading {
    text-align: center;
  }

  .heading-8 {
    font-size: 32px;
    line-height: 45px;
  }

  .heading-9 {
    display: block;
  }

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

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

  .top-quotes {
    margin-top: 0;
  }

  .quote-slider---small-top {
    min-height: 375px;
    margin-top: 40px;
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .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;
  }

  .wrap-top {
    text-align: left;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    padding-left: 10vw;
    padding-right: 10vw;
    display: flex;
  }

  .left-button {
    min-width: 250px;
  }

  .section-2 {
    border-style: none;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-4 {
    flex-direction: column;
    display: flex;
  }

  .pink-heading {
    font-size: 30px;
  }

  .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;
  }

  .faq-accordion {
    flex-flow: column;
    margin-top: 3vh;
  }

  .faq-accordion.reverse {
    margin-top: 3vh;
  }

  .faq-accordion.icons {
    flex-flow: wrap;
    display: block;
  }

  .faq-answer {
    padding-left: 11.5vw;
    padding-right: 4vw;
  }

  .pink-cross {
    margin-top: 9px;
  }
}

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

  h3 {
    font-size: 16px;
  }

  .section {
    margin-top: 5vh;
  }

  .section.center {
    margin-top: 0;
    padding-bottom: 10vh;
  }

  .section.wide.img {
    margin-top: 5vh;
  }

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

  .nav-inner {
    width: 100vw;
  }

  .feature-content {
    width: auto;
  }

  .feature-content.icons {
    padding-bottom: 10px;
  }

  .wrap {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .title {
    color: var(--suta-purple);
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .image-2 {
    width: 100%;
  }

  .hero-image {
    width: 80%;
    margin-bottom: 5vw;
  }

  .hero-content {
    margin-top: 40px;
  }

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

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

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

  .hero-subhead {
    width: 100%;
    padding-top: 0;
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 27px;
    display: block;
  }

  .quote-slider {
    width: 100vw;
    min-height: 675px;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .slider-arrow {
    font-size: 24px;
  }

  .left-arrow, .right-arrow {
    width: 15vw;
  }

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

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

  .heading-3 {
    width: 100%;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 30px;
    line-height: 45px;
  }

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

  .title-pink {
    color: var(--suta-pink);
  }

  .h2-pink {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 0;
    padding-left: 0;
    font-size: 28px;
    line-height: 35px;
  }

  .h2-purple {
    width: 80vw;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 28px;
    line-height: 35px;
  }

  .shield-heading {
    text-align: center;
  }

  .heading-8 {
    text-align: center;
    font-size: 28px;
    line-height: 35px;
  }

  .faq-content {
    width: auto;
  }

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

  .title-how {
    color: var(--suta-purple);
    text-align: center;
    padding-left: 10vw;
    padding-right: 10vw;
  }

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

  .quote-slider---small-top {
    width: 100vw;
    min-height: 450px;
    margin-top: 40px;
    margin-bottom: 20px;
    padding: 0 5vw;
  }

  .image-freeze {
    margin-top: 1vh;
    margin-bottom: 1vh;
  }

  .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;
  }

  .wrap-top {
    align-items: center;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .left-button {
    min-width: 100%;
    margin-bottom: 20px;
  }

  .left-button-product {
    min-width: 100%;
    max-width: none;
    margin-bottom: 0;
  }

  .section-2 {
    border-style: none;
    padding-top: 47px;
    padding-bottom: 47px;
  }

  .container-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: stretch;
    display: block;
  }

  .pink-heading {
    text-shadow: none;
    margin-left: auto;
    margin-right: auto;
    display: inline;
  }

  .heading-orange {
    color: #f2b52d;
    display: inline-block;
  }

  .hero-sub-page {
    padding-left: 0;
    padding-right: 0;
  }

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

  .image-freeze-bottom {
    margin-top: 1vh;
    margin-bottom: 1vh;
  }

  .faq-accordion {
    flex-direction: column;
    margin-top: 3vh;
    margin-bottom: 0;
  }

  .faq-accordion.reverse {
    flex-direction: column;
    margin-top: 3vh;
  }

  .faq-question {
    width: auto;
  }

  .faq-answer {
    width: auto;
    padding-left: 12.5vw;
    padding-right: 4vw;
  }

  .pink-cross {
    width: 25px;
    height: 25px;
    margin-top: 12px;
    margin-right: 10px;
  }
}



/* --- site.js behaviours (matches insights/shop): smooth scroll, mobile nav dropdown, WhatsApp pop-in --- */
html { scroll-behavior: smooth; }
@media screen and (max-width: 1279px) {
  .nav.w-nav { position: relative; }
  .nav-menu-2.w-nav-menu.w--open, .nav-menu-2.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-2.w-nav-menu.w--open .nav-link, .nav-menu-2.w-nav-menu.nav-closing .nav-link { display: block; width: 100%; }
}
@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; }
.faq-question { cursor: pointer; }
.faq-question .pink-cross { transition: transform 0.3s ease; }
.faq-question.faq-open .pink-cross { transform: rotate(45deg); }

/* --- 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;
    }
    .section.center {
      flex-direction: column;
      height: auto;
      padding-top: 15vh;
    }
    .hero {
      padding-left: 0;
      padding-right: 0;
      display: flex;
    }
    .nav {
      width: 100vw;
      min-height: 150px;
    }
    .nav-inner {
      width: 100vw;
    }
    .feature-content.icons {
      width: 100%;
      margin-bottom: 15px;
      padding-top: 15px;
      padding-bottom: 15px;
      display: block;
    }
    .wrap {
      padding-top: 0;
    }
    .nav-link {
      padding-top: 20px;
    }
    .nav-link:hover {
      box-shadow: none;
    }
    .hero-image {
      width: 70%;
      height: auto;
      margin-bottom: 15vw;
      margin-left: auto;
      margin-right: auto;
      padding-right: 0;
      display: block;
      position: relative;
      inset: auto 0 0;
    }
    .hero-content {
      margin-bottom: 5vh;
      padding-left: 5vw;
      padding-right: 5vw;
    }
    .feature-wrap {
      width: 95vw;
      margin-top: 3vh;
      margin-bottom: 3vh;
      padding-left: 0;
      padding-right: 0;
    }
    .feature-wrap.reverse {
      margin-top: 3vh;
    }
    .feature-wrap.icons {
      flex-flow: column;
    }
    .feature-image {
      padding-top: 5vw;
    }
    .hero-subhead {
      width: 60vw;
      font-size: 24px;
      line-height: 36px;
    }
    .bottom-image-wrap {
      background-image: none;
      height: auto;
    }
    .footer {
      background-color: var(--white);
    }
    .quote-slider {
      width: 100vw;
      height: auto;
      min-height: 500px;
      margin-top: 0;
      margin-bottom: 20px;
      padding-top: 0;
      padding-bottom: 0;
    }
    .quote-wrap {
      width: 70vw;
      margin-top: 40px;
    }
    .menu-icon {
      color: var(--suta-pink);
      font-size: 40px;
    }
    .menu-icon:hover {
      background-color: var(--white);
      color: var(--suta-purple);
    }
    .menu-icon:active {
      background-color: var(--white);
    }
    .menu-icon:focus {
      background-color: var(--white);
      color: var(--suta-purple);
    }
    .menu-button {
      padding-top: 40px;
    }
    .menu-button:active, .menu-button.w--open {
      background-color: var(--white);
    }
    .nav-menu-2 {
      background-color: var(--white);
      min-width: 240px;
      padding-top: 20px;
      padding-left: 20px;
      padding-right: 20px;
    }
    .brand {
      padding-left: 18px;
    }
    .heading-3 {
      width: 90vw;
      margin-top: 20px;
      font-size: 5vw;
      line-height: 60px;
    }
    .h2-pink {
      text-align: center;
      font-size: 40px;
      line-height: 55px;
    }
    .h2-purple {
      text-align: center;
      margin-top: 20px;
      font-size: 40px;
      line-height: 55px;
    }
    .shield-heading {
      text-align: left;
    }
    .heading-8 {
      font-size: 40px;
      line-height: 55px;
    }
    .faq-content {
      width: 85vw;
    }
    .paragraph-footer {
      text-align: center;
    }
    .top-image-wrap {
      background-image: none;
      height: auto;
    }
    .quote-slider---small-top {
      width: 100vw;
      height: auto;
      min-height: 350px;
      margin-top: 0;
      margin-bottom: 40px;
      padding-top: 0;
      padding-bottom: 20px;
    }
    .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;
    }
    .wrap-top {
      padding-top: 0;
    }
    .left-button {
      min-width: 250px;
    }
    .left-button-product {
      max-width: 270px;
    }
    .section-2 {
      border: 1px #000;
    }
    .container-4 {
      flex-direction: column;
      justify-content: flex-start;
      align-items: center;
      max-width: none;
      padding-left: 10px;
      padding-right: 10px;
    }
    .pink-heading {
      width: auto;
      margin-bottom: 0;
    }
    .heading-orange {
      color: #f2b52d;
      line-height: 57px;
      display: inline-block;
    }
    .hero-sub-page {
      padding-left: 0;
      padding-right: 0;
      display: flex;
    }
    .paragraph-footer-policies {
      text-align: center;
    }
    .faq-accordion {
      width: 95vw;
      margin-top: 3vh;
      padding-left: 0;
      padding-right: 0;
    }
    .faq-accordion.reverse {
      margin-top: 3vh;
    }
    .faq-accordion.icons {
      flex-flow: column;
    }
    .faq-question {
      width: 85vw;
    }
    .faq-answer {
      width: 85vw;
      padding-left: 10vw;
      padding-right: 4vw;
    }
    .pink-cross {
      margin-top: 9px;
    }
  }
