@charset "UTF-8";
:root {
  --color-text: #1f2229;
  --color-bg: #d3d9d1;
  --color-border: #d6d6d7;
  --color-accent: #714bf1;
  --color-hero-bg: #d3d9d1;
  --color-forest: #113026;
  --color-hero-text: #374843;
  --color-hero-btn: #3c673e;
  --color-accent-hover: color-mix(in srgb, var(--color-accent) 92%, white);
  --font-family-base: Oswald, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  --font-family-display: Oswald, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  --font-size-base: 1.8rem;
  --line-height-base: 1.2;
  --z-header: 1000;
  --z-modal: 9999;
  --indexSize: calc(1vh + 1vw);
  --page-gutter: 16px;
  --frame-padding: 20px;
}
@font-face {
  font-family: Gilroy;
  src: url("../fonts/Gilroy-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Gilroy;
  src: url("../fonts/Gilroy-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Gilroy;
  src: url("../fonts/Gilroy-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Gilroy;
  src: url("../fonts/Gilroy-Semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Gilroy;
  src: url("../fonts/Gilroy-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Gilroy;
  src: url("../fonts/Gilroy-Extrabold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: Gilroy;
  src: url("../fonts/Gilroy-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: Gilroy;
  src: url("../fonts/Gilroy-Heavy.woff2") format("woff2");
  font-weight: 1000;
  font-style: normal;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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 {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

html {
  font-family: var(--font-family-base);
  font-size: 10px;
  scroll-behavior: auto;
}

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  color: var(--color-text);
  line-height: var(--line-height-base);
  font-family: var(--font-family-base);
  font-size: var(--font-size-base);
  background-color: var(--color-bg);
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.lock {
  overflow: hidden;
  padding-right: 17px;
}

.touch body.lock {
  padding-right: 0;
}

.wrapper {
  position: relative;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  opacity: 0;
  -webkit-animation: fadeIn 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
          animation: fadeIn 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}
@supports (overflow: clip) {
  .wrapper {
    overflow: clip;
  }
}
.wrapper > .hero {
  flex: 0 0 auto;
}

.container {
  max-width: 152rem;
  margin: 0 auto;
  padding-left: 4rem;
  padding-right: 4rem;
}

[data-fullscreen] {
  min-height: 100vh;
}
.touch [data-fullscreen] {
  min-height: calc(var(--vh, 1vh) * 100);
}

img {
  max-width: 100%;
  height: auto;
}

.svg-hidden {
  display: none;
}

.scroll-area {
  scrollbar-width: thin;
  scrollbar-color: #d6d6d7 transparent;
}
.scroll-area::-webkit-scrollbar {
  width: 7px;
}
.scroll-area::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
}
.scroll-area::-webkit-scrollbar-thumb {
  background-color: #d6d6d7;
  outline: none;
}

::-moz-selection {
  background-color: #80CF5B;
  color: var(--color-text);
}

::selection {
  background-color: #80CF5B;
  color: var(--color-text);
}

.h1 {
  font-weight: 700;
  font-size: 5rem;
  line-height: 1;
}

.h2 {
  font-weight: 700;
  font-size: 4rem;
  line-height: 1;
}

.h3 {
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.1;
}

a {
  text-decoration: none;
  color: var(--color-text);
  -webkit-transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
}
a:hover {
  color: var(--color-text);
  text-decoration: none;
}

.link {
  position: relative;
}
.link:hover {
  color: var(--color-accent);
}
.link::after {
  content: "";
  width: 100%;
  height: 0.1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--color-text);
  -webkit-transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
}
.link:hover::after {
  width: 0;
}

.btn {
  font-family: var(--font-family-base);
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.2;
  padding: 0;
  text-shadow: none;
  text-transform: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-accent);
  -webkit-box-shadow: none;
          box-shadow: none;
  letter-spacing: 0;
  border-radius: 5.8rem;
  border: 1px solid transparent;
  -webkit-transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  cursor: pointer;
  position: relative;
  color: #fff;
  padding-top: 0.1rem;
}
.btn:hover {
  background: var(--color-accent-hover);
  color: #fff;
}

.btn--stroke {
  border-color: var(--color-accent);
  background: transparent;
  color: var(--color-text);
}
.btn--stroke:hover {
  border-color: transparent;
}

input,
button,
textarea {
  font-family: var(--font-family-base);
  font-size: inherit;
  line-height: inherit;
}

input,
textarea {
  outline: none;
}
input:focus:required:invalid,
textarea:focus:required:invalid {
  border-color: #d31543;
}
input:required:valid,
textarea:required:valid {
  border-color: #bc9e7b;
}

input,
textarea {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

button:focus {
  outline: none;
}

/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the 'X' from Chrome */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

.input,
.textarea {
  font-family: var(--font-family-base);
  font-weight: 400;
  font-size: 1.8rem;
  color: var(--color-text);
  padding: 0 2.3rem;
  width: 100%;
  background: transparent;
  border: 1px solid var(--color-border);
  border-radius: 0.4rem;
  text-align: left;
  -webkit-transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
}
.input::-webkit-input-placeholder, .textarea::-webkit-input-placeholder {
  color: #616161;
  opacity: 1;
  -webkit-transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
}
.input::-moz-placeholder, .textarea::-moz-placeholder {
  color: #616161;
  opacity: 1;
  -moz-transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
}
.input:-ms-input-placeholder, .textarea:-ms-input-placeholder {
  color: #616161;
  opacity: 1;
  -ms-transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
}
.input::-ms-input-placeholder, .textarea::-ms-input-placeholder {
  color: #616161;
  opacity: 1;
  -ms-transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
}
.input::placeholder,
.textarea::placeholder {
  color: #616161;
  opacity: 1;
  -webkit-transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
}
.input:focus::-webkit-input-placeholder, .textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}
.input:focus::-moz-placeholder, .textarea:focus::-moz-placeholder {
  opacity: 0;
}
.input:focus:-ms-input-placeholder, .textarea:focus:-ms-input-placeholder {
  opacity: 0;
}
.input:focus::-ms-input-placeholder, .textarea:focus::-ms-input-placeholder {
  opacity: 0;
}
.input:focus::placeholder,
.textarea:focus::placeholder {
  opacity: 0;
}

.textarea {
  padding: 1.6rem 2.3rem;
  resize: none;
}

.checkbox {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.checkbox__input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.checkbox__box {
  flex: 0 0 auto;
  width: 2rem;
  height: 2rem;
  border: 1px solid var(--color-border);
  border-radius: 0.4rem;
  background: var(--color-bg);
  position: relative;
  -webkit-transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
}
.checkbox__box::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 45%;
  width: 0.5rem;
  height: 1rem;
  border-right: 2px solid var(--color-bg);
  border-bottom: 2px solid var(--color-bg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  opacity: 0;
  -webkit-transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
}
.checkbox__label {
  font-size: 1.6rem;
  line-height: 1.3;
}
.checkbox__input:checked ~ .checkbox__box {
  background: var(--color-accent);
  border-color: var(--color-accent);
}
.checkbox__input:checked ~ .checkbox__box::after {
  opacity: 1;
}
.checkbox__input:focus-visible ~ .checkbox__box {
  outline: 2px solid var(--color-accent);
  outline-offset: 2px;
}
.checkbox:hover .checkbox__box {
  border-color: var(--color-accent);
}

@-webkit-keyframes fadeInDown5 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1% * 5), 0);
            transform: translate3d(0, calc(-1% * 5), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown5 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1% * 5), 0);
            transform: translate3d(0, calc(-1% * 5), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInDown5 {
  -webkit-animation-name: fadeInDown5;
          animation-name: fadeInDown5;
}

@-webkit-keyframes fadeInUp5 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(1% * 5), 0);
            transform: translate3d(0, calc(1% * 5), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp5 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(1% * 5), 0);
            transform: translate3d(0, calc(1% * 5), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInUp5 {
  -webkit-animation-name: fadeInUp5;
          animation-name: fadeInUp5;
}

@-webkit-keyframes fadeInDown10 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1% * 10), 0);
            transform: translate3d(0, calc(-1% * 10), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown10 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1% * 10), 0);
            transform: translate3d(0, calc(-1% * 10), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInDown10 {
  -webkit-animation-name: fadeInDown10;
          animation-name: fadeInDown10;
}

@-webkit-keyframes fadeInUp10 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(1% * 10), 0);
            transform: translate3d(0, calc(1% * 10), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp10 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(1% * 10), 0);
            transform: translate3d(0, calc(1% * 10), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInUp10 {
  -webkit-animation-name: fadeInUp10;
          animation-name: fadeInUp10;
}

@-webkit-keyframes fadeInDown15 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1% * 15), 0);
            transform: translate3d(0, calc(-1% * 15), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown15 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1% * 15), 0);
            transform: translate3d(0, calc(-1% * 15), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInDown15 {
  -webkit-animation-name: fadeInDown15;
          animation-name: fadeInDown15;
}

@-webkit-keyframes fadeInUp15 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(1% * 15), 0);
            transform: translate3d(0, calc(1% * 15), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp15 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(1% * 15), 0);
            transform: translate3d(0, calc(1% * 15), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInUp15 {
  -webkit-animation-name: fadeInUp15;
          animation-name: fadeInUp15;
}

@-webkit-keyframes fadeInDown20 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1% * 20), 0);
            transform: translate3d(0, calc(-1% * 20), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown20 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1% * 20), 0);
            transform: translate3d(0, calc(-1% * 20), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInDown20 {
  -webkit-animation-name: fadeInDown20;
          animation-name: fadeInDown20;
}

@-webkit-keyframes fadeInUp20 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(1% * 20), 0);
            transform: translate3d(0, calc(1% * 20), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp20 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(1% * 20), 0);
            transform: translate3d(0, calc(1% * 20), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInUp20 {
  -webkit-animation-name: fadeInUp20;
          animation-name: fadeInUp20;
}

@-webkit-keyframes fadeInDown25 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1% * 25), 0);
            transform: translate3d(0, calc(-1% * 25), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown25 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1% * 25), 0);
            transform: translate3d(0, calc(-1% * 25), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInDown25 {
  -webkit-animation-name: fadeInDown25;
          animation-name: fadeInDown25;
}

@-webkit-keyframes fadeInUp25 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(1% * 25), 0);
            transform: translate3d(0, calc(1% * 25), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp25 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(1% * 25), 0);
            transform: translate3d(0, calc(1% * 25), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInUp25 {
  -webkit-animation-name: fadeInUp25;
          animation-name: fadeInUp25;
}

@-webkit-keyframes fadeInDown30 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1% * 30), 0);
            transform: translate3d(0, calc(-1% * 30), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown30 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1% * 30), 0);
            transform: translate3d(0, calc(-1% * 30), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInDown30 {
  -webkit-animation-name: fadeInDown30;
          animation-name: fadeInDown30;
}

@-webkit-keyframes fadeInUp30 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(1% * 30), 0);
            transform: translate3d(0, calc(1% * 30), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp30 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(1% * 30), 0);
            transform: translate3d(0, calc(1% * 30), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInUp30 {
  -webkit-animation-name: fadeInUp30;
          animation-name: fadeInUp30;
}

@-webkit-keyframes fadeInDown35 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1% * 35), 0);
            transform: translate3d(0, calc(-1% * 35), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown35 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1% * 35), 0);
            transform: translate3d(0, calc(-1% * 35), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInDown35 {
  -webkit-animation-name: fadeInDown35;
          animation-name: fadeInDown35;
}

@-webkit-keyframes fadeInUp35 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(1% * 35), 0);
            transform: translate3d(0, calc(1% * 35), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp35 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(1% * 35), 0);
            transform: translate3d(0, calc(1% * 35), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInUp35 {
  -webkit-animation-name: fadeInUp35;
          animation-name: fadeInUp35;
}

@-webkit-keyframes fadeInDown40 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1% * 40), 0);
            transform: translate3d(0, calc(-1% * 40), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown40 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1% * 40), 0);
            transform: translate3d(0, calc(-1% * 40), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInDown40 {
  -webkit-animation-name: fadeInDown40;
          animation-name: fadeInDown40;
}

@-webkit-keyframes fadeInUp40 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(1% * 40), 0);
            transform: translate3d(0, calc(1% * 40), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp40 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(1% * 40), 0);
            transform: translate3d(0, calc(1% * 40), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInUp40 {
  -webkit-animation-name: fadeInUp40;
          animation-name: fadeInUp40;
}

@-webkit-keyframes fadeInDown45 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1% * 45), 0);
            transform: translate3d(0, calc(-1% * 45), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown45 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1% * 45), 0);
            transform: translate3d(0, calc(-1% * 45), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInDown45 {
  -webkit-animation-name: fadeInDown45;
          animation-name: fadeInDown45;
}

@-webkit-keyframes fadeInUp45 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(1% * 45), 0);
            transform: translate3d(0, calc(1% * 45), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp45 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(1% * 45), 0);
            transform: translate3d(0, calc(1% * 45), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInUp45 {
  -webkit-animation-name: fadeInUp45;
          animation-name: fadeInUp45;
}

@-webkit-keyframes fadeInDown50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1% * 50), 0);
            transform: translate3d(0, calc(-1% * 50), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1% * 50), 0);
            transform: translate3d(0, calc(-1% * 50), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInDown50 {
  -webkit-animation-name: fadeInDown50;
          animation-name: fadeInDown50;
}

@-webkit-keyframes fadeInUp50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(1% * 50), 0);
            transform: translate3d(0, calc(1% * 50), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(1% * 50), 0);
            transform: translate3d(0, calc(1% * 50), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInUp50 {
  -webkit-animation-name: fadeInUp50;
          animation-name: fadeInUp50;
}

@-webkit-keyframes fadeInDown55 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1% * 55), 0);
            transform: translate3d(0, calc(-1% * 55), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown55 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1% * 55), 0);
            transform: translate3d(0, calc(-1% * 55), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInDown55 {
  -webkit-animation-name: fadeInDown55;
          animation-name: fadeInDown55;
}

@-webkit-keyframes fadeInUp55 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(1% * 55), 0);
            transform: translate3d(0, calc(1% * 55), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp55 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(1% * 55), 0);
            transform: translate3d(0, calc(1% * 55), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInUp55 {
  -webkit-animation-name: fadeInUp55;
          animation-name: fadeInUp55;
}

@-webkit-keyframes fadeInDown60 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1% * 60), 0);
            transform: translate3d(0, calc(-1% * 60), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown60 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1% * 60), 0);
            transform: translate3d(0, calc(-1% * 60), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInDown60 {
  -webkit-animation-name: fadeInDown60;
          animation-name: fadeInDown60;
}

@-webkit-keyframes fadeInUp60 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(1% * 60), 0);
            transform: translate3d(0, calc(1% * 60), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp60 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(1% * 60), 0);
            transform: translate3d(0, calc(1% * 60), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInUp60 {
  -webkit-animation-name: fadeInUp60;
          animation-name: fadeInUp60;
}

@-webkit-keyframes fadeInDown65 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1% * 65), 0);
            transform: translate3d(0, calc(-1% * 65), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown65 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1% * 65), 0);
            transform: translate3d(0, calc(-1% * 65), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInDown65 {
  -webkit-animation-name: fadeInDown65;
          animation-name: fadeInDown65;
}

@-webkit-keyframes fadeInUp65 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(1% * 65), 0);
            transform: translate3d(0, calc(1% * 65), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp65 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(1% * 65), 0);
            transform: translate3d(0, calc(1% * 65), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInUp65 {
  -webkit-animation-name: fadeInUp65;
          animation-name: fadeInUp65;
}

@-webkit-keyframes fadeInDown70 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1% * 70), 0);
            transform: translate3d(0, calc(-1% * 70), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown70 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1% * 70), 0);
            transform: translate3d(0, calc(-1% * 70), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInDown70 {
  -webkit-animation-name: fadeInDown70;
          animation-name: fadeInDown70;
}

@-webkit-keyframes fadeInUp70 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(1% * 70), 0);
            transform: translate3d(0, calc(1% * 70), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp70 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(1% * 70), 0);
            transform: translate3d(0, calc(1% * 70), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInUp70 {
  -webkit-animation-name: fadeInUp70;
          animation-name: fadeInUp70;
}

@-webkit-keyframes fadeInDown75 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1% * 75), 0);
            transform: translate3d(0, calc(-1% * 75), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown75 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1% * 75), 0);
            transform: translate3d(0, calc(-1% * 75), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInDown75 {
  -webkit-animation-name: fadeInDown75;
          animation-name: fadeInDown75;
}

@-webkit-keyframes fadeInUp75 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(1% * 75), 0);
            transform: translate3d(0, calc(1% * 75), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp75 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(1% * 75), 0);
            transform: translate3d(0, calc(1% * 75), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInUp75 {
  -webkit-animation-name: fadeInUp75;
          animation-name: fadeInUp75;
}

@-webkit-keyframes fadeInDown80 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1% * 80), 0);
            transform: translate3d(0, calc(-1% * 80), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown80 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1% * 80), 0);
            transform: translate3d(0, calc(-1% * 80), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInDown80 {
  -webkit-animation-name: fadeInDown80;
          animation-name: fadeInDown80;
}

@-webkit-keyframes fadeInUp80 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(1% * 80), 0);
            transform: translate3d(0, calc(1% * 80), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp80 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(1% * 80), 0);
            transform: translate3d(0, calc(1% * 80), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInUp80 {
  -webkit-animation-name: fadeInUp80;
          animation-name: fadeInUp80;
}

@-webkit-keyframes fadeInDown85 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1% * 85), 0);
            transform: translate3d(0, calc(-1% * 85), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown85 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1% * 85), 0);
            transform: translate3d(0, calc(-1% * 85), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInDown85 {
  -webkit-animation-name: fadeInDown85;
          animation-name: fadeInDown85;
}

@-webkit-keyframes fadeInUp85 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(1% * 85), 0);
            transform: translate3d(0, calc(1% * 85), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp85 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(1% * 85), 0);
            transform: translate3d(0, calc(1% * 85), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInUp85 {
  -webkit-animation-name: fadeInUp85;
          animation-name: fadeInUp85;
}

@-webkit-keyframes fadeInDown90 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1% * 90), 0);
            transform: translate3d(0, calc(-1% * 90), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown90 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1% * 90), 0);
            transform: translate3d(0, calc(-1% * 90), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInDown90 {
  -webkit-animation-name: fadeInDown90;
          animation-name: fadeInDown90;
}

@-webkit-keyframes fadeInUp90 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(1% * 90), 0);
            transform: translate3d(0, calc(1% * 90), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp90 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(1% * 90), 0);
            transform: translate3d(0, calc(1% * 90), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInUp90 {
  -webkit-animation-name: fadeInUp90;
          animation-name: fadeInUp90;
}

@-webkit-keyframes fadeInDown95 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1% * 95), 0);
            transform: translate3d(0, calc(-1% * 95), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown95 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1% * 95), 0);
            transform: translate3d(0, calc(-1% * 95), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInDown95 {
  -webkit-animation-name: fadeInDown95;
          animation-name: fadeInDown95;
}

@-webkit-keyframes fadeInUp95 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(1% * 95), 0);
            transform: translate3d(0, calc(1% * 95), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp95 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(1% * 95), 0);
            transform: translate3d(0, calc(1% * 95), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInUp95 {
  -webkit-animation-name: fadeInUp95;
          animation-name: fadeInUp95;
}

@-webkit-keyframes fadeInDown100 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1% * 100), 0);
            transform: translate3d(0, calc(-1% * 100), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown100 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1% * 100), 0);
            transform: translate3d(0, calc(-1% * 100), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInDown100 {
  -webkit-animation-name: fadeInDown100;
          animation-name: fadeInDown100;
}

@-webkit-keyframes fadeInUp100 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(1% * 100), 0);
            transform: translate3d(0, calc(1% * 100), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp100 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(1% * 100), 0);
            transform: translate3d(0, calc(1% * 100), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInUp100 {
  -webkit-animation-name: fadeInUp100;
          animation-name: fadeInUp100;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: fixed;
  inset: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  padding: 2rem;
  padding-bottom: 6rem;
  background: #f2f4f6;
  -webkit-transition: -webkit-transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
  transition: -webkit-transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}

.overlay.overlay--hidden {
  -webkit-transform: translateY(-110vh);
      -ms-transform: translateY(-110vh);
          transform: translateY(-110vh);
  pointer-events: none;
}

.overlay.overlay--removed {
  display: none;
}

#svgContainer {
  width: 100%;
  max-width: 32rem;
  height: auto;
}

