@import 'https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&amp;family=Montserrat:wght@700&amp;family=Poppins:wght@300;400;500;700&amp;display=swap';
.mb-0 {
  margin-bottom: 0 !important;
}

.pb-0 {
  padding-bottom: 0;
}

.pt-0 {
  padding-top: 0;
}

.mb-1 {
  margin-bottom: 0.5rem !important;
}

.pb-1 {
  padding-bottom: 0.5rem;
}

.pt-1 {
  padding-top: 0.5rem;
}

.mb-2 {
  margin-bottom: 1rem !important;
}

.pb-2 {
  padding-bottom: 1rem;
}

.pt-2 {
  padding-top: 1rem;
}

.mb-3 {
  margin-bottom: 1.5rem !important;
}

.pb-3 {
  padding-bottom: 1.5rem;
}

.pt-3 {
  padding-top: 1.5rem;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.pb-4 {
  padding-bottom: 2rem;
}

.pt-4 {
  padding-top: 2rem;
}

.mb-5 {
  margin-bottom: 2.5rem !important;
}

.pb-5 {
  padding-bottom: 2.5rem;
}

.pt-5 {
  padding-top: 2.5rem;
}

.mb-6 {
  margin-bottom: 3rem !important;
}

.pb-6 {
  padding-bottom: 3rem;
}

.pt-6 {
  padding-top: 3rem;
}

.mb-7 {
  margin-bottom: 3.5rem !important;
}

.pb-7 {
  padding-bottom: 3.5rem;
}

.pt-7 {
  padding-top: 3.5rem;
}

.mb-8 {
  margin-bottom: 4rem !important;
}

.pb-8 {
  padding-bottom: 4rem;
}

.pt-8 {
  padding-top: 4rem;
}

.mb-9 {
  margin-bottom: 4.5rem !important;
}

.pb-9 {
  padding-bottom: 4.5rem;
}

.pt-9 {
  padding-top: 4.5rem;
}

.mb-10 {
  margin-bottom: 5rem !important;
}

.pb-10 {
  padding-bottom: 5rem;
}

.pt-10 {
  padding-top: 5rem;
}

.mb-25 {
  margin-bottom: 25% !important;
}

.pb-25 {
  padding-bottom: 25%;
}

.pt-25 {
  padding-top: 25%;
}

.mb-50 {
  margin-bottom: 50% !important;
}

.pb-50 {
  padding-bottom: 50%;
}

.pt-50 {
  padding-top: 50%;
}

.mb-100 {
  margin-bottom: 100% !important;
}

.pb-100 {
  padding-bottom: 100%;
}

.pt-100 {
  padding-top: 100%;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

/* ========== GRID ========== */
@media (max-width: 480px) {
  :root {
    --media-breakdown: 480 * 100vw;
  }
}
@media (min-width: 480px) {
  :root {
    --media-breakdown: 568 * 100vw;
  }
}
@media (min-width: 568px) {
  :root {
    --media-breakdown: 768 * 100vw;
  }
}
@media (min-width: 768px) {
  :root {
    --media-breakdown: 992 * 100vw;
  }
}
@media (min-width: 992px) {
  :root {
    --media-breakdown: 1200 * 100vw;
  }
}
@media (min-width: 1200px) {
  :root {
    --media-breakdown: 1580 * 100vw;
  }
}
@media (min-width: 1580px) {
  :root {
    --media-breakdown: 1920 * 100vw;
  }
}
.row {
  display: flex;
  flex-flow: row wrap;
  margin-right: calc(-15 / var(--media-breakdown));
  margin-left: calc(-15 / var(--media-breakdown));
}

[class^=col-],
[class*=" col-"] {
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: calc(15 / var(--media-breakdown));
  padding-left: calc(15 / var(--media-breakdown));
}

@media (min-width: 320px) {
  .col-xxs-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
}

@media (min-width: 320px) {
  .col-xxs-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}

@media (min-width: 320px) {
  .col-xxs-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 320px) {
  .col-xxs-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media (min-width: 320px) {
  .col-xxs-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}

@media (min-width: 320px) {
  .col-xxs-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 320px) {
  .col-xxs-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
}

@media (min-width: 320px) {
  .col-xxs-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}

@media (min-width: 320px) {
  .col-xxs-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (min-width: 320px) {
  .col-xxs-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
}

@media (min-width: 320px) {
  .col-xxs-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
}

@media (min-width: 320px) {
  .col-xxs-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 480px) {
  .col-xs-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
}

@media (min-width: 480px) {
  .col-xs-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}

@media (min-width: 480px) {
  .col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 480px) {
  .col-xs-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media (min-width: 480px) {
  .col-xs-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}

@media (min-width: 480px) {
  .col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 480px) {
  .col-xs-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
}

@media (min-width: 480px) {
  .col-xs-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}

@media (min-width: 480px) {
  .col-xs-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (min-width: 480px) {
  .col-xs-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
}

@media (min-width: 480px) {
  .col-xs-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
}

@media (min-width: 480px) {
  .col-xs-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
}

@media (min-width: 768px) {
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}

@media (min-width: 768px) {
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 768px) {
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media (min-width: 768px) {
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}

@media (min-width: 768px) {
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 768px) {
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
}

@media (min-width: 768px) {
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}

@media (min-width: 768px) {
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (min-width: 768px) {
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
}

@media (min-width: 768px) {
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
}

@media (min-width: 768px) {
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
}

@media (min-width: 992px) {
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}

@media (min-width: 992px) {
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 992px) {
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media (min-width: 992px) {
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}

@media (min-width: 992px) {
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
}

@media (min-width: 992px) {
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}

@media (min-width: 992px) {
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (min-width: 992px) {
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
}

@media (min-width: 992px) {
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
}

@media (min-width: 992px) {
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1280px) {
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
}

@media (min-width: 1280px) {
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}

@media (min-width: 1280px) {
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 1280px) {
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media (min-width: 1280px) {
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}

@media (min-width: 1280px) {
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 1280px) {
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
}

@media (min-width: 1280px) {
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}

@media (min-width: 1280px) {
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (min-width: 1280px) {
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
}

@media (min-width: 1280px) {
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
}

@media (min-width: 1280px) {
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1440px) {
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
}

@media (min-width: 1440px) {
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}

@media (min-width: 1440px) {
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 1440px) {
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media (min-width: 1440px) {
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}

@media (min-width: 1440px) {
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 1440px) {
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
}

@media (min-width: 1440px) {
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}

@media (min-width: 1440px) {
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (min-width: 1440px) {
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
}

@media (min-width: 1440px) {
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
}

@media (min-width: 1440px) {
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1560px) {
  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
}

@media (min-width: 1560px) {
  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}

@media (min-width: 1560px) {
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 1560px) {
  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media (min-width: 1560px) {
  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}

@media (min-width: 1560px) {
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 1560px) {
  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
}

@media (min-width: 1560px) {
  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}

@media (min-width: 1560px) {
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (min-width: 1560px) {
  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
}

@media (min-width: 1560px) {
  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
}

@media (min-width: 1560px) {
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.d-flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-column {
  flex-direction: column;
}

.align-items-center {
  align-items: center;
}

.align-items-start {
  align-items: flex-start;
}

.align-items-end {
  align-items: flex-end;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-end {
  justify-content: flex-end;
}

.justify-content-start {
  justify-content: flex-start;
}

.justify-content-between {
  justify-content: space-between;
}

html {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

*,
*::after,
*::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

main,
header,
footer {
  display: block;
}

hr {
  overflow: visible;
  height: 0;
}

ul {
  list-style: none;
}

a {
  display: inline-block;
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
}

b,
strong {
  font-weight: 700;
}

code,
kbd,
samp {
  font-family: monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

img {
  border-style: none;
  max-width: 100%;
  object-fit: cover;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

legend {
  display: table;
  max-width: 100%;
  white-space: normal;
  color: inherit;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

[hidden] {
  display: none;
}

@font-face {
  src: url("../fonts/FuturaPT-Heavy.woff") format("woff"), url("../fonts/FuturaPT-Heavy.woff2") format("woff2");
  font-family: "Futura PT";
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url("../fonts/FuturaPT-ExtraBold.woff") format("woff"), url("../fonts/FuturaPT-ExtraBold.woff2") format("woff2");
  font-family: "Futura PT";
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url("../fonts/FuturaPT-Bold.woff") format("woff"), url("../fonts/FuturaPT-Bold.woff2") format("woff2");
  font-family: "Futura PT";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url("../fonts/FuturaPT-Demi.woff") format("woff"), url("../fonts/FuturaPT-Demi.woff2") format("woff2");
  font-family: "Futura PT";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url("../fonts/FuturaPT-Medium.woff") format("woff"), url("../fonts/FuturaPT-Medium.woff2") format("woff2");
  font-family: "Futura PT";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url("../fonts/FuturaPT-Book.woff") format("woff"), url("../fonts/FuturaPT-Book.woff2") format("woff2");
  font-family: "Futura PT";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url("../fonts/FuturaPT-Light.woff") format("woff"), url("../fonts/FuturaPT-Light.woff2") format("woff2");
  font-family: "Futura PT";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.woff2") format("woff2");
  font-family: "icomoon";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
[class^=icon-],
[class*=" icon-"] {
  display: inline-flex;
  align-items: center;
  font-family: inherit;
}
[class^=icon-]::before,
[class*=" icon-"]::before {
  font-family: "icomoon" !important;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  speak: never;
}

.icon-copy::before {
  content: "\e90c";
}

.icon-discord::before {
  content: "\e903";
}

.icon-instagram::before {
  content: "\e90e";
}

.icon-tiktok::before {
  content: "\e90f";
}

.icon-location::before {
  content: "\e909";
}

.icon-pinterest::before {
  content: "\e904";
}

.icon-viber::before {
  content: "\e90a";
}

.icon-youtube::before {
  content: "\e90b";
}

.icon-facebook::before {
  content: "\e905";
}

.icon-linkedin::before {
  content: "\e906";
}

.icon-arrow-down::before {
  content: "\e900";
}

.icon-mail::before {
  content: "\e914";
}

.icon-person::before {
  content: "\e917";
}

.icon-phone::before {
  content: "\e918";
}

.icon-telegram::before {
  content: "\e91c";
}

.icon-twitter::before {
  content: "\e91d";
}

.icon-whatsapp::before {
  content: "\e902";
}

.icon-google::before {
  content: "\e907";
}

.icon-skype::before {
  content: "\e908";
}

.icon-search::before {
  content: "\e901";
}

.icon-eye::before {
  content: url("../img/icons/eye.svg");
}

.soc {
  display: flex;
  flex-wrap: wrap;
  margin: calc(-2 / var(--media-breakdown));
}
.soc > li {
  margin: calc(2 / var(--media-breakdown));
}
.soc > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: calc(7 / var(--media-breakdown));
  width: 2.8125rem;
  height: 2.375rem;
  font-size: 1.125rem;
  color: #000;
  transition: all 0.35s ease;
}
@media (any-hover: hover) {
  .soc > li > a:hover {
    background-color: #178038;
    color: #fff;
  }
}
.soc > li > a:focus, .soc > li > a:active {
  background-color: #178038;
  color: #fff;
}

.toggle {
  overflow: hidden;
  text-align: left;
}
.toggle._active .toggle__btn {
  background: linear-gradient(180deg, #178038 0%, #27ab5c 100%);
  color: #fff;
}
.toggle._active .toggle__plus {
  background: #fff;
}
.toggle._active .toggle__plus::after {
  border-color: #178038;
  transform: translate(-50%, -50%) rotate(-135deg);
}
.toggle._active .toggle__content {
  padding: 1.5rem 0;
}
.toggle__content {
  box-sizing: content-box;
  overflow: hidden;
  max-height: 0;
  padding: 0;
  transition: all 0.35s ease;
}
.toggle__content > *:not(:last-child) {
  margin-bottom: calc(20 / var(--media-breakdown));
}
.toggle__btn {
  position: relative;
  outline: none;
  border: 0.0625rem solid #178038;
  border-radius: 0.375rem;
  width: 100%;
  padding: 1.3125rem 5.625rem 1.3125rem 1.5rem;
  background: none;
  font-size: 1.1875rem;
  font-weight: 500;
  line-height: 1.25;
  text-align: left;
  cursor: pointer;
  user-select: none;
  transition: all 0.35s ease;
}
@media (max-width: 991px) {
  .toggle__btn {
    padding: 0.875rem 4.5rem 0.875rem 1.5rem;
  }
}
@media (any-hover: hover) {
  .toggle__btn:hover {
    color: #178038;
  }
}
.toggle__btn:focus, .toggle__btn:active {
  color: #178038;
}
.toggle__plus {
  position: absolute;
  right: 0;
  top: 0;
  outline: 0.0625rem solid #178038;
  border-radius: 0.375rem;
  width: 4.25rem;
  height: 100%;
  background: linear-gradient(180deg, #178038 0%, #27ab5c 100%);
}
@media (max-width: 991px) {
  .toggle__plus {
    width: 3.75rem;
  }
}
.toggle__plus::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border: solid #fff;
  border-width: 0 calc(3 / var(--media-breakdown)) calc(3 / var(--media-breakdown)) 0;
  padding: calc(4 / var(--media-breakdown));
  transform: translate(-50%, -50%) rotate(45deg);
  transition: all 0.35s ease;
}

.tabs {
  position: relative;
}
.tabs__line {
  position: absolute;
  left: 0;
  top: 0;
  height: 3px;
  background-color: #178038;
  transition: all 0.35s ease;
}
.tabs__nav {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 0.9375rem;
}
@media (max-width: 991px) {
  .tabs__nav {
    padding-bottom: 0.25rem;
  }
}
@media (min-width: 1280px) {
  .tabs__nav {
    justify-content: center;
  }
}
.tabs__nav > li > button {
  position: relative;
  z-index: 0;
  display: inline-block;
  outline: none;
  border: calc(1 / var(--media-breakdown)) solid #000;
  border-radius: 0.5rem;
  width: 100%;
  padding: 1.0625rem 1.75rem;
  background-color: #000;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
  text-align: center;
  color: #fff;
  cursor: pointer;
  transition: all 0.35s ease;
}
@media (max-width: 991px) {
  .tabs__nav > li > button {
    border-radius: 0.1875rem;
    padding: 0.625rem 1rem;
    font-size: 0.75rem;
    font-weight: 500;
  }
}
@media (any-hover: hover) {
  .tabs__nav > li > button:hover {
    border-color: #178038;
    background-color: #178038;
  }
}
.tabs__nav > li > button:focus, .tabs__nav > li > button:active, .tabs__nav > li > button._active {
  border-color: #178038;
  background-color: #178038;
}
.tabs__panel {
  display: none;
}
.tabs__panel._active {
  display: block;
}
.tabs__content {
  padding-top: calc(30 / var(--media-breakdown));
}

.radio {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 2.25rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  user-select: none;
  gap: 0.75rem;
}
.radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.radio input:checked ~ .radio__mark::after {
  transform: translate(-50%, -50%) scale(1);
}
.radio__mark {
  position: absolute;
  left: 0;
  top: 0.25rem;
  border: 0.0625rem solid #48bf53;
  border-radius: 50%;
  width: 1.125rem;
  height: 1.125rem;
  transition: all 0.35s ease;
}
.radio__mark::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #48bf53;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.35s ease;
}
.radio__logos {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.3125rem;
}

.checkbox {
  position: relative;
  display: block;
  padding-left: 2.25rem;
  font-weight: 300;
  cursor: pointer;
  user-select: none;
}
.checkbox input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  cursor: pointer;
}
.checkbox input:checked ~ .checkbox__mark::after {
  opacity: 1;
  visibility: visible;
  transform: rotate(45deg) scale(1);
}
.checkbox a {
  font-weight: 400;
  transition: color 0.35s;
}
@media (any-hover: hover) {
  .checkbox a:hover {
    color: #178038;
  }
}
.checkbox__mark {
  position: absolute;
  left: 0;
  top: 0;
  border: 0.0625rem solid #48bf53;
  border-radius: 0.3125rem;
  width: 1.375rem;
  height: 1.375rem;
  transition: all 0.35s ease;
}
.checkbox__mark::after {
  content: "";
  position: absolute;
  left: 0.4375rem;
  top: 0.125rem;
  border: solid #48bf53;
  border-width: 0 0.15rem 0.15rem 0;
  width: 0.4375rem;
  height: 0.75rem;
  opacity: 0;
  visibility: hidden;
  transform: rotate(90deg) scale(0);
  transition: all 0.35s ease;
}

.phone-input {
  position: relative;
}
.phone-input select {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.phone-input .iti {
  display: flex;
  width: 100%;
}
.phone-input .iti input {
  appearance: none;
  outline: none;
  border: calc(1 / var(--media-breakdown)) solid #f2f5f7;
  border-radius: 0 0.5rem 0.5rem 0;
  width: 100%;
  padding: 1.125rem 0.875rem !important;
  background-color: #f2f5f7;
  font-size: 1.125rem;
  line-height: 1;
  color: #000;
  resize: none;
  transition: all 0.35s ease;
}
@media (any-hover: hover) {
  .phone-input .iti input:hover {
    border-color: #178038;
  }
}
.phone-input .iti input:focus, .phone-input .iti input:active {
  border-color: #178038;
}
.phone-input .iti input::-webkit-search-decoration, .phone-input .iti input::-webkit-search-cancel-button, .phone-input .iti input::-webkit-search-results-button, .phone-input .iti input::-webkit-search-results-decoration {
  display: none;
}
.phone-input .iti input::placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.phone-input .iti__flag-container {
  position: static;
  flex: 0 0 calc(60 / var(--media-breakdown));
  margin: 0;
  padding: 0;
}
@media (any-hover: hover) {
  .phone-input .iti__flag-container:hover .iti__selected-flag {
    background-color: #f2f5f7;
  }
}
.phone-input .iti__flag {
  border-radius: 0.125rem;
  box-shadow: none;
}
.phone-input .iti__selected-flag {
  border: calc(1 / var(--media-breakdown)) solid #f2f5f7;
  border-radius: 0.5rem 0 0 0.5rem;
  padding: 1.125rem 0.5rem !important;
  background-color: #f2f5f7;
  transition: all 0.35s ease;
}
@media (any-hover: hover) {
  .phone-input .iti__selected-flag:hover {
    border-color: #178038;
    background-color: #f2f5f7;
  }
}
.phone-input .iti__selected-flag:focus, .phone-input .iti__selected-flag:active {
  border-color: #178038;
  background-color: #f2f5f7;
}
.phone-input .iti__country-list::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.5rem;
}
.phone-input .iti__country-list::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}
.phone-input .iti__country-list::-webkit-scrollbar-thumb {
  background-color: #178038;
}
.phone-input .iti__arrow {
  position: absolute;
  right: calc(8 / var(--media-breakdown));
  top: 50%;
  margin-left: 0;
  border: none;
  width: auto;
  height: auto;
  transform: translateY(-50%);
}
.phone-input .iti__arrow::after {
  content: "\e900";
  font-family: "icomoon";
  font-size: calc(12 / var(--media-breakdown));
}

/* ===============================
=            Choices            =
=============================== */
.choices {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  font-size: 16px;
}
.choices:focus {
  outline: none;
}
.choices:last-child {
  margin-bottom: 0;
}
.choices.is-open {
  overflow: visible;
}
.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
  background-color: #eaeaea;
  cursor: not-allowed;
  user-select: none;
}
.choices.is-disabled .choices__item {
  cursor: not-allowed;
}
.choices [hidden] {
  display: none !important;
}

.choices[data-type*=select-one] {
  cursor: pointer;
}
.choices[data-type*=select-one] .choices__inner {
  padding-bottom: 7.5px;
}
.choices[data-type*=select-one] .choices__input {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  margin: 0;
}
.choices[data-type*=select-one] .choices__button {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==");
  padding: 0;
  background-size: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  margin-right: 25px;
  height: 20px;
  width: 20px;
  border-radius: 10em;
  opacity: 0.25;
}
.choices[data-type*=select-one] .choices__button:hover, .choices[data-type*=select-one] .choices__button:focus {
  opacity: 1;
}
.choices[data-type*=select-one] .choices__button:focus {
  box-shadow: 0 0 0 2px #00bcd4;
}
.choices[data-type*=select-one] .choices__item[data-value=""] .choices__button {
  display: none;
}
.choices[data-type*=select-one]::after {
  content: "";
  height: 0;
  width: 0;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
  border-width: 5px;
  position: absolute;
  right: 11.5px;
  top: 50%;
  margin-top: -2.5px;
  pointer-events: none;
}
.choices[data-type*=select-one].is-open::after {
  border-color: transparent transparent #333 transparent;
  margin-top: -7.5px;
}
.choices[data-type*=select-one][dir=rtl]::after {
  left: 11.5px;
  right: auto;
}
.choices[data-type*=select-one][dir=rtl] .choices__button {
  right: auto;
  left: 0;
  margin-left: 25px;
  margin-right: 0;
}

.choices[data-type*=select-multiple] .choices__inner,
.choices[data-type*=text] .choices__inner {
  cursor: text;
}
.choices[data-type*=select-multiple] .choices__button,
.choices[data-type*=text] .choices__button {
  position: relative;
  display: inline-block;
  margin-top: 0;
  margin-right: -4px;
  margin-bottom: 0;
  margin-left: 8px;
  padding-left: 16px;
  border-left: 1px solid #008fa1;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==");
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: 0.75;
  border-radius: 0;
}
.choices[data-type*=select-multiple] .choices__button:hover, .choices[data-type*=select-multiple] .choices__button:focus,
.choices[data-type*=text] .choices__button:hover,
.choices[data-type*=text] .choices__button:focus {
  opacity: 1;
}

.choices__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: #f9f9f9;
  padding: 7.5px 7.5px 3.75px;
  border: 1px solid #ddd;
  border-radius: 2.5px;
  font-size: 14px;
  min-height: 44px;
  overflow: hidden;
}
.is-focused .choices__inner, .is-open .choices__inner {
  border-color: #b7b7b7;
}
.is-open .choices__inner {
  border-radius: 2.5px 2.5px 0 0;
}
.is-flipped.is-open .choices__inner {
  border-radius: 0 0 2.5px 2.5px;
}

.choices__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.choices__list--single {
  display: inline-block;
  padding: 4px 16px 4px 4px;
  width: 100%;
}
[dir=rtl] .choices__list--single {
  padding-right: 4px;
  padding-left: 16px;
}
.choices__list--single .choices__item {
  width: 100%;
}

.choices__list--multiple {
  display: inline;
}
.choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  margin-right: 3.75px;
  margin-bottom: 3.75px;
  background-color: #00bcd4;
  border: 1px solid #00a5bb;
  color: #fff;
  word-break: break-all;
  box-sizing: border-box;
}
.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px;
}
[dir=rtl] .choices__list--multiple .choices__item {
  margin-right: 0;
  margin-left: 3.75px;
}
.choices__list--multiple .choices__item.is-highlighted {
  background-color: #00a5bb;
  border: 1px solid #008fa1;
}
.is-disabled .choices__list--multiple .choices__item {
  background-color: #aaaaaa;
  border: 1px solid #919191;
}

.choices__list--dropdown, .choices__list[aria-expanded] {
  visibility: hidden;
  z-index: 1;
  position: absolute;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  top: 100%;
  margin-top: -1px;
  border-bottom-left-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  overflow: hidden;
  word-break: break-all;
  will-change: visibility;
}
.is-active.choices__list--dropdown, .is-active.choices__list[aria-expanded] {
  visibility: visible;
}
.is-open .choices__list--dropdown, .is-open .choices__list[aria-expanded] {
  border-color: #b7b7b7;
}
.is-flipped .choices__list--dropdown, .is-flipped .choices__list[aria-expanded] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px;
  border-radius: 0.25rem 0.25rem 0 0;
}
.choices__list--dropdown .choices__list, .choices__list[aria-expanded] .choices__list {
  position: relative;
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}
.choices__list--dropdown .choices__item, .choices__list[aria-expanded] .choices__item {
  position: relative;
  padding: 10px;
  font-size: 14px;
}
[dir=rtl] .choices__list--dropdown .choices__item, [dir=rtl] .choices__list[aria-expanded] .choices__item {
  text-align: right;
}
@media (min-width: 640px) {
  .choices__list--dropdown .choices__item--selectable, .choices__list[aria-expanded] .choices__item--selectable {
    padding-right: 100px;
  }
  .choices__list--dropdown .choices__item--selectable::after, .choices__list[aria-expanded] .choices__item--selectable::after {
    content: attr(data-select-text);
    font-size: 12px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  [dir=rtl] .choices__list--dropdown .choices__item--selectable, [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable {
    text-align: right;
    padding-left: 100px;
    padding-right: 10px;
  }
  [dir=rtl] .choices__list--dropdown .choices__item--selectable::after, [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable::after {
    right: auto;
    left: 10px;
  }
}
.choices__list--dropdown .choices__item--selectable.is-highlighted, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  background-color: #f2f2f2;
}
.choices__list--dropdown .choices__item--selectable.is-highlighted::after, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted::after {
  opacity: 0.5;
}

.choices__item {
  cursor: default;
}

.choices__item--selectable {
  cursor: pointer;
}

.choices__item--disabled {
  cursor: not-allowed;
  user-select: none;
  opacity: 0.5;
}

.choices__heading {
  font-weight: 600;
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid #f7f7f7;
  color: gray;
}

.choices__button {
  text-indent: -9999px;
  appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.choices__button:focus {
  outline: none;
}

.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #f9f9f9;
  font-size: 14px;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 4px 0 4px 2px;
}
.choices__input:focus {
  outline: 0;
}
.choices__input::-webkit-search-decoration, .choices__input::-webkit-search-cancel-button, .choices__input::-webkit-search-results-button, .choices__input::-webkit-search-results-decoration {
  display: none;
}
.choices__input::-ms-clear, .choices__input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
[dir=rtl] .choices__input {
  padding-right: 2px;
  padding-left: 0;
}

.choices__placeholder {
  opacity: 0.5;
}

/* =====  End of Choices  ====== */
@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;
  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;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

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

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

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

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  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));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.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-button-next,
.swiper-button-prev {
  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-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after,
.swiper-button-prev: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;
}

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

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

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

.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: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  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: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

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

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

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

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

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 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: 0.2s transform, 0.2s left;
}

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

.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-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

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

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

.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 > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

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

.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);
  }
}
.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-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  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-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  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;
}

.btn {
  display: inline-block;
  outline: none;
  border: calc(1 / var(--media-breakdown)) solid #178038;
  border-radius: 0.5rem;
  padding: 1.15625rem 1.75rem;
  background-color: #178038;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.27;
  white-space: nowrap;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  transition: all 0.35s ease;
}
@media (max-width: 991px) {
  .btn {
    border-radius: 0.3125rem;
    padding: 1.03125rem 1.5rem;
    font-size: 1rem;
  }
}
@media (any-hover: hover) {
  .btn:hover {
    background-color: transparent;
    color: #178038;
  }
}
.btn:focus, .btn:active {
  background-color: transparent;
  color: #178038;
}
.btn--outline {
  background-color: transparent;
  color: #000;
}
@media (any-hover: hover) {
  .btn--outline:hover {
    background-color: #178038;
    color: #fff;
  }
}
.btn--outline:focus, .btn--outline:active {
  background-color: #178038;
  color: #fff;
}
.btn--black {
  border-color: #000;
  padding: 1.15625rem 2.25rem;
  background-color: #000;
  font-weight: 700;
  color: #fff;
}
@media (any-hover: hover) {
  .btn--black:hover {
    background-color: transparent;
    color: #000 !important;
  }
}
.btn--black:focus, .btn--black:active {
  background-color: transparent;
  color: #000 !important;
}
.btn--icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
}

.input.input--sm input,
.input.input--sm textarea {
  padding: 0.75rem 1rem;
}
.input.input--white input,
.input.input--white textarea {
  background-color: #fff;
}
.input.input--toggle {
  position: relative;
}
.input.input--toggle input,
.input.input--toggle textarea {
  padding-right: 2.5rem;
}
.input__toggle {
  position: absolute;
  right: 0.75rem;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  width: 1.5rem;
  height: 1.5rem;
  background: none;
  font-size: 1.125rem;
  transform: translateY(-50%);
  cursor: pointer;
}
.input__toggle::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 0.0625rem;
  width: 94%;
  height: 0.125rem;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: all 0.15s;
}
.input__toggle::after {
  content: url("../img/icons/eye.svg");
  font-size: 0.5rem;
}
.input__toggle._show::before {
  opacity: 1;
  visibility: visible;
}
.input input,
.input textarea {
  appearance: none;
  outline: none;
  border: calc(1 / var(--media-breakdown)) solid #f2f5f7;
  border-radius: 0.5rem;
  width: 100%;
  padding: 1.125rem 0.875rem;
  background-color: #f2f5f7;
  font-size: 1.125rem;
  line-height: 1;
  color: #000;
  resize: none;
  transition: all 0.35s ease;
}
@media (any-hover: hover) {
  .input input:hover,
.input textarea:hover {
    border-color: #178038;
  }
}
.input input:focus, .input input:active,
.input textarea:focus,
.input textarea:active {
  border-color: #178038;
}
.input input::-webkit-search-decoration, .input input::-webkit-search-cancel-button, .input input::-webkit-search-results-button, .input input::-webkit-search-results-decoration,
.input textarea::-webkit-search-decoration,
.input textarea::-webkit-search-cancel-button,
.input textarea::-webkit-search-results-button,
.input textarea::-webkit-search-results-decoration {
  display: none;
}
.input input::placeholder,
.input textarea::placeholder {
  color: rgba(0, 0, 0, 0.7);
}

.select {
  position: relative;
}
.select select {
  outline: none;
  border: calc(1 / var(--media-breakdown)) solid #f2f5f7;
  border-radius: 0.5rem;
  width: 100%;
  padding: 1.125rem 0.875rem;
  background-color: #f2f5f7;
  font-size: 1.125rem;
  line-height: 1;
  color: #000;
  transition: all 0.35s ease;
}
@media (any-hover: hover) {
  .select select:hover {
    border-color: #178038;
  }
}
.select select:focus, .select select:active {
  border-color: #178038;
}

.choices[data-type*=select-one]::after {
  content: "\e900";
  right: calc(12 / var(--media-breakdown));
  top: 50%;
  margin-top: 0 !important;
  border: none;
  width: auto;
  height: auto;
  font-family: "icomoon";
  font-size: calc(12 / var(--media-breakdown));
  transform: translateY(-50%);
}
.choices.is-focused .choices__inner {
  border-color: #178038;
  border-radius: 0.5rem;
}
.choices__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: calc(1 / var(--media-breakdown)) solid #f2f5f7;
  border-radius: 0.5rem;
  min-height: 3.8125rem;
  padding: 1.125rem calc(50 / var(--media-breakdown)) 1.125rem 0.875rem !important;
  background-color: #f2f5f7;
  font-size: 1.125rem;
  line-height: 1;
  color: #000;
  transition: all 0.35s ease;
}
.choices__list--single {
  padding: 0;
}
.choices__item {
  display: flex;
  align-items: center;
  gap: calc(8 / var(--media-breakdown));
}
.choices .choices__list--dropdown,
.choices .choices__list[aria-expanded] {
  margin-top: 0.125rem;
  border: calc(1 / var(--media-breakdown)) solid #f2f5f7;
  border-radius: 0.5rem;
  background-color: #f2f5f7;
}
.choices .choices__list--dropdown .choices__item--selectable.is-highlighted,
.choices .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  background-color: #178038;
  color: #fff;
}
.choices .choices__list--dropdown .choices__item,
.choices .choices__list[aria-expanded] .choices__item {
  padding: 0.75rem calc(14 / var(--media-breakdown)) !important;
}
.choices .select-img {
  display: flex;
  border-radius: calc(8 / var(--media-breakdown));
  width: calc(32 / var(--media-breakdown));
  height: calc(32 / var(--media-breakdown));
  padding: calc(4 / var(--media-breakdown));
  background-color: var(--accent-color);
}
.choices .select-img img {
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.form-group label {
  display: block;
  margin-bottom: 0.5rem;
  font-size: calc(22 / var(--media-breakdown));
  font-weight: 400;
  line-height: 1.25;
}

.coinbase-form {
  border-radius: calc(7 / var(--media-breakdown));
  padding: 1.5rem 1rem 0;
  background-color: #f2f5f7;
  font-size: 1.125rem;
}
.coinbase-form__btn {
  margin: 0 -1rem;
  width: calc(100% + 2rem);
}

.login-page__wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  padding: calc(80 / var(--media-breakdown)) 0;
}

.login-card {
  overflow: hidden;
  border-radius: calc(39 / var(--media-breakdown));
  background: #fff;
  box-shadow: 0 0 39px rgba(124, 137, 155, 0.25);
}
.login-card__row {
  display: flex;
  flex-wrap: wrap;
}
.login-card__col {
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 991px) {
  .login-card__col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.login-card__text {
  min-height: 100%;
}

.login-card-text {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: calc(150 / var(--media-breakdown)) calc(70 / var(--media-breakdown));
  background: linear-gradient(180deg, #178038 0%, #27ab5c 100%);
  color: #fff;
}
.login-card-text::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/login-card-decor-right-top.svg"), url("../img/login-card-decor-left-bottom.svg");
  background-position: right calc(18 / var(--media-breakdown)) top calc(18 / var(--media-breakdown)), left calc(18 / var(--media-breakdown)) bottom calc(18 / var(--media-breakdown));
  background-size: 20% auto, 20% auto;
  background-repeat: no-repeat, no-repeat;
}
.login-card-text__title {
  margin-bottom: calc(48 / var(--media-breakdown));
  font-size: calc(40 / var(--media-breakdown));
  font-weight: 500;
  text-transform: uppercase;
}
.login-card-text__logo {
  margin-bottom: calc(48 / var(--media-breakdown));
  text-align: center;
}
.login-card-text__subtitle {
  font-size: calc(26 / var(--media-breakdown));
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.login-card-form {
  padding: calc(64 / var(--media-breakdown));
}
.login-card-form__title {
  margin-bottom: calc(32 / var(--media-breakdown));
  font-size: calc(42 / var(--media-breakdown));
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
}

.header {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  border-bottom: calc(1 / var(--media-breakdown)) solid transparent;
  width: 100%;
  background-color: transparent;
  transition: all 0.35s ease;
}
@media (max-width: 991px) {
  .header {
    background-color: #fff;
    box-shadow: 0 0 1rem rgba(23, 128, 56, 0.25);
  }
}
.admin-bar .header {
  top: 32px;
}
@media (max-width: 782px) {
  .admin-bar .header {
    top: 46px;
  }
}
@media (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}
.header--scrolled {
  background-color: #fff;
  box-shadow: 0 0 1rem rgba(23, 128, 56, 0.25);
}
.header__container {
  max-width: calc(1630 / var(--media-breakdown)) !important;
}
.header__top {
  background-color: #178038;
  padding: calc(7 / var(--media-breakdown)) 0;
  text-align: center;
  font-size: 0.9rem;
  line-height: 1;
  color: #fff;
}
.header__wrap {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: calc(70 / var(--media-breakdown));
  padding: calc(20 / var(--media-breakdown)) 0;
  transition: all 0.35s ease;
}
@media (max-width: 991px) {
  .header__wrap {
    min-height: 50px;
    padding: 10px 0;
  }
}
.header__logo {
  position: relative;
  z-index: 100;
  display: flex;
  margin-right: calc(30 / var(--media-breakdown));
  max-width: calc(280 / var(--media-breakdown));
  transition: opacity 0.35s;
}
@media (min-width: 1280px) {
  .header__logo {
    margin-right: calc(120 / var(--media-breakdown));
  }
}
@media (any-hover: hover) {
  .header__logo:hover {
    opacity: 0.75;
  }
}
.header__logo:focus, .header__logo:active {
  opacity: 0.75;
}
.header__logo img {
  line-height: 1;
}
.header__menu {
  flex: 1 1 auto;
}
@media (max-width: 991px) {
  .header__menu {
    flex: 0 0 auto;
  }
}

.menu__arrow {
  display: inline-block;
  margin: 0 0 calc(2 / var(--media-breakdown)) calc(5 / var(--media-breakdown));
  border: solid currentcolor;
  border-width: 0 calc(2 / var(--media-breakdown)) calc(2 / var(--media-breakdown)) 0;
  padding: calc(3 / var(--media-breakdown));
  transform: rotate(45deg);
  transition: transform 0.35s;
}
.menu__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: calc(36 / var(--media-breakdown));
}
@media (max-width: 991px) {
  .menu__body {
    position: fixed;
    left: -100%;
    top: 0;
    flex-direction: column;
    align-items: stretch;
    justify-content: start;
    overflow: auto;
    width: 100%;
    height: 100%;
    padding: 8.125rem 1.75rem 1.75rem;
    background-color: rgba(255, 255, 255, 0.99);
    text-align: center;
    transition: left 0.5s;
  }
  .menu__body::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    width: calc(400 / var(--media-breakdown));
    height: calc(400 / var(--media-breakdown));
    background: #48bf53;
    opacity: 0.75;
    filter: blur(227.5px);
    transform: translate(-50%, -50%);
  }
  .menu__body.active {
    left: 0;
  }
}
@media (min-width: 992px) {
  .menu__body > ul:not(.soc) {
    display: flex;
    align-items: center;
    margin: calc(-10 / var(--media-breakdown)) calc(-20 / var(--media-breakdown));
  }
}
.menu__body > ul:not(.soc) > li {
  position: relative;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .menu__body > ul:not(.soc) > li {
    margin: calc(10 / var(--media-breakdown)) calc(20 / var(--media-breakdown));
  }
}
.menu__body > ul:not(.soc) > li > a {
  padding: calc(10 / var(--media-breakdown)) calc(5 / var(--media-breakdown));
  font-size: 0.875rem;
  font-weight: 450;
  text-transform: uppercase;
  transition: all 0.35s ease;
}
@media (max-width: 991px) {
  .menu__body > ul:not(.soc) > li > a {
    font-size: 2rem;
    font-weight: 500;
    text-transform: uppercase;
  }
}
@media (any-hover: hover) {
  .menu__body > ul:not(.soc) > li > a:hover {
    color: #178038;
  }
}
.menu__body > ul:not(.soc) > li.current-menu-item > a,
.menu__body > ul:not(.soc) > li > a:focus, .menu__body > ul:not(.soc) > li > a:active {
  color: #178038;
}
.menu__sublist {
  position: absolute;
  z-index: 100;
  left: 0;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transform: translate(0, 10%);
  pointer-events: none;
  transition: all 0.35s ease;
}
.menu__sublist > li > a {
  display: block;
  min-width: calc(160 / var(--media-breakdown));
  padding: calc(3 / var(--media-breakdown)) calc(15 / var(--media-breakdown));
  transition: color 0.35s;
}
@media (any-hover: hover) {
  .menu__sublist > li > a:hover {
    color: #178038;
  }
}
.menu__sublist > li > a:focus, .menu__sublist > li > a:active {
  color: #178038;
}
.menu__btn {
  display: none;
}
@media (max-width: 991px) {
  .menu__btn {
    position: relative;
    z-index: 100;
    display: block;
    border: none;
    border-radius: 0.3125rem;
    width: 3.125rem;
    height: 2.9375rem;
    background-image: linear-gradient(180deg, #178038 0%, #27ab5c 100%);
    cursor: pointer;
  }
  .menu__btn span, .menu__btn::before, .menu__btn::after {
    position: absolute;
    left: 0.5rem;
    width: calc(100% - 1rem);
    height: 0.125rem;
    background-color: #fff;
    transition: all 0.35s ease;
  }
  .menu__btn::before, .menu__btn::after {
    content: "";
  }
  .menu__btn::before {
    top: 28%;
  }
  .menu__btn::after {
    bottom: 28%;
  }
  .menu__btn.active::before {
    top: 50%;
    transform: rotate(-45deg) translate(0, -50%);
  }
  .menu__btn.active::after {
    bottom: 50%;
    transform: rotate(45deg) translate(0, 50%);
  }
  .menu__btn.active span {
    transform: scale(0) translate(0, -50%);
  }
  .menu__btn span {
    top: 50%;
    transform: scale(1) translate(0, -50%);
  }
}
.menu__btn-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: calc(-10 / var(--media-breakdown));
}
@media (max-width: 991px) {
  .menu__btn-box {
    flex-direction: column;
    margin-left: calc(-10 / var(--media-breakdown));
  }
}
.menu__btn-box > .btn {
  margin: calc(10 / var(--media-breakdown));
}

/* ===== PC ===== */
@media (any-hover: hover) {
  body.pc .menu__body > ul > li:hover .menu__sublist {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
    pointer-events: all;
  }
  body.pc .menu__body > ul > li:hover .menu__arrow {
    border-color: #178038;
    transform: rotate(225deg);
  }
}
body.pc .menu__arrow {
  display: inline-block;
}
body.pc .menu__sublist {
  padding: calc(10 / var(--media-breakdown)) 0;
  box-shadow: 0 0 1rem rgba(23, 128, 56, 0.25);
}

/* ===== MOBILE ===== */
body.touch .menu__body > ul > li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
body.touch .menu__body > ul > li.active .menu__sublist {
  max-height: 300vh;
  pointer-events: all;
}
body.touch .menu__body > ul > li.active .menu__arrow {
  transform: rotate(225deg);
}
body.touch .menu__body > ul > li > a {
  flex: 1 1 auto;
}
body.touch .menu__body > ul > li .menu__sublist {
  position: static;
  flex: 1 1 100%;
  overflow: hidden;
  max-height: 0;
  padding: 0 0 0 1.125rem;
  background-color: transparent;
  font-size: 1.125rem;
  opacity: 1;
  visibility: visible;
  transform: none;
}
body.touch .menu__body > ul > li .menu__sublist > li:not(:last-child) {
  border-bottom: calc(1 / var(--media-breakdown)) dashed #178038;
}
body.touch .menu__body > ul > li .menu__sublist > li a {
  padding: 0.625rem 0;
}
body.touch .menu__arrow {
  margin: 0;
  border-width: 0 0.125rem 0.125rem 0;
  padding: 0.25rem;
}

.footer {
  position: relative;
  z-index: 10;
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.3);
  background-color: #fff;
}
.footer__wrap {
  padding: calc(50 / var(--media-breakdown)) 0 calc(12 / var(--media-breakdown));
}

.footer-top {
  padding: calc(20 / var(--media-breakdown)) 0;
}
.footer-top__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
@media (max-width: 1279px) {
  .footer-top__row {
    flex-direction: column;
  }
}
.footer-top__col:nth-child(2) {
  flex: 1 1 auto;
}
.footer-top__logo {
  display: block;
  max-width: 15rem;
  transition: opacity 0.35s;
}
@media (any-hover: hover) {
  .footer-top__logo:hover {
    opacity: 0.75;
  }
}
.footer-top__logo img {
  display: block;
}
.footer-top__menu {
  display: flex;
  flex-wrap: wrap;
  margin: -0.35rem -0.5rem;
}
.footer-top__menu > li {
  flex: 0 0 33.33%;
  padding: 0.35rem 0.5rem;
}
.footer-top__menu > li > a {
  transition: color 0.35s;
}
@media (any-hover: hover) {
  .footer-top__menu > li > a:hover {
    color: #178038;
  }
}

.footer-middle {
  padding: calc(20 / var(--media-breakdown)) 0;
}
.footer-middle__text {
  text-align: center;
}

.footer-bottom {
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.3);
  padding: 0.75rem 0;
}
.footer-bottom__copyright {
  font-size: 0.8125rem;
  font-weight: 300;
  text-align: center;
}
.footer-bottom__copyright small {
  font-size: 100%;
}

.section--fullpage .section__wrap {
  min-height: 60vh;
  padding: calc(150 / var(--media-breakdown)) 0;
}
.section__wrap {
  padding: calc(60 / var(--media-breakdown)) 0;
}
.section__title:not(:last-child) {
  margin-bottom: calc(42 / var(--media-breakdown));
}
.section__body:not(:last-child) {
  margin-bottom: calc(50 / var(--media-breakdown));
}
.section__body > *:not(:last-child) {
  margin-bottom: calc(20 / var(--media-breakdown));
}
.section__btn-box {
  display: flex;
  flex-wrap: wrap;
  gap: calc(10 / var(--media-breakdown));
}

.section-title {
  font-weight: 600;
  text-transform: uppercase;
}

.img-text--reversed .img-text__row {
  flex-direction: row-reverse;
}
.img-text__wrap {
  padding: calc(50 / var(--media-breakdown)) 0;
}
@media (max-width: 991px) {
  .img-text__wrap {
    text-align: center;
  }
}
.img-text__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: calc(-20 / var(--media-breakdown)) calc(-30 / var(--media-breakdown));
}
.img-text__col {
  flex: 0 0 50%;
  padding: calc(20 / var(--media-breakdown)) calc(30 / var(--media-breakdown));
}
@media (max-width: 991px) {
  .img-text__col {
    flex: 0 0 100%;
  }
}
.img-text__img {
  position: relative;
  border-radius: calc(35 / var(--media-breakdown));
  padding-bottom: 93.75%;
  background-color: rgba(23, 128, 56, 0.1);
}
.img-text__img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: #e6ecf0;
  transform: rotate(-6deg);
}
.img-text__img--contain {
  padding-bottom: 0;
  background-color: none;
  text-align: center;
}
.img-text__img--contain img {
  position: static;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.img-text__img img {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-card__wrap {
  padding: calc(48 / var(--media-breakdown)) 0;
}
.img-card__img {
  overflow: hidden;
  border-radius: calc(25 / var(--media-breakdown));
  box-shadow: 0 0 35px rgba(124, 137, 155, 0.25);
}
@media (max-width: 991px) {
  .img-card__img {
    border-radius: calc(25 / var(--media-breakdown)) calc(25 / var(--media-breakdown)) 0 0;
  }
}
.img-card__img img {
  display: block;
  width: 100%;
  height: auto;
}
.img-card__card {
  position: relative;
  z-index: 10;
  border-radius: 1.5625rem;
  padding: calc(32 / var(--media-breakdown));
  background-color: #fff;
}
@media (min-width: 992px) {
  .img-card__card {
    margin: calc(-120 / var(--media-breakdown)) auto 0;
    max-width: 85%;
    padding: calc(48 / var(--media-breakdown)) calc(90 / var(--media-breakdown));
  }
}
@media (max-width: 991px) {
  .img-card__card {
    border-radius: 0 0 calc(25 / var(--media-breakdown)) calc(25 / var(--media-breakdown));
    text-align: center;
  }
}
.img-card__card--decor {
  background-color: #e6ecf0;
  box-shadow: 0 0 10px rgba(124, 137, 155, 0.25);
}
.img-card__card--decor::after {
  content: "";
  position: absolute;
  right: calc(20 / var(--media-breakdown));
  top: calc(24 / var(--media-breakdown));
  width: calc(138 / var(--media-breakdown));
  height: calc(118 / var(--media-breakdown));
  background: url("../img/img-card-decor.svg") no-repeat top right/contain;
}
@media (max-width: 1559px) {
  .img-card__card--decor::after {
    display: none;
  }
}

.hero {
  position: relative;
  padding-bottom: calc(56 / var(--media-breakdown));
  padding-top: 6rem;
}
.hero::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: calc(400 / var(--media-breakdown));
  height: calc(400 / var(--media-breakdown));
  background-color: #178038;
  opacity: 0.3;
  filter: blur(227.5px);
}
@media (min-width: 992px) {
  .hero--fullpage .hero__wrap {
    min-height: 100vh;
  }
}
.hero__wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: calc(180 / var(--media-breakdown)) 0 calc(112 / var(--media-breakdown));
  text-align: center;
}
@media (max-width: 991px) {
  .hero__wrap {
    text-align: center;
  }
}
.hero__logo-card {
  position: absolute;
  z-index: 3;
  right: 5%;
  bottom: 38%;
  display: flex;
  border-radius: calc(10 / var(--media-breakdown));
  width: calc(250 / var(--media-breakdown));
  padding: calc(20 / var(--media-breakdown)) calc(16 / var(--media-breakdown));
  background-color: #fff;
  box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
}
@media (max-width: 1279px) {
  .hero__logo-card {
    display: none;
  }
}
.hero__logo-card::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-radius: inherit;
  width: 100%;
  height: 100%;
  box-shadow: 0.1875rem 0.1875rem 0 #178038;
}
.hero__logo-card img {
  margin: auto;
}
.hero__img {
  margin: 0 auto;
  max-width: 30%;
}
@media (max-width: 991px) {
  .hero__img {
    margin-bottom: calc(20 / var(--media-breakdown));
  }
}
@media (min-width: 992px) {
  .hero__img {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 50%;
    transform: translate(30%, -50%);
  }
}
.hero__content {
  position: relative;
  z-index: 10;
  margin: 0 auto;
  max-width: calc(620 / var(--media-breakdown));
}
.hero__title {
  margin-bottom: calc(32 / var(--media-breakdown));
  line-height: 1.32;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .hero__title {
    line-height: 1.2;
  }
}
.hero__title span {
  display: block;
  font-weight: 700;
  color: #178038;
}
.hero__body {
  font-size: 1.125rem;
  line-height: 1.55;
}
.hero__body:not(:last-child) {
  margin-bottom: calc(28 / var(--media-breakdown));
}

.faqs-list {
  border-radius: 1.5625rem;
  padding: calc(24 / var(--media-breakdown)) calc(28 / var(--media-breakdown));
  background-color: #fff;
}
.faqs-list > li:not(:last-child) {
  border-bottom: 0.0625rem solid #b2bfbf;
}

.faqs-list-item {
  padding: calc(20 / var(--media-breakdown)) 0;
}
.faqs-list-item__title {
  margin-bottom: calc(10 / var(--media-breakdown));
  font-size: calc(21 / var(--media-breakdown));
  font-weight: 500;
}
.faqs-list-item__body {
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.7);
}

