<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.cdnfonts.com/css/noto-sans');

* {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body {
    background: #06112E;
    color: #fff;
    font-family: 'Noto Sans', sans-serif;
    padding-top: 150px;
    /* padding-left: 100px; */
}

body:before {
    content: '';
    background: #06112E;
    opacity: .4;
    -webkit-filter: blur(207px);
    filter: blur(207px);
    width: 380px;
    height: 360px;
    position: absolute;
    left: 0;
    top: 0;
    display: block
}

img {
    max-width: 100%;
    height: auto
}

.alignleft {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1.5em
}

.alignright {
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1.5em
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em
}

table {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-collapse: collapse
}

table th {
    font-weight: 700;
    padding: 5px;
    background: #efefef;
    border: 1px solid #ddd
}

table td {
    border: 1px solid #ddd;
    padding: 5px
}
.table-overflow{
    overflow: auto;
}
.container {
    max-width: 1566px;
    padding: 0 20px;
}

.btn {
    border-radius: 0;
    border: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
}

.btn-gradient {
    background: -o-radial-gradient(50.34% 100%, 75% 100%, #2094FF 0%, #0B3DDD 100%);
    background: radial-gradient(75% 100% at 50.34% 100%, #2094FF 0%, #0B3DDD 100%);
    border-radius: 44px;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px
}

.btn-blue {
    background: rgba(55, 100, 243, 0.5);
    border-radius: 40px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-transform: capitalize;
    color: #fff;
    border: 1px solid #302D48
}

.btn-blue:hover {
    border: 1px solid #fff;
    color: #fff
}

.btn-blue__outline {
    background: transparent;
    border-radius: 40px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    border: 1px solid #4563E3
}

.btn-red {
    background: #FF4C00;
    border-radius: 16px;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    padding: 13px 28px;
}

.btn-white {
    background: #fff;
    border-radius: 16px;
    color: #FF4C00;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    padding: 13px 28px;
}
.btn-white:hover{
    background: #ff4c00;
    color: #fff;
}
.btn-arrow {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding-right: 10px;
}

.btn-arrow:after {
    content: '';
    display: block;
    width: 6px;
    height: 12px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(./chevron-right.svg) no-repeat center center;
}

.btn-arrow:hover {
    color: #FF4C00;
}
.header-banner{
    height: 450px;
}
.header-banner__first {
    background: url(./header-banner.png) no-repeat center center;
    background-size: cover;
    border-radius: 10px;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.header-banner__second{
    background: url(./header-banner-2.png) no-repeat center center;
    background-size: cover;
    border-radius: 10px;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.header-banner__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 15px;
    height: 100%;
}





.navbar {
    padding: 0;
    background: #06112E;
}

.navbar .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.navbar .container .row {
    width: 100%;
}

.navbar-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0;
    gap: 10px;
    align-items: center;
}

.navbar-fixed {
    background: #06112E;
}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 28px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
}

.navbar-brand svg {
    max-width: 110px;
}

.navbar-toggler-icon svg {
    fill: #fff;
    width: 35px;
    height: 35px
}

.navbar-nav {
    min-height: 60px;
    width: 100%;
    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
}

.navbar-nav li {
    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;
    margin-right: 5px;
}

.navbar-nav a {
    padding: 8px 10px;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    color: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid transparent;
    text-decoration: none
}

.navbar-nav a:hover {
    border-bottom: 2px solid #FF4C00;
    border-radius: 2px
}

.navbar-auth {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.auth-login {
    display: flex;
    align-items: center;
}

.auth-login__link {
    border-radius: 16px;
    padding: 10px 24px;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    background: transparent;
    border: 2px solid #ff4c00;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}
.auth-login__link:hover{
    background: #FF4C00;
    color: #fff;
}
.auth-reg__link {
    padding: 10px 24px;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
}

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

.main-wrapper {
    padding-top: 45px;
}

.main {
    width: 100%
}

.main-bg {
    background-image: url(./page-bg.png);
    background-size: cover;
    background-repeat: repeat
}

.carousel-item__content {
    position: absolute;
    z-index: 2;
    left: 150px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%
}

.carousel-item__text {
    position: absolute;
    top: 50%;
    left: 38%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 35%
}

.carousel-item__title {
    font-weight: 400;
    font-size: 38px;
    line-height: 40px;
    text-transform: uppercase;
    margin-bottom: 15px
}

.carousel-item__subtitle {
    font-weight: 300;
    font-size: 21px;
    line-height: 26px;
    letter-spacing: .365217px;
    margin-bottom: 80px
}

.carousel-btn {
    background: -o-radial-gradient(50.34% 100%, 75% 100%, #2094FF 0%, #0B3DDD 100%);
    background: radial-gradient(75% 100% at 50.34% 100%, #2094FF 0%, #0B3DDD 100%);
    border-radius: 40px;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 24px
}

.carousel-item__image img {
    width: 100%
}

.breadcrumbs {
    padding: 15px 0;
    opacity: .5;
    font-size: 14px
}

.breadcrumbs a {
    color: #fff
}

.content {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    border-radius: 24px;
    background: #101C3A;
    padding: 20px;
    margin: 25px 0;
}

.slots-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 35px;
}

.slots-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
}

.slots-title h2 {
    margin-bottom: 0;
}

.slots-more__link {
    padding: 10px 25px;
    border-radius: 16px;
    border: 1px solid #FF4C00;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.slots-more__link:hover {
    background: #FF4C00;
    color: #fff;
}

.slots-items .col {
    padding: 8px
}

.slot-item {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    border-radius: 24px
}

.slot-item__permalink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
    text-decoration: none;
}

/* .slot-item__inner::before {
    content: 'hot';
    text-transform: uppercase;
    position: absolute;
    right: 7px;
    top: 7px;
    z-index: 1;
    background: #222630;
    border-radius: 4px;
    color: #FF4C00;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    padding: 4px 8px;
} */

/* .slot-item__inner::after {
    content: 'new';
    text-transform: uppercase;
    position: absolute;
    left: 7px;
    top: 7px;
    z-index: 1;
    background: #222630;
    border-radius: 24px;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    padding: 4px 8px;
} */



.slot-item__content {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    padding: 10px;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px;
    border: 2px solid #FF4C00;
    text-align: center;

}

.slot-item:hover .slot-item__permalink {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    color: #fff;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    z-index: 999;
    border-radius: 4px
}

.slot-item:hover .slot-item__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 24px;
}

.slot-item__title {
    margin-top: 12px;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
}

.slot-item__play {
    width: 44px;
    height: 44px;
    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: #FF4C00;
    border-radius: 40px;
    font-size: 12px;
}

.slot-item__soft {
    font-weight: 300;
    font-size: 12px;
    line-height: 15px;
    color: #fff;
    position: absolute;
    right: 10px;
    bottom: 10px
}

.slot-item__img {
    width: 100%;
    height: 100%;
    height: 161px;
    border-radius: 24px;
    -o-object-fit: cover;
    object-fit: cover;
}

.sidebar {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    background: #101C3A;
    width: 100px;
    padding: 15px;
    z-index: 9999;
}



.soft {
    background: #06112E;
    padding: 60px 0
}

.soft-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 70px;
    -moz-column-gap: 70px;
    column-gap: 70px;
    row-gap: 25px
}

.payments {
    background: #06112E;
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 55px 0;
    gap: 48px
}

.footer {
    background: #06112E;
    color: #FFF;
    mix-blend-mode: normal;
    color: #7C879D;
    font-size: 14px;
    line-height: 20px;
}

.footer-navbar {
    padding: 48px
}

.footer-navbar ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 48px;
    -moz-column-gap: 48px;
    column-gap: 48px;
    list-style: none;
}