#svgContainer g rect {
  fill: transparent;
}

#svgContainer g path {
  fill: #5ab16f;
  stroke: #5ab16f;
}

.swiper-wrapper {
  -webkit-transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
}

.header {
  position: absolute;
  top: 3.2rem;
  left: var(--hero-frame-padding-x, 8.6rem);
  right: var(--hero-frame-padding-x, 8.6rem);
  z-index: var(--z-header);
  width: auto;
  max-width: none;
  padding: 0;
  pointer-events: none;
}
.header--open {
  z-index: var(--z-modal);
}

.header-fixed {
  --hero-frame-padding-x: 8.6rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: var(--z-modal);
  width: calc(min(162.6rem, 100vw) - 2 * var(--hero-frame-padding-x, 8.6rem));
  max-width: none;
  margin-inline: auto;
  padding: 1.6rem 6.4rem;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  pointer-events: none;
  visibility: hidden;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: visibility 0s linear 0.45s, -webkit-transform 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: visibility 0s linear 0.45s, -webkit-transform 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.45s cubic-bezier(0.39, 0.575, 0.565, 1), visibility 0s linear 0.45s;
  transition: transform 0.45s cubic-bezier(0.39, 0.575, 0.565, 1), visibility 0s linear 0.45s, -webkit-transform 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.header-fixed::before {
  content: "";
  position: absolute;
  top: 0;
  right: -2.4rem;
  bottom: 0;
  left: -2.4rem;
  z-index: -1;
  opacity: 0;
  background-color: color-mix(in srgb, var(--color-hero-bg) 94%, transparent);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  -webkit-box-shadow: 0 1px 0 rgba(31, 61, 47, 0.08);
          box-shadow: 0 1px 0 rgba(31, 61, 47, 0.08);
  border-radius: 0 0 2rem 2rem;
  pointer-events: none;
  -webkit-transition: opacity 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.header-fixed--visible {
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: visibility 0s linear 0s, -webkit-transform 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: visibility 0s linear 0s, -webkit-transform 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.45s cubic-bezier(0.39, 0.575, 0.565, 1), visibility 0s linear 0s;
  transition: transform 0.45s cubic-bezier(0.39, 0.575, 0.565, 1), visibility 0s linear 0s, -webkit-transform 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.header-fixed--visible::before {
  opacity: 1;
}
.header-fixed--visible.header-fixed--hiding {
  pointer-events: none;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: visibility 0s linear 0.45s, -webkit-transform 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: visibility 0s linear 0.45s, -webkit-transform 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.45s cubic-bezier(0.39, 0.575, 0.565, 1), visibility 0s linear 0.45s;
  transition: transform 0.45s cubic-bezier(0.39, 0.575, 0.565, 1), visibility 0s linear 0.45s, -webkit-transform 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.header-fixed--visible.header-fixed--hiding::before {
  opacity: 0;
}
.header-fixed.header--open {
  z-index: calc(var(--z-modal) + 1);
}

.header__inner {
  position: relative;
  z-index: var(--z-modal);
  display: flex;
  align-items: center;
  gap: 0;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  pointer-events: auto;
}

.header__logo {
  position: relative;
  z-index: 2;
  display: block;
  flex-shrink: 0;
  margin-right: 14rem;
  line-height: 0;
}

.header__logo-img {
  display: block;
  width: 15.6rem;
  height: auto;
}

.header__burger {
  position: relative;
  z-index: 2;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.5rem;
  flex-shrink: 0;
  width: 5.2rem;
  height: 5.2rem;
  margin-left: auto;
  padding: 0;
  border: 1px solid rgba(31, 61, 47, 0.5);
  border-radius: 1.4rem;
  background: rgba(230, 238, 234, 0.85);
  backdrop-filter: blur(8px);
  cursor: pointer;
  -webkit-transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
}
.header__burger:hover {
  border-color: var(--color-forest);
}

.header__burger-line {
  display: block;
  width: 2.2rem;
  height: 2px;
  border-radius: 1px;
  background-color: var(--color-forest);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
}

.header--open .header__burger-line:nth-child(1),
.header-fixed.header--open .header__burger-line:nth-child(1) {
  -webkit-transform: translateY(0.7rem) rotate(45deg);
      -ms-transform: translateY(0.7rem) rotate(45deg);
          transform: translateY(0.7rem) rotate(45deg);
}
.header--open .header__burger-line:nth-child(2),
.header-fixed.header--open .header__burger-line:nth-child(2) {
  opacity: 0;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
}
.header--open .header__burger-line:nth-child(3),
.header-fixed.header--open .header__burger-line:nth-child(3) {
  -webkit-transform: translateY(-0.7rem) rotate(-45deg);
      -ms-transform: translateY(-0.7rem) rotate(-45deg);
          transform: translateY(-0.7rem) rotate(-45deg);
}

.header__nav {
  flex-shrink: 1;
  min-width: 0;
}

.header__nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: 3.2rem;
}

.header__nav-link {
  font-family: var(--font-family-display);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--color-hero-text);
  white-space: nowrap;
  -webkit-transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
}
.header__nav-link:hover, .header__nav-link--active {
  color: var(--color-forest);
}

.header__mobile-panel {
  display: none;
}

.header__cabinet {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 1.6rem;
  flex-shrink: 0;
  margin-left: auto;
  -webkit-transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
}
.header__cabinet:hover .header__cabinet-text {
  color: var(--color-forest);
}

.header__cabinet-text {
  font-family: var(--font-family-display);
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  color: var(--color-hero-btn);
  -webkit-transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
}

.header__cabinet-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 5.7rem;
  height: 5.7rem;
  border: 1px solid rgba(31, 61, 47, 0.5);
  border-radius: 1.7rem;
}
.header__cabinet-icon img {
  display: block;
  width: 2.4rem;
  height: auto;
}
.hero {
  --hero-frame-padding-x: 8.6rem;
  --hero-visual-width: clamp(56rem, calc(100vw - 84rem), 95.8rem);
  --hero-visual-right: clamp(-6rem, -3.2vw, -2rem);
  position: relative;
  background-color: var(--color-hero-bg);
  overflow: hidden;
}
.hero:has(.header--open) {
  z-index: var(--z-modal);
  overflow: visible;
}
.hero:has(.header--open) .hero__panel,
.hero:has(.header--open) .hero__frame {
  overflow: visible;
}

.hero .main {
  position: relative;
  z-index: 1;
}

.hero__bg {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 0;
  width: 100vw;
  height: 106.7rem;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.hero__bg-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  -webkit-filter: blur(2.45px);
          filter: blur(2.45px);
}

.hero__bg-fade {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 17.5rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(6.731%, rgba(192, 205, 198, 0)), color-stop(74.038%, rgba(211, 217, 209, 0.85)), to(var(--color-hero-bg)));
  background: linear-gradient(180deg, rgba(192, 205, 198, 0) 6.731%, rgba(211, 217, 209, 0.85) 74.038%, var(--color-hero-bg) 100%);
}

