/* Reset CSS */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.chtbi {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

.uccue {
  scroll-behavior: smooth;
  overflow-x: hidden;
  background: #0f0f0f;
}

.tigmm {
  max-width: 1296px;
  margin: 0 auto;
}

.ludtj {
  color: #ff005c;
  text-align: center;
  font-family: "Rajdhani", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 48px */
}
@media (min-width: 1024px) {
  .ludtj {
    font-size: 48px;
  }
}

@-webkit-keyframes xtocs {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes xtocs {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.aqkdm {
  font-weight: 700;
}

.ihggm {
  padding-block: 10px;
  padding-inline: 16px;
  background: #00ffb2;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 2;
}
@media (min-width: 1024px) {
  .ihggm {
    padding-block: 16px;
  }
}
.xywaj {
  max-width: 1296px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dootq {
  display: block;
  width: 36px;
  height: 36px;
}
@media (min-width: 1024px) {
  .dootq {
    width: 48px;
    height: 48px;
  }
}
.zomxd {
  display: block;
  margin-left: auto;
}
.zomxd img {
  display: block;
  width: 32px;
}
@media (min-width: 1024px) {
  .zomxd {
    display: none;
  }
}
.ykxrx {
  margin-left: auto;
}
.ykxrx img {
  display: block;
  width: 32px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.ykxrx img:hover {
  -webkit-transform: rotate(240deg);
          transform: rotate(240deg);
}
@media (min-width: 1024px) {
  .ykxrx {
    display: none;
  }
}

.jfeht {
  display: none;
}

@media (min-width: 1024px) {
  .jfeht {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .spaay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 56px;
    width: 100%;
  }
  .hzaur {
    color: #1e1e1e;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */
  }
  .xubgz {
    color: #1e1e1e;
    text-decoration: none;
    position: relative;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
  }
  .xubgz::after {
    content: "";
    position: absolute;
    display: block;
    height: 1px;
    width: 100%;
    background-color: #1e1e1e;
    bottom: -5px;
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .xubgz:hover::after {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .xubgz:hover {
    color: #1e1e1e;
  }
}
.douha {
  border-radius: 30px 0px 0px 30px;
  background: #0087c7;
}

.pdfwa {
  padding-inline: 20px;
  border-radius: 30px 0px 0px 30px;
  background: #00ffb2;
  -webkit-box-shadow: -6px 8px 4px 0px rgba(16, 0, 78, 0.25);
          box-shadow: -6px 8px 4px 0px rgba(16, 0, 78, 0.25);
  position: fixed;
  top: 0;
  left: 20%;
  right: 0;
  z-index: 2;
  height: 70%;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .pdfwa {
    padding-inline: 24px;
  }
}
@media (min-width: 1024px) {
  .pdfwa {
    padding-inline: 28px;
  }
}
@media (min-width: 1350px) {
  .pdfwa {
    padding-inline: 0;
  }
}
.pdfwa:target {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  pointer-events: all;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
@media (min-width: 1024px) {
  .pdfwa {
    display: none;
  }
}

.xgabj {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 34px;
}
.heksu {
  color: #1e1e1e;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
}
.opoyq {
  color: #1e1e1e;
  display: inline-block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-decoration: none;
  position: relative;
}
.opoyq::after {
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  background-color: #1e1e1e;
  width: 100%;
  bottom: -5px;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.opoyq:hover::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.frlou {
  padding-inline: 20px;
  padding-block: 136px 125px;
  background-image: url("../../images/pictures/hero-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .frlou {
    padding-inline: 24px;
  }
}
@media (min-width: 1024px) {
  .frlou {
    padding-inline: 28px;
  }
}
@media (min-width: 1350px) {
  .frlou {
    padding-inline: 0;
  }
}
@media (min-width: 1024px) {
  .frlou {
    padding-block: 225px 97px;
  }
}
.slawg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.kzncr {
  max-width: 636px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 48px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
  border: 2px solid #fff;
  background: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}
@media (min-width: 1024px) {
  .kzncr {
    gap: 48px;
  }
}
.fxdtf {
  color: #00111d;
  font-family: "Rajdhani", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 48px */
  text-align: center;
}
@media (min-width: 1024px) {
  .fxdtf {
    font-size: 48px;
  }
}
.fxdtf span {
  display: block;
  font-size: 36px;
}
@media (min-width: 1024px) {
  .fxdtf span {
    font-size: 64px;
  }
}
.zloia {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media (min-width: 1024px) {
  .zloia {
    gap: 24px;
  }
}
.zloia p {
  color: #00141e;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 27px */
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (min-width: 1024px) {
  .zloia p {
    font-size: 24px;
  }
}
.zloia p img {
  display: block;
  width: 30px;
  height: 30px;
}
@media (min-width: 1024px) {
  .zloia p img {
    width: 48px;
    height: 48px;
  }
}
@media (min-width: 1024px) {
  .zloia p:nth-of-type(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.gxdtd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  color: #00141e;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 30px */
  text-align: center;
}
@media (min-width: 1024px) {
  .gxdtd {
    font-size: 26px;
  }
}
.gxdtd img {
  display: block;
  width: 30px;
  height: 30px;
}

.dljah {
  margin-top: 18px;
  display: block;
  margin-top: 6px;
  width: 226px;
  height: 75px;
  border-radius: 16px;
  background-image: url("../../images/pictures/google-play-button.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-animation: xtocs 2s ease infinite;
          animation: xtocs 2s ease infinite;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition: -webkit-animation 0.5s;
  transition: -webkit-animation 0.5s;
  transition: animation 0.5s;
  transition: animation 0.5s, -webkit-animation 0.5s;
}
.dljah:hover {
  -webkit-animation: unset;
          animation: unset;
}

.bclfe {
  padding-block: 32px;
  padding-inline: 20px;
}
@media (min-width: 1024px) {
  .bclfe {
    padding-block: 90px;
  }
}
@media (min-width: 768px) {
  .bclfe {
    padding-inline: 24px;
  }
}
@media (min-width: 1024px) {
  .bclfe {
    padding-inline: 28px;
  }
}
@media (min-width: 1350px) {
  .bclfe {
    padding-inline: 0;
  }
}
.yyjhr {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 36px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .yyjhr {
    margin-top: 48px;
    gap: 24px;
  }
}
@media (min-width: 1440px) {
  .yyjhr {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.jdnxm {
  max-width: 746px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 16px;
  color: var(--F4F4F4, #f4f4f4);
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
@media (min-width: 1024px) {
  .jdnxm {
    gap: 24px;
    font-size: 20px;
  }
}
@media (min-width: 1440px) {
  .jdnxm {
    text-align: left;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.mjexs {
  display: block;
  width: clamp(261px, 60vw, 526px);
}

.bycix {
  padding-block: 32px;
  padding-inline: 20px;
}
@media (min-width: 1024px) {
  .bycix {
    padding-block: 90px;
  }
}
@media (min-width: 768px) {
  .bycix {
    padding-inline: 24px;
  }
}
@media (min-width: 1024px) {
  .bycix {
    padding-inline: 28px;
  }
}
@media (min-width: 1350px) {
  .bycix {
    padding-inline: 0;
  }
}
.yfobl {
  display: block;
  width: 180px;
  height: 337px;
}
@media (min-width: 1024px) {
  .yfobl {
    width: 418px;
    height: 741px;
  }
}

.swiper-container-1 .swiper {
  margin-top: 32px;
  width: 100%;
  overflow-x: hidden;
}
@media (min-width: 1024px) {
  .swiper-container-1 .swiper {
    margin-top: 48px;
  }
}

.swiper-container-1 .swiper-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.swiper-container-1 .swiper-slide {
  width: auto !important;
  height: auto !important;
  -webkit-transition: all 0.5s ease !important;
  transition: all 0.5s ease !important;
}

.swiper-gallery-buttons {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
}
@media (min-width: 1024px) {
  .swiper-gallery-buttons {
    margin-top: 48px;
  }
}

.swiper-btn-left {
  cursor: pointer;
  background-color: transparent;
  border: none;
  width: 36px;
}
@media (min-width: 1024px) {
  .swiper-btn-left {
    width: 40px;
  }
}
.swiper-btn-left img {
  display: block;
  width: 100%;
}

.swiper-btn-right {
  cursor: pointer;
  background-color: transparent;
  border: none;
  width: 36px;
}
@media (min-width: 1024px) {
  .swiper-btn-right {
    width: 40px;
  }
}
.swiper-btn-right img {
  display: block;
  width: 100%;
}

/* second swiper */
.swiper-container-2 {
  margin-top: 32px;
}
@media (min-width: 1440px) {
  .swiper-container-2 {
    display: none;
  }
}

.swiper-container-2 .swiper {
  width: 100%;
  overflow-x: hidden;
}

.swiper-container-2 .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.swiper-container-2 .swiper-slide {
  -webkit-transition: all 0.5s ease !important;
  transition: all 0.5s ease !important;
  width: auto !important;
}

.swiper-features-buttons {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
}
@media (min-width: 1024px) {
  .swiper-features-buttons {
    margin-top: 48px;
  }
}

.swiper-features-left {
  cursor: pointer;
  background-color: transparent;
  border: none;
  width: 36px;
}
@media (min-width: 1024px) {
  .swiper-features-left {
    width: 40px;
  }
}
.swiper-features-left img {
  display: block;
  width: 100%;
}

.swiper-features-right {
  cursor: pointer;
  background-color: transparent;
  border: none;
  width: 36px;
}
@media (min-width: 1024px) {
  .swiper-features-right {
    width: 40px;
  }
}
.swiper-features-right img {
  display: block;
  width: 100%;
}

/* third swiper */
.swiper-container-3 {
  margin-top: 12px;
}
@media (min-width: 1024px) {
  .swiper-container-3 {
    margin-top: 36px;
  }
}
@media (min-width: 1440px) {
  .swiper-container-3 {
    display: none;
  }
}

.swiper-container-3 .swiper {
  width: 100%;
  overflow-x: hidden;
}

.swiper-container-3 .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.swiper-container-3 .swiper-slide {
  -webkit-transition: all 0.5s ease !important;
  transition: all 0.5s ease !important;
  width: auto !important;
}

.hjybv {
  padding-block: 32px;
  padding-inline: 20px;
}
@media (min-width: 1024px) {
  .hjybv {
    padding-block: 90px;
  }
}
@media (min-width: 768px) {
  .hjybv {
    padding-inline: 24px;
  }
}
@media (min-width: 1024px) {
  .hjybv {
    padding-inline: 28px;
  }
}
@media (min-width: 1350px) {
  .hjybv {
    padding-inline: 0;
  }
}
.vehpv {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .vehpv {
    margin-top: 48px;
    gap: 25px;
  }
}
@media (min-width: 1440px) {
  .vehpv {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.vkoqk {
  width: 335px;
  padding: 16px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (min-width: 1024px) {
  .vkoqk {
    width: 400px;
    height: 122px;
  }
}
.vkoqk p {
  color: #fff;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
@media (min-width: 1024px) {
  .vkoqk p {
    font-size: 20px;
  }
}
.vkoqk img {
  display: block;
  width: 64px;
  position: absolute;
}
@media (min-width: 1024px) {
  .vkoqk img {
    width: 86px;
  }
}
.vkoqk:nth-of-type(1) img {
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
@media (min-width: 1440px) {
  .vkoqk:nth-of-type(1) img {
    left: unset;
    bottom: unset;
    right: 0;
    top: 0;
    -webkit-transform: translate(50%, 20%);
            transform: translate(50%, 20%);
  }
}
.vkoqk:nth-of-type(2) img {
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
@media (min-width: 1440px) {
  .vkoqk:nth-of-type(2) img {
    bottom: unset;
    top: 0;
    -webkit-transform: translate(50%, 20%) rotate(180deg);
            transform: translate(50%, 20%) rotate(180deg);
  }
}
.vkoqk:nth-of-type(3) img {
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
@media (min-width: 1440px) {
  .vkoqk:nth-of-type(3) img {
    left: unset;
    right: 0;
  }
}
.vkoqk:nth-of-type(4) img {
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
@media (min-width: 1440px) {
  .vkoqk:nth-of-type(4) img {
    bottom: unset;
    -webkit-transform: translate(50%, 20%);
            transform: translate(50%, 20%);
  }
}
.vkoqk:nth-of-type(5) img {
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
@media (min-width: 1440px) {
  .vkoqk:nth-of-type(5) img {
    left: unset;
    bottom: unset;
    right: 0;
    top: 0;
    -webkit-transform: translate(70%, 20%) rotate(180deg);
            transform: translate(70%, 20%) rotate(180deg);
  }
}

.vmsqo {
  padding-block: 32px;
  padding-inline: 20px;
}
@media (min-width: 1024px) {
  .vmsqo {
    padding-block: 90px;
  }
}
@media (min-width: 768px) {
  .vmsqo {
    padding-inline: 24px;
  }
}
@media (min-width: 1024px) {
  .vmsqo {
    padding-inline: 28px;
  }
}
@media (min-width: 1350px) {
  .vmsqo {
    padding-inline: 0;
  }
}
.oljfk {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .oljfk {
    margin-top: 48px;
    gap: 142px;
  }
}
.vlaqr {
  max-width: 636px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media (min-width: 1024px) {
  .vlaqr {
    gap: 24px;
  }
}
.cjfra {
  width: clamp(335px, 80vw, 636px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cjfra.udpcq .ymaoa {
  max-height: 70px;
  overflow: visible;
  opacity: 1;
  padding: 12px 16px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.cjfra.udpcq .sncpx {
  -webkit-transform: rotate(240deg);
          transform: rotate(240deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.gtjxr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 16px;
  border-radius: 7px;
  border: 2px solid;
  border-image-source: linear-gradient(180deg, #00ffb2 0%, #005bff 100%);
  border-image-slice: 1;
}
.gtjxr p {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
}
@media (min-width: 1024px) {
  .gtjxr p {
    font-size: 24px;
  }
}
.sncpx {
  display: block;
  width: 24px;
  margin-left: auto;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ymaoa {
  max-height: 0px;
  opacity: 0;
  overflow: hidden;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (min-width: 1024px) {
  .ymaoa {
    font-size: 18px;
  }
}
.ylhwn {
  display: block;
  width: clamp(232px, 60vw, 388px);
}

.ssben {
  padding-inline: 20px;
  padding: 16px 20px;
  background: #00FFB2;
}
@media (min-width: 768px) {
  .ssben {
    padding-inline: 24px;
  }
}
@media (min-width: 1024px) {
  .ssben {
    padding-inline: 28px;
  }
}
@media (min-width: 1350px) {
  .ssben {
    padding-inline: 0;
  }
}
@media (min-width: 1024px) {
  .ssben {
    padding-block: 24px;
  }
}
.piujc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  text-align: center;
}
@media (min-width: 1024px) {
  .piujc {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.drgis {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media (min-width: 1024px) {
  .drgis {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
  }
}
.drgis a {
  color: #1e1e1e;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.drgis a:hover {
  color: #ffc300;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.drgis a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.tjigg {
  color: #1e1e1e;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
}
@media (min-width: 1024px) {
  .tjigg {
    margin: 0 auto;
  }
}

.fccyv {
  padding-block: 40px;
  padding-inline: 16px;
  background: #0f0f0f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
}
@media (min-width: 1440px) {
  .fccyv {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.ssxjn {
  max-width: 750px;
  color: #fff;
  font-family: "Rajdhani", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 24px */
}
@media (min-width: 1024px) {
  .ssxjn {
    text-align: center;
    font-size: 24px;
  }
}
.xdnez {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 18px;
  padding-top: 18px;
}
@media (min-width: 1024px) {
  .xdnez {
    padding-top: 0;
  }
}
@media (min-width: 1440px) {
  .xdnez {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.afyco {
  width: 165px;
  height: 50px;
  color: #fff;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
  text-transform: uppercase;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.iccms {
  color: #fff;
  border: 2px solid;
  border-image-source: linear-gradient(180deg, #00ffb2 0%, #005bff 100%);
  border-image-slice: 1;
  background-color: transparent;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.iccms:hover {
  background-color: #0c5a2e;
}

.eaikn {
  color: #fff;
  border: 2px solid #fff;
  background-color: transparent;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.eaikn:hover {
  background-color: #8c2f1a;
}

.kztju {
  pointer-events: none;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}

#kztju {
  pointer-events: none;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}