.providers-header .title-h1 {
    padding: 1.111vw 4vw 2.989vw;
}
.providers-header .title-h1 h1 {
    text-align: left;
    font-size: 3.694vw;
}

.providers-header .button-desc p {
    font-size: 1vw;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin-bottom: 3.05556vw;
    opacity: 0.7;
}

.providers-header .button-desc {
    padding: 0 4.167vw;
    max-width: 43vw;
}

.providers-header .bg-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: contain;
    object-position: top;
}

.providers-info .item {
    width: 15%;
    text-align: center;

    margin-right: 0.3vw;
}

.providers-info .item .number {
    border-radius: 1.4vw;
    background: #382416;

    font-size: 2.7vw;
    padding: 1.85vw 2.56vw;
}
.providers-info .item {
    width: auto;
    text-align: center;

    transition: 0.3s;

    cursor: pointer;
}

.providers-header .data {
    position: relative;
    z-index: 2;
    margin-bottom: 1.5vw;
}
.providers-info .item .number{
    display: flex;
    flex-direction: row;

    justify-content: center;
    align-items: center;
    margin-bottom: 0.2vw;

    transition: 0.3s;
}
.providers-info .item label{
    color: #884618;
    font-size: 1.6vw;

    margin-left: 0.4vw;
}

.providers-info .item:hover .number{
    background: #FF771D;

}
.providers-info .item:hover .number{
    color: #151515;
}
.providers-info .item:hover .text{
    color: #FF771D;
}

.providers-info .item .text {
    font-size: 1.2vw;
    transition: 0.3s;
}

.providers-list-v2{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;

    justify-content: center;
    align-items: center;
}
.providers-list-v2 .cl-4{
    width: calc(25% - 8px);
}
.providers-list-v2 .cl-2{
    width: calc(50% - 8px);
}
.providers-list-v2 .provider-item-v2{
    border-radius: 26px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: #151515;

    box-sizing: border-box;

    padding: 8px;

    margin: 4px;

    transition: 0.3s;

    cursor: pointer;
    align-self: stretch;
}
.providers-list-v2 .provider-item-v2:hover{
    background: #2D2D2D;
}
.provider-item-v2 .pii-img-container {
    border-radius: 26px;
    min-height: 140px;
    display: flex;
    justify-content: start;
    align-items: end;
    box-sizing: border-box;
    padding: 20px;

    margin-bottom: 20px;
}
.provider-item-v2 .pii-img-container img {
    max-height: 70px;
    max-width: 100%;
}
.provider-item-v2 .pii-new-img-container {
    border-radius: 26px;
    min-height: 106px;

    margin-bottom: 20px;
}
.provider-item-v2 .pii-new-img-container img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 26px;
}
.p-name{
    color: #FFF;
    font-family: "NeueMachina";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;

    display: block;

    margin-bottom: 10px;
    padding-left: 10px;
}
.p-name::first-letter {
    text-transform: uppercase;
}
.provider-item-v2 .tags{
    padding-left: 10px;
    padding-bottom: 10px;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;

    justify-content: start;
}
.provider-item-v2{
    text-decoration: none!important;
}
.provider-item-v2 .tags label{
    border-radius: 55px;
    background: rgba(255, 255, 255, 0.10);
    display: block;

    margin-right: 2px;
    margin-top: 2px;
    color: rgba(255,255,255,0.5);
    font-family: "NeueMachina";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 150% */
    text-transform: uppercase;

    text-decoration: none;

    padding: 3px 10px;
    box-sizing: border-box;
    text-align: center;

    transition: 0.3s;
}
.provider-item-v2 .tags label:hover{
    background: #FF7820;
    color: #000;
}

.providers-list {
    margin-top: -3vw;
}

.providers-search .sort .sort-container {
    background: unset;


}
.providers-search .sort .sort-container span {
    margin-right: 1vw;
}
.providers-search .sort .list {
    width: 10.5vw;
    left: 7vw;
}
.providers-search .sort .list .item{
    font-size: 1.1vw;
}

.providers-search {
    justify-content: space-between;
}
.providers-search {
    margin-bottom: 1.5vw;
}

