/*!***************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/styles/main.scss ***!
  \***************************************************************************************************************/
@import url(https://use.typekit.net/njm4imi.css);
/*!*******************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/styles/main.scss (1) ***!
  \*******************************************************************************************************************/
@charset "UTF-8";
@font-face {
  font-family: "Neue-Light";
  src: url(../dist/fonts/ba66cb280908e501eeb9-Neue-Light.woff2) format("woff2"), url(../dist/fonts/46f0c2f76453ff7dcfba-Neue-Light.ttf) format("ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neue-Medium";
  src: url(../dist/fonts/f63727c4fb5219bb287a-Neue-Medium.woff2) format("woff2"), url(../dist/fonts/32921edb532f55cbfdc6-Neue-Medium.ttf) format("ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
fieldset {
  margin: 0;
  border: none;
}

form .form-field input[type=text], form .form-field input[type=email] {
  background: transparent;
  border: none;
  border-bottom: 1px solid #042C2D;
  min-height: 48px;
  padding: 10px 0;
  margin-bottom: 24px;
  font-family: "Neue-Light", sans-serif;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.019em;
  color: #042C2D;
  width: 100%;
  resize: none;
  outline: none;
}
form .form-field input[type=text]::placeholder, form .form-field input[type=email]::placeholder {
  color: #042C2D;
  opacity: 0.3;
  font-family: "Neue-Light", sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.019em;
}
form .form-field input.error {
  border-bottom: 1px solid red !important;
  color: red;
}
form .form-field input.error::placeholder {
  color: red !important;
}
form button:disabled {
  border: 1px solid gray !important;
  background-color: gray !important;
  color: white !important;
  pointer-events: none;
}
form .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-family: "Neue-Light", sans-serif;
  padding: 16px 30px;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.011em;
  background-color: #042C2D;
  color: #D5E9E9;
  border-radius: 66px;
  transition: 0.3s ease-in-out all;
  border: 2px solid #042C2D;
  cursor: pointer;
}
form .btn:hover {
  background-color: #D5E9E9;
  color: #042C2D;
}

:root {
  font-size: 16px;
}

html,
body {
  -webkit-text-size-adjust: 100%;
  font-variant-ligatures: none;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  line-height: 1.25rem;
  font-family: "Neue-Light", sans-serif;
  font-weight: 400;
  color: #fff;
}

:root {
  --dark-color: hsl(var(--hue), 100%, 9%);
  --light-color: hsl(var(--hue), 95%, 98%);
  --base: hsl(var(--hue), 95%, 50%);
  --complimentary1: hsl(var(--hue-complimentary1), 95%, 50%);
  --complimentary2: hsl(var(--hue-complimentary2), 95%, 50%);
  --bg-gradient: linear-gradient(
    to bottom,
    hsl(var(--hue), 95%, 99%),
    hsl(var(--hue), 95%, 84%)
  );
  --neue-font: "neue-haas-grotesk-display";
}

body,
html {
  background-color: #fff;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  font-family: var(--neue-font);
  font-weight: 500;
  color: #00210D;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
}

* {
  box-sizing: border-box;
}

.btn {
  outline: none;
  background-color: #A3EC47;
  color: #00210D;
  padding: 12px 36px;
  border-radius: 12px;
  width: fit-content;
  text-align: center;
  font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--mermaid-font);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-style: normal;
  font-family: var(--neue-font);
  font-weight: 600;
}

h2 {
  font-size: 32px;
  line-height: 36px;
  text-align: center;
}
@media (min-width: 992px) {
  h2 {
    font-size: 45px;
    line-height: 55px;
  }
}

h3 {
  font-size: 24px;
  line-height: 28px;
}
@media (min-width: 992px) {
  h3 {
    font-size: 30px;
    line-height: 32px;
  }
}

h4 {
  font-size: 20px;
  line-height: 24px;
}
@media (min-width: 992px) {
  h4 {
    font-size: 25px;
    line-height: 32px;
  }
}

p {
  font-size: 16px;
  line-height: 21px;
  margin: 0 0 16px;
}
p.large {
  font-size: 20px;
  line-height: 27px;
}
p:last-of-type, p:empty {
  margin-bottom: 0;
}

a {
  outline: none;
  color: inherit;
  text-decoration: underline;
}

.module {
  padding: 40px 0;
}
@media (min-width: 992px) {
  .module {
    padding: 72px 0;
  }
}

._wr,
.wrap {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1366px) {
  ._wr,
  .wrap {
    max-width: 1440px;
  }
}
@media (min-width: 1028px) {
  ._wr.single-wr,
  .wrap.single-wr {
    max-width: 1008px;
  }
}

._wr-f {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

._w {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col, .no-gutters > [class*=_] {
  padding-right: 0;
  padding-left: 0;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

._xxl,
._xxl_auto, ._xxl12, ._xxl11, ._xxl10, ._xxl9, ._xxl8, ._xxl7, ._xxl6, ._xxl5, ._xxl4, ._xxl3, ._xxl2, ._xxl1, ._xl,
._xl_auto, ._xl12, ._xl11, ._xl10, ._xl9, ._xl8, ._xl7, ._xl6, ._xl5, ._xl4, ._xl3, ._xl2, ._xl1, ._l,
._l_auto, ._l12, ._l11, ._l10, ._l9, ._l8, ._l7, ._l6, ._l5, ._l4, ._l3, ._l2, ._l1, ._m,
._m_auto, ._m12, ._m11, ._m10, ._m9, ._m8, ._m7, ._m6, ._m5, ._m4, ._m3, ._m2, ._m1, ._s,
._s_auto, ._s12, ._s11, ._s10, ._s9, ._s8, ._s7, ._s6, ._s5, ._s4, ._s3, ._s2, ._s1, ._xs,
._xs_auto, ._xs12, ._xs11, ._xs10, ._xs9, ._xs8, ._xs7, ._xs6, ._xs5, ._xs4, ._xs3, ._xs2, ._xs1, ._xxs,
._xxs_auto, ._xxs12, ._xxs11, ._xxs10, ._xxs9, ._xxs8, ._xxs7, ._xxs6, ._xxs5, ._xxs4, ._xxs3, ._xxs2, ._xxs1, ._,
.__auto, ._12, ._11, ._10, ._9, ._8, ._7, ._6, ._5, ._4, ._3, ._2, ._1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

._hidden__ {
  display: none;
}

._ {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.__auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

._1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

._2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

._3 {
  flex: 0 0 25%;
  max-width: 25%;
}

._4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

._5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

._6 {
  flex: 0 0 50%;
  max-width: 50%;
}

._7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

._8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

._9 {
  flex: 0 0 75%;
  max-width: 75%;
}

._10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

._11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

._12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.ord__first {
  order: -1;
}

.ord__last {
  order: 13;
}

.ord__0 {
  order: 0;
}

.ord__1 {
  order: 1;
}

.ord__2 {
  order: 2;
}

.ord__3 {
  order: 3;
}

.ord__4 {
  order: 4;
}

.ord__5 {
  order: 5;
}

.ord__6 {
  order: 6;
}

.ord__7 {
  order: 7;
}

.ord__8 {
  order: 8;
}

.ord__9 {
  order: 9;
}

.ord__10 {
  order: 10;
}

.ord__11 {
  order: 11;
}

.ord__12 {
  order: 12;
}

.ofs__1 {
  margin-left: 8.3333333333%;
}

.ofs__2 {
  margin-left: 16.6666666667%;
}

.ofs__3 {
  margin-left: 25%;
}

.ofs__4 {
  margin-left: 33.3333333333%;
}

.ofs__5 {
  margin-left: 41.6666666667%;
}

.ofs__6 {
  margin-left: 50%;
}

.ofs__7 {
  margin-left: 58.3333333333%;
}

.ofs__8 {
  margin-left: 66.6666666667%;
}

.ofs__9 {
  margin-left: 75%;
}

.ofs__10 {
  margin-left: 83.3333333333%;
}

.ofs__11 {
  margin-left: 91.6666666667%;
}

@media (max-width: 319.98px) {
  ._hidden_xxs {
    display: none;
  }
}

@media (min-width: 320px) {
  ._xxs {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  ._xxs_auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  ._xxs1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  ._xxs2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  ._xxs3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  ._xxs4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  ._xxs5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  ._xxs6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  ._xxs7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  ._xxs8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  ._xxs9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  ._xxs10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  ._xxs11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  ._xxs12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ord_xxs_first {
    order: -1;
  }
  .ord_xxs_last {
    order: 13;
  }
  .ord_xxs_0 {
    order: 0;
  }
  .ord_xxs_1 {
    order: 1;
  }
  .ord_xxs_2 {
    order: 2;
  }
  .ord_xxs_3 {
    order: 3;
  }
  .ord_xxs_4 {
    order: 4;
  }
  .ord_xxs_5 {
    order: 5;
  }
  .ord_xxs_6 {
    order: 6;
  }
  .ord_xxs_7 {
    order: 7;
  }
  .ord_xxs_8 {
    order: 8;
  }
  .ord_xxs_9 {
    order: 9;
  }
  .ord_xxs_10 {
    order: 10;
  }
  .ord_xxs_11 {
    order: 11;
  }
  .ord_xxs_12 {
    order: 12;
  }
  .ofs_xxs_0 {
    margin-left: 0;
  }
  .ofs_xxs_1 {
    margin-left: 8.3333333333%;
  }
  .ofs_xxs_2 {
    margin-left: 16.6666666667%;
  }
  .ofs_xxs_3 {
    margin-left: 25%;
  }
  .ofs_xxs_4 {
    margin-left: 33.3333333333%;
  }
  .ofs_xxs_5 {
    margin-left: 41.6666666667%;
  }
  .ofs_xxs_6 {
    margin-left: 50%;
  }
  .ofs_xxs_7 {
    margin-left: 58.3333333333%;
  }
  .ofs_xxs_8 {
    margin-left: 66.6666666667%;
  }
  .ofs_xxs_9 {
    margin-left: 75%;
  }
  .ofs_xxs_10 {
    margin-left: 83.3333333333%;
  }
  .ofs_xxs_11 {
    margin-left: 91.6666666667%;
  }
}
@media (max-width: 479.98px) {
  ._hidden_xs {
    display: none;
  }
}

@media (min-width: 480px) {
  ._xs {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  ._xs_auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  ._xs1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  ._xs2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  ._xs3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  ._xs4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  ._xs5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  ._xs6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  ._xs7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  ._xs8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  ._xs9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  ._xs10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  ._xs11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  ._xs12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ord_xs_first {
    order: -1;
  }
  .ord_xs_last {
    order: 13;
  }
  .ord_xs_0 {
    order: 0;
  }
  .ord_xs_1 {
    order: 1;
  }
  .ord_xs_2 {
    order: 2;
  }
  .ord_xs_3 {
    order: 3;
  }
  .ord_xs_4 {
    order: 4;
  }
  .ord_xs_5 {
    order: 5;
  }
  .ord_xs_6 {
    order: 6;
  }
  .ord_xs_7 {
    order: 7;
  }
  .ord_xs_8 {
    order: 8;
  }
  .ord_xs_9 {
    order: 9;
  }
  .ord_xs_10 {
    order: 10;
  }
  .ord_xs_11 {
    order: 11;
  }
  .ord_xs_12 {
    order: 12;
  }
  .ofs_xs_0 {
    margin-left: 0;
  }
  .ofs_xs_1 {
    margin-left: 8.3333333333%;
  }
  .ofs_xs_2 {
    margin-left: 16.6666666667%;
  }
  .ofs_xs_3 {
    margin-left: 25%;
  }
  .ofs_xs_4 {
    margin-left: 33.3333333333%;
  }
  .ofs_xs_5 {
    margin-left: 41.6666666667%;
  }
  .ofs_xs_6 {
    margin-left: 50%;
  }
  .ofs_xs_7 {
    margin-left: 58.3333333333%;
  }
  .ofs_xs_8 {
    margin-left: 66.6666666667%;
  }
  .ofs_xs_9 {
    margin-left: 75%;
  }
  .ofs_xs_10 {
    margin-left: 83.3333333333%;
  }
  .ofs_xs_11 {
    margin-left: 91.6666666667%;
  }
}
@media (max-width: 575.98px) {
  ._hidden_s {
    display: none;
  }
}

@media (min-width: 576px) {
  ._s {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  ._s_auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  ._s1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  ._s2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  ._s3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  ._s4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  ._s5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  ._s6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  ._s7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  ._s8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  ._s9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  ._s10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  ._s11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  ._s12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ord_s_first {
    order: -1;
  }
  .ord_s_last {
    order: 13;
  }
  .ord_s_0 {
    order: 0;
  }
  .ord_s_1 {
    order: 1;
  }
  .ord_s_2 {
    order: 2;
  }
  .ord_s_3 {
    order: 3;
  }
  .ord_s_4 {
    order: 4;
  }
  .ord_s_5 {
    order: 5;
  }
  .ord_s_6 {
    order: 6;
  }
  .ord_s_7 {
    order: 7;
  }
  .ord_s_8 {
    order: 8;
  }
  .ord_s_9 {
    order: 9;
  }
  .ord_s_10 {
    order: 10;
  }
  .ord_s_11 {
    order: 11;
  }
  .ord_s_12 {
    order: 12;
  }
  .ofs_s_0 {
    margin-left: 0;
  }
  .ofs_s_1 {
    margin-left: 8.3333333333%;
  }
  .ofs_s_2 {
    margin-left: 16.6666666667%;
  }
  .ofs_s_3 {
    margin-left: 25%;
  }
  .ofs_s_4 {
    margin-left: 33.3333333333%;
  }
  .ofs_s_5 {
    margin-left: 41.6666666667%;
  }
  .ofs_s_6 {
    margin-left: 50%;
  }
  .ofs_s_7 {
    margin-left: 58.3333333333%;
  }
  .ofs_s_8 {
    margin-left: 66.6666666667%;
  }
  .ofs_s_9 {
    margin-left: 75%;
  }
  .ofs_s_10 {
    margin-left: 83.3333333333%;
  }
  .ofs_s_11 {
    margin-left: 91.6666666667%;
  }
}
@media (max-width: 766.98px) {
  ._hidden_m {
    display: none;
  }
}

@media (min-width: 767px) {
  ._m {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  ._m_auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  ._m1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  ._m2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  ._m3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  ._m4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  ._m5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  ._m6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  ._m7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  ._m8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  ._m9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  ._m10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  ._m11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  ._m12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ord_m_first {
    order: -1;
  }
  .ord_m_last {
    order: 13;
  }
  .ord_m_0 {
    order: 0;
  }
  .ord_m_1 {
    order: 1;
  }
  .ord_m_2 {
    order: 2;
  }
  .ord_m_3 {
    order: 3;
  }
  .ord_m_4 {
    order: 4;
  }
  .ord_m_5 {
    order: 5;
  }
  .ord_m_6 {
    order: 6;
  }
  .ord_m_7 {
    order: 7;
  }
  .ord_m_8 {
    order: 8;
  }
  .ord_m_9 {
    order: 9;
  }
  .ord_m_10 {
    order: 10;
  }
  .ord_m_11 {
    order: 11;
  }
  .ord_m_12 {
    order: 12;
  }
  .ofs_m_0 {
    margin-left: 0;
  }
  .ofs_m_1 {
    margin-left: 8.3333333333%;
  }
  .ofs_m_2 {
    margin-left: 16.6666666667%;
  }
  .ofs_m_3 {
    margin-left: 25%;
  }
  .ofs_m_4 {
    margin-left: 33.3333333333%;
  }
  .ofs_m_5 {
    margin-left: 41.6666666667%;
  }
  .ofs_m_6 {
    margin-left: 50%;
  }
  .ofs_m_7 {
    margin-left: 58.3333333333%;
  }
  .ofs_m_8 {
    margin-left: 66.6666666667%;
  }
  .ofs_m_9 {
    margin-left: 75%;
  }
  .ofs_m_10 {
    margin-left: 83.3333333333%;
  }
  .ofs_m_11 {
    margin-left: 91.6666666667%;
  }
}
@media (max-width: 991.98px) {
  ._hidden_l {
    display: none;
  }
}

@media (min-width: 992px) {
  ._l {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  ._l_auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  ._l1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  ._l2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  ._l3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  ._l4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  ._l5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  ._l6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  ._l7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  ._l8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  ._l9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  ._l10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  ._l11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  ._l12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ord_l_first {
    order: -1;
  }
  .ord_l_last {
    order: 13;
  }
  .ord_l_0 {
    order: 0;
  }
  .ord_l_1 {
    order: 1;
  }
  .ord_l_2 {
    order: 2;
  }
  .ord_l_3 {
    order: 3;
  }
  .ord_l_4 {
    order: 4;
  }
  .ord_l_5 {
    order: 5;
  }
  .ord_l_6 {
    order: 6;
  }
  .ord_l_7 {
    order: 7;
  }
  .ord_l_8 {
    order: 8;
  }
  .ord_l_9 {
    order: 9;
  }
  .ord_l_10 {
    order: 10;
  }
  .ord_l_11 {
    order: 11;
  }
  .ord_l_12 {
    order: 12;
  }
  .ofs_l_0 {
    margin-left: 0;
  }
  .ofs_l_1 {
    margin-left: 8.3333333333%;
  }
  .ofs_l_2 {
    margin-left: 16.6666666667%;
  }
  .ofs_l_3 {
    margin-left: 25%;
  }
  .ofs_l_4 {
    margin-left: 33.3333333333%;
  }
  .ofs_l_5 {
    margin-left: 41.6666666667%;
  }
  .ofs_l_6 {
    margin-left: 50%;
  }
  .ofs_l_7 {
    margin-left: 58.3333333333%;
  }
  .ofs_l_8 {
    margin-left: 66.6666666667%;
  }
  .ofs_l_9 {
    margin-left: 75%;
  }
  .ofs_l_10 {
    margin-left: 83.3333333333%;
  }
  .ofs_l_11 {
    margin-left: 91.6666666667%;
  }
}
@media (max-width: 1365.98px) {
  ._hidden_xl {
    display: none;
  }
}

@media (min-width: 1366px) {
  ._xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  ._xl_auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  ._xl1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  ._xl2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  ._xl3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  ._xl4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  ._xl5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  ._xl6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  ._xl7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  ._xl8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  ._xl9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  ._xl10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  ._xl11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  ._xl12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ord_xl_first {
    order: -1;
  }
  .ord_xl_last {
    order: 13;
  }
  .ord_xl_0 {
    order: 0;
  }
  .ord_xl_1 {
    order: 1;
  }
  .ord_xl_2 {
    order: 2;
  }
  .ord_xl_3 {
    order: 3;
  }
  .ord_xl_4 {
    order: 4;
  }
  .ord_xl_5 {
    order: 5;
  }
  .ord_xl_6 {
    order: 6;
  }
  .ord_xl_7 {
    order: 7;
  }
  .ord_xl_8 {
    order: 8;
  }
  .ord_xl_9 {
    order: 9;
  }
  .ord_xl_10 {
    order: 10;
  }
  .ord_xl_11 {
    order: 11;
  }
  .ord_xl_12 {
    order: 12;
  }
  .ofs_xl_0 {
    margin-left: 0;
  }
  .ofs_xl_1 {
    margin-left: 8.3333333333%;
  }
  .ofs_xl_2 {
    margin-left: 16.6666666667%;
  }
  .ofs_xl_3 {
    margin-left: 25%;
  }
  .ofs_xl_4 {
    margin-left: 33.3333333333%;
  }
  .ofs_xl_5 {
    margin-left: 41.6666666667%;
  }
  .ofs_xl_6 {
    margin-left: 50%;
  }
  .ofs_xl_7 {
    margin-left: 58.3333333333%;
  }
  .ofs_xl_8 {
    margin-left: 66.6666666667%;
  }
  .ofs_xl_9 {
    margin-left: 75%;
  }
  .ofs_xl_10 {
    margin-left: 83.3333333333%;
  }
  .ofs_xl_11 {
    margin-left: 91.6666666667%;
  }
}
@media (max-width: 1509.98px) {
  ._hidden_xxl {
    display: none;
  }
}

@media (min-width: 1510px) {
  ._xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  ._xxl_auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  ._xxl1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  ._xxl2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  ._xxl3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  ._xxl4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  ._xxl5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  ._xxl6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  ._xxl7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  ._xxl8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  ._xxl9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  ._xxl10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  ._xxl11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  ._xxl12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ord_xxl_first {
    order: -1;
  }
  .ord_xxl_last {
    order: 13;
  }
  .ord_xxl_0 {
    order: 0;
  }
  .ord_xxl_1 {
    order: 1;
  }
  .ord_xxl_2 {
    order: 2;
  }
  .ord_xxl_3 {
    order: 3;
  }
  .ord_xxl_4 {
    order: 4;
  }
  .ord_xxl_5 {
    order: 5;
  }
  .ord_xxl_6 {
    order: 6;
  }
  .ord_xxl_7 {
    order: 7;
  }
  .ord_xxl_8 {
    order: 8;
  }
  .ord_xxl_9 {
    order: 9;
  }
  .ord_xxl_10 {
    order: 10;
  }
  .ord_xxl_11 {
    order: 11;
  }
  .ord_xxl_12 {
    order: 12;
  }
  .ofs_xxl_0 {
    margin-left: 0;
  }
  .ofs_xxl_1 {
    margin-left: 8.3333333333%;
  }
  .ofs_xxl_2 {
    margin-left: 16.6666666667%;
  }
  .ofs_xxl_3 {
    margin-left: 25%;
  }
  .ofs_xxl_4 {
    margin-left: 33.3333333333%;
  }
  .ofs_xxl_5 {
    margin-left: 41.6666666667%;
  }
  .ofs_xxl_6 {
    margin-left: 50%;
  }
  .ofs_xxl_7 {
    margin-left: 58.3333333333%;
  }
  .ofs_xxl_8 {
    margin-left: 66.6666666667%;
  }
  .ofs_xxl_9 {
    margin-left: 75%;
  }
  .ofs_xxl_10 {
    margin-left: 83.3333333333%;
  }
  .ofs_xxl_11 {
    margin-left: 91.6666666667%;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

html,
body,
div,
form,
fieldset,
legend,
label {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  text-align: left;
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: bold;
}

img {
  border: 0;
  display: inline-block;
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
  height: auto;
}

a {
  text-decoration: none;
  color: inherit;
  transition: 0.2s;
}

button {
  appearance: none;
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
}

header {
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
header.scroller {
  background: #FFFFFF;
}
header div {
  height: 100%;
}
header #header-container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 999;
  cursor: pointer;
}
header #header-container img {
  width: 80px;
  height: 48px;
  object-fit: contain;
  object-position: left center;
}
header #header-container span {
  font-family: var(--neue-font);
  font-weight: 600;
  color: #00210D;
}
@media (min-width: 767px) {
  header #header-container img {
    max-width: 160px;
  }
}

footer #top-footer {
  padding: 48px 0 72px;
}
@media (min-width: 992px) {
  footer #top-footer {
    padding: 72px 0 180px;
  }
}
footer #top-footer .top-footer-content {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
  justify-content: center;
}
@media (min-width: 992px) {
  footer #top-footer .top-footer-content {
    flex-direction: row;
  }
}
footer #top-footer .top-footer-content .logos-area {
  display: flex;
  max-width: 100%;
}
footer #top-footer .top-footer-content .logos-area .logo img {
  width: 100%;
}
footer #top-footer .top-footer-content .logos-area .logo.google-play {
  margin-left: 18px;
}
footer #top-footer .top-footer-content .download-text {
  max-width: 250px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 40px;
}
footer #top-footer .top-footer-content .download-text span {
  font-size: 18px;
  line-height: 22px;
  color: #3D731A;
  opacity: 0.5;
  font-weight: 600;
}
footer #top-footer .top-footer-content .download-text strong {
  font-size: 35px;
  line-height: 35px;
  font-weight: 600;
  margin-top: 5px;
}
@media (min-width: 992px) {
  footer #top-footer .top-footer-content .download-text {
    margin-left: 60px;
    margin-bottom: 0;
  }
}
footer #bottom-footer {
  padding: 24px 0;
  background-color: #00210D;
  color: #A3EC47;
}
@media (max-width: 991.98px) {
  footer #bottom-footer .footer-logo {
    margin-bottom: 30px;
  }
}
footer #bottom-footer .footer-logo img {
  width: 120px;
  height: 48px;
  object-fit: contain;
  object-position: left center;
}
footer #bottom-footer .footer-text {
  margin-bottom: 16px;
}
footer #bottom-footer .footer-cta {
  margin-bottom: 70px;
}
footer #bottom-footer .footer-cta .btn {
  display: inline-block;
}
footer #bottom-footer .footer-info a {
  text-decoration: underline;
}
footer #bottom-footer .footer-info span {
  display: block;
}