.section-steps {
  background-color: #fff;
}
@media (max-width: 1279px) {
  .section-steps__container {
    padding: 0 calc(15 / var(--media-breakdown));
  }
}
.section-steps__wrap {
  padding: calc(56 / var(--media-breakdown)) 0;
}
.section-steps__row {
  display: flex;
}
@media (max-width: 1279px) {
  .section-steps__row {
    flex-wrap: wrap;
  }
}
.section-steps__dark {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: calc(80 / var(--media-breakdown));
}
@media (min-width: 1280px) {
  .section-steps__dark {
    margin-right: -1.5rem;
    padding: calc(80 / var(--media-breakdown));
    padding-right: calc(120 / var(--media-breakdown));
    background: url("../img/home/section-steps-dark.png") no-repeat top left/100% 100%;
    color: #fff;
  }
}
@media (max-width: 1279px) {
  .section-steps__dark {
    flex: 1 1 auto;
  }
}
.section-steps__title {
  font-size: calc(53 / var(--media-breakdown));
  font-weight: 500;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 1280px) {
  .section-steps__title span {
    font-size: 159%;
  }
}
@media (min-width: 1280px) {
  .section-steps__light {
    margin-left: -1.5rem;
    padding: calc(20 / var(--media-breakdown)) calc(20 / var(--media-breakdown)) calc(20 / var(--media-breakdown)) calc(120 / var(--media-breakdown));
    background: url("../img/home/section-steps-light.png") no-repeat top left/100% 100%;
  }
}
@media (max-width: 1279px) {
  .section-steps__light {
    flex: 1 1 auto;
  }
}
.section-steps__list {
  display: flex;
  margin: -0.5rem;
}
@media (max-width: 991px) {
  .section-steps__list {
    flex-wrap: wrap;
  }
}
.section-steps__list > li {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 0.5rem;
}
@media (max-width: 991px) {
  .section-steps__list > li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .section-steps__list > li:not(:last-child) {
    margin-bottom: 4rem;
  }
}

