* {
    padding: 0;
    margin: 0;
    border: 0
}

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

:active,
:focus {
    outline: 0
}

a:active,
a:focus {
    outline: 0
}

aside,
footer,
header,
nav {
    display: block
}

body,
html {
    width: 100%;
    font-size: 100%;
    line-height: 1;
    font-size: 14px;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
    scrollbar-gutter: stable
}

button,
input,
textarea {
    font-family: inherit
}

input::-ms-clear {
    display: none
}

input,
textarea {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    border-radius: 0
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: inherit
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: inherit
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: inherit
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: inherit
}

input::placeholder,
textarea::placeholder {
    color: inherit
}

textarea {
    resize: none
}

button {
    cursor: pointer;
    background-color: transparent
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

a {
    display: inline-block;
    color: inherit
}

a,
a:visited {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

ul li {
    list-style: none
}

img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    vertical-align: top
}

svg {
    display: block;
    width: 100%;
    height: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit
}

picture {
    display: block;
    width: 100%;
    height: 100%
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

@font-face {
    font-family: Anton;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../wagerspulse-fonts/wagerspulse-Anton-Regular.woff2) format("woff2")
}

@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../wagerspulse-fonts/wagerspulse-Inter-Regular.woff2) format("woff2")
}

@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../wagerspulse-fonts/wagerspulse-Inter-Medium.woff2) format("woff2")
}

@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../wagerspulse-fonts/wagerspulse-Inter-Bold.woff2) format("woff2")
}

:root {
    --font-main: "Inter", sans-serif;
    --container-width: 1240px;
    --container-step: 20px;
    --container-step-tablet: 15px;
    --container-step-mobile: 16px;
    --container: calc(var(--container-width) + (var(--container-step) * 2));
    --background-page: #0F0E53;
    --main: #000000;
    --black: #000000;
    --white: #ffffff;
    --l-blue: #4BA2B3;
    --gradient: linear-gradient(90deg, #4ba2b3 0%, #b91fec 100%);
    --dark: #1E1E1E;
    --blue: #a7cff3;
    --hover: #1b879c;
    --active: #117286
}

.container {
    max-width: var(--container);
    margin: 0 auto;
    padding: 0 var(--container-step)
}

@media (max-width:991px) {
    .container {
        padding: 0 var(--container-step-tablet)
    }
}

@media (max-width:600px) {
    .container {
        padding: 0 var(--container-step-mobile)
    }
}

.rd-transfer {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: var(--font-main);
    min-height: 100vh;
    overflow: hidden;
    color: var(--main);
    background: var(--background-page)
}

.main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.main_no-margin:not(:last-child) {
    margin-bottom: 0
}

.Anton {
    font-family: Anton
}

a,
button {
    color: var(--main)
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    border: 0;
    clip: rect(0 0 0 0)
}

.tx-96-36 {
    font-size: 96px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    color: var(--white)
}

@media (max-width:991px) {
    .tx-96-36 {
        font-size: 46px
    }
}

@media (max-width:600px) {
    .tx-96-36 {
        font-size: 36px
    }
}

.tx-40-32 {
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    color: var(--white)
}

@media (max-width:600px) {
    .tx-40-32 {
        font-size: 32px
    }
}

.tx-40 {
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    color: var(--white)
}

.tx-20 {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    color: var(--white)
}

.tx-18 {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: var(--white)
}

.tx-16 {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: var(--white)
}

.tx-14 {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: var(--white)
}

.color-white {
    color: var(--white)
}

.color-black {
    color: var(--black)
}

.mb-70 {
    margin-bottom: 70px
}

.mb-16 {
    margin-bottom: 16px
}

.input {
    display: block;
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, .3);
    background: rgba(145, 145, 145, 0.088);
    padding: 10px 20px;
    width: 100%;
    height: 41px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    resize: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--white);
    -webkit-transition: border-color .3s ease-in-out;
    transition: border-color .3s ease-in-out
}

@media (max-width:350px) {
    .input {
        font-size: 12px
    }
}

.input_area {
    height: 41px
}

@media (any-hover:hover) {
    .input:hover {
        border-color: var(--hover)
    }
}

.input:focus-visible {
    border-color: var(--hover)
}

.but {
    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;
    gap: 10px;
    padding: 5px;
    color: #001933;
    font-family: Anton;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 15px;
    background: #fff;
    -webkit-box-shadow: 0 4px 20px 0 rgba(255, 255, 255, .6);
    box-shadow: 0 4px 20px 0 rgba(255, 255, 255, .6);
    max-width: 250px;
    width: 100%;
    min-height: 68px;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    -webkit-animation: animate 4s infinite;
    animation: animate 4s infinite
}

