.sportsbook-design.guides-header .gh-bg img {
    width: 100%;
    margin: unset!important;
}
.sportsbook-design.single-guide-container {
    background: linear-gradient(0deg,rgba(20, 20, 20, 0) 0%, rgba(21, 21, 21, 1) 180%)
}

.sportsbook-design .guide-inner .guide-slider {
    background: linear-gradient(203deg, #3E3E44 -8.02%, #29292C 27.12%, #28293E 95.31%)!important;
    width: 30.28vw !important;
}
.sportsbook-design .guide-inner {
    margin-left: 12.58vw;
}

.sportsbook-design .guide-form {
    width: auto !important;
    padding-left: 12.57vw;
    padding-top: 17.85vw;
}

.sportsbook-design .guide-form > span label {
    color: #2D68FF;
}

.sp-bg-circle{
    width: 50.76vw;
    height: 50.76vw;
    position: absolute;
    left: 5vw;
    z-index: -1;
}

.sportsbook-design .inside-list .inside-block .icon {
    background: #233258;
}


.cta-button{
    padding-left: 1vw;
    padding-right: 1vw;

    box-sizing: border-box;

    margin-bottom: 11.67vw;
}
.cta-button .cta-button-inner{
    width: 100%;
    height: 16.11vw;

    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    text-decoration: none;
}
.cta-button .cta-button-inner .bg{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;

    z-index: -1;
}
.cta-button .cta-button-inner .bg > .non-hover{
    opacity: 1;

    width: 100%;
    height: 16.11vw;

    transition: opacity 0.3s;
    position: absolute;
    top: 0;
    left: 0;
}
.cta-button .cta-button-inner .bg > .hover{
    opacity: 0;

    width: 100%;
    height: 16.11vw;

    transition: opacity 0.3s;
}

.cta-button:hover .cta-button-inner .bg > .non-hover{
    opacity: 0;
}
.cta-button:hover .cta-button-inner .bg > .hover{
    opacity: 1;
}


.cta-button .cta-button-inner .content{
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    width: 53.67vw;
}
.cta-button .cta-button-inner .content h3{
    color: var(--White, #FFF);
    text-align: center;
    font-family: "NeueMachina";
    font-size: 1.94vw;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 33.6px */
    text-transform: uppercase;

    margin-bottom: 0.49vw;
}
.cta-button .cta-button-inner .content p{
    color: var(--White, #FFF);
    text-align: center;
    font-family: "NeueMachina";
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    margin-bottom: 1.84vw;
    width: 42vw;
}
.cta-button .cta-button-inner .content label{
    color: #2D68FF;

    text-align: center;
    font-family: "NeueMachina";
    font-size: 0.97vw;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 16.8px */
    text-transform: uppercase;

    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    transition: 0.3s;
}
.cta-button .cta-button-inner .content label svg{
    width: 1.53vw;
    height: 1.53vw;

    transition: opacity 0.3s, margin-left 0.3s;
    opacity: 0;

    margin-left: 0;
}

.cta-button-2 .cta-button-inner .content label{
    font-size: 1.67vw;
}
.cta-button-2 .cta-button-inner .content label svg{
    width: 2vw;
    height: 2vw;
}

.cta-button:hover .cta-button-inner .content label{
    color: #151515;
}
.cta-button:hover .cta-button-inner .content label svg{
    margin-left: 1.67vw;
    opacity: 1;
}

@media(max-width: 960px){

    .cta-button-2 .cta-button-inner .bg > .non-hover {
        height: 83.53vw;
    }
    .cta-button-2 .cta-button-inner {
        width: 100%;
        height: 82.53vw;
    }
    .cta-button-2 .cta-button-inner .content label {
        margin-top: 17vw;
    }

    .cta-button-2 .cta-button-inner .content label svg {
        margin-left: 3vw!important;
    }
    .cta-button-2 .cta-button-inner .content label svg rect {
        fill: #030303;
    }
    .cta-button .cta-button-inner .content label svg path {
        stroke: rgb(45, 104, 255);
    }
    .cta-button-2{
        margin-bottom: 30vw;
    }
}

a.button-or{
    background: #FF771D;
    backdrop-filter: blur(3px);

    padding: 0.694vw 2.778vw 0.694vw 2.778vw;

    display: inline-flex;
    justify-content: center;
    align-items: center;

    height: 4.306vw;

    color: #FFF;
    /* BUTTON L */
    font-family: "NeueMachina";
    font-size: 1.389vw;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 20px */
    text-transform: uppercase;

    box-sizing: border-box;

    text-decoration: none;

    transition: 0.3s;
}
.button-or:hover{
    background: #CC5D14!important;
}

.sportsbook-design .left-page svg path, .sportsbook-design .right-page svg path{
    stroke: #2D68FF!important;
}
.sportsbook-design .left-page svg rect, .sportsbook-design .right-page svg rect{
    fill: rgba(255, 255, 255, 0.1)!important;
}
.sportsbook-design .guide-subslider .guide-pager{
    background: unset!important;
    padding-right: 9vw;
}

.sportsbook-design .guide-pager span {
    color: #BFBFBF;
}

@media(max-width: 960px){
    .sp-bg-circle{
        display: none!important;
    }
    .sportsbook-design .guide-inner .guide-slider {
        width: 100%!important;
    }
    .sportsbook-design .guide-inner{
        margin-left: unset!important;
    }

    .sportsbook-design .mobile-bg-pager {
        opacity: 0.6!important;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(20, 20, 20, 1) 69.65%)!important;
    }
    .sportsbook-design .left-page svg rect, .sportsbook-design .right-page svg rect {
        fill: rgba(56, 112, 255, 0.35) !important;
    }
    .sportsbook-design .pager-links {
        margin-bottom: 5vw
        19.5px;
    }
    .sportsbook-design .guide-subslider .guide-pager{
        flex-direction: row!important;
        padding-bottom: 3vw !important;
    }
    .sportsbook-design .guide-pager span {
        font-size: 4.8vw;
        display: block !important;
    }
    .sportsbook-design .pager-links {
        margin-bottom: unset !important;
        margin-left: 15vw;
    }
    .sportsbook-design .guide-form {
        width: auto !important;
        padding-left: unset !important;
        padding-top: unset !important;
    }
    .sportsbook-design .guide-form br{
        display: none!important;
    }

    .sportsbook-design .guide-form > span label {
        margin-right: 2vw;
    }
    .sportsbook-design .guide-form > span:nth-child(2) {
        margin-bottom: 13.07vw;
    }
    .sportsbook-design a.button-or {
        width: 100%;
        padding: 4.8vw 8.533vw 4.267vw 8.533vw;

        font-size: 4.8vw;

        height: 14.933vw;
    }

    .cta-button .cta-button-inner {
        width: 100%;
        height: 72.53vw;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-decoration: none;
    }
    .cta-button .cta-button-inner .bg > .non-hover {
        opacity: 1;
        width: 100%;
        height: 72.53vw;
        transition: opacity 0.3s;
        position: absolute;
        top: 0;
        left: 0;
    }

    .cta-button .cta-button-inner .content {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 80.8vw;
    }
    .cta-button .cta-button-inner .content h3 {
        color: #FFF;
        text-align: center;
        font-family: "NeueMachina";
        font-size: 5.33vw;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        text-transform: uppercase;
        margin-bottom: 4.27vw;
    }

    .cta-button .cta-button-inner .content p {
        color: #FFF;
        text-align: center;
        font-family: "NeueMachina";
        font-size: 3.73vw;
        font-style: normal;
        font-weight: 500;
        line-height: 130%;
        margin-bottom: 18.4vw;

        width: 88vw;
    }

    .cta-button .cta-button-inner .content label {
        color: #030303;
        text-align: center;
        font-family: "NeueMachina";
        font-size: 3.73vw;
        font-style: normal;
        font-weight: 500;
        line-height: 120%;
        text-transform: uppercase;
        display: inline-flex
    ;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        transition: 0.3s;
    }

    .cta-button .cta-button-inner .content label svg {
        width: 5.87vw;
        height: 5.87vw;
        transition: opacity 0.3s, margin-left 0.3s;
        opacity: 1;
        margin-left: 2.93vw;
    }

    .sportsbook-design.guides-header .gh-bg{
        z-index: -1!important;
    }
}