.card {
  position: relative;
  overflow: hidden;
  border-radius: calc(25 / var(--media-breakdown));
  padding: calc(36 / var(--media-breakdown));
  background-color: #fff;
  box-shadow: 0 0 35px rgba(124, 137, 155, 0.25);
}
.card__decor {
  position: absolute;
  right: 0;
  bottom: 0;
  max-height: 70%;
}
@media (max-width: 991px) {
  .card__decor {
    right: -1rem;
    top: 0;
    bottom: auto;
    max-width: 30%;
  }
}
.card__img {
  position: relative;
  margin-bottom: 1rem;
  padding-bottom: 56%;
  background-color: #cdcdcd;
}
.card__img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card__title {
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  font-size: 1.5rem;
}
.card__body {
  position: relative;
  z-index: 10;
}
.card__body:not(:last-child) {
  margin-bottom: 1.5rem;
}
.card__body > *:not(:last-child) {
  margin-bottom: 0.75rem;
}
.card__btn-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.cta-card {
  position: relative;
  border-radius: calc(25 / var(--media-breakdown));
  padding: calc(56 / var(--media-breakdown));
  background-image: linear-gradient(180deg, #178038 0%, #27ab5c 100%);
  color: #fff;
}
@media (max-width: 991px) {
  .cta-card {
    padding: calc(42 / var(--media-breakdown)) calc(28 / var(--media-breakdown));
  }
}
.cta-card::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/login-card-decor-right-top.svg"), url("../img/login-card-decor-left-bottom.svg");
  background-position: right calc(18 / var(--media-breakdown)) top calc(18 / var(--media-breakdown)), left calc(18 / var(--media-breakdown)) bottom calc(18 / var(--media-breakdown));
  background-size: 20% auto, 20% auto;
  background-repeat: no-repeat, no-repeat;
}
.cta-card__content {
  position: relative;
  z-index: 10;
  margin: 0 auto;
  max-width: calc(650 / var(--media-breakdown));
  text-align: center;
}
.cta-card__icon {
  margin-bottom: 0.375rem;
}
.cta-card__title {
  margin-bottom: calc(24 / var(--media-breakdown));
}
.cta-card__body {
  font-size: 1rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.7);
}
.cta-card__body:not(:last-child) {
  margin-bottom: calc(28 / var(--media-breakdown));
}

