@font-face {
  font-family: "Exo";
  src: url("/fonts/Exo-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Exo";
  src: url("/fonts/Exo-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Manrope";
  src: url("/fonts/Manrope-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Orbitron";
  src: url("/fonts/Orbitron-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Orbitron";
  src: url("/fonts/Orbitron-Medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Orbitron";
  src: url("/fonts/Orbitron-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Orbitron";
  src: url("/fonts/Orbitron-Black.woff2") format("woff2");
  font-style: normal;
  font-weight: 900;
}
@font-face {
  font-family: "Space Mono";
  src: url("/fonts/SpaceMono-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Russo One";
  src: url("/fonts/RussoOne-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
}
html {
  -webkit-text-size-adjust: 100%;
}
html:focus-within {
  scroll-behavior: smooth;
}
body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  position: relative;
  text-rendering: optimizeSpeed;
  width: 100%;
}
*,
:after,
:before {
  box-sizing: border-box;
}
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
:focus {
  outline: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
input,
input:required {
  box-shadow: none;
}
input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
  -webkit-box-shadow: inset 0 0 0 30px #fff;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}
input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
}
input:focus {
  outline: none;
}
audio,
canvas,
video {
  display: inline-block;
  max-width: 100%;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
a:active,
a:hover {
  outline: none;
}
img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
img,
picture {
  display: inline-block;
}
button,
input {
  line-height: normal;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  background: rgba(0, 0, 0, 0);
  border: 0;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
[disabled] {
  pointer-events: none;
}
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
button {
  background: rgba(0, 0, 0, 0);
  border: 0;
}
textarea {
  overflow: auto;
  resize: vertical;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  text-indent: 0;
}
hr {
  background: #000;
  border: 0;
  box-sizing: content-box;
  height: 1px;
  line-height: 0;
  margin: 0;
  overflow: visible;
  padding: 0;
  page-break-after: always;
  width: 100%;
}
pre {
  font-family: monospace, monospace;
  font-size: 100%;
}
a {
  background-color: rgba(0, 0, 0, 0);
}
abbr[title] {
  border-bottom: none;
  text-decoration: none;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}
small,
sub,
sup {
  font-size: 75%;
}
sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -5px;
}
sup {
  top: -5px;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1;
  margin: 0;
  padding: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  outline: 0;
  padding: 0;
}
legend {
  border: 0;
  color: inherit;
  display: block;
  max-width: 100%;
  white-space: normal;
  width: 100%;
}
fieldset {
  min-width: 0;
}
body:not(:-moz-handler-blocked) fieldset {
  display: block;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
template {
  display: none;
}
html {
  scroll-behavior: smooth;
}
body {
  background-color: #052e16;
}
.container {
  max-width: 1280px;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .container {
    padding-inline: 80px;
  }
}
@media (max-width: 900px) {
  .container {
    padding-inline: 30px;
  }
}
@media (max-width: 400px) {
  .container {
    padding-inline: 16px;
  }
}
.hero {
  background: url("/img/bg-1.png") no-repeat center/cover;
}
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 18px;
  padding-bottom: 18px;
}
.header-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "Orbitron";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 1.2px;
  background: linear-gradient(90deg, #a7f3d0 0%, #86efac 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
.header-logo img {
  max-width: 40px;
  width: 100%;
}
@media (max-width: 1000px) {
  .header {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 640px) {
  .header {
    flex-direction: row;
    align-items: center;
  }
}
.navbar ul li a,
.navbar-mobile ul li a {
  color: #d1fae5;
  font-family: "Exo";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: color 0.4s ease;
}
.navbar ul li a:hover,
.navbar-mobile ul li a:hover {
  color: #34d399;
}
.navbar ul li:last-of-type a,
.navbar-mobile ul li:last-of-type a {
  border-radius: 8px;
  border: 1px solid #22c55e;
  background: linear-gradient(90deg, #047857 0%, #16a34a 100%);
  box-shadow: 0 0 20px 0 rgba(34, 197, 94, 0.3);
  padding: 8px 24px;
}
.navbar ul li:last-of-type a:hover,
.navbar-mobile ul li:last-of-type a:hover {
  border-radius: 8px;
  border: 1px solid #10b981;
  background: linear-gradient(90deg, #047857 0%, #16a34a 100%);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -4px rgba(0, 0, 0, 0.1);
}
.navbar-mobile {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
}
.navbar-mobile ul {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 20px;
  padding: 20px 20px 40px 20px;
  background: #052e16;
}
.navbar ul {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media (max-width: 640px) {
  .navbar ul {
    display: none;
  }
}
#close {
  position: relative;
  left: 90px;
  max-width: 40px;
  width: 100%;
}
#burger {
  display: none;
}
@media (max-width: 640px) {
  #burger {
    display: block;
  }
}
.hero-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 110px;
  padding-bottom: 186px;
}
@media (max-width: 1100px) {
  .hero-wrapper {
    flex-direction: column;
  }
}
@media (max-width: 640px) {
  .hero-wrapper {
    padding-bottom: 80px;
    padding-top: 30px;
  }
}
.hero-form {
  max-width: 580px;
  width: 100%;
  border-radius: 16px;
  border: 1px solid #0d7e5f;
  background: rgba(5, 46, 22, 0.8);
  backdrop-filter: blur(8px);
}
.hero-text {
  max-width: 584px;
}
.hero-text-title {
  color: #064e3b;
  text-shadow: 0 0 5px #22c55e, 0 0 10px #22c55e, 0 0 15px #22c55e,
    0 0 20px #22c55e;
  font-family: "Orbitron";
  font-size: 72px;
  font-style: normal;
  font-weight: 700;
  line-height: 72px;
  margin-bottom: 10px;
}
@media (max-width: 640px) {
  .hero-text-title {
    font-size: 50px;
    line-height: 72px;
  }
}
.hero-text-subtitle {
  font-family: "Orbitron";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  background: linear-gradient(90deg, #a7f3d0) 0%, #86efac 100%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  margin-bottom: 24px;
}
@media (max-width: 640px) {
  .hero-text-subtitle {
    font-size: 20px;
    line-height: 48px;
  }
}
.hero-text-text {
  color: #a7f3d0;
  font-family: "Exo";
  font-size: 20px;
  font-style: normal;
  line-height: 32px;
  margin-bottom: 32px;
}
@media (max-width: 640px) {
  .hero-text-text {
    text-align: left;
    font-size: 16px;
    line-height: 150%;
  }
}
.hero-text-buttons {
  display: flex;
  align-items: center;
  gap: 12px;
}
.hero-text-buttons a:first-of-type {
  padding: 18px;
  border-radius: 12px;
  border: 1px solid #22c55e;
  background: linear-gradient(90deg, #047857 0%, #16a34a 100%);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -4px rgba(0, 0, 0, 0.1);
  max-width: 250px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #a7f3d0;
  text-align: center;
  font-family: "Orbitron";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}
@media (max-width: 640px) {
  .hero-text-buttons a:first-of-type {
    max-width: 100%;
  }
}
.hero-text-buttons a:first-of-type:hover {
  background: linear-gradient(90deg, #05b482 0%, #15cb57 100%);
}
.hero-text-buttons a:last-of-type {
  border-radius: 12px;
  border: 1px solid rgba(52, 211, 153, 0.4);
  background: linear-gradient(
      69deg,
      rgba(34, 197, 94, 0.2) 0%,
      rgba(52, 211, 153, 0.2) 50%,
      rgba(16, 185, 129, 0.2) 100%
    ),
    rgba(2, 44, 34, 0.3);
  backdrop-filter: blur(2px);
  padding: 18px;
  color: #d1fae5;
  text-align: center;
  font-family: "Exo";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}
.hero-text-buttons a:last-of-type:hover {
  border-radius: 12px;
  border: 1px solid rgba(52, 211, 153, 0.4);
  background: linear-gradient(
        69deg,
        rgba(34, 197, 94, 0.2) 0%,
        rgba(52, 211, 153, 0.2) 50%,
        rgba(16, 185, 129, 0.2)
      )
      100%,
    rgba(6, 95, 70, 0.3);
  backdrop-filter: blur(2px);
}
@media (max-width: 640px) {
  .hero-text-buttons {
    flex-direction: column;
    align-items: stretch;
  }
}
#features {
  padding-top: 150px;
  padding-bottom: 150px;
}
.features-title {
  color: #34d399;
  text-align: center;
  font-family: "Space Mono";
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.35px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.features-main-title {
  color: #d1fae5;
  text-align: center;
  font-family: "Orbitron";
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 24px;
}
@media (max-width: 640px) {
  .features-main-title {
    font-size: 30px;
    line-height: 150%;
  }
}
.features-items {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  margin-bottom: 60px;
}
@media (max-width: 1100px) {
  .features-items {
    flex-direction: column;
    align-items: center;
    gap: 2px;
    margin-bottom: 50px;
  }
}
@media (max-width: 640px) {
  .features-items {
    margin-bottom: 20px;
  }
}
.features-items h4 {
  color: #34d399;
  text-align: center;
  font-family: "Orbitron";
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}
.features-main-subtitle {
  max-width: 770px;
  color: #6ee7b7;
  text-align: center;
  font-family: "Exo";
  font-size: 20px;
  font-style: normal;
  line-height: 28px;
  margin: 0 auto 60px auto;
}
.features-cards {
  display: flex;
  align-items: stretch;
  gap: 28px;
}
@media (max-width: 1280px) {
  .features-cards {
    flex-direction: column;
    align-items: stretch;
  }
}
.features-card {
  border-radius: 16px;
  max-width: 408px;
  width: 100%;
  border: 1px solid #0d5834;
  background: rgba(20, 83, 45, 0.5);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -4px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(2px);
  padding: 32px;
  min-height: 306px;
  height: 100%;
}
.features-card:hover {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.4);
}
@media (max-width: 1280px) {
  .features-card {
    max-width: 100%;
    min-height: unset;
  }
}
.features-card img {
  margin-bottom: 24px;
  max-width: 64px;
  width: 100%;
}
.features-card-title {
  color: #d1fae5;
  font-family: "Orbitron";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 16px;
}
.features-card-text {
  color: #6ee7b7;
  font-family: "Exo";
  font-size: 16px;
  font-style: normal;
  line-height: 26px;
}
.features-counters {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 100px;
}
@media (max-width: 744px) {
  .features-counters {
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding-top: 60px;
  }
}
.features-counter-title {
  text-align: center;
  font-family: "Orbitron";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  background: linear-gradient(90deg, #6ee7b7 0%, #5eead4 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  margin-bottom: 16px;
}
.features-counter-desc {
  color: #6ee7b7;
  text-align: center;
  font-family: "Exo";
  font-size: 20px;
  line-height: 28px;
}
#how {
  padding-top: 80px;
  padding-bottom: 80px;
  background: url("/img/bg-1.png") no-repeat center/cover;
}
@media (max-width: 640px) {
  #how {
    padding-top: 30px;
    padding-bottom: 16px;
  }
}
.how-cards {
  display: flex;
  align-items: center;
  gap: 26px;
}
@media (max-width: 1200px) {
  .how-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    justify-items: center;
    gap: 24px 16px;
  }
}
@media (max-width: 744px) {
  .how-cards {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
}
.how-card {
  max-width: 332px;
}
.how-card-step {
  max-width: 130px;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 32px;
  display: flex;
  justify-content: center;
}
@media (max-width: 640px) {
  .how-card-step {
    max-width: 110px;
  }
}
.how-title {
  font-family: "Orbitron";
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  text-align: center;
  color: #d1fae5;
  margin-bottom: 24px;
}
.how-title .accent {
  background: linear-gradient(90deg, #6ee7b7 0%, #5eead4 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
@media (max-width: 640px) {
  .how-title {
    font-size: 40px;
    line-height: 150%;
  }
}
.how-subtitle {
  max-width: 750px;
  margin: 0 auto 60px auto;
  text-align: center;
  color: #6ee7b7;
  text-align: center;
  font-family: "Exo";
  font-size: 20px;
  font-style: normal;
  line-height: 32.5px;
}
.how-desc {
  display: flex;
  align-items: center;
  flex-direction: column;
  max-width: 332px;
  padding: 32px 14px;
  height: 302px;
  border-radius: 16px;
  border: 1px solid rgba(16, 185, 129, 0.2);
  background: linear-gradient(
        41deg,
        rgba(34, 197, 94, 0.2) 0%,
        rgba(52, 211, 153, 0.2) 50%,
        rgba(16, 185, 129, 0.2)
      )
      100%,
    rgba(5, 46, 22, 0.7);
  backdrop-filter: blur(8px);
}
.how-desc:hover {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.4);
}
.how-desc img {
  margin-bottom: 24px;
}
.how-desc-title {
  margin-bottom: 16px;
  color: #d1fae5;
  text-align: center;
  font-family: "Orbitron";
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}
.how-desc-text {
  color: #6ee7b7;
  text-align: center;
  font-family: "Exo";
  font-size: 16px;
  line-height: 26px;
}
.faq-container {
  max-width: 940px;
  margin: 0 auto;
}
@media (max-width: 980px) {
  .faq-container {
    padding-inline: 30px;
  }
}
@media (max-width: 400px) {
  .faq-container {
    padding-inline: 16px;
  }
}
#about {
  background: url("/img/bg-1.png") no-repeat center/cover;
  padding-top: 80px;
  padding-bottom: 80px;
}
.about-images {
  display: flex;
  align-items: center;
}
.about-images img {
  width: 100%;
}
#reviews {
  padding-top: 150px;
  padding-bottom: 150px;
  position: relative;
}
@media (max-width: 640px) {
  #reviews {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.reviews-card-author {
  display: flex;
  align-items: center;
  gap: 14px;
}
.reviews-card-author-info h3 {
  color: #d1fae5;
  font-family: "Orbitron";
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 4px;
}
.reviews-card-author-info span {
  color: #10b981;
  font-family: "Exo";
  font-size: 16px;
  line-height: 26px;
}
.reviews-card-item {
  padding: 38px 28px;
  border-radius: 16px;
  border: 1px solid #0d5834;
  background: rgba(20, 83, 45, 0.5);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -4px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(2px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  min-height: 500px;
}
.reviews-card-text {
  color: #6ee7b7;
  font-family: "Exo";
  font-size: 16px;
  line-height: 26px;
}
.reviews-card-investment {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.reviews-card-investment div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.reviews-card-investment div h4 {
  color: #10b981;
  font-family: "Exo";
  font-size: 16px;
  line-height: 26px;
}
.reviews-card-investment div h5 {
  color: #d1fae5;
  font-family: "Exo";
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
}
.swiper-pagination {
  bottom: 50px !important;
}
.swiper-pagination-bullet {
  display: none;
  border-radius: 5px;
  background: #047857;
  width: 24px;
  height: 24px;
}
@media (max-width: 768px) {
  .swiper-pagination-bullet {
    display: inline-block;
  }
}
#form {
  padding-top: 80px;
  padding-bottom: 80px;
  background: url("/img/bg-1.png") no-repeat center/cover;
}
#form .container {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  #form .container {
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }
}
.form-title {
  color: #064e3b;
  text-shadow: 0 0 5px #22c55e, 0 0 10px #22c55e, 0 0 15px #22c55e,
    0 0 20px #22c55e;
  font-family: "Orbitron";
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 24px;
}
@media (max-width: 640px) {
  .form-title {
    font-size: 30px;
    line-height: 150%;
  }
}
.form-text {
  color: #6ee7b7;
  font-family: "Exo";
  font-size: 20px;
  line-height: 32px;
}
@media (max-width: 640px) {
  .form-text {
    font-size: 16px;
    line-height: 150%;
  }
}
.form-wrapper {
  max-width: 580px;
  border-radius: 16px;
  width: 100%;
  border: 1px solid #0d7e5f;
  background: rgba(5, 46, 22, 0.8);
  backdrop-filter: blur(8px);
}
.footer {
  padding-top: 48px;
  padding-bottom: 48px;
}
.footer-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 60px;
}
@media (max-width: 744px) {
  .footer-wrapper {
    gap: 12px;
    margin-bottom: 48px;
  }
}
@media (max-width: 600px) {
  .footer-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer-logo {
  display: flex;
  flex-direction: column;
  max-width: 280px;
  width: 100%;
}
.footer-logo-image {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.footer-logo-image img {
  max-width: 40px;
  width: 100%;
}
.footer-logo-text {
  background: linear-gradient(90deg, #6ee7b7 0%, #5eead4 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  font-family: "Orbitron";
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}
.footer-logo-text-2 {
  color: #34d399;
  font-family: "Exo";
  font-size: 16px;
  line-height: 24px;
}
.footer-links {
  max-width: 150px;
}
.footer-links-title {
  color: #fff;
  font-family: "Orbitron";
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 16px;
}
.footer-links ul li a {
  color: #34d399;
  font-family: "Exo";
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
  text-decoration: none;
  transition: color 0.4s ease;
}
.footer-links ul li a:hover {
  color: #a7f3d0;
}
.footer-copyright {
  padding-top: 32px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #064e3b;
}
.footer-copyright span {
  color: #34d399;
  font-family: "Exo";
  font-size: 14px;
  line-height: 20px;
}
.form-caption {
  padding: 20px;
  padding-top: 0;
  font-size: 18px;
  text-align: center;
  color: #6ee7b7;
}
