/*!**************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./assets/src/css/style.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************/
/* --> Responsive <-- */
body {
  color: var(--wp--preset--color--text-secondary);
}
body a {
  text-decoration: none;
  color: inherit;
}

p {
  margin: 0;
}
p + p {
  margin-top: 1em;
}

.lh12 {
  line-height: 1.2;
}

.lh14 {
  line-height: 1.4;
}

.has-normal-font-weight {
  font-weight: 400;
}

.has-medium-font-weight {
  font-weight: 500;
}

.has-bold-font-weight {
  font-weight: 700;
}

.has-lead-font-size {
  line-height: 1.4;
}

:is(h1, h2, h3, h4, h5, h6) + :is(h2, h3, h4, h5, h6, p) {
  margin-top: 8px;
}
:is(h1, h2, h3, h4, h5, h6) + :is(ul, ol, blockquote, pre, table, figure, .wp-block-table) {
  margin-top: 24px;
}
@media only screen and (max-width: 767px) {
  :is(h1, h2, h3, h4, h5, h6) + :is(ul, ol, blockquote, pre, table, figure, .wp-block-table) {
    margin-top: 12px;
  }
}

:is(ul, ol) + :is(h1, h2, h3, h4, h5, h6, p, ul, ol, blockquote, pre, table, figure, .wp-block-table) {
  margin-top: 24px;
}
@media only screen and (max-width: 767px) {
  :is(ul, ol) + :is(h1, h2, h3, h4, h5, h6, p, ul, ol, blockquote, pre, table, figure, .wp-block-table) {
    margin-top: 12px;
  }
}

:is(p, blockquote, pre, table, figure, .wp-block-table) + :is(h1, h2, h3, h4, h5, h6, p, blockquote, pre, table, figure, .wp-block-table, .wp-block-columns):not([class^=mt]) {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  :is(p, blockquote, pre, table, figure, .wp-block-table) + :is(h1, h2, h3, h4, h5, h6, p, blockquote, pre, table, figure, .wp-block-table, .wp-block-columns):not([class^=mt]) {
    margin-top: 24px;
  }
}
:is(p, blockquote, pre, table, figure, .wp-block-table) + :is(ul, ol) {
  margin-top: 24px;
}
@media only screen and (max-width: 767px) {
  :is(p, blockquote, pre, table, figure, .wp-block-table) + :is(ul, ol) {
    margin-top: 12px;
  }
}

html.disable-scroll {
  overflow: hidden !important;
}

@media only screen and (max-width: 767px) {
  #menu {
    display: none;
  }
}

.mobile-menu-wrapp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .mobile-menu-wrapp {
    width: 46px;
    height: 46px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 100%;
    border: 3px solid rgba(0, 89, 78, 0.16);
  }
}
.mobile-menu-wrapp #menu-mobile {
  position: fixed;
  width: 100%;
  height: calc(100dvh - 78px);
  top: 78px;
  left: 0;
  right: 0;
  z-index: 100;
  display: none;
  overflow: hidden;
  opacity: 0;
}
#header.scrolled .mobile-menu-wrapp #menu-mobile {
  height: calc(100dvh - 58px);
  top: 58px;
}
body.admin-bar .mobile-menu-wrapp #menu-mobile {
  height: calc(100dvh - 124px);
  top: 124px;
}
body.admin-bar #header.scrolled .mobile-menu-wrapp #menu-mobile {
  height: calc(100dvh - 104px);
  top: 104px;
}
.mobile-menu-wrapp #menu-mobile .mobile-menu-drower {
  width: 100%;
  right: 0;
  max-width: 100%;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.5s cubic-bezier(0.75, 0, 0.25, 1);
  transition: all 0.5s cubic-bezier(0.75, 0, 0.25, 1);
  overflow: auto;
  position: absolute;
  display: block;
  height: 100%;
  z-index: 10;
  -webkit-overflow-scrolling: touch;
  background: white;
}
.mobile-menu-wrapp #menu-mobile.show-menu {
  display: block;
  opacity: 1;
}
.mobile-menu-wrapp #menu-mobile.show-menu .mobile-menu-drower.show-menu-open-drower {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.mobile-menu-wrapp #menu-mobile .menu {
  list-style: none;
  margin: 0;
  padding: 16px;
}
.mobile-menu-wrapp #menu-mobile .menu li {
  display: block;
  margin: 0;
  padding: 0;
}
.mobile-menu-wrapp #menu-mobile .menu li a {
  color: var(--wp--preset--color--brand-green);
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: block;
  padding: 15px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.mobile-menu-wrapp #menu-mobile .menu li li a {
  padding-left: 24px;
  border-top: none;
}
.mobile-menu-wrapp #menu-mobile .menu li li li a {
  padding-left: 48px;
}
.mobile-menu-wrapp #menu-mobile .menu li.menu-item-has-children > a {
  position: relative;
}
.mobile-menu-wrapp #menu-mobile .menu li.menu-item-has-children > a::after {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  right: 0;
  top: calc(50% - 9px);
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2718%27 height=%2718%27 viewBox=%270 0 18 18%27 fill=%27none%27%3E%3Cpath d=%27M6.75 3.75L12 9L6.75 14.25%27 stroke=%27%2300594E%27 stroke-width=%271.6%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.mobile-menu-wrapp #menu-mobile .menu li.menu-item-has-children > a.ow-show-submenu::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.mobile-menu-wrapp #menu-mobile .menu li .sub-menu {
  display: none;
  padding: 0;
}
.mobile-menu-wrapp #menu-mobile .menu li .sub-menu li:last-child {
  border-bottom: none;
}
.mobile-menu-wrapp #menu-mobile .menu li:last-child a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.mobile-menu-wrapp #menu-mobile .menu li.is-menu-title {
  margin-bottom: 24px;
}
.mobile-menu-wrapp #menu-mobile .menu li.is-menu-title > a {
  border: none;
  font-size: 40px;
  letter-spacing: -2px;
  font-family: var(--wp--preset--font-family--adobe-handwriting-ernie);
  line-height: 40px;
  color: var(--wp--preset--color--brand-green);
}
.mobile-menu-wrapp #menu-mobile .menu li.menu-item--product {
  margin-bottom: 24px;
}
.mobile-menu-wrapp #menu-mobile .menu li.menu-item--product > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  border-radius: 8px;
  background: #F4F2ED;
  padding: 16px;
  border: none;
}
.mobile-menu-wrapp #menu-mobile .menu li.menu-item--product > a img {
  width: 32px;
  height: auto;
  -webkit-transform: rotate(-12deg);
          transform: rotate(-12deg);
  margin-top: -32px;
  margin-bottom: -24px;
}
.mobile-menu-wrapp #menu-mobile .menu li.menu-item--product > a .button-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  color: var(--wp--preset--color--brand-green);
}
.mobile-menu-wrapp #menu-mobile .menu li.menu-item--product > a .button-text .title {
  font-size: 32px;
  letter-spacing: -2px;
  font-family: var(--wp--preset--font-family--adobe-handwriting-ernie);
  line-height: 40px;
}
.mobile-menu-wrapp #menu-mobile .menu li.menu-item--product > a .button-text .subtitle {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}
.mobile-menu-wrapp .mobile-hamburger-toggle {
  position: relative;
  display: block;
  width: 44px;
  height: 44px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  padding: 9px 12px;
  clear: both;
  z-index: 999999;
}
.mobile-menu-wrapp .mobile-hamburger-toggle div {
  background: var(--wp--preset--color--brand-green);
  width: 100%;
  height: 2px;
  margin: 5px auto;
  border-radius: 10px;
  -webkit-transition: 0.3s cubic-bezier(0.28, 0.55, 0.385, 1.65);
  transition: 0.3s cubic-bezier(0.28, 0.55, 0.385, 1.65);
  -webkit-transition-timing-function: cubic-bezier(0.28, 0.55, 0.385, 1.65);
          transition-timing-function: cubic-bezier(0.28, 0.55, 0.385, 1.65);
  -webkit-transform: none;
          transform: none;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.mobile-menu-wrapp .mobile-hamburger-toggle.toggled div {
  width: 100%;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-timing-function: cubic-bezier(0.28, 0.55, 0.385, 1.65);
          animation-timing-function: cubic-bezier(0.28, 0.55, 0.385, 1.65);
}
.mobile-menu-wrapp .mobile-hamburger-toggle.toggled div:first-child {
  -webkit-animation-name: T1S3DF;
          animation-name: T1S3DF;
  -webkit-transform: translateY(7px) rotate(45deg);
          transform: translateY(7px) rotate(45deg);
}
.mobile-menu-wrapp .mobile-hamburger-toggle.toggled div:nth-child(2) {
  opacity: 0;
}
.mobile-menu-wrapp .mobile-hamburger-toggle.toggled div:last-child {
  -webkit-animation-name: T1S3L;
          animation-name: T1S3L;
  -webkit-transform: translateY(-7px) rotate(-45deg);
          transform: translateY(-7px) rotate(-45deg);
}

@-webkit-keyframes T1S3DF {
  0% {
    -webkit-transform: none;
            transform: none;
  }
  40% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  80% {
    -webkit-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg);
  }
}

@keyframes T1S3DF {
  0% {
    -webkit-transform: none;
            transform: none;
  }
  40% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  80% {
    -webkit-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg);
  }
}
@-webkit-keyframes T1S3L {
  0% {
    -webkit-transform: none;
            transform: none;
  }
  40% {
    -webkit-transform: translateY(-7px);
            transform: translateY(-7px);
  }
  80% {
    -webkit-transform: translateY(-7px) rotate(-45deg);
            transform: translateY(-7px) rotate(-45deg);
  }
}
@keyframes T1S3L {
  0% {
    -webkit-transform: none;
            transform: none;
  }
  40% {
    -webkit-transform: translateY(-7px);
            transform: translateY(-7px);
  }
  80% {
    -webkit-transform: translateY(-7px) rotate(-45deg);
            transform: translateY(-7px) rotate(-45deg);
  }
}
body {
  max-width: 1920px;
  margin-left: auto !important;
  margin-right: auto !important;
  overflow-x: initial !important;
}