.flow-card {
  position: relative;
  height: 100%;
  border-radius: calc(27 / var(--media-breakdown));
  padding: calc(92 / var(--media-breakdown)) calc(28 / var(--media-breakdown)) calc(48 / var(--media-breakdown));
  background-color: #fff;
  text-align: center;
}
.flow-card::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  border-radius: 0.4rem 0.4rem 0 0;
  width: 60%;
  height: calc(10 / var(--media-breakdown));
  background: linear-gradient(180deg, #178038 0%, #27ab5c 100%);
  opacity: 0.2;
  transform: translateX(-50%);
}
[class^=col-] .flow-card, [class*=" col-"] .flow-card {
  min-height: 100%;
}
.flow-card__icon {
  position: absolute;
  left: 50%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: calc(15 / var(--media-breakdown)) solid #eff8f3;
  border-radius: 50%;
  width: calc(120 / var(--media-breakdown));
  height: calc(120 / var(--media-breakdown));
  background-color: #fff;
  font-size: calc(44 / var(--media-breakdown));
  font-weight: 700;
  color: #178038;
  transform: translate(-50%, -50%);
}
.flow-card__icon img {
  max-width: 55%;
}
.flow-card__title {
  margin-bottom: calc(8 / var(--media-breakdown));
  font-size: calc(24 / var(--media-breakdown));
  font-weight: 500;
  text-transform: uppercase;
}
.flow-card__body {
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.7);
}
.flow-card__body:not(:last-child) {
  margin-bottom: 0.75rem;
}

