.highlight .c {
  color: #998;
  font-style: italic;
}
.highlight .err {
  color: #a61717;
  background-color: #e3d2d2;
}
.highlight .k {
  font-weight: bold;
}
.highlight .o {
  font-weight: bold;
}
.highlight .cm {
  color: #998;
  font-style: italic;
}
.highlight .cp {
  color: #999;
  font-weight: bold;
}
.highlight .c1 {
  color: #998;
  font-style: italic;
}
.highlight .cs {
  color: #999;
  font-weight: bold;
  font-style: italic;
}
.highlight .gd {
  color: #000;
  background-color: #fdd;
}
.highlight .gd .x {
  color: #000;
  background-color: #faa;
}
.highlight .ge {
  font-style: italic;
}
.highlight .gr {
  color: #a00;
}
.highlight .gh {
  color: #999;
}
.highlight .gi {
  color: #000;
  background-color: #dfd;
}
.highlight .gi .x {
  color: #000;
  background-color: #afa;
}
.highlight .go {
  color: #888;
}
.highlight .gp {
  color: #555;
}
.highlight .gs {
  font-weight: bold;
}
.highlight .gu {
  color: #aaa;
}
.highlight .gt {
  color: #a00;
}
.highlight .kc {
  font-weight: bold;
}
.highlight .kd {
  font-weight: bold;
}
.highlight .kp {
  font-weight: bold;
}
.highlight .kr {
  font-weight: bold;
}
.highlight .kt {
  color: #458;
  font-weight: bold;
}
.highlight .m {
  color: #099;
}
.highlight .s {
  color: #d14;
}
.highlight .na {
  color: #008080;
}
.highlight .nb {
  color: #0086B3;
}
.highlight .nc {
  color: #458;
  font-weight: bold;
}
.highlight .no {
  color: #008080;
}
.highlight .ni {
  color: #800080;
}
.highlight .ne {
  color: #900;
  font-weight: bold;
}
.highlight .nf {
  color: #900;
  font-weight: bold;
}
.highlight .nn {
  color: #555;
}
.highlight .nt {
  color: #000080;
}
.highlight .nv {
  color: #008080;
}
.highlight .ow {
  font-weight: bold;
}
.highlight .w {
  color: #bbb;
}
.highlight .mf {
  color: #099;
}
.highlight .mh {
  color: #099;
}
.highlight .mi {
  color: #099;
}
.highlight .mo {
  color: #099;
}
.highlight .sb {
  color: #d14;
}
.highlight .sc {
  color: #d14;
}
.highlight .sd {
  color: #d14;
}
.highlight .s2 {
  color: #d14;
}
.highlight .se {
  color: #d14;
}
.highlight .sh {
  color: #d14;
}
.highlight .si {
  color: #d14;
}
.highlight .sx {
  color: #d14;
}
.highlight .sr {
  color: #009926;
}
.highlight .s1 {
  color: #d14;
}
.highlight .ss {
  color: #990073;
}
.highlight .bp {
  color: #999;
}
.highlight .vc {
  color: #008080;
}
.highlight .vg {
  color: #008080;
}
.highlight .vi {
  color: #008080;
}
.highlight .il {
  color: #099;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

/**
 * Reset some basic elements
 */
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0;
}

/**
 * Basic styling
 */
body {
  font: 400 16px/1.5 -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Segoe UI Emoji", "Segoe UI Symbol", "Apple Color Emoji", Roboto, Helvetica, Arial, sans-serif;
  color: #36443A;
  background-color: #fdfdfd;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  overflow-wrap: break-word;
}

/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure,
.highlight {
  margin-bottom: 15px;
}

hr {
  margin-top: 30px;
  margin-bottom: 30px;
}

/**
 * `main` element
 */
main {
  display: block; /* Default value of `display` of `main` element is 'inline' in IE 11. */
}

/**
 * Images
 */
img {
  max-width: 100%;
  vertical-align: middle;
}

/**
 * Figures
 */
figure > img {
  display: block;
}

figcaption {
  font-size: 14px;
}

/**
 * Lists
 */
ul, ol {
  margin-left: 30px;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

/**
 * Headings
 */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

/**
 * Links
 */
a {
  color: #36443A;
  text-decoration: none;
}
.social-media-list a:hover, .pagination a:hover {
  text-decoration: none;
}
.social-media-list a:hover .username, .pagination a:hover .username {
  text-decoration: underline;
}

/**
 * Buttons
 */
button {
  outline: none;
  border-style: none;
}
button:hover {
  cursor: pointer;
}

/**
 * Blockquotes
 */
blockquote {
  color: #828282;
  border-left: 4px solid #e8e8e8;
  padding-left: 15px;
  font-size: 1.125rem;
  font-style: italic;
}
blockquote > :last-child {
  margin-bottom: 0;
}
blockquote i, blockquote em {
  font-style: normal;
}

/**
 * Code formatting
 */
pre,
code {
  font-family: "Menlo", "Inconsolata", "Consolas", "Roboto Mono", "Ubuntu Mono", "Liberation Mono", "Courier New", monospace;
  font-size: 0.9375em;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  background-color: #eeeeff;
}

code {
  padding: 1px 5px;
}

pre {
  padding: 8px 12px;
  overflow-x: auto;
}
pre > code {
  border: 0;
  padding-right: 0;
  padding-left: 0;
}

.highlight {
  border-radius: 3px;
  background: #eeeeff;
}
.highlighter-rouge .highlight {
  background: #eeeeff;
}

/**
 * Wrapper
 */
.wrapper {
  margin-right: auto;
  margin-left: auto;
}
.header-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-left: 0px;
}
@media screen and (min-width: 768px) {
  .header-wrapper {
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 10px;
  }
}

/**
 * Clearfix
 */
.wrapper:after {
  content: "";
  display: table;
  clear: both;
}

/**
 * Icons
 */
.orange {
  color: #f66a0a;
}

.grey {
  color: #828282;
}

.svg-icon {
  width: 1.25em;
  height: 1.25em;
  display: inline-block;
  fill: currentColor;
  vertical-align: text-bottom;
}

/**
 * Tables
 */
table {
  margin-bottom: 30px;
  width: 100%;
  text-align: left;
  color: #3f3f3f;
  border-collapse: collapse;
  border: 1px solid #e8e8e8;
}
table tr:nth-child(even) {
  background-color: #f7f7f7;
}
table th, table td {
  padding: 10px 15px;
}
table th {
  background-color: #f0f0f0;
  border: 1px solid #e0e0e0;
}
table td {
  border: 1px solid #e8e8e8;
}
@media screen and (max-width: 800px) {
  table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

@font-face {
  font-family: "Poppins";
  src: url("/assets/fonts/Poppins-Light.ttf") format("woff2"), url("/assets/fonts/Poppins-Light.ttf") format("woff"), url("/assets/fonts/Poppins-Light.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("/assets/fonts/Poppins-Regular.ttf") format("woff2"), url("/assets/fonts/Poppins-Regular.ttf") format("woff"), url("/assets/fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("/assets/fonts/Poppins-Medium.ttf") format("woff2"), url("/assets/fonts/Poppins-Medium.ttf") format("woff"), url("/assets/fonts/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: bold;
}
@font-face {
  font-family: "Larken";
  src: url("/assets/fonts/Larken-Regular.otf") format("woff2"), url("/assets/fonts/Larken-Regular.otf") format("woff"), url("/assets/fonts/Larken-Regular.otf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Larken Italic";
  src: url("/assets/fonts/Larken-LightItalic.otf") format("woff2"), url("/assets/fonts/Larken-LightItalic.otf") format("woff"), url("/assets/fonts/Larken-LightItalic.otf") format("truetype");
  font-style: normal;
}
.new-header .banner {
  padding: 10px 0;
  color: #36443A;
  position: fixed;
}

/** Site banner **/
.green-back {
  background-color: #a7c194;
  text-align: center;
  color: #36443A;
  text-transform: uppercase;
}
.green-back a {
  font-weight: bold;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .green-back {
    padding: 10px;
  }
}
.green-back p {
  margin-bottom: 11px;
}
@media screen and (max-width: 768px) {
  .green-back p {
    font-size: 15px;
    margin-bottom: 0;
  }
}

.sage-green-back {
  background-color: #C5D1C0;
  text-align: center;
  color: #36443A;
}
.sage-green-back a {
  font-weight: bold;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .sage-green-back {
    padding: 10px;
  }
}
.sage-green-back p {
  margin-bottom: 11px;
}
@media screen and (max-width: 768px) {
  .sage-green-back p {
    font-size: 15px;
    margin-bottom: 0;
  }
}

.pink-back {
  background-color: rgb(239, 146, 129);
  text-align: center;
  color: #36443A;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .pink-back {
    padding: 10px;
  }
}
.pink-back p {
  margin-bottom: 11px;
}
@media screen and (max-width: 768px) {
  .pink-back p {
    font-size: 15px;
    margin-bottom: 0;
  }
}
.pink-back p a {
  text-decoration: underline;
  color: #36443A;
}

/**
 * Site header
 */
.site-header {
  line-height: 54px;
  background-color: #FFFBF5;
  position: fixed;
  z-index: 1000;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .site-header {
    transition: transform 0.3s ease-in-out;
  }
}
@media screen and (max-width: 768px) {
  .site-header {
    line-height: 1;
  }
}

#site-header.hidden {
  transform: translateY(-100%);
  transition: transform 0.3s ease-in-out;
}

.site-title {
  font-size: 1.625rem;
  font-weight: 300;
  letter-spacing: -1px;
  margin-bottom: 0;
  float: left;
}
@media screen and (max-width: 768px) {
  .site-title {
    display: flex;
    align-items: center;
  }
}

.methodology-logo {
  max-width: unset;
}
@media screen and (max-width: 768px) {
  .methodology-logo {
    margin: 0 auto;
  }
}
@media screen and (min-width: 915px) {
  .methodology-logo {
    content: url("../../assets/desktop-logo.svg");
  }
}

@media screen and (max-width: 768px) {
  .user-login {
    width: fit-content;
    height: 60px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-right: 20px;
  }
  .user-login a {
    text-transform: capitalize;
    color: #36443A;
    font-size: 12px;
    margin-bottom: 0px;
    font-family: "Poppins", "Helvetica Neue", sans-serif !important;
    font-weight: 400 !important;
    font-style: normal;
  }
  .user-login a:hover {
    text-decoration: underline;
  }
  .user-login img {
    width: 22px;
    height: 23px;
    margin-left: 5px;
  }
}
@media screen and (min-width: 768px) {
  .user-login {
    display: none;
  }
}

.user-login-desktop {
  width: fit-content;
  height: 69px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 10px;
}
.user-login-desktop p {
  text-transform: capitalize;
  color: #36443A;
  font-size: 16px;
  font-family: "Poppins", "Helvetica Neue", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
.user-login-desktop span {
  margin-top: -3px;
}
.user-login-desktop img {
  width: 22px;
  height: 23px;
  margin-left: 5px;
  margin-top: 1px;
}
@media screen and (max-width: 768px) {
  .user-login-desktop {
    display: none;
  }
}

.site-nav {
  background-color: #FFFBF5;
  text-align: right;
  z-index: 1;
  padding-left: 5px;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .site-nav {
    display: none;
  }
}
.site-nav .nav-trigger {
  display: none;
}
.site-nav .menu-icon {
  float: right;
  width: 36px;
  height: 26px;
  line-height: 0;
  padding-top: 10px;
  text-align: center;
}
.site-nav label[for=nav-trigger], .site-nav #nav-close {
  display: block;
  float: right;
  z-index: 2;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .site-nav label[for=nav-trigger], .site-nav #nav-close {
    float: left;
  }
}
.site-nav .open-menu {
  margin-top: 50px;
  margin-left: 25px;
}
@media screen and (max-width: 768px) {
  .site-nav .open-menu {
    float: left;
  }
}
@media screen and (max-width: 768px) {
  .site-nav .open-menu-item {
    margin-top: 120px;
  }
  .site-nav .open-menu-item .nav-menu-item {
    display: flex;
    flex-direction: column;
  }
  .site-nav .open-menu-item .nav-menu-item hr {
    margin-top: 0px;
    margin-bottom: 23px;
    margin-left: 30px;
    margin-right: 37px;
    background-color: #C9D5C8;
  }
  .site-nav .open-menu-item .menu {
    width: 250px;
    background-color: #34495e;
    padding: 20px;
    border-radius: 5px;
    font-family: Arial, sans-serif;
    color: #ffffff;
  }
  .site-nav .open-menu-item .menu-item {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .site-nav .open-menu-item .menu-item hr {
    margin-top: 0px;
    margin-bottom: 23px;
    margin-left: 30px;
    margin-right: 37px;
    background-color: #C9D5C8;
  }
}
@media screen and (max-width: 768px) {
  .site-nav .open-menu-item .menu-item h2 {
    margin: 0;
    font-size: 18px;
    font-weight: normal;
    cursor: pointer;
  }
  .site-nav .open-menu-item .menu-item a {
    color: #ffffff;
    text-decoration: none;
  }
  .site-nav .open-menu-item .toggle-input {
    display: none;
  }
  .site-nav .open-menu-item .toggle-label {
    cursor: pointer;
  }
  .site-nav .open-menu-item .submenu {
    display: none;
    margin-top: 10px;
    padding-left: 20px;
  }
  .site-nav .open-menu-item .toggle-input:checked ~ .submenu {
    display: block;
  }
  .site-nav .open-menu-item .submenu-item {
    margin-bottom: 8px;
    font-size: 14px;
  }
  .site-nav .open-menu-item .arrow {
    display: inline-block;
    margin-left: 5px;
    transition: transform 0.3s;
  }
  .site-nav .open-menu-item .toggle-input:checked ~ .toggle-label .arrow {
    transform: rotate(180deg);
  }
}
.site-nav input ~ .trigger {
  clear: both;
  display: none;
  z-index: 1;
  position: absolute;
}
.site-nav input:checked ~ .trigger {
  display: block;
  padding-bottom: 5px;
  height: 100vh;
  width: 100%;
  z-index: 4;
  top: -1px;
  left: 0px;
  background-color: #36443A;
}
.site-nav .page-link {
  color: #111111;
  line-height: 1.5;
  display: block;
  padding: 5px 10px;
  margin-left: 20px;
}
.site-nav .page-link:not(:last-child) {
  margin-right: 0;
}
.site-nav .page-link-open {
  color: #111111;
  line-height: 1.5;
  display: block;
  padding: 5px 10px;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .site-nav .page-link-open {
    text-align: start;
    color: #FFFBF5;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0.96px;
    margin-right: 8%;
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-family: "Larken", "Albra", sans-serif !important;
    font-weight: 400 !important;
    font-style: normal;
  }
}
.site-nav .page-link-submenu {
  color: #111111;
  line-height: 1.5;
  display: block;
  padding: 5px 10px;
  margin-left: 20px;
}
.site-nav .page-link-submenu:not(:last-child) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .site-nav .page-link-submenu {
    text-align: start;
    color: #FFFBF5;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.8px;
    font-family: "Poppins", "Helvetica Neue", sans-serif !important;
    font-weight: 300 !important;
    font-style: normal;
  }
}
@media screen and (min-width: 768px) {
  .site-nav {
    position: static;
    float: right;
    border: none;
    background-color: inherit;
  }
  .site-nav label[for=nav-trigger] {
    display: none;
  }
  .site-nav .menu-icon {
    display: none;
  }
  .site-nav input ~ .trigger {
    display: block;
  }
  .site-nav .page-link {
    display: inline;
    padding: 0;
    margin-left: auto;
  }
  .site-nav .page-link:not(:last-child) {
    margin-right: 20px;
  }
}

.site-nav-desktop {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: flex-end;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .site-nav-desktop p {
    color: #36443A;
  }
}
@media screen and (max-width: 768px) {
  .site-nav-desktop {
    display: none;
  }
}

/**
 * Site footer
 */
.site-footer {
  border-top: 1px solid #e8e8e8;
  padding: 30px 0;
}

.footer-heading {
  font-size: 1.125rem;
  margin-bottom: 15px;
}

.feed-subscribe .svg-icon {
  padding: 5px 5px 2px 0;
}

.contact-list,
.social-media-list,
.pagination {
  list-style: none;
  margin-left: 0;
}

.footer-col-wrapper,
.social-links {
  font-size: 0.9375rem;
  color: #828282;
}

.footer-col {
  margin-bottom: 15px;
}

.footer-col-1,
.footer-col-2 {
  width: calc(50% - 30px / 2);
}

.footer-col-3 {
  width: calc(100% - 30px / 2);
}

@media screen and (min-width: 1600px) {
  .footer-col-1 {
    width: calc(35% - 30px / 2);
  }
  .footer-col-2 {
    width: calc(20% - 30px / 2);
  }
  .footer-col-3 {
    width: calc(45% - 30px / 2);
  }
}
@media screen and (min-width: 768px) {
  .footer-col-wrapper {
    display: flex;
  }
  .footer-col {
    width: calc(100% - 30px / 2);
    padding: 0 15px;
  }
  .footer-col:first-child {
    padding-right: 15px;
    padding-left: 0;
  }
  .footer-col:last-child {
    padding-right: 0;
    padding-left: 15px;
  }
}
/**
 * Page content
 */
.page-content {
  padding-top: 130px;
  flex: 1 0 auto;
  background-color: #FFFBF5;
}
@media screen and (max-width: 768px) {
  .page-content {
    padding-top: 95px;
  }
}

.page-heading {
  font-size: 2rem;
}

.post-list-heading {
  font-size: 1.75rem;
}

.post-list {
  margin-left: 0;
  list-style: none;
}
.post-list > li {
  margin-bottom: 30px;
}

.post-meta {
  font-size: 14px;
  color: #828282;
}

.post-link {
  display: block;
  font-size: 1.5rem;
}

/**
 * Posts
 */
.post-header {
  margin-bottom: 30px;
}

.post-title,
.post-content h1 {
  font-size: 2.625rem;
  letter-spacing: -1px;
  line-height: 1.15;
}
@media screen and (min-width: 1600px) {
  .post-title,
  .post-content h1 {
    font-size: 2.625rem;
  }
}

.post-content {
  margin-bottom: 30px;
}
.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
  margin-top: 30px;
}
.post-content h2 {
  font-size: 1.75rem;
}
@media screen and (min-width: 1600px) {
  .post-content h2 {
    font-size: 2rem;
  }
}
.post-content h3 {
  font-size: 1.375rem;
}
@media screen and (min-width: 1600px) {
  .post-content h3 {
    font-size: 1.625rem;
  }
}
.post-content h4 {
  font-size: 1.25rem;
}
.post-content h5 {
  font-size: 1.125rem;
}
.post-content h6 {
  font-size: 1.0625rem;
}

.social-media-list, .pagination {
  display: table;
  margin: 0 auto;
}
.social-media-list li, .pagination li {
  float: left;
  margin: 5px 10px 5px 0;
}
.social-media-list li:last-of-type, .pagination li:last-of-type {
  margin-right: 0;
}
.social-media-list li a, .pagination li a {
  display: block;
  padding: 10px 12px;
  border: 1px solid #e8e8e8;
}
.social-media-list li a:hover, .pagination li a:hover {
  border-color: #dbdbdb;
}

/**
 * Pagination navbar
 */
.pagination {
  margin-bottom: 30px;
}
.pagination li a, .pagination li div {
  min-width: 41px;
  text-align: center;
  box-sizing: border-box;
}
.pagination li div {
  display: block;
  padding: 7.5px;
  border: 1px solid transparent;
}
.pagination li div.pager-edge {
  color: #e8e8e8;
  border: 1px dashed;
}

/**
 * Grid helpers
 */
@media screen and (min-width: 1600px) {
  .one-half {
    width: calc(50% - 30px / 2);
  }
}
.green-button {
  display: inline-flex;
  padding: 12px 35px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  background: #C9D5C8;
}
.green-button a {
  text-decoration: none !important;
}
.green-button span {
  color: #36443A;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.green-button:hover {
  box-shadow: 0 0 0 1.5px #36443A !important;
  background-color: #36443A;
}
.green-button:hover span {
  color: #FFFBF5;
}

.dark-green-button {
  display: inline-flex;
  padding: 12px 35px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  background: #6f846d;
}
.dark-green-button a {
  text-decoration: none !important;
}
.dark-green-button span {
  color: #ffffff;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.dark-green-button:hover {
  box-shadow: 0 0 0 1.5px #36443A !important;
  background-color: #36443A;
}
.dark-green-button:hover span {
  color: #FFFBF5;
}

.white-primary-button {
  display: inline-flex;
  padding: 12px 35px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  background: #ffffff;
}
.white-primary-button a {
  text-decoration: none !important;
}
.white-primary-button span {
  color: #36443A;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.white-primary-button:hover {
  box-shadow: 0 0 0 1.5px #36443A !important;
  background-color: #36443A;
}
.white-primary-button:hover span {
  color: #FFFBF5;
}

.btn-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.white-button {
  font-size: 16px;
  line-height: 24px;
  background-color: #FFFBF5;
  color: #36443a;
  border-radius: 5px;
  padding: 12px 35px !important;
}
.white-button a {
  color: #36443a;
  text-decoration: none !important;
}
.white-button:hover {
  box-shadow: 0 0 0 1.5px #36443A !important;
  background-color: #36443A;
}
.white-button:hover span {
  color: #FFFBF5;
}

.dark-button {
  font-size: 16px;
  line-height: 24px;
  background-color: #36443A;
  color: #C9D5C8;
  border-radius: 5px;
  padding: 12px 35px !important;
}
.dark-button span {
  color: #C9D5C8;
}

.light-button {
  font-size: 16px;
  line-height: 24px;
  background-color: #FFFBF5;
  color: #36443A;
  border-radius: 5px;
  padding: 12px 35px;
  text-decoration: none;
}
.light-button:hover {
  background-color: #36443A;
  color: #FFFBF5;
}

.capitalize {
  padding: 0 !important;
  margin: 0 !important;
  text-align: center;
  text-transform: capitalize;
}

.uppercase {
  padding: 0 !important;
  margin: 0 !important;
  text-align: center;
  text-transform: uppercase;
}

.press {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
  margin: 10px 0;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}
.press .wsj {
  width: 42.412px;
  height: 22px;
  flex-shrink: 0;
}
.press .time {
  width: 66px;
  flex-shrink: 0;
}
.press .rollingstone {
  width: 101.624px;
  flex-shrink: 0;
}
.press .forbes {
  width: 66px;
  flex-shrink: 0;
}
.press .womenshealth {
  width: 110px;
  flex-shrink: 0;
}
.press .inc {
  width: 61px;
  height: 22px;
  flex-shrink: 0;
}
.press .otherimg {
  width: 100px;
  flex-shrink: 0;
}

.slider-header {
  justify-content: flex-start;
  margin-top: 30px;
}
@media screen and (min-width: 820px) {
  .slider-header {
    justify-content: center;
  }
}

