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

.hpmxp {
  scroll-behavior: smooth;
  overflow-x: hidden;
  background: #66E87D;
}

.cypei {
  scroll-behavior: smooth;
  overflow-x: hidden;
  background: #66e87d;
}
.tdpmh {
  max-width: 1280px;
  margin: 0 auto;
}

.wdzlo {
  color: var(--Accent-color, #ff4b4b);
  font-family: "Bangers", sans-serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 57px */
}
@-webkit-keyframes oivme {
  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 oivme {
  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);
  }
}
.fydvx {
  font-weight: 700;
}

.boqgo {
  padding-block: 48px 0;
  padding-inline: 42px;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 2;
}
@media (min-width: 1024px) {
  .boqgo {
    padding-block: 34px 0;
  }
}
.dksbb {
  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;
}
.knjhy {
  display: block;
  margin-left: auto;
}
.knjhy img {
  display: block;
  width: 48px;
}
@media (min-width: 1024px) {
  .knjhy {
    display: none;
  }
}
.mrtfx {
  margin-left: auto;
}
.mrtfx 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;
}
.mrtfx img:hover {
  -webkit-transform: rotate(240deg);
          transform: rotate(240deg);
}
@media (min-width: 1024px) {
  .mrtfx {
    display: none;
  }
}

.pspnj {
  display: none;
}

@media (min-width: 1024px) {
  .pspnj {
    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;
  }
  .bbzgc {
    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%;
  }
  .wzfji {
    color: var(--Accent-color, #ff4b4b);
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 24px */
  }
  .lbdbx {
    color: var(--Accent-color, #ff4b4b);
    text-decoration: none;
    position: relative;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
  }
  .lbdbx::after {
    content: "";
    position: absolute;
    display: block;
    height: 1px;
    width: 100%;
    background-color: #ff4b4b;
    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;
  }
  .lbdbx:hover::after {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .lbdbx:hover {
    color: #ff4b4b;
  }
}
.jwvek {
  padding-inline: 20px;
  background: var(--Main-color, #66e87d);
  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) {
  .jwvek {
    padding-inline: 24px;
  }
}
@media (min-width: 1024px) {
  .jwvek {
    padding-inline: 28px;
  }
}
@media (min-width: 1350px) {
  .jwvek {
    padding-inline: 0;
  }
}
.jwvek: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) {
  .jwvek {
    display: none;
  }
}

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

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

.mxuee {
  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: oivme 2s ease infinite;
          animation: oivme 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) {
  .mxuee {
    margin-top: 33px;
  }
}
.mxuee:hover {
  -webkit-animation: unset;
          animation: unset;
}

.rblyv {
  padding-block: 80px 0;
  padding-inline: 20px;
}
@media (min-width: 1024px) {
  .rblyv {
    padding-block: 150px 0;
  }
}
@media (min-width: 768px) {
  .rblyv {
    padding-inline: 24px;
  }
}
@media (min-width: 1024px) {
  .rblyv {
    padding-inline: 28px;
  }
}
@media (min-width: 1350px) {
  .rblyv {
    padding-inline: 0;
  }
}
.kunoe {
  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) {
  .kunoe {
    gap: 46px;
  }
}
@media (min-width: 1440px) {
  .kunoe {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 133px;
  }
}
.ejzul {
  display: block;
  width: clamp(335px, 80vw, 366px);
}
@media (min-width: 1440px) {
  .ejzul {
    -webkit-transform: translateY(-30%);
            transform: translateY(-30%);
  }
}
.ashug {
  max-width: 630px;
  color: #2e2e2e;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.ashug span {
  display: inline-block;
  font-weight: 700;
  color: #2e2e2e;
}

.eekgi {
  padding-block: 80px 0;
  padding-inline: 20px;
}
@media (min-width: 1024px) {
  .eekgi {
    padding-block: 150px 0;
  }
}
@media (min-width: 768px) {
  .eekgi {
    padding-inline: 24px;
  }
}
@media (min-width: 1024px) {
  .eekgi {
    padding-inline: 28px;
  }
}
@media (min-width: 1350px) {
  .eekgi {
    padding-inline: 0;
  }
}
.hggvl {
  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: 1440px) {
  .hggvl {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
  }
}
.drhiu {
  display: block;
  width: clamp(355px, 80vw, 818px);
}
@media (min-width: 1440px) {
  .drhiu {
    -webkit-transform: translateX(-5%);
            transform: translateX(-5%);
  }
}
.fwoaf {
  max-width: 443px;
  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;
}
.ttitm {
  width: clamp(335px, 80vw, 443px);
  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: 8px;
  padding: 22px 12px;
  border-radius: 18px;
  background: var(--card-color, #89ff9e);
  text-align: left;
}
.ttitm h3 {
  color: var(--Accent-color-2, #ffd100);
  font-family: "Bangers", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
}
.ttitm p {
  color: var(--Text-color, #2e2e2e);
  font-family: "Barlow Semi Condensed", 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;
}

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

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

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

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

/* second swiper */
.swiper-container-2 {
  margin-top: 28px;
}
@media (min-width: 1024px) {
  .swiper-container-2 {
    margin-top: 36px;
  }
}

.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-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: 12px;
}
@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: 44px;
  }
}
.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: 44px;
  }
}
.swiper-gallery-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;
}

