/*!******************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/app.scss ***!
  \******************************************************************************************************************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.header {
  padding-top: 20px;
  padding-bottom: 40px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
@media (max-width: 1024px) {
  .header {
    text-align: center;
  }
}
.header .burger-open {
  cursor: pointer;
  position: absolute;
  width: 24px;
  padding: 5px 2px;
  top: 40px;
  left: 30px;
}
@media (min-width: 768px) {
  .header .burger-open {
    top: 75px;
  }
}
@media (min-width: 1025px) {
  .header .burger-open {
    display: none;
  }
}
.header .burger-open.open span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.header .burger-open.open span:nth-child(2) {
  visibility: hidden;
}
.header .burger-open.open span:nth-child(3) {
  transform: rotate(135deg) translate(-3px, 4px);
}
.header .burger-open span {
  width: 100%;
  height: 2px;
  margin-bottom: 4px;
  background-color: #fff;
  border-radius: 2px;
  display: block;
}
.header .burger-open span:nth-child(3) {
  margin-bottom: 0;
}
.header .button {
  padding: 16px 40px;
  font-size: 18px;
  background: #fff !important;
  color: #161616;
  border: 1px solid #fff;
  transition: 0.2s all ease;
}
.header .button:hover {
  background: transparent !important;
  color: #fff;
}
@media (max-width: 768px) {
  .header .logo img {
    max-width: 100px;
  }
}
.header .button-border {
  padding: 16px 40px;
  font-size: 18px;
  margin-right: 10px;
  border: 1px solid #fff;
}
.header .button-border:before, .header .button-border:after {
  display: none !important;
}
.header .button-border:hover {
  background: #fff !important;
  color: #161616;
}
.header .log-in-popup {
  text-align: center;
  display: inline-block;
  min-width: 130px;
}
@media (min-width: 1024px) {
  .header .log-in-popup {
    min-width: 175px;
  }
}
.header .sing-in-popup {
  display: inline-block;
}
@media (min-width: 1025px) {
  .header .content-right {
    display: block !important;
  }
}
@media (max-width: 1024px) {
  .header .content-right {
    display: none;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.8);
    margin-top: 20px;
    margin-bottom: 15px;
    padding-bottom: 30px;
  }
  .header .content-right a {
    font-size: 16px;
    padding: 13px 30px;
  }
}

.footer {
  position: relative;
  z-index: 2;
}

* {
  box-sizing: border-box;
}

body {
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  background-color: #191919;
  background-repeat: no-repeat;
  background-position: 100% 0;
}

.text-green {
  color: #FFFFFF;
}

.tt-u {
  text-transform: uppercase;
}

h1, h2, h3, h4 {
  font-weight: 700;
}

.content-right {
  text-align: right;
}

section {
  max-width: 100vw;
  overflow-y: hidden;
}

.content-center {
  text-align: center;
}

.color-blue {
  color: #13E1EE;
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 1600px) {
  .container {
    max-width: 1480px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.container.hide {
  display: none;
}
.container .row-reverse {
  flex-direction: row-reverse;
}
.container .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px;
  box-sizing: border-box;
}
@media (min-width: 1600px) {
  .container .row {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.container .row.no-gup {
  margin: 0;
}
.container .row.flex-center {
  align-items: center;
}
.container .row.justify-center {
  justify-content: center;
}
.container .row.justify-around {
  justify-content: space-around;
}
.container .row:not(.no-gup) [class^=cell] {
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
}
.container .row.full {
  max-width: 100%;
  width: 100%;
}
.container .row.full .row {
  max-width: 100%;
  width: 100%;
}
.container .row.reverse {
  flex-direction: row-reverse;
}
@media (min-width: 768px) {
  .container .row.reverse-md {
    flex-direction: row-reverse;
  }
}
@media (min-width: 1024px) {
  .container .row .offset-lg-1 {
    margin-left: 8.33%;
  }
}
.container .row .cell-1 {
  width: 8.3333333333%;
}
.container .row .cell-2 {
  width: 16.6666666667%;
}
.container .row .cell-3 {
  width: 25%;
}
.container .row .cell-4 {
  width: 33.3333333333%;
}
.container .row .cell-5 {
  width: 41.6666666667%;
}
.container .row .cell-6 {
  width: 50%;
}
.container .row .cell-7 {
  width: 58.3333333333%;
}
.container .row .cell-8 {
  width: 66.6666666667%;
}
.container .row .cell-9 {
  width: 75%;
}
.container .row .cell-10 {
  width: 83.3333333333%;
}
.container .row .cell-11 {
  width: 91.6666666667%;
}
.container .row .cell-12 {
  width: 100%;
}
@media (min-width: 1024px) {
  .container .row .cell-ld-1 {
    width: 8.3333333333%;
  }
  .container .row .cell-ld-2 {
    width: 16.6666666667%;
  }
  .container .row .cell-ld-3 {
    width: 25%;
  }
  .container .row .cell-ld-4 {
    width: 33.3333333333%;
  }
  .container .row .cell-ld-5 {
    width: 41.6666666667%;
  }
  .container .row .cell-ld-6 {
    width: 50%;
  }
  .container .row .cell-ld-7 {
    width: 58.3333333333%;
  }
  .container .row .cell-ld-8 {
    width: 66.6666666667%;
  }
  .container .row .cell-ld-9 {
    width: 75%;
  }
  .container .row .cell-ld-10 {
    width: 83.3333333333%;
  }
  .container .row .cell-ld-11 {
    width: 91.6666666667%;
  }
  .container .row .cell-ld-12 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .container .row .cell-md-1 {
    width: 8.3333333333%;
  }
  .container .row .cell-md-2 {
    width: 16.6666666667%;
  }
  .container .row .cell-md-3 {
    width: 25%;
  }
  .container .row .cell-md-4 {
    width: 33.3333333333%;
  }
  .container .row .cell-md-5 {
    width: 41.6666666667%;
  }
  .container .row .cell-md-5-5 {
    max-width: 20%;
  }
  .container .row .cell-md-6 {
    width: 50%;
  }
  .container .row .cell-md-7 {
    width: 58.3333333333%;
  }
  .container .row .cell-md-8 {
    width: 66.6666666667%;
  }
  .container .row .cell-md-9 {
    width: 75%;
  }
  .container .row .cell-md-10 {
    width: 83.3333333333%;
  }
  .container .row .cell-md-11 {
    width: 91.6666666667%;
  }
  .container .row .cell-md-12 {
    width: 100%;
  }
}
@media (min-width: 1600px) {
  .container .row .cell-sl-5-5 {
    max-width: 20%;
  }
}
@media (min-width: 1024px) {
  .container .row .cell-lg-1 {
    width: 8.3333333333%;
  }
  .container .row .cell-lg-2 {
    width: 16.6666666667%;
  }
  .container .row .cell-lg-3 {
    width: 25%;
  }
  .container .row .cell-lg-4 {
    width: 33.3333333333%;
  }
  .container .row .cell-lg-5 {
    width: 41.6666666667%;
  }
  .container .row .cell-lg-6 {
    width: 50%;
  }
  .container .row .cell-lg-7 {
    width: 58.3333333333%;
  }
  .container .row .cell-lg-8 {
    width: 66.6666666667%;
  }
  .container .row .cell-lg-9 {
    width: 75%;
  }
  .container .row .cell-lg-10 {
    width: 83.3333333333%;
  }
  .container .row .cell-lg-11 {
    width: 91.6666666667%;
  }
  .container .row .cell-lg-12 {
    width: 100%;
  }
}
.container .align-center {
  align-items: center;
}
.container .justify-center {
  justify-content: center;
}

.logo {
  display: inline-block;
}

.button-border {
  padding: 16px 40px;
  text-decoration: none;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  border-radius: 8px;
  position: relative;
}
.button-border::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 8px;
  padding: 2px;
  background: linear-gradient(to right, #F8AF08 7%, #F65006 61%, #F54633 98%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  transition: all 0.3s ease;
}
.button-border:hover {
  background: rgb(246, 80, 6);
  background: linear-gradient(117deg, rgb(246, 80, 6) 8%, rgb(244, 57, 110) 47%, rgb(194, 75, 157) 82%, rgb(231, 41, 209) 100%);
}

.h5 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  background: #F8AF08;
  background: linear-gradient(117deg, #F8AF08 0%, #F4396E 12%, #C24B9D 15%, #E729D1 35%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.title-gradient-2 {
  background: #F8AF08;
  background: linear-gradient(to right, #F8AF08 7%, #F65006 61%, #F54633 98%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.title-gradient-3 {
  background: #F9C700;
  background: linear-gradient(to right, #EEC597 0%, #F9C700 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.title-gradient {
  background: #F8AF08;
  background: linear-gradient(to right, #F8AF08 4%, #F65006 24%, #F54633 33%, #F4396E 59%, #C24B9D 72%, #E729D1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.button {
  padding: 16px 40px;
  text-decoration: none;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 800;
  border-radius: 8px;
  transition: all 0.3s ease;
  background: rgb(246, 80, 6);
  background: linear-gradient(117deg, rgb(246, 80, 6) 8%, rgb(244, 57, 110) 47%, rgb(194, 75, 157) 82%, rgb(231, 41, 209) 100%);
}
@media (min-width: 768px) {
  .button {
    font-size: 24px;
    letter-spacing: 0.02em;
    padding: 18px 60px;
  }
}
.button:hover {
  background: linear-gradient(117deg, rgb(231, 41, 209) 8%, rgb(194, 75, 157) 47%, rgb(244, 57, 110) 82%, rgb(246, 80, 6) 100%);
}
.button.color-black {
  color: #030303;
}
.button.style-2 {
  background: linear-gradient(117deg, rgb(248, 175, 6) 0, rgb(244, 57, 110) 47%, rgb(194, 75, 157) 82%, rgb(231, 41, 209) 100%);
}
.button.style-2:hover {
  background: linear-gradient(117deg, rgb(231, 41, 209) 8%, rgb(194, 75, 157) 47%, rgb(244, 57, 110) 82%, rgb(246, 80, 6) 100%);
}

h1 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}
h1 span {
  font-size: 32px;
  padding-top: 10px;
  display: table;
}
@media (min-width: 768px) {
  h1 {
    font-size: 42px;
    margin-bottom: 40px;
  }
  h1 span {
    font-size: 42px;
    padding-top: 10px;
  }
}
@media (min-width: 1024px) {
  h1 {
    font-size: 52px;
    margin-bottom: 50px;
  }
  h1 span {
    font-size: 52px;
  }
}

.h2 {
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .h2 {
    font-size: 40px;
  }
}

.h2-l {
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .h2-l {
    font-size: 46px;
  }
}
@media (min-width: 1024px) {
  .h2-l {
    font-size: 52px;
  }
}

.h4 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}
@media (min-width: 768px) {
  .h4 {
    font-size: 28px;
  }
}

.mb-0 {
  margin-bottom: 0 !important;
}

.top-banner {
  position: relative;
  z-index: 5;
  padding-bottom: 94%;
  padding-top: 99px;
}
@media (min-width: 768px) {
  .top-banner {
    padding-top: 150px;
    padding-bottom: 50%;
  }
}
@media (min-width: 1024px) {
  .top-banner {
    padding-top: 156px;
    padding-bottom: 598px;
  }
}
.top-banner:after, .top-banner:before {
  content: "";
  background-position: 50% 50%;
  position: absolute;
}
.top-banner:after {
  content: "";
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  height: 350px;
  background-image: url(../e249a2098b218c60c95c.png);
}
.top-banner:before {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  display: block;
  bottom: 0;
  max-width: 1440px;
  width: 100%;
  height: calc(100% - 166px);
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../9bf90b410e7436eab405.png);
}
@media (min-width: 768px) {
  .top-banner:before {
    height: calc(100% - 166px);
    background-image: url(../ac99670319f5e0614fe6.png);
  }
}
.top-banner h1.title-gradient-3 {
  margin-bottom: 8px;
}
.top-banner .h3 {
  margin-bottom: 7px;
  font-size: 20px;
}
@media (min-width: 768px) {
  .top-banner .h3 {
    margin-bottom: 30px;
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .top-banner p {
    font-size: 14px;
  }
}
.top-banner a {
  display: table;
}
.top-banner .container {
  position: relative;
  z-index: 5;
}
.top-banner .container p {
  margin-bottom: 28px;
}
.top-banner .button {
  margin-left: auto;
  margin-right: auto;
}

.login-sing-link {
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-radius: 32px;
  background-color: rgb(22, 32, 48);
  padding: 6px;
  margin-bottom: 25px;
}
.login-sing-link a {
  display: block;
  width: calc(50% - 6px);
  border-radius: 20px;
}
.login-sing-link a:hover {
  box-shadow: 5px 5px 20px rgba(255, 255, 255, 0.1);
}
.login-sing-link a img {
  width: 100%;
}

.grin__text {
  border-radius: 24px;
  width: 100%;
  margin: auto;
  padding: 16px 36px;
  background: rgb(154, 255, 1);
  text-align: center;
  color: #fff;
  background: linear-gradient(129deg, rgb(154, 255, 1) 0%, rgb(77, 195, 143) 52%, rgb(16, 227, 244) 100%);
  transform: rotate(2.83deg) translateY(40px);
}

.slick-slider {
  padding-bottom: 35px;
}
@media (max-width: 768px) {
  .slick-slider {
    padding-bottom: 127px;
  }
}
.slick-slider-in {
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .slick-slider-in {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.slick-slider-in .number-red {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  color: #F54246;
  margin-bottom: 8px;
}
.slick-slider-in-box {
  border-radius: 20px;
  border: 2px solid rgba(0, 0, 0, 0.2);
  padding: 40px 34px;
}
.slick-slider-in-box h4 {
  line-height: 1.2;
}
.slick-slider-in-box p {
  font-size: 14px;
  color: #070707;
  margin-top: 10px;
}

.slider {
  padding-top: 20px;
}
@media (min-width: 768px) {
  .slider {
    padding-top: 80px;
  }
}

.rocket {
  margin-bottom: 15px;
}

.slider-bg {
  position: relative;
}
@media (max-width: 1100px) {
  .slider-bg {
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media (max-width: 760px) {
  .slider-bg {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.slider-bg:after {
  content: "";
  position: absolute;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -57%);
  width: 100%;
  height: 299px;
  z-index: -1;
}

.slider + .bottom-banner {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .slider + .bottom-banner {
    margin-top: 50px;
  }
}

.your-slider {
  max-width: 100vw;
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 60px;
}

.bottom-banner {
  padding-top: 70px;
  padding-bottom: 100px;
}
@media (min-width: 768px) {
  .bottom-banner {
    padding-top: 90px;
    padding-bottom: 100px;
  }
}
.bottom-banner-in {
  position: relative;
  padding: 30px 30px 10px 30px;
  background-size: cover;
  border-radius: 50px;
}
@media (min-width: 768px) {
  .bottom-banner-in {
    padding: 50px 150px 10px 150px;
  }
}
.bottom-banner-in::before, .bottom-banner-in::after {
  content: "";
  position: absolute;
  z-index: 1;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  max-width: 18vw;
}
.bottom-banner-in::before {
  left: -10px;
  top: -20px;
  width: 154px;
  height: 204px;
}
@media (max-width: 700px) {
  .bottom-banner-in::before {
    top: 40%;
  }
}
@media (min-width: 1500px) {
  .bottom-banner-in::before {
    left: -50px;
    top: -130px;
    width: 254px;
    height: 304px;
  }
}
.bottom-banner-in::after {
  right: -10px;
  top: -5px;
  width: 203px;
  height: 200px;
}
@media (max-width: 700px) {
  .bottom-banner-in::after {
    top: 40%;
  }
}
@media (min-width: 1500px) {
  .bottom-banner-in::after {
    right: -96px;
    top: -51px;
    width: 303px;
    height: 305px;
  }
}
.bottom-banner-in-content {
  text-align: center;
  position: relative;
  z-index: 5;
}
.bottom-banner-in-content .button {
  padding: 21px 45px;
  transform: translateY(40px);
  display: inline-block;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .bottom-banner-in-content .button {
    font-size: 16px;
    letter-spacing: 0;
    padding: 15px 30px;
  }
}
@media (max-width: 768px) {
  .bottom-banner-in-content .h4 {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .bottom-banner-in-content .h2-l {
    font-size: 24px;
    margin-top: 15px;
  }
}
@media (min-width: 1024px) {
  .bottom-banner-in-content .h2-l {
    font-size: 64px;
    margin-top: 20px;
  }
}

.logo-images {
  padding-top: 50px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .logo-images {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.logo-images-row {
  padding-top: 40px;
  flex-direction: row-reverse;
}
.logo-images-custom {
  text-align: center;
  color: #fff;
  border-radius: 20px;
  background: linear-gradient(129deg, rgb(154, 255, 1) 0%, rgb(77, 195, 143) 52%, rgb(16, 227, 244) 100%);
  padding: 28px 30px 30px 22px;
  position: relative;
  margin-bottom: 40px;
  margin-top: 230px;
}
@media (min-width: 768px) {
  .logo-images-custom {
    margin-top: 0;
  }
}
.logo-images-custom:after {
  content: "";
  position: absolute;
  bottom: 100%;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  height: 225px;
  z-index: -1;
  left: 0;
}
.logo-images-custom p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}
@media (min-width: 1601px) {
  .logo-images-custom p {
    font-size: 20px;
    line-height: 24px;
  }
}
.logo-images-custom h3 {
  font-size: 38px;
  line-height: 1;
  font-weight: 700;
  margin-top: 5px;
}
@media (min-width: 1601px) {
  .logo-images-custom h3 {
    font-size: 50px;
  }
}
.logo-images-box {
  border-radius: 20px;
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .logo-images-box {
    margin-bottom: 40px;
  }
}
.logo-images-box img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
}
.logo-images-box--long {
  height: 250px;
}
@media (min-width: 768px) {
  .logo-images-box--long {
    height: 500px;
  }
}
@media (min-width: 1601px) {
  .logo-images-box--long {
    height: 740px;
  }
}
.logo-images-box--long-extra {
  height: 250px;
}
@media (min-width: 768px) {
  .logo-images-box--long-extra {
    height: 600px;
  }
}
@media (min-width: 1601px) {
  .logo-images-box--long-extra {
    height: 910px;
  }
}
.logo-images-box--short {
  height: 350px;
}
@media (min-width: 768px) {
  .logo-images-box--short {
    height: 280px;
  }
}
@media (min-width: 1601px) {
  .logo-images-box--short {
    height: 350px;
  }
}

@media (min-width: 1024px) {
  .h2-l {
    font-size: 52px;
    margin-top: 15px;
  }
}

.footer {
  margin-top: 50px;
  padding-top: 95px;
  background-color: #000;
  position: relative;
}
@media (min-width: 768px) {
  .footer {
    margin-top: 90px;
  }
}
@media (max-width: 768px) {
  .footer {
    padding-top: 26px;
  }
}
.footer:before {
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  position: absolute;
  height: 2px;
  background: linear-gradient(to right, #EEC597 0%, #F9C700 100%);
}
.footer-title {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.66;
}
@media (min-width: 768px) {
  .footer-title {
    font-size: 20px;
    margin-bottom: 50px;
  }
}
.footer-title-top {
  font-weight: 800;
  font-size: 16px !important;
  text-transform: uppercase;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .footer-title-top {
    font-size: 36px !important;
    margin-bottom: 12px;
  }
}
@media (max-width: 768px) {
  .footer-link {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .footer .button {
    font-size: 16px;
    padding: 15px 20px;
  }
}
.footer .logo {
  width: 115px;
  max-width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .footer .logo {
    width: 295px;
  }
}
.footer .logo img {
  width: 100%;
}
.footer .h5-new {
  font-size: 12px;
  background: #F9C700;
  background: linear-gradient(to right, #EEC597 0%, #F9C700 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  font-weight: 600;
}
@media (min-width: 768px) {
  .footer .h5-new {
    font-size: 16px;
  }
}
.footer .foo-link {
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  display: block;
  margin-bottom: 10px;
  margin-top: 5px;
  word-break: break-all;
}
@media (min-width: 1024px) {
  .footer .foo-link {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.footer .foo-link:hover {
  color: #13E1EE;
}
@media (min-width: 768px) {
  .footer .foo-link {
    margin-bottom: 23px;
    font-size: 23px;
  }
}
.footer .copyright {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .footer .copyright {
    padding-top: 70px;
    padding-bottom: 30px;
  }
}
.footer .copyright p {
  margin: 0;
  font-size: 14px;
  text-transform: uppercase;
}

.container-popup {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.7);
  display: none;
}

.form-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 20px;
  background-color: #0C0F15;
  padding: 40px 15px 27px 15px;
  color: #fff;
  width: 370px;
  max-width: 94vw;
  font-family: "Open Sans", sans-serif;
  overflow: auto;
  max-height: 90vh;
}
@media (min-width: 768px) {
  .form-container {
    padding: 40px 40px 27px 40px;
  }
}
.form-container form {
  display: none;
}
.form-container #log-in-affiliate-error {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 15px;
  text-align: center;
}
.form-container .password-show {
  width: 20px;
  height: 20px;
  background-size: contain;
  position: absolute;
  bottom: 11.5px;
  right: 10px;
  font-size: 0;
}
.form-container .password-show:hover {
  cursor: pointer;
}
.form-container h3 {
  margin-bottom: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.31px;
  font-family: "Open Sans", sans-serif;
}
.form-container textarea {
  min-height: 96px;
}
.form-container textarea:-moz-placeholder,
.form-container textarea::-moz-placeholder,
.form-container textarea:-ms-input-placeholder,
.form-container textarea::-webkit-input-placeholder,
.form-container textarea::placeholder { /* Modern browsers */
  color: #8F9DB1;
  font-weight: 600;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
}
.form-container a {
  color: #ED3C75;
  text-decoration: none;
}
.form-container input, .form-container textarea {
  background-color: #162030;
  display: block;
  width: 100%;
  border: none;
  border-radius: 5px;
  padding: 12px;
  margin-bottom: 10px;
  color: #e1e4e6;
  font-weight: 600;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}
