@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
big,
blockquote,
body,
button,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
span,
strike,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover,
input:focus-visible {
  -webkit-box-shadow: inset 0 0 0 60px rgba(0, 0, 0, 0) !important;
  background-clip: content-box !important;
  border: none;
  outline: none;
  width: 100%;
}
input:-webkit-autofill:active:not([type="range"]),
input:-webkit-autofill:focus:not([type="range"]),
input:-webkit-autofill:hover:not([type="range"]),
input:-webkit-autofill:not([type="range"]),
input:focus-visible:not([type="range"]),
input:not([type="range"]) {
  background-color: rgba(0, 0, 0, 0) !important;
}
textarea {
  border: none;
  outline: none;
  resize: none;
  overflow: hidden;
  font-family: inherit;
}
textarea,
textarea:disabled {
  background-color: rgba(0, 0, 0, 0);
}
textarea:disabled {
  color: inherit;
  opacity: 1;
}
a {
  color: inherit;
  text-decoration: none;
}
a,
button {
  outline: none;
}
button {
  border: none;
  padding: 0;
  margin: 0;
  background: unset;
  color: unset;
}
@font-face {
  font-family: FixelDisplay-Regular;
  src: url(fonts/FixelDisplay-Regular.9dc7ab88.ttf) format("truetype"),
    url(fonts/FixelDisplay-Regular.410b2fa1.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: FixelDisplay-Medium;
  src: url(fonts/FixelDisplay-Medium.baf8001e.ttf) format("truetype"),
    url(fonts/FixelDisplay-Medium.736d6950.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: FixelDisplay-Bold;
  src: url(fonts/FixelDisplay-Bold.affddbf2.ttf) format("truetype"),
    url(fonts/FixelDisplay-Bold.2ed3e38a.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: NovaPoshta-Regular;
  src: url(fonts/NovaPoshta-Regular.35032c18.ttf) format("truetype"),
    url(fonts/NovaPoshta-Regular.2bff5a59.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: NovaPoshta-Medium;
  src: url(fonts/NovaPoshta-Medium.85f1bd8a.ttf) format("truetype"),
    url(fonts/NovaPoshta-Medium.047f06d3.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: NovaPoshta-Bold;
  src: url(fonts/NovaPoshta-Bold.90989985.ttf) format("truetype"),
    url(fonts/NovaPoshta-Bold.2fe771b1.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
html {
  box-sizing: border-box;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  word-spacing: 1px;
  height: 100%;
}
body {
  position: relative;
  width: 100%;
  min-height: 100%;
  letter-spacing: 0;
  overflow-x: hidden;
  background: white;
  color: #464b53;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 1.25;
}
@media only screen and (min-width: 768px) {
  body {
    font-size: 20px;
    line-height: 1.3;
  }
}
*,
:after,
:before {
  box-sizing: border-box;
  margin: 0;
}
img {
  max-width: 100%;
}
.container {
  width: 100%;
  max-width: 1272px;
  padding-left: 16px;
  padding-right: 16px;
  margin: 0 auto;
}
.container .container {
  padding: 0;
}
.main {
  flex: 1 0 auto;
  overflow: visible;
}
.link-label {
  pointer-events: none;
}
.rich-text h1,
.rich-text h2,
.rich-text h3,
.rich-text h4,
.rich-text h5,
.rich-text h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.rich-text h1,
.rich-text h2 {
  margin-top: 32px;
  margin-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .rich-text h1,
  .rich-text h2 {
    margin-top: 56px;
    margin-bottom: 32px;
  }
}
.rich-text h1:last-child,
.rich-text h2:last-child {
  margin-bottom: 0;
}
.rich-text h1:first-child,
.rich-text h2:first-child {
  margin-top: 0;
}
.rich-text h3 {
  margin-top: 24px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .rich-text h3 {
    margin-top: 32px;
    margin-bottom: 24px;
  }
}
.rich-text h3:last-child {
  margin-bottom: 0;
}
.rich-text h3:first-child {
  margin-top: 0;
}
.rich-text h4,
.rich-text h5,
.rich-text h6 {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .rich-text h4,
  .rich-text h5,
  .rich-text h6 {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
.rich-text h4:last-child,
.rich-text h5:last-child,
.rich-text h6:last-child {
  margin-bottom: 0;
}
.rich-text h4:first-child,
.rich-text h5:first-child,
.rich-text h6:first-child {
  margin-top: 0;
}
.rich-text h1 {
  font-size: 38px;
  line-height: 1.15;
}
@media only screen and (min-width: 768px) {
  .rich-text h1 {
    font-size: 48px;
  }
}
.rich-text h2 {
  font-size: 34px;
  line-height: 1.25;
}
@media only screen and (min-width: 768px) {
  .rich-text h2 {
    font-size: 36px;
  }
}
.rich-text h3 {
  font-size: 32px;
  line-height: 1.2;
}
.rich-text h4 {
  font-size: 28px;
  line-height: 1.2;
}
.rich-text h5 {
  font-size: 24px;
  line-height: 1.2;
}
.rich-text h6 {
  font-size: 22px;
  line-height: 1.2;
}
.rich-text a {
  display: inline;
  text-decoration: underline;
}
.rich-text ol,
.rich-text ul {
  -webkit-padding-start: 20px;
  padding-inline-start: 20px;
  list-style-position: outside;
  margin-top: 16px;
  margin-bottom: 16px;
}
.rich-text ol:first-child,
.rich-text ul:first-child {
  margin-top: 0;
}
.rich-text ol:last-child,
.rich-text ul:last-child {
  margin-bottom: 0;
}
.rich-text ol li,
.rich-text ul li {
  margin-bottom: 16px;
}
.rich-text ol li:last-child,
.rich-text ul li:last-child {
  margin-bottom: 0;
}
.rich-text ul {
  list-style: disc;
}
.rich-text ol {
  list-style: decimal;
}
.rich-text p {
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .rich-text p {
    margin-bottom: 24px;
  }
}
.rich-text p:first-child {
  margin-top: 0;
}
.rich-text p:last-child {
  margin-bottom: 0;
}
.rich-text blockquote {
  display: block;
  border-radius: 0 20px 20px 0;
  border-left: 4px solid #dbdfe4;
  padding: 20px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
.h1 {
  font-size: 42px;
  line-height: 1.1;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
@media only screen and (min-width: 768px) {
  .h1 {
    font-size: 72px;
    line-height: 1.15;
  }
}
@media only screen and (min-width: 1025px) {
  .h1 {
    font-size: 96px;
    line-height: 1;
  }
}
.h2 {
  font-size: 34px;
  line-height: 1.05;
}
@media only screen and (min-width: 768px) {
  .h2 {
    font-size: 64px;
    line-height: 1.2;
  }
}
@media only screen and (min-width: 1025px) {
  .h2 {
    font-size: 84px;
    line-height: 1.05;
  }
}
.h3 {
  font-size: 32px;
  line-height: 1.15;
}
@media only screen and (min-width: 768px) {
  .h3 {
    font-size: 54px;
  }
}
@media only screen and (min-width: 1025px) {
  .h3 {
    font-size: 76px;
  }
}
.h4 {
  font-weight: 700;
  font-size: 34px;
  line-height: 1.15;
}
@media only screen and (min-width: 768px) {
  .h4 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 1025px) {
  .h4 {
    font-size: 64px;
    line-height: 1.2;
  }
}
.h5 {
  font-size: 32px;
  line-height: 1.15;
}
@media only screen and (min-width: 768px) {
  .h5 {
    font-size: 48px;
  }
}
@media only screen and (min-width: 1025px) {
  .h5 {
    font-size: 54px;
  }
}
.h6 {
  font-size: 28px;
  line-height: 1.15;
}
@media only screen and (min-width: 768px) {
  .h6 {
    font-size: 48px;
  }
}
strong {
  font-family: "Poppins", sans-serif;
}
.d-f {
  display: flex;
}
.d-if {
  display: inline-flex;
}
.f-n {
  flex: none;
}
.fd-r {
  flex-direction: row;
}
.fd-rr {
  flex-direction: row-reverse;
}
.fd-c {
  flex-direction: column;
}
.fd-cr {
  flex-direction: column-reverse;
}
.fw-n {
  flex-wrap: nowrap;
}
.fw-w {
  flex-wrap: wrap;
}
.fw-wr {
  flex-wrap: wrap-reverse;
}
.jc-fe {
  justify-content: flex-end;
}
.jc-fs {
  justify-content: flex-start;
}
.jc-c {
  justify-content: center;
}
.jc-sa {
  justify-content: space-around;
}
.jc-sb {
  justify-content: space-between;
}
.ai-fs {
  align-items: flex-start;
}
.ai-c {
  align-items: center;
}
.ai-fe {
  align-items: flex-end;
}
.ai-s {
  align-items: stretch;
}
.ai-b {
  align-items: baseline;
}
.fg-0 {
  flex-grow: 0;
}
.fg-1 {
  flex-grow: 1;
}
.fs-0 {
  flex-shrink: 0;
}
.fs-1 {
  flex-shrink: 1;
}
.fb-a {
  flex-basis: auto;
}
.fb-0 {
  flex-basis: 0;
}
.as-a {
  align-self: auto;
}
.as-fs {
  align-self: flex-start;
}
.as-c {
  align-self: center;
}
.as-fe {
  align-self: flex-end;
}
.as-s {
  align-self: stretch;
}
.as-b {
  align-self: baseline;
}
.fit-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cover-center {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}
.pos-r {
  position: relative;
}
.pos-a {
  position: absolute;
}
.u-line {
  text-decoration: underline;
}
.line-through {
  text-decoration: line-through;
}
.no-margin {
  margin: 0 !important;
}
.cur--pointer {
  cursor: pointer;
}
.w-100 {
  width: 100%;
}
.h-100 {
  height: 100%;
}
.pre-line {
  white-space: pre-line;
}
.nowrap {
  white-space: nowrap;
}
.break-word {
  word-break: break-word;
}
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background: #edeff1;
}
::-webkit-scrollbar-thumb {
  background-color: rgba(70, 130, 180, 0.7);
}
.hide-scroll {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.hide-scroll::-webkit-scrollbar {
  display: none;
}

.NotFoundScreen_not-found_container__SEM43 {
  min-height: 100dvh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
  padding-top: 100px;
  gap: 40px;
}
@supports (height: 100svh) {
  .NotFoundScreen_not-found_container__SEM43 {
    min-height: 100svh;
  }
}
@media only screen and (min-width: 768px) {
  .NotFoundScreen_not-found_container__SEM43 {
    padding-top: 140px;
  }
}
@media only screen and (min-width: 1025px) {
  .NotFoundScreen_not-found_container__SEM43 {
    padding-bottom: 140px;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
.NotFoundScreen_not-found_content__dnF1f {
  gap: 16px;
  align-items: center;
  text-align: center;
  max-width: 440px;
}
@media only screen and (min-width: 768px) {
  .NotFoundScreen_not-found_content__dnF1f {
    gap: 28px;
    max-width: 550px;
  }
}
@media only screen and (min-width: 1025px) {
  .NotFoundScreen_not-found_content__dnF1f {
    gap: 40px;
    text-align: left;
    align-items: flex-start;
    justify-content: flex-start;
    max-width: 500px;
    width: 50%;
  }
}
.NotFoundScreen_not-found_title__SV0rR {
  color: #202427;
}
.NotFoundScreen_not-found_text__a7gdn {
  font-size: 16px;
  line-height: 1.25;
}
@media only screen and (min-width: 768px) {
  .NotFoundScreen_not-found_text__a7gdn {
    font-size: 24px;
    line-height: 1.3;
  }
}
.NotFoundScreen_not-found_image__j0J7C {
  max-width: 450px;
}
@media only screen and (min-width: 768px) {
  .NotFoundScreen_not-found_image__j0J7C {
    max-width: 650px;
  }
}
@media only screen and (min-width: 1025px) {
  .NotFoundScreen_not-found_image__j0J7C {
    max-width: 540px;
    width: 45%;
  }
}
.lazy-load-image-background.blur {
  filter: blur(15px);
}
.lazy-load-image-background.blur.lazy-load-image-loaded {
  filter: blur(0);
  transition: filter 0.3s;
}
.lazy-load-image-background.blur > img {
  opacity: 0;
}
.lazy-load-image-background.blur.lazy-load-image-loaded > img {
  opacity: 1;
  transition: opacity 0.3s;
}
.ActionBanner_action-banner__PEWjU {
  padding-bottom: 110px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .ActionBanner_action-banner__PEWjU {
    padding-top: 52px;
  }
}
@media only screen and (min-width: 1025px) {
  .ActionBanner_action-banner__PEWjU {
    padding-bottom: 140px;
    padding-top: 100px;
  }
}
.ActionBanner_action-banner_container__SnThJ {
  flex-direction: column;
  gap: 65px;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .ActionBanner_action-banner_container__SnThJ {
    flex-direction: row;
    align-items: center;
    gap: 24px;
  }
}
.ActionBanner_action-banner_title__PqDO_ {
  font-family: NovaPoshta-Bold, Arial, Helvetica, sans-serif;
  font-size: 40px;
  line-height: 1.05;
  position: relative;
  z-index: 1;
  max-width: 400px;
}
@media only screen and (min-width: 768px) {
  .ActionBanner_action-banner_title__PqDO_ {
    font-size: 64px;
    line-height: 1.2;
  }
}
@media only screen and (min-width: 1025px) {
  .ActionBanner_action-banner_title__PqDO_ {
    font-size: 84px;
    line-height: 1.05;
    width: 47%;
    max-width: none;
  }
}
.ActionBanner_action-banner_btn-wrapper__xbr_v {
  margin-left: auto;
  position: relative;
  flex: none;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  --scale-x: 4;
  --scale-y: calc(4 * 1.5);
}
@media only screen and (min-width: 481px) {
  .ActionBanner_action-banner_btn-wrapper__xbr_v {
    gap: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .ActionBanner_action-banner_btn-wrapper__xbr_v {
    margin-right: auto;
    gap: 28px;
  }
}
@media only screen and (min-width: 1025px) {
  .ActionBanner_action-banner_btn-wrapper__xbr_v {
    gap: 40px;
  }
}
.ActionBanner_action-banner_btn--more__RmleS {
  --scale-x: 2.7;
  --scale-y: calc(2 * 2.6);
}
.ActionBanner_action-banner_btn--more__RmleS
  .ActionBanner_action-banner_btn-wave__El8gD {
  width: 340px;
  max-width: calc(100vw - 62px);
}
@media only screen and (min-width: 768px) {
  .ActionBanner_action-banner_btn--more__RmleS
    .ActionBanner_action-banner_btn-wave__El8gD {
    width: 620px;
  }
}
.ActionBanner_action-banner_btn-mobile__qi2kV {
  flex: none;
}
@media only screen and (min-width: 768px) {
  .ActionBanner_action-banner_btn-mobile__qi2kV {
    display: none;
  }
}
.ActionBanner_action-banner_btn-desktop__cKwMv {
  display: none;
}
@media only screen and (min-width: 768px) {
  .ActionBanner_action-banner_btn-desktop__cKwMv {
    display: inline-flex;
  }
}
.ActionBanner_action-banner_btn-wave__El8gD {
  position: absolute;
  width: 206px;
  height: 120px;
  border-radius: 1000px;
  top: 50%;
  left: 50%;
  background: linear-gradient(
    90deg,
    rgba(70, 130, 180, 0.4),
    rgba(100, 149, 237, 0.4)
  );
  opacity: 0;
  transform: translate(-50%, -50%) scaleX(1) scaleY(1);
  transform-origin: center center;
  animation: ActionBanner_waveAnimation___FZiZ 40s linear infinite;
  pointer-events: none;
  z-index: 0;
}
@media only screen and (min-width: 768px) {
  .ActionBanner_action-banner_btn-wave__El8gD {
    width: 360px;
    height: 208px;
  }
}
.ActionBanner_action-banner_btn-wave__El8gD:first-child {
  animation-delay: 0s;
}
.ActionBanner_action-banner_btn-wave__El8gD:nth-child(2) {
  animation-delay: -5s;
}
.ActionBanner_action-banner_btn-wave__El8gD:nth-child(3) {
  animation-delay: -10s;
}
.ActionBanner_action-banner_btn-wave__El8gD:nth-child(4) {
  animation-delay: -15s;
}
.ActionBanner_action-banner_btn-wave__El8gD:nth-child(5) {
  animation-delay: -20s;
}
.ActionBanner_action-banner_btn-wave__El8gD:nth-child(6) {
  animation-delay: -25s;
}
.ActionBanner_action-banner_btn-wave__El8gD:nth-child(7) {
  animation-delay: -30s;
}
.ActionBanner_action-banner_btn-wave__El8gD:nth-child(8) {
  animation-delay: -35s;
}
.ActionBanner_action-banner_btn-wave__El8gD:nth-child(9) {
  opacity: 1;
  animation: unset;
}
@keyframes ActionBanner_waveAnimation___FZiZ {
  0% {
    transform: translate(-50%, -50%) scaleX(1) scaleY(1);
    opacity: 0;
  }
  5% {
    opacity: 0.8;
  }
  to {
    transform: translate(-50%, -50%) scaleX(var(--scale-x))
      scaleY(var(--scale-y));
    opacity: 0;
  }
}
.AppFooter_footer__4WEi3 {
  width: 100%;
  background: #0f207a;
  color: #a8adb4;
  padding: 60px 16px 32px;
  border-radius: 36px 36px 0 0;
  overflow: hidden;
  background: linear-gradient(0deg, #0f207a, #0f207a),
    linear-gradient(
      158.41deg,
      rgba(70, 130, 180, 0.3) -1.32%,
      rgba(123, 98, 249, 0) 50.89%
    );
}
@media only screen and (min-width: 768px) {
  .AppFooter_footer__4WEi3 {
    border-radius: 64px 64px 0 0;
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 1025px) {
  .AppFooter_footer__4WEi3 {
    border-radius: 100px 100px 0 0;
    padding-bottom: 27px;
  }
}
.AppFooter_footer-wrapper__6lI6Q {
  position: relative;
}
.AppFooter_footer-head__06Hkf {
  gap: 32px;
}
.AppFooter_footer-lang__BePr_ {
  display: none;
  color: #fff;
  margin-left: auto;
}
@media only screen and (min-width: 768px) {
  .AppFooter_footer-lang__BePr_ {
    display: inline-flex;
  }
}
.Button_button-wrapper__yDmDc {
  border-radius: 100px;
  transition: all 0.3s linear;
  gap: 8px;
  border: 1px solid rgba(0, 0, 0, 0);
  font-family: NovaPoshta-Medium, Arial, Helvetica, sans-serif;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .Button_button-wrapper__yDmDc:hover .Button_button-hover-line__TTegF:after {
    left: -130%;
  }
}
.Button_button-hover-line__TTegF {
  position: absolute;
  inset: -1px;
  z-index: 0;
  display: block;
  overflow: hidden;
  border-radius: inherit;
}
.Button_button-hover-line__TTegF:after {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  width: 0;
  z-index: 0;
  left: 155%;
  box-shadow: 0 0 25px 25px rgba(255, 255, 255, 0.2);
  transform: skew(-35deg);
  transition: all 1s;
}
.Button_button-size-small__R_m08 {
  padding: 15px 23px;
  min-height: 56px;
  font-size: 18px;
  line-height: 135%;
}
.Button_button-size-large__ElqqP {
  padding: 23px 30px;
  min-height: 82px;
  font-size: 26px;
  line-height: 130%;
}
.Button_button-size-small-only-icon__2Ms_2 {
  padding: 6px;
  min-width: 56px;
  height: 56px;
  gap: 0;
}
.Button_button-size-large-only-icon__d6SgV {
  padding: 10px;
  min-width: 82px;
  height: 82px;
  gap: 0;
}
.Button_button-color-violet__oJ_Pm {
  background: #0046ff;
  border-color: #0046ff;
  color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .Button_button-color-violet__oJ_Pm:hover {
    background: #0f207a;
    border-color: #0f207a;
  }
}
.Button_button-violet-disabled__0hfpY {
  opacity: 0.5;
}
.Button_button-color-white__mzwbe {
  background: #fff;
  border-color: #fff;
  color: #0046ff;
}
@media (hover: hover) and (pointer: fine) {
  .Button_button-color-white__mzwbe:hover {
    background: #0046ff;
    border-color: #0046ff;
    color: #fff;
  }
}
.Button_button-white-disabled__VXu0c {
  opacity: 0.2;
}
.Button_button-color-outline-white__UfBPS {
  background: rgba(0, 0, 0, 0);
  border-color: #fff;
  color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .Button_button-color-outline-white__UfBPS:hover {
    background: rgba(255, 255, 255, 0.2);
  }
}
.Button_button-outline-white-disabled__E2oLi {
  opacity: 0.2;
}
.Button_button-disabled__m0f_1,
.Button_button-loading__k1F2Y {
  pointer-events: none;
}
.Button_icon__V2EYJ {
  display: flex;
}
.Button_icon__V2EYJ svg {
  transition: all 0.3s linear;
}
.Button_button-text__eKp_Z {
  position: relative;
  z-index: 1;
}
.Button_loading-icon__MUdyC {
  animation: Button_rotate__zRD65 1.5s linear infinite;
}
.Button_loading-icon__MUdyC svg path {
  stroke: unset;
}
@keyframes Button_rotate__zRD65 {
  to {
    transform: rotate(1turn);
  }
}
.ButtonScrollTop_button-wrapper__1Rz9_ {
  position: fixed;
  bottom: 16px;
  right: 16px;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
@media only screen and (min-width: 768px) {
  .ButtonScrollTop_button-wrapper__1Rz9_ {
    bottom: 32px;
    right: 32px;
  }
}
@media only screen and (min-width: 1025px) {
  .ButtonScrollTop_button-wrapper__1Rz9_ {
    bottom: 50px;
    right: 50px;
  }
}
.ButtonScrollTop_button-wrapper__1Rz9_ .button-wrapper {
  min-width: 56px;
  min-height: 56px;
  height: 56px;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .ButtonScrollTop_button-wrapper__1Rz9_ .button-wrapper {
    min-width: 76px;
    min-height: 76px;
    height: 76px;
  }
}
.RichTextWhiteBlock_white-block__gNLu0 {
  border: 2px solid #dbdfe4;
  border-radius: 32px;
  padding: 32px;
  color: #32383c;
  background: rgba(255, 255, 255, 0.6);
  margin-top: 32px;
  margin-bottom: 32px;
}
@media only screen and (min-width: 768px) {
  .RichTextWhiteBlock_white-block__gNLu0 {
    padding: 60px;
    border-radius: 60px;
    margin-top: 56px;
    margin-bottom: 56px;
  }
}
.RichTextWhiteBlock_white-block__gNLu0:last-child {
  margin-bottom: 0;
}
.RichTextWhiteBlock_white-block__gNLu0:first-child {
  margin-top: 0;
}
.RichTextWhiteBlock_white-block_title__0ngiI {
  font-family: FixelDisplay-Medium, Arial, Helvetica, sans-serif;
  font-weight: 500;
  line-height: 1.2;
  font-size: 32px;
}
.RichTextWhiteBlock_white-block_text__OaLHT {
  font-family: FixelDisplay-Medium, Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 17px;
  line-height: 20px;
  margin-top: 16px;
}
@media only screen and (min-width: 768px) {
  .RichTextWhiteBlock_white-block_text__OaLHT {
    margin-top: 24px;
  }
}
@media only screen and (min-width: 1025px) {
  .RichTextWhiteBlock_white-block_text__OaLHT {
    margin-top: 32px;
  }
}
.RichTextWhiteBlock_white-block_content__PZL6w {
  margin-top: 16px;
}
@media only screen and (min-width: 768px) {
  .RichTextWhiteBlock_white-block_content__PZL6w {
    margin-top: 24px;
  }
}
@media only screen and (min-width: 1025px) {
  .RichTextWhiteBlock_white-block_content__PZL6w {
    margin-top: 32px;
  }
}
.FaqItem_faq-item__wRI1_ {
  box-shadow: 0 2.26px 19.2px 0 rgba(191, 195, 204, 0.3019607843);
  background: #fff;
  border-radius: 24px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .FaqItem_faq-item__wRI1_ {
    border-radius: 40px;
  }
}
.FaqItem_faq-item_head__tov65 {
  font-family: NovaPoshta-Medium, Arial, Helvetica, sans-serif;
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .FaqItem_faq-item_head__tov65:hover .FaqItem_faq-item_icon__LCW_B {
    color: #0046ff;
  }
}
.FaqItem_faq-item_icon__LCW_B {
  flex: none;
  transition: color 0.3s;
}
.FaqItem_faq-item_icon__LCW_B svg {
  max-width: 100%;
  max-height: 100%;
}
.FaqItem_faq-item_content__o4R6w {
  height: 0;
  overflow: hidden;
  transition: height 0.3s;
}
.FaqItem_faq-item_text__rLSXk {
  font-size: 16px;
  line-height: 1.25;
}
@media only screen and (min-width: 768px) {
  .FaqItem_faq-item_text__rLSXk {
    font-size: 20px;
    line-height: 1.3;
  }
}
.FaqItem_faq-item_text__rLSXk p {
  margin-bottom: 0.8em;
}
.FaqItem_faq-item_text__rLSXk p:last-child {
  margin-bottom: 0;
}
.FaqItem_faq-item_text__rLSXk a {
  color: #32383c;
  text-decoration: underline;
  transition: color 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .FaqItem_faq-item_text__rLSXk a:hover {
    color: #0046ff;
  }
}
.FaqItem_faq-item_text__rLSXk ol li,
.FaqItem_faq-item_text__rLSXk ul li {
  margin-bottom: 8px;
}
.FaqItem_faq-item_text__rLSXk ol li:last-child,
.FaqItem_faq-item_text__rLSXk ul li:last-child {
  margin-bottom: 0;
}
.FaqItem_faq-item-large__aOF_s .FaqItem_faq-item_head__tov65 {
  padding: 20px;
  gap: 12px;
  color: #202427;
  font-size: 20px;
  line-height: 1.25;
}
@media only screen and (min-width: 768px) {
  .FaqItem_faq-item-large__aOF_s .FaqItem_faq-item_head__tov65 {
    padding: 30px;
    font-size: 24px;
  }
}
@media only screen and (min-width: 1025px) {
  .FaqItem_faq-item-large__aOF_s .FaqItem_faq-item_head__tov65 {
    padding: 40px;
    font-size: 36px;
  }
}
.FaqItem_faq-item-large__aOF_s .FaqItem_faq-item_text__rLSXk {
  padding: 4px 20px 20px;
}
@media only screen and (min-width: 768px) {
  .FaqItem_faq-item-large__aOF_s .FaqItem_faq-item_text__rLSXk {
    padding: 0 30px 30px;
  }
}
@media only screen and (min-width: 1025px) {
  .FaqItem_faq-item-large__aOF_s .FaqItem_faq-item_text__rLSXk {
    padding: 0 40px 40px;
  }
}
.FaqItem_faq-item-large__aOF_s .FaqItem_faq-item_icon__LCW_B {
  width: 24px;
  height: 24px;
}
.FaqItem_faq-item-small__zdXxF .FaqItem_faq-item_head__tov65 {
  padding: 20px;
  gap: 12px;
  color: #32383c;
  font-size: 20px;
  line-height: 1.25;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .FaqItem_faq-item-small__zdXxF .FaqItem_faq-item_head__tov65 {
    padding: 26px;
    font-size: 24px;
  }
}
@media only screen and (min-width: 1025px) {
  .FaqItem_faq-item-small__zdXxF .FaqItem_faq-item_head__tov65 {
    padding: 32px;
    font-size: 26px;
  }
}
.FaqItem_faq-item-small__zdXxF .FaqItem_faq-item_text__rLSXk {
  color: #464b53;
  padding: 4px 20px 20px;
}
@media only screen and (min-width: 768px) {
  .FaqItem_faq-item-small__zdXxF .FaqItem_faq-item_text__rLSXk {
    padding: 0 26px 26px;
  }
}
@media only screen and (min-width: 1025px) {
  .FaqItem_faq-item-small__zdXxF .FaqItem_faq-item_text__rLSXk {
    padding: 0 32px 32px;
  }
}
.FaqItem_faq-item-small__zdXxF .FaqItem_faq-item_icon__LCW_B {
  width: 22px;
  height: 22px;
  color: #767f8a;
}
.Tooltip_tooltip-open__CXzKE {
  opacity: 1;
}
.Tooltip_tooltip-close__Z92Ml {
  opacity: 0;
}
.Tooltip_tooltip__SAWsy {
  position: relative;
}
.Tooltip_tooltip-inner__7k0g_ {
  position: fixed;
  padding: 8px;
  border-radius: 8px;
  background: #202427;
  display: block;
  color: #fff;
  z-index: 20;
  transition: all 0.3s;
  font-size: 11px;
  line-height: 12px;
}
.Tooltip_tooltip-arrow__DPuh3 {
  position: fixed;
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-left: 10px solid rgba(0, 0, 0, 0);
  border-bottom: 13px solid #202427;
  margin-left: -10px;
}
.Tooltip_tooltip-content__3Ypt7 {
  overflow: auto;
  white-space: normal;
  max-height: 200px;
  max-width: 90vw;
}
.SmartLinkModal_modal-open__57z0t {
  opacity: 1;
}
.SmartLinkModal_modal-close___zEL_ {
  opacity: 0;
}
.SmartLinkModal_modal__ls8U3 {
  transition: all 0.3s;
  position: fixed;
  z-index: 9999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  color: #fff;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  background: rgba(32, 36, 39, 0.4);
  padding: 16px;
}
.SmartLinkModal_modal-close-bg__mynrX {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.SmartLinkModal_modal-btn-close__U_lef {
  position: absolute;
  top: 16px;
  width: 32px;
  height: 32px;
  right: 16px;
  cursor: pointer;
}
.SmartLinkModal_modal-wrapper__bk5ka {
  background: linear-gradient(
    144.93deg,
    rgba(255, 255, 255, 0.2) 22.91%,
    rgba(255, 255, 255, 0.08) 123.52%
  );
  -webkit-backdrop-filter: blur(500px);
  backdrop-filter: blur(500px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 48px 40px 64px;
  margin: auto;
  position: relative;
  width: 480px;
  border-radius: 24px;
  max-width: 100%;
}
.SmartLinkModal_modal-content__9SsMj {
  text-align: center;
}
.SmartLinkModal_modal-title__C6Moa {
  font-family: NovaPoshta-Medium, Arial, Helvetica, sans-serif;
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 12px;
}
.SmartLinkModal_modal-text__1igOQ {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
}
.MenuGroup_menu-group__B5OLv {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .MenuGroup_menu-group__B5OLv {
    width: calc(50% - 12px);
  }
}
@media only screen and (min-width: 1025px) {
  .MenuGroup_menu-group__B5OLv {
    width: auto;
    max-width: calc(25% - 17px);
  }
}
.MenuGroup_menu-group__B5OLv.MenuGroup_menu-group--open__ZT6SE
  .MenuGroup_menu-group-icon__7wygz {
  transform: rotate(180deg);
}
.MenuGroup_menu-group-name__USsIv {
  font-family: NovaPoshta-Medium, Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.25;
  cursor: pointer;
  color: #fff;
  gap: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .MenuGroup_menu-group-name__USsIv {
    cursor: unset;
  }
}
.MenuGroup_menu-group-icon__7wygz {
  transition: all 0.3s;
  flex: none;
}
@media only screen and (min-width: 768px) {
  .MenuGroup_menu-group-icon__7wygz {
    display: none;
  }
}
.MenuGroup_menu-group-content__v_HpN {
  height: 0;
  overflow: hidden;
  transition: all 0.25s;
}
@media only screen and (min-width: 768px) {
  .MenuGroup_menu-group-content__v_HpN {
    height: auto !important;
    overflow: visible;
  }
}
.MenuGroup_menu-group-list__bowhR {
  font-size: 16px;
  line-height: 1.25;
  gap: 12px;
  padding-top: 4px;
}
.MenuGroup_menu-group-link__YZsQ4 {
  transition: color 0.3s;
  gap: 12px;
}
@media (hover: hover) and (pointer: fine) {
  .MenuGroup_menu-group-link__YZsQ4:hover {
    color: #fff;
  }
}
.MenuGroup_menu-group-link_label__AqivQ {
  background: #f5edff;
  border-radius: 24px;
  padding: 4px 8px;
  font-size: 12px;
  line-height: 16px;
  color: #0046ff;
  font-family: FixelDisplay-Medium, Arial, Helvetica, sans-serif;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .MenuGroup_menu-group-link_label__AqivQ {
    font-size: 14px;
    line-height: 18px;
    padding: 5px 10px;
  }
}
.Copyright_copyright__S3pOk {
  font-size: 11px;
  line-height: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 24px;
  margin-top: 32px;
}
@media only screen and (min-width: 768px) {
  .Copyright_copyright__S3pOk {
    font-size: 12px;
    line-height: 1.35;
  }
}
.Copyright_copyright__S3pOk p {
  margin-bottom: 5px;
}
.Copyright_copyright__S3pOk p:last-child {
  margin-bottom: 0;
}
.LogosAndSocials_panel__fqUEl {
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  margin-top: 56px;
}
@media only screen and (min-width: 768px) {
  .LogosAndSocials_panel__fqUEl {
    align-items: center;
    flex-direction: row;
  }
}
.LogosAndSocials_panel-logos__bNYtg {
  display: grid;
  grid-template-columns: 1.7fr 1fr 1fr;
  align-items: center;
  grid-gap: 16px 40px;
  gap: 16px 40px;
}
@media only screen and (min-width: 768px) {
  .LogosAndSocials_panel-logos__bNYtg {
    grid-template-columns: auto auto auto auto auto;
  }
}
.LogosAndSocials_panel-logos-item__dl5NE {
  display: block;
  line-height: 0;
}
.LogosAndSocials_panel-socials__ZDKoH {
  gap: 16px;
  flex: none;
}
.LogosAndSocials_panel-socials-link__8Uw0w {
  width: 28px;
  height: 28px;
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: linear-gradient(
    144.93deg,
    rgba(255, 255, 255, 0.2) 22.91%,
    rgba(255, 255, 255, 0.08) 123.52%
  );
  padding: 5px;
}
@media only screen and (min-width: 768px) {
  .LogosAndSocials_panel-socials-link__8Uw0w {
    width: 40px;
    height: 40px;
  }
}
.MaintenanceScreen_maintenance__xKf4i {
  background: radial-gradient(
      ellipse 50% 45% at 50% 85%,
      #6495ed 0,
      rgba(70, 130, 180, 0) 80%
    ),
    linear-gradient(90deg, #000080 65%, #00003b);
  background-size: cover;
  color: #fff;
}
.MaintenanceScreen_maintenance_container__3_R7h {
  min-height: 100dvh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
  padding-top: 100px;
  text-align: center;
}
.MaintenanceScreen_maintenance_container__3_R7h.container {
  max-width: 535px;
}
@media only screen and (min-width: 768px) {
  .MaintenanceScreen_maintenance_container__3_R7h.container {
    max-width: 1060px;
  }
}
@supports (height: 100svh) {
  .MaintenanceScreen_maintenance_container__3_R7h {
    min-height: 100svh;
  }
}
@media only screen and (min-width: 768px) {
  .MaintenanceScreen_maintenance_container__3_R7h {
    padding-top: 140px;
  }
}
@media only screen and (min-width: 1025px) {
  .MaintenanceScreen_maintenance_container__3_R7h {
    padding-bottom: 90px;
  }
}
.MaintenanceScreen_maintenance_content___TozQ {
  gap: 16px;
  align-items: center;
  text-align: center;
  max-width: 440px;
}
.MaintenanceScreen_maintenance_text__sDZCn {
  font-size: 16px;
  line-height: 1.25;
  margin-top: 16px;
}
@media only screen and (min-width: 768px) {
  .MaintenanceScreen_maintenance_text__sDZCn {
    margin-top: 32px;
    font-size: 20px;
    line-height: 1.3;
  }
}
.MaintenanceScreen_maintenance_image__APhTc {
  max-width: 500px;
  margin-top: 32px;
}
@media only screen and (min-width: 768px) {
  .MaintenanceScreen_maintenance_image__APhTc {
    margin-top: 48px;
  }
}
.Logo_logo__dIGtw {
  position: relative;
  width: 180px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .Logo_logo__dIGtw {
    width: 180px;
    height: 70px;
  }
}
.Logo_logo-image__8_8BV {
  position: absolute;

  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  height: 150px;
  width: auto;

  padding-bottom: 0;
  max-width: none;
  display: block;
}
.Menu_menu__hKhTR {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: linear-gradient(0deg, #0046ff 15%, #0f207a 85%);
  height: calc(100dvh - 71px);
  padding: 48px 16px;
  margin-top: 1px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.2s;
}
@media only screen and (min-width: 768px) {
  .Menu_menu__hKhTR {
    height: calc(100dvh - 105px);
  }
}
@media only screen and (min-width: 1025px) {
  .Menu_menu__hKhTR {
    position: unset;
    top: unset;
    left: unset;
    width: unset;
    background: unset;
    height: unset;
    padding: unset;
    margin-top: unset;
    overflow: unset;
    opacity: unset;
    visibility: unset;
    pointer-events: unset;
  }
}
.Menu_menu__hKhTR.Menu_menu--open__VEy_8 {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  pointer-events: unset;
}
.Menu_menu-list__nAMf9 {
  flex-direction: column;
  gap: 24px;
  text-align: center;
  padding-bottom: 32px;
}
@media only screen and (min-width: 1025px) {
  .Menu_menu-list__nAMf9 {
    padding-bottom: unset;
    flex-direction: row;
    gap: 12px 48px;
    justify-content: center;
  }
}
.Menu_menu-link__qQYfj {
  display: block;
  font-family: NovaPoshta-Medium, Arial, Helvetica, sans-serif;
  font-size: 26px;
  line-height: 130%;
  padding: 7px 14px;
  border-radius: 32px;
  border: 1px solid rgba(0, 0, 0, 0);
  transition: all 0.3s;
}
@media only screen and (min-width: 1025px) {
  .Menu_menu-link__qQYfj {
    font-size: 18px;
    line-height: 135%;
  }
}
.Menu_menu-link__qQYfj.Menu_menu-link--active__g9Zcw {
  background: linear-gradient(
    144.93deg,
    rgba(255, 255, 255, 0.4) 22.91%,
    rgba(255, 255, 255, 0.16) 123.52%
  );
  background-size: cover;
  border-color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .Menu_menu-link__qQYfj:hover {
    background: rgba(255, 255, 255, 0.8);
    border-color: rgba(255, 255, 255, 0.8);
    color: #4682b4;
  }
}
.Menu_menu-btn-bottom__cEMeI {
  margin-top: auto;
}
@media only screen and (min-width: 1025px) {
  .Menu_menu-btn-bottom__cEMeI.button-wrapper {
    display: none;
  }
}
.LocaleSwitcher_locale-switcher__r6X7q {
  position: relative;
}
.LocaleSwitcher_locale-switcher_btn__Lh2FK.button-wrapper {
  font-size: 14px;
  min-height: 30px;
  padding: 0;
  text-transform: uppercase;
  width: 60px;
  color: inherit;
}
@media only screen and (min-width: 768px) {
  .LocaleSwitcher_locale-switcher_btn__Lh2FK.button-wrapper {
    font-size: 18px;
    min-height: 40px;
    width: 88px;
  }
}
.Actions_actions__ULXWQ {
  gap: 20px;
  flex: none;
}
.Actions_actions-btn-link__Ch22o.button-wrapper {
  display: none;
}
@media only screen and (min-width: 768px) {
  .Actions_actions-btn-link__Ch22o.button-wrapper {
    display: inline-flex;
  }
}
.Actions_actions-btn__f1BSz {
  width: 24px;
  min-width: 1px;
  padding: 4px;
  display: block;
}
@media only screen and (min-width: 1025px) {
  .Actions_actions-btn__f1BSz {
    display: none;
  }
}
.Actions_actions-btn__f1BSz span {
  top: 0;
  float: left;
  display: block;
  overflow: hidden;
  position: relative;
  background: currentColor;
  width: 8px;
  height: 2px;
  margin: 2px 0;
  transform: rotate(0deg);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 1px;
}
.Actions_actions-btn__f1BSz span:nth-child(odd) {
  clear: both;
}
.Actions_actions-btn__f1BSz span:nth-child(2n) {
  float: right;
}
.Actions_actions-btn__f1BSz span:nth-child(2),
.Actions_actions-btn__f1BSz span:nth-child(6) {
  transform-origin: left center;
}
.Actions_actions-btn__f1BSz span:first-child,
.Actions_actions-btn__f1BSz span:nth-child(5) {
  transform-origin: right center;
}
.Actions_actions-btn__f1BSz.Actions_btn--open__LKNCg span:first-child,
.Actions_actions-btn__f1BSz.Actions_btn--open__LKNCg span:nth-child(6) {
  transform: rotate(45deg);
}
.Actions_actions-btn__f1BSz.Actions_btn--open__LKNCg span:nth-child(2),
.Actions_actions-btn__f1BSz.Actions_btn--open__LKNCg span:nth-child(5) {
  transform: rotate(-45deg);
}
.Actions_actions-btn__f1BSz.Actions_btn--open__LKNCg span:first-child,
.Actions_actions-btn__f1BSz.Actions_btn--open__LKNCg span:nth-child(2) {
  top: 6px;
}
.Actions_actions-btn__f1BSz.Actions_btn--open__LKNCg span:nth-child(5),
.Actions_actions-btn__f1BSz.Actions_btn--open__LKNCg span:nth-child(6) {
  top: -6px;
}
.Actions_actions-btn__f1BSz.Actions_btn--open__LKNCg span:nth-child(3) {
  opacity: 0;
  transform: translateX(-2em);
}

.Actions_actions-btn__f1BSz:hover {
  transform: scale(1.1);
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.Actions_actions-btn__f1BSz:hover span {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.3);
}
.Actions_actions-btn__f1BSz.Actions_btn--open__LKNCg span:nth-child(4) {
  opacity: 0;
  transform: translateX(2em);
}
.AppHeader_header__jEoAR {
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  transition: background 0.3s;
}
.AppHeader_header__jEoAR.AppHeader_header-menu--open__riFjl {
  background: #000080;
  color: #fff;
}
.AppHeader_header__jEoAR.AppHeader_theme-light__BV3Ph:not(
    .AppHeader_header__jEoAR.AppHeader_header-menu--open__riFjl
  ) {
  color: #fff;
  background: rgba(0, 0, 128, 0.2);
}
.AppHeader_header__jEoAR.AppHeader_theme-dark__w7dm0:not(
    .AppHeader_header__jEoAR.AppHeader_header-menu--open__riFjl
  ) {
  background: linear-gradient(
    144.93deg,
    rgba(255, 255, 255, 0.3) 22.91%,
    rgba(255, 255, 255, 0.12) 123.52%
  );
  color: #202427;
}
.AppHeader_header-wrapper__2hqBf {
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: 70px;
}
@media only screen and (min-width: 768px) {
  .AppHeader_header-wrapper__2hqBf {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.Benefits_benefits__8wH2p {
  margin-top: 122px;
  margin-bottom: 100px;
  overflow-x: clip;
  overflow-y: visible;
}
@media only screen and (min-width: 768px) {
  .Benefits_benefits__8wH2p {
    margin-top: 160px;
    margin-bottom: 160px;
  }
}
@media only screen and (min-width: 1025px) {
  .Benefits_benefits__8wH2p {
    margin-top: 180px;
    margin-bottom: 180px;
  }
}
.Benefits_benefits-container__ICcW_ {
  position: relative;
  flex-direction: column;
  gap: 48px;
}
@media only screen and (min-width: 768px) {
  .Benefits_benefits-container__ICcW_ {
    justify-content: flex-start;
    align-items: center;
  }
}
@media only screen and (min-width: 1025px) {
  .Benefits_benefits-container__ICcW_ {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0;
  }
  .Benefits_benefits-content__Vh3It {
    position: -webkit-sticky;
    position: sticky;
    top: 155px;
    width: 40.3%;
  }
}
.Benefits_benefits-content__Vh3It.Benefits_benefits-content--center__7QxUd {
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .Benefits_benefits-content__Vh3It.Benefits_benefits-content--center__7QxUd {
    text-align: left;
  }
}
.Benefits_benefits-content__Vh3It.Benefits_has-button__6SyFB
  .Benefits_benefits-text__wp4yO {
  margin-top: 16px;
}
@media only screen and (min-width: 768px) {
  .Benefits_benefits-content__Vh3It.Benefits_has-button__6SyFB
    .Benefits_benefits-text__wp4yO {
    margin-top: 28px;
  }
}
@media only screen and (min-width: 1025px) {
  .Benefits_benefits-content__Vh3It.Benefits_has-button__6SyFB
    .Benefits_benefits-text__wp4yO {
    margin-top: 40px;
  }
}
.Benefits_benefits-content__Vh3It.Benefits_has-button__6SyFB
  .Benefits_benefits-btn-wrapper__lgyvV {
  margin-top: 24px;
}
@media only screen and (min-width: 768px) {
  .Benefits_benefits-content__Vh3It.Benefits_has-button__6SyFB
    .Benefits_benefits-btn-wrapper__lgyvV {
    margin-top: 28px;
  }
}
@media only screen and (min-width: 1025px) {
  .Benefits_benefits-content__Vh3It.Benefits_has-button__6SyFB
    .Benefits_benefits-btn-wrapper__lgyvV {
    margin-top: 40px;
  }
}
.Benefits_benefits-title__jeFRW {
  color: #202427;
}
.Benefits_benefits-text__wp4yO {
  margin-top: 12px;
  font-size: 16px;
  line-height: 1.25;
}
@media only screen and (min-width: 768px) {
  .Benefits_benefits-text__wp4yO {
    margin-top: 40px;
    font-size: 24px;
    line-height: 1.3;
  }
}
@media only screen and (min-width: 1025px) {
  .Benefits_benefits-text__wp4yO {
    margin-top: 84px;
  }
}
.Benefits_benefits-cards__uatSu {
  gap: 24px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .Benefits_benefits-cards__uatSu {
    gap: 64px;
    max-width: 704px;
  }
}
@media only screen and (min-width: 1025px) {
  .Benefits_benefits-cards__uatSu {
    width: 50%;
    max-width: 604px;
  }
}
.BenefitsCard_benefits-card__3BF4Z {
  padding: 24px 24px 70px;
  border-radius: 32px;
  position: relative;
  font-family: NovaPoshta-Medium, Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.25;
  color: #fff;
  min-height: 208px;
  width: 100%;
  max-width: 480px;
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.3s ease, transform 0.3s ease;
  position: relative;
  overflow: visible;
}

.BenefitsCard_benefits-card__3BF4Z:nth-child(1),
.BenefitsCard_benefits-card__3BF4Z:nth-child(2),
.BenefitsCard_benefits-card__3BF4Z:nth-child(3) {
  transition-delay: 0s;
}
@media only screen and (min-width: 768px) {
  .BenefitsCard_benefits-card__3BF4Z {
    max-width: none;
    min-height: 366px;
    font-size: 32px;
    border-radius: 64px;
    line-height: 1.2;
    padding: 48px 48px 80px;
  }
}
.BenefitsCard_benefits-card-bg-violet__hR_f7 {
  background: linear-gradient(-35deg, #15295f, #1e40af);
  background-size: cover;
}
.BenefitsCard_benefits-card-bg-violet-light__QoILj {
  background: linear-gradient(-35deg, #132a74, #3b82f6);
  background-size: cover;
}
.BenefitsCard_benefits-card-bg-sky-blue__SfsoK {
  background: linear-gradient(-35deg, #042a68, #60a5fa);
  background-size: cover;
}
.BenefitsCard_benefits-card_icon__qPdWo {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  pointer-events: none;
}
.BenefitsCard_benefits-card_icon-inner__2gbWg {
  display: block;
  height: auto;
  width: auto;
  max-width: 350px;
  max-height: 100%;
  object-fit: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
  opacity: 0.7;
}
@media (min-width: 768px) {
  .BenefitsCard_benefits-card_icon-inner__2gbWg {
    max-width: 400px;
  }
}

@media (max-width: 767px) {
  .BenefitsCard_benefits-card__3BF4Z:first-child {
    position: relative !important;
    overflow: hidden !important;
  }

  .BenefitsCard_benefits-card__3BF4Z:first-child
    .BenefitsCard_benefits-card_icon__qPdWo {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    justify-content: flex-end !important;
    align-items: flex-start !important;
    overflow: hidden !important;
    z-index: 1 !important;
  }

  .BenefitsCard_benefits-card__3BF4Z:first-child
    .BenefitsCard_benefits-card_icon-inner__2gbWg {
    width: 80% !important;
    height: 80% !important;
    object-fit: contain !important;
    max-width: 200px !important;
    max-height: 200px !important;
  }
}
.BenefitsCard_benefits-card_text__sct3L {
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .BenefitsCard_benefits-card_icon-inner__2gbWg {
    max-width: 450px;
  }
}
@media only screen and (min-width: 1025px) {
  .BenefitsCard_benefits-card_text__sct3L {
    max-width: 325px;
  }
}
.ContentGrid_content-grid__BAYUZ {
  margin-top: 100px;
  margin-bottom: 100px;
  overflow-x: clip;
  overflow-y: visible;
}
@media only screen and (min-width: 768px) {
  .ContentGrid_content-grid__BAYUZ {
    margin-top: 180px;
    margin-bottom: 180px;
  }
}
.ContentGrid_content-grid_title__sDDi2 {
  color: #202427;
  text-align: center;
  max-width: 510px;
  margin: 0 auto;
}
@media only screen and (min-width: 1025px) {
  .ContentGrid_content-grid_title__sDDi2 {
    max-width: 780px;
  }
}
.ContentGrid_content-grid_subtitle__A2ip7 {
  font-size: 16px;
  line-height: 1.25;
  margin-top: 16px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .ContentGrid_content-grid_subtitle__A2ip7 {
    margin-top: 32px;
    font-size: 20px;
    line-height: 1.3;
  }
}
@media only screen and (min-width: 1025px) {
  .ContentGrid_content-grid_subtitle__A2ip7 {
    display: none;
  }
}
.ContentGrid_content-grid_content__VIDkS {
  grid-gap: 32px;
  gap: 32px;
  display: grid;
  max-width: 520px;
  margin: 32px auto 0;
}
@media only screen and (min-width: 768px) {
  .ContentGrid_content-grid_content__VIDkS {
    max-width: none;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 60px;
    grid-template-rows: repeat(2, auto);
  }
}
@media only screen and (min-width: 1025px) {
  .ContentGrid_content-grid_content__VIDkS {
    margin-top: 80px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto);
  }
}
.ContentGrid_content-grid_left-card__SKRF9 {
  background: #fff;
  border-radius: 32px;
  box-shadow: 0 4px 34px 0 rgba(191, 195, 204, 0.3019607843);
  order: 2;
  font-family: FixelDisplay-Medium, Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3;
}
@media only screen and (min-width: 768px) {
  .ContentGrid_content-grid_left-card__SKRF9 {
    font-size: 24px;
    order: unset;
    grid-row: span 2;
    grid-column: 1;
  }
}
@media only screen and (min-width: 1025px) {
  .ContentGrid_content-grid_left-card__SKRF9 {
    font-size: 28px;
    grid-row: span 2;
    grid-column: 1;
  }
}
.ContentGrid_content-grid_left-card_image__Zb1bH {
  width: 100%;
  border-radius: 32px;
  overflow: hidden;
}
.ContentGrid_content-grid_left-card_image-inner__eCDlh {
  width: 100%;
  height: 96vw;
  max-height: 520px;
  display: block;
  object-fit: cover;
  object-position: center;
}
.ContentGrid_content-grid_left-card_text__gKbaP {
  color: #202427;
  padding: 32px;
  min-height: 214px;
  flex: auto;
  max-height: 100%;
}
@media only screen and (min-width: 1025px) {
  .ContentGrid_content-grid_left-card_text__gKbaP {
    padding: 40px;
  }
}
.ContentGrid_content-grid_top-text__hdSEL {
  display: none;
  color: #202427;
}
@media only screen and (min-width: 1025px) {
  .ContentGrid_content-grid_top-text__hdSEL {
    display: block;
    grid-row: 1;
    grid-column: 2;
  }
}
.ContentGrid_content-grid_top-text_text__HcmYV {
  margin-top: 32px;
  font-family: NovaPoshta-Regular, Arial, Helvetica, sans-serif;
  font-size: 48px;
  line-height: 1.15;
}
.ContentGrid_content-grid_top-image__D7nDN {
  order: 1;
  position: relative;
  border-radius: 32px;
  padding: 32px 32px 140px;
  background: #87ceeb;
  overflow: hidden;
  min-height: 360px;
  color: #fff;
  font-family: FixelDisplay-Medium, Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3;
}
@media only screen and (min-width: 481px) {
  .ContentGrid_content-grid_top-image__D7nDN {
    min-height: 420px;
  }
}
@media only screen and (min-width: 768px) {
  .ContentGrid_content-grid_top-image__D7nDN {
    font-size: 24px;
    order: unset;
    grid-row: 1;
    grid-column: 2;
    min-height: 375px;
  }
}
@media only screen and (min-width: 1025px) {
  .ContentGrid_content-grid_top-image__D7nDN {
    padding: 40px 40px 240px;
    min-height: 438px;
    font-size: 28px;
    grid-row: 1;
    grid-column: 3;
  }
}
.ContentGrid_content-grid_top-image_image__FXPE8 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.ContentGrid_content-grid_top-image_image-inner__2FX7d {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}
.ContentGrid_content-grid_top-image_text__PRvdK {
  position: relative;
  z-index: 1;
  max-width: 90%;
  width: 320px;
}
@media only screen and (min-width: 1025px) {
  .ContentGrid_content-grid_top-image_text__PRvdK {
    width: auto;
    max-width: none;
  }
}
.ContentGrid_content-grid_card-bottom__L_loX {
  order: 3;
  background: linear-gradient(0deg, #0046ff, #0046ff);
  font-family: FixelDisplay-Medium, Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.3;
  position: relative;
  border-radius: 32px;
  padding: 32px 65px 140px 32px;
  min-height: 360px;
  color: #fff;
}
@media only screen and (min-width: 481px) {
  .ContentGrid_content-grid_card-bottom__L_loX {
    min-height: 420px;
  }
}
@media only screen and (min-width: 768px) {
  .ContentGrid_content-grid_card-bottom__L_loX {
    font-size: 24px;
    grid-row: 2;
    grid-column: 2;
    order: unset;
    min-height: 380px;
  }
}
@media only screen and (min-width: 1025px) {
  .ContentGrid_content-grid_card-bottom__L_loX {
    padding: 40px 40px 240px;
    min-height: 466px;
    font-size: 28px;
    grid-row: 2;
    grid-column: 2 / span 2;
  }
}
.ContentGrid_content-grid_card-bottom_image__LOLrx {
  position: absolute;
  right: -91px;
  top: 24px;
  z-index: 0;
  height: 100%;
  justify-content: flex-start;
}
@media only screen and (min-width: 768px) {
  .ContentGrid_content-grid_card-bottom_image__LOLrx {
    height: 113%;
    right: 0;
    top: 0;
  }
}
.ContentGrid_content-grid_card-bottom_image__LOLrx.lazy-load-image-loaded {
  justify-content: flex-end;
}
.ContentGrid_content-grid_card-bottom_image__LOLrx span {
  width: 100px;
}
.ContentGrid_content-grid_card-bottom_image-inner__qXvpC {
  max-height: 100%;
}
.ContentGrid_content-grid_card-bottom_text__sNDjc {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1025px) {
  .ContentGrid_content-grid_card-bottom_text__sNDjc {
    max-width: 400px;
  }
}
.Document_document__suOz8 {
  width: 100%;
  font-family: NovaPoshta-Medium, Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 16px;
  line-height: 1.3;
  gap: 10px;
  position: relative;
}
.Document_document__suOz8:hover {
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .Document_document__suOz8:hover .Document_document-icon__9zqC5 {
    transform: rotate(-45deg);
  }
}
.Document_document__suOz8:last-child {
  margin-bottom: 0;
}
.Document_document__suOz8:last-child:after {
  content: none;
}
@media only screen and (min-width: 768px) {
  .Document_document__suOz8 {
    font-size: 22px;
    margin-bottom: 24px;
  }
  .Document_document__suOz8:last-child {
    margin-bottom: 24px;
  }
  .Document_document__suOz8:last-child:after {
    content: "";
  }
}
@media only screen and (min-width: 1025px) {
  .Document_document__suOz8 {
    font-size: 26px;
  }
}
.Document_document__suOz8:after {
  content: "";
  position: absolute;
  display: block;
  background: #dbdfe4;
  left: 0;
  width: 100%;
  bottom: -16px;
  height: 1px;
}
@media only screen and (min-width: 768px) {
  .Document_document__suOz8:after {
    bottom: -24px;
    height: 2px;
  }
}
.Document_document-name__RtaYp,
.Document_document__suOz8 .link-label {
  max-width: calc(100% - 34px);
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
}
.Document_document-icon__9zqC5 {
  position: relative;
  width: 24px;
  height: 24px;
  transition: transform 0.3s;
  transform-origin: center center;
}
.DocumentGroup_document-group__JRdf4 {
  width: 100%;
  scroll-margin-top: 100px;
}
.DocumentGroup_document-group__JRdf4:not(:last-child) {
  border-bottom: 1px solid #a8adb4;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .DocumentGroup_document-group__JRdf4:not(:last-child) {
    border-bottom: unset;
    padding-bottom: unset;
    margin-bottom: unset;
  }
}
.DocumentGroup_document-group__JRdf4.DocumentGroup_document-group--open____e5F
  .DocumentGroup_document-group-name__5USly {
  color: #0046ff;
}
.DocumentGroup_document-group__JRdf4.DocumentGroup_document-group--open____e5F
  .DocumentGroup_document-group-icon__DW_UR {
  transform: rotate(180deg);
}
.DocumentGroup_document-group-name__5USly {
  font-family: FixelDisplay-Medium, Arial, Helvetica, sans-serif;
  font-weight: 600;
  transition: color 0.3s;
  color: #767f8a;
  cursor: pointer;
  gap: 16px;
  font-size: 20px;
  line-height: 1.25;
}
@media only screen and (min-width: 768px) {
  .DocumentGroup_document-group-name__5USly {
    font-size: 24px;
    line-height: 1.3;
  }
}
@media (hover: hover) and (pointer: fine) {
  .DocumentGroup_document-group-name__5USly:hover {
    color: #0046ff;
  }
}
.DocumentGroup_document-group-icon__DW_UR {
  transition: all 0.3s;
  flex: none;
  width: 24px;
  height: 24px;
}
@media only screen and (min-width: 768px) {
  .DocumentGroup_document-group-icon__DW_UR {
    display: none;
  }
}
.DocumentGroup_document-group-icon__DW_UR svg {
  width: 100%;
  height: 100%;
}
.DocumentGroup_document-group-icon__DW_UR svg path {
  stroke-width: 1px;
}
.DocumentGroup_document-group-content__in_FW {
  height: 0;
  overflow: hidden;
  transition: all 0.25s;
}
@media only screen and (min-width: 768px) {
  .DocumentGroup_document-group-content__in_FW {
    display: none !important;
  }
}
.DocumentGroup_document-group-list__sO6E2 {
  font-size: 16px;
  line-height: 1.25;
  gap: 12px;
  padding-top: 12px;
}
.DocumentGroups_document-groups__pqfY5 {
  margin-top: 120px;
  margin-bottom: 120px;
}
@media only screen and (min-width: 768px) {
  .DocumentGroups_document-groups__pqfY5 {
    margin-top: 160px;
  }
}
@media only screen and (min-width: 1025px) {
  .DocumentGroups_document-groups__pqfY5 {
    margin-top: 226px;
  }
}
.DocumentGroups_document-groups_title__exGIO {
  color: #202427;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .DocumentGroups_document-groups_title__exGIO {
    margin-bottom: 70px;
  }
}
@media only screen and (min-width: 1025px) {
  .DocumentGroups_document-groups_title__exGIO {
    margin-bottom: 120px;
  }
}
.DocumentGroups_document-groups_content__ugSLX {
  gap: 32px;
}
.DocumentGroups_document-groups_sidebar__NsNrZ {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .DocumentGroups_document-groups_sidebar__NsNrZ {
    gap: 20px;
    width: 286px;
  }
}
@media only screen and (min-width: 1025px) {
  .DocumentGroups_document-groups_sidebar__NsNrZ {
    gap: 32px;
  }
}
.DocumentGroups_document-groups_body__5e1CR {
  display: none;
  width: 69.2%;
  gap: 24px;
}
@media only screen and (min-width: 768px) {
  .DocumentGroups_document-groups_body__5e1CR {
    display: flex;
  }
}
.FaqGroup_faq-group__Q_8EW {
  width: 100%;
  scroll-margin-top: 100px;
}
.FaqGroup_faq-group__Q_8EW:not(:last-child) {
  border-bottom: 1px solid #a8adb4;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .FaqGroup_faq-group__Q_8EW:not(:last-child) {
    border-bottom: unset;
    padding-bottom: unset;
    margin-bottom: unset;
  }
}
.FaqGroup_faq-group__Q_8EW.FaqGroup_faq-group--open__lZd0Y
  .FaqGroup_faq-group-name__7pSNi {
  color: #4682b4;
}
.FaqGroup_faq-group__Q_8EW.FaqGroup_faq-group--open__lZd0Y
  .FaqGroup_faq-group-icon__luMxg {
  transform: rotate(180deg);
}
.FaqGroup_faq-group-name__7pSNi {
  font-family: FixelDisplay-Medium, Arial, Helvetica, sans-serif;
  font-weight: 600;
  transition: color 0.3s;
  color: #767f8a;
  cursor: pointer;
  gap: 16px;
  font-size: 20px;
  line-height: 1.25;
}
@media only screen and (min-width: 768px) {
  .FaqGroup_faq-group-name__7pSNi {
    font-size: 24px;
    line-height: 1.3;
  }
}
@media (hover: hover) and (pointer: fine) {
  .FaqGroup_faq-group-name__7pSNi:hover {
    color: #4682b4;
  }
}
.FaqGroup_faq-group-icon__luMxg {
  transition: all 0.3s;
  flex: none;
  width: 24px;
  height: 24px;
}
@media only screen and (min-width: 768px) {
  .FaqGroup_faq-group-icon__luMxg {
    display: none;
  }
}
.FaqGroup_faq-group-icon__luMxg svg {
  width: 100%;
  height: 100%;
}
.FaqGroup_faq-group-icon__luMxg svg path {
  stroke-width: 1px;
}
.FaqGroup_faq-group-content__GlKwZ {
  height: 0;
  overflow: hidden;
  transition: all 0.25s;
}
@media only screen and (min-width: 768px) {
  .FaqGroup_faq-group-content__GlKwZ {
    display: none !important;
  }
}
.FaqGroup_faq-group-list__1nD_7 {
  font-size: 16px;
  line-height: 1.25;
  gap: 12px;
  padding-top: 16px;
}
.FaqGroups_faq-groups__Ve0wV {
  margin-top: 120px;
  margin-bottom: 120px;
}
@media only screen and (min-width: 768px) {
  .FaqGroups_faq-groups__Ve0wV {
    margin-top: 160px;
  }
}
@media only screen and (min-width: 1025px) {
  .FaqGroups_faq-groups__Ve0wV {
    margin-top: 226px;
  }
}
.FaqGroups_faq-groups_title__ryo_A {
  color: #202427;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .FaqGroups_faq-groups_title__ryo_A {
    margin-bottom: 70px;
  }
}
@media only screen and (min-width: 1025px) {
  .FaqGroups_faq-groups_title__ryo_A {
    margin-bottom: 120px;
  }
}
.FaqGroups_faq-groups_content__H8vDf {
  gap: 32px;
}
.FaqGroups_faq-groups_sidebar__e_5bU {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .FaqGroups_faq-groups_sidebar__e_5bU {
    gap: 20px;
    width: 286px;
  }
}
@media only screen and (min-width: 1025px) {
  .FaqGroups_faq-groups_sidebar__e_5bU {
    gap: 32px;
  }
}
.FaqGroups_faq-groups_body__AAAdi {
  display: none;
  width: 68.9%;
  gap: 32px;
}
@media only screen and (min-width: 768px) {
  .FaqGroups_faq-groups_body__AAAdi {
    display: flex;
  }
}
.Feature_feature___saaA {
  margin-top: 125px;
  margin-bottom: 172px;
  overflow-x: clip;
  overflow-y: visible;
}
@media only screen and (min-width: 768px) {
  .Feature_feature___saaA {
    margin-top: 90px;
    margin-bottom: 90px;
  }
}
@media only screen and (min-width: 1025px) {
  .Feature_feature___saaA {
    margin-top: 240px;
    margin-bottom: 220px;
  }
}
.Feature_feature___saaA .container {
  max-width: 1404px;
}
.Feature_feature-wrapper__gg13H {
  position: relative;
}
.Feature_feature-content__KMBgY {
  -webkit-backdrop-filter: blur(70px);
  backdrop-filter: blur(70px);
  padding: 32px 32px 2px;
  border-radius: 36px;
  position: relative;
  z-index: 2;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .Feature_feature-content__KMBgY {
    padding: 54px 48px 2px;
    border-radius: 64px;
  }
}
@media only screen and (min-width: 1025px) {
  .Feature_feature-content__KMBgY {
    border-radius: 100px;
    padding: 0 80px 2px;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }
}
.Feature_feature-content__KMBgY:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  padding: 2px;
  border-radius: inherit;
  background: linear-gradient(152.3deg, #87cefa -1.91%, #c6efff 103.69%);
  -webkit-mask: linear-gradient(#ffffff 0 0) content-box,
    linear-gradient(#ffffff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}
.Feature_feature-head__srQ3M {
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  padding-bottom: 60px;
}
@media only screen and (min-width: 1025px) {
  .Feature_feature-head__srQ3M {
    width: 44.25%;
    padding: 80px 0;
  }
}
.Feature_feature-title__v_bSn {
  color: #202427;
}
.Feature_feature-text__qurae {
  font-size: 16px;
  line-height: 1.25;
  margin-top: 16px;
}
@media only screen and (min-width: 768px) {
  .Feature_feature-text__qurae {
    margin-top: 32px;
    font-size: 20px;
    line-height: 1.3;
  }
}
.Feature_feature-text__qurae p {
  margin-bottom: 0.7em;
}
.Feature_feature-text__qurae p:last-child {
  margin-bottom: 0;
}
.Feature_feature-btn-wrapper__H0Op2 {
  margin-top: 24px;
}
@media only screen and (min-width: 1025px) {
  .Feature_feature-btn-wrapper__H0Op2 {
    padding-top: 32px;
    margin-top: auto;
  }
}
.Feature_feature-image__LffXx {
  margin-top: auto;
  max-width: 450px;
}
@media only screen and (min-width: 1025px) {
  .Feature_feature-image__LffXx {
    width: 43.485%;
    max-width: none;
    margin-top: -95px;
  }
}
.Feature_feature-image-inner__vx2un {
  display: block;
}
.Feature_feature-icon__WsXOG {
  top: -75px;
  left: -234px;
  transform: scale(2.3);
  width: 100%;
  height: 100%;
  transform-origin: center center;
  position: absolute;
  text-align: center;
  z-index: -1;
  max-width: 390px;
}
@media only screen and (min-width: 1025px) {
  .Feature_feature-icon__WsXOG {
    top: -70px;
    left: -73px;
    width: 100%;
    height: 100%;
    max-width: none;
    transform-origin: center center;
    transform: scale(1.8);
  }
}
.Feature_feature-icon-mobile__U4T_A {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center left;
}
@media only screen and (min-width: 1025px) {
  .Feature_feature-icon-mobile__U4T_A {
    display: none;
  }
}
.Feature_feature-icon-desktop__UrzOf {
  display: none;
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: top left;
}
@media only screen and (min-width: 1025px) {
  .Feature_feature-icon-desktop__UrzOf {
    display: block;
  }
}
.Faqs_faqs__2Su2Z {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media only screen and (min-width: 768px) {
  .Faqs_faqs__2Su2Z {
    margin-top: 170px;
    margin-bottom: 170px;
  }
}
@media only screen and (min-width: 1025px) {
  .Faqs_faqs__2Su2Z {
    margin-top: 240px;
    margin-bottom: 240px;
  }
}
.Faqs_faqs-container__oTJve {
  flex-direction: column;
}
@media only screen and (min-width: 1025px) {
  .Faqs_faqs-container__oTJve {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.Faqs_faqs-head__7Xdkc {
  text-align: center;
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 87px;
  align-items: center;
}
@media only screen and (min-width: 1025px) {
  .Faqs_faqs-head__7Xdkc {
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    text-align: left;
    width: 40%;
  }
}
.Faqs_faqs-title___xR5t {
  color: #202427;
}
.Faqs_faqs-text__UJIyy {
  font-size: 16px;
  line-height: 1.25;
  margin-top: 16px;
}
@media only screen and (min-width: 768px) {
  .Faqs_faqs-text__UJIyy {
    margin-top: 32px;
    font-size: 20px;
    line-height: 1.3;
  }
}
.Faqs_faqs-text__UJIyy p {
  margin-bottom: 0.7em;
}
.Faqs_faqs-text__UJIyy p:last-child {
  margin-bottom: 0;
}
.Faqs_faqs-btn__IOylo {
  margin-top: 24px;
}
@media only screen and (min-width: 768px) {
  .Faqs_faqs-btn__IOylo {
    margin-top: 32px;
  }
}
.Faqs_faqs-items__IPcaV {
  gap: 16px;
}
@media only screen and (min-width: 768px) {
  .Faqs_faqs-items__IPcaV {
    gap: 20px;
  }
}
@media only screen and (min-width: 1025px) {
  .Faqs_faqs-items__IPcaV {
    width: 50%;
    max-width: 604px;
  }
}
.Features_features__AmDIU {
  margin-top: 67px;
  margin-bottom: 80px;
  overflow-x: clip;
  overflow-y: visible;
}
@media only screen and (min-width: 768px) {
  .Features_features__AmDIU {
    margin-top: 90px;
    margin-bottom: 90px;
  }
}
@media only screen and (min-width: 1025px) {
  .Features_features__AmDIU {
    margin-top: 240px;
    margin-bottom: 220px;
  }
}
.Features_features__AmDIU .container {
  max-width: 1404px;
  overflow: visible;
}
.Features_features-wrapper___zCDR {
  position: relative;
  padding-top: 167px;
  padding-bottom: 70px;
  overflow: visible;
}
@media only screen and (min-width: 768px) {
  .Features_features-wrapper___zCDR {
    padding: 140px 16px 187px;
  }
}
@media only screen and (min-width: 1025px) {
  .Features_features-wrapper___zCDR {
    padding-top: 180px;
    padding-bottom: 188px;
  }
}
.Features_features-top-icon__XM8m_ {
  position: absolute;
  z-index: 0;
  width: 771px;
  left: -313px;
  top: 145px;
  height: 100%;
  transform: rotate(24deg);
  transform-origin: right top;
  display: flex !important;
  justify-content: flex-end;
  align-items: flex-start;
  pointer-events: none;
}
.Features_features-top-icon__XM8m_ img {
  width: 100%;
  height: auto;
  opacity: 0.7;
}
@media only screen and (min-width: 768px) {
  .Features_features-top-icon__XM8m_ {
    width: 1271px;
    left: -541px;
    top: 212px;
  }
}
@media only screen and (min-width: 1025px) {
  .Features_features-top-icon__XM8m_ {
    width: 1660px;
    left: -429px;
    top: 229px;
  }
}
.Features_features-top-icon__XM8m_.lazy-load-image-loaded {
  justify-content: flex-start;
}
.Features_features-top-icon__XM8m_ span {
  width: 100%;
}
.Features_features-bottom-icon__33zPe {
  position: absolute;
  z-index: 0;
  bottom: 0;
  width: 617px;
  right: -77px;
  height: 100%;
  display: flex !important;
  align-items: flex-end;
  justify-content: flex-start;
}
@media only screen and (min-width: 768px) {
  .Features_features-bottom-icon__33zPe {
    width: 1014px;
    right: -35px;
    bottom: 18px;
  }
}
@media only screen and (min-width: 1025px) {
  .Features_features-bottom-icon__33zPe {
    width: 1353px;
    right: -63px;
    bottom: 3px;
  }
}
.Features_features-bottom-icon__33zPe.lazy-load-image-loaded {
  justify-content: flex-end;
}
.Features_features-bottom-icon__33zPe span {
  width: 100%;
}
.Features_features-icon__b6miQ {
  max-height: 100%;
}
.Features_features-content__sbFqK {
  position: relative;
  z-index: 2;
  padding: 0 32px 56px;
  border-radius: 36px;
  backdrop-filter: blur(70px);
  -webkit-backdrop-filter: blur(70px);
  overflow: visible;
}
.Features_features-content__sbFqK:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  padding: 2px;
  border-radius: inherit;
  opacity: 0.7;
}
@media only screen and (min-width: 768px) {
  .Features_features-content__sbFqK {
    padding: 54px 48px 0;
    border-radius: 64px;
  }
}
@media only screen and (min-width: 1025px) {
  .Features_features-content__sbFqK {
    padding: 100px;
  }
}
.Features_features-block__FGwTw {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .Features_features-block__FGwTw {
    flex-direction: column-reverse;
  }
}
@media only screen and (min-width: 1025px) {
  .Features_features-block__FGwTw {
    justify-content: space-between;
  }
  .Features_features-block__FGwTw:nth-child(odd) {
    flex-direction: row-reverse;
  }
  .Features_features-block__FGwTw:nth-child(odd)
    .Features_features-block_image__YhgNU {
    margin-right: -50px;
  }
  .Features_features-block__FGwTw:nth-child(2n) {
    flex-direction: row;
  }
  .Features_features-block__FGwTw:nth-child(2n)
    .Features_features-block_image__YhgNU {
    margin-left: -50px;
  }
  .Features_features-block__FGwTw:first-child {
    align-items: flex-start;
  }
}
.Features_features-block__FGwTw:first-child
  .Features_features-block_image__YhgNU {
  margin-top: -64px;
}
@media only screen and (min-width: 768px) {
  .Features_features-block__FGwTw:first-child
    .Features_features-block_image__YhgNU {
    margin-top: 32px;
  }
}
@media only screen and (min-width: 1025px) {
  .Features_features-block__FGwTw:first-child
    .Features_features-block_image__YhgNU {
    margin-top: -194px;
  }
  .Features_features-block__FGwTw:last-child {
    align-items: flex-end;
  }
}
@media only screen and (min-width: 768px) {
  .Features_features-block__FGwTw:last-child
    .Features_features-block_image__YhgNU {
    margin-bottom: -116px;
  }
}
@media only screen and (min-width: 1025px) {
  .Features_features-block__FGwTw:last-child
    .Features_features-block_image__YhgNU {
    margin-bottom: -210px;
  }
}
.Features_features-block_image__YhgNU {
  margin: 0 -32px 24px;
  min-height: 100px;
  min-width: 100px;
  max-width: 580px;
  position: relative;
  z-index: 3;
}
@media only screen and (min-width: 768px) {
  .Features_features-block_image__YhgNU {
    margin: 32px 0 0;
  }
}
@media only screen and (min-width: 1025px) {
  .Features_features-block_image__YhgNU {
    margin-top: 0;
    max-width: none;
    width: 52.82%;
  }
}
.Features_features-block_image-inner__XW8ac {
  display: block;
  margin: 0 auto;
  filter: drop-shadow(0 0 24px rgba(73, 32, 158, 0.1490196078));
  position: relative;
  z-index: 4;
}
.Features_features-block_content__rE1tn {
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .Features_features-block_content__rE1tn {
    width: 43.9%;
  }
}
.Features_features-block_title__eqzkN {
  color: #202427;
}
.Features_features-block_text__3rVz6 {
  font-size: 16px;
  line-height: 1.25;
  margin-top: 16px;
}
@media only screen and (min-width: 768px) {
  .Features_features-block_text__3rVz6 {
    font-size: 20px;
    line-height: 1.3;
    margin-top: 24px;
  }
}
@media only screen and (min-width: 1025px) {
  .Features_features-block_text__3rVz6 {
    font-size: 24px;
    margin-top: 32px;
  }
}
.Head_head__yLSrn {
  padding-top: 120px;
  padding-bottom: 80px;
  background: linear-gradient(135deg, #34bfd2 15%, #0046ff 30%, #0f207a);
  background-size: cover;
  border-radius: 0 0 32px 32px;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .Head_head__yLSrn {
    border-radius: 0 0 64px 64px;
    padding-top: 160px;
    padding-bottom: 120px;
  }
}
@media only screen and (min-width: 1025px) {
  .Head_head__yLSrn {
    border-radius: 0 0 100px 100px;
    padding-top: 237px;
    padding-bottom: 133px;
  }
}
.Head_head-btn__0s7Fw {
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .Head_head-btn__0s7Fw {
    margin-bottom: 28px;
  }
}
@media only screen and (min-width: 1025px) {
  .Head_head-btn__0s7Fw {
    margin-bottom: 40px;
  }
}
.Head_head-title__xOIuK {
  max-width: 1038px;
}
.Head_head-text__HWG_U {
  max-width: 640px;
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.25;
}
@media only screen and (min-width: 768px) {
  .Head_head-text__HWG_U {
    margin-top: 28px;
    font-size: 20px;
    line-height: 1.3;
  }
}
@media only screen and (min-width: 1025px) {
  .Head_head-text__HWG_U {
    margin-top: 40px;
  }
}
.Head_head-text__HWG_U p {
  margin-bottom: 0.7em;
}
.Head_head-text__HWG_U p:last-child {
  margin-bottom: 0;
}
.Head_head-text__HWG_U a {
  text-decoration: underline;
}
.Hero_hero__Yk6bS {
  background: #0f207a;
  border-radius: 0 0 32px 32px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .Hero_hero__Yk6bS {
    border-radius: 0 0 64px 64px;
  }
}
@media only screen and (min-width: 1025px) {
  .Hero_hero__Yk6bS {
    border-radius: 0 0 100px 100px;
  }
}
.Hero_hero-block__679Zy {
  color: #fff;
  font-size: 16px;
  line-height: 1.25;
  max-height: 812px;
  position: relative;
  border-radius: 0 0 32px 32px;
  overflow: hidden;
  display: table;
  width: 100%;
  min-height: 100%;
  height: 100dvh;
}
@supports (height: 100svh) {
  .Hero_hero-block__679Zy {
    height: 100svh;
  }
}
@media only screen and (min-width: 768px) {
  .Hero_hero-block__679Zy {
    max-height: 952px;
    font-size: 20px;
    line-height: 1.3;
    border-radius: 0 0 64px 64px;
  }
}
@media only screen and (min-width: 1025px) {
  .Hero_hero-block__679Zy {
    border-radius: 0 0 100px 100px;
  }
}
.Hero_hero-block--bottom__5mA84 {
  padding-bottom: 220px;
  padding-top: 128px;
}
@media only screen and (min-width: 1025px) {
  .Hero_hero-block--bottom__5mA84 {
    padding-top: 192px;
    padding-bottom: 168px;
  }
}
.Hero_hero-block--bottom__5mA84 .Hero_hero-block-wrapper__KpLHA {
  vertical-align: top;
}

.sobre.html .Hero_hero-block--bottom__5mA84 .Hero_hero-block-icon__RI_Z2,
.suporte.html .Hero_hero-block--bottom__5mA84 .Hero_hero-block-icon__RI_Z2,
.sobre.html
  .Hero_hero-block--bottom__5mA84
  .Hero_hero-block-icon__RI_Z2.Hero_b-has-mobile__UEQv8,
.suporte.html
  .Hero_hero-block--bottom__5mA84
  .Hero_hero-block-icon__RI_Z2.Hero_b-has-mobile__UEQv8 {
  position: absolute !important;
  bottom: 0 !important;
  right: 0 !important;
  top: auto !important;
  width: 40% !important;
  height: 35% !important;
  justify-content: center !important;
  align-items: center !important;
  transform: translateX(10%) !important;
}
.Hero_hero-block--bottom__5mA84 .Hero_hero-block-icon__RI_Z2 {
  top: 0;
  right: 0;
  width: 80%;
  height: 70%;
  justify-content: flex-end;
  align-items: flex-start;
  transform: translateX(50%);
}
@media only screen and (min-width: 768px) {
  .Hero_hero-block--bottom__5mA84 .Hero_hero-block-icon__RI_Z2 {
    height: 88%;
    left: unset;
    right: 0;
    bottom: 0;
    width: 65%;
    justify-content: flex-start;
    transform: translateX(20%);
  }

  .sobre.html .Hero_hero-block--bottom__5mA84 .Hero_hero-block-icon__RI_Z2,
  .suporte.html .Hero_hero-block--bottom__5mA84 .Hero_hero-block-icon__RI_Z2,
  .sobre.html
    .Hero_hero-block--bottom__5mA84
    .Hero_hero-block-icon__RI_Z2.Hero_b-has-mobile__UEQv8,
  .suporte.html
    .Hero_hero-block--bottom__5mA84
    .Hero_hero-block-icon__RI_Z2.Hero_b-has-mobile__UEQv8 {
    height: 50% !important;
    bottom: 0 !important;
    top: auto !important;
    width: 40% !important;
    justify-content: center !important;
    align-items: center !important;
    transform: translateX(20%) !important;
  }
}
@media only screen and (min-width: 1440px) {
  .Hero_hero-block--bottom__5mA84 .Hero_hero-block-icon__RI_Z2 {
    width: calc(50vw + 200px);
    height: 100%;
    top: 0;
    transform: translateX(25%);
  }

  .sobre.html .Hero_hero-block--bottom__5mA84 .Hero_hero-block-icon__RI_Z2,
  .suporte.html .Hero_hero-block--bottom__5mA84 .Hero_hero-block-icon__RI_Z2,
  .sobre.html
    .Hero_hero-block--bottom__5mA84
    .Hero_hero-block-icon__RI_Z2.Hero_b-has-mobile__UEQv8,
  .suporte.html
    .Hero_hero-block--bottom__5mA84
    .Hero_hero-block-icon__RI_Z2.Hero_b-has-mobile__UEQv8 {
    width: 40% !important;
    height: 50% !important;
    bottom: 0 !important;
    top: auto !important;
    justify-content: center !important;
    align-items: center !important;
    transform: translateX(25%) !important;
  }
}
.Hero_hero-block--top-right__bb0oT {
  padding-bottom: 128px;
  padding-top: 200px;
}
@media only screen and (min-width: 768px) {
  .Hero_hero-block--top-right__bb0oT {
    padding-bottom: 180px;
    padding-top: 240px;
  }
}
@media only screen and (min-width: 1025px) {
  .Hero_hero-block--top-right__bb0oT {
    padding-top: 168px;
    padding-bottom: 192px;
  }
}
.Hero_hero-block--top-right__bb0oT .Hero_hero-block-wrapper__KpLHA {
  vertical-align: bottom;
}
@media only screen and (min-width: 768px) {
  .Hero_hero-block--top-right__bb0oT .Hero_hero-block-wrapper__KpLHA {
    vertical-align: top;
  }
}
.Hero_hero-block--top-right__bb0oT .Hero_hero-block-icon__RI_Z2 {
  top: 0;
  right: 0;
  width: 64%;
  height: 57%;
  justify-content: flex-end;
}
@media only screen and (min-width: 768px) {
  .Hero_hero-block--top-right__bb0oT .Hero_hero-block-icon__RI_Z2 {
    width: 55vw;
    height: 100%;
  }
}
@media only screen and (min-width: 1440px) {
  .Hero_hero-block--top-right__bb0oT .Hero_hero-block-icon__RI_Z2 {
    width: 50%;
  }
}
.Hero_hero-block--top-right__bb0oT .Hero_hero-block-icon-inner__jk58L {
  object-fit: cover;
  object-position: left;
}
@media only screen and (min-width: 768px) {
  .Hero_hero-block--top-right__bb0oT .Hero_hero-block-icon-inner__jk58L {
    height: 100%;
  }
}
.Hero_hero-block-wrapper__KpLHA {
  position: relative;
  height: 100%;
  z-index: 2;
  display: table-cell;
}
.Hero_hero-block-content__ll8ds {
  gap: 28px;
  height: 100%;
  width: 90%;
  max-width: 500px;
  padding: 20px 0;
  position: relative;
  z-index: 3;
  margin-top: 60%;
}

.sobre.html .Hero_hero-block-content__ll8ds,
.suporte.html .Hero_hero-block-content__ll8ds {
  margin-top: 0 !important;
}

.Hero_hero-block-text__kzOZT {
  font-size: 16px;
  line-height: 1.4;
  font-family: FixelDisplay-Regular, NovaPoshta-Regular, Arial, Helvetica,
    sans-serif;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .Hero_hero-block-content__ll8ds {
    gap: 40px;
    max-width: 50%;
    min-width: 450px;
    width: unset;
    margin-top: 0;
  }

  .sobre.html .Hero_hero-block-content__ll8ds,
  .suporte.html .Hero_hero-block-content__ll8ds {
    margin-top: 0 !important;
  }
}
@media only screen and (min-width: 1025px) {
  .Hero_hero-block-content__ll8ds {
    gap: 48px;
    max-width: 650px;
  }
  .Hero_hero-block-text__kzOZT {
    max-width: 520px;
    font-size: 20px;
    line-height: 1.5;
  }
}
.Hero_hero-block-image__nBlzn {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.Hero_hero-block-image-inner__VF_PP {
  object-fit: cover;
  object-position: left;
  width: 100%;
  height: 100%;
}
.IntroCard_intro-card_image-inner__bLNdF {
  object-fit: cover;
  object-position: left;
  width: 100%;
  height: 100%;
}
.Hero_hero-block-icon__RI_Z2 {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Hero_hero-block-icon__RI_Z2 span {
  width: 100%;
  height: 100%;
}

.Hero_hero-block-icon-inner__jk58L {
  max-width: 100%;
  max-height: 100%;
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

@media only screen and (min-width: 768px) {
  .Hero_hero-block-icon-inner__jk58L {
    width: 80%;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .Hero_hero-block__679Zy {
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between;
    height: 100vh !important;
    padding-top: 100px;
    padding-bottom: 20px;
  }

  .Hero_hero-block-wrapper__KpLHA {
    order: 1;
    height: auto !important;
    width: 100% !important;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 16px;
    margin-top: 0 !important;
  }

  .Hero_hero-block-content__ll8ds {
    width: 100% !important;
    max-width: 100% !important;
    text-align: left;
    align-items: flex-start !important;
    margin-top: 0 !important;
  }

  .Hero_hero-block-icon__RI_Z2 {
    order: 2;
    position: relative !important;
    width: 95% !important;
    height: auto !important;
    max-height: 60%;
    align-self: flex-end;
    display: flex !important;
    justify-content: flex-end !important;
    transform: none !important;
    top: auto;
    right: auto;
    bottom: 0;
    left: auto;
    margin-bottom: 0;
  }

  .Hero_hero-block-icon-inner__jk58L {
    object-fit: contain;
    width: 100%;
    height: 100%;
  }

  .h1 {
    font-size: 38px;
    line-height: 1.15;
  }

  .Hero_hero-block-text__kzOZT {
    font-size: 16px;
  }
}

@media only screen and (min-width: 768px) {
  .Hero_hero-block-text__kzOZT {
    max-width: 450px;
    font-size: 18px;
    line-height: 1.4;
  }
  .Hero_hero-block-btn-mobile__9wpda {
    display: none;
  }
}
.Hero_hero-block-btn-desktop__XWG7N {
  display: none;
}
@media only screen and (min-width: 768px) {
  .Hero_hero-block-btn-desktop__XWG7N {
    display: inline-flex;
  }
}

.IntroCards_intro-cards-content__BK1uU {
  align-items: stretch;
}

.IntroCard_intro-card__HkxI_ {
  position: relative;
  border-radius: 32px;
  overflow: hidden;
  padding: 0;
  width: 100%;
  background: transparent;
  border: none;
  min-height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.IntroCard_intro-card__HkxI_:nth-child(odd),
.IntroCard_intro-card__HkxI_:nth-child(2n) {
  background: transparent;
  border: none;
}

.IntroCard_intro-card_image__iFjXI {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.IntroCard_intro-card_image-inner__bLNdF {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 32px;
}

@media only screen and (min-width: 481px) {
  .IntroCard_intro-card__HkxI_ {
    min-height: 52px;
    width: 100%;
    max-width: 446px;
  }
}
@media only screen and (min-width: 768px) {
  .IntroCard_intro-card__HkxI_ {
    min-height: 50px;
    width: calc(50% - 10px);
    max-width: none;
  }
  .IntroCards_intro-cards-content__BK1uU {
    flex-direction: row;
    gap: 10px;
  }
}
@media only screen and (min-width: 1025px) {
  .IntroCard_intro-card__HkxI_ {
    min-height: 58px;
    width: calc(50% - 16px);
  }
  .IntroCards_intro-cards-content__BK1uU {
    gap: 32px;
  }
}
.IntroCard_intro-card__HkxI_:nth-child(odd) {
  background: transparent;
  border: none;
}
.IntroCard_intro-card__HkxI_:nth-child(2n) {
  background: transparent;
  border: none;
}
.IntroCard_intro-card_image__iFjXI {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.IntroCard_intro-card_image-inner__bLNdF {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 32px;
  max-width: 100%;
  max-height: 100%;
}
.IntroCard_intro-card_text__SnTZm,
.IntroCard_intro-card_title__LZcCv {
  display: none;
}
.IntroCard_intro-card_title__LZcCv {
  font-family: NovaPoshta-Medium, Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 1.25;
  max-width: 240px;
  max-width: 81%;
}
@media only screen and (min-width: 1025px) {
  .IntroCard_intro-card_title__LZcCv {
    font-size: 36px;
    max-width: 75%;
  }
}
.IntroCard_intro-card_text__SnTZm {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.3;
}
@media only screen and (min-width: 1025px) {
  .IntroCard_intro-card_text__SnTZm {
    font-size: 20px;
    margin-top: 16px;
  }
}
.IntroCard_intro-card_text__SnTZm p {
  margin-bottom: 0.6em;
}
.IntroCard_intro-card_text__SnTZm p:last-child {
  margin-bottom: 0;
}
.IntroCards_intro-cards__b7Vcx {
  margin-top: 100px;
  margin-bottom: 100px;
  background: transparent;
}
.IntroCards_intro-cards-head__V_kAJ {
  text-align: center;
  padding-left: 16px;
  padding-right: 16px;
  gap: 16px;
}
@media only screen and (min-width: 768px) {
  .IntroCards_intro-cards-head__V_kAJ {
    gap: 20px;
  }
}
@media only screen and (min-width: 1025px) {
  .IntroCards_intro-cards-head__V_kAJ {
    gap: 32px;
  }
}
.IntroCards_intro-cards-title__z_8J4 {
  color: #202427;
  max-width: 800px;
  width: 100%;
}
.IntroCards_intro-cards-text__LHraX {
  font-size: 16px;
  line-height: 1.25;
  max-width: 700px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .IntroCards_intro-cards-text__LHraX {
    font-size: 20px;
    line-height: 1.3;
  }
}
.IntroCards_intro-cards-text__LHraX p {
  margin-bottom: 0.7em;
}
.IntroCards_intro-cards-text__LHraX p:last-child {
  margin-bottom: 0;
}
.IntroCards_intro-cards-content__BK1uU {
  margin-top: 32px;
  gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .IntroCards_intro-cards-content__BK1uU {
    flex-direction: row;
    align-items: stretch;
    gap: 20px;
    padding-left: 16px;
    padding-right: 16px;
    margin-top: 64px;
  }
}
@media only screen and (min-width: 1025px) {
  .IntroCards_intro-cards-content__BK1uU {
    margin-top: 80px;
  }
}
.RichText_rich-text__b9e4r {
  margin-top: 80px;
  margin-bottom: 80px;
  color: #32383c;
}
@media only screen and (min-width: 768px) {
  .RichText_rich-text__b9e4r {
    margin-top: 120px;
    margin-bottom: 120px;
  }
}
.RichText_rich-text__b9e4r li::marker {
  font-weight: 700;
}
.Partners_partners__xpoOn {
  margin-top: 120px;
  margin-bottom: 120px;
  padding-left: 16px;
  padding-right: 16px;
}
@media only screen and (min-width: 768px) {
  .Partners_partners__xpoOn {
    margin-top: 240px;
    margin-bottom: 176px;
  }
}
.Partners_partners-head__bQn_w {
  text-align: center;
  max-width: 820px;
  width: 100%;
  margin: 0 auto;
}
.Partners_partners-title__Y8jq2 {
  color: #202427;
}
.Partners_partners-text__NdMCm {
  font-size: 16px;
  line-height: 1.25;
  margin-top: 16px;
}
@media only screen and (min-width: 768px) {
  .Partners_partners-text__NdMCm {
    margin-top: 32px;
    font-size: 20px;
    line-height: 1.3;
  }
}
.Partners_partners-text__NdMCm p {
  margin-bottom: 0.7em;
}
.Partners_partners-text__NdMCm p:last-child {
  margin-bottom: 0;
}
.Partners_partners-link__N_oOX {
  font-family: NovaPoshta-Medium, Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  margin-top: 16px;
  color: #0046ff;
  gap: 2px;
}
@media (hover: hover) and (pointer: fine) {
  .Partners_partners-link__N_oOX:hover .Partners_partners-link-icon__5jEWr {
    transform: rotate(-45deg);
  }
}
@media only screen and (min-width: 768px) {
  .Partners_partners-link__N_oOX {
    margin-top: 32px;
    font-size: 18px;
    line-height: 1.35;
    text-decoration: underline;
  }
}
.Partners_partners-link-icon__5jEWr {
  width: 20px;
  height: 20px;
  transition: transform 0.3s;
  transform-origin: center center;
}
.Partners_partners-link-icon__5jEWr svg {
  max-width: 100%;
  max-height: 100%;
}
.Partners_partners-logos__VaPR7 {
  margin-top: 32px;
  gap: 24px 55px;
  line-height: 0;
}
.Partners_partners-logos-item__XZZ8S {
  max-width: calc(50% - 28px);
  width: 290px;
}
.StepBlock_step-block__k7d01 {
  width: 100%;
  box-shadow: 0 24px 44px 0 rgba(98, 98, 100, 0.3019607843);
  background: #fff;
  padding: 24px;
  border-radius: 32px;
  min-height: 236px;
}
@media only screen and (min-width: 768px) {
  .StepBlock_step-block__k7d01 {
    padding: 32px;
    min-height: 300px;
  }
}
@media only screen and (min-width: 1025px) {
  .StepBlock_step-block__k7d01 {
    width: calc(33.333% - 22px);
    min-height: 336px;
    border-radius: 40px;
    padding: 40px;
  }
}
.StepBlock_step-block_label__HDKXd {
  margin-bottom: 24px;
  background: linear-gradient(45deg, #778899, #2f4f4f);
  background-size: cover;
  border-radius: 70px;
  font-family: FixelDisplay-Medium, Arial, Helvetica, sans-serif;
  font-weight: 500;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .StepBlock_step-block_label__HDKXd {
    margin-bottom: 30px;
    padding: 12px 20px;
    font-size: 24px;
  }
}
@media only screen and (min-width: 1025px) {
  .StepBlock_step-block_label__HDKXd {
    font-size: 32px;
    padding: 16px 24px;
  }
}
.StepBlock_step-block_content__JQjQ3 {
  margin-top: auto;
  word-wrap: break-word;
  width: 100%;
}
.StepBlock_step-block_text__7agz0 {
  color: #202427;
  font-weight: 400;
  font-size: 17.05px;
  line-height: 1.3;
}
@media only screen and (min-width: 768px) {
  .StepBlock_step-block_text__7agz0 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1025px) {
  .StepBlock_step-block_text__7agz0 {
    font-size: 24px;
  }
}
.StepBlock_step-block_text__7agz0 a {
  color: #0046ff;
}
.Steps_steps__nHvAA {
  margin-top: 120px;
  margin-bottom: 90px;
}
@media only screen and (min-width: 768px) {
  .Steps_steps__nHvAA {
    margin-top: 160px;
    margin-bottom: 190px;
  }
}
@media only screen and (min-width: 1025px) {
  .Steps_steps__nHvAA {
    margin-top: 230px;
    margin-bottom: 290px;
  }
}
.Steps_steps__nHvAA .container {
  max-width: 1404px;
}
.Steps_steps-container__KIDiq {
  flex-direction: column;
}
.Steps_steps-content__Sguz3 {
  color: #fff;
  position: relative;
  font-size: 16px;
  line-height: 1.3;
  text-align: center;
  padding: 32px 24px 47px;
}
@media only screen and (min-width: 768px) {
  .Steps_steps-content__Sguz3 {
    font-size: 20px;
    line-height: 1.3;
    padding: 56px 50px 30px;
    padding-top: 80px;
  }
}
.Steps_steps-content__Sguz3.Steps_b-has-items__ULRdV:before {
  bottom: -186px;
}
@media only screen and (min-width: 768px) {
  .Steps_steps-content__Sguz3.Steps_b-has-items__ULRdV:before {
    bottom: -204px;
  }
}
.Steps_steps-content__Sguz3:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  bottom: 0;
  background: linear-gradient(135deg, #0046ff, #0046ff, #0f207a, #34bfd2);
  background-size: cover;
  border-radius: 36px;
  z-index: 0;
}
.Steps_steps-blocks__7csSt,
.Steps_steps-inner__uVI8A {
  position: relative;
  z-index: 1;
}
.Steps_steps-inner__uVI8A {
  max-width: 604px;
  margin: 0 auto;
  width: 100%;
}
.Steps_steps-text__fEDbq {
  margin-top: 16px;
}
@media only screen and (min-width: 768px) {
  .Steps_steps-text__fEDbq {
    margin-top: 24px;
  }
}
@media only screen and (min-width: 1025px) {
  .Steps_steps-text__fEDbq {
    margin-top: 32px;
  }
}
.Steps_steps-btn__GYL0n {
  margin-top: 16px;
}
@media only screen and (min-width: 768px) {
  .Steps_steps-btn__GYL0n {
    margin-top: 24px;
  }
}
@media only screen and (min-width: 1025px) {
  .Steps_steps-btn__GYL0n {
    margin-top: 32px;
  }
}
.Steps_steps-btn__GYL0n.button-wrapper {
  font-size: 16px;
  color: #4682b4;
  padding: 12px 20px;
  min-height: 1px;
}
@media only screen and (min-width: 768px) {
  .Steps_steps-btn__GYL0n.button-wrapper {
    font-size: 18px;
    min-height: 56px;
    padding: 15px 23px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .Steps_steps-btn__GYL0n.button-wrapper:hover {
    color: #fff;
  }
}
.Steps_steps-blocks__7csSt {
  position: relative;
  z-index: 1;
  padding-left: 16px;
  padding-right: 16px;
  gap: 16px;
}
@media only screen and (min-width: 768px) {
  .Steps_steps-blocks__7csSt {
    gap: 24px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 1025px) {
  .Steps_steps-blocks__7csSt {
    gap: 32px;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
  }
}
.MainBanner_main-banner__pzIlc {
  margin-top: 80px;
  margin-bottom: 130px;
}
.MainBanner_main-banner__pzIlc .container {
  max-width: 1404px;
}
@media only screen and (min-width: 768px) {
  .MainBanner_main-banner__pzIlc {
    margin-top: 90px;
    margin-bottom: 250px;
  }
}
@media only screen and (min-width: 1025px) {
  .MainBanner_main-banner__pzIlc {
    margin-top: 330px;
    margin-bottom: 360px;
  }
}
.MainBanner_main-banner_wrapper__CT8dC {
  background: #0f207a;
  color: #fff;
  padding: 32px 24px 0;
  border-radius: 36px;
  flex-direction: column;
  position: relative;
  font-size: 16px;
  line-height: 1.25;
}
@media only screen and (min-width: 768px) {
  .MainBanner_main-banner_wrapper__CT8dC {
    border-radius: 64px;
    padding: 54px 48px 0;
    font-size: 20px;
    line-height: 1.3;
  }
}
@media only screen and (min-width: 1025px) {
  .MainBanner_main-banner_wrapper__CT8dC {
    border-radius: 100px;
    padding: 9.0277777778vw 10.8333333333vw 9.0277777778vw 47.6388888889vw;
    flex-direction: row-reverse;
    justify-content: space-between;
    min-height: 48.3333333333vw;
  }
}
@media only screen and (min-width: 1440px) {
  .MainBanner_main-banner_wrapper__CT8dC {
    min-height: 696px;
    padding: 130px 156px 130px 686px;
  }
}
.MainBanner_main-banner_content__Nsvba {
  gap: 16px;
  flex-direction: column;
  padding: 0 8px;
  margin-bottom: 48px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .MainBanner_main-banner_content__Nsvba {
    margin-bottom: 80px;
    gap: 32px;
  }
}
@media only screen and (min-width: 1025px) {
  .MainBanner_main-banner_content__Nsvba {
    margin-bottom: 0;
    padding: 0;
  }
}
.MainBanner_main-banner_title__wBVEO {
  font-family: NovaPoshta-Medium, Arial, Helvetica, sans-serif;
}
@media only screen and (min-width: 768px) {
  .MainBanner_main-banner_btn-mobile__SLGaO {
    display: none;
  }
}
.MainBanner_main-banner_btn-desktop__Jm_jZ {
  display: none;
}
@media only screen and (min-width: 768px) {
  .MainBanner_main-banner_btn-desktop__Jm_jZ {
    display: inline-flex;
  }
}
.MainBanner_main-banner_media__HMR21 {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-top: 160.8vw;
  max-width: 100%;
  margin-bottom: -50px;
}
@media only screen and (min-width: 577px) {
  .MainBanner_main-banner_media__HMR21 {
    width: 460px;
    padding-top: 940px;
    margin-bottom: -94px;
  }
}
@media only screen and (min-width: 1025px) {
  .MainBanner_main-banner_media__HMR21 {
    position: absolute;
    top: 50%;
    padding-top: 0;
    transform: translateY(-50%);
    margin-bottom: 0;
    left: 5.5555555556vw;
    width: 31.9444444444vw;
    height: 65.2777777778vw;
  }
}
@media only screen and (min-width: 1440px) {
  .MainBanner_main-banner_media__HMR21 {
    left: 80px;
    width: 460px;
    height: 940px;
  }
}
.MainBanner_main-banner_media__HMR21 img,
.MainBanner_main-banner_media__HMR21 span,
.MainBanner_main-banner_media__HMR21 video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
}
.SwiperFade_swiper-fade__fbzzF {
  position: relative;
  overflow: hidden;
  transition: height 0.3s ease;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.SwiperFade_swiper-fade-slide__UBq4Q {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
}
.SwiperFade_swiper-fade-slide__UBq4Q img {
  display: block;
  pointer-events: none;
}
.SwiperFade_swiper-fade-slide--current__RX_Yc {
  position: relative;
  opacity: 1;
  pointer-events: all;
}
.SwiperFade_swiper-fade-dots___PSH9 {
  border: 1px solid rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  gap: 8px;
  position: absolute;
  z-index: 3;
  left: 50%;
  transform: translateX(-50%);
  max-width: 80%;
  bottom: 20px;
  border-radius: 20px;
  padding: 8px 12px;
}
@media only screen and (min-width: 768px) {
  .SwiperFade_swiper-fade-dots___PSH9 {
    bottom: 60px;
  }
}
.SwiperFade_swiper-fade-dots-item__VUMMx {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  transition: all 0.3s;
}
@media only screen and (min-width: 768px) {
  .SwiperFade_swiper-fade-dots-item__VUMMx {
    width: 12px;
    height: 12px;
  }
}
.SwiperFade_swiper-fade-dots-item--current__4_cgb {
  background: #fff;
}

.Menu_menu__Kiago {
  flex-direction: column;
  gap: 8px;
  flex: auto;
}
@media only screen and (min-width: 768px) {
  .Menu_menu__Kiago {
    gap: 48px 24px;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1025px) {
  .Menu_menu__Kiago {
    gap: 48px 80px;
  }
}

.mobile-menu {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, #1e3a8a 0%, #1e40af 50%, #3b82f6 100%);
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 16px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  opacity: 0;
  transform: translateY(-100%);
}
.mobile-menu.active {
  display: flex;
  opacity: 1;
  transform: translateY(0);
  animation: menuSlideIn 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
@keyframes menuSlideIn {
  0% {
    opacity: 0;
    transform: translateY(-30px) scale(0.95);
  }
  50% {
    opacity: 0.8;
    transform: translateY(-10px) scale(0.98);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.mobile-menu-header {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 32px;
  position: relative;
}
.mobile-menu-logo {
  font-size: 1.8em;
  font-weight: bold;
  background: linear-gradient(45deg, #fff, #34bfd2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.mobile-menu-close {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 1.5em;
  cursor: pointer;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.mobile-menu-close:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.mobile-menu-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 32px;
  gap: 24px;
  width: 100%;
  flex: 1;
  justify-content: center;
}
.mobile-menu-nav a {
  color: #fff;
  font-size: 1.8em;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 16px 24px;
  border-radius: 16px;
  width: 100%;
  text-align: center;
  position: relative;
  overflow: hidden;
  background: rgb(27 11 11 / 41%);
  transform: translateY(20px);
  opacity: 0;
  animation: slideInUp 0.6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.mobile-menu-nav a:nth-child(1) {
  animation-delay: 0.1s;
}

.mobile-menu-nav a:nth-child(2) {
  animation-delay: 0.2s;
}

.mobile-menu-nav a:nth-child(3) {
  animation-delay: 0.3s;
}

.mobile-menu-nav a:nth-child(4) {
  animation-delay: 0.4s;
}
.mobile-menu-nav a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.1),
    transparent
  );
  transition: left 0.5s ease;
}
.mobile-menu-nav a:hover::before {
  left: 100%;
}
.mobile-menu-nav a:hover {
  color: #34bfd2;
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  border-color: rgba(52, 191, 210, 0.3);
}
.mobile-menu-app-btn {
  margin-top: 48px !important;
  background: #ffffff !important;
  color: #0f207a !important;
  border-radius: 32px !important;
  padding: 28px 56px !important;
  font-size: 1.6em !important;
  font-weight: 900 !important;
  text-align: center !important;
  display: block !important;
  text-decoration: none !important;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
  border: 4px solid #0f207a !important;
  position: relative !important;
  overflow: hidden !important;
  text-transform: none !important;
  letter-spacing: 2px !important;
  text-shadow: none !important;
}
.mobile-menu-app-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.5s ease;
}
.mobile-menu-app-btn:hover::before {
  left: 100%;
}
.mobile-menu-app-btn:hover {
  transform: translateY(-8px) scale(1.08) !important;
  box-shadow: 0 25px 55px #0f207a66, 0 0 40px rgba(15, 32, 122, 0.3),
    0 12px 25px rgba(0, 0, 0, 0.2) !important;
  border-color: #0f207a !important;
  background: #f8f9ff !important;
  text-shadow: none !important;
}
@media (min-width: 1025px) {
  .mobile-menu {
    display: none !important;
  }
}

.mobile-menu .mobile-menu-app-btn {
  background: #ffffff !important;
  color: #0f207a !important;
  border: 4px solid #0f207a !important;
  text-transform: none !important;
  text-shadow: none !important;
  font-weight: 900 !important;
  font-size: 1.6em !important;
  padding: 28px 56px !important;
  border-radius: 57px !important;
  letter-spacing: 2px !important;
}

.mobile-menu .mobile-menu-app-btn:hover {
  background: #f8f9ff !important;
  color: #0f207a !important;
  border-color: #0f207a !important;
  text-shadow: none !important;
  transform: translateY(-8px) scale(1.08) !important;
  box-shadow: 0 25px 55px rgba(15, 32, 122, 0.4),
    0 0 40px rgba(15, 32, 122, 0.3), 0 12px 25px rgba(0, 0, 0, 0.2) !important;
}

a.mobile-menu-app-btn {
  text-transform: none !important;
}

a.mobile-menu-app-btn:hover {
  text-transform: none !important;
}

@keyframes button-rotate {
  to {
    transform: rotate(1turn);
  }
}

.Button_loading-icon__MUdyC {
  animation: button-rotate 1s linear infinite;
}

@keyframes wave-animation {
  0% {
    transform: translate(-50%, -50%) scaleX(1) scaleY(1);
    opacity: 0;
  }
  5% {
    opacity: 0.8;
  }
  to {
    transform: translate(-50%, -50%) scaleX(4) scaleY(6);
    opacity: 0;
  }
}

.Button_button-wrapper__yDmDc {
  position: relative;
  overflow: hidden;
}

.Button_button-wrapper__yDmDc::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.3) 0%,
    transparent 70%
  );
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  pointer-events: none;
}

.Button_button-wrapper__yDmDc:hover::before {
  animation: wave-animation 0.6s ease-out;
}

.Button_button-hover-line__TTegF {
  position: absolute;
  inset: -1px;
  z-index: 0;
  display: block;
  overflow: hidden;
  border-radius: inherit;
}

.Button_button-hover-line__TTegF::after {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  width: 0;
  z-index: 0;
  left: 155%;
  box-shadow: 0 0 25px 25px rgba(255, 255, 255, 0.2);
  transform: skew(-35deg);
  transition: all 1s;
}

.Button_button-wrapper__yDmDc:hover .Button_button-hover-line__TTegF::after {
  left: -130%;
}

.Button_button-wrapper__yDmDc,
.FaqItem_faq-item_head__tov65,
.Menu_menu-link__qQYfj,
.Document_document__suOz8,
.Partners_partners-link__N_oOX {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.BenefitsCard_benefits-card__3BF4Z,
.IntroCard_intro-card__HkxI_,
.Feature_feature___saaA {
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.BenefitsCard_benefits-card__3BF4Z:hover,
.Feature_feature___saaA:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.lazy-load-image-background.blur {
  filter: blur(15px);
  transition: filter 0.3s ease;
}

.lazy-load-image-background.blur.lazy-load-image-loaded {
  filter: blur(0);
}

.lazy-load-image-background.blur > img {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lazy-load-image-background.blur.lazy-load-image-loaded > img {
  opacity: 1;
}

@keyframes pulse-glow {
  0%,
  100% {
    box-shadow: 0 0 5px rgba(0, 70, 255, 0.3);
  }
  50% {
    box-shadow: 0 0 20px rgba(0, 70, 255, 0.6);
  }
}

.Button_button-wrapper__yDmDc:focus {
  animation: pulse-glow 2s infinite;
}

.Menu_menu__hKhTR {
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.Menu_menu__hKhTR.Menu_menu--open__VEy_8 {
  transform: translateX(0);
  opacity: 1;
}

@keyframes bounce-in {
  0% {
    transform: scale(0.3);
    opacity: 0;
  }
  50% {
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.Button_button-wrapper__yDmDc:active {
  animation: bounce-in 0.3s ease-out;
}

.Hero_hero__Yk6bS,
.Benefits_benefits__8wH2p,
.Features_features__AmDIU {
  background-attachment: fixed;
  transition: background-position 0.5s ease;
}

.Hero_hero-block-icon__RI_Z2,
.Features_features-top-icon__XM8m_,
.Features_features-bottom-icon__33zPe {
  transition: transform 0.1s ease-out;
}

@keyframes content-fade-in {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.RichText_rich-text__b9e4r,
.Steps_steps__nHvAA,
.Faqs_faqs__2Su2Z {
  animation: content-fade-in 0.6s ease-out;
}

a:hover,
.Button_button-wrapper__yDmDc:hover {
  transform: translateY(-1px);
}

html {
  scroll-behavior: smooth;
}

.BenefitsCard_benefits-card__3BF4Z,
.IntroCard_intro-card__HkxI_ {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

.Hero_hero-block-title__xOIuK,
.Benefits_benefits-title__jeFRW {
  overflow: hidden;
  white-space: nowrap;
  animation: typing 2s steps(40, end);
}

@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}

.Button_button-wrapper__yDmDc::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  background-size: 200% 100%;
  opacity: 0;
  transition: opacity 0.3s;
}

.Button_button-wrapper__yDmDc:hover::after {
  opacity: 1;
  animation: shimmer 1.5s infinite;
}

.Button_button-wrapper__yDmDc:disabled {
  opacity: 0.6;
  transform: scale(0.98);
  transition: all 0.2s ease;
}

.Button_button-wrapper__yDmDc:focus,
a:focus,
button:focus {
  outline: 2px solid #0046ff;
  outline-offset: 2px;
  transition: outline 0.2s ease;
}

@keyframes slide-up-fade {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.Benefits_benefits__8wH2p,
.Features_features__AmDIU,
.Steps_steps__nHvAA {
  animation: slide-up-fade 0.8s ease-out;
}

.Button_icon__V2EYJ,
.FaqItem_faq-item_icon__LCW_B {
  transition: transform 0.2s ease, color 0.2s ease;
}

.Button_icon__V2EYJ:hover,
.FaqItem_faq-item_icon__LCW_B:hover {
  transform: scale(1.1);
}

@keyframes progress-fill {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}

.progress-bar {
  animation: progress-fill 2s ease-out;
}

.Button_button-wrapper__yDmDc {
  transform-style: preserve-3d;
  perspective: 1000px;
}

* {
  transition: color 0.2s ease, background-color 0.2s ease,
    border-color 0.2s ease;
}

.BenefitsCard_benefits-card__3BF4Z {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
}

.BenefitsCard_benefits-card__3BF4Z:hover {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}

.Features_features-bottom-icon__33zPe {
  position: absolute;
  z-index: 0;
  bottom: 0;
  width: 617px;
  right: -77px;
  height: 100%;
  display: flex !important;
  align-items: flex-end;
  justify-content: flex-start;
  pointer-events: none;
}
.Features_features-bottom-icon__33zPe img {
  width: 100%;
  height: auto;
  opacity: 0.7;
}
@media only screen and (min-width: 768px) {
  .Features_features-bottom-icon__33zPe {
    width: 1014px;
    right: -35px;
    bottom: 18px;
  }
}
@media only screen and (min-width: 1025px) {
  .Features_features-bottom-icon__33zPe {
    width: 1353px;
    right: -63px;
    bottom: 3px;
  }
}

.IntroCards_intro-cards-content__BK1uU {
  display: flex;
  justify-content: center;
  gap: 24px;
  padding: 0 16px;
}

.IntroCard_intro-card__HkxI_ {
  flex: 1;
  max-width: 450px;
  aspect-ratio: 4 / 5;
  border-radius: 0px;
  overflow: hidden;
  background-color: white !important;
}

.IntroCard_intro-card__HkxI_ .IntroCard_intro-card_image-inner__bLNdF {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.IntroCards_intro-cards-content__BK1uU
  > div:nth-child(2)
  .IntroCard_intro-card_image-inner__bLNdF {
  object-position: center 68%;
}