.cards-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: calc(-20 / var(--media-breakdown));
}
.cards-list > li {
  flex: 0 0 20%;
  max-width: 20%;
  padding: calc(20 / var(--media-breakdown));
}
@media (max-width: 991px) {
  .cards-list > li {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media (max-width: 479px) {
  .cards-list > li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.program-card {
  border-radius: calc(19 / var(--media-breakdown));
  padding: calc(24 / var(--media-breakdown)) calc(28 / var(--media-breakdown));
  background-color: #fff;
}
.program-card__title {
  margin-bottom: calc(12 / var(--media-breakdown));
  font-size: calc(24 / var(--media-breakdown));
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}
.program-card__subtitle {
  margin-bottom: calc(16 / var(--media-breakdown));
  font-size: calc(21 / var(--media-breakdown));
  font-weight: 600;
  text-transform: uppercase;
}
.program-card__subtitle span {
  color: #178038;
}
.program-card__btn {
  margin-bottom: calc(16 / var(--media-breakdown));
}
@media (max-width: 479px) {
  .program-card__btn {
    width: 100%;
  }
}
.program-card__list ul {
  list-style: disc inside;
  font-size: 1rem;
  font-weight: 500;
}
.program-card__list ul > li:not(:last-child) {
  margin-bottom: 0.5rem;
}

.target-card--secondary .target-card__dark {
  flex: 0 0 50%;
}
.target-card--secondary .target-card__light {
  flex: 0 0 50%;
}
@media (min-width: 992px) {
  .target-card--secondary .target-card__light {
    background: url("../img/affiliates/target-card-secondary-light.png") no-repeat top left/100% 100%;
  }
}
.target-card--secondary .target-card__light::after {
  background: url("../img/affiliates/target-card-secondary-decor.svg") no-repeat top right/contain;
}
.target-card__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.target-card__dark {
  flex: 0 0 34%;
  padding: calc(60 / var(--media-breakdown)) calc(100 / var(--media-breakdown)) calc(60 / var(--media-breakdown)) calc(60 / var(--media-breakdown));
  background: url("../img/affiliates/target-card-dark.png") no-repeat top right/100% 100%;
  text-align: center;
  color: #fff;
}
@media (max-width: 991px) {
  .target-card__dark {
    flex: 0 0 100%;
    margin-bottom: calc(20 / var(--media-breakdown));
    padding: calc(40 / var(--media-breakdown)) calc(60 / var(--media-breakdown)) calc(40 / var(--media-breakdown)) calc(40 / var(--media-breakdown));
  }
}
@media (min-width: 992px) {
  .target-card__dark {
    margin-right: -1rem;
  }
}
.target-card__dark--overlap {
  padding-left: 0;
  background: url("../img/affiliates/target-card-dark.png") no-repeat top right/75% 100%;
}
.target-card__dark--overlap .target-card__img img {
  margin-left: calc(-30 / var(--media-breakdown));
  height: auto;
  max-height: none;
}
.target-card__light {
  position: relative;
  flex: 0 0 66%;
  padding: calc(32 / var(--media-breakdown)) calc(32 / var(--media-breakdown)) calc(32 / var(--media-breakdown)) calc(100 / var(--media-breakdown));
  background-color: #f2f5f7;
  color: rgba(0, 0, 0, 0.7);
}
@media (max-width: 991px) {
  .target-card__light {
    flex: 0 0 100%;
    border-radius: calc(14 / var(--media-breakdown));
    padding: calc(40 / var(--media-breakdown)) calc(24 / var(--media-breakdown));
    box-shadow: 0 0 35px rgba(124, 137, 155, 0.25);
  }
}
@media (min-width: 992px) {
  .target-card__light {
    background: url("../img/affiliates/target-card-light.png") no-repeat top left/100% 100%;
  }
}
.target-card__light::after {
  content: "";
  position: absolute;
  right: calc(20 / var(--media-breakdown));
  top: calc(24 / var(--media-breakdown));
  width: 25%;
  height: 50%;
  background: url("../img/affiliates/target-card-decor.svg") no-repeat top right/contain;
}
.target-card__light .text-block {
  position: relative;
  z-index: 10;
}
.target-card__img {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
}
.target-card__img img {
  display: inline-block;
  width: 100%;
  line-height: 1;
  object-fit: contain;
}
@media (max-width: 767px) {
  .target-card__img img {
    max-height: calc(200 / var(--media-breakdown));
  }
}
.target-card__title {
  font-size: calc(34 / var(--media-breakdown));
  font-weight: 500;
  text-transform: uppercase;
  color: #000;
}

.join-card {
  position: relative;
  border-radius: calc(25 / var(--media-breakdown));
  padding: calc(60 / var(--media-breakdown)) calc(76 / var(--media-breakdown));
  background: #fff url("../img/home/join-card-decor.svg") no-repeat top 0.9375rem right 0.875rem/18% auto;
  box-shadow: 0 0 35px rgba(124, 137, 155, 0.25);
}
@media (min-width: 992px) {
  .join-card {
    background: #fff url("../img/home/join-card-decor.svg") no-repeat top 2rem right calc(40 / var(--media-breakdown))/20% auto;
  }
}
@media (max-width: 991px) {
  .join-card {
    padding: calc(60 / var(--media-breakdown)) calc(30 / var(--media-breakdown)) calc(40 / var(--media-breakdown));
    text-align: center;
  }
}
@media (min-width: 1280px) {
  .join-card::after {
    content: "";
    position: absolute;
    background: url("../img/home/join-card-decor-02.png") no-repeat bottom right 35%/auto;
    inset: 0;
  }
}
.join-card__content {
  position: relative;
  z-index: 10;
  max-width: calc(560 / var(--media-breakdown));
}
.join-card__img {
  display: inline-block;
  margin-bottom: calc(32 / var(--media-breakdown));
}
@media (max-width: 991px) {
  .join-card__img {
    margin-bottom: calc(20 / var(--media-breakdown));
    max-width: 72%;
  }
}
.join-card__title {
  margin-bottom: calc(12 / var(--media-breakdown));
  font-size: calc(24 / var(--media-breakdown));
  font-weight: 500;
  text-transform: uppercase;
}
.join-card__body {
  color: rgba(0, 0, 0, 0.7);
}
.join-card__body:not(:last-child) {
  margin-bottom: calc(18 / var(--media-breakdown));
}
@media (max-width: 479px) {
  .join-card__btn {
    width: 100%;
  }
}

.circle-card__row {
  display: flex;
  align-items: center;
}
.circle-card__img {
  display: flex;
  flex: 0 0 4.875rem;
  margin-right: 0.875rem;
  border: 0.0625rem solid #178038;
  border-radius: 50%;
  width: 4.875rem;
  height: 4.875rem;
  background-color: #fff;
}
.circle-card__img img {
  margin: auto;
  max-width: 50%;
  max-height: 50%;
}
.circle-card__text {
  color: rgba(0, 0, 0, 0.7);
}
.circle-card__title {
  margin-bottom: 0.25rem;
  font-size: 0.9375rem;
  font-weight: 700;
}
.circle-card__body {
  font-size: 0.9375rem;
}
.circle-card__body > *:not(:last-child) {
  margin-bottom: 0.25rem;
}

.step-card {
  position: relative;
  border-radius: calc(14 / var(--media-breakdown));
  padding: calc(95 / var(--media-breakdown)) calc(28 / var(--media-breakdown)) calc(28 / var(--media-breakdown));
  background-color: #f2f5f7;
  text-align: center;
}
.step-card__icon {
  position: absolute;
  left: 50%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: calc(118 / var(--media-breakdown));
  height: calc(118 / var(--media-breakdown));
  background-color: #fff;
  font-size: calc(44 / var(--media-breakdown));
  font-weight: 700;
  color: #178038;
  transform: translate(-50%, -50%);
}
.step-card__title {
  margin-bottom: calc(12 / var(--media-breakdown));
  font-size: calc(24 / var(--media-breakdown));
  font-weight: 300;
  text-transform: uppercase;
}
.step-card__body {
  color: rgba(0, 0, 0, 0.7);
}

html {
  font-size: calc(16 / var(--media-breakdown));
}
@media (max-width: 991px) {
  html {
    font-size: 16px;
  }
}

body {
  position: relative;
  background: linear-gradient(180deg, rgba(36, 161, 83, 0.1) 0%, rgba(36, 161, 83, 0) 100%);
  background-image: url("../img/hero-bg-01.png"), url("../img/hero-bg-02.png");
  background-position: top calc(100 / var(--media-breakdown)) left, top calc(100 / var(--media-breakdown)) right;
  background-repeat: no-repeat, no-repeat;
  background-color: #fff;
  font-family: "Futura PT", sans-serif;
  font-size: rem(15);
  font-weight: 400;
  line-height: 1.5;
}
@media (min-width: 1280px) {
  body::after {
    content: "";
    position: absolute;
    left: 0;
    top: calc(100 / var(--media-breakdown));
    width: 100%;
    height: 100%;
    background: url("../img/hero-decor.svg") no-repeat top calc(30 / var(--media-breakdown)) right calc(15 / var(--media-breakdown))/30% auto;
  }
}
body::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.5rem;
}
body::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}
body::-webkit-scrollbar-thumb {
  background-color: #178038;
}

.empty-layout {
  background: none;
}
.empty-layout::before, .empty-layout::after {
  display: none;
}

.page {
  position: relative;
}
.page::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #24a153 0%, rgba(36, 161, 83, 0) 100%);
  opacity: 0.1;
}
.page__bg {
  position: absolute;
  left: 0;
}
.page__bg--01 {
  top: calc(200 / var(--media-breakdown));
  max-width: 20%;
}
@media (max-width: 991px) {
  .page__bg--01 {
    max-width: 30%;
  }
}
.page__bg--02 {
  max-width: 25%;
}
@media (max-width: 991px) {
  .page__bg--02 {
    left: calc(-20 / var(--media-breakdown));
    top: calc(200 / var(--media-breakdown));
    max-width: 30%;
  }
}

