:root {
    --bqe-blue-border-color:#233779;
}
@font-face {
    font-family: 'League Spartan';
    src: url('../fonts/LeagueSpartan-ExtraBold.woff2') format('woff2'),
         url('../fonts/LeagueSpartan-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'League Spartan';
    src: url('../fonts/LeagueSpartan-Black.woff2') format('woff2'),
         url('../fonts/LeagueSpartan-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

.bqe-banner-mask {
    top:0;
    left:0;
}
.bqe-banner-mask-1 {
    top:-98px;
    left:-160px;
    width:280px;
    height: 215px;
    background: #2468D5;
    filter: blur(92.75px);
}
.bqe-banner-mask-2 {
    bottom:-50px;
    left:29%;
    width:135%;
    height: 400px;
    background: #2468D5;
    filter: blur(92.75px);
}
.bqe-banner-mask-3 {
    bottom: -130px;
    right:-130px;
    width: 420px;
    height: 414px;
}
.bqe-share-btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-width: 1px !important;
    border: 1px solid var(--input-border-color);
}
.bqe-copy-link-btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.bqe-banner-body {
/*    max-width:640px;*/
    background-color: rgba(34, 50, 102, 0.7);
}
.bqe-refer-friend-banner .betinum-alpha-button {
    left: 3%;
    bottom: 18%;
    font-size: calc(7px + 1vw);
}
.bqe-hcenter {
    left: 50%;
    transform: translateX(-50%);
}

.bqe-hero-amount {
    font-family: 'League Spartan', sans-serif;
    font-weight: 800;
    line-height: 1;
    font-size: clamp(3rem, 25vw, 7rem);
/*    background: linear-gradient(
        45deg,
        #6ba700 0%,
        #b9dd00 45%,
        #f8e503 100%
    );*/
    
/*    background: linear-gradient(
        90deg,
        #5f9800 0%,
        #93c800 25%,
        #d9eb00 65%,
        #f8e503 100%
    );*/
    background: linear-gradient(20deg,#5f9800 0,#93c800 35%,#d9eb00 50%,#f8e503 100%);
    background-position: left center;
    
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
/*    filter: drop-shadow(0 2px 2px rgba(0,0,0,.15));*/
    transform: translateY(0.08em);
}

/*.bqe-hero-amount.bqe-hero-5 {
    font-size: clamp(3rem, 22vw, 7rem);
}*/
.bqe-hero-amount.bqe-hero-6 {
    font-size: clamp(2.6rem, 15vw, 7rem);
}
.bqe-hero-amount.bqe-hero-8 {
    font-size: clamp(2.6rem, 13vw, 7rem);
}
.bqe-hero-amount.bqe-hero-10 {
    font-size: clamp(2.6rem, 12vw, 7rem);
}
.bqe-planrow {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap:15px;
    --bt-col-margin-x: 15px;
    margin-bottom: 4em;
}
.bqe-if-plan-box {
    border: 2px solid var(--bqe-blue-border-color);
    background: #011d45;
    padding: 7px 10px;
    min-width: 140px;
    max-width: 180px;
}
.bqe-word-separator {
    display: flex;
    align-items: center;
    gap: 20px;
    --bqe-word-separator-color:rgba(255,255,255,0.6);;
}
.bqe-word-separator::before,
.bqe-word-separator::after {
    content: "";
    flex: 1;
    height: 1px;
    background: var(--bqe-word-separator-color);
}
.bqe-word-separator-gr {
    --bqe-word-separator-color:#7abd1b;
}


.bqe-if-marketig {
    display: flex;
    flex-direction:column;
/*    gap:20px;*/
    max-width: 400px;
    margin: 0 auto 2em auto;
    background: linear-gradient( 180deg, #d9e3ff 0%, #c9d8ff 100% );
    border:3px solid #ffffff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.bqe-if-marketig-1 {
    position: relative;
    width:100%;
    padding:30px 25px 0 25px;
}
.bqe-if-marketig-2 {
    position: relative;
    margin-right: 10px;
    padding: 0 15px 20px 5px;
}
.bqe-if-marketig-1-badge {
    top:-25px;
    left: 50%;
    transform: translateX(-50%);
    padding:10px;
}
.bqe-if-marketig-1-separator {
    display: none;
    height:1px;
    background-color: #fff;
    margin: 0 2em 2em 70px;
}
.bqe-if-marketig-2-tags {
    position: absolute;
    top:52%;
    right:-5px;
    line-height: 1;
}
.bqe-if-marketig-2-tag {
    display: flex;
    align-items: center;
    width:180px;
    margin-bottom: 8px;
    padding: 5px 10px;
    opacity:0.9;
    background: #011d45;
    border: 2px solid var(--bqe-blue-border-color);
    border-radius:15px;    
}
.bqe-ball-lb {
    bottom: 0;
    left:0;
    width: 420px;
    height: 414px;
    transform: scale(2) translateX(-25%);
    opacity:0.25;
    z-index:1;
}

.bqe-text-wrap {
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.bqe-mr-1p5em {
    margin-right: 1.5em;
}
.bqe-mt-70px {
    margin-top:70px;
}
.bqe-padding-p75em {
    padding:0.75em;
}
.bqe-pl-2p5em {
    padding-left: 2.5em;
}
.bqe-top-m70px {
    top:-70px;
}

.bqe-bgr-eee {
    background-color: #eeeeee;
}
.bqe-bgr-D6E0FF {
    background-color: #D6E0FF;
}

.bqe-w-1em {
    width: 1em;
}
.bqe-w-6em {
    width: 6em;
}
.bqe-w-75 {
    width: 75%;
}
.bqe-w-550px {
    width: 550px;
}
.bqe-min-w-0 {
    min-width: 0;
}
.bqe-h-2p5em {
    height: 2.5em;
}

.bqe-min-h-2p8em {
    min-height: 2.8em;
}
.bqe-min-h {
    min-height: 3em;
}

.bqe-border-orange {
    border-color: #e27a0e;
}
.bqe-border-4A90FF-dash {
    border: 5px dashed #4A90FF;
}
.bqe-border-darkblue-3 {
    border: 3px solid #223266;
}



.bqe-radius-0 {
    border-radius: 0;
}
.bqe-mask {
    opacity: 0.6;
}
.bqe-survey-answer {
    flex: 100%;
}
.bqe-filter-blur-1p5px {
    filter:blur(1.5px);
}
@media screen and (min-width: 576px) {
    .bqe-survey-answer {
        flex: 0 0 50%;
    }
    
    .bqe-hero-amount.bqe-hero-6 {
        font-size: clamp(2.6rem, 11vw, 6.5rem);
    }
    .bqe-hero-amount.bqe-hero-8 {
        font-size: clamp(2.6rem, 11vw, 6.5rem);
    }
    .bqe-hero-amount.bqe-hero-10 {
        font-size: clamp(2.6rem, 10vw, 6rem);
    }
    .bqe-mr-2em-xsm {
        margin-right: 2em;
    }
}
@media screen and (min-width: 768px) {
    .bqe-survey-answer {
        flex: 0 0 33%;
    }
    .bqe-earn-right-border {
        border-right:5px dashed #4A90FF;
    }
    .bqe-refer-friend-banner .betinum-alpha-button {
        font-size: calc(13px + 1vw);
    }
    .bqe-if-marketig {
        position: relative;
        max-width: 100%;
        flex-direction: row;
        max-width:960px;
        margin-bottom: 5em;
    }
    .bqe-if-marketig-1 {
        width:56%;
        max-width:430px;
        flex: 0 0 auto;
        padding-bottom: 1em;
    }
    .bqe-if-marketig-1-separator {
        display: block;
    }
    .bqe-if-marketig-2 {
        top:-10px;
    }
    .bqe-mr-2em {
        margin-right: 2em;
    }
}
@media screen and (min-width: 992px) {
    .bqe-survey-answer {
        flex: 0 0 25%;
    }
    .bqe-referal-field input {
        flex: 1 0 0;
    }
    .bqe-infive-img-wrapp {
        position: absolute;
        top:-40px;
        right: 0;
        width: 100%;
    }
    .bqe-if-marketig-2 {
        position: absolute;
        width:370px;
        right:80px;
        top:5px;
    }
    .bqe-if-marketig-2-tags {
        right:-60px;
    }
}
@media screen and (min-width: 1200px) {
    .bqe-survey-answer {
        flex: unset;
    }
    .bqe-infive-img-wrapp {
        top:-100px;
        right: 5%;
        width: 90%;
        padding:0;
    }
    
    .bqe-refer-friend-banner {
        margin-top: 13%;
        margin-bottom: 9%;
    }
    .bqe-refer-friend-banner .betinum-alpha-button {
        left: 5%;
        font-size: calc(8px + 0.7vw);
    }
    .bqe-banner-body {
        max-width:640px;
        margin-right: 0;
    }
    .bqe-banner-body-right {
        position: absolute;
        left:50%;
        padding-right: 2em;
        padding-left: 2em;
        bottom: 50%;
        transform: translateY(50%);
    }
    .bqe-banner-body-center {
        position: absolute;
        bottom: 0;
        left:0;
    }
    .bqe-banner-mask-1 {
        top:-530px;
        left:-580px;
        width:1000px;
        height: 780px;
    }
    .bqe-banner-mask-2 {
        bottom:-560px;
        left:65%;
        width:60%;
        height: 780px;
    }
/*    .bqe-banner-mask-3 {
        transform: scale(2);
    }*/
    .bqe-banner-mask-4 {
        top: -280px;
        left:-25%;
        width: 840px;
        height: 828px;
    }
    .bqe-hero-amount {
        background: linear-gradient(18deg,#5f9800 0,#93c800 45%,#d9eb00 50%,#f8e503 100%);
        background-position: left center;
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
    }
}
@media screen and (min-width: 1330px) {
    .bqe-infive-img-wrapp {
        top:-160px;
    }
}
@media screen and (min-width: 1650px) {
    .bqe-banner-body-right {
        padding-right: 120px;
    }
    .bqe-refer-friend-banner .betinum-alpha-button {
        font-size: 21px;
    }
}