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

.ajwml {
  scroll-behavior: smooth;
  overflow-x: hidden;
  background-color: var(--soowhite, #FDFDFD);
}

.detnv {
  scroll-behavior: smooth;
  overflow-x: hidden;
  background-color: var(--soowhite, #fdfdfd);
}

.monsz {
  max-width: 1260px;
  margin: 0 auto;
}

.sazne {
  color: var(--soowhite, #fdfdfd);
  text-shadow: 0px 2px 2px #e6027a;
  -webkit-text-stroke: 1.5px var(--pinkAccennt, #e6027a);
  font-family: "Knewave", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 52px */
  text-align: center;
}
.slkpd {
  margin-top: 40px;
  color: var(--darkish, #212121);
  text-align: center;
  font-family: "Nunito", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 41.6px */
}
@media (min-width: 1024px) {
  .slkpd {
    margin-top: 48px;
    font-size: 32px;
  }
}

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

.fgizz {
  padding-block: 12px;
  padding-inline: 24px;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 2;
  background-color: var(--violetta, #431348);
}
@media (min-width: 1024px) {
  .fgizz {
    padding-block: 16px;
  }
}
.lmqjd {
  max-width: 1260px;
  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;
}
.kukpj {
  display: block;
  margin-left: auto;
}
.kukpj img {
  display: block;
  width: 36px;
}
@media (min-width: 1024px) {
  .kukpj {
    display: none;
  }
}
.lrjwo {
  margin-left: auto;
}
.lrjwo 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;
}
.lrjwo img:hover {
  -webkit-transform: rotate(240deg);
          transform: rotate(240deg);
}
@media (min-width: 1024px) {
  .lrjwo {
    display: none;
  }
}

.qwdth {
  display: none;
}

@media (min-width: 1024px) {
  .qwdth {
    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;
  }
  .idotc {
    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%;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .idotc {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 19px;
  }
}
@media (min-width: 1024px) and (min-width: 1440px) {
  .idotc {
    gap: 40px;
  }
}
@media (min-width: 1024px) {
  .lhqwu {
    color: var(--soowhite, #fdfdfd);
    text-align: center;
    font-family: "Nunito", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
  }
}
@media (min-width: 1024px) {
  .wwlll {
    color: var(--soowhite, #fdfdfd);
    text-decoration: none;
    position: relative;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
  }
  .wwlll::after {
    content: "";
    position: absolute;
    display: block;
    height: 1px;
    width: 100%;
    background-color: #e6027a;
    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;
  }
  .wwlll:hover::after {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  .wwlll:hover {
    color: #e6027a;
  }
}
.wozxp {
  padding-inline: 16px;
  border-radius: 0px 0px 40px 40px;
  background: var(--violetta, #431348);
  -webkit-box-shadow: -6px 8px 4px 0px rgba(16, 0, 78, 0.25);
          box-shadow: -6px 8px 4px 0px rgba(16, 0, 78, 0.25);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  height: 95%;
  -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) {
  .wozxp {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .wozxp {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .wozxp {
    padding-inline: 0;
  }
}
.wozxp: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) {
  .wozxp {
    display: none;
  }
}

.sitca {
  padding-top: 20px;
}
.ezyek {
  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: 15px;
}
.vwwdc {
  color: var(--soowhite, #fdfdfd);
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.iddcv {
  color: var(--soowhite, #fdfdfd);
  display: inline-block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-decoration: none;
  position: relative;
}
.iddcv::after {
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  background-color: #e6027a;
  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;
}
.iddcv:hover::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.ybfoz {
  text-decoration: underline;
}
.ybfoz:hover {
  text-decoration: none;
}

.jjgvt {
  padding-block: 88px 42px;
  background-image: url("../../images/pictures/bg-hero-min.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1024px) {
  .jjgvt {
    padding-block: 70px;
  }
}
@media (min-width: 1440px) {
  .jjgvt {
    padding-block: 0;
  }
}
.jjgvt .monsz {
  max-width: 1147px;
}
.ortoq {
  margin: 0 auto;
  min-width: 375px;
  max-width: 1147px;
  height: clamp(400px, 100vw, 830px);
  background-image: url("../../images/pictures/image-hero-mobile.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 900px) {
  .ortoq {
    background-image: url("../../images/pictures/image-hero.png");
  }
}
@media (min-width: 1024px) {
  .ortoq {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 1440px) {
  .ortoq {
    height: clamp(400px, 100vw, 900px);
    position: relative;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.pwtzh {
  display: block;
  width: clamp(317px, 70vw, 442px);
  padding-top: 41px;
}
@media (min-width: 1024px) {
  .pwtzh {
    padding-top: 0;
  }
}
@media (min-width: 1440px) {
  .pwtzh {
    padding-top: 170px;
  }
}
.ghyln {
  color: var(--soowhite, #fdfdfd);
  text-align: center;
  text-shadow: 0px 2px 2px #09f;
  -webkit-text-stroke: 1.5px #0092f0;
  font-family: "Knewave", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 28.8px */
}
@media (min-width: 1024px) {
  .ghyln {
    font-size: 36px;
  }
}
.caitu {
  padding-inline: 16px;
  margin-top: 12px;
  color: #53005e;
  text-align: center;
  font-family: "Nunito", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 21.6px */
}
@media (min-width: 768px) {
  .caitu {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .caitu {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .caitu {
    padding-inline: 0;
  }
}
@media (min-width: 1024px) {
  .caitu {
    font-size: 20px;
  }
}
@media (min-width: 1440px) {
  .caitu {
    width: 778px;
    position: absolute;
    top: 38%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.mrmht {
  margin-top: 8px;
  color: var(--violetta, #431348);
  text-align: center;
  font-family: "Nunito", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  line-height: 130%; /* 23.4px */
}
@media (min-width: 1024px) {
  .mrmht {
    font-size: 20px;
  }
}
@media (min-width: 1440px) {
  .mrmht {
    position: absolute;
    top: 0;
    -webkit-transform: translate(75%, 200px);
            transform: translate(75%, 200px);
  }
}
.uoxwt {
  margin-top: 4px;
  color: var(--violetta, #431348);
  text-align: center;
  font-family: "Nunito", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  line-height: 130%; /* 23.4px */
}
@media (min-width: 1024px) {
  .uoxwt {
    font-size: 20px;
  }
}
@media (min-width: 1440px) {
  .uoxwt {
    position: absolute;
    top: 0;
    -webkit-transform: translate(350%, 200px);
            transform: translate(350%, 200px);
  }
}

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

.nvxxc {
  padding-inline: 16px;
  padding-block: 40px;
}
@media (min-width: 768px) {
  .nvxxc {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .nvxxc {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .nvxxc {
    padding-inline: 0;
  }
}
@media (min-width: 1024px) {
  .nvxxc {
    padding-block: 80px;
  }
}
.nvxxc .monsz {
  max-width: 1172px;
}
.ffmwa {
  margin-top: 32px;
  color: var(--darkish, #212121);
  text-align: center;
  font-family: "Nunito", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 19.5px */
}
@media (min-width: 1024px) {
  .ffmwa {
    font-size: 24px;
  }
}
.miktr {
  margin-top: 24px;
  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: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .miktr {
    margin-top: 32px;
  }
}
.lolaf {
  width: 343px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 16px;
  background: var(--violetta, #431348);
  color: var(--soowhite, #fdfdfd);
  text-align: center;
  font-family: "Nunito", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 23.4px */
}
@media (min-width: 1024px) {
  .lolaf {
    width: unset;
    padding: 24px;
    font-size: 20px;
  }
}

.vcskq {
  padding-block: 40px;
  padding-inline: 16px;
}
@media (min-width: 1024px) {
  .vcskq {
    padding-block: 80px;
  }
}
@media (min-width: 768px) {
  .vcskq {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .vcskq {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .vcskq {
    padding-inline: 0;
  }
}
.lrsls {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .lrsls {
    margin-top: 40px;
    gap: 24px;
  }
}
.brgsf {
  width: 343px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media (min-width: 1024px) {
  .brgsf {
    width: 190px;
    -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;
  }
}
.gvfax {
  display: block;
  width: 64px;
}
@media (min-width: 1024px) {
  .gvfax {
    width: 80px;
  }
}
.hlfxv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media (min-width: 1024px) {
  .hlfxv {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
.hlfxv h4 {
  color: var(--darkish, #212121);
  font-family: "Nunito", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 130%; /* 26px */
}
.hlfxv p {
  color: var(--darkish, #212121);
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 20.8px */
}

.scfmr {
  padding-block: 40px;
  padding-inline: 16px;
}
@media (min-width: 1024px) {
  .scfmr {
    padding-block: 80px;
  }
}
@media (min-width: 768px) {
  .scfmr {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .scfmr {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .scfmr {
    padding-inline: 0;
  }
}
.scfmr .monsz {
  max-width: 1168px;
}
.gpils {
  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: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .gpils {
    margin-top: 32px;
    gap: 48px;
  }
}
@media (min-width: 1440px) {
  .gpils {
    display: grid;
    grid-template-columns: 300px 470px 300px;
    grid-template-rows: repeat(1, auto);
  }
}
.jgort {
  display: block;
  width: clamp(342px, 80vw, 472px);
}
@media (min-width: 1440px) {
  .jgort {
    grid-column: 2;
    grid-row: 1;
  }
}
.ebqmk, .anhvr {
  max-width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media (min-width: 1024px) {
  .ebqmk, .anhvr {
    gap: 24px;
  }
}
@media (min-width: 1440px) {
  .dxznn {
    grid-column: 1;
    grid-row: 1;
  }
}
@media (min-width: 1440px) {
  .gthfm {
    grid-column: 3;
    grid-row: 1;
  }
}
.qjgkt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 16px;
  background-color: var(--violetta, #431348);
  color: var(--soowhite, #fdfdfd);
  text-align: center;
  font-family: "Nunito", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 23.4px */
}

.uqkmy {
  padding-block: 40px;
  padding-inline: 16px;
}
@media (min-width: 1024px) {
  .uqkmy {
    padding-block: 80px;
  }
}
@media (min-width: 768px) {
  .uqkmy {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .uqkmy {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .uqkmy {
    padding-inline: 0;
  }
}
.uqkmy .monsz {
  max-width: 1093px;
}
.xetst {
  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: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .xetst {
    gap: 48px;
  }
}
.xrese {
  max-width: 400px;
  color: var(--darkish, #212121);
  text-align: center;
  font-family: "Nunito", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 26px */
}
@media (min-width: 1024px) {
  .xrese {
    font-size: 32px;
  }
}
.jppkj {
  display: block;
  width: 196px;
  height: 347px;
}
.lcunv {
  max-width: 401px;
  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: 4px;
}
@media (min-width: 1024px) {
  .lcunv {
    gap: 16px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.lcunv p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.lcunv p img {
  display: block;
  width: 32px;
  height: 32px;
}
@media (min-width: 1024px) {
  .lcunv p img {
    width: 40px;
  }
}
.lcunv p span {
  color: var(--darkish, #212121);
  font-family: "Nunito", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 23.4px */
}
@media (min-width: 1024px) {
  .lcunv p span {
    font-size: 24px;
  }
}

.okhry {
  padding-block: 40px;
  padding-inline: 16px;
  background-image: url(../../images/pictures/bg-daily-min.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1024px) {
  .okhry {
    padding-block: 80px;
  }
}
@media (min-width: 768px) {
  .okhry {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .okhry {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .okhry {
    padding-inline: 0;
  }
}
.okhry .slkpd {
  font-size: 18px;
}
@media (min-width: 1024px) {
  .okhry .slkpd {
    font-size: 32px;
  }
}
.jgris {
  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: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .jgris {
    gap: 24px;
  }
}
.kyhjr {
  width: 323px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  -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: 12px;
  border-radius: 16px;
  background-color: var(--violetta, #431348);
}
@media (min-width: 1024px) {
  .kyhjr {
    width: 180px;
    height: 94px;
  }
}
.kyhjr p {
  color: var(--bluee, #a3dcf4);
  text-align: center;
  font-family: "Nunito", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 130%; /* 31.2px */
}

.tzfsu {
  padding-block: 40px;
  padding-inline: 16px;
}
@media (min-width: 1024px) {
  .tzfsu {
    padding-block: 80px;
  }
}
@media (min-width: 768px) {
  .tzfsu {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .tzfsu {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .tzfsu {
    padding-inline: 0;
  }
}
.tzfsu .monsz {
  max-width: 1191px;
}
.ubmrg {
  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: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .ubmrg {
    margin-top: 32px;
  }
}
@media (min-width: 1440px) {
  .ubmrg {
    display: grid;
    grid-template-columns: repeat(3, auto);
    grid-template-rows: repeat(1, auto);
    gap: 48px;
  }
}
.fbing {
  display: block;
  width: 221px;
}
@media (min-width: 1440px) {
  .fbing {
    grid-column: 2;
    grid-row: 1;
  }
}
.hhgpc {
  max-width: 400px;
  color: var(--darkish, #212121);
  text-align: center;
  font-family: "Nunito", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 26px */
}
@media (min-width: 1024px) {
  .hhgpc {
    font-size: 26px;
  }
}
@media (min-width: 1440px) {
  .hhgpc {
    grid-column: 1;
    grid-row: 1;
  }
}
.uaoxn {
  max-width: 474px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1024px) {
  .uaoxn {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (min-width: 1440px) {
  .uaoxn {
    grid-column: 3;
    grid-row: 1;
  }
}
.uaoxn p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.uaoxn p img {
  display: block;
  width: 32px;
}
@media (min-width: 1024px) {
  .uaoxn p img {
    width: 40px;
  }
}
.uaoxn p span {
  color: var(--darkish, #212121);
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 20.8px */
}
@media (min-width: 1024px) {
  .uaoxn p span {
    font-size: 24px;
  }
}

.uirwd {
  padding-block: 40px;
  padding-inline: 16px;
}
@media (min-width: 1024px) {
  .uirwd {
    padding-block: 80px;
  }
}
@media (min-width: 768px) {
  .uirwd {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .uirwd {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .uirwd {
    padding-inline: 0;
  }
}
.uirwd .monsz {
  max-width: 1146px;
}
.ywyai {
  margin-top: 24px;
  color: var(--darkish, #212121);
  text-align: center;
  font-family: "Nunito", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 26px */
}
@media (min-width: 1024px) {
  .ywyai {
    margin-top: 16px;
    font-size: 24px;
  }
}
.poazs {
  margin-top: 24px;
  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;
}
@media (min-width: 1024px) {
  .poazs {
    margin-top: 32px;
  }
}
.jxsnq {
  width: 343px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 16px 16px 24px;
  -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: 8px;
  border-radius: 16px;
  background-color: var(--bluee, #a3dcf4);
}
@media (min-width: 1024px) {
  .jxsnq {
    width: 210px;
    height: 133px;
  }
}
.jxsnq h5 {
  color: var(--soowhite, #fdfdfd);
  text-align: center;
  -webkit-text-stroke: 1.5px var(--violetta, #431348);
  font-family: "Nunito", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 31.2px */
}
.jxsnq p {
  color: var(--darkish, #212121);
  text-align: center;
  font-family: "Nunito", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 23.4px */
}

.inhha {
  padding-block: 40px;
  padding-inline: 16px;
  background-image: url("../../images/pictures/missions-bg-min.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1024px) {
  .inhha {
    padding-block: 80px;
  }
}
@media (min-width: 768px) {
  .inhha {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .inhha {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .inhha {
    padding-inline: 0;
  }
}
.inhha .monsz {
  max-width: 1082px;
}
.inhha .slkpd {
  font-size: 20px;
}
@media (min-width: 1024px) {
  .inhha .slkpd {
    font-size: 32px;
  }
}
.eqgsh {
  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: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .eqgsh {
    gap: 24px;
  }
}
.wclss {
  width: 343px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 12px;
  background-color: var(--violetta, #431348);
}
@media (min-width: 1024px) {
  .wclss {
    width: 180px;
    height: 95px;
  }
}
.wclss p {
  color: var(--bluee, #a3dcf4);
  text-align: center;
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 20.8px */
}

.vsvrp {
  padding-block: 40px;
  padding-inline: 16px;
}
@media (min-width: 1024px) {
  .vsvrp {
    padding-block: 80px;
  }
}
@media (min-width: 768px) {
  .vsvrp {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .vsvrp {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .vsvrp {
    padding-inline: 0;
  }
}
.vsvrp .monsz {
  max-width: 1129px;
}
.qmsjj {
  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: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .qmsjj {
    gap: 48px;
  }
}
.roffz {
  max-width: 460px;
  color: var(--darkish, #212121);
  text-align: center;
  font-family: "Nunito", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 26px */
}
@media (min-width: 1024px) {
  .roffz {
    font-size: 28px;
  }
}
.rqwfe {
  display: block;
  width: 220px;
  height: 391px;
}
@media (min-width: 1024px) {
  .rqwfe {
    width: 113px;
    height: 200px;
  }
}
.ylack {
  max-width: 460px;
  color: var(--darkish, #212121);
  text-align: center;
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 20.8px */
}
@media (min-width: 1024px) {
  .ylack {
    font-size: 28px;
  }
}

.ogjfm {
  padding-block: 40px;
  padding-inline: 16px;
}
@media (min-width: 1024px) {
  .ogjfm {
    padding-block: 80px;
  }
}
@media (min-width: 768px) {
  .ogjfm {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .ogjfm {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .ogjfm {
    padding-inline: 0;
  }
}
.ogjfm .monsz {
  max-width: 1246px;
}
.yiolq {
  margin-top: 40px;
  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: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .yiolq {
    margin-top: 48px;
  }
}
.umxev {
  width: 343px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 16px;
  -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;
  border-radius: 16px;
  border: 1px solid var(--pinkAccennt, #e6027a);
  background-color: var(--bluee, #a3dcf4);
}
@media (min-width: 1024px) {
  .umxev {
    width: 230px;
    height: 213px;
  }
}
.umxev h6 {
  color: var(--darkish, #212121);
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 20.8px */
}
.umxev p {
  color: var(--darkish, #212121);
  font-family: "Nunito", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 15.6px */
}
.sbrpp {
  padding-block: 40px;
  padding-inline: 16px;
}
@media (min-width: 1024px) {
  .sbrpp {
    padding-block: 80px;
  }
}
@media (min-width: 768px) {
  .sbrpp {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .sbrpp {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .sbrpp {
    padding-inline: 0;
  }
}
.sbrpp .monsz {
  max-width: 1062px;
}
.vtrdq {
  margin-top: 40px;
  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;
}
@media (min-width: 1024px) {
  .vtrdq {
    margin-top: 48px;
    gap: 24px;
  }
}
.kprlm {
  width: clamp(343px, 80vw, 1062px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 12px 24px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-radius: 12px;
  background-color: var(--violetta, #431348);
}
.kprlm.ubhgj .kmfrp {
  max-height: 170px;
  overflow: visible;
  opacity: 1;
  padding-top: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.kprlm.ubhgj .dkzqe {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.wmxfi {
  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;
}
.wmxfi p {
  color: var(--soowhite, #fdfdfd);
  font-family: "Nunito", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 21.6px */
}
@media (min-width: 1024px) {
  .wmxfi p {
    font-size: 24px;
  }
}
.flvva {
  display: block;
  width: 48px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.kmfrp {
  max-height: 0px;
  opacity: 0;
  overflow: hidden;
  color: var(--soowhite, #fdfdfd);
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 16.8px */
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sqzcx {
  padding-block: 40px;
  padding-inline: 16px;
  background-color: var(--violetta, #431348);
}
@media (min-width: 1024px) {
  .sqzcx {
    padding-block: 80px;
  }
}
@media (min-width: 768px) {
  .sqzcx {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .sqzcx {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .sqzcx {
    padding-inline: 0;
  }
}
.sqzcx .monsz {
  max-width: 1105px;
}
.eobwh {
  margin-top: 40px;
  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: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .eobwh {
    margin-top: 48px;
    gap: 80px;
  }
}
.zcftd {
  display: block;
  width: 200px;
}
.lqsgl {
  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;
}
@media (min-width: 1024px) {
  .lqsgl {
    gap: 48px;
  }
}
.ttkht {
  color: var(--soowhite, #fdfdfd);
  text-align: center;
  font-family: "Nunito", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 31.2px */
}
.emzhj {
  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;
  gap: 16px;
}
@media (min-width: 1024px) {
  .emzhj {
    gap: 24px;
  }
}
.xqioi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.xqioi img {
  display: block;
  width: 24px;
}
.xqioi span {
  color: var(--soowhite, #fdfdfd);
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
}

.yevgv {
  padding-inline: 16px;
  padding-block: 40px;
  background-color: var(--violetta, #431348);
}
@media (min-width: 768px) {
  .yevgv {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .yevgv {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .yevgv {
    padding-inline: 0;
  }
}
@media (min-width: 1024px) {
  .yevgv {
    padding-block: 48px;
  }
}
.fljeu {
  color: var(--bluee, #a3dcf4);
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (min-width: 1024px) {
  .fljeu {
    font-size: 24px;
  }
}
.lotis {
  margin-top: 32px;
  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: 40px;
}
@media (min-width: 1024px) {
  .lotis {
    -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;
    margin-top: 48px;
  }
}
.iyjpk {
  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: 10px;
}
@media (min-width: 1024px) {
  .iyjpk {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 24px;
  }
}
.iyjpk a {
  color: var(--soowhite, #fdfdfd);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  -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;
}
.iyjpk a:hover {
  color: #a3dcf4;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.iyjpk a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.fetke {
  color: var(--soowhite, #fdfdfd);
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.rcekl {
  padding-block: 40px;
  padding-inline: 40px;
  border: 1px solid #fff;
  background-color: var(--violetta, #431348);
  -webkit-box-shadow: 0px 14px 42px 0px rgba(8, 15, 52, 0.06);
          box-shadow: 0px 14px 42px 0px rgba(8, 15, 52, 0.06);
  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) {
  .rcekl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media (min-width: 1024px) {
  .ynnco {
    font-size: 36px;
  }
}
.xnwxf {
  max-width: 750px;
  color: var(--soowhite, #fdfdfd);
  text-align: center;
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 19.2px */
}
@media (min-width: 1024px) {
  .xnwxf {
    font-size: 24px;
  }
}
.emnok {
  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) {
  .emnok {
    padding-top: 0;
  }
}
@media (min-width: 1440px) {
  .emnok {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.fbbqv {
  width: 156px;
  height: 40px;
  color: var(--soowhite, #fdfdfd);
  text-align: center;
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
  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;
}

.xsonj {
  color: var(--darkish, #212121);
  border-radius: 12px;
  background-color: var(--bluee, #a3dcf4);
  -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;
}
.xsonj:hover {
  background-color: #0c5a2e;
}

.sioei {
  color: var(--soowhite, #FDFDFD);
  border-bottom: 2px solid var(--bluee, #A3DCF4);
  background: 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;
}
.sioei:hover {
  background-color: #8c2f1a;
}

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

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

.owghb {
  padding-inline: 16px;
  padding-top: 32px;
}
@media (min-width: 768px) {
  .owghb {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .owghb {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .owghb {
    padding-inline: 0;
  }
}
@media (min-width: 1024px) {
  .owghb {
    padding-top: 56px;
  }
}

.eztmz {
  display: block;
}
.eztmz img {
  display: block;
  width: 170px;
  height: 24px;
}

.hbbte {
  padding-inline: 16px;
  margin-top: 44px;
  margin-bottom: 40px;
  color: var(--darkish, #212121);
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
  letter-spacing: -0.16px;
}
@media (min-width: 768px) {
  .hbbte {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .hbbte {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .hbbte {
    padding-inline: 0;
  }
}
@media (min-width: 1024px) {
  .hbbte {
    margin-top: 24px;
  }
}

.ubpcl {
  color: var(--soowhite, #fdfdfd);
  text-shadow: 0px 2px 2px #431348;
  -webkit-text-stroke: 1.5px #431348;
  font-family: "Knewave", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 52px */
  text-align: center;
}
.jizin {
  margin-top: 16px;
}
.ujzvu {
  margin-top: 16px;
}

.dxizx {
  padding-top: 24px;
}
.sengj {
  color: var(--darkish, #212121);
  font-family: "Nunito", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 31.2px */
  letter-spacing: -0.48px;
}
.poxmo {
  margin-top: 16px;
}
.pgmah {
  color: var(--darkish, #212121);
}
.jtltp {
  color: var(--darkish, #212121);
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
  letter-spacing: -0.16px;
}
.kytwl {
  list-style-type: disc;
  margin-left: 20px;
}
@media (min-width: 1024px) {
  .kytwl {
    margin-left: 35px;
  }
}
.qmozw {
  color: var(--darkish, #212121);
  text-decoration: none;
}
.varen {
  margin-top: 8px;
}
.ljiod {
  text-decoration: none;
  color: inherit;
}

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

.awxoc {
  color: #0059ff;
}

.kjxtd {
  max-width: 1062px;
  margin: 0 auto;
}

.sfooq {
  padding: 0;
}

.geiwy {
  margin: 0;
}

.oodex {
  margin-top: 16px;
}

strong {
  font-weight: 700;
}