/* line 15, static/css/_globals.scss */
html {
  font-size: 62.5%; }

/* line 19, static/css/_globals.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

/* line 27, static/css/_globals.scss */
body {
  font-size: 1.6rem;
  font-family: 'Poppins', sans-serif;
  background-color: #f7f6f0;
  color: #0e4c45;
  line-height: 1.6;
  min-width: 320px; }
  /* line 35, static/css/_globals.scss */
  body.menu-opened {
    overflow: hidden; }

/* line 40, static/css/_globals.scss */
.wrapper {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%; }

/* line 47, static/css/_globals.scss */
.entry-spacing {
  padding: 80px 0; }
  @media (max-width: 767px) {
    /* line 47, static/css/_globals.scss */
    .entry-spacing {
      padding: 30px 0; } }
/* line 55, static/css/_globals.scss */
img {
  max-width: 100%;
  display: block; }

/* line 60, static/css/_globals.scss */
hr {
  margin: 0 0 20px; }

/* line 64, static/css/_globals.scss */
h1, .h1,
h2, .h2 {
  font-family: 'dunbar-tall', sans-serif;
  font-weight: 800;
  font-style: normal;
  text-transform: uppercase; }

/* line 72, static/css/_globals.scss */
h1, .h1 {
  font-size: 60px;
  line-height: 1;
  margin-bottom: 32px; }
  @media (max-width: 1199px) {
    /* line 72, static/css/_globals.scss */
    h1, .h1 {
      font-size: 50px; } }
  @media (max-width: 767px) {
    /* line 72, static/css/_globals.scss */
    h1, .h1 {
      font-size: 34px; } }
/* line 86, static/css/_globals.scss */
h2, .h2 {
  font-size: 48px;
  line-height: 1; }
  @media (max-width: 1199px) {
    /* line 86, static/css/_globals.scss */
    h2, .h2 {
      font-size: 36px; } }
  @media (max-width: 767px) {
    /* line 86, static/css/_globals.scss */
    h2, .h2 {
      font-size: 28px; } }
/* line 99, static/css/_globals.scss */
h3, .h3 {
  font-size: 40px;
  font-family: 'gelica', sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.1; }
  @media (max-width: 1439px) {
    /* line 99, static/css/_globals.scss */
    h3, .h3 {
      font-size: 28px; } }
  @media (max-width: 767px) {
    /* line 99, static/css/_globals.scss */
    h3, .h3 {
      font-size: 20px; } }
/* line 115, static/css/_globals.scss */
h4, .h4 {
  font-family: 'gelica', sans-serif;
  font-weight: 400;
  font-style: normal; }

/* line 121, static/css/_globals.scss */
p {
  font-family: 'poppins', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 21px;
  line-height: 1.2; }
  @media (max-width: 1023px) {
    /* line 121, static/css/_globals.scss */
    p {
      font-size: 18px; } }
/* line 133, static/css/_globals.scss */
.p {
  font-family: 'gelica', sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 32px; }
  @media (max-width: 1199px) {
    /* line 133, static/css/_globals.scss */
    .p {
      font-size: 22px; } }