.footer-navbar ul li a {
    color: #FFF;
    margin-bottom: 16px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.footer-navbar ul li a:hover {
    opacity: 1;
    color: #FF4C00;
}

.footer-content {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

.footer-copyright {
    text-align: center;
    text-transform: uppercase;
    mix-blend-mode: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}

.single-slot__content h1 {
    font-weight: 700;
    font-size: 28px;
    line-height: 40px
}

.single-slot__iframe-wrapper {
    width: 100%;
    height: 500px;
    margin: 55px 0;
    border-radius: 8px;
    overflow: hidden
}

.single-slot__iframe {
    height: 100%;
    width: 100%
}

.related-slots__title {
    font-weight: 700;
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 25px
}


/* .related-slots .slot-item__img {
    height: 276px
} */


/* .related-slots .slot-item__img {
    height: 200px;
} */

.header-slider {
    overflow: hidden;
    padding: 30px 0
}

.header-carousel {
    width: 100%;
   height: auto;
}

.carousel .slide {
    background: url(./header-carousel-bg.svg) no-repeat center center;
    background-size: cover;
    border-radius: 16px;
    background-blend-mode: screen;
    -webkit-box-shadow: 0 64px 40px -40px rgba(0, 19, 57, 0.25), 0 64px 40px -40px rgba(0, 19, 57, 0.25);
    box-shadow: 0 64px 40px -40px rgba(0, 19, 57, 0.25), 0 64px 40px -40px rgba(0, 19, 57, 0.25)
}
.swiper{
    padding: 0 27px;
}
.swiper-slide {
    border-radius: 16px;
    overflow: hidden;
}

.header-slide {
    padding: 40px;
    height: 100%;
}

.header-slide__link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3
}

.header-slide__img {
    position: absolute;
    right: -10px;
    bottom: 0;
    z-index: 5;
    width: 300px;
    height: 320px
}

.header-slide__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.header-slide__type {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    mix-blend-mode: normal;
    margin-bottom: 30px;
    padding-left: 30px;
    color: rgba(255, 255, 255, 0.5);
}

.header-slide__type:before {
    content: '';
    display: block;
    width: 20px;
    height: 36px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(./small-logo.svg) no-repeat center center;
}

.header-slide__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 72px;
    max-width: 60%;
    width: 100%;
}

