.top h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-style: italic;
}

.win__prize {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-style: italic;
}

.table {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

.btn,
.win__code,
.top p.top__welcome {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-style: italic;
}

.top p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

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

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

a {
  text-decoration: none;
  cursor: pointer;
}

html,
body {
  min-height: 100vh;
  height: auto;
}

body {
  position: relative;
  font-family: 'Barlow', sans-serif;
  line-height: 1.12;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #000;
}

.item-decor {
  position: absolute;
  z-index: 2;
  display: none;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 1200px) {
  .item-decor {
    display: block;
  }
}

@media (min-width: 1200px) {
  .baseball {
    right: 100%;
    bottom: 48%;
    width: 109px;
    height: 107px;
    -webkit-transform: translate(80%, 17%);
    -ms-transform: translate(80%, 17%);
    transform: translate(80%, 17%);
    background-image: -webkit-image-set(url(../images/decor/baseball-ball.avif) 1x, url(../images/decor/baseball-ball.webp) 2x, url(../images/decor/baseball-ball.png) 2x);
    background-image: -webkit-image-set("../images/decor/baseball-ball.avif" 1x type("image/avif"), "../images/decor/baseball-ball.webp" 2x type("image/webp"), "../images/decor/baseball-ball.png" 2x type("image/png"));
    background-image: -webkit-image-set(url("../images/decor/baseball-ball.avif") 1x type("image/avif"), url("../images/decor/baseball-ball.webp") 2x type("image/webp"), url("../images/decor/baseball-ball.png") 2x type("image/png"));
    background-image: image-set("../images/decor/baseball-ball.avif" 1x type("image/avif"), "../images/decor/baseball-ball.webp" 2x type("image/webp"), "../images/decor/baseball-ball.png" 2x type("image/png"));
  }
}

@media (min-width: 1200px) {
  .racket {
    position: absolute;
    width: 265px;
    height: 324px;
    left: 100%;
    bottom: 32%;
    z-index: 2;
    -webkit-transform: translate(-80%, 17%);
    -ms-transform: translate(-80%, 17%);
    transform: translate(-80%, 17%);
    background-image: -webkit-image-set(url(../images/decor/tenis-racket.avif) 1x, url(../images/decor/tenis-racket.webp) 2x, url(../images/decor/tenis-racket.png) 2x);
    background-image: -webkit-image-set("../images/decor/tenis-racket.avif" 1x type("image/avif"), "../images/decor/tenis-racket.webp" 2x type("image/webp"), "../images/decor/tenis-racket.png" 2x type("image/png"));
    background-image: -webkit-image-set(url("../images/decor/tenis-racket.avif") 1x type("image/avif"), url("../images/decor/tenis-racket.webp") 2x type("image/webp"), url("../images/decor/tenis-racket.png") 2x type("image/png"));
    background-image: image-set("../images/decor/tenis-racket.avif" 1x type("image/avif"), "../images/decor/tenis-racket.webp" 2x type("image/webp"), "../images/decor/tenis-racket.png" 2x type("image/png"));
  }
}

.basketball {
  display: block;
  position: absolute;
  z-index: 2;
  left: 89%;
  bottom: 6%;
  width: 81px;
  height: 81px;
  background-image: -webkit-image-set(url(../images/decor/basketball-ball.avif) 1x, url(../images/decor/basketball-ball.webp) 2x, url(../images/decor/basketball-ball.png) 2x);
  background-image: -webkit-image-set("../images/decor/basketball-ball.avif" 1x type("image/avif"), "../images/decor/basketball-ball.webp" 2x type("image/webp"), "../images/decor/basketball-ball.png" 2x type("image/png"));
  background-image: -webkit-image-set(url("../images/decor/basketball-ball.avif") 1x type("image/avif"), url("../images/decor/basketball-ball.webp") 2x type("image/webp"), url("../images/decor/basketball-ball.png") 2x type("image/png"));
  background-image: image-set("../images/decor/basketball-ball.avif" 1x type("image/avif"), "../images/decor/basketball-ball.webp" 2x type("image/webp"), "../images/decor/basketball-ball.png" 2x type("image/png"));
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 576px) {
  .basketball {
    left: 86%;
    bottom: 3%;
    width: clamp(175px, 18vw, 264px);
    height: clamp(175px, 18vw, 264px);
  }
}

@media (min-width: 767px) {
  .basketball {
    left: 86%;
    bottom: 0%;
    -webkit-transform: translateY(15%);
    -ms-transform: translateY(15%);
    transform: translateY(15%);
  }
}

@media (min-width: 993px) {
  .basketball {
    left: 86%;
    bottom: 0%;
    -webkit-transform: translateY(10%);
    -ms-transform: translateY(10%);
    transform: translateY(10%);
  }
}

@media (min-width: 1200px) {
  .basketball {
    left: 100%;
    bottom: 0%;
    -webkit-transform: translate(-80%, 17%);
    -ms-transform: translate(-80%, 17%);
    transform: translate(-80%, 17%);
  }
}

.layout {
  padding: 26px 20px;
  border-radius: 5px;
  background-color: #242833;
}

.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;
  overflow: hidden;
  height: 100%;
}

