:root {
    --mobile-header-height: 65px;
    --header-height: 90px;
    --mobile-menu-width: 80vw;
    --default-margin: 0.625rem
}

body {
    font-family: "Poppins", sans-serif
}

body.--rtl {
    direction: rtl
}

.niche_table li {
    background: none !important;
    padding: 0
}

.niche_table th, .niche_table td {
    background: #fff;
    padding: 10px 15px;
    border: 1px solid #fff;
    border-right: 0;
    border-left: 0
}

.niche_table tr {
    background: rgba(0, 0, 0, 0) !important
}

.niche_table tr:nth-child(odd) td {
    background: #fff
}

.h_a_c .nichetable__td .mcontent__text a {
    color: #000
}

.Page li {
    font-size: 14px;
    list-style: square;
    margin-bottom: 0;
    font-style: italic;
    font-weight: 600;
    min-height: 33px
}

.Page ul.better li {
    background-position: left 4px
}

h1, h2 {
    line-height: 1.2;
    margin-bottom: 20px;
    margin-top: 20px;
    text-transform: uppercase;
    -webkit-border-start: 5px solid var(--border-color);
    border-inline-start: 5px solid var(--border-color);
    -webkit-padding-start: 25px;
    padding-inline-start: 25px;
    color: var(--color);
    font-weight: 700
}

h1 {
    font-size: 28px;
    --color: var(--h1-color);
    --border-color: var(--h1-border-color);
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    font-weight: 700;
    border: 0
}

h2 {
    font-size: 24px;
    --color: var(--h2-color);
    --border-color: var(--h2-border-color)
}

h3 {
    color: var(--h3-color);
    font-size: 22px;
    font-weight: 700
}

h4, h5, h6 {
    color: var(--h4-color);
    font-size: 18px;
    font-weight: 700


    p, ol, ul {
    font-size: var(--normal-font-size);
    margin-bottom: 16px;
    line-height: 28px;
    text-align: start;}
    }

/*p {*/
/*    color: var(--p-color);*/
/*    margin-bottom: 26px;*/
/*    font-size: 14px;*/
/*    line-height: 25px*/
/*}*/

body.--rtl .lwptoc_i {
    text-align: right
}

body.--rtl .lwptoc_i .lwptoc_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

body.--rtl .ub-post-grid-item .ub-block-post-grid-text .ub-block-post-grid-title {
    text-align: right
}

.ub-post-grid-item .ub-block-post-grid-image {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
    margin-bottom: 0
}

.ub-post-grid-item .ub-block-post-grid-text {
    -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, .06);
    box-shadow: 0px 4px 15px rgba(0, 0, 0, .06);
    padding: 10px
}

.ub-post-grid-item .ub-block-post-grid-text .ub-block-post-grid-title {
    font-size: 13px;
    padding: 0;
    border: 0;
    text-align: left;
    margin: 0;
    text-transform: unset
}

.tpgb-infobox {
    background-color: var(--infobox-bg-color);
    color: var(--infobox-text-color);
    padding: calc(var(--default-margin) * 2);
    border-left: 3px solid var(--infobox-border-color)
}

.tpgb-infobox .button-link-wrap {
    background-color: var(--infobox-button-bg-color);
    border: none !important
}

.tpgb-infobox .button-link-wrap:active, .tpgb-infobox .button-link-wrap:visited, .tpgb-infobox .button-link-wrap:focus, .tpgb-infobox .button-link-wrap:hover {
    color: var(--infobox-button-text-color)
}

.Header {
    background-color: var(--header-color)
}

.Header-content {
    height: var(--header-height);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.Header-content-logo {
    max-height: 70px;
    height: 100%;
    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
}

img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}


picture img {
    border-radius: 14px;
    margin: 20px auto;
}

.Header-content-logo img {
    max-height: 100%
}

.Header-content-menu {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.SubHeader {
    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;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    text-align: center;
    font-size: 14px;
    background-color: #f6f6f6;
    padding: 10px 0
}

.MobileHeader {
    position: sticky;
    top: 0;
    z-index: 1000;
    width: 100vw;
    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;
    height: var(--mobile-header-height);
    background-color: var(--mobile-header-color)
}

.MobileHeader-menuButton {
    position: absolute;
    top: 0;
    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;
    padding: 0 var(--default-margin);
    height: var(--mobile-header-height)
}

.MobileHeader-menuButton--ltr {
    left: 0
}

.MobileHeader-menuButton--rtl {
    right: 0
}

.MobileHeader-menuButton--rtl svg {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.MobileHeader-menuButton svg {
    height: 50%;
    width: auto
}

.MobileHeader-menuButton svg path {
    fill: var(--mobile-header-menu-button-color)
}

.MobileHeader-logo {
    max-height: 45px;
    height: 100%;
    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
}

.MobileHeader-logo img {
    height: 100%;
    width: auto
}

.FooterSubtext-content {
    padding: var(--default-margin);
    font-size: 12px;
    color: #777
}

.Footer {
    border-top: 5px solid var(--footer-border-color);
    background-color: var(--footer-background-color);
    position: relative;
    --default-gap: 30px
}

@media (max-width: 767px) {
    .Footer {
        --default-gap: 15px
    }
}

.Footer-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: var(--default-gap);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: var(--default-gap)
}

.Footer-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: var(--default-gap);
    padding: 0 30px
}

