@charset "UTF-8";
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*::after,
*::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

ul,
ol {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

.promo__kef span, .instruction__num, .instruction__action {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.popup__btn, .form-element[name="email"], .jq-selectbox#country-styler .jq-selectbox__select-text, .phone-block input[type="tel"], .iti--separate-dial-code .iti__selected-dial-code {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.card__percent-value {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
}

.card__label, .card__percent-fs {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.title__num, .card__footer, .promo time {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

.title p {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: italic;
}

/* Media queries */
/* Container */
/* Responsive font size */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-blend-mode: overlay;
  background-color: #181818;
  scroll-behavior: smooth;
}

.payments__icon {
  width: 100px;
  height: 100px;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
}

@media (min-device-width: 1200px) and (min-device-height: 970px) {
  body,
  html {
    min-height: 100vh;
    height: 100%;
  }
}

body {
  position: relative;
  font-family: "Montserrat", sans-serif;
  line-height: 1.3;
  color: #fff;
  font-size: 16px;
  overflow-x: hidden;
  background-color: #080D21;
  letter-spacing: -0.02em;
}

body.no-scroll {
  overflow: hidden;
  height: 100%;
  width: 100%;
  position: fixed;
}

.wrapper {
  position: relative;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 100%;
  overflow: hidden;
}

.parent {
  z-index: -1;
  --width: 300px;
  --height: 300px;
  width: var(--width);
  height: var(--height);
  position: absolute;
  -webkit-perspective: 800px;
          perspective: 800px;
  -webkit-transform: scale(0.45) rotate(5deg);
      -ms-transform: scale(0.45) rotate(5deg);
          transform: scale(0.45) rotate(5deg);
  top: 35px;
  right: unset;
  left: calc(100vw / 2 - var(--width)/2);
}

@media (min-width: 576px) {
  .parent {
    left: calc(50% + 50px - var(--width)/2);
  }
}

@media (min-width: 767px) {
  .parent {
    top: calc(50% + 65px - var(--height)/2);
    left: calc(50% + 65px - var(--width)/2);
    -webkit-transform: scale(0.95);
        -ms-transform: scale(0.95);
            transform: scale(0.95);
  }
}

@media (min-width: 993px) {
  .parent {
    top: calc(50% + 100px - var(--height)/2);
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
}

@media (min-width: 1200px) {
  .parent {
    left: unset;
    top: 43%;
    right: 4%;
    -webkit-transform: scale(1.35);
        -ms-transform: scale(1.35);
            transform: scale(1.35);
  }
}

@media (min-width: 1440px) {
  .parent {
    top: 51%;
    right: -10%;
    -webkit-transform: scale(1.4) rotate(10deg);
        -ms-transform: scale(1.4) rotate(10deg);
            transform: scale(1.4) rotate(10deg);
  }
}

@media (min-width: 1920px) {
  .parent {
    top: 63%;
    right: -7%;
    -webkit-transform: scale(2.1) rotate(14deg);
        -ms-transform: scale(2.1) rotate(14deg);
            transform: scale(2.1) rotate(14deg);
  }
}

.parent .inner {
  width: 300px;
  height: 300px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-animation: rotate 25s infinite linear;
          animation: rotate 25s infinite linear;
  will-change: transform;
}

.parent span {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-perspective: 800px;
          perspective: 800px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  width: 0;
  height: 0;
  will-change: transform;
}

.parent span:before {
  content: "";
  width: 1px;
  height: 1px;
  display: inline-block;
  position: absolute;
  background: white;
  color: inherit;
  border-radius: 50%;
  -webkit-animation: invertRotate 25s infinite linear, scale 7s infinite linear;
          animation: invertRotate 25s infinite linear, scale 7s infinite linear;
  -webkit-box-shadow: 0 0 60px currentColor;
          box-shadow: 0 0 60px currentColor;
  will-change: transform;
}

.parent .inner span:nth-child(1) {
  -webkit-transform: translate3d(1.50061px, 0.46419px, 149.99178px);
          transform: translate3d(1.50061px, 0.46419px, 149.99178px);
  color: #ff0500;
}

.parent .inner span:nth-child(1):before {
  -webkit-animation-delay: 0s, -0.02333s;
          animation-delay: 0s, -0.02333s;
}

.parent .inner span:nth-child(2) {
  -webkit-transform: translate3d(2.59268px, 1.77375px, 149.9671px);
          transform: translate3d(2.59268px, 1.77375px, 149.9671px);
  color: #ff0a00;
}

.parent .inner span:nth-child(2):before {
  -webkit-animation-delay: 0s, -0.04667s;
          animation-delay: 0s, -0.04667s;
}

.parent .inner span:nth-child(3) {
  -webkit-transform: translate3d(2.92879px, 3.69073px, 149.92598px);
          transform: translate3d(2.92879px, 3.69073px, 149.92598px);
  color: #ff0f00;
}

.parent .inner span:nth-child(3):before {
  -webkit-animation-delay: 0s, -0.07s;
          animation-delay: 0s, -0.07s;
}

.parent .inner span:nth-child(4) {
  -webkit-transform: translate3d(2.2761px, 5.85446px, 149.86842px);
          transform: translate3d(2.2761px, 5.85446px, 149.86842px);
  color: #ff1400;
}

.parent .inner span:nth-child(4):before {
  -webkit-animation-delay: 0s, -0.09333s;
          animation-delay: 0s, -0.09333s;
}

.parent .inner span:nth-child(5) {
  -webkit-transform: translate3d(0.55531px, 7.83073px, 149.79443px);
          transform: translate3d(0.55531px, 7.83073px, 149.79443px);
  color: #ff1a00;
}

.parent .inner span:nth-child(5):before {
  -webkit-animation-delay: 0s, -0.11667s;
          animation-delay: 0s, -0.11667s;
}

.parent .inner span:nth-child(6) {
  -webkit-transform: translate3d(-2.13992px, 9.17226px, 149.70401px);
          transform: translate3d(-2.13992px, 9.17226px, 149.70401px);
  color: #ff1f00;
}

.parent .inner span:nth-child(6):before {
  -webkit-animation-delay: 0s, -0.14s;
          animation-delay: 0s, -0.14s;
}

.parent .inner span:nth-child(7) {
  -webkit-transform: translate3d(-5.5461px, 9.48298px, 149.59717px);
          transform: translate3d(-5.5461px, 9.48298px, 149.59717px);
  color: #ff2400;
}

.parent .inner span:nth-child(7):before {
  -webkit-animation-delay: 0s, -0.16333s;
          animation-delay: 0s, -0.16333s;
}

.parent .inner span:nth-child(8) {
  -webkit-transform: translate3d(-9.25553px, 8.4782px, 149.47393px);
          transform: translate3d(-9.25553px, 8.4782px, 149.47393px);
  color: #ff2900;
}

.parent .inner span:nth-child(8):before {
  -webkit-animation-delay: 0s, -0.18667s;
          animation-delay: 0s, -0.18667s;
}

.parent .inner span:nth-child(9) {
  -webkit-transform: translate3d(-12.76211px, 6.033px, 149.33429px);
          transform: translate3d(-12.76211px, 6.033px, 149.33429px);
  color: #ff2e00;
}

.parent .inner span:nth-child(9):before {
  -webkit-animation-delay: 0s, -0.21s;
          animation-delay: 0s, -0.21s;
}

.parent .inner span:nth-child(10) {
  -webkit-transform: translate3d(-15.52236px, 2.21266px, 149.17828px);
          transform: translate3d(-15.52236px, 2.21266px, 149.17828px);
  color: #ff3300;
}

.parent .inner span:nth-child(10):before {
  -webkit-animation-delay: 0s, -0.23333s;
          animation-delay: 0s, -0.23333s;
}

.parent .inner span:nth-child(11) {
  -webkit-transform: translate3d(-17.02472px, -2.71963px, 149.00591px);
          transform: translate3d(-17.02472px, -2.71963px, 149.00591px);
  color: #ff3800;
}

.parent .inner span:nth-child(11):before {
  -webkit-animation-delay: 0s, -0.25667s;
          animation-delay: 0s, -0.25667s;
}

.parent .inner span:nth-child(12) {
  -webkit-transform: translate3d(-16.85904px, -8.31938px, 148.81721px);
          transform: translate3d(-16.85904px, -8.31938px, 148.81721px);
  color: #ff3d00;
}

.parent .inner span:nth-child(12):before {
  -webkit-animation-delay: 0s, -0.28s;
          animation-delay: 0s, -0.28s;
}

.parent .inner span:nth-child(13) {
  -webkit-transform: translate3d(-14.77805px, -14.00109px, 148.61218px);
          transform: translate3d(-14.77805px, -14.00109px, 148.61218px);
  color: #ff4200;
}

.parent .inner span:nth-child(13):before {
  -webkit-animation-delay: 0s, -0.30333s;
          animation-delay: 0s, -0.30333s;
}

.parent .inner span:nth-child(14) {
  -webkit-transform: translate3d(-10.74282px, -19.09836px, 148.39085px);
          transform: translate3d(-10.74282px, -19.09836px, 148.39085px);
  color: #ff4700;
}

.parent .inner span:nth-child(14):before {
  -webkit-animation-delay: 0s, -0.32667s;
          animation-delay: 0s, -0.32667s;
}

.parent .inner span:nth-child(15) {
  -webkit-transform: translate3d(-4.94636px, -22.93791px, 148.15325px);
          transform: translate3d(-4.94636px, -22.93791px, 148.15325px);
  color: #ff4d00;
}

.parent .inner span:nth-child(15):before {
  -webkit-animation-delay: 0s, -0.35s;
          animation-delay: 0s, -0.35s;
}

.parent .inner span:nth-child(16) {
  -webkit-transform: translate3d(2.18881px, -24.91937px, 147.89941px);
          transform: translate3d(2.18881px, -24.91937px, 147.89941px);
  color: #ff5200;
}

.parent .inner span:nth-child(16):before {
  -webkit-animation-delay: 0s, -0.37333s;
          animation-delay: 0s, -0.37333s;
}

.parent .inner span:nth-child(17) {
  -webkit-transform: translate3d(10.04011px, -24.59215px, 147.62934px);
          transform: translate3d(10.04011px, -24.59215px, 147.62934px);
  color: #ff5700;
}

.parent .inner span:nth-child(17):before {
  -webkit-animation-delay: 0s, -0.39667s;
          animation-delay: 0s, -0.39667s;
}

.parent .inner span:nth-child(18) {
  -webkit-transform: translate3d(17.83944px, -21.72024px, 147.34309px);
          transform: translate3d(17.83944px, -21.72024px, 147.34309px);
  color: #ff5c00;
}

.parent .inner span:nth-child(18):before {
  -webkit-animation-delay: 0s, -0.42s;
          animation-delay: 0s, -0.42s;
}

.parent .inner span:nth-child(19) {
  -webkit-transform: translate3d(24.74807px, -16.32706px, 147.04068px);
          transform: translate3d(24.74807px, -16.32706px, 147.04068px);
  color: #ff6100;
}

.parent .inner span:nth-child(19):before {
  -webkit-animation-delay: 0s, -0.44333s;
          animation-delay: 0s, -0.44333s;
}

.parent .inner span:nth-child(20) {
  -webkit-transform: translate3d(29.94459px, -8.71406px, 146.72214px);
          transform: translate3d(29.94459px, -8.71406px, 146.72214px);
  color: #ff6600;
}

.parent .inner span:nth-child(20):before {
  -webkit-animation-delay: 0s, -0.46667s;
          animation-delay: 0s, -0.46667s;
}

.parent .inner span:nth-child(21) {
  -webkit-transform: translate3d(32.71686px, 0.55018px, 146.38751px);
          transform: translate3d(32.71686px, 0.55018px, 146.38751px);
  color: #ff6b00;
}

.parent .inner span:nth-child(21):before {
  -webkit-animation-delay: 0s, -0.49s;
          animation-delay: 0s, -0.49s;
}

.parent .inner span:nth-child(22) {
  -webkit-transform: translate3d(32.54797px, 10.67111px, 146.03684px);
          transform: translate3d(32.54797px, 10.67111px, 146.03684px);
  color: #ff7000;
}

.parent .inner span:nth-child(22):before {
  -webkit-animation-delay: 0s, -0.51333s;
          animation-delay: 0s, -0.51333s;
}

.parent .inner span:nth-child(23) {
  -webkit-transform: translate3d(29.18666px, 20.69659px, 145.67014px);
          transform: translate3d(29.18666px, 20.69659px, 145.67014px);
  color: #ff7500;
}

.parent .inner span:nth-child(23):before {
  -webkit-animation-delay: 0s, -0.53667s;
          animation-delay: 0s, -0.53667s;
}

.parent .inner span:nth-child(24) {
  -webkit-transform: translate3d(22.69362px, 29.60658px, 145.28747px);
          transform: translate3d(22.69362px, 29.60658px, 145.28747px);
  color: #ff7a00;
}

.parent .inner span:nth-child(24):before {
  -webkit-animation-delay: 0s, -0.56s;
          animation-delay: 0s, -0.56s;
}

.parent .inner span:nth-child(25) {
  -webkit-transform: translate3d(13.45737px, 36.41584px, 144.88887px);
          transform: translate3d(13.45737px, 36.41584px, 144.88887px);
  color: #ff8000;
}

.parent .inner span:nth-child(25):before {
  -webkit-animation-delay: 0s, -0.58333s;
          animation-delay: 0s, -0.58333s;
}

.parent .inner span:nth-child(26) {
  -webkit-transform: translate3d(2.17645px, 40.27921px, 144.47439px);
          transform: translate3d(2.17645px, 40.27921px, 144.47439px);
  color: #ff8500;
}

.parent .inner span:nth-child(26):before {
  -webkit-animation-delay: 0s, -0.60667s;
          animation-delay: 0s, -0.60667s;
}

.parent .inner span:nth-child(27) {
  -webkit-transform: translate3d(-10.192px, 40.58859px, 144.04405px);
          transform: translate3d(-10.192px, 40.58859px, 144.04405px);
  color: #ff8a00;
}

.parent .inner span:nth-child(27):before {
  -webkit-animation-delay: 0s, -0.63s;
          animation-delay: 0s, -0.63s;
}

.parent .inner span:nth-child(28) {
  -webkit-transform: translate3d(-22.51364px, 37.05094px, 143.59792px);
          transform: translate3d(-22.51364px, 37.05094px, 143.59792px);
  color: #ff8f00;
}

.parent .inner span:nth-child(28):before {
  -webkit-animation-delay: 0s, -0.65333s;
          animation-delay: 0s, -0.65333s;
}

.parent .inner span:nth-child(29) {
  -webkit-transform: translate3d(-33.58138px, 29.73823px, 143.13605px);
          transform: translate3d(-33.58138px, 29.73823px, 143.13605px);
  color: #ff9400;
}

.parent .inner span:nth-child(29):before {
  -webkit-animation-delay: 0s, -0.67667s;
          animation-delay: 0s, -0.67667s;
}

.parent .inner span:nth-child(30) {
  -webkit-transform: translate3d(-42.23321px, 19.10274px, 142.65848px);
          transform: translate3d(-42.23321px, 19.10274px, 142.65848px);
  color: #ff9900;
}

.parent .inner span:nth-child(30):before {
  -webkit-animation-delay: 0s, -0.7s;
          animation-delay: 0s, -0.7s;
}

.parent .inner span:nth-child(31) {
  -webkit-transform: translate3d(-47.47193px, 5.95438px, 142.16526px);
          transform: translate3d(-47.47193px, 5.95438px, 142.16526px);
  color: #ff9e00;
}

.parent .inner span:nth-child(31):before {
  -webkit-animation-delay: 0s, -0.72333s;
          animation-delay: 0s, -0.72333s;
}

.parent .inner span:nth-child(32) {
  -webkit-transform: translate3d(-48.57465px, -8.59954px, 141.65646px);
          transform: translate3d(-48.57465px, -8.59954px, 141.65646px);
  color: #ffa300;
}

.parent .inner span:nth-child(32):before {
  -webkit-animation-delay: 0s, -0.74667s;
          animation-delay: 0s, -0.74667s;
}

.parent .inner span:nth-child(33) {
  -webkit-transform: translate3d(-45.18041px, -23.24771px, 141.13212px);
          transform: translate3d(-45.18041px, -23.24771px, 141.13212px);
  color: #ffa800;
}

.parent .inner span:nth-child(33):before {
  -webkit-animation-delay: 0s, -0.77s;
          animation-delay: 0s, -0.77s;
}

.parent .inner span:nth-child(34) {
  -webkit-transform: translate3d(-37.34596px, -36.59351px, 140.5923px);
          transform: translate3d(-37.34596px, -36.59351px, 140.5923px);
  color: #ffad00;
}

.parent .inner span:nth-child(34):before {
  -webkit-animation-delay: 0s, -0.79333s;
          animation-delay: 0s, -0.79333s;
}

.parent .inner span:nth-child(35) {
  -webkit-transform: translate3d(-25.56258px, -47.28821px, 140.03706px);
          transform: translate3d(-25.56258px, -47.28821px, 140.03706px);
  color: #ffb300;
}

.parent .inner span:nth-child(35):before {
  -webkit-animation-delay: 0s, -0.81667s;
          animation-delay: 0s, -0.81667s;
}

.parent .inner span:nth-child(36) {
  -webkit-transform: translate3d(-10.73064px, -54.16601px, 139.46647px);
          transform: translate3d(-10.73064px, -54.16601px, 139.46647px);
  color: #ffb800;
}

.parent .inner span:nth-child(36):before {
  -webkit-animation-delay: 0s, -0.84s;
          animation-delay: 0s, -0.84s;
}

.parent .inner span:nth-child(37) {
  -webkit-transform: translate3d(5.90769px, -56.36738px, 138.88059px);
          transform: translate3d(5.90769px, -56.36738px, 138.88059px);
  color: #ffbd00;
}

.parent .inner span:nth-child(37):before {
  -webkit-animation-delay: 0s, -0.86333s;
          animation-delay: 0s, -0.86333s;
}

.parent .inner span:nth-child(38) {
  -webkit-transform: translate3d(22.87258px, -53.43812px, 138.27947px);
          transform: translate3d(22.87258px, -53.43812px, 138.27947px);
  color: #ffc200;
}

.parent .inner span:nth-child(38):before {
  -webkit-animation-delay: 0s, -0.88667s;
          animation-delay: 0s, -0.88667s;
}

.parent .inner span:nth-child(39) {
  -webkit-transform: translate3d(38.57873px, -45.39303px, 137.66319px);
          transform: translate3d(38.57873px, -45.39303px, 137.66319px);
  color: #ffc700;
}

.parent .inner span:nth-child(39):before {
  -webkit-animation-delay: 0s, -0.91s;
          animation-delay: 0s, -0.91s;
}

.parent .inner span:nth-child(40) {
  -webkit-transform: translate3d(51.48395px, -32.73658px, 137.03182px);
          transform: translate3d(51.48395px, -32.73658px, 137.03182px);
  color: #ffcc00;
}

.parent .inner span:nth-child(40):before {
  -webkit-animation-delay: 0s, -0.93333s;
          animation-delay: 0s, -0.93333s;
}

.parent .inner span:nth-child(41) {
  -webkit-transform: translate3d(60.23995px, -16.43675px, 136.38542px);
          transform: translate3d(60.23995px, -16.43675px, 136.38542px);
  color: #ffd100;
}

.parent .inner span:nth-child(41):before {
  -webkit-animation-delay: 0s, -0.95667s;
          animation-delay: 0s, -0.95667s;
}

.parent .inner span:nth-child(42) {
  -webkit-transform: translate3d(63.83078px, 2.1474px, 135.72406px);
          transform: translate3d(63.83078px, 2.1474px, 135.72406px);
  color: #ffd600;
}

.parent .inner span:nth-child(42):before {
  -webkit-animation-delay: 0s, -0.98s;
          animation-delay: 0s, -0.98s;
}

.parent .inner span:nth-child(43) {
  -webkit-transform: translate3d(61.68487px, 21.37906px, 135.04782px);
          transform: translate3d(61.68487px, 21.37906px, 135.04782px);
  color: #ffdb00;
}

.parent .inner span:nth-child(43):before {
  -webkit-animation-delay: 0s, -1.00333s;
          animation-delay: 0s, -1.00333s;
}

.parent .inner span:nth-child(44) {
  -webkit-transform: translate3d(53.74865px, 39.48851px, 134.35676px);
          transform: translate3d(53.74865px, 39.48851px, 134.35676px);
  color: #ffe000;
}

.parent .inner span:nth-child(44):before {
  -webkit-animation-delay: 0s, -1.02667s;
          animation-delay: 0s, -1.02667s;
}

.parent .inner span:nth-child(45) {
  -webkit-transform: translate3d(40.51325px, 54.73657px, 133.65098px);
          transform: translate3d(40.51325px, 54.73657px, 133.65098px);
  color: #ffe600;
}

.parent .inner span:nth-child(45):before {
  -webkit-animation-delay: 0s, -1.05s;
          animation-delay: 0s, -1.05s;
}

.parent .inner span:nth-child(46) {
  -webkit-transform: translate3d(22.98978px, 65.58157px, 132.93054px);
          transform: translate3d(22.98978px, 65.58157px, 132.93054px);
  color: #ffeb00;
}

.parent .inner span:nth-child(46):before {
  -webkit-animation-delay: 0s, -1.07333s;
          animation-delay: 0s, -1.07333s;
}

.parent .inner span:nth-child(47) {
  -webkit-transform: translate3d(2.63388px, 70.83366px, 132.19552px);
          transform: translate3d(2.63388px, 70.83366px, 132.19552px);
  color: #fff000;
}

.parent .inner span:nth-child(47):before {
  -webkit-animation-delay: 0s, -1.09667s;
          animation-delay: 0s, -1.09667s;
}

.parent .inner span:nth-child(48) {
  -webkit-transform: translate3d(-18.77519px, 69.78138px, 131.446px);
          transform: translate3d(-18.77519px, 69.78138px, 131.446px);
  color: #fff500;
}

.parent .inner span:nth-child(48):before {
  -webkit-animation-delay: 0s, -1.12s;
          animation-delay: 0s, -1.12s;
}

.parent .inner span:nth-child(49) {
  -webkit-transform: translate3d(-39.29079px, 62.27704px, 130.68207px);
          transform: translate3d(-39.29079px, 62.27704px, 130.68207px);
  color: #fffa00;
}

.parent .inner span:nth-child(49):before {
  -webkit-animation-delay: 0s, -1.14333s;
          animation-delay: 0s, -1.14333s;
}

.parent .inner span:nth-child(50) {
  -webkit-transform: translate3d(-56.97659px, 48.77159px, 129.90381px);
          transform: translate3d(-56.97659px, 48.77159px, 129.90381px);
  color: yellow;
}

.parent .inner span:nth-child(50):before {
  -webkit-animation-delay: 0s, -1.16667s;
          animation-delay: 0s, -1.16667s;
}

.parent .inner span:nth-child(51) {
  -webkit-transform: translate3d(-70.08972px, 30.29361px, 129.1113px);
          transform: translate3d(-70.08972px, 30.29361px, 129.1113px);
  color: #faff00;
}

.parent .inner span:nth-child(51):before {
  -webkit-animation-delay: 0s, -1.19s;
          animation-delay: 0s, -1.19s;
}

.parent .inner span:nth-child(52) {
  -webkit-transform: translate3d(-77.25163px, 8.3729px, 128.30464px);
          transform: translate3d(-77.25163px, 8.3729px, 128.30464px);
  color: #f5ff00;
}

.parent .inner span:nth-child(52):before {
  -webkit-animation-delay: 0s, -1.21333s;
          animation-delay: 0s, -1.21333s;
}

.parent .inner span:nth-child(53) {
  -webkit-transform: translate3d(-77.59036px, -15.08611px, 127.4839px);
          transform: translate3d(-77.59036px, -15.08611px, 127.4839px);
  color: #f0ff00;
}

.parent .inner span:nth-child(53):before {
  -webkit-animation-delay: 0s, -1.23667s;
          animation-delay: 0s, -1.23667s;
}

.parent .inner span:nth-child(54) {
  -webkit-transform: translate3d(-70.83945px, -37.97045px, 126.64919px);
          transform: translate3d(-70.83945px, -37.97045px, 126.64919px);
  color: #ebff00;
}

.parent .inner span:nth-child(54):before {
  -webkit-animation-delay: 0s, -1.26s;
          animation-delay: 0s, -1.26s;
}

.parent .inner span:nth-child(55) {
  -webkit-transform: translate3d(-57.38293px, -58.14991px, 125.80059px);
          transform: translate3d(-57.38293px, -58.14991px, 125.80059px);
  color: #e6ff00;
}

.parent .inner span:nth-child(55):before {
  -webkit-animation-delay: 0s, -1.28333s;
          animation-delay: 0s, -1.28333s;
}

.parent .inner span:nth-child(56) {
  -webkit-transform: translate3d(-38.24035px, -73.67581px, 124.93819px);
          transform: translate3d(-38.24035px, -73.67581px, 124.93819px);
  color: #e0ff00;
}

.parent .inner span:nth-child(56):before {
  -webkit-animation-delay: 0s, -1.30667s;
          animation-delay: 0s, -1.30667s;
}

.parent .inner span:nth-child(57) {
  -webkit-transform: translate3d(-14.99153px, -82.96899px, 124.06209px);
          transform: translate3d(-14.99153px, -82.96899px, 124.06209px);
  color: #dbff00;
}

.parent .inner span:nth-child(57):before {
  -webkit-animation-delay: 0s, -1.33s;
          animation-delay: 0s, -1.33s;
}

.parent .inner span:nth-child(58) {
  -webkit-transform: translate3d(10.35362px, -84.97863px, 123.17238px);
          transform: translate3d(10.35362px, -84.97863px, 123.17238px);
  color: #d6ff00;
}

.parent .inner span:nth-child(58):before {
  -webkit-animation-delay: 0s, -1.35333s;
          animation-delay: 0s, -1.35333s;
}

.parent .inner span:nth-child(59) {
  -webkit-transform: translate3d(35.52958px, -79.29627px, 122.26917px);
          transform: translate3d(35.52958px, -79.29627px, 122.26917px);
  color: #d1ff00;
}

.parent .inner span:nth-child(59):before {
  -webkit-animation-delay: 0s, -1.37667s;
          animation-delay: 0s, -1.37667s;
}

.parent .inner span:nth-child(60) {
  -webkit-transform: translate3d(58.21866px, -66.21288px, 121.35255px);
          transform: translate3d(58.21866px, -66.21288px, 121.35255px);
  color: #ccff00;
}

.parent .inner span:nth-child(60):before {
  -webkit-animation-delay: 0s, -1.4s;
          animation-delay: 0s, -1.4s;
}

.parent .inner span:nth-child(61) {
  -webkit-transform: translate3d(76.2652px, -46.71201px, 120.42262px);
          transform: translate3d(76.2652px, -46.71201px, 120.42262px);
  color: #c7ff00;
}

.parent .inner span:nth-child(61):before {
  -webkit-animation-delay: 0s, -1.42333s;
          animation-delay: 0s, -1.42333s;
}

.parent .inner span:nth-child(62) {
  -webkit-transform: translate3d(87.88049px, -22.39801px, 119.47949px);
          transform: translate3d(87.88049px, -22.39801px, 119.47949px);
  color: #c2ff00;
}

.parent .inner span:nth-child(62):before {
  -webkit-animation-delay: 0s, -1.44667s;
          animation-delay: 0s, -1.44667s;
}

.parent .inner span:nth-child(63) {
  -webkit-transform: translate3d(91.81911px, 4.63566px, 118.52325px);
          transform: translate3d(91.81911px, 4.63566px, 118.52325px);
  color: #bdff00;
}

.parent .inner span:nth-child(63):before {
  -webkit-animation-delay: 0s, -1.47s;
          animation-delay: 0s, -1.47s;
}

.parent .inner span:nth-child(64) {
  -webkit-transform: translate3d(87.5092px, 31.9874px, 117.55402px);
          transform: translate3d(87.5092px, 31.9874px, 117.55402px);
  color: #b8ff00;
}

.parent .inner span:nth-child(64):before {
  -webkit-animation-delay: 0s, -1.49333s;
          animation-delay: 0s, -1.49333s;
}

.parent .inner span:nth-child(65) {
  -webkit-transform: translate3d(75.12339px, 57.16179px, 116.57189px);
          transform: translate3d(75.12339px, 57.16179px, 116.57189px);
  color: #b3ff00;
}

.parent .inner span:nth-child(65):before {
  -webkit-animation-delay: 0s, -1.51667s;
          animation-delay: 0s, -1.51667s;
}

.parent .inner span:nth-child(66) {
  -webkit-transform: translate3d(55.58227px, 77.79827px, 115.57699px);
          transform: translate3d(55.58227px, 77.79827px, 115.57699px);
  color: #adff00;
}

.parent .inner span:nth-child(66):before {
  -webkit-animation-delay: 0s, -1.54s;
          animation-delay: 0s, -1.54s;
}

.parent .inner span:nth-child(67) {
  -webkit-transform: translate3d(30.48828px, 91.89296px, 114.5694px);
          transform: translate3d(30.48828px, 91.89296px, 114.5694px);
  color: #a8ff00;
}

.parent .inner span:nth-child(67):before {
  -webkit-animation-delay: 0s, -1.56333s;
          animation-delay: 0s, -1.56333s;
}

.parent .inner span:nth-child(68) {
  -webkit-transform: translate3d(1.99465px, 97.99279px, 113.54926px);
          transform: translate3d(1.99465px, 97.99279px, 113.54926px);
  color: #a3ff00;
}

.parent .inner span:nth-child(68):before {
  -webkit-animation-delay: 0s, -1.58667s;
          animation-delay: 0s, -1.58667s;
}

.parent .inner span:nth-child(69) {
  -webkit-transform: translate3d(-27.38001px, 95.34326px, 112.51666px);
          transform: translate3d(-27.38001px, 95.34326px, 112.51666px);
  color: #9eff00;
}

.parent .inner span:nth-child(69):before {
  -webkit-animation-delay: 0s, -1.61s;
          animation-delay: 0s, -1.61s;
}

.parent .inner span:nth-child(70) {
  -webkit-transform: translate3d(-54.97536px, 83.97478px, 111.47172px);
          transform: translate3d(-54.97536px, 83.97478px, 111.47172px);
  color: #99ff00;
}

.parent .inner span:nth-child(70):before {
  -webkit-animation-delay: 0s, -1.63333s;
          animation-delay: 0s, -1.63333s;
}

.parent .inner span:nth-child(71) {
  -webkit-transform: translate3d(-78.2314px, 64.71841px, 110.41456px);
          transform: translate3d(-78.2314px, 64.71841px, 110.41456px);
  color: #94ff00;
}

.parent .inner span:nth-child(71):before {
  -webkit-animation-delay: 0s, -1.65667s;
          animation-delay: 0s, -1.65667s;
}

.parent .inner span:nth-child(72) {
  -webkit-transform: translate3d(-94.92667px, 39.14759px, 109.34529px);
          transform: translate3d(-94.92667px, 39.14759px, 109.34529px);
  color: #8fff00;
}

.parent .inner span:nth-child(72):before {
  -webkit-animation-delay: 0s, -1.68s;
          animation-delay: 0s, -1.68s;
}

.parent .inner span:nth-child(73) {
  -webkit-transform: translate3d(-103.3905px, 9.45008px, 108.26403px);
          transform: translate3d(-103.3905px, 9.45008px, 108.26403px);
  color: #8aff00;
}

.parent .inner span:nth-child(73):before {
  -webkit-animation-delay: 0s, -1.70333s;
          animation-delay: 0s, -1.70333s;
}

.parent .inner span:nth-child(74) {
  -webkit-transform: translate3d(-102.66892px, -21.75985px, 107.1709px);
          transform: translate3d(-102.66892px, -21.75985px, 107.1709px);
  color: #85ff00;
}

.parent .inner span:nth-child(74):before {
  -webkit-animation-delay: 0s, -1.72667s;
          animation-delay: 0s, -1.72667s;
}

.parent .inner span:nth-child(75) {
  -webkit-transform: translate3d(-92.62794px, -51.67266px, 106.06602px);
          transform: translate3d(-92.62794px, -51.67266px, 106.06602px);
  color: #80ff00;
}

.parent .inner span:nth-child(75):before {
  -webkit-animation-delay: 0s, -1.75s;
          animation-delay: 0s, -1.75s;
}

.parent .inner span:nth-child(76) {
  -webkit-transform: translate3d(-73.98328px, -77.53759px, 104.9495px);
          transform: translate3d(-73.98328px, -77.53759px, 104.9495px);
  color: #7aff00;
}

.parent .inner span:nth-child(76):before {
  -webkit-animation-delay: 0s, -1.77333s;
          animation-delay: 0s, -1.77333s;
}

.parent .inner span:nth-child(77) {
  -webkit-transform: translate3d(-48.2522px, -96.9166px, 103.82148px);
          transform: translate3d(-48.2522px, -96.9166px, 103.82148px);
  color: #75ff00;
}

.parent .inner span:nth-child(77):before {
  -webkit-animation-delay: 0s, -1.79667s;
          animation-delay: 0s, -1.79667s;
}

.parent .inner span:nth-child(78) {
  -webkit-transform: translate3d(-17.63061px, -107.91457px, 102.68207px);
          transform: translate3d(-17.63061px, -107.91457px, 102.68207px);
  color: #70ff00;
}

.parent .inner span:nth-child(78):before {
  -webkit-animation-delay: 0s, -1.82s;
          animation-delay: 0s, -1.82s;
}

.parent .inner span:nth-child(79) {
  -webkit-transform: translate3d(15.19492px, -109.36403px, 101.5314px);
          transform: translate3d(15.19492px, -109.36403px, 101.5314px);
  color: #6bff00;
}

.parent .inner span:nth-child(79):before {
  -webkit-animation-delay: 0s, -1.84333s;
          animation-delay: 0s, -1.84333s;
}

.parent .inner span:nth-child(80) {
  -webkit-transform: translate3d(47.28397px, -100.94638px, 100.36959px);
          transform: translate3d(47.28397px, -100.94638px, 100.36959px);
  color: #66ff00;
}

.parent .inner span:nth-child(80):before {
  -webkit-animation-delay: 0s, -1.86667s;
          animation-delay: 0s, -1.86667s;
}

.parent .inner span:nth-child(81) {
  -webkit-transform: translate3d(75.70688px, -83.23742px, 99.19678px);
          transform: translate3d(75.70688px, -83.23742px, 99.19678px);
  color: #61ff00;
}

.parent .inner span:nth-child(81):before {
  -webkit-animation-delay: 0s, -1.89s;
          animation-delay: 0s, -1.89s;
}

.parent .inner span:nth-child(82) {
  -webkit-transform: translate3d(97.81338px, -57.67128px, 98.01309px);
          transform: translate3d(97.81338px, -57.67128px, 98.01309px);
  color: #5cff00;
}

.parent .inner span:nth-child(82):before {
  -webkit-animation-delay: 0s, -1.91333s;
          animation-delay: 0s, -1.91333s;
}

.parent .inner span:nth-child(83) {
  -webkit-transform: translate3d(111.48036px, -26.42494px, 96.81865px);
          transform: translate3d(111.48036px, -26.42494px, 96.81865px);
  color: #57ff00;
}

.parent .inner span:nth-child(83):before {
  -webkit-animation-delay: 0s, -1.93667s;
          animation-delay: 0s, -1.93667s;
}

.parent .inner span:nth-child(84) {
  -webkit-transform: translate3d(115.31566px, 7.76771px, 95.6136px);
          transform: translate3d(115.31566px, 7.76771px, 95.6136px);
  color: #52ff00;
}

.parent .inner span:nth-child(84):before {
  -webkit-animation-delay: 0s, -1.96s;
          animation-delay: 0s, -1.96s;
}

.parent .inner span:nth-child(85) {
  -webkit-transform: translate3d(108.79831px, 41.85611px, 94.39806px);
          transform: translate3d(108.79831px, 41.85611px, 94.39806px);
  color: #4dff00;
}

.parent .inner span:nth-child(85):before {
  -webkit-animation-delay: 0s, -1.98333s;
          animation-delay: 0s, -1.98333s;
}

.parent .inner span:nth-child(86) {
  -webkit-transform: translate3d(92.34115px, 72.74654px, 93.17217px);
          transform: translate3d(92.34115px, 72.74654px, 93.17217px);
  color: #47ff00;
}

.parent .inner span:nth-child(86):before {
  -webkit-animation-delay: 0s, -2.00667s;
          animation-delay: 0s, -2.00667s;
}

.parent .inner span:nth-child(87) {
  -webkit-transform: translate3d(67.26889px, 97.5841px, 91.93606px);
          transform: translate3d(67.26889px, 97.5841px, 91.93606px);
  color: #42ff00;
}

.parent .inner span:nth-child(87):before {
  -webkit-animation-delay: 0s, -2.03s;
          animation-delay: 0s, -2.03s;
}

.parent .inner span:nth-child(88) {
  -webkit-transform: translate3d(35.71217px, 114.01749px, 90.68987px);
          transform: translate3d(35.71217px, 114.01749px, 90.68987px);
  color: #3dff00;
}

.parent .inner span:nth-child(88):before {
  -webkit-animation-delay: 0s, -2.05333s;
          animation-delay: 0s, -2.05333s;
}

.parent .inner span:nth-child(89) {
  -webkit-transform: translate3d(0.426px, 120.42187px, 89.43373px);
          transform: translate3d(0.426px, 120.42187px, 89.43373px);
  color: #38ff00;
}

.parent .inner span:nth-child(89):before {
  -webkit-animation-delay: 0s, -2.07667s;
          animation-delay: 0s, -2.07667s;
}

.parent .inner span:nth-child(90) {
  -webkit-transform: translate3d(-35.45179px, 116.05866px, 88.16779px);
          transform: translate3d(-35.45179px, 116.05866px, 88.16779px);
  color: #33ff00;
}

.parent .inner span:nth-child(90):before {
  -webkit-animation-delay: 0s, -2.1s;
          animation-delay: 0s, -2.1s;
}

.parent .inner span:nth-child(91) {
  -webkit-transform: translate3d(-68.68095px, 101.1567px, 86.89218px);
          transform: translate3d(-68.68095px, 101.1567px, 86.89218px);
  color: #2eff00;
}

.parent .inner span:nth-child(91):before {
  -webkit-animation-delay: 0s, -2.12333s;
          animation-delay: 0s, -2.12333s;
}

.parent .inner span:nth-child(92) {
  -webkit-transform: translate3d(-96.21278px, 76.90602px, 85.60704px);
          transform: translate3d(-96.21278px, 76.90602px, 85.60704px);
  color: #29ff00;
}

.parent .inner span:nth-child(92):before {
  -webkit-animation-delay: 0s, -2.14667s;
          animation-delay: 0s, -2.14667s;
}

.parent .inner span:nth-child(93) {
  -webkit-transform: translate3d(-115.47096px, 45.36363px, 84.31251px);
          transform: translate3d(-115.47096px, 45.36363px, 84.31251px);
  color: #24ff00;
}

.parent .inner span:nth-child(93):before {
  -webkit-animation-delay: 0s, -2.17s;
          animation-delay: 0s, -2.17s;
}

.parent .inner span:nth-child(94) {
  -webkit-transform: translate3d(-124.59317px, 9.27859px, 83.00873px);
          transform: translate3d(-124.59317px, 9.27859px, 83.00873px);
  color: #1fff00;
}

.parent .inner span:nth-child(94):before {
  -webkit-animation-delay: 0s, -2.19333s;
          animation-delay: 0s, -2.19333s;
}

.parent .inner span:nth-child(95) {
  -webkit-transform: translate3d(-122.61095px, -28.14859px, 81.69586px);
          transform: translate3d(-122.61095px, -28.14859px, 81.69586px);
  color: #1aff00;
}

.parent .inner span:nth-child(95):before {
  -webkit-animation-delay: 0s, -2.21667s;
          animation-delay: 0s, -2.21667s;
}

.parent .inner span:nth-child(96) {
  -webkit-transform: translate3d(-109.55027px, -63.55121px, 80.37402px);
          transform: translate3d(-109.55027px, -63.55121px, 80.37402px);
  color: #14ff00;
}

.parent .inner span:nth-child(96):before {
  -webkit-animation-delay: 0s, -2.24s;
          animation-delay: 0s, -2.24s;
}

.parent .inner span:nth-child(97) {
  -webkit-transform: translate3d(-86.44269px, -93.70062px, 79.04337px);
          transform: translate3d(-86.44269px, -93.70062px, 79.04337px);
  color: #0fff00;
}

.parent .inner span:nth-child(97):before {
  -webkit-animation-delay: 0s, -2.26333s;
          animation-delay: 0s, -2.26333s;
}

.parent .inner span:nth-child(98) {
  -webkit-transform: translate3d(-55.24482px, -115.80194px, 77.70405px);
          transform: translate3d(-55.24482px, -115.80194px, 77.70405px);
  color: #0aff00;
}

.parent .inner span:nth-child(98):before {
  -webkit-animation-delay: 0s, -2.28667s;
          animation-delay: 0s, -2.28667s;
}

.parent .inner span:nth-child(99) {
  -webkit-transform: translate3d(-18.67224px, -127.75397px, 76.35621px);
          transform: translate3d(-18.67224px, -127.75397px, 76.35621px);
  color: #05ff00;
}

.parent .inner span:nth-child(99):before {
  -webkit-animation-delay: 0s, -2.31s;
          animation-delay: 0s, -2.31s;
}

.parent .inner span:nth-child(100) {
  -webkit-transform: translate3d(20.03785px, -128.34907px, 75px);
          transform: translate3d(20.03785px, -128.34907px, 75px);
  color: lime;
}

.parent .inner span:nth-child(100):before {
  -webkit-animation-delay: 0s, -2.33333s;
          animation-delay: 0s, -2.33333s;
}

.parent .inner span:nth-child(101) {
  -webkit-transform: translate3d(57.41456px, -117.39409px, 73.63556px);
          transform: translate3d(57.41456px, -117.39409px, 73.63556px);
  color: #00ff05;
}

.parent .inner span:nth-child(101):before {
  -webkit-animation-delay: 0s, -2.35667s;
          animation-delay: 0s, -2.35667s;
}

.parent .inner span:nth-child(102) {
  -webkit-transform: translate3d(90.06599px, -95.74011px, 72.26305px);
          transform: translate3d(90.06599px, -95.74011px, 72.26305px);
  color: #00ff0a;
}

.parent .inner span:nth-child(102):before {
  -webkit-animation-delay: 0s, -2.38s;
          animation-delay: 0s, -2.38s;
}

.parent .inner span:nth-child(103) {
  -webkit-transform: translate3d(114.98842px, -65.21747px, 70.88261px);
          transform: translate3d(114.98842px, -65.21747px, 70.88261px);
  color: #00ff0f;
}

.parent .inner span:nth-child(103):before {
  -webkit-animation-delay: 0s, -2.40333s;
          animation-delay: 0s, -2.40333s;
}

.parent .inner span:nth-child(104) {
  -webkit-transform: translate3d(129.84366px, -28.48071px, 69.49441px);
          transform: translate3d(129.84366px, -28.48071px, 69.49441px);
  color: #00ff14;
}

.parent .inner span:nth-child(104):before {
  -webkit-animation-delay: 0s, -2.42667s;
          animation-delay: 0s, -2.42667s;
}

.parent .inner span:nth-child(105) {
  -webkit-transform: translate3d(133.17891px, 11.22327px, 68.09857px);
          transform: translate3d(133.17891px, 11.22327px, 68.09857px);
  color: #00ff1a;
}

.parent .inner span:nth-child(105):before {
  -webkit-animation-delay: 0s, -2.45s;
          animation-delay: 0s, -2.45s;
}

.parent .inner span:nth-child(106) {
  -webkit-transform: translate3d(124.56834px, 50.34351px, 66.69528px);
          transform: translate3d(124.56834px, 50.34351px, 66.69528px);
  color: #00ff1f;
}

.parent .inner span:nth-child(106):before {
  -webkit-animation-delay: 0s, -2.47333s;
          animation-delay: 0s, -2.47333s;
}

.parent .inner span:nth-child(107) {
  -webkit-transform: translate3d(104.66272px, 85.34417px, 65.28466px);
          transform: translate3d(104.66272px, 85.34417px, 65.28466px);
  color: #00ff24;
}

.parent .inner span:nth-child(107):before {
  -webkit-animation-delay: 0s, -2.49667s;
          animation-delay: 0s, -2.49667s;
}

.parent .inner span:nth-child(108) {
  -webkit-transform: translate3d(75.14158px, 113.0255px, 63.86689px);
          transform: translate3d(75.14158px, 113.0255px, 63.86689px);
  color: #00ff29;
}

.parent .inner span:nth-child(108):before {
  -webkit-animation-delay: 0s, -2.52s;
          animation-delay: 0s, -2.52s;
}

.parent .inner span:nth-child(109) {
  -webkit-transform: translate3d(38.57121px, 130.8176px, 62.44212px);
          transform: translate3d(38.57121px, 130.8176px, 62.44212px);
  color: #00ff2e;
}

.parent .inner span:nth-child(109):before {
  -webkit-animation-delay: 0s, -2.54333s;
          animation-delay: 0s, -2.54333s;
}

.parent .inner span:nth-child(110) {
  -webkit-transform: translate3d(-1.81934px, 137.01974px, 61.0105px);
          transform: translate3d(-1.81934px, 137.01974px, 61.0105px);
  color: #00ff33;
}

.parent .inner span:nth-child(110):before {
  -webkit-animation-delay: 0s, -2.56667s;
          animation-delay: 0s, -2.56667s;
}

.parent .inner span:nth-child(111) {
  -webkit-transform: translate3d(-42.42476px, 130.96295px, 59.57218px);
          transform: translate3d(-42.42476px, 130.96295px, 59.57218px);
  color: #00ff38;
}

.parent .inner span:nth-child(111):before {
  -webkit-animation-delay: 0s, -2.59s;
          animation-delay: 0s, -2.59s;
}

.parent .inner span:nth-child(112) {
  -webkit-transform: translate3d(-79.58682px, 113.08029px, 58.12734px);
          transform: translate3d(-79.58682px, 113.08029px, 58.12734px);
  color: #00ff3d;
}

.parent .inner span:nth-child(112):before {
  -webkit-animation-delay: 0s, -2.61333s;
          animation-delay: 0s, -2.61333s;
}

.parent .inner span:nth-child(113) {
  -webkit-transform: translate3d(-109.92549px, 84.87759px, 56.67612px);
          transform: translate3d(-109.92549px, 84.87759px, 56.67612px);
  color: #00ff42;
}

.parent .inner span:nth-child(113):before {
  -webkit-animation-delay: 0s, -2.63667s;
          animation-delay: 0s, -2.63667s;
}

.parent .inner span:nth-child(114) {
  -webkit-transform: translate3d(-130.64771px, 48.80648px, 55.21868px);
          transform: translate3d(-130.64771px, 48.80648px, 55.21868px);
  color: #00ff47;
}

.parent .inner span:nth-child(114):before {
  -webkit-animation-delay: 0s, -2.66s;
          animation-delay: 0s, -2.66s;
}

.parent .inner span:nth-child(115) {
  -webkit-transform: translate3d(-139.80547px, 8.05038px, 53.75519px);
          transform: translate3d(-139.80547px, 8.05038px, 53.75519px);
  color: #00ff4d;
}

.parent .inner span:nth-child(115):before {
  -webkit-animation-delay: 0s, -2.68333s;
          animation-delay: 0s, -2.68333s;
}

.parent .inner span:nth-child(116) {
  -webkit-transform: translate3d(-136.47931px, -33.75784px, 52.28581px);
          transform: translate3d(-136.47931px, -33.75784px, 52.28581px);
  color: #00ff52;
}

.parent .inner span:nth-child(116):before {
  -webkit-animation-delay: 0s, -2.70667s;
          animation-delay: 0s, -2.70667s;
}

.parent .inner span:nth-child(117) {
  -webkit-transform: translate3d(-120.86986px, -72.86118px, 50.81069px);
          transform: translate3d(-120.86986px, -72.86118px, 50.81069px);
  color: #00ff57;
}

.parent .inner span:nth-child(117):before {
  -webkit-animation-delay: 0s, -2.73s;
          animation-delay: 0s, -2.73s;
}

.parent .inner span:nth-child(118) {
  -webkit-transform: translate3d(-94.28844px, -105.71774px, 49.33px);
          transform: translate3d(-94.28844px, -105.71774px, 49.33px);
  color: #00ff5c;
}

.parent .inner span:nth-child(118):before {
  -webkit-animation-delay: 0s, -2.75333s;
          animation-delay: 0s, -2.75333s;
}

.parent .inner span:nth-child(119) {
  -webkit-transform: translate3d(-59.04679px, -129.323px, 47.8439px);
          transform: translate3d(-59.04679px, -129.323px, 47.8439px);
  color: #00ff61;
}

.parent .inner span:nth-child(119):before {
  -webkit-animation-delay: 0s, -2.77667s;
          animation-delay: 0s, -2.77667s;
}

.parent .inner span:nth-child(120) {
  -webkit-transform: translate3d(-18.25511px, -141.48566px, 46.35255px);
          transform: translate3d(-18.25511px, -141.48566px, 46.35255px);
  color: #00ff66;
}

.parent .inner span:nth-child(120):before {
  -webkit-animation-delay: 0s, -2.8s;
          animation-delay: 0s, -2.8s;
}

.parent .inner span:nth-child(121) {
  -webkit-transform: translate3d(24.45369px, -141.03172px, 44.85612px);
          transform: translate3d(24.45369px, -141.03172px, 44.85612px);
  color: #00ff6b;
}

.parent .inner span:nth-child(121):before {
  -webkit-animation-delay: 0s, -2.82333s;
          animation-delay: 0s, -2.82333s;
}

.parent .inner span:nth-child(122) {
  -webkit-transform: translate3d(65.2491px, -127.91763px, 43.35477px);
          transform: translate3d(65.2491px, -127.91763px, 43.35477px);
  color: #00ff70;
}

.parent .inner span:nth-child(122):before {
  -webkit-animation-delay: 0s, -2.84667s;
          animation-delay: 0s, -2.84667s;
}

.parent .inner span:nth-child(123) {
  -webkit-transform: translate3d(100.44819px, -103.24171px, 41.84867px);
          transform: translate3d(100.44819px, -103.24171px, 41.84867px);
  color: #00ff75;
}

.parent .inner span:nth-child(123):before {
  -webkit-animation-delay: 0s, -2.87s;
          animation-delay: 0s, -2.87s;
}

.parent .inner span:nth-child(124) {
  -webkit-transform: translate3d(126.84967px, -69.15207px, 40.33797px);
          transform: translate3d(126.84967px, -69.15207px, 40.33797px);
  color: #00ff7a;
}

.parent .inner span:nth-child(124):before {
  -webkit-animation-delay: 0s, -2.89333s;
          animation-delay: 0s, -2.89333s;
}

.parent .inner span:nth-child(125) {
  -webkit-transform: translate3d(142.02625px, -28.65885px, 38.82286px);
          transform: translate3d(142.02625px, -28.65885px, 38.82286px);
  color: #00ff80;
}

.parent .inner span:nth-child(125):before {
  -webkit-animation-delay: 0s, -2.91667s;
          animation-delay: 0s, -2.91667s;
}

.parent .inner span:nth-child(126) {
  -webkit-transform: translate3d(144.5487px, 14.63293px, 37.30348px);
          transform: translate3d(144.5487px, 14.63293px, 37.30348px);
  color: #00ff85;
}

.parent .inner span:nth-child(126):before {
  -webkit-animation-delay: 0s, -2.94s;
          animation-delay: 0s, -2.94s;
}

.parent .inner span:nth-child(127) {
  -webkit-transform: translate3d(134.12065px, 56.84577px, 35.78002px);
          transform: translate3d(134.12065px, 56.84577px, 35.78002px);
  color: #00ff8a;
}

.parent .inner span:nth-child(127):before {
  -webkit-animation-delay: 0s, -2.96333s;
          animation-delay: 0s, -2.96333s;
}

.parent .inner span:nth-child(128) {
  -webkit-transform: translate3d(111.61153px, 94.17868px, 34.25263px);
          transform: translate3d(111.61153px, 94.17868px, 34.25263px);
  color: #00ff8f;
}

.parent .inner span:nth-child(128):before {
  -webkit-animation-delay: 0s, -2.98667s;
          animation-delay: 0s, -2.98667s;
}

.parent .inner span:nth-child(129) {
  -webkit-transform: translate3d(78.98408px, 123.25104px, 32.72149px);
          transform: translate3d(78.98408px, 123.25104px, 32.72149px);
  color: #00ff94;
}

.parent .inner span:nth-child(129):before {
  -webkit-animation-delay: 0s, -3.01s;
          animation-delay: 0s, -3.01s;
}

.parent .inner span:nth-child(130) {
  -webkit-transform: translate3d(39.12242px, 141.41012px, 31.18675px);
          transform: translate3d(39.12242px, 141.41012px, 31.18675px);
  color: #00ff99;
}

.parent .inner span:nth-child(130):before {
  -webkit-animation-delay: 0s, -3.03333s;
          animation-delay: 0s, -3.03333s;
}

.parent .inner span:nth-child(131) {
  -webkit-transform: translate3d(-4.42406px, 146.97411px, 29.6486px);
          transform: translate3d(-4.42406px, 146.97411px, 29.6486px);
  color: #00ff9e;
}

.parent .inner span:nth-child(131):before {
  -webkit-animation-delay: 0s, -3.05667s;
          animation-delay: 0s, -3.05667s;
}

.parent .inner span:nth-child(132) {
  -webkit-transform: translate3d(-47.7583px, 139.38841px, 28.1072px);
          transform: translate3d(-47.7583px, 139.38841px, 28.1072px);
  color: #00ffa3;
}

.parent .inner span:nth-child(132):before {
  -webkit-animation-delay: 0s, -3.08s;
          animation-delay: 0s, -3.08s;
}

.parent .inner span:nth-child(133) {
  -webkit-transform: translate3d(-86.98601px, 119.28058px, 26.56271px);
          transform: translate3d(-86.98601px, 119.28058px, 26.56271px);
  color: #00ffa8;
}

.parent .inner span:nth-child(133):before {
  -webkit-animation-delay: 0s, -3.10333s;
          animation-delay: 0s, -3.10333s;
}

.parent .inner span:nth-child(134) {
  -webkit-transform: translate3d(-118.56723px, 88.4084px, 25.01531px);
          transform: translate3d(-118.56723px, 88.4084px, 25.01531px);
  color: #00ffad;
}

.parent .inner span:nth-child(134):before {
  -webkit-animation-delay: 0s, -3.12667s;
          animation-delay: 0s, -3.12667s;
}

.parent .inner span:nth-child(135) {
  -webkit-transform: translate3d(-139.63733px, 49.50558px, 23.46517px);
          transform: translate3d(-139.63733px, 49.50558px, 23.46517px);
  color: #00ffb3;
}

.parent .inner span:nth-child(135):before {
  -webkit-animation-delay: 0s, -3.15s;
          animation-delay: 0s, -3.15s;
}

.parent .inner span:nth-child(136) {
  -webkit-transform: translate3d(-148.26794px, 6.03851px, 21.91245px);
          transform: translate3d(-148.26794px, 6.03851px, 21.91245px);
  color: #00ffb8;
}

.parent .inner span:nth-child(136):before {
  -webkit-animation-delay: 0s, -3.17333s;
          animation-delay: 0s, -3.17333s;
}

.parent .inner span:nth-child(137) {
  -webkit-transform: translate3d(-143.6442px, -38.10411px, 20.35734px);
          transform: translate3d(-143.6442px, -38.10411px, 20.35734px);
  color: #00ffbd;
}

.parent .inner span:nth-child(137):before {
  -webkit-animation-delay: 0s, -3.19667s;
          animation-delay: 0s, -3.19667s;
}

.parent .inner span:nth-child(138) {
  -webkit-transform: translate3d(-126.1418px, -78.9608px, 18.79999px);
          transform: translate3d(-126.1418px, -78.9608px, 18.79999px);
  color: #00ffc2;
}

.parent .inner span:nth-child(138):before {
  -webkit-animation-delay: 0s, -3.22s;
          animation-delay: 0s, -3.22s;
}

.parent .inner span:nth-child(139) {
  -webkit-transform: translate3d(-97.29657px, -112.85451px, 17.24057px);
          transform: translate3d(-97.29657px, -112.85451px, 17.24057px);
  color: #00ffc7;
}

.parent .inner span:nth-child(139):before {
  -webkit-animation-delay: 0s, -3.24333s;
          animation-delay: 0s, -3.24333s;
}

.parent .inner span:nth-child(140) {
  -webkit-transform: translate3d(-59.66912px, -136.72511px, 15.67927px);
          transform: translate3d(-59.66912px, -136.72511px, 15.67927px);
  color: #00ffcc;
}

.parent .inner span:nth-child(140):before {
  -webkit-animation-delay: 0s, -3.26667s;
          animation-delay: 0s, -3.26667s;
}

.parent .inner span:nth-child(141) {
  -webkit-transform: translate3d(-16.61642px, -148.40696px, 14.11625px);
          transform: translate3d(-16.61642px, -148.40696px, 14.11625px);
  color: #00ffd1;
}

.parent .inner span:nth-child(141):before {
  -webkit-animation-delay: 0s, -3.29s;
          animation-delay: 0s, -3.29s;
}

.parent .inner span:nth-child(142) {
  -webkit-transform: translate3d(28.00915px, -146.82623px, 12.55168px);
          transform: translate3d(28.00915px, -146.82623px, 12.55168px);
  color: #00ffd6;
}

.parent .inner span:nth-child(142):before {
  -webkit-animation-delay: 0s, -3.31333s;
          animation-delay: 0s, -3.31333s;
}

.parent .inner span:nth-child(143) {
  -webkit-transform: translate3d(70.20612px, -132.10002px, 10.98573px);
          transform: translate3d(70.20612px, -132.10002px, 10.98573px);
  color: #00ffdb;
}

.parent .inner span:nth-child(143):before {
  -webkit-animation-delay: 0s, -3.33667s;
          animation-delay: 0s, -3.33667s;
}

.parent .inner span:nth-child(144) {
  -webkit-transform: translate3d(106.18447px, -105.52795px, 9.41858px);
          transform: translate3d(106.18447px, -105.52795px, 9.41858px);
  color: #00ffe0;
}

.parent .inner span:nth-child(144):before {
  -webkit-animation-delay: 0s, -3.36s;
          animation-delay: 0s, -3.36s;
}

.parent .inner span:nth-child(145) {
  -webkit-transform: translate3d(132.70765px, -69.47698px, 7.85039px);
          transform: translate3d(132.70765px, -69.47698px, 7.85039px);
  color: #00ffe6;
}

.parent .inner span:nth-child(145):before {
  -webkit-animation-delay: 0s, -3.38333s;
          animation-delay: 0s, -3.38333s;
}

.parent .inner span:nth-child(146) {
  -webkit-transform: translate3d(147.38508px, -27.16952px, 6.28135px);
          transform: translate3d(147.38508px, -27.16952px, 6.28135px);
  color: #00ffeb;
}

.parent .inner span:nth-child(146):before {
  -webkit-animation-delay: 0s, -3.40667s;
          animation-delay: 0s, -3.40667s;
}

.parent .inner span:nth-child(147) {
  -webkit-transform: translate3d(148.88865px, 17.606px, 4.71161px);
          transform: translate3d(148.88865px, 17.606px, 4.71161px);
  color: #00fff0;
}

.parent .inner span:nth-child(147):before {
  -webkit-animation-delay: 0s, -3.43s;
          animation-delay: 0s, -3.43s;
}

.parent .inner span:nth-child(148) {
  -webkit-transform: translate3d(137.07341px, 60.83594px, 3.14136px);
          transform: translate3d(137.07341px, 60.83594px, 3.14136px);
  color: #00fff5;
}

.parent .inner span:nth-child(148):before {
  -webkit-animation-delay: 0s, -3.45333s;
          animation-delay: 0s, -3.45333s;
}

.parent .inner span:nth-child(149) {
  -webkit-transform: translate3d(112.99157px, 98.64298px, 1.57077px);
          transform: translate3d(112.99157px, 98.64298px, 1.57077px);
  color: #00fffa;
}

.parent .inner span:nth-child(149):before {
  -webkit-animation-delay: 0s, -3.47667s;
          animation-delay: 0s, -3.47667s;
}

.parent .inner span:nth-child(150) {
  -webkit-transform: translate3d(78.7983px, 127.63553px, 0px);
          transform: translate3d(78.7983px, 127.63553px, 0px);
  color: cyan;
}

.parent .inner span:nth-child(150):before {
  -webkit-animation-delay: 0s, -3.5s;
          animation-delay: 0s, -3.5s;
}

.parent .inner span:nth-child(151) {
  -webkit-transform: translate3d(37.55795px, 145.2134px, -1.57077px);
          transform: translate3d(37.55795px, 145.2134px, -1.57077px);
  color: #00faff;
}

.parent .inner span:nth-child(151):before {
  -webkit-animation-delay: 0s, -3.52333s;
          animation-delay: 0s, -3.52333s;
}

.parent .inner span:nth-child(152) {
  -webkit-transform: translate3d(-7.03186px, 149.80215px, -3.14136px);
          transform: translate3d(-7.03186px, 149.80215px, -3.14136px);
  color: #00f5ff;
}

.parent .inner span:nth-child(152):before {
  -webkit-animation-delay: 0s, -3.54667s;
          animation-delay: 0s, -3.54667s;
}

.parent .inner span:nth-child(153) {
  -webkit-transform: translate3d(-50.97337px, 140.99474px, -4.71161px);
          transform: translate3d(-50.97337px, 140.99474px, -4.71161px);
  color: #00f0ff;
}

.parent .inner span:nth-child(153):before {
  -webkit-animation-delay: 0s, -3.57s;
          animation-delay: 0s, -3.57s;
}

.parent .inner span:nth-child(154) {
  -webkit-transform: translate3d(-90.32882px, 119.58783px, -6.28135px);
          transform: translate3d(-90.32882px, 119.58783px, -6.28135px);
  color: #00ebff;
}

.parent .inner span:nth-child(154):before {
  -webkit-animation-delay: 0s, -3.59333s;
          animation-delay: 0s, -3.59333s;
}

.parent .inner span:nth-child(155) {
  -webkit-transform: translate3d(-121.57499px, 87.50939px, -7.85039px);
          transform: translate3d(-121.57499px, 87.50939px, -7.85039px);
  color: #00e6ff;
}

.parent .inner span:nth-child(155):before {
  -webkit-animation-delay: 0s, -3.61667s;
          animation-delay: 0s, -3.61667s;
}

.parent .inner span:nth-child(156) {
  -webkit-transform: translate3d(-141.9201px, 47.64428px, -9.41858px);
          transform: translate3d(-141.9201px, 47.64428px, -9.41858px);
  color: #00e0ff;
}

.parent .inner span:nth-child(156):before {
  -webkit-animation-delay: 0s, -3.64s;
          animation-delay: 0s, -3.64s;
}

.parent .inner span:nth-child(157) {
  -webkit-transform: translate3d(-149.55448px, 3.57351px, -10.98573px);
          transform: translate3d(-149.55448px, 3.57351px, -10.98573px);
  color: #00dbff;
}

.parent .inner span:nth-child(157):before {
  -webkit-animation-delay: 0s, -3.66333s;
          animation-delay: 0s, -3.66333s;
}

.parent .inner span:nth-child(158) {
  -webkit-transform: translate3d(-143.81232px, -40.74887px, -12.55168px);
          transform: translate3d(-143.81232px, -40.74887px, -12.55168px);
  color: #00d6ff;
}

.parent .inner span:nth-child(158):before {
  -webkit-animation-delay: 0s, -3.68667s;
          animation-delay: 0s, -3.68667s;
}

.parent .inner span:nth-child(159) {
  -webkit-transform: translate3d(-125.22995px, -81.35226px, -14.11625px);
          transform: translate3d(-125.22995px, -81.35226px, -14.11625px);
  color: #00d1ff;
}

.parent .inner span:nth-child(159):before {
  -webkit-animation-delay: 0s, -3.71s;
          animation-delay: 0s, -3.71s;
}

.parent .inner span:nth-child(160) {
  -webkit-transform: translate3d(-95.49563px, -114.60691px, -15.67927px);
          transform: translate3d(-95.49563px, -114.60691px, -15.67927px);
  color: #00ccff;
}

.parent .inner span:nth-child(160):before {
  -webkit-animation-delay: 0s, -3.73333s;
          animation-delay: 0s, -3.73333s;
}

.parent .inner span:nth-child(161) {
  -webkit-transform: translate3d(-57.29553px, -137.54994px, -17.24057px);
          transform: translate3d(-57.29553px, -137.54994px, -17.24057px);
  color: #00c7ff;
}

.parent .inner span:nth-child(161):before {
  -webkit-animation-delay: 0s, -3.75667s;
          animation-delay: 0s, -3.75667s;
}

.parent .inner span:nth-child(162) {
  -webkit-transform: translate3d(-14.06988px, -148.1506px, -18.79999px);
          transform: translate3d(-14.06988px, -148.1506px, -18.79999px);
  color: #00c2ff;
}

.parent .inner span:nth-child(162):before {
  -webkit-animation-delay: 0s, -3.78s;
          animation-delay: 0s, -3.78s;
}

.parent .inner span:nth-child(163) {
  -webkit-transform: translate3d(30.29823px, -145.49088px, -20.35734px);
          transform: translate3d(30.29823px, -145.49088px, -20.35734px);
  color: #00bdff;
}

.parent .inner span:nth-child(163):before {
  -webkit-animation-delay: 0s, -3.80333s;
          animation-delay: 0s, -3.80333s;
}

.parent .inner span:nth-child(164) {
  -webkit-transform: translate3d(71.83336px, -129.84534px, -21.91245px);
          transform: translate3d(71.83336px, -129.84534px, -21.91245px);
  color: #00b8ff;
}

.parent .inner span:nth-child(164):before {
  -webkit-animation-delay: 0s, -3.82667s;
          animation-delay: 0s, -3.82667s;
}

.parent .inner span:nth-child(165) {
  -webkit-transform: translate3d(106.82563px, -102.65316px, -23.46517px);
          transform: translate3d(106.82563px, -102.65316px, -23.46517px);
  color: #00b3ff;
}

.parent .inner span:nth-child(165):before {
  -webkit-animation-delay: 0s, -3.85s;
          animation-delay: 0s, -3.85s;
}

.parent .inner span:nth-child(166) {
  -webkit-transform: translate3d(132.16367px, -66.38524px, -25.01531px);
          transform: translate3d(132.16367px, -66.38524px, -25.01531px);
  color: #00adff;
}

.parent .inner span:nth-child(166):before {
  -webkit-animation-delay: 0s, -3.87333s;
          animation-delay: 0s, -3.87333s;
}

.parent .inner span:nth-child(167) {
  -webkit-transform: translate3d(145.61258px, -24.31872px, -26.56271px);
          transform: translate3d(145.61258px, -24.31872px, -26.56271px);
  color: #00a8ff;
}

.parent .inner span:nth-child(167):before {
  -webkit-animation-delay: 0s, -3.89667s;
          animation-delay: 0s, -3.89667s;
}

.parent .inner span:nth-child(168) {
  -webkit-transform: translate3d(146.01201px, 19.76051px, -28.1072px);
          transform: translate3d(146.01201px, 19.76051px, -28.1072px);
  color: #00a3ff;
}

.parent .inner span:nth-child(168):before {
  -webkit-animation-delay: 0s, -3.92s;
          animation-delay: 0s, -3.92s;
}

.parent .inner span:nth-child(169) {
  -webkit-transform: translate3d(133.37666px, 61.90013px, -29.6486px);
          transform: translate3d(133.37666px, 61.90013px, -29.6486px);
  color: #009eff;
}

.parent .inner span:nth-child(169):before {
  -webkit-animation-delay: 0s, -3.94333s;
          animation-delay: 0s, -3.94333s;
}

.parent .inner span:nth-child(170) {
  -webkit-transform: translate3d(108.89045px, 98.33746px, -31.18675px);
          transform: translate3d(108.89045px, 98.33746px, -31.18675px);
  color: #0099ff;
}

.parent .inner span:nth-child(170):before {
  -webkit-animation-delay: 0s, -3.96667s;
          animation-delay: 0s, -3.96667s;
}

.parent .inner span:nth-child(171) {
  -webkit-transform: translate3d(74.79534px, 125.83704px, -32.72149px);
          transform: translate3d(74.79534px, 125.83704px, -32.72149px);
  color: #0094ff;
}

.parent .inner span:nth-child(171):before {
  -webkit-animation-delay: 0s, -3.99s;
          animation-delay: 0s, -3.99s;
}

.parent .inner span:nth-child(172) {
  -webkit-transform: translate3d(34.18524px, 141.97932px, -34.25263px);
          transform: translate3d(34.18524px, 141.97932px, -34.25263px);
  color: #008fff;
}

.parent .inner span:nth-child(172):before {
  -webkit-animation-delay: 0s, -4.01333s;
          animation-delay: 0s, -4.01333s;
}

.parent .inner span:nth-child(173) {
  -webkit-transform: translate3d(-9.276px, 145.3745px, -35.78002px);
          transform: translate3d(-9.276px, 145.3745px, -35.78002px);
  color: #008aff;
}

.parent .inner span:nth-child(173):before {
  -webkit-animation-delay: 0s, -4.03667s;
          animation-delay: 0s, -4.03667s;
}

.parent .inner span:nth-child(174) {
  -webkit-transform: translate3d(-51.68667px, 135.78269px, -37.30348px);
          transform: translate3d(-51.68667px, 135.78269px, -37.30348px);
  color: #0085ff;
}

.parent .inner span:nth-child(174):before {
  -webkit-animation-delay: 0s, -4.06s;
          animation-delay: 0s, -4.06s;
}

.parent .inner span:nth-child(175) {
  -webkit-transform: translate3d(-89.25913px, 114.12972px, -38.82286px);
          transform: translate3d(-89.25913px, 114.12972px, -38.82286px);
  color: #0080ff;
}

.parent .inner span:nth-child(175):before {
  -webkit-animation-delay: 0s, -4.08333s;
          animation-delay: 0s, -4.08333s;
}

.parent .inner span:nth-child(176) {
  -webkit-transform: translate3d(-118.65971px, 82.41796px, -40.33797px);
          transform: translate3d(-118.65971px, 82.41796px, -40.33797px);
  color: #007aff;
}

.parent .inner span:nth-child(176):before {
  -webkit-animation-delay: 0s, -4.10667s;
          animation-delay: 0s, -4.10667s;
}

.parent .inner span:nth-child(177) {
  -webkit-transform: translate3d(-137.30593px, 43.54046px, -41.84867px);
          transform: translate3d(-137.30593px, 43.54046px, -41.84867px);
  color: #0075ff;
}

.parent .inner span:nth-child(177):before {
  -webkit-animation-delay: 0s, -4.13s;
          animation-delay: 0s, -4.13s;
}

.parent .inner span:nth-child(178) {
  -webkit-transform: translate3d(-143.59433px, 1.01596px, -43.35477px);
          transform: translate3d(-143.59433px, 1.01596px, -43.35477px);
  color: #0070ff;
}

.parent .inner span:nth-child(178):before {
  -webkit-animation-delay: 0s, -4.15333s;
          animation-delay: 0s, -4.15333s;
}

.parent .inner span:nth-child(179) {
  -webkit-transform: translate3d(-137.03894px, -41.33107px, -44.85612px);
          transform: translate3d(-137.03894px, -41.33107px, -44.85612px);
  color: #006bff;
}

.parent .inner span:nth-child(179):before {
  -webkit-animation-delay: 0s, -4.17667s;
          animation-delay: 0s, -4.17667s;
}

.parent .inner span:nth-child(180) {
  -webkit-transform: translate3d(-118.30808px, -79.71599px, -46.35255px);
          transform: translate3d(-118.30808px, -79.71599px, -46.35255px);
  color: #0066ff;
}

.parent .inner span:nth-child(180):before {
  -webkit-animation-delay: 0s, -4.2s;
          animation-delay: 0s, -4.2s;
}

.parent .inner span:nth-child(181) {
  -webkit-transform: translate3d(-89.15702px, -110.73386px, -47.8439px);
          transform: translate3d(-89.15702px, -110.73386px, -47.8439px);
  color: #0061ff;
}

.parent .inner span:nth-child(181):before {
  -webkit-animation-delay: 0s, -4.22333s;
          animation-delay: 0s, -4.22333s;
}

.parent .inner span:nth-child(182) {
  -webkit-transform: translate3d(-52.26314px, -131.66288px, -49.33px);
          transform: translate3d(-52.26314px, -131.66288px, -49.33px);
  color: #005cff;
}

.parent .inner span:nth-child(182):before {
  -webkit-animation-delay: 0s, -4.24667s;
          animation-delay: 0s, -4.24667s;
}

.parent .inner span:nth-child(183) {
  -webkit-transform: translate3d(-10.97906px, -140.70442px, -50.81069px);
          transform: translate3d(-10.97906px, -140.70442px, -50.81069px);
  color: #0057ff;
}

.parent .inner span:nth-child(183):before {
  -webkit-animation-delay: 0s, -4.27s;
          animation-delay: 0s, -4.27s;
}

.parent .inner span:nth-child(184) {
  -webkit-transform: translate3d(30.97338px, -137.13805px, -52.28581px);
          transform: translate3d(30.97338px, -137.13805px, -52.28581px);
  color: #0052ff;
}

.parent .inner span:nth-child(184):before {
  -webkit-animation-delay: 0s, -4.29333s;
          animation-delay: 0s, -4.29333s;
}

.parent .inner span:nth-child(185) {
  -webkit-transform: translate3d(69.84016px, -121.37847px, -53.75519px);
          transform: translate3d(69.84016px, -121.37847px, -53.75519px);
  color: #004dff;
}

.parent .inner span:nth-child(185):before {
  -webkit-animation-delay: 0s, -4.31667s;
          animation-delay: 0s, -4.31667s;
}

.parent .inner span:nth-child(186) {
  -webkit-transform: translate3d(102.17263px, -94.92972px, -55.21868px);
          transform: translate3d(102.17263px, -94.92972px, -55.21868px);
  color: #0047ff;
}

.parent .inner span:nth-child(186):before {
  -webkit-animation-delay: 0s, -4.34s;
          animation-delay: 0s, -4.34s;
}

.parent .inner span:nth-child(187) {
  -webkit-transform: translate3d(125.13499px, -60.24161px, -56.67612px);
          transform: translate3d(125.13499px, -60.24161px, -56.67612px);
  color: #0042ff;
}

.parent .inner span:nth-child(187):before {
  -webkit-animation-delay: 0s, -4.36333s;
          animation-delay: 0s, -4.36333s;
}

.parent .inner span:nth-child(188) {
  -webkit-transform: translate3d(136.75415px, -20.48206px, -58.12734px);
          transform: translate3d(136.75415px, -20.48206px, -58.12734px);
  color: #003dff;
}

.parent .inner span:nth-child(188):before {
  -webkit-animation-delay: 0s, -4.38667s;
          animation-delay: 0s, -4.38667s;
}

.parent .inner span:nth-child(189) {
  -webkit-transform: translate3d(136.08986px, 20.75345px, -59.57218px);
          transform: translate3d(136.08986px, 20.75345px, -59.57218px);
  color: #0038ff;
}

.parent .inner span:nth-child(189):before {
  -webkit-animation-delay: 0s, -4.41s;
          animation-delay: 0s, -4.41s;
}

.parent .inner span:nth-child(190) {
  -webkit-transform: translate3d(123.31039px, 59.76845px, -61.0105px);
          transform: translate3d(123.31039px, 59.76845px, -61.0105px);
  color: #0033ff;
}

.parent .inner span:nth-child(190):before {
  -webkit-animation-delay: 0s, -4.43333s;
          animation-delay: 0s, -4.43333s;
}

.parent .inner span:nth-child(191) {
  -webkit-transform: translate3d(99.66775px, 93.09845px, -62.44212px);
          transform: translate3d(99.66775px, 93.09845px, -62.44212px);
  color: #002eff;
}

.parent .inner span:nth-child(191):before {
  -webkit-animation-delay: 0s, -4.45667s;
          animation-delay: 0s, -4.45667s;
}

.parent .inner span:nth-child(192) {
  -webkit-transform: translate3d(67.37546px, 117.82006px, -63.86689px);
          transform: translate3d(67.37546px, 117.82006px, -63.86689px);
  color: #0029ff;
}

.parent .inner span:nth-child(192):before {
  -webkit-animation-delay: 0s, -4.48s;
          animation-delay: 0s, -4.48s;
}

.parent .inner span:nth-child(193) {
  -webkit-transform: translate3d(29.4008px, 131.80859px, -65.28466px);
          transform: translate3d(29.4008px, 131.80859px, -65.28466px);
  color: #0024ff;
}

.parent .inner span:nth-child(193):before {
  -webkit-animation-delay: 0s, -4.50333s;
          animation-delay: 0s, -4.50333s;
}

.parent .inner span:nth-child(194) {
  -webkit-transform: translate3d(-10.80885px, 133.92128px, -66.69528px);
          transform: translate3d(-10.80885px, 133.92128px, -66.69528px);
  color: #001fff;
}

.parent .inner span:nth-child(194):before {
  -webkit-animation-delay: 0s, -4.52667s;
          animation-delay: 0s, -4.52667s;
}

.parent .inner span:nth-child(195) {
  -webkit-transform: translate3d(-49.64039px, 124.09035px, -68.09857px);
          transform: translate3d(-49.64039px, 124.09035px, -68.09857px);
  color: #001aff;
}

.parent .inner span:nth-child(195):before {
  -webkit-animation-delay: 0s, -4.55s;
          animation-delay: 0s, -4.55s;
}

.parent .inner span:nth-child(196) {
  -webkit-transform: translate3d(-83.64118px, 103.31835px, -69.49441px);
          transform: translate3d(-83.64118px, 103.31835px, -69.49441px);
  color: #0014ff;
}

.parent .inner span:nth-child(196):before {
  -webkit-animation-delay: 0s, -4.57333s;
          animation-delay: 0s, -4.57333s;
}

.parent .inner span:nth-child(197) {
  -webkit-transform: translate3d(-109.82748px, 73.57704px, -70.88261px);
          transform: translate3d(-109.82748px, 73.57704px, -70.88261px);
  color: #000fff;
}

.parent .inner span:nth-child(197):before {
  -webkit-animation-delay: 0s, -4.59667s;
          animation-delay: 0s, -4.59667s;
}

.parent .inner span:nth-child(198) {
  -webkit-transform: translate3d(-125.94753px, 37.62008px, -72.26305px);
          transform: translate3d(-125.94753px, 37.62008px, -72.26305px);
  color: #000aff;
}

.parent .inner span:nth-child(198):before {
  -webkit-animation-delay: 0s, -4.62s;
          animation-delay: 0s, -4.62s;
}

.parent .inner span:nth-child(199) {
  -webkit-transform: translate3d(-130.67587px, -1.27277px, -73.63556px);
          transform: translate3d(-130.67587px, -1.27277px, -73.63556px);
  color: #0005ff;
}

.parent .inner span:nth-child(199):before {
  -webkit-animation-delay: 0s, -4.64333s;
          animation-delay: 0s, -4.64333s;
}

.parent .inner span:nth-child(200) {
  -webkit-transform: translate3d(-123.72208px, -39.59606px, -75px);
          transform: translate3d(-123.72208px, -39.59606px, -75px);
  color: blue;
}

.parent .inner span:nth-child(200):before {
  -webkit-animation-delay: 0s, -4.66667s;
          animation-delay: 0s, -4.66667s;
}

.parent .inner span:nth-child(201) {
  -webkit-transform: translate3d(-105.84508px, -73.9361px, -76.35621px);
          transform: translate3d(-105.84508px, -73.9361px, -76.35621px);
  color: #0500ff;
}

.parent .inner span:nth-child(201):before {
  -webkit-animation-delay: 0s, -4.69s;
          animation-delay: 0s, -4.69s;
}

.parent .inner span:nth-child(202) {
  -webkit-transform: translate3d(-78.7728px, -101.27648px, -77.70405px);
          transform: translate3d(-78.7728px, -101.27648px, -77.70405px);
  color: #0a00ff;
}

.parent .inner span:nth-child(202):before {
  -webkit-animation-delay: 0s, -4.71333s;
          animation-delay: 0s, -4.71333s;
}

.parent .inner span:nth-child(203) {
  -webkit-transform: translate3d(-45.03535px, -119.26426px, -79.04337px);
          transform: translate3d(-45.03535px, -119.26426px, -79.04337px);
  color: #0f00ff;
}

.parent .inner span:nth-child(203):before {
  -webkit-animation-delay: 0s, -4.73667s;
          animation-delay: 0s, -4.73667s;
}

.parent .inner span:nth-child(204) {
  -webkit-transform: translate3d(-7.72798px, -126.41319px, -80.37402px);
          transform: translate3d(-7.72798px, -126.41319px, -80.37402px);
  color: #1400ff;
}

.parent .inner span:nth-child(204):before {
  -webkit-animation-delay: 0s, -4.76s;
          animation-delay: 0s, -4.76s;
}

.parent .inner span:nth-child(205) {
  -webkit-transform: translate3d(29.77398px, -122.22642px, -81.69586px);
          transform: translate3d(29.77398px, -122.22642px, -81.69586px);
  color: #1a00ff;
}

.parent .inner span:nth-child(205):before {
  -webkit-animation-delay: 0s, -4.78333s;
          animation-delay: 0s, -4.78333s;
}

.parent .inner span:nth-child(206) {
  -webkit-transform: translate3d(64.12194px, -107.22839px, -83.00873px);
          transform: translate3d(64.12194px, -107.22839px, -83.00873px);
  color: #1f00ff;
}

.parent .inner span:nth-child(206):before {
  -webkit-animation-delay: 0s, -4.80667s;
          animation-delay: 0s, -4.80667s;
}

.parent .inner span:nth-child(207) {
  -webkit-transform: translate3d(92.29442px, -82.90441px, -84.31251px);
          transform: translate3d(92.29442px, -82.90441px, -84.31251px);
  color: #2400ff;
}

.parent .inner span:nth-child(207):before {
  -webkit-animation-delay: 0s, -4.83s;
          animation-delay: 0s, -4.83s;
}

.parent .inner span:nth-child(208) {
  -webkit-transform: translate3d(111.86413px, -51.55435px, -85.60704px);
          transform: translate3d(111.86413px, -51.55435px, -85.60704px);
  color: #2900ff;
}

.parent .inner span:nth-child(208):before {
  -webkit-animation-delay: 0s, -4.85333s;
          animation-delay: 0s, -4.85333s;
}

.parent .inner span:nth-child(209) {
  -webkit-transform: translate3d(121.20787px, -16.07489px, -86.89218px);
          transform: translate3d(121.20787px, -16.07489px, -86.89218px);
  color: #2e00ff;
}

.parent .inner span:nth-child(209):before {
  -webkit-animation-delay: 0s, -4.87667s;
          animation-delay: 0s, -4.87667s;
}

.parent .inner span:nth-child(210) {
  -webkit-transform: translate3d(119.64106px, 20.30904px, -88.16779px);
          transform: translate3d(119.64106px, 20.30904px, -88.16779px);
  color: #3300ff;
}

.parent .inner span:nth-child(210):before {
  -webkit-animation-delay: 0s, -4.9s;
          animation-delay: 0s, -4.9s;
}

.parent .inner span:nth-child(211) {
  -webkit-transform: translate3d(107.46587px, 54.33871px, -89.43373px);
          transform: translate3d(107.46587px, 54.33871px, -89.43373px);
  color: #3800ff;
}

.parent .inner span:nth-child(211):before {
  -webkit-animation-delay: 0s, -4.92333s;
          animation-delay: 0s, -4.92333s;
}

.parent .inner span:nth-child(212) {
  -webkit-transform: translate3d(85.92958px, 83.01479px, -90.68987px);
          transform: translate3d(85.92958px, 83.01479px, -90.68987px);
  color: #3d00ff;
}

.parent .inner span:nth-child(212):before {
  -webkit-animation-delay: 0s, -4.94667s;
          animation-delay: 0s, -4.94667s;
}

.parent .inner span:nth-child(213) {
  -webkit-transform: translate3d(57.09845px, 103.86303px, -91.93606px);
          transform: translate3d(57.09845px, 103.86303px, -91.93606px);
  color: #4200ff;
}

.parent .inner span:nth-child(213):before {
  -webkit-animation-delay: 0s, -4.97s;
          animation-delay: 0s, -4.97s;
}

.parent .inner span:nth-child(214) {
  -webkit-transform: translate3d(23.65954px, 115.14849px, -93.17217px);
          transform: translate3d(23.65954px, 115.14849px, -93.17217px);
  color: #4700ff;
}

.parent .inner span:nth-child(214):before {
  -webkit-animation-delay: 0s, -4.99333s;
          animation-delay: 0s, -4.99333s;
}

.parent .inner span:nth-child(215) {
  -webkit-transform: translate3d(-11.33043px, 116.01995px, -94.39806px);
          transform: translate3d(-11.33043px, 116.01995px, -94.39806px);
  color: #4d00ff;
}

.parent .inner span:nth-child(215):before {
  -webkit-animation-delay: 0s, -5.01667s;
          animation-delay: 0s, -5.01667s;
}

.parent .inner span:nth-child(216) {
  -webkit-transform: translate3d(-44.7256px, 106.57232px, -95.6136px);
          transform: translate3d(-44.7256px, 106.57232px, -95.6136px);
  color: #5200ff;
}

.parent .inner span:nth-child(216):before {
  -webkit-animation-delay: 0s, -5.04s;
          animation-delay: 0s, -5.04s;
}

.parent .inner span:nth-child(217) {
  -webkit-transform: translate3d(-73.57522px, 87.82275px, -96.81865px);
          transform: translate3d(-73.57522px, 87.82275px, -96.81865px);
  color: #5700ff;
}

.parent .inner span:nth-child(217):before {
  -webkit-animation-delay: 0s, -5.06333s;
          animation-delay: 0s, -5.06333s;
}

.parent .inner span:nth-child(218) {
  -webkit-transform: translate3d(-95.38553px, 61.60386px, -98.01309px);
          transform: translate3d(-95.38553px, 61.60386px, -98.01309px);
  color: #5c00ff;
}

.parent .inner span:nth-child(218):before {
  -webkit-animation-delay: 0s, -5.08667s;
          animation-delay: 0s, -5.08667s;
}

.parent .inner span:nth-child(219) {
  -webkit-transform: translate3d(-108.33623px, 30.38521px, -99.19678px);
          transform: translate3d(-108.33623px, 30.38521px, -99.19678px);
  color: #6100ff;
}

.parent .inner span:nth-child(219):before {
  -webkit-animation-delay: 0s, -5.11s;
          animation-delay: 0s, -5.11s;
}

.parent .inner span:nth-child(220) {
  -webkit-transform: translate3d(-111.43243px, -2.9597px, -100.36959px);
          transform: translate3d(-111.43243px, -2.9597px, -100.36959px);
  color: #6600ff;
}

.parent .inner span:nth-child(220):before {
  -webkit-animation-delay: 0s, -5.13333s;
          animation-delay: 0s, -5.13333s;
}

.parent .inner span:nth-child(221) {
  -webkit-transform: translate3d(-104.57952px, -35.41893px, -101.5314px);
          transform: translate3d(-104.57952px, -35.41893px, -101.5314px);
  color: #6b00ff;
}

.parent .inner span:nth-child(221):before {
  -webkit-animation-delay: 0s, -5.15667s;
          animation-delay: 0s, -5.15667s;
}

.parent .inner span:nth-child(222) {
  -webkit-transform: translate3d(-88.57545px, -64.11538px, -102.68207px);
          transform: translate3d(-88.57545px, -64.11538px, -102.68207px);
  color: #7000ff;
}

.parent .inner span:nth-child(222):before {
  -webkit-animation-delay: 0s, -5.18s;
          animation-delay: 0s, -5.18s;
}

.parent .inner span:nth-child(223) {
  -webkit-transform: translate3d(-65.02258px, -86.56307px, -103.82148px);
          transform: translate3d(-65.02258px, -86.56307px, -103.82148px);
  color: #7500ff;
}

.parent .inner span:nth-child(223):before {
  -webkit-animation-delay: 0s, -5.20333s;
          animation-delay: 0s, -5.20333s;
}

.parent .inner span:nth-child(224) {
  -webkit-transform: translate3d(-36.16839px, -100.88335px, -104.9495px);
          transform: translate3d(-36.16839px, -100.88335px, -104.9495px);
  color: #7a00ff;
}

.parent .inner span:nth-child(224):before {
  -webkit-animation-delay: 0s, -5.22667s;
          animation-delay: 0s, -5.22667s;
}

.parent .inner span:nth-child(225) {
  -webkit-transform: translate3d(-4.69105px, -105.96223px, -106.06602px);
          transform: translate3d(-4.69105px, -105.96223px, -106.06602px);
  color: #8000ff;
}

.parent .inner span:nth-child(225):before {
  -webkit-animation-delay: 0s, -5.25s;
          animation-delay: 0s, -5.25s;
}

.parent .inner span:nth-child(226) {
  -webkit-transform: translate3d(26.55px, -101.53569px, -107.1709px);
          transform: translate3d(26.55px, -101.53569px, -107.1709px);
  color: #8500ff;
}

.parent .inner span:nth-child(226):before {
  -webkit-animation-delay: 0s, -5.27333s;
          animation-delay: 0s, -5.27333s;
}

.parent .inner span:nth-child(227) {
  -webkit-transform: translate3d(54.7749px, -88.19643px, -108.26403px);
          transform: translate3d(54.7749px, -88.19643px, -108.26403px);
  color: #8a00ff;
}

.parent .inner span:nth-child(227):before {
  -webkit-animation-delay: 0s, -5.29667s;
          animation-delay: 0s, -5.29667s;
}

.parent .inner span:nth-child(228) {
  -webkit-transform: translate3d(77.53195px, -67.32313px, -109.34529px);
          transform: translate3d(77.53195px, -67.32313px, -109.34529px);
  color: #8f00ff;
}

.parent .inner span:nth-child(228):before {
  -webkit-animation-delay: 0s, -5.32s;
          animation-delay: 0s, -5.32s;
}

.parent .inner span:nth-child(229) {
  -webkit-transform: translate3d(92.91147px, -40.94px, -110.41456px);
          transform: translate3d(92.91147px, -40.94px, -110.41456px);
  color: #9400ff;
}

.parent .inner span:nth-child(229):before {
  -webkit-animation-delay: 0s, -5.34333s;
          animation-delay: 0s, -5.34333s;
}

.parent .inner span:nth-child(230) {
  -webkit-transform: translate3d(99.70619px, -11.5209px, -111.47172px);
          transform: translate3d(99.70619px, -11.5209px, -111.47172px);
  color: #9900ff;
}

.parent .inner span:nth-child(230):before {
  -webkit-animation-delay: 0s, -5.36667s;
          animation-delay: 0s, -5.36667s;
}

.parent .inner span:nth-child(231) {
  -webkit-transform: translate3d(97.50481px, 18.24316px, -112.51666px);
          transform: translate3d(97.50481px, 18.24316px, -112.51666px);
  color: #9e00ff;
}

.parent .inner span:nth-child(231):before {
  -webkit-animation-delay: 0s, -5.39s;
          animation-delay: 0s, -5.39s;
}

.parent .inner span:nth-child(232) {
  -webkit-transform: translate3d(86.71148px, 45.69119px, -113.54926px);
          transform: translate3d(86.71148px, 45.69119px, -113.54926px);
  color: #a300ff;
}

.parent .inner span:nth-child(232):before {
  -webkit-animation-delay: 0s, -5.41333s;
          animation-delay: 0s, -5.41333s;
}

.parent .inner span:nth-child(233) {
  -webkit-transform: translate3d(68.49101px, 68.43123px, -114.5694px);
          transform: translate3d(68.49101px, 68.43123px, -114.5694px);
  color: #a800ff;
}

.parent .inner span:nth-child(233):before {
  -webkit-animation-delay: 0s, -5.43667s;
          animation-delay: 0s, -5.43667s;
}

.parent .inner span:nth-child(234) {
  -webkit-transform: translate3d(44.64645px, 84.54972px, -115.57699px);
          transform: translate3d(44.64645px, 84.54972px, -115.57699px);
  color: #ad00ff;
}

.parent .inner span:nth-child(234):before {
  -webkit-animation-delay: 0s, -5.46s;
          animation-delay: 0s, -5.46s;
}

.parent .inner span:nth-child(235) {
  -webkit-transform: translate3d(17.44164px, 92.77275px, -116.57189px);
          transform: translate3d(17.44164px, 92.77275px, -116.57189px);
  color: #b300ff;
}

.parent .inner span:nth-child(235):before {
  -webkit-animation-delay: 0s, -5.48333s;
          animation-delay: 0s, -5.48333s;
}

.parent .inner span:nth-child(236) {
  -webkit-transform: translate3d(-10.61394px, 92.56564px, -117.55402px);
          transform: translate3d(-10.61394px, 92.56564px, -117.55402px);
  color: #b800ff;
}

.parent .inner span:nth-child(236):before {
  -webkit-animation-delay: 0s, -5.50667s;
          animation-delay: 0s, -5.50667s;
}

.parent .inner span:nth-child(237) {
  -webkit-transform: translate3d(-36.99745px, 84.1631px, -118.52325px);
          transform: translate3d(-36.99745px, 84.1631px, -118.52325px);
  color: #bd00ff;
}

.parent .inner span:nth-child(237):before {
  -webkit-animation-delay: 0s, -5.53s;
          animation-delay: 0s, -5.53s;
}

.parent .inner span:nth-child(238) {
  -webkit-transform: translate3d(-59.40068px, 68.52891px, -119.47949px);
          transform: translate3d(-59.40068px, 68.52891px, -119.47949px);
  color: #c200ff;
}

.parent .inner span:nth-child(238):before {
  -webkit-animation-delay: 0s, -5.55333s;
          animation-delay: 0s, -5.55333s;
}

.parent .inner span:nth-child(239) {
  -webkit-transform: translate3d(-75.9328px, 47.25042px, -120.42262px);
          transform: translate3d(-75.9328px, 47.25042px, -120.42262px);
  color: #c700ff;
}

.parent .inner span:nth-child(239):before {
  -webkit-animation-delay: 0s, -5.57667s;
          animation-delay: 0s, -5.57667s;
}

.parent .inner span:nth-child(240) {
  -webkit-transform: translate3d(-85.28034px, 22.37904px, -121.35255px);
          transform: translate3d(-85.28034px, 22.37904px, -121.35255px);
  color: #cc00ff;
}

.parent .inner span:nth-child(240):before {
  -webkit-animation-delay: 0s, -5.6s;
          animation-delay: 0s, -5.6s;
}

.parent .inner span:nth-child(241) {
  -webkit-transform: translate3d(-86.81047px, -3.76724px, -122.26917px);
          transform: translate3d(-86.81047px, -3.76724px, -122.26917px);
  color: #d100ff;
}

.parent .inner span:nth-child(241):before {
  -webkit-animation-delay: 0s, -5.62333s;
          animation-delay: 0s, -5.62333s;
}

.parent .inner span:nth-child(242) {
  -webkit-transform: translate3d(-80.60979px, -28.82058px, -123.17238px);
          transform: translate3d(-80.60979px, -28.82058px, -123.17238px);
  color: #d600ff;
}

.parent .inner span:nth-child(242):before {
  -webkit-animation-delay: 0s, -5.64667s;
          animation-delay: 0s, -5.64667s;
}

.parent .inner span:nth-child(243) {
  -webkit-transform: translate3d(-67.45669px, -50.57859px, -124.06209px);
          transform: translate3d(-67.45669px, -50.57859px, -124.06209px);
  color: #db00ff;
}

.parent .inner span:nth-child(243):before {
  -webkit-animation-delay: 0s, -5.67s;
          animation-delay: 0s, -5.67s;
}

.parent .inner span:nth-child(244) {
  -webkit-transform: translate3d(-48.73144px, -67.19893px, -124.93819px);
          transform: translate3d(-48.73144px, -67.19893px, -124.93819px);
  color: #e000ff;
}

.parent .inner span:nth-child(244):before {
  -webkit-animation-delay: 0s, -5.69333s;
          animation-delay: 0s, -5.69333s;
}

.parent .inner span:nth-child(245) {
  -webkit-transform: translate3d(-26.27405px, -77.35559px, -125.80059px);
          transform: translate3d(-26.27405px, -77.35559px, -125.80059px);
  color: #e600ff;
}

.parent .inner span:nth-child(245):before {
  -webkit-animation-delay: 0s, -5.71667s;
          animation-delay: 0s, -5.71667s;
}

.parent .inner span:nth-child(246) {
  -webkit-transform: translate3d(-2.20417px, -80.34379px, -126.64919px);
          transform: translate3d(-2.20417px, -80.34379px, -126.64919px);
  color: #eb00ff;
}

.parent .inner span:nth-child(246):before {
  -webkit-animation-delay: 0s, -5.74s;
          animation-delay: 0s, -5.74s;
}

.parent .inner span:nth-child(247) {
  -webkit-transform: translate3d(21.27926px, -76.12521px, -127.4839px);
          transform: translate3d(21.27926px, -76.12521px, -127.4839px);
  color: #f000ff;
}

.parent .inner span:nth-child(247):before {
  -webkit-animation-delay: 0s, -5.76333s;
          animation-delay: 0s, -5.76333s;
}

.parent .inner span:nth-child(248) {
  -webkit-transform: translate3d(42.09976px, -65.31103px, -128.30464px);
          transform: translate3d(42.09976px, -65.31103px, -128.30464px);
  color: #f500ff;
}

.parent .inner span:nth-child(248):before {
  -webkit-animation-delay: 0s, -5.78667s;
          animation-delay: 0s, -5.78667s;
}

.parent .inner span:nth-child(249) {
  -webkit-transform: translate3d(58.48774px, -49.08621px, -129.1113px);
          transform: translate3d(58.48774px, -49.08621px, -129.1113px);
  color: #fa00ff;
}

.parent .inner span:nth-child(249):before {
  -webkit-animation-delay: 0s, -5.81s;
          animation-delay: 0s, -5.81s;
}

.parent .inner span:nth-child(250) {
  -webkit-transform: translate3d(69.13135px, -29.08362px, -129.90381px);
          transform: translate3d(69.13135px, -29.08362px, -129.90381px);
  color: magenta;
}

.parent .inner span:nth-child(250):before {
  -webkit-animation-delay: 0s, -5.83333s;
          animation-delay: 0s, -5.83333s;
}

.parent .inner span:nth-child(251) {
  -webkit-transform: translate3d(73.28063px, -7.22113px, -130.68207px);
          transform: translate3d(73.28063px, -7.22113px, -130.68207px);
  color: #ff00fa;
}

.parent .inner span:nth-child(251):before {
  -webkit-animation-delay: 0s, -5.85667s;
          animation-delay: 0s, -5.85667s;
}

.parent .inner span:nth-child(252) {
  -webkit-transform: translate3d(70.79699px, 14.48223px, -131.446px);
          transform: translate3d(70.79699px, 14.48223px, -131.446px);
  color: #ff00f5;
}

.parent .inner span:nth-child(252):before {
  -webkit-animation-delay: 0s, -5.88s;
          animation-delay: 0s, -5.88s;
}

.parent .inner span:nth-child(253) {
  -webkit-transform: translate3d(62.14488px, 34.09338px, -132.19552px);
          transform: translate3d(62.14488px, 34.09338px, -132.19552px);
  color: #ff00f0;
}

.parent .inner span:nth-child(253):before {
  -webkit-animation-delay: 0s, -5.90333s;
          animation-delay: 0s, -5.90333s;
}

.parent .inner span:nth-child(254) {
  -webkit-transform: translate3d(48.32859px, 49.93816px, -132.93054px);
          transform: translate3d(48.32859px, 49.93816px, -132.93054px);
  color: #ff00eb;
}

.parent .inner span:nth-child(254):before {
  -webkit-animation-delay: 0s, -5.92667s;
          animation-delay: 0s, -5.92667s;
}

.parent .inner span:nth-child(255) {
  -webkit-transform: translate3d(30.7814px, 60.74472px, -133.65098px);
          transform: translate3d(30.7814px, 60.74472px, -133.65098px);
  color: #ff00e6;
}

.parent .inner span:nth-child(255):before {
  -webkit-animation-delay: 0s, -5.95s;
          animation-delay: 0s, -5.95s;
}

.parent .inner span:nth-child(256) {
  -webkit-transform: translate3d(11.21924px, 65.74488px, -134.35676px);
          transform: translate3d(11.21924px, 65.74488px, -134.35676px);
  color: #ff00e0;
}

.parent .inner span:nth-child(256):before {
  -webkit-animation-delay: 0s, -5.97333s;
          animation-delay: 0s, -5.97333s;
}

.parent .inner span:nth-child(257) {
  -webkit-transform: translate3d(-8.52656px, 64.72546px, -135.04782px);
          transform: translate3d(-8.52656px, 64.72546px, -135.04782px);
  color: #ff00db;
}

.parent .inner span:nth-child(257):before {
  -webkit-animation-delay: 0s, -5.99667s;
          animation-delay: 0s, -5.99667s;
}

.parent .inner span:nth-child(258) {
  -webkit-transform: translate3d(-26.68112px, 58.0267px, -135.72406px);
          transform: translate3d(-26.68112px, 58.0267px, -135.72406px);
  color: #ff00d6;
}

.parent .inner span:nth-child(258):before {
  -webkit-animation-delay: 0s, -6.02s;
          animation-delay: 0s, -6.02s;
}

.parent .inner span:nth-child(259) {
  -webkit-transform: translate3d(-41.68633px, 46.48944px, -136.38542px);
          transform: translate3d(-41.68633px, 46.48944px, -136.38542px);
  color: #ff00d1;
}

.parent .inner span:nth-child(259):before {
  -webkit-animation-delay: 0s, -6.04333s;
          animation-delay: 0s, -6.04333s;
}

.parent .inner span:nth-child(260) {
  -webkit-transform: translate3d(-52.33499px, 31.35808px, -137.03182px);
          transform: translate3d(-52.33499px, 31.35808px, -137.03182px);
  color: #ff00cc;
}

.parent .inner span:nth-child(260):before {
  -webkit-animation-delay: 0s, -6.06667s;
          animation-delay: 0s, -6.06667s;
}

.parent .inner span:nth-child(261) {
  -webkit-transform: translate3d(-57.86732px, 14.14984px, -137.66319px);
          transform: translate3d(-57.86732px, 14.14984px, -137.66319px);
  color: #ff00c7;
}

.parent .inner span:nth-child(261):before {
  -webkit-animation-delay: 0s, -6.09s;
          animation-delay: 0s, -6.09s;
}

.parent .inner span:nth-child(262) {
  -webkit-transform: translate3d(-58.0221px, -3.4962px, -138.27947px);
          transform: translate3d(-58.0221px, -3.4962px, -138.27947px);
  color: #ff00c2;
}

.parent .inner span:nth-child(262):before {
  -webkit-animation-delay: 0s, -6.11333s;
          animation-delay: 0s, -6.11333s;
}

.parent .inner span:nth-child(263) {
  -webkit-transform: translate3d(-53.03933px, -19.97528px, -138.88059px);
          transform: translate3d(-53.03933px, -19.97528px, -138.88059px);
  color: #ff00bd;
}

.parent .inner span:nth-child(263):before {
  -webkit-animation-delay: 0s, -6.13667s;
          animation-delay: 0s, -6.13667s;
}

.parent .inner span:nth-child(264) {
  -webkit-transform: translate3d(-43.61611px, -33.86352px, -139.46647px);
          transform: translate3d(-43.61611px, -33.86352px, -139.46647px);
  color: #ff00b8;
}

.parent .inner span:nth-child(264):before {
  -webkit-animation-delay: 0s, -6.16s;
          animation-delay: 0s, -6.16s;
}

.parent .inner span:nth-child(265) {
  -webkit-transform: translate3d(-30.82159px, -44.04146px, -140.03706px);
          transform: translate3d(-30.82159px, -44.04146px, -140.03706px);
  color: #ff00b3;
}

.parent .inner span:nth-child(265):before {
  -webkit-animation-delay: 0s, -6.18333s;
          animation-delay: 0s, -6.18333s;
}

.parent .inner span:nth-child(266) {
  -webkit-transform: translate3d(-15.98074px, -49.78375px, -140.5923px);
          transform: translate3d(-15.98074px, -49.78375px, -140.5923px);
  color: #ff00ad;
}

.parent .inner span:nth-child(266):before {
  -webkit-animation-delay: 0s, -6.20667s;
          animation-delay: 0s, -6.20667s;
}

.parent .inner span:nth-child(267) {
  -webkit-transform: translate3d(-0.53923px, -50.80783px, -141.13212px);
          transform: translate3d(-0.53923px, -50.80783px, -141.13212px);
  color: #ff00a8;
}

.parent .inner span:nth-child(267):before {
  -webkit-animation-delay: 0s, -6.23s;
          animation-delay: 0s, -6.23s;
}

.parent .inner span:nth-child(268) {
  -webkit-transform: translate3d(14.07706px, -47.2788px, -141.65646px);
          transform: translate3d(14.07706px, -47.2788px, -141.65646px);
  color: #ff00a3;
}

.parent .inner span:nth-child(268):before {
  -webkit-animation-delay: 0s, -6.25333s;
          animation-delay: 0s, -6.25333s;
}

.parent .inner span:nth-child(269) {
  -webkit-transform: translate3d(26.59412px, -39.77174px, -142.16526px);
          transform: translate3d(26.59412px, -39.77174px, -142.16526px);
  color: #ff009e;
}

.parent .inner span:nth-child(269):before {
  -webkit-animation-delay: 0s, -6.27667s;
          animation-delay: 0s, -6.27667s;
}

.parent .inner span:nth-child(270) {
  -webkit-transform: translate3d(36.00138px, -29.19691px, -142.65848px);
          transform: translate3d(36.00138px, -29.19691px, -142.65848px);
  color: #ff0099;
}

.parent .inner span:nth-child(270):before {
  -webkit-animation-delay: 0s, -6.3s;
          animation-delay: 0s, -6.3s;
}

.parent .inner span:nth-child(271) {
  -webkit-transform: translate3d(41.63281px, -16.69673px, -143.13605px);
          transform: translate3d(41.63281px, -16.69673px, -143.13605px);
  color: #ff0094;
}

.parent .inner span:nth-child(271):before {
  -webkit-animation-delay: 0s, -6.32333s;
          animation-delay: 0s, -6.32333s;
}

.parent .inner span:nth-child(272) {
  -webkit-transform: translate3d(43.21118px, -3.52557px, -143.59792px);
          transform: translate3d(43.21118px, -3.52557px, -143.59792px);
  color: #ff008f;
}

.parent .inner span:nth-child(272):before {
  -webkit-animation-delay: 0s, -6.34667s;
          animation-delay: 0s, -6.34667s;
}

.parent .inner span:nth-child(273) {
  -webkit-transform: translate3d(40.85283px, 9.07507px, -144.04405px);
          transform: translate3d(40.85283px, 9.07507px, -144.04405px);
  color: #ff008a;
}

.parent .inner span:nth-child(273):before {
  -webkit-animation-delay: 0s, -6.37s;
          animation-delay: 0s, -6.37s;
}

.parent .inner span:nth-child(274) {
  -webkit-transform: translate3d(35.03427px, 19.99379px, -144.47439px);
          transform: translate3d(35.03427px, 19.99379px, -144.47439px);
  color: #ff0085;
}

.parent .inner span:nth-child(274):before {
  -webkit-animation-delay: 0s, -6.39333s;
          animation-delay: 0s, -6.39333s;
}

.parent .inner span:nth-child(275) {
  -webkit-transform: translate3d(26.52574px, 28.34782px, -144.88887px);
          transform: translate3d(26.52574px, 28.34782px, -144.88887px);
  color: #ff0080;
}

.parent .inner span:nth-child(275):before {
  -webkit-animation-delay: 0s, -6.41667s;
          animation-delay: 0s, -6.41667s;
}

.parent .inner span:nth-child(276) {
  -webkit-transform: translate3d(16.29977px, 33.55395px, -145.28747px);
          transform: translate3d(16.29977px, 33.55395px, -145.28747px);
  color: #ff007a;
}

.parent .inner span:nth-child(276):before {
  -webkit-animation-delay: 0s, -6.44s;
          animation-delay: 0s, -6.44s;
}

.parent .inner span:nth-child(277) {
  -webkit-transform: translate3d(5.42491px, 35.36637px, -145.67014px);
          transform: translate3d(5.42491px, 35.36637px, -145.67014px);
  color: #ff0075;
}

.parent .inner span:nth-child(277):before {
  -webkit-animation-delay: 0s, -6.46333s;
          animation-delay: 0s, -6.46333s;
}

.parent .inner span:nth-child(278) {
  -webkit-transform: translate3d(-5.04395px, 33.87922px, -146.03684px);
          transform: translate3d(-5.04395px, 33.87922px, -146.03684px);
  color: #ff0070;
}

.parent .inner span:nth-child(278):before {
  -webkit-animation-delay: 0s, -6.48667s;
          animation-delay: 0s, -6.48667s;
}

.parent .inner span:nth-child(279) {
  -webkit-transform: translate3d(-14.16771px, 29.49528px, -146.38751px);
          transform: translate3d(-14.16771px, 29.49528px, -146.38751px);
  color: #ff006b;
}

.parent .inner span:nth-child(279):before {
  -webkit-animation-delay: 0s, -6.51s;
          animation-delay: 0s, -6.51s;
}

.parent .inner span:nth-child(280) {
  -webkit-transform: translate3d(-21.20773px, 22.86583px, -146.72214px);
          transform: translate3d(-21.20773px, 22.86583px, -146.72214px);
  color: #ff0066;
}

.parent .inner span:nth-child(280):before {
  -webkit-animation-delay: 0s, -6.53333s;
          animation-delay: 0s, -6.53333s;
}

.parent .inner span:nth-child(281) {
  -webkit-transform: translate3d(-25.68529px, 14.80897px, -147.04068px);
          transform: translate3d(-25.68529px, 14.80897px, -147.04068px);
  color: #ff0061;
}

.parent .inner span:nth-child(281):before {
  -webkit-animation-delay: 0s, -6.55667s;
          animation-delay: 0s, -6.55667s;
}

.parent .inner span:nth-child(282) {
  -webkit-transform: translate3d(-27.41121px, 6.21613px, -147.34309px);
          transform: translate3d(-27.41121px, 6.21613px, -147.34309px);
  color: #ff005c;
}

.parent .inner span:nth-child(282):before {
  -webkit-animation-delay: 0s, -6.58s;
          animation-delay: 0s, -6.58s;
}

.parent .inner span:nth-child(283) {
  -webkit-transform: translate3d(-26.48401px, -2.04326px, -147.62934px);
          transform: translate3d(-26.48401px, -2.04326px, -147.62934px);
  color: #ff0057;
}

.parent .inner span:nth-child(283):before {
  -webkit-animation-delay: 0s, -6.60333s;
          animation-delay: 0s, -6.60333s;
}

.parent .inner span:nth-child(284) {
  -webkit-transform: translate3d(-23.25858px, -9.20892px, -147.89941px);
          transform: translate3d(-23.25858px, -9.20892px, -147.89941px);
  color: #ff0052;
}

.parent .inner span:nth-child(284):before {
  -webkit-animation-delay: 0s, -6.62667s;
          animation-delay: 0s, -6.62667s;
}

.parent .inner span:nth-child(285) {
  -webkit-transform: translate3d(-18.29008px, -14.6999px, -148.15325px);
          transform: translate3d(-18.29008px, -14.6999px, -148.15325px);
  color: #ff004d;
}

.parent .inner span:nth-child(285):before {
  -webkit-animation-delay: 0s, -6.65s;
          animation-delay: 0s, -6.65s;
}

.parent .inner span:nth-child(286) {
  -webkit-transform: translate3d(-12.2603px, -18.16152px, -148.39085px);
          transform: translate3d(-12.2603px, -18.16152px, -148.39085px);
  color: #ff0047;
}

.parent .inner span:nth-child(286):before {
  -webkit-animation-delay: 0s, -6.67333s;
          animation-delay: 0s, -6.67333s;
}

.parent .inner span:nth-child(287) {
  -webkit-transform: translate3d(-5.89527px, -19.48504px, -148.61218px);
          transform: translate3d(-5.89527px, -19.48504px, -148.61218px);
  color: #ff0042;
}

.parent .inner span:nth-child(287):before {
  -webkit-animation-delay: 0s, -6.69667s;
          animation-delay: 0s, -6.69667s;
}

.parent .inner span:nth-child(288) {
  -webkit-transform: translate3d(0.1166px, -18.79962px, -148.81721px);
          transform: translate3d(0.1166px, -18.79962px, -148.81721px);
  color: #ff003d;
}

.parent .inner span:nth-child(288):before {
  -webkit-animation-delay: 0s, -6.72s;
          animation-delay: 0s, -6.72s;
}

.parent .inner span:nth-child(289) {
  -webkit-transform: translate3d(5.19699px, -16.43863px, -149.00591px);
          transform: translate3d(5.19699px, -16.43863px, -149.00591px);
  color: #ff0038;
}

.parent .inner span:nth-child(289):before {
  -webkit-animation-delay: 0s, -6.74333s;
          animation-delay: 0s, -6.74333s;
}

.parent .inner span:nth-child(290) {
  -webkit-transform: translate3d(8.93327px, -12.8855px, -149.17828px);
          transform: translate3d(8.93327px, -12.8855px, -149.17828px);
  color: #ff0033;
}

.parent .inner span:nth-child(290):before {
  -webkit-animation-delay: 0s, -6.76667s;
          animation-delay: 0s, -6.76667s;
}

.parent .inner span:nth-child(291) {
  -webkit-transform: translate3d(11.11184px, -8.70605px, -149.33429px);
          transform: translate3d(11.11184px, -8.70605px, -149.33429px);
  color: #ff002e;
}

.parent .inner span:nth-child(291):before {
  -webkit-animation-delay: 0s, -6.79s;
          animation-delay: 0s, -6.79s;
}

.parent .inner span:nth-child(292) {
  -webkit-transform: translate3d(11.72664px, -4.47555px, -149.47393px);
          transform: translate3d(11.72664px, -4.47555px, -149.47393px);
  color: #ff0029;
}

.parent .inner span:nth-child(292):before {
  -webkit-animation-delay: 0s, -6.81333s;
          animation-delay: 0s, -6.81333s;
}

.parent .inner span:nth-child(293) {
  -webkit-transform: translate3d(10.96282px, -0.70912px, -149.59717px);
          transform: translate3d(10.96282px, -0.70912px, -149.59717px);
  color: #ff0024;
}

.parent .inner span:nth-child(293):before {
  -webkit-animation-delay: 0s, -6.83667s;
          animation-delay: 0s, -6.83667s;
}

.parent .inner span:nth-child(294) {
  -webkit-transform: translate3d(9.15881px, 2.19677px, -149.70401px);
          transform: translate3d(9.15881px, 2.19677px, -149.70401px);
  color: #ff001f;
}

.parent .inner span:nth-child(294):before {
  -webkit-animation-delay: 0s, -6.86s;
          animation-delay: 0s, -6.86s;
}

.parent .inner span:nth-child(295) {
  -webkit-transform: translate3d(6.75182px, 4.00519px, -149.79443px);
          transform: translate3d(6.75182px, 4.00519px, -149.79443px);
  color: #ff001a;
}

.parent .inner span:nth-child(295):before {
  -webkit-animation-delay: 0s, -6.88333s;
          animation-delay: 0s, -6.88333s;
}

.parent .inner span:nth-child(296) {
  -webkit-transform: translate3d(4.21401px, 4.65805px, -149.86842px);
          transform: translate3d(4.21401px, 4.65805px, -149.86842px);
  color: #ff0014;
}

.parent .inner span:nth-child(296):before {
  -webkit-animation-delay: 0s, -6.90667s;
          animation-delay: 0s, -6.90667s;
}

.parent .inner span:nth-child(297) {
  -webkit-transform: translate3d(1.98719px, 4.27205px, -149.92598px);
          transform: translate3d(1.98719px, 4.27205px, -149.92598px);
  color: #ff000f;
}

.parent .inner span:nth-child(297):before {
  -webkit-animation-delay: 0s, -6.93s;
          animation-delay: 0s, -6.93s;
}

.parent .inner span:nth-child(298) {
  -webkit-transform: translate3d(0.42401px, 3.11262px, -149.9671px);
          transform: translate3d(0.42401px, 3.11262px, -149.9671px);
  color: #ff000a;
}

.parent .inner span:nth-child(298):before {
  -webkit-animation-delay: 0s, -6.95333s;
          animation-delay: 0s, -6.95333s;
}

.parent .inner span:nth-child(299) {
  -webkit-transform: translate3d(-0.2574px, 1.54953px, -149.99178px);
          transform: translate3d(-0.2574px, 1.54953px, -149.99178px);
  color: #ff0005;
}

.parent .inner span:nth-child(299):before {
  -webkit-animation-delay: 0s, -6.97667s;
          animation-delay: 0s, -6.97667s;
}

.parent .inner span:nth-child(300) {
  -webkit-transform: translate3d(0px, 0px, -150px);
          transform: translate3d(0px, 0px, -150px);
  color: red;
}

.parent .inner span:nth-child(300):before {
  -webkit-animation-delay: 0s, -7s;
          animation-delay: 0s, -7s;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotateX(90deg) rotateZ(360deg);
            transform: rotateX(90deg) rotateZ(360deg);
  }
  to {
    -webkit-transform: rotateX(90deg) rotateZ(-360deg);
            transform: rotateX(90deg) rotateZ(-360deg);
  }
}

@keyframes rotate {
  from {
    -webkit-transform: rotateX(90deg) rotateZ(360deg);
            transform: rotateX(90deg) rotateZ(360deg);
  }
  to {
    -webkit-transform: rotateX(90deg) rotateZ(-360deg);
            transform: rotateX(90deg) rotateZ(-360deg);
  }
}

@-webkit-keyframes invertRotate {
  from {
    -webkit-transform: rotateX(90deg) rotateY(-360deg);
            transform: rotateX(90deg) rotateY(-360deg);
  }
  to {
    -webkit-transform: rotateX(90deg) rotateY(360deg);
            transform: rotateX(90deg) rotateY(360deg);
  }
}

@keyframes invertRotate {
  from {
    -webkit-transform: rotateX(90deg) rotateY(-360deg);
            transform: rotateX(90deg) rotateY(-360deg);
  }
  to {
    -webkit-transform: rotateX(90deg) rotateY(360deg);
            transform: rotateX(90deg) rotateY(360deg);
  }
}

@-webkit-keyframes scale {
  0%,
  45%,
  55%,
  100% {
    -webkit-box-shadow: 0 0 10px 0px white;
            box-shadow: 0 0 10px 0px white;
  }
  50% {
    -webkit-box-shadow: 0 0 10px 5px white;
            box-shadow: 0 0 10px 5px white;
  }
}

@keyframes scale {
  0%,
  45%,
  55%,
  100% {
    -webkit-box-shadow: 0 0 10px 0px white;
            box-shadow: 0 0 10px 0px white;
  }
  50% {
    -webkit-box-shadow: 0 0 10px 5px white;
            box-shadow: 0 0 10px 5px white;
  }
}

:root {
  --blob-size: 100px;
  --blob-speed: 8s;
  --blob-speed-scale: calc(0.75 * var(--blob-speed));
  --blob-speed-move: calc(1 * var(--blob-speed));
  --blob-speed-rotate: calc(2 * var(--blob-speed));
  --blob-opacity: 1;
  --blob-blur: 50px;
  --blob-color-1: #F40F3E;
  --blob-color-2: #FFA800;
  --blob-color-3: #5050E9;
}

@media (min-width: 576px) {
  :root {
    --blob-size: 150px;
    --blob-blur: 60px;
  }
}

@media (min-width: 767px) {
  :root {
    --blob-size: 200px;
    --blob-blur: 70px;
  }
}

@media (min-width: 1200px) {
  :root {
    --blob-size: 250px;
  }
}

@media (min-width: 1440px) {
  :root {
    --blob-size: 350px;
  }
}

@media (min-width: 1920px) {
  :root {
    --blob-size: 450px;
  }
}

.blobs {
  position: relative;
  top: 65%;
  right: 0;
  -webkit-filter: blur(var(--blob-blur));
          filter: blur(var(--blob-blur));
  z-index: -1;
}

@media (min-width: 767px) {
  .blobs {
    position: absolute;
    top: 62%;
    right: 30%;
  }
}

@media (min-width: 993px) {
  .blobs {
    top: 67%;
    right: 40%;
  }
}

@media (min-width: 1200px) {
  .blobs {
    right: 30%;
  }
}

@media (min-width: 1440px) {
  .blobs {
    right: 12%;
  }
}

@media (min-width: 1920px) {
  .blobs {
    top: 77%;
  }
}

.blobs * {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  will-change: transform;
}

.blobs:after {
  position: relative;
  display: block;
  width: 18rem;
  height: 31rem;
  background: rgba(184, 184, 184, 0.08);
  -webkit-backdrop-filter: blur(8rem) saturate(1.6);
          backdrop-filter: blur(8rem) saturate(1.6);
  border-radius: 1.5rem;
  z-index: 2;
}

.blob {
  width: var(--blob-size);
  height: calc(0.15 * var(--blob-size));
  background-color: var(--blob-color-1);
  border-radius: 100%;
  opacity: var(--blob-opacity);
  mix-blend-mode: multiply;
  -webkit-animation: blob ease-in-out var(--blob-speed-scale) infinite;
          animation: blob ease-in-out var(--blob-speed-scale) infinite;
}

.blobs > :nth-child(2) .blob {
  background-color: var(--blob-color-2);
  -webkit-animation-delay: calc(-0.8 * var(--blob-speed-scale));
          animation-delay: calc(-0.8 * var(--blob-speed-scale));
}

.blobs > :nth-child(3) .blob {
  background-color: var(--blob-color-3);
  -webkit-animation-delay: calc(-0.2 * var(--blob-speed-scale));
          animation-delay: calc(-0.2 * var(--blob-speed-scale));
}

@-webkit-keyframes blob {
  0%,
  100% {
    -webkit-transform: scale(0.8, 2);
            transform: scale(0.8, 2);
  }
  50% {
    -webkit-transform: scale(1.4, 0.8);
            transform: scale(1.4, 0.8);
  }
}

@keyframes blob {
  0%,
  100% {
    -webkit-transform: scale(0.8, 2);
            transform: scale(0.8, 2);
  }
  50% {
    -webkit-transform: scale(1.4, 0.8);
            transform: scale(1.4, 0.8);
  }
}

.blob-rotate {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-animation: blob-rotate linear var(--blob-speed-rotate) infinite alternate;
          animation: blob-rotate linear var(--blob-speed-rotate) infinite alternate;
}

.blob-rotate:nth-child(2) {
  -webkit-animation-duration: calc(2 * var(--blob-speed-rotate));
          animation-duration: calc(2 * var(--blob-speed-rotate));
  -webkit-animation-delay: calc(-1.5 * var(--blob-speed-rotate));
          animation-delay: calc(-1.5 * var(--blob-speed-rotate));
}

.blob-rotate:nth-child(3) {
  animation-direction: alternate-reverse;
  -webkit-animation-duration: calc(0.8 * var(--blob-speed-rotate));
          animation-duration: calc(0.8 * var(--blob-speed-rotate));
  -webkit-animation-delay: calc(-1 * var(--blob-speed-rotate));
          animation-delay: calc(-1 * var(--blob-speed-rotate));
}

@-webkit-keyframes blob-rotate {
  0% {
    -webkit-transform: translate3d(-50%, -50%, 0) rotateZ(-28deg);
            transform: translate3d(-50%, -50%, 0) rotateZ(-28deg);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
  }
  100% {
    -webkit-transform: translate3d(-50%, -50%, 0) rotateZ(28deg);
            transform: translate3d(-50%, -50%, 0) rotateZ(28deg);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
  }
}

@keyframes blob-rotate {
  0% {
    -webkit-transform: translate3d(-50%, -50%, 0) rotateZ(-28deg);
            transform: translate3d(-50%, -50%, 0) rotateZ(-28deg);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
  }
  100% {
    -webkit-transform: translate3d(-50%, -50%, 0) rotateZ(28deg);
            transform: translate3d(-50%, -50%, 0) rotateZ(28deg);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
  }
}

.blob-move {
  -webkit-animation: blob-move ease-in-out var(--blob-speed-move) infinite;
          animation: blob-move ease-in-out var(--blob-speed-move) infinite;
}

.blobs > :nth-child(2) .blob-move {
  -webkit-animation-delay: calc(-0.8 * var(--blob-speed-move));
          animation-delay: calc(-0.8 * var(--blob-speed-move));
}

.blobs > :nth-child(3) .blob-move {
  -webkit-animation-delay: calc(-0.4 * var(--blob-speed-move));
          animation-delay: calc(-0.4 * var(--blob-speed-move));
}

@-webkit-keyframes blob-move {
  0%,
  100% {
    -webkit-transform: translateX(30%);
            transform: translateX(30%);
  }
  50% {
    -webkit-transform: translateX(-30%);
            transform: translateX(-30%);
  }
}

@keyframes blob-move {
  0%,
  100% {
    -webkit-transform: translateX(30%);
            transform: translateX(30%);
  }
  50% {
    -webkit-transform: translateX(-30%);
            transform: translateX(-30%);
  }
}

.main {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.main__layout {
  --k-padding: 10px;
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  height: 100%;
  left: var(--k-padding);
  width: calc(100% - (2 * var(--k-padding)));
}

@media (min-width: 767px) {
  .main__layout {
    --k-padding: 30px;
  }
}

@media (min-width: 1200px) {
  .main__layout {
    --container-w: 1080px;
    padding: 0 30px;
    margin: 0 auto;
    width: var(--container-w);
    left: 0;
  }
}

@media (min-width: 1440px) {
  .main__layout {
    --container-w: 1140px;
  }
}

@media (min-width: 1920px) {
  .main__layout {
    --container-w: 1480px;
  }
}

footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
}

.gradient {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-73.86%, #fff900), color-stop(38.81%, #ffd400));
  background: linear-gradient(180deg, #fff900 -73.86%, #ffd400 38.81%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (min-width: 1200px) {
  .gradient {
    line-height: 1;
  }
}

.gradient .decor {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f40f3e;
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  src: url("../fonts/Montserrat/Montserrat-Black.ttf") format("truetype"), url("../fonts/Montserrat/Montserrat-Black.otf") format("opentype"), url("../fonts/Montserrat/Montserrat-Black.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-Black.woff") format("woff");
  font-weight: 900;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  src: url("../fonts/Montserrat/Montserrat-ExtraBoldItalic.ttf") format("truetype"), url("../fonts/Montserrat/Montserrat-ExtraBoldItalic.otf") format("opentype"), url("../fonts/Montserrat/Montserrat-ExtraBoldItalic.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-ExtraBoldItalic.woff") format("woff");
  font-weight: 800;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  src: url("../fonts/Montserrat/Montserrat-Bold.ttf") format("truetype"), url("../fonts/Montserrat/Montserrat-Bold.otf") format("opentype"), url("../fonts/Montserrat/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-Bold.woff") format("woff");
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  src: url("../fonts/Montserrat/Montserrat-SemiBoldItalic.ttf") format("truetype"), url("../fonts/Montserrat/Montserrat-SemiBoldItalic.otf") format("opentype"), url("../fonts/Montserrat/Montserrat-SemiBoldItalic.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  src: url("../fonts/Montserrat/Montserrat-SemiBold.ttf") format("truetype"), url("../fonts/Montserrat/Montserrat-SemiBold.otf") format("opentype"), url("../fonts/Montserrat/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  src: url("../fonts/Montserrat/Montserrat-MediumItalic.ttf") format("truetype"), url("../fonts/Montserrat/Montserrat-MediumItalic.otf") format("opentype"), url("../fonts/Montserrat/Montserrat-MediumItalic.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  src: url("../fonts/Montserrat/Montserrat-Regular.ttf") format("truetype"), url("../fonts/Montserrat/Montserrat-Regular.otf") format("opentype"), url("../fonts/Montserrat/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-Regular.woff") format("woff");
  font-weight: 400;
  font-display: swap;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/**
 * Swiper 11.2.8
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 23, 2025
 */
/* FONT_START */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}

/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
          transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
      scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}

/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
      touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 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;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  -ms-touch-action: none;
      touch-action: none;
}

/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Cube slide shadows end */
.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Flip slide shadows end */
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.select2-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option--selectable {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--group {
  padding: 0;
}

.select2-container--default .select2-results__option--disabled {
  color: #999;
}

.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee));
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee));
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white));
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option--group {
  padding: 0;
}

