@font-face {
  font-family: Phosphateprosolid;
  src: url('../fonts/PhosphateProSolid.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Chunky Retro;
  src: url('../fonts/Chunky-Retro.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Baron Neue;
  src: url('../fonts/Baron-Neue.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --blue: #356da0;
  --light-green: #e3ea9d;
  --dark-blue: #13466b;
  --green: #b6cc58;
  --light-yellow: #ffe1a6;
  --dark-green: #7aa027;
  --red: #ff2c46;
  --orange: #ff8431;
  --dark-orange: #e26b1b;
  --purple: #ab4093;
  --dark-yellow: #f7aa21;
  --light-orange: #ffc7a1;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

p {
  margin-bottom: 10px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 1rem;
}

a {
  text-decoration: none;
}

.h_hero_bg {
  z-index: -1;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.g_divider_bottom {
  z-index: 10;
  position: absolute;
  inset: auto 0% -1%;
}

.h_hero_h2_svg {
  width: 35rem;
}

.h_hero_contain {
  z-index: 2;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 98rem;
  min-height: 110svh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.h_hero_contain.u-container {
  min-height: 110svh;
}

.btn_main_layout {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  box-shadow: none;
  color: #356da0;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #ffd166;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
  transition: box-shadow .2s;
  display: flex;
}

.btn_main_layout:hover {
  box-shadow: .25rem .25rem #13466b;
}

.btn_main_layout.is-hero {
  color: #ff2c46;
  text-transform: uppercase;
  background-color: #ffe1a6;
  font-size: 1.5rem;
  box-shadow: .1rem .1rem #ff2c46;
}

.btn_main_layout.is-hero:hover {
  box-shadow: .2rem .2rem #ff2c46;
}

.btn_main_layout.is-blue {
  background-color: var(--blue);
  color: var(--light-green);
}

.h_hero_overlay {
  background-image: linear-gradient(#0000005c, #0000 24%, #0000001c 74%, #000000e0);
}

.h_hero_overlay.u-cover-absolute {
  background-image: linear-gradient(#0000005c, #0000 22%, #000000e0);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.btn_main_icon {
  width: 2rem;
}

.h_hero_wrap {
  color: #fff;
  width: 100%;
}

.page_code_wrap {
  position: fixed;
  inset: 0% 0% auto;
}

.hide {
  display: none;
}

.hero_p {
  text-align: center;
  max-width: 35ch;
  font-size: 1.2rem;
  font-weight: 500;
}

.hero_logo {
  width: 13rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 2rem 0% auto;
}

.logos {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 4rem;
  display: flex;
  overflow: hidden;
}

.text-size-medium {
  font-size: 1.25rem;
}

.text-size-medium.text-align-center {
  font-family: Georgia, Times, Times New Roman, serif;
}

.logos_container {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.logos_track {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex: none;
  align-self: flex-start;
  width: auto;
  transform: none;
}

.logos_list-wrap {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex: none;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  display: flex;
}

.hide-2 {
  opacity: 0;
  display: none;
}

.fv_h2 {
  font-family: Baron Neue, Arial, sans-serif;
  font-size: 1.75rem;
}

.fv_h2.is-feature {
  color: var(--dark-blue);
}

.fv_h2.is-product-award {
  font-size: 1.5rem;
}

.fv_h2.is-product-award.is-mix {
  color: var(--green);
}

.fv_h2.is-product-award.is-raspberry {
  color: #e92e56;
}

.logos_img {
  object-fit: contain;
  width: auto;
  height: 6rem;
}

.bundle {
  background-image: linear-gradient(#e3ea9d61, #fff0);
  padding-top: 4rem;
  padding-bottom: 4rem;
  overflow: hidden;
}

.bundle_contain {
  z-index: 2;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 98rem;
  min-height: 50svh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.bundle_contain.u-container {
  min-height: 110svh;
}

.product_card {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  max-width: 52rem;
  display: flex;
}

.product_card.is-products {
  flex-flow: column;
  width: 100%;
}

.product_img {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 1.25rem;
  flex: none;
  width: 100%;
  max-width: 26rem;
  box-shadow: 3px 4px #0003;
}

.product_img.is-mix {
  box-shadow: 3px 4px 0 0 var(--light-green);
}

.product_img.is-raspberry {
  box-shadow: 3px 4px 0 0 var(--light-yellow);
}

.product_img.is-strawberry {
  box-shadow: 3px 4px 0 0 var(--light-green);
}

.product_content {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.product_content.is-products {
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
}

.product_name {
  text-align: center;
  text-shadow: 2px 2px #0003;
  margin-bottom: -.5rem;
  font-family: Phosphateprosolid, Arial, sans-serif;
  font-size: 2rem;
  line-height: 1;
}

.product_name.is-mix {
  color: var(--blue);
  text-shadow: 2px 2px 0 var(--light-green);
}

.product_name.is-lime {
  color: var(--dark-green);
  text-shadow: 2px 2px 0 var(--light-green);
}

.product_name.is-raspberry {
  color: #e92e56;
  text-shadow: 2px 2px #fad0f4;
}

.product_name.is-strawberry {
  color: var(--red);
  text-shadow: 2px 2px 0 var(--light-green);
}

.product_name.is-mango {
  color: var(--orange);
  text-shadow: 2px 2px 0 var(--light-yellow);
}

.product_description, .product_description.is-centered {
  text-align: center;
}

.product_actions {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.product_option {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  border: 1px solid #000;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: .5rem 1rem;
  display: flex;
}

.product_option.is-mix {
  border-color: var(--blue);
  color: var(--blue);
}

.product_option.is-mix.is-selected {
  background-color: var(--light-green);
}

.product_option.is-lime {
  border-color: var(--dark-green);
  color: var(--dark-green);
}

.product_option.is-lime.is-selected {
  background-color: var(--light-green);
}

.product_option.is-raspberry2 {
  border-color: var(--blue);
  color: var(--blue);
}

.product_option.is-raspberry2.is-selected {
  background-color: #e3ea9d;
  background-image: linear-gradient(#fad0f4, #fad0f4);
}

.product_option.is-raspberry {
  border-color: var(--blue);
  color: var(--blue);
}

.product_option.is-raspberry.is-selected {
  background-color: var(--light-yellow);
}

.product_option.is-strawberry {
  border-color: var(--red);
  color: var(--red);
}

.product_option.is-strawberry.is-selected {
  background-color: var(--light-green);
}

.product_option.is-mango {
  border-color: var(--orange);
  color: var(--dark-orange);
}

.product_option.is-mango.is-selected {
  background-color: var(--light-yellow);
}

.product_option.is-raspberry2 {
  color: #e92e56;
  border-color: #e92e56;
}

.product_option.is-raspberry2.is-selected {
  background-color: var(--light-green);
}

.product_vol {
  font-weight: 600;
}

.product_options {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}

.product_options.is-mix {
  justify-content: center;
  align-items: flex-start;
}

.product_add_1 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.product_add_1.hide {
  display: none;
}

.product_add_2 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.product_add_2.hide {
  display: none;
}

.ribbon {
  background-color: var(--light-green);
  color: var(--blue);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: .25rem;
  padding-bottom: .25rem;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.ribbon.hide {
  display: none;
}

.ribbon_list_wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.ribbon_text {
  font-family: Fv Almelo Webfont;
}

.ribbon_content_wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
}

.ribbon_star {
  width: .75rem;
  position: relative;
  top: -1px;
}

.ribbon_track {
  flex: none;
}

.stamp_list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.stamp_list.u-hflex-center-top {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: space-between;
  align-items: flex-start;
}

.stamp_img {
  width: 9.5rem;
}

.proof_wrap {
  padding-top: 4rem;
  padding-bottom: 4rem;
  overflow: hidden;
}

.proof_contain {
  z-index: 2;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 98rem;
  min-height: 50svh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.proof_contain.u-container {
  min-height: 110svh;
}

.proof_influencer {
  aspect-ratio: 2 / 3;
  border-radius: 20px;
  flex: none;
}

.swiper-wrapper.is-review {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.review_nav_button {
  background-color: var(--light-green);
  color: #13466b;
  border-radius: 100vw;
  width: 3.3rem;
  padding: .5rem;
}

.swiper.is-review {
  z-index: 1;
  flex-flow: column;
  width: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.review_h2.u-text-h1 {
  color: #ff2c46;
  text-shadow: .125rem .25rem 1px #ffd166;
}

.review_slider {
  width: 100%;
}

.reviews_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.reviews_header.u-hflex-center-center {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.reviews_contain.u-container {
  grid-column-gap: 2.3rem;
  grid-row-gap: 2.3rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
}

.reviews_wrap {
  width: 50%;
  position: static;
}

.swiper-slide.is-review {
  flex: none;
  width: 42%;
  min-width: 30rem;
}

.review_card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  box-shadow: .2rem .2rem 0 0 var(--light-green);
  color: var(--dark-blue);
  background-color: #fff;
  border: 1px solid #13466b;
  border-radius: 1.5rem;
  flex-flow: column;
  width: 100%;
  padding: 1.5rem;
  transition: box-shadow .3s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.review_card:hover {
  box-shadow: .4rem .4rem 0 0 var(--light-green);
}

.review_author {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.review_card_header {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.review_name {
  text-shadow: 2px 3px #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Baron Neue, Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 150%;
  text-decoration: none;
}

.review_name.u-weight-bold {
  font-family: Fv Almelo Webfont;
}

.review_photo {
  object-fit: cover;
  background-color: #d2d2d2;
  border-radius: 30px;
  width: 2rem;
  height: 2rem;
}

.review_date {
  opacity: .6;
  text-shadow: 2px 3px #fff;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 150%;
  text-decoration: none;
}

.review_card_line {
  background-color: #dadada;
  width: 100%;
  height: 1px;
}

.review_text {
  text-shadow: 2px 3px #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
  text-decoration: none;
}

.review_stars {
  color: var(--green);
}

.section_header {
  justify-content: flex-start;
  align-items: center;
}

.chunky_h2 {
  color: var(--blue);
  text-align: center;
  text-shadow: 3px 3px 0 var(--light-green);
  font-family: Chunky Retro, Times New Roman, sans-serif;
  font-size: 8rem;
  line-height: .7;
}

.products_list {
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.products_item {
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  min-width: 22rem;
  max-width: 32rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.faq_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.fs_accordion-2_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.g_divider_bottom-2 {
  z-index: 10;
  position: absolute;
  inset: auto 0% -1%;
}

.g_divider_bottom-2.is-white {
  color: #fff;
}

.faq_wrap {
  color: #ffd166;
  background-color: #ffd166;
  margin-top: 4rem;
  padding-top: 4rem;
  padding-bottom: 6.8rem;
}

.faq_h2 {
  z-index: 1;
  color: var(--red);
  font-family: Phosphateprosolid, Arial, sans-serif;
  font-size: 6rem;
  position: sticky;
  top: 88px;
}

.faq_h2.u-text-h3 {
  -webkit-text-stroke-width: 1px;
  text-shadow: .125rem .25rem 1px #f7aa21;
  font-size: 6.5rem;
}

.fs_accordion-2_embed {
  margin-bottom: 0;
  display: none;
}

.faq_item {
  width: 100%;
}

.faq_contain.u-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #ff2c46;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 14rem;
  display: grid;
}

.g_divider_top {
  z-index: 10;
  position: absolute;
  inset: 0% 0% auto;
}

.g_divider_top.is-invert {
  transform: translate(0, -99%);
}

.faq_container {
  z-index: 2;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 98rem;
  min-height: 50svh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  display: grid;
  position: relative;
}

.faq_container.u-container {
  min-height: 110svh;
}

.fs_accordion-2_arrow-wrapper {
  transition: transform .2s;
}

.fs_accordion-2_arrow-wrapper.is-active-accordion {
  transform: rotate(180deg);
}

.fs_accordion-2_icon {
  margin-right: 0;
  font-size: 1.125rem;
  position: relative;
}

.fs_accordion-2_content {
  transition: max-height .2s;
  overflow: hidden;
}

.fs_accordion-2_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--red);
  cursor: pointer;
  background-color: #0000;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem 1rem;
  display: flex;
}

.fs_accordion-2_header:focus-visible, .fs_accordion-2_header[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs_accordion-2_label {
  letter-spacing: .02em;
  font-family: Baron Neue, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
}

.fs_accordion-2_item {
  background-color: #fff;
  border-radius: 1.5rem;
  box-shadow: 3px 4px #ff2c46;
}

.fs_accordion-2_body {
  color: #1a1a1a;
  background-color: #0000;
  padding: 0 1.5rem 1rem;
}

.footer_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  padding: 2rem 1rem 1rem;
  display: flex;
}

.footer_social {
  justify-content: flex-start;
  align-items: center;
}

.footer_social-link {
  color: var(--purple);
  margin-top: -.4rem;
  font-family: Poppins, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  text-decoration: underline;
}

.footer_credit {
  width: auto;
  height: 1.7rem;
}

.footer_text_small {
  font-size: .75rem;
}

.product_name_wrap {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.btn_text {
  text-transform: lowercase;
  margin-bottom: 0;
  padding-top: 4px;
  font-family: Baron Neue, Arial, sans-serif;
  line-height: 1;
}

@media screen and (max-width: 991px) {
  .h_hero_h2_svg {
    width: 30rem;
  }

  .btn_main_layout.is-blue {
    width: 100%;
  }

  .bundle_contain {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .product_card.is-mix {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .product_img {
    max-width: none;
  }

  .product_img.is-mix {
    flex: 0 auto;
  }

  .product_content.is-mix {
    flex: none;
  }

  .proof_wrap {
    overflow: hidden;
  }

  .proof_contain {
    flex-flow: column;
  }

  .reviews_header {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .reviews_contain.u-container {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .reviews_wrap {
    width: 95%;
  }

  .swiper-slide.is-review {
    width: 60%;
  }

  .products_item {
    width: 50%;
  }

  .faq_contain.u-container {
    grid-template-columns: .5fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .btn_main_layout.is-hero {
    font-family: Poppins, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 500;
  }

  .btn_main_icon {
    width: 1.5rem;
  }

  .hero_p {
    font-size: 1rem;
  }

  .bundle_contain {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .product_card {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .product_card.is-mix {
    display: flex;
  }

  .product_img {
    width: 100%;
    max-width: 24rem;
  }

  .product_content {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .product_description.is-centered {
    margin-bottom: .5rem;
  }

  .ribbon {
    overflow: hidden;
  }

  .stamp_list.u-hflex-center-top {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .stamp_img {
    width: 8rem;
  }

  .swiper-wrapper.is-review {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .swiper-slide.is-review {
    width: 93%;
    min-width: auto;
  }

  .products_list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .products_item {
    width: 100%;
  }

  .faq_h2, .faq_h2.u-text-h3 {
    position: relative;
    top: 0;
  }

  .faq_contain.u-container {
    flex-flow: column;
    padding-bottom: 10.8rem;
    display: flex;
  }

  .faq_container {
    grid-template-columns: 1fr;
  }

  .fs_accordion-2_header {
    padding-left: 1rem;
  }

  .fs_accordion-2_body {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .h_hero_bg {
    object-position: 60% 50%;
  }

  .g_divider_bottom {
    bottom: -1px;
  }

  .h_hero_contain {
    justify-content: flex-end;
    align-items: center;
    min-height: 110svh;
    padding-bottom: 7.9rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .btn_main_layout.is-hero {
    width: 100%;
  }

  .h_hero_overlay.u-cover-absolute {
    background-image: linear-gradient(#0000005c, #0000 24%, #0000001c 54%, #000000e0);
  }

  .hero_logo {
    width: 10rem;
  }

  .logos {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .product_card, .product_card.is-products {
    padding-left: 0;
    padding-right: 0;
  }

  .product_name {
    font-size: 16.9em;
  }

  .product_name.is-mix {
    text-align: center;
  }

  .product_option {
    font-size: .8rem;
  }

  .product_price {
    font-weight: 500;
  }

  .stamp_list.u-hflex-center-top {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .stamp_img {
    width: 7.5rem;
  }

  .proof_influencer {
    object-fit: cover;
    width: 90%;
  }

  .chunky_h2 {
    font-size: 5.8rem;
  }

  .products_list {
    flex-flow: column;
  }

  .products_item {
    min-width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .faq_h2 {
    margin-bottom: 0;
    position: relative;
    top: 0;
  }

  .faq_container {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer_social-link {
    font-size: 1.25rem;
  }

  .product_name_wrap {
    font-size: 1vw;
  }
}

#w-node-_6f0a358e-622a-674e-cc91-d9233d5dd27c-3d264c0a, #w-node-_6f0a358e-622a-674e-cc91-d9233d5dd27e-3d264c0a {
  align-self: start;
}


@font-face {
  font-family: 'Phosphateprosolid';
  src: url('../fonts/PhosphateProSolid.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Chunky Retro';
  src: url('../fonts/Chunky-Retro.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Baron Neue';
  src: url('../fonts/Baron-Neue.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}