.hero__panel {
  position: relative;
  z-index: 1;
  max-width: 180.2rem;
  max-width: 150rem;
  margin: 6.7rem auto 0;
}

.hero__frame {
  position: relative;
  min-height: 92.6rem;
  padding: 3.2rem var(--hero-frame-padding-x) 5rem;
  border-radius: 5rem 5rem 0 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(232, 235, 230, 0.64)), color-stop(70%, rgba(232, 235, 230, 0.64)), color-stop(80%, rgba(232, 235, 230, 0.14)), color-stop(90%, rgba(232, 235, 230, 0.04)), to(transparent));
  background: linear-gradient(180deg, rgba(232, 235, 230, 0.64) 0%, rgba(232, 235, 230, 0.64) 70%, rgba(232, 235, 230, 0.14) 80%, rgba(232, 235, 230, 0.04) 90%, transparent 100%);
  overflow: hidden;
}
.hero__frame::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1.5px solid #fff;
  border-bottom: none;
  border-radius: inherit;
  pointer-events: none;
  mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(58%, #000), color-stop(78%, rgba(0, 0, 0, 0.35)), to(transparent));
  mask-image: linear-gradient(180deg, #000 0%, #000 58%, rgba(0, 0, 0, 0.35) 78%, transparent 100%);
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(58%, #000), color-stop(78%, rgba(0, 0, 0, 0.35)), to(transparent));
  -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 58%, rgba(0, 0, 0, 0.35) 78%, transparent 100%);
}

.hero__body {
  position: relative;
  z-index: 1;
}

.hero__content {
  position: relative;
  z-index: 2;
  max-width: 103.7rem;
  padding-top: 22rem;
}

.hero__title {
  margin: 0 0 2.4rem;
  font-family: var(--font-family-display);
  font-weight: 400;
  color: var(--color-forest);
}

.hero__title-line {
  display: block;
  font-size: clamp(3rem, 4.2vw, 6.433rem);
  line-height: 1.1;
}

.hero__title-line--sub {
  font-size: clamp(2.2rem, 3vw, 4.483rem);
  line-height: 1.15;
}

.hero__text {
  max-width: 43.7rem;
  margin: 0 0 3.3rem;
  font-family: var(--font-family-display);
  font-size: clamp(1.6rem, 1.5vw, 2.3rem);
  font-weight: 400;
  line-height: 1.4;
  color: var(--color-hero-text);
}

.hero__text-brand {
  white-space: nowrap;
}

.hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 6rem;
  padding: 1.2rem 4.3rem;
  border-radius: 1.6rem;
  background-color: var(--color-hero-btn);
  font-family: var(--font-family-display);
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  -webkit-transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
}
.hero__btn:hover {
  background-color: color-mix(in srgb, var(--color-hero-btn) 88%, white);
  color: #fff;
}

.hero__actions {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}

.hero__instruction {
  margin-top: 1.2rem;
  font-family: var(--font-family-display);
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.3;
  color: var(--color-hero-text);
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 0.3em;
  -webkit-transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
}
.hero__instruction:hover {
  color: var(--color-forest);
}

.hero__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 2.1rem;
  margin-top: 10.3rem;
}

.hero__card {
  width: 22rem;
  min-height: 21.2rem;
  padding: 2.8rem 1.8rem 1.6rem;
  border: 1.2px solid #fff;
  border-radius: 3.5rem;
  background: rgba(230, 238, 234, 0.7);
  backdrop-filter: blur(12.35px);
}

.hero__card--stats {
  padding-top: 2.6rem;
}

.hero__card-label,
.hero__card-note,
.hero__card-desc {
  margin: 0;
  font-family: var(--font-family-display);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.2;
  color: var(--color-hero-text);
}

.hero__card-value {
  margin: 0.4rem 0 0;
  font-family: var(--font-family-display);
  font-size: 3rem;
  font-weight: 500;
  line-height: 3.2rem;
  color: var(--color-hero-text);
}

.hero__card-chart {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-top: 1.7rem;
}

.hero__card--stats .hero__card-chart {
  width: 18.4rem;
  margin-top: 1.5rem;
}

.hero__card-title {
  margin: 0 0 0.8rem;
  font-family: var(--font-family-display);
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;
  color: var(--color-hero-text);
}

.hero__card-preview {
  margin-top: 1.6rem;
  border-radius: 1.5rem;
  overflow: hidden;
}

.hero__card-preview-img {
  display: block;
  width: 100%;
  height: auto;
}

.hero__visual {
  position: absolute;
  right: var(--hero-visual-right);
  bottom: -6rem;
  z-index: 1;
  width: var(--hero-visual-width);
  max-width: none;
  min-height: 0;
  margin: 0;
  pointer-events: none;
}

.hero__visual-img {
  display: block;
  width: 100%;
  height: auto;
}

.hero__features {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 2.4rem;
  margin-top: 0;
  padding: 2.5rem var(--hero-frame-padding-x) 0;
}

.hero__feature {
  display: flex;
  align-items: center;
  gap: 1.8rem;
  flex: 0 0 auto;
  min-width: 0;
}

.hero__feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 5.6rem;
  height: 5.6rem;
  border: 1px solid rgba(41, 62, 52, 0.5);
  border-radius: 1.7rem;
}
.hero__feature-icon img {
  display: block;
  max-width: 3.3rem;
  max-height: 3.2rem;
  width: auto;
  height: auto;
}

.hero__feature-text {
  font-family: var(--font-family-display);
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.05;
  color: var(--color-hero-text);
}
.coin {
  --coin-main-min-height: 76.9rem;
  --coin-main-coin-max-width: 52rem;
  --coin-main-heading-size: 6.4rem;
  --coin-main-note-size: 2.6rem;
  --coin-side-min-height: 37.6rem;
  --coin-side-coin-size: 16.7rem;
  --coin-side-equals-size: 7rem;
  --coin-side-trees-size: 18.4rem;
  --coin-forest-width: 19.9rem;
  --coin-forest-height: 24.4rem;
  --coin-side-title-size: 3.2rem;
  --coin-side-text-size: 1.8rem;
  position: relative;
  background-color: var(--color-hero-bg);
  overflow: hidden;
}

.coin__panel {
  position: relative;
  z-index: 1;
  max-width: 168.2rem;
  max-width: 150rem;
  margin: 0 auto;
  margin-top: 5.4rem;
}

.coin__frame {
  position: relative;
  padding: 4.9rem 9.1rem 6rem;
  border-radius: 5rem;
  overflow: hidden;
}
.coin__frame::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1.5px solid #fff;
  border-radius: inherit;
  pointer-events: none;
  mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(10%, #000), to(transparent));
  mask-image: linear-gradient(180deg, #000 0%, #000 10%, transparent 100%);
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(10%, #000), to(transparent));
  -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 10%, transparent 100%);
}

.coin__inner {
  position: relative;
  z-index: 1;
}

.coin__title {
  max-width: 103.7rem;
  margin: 0 0 4.9rem;
  font-family: var(--font-family-display);
  font-size: clamp(2.4rem, 3.2vw, 4.5rem);
  font-weight: 500;
  line-height: 1.15;
  color: var(--color-forest);
}

.coin__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.64fr) minmax(0, 1fr);
  gap: 1.7rem 2rem;
  align-items: stretch;
}

.coin__main {
  position: relative;
  height: 100%;
  min-height: var(--coin-main-min-height);
}