.select2-container--classic .select2-results__option--disabled {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.jq-checkbox,
.jq-radio {
  position: relative;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.jq-checkbox input,
.jq-radio input {
  position: absolute;
  z-index: -1;
  margin: 0;
  padding: 0;
  opacity: 0;
}

.jq-file {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.jq-file input {
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  margin: 0;
  padding: 0;
  opacity: 0;
  font-size: 100px;
  line-height: 1em;
}

.jq-file__name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.jq-selectbox,
.jq-select-multiple {
  position: relative;
  display: inline-block;
}

.jq-selectbox select,
.jq-select-multiple select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
}

.jq-selectbox li,
.jq-select-multiple li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.jq-selectbox {
  z-index: 10;
}

.jq-selectbox__select {
  position: relative;
}

.jq-selectbox__select-text {
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.jq-selectbox__dropdown {
  position: absolute;
}

.jq-selectbox__search input {
  -webkit-appearance: textfield;
}

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
  -webkit-appearance: none;
}

.jq-selectbox__dropdown ul {
  position: relative;
  overflow: auto;
  overflow-x: hidden;
  list-style: none;
  -webkit-overflow-scrolling: touch;
}

.jq-select-multiple ul {
  position: relative;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.jq-number {
  display: inline-block;
}

.jq-number__field input {
  -moz-appearance: textfield;
  text-align: left;
  /* для Opera Presto */
}

.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
  margin: 0;
  /* в каких-то браузерах присутствует отступ */
  -webkit-appearance: none;
}

.jq-checkbox,
.jq-radio {
  vertical-align: -4px;
  width: 16px;
  height: 16px;
  margin: 0 4px 0 0;
  border: 1px solid #C3C3C3;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
  background: linear-gradient(#FFF, #E6E6E6);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
  cursor: pointer;
}

.jq-checkbox.focused,
.jq-radio.focused {
  border: 1px solid #08C;
}

.jq-checkbox.disabled,
.jq-radio.disabled {
  opacity: .55;
}

.jq-checkbox {
  border-radius: 3px;
}

.jq-checkbox.checked .jq-checkbox__div {
  width: 8px;
  height: 4px;
  margin: 3px 0 0 3px;
  border-bottom: 2px solid #666;
  border-left: 2px solid #666;
  -webkit-transform: rotate(-50deg);
  -ms-transform: rotate(-50deg);
      transform: rotate(-50deg);
}

.jq-radio {
  border-radius: 50%;
}

.jq-radio.checked .jq-radio__div {
  width: 10px;
  height: 10px;
  margin: 3px 0 0 3px;
  border-radius: 50%;
  background: #777;
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.7);
          box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.7);
}

.jq-file {
  width: 270px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.jq-file input {
  cursor: pointer;
}

.jq-file__name {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 34px;
  padding: 0 80px 0 10px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: #FFF;
  -webkit-box-shadow: inset 1px 1px #F1F1F1;
          box-shadow: inset 1px 1px #F1F1F1;
  font: 14px/32px Arial, sans-serif;
  color: #333;
}

.jq-file__browse {
  position: absolute;
  top: 1px;
  right: 1px;
  padding: 0 10px;
  border-left: 1px solid #CCC;
  border-radius: 0 4px 4px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
  background: linear-gradient(#FFF, #E6E6E6);
  -webkit-box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px/32px Arial, sans-serif;
  color: #333;
  text-shadow: 1px 1px #FFF;
}

.jq-file:hover .jq-file__browse {
  background: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#E6E6E6));
  background: linear-gradient(#F6F6F6, #E6E6E6);
}

.jq-file:active .jq-file__browse {
  background: #F5F5F5;
  -webkit-box-shadow: inset 1px 1px 3px #DDD;
          box-shadow: inset 1px 1px 3px #DDD;
}

.jq-file.focused .jq-file__name {
  border: 1px solid #5794BF;
}

.jq-file.disabled,
.jq-file.disabled .jq-file__name,
.jq-file.disabled .jq-file__browse {
  border-color: #CCC;
  background: #F5F5F5;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #888;
}

.jq-number {
  position: relative;
  vertical-align: middle;
  padding: 0 36px 0 0;
}

.jq-number__field {
  width: 100px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  -webkit-box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
}

.jq-number__field:hover {
  border-color: #B3B3B3;
}

.jq-number__field input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 8px 9px;
  border: none;
  outline: none;
  background: none;
  font: 14px Arial, sans-serif;
  color: #333;
}

.jq-number__spin {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 14px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
  background: linear-gradient(#FFF, #E6E6E6);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-shadow: 1px 1px #FFF;
  cursor: pointer;
}

.jq-number__spin.minus {
  top: auto;
  bottom: 0;
}

.jq-number__spin:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#E6E6E6));
  background: linear-gradient(#F6F6F6, #E6E6E6);
}

.jq-number__spin:active {
  background: #F5F5F5;
  -webkit-box-shadow: inset 1px 1px 3px #DDD;
          box-shadow: inset 1px 1px 3px #DDD;
}

.jq-number__spin:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 11px;
  width: 0;
  height: 0;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #999;
  border-left: 5px solid transparent;
}

.jq-number__spin.minus:after {
  top: 5px;
  border-top: 5px solid #999;
  border-right: 5px solid transparent;
  border-bottom: none;
  border-left: 5px solid transparent;
}

.jq-number__spin.minus:hover:after {
  border-top-color: #000;
}

.jq-number__spin.plus:hover:after {
  border-bottom-color: #000;
}

.jq-number.focused .jq-number__field {
  border: 1px solid #5794BF;
}

.jq-number.disabled .jq-number__field,
.jq-number.disabled .jq-number__spin {
  border-color: #CCC;
  background: #F5F5F5;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #888;
}

.jq-number.disabled .jq-number__spin:after {
  border-bottom-color: #AAA;
}

.jq-number.disabled .jq-number__spin.minus:after {
  border-top-color: #AAA;
}

.jq-selectbox {
  vertical-align: middle;
  cursor: pointer;
}

.jq-selectbox__select {
  height: 32px;
  padding: 0 45px 0 10px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
  background: linear-gradient(#FFF, #E6E6E6);
  -webkit-box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px/32px Arial, sans-serif;
  color: #333;
  text-shadow: 1px 1px #FFF;
}

.jq-selectbox__select:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#E6E6E6));
  background: linear-gradient(#F6F6F6, #E6E6E6);
}

.jq-selectbox__select:active {
  background: #F5F5F5;
  -webkit-box-shadow: inset 1px 1px 3px #DDD;
          box-shadow: inset 1px 1px 3px #DDD;
}

.jq-selectbox.focused .jq-selectbox__select {
  border: 1px solid #5794BF;
}

.jq-selectbox.disabled .jq-selectbox__select {
  border-color: #CCC;
  background: #F5F5F5;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #888;
}

.jq-selectbox__select-text {
  display: block;
  width: 100%;
}

.jq-selectbox .placeholder {
  color: #888;
}

.jq-selectbox__trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 100%;
  border-left: 1px solid #CCC;
}

.jq-selectbox__trigger-arrow {
  position: absolute;
  top: 14px;
  right: 12px;
  width: 0;
  height: 0;
  border-top: 5px solid #999;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

.jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #000;
}

.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
  border-top-color: #AAA;
}

.jq-selectbox__dropdown {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 2px 0 0;
  padding: 0;
  border: 1px solid #CCC;
  border-radius: 4px;
  background: #FFF;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  font: 14px/18px Arial, sans-serif;
}

.jq-selectbox__search {
  margin: 5px;
}

.jq-selectbox__search input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 5px 27px 6px 8px;
  border: 1px solid #CCC;
  border-radius: 3px;
  outline: none;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==") no-repeat 100% 50%;
  -webkit-box-shadow: inset 1px 1px #F1F1F1;
          box-shadow: inset 1px 1px #F1F1F1;
  color: #333;
}

.jq-selectbox__not-found {
  margin: 5px;
  padding: 5px 8px 6px;
  background: #F0F0F0;
  font-size: 13px;
}

.jq-selectbox ul {
  margin: 0;
  padding: 0;
}

.jq-selectbox li {
  min-height: 18px;
  padding: 5px 10px 6px;
  color: #231F20;
}

.jq-selectbox li.selected {
  background-color: #A3ABB1;
  color: #FFF;
}

.jq-selectbox li:hover {
  background-color: #08C;
  color: #FFF;
}

.jq-selectbox li.disabled {
  color: #AAA;
}

.jq-selectbox li.disabled:hover {
  background: none;
}

.jq-selectbox li.optgroup {
  font-weight: bold;
}

.jq-selectbox li.optgroup:hover {
  background: none;
  color: #231F20;
  cursor: default;
}

.jq-selectbox li.option {
  padding-left: 25px;
}

.jq-select-multiple {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: #FFF;
  -webkit-box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px/18px Arial, sans-serif;
  color: #333;
  cursor: default;
}

.jq-select-multiple.focused {
  border: 1px solid #5794BF;
}

.jq-select-multiple.disabled {
  border-color: #CCC;
  background: #F5F5F5;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #888;
}

.jq-select-multiple ul {
  margin: 0;
  padding: 0;
}

.jq-select-multiple li {
  padding: 3px 9px 4px;
  list-style: none;
}

.jq-select-multiple li:first-child {
  border-radius: 3px 3px 0 0;
}

.jq-select-multiple li:last-child {
  border-radius: 0 0 3px 3px;
}

.jq-select-multiple li.selected {
  background: #08C;
  color: #FFF;
}

.jq-select-multiple li.disabled {
  color: #AAA;
}

.jq-select-multiple li.optgroup {
  font-weight: bold;
}

.jq-select-multiple li.option {
  padding-left: 25px;
}

.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
  background: #CCC;
  color: #FFF;
}