.header-slide__prize-title {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    mix-blend-mode: normal;
    opacity: .66;
    margin-bottom: 5px
}

.header-slide__prize-value {
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 28px
}

.header-slide__btn {
    padding: 8px 24px;
    position: absolute;
    left: 40px;
    bottom: 40px;
}

.type-carousel {
    overflow: hidden;
    height: 220px;
    padding: 0 14px;
    max-width: 1050px
}

.type-slide {
    padding: 0;
    min-height: 220px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.type-slide__wrapper {
    padding: 28px
}

.type-slide__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 24px
}

.type-slide__img {
    width: 145px;
    height: 100%;
    position: absolute;
    right: -15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.type-slide__img img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: 100%
}

.swiper-button-next,
.swiper-button-prev {
    width: 100px;
    height: 40px;
    margin-top: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 100%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 24px;
    color: #000
}

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

.swiper-button-prev {
    width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 100%;
    /* background: rgba(1, 1, 1, 1.0);
    background: -webkit-gradient(linear, left top, right top, from(rgba(1, 1, 1, 1.0)), to(rgba(0, 0, 0, 0.0)));
    background: -o-linear-gradient(left, rgba(1, 1, 1, 1.0), rgba(0, 0, 0, 0.0));
    background: linear-gradient(to right, rgba(1, 1, 1, 1.0), rgba(0, 0, 0, 0.0)); */
}

.swiper-button-next {
    width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 100%;
    /* Created with https://www.css-gradient.com */
    /* background: rgba(1, 1, 1, 1.0);
    background: -webkit-gradient(linear, right top, left top, from(rgba(1, 1, 1, 1.0)), to(rgba(0, 0, 0, 0.0)));
    background: -o-linear-gradient(right, rgba(1, 1, 1, 1.0), rgba(0, 0, 0, 0.0));
    background: linear-gradient(to left, rgba(1, 1, 1, 1.0), rgba(0, 0, 0, 0.0)); */
}