.coin__timer {
  position: absolute;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.coin__timer img {
  display: block;
}

.coin__timer--main {
  top: -8.69rem;
  left: -17.75rem;
  width: 86.32rem;
  height: 86.32rem;
}
.coin__timer--main img {
  width: 59.22rem;
  height: 59.22rem;
  width: 86.22rem;
  height: 86.22rem;
}

.coin__planting {
  position: relative;
  flex: 1 1 37.6rem;
  min-height: var(--coin-side-min-height);
}

.coin__timer--planting {
  top: -15.88rem;
  left: -11.76rem;
  width: 78.08rem;
  height: 78.08rem;
}
.coin__timer--planting img {
  width: 78.81rem;
  height: 78.81rem;
}

.coin__card--planting {
  position: relative;
  z-index: 1;
  height: 100%;
}

.coin__card {
  position: relative;
  overflow: hidden;
  border-radius: 5rem;
  border: 1.5px solid rgba(255, 255, 255, 0.35);
}

.coin__card--main {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
}

.coin__card--planting,
.coin__card--future {
  min-height: var(--coin-side-min-height);
}

.coin__card--future {
  flex: 1 1 37.6rem;
}

.coin__card-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.coin__card-bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.coin__card-glass {
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  pointer-events: none;
}

.coin__card--main .coin__card-glass {
  background: rgba(235, 238, 228, 0.25);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.coin__card-inner {
  position: relative;
  z-index: 2;
  height: 100%;
  min-height: inherit;
  padding: 4.8rem 4.2rem 4rem;
}

.coin__card--main .coin__card-inner {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr;
  flex: 1;
  min-height: var(--coin-main-min-height);
  height: 100%;
  padding: 5.6rem 5.8rem 5.8rem 4rem;
}

.coin__card--main .coin__coin-big {
  grid-column: 1;
  grid-row: 1/-1;
  align-self: center;
  justify-self: start;
  width: 100%;
  max-width: var(--coin-main-coin-max-width);
  -webkit-filter: drop-shadow(0.8rem 1.2rem 0.3rem rgba(17, 48, 38, 0.07));
          filter: drop-shadow(0.8rem 1.2rem 0.3rem rgba(17, 48, 38, 0.07));
  max-width: 44.2rem;
}
.coin__card--main .coin__coin-big img {
  display: block;
  width: 100%;
  height: auto;
}

.coin__card--main .coin__card-heading {
  grid-column: 1;
  grid-row: 1;
  align-self: start;
  justify-self: stretch;
  width: 100%;
  max-width: none;
  margin: 0;
  font-family: var(--font-family-display);
  font-size: var(--coin-main-heading-size);
  font-weight: 600;
  line-height: 1.328;
  text-align: right;
  text-transform: uppercase;
  color: var(--color-forest);
  text-shadow: 0.6rem 0.5rem 0 rgba(17, 48, 38, 0.06);
}

.coin__card-heading-line {
  display: block;
  width: 100%;
  white-space: nowrap;
}

.coin__card--main .coin__card-note {
  grid-column: 1;
  grid-row: 2;
  align-self: end;
  justify-self: stretch;
  width: 100%;
  max-width: none;
  margin: 0;
  font-family: var(--font-family-display);
  font-size: var(--coin-main-note-size);
  font-weight: 400;
  line-height: 1.308;
  text-align: right;
  color: var(--color-forest);
}

.coin__card-note-light {
  font-weight: 300;
}

.coin__side {
  display: flex;
  flex-direction: column;
  gap: 1.7rem;
  height: var(--coin-main-min-height);
  min-height: var(--coin-main-min-height);
}

.coin__card--planting .coin__card-inner {
  position: relative;
  min-height: var(--coin-side-min-height);
  height: 100%;
  padding: 0;
}

.coin__card--planting .coin__equation {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.coin__card--planting .coin__coin-small {
  position: absolute;
  top: 10.1%;
  left: 21.6%;
  width: var(--coin-side-coin-size);
  -webkit-filter: drop-shadow(0.5rem 0.75rem 0.19rem rgba(17, 48, 38, 0.07));
          filter: drop-shadow(0.5rem 0.75rem 0.19rem rgba(17, 48, 38, 0.07));
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: auto;
}
.coin__card--planting .coin__coin-small img {
  display: block;
  width: 100%;
  height: auto;
}

.coin__card--planting .coin__equals {
  position: absolute;
  top: 35.3%;
  left: 48%;
  margin: 0;
  font-family: var(--font-family-display);
  font-size: var(--coin-side-equals-size);
  font-weight: 300;
  line-height: 1;
  color: var(--color-forest);
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: auto;
}

.coin__card--planting .coin__trees {
  position: absolute;
  top: 7.7%;
  left: 75.2%;
  width: var(--coin-side-trees-size);
  max-width: var(--coin-side-trees-size);
  margin: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: auto;
}
.coin__card--planting .coin__trees img {
  display: block;
  width: 100%;
  height: auto;
}

.coin__card--planting .coin__side-content {
  position: absolute;
  top: 64.4%;
  left: 6.4%;
  z-index: 1;
  width: 87.2%;
  max-width: none;
  min-width: 0;
}

.coin__card--planting .coin__side-title {
  margin: 0 0 0.4rem;
  font-family: var(--font-family-display);
  font-size: var(--coin-side-title-size);
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
  color: var(--color-forest);
  text-shadow: 0.6rem 0.5rem 0 rgba(17, 48, 38, 0.06);
}

.coin__card--planting .coin__side-text {
  margin: 0;
  font-family: var(--font-family-display);
  font-size: var(--coin-side-text-size);
  font-weight: 400;
  line-height: 1.5;
  color: var(--color-forest);
}

.coin__card--future .coin__card-inner {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2.4rem 2.8rem;
  align-items: center;
  padding: 3.6rem 3.4rem 3.4rem 3rem;
}

.coin__equation {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
}

.coin__coin-small {
  width: 16.7rem;
  -webkit-filter: drop-shadow(0.5rem 0.75rem 0.19rem rgba(17, 48, 38, 0.07));
          filter: drop-shadow(0.5rem 0.75rem 0.19rem rgba(17, 48, 38, 0.07));
}
.coin__coin-small img {
  display: block;
  width: 100%;
  height: auto;
}

.coin__equals {
  font-family: var(--font-family-display);
  font-size: 7rem;
  font-weight: 300;
  line-height: 1;
  color: var(--color-forest);
}

.coin__trees {
  width: 10.5rem;
  margin-top: -0.4rem;
}
.coin__trees img {
  display: block;
  width: 100%;
  height: auto;
}

.coin__forest {
  width: var(--coin-forest-width);
  height: var(--coin-forest-height);
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.coin__forest img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.coin__side-content {
  min-width: 0;
}

.coin__side-title {
  margin: 0 0 1.2rem;
  font-family: var(--font-family-display);
  font-size: var(--coin-side-title-size);
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
  color: var(--color-forest);
  text-shadow: 0.6rem 0.5rem 0 rgba(17, 48, 38, 0.06);
}

.coin__side-text {
  margin: 0;
  font-family: var(--font-family-display);
  font-size: var(--coin-side-text-size);
  font-weight: 400;
  line-height: 1.5;
  color: var(--color-forest);
}
.preserve {
  position: relative;
  background-color: var(--color-hero-bg);
  overflow: hidden;
}

.preserve__panel {
  position: relative;
  z-index: 1;
  max-width: 168.2rem;
  max-width: 150rem;
  margin: 0 auto;
  padding: 0 9.1rem 6rem;
  margin-bottom: 6rem;
}
.preserve__panel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: 0 0 50px 50px;
  border: 1.5px solid rgba(17, 48, 38, 0.24);
  opacity: 0.4;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(232, 235, 230, 0.51)), color-stop(91.85%, rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgba(232, 235, 230, 0.51) 0%, rgba(255, 255, 255, 0) 91.85%);
  pointer-events: none;
  mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), to(#000));
  mask-image: linear-gradient(180deg, transparent 0%, transparent 50%, #000 100%);
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), to(#000));
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, transparent 50%, #000 100%);
}

.preserve__title {
  position: relative;
  z-index: 1;
  margin: 0 0 3.8rem;
  font-family: var(--font-family-display);
  font-size: clamp(2.4rem, 3.2vw, 4.5rem);
  font-weight: 400;
  line-height: 1.15;
  color: var(--color-forest);
}

.preserve__title-line {
  display: block;
}

.preserve__title-line--accent {
  font-weight: 500;
}

.preserve__main {
  position: relative;
  z-index: 1;
}

.preserve__decor {
  position: absolute;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.preserve__decor img {
  display: block;
}

.preserve__decor--ellipse-1 {
  top: 33.3rem;
  left: -14.9rem;
  width: 48.37rem;
  height: 48.37rem;
}
.preserve__decor--ellipse-1 img {
  width: 35.41rem;
  height: 35.41rem;
}

.preserve__decor--ellipse-2 {
  top: -14.5rem;
  left: 82.37rem;
  width: 63.07rem;
  height: 63.07rem;
}
.preserve__decor--ellipse-2 img {
  width: 50.81rem;
  height: 50.81rem;
}

.preserve__content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.57fr) minmax(0, 1fr);
  align-items: stretch;
  min-height: 66.5rem;
  border-radius: 5rem;
  overflow: hidden;
}

.preserve__map {
  position: relative;
  min-height: 66.5rem;
}
.preserve__map img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}

.preserve__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(3, minmax(0, 1fr));
  min-height: 66.5rem;
}

.preserve__item {
  position: relative;
  margin: 0;
  overflow: hidden;
}

.preserve__item--image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.preserve__item--text {
  display: flex;
  align-items: center;
  padding: 2rem 1.8rem;
  font-family: var(--font-family-display);
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.25;
  color: var(--color-forest);
}
.preserve__item--text p {
  margin: 0;
}

.preserve__item--tone-a {
  background-color: #96aaa4;
}

.preserve__item--tone-b {
  background-color: #ced5cd;
}

.preserve__item--tone-c {
  background-color: #eceee4;
}

.preserve__item--light {
  color: #fff;
}

.preserve__item--corner-tr {
  border-top-right-radius: 5.6rem;
}

.preserve__item--corner-br {
  border-bottom-right-radius: 5.6rem;
}
.info {
  position: relative;
  background-color: var(--color-hero-bg);
  overflow: hidden;
}

.info__panel {
  position: relative;
  z-index: 1;
  max-width: 168.2rem;
  margin: 0 auto;
  padding: 0 9.1rem 6rem;
}

.info__frame {
  position: relative;
  border-radius: 5rem;
  padding: 6.1rem 9.1rem 5.9rem;
}
.info__frame::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  border: 1.5px solid rgba(17, 48, 38, 0.24);
  opacity: 0.4;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.73)), color-stop(103.67%, rgba(255, 255, 255, 0.28)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.73) 0%, rgba(255, 255, 255, 0.28) 103.67%);
  pointer-events: none;
}

.info__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 3.8rem;
}

.info__card {
  margin: 0;
}

.info__link {
  display: block;
  color: inherit;
  text-decoration: none;
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
}
.info__link:hover {
  -webkit-transform: translateY(-0.4rem) scale(1.03);
      -ms-transform: translateY(-0.4rem) scale(1.03);
          transform: translateY(-0.4rem) scale(1.03);
}
.info__link:hover .info__title {
  color: #3C673E;
}

.info__visual {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  min-height: 33.1rem;
  padding: 2.2rem 2rem 2.4rem;
  border-radius: 5rem;
  border: 1.5px solid rgba(17, 48, 38, 0.24);
  overflow: hidden;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.45)), color-stop(103.67%, rgba(255, 255, 255, 0.32)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.45) 0%, rgba(255, 255, 255, 0.32) 103.67%);
}

.info__decor {
  position: absolute;
  top: var(--info-decor-top, -11rem);
  right: var(--info-decor-right, auto);
  bottom: var(--info-decor-bottom, auto);
  left: var(--info-decor-left, 50%);
  z-index: 0;
  width: var(--info-decor-width, 75.4rem);
  height: var(--info-decor-height, 75.4rem);
  -webkit-transform: var(--info-decor-transform, translateX(-50%));
      -ms-transform: var(--info-decor-transform, translateX(-50%));
          transform: var(--info-decor-transform, translateX(-50%));
  pointer-events: none;
  opacity: var(--info-decor-opacity, 0.55);
}
.info__decor img {
  display: block;
  width: 100%;
  height: 100%;
}

.info__decor--video {
  --info-decor-top: 1rem;
  --info-decor-left: 48%;
  --info-decor-transform: translateX(-50%);
  --info-decor-width: 44.4rem;
  --info-decor-height: 32.4rem;
}

.info__decor--announce {
  --info-decor-top: 1rem;
  --info-decor-left: 48%;
  --info-decor-transform: translateX(-50%);
  --info-decor-width: 44.4rem;
  --info-decor-height: 32.4rem;
}

.info__decor--alfa {
  --info-decor-top: 1rem;
  --info-decor-left: 48%;
  --info-decor-transform: translateX(-50%);
  --info-decor-width: 44.4rem;
  --info-decor-height: 32.4rem;
}

.info__img {
  position: absolute;
  top: 2.2rem;
  left: 50%;
  z-index: 1;
  display: block;
  width: auto;
  height: auto;
  max-width: 27.7rem;
  max-height: 22.2rem;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
}

.info__img--announce {
  top: 3.4rem;
  max-width: 23.8rem;
  max-height: 21.4rem;
}

