@font-face {
  font-family: Rawest Webfont;
  src: url('../fonts/rawest-medium-webfont.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Rawest Webfont;
  src: url('../fonts/rawest-regular-webfont.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Rawest Webfont;
  src: url('../fonts/rawest-light-webfont.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Rawest Webfont;
  src: url('../fonts/rawest-bold-webfont.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

.small-video {
  flex: 0 auto;
  width: 614px;
  height: 842px;
  display: block;
}

.light-pink-bg {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #f2ebfb;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
}

.container {
  min-width: auto;
  max-width: 1440px;
}

.rawest-medium {
  color: #1a181c;
  text-align: center;
  letter-spacing: -4px;
  -webkit-text-stroke-color: #18181b;
  text-indent: 0;
  text-transform: none;
  font-family: Rawest Webfont, Arial, sans-serif;
  font-size: 100px;
  font-weight: 500;
  line-height: 120%;
}

.rawest-normal-60 {
  color: #1a181c;
  text-align: center;
  font-family: Rawest Webfont, Arial, sans-serif;
  font-size: 32px;
  line-height: 120%;
}

.rawest-light {
  color: #1a181c;
  text-align: center;
  letter-spacing: -4px;
  font-family: Rawest Webfont, Arial, sans-serif;
  font-size: 100px;
  font-weight: 300;
  line-height: 120%;
}

.vertical-0-gap {
  justify-content: flex-start;
  align-items: center;
}

.hor-section {
  justify-content: space-between;
  align-items: center;
  padding: 0;
  display: flex;
}

.ver-section {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.rawest-normal-32 {
  color: #3f1a7a;
  text-align: center;
  max-width: 1160px;
  font-family: Rawest Webfont, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 200%;
}

.hero-copy {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.white-bg {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.grid-section {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #d4bbfc;
  background-image: url('../images/LoliboHOR.svg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: fixed;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  place-items: stretch stretch;
  padding: 80px;
  display: grid;
}

.grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #ffffff1a;
  border: 1px dashed #ba8fff;
  border-radius: 16px;
  padding: 60px;
}

.rawest-grid-title {
  color: #1a181c;
  -webkit-text-stroke-color: #18181b;
  font-family: Rawest Webfont, Arial, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 100%;
}

.rawest-grid-body {
  color: #3f1a7a;
  text-align: left;
  max-width: 1160px;
  font-family: Rawest Webfont, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 160%;
}

.tabs {
  display: flex;
}

.tabs-menu {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  font-family: Rawest Webfont, Arial, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
  display: flex;
}

.tab-link, .tab-link-active {
  background-color: #fff;
}

.tab-link-active.w--current {
  color: #fcf2f2;
  background-color: #3f1a7a;
}

.tabs-content {
  padding: 40px;
}

.rawest-normal-60-copy {
  color: #1a181c;
  text-align: left;
  font-family: Rawest Webfont, Arial, sans-serif;
  font-size: 60px;
  line-height: 120%;
}

.button {
  color: #fff;
  background-color: #563887;
  border: 0 solid #563887;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 20px 40px;
  font-family: Rawest Webfont, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  display: flex;
}

.header {
  background-color: #f2ebfbcc;
  border-bottom: 1px solid #ecdfff;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  padding: 40px 80px;
  display: flex;
  position: sticky;
  top: 0;
}

.background-video {
  z-index: -100;
  position: absolute;
  inset: 0%;
}

.white-bg-testimonial {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
}

.body {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border: 0 solid #000;
  border-radius: 0;
}

.hor-section-title-only {
  justify-content: space-between;
  align-items: center;
  padding: 0 80px 0 0;
  display: flex;
}

.image {
  width: 100px;
}

.image-2 {
  width: 40%;
}

.footer {
  background-color: #f2ebfb;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
  display: flex;
}

.rawest-normal-footer {
  color: #1a181c;
  text-align: center;
  font-family: Rawest Webfont, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
}

.footer-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .light-pink-bg {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding: 80px 40px;
  }

  .rawest-medium, .rawest-light {
    letter-spacing: -2px;
    font-size: 80px;
  }

  .hor-section {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: column;
    padding-top: 40px;
  }

  .white-bg {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .grid-section {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    place-items: stretch stretch;
    padding: 40px;
  }

  .grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .white-bg-testimonial {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hor-section-title-only {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    padding-top: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-2 {
    width: 50%;
  }

  .footer {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    padding-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .small-video {
    width: 100%;
    height: 800px;
  }

  .light-pink-bg {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding: 40px 24px 40px 40px;
  }

  .rawest-medium {
    letter-spacing: -2px;
    font-size: 40px;
  }

  .rawest-normal-60 {
    font-size: 24px;
  }

  .rawest-light {
    letter-spacing: -2px;
    font-size: 40px;
  }

  .hor-section {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .rawest-normal-32 {
    font-size: 18px;
    line-height: 160%;
  }

  .hero-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .white-bg {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .grid-section {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding: 40px;
  }

  .grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding: 24px;
  }

  .rawest-grid-title {
    font-size: 20px;
  }

  .rawest-grid-body {
    font-size: 16px;
  }

  .button {
    padding: 16px 24px;
    font-size: 16px;
  }

  .header {
    height: 80px;
    padding-left: 40px;
    padding-right: 24px;
  }

  .white-bg-testimonial {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hor-section-title-only {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 0;
    padding-right: 0;
  }

  .image {
    width: 80px;
  }

  .image-2 {
    width: 100%;
  }

  .footer {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 24px;
  }

  .rawest-normal-footer {
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {
  .small-video {
    height: 640px;
  }

  .light-pink-bg {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .rawest-medium {
    letter-spacing: -2px;
    font-size: 40px;
  }

  .rawest-normal-60 {
    font-size: 20px;
  }

  .rawest-light {
    letter-spacing: -2px;
    font-size: 40px;
  }

  .hor-section {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .rawest-normal-32 {
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
  }

  .hero-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .grid-section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding: 24px;
  }

  .rawest-grid-title {
    font-size: 20px;
  }

  .rawest-grid-body {
    font-size: 16px;
  }

  .header {
    height: 80px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 24px;
  }

  .image {
    width: 80px;
  }

  .image-2 {
    max-width: none;
  }

  .footer {
    padding-left: 16px;
  }

  .rawest-normal-footer {
    text-align: left;
    font-size: 12px;
  }
}

#w-node-_58b45481-e6a4-2013-d808-f38a7e8f635c-f8e62329, #w-node-_22352600-437b-a841-2278-4a2ddec63eac-f8e62329 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Rawest Webfont';
  src: url('../fonts/rawest-medium-webfont.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rawest Webfont';
  src: url('../fonts/rawest-regular-webfont.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rawest Webfont';
  src: url('../fonts/rawest-light-webfont.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rawest Webfont';
  src: url('../fonts/rawest-bold-webfont.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}