.sportsbook-margins-btn {
    margin-top: 163px!important;
    margin: 0 1vw 0 1vw;

    height: 19.583vw;
    border-radius: 2.22222vw;
    background: #462F20;
    overflow: hidden;
    display: block;
    text-decoration: none;
    padding: 4.16667vw 19.861vw 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 .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: 2.77778vw;
    -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 .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 .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; } }

.sportsbook-feed {position: relative;
    z-index: 2;
    margin: 2vw 1vw 0 1vw;

    border-radius: 40px;
    background: #222;

    padding: 3.6vw;
}
@media screen and (max-width: 960px) {
    .sportsbook-feed {
        padding: 0 1.33333vw 21.33333vw; } }
.sportsbook-feed .sportsbook-feed-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0.83333vw; }
@media screen and (max-width: 960px) {
    .sportsbook-feed .sportsbook-feed-items {
        margin-bottom: 2.66667vw;
        display: block; } }
.sportsbook-feed .sportsbook-feed-items .sportsbook-feed-item {
    text-decoration: none;
    border-radius: 2.08333vw;
    width: 49.8%;
    position: relative;
    height: 31.25vw;
    padding: 2.43056vw 2.08333vw 2.36111vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: .2s ease-in-out transform;
    -o-transition: .2s ease-in-out transform;
    transition: .2s ease-in-out transform; }
@media screen and (max-width: 960px) {
    .sportsbook-feed .sportsbook-feed-items .sportsbook-feed-item {
        width: 100%;
        border-radius: 4.8vw;
        height: 80.53333vw;
        padding: 4.8vw 4.26667vw 4.26667vw;
        margin-bottom: 2.13333vw; } }