.main {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 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;
  width: 100%;
  background-color: #262626;
  overflow: hidden;
}

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%);
}

.yellow-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%);
}

.blue-gradient {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-73.86%, #1795f9), color-stop(38.81%, #0354ff));
  background: linear-gradient(180deg, #1795f9 -73.86%, #0354ff 38.81%);
}

.red-gradient {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-73.86%, #f95a71), color-stop(38.81%, #f40f3e));
  background: linear-gradient(180deg, #f95a71 -73.86%, #f40f3e 38.81%);
}

.gradient-text {
  display: inline-block;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  src: url("../fonts/pedro/Montserrat-BlackItalic.woff2") format("woff2"), url("../fonts/pedro/Montserrat-BlackItalic.woff") format("woff"), url("../fonts/pedro/Montserrat-BlackItalic.ttf") format("ttf");
  font-weight: 900;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  src: url("../fonts/pedro/Montserrat-ExtraBold.woff2") format("woff2"), url("../fonts/pedro/Montserrat-ExtraBold.woff") format("woff"), url("../fonts/pedro/Montserrat-ExtraBold.ttf") format("ttf");
  font-weight: 800;
  font-display: swap;
}

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

@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  src: url("../fonts/pedro/Montserrat-BoldItalic.woff2") format("woff2"), url("../fonts/pedro/Montserrat-BoldItalic.woff") format("woff"), url("../fonts/pedro/Montserrat-BoldItalic.ttf") format("ttf");
  font-weight: 700;
  font-display: swap;
}

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

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

.clipPathAnim {
  float: right;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
  clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
  opacity: 0;
  -webkit-animation-name: clipAnimation;
  animation-name: clipAnimation;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  -webkit-animation-fill-mode: forwards;
}

@-webkit-keyframes clipAnimation {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0%);
  }
}

@keyframes clipAnimation {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0%);
  }
}

.fromTopSlideAnim {
  opacity: 0;
  -webkit-animation-name: slideFromTopAnim;
  animation-name: slideFromTopAnim;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}

@-webkit-keyframes slideFromTopAnim {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
  }

  50% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0%);
  }
}

@keyframes slideFromTopAnim {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
  }

  50% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0%);
  }
}