input[type='email'].styler,
input[type='password'].styler,
input[type='search'].styler,
input[type='tel'].styler,
input[type='text'].styler,
input[type='url'].styler,
textarea.styler {
  padding: 8px 9px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  -webkit-box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px Arial, sans-serif;
  color: #333;
}

input[type='search'].styler {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea.styler {
  overflow: auto;
}

input[type='email'].styler:hover,
input[type='password'].styler:hover,
input[type='search'].styler:hover,
input[type='tel'].styler:hover,
input[type='text'].styler:hover,
input[type='url'].styler:hover,
textarea.styler:hover {
  border-color: #B3B3B3;
}

input[type='email'].styler:hover:focus,
input[type='password'].styler:hover:focus,
input[type='search'].styler:hover:focus,
input[type='tel'].styler:hover:focus,
input[type='text'].styler:hover:focus,
input[type='url'].styler:hover:focus,
textarea.styler:hover:focus {
  border-color: #CCC;
  border-top-color: #B3B3B3;
  outline: none;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

button.styler,
input[type='button'].styler,
input[type='submit'].styler,
input[type='reset'].styler {
  overflow: visible;
  padding: 8px 11px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  outline: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
  background: linear-gradient(#FFF, #E6E6E6);
  -webkit-box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px Arial, sans-serif;
  color: #333;
  text-shadow: 1px 1px #FFF;
  cursor: pointer;
}

button.styler.styler::-moz-focus-inner,
input[type='button'].styler.styler::-moz-focus-inner,
input[type='submit'].styler.styler::-moz-focus-inner,
input[type='reset'].styler.styler::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button.styler:not([disabled]):hover,
input[type='button'].styler:not([disabled]):hover,
input[type='submit'].styler:not([disabled]):hover,
input[type='reset'].styler:not([disabled]):hover,
input[type='reset'].styler:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#E6E6E6));
  background: linear-gradient(#F6F6F6, #E6E6E6);
}

button.styler:active,
input[type='button'].styler:active,
input[type='submit'].styler:active,
input[type='reset'].styler:active {
  background: #F5F5F5;
  -webkit-box-shadow: inset 1px 1px 3px #DDD;
          box-shadow: inset 1px 1px 3px #DDD;
}

button.styler[disabled],
input[type='button'].styler[disabled],
input[type='submit'].styler[disabled] {
  border-color: #CCC;
  background: #F5F5F5;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #888;
}

/*!*****************************************************

Freak Flags, Copyright ©2021 Michael P. Cohen. Freak flags is licenced under the MIT licence.  

For complete information visit: www.freakflagsprite.com 

******************************************************/
.fflag {
  background-image: url("../images/flagSprite42.png");
  background-repeat: no-repeat;
  background-size: 100% 49494%;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.fflag-ch,
.fflag-np {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.fflag-dz {
  background-position: center .2287%;
}

.fflag-ao {
  background-position: center .4524%;
}

.fflag-bj {
  background-position: center .6721%;
}

.fflag-bw {
  background-position: center .8958%;
}

.fflag-bf {
  background-position: center 1.1162%;
}

.fflag-bi {
  background-position: center 1.3379%;
}

.fflag-cm {
  background-position: center 1.5589%;
}

.fflag-cv {
  background-position: center 1.7805%;
}

.fflag-cf {
  background-position: center 2.0047%;
}

.fflag-td {
  background-position: center 2.2247%;
}

.fflag-cd {
  background-position: left 2.4467%;
}

.fflag-dj {
  background-position: left 2.6674%;
}

.fflag-eg {
  background-position: center 2.8931%;
}

.fflag-gq {
  background-position: center 3.1125%;
}

.fflag-er {
  background-position: left 3.3325%;
}

.fflag-et {
  background-position: center 3.5542%;
}

.fflag-ga {
  background-position: center 3.7759%;
}

.fflag-gm {
  background-position: center 4.0015%;
}

.fflag-gh {
  background-position: center 4.2229%;
}

.fflag-gn {
  background-position: center 4.441%;
}

.fflag-gw {
  background-position: left 4.66663%;
}

.fflag-ci {
  background-position: center 4.8844%;
}

.fflag-ke {
  background-position: center 5.1061%;
}

.fflag-ls {
  background-position: center 5.3298%;
}

.fflag-lr {
  background-position: left 5.5495%;
}

.fflag-ly {
  background-position: center 5.7712%;
}

.fflag-mg {
  background-position: center 5.994%;
}

.fflag-mw {
  background-position: center 6.2156%;
}

.fflag-ml {
  background-position: center 6.4363%;
}

.fflag-mr {
  background-position: center 6.658%;
}

.fflag-mu {
  background-position: center 6.8805%;
}

.fflag-yt {
  background-position: center 7.1038%;
}

.fflag-ma {
  background-position: center 7.3231%;
}

.fflag-mz {
  background-position: left 7.5448%;
}

.fflag-na {
  background-position: left 7.7661%;
}

.fflag-ne {
  background-position: center 7.98937%;
}

.fflag-ng {
  background-position: center 8.2099%;
}

.fflag-cg {
  background-position: center 8.4316%;
}

.fflag-re {
  background-position: center 8.6533%;
}

.fflag-rw {
  background-position: right 8.875%;
}

.fflag-sh {
  background-position: center 9.0967%;
}

.fflag-st {
  background-position: center 9.32237%;
}

.fflag-sn {
  background-position: center 9.5426%;
}

.fflag-sc {
  background-position: left 9.7628%;
}

.fflag-sl {
  background-position: center 9.9845%;
}

.fflag-so {
  background-position: center 10.2052%;
}

.fflag-za {
  background-position: left 10.4269%;
}

.fflag-ss {
  background-position: left 10.6486%;
}

.fflag-sd {
  background-position: center 10.8703%;
}

.fflag-sr {
  background-position: center 11.0945%;
}

.fflag-sz {
  background-position: center 11.3135%;
}

.fflag-tg {
  background-position: left 11.5354%;
}

.fflag-tn {
  background-position: center 11.7593%;
}

.fflag-ug {
  background-position: center 11.9799%;
}

.fflag-tz {
  background-position: center 12.2005%;
}

.fflag-eh {
  background-position: center 12.4222%;
}

.fflag-ye {
  background-position: center 12.644%;
}

.fflag-zm {
  background-position: center 12.8664%;
}

.fflag-zw {
  background-position: left 13.0873%;
}

.fflag-ai {
  background-position: center 13.309%;
}

.fflag-ag {
  background-position: center 13.5307%;
}

.fflag-ar {
  background-position: center 13.7524%;
}

.fflag-aw {
  background-position: left 13.9741%;
}

.fflag-bs {
  background-position: left 14.1958%;
}

.fflag-bb {
  background-position: center 14.4175%;
}

.fflag-bq {
  background-position: center 14.6415%;
}

.fflag-bz {
  background-position: center 14.8609%;
}

.fflag-bm {
  background-position: center 15.0826%;
}

.fflag-bo {
  background-position: center 15.306%;
}

.fflag-vg {
  background-position: center 15.528%;
}

.fflag-br {
  background-position: center 15.7496%;
}

.fflag-ca {
  background-position: center 15.9694%;
}

.fflag-ky {
  background-position: center 16.1911%;
}

.fflag-cl {
  background-position: left 16.4128%;
}

.fflag-co {
  background-position: left 16.6345%;
}

.fflag-km {
  background-position: center 16.8562%;
}

.fflag-cr {
  background-position: center 17.0779%;
}

.fflag-cu {
  background-position: left 17.2996%;
}

.fflag-cw {
  background-position: center 17.5213%;
}

.fflag-dm {
  background-position: center 17.743%;
}

.fflag-do {
  background-position: center 17.968%;
}

.fflag-ec {
  background-position: center 18.1864%;
}

.fflag-sv {
  background-position: center 18.4081%;
}

.fflag-fk {
  background-position: center 18.6298%;
}

.fflag-gf {
  background-position: center 18.8515%;
}

.fflag-gl {
  background-position: left 19.0732%;
}

.fflag-gd {
  background-position: center 19.2987%;
}

.fflag-gp {
  background-position: center 19.518%;
}

.fflag-gt {
  background-position: center 19.7383%;
}

.fflag-gy {
  background-position: center 19.96%;
}

.fflag-ht {
  background-position: center 20.1817%;
}

.fflag-hn {
  background-position: center 20.4034%;
}

.fflag-jm {
  background-position: center 20.6241%;
}

.fflag-mq {
  background-position: center 20.8468%;
}

.fflag-mx {
  background-position: center 21.0685%;
}

.fflag-ms {
  background-position: center 21.2902%;
}

.fflag-ni {
  background-position: center 21.5119%;
}

.fflag-pa {
  background-position: center 21.7336%;
}

.fflag-py {
  background-position: center 21.9553%;
}

.fflag-pe {
  background-position: center 22.177%;
}

.fflag-pr {
  background-position: left 22.4002%;
}

.fflag-bl {
  background-position: center 22.6204%;
}

.fflag-kn {
  background-position: center 22.8421%;
}

.fflag-lc {
  background-position: center 23.0638%;
}

.fflag-pm {
  background-position: center 23.2855%;
}

.fflag-vc {
  background-position: center 23.5072%;
}

.fflag-sx {
  background-position: left 23.732%;
}

.fflag-tt {
  background-position: center 23.9506%;
}

.fflag-tc {
  background-position: center 24.1723%;
}

.fflag-en {
  background-position: center 24.394%;
}

.fflag-vi {
  background-position: center 24.6157%;
}

.fflag-uy {
  background-position: left 24.8374%;
}

.fflag-ve {
  background-position: center 25.0591%;
}

.fflag-ab {
  background-position: center 25.279%;
}

.fflag-af {
  background-position: center 25.5025%;
}

.fflag-az {
  background-position: center 25.7242%;
}

.fflag-bd {
  background-position: center 25.9459%;
}

.fflag-bt {
  background-position: center 26.1676%;
}

.fflag-bn {
  background-position: center 26.3885%;
}

.fflag-kh {
  background-position: center 26.611%;
}

.fflag-cn {
  background-position: left 26.8327%;
}

.fflag-ge {
  background-position: center 27.0544%;
}

.fflag-hk {
  background-position: center 27.2761%;
}

.fflag-hi {
  background-position: center 27.4978%;
}

.fflag-id {
  background-position: center 27.7195%;
}

.fflag-jp {
  background-position: center 27.9412%;
}

.fflag-kk {
  background-position: center 28.1615%;
}

.fflag-la {
  background-position: center 28.3846%;
}

.fflag-mo {
  background-position: center 28.6063%;
}

.fflag-my {
  background-position: center 28.829%;
}

.fflag-mv {
  background-position: center 29.0497%;
}

.fflag-mn {
  background-position: left 29.2714%;
}

.fflag-mm {
  background-position: center 29.4931%;
}

.fflag-np {
  background-position: left 29.7148%;
}

.fflag-kp {
  background-position: left 29.9365%;
}

.fflag-mp {
  background-position: center 30.1582%;
}

.fflag-pw {
  background-position: center 30.3799%;
}

.fflag-pg {
  background-position: center 30.6016%;
}

.fflag-ph {
  background-position: left 30.8233%;
}

.fflag-sg {
  background-position: left 31.045%;
}

.fflag-kr {
  background-position: center 31.2667%;
}

.fflag-lk {
  background-position: right 31.4884%;
}

.fflag-tw {
  background-position: left 31.7101%;
}

.fflag-tj {
  background-position: center 31.9318%;
}

.fflag-th {
  background-position: center 32.1535%;
}

.fflag-tl {
  background-position: left 32.3752%;
}

.fflag-tm {
  background-position: center 32.5969%;
}

.fflag-vn {
  background-position: center 32.8186%;
}

.fflag-al {
  background-position: center 33.0403%;
}

.fflag-ad {
  background-position: center 33.25975%;
}

.fflag-am {
  background-position: center 33.4837%;
}

.fflag-at {
  background-position: center 33.7054%;
}

.fflag-by {
  background-position: left 33.9271%;
}

.fflag-be {
  background-position: center 34.1488%;
}

.fflag-ba {
  background-position: center 34.3705%;
}

.fflag-bg {
  background-position: center 34.5922%;
}

.fflag-hr {
  background-position: center 34.8139%;
}

.fflag-cy {
  background-position: center 35.0356%;
}

.fflag-cz {
  background-position: left 35.2555%;
}

.fflag-dk {
  background-position: center 35.479%;
}

.fflag-ee {
  background-position: center 35.7007%;
}

.fflag-fo {
  background-position: center 35.9224%;
}

.fflag-fi {
  background-position: center 36.1441%;
}

.fflag-fr {
  background-position: center 36.3658%;
}

.fflag-de {
  background-position: center 36.5875%;
}

.fflag-gi {
  background-position: center 36.8092%;
}

.fflag-el {
  background-position: left 37.0309%;
}

.fflag-gr {
  background-position: left 37.0309%;
}

.fflag-hu {
  background-position: center 37.2526%;
}

.fflag-is {
  background-position: center 37.4743%;
}

.fflag-ie {
  background-position: center 37.696%;
}

.fflag-im {
  background-position: center 37.9177%;
}

.fflag-it {
  background-position: center 38.1394%;
}

.fflag-je {
  background-position: center 38.3611%;
}

.fflag-xk {
  background-position: center 38.5828%;
}

.fflag-lv {
  background-position: center 38.8045%;
}

.fflag-li {
  background-position: left 39.0262%;
}

.fflag-lt {
  background-position: center 39.2479%;
}

.fflag-lu {
  background-position: center 39.4696%;
}

.fflag-mt {
  background-position: left 39.6913%;
}

.fflag-md {
  background-position: center 39.913%;
}

.fflag-mc {
  background-position: center 40.1347%;
}

.fflag-me {
  background-position: center 40.3564%;
}

.fflag-nl {
  background-position: center 40.5781%;
}

.fflag-mk {
  background-position: center 40.7998%;
}

.fflag-no {
  background-position: center 41.0215%;
}

.fflag-pl {
  background-position: center 41.2432%;
}

.fflag-pt {
  background-position: center 41.4649%;
}

.fflag-ro {
  background-position: center 41.6866%;
}

.fflag-ru {
  background-position: center 41.9083%;
}

.fflag-sm {
  background-position: center 42.13%;
}

.fflag-rs {
  background-position: center 42.3517%;
}

.fflag-sk {
  background-position: center 42.5734%;
}

.fflag-si {
  background-position: center 42.7951%;
}

.fflag-es {
  background-position: left 43.0168%;
}

.fflag-se {
  background-position: center 43.2385%;
}

.fflag-ch {
  background-position: center 43.4602%;
}

.fflag-tr {
  background-position: center 43.6819%;
}

.fflag-uk {
  background-position: center 43.9036%;
}

.fflag-gb {
  background-position: center 44.1253%;
}

.fflag-va {
  background-position: right 44.347%;
}

.fflag-bh {
  background-position: center 44.5687%;
}

.fflag-ir {
  background-position: center 44.7904%;
}

.fflag-iq {
  background-position: center 45.0121%;
}

.fflag-il {
  background-position: center 45.2338%;
}

.fflag-kw {
  background-position: left 45.4555%;
}

.fflag-jo {
  background-position: left 45.6772%;
}

.fflag-kg {
  background-position: center 45.897%;
}

.fflag-lb {
  background-position: center 46.1206%;
}

.fflag-om {
  background-position: left 46.3423%;
}

.fflag-pk {
  background-position: center 46.561%;
}

.fflag-ps {
  background-position: center 46.7857%;
}

.fflag-qa {
  background-position: center 47.0074%;
}

.fflag-sa {
  background-position: center 47.2291%;
}

.fflag-sy {
  background-position: center 47.4508%;
}

.fflag-ae {
  background-position: center 47.6725%;
}

.fflag-uz {
  background-position: left 47.8942%;
}

.fflag-as {
  background-position: right 48.1159%;
}

.fflag-au {
  background-position: center 48.3376%;
}

.fflag-cx {
  background-position: center 48.5593%;
}

.fflag-cc {
  background-position: center 48.781%;
}

.fflag-ck {
  background-position: center 49.002%;
}

.fflag-fj {
  background-position: center 49.2244%;
}

.fflag-pf {
  background-position: center 49.4445%;
}

.fflag-gu {
  background-position: center 49.6678%;
}

.fflag-ki {
  background-position: center 49.8895%;
}

.fflag-mh {
  background-position: left 50.1112%;
}

.fflag-fm {
  background-position: center 50.3329%;
}

.fflag-nc {
  background-position: center 50.5546%;
}

.fflag-nz {
  background-position: center 50.7763%;
}

.fflag-nr {
  background-position: left 50.998%;
}

.fflag-nu {
  background-position: center 51.2197%;
}

.fflag-nf {
  background-position: center 51.4414%;
}

.fflag-ws {
  background-position: left 51.6631%;
}

.fflag-sb {
  background-position: left 51.8848%;
}

.fflag-tk {
  background-position: center 52.1065%;
}

.fflag-to {
  background-position: left 52.3282%;
}

.fflag-tv {
  background-position: center 52.5499%;
}

.fflag-vu {
  background-position: left 52.7716%;
}

.fflag-wf {
  background-position: center 52.9933%;
}

.fflag-eu {
  background-position: center 53.215%;
}

.fflag-jr {
  background-position: center 53.4315%;
}

.fflag-oly {
  background-position: center 53.6584%;
}

.fflag-un {
  background-position: center 53.875%;
}

.fflag-be.ff-round,
.fflag-ci.ff-round,
.fflag-fr.ff-round,
.fflag-gn.ff-round,
.fflag-ie.ff-round,
.fflag-it.ff-round,
.fflag-ml.ff-round,
.fflag-ng.ff-round,
.fflag-ro.ff-round,
.fflag-td.ff-round {
  background-size: 100% 50000%;
}

.ff-round {
  background-size: 160%;
  background-clip: content-box;
  border-radius: 50%;
}

.ff-round.ff-sm {
  width: 12px;
  height: 12px;
}

.ff-round.ff-md {
  width: 18px;
  height: 18px;
}

.ff-round.ff-lg {
  width: 24px;
  height: 24px;
}

.ff-round.ff-xl {
  width: 32px;
  height: 32px;
}

.ellipse-btn {
  margin-bottom: 20px;
  padding: 5px 0.5em;
  min-width: 150px;
  display: inline-block;
  text-align: center;
  color: #181818;
  line-height: 50px;
  font-weight: 700;
  border-radius: 5px;
  background: -webkit-gradient(linear, left bottom, left top, from(#ffbb00), to(#ffe300)), #ffffff;
  background: linear-gradient(360deg, #ffbb00 0%, #ffe300 100%), #ffffff;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
}

.ellipse-btn:not(.ellipse-btn--promo) {
  -webkit-animation: 2s linear 1s infinite glow;
          animation: 2s linear 1s infinite glow;
}

@-webkit-keyframes glow {
  50% {
    -webkit-box-shadow: 0px 0px 50px 0px rgba(255, 187, 4, 0.5);
            box-shadow: 0px 0px 50px 0px rgba(255, 187, 4, 0.5);
  }
}

@keyframes glow {
  50% {
    -webkit-box-shadow: 0px 0px 50px 0px rgba(255, 187, 4, 0.5);
            box-shadow: 0px 0px 50px 0px rgba(255, 187, 4, 0.5);
  }
}

@media (min-width: 767px) {
  .ellipse-btn {
    min-width: 300px;
  }
}

@media (min-width: 993px) {
  .ellipse-btn {
    min-width: unset;
    width: 100%;
    max-width: 300px;
  }
}

@media (min-width: 1440px) {
  .ellipse-btn {
    font-size: 20px;
  }
}

.ellipse-btn:hover {
  background: #e1ab19;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(225, 171, 25, 0.5), 0px -2px 10px 0px rgba(225, 171, 25, 0.5);
          box-shadow: 0px 2px 10px 0px rgba(225, 171, 25, 0.5), 0px -2px 10px 0px rgba(225, 171, 25, 0.5);
}

.ellipse-btn--promo {
  margin-bottom: 0;
  line-height: 40px;
  letter-spacing: -0.48px;
}

.ellipse-btn--promo::first-letter {
  text-transform: uppercase;
}

@media (min-width: 767px) {
  .ellipse-btn--promo {
    min-width: unset;
    max-width: 50%;
    width: 100%;
    margin: 0 auto;
    top: -10px;
  }
}

@media (min-width: 1200px) {
  .ellipse-btn--promo {
    min-width: 180px;
    width: unset;
  }
}

@media (min-width: 1440px) {
  .ellipse-btn--promo {
    min-width: 200px;
    width: unset;
  }
}

.ellipse-btnbutton.ellipse-btn--promo {
  font-size: 14px;
  border: 1px solid red;
}

@media (min-width: 1440px) {
  .ellipse-btn--font {
    font-size: 28px;
  }
}

@media (min-width: 1920px) {
  .ellipse-btn--font {
    font-size: 30px;
  }
}

.ellipse-btn.custom-btn {
  background: transparent;
  cursor: pointer;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  position: relative;
  outline: none;
  overflow-x: hidden;
}

.ellipse-btn.btn-7 {
  background: #FFA800;
  padding: 0;
  border: none;
}

@media (min-width: 767px) {
  .ellipse-btn.btn-7 {
    line-height: 30px;
  }
}

@media (min-width: 1200px) {
  .ellipse-btn.btn-7 {
    line-height: 34px;
  }
}

@media (min-width: 1440px) {
  .ellipse-btn.btn-7 {
    line-height: 40px;
  }
}

.ellipse-btn.btn-7::after, .ellipse-btn.btn-7::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  background: #FFA800;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.ellipse-btn.btn-7::before {
  height: 0%;
  width: 2px;
}

.ellipse-btn.btn-7::after {
  width: 0%;
  height: 2px;
}

.ellipse-btn.btn-7:hover {
  color: #FFA800;
  background: transparent;
}

.ellipse-btn.btn-7:hover::before {
  height: 100%;
}

.ellipse-btn.btn-7:hover::after {
  width: 100%;
}

.ellipse-btn.btn-7:hover span::before {
  height: 100%;
}

.ellipse-btn.btn-7:hover span::after {
  width: 100%;
}

.ellipse-btn.btn-7 span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  letter-spacing: 0;
}

.ellipse-btn.btn-7 span::before, .ellipse-btn.btn-7 span::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: #FFA800;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.ellipse-btn.btn-7 span::before {
  width: 2px;
  height: 0%;
}

.ellipse-btn.btn-7 span::after {
  height: 2px;
  width: 0%;
}

.title {
  margin-bottom: 0.3em;
  text-transform: uppercase;
  font-style: italic;
}

@media (min-width: 767px) {
  .title {
    margin-left: 0;
    margin-bottom: 50px;
  }
}

@media (min-width: 1200px) {
  .title {
    margin-bottom: 60px;
  }
}

@media (min-width: 1440px) {
  .title {
    margin-bottom: 98px;
  }
}

.title p {
  color: #fff;
  font-size: 14px;
  letter-spacing: -0.02em;
}

@media (min-width: 767px) {
  .title p {
    margin-bottom: 12px;
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .title p {
    margin-bottom: 16px;
    font-size: 20px;
  }
}

@media (min-width: 1440px) {
  .title p {
    margin-bottom: 20px;
    font-size: 24px;
  }
}

@media (min-width: 1920px) {
  .title p {
    margin-bottom: 8px;
    font-size: 32px;
  }
}

.title.title--slide__promo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.4;
}

.title [data-code] {
  font-weight: 800;
}

.title__package, .title__num {
  display: inline;
}

.title__text, .title__num {
  text-transform: uppercase;
  letter-spacing: -0.02em;
}

.title__text {
  color: #fff;
  font-size: calc(20px + 20 * ((100vw - 320px) / 1600));
  line-height: 1.3;
}

@media (min-width: 576px) {
  .title__text {
    margin: 0 auto;
  }
}

@media (min-width: 767px) {
  .title__text {
    font-size: 24px;
    position: relative;
    z-index: 2;
    margin: 0;
    width: 100%;
    letter-spacing: 0;
    padding-right: 40px;
    margin-bottom: 0px;
  }
}

@media (min-width: 1200px) {
  .title__text {
    font-size: 32px;
    padding-right: 92px;
    margin-bottom: 34px;
  }
}

@media (min-width: 1440px) {
  .title__text {
    font-size: 36px;
    padding-right: 3vw;
    margin-bottom: 28px;
    line-height: 1.2;
  }
}

@media (min-width: 1920px) {
  .title__text {
    margin-bottom: 17px;
    padding-right: 2vw;
    font-size: 40px;
  }
}

.title__num {
  padding: 0;
  color: #fff;
}

@media (min-width: 1200px) {
  .title__num + span {
    max-width: 66%;
  }
}

@-webkit-keyframes cinematicInOut {
  0% {
    text-shadow: 0 0 1em white;
    opacity: 0;
  }
  100% {
    text-shadow: 0 0 0 white;
    opacity: 1;
  }
  75% {
    text-shadow: 0 0 0 white;
    opacity: 1;
    margin-left: 0;
  }
  100% {
    text-shadow: 0 0 1em white;
    opacity: 0;
    margin-left: 0;
  }
}

@keyframes cinematicInOut {
  0% {
    text-shadow: 0 0 1em white;
    opacity: 0;
  }
  100% {
    text-shadow: 0 0 0 white;
    opacity: 1;
  }
  75% {
    text-shadow: 0 0 0 white;
    opacity: 1;
    margin-left: 0;
  }
  100% {
    text-shadow: 0 0 1em white;
    opacity: 0;
    margin-left: 0;
  }
}

.title__package {
  color: #F40F3E;
  -webkit-transition: color 0.5s ease-in;
  transition: color 0.5s ease-in;
}

.title__promo {
  font-size: 16px;
}

@media (min-width: 767px) {
  .title__promo {
    font-size: 14px;
    max-width: 83%;
  }
}

@media (min-width: 1200px) {
  .title__promo {
    max-width: 100%;
    font-size: 16px;
  }
}

@media (min-width: 1920px) {
  .title__promo {
    font-size: 20px;
  }
}

@media (min-width: 767px) {
  .title__short {
    display: none;
  }
}

.container {
  --kpadding: 20px;
  min-width: 320px;
  margin: 0 auto;
  padding: 0 var(--kpadding);
}

@media (min-width: 767px) {
  .container {
    --kpadding: 30px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 900px;
  }
}

@media (min-width: 1440px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1920px) {
  .container {
    max-width: 1480px;
  }
}

@media (min-width: 1200px) {
  .container--fluid {
    max-width: 1080px;
  }
}

@media (min-width: 1440px) {
  .container--fluid {
    max-width: 1140px;
  }
}

@media (min-width: 1920px) {
  .container--fluid {
    max-width: 1490px;
  }
}

.payments-methods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  justify-content: center;
}

@media (min-width: 767px) {
  .payments-methods {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 2;
    width: 100%;
    gap: 0px 14px;
  }
}

@media (min-width: 1200px) {
  .payments-methods {
    padding-bottom: 0;
    gap: 0px 17px;
  }
}

@media (min-width: 1440px) {
  .payments-methods {
    gap: 0px 17px;
  }
}

@media (min-width: 1920px) {
  .payments-methods {
    gap: 0px 14px;
  }
}

.payments-methods__separator {
  display: inline-block;
  margin-bottom: 20px;
  width: 1px;
  height: 20px;
  background-color: #fff;
}

.payments-methods__separator.payments-methods__separator--fhd {
  display: none;
}

@media (min-width: 767px) {
  .payments-methods__separator.payments-methods__separator--fhd {
    display: block;
  }
}

.payments-methods .payments-method svg use {
  fill: #fff;
}

.payments-methods .payments-method--visa svg {
  width: 56px;
  height: auto;
}

@media (min-width: 1200px) {
  .payments-methods .payments-method--visa svg {
    width: 67px;
  }
}

@media (min-width: 1440px) {
  .payments-methods .payments-method--visa svg {
    width: 73px;
  }
}

.payments-methods .payments-method--mastercard svg {
  width: 69px;
  height: auto;
}

@media (min-width: 1200px) {
  .payments-methods .payments-method--mastercard svg {
    width: 82px;
  }
}

@media (min-width: 1440px) {
  .payments-methods .payments-method--mastercard svg {
    width: 89px;
  }
}

.payments-methods .payments-method--neteller svg {
  width: 99px;
  height: auto;
}

@media (min-width: 1200px) {
  .payments-methods .payments-method--neteller svg {
    width: 117px;
  }
}

@media (min-width: 1440px) {
  .payments-methods .payments-method--neteller svg {
    width: 125px;
  }
}

.payments-methods .payments-method--skrill svg {
  width: 49px;
  height: auto;
}

@media (min-width: 1200px) {
  .payments-methods .payments-method--skrill svg {
    width: 58px;
  }
}

@media (min-width: 1440px) {
  .payments-methods .payments-method--skrill svg {
    width: 63px;
  }
}

.payments-methods .payments-method--bitcoin svg {
  width: 17px;
  height: auto;
}

@media (min-width: 1200px) {
  .payments-methods .payments-method--bitcoin svg {
    width: 20px;
  }
}

@media (min-width: 1440px) {
  .payments-methods .payments-method--bitcoin svg {
    width: 25px;
  }
}

.payments-methods .payments-method--pm svg {
  width: 18px;
  height: auto;
}

@media (min-width: 1200px) {
  .payments-methods .payments-method--pm svg {
    width: 22px;
  }
}

.payments-methods div {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: 2%;
  margin-right: 2%;
  margin-bottom: 12px;
}

@media (min-width: 767px) {
  .payments-methods div {
    margin-bottom: 0;
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media (min-width: 1200px) {
  .payments-methods div {
    margin-left: 0;
    margin-right: 0;
  }
}

.payments-methods div svg {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.thermslink {
  width: 100%;
  margin-bottom: 30px;
  font-size: 14px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-weight: 400;
  font-style: italic;
  line-height: 1.4;
  border: none;
  text-align: center;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
  letter-spacing: 0;
}

.thermslink:hover {
  color: #d9d9d9;
}

.thermslink--font {
  font-weight: 400;
}

@media (min-width: 576px) {
  .thermslink {
    margin-bottom: 20px;
  }
}

@media (min-width: 767px) {
  .thermslink {
    display: block;
    text-align: left;
  }
}

@media (min-width: 1200px) {
  .thermslink {
    font-size: 16px;
    margin-bottom: 47px;
  }
}

@media (min-width: 1440px) {
  .thermslink {
    margin-bottom: 0px;
  }
}

@media (min-width: 1920px) {
  .thermslink {
    margin-bottom: 0px;
  }
}

.thermslink svg {
  margin-right: 5px;
}

.thermslink use {
  fill: #fff;
  -webkit-transition: fill 0.3s linear;
  transition: fill 0.3s linear;
}

.thermslink:hover use {
  fill: rgba(255, 255, 255, 0.6);
}

.thermslink::first-letter {
  text-transform: uppercase;
}

.thermslink:hover {
  border-color: #fff;
}

.soc-networks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}

@media (min-width: 576px) {
  .soc-networks {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-left: auto;
  }
}

.soc-networks .footer__18icon {
  display: none;
}

.soc-networks a {
  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;
  margin: 0;
  font-size: 0;
}

.soc-networks a:first-child {
  margin-left: 0;
}

.soc-networks a:last-child {
  margin-right: 0;
}

.soc-networks a svg {
  width: 15px;
  height: 15px;
}

@media (min-width: 767px) {
  .soc-networks a svg {
    width: 22px;
    height: 22px;
  }
}

.soc-networks a svg use {
  fill: #080D21;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

.soc-networks a:hover {
  -webkit-box-shadow: 0px 0px 20px rgba(255, 187, 4, 0.7);
          box-shadow: 0px 0px 20px rgba(255, 187, 4, 0.7);
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  color: transparent;
}

.loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #fff;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #cccccc;
  -webkit-animation: spin 3s linear infinite;
          animation: spin 3s linear infinite;
}

.loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #e6e6e6;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.app-links {
  background-color: #051B4A;
  padding-top: 15px;
}

@media (min-width: 767px) {
  .app-links {
    padding-top: 6px;
    padding-bottom: 6px;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    background-color: #080D21;
  }
}

@media (min-width: 1200px) {
  .app-links {
    padding-top: 22px;
  }
}

@media (min-width: 1440px) {
  .app-links {
    padding-top: 42px;
    padding-bottom: 46px;
  }
}

@media (min-width: 1920px) {
  .app-links {
    padding-top: 100px;
    padding-bottom: 0px;
  }
}

.app-links .animated-payment-el {
  visibility: hidden;
  opacity: 1;
}

.app-links__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
  z-index: 1;
  grid-gap: 0 10px;
  max-width: 326px;
  margin: 0 auto;
  padding-bottom: 34px;
  /* align-content: inherit; */
}

@media (min-width: 767px) {
  .app-links__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 30px;
    margin-right: 0px;
    max-width: 100%;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media (min-width: 1200px) {
  .app-links__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 54px;
    margin-right: 0;
  }
}

@media (min-width: 1440px) {
  .app-links__inner {
    padding-bottom: 35px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 1920px) {
  .app-links__inner {
    padding-bottom: 63px;
    position: relative;
  }
}

.app-links__apps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-column: 1/3;
  gap: 30px 10px;
}

@media (min-width: 1200px) {
  .app-links__apps {
    gap: 30px 13px;
  }
}

.app-links__link {
  font-size: 0;
  color: transparent;
}

@media (min-width: 767px) {
  .app-links__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.app-links__link:hover svg {
  fill: #100f0d;
}

.app-links__link:hover .svg-title {
  fill: #FFA800;
}

.app-links__link svg {
  width: auto;
  height: 37px;
  fill: #fff;
  -webkit-transition: fill 0.3s linear;
  transition: fill 0.3s linear;
}

@media (min-width: 767px) {
  .app-links__link svg {
    height: 25px;
  }
}

@media (min-width: 1200px) {
  .app-links__link svg {
    height: 42px;
  }
}

.app-links__link .svg-title {
  fill: black;
  -webkit-transition: fill 0.3s linear;
  transition: fill 0.3s linear;
}

.app-links__payments {
  grid-column: 1/3;
  margin-bottom: 40px;
}

@media (min-width: 767px) {
  .app-links__payments {
    margin-bottom: 0px;
    margin-right: auto;
  }
}

@media (min-width: 1920px) {
  .app-links__payments {
    margin-right: 50px;
  }
}

.marquee__string {
  position: absolute;
  height: auto;
  width: var(--width);
}

.marquee__string--top, .marquee__string--bottom {
  display: none;
}

@media (min-width: 767px) {
  .marquee__string--top {
    --width: clamp(540px, 70vw, 578px);
    display: block;
    top: -223px;
    left: unset;
    right: -188px;
  }
}

@media (min-width: 1200px) {
  .marquee__string--top {
    --width: 818px;
    top: -40%;
    left: 57%;
  }
}

@media (min-width: 1440px) {
  .marquee__string--top {
    --width: 1068px;
    top: -45%;
    left: 50%;
  }
}

.marquee__string--top tspan {
  background-color: aqua;
  position: relative;
}

.marquee__string--top tspan::before {
  content: '';
  position: absolute;
  z-index: 55;
  left: 0;
  width: 30px;
  height: 30px;
  background-color: #3fff05;
}

@media (min-width: 1920px) {
  .marquee__string--top {
    --width: 1320px;
    top: -53%;
    left: 54%;
  }
}

@media (min-width: 2600px) {
  .marquee__string--top {
    left: unset;
    right: -250px;
  }
}

.marquee__string--top #demo {
  width: 80vw;
  height: auto;
  z-index: 2;
}

.marquee__string--top textPath {
  font-size: 2.29vw;
  line-height: 3.29vw;
  color: #0000FF;
  font-weight: 500;
  letter-spacing: 0.2em;
}

.marquee__string--top svg {
  overflow: visible;
}

@media (min-width: 1200px) {
  .marquee__string--bottom {
    --width: 608px;
    display: block;
    bottom: -25%;
    left: -292px;
  }
}

@media (min-width: 1440px) {
  .marquee__string--bottom {
    --width: 796px;
    bottom: -32%;
    left: -346px;
  }
}

@media (min-width: 1920px) {
  .marquee__string--bottom {
    --width: clamp(967px, 50vw, 1067px);
    bottom: -32%;
    left: -404px;
  }
}

.marquee__string--center {
  --width: 796px;
  bottom: 32%;
  left: 346px;
  position: absolute;
  height: auto;
  width: var(--width);
}

.cards {
  background-color: #051B4A;
}

@media (min-width: 767px) {
  .cards {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (min-width: 1200px) {
  .cards {
    padding-bottom: 20px;
  }
}

@media (min-width: 1440px) {
  .cards {
    padding-bottom: 50px;
  }
}

@media (min-width: 1200px) {
  .cards__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.cards .container {
  padding-right: 0;
  padding-left: 0;
}

@media (min-width: 1200px) {
  .cards .container {
    padding-right: 30px;
  }
}

@media (min-width: 800px) {
  .swiper-container {
    max-width: 930px;
    margin: 0 auto;
    border-radius: 10px;
  }
}

@media (min-width: 993px) {
  .swiper-container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .swiper-container {
    border-radius: 8px;
    max-width: 100%;
  }
}

@media (min-width: 1920px) {
  .swiper-container {
    border-radius: 12px;
  }
}

.swiper-container .swiper-pagination {
  position: relative;
  padding: 20px 0;
}

.swiper-container .swiper-pagination-bullet {
  background: transparent;
  background-color: #fff;
  opacity: 1;
}

.swiper-container .swiper-pagination-bullet-active {
  background: transparent;
  background-color: #F40F3E;
}

.card {
  max-width: 194px;
  width: 100%;
  text-align: center;
  border-radius: 10px;
  position: relative;
  z-index: 2;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background: linear-gradient(20deg, #000510 0%, #0353FF 300%);
  color: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 40px 10px 20px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  cursor: pointer;
}

@media (min-width: 576px) {
  .card {
    max-width: 270px;
    padding: 44px 2px 22px;
    border-radius: 12px;
    margin-right: 25px;
    margin-right: 0;
  }
}

@media (min-width: 800px) {
  .card {
    max-width: 300px;
  }
}

@media (min-width: 1200px) {
  .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 0px;
    max-width: 193px;
    padding: 40px 0px 22px;
    border-radius: 8px;
    opacity: 0;
  }
}

@media (min-width: 1440px) {
  .card {
    max-width: 205px;
    padding: 46px 0px 22px;
    border-radius: 9.1px;
  }
}

@media (min-width: 1920px) {
  .card {
    max-width: 270px;
    padding: 38px 2px 22px;
    border-radius: 12px;
  }
}

.card.small-size .card__percent-fs {
  font-size: 18px;
}

@media (min-width: 576px) {
  .card.small-size .card__percent-fs {
    font-size: 24px;
  }
}

@media (min-width: 1200px) {
  .card.small-size .card__percent-fs {
    font-size: 17px;
  }
}

@media (min-width: 1440px) {
  .card.small-size .card__percent-fs {
    font-size: 18px;
  }
}

.card__layout {
  -webkit-transition: -webkit-transform 0.9s ease-in-out;
  transition: -webkit-transform 0.9s ease-in-out;
  transition: transform 0.9s ease-in-out;
  transition: transform 0.9s ease-in-out, -webkit-transform 0.9s ease-in-out;
}

@media (min-width: 1200px) {
  .card__layout {
    -webkit-transform: scale(0.95);
        -ms-transform: scale(0.95);
            transform: scale(0.95);
  }
}

.card__image {
  -webkit-transition: -webkit-transform 1s ease-in-out;
  transition: -webkit-transform 1s ease-in-out;
  transition: transform 1s ease-in-out;
  transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
}

@media (min-width: 1200px) {
  .card__image {
    -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
            transform: translateX(10px);
  }
}

.card__percent {
  -webkit-transition: -webkit-transform 0.9s ease-in-out;
  transition: -webkit-transform 0.9s ease-in-out;
  transition: transform 0.9s ease-in-out;
  transition: transform 0.9s ease-in-out, -webkit-transform 0.9s ease-in-out;
}

@media (min-width: 1200px) {
  .card__percent {
    -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
            transform: translateX(20px);
  }
}

.card__footer p:first-child {
  -webkit-transition: -webkit-transform 1.1s ease-in-out;
  transition: -webkit-transform 1.1s ease-in-out;
  transition: transform 1.1s ease-in-out;
  transition: transform 1.1s ease-in-out, -webkit-transform 1.1s ease-in-out;
}

@media (min-width: 1200px) {
  .card__footer p:first-child {
    -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
            transform: translateX(20px);
  }
}

.card__footer p:last-child {
  -webkit-transition: -webkit-transform 1.3s ease-in-out;
  transition: -webkit-transform 1.3s ease-in-out;
  transition: transform 1.3s ease-in-out;
  transition: transform 1.3s ease-in-out, -webkit-transform 1.3s ease-in-out;
}

@media (min-width: 1200px) {
  .card__footer p:last-child {
    -webkit-transform: translateX(30px);
        -ms-transform: translateX(30px);
            transform: translateX(30px);
  }
}

@media (min-width: 1200px) {
  .card.animated .card__layout {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
}

@media (min-width: 1200px) {
  .card.animated .card__image {
    -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@media (min-width: 1200px) {
  .card.animated .card__percent {
    -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@media (min-width: 1200px) {
  .card.animated .card__footer p:first-child {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}

@media (min-width: 1200px) {
  .card.animated .card__footer p:last-child {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}

.card:hover .card__layout {
  -webkit-transform: translate(-0.5%, 0.5%);
      -ms-transform: translate(-0.5%, 0.5%);
          transform: translate(-0.5%, 0.5%);
}

.card__layout {
  position: absolute;
  z-index: -1;
  --width: 304px;
  --height: 304px;
  width: var(--width);
  height: var(--height);
  top: calc(var(--height)/2 * -1);
  top: calc(var(--height)/1.7 * -1);
  right: calc(var(--width)/3 * -1);
  background-color: #F40F3E;
  fill: #F40F3E;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

@media (min-width: 576px) {
  .card__layout {
    --width: 424px;
    --height: 424px;
    top: calc(var(--height) / 1.7 * -1);
    right: calc(var(--width) / 2.8 * -1);
  }
}

@media (min-width: 800px) {
  .card__layout {
    --width: 450px;
  }
}

@media (min-width: 1200px) {
  .card__layout {
    --width: 301px;
    --height: 301px;
  }
}

@media (min-width: 1440px) {
  .card__layout {
    --width: 322px;
    --height: 322px;
    right: calc(var(--width) / 3 * -1);
  }
}

@media (min-width: 1920px) {
  .card__layout {
    --width: 424px;
    --height: 424px;
    right: calc(var(--width) / 2.9 * -1);
  }
}

.card__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  padding: 0;
  font-size: 14px;
  line-height: 1;
  gap: 2px;
}

@media (min-width: 576px) {
  .card__label {
    gap: 4px;
    margin-bottom: 8px;
  }
}

@media (min-width: 1200px) {
  .card__label {
    margin-bottom: 2px;
  }
}

@media (min-width: 1440px) {
  .card__label {
    margin-bottom: 9px;
  }
}

.card__order {
  display: block;
  font-size: 30px;
}

@media (min-width: 576px) {
  .card__order {
    font-size: 42px;
  }
}

@media (min-width: 1200px) {
  .card__order {
    font-size: 30px;
  }
}

@media (min-width: 1440px) {
  .card__order {
    font-size: 31px;
  }
}

@media (min-width: 1920px) {
  .card__order {
    font-size: 42px;
  }
}

.card__label-text {
  display: block;
  font-size: 13px;
  letter-spacing: 0;
  text-align: left;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: -webkit-min-content;
  max-width: -moz-min-content;
  max-width: min-content;
}

@media (min-width: 576px) {
  .card__label-text {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .card__label-text {
    font-size: 13px;
  }
}

@media (min-width: 1920px) {
  .card__label-text {
    font-size: 18px;
  }
}

.card__image {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12px;
  --width: auto;
  --height: 130px;
  width: var(--width);
  height: var(--height);
}

@media (min-width: 576px) {
  .card__image {
    margin-bottom: 6px;
    --width: 206px;
    --height: 206px;
  }
}

@media (min-width: 1200px) {
  .card__image {
    --height: 140px;
    --width: 147px;
    margin-bottom: 6px;
  }
}

@media (min-width: 1440px) {
  .card__image {
    margin-bottom: 8px;
    --width: auto;
  }
}

@media (min-width: 1920px) {
  .card__image {
    margin-bottom: 15px;
    --height: 206px;
  }
}

.card__image img {
  width: auto;
  height: 100%;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 576px) {
  .card__image img {
    height: 100%;
  }
}

.card__percent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 576px) {
  .card__percent {
    margin-bottom: 15px;
  }
}

@media (min-width: 767px) {
  .card__percent {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (min-width: 1200px) {
  .card__percent {
    margin-bottom: 10px;
  }
}

.card__percent-fs {
  color: #F40F3E;
  font-size: 20px;
}

@media (min-width: 576px) {
  .card__percent-fs {
    font-size: 26px;
  }
}

@media (min-width: 1200px) {
  .card__percent-fs {
    font-size: 18.6px;
  }
}

@media (min-width: 1440px) {
  .card__percent-fs {
    font-size: 19.75px;
  }
}

.card__percent-value {
  display: block;
  font-size: 38px;
  color: #fff;
}

@media (min-width: 576px) {
  .card__percent-value {
    font-size: 59px;
  }
}

@media (min-width: 1200px) {
  .card__percent-value {
    font-size: 41.6px;
  }
}

@media (min-width: 1440px) {
  .card__percent-value {
    font-size: 44.5px;
  }
}

@media (min-width: 1920px) {
  .card__percent-value {
    font-size: 58px;
  }
}

.card__percent-value strong {
  line-height: inherit;
}

.card__list {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
}

.card__list li {
  font-size: 13px;
  margin-bottom: 6px;
}

.card__list li strong {
  font-weight: 700;
  color: #fff;
}

.card__footer {
  font-size: 14px;
  color: #898989;
}

@media (min-width: 576px) {
  .card__footer {
    font-size: 20px;
  }
}

@media (min-width: 1200px) {
  .card__footer {
    font-size: 14.5px;
  }
}

@media (min-width: 1440px) {
  .card__footer {
    font-size: 15.2px;
  }
}

@media (min-width: 1920px) {
  .card__footer {
    font-size: 20px;
  }
}

.card__footer p {
  margin: 0;
  line-height: 1;
}

.card__footer p:not(:last-child) {
  margin-bottom: 3px;
}

.card__footer p span {
  text-transform: uppercase;
}

.langCheck {
  --checker-rad-xs: 5px;
  top: 0px;
  height: 25px;
}

@media (min-width: 576px) {
  .langCheck {
    display: block;
    z-index: 2;
    right: 10px;
  }
}

@media (min-width: 1200px) {
  .langCheck {
    height: 35px;
    right: 0;
  }
}

.langCheck__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  background-color: transparent;
  border-radius: var(--checker-rad-xs);
  overflow: hidden;
  position: relative;
}

.langCheck__wrapper::after {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 25px;
  background-color: transparent;
  z-index: 1;
}

@media (min-width: 1200px) {
  .langCheck__wrapper::after {
    width: 34px;
  }
}

.langCheck__wrapper:hover {
  padding-bottom: 5px;
  -webkit-animation-name: bgShow;
          animation-name: bgShow;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes bgShow {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: #b4b4b4;
  }
}

@keyframes bgShow {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: #b4b4b4;
  }
}

.langCheck__wrapper:hover::after {
  -webkit-animation-name: bgShow2;
          animation-name: bgShow2;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes bgShow2 {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: #c8c8c8;
  }
}

@keyframes bgShow2 {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: #c8c8c8;
  }
}

.langCheck__wrapper:hover .langCheck__item.selected {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  opacity: 1;
}

.langCheck__wrapper:hover .langCheck__item:not(.selected) {
  position: relative;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-animation-name: showItem;
          animation-name: showItem;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  z-index: 1;
  padding: 3px 0;
}

@media (min-width: 767px) {
  .langCheck__wrapper:hover .langCheck__item:not(.selected) {
    -webkit-animation-name: showItemDesc;
            animation-name: showItemDesc;
    -webkit-animation-duration: 0.7s;
            animation-duration: 0.7s;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
}

.langCheck__wrapper:hover .langCheck__item:not(.selected):hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  background-color: #c8c8c8;
}

@-webkit-keyframes showItem {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    font-weight: 700;
    text-shadow: 1px 1px 1px #000;
  }
}

@keyframes showItem {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    font-weight: 700;
    text-shadow: 1px 1px 1px #000;
  }
}

@-webkit-keyframes showItemDesc {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0.5;
  }
}

@keyframes showItemDesc {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0.5;
  }
}

.langCheck__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
  opacity: 0.5;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.langCheck__item:hover {
  opacity: 1 !important;
}

.langCheck__item .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: 2%;
  height: 17px;
  width: 19px;
  margin: 3px 6px 3px 6px;
  border-radius: 50%;
  border: 1px solid #fff;
}

@media (min-width: 1200px) {
  .langCheck__item .icon {
    margin: 3px 6px 3px 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.langCheck__item .langContext {
  font-style: normal;
  font-family: "Montserrat", serif;
  font-size: 10px;
  text-transform: uppercase;
  margin: 5px 1px;
  text-shadow: 1px 1px 1px #000;
  color: #fff;
}

@media (min-width: 1200px) {
  .langCheck__item .langContext {
    margin: 5px 0;
  }
}

.langCheck__item .langContext font {
  font-style: normal;
  font-family: "Montserrat", serif;
}

.langCheck__item input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  opacity: 0;
}

.langCheck__item.selected {
  height: 25px;
  background-color: transparent;
  border-radius: 0 0 var(--checker-rad-xs) var(--checker-rad-xs);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 1;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media (min-width: 1200px) {
  .langCheck__item.selected {
    height: 35px;
  }
}

.langCheck__item.selected .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 17px;
  height: 18px;
  margin-left: 6px;
  border-radius: 50%;
  border: 1px solid #fff;
}

@media (min-width: 1200px) {
  .langCheck__item.selected .icon {
    width: 25px;
    height: 25px;
    margin-left: 9px;
  }
}

.langCheck__item.selected .langContext {
  font-size: 11px;
  margin: 5px;
}

@media (min-width: 1200px) {
  .langCheck__item.selected .langContext {
    font-size: 16px;
    margin: 5px 0;
  }
}

.langCheck__item.selected .arrow {
  width: 25px;
  height: 100%;
  background-color: transparent;
  margin-left: 5px;
  position: relative;
}

@media (min-width: 1200px) {
  .langCheck__item.selected .arrow {
    width: 34px;
    margin-left: 10px;
  }
}

.langCheck__item.selected .arrow::before, .langCheck__item.selected .arrow::after {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  height: 2px;
  width: 7px;
  border-radius: 50px;
  position: absolute;
  top: 50%;
}

@media (min-width: 1200px) {
  .langCheck__item.selected .arrow::before, .langCheck__item.selected .arrow::after {
    width: 14px;
  }
}

.langCheck__item.selected .arrow::before {
  left: 28%;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media (min-width: 1200px) {
  .langCheck__item.selected .arrow::before {
    left: 16%;
  }
}

.langCheck__item.selected .arrow::after {
  right: 28%;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}

@media (min-width: 1200px) {
  .langCheck__item.selected .arrow::after {
    right: 16%;
  }
}

.langCheck__item.active {
  display: none;
}

.langCheck__item:not(.selected) {
  position: absolute;
  top: 0;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  opacity: 0;
}

.header {
  position: relative;
  z-index: 4;
  background-color: #212121;
}

@media (min-width: 1920px) {
  .header {
    padding: 0 20px;
  }
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 0;
}

@media (min-width: 1200px) {
  .header__inner {
    padding: 8px 0;
  }
}

.header__left {
  margin-right: auto;
}

@media (min-width: 1200px) {
  .header__left {
    margin-right: unset;
  }
}

.header__box {
  max-height: 54px;
  margin-left: 6px;
}

@media (min-width: 576px) {
  .header__box {
    max-height: 91px;
    margin-left: 12px;
  }
}

@media (min-width: 1200px) {
  .header__box {
    margin-left: 20px;
  }
}

.logo {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.logo__link {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 0;
  color: transparent;
}

.logo__svg {
  width: 90px;
  height: 15px;
  -webkit-filter: drop-shadow(0px 0px 32px rgba(0, 0, 0, 0.8));
          filter: drop-shadow(0px 0px 32px rgba(0, 0, 0, 0.8));
}

@media (min-width: 576px) {
  .logo__svg {
    width: 130px;
    height: 15px;
  }
}

@media (min-width: 1200px) {
  .logo__svg {
    width: 234px;
    height: 27px;
    max-width: unset;
    max-height: unset;
  }
}

.logo__slogan {
  width: 80%;
  background-image: url("../images/slogan-back.png");
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 1.6em;
}

@media (min-width: 576px) {
  .logo__slogan {
    width: 67%;
  }
}

@media (min-width: 767px) {
  .logo__slogan {
    width: 60%;
  }
}

.logo__text {
  color: #e1e1e1;
  font-size: 16px;
  font-style: italic;
  text-transform: uppercase;
  font-size: calc(10px + 4 * ((100vw - 320px) / 1600));
}

@media (min-width: 576px) {
  .logo__text {
    font-size: calc(12px + 4 * ((100vw - 320px) / 1600));
  }
}

.logo__hand {
  width: 43px;
  height: 33px;
  margin-left: 5px;
}

@media (max-width: 1200px) {
  .logo__hand {
    width: 25px;
    height: 23px;
  }
}

@media (max-width: 576px) {
  .logo__hand {
    width: 18px;
    height: 15px;
    margin-left: 3px;
  }
}

.logo__hand use {
  fill: white;
}

.top {
  position: relative;
  z-index: 2;
  padding-top: 23px;
}

@media (min-width: 767px) {
  .top {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media (min-width: 1200px) {
  .top {
    padding-bottom: 0px;
  }
}

@media (min-width: 1920px) {
  .top {
    padding-bottom: 0;
  }
}

.top .blobs {
  visibility: hidden;
}

.top .light-glow,
.top .light-glow2,
.top .animated-blue-star,
.top .animated-coin1,
.top .animated-coin2,
.top .animated-image,
.top .animated-page-title,
.top .animated-page-content {
  visibility: hidden;
}

.top__decor {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.top__decor-element {
  position: absolute;
}

.top__decor-element--gradient {
  display: none;
}

@media (min-width: 767px) {
  .top__decor-element--gradient {
    display: block;
    --width: 300px;
    --height: 239px;
    --gradcolor: #ffbb04;
    position: absolute;
    width: var(--width);
    height: var(--height);
    left: calc(50% - var(--width) / 2);
    top: calc(50% - var(--height) / 2);
    z-index: 0;
    opacity: 0.5;
    border-radius: 100px;
    background: var(--gradcolor);
    -webkit-filter: blur(25px);
            filter: blur(25px);
  }
}

@media (min-width: 1200px) {
  .top__decor-element--gradient {
    --width: 470px;
    --height: 470px;
    -webkit-filter: blur(100px);
            filter: blur(100px);
    z-index: 0;
    top: 10%;
    background: #ffc24d;
  }
}

.top__decor-element--coin1, .top__decor-element--coin2, .top__decor-element--star {
  display: none;
  position: absolute;
  width: var(--width);
  height: var(--height);
}

.top__decor-element--coin1 img, .top__decor-element--coin2 img, .top__decor-element--star img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 767px) {
  .top__decor-element--coin1 {
    display: block;
    --width: 54px;
    --height: auto;
    right: 80px;
    top: 36px;
  }
}

@media (min-width: 1200px) {
  .top__decor-element--coin1 {
    right: unset;
    left: -29px;
    --width: 83px;
    top: 88px;
  }
}

@media (min-width: 1440px) {
  .top__decor-element--coin1 {
    right: unset;
    --width: 141px;
    left: -40px;
    top: 64px;
  }
}

@media (min-width: 1920px) {
  .top__decor-element--coin1 {
    top: 17px;
    --width: 150px;
    left: -38px;
  }
}

@media (min-width: 767px) {
  .top__decor-element--coin2 {
    display: block;
    --width: 67px;
    --height: auto;
    top: unset;
    left: 51%;
    bottom: 7%;
  }
}

@media (min-width: 993px) {
  .top__decor-element--coin2 {
    left: 45%;
  }
}

@media (min-width: 1200px) {
  .top__decor-element--coin2 {
    --width: 89px;
    left: 42%;
    bottom: 11%;
  }
}

@media (min-width: 1440px) {
  .top__decor-element--coin2 {
    --width: 87px;
    left: 50%;
    bottom: 12%;
  }
}

@media (min-width: 1920px) {
  .top__decor-element--coin2 {
    --width: 141px;
    left: 52.5%;
    bottom: 2%;
  }
}

@media (min-width: 1200px) {
  .top__decor-element--star {
    opacity: 1;
    display: block;
    --width: 89px;
    bottom: -26px;
    left: -20px;
  }
}

@media (min-width: 1440px) {
  .top__decor-element--star {
    opacity: 1;
    display: block;
    --width: 120px;
    --height: auto;
    top: unset;
    bottom: -102px;
    left: -35px;
    z-index: 2;
  }
}

@media (min-width: 1920px) {
  .top__decor-element--star {
    bottom: -144px;
  }
}

.top__decor-element--instruction-layout {
  display: none;
}

@media (min-width: 767px) {
  .top__decor-element--instruction-layout {
    display: block;
    top: auto;
    bottom: 0;
    z-index: 1;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(33%, #FFA800), to(transparent));
    background: linear-gradient(180deg, #FFA800 33%, transparent 100%);
    -webkit-transform: scale(-1);
        -ms-transform: scale(-1);
            transform: scale(-1);
    height: 200px;
    width: 100%;
  }
}

@media (min-width: 993px) {
  .top__decor-element--instruction-layout {
    height: 245px;
  }
}

@media (min-width: 1200px) {
  .top__decor-element--instruction-layout {
    height: 330px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #FFA800), to(transparent));
    background: linear-gradient(180deg, #FFA800 50%, transparent 100%);
  }
}

@media (min-width: 1440px) {
  .top__decor-element--instruction-layout {
    height: 360px;
  }
}

.top__decor-element img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

@media (min-width: 767px) {
  .top__inner {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    margin-bottom: 0px;
  }
}

@media (min-width: 1200px) {
  .top__inner {
    margin-bottom: 0px;
  }
}

@media (min-width: 1440px) {
  .top__inner {
    margin-bottom: 25px;
  }
}

@media (min-width: 1920px) {
  .top__inner {
    margin-bottom: 30px;
  }
}

.top__inner > .title {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  display: block;
  text-align: left;
  max-width: 600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
}

@media (min-width: 576px) {
  .top__inner > .title {
    width: unset;
  }
}

@media (min-width: 767px) {
  .top__inner > .title {
    display: block;
    grid-column: 1 / 7;
    grid-row: 1;
    padding-top: 49px;
    margin-left: 0;
    margin-bottom: 25px;
    max-width: unset;
  }
}

@media (min-width: 993px) {
  .top__inner > .title {
    grid-row: 1;
  }
}

@media (min-width: 1200px) {
  .top__inner > .title {
    padding-top: 34px;
    margin-bottom: 0px;
  }
}

@media (min-width: 1440px) {
  .top__inner > .title {
    position: relative;
    z-index: 2;
    padding-top: 38px;
    margin-bottom: 12px;
  }
}

@media (min-width: 1920px) {
  .top__inner > .title {
    padding-top: 124px;
    grid-column: 1 / 8;
    margin-bottom: 46px;
  }
}

.top__geoContent {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0px;
  position: relative;
  z-index: 1;
}

.top__geoContent::before {
  content: '';
  position: absolute;
  z-index: -1;
  background-color: #051B4A;
  height: 100%;
  width: 100vw;
  left: -20px;
}

@media (min-width: 576px) {
  .top__geoContent::before {
    width: 120vw;
    left: -20vw;
  }
}

@media (min-width: 767px) {
  .top__geoContent::before {
    display: none;
  }
}

@media (min-width: 767px) {
  .top__geoContent {
    display: block;
    width: auto;
    max-width: unset;
    margin: 0;
    grid-column: 1 / 7;
    grid-row: 2;
    padding-right: 53px;
    margin-bottom: 0px;
  }
}

@media (min-width: 993px) {
  .top__geoContent {
    grid-column: 1 / 6;
    grid-row: 2;
    padding-right: 60px;
  }
}

@media (min-width: 1200px) {
  .top__geoContent {
    padding-right: 66px;
  }
}

@media (min-width: 1440px) {
  .top__geoContent {
    padding-right: 33px;
  }
}

@media (min-width: 1920px) {
  .top__geoContent {
    grid-column: 1 / 7;
    padding-right: 130px;
  }
}

.top__geoContent > .title {
  display: block;
}

@media (min-width: 1200px) {
  .top__geoContent > .title {
    display: block;
  }
}

@media (min-width: 1200px) {
  .top__geoContent .title__text {
    display: block;
    width: 100%;
    margin: 0;
  }
}

.top__geoContent .title__text span {
  line-height: 1;
}

@media (min-width: 1200px) {
  .top__geoContent .title__text span {
    font-size: inherit;
  }
}

.top__wrapper {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0px;
  padding: 18px 0 13px;
}

@media (min-width: 767px) {
  .top__wrapper {
    margin-bottom: 9px;
  }
}

.top__scene-container {
  position: relative;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  margin-bottom: 20px;
}

@media (min-width: 767px) {
  .top__scene-container {
    z-index: 1;
    grid-column: 7 / 13;
    grid-row: 1 / 3;
    padding-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0;
    align-self: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 993px) {
  .top__scene-container {
    grid-column: 6 / 13;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 1200px) {
  .top__scene-container {
    align-self: center;
    padding-left: 35px;
    padding-right: 0px;
    padding-top: 0;
    grid-row: 1 / 3;
    grid-column: 6 / 13;
    padding-bottom: 92.9px;
  }
}

@media (min-width: 1440px) {
  .top__scene-container {
    padding-left: 50px;
    padding-bottom: 20px;
    padding-top: 29px;
  }
}

@media (min-width: 1920px) {
  .top__scene-container {
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 0;
    height: 100%;
    grid-column: 7 / 13;
  }
}

.top .scene {
  position: relative;
  z-index: 1;
  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;
  margin-bottom: 0px;
  width: 100%;
  height: 277px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 576px) {
  .top .scene {
    width: 361px;
    height: 292px;
  }
}

@media (min-width: 767px) {
  .top .scene {
    position: static;
    width: 435px;
    height: 100%;
    bottom: 0;
    margin-bottom: 0px;
    margin-left: auto;
  }
}

@media (min-width: 993px) {
  .top .scene {
    margin-bottom: 0px;
    margin-left: auto;
    width: 420px;
    height: 420px;
  }
}

@media (min-width: 1200px) {
  .top .scene {
    width: 647px;
    height: 504px;
  }
}

@media (min-width: 1440px) {
  .top .scene {
    margin-left: 0;
    width: 837px;
    height: 640px;
  }
}

@media (min-width: 1920px) {
  .top .scene {
    width: 1020px;
  }
}

.top .scene__item {
  position: absolute;
}

.top .scene__item img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 767px) {
  .top .scene__item img {
    width: 100%;
  }
}

.top .scene__item--glow-light1, .top .scene__item--glow-light2 {
  border-radius: 50%;
  background: radial-gradient(circle, rgba(23, 55, 97, 0.8) 0%, rgba(39, 92, 170, 0.5) 50%, transparent 80%);
  -webkit-box-shadow: 0 0 100px 60px rgba(255, 255, 255, 0.1);
          box-shadow: 0 0 100px 60px rgba(255, 255, 255, 0.1);
  position: absolute;
  width: var(--width);
  z-index: -2;
  height: var(--height);
  left: calc(100vw / 2 - var(--width)/2);
  --width: 80px;
  --height: 80px;
}

@media (min-width: 576px) {
  .top .scene__item--glow-light1, .top .scene__item--glow-light2 {
    --width: 100px;
    --height: 100px;
  }
}

@media (min-width: 767px) {
  .top .scene__item--glow-light1, .top .scene__item--glow-light2 {
    --width: 200px;
    --height: 200px;
  }
}

@media (min-width: 993px) {
  .top .scene__item--glow-light1, .top .scene__item--glow-light2 {
    --width: 170px;
    --height: 170px;
  }
}

@media (min-width: 1440px) {
  .top .scene__item--glow-light1, .top .scene__item--glow-light2 {
    --width: 270px;
    --height: 270px;
  }
}

@media (min-width: 1920px) {
  .top .scene__item--glow-light1, .top .scene__item--glow-light2 {
    --width: 330px;
    --height: 330px;
  }
}

.top .scene__item--glow-light1 {
  top: 110px;
  -webkit-animation: glowPulse 4s infinite ease-in-out;
          animation: glowPulse 4s infinite ease-in-out;
  left: 42%;
}

@media (min-width: 576px) {
  .top .scene__item--glow-light1 {
    top: 120px;
    left: 40%;
  }
}

@media (min-width: 767px) {
  .top .scene__item--glow-light1 {
    top: 45%;
  }
}

@media (min-width: 993px) {
  .top .scene__item--glow-light1 {
    top: 59%;
    left: 40%;
  }
}

@media (min-width: 1200px) {
  .top .scene__item--glow-light1 {
    top: 60%;
    left: 58%;
  }
}

@media (min-width: 1440px) {
  .top .scene__item--glow-light1 {
    top: 43%;
    left: 56%;
  }
}

@media (min-width: 1920px) {
  .top .scene__item--glow-light1 {
    top: 45%;
    left: 52%;
  }
}

@-webkit-keyframes glowPulse {
  0%,
  100% {
    -webkit-box-shadow: 0 0 60px #ff2d55, 0 0 120px #ffcc00;
            box-shadow: 0 0 60px #ff2d55, 0 0 120px #ffcc00;
  }
  50% {
    -webkit-box-shadow: 0 0 105px #007aff, 0 0 150px #ff2d55;
            box-shadow: 0 0 105px #007aff, 0 0 150px #ff2d55;
  }
  @media (min-width: 767px) {
    0%,
    100% {
      -webkit-box-shadow: 0 0 80px #ff2d55, 0 0 160px #ffcc00;
              box-shadow: 0 0 80px #ff2d55, 0 0 160px #ffcc00;
    }
    50% {
      -webkit-box-shadow: 0 0 140px #007aff, 0 0 200px #ff2d55;
              box-shadow: 0 0 140px #007aff, 0 0 200px #ff2d55;
    }
  }
  @media (min-width: 993px) {
    0%,
    100% {
      -webkit-box-shadow: 0 0 88px #ff2d55, 0 0 176px #ffcc00;
              box-shadow: 0 0 88px #ff2d55, 0 0 176px #ffcc00;
    }
    50% {
      -webkit-box-shadow: 0 0 154px #007aff, 0 0 220px #ff2d55;
              box-shadow: 0 0 154px #007aff, 0 0 220px #ff2d55;
    }
  }
  @media (min-width: 1200px) {
    0%,
    100% {
      -webkit-box-shadow: 0 0 98px #ff2d55, 0 0 188px #ffcc00;
              box-shadow: 0 0 98px #ff2d55, 0 0 188px #ffcc00;
    }
    50% {
      -webkit-box-shadow: 0 0 168px #007aff, 0 0 235px #ff2d55;
              box-shadow: 0 0 168px #007aff, 0 0 235px #ff2d55;
    }
  }
  @media (min-width: 1440px) {
    0%,
    100% {
      -webkit-box-shadow: 0 0 125px #ff2d55, 0 0 204px #ffcc00;
              box-shadow: 0 0 125px #ff2d55, 0 0 204px #ffcc00;
    }
    50% {
      -webkit-box-shadow: 0 0 182px #007aff, 0 0 258px #ff2d55;
              box-shadow: 0 0 182px #007aff, 0 0 258px #ff2d55;
    }
  }
  @media (min-width: 1920px) {
    0%,
    100% {
      -webkit-box-shadow: 0 0 205px #ff2d55, 0 0 304px #ffcc00;
              box-shadow: 0 0 205px #ff2d55, 0 0 304px #ffcc00;
    }
    50% {
      -webkit-box-shadow: 0 0 242px #007aff, 0 0 358px #ff2d55;
              box-shadow: 0 0 242px #007aff, 0 0 358px #ff2d55;
    }
  }
}

@keyframes glowPulse {
  0%,
  100% {
    -webkit-box-shadow: 0 0 60px #ff2d55, 0 0 120px #ffcc00;
            box-shadow: 0 0 60px #ff2d55, 0 0 120px #ffcc00;
  }
  50% {
    -webkit-box-shadow: 0 0 105px #007aff, 0 0 150px #ff2d55;
            box-shadow: 0 0 105px #007aff, 0 0 150px #ff2d55;
  }
  @media (min-width: 767px) {
    0%,
    100% {
      -webkit-box-shadow: 0 0 80px #ff2d55, 0 0 160px #ffcc00;
              box-shadow: 0 0 80px #ff2d55, 0 0 160px #ffcc00;
    }
    50% {
      -webkit-box-shadow: 0 0 140px #007aff, 0 0 200px #ff2d55;
              box-shadow: 0 0 140px #007aff, 0 0 200px #ff2d55;
    }
  }
  @media (min-width: 993px) {
    0%,
    100% {
      -webkit-box-shadow: 0 0 88px #ff2d55, 0 0 176px #ffcc00;
              box-shadow: 0 0 88px #ff2d55, 0 0 176px #ffcc00;
    }
    50% {
      -webkit-box-shadow: 0 0 154px #007aff, 0 0 220px #ff2d55;
              box-shadow: 0 0 154px #007aff, 0 0 220px #ff2d55;
    }
  }
  @media (min-width: 1200px) {
    0%,
    100% {
      -webkit-box-shadow: 0 0 98px #ff2d55, 0 0 188px #ffcc00;
              box-shadow: 0 0 98px #ff2d55, 0 0 188px #ffcc00;
    }
    50% {
      -webkit-box-shadow: 0 0 168px #007aff, 0 0 235px #ff2d55;
              box-shadow: 0 0 168px #007aff, 0 0 235px #ff2d55;
    }
  }
  @media (min-width: 1440px) {
    0%,
    100% {
      -webkit-box-shadow: 0 0 125px #ff2d55, 0 0 204px #ffcc00;
              box-shadow: 0 0 125px #ff2d55, 0 0 204px #ffcc00;
    }
    50% {
      -webkit-box-shadow: 0 0 182px #007aff, 0 0 258px #ff2d55;
              box-shadow: 0 0 182px #007aff, 0 0 258px #ff2d55;
    }
  }
  @media (min-width: 1920px) {
    0%,
    100% {
      -webkit-box-shadow: 0 0 205px #ff2d55, 0 0 304px #ffcc00;
              box-shadow: 0 0 205px #ff2d55, 0 0 304px #ffcc00;
    }
    50% {
      -webkit-box-shadow: 0 0 242px #007aff, 0 0 358px #ff2d55;
              box-shadow: 0 0 242px #007aff, 0 0 358px #ff2d55;
    }
  }
}

.top .scene__item--glow-light2 {
  top: 160px;
  -webkit-animation: glowPulse 3s infinite ease-in-out;
          animation: glowPulse 3s infinite ease-in-out;
}

@media (min-width: 576px) {
  .top .scene__item--glow-light2 {
    left: 44%;
  }
}

@media (min-width: 767px) {
  .top .scene__item--glow-light2 {
    top: 38%;
  }
}

@media (min-width: 993px) {
  .top .scene__item--glow-light2 {
    left: 47%;
    top: 220px;
  }
}

@media (min-width: 1440px) {
  .top .scene__item--glow-light2 {
    top: 53%;
    left: 62%;
  }
}

@media (min-width: 1920px) {
  .top .scene__item--glow-light2 {
    top: 62%;
    left: 68%;
  }
}

@keyframes glowPulse {
  0%,
  100% {
    -webkit-box-shadow: 0 0 48px #ff2d55, 0 0 98px #ffcc00;
            box-shadow: 0 0 48px #ff2d55, 0 0 98px #ffcc00;
  }
  50% {
    -webkit-box-shadow: 0 0 82px #007aff, 0 0 120px #ff2d55;
            box-shadow: 0 0 82px #007aff, 0 0 120px #ff2d55;
  }
  @media (min-width: 767px) {
    0%,
    100% {
      -webkit-box-shadow: 0 0 72px #ff2d55, 0 0 144px #ffcc00;
              box-shadow: 0 0 72px #ff2d55, 0 0 144px #ffcc00;
    }
    50% {
      -webkit-box-shadow: 0 0 126px #007aff, 0 0 180px #ff2d55;
              box-shadow: 0 0 126px #007aff, 0 0 180px #ff2d55;
    }
  }
  @media (min-width: 993px) {
    0%,
    100% {
      -webkit-box-shadow: 0 0 80px #ff2d55, 0 0 158px #ffcc00;
              box-shadow: 0 0 80px #ff2d55, 0 0 158px #ffcc00;
    }
    50% {
      -webkit-box-shadow: 0 0 138px #007aff, 0 0 198px #ff2d55;
              box-shadow: 0 0 138px #007aff, 0 0 198px #ff2d55;
    }
  }
  @media (min-width: 1200px) {
    0%,
    100% {
      -webkit-box-shadow: 0 0 105px #ff2d55, 0 0 178px #ffcc00;
              box-shadow: 0 0 105px #ff2d55, 0 0 178px #ffcc00;
    }
    50% {
      -webkit-box-shadow: 0 0 152px #007aff, 0 0 218px #ff2d55;
              box-shadow: 0 0 152px #007aff, 0 0 218px #ff2d55;
    }
  }
  @media (min-width: 1440px) {
    0%,
    100% {
      -webkit-box-shadow: 0 0 125px #ff2d55, 0 0 204px #ffcc00;
              box-shadow: 0 0 125px #ff2d55, 0 0 204px #ffcc00;
    }
    50% {
      -webkit-box-shadow: 0 0 182px #007aff, 0 0 258px #ff2d55;
              box-shadow: 0 0 182px #007aff, 0 0 258px #ff2d55;
    }
  }
  @media (min-width: 1920px) {
    0%,
    100% {
      -webkit-box-shadow: 0 0 205px #ff2d55, 0 0 304px #ffcc00;
              box-shadow: 0 0 205px #ff2d55, 0 0 304px #ffcc00;
    }
    50% {
      -webkit-box-shadow: 0 0 242px #007aff, 0 0 358px #ff2d55;
              box-shadow: 0 0 242px #007aff, 0 0 358px #ff2d55;
    }
  }
}

.top .scene__item--screen {
  --height: 251px;
  --width: 270px;
  width: var(--width);
  height: var(--height);
  bottom: 0;
  pointer-events: none;
}

@media (min-width: 420px) {
  .top .scene__item--screen {
    left: unset;
  }
}

@media (min-width: 576px) {
  .top .scene__item--screen {
    left: unset;
  }
}

@media (min-width: 767px) {
  .top .scene__item--screen {
    position: static;
    --height: 529px;
    --width: 534px;
  }
}

@media (min-width: 1200px) {
  .top .scene__item--screen {
    --width: 732px;
    --height: 622px;
  }
}

@media (min-width: 1440px) {
  .top .scene__item--screen {
    --width: 840px;
    --height: 708px;
  }
}

@media (min-width: 1920px) {
  .top .scene__item--screen {
    --width: 1200px;
    --height: 1100px;
    position: absolute;
    top: calc(50% - var(--height)/2.35);
  }
}

.top .scene__item--screen img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 767px) {
  .top__payments {
    max-width: 194px;
  }
}

@media (min-width: 1200px) {
  .top__payments {
    max-width: 290px;
  }
}

@media (min-width: 1920px) {
  .top__payments {
    max-width: 100%;
  }
}

.popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: -100;
  opacity: 0;
}

.popup.show {
  z-index: 100;
  -webkit-animation: animShow 0.5s linear forwards;
          animation: animShow 0.5s linear forwards;
}

@-webkit-keyframes animShow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes animShow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.popup .hide {
  -webkit-animation: animHide 0.5s linear forwards;
          animation: animHide 0.5s linear forwards;
}

@-webkit-keyframes animHide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    z-index: -100;
  }
}

@keyframes animHide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    z-index: -100;
  }
}

.popup__block {
  max-width: 650px;
  width: 100%;
  min-height: 250px;
  border-radius: 20px;
  border: 5px solid #ffbb04;
  background-color: rgba(0, 0, 0, 0.85);
  padding: 10px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* align-items: center; */
  -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;
  text-align: center;
}

@media (min-width: 767px) {
  .popup__block {
    padding: 10px 15px;
  }
}

.popup__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: absolute;
  top: 15px;
  right: 15px;
}

.popup__close a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 25px;
  width: 25px;
  background: linear-gradient(199.14deg, #ffbb04 0%, #ffe300 100%), #000000;
  position: relative;
  opacity: 0.7;
  color: #fff;
  font-weight: 500;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  cursor: pointer;
}

.popup__close a::before,
.popup__close a::after {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #000;
  width: 80%;
  height: 2px;
  position: absolute;
  top: 45%;
  left: 12%;
  border-radius: 15px;
}

.popup__close a::before {
  -webkit-transform: rotate(50deg);
      -ms-transform: rotate(50deg);
          transform: rotate(50deg);
}

.popup__close a::after {
  -webkit-transform: rotate(130deg);
      -ms-transform: rotate(130deg);
          transform: rotate(130deg);
}

.popup__close a:hover {
  opacity: 1;
}

.popup__number {
  position: relative;
  z-index: 13;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 15px 10px 0;
  max-width: 53%;
  counter-increment: my-awesome-counter;
}

@media (max-width: 992px) {
  .popup__number {
    max-width: 70%;
  }
}

@media (max-width: 576px) {
  .popup__number {
    max-width: 90%;
  }
}

.popup__number:not(:first-child) .popup__text {
  margin-left: 10px;
}

@media (max-width: 576px) {
  .popup__number:not(:first-child) .popup__text {
    margin-left: 0;
  }
}

@media (max-width: 576px) {
  .popup__number:first-child {
    margin: 0 auto;
  }
}

.popup__number:nth-child(2) {
  margin-left: 7%;
}

@media (max-width: 576px) {
  .popup__number:nth-child(2) {
    margin: 0 auto;
  }
}

.popup__number:nth-child(3) {
  margin-left: 14%;
}

@media (max-width: 576px) {
  .popup__number:nth-child(3) {
    margin: 0 auto;
  }
}

.popup__number:nth-child(4) {
  margin-left: 21%;
}

@media (max-width: 576px) {
  .popup__number:nth-child(4) {
    margin: 0 auto;
  }
}

.popup__number::before {
  content: counter(my-awesome-counter);
  font-size: 4.7vw;
  color: #b8b8b8;
}

@media (max-width: 1200px) {
  .popup__number::before {
    font-size: clamp(24px, 5vw, 52px);
  }
}

@media (max-width: 992px) {
  .popup__number::before {
    font-size: clamp(42px, 8vw, 60px);
  }
}

@media (max-width: 576px) {
  .popup__number::before {
    margin-right: 0.4em;
  }
}

@media (max-width: 576px) {
  .popup__text {
    font-size: clamp(10px, 3vw, 16px);
  }
}

.popup__text span {
  color: #f7e335;
}

.popup__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 0;
}

.popup__btn {
  padding: 0.8em 1em;
  font-size: clamp(10px, 1.6vw, 18px);
  border-radius: 1.2em;
  color: #080D21;
  text-transform: uppercase;
  border: 1px solid transparent;
  background: linear-gradient(90.6deg, #ffbc00 19.97%, #ffe400 90.72%), linear-gradient(90deg, #0354ff -0.35%, #1795f9 99.55%);
  -webkit-box-shadow: -6.39871px 8.31833px 26.2347px -12.7974px #ffbd01, 0px 6.78782px 4.52522px rgba(0, 0, 0, 0.6);
          box-shadow: -6.39871px 8.31833px 26.2347px -12.7974px #ffbd01, 0px 6.78782px 4.52522px rgba(0, 0, 0, 0.6);
  background-size: 1px 200px;
  -webkit-transition: background 0.3s linear, color 0.3s linear;
  transition: background 0.3s linear, color 0.3s linear;
}

.popup__btn:hover {
  background-position: 100px;
  color: #213588;
}

.popup__frame {
  border: 1px solid #ffffff;
  border-radius: 16px;
  padding: 13px 26px 15px 19px;
}

@media (max-width: 576px) {
  .popup__frame {
    padding: 7px 12px 20px 7px;
  }
}

.popup__block {
  padding: 15px 35px 30px 35px;
  max-width: 708px;
  -webkit-filter: drop-shadow(0px 10px 50px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0px 10px 50px rgba(0, 0, 0, 0.2));
  border: none;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  margin-inline: 20px;
}

@media (min-width: 576px) {
  .popup__block {
    padding: 15px 125px 30px 125px;
    margin-inline: 10px;
  }
}

@media (min-width: 767px) {
  .popup__block {
    padding: 15px 200px 30px 200px;
    margin-inline: 10px;
  }
}

@media (min-width: 993px) {
  .popup__block {
    margin-inline: 10px;
  }
}

.popup__wrapper {
  color: #FFA800;
  font-weight: 700;
  text-transform: uppercase;
}

.popup__decor {
  display: block;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}

.popup__decor--fball {
  height: auto;
  -webkit-transform: translate(-30%, -30%);
      -ms-transform: translate(-30%, -30%);
          transform: translate(-30%, -30%);
  top: 0;
  width: clamp(56px, 17vw, 86px);
  left: 0;
}

@media (min-width: 993px) {
  .popup__decor--fball {
    top: unset;
    left: unset;
    bottom: 0;
    right: 0;
    -webkit-transform: translate(50%, 50%);
        -ms-transform: translate(50%, 50%);
            transform: translate(50%, 50%);
    width: 194px;
  }
}

.popup__decor--bball {
  width: clamp(83px, 25vw, 113px);
  height: auto;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(40%, 40%) rotate(-250deg);
      -ms-transform: translate(40%, 40%) rotate(-250deg);
          transform: translate(40%, 40%) rotate(-250deg);
}

@media (min-width: 993px) {
  .popup__decor--bball {
    right: unset;
    bottom: unset;
    top: 0;
    left: 0;
    width: 113px;
    height: auto;
    -webkit-transform: translate(-50%, -50%) rotate(83deg);
        -ms-transform: translate(-50%, -50%) rotate(83deg);
            transform: translate(-50%, -50%) rotate(83deg);
  }
}

.popup__close a {
  background: unset;
  font-size: 0;
  color: transparent;
}

.popup__close a::after, .popup__close a::before {
  background-color: #fff;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.popup__close a:hover::before, .popup__close a:hover::after {
  opacity: 1;
}

.promo {
  position: relative;
  font-size: calc(14px + 8 * ((100vw - 320px) / 1600));
}

@media (min-width: 576px) {
  .promo {
    max-width: 600px;
    margin: 0 auto;
    font-size: 14px;
  }
}

@media (min-width: 767px) {
  .promo {
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .promo {
    width: 90%;
  }
}

@media (min-width: 1440px) {
  .promo {
    font-size: 16px;
    width: 96%;
  }
}

@media (min-width: 1920px) {
  .promo {
    width: 100%;
  }
}

.promo__decor {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.promo__decor-item {
  position: absolute;
  width: var(--width);
  height: var(--height);
}

.promo__decor-item--football-ball {
  opacity: 0;
  right: 0;
  top: -15%;
  --width: 116px;
  --height: 116px;
}

@media (min-width: 576px) {
  .promo__decor-item--football-ball {
    --width: 180px;
    --height: 180px;
    top: -10%;
  }
}

.promo__decor-item--basket-ball {
  opacity: 0;
  left: 0;
  top: -7%;
  --width: 73px;
  --height: 73px;
}

@media (min-width: 576px) {
  .promo__decor-item--basket-ball {
    left: 12px;
    --width: 120px;
    --height: 120px;
  }
}

.promo__decor-item--basket-ball img {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.promo__decor-item--coin-l {
  z-index: -1;
  left: -20px;
  top: 10%;
  --width: 55px;
  --height: 64px;
  opacity: 0;
}

@media (min-width: 576px) {
  .promo__decor-item--coin-l {
    --width: 73px;
    --height: 85px;
  }
}

.promo__decor-item--coin-l img {
  -webkit-transform: rotate(18deg);
      -ms-transform: rotate(18deg);
          transform: rotate(18deg);
}

.promo__decor-item--coin-r {
  z-index: 1;
  right: -10%;
  top: 10%;
  --width: 72px;
  --height: 76px;
  opacity: 0;
}

@media (min-width: 576px) {
  .promo__decor-item--coin-r {
    --width: 100px;
    --height: 100px;
  }
}

.promo__decor-item--coin-r img {
  -webkit-transform: rotate(32deg);
      -ms-transform: rotate(32deg);
          transform: rotate(32deg);
}

.promo__decor-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.promo__item {
  position: relative;
  padding-bottom: 5px;
}

@media (min-width: 767px) {
  .promo__item {
    padding-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .promo__item {
    min-width: 530px;
  }
}

@media (min-width: 1440px) {
  .promo__item {
    min-width: unset;
  }
}

.promo__item .title {
  margin-top: 90px;
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .promo__item .title {
    margin-top: 130px;
  }
}

.promo__picture {
  display: none;
  position: relative;
  margin: 0 -2%;
}

@media (min-width: 576px) {
  .promo__picture {
    height: auto;
    width: auto;
    max-width: 600px;
    margin: 0 auto;
  }
}

@media (min-width: 767px) {
  .promo__picture {
    display: block;
    max-width: unset;
    -webkit-transform: scale(1.1) translateY(20px);
        -ms-transform: scale(1.1) translateY(20px);
            transform: scale(1.1) translateY(20px);
    -webkit-transform-origin: center bottom;
        -ms-transform-origin: center bottom;
            transform-origin: center bottom;
  }
}

@media (min-width: 1200px) {
  .promo__picture {
    max-width: 100%;
    -webkit-transform: scale(1.05) translateY(20px);
        -ms-transform: scale(1.05) translateY(20px);
            transform: scale(1.05) translateY(20px);
  }
}

@media (min-width: 1920px) {
  .promo__picture {
    -webkit-transform: scale(1.05) translateY(35px);
        -ms-transform: scale(1.05) translateY(35px);
            transform: scale(1.05) translateY(35px);
  }
}

.promo__picture img {
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
  height: 100px;
  width: 300px;
  -o-object-position: top;
     object-position: top;
}

@media (min-width: 767px) {
  .promo__picture img {
    width: 100%;
    height: unset;
    -o-object-position: center;
       object-position: center;
  }
}

.promo__picture-filter {
  position: absolute;
  --width: 70%;
  width: var(--width);
  height: 100%;
  top: 20%;
  left: calc(50% - var(--width)/2);
  z-index: -1;
  border-radius: 100px;
  background: #FB6907;
  -webkit-filter: blur(25px);
          filter: blur(25px);
  opacity: 0.6;
}

.promo__event, .promo__kefs {
  max-width: 67%;
  width: 100%;
}

@media (min-width: 1200px) {
  .promo__event, .promo__kefs {
    max-width: 71%;
  }
}

@media (min-width: 1440px) {
  .promo__event, .promo__kefs {
    max-width: 74%;
  }
}

@media (min-width: 1920px) {
  .promo__event, .promo__kefs {
    max-width: 72%;
  }
}

.promo__tournament, .promo__date {
  max-width: 33%;
  width: 100%;
}

@media (min-width: 1200px) {
  .promo__tournament, .promo__date {
    max-width: 29%;
  }
}

@media (min-width: 1440px) {
  .promo__tournament, .promo__date {
    max-width: 26%;
  }
}

@media (min-width: 1920px) {
  .promo__tournament, .promo__date {
    max-width: 28%;
  }
}

.promo__match {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

@media (min-width: 1200px) {
  .promo__match {
    border-radius: 20px;
  }
}

@media (min-width: 1440px) {
  .promo__match {
    border-radius: 20px;
  }
}

.promo__event {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #5050E9;
  padding: 4px 5px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media (min-width: 767px) {
  .promo__event {
    padding: 15px 0px;
  }
}

@media (min-width: 1440px) {
  .promo__event {
    padding: 21px 0px;
  }
}

@media (min-width: 1920px) {
  .promo__event {
    padding: 30px 0px;
  }
}

.promo__tournament {
  padding: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
}

@media (min-width: 576px) {
  .promo__tournament {
    padding: 9px;
    --width: 70px;
    --height: 70px;
  }
}

.promo__tournament-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0;
  --width: 12vw;
  --height: 12vw;
  width: clamp(40px, var(--width), 50px);
  height: clamp(40px, var(--height), 50px);
  border-radius: 50%;
}

@media (min-width: 767px) {
  .promo__tournament-box {
    --width: 5vw;
    --height: 5vw;
    width: clamp(35px, var(--width), 44px);
    height: clamp(35px, var(--height), 46px);
  }
}

@media (min-width: 993px) {
  .promo__tournament-box {
    --width: 4.5vw;
    --height: 4.5vw;
    width: clamp(44px, var(--width), 50px);
    height: clamp(44px, var(--height), 53px);
  }
}

@media (min-width: 1200px) {
  .promo__tournament-box {
    --width: 4.15vw;
    --height: 4.15vw;
    width: clamp(50px, var(--width), 58px);
    height: clamp(50px, var(--height), 58px);
  }
}

@media (min-width: 1440px) {
  .promo__tournament-box {
    --width: 4vw;
    --height: 4vw;
    width: clamp(58px, var(--width), 68px);
    height: clamp(58px, var(--height), 68px);
  }
}

.promo__tournament-logo {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.promo__kefs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 0;
  font-size: 0.86em;
  /* color: #051843; */
  background-color: #fff;
}

@media (min-width: 767px) {
  .promo__kefs {
    font-size: 1em;
    padding: 15px 35px;
  }
}

@media (min-width: 1200px) {
  .promo__kefs {
    font-size: 13px;
    padding: 8px 40px;
  }
}

@media (min-width: 1440px) {
  .promo__kefs {
    font-size: 14px;
    padding: 8px 60px;
  }
}

@media (min-width: 1920px) {
  .promo__kefs {
    font-size: 17px;
    padding: 10px 85px;
  }
}

.promo__kefs > span {
  height: 1em;
  width: 0.5px;
  background-color: #051B4A;
}

.promo__team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 5px;
}

@media (min-width: 767px) {
  .promo__team {
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-template-columns: repeat(12, 1fr);
    gap: 2px;
    padding-left: 6px;
  }
}

.promo__team--left {
  position: relative;
  z-index: 0;
}

.promo__team--left::before {
  content: '';
  position: absolute;
  z-index: 1;
  right: 0;
  --height: 40px;
  height: var(--height);
  top: calc(50% - (var(--height) / 2));
  right: 0;
  width: 1px;
  background-color: #fff;
  opacity: 0.3;
}

.promo__team--left .promo__kef {
  text-align: left;
}

@media (min-width: 767px) {
  .promo__team--left .promo__name {
    grid-column: 2/13;
  }
}

.promo__team--right .promo__kef {
  text-align: right;
}

@media (min-width: 1200px) {
  .promo__team--right .promo__kef-box {
    grid-column: 1/12;
  }
}

@media (min-width: 767px) {
  .promo__team--right .promo__name {
    grid-column: 2/13;
    padding-left: 3px;
  }
}

.promo__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  background-color: #051B4A;
}

@media (min-width: 576px) {
  .promo__date {
    gap: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.promo__date > div {
  background-color: #fff;
  height: 1em;
  width: 1px;
}

.promo__right-image, .promo__left-image {
  --width: 12vw;
  --height: 12vw;
  width: clamp(40px, var(--width), 50px);
  height: clamp(40px, var(--height), 50px);
  margin-bottom: 5px;
  border-radius: 50%;
  padding: 0px;
  border: 0;
}

@media (min-width: 576px) {
  .promo__right-image, .promo__left-image {
    --width: 70px;
    margin-bottom: 7px;
    --height: 70px;
  }
}

@media (min-width: 767px) {
  .promo__right-image, .promo__left-image {
    --width: 40px;
    --height: 40px;
    margin-bottom: 0px;
    padding: 9px;
    padding: 0;
    grid-column: 1/2;
  }
}

@media (min-width: 1200px) {
  .promo__right-image, .promo__left-image {
    --width: 50px;
    --height: 50px;
    margin-bottom: 0;
  }
}

@media (min-width: 1440px) {
  .promo__right-image, .promo__left-image {
    --width: 60px;
    --height: 60px;
  }
}

@media (min-width: 1920px) {
  .promo__right-image, .promo__left-image {
    --width: 70px;
    --height: 70px;
  }
}

.promo__right-img, .promo__left-img {
  width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.promo__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  font-style: italic;
  word-break: break-word;
  letter-spacing: -0.02em;
}

@media (min-width: 576px) {
  .promo__name {
    margin-bottom: 5px;
    word-break: noraml;
  }
}

@media (min-width: 1200px) {
  .promo__name {
    margin-bottom: 0;
    grid-column: 2/13;
    align-self: center;
  }
}

@media (min-width: 1440px) {
  .promo__name {
    font-size: 11px;
  }
}

@media (min-width: 1920px) {
  .promo__name {
    font-size: 13px;
  }
}

.promo__kef-box {
  width: 100%;
  -ms-flex-item-align: center;
      align-self: center;
  margin-top: auto;
}

@media (min-width: 1200px) {
  .promo__kef-box {
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-top: 0;
  }
}

.promo__kef {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 1px;
  text-align: center;
  border-radius: 34px;
}

.promo__kef--right {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-left: auto;
}

.promo__kef--left {
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-left: 0;
}

.promo__kef span {
  display: inline-block;
  color: #051B4A;
}

.promo time {
  font-size: 0.86em;
}

@media (min-width: 767px) {
  .promo time {
    padding: 0;
  }
}

@media (min-width: 1200px) {
  .promo time {
    font-size: 14px;
  }
}

@media (min-width: 1440px) {
  .promo time {
    font-size: 15px;
  }
}

@media (min-width: 1920px) {
  .promo time {
    font-size: 18px;
  }
}

.promo time span {
  position: relative;
  line-height: 1.3;
  color: #fff;
}

.promo__time {
  margin-right: 0px;
}

@media (min-width: 576px) {
  .promo__time {
    margin-right: 10px;
    margin-bottom: 0;
  }
}

@media (min-width: 767px) {
  .promo__time {
    margin-right: 0px;
  }
}

.promo .slick-list {
  overflow: visible;
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 767px) {
  .promo .slick-list {
    margin: 0;
    padding: 0;
  }
}

.promo .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  width: 100%;
}

@media (min-width: 767px) {
  .promo .slick-dots {
    padding: 20px;
    position: static;
  }
}

.promo li {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 20px;
  margin: 0 4px;
  padding: 0 4px;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (min-width: 767px) {
  .promo li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.promo li:hover button {
  border: 1px solid #fff;
}

.promo li button {
  display: inline-block;
  width: 8px;
  height: 8px;
  padding: 0;
  cursor: pointer;
  font-size: 0;
  border-radius: 50%;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #fff;
  opacity: 0.8;
  -webkit-transition: background 0.3s linear, width 0.3s linear, height 0.3s linear;
  transition: background 0.3s linear, width 0.3s linear, height 0.3s linear;
}

.promo li.slick-active button {
  width: 12px;
  height: 12px;
  opacity: 1;
}

.promo .marquee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.promo .marquee--pink {
  z-index: 0;
  top: 12px;
}

@media (min-width: 576px) {
  .promo .marquee--pink {
    left: -50px;
  }
}

@media (min-width: 767px) {
  .promo .marquee--pink {
    display: none;
  }
}

.instruction {
  background-color: #051B4A;
  padding-top: 0;
  width: 100%;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

@media (min-width: 767px) {
  .instruction {
    padding-top: 40px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (min-width: 1200px) {
  .instruction {
    padding-top: 62px;
    margin-bottom: 0px;
    padding-bottom: 63px;
  }
}

@media (min-width: 1440px) {
  .instruction {
    padding-top: 43px;
    padding-bottom: 16px;
  }
}

@media (min-width: 1920px) {
  .instruction {
    padding-top: 42px;
    padding-bottom: 30px;
    z-index: 2;
  }
}

.instruction__inner {
  padding: 0 5px;
}

@media (min-width: 767px) {
  .instruction__inner {
    padding: 0;
  }
}

.instruction .animated-instruction-item {
  visibility: hidden;
  opacity: 1;
}

.instruction__items {
  margin-inline: auto;
  margin-bottom: 35px;
}

@media (min-width: 576px) {
  .instruction__items {
    max-width: 60%;
  }
}

@media (min-width: 767px) {
  .instruction__items {
    position: relative;
    z-index: 1;
    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;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .instruction__items {
    gap: 0;
    margin-bottom: 0px;
  }
}

@media (min-width: 1440px) {
  .instruction__items {
    margin-bottom: 17px;
  }
}

@media (min-width: 1920px) {
  .instruction__items {
    margin-bottom: 6px;
  }
}

.instruction__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  text-transform: uppercase;
  padding: 2px 0;
}

@media (min-width: 767px) {
  .instruction__content {
    gap: 8px;
  }
}

@media (min-width: 1440px) {
  .instruction__content {
    padding: 20px 0;
  }
}

.instruction__content--custom .instruction__action {
  word-break: break-word;
}

.instruction__separator {
  display: none;
}

@media (min-width: 767px) {
  .instruction__separator {
    background-color: transparent;
    display: block;
    width: 31px;
    height: 27px;
  }
}

@media (min-width: 1200px) {
  .instruction__separator {
    height: 42px;
  }
}

@media (min-width: 1440px) {
  .instruction__separator {
    height: 56px;
  }
}

@media (min-width: 1920px) {
  .instruction__separator {
    height: 72px;
  }
}

.instruction__box {
  max-width: 77%;
}

@media (min-width: 767px) {
  .instruction__box {
    max-width: unset;
  }
}

@media (min-width: 993px) {
  .instruction__box {
    max-width: 77%;
  }
}

@media (min-width: 1200px) {
  .instruction__box {
    max-width: 100%;
  }
}

@media (min-width: 1440px) {
  .instruction__box {
    max-width: 81%;
  }
}

.instruction__number {
  border-bottom: 1px solid #fff;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 12px;
  padding-left: 0px;
}

@media (min-width: 767px) {
  .instruction__number {
    border-bottom: 0;
    padding-left: 0px;
    padding-top: 0;
    width: 25%;
    padding-bottom: 0px;
  }
}

@media (min-width: 767px) {
  .instruction__number:first-child .instruction__num {
    width: 20px;
  }
}

@media (min-width: 1200px) {
  .instruction__number:first-child .instruction__num {
    width: 24px;
  }
}

@media (min-width: 1440px) {
  .instruction__number:first-child .instruction__num {
    width: 32px;
  }
}

@media (min-width: 1920px) {
  .instruction__number:first-child .instruction__num {
    width: 34px;
  }
}

.instruction__num {
  width: 22px;
  font-size: 36px;
  letter-spacing: -0.02em;
  color: #F40F3E;
}

@media (min-width: 767px) {
  .instruction__num {
    font-size: 40px;
    width: 24px;
  }
}

@media (min-width: 993px) {
  .instruction__num {
    font-size: 44px;
    width: 30px;
  }
}

@media (min-width: 1200px) {
  .instruction__num {
    width: unset;
    font-size: 64px;
  }
}

.instruction__action {
  line-height: 1.4;
  font-size: 14px;
  word-break: break-word;
}

@media (min-width: 767px) {
  .instruction__action {
    font-size: 13px;
    line-height: 1.1;
  }
}

@media (min-width: 1200px) {
  .instruction__action {
    font-size: 20px;
  }
}

@-webkit-keyframes shine {
  0% {
    background-position: -200%;
  }
  100% {
    background-position: 200%;
  }
}

@keyframes shine {
  0% {
    background-position: -200%;
  }
  100% {
    background-position: 200%;
  }
}

.instruction__action.golden-text {
  background-image: linear-gradient(45deg, #ffd700, #ffd700 40%, #ffdf00 60%, #ffd700);
  background-size: 200% 100%;
  -webkit-animation: shine 2s linear infinite;
          animation: shine 2s linear infinite;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.footer {
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 20px 0 0px;
  background-color: #212121;
}

@media (min-width: 576px) {
  .footer {
    padding-bottom: 30px;
  }
}

@media (min-width: 767px) {
  .footer {
    padding-top: 50px;
  }
}

@media (min-width: 1200px) {
  .footer {
    padding: 20px;
  }
}

.footer__box {
  margin-left: auto;
}

@media (min-width: 993px) {
  .footer__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 1em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

@media (min-width: 1200px) {
  .footer__box {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.footer .soc-networks {
  padding: 1em 0;
  width: 100%;
}

@media (min-width: 576px) {
  .footer .soc-networks {
    width: auto;
    max-width: 260px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
    margin-bottom: 0;
  }
}

@media (min-width: 767px) {
  .footer .soc-networks {
    padding: 0;
  }
}

@media (min-width: 993px) {
  .footer .soc-networks {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    max-width: 20%;
  }
}

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 576px) {
  .footer__inner {
    gap: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 767px) {
  .footer__inner {
    gap: 40px;
  }
}

.footer__copy {
  font-size: calc(14px + 2 * ((100vw - 320px) / 1600));
  line-height: 1.4;
  color: #fff;
}

@media (min-width: 576px) {
  .footer__copy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 767px) {
  .footer__copy {
    font-size: 16px;
  }
}

@media (min-width: 993px) {
  .footer__copy {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (min-width: 1200px) {
  .footer__copy {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 0 20px 0 0;
    margin: 0 auto;
    text-align: left;
    width: unset;
  }
}

@media (min-width: 1440px) {
  .footer__copy {
    max-width: 860px;
    margin-left: 0;
  }
}

.footer__copy a {
  color: inherit;
  text-decoration: underline;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

.footer__copy a:hover {
  color: #cccccc;
}

.form-tabs {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.form-tabs__switches {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}

@media (min-width: 767px) {
  .form-tabs__switches {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 20px;
    gap: 10px;
  }
}

.form-tabs__switches a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 1em 0.5em;
  text-align: center;
  border: 1px solid #fff;
  font-weight: 400;
  cursor: pointer;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (min-width: 767px) {
  .form-tabs__switches a {
    padding: 14px 5px;
  }
}

.form-tabs__switches a:hover:before {
  background-color: rgba(0, 0, 0, 0);
}

.form-tabs__switches a:active {
  border-color: #080D21;
}

.form-tabs__switches a:focus {
  outline-color: transparent;
}

.form-tabs__switches a::before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: -1;
  background-color: transparent;
}

.form-tabs__switches a:nth-child(1)::before {
  border-radius: 5px;
}

.form-tabs__switches a:nth-child(2)::before {
  border-radius: 5px;
}

.form-tabs__switches a.active {
  border-color: #5050E9;
  background-color: #5050E9;
}

.form-tabs__switches a.active::before {
  background-color: #051B4A;
}

.form-tabs__switches a.active span {
  color: #fff;
}

.form-tabs__switches a span {
  position: relative;
  z-index: 2;
  display: inline-block;
  line-height: 1.2;
  font-size: calc(14px + 11 * ((100vw - 320px) / 1600));
  color: #fff;
  text-decoration: none;
}

@media (min-width: 767px) {
  .form-tabs__switches a span {
    padding-left: 0;
    font-size: 16px;
  }
}

#switchPhone {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.switchPhone.hide {
  display: none;
}

#switchGmail {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

input.form-element,
select.form-element {
  padding-left: 10px;
}

select.form-element {
  position: relative;
  display: inline-block;
  padding-right: 30px;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  appearance: none;
  overflow: hidden;
  color: #353535;
}

@media (min-width: 576px) {
  select.form-element {
    padding-right: 40px;
  }
}

.form-element {
  width: 45%;
  height: 50px;
  margin-top: 19px;
  /* padding-left: 10px; */
  background-color: transparent;
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
  border-radius: 5px;
}

@media (min-width: 576px) {
  .form-element {
    font-size: 15px;
  }
}

@media (min-width: 767px) {
  .form-element {
    font-size: 16px;
    margin-top: 20px;
  }
}

@media (min-width: 1200px) {
  .form-element {
    font-size: 18px;
  }
}

@media (min-width: 1920px) {
  .form-element {
    font-size: 16px;
  }
}

.form-element.custom-btn.btn-7 {
  font-size: 16px;
}

@media (min-width: 767px) {
  .form-element.custom-btn.btn-7 {
    line-height: 50px;
    min-width: 100%;
  }
}

@media (min-width: 993px) {
  .form-element.custom-btn.btn-7 {
    min-width: 80%;
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  .form-element.custom-btn.btn-7 {
    font-size: 20px;
  }
}

@media (min-width: 1440px) {
  .form-element.custom-btn.btn-7 {
    min-width: 70%;
  }
}

@media (min-width: 1920px) {
  .form-element.custom-btn.btn-7 {
    min-width: 50%;
  }
}

.form-element[name="country"] {
  position: absolute;
  width: 100%;
  border-radius: 5px 0 0 5px;
  font-style: italic;
  padding-left: 10px;
}

.form-element[name="country"]:focus {
  outline-color: transparent;
}

.form-element[name="currency"] {
  position: absolute;
  width: 100%;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.form-element[name="currency"]:focus {
  outline-color: transparent;
}

.form-element[name="currency"] option:first-child {
  display: block;
  padding-top: 5px;
}

.form-element[name="email"] {
  width: 100%;
  color: #fff;
  border: 1px solid #fff;
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}

.form-element[name="email"]::-webkit-input-placeholder {
  color: #fff;
}

.form-element[name="email"]::-moz-placeholder {
  color: #fff;
}

.form-element[name="email"]:-ms-input-placeholder {
  color: #fff;
}

.form-element[name="email"]::-ms-input-placeholder {
  color: #fff;
}

.form-element[name="email"]::placeholder {
  color: #fff;
}

.form-element[name="email"]:hover {
  background-color: rgba(0, 0, 0, 0);
}

.form-element[name="email"]:active {
  color: #080D21;
}

.form-element[name="email"]:focus {
  outline-color: transparent;
}

.form-element.phone-block {
  width: 100%;
  margin-top: 19px;
}

@media (min-width: 767px) {
  .form-element.phone-block {
    margin-top: 20px;
  }
}

.form-element[name="country"] option,
.form-element[name="currency"] option {
  color: #353535;
  font-size: 12px;
}

.jq-selectbox#country-styler {
  width: calc(100% - 90px);
  border-radius: 5px 0 0 5px;
  border: 1px solid #fff;
}

@media (min-width: 576px) {
  .jq-selectbox#country-styler {
    width: calc(100% - 96px);
  }
}

@media (min-width: 767px) {
  .jq-selectbox#country-styler {
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .jq-selectbox#country-styler {
    width: calc(100% - 102px);
  }
}

.jq-selectbox#currency-styler {
  width: 90px;
  border-radius: 0 5px 5px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  text-transform: uppercase;
}

@media (min-width: 576px) {
  .jq-selectbox#currency-styler {
    width: 96px;
  }
}

@media (min-width: 767px) {
  .jq-selectbox#currency-styler {
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .jq-selectbox#currency-styler {
    width: 102px;
  }
}

.jq-selectbox__trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 100%;
  border-left: none;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

@media (min-width: 576px) {
  .jq-selectbox__trigger {
    width: 40px;
  }
}

.jq-selectbox__trigger-arrow {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 20px;
  height: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border-top: none;
  border-right: none;
  border-left: none;
  background: url("../images/icons/currency-arrow.svg");
  background-size: cover;
}

@media (min-width: 576px) {
  .jq-selectbox__trigger-arrow {
    right: 20px;
    width: 22px;
    height: 11px;
  }
}

.jq-selectbox__select {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  padding: 0 40px 0 10px;
  border: none;
  border-bottom-color: transparent;
  border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  background: none;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  font: 14px/50px Montserrat, sans-serif;
  color: #fff;
  text-shadow: none;
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}

@media (min-width: 576px) {
  .jq-selectbox__select {
    padding: 0 45px 0 10px;
  }
}

.jq-selectbox__select:hover {
  background: rgba(0, 0, 0, 0);
}

.jq-selectbox__select-text {
  display: block;
  width: 100%;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  overflow: hidden;
  color: #fff;
  height: 46px;
}

@media (min-width: 576px) {
  .jq-selectbox__select-text {
    font-size: 15px;
  }
}

@media (min-width: 767px) {
  .jq-selectbox__select-text {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .jq-selectbox__select-text {
    font-size: 18px;
  }
}

@media (min-width: 1920px) {
  .jq-selectbox__select-text {
    font-size: 16px;
  }
}

.phone-block {
  margin-top: 0;
  position: relative;
}

.phone-block .iti__selected-flag,
.phone-block input[type="tel"] {
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}

.phone-block:hover .iti__selected-flag,
.phone-block:hover input[type="tel"] {
  background-color: rgba(0, 0, 0, 0);
}

.phone-block .phoneConfirmation {
  color: #fff;
  border: 1px solid #fff;
  height: 50px;
  position: absolute;
  right: 0;
  width: 30%;
  background-color: rgba(0, 0, 0, 0);
  line-height: 1.2;
  border-radius: 5px;
  padding-left: 5px;
  text-overflow: unset;
}

.phone-block .phoneConfirmation::-webkit-input-placeholder {
  color: #fff;
  font-weight: bold;
}

.phone-block .phoneConfirmation::-moz-placeholder {
  color: #fff;
  font-weight: bold;
}

.phone-block .phoneConfirmation:-ms-input-placeholder {
  color: #fff;
  font-weight: bold;
}

.phone-block .phoneConfirmation::-ms-input-placeholder {
  color: #fff;
  font-weight: bold;
}

.phone-block .phoneConfirmation::placeholder {
  color: #fff;
  font-weight: bold;
}

.phone-block .phoneConfirmation.animInput {
  -webkit-animation: animInput 6s linear infinite normal forwards;
          animation: animInput 6s linear infinite normal forwards;
}

.phone-block .phoneConfirmation .phoneConfirmation.animInput:hover,
.phone-block .phoneConfirmation .phoneConfirmation.animInput:focus,
.phone-block .phoneConfirmation .phoneConfirmation.animInput:active,
.phone-block .phoneConfirmation .phoneConfirmation.animInput.paused {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

@-webkit-keyframes animInput {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  5% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  10% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  15% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  20% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  25% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  30% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  35% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes animInput {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  5% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  10% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  15% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  20% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  25% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  30% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  35% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.phone-block .iti {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  max-width: 68%;
}

.phone-block input[type="tel"] {
  height: 50px;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border-radius: 5px;
  background-color: transparent;
  border: 1px solid #fff;
}

.phone-block input[type="tel"]::-webkit-input-placeholder {
  color: #fff;
}

.phone-block input[type="tel"]::-moz-placeholder {
  color: #fff;
}

.phone-block input[type="tel"]:-ms-input-placeholder {
  color: #fff;
}

.phone-block input[type="tel"]::-ms-input-placeholder {
  color: #fff;
}

.phone-block input[type="tel"]::placeholder {
  color: #fff;
}

.phone-block input[type="tel"]:focus {
  outline-color: transparent;
}

.valid-block {
  position: absolute;
  font-size: 0.6em;
  top: -5px;
  right: calc(32% + 5px);
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#valid-msg {
  color: green;
  text-shadow: 1px 0 0 #000;
}

#error-msg {
  color: red;
  text-shadow: 1px 0 0 #000;
}

input,
select,
.iti {
  cursor: pointer;
  max-width: 100%;
  border: none;
}

input,
select {
  height: 48px;
}

.hide {
  display: none;
}

#currency {
  text-transform: uppercase;
}

.sub-form {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 20px auto 17px;
  font-weight: 600;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  color: #fff;
  background-color: #F40F3E;
  -webkit-box-shadow: 0px 0px 4.2589px #F40F3E;
          box-shadow: 0px 0px 4.2589px #F40F3E;
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
  /* Declate color shifting animation */
  /* Declare border pulse animation */
  /* Continue animation and add shine on hover */
}

@media (min-width: 576px) {
  .sub-form {
    width: 70%;
  }
}

@media (min-width: 767px) {
  .sub-form {
    margin: 15px auto 20px;
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  .sub-form {
    margin: 10px 0 20px;
  }
}

@media (min-width: 1440px) {
  .sub-form {
    margin: 34px 0 20px;
  }
}

@media (min-width: 1920px) {
  .sub-form {
    width: 50%;
    margin: 0px 0 20px;
  }
}

.sub-form.custom-btn {
  background: transparent;
  cursor: pointer;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  position: relative;
  outline: none;
  position: relative;
  z-index: 1;
  overflow-x: hidden;
}

.sub-form.btn-7 {
  background: #F40F3E;
  line-height: 50px;
  padding: 0;
  border: none;
}

@media (min-width: 767px) {
  .sub-form.btn-7 {
    line-height: 56px;
  }
}

.sub-form.btn-7::after, .sub-form.btn-7::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  background: #F40F3E;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.sub-form.btn-7::before {
  height: 0%;
  width: 2px;
}

.sub-form.btn-7::after {
  width: 0%;
  height: 2px;
  height: 2px;
}

.sub-form.btn-7:hover {
  color: #080D21;
  background: transparent;
}

.sub-form.btn-7:hover::before {
  height: 100%;
}

.sub-form.btn-7:hover::after {
  width: 100%;
}

.sub-form.btn-7:hover span::before {
  height: 100%;
}

.sub-form.btn-7:hover span::after {
  width: 100%;
}

.sub-form.btn-7 span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.sub-form.btn-7 span::before, .sub-form.btn-7 span::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: #5050E9;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.sub-form.btn-7 span::before {
  width: 2px;
  height: 0%;
}

.sub-form.btn-7 span::after {
  height: 2px;
  width: 0%;
}

@-webkit-keyframes borderPulse {
  0% {
    -webkit-box-shadow: inset 0px 0px 0px 5px rgba(255, 255, 255, 0.4), 0px 0px 0px 0px white;
            box-shadow: inset 0px 0px 0px 5px rgba(255, 255, 255, 0.4), 0px 0px 0px 0px white;
  }
  100% {
    -webkit-box-shadow: inset 0px 0px 0px 3px rgba(117, 117, 255, 0.2), 0px 0px 0px 10px rgba(255, 255, 255, 0);
            box-shadow: inset 0px 0px 0px 3px rgba(117, 117, 255, 0.2), 0px 0px 0px 10px rgba(255, 255, 255, 0);
  }
}

@keyframes borderPulse {
  0% {
    -webkit-box-shadow: inset 0px 0px 0px 5px rgba(255, 255, 255, 0.4), 0px 0px 0px 0px white;
            box-shadow: inset 0px 0px 0px 5px rgba(255, 255, 255, 0.4), 0px 0px 0px 0px white;
  }
  100% {
    -webkit-box-shadow: inset 0px 0px 0px 3px rgba(117, 117, 255, 0.2), 0px 0px 0px 10px rgba(255, 255, 255, 0);
            box-shadow: inset 0px 0px 0px 3px rgba(117, 117, 255, 0.2), 0px 0px 0px 10px rgba(255, 255, 255, 0);
  }
}

.sub-form.pulse-button {
  -webkit-animation: borderPulse 1000ms infinite ease-out;
          animation: borderPulse 1000ms infinite ease-out;
}

.sub-form:disabled {
  cursor: not-allowed;
  color: #fff;
  text-shadow: none;
  --sub-btn-color: #848484;
  background-color: var(--sub-btn-color);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.sub-form:disabled:hover {
  color: #fff;
  background-color: var(--sub-btn-color);
}

.sub-form:disabled:hover::before {
  height: 0%;
}

.sub-form:disabled:hover::after {
  width: 0%;
}

.sub-form:disabled:hover span::before {
  height: 0%;
}

.sub-form:disabled:hover span::after {
  width: 0%;
}

.sub-form:hover {
  -webkit-animation: none;
          animation: none;
}

.block-promo {
  margin: 21px auto 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 50px;
}

@media (min-width: 767px) {
  .block-promo {
    margin: 20px auto 15px;
  }
}

.block-promo > label {
  display: none;
}

@media (min-width: 1440px) {
  .block-promo {
    margin-bottom: 8px;
  }
}

@media (min-width: 1920px) {
  .block-promo {
    margin-bottom: 50px;
  }
}

#promo {
  border-radius: 5px;
  width: 100%;
  background-color: transparent;
  padding-inline: 10px;
  color: #fff;
  border: 1px solid #fff;
}

@media (min-width: 1200px) {
  #promo {
    font-size: 18px;
  }
}

@media (min-width: 1920px) {
  #promo {
    font-size: 16px;
  }
}

#promo::-webkit-input-placeholder {
  color: #fff;
  font-style: italic;
  font-weight: 600;
}

#promo::-moz-placeholder {
  color: #fff;
  font-style: italic;
  font-weight: 600;
}

#promo:-ms-input-placeholder {
  color: #fff;
  font-style: italic;
  font-weight: 600;
}

#promo::-ms-input-placeholder {
  color: #fff;
  font-style: italic;
  font-weight: 600;
}

#promo::placeholder {
  color: #fff;
  font-style: italic;
  font-weight: 600;
}

@media (min-width: 1200px) {
  #promo::-webkit-input-placeholder {
    font-size: 18px;
  }
  #promo::-moz-placeholder {
    font-size: 18px;
  }
  #promo:-ms-input-placeholder {
    font-size: 18px;
  }
  #promo::-ms-input-placeholder {
    font-size: 18px;
  }
  #promo::placeholder {
    font-size: 18px;
  }
}

@media (min-width: 1920px) {
  #promo::-webkit-input-placeholder {
    font-size: 16px;
  }
  #promo::-moz-placeholder {
    font-size: 16px;
  }
  #promo:-ms-input-placeholder {
    font-size: 16px;
  }
  #promo::-ms-input-placeholder {
    font-size: 16px;
  }
  #promo::placeholder {
    font-size: 16px;
  }
}

#promo:hover {
  background-color: rgba(0, 0, 0, 0);
}

#promo:active {
  color: #080D21;
}

#promo:focus {
  outline-color: transparent;
}

.agreement {
  width: 80%;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
  font-size: calc(10px + 10 * ((100vw - 320px) / 1600));
  text-shadow: 0 0 2px black;
}

@media (min-width: 767px) {
  .agreement {
    margin: 0;
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .agreement {
    padding: 10px 0;
  }
}

/* select.form-element:after {
  content: "123123";
  padding: 0 8px;
  font-size: 12px;
  position: absolute;
  right: 8px;
  top: 4px;
  z-index: 31;
  text-align: center;
  width: 20px !important;
  height: 20px;
  background-color: yellow;
  pointer-events: none;
  box-sizing: border-box;
} */
.jq-selectbox__dropdown {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 2px 0 0;
  padding: 0;
  border: none;
  border-radius: 4px;
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  font: 14px/18px Commissioner, sans-serif;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
}

@media (min-width: 1920px) {
  .jq-selectbox__dropdown {
    font: 16px/20px Commissioner, sans-serif;
  }
}

.jq-selectbox__dropdown ul {
  background-color: #ffbb04;
  scrollbar-color: #051B4A #ffbb04;
  border-radius: 5px;
}

.jq-selectbox__dropdown ul::-webkit-scrollbar-track {
  border-radius: 10px;
}

.jq-selectbox__dropdown ul::-webkit-scrollbar {
  width: 16px;
}

.jq-selectbox__dropdown ul::-webkit-scrollbar-thumb {
  background-color: #ffbb04;
  border-radius: 10px;
}

.jq-selectbox select,
.jq-select-multiple select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 1;
}

.jq-selectbox__select-text {
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: unset;
  white-space: pre-wrap;
  text-overflow: unset;
}

.iti__country-name {
  color: #353535;
}

#tabsForm .select2-container:has(.select2-dropdown--mobileCoordinates) {
  left: 0 !important;
}

#tabsForm .select2-container b {
  opacity: 0;
  border-color: transparent;
}

#tabsForm .select2-container--open {
  width: 100%;
}