/* line 144, static/css/_globals.scss */
input[type='text'],
input[type='email'],
input[type='password'],
input[type='number'],
input[type='tel'],
input[type='search'],
textarea,
select {
  border-radius: 2em;
  background-color: #fff;
  border: 1px solid #939393;
  height: 55px;
  width: 100%;
  font-size: 21px;
  margin-bottom: 10px;
  padding: 15px 18px;
  color: #939393;
  font-weight: 400;
  font-family: 'poppins', sans-serif;
  transition: .3s border-color; }
  @media (max-width: 1023px) {
    /* line 144, static/css/_globals.scss */
    input[type='text'],
    input[type='email'],
    input[type='password'],
    input[type='number'],
    input[type='tel'],
    input[type='search'],
    textarea,
    select {
      text-align: center;
      font-size: 17px; } }
  /* line 170, static/css/_globals.scss */
  input[type='text']:focus,
  input[type='email']:focus,
  input[type='password']:focus,
  input[type='number']:focus,
  input[type='tel']:focus,
  input[type='search']:focus,
  textarea:focus,
  select:focus {
    outline: none;
    border-color: #49af29; }

/* line 176, static/css/_globals.scss */
textarea {
  height: 100px;
  resize: none;
  border-radius: 20px; }

/* line 182, static/css/_globals.scss */
button[type='submit'] {
  width: 100%;
  font-weight: 600;
  font-size: 21px;
  cursor: pointer; }

/* line 189, static/css/_globals.scss */
.article-content {
  font-family: 'poppins', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 21px;
  line-height: 1.2; }
  /* line 196, static/css/_globals.scss */
  .article-content h2 {
    margin-bottom: 32px; }
  /* line 200, static/css/_globals.scss */
  .article-content p {
    margin-bottom: 32px; }
  /* line 204, static/css/_globals.scss */
  .article-content ol {
    padding: 0;
    margin: 0 0 32px;
    list-style: none;
    counter-reset: li; }
    /* line 210, static/css/_globals.scss */
    .article-content ol li {
      position: relative; }
      /* line 213, static/css/_globals.scss */
      .article-content ol li:before {
        content: counter(li) ".";
        counter-increment: li;
        display: inline-block;
        margin-right: 5px; }
  /* line 222, static/css/_globals.scss */
  .article-content ul {
    padding: 0;
    margin: 0 0 32px;
    list-style: none; }
    /* line 227, static/css/_globals.scss */
    .article-content ul li {
      position: relative;
      padding-left: 30px; }
      /* line 231, static/css/_globals.scss */
      .article-content ul li:before {
        content: '';
        width: 4px;
        height: 4px;
        background-color: #0e4c45;
        border-radius: 50%;
        display: inline-block;
        position: absolute;
        left: 14px;
        top: 9px; }
  /* line 245, static/css/_globals.scss */
  .article-content img {
    border-radius: 20px; }

/* line 250, static/css/_globals.scss */
.light-green-text-accent {
  color: #d1de57; }

/* line 254, static/css/_globals.scss */
.green-text-accent {
  color: #49af29; }

/* line 258, static/css/_globals.scss */
.orange-text-accent {
  color: #FF7F00; }

/* line 262, static/css/_globals.scss */
.light-text-accent {
  color: #F7F3B6; }

/* line 266, static/css/_globals.scss */
.def-spacing {
  margin-bottom: 80px; }
  @media (max-width: 1023px) {
    /* line 266, static/css/_globals.scss */
    .def-spacing {
      margin-bottom: 30px; } }
/* line 274, static/css/_globals.scss */
.stap-el {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  font-family: 'gelica', sans-serif;
  text-transform: capitalize;
  border-radius: 10px;
  padding: 10px 20px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin-bottom: 12px; }
  /* line 287, static/css/_globals.scss */
  .stap-el.bg-green {
    background-color: #49af29; }
  /* line 291, static/css/_globals.scss */
  .stap-el.bg-orange {
    background-color: #FF7F00; }
  /* line 295, static/css/_globals.scss */
  .stap-el.bg-pink {
    background-color: #EF5292; }
  /* line 299, static/css/_globals.scss */
  .stap-el.bg-light-green {
    background-color: #d1de57;
    color: #0e4c45; }

/* line 306, static/css/_globals.scss */
.cta-large {
  display: block;
  position: relative;
  background-color: #FF7F00;
  color: white;
  padding: 15px 30px;
  font-family: 'Poppins', sans-serif;
  font-size: 2.6rem;
  line-height: 1.2;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  border-radius: 50px;
  overflow: hidden;
  transition: color 0.4s ease-in-out, background-color 0.5s ease-in-out; }
  @media (max-width: 767px) {
    /* line 306, static/css/_globals.scss */
    .cta-large {
      font-size: 2rem; } }
  /* line 326, static/css/_globals.scss */
  .cta-large::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #d1de57;
    z-index: 1;
    border-radius: 50px;
    transition: all 0.4s ease-in-out; }
  /* line 339, static/css/_globals.scss */
  .cta-large:hover::before {
    left: 0; }
  /* line 343, static/css/_globals.scss */
  .cta-large:hover {
    color: #0e4c45;
    background-color: #d1de57; }
  /* line 348, static/css/_globals.scss */
  .cta-large span {
    position: relative;
    z-index: 2; }

/* line 354, static/css/_globals.scss */
.primay-btn {
  display: inline-block;
  line-height: 1;
  padding: 16px 35px 13px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 30px;
  font-weight: 500;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  font-size: 21px;
  text-align: center;
  font-family: 'poppins', sans-serif; }
  @media (max-width: 1023px) {
    /* line 354, static/css/_globals.scss */
    .primay-btn {
      font-size: 18px;
      padding: 16px 20px 13px; } }
  @media (max-width: 479px) {
    /* line 354, static/css/_globals.scss */
    .primay-btn {
      font-size: 16px;
      padding: 16px 10px 13px; } }
/* line 380, static/css/_globals.scss */
.primay-light-green-btn {
  color: #fff;
  background: #49af29; }
  /* line 384, static/css/_globals.scss */
  .primay-light-green-btn:hover {
    background: transparent;
    color: #49af29;
    border-color: #49af29; }

/* line 391, static/css/_globals.scss */
.primay-dark-green-btn {
  color: #fff;
  background: #0e4c45; }
  /* line 395, static/css/_globals.scss */
  .primay-dark-green-btn:hover {
    background: transparent;
    color: #0e4c45;
    border-color: #0e4c45; }

/* line 402, static/css/_globals.scss */
.primary-outline-btn {
  border-color: #0e4c45;
  color: #0e4c45;
  background-color: transparent; }
  /* line 407, static/css/_globals.scss */
  .primary-outline-btn:hover {
    background-color: #0e4c45;
    color: #f7f6f0; }

/* line 413, static/css/_globals.scss */
.recipe-card {
  position: relative;
  display: flex;
  flex-direction: column; }
  /* line 418, static/css/_globals.scss */
  .recipe-card .tag {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #F7F3B6;
    color: #0e4c45;
    padding: 4px 7px;
    border-radius: 4px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1; }
  /* line 432, static/css/_globals.scss */
  .recipe-card .img-holder {
    background-position: center;
    background-size: cover;
    padding-bottom: 78%; }
  /* line 438, static/css/_globals.scss */
  .recipe-card img {
    width: 100%; }
  /* line 442, static/css/_globals.scss */
  .recipe-card .recipe-details {
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1; }
    /* line 449, static/css/_globals.scss */
    .recipe-card .recipe-details h4 {
      font-family: 'poppins', sans-serif;
      font-weight: 600;
      font-size: 18px;
      line-height: 21px;
      margin-bottom: 15px; }
    /* line 457, static/css/_globals.scss */
    .recipe-card .recipe-details .recipe-info {
      display: flex;
      flex-wrap: wrap;
      justify-content: left;
      align-items: center;
      gap: 10px;
      line-height: 1; }
      /* line 465, static/css/_globals.scss */
      .recipe-card .recipe-details .recipe-info span {
        display: flex;
        gap: 4px;
        justify-content: left;
        align-items: center;
        font-size: 1.4rem; }
        /* line 472, static/css/_globals.scss */
        .recipe-card .recipe-details .recipe-info span img {
          width: 10px; }

/* line 480, static/css/_globals.scss */
.decorated-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
  align-items: flex-start; }
  /* line 487, static/css/_globals.scss */
  .decorated-list li {
    padding: 10px 20px;
    font-family: 'gelica', sans-serif;
    font-size: 2.2rem;
    line-height: 2.4rem;
    border-radius: 15px; }
    @media (max-width: 1023px) {
      /* line 487, static/css/_globals.scss */
      .decorated-list li {
        width: 100%; } }
    /* line 498, static/css/_globals.scss */
    .decorated-list li.pink {
      background: #ff92be; }
    /* line 502, static/css/_globals.scss */
    .decorated-list li.green {
      background: #d1de57; }
    /* line 506, static/css/_globals.scss */
    .decorated-list li.orange {
      background: #FFC533; }

/* line 512, static/css/_globals.scss */
.feedback-card {
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff; }
  /* line 517, static/css/_globals.scss */
  .feedback-card .img-holder {
    padding-bottom: 70%;
    background-image: linear-gradient(to right, #FFC533 50%, #FF7F00 50%);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat; }
  /* line 525, static/css/_globals.scss */
  .feedback-card .feedback-details {
    padding: 30px; }
  /* line 529, static/css/_globals.scss */
  .feedback-card .name {
    margin-bottom: 16px;
    display: inline-block;
    background: #F7F3B6;
    color: #0e4c45;
    padding: 4px 7px;
    border-radius: 10px;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1; }
  /* line 541, static/css/_globals.scss */
  .feedback-card p {
    font-family: 'gelica', sans-serif; }
    /* line 544, static/css/_globals.scss */
    .feedback-card p::before, .feedback-card p::after {
      content: '"'; }

/* line 551, static/css/_globals.scss */
.text-center {
  text-align: center; }

/* line 4, static/css/styles.scss */
#header {
  background: #fff; }
  /* line 7, static/css/styles.scss */
  #header.transparent-header {
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }
  /* line 15, static/css/styles.scss */
  #header .header-wrap {
    display: flex;
    justify-content: space-between;
    padding: 35px 0;
    align-items: center;
    gap: 50px; }
    @media (max-width: 767px) {
      /* line 15, static/css/styles.scss */
      #header .header-wrap {
        padding: 25px 0; } }
    /* line 27, static/css/styles.scss */
    #header .header-wrap .logo-shell img {
      min-width: 120px; }
      @media (max-width: 767px) {
        /* line 27, static/css/styles.scss */
        #header .header-wrap .logo-shell img {
          max-width: 100px; } }
@media (max-width: 767px) {
  /* line 38, static/css/styles.scss */
  .main-nav {
    position: fixed;
    top: -100%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: calc(100vh - 90px);
    background: rgba(255, 255, 255, 0.95);
    display: flex;
    transition: top 0.5s ease-in-out;
    display: flex;
    flex-direction: column;
    z-index: 19;
    overflow-x: hidden;
    overflow-y: visible;
    text-align: left; } }

/* line 57, static/css/styles.scss */
.menu-opened .main-nav {
  top: 90px; }

/* line 61, static/css/styles.scss */
.main-nav ul:not(.socials) {
  display: flex;
  gap: 15px;
  list-style: none;
  align-items: center; }
  @media (max-width: 1023px) {
    /* line 61, static/css/styles.scss */
    .main-nav ul:not(.socials) {
      gap: 10px; } }
  @media (max-width: 767px) {
    /* line 61, static/css/styles.scss */
    .main-nav ul:not(.socials) {
      min-width: 200px;
      flex-direction: column;
      gap: 8px;
      width: 100%;
      align-items: flex-start; } }
  /* line 79, static/css/styles.scss */
  .main-nav ul:not(.socials) a {
    padding: 3px;
    color: #0e4c45;
    text-decoration: none;
    font-weight: 500;
    font-size: 1.8rem;
    transition: color 300ms ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    line-height: 1; }
    @media (max-width: 1023px) {
      /* line 79, static/css/styles.scss */
      .main-nav ul:not(.socials) a {
        font-size: 1.5rem;
        gap: 5px; } }
    @media (max-width: 767px) {
      /* line 79, static/css/styles.scss */
      .main-nav ul:not(.socials) a {
        font-size: 1.8rem;
        padding: 13px 20px;
        text-decoration: none;
        justify-content: space-between;
        gap: 10px; } }
    /* line 105, static/css/styles.scss */
    .main-nav ul:not(.socials) a:hover {
      color: #49af29; }
  /* line 110, static/css/styles.scss */
  .main-nav ul:not(.socials) .nav-btn {
    text-align: center;
    background: #49af29;
    color: #fff;
    padding: 17px 22px 13px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    text-decoration: none;
    line-height: 1;
    border: 1px solid transparent;
    transition: all 300ms ease-in-out; }
    /* line 125, static/css/styles.scss */
    .main-nav ul:not(.socials) .nav-btn:hover {
      color: #49af29;
      border: 1px solid #49af29;
      background: #fff; }
  /* line 132, static/css/styles.scss */
  .main-nav ul:not(.socials) li {
    position: relative; }
    @media (max-width: 767px) {
      /* line 132, static/css/styles.scss */
      .main-nav ul:not(.socials) li {
        width: 100%; } }
    /* line 140, static/css/styles.scss */
    .main-nav ul:not(.socials) li.hovered .submenu {
      opacity: 1;
      visibility: visible; }

@media (max-width: 767px) {
  /* line 148, static/css/styles.scss */
  .main-nav .li-btn {
    padding: 13px 20px;
    order: -1; } }

/* line 155, static/css/styles.scss */
.main-nav .submenu {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  width: 100%;
  background-color: #fff;
  padding: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: .3s opacity, .3s visibility;
  display: flex;
  flex-direction: column;
  text-align: left;
  align-items: flex-start; }
  @media (max-width: 767px) {
    /* line 155, static/css/styles.scss */
    .main-nav .submenu {
      position: static;
      opacity: 1;
      visibility: visible;
      background-color: transparent;
      box-shadow: none;
      align-items: center;
      width: 100%;
      background-color: #F2F1DE;
      padding: 0; } }
  /* line 184, static/css/styles.scss */
  .main-nav .submenu li a {
    text-align: left;
    font-weight: 400; }

/* line 191, static/css/styles.scss */
.main-nav .socials {
  display: none; }
  @media (max-width: 767px) {
    /* line 191, static/css/styles.scss */
    .main-nav .socials {
      display: flex;
      padding: 13px 20px; } }
/* line 201, static/css/styles.scss */
.mobile-nav-btn {
  display: none;
  width: 40px;
  height: 40px;
  position: relative;
  margin: 0px auto;
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  z-index: 20; }
  @media (max-width: 767px) {
    /* line 201, static/css/styles.scss */
    .mobile-nav-btn {
      display: block; } }
  /* line 216, static/css/styles.scss */
  .menu-opened .mobile-nav-btn span {
    opacity: 0; }
  /* line 220, static/css/styles.scss */
  .menu-opened .mobile-nav-btn::before, .menu-opened .mobile-nav-btn::after,
  .menu-opened .mobile-nav-btn span {
    top: 12px;
    transform: rotate(45deg); }
  /* line 227, static/css/styles.scss */
  .menu-opened .mobile-nav-btn::after {
    transform: rotate(-45deg); }
  /* line 232, static/css/styles.scss */
  .mobile-nav-btn::before, .mobile-nav-btn::after,
  .mobile-nav-btn span {
    content: '';
    display: block;
    position: absolute;
    height: 6px;
    width: 100%;
    background: #49af29;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
    font-size: 0;
    color: transparent;
    top: 12px; }
  /* line 251, static/css/styles.scss */
  .mobile-nav-btn::before {
    top: 0px; }
  /* line 255, static/css/styles.scss */
  .mobile-nav-btn:after {
    top: 24px; }

/* line 261, static/css/styles.scss */
#landing-header {
  background-color: transparent;
  padding: 30px 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10; }
  /* line 271, static/css/styles.scss */
  #landing-header .logo-shell img {
    max-width: 150px;
    display: inline-block; }
    @media (max-width: 767px) {
      /* line 271, static/css/styles.scss */
      #landing-header .logo-shell img {
        max-width: 120px; } }
/* line 282, static/css/styles.scss */
.hero-section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  padding-top: 100px;
  overflow: hidden; }
  @media (max-width: 1023px) {
    /* line 282, static/css/styles.scss */
    .hero-section {
      padding-top: 40px; } }
  @media (max-width: 1023px) {
    /* line 293, static/css/styles.scss */
    .hero-section.extra-top {
      padding-top: 100px; } }
  /* line 300, static/css/styles.scss */
  .hero-section.onboarding .heading {
    text-align: center;
    margin-bottom: 40px; }
    /* line 304, static/css/styles.scss */
    .hero-section.onboarding .heading a {
      text-decoration: none;
      color: #49af29; }
  /* line 310, static/css/styles.scss */
  .hero-section.onboarding .hero-flex {
    text-align: center;
    justify-content: flex-start;
    gap: 50px; }
    @media (max-width: 1023px) {
      /* line 310, static/css/styles.scss */
      .hero-section.onboarding .hero-flex {
        padding: 0;
        align-items: center;
        display: flex; } }
    /* line 321, static/css/styles.scss */
    .hero-section.onboarding .hero-flex .col {
      width: 40%; }
      @media (max-width: 1023px) {
        /* line 321, static/css/styles.scss */
        .hero-section.onboarding .hero-flex .col {
          display: none; } }
      /* line 328, static/css/styles.scss */
      .hero-section.onboarding .hero-flex .col.mobile-col {
        display: none; }
        @media (max-width: 1023px) {
          /* line 328, static/css/styles.scss */
          .hero-section.onboarding .hero-flex .col.mobile-col {
            display: flex;
            flex-direction: column;
            gap: 20px; } }
    /* line 339, static/css/styles.scss */
    .hero-section.onboarding .hero-flex .img-col {
      align-self: flex-end;
      margin-bottom: -100px;
      margin-right: -100px; }
      @media (max-width: 1023px) {
        /* line 339, static/css/styles.scss */
        .hero-section.onboarding .hero-flex .img-col {
          display: none; } }
    /* line 349, static/css/styles.scss */
    .hero-section.onboarding .hero-flex .stap-el {
      margin-bottom: 24px; }
    /* line 353, static/css/styles.scss */
    .hero-section.onboarding .hero-flex p {
      margin-bottom: 24px; }
  /* line 358, static/css/styles.scss */
  .hero-section.onboarding .mobile-text {
    display: none; }
    @media (max-width: 1023px) {
      /* line 358, static/css/styles.scss */
      .hero-section.onboarding .mobile-text {
        display: block; } }
  @media (max-width: 1023px) {
    /* line 366, static/css/styles.scss */
    .hero-section.onboarding .desktop-text {
      display: none; } }
  /* line 372, static/css/styles.scss */
  .hero-section.onboarding h1 {
    font-size: 120px; }
    @media (max-width: 1023px) {
      /* line 372, static/css/styles.scss */
      .hero-section.onboarding h1 {
        font-size: 48px; } }
  /* line 380, static/css/styles.scss */
  .hero-section.onboarding .h2 {
    font-size: 60px; }
    @media (max-width: 1023px) {
      /* line 380, static/css/styles.scss */
      .hero-section.onboarding .h2 {
        font-size: 38px; } }
  /* line 388, static/css/styles.scss */
  .hero-section.onboarding .qr-code {
    max-width: 300px;
    width: 100%; }
  /* line 395, static/css/styles.scss */
  .hero-section.lp-hero .mobile-img {
    display: none; }
    @media (max-width: 1023px) {
      /* line 395, static/css/styles.scss */
      .hero-section.lp-hero .mobile-img {
        display: block;
        margin: 0 auto;
        margin-bottom: -50px;
        max-width: 300px; } }
  @media (max-width: 1023px) {
    /* line 405, static/css/styles.scss */
    .hero-section.lp-hero .flex-right {
      display: none; } }
  @media (max-width: 1023px) {
    /* line 412, static/css/styles.scss */
    .hero-section .clients {
      margin: 0 auto;
      width: 70%; } }
  @media (max-width: 767px) {
    /* line 412, static/css/styles.scss */
    .hero-section .clients {
      width: auto; } }
  /* line 422, static/css/styles.scss */
  .hero-section .clients img {
    max-width: 120px;
    margin-bottom: 8px; }
    @media (max-width: 1023px) {
      /* line 422, static/css/styles.scss */
      .hero-section .clients img {
        margin: 0 auto;
        margin-bottom: 10px; } }
  /* line 432, static/css/styles.scss */
  .hero-section .clients p {
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 400; }
  /* line 439, static/css/styles.scss */
  .hero-section .hero-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 80px; }
    @media (max-width: 1199px) {
      /* line 439, static/css/styles.scss */
      .hero-section .hero-flex {
        gap: 20px; } }
    @media (max-width: 1023px) {
      /* line 439, static/css/styles.scss */
      .hero-section .hero-flex {
        flex-direction: column;
        margin: 0 auto;
        text-align: center;
        align-items: center; } }
    @media (max-width: 767px) {
      /* line 439, static/css/styles.scss */
      .hero-section .hero-flex {
        margin: 0 auto;
        width: auto;
        display: block; } }
  /* line 463, static/css/styles.scss */
  .hero-section .flex-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    padding-bottom: 30px;
    position: relative; }
    /* line 471, static/css/styles.scss */
    .hero-section .flex-left img {
      max-width: 100%; }
  /* line 476, static/css/styles.scss */
  .hero-section .flex-right {
    flex: 1;
    position: relative; }
    /* line 480, static/css/styles.scss */
    .hero-section .flex-right img {
      width: 100%;
      margin-bottom: -36px; }
      @media (max-width: 1023px) {
        /* line 480, static/css/styles.scss */
        .hero-section .flex-right img {
          max-width: 400px; } }
  /* line 490, static/css/styles.scss */
  .hero-section .flex-left-shell {
    display: flex;
    flex-direction: column;
    gap: 30px; }
    /* line 495, static/css/styles.scss */
    .hero-section .flex-left-shell h1 {
      margin-bottom: 15px;
      color: #0e4c45;
      font-size: 70px; }
      @media (max-width: 1199px) {
        /* line 495, static/css/styles.scss */
        .hero-section .flex-left-shell h1 {
          font-size: 42px; } }
    /* line 505, static/css/styles.scss */
    .hero-section .flex-left-shell .p {
      font-size: 24px; }
    /* line 509, static/css/styles.scss */
    .hero-section .flex-left-shell .cta-wrap {
      background: #fff;
      padding: 32px;
      text-align: center;
      border-radius: 25px;
      box-shadow: 0px 0.847px 25.402px 0px rgba(0, 0, 0, 0.08);
      position: relative; }
      /* line 517, static/css/styles.scss */
      .hero-section .flex-left-shell .cta-wrap h2 {
        margin-bottom: 15px;
        padding-bottom: 15px;
        font-family: 'gelica', sans-serif;
        text-transform: none;
        font-size: 28px;
        font-weight: 400; }
      /* line 526, static/css/styles.scss */
      .hero-section .flex-left-shell .cta-wrap .primay-btn {
        width: 100%; }
  /* line 532, static/css/styles.scss */
  .hero-section .price-badge {
    position: absolute;
    right: -37px;
    top: -44px;
    z-index: 2;
    background-color: #FF7F00;
    border-radius: 50%;
    color: #fff;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    line-height: 1;
    padding-top: 5px; }
    @media (max-width: 1023px) {
      /* line 532, static/css/styles.scss */
      .hero-section .price-badge {
        right: -10px;
        top: -45px;
        width: 84px;
        height: 84px;
        font-size: 70%; } }
    /* line 557, static/css/styles.scss */
    .hero-section .price-badge .label {
      margin-bottom: 5%;
      margin-top: 5%;
      font-size: 88%; }
    /* line 563, static/css/styles.scss */
    .hero-section .price-badge .price {
      display: flex; }
    /* line 567, static/css/styles.scss */
    .hero-section .price-badge .value {
      display: flex; }
    /* line 571, static/css/styles.scss */
    .hero-section .price-badge .pm {
      font-size: 75%;
      margin-left: -22px;
      margin-top: 29px; }
      @media (max-width: 1023px) {
        /* line 571, static/css/styles.scss */
        .hero-section .price-badge .pm {
          margin-left: -13px;
          margin-top: 18px; } }
    /* line 582, static/css/styles.scss */
    .hero-section .price-badge .int {
      font-size: 312.5%;
      margin-top: -2px; }
    /* line 587, static/css/styles.scss */
    .hero-section .price-badge .dec {
      font-size: 112.5%;
      margin-left: -10%; }
    /* line 592, static/css/styles.scss */
    .hero-section .price-badge .currency {
      font-size: 100%; }
  /* line 597, static/css/styles.scss */
  .hero-section .btn-holder {
    display: flex;
    gap: 15px;
    margin-bottom: 25px; }
    @media (max-width: 767px) {
      /* line 597, static/css/styles.scss */
      .hero-section .btn-holder {
        flex-direction: column;
        gap: 10px; } }
  /* line 608, static/css/styles.scss */
  .hero-section .custom-radio {
    position: relative;
    cursor: pointer;
    display: flex; }
    @media (max-width: 1023px) {
      /* line 608, static/css/styles.scss */
      .hero-section .custom-radio {
        flex-grow: 1; } }
    /* line 617, static/css/styles.scss */
    .hero-section .custom-radio input[type="radio"] {
      position: absolute;
      z-index: -1;
      opacity: 0; }
      /* line 622, static/css/styles.scss */
      .hero-section .custom-radio input[type="radio"]:checked + .fake-label {
        border-color: #49af29; }
    /* line 627, static/css/styles.scss */
    .hero-section .custom-radio .fake-label {
      background-color: #fff;
      border-radius: 12px;
      padding: 15px 18px;
      min-width: 185px;
      text-align: center;
      width: 100%;
      font-size: 21px;
      color: #0e4c45;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0px 3px 12px 0px #00000033;
      border: 3px solid transparent;
      font-weight: 600;
      transition: .3s border-color; }
      @media (max-width: 767px) {
        /* line 627, static/css/styles.scss */
        .hero-section .custom-radio .fake-label {
          width: 100%; } }
  /* line 650, static/css/styles.scss */
  .hero-section img.img-overlay {
    position: absolute;
    width: 224px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    right: 0; }
    @media (max-width: 1023px) {
      /* line 650, static/css/styles.scss */
      .hero-section img.img-overlay {
        width: 140px;
        top: 0;
        transform: none; } }
  /* line 665, static/css/styles.scss */
  .hero-section img.img-bg {
    max-width: 470px; }
    @media (max-width: 1023px) {
      /* line 665, static/css/styles.scss */
      .hero-section img.img-bg {
        max-width: 220px; } }
  /* line 673, static/css/styles.scss */
  .hero-section .mobile-img-holder {
    display: none; }
    @media (max-width: 1023px) {
      /* line 673, static/css/styles.scss */
      .hero-section .mobile-img-holder {
        display: flex;
        position: relative;
        margin: 0 auto -30px;
        max-width: 350px;
        width: 100%; } }
/* line 686, static/css/styles.scss */
.weekly-menu-section {
  overflow: hidden; }
  /* line 690, static/css/styles.scss */
  .weekly-menu-section.recipes-selection-section .wrapper {
    padding: 0 15px; }
  /* line 694, static/css/styles.scss */
  .weekly-menu-section.recipes-selection-section .swiper-slide {
    width: 30% !important; }
    @media (max-width: 767px) {
      /* line 694, static/css/styles.scss */
      .weekly-menu-section.recipes-selection-section .swiper-slide {
        width: 40% !important; } }
    @media (max-width: 479px) {
      /* line 694, static/css/styles.scss */
      .weekly-menu-section.recipes-selection-section .swiper-slide {
        width: 50% !important; } }
  /* line 706, static/css/styles.scss */
  .weekly-menu-section.recipes-selection-section .swiper-container {
    padding: 0;
    margin: 0;
    border-radius: none; }
  /* line 712, static/css/styles.scss */
  .weekly-menu-section.recipes-selection-section h2 {
    font-size: 60px; }
    @media (max-width: 1023px) {
      /* line 712, static/css/styles.scss */
      .weekly-menu-section.recipes-selection-section h2 {
        font-size: 42px; } }
  /* line 721, static/css/styles.scss */
  .weekly-menu-section .weekly-menu-flex {
    padding: 50px;
    display: flex;
    flex-direction: column;
    gap: 50px; }
    @media (max-width: 767px) {
      /* line 721, static/css/styles.scss */
      .weekly-menu-section .weekly-menu-flex {
        gap: 30px;
        padding: 20px; } }
  /* line 734, static/css/styles.scss */
  .weekly-menu-section .weekly-menu-heading h2 {
    color: #f7f6f0;
    text-align: center;
    margin: 0 auto;
    max-width: 70%; }
    @media (max-width: 1023px) {
      /* line 734, static/css/styles.scss */
      .weekly-menu-section .weekly-menu-heading h2 {
        max-width: 100%; } }
  /* line 746, static/css/styles.scss */
  .weekly-menu-section .weekly-slider-flex {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 35px; }
    @media (max-width: 1023px) {
      /* line 746, static/css/styles.scss */
      .weekly-menu-section .weekly-slider-flex {
        display: block; } }
    /* line 755, static/css/styles.scss */
    .weekly-menu-section .weekly-slider-flex .flex-left {
      background: #f7f6f0;
      padding: 25px;
      display: flex;
      gap: 20px;
      justify-content: center;
      align-items: flex-start;
      border-radius: 15px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      align-items: center;
      min-width: 640px;
      margin-bottom: 0; }
      @media (max-width: 1023px) {
        /* line 755, static/css/styles.scss */
        .weekly-menu-section .weekly-slider-flex .flex-left {
          min-width: 0;
          margin-bottom: 20px; } }
      @media (max-width: 767px) {
        /* line 755, static/css/styles.scss */
        .weekly-menu-section .weekly-slider-flex .flex-left {
          padding: 15px; } }
      /* line 777, static/css/styles.scss */
      .weekly-menu-section .weekly-slider-flex .flex-left .illustration {
        align-self: flex-start;
        padding-top: 20px; }
        @media (max-width: 767px) {
          /* line 777, static/css/styles.scss */
          .weekly-menu-section .weekly-slider-flex .flex-left .illustration {
            display: none; } }
        /* line 785, static/css/styles.scss */
        .weekly-menu-section .weekly-slider-flex .flex-left .illustration img {
          max-width: 144px;
          height: auto;
          display: block; }
          @media (max-width: 1023px) {
            /* line 785, static/css/styles.scss */
            .weekly-menu-section .weekly-slider-flex .flex-left .illustration img {
              max-width: 100px; } }
      /* line 797, static/css/styles.scss */
      .weekly-menu-section .weekly-slider-flex .flex-left .text-content h3 {
        color: #0e4c45;
        font-size: 2.8rem;
        line-height: 2.8rem;
        font-weight: 400;
        margin-bottom: 15px; }
      /* line 805, static/css/styles.scss */
      .weekly-menu-section .weekly-slider-flex .flex-left .text-content p {
        margin: 0; }
    /* line 811, static/css/styles.scss */
    .weekly-menu-section .weekly-slider-flex .recipe-card .img-holder {
      padding-bottom: 77%; }
  /* line 816, static/css/styles.scss */
  .weekly-menu-section .swiper-wrapper {
    display: flex;
    align-items: stretch;
    height: 100%; }
    /* line 821, static/css/styles.scss */
    .weekly-menu-section .swiper-wrapper .swiper-slide {
      flex-shrink: 0;
      background: #f7f6f0;
      border-radius: 15px;
      overflow: hidden;
      height: auto;
      display: flex; }
      /* line 829, static/css/styles.scss */
      .weekly-menu-section .swiper-wrapper .swiper-slide .recipe-card {
        width: 100%; }
  /* line 835, static/css/styles.scss */
  .weekly-menu-section .swiper-slide {
    width: 20% !important; }
    @media (max-width: 1023px) {
      /* line 835, static/css/styles.scss */
      .weekly-menu-section .swiper-slide {
        width: 30% !important; } }
    @media (max-width: 767px) {
      /* line 835, static/css/styles.scss */
      .weekly-menu-section .swiper-slide {
        width: 50% !important; } }
    @media (max-width: 479px) {
      /* line 835, static/css/styles.scss */
      .weekly-menu-section .swiper-slide {
        width: 85% !important; } }
  /* line 851, static/css/styles.scss */
  .weekly-menu-section .swiper-container {
    padding-left: 35px;
    margin-left: -35px;
    border-radius: 15px; }
    @media (max-width: 1023px) {
      /* line 851, static/css/styles.scss */
      .weekly-menu-section .swiper-container {
        padding: 0 70px;
        margin: 0 -70px;
        border-radius: none; } }
    @media (max-width: 767px) {
      /* line 851, static/css/styles.scss */
      .weekly-menu-section .swiper-container {
        padding: 0 40px;
        margin: 0 -40px; } }
/* line 869, static/css/styles.scss */
.app-advantages-section .section-heading {
  padding-bottom: 50px;
  text-align: center;
  width: 80%;
  margin: 0 auto; }
  @media (max-width: 1023px) {
    /* line 869, static/css/styles.scss */
    .app-advantages-section .section-heading {
      width: auto; } }
/* line 880, static/css/styles.scss */
.app-advantages-section .icon-cards-flex {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px; }
  @media (max-width: 1023px) {
    /* line 880, static/css/styles.scss */
    .app-advantages-section .icon-cards-flex {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 767px) {
    /* line 880, static/css/styles.scss */
    .app-advantages-section .icon-cards-flex {
      grid-template-columns: 1fr;
      text-align: center; } }
  /* line 894, static/css/styles.scss */
  .app-advantages-section .icon-cards-flex.col-3 {
    grid-template-columns: repeat(3, 1fr); }
    @media (max-width: 1023px) {
      /* line 894, static/css/styles.scss */
      .app-advantages-section .icon-cards-flex.col-3 {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 767px) {
      /* line 894, static/css/styles.scss */
      .app-advantages-section .icon-cards-flex.col-3 {
        grid-template-columns: 1fr; } }
  /* line 906, static/css/styles.scss */
  .app-advantages-section .icon-cards-flex .icon-card {
    display: flex;
    flex-direction: column;
    gap: 15px; }
    @media (max-width: 767px) {
      /* line 906, static/css/styles.scss */
      .app-advantages-section .icon-cards-flex .icon-card {
        align-items: center; } }
    /* line 915, static/css/styles.scss */
    .app-advantages-section .icon-cards-flex .icon-card img {
      height: auto;
      flex-shrink: 0;
      flex-grow: 0;
      align-self: flex-start; }
      @media (max-width: 767px) {
        /* line 915, static/css/styles.scss */
        .app-advantages-section .icon-cards-flex .icon-card img {
          align-self: center; } }
    /* line 926, static/css/styles.scss */
    .app-advantages-section .icon-cards-flex .icon-card h3 {
      font-size: 32px; }

/* line 933, static/css/styles.scss */
.app-functionalities-section {
  overflow: hidden; }
  /* line 936, static/css/styles.scss */
  .app-functionalities-section .section-heading {
    padding-bottom: 50px;
    text-align: center;
    width: 80%;
    margin: 0 auto; }
    @media (max-width: 1023px) {
      /* line 936, static/css/styles.scss */
      .app-functionalities-section .section-heading {
        width: auto; } }
  /* line 947, static/css/styles.scss */
  .app-functionalities-section .slider-nav {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 50px; }
    @media (max-width: 767px) {
      /* line 947, static/css/styles.scss */
      .app-functionalities-section .slider-nav {
        display: none !important; } }
    /* line 957, static/css/styles.scss */
    .app-functionalities-section .slider-nav .slider-tab {
      background: #f2f1de;
      color: #0e4c45;
      font-family: 'gelica', sans-serif;
      font-size: 2.2rem;
      padding: 10px 22px;
      border: none;
      border-radius: 30px;
      cursor: pointer;
      display: flex;
      flex-direction: column; }
      @media (max-width: 767px) {
        /* line 957, static/css/styles.scss */
        .app-functionalities-section .slider-nav .slider-tab {
          font-size: 2rem; } }
      /* line 973, static/css/styles.scss */
      .app-functionalities-section .slider-nav .slider-tab:hover {
        background: #0e4c45;
        color: #f7f6f0; }
      /* line 978, static/css/styles.scss */
      .app-functionalities-section .slider-nav .slider-tab.active {
        background: #0e4c45;
        color: #fff;
        pointer-events: none; }
  @media (max-width: 1023px) {
    /* line 986, static/css/styles.scss */
    .app-functionalities-section .slide-image {
      width: 100%; } }
  /* line 993, static/css/styles.scss */
  .app-functionalities-section .slide-content p {
    font-size: 16px; }
  /* line 998, static/css/styles.scss */
  .app-functionalities-section .slider-shell {
    margin-bottom: 41px; }
    /* line 1002, static/css/styles.scss */
    .app-functionalities-section .slider-shell .img::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1; }
    /* line 1013, static/css/styles.scss */
    .app-functionalities-section .slider-shell .img-box {
      border-radius: 20px;
      overflow: hidden;
      width: 100%;
      height: 320px;
      padding: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative; }
      /* line 1024, static/css/styles.scss */
      .app-functionalities-section .slider-shell .img-box .img {
        filter: blur(5px);
        background-size: cover;
        background-position: center;
        z-index: -1;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0; }
      /* line 1036, static/css/styles.scss */
      .app-functionalities-section .slider-shell .img-box img {
        margin: 0 !important;
        position: relative;
        z-index: 2;
        max-width: 100%;
        max-height: 100%; }
  /* line 1047, static/css/styles.scss */
  .app-functionalities-section .swiper-slide {
    width: 70% !important;
    padding: 30px;
    border-radius: 25px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-content: center;
    height: auto;
    overflow: hidden;
    gap: 30px; }
    @media (max-width: 1023px) {
      /* line 1047, static/css/styles.scss */
      .app-functionalities-section .swiper-slide {
        padding: 20px;
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-between;
        align-items: flex-start; } }
    /* line 1067, static/css/styles.scss */
    .app-functionalities-section .swiper-slide.dark-green {
      background: #0e4c45;
      color: #fff; }
      /* line 1071, static/css/styles.scss */
      .app-functionalities-section .swiper-slide.dark-green img {
        margin-bottom: -150px; }
        @media (max-width: 1199px) {
          /* line 1071, static/css/styles.scss */
          .app-functionalities-section .swiper-slide.dark-green img {
            margin-bottom: 0; } }
    /* line 1080, static/css/styles.scss */
    .app-functionalities-section .swiper-slide.light-green {
      background: #d1de57; }
      /* line 1083, static/css/styles.scss */
      .app-functionalities-section .swiper-slide.light-green .img::before {
        background: rgba(73, 175, 41, 0.5); }
      /* line 1087, static/css/styles.scss */
      .app-functionalities-section .swiper-slide.light-green .stap-el {
        background-color: #49af29; }
    /* line 1092, static/css/styles.scss */
    .app-functionalities-section .swiper-slide.green {
      background-color: #49af29;
      color: #fff; }
      /* line 1096, static/css/styles.scss */
      .app-functionalities-section .swiper-slide.green .img::before {
        background: rgba(209, 222, 87, 0.5); }
      /* line 1100, static/css/styles.scss */
      .app-functionalities-section .swiper-slide.green .stap-el {
        background-color: #D1DE57;
        color: #0E4C45; }
    /* line 1106, static/css/styles.scss */
    .app-functionalities-section .swiper-slide.pink {
      background: #ffcede; }
      /* line 1109, static/css/styles.scss */
      .app-functionalities-section .swiper-slide.pink .img::before {
        background: rgba(239, 82, 146, 0.5); }
      /* line 1113, static/css/styles.scss */
      .app-functionalities-section .swiper-slide.pink .stap-el {
        background-color: #EF5292; }
    /* line 1118, static/css/styles.scss */
    .app-functionalities-section .swiper-slide.dark-orange {
      background-color: #FFC533; }
      /* line 1121, static/css/styles.scss */
      .app-functionalities-section .swiper-slide.dark-orange .img::before {
        background: rgba(255, 127, 0, 0.5); }
      /* line 1125, static/css/styles.scss */
      .app-functionalities-section .swiper-slide.dark-orange .stap-el {
        background-color: #FF7F00; }
    /* line 1130, static/css/styles.scss */
    .app-functionalities-section .swiper-slide.orange {
      background: #fccd58; }
    /* line 1135, static/css/styles.scss */
    .app-functionalities-section .swiper-slide .slide-content h3 {
      font-family: 'dunbar-tall', sans-serif;
      font-weight: 800;
      font-style: normal;
      text-transform: uppercase;
      padding-bottom: 15px; }
    /* line 1143, static/css/styles.scss */
    .app-functionalities-section .swiper-slide .slide-content p {
      padding-bottom: 20px; }
  /* line 1149, static/css/styles.scss */
  .app-functionalities-section .slider-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px; }
    @media (max-width: 767px) {
      /* line 1149, static/css/styles.scss */
      .app-functionalities-section .slider-footer {
        flex-direction: column-reverse; } }
  /* line 1160, static/css/styles.scss */
  .app-functionalities-section .slider-buttons {
    display: flex;
    align-items: center;
    gap: 15px; }
    @media (max-width: 767px) {
      /* line 1160, static/css/styles.scss */
      .app-functionalities-section .slider-buttons {
        display: none; } }
    /* line 1169, static/css/styles.scss */
    .app-functionalities-section .slider-buttons .slider-info {
      margin-right: 7px; }
  /* line 1176, static/css/styles.scss */
  .app-functionalities-section .swiper-button-next.swiper-button-disabled,
  .app-functionalities-section .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    cursor: pointer;
    pointer-events: all; }

/* line 1184, static/css/styles.scss */
.swiper-button-prev,
.swiper-button-next {
  position: static;
  border: 2px solid #0e4c45;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  color: #0e4c45;
  margin: 0;
  transition: .3s background-color, .3s color; }
  /* line 1195, static/css/styles.scss */
  .swiper-button-prev:hover,
  .swiper-button-next:hover {
    background: #0e4c45;
    color: #fff; }
  /* line 1200, static/css/styles.scss */
  .swiper-button-prev:after,
  .swiper-button-next:after {
    font-size: 20px; }

/* line 1205, static/css/styles.scss */
.app-info-section {
  padding: 30px 0; }
  @media (max-width: 767px) {
    /* line 1205, static/css/styles.scss */
    .app-info-section {
      text-align: center; } }
  /* line 1212, static/css/styles.scss */
  .app-info-section.bg-light-green {
    background-color: #49af29;
    color: #fff; }
  /* line 1217, static/css/styles.scss */
  .app-info-section .info-section-flex {
    display: flex;
    flex-direction: column;
    gap: 80px; }
  /* line 1223, static/css/styles.scss */
  .app-info-section .flex-left {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    align-self: center; }
    @media (max-width: 1023px) {
      /* line 1223, static/css/styles.scss */
      .app-info-section .flex-left {
        width: 100%;
        align-items: center; } }
    /* line 1236, static/css/styles.scss */
    .app-info-section .flex-left .subheading {
      font-family: 'gelica', sans-serif;
      font-size: 3rem;
      line-height: 3.4rem; }
    /* line 1242, static/css/styles.scss */
    .app-info-section .flex-left p {
      padding-bottom: 5px; }
  /* line 1247, static/css/styles.scss */
  .app-info-section .flex-right {
    width: 50%;
    position: relative; }
    @media (max-width: 1023px) {
      /* line 1247, static/css/styles.scss */
      .app-info-section .flex-right {
        width: 100%; } }
    /* line 1256, static/css/styles.scss */
    .app-info-section .flex-right.col-sm .img {
      min-height: 450px; }
      @media (max-width: 767px) {
        /* line 1256, static/css/styles.scss */
        .app-info-section .flex-right.col-sm .img {
          min-height: 320px; } }
    /* line 1266, static/css/styles.scss */
    .app-info-section .flex-right.col-sm-text .img {
      min-height: 450px; }
      @media (max-width: 767px) {
        /* line 1266, static/css/styles.scss */
        .app-info-section .flex-right.col-sm-text .img {
          min-height: 400px; } }
      @media (max-width: 479px) {
        /* line 1266, static/css/styles.scss */
        .app-info-section .flex-right.col-sm-text .img {
          min-height: 350px; } }
    /* line 1280, static/css/styles.scss */
    .app-info-section .flex-right.col-xs .img {
      min-height: 350px; }
    /* line 1286, static/css/styles.scss */
    .app-info-section .flex-right.height-sm .img {
      min-height: 410px; }
      @media (max-width: 767px) {
        /* line 1286, static/css/styles.scss */
        .app-info-section .flex-right.height-sm .img {
          min-height: 300px; } }
    /* line 1296, static/css/styles.scss */
    .app-info-section .flex-right.align-end img {
      margin-bottom: -35px; }
    /* line 1302, static/css/styles.scss */
    .app-info-section .flex-right.img-moved .img {
      min-height: 450px; }
      @media (max-width: 479px) {
        /* line 1302, static/css/styles.scss */
        .app-info-section .flex-right.img-moved .img {
          min-height: 360px; } }
    /* line 1310, static/css/styles.scss */
    .app-info-section .flex-right.img-moved .img-overlay {
      padding-left: 40px; }
      @media (max-width: 1319px) {
        /* line 1310, static/css/styles.scss */
        .app-info-section .flex-right.img-moved .img-overlay {
          padding-left: 25px; } }
    /* line 1319, static/css/styles.scss */
    .app-info-section .flex-right img {
      border-radius: 25px; }
      @media (max-width: 1023px) {
        /* line 1319, static/css/styles.scss */
        .app-info-section .flex-right img {
          margin: 0 auto; } }
      @media (max-width: 1023px) {
        /* line 1326, static/css/styles.scss */
        .app-info-section .flex-right img.desktop {
          display: none; } }
      /* line 1332, static/css/styles.scss */
      .app-info-section .flex-right img.mobile {
        display: none; }
        @media (max-width: 1023px) {
          /* line 1332, static/css/styles.scss */
          .app-info-section .flex-right img.mobile {
            display: block;
            max-width: 450px; } }
    @media (max-width: 1023px) {
      /* line 1342, static/css/styles.scss */
      .app-info-section .flex-right .static-img {
        width: 100%; } }
    /* line 1348, static/css/styles.scss */
    .app-info-section .flex-right .text-overlay {
      background-color: #FF7F00;
      position: absolute;
      z-index: 1;
      top: 30px;
      left: 50%;
      color: #fff;
      border-radius: 10px;
      padding: 10px 20px;
      max-width: 475px;
      width: 90%;
      transform: translateX(-50%) rotate(-3.18deg); }
      @media (max-width: 767px) {
        /* line 1348, static/css/styles.scss */
        .app-info-section .flex-right .text-overlay {
          top: auto;
          bottom: 20px; } }
      @media (max-width: 767px) {
        /* line 1366, static/css/styles.scss */
        .app-info-section .flex-right .text-overlay p {
          font-size: 18px; } }
    /* line 1373, static/css/styles.scss */
    .app-info-section .flex-right .img-overlay {
      position: absolute;
      z-index: 1;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center; }
      /* line 1385, static/css/styles.scss */
      .app-info-section .flex-right .img-overlay:hover img {
        transform: scale(1.05); }
      /* line 1390, static/css/styles.scss */
      .app-info-section .flex-right .img-overlay img {
        transition: .3s transform; }
    /* line 1395, static/css/styles.scss */
    .app-info-section .flex-right .img-moved {
      padding-left: 25px; }
      @media (max-width: 767px) {
        /* line 1395, static/css/styles.scss */
        .app-info-section .flex-right .img-moved {
          padding: 10px 10px 10px 40px; } }
      @media (max-width: 479px) {
        /* line 1395, static/css/styles.scss */
        .app-info-section .flex-right .img-moved {
          padding: 10px 10px 10px 40px; } }
  /* line 1408, static/css/styles.scss */
  .app-info-section .info-row {
    display: flex;
    justify-content: space-between;
    gap: 50px; }
    @media (max-width: 1023px) {
      /* line 1408, static/css/styles.scss */
      .app-info-section .info-row {
        flex-direction: column !important; } }
    @media (max-width: 1023px) {
      /* line 1417, static/css/styles.scss */
      .app-info-section .info-row.row-reverse {
        flex-direction: column-reverse !important; } }
    /* line 1423, static/css/styles.scss */
    .app-info-section .info-row.align-center {
      align-items: center; }
    /* line 1427, static/css/styles.scss */
    .app-info-section .info-row.reversed {
      flex-direction: row-reverse; }
  /* line 1432, static/css/styles.scss */
  .app-info-section .img {
    border-radius: 30px;
    background-position: top center;
    background-size: cover;
    width: 100%;
    height: 100%;
    overflow: hidden;
    min-height: 600px; }
    @media (max-width: 1023px) {
      /* line 1432, static/css/styles.scss */
      .app-info-section .img {
        min-height: 400px; } }
  /* line 1446, static/css/styles.scss */
  .app-info-section .stap-el {
    margin-bottom: 0; }
  /* line 1450, static/css/styles.scss */
  .app-info-section h2 {
    word-break: break-word; }
    @media (max-width: 1199px) {
      /* line 1450, static/css/styles.scss */
      .app-info-section h2 {
        font-size: 40px; } }
  /* line 1458, static/css/styles.scss */
  .app-info-section .tags {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 24px;
    font-family: 'gelica', sans-serif; }
    /* line 1468, static/css/styles.scss */
    .app-info-section .tags li {
      background-color: #d1de57;
      padding: 3px 20px;
      color: #0e4c45;
      border-radius: 10px; }
  /* line 1476, static/css/styles.scss */
  .app-info-section .plan-suggestion {
    padding: 0;
    margin: 0;
    list-style: none;
    font-weight: 600;
    font-size: 21px;
    width: 100%; }
    /* line 1484, static/css/styles.scss */
    .app-info-section .plan-suggestion li {
      margin-bottom: 20px;
      width: 50%;
      min-width: 300px;
      transition: .3s width; }
      @media (max-width: 767px) {
        /* line 1484, static/css/styles.scss */
        .app-info-section .plan-suggestion li {
          min-width: 0;
          width: 100% !important; } }
      /* line 1495, static/css/styles.scss */
      .app-info-section .plan-suggestion li.accent-outline {
        width: 60%; }
        /* line 1498, static/css/styles.scss */
        .app-info-section .plan-suggestion li.accent-outline a {
          border-color: #49af29; }
      /* line 1503, static/css/styles.scss */
      .app-info-section .plan-suggestion li.accent-green {
        width: 70%; }
        /* line 1506, static/css/styles.scss */
        .app-info-section .plan-suggestion li.accent-green a {
          background-color: #49af29;
          color: #fff; }
      /* line 1512, static/css/styles.scss */
      .app-info-section .plan-suggestion li:hover {
        width: 100%; }
    /* line 1517, static/css/styles.scss */
    .app-info-section .plan-suggestion a {
      border-radius: 2em;
      background-color: #fff;
      padding: 23px 20px 18px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      box-shadow: 0px 3px 12px 0px #00000033;
      border: 2px solid transparent;
      width: 100%;
      text-decoration: none;
      color: #0e4c45; }

/* line 1533, static/css/styles.scss */
#app-cta-section {
  overflow: hidden; }
  /* line 1536, static/css/styles.scss */
  #app-cta-section .info-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px; }
    @media (max-width: 767px) {
      /* line 1536, static/css/styles.scss */
      #app-cta-section .info-row {
        flex-direction: column !important;
        align-items: flex-start; } }
    /* line 1547, static/css/styles.scss */
    #app-cta-section .info-row .flex-left {
      flex: 1;
      display: flex;
      flex-direction: column;
      gap: 20px;
      align-items: flex-start; }
      /* line 1554, static/css/styles.scss */
      #app-cta-section .info-row .flex-left p {
        width: 80%; }
    /* line 1559, static/css/styles.scss */
    #app-cta-section .info-row .flex-right {
      flex: 1; }
      @media (max-width: 767px) {
        /* line 1562, static/css/styles.scss */
        #app-cta-section .info-row .flex-right img {
          max-width: 400px;
          width: 100%; } }
/* line 1572, static/css/styles.scss */
.marquee3k {
  background-color: #49af29;
  color: #fff;
  font-family: 'dunbar-tall', sans-serif;
  font-size: 2.3rem;
  padding: 10px 0;
  overflow: hidden;
  white-space: nowrap;
  text-transform: uppercase; }

/* line 1583, static/css/styles.scss */
#footer {
  background: #0e4c45;
  padding: 60px 0; }
  /* line 1587, static/css/styles.scss */
  #footer .footer-wrap {
    display: flex;
    justify-content: space-between;
    gap: 50px; }
  /* line 1594, static/css/styles.scss */
  #footer .left-flex .h7-logo {
    padding-bottom: 30px; }
    /* line 1597, static/css/styles.scss */
    #footer .left-flex .h7-logo img {
      min-width: 120px; }
      @media (max-width: 767px) {
        /* line 1597, static/css/styles.scss */
        #footer .left-flex .h7-logo img {
          max-width: 150px; } }
  /* line 1607, static/css/styles.scss */
  #footer .copyright-text {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #fff; }
    @media (max-width: 767px) {
      /* line 1607, static/css/styles.scss */
      #footer .copyright-text {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start; } }
    /* line 1619, static/css/styles.scss */
    #footer .copyright-text p {
      font-size: 1.2rem;
      line-height: 1.5rem; }
    /* line 1624, static/css/styles.scss */
    #footer .copyright-text a {
      color: #fff;
      font-size: 1.2rem;
      line-height: 1.5rem;
      text-decoration: none; }
  /* line 1632, static/css/styles.scss */
  #footer .right-flex {
    display: flex;
    align-items: center;
    gap: 22px; }
    /* line 1637, static/css/styles.scss */
    #footer .right-flex ul {
      display: flex;
      gap: 12px;
      align-items: center; }
      /* line 1642, static/css/styles.scss */
      #footer .right-flex ul li {
        display: flex;
        align-items: center; }
  @media (max-width: 767px) {
    /* line 1649, static/css/styles.scss */
    #footer .first-row {
      flex-direction: column;
      gap: 0px;
      margin-bottom: 30px; } }
/* line 1660, static/css/styles.scss */
#footer.global .second-row {
  display: flex;
  flex-wrap: wrap;
  gap: 100px;
  justify-content: flex-start;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    /* line 1660, static/css/styles.scss */
    #footer.global .second-row {
      gap: 50px; } }
  @media (max-width: 479px) {
    /* line 1660, static/css/styles.scss */
    #footer.global .second-row {
      gap: 30px; } }
  /* line 1676, static/css/styles.scss */
  #footer.global .second-row .col-menu h2 {
    color: #fff;
    font-family: 'gelica', sans-serif;
    text-transform: none;
    font-weight: 400;
    font-size: 3rem;
    line-height: 1.5; }
  /* line 1685, static/css/styles.scss */
  #footer.global .second-row .col-menu ul {
    display: flex;
    flex-direction: column;
    gap: 5px; }
    /* line 1691, static/css/styles.scss */
    #footer.global .second-row .col-menu ul li a {
      color: #fff;
      text-decoration: none;
      font-size: 1.8rem;
      line-height: 2rem;
      transition: color 300ms ease-in-out; }
      /* line 1698, static/css/styles.scss */
      #footer.global .second-row .col-menu ul li a:hover {
        color: #49af29; }
  /* line 1705, static/css/styles.scss */
  #footer.global .second-row .col-menu .col-menu-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 100px; }
    @media (max-width: 767px) {
      /* line 1705, static/css/styles.scss */
      #footer.global .second-row .col-menu .col-menu-wrap {
        gap: 8px;
        flex-direction: column; } }
/* line 1719, static/css/styles.scss */
.feedback-section {
  overflow: hidden; }
  @media (max-width: 1023px) {
    /* line 1719, static/css/styles.scss */
    .feedback-section {
      text-align: left; } }
  /* line 1726, static/css/styles.scss */
  .feedback-section .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px; }
    @media (max-width: 1023px) {
      /* line 1726, static/css/styles.scss */
      .feedback-section .wrapper {
        flex-direction: column;
        gap: 30px; } }
  /* line 1738, static/css/styles.scss */
  .feedback-section .nav-holder {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px; }
  /* line 1745, static/css/styles.scss */
  .feedback-section .flex-left {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start; }
    @media (max-width: 1023px) {
      /* line 1745, static/css/styles.scss */
      .feedback-section .flex-left {
        width: 100%; } }
  /* line 1757, static/css/styles.scss */
  .feedback-section .flex-right {
    width: 50%; }
    @media (max-width: 1023px) {
      /* line 1757, static/css/styles.scss */
      .feedback-section .flex-right {
        width: 100%; } }
  @media (max-width: 1023px) {
    /* line 1765, static/css/styles.scss */
    .feedback-section .decorated-list li {
      width: auto; } }
  /* line 1771, static/css/styles.scss */
  .feedback-section .swiper-container {
    overflow: hidden;
    margin-right: calc(((1320px - 100vw) / 2) - 20px);
    margin-bottom: 36px; }
    @media (max-width: 1319px) {
      /* line 1771, static/css/styles.scss */
      .feedback-section .swiper-container {
        margin-right: -20px; } }
  /* line 1781, static/css/styles.scss */
  .feedback-section .swiper-slide {
    width: 30vw !important;
    height: auto; }
    @media (max-width: 1439px) {
      /* line 1781, static/css/styles.scss */
      .feedback-section .swiper-slide {
        width: 40vw !important; } }
    @media (max-width: 767px) {
      /* line 1781, static/css/styles.scss */
      .feedback-section .swiper-slide {
        width: 80vw !important; } }
  /* line 1794, static/css/styles.scss */
  .feedback-section .feedback-card {
    height: 100%; }
    /* line 1797, static/css/styles.scss */
    .feedback-section .feedback-card .img-holder {
      padding-bottom: 50%; }

/* line 1803, static/css/styles.scss */
.weekly-menu-cta {
  padding: 30px 0;
  overflow: hidden; }
  @media (max-width: 1023px) {
    /* line 1803, static/css/styles.scss */
    .weekly-menu-cta {
      padding: 30px 0; } }
  /* line 1811, static/css/styles.scss */
  .weekly-menu-cta .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px; }
    @media (max-width: 1023px) {
      /* line 1811, static/css/styles.scss */
      .weekly-menu-cta .wrapper {
        flex-direction: column;
        gap: 30px; } }
    /* line 1822, static/css/styles.scss */
    .weekly-menu-cta .wrapper.align-end {
      align-items: flex-end; }
      @media (max-width: 1023px) {
        /* line 1822, static/css/styles.scss */
        .weekly-menu-cta .wrapper.align-end {
          align-items: initial; } }
  /* line 1831, static/css/styles.scss */
  .weekly-menu-cta .flex-left {
    flex: 1;
    align-items: flex-start; }
    @media (max-width: 1023px) {
      /* line 1831, static/css/styles.scss */
      .weekly-menu-cta .flex-left {
        text-align: center; } }
    /* line 1839, static/css/styles.scss */
    .weekly-menu-cta .flex-left h2 {
      margin-bottom: 32px; }
  /* line 1844, static/css/styles.scss */
  .weekly-menu-cta .flex-right {
    flex: 1; }
    /* line 1847, static/css/styles.scss */
    .weekly-menu-cta .flex-right.d-flex {
      display: flex;
      align-items: center;
      justify-content: center; }
      @media (max-width: 1023px) {
        /* line 1847, static/css/styles.scss */
        .weekly-menu-cta .flex-right.d-flex {
          flex-direction: column-reverse; } }
    /* line 1857, static/css/styles.scss */
    .weekly-menu-cta .flex-right .primay-btn {
      min-width: 300px; }
      @media (max-width: 1023px) {
        /* line 1857, static/css/styles.scss */
        .weekly-menu-cta .flex-right .primay-btn {
          min-width: 0; } }
    @media (max-width: 1023px) {
      /* line 1865, static/css/styles.scss */
      .weekly-menu-cta .flex-right img {
        max-width: 400px; } }
  /* line 1872, static/css/styles.scss */
  .weekly-menu-cta .logo-img {
    margin-bottom: -30px; }
  /* line 1876, static/css/styles.scss */
  .weekly-menu-cta .weekmenu-box {
    background-color: #fff;
    border-radius: 25px;
    padding: 30px;
    max-width: 470px; }
    @media (max-width: 1023px) {
      /* line 1876, static/css/styles.scss */
      .weekly-menu-cta .weekmenu-box {
        padding: 20px 10px;
        max-width: 300px;
        margin-left: 100px; } }
    @media (max-width: 479px) {
      /* line 1876, static/css/styles.scss */
      .weekly-menu-cta .weekmenu-box {
        margin: 0;
        position: relative;
        z-index: 2; } }
    /* line 1894, static/css/styles.scss */
    .weekly-menu-cta .weekmenu-box .primay-btn {
      text-transform: uppercase;
      width: 100%; }
  /* line 1900, static/css/styles.scss */
  .weekly-menu-cta .info-box {
    position: relative;
    display: flex;
    justify-content: flex-end;
    padding: 80px 0; }
    @media (max-width: 1023px) {
      /* line 1900, static/css/styles.scss */
      .weekly-menu-cta .info-box {
        padding: 10px 0; } }
    @media (max-width: 479px) {
      /* line 1900, static/css/styles.scss */
      .weekly-menu-cta .info-box {
        flex-direction: column; } }
    /* line 1914, static/css/styles.scss */
    .weekly-menu-cta .info-box > img {
      position: absolute;
      top: 47%;
      transform: translateY(-50%);
      left: -50px;
      z-index: 1; }
      @media (max-width: 1199px) {
        /* line 1914, static/css/styles.scss */
        .weekly-menu-cta .info-box > img {
          left: -31%; } }
      @media (max-width: 1023px) {
        /* line 1914, static/css/styles.scss */
        .weekly-menu-cta .info-box > img {
          left: -30%; } }
      @media (max-width: 479px) {
        /* line 1914, static/css/styles.scss */
        .weekly-menu-cta .info-box > img {
          position: static;
          transform: none;
          max-width: 160px;
          margin: 0 auto -40%; } }
  /* line 1938, static/css/styles.scss */
  .weekly-menu-cta .visual-calories {
    margin-bottom: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    position: relative; }
  /* line 1950, static/css/styles.scss */
  .weekly-menu-cta .visual-text {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px; }
    /* line 1957, static/css/styles.scss */
    .weekly-menu-cta .visual-text .total {
      font-weight: 400;
      font-size: 60px;
      font-family: 'gelica', sans-serif;
      margin-bottom: 5px;
      display: block;
      line-height: 1; }
  /* line 1967, static/css/styles.scss */
  .weekly-menu-cta .calories-details {
    box-shadow: 0px 3px 12px 0px #00000033;
    border-radius: 10px;
    padding: 13px 20px;
    margin: 0 0 20px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    text-align: center;
    list-style: none; }
    @media (max-width: 1023px) {
      /* line 1967, static/css/styles.scss */
      .weekly-menu-cta .calories-details {
        padding: 13px 10px;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px; } }
    /* line 1984, static/css/styles.scss */
    .weekly-menu-cta .calories-details .type {
      padding: 5px 10px;
      border-radius: 5px;
      color: #0e4c45;
      text-transform: uppercase;
      font-size: 12px;
      display: block;
      font-weight: 500; }
      /* line 1993, static/css/styles.scss */
      .weekly-menu-cta .calories-details .type.bg-green {
        background-color: #9BEA82; }
      /* line 1997, static/css/styles.scss */
      .weekly-menu-cta .calories-details .type.bg-orange {
        background-color: #FFC796; }
      /* line 2001, static/css/styles.scss */
      .weekly-menu-cta .calories-details .type.bg-pink {
        background-color: #FFC0C8; }
      /* line 2005, static/css/styles.scss */
      .weekly-menu-cta .calories-details .type.bg-yellow {
        background-color: #FFD66D; }
    /* line 2010, static/css/styles.scss */
    .weekly-menu-cta .calories-details .cal {
      font-family: 'gelica', sans-serif;
      font-size: 24px;
      display: block;
      margin-bottom: 10px; }

/* line 2019, static/css/styles.scss */
.blog-preview-section {
  padding: 112px 0;
  text-align: center; }
  @media (max-width: 1023px) {
    /* line 2019, static/css/styles.scss */
    .blog-preview-section {
      padding: 30px 0; } }
  /* line 2027, static/css/styles.scss */
  .blog-preview-section .posts-listing {
    text-align: left; }
  /* line 2031, static/css/styles.scss */
  .blog-preview-section h2 {
    margin-bottom: 40px; }
  /* line 2035, static/css/styles.scss */
  .blog-preview-section p {
    margin-bottom: 40px; }

/* line 2040, static/css/styles.scss */
.subscribe-section {
  background-color: #F7F3B6;
  padding: 32px 0; }
  /* line 2044, static/css/styles.scss */
  .subscribe-section .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px; }
    @media (max-width: 1023px) {
      /* line 2044, static/css/styles.scss */
      .subscribe-section .wrapper {
        flex-direction: column;
        align-items: initial;
        gap: 30px;
        text-align: center; } }
  /* line 2058, static/css/styles.scss */
  .subscribe-section .flex-left {
    align-items: flex-start; }
    /* line 2061, static/css/styles.scss */
    .subscribe-section .flex-left h2 {
      margin-bottom: 24px; }
  /* line 2066, static/css/styles.scss */
  .subscribe-section .flex-right {
    flex: 1; }
  /* line 2070, static/css/styles.scss */
  .subscribe-section form {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 407px;
    width: 100%;
    margin: 0 auto; }
  /* line 2079, static/css/styles.scss */
  .subscribe-section input {
    font-size: 21px;
    background-color: #fff;
    height: 49px;
    border-radius: 2em;
    border: none;
    box-shadow: none;
    padding: 12px 24px; }

/* line 2091, static/css/styles.scss */
.blog-heading {
  text-align: center;
  padding-bottom: 60px; }
  @media (max-width: 767px) {
    /* line 2091, static/css/styles.scss */
    .blog-heading {
      padding-bottom: 30px; } }
  @media (max-width: 767px) {
    /* line 2099, static/css/styles.scss */
    .blog-heading h1 {
      font-size: 6rem;
      line-height: 6.4rem; } }
  /* line 2105, static/css/styles.scss */
  .blog-heading h1 span {
    color: #49af29; }

/* line 2113, static/css/styles.scss */
.posts-listing ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  list-style: none; }
  @media (max-width: 767px) {
    /* line 2113, static/css/styles.scss */
    .posts-listing ul {
      grid-template-columns: 1fr; } }
  /* line 2123, static/css/styles.scss */
  .posts-listing ul li {
    display: flex;
    flex-direction: column;
    gap: 15px; }
  /* line 2129, static/css/styles.scss */
  .posts-listing ul .post-feature-image {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    height: 204px; }
    /* line 2135, static/css/styles.scss */
    .posts-listing ul .post-feature-image img {
      object-fit: cover;
      height: 100%;
      width: 100%;
      transition: all 300ms ease-in-out; }
      /* line 2141, static/css/styles.scss */
      .posts-listing ul .post-feature-image img:hover {
        transform: scale(1.04); }
  /* line 2148, static/css/styles.scss */
  .posts-listing ul .post-info-wrap {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap; }
    /* line 2155, static/css/styles.scss */
    .posts-listing ul .post-info-wrap .post-category {
      background: #F7F3B6;
      border-radius: 10px;
      color: #0e4c45;
      padding: 10px 12px 6px;
      text-transform: uppercase;
      font-size: 1.5rem;
      line-height: 1.8rem; }
    /* line 2165, static/css/styles.scss */
    .posts-listing ul .post-info-wrap a {
      text-decoration: none; }
    /* line 2169, static/css/styles.scss */
    .posts-listing ul .post-info-wrap .date-posted {
      font-size: 1.5rem;
      flex-shrink: 0; }
  /* line 2176, static/css/styles.scss */
  .posts-listing ul .post-title a {
    text-decoration: none;
    color: #0e4c45;
    transition: color 300ms ease-in-out; }
    /* line 2181, static/css/styles.scss */
    .posts-listing ul .post-title a:hover {
      color: #49af29; }
    /* line 2185, static/css/styles.scss */
    .posts-listing ul .post-title a h2 {
      font-size: 24px;
      line-height: 30px;
      font-family: 'gelica', sans-serif;
      text-transform: none;
      font-weight: 400; }

/* line 2196, static/css/styles.scss */
.posts-listing .listing-desc {
  margin-bottom: 50px;
  text-align: center; }

/* line 2202, static/css/styles.scss */
.plan-section {
  padding: 0 0 64px;
  overflow: hidden; }
  /* line 2206, static/css/styles.scss */
  .plan-section .wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    overflow: auto;
    padding: 60px 20px 0; }
  /* line 2214, static/css/styles.scss */
  .plan-section .col {
    border-radius: 24px;
    background-color: #fff;
    padding: 40px 30px 36px;
    border: 2px solid transparent;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 300px; }
    /* line 2225, static/css/styles.scss */
    .plan-section .col.accent-green {
      background-color: #49af29;
      color: #fff; }
      /* line 2229, static/css/styles.scss */
      .plan-section .col.accent-green .sale {
        background-color: #0e4c45; }
      /* line 2233, static/css/styles.scss */
      .plan-section .col.accent-green .price {
        border-bottom: 1px dashed #fff; }
      /* line 2237, static/css/styles.scss */
      .plan-section .col.accent-green .primay-btn {
        background-color: #fff;
        border-color: #fff; }
        /* line 2241, static/css/styles.scss */
        .plan-section .col.accent-green .primay-btn:hover {
          background-color: #0e4c45;
          border-color: #0e4c45; }
    /* line 2248, static/css/styles.scss */
    .plan-section .col.accent-outline {
      border-color: #49af29; }
      /* line 2251, static/css/styles.scss */
      .plan-section .col.accent-outline .sale {
        background-color: #49af29; }
    /* line 2256, static/css/styles.scss */
    .plan-section .col .sale {
      position: absolute;
      z-index: 1;
      left: 32px;
      top: -23px;
      border-radius: 10px;
      color: #fff;
      text-transform: uppercase;
      padding: 12px 20px 9px;
      line-height: 1; }
  /* line 2269, static/css/styles.scss */
  .plan-section h3 {
    font-family: 'dunbar-tall', sans-serif;
    font-size: 40px;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px; }
    @media (max-width: 1319px) {
      /* line 2269, static/css/styles.scss */
      .plan-section h3 {
        font-size: 30px; } }
    @media (max-width: 1023px) {
      /* line 2269, static/css/styles.scss */
      .plan-section h3 {
        font-size: 26px; } }
  /* line 2286, static/css/styles.scss */
  .plan-section .most-chosen {
    position: absolute;
    background-color: #FFC533;
    left: 32px;
    top: -60px;
    font-size: 14px;
    border-radius: 10px;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 12px 7px;
    line-height: 1; }
  /* line 2299, static/css/styles.scss */
  .plan-section .price {
    display: block;
    font-weight: 600;
    margin-bottom: 19px;
    padding-bottom: 19px;
    border-bottom: 2px dashed #939393; }
  /* line 2307, static/css/styles.scss */
  .plan-section .offer-list {
    padding: 0;
    margin: 0 0 38px;
    list-style: none; }
    /* line 2312, static/css/styles.scss */
    .plan-section .offer-list li {
      margin-bottom: 20px;
      display: flex;
      align-items: center;
      gap: 10px; }
  /* line 2320, static/css/styles.scss */
  .plan-section .primay-btn {
    border: 2px solid #0e4c45;
    color: #0e4c45;
    background-color: #fff; }
    /* line 2325, static/css/styles.scss */
    .plan-section .primay-btn:hover {
      background-color: #0e4c45;
      color: #fff; }

/* line 2332, static/css/styles.scss */
.intro-section {
  padding: 112px 0;
  text-align: center; }
  @media (max-width: 1023px) {
    /* line 2332, static/css/styles.scss */
    .intro-section {
      padding: 30px 0; } }
  /* line 2340, static/css/styles.scss */
  .intro-section.space-sm {
    padding: 90px 0; }
    @media (max-width: 1023px) {
      /* line 2340, static/css/styles.scss */
      .intro-section.space-sm {
        padding: 30px 0; } }
/* line 2349, static/css/styles.scss */
.page-detail-section {
  border-bottom: 2px dashed #939393;
  margin-bottom: 80px; }
  /* line 2353, static/css/styles.scss */
  .page-detail-section .page-heading {
    text-align: center;
    margin-bottom: 32px; }
  /* line 2358, static/css/styles.scss */
  .page-detail-section .page-details {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap; }
    /* line 2365, static/css/styles.scss */
    .page-detail-section .page-details a {
      text-decoration: none; }
    /* line 2369, static/css/styles.scss */
    .page-detail-section .page-details .date {
      flex-shrink: 0; }
    /* line 2373, static/css/styles.scss */
    .page-detail-section .page-details .category {
      text-transform: uppercase;
      background-color: #F7F3B6;
      border-radius: 12px;
      padding: 8px 24px 4px;
      font-weight: 400;
      font-size: 16px;
      color: #0e4c45;
      display: inline-block; }
  /* line 2385, static/css/styles.scss */
  .page-detail-section .hero-img {
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 80px; }
    /* line 2390, static/css/styles.scss */
    .page-detail-section .hero-img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }

/* line 2398, static/css/styles.scss */
.faq-section {
  padding: 0 0 80px; }
  /* line 2401, static/css/styles.scss */
  .faq-section .open-close {
    border-bottom: 2px dashed #939393; }
    /* line 2405, static/css/styles.scss */
    .faq-section .open-close[open] img {
      transform: rotate(-180deg); }
    /* line 2410, static/css/styles.scss */
    .faq-section .open-close img {
      transition: .3s transform;
      width: 40px; }
      @media (max-width: 1023px) {
        /* line 2410, static/css/styles.scss */
        .faq-section .open-close img {
          width: 24px; } }
    /* line 2419, static/css/styles.scss */
    .faq-section .open-close summary {
      outline: none;
      list-style: none;
      display: flex;
      align-items: center;
      justify-content: space-between;
      cursor: pointer;
      padding: 40px 0; }
      /* line 2428, static/css/styles.scss */
      .faq-section .open-close summary::-webkit-details-marker {
        display: none; }
      /* line 2432, static/css/styles.scss */
      .faq-section .open-close summary h2 {
        margin-bottom: 0; }
    /* line 2437, static/css/styles.scss */
    .faq-section .open-close .content {
      padding: 0 0 32px; }
    /* line 2441, static/css/styles.scss */
    .faq-section .open-close .h3 {
      text-transform: none; }
  /* line 2446, static/css/styles.scss */
  .faq-section ol {
    padding: 0;
    margin: 0 0 32px;
    list-style: none;
    counter-reset: li; }
    /* line 2452, static/css/styles.scss */
    .faq-section ol li {
      position: relative;
      padding-left: 30px; }
      /* line 2456, static/css/styles.scss */
      .faq-section ol li:before {
        content: counter(li) ".";
        counter-increment: li;
        display: inline-block;
        position: absolute;
        left: 10px;
        top: 0; }
  /* line 2467, static/css/styles.scss */
  .faq-section ul {
    padding: 0;
    margin: 0 0 32px;
    list-style: none; }
    /* line 2472, static/css/styles.scss */
    .faq-section ul li {
      position: relative;
      padding-left: 30px; }
      /* line 2476, static/css/styles.scss */
      .faq-section ul li:before {
        content: '';
        width: 4px;
        height: 4px;
        background-color: #0e4c45;
        border-radius: 50%;
        display: inline-block;
        position: absolute;
        left: 14px;
        top: 9px; }
  /* line 2490, static/css/styles.scss */
  .faq-section h1,
  .faq-section h2,
  .faq-section h3 {
    margin-bottom: 30px; }
  /* line 2496, static/css/styles.scss */
  .faq-section h4,
  .faq-section h5 {
    margin-bottom: 15px; }
  /* line 2501, static/css/styles.scss */
  .faq-section p {
    margin-bottom: 30px; }

/* line 2506, static/css/styles.scss */
.contact-section {
  padding: 120px 0; }
  @media (max-width: 1023px) {
    /* line 2506, static/css/styles.scss */
    .contact-section {
      padding: 50px 0;
      text-align: center; } }
  /* line 2514, static/css/styles.scss */
  .contact-section .wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px; }
    @media (max-width: 1023px) {
      /* line 2514, static/css/styles.scss */
      .contact-section .wrapper {
        grid-template-columns: 1fr; } }
  /* line 2524, static/css/styles.scss */
  .contact-section p {
    font-size: 24px; }

/* line 2530, static/css/styles.scss */
.content-section h1 {
  text-align: center; }

/* line 2536, static/css/styles.scss */
.policy-section h1 {
  text-align: center;
  margin-bottom: 80px; }

/* line 2541, static/css/styles.scss */
.policy-section h2 {
  font-size: 48px;
  text-transform: none; }

/* line 2546, static/css/styles.scss */
.policy-section .title {
  font-size: 40px;
  font-family: 'gelica', sans-serif;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 5px;
  display: inline-block; }

/* line 2556, static/css/styles.scss */
.policy-section ol p {
  margin: 0; }

/* line 2561, static/css/styles.scss */
.policy-section ol li:before {
  font-size: 40px; }

/* line 2566, static/css/styles.scss */
.policy-section ol > li {
  margin-bottom: 32px; }

/* line 2571, static/css/styles.scss */
.policy-section a:not([class]) {
  color: #49AF29; }

/* line 2576, static/css/styles.scss */
.swiper-recepies {
  height: 100%;
  overflow: hidden;
  margin-right: 0; }
  /* line 2581, static/css/styles.scss */
  .swiper-recepies .recipe-card .img-holder {
    padding-bottom: 100%; }

/* line 2586, static/css/styles.scss */
.onboarding {
  padding-bottom: 100px;
  margin-bottom: 0; }
  /* line 2590, static/css/styles.scss */
  .onboarding .hero-flex {
    gap: 80px;
    align-items: center; }
    @media (max-width: 960px) {
      /* line 2590, static/css/styles.scss */
      .onboarding .hero-flex {
        flex-direction: column;
        gap: 40px;
        padding-top: 50px;
        padding-bottom: 50px; } }
    @media (max-width: 960px) {
      /* line 2601, static/css/styles.scss */
      .onboarding .hero-flex .flex-left {
        text-align: center;
        max-width: 60%; } }
    @media (max-width: 640px) {
      /* line 2601, static/css/styles.scss */
      .onboarding .hero-flex .flex-left {
        max-width: 100%; } }
    /* line 2611, static/css/styles.scss */
    .onboarding .hero-flex .flex-left h1 {
      display: flex;
      flex-direction: column;
      font-size: 10rem;
      line-height: 10.5rem;
      margin-bottom: 20px; }
      @media (max-width: 1023px) {
        /* line 2611, static/css/styles.scss */
        .onboarding .hero-flex .flex-left h1 {
          font-size: 7rem;
          line-height: 7.5rem; } }
      /* line 2623, static/css/styles.scss */
      .onboarding .hero-flex .flex-left h1 span {
        color: #49af29; }
    /* line 2628, static/css/styles.scss */
    .onboarding .hero-flex .flex-left p {
      font-family: 'gelica', sans-serif;
      font-size: 3rem;
      line-height: 3.2rem; }
      @media (max-width: 640px) {
        /* line 2628, static/css/styles.scss */
        .onboarding .hero-flex .flex-left p {
          font-size: 2.4rem;
          line-height: 2.6rem; } }
    @media (max-width: 960px) {
      /* line 2642, static/css/styles.scss */
      .onboarding .hero-flex .flex-right img {
        max-width: 60%;
        margin: 0 auto; } }
    @media (max-width: 640px) {
      /* line 2642, static/css/styles.scss */
      .onboarding .hero-flex .flex-right img {
        max-width: 80%; } }
/* line 2656, static/css/styles.scss */
.socials {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  gap: 12px;
  align-items: center; }
  /* line 2664, static/css/styles.scss */
  .socials li {
    display: flex;
    align-items: center; }
