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

.nenec {
  scroll-behavior: smooth;
  overflow-x: hidden;
  background: var(--bg, #EDF4F5);
}

.uhtld {
  scroll-behavior: smooth;
  overflow-x: hidden;
  background: var(--bg, #edf4f5);
}

.pgejb {
  max-width: 1224px;
  width: 100%;
  margin: 0 auto;
}

.lvpvd {
  margin-top: 16px;
  color: var(--headline, #28373c);
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 145.455% */
  text-transform: capitalize;
}
@media (min-width: 1024px) {
  .lvpvd {
    font-size: 32px;
  }
}

.qbreu {
  width: 141px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 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: 50px;
  border: 1px solid var(--blue, #027b92);
}
.qbreu p {
  color: var(--blue, #027b92);
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}

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

.kyeeg {
  padding-inline: 16px;
  padding-block: 8px;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 2;
  background: var(--blue, #027b92);
}
@media (min-width: 768px) {
  .kyeeg {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .kyeeg {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .kyeeg {
    padding-inline: 0;
  }
}
@media (min-width: 1024px) {
  .kyeeg {
    padding-block: 14px;
  }
}
.batcz {
  max-width: 1224px;
  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;
  gap: 10px;
}
@media (min-width: 1440px) {
  .batcz {
    gap: 40px;
  }
}
.lwzon {
  display: block;
  width: 40px;
}
.nzuyf {
  display: block;
  margin-left: auto;
}
.nzuyf img {
  display: block;
  width: 40px;
}
@media (min-width: 1024px) {
  .nzuyf {
    display: none;
  }
}
.zflje {
  margin-left: auto;
}
.zflje 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;
}
.zflje img:hover {
  -webkit-transform: rotate(240deg);
          transform: rotate(240deg);
}
@media (min-width: 1024px) {
  .zflje {
    display: none;
  }
}

.hqbnn {
  display: none;
}

@media (min-width: 1024px) {
  .hqbnn {
    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;
  }
  .zyuco {
    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) {
  .zyuco {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    gap: 10px;
  }
}
@media (min-width: 1024px) and (min-width: 1440px) {
  .zyuco {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 30px;
  }
}
@media (min-width: 1024px) {
  .mifpl {
    color: var(--wight, #fff);
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    text-transform: uppercase;
  }
}
@media (min-width: 1024px) {
  .xigkg {
    color: var(--wight, #fff);
    text-decoration: none;
    position: relative;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
  }
  .xigkg::after {
    content: "";
    position: absolute;
    display: block;
    height: 1px;
    width: 100%;
    background-color: #f8af81;
    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;
  }
  .xigkg:hover::after {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  .xigkg:hover {
    color: #F8AF81;
  }
}
.gxaot {
  padding-inline: 16px;
  background-image: url("../../images/pictures/bg-hero-mobile.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  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) {
  .gxaot {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .gxaot {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .gxaot {
    padding-inline: 0;
  }
}
.gxaot: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) {
  .gxaot {
    display: none;
  }
}

.mtumz {
  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: 24px;
}
.invty {
  color: var(--wight, #fff);
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  text-transform: uppercase;
}
.jxlaz {
  color: var(--wight, #fff);
  display: inline-block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-decoration: none;
  position: relative;
}
.jxlaz::after {
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  background-color: var(--RED, #fff);
  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;
}
.jxlaz:hover::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.fxxej {
  padding-inline: 16px;
  padding-block: 250px 60px;
  background-image: url("../../images/pictures/bg-hero-mobile.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .fxxej {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .fxxej {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .fxxej {
    padding-inline: 0;
  }
}
@media (min-width: 1024px) {
  .fxxej {
    background-image: url("../../images/pictures/bg-hero-desktop-min.jpg");
    padding-block: 150px 201px;
  }
}
@media (min-width: 1440px) {
  .fxxej {
    padding-block: 150px 225px;
  }
}
.xkmpf {
  display: block;
  width: clamp(343px, 70vw, 511px);
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .xkmpf {
    margin: 0 auto 0 0;
  }
}
.mgmuq {
  max-width: 550px;
  padding-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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
}
.kpuld {
  color: var(--wight, #fff);
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 145.455% */
  text-transform: capitalize;
}
@media (min-width: 1024px) {
  .kpuld {
    font-size: 32px;
  }
}
.aakim {
  color: var(--wight, #fff);
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}
@media (min-width: 1024px) {
  .aakim {
    font-size: 16px;
  }
}

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

.ayihp {
  padding-block: 60px;
  padding-inline: 16px;
}
@media (min-width: 1024px) {
  .ayihp {
    padding-block: 90px;
  }
}
@media (min-width: 768px) {
  .ayihp {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .ayihp {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .ayihp {
    padding-inline: 0;
  }
}
.eglai {
  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) {
  .eglai {
    gap: 24px;
  }
}
@media (min-width: 1440px) {
  .eglai {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.estbz {
  max-width: 600px;
}
.wcdqb {
  color: var(--black, #222);
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}
@media (min-width: 1024px) {
  .wcdqb {
    font-size: 16px;
  }
}
.wcdqb:nth-of-type(1) {
  margin-top: 24px;
}
.wcdqb:nth-of-type(2) {
  margin-top: 8px;
}
.povry {
  display: block;
  width: clamp(313px, 80vw, 600px);
}

.agovp {
  padding-block: 60px;
  padding-inline: 16px;
  background-image: url("../../images/pictures/features-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1024px) {
  .agovp {
    padding-block: 90px;
  }
}
@media (min-width: 768px) {
  .agovp {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .agovp {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .agovp {
    padding-inline: 0;
  }
}
.ljkxh {
  max-width: 1224px;
  margin: 0 auto;
  border-radius: 26px;
  background: rgba(237, 244, 245, 0.7);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 40px 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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media (min-width: 1024px) {
  .ljkxh {
    padding: 64px 40px;
  }
}
.utwid {
  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: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .utwid {
    margin-top: 76px;
    gap: 40px;
  }
}
@media (min-width: 1440px) {
  .utwid {
    gap: 0;
  }
}
.ufhuq {
  width: 311px;
  padding-inline: 20px;
  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: 1024px) {
  .ufhuq {
    width: 286px;
    height: 246px;
  }
}
.ufhuq img {
  display: block;
  width: 100px;
}
.ufhuq h3 {
  margin-top: 24px;
  color: #703000;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 157.143% */
}
@media (min-width: 1024px) {
  .ufhuq h3 {
    font-size: 16px;
  }
}
.ufhuq p {
  margin-top: 8px;
  color: var(--black, #222);
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}
@media (min-width: 1024px) {
  .ufhuq p {
    font-size: 16px;
  }
}
.ufhuq:nth-of-type(8) img {
  width: 59px;
}
@media (min-width: 1024px) {
  .ufhuq:nth-of-type(8) img {
    width: 70px;
  }
}

.qbdeh {
  padding-block: 60px;
  padding-inline: 16px;
}
@media (min-width: 1024px) {
  .qbdeh {
    padding-block: 90px;
  }
}
@media (min-width: 768px) {
  .qbdeh {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .qbdeh {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .qbdeh {
    padding-inline: 0;
  }
}
.wqrnx {
  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) {
  .wqrnx {
    gap: 24px;
  }
}
.bfqzc {
  max-width: 600px;
}
.zticf {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.fsghg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.fsghg img {
  display: block;
  width: 32px;
}
.fsghg span {
  color: var(--black, #222);
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}
@media (min-width: 1024px) {
  .fsghg span {
    font-size: 16px;
  }
}
.fsghg:nth-of-type(1) {
  position: relative;
}
.fsghg:nth-of-type(1)::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 42px;
  background: #000;
  left: 16px;
  bottom: -40px;
  z-index: 1;
}
@media (min-width: 1024px) {
  .fsghg:nth-of-type(1)::after {
    height: 33px;
    bottom: -30px;
  }
}
.fsghg:nth-of-type(2) {
  position: relative;
}
.fsghg:nth-of-type(2)::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 46px;
  background: #000;
  left: 16px;
  bottom: -25px;
  z-index: 1;
}
@media (min-width: 1024px) {
  .fsghg:nth-of-type(2)::after {
    height: 33px;
    bottom: -20px;
  }
}
.ezlxk {
  display: block;
  width: clamp(343px, 80vw, 600px);
}

.bsdnt {
  padding-block: 60px;
  padding-inline: 16px;
}
@media (min-width: 1024px) {
  .bsdnt {
    padding-block: 90px;
  }
}
@media (min-width: 768px) {
  .bsdnt {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .bsdnt {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .bsdnt {
    padding-inline: 0;
  }
}
.kekmq {
  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) {
  .kekmq {
    gap: 24px;
  }
}
@media (min-width: 1440px) {
  .kekmq {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.mujno {
  max-width: 600px;
}
.bsdnt .qbreu {
  width: 160px;
}
.oacst {
  margin-top: 24px;
  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;
}
.oacst p {
  color: var(--black, #222);
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}
@media (min-width: 1024px) {
  .oacst p {
    font-size: 16px;
  }
}
.sgeed {
  display: block;
  width: clamp(343px, 70vw, 600px);
}

.kvdbs {
  padding-block: 60px;
  padding-inline: 16px;
  background-image: url("../../images/pictures/gallery-bg-min.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1024px) {
  .kvdbs {
    padding-block: 90px;
  }
}
@media (min-width: 768px) {
  .kvdbs {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .kvdbs {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .kvdbs {
    padding-inline: 0;
  }
}
.lfqrq {
  max-width: 1224px;
  width: 100%;
  overflow: hidden;
  padding: 40px 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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 42px;
  text-align: center;
  border-radius: 26px;
  background: rgba(237, 244, 245, 0.7);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
@media (min-width: 1024px) {
  .lfqrq {
    padding: 64px;
  }
}
.lptgm {
  max-width: 600px;
  margin: 0 auto;
  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;
}
.zjtxs {
  margin-top: 24px;
  color: var(--black, #222);
  text-align: center;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}
@media (min-width: 1024px) {
  .zjtxs {
    font-size: 16px;
  }
}
.vwixg {
  display: block;
  width: 250px;
  height: 523px;
  border-radius: 12px;
}
@media (min-width: 1024px) {
  .vwixg {
    width: 276px;
    height: 552px;
  }
}

.swiper-container-1 .swiper {
  width: 100%;
  overflow-x: hidden;
}
.swiper-container-1 .swiper-wrapper {
  width: 100%;
  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 {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}
@media (min-width: 1024px) {
  .swiper--buttons {
    margin-top: 36px;
  }
}

.swiper--left {
  cursor: pointer;
  background-color: transparent;
  border: none;
  width: 36px;
  border-radius: 100px;
}
@media (min-width: 1024px) {
  .swiper--left {
    width: 44px;
  }
}
.swiper--left img {
  display: block;
  width: 100%;
  border-radius: 100px;
  background: #ffce45;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3), 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3), 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
}

.swiper--right {
  cursor: pointer;
  background-color: transparent;
  border: none;
  width: 36px;
  border-radius: 100px;
}
@media (min-width: 1024px) {
  .swiper--right {
    width: 44px;
  }
}
.swiper--right img {
  display: block;
  width: 100%;
  border-radius: 100px;
  background: #ffce45;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3), 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3), 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
}

/* second swiper */
.swiper-container-2 {
  margin-top: 32px;
}

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

.swiper-container-2 .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media (min-width: 1024px) {
  .swiper-container-2 .swiper-wrapper {
    gap: 20px;
  }
}

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

.swiper-reviews-buttons {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}
.swiper-reviews-left {
  cursor: pointer;
  background-color: transparent;
  border: none;
  width: 36px;
  border-radius: 100px;
}
@media (min-width: 1024px) {
  .swiper-reviews-left {
    width: 40px;
  }
}
.swiper-reviews-left img {
  display: block;
  width: 100%;
  border-radius: 100px;
  background: #ffce45;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3), 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3), 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
}

.swiper-reviews-right {
  cursor: pointer;
  background-color: transparent;
  border: none;
  width: 36px;
  border-radius: 100px;
}
@media (min-width: 1024px) {
  .swiper-reviews-right {
    width: 40px;
  }
}
.swiper-reviews-right img {
  display: block;
  width: 100%;
  border-radius: 100px;
  background: #ffce45;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3), 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3), 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
}

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

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

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

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

.swiper-container-3 .swiper-avatars-pagination {
  position: static !important;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  margin: 32px auto 0 auto;
}

.swiper-container-3 .swiper-pagination-bullet {
  background-color: #fff000 !important;
  width: 16px !important;
  height: 16px !important;
  opacity: 0.7 !important;
}

.swiper-container-3 .swiper-pagination-bullet-active {
  opacity: 1 !important;
  background-color: #60f !important;
}

.swiper-reviews-buttons {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
}
@media (min-width: 1024px) {
  .swiper-reviews-buttons {
    margin-top: 48px;
  }
}

.swiper-reviews-left {
  cursor: pointer;
  background-color: transparent;
  border: none;
  width: 36px;
  border-radius: 100px;
}
@media (min-width: 1024px) {
  .swiper-reviews-left {
    width: 40px;
  }
}
.swiper-reviews-left img {
  display: block;
  width: 100%;
  border-radius: 100px;
  background: #ffce45;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3), 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3), 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
}

.swiper-reviews-right {
  cursor: pointer;
  background-color: transparent;
  border: none;
  width: 36px;
  border-radius: 100px;
}
@media (min-width: 1024px) {
  .swiper-reviews-right {
    width: 40px;
  }
}
.swiper-reviews-right img {
  display: block;
  width: 100%;
  border-radius: 100px;
  background: #ffce45;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3), 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3), 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
}

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

.hxsad {
  padding-block: 60px;
  padding-inline: 16px;
}
@media (min-width: 1024px) {
  .hxsad {
    padding-block: 90px;
  }
}
@media (min-width: 768px) {
  .hxsad {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .hxsad {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .hxsad {
    padding-inline: 0;
  }
}
.hxsad .qbreu {
  width: 215px;
  margin: 0 auto;
}
.hxsad .lvpvd {
  text-align: center;
}
.vhjst {
  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) {
  .vhjst {
    margin-top: 76px;
    gap: 24px;
  }
}
.akzij {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 288px;
  height: 314px;
  padding: 24px 24px 40px 24px;
  -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: 40px;
  border-radius: 12px;
  background: var(--wight, #fff);
  -webkit-box-shadow: 8px 8px 20px 0px rgba(57, 57, 57, 0.16);
          box-shadow: 8px 8px 20px 0px rgba(57, 57, 57, 0.16);
}
@media (min-width: 1024px) {
  .akzij {
    height: 340px;
  }
}
.akzij img {
  display: block;
  width: 100%;
}
.akzij p {
  color: var(--black, #222);
  text-align: center;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 157.143% */
}
@media (min-width: 1024px) {
  .akzij p {
    font-size: 16px;
  }
}

.fcobv {
  padding-block: 60px;
  padding-inline: 16px;
}
@media (min-width: 1024px) {
  .fcobv {
    padding-block: 90px;
  }
}
@media (min-width: 768px) {
  .fcobv {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .fcobv {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .fcobv {
    padding-inline: 0;
  }
}
@media (min-width: 1440px) {
  .fcobv {
    padding-block: 0;
  }
}
.tlxax {
  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;
}
@media (min-width: 1440px) {
  .tlxax {
    gap: 24px;
  }
}
.tsfpy {
  max-width: 600px;
}
.fcobv .qbreu {
  width: 182px;
}
.hbdoq {
  color: var(--black, #222);
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}
@media (min-width: 1024px) {
  .hbdoq {
    font-size: 16px;
  }
}
.hbdoq:nth-of-type(1) {
  margin-top: 24px;
}
.hbdoq:nth-of-type(2) {
  margin-top: 8px;
}
.urrkz {
  display: block;
  width: clamp(343px, 70vw, 600px);
}

.gyaxz {
  padding-block: 60px;
  padding-inline: 16px;
}
@media (min-width: 1024px) {
  .gyaxz {
    padding-block: 90px;
  }
}
@media (min-width: 768px) {
  .gyaxz {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .gyaxz {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .gyaxz {
    padding-inline: 0;
  }
}
@media (min-width: 1440px) {
  .gyaxz {
    padding-block: 0;
  }
}
.kqqrf {
  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;
}
@media (min-width: 1440px) {
  .kqqrf {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.jxays {
  max-width: 600px;
}
.gyaxz .qbreu {
  width: 150px;
}
.ktmio {
  color: var(--black, #222);
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}
@media (min-width: 1024px) {
  .ktmio {
    font-size: 16px;
  }
}
.ktmio:nth-of-type(1) {
  margin-top: 24px;
}
.ktmio:nth-of-type(2) {
  margin-top: 8px;
}
.ktmio:nth-of-type(3) {
  margin-top: 8px;
}
.kbkfm {
  display: block;
  width: clamp(343px, 70vw, 600px);
}

.witjk {
  padding-block: 60px;
  padding-inline: 16px;
}
@media (min-width: 1024px) {
  .witjk {
    padding-block: 90px;
  }
}
@media (min-width: 768px) {
  .witjk {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .witjk {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .witjk {
    padding-inline: 0;
  }
}
@media (min-width: 1440px) {
  .witjk {
    padding-block: 0 20px;
  }
}
.adesu {
  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;
}
.lmqbl {
  max-width: 600px;
}
.witjk .qbreu {
  width: 150px;
}
.qgvvw {
  color: var(--black, #222);
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}
@media (min-width: 1024px) {
  .qgvvw {
    font-size: 16px;
  }
}
.qgvvw:nth-of-type(1) {
  margin-top: 24px;
}
.qgvvw:nth-of-type(2) {
  margin-top: 8px;
}
.qgvvw:nth-of-type(3) {
  margin-top: 8px;
}
.wmfrh {
  display: block;
  width: clamp(343px, 70vw, 600px);
}

.qokfa {
  padding-block: 60px;
  padding-inline: 16px;
  background-image: url("../../images/pictures/game-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1024px) {
  .qokfa {
    padding-block: 90px;
  }
}
@media (min-width: 768px) {
  .qokfa {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .qokfa {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .qokfa {
    padding-inline: 0;
  }
}
.lzfaw {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 20px;
  -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;
  border-radius: 26px;
  background: rgba(237, 244, 245, 0.7);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
@media (min-width: 1024px) {
  .lzfaw {
    padding: 64px 40px;
  }
}
.umprs {
  max-width: 392px;
}
.umgps {
  min-width: 303px;
  color: var(--black, #222);
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.umgps:nth-of-type(1) {
  margin-top: 14px;
}
.tkdyd {
  display: block;
  width: clamp(303px, 70vw, 388px);
}

.fyzyb {
  padding-block: 60px;
  padding-inline: 16px;
}
@media (min-width: 1024px) {
  .fyzyb {
    padding-block: 90px;
  }
}
@media (min-width: 768px) {
  .fyzyb {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .fyzyb {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .fyzyb {
    padding-inline: 0;
  }
}
.fyzyb .qbreu {
  width: 70px;
}
.gfkft {
  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) {
  .gfkft {
    margin-top: 60px;
  }
}
.dfsex {
  width: clamp(343px, 80vw, 600px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.dfsex.jqlnr .aexxy {
  max-height: 170px;
  overflow: visible;
  opacity: 1;
  padding: 16px;
  background: #ccf6ff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.dfsex.jqlnr .ddglo {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.wlaup {
  padding: 16px;
  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;
  background: var(--blue, #027b92);
}
.wlaup p {
  color: var(--wight, #fff);
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
}
.hjkoq {
  display: block;
  width: 24px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.aexxy {
  max-height: 0px;
  opacity: 0;
  overflow: hidden;
  color: var(--black, #222);
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (min-width: 1024px) {
  .aexxy {
    font-size: 16px;
  }
}

.uhubd {
  padding-block: 60px;
  padding-inline: 16px;
  background-image: url("../../images/pictures/contact-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1024px) {
  .uhubd {
    padding-block: 90px;
  }
}
@media (min-width: 768px) {
  .uhubd {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .uhubd {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .uhubd {
    padding-inline: 0;
  }
}
.adcai {
  width: 100%;
  padding-block: 60px;
  border-radius: 8px;
  background: rgba(237, 244, 245, 0.7);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  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;
}
.uhubd .lvpvd {
  text-align: center;
}
.lcjdp {
  color: var(--black, #222);
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 157.143% */
}
@media (min-width: 1024px) {
  .lcjdp {
    font-size: 20px;
  }
}
.lcjdp:nth-of-type(1) {
  margin-top: 16px;
}
.lcjdp:nth-of-type(2) {
  margin-top: 8px;
}
.eqzyi {
  max-width: 912px;
  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;
  gap: 24px;
}
@media (min-width: 1024px) {
  .eqzyi {
    margin: 43px auto 0 auto;
    -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;
  }
}
@media (min-width: 1440px) {
  .eqzyi {
    -webkit-transform: translateX(6%);
            transform: translateX(6%);
  }
}
.eqzyi p {
  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: 24px;
}
.eqzyi p img {
  display: block;
  width: 40px;
}
.eqzyi p span {
  color: var(--black, #222);
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 157.143% */
}
@media (min-width: 1024px) {
  .eqzyi p span {
    font-size: 16px;
  }
}

.nycvw {
  padding-inline: 16px;
  padding-top: 60px;
  position: relative;
}
@media (min-width: 768px) {
  .nycvw {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .nycvw {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .nycvw {
    padding-inline: 0;
  }
}
.wgfce {
  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: 1195px) {
  .wgfce {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.cknhi {
  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;
  gap: 16px;
}
.nycvw .lvpvd {
  text-align: center;
}
.qnnwm {
  color: var(--black, #222);
  text-align: center;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 157.143% */
}
@media (min-width: 1024px) {
  .qnnwm {
    font-size: 16px;
  }
}
.pbhcu {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.puvcu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.puvcu img {
  display: block;
  width: 20px;
}
.puvcu span {
  color: var(--black, #222);
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 169.231% */
}
@media (min-width: 1024px) {
  .puvcu span {
    font-size: 16px;
  }
}
.vhpol {
  display: block;
  width: clamp(343px, 70vw, 600px);
  height: clamp(332px, 80vw, 580px);
}
.vnsch {
  display: block;
  width: clamp(343px, 70vw, 600px);
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(14%);
          transform: translateY(14%);
}

.wgmzw {
  padding-inline: 16px;
  padding-block: 30px;
  background: var(--blue, #027b92);
  position: relative;
}
@media (min-width: 768px) {
  .wgmzw {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .wgmzw {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .wgmzw {
    padding-inline: 0;
  }
}
.yjzra {
  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) {
  .yjzra {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 24px;
  }
}
.yjzra a {
  color: var(--wight, #fff);
  text-align: center;
  font-family: "Open Sans", 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) {
  .yjzra a {
    font-size: 16px;
  }
}
.yjzra a:hover {
  color: #f8af81;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.yjzra a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.gigmi {
  margin: 30px auto 0 auto;
  color: var(--wight, #fff);
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}
@media (min-width: 1024px) {
  .gigmi {
    margin: 50px auto 0 auto;
    font-size: 16px;
  }
}
.jssgb {
  margin: 16px auto 0 auto;
  color: #f2f2f2;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 300;
  line-height: 14px; /* 127.273% */
}

.lacwe {
  padding-block: 40px;
  padding-inline: 16px;
  border: 1px solid #fff;
  background: var(--wight, #fff);
  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) {
  .lacwe {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media (min-width: 1024px) {
  .gxapu {
    font-size: 36px;
  }
}
.fqqcu {
  max-width: 750px;
  color: var(--text, #232323);
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}
@media (min-width: 1024px) {
  .fqqcu {
    font-size: 24px;
  }
}
.vpnsg {
  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: 20px;
  padding-top: 18px;
}
@media (min-width: 1024px) {
  .vpnsg {
    padding-top: 0;
  }
}
@media (min-width: 1440px) {
  .vpnsg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.wgild {
  width: 343px;
  height: 56px;
  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;
}

.ebbbn {
  color: var(--wight, #fff);
  border-radius: 12px;
  border: 1px solid var(--text, #232323);
  background: #57c158;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.ebbbn:hover {
  background-color: #0c5a2e;
}

.bmidz {
  color: var(--black, #222);
  border-radius: 12px;
  border: 1px solid var(--text, #232323);
  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;
}
.bmidz:hover {
  background-color: #8c2f1a;
}

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

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

.akngn {
  padding-inline: 16px;
  padding-block: 110px 60px;
  color: var(--text, #232323);
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}
@media (min-width: 768px) {
  .akngn {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .akngn {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .akngn {
    padding-inline: 0;
  }
}
@media (min-width: 1024px) {
  .akngn {
    padding-block: 170px 120px;
  }
}

.gobmr {
  color: var(--text, #232323);
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 145.455% */
  text-transform: capitalize;
}
@media (min-width: 1024px) {
  .gobmr {
    font-size: 32px;
  }
}
.sumuc {
  margin-top: 16px;
}
.ipshh {
  margin-top: 16px;
}

.cwkxd {
  padding-top: 24px;
}
.wfnmz {
  color: var(--text, #232323);
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
}
@media (min-width: 1024px) {
  .wfnmz {
    font-size: 20px;
  }
}
.idigx {
  margin-top: 16px;
}
.whwiq {
  color: var(--text, #232323);
}
.xhpkc {
  color: var(--text, #232323);
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}
@media (min-width: 1024px) {
  .xhpkc {
    font-size: 16px;
  }
}
.hfjrj {
  list-style-type: disc;
  margin-left: 20px;
}
@media (min-width: 1024px) {
  .hfjrj {
    margin-left: 35px;
  }
}
.eckqz {
  color: var(--text, #232323);
  text-decoration: none;
}
.hgzrt {
  margin-top: 8px;
}
.zfnon {
  text-decoration: none;
  color: inherit;
}

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

.jzzoe {
  color: #0059ff;
}

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

.ebypw {
  padding: 0;
}

.pocmf {
  margin: 0;
}

.nwbot {
  margin-top: 16px;
}

strong {
  font-weight: 700;
}

.lsxdd {
  margin-top: 26px;
}