/* 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;
}

.ajtcj {
  scroll-behavior: smooth;
  overflow-x: hidden;
  background: #101c2b;
}

.huejp {
  scroll-behavior: smooth;
  overflow-x: hidden;
  background: #101c2b;
}
.hgqty {
  max-width: 1280px;
  margin: 0 auto;
}

.fojyy {
  color: var(--Accent-color-1, #ff6f3c);
  text-align: center;
  font-family: "Bowlby One SC", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 54px */
}
@-webkit-keyframes dixpt {
  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 dixpt {
  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);
  }
}
.wrxwg {
  font-weight: 700;
}

.fxbdj {
  padding-block: 48px 0;
  padding-inline: 42px;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 2;
}
@media (min-width: 1024px) {
  .fxbdj {
    padding-block: 34px 0;
  }
}
.oldjg {
  max-width: 1280px;
  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;
}
.hiarh {
  display: block;
  margin-left: auto;
}
.hiarh img {
  display: block;
  width: 48px;
}
@media (min-width: 1024px) {
  .hiarh {
    display: none;
  }
}
.mkkfp {
  margin-left: auto;
}
.mkkfp img {
  display: block;
  width: 48px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.mkkfp img:hover {
  -webkit-transform: rotate(240deg);
          transform: rotate(240deg);
}
@media (min-width: 1024px) {
  .mkkfp {
    display: none;
  }
}

.fuybz {
  display: none;
}

@media (min-width: 1024px) {
  .fuybz {
    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;
  }
  .czltt {
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .kewkj {
    color: var(--Accent-color-1, #ff6f3c);
    font-family: "Nunito", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 24px */
  }
  .xgixq {
    color: var(--Accent-color-1, #ff6f3c);
    text-decoration: none;
    position: relative;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
  }
  .xgixq::after {
    content: "";
    position: absolute;
    display: block;
    height: 1px;
    width: 100%;
    background-color: #3cdfff;
    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;
  }
  .xgixq:hover::after {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .xgixq:hover {
    color: #3cdfff;
  }
}
.utsil {
  padding-inline: 20px;
  background: var(--Main-color, #101c2b);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  height: 100%;
  -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) {
  .utsil {
    padding-inline: 24px;
  }
}
@media (min-width: 1024px) {
  .utsil {
    padding-inline: 28px;
  }
}
@media (min-width: 1350px) {
  .utsil {
    padding-inline: 0;
  }
}
.utsil: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) {
  .utsil {
    display: none;
  }
}

.bxgjw {
  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;
}
.synfx {
  color: var(--Text-color, #f5f7fa);
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 24px */
}
.fmlxo {
  color: var(--Text-color, #f5f7fa);
  display: inline-block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-decoration: none;
  position: relative;
}
.fmlxo::after {
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  background-color: #f5f7fa;
  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;
}
.fmlxo:hover::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.jzxkw {
  padding-inline: 20px;
  padding-top: 96px;
  height: 800px;
  background-image: url("../../images/pictures/hero-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .jzxkw {
    padding-inline: 24px;
  }
}
@media (min-width: 1024px) {
  .jzxkw {
    padding-inline: 28px;
  }
}
@media (min-width: 1350px) {
  .jzxkw {
    padding-inline: 0;
  }
}
@media (min-width: 570px) {
  .jzxkw {
    padding-top: 24px;
  }
}
@media (min-width: 1024px) {
  .jzxkw {
    height: 820px;
  }
}
.ezrke {
  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;
}
.kpvap {
  display: block;
  width: clamp(375px, 70vw, 462px);
}

.elfzt {
  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: dixpt 2s ease infinite;
          animation: dixpt 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;
}
@media (min-width: 1024px) {
  .elfzt {
    margin-top: 33px;
  }
}
.elfzt:hover {
  -webkit-animation: unset;
          animation: unset;
}

.bmohw {
  padding-block: 80px 0;
  padding-inline: 20px;
}
@media (min-width: 1024px) {
  .bmohw {
    padding-block: 150px 0;
  }
}
@media (min-width: 768px) {
  .bmohw {
    padding-inline: 24px;
  }
}
@media (min-width: 1024px) {
  .bmohw {
    padding-inline: 28px;
  }
}
@media (min-width: 1350px) {
  .bmohw {
    padding-inline: 0;
  }
}
.zfzks {
  margin-top: 28px;
  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: 22px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .zfzks {
    gap: 46px;
  }
}
@media (min-width: 1440px) {
  .zfzks {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.asjdz {
  display: block;
  width: clamp(335px, 80vw, 495px);
}
.skxwf {
  max-width: 630px;
  color: #f5f7fa;
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.skxwf span {
  display: inline-block;
  font-weight: 700;
  color: var(--Accent-color, #3cdfff);
}

.exprg {
  padding-block: 80px 0;
  padding-inline: 20px;
}
@media (min-width: 1024px) {
  .exprg {
    padding-block: 150px 0;
  }
}
@media (min-width: 768px) {
  .exprg {
    padding-inline: 24px;
  }
}
@media (min-width: 1024px) {
  .exprg {
    padding-inline: 28px;
  }
}
@media (min-width: 1350px) {
  .exprg {
    padding-inline: 0;
  }
}
.tswxu {
  width: 305px;
  height: 344px;
  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;
}
.tswxu img {
  display: block;
  border-radius: 12px;
}
.dmtco {
  height: 133px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 13px 8px;
  -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;
  gap: 8px;
  border-radius: 12px;
  background: var(--Card-color, #28466c);
  text-align: center;
}
.dmtco h3 {
  color: var(--Accent-color, #3cdfff);
  text-align: center;
  font-family: "Bowlby One SC", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
}
.dmtco p {
  color: var(--Text-color, #f5f7fa);
  text-align: center;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}

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

.swiper-container-1 .swiper-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media (min-width: 1440px) {
  .swiper-container-1 .swiper-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

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

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

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

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

.swiper-container-1 .swiper--pagination {
  position: static !important;
  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;
  padding-top: 24px;
}

.swiper-container-1 .swiper-pagination-bullet {
  width: 32px !important;
  height: 32px !important;
  background-image: url("/images/icons/icon-pagination-not-active.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1 !important;
  background-color: transparent;
  border-radius: 0;
}

.swiper-container-1 .swiper-pagination-bullet-active {
  background-image: url("/images/icons/icon-pagination-active.png");
}

/* second swiper */
.swiper-container-2 {
  margin-top: 28px;
}
@media (min-width: 1024px) {
  .swiper-container-2 {
    margin-top: 36px;
  }
}
@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;
}

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

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

.swiper-container-3 .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media (min-width: 1440px) {
  .swiper-container-3 .swiper-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

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

@media (min-width: 1440px) {
  .swiper-container-3 .swiper-slide-active .dblxp {
    width: 630px;
    height: 354px;
  }
}

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

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

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

.swiper--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--buttons {
    margin-top: 48px;
  }
}

.swiper--left {
  cursor: pointer;
  background-color: transparent;
  border: none;
  width: 36px;
  border-radius: 100px;
}
@media (min-width: 1024px) {
  .swiper--left {
    width: 40px;
  }
}
.swiper--left img {
  display: block;
  width: 100%;
  border-radius: 100px;
  background: #ffce45;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3), 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3), 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
}

.swiper--right {
  cursor: pointer;
  background-color: transparent;
  border: none;
  width: 36px;
  border-radius: 100px;
}
@media (min-width: 1024px) {
  .swiper--right {
    width: 40px;
  }
}
.swiper--right img {
  display: block;
  width: 100%;
  border-radius: 100px;
  background: #ffce45;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3), 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3), 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
}

.swiper-container-4 {
  margin-top: 28px;
}
@media (min-width: 1024px) {
  .swiper-container-4 {
    margin-top: 36px;
  }
}
@media (min-width: 1440px) {
  .swiper-container-4 {
    display: none;
  }
}

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

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

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

.jsaby {
  padding-block: 80px 0;
  padding-inline: 20px;
}
@media (min-width: 1024px) {
  .jsaby {
    padding-block: 150px 0;
  }
}
@media (min-width: 768px) {
  .jsaby {
    padding-inline: 24px;
  }
}
@media (min-width: 1024px) {
  .jsaby {
    padding-inline: 28px;
  }
}
@media (min-width: 1350px) {
  .jsaby {
    padding-inline: 0;
  }
}
.swzgv {
  display: none;
}
@media (min-width: 1440px) {
  .swzgv {
    margin-top: 36px;
    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;
    gap: 20px;
  }
}
.wvkdn {
  width: 305px;
  height: 585px;
  border-radius: 12px;
  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;
}
.wvkdn img {
  display: block;
  width: 100%;
}
.drpak {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 12px 18px 12px;
  -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;
  gap: 12px;
  border-radius: 12px;
  background: var(--Card-color, #28466c);
}
.drpak h4 {
  color: var(--Accent-color, #3cdfff);
  text-align: center;
  font-family: "Bowlby One SC", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
}
.drpak p {
  color: var(--Text-color, #f5f7fa);
  text-align: center;
  font-family: "Chakra Petch", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}

.zzrfq {
  padding-block: 80px 0;
  padding-inline: 20px;
}
@media (min-width: 1024px) {
  .zzrfq {
    padding-block: 150px 0;
  }
}
@media (min-width: 768px) {
  .zzrfq {
    padding-inline: 24px;
  }
}
@media (min-width: 1024px) {
  .zzrfq {
    padding-inline: 28px;
  }
}
@media (min-width: 1350px) {
  .zzrfq {
    padding-inline: 0;
  }
}
.dblxp {
  display: block;
  width: 335px;
  height: 188px;
  border-radius: 12px;
}
@media (min-width: 1024px) {
  .dblxp {
    width: 384px;
    height: 216px;
  }
}

.ziiha {
  padding-block: 80px 0;
  padding-inline: 20px;
}
@media (min-width: 1024px) {
  .ziiha {
    padding-block: 150px 0;
  }
}
@media (min-width: 768px) {
  .ziiha {
    padding-inline: 24px;
  }
}
@media (min-width: 1024px) {
  .ziiha {
    padding-inline: 28px;
  }
}
@media (min-width: 1350px) {
  .ziiha {
    padding-inline: 0;
  }
}
.efcle {
  max-width: 1332px;
  margin: 0 auto;
}
.hwrwi {
  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;
}
@media (min-width: 1440px) {
  .hwrwi {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.jwqop {
  display: none;
}
@media (min-width: 1440px) {
  .jwqop {
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    margin-top: 36px;
    max-width: 630px;
  }
}
.razmo {
  display: block;
  width: clamp(335px, 70vw, 337px);
}
.gjdqd {
  width: 305px;
  height: 209px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 28px 22px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 18px;
  border-radius: 12px;
  background: var(--Card-color, #28466c);
}
.voqkx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.voqkx img {
  display: block;
  width: 72px;
}
.voqkx h5 {
  color: var(--Accent-color, #3cdfff);
  font-family: "Bowlby One SC", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
}
.mgxft {
  color: var(--Text-color, #f5f7fa);
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.ceyyz {
  display: none;
}
@media (min-width: 1440px) {
  .ceyyz {
    display: block;
    width: 365px;
    height: 439px;
  }
}

.khvkh {
  padding-inline: 20px;
  padding: 32px;
  margin-top: 80px;
  background: var(--Accent-color, #3cdfff);
}
@media (min-width: 768px) {
  .khvkh {
    padding-inline: 24px;
  }
}
@media (min-width: 1024px) {
  .khvkh {
    padding-inline: 28px;
  }
}
@media (min-width: 1350px) {
  .khvkh {
    padding-inline: 0;
  }
}
@media (min-width: 1024px) {
  .khvkh {
    padding: 46px;
  }
}
.bapyz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
}
@media (min-width: 1024px) {
  .bapyz {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 50px;
  }
}
.qjtlz {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
}
@media (min-width: 1024px) {
  .qjtlz {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.qjtlz a {
  color: var(--Main-color, #101c2b);
  font-family: "Bowlby One SC", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
  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;
}
.qjtlz a:hover {
  color: var(--Accent-color-1, #ff6f3c);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.qjtlz a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.vgqlc {
  color: var(--Main-color, #101c2b);
  font-family: "Nunito", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
}
.ullsy {
  padding-block: 40px;
  padding-inline: 16px;
  border-radius: 16px;
  background: var(--Card-color, #28466c);
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
}
@media (min-width: 1440px) {
  .ullsy {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media (min-width: 1024px) {
  .jfuzt {
    font-size: 36px;
  }
}
.lmdxq {
  max-width: 750px;
  color: var(--Accent-color, #3cdfff);
  text-align: center;
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 24px */
}
@media (min-width: 1024px) {
  .lmdxq {
    font-size: 24px;
  }
}
.xdzgn {
  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) {
  .xdzgn {
    padding-top: 0;
  }
}
@media (min-width: 1440px) {
  .xdzgn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.klfln {
  width: 165px;
  height: 50px;
  color: var(--Card-color, #28466c);
  font-family: "Bowlby One SC", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
  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;
}

.ngdcs {
  color: var(--Text-color, #333);
  border-radius: 40px;
  background: var(--Accent-color, #3cdfff);
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.ngdcs:hover {
  background-color: #0c5a2e;
}

.btfnx {
  color: var(--Accent-color, #3cdfff);
  border-radius: 40px;
  border: 1px solid var(--Accent-color, #3cdfff);
  background-color: transparent;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(74, 58, 255, 0.08);
          box-shadow: 0px 4px 8px 0px rgba(74, 58, 255, 0.08);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.btfnx:hover {
  background-color: #8c2f1a;
}

.jdzyg {
  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;
}

#jdzyg {
  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;
}