.shakeAnim {
  opacity: 1;
  -webkit-animation-name: shakeAnim;
  animation-name: shakeAnim;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

@-webkit-keyframes shakeAnim {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes shakeAnim {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.animate__fadeInUp {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.zoomInDownAnim {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.circleBlurAnim {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 27vw;
  height: 27vw;
  min-width: 110px;
  min-height: 110px;
  border-radius: 50%;
  border: 1px solid red;
  background: -webkit-gradient(linear, left bottom, left top, from(#f40f3e), color-stop(0.01%, #f40f3e), to(#fa5a71));
  background: linear-gradient(0deg, #f40f3e 0%, #f40f3e 0.01%, #fa5a71 100%);
  -webkit-filter: blur(19vw);
  filter: blur(19vw);
}

@-webkit-keyframes blurScale {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.4;
  }

  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.8;
  }
}

@keyframes blurScale {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.4;
  }

  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.8;
  }
}

@-webkit-keyframes blurScaleLight {
  from {
    -webkit-transform: scale(1) translateX(-50%);
    transform: scale(1) translateX(-50%);
    opacity: 0.3;
  }

  to {
    -webkit-transform: scale(1.2) translateX(-50%);
    transform: scale(1.2) translateX(-50%);
    opacity: 0.6;
  }
}

@keyframes blurScaleLight {
  from {
    -webkit-transform: scale(1) translateX(-50%);
    transform: scale(1) translateX(-50%);
    opacity: 0.3;
  }

  to {
    -webkit-transform: scale(1.2) translateX(-50%);
    transform: scale(1.2) translateX(-50%);
    opacity: 0.6;
  }
}

.button {
  display: block;
  text-align: center;
  padding: 8px 12px;
  font-size: calc(20px + 4 * ((100vw - 320px) / 1600));
  border: none;
  cursor: pointer;
  border-radius: 5px;
  background-color: #ffbc00;
  color: #000;
}

@media (min-width: 576px) {
  .button {
    padding: 0.6em 1.6em;
  }
}

@media (min-width: 1200px) {
  .button {
    min-width: 262px;
    font-size: 18px;
    -webkit-transition: -webkit-box-shadow 0.3s linear;
    transition: -webkit-box-shadow 0.3s linear;
    transition: box-shadow 0.3s linear;
    transition: box-shadow 0.3s linear, -webkit-box-shadow 0.3s linear;
  }

  .button:hover {
    -webkit-box-shadow: 0px 0px 20px rgba(255, 187, 4, 0.7);
    box-shadow: 0px 0px 20px rgba(255, 187, 4, 0.7);
  }
}

@media (min-width: 1920px) {
  .button {
    min-width: 262px;
    font-size: 18px;
  }
}

.button--elipse {
  padding: 0.5em 1em 0.4em;
  color: #171717;
  border-radius: 8px;
  background-color: #ffbc00;
  font-weight: 800;
  border-radius: 2em;
  -webkit-box-shadow: 0px 3px 0px #8a6500, 0px 4px 8px #3a2b00;
  box-shadow: 0px 3px 0px #8a6500, 0px 4px 8px #3a2b00;
  -webkit-transition: color 0.3s linear, -webkit-box-shadow 0.3s linear;
  transition: color 0.3s linear, -webkit-box-shadow 0.3s linear;
  transition: box-shadow 0.3s linear, color 0.3s linear;
  transition: box-shadow 0.3s linear, color 0.3s linear, -webkit-box-shadow 0.3s linear;
}

.button--elipse:hover,
.button--elipse:active {
  -webkit-box-shadow: 0px 0px 30px rgba(255, 187, 4, 0.7);
  box-shadow: 0px 0px 30px rgba(255, 187, 4, 0.7);
  color: #212121;
}

.button--form {
  font-size: 16px;
  height: 30px;
  width: 100%;
  color: #000;
}

@media (min-width: 993px) {
  .button--form {
    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;
  }
}

.container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 15px;
}

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

@media (min-width: 993px) {
  .container {
    padding: 0 60px;
  }
}

@media (min-width: 1200px) {
  .container {
    padding: 0 160px;
  }
}

.container.container--fluid {
  padding: 0 10px;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 320px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 6px 6px 6px 15px;
  -webkit-transition: background-color 0.3s linear, color 0.3s linear;
  transition: background-color 0.3s linear, color 0.3s linear;
  line-height: 1.2;
}

@media (min-width: 576px) {
  .btn {
    max-width: 320px;
  }
}

@media (min-width: 767px) {
  .btn {
    padding: 8px 6px 8px 15px;
    max-width: clamp(350px, 100%, 420px);
  }
}

@media (min-width: 993px) {
  .btn {
    padding: 10px 8px 10px 20px;
  }
}

.btn span {
  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-radius: 50%;
  width: 34px;
  height: 34px;
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}

.btn span svg {
  width: 24px;
  height: 24px;
}

.btn span svg use {
  fill: #fff;
  -webkit-transition: fill 0.3s linear;
  transition: fill 0.3s linear;
}

.win {
  color: #000;
  padding-top: 10vw;
  padding-bottom: 20px;
}

@media (min-width: 576px) {
  .win {
    padding-bottom: 40px;
  }
}

@media (min-width: 993px) {
  .win {
    padding-top: 5vw;
    padding-bottom: 10vw;
  }
}

@media (min-width: 1200px) {
  .win {
    max-width: 85%;
    margin: 0 auto;
    position: relative;
    padding-top: clamp(60px, 5vw, 60px);
    padding-bottom: clamp(60px, 10vw, 100px);
  }
}

.win>.win__personage {
  display: none;
}

@media (min-width: 993px) {
  .win>.win__personage {
    display: block;
    left: -3%;
    height: clamp(430px, 48vw, 593px);
    width: auto;
  }
}

@media (min-width: 1200px) {
  .win>.win__personage {
    position: absolute;
    left: unset;
    right: 85%;
    bottom: -30px;
    max-height: unset;
    width: clamp(405px, 26vw, 465px);
    height: clamp(593px, 37vw, 679px);
  }
}

@media (min-width: 1200px) {
  .win>.win__personage img {
    width: 100%;
  }
}

.win__layout {
  padding: 2vw 15px;
  background-color: #ffbc00;
  border-radius: 10px;
  position: relative;
}

@media (min-width: 576px) {
  .win__layout {
    padding: 40px 10px;
  }
}

@media (min-width: 993px) {
  .win__layout {
    padding: 25px 40px;
  }
}

@media (min-width: 1200px) {
  .win__layout {
    padding: 30px 40px;
  }
}

.win__text {
  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: space-between;
  -ms-flex-align: space-between;
  align-items: space-between;
  margin-left: 40%;
}

@media (min-width: 576px) {
  .win__text {
    margin-left: 45%;
  }
}

@media (min-width: 767px) {
  .win__text {
    margin-left: 50%;
  }
}

@media (min-width: 993px) {
  .win__text {
    margin-left: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.win__prize {
  margin-bottom: 2.5em;
  text-transform: uppercase;
  font-size: calc(24px + 12 * ((100vw - 320px) / 1600));
  line-height: 1.2;
}

@media (min-width: 993px) {
  .win__prize {
    margin-bottom: 0;
  }
}

@media (min-width: 1920px) {
  .win__prize {
    font-size: 40px;
  }
}

.win__prize span {
  display: block;
}

@media (min-width: 993px) {
  .win__prize span {
    display: inline-block;
    padding-left: 0.2em;
  }
}

.win__code {
  font-size: calc(14px + 30 * ((100vw - 320px) / 1600));
  line-height: 140%;
}

@media (min-width: 993px) {
  .win__code {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 416px;
    width: 100%;
    font-size: 20px;
  }
}

@media (min-width: 1200px) {
  .win__code {
    max-width: 480px;
  }
}

@media (min-width: 1920px) {
  .win__code {
    font-size: 24px;
  }
}

.win__separator {
  display: none;
}

@media (min-width: 993px) {
  .win__separator {
    display: block;
  }
}

.win__personage {
  position: absolute;
  left: -10px;
  bottom: 0;
  width: clamp(167px, 38vw, 300px);
  height: clamp(200px, 55vw, 436px);
}

@media (min-width: 576px) {
  .win__personage {
    left: 0;
    max-width: unset;
  }
}

@media (min-width: 993px) {
  .win__personage {
    max-width: unset;
    max-height: 595px;
    display: none;
  }
}

.win__personage img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.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;
  height: 25px;
  width: 25px;
  background: #ffbc00;
  -webkit-transition: -webkit-box-shadow 0.3s linear;
  transition: -webkit-box-shadow 0.3s linear;
  transition: box-shadow 0.3s linear;
  transition: box-shadow 0.3s linear, -webkit-box-shadow 0.3s linear;
  border-radius: 50%;
}

.soc-networks a svg {
  width: 15px;
  height: 15px;
}

.soc-networks a svg use {
  fill: #000;
  -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 {
  background-color: #212121;
  -webkit-box-shadow: 0px 0px 20px rgba(255, 187, 4, 0.7);
  box-shadow: 0px 0px 20px rgba(255, 187, 4, 0.7);
}

.header {
  position: relative;
  z-index: 4;
  background-color: #1e1e1e;
}

@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: 6px 0 8px;
}

@media (min-width: 576px) {
  .header__inner {
    padding: 20px 0 15px;
  }
}

.header__left {
  margin-right: auto;
}

.header__left svg {
  fill: #fff;
  width: 18vw;
}

@media (min-width: 767px) {
  .header__left svg {
    width: 15vw;
  }
}

@media (min-width: 993px) {
  .header__left svg {
    width: 11vw;
  }
}

@media (min-width: 1200px) {
  .header__left svg {
    width: 130px;
  }
}

@media (min-width: 1200px) {
  .header__left {
    margin-right: unset;
  }
}

.header__reg {
  display: none;
}

@media (min-width: 576px) {
  .header__reg {
    margin-left: auto;
    display: block;
  }
}

.header__box {
  max-height: 54px;
}

@media (min-width: 576px) {
  .header__box {
    max-height: 91px;
    margin-left: 10px;
  }
}

@media (min-width: 576px) {
  .header hr {
    display: none;
  }
}

.top {
  overflow: hidden;
  padding-top: 20px;
  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;
  background-position: bottom;
  position: relative;
  z-index: 0;
  color: #000;
}

.top .bg-layout {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffb604), to(#ff9101));
  background: linear-gradient(180deg, #ffb604 0%, #ff9101 100%);
}

.top .star1,
.top .star2,
.top .star3,
.top .star4,
.top .star5 {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.top .star1 {
  display: none;
  top: 12%;
  left: 22%;
  width: 116px;
  height: 165px;
  background-image: url("../images/decor/stars-1.png");
}

@media (min-width: 993px) {
  .top .star1 {
    display: block;
    top: -16%;
    left: 56%;
  }
}

@media (min-width: 993px) {
  .top .star1 {
    top: 14%;
    left: 9%;
  }
}

.top .star2 {
  display: none;
  left: 70%;
  top: 65%;
  width: 90px;
  height: 188px;
  background-image: url("../images/decor/stars-2.png");
}

@media (min-width: 993px) {
  .top .star2 {
    display: block;
  }
}

.top .star3 {
  display: none;
  top: 51%;
  left: -8%;
  width: 61px;
  height: 62px;
  background-image: url("../images/decor/stars-3.png");
}

@media (min-width: 993px) {
  .top .star3 {
    display: block;
  }
}

@media (min-width: 1200px) {
  .top .star3 {
    top: 67%;
    left: -6%;
    width: 51px;
    height: 42px;
  }
}

.top .star4 {
  display: none;
  width: 51px;
  height: 51px;
  top: 85%;
  left: 10%;
  background-image: url("../images/decor/stars-5.png");
}

@media (min-width: 993px) {
  .top .star4 {
    display: block;
  }
}

.top .star5 {
  display: none;
  width: 100%;
  height: 100%;
  top: -30%;
  background-image: url("../images/decor/stars-4.png");
}

@media (min-width: 993px) {
  .top .star5 {
    display: block;
    background-size: 100%;
  }
}

.top .bg-decor {
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
}

.top .bg-decor--football-ball {
  background-image: -webkit-image-set(url(../images/decor/football-ball.avif) 1x, url(../images/decor/football-ball.webp) 2x, url(../images/decor/football-ball.png) 2x);
  background-image: -webkit-image-set("../images/decor/football-ball.avif" 1x type("image/avif"), "../images/decor/football-ball.webp" 2x type("image/webp"), "../images/decor/football-ball.png" 2x type("image/png"));
  background-image: -webkit-image-set(url("../images/decor/football-ball.avif") 1x type("image/avif"), url("../images/decor/football-ball.webp") 2x type("image/webp"), url("../images/decor/football-ball.png") 2x type("image/png"));
  background-image: image-set("../images/decor/football-ball.avif" 1x type("image/avif"), "../images/decor/football-ball.webp" 2x type("image/webp"), "../images/decor/football-ball.png" 2x type("image/png"));
  z-index: 1;
  bottom: 30%;
  right: 0;
  -webkit-transform: translate(20%);
  -ms-transform: translate(20%);
  transform: translate(20%);
  width: clamp(103px, 28vw, 342px);
  height: clamp(107px, 29vw, 357px);
}

@media (min-width: 576px) {
  .top .bg-decor--football-ball {
    bottom: 60%;
    right: -5%;
    width: clamp(93px, 16vw, 242px);
    height: clamp(97px, 16vw, 257px);
  }
}

@media (min-width: 993px) {
  .top .bg-decor--football-ball {
    z-index: 2;
    top: 0;
    left: 0;
    -webkit-transform: translate(-50%, -23%);
    -ms-transform: translate(-50%, -23%);
    transform: translate(-50%, -23%);
  }
}

@media (min-width: 1200px) {
  .top .bg-decor--football-ball {
    width: clamp(213px, 18vw, 308px);
    height: clamp(214px, 18vw, 321px);
    right: unset;
    bottom: unset;
    background-image: -webkit-image-set(url(../images/decor/football-ball-dt.avif) 1x, url(../images/decor/football-ball-dt.webp) 2x, url(../images/decor/football-ball-dt.png) 2x);
    background-image: -webkit-image-set("../images/decor/football-ball-dt.avif" 1x type("image/avif"), "../images/decor/football-ball-dt.webp" 2x type("image/webp"), "../images/decor/football-ball-dt.png" 2x type("image/png"));
    background-image: -webkit-image-set(url("../images/decor/football-ball-dt.avif") 1x type("image/avif"), url("../images/decor/football-ball-dt.webp") 2x type("image/webp"), url("../images/decor/football-ball-dt.png") 2x type("image/png"));
    background-image: image-set("../images/decor/football-ball-dt.avif" 1x type("image/avif"), "../images/decor/football-ball-dt.webp" 2x type("image/webp"), "../images/decor/football-ball-dt.png" 2x type("image/png"));
  }
}

.top .bg-staduim,
.top .bg-layout,
.top>.bg-stars {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.top .bg-staduim {
  background-image: url("../images/svg/staduim.svg");
  background-position: 9% 35vh;
  background-size: 200%;
  background-repeat: no-repeat;
}

@media (min-width: 576px) {
  .top .bg-staduim {
    background-position: 50vw -10vh;
    background-size: 120%;
  }
}

@media (min-width: 767px) {
  .top .bg-staduim {
    background-size: 100%;
    background-position: 50vw -3vh;
  }
}

@media (min-width: 1200px) {
  .top .bg-staduim {
    background-size: 70%;
    background-position: 60vw -5vh;
  }
}

@media (min-width: 1920px) {
  .top .bg-staduim {
    background-size: 60%;
    background-position: 60vw -15vh;
  }
}

.top>.bg-stars {
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  background-image: -webkit-image-set(url(../images/decor/stars.avif) 1x, url(../images/decor/stars.webp) 2x, url(../images/decor/stars.png) 2x);
  background-image: -webkit-image-set("../images/decor/stars.avif" 1x type("image/avif"), "../images/decor/stars.webp" 2x type("image/webp"), "../images/decor/stars.png" 2x type("image/png"));
  background-image: -webkit-image-set(url("../images/decor/stars.avif") 1x type("image/avif"), url("../images/decor/stars.webp") 2x type("image/webp"), url("../images/decor/stars.png") 2x type("image/png"));
  background-image: image-set("../images/decor/stars.avif" 1x type("image/avif"), "../images/decor/stars.webp" 2x type("image/webp"), "../images/decor/stars.png" 2x type("image/png"));
}

@media (min-width: 576px) {
  .top>.bg-stars {
    background-image: -webkit-image-set(url(../images/decor/stars-xs.avif) 1x, url(../images/decor/stars-xs.webp) 2x, url(../images/decor/stars-xs.png) 2x);
    background-image: -webkit-image-set("../images/decor/stars-xs.avif" 1x type("image/avif"), "../images/decor/stars-xs.webp" 2x type("image/webp"), "../images/decor/stars-xs.png" 2x type("image/png"));
    background-image: -webkit-image-set(url("../images/decor/stars-xs.avif") 1x type("image/avif"), url("../images/decor/stars-xs.webp") 2x type("image/webp"), url("../images/decor/stars-xs.png") 2x type("image/png"));
    background-image: image-set("../images/decor/stars-xs.avif" 1x type("image/avif"), "../images/decor/stars-xs.webp" 2x type("image/webp"), "../images/decor/stars-xs.png" 2x type("image/png"));
    background-position: bottom right;
    background-size: 50%;
    z-index: 1;
  }
}

@media (min-width: 767px) {
  .top>.bg-stars {
    background-size: 60% 100%;
    background-position: bottom right -20%;
    background-image: -webkit-image-set(url(../images/decor/stars-lg.avif) 1x, url(../images/decor/stars-lg.webp) 2x, url(../images/decor/stars-lg.png) 2x);
    background-image: -webkit-image-set("../images/decor/stars-lg.avif" 1x type("image/avif"), "../images/decor/stars-lg.webp" 2x type("image/webp"), "../images/decor/stars-lg.png" 2x type("image/png"));
    background-image: -webkit-image-set(url("../images/decor/stars-lg.avif") 1x type("image/avif"), url("../images/decor/stars-lg.webp") 2x type("image/webp"), url("../images/decor/stars-lg.png") 2x type("image/png"));
    background-image: image-set("../images/decor/stars-lg.avif" 1x type("image/avif"), "../images/decor/stars-lg.webp" 2x type("image/webp"), "../images/decor/stars-lg.png" 2x type("image/png"));
  }
}

@media (min-width: 993px) {
  .top>.bg-stars {
    background-size: contain;
    background-position: bottom right;
    display: none;
  }
}

.top h1 {
  margin-bottom: 5px;
  font-size: calc(20px + 70 * ((100vw - 320px) / 1600));
  line-height: 1.2;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

@media (min-width: 576px) {
  .top h1 {
    margin-bottom: 15px;
  }
}

@media (min-width: 767px) {
  .top h1 {
    margin-bottom: 30px;
    font-size: 40px;
  }
}

@media (min-width: 993px) {
  .top h1 {
    margin-bottom: 40px;
  }
}

@media (min-width: 1920px) {
  .top h1 {
    font-size: 48px;
  }
}

.top h1 span {
  display: block;
}

.top p {
  margin-bottom: 15px;
  line-height: 1.2;
  font-size: calc(10px + 22 * ((100vw - 320px) / 1600));
  -webkit-animation-duration: 1.6s;
  animation-duration: 1.6s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

@media (min-width: 767px) {
  .top p {
    font-size: 16px;
  }
}

@media (min-width: 767px) {
  .top p {
    font-size: 16px;
  }
}

.top p.top__welcome {
  font-size: calc(14px + 38 * ((100vw - 320px) / 1600));
  line-height: 1.1;
  text-transform: uppercase;
  -webkit-animation-duration: 1.6s;
  animation-duration: 1.6s;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

@media (min-width: 576px) {
  .top p.top__welcome {
    margin-bottom: 15px;
  }
}

@media (min-width: 767px) {
  .top p.top__welcome {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

@media (min-width: 993px) {
  .top p.top__welcome {
    padding-top: 20px;
  }
}

.top__personage {
  max-width: 222px;
  height: 330px;
  -ms-flex-item-align: center;
  align-self: center;
}

@media (min-width: 576px) {
  .top__personage {
    -webkit-transform: translateX(15%);
    -ms-transform: translateX(15%);
    transform: translateX(15%);
    -ms-flex-item-align: end;
    align-self: flex-end;
    max-width: unset;
    width: clamp(222px, 58vw, 412px);
    height: clamp(330px, 65vw, 623px);
  }
}

@media (min-width: 767px) {
  .top__personage {
    width: auto;
    height: clamp(330px, 60vw, 547px);
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@media (min-width: 993px) {
  .top__personage {
    -webkit-transform: translateX(0vw);
    -ms-transform: translateX(0vw);
    transform: translateX(0vw);
  }
}

.top__personage img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 993px) {
  .top__personage img {
    margin: 0 auto;
    display: block;
  }
}

.top__inner {
  position: relative;
  max-width: 860px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (min-width: 576px) {
  .top__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: static;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 1200px) {
  .top__inner {
    max-width: 100%;
  }
}

.top__inner .bg-starsBlock {
  display: none;
}

@media (min-width: 993px) {
  .top__inner .bg-starsBlock {
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    width: 60%;
    right: -12%;
    height: 100%;
  }
}

@media (min-width: 576px) {
  .top__text {
    max-width: clamp(300px, 50%, 350px);
    width: 100%;
    padding: 40px 0;
  }
}

@media (min-width: 767px) {
  .top__text {
    max-width: clamp(350px, 50%, 420px);
  }
}

.top__partner-icon,
.top__inner {
  position: relative;
  z-index: 1;
}

.top__btn {
  position: absolute;
  width: 100%;
  text-transform: uppercase;
  color: #fff;
  bottom: 20px;
  left: 50%;
  font-size: calc(16px + 7 * ((100vw - 320px) / 1600));
  border-radius: 2em;
  background-color: #131847;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  opacity: 0;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-delay: 2.3s;
  animation-delay: 2.3s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 100%, 0);
    transform: translate3d(-50%, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(-50%, 0%, 0);
    transform: translate3d(-50%, 0%, 0);
    transform: translate3d(-50%, 0%, 0);
  }
}

@media (min-width: 576px) {
  @-webkit-keyframes fadeInUp {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0%, 100%, 0);
      transform: translate3d(0%, 100%, 0);
    }

    to {
      opacity: 1;
      -webkit-transform: translate3d(0%, 0%, 0);
      transform: translate3d(0%, 0%, 0);
      transform: translate3d(0%, 0%, 0);
    }
  }

  @keyframes fadeInUp {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0%, 100%, 0);
      transform: translate3d(0%, 100%, 0);
    }

    to {
      opacity: 1;
      -webkit-transform: translate3d(0%, 0%, 0);
      transform: translate3d(0%, 0%, 0);
      transform: translate3d(0%, 0%, 0);
    }
  }
}

.top__btn:hover {
  background-color: #fff;
  color: #3a3939;
}

.top__btn:hover span {
  background-color: #1e91cf;
}

.top__btn:hover span svg use {
  fill: #fff;
}

@media (min-width: 576px) {
  .top__btn {
    position: relative;
    left: 0;
    bottom: 0;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 767px) {
  .top__btn {
    width: unset;
    max-width: clamp(350px, 80%, 420px);
  }
}

@media (min-width: 1200px) {
  .top__btn {
    width: unset;
    max-width: clamp(350px, 93%, 440px);
  }
}

@media (min-width: 1920px) {
  .top__btn {
    font-size: 24px;
    max-width: 440px;
    width: 100%;
  }
}

.top__btn span {
  background-color: #fff;
}

.top__btn span svg use {
  fill: #1e91cf;
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.logo__link {
  position: relative;
  z-index: 10;
  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;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-filter: drop-shadow(2px 4px 6px black);
  filter: drop-shadow(2px 4px 6px black);
}

@-webkit-keyframes shine {
  0% {
    mask-position: -50%;
    -webkit-mask-position: 150%;
  }

  100% {
    mask-position: -50%;
    -webkit-mask-position: -50%;
  }
}

@keyframes shine {
  0% {
    mask-position: -50%;
    -webkit-mask-position: 150%;
  }

  100% {
    mask-position: -50%;
    -webkit-mask-position: -50%;
  }
}

.logo__link:hover {
  -webkit-animation: shine 2s infinite;
  animation: shine 2s infinite;
  -webkit-mask-image: linear-gradient(-75deg, rgba(255, 255, 255, 0.7) 30%, #fff 50%, rgba(255, 255, 255, 0.7) 70%);
  -webkit-mask-size: 200%;
}

.logo__link img {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

@media (min-width: 767px) {
  .logo__link img {
    min-width: 160px;
  }
}

.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: 767px) {
  .logo__svg {
    width: 70px;
    height: 27px;
  }
}

@media (min-width: 993px) {
  .logo__svg {
    max-width: 90px;
    max-height: 31px;
  }
}

.logo__text {
  display: none;
}

@media (min-width: 360px) {
  .logo__text {
    display: block;
    font-style: italic;
    text-transform: uppercase;
    font-size: calc(12px + 2 * ((100vw - 320px) / 1600));
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
}

.table {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (min-width: 576px) {
  .table {
    padding-bottom: 7vw;
    padding-top: 5vw;
  }
}

@media (min-width: 767px) {
  .table {
    max-width: 710px;
  }
}

@media (min-width: 993px) {
  .table {
    padding-bottom: 3vw;
  }
}

@media (min-width: 1200px) {
  .table {
    padding-top: 70px;
    max-width: 80%;
    margin: 0 auto;
  }
}

.table caption {
  margin-bottom: 20px;
  font-size: calc(18px + 6 * ((100vw - 320px) / 1600));
}

@media (min-width: 1920px) {
  .table caption {
    font-size: 24px;
  }
}

.table__scroll-body,
.table__scroll {
  text-transform: uppercase;
}

.table__scroll-body table,
.table__scroll table {
  table-layout: fixed;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background-color: transparent;
}

.table__scroll-body th:nth-child(1),
.table__scroll-body td:nth-child(1),
.table__scroll th:nth-child(1),
.table__scroll td:nth-child(1) {
  width: 35%;
}

.table__scroll-body th:nth-child(2),
.table__scroll-body td:nth-child(2),
.table__scroll th:nth-child(2),
.table__scroll td:nth-child(2) {
  width: 30%;
}

.table__scroll-body th:nth-child(3),
.table__scroll-body td:nth-child(3),
.table__scroll th:nth-child(3),
.table__scroll td:nth-child(3) {
  width: 35%;
}

.table__scroll-body {
  position: relative;
  margin-bottom: 20px;
}

.table__scroll-body .ss-scroll {
  position: relative;
  width: 9px;
  border-radius: 4px;
  top: 0;
  z-index: 2;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
}

.table__scroll-body tr:last-child td:nth-child(1) {
  border-bottom-left-radius: 10px;
  -webkit-box-shadow: inset 0px 2px 0px 0px #fff, inset -2px 0px 0px #fff,
    inset 2px 0px 0px 0px #fff, inset 0px -2px 0px 0px #fff;
  box-shadow: inset 0px 2px 0px 0px #fff, inset -2px 0px 0px #fff,
    inset 2px 0px 0px 0px #fff, inset 0px -2px 0px 0px #fff;
}

.table__scroll-body tr:last-child td:nth-child(2) {
  -webkit-box-shadow: inset 0px 2px 0px 0px #fff, inset 0px -2px 0px 0px #fff,
    inset -2px 0px 0px 0px #fff;
  box-shadow: inset 0px 2px 0px 0px #fff, inset 0px -2px 0px 0px #fff,
    inset -2px 0px 0px 0px #fff;
}

.table__scroll-body tr:last-child td:nth-child(3) {
  border-bottom-right-radius: 10px;
  -webkit-box-shadow: inset 0px 2px 0px 0px #fff, inset -2px 0px 0px #fff,
    inset 0px -2px 0px 0px #fff;
  box-shadow: inset 0px 2px 0px 0px #fff, inset -2px 0px 0px #fff,
    inset 0px -2px 0px 0px #fff;
}

.table__scroll-body tr td:first-child {
  -webkit-box-shadow: inset 0px 2px 0px 0px #fff, inset -2px 0px 0px #fff,
    inset 2px 0px 0px 0px #fff;
  box-shadow: inset 0px 2px 0px 0px #fff, inset -2px 0px 0px #fff,
    inset 2px 0px 0px 0px #fff;
}

.table__scroll-body td {
  padding: 1em 2px;
  color: #fff;
  -webkit-box-shadow: inset 0px 2px 0px 0px #fff, inset -2px 0px 0px #fff;
  box-shadow: inset 0px 2px 0px 0px #fff, inset -2px 0px 0px #fff;
  font-size: calc(11px + 19 * ((100vw - 320px) / 1600));
}

@media (min-width: 1200px) {
  .table__scroll-body td {
    font-size: 20px;
  }
}

.table__scroll-body td a {
  color: #fff;
}

.table__scroll {
  position: relative;
  z-index: 1;
}

.table__scroll>table {
  position: relative;
}

.table__scroll th {
  padding: 1em 4px;
  font-size: calc(11px + 23 * ((100vw - 320px) / 1600));
  background: rgba(255, 255, 255, 0.2);
}

@media (min-width: 1200px) {
  .table__scroll th {
    padding-top: 20px;
    font-size: 24px;
  }
}

.table__scroll th:nth-child(1) {
  -webkit-box-shadow: inset 2px 0 0px 0px #fff, inset 0 2px 0px 0px #fff,
    inset -2px 0 0px 0px #fff;
  box-shadow: inset 2px 0 0px 0px #fff, inset 0 2px 0px 0px #fff,
    inset -2px 0 0px 0px #fff;
  border-top-left-radius: 10px;
}

.table__scroll th:nth-child(2) {
  -webkit-box-shadow: inset -2px 0px 0px 0px #fff, inset 0px 2px 0px 0px #fff;
  box-shadow: inset -2px 0px 0px 0px #fff, inset 0px 2px 0px 0px #fff;
}

.table__scroll th:nth-child(3) {
  border-top-right-radius: 10px;
  -webkit-box-shadow: inset -2px 0 0px 0px #fff, inset -0 2px 0px 0px #fff;
  box-shadow: inset -2px 0 0px 0px #fff, inset -0 2px 0px 0px #fff;
}

.footer {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 30px 0 30px;
  background-color: #262626;
}

@media (min-width: 993px) {
  .footer {
    background-color: #3a3939;
    padding: 4vw 0;
  }
}

@media (min-width: 1200px) {
  .footer {
    padding: 50px 0px;
  }
}

.footer__btn {
  max-width: 300px;
  width: 100%;
  text-transform: uppercase;
  color: #3a3939;
  font-size: 16px;
  border-radius: 2em;
  background-color: #fff;
}

.footer__btn:hover {
  background-color: #131847;
  color: #fff;
}

.footer__btn:hover span {
  background-color: #fff;
}

.footer__btn:hover span svg use {
  fill: #1e91cf;
}

@media (min-width: 576px) {
  .footer__btn {
    margin: 0 auto;
  }
}

.footer__btn span {
  background-color: #1e91cf;
}

.footer__btn span svg use {
  fill: #fff;
}

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

@media (min-width: 576px) {
  .footer__inner {
    -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;
  }
}