#tabsForm .select2-container--open .select2-dropdown {
  width: 100% !important;
  /* if you want it full width of parent */
  background-color: #ffbb04;
}

#tabsForm .select2-search__field {
  background-color: #ffc21e;
}

#tabsForm .select2-results {
  scrollbar-color: #051B4A #ffbb04;
}

#tabsForm .select2-results::-webkit-scrollbar-track {
  border-radius: 10px;
}

#tabsForm .select2-results::-webkit-scrollbar {
  width: 16px;
}

#tabsForm .select2-results::-webkit-scrollbar-thumb {
  background-color: #ffbb04;
  border-radius: 10px;
}

#tabsForm .select2-results > ul > li {
  color: #080D21;
}

#currency + .select2-container {
  max-width: 90px;
  margin-top: 19px;
}

@media (min-width: 576px) {
  #currency + .select2-container {
    max-width: 96px;
  }
}

@media (min-width: 767px) {
  #currency + .select2-container {
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  #currency + .select2-container {
    max-width: 102px;
  }
}

#currency + .select2-container--open .select2-selection__arrow {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}

#currency + .select2-container--open .select2-selection__arrow b {
  opacity: 0;
  border-color: transparent;
}

#currency + .select2-container .selection .select2-selection {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0px 5px 5px 0px;
  border: 1px solid white;
  border-left: none;
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}