.sportsbook-feed .sportsbook-feed-items .sportsbook-feed-item:nth-child(2) {
    background: linear-gradient(300deg, #544509 -5.52%, #3A2F06 81.06%, #362C05 89.62%);  }
.sportsbook-feed .sportsbook-feed-items .sportsbook-feed-item:nth-child(1) {
    border: 1px solid rgba(255, 255, 255, 0.15); background: #222;  }
@media screen and (min-width: 960px) {
    .sportsbook-feed .sportsbook-feed-items .sportsbook-feed-item:nth-child(1) .btn-wrap {
        text-align: left; }.sportsbook-feed .sportsbook-feed-items .sportsbook-feed-item:nth-child(2) .btn-wrap {
                               text-align: right; }  }
@media screen and (min-width: 960px) {
    .sportsbook-feed .sportsbook-feed-items .sportsbook-feed-item:hover {
        -webkit-transform: scale(1.01);
        -ms-transform: scale(1.01);
        transform: scale(1.01); }
    .sportsbook-feed .sportsbook-feed-items .sportsbook-feed-item:hover .btn-wrap span {
        color: #fff;
        background-color: rgba(255, 255, 255, 0.4); } }
.sportsbook-feed .sportsbook-feed-items .sportsbook-feed-item .bg {
    position: absolute;
    left: 5vw;
    z-index: 1;
    right: 8.75vw;
    bottom: 1.38889vw;
    top: 0; }
@media screen and (max-width: 960px) {
    .sportsbook-feed .sportsbook-feed-items .sportsbook-feed-item .bg {
        left: 6.4vw;
        right: 10.66667vw;
        bottom: 12.53333vw; } }
.sportsbook-feed .sportsbook-feed-items .sportsbook-feed-item .bg img {
    display: block;
    width: auto;
    height: 100%; }
.sportsbook-feed .sportsbook-feed-items .sportsbook-feed-item .name-desc .name {
    font-size: 3.47222vw;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #f8f8f8;
    margin-bottom: 2.77778vw; }
@media screen and (max-width: 960px) {
    .sportsbook-feed .sportsbook-feed-items .sportsbook-feed-item .name-desc .name {
        font-size: 8vw;
        margin-bottom: 6.4vw; } }
.sportsbook-feed .sportsbook-feed-items .sportsbook-feed-item .name-desc .desc {
    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;
    max-width: 36.80556vw; }
@media screen and (max-width: 960px) {
    .sportsbook-feed .sportsbook-feed-items .sportsbook-feed-item .name-desc .desc {
        max-width: 100%;
        font-size: 3.2vw; } }
@media screen and (max-width: 960px) {
    .sportsbook-feed .sportsbook-feed-items .sportsbook-feed-item .btn-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
.sportsbook-feed .sportsbook-feed-items .sportsbook-feed-item .btn-wrap span {
    display: inline-block;
    font-size: 1.11111vw;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: #304b61;
    padding: 0.48611vw 1.11111vw 0.34722vw;
    border-radius: 16.66667vw;
    background-color: #fff;
    -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) {
    .sportsbook-feed .sportsbook-feed-items .sportsbook-feed-item .btn-wrap span {
        font-size: 3.73333vw;
        padding: 1.86667vw 4.26667vw 1.33333vw;
        border-radius: 64vw; } }

.sportsbook-feed .sportsbook-feed-items .sportsbook-feed-item .name-desc .name {
    font-size: 3.472vw;
    text-transform: uppercase;
}

.breadcrumbs{
    padding-top: 7vw;
    margin-left: 4vw;

    position: relative;
    z-index: 2;
}
.breadcrumbs ul{
    display: flex;
    flex-direction: row;
}
.breadcrumbs ul li, .breadcrumbs ul li a{
    color: #FFF;
    font-family: "NeueMachina";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 15.6px */
    text-transform: lowercase;

    text-decoration: none;

    transition: 0.3s;
}
.breadcrumbs ul li{

    opacity: 0.3;

}
.breadcrumbs ul li:hover, .breadcrumbs ul li a:hover{
    opacity: 1;
}
.divdiv{
    margin-left: 10px;
    margin-right: 10px;
}

@media(max-width: 960px){
    .provider-item-v2{
        width: 100%!important;
    }

    .breadcrumbs {
        padding-top: 20vw;
        margin-left: 4vw;
        position: relative;
        z-index: 2;
    }

    .providers-header .title-h1 h1 {
        text-align: left;
        font-size: 8.5vw;

        margin-bottom: 12.3vw;

        line-height: 110%;
    }

    .providers-header .button-desc p {
        font-size: 3.6vw;

        margin-bottom: 8vw;
    }

    .providers-header .button-desc {
        padding: 0 4.167vw;
        max-width: 100%;
    }

    .providers-info .item {
        text-align: center;
        margin-right: 1vw;
    }

    .providers-info .item .number {
        border-radius: 4.4vw;
        background: #382416;
        font-size: 4.5vw;
        padding: 3vw 5.5vw;
    }

    .providers-info .item label {
        color: #884618;
        font-size: 2vw;
        margin-left: 0.4vw;
    }

    .providers-info .item .text {
        font-size: 3vw;
        transition: 0.3s;
        margin-top: 1.5vw;
    }

    .providers-search {
        display: flex!important;

        flex-direction: column-reverse;
    }

    .providers-search .search {
        position: relative;
        width: 100%;
    }

    .providers-search .search input {
        position: relative;
        z-index: 1;
        border-radius: 7.2vw;
        background: #282828;
        color: rgba(255, 255, 255, 0.90);
        font-family: "NeueMachina";
        font-size: 4.1vw;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        border: 0;
        padding: 2.5vw 4vw;
        box-sizing: border-box;
        outline: none !important;
        width: 100%;
    }

    .providers-search .search svg {
        position: absolute;
        top: 2.7vw;
        right: 2.7vw;
        z-index: 2;
        width: 5vw;
        height: 5vw;
    }

    .providers-search .sort .sort-container {
        position: relative;
        z-index: 1;
        border-radius: 3.2vw;
        color: rgba(255, 255, 255, 0.90);
        font-family: "NeueMachina";
        font-size: 3.6vw;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        border: 0;
        padding: 1.5vw 2vw;
        box-sizing: border-box;
        outline: none !important;
        display: flex;
        align-items: center;
    }

    .providers-search .sort .sort-container span {
        margin-right: 2vw;
    }

    .providers-search .sort {
        position: relative;
        margin-right: 1.3vw;
        min-width: 8vw;
        cursor: pointer;
        width: 100%;
        text-align: right;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        padding-top: 2vw;
        margin-top: 5vw;
        border-top: 1px solid rgba(255,255,255,0.16);
    }

    .providers-search .sort .list {
        width: 30.5vw;
    }
    .providers-search .sort .list {
        position: absolute;
        right: 0;
        top: 120%;
        background: #282828;
        padding: 0.8vw;
        border-radius: 0.8vw;

        left: unset;
    }

    .providers-search .sort .list .item {
        font-size: 3vw;
    }

    .providers-search .sort .list .item {
        margin-bottom: 1.3vw;
    }

    .providers-list-v2 {
        margin-top: 8vw;
    }

    .sportsbook-margins-btn {
        height: 68.333vw;
        border-radius: 4.8vw;
        padding: 18.66667vw 3vw 4.8vw;
        background-color: #ff771d;
        margin-top: 28vw !important;
        margin-left: 5vw;
        margin-right: 5vw;
    }

    .sportsbook-margins-btn .name {
        font-size: 4.9vw;
        margin-bottom: 11.46667vw;
    }

    .exploremore {
        padding: 16.667vw 4.26667vw 32vw!important;
        margin-top: 6vw!important;
        margin-left: 5vw!important;
        margin-right: 5vw!important;
    }
}

.providers-search .sort {
    position: relative;
    margin-right: 1.3vw;
    min-width: 8vw;
    cursor: pointer;
    display: flex;
    flex-direction: row;
}

.providers-search .sort .filters-container{
    position: relative;
    z-index: 1;
    border-radius: 3.2vw;
    color: rgba(255, 255, 255, 0.90);
    font-family: "NeueMachina";
    font-size: 1.1vw;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    border: 0;
    padding: 0.7vw 1.3vw;

    box-sizing: border-box;
    outline: none!important;

    display: flex;
    align-items: center;
}
.providers-search .sort .filters-container span{
    margin-right: 1vw;
}

.providers-search .sort .list-filters {
    position: absolute;
    left: 0;
    top: 120%;
    width: 28vw;
    background: #282828;
    padding: 0.8vw;
    border-radius: 0.8vw;
    display: flex;
    flex-wrap: wrap;
}

.providers-search .sort .list-filters .item{
    display: block;
    width: 48%;
    padding: 0.3vw;
    box-sizing: border-box;

    cursor: pointer;

    position: relative;

    transition: 0.3s;

    margin-bottom: 0.3vw;
    margin-right: 0.3vw;
}
.providers-search .sort .list-filters .item.active, .providers-search .sort .list-filters .item:hover{
    background: #151515;
    border-radius: 0.3vw;
}

.providers-search .sort .list-filters .item svg{
    display: none;

    position: absolute;
    right: 0.6vw;
    top: 0.6vw;
}
.providers-search .sort .list-filters .item.active svg{
    display: block!important;
}
.providers-search .sort .list-filters .item:last-child{
    margin-bottom: 0!important;
}

@media(max-width: 960px){
    .providers-search .sort .list-filters {
        width: 77vw;
        background: #282828;
        padding: 2.8vw;
        border-radius: 2.8vw;
        display: flex;
        flex-wrap: wrap;
    }
    .providers-search .sort .list-filters .item{
        text-align: left!important;
    }

    .providers-search .sort {
        position: relative;
        margin-right: 1.3vw;
        min-width: 8vw;
        cursor: pointer;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .providers-search .sort .filters-container {
        position: relative;
        z-index: 1;
        border-radius: 3.2vw;
        color: rgba(255, 255, 255, 0.90);
        font-family: "NeueMachina";
        font-size: 3.6vw;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        border: 0;
        padding: 1.5vw 2vw;
        box-sizing: border-box;
        outline: none !important;
        display: flex;
        align-items: center;
    }

    .providers-search .sort .list-filters .item {
        display: block;
        width: 48%;
        padding: 0.7vw;
        box-sizing: border-box;
        cursor: pointer;
        position: relative;
        transition: 0.3s;
        margin-bottom: 0.7vw;
        margin-right: 0.3vw;
    }
}