main {
  position: relative;
  z-index: 10;
}

::selection {
  background-color: #178038;
  color: #fff;
}

.disable-scroll {
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

.wrapper {
  overflow: hidden;
  min-height: 100vh;
}

.container {
  margin: 0 auto;
  max-width: calc(1310 / var(--media-breakdown));
  padding: 0 calc(15 / var(--media-breakdown));
}
.container--lg {
  max-width: calc(1630 / var(--media-breakdown));
}

.offset-container {
  padding-right: max(15 / var(--media-breakdown), (100% - (1280 / var(--media-breakdown))) / 2);
}
@media (max-width: 991px) {
  .offset-container {
    padding: 0 calc(15 / var(--media-breakdown));
  }
}
.offset-container--lg {
  padding-right: max(15 / var(--media-breakdown), (100% - (1600 / var(--media-breakdown))) / 2);
}

.text-block ul:not([class]) {
  list-style: disc outside;
  padding-left: 1.125rem;
}

.text-block ol {
  padding-left: 1.125rem;
}

.text-block ul li::marker {
  color: #178038;
}

.text-block ol li:not(:last-child),
.text-block ul li:not(:last-child) {
  margin-bottom: calc(8 / var(--media-breakdown));
}
.text-block strong,
.text-block b {
  font-weight: 700;
}
.text-block em,
.text-block i {
  font-style: italic;
}
.text-block mark {
  background-color: #178038;
  color: #fff;
}
.text-block del {
  background-color: #fbb;
  text-decoration: line-through;
}
.text-block ins {
  background-color: #d4fcbc;
  text-decoration: none;
}
.text-block blockquote {
  border-left: calc(3 / var(--media-breakdown)) solid #178038;
  padding-left: calc(15 / var(--media-breakdown));
}
.text-block > *:not(:last-child) {
  margin-bottom: calc(12 / var(--media-breakdown));
}
.text-block a {
  transition: color 0.35s;
}
@media (any-hover: hover) {
  .text-block a:hover {
    color: #178038;
  }
}

.pages-list {
  padding-left: 1rem;
}
.pages-list > li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.pages-list > li a {
  text-decoration: underline;
  transition: color 0.35s;
}
@media (any-hover: hover) {
  .pages-list > li a:hover {
    color: #178038;
  }
}

.styled-list ul {
  list-style: disc outside;
  padding-left: 1.125rem;
}
.styled-list ul li::marker {
  color: #178038;
}
.styled-list ul li:not(:last-child) {
  margin-bottom: 0.5rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  line-height: 1.2;
}

h1,
.h1 {
  font-size: calc(64 / var(--media-breakdown));
}
@media (max-width: 1439px) {
  h1,
.h1 {
    font-size: calc(48 / var(--media-breakdown));
  }
}

h2,
.h2 {
  font-size: calc(44 / var(--media-breakdown));
}
@media (max-width: 991px) {
  h2,
.h2 {
    font-size: calc(42 / var(--media-breakdown));
  }
}

h3,
.h3 {
  font-size: calc(24 / var(--media-breakdown));
}

h4,
.h4 {
  font-size: calc(20 / var(--media-breakdown));
}

h5,
.h5 {
  font-size: 1rem;
}

h6,
.h6 {
  font-size: 0.75rem;
}

.w-100 {
  width: 100%;
}

.text-primary {
  color: #178038;
}

.bg-white {
  background-color: #fff;
}

.step-labels {
  position: relative;
}
@media (max-width: 991px) {
  .step-labels {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .step-labels {
    border-bottom: 0.0625rem solid #d9d9d9;
    padding-bottom: calc(16 / var(--media-breakdown));
  }
}
@media (min-width: 992px) {
  .step-labels::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.15625rem;
    border-radius: 0.25rem;
    width: 8.75rem;
    height: 0.25rem;
    background: linear-gradient(180deg, #178038 0%, #27ab5c 100%);
  }
}
.step-labels__title {
  margin-bottom: calc(4 / var(--media-breakdown));
  font-size: calc(24 / var(--media-breakdown));
  font-weight: 500;
  text-transform: uppercase;
}
.step-labels__label {
  font-size: 1rem;
  font-weight: 300;
}

.swiper-hero-ticker {
  background-color: #eef9ef;
}
.swiper-hero-ticker .swiper-slide {
  display: inline-block;
  width: auto;
  padding: 0 calc(20 / var(--media-breakdown));
}

.ticker-item {
  display: inline-block;
  padding: calc(6 / var(--media-breakdown));
  background-color: #eef9ef;
  font-size: 1rem;
  font-weight: 500;
  color: #000;
}
.ticker-item__row {
  display: flex;
  align-items: center;
}
.ticker-item__img {
  margin-right: 0.25rem;
  width: 1.5rem;
  height: 1.5rem;
  object-fit: contain;
}
.ticker-item__title {
  margin-right: 1rem;
  font-size: 1rem;
  font-weight: 700;
}
.ticker-item__value {
  margin-right: 1rem;
}
.ticker-item__grow {
  color: #178038;
}

.table {
  border-collapse: collapse;
  width: 100%;
  font-size: 1.125rem;
}
.table__row--highlight {
  background-color: #f2f5f7;
}
.table__row--highlight td,
.table__row--highlight th {
  padding: 1rem;
}
.table__row td,
.table__row th {
  padding: 0.75rem 1rem;
}
.table thead tr th {
  font-size: 1.375rem;
  font-weight: 400;
  text-align: left;
}
.table thead tr th:last-child {
  text-align: right;
}
.table tbody tr td:first-child {
  border-radius: calc(7 / var(--media-breakdown)) 0 0 calc(7 / var(--media-breakdown));
}
.table tbody tr td:last-child {
  border-radius: 0 calc(7 / var(--media-breakdown)) calc(7 / var(--media-breakdown)) 0;
  text-align: right;
}
.table tbody tr td strong {
  font-size: 0.9375rem;
  font-weight: 600;
}
.table tbody tr:not(:last-child) {
  border-bottom: 1px solid #f2f5f7;
}

/* Contact Form 7 */
.form .wpcf7-not-valid {
  border-color: #dc3232;
}
.form .wpcf7-response-output {
  border: none !important;
  padding: 0 !important;
  text-align: center;
  font-size: calc(22 / var(--media-breakdown));
}
.form form.invalid .wpcf7-response-output {
  color: #dc3232;
}
.form form.sent .wpcf7-response-output {
  color: #178038;
}