#currency + .select2-container .selection .select2-selection:hover {
  background-color: rgba(0, 0, 0, 0);
}

#currency + .select2-container .selection .select2-selection__arrow {
  height: 100%;
  /* background: url("../images/icons/currency-arrow.svg"); */
  background: url("../images/icons/currency-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  right: 7px;
}

#currency + .select2-container .selection .select2-selection__rendered {
  padding-left: 0;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}

@media (min-width: 576px) {
  #currency + .select2-container .selection .select2-selection__rendered {
    font-size: 15px;
  }
}

@media (min-width: 767px) {
  #currency + .select2-container .selection .select2-selection__rendered {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  #currency + .select2-container .selection .select2-selection__rendered {
    font-size: 18px;
  }
}

@media (min-width: 1920px) {
  #currency + .select2-container .selection .select2-selection__rendered {
    font-size: 16px;
  }
}

.iti {
  position: relative;
  display: inline-block;
}

.iti * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.iti__hide {
  display: none;
}

.iti__v-hide {
  visibility: hidden;
}

.iti input,
.iti input[type="text"],
.iti input[type="tel"] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}

.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 2px;
}

.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 0 6px 0 8px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #080D21;
}

.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}

.iti__country-list {
  position: absolute;
  z-index: 10;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #ccc;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  background-color: #ffbb04;
  scrollbar-color: #051B4A #ffbb04;
  border-radius: 5px;
}