.form-container input::placeholder, .form-container textarea::placeholder {
  color: #8F9DB1;
  font-weight: 600;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
}
.form-container input::-webkit-input-placeholder, .form-container textarea::-webkit-input-placeholder {
  color: #8F9DB1;
  font-weight: 600;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
}
.form-container input::-moz-placeholder, .form-container textarea::-moz-placeholder {
  color: #8F9DB1;
  font-weight: 600;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
}
.form-container input:-ms-input-placeholder, .form-container textarea:-ms-input-placeholder {
  color: #8F9DB1;
  font-weight: 600;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
}
.form-container input::-ms-input-placeholder, .form-container textarea::-ms-input-placeholder {
  color: #8F9DB1;
  font-weight: 600;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
}
.form-container .button {
  border: none;
  width: 100%;
  padding: 16px 10px;
  margin-top: 24px;
  margin-bottom: 4px;
}
.form-container .button:hover {
  cursor: pointer;
}
.form-container p {
  margin-bottom: 0;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  margin-top: 15px;
}
.form-container .forget-password {
  margin-top: 20px;
  display: inline-block;
}
.form-container .form-group {
  position: relative;
}
.form-container .form-group.hide-label label {
  display: none;
}
.form-container .error-text {
  display: none;
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 12px;
  padding: 4px 10px;
  color: red;
}
.form-container .form {
  position: relative;
}
.form-container .form h4 {
  margin-bottom: 15px;
  text-align: center;
  font-weight: 700;
  color: #e34772;
}
.form-container .form .close {
  position: absolute;
  top: -25px;
  right: 0px;
  width: 16px;
  height: 16px;
  background-image: url(../a1dcce9cd83827683169.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
@media (min-width: 768px) {
  .form-container .form .close {
    top: -10px;
    right: -10px;
  }
}
.form-container .form .close:hover {
  cursor: pointer;
  opacity: 0.8;
}
.form-container .checkbox-custom {
  display: block;
  margin-top: 15px;
}
.form-container .checkbox-custom label {
  color: #CBCDD1;
  font-size: 12px;
  letter-spacing: 0.01em;
  position: relative;
  cursor: pointer;
}
.form-container .checkbox-custom label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #CBCDD1;
  border-radius: 5px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 20px;
}
.form-container .checkbox-custom input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.form-container .checkbox-custom input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 7px;
  width: 5px;
  height: 10px;
  border: solid #CBCDD1;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.lng {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  padding: 0;
  display: flex;
  align-items: center;
  text-align: left;
}
@media (max-width: 1024px) {
  .lng {
    font-size: 14px;
  }
  .lng svg {
    max-width: 26px;
  }
}
.lng svg {
  margin-right: 15px;
}
.lng:is(a) {
  margin-bottom: 15px;
}
.lng:is(a):last-child {
  margin-bottom: 0;
}
.lng:is(a):hover {
  color: #13E1EE;
}
.lng-container {
  position: relative;
  display: table;
  min-width: 215px;
  z-index: 50;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .lng-container {
    min-width: 215px;
    transform: translateY(10px);
    display: inline-block;
    margin-right: 25px;
    margin-bottom: 0;
  }
}
.lng-container:hover {
  cursor: pointer;
}
.lng-container .list-in {
  padding: 16px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  display: none;
  z-index: 20;
  background-color: #0c001e;
}
.lng-container .list-in a {
  padding: 0;
}
@media (max-width: 1024px) {
  .lng-container .list-in a {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.lng-container .current {
  padding: 11.5px 30px 11.5px 16px;
  text-align: center;
  position: relative;
}
.lng-container .current:after {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
  content: "";
  width: 14px;
  height: 8px;
  background-size: contain;
  background-position: 50% 50%;
  transition: all ease 0.2s;
}
.lng-container .current.open:after {
  transform: translate(-50%, -50%) rotate(0);
}

.main p {
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 1.42;
}
@media (min-width: 768px) {
  .main p {
    font-size: 24px;
  }
}
.main p:last-child {
  margin-bottom: 0;
}
.main .fw-500 {
  font-weight: 500 !important;
}
.main .fw-700 {
  font-weight: 700 !important;
}
.main .fw-900 {
  font-weight: 900 !important;
}
.main h1, .main h2, .main h3, .main h4 {
  font-weight: 700;
  margin-bottom: 20px;
}
.main h1 {
  font-size: 36px;
}
@media (min-width: 768px) {
  .main h1 {
    font-size: 90px;
  }
}
.main h2 {
  font-size: 40px;
}
.main h3 {
  font-size: 24px;
}
@media (min-width: 768px) {
  .main h3 {
    font-size: 32px;
  }
}
.main .mb-40 {
  margin-bottom: 40px;
}
.main .mb-90 {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .main .mb-90 {
    margin-bottom: 90px;
  }
}

.contest-benefits {
  background-color: #0D0D0D;
  padding: 0;
  margin: 0 auto;
  border: 1px dashed #2e3343;
  border-radius: 8px;
  box-shadow: 0px 0px 52px rgba(245, 198, 41, 0.12);
}
.contest-benefits .title-bg {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .contest-benefits .title-bg {
    margin-bottom: 41px;
  }
}
.contest-benefits-container {
  padding-bottom: 46px;
}
.contest-benefits .benefits-list {
  list-style: none;
  padding: 0 16px 16px 16px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 768px) {
  .contest-benefits .benefits-list {
    padding: 0 40px 16px 40px;
    gap: 24px;
  }
}
.contest-benefits .benefits-list .benefit-item {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 0;
}
.contest-benefits .benefits-list .benefit-item .benefit-icon {
  width: 118px;
  flex-shrink: 0;
}
.contest-benefits .benefits-list .benefit-item p {
  margin: 0;
  line-height: 1.1;
}
@media (max-width: 768px) {
  .contest-benefits .benefits-list .benefit-item p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .contest-benefits .benefits-list .benefit-item {
    flex-direction: row;
  }
  .contest-benefits .benefits-list .benefit-item .benefit-icon {
    width: 32px;
    height: 32px;
  }
}

.runs-day {
  padding-top: 10px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .runs-day {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}
.runs-day .runs-day--title {
  line-height: 1.4;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .runs-day .runs-day--title {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 17px;
  }
}
.runs-day .row .cell-3 {
  width: 100%;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .runs-day .row .cell-3 {
    width: 40%;
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) {
  .runs-day .row .cell-3 {
    width: 30%;
  }
}
.runs-day .button {
  display: inline-block;
}
.runs-day .sub-title {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .runs-day .sub-title {
    margin-bottom: 37px;
  }
}
.runs-day--item {
  background-color: rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  padding: 16px 10px;
}
.runs-day--item p {
  line-height: 1;
  margin-bottom: 8px;
  word-break: break-all;
}
.runs-day--item p:last-child {
  margin-bottom: 0;
}

.box-grey {
  padding-top: 0;
  padding-bottom: 10px;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .box-grey {
    padding-bottom: 40px;
    margin-top: 40px;
  }
}
.box-grey--in {
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.08);
  padding: 16px 8px;
}
@media (min-width: 768px) {
  .box-grey--in {
    padding: 32px 24px;
  }
}
@media (max-width: 768px) {
  .box-grey--in p {
    line-height: 1.74;
  }
}

.title-link {
  padding-top: 54px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .title-link {
    padding-top: 58px;
    padding-bottom: 57px;
  }
}
@media (max-width: 768px) {
  .title-link h3 {
    line-height: 1.43;
    margin-bottom: 10px;
  }
}

.two-column {
  padding-bottom: 50px;
  padding-top: 30px;
  position: relative;
}
@media (min-width: 768px) {
  .two-column {
    padding-top: 60px;
    padding-bottom: 120px;
  }
}
.two-column:after {
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -2;
  content: "";
  background: url(../1dd622551093ed26af15.svg) no-repeat 50% 50%;
  opacity: 0.08;
  background-size: cover;
}
.two-column .decor {
  width: 100%;
  height: 50%;
  position: absolute;
  z-index: -1;
  display: block;
  left: 0;
}
.two-column .decor-top {
  top: 0;
  background: linear-gradient(180deg, rgb(25, 25, 25) 20%, rgba(25, 25, 25, 0.1) 100%);
}
.two-column .decor-btm {
  bottom: 0;
  background: linear-gradient(0deg, rgb(25, 25, 25) 20%, rgba(25, 25, 25, 0.1) 100%);
}
.two-column .two-column--top {
  margin-bottom: 30px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .two-column .two-column--top {
    margin-bottom: 53px;
  }
}
@media (min-width: 768px) {
  .two-column .container {
    max-width: 1250px;
  }
}
@media (min-width: 768px) {
  .two-column .container .row .cell-md-6 {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 768px) {
  .two-column .mb-mobile-16 {
    margin-bottom: 16px;
  }
}
.two-column--box {
  background-color: #0D0D0D;
  height: 100%;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0px 0px 142px rgba(245, 198, 41, 0.12);
}
.two-column--box p {
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .two-column--box p {
    margin-bottom: 35px;
  }
}
.two-column--box h3 {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .two-column--box h3 {
    font-size: 36px;
    margin-bottom: 23px;
  }
}
.two-column--img {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .two-column--img {
    max-width: 116px;
    margin-bottom: 25px;
  }
}
.two-column--list li {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  background-color: #1C1C1C;
  padding: 9px 8px;
  border: 1px solid #F9C700;
  border-radius: 8px;
  max-width: 330px;
  margin-bottom: 14px;
  font-size: 16px;
}
.two-column--list li:last-child {
  margin-bottom: 0;
}
.two-column--list li img {
  margin-right: 5px;
}

.brands {
  padding-top: 10px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .brands {
    padding-top: 68px;
    padding-bottom: 106px;
  }
}
@media (max-width: 768px) {
  .brands h3 {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .brands .cell {
    width: 100%;
    text-align: center;
  }
  .brands .cell img {
    transform: scale(0.8);
  }
}

.title-bg {
  background: linear-gradient(to right, #EEC597 0%, #F9C700 100%);
  color: #0D0010;
  padding: 40px 24px;
  margin-bottom: 41px;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .title-bg {
    font-size: 16px !important;
    padding: 20px 15px;
  }
}

.tabs .tabs-item {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 12px;
  background-color: #fff;
  margin-bottom: 16px;
  padding: 16px;
}
@media (min-width: 768px) {
  .tabs .tabs-item {
    padding: 24px;
  }
}
.tabs .tabs-item-title {
  font-size: 16px;
  position: relative;
  color: #0D0010;
  cursor: pointer;
  padding-right: 35px;
}
@media (min-width: 768px) {
  .tabs .tabs-item-title {
    font-size: 24px;
  }
}
.tabs .tabs-item-title-na {
  font-size: 16px;
  position: relative;
  color: #0D0010;
  padding-right: 35px;
}
@media (min-width: 768px) {
  .tabs .tabs-item-title-na {
    font-size: 24px;
  }
}
.tabs .tabs-item-title:after {
  position: absolute;
  content: "";
  transition: 0.3s all ease;
  top: 50%;
  right: 0;
  width: 24px;
  height: 25px;
  transform: translateY(-50%);
  background-size: contain;
  background-image: url(../5f3e4537e77a0eb85226.svg);
}
.tabs .tabs-item-title.open:after {
  transform: translateY(-50%) rotate(90deg);
}
.tabs .tabs-item-content {
  margin-top: 20px;
  line-height: 1.4;
  color: #6B6B6B;
  font-size: 14px;
  display: none;
}
@media (min-width: 768px) {
  .tabs .tabs-item-content {
    font-size: 24px;
  }
}