.slider-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  overflow: auto;
  column-gap: 25px;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
}
.slider-wrapper .slider-container {
  display: flex;
  flex-direction: column;
  scroll-snap-align: center;
}
.slider-wrapper .slider-container .slider-title {
  cursor: pointer;
  color: #36443A;
  text-align: center;
  font-size: 28px;
  line-height: normal;
  width: max-content;
  opacity: 0.5;
  font-family: "Larken", "Albra", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
.slider-wrapper .slider-container .product-item {
  background-color: #fff;
  display: flex;
  width: 220px;
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
  min-height: 358px;
}
.slider-wrapper .slider-container .product-item .product-detail-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  text-align: center;
  justify-content: space-between;
}
.slider-wrapper .slider-container .product-item .product-image {
  height: 190px;
  width: 220px;
  background: #36443A;
  object-fit: cover;
}
.slider-wrapper .slider-container .product-item .object-contain {
  object-fit: contain;
}
.slider-wrapper .slider-container .product-item .shrubs {
  object-position: 0 -85px;
  object-fit: cover;
}
.slider-wrapper .slider-container .product-item .big-jar {
  object-position: 0 80%;
}
.slider-wrapper .slider-container .product-item .object-cover {
  object-position: cover;
}
.slider-wrapper .slider-container .product-item .small-jar {
  object-position: bottom;
}
.slider-wrapper .slider-container .product-item .product-title {
  width: 65%;
  color: #36443A;
  text-align: center;
  font-size: 24px;
  line-height: 23px;
  margin: 12px;
  font-family: "Larken", "Albra", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
.slider-wrapper .slider-container .product-item .food-name {
  margin: 0;
  color: #36443A;
  text-align: center;
  font-size: 15px;
  line-height: 22px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: "Poppins", "Helvetica Neue", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
.slider-wrapper .slider-container .product-item .nutrition {
  display: flex;
  flex-direction: row;
  flex: 1;
  justify-content: space-around;
  width: 100%;
  padding-bottom: 10px;
  align-items: flex-end;
}
.slider-wrapper .slider-container .product-item .nutrition p {
  margin: 0;
  color: #36443A;
  text-align: center;
  font-size: 11px;
  line-height: 17px;
  font-family: "Poppins", "Helvetica Neue", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
.slider-wrapper .slider-container:first-child {
  margin-left: 20%;
}
.slider-wrapper .slider-container:last-child {
  margin-right: 20%;
}

.testimonial-section {
  background-color: #fafafa;
}
.testimonial-section__inner {
  display: flex;
  justify-content: space-between;
}
.testimonial-section__inner .food-items {
  flex-basis: 50%;
  background-repeat: no-repeat;
  background-position: center;
  object-position: center;
  overflow: hidden;
}
.testimonial-section__inner .food-items video {
  position: relative;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -48%);
}
.testimonial-section__inner .sixth {
  flex-basis: 50%;
  background-color: #fafafa;
  overflow: hidden;
  margin: 0 auto;
}
.testimonial-section__inner .sixth .title {
  font-size: 18px;
  line-height: 20px;
  color: #36443A;
  text-align: center;
  text-transform: uppercase;
}
.testimonial-section__inner .sixth__testimonials-control {
  width: 73%;
  padding-left: 12.5%;
  top: 16%;
}
.testimonial-section__inner .sixth__testimonials-control svg {
  width: 18px;
  cursor: pointer;
}
.testimonial-section__inner .sixth__testimonials-dots {
  margin-top: 30px;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.testimonial-section__inner .sixth__testimonials-dots div {
  display: block;
  width: 16px;
}
.testimonial-section__inner .sixth__testimonial-image img {
  width: 120px;
  height: 120px;
}
.testimonial-section__inner .sixth .sqs-block-content .testimonial-text {
  width: 72.5%;
  margin: 0 auto;
  text-align: center;
  font-size: 28px !important;
  line-height: 34px !important;
  color: #36443A;
  font-family: "Larken", "Albra", sans-serif !important;
  font-weight: 300 !important;
  font-style: normal;
}
.testimonial-section__inner .sixth .sqs-block-content .testimonial-text::after {
  content: "_";
  display: block;
  margin: 4px auto 26px auto;
  font-size: 50px;
  color: #36443A;
  font-weight: 200;
}
.testimonial-section__inner .sixth .sqs-block-content .author-name {
  font-size: 15px;
  line-height: 23px;
  margin: 0;
  padding: 0;
  padding-bottom: 4px;
  color: #36443A;
  letter-spacing: 0.15px;
  font-family: "Larken", "Albra", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
.testimonial-section__inner .sixth .sqs-block-content .author-role {
  font-size: 15px;
  line-height: 23px;
  margin: 0;
  padding: 0;
  color: #36443A;
  letter-spacing: 0.15px;
  font-family: "Larken", "Albra", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}

.testimonial-section-dark__inner {
  display: flex;
  justify-content: space-between;
}
.testimonial-section-dark__inner .food-items {
  flex-basis: 50%;
  background-repeat: no-repeat;
  background-position: center;
  object-position: center;
  overflow: hidden;
}
.testimonial-section-dark__inner .food-items video {
  position: relative;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -48%);
}
.testimonial-section-dark__inner .sixth {
  flex-basis: 50%;
  background-color: #36443A;
  overflow: hidden;
  margin: 0 auto;
}
.testimonial-section-dark__inner .sixth .title {
  font-size: 18px;
  line-height: 20px;
  color: #36443A;
  text-align: center;
  text-transform: uppercase;
}
.testimonial-section-dark__inner .sixth__testimonials-control {
  width: 73%;
  padding-left: 12.5%;
  top: 16%;
}
.testimonial-section-dark__inner .sixth__testimonials-control svg {
  width: 18px;
  cursor: pointer;
}
.testimonial-section-dark__inner .sixth__testimonials-dots {
  margin-top: 30px;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.testimonial-section-dark__inner .sixth__testimonials-dots div {
  display: block;
  width: 16px;
}
.testimonial-section-dark__inner .sixth__testimonial-image img {
  width: 120px;
  height: 120px;
}
.testimonial-section-dark__inner .sixth .sqs-block-content .testimonial-text {
  width: 70%;
  margin: 0 auto;
  text-align: center;
  font-size: 12px !important;
  line-height: 23px !important;
  color: #fff;
  margin-top: 24px;
  font-family: "Poppins", "Helvetica Neue", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
.testimonial-section-dark__inner .sixth .sqs-block-content .testimonial-text::after {
  content: "_";
  display: block;
  margin: 4px auto 26px auto;
  font-size: 50px;
  color: #36443A;
  font-weight: 200;
}
.testimonial-section-dark__inner .sixth .sqs-block-content .author-name {
  font-size: 15px;
  line-height: 23px;
  margin: 0;
  padding: 0;
  padding-bottom: 4px;
  color: #fff;
  letter-spacing: 0.15px;
  font-family: "Larken", "Albra", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
.testimonial-section-dark__inner .sixth .sqs-block-content .author-role {
  font-size: 15px;
  line-height: 23px;
  margin: 0;
  padding: 0;
  color: #fff;
  letter-spacing: 0.15px;
  font-family: "Larken", "Albra", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}

.item-title-dark {
  color: #FFFBF5;
  font-style: normal;
  line-height: 23px;
  letter-spacing: 0.15px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: "Larken", "Albra", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .item-title-dark {
    font-size: 15px;
  }
}

.item-content-dark {
  color: #FFFBF5;
  text-align: center;
  font-size: 12px;
  line-height: 23px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: "Poppins", "Helvetica Neue", sans-serif !important;
  font-weight: 200 !important;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .item-content-dark {
    font-size: 15px;
  }
}

.item-content-white {
  color: #36443A;
  text-align: center;
  font-size: 12px;
  line-height: 23px;
  font-family: "Poppins", "Helvetica Neue", sans-serif !important;
  font-weight: 200 !important;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .item-content-white {
    font-size: 15px;
  }
}

.item-title-white {
  color: #36443A;
  font-size: 18px;
  font-style: normal;
  line-height: 23px;
  letter-spacing: 0.15px;
  font-family: "Larken", "Albra", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .item-title-white {
    font-size: 15px;
  }
}

.fade-in-item {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.fade-in-item.visible {
  opacity: 1;
  transform: translateY(0);
}

.navbar {
  display: block;
}
.navbar .green-button-style {
  height: 20px;
}
.navbar .new-green-button {
  padding: 12px 35px !important;
  border-radius: 5px;
  background-color: #C9D5C8;
  text-decoration: none;
  white-space: nowrap;
}
.navbar .new-green-button:hover {
  text-decoration: none;
  background-color: #36443A;
  color: #FFFBF5;
}

.navbar a {
  text-decoration: none;
  color: #36443A;
  padding: 1rem;
  transition: color 0.3s;
  font-family: "Poppins", "Helvetica Neue", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}

.navbar a:hover {
  text-decoration: underline;
}

.menu-item {
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #36443A;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  left: 0;
  width: 100%;
}

.dropdown-content a {
  color: #FFFBF5;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  width: max-content;
  font-family: "Poppins", "Helvetica Neue", sans-serif !important;
  font-weight: 300 !important;
  font-style: normal;
  letter-spacing: 0.8px;
}

.dropdown-content a:hover {
  text-decoration: underline;
  transition: all 0.5s ease;
}

.menu-item:hover .dropdown-content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 50px;
}

@media screen and (max-width: 768px) {
  .hidden-for-mobile {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .hidden-for-desktop {
    display: none !important;
  }
}

.menu-message-text {
  font-family: "Larken", "Albra", sans-serif !important;
  font-size: x-large;
  text-align: center;
}

.menu-zip-code-input {
  padding: 10px 16px;
  align-self: center;
  display: inline-flex;
  width: 50%;
  font-size: 16px;
  font-family: "Poppins", "Helvetica Neue", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}

.zip-button-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .zip-button-container {
    gap: unset;
    justify-content: space-between;
  }
}

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

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  background-image: url("https://d1cbtwb0qnacuk.cloudfront.net/images/light-box-image.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #c1d3c1;
  background-position-y: 20%;
  margin: 15% auto;
  padding: 20px;
  padding-bottom: 40px;
  border: 1px solid #888;
  width: 50%;
  max-width: 600px;
  height: 565px;
}
@media screen and (max-width: 600px) {
  .modal-content {
    width: fit-content;
    margin: unset;
    background-position-y: 100px;
  }
}

.model-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  align-items: center;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.main-container__marquee {
  z-index: 20;
  background-color: #FFFBF5;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100vw;
  max-width: 100%;
  overflow-x: hidden;
  text-transform: uppercase;
}

.main-container__marquee-track {
  display: flex;
  gap: 1.25rem;
  white-space: nowrap;
  position: relative;
  display: flex;
  overflow: hidden;
  user-select: none;
  width: 100%;
}

.main-container__marquee-items {
  flex-shrink: 0;
  display: flex;
  gap: 1.25rem;
  justify-content: space-around;
  min-width: max-content;
  transition: transform 0.01s linear;
}

.main-container__marquee-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 12.5rem;
  transition: all 0.1s ease-in-out;
}
.main-container__marquee-item img {
  max-width: 9.375rem;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}
.main-container__marquee-item img:hover {
  filter: none;
}

.button-lightgreen-hover-cream {
  padding: 12px 35px;
  background-color: #C9D5C8;
  color: #36443A;
  border-radius: 5px;
  text-decoration: none;
  letter-spacing: 1.5px;
  text-align: center;
  font-family: "Poppins", "Helvetica Neue", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
.button-lightgreen-hover-cream:hover {
  background-color: #FFFBF5;
}

.button-lightgreen-hover-dark {
  padding: 12px 35px;
  background-color: #C9D5C8;
  color: #36443A;
  border-radius: 5px;
  text-decoration: none;
  letter-spacing: 1.5px;
  font-family: "Poppins", "Helvetica Neue", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
.button-lightgreen-hover-dark:hover {
  background-color: #36443A;
  color: #FFFBF5;
}

.button-cream-hover-dark {
  padding: 12px 35px;
  background-color: #FFFBF5;
  color: #36443A;
  border-radius: 5px;
  text-decoration: none;
  letter-spacing: 1.5px;
  font-family: "Poppins", "Helvetica Neue", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
.button-cream-hover-dark:hover {
  background-color: #36443A;
  color: #FFFBF5;
}

.button-dark-hover-cream {
  padding: 12px 35px;
  background-color: #36443A;
  color: #FFFBF5;
  border-radius: 5px;
  text-decoration: none;
  letter-spacing: 1.5px;
  font-family: "Poppins", "Helvetica Neue", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
.button-dark-hover-cream:hover {
  background-color: #FFFBF5;
  color: #36443A;
}

.green-link {
  color: #36443A;
  text-decoration: underline;
}

a.disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
}
a.disabled:hover {
  background-color: inherit;
  color: inherit;
  cursor: not-allowed;
}

.large-heading {
  font-size: 42px;
  font-family: "Larken", "Albra", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
  color: #36443A;
}
@media screen and (max-width: 768px) {
  .large-heading {
    font-size: 34px;
  }
}

.sm-heading {
  font-size: 1.5rem;
  font-family: "Larken", "Albra", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
  color: #36443A;
}
@media screen and (max-width: 768px) {
  .sm-heading {
    font-size: 22px;
  }
}

.md-para, .blog-section .blog__content p, .blog-section .blog__content ul, .blog-section .blog__content li {
  font-size: 15px;
  font-family: "Poppins", "Helvetica Neue", sans-serif !important;
  font-weight: 200 !important;
  font-style: normal;
  color: #36443A;
}
@media screen and (max-width: 768px) {
  .md-para, .blog-section .blog__content p, .blog-section .blog__content ul, .blog-section .blog__content li {
    font-size: 14px;
  }
}

.new-footer {
  padding: 50px 0 30px;
  background-color: #FFFBF5;
}
@media screen and (max-width: 768px) {
  .new-footer {
    padding-top: 40px;
  }
}
.new-footer .footer-links-container {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .new-footer .footer-links-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 15px;
    width: 85%;
  }
  .new-footer .footer-links-container .logo-container {
    grid-column: span 2;
    margin-bottom: 20px;
  }
  .new-footer .footer-links-container .order-1 {
    order: 1;
  }
  .new-footer .footer-links-container .order-2 {
    order: 2;
  }
  .new-footer .footer-links-container .order-3 {
    order: 3;
  }
  .new-footer .footer-links-container .order-4 {
    order: 4;
  }
}
.new-footer .footer-links-container .footer-column {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .new-footer .footer-links-container .footer-column {
    gap: 15px;
  }
}
.new-footer .bottom-footer {
  width: 90%;
  margin: 40px auto 0;
  border-top: 1px solid #36443A;
  display: flex;
  gap: 100px;
  justify-content: center;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .new-footer .bottom-footer {
    width: 85%;
    display: grid;
    gap: 0;
    grid-template-columns: repeat(2, 1fr);
  }
}
.new-footer .footer-link {
  color: #36443A;
  text-decoration: none;
  font-size: 15px;
  font-family: "Poppins", "Helvetica Neue", sans-serif !important;
  font-weight: 300 !important;
  font-style: normal;
}
.new-footer .footer-link:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .new-footer .footer-link {
    font-size: 13px;
  }
}

.home-page {
  background-color: #FFFBF5;
}
.home-page .hero-desktop {
  display: none;
}
@media screen and (min-width: 820px) {
  .home-page .hero-desktop {
    display: flex;
    flex-direction: row;
    height: calc(100vh - 130px);
  }
  .home-page .hero-desktop .lead-image {
    background: url("https://d1cbtwb0qnacuk.cloudfront.net/images/home/homepage-banner.jpg");
    background-repeat: no-repeat;
    width: 58%;
    height: 100%;
    background-size: cover;
    background-position-y: center;
  }
  .home-page .hero-desktop .lead-custom-image {
    background: url("https://d1cbtwb0qnacuk.cloudfront.net/images/home/under-the-sea.jpg");
    background-repeat: no-repeat;
    width: 50%;
    height: 100%;
    background-size: cover;
    background-position-x: center;
  }
  .home-page .hero-desktop .lead-soulsync-image {
    background: url("https://d1cbtwb0qnacuk.cloudfront.net/images/home/soul_sync_desktop.jpeg");
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-position-y: 60%;
    background-position-x: 57%;
    display: flex;
    justify-content: end;
  }
  .home-page .hero-desktop .lead-text-content {
    width: 50%;
    background: #36443A;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .home-page .hero-desktop .lead-text-content p {
    color: #FFFBF5;
    text-align: center;
    font-family: "Larken", "Albra", sans-serif !important;
    font-weight: 400 !important;
    font-style: normal;
    font-size: 42px;
    font-style: normal;
    line-height: 45px;
    margin: 0px;
  }
  .home-page .hero-desktop .lead-soulsync-text-content {
    width: 42%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .home-page .hero-desktop .lead-soulsync-text-content p {
    color: #FFFBF5;
    text-align: center;
    font-family: "Larken", "Albra", sans-serif !important;
    font-weight: 400 !important;
    font-style: normal;
    font-size: 42px;
    font-style: normal;
    line-height: 45px;
    margin: 0px;
  }
  .home-page .hero-desktop .hero-soulsync-text-footer {
    width: 100%;
  }
  .home-page .hero-desktop .hero-soulsync-text-footer p {
    color: #FFF;
    text-align: center;
    font-size: 17px;
    line-height: 27px;
    font-family: "Poppins", "Helvetica Neue", sans-serif !important;
    font-weight: 500 !important;
    font-style: normal;
  }
  .home-page .hero-desktop .hero-text-footer {
    width: 80%;
  }
  .home-page .hero-desktop .hero-text-footer p {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    line-height: 27px;
    font-family: "Poppins", "Helvetica Neue", sans-serif !important;
    font-weight: 500 !important;
    font-style: normal;
  }
}
@media screen and (min-width: 1600px) {
  .home-page .hero-desktop {
    display: flex;
    flex-direction: row;
    height: calc(100vh - 195px);
  }
  .home-page .hero-desktop .lead-image {
    background: url("https://d1cbtwb0qnacuk.cloudfront.net/images/home/homepage-banner.jpg");
    background-repeat: no-repeat;
    width: 55%;
    height: 100%;
    background-size: 100%;
    background-position-y: -290px;
  }
  .home-page .hero-desktop .lead-text-content {
    width: 50%;
    background: #36443A;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .home-page .hero-desktop .lead-text-content p {
    color: #FFFBF5;
    text-align: center;
    font-family: "Larken", "Albra", sans-serif !important;
    font-weight: 400 !important;
    font-style: normal;
    font-size: 42px;
    line-height: 45px;
    margin: 0px;
  }
  .home-page .hero-desktop .hero-text-footer {
    width: 80%;
  }
  .home-page .hero-desktop .hero-text-footer p {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    line-height: 27px;
    font-family: "Poppins", "Helvetica Neue", sans-serif !important;
    font-weight: 500 !important;
    font-style: normal;
  }
}
.home-page .hero-soulsync {
  min-height: 680px;
  padding: 28px 4px;
  position: relative;
  top: 0 !important;
  left: 0;
  background: url("https://d1cbtwb0qnacuk.cloudfront.net/images/home/sould_sync_mobile.jpeg");
  background-position: left;
  background-repeat: no-repeat;
  background-size: 116%;
  box-shadow: inset 0px -20px 20px 0px rgba(0, 0, 0, 0.3), inset 0px 0px 0px 0px rgba(0, 0, 0, 0.3);
}
.home-page .hero-soulsync .content {
  margin-top: 0;
  position: relative;
  width: 100%;
  left: 0;
}
.home-page .hero-soulsync .content .hero-content-inner {
  width: 100%;
}
.home-page .hero-soulsync .content .hero-content-inner .hero-text {
  margin: 0 0 16px 0;
  width: 100%;
}
.home-page .hero-soulsync .content .hero-content-inner .hero-text p {
  text-align: center;
  font-size: 28px;
  color: #FFFBF5;
  line-height: 32px;
  margin: 0;
  padding: 0;
  font-family: "Larken", "Albra", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
.home-page .hero-soulsync .content .hero-content-inner .hero-matcha-text {
  margin: 0 0 16px 0;
  width: 100%;
}
.home-page .hero-soulsync .content .hero-content-inner .hero-matcha-text p {
  text-align: center;
  font-size: 38px;
  color: #FFFBF5;
  line-height: 32px;
  margin: 0;
  padding: 0;
  font-family: "Larken", "Albra", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
.home-page .hero-soulsync .content .hero-content-inner .hero-text-footer {
  margin: 0 0 16px 0;
  width: 100%;
}
.home-page .hero-soulsync .content .hero-content-inner .hero-text-footer p {
  color: #fff;
  font-size: 14px;
  line-height: 23px;
  text-align: center;
  margin: 0;
  font-family: "Poppins", "Helvetica Neue", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
.home-page .hero-soulsync .content .hero-content-footer {
  display: flex;
  flex-direction: column;
  min-height: 610px;
  justify-content: flex-end;
  align-items: center;
}
.home-page .hero-soulsync .content h1 {
  margin-top: 0;
}
.home-page .hero-soulsync .content h3 {
  font-size: 18px;
}
@media screen and (min-width: 820px) {
  .home-page .hero-soulsync {
    display: none;
  }
}
.home-page .hero {
  min-height: 621px;
  padding: 28px 20px;
  position: relative;
  top: 0 !important;
  left: 0;
  background: url("https://d1cbtwb0qnacuk.cloudfront.net/images/home/homepage-banner.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  box-shadow: inset 0px -160px 43px 20px rgba(0, 0, 0, 0.3), inset 1px 151px 138px 20px rgba(0, 0, 0, 0.3);
}
.home-page .hero .content {
  margin-top: 0;
  position: relative;
  width: 100%;
  left: 0;
}
.home-page .hero .content .hero-content-inner {
  width: 100%;
}
.home-page .hero .content .hero-content-inner .hero-text {
  margin: 0 0 16px 0;
  width: 100%;
}
.home-page .hero .content .hero-content-inner .hero-text p {
  text-align: center;
  font-size: 28px;
  color: #FFFBF5;
  line-height: 32px;
  margin: 0;
  padding: 0;
  font-family: "Larken", "Albra", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
.home-page .hero .content .hero-content-inner .hero-matcha-text {
  margin: 0 0 16px 0;
  width: 100%;
}
.home-page .hero .content .hero-content-inner .hero-matcha-text p {
  text-align: center;
  font-size: 38px;
  color: #FFFBF5;
  line-height: 32px;
  margin: 0;
  padding: 0;
  font-family: "Larken", "Albra", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
.home-page .hero .content .hero-content-inner .hero-text-footer {
  margin: 0 0 16px 0;
  width: 100%;
}
.home-page .hero .content .hero-content-inner .hero-text-footer p {
  color: #fff;
  font-size: 15px;
  line-height: 23px;
  text-align: center;
  margin: 0;
  font-family: "Poppins", "Helvetica Neue", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
.home-page .hero .content .hero-content-footer {
  display: flex;
  flex-direction: column;
  min-height: 509px;
  justify-content: flex-end;
  align-items: center;
}
.home-page .hero .content h1 {
  margin-top: 0;
}
.home-page .hero .content h3 {
  font-size: 18px;
}
@media screen and (min-width: 820px) {
  .home-page .hero {
    display: none;
  }
}
.home-page .intro-video {
  object-fit: cover;
}
.home-page .checkboxes-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
}
@media screen and (min-width: 820px) {
  .home-page .checkboxes-section {
    padding-left: 50px;
    align-items: center;
    width: 50%;
    margin-top: 0px;
  }
}
@media screen and (min-width: 1600px) {
  .home-page .checkboxes-section {
    padding-left: 50px;
    align-items: center;
    width: 50%;
    margin-top: 0px;
  }
}
.home-page .checkboxes-section .title {
  margin: 1px;
  font-size: 34px;
  text-align: center;
  line-height: 38px;
  color: #36443A;
  font-family: "Larken", "Albra", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
@media screen and (min-width: 820px) {
  .home-page .checkboxes-section .title {
    color: #36443A;
    text-align: center;
    font-size: 42px;
    line-height: 55px;
    font-family: "Larken", "Albra", sans-serif !important;
    font-weight: 400 !important;
    font-style: normal;
  }
}
@media screen and (max-width: 600px) {
  .home-page .checkboxes-section .benefit-list-wrapper {
    padding-left: 38px;
    margin-bottom: 40px;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
}
@media screen and (min-width: 820px) {
  .home-page .checkboxes-section .benefit-list-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
    gap: 30px;
    margin: 0 auto;
    width: 100%;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 1600px) {
  .home-page .checkboxes-section .benefit-list-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(40%, 1fr));
    gap: 20px;
    margin: 0 auto;
    width: 80%;
    padding-bottom: 30px;
  }
}
.home-page .checkboxes-section .benefit-list-wrapper .benefit {
  gap: 10px;
  display: flex;
  align-items: center;
}
.home-page .checkboxes-section .benefit-list-wrapper .benefit p {
  margin: 0;
  font-size: 15px;
  font-family: "Poppins", "Helvetica Neue", sans-serif !important;
  font-weight: 500 !important;
  font-style: normal;
  line-height: 25px;
  color: #36443A;
}
.home-page .checkboxes-section .benefit-list-wrapper .benefit .cost-per-meal {
  border-bottom: 3px double #36443A;
  font-size: 18px;
}
.home-page .checkboxes-section .btn-wrapper {
  width: 50%;
}
.home-page .video-checkbox .intro-video {
  object-fit: cover;
  width: 100%;
  height: 474px;
}
@media screen and (min-width: 820px) {
  .home-page .video-checkbox .intro-video {
    width: 50%;
    height: 100%;
  }
}
@media screen and (min-width: 820px) {
  .home-page .video-checkbox {
    display: flex;
    flex-direction: row;
    height: 720px;
  }
}
@media screen and (min-width: 820px) and (max-width: 923px) {
  .home-page .video-checkbox {
    height: 800px;
  }
}
@media screen and (min-width: 1600px) {
  .home-page .video-checkbox {
    display: flex;
    flex-direction: row;
    height: 578px;
  }
}
.home-page .our-programs {
  margin-top: 32px;
  background-color: #C9D5C8;
  padding-bottom: 35px;
}
@media screen and (min-width: 820px) {
  .home-page .our-programs {
    margin-top: 0px;
    padding-bottom: 0px;
  }
}
.home-page .our-programs .container {
  padding-bottom: 0px;
}
@media screen and (min-width: 820px) {
  .home-page .our-programs .container {
    padding-bottom: 30px;
  }
}
.home-page .our-programs .signature-title {
  padding-top: 24px;
}
@media screen and (min-width: 820px) {
  .home-page .our-programs .signature-title {
    display: flex;
    flex-direction: row;
    justify-content: center;
    column-gap: 10px;
  }
}
.home-page .our-programs .signature-title p {
  margin: 0;
  color: #36443A;
  text-align: center;
  font-size: 34px;
  line-height: 41px;
  font-family: "Larken", "Albra", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
@media screen and (min-width: 820px) {
  .home-page .our-programs .signature-title p {
    color: #36443A;
    text-align: center;
    font-size: 42px;
    line-height: 49px;
    font-family: "Larken", "Albra", sans-serif !important;
    font-weight: 400 !important;
    font-style: normal;
  }
}
.home-page .our-programs .signature-desc {
  margin-top: 12px;
}
@media screen and (min-width: 820px) {
  .home-page .our-programs .signature-desc {
    display: flex;
    flex-direction: row;
    justify-content: center;
    column-gap: 5px;
  }
}
.home-page .our-programs .signature-desc p {
  margin: 0;
  color: #36443A;
  text-align: center;
  font-size: 15px;
  line-height: 23px;
  font-family: "Poppins", "Helvetica Neue", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
.home-page .our-programs .title {
  padding-top: 30px;
  color: #36443A;
  text-align: center;
  font-size: 34px;
  line-height: 41px;
  font-family: "Larken", "Albra", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
@media screen and (min-width: 820px) {
  .home-page .our-programs .title {
    font-size: 42px;
  }
}
.home-page .transformation-section-desktop {
  display: none;
}
@media screen and (min-width: 820px) {
  .home-page .transformation-section-desktop {
    display: flex;
  }
  .home-page .transformation-section-desktop .transform-img {
    background: url(https://d1cbtwb0qnacuk.cloudfront.net/images/home/start-transformation.jpeg);
    width: 50%;
    background-size: cover;
    background-position-x: center;
    background-repeat: no-repeat;
    max-width: 1200px;
  }
  .home-page .transformation-section-desktop .transform-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 579px;
    width: 50%;
    background-color: #36443A;
    gap: 10px;
  }
  .home-page .transformation-section-desktop .title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 100%;
    color: #FFFBF5;
    text-align: center;
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.1875rem;
    text-transform: capitalize;
    padding-bottom: 10px;
    font-family: "Larken", "Albra", sans-serif !important;
    font-weight: 400 !important;
    font-style: normal;
  }
  .home-page .transformation-section-desktop .zip-code-desktop {
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    padding-top: 2px;
    align-self: center;
    font-family: "Poppins", "Helvetica Neue", sans-serif !important;
    font-weight: 400 !important;
    font-style: normal;
  }
  .home-page .transformation-section-desktop .input-button-container {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
  }
  .home-page .transformation-section-desktop .zip-code-input-desktop {
    padding: 14px 16px;
    align-self: center;
    display: inline-flex;
    width: 365px;
    margin-top: 11px;
    font-size: 16px;
    font-family: "Poppins", "Helvetica Neue", sans-serif !important;
    font-weight: 400 !important;
    font-style: normal;
  }
  .home-page .transformation-section-desktop .zipcode-button {
    margin-top: 20px;
    font-size: 15px;
  }
  .home-page .transformation-section-desktop .btn-wrapper {
    width: 365px;
    display: inline-flex;
    align-self: center;
    justify-content: center;
    border-radius: 5px;
    background: #C1D3C1;
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.1);
    height: 50px;
    align-items: center;
    margin-top: 16px;
  }
  .home-page .transformation-section-desktop .btn-wrapper .check-avail-btn-desktop {
    width: 100%;
  }
}
.home-page .transformation-section {
  box-shadow: inset 0px -280px 47px 0px #36443A;
  background: url(https://d1cbtwb0qnacuk.cloudfront.net/images/home/start-transformation.jpeg);
  height: 661px;
  padding: 36px 37px;
  position: relative;
  top: 0;
  left: 0;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-direction: column;
  background-position-y: 0px;
  background-size: 180%;
  background-position-x: -139px;
}
@media screen and (min-width: 820px) {
  .home-page .transformation-section {
    display: none;
  }
}
.home-page .transformation-section .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
  color: #FFFBF5;
  text-align: center;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1875rem;
  text-transform: capitalize;
  padding-bottom: 10px;
  font-family: "Larken", "Albra", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
.home-page .transformation-section .zip-code {
  color: #FFF;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  padding-top: 2px;
  align-self: center;
  font-family: "Poppins", "Helvetica Neue", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
.home-page .transformation-section .zip-code-input {
  padding: 14px 16px;
  align-self: center;
  display: inline-flex;
  width: 100%;
  margin-top: 11px;
  font-size: 16px;
  font-family: "Poppins", "Helvetica Neue", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
.home-page .transformation-section .btn-wrapper {
  width: 100%;
  display: inline-flex;
  align-self: center;
  justify-content: center;
  border-radius: 5px;
  background: #C1D3C1;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.1);
  height: 50px;
  align-items: center;
  margin-top: 16px;
}
.home-page .transformation-section .btn-wrapper .green-button:hover {
  background-color: #FFFBF5;
  cursor: pointer;
}
.home-page .transformation-section .btn-wrapper .green-button:hover span {
  color: #36443A;
}
.home-page .transformation-section .btn-wrapper .check-avail-btn {
  font-size: 15px;
  width: 100%;
}
@media screen and (min-width: 820px) {
  .home-page .intro-video-section {
    display: none;
  }
}
.home-page .ingredient-intro-video {
  display: flex;
}
@media screen and (min-width: 820px) {
  .home-page .ingredient-intro-video {
    flex-direction: row;
    justify-content: space-between;
  }
  .home-page .ingredient-intro-video video {
    width: 50%;
  }
}
.home-page .ingredient-intro-video .ingredient-intro-video {
  display: none;
}
.home-page .ingredient-intro-video .ingredient-wrapper {
  display: flex;
  flex-direction: column;
  background-color: #FFFBF5;
  width: 100%;
}
@media screen and (min-width: 820px) {
  .home-page .ingredient-intro-video .ingredient-wrapper {
    width: 50% !important;
    justify-content: center;
  }
}
@media screen and (min-width: 600px) {
  .home-page .ingredient-intro-video .ingredient-wrapper {
    width: 100%;
  }
}
.home-page .ingredient-intro-video .intro-video-desktop {
  display: none;
}
@media screen and (min-width: 820px) {
  .home-page .ingredient-intro-video .intro-video-desktop {
    display: block;
  }
}
.home-page .next-level-meals {
  color: #36443A;
  text-align: center;
  font-size: 34px;
  font-style: normal;
  line-height: 41px;
  margin-top: 5px;
  padding-top: 25px;
  background-color: #FFFBF5;
  font-family: "Larken", "Albra", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
@media screen and (min-width: 820px) {
  .home-page .next-level-meals {
    display: none;
  }
}
.home-page .next-level-meals-desktop {
  color: #36443A;
  text-align: center;
  font-size: 42px;
  font-style: normal;
  line-height: 41px;
  margin-top: 5px;
  font-family: "Larken", "Albra", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
  display: none;
}
@media screen and (min-width: 820px) {
  .home-page .next-level-meals-desktop {
    display: block;
  }
}
.home-page .images-ingredients {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 30px auto;
  gap: 20px;
  width: 90%;
}
@media screen and (min-width: 820px) {
  .home-page .images-ingredients {
    width: 84%;
    grid-template-columns: repeat(5, 1fr);
  }
}
.home-page .images-ingredients div {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  .home-page .images-ingredients div:last-child {
    grid-column: 2;
  }
}
.home-page .order-now-btn {
  justify-content: center;
  display: flex;
  margin-top: 26px;
}
@media screen and (max-width: 600px) {
  .home-page .order-now-btn {
    margin-bottom: 26px;
  }
}
.home-page .lose-weight-wrapper {
  background-color: #36443a;
  padding-bottom: 36px;
}
@media screen and (min-width: 820px) {
  .home-page .lose-weight-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 0px;
  }
}
.home-page .lose-weight-wrapper .lose-weight-section {
  background: linear-gradient(180deg, rgba(54, 68, 58, 0) 70%, #36443A 100%), url("https://d1cbtwb0qnacuk.cloudfront.net/images/james/james_with_tote_bag.avif");
  height: 541px;
  margin-bottom: 24px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  background-position-x: 50%;
  position: relative;
}
.home-page .lose-weight-wrapper .lose-weight-section .lose-weight-heading {
  position: absolute;
  top: 72%;
  left: 6%;
}
@media screen and (min-width: 820px) {
  .home-page .lose-weight-wrapper .lose-weight-section {
    padding: 70px 24px;
    margin-bottom: 0px;
    background: linear-gradient(90deg, rgba(54, 68, 58, 0) 50%, #36443A 100%), url("https://d1cbtwb0qnacuk.cloudfront.net/images/james/james_with_tote_bag.avif");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 50%;
    height: auto;
  }
  .home-page .lose-weight-wrapper .lose-weight-section .lose-weight-heading {
    position: unset;
  }
}
.home-page .lose-weight-wrapper .lose-weight-section p {
  margin: 0;
  color: #FFEFE8;
  font-size: 34px;
  line-height: 41px;
  font-family: "Larken", "Albra", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
@media screen and (min-width: 820px) {
  .home-page .lose-weight-wrapper .lose-weight-section p {
    padding-left: 45px;
    font-size: 42px;
  }
}
@media screen and (min-width: 820px) {
  .home-page .lose-weight-wrapper .text-section {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px 0;
  }
}
.home-page .lose-weight-wrapper .rounded-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: relative;
  gap: 100px;
  top: -18px;
}
.home-page .lose-weight-wrapper .rounded-container .text-content {
  margin-top: 15px;
  color: #A7C194;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  font-family: "Poppins", "Helvetica Neue", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
.home-page .lose-weight-wrapper .rounded-container .text-content p {
  margin: 0;
}
.home-page .lose-weight-wrapper .rounded-container .rounded-div {
  border-radius: 100px;
  height: 96px;
  width: 96px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 2px solid #A7C194;
}
.home-page .lose-weight-wrapper .rounded-container .rounded-div p {
  margin: 0;
  color: #A7C194;
  text-align: center;
  font-size: 15px;
  line-height: 19px;
  font-family: "Poppins", "Helvetica Neue", sans-serif !important;
  font-weight: 600 !important;
  font-style: normal;
}
.home-page .lose-weight-wrapper .lose-weight-review {
  color: #FFFBF5;
  text-align: center;
  font-size: 12px;
  line-height: 23px;
}
.home-page .section-weight-loss {
  background: url(https://d1cbtwb0qnacuk.cloudfront.net/images/home/BentoColourShowcase_Green_130.jpeg);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  height: 685px;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 820px) {
  .home-page .section-weight-loss {
    background: url(https://d1cbtwb0qnacuk.cloudfront.net/images/home/BentoColourShowcase_Green_130_h.jpeg);
    height: 576px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position-x: 0px;
  }
}
.home-page .section-weight-loss .container {
  height: 277px;
  background: #36443A;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 45px;
  padding-right: 45px;
}
@media screen and (min-width: 820px) {
  .home-page .section-weight-loss .container {
    width: 100%;
  }
}
.home-page .section-weight-loss .container .title {
  color: #FFEFE8;
  text-align: center;
  font-size: 34px;
  line-height: 41px;
  font-family: "Larken", "Albra", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
.home-page .section-weight-loss .container .footer-text {
  color: #FFEFE8;
  text-align: center;
  font-size: 12px;
  line-height: 120%;
  text-decoration-line: underline;
  font-family: "Poppins", "Helvetica Neue", sans-serif !important;
  font-weight: 600 !important;
  font-style: normal;
}
.home-page .section-join-movement {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 14px;
}
.home-page .section-join-movement .title {
  color: #36443A;
  text-align: center;
  font-size: 34px;
  line-height: 41px;
  margin-top: 50px;
  font-family: "Larken", "Albra", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
@media screen and (min-width: 820px) {
  .home-page .section-join-movement .title {
    font-size: 42px;
  }
}
.home-page .section-join-movement .row-container {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin-top: 33px;
}
@media screen and (min-width: 820px) {
  .home-page .section-join-movement .row-container {
    justify-content: center;
    gap: 53px;
  }
}
.home-page .section-join-movement .row-container .stats-container p {
  margin: 0;
}
.home-page .section-join-movement .row-container .stats-container .title {
  color: #36443A;
  text-align: center;
  font-size: 22px;
  line-height: 23px;
  text-transform: uppercase;
  font-family: "Poppins", "Helvetica Neue", sans-serif !important;
  font-weight: 600 !important;
  font-style: normal;
}
.home-page .section-join-movement .row-container .stats-container .number-style {
  color: #36443A;
  text-align: center;
  font-size: 48px;
  line-height: 56px;
  font-family: "Poppins", "Helvetica Neue", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
.home-page .section-join-movement .row-container .stats-container .value-style {
  color: #36443A;
  text-align: center;
  font-size: 24px;
  line-height: 27px;
  font-family: "Poppins", "Helvetica Neue", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
.home-page .section-join-movement .lose-weight-review {
  color: #36443A;
  text-align: center;
  font-size: 12px;
  line-height: 23px;
}
.home-page .section-why-started {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 62px;
  margin-top: 10px;
}
@media screen and (min-width: 820px) {
  .home-page .section-why-started {
    display: none;
  }
}
.home-page .section-why-started p {
  margin: 0;
}
.home-page .section-why-started .profile {
  height: 160px;
  width: 160px;
  border-radius: 100px;
  margin-bottom: 23px;
  margin-top: 10px;
}
.home-page .section-why-started .title {
  color: #36443A;
  text-align: center;
  font-size: 34px;
  line-height: 41px;
  font-family: "Larken", "Albra", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
.home-page .section-why-started .name {
  color: #36443A;
  text-align: center;
  font-size: 22px;
  line-height: 23px;
  margin-bottom: 12px;
  font-family: "Larken", "Albra", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
.home-page .section-why-started .position {
  color: #36443A;
  font-size: 18px;
  line-height: 23px;
  font-family: "Larken", "Albra", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
.home-page .section-why-started .about-text {
  margin-top: 15px;
  color: #36443A;
  font-size: 12px;
  line-height: 23px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: "Poppins", "Helvetica Neue", sans-serif !important;
  font-weight: 200 !important;
  font-style: normal;
}
.home-page .section-why-started-desktop {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 62px;
  margin-top: 57px;
}
@media screen and (min-width: 600px) {
  .home-page .section-why-started-desktop {
    display: none;
  }
}
@media screen and (min-width: 820px) {
  .home-page .section-why-started-desktop {
    display: flex;
    flex-direction: row;
    padding-bottom: 80px;
    width: 80%;
    max-width: 1000px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 820px) {
  .home-page .section-why-started-desktop .text-section {
    width: 60%;
  }
}
.home-page .section-why-started-desktop .image-section {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: end;
}
.home-page .section-why-started-desktop p {
  margin: 0;
}
.home-page .section-why-started-desktop .profile {
  height: 291px;
  width: 291px;
  border-radius: 150px;
  margin-bottom: 23px;
  margin-top: 10px;
}
.home-page .section-why-started-desktop .title {
  color: #36443A;
  font-size: 42px;
  line-height: 41px;
  font-family: "Larken", "Albra", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
.home-page .section-why-started-desktop .name {
  color: #36443A;
  text-align: center;
  font-size: 22px;
  line-height: 23px;
  text-align: center;
  margin-bottom: 12px;
  font-family: "Larken", "Albra", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
.home-page .section-why-started-desktop .position {
  color: #36443A;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  font-family: "Larken", "Albra", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
.home-page .section-why-started-desktop .about-text {
  margin-top: 15px;
  color: #36443A;
  font-size: 15px;
  line-height: 23px;
  width: 90%;
  font-family: "Poppins", "Helvetica Neue", sans-serif !important;
  font-weight: 200 !important;
  font-style: normal;
}
.home-page .section-why-started-desktop .order-now-btn {
  justify-content: flex-start;
  display: flex;
  margin-top: 26px;
}
.home-page .section-socialmedia {
  background: url(https://d1cbtwb0qnacuk.cloudfront.net/images/home/social-media-footer.jpeg);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  height: 797px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-shadow: inset 0px -108px 220px 0px #000;
}
@media screen and (min-width: 820px) {
  .home-page .section-socialmedia {
    background-size: 55%;
    background-position-x: left;
    background-position-y: center;
    box-shadow: none;
    background-color: #36443A;
  }
}
@media screen and (min-width: 820px) {
  .home-page .section-socialmedia .section-text-content {
    align-self: flex-end;
    width: 45%;
    height: 70%;
    gap: 10px;
    display: flex;
    flex-direction: column;
  }
}
@media screen and (min-width: 1600px) {
  .home-page .section-socialmedia .section-text-content {
    align-self: flex-end;
    width: 45%;
    height: 65%;
  }
}
.home-page .section-socialmedia .title {
  color: #FFF;
  text-align: center;
  font-size: 34px;
  line-height: 41px;
  font-family: "Larken", "Albra", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
@media screen and (min-width: 820px) {
  .home-page .section-socialmedia .title {
    font-size: 42px;
  }
}
.home-page .section-socialmedia .description {
  color: #FFF;
  text-align: center;
  font-size: 17px;
  line-height: 23px;
  padding-left: 40px;
  padding-right: 40px;
  margin-bottom: 10px;
  margin-top: 20px;
  font-family: "Poppins", "Helvetica Neue", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
.home-page .section-socialmedia .email-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-right: 25px;
}
@media screen and (max-width: 768px) {
  .home-page .section-socialmedia .email-wrapper {
    margin-right: unset;
  }
}
.home-page .section-socialmedia .email-input {
  display: flex;
  width: 45%;
  padding: 10px 16px;
  align-items: center;
  column-gap: 10px;
  font-size: 16px;
  font-family: "Poppins", "Helvetica Neue", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
.home-page .section-socialmedia .sm-icon-container {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 42px;
}
@media screen and (min-width: 820px) {
  .home-page .section-socialmedia .sm-icon-container {
    justify-content: center;
    gap: 50px;
    align-items: center;
  }
}
.home-page .section-socialmedia .email-input.error {
  border-color: #f44336;
}
.home-page .section-socialmedia .button-lightgreen-hover-cream:disabled {
  background-color: #ccc;
  cursor: not-allowed;
  transform: none;
}
.home-page .section-socialmedia .message {
  margin-top: 15px;
  padding: 12px;
  border-radius: 6px;
  font-weight: bold;
  text-align: center;
}
.home-page .section-socialmedia .message.success {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}
.home-page .section-socialmedia .message.error {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}
.home-page .section-socialmedia .loading {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  border-top-color: transparent;
  animation: spin 1s ease-in-out infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.new-our-programs {
  background-color: #FFFBF5;
  padding: 60px 0;
}
.new-our-programs * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .new-our-programs {
    background-color: #C9D5C8;
    padding: 20px 0 40px;
    margin-top: -1px;
    margin-bottom: -1px;
  }
}
.new-our-programs .w-container {
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .new-our-programs .w-container {
    width: 90%;
  }
}
.new-our-programs .title {
  text-align: center;
}
.new-our-programs .programs-container {
  margin-top: 20px;
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .new-our-programs .programs-container {
    flex-direction: column;
    gap: 20px;
  }
}
.new-our-programs .program {
  width: 213px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .new-our-programs .program {
    flex-direction: row;
    width: 100%;
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .new-our-programs .program:nth-child(2) {
    border-top: 1px solid #36443A;
    border-bottom: 1px solid #36443A;
    padding: 20px 0;
  }
}
.new-our-programs .program__image {
  border-radius: 10px;
  width: 100%;
  height: 213px;
}
@media screen and (max-width: 768px) {
  .new-our-programs .program__image {
    width: 140px;
    height: 140px;
    align-self: center;
  }
}
.new-our-programs .program__name {
  margin-top: 10px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .new-our-programs .program__name {
    margin-top: 0;
  }
}
.new-our-programs .program__content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .new-our-programs .program__content {
    justify-content: start;
  }
}
.new-our-programs .program__description {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .new-our-programs .program__description {
    justify-content: space-around;
  }
}
.new-our-programs .program__link {
  color: #36443A;
  font-size: 14px;
  font-family: "Poppins", "Helvetica Neue", sans-serif !important;
  font-weight: 300 !important;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .new-our-programs .program__link {
    font-size: 12px;
    font-family: "Poppins", "Helvetica Neue", sans-serif !important;
    font-weight: 400 !important;
    font-style: normal;
  }
}

.section-good-planet {
  background-color: #FFFBF5;
  padding-bottom: 30px;
  padding-top: 10px;
}
@media screen and (min-width: 820px) {
  .section-good-planet {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 40px;
  }
}
.section-good-planet .title {
  margin-top: 29px;
  color: #36443A;
  text-align: center;
  font-size: 34px;
  font-style: normal;
  line-height: 41px;
  margin-bottom: 20px;
  font-family: "Larken", "Albra", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
.section-good-planet .title div {
  color: #36443A;
}
@media screen and (min-width: 820px) {
  .section-good-planet .title {
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    gap: 5px;
    font-size: 42px;
  }
}
@media screen and (min-width: 820px) {
  .section-good-planet .planet-details {
    display: flex;
    flex-direction: row;
    width: 80%;
    margin-top: 30px;
  }
}
@media screen and (min-width: 1600px) {
  .section-good-planet .planet-details {
    width: 75%;
    display: flex;
    flex-direction: row;
  }
}
.section-good-planet .planet-details div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 13px;
}
@media screen and (min-width: 820px) {
  .section-good-planet .planet-details div {
    justify-content: flex-start;
    flex-direction: column;
    width: 30%;
  }
}
@media screen and (min-width: 1600px) {
  .section-good-planet .planet-details div {
    flex-direction: column;
    width: 30%;
  }
}
.section-good-planet .planet-details img {
  border-radius: 100px;
  height: 100px;
  width: 100px;
}
@media screen and (min-width: 820px) {
  .section-good-planet .planet-details img {
    width: 166px;
    height: 166px;
    margin-bottom: 32px;
  }
}
.section-good-planet .planet-details p {
  margin: 0px;
  width: 60%;
  font-size: 13px;
  margin-left: 17px;
  font-family: "Poppins", "Helvetica Neue", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
@media screen and (min-width: 820px) {
  .section-good-planet .planet-details p {
    font-size: 15px;
  }
}
.section-good-planet .btn-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

@media screen and (min-width: 820px) {
  .signature-page .hero {
    display: flex;
    height: calc(100vh - 130px);
  }
  .signature-page .hero .intro-video {
    width: 58%;
    object-fit: cover;
    height: 100%;
  }
  .signature-page .hero .text-content {
    width: 42%;
    background: #36443A;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .signature-page .hero .title {
    color: #FFFBF5;
    text-align: center;
    font-size: 42px;
    line-height: 47px;
    width: 64%;
    font-family: "Larken", "Albra", sans-serif !important;
    font-weight: 400 !important;
    font-style: normal;
  }
  .signature-page .hero .description {
    color: #FFFBF5;
    text-align: center;
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 25px;
    padding-left: 45px;
    padding-right: 45px;
    width: 50%;
    font-family: "Poppins", "Helvetica Neue", sans-serif !important;
    font-weight: 400 !important;
    font-style: normal;
  }
  .signature-page .signature-features-slider-container {
    display: flex;
  }
  .signature-page .signature-features-slider-container .signature-features-slider {
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    padding: 50px 0;
    row-gap: 30px;
    background-color: #FFFBF5;
  }
  .signature-page .signature-features-slider-container .signature-features-slider .feature-container {
    text-align: center;
    flex: 0 0 30%;
  }
  .signature-page .signature-features-slider-container .signature-features-slider .feature-container p {
    width: 70%;
    font-size: 15px;
    margin: 10px auto 0;
  }
  .signature-page .signature-features-slider-container .signature-features-slider .btn-container {
    flex: 0 0 100%;
    text-align: center;
    margin-top: 20px;
  }
  .signature-page .signature-features-slider-container .signature-features-slider .btn-container .green-button {
    width: 180px;
  }
  .signature-page .signature-features-slider-container .features-image {
    width: 40%;
    height: 700px;
    background: url("https://d1cbtwb0qnacuk.cloudfront.net/images/signature/man-putting-jar-in-tote.jpeg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: -380px;
  }
  .signature-page .signature-program {
    background: #C9D5C8;
    padding-bottom: 50px;
  }
  .signature-page .signature-program .signature-title {
    padding-top: 24px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    column-gap: 10px;
  }
  .signature-page .signature-program .signature-title p {
    margin: 0;
    color: #36443A;
    text-align: center;
    font-size: 42px;
    line-height: 49px;
    font-family: "Larken", "Albra", sans-serif !important;
    font-weight: 400 !important;
    font-style: normal;
  }
  .signature-page .signature-program .signature-desc {
    margin-top: 12px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    column-gap: 5px;
  }
  .signature-page .signature-program .signature-desc p {
    margin: 0;
    color: #36443A;
    text-align: center;
    font-size: 15px;
    line-height: 23px;
    font-family: "Poppins", "Helvetica Neue", sans-serif !important;
    font-weight: 400 !important;
    font-style: normal;
  }
  .signature-page .signature-program .btn-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 50px;
  }
  .signature-page .results-section-container {
    display: flex;
  }
  .signature-page .results-section-container .results-image {
    width: 40%;
    height: 700px;
    background: url("https://d1cbtwb0qnacuk.cloudfront.net/images/signature/results.jpeg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: center;
  }
  .signature-page .results-section-container .results-section {
    background: #36443A;
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .signature-page .results-section-container .results-section .title {
    color: #FFFBF5;
    text-align: center;
    font-size: 42px;
    line-height: 47px;
    width: 50%;
    font-family: "Larken", "Albra", sans-serif !important;
    font-weight: 400 !important;
    font-style: normal;
  }
}
@media screen and (max-width: 600px) {
  .signature-page .hero {
    background-color: #FFFBF5;
  }
  .signature-page .hero .text-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #FFFBF5;
    box-shadow: 0px -30px 60px 40px #FFFBF5;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: -10px;
    z-index: 5;
    position: relative;
    padding-bottom: 20px;
  }
  .signature-page .hero .title {
    color: #354239;
    text-align: center;
    font-size: 28px;
    line-height: 36px;
    font-family: "Larken", "Albra", sans-serif !important;
    font-weight: 400 !important;
    font-style: normal;
  }
  .signature-page .hero .description {
    color: #36443A;
    text-align: center;
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 17px;
    font-family: "Poppins", "Helvetica Neue", sans-serif !important;
    font-weight: 400 !important;
    font-style: normal;
  }
  .signature-page .hero .order-now-button:hover {
    background-color: #36443A;
    color: #FFFBF5;
  }
  .signature-page .signature-features-slider-container .features-image {
    height: 546px;
    background: url("https://d1cbtwb0qnacuk.cloudfront.net/images/signature/man-putting-jar-in-tote.jpeg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: -380px;
  }
  .signature-page .signature-features-slider {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    padding-bottom: 50px;
    padding-top: 25px;
    background-color: #FFFBF5;
  }
  .signature-page .signature-features-slider .feature-container {
    text-align: center;
  }
  .signature-page .signature-features-slider p {
    margin: 10px auto 0;
    color: #36443A;
    line-height: 23px;
    width: 55%;
    font-family: "Poppins", "Helvetica Neue", sans-serif !important;
    font-weight: 400 !important;
    font-style: normal;
  }
  .signature-page .signature-features-slider img {
    width: 60px;
    height: 60px;
  }
  .signature-page .signature-features-slider .btn-container {
    margin-top: 20px;
  }
  .signature-page .intro-video {
    object-fit: cover;
  }
  .signature-page .signature-program {
    background: #C9D5C8;
    padding-bottom: 50px;
  }
  .signature-page .signature-program .signature-title {
    padding-top: 24px;
  }
  .signature-page .signature-program .signature-title p {
    margin: 0;
    color: #36443A;
    text-align: center;
    font-size: 34px;
    line-height: 41px;
    font-family: "Larken", "Albra", sans-serif !important;
    font-weight: 400 !important;
    font-style: normal;
  }
  .signature-page .signature-program .signature-desc {
    margin-top: 12px;
  }
  .signature-page .signature-program .signature-desc p {
    margin: 0;
    color: #36443A;
    text-align: center;
    font-size: 15px;
    line-height: 23px;
    font-family: "Poppins", "Helvetica Neue", sans-serif !important;
    font-weight: 400 !important;
    font-style: normal;
  }
  .signature-page .signature-program .btn-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 50px;
  }
  .signature-page .results-section-container .results-image {
    height: 546px;
    width: 100%;
    background: url("https://d1cbtwb0qnacuk.cloudfront.net/images/signature/results.jpeg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position-y: bottom;
    background-position-x: center;
  }
  .signature-page .results-section {
    background: #36443A;
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .signature-page .results-section .title {
    color: #FFFBF5;
    text-align: center;
    font-size: 34px;
    line-height: 41px;
    padding-top: 35px;
    font-family: "Larken", "Albra", sans-serif !important;
    font-weight: 400 !important;
    font-style: normal;
  }
  .signature-page .slider-section {
    width: 100%;
  }
}

.transformation-page .intro-video {
  object-fit: cover;
  position: relative;
}
.transformation-page .hero {
  top: 0px !important;
  position: relative;
}
@media screen and (min-width: 820px) {
  .transformation-page .hero {
    display: none;
  }
}
.transformation-page .hero .text-content {
  top: -32px;
  position: relative;
  background: white;
  box-shadow: 0px -1px 81px 70px rgb(255, 255, 255);
}
.transformation-page .hero .title {
  color: #354239;
  text-align: center;
  font-size: 28px;
  line-height: 36px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  top: -10px;
  font-family: "Larken", "Albra", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
.transformation-page .hero .description {
  color: #36443A;
  text-align: center;
  font-size: 15px;
  line-height: 21px;
  margin-bottom: 17px;
  padding-left: 45px;
  padding-right: 45px;
  font-family: "Poppins", "Helvetica Neue", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
.transformation-page .hero .btn-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
.transformation-page .hero-desktop {
  display: flex;
  flex-direction: row;
  height: calc(100vh - 130px);
}
@media screen and (max-width: 600px) {
  .transformation-page .hero-desktop {
    display: none;
  }
}
.transformation-page .hero-desktop .video-section {
  width: 58%;
  height: 100%;
}
.transformation-page .hero-desktop .video-section .intro-video {
  height: 100%;
}
.transformation-page .hero-desktop .text-content {
  height: 100%;
  width: 42%;
  background: #36443A;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.transformation-page .hero-desktop .title {
  color: #FFFBF5;
  text-align: center;
  font-size: 42px;
  line-height: 47px;
  width: 90%;
  font-family: "Larken", "Albra", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
.transformation-page .hero-desktop .description {
  color: #FFFBF5;
  text-align: center;
  font-size: 15px;
  line-height: 21px;
  margin-bottom: 17px;
  padding-left: 45px;
  padding-right: 45px;
  width: 90%;
  font-family: "Poppins", "Helvetica Neue", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
.transformation-page .hero-desktop .btn-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
.transformation-page .battle-section {
  background-color: #C2D3C1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .transformation-page .battle-section {
    display: flex;
    flex-direction: column-reverse;
  }
}
.transformation-page .battle-section .text-container {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 40px;
}
@media screen and (max-width: 768px) {
  .transformation-page .battle-section .text-container {
    position: static;
    width: 80%;
    margin: 0 auto 30px;
  }
}
.transformation-page .battle-section .text-container .heading-text {
  max-width: 700px;
  margin: 0 auto;
  color: #36443A;
  font-size: 42px;
  font-family: "Larken", "Albra", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .transformation-page .battle-section .text-container .heading-text {
    font-size: 34px;
  }
}
.transformation-page .battle-section .image-container {
  background-color: #C2D3C1;
}
@media screen and (max-width: 768px) {
  .transformation-page .battle-section .image-container {
    overflow: hidden;
  }
}
.transformation-page .battle-section .image-container .image {
  max-height: 700px;
  width: 100%;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .transformation-page .battle-section .image-container .image {
    scale: 1.4;
    object-fit: cover;
    object-position: 0 -20px;
  }
}
.transformation-page .kitchen-image {
  width: 100%;
  height: 457px;
  background: url("https://d1cbtwb0qnacuk.cloudfront.net/images/transformation/kitchen.jpeg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position-y: -70px;
  position: relative;
}
@media screen and (min-width: 820px) {
  .transformation-page .kitchen-image {
    display: none;
  }
}
.transformation-page .variation-section {
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: #FFFBF5;
}
@media screen and (min-width: 820px) {
  .transformation-page .variation-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.transformation-page .variation-section .title {
  color: #36443A;
  text-align: center;
  font-size: 34px;
  line-height: 41px;
  padding-left: 50px;
  padding-right: 50px;
  margin: 0px;
  font-family: "Larken", "Albra", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
@media screen and (min-width: 820px) {
  .transformation-page .variation-section .title {
    font-size: 42px;
  }
}
.transformation-page .variation-section .description {
  color: #36443A;
  text-align: center;
  font-size: 15px;
  line-height: 23px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 10px;
  margin-top: 10px;
  font-family: "Poppins", "Helvetica Neue", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
.transformation-page .variation-section .btn-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
@media screen and (min-width: 820px) {
  .transformation-page .variation-section .btn-wrapper {
    margin-top: 50px;
  }
}
.transformation-page .variation-scroll {
  display: flex;
  flex-direction: row;
  align-items: center;
  overflow: auto;
  column-gap: 25px;
  scrollbar-width: none;
  overflow-y: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
}
@media screen and (min-width: 820px) {
  .transformation-page .variation-scroll {
    justify-content: center;
  }
}
.transformation-page .variation-scroll .variation-item {
  border-radius: 20px;
  border: 1px solid #000;
  background-color: #C9D5C8;
  scroll-snap-align: center;
}
.transformation-page .variation-scroll .variation-item p {
  margin: 0px;
}
.transformation-page .variation-scroll .variation-item .item-flex {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  width: 268px;
  height: 385px;
}
.transformation-page .variation-scroll .variation-item .small-text {
  color: #36443A;
  text-align: center;
  font-size: 18px;
  line-height: 38px;
  text-transform: capitalize;
  font-family: "Poppins", "Helvetica Neue", sans-serif !important;
  font-weight: 500 !important;
  font-style: normal;
}
.transformation-page .variation-scroll .variation-item .large-text {
  color: #36443A;
  font-size: 32px;
  line-height: 38px;
  text-transform: capitalize;
  font-family: "Larken", "Albra", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
.transformation-page .variation-scroll .variation-item .option {
  background: #36443A;
  border-radius: 5px;
  width: 80%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  padding: 10px;
}
.transformation-page .variation-scroll .variation-item .option .right-col {
  width: 40%;
}
.transformation-page .variation-scroll .variation-item .option .left-col {
  width: 60%;
}
.transformation-page .variation-scroll .variation-item .option .col-div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.transformation-page .variation-scroll .variation-item .option .col-div .days {
  color: #C9D5C8;
  font-size: 20px;
  line-height: 23px;
  font-family: "Poppins", "Helvetica Neue", sans-serif !important;
  font-weight: 600 !important;
  font-style: normal;
}
.transformation-page .variation-scroll .variation-item .option .col-div .occurrence {
  color: #C9D5C8;
  text-align: center;
  font-size: 15px;
  line-height: 23px;
  font-family: "Poppins", "Helvetica Neue", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
.transformation-page .variation-scroll .variation-item .option .col-div .food-detail {
  color: #C9D5C8;
  text-align: center;
  font-size: 12px;
  line-height: 19px;
  text-transform: capitalize;
  font-family: "Poppins", "Helvetica Neue", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
.transformation-page .variation-scroll .variation-item .option .col-div .food-detail-bold {
  color: #C9D5C8;
  font-size: 12px;
  line-height: 19px;
  text-transform: capitalize;
}
.transformation-page .variation-scroll .variation-item:first-child {
  margin-left: 20%;
}
.transformation-page .variation-scroll .variation-item:last-child {
  margin-right: 20%;
}
.transformation-page .makeover-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #9CC196;
  padding-bottom: 36px;
}
@media screen and (min-width: 820px) {
  .transformation-page .makeover-section {
    display: none;
  }
}
.transformation-page .makeover-section p {
  margin: 0px;
}
.transformation-page .makeover-section .image-container {
  width: 100%;
}
.transformation-page .makeover-section .image-container .image {
  width: 100%;
}
.transformation-page .makeover-section .title {
  margin-top: 20px;
  color: #36443A;
  text-align: center;
  font-size: 28px;
  line-height: 41px;
  width: 80%;
  margin-bottom: 10px;
  font-family: "Larken", "Albra", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
.transformation-page .makeover-section .description {
  color: #36443A;
  text-align: center;
  font-size: 15px;
  line-height: 23px;
  margin: 0px;
  width: 76%;
  margin-top: 10px;
  margin-bottom: 30px;
  font-family: "Poppins", "Helvetica Neue", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
.transformation-page .makeover-section .bubble-wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 19px;
}
.transformation-page .makeover-section .bubble-wrapper .badge {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  border-radius: 100px;
  background-color: #C9D5C8;
  width: 40px;
  height: 40px;
  color: #36443A;
  text-align: center;
  font-size: 25px;
  line-height: 135%;
  left: 25px;
  top: -13px;
  border: 1px solid #36443A;
  font-family: "Larken", "Albra", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
.transformation-page .makeover-section .bubble-wrapper .bubble-container {
  border-radius: 17px;
  border: 1px solid #000;
  background: #C9D5C8;
  width: 76%;
  height: fit-content;
  align-self: center;
}
.transformation-page .makeover-section .bubble-wrapper .bubble-container .text-content {
  color: #354439;
  font-size: 15px;
  line-height: 22px;
  padding-left: 24px;
  padding-right: 16px;
  padding-top: 10px;
  padding-bottom: 11px;
  font-family: "Poppins", "Helvetica Neue", sans-serif !important;
  font-weight: 500 !important;
  font-style: normal;
}
.transformation-page .mindset-makeover-desktop {
  display: flex;
}
@media screen and (max-width: 820px) {
  .transformation-page .mindset-makeover-desktop {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .transformation-page .mindset-makeover-desktop {
    max-height: 700px;
  }
}
.transformation-page .mindset-makeover-desktop .image-container {
  width: 40%;
}
.transformation-page .mindset-makeover-desktop .image-container .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
}
.transformation-page .mindset-makeover-desktop .content-container {
  background-color: #9EC293;
  width: 60%;
  padding: 50px;
  color: #36443A;
  display: flex;
  align-items: center;
}
.transformation-page .mindset-makeover-desktop .content-container .grid-and-heading-container {
  height: fit-content;
}
.transformation-page .mindset-makeover-desktop .content-container .title {
  font-size: 42px;
  max-width: 600px;
  font-family: "Larken", "Albra", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
.transformation-page .mindset-makeover-desktop .content-container .description {
  font-size: 15px;
  margin-bottom: 40px;
  font-family: "Poppins", "Helvetica Neue", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
.transformation-page .mindset-makeover-desktop .content-container .bubbles-grid {
  max-width: 700px;
}
.transformation-page .mindset-makeover-desktop .content-container .bubbles-grid .bubbles-row {
  display: flex;
  margin-left: 20px;
}
.transformation-page .mindset-makeover-desktop .content-container .bubbles-grid .bubbles-row:first-child {
  gap: 60px;
  align-items: center;
}
.transformation-page .mindset-makeover-desktop .content-container .bubbles-grid .bubbles-row:last-child {
  gap: 40px;
  margin-top: 30px;
}
.transformation-page .mindset-makeover-desktop .content-container .bubbles-grid .bubbles-row .bubble-wrapper {
  max-width: 310px;
}
.transformation-page .mindset-makeover-desktop .content-container .bubbles-grid .bubbles-row .bubble-wrapper .bubble-container {
  height: fit-content;
  border-radius: 17px;
  border: 1px solid #000;
  padding: 10px 25px;
  position: relative;
  background-color: #C9D5C8;
}
.transformation-page .mindset-makeover-desktop .content-container .bubbles-grid .bubbles-row .bubble-wrapper .bubble-container .badge {
  position: absolute;
  top: -10px;
  left: -25px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #36443A;
  background-color: #C9D5C8;
  font-size: 25px;
  font-family: "Larken", "Albra", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
.transformation-page .mindset-makeover-desktop .content-container .bubbles-grid .bubbles-row .bubble-wrapper .bubble-container .text-content {
  margin-bottom: 0;
  font-size: 15px;
  font-family: "Poppins", "Helvetica Neue", sans-serif !important;
  font-weight: 500 !important;
  font-style: normal;
}
.transformation-page .makeover-section .bubble-wrapper:nth-of-type(3) .bubble-container {
  align-self: flex-end;
  margin-right: 32px;
  width: 70%;
}
.transformation-page .makeover-section .bubble-wrapper:nth-of-type(3) .badge {
  left: 17%;
}
.transformation-page .makeover-section .bubble-wrapper:nth-of-type(4) .bubble-container {
  align-self: flex-start;
  margin-right: 32px;
}
.transformation-page .makeover-section .bubble-wrapper:nth-of-type(4) {
  width: 80%;
}
.transformation-page .makeover-section .bubble-wrapper:nth-of-type(4) .badge {
  left: -6%;
}
.transformation-page .signature-program {
  background: #C9D5C8;
  padding-bottom: 50px;
}
.transformation-page .signature-program .signature-title {
  padding-top: 24px;
}
.transformation-page .signature-program .signature-title p {
  margin: 0;
  color: #36443A;
  text-align: center;
  font-size: 34px;
  line-height: 41px;
  font-family: "Larken", "Albra", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
@media screen and (min-width: 820px) {
  .transformation-page .signature-program .signature-title p {
    font-size: 42px;
  }
}
.transformation-page .signature-program .signature-desc {
  margin-top: 12px;
}
.transformation-page .signature-program .signature-desc p {
  margin: 0;
  color: #36443A;
  text-align: center;
  font-size: 15px;
  line-height: 23px;
  font-family: "Poppins", "Helvetica Neue", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
.transformation-page .results-image {
  width: 100%;
  height: 400px;
  object-fit: cover;
  background: url("https://d1cbtwb0qnacuk.cloudfront.net/images/transformation/kitchen-2.jpeg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position-y: -189px;
}
@media screen and (min-width: 820px) {
  .transformation-page .results-image {
    width: 50%;
    height: 576px;
    background-position-y: center;
  }
}
.transformation-page .results-section {
  background: #36443A;
  padding-bottom: 30px;
  position: relative;
  top: -10px;
}
@media screen and (min-width: 820px) {
  .transformation-page .results-section {
    top: 0px;
    width: 50%;
    padding-bottom: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 576px;
  }
}
.transformation-page .results-section p {
  margin: 0px;
}
.transformation-page .results-section .title {
  color: #FFFBF5;
  text-align: center;
  font-size: 34px;
  line-height: 41px;
  padding-top: 35px;
  padding-left: 45px;
  padding-right: 45px;
  font-family: "Larken", "Albra", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
@media screen and (min-width: 820px) {
  .transformation-page .results-section .title {
    font-size: 42px;
  }
}
.transformation-page .results-section .btn-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
@media screen and (min-width: 820px) {
  .transformation-page .results-section .btn-wrapper {
    margin-top: 0px;
  }
}
@media screen and (min-width: 820px) {
  .transformation-page .footer-section {
    display: flex;
    flex-direction: row;
  }
}
@media screen and (max-width: 600px) {
  .transformation-page .footer-section {
    display: flex;
    flex-direction: column;
  }
}

* {
  box-sizing: border-box;
}

.ourstory-page {
  background-color: #FFFBF5;
  /* Hide all controls except play/pause */
}
.ourstory-page .intro-section {
  position: relative;
}
@media screen and (max-width: 768px) {
  .ourstory-page .intro-section {
    display: block;
  }
}
.ourstory-page .intro-section .image-container {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .ourstory-page .intro-section .image-container {
    height: 400px;
    background: linear-gradient(180deg, rgba(255, 251, 245, 0) 70%, #FFFBF5 100%), url("https://d1cbtwb0qnacuk.cloudfront.net/images/ourstory/methodology-jars-bottle-products.jpeg");
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 1024px) {
  .ourstory-page .intro-section .image-container {
    height: 600px;
  }
}
@media screen and (min-width: 1280px) {
  .ourstory-page .intro-section .image-container {
    height: 700px;
  }
}
.ourstory-page .intro-section .image-container .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .ourstory-page .intro-section .image-container .image {
    display: none;
  }
}
.ourstory-page .intro-section .text-container {
  position: absolute;
  top: 15%;
  right: 10%;
  color: #FFFBF5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ourstory-page .intro-section .text-container {
    position: relative;
    top: -20px;
    right: unset;
    color: #36443A;
    box-shadow: 0px -90px 99px 20px #FFFBF5;
  }
}
.ourstory-page .intro-section .text-container .heading {
  font-size: 80px;
  margin-bottom: 0;
  font-family: "Larken", "Albra", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .ourstory-page .intro-section .text-container .heading {
    font-size: 34px;
  }
}
.ourstory-page .intro-section .text-container .description {
  font-size: 15px;
  margin-top: -10px;
  font-family: "Poppins", "Helvetica Neue", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .ourstory-page .intro-section .text-container .description {
    margin-top: 5px;
  }
}
.ourstory-page .julie-video-section {
  display: flex;
  align-items: flex-start;
  height: auto;
}
@media screen and (max-width: 768px) {
  .ourstory-page .julie-video-section {
    display: block;
  }
}
.ourstory-page .julie-video-section .about-julie-container {
  width: 50%;
  padding: 20px 50px;
  padding-right: 0px;
  flex-grow: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ourstory-page .julie-video-section .about-julie-container {
    width: 100%;
    padding: 0;
  }
}
.ourstory-page .julie-video-section .about-julie-container .heading {
  margin-top: 40px;
  font-family: "Larken", "Albra", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
  font-size: 48px;
  color: #36443A;
}
@media screen and (max-width: 768px) {
  .ourstory-page .julie-video-section .about-julie-container .heading {
    font-size: 25px;
    margin-top: 20px;
  }
}
.ourstory-page .julie-video-section .about-julie-container .designation {
  color: #36443A;
  font-family: "Poppins", "Helvetica Neue", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
  font-size: 15px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .ourstory-page .julie-video-section .about-julie-container .designation {
    font-size: 12px;
    margin-bottom: 20px;
  }
}
.ourstory-page .julie-video-section .about-julie-container .description-container {
  line-height: 1.5;
  color: #36443A;
  font-size: 15px;
  text-align: start;
  font-family: "Poppins", "Helvetica Neue", sans-serif !important;
  font-weight: 200 !important;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .ourstory-page .julie-video-section .about-julie-container .description-container {
    padding: 25px 50px;
    font-size: 12px;
  }
}
.ourstory-page .julie-video-section .about-julie-container .founder-image-container .image {
  border-radius: 50%;
  width: 160px;
  height: 160px;
}
@media screen and (min-width: 768px) {
  .ourstory-page .julie-video-section .about-julie-container .founder-image-container .image {
    width: 300px;
    height: 300px;
  }
}
.ourstory-page .julie-video-section .video-container {
  width: 50%;
  height: 100%;
  padding-left: 80px;
}
@media screen and (max-width: 768px) {
  .ourstory-page .julie-video-section .video-container {
    width: 100%;
    height: 525px;
    padding-left: 0px;
  }
}
.ourstory-page .julie-video-section .video-container .video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ourstory-page .explanation-container {
  color: #36443A;
  display: flex;
  margin-top: 80px;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .ourstory-page .explanation-container {
    display: block;
    margin-top: 0;
  }
}
.ourstory-page .explanation-container .left-section {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .ourstory-page .explanation-container .left-section {
    width: 100%;
  }
}
.ourstory-page .explanation-container .left-section .large-text {
  font-size: 34px;
  line-height: 1.5;
  font-family: "Larken Italic", "Albra", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
  font-style: italic;
  max-width: 80%;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .ourstory-page .explanation-container .left-section .large-text {
    font-size: 25px;
    max-width: 100%;
    margin: 0;
    padding: 0 50px 40px;
  }
}
.ourstory-page .explanation-container .left-section .image-container {
  height: 100%;
  max-height: 746px;
  width: 100%;
}
.ourstory-page .explanation-container .left-section .image-container .image {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.ourstory-page .explanation-container .right-section {
  width: 50%;
  padding: 0 80px;
  font-family: "Poppins", "Helvetica Neue", sans-serif !important;
  font-weight: 200 !important;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .ourstory-page .explanation-container .right-section {
    width: 100%;
    padding: 0 50px;
  }
}
.ourstory-page .explanation-container .right-section .description-text {
  line-height: 2;
  font-size: 15px;
  text-align: start;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .ourstory-page .explanation-container .right-section .description-text {
    padding: 0;
    font-size: 12px;
    margin-bottom: 20px;
  }
}
.ourstory-page .explanation-container .right-section .large-text {
  line-height: 1.5;
  font-size: 34px;
  font-family: "Larken Italic", "Albra", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
  font-style: italic;
}
@media screen and (max-width: 768px) {
  .ourstory-page .explanation-container .right-section .large-text {
    font-size: 25px;
    max-width: 100%;
    margin: 0;
    padding: 20px 0 40px;
  }
}
.ourstory-page .second-explanation-container {
  display: flex;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .ourstory-page .second-explanation-container {
    flex-direction: column-reverse;
    margin-top: 0px;
  }
}
.ourstory-page .second-explanation-container .left-section {
  color: #36443A;
  width: 50%;
  padding-left: 80px;
}
@media screen and (max-width: 768px) {
  .ourstory-page .second-explanation-container .left-section {
    width: 100%;
    padding: 25px 50px 0;
  }
}
.ourstory-page .second-explanation-container .left-section .description {
  font-size: 15px;
  text-align: start;
  line-height: 2;
  margin-bottom: 30px;
  font-family: "Poppins", "Helvetica Neue", sans-serif !important;
  font-weight: 200 !important;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .ourstory-page .second-explanation-container .left-section .description {
    padding: 0;
    font-size: 12px;
    margin-bottom: 20px;
  }
}
.ourstory-page .second-explanation-container .left-section .large-text {
  line-height: 1.5;
  font-size: 34px;
  font-family: "Larken Italic", "Albra", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
  font-style: italic;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .ourstory-page .second-explanation-container .left-section .large-text {
    font-size: 25px;
    max-width: 100%;
    margin: 0;
    padding: 20px 0 40px;
  }
}
.ourstory-page .second-explanation-container .right-section {
  width: 50%;
  flex-grow: 1;
  padding-left: 80px;
}
@media screen and (max-width: 768px) {
  .ourstory-page .second-explanation-container .right-section {
    width: 100%;
    height: 400px;
    padding: 0;
  }
}
.ourstory-page .second-explanation-container .right-section .image-container {
  height: 100%;
  background: url("https://d1cbtwb0qnacuk.cloudfront.net/images/ourstory/couple-having-dinner.jpeg");
  background-size: cover;
  background-position: left;
}
@media screen and (max-width: 768px) {
  .ourstory-page .second-explanation-container .right-section .image-container {
    background-position: left;
  }
}
.ourstory-page .third-explanation-container {
  color: #36443A;
  display: flex;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .ourstory-page .third-explanation-container {
    margin-top: 0;
    display: block;
  }
}
.ourstory-page .third-explanation-container .left-section {
  width: 50%;
  padding-left: 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-family: "Poppins", "Helvetica Neue", sans-serif !important;
  font-weight: 200 !important;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .ourstory-page .third-explanation-container .left-section {
    width: 100%;
    padding: 0 50px;
  }
}
.ourstory-page .third-explanation-container .left-section .description-text {
  font-size: 15px;
  text-align: start;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .ourstory-page .third-explanation-container .left-section .description-text {
    padding: 0;
    font-size: 12px;
  }
}
.ourstory-page .third-explanation-container .right-section {
  width: 50%;
  padding: 0 80px;
}
@media screen and (max-width: 768px) {
  .ourstory-page .third-explanation-container .right-section {
    width: 100%;
    padding: 0 50px;
  }
}
.ourstory-page .third-explanation-container .right-section .large-text {
  line-height: 1.5;
  font-size: 34px;
  font-family: "Larken Italic", "Albra", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
  font-style: italic;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .ourstory-page .third-explanation-container .right-section .large-text {
    font-size: 25px;
    max-width: 100%;
    margin: 0;
    padding: 20px 0 40px;
  }
}
.ourstory-page .fourth-container {
  margin: 40px auto;
  color: #36443A;
}
@media screen and (max-width: 768px) {
  .ourstory-page .fourth-container {
    margin: 0px auto;
  }
}
.ourstory-page .fourth-container .large-text {
  line-height: 1.5;
  font-size: 28px;
  font-family: "Larken", "Albra", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
  margin: 0 auto;
  text-align: center;
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  .ourstory-page .fourth-container .large-text {
    font-family: "Poppins", "Helvetica Neue", sans-serif !important;
    font-weight: 400 !important;
    font-style: normal;
    font-size: 12px;
    max-width: 100%;
    margin: 0;
    line-height: 2;
    margin-bottom: 20px;
    text-align: left;
  }
}
.ourstory-page .btn-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 0px;
}
.ourstory-page .julie-video-section {
  /* For Firefox */
  /* For IE/Edge */
}
.ourstory-page .julie-video-section .video::-webkit-media-controls-timeline,
.ourstory-page .julie-video-section .video::-webkit-media-controls-current-time-display,
.ourstory-page .julie-video-section .video::-webkit-media-controls-time-remaining-display,
.ourstory-page .julie-video-section .video::-webkit-media-controls-volume-slider,
.ourstory-page .julie-video-section .video::-webkit-media-controls-fullscreen-button,
.ourstory-page .julie-video-section .video::-webkit-media-controls-rewind-button,
.ourstory-page .julie-video-section .video::-webkit-media-controls-return-to-realtime-button,
.ourstory-page .julie-video-section .video::-webkit-media-controls-playback-rate-menu-button,
.ourstory-page .julie-video-section .video::-webkit-media-controls-overflow-button,
.ourstory-page .julie-video-section .video::-webkit-media-controls-toggle-closed-captions-button {
  display: none;
}
.ourstory-page .julie-video-section .video::-webkit-media-controls-mute-button,
.ourstory-page .julie-video-section .video::-webkit-media-controls-play-button {
  background-size: 35px;
}
.ourstory-page .julie-video-section .video::-webkit-media-controls-panel {
  background: none !important;
  background-image: none !important;
}
.ourstory-page .julie-video-section .video::-moz-range-track {
  display: none;
}
.ourstory-page .julie-video-section .video::-ms-track {
  display: none;
}

.ultimate-page .hero {
  min-height: 621px;
  padding: 28px 37px;
  position: relative;
  top: 0 !important;
  left: 0;
  background: url("https://d1cbtwb0qnacuk.cloudfront.net/images/ultimate/lead-image.jpeg");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 16px;
  box-shadow: inset 0px -160px 43px 20px rgba(0, 0, 0, 0.3), inset 1px 151px 138px 20px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (min-width: 820px) {
  .ultimate-page .hero {
    display: none;
  }
}
.ultimate-page .hero .content {
  margin-top: 0;
  position: relative;
  width: 100%;
  left: 0;
}
.ultimate-page .hero .content .btn-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.ultimate-page .hero .content .hero-content-inner {
  width: 100%;
}
.ultimate-page .hero .content .hero-content-inner .hero-text {
  margin: 0 0 5px 0;
  width: 100%;
}
.ultimate-page .hero .content .hero-content-inner .hero-text p {
  text-align: center;
  font-size: 28px;
  color: #FFFBF5;
  line-height: 32px;
  margin: 0;
  padding: 0;
  font-family: "Larken", "Albra", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
.ultimate-page .hero .content .hero-content-inner .hero-text-footer {
  margin: 0 0 10px 0;
  width: 100%;
}
.ultimate-page .hero .content .hero-content-inner .hero-text-footer p {
  color: #FFFBF5;
  text-align: center;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  font-family: "Poppins", "Helvetica Neue", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
.ultimate-page .hero .content .hero-content-footer {
  display: flex;
  flex-direction: column;
  min-height: 509px;
  justify-content: flex-end;
}
.ultimate-page .hero .content h1 {
  margin-top: 0;
}
.ultimate-page .hero .content h3 {
  font-size: 18px;
}
.ultimate-page .hero-desktop {
  height: 589px;
  width: 100%;
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 600px) {
  .ultimate-page .hero-desktop {
    display: none;
  }
}
.ultimate-page .hero-desktop .lead-image {
  background: url("https://d1cbtwb0qnacuk.cloudfront.net/images/ultimate/lead-image.jpeg");
  height: 589px;
  width: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: -132px;
  background-position-y: 9px;
}
.ultimate-page .hero-desktop .text-details {
  background: #36443A;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ultimate-page .hero-desktop .title {
  color: #FFFBF5;
  text-align: center;
  font-size: 42px;
  line-height: 41px;
  font-family: "Larken", "Albra", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
.ultimate-page .hero-desktop .secondary-text {
  color: #FFFBF5;
  text-align: center;
  font-size: 15px;
  line-height: 23px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: "Poppins", "Helvetica Neue", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
.ultimate-page .flex-responsive {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 820px) {
  .ultimate-page .flex-responsive {
    flex-direction: row;
  }
}
.ultimate-page .flex-responsive .flex-width-3 {
  height: 565px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: top;
}
@media screen and (min-width: 820px) {
  .ultimate-page .flex-responsive .flex-width-3 {
    height: auto;
    width: 30%;
    background-size: cover;
    background-position-y: top;
  }
}
.ultimate-page .flex-responsive .flex-width-5 {
  width: 70%;
}
@media screen and (max-width: 600px) {
  .ultimate-page .flex-responsive .flex-width-5 {
    width: 100%;
  }
}
.ultimate-page .flex-responsive .flex-title {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 820px) {
  .ultimate-page .flex-responsive .flex-title {
    flex-direction: row;
    gap: 5px;
  }
}
.ultimate-page .model-1 {
  background: url("https://d1cbtwb0qnacuk.cloudfront.net/images/ultimate/model-1a.jpeg");
  height: 569px;
  width: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position-y: 56%;
}
.ultimate-page .third-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #C9D5C8;
  padding-top: 35px;
  padding-bottom: 35px;
}
.ultimate-page .third-section-title {
  margin: 1px;
  font-size: 34px;
  text-align: center;
  line-height: 38px;
  color: #36443A;
  font-family: "Larken", "Albra", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
.ultimate-page .third-section .benefit-list-wrapper {
  padding-left: 38px;
  margin-bottom: 0px;
  margin-top: 30px;
}
.ultimate-page .third-section .benefit-list-wrapper-benefit {
  gap: 10px;
  display: flex;
}
.ultimate-page .third-section .benefit-list-wrapper-benefit p {
  font-size: 15px;
  line-height: 22px;
  color: #36443A;
  width: 75%;
  font-family: "Poppins", "Helvetica Neue", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
.ultimate-page .third-section .btn-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.ultimate-page .how-it-works-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #FFFBF5;
  padding-top: 35px;
  padding-bottom: 35px;
}
@media screen and (min-width: 820px) {
  .ultimate-page .how-it-works-section .desktop-title {
    text-align: start;
    width: 56%;
  }
}
.ultimate-page .how-it-works-section-title {
  margin: 1px;
  font-size: 34px;
  text-align: center;
  line-height: 38px;
  color: #36443A;
  font-family: "Larken", "Albra", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
.ultimate-page .how-it-works-section .benefit-list-wrapper {
  padding-left: 38px;
  margin-bottom: 58px;
  gap: 20px;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
.ultimate-page .how-it-works-section .benefit-list-wrapper-benefit {
  gap: 18px;
  display: flex;
  align-items: center;
}
.ultimate-page .how-it-works-section .benefit-list-wrapper-benefit p {
  margin: 0px;
  font-size: 18px;
  line-height: 25px;
  color: #36443A;
  width: 70%;
  font-family: "Poppins", "Helvetica Neue", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
.ultimate-page .how-it-works-section .benefit-list-wrapper .number {
  background: #C9D5C8;
  stroke-width: 1px;
  stroke: #36443A;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  font-size: 25px;
  font-family: "Larken", "Albra", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
.ultimate-page .how-it-works-section .btn-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 0px;
}
.ultimate-page .optimize-section {
  height: 732px;
  width: 100%;
  background: linear-gradient(0deg, rgba(54, 68, 58, 0.9) 0%, rgba(54, 68, 58, 0.9) 100%), url(https://d1cbtwb0qnacuk.cloudfront.net/images/home/BentoColourShowcase_Green_130.jpeg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 48px;
}
@media screen and (min-width: 820px) {
  .ultimate-page .optimize-section {
    display: none;
  }
}
.ultimate-page .optimize-section p {
  margin: 0px;
}
.ultimate-page .optimize-section div {
  width: 60%;
  text-align: center;
}
.ultimate-page .optimize-section .title {
  color: #FFF;
  text-align: center;
  font-size: 34px;
  line-height: 41px;
  font-family: "Larken", "Albra", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
.ultimate-page .optimize-section .large-text {
  color: #FFF;
  text-align: center;
  font-size: 48px;
  line-height: 35px;
  font-family: "Larken", "Albra", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
.ultimate-page .optimize-section .medium-text {
  color: #FFF;
  font-size: 24px;
  line-height: 27px;
  font-family: "Larken", "Albra", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
.ultimate-page .optimize-section .footer-text {
  color: #FFF;
  text-align: center;
  font-size: 32px;
  line-height: 33px;
  font-family: "Larken", "Albra", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
.ultimate-page .optimize-section-desktop {
  height: 300px;
  width: 100%;
  background: linear-gradient(0deg, rgba(54, 68, 58, 0.9) 0%, rgba(54, 68, 58, 0.9) 100%), url(https://d1cbtwb0qnacuk.cloudfront.net/images/home/BentoColourShowcase_Green_130.jpeg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 48px;
}
@media screen and (max-width: 600px) {
  .ultimate-page .optimize-section-desktop {
    display: none;
  }
}
.ultimate-page .optimize-section-desktop .header-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
  justify-content: center;
}
.ultimate-page .optimize-section-desktop .row-content {
  display: flex;
  flex-direction: row;
}
.ultimate-page .optimize-section-desktop p {
  margin: 0px;
}
.ultimate-page .optimize-section-desktop div {
  width: 60%;
  text-align: center;
}
.ultimate-page .optimize-section-desktop .title {
  color: #FFF;
  text-align: center;
  font-size: 34px;
  line-height: 41px;
  font-family: "Larken", "Albra", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
.ultimate-page .optimize-section-desktop .large-text {
  color: #FFF;
  text-align: center;
  font-size: 48px;
  line-height: 35px;
  font-family: "Larken", "Albra", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
.ultimate-page .optimize-section-desktop .medium-text {
  color: #FFF;
  font-size: 24px;
  line-height: 27px;
  font-family: "Larken", "Albra", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
.ultimate-page .optimize-section-desktop .footer-text {
  color: #FFF;
  text-align: center;
  font-size: 32px;
  line-height: 33px;
  font-family: "Larken", "Albra", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
.ultimate-page .our-programs {
  background-color: #C9D5C8;
  padding-bottom: 35px;
}
.ultimate-page .our-programs .container {
  padding-bottom: 0px;
}
.ultimate-page .our-programs .signature-title {
  padding-top: 24px;
}
.ultimate-page .our-programs .signature-title p {
  margin: 0;
  color: #36443A;
  text-align: center;
  font-size: 34px;
  line-height: 41px;
  font-family: "Larken", "Albra", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
.ultimate-page .our-programs .signature-desc {
  margin-top: 12px;
}
.ultimate-page .our-programs .signature-desc p {
  margin: 0;
  color: #36443A;
  text-align: center;
  font-size: 15px;
  line-height: 23px;
  font-family: "Poppins", "Helvetica Neue", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
.ultimate-page .our-programs .btn-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.ultimate-page .our-programs .title {
  padding-top: 30px;
  color: #36443A;
  text-align: center;
  font-size: 34px;
  line-height: 41px;
}
.ultimate-page .our-programs .program {
  display: flex;
  flex-direction: row;
  padding-right: 23px;
  padding-left: 23px;
  align-items: center;
  column-gap: 26px;
  padding-top: 25px;
  padding-bottom: 13px;
}
.ultimate-page .our-programs .program-details {
  display: flex;
  flex-direction: column;
}
.ultimate-page .our-programs .program-image-style {
  height: 143px;
  width: 152px;
  object-fit: cover;
  object-position: top;
}
.ultimate-page .our-programs .program-title {
  color: #36443A;
  font-size: 5vw;
}
.ultimate-page .our-programs .program-desc {
  color: #36443A;
  font-size: 3vw;
}
.ultimate-page .our-programs .tell-more {
  display: flex;
  flex-direction: row;
  color: #36443A;
  font-size: 0.75rem;
  font-style: italic;
}
.ultimate-page .our-programs .arrow-right {
  width: 4.5rem;
  padding-left: 8px;
}
.ultimate-page .our-programs .divider {
  display: flex;
  padding-left: 23px;
}
.ultimate-page .model-3 {
  height: 480px;
  width: 100%;
  background: url("https://d1cbtwb0qnacuk.cloudfront.net/images/ultimate/model-3.jpeg");
  background-size: cover;
  background-position-y: -89px;
}
@media screen and (min-width: 820px) {
  .ultimate-page .model-3 {
    height: 576px;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 40%;
  }
}
.ultimate-page .transformation-section {
  box-shadow: inset 0px -230px 20px 0px #36443A;
  background: url(https://d1cbtwb0qnacuk.cloudfront.net/images/start-transformation.jpeg);
  min-height: 621px;
  padding: 36px 37px;
  position: relative;
  top: 0;
  left: 0;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-direction: column;
}
.ultimate-page .transformation-section .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
  color: #FFFBF5;
  text-align: center;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1875rem;
  text-transform: capitalize;
  padding-bottom: 10px;
}
.ultimate-page .transformation-section .zip-code {
  color: #FFF;
  font-family: Poppins;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  padding-top: 2px;
  align-self: center;
}
.ultimate-page .transformation-section .zip-code-input {
  padding: 14px 16px;
  align-self: center;
  display: inline-flex;
  width: 90%;
  margin-top: 11px;
}
.ultimate-page .transformation-section .btn-wrapper {
  width: 100%;
  display: inline-flex;
  align-self: center;
  justify-content: center;
  border-radius: 5px;
  background: #C1D3C1;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.1);
  height: 50px;
  align-items: center;
  margin-top: 16px;
}
.ultimate-page .next-level-meals {
  color: #36443A;
  text-align: center;
  font-size: 34px;
  font-style: normal;
  line-height: 41px;
  margin-top: 5px;
}
.ultimate-page .images-ingredients {
  margin-top: 19px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5%;
  padding-left: 5%;
  padding-right: 5%;
}
.ultimate-page .images-ingredients div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ultimate-page .images-ingredients > div:last-child:nth-child(3n-1) {
  grid-column: 2;
}
.ultimate-page .images-ingredients > div:last-child:nth-child(3n-2) {
  grid-column: 2;
}
.ultimate-page .order-now-btn {
  justify-content: center;
  display: flex;
  margin-top: 80px;
}
.ultimate-page .section-good-planet {
  background-color: #F9FCFB;
  padding-bottom: 30px;
  padding-top: 10px;
}
.ultimate-page .section-good-planet .title {
  margin-top: 29px;
  color: #36443A;
  text-align: center;
  font-size: 34px;
  font-style: normal;
  line-height: 41px;
  margin-bottom: 15px;
  font-family: "Larken", "Albra", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
@media screen and (min-width: 820px) {
  .ultimate-page .section-good-planet .title {
    display: flex;
    flex-direction: row;
    text-align: center;
    justify-content: center;
    gap: 5px;
  }
}
@media screen and (min-width: 820px) {
  .ultimate-page .section-good-planet .planet-details {
    display: flex;
    flex-direction: row;
  }
}
.ultimate-page .section-good-planet .planet-details div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 13px;
}
@media screen and (min-width: 820px) {
  .ultimate-page .section-good-planet .planet-details div {
    display: flex;
    flex-direction: column;
    width: 33%;
  }
}
.ultimate-page .section-good-planet .planet-details img {
  border-radius: 100px;
  height: 100px;
  width: 100px;
}
@media screen and (min-width: 820px) {
  .ultimate-page .section-good-planet .planet-details img {
    height: 166px;
    width: 166px;
  }
}
.ultimate-page .section-good-planet .planet-details p {
  margin: 0px;
  width: 60%;
  font-size: 13px;
  margin-left: 17px;
  font-family: "Poppins", "Helvetica Neue", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
@media screen and (min-width: 820px) {
  .ultimate-page .section-good-planet .planet-details p {
    margin-top: 32px;
    font-size: 16px;
  }
}
.ultimate-page .section-good-planet .btn-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 35px;
}
.ultimate-page .results-model {
  background: url("https://d1cbtwb0qnacuk.cloudfront.net/images/ultimate/model-2.jpeg");
  width: 100%;
  height: 560px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 820px) {
  .ultimate-page .results-model {
    height: 676px;
  }
}
.ultimate-page .lose-weight-wrapper {
  background-color: #36443a;
  padding-bottom: 36px;
  position: relative;
}
@media screen and (min-width: 820px) {
  .ultimate-page .lose-weight-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 60%;
  }
}
.ultimate-page .lose-weight-wrapper .btn-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 0px;
}
.ultimate-page .lose-weight-wrapper .heading-text {
  color: #FFFBF5;
  text-align: center;
  font-size: 34px;
  line-height: 41px;
  margin: 0px;
  padding-top: 40px;
  font-family: "Larken", "Albra", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
.ultimate-page .lose-weight-wrapper .lose-weight-section {
  background: url(https://d1cbtwb0qnacuk.cloudfront.net/images/lose-weight.jpeg);
  height: 541px;
  padding: 70px 24px;
  position: relative;
  top: 0;
  left: 0;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: inset 0px -165px 84px 0px #36443a;
  background-position-y: -10px;
  background-position-x: 0px;
}
.ultimate-page .lose-weight-wrapper .lose-weight-section p {
  margin: 0;
  color: #36443A;
  font-size: 34px;
  line-height: 41px;
}
.ultimate-page .lose-weight-wrapper .rounded-container {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
.ultimate-page .lose-weight-wrapper .rounded-container .text-content {
  margin-top: 15px;
  color: #A7C194;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}
.ultimate-page .lose-weight-wrapper .rounded-container .text-content p {
  margin: 0;
}
.ultimate-page .lose-weight-wrapper .rounded-container .rounded-div {
  border-radius: 100px;
  height: 96px;
  width: 96px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 2px solid #A7C194;
}
.ultimate-page .lose-weight-wrapper .rounded-container .rounded-div p {
  margin: 0;
  color: #A7C194;
  text-align: center;
  font-size: 15px;
  line-height: 19px;
}
.ultimate-page .lose-weight-wrapper .lose-weight-review {
  color: #FFFBF5;
  text-align: center;
  font-size: 12px;
  line-height: 23px;
}
.ultimate-page .sixth {
  padding: 0;
}
.ultimate-page .sixth__banner-image {
  width: 100%;
}
.ultimate-page .sixth__banner-image img {
  height: auto;
  object-fit: cover;
}
.ultimate-page .sixth .container-1200 {
  width: 90%;
  margin: 0 auto;
}
.ultimate-page .sixth .benefit-list-wrapper {
  display: block;
  margin-bottom: 24px;
}
.ultimate-page .sixth .benefit-list-wrapper .benefits {
  flex-basis: 100%;
}
.ultimate-page .sixth .benefit-list-wrapper .benefits li p {
  margin: 0;
  padding: 0;
  padding-left: 16px;
  font-size: 20px;
  line-height: 26px;
}
.ultimate-page .sixth .benefit-list-wrapper .benefits li .checked-icon {
  min-width: 20px;
  width: 20px;
  margin-top: 2px;
}
.ultimate-page .sixth .benefit-list-wrapper .benefits li .checked-icon img {
  width: 100%;
  object-fit: contain;
}
.ultimate-page .sixth .title h3 {
  font-size: 34px;
  line-height: 41px;
  padding-bottom: 16px;
  margin: 0;
}
.ultimate-page .sixth__testimonials {
  margin-top: 33px;
  padding: 0;
}
.ultimate-page .sixth__testimonials-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.ultimate-page .sixth__testimonials-dot {
  width: 8px;
  height: 8px;
  margin: 0 4px;
  background-color: #36443A;
  border-radius: 50%;
  opacity: 0.3;
  transition: all 0.3s;
}
.ultimate-page .sixth__testimonials-dot.active {
  opacity: 1;
}
.ultimate-page .sixth__testimonial-body {
  margin-top: -17px;
}
.ultimate-page .sixth__testimonial-body pre {
  margin-top: 25px;
}
.ultimate-page .testimonial-section-dark__inner {
  width: 100%;
  flex-direction: column;
}
.ultimate-page .testimonial-section-dark__inner .food-items {
  min-height: 434px;
  overflow: hidden;
  width: 100%;
  flex-basis: 100%;
}
.ultimate-page .testimonial-section-dark__inner .food-items video {
  position: relative;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ultimate-page .testimonial-section-dark__inner .sixth {
  flex-basis: 100%;
  width: 100%;
  background-color: #36443A;
  overflow: hidden;
  margin: 0 auto;
}
.ultimate-page .testimonial-section-dark__inner .sixth .title {
  font-size: 18px;
  line-height: 20px;
  color: #36443A;
  text-align: center;
  text-transform: uppercase;
}
.ultimate-page .testimonial-section-dark__inner .sixth__testimonials-control {
  display: flex !important;
  width: 89%;
  margin: 0 auto;
  top: 25%;
  padding-left: 5%;
}
.ultimate-page .testimonial-section-dark__inner .sixth__testimonials-control svg {
  width: 18px;
}
.ultimate-page .testimonial-section-dark__inner .sixth__testimonials-dots {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 15%;
  height: 15%;
  margin: 30px auto;
}
.ultimate-page .testimonial-section-dark__inner .sixth__testimonials-dots div {
  display: block;
  width: 16px;
}
.ultimate-page .testimonial-section-dark__inner .sixth__testimonial-image img {
  width: 120px;
  height: 120px;
}
.ultimate-page .testimonial-section-dark__inner .sixth .sqs-block-content .testimonial-text {
  width: 70%;
  margin: 0 auto;
  text-align: center;
  font-size: 12px !important;
  line-height: 23px !important;
  color: #fff;
  margin-top: 24px;
}
.ultimate-page .testimonial-section-dark__inner .sixth .sqs-block-content .author-name {
  font-size: 15px;
  line-height: 23px;
  margin: 0;
  padding: 0;
  padding-bottom: 4px;
  color: #fff;
  letter-spacing: 0.15px;
}
.ultimate-page .testimonial-section-dark__inner .sixth .sqs-block-content .author-role {
  font-size: 15px;
  line-height: 23px;
  margin: 0;
  padding: 0;
  color: #fff;
  letter-spacing: 0.15px;
}
.ultimate-page .row-section {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 820px) {
  .ultimate-page .row-section {
    flex-direction: row;
  }
  .ultimate-page .row-section .width-6 {
    width: 60%;
  }
  .ultimate-page .row-section .width-4 {
    width: 40%;
  }
}
.ultimate-page .last-section {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 820px) {
  .ultimate-page .last-section {
    flex-direction: row;
  }
}

.postpartum-page {
  background-color: #FFFBF5;
}
@media screen and (min-width: 820px) {
  .postpartum-page .hero {
    display: flex;
    height: calc(100vh - 130px);
    background-color: #FFFBF5;
  }
  .postpartum-page .hero .lead-image {
    background: url("https://d1cbtwb0qnacuk.cloudfront.net/images/postpartum/haute-mom.jpeg");
    width: 58%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-position-x: 70%;
  }
  .postpartum-page .hero .text-content {
    width: 42%;
    background: #36443A;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .postpartum-page .hero .title {
    color: #FFFBF5;
    text-align: center;
    font-size: 42px;
    line-height: 47px;
    width: 64%;
    font-family: "Larken", "Albra", sans-serif !important;
    font-weight: 400 !important;
    font-style: normal;
  }
  .postpartum-page .hero .description {
    color: #FFFBF5;
    text-align: center;
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 17px;
    padding-left: 45px;
    padding-right: 45px;
    width: 60%;
    font-family: "Poppins", "Helvetica Neue", sans-serif !important;
    font-weight: 400 !important;
    font-style: normal;
  }
  .postpartum-page .hero .btn-wrapper .green-button:hover {
    background-color: #FFFBF5;
    color: #36443A;
  }
  .postpartum-page .benefits-section-container {
    display: flex;
  }
  .postpartum-page .benefits-section-container .product-1-image {
    background: url("https://d1cbtwb0qnacuk.cloudfront.net/images/postpartum/lady-scooping-from-jar.jpeg");
    width: 40%;
    background-size: cover;
  }
  .postpartum-page .benefits-section-container .third-section {
    width: 60%;
    background-color: #FFFBF5;
    padding: 40px;
  }
  .postpartum-page .benefits-section-container .third-section .title-container {
    text-align: center;
  }
  .postpartum-page .benefits-section-container .third-section-title {
    color: #36443A;
    text-align: center;
    font-size: 42px;
    line-height: 47px;
    display: inline-block;
    margin-left: 5px;
    font-family: "Larken", "Albra", sans-serif !important;
    font-weight: 400 !important;
    font-style: normal;
  }
  .postpartum-page .benefits-section-container .third-section .benefit-list-wrapper {
    padding-left: 38px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .postpartum-page .benefits-section-container .third-section .benefit-list-wrapper-benefit {
    gap: 10px;
    display: flex;
    margin-bottom: 20px;
  }
  .postpartum-page .benefits-section-container .third-section .benefit-list-wrapper-benefit p {
    font-size: 18px;
    line-height: 25px;
    color: #36443A;
    width: 85%;
    font-family: "Poppins", "Helvetica Neue", sans-serif !important;
    font-weight: 400 !important;
    font-style: normal;
  }
  .postpartum-page .benefits-section-container .third-section .btn-wrapper .green-button {
    background-color: #C9D5C8;
  }
  .postpartum-page .benefits-section-container .third-section .btn-wrapper .green-button:hover {
    background-color: #36443A;
    color: #FFFBF5;
    text-decoration: none;
  }
  .postpartum-page .eat-quick-section-container {
    display: flex;
  }
  .postpartum-page .eat-quick-section-container .product-2-image {
    background: url("https://d1cbtwb0qnacuk.cloudfront.net/images/postpartum/jar-and-blue-bottle.jpeg");
    width: 50%;
    background-size: cover;
    background-position: center;
  }
  .postpartum-page .eat-quick-section-container .eat-quickly-section {
    width: 50%;
    padding: 50px;
    text-align: center;
    background-color: #FFFBF5;
  }
  .postpartum-page .eat-quick-section-container .eat-quickly-section .title {
    color: #36443A;
    text-align: center;
    font-size: 42px;
    line-height: 47px;
    font-family: "Larken", "Albra", sans-serif !important;
    font-weight: 400 !important;
    font-style: normal;
    margin-bottom: 30px;
  }
  .postpartum-page .eat-quick-section-container .eat-quickly-section .quick-fact p {
    width: 200px;
    margin: 10px auto 20px;
    color: #36443A;
    text-align: center;
    font-size: 18px;
    line-height: 25px;
    font-family: "Poppins", "Helvetica Neue", sans-serif !important;
    font-weight: 400 !important;
    font-style: normal;
  }
  .postpartum-page .eat-quick-section-container .eat-quickly-section .btn-wrapper .green-button:hover {
    color: #FFFBF5;
  }
}
@media screen and (max-width: 600px) {
  .postpartum-page .hero {
    top: 0px !important;
    position: relative;
    background-color: #FFFBF5;
  }
  .postpartum-page .hero .lead-image {
    background: url("https://d1cbtwb0qnacuk.cloudfront.net/images/postpartum/haute-mom.jpeg");
    width: 100%;
    height: 400px;
    background-size: 135%;
    background-position-x: -100px;
    background-repeat: no-repeat;
  }
  .postpartum-page .hero .text-content {
    top: -32px;
    position: relative;
    background: #FFFBF5;
    box-shadow: 0px -1px 70px 70px #FFFBF5;
  }
  .postpartum-page .hero .text-content .btn-wrapper {
    display: flex;
    justify-content: center;
    margin-top: -12px;
  }
  .postpartum-page .hero .text-content .btn-wrapper .order-now-button:hover {
    background-color: #36443A;
    color: #FFFBF5;
  }
  .postpartum-page .hero .title {
    color: #354239;
    text-align: center;
    font-size: 28px;
    line-height: 36px;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    top: -20px;
    font-family: "Larken", "Albra", sans-serif !important;
    font-weight: 400 !important;
    font-style: normal;
  }
  .postpartum-page .hero .description {
    color: #36443A;
    text-align: center;
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 17px;
    padding-left: 45px;
    padding-right: 45px;
    position: relative;
    top: -20px;
    font-family: "Poppins", "Helvetica Neue", sans-serif !important;
    font-weight: 400 !important;
    font-style: normal;
  }
  .postpartum-page .product-1-image {
    background: url("https://d1cbtwb0qnacuk.cloudfront.net/images/postpartum/lady-scooping-from-jar.jpeg");
    height: 275px;
    width: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position-y: -250px;
  }
  .postpartum-page .third-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #FFFBF5;
    padding-top: 13px;
    padding-bottom: 35px;
  }
  .postpartum-page .third-section .third-section-title {
    margin: 1px;
    font-size: 34px;
    text-align: center;
    line-height: 38px;
    color: #36443A;
    font-family: "Larken", "Albra", sans-serif !important;
    font-weight: 400 !important;
    font-style: normal;
  }
  .postpartum-page .third-section .benefit-list-wrapper {
    padding-left: 38px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .postpartum-page .third-section .benefit-list-wrapper-benefit {
    gap: 10px;
    display: flex;
  }
  .postpartum-page .third-section .benefit-list-wrapper-benefit p {
    font-size: 18px;
    line-height: 25px;
    color: #36443A;
    width: 85%;
    font-family: "Poppins", "Helvetica Neue", sans-serif !important;
    font-weight: 400 !important;
    font-style: normal;
  }
  .postpartum-page .third-section .btn-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 0px;
  }
  .postpartum-page .product-showcase {
    background: #C9D5C8;
  }
  .postpartum-page .product-showcase .product-image {
    width: 100%;
    height: 334px;
    background: url("https://d1cbtwb0qnacuk.cloudfront.net/images/transformation/product-list.jpeg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 143%;
    background-position-y: -90px;
  }
  .postpartum-page .product-showcase .title {
    color: #36443A;
    text-align: center;
    font-size: 34px;
    line-height: 41px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 60px;
  }
  .postpartum-page .product-2-image {
    background: url("https://d1cbtwb0qnacuk.cloudfront.net/images/postpartum/jar-and-blue-bottle.jpeg ");
    height: 390px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .postpartum-page .eat-quickly-section {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    justify-content: center;
    align-items: center;
    padding-bottom: 50px;
    margin-top: 19px;
    background-color: #FFFBF5;
  }
  .postpartum-page .eat-quickly-section div {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .postpartum-page .eat-quickly-section p {
    margin: 0px;
    color: #36443A;
    text-align: center;
    font-size: 18px;
    line-height: 25px;
    width: 80%;
    font-family: "Poppins", "Helvetica Neue", sans-serif !important;
    font-weight: 400 !important;
    font-style: normal;
  }
  .postpartum-page .eat-quickly-section .title {
    color: #36443A;
    text-align: center;
    font-size: 34px;
    line-height: 41px;
    font-family: "Larken", "Albra", sans-serif !important;
    font-weight: 400 !important;
    font-style: normal;
  }
  .postpartum-page .eat-quickly-section .bold-text {
    color: #36443A;
    font-size: 18px;
    line-height: 25px;
    font-family: "Poppins", "Helvetica Neue", sans-serif !important;
    font-weight: 600 !important;
    font-style: normal;
  }
  .postpartum-page .eat-quickly-section .btn-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  .postpartum-page .our-programs {
    position: relative;
    top: -35px;
    background-color: #C9D5C8;
    padding-bottom: 35px;
    padding-top: 35px;
  }
  .postpartum-page .our-programs .container {
    padding-bottom: 0px;
  }
  .postpartum-page .our-programs .container .btn-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 50px;
  }
  .postpartum-page .our-programs .container .btn-wrapper .white-button:hover {
    color: #FFFBF5 !important;
  }
  .postpartum-page .our-programs .signature-title {
    padding-top: 0px;
  }
  .postpartum-page .our-programs .signature-title p {
    margin: 0;
    color: #36443A;
    text-align: center;
    font-size: 34px;
    line-height: 41px;
    font-family: "Larken", "Albra", sans-serif !important;
    font-weight: 400 !important;
    font-style: normal;
  }
  .postpartum-page .our-programs .signature-desc {
    margin-top: 12px;
  }
  .postpartum-page .our-programs .signature-desc p {
    margin: 0;
    color: #36443A;
    text-align: center;
    font-size: 15px;
    line-height: 23px;
    font-family: "Poppins", "Helvetica Neue", sans-serif !important;
    font-weight: 400 !important;
    font-style: normal;
  }
  .postpartum-page .our-programs .title {
    padding-top: 30px;
    color: #36443A;
    text-align: center;
    font-size: 34px;
    line-height: 41px;
  }
  .postpartum-page .our-programs .program {
    display: flex;
    flex-direction: row;
    padding-right: 23px;
    padding-left: 23px;
    align-items: center;
    column-gap: 26px;
    padding-top: 25px;
    padding-bottom: 13px;
  }
  .postpartum-page .our-programs .program-details {
    display: flex;
    flex-direction: column;
  }
  .postpartum-page .our-programs .program-image-style {
    height: 143px;
    width: 152px;
    object-fit: cover;
    object-position: top;
  }
  .postpartum-page .our-programs .program-title {
    color: #36443A;
    font-size: 5vw;
  }
  .postpartum-page .our-programs .program-desc {
    color: #36443A;
    font-size: 3vw;
  }
  .postpartum-page .our-programs .tell-more {
    display: flex;
    flex-direction: row;
    color: #36443A;
    font-size: 0.75rem;
    font-style: italic;
  }
  .postpartum-page .our-programs .arrow-right {
    width: 4.5rem;
    padding-left: 8px;
  }
  .postpartum-page .our-programs .divider {
    display: flex;
    padding-left: 23px;
  }
  .postpartum-page .signature-program {
    background: #C9D5C8;
    padding-bottom: 50px;
  }
  .postpartum-page .signature-program .signature-title {
    padding-top: 24px;
  }
  .postpartum-page .signature-program .signature-title p {
    margin: 0;
    color: #36443A;
    text-align: center;
    font-size: 34px;
    line-height: 41px;
    font-family: "Larken", "Albra", sans-serif !important;
    font-weight: 400 !important;
    font-style: normal;
  }
  .postpartum-page .signature-program .signature-desc {
    margin-top: 12px;
  }
  .postpartum-page .signature-program .signature-desc p {
    margin: 0;
    color: #36443A;
    text-align: center;
    font-size: 15px;
    line-height: 23px;
  }
  .postpartum-page .signature-program .btn-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 50px;
  }
  .postpartum-page .results-section {
    background: #C9D5C8;
    padding-bottom: 30px;
    position: relative;
    top: -10px;
  }
  .postpartum-page .results-section p {
    margin: 0px;
  }
  .postpartum-page .results-section .title {
    color: #36443A;
    text-align: center;
    font-size: 34px;
    line-height: 41px;
    padding-top: 35px;
    padding-left: 55px;
    padding-right: 55px;
    font-family: "Larken", "Albra", sans-serif !important;
    font-weight: 400 !important;
    font-style: normal;
  }
  .postpartum-page .results-section .btn-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }
  .postpartum-page .sixth {
    padding: 0;
  }
  .postpartum-page .sixth__banner-image {
    width: 100%;
  }
  .postpartum-page .sixth__banner-image img {
    height: auto;
    object-fit: cover;
  }
  .postpartum-page .sixth .container-1200 {
    width: 90%;
    margin: 0 auto;
  }
  .postpartum-page .sixth .benefit-list-wrapper {
    display: block;
    margin-bottom: 24px;
  }
  .postpartum-page .sixth .benefit-list-wrapper .benefits {
    flex-basis: 100%;
  }
  .postpartum-page .sixth .benefit-list-wrapper .benefits li p {
    margin: 0;
    padding: 0;
    padding-left: 16px;
    font-size: 20px;
    line-height: 26px;
  }
  .postpartum-page .sixth .benefit-list-wrapper .benefits li .checked-icon {
    min-width: 20px;
    width: 20px;
    margin-top: 2px;
  }
  .postpartum-page .sixth .benefit-list-wrapper .benefits li .checked-icon img {
    width: 100%;
    object-fit: contain;
  }
  .postpartum-page .sixth .title h3 {
    font-size: 34px;
    line-height: 41px;
    padding-bottom: 16px;
    margin: 0;
  }
  .postpartum-page .sixth__testimonials {
    padding: 0;
  }
  .postpartum-page .sixth__testimonials-dots {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .postpartum-page .sixth__testimonials-dot {
    width: 8px;
    height: 8px;
    margin: 0 4px;
    background-color: #36443A;
    border-radius: 50%;
    opacity: 0.3;
    transition: all 0.3s;
  }
  .postpartum-page .sixth__testimonials-dot.active {
    opacity: 1;
  }
  .postpartum-page .sixth__testimonial-body {
    margin-top: -17px;
  }
  .postpartum-page .sixth__testimonial-body pre {
    margin-top: 25px;
  }
}
.postpartum-page .how-it-works-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #FFFBF5;
  padding-top: 35px;
  padding-bottom: 35px;
}
.postpartum-page .how-it-works-section-title {
  margin: 1px;
  font-size: 34px;
  text-align: center;
  line-height: 38px;
  color: #36443A;
  font-family: "Larken", "Albra", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
.postpartum-page .how-it-works-section .benefit-list-wrapper {
  padding-left: 38px;
  margin-bottom: 40px;
  gap: 20px;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
.postpartum-page .how-it-works-section .benefit-list-wrapper-benefit {
  gap: 10px;
  display: flex;
  align-items: center;
}
.postpartum-page .how-it-works-section .benefit-list-wrapper-benefit p {
  margin: 0px;
  font-size: 18px;
  line-height: 25px;
  color: #36443A;
  width: 70%;
  font-family: "Poppins", "Helvetica Neue", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
.postpartum-page .how-it-works-section .benefit-list-wrapper .number {
  background: #C9D5C8;
  stroke-width: 1px;
  stroke: #36443A;
  height: 40px;
  width: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
}
.postpartum-page .how-it-works-section .btn-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 0px;
}
.postpartum-page .model1-section {
  background: url("https://d1cbtwb0qnacuk.cloudfront.net/images/postpartum/mom-and-baby-eating.jpeg");
  width: 100%;
  height: 583px;
  background-size: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
}
.postpartum-page .our-programs {
  position: relative;
  top: -35px;
  background-color: #C9D5C8;
  padding-bottom: 35px;
  padding-top: 35px;
}
.postpartum-page .our-programs .container {
  padding-bottom: 0px;
}
.postpartum-page .our-programs .signature-title {
  padding-top: 0px;
}
.postpartum-page .our-programs .signature-title p {
  margin: 0;
  color: #36443A;
  text-align: center;
  font-size: 34px;
  line-height: 41px;
  font-family: "Larken", "Albra", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
@media screen and (min-width: 820px) {
  .postpartum-page .our-programs .signature-title p {
    font-size: 42px;
  }
}
.postpartum-page .our-programs .signature-desc {
  margin-top: 12px;
}
.postpartum-page .our-programs .signature-desc p {
  margin: 0;
  color: #36443A;
  text-align: center;
  font-size: 15px;
  line-height: 23px;
  font-family: "Poppins", "Helvetica Neue", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
.postpartum-page .our-programs .btn-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.postpartum-page .our-programs .title {
  padding-top: 30px;
  color: #36443A;
  text-align: center;
  font-size: 34px;
  line-height: 41px;
}
.postpartum-page .our-programs .program {
  display: flex;
  flex-direction: row;
  padding-right: 23px;
  padding-left: 23px;
  align-items: center;
  column-gap: 26px;
  padding-top: 25px;
  padding-bottom: 13px;
}
.postpartum-page .our-programs .program-details {
  display: flex;
  flex-direction: column;
}
.postpartum-page .our-programs .program-image-style {
  height: 143px;
  width: 152px;
  object-fit: cover;
  object-position: top;
}
.postpartum-page .our-programs .program-title {
  color: #36443A;
  font-size: 5vw;
}
.postpartum-page .our-programs .program-desc {
  color: #36443A;
  font-size: 3vw;
}
.postpartum-page .our-programs .tell-more {
  display: flex;
  flex-direction: row;
  color: #36443A;
  font-size: 0.75rem;
  font-style: italic;
}
.postpartum-page .our-programs .arrow-right {
  width: 4.5rem;
  padding-left: 8px;
}
.postpartum-page .our-programs .divider {
  display: flex;
  padding-left: 23px;
}
.postpartum-page .gift-offer-section {
  background: #36443A;
  display: flex;
  flex-direction: column;
  gap: 28px;
  justify-content: center;
  align-items: center;
  padding-bottom: 50px;
  box-shadow: 0px 57px 60px 117px #36443A;
  position: relative;
  top: -40px;
  height: 318px;
}
.postpartum-page .gift-offer-section .top-shadow {
  width: 100%;
  height: 1px;
  box-shadow: 0px -22px 60px 117px #36443A;
  top: 30px;
  background: #36443A;
  position: relative;
}
.postpartum-page .gift-offer-section p {
  margin: 0;
  width: 80%;
}
.postpartum-page .gift-offer-section .gift-title {
  color: #FFFBF5;
  text-align: center;
  font-size: 34px;
  margin-top: 22px;
  z-index: 1;
  font-family: "Larken", "Albra", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
.postpartum-page .gift-offer-section .details {
  color: #C9D5C8;
  text-align: center;
  font-size: 15px;
  line-height: 155%;
  margin-top: 22px;
  top: -35px;
  position: relative;
  font-family: "Poppins", "Helvetica Neue", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
.postpartum-page .gift-offer-section .details-bold {
  text-align: center;
  color: #C9D5C8;
  font-size: 18px;
  font-style: normal;
  line-height: 155%;
  top: -35px;
  position: relative;
  font-family: "Poppins", "Helvetica Neue", sans-serif !important;
  font-weight: 600 !important;
  font-style: normal;
}
.postpartum-page .model2-section {
  background: url("https://d1cbtwb0qnacuk.cloudfront.net/images/postpartum/mom-baby-and-bag.jpeg");
  background-size: cover;
  height: 409px;
  position: relative;
  top: -35px;
}
.postpartum-page .results-section {
  background: #C9D5C8;
  padding-bottom: 30px;
  position: relative;
  top: -10px;
}
.postpartum-page .results-section p {
  margin: 0px;
}
.postpartum-page .results-section .title {
  color: #36443A;
  text-align: center;
  font-size: 34px;
  line-height: 41px;
  padding-top: 35px;
  padding-left: 55px;
  padding-right: 55px;
  font-family: "Larken", "Albra", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
@media screen and (min-width: 820px) {
  .postpartum-page .results-section .title {
    font-size: 42px;
  }
}
.postpartum-page .results-section .btn-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.postpartum-page .results-section .btn-wrapper .dark-button {
  cursor: pointer;
}
.postpartum-page .results-section .btn-wrapper .dark-button:hover {
  background-color: #FFFBF5;
  color: #FFFBF5;
}
.postpartum-page .results-section .btn-wrapper .dark-button a {
  text-decoration: none;
}
.postpartum-page .sixth {
  padding: 0;
}
.postpartum-page .sixth__banner-image {
  width: 100%;
}
.postpartum-page .sixth__banner-image img {
  height: auto;
  object-fit: cover;
}
.postpartum-page .sixth .container-1200 {
  width: 90%;
  margin: 0 auto;
}
.postpartum-page .sixth .benefit-list-wrapper {
  display: block;
  margin-bottom: 24px;
}
.postpartum-page .sixth .benefit-list-wrapper .benefits {
  flex-basis: 100%;
}
.postpartum-page .sixth .benefit-list-wrapper .benefits li p {
  margin: 0;
  padding: 0;
  padding-left: 16px;
  font-size: 20px;
  line-height: 26px;
}
.postpartum-page .sixth .benefit-list-wrapper .benefits li .checked-icon {
  min-width: 20px;
  width: 20px;
  margin-top: 2px;
}
.postpartum-page .sixth .benefit-list-wrapper .benefits li .checked-icon img {
  width: 100%;
  object-fit: contain;
}
.postpartum-page .sixth .title h3 {
  font-size: 34px;
  line-height: 41px;
  padding-bottom: 16px;
  margin: 0;
}
.postpartum-page .sixth__testimonials {
  padding: 0;
}
.postpartum-page .sixth__testimonials-dots {
  display: flex;
  align-items: center;
  justify-content: center;
}
.postpartum-page .sixth__testimonials-dot {
  width: 8px;
  height: 8px;
  margin: 0 4px;
  background-color: #36443A;
  border-radius: 50%;
  opacity: 0.3;
  transition: all 0.3s;
}
.postpartum-page .sixth__testimonials-dot.active {
  opacity: 1;
}
.postpartum-page .sixth__testimonial-body {
  margin-top: -17px;
}
.postpartum-page .sixth__testimonial-body pre {
  margin-top: 25px;
}
.postpartum-page .model1-cropped {
  background: url("https://d1cbtwb0qnacuk.cloudfront.net/images/postpartum/lady-cooking.jpeg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: -200px;
  position: relative;
  height: 349.401px;
}

@media screen and (min-width: 820px) {
  .postpartum-page .how-it-works-section-container {
    display: flex;
    flex-direction: row-reverse;
  }
  .postpartum-page .how-it-works-section-container .how-it-works-section {
    width: 60%;
  }
  .postpartum-page .how-it-works-section-container .how-it-works-section .btn-wrapper {
    margin-bottom: 50px;
  }
  .postpartum-page .how-it-works-section-container .how-it-works-section .btn-wrapper .green-button:hover {
    color: #FFFBF5;
  }
  .postpartum-page .how-it-works-section-container .how-it-works-section-title {
    font-size: 42px;
  }
  .postpartum-page .how-it-works-section-container .how-it-works-section .benefit-list-wrapper {
    margin-top: 40px;
    gap: 30px;
  }
  .postpartum-page .how-it-works-section-container .how-it-works-section .benefit-list-wrapper p {
    width: 100%;
  }
  .postpartum-page .how-it-works-section-container .model1-section {
    width: 40%;
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
  }
  .postpartum-page .gift-offer-section-container {
    display: flex;
    flex-direction: row-reverse;
  }
  .postpartum-page .gift-offer-section-container .gift-offer-section {
    width: 60%;
    box-shadow: none;
    top: -35px;
    height: auto;
  }
  .postpartum-page .gift-offer-section-container .gift-offer-section .gift-title {
    font-size: 42px;
    margin-top: 40px;
  }
  .postpartum-page .gift-offer-section-container .model2-section {
    width: 40%;
    background-size: cover;
    height: 500px;
    top: -35px;
    background-position: top;
    background-repeat: no-repeat;
  }
  .postpartum-page .results-section-container {
    display: flex;
    position: relative;
    top: -35px;
  }
  .postpartum-page .results-section-container .results-section {
    width: 60%;
    top: 0px;
  }
  .postpartum-page .results-section-container .model1-cropped {
    width: 40%;
    background-size: cover;
    object-fit: cover;
    height: unset;
    background-position: center;
    background-repeat: no-repeat;
  }
}
.optimize-section {
  height: 732px;
  width: 100%;
  background: linear-gradient(0deg, rgba(54, 68, 58, 0.9) 0%, rgba(54, 68, 58, 0.9) 100%), url(https://d1cbtwb0qnacuk.cloudfront.net/images/home/BentoColourShowcase_Green_130.jpeg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 40px;
}
.optimize-section p {
  margin: 0px;
}
.optimize-section div {
  width: 60%;
  text-align: center;
}
.optimize-section .title {
  color: #FFFBF5;
  text-align: center;
}
.optimize-section .large-text {
  color: #FFFBF5;
  text-align: center;
  line-height: 35px;
  margin-bottom: 10px;
}
.optimize-section .medium-text {
  color: #FFFBF5;
  font-size: 24px;
  line-height: 27px;
  font-family: "Larken", "Albra", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
.optimize-section .footer-text {
  color: #FFFBF5;
  text-align: center;
  font-family: Larken;
  font-size: 28px;
  line-height: 33px;
  font-family: "Larken", "Albra", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}

.optimize-section-desktop {
  padding: 50px;
  background: linear-gradient(0deg, rgba(54, 68, 58, 0.9) 0%, rgba(54, 68, 58, 0.9) 100%), url(https://d1cbtwb0qnacuk.cloudfront.net/images/home/BentoColourShowcase_Green_130.jpeg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.optimize-section-desktop .title-container .title {
  color: #FFFBF5;
  text-align: center;
}
.optimize-section-desktop .title-container svg {
  vertical-align: middle;
}
.optimize-section-desktop .optimizations-container {
  display: flex;
  justify-content: space-around;
  margin-top: 50px;
  align-items: center;
}
.optimize-section-desktop .optimizations-container .optimization {
  width: 20%;
  text-align: center;
}
.optimize-section-desktop .optimizations-container .optimization .large-text {
  color: #FFFBF5;
  text-align: center;
  line-height: 35px;
  margin-bottom: 10px;
}
.optimize-section-desktop .optimizations-container .optimization .medium-text {
  color: #FFFBF5;
  font-size: 32px;
  line-height: 27px;
  font-family: "Larken", "Albra", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}

@media screen and (max-width: 600px) {
  .family-page .hero {
    height: 554px;
    box-shadow: inset 0px -160px 43px 20px rgba(0, 0, 0, 0.3), inset 1px 151px 138px 20px rgba(0, 0, 0, 0.3);
    background: url("https://d1cbtwb0qnacuk.cloudfront.net/images/family/lead-image.jpeg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 108%;
    padding: 40px;
    background-position-y: 0px;
    background-position-x: -20px;
  }
  .family-page .hero .text-content {
    top: -32px;
    position: relative;
    background: white;
    box-shadow: 0px -1px 70px 70px rgb(255, 255, 255);
  }
  .family-page .hero .title {
    color: #354239;
    text-align: center;
    font-size: 28px;
    line-height: 36px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .family-page .hero .description {
    color: #36443A;
    text-align: center;
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 17px;
    padding-left: 45px;
    padding-right: 45px;
  }
  .family-page .hero__content .hero-content-inner {
    width: 100%;
  }
  .family-page .hero__content .hero-content-inner .hero-text {
    margin: 0 0 16px 0;
    width: 100%;
    margin-bottom: 5px;
  }
  .family-page .hero__content .hero-content-inner .hero-text p {
    text-align: center;
    font-size: 28px;
    color: #FFFBF5;
    line-height: 32px;
    margin: 0;
    padding: 0;
    font-family: "Larken", "Albra", sans-serif !important;
    font-weight: 400 !important;
    font-style: normal;
  }
  .family-page .hero__content .hero-content-inner .hero-text-footer {
    margin-bottom: 0px;
    width: 100%;
  }
  .family-page .hero__content .hero-content-inner .hero-text-footer p {
    color: #fff;
    font-size: 15px;
    line-height: 23px;
    text-align: center;
    margin: 0;
    font-family: "Poppins", "Helvetica Neue", sans-serif !important;
    font-weight: 500 !important;
    font-style: normal;
  }
  .family-page .hero__content .hero-content-inner .btn-wrapper span {
    text-align: center;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-family: "Poppins", "Helvetica Neue", sans-serif !important;
    font-weight: 400 !important;
    font-style: normal;
  }
  .family-page .hero__content .hero-content-footer {
    display: flex;
    flex-direction: column;
    min-height: 565px;
    justify-content: flex-end;
  }
  .family-page .hero__content h1 {
    margin-top: 0;
  }
  .family-page .hero__content h3 {
    font-size: 18px;
  }
  .family-page .hero__content .btn-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  .family-page .section-good-planet {
    padding-bottom: 30px;
    padding-top: 10px;
  }
  .family-page .section-good-planet .title {
    margin-top: 25px;
    margin-bottom: 30px;
  }
  .family-page .section-good-planet .title p {
    margin: 0;
    color: #36443A;
    text-align: center;
    font-size: 34px;
    line-height: 42px;
    font-family: "Larken", "Albra", sans-serif !important;
    font-weight: 400 !important;
    font-style: normal;
  }
  .family-page .section-good-planet .title p .italic-text {
    color: #36443A;
    font-size: 34px;
    font-style: italic !important;
    line-height: 42px;
    font-family: "Larken", "Albra", sans-serif !important;
    font-weight: 400 !important;
    font-style: normal;
  }
  .family-page .section-good-planet .planet-details .row-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 13px;
  }
  .family-page .section-good-planet .planet-details .row-container p {
    margin: 0px;
  }
  .family-page .section-good-planet .planet-details .row-container .text-container {
    width: 60%;
    padding: 10px;
  }
  .family-page .section-good-planet .planet-details .row-container .text-container .title-text {
    color: #36443A;
    font-size: 18px;
    line-height: 116%;
    font-family: "Larken", "Albra", sans-serif !important;
    font-weight: 400 !important;
    font-style: normal;
  }
  .family-page .section-good-planet .planet-details img {
    border-radius: 100px;
    height: 100px;
    width: 100px;
  }
  .family-page .section-good-planet .planet-details .details {
    margin: 0px;
    font-size: 10px;
    margin-left: 17px;
    font-family: "Poppins", "Helvetica Neue", sans-serif !important;
    font-weight: 400 !important;
    font-style: normal;
  }
  .family-page .section-good-planet .btn-container {
    margin-top: 30px;
  }
  .family-page .model-1-section {
    background: url("https://d1cbtwb0qnacuk.cloudfront.net/images/family/model-1.jpeg");
    width: 100%;
    height: 312px;
    background-size: 100%;
    background-position-y: -53px;
  }
  .family-page .green-banner-section {
    width: 100%;
    height: 330px;
    flex-shrink: 0;
    background: #36443A;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .family-page .green-banner-section p {
    margin: 0px;
    color: #FFFBF5;
    text-align: center;
    font-size: 34px;
    line-height: 146%;
    font-family: "Larken", "Albra", sans-serif !important;
    font-weight: 400 !important;
    font-style: normal;
  }
  .family-page .green-banner-section span {
    color: #FFFBF5;
    font-size: 34px;
    font-style: italic !important;
    font-weight: 400;
    line-height: 146%;
    font-family: "Larken", "Albra", sans-serif !important;
    font-weight: 400 !important;
    font-style: normal;
  }
  .family-page .banner1-section {
    background: url("https://d1cbtwb0qnacuk.cloudfront.net/images/family/banner1.jpeg");
    width: 100%;
    height: 419px;
    background-size: cover;
    background-position-y: -167px;
  }
  .family-page .product-showcase {
    background: #C9D5C8;
  }
  .family-page .product-showcase .product-image {
    width: 100%;
    height: 334px;
    background: url("https://d1cbtwb0qnacuk.cloudfront.net/images/transformation/product-list.jpeg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 143%;
    background-position-y: -90px;
  }
  .family-page .product-showcase .title {
    color: #36443A;
    text-align: center;
    font-size: 34px;
    line-height: 41px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 60px;
  }
  .family-page .variation-section {
    padding-bottom: 50px;
    padding-top: 20px;
  }
  .family-page .variation-section .title {
    color: #36443A;
    text-align: center;
    font-size: 34px;
    line-height: 41px;
    padding-left: 50px;
    padding-right: 50px;
    font-family: "Larken", "Albra", sans-serif !important;
    font-weight: 400 !important;
    font-style: normal;
  }
  .family-page .variation-section .description {
    color: #36443A;
    text-align: center;
    font-size: 15px;
    line-height: 23px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 20px;
    font-family: "Poppins", "Helvetica Neue", sans-serif !important;
    font-weight: 400 !important;
    font-style: normal;
  }
  .family-page .variation-section .btn-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }
  .family-page .variation-scroll {
    display: flex;
    flex-direction: row;
    align-items: center;
    overflow: auto;
    column-gap: 25px;
    padding-bottom: 10px;
    scrollbar-width: none;
    overflow-y: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
  }
  .family-page .variation-scroll .variation-item {
    scroll-snap-align: center;
  }
  .family-page .variation-scroll .variation-item p {
    margin: 0px;
  }
  .family-page .variation-scroll .variation-item .item {
    width: 265px;
    height: 169px;
    flex-shrink: 0;
    border-radius: 5px;
    background: #36443A;
    margin-top: 20px;
  }
  .family-page .variation-scroll .variation-item .detail {
    color: #000;
    text-align: center;
    font-size: 17px;
    line-height: 156%;
    font-family: "Poppins", "Helvetica Neue", sans-serif !important;
    font-weight: 400 !important;
    font-style: normal;
  }
  .family-page .variation-scroll .variation-item .item-flex {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    width: 268px;
    height: 385px;
  }
  .family-page .variation-scroll .variation-item .small-text {
    color: #36443A;
    text-align: center;
    font-size: 18px;
    line-height: 38px;
    text-transform: capitalize;
  }
  .family-page .variation-scroll .variation-item .large-text {
    color: #36443A;
    font-size: 32px;
    line-height: 38px;
    text-transform: capitalize;
  }
  .family-page .variation-scroll .variation-item .option {
    background: #36443A;
    border-radius: 5px;
    width: 80%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    padding: 10px;
  }
  .family-page .variation-scroll .variation-item .option .right-col {
    width: 40%;
  }
  .family-page .variation-scroll .variation-item .option .left-col {
    width: 60%;
  }
  .family-page .variation-scroll .variation-item .option .col-div {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .family-page .variation-scroll .variation-item .option .col-div .days {
    color: #C9D5C8;
    font-size: 20px;
    line-height: 23px;
  }
  .family-page .variation-scroll .variation-item .option .col-div .occurrence {
    color: #C9D5C8;
    text-align: center;
    font-size: 15px;
    line-height: 23px;
  }
  .family-page .variation-scroll .variation-item .option .col-div .food-detail {
    color: #C9D5C8;
    text-align: center;
    font-size: 12px;
    line-height: 19px;
    text-transform: capitalize;
  }
  .family-page .variation-scroll .variation-item .option .col-div .food-detail-bold {
    color: #C9D5C8;
    font-size: 12px;
    line-height: 19px;
    text-transform: capitalize;
  }
  .family-page .variation-scroll .variation-item:first-child {
    margin-left: 20%;
  }
  .family-page .variation-scroll .variation-item:last-child {
    margin-right: 20%;
  }
  .family-page .how-it-works-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #FFFBF5;
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .family-page .how-it-works-section .third-section-title {
    color: #36443A;
    font-size: 34px;
    line-height: 22px;
    font-family: "Larken", "Albra", sans-serif !important;
    font-weight: 400 !important;
    font-style: normal;
  }
  .family-page .how-it-works-section-title {
    margin: 1px;
    font-size: 34px;
    text-align: center;
    line-height: 38px;
    color: #36443A;
    font-family: "Larken", "Albra", sans-serif !important;
    font-weight: 400 !important;
    font-style: normal;
  }
  .family-page .how-it-works-section .benefit-list-wrapper {
    padding-left: 38px;
    margin-bottom: 40px;
    gap: 20px;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
  }
  .family-page .how-it-works-section .benefit-list-wrapper-benefit {
    gap: 10px;
    display: flex;
    align-items: center;
  }
  .family-page .how-it-works-section .benefit-list-wrapper-benefit p {
    margin: 0px;
    font-size: 18px;
    line-height: 25px;
    color: #36443A;
    width: 70%;
    font-style: italic;
    font-family: "Poppins", "Helvetica Neue", sans-serif !important;
    font-weight: 400 !important;
    font-style: normal;
  }
  .family-page .how-it-works-section .benefit-list-wrapper .number {
    background: #C9D5C8;
    stroke-width: 1px;
    stroke: #36443A;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    font-family: "Larken", "Albra", sans-serif !important;
    font-weight: 400 !important;
    font-style: normal;
  }
  .family-page .how-it-works-section .btn-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 0px;
  }
  .family-page .banner2-section {
    background: url("https://d1cbtwb0qnacuk.cloudfront.net/images/family/banner2.jpeg");
    width: 100%;
    height: 415px;
    background-size: 100%;
    background-position-y: -114px;
    background-repeat: no-repeat;
  }
  .family-page .makeover-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #9CC196;
  }
  .family-page .makeover-section p {
    margin: 0px;
  }
  .family-page .makeover-section .intro-img {
    width: 100%;
    height: 441px;
    background: url("https://d1cbtwb0qnacuk.cloudfront.net/images/transformation/bento.jpeg");
    background-position: center;
    background-repeat: no-repeat;
    background-position-y: -464px;
    background-size: 344%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
  }
  .family-page .makeover-section .intro-img .title {
    margin: 0px;
    color: #36443A;
    text-align: center;
    font-size: 28px;
    line-height: 41px;
    width: 80%;
    margin-bottom: 10px;
  }
  .family-page .makeover-section .description {
    color: #36443A;
    text-align: center;
    font-size: 15px;
    line-height: 23px;
    margin: 0px;
    width: 76%;
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .family-page .makeover-section .bubble-wrapper {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom: 19px;
  }
  .family-page .makeover-section .bubble-wrapper .badge {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    border-radius: 100px;
    background-color: #C9D5C8;
    width: 40px;
    height: 40px;
    color: #36443A;
    text-align: center;
    font-size: 25px;
    line-height: 135%;
    left: 25px;
    top: -13px;
    border: 1px solid #36443A;
  }
  .family-page .makeover-section .bubble-wrapper .bubble-container {
    border-radius: 17px;
    border: 1px solid #000;
    background: #C9D5C8;
    width: 76%;
    height: fit-content;
    align-self: center;
  }
  .family-page .makeover-section .bubble-wrapper .bubble-container .text-content {
    color: #354439;
    font-size: 15px;
    line-height: 22px;
    padding-left: 24px;
    padding-right: 16px;
    padding-top: 10px;
    padding-bottom: 11px;
  }
  .family-page .makeover-section .bubble-wrapper:nth-of-type(3) .bubble-container {
    align-self: flex-end;
    margin-right: 32px;
    width: 70%;
  }
  .family-page .makeover-section .bubble-wrapper:nth-of-type(3) .badge {
    left: 17%;
  }
  .family-page .makeover-section .bubble-wrapper:nth-of-type(4) .bubble-container {
    align-self: flex-start;
    margin-right: 32px;
  }
  .family-page .makeover-section .bubble-wrapper:nth-of-type(4) {
    width: 80%;
  }
  .family-page .makeover-section .bubble-wrapper:nth-of-type(4) .badge {
    left: -6%;
  }
  .family-page .signature-program {
    background: #C9D5C8;
    padding-bottom: 50px;
  }
  .family-page .signature-program .signature-title {
    padding-top: 24px;
  }
  .family-page .signature-program .signature-title p {
    margin: 0;
    color: #36443A;
    text-align: center;
    font-size: 34px;
    line-height: 41px;
  }
  .family-page .signature-program .signature-desc {
    margin-top: 12px;
  }
  .family-page .signature-program .signature-desc p {
    margin: 0;
    color: #36443A;
    text-align: center;
    font-size: 15px;
    line-height: 23px;
  }
  .family-page .signature-program .btn-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 50px;
  }
  .family-page .results-image {
    width: 100%;
    height: 400px;
    object-fit: cover;
    background: url("https://d1cbtwb0qnacuk.cloudfront.net/images/transformation/kitchen-2.jpeg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-y: -206px;
  }
  .family-page .results-section {
    background: #36443A;
    padding-bottom: 30px;
    position: relative;
    top: -10px;
  }
  .family-page .results-section p {
    margin: 0px;
  }
  .family-page .results-section .title {
    color: #FFFBF5;
    text-align: center;
    font-size: 34px;
    line-height: 41px;
    padding-top: 35px;
    padding-left: 50px;
    padding-right: 50px;
    font-family: "Larken", "Albra", sans-serif !important;
    font-weight: 400 !important;
    font-style: normal;
  }
  .family-page .testimonial-section-dark__inner {
    width: 100%;
    flex-direction: column;
  }
  .family-page .testimonial-section-dark__inner .food-items {
    min-height: 434px;
    overflow: hidden;
    width: 100%;
    flex-basis: 100%;
  }
  .family-page .testimonial-section-dark__inner .food-items video {
    position: relative;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .family-page .testimonial-section-dark__inner .sixth {
    flex-basis: 100%;
    width: 100%;
    background-color: #36443A;
    overflow: hidden;
    margin: 0 auto;
  }
  .family-page .testimonial-section-dark__inner .sixth .title {
    font-size: 18px;
    line-height: 20px;
    color: #36443A;
    text-align: center;
    text-transform: uppercase;
  }
  .family-page .testimonial-section-dark__inner .sixth__testimonials-control {
    display: flex !important;
    width: 89%;
    margin: 0 auto;
    top: 25%;
    padding-left: 5%;
  }
  .family-page .testimonial-section-dark__inner .sixth__testimonials-control svg {
    width: 18px;
  }
  .family-page .testimonial-section-dark__inner .sixth__testimonials-dots {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 15%;
    height: 15%;
    margin: 30px auto;
  }
  .family-page .testimonial-section-dark__inner .sixth__testimonials-dots div {
    display: block;
    width: 16px;
  }
  .family-page .testimonial-section-dark__inner .sixth__testimonial-image img {
    width: 120px;
    height: 120px;
  }
  .family-page .testimonial-section-dark__inner .sixth .sqs-block-content .testimonial-text {
    width: 70%;
    margin: 0 auto;
    text-align: center;
    font-size: 12px !important;
    line-height: 23px !important;
    color: #fff;
    margin-top: 24px;
  }
  .family-page .testimonial-section-dark__inner .sixth .sqs-block-content .author-name {
    font-size: 15px;
    line-height: 23px;
    margin: 0;
    padding: 0;
    padding-bottom: 4px;
    color: #fff;
    letter-spacing: 0.15px;
  }
  .family-page .testimonial-section-dark__inner .sixth .sqs-block-content .author-role {
    font-size: 15px;
    line-height: 23px;
    margin: 0;
    padding: 0;
    color: #fff;
    letter-spacing: 0.15px;
  }
}

.contact-page {
  background: #36443A;
}
.contact-page .responsive-style {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 600px) {
  .contact-page .responsive-style {
    flex-direction: column;
  }
}
@media screen and (min-width: 820px) {
  .contact-page .image-section {
    width: 60%;
  }
}
@media screen and (min-width: 820px) {
  .contact-page .text-section {
    width: 40%;
    padding-top: 50px;
  }
}
.contact-page .hero {
  height: 555px;
  width: 100%;
  background: url("https://d1cbtwb0qnacuk.cloudfront.net/images/contact/couple-unboxing-products-in-kitchen.jpeg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: inset 0px -102px 53px 0px #36443A;
}
@media screen and (min-width: 820px) {
  .contact-page .hero {
    background: url("https://d1cbtwb0qnacuk.cloudfront.net/images/contact/lady-setting-table.jpeg");
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: none;
  }
}
.contact-page .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #36443A;
}
.contact-page .title p {
  color: #FFFBF5;
  text-align: center;
  font-size: 34px;
  font-family: "Larken", "Albra", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
@media screen and (min-width: 820px) {
  .contact-page .title p {
    font-size: 42px;
  }
}
.contact-page .link-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 39px;
  margin-top: 30px;
}
.contact-page .link-section p {
  color: #FFF;
  text-align: center;
  font-size: 15px;
  line-height: 38px;
  margin-bottom: 2px;
  font-family: "Poppins", "Helvetica Neue", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
.contact-page .link-section u {
  color: #FFF;
  font-size: 24px;
  line-height: 38px;
  font-family: "Larken", "Albra", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
@media screen and (min-width: 820px) {
  .contact-page .link-section u {
    font-size: 32px;
  }
}
.contact-page .call-section {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact-page .call-section .title {
  color: #FFF;
  text-align: center;
  font-size: 15px;
  line-height: 38px;
  font-family: "Poppins", "Helvetica Neue", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
.contact-page .call-section .number {
  color: #FFF;
  font-size: 24px;
  line-height: 38px;
  font-family: "Larken", "Albra", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
@media screen and (min-width: 820px) {
  .contact-page .call-section .number {
    font-size: 32px;
  }
}
.contact-page .section-socialmedia .description {
  color: #FFF;
  text-align: center;
  font-size: 17px;
  line-height: 23px;
  padding-left: 40px;
  padding-right: 40px;
  margin-bottom: 10px;
  margin-top: 20px;
  font-family: "Poppins", "Helvetica Neue", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
.contact-page .section-socialmedia .sm-icon-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 42px;
  column-gap: 20px;
}

.faq-page .hero {
  height: 472px;
  width: 100%;
  background: url("https://d1cbtwb0qnacuk.cloudfront.net/images/faq/couple-in-kitchen.jpeg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 820px) {
  .faq-page .hero {
    display: none;
  }
}
.faq-page .lead-image {
  background: url("https://d1cbtwb0qnacuk.cloudfront.net/images/faq/couple-in-kitchen.jpeg");
  width: 60%;
  height: 635px;
  flex-shrink: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-position-y: 15%;
  background-color: #36443A;
}
.faq-page .lead-text {
  width: 40%;
  background: #36443A;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.faq-page .lead-text p {
  color: #FFFBF5;
  text-align: center;
  font-size: 42px;
  line-height: 0%;
  font-family: "Larken", "Albra", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
.faq-page .title-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
}
@media screen and (min-width: 820px) {
  .faq-page .title-section {
    display: none;
  }
}
.faq-page .title-section p {
  color: #36443A;
  text-align: center;
  font-size: 34px;
  font-family: "Larken", "Albra", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
.faq-page .faq-section {
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
.faq-page .faq-section hr {
  margin-top: 10px;
}
.faq-page .faq-section .accordion-item {
  padding: 0 10px;
}
@media screen and (min-width: 820px) {
  .faq-page .faq-section .accordion-item {
    padding: 0 20px;
  }
}
.faq-page .faq-section .accordion-item .accordion-toggle {
  display: none;
}
.faq-page .faq-section .accordion-item .item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.faq-page .faq-section .accordion-item .item .title {
  margin: 0px;
  color: #36443A;
  font-size: 20px;
  font-style: normal;
  line-height: normal;
  font-family: "Larken", "Albra", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
@media screen and (min-width: 820px) {
  .faq-page .faq-section .accordion-item .item .title {
    font-size: 32px;
  }
}
.faq-page .faq-section .accordion-item .item .icon-minus {
  display: none;
}
.faq-page .faq-section .accordion-item .submenu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  margin-top: 10px;
}
@media screen and (min-width: 820px) {
  .faq-page .faq-section .accordion-item .submenu {
    padding-left: 20px;
  }
}
.faq-page .faq-section .accordion-item .submenu .submenu-item {
  margin-bottom: 8px;
  font-size: 12px;
  font-family: "Poppins", "Helvetica Neue", sans-serif !important;
  font-weight: 300 !important;
  font-style: normal;
}
@media screen and (min-width: 820px) {
  .faq-page .faq-section .accordion-item .submenu .submenu-item {
    font-size: 16px;
    width: 90%;
  }
}
.faq-page .faq-section .accordion-item .accordion-toggle:checked + .item .icon-plus {
  display: none;
}
.faq-page .faq-section .accordion-item .accordion-toggle:checked + .item .icon-minus {
  display: block;
}
.faq-page .faq-section .accordion-item .accordion-toggle:checked ~ .submenu {
  max-height: 1000px;
  /* Adjust this value based on your content */
  transition: max-height 0.5s ease-in;
}
.faq-page .journey-section {
  background: #C1D2C1;
}
@media screen and (min-width: 820px) {
  .faq-page .journey-section {
    display: none;
  }
}
.faq-page .journey-section .larken-italics {
  font-family: "Larken Italic", "Albra", sans-serif !important;
  font-weight: 600 !important;
  font-style: normal;
}
.faq-page .journey-section p {
  padding-top: 33px;
  text-align: center;
  color: #36443A;
  font-size: 32px;
  line-height: 45px;
  padding-left: 70px;
  padding-right: 70px;
  font-family: "Larken", "Albra", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
.faq-page .journey-section .btn-container {
  margin-top: 20px;
}
.faq-page .journey-section .product-image {
  height: 500px;
  width: 100%;
  background: url("https://d1cbtwb0qnacuk.cloudfront.net/images/faq/product.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.faq-page .hero-desktop {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 820px) {
  .faq-page .hero-desktop {
    display: none;
  }
}
.faq-page .journey-section-desktop {
  display: flex;
  flex-direction: row;
  background: #C1D2C1;
}
@media screen and (max-width: 820px) {
  .faq-page .journey-section-desktop {
    display: none;
  }
}
@media screen and (min-width: 820px) {
  .faq-page .journey-section-desktop .text-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
  }
}
.faq-page .journey-section-desktop .text-content .larken-italics {
  font-family: "Larken Italic", "Albra", sans-serif !important;
  font-weight: 600 !important;
  font-style: normal;
}
.faq-page .journey-section-desktop p {
  padding-top: 33px;
  text-align: center;
  color: #36443A;
  font-size: 32px;
  line-height: 45px;
  padding-left: 70px;
  padding-right: 70px;
  font-family: "Larken", "Albra", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
.faq-page .journey-section-desktop .btn-container {
  margin-top: 10px;
}
.faq-page .journey-section-desktop .product-image {
  height: 400px;
  width: 50%;
  background: url("https://d1cbtwb0qnacuk.cloudfront.net/images/faq/product.png");
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
}

.careers-page .banner-section {
  display: flex;
  height: calc(100vh - 130px);
}
@media screen and (max-width: 768px) {
  .careers-page .banner-section {
    display: none;
  }
}
.careers-page .banner-section .image-container {
  width: 52%;
}
@media screen and (max-width: 1024px) {
  .careers-page .banner-section .image-container {
    width: 50%;
  }
}
.careers-page .banner-section .image-container .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.careers-page .banner-section .text-content-container {
  background-color: #36443A;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48%;
}
.careers-page .banner-section .text-content-container .text-content {
  text-align: center;
}
.careers-page .banner-section .text-content-container .text-content .heading {
  font-size: 42px;
  font-family: "Larken", "Albra", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
  color: #FFFBF5;
  margin-bottom: 40px;
}
.careers-page .banner-section .text-content-container .social-media-content-container {
  position: absolute;
  bottom: 2%;
}
.careers-page .banner-section .text-content-container .social-media-content-container .description {
  font-size: 15px;
  color: #FFFBF5;
  font-family: "Poppins", "Helvetica Neue", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
  text-align: center;
}
.careers-page .banner-section .text-content-container .social-media-content-container .sm-icons-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  column-gap: 20px;
}
.careers-page .hero {
  height: 500px;
  width: 100%;
  background: url("https://d1cbtwb0qnacuk.cloudfront.net/images/james/james_with_tote_bag.avif");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  background-position-x: 70%;
}
@media screen and (min-width: 768px) {
  .careers-page .hero {
    height: 100%;
    width: 100%;
    background-size: contain;
    background-position-x: initial;
    background-position-y: initial;
  }
}
.careers-page .flex-container {
  display: flex;
  flex-direction: row;
  height: 638px;
}
.careers-page .section-socialmedia {
  margin-top: 50px;
}
.careers-page .section-socialmedia .description {
  color: #FFF;
  text-align: center;
  font-size: 17px !important;
  line-height: 23px;
  padding-left: 40px;
  padding-right: 40px;
  margin-bottom: 10px;
  margin-top: 20px;
  font-family: "Poppins", "Helvetica Neue", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
.careers-page .section-socialmedia .sm-icon-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 42px;
  column-gap: 20px;
}
@media screen and (max-width: 768px) {
  .careers-page .desktop {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .careers-page .desktop {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.careers-page .mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .careers-page .mobile {
    display: block;
  }
}
.careers-page .hero-desktop {
  height: 419px;
  width: 100%;
  background: url("https://d1cbtwb0qnacuk.cloudfront.net/images/careers/lead.jpeg");
  background-position-x: -125px;
  background-size: 183%;
  background-repeat: no-repeat;
  background-position-y: -103px;
}
.careers-page .title-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 17px;
}
.careers-page .title-section p {
  color: #36443A;
  text-align: center;
  font-size: 34px;
  font-family: "Larken", "Albra", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
.careers-page .title-section .btn-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 5px;
  margin-bottom: 18px;
}
.careers-page .faq-section {
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
.careers-page .faq-section hr {
  margin-top: 10px;
}
.careers-page .faq-section .accordion-item .accordion-toggle {
  display: none;
}
.careers-page .faq-section .accordion-item .item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.careers-page .faq-section .accordion-item .item .title {
  margin: 0px;
  color: #36443A;
  font-size: 20px;
  font-style: normal;
  line-height: normal;
  font-family: "Larken", "Albra", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
.careers-page .faq-section .accordion-item .item .icon-minus {
  display: none;
}
.careers-page .faq-section .accordion-item .submenu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  margin-top: 10px;
  padding-left: 20px;
}
.careers-page .faq-section .accordion-item .submenu .submenu-item {
  color: #36443A;
  margin-bottom: 8px;
  font-size: 12px;
  font-family: "Poppins", "Helvetica Neue", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
.careers-page .faq-section .accordion-item .accordion-toggle:checked + .item .icon-plus {
  display: none;
}
.careers-page .faq-section .accordion-item .accordion-toggle:checked + .item .icon-minus {
  display: block;
}
.careers-page .faq-section .accordion-item .accordion-toggle:checked ~ .submenu {
  max-height: 1000px;
  /* Adjust this value based on your content */
  transition: max-height 0.5s ease-in;
}
.careers-page .journey-section {
  background: #C1D2C1;
}
.careers-page .journey-section p {
  padding-top: 33px;
  text-align: center;
  color: #36443A;
  font-size: 32px;
  line-height: 45px;
  padding-left: 70px;
  padding-right: 70px;
  font-family: "Larken", "Albra", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
.careers-page .journey-section .product-image {
  height: 500px;
  width: 100%;
  background: url("https://d1cbtwb0qnacuk.cloudfront.net/images/faq/product.png");
  background-position-y: 65px;
  background-position-x: -138px;
  background-repeat: no-repeat;
}
.careers-page .medium-text {
  margin-top: 10px;
  padding-left: 40px;
  padding-right: 40px;
}
.careers-page .medium-text p {
  color: #36443A;
  font-size: 12px;
  line-height: 178%;
  font-family: "Poppins", "Helvetica Neue", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
.careers-page .large-text {
  padding-left: 40px;
  padding-right: 40px;
}
.careers-page .large-text p {
  color: #36443A;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  font-family: "Larken", "Albra", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
.careers-page .image-1 {
  background: url("https://d1cbtwb0qnacuk.cloudfront.net/images/careers/couple-exploring-products.jpeg");
  height: 274px;
  width: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.careers-page .image-2 {
  background: url("https://d1cbtwb0qnacuk.cloudfront.net/images/careers/couple-unboxing-products.jpeg");
  width: 100%;
  height: 418px;
  background-size: 100%;
  background-position-y: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .careers-page .image-2 {
    background-size: cover;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
}
.careers-page .accordion-section {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .careers-page .accordion-section {
    width: 95%;
    align-self: center;
  }
}
.careers-page .accordion-section .header-title {
  color: #36443A;
  font-family: Larken;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 138%;
  padding-left: 40px;
  padding-right: 40px;
  font-family: "Larken", "Albra", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .careers-page .accordion-section .header-title {
    font-size: 42px;
  }
}
.careers-page .text-container {
  padding: 20px 0;
}
.careers-page .button-container {
  padding-bottom: 50px;
}
.careers-page .opportunity-section {
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
.careers-page .opportunity-section hr {
  margin-top: 10px;
}
.careers-page .opportunity-section .accordion-item {
  padding: 0 10px;
}
@media screen and (min-width: 768px) {
  .careers-page .opportunity-section .accordion-item {
    padding: 0 20px;
  }
}
.careers-page .opportunity-section .accordion-item .accordion-toggle {
  display: none;
}
.careers-page .opportunity-section .accordion-item .item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.careers-page .opportunity-section .accordion-item .item .title {
  margin: 0px;
  color: #36443A;
  font-size: 20px;
  font-style: normal;
  line-height: normal;
  font-family: "Larken", "Albra", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .careers-page .opportunity-section .accordion-item .item .title {
    font-size: 32px;
  }
}
.careers-page .opportunity-section .accordion-item .item .icon-minus {
  display: none;
}
.careers-page .opportunity-section .accordion-item .submenu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  margin-top: 10px;
  padding-left: 20px;
}
.careers-page .opportunity-section .accordion-item .submenu .submenu-item {
  color: #36443A;
  margin-bottom: 8px;
  font-size: 12px;
  font-family: "Poppins", "Helvetica Neue", sans-serif !important;
  font-weight: 200 !important;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .careers-page .opportunity-section .accordion-item .submenu .submenu-item {
    font-size: 15px;
  }
}
.careers-page .opportunity-section .accordion-item .accordion-toggle:checked + .item .icon-plus {
  display: none;
}
.careers-page .opportunity-section .accordion-item .accordion-toggle:checked + .item .icon-minus {
  display: block;
}
.careers-page .opportunity-section .accordion-item .accordion-toggle:checked ~ .submenu {
  max-height: fit-content;
  /* Adjust this value based on your content */
  transition: max-height 0.5s ease-in;
}
.careers-page .normal-text {
  color: #36443A;
  font-size: 15px;
  line-height: 160%;
  font-family: "Poppins", "Helvetica Neue", sans-serif !important;
  font-weight: 200 !important;
  font-style: normal;
}
.careers-page .bold-text {
  color: #36443A;
  font-size: 32px;
  line-height: 160%;
  font-family: "Larken Italic", "Albra", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
.careers-page .first-section {
  display: flex;
  flex-direction: row;
}
.careers-page .first-section .text-container {
  width: 52%;
  padding: 50px;
}
@media screen and (max-width: 1024px) {
  .careers-page .first-section .text-container {
    width: 50%;
  }
}
.careers-page .first-section .image-section {
  width: 48%;
}
@media screen and (max-width: 1024px) {
  .careers-page .first-section .image-section {
    width: 50%;
  }
}
.careers-page .first-section .image-section .image-1 {
  background: url("https://d1cbtwb0qnacuk.cloudfront.net/images/careers/couple-exploring-products.jpeg");
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.careers-page .second-section {
  display: flex;
  flex-direction: row;
  margin-top: 50px;
}
.careers-page .second-section .image-section {
  width: 52%;
  padding-right: 50px;
}
@media screen and (max-width: 1024px) {
  .careers-page .second-section .image-section {
    width: 50%;
  }
}
.careers-page .second-section .text-container {
  width: 48%;
  padding-right: 40px;
}
@media screen and (max-width: 1024px) {
  .careers-page .second-section .text-container {
    width: 50%;
  }
}

.privacy-page {
  margin-top: 50px;
}
.privacy-page .title .main-heading {
  font-size: 48px;
  line-height: 115%;
  font-family: "Larken", "Albra", sans-serif !important;
  font-weight: 300 !important;
  font-style: normal;
}
.privacy-page .title p {
  font-size: 20px;
  line-height: 135%;
  font-family: "Poppins", "Helvetica Neue", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
.privacy-page .bottom-section-padding {
  margin-bottom: 48px;
}
.privacy-page .privacy-wrapper {
  max-width: 1280px;
  padding: 0 64px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .privacy-page .privacy-wrapper {
    padding: 0 40px;
  }
}
.privacy-page .section-main .block {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 20px;
  margin-bottom: 48px;
}
.privacy-page .section-main .block h4 {
  margin-top: 10px;
  font-weight: 400;
  font-size: 38px;
  line-height: 135%;
  font-family: "Larken", "Albra", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
.privacy-page .section-main .block div {
  font-family: "Poppins", "Helvetica Neue", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
  font-size: 20px;
  line-height: 135%;
}
.privacy-page .section-main .block p {
  word-break: break-word;
  margin-top: 10px;
}
.privacy-page .section-main .block {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 20px;
  margin-bottom: 48px;
}
@media screen and (max-width: 600px) {
  .privacy-page .section-main .block {
    display: flex;
    flex-direction: column;
  }
}

.letter-container {
  width: 80%;
  max-width: 1200px;
  margin: 50px auto 0;
}
.letter-container .letter-heading-container {
  font-family: "Larken", "Albra", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
  font-size: 42px;
  text-align: center;
  color: #36443A;
}
@media screen and (max-width: 768px) {
  .letter-container .letter-heading-container {
    font-size: 34px;
  }
}
.letter-container .letter {
  color: #36443A;
  font-family: "Poppins", "Helvetica Neue", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
  font-size: 15px;
  width: 60%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .letter-container .letter {
    width: 90%;
    font-size: 12px;
  }
}
.letter-container .letter .to-part {
  margin-top: 50px;
  margin-bottom: 20px;
}
.letter-container .letter .content-part {
  margin-top: 50px;
}
.letter-container .letter .content-part .underline {
  text-decoration: underline;
}

.blogs-page {
  padding: 40px 0;
}
.blogs-page .heading {
  text-align: center;
}
.blogs-page .w-container {
  width: 80%;
  margin: 0 auto;
  max-width: 768px;
}
@media screen and (max-width: 768px) {
  .blogs-page .w-container {
    width: 90%;
  }
}
.blogs-page .blog {
  border-bottom: 1px solid #36443A;
  padding: 10px 0;
}
.blogs-page .blog__link {
  text-decoration: none;
  color: #36443A;
}
.blogs-page .blog .header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .blogs-page .blog .header-content {
    flex-direction: column;
    align-items: flex-start;
  }
}
.blogs-page .blog .header-content .author {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .blogs-page .blog .header-content .author {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }
}
.blogs-page .blog__title {
  margin-bottom: 0;
}
.blogs-page .blog__title:hover {
  text-decoration: underline;
}
.blogs-page .blog__description {
  padding-left: 20px;
}

.blog-section {
  padding: 40px 0;
}
.blog-section .w-container {
  width: 80%;
  margin: 0 auto;
  max-width: 768px;
}
@media screen and (max-width: 768px) {
  .blog-section .w-container {
    width: 90%;
  }
}
.blog-section .blog__title {
  text-align: center;
}
.blog-section .blog__author {
  text-align: center;
}
.blog-section .blog__content {
  font-family: "Poppins", "Helvetica Neue", sans-serif !important;
  font-weight: 200 !important;
  font-style: normal;
}
.blog-section .blog__content a {
  text-decoration: underline;
}

/*# sourceMappingURL=style.css.map */