.iti__country-list::-webkit-scrollbar-track {
  border-radius: 10px;
}

.iti__country-list::-webkit-scrollbar {
  width: 16px;
}

.iti__country-list::-webkit-scrollbar-thumb {
  background-color: #ffbb04;
  border-radius: 10px;
}

.iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: -1px;
}

@media (max-width: 500px) {
  .iti__country-list {
    white-space: normal;
  }
}

.iti__flag-box {
  display: inline-block;
  width: 20px;
}

.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
}

.iti__country {
  padding: 5px 10px;
  outline: none;
}

.iti__dial-code {
  color: #999;
}

.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.05);
}

.iti__flag-box,
.iti__country-name,
.iti__dial-code {
  vertical-align: middle;
}

.iti__flag-box,
.iti__country-name {
  margin-right: 6px;
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type="text"],
.iti--allow-dropdown input[type="tel"],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type="text"],
.iti--separate-dial-code input[type="tel"] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}

.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}

.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
  cursor: default;
}

.iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}

.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 6px;
}

.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}

.iti--container:hover {
  cursor: pointer;
}

.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}

.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%;
}

.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}

.iti__flag {
  width: 20px;
}

.iti__flag.iti__be {
  width: 18px;
}

.iti__flag.iti__ch {
  width: 15px;
}