.type-slide__link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3
}

.sidebar-carousel {
    padding: 0 14px
}

.sidebar-slide {
    background: url(./sidebar-slide-bg.svg) no-repeat center center !important;
    background-size: cover;
    height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 28px;
    text-align: center
}

.sidebar-slide__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px
}

.sidebar-slide__subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: .5px
}

.sidebar-slide__link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3
}

.toc-list {
    background: #FF4C00;
    border-radius: 4px;
    width: 100%;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    padding: 28px;
    margin-bottom: 35px
}

.toc-list ol {
    padding-left: 20px;
    margin-bottom: 0;
    opacity: .5
}

.toc-list ol li a {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px dashed #fff
}

.toc-list ol li a:hover {
    border-bottom: none
}

.cookieinfo {
    width: 100%;
    font-size: 13px !important;
    position: fixed !important;
    left: 50% !important;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0 !important;
    border-radius: 0;
    padding: 15px 25px !important;
    background: #262A46;
    text-align: left !important;
    opacity: 1 !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    line-height: 19px !important
}

.cookieinfo&gt;div {
    max-width: 1440px;
    margin: 0 auto
}

.cookieinfo span {
    display: inline-block !important
}

.cookieinfo a {
    text-decoration: underline !important
}

.cookieinfo-close {
    padding: 0 !important;
    min-width: auto !important;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #131945;
    font-size: 12px;
    border: 1px solid #636363;
    color: #fff !important;
    padding: 5px 35px !important;
    border-radius: 4px !important;
    z-index: 2
}

.cookieinfo-close:hover {
    background: none !important;
    color: #fff !important
}

#toTop {
    bottom: 15%
}

.reviews h3,
.reviews h6 {
    font-weight: 600;
}

.reviews h6 {
    font-size: 24px;
}

.review-item {
    background: #181A20;
    -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.375761);
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.375761);
    border-radius: 4px;
    /* width: 100%;
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content; */
    margin-bottom: 35px;
}

.review-text {
    opacity: 0.6;
    font-size: 14px;
    padding: 20px;
    text-align: center;
}

.review-author {
    opacity: 0.6;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #121212;
    padding: 14px 22px;
}

.contacts {
    background: #181A20;
    border-radius: 4px;
    width: 100%;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    padding: 28px;
    margin-bottom: 35px;
}

.contacts-text {
    opacity: 0.6;
}

.promo {
    z-index: 2;
    background: url(./promo-bg.png) no-repeat center center;
    padding: 80px 0;
    padding-top: 170px;
}

.promo__pre-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #CECFD0;
    margin-bottom: 20px;
    padding-left: 32px;
}

/* .promo__pre-title:before {
    content: '';
    display: block;
    width: 26px;
    height: 50px;
    position: absolute;
    left: 0;
    bottom: -4px;
    background: url(../img/small-logo.svg) no-repeat center center;
} */

.promo-title {
    font-weight: 400;
    font-size: 62px;
    line-height: 76px;
    width: 55%;
    margin-bottom: 35px;
}

.faq-title {
    font-weight: 600;
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 50px;
}

.accordion-item {
    background: #05060A;
    margin-bottom: 20px;
    border-radius: 10px !important;
}

