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

.ragge {
  scroll-behavior: smooth;
  overflow-x: hidden;
  background: var(--WHITE, #F6F6F6);
}

.fqkjc {
  scroll-behavior: smooth;
  overflow-x: hidden;
  background: var(--WHITE, #f6f6f6);
}

.ucufj {
  max-width: 1280px;
  margin: 0 auto;
}

.ydzjn {
  margin-top: 40px;
  color: var(--WHITE, #f6f6f6);
  text-align: center;
  -webkit-text-stroke: 3px var(--RED, #b81420);
  font-family: "Lilita One", sans-serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (min-width: 1024px) {
  .ydzjn {
    font-size: 48px;
  }
}

.nngbv {
  margin-top: 40px;
  color: var(--BLUE, #125e86);
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 26px */
}
@media (min-width: 1024px) {
  .nngbv {
    margin-top: 48px;
    font-size: 24px;
  }
}

.xidxi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.xidxi img {
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
}
.xidxi span {
  color: var(--BLACK, #171717);
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 20.8px */
}

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

.ioehv {
  padding-block: 12px;
  padding-inline: 24px;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 2;
  background: var(--BLUE, #125e86);
}
@media (min-width: 1024px) {
  .ioehv {
    padding-block: 16px;
  }
}
.wnpxk {
  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;
}
.ykfkb {
  display: block;
  margin-left: auto;
}
.ykfkb img {
  display: block;
  width: 36px;
}
@media (min-width: 1024px) {
  .ykfkb {
    display: none;
  }
}
.wjbsu {
  margin-left: auto;
}
.wjbsu 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;
}
.wjbsu img:hover {
  -webkit-transform: rotate(240deg);
          transform: rotate(240deg);
}
@media (min-width: 1024px) {
  .wjbsu {
    display: none;
  }
}

.dvbio {
  display: none;
}

@media (min-width: 1024px) {
  .dvbio {
    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;
  }
  .nxjjt {
    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) {
  .nxjjt {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 19px;
  }
}
@media (min-width: 1024px) and (min-width: 1440px) {
  .nxjjt {
    gap: 53px;
  }
}
@media (min-width: 1024px) {
  .mdxde {
    color: var(--WHITE, #f6f6f6);
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
  }
}
@media (min-width: 1024px) {
  .ycfbt {
    color: var(--WHITE, #f6f6f6);
    text-decoration: none;
    position: relative;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
  }
  .ycfbt::after {
    content: "";
    position: absolute;
    display: block;
    height: 1px;
    width: 100%;
    background-color: #B81420;
    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;
  }
  .ycfbt:hover::after {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  .ycfbt:hover {
    color: #B81420;
  }
}
.atjyn {
  padding-inline: 16px;
  border-bottom: 4px solid var(--RED, #b81420);
  background: var(--BLUE, #125e86);
  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) {
  .atjyn {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .atjyn {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .atjyn {
    padding-inline: 0;
  }
}
.atjyn: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) {
  .atjyn {
    display: none;
  }
}

.pganm {
  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: 18px;
}
.eihsi {
  color: var(--WHITE, #f6f6f6);
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.ivzvx {
  color: var(--WHITE, #f6f6f6);
  display: inline-block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-decoration: none;
  position: relative;
}
.ivzvx::after {
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  background-color: var(--RED, #b81420);
  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;
}
.ivzvx:hover::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.xtltp {
  padding-block: 68px 40px;
  background-color: var(--BLUE, #125e86);
}
@media (min-width: 1440px) {
  .xtltp {
    padding-block: 80px;
  }
}
.nuozt {
  color: var(--WHITE, #f6f6f6);
  text-align: center;
  -webkit-text-stroke: 3px var(--RED, #b81420);
  font-family: "Lilita One", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 18px;
}
@media (min-width: 1024px) {
  .nuozt {
    display: none;
  }
}
.vyfge {
  width: 100%;
  height: clamp(316px, 80vw, 520px);
  background-image: url("../../images/pictures/hero-bg-min.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1024px) {
  .vyfge {
    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) {
  .vyfge {
    height: clamp(316px, 80vw, 700px);
  }
}
.eozuh {
  display: none;
}
@media (min-width: 1024px) {
  .eozuh {
    display: inline-block;
    color: var(--WHITE, #f6f6f6);
    text-align: center;
    -webkit-text-stroke: 6px var(--RED, #b81420);
    font-family: "Lilita One", sans-serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}
.filia {
  padding-inline: 16px;
  padding-top: 24px;
  max-width: 1062px;
  margin: 0 auto;
  color: var(--WHITE, #f6f6f6);
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
}
@media (min-width: 768px) {
  .filia {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .filia {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .filia {
    padding-inline: 0;
  }
}
@media (min-width: 1024px) {
  .filia {
    padding-top: 32px;
    font-size: 16px;
  }
}

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

.jvjgz {
  padding-block: 40px;
  padding-inline: 16px;
}
@media (min-width: 1024px) {
  .jvjgz {
    padding-block: 80px;
  }
}
@media (min-width: 768px) {
  .jvjgz {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .jvjgz {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .jvjgz {
    padding-inline: 0;
  }
}
.epkmy {
  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: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .epkmy {
    margin-top: 48px;
  }
}
.iuxci {
  display: block;
  width: 300px;
}
.pclfq {
  max-width: 736px;
  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;
}
@media (min-width: 1024px) {
  .pclfq {
    gap: 46px;
  }
}
@media (min-width: 1440px) {
  .pclfq {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.gpldc {
  color: var(--BLACK, #171717);
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 28px */
}
@media (min-width: 1024px) {
  .gpldc {
    font-size: 24px;
  }
}
@media (min-width: 1440px) {
  .gpldc {
    text-align: left;
  }
}
.vredo {
  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) {
  .vredo {
    gap: 48px;
  }
}
.fhghq {
  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;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-radius: 16px;
  background: var(--BLUE, #125e86);
}
@media (min-width: 1024px) {
  .fhghq {
    width: 180px;
    height: 74px;
  }
}
.fhghq p {
  color: var(--WHITE, #f6f6f6);
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 20.8px */
}

.moiiu {
  padding-block: 40px;
  padding-inline: 16px;
}
@media (min-width: 1024px) {
  .moiiu {
    padding-block: 80px;
  }
}
@media (min-width: 768px) {
  .moiiu {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .moiiu {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .moiiu {
    padding-inline: 0;
  }
}
.moiiu .ydzjn {
  -webkit-text-stroke: 3px var(--GREEN, #2d8415);
}
.wgkdc {
  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) {
  .wgkdc {
    margin-top: 40px;
    gap: 48px;
  }
}
.wxpad {
  width: 343px;
  padding: 16px;
  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: 10px;
  border-radius: 16px;
  border: 4px solid var(--GREEN, #2d8415);
}
@media (min-width: 1024px) {
  .wxpad {
    width: 180px;
    height: 247px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.wxpad img {
  display: block;
  width: 72px;
  height: 72px;
  aspect-ratio: 1/1;
  border-radius: 100px;
}
@media (min-width: 1024px) {
  .wxpad img {
    width: 100px;
    height: 100px;
    aspect-ratio: 1/1;
  }
}
.wxpad p {
  color: var(--BLACK, #171717);
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
}

.ybkjp {
  padding-block: 40px;
  padding-inline: 16px;
}
@media (min-width: 1024px) {
  .ybkjp {
    padding-block: 80px;
  }
}
@media (min-width: 768px) {
  .ybkjp {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .ybkjp {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .ybkjp {
    padding-inline: 0;
  }
}
.rgvir {
  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) {
  .rgvir {
    margin-top: 48px;
    gap: 48px;
  }
}
.wrkij {
  width: 343px;
  height: 125px;
  padding: 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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  border-radius: 16px;
  background: var(--BLUE, #125e86);
}
@media (min-width: 1024px) {
  .wrkij {
    width: 340px;
  }
}
.wrkij h4 {
  color: var(--WHITE, #f6f6f6);
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 31.2px */
}
.wrkij p {
  color: var(--WHITE, #f6f6f6);
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 23.4px */
}
.wrkij:nth-of-type(2) {
  border-radius: 16px;
  background: var(--GREEN, #2d8415);
}
.wrkij:nth-of-type(3) {
  border-radius: 16px;
  background: #bb8102;
}
.wrkij:nth-of-type(4) {
  border-radius: 16px;
  background: #b79f01;
}
.wrkij:nth-of-type(5) {
  border-radius: 16px;
  background: #96068f;
}
.wrkij:nth-of-type(6) {
  border-radius: 16px;
  background: #068191;
}

.ujbzs {
  padding-block: 40px;
  padding-inline: 16px;
}
@media (min-width: 1024px) {
  .ujbzs {
    padding-block: 80px;
  }
}
@media (min-width: 768px) {
  .ujbzs {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .ujbzs {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .ujbzs {
    padding-inline: 0;
  }
}
.ujbzs .ydzjn {
  -webkit-text-stroke: 3px var(--BLUE, #125e86);
}
.ndwdh {
  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) {
  .ndwdh {
    margin-top: 48px;
    gap: 48px;
  }
}
.ukiwr {
  max-width: 400px;
  color: var(--BLUE, #125e86);
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 28px */
}
@media (min-width: 1024px) {
  .ukiwr {
    font-size: 24px;
  }
}
@media (min-width: 1440px) {
  .ukiwr {
    text-align: left;
  }
}
.febwn {
  display: block;
  width: 300px;
}
.ncxkl {
  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: 8px;
}
@media (min-width: 1024px) {
  .ncxkl {
    gap: 16px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.dvpfi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.dvpfi img {
  display: block;
  width: 16px;
  height: 16px;
  aspect-ratio: 1/1;
}
.dvpfi span {
  color: var(--BLACK, #171717);
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
}
@media (min-width: 1024px) {
  .dvpfi span {
    font-size: 24px;
  }
}

.hgmwb {
  padding-block: 40px;
  padding-inline: 16px;
}
@media (min-width: 1024px) {
  .hgmwb {
    padding-block: 80px;
  }
}
@media (min-width: 768px) {
  .hgmwb {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .hgmwb {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .hgmwb {
    padding-inline: 0;
  }
}
.yezbf {
  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) {
  .yezbf {
    margin-top: 40px;
  }
}
.jdxnz {
  width: 343px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-radius: 16px;
  border: 4px solid var(--BLUE, #125e86);
}
@media (min-width: 1024px) {
  .jdxnz {
    width: 308px;
    height: 241px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.jdxnz img {
  display: block;
  width: 64px;
  height: 64px;
  aspect-ratio: 1/1;
}
@media (min-width: 1024px) {
  .jdxnz img {
    width: 100px;
    height: 100px;
  }
}
.jdxnz h5 {
  color: var(--BLUE, #125e86);
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 26px */
}
@media (min-width: 1024px) {
  .jdxnz h5 {
    font-size: 24px;
  }
}
.jdxnz p {
  color: var(--BLACK, #171717);
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
}
@media (min-width: 1024px) {
  .jdxnz p {
    font-size: 18px;
  }
}

.jqval {
  padding-block: 40px;
  padding-inline: 16px;
}
@media (min-width: 1024px) {
  .jqval {
    padding-block: 80px;
  }
}
@media (min-width: 768px) {
  .jqval {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .jqval {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .jqval {
    padding-inline: 0;
  }
}
.jqval .ydzjn {
  -webkit-text-stroke: 3px var(--GREEN, #2d8415);
}
.baerl {
  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) {
  .baerl {
    margin-top: 40px;
    gap: 24px;
  }
}
.mjxlo {
  width: 343px;
  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: 16px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-radius: 16px;
  background: var(--BLUE, #125e86);
}
@media (min-width: 1024px) {
  .mjxlo {
    width: 280px;
    height: 84px;
  }
}
.mjxlo p {
  color: var(--WHITE, #f6f6f6);
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
}
@media (min-width: 1024px) {
  .mjxlo p {
    font-size: 20px;
  }
}
.mjxlo:nth-of-type(2) {
  border-radius: 16px;
  background: var(--GREEN, #2d8415);
}
.mjxlo:nth-of-type(3) {
  border-radius: 16px;
  background: #bb8102;
}
.mjxlo:nth-of-type(4) {
  border-radius: 16px;
  background: #96068f;
}

.katuy {
  padding-block: 40px;
  padding-inline: 16px;
}
@media (min-width: 1024px) {
  .katuy {
    padding-block: 80px;
  }
}
@media (min-width: 768px) {
  .katuy {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .katuy {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .katuy {
    padding-inline: 0;
  }
}
.katuy .ydzjn {
  -webkit-text-stroke: 3px var(--BLUE, #125e86);
}
.iwbyh {
  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) {
  .iwbyh {
    margin-top: 48px;
    gap: 48px;
  }
}
.sczso {
  max-width: 400px;
  color: var(--BLUE, #125e86);
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 28px */
}
@media (min-width: 1024px) {
  .sczso {
    font-size: 24px;
  }
}
@media (min-width: 1440px) {
  .sczso {
    text-align: left;
  }
}
.wqpab {
  display: block;
  width: 323px;
}
.tdutg {
  min-width: 343px;
  max-width: 445px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
}
.sztdb {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.sztdb img {
  display: block;
  width: 16px;
  height: 16px;
  aspect-ratio: 1/1;
}
.sztdb span {
  color: var(--BLACK, #171717);
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
}
@media (min-width: 1024px) {
  .sztdb span {
    font-size: 20px;
  }
}

.ubcug {
  padding-block: 40px;
  padding-inline: 16px;
}
@media (min-width: 1024px) {
  .ubcug {
    padding-block: 80px;
  }
}
@media (min-width: 768px) {
  .ubcug {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .ubcug {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .ubcug {
    padding-inline: 0;
  }
}
.bywzc {
  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) {
  .bywzc {
    margin-top: 40px;
    gap: 24px;
  }
}
.ujzam {
  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: 16px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-radius: 16px;
  border: 4px solid var(--BLUE, #125e86);
}
@media (min-width: 1024px) {
  .ujzam {
    width: 260px;
    height: 190px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.ujzam img {
  display: block;
  width: 64px;
  height: 64px;
  aspect-ratio: 1/1;
}
@media (min-width: 1024px) {
  .ujzam img {
    width: 100px;
    height: 100px;
  }
}
.ujzam p {
  color: var(--BLACK, #171717);
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
}

.oyaut {
  padding-block: 40px;
  padding-inline: 16px;
}
@media (min-width: 1024px) {
  .oyaut {
    padding-block: 80px;
  }
}
@media (min-width: 768px) {
  .oyaut {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .oyaut {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .oyaut {
    padding-inline: 0;
  }
}
.oyaut .ydzjn {
  -webkit-text-stroke: 3px var(--GREEN, #2d8415);
}
.hvopa {
  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) {
  .hvopa {
    margin-top: 40px;
    gap: 24px;
  }
}
.oqlyk {
  width: 343px;
  height: 78px;
  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: 16px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-radius: 16px;
  background: var(--BLUE, #125e86);
}
@media (min-width: 1024px) {
  .oqlyk {
    width: 230px;
    height: 101px;
  }
}
.oqlyk p {
  color: var(--WHITE, #f6f6f6);
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 23.4px */
}
.oqlyk:nth-of-type(2) {
  border-radius: 16px;
  background: var(--GREEN, #2d8415);
}
.oqlyk:nth-of-type(3) {
  border-radius: 16px;
  background: #bb8102;
}
.oqlyk:nth-of-type(4) {
  border-radius: 16px;
  background: #96068f;
}
.oqlyk:nth-of-type(5) {
  border-radius: 16px;
  background: #068191;
}

.cuesm {
  padding-block: 40px;
  padding-inline: 16px;
}
@media (min-width: 1024px) {
  .cuesm {
    padding-block: 80px;
  }
}
@media (min-width: 768px) {
  .cuesm {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .cuesm {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .cuesm {
    padding-inline: 0;
  }
}
.cuesm .ydzjn {
  -webkit-text-stroke: 3px var(--BLUE, #125e86);
}
.ptrio {
  margin-top: 33px;
  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;
}
@media (min-width: 1024px) {
  .ptrio {
    margin-top: 43px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 48px;
  }
}
.ptrio p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.ptrio p img {
  display: block;
  width: 24px;
}
.ptrio p span {
  color: var(--BLACK, #171717);
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 20.8px */
}
.iincn {
  padding-inline: 16px;
  padding-block: 40px;
  background: var(--BLUE, #125e86);
}
@media (min-width: 768px) {
  .iincn {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .iincn {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .iincn {
    padding-inline: 0;
  }
}
.dtvat {
  max-width: 649px;
  margin: 0 auto;
  color: var(--WHITE, #f6f6f6);
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
}
@media (min-width: 1024px) {
  .dtvat {
    font-size: 16px;
  }
}
.sxekv {
  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: 14px;
}
@media (min-width: 1024px) {
  .sxekv {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 24px;
  }
}
.sxekv a {
  color: var(--WHITE, #f6f6f6);
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
  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;
}
@media (min-width: 1024px) {
  .sxekv a {
    font-size: 16px;
  }
}
.sxekv a:hover {
  color: var(--RED, #b81420);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sxekv a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.lgxtj {
  margin: 40px auto 0 auto;
  color: var(--WHITE, #f6f6f6);
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
  text-align: center;
}
@media (min-width: 1024px) {
  .lgxtj {
    font-size: 16px;
  }
}

.hligz {
  padding-block: 40px;
  padding-inline: 16px;
  border: 1px solid #fff;
  background: var(--BLUE, #125e86);
  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) {
  .hligz {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media (min-width: 1024px) {
  .cdkvs {
    font-size: 36px;
  }
}
.uvbgi {
  max-width: 750px;
  color: var(--LIGHT, #fafafa);
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
}
@media (min-width: 1024px) {
  .uvbgi {
    font-size: 24px;
  }
}
.fswdv {
  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) {
  .fswdv {
    padding-top: 0;
  }
}
@media (min-width: 1440px) {
  .fswdv {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.eccwb {
  width: 156px;
  height: 40px;
  color: var(--soowhite, #fdfdfd);
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  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;
}

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

.iuczc {
  color: var(--WHITE, #F6F6F6);
  border-bottom: 2px solid var(--WHITE, #F6F6F6);
  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;
}
.iuczc:hover {
  background-color: #8c2f1a;
}

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

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

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

.yonfb {
  display: block;
  -webkit-transform: translateX(-5%);
          transform: translateX(-5%);
}
.yonfb img {
  display: block;
  width: 170px;
  height: 24px;
}

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

.higqj {
  color: var(--WHITE, #f6f6f6);
  text-align: center;
  -webkit-text-stroke: 4px var(--BLUE, #125e86);
  font-family: "Lilita One", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (min-width: 1024px) {
  .higqj {
    font-size: 48px;
  }
}
.lvtqc {
  margin-top: 16px;
}
.yirrh {
  margin-top: 16px;
}

.pmxjy {
  padding-top: 24px;
}
.jzpzj {
  color: var(--negro, #111);
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.48px;
}
.fcyao {
  margin-top: 16px;
}
.hhgnv {
  color: var(--BLACK, #171717);
}
.ndaka {
  color: var(--BLACK, #171717);
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
  letter-spacing: -0.16px;
}
.pzraf {
  list-style-type: disc;
  margin-left: 20px;
}
@media (min-width: 1024px) {
  .pzraf {
    margin-left: 35px;
  }
}
.urxro {
  color: var(--BLACK, #171717);
  text-decoration: none;
}
.osneu {
  margin-top: 8px;
}
.bvqta {
  text-decoration: none;
  color: inherit;
}

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

.teaww {
  color: #0059ff;
}

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

.zzide {
  padding: 0;
}

.syyam {
  margin: 0;
}

.ohwfp {
  margin-top: 16px;
}

strong {
  font-weight: 700;
}

.xxgvz {
  margin-top: 26px;
}