.info__img--alfa {
  top: 3.5rem;
  max-width: 23rem;
  max-height: 22.5rem;
  -o-object-position: center bottom;
     object-position: center bottom;
}

.info__title {
  position: relative;
  z-index: 2;
  margin: 0;
  font-family: var(--font-family-display);
  font-size: clamp(2rem, 2.2vw, 3rem);
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  color: var(--color-forest);
  -webkit-transition: color 0.35s ease;
  transition: color 0.35s ease;
}
.become {
  position: relative;
  background-color: var(--color-hero-bg);
  overflow: hidden;
}

.become__panel {
  position: relative;
  z-index: 1;
  max-width: 168.2rem;
  margin: 0 auto;
  padding: 0 9.1rem 6rem;
}

.become__frame {
  position: relative;
  min-height: 91.1rem;
  border-radius: 5rem;
  overflow: hidden;
}
.become__frame::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.71);
  border-radius: inherit;
  pointer-events: none;
}

.become__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.become__bg img {
  display: block;
  width: 110%;
  height: 108%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left bottom;
     object-position: left bottom;
}

.become__inner {
  position: relative;
  z-index: 1;
  min-height: 91.1rem;
  padding: 6.4rem 9.7rem 6.4rem 8.7rem;
}

.become__title {
  position: relative;
  z-index: 1;
  max-width: 90.9rem;
  margin: 0;
  font-family: var(--font-family-display);
  font-size: clamp(2.8rem, 3.2vw, 4.5rem);
  font-weight: 500;
  line-height: 1.11;
  color: var(--color-forest);
}

.become__cards {
  position: absolute;
  top: 17.7rem;
  right: 9.7rem;
  width: min(84.5rem, 52%);
  display: flex;
  flex-direction: column;
  gap: 1.7rem;
}

.become__card {
  margin: 0;
  padding: 2.7rem 5rem 3.8rem;
  border-radius: 5rem;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(12px);
}

.become__card-title {
  margin: 0 0 1.6rem;
  font-family: var(--font-family-display);
  font-size: clamp(2.4rem, 2.6vw, 4rem);
  font-weight: 500;
  line-height: 1.25;
  color: var(--color-forest);
}

.become__card-text {
  margin: 0;
  max-width: 73.5rem;
  font-family: var(--font-family-display);
  font-size: clamp(1.6rem, 1.6vw, 2.4rem);
  font-weight: 400;
  line-height: 1.25;
  color: var(--color-forest);
  opacity: 0.9;
}
.avail {
  position: relative;
  background-color: var(--color-hero-bg);
  overflow: hidden;
}

.avail__panel {
  position: relative;
  z-index: 1;
  max-width: 168.2rem;
  margin: 0 auto;
  padding: 0 9.1rem 6rem;
}

.avail__frame {
  position: relative;
  padding: 4.9rem 9rem 5rem;
  border-radius: 5rem;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.73)), to(rgba(255, 255, 255, 0.28)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.73) 0%, rgba(255, 255, 255, 0.28) 100%);
  background: #DEE3DD;
}
.avail__frame::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1.5px solid rgba(17, 48, 38, 0.24);
  border-radius: inherit;
  pointer-events: none;
}

.avail__title {
  position: relative;
  z-index: 1;
  max-width: 99.7rem;
  margin: 0 0 4.9rem;
  font-family: var(--font-family-display);
  font-size: clamp(2.4rem, 3.2vw, 4.5rem);
  font-weight: 500;
  line-height: 1.13;
  color: var(--color-forest);
}

.avail__title-line {
  display: block;
}
.avail__title-line--regular {
  font-weight: 400;
}

.avail__timeline {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
}

.avail__step {
  display: grid;
  grid-template-columns: minmax(0, 42.1rem) minmax(0, 1fr);
  gap: 2.4rem 6.3rem;
  align-items: center;
  min-height: 15.8rem;
  padding: 2.5rem 2.1rem;
  border-radius: 5rem;
  border: 1.5px solid rgba(17, 48, 38, 0.24);
  background: rgba(255, 255, 255, 0.67);
  background: #E6EAE5;
  backdrop-filter: blur(12.35px);
}
.avail__step--tall {
  min-height: 27.3rem;
}

.avail__dates {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  width: 100%;
}

.avail__date-row {
  position: relative;
  display: flex;
  align-items: stretch;
  width: 100%;
  max-width: 42.1rem;
  min-height: 10.5rem;
}

.avail__date-pill {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 10.5rem;
  border: 1.2px solid #D2DAD6;
  border-radius: 2.5rem;
  backdrop-filter: blur(12.35px);
  font-family: var(--font-family-display);
  font-size: clamp(1.8rem, 2vw, 3rem);
  line-height: 1.07;
  text-align: center;
}
.avail__date-pill--main {
  flex: 1;
  min-width: 0;
  padding: 0 2rem;
  padding-right: 19.6rem;
  background-color: #c3cec8;
  font-weight: 500;
  color: var(--color-forest);
}
.avail__date-pill--time {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 18.5rem;
  background: rgba(230, 238, 234, 0.7);
  font-weight: 300;
  color: var(--color-hero-text);
}
.avail__date-pill--full {
  width: 100%;
  padding-right: 2rem;
}

.avail__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.2rem;
}

.avail__label {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  margin: 0;
  font-family: var(--font-family-display);
  font-size: clamp(1.6rem, 1.8vw, 2.6rem);
  font-weight: 400;
  line-height: 1.46;
  color: var(--color-hero-btn);
}

.avail__label-dash {
  display: block;
  width: 3.4rem;
  height: 1px;
  flex-shrink: 0;
  background-color: var(--color-hero-btn);
}

.avail__text {
  margin: 0;
  max-width: 88.4rem;
  font-family: var(--font-family-display);
  font-size: clamp(1.6rem, 2vw, 3rem);
  font-size: clamp(1.6rem, 2vw, 2.3rem);
  font-weight: 500;
  line-height: 1.27;
  color: var(--color-hero-text);
}

.avail__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 43.4rem;
  min-height: 6rem;
  padding: 1rem 2.4rem;
  border-radius: 1.6rem;
  background-color: var(--color-hero-btn);
  font-family: var(--font-family-display);
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.75;
  color: #fff;
  text-align: center;
  margin-top: 2.3rem;
  display: none;
  -webkit-transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
}
.avail__btn:hover {
  background-color: color-mix(in srgb, var(--color-hero-btn) 88%, white);
  color: #fff;
}
.save {
  position: relative;
  background-color: var(--color-hero-bg);
  overflow: hidden;
}

.save__panel {
  position: relative;
  z-index: 1;
  max-width: 168.2rem;
  margin: 0 auto;
  padding: 0 9.1rem 6rem;
}

.save__frame {
  position: relative;
  min-height: 88.1rem;
  border-radius: 5rem;
  overflow: hidden;
}
.save__frame::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: inherit;
  pointer-events: none;
}

.save__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.save__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(71.54%, rgba(189, 190, 183, 0)), color-stop(97.49%, rgba(195, 196, 192, 0.98))), -webkit-gradient(linear, left top, left bottom, color-stop(14.39%, rgba(211, 217, 209, 0.84)), color-stop(35.82%, rgba(211, 217, 209, 0)));
  background: linear-gradient(180deg, rgba(189, 190, 183, 0) 71.54%, rgba(195, 196, 192, 0.98) 97.49%), linear-gradient(180deg, rgba(211, 217, 209, 0.84) 14.39%, rgba(211, 217, 209, 0) 35.82%);
  pointer-events: none;
}
.save__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
  -webkit-filter: blur(2.35px);
          filter: blur(2.35px);
}

.save__inner {
  position: relative;
  z-index: 1;
  min-height: 88.1rem;
  padding: 4.9rem 4.9rem 6.1rem;
  padding: 4.9rem 4.9rem 2.1rem;
}

.save__title {
  max-width: 107.9rem;
  margin: 0;
  font-family: var(--font-family-display);
  font-size: clamp(2.8rem, 3.2vw, 4.5rem);
  font-weight: 500;
  line-height: 1.11;
  color: var(--color-forest);
}

.save__title-line {
  display: block;
}

.save__subtitle {
  max-width: 106.2rem;
  margin: 1.9rem 0 0;
  font-family: var(--font-family-display);
  font-size: clamp(2.8rem, 3.2vw, 4.5rem);
  font-weight: 400;
  line-height: 1.11;
  color: var(--color-hero-btn);
}

.save__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2.6rem;
  margin-top: 1.7rem;
}

.save__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.save__visual {
  width: 100%;
  max-width: 52.3rem;
  margin: 0 auto;
}
.save__visual img {
  display: block;
  width: 100%;
  height: auto;
}

.save__item-title {
  margin: -4rem 0 0;
  font-family: var(--font-family-display);
  font-size: clamp(2rem, 2.2vw, 3rem);
  font-weight: 500;
  line-height: 1.27;
  color: var(--color-forest);
}

.save__item-text {
  margin: 1.9rem 0 0;
  max-width: 45.3rem;
  font-family: var(--font-family-display);
  font-size: clamp(1.6rem, 1.6vw, 2.4rem);
  font-weight: 400;
  line-height: 1.17;
  color: var(--color-forest);
}

.save__item-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 34.2rem;
  min-height: 4.7rem;
  margin: 3.5rem 0 0;
  padding: 0.4rem 1.6rem;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 1.3rem;
  font-family: var(--font-family-display);
  font-size: clamp(1.4rem, 1.3vw, 2rem);
  font-weight: 400;
  line-height: 1.9;
  color: var(--color-hero-btn);
}

.save__item-note {
  max-width: 34.2rem;
  margin: 1.2rem 0 0;
  font-family: var(--font-family-display);
  font-size: clamp(1.2rem, 1.1vw, 1.5rem);
  font-weight: 300;
  line-height: 1.3;
  color: #475D55;
}
.gallery {
  position: relative;
  background-color: var(--color-hero-bg);
  overflow: hidden;
}

.gallery__panel {
  position: relative;
  z-index: 1;
  max-width: 168.2rem;
  margin: 0 auto;
  padding: 0 9.1rem 6rem;
}

.gallery__frame {
  position: relative;
  border-radius: 5rem;
  overflow: hidden;
}
.gallery__frame::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  border: 1.5px solid rgba(17, 48, 38, 0.24);
  border-radius: inherit;
  pointer-events: none;
}

.gallery__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}
.gallery__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  mix-blend-mode: soft-light;
}

.gallery__inner {
  position: relative;
  z-index: 1;
  padding: 5.1rem 12.5rem 6.4rem;
}

.gallery__title {
  max-width: 119.3rem;
  margin: 0 auto;
  font-family: var(--font-family-display);
  font-size: clamp(2.4rem, 3.2vw, 4.5rem);
  font-weight: 500;
  line-height: 1.11;
  text-align: center;
  color: #fff;
}

.gallery__title-line {
  display: block;
}

.gallery__subtitle {
  margin: 2.3rem 0 0;
  font-family: var(--font-family-display);
  font-size: clamp(2.4rem, 3.2vw, 4.5rem);
  font-weight: 400;
  line-height: 1.11;
  text-align: center;
  color: #80cf5b;
}

.gallery__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.6rem 3.7rem;
  margin-top: 3.7rem;
}

.gallery__item {
  position: relative;
  margin: 0;
  border-radius: 5rem;
  overflow: hidden;
}

.gallery__media {
  aspect-ratio: 662/393;
}
.gallery__media img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.gallery__item--hands img {
  -o-object-position: 42% 28%;
     object-position: 42% 28%;
  -webkit-transform: scale(1.12);
      -ms-transform: scale(1.12);
          transform: scale(1.12);
}

.gallery__item--buckets img {
  -o-object-position: center top;
     object-position: center top;
}

.gallery__item--field img {
  -o-object-position: center bottom;
     object-position: center bottom;
}

.gallery__caption {
  position: absolute;
  left: 2.4rem;
  bottom: 2.7rem;
  z-index: 1;
  display: flex;
  align-items: center;
  width: min(37.3rem, 100% - 4.8rem);
  min-height: 9.1rem;
  margin: 0;
  padding: 1.6rem 2.4rem;
  border-radius: 2.5rem;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(12.35px);
  -webkit-backdrop-filter: blur(12.35px);
  font-family: var(--font-family-display);
  font-size: clamp(1.6rem, 1.6vw, 2.4rem);
  font-weight: 400;
  line-height: 1.17;
  color: var(--color-forest);
}
.brands {
  position: relative;
  background-color: var(--color-hero-bg);
  overflow: hidden;
}

