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

.wferf {
  scroll-behavior: smooth;
  overflow-x: hidden;
  background: var(--graphite, #121212);
}

.mwvyh {
  scroll-behavior: smooth;
  overflow-x: hidden;
  background: var(--graphite, #121212);
  color: var(--light-gray, #c7c7c7);
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
@media (min-width: 1024px) {
  .mwvyh {
    font-size: 18px;
  }
}

.bwjku {
  max-width: 1120px;
  margin: 0 auto;
  height: 100%;
}

.iewex {
  color: var(--white, #fff);
  font-family: "Bebas Neue", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 48px */
}
@media (min-width: 1024px) {
  .iewex {
    font-size: 56px;
  }
}

.vdyuo {
  margin-top: 8px;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 31.2px */
  background: var(--gradient, linear-gradient(90deg, #00aeef 0%, #fff 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 1024px) {
  .vdyuo {
    font-size: 28px;
  }
}

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

.piens {
  padding-inline: 16px;
  padding-block: 8px;
  background: var(--graphite, #121212);
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 2;
}
@media (min-width: 768px) {
  .piens {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .piens {
    padding-inline: 24px;
  }
}
@media (min-width: 1400px) {
  .piens {
    padding-inline: 0;
  }
}
.rvwwx {
  max-width: 1120px;
  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;
}
.elupg {
  display: block;
  width: 44px;
}
.uxaol {
  display: block;
  margin-left: auto;
  width: 44px;
}
.uxaol img {
  display: block;
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.uxaol img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media (min-width: 1024px) {
  .uxaol {
    display: none;
  }
}
.kelaf {
  margin-left: auto;
  width: 44px;
}
.kelaf img {
  display: block;
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.kelaf img:hover {
  -webkit-transform: rotate(240deg);
          transform: rotate(240deg);
}
@media (min-width: 1024px) {
  .kelaf {
    display: none;
  }
}

.yfygu {
  display: none;
}

@media (min-width: 1024px) {
  .yfygu {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .ftipk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 33px;
    width: 100%;
  }
  .vifrs {
    color: var(--White, #fff);
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
  }
  .vpjhj {
    color: var(--White, #fff);
    text-decoration: none;
    position: relative;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
  }
  .vpjhj::after {
    content: "";
    position: absolute;
    display: block;
    height: 1px;
    width: 100%;
    background-color: #00AEEF;
    bottom: -5px;
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .vpjhj:hover::after {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .vpjhj:hover {
    color: #00AEEF;
  }
}
.efzat {
  padding-inline: 16px;
  background: var(--Black, #070f0f);
  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-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media (min-width: 768px) {
  .efzat {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .efzat {
    padding-inline: 24px;
  }
}
@media (min-width: 1400px) {
  .efzat {
    padding-inline: 0;
  }
}
.efzat: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) {
  .efzat {
    display: none;
  }
}
.hrozg {
  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;
}
.ciblu {
  width: 100%;
}
.dokoj {
  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: 30px;
}
.ctwxr {
  color: var(--White, #fff);
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 28.6px */
}
.jjmql {
  color: var(--White, #fff);
  display: inline-block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-decoration: none;
  position: relative;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.jjmql::after {
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  background-color: #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;
}
.jjmql:hover::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.jjmql:hover {
  color: #fff;
}

.qmfte {
  padding-inline: 16px;
  padding-block: 100px 83px;
  background: url(/images/pictures/hero-bg.png) no-repeat center/cover;
}
@media (min-width: 768px) {
  .qmfte {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .qmfte {
    padding-inline: 24px;
  }
}
@media (min-width: 1400px) {
  .qmfte {
    padding-inline: 0;
  }
}
@media (min-width: 1024px) {
  .qmfte {
    padding-block: 100px 80px;
  }
}
.vgdjx {
  max-width: 736px;
  margin-right: 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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.diugv {
  font-family: "Bebas Neue", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 76.8px */
  background: var(--gradient, linear-gradient(90deg, #00aeef 0%, #fff 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 1024px) {
  .diugv {
    font-size: 96px;
  }
}
.diugv span {
  display: block;
}
@media (min-width: 1024px) {
  .diugv span {
    display: none;
  }
}
.fhvra {
  margin-top: 24px;
  color: var(--light-gray, #c7c7c7);
}
@media (min-width: 1024px) {
  .fhvra {
    max-width: 640px;
  }
}
.ducfv {
  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;
}
.ducfv button {
  width: 256px;
  border-radius: 16px;
  border: none;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.ducfv button img {
  display: block;
  width: 100%;
}
.ducfv button:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.pyifc {
  display: block;
  width: 226px;
  height: 75px;
  cursor: pointer;
  -webkit-animation: eliui 2s ease infinite;
          animation: eliui 2s ease infinite;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.hljsq {
  padding-block: 80px;
  padding-inline: 16px;
}
@media (min-width: 768px) {
  .hljsq {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .hljsq {
    padding-inline: 24px;
  }
}
@media (min-width: 1400px) {
  .hljsq {
    padding-inline: 0;
  }
}
.hbmik {
  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) {
  .hbmik {
    margin-top: 64px;
    gap: 32px;
  }
}
.ofajw {
  width: clamp(343px, 80vw, 544px);
  padding: 24px;
  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: 10px;
  border-radius: 16px;
  border: 1px solid var(--border-gradient, #505050);
  background: var(--l-graphite, #141414);
  cursor: pointer;
  position: relative;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
@media (min-width: 1024px) {
  .ofajw {
    height: 229px;
  }
}
.ofajw:hover {
  background-color: #505050;
}
.ofajw::after {
  content: "";
  width: 262px;
  height: 26px;
  position: absolute;
  left: -29px;
  bottom: -1px;
  border-radius: 262px;
  background: #434343;
  -webkit-filter: blur(32px);
          filter: blur(32px);
}
.ofajw p {
  color: var(--light-gray, #c7c7c7);
  font-size: 18px;
}
@media (min-width: 1024px) {
  .ofajw p {
    font-size: 20px;
  }
}
.ofajw p span {
  color: var(--white, #fff);
  font-size: 18px;
}
@media (min-width: 1024px) {
  .ofajw p span {
    font-size: 20px;
  }
}
.vmzos {
  width: clamp(343px, 80vw, 544px);
  padding: 24px;
  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: 10px;
  border-radius: 16px;
  border: 1px solid var(--border-gradient, #505050);
  background: var(--l-graphite, #141414);
  cursor: pointer;
  position: relative;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
@media (min-width: 1024px) {
  .vmzos {
    height: 229px;
  }
}
.vmzos:hover {
  background-color: #505050;
}
.vmzos p {
  font-size: 18px;
  color: var(--white, #fff);
}
@media (min-width: 1024px) {
  .vmzos p {
    font-size: 20px;
  }
}
.vmzos ul {
  list-style-type: disc;
}
.vmzos ul li {
  margin-left: 24px;
}
.vmzos::after {
  content: "";
  position: absolute;
  right: -44px;
  top: 14px;
  width: 262px;
  height: 26px;
  border-radius: 262px;
  background: #434343;
  -webkit-filter: blur(32px);
          filter: blur(32px);
}

.yxwec {
  padding-block: 80px;
  padding-inline: 16px;
}
@media (min-width: 768px) {
  .yxwec {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .yxwec {
    padding-inline: 24px;
  }
}
@media (min-width: 1400px) {
  .yxwec {
    padding-inline: 0;
  }
}
.fpzhh {
  margin-top: 40px;
  color: var(--white, #fff);
}
@media (min-width: 1024px) {
  .fpzhh {
    margin-top: 64px;
  }
}
.yjvio {
  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: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .yjvio {
    gap: 32px;
  }
}
.gisjl {
  width: clamp(343px, 80vw, 352px);
  padding: 24px;
  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;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-radius: 16px;
  border: 1px solid var(--border-gradient, #505050);
  background: var(--l-graphite, #141414);
  cursor: pointer;
  -webkit-transition: border 0.5s;
  transition: border 0.5s;
}
@media (min-width: 1024px) {
  .gisjl {
    height: 427px;
  }
}
.gisjl:hover {
  border: 2px solid #00aeef;
}
.gisjl img {
  display: block;
  width: 100%;
}
.wakgl {
  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: 4px;
}
.wakgl h4 {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 31.2px */
  background: var(--gradient, linear-gradient(90deg, #00aeef 0%, #fff 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 1024px) {
  .wakgl h4 {
    font-size: 28px;
  }
}
.wakgl span {
  color: var(--light-gray, #c7c7c7);
  font-family: "Roboto", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 16.5px */
}
@media (min-width: 1024px) {
  .wakgl span {
    font-size: 12px;
  }
}

.onoio {
  padding-block: 80px;
  padding-inline: 16px;
}
@media (min-width: 768px) {
  .onoio {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .onoio {
    padding-inline: 24px;
  }
}
@media (min-width: 1400px) {
  .onoio {
    padding-inline: 0;
  }
}
.ensky {
  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) {
  .ensky {
    margin-top: 64px;
    gap: 32px;
  }
}
.qkxgs {
  width: 343px;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-radius: 16px;
  border: 1px solid var(--border-gradient, #505050);
  background: var(--l-graphite, #141414);
  cursor: pointer;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.qkxgs:hover {
  background-color: #434343;
}
@media (min-width: 1024px) {
  .qkxgs {
    width: 256px;
    height: 231px;
  }
}
.qkxgs img {
  display: block;
  width: 64px;
}
.qkxgs h4 {
  margin-top: 16px;
  color: var(--bright-cyan, #00aeef);
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
}
.qkxgs p {
  margin-top: 8px;
}

.dktru {
  padding-block: 80px;
  padding-inline: 16px;
}
@media (min-width: 768px) {
  .dktru {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .dktru {
    padding-inline: 24px;
  }
}
@media (min-width: 1400px) {
  .dktru {
    padding-inline: 0;
  }
}
.xnxzy {
  width: 208px;
  height: 166px;
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  border-radius: 16px;
  border: 1px solid var(--border-gradient, #505050);
  background: var(--l-graphite, #141414);
}
@media (min-width: 1024px) {
  .xnxzy {
    height: 181px;
  }
}
.ytzyx {
  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%;
}
.ytzyx h4 {
  color: var(--white, #fff);
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
}
@media (min-width: 1024px) {
  .ytzyx h4 {
    font-size: 20px;
  }
}
.ytzyx img {
  display: block;
  width: 40px;
}
.ytzyx p {
  color: var(--light-gray, #c7c7c7);
}

.swiper-container-1 {
  width: 100%;
  overflow-x: hidden;
  margin: 40px auto 0 auto;
}
@media (min-width: 1440px) {
  .swiper-container-1 {
    margin: 64px auto 0 auto;
  }
}

.swiper-container-1 .swiper-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
@media (min-width: 1440px) {
  .swiper-container-1 .swiper-wrapper {
    gap: 10px;
  }
}

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

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

.swiper--left {
  cursor: pointer;
  background-color: transparent;
  border: none;
  width: 52px;
  -webkit-transform: translateX(-130%);
          transform: translateX(-130%);
}
.swiper--left img {
  display: block;
  width: 100%;
}

.swiper--right {
  cursor: pointer;
  background-color: transparent;
  border: none;
  width: 52px;
  -webkit-transform: translateX(130%);
          transform: translateX(130%);
}
.swiper--right img {
  display: block;
  width: 100%;
}

.swiper-container-1 .swiper--pagination {
  position: static !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 32px;
}
@media (min-width: 1440px) {
  .swiper-container-1 .swiper--pagination {
    display: none;
  }
}

.swiper-container-1 .swiper-pagination-bullet {
  width: 16px !important;
  height: 16px !important;
  background-image: url("/images/icons/icon-bullet.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1 !important;
  background-color: transparent;
  border-radius: 0;
}

.swiper-container-1 .swiper-pagination-bullet-active {
  background-image: url("/images/icons/icon-bullet-active.png");
}

/* second swiper */
.swiper-container-2 {
  width: 100%;
  margin: 16px auto 0 auto;
}
@media (min-width: 1024px) {
  .swiper-container-2 {
    margin: 24px auto 0 auto;
  }
}

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

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

.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: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
}
@media (min-width: 1024px) {
  .swiper--buttons {
    margin-top: 48px;
  }
}

.swiper--left {
  cursor: pointer;
  background-color: transparent;
  border: none;
  width: 36px;
}
@media (min-width: 1024px) {
  .swiper--left {
    width: 40px;
  }
}
.swiper--left img {
  display: block;
  width: 100%;
}

.swiper--right {
  cursor: pointer;
  background-color: transparent;
  border: none;
  width: 36px;
}
@media (min-width: 1024px) {
  .swiper--right {
    width: 40px;
  }
}
.swiper--right img {
  display: block;
  width: 100%;
}

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

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

.kkjvl {
  padding-block: 80px;
  padding-inline: 16px;
}
@media (min-width: 768px) {
  .kkjvl {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .kkjvl {
    padding-inline: 24px;
  }
}
@media (min-width: 1400px) {
  .kkjvl {
    padding-inline: 0;
  }
}
.mpnqo {
  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) {
  .mpnqo {
    margin-top: 64px;
    gap: 32px;
  }
}
.otydu {
  width: clamp(343px, 80vw, 352px);
  height: 136px;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-radius: 16px;
  border: 1px solid var(--border-gradient, #505050);
  background: var(--gray, #1d1d1d);
  cursor: pointer;
  -webkit-transition: border 0.5s;
  transition: border 0.5s;
}
.otydu:hover {
  border: 2px solid #baf3ed;
}
@media (min-width: 1024px) {
  .otydu {
    height: 142px;
    gap: 0;
  }
}
.otydu p {
  color: var(--light-gray, #c7c7c7);
  font-style: italic;
}
@media (min-width: 1024px) {
  .otydu p {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.mcjwe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.mcjwe img {
  display: block;
  width: 32px;
}
.mcjwe h4 {
  color: var(--white, #fff);
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
}
@media (min-width: 1024px) {
  .mcjwe h4 {
    font-size: 20px;
  }
}

.rhhnz {
  padding-block: 80px;
  padding-inline: 16px;
}
@media (min-width: 768px) {
  .rhhnz {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .rhhnz {
    padding-inline: 24px;
  }
}
@media (min-width: 1400px) {
  .rhhnz {
    padding-inline: 0;
  }
}
.ddndy {
  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;
}
@media (min-width: 1024px) {
  .ddndy {
    margin-top: 64px;
  }
}
@media (min-width: 1440px) {
  .ddndy {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.snmhm {
  max-width: 736px;
  border-radius: 16px;
  border: 1px solid var(--border-gradient, #505050);
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
}
@media (min-width: 1024px) {
  .snmhm {
    padding: 24px;
  }
}
.eluzo {
  width: 100%;
  padding-bottom: 16px;
  border-bottom: 1px solid #434343;
  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;
}
.eluzo h4 {
  color: var(--white, #fff);
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
}
@media (min-width: 1024px) {
  .eluzo h4 {
    font-size: 20px;
  }
}
.eluzo p {
  color: var(--light-gray, #c7c7c7);
}
.eluzo:last-child {
  padding-bottom: 0;
  border-bottom: unset;
}
.bfjtx {
  display: none;
}
@media (min-width: 1440px) {
  .bfjtx {
    display: block;
    max-width: 351px;
  }
}

.xtggu {
  padding-block: 80px;
  padding-inline: 16px;
}
@media (min-width: 768px) {
  .xtggu {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .xtggu {
    padding-inline: 24px;
  }
}
@media (min-width: 1400px) {
  .xtggu {
    padding-inline: 0;
  }
}
.fsfhd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1024px) {
  .fsfhd {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.gjamz {
  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: 40px;
}
@media (min-width: 1024px) {
  .gjamz {
    gap: 64px;
  }
}
.vjkar {
  max-width: 267px;
}
.csngb {
  width: 343px;
  padding: 16px;
  border-radius: 16px;
  border: 1px solid var(--border-gradient, #505050);
  background: var(--l-graphite, #141414);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1440px) {
  .csngb {
    width: 277px;
  }
}
.qxkcq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 5px;
}
.qxkcq span {
  color: var(--white, #fff);
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
}
@media (min-width: 1024px) {
  .qxkcq span {
    font-size: 20px;
  }
}
.qxkcq a {
  color: var(--light-gray, #c7c7c7);
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
}
.qxkcq a::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #c7c7c7;
  bottom: -2px;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.qxkcq a:hover::after {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.psrhh {
  display: none;
}
@media (min-width: 1024px) {
  .psrhh {
    display: block;
    max-width: 352px;
  }
}

.otqfa {
  padding-inline: 16px;
  padding-block: 40px 16px;
}
@media (min-width: 768px) {
  .otqfa {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .otqfa {
    padding-inline: 24px;
  }
}
@media (min-width: 1400px) {
  .otqfa {
    padding-inline: 0;
  }
}
.aqynv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
}
@media (min-width: 1024px) {
  .aqynv {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    position: relative;
    gap: 121px;
  }
}
.mmhyh {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 48px;
}
.mmhyh a {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.mmhyh a:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.mmhyh img {
  display: block;
  width: 32px;
}
.ytmfz {
  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;
}
@media (min-width: 1024px) {
  .ytmfz {
    position: absolute;
    gap: 20px;
    left: 0;
    top: 0;
  }
}
.ytmfz a {
  color: var(--white, #fff);
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  text-decoration: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  position: relative;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
@media (min-width: 1024px) {
  .ytmfz a {
    font-size: 18px;
  }
}
.ytmfz a::after {
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  background-color: #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;
}
.ytmfz a:hover::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.ytmfz a:hover {
  color: #fff;
}
.azddx {
  color: var(--white, #fff);
  font-family: "Roboto", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 16.5px */
}
@media (min-width: 1024px) {
  .azddx {
    font-size: 12px;
  }
}

.gqjyf {
  padding-inline: 16px;
  background: #121212;
  border-top: 1px solid #baf3ed;
  padding-block: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
}
@media (min-width: 768px) {
  .gqjyf {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .gqjyf {
    padding-inline: 24px;
  }
}
@media (min-width: 1400px) {
  .gqjyf {
    padding-inline: 0;
  }
}
@media (min-width: 1440px) {
  .gqjyf {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.iatyr {
  display: none;
}
.iqlem {
  max-width: 750px;
  color: #fff;
  text-align: center;
  font-family: "Albert Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
}
@media (min-width: 1024px) {
  .iqlem {
    font-size: 24px;
  }
}
.dufao {
  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: 18px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.avdcl {
  width: 343px;
  height: 55px;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  text-transform: uppercase;
  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;
}

.bbvbl {
  color: #000;
  border-radius: 28px;
  background: var(--White, #f3f5fa);
  background: #baf3ed;
  border: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.bbvbl:hover {
  background-color: #0c5a2e;
}

.xyqje {
  color: #fff;
  border: 2px solid #fff;
  border-radius: 28px;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.xyqje:hover {
  background-color: #8c2f1a;
}

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

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

.gwmde {
  padding-inline: 16px;
  margin-top: 120px;
  margin-bottom: 40px;
  color: var(--light-gray, #c7c7c7);
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media (min-width: 768px) {
  .gwmde {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .gwmde {
    padding-inline: 24px;
  }
}
@media (min-width: 1400px) {
  .gwmde {
    padding-inline: 0;
  }
}
@media (min-width: 1024px) {
  .gwmde {
    margin-top: 140px;
    margin-bottom: 80px;
    font-size: 18px;
  }
}

.imdai {
  color: var(--bright-cyan, #00aeef);
  font-family: "Bebas Neue", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 48px */
}
@media (min-width: 1024px) {
  .imdai {
    font-size: 56px;
  }
}
.gying {
  margin-top: 16px;
}
@media (min-width: 1024px) {
  .gying {
    margin-top: 24px;
  }
}
.shzzb {
  margin-top: 16px;
  font-weight: 400;
}

.pbjdn {
  padding-top: 32px;
  text-align: left;
}
.vplel {
  color: var(--light-gray, #c7c7c7);
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
@media (min-width: 1024px) {
  .vplel {
    font-size: 28px;
  }
}
.rcnju {
  margin-top: 16px;
  color: var(--light-gray, #c7c7c7);
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
@media (min-width: 1024px) {
  .rcnju {
    font-size: 22px;
  }
}
.otcqa {
  margin-top: 16px;
}
.vszgd {
  color: var(--light-gray, #C7C7C7);
}
.eldpv {
  margin-top: 8px;
}
.fdpqm {
  list-style-type: disc;
  margin-left: 20px;
}
@media (min-width: 1024px) {
  .fdpqm {
    margin-left: 35px;
  }
}
.wfwih {
  color: var(--light-gray, #C7C7C7);
  text-decoration: none;
}
.fultp {
  margin-top: 8px;
  font-weight: 400;
}
.jhihe {
  text-decoration: none;
  color: inherit;
}

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

.crbez {
  max-width: 1120px;
  margin: 0 auto;
}

.idmcp {
  padding: 0;
}

.hqwwq {
  margin: 0;
}

strong {
  font-weight: 700;
}