/* [project]/app/styles/hero.module.scss.module.css [app-client] (css) */
:root {
  --h1: 3rem;
  --h2: 2.5rem;
  --h3: 2rem;
  --h4: 1.75rem;
  --h5: 1.43rem;
  --h6: 1.18rem;
}

@media screen and (min-width: 840px) {
  :root {
    --h1: 3.815rem;
    --h2: 3.052rem;
    --h3: 2.441rem;
    --h4: 1.953rem;
    --h5: 1.563rem;
    --h6: 1.25rem;
  }
}

.hero-module-scss-module__SDVxuG__hero {
  align-items: center;
  height: 100vh;
  overflow: hidden;
}

.hero-module-scss-module__SDVxuG__hero_content {
  grid-column: span 6;
}

.hero-module-scss-module__SDVxuG__hero_content h1 {
  color: #403106;
  line-height: 1.1;
}

.hero-module-scss-module__SDVxuG__hero_content h1 span {
  font-weight: 600;
}

.hero-module-scss-module__SDVxuG__hero_text {
  font-size: var(--h6);
  margin-top: 24px;
  font-weight: 500;
}

.hero-module-scss-module__SDVxuG__hero_buttons {
  align-items: center;
  gap: 24px;
  margin-top: 16px;
  display: flex;
}

.hero-module-scss-module__SDVxuG__hero_buttons a {
  font-size: var(--h6);
}

.hero-module-scss-module__SDVxuG__highlightedGreen {
  color: #6a7f2e;
}

.hero-module-scss-module__SDVxuG__highlightedYellow {
  color: #958a26;
}