.iti__flag.iti__mc {
  width: 19px;
}

.iti__flag.iti__ne {
  width: 18px;
}

.iti__flag.iti__np {
  width: 13px;
}

.iti__flag.iti__va {
  width: 15px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-size: 5652px 15px;
  }
}

.iti__flag.iti__ac {
  height: 10px;
  background-position: 0px 0px;
}

.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0px;
}

.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0px;
}

.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0px;
}

.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0px;
}

.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0px;
}

.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0px;
}

.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0px;
}

.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0px;
}

.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0px;
}

.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0px;
}

.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0px;
}

.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0px;
}

.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0px;
}

.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0px;
}

.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0px;
}

.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0px;
}

.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0px;
}

.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0px;
}

.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0px;
}

.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0px;
}

.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0px;
}

.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0px;
}

.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0px;
}

.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0px;
}

.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0px;
}

.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0px;
}

.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0px;
}

.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0px;
}

.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0px;
}

.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0px;
}

.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0px;
}

.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0px;
}

.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0px;
}

.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0px;
}

.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0px;
}

.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0px;
}

.iti__flag.iti__bz {
  height: 14px;
  background-position: -812px 0px;
}

.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0px;
}

.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0px;
}

.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0px;
}

.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0px;
}

.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0px;
}

.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0px;
}