.accordion-button {
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    border-radius: 4px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

.accordion-button.collapsed {
    background: #181A20;
}

.accordion-button:not(.collapsed) {
    background: #FF4C00;
    color: #fff;
}

.accordion-button:focus {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.accordion-button::after {
    background: url(./chevron-right.svg) no-repeat center center;
}

.accordion-button:not(.collapsed)::after {
    background: url(./chevron-down.svg) no-repeat center center;
}

.wpmtst-testimonial.testimonial {
    border: none !important;
    border-radius: 24px;
    background: #101C3A;
    -webkit-box-shadow: 0px 16px 40px 0px rgba(56, 68, 91, 0.06);
    box-shadow: 0px 16px 40px 0px rgba(56, 68, 91, 0.06);
    color: rgba(255, 255, 255, 0.80);
    font-size: 16px;
    line-height: 24px;
}

.wpmtst-testimonial-inner {
    border: none !important;

}

.strong-form-inner {
    padding: 0 !important;
}

.strong-form label {
    font-weight: 700;
    color: rgba(255, 255, 255, 0.50);
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
}

input[type="text"],
textarea {
    background: #101C3A;
    -webkit-box-shadow: 0px 16px 40px 0px rgba(56, 68, 91, 0.06);
    box-shadow: 0px 16px 40px 0px rgba(56, 68, 91, 0.06);
    border: none !important;
    border-radius: 10px;
    margin-bottom: 15px;
    padding: 10px;
    color: #fff;
}
.header-search {
    margin-left: auto;
}
.input-search{
    margin-bottom: 0 !important;
}
.btn-search {
    position: absolute;
    left: 0;
    top: 0;
    /* background: none !important; */
    /* border: none !important; */
}
#searchsubmit {
    background: none !important;
    border: none !important;
}
#wpmtst_submit_testimonial {
    background: #FF4C00;
    border-radius: 4px;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    padding: 13px 28px;
    border: none;
}

.faq details {
    padding: 15px;
    border-radius: 24px;
    background: #101C3A;
    -webkit-box-shadow: 0px 16px 40px 0px rgba(56, 68, 91, 0.06);
    box-shadow: 0px 16px 40px 0px rgba(56, 68, 91, 0.06);
    margin-bottom: 15px;
}

.faq details[open] {
    background: #101C3A;
}

.faq details p {
    margin-top: 15px;
    color: rgba(255, 255, 255, 0.50);
    font-size: 16px;
    line-height: 24px;
}

.faq details&gt;summary {
    list-style: none;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}

.faq summary::-webkit-details-marker {
    display: none;
}

.faq summary::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #007AFE;
    background: #007AFE33;
    width: 36px;
    height: 36px;
    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: 100%;
    font-size: 28px;
    font-weight: 100;
}

.faq details[open] summary:after {
    content: "-";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #007AFE;
    background: #fff;
    width: 36px;
    height: 36px;
    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: 100%;
    font-size: 28px;
    font-weight: 100;
}

.content-contacts span {
    color: #FF4C00;
}

.banner-title {
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px;
}

.banner-subtitle {
    color: rgba(255, 255, 255, 0.70);
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 150px;
}