@-webkit-keyframes animate {
    0% {
        -webkit-box-shadow: 0 4px 20px 0 rgba(255, 255, 255, .6);
        box-shadow: 0 4px 20px 0 rgba(255, 255, 255, .6)
    }

    50% {
        -webkit-box-shadow: 6px 4px 20px 0 rgba(255, 255, 255, .6);
        box-shadow: 6px 4px 20px 0 rgba(255, 255, 255, .6)
    }

    75% {
        -webkit-box-shadow: 10px 4px 20px 0 rgba(255, 255, 255, .6);
        box-shadow: 10px 4px 20px 0 rgba(255, 255, 255, .6)
    }

    100% {
        -webkit-box-shadow: 2px 4px 20px 0 rgba(255, 255, 255, .6);
        box-shadow: 2px 4px 20px 0 rgba(255, 255, 255, .6)
    }
}

@keyframes animate {
    0% {
        -webkit-box-shadow: 0 4px 20px 0 rgba(255, 255, 255, .6);
        box-shadow: 0 4px 20px 0 rgba(255, 255, 255, .6)
    }

    50% {
        -webkit-box-shadow: 6px 4px 20px 0 rgba(255, 255, 255, .6);
        box-shadow: 6px 4px 20px 0 rgba(255, 255, 255, .6)
    }

    75% {
        -webkit-box-shadow: 10px 4px 20px 0 rgba(255, 255, 255, .6);
        box-shadow: 10px 4px 20px 0 rgba(255, 255, 255, .6)
    }

    100% {
        -webkit-box-shadow: 2px 4px 20px 0 rgba(255, 255, 255, .6);
        box-shadow: 2px 4px 20px 0 rgba(255, 255, 255, .6)
    }
}

@media (any-hover:hover) {
    .but:hover {
        opacity: .5
    }
}

.but:focus-visible {
    opacity: .5
}

.but:active {
    opacity: .5;
    -webkit-transition-duration: .1s;
    transition-duration: .1s
}

.mb-32-10:not(:last-child) {
    margin-bottom: 32px
}

@media (max-width:1220px) {
    .mb-32-10:not(:last-child) {
        margin-bottom: 24px
    }
}

@media (max-width:991px) {
    .mb-32-10:not(:last-child) {
        margin-bottom: 16px
    }
}

@media (max-width:600px) {
    .mb-32-10:not(:last-child) {
        margin-bottom: 10px
    }
}

.mb-15 {
    margin-bottom: 15px
}

.pt-60 {
    padding-top: 60px
}

.mb-20:not(:last-child) {
    margin-bottom: 20px
}

.mb-10 {
    margin-bottom: 10px
}

.word-break {
    word-break: break-all
}

.m-auto {
    margin-left: auto;
    margin-right: auto
}

.img-contain {
    -o-object-fit: contain;
    object-fit: contain
}

.img-cover {
    -o-object-fit: cover;
    object-fit: cover
}