.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0px;
}

.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0px;
}

.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0px;
}

.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0px;
}

.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0px;
}

.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0px;
}

.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0px;
}

.iti__flag.iti__cr {
  height: 12px;
  background-position: -1115px 0px;
}

.iti__flag.iti__cu {
  height: 10px;
  background-position: -1137px 0px;
}

.iti__flag.iti__cv {
  height: 12px;
  background-position: -1159px 0px;
}

.iti__flag.iti__cw {
  height: 14px;
  background-position: -1181px 0px;
}

.iti__flag.iti__cx {
  height: 10px;
  background-position: -1203px 0px;
}

.iti__flag.iti__cy {
  height: 14px;
  background-position: -1225px 0px;
}

.iti__flag.iti__cz {
  height: 14px;
  background-position: -1247px 0px;
}

.iti__flag.iti__de {
  height: 12px;
  background-position: -1269px 0px;
}

.iti__flag.iti__dg {
  height: 10px;
  background-position: -1291px 0px;
}

.iti__flag.iti__dj {
  height: 14px;
  background-position: -1313px 0px;
}

.iti__flag.iti__dk {
  height: 15px;
  background-position: -1335px 0px;
}

.iti__flag.iti__dm {
  height: 10px;
  background-position: -1357px 0px;
}

.iti__flag.iti__do {
  height: 14px;
  background-position: -1379px 0px;
}

.iti__flag.iti__dz {
  height: 14px;
  background-position: -1401px 0px;
}

.iti__flag.iti__ea {
  height: 14px;
  background-position: -1423px 0px;
}

.iti__flag.iti__ec {
  height: 14px;
  background-position: -1445px 0px;
}

.iti__flag.iti__ee {
  height: 13px;
  background-position: -1467px 0px;
}

.iti__flag.iti__eg {
  height: 14px;
  background-position: -1489px 0px;
}

.iti__flag.iti__eh {
  height: 10px;
  background-position: -1511px 0px;
}

.iti__flag.iti__er {
  height: 10px;
  background-position: -1533px 0px;
}

.iti__flag.iti__es {
  height: 14px;
  background-position: -1555px 0px;
}

.iti__flag.iti__et {
  height: 10px;
  background-position: -1577px 0px;
}

.iti__flag.iti__eu {
  height: 14px;
  background-position: -1599px 0px;
}

.iti__flag.iti__fi {
  height: 12px;
  background-position: -1621px 0px;
}

.iti__flag.iti__fj {
  height: 10px;
  background-position: -1643px 0px;
}

.iti__flag.iti__fk {
  height: 10px;
  background-position: -1665px 0px;
}

.iti__flag.iti__fm {
  height: 11px;
  background-position: -1687px 0px;
}

.iti__flag.iti__fo {
  height: 15px;
  background-position: -1709px 0px;
}

.iti__flag.iti__fr {
  height: 14px;
  background-position: -1731px 0px;
}

.iti__flag.iti__ga {
  height: 15px;
  background-position: -1753px 0px;
}

.iti__flag.iti__gb {
  height: 10px;
  background-position: -1775px 0px;
}

.iti__flag.iti__gd {
  height: 12px;
  background-position: -1797px 0px;
}

.iti__flag.iti__ge {
  height: 14px;
  background-position: -1819px 0px;
}

.iti__flag.iti__gf {
  height: 14px;
  background-position: -1841px 0px;
}

.iti__flag.iti__gg {
  height: 14px;
  background-position: -1863px 0px;
}

.iti__flag.iti__gh {
  height: 14px;
  background-position: -1885px 0px;
}

.iti__flag.iti__gi {
  height: 10px;
  background-position: -1907px 0px;
}

.iti__flag.iti__gl {
  height: 14px;
  background-position: -1929px 0px;
}

.iti__flag.iti__gm {
  height: 14px;
  background-position: -1951px 0px;
}

.iti__flag.iti__gn {
  height: 14px;
  background-position: -1973px 0px;
}

.iti__flag.iti__gp {
  height: 14px;
  background-position: -1995px 0px;
}

.iti__flag.iti__gq {
  height: 14px;
  background-position: -2017px 0px;
}

.iti__flag.iti__gr {
  height: 14px;
  background-position: -2039px 0px;
}

.iti__flag.iti__gs {
  height: 10px;
  background-position: -2061px 0px;
}

.iti__flag.iti__gt {
  height: 13px;
  background-position: -2083px 0px;
}

.iti__flag.iti__gu {
  height: 11px;
  background-position: -2105px 0px;
}

.iti__flag.iti__gw {
  height: 10px;
  background-position: -2127px 0px;
}

.iti__flag.iti__gy {
  height: 12px;
  background-position: -2149px 0px;
}

.iti__flag.iti__hk {
  height: 14px;
  background-position: -2171px 0px;
}

.iti__flag.iti__hm {
  height: 10px;
  background-position: -2193px 0px;
}

.iti__flag.iti__hn {
  height: 10px;
  background-position: -2215px 0px;
}

.iti__flag.iti__hr {
  height: 10px;
  background-position: -2237px 0px;
}

.iti__flag.iti__ht {
  height: 12px;
  background-position: -2259px 0px;
}

.iti__flag.iti__hu {
  height: 10px;
  background-position: -2281px 0px;
}

.iti__flag.iti__ic {
  height: 14px;
  background-position: -2303px 0px;
}

.iti__flag.iti__id {
  height: 14px;
  background-position: -2325px 0px;
}

.iti__flag.iti__ie {
  height: 10px;
  background-position: -2347px 0px;
}

.iti__flag.iti__il {
  height: 15px;
  background-position: -2369px 0px;
}

.iti__flag.iti__im {
  height: 10px;
  background-position: -2391px 0px;
}

.iti__flag.iti__in {
  height: 14px;
  background-position: -2413px 0px;
}

.iti__flag.iti__io {
  height: 10px;
  background-position: -2435px 0px;
}

.iti__flag.iti__iq {
  height: 14px;
  background-position: -2457px 0px;
}

.iti__flag.iti__ir {
  height: 12px;
  background-position: -2479px 0px;
}

.iti__flag.iti__is {
  height: 15px;
  background-position: -2501px 0px;
}

.iti__flag.iti__it {
  height: 14px;
  background-position: -2523px 0px;
}

.iti__flag.iti__je {
  height: 12px;
  background-position: -2545px 0px;
}

.iti__flag.iti__jm {
  height: 10px;
  background-position: -2567px 0px;
}

.iti__flag.iti__jo {
  height: 10px;
  background-position: -2589px 0px;
}

.iti__flag.iti__jp {
  height: 14px;
  background-position: -2611px 0px;
}

.iti__flag.iti__ke {
  height: 14px;
  background-position: -2633px 0px;
}

.iti__flag.iti__kg {
  height: 12px;
  background-position: -2655px 0px;
}

.iti__flag.iti__kh {
  height: 13px;
  background-position: -2677px 0px;
}

.iti__flag.iti__ki {
  height: 10px;
  background-position: -2699px 0px;
}

.iti__flag.iti__km {
  height: 12px;
  background-position: -2721px 0px;
}

.iti__flag.iti__kn {
  height: 14px;
  background-position: -2743px 0px;
}

.iti__flag.iti__kp {
  height: 10px;
  background-position: -2765px 0px;
}

.iti__flag.iti__kr {
  height: 14px;
  background-position: -2787px 0px;
}

.iti__flag.iti__kw {
  height: 10px;
  background-position: -2809px 0px;
}

.iti__flag.iti__ky {
  height: 10px;
  background-position: -2831px 0px;
}

.iti__flag.iti__kz {
  height: 10px;
  background-position: -2853px 0px;
}

.iti__flag.iti__la {
  height: 14px;
  background-position: -2875px 0px;
}

.iti__flag.iti__lb {
  height: 14px;
  background-position: -2897px 0px;
}

.iti__flag.iti__lc {
  height: 10px;
  background-position: -2919px 0px;
}

.iti__flag.iti__li {
  height: 12px;
  background-position: -2941px 0px;
}

.iti__flag.iti__lk {
  height: 10px;
  background-position: -2963px 0px;
}

.iti__flag.iti__lr {
  height: 11px;
  background-position: -2985px 0px;
}

.iti__flag.iti__ls {
  height: 14px;
  background-position: -3007px 0px;
}

.iti__flag.iti__lt {
  height: 12px;
  background-position: -3029px 0px;
}

.iti__flag.iti__lu {
  height: 12px;
  background-position: -3051px 0px;
}

.iti__flag.iti__lv {
  height: 10px;
  background-position: -3073px 0px;
}

.iti__flag.iti__ly {
  height: 10px;
  background-position: -3095px 0px;
}

.iti__flag.iti__ma {
  height: 14px;
  background-position: -3117px 0px;
}

.iti__flag.iti__mc {
  height: 15px;
  background-position: -3139px 0px;
}

.iti__flag.iti__md {
  height: 10px;
  background-position: -3160px 0px;
}

.iti__flag.iti__me {
  height: 10px;
  background-position: -3182px 0px;
}

.iti__flag.iti__mf {
  height: 14px;
  background-position: -3204px 0px;
}

.iti__flag.iti__mg {
  height: 14px;
  background-position: -3226px 0px;
}

.iti__flag.iti__mh {
  height: 11px;
  background-position: -3248px 0px;
}

.iti__flag.iti__mk {
  height: 10px;
  background-position: -3270px 0px;
}

.iti__flag.iti__ml {
  height: 14px;
  background-position: -3292px 0px;
}

.iti__flag.iti__mm {
  height: 14px;
  background-position: -3314px 0px;
}

.iti__flag.iti__mn {
  height: 10px;
  background-position: -3336px 0px;
}

.iti__flag.iti__mo {
  height: 14px;
  background-position: -3358px 0px;
}

.iti__flag.iti__mp {
  height: 10px;
  background-position: -3380px 0px;
}

.iti__flag.iti__mq {
  height: 14px;
  background-position: -3402px 0px;
}

.iti__flag.iti__mr {
  height: 14px;
  background-position: -3424px 0px;
}

.iti__flag.iti__ms {
  height: 10px;
  background-position: -3446px 0px;
}

.iti__flag.iti__mt {
  height: 14px;
  background-position: -3468px 0px;
}

.iti__flag.iti__mu {
  height: 14px;
  background-position: -3490px 0px;
}

.iti__flag.iti__mv {
  height: 14px;
  background-position: -3512px 0px;
}

.iti__flag.iti__mw {
  height: 14px;
  background-position: -3534px 0px;
}

.iti__flag.iti__mx {
  height: 12px;
  background-position: -3556px 0px;
}

.iti__flag.iti__my {
  height: 10px;
  background-position: -3578px 0px;
}

.iti__flag.iti__mz {
  height: 14px;
  background-position: -3600px 0px;
}

.iti__flag.iti__na {
  height: 14px;
  background-position: -3622px 0px;
}

.iti__flag.iti__nc {
  height: 10px;
  background-position: -3644px 0px;
}

.iti__flag.iti__ne {
  height: 15px;
  background-position: -3666px 0px;
}

.iti__flag.iti__nf {
  height: 10px;
  background-position: -3686px 0px;
}

.iti__flag.iti__ng {
  height: 10px;
  background-position: -3708px 0px;
}

.iti__flag.iti__ni {
  height: 12px;
  background-position: -3730px 0px;
}

.iti__flag.iti__nl {
  height: 14px;
  background-position: -3752px 0px;
}

.iti__flag.iti__no {
  height: 15px;
  background-position: -3774px 0px;
}

.iti__flag.iti__np {
  height: 15px;
  background-position: -3796px 0px;
}

.iti__flag.iti__nr {
  height: 10px;
  background-position: -3811px 0px;
}

.iti__flag.iti__nu {
  height: 10px;
  background-position: -3833px 0px;
}

.iti__flag.iti__nz {
  height: 10px;
  background-position: -3855px 0px;
}

.iti__flag.iti__om {
  height: 10px;
  background-position: -3877px 0px;
}

.iti__flag.iti__pa {
  height: 14px;
  background-position: -3899px 0px;
}

.iti__flag.iti__pe {
  height: 14px;
  background-position: -3921px 0px;
}

.iti__flag.iti__pf {
  height: 14px;
  background-position: -3943px 0px;
}

.iti__flag.iti__pg {
  height: 15px;
  background-position: -3965px 0px;
}

.iti__flag.iti__ph {
  height: 10px;
  background-position: -3987px 0px;
}

.iti__flag.iti__pk {
  height: 14px;
  background-position: -4009px 0px;
}

.iti__flag.iti__pl {
  height: 13px;
  background-position: -4031px 0px;
}

.iti__flag.iti__pm {
  height: 14px;
  background-position: -4053px 0px;
}

.iti__flag.iti__pn {
  height: 10px;
  background-position: -4075px 0px;
}

.iti__flag.iti__pr {
  height: 14px;
  background-position: -4097px 0px;
}

.iti__flag.iti__ps {
  height: 10px;
  background-position: -4119px 0px;
}

.iti__flag.iti__pt {
  height: 14px;
  background-position: -4141px 0px;
}

.iti__flag.iti__pw {
  height: 13px;
  background-position: -4163px 0px;
}

.iti__flag.iti__py {
  height: 11px;
  background-position: -4185px 0px;
}

.iti__flag.iti__qa {
  height: 8px;
  background-position: -4207px 0px;
}

.iti__flag.iti__re {
  height: 14px;
  background-position: -4229px 0px;
}

.iti__flag.iti__ro {
  height: 14px;
  background-position: -4251px 0px;
}

.iti__flag.iti__rs {
  height: 14px;
  background-position: -4273px 0px;
}

.iti__flag.iti__ru {
  height: 14px;
  background-position: -4295px 0px;
}

.iti__flag.iti__rw {
  height: 14px;
  background-position: -4317px 0px;
}

.iti__flag.iti__sa {
  height: 14px;
  background-position: -4339px 0px;
}

.iti__flag.iti__sb {
  height: 10px;
  background-position: -4361px 0px;
}

.iti__flag.iti__sc {
  height: 10px;
  background-position: -4383px 0px;
}

.iti__flag.iti__sd {
  height: 10px;
  background-position: -4405px 0px;
}

.iti__flag.iti__se {
  height: 13px;
  background-position: -4427px 0px;
}

.iti__flag.iti__sg {
  height: 14px;
  background-position: -4449px 0px;
}

.iti__flag.iti__sh {
  height: 10px;
  background-position: -4471px 0px;
}

.iti__flag.iti__si {
  height: 10px;
  background-position: -4493px 0px;
}

.iti__flag.iti__sj {
  height: 15px;
  background-position: -4515px 0px;
}

.iti__flag.iti__sk {
  height: 14px;
  background-position: -4537px 0px;
}

.iti__flag.iti__sl {
  height: 14px;
  background-position: -4559px 0px;
}

.iti__flag.iti__sm {
  height: 15px;
  background-position: -4581px 0px;
}

.iti__flag.iti__sn {
  height: 14px;
  background-position: -4603px 0px;
}

.iti__flag.iti__so {
  height: 14px;
  background-position: -4625px 0px;
}

.iti__flag.iti__sr {
  height: 14px;
  background-position: -4647px 0px;
}

.iti__flag.iti__ss {
  height: 10px;
  background-position: -4669px 0px;
}

.iti__flag.iti__st {
  height: 10px;
  background-position: -4691px 0px;
}

.iti__flag.iti__sv {
  height: 12px;
  background-position: -4713px 0px;
}

.iti__flag.iti__sx {
  height: 14px;
  background-position: -4735px 0px;
}

.iti__flag.iti__sy {
  height: 14px;
  background-position: -4757px 0px;
}

.iti__flag.iti__sz {
  height: 14px;
  background-position: -4779px 0px;
}

.iti__flag.iti__ta {
  height: 10px;
  background-position: -4801px 0px;
}

.iti__flag.iti__tc {
  height: 10px;
  background-position: -4823px 0px;
}

.iti__flag.iti__td {
  height: 14px;
  background-position: -4845px 0px;
}

.iti__flag.iti__tf {
  height: 14px;
  background-position: -4867px 0px;
}

.iti__flag.iti__tg {
  height: 13px;
  background-position: -4889px 0px;
}

.iti__flag.iti__th {
  height: 14px;
  background-position: -4911px 0px;
}

.iti__flag.iti__tj {
  height: 10px;
  background-position: -4933px 0px;
}

.iti__flag.iti__tk {
  height: 10px;
  background-position: -4955px 0px;
}

.iti__flag.iti__tl {
  height: 10px;
  background-position: -4977px 0px;
}

.iti__flag.iti__tm {
  height: 14px;
  background-position: -4999px 0px;
}

.iti__flag.iti__tn {
  height: 14px;
  background-position: -5021px 0px;
}

.iti__flag.iti__to {
  height: 10px;
  background-position: -5043px 0px;
}

.iti__flag.iti__tr {
  height: 14px;
  background-position: -5065px 0px;
}

.iti__flag.iti__tt {
  height: 12px;
  background-position: -5087px 0px;
}

.iti__flag.iti__tv {
  height: 10px;
  background-position: -5109px 0px;
}

.iti__flag.iti__tw {
  height: 14px;
  background-position: -5131px 0px;
}

.iti__flag.iti__tz {
  height: 14px;
  background-position: -5153px 0px;
}

.iti__flag.iti__ua {
  height: 14px;
  background-position: -5175px 0px;
}

.iti__flag.iti__ug {
  height: 14px;
  background-position: -5197px 0px;
}

.iti__flag.iti__um {
  height: 11px;
  background-position: -5219px 0px;
}

.iti__flag.iti__un {
  height: 14px;
  background-position: -5241px 0px;
}

.iti__flag.iti__us {
  height: 11px;
  background-position: -5263px 0px;
}

.iti__flag.iti__uy {
  height: 14px;
  background-position: -5285px 0px;
}

.iti__flag.iti__uz {
  height: 10px;
  background-position: -5307px 0px;
}

.iti__flag.iti__va {
  height: 15px;
  background-position: -5329px 0px;
}

.iti__flag.iti__vc {
  height: 14px;
  background-position: -5346px 0px;
}

.iti__flag.iti__ve {
  height: 14px;
  background-position: -5368px 0px;
}

.iti__flag.iti__vg {
  height: 10px;
  background-position: -5390px 0px;
}

.iti__flag.iti__vi {
  height: 14px;
  background-position: -5412px 0px;
}

.iti__flag.iti__vn {
  height: 14px;
  background-position: -5434px 0px;
}

.iti__flag.iti__vu {
  height: 12px;
  background-position: -5456px 0px;
}

.iti__flag.iti__wf {
  height: 14px;
  background-position: -5478px 0px;
}

.iti__flag.iti__ws {
  height: 10px;
  background-position: -5500px 0px;
}

.iti__flag.iti__xk {
  height: 15px;
  background-position: -5522px 0px;
}

.iti__flag.iti__ye {
  height: 14px;
  background-position: -5544px 0px;
}

.iti__flag.iti__yt {
  height: 14px;
  background-position: -5566px 0px;
}

.iti__flag.iti__za {
  height: 14px;
  background-position: -5588px 0px;
}

.iti__flag.iti__zm {
  height: 14px;
  background-position: -5610px 0px;
}

.iti__flag.iti__zw {
  height: 10px;
  background-position: -5632px 0px;
}

.iti__flag {
  height: 15px;
  -webkit-box-shadow: 0px 0px 1px 0px #888;
          box-shadow: 0px 0px 1px 0px #888;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: -webkit-image-set(url(../images/flag.avif) 1x, url(../images/flag.webp) 2x, url(../images/flag.png) 2x);
  background-image: -webkit-image-set(url("../images/flags.avif") 1x type("image/avif"), url("../images/flags.webp") 2x type("image/webp"), url("../images/flags.png") 2x type("image/png"));
  background-image: image-set("../images/flags.avif" 1x type("image/avif"), "../images/flags.webp" 2x type("image/webp"), "../images/flags.png" 2x type("image/png"));
  background-repeat: no-repeat;
  background-color: #dbdbdb;
  background-position: 20px 0;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: -webkit-image-set(url(../images/flags@2x.avif) 1x, url(../images/flags@2x.webp) 2x, url(../images/flags@2x.png) 2x);
    background-image: -webkit-image-set(url("../images/flags@2x.avif") 1x type("image/avif"), url("../images/flags@2x.webp") 2x type("image/webp"), url("../images/flags@2x.png") 2x type("image/png"));
    background-image: image-set("../images/flags@2x.avif" 1x type("image/avif"), "../images/flags@2x.webp" 2x type("image/webp"), "../images/flags@2x.png" 2x type("image/png"));
  }
}

.iti__flag.iti__np {
  background-color: transparent;
}
