/* new */
.homenew-header {
    position: relative;
    background: #151515; }
.homenew-header .bg-img {
    position: absolute;
    z-index: 1;
    top: 2vw;
    left: 0;
    right: 0;
    height: 52vw;
    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;
    overflow: hidden; }
@media screen and (max-width: 960px) {
    .homenew-header .bg-img {
        bottom: auto;
        height: 165.33333vw; } }
.homenew-header .bg-img video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
.homenew-header .data {
    position: relative;
    z-index: 2; }

.homenew-header .title-h1 h1 {
    text-shadow: 0 18px 50px rgba(0, 0, 0, 0.6);
    font-size: 3.88889vw;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #f8f8f8; }
@media screen and (max-width: 960px) {
    .homenew-header .title-h1 h1 {
        font-size: 8vw;
        text-align: left;
        padding-right: 13.33333vw; } }
.homenew-header .button-desc {
    margin-bottom: 8.33333vw;
    padding: 0 29.16667vw; }
@media screen and (max-width: 960px) {
    .homenew-header .button-desc {
        margin-bottom: 21.33333vw;
        padding: 0 4.26667vw; } }
.homenew-header .button-desc p {
    font-size: 1.25vw;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    margin-bottom: 3.05556vw; }
@media screen and (max-width: 960px) {
    .homenew-header .button-desc p {
        text-align: left;
        font-size: 3.73333vw;
        margin-bottom: 5.6vw; }
    .homenew-header .button-desc p br {
        display: none; } }
.homenew-header .button-desc .button-wrap {
    max-width: 28.125vw;
    margin: 0 auto; }
@media screen and (max-width: 960px) {
    .homenew-header .button-desc .button-wrap {
        max-width: 100%; } }

.homenew-header .title-h1{
    padding-left: 4vw;
    padding-right: 4vw;

    box-sizing: border-box;
    padding-top: 7.639vw;
}
.homenew-header h1{
    color: #FFF;
    font-family: "NeueMachina";
    font-size: 3.333vw;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 57.6px */
    text-transform: uppercase;
    margin-bottom: 2.222vw;
}
.homenew-header .animation-box label, .homenew-header .animation-box label:after{
    font-family: "NeueMachina";
    font-size: 5.139vw;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 88.8px */
    text-transform: uppercase;

    margin-bottom: 0.556vw;

    background: linear-gradient(166deg, #FF771D 4.3%, #993D01 94.07%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
}
.homenew-header .animation-box label:nth-child(2){
    padding-left: 3.958vw;
}
.homenew-header .animation-box{
    margin-bottom: 3.819vw;
}
.homenew-header p{
    width: 34.375vw;

    color: rgba(255, 255, 255, 0.90);
    /* Body 1 */
    font-family: "NeueMachina";
    font-size: 1.389vw;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.homenew-header p span{
    background: linear-gradient(254deg, #FD661F 2.31%, #FCC006 99.88%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "NeueMachina";
    font-size: 1.389vw;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}

.divider-hh{
    width: 100%;
    position: relative;
    top: -18vw;

    z-index: 8;
}
.divider-hh img{
    width: 100%;
    max-width: 100%;

    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}
.divider-hh:after{
    content: ' ';
    background: linear-gradient(180deg, rgba(11,0,0,0) 25%, rgba(11,0,0,1) 100%);

    height: 22vw;
    position: absolute;
    top: 2vw;
    left: 0;
    width: 100%;
    z-index: 2;
}
body,html{
    background: #0B0000;
}

.get-ready{
    width: 100%;
    height: 60vw;
}

.gr-flex-2,.gr-flex-4{
    display: flex;
    flex-wrap: wrap;
}
.gr-flex-2 .element {
    flex-grow: 1;
    width: 31%;
}

.gr-flex-4 .element{
    flex: 1 0 21%; /* explanation below */
}

.get-ready{
    padding-left: 3.6vw;
    padding-right: 3.6vw;
    box-sizing: border-box;

    padding-top: 7vw;
}
.get-ready .title-wrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    margin-bottom: 2.222vw;
}
.get-ready .title-wrap h2{
    color: #FFF;
    text-align: center;
    font-family: "NeueMachina";
    font-size: 3.611vw;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;

    margin-bottom: 2.222vw;
}
.get-ready .title-wrap p{
    color: rgba(255, 255, 255, 0.80);
    text-align: center;
    /* Body 2 */
    font-family: "NeueMachina";
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;

    width: 54.306vw;
}
.get-ready .title-wrap p span{
    color: #F7C614;
}

.get-ready .element{
    border-radius: 1.389vw;
    border: 0.069vw solid rgba(255, 255, 255, 0.25);
    background: rgba(0, 117, 255, 0.05);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);

    box-sizing: border-box;
    padding: 1.667vw;
    margin: 0.556vw;
}
.get-ready .element .number span{
    background: linear-gradient(254deg, #FD661F 2.31%, #FCC006 99.88%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    mix-blend-mode: lighten;

    font-family: "NeueMachina";
    font-size: 6.667vw;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}
.get-ready .element .number label{
    background: linear-gradient(254deg, #FD661F 2.31%, #FCC006 99.88%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "NeueMachina";
    font-size: 4.444vw;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}
.get-ready .element .number-top{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.get-ready .element .number-top > div{
    max-width: 100%;
}
.get-ready .element .number-label{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.get-ready .element .number-label span{
    font-family: "NeueMachina";
    font-size: 1.389vw;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 44.8px */

    opacity: 0.9;
    background: linear-gradient(254deg, #FD661F 2.31%, #FCC006 99.88%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    box-sizing: border-box;
    padding-left: 0.556vw;
}
.get-ready .element .number-bottom{
    margin-top: 1.111vw;
}
.get-ready .element .number-bottom p{
    color: #FFF;
    font-family: "NeueMachina";
    font-size: 1.389vw;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.get-ready .gr-flex-4 .element .number-top,.get-ready .gr-flex-2 .element .number-top{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.get-ready .gr-flex-4 .element .number-top > div{
    width: 100%;
    max-width: 100%;

    text-align: center;
}
.get-ready .gr-flex-4 .element .number-label span{
    text-align: center;
    font-family: "NeueMachina";
    font-size: 1.389vw;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;

    width: 100%;
    display: block;
    text-align: center;
}

.get-ready .gr-flex-4 .element .number-bottom {
    margin-top: 0;
}
.get-ready .gr-flex-4 .element .number-bottom p{
    text-align: center;
}

.get-ready .gr-flex-2 .element .number-bottom{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.get-ready .cent-element{
    border: 0.069vw solid rgba(255, 119, 29, 0.70);
    background: linear-gradient(180deg, rgba(244, 115, 31, 0.10) 0%, rgba(244, 115, 31, 0.32) 100%);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.get-ready .cent-element .spec-info{
    text-align: center;
    font-family: "NeueMachina";
    font-size: 2.222vw;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 44.8px */
    text-transform: uppercase;

    background: linear-gradient(268deg, #FD661F 19.15%, #FCC006 118.27%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.get-ready .gr-flex-4 .element{
    padding-left: 0;
    padding-right: 0;
}
.get-ready{
    z-index: 5;
    position: relative;
}

.embed{
    padding-left: 4vw;
    padding-right: 4vw;
    position: relative;
}
.embed-bg{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}
.embed-bg img{
    width: 100%;
    position: absolute;
    top: -45vw;
    left: 0;
}
.embed-bg:before{
    content: ' ';
    background: linear-gradient(180deg, rgba(11,0,0,1) 25%, rgba(11,0,0,0) 100%);

    height: 22vw;
    position: absolute;
    top: -45vw;
    left: 0;
    width: 100%;
    z-index: 2;
}
.embed-inner p{
    color: #FFF;
    text-shadow: 0px 0px 4.167vw #000;
    font-family: "NeueMachina";
    font-size: 2.222vw;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 38.4px */
    letter-spacing: -0.044vw;
    text-transform: uppercase;

    width: 38.681vw;
}
.embed-inner{
    position: relative;
    z-index: 4;

    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    padding-right: 6.181vw;
    box-sizing: border-box;

}
.embed-inner p span{
    background: linear-gradient(166deg, #FF771D 4.3%, #993D01 94.07%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    font-size: 2.222vw;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.044vw;
    text-transform: uppercase;
}
.embed-inner:before{
    content: ' ';
    background: linear-gradient(-270deg, rgba(0, 0, 0, 0.00) 7.29%, rgba(16, 1, 1, 0.90) 38.9%);

    width: 67.083vw;
    height: 95.833vw;
    opacity: 0.9;

    top: -45vw;
    right: -4vw;

    position: absolute;
    z-index: -2;
}

.ai-power{
    margin-left: 1vw;
    margin-right: 1vw;

    position: relative;
    overflow: hidden;

    height: 48.611vw;

    border-radius: 2.083vw;

    box-shadow: 0px 0px 60px #FF7820;

    z-index: 10;

    margin-top: 14.514vw;
}
.ai-power .ai-power-bg{
    position: absolute;

    width: 100%;
    height: 100%;
}
.ai-power .ai-power-bg video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}
.ai-power .ai-power-bg:before{
    content: ' ';
    position: absolute;
    z-index: 4;

    width: 100%;
    height: 100%;

    top: 0;
    left: 0;

    opacity: 0.1;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%), lightgray 0px -0.189px / 100% 113.125% no-repeat;
}
.sl2{
    top: -24vw!important;
}
.sl3{
    top: -23vw!important;
}
.ai-power .ai-power-inner{
    padding-top: 5.208vw;
    padding-bottom: 4.514vw;

    padding-left: 3.125vw;
    padding-right: 3.125vw;

    position: relative;
    z-index: 10;
}

.ai-power .ai-power-inner .t-block-1{
    display: flex;

    flex-direction: column;
    width: 48.611vw;
    height: 39.375vw;
    padding: 0.556vw 1.667vw;
    justify-content: center;
    align-items: center;
    gap: 0.694vw;
    flex-shrink: 0;

    border-radius: 1.389vw;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
}
.ai-power .ai-power-inner .t-block-1 h3{
    color: #FFF;
    text-align: center;
    font-family: "NeueMachina";
    font-size: 3.056vw;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 52.8px */
    text-transform: uppercase;

    margin-bottom: 4.861vw;
}
.ai-power .ai-power-inner .t-block-1 .changed-text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    width: 41.667vw;
}
.ai-power .ai-power-inner .t-block-1 .changed-text span{
    background: linear-gradient(293deg, #F08D60 0.87%, #EF5919 97.92%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    color: #FFF;
    /* Body 2 */
    font-family: "NeueMachina";
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;

    text-align: center;
    margin-bottom: 2.5vw;
}
.ai-power .ai-power-inner .t-block-1 .changed-text p{
    color: #FFF;
    /* Body 2 */
    font-family: "NeueMachina";
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;

    text-align: center;
}
.ai-power .toogle-bar{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 22.431vw;
    height: 4.444vw;
    align-items: center;
    gap: 0.556vw;
    flex-shrink: 0;

    border-radius: 5.556vw;
    background: rgba(255, 255, 255, 0.20);

    margin-bottom: 4.861vw;

    padding-left: 1.4vw;

    position: relative;
}
.ai-power .toogle-bar a{
    color: rgba(255, 255, 255, 0.80);
    font-family: "NeueMachina";
    font-size: 1.667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;

    min-width: 10.722vw;
    text-align: center;
    text-decoration: none;

    position: relative;
    z-index: 2;
    display: inline-flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.ai-power .toogle-bar:after{
    content: ' ';
    border-radius: 4.167vw;
    background: #FF771D;
    position: absolute;
    z-index: 1;
    height: 90%;
    width: 12.922vw;
    left: 0.3vw;

    transition: width 0.3s;

    -webkit-animation: slide1 0.3s forwards;
    animation: slide1 0.3s forwards;
}
.ai-power .toogle-bar.operators-active:after{
    width: 12.922vw;

    -webkit-animation: slide1 0.3s forwards;
    animation: slide1 0.3s forwards;
}
.ai-power .toogle-bar.players-active:after{
    width: 10.122vw;

    -webkit-animation: slide2 0.3s forwards;
    animation: slide2 0.3s forwards;
}

@-webkit-keyframes slide1 {
    0%{
        left: 13.5vw;
    }
    100% { left: 0.3vw; }
}

@keyframes slide1 {
    0%{
        left: 13.5vw;
    }
    100% { left: 0.3vw; }
}

@-webkit-keyframes slide2{
    100%{ left: 13.5vw; }
}
@keyframes slide2{
    100%{ left: 13.5vw; }
}

.ai-power-inner{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
}
.ai-power-inner .ai-list{
    margin-left: 3.75vw;
    width: 36.042vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;

    height: 100%;
}
.ai-power-inner .ai-list span{
    border-radius: 1.389vw;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);

    text-align: center;
    display: inline-flex;

    justify-content: center;
    align-items: center;

    gap: 10px;
    flex: 1 0 0;

    margin-bottom: 1.111vw;

    box-sizing: border-box;
    padding: 0.556vw 1.667vw;

    color: #FFF;
    text-align: center;
    font-family: "NeueMachina";
    font-size: 1.389vw;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 28px */
    text-transform: uppercase;
}
.ai-power-inner .ai-list span:last-child{
    margin-bottom: 0!important;
}

.art-slider{
    padding-top: 6.319vw;

    position: relative;

    height: 43.556vw;
    overflow: hidden;
}
.art-slider .title-wrap{
    padding-left: 4vw;
    padding-right: 4vw;
    box-sizing: border-box;

    position: relative;

    z-index: 8;
}
.art-slider .title-wrap h2{
    color: rgba(255, 255, 255, 0.80);
    /* H2 */
    font-family: "NeueMachina";
    font-size: 3.611vw;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;

    margin-bottom: 1.875vw;
}
.art-slider .title-wrap p{
    color: rgba(255, 255, 255, 0.80);
    /* Body 2 */
    font-family: "NeueMachina";
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;

    width: 54.306vw;
}

.art-slider .slides{
    position: relative;
    width: 100%;

    z-index: 0;
}
.art-slider .slides img{
    width: 100%;
    position: absolute;
    top: -18vw;
    left: 0;
}

.art-slider .inner-slider{
    position: relative;
    margin-left: 4vw;
    box-sizing: border-box;

    margin-top: 5.278vw;

    z-index: 10;
}
.art-slider .inner-slider .pagination{
    width: 46.653vw;
    position: absolute;
    top: 1.5vw;
    left: 0;
    display: flex;
    justify-content: space-between;

    z-index: 8;
}
.art-slider .inner-slider .pagination a{
    text-decoration: none!important;
}
.art-slider .inner-slider .pagination a svg{
    width: 2.778vw;
    height: 2.778vw;
}
.art-slider .changed-text-2{
    width: 47vw;

    margin-bottom: 7.222vw;
}
.art-slider .changed-text-2 h3{
    color: #2D68FF;
    text-align: center;
    font-family: "NeueMachina";
    font-size: 2.083vw;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 42px */
    letter-spacing: -0.042vw;
    text-transform: uppercase;

    margin-bottom: 1.25vw;
}
.art-slider .changed-text-2 p{
    color: #F8FAFF;
    text-align: center;
    /* Body 1 */
    font-family: "NeueMachina";
    font-size: 1.389vw;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.changed-blocks-2 > div{
    display: flex;
    flex-direction: row;
}
.changed-blocks-2 > div span{
    display: inline-flex;
    width: 17.569vw;
    height: 5.833vw;

    margin-right: 0.278vw;

    border-radius: 1.389vw;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);

    flex-direction: column;
    text-align: center;

    justify-content: center;
    align-items: center;

    color: #FFF;
    /* Body 3 */
    font-family: "NeueMachina";
    font-size: 1.111vw;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.st-2 h3{
    color: #FF771D!important;
}
.st-3 h3{
    color: #F7C614!important;
}


.sportsbook-margins-btn {
    margin-left: 0.83333vw;
    margin-right: 0.83333vw;

    z-index: 4;

    height: 17.583vw;
    border-radius: 2.22222vw;
    background: linear-gradient(180deg, rgba(244, 115, 31, 0.12) 0%, rgba(244, 115, 31, 0.40) 100%);
    overflow: hidden;
    display: block;
    text-decoration: none;
    padding: 4.16667vw 19.86111vw 1.45833vw;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: .2s ease-in-out background;
    -o-transition: .2s ease-in-out background;
    transition: .2s ease-in-out background; }
@media screen and (min-width: 960px) {
    .sportsbook-margins-btn:hover {
        background-color: #ff771d; }
    .sportsbook-margins-btn:hover .bg {
        opacity: 1; }
    .sportsbook-margins-btn:hover .name {
        color: #030303; }
    .sportsbook-margins-btn:hover .description {
        color: #030303; }
    .sportsbook-margins-btn:hover .link {
        color: #030303; }
    .sportsbook-margins-btn:hover .link .arrow {
        width: 1.52778vw;
        opacity: 1;
        -webkit-transform: translate(0, -0.13889vw);
        -ms-transform: translate(0, -0.13889vw);
        transform: translate(0, -0.13889vw); }
    .sportsbook-margins-btn:hover .link .arrow svg path {
        stroke: #ff771d; } }
.sportsbook-margins-btn .bg {
    position: absolute;
    z-index: 1;
    left: 7.5vw;
    top: 0;
    bottom: 0;
    width: 43.33333vw;
    opacity: 0;
    -webkit-transition: .2s ease-in-out opacity;
    -o-transition: .2s ease-in-out opacity;
    transition: .2s ease-in-out opacity; }
@media screen and (max-width: 960px) {
    .sportsbook-margins-btn .bg {
        left: 4.26667vw;
        width: 89.06667vw; } }
.sportsbook-margins-btn .bg img {
    display: block;
    width: 100%;
    height: 100%; }
.sportsbook-margins-btn .name {
    text-transform: uppercase;
    font-size: 1.94444vw;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 2;
    margin-bottom: 1.278vw;
    -webkit-transition: .2s ease-in-out color;
    -o-transition: .2s ease-in-out color;
    transition: .2s ease-in-out color; }
.sportsbook-margins-btn .description{
    color: #fff;
    text-align: center;
    font-family: "NeueMachina";
    font-size: 1.41vw;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    position: relative;
    z-index: 10;
    -webkit-transition: .2s ease-in-out color;
    -o-transition: .2s ease-in-out color;
    transition: .2s ease-in-out color;

    margin-bottom: 2.7vw;
}
@media screen and (max-width: 960px) {
    .sportsbook-margins-btn .name {
        font-size: 5.33333vw;
        margin-bottom: 11.46667vw; } }
.sportsbook-margins-btn .link {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #FF771D;
    font-size: 0.97222vw;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    -webkit-transition: .2s ease-in-out color;
    -o-transition: .2s ease-in-out color;
    transition: .2s ease-in-out color; }
@media screen and (max-width: 960px) {
    .sportsbook-margins-btn .link {
        font-size: 3.73333vw; } }
.sportsbook-margins-btn .link .arrow {
    margin-left: 0.69444vw;
    -webkit-transform: translate(-200%, -0.13889vw);
    -ms-transform: translate(-200%, -0.13889vw);
    transform: translate(-200%, -0.13889vw);
    width: 0;
    opacity: 0;
    -webkit-transition: .2s ease-in-out width, .2s ease-in-out opacity, .2s ease-in-out transform;
    -o-transition: .2s ease-in-out width, .2s ease-in-out opacity, .2s ease-in-out transform;
    transition: .2s ease-in-out width, .2s ease-in-out opacity, .2s ease-in-out transform; }
@media screen and (max-width: 960px) {
    .sportsbook-margins-btn .link .arrow {
        margin-left: 2.66667vw;
        -webkit-transform: translate(-200%, -0.53333vw);
        -ms-transform: translate(-200%, -0.53333vw);
        transform: translate(-200%, -0.53333vw); } }
.sportsbook-margins-btn .link .arrow svg {
    width: 1.52778vw;
    height: 1.52778vw;
    display: block; }
@media screen and (max-width: 960px) {
    .sportsbook-margins-btn .link .arrow svg {
        width: 5.86667vw;
        height: 5.86667vw; } }
@media screen and (max-width: 960px) {
    .sportsbook-margins-btn {
        height: 53.33333vw;
        border-radius: 4.8vw;
        padding: 18.66667vw 3.2vw 4.8vw;
        background-color: #ff771d; }
    .sportsbook-margins-btn .bg {
        opacity: 1; }
    .sportsbook-margins-btn .name {
        color: #030303; }
    .sportsbook-margins-btn .description{
        color: #030303;
    }
    .sportsbook-margins-btn .link {
        color: #030303; }
    .sportsbook-margins-btn .link .arrow {
        width: 1.52778vw;
        opacity: 1;
        -webkit-transform: translate(0, -0.13889vw);
        -ms-transform: translate(0, -0.13889vw);
        transform: translate(0, -0.13889vw); }
    .sportsbook-margins-btn .link .arrow svg path {
        stroke: #ff771d; } }


.ai-articles{
    padding-top: 10vw;
    position: relative;

    margin-bottom: 10.486vw;
}
.ai-articles .title-wrap{
    display: flex;
    flex-direction: column;

    justify-content: center;
    align-items: center;
}
.ai-articles .title-wrap h2{
    color: rgba(255, 255, 255, 0.80);
    text-align: center;
    /* H2 */
    font-family: "NeueMachina";
    font-size: 3.611vw;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;

    margin-bottom: 1.736vw;
}
.ai-articles .title-wrap p{
    width: 60vw;
    color: #FFF;
    text-align: center;
    /* Body 2 */
    font-family: "NeueMachina";
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.ai-articles .title-wrap{
    margin-bottom: 8.472vw;
}

.ai-articles .bg-art-1{
    border-radius: 128.724vw;
    opacity: 0.25;
    background: linear-gradient(180deg, rgba(244, 115, 31, 0.12) 0%, rgba(244, 115, 31, 0.40) 100%);
    mix-blend-mode: plus-lighter;
    filter: blur(75px);
    -webkit-filter: blur(75px);

    width: 100%;
    height: 67.003vw;
    transform: rotate(0.082deg);
    flex-shrink: 0;
    position: absolute;
    top: -10vw;
    left: 0;
}
.ai-articles .blog-list{
    position: relative;
    z-index: 14;
}

.bg-art-2{
    position: relative;
}
.bg-art-2 svg{
    position: absolute;
    right: 0;
    width: 20.833vw;

    top: -27vw;
    z-index: 0;
}

.footer{
    background: linear-gradient(0deg, rgba(34, 34, 34, 0.00) 0%, rgba(244, 115, 31, 0.40) 100%);
}
.footer:after {
    display: none!important;
}

.footer-column.socials{
    padding-top: 0.6vw;
}
.footer-column.socials span{
    display: none;
}
.footer-column.socials ul{
    display: flex;
    flex-direction: row;
}
.footer-column.socials ul li{
    margin-right: 1.111vw;
}

.footer-column.contacts-title .title{
    text-align: right;
}

.footer-column-long{
    width: 46vw;
}
.footer-column-long ul{
    display: flex;
    flex-direction: row;
}
.footer-column-long ul li{
    margin-right: 3.514vw;
}
.footer-column-long ul li:last-child{
    margin-right: 0!important;
}
.footer-column-long ul li a{
    display: inline-flex;
    flex-direction: row;
}
.footer-column-long ul li svg{
    width: 1.667vw;
    height: 1.667vw;

    opacity: 0.8;

    margin-right: 0.556vw;
}
.footer-column-long ul li span{
    color: #FFF;
    font-family: "NeueMachina";
    font-size: 0.9vw;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
}
.footer-column-long ul li a{
    text-decoration: none!important;
}

.footer-awards {
    margin-top: 1vw!important;
}

body,html{
    overflow-x: hidden;
}

@media(max-width: 960px){
    .homenew-header .title-h1{
        padding-top: 21vw;
    }
    .homenew-header .title-h1{
        color: #FFF;
        font-family: "NeueMachina";
        font-size: 8.533vw;
        font-style: normal;
        font-weight: 500;
        line-height: 120%; /* 38.4px */
        text-transform: uppercase;

        margin-bottom: 3.2vw;
    }
    .homenew-header .animation-box label, .homenew-header .animation-box label::after{
        font-family: "NeueMachina";
        font-size: 10.667vw;
        font-style: normal;
        font-weight: 500;
        line-height: 120%; /* 48px */
        text-transform: uppercase;
    }
    .homenew-header .animation-box{
        margin-bottom: 7.2vw;
    }
    .homenew-header p, .homenew-header p span{
        /* Body 3 */
        font-family: "NeueMachina";
        font-size: 3.7vw;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        width: 100%;
    }

    .homenew-header .bg-img {
        top: 95vw;

        width: 190%;
        height: auto!important;
        left: -73%;
    }

    .homenew-header .bg-img video {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
    }
    .homenew-header{
        background: #130100;
        height: 208vw;
    }

    .divider-hh img {
        width: 100%;
        max-width: 100%;
        position: absolute;
        top: -30vw;
        left: 0;
        z-index: 3;
    }

    .divider-hh {
        width: 250%;
        position: relative;
        top: -18vw;
        z-index: 8;
        left: -90%;
    }

    .get-ready {
        z-index: 10;
        position: relative;
    }
    .get-ready {
        width: 100%;
        height: auto!important;
    }
    .get-ready .title-wrap h2{
        /* H4 */
        font-family: "NeueMachina";
        font-size: 8.533vw;
        font-style: normal;
        font-weight: 400;
        line-height: 140%; /* 44.8px */
        letter-spacing: -0.171vw;

        margin-bottom: 4.267vw;
    }
    .get-ready .title-wrap p{
        /* Body 4 */
        font-family: "NeueMachina";
        font-size: 3.733vw;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        width: 100%;
    }
    .get-ready .title-wrap{
        margin-bottom: 7.467vw;
    }

    .gr-flex-2 .element {
        flex: 1 0 100%;
    }
    .get-ready .element {
        border-radius: 5.333vw;
        padding: 2.4vw;

        padding-left: 0;
        padding-right: 0;
    }
    .get-ready .cent-element .spec-info{
        text-align: center;
        font-family: "NeueMachina";
        font-size: 6.4vw;
        font-style: normal;
        font-weight: 500;
        line-height: 140%; /* 33.6px */
        text-transform: uppercase;
    }
    .gr-flex-4 .element {
        flex: 1 0 48%;
    }
    .get-ready .element .number span {
        font-size: 17.067vw;
    }
    .get-ready .element .number label {
        font-size: 10.667vw;
    }
    .get-ready .element .number-top > div {
        max-width: 100%;
    }
    .get-ready .element .number-top {
        flex-direction: column;
    }
    .get-ready .element .number-label span {
        font-size: 4.267vw!important;
    }

    .get-ready .gr-flex-2 .element .number-bottom p {
        width: 100%;
        text-align: center;
    }
    .get-ready .element .number-bottom p {
        color: #FFF;
        font-family: "NeueMachina";
        font-size: 3.733vw;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
    }

    .get-ready .gr-flex-4 .element .number span {
        font-size: 12.8vw;
    }
    .get-ready .gr-flex-4 .element .number label {
        font-size: 9.6vw;
    }

    .get-ready .gr-flex-4 .element .number-label span {
        font-size: 3.733vw !important;
        height: 13vw;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .embed-inner p {
        color: #FFF;
        text-shadow: 0px 0px 16vw #000;
        font-family: "NeueMachina";
        font-size: 6.4vw;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
        letter-spacing: -0.128vw;
        text-transform: uppercase;
        width: 100%;
    }

    .embed-inner p span {
        background: linear-gradient(166deg, #FF771D 4.3%, #993D01 94.07%);
        background-clip: border-box;
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 6.4vw;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        letter-spacing: -0.128vw;
        text-transform: uppercase;
    }

    .embed-inner::before {
        content: ' ';
        background: linear-gradient(-270deg, rgba(0, 0, 0, 0.00) 7.29%, rgba(16, 1, 1, 0.90) 38.9%);
        width: 150%;
        height: 182%;
        opacity: 0.9;
        top: -45vw;
        right: -40vw;
        position: absolute;
        z-index: -2;

        display: none!important;
    }
    .embed-inner::after {
        content: ' ';
        background: linear-gradient(-180deg, rgba(0, 0, 0, 0.00) 7.29%, rgba(16, 1, 1, 0.90) 38.9%);
        width: 140%;
        height: 100%;
        opacity: 0.9;
        top: 60vw;
        right: -5vw;
        position: absolute;
        z-index: -2;
    }

    .embed-bg img {
        width: 250%;
        position: absolute;
        top: -92vw;
        left: -25%;
    }

    .embed-inner{
        padding-top: 91.2vw;
    }

    .ai-power .ai-power-inner {
        padding-top: 13.067vw;
        padding-bottom: 13.067vw;
        padding-left: 3.125vw;
        padding-right: 3.125vw;
        position: relative;
        z-index: 10;

        box-sizing: border-box;
    }

    .ai-power {
        margin-left: 4vw;
        margin-right: 4vw;

        border-radius: 8vw;
        height: auto!important;

        box-sizing: border-box;
    }

    .ai-power .ai-power-inner .t-block-1 {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: auto!important;
        padding: 5.133vw 0;
        justify-content: center;
        align-items: center;
        gap: 2.667vw;
        flex-shrink: 0;
        border-radius: 5.333vw;
        background: rgba(255, 255, 255, 0.10);
        backdrop-filter: blur(24px);
        -webkit-backdrop-filter: blur(24px);

        box-sizing: border-box;

        margin-bottom: 7.2vw;
    }

    .ai-power-inner {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: stretch;
    }

    .ai-power-inner .ai-list {
        margin-left: unset;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: stretch;
        height: 100%;
    }

    .ai-power .ai-power-inner .t-block-1 h3 {
        color: #FFF;
        text-align: center;
        font-family: "NeueMachina";
        font-size: 7.467vw;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
        text-transform: uppercase;
        margin-bottom: 8vw;
    }

    .ai-power .toogle-bar {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: 72vw;
        height: 12.8vw;
        align-items: center;
        gap: 1.067vw;
        flex-shrink: 0;
        border-radius: 21.333vw;
        background: rgba(255, 255, 255, 0.20);
        margin-bottom: 8vw;
        padding-left: 1.4vw;
        position: relative;
    }

    .ai-power .toogle-bar a {
        color: rgba(255, 255, 255, 0.80);
        font-family: "NeueMachina";
        font-size: 5.333vw;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        min-width: 34.733vw;
        text-align: center;
        text-decoration: none;
        position: relative;
        z-index: 2;
        display: inline-flex;
        height: 100%;
        justify-content: center;
        align-items: center;
    }

    .ai-power .toogle-bar.operators-active::after {
        width: 38.922vw;
        -webkit-animation: slide1 0.3s forwards;
        animation: slide1 0.3s forwards;
    }
    .ai-power .toogle-bar::after {
        content: ' ';
        border-radius: 16vw;
    }

    @-webkit-keyframes slide1 {
        0%{
            left: 40.733vw;
        }
        100% { left: 1vw; }
    }

    @keyframes slide1 {
        0%{
            left: 40.733vw;
        }
        100% { left: 1vw; }
    }

    @-webkit-keyframes slide2{
        100%{ left: 40.733vw; }
    }
    @keyframes slide2{
        100%{ left: 40.733vw; }
    }

    .ai-power .toogle-bar.operators-active:after{
        width: 34.733vw;

        -webkit-animation: slide1 0.3s forwards;
        animation: slide1 0.3s forwards;
    }
    .ai-power .toogle-bar.players-active:after{
        width: 31.733vw;

        -webkit-animation: slide2 0.3s forwards;
        animation: slide2 0.3s forwards;
    }

    .ai-power .ai-power-inner .t-block-1 .changed-text span {
        font-size: 3.733vw;
        margin-bottom: unset;
    }
    .ai-power .ai-power-inner .t-block-1 .changed-text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;

        padding-left: 3.467vw;
        padding-right: 3.467vw;
        box-sizing: border-box;
    }
    .ai-power .ai-power-inner .t-block-1 .changed-text p {
        font-size: 3.733vw;
    }

    .ai-power-inner .ai-list span {
        border-radius: 5.333vw;
        background: rgba(255, 255, 255, 0.10);
        backdrop-filter: blur(24px);
        -webkit-backdrop-filter: blur(24px);
        text-align: center;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        flex: 1 0 0;
        margin-bottom: 2.133vw;
        box-sizing: border-box;
        padding: 2.133vw;
        color: #FFF;
        text-align: center;
        font-family: "NeueMachina";
        font-size: 3.733vw;
        font-style: normal;
        font-weight: 500;
        line-height: 140%;
        text-transform: uppercase;
        min-height: 13vw;
    }

    .art-slider {
        padding-top: 28.267vw;
        position: relative;
        height: auto;
        overflow: hidden;
    }

    .art-slider .title-wrap h2 {
        color: white;
        font-family: "NeueMachina";
        font-size: 8.533vw;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
        margin-bottom: 4.8vw;
        text-align: center;
    }

    .art-slider .title-wrap p {
        color: rgba(255, 255, 255, 0.80);
        font-family: "NeueMachina";
        font-size: 3.733vw;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        width: 100%;
        text-align: center;
    }

    .art-slider .inner-slider {
        position: relative;
        margin-left: 4vw;
        box-sizing: border-box;
        margin-top: 17.067vw;
        z-index: 10;
        margin-right: 4vw;
    }

    .art-slider .slides img {
        width: 300%;
        position: absolute;
        top: 8vw;
        left: -120%;
    }

    .art-slider .inner-slider .pagination a svg {
        width: 10.667vw;
        height: 10.667vw;
    }

    .art-slider .changed-text-2 h3 {
        color: #2D68FF;
        text-align: center;
        font-family: "NeueMachina";
        font-size: 5.333vw;
        font-style: normal;
        font-weight: 500;
        line-height: 140%;
        letter-spacing: -0.107vw;
        text-transform: uppercase;
        margin-bottom: 7.2vw;
    }
    .art-slider .inner-slider .pagination {
        width: 100%;
        position: absolute;
        top: 1.5vw;
        left: 0;
        display: flex;
        justify-content: space-between;
        z-index: 8;
    }

    .art-slider .changed-text-2 {
        width: 74vw;
        margin-bottom: 28.8vw;

        width: 100%;
    }

    .art-slider .changed-text-2 h3 {
        color: #2D68FF;
        text-align: center;
        font-family: "NeueMachina";
        font-size: 5.333vw;
        font-style: normal;
        font-weight: 500;
        line-height: 140%;
        letter-spacing: -0.107vw;
        text-transform: uppercase;
        margin-bottom: 7.2vw;
        margin-left: auto;
        margin-right: auto;
        width: 70vw;
    }

    .art-slider .changed-text-2 p {
        color: #F8FAFF;
        text-align: center;
        font-family: "NeueMachina";
        font-size: 5.333vw;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
    }

    .changed-blocks-2 {
        height: 100vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .changed-blocks-2 > div {
        display: flex;
        flex-direction: column;
    }

    .changed-blocks-2 > div span {
        display: inline-flex;
        width: 77.867vw;
        height: 13.867vw;
        margin-right: unset;
        border-radius: 5.333vw;
        background: rgba(255, 255, 255, 0.10);
        backdrop-filter: blur(16px);
        -webkit-backdrop-filter: blur(16px);
        flex-direction: column;
        text-align: center;
        justify-content: center;
        align-items: center;
        color: #FFF;
        font-family: "NeueMachina";
        font-size: 4.267vw;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        margin-bottom: 1.067vw;
    }
    .changed-blocks-2 > div span br {
        display: none!important;
    }

    .slide-3-spec{
        width: 100%!important;
        left: 0!important;
        top: 9vw!important;
    }

    .slide-3-bg-mob{
        border-radius: 1214.329px;
        opacity: 0.4;
        background: linear-gradient(149deg, #F7C614 19.86%, #9A7C0F 119.79%);
        filter: blur(125px);
        -webkit-filter: blur(125px);

        position: absolute;
        top: 0;
        left: 0;

        width: 100%;
        height: 267vw;

        z-index: 0;
    }
    .slide-1-bg-mob{
        border-radius: 1214.329px;
        opacity: 0.4;
        background: linear-gradient(149deg, rgba(25, 34, 230, 0.20) 12.94%, rgba(25, 34, 230, 0.70) 95.05%);
        filter: blur(125px);
        -webkit-filter: blur(125px);

        position: absolute;
        top: 0;
        left: 0;

        width: 100%;
        height: 267vw;

        z-index: 0;
    }
    .slide-2-bg-mob{
        border-radius: 1214.329px;
        opacity: 0.4;
        background: linear-gradient(149deg, #4E2006 19.86%, #FF771D 119.79%);
        filter: blur(125px);
        -webkit-filter: blur(125px);

        position: absolute;
        top: 0;
        left: 0;

        width: 100%;
        height: 267vw;

        z-index: 0;
    }

    .art-slider .slides {
        z-index: 1;
    }

    .sportsbook-margins-btn {
        height: 68.33333vw;
        border-radius: 4.8vw;
        padding: 17.667vw 3.2vw 4.8vw;
        background-color: #ff771d;
    }

    .sportsbook-margins-btn .description {
        font-size: 3.733vw;
        margin-bottom: 11.733vw;
    }

    .sportsbook-margins-btn .name {
        font-size: 5.33333vw;
        margin-bottom: 5.467vw;
    }

    .ai-articles {
        padding-top: 25.067vw;
        position: relative;
        margin-bottom: 10.486vw;
    }

    .ai-articles .title-wrap{
        padding-left: 4vw;
        padding-right: 4vw;

        position: relative;
        z-index: 10;
    }

    .ai-articles .title-wrap h2 {
        color: rgba(255, 255, 255, 1);
        text-align: left;
        font-family: "NeueMachina";
        font-size: 8.533vw;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
        margin-bottom: 5.067vw;
    }

    .ai-articles .title-wrap p {
        width: 100%;
        color: rgba(255, 255, 255, 0.80);
        text-align: left;
        font-family: "NeueMachina";
        font-size: 3.733vw;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
    }

    .ai-articles .bg-art-1 {
        border-radius: 128.724vw;
        opacity: 0.55;
        background: linear-gradient(180deg, rgba(244, 115, 31, 0.12) 0%, rgba(244, 115, 31, 0.40) 100%);
        mix-blend-mode: plus-lighter;
        filter: blur(75px);
        -webkit-filter: blur(75px);
        width: 100%;
        height: 100%;
        transform: rotate(0.082deg);
        flex-shrink: 0;
        position: absolute;
        top: -10vw;
        left: 0;
    }

    .bg-art-2 svg {
        position: absolute;
        right: 0;
        width: 100%;
        top: -45vw;
        z-index: 0;
        right: -20vw;
    }

    .sportsbook-margins-btn .link {
        text-transform: uppercase;
    }

    .footer .footer-columns .footer-column {
        width: 100%!important;
        margin-right: 0;
        margin-bottom: 0!important;
    }

    .footer-column.contacts-title .title {
        text-align: left;
        margin-top: 9.333vw;
    }

    .footer-column-long ul {
        display: flex;
        flex-direction: column;
    }

    .footer-column-long ul li{
        margin-bottom: 1.067vw;
    }
    .footer-column-long ul li span {
        color: #FFF;
        font-family: "NeueMachina";
        font-size: 3.733vw;
        font-style: normal;
        font-weight: 400;
        line-height: 170%;
    }

    .footer-column-long ul li svg {
        width: 5.333vw;
        height: 5.333vw;
        opacity: 0.8;
        margin-right: 2.133vw;
    }

    .footer-column-long {
        width: 100%;
    }

    .footer-awards .footer-awards-col > p {
        margin-top: 4.533vw;
    }

    .top-mob {
        display: flex !important;
        flex-direction: row;
        justify-content: space-between;
        padding-left: 4vw;
        padding-right: 4vw;
        position: fixed;
        width: 100%;
        z-index: 999999;

        box-sizing: border-box;
        padding-top: 5.867vw;

        background: linear-gradient(180deg, rgba(11,0,0,1) 25%, rgba(11,0,0,0) 100%);
        height: 28vw;
    }
    .top-mob .button{
        font-size: 3.2vw;

        width: 35.333vw;

        display: inline-flex;

        height: 9.6vw;
        padding: 2.667vw 4.8vw;
    }

    .logo-mob {
        position: relative!important;
        top: 0!important;
        left: 0!important;
    }
}

.navigation .button-langs .button-wrap .button{
    padding-left: 1.111vw;
    padding-right: 1.111vw;
}
.navigation .button-langs .button-wrap {
    width: 10.333vw;
}


.exploremore{
    position: relative;
    z-index: 1;
}

.exploremore {
    padding: 0 4.16667vw 4.16667vw; }
@media screen and (max-width: 960px) {
    .exploremore {
        padding: 26.66667vw 4.26667vw 32vw; } }
.exploremore .title-wrap {
    margin-bottom: 4.51389vw; }
@media screen and (max-width: 960px) {
    .exploremore .title-wrap {
        margin-bottom: 9.33333vw; }
    .exploremore .title-wrap h2 {
        font-size: 7.46667vw; } }
.exploremore .exploremore-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
@media screen and (max-width: 960px) {
    .exploremore .exploremore-list {
        display: block; } }
.exploremore .exploremore-list .exploremore-list-item {
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 49.8%;
    padding: 2.56944vw 2.63889vw 2.63889vw 2.08333vw;
    border-radius: 2.08333vw;
    overflow: hidden;
    text-decoration: none;
    height: 20.69444vw; }
@media screen and (min-width: 960px) {
    .exploremore .exploremore-list .exploremore-list-item:hover .bg {
        opacity: 1; } }
@media screen and (max-width: 960px) {
    .exploremore .exploremore-list .exploremore-list-item {
        width: 100%;
        padding: 8vw 6.4vw;
        border-radius: 8vw;
        height: 70.66667vw;
        margin-bottom: 2.13333vw; } }
.exploremore .exploremore-list .exploremore-list-item .bg {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    -webkit-transition: .2s ease-in-out opacity;
    -o-transition: .2s ease-in-out opacity;
    transition: .2s ease-in-out opacity;
    opacity: 0; }
@media screen and (max-width: 960px) {
    .exploremore .exploremore-list .exploremore-list-item .bg {
        opacity: 1; } }
.exploremore .exploremore-list .exploremore-list-item .bg svg {
    width: auto;
    height: 20.69444vw;
    opacity: .12;
    display: block; }
@media screen and (max-width: 960px) {
    .exploremore .exploremore-list .exploremore-list-item .bg svg {
        height: 70.66667vw;
        opacity: 1; } }
.exploremore .exploremore-list .exploremore-list-item:nth-child(1) {
    background: -webkit-linear-gradient(166deg, #222 0.61%, #FF771D 101.2%);
    background: -o-linear-gradient(166deg, #222 0.61%, #FF771D 101.2%);
    background: linear-gradient(284deg, #222 0.61%, #FF771D 101.2%); }
.exploremore .exploremore-list .exploremore-list-item:nth-child(2) {
    background: -webkit-linear-gradient(167deg, #222 0%, #F7C614 100%);
    background: -o-linear-gradient(167deg, #222 0%, #F7C614 100%);
    background: linear-gradient(283deg, #222 0%, #F7C614 100%); }
.exploremore .exploremore-list .exploremore-list-item .name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    font-size: 2.63889vw;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #f8f8f8;
    position: relative;
    z-index: 2; }
@media screen and (max-width: 960px) {
    .exploremore .exploremore-list .exploremore-list-item .name {
        font-size: 6.4vw; } }
.exploremore .exploremore-list .exploremore-list-item .name svg {
    width: 2.08333vw;
    height: 2.08333vw;
    margin-right: 0.97222vw;
    display: block;
    -webkit-transform: translateY(-0.27778vw);
    -ms-transform: translateY(-0.27778vw);
    transform: translateY(-0.27778vw); }
@media screen and (max-width: 960px) {
    .exploremore .exploremore-list .exploremore-list-item .name svg {
        width: 6.4vw;
        height: 6.4vw;
        margin-right: 3.2vw;
        -webkit-transform: translateY(-0.8vw);
        -ms-transform: translateY(-0.8vw);
        transform: translateY(-0.8vw); } }
.exploremore .exploremore-list .exploremore-list-item .desc {
    margin-top: 2.08333vw;
    font-size: 1.11111vw;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    position: relative;
    z-index: 2;
    width: 24.30556vw; }
@media screen and (max-width: 960px) {
    .exploremore .exploremore-list .exploremore-list-item .desc {
        margin-top: 8vw;
        font-size: 3.2vw;
        width: auto; } }
.exploremore .exploremore-list .exploremore-list-item .btn {
    position: relative;
    z-index: 2;
    display: inline-block;
    padding: 0.48611vw 1.11111vw 0.34722vw;
    border-radius: 16.66667vw;
    background-color: #fff;
    font-size: 1.11111vw;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    margin-right: auto;
    -webkit-transition: .2s ease-in-out background, .2s ease-in-out color;
    -o-transition: .2s ease-in-out background, .2s ease-in-out color;
    transition: .2s ease-in-out background, .2s ease-in-out color; }
@media screen and (max-width: 960px) {
    .exploremore .exploremore-list .exploremore-list-item .btn {
        padding: 1.86667vw 4.26667vw 1.33333vw;
        border-radius: 64vw;
        font-size: 3.73333vw;
        margin-right: auto; } }
@media screen and (min-width: 960px) {
    .exploremore .exploremore-list .exploremore-list-item .btn:hover {
        background-color: rgba(255, 255, 255, 0.4);
        color: #fff; } }



.exploremore .exploremore-list .exploremore-list-item:nth-child(1){
    background: linear-gradient(293deg, #F08D60 0.87%, #EF5919 97.92%);
}
.exploremore .exploremore-list .exploremore-list-item:nth-child(2){
    background: linear-gradient(300deg, #5E98C7 -5.52%, #1921E5 89.62%);
}
.exploremore .exploremore-list .exploremore-list-item {
    height: 30vw;
}

.exploremore .exploremore-list .exploremore-list-item .bg svg {
    width: 75%;
    height: unset;
    opacity: .12;
    display: block;
    margin: 0 auto;
}
.exploremore .exploremore-list .exploremore-list-item:nth-child(2) .bg svg {
    width: 100%;
    height: unset;
    opacity: .12;
    display: block;
    margin: 0 auto;
}
.exploremore .exploremore-list .exploremore-list-item .bg{
    left: 0;
    width: 100%;
}

.exploremore .exploremore-list .exploremore-list-item .name {
    font-size: 3.5vw;
}

.exploremore .exploremore-list .exploremore-list-item .desc {
    width: 37vw;
}

.exploremore .exploremore-list .exploremore-list-item:nth-child(1) .btn{
    margin-left: unset;
    margin-right: auto;
}

@media(max-width: 960px){

    .exploremore .exploremore-list .exploremore-list-item .desc {
        width: 100%;

        line-height: 140%;
    }

    .exploremore .exploremore-list .exploremore-list-item .name {
        font-size: 6.4vw;
    }

    .exploremore .exploremore-list .exploremore-list-item {
        height: 76vw;
    }

    .exploremore {
        padding: 5.667vw 4.26667vw 32vw;
    }
}