/* Reset CSS */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

.avkir {
  scroll-behavior: smooth;
  overflow-x: hidden;
  background: var(--wight, #FFF);
}

.wnphf {
  scroll-behavior: smooth;
  overflow-x: hidden;
  background: var(--wight, #fff);
  color: var(--gray, #7c7c7c);
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}
@media (min-width: 1024px) {
  .wnphf {
    font-size: 16px;
  }
}

.phjdd {
  max-width: 1264px;
  margin: 0 auto;
  height: 100%;
}

.jbrtb {
  padding: 8px 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  border-radius: 30px;
  border: 0.5px solid var(--gray, #7c7c7c);
  margin-bottom: 16px;
}
.jbrtb img {
  display: block;
  width: 6px;
  height: 6px;
  aspect-ratio: 1/1;
}

.modal-form {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #222221;
  color: #fff;
  padding: 12px 24px;
  border-radius: 6px;
  font-size: 16px;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.modal-form.show {
  opacity: 1;
}

.hidden {
  display: none;
}


.duhjk {
  color: var(--green_text, #1c3f3a);
  font-family: "Manrope", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (min-width: 1024px) {
  .duhjk {
    font-size: 42px;
  }
}

@-webkit-keyframes epcnl {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes epcnl {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.maynv {
  font-weight: 700;
}

.hvcpy {
  padding-inline: 16px;
  padding-block: 8px;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 2;
}
@media (min-width: 768px) {
  .hvcpy {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .hvcpy {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .hvcpy {
    padding-inline: 0;
  }
}
@media (min-width: 1024px) {
  .hvcpy {
    background: var(--wight, #fff);
    -webkit-box-shadow: 8px 8px 20px 0 rgba(90, 90, 90, 0.1);
            box-shadow: 8px 8px 20px 0 rgba(90, 90, 90, 0.1);
    padding-block: 16px;
  }
}
.romfr {
  max-width: 1264px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.vzcmy {
  display: block;
  width: 40px;
}
.nsakf {
  display: block;
  margin-left: auto;
}
.nsakf img {
  display: block;
  width: 40px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.nsakf img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media (min-width: 1024px) {
  .nsakf {
    display: none;
  }
}
.nlxlh {
  margin-left: auto;
}
.nlxlh img {
  display: block;
  width: 40px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.nlxlh img:hover {
  -webkit-transform: rotate(240deg);
          transform: rotate(240deg);
}
@media (min-width: 1024px) {
  .nlxlh {
    display: none;
  }
}
.lwxse {
  display: none;
}
@media (min-width: 1440px) {
  .lwxse {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 16px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 32px;
    background: #e3f488;
    color: var(--green_text, #1c3f3a);
    border: none;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    width: 210px;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .lwxse:hover {
    background: #232323;
    color: #fff;
  }
}

.kkifo {
  display: none;
}

@media (min-width: 1024px) {
  .kkifo {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cjumc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 32px;
    width: 100%;
  }
  .ooece {
    color: var(--gray, #7c7c7c);
    text-align: center;
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
  }
  .kbfnm {
    color: var(--gray, #7c7c7c);
    text-decoration: none;
    position: relative;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
  }
  .kbfnm::after {
    content: "";
    position: absolute;
    display: block;
    height: 1px;
    width: 100%;
    background-color: #1c3f3a;
    bottom: -5px;
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .kbfnm:hover::after {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .kbfnm:hover {
    color: #1c3f3a;
  }
}
.ohbvw {
  background: var(--wight, #fff);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  height: 100%;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.ohbvw:target {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  pointer-events: all;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
@media (min-width: 1024px) {
  .ohbvw {
    display: none;
  }
}

.zvxaf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
.bxszl {
  color: var(--gray, #7c7c7c);
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
}
.mtrzt {
  color: var(--gray, #7c7c7c);
  display: inline-block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-decoration: none;
  position: relative;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.mtrzt::after {
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  background-color: #1C3F3A;
  width: 100%;
  bottom: -5px;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.mtrzt:hover::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.mtrzt:hover {
  color: #1C3F3A;
}

.hjpyb {
  padding-inline: 16px;
  padding-block: 116px 60px;
}
@media (min-width: 768px) {
  .hjpyb {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .hjpyb {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .hjpyb {
    padding-inline: 0;
  }
}
@media (min-width: 1440px) {
  .hjpyb {
    padding-block: 200px 120px;
  }
}
.ojrfj {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1440px) {
  .ojrfj {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.uzcjj {
  max-width: 508px;
}
.erdmz {
  color: var(--green_text, #1c3f3a);
  font-family: "Manrope", sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (min-width: 1024px) {
  .erdmz {
    font-size: 52px;
  }
}
.unxjx {
  margin-top: 24px;
}
.ogyea {
  max-width: 616px;
}
.vueyj {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 48px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
@media (min-width: 1440px) {
  .vueyj {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.vueyj::after {
  content: "";
  position: absolute;
  top: 55%;
  width: 343px;
  height: 1px;
  opacity: 0.5;
  background: rgba(124, 124, 124, 0.5);
}
@media (min-width: 629px) {
  .vueyj::after {
    width: 1px;
    height: 92px;
    top: 0;
    left: 38%;
  }
}
@media (min-width: 1440px) {
  .vueyj::after {
    left: 50%;
  }
}
.vueyj p img {
  display: block;
  width: 206px;
}
.vueyj p span {
  color: var(--gray, #7c7c7c);
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}
.vueyj button {
  width: 343px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 32px;
  background: #e3f488;
  color: var(--green_text, #1c3f3a);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (min-width: 1440px) {
  .vueyj button {
    width: 210px;
    height: 56px;
  }
}
.vueyj button:hover {
  background: #232323;
  color: #fff;
}
.lvoqx {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1440px) {
  .lvoqx {
    margin-top: 120px;
  }
}
.ttrpu {
  width: 343px;
  height: 362px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: url(/images/pictures/hero-img-1.png), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
  background: url(/images/pictures/hero-img-1.png), linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  -webkit-box-shadow: 8px 8px 20px 0 rgba(75, 75, 75, 0.08);
          box-shadow: 8px 8px 20px 0 rgba(75, 75, 75, 0.08);
}
@media (min-width: 1024px) {
  .ttrpu {
    width: 292px;
  }
}
.ttrpu img {
  display: block;
  width: 50px;
}
.ttrpu p {
  margin-top: 16px;
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 155.556% */
  text-transform: capitalize;
}
.ttrpu span {
  margin-top: 8px;
  color: var(--wight, #fff);
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}
.gjmcz {
  width: 343px;
  height: 362px;
  padding: 24px;
  border-radius: 16px;
  background: var(--green, #1c3f3a);
  -webkit-box-shadow: 8px 8px 20px 0 rgba(75, 75, 75, 0.08);
          box-shadow: 8px 8px 20px 0 rgba(75, 75, 75, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1024px) {
  .gjmcz {
    width: 400px;
  }
}
.gjmcz p:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--gray, #7c7c7c);
}
.gjmcz p:first-child span:first-child {
  color: var(--yellow, #e3f488);
  font-family: "Manrope", sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.gjmcz p:first-child span:last-child {
  color: var(--wight, #fff);
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 155.556% */
  text-transform: capitalize;
}
.gjmcz p:last-child {
  margin-top: auto;
  color: var(--wight_text, rgba(255, 255, 255, 0.8));
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}
.lsthj {
  width: 343px;
  height: 362px;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 16px;
  background: url(/images/pictures/hero-img-2.png), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
  background: url(/images/pictures/hero-img-2.png), linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  -webkit-box-shadow: 8px 8px 20px 0 rgba(75, 75, 75, 0.08);
          box-shadow: 8px 8px 20px 0 rgba(75, 75, 75, 0.08);
}
@media (min-width: 1024px) {
  .lsthj {
    width: 508px;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: 1fr auto;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
  .lsthj p:nth-of-type(1) {
    grid-column: 1;
    grid-row: 1;
  }
  .lsthj p:nth-of-type(2) {
    grid-column: 2;
    grid-row: 1;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .lsthj p:nth-of-type(3) {
    grid-column: 1;
    grid-row: 2;
  }
  .lsthj p:nth-of-type(4) {
    grid-column: 2;
    grid-row: 2;
  }
}
.lsthj p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--wight, #fff);
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 157.143% */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 16px;
  border-radius: 32px;
  background: rgba(173, 173, 173, 0.6);
}
@media (min-width: 1024px) {
  .lsthj p {
    font-size: 16px;
  }
}
.lsthj p:last-child {
  color: var(--green_text, #1c3f3a);
  border-radius: 32px;
  background: #e3f488;
}

.bnbgw {
  display: block;
  width: 226px;
  height: 75px;
  cursor: pointer;
  -webkit-animation: epcnl 2s ease infinite;
          animation: epcnl 2s ease infinite;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.mmkol {
  padding-block: 60px;
  padding-inline: 16px;
  background: var(--bg, #f1f5dc);
}
@media (min-width: 1024px) {
  .mmkol {
    padding-block: 120px;
  }
}
@media (min-width: 768px) {
  .mmkol {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .mmkol {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .mmkol {
    padding-inline: 0;
  }
}
.tyczr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .tyczr {
    gap: 32px;
  }
}
.xugsc {
  max-width: 616px;
}
.xugsc p:first-child {
  margin-top: 32px;
}
.xugsc p:nth-of-type(2) {
  margin-top: 32px;
  font-weight: 600;
}
.pzjck {
  max-width: 616px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.zsrtt {
  width: 292px;
  height: 168px;
  padding: 16px 16px 44px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
}
@media (min-width: 1024px) {
  .zsrtt {
    gap: 32px;
  }
}
.gupzu {
  border-radius: 16px;
  background: var(--green, #1c3f3a);
  -webkit-box-shadow: 8px 8px 20px 0 rgba(75, 75, 75, 0.08);
          box-shadow: 8px 8px 20px 0 rgba(75, 75, 75, 0.08);
  color: var(--wight_text, rgba(255, 255, 255, 0.8));
}
.axbbv {
  border-radius: 16px;
  background: var(--yellow, #e3f488);
  -webkit-box-shadow: 8px 8px 20px 0 rgba(75, 75, 75, 0.08);
          box-shadow: 8px 8px 20px 0 rgba(75, 75, 75, 0.08);
  color: var(--gray, #7c7c7c);
}
.zsrtt img {
  display: block;
  width: 40px;
}
.zsrtt p {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 140% */
}

.zrkzz {
  padding-block: 60px;
  padding-inline: 16px;
}
@media (min-width: 1024px) {
  .zrkzz {
    padding-block: 120px;
  }
}
@media (min-width: 768px) {
  .zrkzz {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .zrkzz {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .zrkzz {
    padding-inline: 0;
  }
}
.ocpfk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .ocpfk {
    gap: 32px;
  }
}
@media (min-width: 1440px) {
  .ocpfk {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.uycky {
  max-width: 616px;
}
.fqsxw {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.vnxyt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
}
.yknrs {
  display: block;
  width: 40px;
}
.kdkgj {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
}
.kdkgj h3 {
  color: var(--green_text, #1c3f3a);
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 155.556% */
  text-transform: capitalize;
}
.lftul {
  margin-top: 32px;
  font-weight: 600;
}
.yrpfj {
  display: block;
  width: clamp(343px, 80vw, 616px);
}

.bjhts {
  padding-block: 60px;
  padding-inline: 16px;
  background: var(--bg, #f1f5dc);
}
@media (min-width: 1024px) {
  .bjhts {
    padding-block: 120px;
  }
}
@media (min-width: 768px) {
  .bjhts {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .bjhts {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .bjhts {
    padding-inline: 0;
  }
}
.gcfoo {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
@media (min-width: 1440px) {
  .gcfoo {
    margin-top: 80px;
  }
}
.gtuvt {
  border-radius: 12px;
  background: #fff;
  -webkit-box-shadow: 8px 8px 20px 0 rgba(75, 75, 75, 0.08);
          box-shadow: 8px 8px 20px 0 rgba(75, 75, 75, 0.08);
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1440px) {
  .gtuvt:nth-of-type(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.vbnqz {
  display: block;
  width: clamp(295px, 85vw, 700px);
}
.vdove {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 24px;
  gap: 60px;
}
@media (min-width: 1440px) {
  .vdove {
    width: 484px;
    height: 358px;
    gap: 118px;
  }
}
.mzzeh {
  border-radius: 16px;
  background: var(--yellow, #e3f488);
}
.mzzeh h4 {
  color: var(--green_text, #1c3f3a);
}
.cxyfu {
  border-radius: 16px;
  background: var(--green, #1c3f3a);
}
.cxyfu h4 {
  color: var(--yellow, #e3f488);
}
.cxyfu p {
  color: var(--wight_text, rgba(255, 255, 255, 0.8));
}
.vdove h4 {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 155.556% */
  text-transform: capitalize;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media (min-width: 1024px) {
  .vdove h4 {
    font-size: 32px;
  }
}
.vdove h4 span {
  display: block;
}
.vdove p {
  margin-top: auto;
}

.kjqzf {
  padding-block: 60px;
  padding-inline: 16px;
}
@media (min-width: 1024px) {
  .kjqzf {
    padding-block: 120px;
  }
}
@media (min-width: 768px) {
  .kjqzf {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .kjqzf {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .kjqzf {
    padding-inline: 0;
  }
}
.bdtii {
  margin-top: 16px;
}
.clcwr {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .clcwr {
    margin-top: 80px;
  }
}
.uirkf {
  width: clamp(343px, 80vw, 400px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding: 24px;
  border-radius: 16px;
  background: var(--green, #1c3f3a);
  -webkit-box-shadow: 8px 8px 20px 0 rgba(75, 75, 75, 0.08);
          box-shadow: 8px 8px 20px 0 rgba(75, 75, 75, 0.08);
}
@media (min-width: 1024px) {
  .uirkf {
    height: 200px;
  }
}
.uirkf h5 {
  text-align: right;
  color: var(--wight_text, rgba(255, 255, 255, 0.8));
  margin-top: auto;
}
.ydaob {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
}
.ydaob span {
  color: var(--yellow, #e3f488);
  font-family: "Manrope", sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.ydaob p {
  color: var(--wight, #fff);
}
.nbnyq {
  width: clamp(343px, 80vw, 400px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 24px;
  border-radius: 16px;
  border: 1px solid rgba(124, 124, 124, 0.3);
  background: var(--wight, #fff);
  -webkit-box-shadow: 8px 8px 20px 0 rgba(75, 75, 75, 0.08);
          box-shadow: 8px 8px 20px 0 rgba(75, 75, 75, 0.08);
}
@media (min-width: 1024px) {
  .nbnyq {
    height: 200px;
  }
}
.nbnyq span {
  color: var(--green_text, #1c3f3a);
  font-family: "Manrope", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: 44px; /* 137.5% */
  text-transform: capitalize;
}
.nbnyq h5 {
  margin-top: 16px;
  color: var(--green_text, #1c3f3a);
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 155.556% */
  text-transform: capitalize;
}
.nbnyq p {
  margin-top: 8px;
}

.usjjq {
  padding-block: 60px;
  padding-inline: 16px;
  background: var(--bg, #f1f5dc);
}
@media (min-width: 1024px) {
  .usjjq {
    padding-block: 120px;
  }
}
@media (min-width: 768px) {
  .usjjq {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .usjjq {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .usjjq {
    padding-inline: 0;
  }
}
.cadau {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ftqdr {
  max-width: 616px;
}
.ivhhf {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media (min-width: 1440px) {
  .ivhhf {
    margin-top: 32px;
  }
}
.caqhp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.caqhp img {
  display: block;
  width: 32px;
  height: 32px;
}
.caqhp p {
  font-size: 16px;
}
.neyas {
  max-width: 616px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
@media (min-width: 1440px) {
  .neyas {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.fmtwm {
  display: block;
  width: clamp(343px, 80vw, 400px);
  border-radius: 16px;
}
.ydsmo {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  border-radius: 16px;
  background: var(--yellow, #e3f488);
  -webkit-box-shadow: 8px 8px 20px 0 rgba(75, 75, 75, 0.08);
          box-shadow: 8px 8px 20px 0 rgba(75, 75, 75, 0.08);
}
@media (min-width: 1440px) {
  .ydsmo {
    width: 184px;
  }
}
.ydsmo h6 {
  text-align: right;
}
@media (min-width: 1440px) {
  .ydsmo h6 {
    margin-top: auto;
  }
}

.nzozx {
  padding-block: 60px;
  padding-inline: 16px;
}
@media (min-width: 1024px) {
  .nzozx {
    padding-block: 120px;
  }
}
@media (min-width: 768px) {
  .nzozx {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .nzozx {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .nzozx {
    padding-inline: 0;
  }
}
.ifwwp {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.mvigw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: clamp(343px, 80vw, 616px);
  padding: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-radius: 8px;
  border: 1px solid rgba(124, 124, 124, 0.3);
  -webkit-box-shadow: 8px 8px 20px 0 rgba(75, 75, 75, 0.08);
          box-shadow: 8px 8px 20px 0 rgba(75, 75, 75, 0.08);
}
.mvigw.ynzyx {
  background-color: var(--green, #1c3f3a);
}
.mvigw.ynzyx .icuvt p {
  color: #fff;
}
.mvigw.ynzyx .bglgl {
  max-height: 100px;
  overflow: visible;
  opacity: 1;
  padding-top: 16px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.mvigw.ynzyx .veskg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.icuvt {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  cursor: pointer;
}
.icuvt p {
  color: var(--green_text, #1c3f3a);
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 157.143% */
}
@media (min-width: 1024px) {
  .icuvt p {
    font-size: 16px;
  }
}
.veskg {
  display: block;
  width: 32px;
  height: 32px;
  margin-left: auto;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.bglgl {
  max-height: 0px;
  opacity: 0;
  overflow: hidden;
  color: var(--wight_text, rgba(255, 255, 255, 0.8));
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (min-width: 1024px) {
  .bglgl {
    font-size: 16px;
  }
}

.ncfwa {
  padding-block: 60px;
  padding-inline: 16px;
  background: var(--green, #1c3f3a);
}
@media (min-width: 1024px) {
  .ncfwa {
    padding-block: 120px;
  }
}
@media (min-width: 768px) {
  .ncfwa {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .ncfwa {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .ncfwa {
    padding-inline: 0;
  }
}
.rnoti {
  max-width: 616px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ncfwa .duhjk {
  color: var(--yellow, #e3f488);
  text-align: center;
}
.jtodf {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.jtodf img {
  display: block;
  width: 32px;
  height: 32px;
}
.jtodf a {
  color: var(--wight_text, rgba(255, 255, 255, 0.8));
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 155.556% */
  text-transform: capitalize;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .jtodf a {
    font-size: 24px;
  }
}

.ifoqf {
  margin-top: 40px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}
.mwrhl {
  width: 100%;
  padding: 16px 12px;
  border-radius: 8px;
  border: 1px solid rgba(124, 124, 124, 0.4);
  background: #304e49;
}
.mwrhl::-webkit-input-placeholder {
  color: var(--wight_text, rgba(255, 255, 255, 0.8));
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}
.mwrhl::-moz-placeholder {
  color: var(--wight_text, rgba(255, 255, 255, 0.8));
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}
.mwrhl:-ms-input-placeholder {
  color: var(--wight_text, rgba(255, 255, 255, 0.8));
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}
.mwrhl::-ms-input-placeholder {
  color: var(--wight_text, rgba(255, 255, 255, 0.8));
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}
.mwrhl::placeholder {
  color: var(--wight_text, rgba(255, 255, 255, 0.8));
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}
.appvt {
  width: 100%;
  padding: 16px 12px;
  border-radius: 8px;
  border: 1px solid rgba(124, 124, 124, 0.4);
  background: #304e49;
}
.appvt::-webkit-input-placeholder {
  color: var(--wight_text, rgba(255, 255, 255, 0.8));
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}
.appvt::-moz-placeholder {
  color: var(--wight_text, rgba(255, 255, 255, 0.8));
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}
.appvt:-ms-input-placeholder {
  color: var(--wight_text, rgba(255, 255, 255, 0.8));
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}
.appvt::-ms-input-placeholder {
  color: var(--wight_text, rgba(255, 255, 255, 0.8));
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}
.appvt::placeholder {
  color: var(--wight_text, rgba(255, 255, 255, 0.8));
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}
.hfolz {
  width: 100%;
  height: 146px;
  padding: 16px 12px;
  border-radius: 8px;
  border: 1px solid rgba(124, 124, 124, 0.4);
  background: #304e49;
  resize: none;
}
.hfolz::-webkit-input-placeholder {
  color: var(--wight_text, rgba(255, 255, 255, 0.8));
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}
.hfolz::-moz-placeholder {
  color: var(--wight_text, rgba(255, 255, 255, 0.8));
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}
.hfolz:-ms-input-placeholder {
  color: var(--wight_text, rgba(255, 255, 255, 0.8));
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}
.hfolz::-ms-input-placeholder {
  color: var(--wight_text, rgba(255, 255, 255, 0.8));
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}
.hfolz::placeholder {
  color: var(--wight_text, rgba(255, 255, 255, 0.8));
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}
.qlfda {
  width: 100%;
  height: 146px;
  padding: 16px 12px;
  border-radius: 8px;
  border: 1px solid rgba(124, 124, 124, 0.4);
  background: #304e49;
  resize: none;
}
.qlfda::-webkit-input-placeholder {
  color: var(--wight_text, rgba(255, 255, 255, 0.8));
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}
.qlfda::-moz-placeholder {
  color: var(--wight_text, rgba(255, 255, 255, 0.8));
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}
.qlfda:-ms-input-placeholder {
  color: var(--wight_text, rgba(255, 255, 255, 0.8));
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}
.qlfda::-ms-input-placeholder {
  color: var(--wight_text, rgba(255, 255, 255, 0.8));
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}
.qlfda::placeholder {
  color: var(--wight_text, rgba(255, 255, 255, 0.8));
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}
.yjoti {
  margin-top: 16px;
  width: 343px;
  border: none;
  padding: 16px 32px;
  border-radius: 32px;
  background: #e3f488;
  color: var(--green_text, #1c3f3a);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (min-width: 1024px) {
  .yjoti {
    width: 167px;
  }
}
.yjoti:hover {
  background: #232323;
  color: #fff;
}

.ebwto {
  padding-inline: 16px;
  padding-block: 60px;
  background: var(--bg, #f1f5dc);
}
@media (min-width: 768px) {
  .ebwto {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .ebwto {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .ebwto {
    padding-inline: 0;
  }
}
.mdkst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
@media (min-width: 1024px) {
  .mdkst {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 60px;
  }
}
.vbmtx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media (min-width: 1024px) {
  .vbmtx {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 74px;
  }
}
.vbmtx a {
  color: var(--green_text, #1c3f3a);
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 157.143% */
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
@media (min-width: 1024px) {
  .vbmtx a {
    font-size: 16px;
  }
}
.vbmtx a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.dyzak {
  color: var(--green_text, #1c3f3a);
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}
@media (min-width: 1024px) {
  .dyzak {
    margin: 0 auto;
    font-size: 16px;
  }
}

.xxqsy {
  padding-inline: 16px;
  padding-block: 40px;
  background: var(--bg, #f1f5dc);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
}
@media (min-width: 768px) {
  .xxqsy {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .xxqsy {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .xxqsy {
    padding-inline: 0;
  }
}
@media (min-width: 1440px) {
  .xxqsy {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.yerht {
  max-width: 750px;
  color: var(--green_text, #1c3f3a);
  text-align: center;
  /* Mob T2 */
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 157.143% */
}
@media (min-width: 1024px) {
  .yerht {
    text-align: center;
    font-size: 24px;
  }
}
.wvoqu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.phpgv {
  width: 343px;
  height: 55px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.dtnis {
  color: #fff;
  border: none;
  border-radius: 32px;
  background: #29a768;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.dtnis:hover {
  background-color: #0c5a2e;
}

.vnncj {
  color: #000;
  border: none;
  border-radius: 32px;
  border: 1px solid #000;
  background-color: transparent;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.vnncj:hover {
  background-color: #8c2f1a;
}

.dcfeq {
  pointer-events: none;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}

#dcfeq {
  pointer-events: none;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}

.xfncx {
  padding-inline: 16px;
  margin-top: 114px;
  margin-bottom: 60px;
  color: var(--gray, #7c7c7c);
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
  text-align: left;
}
@media (min-width: 768px) {
  .xfncx {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .xfncx {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .xfncx {
    padding-inline: 0;
  }
}
@media (min-width: 1024px) {
  .xfncx {
    font-size: 16px;
  }
}

.idjnv {
  color: var(--green_text, #1c3f3a);
  font-family: "Manrope", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (min-width: 1024px) {
  .idjnv {
    font-size: 42px;
  }
}
.eiemn {
  margin-top: 16px;
}
@media (min-width: 1024px) {
  .eiemn {
    margin-top: 24px;
  }
}
.nsyuv {
  margin-top: 16px;
}

.qgvps {
  padding-top: 32px;
  text-align: left;
}
.puafw {
  color: var(--green_text, #1c3f3a);
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 155.556% */
  text-transform: capitalize;
}
@media (min-width: 1024px) {
  .puafw {
    font-size: 32px;
  }
}
.lvyog {
  margin-top: 16px;
}
.awzyz {
  color: #000;
}
.sjnmb {
  list-style-type: disc;
  margin-left: 20px;
}
@media (min-width: 1024px) {
  .sjnmb {
    margin-left: 35px;
  }
}
.napcx {
  color: #000;
  text-decoration: none;
}
.iziee {
  margin-top: 8px;
}
.fgzzh {
  text-decoration: none;
  color: inherit;
}

.wquek {
  list-style: disc;
  margin-left: 10px;
}

.hbszl {
  max-width: 1016px;
  margin: 0 auto;
}

.ugkvi {
  padding: 0;
}

.rhvzr {
  margin: 0;
}

.idvji {
  margin-top: 16px;
}

strong {
  font-weight: 700;
}