@media (max-width: 767px) {
    .Footer-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0
    }
}

.Footer-top-logo {
    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
}

.Footer-top-logo img {
    max-height: 100px
}

.Footer-top-separator {
    width: 1px;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    background-color: var(--footer-dividers-color)
}

@media (max-width: 767px) {
    .Footer-top-separator--mobileHidden {
        display: none
    }
}

@media (max-width: 767px) {
    .Footer-top-separator {
        width: auto;
        height: 1px
    }
}

.Footer-top-text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: var(--footer-text-color)
}

@media (max-width: 767px) {
    .Footer-top-text {
        text-align: center
    }
}

.Footer-top-text-title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px
}

.Footer-top-text-content {
    font-size: 11px
}

.Footer-top-menu {
    margin: 0;
    padding: 0
}

@media (max-width: 767px) {
    .Footer-top-menu {
        text-align: center;
        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;
        gap: 10px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.Footer-top-menu li {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.Footer-top-menu li a {
    font-size: 12px;
    color: var(--footer-text-color)
}

.Footer-top-menu li a:hover, .Footer-top-menu li a:active, .Footer-top-menu li a:visited, .Footer-top-menu li a:focus {
    color: var(--footer-text-color)
}

.Footer-top-menu li a:hover {
    text-decoration: underline
}

.Footer-otherLogos {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: var(--default-gap)
}

.Footer-otherLogos img {
    max-height: 40px;
    display: block
}

.Footer-subfooterMenu {
    margin: 0;
    padding: 0;
    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;
    text-align: center;
    gap: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.Footer-subfooterMenu li {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.Footer-subfooterMenu li a {
    font-size: 12px;
    color: var(--footer-text-color)
}

.Footer-subfooterMenu li a:hover, .Footer-subfooterMenu li a:active, .Footer-subfooterMenu li a:visited, .Footer-subfooterMenu li a:focus {
    color: var(--footer-text-color)
}

.Footer-subfooterMenu li a:hover {
    text-decoration: underline
}

.Footer-separator {
    height: 1px;
    width: 100%;
    background-color: var(--footer-dividers-color)
}

.Footer-copyright {
    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;
    text-align: center;
    font-size: 11px;
    color: var(--footer-text-color)
}

.Footer-scrollTop {
    --size: 40px;
    width: var(--size);
    height: var(--size);
    position: absolute;
    bottom: calc(var(--default-gap) / 1);
    right: calc(var(--default-gap) / 1);
    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;
    background-color: var(--footer-scrolltop-background-color);
    cursor: pointer
}

@media (max-width: 767px) {
    .Footer-scrollTop {
        --size: 25px
    }
}

.Footer-scrollTop svg {
    display: block;
    height: 50%
}

.Footer-scrollTop svg g {
    fill: var(--footer-scrolltop-arrow-color)
}

.MobileMenu {
    position: fixed;
    top: 0;
    z-index: 1000;
    background-color: var(--mobile-menu-color);
    height: 100%;
    width: var(--mobile-menu-width);
    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-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.MobileMenu--ltr {
    left: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.MobileMenu--rtl {
    right: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.MobileMenu--opened {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.MobileMenu::-webkit-scrollbar {
    display: none
}

.MobileMenu-close {
    -ms-flex-item-align: end;
    align-self: flex-end;
    height: 65px;
    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;
    padding: 0 var(--default-margin);
    cursor: pointer
}

.MobileMenu-close svg {
    height: 32px
}

.MobileMenu-close svg path {
    fill: var(--mobile-menu-text-color)
}

.MobileMenu-logo {
    -ms-flex-item-align: center;
    align-self: center;
    max-width: 80%;
    max-height: 100px
}

.MobileMenu-logo img {
    height: 100%
}

.Content {
    -webkit-transition: -webkit-transform .4s ease-in-out;
    transition: -webkit-transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
    --overlay-visibility: hidden;
    --overlay-opacity: 0;
    position: relative;
    width: 100vw
}

.Content--ltr {
    --menu-opened-transform: translateX(var(--mobile-menu-width))
}

.Content--rtl {
    --menu-opened-transform: translateX(calc(var(--mobile-menu-width) * -1))
}

.Content--menuOpened {
    -webkit-transform: var(--menu-opened-transform);
    transform: var(--menu-opened-transform);
    --overlay-visibility: visible;
    --overlay-opacity: .5
}

.Content-overlay {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    visibility: var(--overlay-visibility);
    opacity: var(--overlay-opacity);
    background-color: var(--mobile-menu-overlay-color);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%
}

.Content figure {
    margin-bottom: 20px
}

.Content figure.aligncenter {
    text-align: center
}

.Page {
    padding-top: 20px
}

.Page--noPaddingTop {
    padding-top: 0
}

:root {
    --mobile-header-height: 65px;
    --header-height: 90px;
    --mobile-menu-width: 80vw;
    --default-margin: 0.625rem
}

@media (max-width: 767px) {
    .PageApostas {
        padding: 0
    }
}

.PageApostas .MvpBookmakerApostas {
    padding-top: .9375rem
}

@media (max-width: 767px) {
    .PageApostas .MvpBookmakerApostas {
        padding-top: 0
    }
}

.GalleryItem {
    --logo-size: 59px;
    -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, .06);
    box-shadow: 0px 4px 15px rgba(0, 0, 0, .06);
    padding: 10px;
    font-family: "Poppins", sans-serif;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (max-width: 550px) {
    .GalleryItem {
        --logo-size: 25vw
    }
}

.GalleryItem-top {
    height: 150px;
    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;
    background-image: url("../img/gallery-item/background.png");
    background-size: cover;
    background-position: center;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    padding: 12px
}

@media (max-width: 767px) {
    .GalleryItem-top {
        height: 200px
    }
}

.GalleryItem-top:hover {
    -webkit-transform: scale(102%);
    transform: scale(102%)
}

.GalleryItem-top-teams {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 3px solid rgba(255, 255, 255, .5);
    background-color: rgba(255, 255, 255, .5);
    border-radius: 10px;
    padding: 12px
}

.GalleryItem-top-teams-team {
    width: var(--logo-size);
    height: var(--logo-size);
    background-color: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0px 5px 4px rgba(0, 0, 0, .15);
    box-shadow: 0px 5px 4px rgba(0, 0, 0, .15);
    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
}

.GalleryItem-top-teams-team img {
    max-height: 60%;
    max-width: 60%
}

.GalleryItem-bottom {
    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-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.GalleryItem-bottom-text {
    padding: 15px 0;
    margin: 0;
    text-align: center;
    line-height: 1.2;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.GalleryItem-bottom-text a {
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
    color: #111
}

.GalleryItem-bottom-bookie {
    background-color: #f2f2f2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    padding: 5px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.GalleryItem-bottom-bookie-logo {
    width: 100px;
    -webkit-margin-end: 5px;
    margin-inline-end: 5px;
    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;
    padding: 10px
}

.GalleryItem-bottom-bookie-logo img {
    max-height: 80%
}

.GalleryItem-bottom-bookie-odd {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #111;
    text-align: center
}

.GalleryItem-bottom-bookie-odd span {
    color: var(--main-color);
    font-weight: 600
}

.SidebarPosts {
    display: grid;
    grid-template-columns:1fr;
    row-gap: 15px;
    margin-bottom: 30px
}

.SidebarSinglePost {
    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: center;
    -ms-flex-pack: center;
    justify-content: center
}

.SidebarSinglePost img {
    width: 100%;
    margin-bottom: 15px
}

.Forecasts {
    margin-bottom: 26px
}

.ForecastLeague {
    background-color: #f2f2f2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    padding: 0 10px
}

.ForecastLeague:not(:first-child) {
    margin-top: 40px
}

.ForecastLeague-logo {
    -webkit-margin-end: 15px;
    margin-inline-end: 15px;
    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;
    padding: 5px
}

.ForecastLeague-logo img {
    height: 35px;
    width: auto
}

.ForecastLeague a > h1, .ForecastLeague a > h2, .ForecastLeague a > h3, .ForecastLeague a > h4, .ForecastLeague a > h5, .ForecastLeague a > h6, .ForecastLeague a > div {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #000;
    padding: 0;
    margin: 0;
    font-size: 15px;
    border: 0
}

.ForecastItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 0;
    color: #000;
    border-bottom: 1px solid #f2f2f2
}

@media (max-width: 767px) {
    .ForecastItem {
        margin-bottom: 8px;
        padding-bottom: 18px
    }
}

.ForecastItem-time {
    font-size: 14px;
    -webkit-margin-end: 10px;
    margin-inline-end: 10px;
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 767px) {
    .ForecastItem-time {
        display: none
    }
}

.ForecastItem-time-time {
    font-weight: bold
}

.ForecastItem-logos {
    width: 50px;
    border-radius: 5px;
    border: 1px solid #f2f2f2;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-margin-end: 10px;
    margin-inline-end: 10px;
    padding: 5px 0
}

.ForecastItem-logos img {
    width: 30px
}

.ForecastItem-logos img:first-child {
    margin-bottom: 10px
}

.ForecastItem-teams {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-margin-end: 10px;
    margin-inline-end: 10px
}

.ForecastItem-teams-team:first-child {
    margin-bottom: 10px
}

.ForecastItem-teams-team-name {
    font-size: 14px;
    font-weight: bold
}

.ForecastItem-teams-team-results {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.ForecastItem-teams-team-results > * {
    -webkit-margin-end: 5px;
    margin-inline-end: 5px
}

.ForecastItem-cta {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-margin-end: 20px;
    margin-inline-end: 20px
}

@media (max-width: 767px) {
    .ForecastItem-cta {
        -webkit-margin-end: 0;
        margin-inline-end: 0
    }
}

.ForecastItem-cta-datetime {
    display: none;
    font-size: 16px
}

@media (max-width: 767px) {
    .ForecastItem-cta-datetime {
        font-size: 12px;
        display: block
    }
}

.ForecastItem-cta-datetime span {
    font-weight: bold
}

.ForecastItem-cta-button {
    height: 35px;
    border: 1px solid #e32129;
    color: #e32129;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    border-radius: 5px;
    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;
    padding: 0 15px
}

.ForecastItem-cta-button:focus {
    color: #e32129
}

@media (max-width: 767px) {
    .ForecastItem-cta-button {
        font-size: 12px;
        padding: 0 10px;
        height: 30px
    }
}

.ForecastItem-cta-button:hover {
    background-color: #e32129;
    color: #fff
}

@media (max-width: 767px) {
    .ForecastItem-mobileBreak {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        height: 0
    }
}

.ForecastItem-bookies {
    display: grid;
    grid-template-columns:1fr 1fr 1fr;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px
}

@media (max-width: 767px) {
    .ForecastItem-bookies {
        width: 100%;
        margin-top: 10px
    }
}

.ForecastItem-bookies--basketball {
    grid-template-columns:1fr 1fr
}

.ForecastItemResult {
    opacity: .4;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    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;
    line-height: 1
}

.ForecastItemResult--L {
    background-color: #e32129
}

.ForecastItemResult--W {
    background-color: #44bd32
}

.ForecastItemResult--D {
    background-color: #777
}

.ForecastBookie {
    width: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (max-width: 767px) {
    .ForecastBookie {
        width: 100%
    }
}

.ForecastBookie-top {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 1px solid #f2f2f2;
    border-bottom: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ForecastBookie-top-type {
    font-size: 14px;
    color: #e32129
}

.ForecastBookie-top-odd {
    font-size: 15px;
    font-weight: bold;
    color: #000
}

.ForecastBookie-bottom {
    height: 30px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow: hidden;
    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
}

.ForecastBookie-bottom img {
    -o-object-fit: contain;
    object-fit: contain;
    max-height: 80%
}

.LeagueTitle {
    background-color: #f2f2f2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 15px
}

.LeagueTitle-logo {
    width: auto;
    height: 50px;
    -webkit-margin-end: 15px;
    margin-inline-end: 15px;
    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
}

.LeagueTitle-logo img {
    max-height: 90%
}

.LeagueTitle h1, .LeagueTitle h2 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: var(--main-color);
    border: none;
    padding: 0;
    margin: 0;
    font-size: 24px
}

@media (max-width: 767px) {
    .LeagueTitle h1, .LeagueTitle h2 {
        font-size: 18px
    }
}

.LeagueArticles {
    display: grid;
    grid-template-columns:1fr 1fr;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    row-gap: 15px;
    margin-bottom: 30px
}

@media (max-width: 940px) {
    .LeagueArticles {
        grid-template-columns:1fr 1fr
    }
}

@media (max-width: 550px) {
    .LeagueArticles {
        grid-template-columns:1fr
    }
}

.RandomPosts {
    margin-top: 20px;
    display: grid;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    row-gap: 15px;
    margin-bottom: 30px;
    grid-template-columns:1fr
}

.RandomPosts--2 {
    grid-template-columns:1fr 1fr
}

.RandomPosts--3 {
    grid-template-columns:1fr 1fr 1fr
}

.RandomPosts--4 {
    grid-template-columns:1fr 1fr 1fr 1fr
}

@media (max-width: 767px) {
    .RandomPosts {
        grid-template-columns:1fr 1fr
    }
}

@media (max-width: 550px) {
    .RandomPosts {
        grid-template-columns:1fr
    }
}

.Pronostic {
    --main-padding: 20px;
    --logo-size: 160px;
    background-image: var(--prono-block-background);
    margin-bottom: 20px;
    background-size: cover;
    background-position: top center;
    font-family: "Poppins", sans-serif;
    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;
    padding: var(--main-padding)
}

@media (max-width: 500px) {
    .Pronostic {
        --logo-size: 80px
    }
}

.Pronostic--soccer {
    --odd-width: 22%
}

.Pronostic--basketball {
    --odd-width: 32%
}

.Pronostic-title {
    font-size: 14px;
    color: #fff;
    font-weight: 600
}

.Pronostic-when {
    display: none
}

@media (max-width: 500px) {
    .Pronostic-when {
        display: block;
        font-size: 14px;
        color: #fff;
        font-weight: 400;
        margin-top: 10px
    }
}

.Pronostic-match {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: top;
    -ms-flex-align: top;
    align-items: top;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%;
    color: #fff
}

.Pronostic-match-team {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    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
}

.Pronostic-match-team-logo {
    width: var(--logo-size);
    height: var(--logo-size);
    background-color: #fff;
    border-radius: 50%;
    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;
    -webkit-box-shadow: 0px 15px 15px 5px rgba(0, 0, 0, .15);
    box-shadow: 0px 15px 15px 5px rgba(0, 0, 0, .15)
}

.Pronostic-match-team-logo img {
    max-height: 60%;
    max-width: 60%
}

.Pronostic-match-team-name {
    margin-top: 20px;
    text-align: center;
    font-size: 18px;
    font-weight: 700
}

@media (max-width: 500px) {
    .Pronostic-match-team-name {
        font-weight: 500;
        font-size: 15px
    }
}

.Pronostic-match-vs {
    display: none
}

@media (max-width: 500px) {
    .Pronostic-match-vs {
        height: 80px;
        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;
        font-size: 20px
    }
}

.Pronostic-match-when {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: var(--logo-size);
    -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
}

@media (max-width: 500px) {
    .Pronostic-match-when {
        display: none
    }
}

.Pronostic-match-when-time {
    font-size: 32px;
    font-weight: 700
}

.Pronostic-match-when-date {
    font-size: 14px
}

.Pronostic-bookies {
    width: calc(600px - 2 * var(--main-padding));
    --logo-width: 35%;
    margin-top: 40px;
    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
}

@media (max-width: 600px) {
    .Pronostic-bookies {
        width: 100%
    }
}

.Pronostic-bookies-header {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    font-size: 20px;
    font-weight: 600
}

.Pronostic-bookies-header span:first-child {
    width: var(--logo-width);
    text-align: center;
    color: #fff
}

.Pronostic-bookies-header span:not(:first-child) {
    width: var(--odd-width);
    text-align: center;
    color: #fff
}

.Pronostic-bookies-bookie {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    margin-bottom: 8px;
    padding: 3px;
    border-radius: 5px;
    text-decoration: none;
    color: #000
}

.Pronostic-bookies-bookie-logo {
    border-radius: 5px;
    width: var(--logo-width);
    height: 60px;
    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
}

@media (max-width: 500px) {
    .Pronostic-bookies-bookie-logo {
        height: 45px
    }
}

.Pronostic-bookies-bookie-logo img {
    -o-object-fit: contain;
    object-fit: contain;
    max-height: 80%
}

.Pronostic-bookies-bookie-odd {
    width: var(--odd-width);
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none !important
}

.Pronostic-timestamp {
    margin-top: 30px;
    font-size: 12px;
    text-align: center;
    color: #fff
}

.MobileOverlayCta {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    --image-size: 70px;
    position: fixed;
    bottom: -100vh;
    left: 0;
    width: 100vw;
    background-color: #fff;
    -webkit-box-shadow: 0px -3px 10px 1px rgba(0, 0, 0, .32);
    box-shadow: 0px -3px 10px 1px rgba(0, 0, 0, .32);
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 10px;
    padding-bottom: calc(env(safe-area-inset-bottom) + 10px);
    z-index: 1000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (min-width: 768px) {
    .MobileOverlayCta {
        display: none
    }
}

.MobileOverlayCta--buttonOnly {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0)
}

.MobileOverlayCta-top {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    alitn-items: center;
    margin-bottom: 10px
}

.MobileOverlayCta-top-image {
    width: auto;
    height: var(--image-size);
    -webkit-margin-end: 10px;
    margin-inline-end: 10px;
    border-radius: 5px;
    overflow: hidden
}

.MobileOverlayCta-top-image img {
    height: 100%;
    width: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center
}

.MobileOverlayCta-top-title {
    font-size: 14px;
    font-weight: 500;
    color: #262626;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-margin-end: 10px;
    margin-inline-end: 10px
}

.MobileOverlayCta-top-close {
    width: 15px;
    height: 15px;
    cursor: pointer
}

.MobileOverlayCta-top-close svg {
    height: 100%;
    width: auto
}

.MobileOverlayCta-top-close svg g {
    fill: var(--button-color)
}

.MobileOverlayCta-bottom {
    width: 100%;
    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
}

.MobileOverlayCta-bottom a {
    margin: 0;
    padding: 0;
    background-color: var(--button-color);
    border-radius: 5px;
    color: var(--button-text-color);
    font-size: 14px;
    font-weight: 700;
    width: 100%;
    padding: 10px 0;
    text-align: center
}

.MobileOverlayCta-terms {
    font-size: 8px;
    margin-top: 5px;
    color: #262626
}

.Bookmaker {
    font-family: "Poppins", sans-serif;
    width: 100%;
    position: relative
}

.Bookmaker-gradient {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
    width: 100%;
    height: 100%
}

.Bookmaker-background {
    background-color: #169b77;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    width: 100%;
    height: 100%
}

.Bookmaker-content {
    padding-top: 20px;
    padding-bottom: 20px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 767px) {
    .Bookmaker-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.Bookmaker-content-left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-margin-end: 20px;
    margin-inline-end: 20px
}

.Bookmaker-content-left-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.Bookmaker-content-left-title-logo {
    --width: 120px;
    width: var(--width);
    -webkit-margin-end: 30px;
    margin-inline-end: 30px
}

@media (max-width: 767px) {
    .Bookmaker-content-left-title-logo {
        --width: 80px
    }
}

@media (max-width: 767px) {
    .Bookmaker-content-left-title-logo {
        -webkit-margin-end: 20px;
        margin-inline-end: 20px
    }
}

.Bookmaker-content-left-title-right h1 {
    color: #fff;
    line-height: 1.4;
    font-size: 30px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    border: none
}

@media (max-width: 767px) {
    .Bookmaker-content-left-title-right h1 {
        font-size: 20px
    }
}

.Bookmaker-content-left-description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (max-width: 767px) {
    .Bookmaker-content-left-description {
        display: none
    }
}

.Bookmaker-content-left-description-catchPhrase {
    color: #fff;
    line-height: 1.4;
    font-size: 18px;
    margin: 0;
    padding: 0;
    margin-top: 20px;
    text-transform: uppercase;
    border: none;
    font-weight: 700
}

.Bookmaker-content-left-description-conditionsTitle {
    font-style: italic;
    color: #fff;
    margin-top: 10px;
    font-size: 12px
}

.Bookmaker-content-left-description p {
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    color: #fff;
    font-size: 14px;
    text-align: left
}

.Bookmaker-content-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: rgba(0, 0, 0, .2);
    border-radius: 5px
}

@media (max-width: 767px) {
    .Bookmaker-content-right {
        width: 100%;
        margin-top: 20px
    }
}

.Bookmaker-content-right-verifiedAndCount {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px;
    border-bottom: 1px dashed rgba(255, 255, 255, .4)
}

@media (max-width: 767px) {
    .Bookmaker-content-right-verifiedAndCount {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.Bookmaker-content-right-verifiedAndCount-verified {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px
}

.Bookmaker-content-right-verifiedAndCount-verified img {
    height: 30px;
    -webkit-margin-end: 10px;
    margin-inline-end: 10px
}

.Bookmaker-content-right-verifiedAndCount-verified span {
    color: #fff;
    -webkit-margin-end: 10px;
    margin-inline-end: 10px
}

.Bookmaker-content-right-verifiedAndCount-count {
    color: #fff;
    text-align: right;
    font-size: 12px
}

.Bookmaker-content-right-verifiedAndCount-count span {
    font-weight: bold
}

.Bookmaker-content-right-code {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border-radius: 5px;
    padding: 5px;
    height: 70px;
    margin: 20px;
    margin-bottom: 0
}

.Bookmaker-content-right-code span, .Bookmaker-content-right-code input {
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    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;
    color: #262626;
    font-size: 28px;
    font-weight: 600;
    background: linear-gradient(45deg, #f2f2f2 12.5%, #fff 12.5%, #fff 37.5%, #f2f2f2 37.5%, #f2f2f2 62.5%, #fff 62.5%, #fff 87.5%, #f2f2f2 87.5%);
    background-size: 100px 100px;
    background-position: 50px 50px
}

.Bookmaker-content-right-code-button {
    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;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    background-color: var(--button-color);
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 5px;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.4;
    cursor: pointer
}

@media (max-width: 767px) {
    .Bookmaker-content-right-code-button {
        font-size: 15px
    }
}

.Bookmaker-content-right-highlights {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 20px;
    border-top: 1px dashed rgba(255, 255, 255, .4);
    border-bottom: 1px dashed rgba(255, 255, 255, .4)
}

@media (max-width: 767px) {
    .Bookmaker-content-right-highlights {
        display: none
    }
}

.Bookmaker-content-right-highlights-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-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 10px;
    width: 120px
}

.Bookmaker-content-right-highlights-item-image {
    height: 30px;
    margin-bottom: 10px;
    color: #fff;
    font-size: 20px
}

.Bookmaker-content-right-highlights-item-image img {
    height: 100%
}

.Bookmaker-content-right-highlights-item span {
    font-size: 14px;
    text-align: center;
    color: #fff
}

.Bookmaker-content-right-catchphrase {
    display: none;
    color: #fff;
    line-height: 1.4;
    font-size: 16px;
    margin: 0;
    padding: 20px;
    text-transform: uppercase;
    border-top: 1px dashed rgba(255, 255, 255, .4);
    border-bottom: 1px dashed rgba(255, 255, 255, .4);
    font-size: 18px;
    font-weight: 700;
    text-align: center
}

@media (max-width: 767px) {
    .Bookmaker-content-right-catchphrase {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.Bookmaker-content-right-conditions {
    display: none;
    border-top: 1px dashed rgba(255, 255, 255, .4);
    padding: 20px
}

@media (max-width: 767px) {
    .Bookmaker-content-right-conditions {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.Bookmaker-content-right-conditions-title {
    font-style: italic;
    color: #fff;
    font-size: 10px
}

.Bookmaker-content-right-conditions p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 12px;
    text-align: left
}

.Bookmaker-content-right-conditions-expiration {
    margin-top: 5px;
    font-size: 12px;
    color: #fff
}

.Bookmaker-content-right-button {
    padding: 20px;
    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
}

.Bookmaker-content-right-button a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: var(--button-color);
    color: #fff;
    text-decoration: none;
    padding: 10px;
    width: 100%;
    border-radius: 5px;
    text-align: center
}

.Rating {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 120px;
    gap: 5px
}

@media (max-width: 767px) {
    .Rating {
        width: 100px;
        gap: 3px
    }
}

.Rating img {
    width: 20%
}

.TestedAndVerified {
    -ms-flex-item-align: start;
    align-self: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 767px) {
    .TestedAndVerified {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.TestedAndVerified-tested {
    padding: 8px;
    background-color: #27ae60;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    -webkit-margin-end: 10px;
    margin-inline-end: 10px;
    font-size: 12px
}

.TestedAndVerified-tested img {
    height: 30px;
    -webkit-margin-end: 8px;
    margin-inline-end: 8px;
    color: #fff
}

@media (max-width: 767px) {
    .TestedAndVerified-tested {
        font-size: 10px;
        -webkit-margin-end: 0;
        margin-inline-end: 0;
        margin-top: 10px
    }

    .TestedAndVerified-tested img {
        height: 15px
    }
}

.TestedAndVerified-rating {
    color: #fff;
    font-size: 12px
}

@media (max-width: 767px) {
    .TestedAndVerified-rating {
        font-size: 10px
    }
}

.BannerCta {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    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;
    z-index: 1000
}

.BannerCta-image {
    width: 100%
}

@media (min-width: 768px) {
    .BannerCta-image--mobile {
        display: none
    }
}

@media (max-width: 767px) {
    .BannerCta-image--desktop {
        display: none
    }
}

.Pagination {
    margin-bottom: 20px
}

.Pagination .page-numbers {
    padding: 5px 15px;
    color: #000;
    border: 1px solid #f2f2f2
}

:root {
    --mobile-header-height: 65px;
    --header-height: 90px;
    --mobile-menu-width: 80vw;
    --default-margin: 0.625rem
}

.BannerShortcode {
    padding-top: .9375rem;
    position: relative
}

.BannerShortcode--noPadding {
    padding-top: 0
}

@media (max-width: 767px) {
    .BannerShortcode {
        padding: 0
    }
}

.BannerShortcode-gradient {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
    width: 100%;
    height: 100%
}

.BannerShortcode-background {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%
}

.BannerShortcode-content {
    z-index: 3
}

@media (max-width: 767px) {
    .BannerShortcode-content {
        padding: 0 !important
    }
}

.author-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    background-color: #f2f2f2;
    padding: 5px;
    border-radius: 5px;
    width: 100%
}

@media screen and (max-width: 768px) {
    .author-meta {
        width: 100%
    }
}

.author-meta__avatar {
    width: 33px;
    height: 33px
}

.author-meta__avatar img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 0 !important;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .2509803922);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .2509803922)
}

.author-meta__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.author-meta__content__name {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .2px;
    color: var(--h1-color) !important
}

.author-meta__content__date {
    font-size: 12px;
    font-weight: 400;
    color: #777
}

.author-meta__content__date strong {
    color: #222;
    font-weight: 500
}

.divider {
    width: 100%;
    height: 2px;
    --color: #e0e3eb;
    background-image: repeating-linear-gradient(90deg, var(--color), var(--color) 8px, transparent 8px, transparent 16px);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 100% 2px;
    margin: 16px 0
}

/*# sourceMappingURL=index.min.css.map */
img:is([sizes="auto" i], [sizes^="auto," i]) {
    contain-intrinsic-size: 3000px 1500px
}
:root {
    --tpg-primary-color: #0d6efd;
    --tpg-secondary-color: #0654c4;
    --tpg-primary-light: #c4d0ff
}

body .rt-tpg-container .rt-loading,
body #bottom-script-loader .rt-ball-clip-rotate {
    color: #0367bf !important;
}
:root {
    --primary-light-color: #FFFFFF;
    --primary-dark-color: #002f5e;
    --highlight-primary-light-color: #27ae60;
    --secondary-light-color: #FFFFFF;
    --secondary-dark-color: #7a7a7a;
    --third-dark-color: #222222;
    --copied-color: #35c200;
    --code-color: #f6a605;
    --bonus-color: #f73757;
    --cta-background-color: #27ae60;
    --cta-text-color: #ffffff;
    --info-background-color: #f2f2f2;
    --info-website-link-color: #338AEF;
    --view-more-link-color: #338AEF;
    --separator-color: #d9d9d9;
}
:root {
    --mvp-game-soccer-background: url(wp-content/uploads/2024/12/backfoot.jpg);
    --mvp-game-basketball-background: url(wp-content/uploads/2024/12/backbasket.jpg);
}
:root {
    --bookmaker-casino-mobile-background: url(wp-content/uploads/2024/09/backgroundApostasCasinoMob.jpg);
    --bookmaker-apostas-mobile-background: url(wp-content/uploads/2024/09/backgroundApostasSportsMob.jpg);
    --bookmaker-casino-desktop-background: url(wp-content/uploads/2024/09/backgroundApostasCasino-3.jpg);
    --bookmaker-apostas-desktop-background: url(wp-content/uploads/2024/09/backgroundApostasSports-4.jpg);
    --bookmaker-casino-background-color: #1a1a1a;
    --bookmaker-apostas-background-color: #1a1d29;
}
:root {
    --bookmaker-casino-mobile-background: url(wp-content/uploads/2024/09/backgroundApostasCasinoMob.jpg);
    --bookmaker-apostas-mobile-background: url(wp-content/uploads/2024/09/backgroundApostasSportsMob.jpg);
    --bookmaker-casino-desktop-background: url(wp-content/uploads/2024/09/backgroundApostasCasino-3.jpg);
    --bookmaker-apostas-desktop-background: url(wp-content/uploads/2024/09/backgroundApostasSports-4.jpg);
    --bookmaker-casino-background-color: #1a1a1a;
    --bookmaker-apostas-background-color: #1a1d29;
}
:root {
    --bookmaker-app-background-color: #00409b;
    --bookmaker-app-button-color: #e1091a;
}
:root {
    --bookmaker-code-button-color: #e1091a;
}
.MobileHeader-logo {
    max-width: 50%;
}

.MobileHeader-logo img {
    height: auto;
}

.atencao {
    border: 1px solid #ffac71;
    background-color: #ffe8d9;
    color: #e74c3c !important;
    padding: 15px;
    border-radius: 5px;
}

.wpforms-container {
    border: 2px solid #002559 !important;
    padding: 30px !important;
    border-radius: 10px !important;
}

.submit_color {
    background-color: #2ecc71 !important;
}

.tpgb-infobox .service-title,
.tpgb-infobox .service-desc {
    color: white !important;
}

.button-link-wrap {
    color: #2ecc71 !important;
}

.MvpGame-bookies-bookie-logo img {
    max-height: 40% !important;
}

.MvpBookmakerTableBonus-content-main-value {
    font-size: 12px;
    line-height: 18px
}

.SubHeader {
    font-size: 12px;
}
:root {
    --header-color: #FFFFFF;
    --mobile-header-color: #002559;
    --mobile-header-menu-button-color: #ffffff;
    --mobile-menu-color: #002559;
    --mobile-menu-text-color: #ffffff;
    --mobile-menu-overlay-color: #002559;
    --h1-color: #002559;
    --h1-border-color: #002559;
    --h2-color: #002559;
    --h2-border-color: #002559;
    --h3-color: #002559;
    --h4-color: #000000;
    --p-color: #3b3b3b;
    --button-color: #002559;
    --button-text-color: #ffffff;
    --infobox-bg-color: #2ecc71;
    --infobox-border-color: #21a559;
    --infobox-text-color: #ffffff;
    --infobox-button-bg-color: #ffffff;
    --infobox-button-text-color: #21a559;
    --footer-background-color: #002559;
    --footer-border-color: #004fbe;
    --footer-text-color: #FFFFFF;
    --footer-dividers-color: #004fbe;
    --footer-scrolltop-background-color: #004fbe;
    --footer-scrolltop-arrow-color: #FFFFFF;
    --bullet-icon: url();
    --prono-block-background: url();
}
:root {
    --data-table-border-color: #bbbbbb;
    --data-table-header-color: #f2f2f2;
    --data-table-cta-color: #002559;
}
:root {
    --pos-0-border-color: #bbbbbb;
    --pos-0-header-color: #f2f2f2;
    --pos-0-cta-color: #002559;
}
:root {
    --mvp-accumulator-color: #002559;
    --mvp-accumulator-main-cta-color: #27ae60;
}