* {
  padding: 0;
  margin: 0;
  border: 0;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: Montserrat, sans-serif;
}
input,
button,
textarea {
  font-family: Montserrat, sans-serif;
}
html,
body {
  height: 100%;
  font-size: 20px;
  font-weight: 400;
  color: #000;
}
#root {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.main {
  flex: 1 1 auto;
}
.container {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.loader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #252c3380;
}
main {
  height: 100%;
  padding: 50px 0;
}
.logo {
  display: flex;
  align-items: center;
  gap: 10px;
}
.logo img {
  width: 26px;
  height: 26px;
}
.logo span {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
.button {
  position: relative;
  max-width: 370px;
  width: 100%;
}
.button a,
.button button {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  color: #fff;
  background: linear-gradient(180deg, #5dd069, #18b130);
  font-size: 20px;
  line-height: normal;
  border-radius: 68px;
  transition: all 0.3s ease;
  overflow: hidden;
  border: 2px solid transparent;
  width: 100%;
}
.button a:before,
.button button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  padding: 2px;
  background: linear-gradient(120deg, transparent, #fff, transparent);
  background-size: 200% 200%;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 2;
  pointer-events: none;
  animation: border-snake 2s linear infinite;
}
.register-form {
  max-width: 420px;
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  margin: 0 auto;
  background: transparent;
}
.form-input-main {
  padding-bottom: 14px;
}
.form-input-main input,
.form-input-main select {
  height: 44px;
  max-width: 420px;
  width: 100%;
  padding-left: 10px;
  background: #fff;
  border-radius: 8px;
  color: #044c44;
  font-weight: 400;
  font-size: 18px;
  font-family: Montserrat, sans-serif !important;
}
.form-input-main select {
  margin: 0;
  width: 100%;
  border: 3px solid #5dd069;
}
.form-input-main input::-moz-placeholder,
.form-input-main select::-moz-placeholder {
  color: #007f68;
}
.form-input-main input::placeholder,
.form-input-main select::placeholder {
  color: #007f68;
}
button[name="submitBtn"] {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  color: #fff;
  background: linear-gradient(180deg, #5dd069, #18b130);
  font-size: 20px;
  line-height: normal;
  border-radius: 68px;
  transition: all 0.3s ease;
  overflow: hidden;
  border: 2px solid transparent;
  max-width: 420px;
  width: 100%;
  margin: 0 auto;
  font-family: Montserrat, sans-serif !important;
}
button[name="submitBtn"]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  padding: 2px;
  background: linear-gradient(120deg, transparent, #fff, transparent);
  background-size: 200% 200%;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 2;
  pointer-events: none;
  animation: border-snake 2s linear infinite;
}
@keyframes border-snake {
  0% {
    background-position: 200% 0;
  }
  to {
    background-position: -200% 0;
  }
}
.form-header-text,
.form-footer-text {
  color: #fff;
  font-size: 14px;
  text-align: center;
}
.form-header-text {
  margin-bottom: 20px;
}
.form-footer-text {
  margin-top: 20px;
}
.form-input-main label {
  display: flex;
  align-items: flex-start;
  flex-direction: column-reverse;
  gap: 10px;
  font-size: 16px;
  line-height: 100%;
  color: #fff;
}
.form-input-main label.checkbox--row {
  flex-direction: row;
}
.form-input-main label.checkbox--row span.checkbox--span {
  width: 100%;
  text-align: left;
}
.form-input-main label input[type="checkbox"] {
  width: 25px;
  height: 25px;
  padding: 0;
  margin: 0;
  flex-grow: 0;
  flex-shrink: 0;
}
.iti--allow-dropdown input,
.iti--allow-dropdown input[type="tel"],
.iti--allow-dropdown input[type="text"],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type="tel"],
.iti--separate-dial-code input[type="text"] {
  width: 100%;
}
.iti__selected-dial-code,
.iti__arrow {
  color: #044c44 !important;
  border-top-color: #044c44 !important;
}
.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #044c44 !important;
}
.iti {
  width: 100% !important;
}
.iti__country,
.form-input option {
  color: #044c44 !important;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
@media screen and (max-width: 768px) {
  button[name="submitBtn"] {
    width: 100%;
  }
}

.modal_phone {
  opacity: 1;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 99999;
  display: none;
  outline: 0;
  padding-right: 15px;
  justify-content: center;
  align-items: center;
  background-color: #0006;
  overflow-x: hidden;
  overflow-y: auto;
  color: #000;
}
.modal_phone.open_phone {
  display: flex;
}
.modal-open_phone {
  overflow: hidden;
}
.modal-dialog_phone {
  position: relative;
  width: 100%;
  max-width: 32rem;
  padding: 1rem;
  box-sizing: border-box;
}
.modal-content_phone {
  display: flex;
  flex-direction: column;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-header_phone {
  display: flex;
  align-items: center;
  padding: 1rem;
}
.modal-header_phone {
  justify-content: space-between;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-body_phone {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-title_phone {
  font-size: 1.25rem;
  font-weight: 600;
}
.close-button_phone {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  opacity: 0.5;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}
.loader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #252c3380;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.loader-element {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #00faaa;
  animation: 2s linear infinite spin;
}
.loader-element:before {
  position: absolute;
  content: "";
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #f70044;
  animation: 3s linear infinite spin;
}
.loader-element:after {
  position: absolute;
  content: "";
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #00faaa;
  animation: 1.5s linear infinite spin;
}
@keyframes spin {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.registerModal {
  display: none;
  color: #fff;
  flex-direction: column;
  gap: 20px;
}
.registerModal.active {
  display: flex;
}
.registerModal-text {
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.2px;
  text-align: center;
}
.registerModal-code {
  max-width: 420px;
  width: 100%;
  color: #007f68;
  background: #fff;
  border: 3px solid #5dd069;
  border-radius: 8px;
  height: 44px;
  padding-left: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.registerModal-subtext {
  font-size: 18px;
  font-weight: 500;
  line-height: 136%;
}
.modal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: grid;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  padding: 40px 20px;
  overflow-y: scroll;
  background: #0006;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.modal-overlay.active {
  opacity: 1;
  visibility: visible;
}
.promoModal {
  background: url("../img/bg-modal-DwnM2Aro.webp") no-repeat center/cover;
  max-width: 470px;
  margin: 0;
  border-radius: 12px;
  border: 3px solid rgba(52, 226, 210, 0.8);
  transform: scale(0.6);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.promoModal.active {
  transform: scale(1);
  opacity: 1;
}
.promoModal .container {
  padding: 30px 20px;
}

.promoModal .container .block {
  display: none;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.promoModal .container .block.active {
  display: flex;
}
.promoModal-title {
  background: linear-gradient(180deg, #5dd069, #18b130);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.32px;
  margin-bottom: -16px;
}
@media (min-width: 768px) {
  .promoModal-title {
    font-size: 40px;
    letter-spacing: -0.4px;
    text-transform: uppercase;
    text-align: center;
  }
}
.promoModal-text {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.2px;
  text-align: center;
}
.promoModal-list {
  background: #fff;
  padding: 20px 42px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.promoModal-list li {
  list-style-type: disc;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 136%;
}
.promoModal-list li::marker {
  color: #5dd069;
}
.promoModal-subtext {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 136%;
  text-align: center;
}
.promoModal-open {
  width: 100%;
}
.intro .container .intro-general {
  border-radius: 12px;
  overflow: hidden;
}
.intro .container .intro-general__head {
  background: linear-gradient(180deg, #007f68, #044c44);
  padding: 16px 24px;
}
.intro .container .intro-general__content {
  background: url("../img/bg-block-Ymfuw9Vr.webp") no-repeat center/cover;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.intro .container .intro-general__content-description {
  max-width: 533px;
  width: 100%;
}
.intro .container .intro-general__content-description__title {
  margin-bottom: 16px;
}
.intro .container .intro-general__content-description__title-subtitle {
  font-size: 28px;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.28px;
}
@media (min-width: 920px) {
  .intro .container .intro-general__content-description__title-subtitle {
    font-size: 48px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.48px;
  }
}
@media (min-width: 920px) {
  .intro .container .intro-general__content-description-majortext {
    max-width: 450px;
    width: 100%;
  }
}
.intro .container .intro-general__content-promo {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 470px;
  width: 100%;
}
.intro .container .intro-general__content-promo__block {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 28px 20px;
  border-radius: 12px;
  border: 3px solid rgba(52, 226, 210, 0.8);
  background: url("../img/bg-modal-DwnM2Aro.webp") no-repeat center/cover;
}
.intro .container .intro-general__content-promo__block-title {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.2px;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 920px) {
  .intro .container .intro-general__content-promo__block-title {
    font-size: 28px;
    text-transform: uppercase;
  }
}
.intro .container .intro-general__content-promo__block-randomize {
  border-radius: 8px;
  background: #336365;
  text-align: center;
  padding: 8px 0;
  margin-bottom: 20px;
  height: 53px;
  width: 100%;
}
.intro .container .intro-general__content-promo__block-randomize span {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: 7px;
  opacity: 0.4;
}
.intro .container .intro-general__content-promo__block-open a,
.intro .container .intro-general__content-promo__block-open button {
  font-size: 18px;
  font-weight: 600;
  line-height: 136%;
  width: 100%;
}
@media (min-width: 920px) {
  .intro .container .intro-general__content-promo {
    flex-direction: column-reverse;
    gap: 20px;
  }
}
@media (min-width: 920px) {
  .intro .container .intro-general__content {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 80px 92px;
  }
}
.about .container {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}
@media (min-width: 860px) {
  .about .container {
    align-items: start;
    padding: 0 92px;
  }
}
.about-title {
  color: #007f68;
}
.about-context {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 120px;
  column-gap: 120px;
}
@media (min-width: 960px) {
  .about-context {
    flex-direction: row;
  }
  .about-context__text {
    flex: 1 1 320px;
    max-width: 470px;
    width: 100%;
  }
  .about-context__img {
    max-width: 570px;
    width: 100%;
    flex: 1 1 320px;
  }
}
.lazy-load-image-background.blur {
  filter: blur(15px);
}
.lazy-load-image-background.blur.lazy-load-image-loaded {
  filter: blur(0);
  transition: filter 0.3s;
}
.lazy-load-image-background.blur > img {
  opacity: 0;
}
.lazy-load-image-background.blur.lazy-load-image-loaded > img {
  opacity: 1;
  transition: opacity 0.3s;
}
.lazy-image-wrapper {
  display: block !important;
}
.safety {
  background: var(
    --grad-dark,
    linear-gradient(180deg, #007f68 0%, #044c44 100%)
  );
  color: #fff;
  padding: 48px 0;
}
@media (min-width: 768px) {
  .safety {
    padding: 68px 0;
  }
}
.safety .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
@media (min-width: 820px) {
  .safety .container {
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    padding: 0 92px;
  }
}
.safety-description {
  max-width: 570px;
  width: 100%;
}
@media (min-width: 768px) {
  .safety-description {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
.safety-description__title {
  margin-bottom: 32px;
}
.safety-img {
  max-width: 470px;
  width: 100%;
}
.benefits {
  padding: 0 16px;
}
.benefits .container {
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  gap: 48px;
  background: url("../img/bg-block-Ymfuw9Vr.webp") no-repeat center/cover;
  border-radius: 12px;
}
@media (min-width: 845px) {
  .benefits .container {
    padding-top: 68px;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    max-width: 1160px;
    width: 100%;
  }
}
.benefits-about {
  padding: 48px 20px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 470px;
  width: 100%;
}
@media (min-width: 845px) {
  .benefits-about {
    padding: 0 0 68px 98px;
    flex: 1 1 350px;
  }
}
.benefits-about__text {
  margin-bottom: 0 !important;
}
.benefits-about__accent {
  color: #007f68;
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.2px;
}
.benefits-img {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  max-width: 550px;
  width: 100%;
  min-height: 480px;
  border-radius: 1000px 0 20px;
  background: var(
    --grad-dark,
    linear-gradient(180deg, #007f68 0%, #044c44 100%)
  );
}
.benefits-img img {
  width: 98%;
}
@media (min-width: 845px) {
  .benefits-img {
    flex: 1 1 350px;
    min-height: 725px;
    height: 100%;
  }
  .benefits-img img {
    width: 95%;
    max-width: 510px;
  }
}
.footer {
  padding: 48px 0;
  background: #31383e;
  color: #fff;
}
.footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.footer__inner h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.2px;
}
.footer__inner span {
  font-size: 16px;
  font-weight: 500;
  line-height: 136%;
}
@media (min-width: 768px) {
  .footer {
    padding: 68px 0;
  }
  .footer__inner h2 {
    font-size: 24px;
    letter-spacing: -0.24px;
  }
  .footer__inner span {
    font-size: 18px;
  }
}
* {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-tap-highlight-color: transparent;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
:focus,
:active {
  outline: none;
}
a:focus,
a:active {
  outline: none;
}
nav,
footer,
header,
aside {
  display: block;
}
html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
input,
button,
textarea {
  font-family: inherit;
}
input::-ms-clear {
  display: none;
}
button {
  cursor: pointer;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
a,
a:visited,
a:hover {
  text-decoration: none;
}
ul li {
  list-style: none;
}
img {
  vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 700;
}
a {
  color: inherit;
}
body {
  color: #31383e;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}
p {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}
.container {
  max-width: 1344px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
img {
  display: block;
  width: 100%;
}
.wrapper {
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
}
.main {
  flex: 1 1 auto;
  position: relative;
}
body.hidden {
  overflow: hidden;
}
.title {
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
}
@media (min-width: 768px) {
  .title {
    font-size: 48px;
    letter-spacing: -0.48px;
  }
}
.text {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 136%;
}
@media (min-width: 768px) {
  .text {
    font-size: 18px;
  }
}
.subtext {
  font-size: 14px;
}
@media (min-width: 768px) {
  .subtext {
    font-size: 18px;
  }
}
.majortext {
  font-size: 18px;
  font-weight: 600;
  line-height: 130%;
}
@media (min-width: 768px) {
  .majortext {
    font-size: 24px;
    letter-spacing: -0.24px;
  }
}
section {
  margin-bottom: 88px;
}
@media (min-width: 768px) {
  section {
    margin-bottom: 120px;
  }
}
.policy__title,
.policy__text {
  max-width: 100%;
}
.policy__title {
  font-size: 24px;
  margin-bottom: 20px;
}
.policy__text {
  margin-bottom: 20px;
}
h1 {
  font-size: 48px;
  line-height: 120%;
  letter-spacing: -0.48px;
  color: #007f68;
}
@media (min-width: 768px) {
  h1 {
    font-size: 60px;
    letter-spacing: -0.6px;
  }
}

/* General styling for the container */
.registerModal {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  background-color: #e5ddd5; /* WhatsApp background color */
  padding: 20px;
  border-radius: 8px;
  max-width: 400px;
  margin: 40px auto;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  color: #000;
  text-align: center;
}

.registerModal-text {
  font-size: 16px;
  margin-bottom: 10px;
}

.registerModal-code {
  background-color: #dcf8c6; /* Light green bubble */
  display: inline-block;
  padding: 10px 20px;
  border-radius: 20px;
  margin-bottom: 15px;
  border: 1px solid #b3d9a5;
}

.js-promo-code {
  font-size: 24px;
  font-weight: bold;
  color: #075e54; /* WhatsApp dark green */
}

.registerModal-subtext {
  font-size: 14px;
  color: #555;
  margin-bottom: 20px;
}

/* Form styling */
.whatsapp-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.form_field {
  width: 100%;
}

.input-wrapper {
  position: relative;
  width: 100%;
}

.icon {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
}

.form_field input {
  width: 100%;
  padding: 12px 12px 12px 45px; /* Adjust padding for icon */
  border: 1px solid #ccc;
  border-radius: 25px; /* Rounded inputs */
  background-color: #fff;
  font-size: 16px;
  box-sizing: border-box;
  transition: border-color 0.3s, box-shadow 0.3s;
}

.form_field input:focus {
  outline: none;
  border-color: #25d366; /* WhatsApp green on focus */
  box-shadow: 0 0 5px rgba(37, 211, 102, 0.5);
}

.submit-button {
  background-color: #25d366; /* WhatsApp green */
  color: white;
  padding: 12px;
  border: none;
  border-radius: 25px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: background-color 0.3s;
  margin-top: 10px;
}

.submit-button:hover {
  background-color: #128c7e; /* Darker WhatsApp green on hover */
}