.brands__panel {
  position: relative;
  z-index: 1;
  max-width: 168.2rem;
  margin: 0 auto;
  padding: 0 9.1rem 6rem;
}

.brands__frame {
  position: relative;
  border-radius: 5rem;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(232, 235, 230, 0.51)), color-stop(113.61%, rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgba(232, 235, 230, 0.51) 0%, rgba(255, 255, 255, 0) 113.61%);
}
.brands__frame::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  border: 1.5px solid rgba(255, 255, 255, 0.56);
  border-radius: inherit;
  pointer-events: none;
}

.brands__inner {
  position: relative;
  z-index: 1;
  padding: 5.2rem 9rem 6rem;
}

.brands__title {
  max-width: 119.3rem;
  margin: 0;
  font-family: var(--font-family-display);
  font-size: clamp(2.8rem, 3.2vw, 4.5rem);
  font-weight: 500;
  line-height: 1.11;
  color: var(--color-forest);
}

.brands__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1.2rem;
  margin-top: 5.6rem;
}

.brands__logo-card {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 9.1rem;
  padding: 1.2rem 2rem;
  border-radius: 2.5rem;
  background-color: rgba(255, 255, 255, 0.6);
}
.brands__logo-card img {
  display: block;
  width: auto;
  max-width: 85%;
  max-height: 5.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer {
  position: relative;
  background-color: var(--color-hero-bg);
  padding: 0 9.1rem 6rem;
}

.footer__panel {
  position: relative;
  max-width: 168.2rem;
  max-width: 150rem;
  margin: 0 auto;
  border-radius: 5rem;
  overflow: hidden;
  background-color: #e8ece6;
  background-image: url("../img/footer-bg.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.footer__panel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border: 1.5px solid rgba(17, 48, 38, 0.14);
  border-radius: inherit;
  pointer-events: none;
}

.footer__inner {
  position: relative;
  z-index: 2;
  padding-right: 16rem;
  padding-left: 3.5rem;
  padding-top: 6.7rem;
  padding-bottom: 5.1rem;
}

.footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(0, 0.85fr) minmax(0, 1.15fr) minmax(0, 1.25fr);
  gap: 4rem 3.6rem;
  margin-bottom: 4.8rem;
}

.footer__brand {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

.footer__logo {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 0;
}

.footer__logo-img {
  display: block;
  width: 26.4rem;
  max-width: 100%;
  height: auto;
}

.footer__company,
.footer__slogan {
  margin: 0;
  font-family: var(--font-family-base);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--color-hero-text);
}

.footer__slogan {
  max-width: 38rem;
}

.footer__nav-title {
  margin: 0 0 2.4rem;
  font-family: 1.8;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.25;
  color: #3C673E;
}

.footer__nav-list,
.footer__contacts-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.footer__nav-link {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.8rem;
  font-family: var(--font-family-base);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--color-hero-text);
  text-decoration: none;
  -webkit-transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
}
.footer__nav-link::before {
  content: "›";
  flex-shrink: 0;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
  color: #5ab16f;
}
.footer__nav-link:hover {
  color: #5ab16f;
}

.footer__contacts-item {
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
  font-family: var(--font-family-base);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--color-hero-text);
}

.footer__contacts-icon {
  flex-shrink: 0;
  width: 2rem;
  height: auto;
  margin-top: 0.4rem;
}

.footer__contacts-link {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
}
.footer__contacts-link:hover {
  color: #5ab16f;
}
.footer__contacts-link--accent {
  color: #5ab16f;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}
.footer__contacts-link--accent:hover {
  color: #3c673e;
}

.footer__lower {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(0, 0.85fr) minmax(0, 1.15fr) minmax(0, 1.25fr);
  gap: 4rem 3.6rem;
  align-items: end;
}

.footer__legal {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  grid-column: 1/4;
}

.footer__legal-text {
  margin: 0;
  font-family: var(--font-family-base);
  font-size: 1.4rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
  color: rgba(55, 72, 67, 0.72);
}

.footer__legal-underline {
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}

.footer__legal-link {
  color: rgba(55, 72, 67, 0.72);
  text-decoration: none;
}
.footer__legal-link:hover {
  color: #5ab16f;
}

.footer__meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.4rem;
  grid-column: 4;
}

.footer__social {
  width: 100%;
  text-align: left;
}

.footer__social-title {
  margin: 0 0 1.4rem;
  font-family: var(--font-family-base);
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: rgba(55, 72, 67, 0.72);
}

.footer__social-links {
  display: flex;
  justify-content: flex-start;
  gap: 4rem;
}

.footer__social-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
  text-decoration: none;
  -webkit-transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
}
.footer__social-item:hover {
  opacity: 0.72;
}

.footer__social-icon {
  display: block;
  width: auto;
  height: 1.8rem;
  -webkit-filter: brightness(0) saturate(100%) invert(60%) sepia(52%) saturate(456%) hue-rotate(88deg) brightness(92%) contrast(87%);
          filter: brightness(0) saturate(100%) invert(60%) sepia(52%) saturate(456%) hue-rotate(88deg) brightness(92%) contrast(87%);
}

.footer__social-label {
  font-family: var(--font-family-base);
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.35;
  color: var(--color-hero-text);
}

.footer__payments {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2.6rem;
}

