@import url(https://fonts.cdnfonts.com/css/noto-sans);

/*!
 * Bootstrap v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem
    }
}

@-webkit-keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes spinner-grow {
    0% {
        transform: scale(0)
    }
    50% {
        opacity: 1;
        transform: none
    }
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }
    50% {
        opacity: 1;
        transform: none
    }
}

@keyframes wpmtst-spin {
    0% {
        transform: rotate(360deg)
    }
    to {
        transform: rotate(0deg)
    }
}

:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0))
}

.strong-view.wpmtst-default div, ::after, ::before {
    box-sizing: border-box
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    background: var(--body-bg);
    color: var(--color-white);
    font-family: "Noto Sans", sans-serif;
    padding-top: 100px
}

.h1, .h3, .h6, h1, h3, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

.h1, h1 {
    font-size: calc(1.375rem + 1.5vw)
}

@media (min-width: 1200px) {
    .h1, h1 {
        font-size: 2.5rem
    }
}

.h3, h3 {
    font-size: calc(1.3rem + .6vw)
}

@media (min-width: 1200px) {
    .h3, h3 {
        font-size: 1.75rem
    }
}

.h6, h6 {
    font-size: 1rem
}

p, ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ul {
    padding-left: 2rem
}

ul ul {
    margin-bottom: 0
}

a {
    color: #0d6efd;
    text-decoration: underline
}

a:hover {
    color: #0a58ca
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

img, svg {
    vertical-align: middle
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

button, input, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button {
    text-transform: none
}

[type=button], [type=submit], button {
    -webkit-appearance: button
}

[type=button]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer
}

::-moz-focus-inner {
    padding: 0;
    border-style: none
}

textarea {
    resize: vertical
}

::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::file-selector-button {
    font: inherit
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

summary {
    display: list-item;
    cursor: pointer
}

[hidden] {
    display: none !important
}

.container {
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1320px
    }
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5)
}

.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y)
}

.col {
    flex: 1 0 0%
}

.row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%
}

@media (min-width: 576px) {
    .row-cols-sm-2 > * {
        flex: 0 0 auto;
        width: 50%
    }
}

@media (min-width: 768px) {
    .row-cols-md-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%
    }
}

@media (min-width: 992px) {
    .row-cols-lg-4 > * {
        flex: 0 0 auto;
        width: 25%
    }
}

@media (min-width: 1200px) {
    .row-cols-xl-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%
    }
}

.btn {
    display: inline-block;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #212529
}

.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.btn:disabled {
    pointer-events: none;
    opacity: .65
}

.collapse:not(.show) {
    display: none
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar, .navbar > .container {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.navbar {
    position: relative;
    flex-wrap: wrap;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar > .container {
    flex-wrap: inherit
}

.navbar-toggler {
    font-size: 23px;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .navbar-toggler {
        transition: none
    }
}

.navbar-menu__quick a, .navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 .25rem
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.d-none {
    display: none !important
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.text-center {
    text-align: center !important
}

@media (min-width: 576px) {
    .d-sm-flex {
        display: flex !important
    }

    .d-sm-none {
        display: none !important
    }
}

:root {
    --font_onest: 'Onest', sans-serif;
    --body-bg: #151516;
    --color-white: #fff;
    --menu-bg-color: rgba(33, 33, 37, 0.356);
    --bg-color: #131313;
    --color-grey-light: rgba(255, 255, 255, 0.178);
    --color-grey-light-hover: rgba(255, 255, 255, 0.144);
    --color-btn-green: #FFCC00;
    --menu-bg-color: #131313;
    --hover-color: rgba(255, 255, 255, 0.1);
    --text-color: #ffffff;
    --active-border-color: #FFCC00;
    --color-green: #FFCC00;
    --button-gradient: linear-gradient(
            63.43deg,
            #fbe075 47.87%,
            #fbe075 85.58%,
            #e7ffe7 103.32%
    );
    --button-hover-gradient: linear-gradient(
            -63.43deg,
            #FFCC00 47.87%,
            #fbe075 85.58%,
            #f0fff0 103.32%
    );
    --gradient: linear-gradient(
            to bottom,
            #ffffff 20%,
            #010042 50%,
            #ffffff 100%
    )
}

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

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

button {
    border: 0 !important;
    background: 0 0;
    cursor: pointer
}

.container {
    max-width: 1566px;
    padding: 0 20px
}

.btn, .btn-red {
    font-weight: 400
}

.btn {
    border: 0;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    border-radius: 35px !important
}

.btn-red {
    background: var(--button-gradient);
    border-radius: 5px;
    color: #000;
    font-size: 18px;
    line-height: 28px;
    padding: 13px 28px;
    transition: background .8s ease-in-out
}

.btn-red:hover, .btn-white:hover {
    color: #000;
    background: var(--button-hover-gradient)
}

.btn-white, .button {
    border: 0;
    cursor: pointer
}

.btn-white {
    background: var(--button-gradient);
    color: #000;
    border-radius: 5px;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    padding: 13px 28px;
    text-transform: uppercase;
    transition: transform .2s ease, box-shadow .3s ease
}

.button {
    background: rgba(0, 0, 0, .4);
    position: relative;
    color: #fff;
    padding: 12px 24px;
    font-size: 16px;
    border-radius: 8px;
    transition: box-shadow .2s ease-in-out;
    box-shadow: inset 0 -6px 12px rgba(189, 189, 189, .5)
}

.button:hover {
    box-shadow: inset 0 -8px 16px rgba(100, 100, 100, .6);
    color: #fff
}

.button::after, .button::before {
    content: "";
    position: absolute;
    border-radius: 25px;
    background: linear-gradient(90deg, #fc0, #fc0)
}

.button::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 2px;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none
}

.button::after {
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    filter: blur(8px);
    opacity: .15;
    z-index: -1
}

.wpmtst_submit_testimonial {
    background: var(--button-gradient);
    color: #000;
    border-radius: 50px;
    font-weight: 600;
    font-size: 18px;
    padding: 13px 28px;
    border: 0;
    text-transform: uppercase;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .3s ease
}

.wpmtst_submit_testimonial:hover {
    background: var(--button-hover-gradient)
}

.header-banner, .header-banner__content {
    display: flex;
    justify-content: center;
    border-radius: 10px
}

.header-banner {
    background: url(./img/bg/bg-1.avif);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 45px;
    min-height: 500px
}

.header-banner__content {
    flex-direction: column;
    align-items: center;
    gap: 50px;
    width: 100%;
    max-width: 550px;
    z-index: 3;
    background: repeating-linear-gradient(-45deg, rgba(237, 237, 237, .1), rgba(237, 237, 237, .1) 4px, rgba(237, 237, 237, 0) 0, rgba(237, 237, 237, 0) 12px);
    backdrop-filter: blur(15px)
}

.navbar {
    padding: 0;
    background-color: rgba(33, 33, 37, .356);
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, .6)
}

.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;
    width: 100%;
    margin-left: auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0;
    gap: 10px
}

.navbar-search input[type=text] {
    background: var(--color-grey-light);
    border: 0;
    border-radius: 50px;
    padding: 10px 15px;
    width: 400px
}

input::placeholder {
    color: #ffffff9d
}

.navbar-search svg {
    position: absolute;
    color: var(--color-btn-green);
    right: 15px;
    top: 50%;
    transform: translateY(-50%)
}

.navbar-top__inner {
    display: flex;
    align-items: center;
    gap: 20px
}

.navbar-menu__quick, .navbar-menu__quick ul, .navbar-menu__quick ul li button {
    display: flex;
    align-items: center;
    justify-content: center
}

.navbar-menu__quick ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    gap: 20px
}

.navbar-menu__quick ul li button {
    color: #d8d8d8;
    text-transform: uppercase;
    gap: 12px
}

.navbar-menu__quick svg {
    height: 25px;
    width: auto;
    fill: var(--color-btn-green)
}

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

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

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

.auth-reg__link, .faq details > summary {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px
}

.auth-reg__link {
    padding: 10px 24px;
    text-transform: uppercase
}

.main-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 45px
}

.main {
    width: 100%
}

.content {
    color: var(--color-white);
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    border-radius: 24px;
    background: repeating-linear-gradient(45deg, rgba(237, 237, 237, .1), rgba(237, 237, 237, .1) 2px, rgba(237, 237, 237, 0) 0, rgba(237, 237, 237, 0) 7px);
    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-more__link {
    padding: 10px 25px;
    border-radius: 5px;
    border: 1px solid #fc0;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px
}

.slots-more__link:hover {
    background: #fc0;
    color: #000
}

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

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

.slot-item__content, .slot-item__permalink {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

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

.slot-item__content {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(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;
    padding: 15px;
    border: 2px solid #5b87f7;
    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;
    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: #5b87f7;
    border-radius: 40px;
    font-size: 12px
}

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

.soft {
    background: #2d3131;
    padding: 60px 0
}

.soft-item, .soft-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.soft-items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 70px;
    -moz-column-gap: 70px;
    column-gap: 70px;
    row-gap: 25px
}

.soft-item {
    height: 36px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.payment-item img, .soft-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.payments-items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 70px;
    -moz-column-gap: 70px;
    column-gap: 70px;
    row-gap: 25px;
    padding: 55px 0
}

.footer-navbar ul, .payment-item, .payments-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.payment-item {
    height: 36px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer {
    background: var(--bg-color);
    mix-blend-mode: normal;
    color: #7c879d;
    font-size: 14px;
    line-height: 20px
}

.footer-navbar {
    padding: 48px
}

.footer-navbar ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -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: #81df16
}

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

.footer-copyright {
    text-transform: uppercase;
    mix-blend-mode: normal;
    font-weight: 600
}

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

.reviews h6 {
    font-size: 24px
}

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

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

.wpmtst-testimonial-inner {
    border: 0 !important
}

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

.faq details p, .strong-form label {
    color: rgba(255, 255, 255, .5);
    font-size: 16px;
    line-height: 24px
}

.strong-form label {
    margin-bottom: 15px;
    display: inline-block;
    float: none;
    width: auto;
    font-weight: 700
}

#wpmtst-form input[type=text], #wpmtst-form textarea, .faq details {
    -webkit-box-shadow: 0 16px 40px 0 rgba(56, 68, 91, .06);
    box-shadow: 0 16px 40px 0 rgba(56, 68, 91, .06);
    margin-bottom: 15px
}

#wpmtst-form input[type=text], #wpmtst-form textarea {
    background: #000;
    border: 0 !important;
    border-radius: 10px;
    padding: 10px;
    color: #fff
}

#wpmtst_submit_testimonial {
    background: #5b87f7;
    border-radius: 35px !important;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    padding: 13px 28px;
    border: 0
}

.faq details {
    padding: 15px;
    border-radius: 24px
}

.faq details, .faq details[open] {
    background: #272828
}

.faq details p {
    margin-top: 15px
}

.faq details > summary {
    list-style: none
}

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

.faq details[open] summary:after, .faq summary::after {
    content: "+";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #5b87f7;
    background: #1a1a1a;
    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: "-"
}

.banner-row {
    color: #fff
}

.banner-row .btn, .banner-title {
    font-weight: 700;
    text-transform: uppercase
}

.banner-title {
    font-size: 42px;
    line-height: 42px;
    color: #fc0;
    text-wrap: balance;
    text-align: center
}

.banner-value {
    font-weight: 500;
    font-size: 21px;
    line-height: 31px
}

.banner-row .btn {
    width: max-content;
    font-size: 18px;
    line-height: 24px
}

.footer-copyright__images ul, .footer-copyright__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap
}

.footer-copyright__images ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    justify-content: flex-end
}

@media screen and (max-width: 1024px) {
    .main-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media screen and (max-width: 768px) {
    body {
        padding-top: 90px
    }

    .auth-reg__link {
        padding: 5px 15px
    }

    .container {
        padding: 0 1.5rem
    }

    .main-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .payment-item, .soft-item {
        padding: 15px;
        height: 50px
    }

    .footer-navbar {
        padding: 20px
    }

    .slots-header {
        gap: 15px
    }

    .slots-more, .slots-more__link {
        width: 100%
    }

    .soft-items {
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
        row-gap: 10px
    }

    .footer-navbar ul {
        -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
    }

    .navbar-top {
        width: 100%
    }

    .navbar-menu__quick, .navbar-search {
        display: none
    }
}

@media screen and (max-width: 480px) {
    .auth-reg__link {
        font-size: 12px;
        padding: 0 10px
    }

    .header-banner {
        padding: 0
    }

    .header-banner__content {
        background: rgba(0, 0, 0, .5);
        backdrop-filter: blur(10px)
    }

    .banner-row {
        width: 100%;
        text-align: center
    }
}

.clear {
    clear: both
}

.maybe-clear {
    content: "";
    width: 6em;
    display: block;
    overflow: hidden
}

.strong-view.wpmtst-default {
    display: block;
    width: 100%
}

.strong-view.wpmtst-default .wpmtst-testimonial {
    max-height: none;
    max-width: none;
    padding: 0;
    width: 100%
}

.strong-view.wpmtst-default .wpmtst-testimonial-inner {
    display: block;
    width: 100%;
    height: 100%
}

.strong-view.wpmtst-default .strong-content {
    margin: 20px auto 0
}

.strong-view.wpmtst-default .wpmtst-testimonial {
    border: 1px solid #e6e6e6;
    margin: 20px auto;
    text-align: left
}

.strong-view.wpmtst-default .wpmtst-testimonial:first-child {
    margin-top: 0
}

.strong-view.wpmtst-default .wpmtst-testimonial:last-child {
    margin-bottom: 0
}

.strong-view.wpmtst-default .wpmtst-testimonial-inner {
    border: 1px solid #fff;
    padding: 20px;
    text-align: left
}

.strong-view.wpmtst-default .wpmtst-testimonial-inner > :not(:nth-last-child(2)):not(:last-child) {
    margin-bottom: 5px
}

.strong-view.wpmtst-default .wpmtst-testimonial-content p:first-of-type {
    margin-top: 0;
    padding-top: 0
}

.strong-view.wpmtst-default .wpmtst-testimonial-content p:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0
}

.strong-view.wpmtst-default .wpmtst-testimonial-field {
    text-align: right
}

.strong-form {
    position: relative;
    margin: 0 auto
}

.strong-form .form-field {
    margin-bottom: 1.5em
}

.strong-form .form-field.wpmtst-submit {
    margin-bottom: 0
}

.strong-form .required.symbol:after {
    content: "*";
    color: red;
    font-size: 1.5em;
    font-weight: 400;
    margin: 0 5px;
    position: relative;
    top: 5px
}

.strong-form input[type=text], .strong-form input[type=url], .strong-form textarea {
    box-sizing: border-box;
    display: block;
    float: none;
    width: 100%
}

.strong-form textarea {
    height: 16em
}

.strong-form .after {
    display: block
}

.strong-form-inner {
}

.strong-form .form-field .after {
    font-size: .9em;
    font-style: italic
}

.anchors-block {
    list-style: none;
    margin: 0 0 20px;
    padding: 0
}

.anchors-block a {
    text-decoration: none;
    color: currentColor
}

.logo {
    letter-spacing: -0.05em;
    font-weight: 900;
    font-size: 1.5rem;
    line-height: 2rem;

    color: #fff !important;
    text-decoration: none;


}

.logo span {
    color: #eab308;
}

.button-fixed {
    display: none;
}

@media (max-width: 767px) {
    .button-fixed {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        padding: 12px 15px;
        text-align: center;
        backdrop-filter: blur(10px);
        box-shadow: 0 -8px 20px rgba(0, 0, 0, .6);
    }

    .button-fixed .btn {
        font-weight: 700;
    }

    .footer {
        margin-bottom: 80px;
    }

    .banner-row .btn {
        display: none;
    }

    .header-banner {
        min-height: 350px;
    }
}