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

.cibol {
  scroll-behavior: smooth;
  overflow-x: hidden;
  background: var(--LIGHT, #FAFAFA);
}

.acclr {
  scroll-behavior: smooth;
  overflow-x: hidden;
  background-color: var(--LIGHT, #fafafa);
}

.gqqgi {
  max-width: 1246px;
  margin: 0 auto;
}

.ablms {
  color: var(--DARK, #110f2b);
  font-family: "Roboto", sans-serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 49.4px */
  text-align: center;
}
@media (min-width: 1024px) {
  .ablms {
    font-size: 48px;
  }
}

.mzebf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.mzebf img {
  display: block;
  width: 16px;
}
.mzebf span {
  color: var(--LIGHT, #fafafa);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 18.2px */
}

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

.jlrfq {
  padding-block: 12px;
  padding-inline: 24px;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 2;
  background: var(--BLUE, #3e527f);
}
@media (min-width: 1024px) {
  .jlrfq {
    padding-block: 16px;
  }
}
.flwhl {
  max-width: 1246px;
  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;
}
.xavrb {
  display: block;
  margin-left: auto;
}
.xavrb img {
  display: block;
  width: 36px;
}
@media (min-width: 1024px) {
  .xavrb {
    display: none;
  }
}
.masxk {
  margin-left: auto;
}
.masxk 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;
}
.masxk img:hover {
  -webkit-transform: rotate(240deg);
          transform: rotate(240deg);
}
@media (min-width: 1024px) {
  .masxk {
    display: none;
  }
}

.kgdnh {
  display: none;
}

@media (min-width: 1024px) {
  .kgdnh {
    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;
  }
  .tssux {
    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) {
  .tssux {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 19px;
  }
}
@media (min-width: 1024px) and (min-width: 1440px) {
  .tssux {
    gap: 40px;
  }
}
@media (min-width: 1024px) {
  .hazui {
    color: var(--LIGHT, #fafafa);
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%; /* 16.8px */
  }
}
@media (min-width: 1024px) {
  .yzsyb {
    color: var(--LIGHT, #fafafa);
    text-decoration: none;
    position: relative;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
  }
  .yzsyb::after {
    content: "";
    position: absolute;
    display: block;
    height: 1px;
    width: 100%;
    background-color: #e6027a;
    bottom: -5px;
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .yzsyb:hover::after {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  .yzsyb:hover {
    color: #cce107;
  }
}
.ttzrv {
  padding-inline: 16px;
  background-color: var(--BLUE, #3e527f);
  -webkit-box-shadow: -6px 8px 4px 0px rgba(16, 0, 78, 0.25);
          box-shadow: -6px 8px 4px 0px rgba(16, 0, 78, 0.25);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  height: 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) {
  .ttzrv {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .ttzrv {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .ttzrv {
    padding-inline: 0;
  }
}
.ttzrv: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) {
  .ttzrv {
    display: none;
  }
}

.ucecp {
  padding-top: 20px;
}
.ibayk {
  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;
}
.wsqze {
  color: var(--LIGHT, #fafafa);
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 19.2px */
}
.yvqnj {
  color: var(--soowhite, #fdfdfd);
  display: inline-block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-decoration: none;
  position: relative;
}
.yvqnj::after {
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  background-color: #cce107;
  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;
}
.yvqnj:hover::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

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

.flkei {
  padding-inline: 16px;
  padding-block: 87px 40px;
}
@media (min-width: 768px) {
  .flkei {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .flkei {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .flkei {
    padding-inline: 0;
  }
}
@media (min-width: 1024px) {
  .flkei {
    padding-block: 146px 83px;
  }
}
.flkei .gqqgi {
  max-width: 1080px;
}
.lktfh {
  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;
}
@media (min-width: 1440px) {
  .lktfh {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.ynkjc {
  max-width: 736px;
}
.fdweq {
  color: var(--DARK, #110f2b);
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 48px */
}
@media (min-width: 1024px) {
  .fdweq {
    font-size: 72px;
  }
}
@media (min-width: 1440px) {
  .fdweq {
    text-align: left;
  }
}
.fpaqg {
  margin-top: 16px;
  color: var(--DARK, #110f2b);
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
}
@media (min-width: 1024px) {
  .fpaqg {
    margin-top: 48px;
    font-size: 20px;
  }
}
@media (min-width: 1440px) {
  .fpaqg {
    text-align: left;
  }
}
.izvbc {
  display: none;
}
.izvbc p {
  color: var(--DARK, #110f2b);
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 15.6px */
}
@media (min-width: 1440px) {
  .izvbc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    margin-top: 68px;
  }
}
.aeqgs {
  max-width: 560px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 26px;
}
.kxazt {
  display: block;
  width: clamp(145px, 50vw, 282px);
  padding-left: 30px;
}
@media (min-width: 1440px) {
  .kxazt {
    height: 559px;
    padding-left: 0;
  }
}
.nmcie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media (min-width: 1440px) {
  .nmcie {
    display: none;
  }
}
.nmcie p {
  color: var(--DARK, #110f2b);
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 15.6px */
}

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

.yfkty {
  padding-inline: 16px;
  padding-block: 40px;
  background-color: var(--BLUE, #3e527f);
}
@media (min-width: 768px) {
  .yfkty {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .yfkty {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .yfkty {
    padding-inline: 0;
  }
}
@media (min-width: 1024px) {
  .yfkty {
    padding-block: 80px;
  }
}
.yfkty .ablms {
  margin-top: 40px;
  font-size: 48px;
  color: var(--LIGHT, #fafafa);
}
.rkgcu {
  max-width: 1021px;
  margin: 24px auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .rkgcu {
    margin: 40px auto 0 auto;
  }
}
@media (min-width: 1440px) {
  .rkgcu {
    gap: 48px;
  }
}
.yvhqi {
  max-width: 540px;
  color: var(--LIGHT, #fafafa);
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%; /* 26px */
  letter-spacing: -0.2px;
}
@media (min-width: 1024px) {
  .yvhqi {
    font-size: 24px;
  }
}
@media (min-width: 1440px) {
  .yvhqi {
    text-align: left;
  }
}
.oqhbz {
  max-width: 433px;
  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;
}
.oqhbz p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.oqhbz p img {
  display: block;
  width: 32px;
}
.oqhbz p span {
  color: var(--LIGHT, #fafafa);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
}
@media (min-width: 1024px) {
  .oqhbz p span {
    font-size: 16px;
  }
}

.dlgob {
  padding-block: 40px;
  padding-inline: 16px;
  background-color: var(--BLUE, #3e527f);
}
@media (min-width: 1024px) {
  .dlgob {
    padding-block: 80px;
  }
}
@media (min-width: 768px) {
  .dlgob {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .dlgob {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .dlgob {
    padding-inline: 0;
  }
}
.dlgob .ablms {
  margin-top: 40px;
  color: var(--LIGHT, #fafafa);
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 46.8px */
}
.bnewj {
  max-width: 1200px;
  margin: 40px auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.nmtju {
  width: 343px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media (min-width: 1024px) {
  .nmtju {
    width: 180px;
    -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;
  }
}
.nmtju img {
  display: block;
  width: 48px;
  height: 48px;
}
@media (min-width: 1024px) {
  .nmtju img {
    width: 64px;
    height: 64px;
  }
}
.nmtju p {
  color: var(--LIGHT, #fafafa);
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
}

.npjea {
  padding-block: 40px;
  padding-inline: 16px;
}
@media (min-width: 1024px) {
  .npjea {
    padding-block: 80px;
  }
}
@media (min-width: 768px) {
  .npjea {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .npjea {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .npjea {
    padding-inline: 0;
  }
}
.npjea .mzebf span {
  color: var(--DARK, #110f2b);
}
.npjea .ablms {
  margin-top: 40px;
}
.xohfd {
  margin-top: 24px;
  color: var(--DARK, #110f2b);
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 31.2px */
}
@media (min-width: 1024px) {
  .xohfd {
    font-style: 32px;
  }
}
.vdcif {
  max-width: 713px;
  margin: 24px auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .vdcif {
    margin: 32px auto 0 auto;
    gap: 48px;
  }
}
.jphxi {
  display: block;
  width: 169px;
  height: 300px;
}
.qzjoi {
  max-width: 496px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.qzjoi h4 {
  color: var(--DARK, #110f2b);
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 26px */
}
.qzjoi p:nth-of-type(1) {
  margin-top: 12px;
}
@media (min-width: 1024px) {
  .qzjoi p:nth-of-type(1) {
    margin-top: 16px;
  }
}
.qzjoi p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.qzjoi p img {
  display: block;
  width: 42px;
}
.qzjoi p span {
  color: var(--DARK, #110f2b);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
}
@media (min-width: 1024px) {
  .qzjoi p span {
    font-size: 16px;
  }
}

.livbi {
  padding-block: 40px;
  padding-inline: 16px;
}
@media (min-width: 1024px) {
  .livbi {
    padding-block: 80px;
  }
}
@media (min-width: 768px) {
  .livbi {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .livbi {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .livbi {
    padding-inline: 0;
  }
}
@media (min-width: 1440px) {
  .livbi .gqqgi {
    max-width: 1330px;
  }
}
.livbi .mzebf {
  padding-inline: 16px;
}
@media (min-width: 768px) {
  .livbi .mzebf {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .livbi .mzebf {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .livbi .mzebf {
    padding-inline: 0;
  }
}
.livbi .mzebf span {
  color: var(--DARK, #110f2b);
}
.livbi .ablms {
  margin-top: 40px;
}
.dpywr {
  height: clamp(272px, 100vw, 487px);
  margin-left: -16px;
  margin-right: -16px;
  background-image: url("../../images/pictures/songs-image-mobile.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 680px) {
  .dpywr {
    background-image: url("../../images/pictures/songs-image..png");
    background-position: left;
  }
}
@media (min-width: 1200px) {
  .dpywr {
    background-position: center;
    margin-left: 0px;
    margin-right: 0px;
  }
}
.ogllf {
  display: none;
}
@media (min-width: 1440px) {
  .ogllf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 458px;
    -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;
    margin: 0 auto;
    -webkit-transform: translate(63%, 26%);
            transform: translate(63%, 26%);
  }
}
.ogllf h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 24px;
  -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: 12px;
  background-color: var(--LIGHT, #fafafa);
  color: var(--DARK, #110f2b);
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  font-style: italic;
  font-weight: 700;
  line-height: 130%; /* 41.6px */
}
.ogllf p:nth-of-type(1) {
  margin-top: 16px;
}
.ogllf p {
  text-align: left;
  color: var(--LIGHT, #fafafa);
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-shadow: 0px 2px 2px rgba(17, 15, 43, 0.8);
}
.ogllf p span {
  font-weight: 700;
}
.ogllf p:nth-of-type(8) {
  margin-top: 24px;
  color: var(--LIGHT, #fafafa);
  text-shadow: 0px 2px 2px rgba(17, 15, 43, 0.8);
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 20.8px */
}
.juvvh {
  width: 343px;
  margin: 24px auto 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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1024px) {
  .juvvh {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (min-width: 1440px) {
  .juvvh {
    display: none;
  }
}
.juvvh h4 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 24px;
  -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: 12px;
  background-color: #287122;
  color: var(--LIGHT, #fafafa);
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
  line-height: 130%; /* 31.2px */
}
@media (min-width: 1024px) {
  .juvvh h4 {
    font-size: 32px;
  }
}
.juvvh p:nth-of-type(1) {
  margin-top: 24px;
}
.juvvh p {
  margin-top: 8px;
  color: var(--DARK, #110f2b);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
@media (min-width: 1024px) {
  .juvvh p {
    font-size: 16px;
  }
}
.juvvh p span {
  font-weight: 700;
  font-size: 14px;
}
.juvvh span {
  margin-top: 24px;
  color: var(--DARK, #110f2b);
  text-align: left;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 20.8px */
}

.vyijw {
  padding-block: 40px;
  padding-inline: 16px;
}
@media (min-width: 1024px) {
  .vyijw {
    padding-block: 80px;
  }
}
@media (min-width: 768px) {
  .vyijw {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .vyijw {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .vyijw {
    padding-inline: 0;
  }
}
.vyijw .mzebf span {
  color: var(--DARK, #110f2b);
}
.vyijw .ablms {
  margin-top: 40px;
}
.risyt {
  margin-top: 24px;
  color: var(--DARK, #110f2b);
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 26px */
}
@media (min-width: 1024px) {
  .risyt {
    font-size: 24px;
  }
}
.sdoxp {
  max-width: 992px;
  margin: 32px auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .sdoxp {
    margin: 40px auto 0 auto;
    gap: 48px;
  }
}
.julob {
  width: 343px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media (min-width: 1024px) {
  .julob {
    width: 160px;
    -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;
  }
}
.zarqv {
  width: 80px;
  height: 80px;
  border-radius: 8px;
}
@media (min-width: 1024px) {
  .zarqv {
    width: 160px;
    height: 160px;
  }
}
.zevvp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media (min-width: 1024px) {
  .zevvp {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.zevvp h5 {
  color: var(--DARK, #110f2b);
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 26px */
}
.zevvp p {
  color: var(--DARK, #110f2b);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
}
@media (min-width: 1024px) {
  .zevvp p {
    font-size: 16px;
    text-align: center;
  }
}

.snwzg {
  padding-block: 40px;
  padding-inline: 16px;
  background-color: var(--BLUE, #3e527f);
}
@media (min-width: 1024px) {
  .snwzg {
    padding-block: 80px;
  }
}
@media (min-width: 768px) {
  .snwzg {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .snwzg {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .snwzg {
    padding-inline: 0;
  }
}
.snwzg .ablms {
  margin-top: 40px;
  color: var(--LIGHT, #fafafa);
}
.qgcrv {
  margin-top: 24px;
  color: var(--LIGHT, #fafafa);
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%; /* 26px */
}
@media (min-width: 1024px) {
  .qgcrv {
    font-size: 32px;
  }
}
.mboiq {
  max-width: 1192px;
  margin: 32px auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .mboiq {
    margin: 40px auto 0 auto;
    gap: 48px;
  }
}
.owpwk {
  width: 343px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}
@media (min-width: 1024px) {
  .owpwk {
    width: 200px;
    -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;
  }
}
.owpwk img {
  width: 48px;
}
@media (min-width: 1024px) {
  .owpwk img {
    width: 64px;
  }
}
.owpwk p {
  color: var(--LIGHT, #fafafa);
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 26px */
}

.qjnyi {
  padding-block: 40px;
  padding-inline: 16px;
}
@media (min-width: 1024px) {
  .qjnyi {
    padding-block: 80px;
  }
}
@media (min-width: 768px) {
  .qjnyi {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .qjnyi {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .qjnyi {
    padding-inline: 0;
  }
}
.qjnyi .mzebf span {
  color: var(--DARK, #110f2b);
}
.qjnyi .ablms {
  margin-top: 40px;
}
.fagfs {
  margin-top: 24px;
  color: var(--DARK, #110f2b);
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 31.2px */
  text-align: center;
}
@media (min-width: 1024px) {
  .fagfs {
    font-size: 32px;
  }
}
.yujww {
  max-width: 854px;
  margin: 24px auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .yujww {
    margin: 40px auto 0 auto;
    gap: 48px;
  }
}
.ecepe {
  display: block;
  width: 169px;
  height: 300px;
}
.vrqaf {
  max-width: 637px;
  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;
}
.vrqaf p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.vrqaf p img {
  display: block;
  width: 30px;
}
.vrqaf p span {
  color: var(--DARK, #110f2b);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
}
@media (min-width: 1024px) {
  .vrqaf p span {
    font-size: 24px;
  }
}

.shkvq {
  padding-block: 40px;
  padding-inline: 16px;
}
@media (min-width: 1024px) {
  .shkvq {
    padding-block: 80px;
  }
}
@media (min-width: 768px) {
  .shkvq {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .shkvq {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .shkvq {
    padding-inline: 0;
  }
}
.shkvq .mzebf span {
  color: var(--DARK, #110f2b);
}
.shkvq .ablms {
  margin-top: 40px;
}
.wjopb {
  margin-top: 24px;
  color: var(--DARK, #110f2b);
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 31.2px */
}
@media (min-width: 1024px) {
  .wjopb {
    font-size: 32px;
  }
}
.vmame {
  max-width: 1196px;
  margin: 32px auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .vmame {
    margin: 40px auto 0 auto;
    gap: 24px;
  }
}
.sbkbn {
  width: 343px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 12px;
  background-color: #955975;
}
@media (min-width: 1024px) {
  .sbkbn {
    width: 220px;
    height: 126px;
    padding: 24px 16px;
  }
}
.sbkbn p {
  color: var(--LIGHT, #fafafa);
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 29.9px */
}
@media (min-width: 1024px) {
  .sbkbn p {
    font-size: 20px;
  }
}
.sbkbn:nth-of-type(2) {
  background-color: #7f8727;
}
.sbkbn:nth-of-type(3) {
  background-color: #b68928;
}
.sbkbn:nth-of-type(4) {
  background-color: #3e527f;
}
.sbkbn:nth-of-type(5) {
  background-color: #b9605d;
}

.lidgk {
  padding-block: 40px;
  padding-inline: 16px;
}
@media (min-width: 1024px) {
  .lidgk {
    padding-block: 80px;
  }
}
@media (min-width: 768px) {
  .lidgk {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .lidgk {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .lidgk {
    padding-inline: 0;
  }
}
.lidgk .mzebf span {
  color: var(--DARK, #110f2b);
}
.lidgk .ablms {
  margin-top: 40px;
}
.brjip {
  margin-top: 24px;
  color: var(--DARK, #110f2b);
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 26px */
}
@media (min-width: 1024px) {
  .brjip {
    font-size: 32px;
  }
}
.mcawe {
  max-width: 1096px;
  margin: 32px auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .mcawe {
    margin: 40px auto 0 auto;
    gap: 24px;
  }
}
.uujfv {
  width: 343px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media (min-width: 1024px) {
  .uujfv {
    width: 200px;
    height: 106px;
    -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;
  }
}
.uujfv img {
  display: block;
  width: 48px;
}
.uujfv p {
  color: var(--DARK, #110f2b);
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 20.8px */
}
@media (min-width: 1024px) {
  .uujfv p {
    text-align: center;
  }
}

.mbrak {
  padding-block: 40px;
  padding-inline: 16px;
  background-color: var(--BLUE, #3e527f);
}
@media (min-width: 1024px) {
  .mbrak {
    padding-block: 80px;
  }
}
@media (min-width: 768px) {
  .mbrak {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .mbrak {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .mbrak {
    padding-inline: 0;
  }
}
.wzyps {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .wzyps {
    gap: 24px;
  }
}
.anqmc {
  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;
  gap: 8px;
  border-radius: 12px;
  background-color: var(--LIGHT, #fafafa);
}
@media (min-width: 1024px) {
  .anqmc {
    width: 230px;
  }
}
.anqmc p {
  color: var(--DARK, #110f2b);
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%; /* 15.6px */
}
.anqmc h6 {
  color: var(--DARK, #110f2b);
  text-align: right;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 15.6px */
}
.ndkah {
  display: block;
  width: 343px;
}
@media (min-width: 1440px) {
  .ndkah {
    display: none;
  }
}
.rkdxq {
  display: none;
  width: 230px;
}
@media (min-width: 1440px) {
  .rkdxq {
    display: block;
    -webkit-transform: translateY(17px);
            transform: translateY(17px);
  }
}
.rkdxq img {
  width: 100%;
}

.ykggm {
  padding-block: 40px;
  padding-inline: 16px;
}
@media (min-width: 1024px) {
  .ykggm {
    padding-block: 80px;
  }
}
@media (min-width: 768px) {
  .ykggm {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .ykggm {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .ykggm {
    padding-inline: 0;
  }
}
.ykggm .mzebf span {
  color: var(--DARK, #110f2b);
}
.dybgw {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.puufz {
  width: clamp(343px, 80vw, 1062px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 12px 24px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-bottom: 2px solid var(--BLUE, #3e527f);
}
.puufz.atxsp .kddfv {
  max-height: 170px;
  overflow: visible;
  opacity: 1;
  padding-top: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.puufz.atxsp .rzart {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.pnbpn {
  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;
}
.pnbpn p {
  color: var(--gray_dark, #313131);
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 21.6px */
}
@media (min-width: 1024px) {
  .pnbpn p {
    font-size: 24px;
  }
}
.yovdh {
  display: block;
  width: 48px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.kddfv {
  max-height: 0px;
  opacity: 0;
  overflow: hidden;
  color: var(--gray_dark, #313131);
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 15.6px */
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (min-width: 1024px) {
  .kddfv {
    font-size: 16px;
  }
}

.iyqkl {
  padding-block: 40px;
  padding-inline: 16px;
  background-color: var(--BLUE, #3e527f);
}
@media (min-width: 1024px) {
  .iyqkl {
    padding-block: 80px;
  }
}
@media (min-width: 768px) {
  .iyqkl {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .iyqkl {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .iyqkl {
    padding-inline: 0;
  }
}
.iyqkl .gqqgi {
  max-width: 1105px;
}
.iyqkl .ablms {
  margin-top: 40px;
  color: var(--LIGHT, #fafafa);
}
.fqrrx {
  margin: 25px auto 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-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) {
  .fqrrx {
    margin: 40px auto 0 auto;
    gap: 24px;
  }
}
@media (min-width: 1440px) {
  .fqrrx {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.atafu {
  width: clamp(251px, 70vw, 361px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
@media (min-width: 1024px) {
  .atafu {
    gap: 8px;
  }
}
@media (min-width: 1440px) {
  .atafu {
    width: auto;
  }
}
.atafu img {
  display: block;
  width: 24px;
}
.atafu span {
  color: var(--LIGHT, #fafafa);
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
}
@media (min-width: 1024px) {
  .atafu span {
    font-size: 24px;
  }
}

.uvzyt {
  padding-inline: 16px;
  padding-block: 40px;
  background-color: var(--BLUE, #3e527f);
}
@media (min-width: 768px) {
  .uvzyt {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .uvzyt {
    padding-inline: 24px;
  }
}
@media (min-width: 1350px) {
  .uvzyt {
    padding-inline: 0;
  }
}
@media (min-width: 1024px) {
  .uvzyt {
    padding-block: 48px;
  }
}
.uvzyt .gqqgi {
  max-width: 634px;
}
.amavk {
  margin-top: 24px;
  color: var(--LIGHT, #fafafa);
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
  text-align: center;
}
@media (min-width: 1024px) {
  .amavk {
    margin-top: 40px;
    font-size: 16px;
  }
}
.ouwvv {
  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: 14px;
}
@media (min-width: 1024px) {
  .ouwvv {
    gap: 24px;
  }
}
.ouwvv a {
  color: var(--LIGHT, #fafafa);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
  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) {
  .ouwvv a {
    font-size: 16px;
  }
}
.ouwvv a:hover {
  color: #a3dcf4;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ouwvv a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.vtupf {
  margin-top: 8px;
  color: var(--LIGHT, #fafafa);
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
}
@media (min-width: 1024px) {
  .vtupf {
    font-size: 16px;
  }
}

.gjdfz {
  padding-block: 40px;
  padding-inline: 16px;
  border: 1px solid #fff;
  background-color: var(--BLUE, #3e527f);
  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) {
  .gjdfz {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media (min-width: 1024px) {
  .pxoss {
    font-size: 36px;
  }
}
.vwiww {
  max-width: 750px;
  color: var(--LIGHT, #fafafa);
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
}
@media (min-width: 1024px) {
  .vwiww {
    font-size: 24px;
  }
}
.dkbct {
  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) {
  .dkbct {
    padding-top: 0;
  }
}
@media (min-width: 1440px) {
  .dkbct {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.bkxzl {
  width: 156px;
  height: 40px;
  color: var(--soowhite, #fdfdfd);
  text-align: center;
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

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

.ukhon {
  color: var(--soowhite, #fdfdfd);
  border-bottom: 2px solid var(--ACCENT, #cce107);
  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;
}
.ukhon:hover {
  background-color: #8c2f1a;
}

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

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

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

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

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

.owmxl {
  color: var(--DARK, #110f2b);
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 52px */
  letter-spacing: -0.8px;
  text-align: center;
}
@media (min-width: 1024px) {
  .owmxl {
    font-size: 48px;
  }
}
.hnfxf {
  margin-top: 16px;
}
.hxxxt {
  margin-top: 16px;
}

.onqbe {
  padding-top: 24px;
}
.fdoyh {
  color: var(--DARK, #110f2b);
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 31.2px */
  letter-spacing: -0.48px;
}
.lqozx {
  margin-top: 16px;
}
.gybid {
  color: var(--darkish, #212121);
}
.zbqvf {
  color: var(--DARK, #110f2b);
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
  letter-spacing: -0.16px;
}
.kdwpo {
  list-style-type: disc;
  margin-left: 20px;
}
@media (min-width: 1024px) {
  .kdwpo {
    margin-left: 35px;
  }
}
.vpqdy {
  color: var(--darkish, #212121);
  text-decoration: none;
}
.qwfdg {
  margin-top: 8px;
}
.mxkat {
  text-decoration: none;
  color: inherit;
}

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

.uywnt {
  color: #0059ff;
}

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

.pflhz {
  padding: 0;
}

.ifvkj {
  margin: 0;
}

.bgkec {
  margin-top: 16px;
}

strong {
  font-weight: 700;
}