.footer__payment-img {
  display: block;
  height: 3rem;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer__copyright {
  margin: 0;
  font-family: var(--font-family-base);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4;
  color: rgba(55, 72, 67, 0.55);
  text-align: left;
  white-space: nowrap;
}

.scroll-top {
  position: fixed;
  right: max(2.4rem, env(safe-area-inset-right));
  bottom: max(2.4rem, env(safe-area-inset-bottom));
  z-index: calc(var(--z-header) - 1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 5.8rem;
  height: 5.8rem;
  padding: 0;
  border: 1px solid rgba(31, 61, 47, 0.2);
  border-radius: 1.7rem;
  background-color: var(--color-hero-btn);
  color: #fff;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(1.6rem) scale(0.92);
      -ms-transform: translateY(1.6rem) scale(0.92);
          transform: translateY(1.6rem) scale(0.92);
  -webkit-transition: opacity 0.35s ease, visibility 0.35s ease, background-color 0.35s ease, border-color 0.35s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, visibility 0.35s ease, background-color 0.35s ease, border-color 0.35s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, visibility 0.35s ease, transform 0.35s ease, background-color 0.35s ease, border-color 0.35s ease;
  transition: opacity 0.35s ease, visibility 0.35s ease, transform 0.35s ease, background-color 0.35s ease, border-color 0.35s ease, -webkit-transform 0.35s ease;
}
.scroll-top--visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translateY(0) scale(1);
      -ms-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
}
.scroll-top:hover,
.scroll-top:focus-visible {
  border-color: rgba(31, 61, 47, 0.35);
  background-color: color-mix(in srgb, var(--color-hero-btn) 88%, white);
  color: #fff;
}
.scroll-top--visible:hover,
.scroll-top--visible:focus-visible {
  -webkit-transform: translateY(-0.4rem) scale(1);
      -ms-transform: translateY(-0.4rem) scale(1);
          transform: translateY(-0.4rem) scale(1);
}
.scroll-top:focus-visible {
  outline: 2px solid rgba(90, 177, 111, 0.7);
  outline-offset: 0.3rem;
}
.scroll-top__icon {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  pointer-events: none;
}

@media (max-width: 1600px){
  .coin {
    --coin-main-min-height: 64.1rem;
    --coin-main-coin-max-width: 52rem;
    --coin-main-heading-size: 4.4rem;
    --coin-main-note-size: 2rem;
    --coin-side-min-height: 31.2rem;
    --coin-side-coin-size: 12.8rem;
    --coin-side-equals-size: 5.4rem;
    --coin-side-trees-size: 14rem;
    --coin-forest-width: 15.2rem;
    --coin-forest-height: 18.6rem;
    --coin-side-title-size: 2.5rem;
    --coin-side-text-size: 1.5rem;
  }
  .coin__card-inner {
    padding: 4rem 3.4rem 3.4rem;
  }
  .coin__card--future .coin__card-inner {
    gap: 2rem;
    padding: 3rem 2.8rem;
  }
  .coin__card--main .coin__card-inner {
    padding: 4.8rem 4.8rem 4.8rem 3.6rem;
  }
}

@media (max-width: 1440px){
  .coin {
    --coin-main-min-height: 54.1rem;
    --coin-main-coin-max-width: 31rem;
    --coin-main-heading-size: 3.5rem;
    --coin-main-note-size: 1.65rem;
    --coin-side-min-height: 26.2rem;
    --coin-side-coin-size: 9.8rem;
    --coin-side-equals-size: 4rem;
    --coin-side-trees-size: 11.2rem;
    --coin-forest-width: 12rem;
    --coin-forest-height: 14.8rem;
    --coin-side-title-size: 2rem;
    --coin-side-text-size: 1.25rem;
  }
  .coin__frame {
    padding: 3.6rem 5.2rem 7.2rem;
  }
  .coin__card {
    border-radius: 4rem;
  }
  .coin__card--main .coin__card-inner {
    padding: 4rem 4rem 4rem 3.2rem;
  }
  .coin__card--future .coin__card-inner {
    grid-template-columns: minmax(10rem, auto) 1fr;
    gap: 1.4rem;
    padding: 2.2rem 2rem;
  }
}

@media (max-width: 1366px){
  .coin {
    --coin-main-min-height: 49.8rem;
    --coin-main-coin-max-width: 28.5rem;
    --coin-main-heading-size: 3.2rem;
    --coin-main-note-size: 1.5rem;
    --coin-side-min-height: 24.2rem;
    --coin-side-coin-size: 8.8rem;
    --coin-side-equals-size: 3.6rem;
    --coin-side-trees-size: 10.1rem;
    --coin-forest-width: 10.8rem;
    --coin-forest-height: 13.4rem;
    --coin-side-title-size: 1.85rem;
    --coin-side-text-size: 1.15rem;
  }
  .coin__frame {
    padding: 3.2rem 4.4rem 6.4rem;
  }
  .coin__grid {
    gap: 1.4rem 1.6rem;
  }
  .coin__side {
    gap: 1.4rem;
  }
  .coin__card--future .coin__card-inner {
    gap: 1.2rem;
    padding: 2rem 1.8rem;
  }
  .coin__card--main .coin__card-inner {
    padding: 3.6rem 3.6rem 3.6rem 2.8rem;
  }
}

@media (max-width: 1280px){
  .header {
    top: 2.4rem;
  }
  .header-fixed {
    --hero-frame-padding-x: 3.2rem;
    padding: 1.4rem 2rem;
  }
  .header-fixed::before {
    right: -2rem;
    left: -2rem;
  }
  .header__logo {
    margin-right: 4rem;
  }
  .header__nav-list {
    gap: 2rem;
  }
  .header__nav-link {
    font-size: 1.6rem;
  }
  .hero {
    --hero-frame-padding-x: 3.2rem;
  }
  .hero__panel {
    margin-top: 5.6rem;
    padding: 0 3.2rem 3.2rem;
  }
  .hero__frame {
    min-height: auto;
    padding: 2.4rem var(--hero-frame-padding-x) 4rem;
    padding-top: 10.4rem;
  }
  .hero__body {
    display: flex;
    align-items: flex-start;
    gap: 2.4rem;
  }
  .hero__content {
    flex: 1 1 58%;
    max-width: 62rem;
    min-width: 0;
    padding-top: 7rem;
  }
  .hero__visual {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    flex: 0 1 42%;
    width: clamp(28rem, 38vw, 48rem);
    max-width: 48rem;
    margin: 3rem 0 0 auto;
  }
  .hero__cards {
    margin-top: 4rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.6rem;
  }
  .hero__card {
    width: auto;
  }
  .hero__features {
    flex-wrap: wrap;
    justify-content: flex-start;
    justify-content: space-around;
    padding: 2.4rem 3.2rem 0;
    gap: 1.6rem 2.4rem;
  }
  .coin {
    --coin-side-title-size: 2.4rem;
    --coin-side-text-size: 1.8rem;
  }
  .coin__panel {
    padding: 0 3.2rem;
  }
  .coin__frame {
    padding: 3.2rem 3.2rem 7rem;
  }
  .coin__title {
    margin-bottom: 3.2rem;
  }
  .coin__grid {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
  .coin__timer {
    display: none;
  }
  .coin__side {
    display: grid;
    grid-template-rows: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    height: auto;
    min-height: 0;
  }
  .coin__card--main {
    height: auto;
  }
  .coin__main {
    min-height: 0;
  }
  .coin__card--planting,
  .coin__card--future {
    flex: none;
    height: 100%;
    min-height: 0;
  }
  .coin__planting {
    height: 100%;
    min-height: 0;
  }
  .coin__card--main .coin__card-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: auto;
    padding: 3.2rem 2.4rem;
    text-align: center;
  }
  .coin__card--main .coin__coin-big,
  .coin__card--main .coin__card-heading,
  .coin__card--main .coin__card-note {
    grid-column: auto;
    grid-row: auto;
    align-self: auto;
    justify-self: auto;
    width: auto;
    max-width: none;
  }
  .coin__card-heading-line {
    white-space: normal;
  }
  .coin__card--main .coin__coin-big {
    width: min(32rem, 80%);
    margin: 0 auto 2rem;
  }
  .coin__card--main .coin__card-heading {
    margin-bottom: 1.6rem;
    font-size: clamp(2.8rem, 5vw, 4.4rem);
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
  }
  .coin__card--main .coin__card-note {
    font-size: 1.8rem;
    line-height: 1.45;
    text-align: center;
  }
  .coin__card--planting .coin__card-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: auto;
    padding: 3.2rem 2.4rem;
    text-align: center;
  }
  .coin__card--planting .coin__equation {
    position: static;
    inset: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 1.6rem;
    margin-bottom: 2rem;
    pointer-events: auto;
  }
  .coin__card--planting .coin__coin-small,
  .coin__card--planting .coin__equals,
  .coin__card--planting .coin__trees {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin: 0;
  }
  .coin__card--planting .coin__coin-small {
    width: 24rem;
  }
  .coin__card--planting .coin__equals {
    font-size: 4rem;
  }
  .coin__card--planting .coin__trees {
    width: 19.2rem;
    max-width: none;
  }
  .coin__card--planting .coin__side-content {
    position: static;
    width: auto;
    max-width: 48rem;
  }
  .coin__card--future .coin__card-inner {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    padding: 3.2rem 2.4rem;
  }
  .coin__forest {
    width: 14rem;
    height: 17rem;
  }
  .coin__side-title {
    font-size: 2.4rem;
  }
  .preserve__panel {
    padding: 0 3.2rem 7rem;
  }
  .preserve__title {
    margin-bottom: 2.4rem;
  }
  .preserve__decor--ellipse-2 {
    display: none;
  }
  .preserve__decor--ellipse-1 {
    top: auto;
    bottom: -8rem;
    left: -10rem;
    width: 28rem;
    height: 28rem;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    opacity: 0.5;
  }
  .preserve__decor--ellipse-1 img {
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(-120deg);
        -ms-transform: rotate(-120deg);
            transform: rotate(-120deg);
  }
  .preserve__content {
    grid-template-columns: 1fr;
    min-height: 0;
    border-radius: 3.2rem;
  }
  .preserve__map {
    min-height: 36rem;
  }
  .preserve__grid {
    min-height: 48rem;
  }
  .preserve__item--corner-tr,
  .preserve__item--corner-br {
    border-radius: 0;
  }
  .info__panel {
    padding: 0 3.2rem 7rem;
  }
  .info__frame {
    padding: 4rem 3.2rem;
  }
  .info__grid {
    gap: 2.4rem;
  }
  .info__decor--video {
    --info-decor-top: -8rem;
    --info-decor-width: 52rem;
    --info-decor-height: 52rem;
  }
  .info__decor--announce {
    --info-decor-top: -8rem;
    --info-decor-width: 52rem;
    --info-decor-height: 52rem;
  }
  .info__decor--alfa {
    --info-decor-top: -8rem;
    --info-decor-width: 52rem;
    --info-decor-height: 52rem;
  }
  .become__panel {
    padding: 0 3.2rem 7rem;
  }
  .become__inner {
    min-height: 0;
    padding: 4rem 3.2rem;
  }
  .become__title {
    max-width: none;
  }
  .become__cards {
    position: static;
    width: 100%;
    margin-top: 3.2rem;
  }
  .become__frame {
    min-height: 0;
  }
  .become__bg img {
    width: 100%;
    height: 100%;
    margin: 0;
    -o-object-position: center;
       object-position: center;
  }
  .avail__panel {
    padding: 0 3.2rem 7rem;
  }
  .avail__frame {
    padding: 3.2rem 2.4rem 3.6rem;
    border-radius: 3.2rem;
  }
  .avail__title {
    margin-bottom: 3.2rem;
  }
  .avail__step {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 2rem;
    border-radius: 3.2rem;
  }
  .avail__step--tall {
    min-height: 0;
  }
  .avail__dates {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .avail__btn {
    min-width: 0;
    width: 100%;
    max-width: 43.4rem;
  }
  .save__panel {
    padding: 0 3.2rem 7rem;
  }
  .save__inner {
    min-height: 0;
    padding: 4rem 3.2rem;
  }
  .save__frame {
    min-height: 0;
  }
  .save__grid {
    gap: 2rem;
  }
  .gallery__panel {
    padding: 0 3.2rem 7rem;
  }
  .gallery__inner {
    padding: 4rem 3.2rem;
  }
  .gallery__grid {
    gap: 2rem;
    margin-top: 3.2rem;
  }
  .brands__panel {
    padding: 0 3.2rem 7rem;
  }
  .brands__inner {
    padding: 4rem 3.2rem;
  }
  .brands__grid {
    margin-top: 4rem;
    gap: 1rem;
  }
}

@media (max-width: 1200px){
  .footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .footer__lower {
    grid-template-columns: 1fr;
  }
  .footer__legal {
    grid-column: auto;
  }
  .footer__meta {
    grid-column: auto;
  }
}

@media (max-width: 1100px){
  body.lock {
    padding-right: 0;
  }
}

@media (max-width: 1024px){
  .header__logo {
    margin-right: auto;
  }
  .header__burger {
    display: flex;
    order: 3;
    margin-left: 1.2rem;
  }
  .header__cabinet {
    order: 2;
    margin-left: 0;
  }
  .header__cabinet-text {
    display: none;
  }
  .header__nav {
    position: fixed;
    inset: 0;
    z-index: 1;
    display: block;
    width: 100vw;
    height: 100vh;
    padding: 17rem 6.4rem 4rem;
    background: var(--color-hero-bg);
    backdrop-filter: blur(20px);
    opacity: 0;
    overflow-y: auto;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: opacity 0.35s ease, visibility 0.35s ease, -webkit-transform 0.35s ease;
    transition: opacity 0.35s ease, visibility 0.35s ease, -webkit-transform 0.35s ease;
    transition: opacity 0.35s ease, transform 0.35s ease, visibility 0.35s ease;
    transition: opacity 0.35s ease, transform 0.35s ease, visibility 0.35s ease, -webkit-transform 0.35s ease;
  }
  .header--open .header__nav,
  .header-fixed.header--open .header__nav {
    opacity: 1;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    visibility: visible;
    pointer-events: auto;
  }
  .header__nav-list {
    display: none;
  }
  .header__mobile-panel {
    display: block;
    max-width: 76rem;
    padding: 2.4rem 0 0;
  }
  .header__mobile-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.8rem;
  }
  .header__mobile-link,
  .header__mobile-heading {
    font-family: var(--font-family-display);
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--color-hero-text);
  }
  .header__mobile-link {
    -webkit-transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
    transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  }
  .header__mobile-link:hover, .header__mobile-link--active {
    color: var(--color-forest);
  }
  .header__mobile-contacts {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    margin-top: 4.8rem;
  }
  .header__mobile-heading {
    margin: 0;
  }
  .header__mobile-contact {
    display: flex;
    align-items: flex-start;
    gap: 1.2rem;
    max-width: 74rem;
    font-family: var(--font-family-base);
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.35;
    color: var(--color-hero-text);
  }
  .header__mobile-contact[href^="mailto:"] {
    color: var(--color-hero-btn);
    text-decoration: underline;
  }
  .header__mobile-contact-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 2.2rem;
    height: 2.2rem;
  }
  .header__mobile-contact-icon img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .header__mobile-social {
    margin-top: 4.8rem;
  }
  .header__mobile-social-title {
    margin: 0 0 1.6rem;
    font-family: var(--font-family-base);
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 0.08em;
    color: var(--color-hero-text);
  }
  .header__mobile-social-list {
    display: flex;
    gap: 4.4rem;
  }
  .header__mobile-social-link {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    font-family: var(--font-family-base);
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.2;
    color: var(--color-forest);
  }
  .header__mobile-social-link::before {
    font-family: var(--font-family-display);
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1;
    color: #57c500;
    text-transform: uppercase;
  }
  .header__mobile-social-link--vk::before {
    content: "vk";
  }
  .header__mobile-social-link--tg::before {
    content: "";
    width: 0;
    height: 0;
    border-top: 0.8rem solid transparent;
    border-bottom: 0.8rem solid transparent;
    border-left: 1.7rem solid #57c500;
    -webkit-transform: rotate(-35deg);
        -ms-transform: rotate(-35deg);
            transform: rotate(-35deg);
  }
  .header__cabinet-icon img {
    margin-top: 0;
  }
  .info__grid {
    grid-template-columns: 1fr;
    max-width: 45.4rem;
    margin: 0 auto;
  }
  .save__grid {
    grid-template-columns: 1fr;
    max-width: 52.3rem;
    margin-left: auto;
    margin-right: auto;
  }
  .brands__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px){
  :root {
    --page-gutter: 16px;
    --frame-padding: 20px;
  }
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .touch [data-fullscreen] {
    -webkit-transition: height 0.2s;
    transition: height 0.2s;
  }
  .h1 {
    font-size: 27px;
    line-height: 1.15;
  }
  .h2 {
    font-size: 25px;
    line-height: 1.15;
  }
  .h3 {
    line-height: 1.15;
  }
  .btn {
    font-size: 16px;
    height: 50px;
    line-height: 1;
    padding: 0;
  }
  .input,
  .textarea {
    font-size: 15px;
    padding: 0 13px;
    text-align: left;
  }
  .textarea {
    padding: 13px;
  }
  .header {
    top: 16px;
    padding-top: 0;
  }
  .header-fixed {
    --hero-frame-padding-x: var(--frame-padding);
    padding: 12px 16px;
  }
  .header-fixed::before {
    right: -16px;
    left: -16px;
    border-radius: 0 0 12px 12px;
  }
  .header__inner {
    align-items: center;
    gap: 0.8rem;
    padding: 0;
  }
  .header__logo {
    margin-right: auto;
  }
  .header__logo-img {
    width: 10rem;
  }
  .header__burger {
    width: 4.4rem;
    height: 4.4rem;
    margin-left: 0;
    border-radius: 1.1rem;
    gap: 0.4rem;
  }
  .header__burger-line {
    width: 1.8rem;
  }
  .header--open .header__burger-line:nth-child(1),
  .header-fixed.header--open .header__burger-line:nth-child(1) {
    -webkit-transform: translateY(0.6rem) rotate(45deg);
        -ms-transform: translateY(0.6rem) rotate(45deg);
            transform: translateY(0.6rem) rotate(45deg);
  }
  .header--open .header__burger-line:nth-child(3),
  .header-fixed.header--open .header__burger-line:nth-child(3) {
    -webkit-transform: translateY(-0.6rem) rotate(-45deg);
        -ms-transform: translateY(-0.6rem) rotate(-45deg);
            transform: translateY(-0.6rem) rotate(-45deg);
  }
  .header__cabinet {
    margin-left: 0;
  }
  .header__cabinet-icon {
    width: 4.4rem;
    height: 4.4rem;
    border-radius: 1.1rem;
  }
  .header__cabinet-icon img {
    width: 2rem;
  }
  .header__nav-link {
    font-size: 2rem;
  }
  .header__nav {
    padding: 9rem 3.4rem 4rem;
  }
  .hero {
    --hero-frame-padding-x: var(--frame-padding);
  }
  .hero br {
    display: none;
  }
  .hero__bg {
    height: 44rem;
  }
  .hero__bg-fade {
    height: 24rem;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(192, 205, 198, 0)), color-stop(55%, rgba(211, 217, 209, 0.92)), to(var(--color-hero-bg)));
    background: linear-gradient(180deg, rgba(192, 205, 198, 0) 0%, rgba(211, 217, 209, 0.92) 55%, var(--color-hero-bg) 100%);
  }
  .hero__panel {
    margin-top: 0;
    padding: 0 var(--page-gutter) 16px;
  }
  .hero__frame {
    padding: 24px var(--hero-frame-padding-x) 24px;
    padding-top: 92px;
    border-radius: 20px 20px 0 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(232, 235, 230, 0.82)), to(rgba(232, 235, 230, 0.72)));
    background: linear-gradient(180deg, rgba(232, 235, 230, 0.82) 0%, rgba(232, 235, 230, 0.72) 100%);
  }
  .hero__frame::before {
    border-width: 1px;
    mask-image: none;
    -webkit-mask-image: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  }
  .hero__body {
    display: block;
  }
  .hero__content {
    flex: none;
    width: 100%;
    max-width: none;
    min-width: 0;
    padding: 0;
  }
  .hero__title {
    margin-bottom: 1.6rem;
  }
  .hero__title-line {
    font-size: 2.8rem;
    line-height: 1.2;
    letter-spacing: -0.01em;
  }
  .hero__title-line--sub {
    margin-top: 0.4rem;
    font-size: 2rem;
    line-height: 1.25;
  }
  .hero__text {
    margin-bottom: 2rem;
    font-family: var(--font-family-base);
    font-size: 1.5rem;
    line-height: 1.55;
    color: var(--color-hero-text);
  }
  .hero__btn {
    width: 100%;
    min-height: 0;
    padding: 1.4rem 1.6rem;
    font-size: 1.5rem;
    line-height: 1.35;
    border-radius: 1.2rem;
    white-space: normal;
  }
  .hero__actions {
    width: 100%;
  }
  .hero__instruction {
    margin-top: 1rem;
    font-family: var(--font-family-base);
    font-size: 1.4rem;
    line-height: 1.35;
  }
  .hero__cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 2rem;
  }
  .hero__card {
    width: auto;
    min-height: 0;
    padding: 1.4rem 1.2rem 1.2rem;
    border-radius: 1.6rem;
    border-width: 1px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .hero__card--stats {
    display: flex;
    flex-direction: column;
  }
  .hero__card-label,
  .hero__card-note,
  .hero__card-desc {
    font-size: 1.2rem;
    line-height: 1.3;
  }
  .hero__card-value {
    font-size: 2.2rem;
    line-height: 1.1;
  }
  .hero__card-chart {
    width: 100%;
    margin-top: 2.2rem;
  }
  .hero__card--stats .hero__card-chart {
    width: 100%;
    height: auto;
    margin-top: auto;
  }
  .hero__card-title {
    margin-bottom: 0.4rem;
    font-size: 1.4rem;
    line-height: 1.25;
  }
  .hero__card-preview {
    margin-top: 0.8rem;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    border-radius: 1rem;
  }
  .hero__card-preview-img {
    width: auto;
    max-width: 100%;
  }
  .hero__card--geo .hero__card-title {
    font-size: 1.3rem;
  }
  .hero__card--geo .hero__card-desc {
    font-size: 1.1rem;
    line-height: 1.35;
  }
  .hero__visual {
    display: none;
  }
  .hero__features {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0 0;
    gap: 12px 16px;
  }
  .hero__feature {
    flex: 1 1 calc(50% - 8px);
    min-width: 13rem;
    gap: 1rem;
  }
  .hero__feature-icon {
    border-radius: 1.2rem;
  }
  .hero__feature-text {
    font-family: var(--font-family-base);
    font-size: 1.6rem;
    line-height: 1.35;
  }
  .coin {
    --coin-side-title-size: 2rem;
    --coin-side-text-size: 1.6rem;
  }
  .coin__side {
    grid-template-rows: auto auto;
  }
  .coin__main,
  .coin__side,
  .coin__planting,
  .coin__card,
  .coin__card-inner,
  .coin__side-content,
  .coin__card-heading,
  .coin__card-note,
  .coin__side-text {
    min-width: 0;
    max-width: 100%;
  }
  .coin__panel {
    padding: 0 var(--page-gutter) 40px;
  }
  .coin__frame {
    padding: 24px var(--frame-padding) 40px;
    border-radius: 20px;
  }
  .coin__title {
    margin-bottom: 2rem;
  }
  .coin__card {
    border-radius: 2.4rem;
  }
  .coin__card--future {
    height: auto;
    min-height: 0;
  }
  .coin__card--main .coin__card-inner,
  .coin__card--planting .coin__card-inner,
  .coin__card--future .coin__card-inner {
    padding: 2.4rem 1.6rem;
  }
  .coin__card--main .coin__coin-big {
    width: min(24rem, 75%);
  }
  .coin__card--planting .coin__equation {
    flex-direction: column;
    gap: 1rem;
  }
  .coin__card--planting .coin__coin-small {
    width: 16.8rem;
  }
  .coin__card--planting .coin__equals {
    font-size: 3rem;
  }
  .coin__card--planting .coin__trees {
    width: 13.6rem;
  }
  .coin__side-title {
    font-size: 2rem;
  }
  .coin__side-text {
    font-size: 1.6rem;
  }
  .preserve__panel {
    padding: 0 var(--page-gutter) 40px;
  }
  .preserve__content {
    border-radius: 20px;
  }
  .preserve__map {
    min-height: 24rem;
  }
  .preserve__grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    min-height: 0;
  }
  .preserve__item--image {
    min-height: 18rem;
  }
  .preserve__item--text {
    min-height: 0;
    padding: 1.6rem;
    font-size: 1.6rem;
  }
  .preserve__decor--ellipse-1 {
    display: none;
  }
  .info__panel {
    padding: 0 var(--page-gutter) 40px;
  }
  .info__frame {
    border-radius: 20px;
    padding: 24px var(--frame-padding);
  }
  .info__visual {
    min-height: 28rem;
    padding: 20px 16px 20px;
    border-radius: 20px;
  }
  .info__decor--video {
    --info-decor-top: -6rem;
    --info-decor-width: 36rem;
    --info-decor-height: 36rem;
  }
  .info__decor--announce {
    --info-decor-top: -6rem;
    --info-decor-width: 36rem;
    --info-decor-height: 36rem;
  }
  .info__decor--alfa {
    --info-decor-top: -6rem;
    --info-decor-width: 36rem;
    --info-decor-height: 36rem;
  }
  .info__img {
    top: 16px;
    max-width: 70%;
    max-height: 18rem;
  }
  .info__img--announce {
    top: 20px;
    max-width: 68%;
    max-height: 17rem;
  }
  .info__img--alfa {
    top: 20px;
    max-width: 66%;
    max-height: 18rem;
  }
  .become__panel {
    padding: 0 var(--page-gutter) 40px;
  }
  .become__frame {
    border-radius: 20px;
  }
  .become__inner {
    padding: 24px var(--frame-padding);
  }
  .become__card {
    padding: 20px 24px;
    border-radius: 20px;
  }
  .become__cards {
    gap: 12px;
    margin-top: 20px;
  }
  .avail__panel {
    padding: 0 var(--page-gutter) 40px;
  }
  .avail__frame {
    padding: 2.4rem var(--frame-padding) 2.8rem;
    border-radius: 20px;
  }
  .avail__timeline {
    gap: 1.2rem;
  }
  .avail__step {
    padding: 1.6rem;
    border-radius: 20px;
  }
  .avail__date-row {
    flex-direction: column;
    min-height: 0;
  }
  .avail__date-pill {
    position: static;
    min-height: 5.6rem;
    width: 100%;
    padding-right: 2rem;
    border-radius: 16px;
  }
  .avail__date-pill--main {
    padding-right: 2rem;
  }
  .avail__date-pill--time {
    width: 100%;
  }
  .avail__label {
    font-size: 1.6rem;
  }
  .avail__text {
    font-size: 1.6rem;
    line-height: 1.35;
  }
  .avail__btn {
    min-height: 5rem;
    font-size: 1.6rem;
    border-radius: 1.2rem;
  }
  .save__panel {
    padding: 0 var(--page-gutter) 40px;
  }
  .save__frame {
    border-radius: 20px;
  }
  .save__inner {
    padding: 24px var(--frame-padding);
  }
  .save__subtitle {
    margin-top: 12px;
  }
  .save__grid {
    margin-top: 16px;
    gap: 32px;
  }
  .save__item-title {
    margin-top: -40px;
  }
  .save__item-text {
    margin-top: 12px;
  }
  .save__item-tag {
    margin-top: 20px;
    min-height: 40px;
    border-radius: 10px;
  }
  .save__item-note {
    margin-top: 8px;
  }
  .gallery__panel {
    padding: 0 var(--page-gutter) 40px;
  }
  .gallery__frame {
    border-radius: 20px;
  }
  .gallery__inner {
    padding: 24px var(--frame-padding) 28px;
  }
  .gallery__subtitle {
    margin-top: 12px;
  }
  .gallery__grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 20px;
  }
  .gallery__item {
    border-radius: 20px;
  }
  .gallery__caption {
    left: 16px;
    bottom: 16px;
    width: calc(100% - 32px);
    min-height: 0;
    padding: 12px 16px;
    border-radius: 16px;
  }
  .brands__panel {
    padding: 0 var(--page-gutter) 40px;
  }
  .brands__frame {
    border-radius: 20px;
  }
  .brands__inner {
    padding: 24px var(--frame-padding);
  }
  .brands__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 24px;
    gap: 8px;
  }
  .brands__logo-card {
    min-height: 64px;
    padding: 10px 12px;
    border-radius: 14px;
  }
  .brands__logo-card img {
    max-height: 36px;
  }
  .footer {
    padding: 0 var(--page-gutter) 6rem;
  }
  .footer__panel {
    border-radius: 3rem;
  }
  .footer__inner {
    padding: 4rem 2.4rem 3.2rem;
  }
  .footer__grid {
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-bottom: 3.2rem;
  }
  .footer__logo-img {
    width: 20rem;
  }
  .footer__company,
  .footer__slogan,
  .footer__nav-link,
  .footer__contacts-item {
    font-size: 1.4rem;
  }
  .footer__nav-title {
    margin-bottom: 1.6rem;
    font-size: 1.8rem;
  }
  .footer__nav-list,
  .footer__contacts-list {
    gap: 1.2rem;
  }
  .footer__lower {
    gap: 3rem;
  }
  .footer__legal-text {
    font-size: 1.1rem;
  }
  .footer__social-title {
    font-size: 1.4rem;
  }
  .footer__social-links {
    gap: 2.8rem;
  }
  .footer__social-label {
    font-size: 1.2rem;
  }
  .footer__payment-img {
    height: 2.4rem;
  }
  .footer__copyright {
    font-size: 1.2rem;
  }
  .scroll-top {
    right: max(1.6rem, env(safe-area-inset-right));
    bottom: max(1.6rem, env(safe-area-inset-bottom));
    width: 4.8rem;
    height: 4.8rem;
    border-radius: 1.3rem;
  }
  .scroll-top__icon {
    width: 2rem;
    height: 2rem;
  }
}

@media (max-width: 430px){
  .hero__features {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .hero__feature {
    flex: 1 1 100%;
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 340px){
  .h1 {
    font-size: 23px;
  }
  .h2 {
    font-size: 21px;
  }
  .h3 {
    font-size: 18px;
  }
}
