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

.xivea {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

.vfgfi {
  scroll-behavior: smooth;
  overflow-x: hidden;
  background-color: var(--bg, #e3f6fa);
}

.ivjgf {
  max-width: 1227px;
  margin: 0 auto;
}

.zngoe {
  color: var(--black, #121212);
  font-family: "Nunito", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 36px; /* 150% */
}
@media (min-width: 1024px) {
  .zngoe {
    font-size: 36px;
    line-height: 56px;
  }
}

.zlvgc {
  color: var(--yellow, #fdb100);
}

.qzlvq {
  color: var(--dark_blue, #001f76);
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 150% */
}

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

.zlbwz {
  overflow: hidden;
}

.uaoiq {
  padding-inline: 16px;
  padding-block: 8px;
  background-color: var(--blue, #6bc3f0);
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 2;
}
@media (min-width: 768px) {
  .uaoiq {
    padding-inline: 22px;
  }
}
@media (min-width: 1024px) {
  .uaoiq {
    padding-inline: 28px;
  }
}
@media (min-width: 1300px) {
  .uaoiq {
    padding-inline: 0;
  }
}
@media (min-width: 1024px) {
  .uaoiq {
    padding-block: 12px;
    width: 100%;
  }
}
.mlzvx {
  max-width: 1227px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1024px) {
  .mlzvx {
    gap: 24px;
  }
}
.jlnzs {
  display: block;
  width: 40px;
  height: 40px;
}
.wsdpx {
  display: block;
  margin-left: auto;
}
.wsdpx img {
  display: block;
  width: 40px;
}
@media (min-width: 1024px) {
  .wsdpx {
    display: none;
  }
}
.uqauc {
  margin-left: auto;
}
.uqauc img {
  display: block;
  width: 40px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.uqauc img:hover {
  -webkit-transform: rotate(240deg);
          transform: rotate(240deg);
}
@media (min-width: 1024px) {
  .uqauc {
    display: none;
  }
}

.aqmwd {
  display: none;
}

@media (min-width: 1024px) {
  .aqmwd {
    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%;
  }
  .hpooi {
    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: clamp(3px, 1vw, 20px);
    width: 100%;
  }
  .qwxso {
    color: var(--black, #121212);
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 171.429% */
    text-transform: uppercase;
  }
}
@media (min-width: 1024px) and (min-width: 1440px) {
  .qwxso {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  .pwkex {
    color: var(--black, #121212);
    text-decoration: none;
    position: relative;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
  }
  .pwkex::after {
    content: "";
    position: absolute;
    display: block;
    height: 1px;
    width: 100%;
    background-color: var(--black, #121212);
    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;
  }
  .pwkex:hover::after {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .pwkex:hover {
    color: var(--black, #121212);
  }
}
.jlrwy {
  padding-inline: 16px;
  background-color: #6BC3F0;
  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) {
  .jlrwy {
    padding-inline: 22px;
  }
}
@media (min-width: 1024px) {
  .jlrwy {
    padding-inline: 28px;
  }
}
@media (min-width: 1300px) {
  .jlrwy {
    padding-inline: 0;
  }
}
.jlrwy: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) {
  .jlrwy {
    display: none;
  }
}

.gamtr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.yjhlq {
  color: var(--black, #121212);
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
  text-transform: uppercase;
  text-align: center;
}
.vdirb {
  display: inline-block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: var(--black, #121212);
  text-decoration: none;
  position: relative;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.vdirb::after {
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  background-color: var(--black, #121212);
  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;
}
.vdirb:hover::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.vdirb:hover {
  color: var(--black, #121212);
}

.vwipw {
  padding-inline: 16px;
  padding-block: 76px 32px;
  background-image: url("../../images/pictures/bg-hero-mobile.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .vwipw {
    padding-inline: 22px;
  }
}
@media (min-width: 1024px) {
  .vwipw {
    padding-inline: 28px;
  }
}
@media (min-width: 1300px) {
  .vwipw {
    padding-inline: 0;
  }
}
@media (min-width: 1024px) {
  .vwipw {
    padding-block: 124px 92px;
  }
}
@media (min-width: 1161px) {
  .vwipw {
    background-image: url("../../images/pictures/bg-hero.png");
  }
}
.trtvx {
  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: 1161px) {
  .trtvx {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.ouxjv {
  display: block;
  width: clamp(231px, 60vw, 584px);
  min-height: 215px;
}
.prjdh {
  max-width: 499px;
  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: 24px;
}
@media (min-width: 1024px) {
  .prjdh {
    gap: 40px;
  }
}
.dhdca {
  display: block;
  width: clamp(270px, 60vw, 499px);
  margin: 0 auto;
}
.fodkj {
  color: var(--black, #121212);
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}
@media (min-width: 1024px) {
  .fodkj {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 1440px) {
  .fodkj {
    margin-top: 10px;
  }
}
.rqtgy {
  color: var(--dark_blue, #001f76);
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 155.556% */
}
@media (min-width: 1024px) {
  .rqtgy {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (min-width: 1440px) {
  .rqtgy {
    margin-top: 10px;
  }
}

.nhuns {
  display: block;
  width: 343px;
  height: 70px;
  border-radius: 26px;
  margin: 0 auto;
  background-image: url("../../images/pictures/google-play-button-active.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-animation: mbeod 2s ease infinite;
          animation: mbeod 2s ease infinite;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition: background-image 0.5s;
  transition: background-image 0.5s;
}
@media (min-width: 1161px) {
  .nhuns {
    margin: unset;
  }
}
.nhuns:hover {
  background-image: url("../../images/pictures/google-play-button-hover.png");
}

.rhypu {
  padding-inline: 16px;
  padding-block: 40px;
}
@media (min-width: 768px) {
  .rhypu {
    padding-inline: 22px;
  }
}
@media (min-width: 1024px) {
  .rhypu {
    padding-inline: 28px;
  }
}
@media (min-width: 1300px) {
  .rhypu {
    padding-inline: 0;
  }
}
@media (min-width: 1024px) {
  .rhypu {
    padding-block: 100px;
  }
}
.plzeo {
  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: 20px;
}
@media (min-width: 1440px) {
  .plzeo {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.bebjt {
  max-width: 600px;
  position: relative;
}
.etvkt {
  display: block;
  width: clamp(61px, 15vw, 178px);
  position: absolute;
  right: -5%;
  -webkit-transform: translateY(40%);
          transform: translateY(40%);
}
@media (min-width: 408px) {
  .etvkt {
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
  }
}
@media (min-width: 1440px) {
  .etvkt {
    right: unset;
    bottom: 0;
    -webkit-transform: translateY(120%) translateX(-50%);
            transform: translateY(120%) translateX(-50%);
  }
}
.gbdfg {
  color: var(--black, #121212);
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}
@media (min-width: 1024px) {
  .gbdfg {
    font-size: 16px;
    line-height: 24px;
  }
}
.gbdfg:nth-of-type(1) {
  margin-top: 24px;
}
@media (min-width: 1024px) {
  .gbdfg:nth-of-type(1) {
    margin-top: 32px;
  }
}
.gbdfg:nth-of-type(2) {
  margin-top: 8px;
}
@media (min-width: 1024px) {
  .gbdfg:nth-of-type(2) {
    margin-top: 16px;
  }
}
.orsew {
  max-width: 624px;
  display: inline-block;
  padding-top: 25px;
  position: relative;
}
.orsew::before {
  content: "";
  position: absolute;
  top: 23px;
  left: -8px;
  width: 100%;
  height: 93%;
  background: #fafafa;
  border-radius: 6px;
  -webkit-transform: rotate(-4deg);
          transform: rotate(-4deg);
  -webkit-box-shadow: 6px 6px 11px rgba(0, 0, 0, 0.1);
          box-shadow: 6px 6px 11px rgba(0, 0, 0, 0.1);
  z-index: -1;
}
.ypkot {
  display: block;
  width: 100%;
  border-radius: 6px;
}
.xtdje {
  display: block;
  width: clamp(335px, 60vw, 681px);
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  -webkit-transform: translateX(5%) translateY(-7%);
          transform: translateX(5%) translateY(-7%);
}
@media (min-width: 1440px) {
  .xtdje {
    -webkit-transform: translateX(16%) translateY(-17%);
            transform: translateX(16%) translateY(-17%);
  }
}

.optas {
  padding-inline: 16px;
  padding-block: 40px;
}
@media (min-width: 768px) {
  .optas {
    padding-inline: 22px;
  }
}
@media (min-width: 1024px) {
  .optas {
    padding-inline: 28px;
  }
}
@media (min-width: 1300px) {
  .optas {
    padding-inline: 0;
  }
}
@media (min-width: 1024px) {
  .optas {
    padding-block: 100px;
  }
}
.fxqpc {
  max-width: 1332px;
  margin: 0 auto;
}
.laorw {
  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: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .laorw {
    gap: 24px;
  }
}
@media (min-width: 1440px) {
  .laorw {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.nkthr {
  max-width: 600px;
  position: relative;
}
.ktmrf {
  display: block;
  width: clamp(112px, 20vw, 271px);
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 1440px) {
  .ktmrf {
    top: unset;
    bottom: 0;
    -webkit-transform: translateY(110%) translateX(20%);
            transform: translateY(110%) translateX(20%);
  }
}
.optas .zlvgc {
  color: var(--green, #50dc23);
}
.hfltb {
  color: var(--black, #121212);
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}
@media (min-width: 1024px) {
  .hfltb {
    font-size: 16px;
    line-height: 24px;
  }
}
.hfltb:nth-of-type(1) {
  margin-top: 24px;
}
@media (min-width: 1024px) {
  .hfltb:nth-of-type(1) {
    margin-top: 32px;
  }
}
.hfltb:nth-of-type(2) {
  margin-top: 8px;
}
@media (min-width: 1024px) {
  .hfltb:nth-of-type(2) {
    margin-top: 16px;
  }
}
.ygldo {
  max-width: 708px;
  height: auto;
  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;
  position: relative;
}
@media (min-width: 1440px) {
  .ygldo {
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
  }
}
.wmbue {
  display: block;
  width: clamp(343px, 30vw, 707px);
  height: auto;
}
@media (min-width: 1024px) {
  .wmbue {
    width: clamp(343px, 40vw, 707px);
  }
}
.zqbte {
  display: block;
  position: absolute;
  width: clamp(343px, 40vw, 707px);
  z-index: -1;
}
@media (min-width: 1440px) {
  .zqbte {
    width: clamp(343px, 50vw, 707px);
  }
}

.ffubo {
  padding-inline: 16px;
  padding-block: 40px;
}
@media (min-width: 768px) {
  .ffubo {
    padding-inline: 22px;
  }
}
@media (min-width: 1024px) {
  .ffubo {
    padding-inline: 28px;
  }
}
@media (min-width: 1300px) {
  .ffubo {
    padding-inline: 0;
  }
}
@media (min-width: 1024px) {
  .ffubo {
    padding-block: 100px;
  }
}
.lfnni {
  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: 20px;
}
@media (min-width: 1440px) {
  .lfnni {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.byvdp {
  max-width: 600px;
}
.ffubo .zlvgc {
  color: var(--violet, #8d5a94);
}
.mkcap {
  color: var(--black, #121212);
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}
@media (min-width: 1024px) {
  .mkcap {
    font-size: 16px;
    line-height: 24px;
  }
}
.mkcap:nth-of-type(1) {
  margin-top: 24px;
}
@media (min-width: 1024px) {
  .mkcap:nth-of-type(1) {
    margin-top: 32px;
  }
}
.mkcap:nth-of-type(2) {
  margin-top: 8px;
}
@media (min-width: 1024px) {
  .mkcap:nth-of-type(2) {
    margin-top: 16px;
  }
}
.wrdrj {
  max-width: 600px;
  display: inline-block;
  padding-block: 15px 0;
  position: relative;
}
@media (min-width: 1440px) {
  .wrdrj {
    padding-block: unset;
  }
}
.jyhwp {
  display: block;
  width: 100%;
}
@media (min-width: 1440px) {
  .jyhwp {
    -webkit-transform: translateY(12%);
            transform: translateY(12%);
  }
}
.pxdfm {
  display: block;
  width: clamp(158px, 20vw, 304px);
  position: absolute;
  top: 0;
  left: 3%;
  z-index: -1;
}
@media (min-width: 1440px) {
  .pxdfm {
    width: clamp(158px, 80vw, 304px);
    -webkit-transform: translateY(-40%);
            transform: translateY(-40%);
  }
}
.dtkjm {
  display: block;
  width: clamp(56px, 20vw, 168px);
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-60%);
          transform: translateY(-60%);
}
@media (min-width: 1440px) {
  .dtkjm {
    right: -10px;
  }
}

.zcosr {
  padding-inline: 16px;
  padding-block: 40px 0;
  background-color: #3d8b95;
}
@media (min-width: 768px) {
  .zcosr {
    padding-inline: 22px;
  }
}
@media (min-width: 1024px) {
  .zcosr {
    padding-inline: 28px;
  }
}
@media (min-width: 1300px) {
  .zcosr {
    padding-inline: 0;
  }
}
@media (min-width: 1024px) {
  .zcosr {
    padding-block: 100px;
  }
}
.jbhde {
  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;
}
@media (min-width: 1024px) {
  .jbhde {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    position: relative;
  }
}
.ujctn {
  max-width: 600px;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}
.zcosr .zngoe {
  color: var(--yellow, #fdb100);
  text-align: center;
}
.zcosr .qzlvq {
  color: var(--wight, #fff);
}
.kdcgh {
  color: var(--wight, #fff);
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}
@media (min-width: 1024px) {
  .kdcgh {
    font-style: 16px;
    line-height: 24px;
  }
}
.ioxcj {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 65px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-radius: 26px;
  border: 3px solid #50dc23;
  color: var(--wight, #fff);
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  text-transform: uppercase;
  background-color: transparent;
  max-width: 343px;
  margin: 0 auto;
  -webkit-transition: border 0.5s;
  transition: border 0.5s;
}
.ioxcj:hover {
  border: 3px solid var(--black, #121212);
}
.jdlab {
  display: block;
  max-width: 222px;
}
@media (min-width: 1024px) {
  .jdlab {
    position: absolute;
    left: 0;
    -webkit-transform: translateX(-20%) translateY(-6%);
            transform: translateX(-20%) translateY(-6%);
  }
}

.jtpla {
  padding-inline: 16px;
  padding-block: 40px;
}
@media (min-width: 768px) {
  .jtpla {
    padding-inline: 22px;
  }
}
@media (min-width: 1024px) {
  .jtpla {
    padding-inline: 28px;
  }
}
@media (min-width: 1300px) {
  .jtpla {
    padding-inline: 0;
  }
}
@media (min-width: 1024px) {
  .jtpla {
    padding-block: 100px;
  }
}
.jtpla .zngoe {
  text-align: center;
}
.jtpla .bspzz {
  color: var(--green, #50dc23);
}
.cjhrq {
  width: 224px;
  height: 398px;
}
.swiper-container-1 {
  margin-top: 25px;
}
@media (min-width: 1024px) {
  .swiper-container-1 {
    margin-top: 76px;
  }
}

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

.swiper-container-1 .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

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

.swiper--buttons {
  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) {
  .swiper--buttons {
    position: absolute;
    top: 50%;
    z-index: 2;
  }
}

.swiper--left {
  cursor: pointer;
  background-color: #ffffff;
  border: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  -webkit-box-shadow: 12px 12px 20px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 12px 12px 20px 0px rgba(0, 0, 0, 0.1019607843);
  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: 1024px) {
  .swiper--left {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.swiper--left img {
  display: block;
  width: 12px;
  height: 16px;
  margin: 0 auto;
}

.swiper--right {
  cursor: pointer;
  background-color: #70AD08;
  border: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  -webkit-box-shadow: 12px 12px 20px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 12px 12px 20px 0px rgba(0, 0, 0, 0.1019607843);
  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: 1024px) {
  .swiper--right {
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}
.swiper--right img {
  display: block;
  width: 12px;
  height: 16px;
  margin: 0 auto;
}

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

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

.swiper-container-2 .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}

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

.swiper--buttons {
  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: 48px;
}

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

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

.swiper--pagination {
  position: static !important;
  padding-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;
}
@media (min-width: 1440px) {
  .swiper--pagination {
    position: relative !important;
    padding-top: 0;
  }
}

/* third swiper */
.swiper-container-3 {
  display: none;
}
@media (min-width: 1440px) {
  .swiper-container-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 103px;
  }
}

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

.swiper-container-3 .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 55px;
}

.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: 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: 48px;
}
@media (min-width: 1440px) {
  .swiper--buttons {
    display: none;
  }
}

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

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

/* fourth swiper */
.swiper-container-4 {
  margin-top: 56px;
}
.swiper-container-4 .swiper {
  width: 100%;
  overflow-x: hidden;
}

.swiper-container-4 .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 13px;
}

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

.swiper--buttons {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.swiper--btn-left {
  cursor: pointer;
  background-color: transparent;
  border: none;
  width: 64px;
  position: absolute;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (min-width: 1440px) {
  .swiper--btn-left {
    width: 100px;
  }
}
.swiper--btn-left img {
  display: block;
  width: 100%;
  height: auto;
}

.swiper--btn-right {
  cursor: pointer;
  background-color: transparent;
  border: none;
  width: 64px;
  position: absolute;
  right: 0;
  -webkit-transform: translate(45%, -50%);
          transform: translate(45%, -50%);
}
@media (min-width: 1440px) {
  .swiper--btn-right {
    width: 100px;
  }
}
.swiper--btn-right img {
  display: block;
  width: 100%;
  height: auto;
}

.swiper-container-4 .swiper-gallery-pagination {
  position: static !important;
  padding-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;
}
@media (min-width: 1440px) {
  .swiper-container-4 .swiper-gallery-pagination {
    position: relative !important;
    padding-top: 0;
  }
}

.swiper-container-4 .swiper-pagination-bullet {
  width: 44px !important;
  height: 44px !important;
  background-image: url("/src/icons/icon-paginaiton-not-active-features.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1 !important;
  background-color: transparent;
}

.swiper-container-4 .swiper-pagination-bullet-active {
  background-image: url("/src/icons/icon-paginaiton-active-features.png");
}

.swiper-container-4 .swiper-pagination-progressbar {
  position: relative;
  margin-top: 50px;
  background: #cddbf0;
  height: 10px !important;
  border-radius: 100px !important;
}

.swiper-container-4 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #5974c1;
  border-radius: 100px;
}

.hxoiq {
  padding-inline: 16px;
  padding-block: 40px;
}
@media (min-width: 768px) {
  .hxoiq {
    padding-inline: 22px;
  }
}
@media (min-width: 1024px) {
  .hxoiq {
    padding-inline: 28px;
  }
}
@media (min-width: 1300px) {
  .hxoiq {
    padding-inline: 0;
  }
}
@media (min-width: 1024px) {
  .hxoiq {
    padding-block: 100px;
  }
}
.phhck {
  max-width: 500px;
  height: auto;
  padding: 158px 16px 68px 16px;
  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;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 1024px) {
  .phhck {
    max-width: 1064px;
    padding: 79px 128px 122px 310px;
  }
}
@media (min-width: 1440px) {
  .phhck {
    padding: 79px 128px 122px 340px;
  }
}
.qnexc {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.nvafl {
  color: var(--black, #121212);
  text-align: center;
  font-family: "Poor Story", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 100% */
}
@media (min-width: 1024px) {
  .nvafl {
    font-size: 32px;
    line-height: 32px;
  }
}
.lmbro {
  margin-top: 8px;
  color: var(--black, #121212);
  text-align: center;
  font-family: "Poor Story", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 111.111% */
}
@media (min-width: 1024px) {
  .lmbro {
    font-size: 24px;
    line-height: 24px;
  }
}
.hxoiq .bspzz {
  color: var(--violet, #8d5a94);
}
.dfztt {
  color: var(--black, #121212);
  font-family: "Poor Story", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 137.5% */
}
@media (min-width: 1024px) {
  .dfztt {
    max-width: 600px;
    font-size: 20px;
    line-height: 24px;
  }
}
.dfztt:nth-of-type(1) {
  margin-top: 24px;
}
@media (min-width: 1024px) {
  .dfztt:nth-of-type(1) {
    margin-top: 32px;
  }
}
.dfztt:nth-of-type(2) {
  margin-top: 8px;
}
@media (min-width: 1024px) {
  .dfztt:nth-of-type(2) {
    margin-top: 16px;
  }
}

.ehdxn {
  padding-inline: 16px;
  padding-block: 40px;
}
@media (min-width: 768px) {
  .ehdxn {
    padding-inline: 22px;
  }
}
@media (min-width: 1024px) {
  .ehdxn {
    padding-inline: 28px;
  }
}
@media (min-width: 1300px) {
  .ehdxn {
    padding-inline: 0;
  }
}
@media (min-width: 1024px) {
  .ehdxn {
    padding-block: 100px;
  }
}
.kwbfp {
  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: 20px;
}
@media (min-width: 1440px) {
  .kwbfp {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 24px;
  }
}
.ehdxn .zlvgc {
  color: var(--green, #50dc23);
}
.ngxft {
  max-width: 600px;
  position: relative;
}
.dcxbd {
  color: var(--black, #121212);
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}
@media (min-width: 1024px) {
  .dcxbd {
    font-size: 16px;
    line-height: 24px;
  }
}
.dcxbd:nth-of-type(1) {
  margin-top: 24px;
}
@media (min-width: 1024px) {
  .dcxbd:nth-of-type(1) {
    margin-top: 32px;
  }
}
.dcxbd:nth-of-type(2) {
  margin-top: 8px;
}
@media (min-width: 1024px) {
  .dcxbd:nth-of-type(2) {
    margin-top: 16px;
  }
}
.zxvzb {
  max-width: 600px;
  display: inline-block;
  position: relative;
}
.dfkgo {
  display: block;
  width: 100%;
  border-radius: 6px;
}
.ekxrr {
  display: block;
  width: clamp(307px, 88vw, 708px);
  position: absolute;
  top: 20%;
  left: -30%;
  z-index: -1;
}
@media (min-width: 1440px) {
  .ekxrr {
    top: 0;
    left: 0;
    -webkit-transform: translateX(-15%) translateY(-32%);
            transform: translateX(-15%) translateY(-32%);
  }
}

.mlftb {
  padding-inline: 16px;
  padding-block: 40px;
}
@media (min-width: 768px) {
  .mlftb {
    padding-inline: 22px;
  }
}
@media (min-width: 1024px) {
  .mlftb {
    padding-inline: 28px;
  }
}
@media (min-width: 1300px) {
  .mlftb {
    padding-inline: 0;
  }
}
@media (min-width: 1024px) {
  .mlftb {
    padding-block: 100px;
  }
}
.hbzar {
  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: 20px;
}
@media (min-width: 1440px) {
  .hbzar {
    gap: 24px;
  }
}
.lrgtz {
  max-width: 600px;
}
.mlftb .zlvgc {
  color: var(--yellow, #fdb100);
}
.ddalb {
  color: var(--black, #121212);
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}
@media (min-width: 1024px) {
  .ddalb {
    font-size: 16px;
    line-height: 24px;
  }
}
.ddalb:nth-of-type(1) {
  margin-top: 24px;
}
@media (min-width: 1024px) {
  .ddalb:nth-of-type(1) {
    margin-top: 32px;
  }
}
.ddalb:nth-of-type(2) {
  margin-top: 8px;
}
@media (min-width: 1024px) {
  .ddalb:nth-of-type(2) {
    margin-top: 16px;
  }
}
.julic {
  max-width: 600px;
  display: inline-block;
  position: relative;
}
.djtma {
  display: block;
  width: 100%;
}
.iibfi {
  display: block;
  width: clamp(375px, 70vw, 761px);
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  -webkit-transform: translateY(-15%) translateX(30%);
          transform: translateY(-15%) translateX(30%);
}
@media (min-width: 1440px) {
  .iibfi {
    -webkit-transform: translateY(-35%) translateX(39%);
            transform: translateY(-35%) translateX(39%);
  }
}

.demho {
  padding-inline: 16px;
  padding-block: 30px;
  background-color: var(--blue, #6bc3f0);
}
@media (min-width: 768px) {
  .demho {
    padding-inline: 22px;
  }
}
@media (min-width: 1024px) {
  .demho {
    padding-inline: 28px;
  }
}
@media (min-width: 1300px) {
  .demho {
    padding-inline: 0;
  }
}
@media (min-width: 1024px) {
  .demho {
    padding: 60px;
  }
}
.wtlga {
  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;
}
@media (min-width: 1024px) {
  .wtlga {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.pxfem {
  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) {
  .pxfem {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 32px;
  }
}
.pxfem a {
  color: var(--black, #121212);
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 157.143% */
  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;
}
@media (min-width: 1024px) {
  .pxfem a {
    font-size: 16px;
    line-height: 24px;
  }
}
.pxfem a:hover {
  color: var(--black, #121212);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pxfem a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.bwpoc {
  margin-top: 30px;
  color: var(--black, #121212);
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}
@media (min-width: 1024px) {
  .bwpoc {
    margin: 50px auto 0;
    font-size: 16px;
    line-height: 24px;
  }
}

.phosu {
  padding-inline: 16px;
  padding-block: 40px;
  background-color: #ffffff;
  -webkit-box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.1803921569);
          box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.1803921569);
  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: 20px;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
}
@media (min-width: 768px) {
  .phosu {
    padding-inline: 22px;
  }
}
@media (min-width: 1024px) {
  .phosu {
    padding-inline: 28px;
  }
}
@media (min-width: 1300px) {
  .phosu {
    padding-inline: 0;
  }
}
.ckblf {
  color: var(--black, #121212);
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}
@media (min-width: 1024px) {
  .ckblf {
    font-size: 24px;
  }
}
@media (min-width: 1024px) {
  .iwfzx {
    font-size: 36px;
  }
}
.eiwaa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}
.txyth {
  color: var(--wight, #fff);
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  text-transform: uppercase;
  border-radius: 16px;
  border: none;
  width: 343px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 47px;
  -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;
}

.lveeq {
  background-color: #0f6c37;
  color: #ffffff;
  -webkit-box-shadow: 3px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 3px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.lveeq:hover {
  background-color: #0c5a2e;
}

.fmgdn {
  background-color: #ae3a1f;
  color: #ffffff;
  -webkit-box-shadow: 3px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 3px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.fmgdn:hover {
  background-color: #8c2f1a;
}

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

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

.xrkwq {
  padding-inline: 16px;
  padding-block: 116px 60px;
  color: var(--black, #121212);
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}
@media (min-width: 768px) {
  .xrkwq {
    padding-inline: 22px;
  }
}
@media (min-width: 1024px) {
  .xrkwq {
    padding-inline: 28px;
  }
}
@media (min-width: 1300px) {
  .xrkwq {
    padding-inline: 0;
  }
}
@media (min-width: 1024px) {
  .xrkwq {
    padding-block: 190px 120px;
  }
}

.evfgn {
  color: var(--black, #121212);
  text-align: center;
  font-family: "Nunito", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 36px; /* 150% */
}
@media (min-width: 1024px) {
  .evfgn {
    font-size: 36px;
  }
}
.djupd {
  margin-top: 40px;
}
.dmpgm {
  margin-top: 16px;
}

.fqkyg {
  padding-top: 32px;
}
.lfzot {
  color: var(--black, #121212);
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 155.556% */
}
@media (min-width: 1024px) {
  .lfzot {
    font-size: 20px;
  }
}
.iyjjt {
  margin-top: 16px;
}
.eofsy {
  color: var(--black, #121212);
}
.xytcz {
  color: var(--black, #121212);
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}
@media (min-width: 1024px) {
  .xytcz {
    font-size: 16px;
    line-height: 24px;
  }
}
.bqnud {
  margin-left: 10px;
}
@media (min-width: 1024px) {
  .bqnud {
    margin-left: 25px;
  }
}
.stmmr {
  color: var(--black, #121212);
  text-decoration: none;
}
.swbge {
  margin-top: 8px;
}
.xnvjl {
  text-decoration: none;
  color: inherit;
}

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

.tucdc {
  color: #0059ff;
}

.bshsc {
  max-width: 1016px;
  margin: 0 auto;
}

.rkhnd {
  padding: 0;
}

.bcvxr {
  margin: 0;
}

.jateu {
  margin-top: 16px;
}

strong {
  font-weight: 700;
}

.rxvxk {
  background-color: var(--BG, #f2f1ec);
}
@media (min-width: 1024px) {
  .rxvxk {
    background-color: var(--bg, #e3f6fa);
  }
}