.hero-module-scss-module__SDVxuG__hero_background {
  aspect-ratio: 3 / 4;
  z-index: -2;
  max-width: 40%;
  height: auto;
  max-height: 100vh;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.hero-module-scss-module__SDVxuG__hero_product {
  z-index: -1;
  width: auto;
  height: auto;
  max-height: 75vh;
  position: absolute;
  top: 50%;
  right: -7.5%;
  transform: translateY(-50%);
}

body {
  max-width: 100vw;
  overflow-x: hidden;
}

@media screen and (max-width: 840px) {
  .hero-module-scss-module__SDVxuG__hero {
    align-items: unset;
  }

  .hero-module-scss-module__SDVxuG__hero_content {
    justify-self: unset;
    z-index: 1;
    grid-column: span 4;
    height: fit-content;
    position: relative;
    top: 17.5vh;
  }

  .hero-module-scss-module__SDVxuG__hero_product {
    clip-path: inset(0 0 15%);
    z-index: -1;
    height: 40vh;
    top: 100vh;
    left: 50%;
    transform: translateX(-50%)translateY(-85%);
  }

  .hero-module-scss-module__SDVxuG__hero_background {
    width: auto;
    height: 100vw;
    max-width: unset;
    top: 100vh;
    left: 15%;
    transform: rotateZ(90deg)translateX(-116.5%);
  }
}

/* [project]/app/styles/separator.module.scss.module.css [app-client] (css) */
.separator-module-scss-module__9h7WdW__separator {
  z-index: -1;
  position: absolute;
  transform: translateY(-50%);
}

/* [project]/app/styles/differentSection.module.scss.module.css [app-client] (css) */
:root {
  --h1: 3rem;
  --h2: 2.5rem;
  --h3: 2rem;
  --h4: 1.75rem;
  --h5: 1.43rem;
  --h6: 1.18rem;
}

@media screen and (min-width: 840px) {
  :root {
    --h1: 3.815rem;
    --h2: 3.052rem;
    --h3: 2.441rem;
    --h4: 1.953rem;
    --h5: 1.563rem;
    --h6: 1.25rem;
  }
}

.differentSection-module-scss-module__AqdGtG__diff_section {
  row-gap: 20px;
}

.differentSection-module-scss-module__AqdGtG__card {
  grid-column: span 3;
}

.differentSection-module-scss-module__AqdGtG__cards {
  grid-column: span 12;
  grid-template-columns: inherit;
  gap: 20px;
  display: grid;
}

.differentSection-module-scss-module__AqdGtG__icon_container {
  background-color: #c0dd70;
  border-radius: 8px 8px 0 0;
  justify-content: center;
  align-items: center;
  padding: 16px 0;
  display: flex;
}

.differentSection-module-scss-module__AqdGtG__card_heading {
  font-size: var(--h4);
  text-align: center;
  margin-top: 24px;
  font-weight: 500;
  line-height: 110%;
}

.differentSection-module-scss-module__AqdGtG__card_paragraph {
  text-align: center;
  line-height: 150%;
  font-size: var(--h6);
  margin-top: 16px;
  padding: 0 16px;
}

@media screen and (max-width: 1200px) {
  .differentSection-module-scss-module__AqdGtG__card {
    grid-column: span 6;
  }
}

@media screen and (max-width: 840px) {
  .differentSection-module-scss-module__AqdGtG__card_heading {
    font-size: var(--h5);
    margin-top: 8px;
  }

  .differentSection-module-scss-module__AqdGtG__card_paragraph {
    margin-top: 4px;
    font-size: 1rem;
  }

  .differentSection-module-scss-module__AqdGtG__cards {
    grid-column: span 4;
    gap: 24px 16px;
  }

  .differentSection-module-scss-module__AqdGtG__card {
    grid-column: 1 / 4;
  }

  .differentSection-module-scss-module__AqdGtG__card:nth-child(2n) {
    grid-column: 2 / 5;
  }

  .differentSection-module-scss-module__AqdGtG__icon_container {
    padding: 8px 0;
  }

  .differentSection-module-scss-module__AqdGtG__icon_container img {
    width: 52px;
    height: 52px;
  }

  .differentSection-module-scss-module__AqdGtG__diff_section {
    row-gap: 24px;
  }
}

/* [project]/app/styles/standardsSection.module.scss.module.css [app-client] (css) */
:root {
  --h1: 3rem;
  --h2: 2.5rem;
  --h3: 2rem;
  --h4: 1.75rem;
  --h5: 1.43rem;
  --h6: 1.18rem;
}

@media screen and (min-width: 840px) {
  :root {
    --h1: 3.815rem;
    --h2: 3.052rem;
    --h3: 2.441rem;
    --h4: 1.953rem;
    --h5: 1.563rem;
    --h6: 1.25rem;
  }
}

.standardsSection-module-scss-module__VQc05q__cards {
  grid-template: 1fr 1fr / 1fr 1fr;
  grid-column: 2 / 12;
  gap: 32px;
  display: grid;
}

.standardsSection-module-scss-module__VQc05q__card {
  gap: 20px;
  height: fit-content;
  display: flex;
}

.standardsSection-module-scss-module__VQc05q__card_illustration_container {
  background: #f2e03f;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  padding: 20px;
  display: flex;
}

.standardsSection-module-scss-module__VQc05q__card_illustration_container img {
  height: 100%;
}

.standardsSection-module-scss-module__VQc05q__card_text h4 {
  font-size: var(--h4);
  font-weight: 550;
}

.standardsSection-module-scss-module__VQc05q__card_text p {
  font-size: var(--h6);
  line-height: 150%;
}

@media screen and (max-width: 1000px) {
  .standardsSection-module-scss-module__VQc05q__cards {
    grid-template: 1fr 1fr 1fr / 1fr;
    grid-column: 2 / 12;
  }
}

@media screen and (max-width: 840px) {
  .standardsSection-module-scss-module__VQc05q__cards {
    row-gap: 24px;
    grid-column: span 4 !important;
  }

  .standardsSection-module-scss-module__VQc05q__card {
    gap: 16px;
  }

  .standardsSection-module-scss-module__VQc05q__card_illustration_container {
    width: 52px;
    height: 52px;
    padding: 10px;
  }

  .standardsSection-module-scss-module__VQc05q__card_text h4 {
    font-size: var(--h6);
  }

  .standardsSection-module-scss-module__VQc05q__card_text p {
    font-size: 1rem;
  }
}

/* [project]/app/styles/findYourSnackSection.module.scss.module.css [app-client] (css) */
:root {
  --h1: 3rem;
  --h2: 2.5rem;
  --h3: 2rem;
  --h4: 1.75rem;
  --h5: 1.43rem;
  --h6: 1.18rem;
}

@media screen and (min-width: 840px) {
  :root {
    --h1: 3.815rem;
    --h2: 3.052rem;
    --h3: 2.441rem;
    --h4: 1.953rem;
    --h5: 1.563rem;
    --h6: 1.25rem;
  }
}

.findYourSnackSection-module-scss-module__rJxAPa__find_your_snack_section {
  padding-bottom: 0;
}

.findYourSnackSection-module-scss-module__rJxAPa__products {
  grid-template: 1fr 1fr / 1fr 1fr;
  grid-column: 3 / 11;
  gap: 20px;
  display: grid;
}

.findYourSnackSection-module-scss-module__rJxAPa__product {
  text-align: center;
  flex-direction: column;
  grid-column: span 1;
  justify-content: center;
  gap: 8px;
  display: flex;
}

.findYourSnackSection-module-scss-module__rJxAPa__product img {
  width: 100%;
  height: auto;
}

.findYourSnackSection-module-scss-module__rJxAPa__product h4 {
  font-size: var(--h4);
  font-weight: 550;
}

.findYourSnackSection-module-scss-module__rJxAPa__product p {
  font-size: var(--h6);
}

.findYourSnackSection-module-scss-module__rJxAPa__product:hover span {
  text-decoration: underline;
}

@media screen and (max-width: 1100px) {
  .findYourSnackSection-module-scss-module__rJxAPa__products {
    grid-column: span 12;
  }
}

@media screen and (max-width: 840px) {
  .findYourSnackSection-module-scss-module__rJxAPa__products {
    grid-column: span 4;
  }
}

@media screen and (max-width: 650px) {
  .findYourSnackSection-module-scss-module__rJxAPa__products {
    grid-template: inherit;
    row-gap: 1rem;
  }

  .findYourSnackSection-module-scss-module__rJxAPa__product {
    grid-column: span 3;
  }

  .findYourSnackSection-module-scss-module__rJxAPa__product:nth-child(2n) {
    grid-column: 2 / 5;
  }
}

/* [project]/app/styles/matchSection.module.scss.module.css [app-client] (css) */
:root {
  --h1: 3rem;
  --h2: 2.5rem;
  --h3: 2rem;
  --h4: 1.75rem;
  --h5: 1.43rem;
  --h6: 1.18rem;
}

@media screen and (min-width: 840px) {
  :root {
    --h1: 3.815rem;
    --h2: 3.052rem;
    --h3: 2.441rem;
    --h4: 1.953rem;
    --h5: 1.563rem;
    --h6: 1.25rem;
  }
}

.matchSection-module-scss-module__njyGTW__heading {
  text-align: left;
  padding-bottom: 40px;
}

.matchSection-module-scss-module__njyGTW__photos {
  padding-top: var(--heading-height, 0px);
  grid-column: span 6;
  gap: 20px;
  display: flex;
}

.matchSection-module-scss-module__njyGTW__photos div {
  flex-direction: column;
  gap: 20px;
  display: flex;
}

.matchSection-module-scss-module__njyGTW__photo {
  border-radius: 8px;
  width: 100%;
  height: auto;
  display: block;
}

.matchSection-module-scss-module__njyGTW__photos_lower_container .matchSection-module-scss-module__njyGTW__photo:first-child {
  margin-top: 66.6%;
}

.matchSection-module-scss-module__njyGTW__points {
  grid-column: span 6;
  height: fit-content;
  position: sticky;
  top: calc(50vh - 25%);
}

.matchSection-module-scss-module__njyGTW__point {
  gap: 24px;
  padding-bottom: 32px;
  display: flex;
}

.matchSection-module-scss-module__njyGTW__dot {
  width: 24px;
  height: 24px;
  transform: translateY(calc(var(--h4) / 2 - 6px));
  background-color: #fffef2;
  border: 5px solid #8daa3d;
  border-radius: 8px;
}

.matchSection-module-scss-module__njyGTW__line {
  background: #f2e03f;
  width: 5px;
  height: calc(100% + 32px);
  margin: 0 auto;
}

.matchSection-module-scss-module__njyGTW__point:last-of-type {
  padding-bottom: 0;
}

.matchSection-module-scss-module__njyGTW__point:last-of-type .matchSection-module-scss-module__njyGTW__line {
  border-radius: 0 0 8px 8px;
  height: calc(100% - 24px);
}

.matchSection-module-scss-module__njyGTW__point_heading {
  font-size: var(--h4);
  font-weight: 500;
  line-height: 125%;
}

.matchSection-module-scss-module__njyGTW__point_text {
  font-size: var(--h5);
  text-wrap: balance;
  margin-top: 12px;
  line-height: 150%;
}

@media screen and (max-width: 840px) {
  .matchSection-module-scss-module__njyGTW__heading {
    text-align: center;
    padding-bottom: 32px;
  }

  .matchSection-module-scss-module__njyGTW__points {
    position: unset;
    order: 0;
    grid-column: span 4;
  }

  .matchSection-module-scss-module__njyGTW__photos {
    order: 1;
    grid-column: span 4;
    gap: 16px;
    padding-top: 32px !important;
  }

  .matchSection-module-scss-module__njyGTW__photos div {
    gap: 16px;
  }

  .matchSection-module-scss-module__njyGTW__point_heading {
    font-size: var(--h5);
  }

  .matchSection-module-scss-module__njyGTW__point_text {
    font-size: var(--h6);
    margin-top: 8px;
  }
}

/* [project]/app/styles/CTASection.module.scss.module.css [app-client] (css) */
:root {
  --h1: 3rem;
  --h2: 2.5rem;
  --h3: 2rem;
  --h4: 1.75rem;
  --h5: 1.43rem;
  --h6: 1.18rem;
}

@media screen and (min-width: 840px) {
  :root {
    --h1: 3.815rem;
    --h2: 3.052rem;
    --h3: 2.441rem;
    --h4: 1.953rem;
    --h5: 1.563rem;
    --h6: 1.25rem;
  }
}

.CTASection-module-scss-module__PFgPRq__cta_section {
  width: 100%;
  clip-path: shape(from 0 0, curve to 100% 0 with 50% 50%, vline to 100%, hline to 0);
  -webkit-clip-path: shape(from 0 0, curve to 100% 0 with 50% 50%, vline to 100%, hline to 0);
  background-color: #c0dd70;
  padding: 160px 0 80px;
}

.CTASection-module-scss-module__PFgPRq__content_container {
  row-gap: 16px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.CTASection-module-scss-module__PFgPRq__content_container * {
  color: #232a0f;
  text-align: center;
  grid-column: 4 / 10;
}

.CTASection-module-scss-module__PFgPRq__content_container p {
  font-size: var(--h5);
  line-height: 150%;
}

.CTASection-module-scss-module__PFgPRq__content_container h3 {
  font-size: var(--h3);
  font-weight: 500;
}

@media screen and (max-width: 1000px) {
  .CTASection-module-scss-module__PFgPRq__content_container * {
    grid-column: 3 / 11;
  }
}

@media screen and (max-width: 840px) {
  .CTASection-module-scss-module__PFgPRq__cta_section {
    clip-path: shape(from 0 0, curve to 100% 0 with 50% 64px, vline to 100%, hline to 0);
    -webkit-clip-path: shape(from 0 0, curve to 100% 0 with 50% 64px, vline to 100%, hline to 0);
    clip-path: url("#clipPathShape");
    padding: 64px 0;
  }

  .CTASection-module-scss-module__PFgPRq__content_container * {
    grid-column: span 4;
  }
}

/*# sourceMappingURL=app_styles_1iatwzu._.css.map*/