/**
 * Swiper 7.3.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 16, 2021
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.module--mainHero {
  position: relative;
  padding: 0;
}
.module--mainHero .wrap {
  position: relative;
}
.module--mainHero .hero-container {
  margin-top: 80px;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 1.25rem;
  height: 50vh;
}
@media (min-width: 992px) {
  .module--mainHero .hero-container {
    height: 70vh;
  }
}
.module--mainHero .video-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  height: 40rem;
  max-height: 40rem;
  margin-top: 5.875rem;
  border-radius: 1.25rem;
  overflow: hidden;
  position: relative;
}
.module--mainHero .video-container video {
  width: 100%;
  height: 100%;
  border-radius: 1.25rem;
  position: absolute;
  object-fit: cover;
}
.module--mainHero .text-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px 40px;
}
@media (min-width: 992px) {
  .module--mainHero .text-container {
    padding: 40px 60px;
  }
}
.module--mainHero .text-container h2 {
  color: white;
  font-size: 3.625rem;
  line-height: 3rem;
  position: relative;
  margin-bottom: 45px;
  z-index: 1;
  font-weight: 600;
  text-align: left;
}
.module--mainHero .text-container h2::after {
  content: "";
  background: url(../dist/images/e9dba49f9d1be8b05019-Tick.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 1rem;
  width: 9rem;
  top: 0px;
  height: 7rem;
  display: block;
  z-index: -1;
}
@media (min-width: 992px) {
  .module--mainHero .text-container h2::after {
    display: block;
    width: 12rem;
    height: 10rem;
    right: -4.5rem;
    top: -50px;
  }
}
@media (min-width: 992px) {
  .module--mainHero .text-container h2 {
    font-size: 90px;
    line-height: 80px;
  }
}
.module--mainHero .text-container span {
  color: #A3EC47;
  font-size: 25px;
  line-height: 30px;
  font-weight: 600;
  max-width: 90%;
}
@media (min-width: 992px) {
  .module--mainHero .text-container span {
    max-width: 50%;
  }
}

.module--boxesList .box {
  border-radius: 24px;
  background-color: #A3EC47;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 48px 20px;
}
.module--boxesList .box .box-contents {
  display: none;
}
.module--boxesList .box.has-background {
  color: #fff;
  position: relative;
}
.module--boxesList .box.has-background::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: black;
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 0;
  opacity: 0.3;
  border-radius: 24px;
}
@media (min-width: 992px) {
  .module--boxesList .box.has-background {
    padding: 0;
  }
}
.module--boxesList .box.has-background .wrap {
  height: 400px;
  z-index: 1;
  position: relative;
}
@media (min-width: 992px) {
  .module--boxesList .box.has-background .wrap {
    height: 290px;
  }
}
.module--boxesList .box.has-background .wrap .row {
  height: 400px;
  align-items: flex-end;
}
@media (min-width: 992px) {
  .module--boxesList .box.has-background .wrap .row {
    height: 290px;
  }
}
.module--boxesList .box .has-background--contents {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (min-width: 992px) {
  .module--boxesList .box .has-background--contents {
    flex-direction: row;
    align-items: center;
  }
}
.module--boxesList .box .has-background--contents h3 {
  font-size: 45px;
  line-height: 45px;
  font-weight: 600;
  width: 100%;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .module--boxesList .box .has-background--contents h3 {
    width: 55%;
    margin-bottom: 0;
  }
}
.module--boxesList .box .has-background--contents div {
  margin-left: auto;
  color: white;
  width: 100%;
}
@media (min-width: 992px) {
  .module--boxesList .box .has-background--contents div {
    width: 40%;
    margin-left: 5%;
  }
}
.module--boxesList .box .has-background--contents div p {
  font-size: 25px;
  line-height: 34px;
  color: white;
}
.module--boxesList .box--main {
  width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .module--boxesList .box--main {
    padding: 0;
  }
}
.module--boxesList .box--main h3 {
  margin-bottom: 32px;
}
@media (max-width: 991.98px) {
  .module--boxesList .box--main h3 {
    text-shadow: 1px 1px 6px rgba(0, 61, 29, 0.4);
  }
}
@media (min-width: 992px) {
  .module--boxesList .box--main h3 {
    padding-left: 0px;
  }
}
.module--boxesList .box--main p {
  color: #3D731A;
}
.module--boxesList .box--main img {
  margin-bottom: 20px;
  max-height: 266px;
  object-fit: contain;
}
@media (max-width: 991.98px) {
  .module--boxesList .box--main img {
    margin-top: 32px;
  }
}
.module--boxesList ul li {
  margin-bottom: 20px;
}
.module--boxesList ul li .interactive-box {
  position: relative;
}
.module--boxesList ul li .interactive-box--icon, .module--boxesList ul li .interactive-box--icon--selected {
  position: absolute;
  top: 16px;
  right: 16px;
  pointer-events: none;
}
.module--boxesList ul li .interactive-box--icon--selected {
  display: none;
}
.module--boxesList ul li .interactive-box h4 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  padding-right: 32px;
}
@media (min-width: 992px) {
  .module--boxesList ul li .interactive-box h4 {
    font-size: 25px;
    line-height: 29px;
  }
}
.module--boxesList ul li .box {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 20px;
  cursor: pointer;
}
.module--boxesList ul li .box .box-contents {
  display: none;
  margin-top: 32px;
  max-width: 90%;
}
@media (min-width: 992px) {
  .module--boxesList ul li .box .box-contents {
    max-width: 50%;
    margin-top: 47px;
  }
}
.module--boxesList ul li .box .box-contents p {
  font-size: 16px;
  line-height: 21px;
  color: #3D731A;
}
.module--boxesList ul li .box.open .box-contents {
  display: block;
}
.module--boxesList ul li .box.open .interactive-box--icon--selected {
  display: block;
}
@media (min-width: 992px) {
  .module--boxesList ul li .box {
    padding: 24px 30px 24px 30px;
  }
}
.module--boxesList ul li .box h4, .module--boxesList ul li .box p {
  pointer-events: none;
}

.module--appCta .row {
  background-color: #A3EC47;
  border-radius: 24px;
  padding: 32px 20px;
}
@media (min-width: 992px) {
  .module--appCta .row {
    padding: 50px 0px 56px 64px;
  }
}
.module--appCta .text-contents {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.module--appCta .text-contents h2 {
  text-align: left;
  font-size: 35px;
  line-height: 40px;
  color: #00210D;
  font-weight: 600;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .module--appCta .text-contents h2 {
    font-size: 50px;
    line-height: 55px;
    margin-bottom: 0;
  }
}
.module--appCta .text-contents h2 strong {
  color: #fff;
  font-weight: 600;
}
.module--appCta .text-contents p {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 25px;
}
.module--appCta .text-contents p strong {
  font-size: 20px;
  font-weight: 600;
}
.module--appCta .text-contents p:last-child {
  margin-bottom: 0;
}
.module--appCta .image-contents > div {
  display: flex;
  flex-direction: column;
  margin-top: 24px;
}
@media (min-width: 992px) {
  .module--appCta .image-contents > div {
    margin-top: 0;
  }
}
.module--appCta .image-contents .cta {
  align-self: flex-end;
  background-color: #00210D;
  color: #fff;
  padding: 20px 40px 20px 40px;
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  margin-right: -30px;
}
@media (min-width: 992px) {
  .module--appCta .image-contents .cta {
    margin-right: -10px;
    padding: 24px 110px 24px 80px;
    font-size: 30px;
    line-height: 35px;
  }
}
.module--appCta .image-contents .cta:hover {
  background-color: #3D731A;
}

.module--featuredTopics h2 {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .module--featuredTopics h2 {
    margin-bottom: 72px;
  }
}
.module--featuredTopics ul {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .module--featuredTopics ul {
    margin-bottom: 72px;
  }
}
.module--featuredTopics ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 991.98px) {
  .module--featuredTopics ul li {
    margin-bottom: 20px;
  }
}
.module--featuredTopics ul li span {
  margin-bottom: 16px;
  font-weight: 600;
  font-family: var(--neue-font);
  color: rgba(0, 61, 29, 0.4);
}
.module--featuredTopics .description-container {
  text-align: center;
  color: #3D731A;
  font-size: 1.25rem;
}

.module--mediaDock li {
  padding: 0 16px;
  height: 48px;
  cursor: pointer;
}
.module--mediaDock li .item-container {
  height: 100%;
}
.module--mediaDock li .item-container img {
  max-width: 100%;
  height: 100%;
  object-fit: contain;
  transition: 0.3s ease-in-out all;
  filter: saturate(0);
}
.module--mediaDock li:hover img {
  filter: saturate(1);
}

@media (max-width: 991.98px) {
  .module--testimonial img {
    margin-bottom: 40px;
  }
}
.module--testimonial .testimonial-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.module--testimonial .testimonial-content h3 {
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .module--testimonial .testimonial-content h3 {
    font-size: 55px;
    line-height: 60px;
    margin-bottom: 90px;
  }
}
.module--testimonial .testimonial-content h3::before {
  content: "“";
  display: block;
  font-size: 32px;
  line-height: 36px;
}
@media (min-width: 992px) {
  .module--testimonial .testimonial-content h3::before {
    font-size: 55px;
    line-height: 60px;
  }
}
.module--testimonial .testimonial-content .author-content {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.module--testimonial .testimonial-content .author-content span {
  font-weight: 700;
  font-size: 13px;
  line-height: 26px;
  color: rgba(0, 61, 29, 0.4);
}
.module--testimonial .testimonial-content .author-content strong {
  font-size: 18px;
  line-height: 21px;
}

.module--textContent h2 {
  text-align: left;
  font-size: 50px;
  line-height: 46px;
  font-weight: 600;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .module--textContent h2 {
    font-size: 90px;
    line-height: 86px;
    margin-bottom: 0px;
  }
}
.module--textContent h2 strong {
  color: #A3EC47;
}
.module--textContent a {
  text-decoration: underline;
}
.module--textContent span {
  margin-bottom: 20px;
  font-size: 25px;
  line-height: 29px;
  font-weight: 600;
  display: inline-block;
}
@media (min-width: 992px) {
  .module--textContent span {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 40px;
  }
}
.module--textContent ul,
.module--textContent ol {
  padding: initial;
  margin: initial;
  margin: 1rem;
  padding-left: 0.5rem;
}
.module--textContent ul li,
.module--textContent ol li {
  padding: initial;
  margin: initial;
  padding-left: 0.5rem;
}
.module--textContent ul li:not(:last-child),
.module--textContent ol li:not(:last-child) {
  padding-bottom: 0.5em;
}
.module--textContent ul {
  list-style: initial;
}
.module--textContent ol {
  list-style: decimal;
}
.module--textContent p {
  color: #00210D;
  font-size: 20px;
  line-height: 30px;
}

@media (min-width: 992px) {
  .module--textWithImage .row.reverse {
    flex-direction: row-reverse;
  }
}
.module--textWithImage img {
  width: auto;
}
@media (min-width: 992px) {
  .module--textWithImage img {
    margin-bottom: 0;
    padding: 0 24px;
  }
}
.module--textWithImage .optional-text {
  background-color: #A3EC47;
  border-radius: 24px;
  margin: 18px 0 36px 0;
  padding: 16px;
  text-align: center;
}
@media (min-width: 992px) {
  .module--textWithImage .optional-text {
    padding: 16px 36px 16px 26px;
    transform: translateY(50%);
    width: 210px;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    text-align: left;
  }
}
.module--textWithImage .content-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  color: #00210D;
}
@media (min-width: 992px) {
  .module--textWithImage .content-container {
    padding-left: 16.667%;
    padding-right: 30px;
  }
}
.module--textWithImage .content-container h3 {
  margin-bottom: 30px;
  font-weight: 600;
}
.module--textWithImage .content-container p {
  font-size: 16px;
  line-height: 21px;
}
.module--textWithImage .content-container strong {
  font-size: 25px;
  line-height: 29px;
  margin-bottom: 40px;
  font-weight: 400;
}
.module--textWithImage .content-container .cta-container {
  margin: 20px 0;
}
