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

.skjwn {
  scroll-behavior: smooth;
  overflow-x: hidden;
  background: #E2BFD4;
}

.xswlp {
  scroll-behavior: smooth;
  overflow-x: hidden;
  background: #e2bfd4;
  color: var(--Text-color, #333);
  font-family: "Quicksand", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.tlvwf {
  max-width: 1280px;
  margin: 0 auto;
}

.kevgy {
  color: #d7015e;
  font-family: "Yeseva One", sans-serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 57px */
}
@-webkit-keyframes gdvsy {
  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 gdvsy {
  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);
  }
}
.aeddm {
  font-weight: 700;
}

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

.skgun {
  display: none;
}

@media (min-width: 1024px) {
  .skgun {
    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;
  }
  .bjcha {
    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%;
  }
  .dmtei {
    color: var(--Text-color, #333);
    font-family: "Quicksand", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 24px */
  }
  .fyrjo {
    color: var(--Text-color, #333);
    text-decoration: none;
    position: relative;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
  }
  .fyrjo::after {
    content: "";
    position: absolute;
    display: block;
    height: 1px;
    width: 100%;
    background-color: #D7015E;
    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;
  }
  .fyrjo:hover::after {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .fyrjo:hover {
    color: #D7015E;
  }
}
.iowlx {
  padding-inline: 20px;
  background: var(--Main-color, #E2BFD4);
  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) {
  .iowlx {
    padding-inline: 24px;
  }
}
@media (min-width: 1024px) {
  .iowlx {
    padding-inline: 28px;
  }
}
@media (min-width: 1350px) {
  .iowlx {
    padding-inline: 0;
  }
}
.iowlx: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) {
  .iowlx {
    display: none;
  }
}

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

.ujhkf {
  padding-inline: 20px;
  padding-block: 112px 0px;
  background-image: url("../../images/pictures/hero-bg-mobile.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .ujhkf {
    padding-inline: 24px;
  }
}
@media (min-width: 1024px) {
  .ujhkf {
    padding-inline: 28px;
  }
}
@media (min-width: 1350px) {
  .ujhkf {
    padding-inline: 0;
  }
}
@media (min-width: 1024px) {
  .ujhkf {
    padding-block: 122px 505px;
    background-image: url("../../images/pictures/hero-bg-desktop.jpg");
  }
}
.rsyyw {
  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: 26px;
}
@media (min-width: 1024px) {
  .rsyyw {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.smxrc {
  width: clamp(335px, 50vw, 630px);
}
.smxrc img {
  display: block;
  width: 100%;
}
.tfzwa {
  display: block;
}
@media (min-width: 1024px) {
  .tfzwa {
    display: none;
  }
}

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

.pdoam {
  padding-block: 80px 0;
  padding-inline: 20px;
  position: relative;
}
@media (min-width: 1024px) {
  .pdoam {
    padding-block: 150px 0;
  }
}
@media (min-width: 768px) {
  .pdoam {
    padding-inline: 24px;
  }
}
@media (min-width: 1024px) {
  .pdoam {
    padding-inline: 28px;
  }
}
@media (min-width: 1350px) {
  .pdoam {
    padding-inline: 0;
  }
}
.zcuhu {
  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) {
  .zcuhu {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
  }
}
.gdqtd {
  display: block;
  width: clamp(335px, 80vw, 375px);
}
@media (min-width: 1024px) {
  .gdqtd {
    position: absolute;
    right: 0;
    -webkit-transform: translate(-50%, -11%);
            transform: translate(-50%, -11%);
  }
}
.axoyz {
  max-width: 630px;
}
.axoyz span {
  font-weight: 700;
}

.xztht {
  padding-block: 80px 0;
  padding-inline: 20px;
}
@media (min-width: 1024px) {
  .xztht {
    padding-block: 150px 0;
  }
}
@media (min-width: 768px) {
  .xztht {
    padding-inline: 24px;
  }
}
@media (min-width: 1024px) {
  .xztht {
    padding-inline: 28px;
  }
}
@media (min-width: 1350px) {
  .xztht {
    padding-inline: 0;
  }
}
.nacgu {
  margin-top: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1024px) {
  .nacgu {
    margin-top: 36px;
  }
}
.rhueu {
  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: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .rhueu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, auto);
  }
}
.dbgbe {
  width: clamp(335px, 80vw, 630px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
.dbgbe img {
  display: block;
  width: clamp(90px, 24vw, 197px);
}
@media (min-width: 1440px) {
  .dbgbe:nth-of-type(1) {
    grid-column: 1;
    grid-row: 1;
  }
}
@media (min-width: 1440px) {
  .dbgbe:nth-of-type(2) {
    grid-column: 1;
    grid-row: 2;
  }
}
@media (min-width: 1440px) {
  .dbgbe:nth-of-type(3) {
    grid-column: 1;
    grid-row: 3;
  }
}
@media (min-width: 1440px) {
  .dbgbe:nth-of-type(4) {
    grid-column: 2;
    grid-row: 2;
  }
}
@media (min-width: 1440px) {
  .dbgbe:nth-of-type(5) {
    grid-column: 2;
    grid-row: 3;
  }
}
.tpltw {
  width: 100%;
  padding: 18px 16px;
  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;
  border-radius: 6px;
  border: 1px solid var(--Accent-color, #d7015e);
}
.tpltw h3 {
  color: #000;
  font-family: "Yeseva One", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
}

.nkwuk {
  padding-block: 80px 0;
  padding-inline: 20px;
}
@media (min-width: 1024px) {
  .nkwuk {
    padding-block: 150px 0;
  }
}
@media (min-width: 768px) {
  .nkwuk {
    padding-inline: 24px;
  }
}
@media (min-width: 1024px) {
  .nkwuk {
    padding-inline: 28px;
  }
}
@media (min-width: 1350px) {
  .nkwuk {
    padding-inline: 0;
  }
}
.cskos {
  display: none;
}
@media (min-width: 1440px) {
  .cskos {
    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;
  }
}
.oiuhn {
  width: 305px;
  height: 605px;
}
.oiuhn h4 {
  margin-top: 16px;
  color: var(--Accent-color, #d7015e);
  text-align: center;
  font-family: "Yeseva One", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
}
.oiuhn p {
  margin-top: 12px;
  text-align: center;
}

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

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

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

.swiper--right {
  cursor: pointer;
  background-color: transparent;
  border: none;
  width: 24px;
}
.swiper--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;
  }
}

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

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

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

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

.kubsl {
  padding-block: 80px 0;
  padding-inline: 20px;
}
@media (min-width: 1024px) {
  .kubsl {
    padding-block: 150px 0;
  }
}
@media (min-width: 768px) {
  .kubsl {
    padding-inline: 24px;
  }
}
@media (min-width: 1024px) {
  .kubsl {
    padding-inline: 28px;
  }
}
@media (min-width: 1350px) {
  .kubsl {
    padding-inline: 0;
  }
}
.tlabl {
  display: block;
  width: 305px;
  height: 614px;
  border-radius: 6px;
}
.juftv {
  padding-block: 80px 0;
  padding-inline: 20px;
}
@media (min-width: 1024px) {
  .juftv {
    padding-block: 150px 0;
  }
}
@media (min-width: 768px) {
  .juftv {
    padding-inline: 24px;
  }
}
@media (min-width: 1024px) {
  .juftv {
    padding-inline: 28px;
  }
}
@media (min-width: 1350px) {
  .juftv {
    padding-inline: 0;
  }
}
.hsbbj {
  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) {
  .hsbbj {
    -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;
  }
}
.odsbf {
  display: block;
  width: clamp(335px, 80vw, 463px);
}
.smmqq {
  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;
}
.shzgb {
  width: clamp(335px, 80vw, 630px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.shzgb.lmznr .tdotj {
  max-height: 0px;
  overflow: hidden;
  opacity: 0;
  padding: 0px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.shzgb.lmznr .aadju {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.uswdx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.uswdx p {
  width: 100%;
  color: var(--Text-color, #333);
  font-family: "Yeseva One", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
  padding: 12px 18px;
  border-radius: 6px;
  border: 1px solid var(--Accent-color, #d7015e);
}
.aadju {
  display: block;
  width: 42px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tdotj {
  max-height: 70px;
  opacity: 1;
  overflow: visible;
  color: var(--Text-color, #25243c);
  font-family: "Quicksand", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  padding: 12px 18px;
  border-radius: 6px;
  border: 1px solid var(--Text-color, #333);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (min-width: 1024px) {
  .tdotj {
    font-size: 16px;
  }
}
@media (min-width: 1440px) {
  .tdotj {
    -ms-flex-item-align: end;
        align-self: flex-end;
    width: 93%;
  }
}

.gktvb {
  padding-inline: 20px;
  padding: 32px;
  margin-top: 80px;
  background: var(--Text-color, #333);
}
@media (min-width: 768px) {
  .gktvb {
    padding-inline: 24px;
  }
}
@media (min-width: 1024px) {
  .gktvb {
    padding-inline: 28px;
  }
}
@media (min-width: 1350px) {
  .gktvb {
    padding-inline: 0;
  }
}
@media (min-width: 1024px) {
  .gktvb {
    padding: 46px;
  }
}
.qpzog {
  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) {
  .qpzog {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 50px;
  }
}
.cwimf {
  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) {
  .cwimf {
    -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;
  }
}
.cwimf a {
  color: var(--Main-color, #e2bfd4);
  font-family: "Yeseva One", 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;
}
.cwimf a:hover {
  color: var(--RED, #b81420);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cwimf a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.pywhy {
  color: var(--Main-color, #E2BFD4);
  font-family: "Quicksand", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
}
.ezpcc {
  padding-block: 40px;
  padding-inline: 16px;
  border-radius: 16px;
  background: var(--Text-color, #333);
  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) {
  .ezpcc {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media (min-width: 1024px) {
  .lnusz {
    font-size: 36px;
  }
}
.ywleh {
  max-width: 750px;
  color: var(--Main-color, #e2bfd4);
  text-align: center;
  font-family: "Quicksand", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 24px */
}
@media (min-width: 1024px) {
  .ywleh {
    font-size: 24px;
  }
}
.xqpxd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  padding-top: 18px;
}
@media (min-width: 1024px) {
  .xqpxd {
    padding-top: 0;
  }
}
@media (min-width: 1440px) {
  .xqpxd {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.julvm {
  width: 156px;
  height: 40px;
  color: var(--Main-color, #e2bfd4);
  text-align: center;
  font-family: "Yeseva One", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 33px */
  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;
}

.fqaeo {
  color: var(--Text-color, #333);
  border-radius: 40px;
  background: var(--Main-color, #e2bfd4);
  -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;
}
.fqaeo:hover {
  background-color: #0c5a2e;
}

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

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

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