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

.poamr {
  scroll-behavior: smooth;
  overflow-x: hidden;
  background: var(--Background, #fae3ff);
}

.ygbug {
  scroll-behavior: smooth;
  overflow-x: hidden;
  background: var(--Background, #fae3ff);
  color: #000;
  font-family: "Quicksand", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.drlfk {
  max-width: 1280px;
  height: 100%;
  margin: 0 auto;
}

.lpsyo {
  color: var(--Accent-color-2, #ff38c4);
  text-align: center;
  font-family: "Bungee", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 54px */
  margin-bottom: 28px;
}
@media (min-width: 1024px) {
  .lpsyo {
    margin-bottom: 36px;
  }
}

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

.itgsx {
  padding-block: 48px 22px;
  padding-inline: 42px;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 2;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .itgsx {
    padding-block: 28px 0;
  }
}
.rirzk {
  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;
}
.bknpa {
  display: block;
  margin-left: auto;
}
.bknpa img {
  display: block;
  width: 50px;
  height: 50px;
}
@media (min-width: 1024px) {
  .bknpa {
    display: none;
  }
}
.hebup {
  margin-left: auto;
}
.hebup img {
  display: block;
  width: 50px;
  height: 50px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.hebup img:hover {
  -webkit-transform: rotate(240deg);
          transform: rotate(240deg);
}
@media (min-width: 1024px) {
  .hebup {
    display: none;
  }
}

.vqlgm {
  display: none;
}

@media (min-width: 1024px) {
  .vqlgm {
    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;
  }
  .kkzzc {
    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;
    width: 100%;
  }
  .drrkk {
    color: var(--Text-color, #1d1b3b);
    font-family: "Quicksand", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
  }
  .jbeaa {
    color: var(--Text-color, #1d1b3b);
    text-decoration: none;
    position: relative;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
  }
  .jbeaa::after {
    content: "";
    position: absolute;
    display: block;
    height: 1px;
    width: 100%;
    background-color: #1d1b3b;
    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;
  }
  .jbeaa:hover::after {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .jbeaa:hover {
    color: #1d1b3b;
  }
}
.taeiu {
  padding-inline: 20px;
  background: var(--Card-color, #f5c5ff);
  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) {
  .taeiu {
    padding-inline: 24px;
  }
}
@media (min-width: 1024px) {
  .taeiu {
    padding-inline: 28px;
  }
}
@media (min-width: 1350px) {
  .taeiu {
    padding-inline: 0;
  }
}
.taeiu: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) {
  .taeiu {
    display: none;
  }
}

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

.xmiaj {
  padding-inline: 20px;
  padding-block: 84px 85px;
  background-image: url("../../images/pictures/hero-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .xmiaj {
    padding-inline: 24px;
  }
}
@media (min-width: 1024px) {
  .xmiaj {
    padding-inline: 28px;
  }
}
@media (min-width: 1350px) {
  .xmiaj {
    padding-inline: 0;
  }
}
@media (min-width: 1440px) {
  .xmiaj {
    padding-block: 50px 117px;
  }
}
.pnzxy {
  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: 308px;
}
@media (min-width: 1024px) {
  .pnzxy {
    gap: 254px;
  }
}
.rjuml {
  display: block;
  width: clamp(375px, 80vw, 454px);
}

.znhyz {
  display: block;
  width: 228px;
  height: 60px;
  cursor: pointer;
  -webkit-animation: zllmd 2s ease infinite;
          animation: zllmd 2s ease infinite;
}
.znhyz img {
  display: block;
  width: 100%;
}

.kowef {
  padding-block: 80px 0;
  padding-inline: 20px;
}
@media (min-width: 1440px) {
  .kowef {
    padding-block: 150px 0;
  }
}
@media (min-width: 768px) {
  .kowef {
    padding-inline: 24px;
  }
}
@media (min-width: 1024px) {
  .kowef {
    padding-inline: 28px;
  }
}
@media (min-width: 1350px) {
  .kowef {
    padding-inline: 0;
  }
}
.ivvlh {
  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;
}
.uybwm {
  display: block;
  width: clamp(375px, 80vw, 542px);
}
.rbdez {
  max-width: 630px;
}

.fwyss {
  padding-block: 80px 0;
  padding-inline: 20px;
}
@media (min-width: 1440px) {
  .fwyss {
    padding-block: 150px 0;
  }
}
@media (min-width: 768px) {
  .fwyss {
    padding-inline: 24px;
  }
}
@media (min-width: 1024px) {
  .fwyss {
    padding-inline: 28px;
  }
}
@media (min-width: 1350px) {
  .fwyss {
    padding-inline: 0;
  }
}
.ypfjj {
  width: 305px;
  padding: 22px 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 20px;
  background: var(--Card-color, #f5c5ff);
}
.qmfha {
  display: block;
  width: 100px;
}
.udwot {
  margin-top: 16px;
}
.hgwgd {
  margin-top: 18px;
  display: block;
  width: 100%;
}

.swiper-container-1 .swiper {
  width: 100%;
  overflow-x: hidden;
}
.swiper-container-1 .swiper-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  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-reviews-buttons {
  margin-top: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.swiper-reviews-left {
  cursor: pointer;
  background-color: transparent;
  border: none;
  width: 44px;
}
.swiper-reviews-left img {
  display: block;
  width: 100%;
}

.swiper-reviews-right {
  cursor: pointer;
  background-color: transparent;
  border: none;
  width: 44px;
}
.swiper-reviews-right img {
  display: block;
  width: 100%;
}

/* second swiper */
.swiper-container-2 .swiper {
  width: 100%;
  overflow-x: hidden;
}
.swiper-container-2 .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  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 .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 .jjoyw {
    width: 629px;
  }
}

.swiper-gallery-buttons {
  margin-top: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.swiper-gallery-left {
  cursor: pointer;
  background-color: transparent;
  border: none;
  width: 44px;
}
.swiper-gallery-left img {
  display: block;
  width: 100%;
}

.swiper-gallery-right {
  cursor: pointer;
  background-color: transparent;
  border: none;
  width: 44px;
}
.swiper-gallery-right img {
  display: block;
  width: 100%;
}

@media (min-width: 1440px) {
  .swiper-container-4 {
    display: none;
  }
}

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

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

.omxww {
  padding-block: 80px 0;
  padding-inline: 20px;
}
@media (min-width: 1440px) {
  .omxww {
    padding-block: 150px 0;
  }
}
@media (min-width: 768px) {
  .omxww {
    padding-inline: 24px;
  }
}
@media (min-width: 1024px) {
  .omxww {
    padding-inline: 28px;
  }
}
@media (min-width: 1350px) {
  .omxww {
    padding-inline: 0;
  }
}
.nwxwj {
  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) {
  .nwxwj {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 108px;
  }
}
.thcks {
  display: block;
  width: clamp(375px, 80vw, 433px);
}
.vxgfj {
  max-width: 630px;
  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;
}
.rcgfq {
  width: clamp(335px, 90vw, 630px);
  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;
}
.rcgfq.lfttv .yjbrm {
  max-height: 0px;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.rcgfq.lfttv .siilp {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.musgd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  width: 100%;
}
.musgd p {
  width: 100%;
  font-weight: 700;
  padding: 12px 18px;
  border-radius: 20px;
  border: 1px solid var(--Accent-color, #7f19ff);
}
.siilp {
  display: block;
  width: 50px;
  height: 50px;
  margin-left: auto;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.yjbrm {
  width: 100%;
  max-height: 72px;
  opacity: 1;
  overflow: visible;
  padding: 12px 18px;
  border-radius: 20px;
  border: 1px solid var(--Accent-color, #7f19ff);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.anxva {
  padding-block: 80px 0;
  padding-inline: 20px;
}
@media (min-width: 1440px) {
  .anxva {
    padding-block: 150px 0;
  }
}
@media (min-width: 768px) {
  .anxva {
    padding-inline: 24px;
  }
}
@media (min-width: 1024px) {
  .anxva {
    padding-inline: 28px;
  }
}
@media (min-width: 1350px) {
  .anxva {
    padding-inline: 0;
  }
}
.rwuwq {
  width: 305px;
  height: 273px;
  padding: 28px 22px;
  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: 14px;
  border-radius: 20px;
  background: var(--Card-color, #f5c5ff);
  text-align: center;
}
.rwuwq img {
  display: block;
  width: 130px;
}
.rwuwq p {
  font-weight: 600;
}

.evntp {
  padding-block: 80px 0;
  padding-inline: 20px;
  padding-bottom: 50px;
  background-image: url(/images/pictures/download-wave.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1440px) {
  .evntp {
    padding-block: 150px 0;
  }
}
@media (min-width: 768px) {
  .evntp {
    padding-inline: 24px;
  }
}
@media (min-width: 1024px) {
  .evntp {
    padding-inline: 28px;
  }
}
@media (min-width: 1350px) {
  .evntp {
    padding-inline: 0;
  }
}
@media (min-width: 1024px) {
  .evntp {
    margin-top: 150px;
  }
}
@media (min-width: 1440px) {
  .evntp {
    padding-bottom: 42px;
  }
}
.eospp {
  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) {
  .eospp {
    -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;
  }
}
@media (min-width: 1440px) {
  .eospp {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
.xwxsp {
  display: block;
  width: clamp(335px, 80vw, 500px);
}
.zngmb {
  max-width: 436px;
  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: 26px;
}
@media (min-width: 1024px) {
  .zngmb {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.zngmb p {
  text-align: center;
  color: #1d1b3b;
  text-align: center;
  font-family: "Quicksand", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 30px */
}
@media (min-width: 1024px) {
  .zngmb p {
    text-align: left;
  }
}

.uxvwb {
  padding-block: 80px 0;
  padding-inline: 20px;
  padding-bottom: 50px;
}
@media (min-width: 1440px) {
  .uxvwb {
    padding-block: 150px 0;
  }
}
@media (min-width: 768px) {
  .uxvwb {
    padding-inline: 24px;
  }
}
@media (min-width: 1024px) {
  .uxvwb {
    padding-inline: 28px;
  }
}
@media (min-width: 1350px) {
  .uxvwb {
    padding-inline: 0;
  }
}
@media (min-width: 1440px) {
  .uxvwb {
    padding-bottom: 150px;
  }
}
.jjoyw {
  display: block;
  width: 335px;
}
@media (min-width: 1024px) {
  .jjoyw {
    width: 385px;
  }
}

.xbgvv {
  padding-inline: 20px;
  padding-block: 32px;
  background: var(--Accent-color-2, #ff38c4);
}
@media (min-width: 768px) {
  .xbgvv {
    padding-inline: 24px;
  }
}
@media (min-width: 1024px) {
  .xbgvv {
    padding-inline: 28px;
  }
}
@media (min-width: 1350px) {
  .xbgvv {
    padding-inline: 0;
  }
}
.uhhvw {
  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: 18px;
}
@media (min-width: 1024px) {
  .uhhvw {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 50px;
  }
}
.vhuxt {
  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;
}
@media (min-width: 1024px) {
  .vhuxt {
    -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;
  }
}
.vhuxt a {
  color: var(--Text-color, #1d1b3b);
  font-family: "Quicksand", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  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;
}
.vhuxt a:hover {
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.vhuxt a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.vjpdk {
  color: var(--Text-color, #1d1b3b);
  font-family: "Quicksand", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
}
.orhdc {
  border-top: 3px solid #1e3b79;
  padding-block: 40px;
  padding-inline: 28px;
  background: var(--Accent-color-2, #ff38c4);
  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) {
  .orhdc {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.fhggu {
  max-width: 649px;
  color: var(--Text-color, #1d1b3b);
  text-align: center;
  font-family: "Quicksand", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
@media (min-width: 1024px) {
  .fhggu {
    text-align: center;
    font-size: 24px;
  }
}
.edlgx {
  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;
}
.zuyqw {
  width: 295px;
  height: 78px;
  padding: 24px 48px;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  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;
}

.bqirm {
  color: #eb2cc2;
  border-radius: 40px;
  background: var(--Text-color, #1d1b3b);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.bqirm:hover {
  background-color: #0c5a2e;
}

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

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

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

.azssl {
  padding-inline: 20px;
  margin-top: 110px;
  margin-bottom: 45px;
  color: var(--Text-color, #1d1b3b);
  font-family: "Quicksand", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
@media (min-width: 768px) {
  .azssl {
    padding-inline: 24px;
  }
}
@media (min-width: 1024px) {
  .azssl {
    padding-inline: 28px;
  }
}
@media (min-width: 1350px) {
  .azssl {
    padding-inline: 0;
  }
}
@media (min-width: 1024px) {
  .azssl {
    margin-top: 110px;
    margin-bottom: 100px;
  }
}

.nifly {
  text-align: left;
}
.mssuo {
  color: var(--Accent-color-2, #ff38c4);
  text-align: center;
  font-family: "Bungee", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 54px */
}
.fznxk {
  margin-top: 16px;
}
@media (min-width: 1024px) {
  .fznxk {
    margin-top: 24px;
  }
}
.esxbs {
  margin-top: 16px;
}

.vfwks {
  padding-top: 16px;
  text-align: left;
}
@media (min-width: 1024px) {
  .vfwks {
    margin-top: 24px;
  }
}
.xnmlu {
  color: var(--Text-color, #1d1b3b);
  font-family: "Quicksand", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.eztzs {
  margin-top: 16px;
}
.iqwfd {
  color: #fff;
}
.vphvk {
  list-style-type: disc;
  margin-left: 20px;
}
@media (min-width: 1024px) {
  .vphvk {
    margin-left: 35px;
  }
}
.pmowg {
  color: #000;
  text-decoration: none;
}
.uqbzb {
  margin-top: 8px;
}
.tvwau {
  text-decoration: none;
  color: inherit;
}

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

.tztmd {
  color: #0059ff;
}

.ypeiw {
  max-width: 1080px;
  margin: 0 auto;
}

.wavyx {
  padding: 0;
}

.zhyia {
  margin: 0;
}

.ejvio {
  margin-top: 16px;
}

strong {
  font-weight: 700;
}