.container {
  max-width: var(--wp--style--global--content-size);
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .container {
    max-width: 90%;
    width: 90%;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

.has-fullwidth-container > .container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 767px) {
  .has-fullwidth-container > .container {
    max-width: 100%;
  }
}

.has-fullwidth-container-with-padding > .container {
  max-width: var(--wp--custom--container-width--fullwidth);
}
@media only screen and (max-width: 767px) {
  .has-fullwidth-container-with-padding > .container {
    max-width: 90%;
  }
}

.has-1228-container > .container {
  max-width: 1328px;
}
@media (only screen and (max-width: 767px)) {
  .has-1228-container > .container {
    max-width: 90%;
  }
}

.has-720-container > .container {
  max-width: 820px;
}
@media (only screen and (max-width: 767px)) {
  .has-720-container > .container {
    max-width: 90%;
  }
}

.has-584-container > .container {
  max-width: 684px;
}
@media (only screen and (max-width: 767px)) {
  .has-584-container > .container {
    max-width: 90%;
  }
}

.max350 {
  max-width: 350px;
}

.max420 {
  max-width: 420px;
}

.max464 {
  max-width: 464px;
}

.max720 {
  max-width: 720px;
}

.max920 {
  max-width: 920px;
}

.maxcenter {
  margin-left: auto;
  margin-right: auto;
}

.is-content-justification-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.img100 img {
  width: 100%;
}

.animate-elements > * {
  opacity: 0;
  -webkit-transform: translateY(24px);
          transform: translateY(24px);
}
.animate-elements > *:nth-child(1) {
  -webkit-animation-delay: 0.4s !important;
          animation-delay: 0.4s !important;
}
.animate-elements > *:nth-child(2) {
  -webkit-animation-delay: 0.8s !important;
          animation-delay: 0.8s !important;
}
.animate-elements > *:nth-child(3) {
  -webkit-animation-delay: 1.2s !important;
          animation-delay: 1.2s !important;
}
.animate-elements > *:nth-child(4) {
  -webkit-animation-delay: 1.6s !important;
          animation-delay: 1.6s !important;
}
.animate-elements > *:nth-child(5) {
  -webkit-animation-delay: 2s !important;
          animation-delay: 2s !important;
}
.animate-elements > *:nth-child(6) {
  -webkit-animation-delay: 2.4s !important;
          animation-delay: 2.4s !important;
}
.animate-elements > *:nth-child(7) {
  -webkit-animation-delay: 2.8s !important;
          animation-delay: 2.8s !important;
}
.animate-elements > *:nth-child(8) {
  -webkit-animation-delay: 3.2s !important;
          animation-delay: 3.2s !important;
}
.animate-elements > *:nth-child(9) {
  -webkit-animation-delay: 3.6s !important;
          animation-delay: 3.6s !important;
}
.animate-elements > *:nth-child(10) {
  -webkit-animation-delay: 4s !important;
          animation-delay: 4s !important;
}
.animate-elements.animate > * {
  -webkit-animation: animateDetoxBenefits 1s linear forwards;
          animation: animateDetoxBenefits 1s linear forwards;
}

@media only screen and (max-width: 767px) {
  .hide-on-mobile {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hide-on-desktop {
    display: none !important;
  }
}

.hide-element {
  display: none !important;
}

.mt160 {
  margin-top: 160px;
}
@media only screen and (max-width : 989px) {
  .mt160 {
    margin-top: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .mt160 {
    margin-top: 80px;
  }
}

body .gap8 {
  gap: 8px;
}
@media only screen and (max-width : 989px) {
  body .gap8 {
    gap: 6px;
  }
}
@media only screen and (max-width: 767px) {
  body .gap8 {
    gap: 4px;
  }
}

.content_padding_top_8 > .container > .content {
  padding-top: 8px;
}
@media only screen and (max-width : 989px) {
  .content_padding_top_8 > .container > .content {
    padding-top: 6px;
  }
}
@media only screen and (max-width: 767px) {
  .content_padding_top_8 > .container > .content {
    padding-top: 4px;
  }
}

.content_padding_bottom_8 > .container > .content {
  padding-bottom: 8px;
}
@media only screen and (max-width : 989px) {
  .content_padding_bottom_8 > .container > .content {
    padding-bottom: 6px;
  }
}
@media only screen and (max-width: 767px) {
  .content_padding_bottom_8 > .container > .content {
    padding-bottom: 4px;
  }
}

.p8 {
  padding: 8px;
}
@media only screen and (max-width : 989px) {
  .p8 {
    padding: 6px;
  }
}
@media only screen and (max-width: 767px) {
  .p8 {
    padding: 4px;
  }
}

body .gap16 {
  gap: 16px;
}
@media only screen and (max-width : 989px) {
  body .gap16 {
    gap: 12px;
  }
}
@media only screen and (max-width: 767px) {
  body .gap16 {
    gap: 8px;
  }
}

.content_padding_top_16 > .container > .content {
  padding-top: 16px;
}
@media only screen and (max-width : 989px) {
  .content_padding_top_16 > .container > .content {
    padding-top: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .content_padding_top_16 > .container > .content {
    padding-top: 8px;
  }
}

.content_padding_bottom_16 > .container > .content {
  padding-bottom: 16px;
}
@media only screen and (max-width : 989px) {
  .content_padding_bottom_16 > .container > .content {
    padding-bottom: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .content_padding_bottom_16 > .container > .content {
    padding-bottom: 8px;
  }
}

.p16 {
  padding: 16px;
}
@media only screen and (max-width : 989px) {
  .p16 {
    padding: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .p16 {
    padding: 8px;
  }
}

body .gap24 {
  gap: 24px;
}
@media only screen and (max-width : 989px) {
  body .gap24 {
    gap: 18px;
  }
}
@media only screen and (max-width: 767px) {
  body .gap24 {
    gap: 12px;
  }
}

.content_padding_top_24 > .container > .content {
  padding-top: 24px;
}
@media only screen and (max-width : 989px) {
  .content_padding_top_24 > .container > .content {
    padding-top: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .content_padding_top_24 > .container > .content {
    padding-top: 12px;
  }
}

.content_padding_bottom_24 > .container > .content {
  padding-bottom: 24px;
}
@media only screen and (max-width : 989px) {
  .content_padding_bottom_24 > .container > .content {
    padding-bottom: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .content_padding_bottom_24 > .container > .content {
    padding-bottom: 12px;
  }
}

.p24 {
  padding: 24px;
}
@media only screen and (max-width : 989px) {
  .p24 {
    padding: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .p24 {
    padding: 12px;
  }
}

body .gap32 {
  gap: 32px;
}
@media only screen and (max-width : 989px) {
  body .gap32 {
    gap: 24px;
  }
}
@media only screen and (max-width: 767px) {
  body .gap32 {
    gap: 16px;
  }
}

.content_padding_top_32 > .container > .content {
  padding-top: 32px;
}
@media only screen and (max-width : 989px) {
  .content_padding_top_32 > .container > .content {
    padding-top: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .content_padding_top_32 > .container > .content {
    padding-top: 16px;
  }
}

.content_padding_bottom_32 > .container > .content {
  padding-bottom: 32px;
}
@media only screen and (max-width : 989px) {
  .content_padding_bottom_32 > .container > .content {
    padding-bottom: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .content_padding_bottom_32 > .container > .content {
    padding-bottom: 16px;
  }
}

.p32 {
  padding: 32px;
}
@media only screen and (max-width : 989px) {
  .p32 {
    padding: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .p32 {
    padding: 16px;
  }
}

body .gap40 {
  gap: 40px;
}
@media only screen and (max-width : 989px) {
  body .gap40 {
    gap: 30px;
  }
}
@media only screen and (max-width: 767px) {
  body .gap40 {
    gap: 20px;
  }
}

.content_padding_top_40 > .container > .content {
  padding-top: 40px;
}
@media only screen and (max-width : 989px) {
  .content_padding_top_40 > .container > .content {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .content_padding_top_40 > .container > .content {
    padding-top: 20px;
  }
}

.content_padding_bottom_40 > .container > .content {
  padding-bottom: 40px;
}
@media only screen and (max-width : 989px) {
  .content_padding_bottom_40 > .container > .content {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .content_padding_bottom_40 > .container > .content {
    padding-bottom: 20px;
  }
}

.p40 {
  padding: 40px;
}
@media only screen and (max-width : 989px) {
  .p40 {
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .p40 {
    padding: 20px;
  }
}

body .gap48 {
  gap: 48px;
}
@media only screen and (max-width : 989px) {
  body .gap48 {
    gap: 36px;
  }
}
@media only screen and (max-width: 767px) {
  body .gap48 {
    gap: 24px;
  }
}

.content_padding_top_48 > .container > .content {
  padding-top: 48px;
}
@media only screen and (max-width : 989px) {
  .content_padding_top_48 > .container > .content {
    padding-top: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .content_padding_top_48 > .container > .content {
    padding-top: 24px;
  }
}

.content_padding_bottom_48 > .container > .content {
  padding-bottom: 48px;
}
@media only screen and (max-width : 989px) {
  .content_padding_bottom_48 > .container > .content {
    padding-bottom: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .content_padding_bottom_48 > .container > .content {
    padding-bottom: 24px;
  }
}

.p48 {
  padding: 48px;
}
@media only screen and (max-width : 989px) {
  .p48 {
    padding: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .p48 {
    padding: 24px;
  }
}

body .gap56 {
  gap: 56px;
}
@media only screen and (max-width : 989px) {
  body .gap56 {
    gap: 42px;
  }
}
@media only screen and (max-width: 767px) {
  body .gap56 {
    gap: 28px;
  }
}

.content_padding_top_56 > .container > .content {
  padding-top: 56px;
}
@media only screen and (max-width : 989px) {
  .content_padding_top_56 > .container > .content {
    padding-top: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .content_padding_top_56 > .container > .content {
    padding-top: 28px;
  }
}

.content_padding_bottom_56 > .container > .content {
  padding-bottom: 56px;
}
@media only screen and (max-width : 989px) {
  .content_padding_bottom_56 > .container > .content {
    padding-bottom: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .content_padding_bottom_56 > .container > .content {
    padding-bottom: 28px;
  }
}

.p56 {
  padding: 56px;
}
@media only screen and (max-width : 989px) {
  .p56 {
    padding: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .p56 {
    padding: 28px;
  }
}

body .gap64 {
  gap: 64px;
}
@media only screen and (max-width : 989px) {
  body .gap64 {
    gap: 48px;
  }
}
@media only screen and (max-width: 767px) {
  body .gap64 {
    gap: 32px;
  }
}

.content_padding_top_64 > .container > .content {
  padding-top: 64px;
}
@media only screen and (max-width : 989px) {
  .content_padding_top_64 > .container > .content {
    padding-top: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .content_padding_top_64 > .container > .content {
    padding-top: 32px;
  }
}

.content_padding_bottom_64 > .container > .content {
  padding-bottom: 64px;
}
@media only screen and (max-width : 989px) {
  .content_padding_bottom_64 > .container > .content {
    padding-bottom: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .content_padding_bottom_64 > .container > .content {
    padding-bottom: 32px;
  }
}

.p64 {
  padding: 64px;
}
@media only screen and (max-width : 989px) {
  .p64 {
    padding: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .p64 {
    padding: 32px;
  }
}

body .gap72 {
  gap: 72px;
}
@media only screen and (max-width : 989px) {
  body .gap72 {
    gap: 54px;
  }
}
@media only screen and (max-width: 767px) {
  body .gap72 {
    gap: 36px;
  }
}

.content_padding_top_72 > .container > .content {
  padding-top: 72px;
}
@media only screen and (max-width : 989px) {
  .content_padding_top_72 > .container > .content {
    padding-top: 54px;
  }
}
@media only screen and (max-width: 767px) {
  .content_padding_top_72 > .container > .content {
    padding-top: 36px;
  }
}

.content_padding_bottom_72 > .container > .content {
  padding-bottom: 72px;
}
@media only screen and (max-width : 989px) {
  .content_padding_bottom_72 > .container > .content {
    padding-bottom: 54px;
  }
}
@media only screen and (max-width: 767px) {
  .content_padding_bottom_72 > .container > .content {
    padding-bottom: 36px;
  }
}

.p72 {
  padding: 72px;
}
@media only screen and (max-width : 989px) {
  .p72 {
    padding: 54px;
  }
}
@media only screen and (max-width: 767px) {
  .p72 {
    padding: 36px;
  }
}

body .gap80 {
  gap: 80px;
}
@media only screen and (max-width : 989px) {
  body .gap80 {
    gap: 60px;
  }
}
@media only screen and (max-width: 767px) {
  body .gap80 {
    gap: 40px;
  }
}

.content_padding_top_80 > .container > .content {
  padding-top: 80px;
}
@media only screen and (max-width : 989px) {
  .content_padding_top_80 > .container > .content {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .content_padding_top_80 > .container > .content {
    padding-top: 40px;
  }
}

.content_padding_bottom_80 > .container > .content {
  padding-bottom: 80px;
}
@media only screen and (max-width : 989px) {
  .content_padding_bottom_80 > .container > .content {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .content_padding_bottom_80 > .container > .content {
    padding-bottom: 40px;
  }
}

.p80 {
  padding: 80px;
}
@media only screen and (max-width : 989px) {
  .p80 {
    padding: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .p80 {
    padding: 40px;
  }
}

body .gap88 {
  gap: 88px;
}
@media only screen and (max-width : 989px) {
  body .gap88 {
    gap: 66px;
  }
}
@media only screen and (max-width: 767px) {
  body .gap88 {
    gap: 44px;
  }
}

.content_padding_top_88 > .container > .content {
  padding-top: 88px;
}
@media only screen and (max-width : 989px) {
  .content_padding_top_88 > .container > .content {
    padding-top: 66px;
  }
}
@media only screen and (max-width: 767px) {
  .content_padding_top_88 > .container > .content {
    padding-top: 44px;
  }
}

.content_padding_bottom_88 > .container > .content {
  padding-bottom: 88px;
}
@media only screen and (max-width : 989px) {
  .content_padding_bottom_88 > .container > .content {
    padding-bottom: 66px;
  }
}
@media only screen and (max-width: 767px) {
  .content_padding_bottom_88 > .container > .content {
    padding-bottom: 44px;
  }
}

.p88 {
  padding: 88px;
}
@media only screen and (max-width : 989px) {
  .p88 {
    padding: 66px;
  }
}
@media only screen and (max-width: 767px) {
  .p88 {
    padding: 44px;
  }
}

body .gap96 {
  gap: 96px;
}
@media only screen and (max-width : 989px) {
  body .gap96 {
    gap: 72px;
  }
}
@media only screen and (max-width: 767px) {
  body .gap96 {
    gap: 48px;
  }
}

.content_padding_top_96 > .container > .content {
  padding-top: 96px;
}
@media only screen and (max-width : 989px) {
  .content_padding_top_96 > .container > .content {
    padding-top: 72px;
  }
}
@media only screen and (max-width: 767px) {
  .content_padding_top_96 > .container > .content {
    padding-top: 48px;
  }
}

.content_padding_bottom_96 > .container > .content {
  padding-bottom: 96px;
}
@media only screen and (max-width : 989px) {
  .content_padding_bottom_96 > .container > .content {
    padding-bottom: 72px;
  }
}
@media only screen and (max-width: 767px) {
  .content_padding_bottom_96 > .container > .content {
    padding-bottom: 48px;
  }
}

.p96 {
  padding: 96px;
}
@media only screen and (max-width : 989px) {
  .p96 {
    padding: 72px;
  }
}
@media only screen and (max-width: 767px) {
  .p96 {
    padding: 48px;
  }
}

body .gap104 {
  gap: 104px;
}
@media only screen and (max-width : 989px) {
  body .gap104 {
    gap: 78px;
  }
}
@media only screen and (max-width: 767px) {
  body .gap104 {
    gap: 52px;
  }
}

.content_padding_top_104 > .container > .content {
  padding-top: 104px;
}
@media only screen and (max-width : 989px) {
  .content_padding_top_104 > .container > .content {
    padding-top: 78px;
  }
}
@media only screen and (max-width: 767px) {
  .content_padding_top_104 > .container > .content {
    padding-top: 52px;
  }
}

.content_padding_bottom_104 > .container > .content {
  padding-bottom: 104px;
}
@media only screen and (max-width : 989px) {
  .content_padding_bottom_104 > .container > .content {
    padding-bottom: 78px;
  }
}
@media only screen and (max-width: 767px) {
  .content_padding_bottom_104 > .container > .content {
    padding-bottom: 52px;
  }
}

.p104 {
  padding: 104px;
}
@media only screen and (max-width : 989px) {
  .p104 {
    padding: 78px;
  }
}
@media only screen and (max-width: 767px) {
  .p104 {
    padding: 52px;
  }
}

body .gap112 {
  gap: 112px;
}
@media only screen and (max-width : 989px) {
  body .gap112 {
    gap: 84px;
  }
}
@media only screen and (max-width: 767px) {
  body .gap112 {
    gap: 56px;
  }
}

.content_padding_top_112 > .container > .content {
  padding-top: 112px;
}
@media only screen and (max-width : 989px) {
  .content_padding_top_112 > .container > .content {
    padding-top: 84px;
  }
}
@media only screen and (max-width: 767px) {
  .content_padding_top_112 > .container > .content {
    padding-top: 56px;
  }
}

.content_padding_bottom_112 > .container > .content {
  padding-bottom: 112px;
}
@media only screen and (max-width : 989px) {
  .content_padding_bottom_112 > .container > .content {
    padding-bottom: 84px;
  }
}
@media only screen and (max-width: 767px) {
  .content_padding_bottom_112 > .container > .content {
    padding-bottom: 56px;
  }
}

.p112 {
  padding: 112px;
}
@media only screen and (max-width : 989px) {
  .p112 {
    padding: 84px;
  }
}
@media only screen and (max-width: 767px) {
  .p112 {
    padding: 56px;
  }
}

body .gap120 {
  gap: 120px;
}
@media only screen and (max-width : 989px) {
  body .gap120 {
    gap: 90px;
  }
}
@media only screen and (max-width: 767px) {
  body .gap120 {
    gap: 60px;
  }
}

.content_padding_top_120 > .container > .content {
  padding-top: 120px;
}
@media only screen and (max-width : 989px) {
  .content_padding_top_120 > .container > .content {
    padding-top: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .content_padding_top_120 > .container > .content {
    padding-top: 60px;
  }
}

.content_padding_bottom_120 > .container > .content {
  padding-bottom: 120px;
}
@media only screen and (max-width : 989px) {
  .content_padding_bottom_120 > .container > .content {
    padding-bottom: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .content_padding_bottom_120 > .container > .content {
    padding-bottom: 60px;
  }
}

.p120 {
  padding: 120px;
}
@media only screen and (max-width : 989px) {
  .p120 {
    padding: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .p120 {
    padding: 60px;
  }
}

body .gap128 {
  gap: 128px;
}
@media only screen and (max-width : 989px) {
  body .gap128 {
    gap: 96px;
  }
}
@media only screen and (max-width: 767px) {
  body .gap128 {
    gap: 64px;
  }
}

.content_padding_top_128 > .container > .content {
  padding-top: 128px;
}
@media only screen and (max-width : 989px) {
  .content_padding_top_128 > .container > .content {
    padding-top: 96px;
  }
}
@media only screen and (max-width: 767px) {
  .content_padding_top_128 > .container > .content {
    padding-top: 64px;
  }
}

.content_padding_bottom_128 > .container > .content {
  padding-bottom: 128px;
}
@media only screen and (max-width : 989px) {
  .content_padding_bottom_128 > .container > .content {
    padding-bottom: 96px;
  }
}
@media only screen and (max-width: 767px) {
  .content_padding_bottom_128 > .container > .content {
    padding-bottom: 64px;
  }
}

.p128 {
  padding: 128px;
}
@media only screen and (max-width : 989px) {
  .p128 {
    padding: 96px;
  }
}
@media only screen and (max-width: 767px) {
  .p128 {
    padding: 64px;
  }
}

body .gap136 {
  gap: 136px;
}
@media only screen and (max-width : 989px) {
  body .gap136 {
    gap: 102px;
  }
}
@media only screen and (max-width: 767px) {
  body .gap136 {
    gap: 68px;
  }
}

.content_padding_top_136 > .container > .content {
  padding-top: 136px;
}
@media only screen and (max-width : 989px) {
  .content_padding_top_136 > .container > .content {
    padding-top: 102px;
  }
}
@media only screen and (max-width: 767px) {
  .content_padding_top_136 > .container > .content {
    padding-top: 68px;
  }
}

.content_padding_bottom_136 > .container > .content {
  padding-bottom: 136px;
}
@media only screen and (max-width : 989px) {
  .content_padding_bottom_136 > .container > .content {
    padding-bottom: 102px;
  }
}
@media only screen and (max-width: 767px) {
  .content_padding_bottom_136 > .container > .content {
    padding-bottom: 68px;
  }
}

.p136 {
  padding: 136px;
}
@media only screen and (max-width : 989px) {
  .p136 {
    padding: 102px;
  }
}
@media only screen and (max-width: 767px) {
  .p136 {
    padding: 68px;
  }
}

body .gap144 {
  gap: 144px;
}
@media only screen and (max-width : 989px) {
  body .gap144 {
    gap: 108px;
  }
}
@media only screen and (max-width: 767px) {
  body .gap144 {
    gap: 72px;
  }
}

.content_padding_top_144 > .container > .content {
  padding-top: 144px;
}
@media only screen and (max-width : 989px) {
  .content_padding_top_144 > .container > .content {
    padding-top: 108px;
  }
}
@media only screen and (max-width: 767px) {
  .content_padding_top_144 > .container > .content {
    padding-top: 72px;
  }
}

.content_padding_bottom_144 > .container > .content {
  padding-bottom: 144px;
}
@media only screen and (max-width : 989px) {
  .content_padding_bottom_144 > .container > .content {
    padding-bottom: 108px;
  }
}
@media only screen and (max-width: 767px) {
  .content_padding_bottom_144 > .container > .content {
    padding-bottom: 72px;
  }
}

.p144 {
  padding: 144px;
}
@media only screen and (max-width : 989px) {
  .p144 {
    padding: 108px;
  }
}
@media only screen and (max-width: 767px) {
  .p144 {
    padding: 72px;
  }
}

body .gap152 {
  gap: 152px;
}
@media only screen and (max-width : 989px) {
  body .gap152 {
    gap: 114px;
  }
}
@media only screen and (max-width: 767px) {
  body .gap152 {
    gap: 76px;
  }
}

.content_padding_top_152 > .container > .content {
  padding-top: 152px;
}
@media only screen and (max-width : 989px) {
  .content_padding_top_152 > .container > .content {
    padding-top: 114px;
  }
}
@media only screen and (max-width: 767px) {
  .content_padding_top_152 > .container > .content {
    padding-top: 76px;
  }
}

.content_padding_bottom_152 > .container > .content {
  padding-bottom: 152px;
}
@media only screen and (max-width : 989px) {
  .content_padding_bottom_152 > .container > .content {
    padding-bottom: 114px;
  }
}
@media only screen and (max-width: 767px) {
  .content_padding_bottom_152 > .container > .content {
    padding-bottom: 76px;
  }
}

.p152 {
  padding: 152px;
}
@media only screen and (max-width : 989px) {
  .p152 {
    padding: 114px;
  }
}
@media only screen and (max-width: 767px) {
  .p152 {
    padding: 76px;
  }
}

body .gap160 {
  gap: 160px;
}
@media only screen and (max-width : 989px) {
  body .gap160 {
    gap: 120px;
  }
}
@media only screen and (max-width: 767px) {
  body .gap160 {
    gap: 80px;
  }
}

.content_padding_top_160 > .container > .content {
  padding-top: 160px;
}
@media only screen and (max-width : 989px) {
  .content_padding_top_160 > .container > .content {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .content_padding_top_160 > .container > .content {
    padding-top: 80px;
  }
}

.content_padding_bottom_160 > .container > .content {
  padding-bottom: 160px;
}
@media only screen and (max-width : 989px) {
  .content_padding_bottom_160 > .container > .content {
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .content_padding_bottom_160 > .container > .content {
    padding-bottom: 80px;
  }
}

.p160 {
  padding: 160px;
}
@media only screen and (max-width : 989px) {
  .p160 {
    padding: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .p160 {
    padding: 80px;
  }
}

body .gap168 {
  gap: 168px;
}
@media only screen and (max-width : 989px) {
  body .gap168 {
    gap: 126px;
  }
}
@media only screen and (max-width: 767px) {
  body .gap168 {
    gap: 84px;
  }
}

.content_padding_top_168 > .container > .content {
  padding-top: 168px;
}
@media only screen and (max-width : 989px) {
  .content_padding_top_168 > .container > .content {
    padding-top: 126px;
  }
}
@media only screen and (max-width: 767px) {
  .content_padding_top_168 > .container > .content {
    padding-top: 84px;
  }
}

.content_padding_bottom_168 > .container > .content {
  padding-bottom: 168px;
}
@media only screen and (max-width : 989px) {
  .content_padding_bottom_168 > .container > .content {
    padding-bottom: 126px;
  }
}
@media only screen and (max-width: 767px) {
  .content_padding_bottom_168 > .container > .content {
    padding-bottom: 84px;
  }
}

.p168 {
  padding: 168px;
}
@media only screen and (max-width : 989px) {
  .p168 {
    padding: 126px;
  }
}
@media only screen and (max-width: 767px) {
  .p168 {
    padding: 84px;
  }
}

body .gap176 {
  gap: 176px;
}
@media only screen and (max-width : 989px) {
  body .gap176 {
    gap: 132px;
  }
}
@media only screen and (max-width: 767px) {
  body .gap176 {
    gap: 88px;
  }
}

.content_padding_top_176 > .container > .content {
  padding-top: 176px;
}
@media only screen and (max-width : 989px) {
  .content_padding_top_176 > .container > .content {
    padding-top: 132px;
  }
}
@media only screen and (max-width: 767px) {
  .content_padding_top_176 > .container > .content {
    padding-top: 88px;
  }
}

.content_padding_bottom_176 > .container > .content {
  padding-bottom: 176px;
}
@media only screen and (max-width : 989px) {
  .content_padding_bottom_176 > .container > .content {
    padding-bottom: 132px;
  }
}
@media only screen and (max-width: 767px) {
  .content_padding_bottom_176 > .container > .content {
    padding-bottom: 88px;
  }
}

.p176 {
  padding: 176px;
}
@media only screen and (max-width : 989px) {
  .p176 {
    padding: 132px;
  }
}
@media only screen and (max-width: 767px) {
  .p176 {
    padding: 88px;
  }
}

body .gap184 {
  gap: 184px;
}
@media only screen and (max-width : 989px) {
  body .gap184 {
    gap: 138px;
  }
}
@media only screen and (max-width: 767px) {
  body .gap184 {
    gap: 92px;
  }
}

.content_padding_top_184 > .container > .content {
  padding-top: 184px;
}
@media only screen and (max-width : 989px) {
  .content_padding_top_184 > .container > .content {
    padding-top: 138px;
  }
}
@media only screen and (max-width: 767px) {
  .content_padding_top_184 > .container > .content {
    padding-top: 92px;
  }
}

.content_padding_bottom_184 > .container > .content {
  padding-bottom: 184px;
}
@media only screen and (max-width : 989px) {
  .content_padding_bottom_184 > .container > .content {
    padding-bottom: 138px;
  }
}
@media only screen and (max-width: 767px) {
  .content_padding_bottom_184 > .container > .content {
    padding-bottom: 92px;
  }
}

.p184 {
  padding: 184px;
}
@media only screen and (max-width : 989px) {
  .p184 {
    padding: 138px;
  }
}
@media only screen and (max-width: 767px) {
  .p184 {
    padding: 92px;
  }
}

body .gap192 {
  gap: 192px;
}
@media only screen and (max-width : 989px) {
  body .gap192 {
    gap: 144px;
  }
}
@media only screen and (max-width: 767px) {
  body .gap192 {
    gap: 96px;
  }
}

.content_padding_top_192 > .container > .content {
  padding-top: 192px;
}
@media only screen and (max-width : 989px) {
  .content_padding_top_192 > .container > .content {
    padding-top: 144px;
  }
}
@media only screen and (max-width: 767px) {
  .content_padding_top_192 > .container > .content {
    padding-top: 96px;
  }
}

.content_padding_bottom_192 > .container > .content {
  padding-bottom: 192px;
}
@media only screen and (max-width : 989px) {
  .content_padding_bottom_192 > .container > .content {
    padding-bottom: 144px;
  }
}
@media only screen and (max-width: 767px) {
  .content_padding_bottom_192 > .container > .content {
    padding-bottom: 96px;
  }
}

.p192 {
  padding: 192px;
}
@media only screen and (max-width : 989px) {
  .p192 {
    padding: 144px;
  }
}
@media only screen and (max-width: 767px) {
  .p192 {
    padding: 96px;
  }
}

body .gap200 {
  gap: 200px;
}
@media only screen and (max-width : 989px) {
  body .gap200 {
    gap: 150px;
  }
}
@media only screen and (max-width: 767px) {
  body .gap200 {
    gap: 100px;
  }
}

.content_padding_top_200 > .container > .content {
  padding-top: 200px;
}
@media only screen and (max-width : 989px) {
  .content_padding_top_200 > .container > .content {
    padding-top: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .content_padding_top_200 > .container > .content {
    padding-top: 100px;
  }
}

.content_padding_bottom_200 > .container > .content {
  padding-bottom: 200px;
}
@media only screen and (max-width : 989px) {
  .content_padding_bottom_200 > .container > .content {
    padding-bottom: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .content_padding_bottom_200 > .container > .content {
    padding-bottom: 100px;
  }
}

.p200 {
  padding: 200px;
}
@media only screen and (max-width : 989px) {
  .p200 {
    padding: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .p200 {
    padding: 100px;
  }
}

body .gap208 {
  gap: 208px;
}
@media only screen and (max-width : 989px) {
  body .gap208 {
    gap: 156px;
  }
}
@media only screen and (max-width: 767px) {
  body .gap208 {
    gap: 104px;
  }
}

.content_padding_top_208 > .container > .content {
  padding-top: 208px;
}
@media only screen and (max-width : 989px) {
  .content_padding_top_208 > .container > .content {
    padding-top: 156px;
  }
}
@media only screen and (max-width: 767px) {
  .content_padding_top_208 > .container > .content {
    padding-top: 104px;
  }
}

.content_padding_bottom_208 > .container > .content {
  padding-bottom: 208px;
}
@media only screen and (max-width : 989px) {
  .content_padding_bottom_208 > .container > .content {
    padding-bottom: 156px;
  }
}
@media only screen and (max-width: 767px) {
  .content_padding_bottom_208 > .container > .content {
    padding-bottom: 104px;
  }
}

.p208 {
  padding: 208px;
}
@media only screen and (max-width : 989px) {
  .p208 {
    padding: 156px;
  }
}
@media only screen and (max-width: 767px) {
  .p208 {
    padding: 104px;
  }
}

body .gap216 {
  gap: 216px;
}
@media only screen and (max-width : 989px) {
  body .gap216 {
    gap: 162px;
  }
}
@media only screen and (max-width: 767px) {
  body .gap216 {
    gap: 108px;
  }
}

.content_padding_top_216 > .container > .content {
  padding-top: 216px;
}
@media only screen and (max-width : 989px) {
  .content_padding_top_216 > .container > .content {
    padding-top: 162px;
  }
}
@media only screen and (max-width: 767px) {
  .content_padding_top_216 > .container > .content {
    padding-top: 108px;
  }
}

.content_padding_bottom_216 > .container > .content {
  padding-bottom: 216px;
}
@media only screen and (max-width : 989px) {
  .content_padding_bottom_216 > .container > .content {
    padding-bottom: 162px;
  }
}
@media only screen and (max-width: 767px) {
  .content_padding_bottom_216 > .container > .content {
    padding-bottom: 108px;
  }
}

.p216 {
  padding: 216px;
}
@media only screen and (max-width : 989px) {
  .p216 {
    padding: 162px;
  }
}
@media only screen and (max-width: 767px) {
  .p216 {
    padding: 108px;
  }
}

body .gap224 {
  gap: 224px;
}
@media only screen and (max-width : 989px) {
  body .gap224 {
    gap: 168px;
  }
}
@media only screen and (max-width: 767px) {
  body .gap224 {
    gap: 112px;
  }
}

.content_padding_top_224 > .container > .content {
  padding-top: 224px;
}
@media only screen and (max-width : 989px) {
  .content_padding_top_224 > .container > .content {
    padding-top: 168px;
  }
}
@media only screen and (max-width: 767px) {
  .content_padding_top_224 > .container > .content {
    padding-top: 112px;
  }
}

.content_padding_bottom_224 > .container > .content {
  padding-bottom: 224px;
}
@media only screen and (max-width : 989px) {
  .content_padding_bottom_224 > .container > .content {
    padding-bottom: 168px;
  }
}
@media only screen and (max-width: 767px) {
  .content_padding_bottom_224 > .container > .content {
    padding-bottom: 112px;
  }
}

.p224 {
  padding: 224px;
}
@media only screen and (max-width : 989px) {
  .p224 {
    padding: 168px;
  }
}
@media only screen and (max-width: 767px) {
  .p224 {
    padding: 112px;
  }
}

body .gap232 {
  gap: 232px;
}
@media only screen and (max-width : 989px) {
  body .gap232 {
    gap: 174px;
  }
}
@media only screen and (max-width: 767px) {
  body .gap232 {
    gap: 116px;
  }
}

.content_padding_top_232 > .container > .content {
  padding-top: 232px;
}
@media only screen and (max-width : 989px) {
  .content_padding_top_232 > .container > .content {
    padding-top: 174px;
  }
}
@media only screen and (max-width: 767px) {
  .content_padding_top_232 > .container > .content {
    padding-top: 116px;
  }
}

.content_padding_bottom_232 > .container > .content {
  padding-bottom: 232px;
}
@media only screen and (max-width : 989px) {
  .content_padding_bottom_232 > .container > .content {
    padding-bottom: 174px;
  }
}
@media only screen and (max-width: 767px) {
  .content_padding_bottom_232 > .container > .content {
    padding-bottom: 116px;
  }
}

.p232 {
  padding: 232px;
}
@media only screen and (max-width : 989px) {
  .p232 {
    padding: 174px;
  }
}
@media only screen and (max-width: 767px) {
  .p232 {
    padding: 116px;
  }
}

body .gap240 {
  gap: 240px;
}
@media only screen and (max-width : 989px) {
  body .gap240 {
    gap: 180px;
  }
}
@media only screen and (max-width: 767px) {
  body .gap240 {
    gap: 120px;
  }
}

.content_padding_top_240 > .container > .content {
  padding-top: 240px;
}
@media only screen and (max-width : 989px) {
  .content_padding_top_240 > .container > .content {
    padding-top: 180px;
  }
}
@media only screen and (max-width: 767px) {
  .content_padding_top_240 > .container > .content {
    padding-top: 120px;
  }
}

.content_padding_bottom_240 > .container > .content {
  padding-bottom: 240px;
}
@media only screen and (max-width : 989px) {
  .content_padding_bottom_240 > .container > .content {
    padding-bottom: 180px;
  }
}
@media only screen and (max-width: 767px) {
  .content_padding_bottom_240 > .container > .content {
    padding-bottom: 120px;
  }
}

.p240 {
  padding: 240px;
}
@media only screen and (max-width : 989px) {
  .p240 {
    padding: 180px;
  }
}
@media only screen and (max-width: 767px) {
  .p240 {
    padding: 120px;
  }
}

body .gap248 {
  gap: 248px;
}
@media only screen and (max-width : 989px) {
  body .gap248 {
    gap: 186px;
  }
}
@media only screen and (max-width: 767px) {
  body .gap248 {
    gap: 124px;
  }
}

.content_padding_top_248 > .container > .content {
  padding-top: 248px;
}
@media only screen and (max-width : 989px) {
  .content_padding_top_248 > .container > .content {
    padding-top: 186px;
  }
}
@media only screen and (max-width: 767px) {
  .content_padding_top_248 > .container > .content {
    padding-top: 124px;
  }
}

.content_padding_bottom_248 > .container > .content {
  padding-bottom: 248px;
}
@media only screen and (max-width : 989px) {
  .content_padding_bottom_248 > .container > .content {
    padding-bottom: 186px;
  }
}
@media only screen and (max-width: 767px) {
  .content_padding_bottom_248 > .container > .content {
    padding-bottom: 124px;
  }
}

.p248 {
  padding: 248px;
}
@media only screen and (max-width : 989px) {
  .p248 {
    padding: 186px;
  }
}
@media only screen and (max-width: 767px) {
  .p248 {
    padding: 124px;
  }
}

body .gap256 {
  gap: 256px;
}
@media only screen and (max-width : 989px) {
  body .gap256 {
    gap: 192px;
  }
}
@media only screen and (max-width: 767px) {
  body .gap256 {
    gap: 128px;
  }
}

.content_padding_top_256 > .container > .content {
  padding-top: 256px;
}
@media only screen and (max-width : 989px) {
  .content_padding_top_256 > .container > .content {
    padding-top: 192px;
  }
}
@media only screen and (max-width: 767px) {
  .content_padding_top_256 > .container > .content {
    padding-top: 128px;
  }
}

.content_padding_bottom_256 > .container > .content {
  padding-bottom: 256px;
}
@media only screen and (max-width : 989px) {
  .content_padding_bottom_256 > .container > .content {
    padding-bottom: 192px;
  }
}
@media only screen and (max-width: 767px) {
  .content_padding_bottom_256 > .container > .content {
    padding-bottom: 128px;
  }
}

.p256 {
  padding: 256px;
}
@media only screen and (max-width : 989px) {
  .p256 {
    padding: 192px;
  }
}
@media only screen and (max-width: 767px) {
  .p256 {
    padding: 128px;
  }
}

body .gap264 {
  gap: 264px;
}
@media only screen and (max-width : 989px) {
  body .gap264 {
    gap: 198px;
  }
}
@media only screen and (max-width: 767px) {
  body .gap264 {
    gap: 132px;
  }
}

.content_padding_top_264 > .container > .content {
  padding-top: 264px;
}
@media only screen and (max-width : 989px) {
  .content_padding_top_264 > .container > .content {
    padding-top: 198px;
  }
}
@media only screen and (max-width: 767px) {
  .content_padding_top_264 > .container > .content {
    padding-top: 132px;
  }
}

.content_padding_bottom_264 > .container > .content {
  padding-bottom: 264px;
}
@media only screen and (max-width : 989px) {
  .content_padding_bottom_264 > .container > .content {
    padding-bottom: 198px;
  }
}
@media only screen and (max-width: 767px) {
  .content_padding_bottom_264 > .container > .content {
    padding-bottom: 132px;
  }
}

.p264 {
  padding: 264px;
}
@media only screen and (max-width : 989px) {
  .p264 {
    padding: 198px;
  }
}
@media only screen and (max-width: 767px) {
  .p264 {
    padding: 132px;
  }
}

body .gap272 {
  gap: 272px;
}
@media only screen and (max-width : 989px) {
  body .gap272 {
    gap: 204px;
  }
}
@media only screen and (max-width: 767px) {
  body .gap272 {
    gap: 136px;
  }
}

.content_padding_top_272 > .container > .content {
  padding-top: 272px;
}
@media only screen and (max-width : 989px) {
  .content_padding_top_272 > .container > .content {
    padding-top: 204px;
  }
}
@media only screen and (max-width: 767px) {
  .content_padding_top_272 > .container > .content {
    padding-top: 136px;
  }
}

.content_padding_bottom_272 > .container > .content {
  padding-bottom: 272px;
}
@media only screen and (max-width : 989px) {
  .content_padding_bottom_272 > .container > .content {
    padding-bottom: 204px;
  }
}
@media only screen and (max-width: 767px) {
  .content_padding_bottom_272 > .container > .content {
    padding-bottom: 136px;
  }
}

.p272 {
  padding: 272px;
}
@media only screen and (max-width : 989px) {
  .p272 {
    padding: 204px;
  }
}
@media only screen and (max-width: 767px) {
  .p272 {
    padding: 136px;
  }
}

body .gap280 {
  gap: 280px;
}
@media only screen and (max-width : 989px) {
  body .gap280 {
    gap: 210px;
  }
}
@media only screen and (max-width: 767px) {
  body .gap280 {
    gap: 140px;
  }
}

.content_padding_top_280 > .container > .content {
  padding-top: 280px;
}
@media only screen and (max-width : 989px) {
  .content_padding_top_280 > .container > .content {
    padding-top: 210px;
  }
}
@media only screen and (max-width: 767px) {
  .content_padding_top_280 > .container > .content {
    padding-top: 140px;
  }
}

.content_padding_bottom_280 > .container > .content {
  padding-bottom: 280px;
}
@media only screen and (max-width : 989px) {
  .content_padding_bottom_280 > .container > .content {
    padding-bottom: 210px;
  }
}
@media only screen and (max-width: 767px) {
  .content_padding_bottom_280 > .container > .content {
    padding-bottom: 140px;
  }
}

.p280 {
  padding: 280px;
}
@media only screen and (max-width : 989px) {
  .p280 {
    padding: 210px;
  }
}
@media only screen and (max-width: 767px) {
  .p280 {
    padding: 140px;
  }
}

@-webkit-keyframes animateDetoxBenefits {
  0% {
    opacity: 0;
    -webkit-transform: translateY(24px);
            transform: translateY(24px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(12px);
            transform: translateY(12px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes animateDetoxBenefits {
  0% {
    opacity: 0;
    -webkit-transform: translateY(24px);
            transform: translateY(24px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(12px);
            transform: translateY(12px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* Cookies
======================== */
:root {
  --cb-text-color: #414042;
  --cb-title-font-family: "Konkret Grotesk Pro", arial;
  --cb-title-font-weight: 400;
  --cb-title-font-size-mobile: 21px;
  --cb-title-font-size-desktop: 24px;
  --cb-title-font-color: #00594e;
  --cb-description-font-size-mobile: 14px;
  --cb-description-font-size-desktop: 14px;
  --cb-description-font-family: "Konkret Grotesk Pro", arial;
  --cb-description-font-weight: 400;
  /* base button */
  --cb-button-border: 2px solid #00594e;
  --cb-button-border-radius: 12px;
  --cb-button-background: #fff;
  --cb-button-font-weight: 700;
  --cb-button-font-size: 16px;
  --cb-button-font-family: "Konkret Grotesk Pro", arial;
  --cb-button-color: #00594e;
  /* base button :hover/:focus/:active */
  --cb-button-active-color: #fff;
  --cb-button-active-background: #00594e;
  --cb-button-active-border: 2px solid #00594e;
  /* accept button (inherits all base button settings) */
  --cb-accept-button-color: #fff;
  --cb-accept-button-background: #00594e;
  --cb-accept-button-border: 2px solid #00594e;
  --cb-accept-button-active-color: #fff;
  --cb-accept-button-active-background: #00594e;
  --cb-accept-button-active-border: 2px solid #00594e;
  /* details button (doesn't inherit base button settings) */
  --cb-details-button-font-size: 14px;
  /* preference accent color (toggle control) */
  --cb-preference-accent-color: #00594e;
}

@media only screen and (max-width : 989px) {
  #CookiebotWidget {
    z-index: 999 !important;
  }
}

#header {
  max-width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
#header .header-main__wrap {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  padding: 32px 0;
}
@media only screen and (max-width : 989px) {
  #header .header-main__wrap {
    padding: 16px 0;
  }
}
body.admin-bar #header {
  top: 32px;
}
@media only screen and (max-width: 767px) {
  body.admin-bar #header {
    top: 46px;
  }
}
#header.scrolled .header-main__wrap {
  padding: 8px 0;
  background: rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
html.disable-scroll #header.scrolled .header-main__wrap {
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
  background: var(--wp--preset--color--white);
}
@media only screen and (max-width : 989px) {
  #header.scrolled .header-main__wrap {
    padding: 8px 0;
  }
}

body.header-padding {
  padding-top: 96px;
}

ul.ow-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 40px;
}
ul.ow-menu > li {
  margin: 0;
  padding: 0;
  position: relative;
}
ul.ow-menu > li > a, ul.ow-menu > li > p {
  display: block;
  cursor: pointer;
  color: var(--wp--preset--color--brand-green);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  font-size: var(--wp--preset--font-size--paragraph);
  font-weight: 500;
}
ul.ow-menu > li.current-menu-item > a, ul.ow-menu > li.current-menu-item > p, ul.ow-menu > li.current-page-ancestor > a, ul.ow-menu > li.current-page-ancestor > p {
  color: var(--wp--preset--color--gold);
}
ul.ow-menu > li:hover > a, ul.ow-menu > li:hover > p {
  color: var(--wp--preset--color--gold);
}
ul.ow-menu > li.menu-item--no-link > a {
  cursor: default;
  color: var(--wp--preset--color--text-dimmed);
}
ul.ow-menu.has-small-paragraph-font-size > li > a, ul.ow-menu.has-small-paragraph-font-size > li > p {
  font-size: var(--wp--preset--font-size--small-paragraph);
}

@media only screen and (max-width: 767px) {
  #ow-menu-main {
    display: none;
  }
}

.header-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media only screen and (max-width : 989px) {
  .header-main {
    gap: 8px;
  }
}
.header-main .header-main__logo svg {
  display: block;
}
@media only screen and (max-width: 767px) {
  .header-main .header-main__logo {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

#ow-lang-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #ow-lang-menu {
    display: none;
  }
}
#ow-lang-menu li a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: var(--wp--preset--color--brand-green);
  font-weight: 500;
  font-size: var(--wp--preset--font-size--small-paragraph);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
#ow-lang-menu li svg {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
}
#ow-lang-menu li .sub-menu {
  display: none;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: calc(100% - 2px);
  background-color: var(--wp--preset--color--white);
  width: 100%;
  min-width: 60px;
  list-style: none;
  margin: 0;
  padding: 8px 0;
}
#ow-lang-menu li .sub-menu li {
  margin: 0;
  padding: 8px 16px;
}
#ow-lang-menu li .sub-menu li a {
  font-size: var(--wp--preset--font-size--small-paragraph);
  color: var(--wp--preset--color--brand-green);
  font-weight: 400;
}
#ow-lang-menu li:hover .sub-menu {
  display: block;
}

.mega-menu-wrap--products {
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 9999999;
  display: none;
  overflow-y: auto;
}
body.admin-bar .mega-menu-wrap--products {
  top: 32px;
  height: calc(100% - 32px);
}
.mega-menu-wrap--products .mega-menu__close {
  position: absolute;
  right: 24px;
  top: 24px;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  border: 3px solid var(--wp--preset--color--brand-pale-green);
  cursor: pointer;
}
.mega-menu-wrap--products .mega-menu-wrap__products {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
}
@media only screen and (max-width : 989px) {
  .mega-menu-wrap--products .mega-menu-wrap__products {
    gap: 24px;
  }
}
.mega-menu-wrap--products .mega-menu-wrap__products .mega-menu-wrap__product {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 32px;
  background: rgba(189, 171, 141, 0.16);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 72px 24px;
  text-align: center;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.6s cubic-bezier(0.42, 1.59, 0.59, 0.84);
  transition: all 0.6s cubic-bezier(0.42, 1.59, 0.59, 0.84);
}
.mega-menu-wrap--products .mega-menu-wrap__products .mega-menu-wrap__product .mega-menu-wrap__product-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.mega-menu-wrap--products .mega-menu-wrap__products .mega-menu-wrap__product .mega-menu-wrap__product-bg img {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition: all 0.6s cubic-bezier(0.42, 1.59, 0.59, 0.84);
  transition: all 0.6s cubic-bezier(0.42, 1.59, 0.59, 0.84);
  opacity: 0;
}
.mega-menu-wrap--products .mega-menu-wrap__products .mega-menu-wrap__product .mega-menu-wrap__product-image {
  width: 128px;
  -webkit-transition: all 0.6s cubic-bezier(0.42, 1.59, 0.59, 0.84);
  transition: all 0.6s cubic-bezier(0.42, 1.59, 0.59, 0.84);
}
.mega-menu-wrap--products .mega-menu-wrap__products .mega-menu-wrap__product .mega-menu-wrap__product-content-title {
  font-size: 56px;
  letter-spacing: -4px;
  line-height: 0.7;
  -webkit-transition: all 0.6s cubic-bezier(0.42, 1.59, 0.59, 0.84);
  transition: all 0.6s cubic-bezier(0.42, 1.59, 0.59, 0.84);
}
@media only screen and (max-width : 989px) {
  .mega-menu-wrap--products .mega-menu-wrap__products .mega-menu-wrap__product .mega-menu-wrap__product-content-title {
    font-size: 48px;
  }
}
.mega-menu-wrap--products .mega-menu-wrap__products .mega-menu-wrap__product .mega-menu-wrap__product-content-subtitle {
  -webkit-transition: all 0.6s cubic-bezier(0.42, 1.59, 0.59, 0.84);
  transition: all 0.6s cubic-bezier(0.42, 1.59, 0.59, 0.84);
}
.mega-menu-wrap--products .mega-menu-wrap__products .mega-menu-wrap__product .mega-menu-wrap__product-content-more {
  position: absolute;
  bottom: -120px;
  left: calc(50% - 60px);
  background-color: var(--wp--preset--color--brand-green);
  border-radius: 100%;
  height: 120px;
  width: 120px;
  padding-top: 24px;
  -webkit-transition: all 0.6s cubic-bezier(0.42, 1.59, 0.59, 0.84);
  transition: all 0.6s cubic-bezier(0.42, 1.59, 0.59, 0.84);
}
.mega-menu-wrap--products .mega-menu-wrap__products .mega-menu-wrap__product:hover .mega-menu-wrap__product-bg img {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.mega-menu-wrap--products .mega-menu-wrap__products .mega-menu-wrap__product:hover .mega-menu-wrap__product-image {
  -webkit-transform: translateY(-24px) rotate(4deg) scale(1.06);
          transform: translateY(-24px) rotate(4deg) scale(1.06);
}
.mega-menu-wrap--products .mega-menu-wrap__products .mega-menu-wrap__product:hover .mega-menu-wrap__product-content-title {
  -webkit-transform: translateY(-16px) scale(1.14);
          transform: translateY(-16px) scale(1.14);
}
.mega-menu-wrap--products .mega-menu-wrap__products .mega-menu-wrap__product:hover .mega-menu-wrap__product-content-subtitle {
  -webkit-transform: translateY(-16px);
          transform: translateY(-16px);
}
.mega-menu-wrap--products .mega-menu-wrap__products .mega-menu-wrap__product:hover .mega-menu-wrap__product-content-more {
  bottom: -60px;
}

.wp-block-button {
  z-index: 9;
  padding: 11px 21px 10px;
  border-radius: 120px;
  border: 3px solid var(--wp--preset--color--brand-light-green);
  font-size: var(--wp--preset--font-size--description);
  background-color: transparent;
  color: var(--wp--preset--color--brand-green);
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
}
.wp-block-button::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 120px;
  background-color: var(--wp--preset--color--brand-green);
  -webkit-transform: translateX(-101%);
          transform: translateX(-101%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.wp-block-button .wp-element-button, .wp-block-button .wp-element-button:visited {
  font-size: var(--wp--preset--font-size--description);
  color: var(--wp--preset--color--brand-green);
  font-weight: 700;
  background-color: transparent;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.wp-block-button .wp-element-button::after, .wp-block-button .wp-element-button:visited::after {
  content: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 fill=%27none%27%3E%3Cpath d=%27M9.33337 3.33337L14 8.00004L9.33337 12.6667%27 stroke=%27%2300594E%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
  display: block;
  line-height: 0;
  margin-left: 4px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  width: 16px;
  height: 16px;
}
.wp-block-button:hover {
  border-color: var(--wp--preset--color--brand-green);
  background-color: var(--wp--preset--color--brand-green);
}
.wp-block-button:hover::before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.wp-block-button:hover .wp-element-button, .wp-block-button:hover .wp-element-button:visited {
  color: var(--wp--preset--color--white);
}
.wp-block-button:hover .wp-element-button::after, .wp-block-button:hover .wp-element-button:visited::after {
  content: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 fill=%27none%27%3E%3Cpath d=%27M2 8H13.3333%27 stroke=%27white%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3Cpath d=%27M9.3335 3.33325L14.0002 7.99992L9.3335 12.6666%27 stroke=%27white%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
}
.wp-block-button--white {
  border: 3px solid rgba(255, 255, 255, 0.16);
  color: var(--wp--preset--color--white);
}
.wp-block-button--white::before {
  background-color: var(--wp--preset--color--white);
}
.wp-block-button--white .wp-element-button, .wp-block-button--white .wp-element-button:visited {
  color: var(--wp--preset--color--white);
}
.wp-block-button--white .wp-element-button::after, .wp-block-button--white .wp-element-button:visited::after {
  content: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 fill=%27none%27%3E%3Cpath d=%27M9.33337 3.33337L14 8.00004L9.33337 12.6667%27 stroke=%27%23FFFFFF%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
}
.wp-block-button--white:hover {
  border-color: var(--wp--preset--color--white);
  background-color: var(--wp--preset--color--white);
}
.wp-block-button--white:hover::before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.wp-block-button--white:hover .wp-element-button, .wp-block-button--white:hover .wp-element-button:visited {
  color: var(--wp--preset--color--brand-green);
}
.wp-block-button--white:hover .wp-element-button::after, .wp-block-button--white:hover .wp-element-button:visited::after {
  content: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 fill=%27none%27%3E%3Cpath d=%27M2 8H13.3333%27 stroke=%27%2300594E%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3Cpath d=%27M9.3335 3.33325L14.0002 7.99992L9.3335 12.6666%27 stroke=%27%2300594E%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
}

.ow-kateri-donatural .container {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 180px;
  padding-right: 180px;
}
@media only screen and (max-width: 767px) {
  .ow-kateri-donatural .container {
    min-height: 800px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .ow-kateri-donatural .content {
    margin-left: auto;
    margin-right: auto;
  }
  .ow-kateri-donatural .content p {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .ow-kateri-donatural .content .wp-block-buttons {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.ow-kateri-donatural h2 {
  font-size: clamp(56px, 3.5rem + (1vw - 4.8px) * 6.3492, 120px);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: -4px;
}
.ow-kateri-donatural h2 span {
  display: block;
  position: relative;
}
.ow-kateri-donatural h2 span:first-child {
  left: -24%;
}
@media only screen and (max-width: 767px) {
  .ow-kateri-donatural h2 span:first-child {
    left: -4%;
  }
}
@media only screen and (max-width: 767px) {
  .ow-kateri-donatural h2 span:nth-child(2) {
    left: 18%;
  }
}
.ow-kateri-donatural h2 span:nth-child(3) {
  left: -8%;
}
@media only screen and (max-width: 767px) {
  .ow-kateri-donatural h2 span:nth-child(3) {
    left: 12%;
  }
}

.social-icons-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.social-icons-wrapper .social-icon-link {
  width: 36px;
  height: 36px;
  border-radius: 100%;
  border: 3px solid rgba(0, 89, 78, 0.16);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.social-icons-wrapper .social-icon-link img {
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
}
.social-icons-wrapper .social-icon-link img.social-icon-img-hover {
  display: none;
}
.social-icons-wrapper .social-icon-link:hover {
  background: var(--wp--preset--color--brand-green);
}
.social-icons-wrapper .social-icon-link:hover img.social-icon-img {
  display: none;
}
.social-icons-wrapper .social-icon-link:hover img.social-icon-img-hover {
  display: block;
}

.ow-masonry-block .is-layout-grid {
  gap: 48px;
}
.ow-masonry-block .is-layout-grid > .is-layout-flex {
  gap: 24px;
}
.ow-masonry-block .is-layout-grid > .is-layout-flex > :is(*, div) {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width : 989px) {
  .ow-masonry-block .is-layout-grid > .is-layout-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width : 989px) {
  .ow-masonry-block .is-layout-grid {
    grid-template-columns: 1fr;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
  .ow-masonry-block .is-layout-grid .wp-container-content-1 {
    grid-row: 2;
  }
}
@media only screen and (max-width : 989px) and (max-width: 767px) {
  .ow-masonry-block .is-layout-grid .wp-container-content-1 {
    max-width: 80%;
  }
}
@media only screen and (max-width : 989px) {
  .ow-masonry-block .is-layout-grid .wp-container-content-3 {
    margin-top: -200px;
  }
}
@media only screen and (max-width : 989px) and (max-width: 767px) {
  .ow-masonry-block .is-layout-grid .wp-container-content-3 {
    margin-top: -40vw;
  }
  .ow-masonry-block .is-layout-grid .wp-container-content-3 .ow-masonry-block__image-small {
    max-width: 40%;
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
  }
}
.ow-masonry-block .ow-masonry-block__text-1 {
  max-width: 720px;
  margin: 80px auto;
}
@media only screen and (max-width : 989px) {
  .ow-masonry-block .ow-masonry-block__text-1 {
    text-align: center;
    margin: 24px auto;
  }
}
.ow-masonry-block .ow-masonry-block__text-2 {
  max-width: 464px;
  margin: 80px 0 80px auto;
}
@media only screen and (max-width : 989px) {
  .ow-masonry-block .ow-masonry-block__text-2 {
    margin: 0 auto;
  }
}

.ow-discover-our-world h1 {
  font-size: clamp(56px, 3.5rem + (1vw - 7.68px) * 3.4722, 96px);
  font-weight: 400;
  line-height: 0.8;
  letter-spacing: -4px;
}
.ow-discover-our-world h1 span {
  display: block;
  position: relative;
}
.ow-discover-our-world h1 span:first-child {
  left: -24%;
}
@media only screen and (max-width: 767px) {
  .ow-discover-our-world h1 span:first-child {
    left: -4%;
  }
}

.blog-card-simple {
  padding: 64px 32px 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 400px;
  border-radius: 8px;
}
@media only screen and (max-width : 989px) {
  .blog-card-simple {
    padding: 48px 24px 24px;
    min-height: 280px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-card-simple {
    padding: 32px 16px 16px;
    min-height: auto;
  }
}
.blog-card-simple h3 {
  line-height: 1.25;
}
@media only screen and (max-width: 767px) {
  .blog-card-simple h3 {
    margin-bottom: 40px;
  }
}
.blog-card-simple .blog-card__meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}

.article-taxonomy__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}
@media only screen and (max-width : 989px) {
  .article-taxonomy__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .article-taxonomy__list {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

#breadcrumbs {
  position: relative;
}
#breadcrumbs span {
  color: var(--wp--preset--color--text-dimmed);
  font-size: var(--wp--preset--font-size--description);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 8px;
  font-weight: 500;
}
#breadcrumbs.has-white-color span {
  color: var(--wp--preset--color--white);
  font-weight: 400;
}

.taxonomy-terms-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  padding: 24px;
  border-radius: 8px;
}
@media only screen and (max-width : 989px) {
  .taxonomy-terms-menu {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 8px;
  }
}
.taxonomy-terms-menu a {
  font-size: var(--wp--preset--font-size--description);
  color: var(--wp--preset--color--brand-green);
  background-color: var(--wp--preset--color--white);
  text-decoration: none;
  padding: 2px 16px;
  border-radius: 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  line-height: 1.55;
}
.taxonomy-terms-menu a:hover {
  background-color: var(--wp--preset--color--brand-green);
  color: var(--wp--preset--color--white);
}
.taxonomy-terms-menu .taxonomy-terms-menu__link--active a {
  background-color: var(--wp--preset--color--brand-green);
  color: var(--wp--preset--color--white);
}

.raziskuj-header {
  position: relative;
}
.raziskuj-header::before {
  position: absolute;
  content: "";
  width: calc(100% - 48px);
  height: calc(100% - 48px);
  top: 24px;
  left: 24px;
  background-color: var(--wp--preset--color--opacity-gold);
  border-radius: 8px;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .raziskuj-header::before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 0;
  }
}
.raziskuj-header::after {
  position: absolute;
  content: "";
  width: calc(100% - 48px);
  height: calc(100% - 48px);
  top: 24px;
  left: 24px;
  background-image: url(8789e3eb48a2e6e383dd.webp);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 1360px auto;
}
@media only screen and (max-width : 1201px) {
  .raziskuj-header::after {
    background-size: 100% auto;
  }
}
@media only screen and (max-width: 767px) {
  .raziskuj-header::after {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
}
.raziskuj-header .container {
  position: relative;
  z-index: 1;
}
.raziskuj-header .raziskuj-header__meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}

.wp-block-yoast-faq-block .schema-faq-section {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: var(--wp--preset--color--opacity-gold);
  padding: 24px 64px 24px 48px;
  margin-bottom: 4px;
}
.wp-block-yoast-faq-block .schema-faq-section:first-child {
  border-radius: 8px 8px 0 0;
}
.wp-block-yoast-faq-block .schema-faq-section:last-child {
  border-radius: 0 0 8px 8px;
}
@media only screen and (max-width: 767px) {
  .wp-block-yoast-faq-block .schema-faq-section {
    padding: 12px 40px 12px 24px;
  }
}
.wp-block-yoast-faq-block .schema-faq-section .schema-faq-question {
  cursor: pointer;
  position: relative;
  font-size: var(--wp--preset--font-size--heading-4);
  color: var(--wp--preset--color--brand-green);
  font-weight: 500;
  display: block;
}
.wp-block-yoast-faq-block .schema-faq-section .schema-faq-question::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27%3E%3Cpath d=%27M4 8L12 16L20 8%27 stroke=%27%2300594E%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
  position: absolute;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  right: -32px;
  top: calc(50% - 12px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.wp-block-yoast-faq-block .schema-faq-section .schema-faq-answer {
  display: none;
  padding-top: 32px;
  padding-bottom: 32px;
  max-width: 672px;
}
@media only screen and (max-width: 767px) {
  .wp-block-yoast-faq-block .schema-faq-section .schema-faq-answer {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.wp-block-yoast-faq-block .schema-faq-section.active .schema-faq-question::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.blog-header {
  position: relative;
}
.blog-header .content {
  min-height: 45vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.blog-header .blog-header__image-wrapper {
  position: absolute;
  content: "";
  width: calc(100% - 48px);
  height: calc(100% - 48px);
  top: 24px;
  left: 24px;
  z-index: 0;
  overflow: hidden;
  border-radius: 8px;
}
@media only screen and (max-width: 767px) {
  .blog-header .blog-header__image-wrapper {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 0;
  }
}
.blog-header .blog-header__image-wrapper::after {
  content: "";
  position: absolute;
  width: min(1200px, 100vw);
  height: min(1200px, 100vw);
  background-color: var(--wp--preset--color--black);
  border-radius: 100%;
  opacity: 0.64;
  top: 60px;
  left: 0;
  -webkit-filter: blur(min(400px, 50vw));
          filter: blur(min(400px, 50vw));
}
@media only screen and (max-width: 767px) {
  .blog-header .blog-header__image-wrapper::after {
    top: 0;
  }
}
.blog-header .blog-header__image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .blog-header .blog-header__image-wrapper img {
    border-radius: 0;
  }
}
.blog-header .blog-header__content {
  position: relative;
  z-index: 1;
  width: 100%;
}
.blog-header .blog-header__meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  opacity: 0.8;
}

.article-blog__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px 48px;
}
@media only screen and (max-width: 767px) {
  .article-blog__list {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.article-blog__list .blog-card {
  position: relative;
}
@media (width > 767px) {
  .article-blog__list .blog-card:nth-child(5n+5) {
    grid-column: 1/span 2;
  }
  .article-blog__list .blog-card:nth-child(5n+5) .blog-card__image {
    aspect-ratio: 1488/760;
    position: relative;
  }
  .article-blog__list .blog-card:nth-child(5n+5) .blog-card__image::after {
    content: "";
    position: absolute;
    width: min(1200px, 100vw);
    height: min(1200px, 100vw);
    background-color: var(--wp--preset--color--black);
    border-radius: 100%;
    opacity: 0.64;
    top: 60px;
    left: -40%;
    -webkit-filter: blur(min(400px, 50vw));
            filter: blur(min(400px, 50vw));
  }
}
@media only screen and (width > 767px) and (max-width: 767px) {
  .article-blog__list .blog-card:nth-child(5n+5) .blog-card__image::after {
    top: 0;
    left: 0;
  }
}
@media (width > 767px) {
  .article-blog__list .blog-card:nth-child(5n+5) .blog-card__text {
    position: absolute;
    bottom: 80px;
    left: 80px;
  }
  .article-blog__list .blog-card:nth-child(5n+5) .blog-card__text .blog-card__title h3 {
    color: var(--wp--preset--color--white);
    font-size: var(--wp--preset--font-size--heading-2);
  }
  .article-blog__list .blog-card:nth-child(5n+5) .blog-card__text .blog-card__meta {
    color: var(--wp--preset--color--white);
    opacity: 0.8;
  }
}
.article-blog__list .blog-card .blog-card__image {
  aspect-ratio: 720/480;
  border-radius: 8px;
  overflow: hidden;
}
.article-blog__list .blog-card .blog-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.article-blog__list .blog-card .blog-card__text {
  max-width: 464px;
}
.article-blog__list .blog-card .blog-card__text .blog-card__title h3 {
  line-height: 1.25;
}
.article-blog__list .blog-card .blog-card__text .blog-card__meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}

.desktop-fixed-bg-height-60 {
  min-height: min(60vw, 1152px);
}
@media only screen and (max-width: 767px) {
  .desktop-fixed-bg-height-60 {
    min-height: auto;
  }
}

.gform_wrapper.gravity-theme {
  position: relative;
  margin-bottom: 0;
  margin-top: 26px;
  max-width: 544px;
}
.gform_wrapper.gravity-theme br {
  display: none;
}
.gform_wrapper.gravity-theme .gform_heading {
  display: none;
}
.gform_wrapper.gravity-theme .gform_page:first-child .gform_page_footer {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.gform_wrapper.gravity-theme .gfield_label {
  margin-top: 0;
  color: var(--wp--preset--color--light-grey);
  font-size: 20px;
  line-height: 1.8;
  font-weight: 400;
  position: absolute;
  top: 13px;
  left: 25px;
  z-index: 1;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  margin-bottom: 0;
}
.gform_wrapper.gravity-theme .gfield_label.gfield_label_before_complex {
  pointer-events: none;
}
.gform_wrapper.gravity-theme .gfield_label .gfield_required {
  display: none;
}
.gform_wrapper.gravity-theme .validation_error, .gform_wrapper.gravity-theme .gform_validation_errors {
  display: none;
}
.gform_wrapper.gravity-theme .gform_body ul {
  margin: 0 !important;
  list-style-type: none;
  display: block;
}
.gform_wrapper.gravity-theme .gform_body .gfield {
  margin: 0;
  padding: 0;
  position: relative;
}
.gform_wrapper.gravity-theme .gform_body .gfield.gfield_visibility_hidden {
  position: absolute;
}
.gform_wrapper.gravity-theme .gform_body .gfield .gfield_description {
  padding: 0;
}
.gform_wrapper.gravity-theme .gform_body .gfield.ms_check {
  padding: 0;
}
.gform_wrapper.gravity-theme .gform_body .gfield.ms_check .gfield_label {
  display: none;
}
.gform_wrapper.gravity-theme .gform_body .gfield.ms_check .ginput_container {
  margin-bottom: 0;
}
.gform_wrapper.gravity-theme .gform_body .gfield.ms_check.gfield_error {
  background-color: transparent;
  border: none;
}
.gform_wrapper.gravity-theme .gform_body .gfield.ms_check.gfield_error .validation_message {
  padding-right: 0;
  bottom: unset !important;
  left: 38px;
  color: var(--wp--preset--color--red);
  pointer-events: none;
  max-width: 100%;
}
.gform_wrapper.gravity-theme .gform_body .gfield.ms_check .gfield_checkbox {
  margin: 0;
}
.gform_wrapper.gravity-theme .gform_body .gfield.ms_check .gfield_checkbox li {
  margin: 0;
}
.gform_wrapper.gravity-theme .gform_body .gfield.ms_check .gfield_checkbox label {
  width: 100%;
  max-width: 100%;
  color: var(--wp--preset--color--brand-green);
  font-size: 14px;
  margin: 0;
  padding-left: 38px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .gform_wrapper.gravity-theme .gform_body .gfield.ms_check .gfield_checkbox label {
    font-size: 1rem;
  }
}
.gform_wrapper.gravity-theme .gform_body .gfield.ms_check .gfield_checkbox label a {
  color: var(--wp--preset--color--grey);
  font-size: 14px;
  text-decoration: underline;
}
.gform_wrapper.gravity-theme .gform_body .gfield.ms_check .gfield_checkbox label::before {
  content: "";
  height: 23px;
  width: 23px;
  background: var(--wp--preset--color--white);
  border-radius: 4px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid var(--wp--preset--color--grey-lines);
}
.gform_wrapper.gravity-theme .gform_body .gfield.ms_check .gfield_checkbox label::after {
  left: 0;
  top: 0;
  content: "";
  display: block;
  position: absolute;
  width: 23px;
  height: 23px;
  background-image: url(assets/check-white.svg);
  background-size: contain;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.gform_wrapper.gravity-theme .gform_body .gfield.ms_check .gfield_checkbox input {
  position: absolute;
  left: -200px;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.gform_wrapper.gravity-theme .gform_body .gfield.ms_check .gfield_checkbox input:checked ~ label {
  font-weight: 400 !important;
}
.gform_wrapper.gravity-theme .gform_body .gfield.ms_check .gfield_checkbox input:checked ~ label::before {
  background: var(--wp--preset--color--brand-green);
}
.gform_wrapper.gravity-theme .gform_body .gfield.ms_check .gfield_checkbox input:checked ~ label::after {
  opacity: 1;
}
.gform_wrapper.gravity-theme .gform_body .gfield.ms_select label {
  position: relative;
  left: 0;
  top: 0;
  color: var(--wp--preset--color--black);
  font-size: 20px;
  margin-bottom: 12px;
}
.gform_wrapper.gravity-theme .gform_body .gfield.ms_select select {
  width: 100%;
  padding: 13px 24px;
  font-size: 1.25rem;
  line-height: 1.8;
  border-radius: 12px;
  font-weight: 400;
  background: #fff;
  border: 1px solid #e1e6eb;
}
.gform_wrapper.gravity-theme .gform_body .gfield.ms_radio {
  position: relative;
}
.gform_wrapper.gravity-theme .gform_body .gfield.ms_radio .gfield_label {
  display: none;
}
.gform_wrapper.gravity-theme .gform_body .gfield.ms_radio .ginput_container {
  margin-bottom: 16px;
}
.gform_wrapper.gravity-theme .gform_body .gfield.ms_radio .gfield_radio {
  margin: 0;
}
.gform_wrapper.gravity-theme .gform_body .gfield.ms_radio .gfield_radio .gchoice {
  display: inline-block;
  position: relative;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.gform_wrapper.gravity-theme .gform_body .gfield.ms_radio .gfield_radio .gchoice input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.gform_wrapper.gravity-theme .gform_body .gfield.ms_radio .gfield_radio .gchoice input:checked ~ label::before {
  background: var(--wp--preset--color--brand-green);
}
.gform_wrapper.gravity-theme .gform_body .gfield.ms_radio .gfield_radio .gchoice input:checked ~ label::after {
  display: block;
}
.gform_wrapper.gravity-theme .gform_body .gfield.ms_radio .gfield_radio .gchoice label {
  position: relative;
  padding-left: 36px;
  margin-left: 0;
  margin-right: 25px;
  color: var(--wp--preset--color--light-grey);
  font-size: 20px;
  font-weight: 400;
  max-width: 100%;
}
.gform_wrapper.gravity-theme .gform_body .gfield.ms_radio .gfield_radio .gchoice label::before {
  content: "";
  position: absolute;
  height: 24px;
  width: 24px;
  background: var(--wp--preset--color--white);
  left: 0;
  border-radius: 100%;
  top: 50%;
  border: 1px solid #c9d5d0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.gform_wrapper.gravity-theme .gform_body .gfield.ms_radio .gfield_radio .gchoice label::after {
  left: 9px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: none;
  position: absolute;
  background: var(--wp--preset--color--white);
  width: 8px;
  height: 8px;
  border-radius: 100%;
}
.gform_wrapper.gravity-theme .gform_body .gfield.ms_radio.show_label .gfield_label {
  display: block;
  top: 0;
  left: 0;
  color: var(--wp--preset--color--black);
  font-size: 20px;
  margin-bottom: 12px;
  position: relative;
}
.gform_wrapper.gravity-theme .gform_body .gfield.ms_radio.gfield_error .validation_message {
  bottom: -14px;
  left: 0;
}
.gform_wrapper.gravity-theme .gform_body .gfield.ms_radio_vertical ul li {
  display: block;
}
.gform_wrapper.gravity-theme .gform_body .gfield.ms_radio_vertical ul li input[type=text] {
  position: relative;
  opacity: 1;
}
.gform_wrapper.gravity-theme .gform_body .gfield.ms_radio_vertical ul li label::before {
  top: 0;
  -webkit-transform: none;
          transform: none;
}
.gform_wrapper.gravity-theme .gform_body .gfield.ms_radio_vertical ul li label::after {
  top: 8px;
  -webkit-transform: none;
          transform: none;
}
.gform_wrapper.gravity-theme .gform_body .gfield.ms-date input::-webkit-input-placeholder {
  opacity: 0;
  display: none !important;
}
.gform_wrapper.gravity-theme .gform_body .gfield.ms-date input::-moz-placeholder {
  opacity: 0;
  display: none !important;
}
.gform_wrapper.gravity-theme .gform_body .gfield.ms-date input:-ms-input-placeholder {
  opacity: 0;
  display: none !important;
}
.gform_wrapper.gravity-theme .gform_body .gfield.ms-date input::-ms-input-placeholder {
  opacity: 0;
  display: none !important;
}
.gform_wrapper.gravity-theme .gform_body .gfield.ms-date input::placeholder {
  opacity: 0;
  display: none !important;
}
.gform_wrapper.gravity-theme .gform_body .gfield .ginput_container_password button {
  position: absolute;
  right: 20px;
  top: 17px;
  width: 26px;
  height: 24px;
  cursor: pointer;
}
.gform_wrapper.gravity-theme .gform_body .gfield .ginput_container_password button span {
  display: none;
}
.gform_wrapper.gravity-theme .gform_body .gfield.gfield_error {
  border: none;
  background: transparent;
}
.gform_wrapper.gravity-theme .gform_body .gfield.gfield_error .validation_message {
  padding-top: 0;
  padding-right: 0;
  position: absolute;
  bottom: 2px;
  left: 24px;
  color: var(--wp--preset--color--red);
  font-size: 12px;
  font-weight: 400;
  width: auto;
  pointer-events: none;
}
.gform_wrapper.gravity-theme .gform_body .gfield.gfield_error .ginput_container input {
  border: 1px solid var(--wp--preset--color--red);
}
.gform_wrapper.gravity-theme .gform_body .gfield .ginput_container {
  margin: 0;
}
.gform_wrapper.gravity-theme .gform_body .gfield .ginput_container input, .gform_wrapper.gravity-theme .gform_body .gfield .ginput_container textarea {
  width: 100%;
  padding: 13px 24px;
  font-size: 20px;
  line-height: 1.8;
  border-radius: 12px;
  font-weight: 400;
  background: var(--wp--preset--color--white);
  border: 1px solid var(--wp--preset--color--grey-lines);
}
.gform_wrapper.gravity-theme .gform_body .gfield .ginput_container input:focus, .gform_wrapper.gravity-theme .gform_body .gfield .ginput_container textarea:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid var(--wp--preset--color--grey) !important;
}
.gform_wrapper.gravity-theme .gform_body .gfield.focused .gfield_label {
  font-weight: 400;
  top: 8px;
  font-size: 12px;
  line-height: 1;
}
.gform_wrapper.gravity-theme .gform_footer {
  width: auto;
  padding: 4px 0;
  margin: 0;
  margin-top: 32px;
}
.gform_wrapper.gravity-theme .gform_footer input {
  padding: 16.5px 32px;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: bold;
  background: var(--wp--preset--color--brand-green);
  color: var(--wp--preset--color--white);
  border-radius: 120px;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  margin: 0;
  border: none;
  cursor: pointer;
  min-width: 150px;
}
@media only screen and (max-width : 989px) {
  .gform_wrapper.gravity-theme .gform_footer input {
    padding: 14px 22px;
  }
}
.gform_wrapper.gravity-theme .gform_footer input:hover {
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(79.96deg, #bba37a 15.02%, #debc81 86.01%);
}
.gform_wrapper.gravity-theme .gform_footer input:focus {
  outline: none;
}
.gform_wrapper.gravity-theme .gform_footer .gform_ajax_spinner {
  padding-left: 10px;
  position: absolute;
  width: 60px;
  height: 30px;
  bottom: -30px;
  right: 0;
}

#footer .footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media only screen and (max-width: 767px) {
  #footer .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 32px;
  }
}
#footer .footer #footer-menu {
  gap: 28px;
}
@media only screen and (max-width: 767px) {
  #footer .footer #footer-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 8px;
  }
}
#footer .footer #footer-menu > li:not(:last-child)::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: var(--wp--preset--color--borders);
  position: absolute;
  top: 11px;
  right: -16px;
}
@media only screen and (max-width: 767px) {
  #footer .footer #footer-menu > li:not(:last-child)::after {
    display: none;
  }
}
#footer .socket {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px solid var(--wp--preset--color--borders);
}
@media only screen and (max-width: 767px) {
  #footer .socket {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 24px;
    text-align: center;
  }
}
#footer .socket .socket-logo img {
  height: 32px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

/*# sourceMappingURL=global-ow-script.css.map*/