.ptpeq {
  padding-block: 80px 0;
  padding-inline: 20px;
}
@media (min-width: 1024px) {
  .ptpeq {
    padding-block: 150px 0;
  }
}
@media (min-width: 768px) {
  .ptpeq {
    padding-inline: 24px;
  }
}
@media (min-width: 1024px) {
  .ptpeq {
    padding-inline: 28px;
  }
}
@media (min-width: 1350px) {
  .ptpeq {
    padding-inline: 0;
  }
}
.lgfbq {
  width: 305px;
  height: 592px;
  border-radius: 18px;
  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;
}
.lgfbq img {
  display: block;
  width: 100%;
}
.ckebm {
  width: 100%;
  height: 134px;
  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: 18px;
  background: var(--card-color, #89ff9e);
}
.ckebm h4 {
  color: var(--Accent-color, #ff4b4b);
  text-align: center;
  font-family: "Bangers", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
}
.ckebm p {
  color: var(--Text-color, #2e2e2e);
  text-align: center;
  font-family: "Chakra Petch", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}

.otgbe {
  padding-block: 80px 0;
  padding-inline: 20px;
}
@media (min-width: 1024px) {
  .otgbe {
    padding-block: 150px 0;
  }
}
@media (min-width: 768px) {
  .otgbe {
    padding-inline: 24px;
  }
}
@media (min-width: 1024px) {
  .otgbe {
    padding-inline: 28px;
  }
}
@media (min-width: 1350px) {
  .otgbe {
    padding-inline: 0;
  }
}
.qbmai {
  display: block;
  width: 305px;
  height: 542px;
  border-radius: 18px;
}
.fezkn {
  padding-block: 80px 0;
  padding-inline: 20px;
}
@media (min-width: 1024px) {
  .fezkn {
    padding-block: 150px 0;
  }
}
@media (min-width: 768px) {
  .fezkn {
    padding-inline: 24px;
  }
}
@media (min-width: 1024px) {
  .fezkn {
    padding-inline: 28px;
  }
}
@media (min-width: 1350px) {
  .fezkn {
    padding-inline: 0;
  }
}
.jziwk {
  width: 335px;
  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;
}
.mnmiq {
  display: block;
  width: 335px;
  height: 180px;
}
@media (min-width: 1440px) {
  .mnmiq {
    width: 413px;
    height: 222px;
  }
}
.qxlsf {
  width: 335px;
  height: 222px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 34px 28px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 14px;
  border-radius: 18px;
  background: var(--card-color, #89ff9e);
}
@media (min-width: 1440px) {
  .qxlsf {
    width: 413px;
    height: 222px;
  }
}
.qxlsf img {
  display: block;
  width: 138px;
  height: 138px;
  border-radius: 12px;
}
.bfchk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.bfchk h4 {
  color: var(--Accent-color, #ff4b4b);
  font-family: "Bangers", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
}
.bfchk p {
  color: var(--Text-color, #2e2e2e);
  font-family: "Quicksand", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.dmnpv {
  display: none;
}
@media (min-width: 1440px) {
  .dmnpv {
    margin-top: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.owvgg {
  padding-inline: 20px;
  padding: 32px;
  margin-top: 80px;
  background: var(--Accent-color-2, #ffd100);
}
@media (min-width: 768px) {
  .owvgg {
    padding-inline: 24px;
  }
}
@media (min-width: 1024px) {
  .owvgg {
    padding-inline: 28px;
  }
}
@media (min-width: 1350px) {
  .owvgg {
    padding-inline: 0;
  }
}
@media (min-width: 1024px) {
  .owvgg {
    padding: 46px;
  }
}
.jagap {
  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) {
  .jagap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 50px;
  }
}
.cuhae {
  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) {
  .cuhae {
    -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;
  }
}
.cuhae a {
  color: var(--Text-color, #2e2e2e);
  font-family: "Bangers", 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;
}
.cuhae a:hover {
  color: var(--Accent-color-1, #66e87d);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cuhae a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.bclyh {
  color: var(--Text-color, #2e2e2e);
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
}
.dtinh {
  padding-block: 40px;
  padding-inline: 16px;
  background: var(--card-color, #89ff9e);
  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) {
  .dtinh {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media (min-width: 1024px) {
  .pykkz {
    font-size: 36px;
  }
}
.injbg {
  max-width: 750px;
  color: var(--Text-color, #2e2e2e);
  text-align: center;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
@media (min-width: 1024px) {
  .injbg {
    font-size: 24px;
  }
}
.xhlxu {
  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) {
  .xhlxu {
    padding-top: 0;
  }
}
@media (min-width: 1440px) {
  .xhlxu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.kqkdj {
  width: 165px;
  height: 50px;
  color: var(--Text-color, #2e2e2e);
  font-family: "Bangers", sans-serif;
  font-size: 20px;
  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;
}

.urorq {
  color: var(--card-color, #89ff9e);
  border-radius: 40px;
  background: var(--Text-color, #2e2e2e);
  -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;
}
.urorq:hover {
  background-color: #0c5a2e;
}

.tbetx {
  color: var(--Text-color, #2e2e2e);
  border-radius: 40px;
  border: 1px solid var(--Text-color, #2e2e2e);
  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;
}
.tbetx:hover {
  background-color: #8c2f1a;
}

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

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