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

.rjfvu {
  scroll-behavior: smooth;
  overflow-x: hidden;
  background: var(--bg, #171717);
}

.ioivc {
  scroll-behavior: smooth;
  overflow-x: hidden;
  background: var(--bg, #171717);
  color: #fff;
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.oryxr {
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
}

.jtvhx {
  color: #fff;
  text-align: center;
  font-family: "IBM Plex Mono", monospace;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (min-width: 1024px) {
  .jtvhx {
    font-size: 40px;
  }
}

.ngnra {
  margin-top: 16px;
  color: #d6d6d6;
  text-align: center;
  font-family: "IBM Plex Mono", monospace;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
}
@media (min-width: 1024px) {
  .ngnra {
    font-weight: 300;
  }
}

@-webkit-keyframes fxeeh {
  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 fxeeh {
  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);
  }
}
.upipz {
  font-weight: 700;
}

.bkvta {
  padding-inline: 16px;
  padding-block: 20px;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 2;
}
@media (min-width: 768px) {
  .bkvta {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .bkvta {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .bkvta {
    padding-inline: 0;
  }
}
@media (min-width: 1024px) {
  .bkvta {
    background: var(--bg, #171717);
    padding-block: 32px 10px;
  }
}
.wdtti {
  max-width: 1200px;
  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;
}
@media (min-width: 1440px) {
  .wdtti {
    gap: 20px;
  }
}
.bmxbg {
  display: block;
  margin-left: auto;
}
.bmxbg img {
  display: block;
  width: 36px;
  height: 30px;
}
@media (min-width: 1024px) {
  .bmxbg {
    display: none;
  }
}
.bxwpe {
  margin-left: auto;
}
.bxwpe img {
  display: block;
  width: 36px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.bxwpe img:hover {
  -webkit-transform: rotate(240deg);
          transform: rotate(240deg);
}
@media (min-width: 1024px) {
  .bxwpe {
    display: none;
  }
}

.uxkvg {
  display: none;
}

@media (min-width: 1024px) {
  .uxkvg {
    width: 100%;
    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;
  }
  .oeyao {
    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;
    -webkit-column-gap: 46px;
       -moz-column-gap: 46px;
            column-gap: 46px;
    row-gap: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .fwrit {
    color: #fff;
    font-family: "Outfit", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    position: relative;
  }
  .fwrit::after {
    content: "";
    position: absolute;
    right: -20px;
    top: 0;
    display: block;
    width: 2px;
    height: 25px;
    background-color: #fff;
  }
  .wmpkt {
    color: #fff;
    text-decoration: none;
    position: relative;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
  }
  .wmpkt::after {
    content: "";
    position: absolute;
    display: block;
    height: 1px;
    width: 100%;
    background-color: #01d7f1;
    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;
  }
  .wmpkt:hover::after {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .wmpkt:hover {
    color: #01d7f1;
  }
}
.mrvjs {
  padding-inline: 16px;
  background: var(--bg, #171717);
  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) {
  .mrvjs {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .mrvjs {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .mrvjs {
    padding-inline: 0;
  }
}
.mrvjs: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) {
  .mrvjs {
    display: none;
  }
}

.etqgt {
  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: 20px;
}
.vamap {
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.iizos {
  color: #fff;
  display: inline-block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-decoration: none;
  position: relative;
}
.iizos::after {
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  background-color: #f5f5f5;
  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;
}
.iizos:hover::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.uttpn {
  padding-inline: 16px;
  position: relative;
}
@media (min-width: 768px) {
  .uttpn {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .uttpn {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .uttpn {
    padding-inline: 0;
  }
}
.sudeh {
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 1440px) {
  .sudeh {
    top: 60%;
  }
}
.krbki {
  display: none;
}
@media (min-width: 1440px) {
  .krbki {
    display: block;
    position: absolute;
    right: 0;
    top: 20%;
  }
}
.ololw {
  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;
}
.hsjta {
  margin-top: 156px;
  color: #fff;
  text-align: center;
  font-family: "IBM Plex Mono", monospace;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (min-width: 1024px) {
  .hsjta {
    margin-top: 262px;
    font-size: 48px;
  }
}
.ziwuh {
  color: var(--teal, #01d7f1);
  text-align: center;
  font-family: "IBM Plex Mono", monospace;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
}
.tbchf {
  margin-top: 8px;
  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: 32px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .tbchf {
    margin-top: 32px;
  }
}
.jbokv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.yumoo {
  width: 212px;
  height: 49px;
  border-radius: 4px;
  background: var(--teal, #01d7f1);
  -webkit-box-shadow: 0px 0px 12px 0px #00ffc3;
          box-shadow: 0px 0px 12px 0px #00ffc3;
  cursor: pointer;
  border: none;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
.yumoo:hover {
  background: var(--blue, #005ce7);
}
.yaaan {
  width: 212px;
  height: 49px;
  border-radius: 4px;
  border: 1px solid var(--teal, #01d7f1);
  -webkit-box-shadow: 0px 0px 12px 0px #00ffc3;
          box-shadow: 0px 0px 12px 0px #00ffc3;
  background-color: transparent;
  color: var(--teal, #01d7f1);
  cursor: pointer;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
.yaaan:hover {
  background: var(--blue, #005ce7);
}

.gpskn {
  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: fxeeh 2s ease infinite;
          animation: fxeeh 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;
}
.gpskn:hover {
  -webkit-animation: unset;
          animation: unset;
}

.mypwf {
  padding-block: 80px 0;
  padding-inline: 16px;
}
@media (min-width: 1024px) {
  .mypwf {
    padding-block: 120px 0;
  }
}
@media (min-width: 768px) {
  .mypwf {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .mypwf {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .mypwf {
    padding-inline: 0;
  }
}
.djdxn {
  margin-top: 64px;
  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: 32px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.npkjx {
  max-width: 724px;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  text-align: left;
}
.ygpid {
  display: block;
  width: clamp(343px, 70vw, 444px);
}

.vkqsm {
  padding-block: 80px 0;
  padding-inline: 16px;
}
@media (min-width: 1024px) {
  .vkqsm {
    padding-block: 120px 0;
  }
}
@media (min-width: 768px) {
  .vkqsm {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .vkqsm {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .vkqsm {
    padding-inline: 0;
  }
}
.cydew {
  margin-top: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 132px;
}
@media (min-width: 1024px) {
  .cydew {
    gap: 50px;
  }
}
@media (min-width: 1440px) {
  .cydew {
    display: none;
  }
}
.yzeyv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  text-align: left;
}
.yzeyv span {
  width: 56px;
  height: 56px;
  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: 22px;
  border: 1px solid #009edc;
  border-radius: 50%;
  position: relative;
}
.yzeyv span::after {
  content: "";
  display: block;
  width: 1px;
  height: 96px;
  position: absolute;
  background-color: #a1a1a1;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
@media (min-width: 1024px) {
  .yzeyv span::after {
    height: 50px;
    -webkit-transform: translateY(105%);
            transform: translateY(105%);
  }
}
.yzeyv:last-of-type span::after {
  display: none;
}
.upfnx {
  display: none;
}
@media (min-width: 1440px) {
  .upfnx {
    margin-top: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
}
.mpkrs {
  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;
}
.mlfax {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.odoqy {
  width: 56px;
  height: 56px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  aspect-ratio: 1/1;
  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;
  border: 1px solid #009edc;
  border-radius: 50%;
  position: relative;
}
.odoqy::after {
  content: "";
  position: absolute;
  -webkit-transform: translateX(80%);
          transform: translateX(80%);
  display: block;
  width: 147px;
  height: 1px;
  background-color: #a1a1a1;
}
.odoqy:last-of-type::after {
  display: none;
}
.ckqon {
  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: 172px;
}

.luzqc {
  padding-block: 80px 0;
  padding-inline: 16px;
}
@media (min-width: 1024px) {
  .luzqc {
    padding-block: 120px 0;
  }
}
@media (min-width: 768px) {
  .luzqc {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .luzqc {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .luzqc {
    padding-inline: 0;
  }
}
.zjnsk {
  margin-top: 56px;
  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;
  gap: 16px;
}
.etgjf {
  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;
}
.ikypz {
  width: 343px;
  padding: 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;
  gap: 24px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-radius: 4px;
  border: 1px solid var(--blue, #005ce7);
}
.ikypz img {
  display: block;
  width: 36px;
}
@media (min-width: 1440px) {
  .ikypz {
    width: 220px;
    height: 134px;
  }
}
.nqkko {
  margin-top: 32px;
}

.aijmd {
  padding-block: 80px 0;
  padding-inline: 16px;
}
@media (min-width: 1024px) {
  .aijmd {
    padding-block: 120px 0;
  }
}
@media (min-width: 768px) {
  .aijmd {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .aijmd {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .aijmd {
    padding-inline: 0;
  }
}
.wtsek {
  margin-top: 56px;
  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: 26px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.lixzq {
  width: 343px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 16px;
  border-radius: 4px;
  border: 1px solid var(--light-blue, #009edc);
}
@media (min-width: 1440px) {
  .lixzq {
    width: 380px;
    height: 49px;
  }
}

.uqjel {
  padding-block: 80px 0;
  padding-inline: 16px;
}
@media (min-width: 1024px) {
  .uqjel {
    padding-block: 120px 0;
  }
}
@media (min-width: 768px) {
  .uqjel {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .uqjel {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .uqjel {
    padding-inline: 0;
  }
}
.coewj {
  margin-top: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.xrstj {
  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;
}
.zuijd {
  width: 343px;
  padding: 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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  border-radius: 4px;
  border: 1px solid var(--blue, #005ce7);
}
.zuijd img {
  display: block;
  width: 36px;
}
@media (min-width: 1440px) {
  .zuijd {
    width: 282px;
    height: 134px;
  }
}
@media (min-width: 1440px) {
  .zuijd:nth-of-type(1), .zuijd:nth-of-type(2), .zuijd:nth-of-type(3) {
    width: 384px;
    height: 109px;
  }
}
.bvxmh {
  margin-top: 32px;
}

.pdyrp {
  padding-block: 80px 0;
  padding-inline: 16px;
  position: relative;
}
@media (min-width: 1024px) {
  .pdyrp {
    padding-block: 120px 0;
  }
}
@media (min-width: 768px) {
  .pdyrp {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .pdyrp {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .pdyrp {
    padding-inline: 0;
  }
}
.tlnbs {
  max-width: 494px;
  margin: 56px auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 56px;
}
.jjqgx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.mfzls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.jolum {
  display: none;
}
@media (min-width: 1440px) {
  .jolum {
    display: block;
    position: absolute;
    right: 0;
    top: 30%;
  }
}

.ljhdt {
  padding-block: 80px 0;
  padding-inline: 16px;
  position: relative;
}
@media (min-width: 1024px) {
  .ljhdt {
    padding-block: 120px 0;
  }
}
@media (min-width: 768px) {
  .ljhdt {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .ljhdt {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .ljhdt {
    padding-inline: 0;
  }
}
.vfyhu {
  margin-top: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 56px;
}
.kyjqv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.kyjqv p a {
  text-decoration: none;
  color: var(--teal, #01d7f1);
}
.mxdsz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.mxdsz p:first-child {
  font-weight: 500;
}
.oyzfx {
  display: none;
}
@media (min-width: 1440px) {
  .oyzfx {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: translateY(-35%);
            transform: translateY(-35%);
  }
}
.yrtjk {
  display: none;
}
@media (min-width: 1440px) {
  .yrtjk {
    display: block;
    position: absolute;
    left: 0;
    -webkit-transform: translateY(-35%);
            transform: translateY(-35%);
  }
}

.ebjtp {
  padding-block: 80px 0;
  padding-inline: 16px;
  position: relative;
}
@media (min-width: 1024px) {
  .ebjtp {
    padding-block: 120px 0;
  }
}
@media (min-width: 768px) {
  .ebjtp {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .ebjtp {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .ebjtp {
    padding-inline: 0;
  }
}
.ebjtp .jtvhx {
  font-size: 40px;
}
.yemwg {
  margin-top: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 56px;
}
.hftbh {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.hftbh p a {
  text-decoration: none;
  color: var(--teal, #01d7f1);
}
.teyor {
  display: none;
}
@media (min-width: 1440px) {
  .teyor {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: translateY(-35%);
            transform: translateY(-35%);
  }
}

.fhfuw {
  padding-block: 80px 0;
  padding-inline: 16px;
  padding-bottom: 32px;
}
@media (min-width: 1024px) {
  .fhfuw {
    padding-block: 120px 0;
  }
}
@media (min-width: 768px) {
  .fhfuw {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .fhfuw {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .fhfuw {
    padding-inline: 0;
  }
}
@media (min-width: 1024px) {
  .fhfuw {
    padding-bottom: 32px;
  }
}
.ayggx {
  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: 32px;
}
@media (min-width: 1440px) {
  .ayggx {
    display: grid;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    grid-template-columns: repeat(3, auto);
    grid-template-rows: repeat(1fr, auto);
  }
}
.xlwnw {
  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;
  gap: 16px;
}
@media (min-width: 1024px) {
  .xlwnw {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 1440px) {
  .xlwnw {
    gap: 16px;
  }
}
.xlwnw a {
  color: #fff;
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  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;
}
.xlwnw a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.oiylb a {
  text-decoration: none;
  color: #fff;
}
@media (min-width: 1440px) {
  .oiylb {
    grid-column: 3;
    grid-row: 1;
  }
}
.xrbbe {
  color: #fff;
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
@media (min-width: 1440px) {
  .xrbbe {
    grid-column: 1;
    grid-row: 1;
  }
}

.unhpd {
  padding-inline: 16px;
  padding-block: 40px;
  border-radius: 4px;
  background: #1f1f1f;
  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: 768px) {
  .unhpd {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .unhpd {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .unhpd {
    padding-inline: 0;
  }
}
@media (min-width: 1440px) {
  .unhpd {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.iqrqq {
  color: var(--white, #fff);
  font-family: "IBM Plex Mono", monospace;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (min-width: 1024px) {
  .iqrqq {
    font-size: 40px;
  }
}
.pvjwv {
  max-width: 750px;
  color: var(--white, #fff);
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
@media (min-width: 1024px) {
  .pvjwv {
    text-align: center;
    font-size: 24px;
  }
}
.wixus {
  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: 18px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.jqdhy {
  width: 256px;
  height: 55px;
  text-align: center;
  font-family: Outfit;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  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;
}

.kexcg {
  color: var(--bg, #171717);
  border: none;
  border-radius: 4px;
  background: var(--teal, #01d7f1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.kexcg:hover {
  background-color: #0c5a2e;
}

.pyver {
  color: var(--teal, #01d7f1);
  background-color: transparent;
  border-radius: 4px;
  border: 2px solid var(--teal, #01d7f1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.pyver:hover {
  background-color: #8c2f1a;
}

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

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

.ykmag {
  padding-block: 27px;
}
.ykmag a {
  display: block;
  margin-right: auto;
}
.ykmag a img {
  display: block;
  width: 91px;
  height: 32px;
  margin-right: auto;
}

.eexkw {
  padding-inline: 16px;
  margin-top: 60px;
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-align: left;
}
@media (min-width: 768px) {
  .eexkw {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .eexkw {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .eexkw {
    padding-inline: 0;
  }
}
.pizsy {
  color: #fff;
  text-align: center;
  font-family: "IBM Plex Mono", monospace;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (min-width: 1024px) {
  .pizsy {
    font-size: 48px;
  }
}
.zvzgj {
  margin-top: 16px;
}
@media (min-width: 1024px) {
  .zvzgj {
    margin-top: 24px;
  }
}
.zwual {
  margin-top: 16px;
}

.qkuaw {
  padding-top: 32px;
  text-align: left;
}
.aiqhq {
  color: #fff;
  font-family: "IBM Plex Mono", monospace;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (min-width: 1024px) {
  .aiqhq {
    font-size: 40px;
  }
}
.hmcrp {
  margin-top: 16px;
}
.pnxwb {
  color: #fff;
}
.gqjiw {
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.jtsrm {
  list-style-type: disc;
  margin-left: 20px;
}
@media (min-width: 1024px) {
  .jtsrm {
    margin-left: 35px;
  }
}
.meygb {
  color: #fff;
  text-decoration: none;
}
.yohmk {
  margin-top: 8px;
}
.oxvmu {
  text-decoration: none;
  color: inherit;
}

.qqorz {
  list-style: disc;
  margin-left: 10px;
}

.qfqez {
  max-width: 1200px;
  margin: 0 auto;
}

.vzfru {
  padding: 0;
}

.lqivt {
  margin: 0;
}

.eaynp {
  margin-top: 16px;
}

strong {
  font-weight: 700;
}