.underline {
    text-decoration: underline
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.uppercase {
    text-transform: uppercase
}

.lowercase {
    text-transform: lowercase
}

.fw-100 {
    font-weight: 100
}

.fw-200 {
    font-weight: 200
}

.fw-300 {
    font-weight: 300
}

.fw-400 {
    font-weight: 400
}

.fw-500 {
    font-weight: 500
}

.fw-600 {
    font-weight: 600
}

.fw-700 {
    font-weight: 700
}

.fw-800 {
    font-weight: 800
}

.fw-900 {
    font-weight: 900
}

.rd-upload img {
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.rd-load img {
    opacity: 1
}

.scroll {
    padding-bottom: 10px;
    overflow: auto
}

.scroll::-webkit-scrollbar {
    height: 4px;
    background-color: var(--white)
}

.scroll::-webkit-scrollbar-thumb {
    background-color: var(--brown)
}

.mb-24 {
    margin-bottom: 24px
}

.pd-80-40 {
    padding: 80px 0
}

@media (max-width:600px) {
    .pd-80-40 {
        padding: 40px 0
    }
}

.mb-80-40 {
    margin-bottom: 80px
}

@media (max-width:600px) {
    .mb-80-40 {
        margin-bottom: 40px
    }
}

.mb-40-12 {
    margin-bottom: 40px
}

@media (max-width:600px) {
    .mb-40-12 {
        margin-bottom: 12px
    }
}

.mb-8 {
    margin-bottom: 8px
}

.mb-4 {
    margin-bottom: 4px
}

.auth-text {
    max-width: 800px;
    width: 100%;
    margin: 0 auto
}

.wagerspulse-header {
    position: absolute;
    top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:600px) {
    .wagerspulse-header {
        padding: 12px 0
    }
}

.wagerspulse-header__container {
    padding: 8px 40px;
    margin: 0 auto;
    max-width: 500px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 30px;
    background: rgba(0, 0, 0, .4);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    align-items: center;
    gap: 32px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.wagerspulse-header__container span {
    max-width: 98px;
    width: 100%;
    height: 1px;
    background: #fff
}

@media (max-width:991px) {
    .wagerspulse-header__container {
        padding: 8px 16px;
        gap: 16px
    }
}

.wagerspulse-header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    scale: 1;
    -webkit-transition: scale .3s ease-in-out, color .3s ease-in-out;
    transition: scale .3s ease-in-out, color .3s ease-in-out
}

@media (any-hover:hover) {
    .wagerspulse-header__logo:hover {
        scale: 1.03;
        color: var(--hover)
    }
}

.wagerspulse-header__logo:active {
    scale: 1.05;
    color: var(--active);
    -webkit-transition-duration: .1s;
    transition-duration: .1s
}

.terms {
    padding: 40px 0 30px 0
}

.terms h1 {
    font-size: 42px;
    line-height: 1.3;
    color: var(--white);
    font-weight: 700
}

@media (max-width:991px) {
    .terms h1 {
        font-size: 32px
    }
}

@media (max-width:600px) {
    .terms h1 {
        font-size: 16px
    }
}

.terms h1:not(:last-child) {
    margin-bottom: 30px
}

@media (max-width:991px) {
    .terms h1:not(:last-child) {
        margin-bottom: 20px
    }
}

@media (max-width:600px) {
    .terms h1:not(:last-child) {
        margin-bottom: 15px
    }
}

.terms h2 {
    font-size: 36px;
    line-height: 1.3;
    color: var(--white);
    font-weight: 700
}

@media (max-width:991px) {
    .terms h2 {
        font-size: 25px
    }
}

@media (max-width:600px) {
    .terms h2 {
        font-size: 14px
    }
}

.terms h2:not(:last-child) {
    margin-bottom: 30px
}

@media (max-width:991px) {
    .terms h2:not(:last-child) {
        margin-bottom: 20px
    }
}

@media (max-width:600px) {
    .terms h2:not(:last-child) {
        margin-bottom: 15px
    }
}

.terms p {
    font-size: 20px;
    line-height: 1.3;
    color: var(--white);
    font-weight: 400
}

@media (max-width:991px) {
    .terms p {
        font-size: 18px
    }
}

@media (max-width:600px) {
    .terms p {
        font-size: 12px
    }
}

.terms p:not(:last-child) {
    margin-bottom: 30px
}

@media (max-width:991px) {
    .terms p:not(:last-child) {
        margin-bottom: 20px
    }
}

@media (max-width:600px) {
    .terms p:not(:last-child) {
        margin-bottom: 15px
    }
}

.terms ul:not(:last-child) {
    margin-bottom: 30px
}

@media (max-width:991px) {
    .terms ul:not(:last-child) {
        margin-bottom: 20px
    }
}

@media (max-width:600px) {
    .terms ul:not(:last-child) {
        margin-bottom: 15px
    }
}

.terms li {
    font-size: 18px;
    line-height: 1.3;
    color: var(--white);
    font-weight: 400
}

@media (max-width:991px) {
    .terms li {
        font-size: 16px
    }
}

@media (max-width:600px) {
    .terms li {
        font-size: 12px
    }
}

.terms li:not(:last-child) {
    margin-bottom: 30px
}

@media (max-width:991px) {
    .terms li:not(:last-child) {
        margin-bottom: 20px
    }
}

@media (max-width:600px) {
    .terms li:not(:last-child) {
        margin-bottom: 15px
    }
}

.wagerspulse-hero {
    padding: 92px 0 20px 0;
    min-height: 666px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../wagerspulse-img/wagerspulse-hero.webp)
}

@media (max-width:600px) {
    .wagerspulse-hero {
        padding: 80px 0 20px 0;
        min-height: 554px;
        background-image: url(../wagerspulse-img/wagerspulse-hero-mob.webp)
    }
}

.wagerspulse-hero__content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 14px
}

.wagerspulse-hero__text {
    max-width: 800px;
    width: 100%;
    margin: 0 auto
}