.bonus-block{
    background: url(./bonus-block-bg.png) no-repeat center center;
    background-size: cover;
    border-radius: 24px;
    min-height: 368px;
}
.bonus-block__img{
    position: absolute;
    bottom: 0;
    right: 100px;
}
.features{
    margin-bottom: 20px;
}
.features-items{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.feature-item{
    border-radius: 24px;
    height: 492px;

}
.feature-item__first{
    background: linear-gradient(134deg, #27A4FF 0%, #194FAE 100%);
}
.feature-item__second{
    background: linear-gradient(155deg, #46F9B5 24.98%, #18AB5C 96.18%);
}
.feature-item__last{
    background: linear-gradient(137deg, #772DF4 0%, #9E26E8 100%);
}
.feature-item__link{
    text-decoration: none;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
.feature-item__link:hover{
    color: #ff4c00;
}
.feature-item__content {
    padding: 44px 48px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    z-index: 2;
}
.feature-item__first-title {
    position: absolute;
    left: 48px;
    top: 44px;
    font-size: 40px;
    font-weight: 600;
    line-height: 62.481px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.feature-item__first-title span{
    font-size: 83.81px;
font-weight: 700;
line-height: 54.547px;
}
.feature-item__action {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.feature-item__item-btn{
    background: #fff;
    width: 44px;
    height: 44px;
    min-width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff4c00;
    font-size: 20px;
    border-radius: 100%;
}
.feature-item__link:hover .feature-item__item-btn{
    background: #ff4c00;
    color: #fff;
}
.feature-item__title {
    font-size: 36px;
    font-weight: 700;
    line-height: 36px;
    display: block;
    margin-bottom: 20px;
}
.feature-item__action-text {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
}
.bonus-block {
    background: url(./bonus-block-bg.png) no-repeat center center;
    background-size: cover;
    border-radius: 24px;
    min-height: 368px;
}

.bonus-block__link{
    text-decoration: none;
}
.bonus-block__content{
    display: flex;
    flex-direction: column;
    gap: 55px;
    padding: 55px 125px;
}
.bonus-block__content-text{
    display: flex;
    flex-direction: column;
    gap: 37px;
}
.bonus-block__subtitle {
    color: #FFF;
    font-size: 22px;
    font-weight: 700;
    line-height: 32.118px;
}
.bonus-block__title {
    font-size: 51.265px;
    font-weight: 800;
    line-height: 51.265px;
    text-transform: uppercase;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding-left: 55px;
}
.bonus-block__title span:last-child{
    color: #FFFF83;
    font-size: 33.127px;
    font-weight: 800;
    line-height: 43.563px;
    text-transform: uppercase;
}
.bonus-block__title span&gt;span{
    color: #FFFF83 !important; 
    font-size: 63px !important;
}
.bonus-block__title:before{
    content: '+';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 55px;
    color: #fff;
    font-weight: bold;
}
.bonus-block__img {
    position: absolute;
    bottom: 0;
    right: 100px;
    height: 100%;
}
.bonus-block__img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.jackpot{
    background: url(./jackpot-bg.png) no-repeat center center;
    background-size: cover;
    padding: 160px 0;
}
.jackpot-content {
    margin-bottom: 120px;
}
.jackpot-content__title {
    color: #FFFF83;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
    text-transform: capitalize;
    text-align: center;
}
.jackpot-content__value {
    color: #FFF;
    font-size: 80px;
    font-style: normal;
    font-weight: 800;
    line-height: 99.421px;
    text-align: center;
}
.collection-carousel{
    padding: 0 35px;
}
.collection-title {
    color: #FFF;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 30px;
}
.coll-item {
    min-height: 388px;
}

.coll-item a{
    text-decoration: none;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
.coll-item__first{
    background: radial-gradient(50% 50.00% at 50% 50.00%, #FF6F5B 0%, rgba(255, 111, 91, 0.10) 100%);
}
.coll-item__second{
    background: radial-gradient(50% 50.00% at 50% 50.00%, #FF5BE6 0%, rgba(255, 91, 230, 0.08) 100%);
}
.coll-item__three{
    background: radial-gradient(50% 50.00% at 50% 50.00%, #2F93FF 0%, rgba(47, 147, 255, 0.09) 100%);
}
.coll-item__last{
    background: radial-gradient(50% 50.00% at 50% 50.00%, #F58E2E 0%, rgba(245, 142, 46, 0.09) 100%);
}
.coll-content {
    padding: 22px 28px;
    background: #000;
    width: 100%;
}
.coll-item__first .coll-content{
    background: #FF6F5B;
}
.coll-item__second .coll-content{
    background: #FF5BE6;
}
.coll-item__three .coll-content{
    background: #2F93FF;
}
.coll-item__last .coll-content{
    background: #F58E2E;
}
.coll-content__title {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 16px;
}
.coll-content__title::after{
    content: '';
    display: block;
    background: url(./chevron-right.svg) no-repeat center center;
    width: 20px;
    height: 20px;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 0;
}


.coll-thumbs__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 55px;
}
.coll-thumbs {
    display: flex;
    align-items: center;
}
.coll-thumb {
    border-radius: 14.335px;
    border: 4px solid #fff;
    width: 46px;
    height: 46px;
    margin-left: -10px;
}
.coll-thumb:first-child{
    margin-left: 0;
}
.coll-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.coll-all{
    background: #fff;
    border-radius: 12px;
    padding: 12px;
    text-align: center;
}
.coll-all__title{
    font-size: 12px;
font-style: normal;
font-weight: 600;
line-height: 20px;
color: #000;
}
.coll-all__value{
    font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 24px;
color: #000;
}

</pre></body></html>