.wagerspulse-hero__img {
    margin: 0 auto;
    max-width: 400px;
    width: 100%;
    height: 122px
}

@media (max-width:600px) {
    .wagerspulse-hero__img {
        max-width: 300px;
        height: 92px
    }
}

.wagerspulse-hero__link {
    margin: 0 auto
}

.wagerspulse-contacts__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}

@media (max-width:991px) {
    .wagerspulse-contacts__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.wagerspulse-contacts__image {
    border-radius: 30px;
    padding: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 559px;
    flex: 0 1 559px;
    height: 429px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

@media (max-width:991px) {
    .wagerspulse-contacts__image {
        height: 301px;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none
    }
}

.wagerspulse-about__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px
}

.wagerspulse-about__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.wagerspulse-about__item {
    padding: 0 16px;
    max-width: 397px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px
}

@media (max-width:991px) {
    .wagerspulse-about__item {
        padding: 0
    }
}

.wagerspulse-about__img {
    max-width: 72px;
    width: 100%;
    height: 72px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.wagerspulse-about__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px
}

.wagerspulse-block {
    padding: 10px 0;
    background: -webkit-gradient(linear, left top, right top, from(#985edf), color-stop(50%, #5298ee), to(#985edf));
    background: linear-gradient(90deg, #985edf 0, #5298ee 50%, #985edf 100%);
    -webkit-box-shadow: 0 0 20px 0 rgba(255, 255, 255, .6);
    box-shadow: 0 0 20px 0 rgba(255, 255, 255, .6)
}

@media (max-width:600px) {
    .wagerspulse-block {
        padding: 20px 0
    }
}

.wagerspulse-block__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px
}

@media (max-width:991px) {
    .wagerspulse-block__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px
    }
}

.wagerspulse-block__img {
    max-width: 340px;
    width: 100%;
    height: 103px
}

@media (max-width:600px) {
    .wagerspulse-block__img {
        padding: 15px 0;
        max-width: 229px;
        height: 100px
    }
}

.wagerspulse-block__cards {
    max-width: 528px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.wagerspulse-block__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.wagerspulse-block__stars {
    max-width: 128px;
    width: 100%;
    height: 32px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.wagerspulse-block__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    gap: 8px
}

.wagerspulse-block__bonus {
    line-height: 130%;
    letter-spacing: .64px;
    color: #ffec1e
}

.wagerspulse-block__text {
    font-size: 20px;
    letter-spacing: .8px;
    text-transform: uppercase
}

.wagerspulse-block__card-btn {
    padding: 0 24px;
    max-width: 340px;
    width: 100%
}

.wagerspulse-block__link {
    margin: 0 auto
}

.wagerspulse-footer {
    padding: 40px 0
}

.wagerspulse-footer__border {
    width: 100%;
    height: 1px;
    background: #fff
}

.wagerspulse-footer__card {
    max-width: 1000px;
    margin: 0 auto;
    margin-bottom: 24px
}

.wagerspulse-footer__list-texts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px
}

@media (max-width:600px) {
    .wagerspulse-footer__list-texts {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.wagerspulse-footer__item-texts {
    width: 50%
}

@media (max-width:600px) {
    .wagerspulse-footer__item-texts {
        width: 100%
    }
}

.wagerspulse-footer__list-link {
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px 40px
}

@media (max-width:600px) {
    .wagerspulse-footer__list-link {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.wagerspulse-footer__item-link {
    width: 100%;
    height: 40px
}

.wagerspulse-footer__item-link:nth-child(1) {
    max-width: 47px
}

.wagerspulse-footer__item-link:nth-child(2) {
    max-width: 139px
}

.wagerspulse-footer__item-link:nth-child(3) {
    max-width: 224px
}

.wagerspulse-footer__item-link:nth-child(4) {
    max-width: 177px
}

.wagerspulse-footer__item-link:nth-child(5) {
    max-width: 100px
}

.wagerspulse-footer__item-link a {
    opacity: 1;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

@media (any-hover:hover) {
    .wagerspulse-footer__item-link a:hover {
        opacity: .6
    }
}

.wagerspulse-footer__item-link a:active {
    opacity: .4;
    -webkit-transition-duration: .1s;
    transition-duration: .1s
}

.wagerspulse-footer__age {
    max-width: 54px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.wagerspulse-footer__img-age {
    max-width: 54px;
    width: 100%;
    height: 38px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.wagerspulse-footer__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 24px
}

@media (max-width:600px) {
    .wagerspulse-footer__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center
    }
}

@media (max-width:600px) {
    .nav {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
}

.nav__list {
    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;
    gap: 41px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:991px) {
    .nav__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.nav__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

@media (any-hover:hover) {
    .nav__link:hover {
        color: var(--hover)
    }
}

.nav__link:focus-visible {
    color: var(--hover)
}

.nav__link:active {
    color: var(--active);
    -webkit-transition-duration: .1s;
    transition-duration: .1s
}

.nav__link .icon {
    width: 12px;
    height: 12px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.wagerspulse-auth {
    padding: 80px 0
}

.wagerspulse-auth__cards {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 14px
}

.wagerspulse-auth__card {
    margin: 0 auto;
    max-width: 712px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    padding: 20px 20px;
    border-radius: 24px;
    background: #1e1e1e
}

.wagerspulse-auth span {
    display: block
}

@media (max-width:600px) {
    .wagerspulse-auth span {
        color: #d3ffd9
    }
}

.wagerspulse-auth__container {
    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
}

.wagerspulse-auth__mintitle {
    max-width: 800px;
    width: 100%
}

.wagerspulse-auth .form {
    max-width: 820px;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

.wagerspulse-auth .form__button {
    margin: 0 auto
}

.wagerspulse-auth .wagerspulse-auth__content {
    padding-top: 10px;
    display: none
}

.wagerspulse-auth .wagerspulse-auth__content.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.wagerspulse-auth__text {
    width: 100%
}

.wagerspulse-auth__text a {
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

@media (any-hover:hover) {
    .wagerspulse-auth__text a:hover {
        opacity: .5
    }
}

.wagerspulse-auth__text a:focus-visible {
    opacity: .5
}

.wagerspulse-auth__text a:active {
    opacity: .5;
    -webkit-transition-duration: .1s;
    transition-duration: .1s
}

@media (max-width:600px) {
    .wagerspulse-auth .form__button {
        max-width: 100%
    }
}

.form-contact .form {
    padding: 0
}

.form-contact__cards {
    padding: 64px 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:600px) {
    .form-contact__cards {
        padding: 16px 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.form-contact__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    width: 50%
}

@media (max-width:600px) {
    .form-contact__card {
        width: 100%
    }
}

.form-contact__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px
}

.form-contact__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px
}

.hero-game {
    min-height: auto;
    padding: 24px 0
}

@media (max-width:600px) {
    .hero-game {
        padding: 40px 0
    }
}

.hero-game .wagerspulse-hero__titile {
    font-size: 72px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 4.32px
}

@media (max-width:600px) {
    .hero-game .wagerspulse-hero__titile {
        font-size: 38px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        letter-spacing: 2.28px
    }
}

.hero-game .wagerspulse-hero__content {
    max-width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.wagerspulse-play {
    padding: 40px 0;
    background: #421a00
}

@media (max-width:600px) {
    .wagerspulse-play {
        padding: 20px 0
    }
}

.wagerspulse-play__card {
    border-radius: 20px;
    border: 1px solid #fff;
    height: 800px;
    width: 100%;
    overflow: hidden
}

.wagerspulse-play__card iframe {
    border-radius: 20px;
    width: 100%;
    height: 800px
}

@media (max-width:991px) {
    .wagerspulse-play__card {
        height: 500px
    }

    .wagerspulse-play__card iframe {
        height: 500px
    }
}

@media (max-width:600px) {
    .wagerspulse-play__card {
        height: 280px
    }

    .wagerspulse-play__card iframe {
        height: 280px
    }
}

.demo-card {
    padding: 40px 0 80px
}

@media (max-width:600px) {
    .demo-card {
        padding: 20px 0 20px 0
    }
}

.demo-card__play {
    margin: 0 auto;
    height: 720px;
    overflow: hidden;
    width: 100%;
    border-radius: 20px;
    border: 1px solid #fff
}

@media (max-width:600px) {
    .demo-card__play {
        max-width: 328px;
        height: 260px
    }
}

.demo-card__play iframe {
    width: 100%;
    border-radius: 20px;
    height: 720px
}

@media (max-width:600px) {
    .demo-card__play iframe {
        height: 260px
    }
}

.img-game-one {
    max-width: 100%;
    height: 373px;
    border-radius: 20px
}

@media (max-width:400px) {
    .img-game-one {
        height: 98px
    }
}

.img-game-two {
    height: 252px
}

@media (max-width:400px) {
    .img-game-two {
        height: 66px
    }
}

.pd-top {
    padding-top: 100px;
}