.hh-betting-card__title-text {
    cursor: pointer;
    width: auto;
    display: flex;
    text-align: center;
    color: #626273;
    -webkit-transition: color .2s;
    transition: color .2s;
    font-size: 12px;
}

.hh-betting-card__title-text .info-button {
    width: 12px;
    height: 12px;
    margin: -2px 0 0 5px;
}

.hh-betting-card__title-text .info-button .icon {
    width: 12px;
    height: 12px;
}

@media screen and (min-width: 992px) {
    .hh-betting-card__title-text:hover {
        color: #2D2C4E;
    }

    .hh-betting-card__title-text:hover .info-button .icon {
        filter: brightness(0) saturate(100%) invert(14%) sepia(64%) saturate(568%) hue-rotate(203deg) brightness(88%) contrast(87%);
    }
}

.hhc-review-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.hhc-review {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #9797B2;
    font-size: 14px;
    padding: 12px;
    white-space: nowrap;
}

@media screen and (max-width: 78.125em) {
    .hhc-review-wrap,
    .hhc-review {
        width: 40%;
    }
}

@media screen and (max-width: 21.25em) {
    .hhc-review-wrap,
    .hhc-review {
        width: 100%;
    }
}

@media screen and (min-width: 78.125em) {
    .hhc-review {
        margin: 0 32px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        color: #573B97;
        font-weight: 500;
    }

    .hhc-review span {
        border-bottom: 1px dashed #F0EFF8;
        -webkit-transition: border-color .2s;
        transition: border-color .2s;
    }

    .hhc-review:hover span {
        border-bottom-color: transparent;
    }

    .hhc-review:hover svg {
        fill: #2D2C4E;
    }
}

.hhc-review svg {
    display: none;
    -webkit-transition: fill .2s;
    transition: fill .2s;
}

@media screen and (min-width: 78.125em) {
    .hhc-review svg {
        display: block;
        fill: #F0EFF8;
        margin-right: 8px;
    }
}

.hcc-text__title {
    margin-bottom: 6px;
}


.hh-top-betting-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 24px;
}

@media print, screen and (min-width: 64em) {
    .hh-top-betting-head {
        margin-bottom: 50px;
    }
}

.hh-top-betting__title {
    font-size: 24px;
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
}

.hh-top-betting__button {
    display: none;
}

@media print, screen and (min-width: 40em) {
    .hh-top-betting__button {
        display: block;
        text-align: right;
        margin-left: auto;
        padding-left: 30px;
    }
}

.hh-top-betting__button .button-transparent {
    color: #ffffff;
}

.hh-top-betting__button .button-transparent .bt-icon {
    background-color: #46456F;
}

.hh-top-betting__button .button-transparent .bt-icon svg {
    fill: #9797B2;
}

@media screen and (min-width: 992px) {
    .hh-top-betting__button .button-transparent:hover, .hh-top-betting__button .button-transparent:focus {
        color: #ffffff;
    }

    .hh-top-betting__button .button-transparent:hover .bt-icon, .hh-top-betting__button .button-transparent:focus .bt-icon {
        background-color: #ffffff;
    }

    .hh-top-betting__button .button-transparent:hover .bt-icon svg, .hh-top-betting__button .button-transparent:focus .bt-icon svg {
        fill: #46456F;
    }
}

.hh-betting-cards {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media print, screen and (min-width: 40em) {
    .hh-betting-cards {
        margin: 0 -10px;
    }
}

@media print, screen and (min-width: 64em) {
    .hh-betting-cards {
        margin: 0 -17px;
    }
}

.hh-betting-card-cont, .home-compare-card-cont {
    padding-left: 8px;
    width: 100%;
}

@media print, screen and (min-width: 40em) {
    .hh-betting-card-cont, .home-compare-card-cont {
        width: 50%;
        padding: 0 10px;
    }
}

@media print, screen and (min-width: 64em) {
    .hh-betting-card-cont, .home-compare-card-cont {
        width: 33.333%;
        padding: 0 17px;
    }
}

@media screen and (min-width: 75em) {
    .hh-betting-card-cont, .home-compare-card-cont {
        width: 20%;
    }
}

.hh-betting-card {
    position: relative;
    z-index: 1;
    border-radius: 10px;
    text-align: center;
    width: 100%;
    padding: 18px 12px 24px 12px;
    margin: 0 0 12px 0;
}

@media print, screen and (min-width: 64em) {
    .hh-betting-card {
        margin: 8px 0 24px 0;
        padding: 64px 25px 30px 25px;
    }
}

.hh-betting-card__num {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: url("../../img/card-position.svg");
    position: absolute;
    top: 16px;
    left: -8px;
    width: 56px;
    height: 56px;
    border-radius: 4px;
    font-size: 24px;
    font-weight: 900;
    color: #ffffff;
    font-style: italic;
    padding: 4px 8px 0 0;
    line-height: 1;
}

@media print, screen and (min-width: 64em) {
    .hh-betting-card__num {
        top: -8px;
        left: 12px;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .hh-betting-card__num > span, .hh-betting-card__num > .icon {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
}

.hh-betting-card__num.primary {
    background: url("data:image/svg+xml,%3Csvg width='56' height='56' viewBox='0 0 56 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 23L-8.30516e-07 4C-9.27081e-07 1.79086 1.79086 -7.8281e-08 4 -1.74846e-07L8 -3.49691e-07L8 23L0 23Z' fill='%23782525'/%3E%3Cpath d='M4 56C1.79086 56 -7.8281e-08 54.2091 -1.74846e-07 52L-2.27299e-06 4L39.6108 4C41.0824 4 42.4351 4.80796 43.1327 6.1036L54.9789 28.1036C55.6163 29.2875 55.6163 30.7125 54.9789 31.8964L43.1327 53.8964C42.4351 55.192 41.0824 56 39.6108 56L4 56Z' fill='%23EC5657'/%3E%3C/svg%3E%0A");
}

.hh-betting-card__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    overflow: hidden;
    border-radius: 10px;
}

.hh-betting-card__bg img {
    display: block;
    min-width: 101%;
    min-height: 101%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}

.hh-betting-card__bg:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, right bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.9)));
    background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.9));
}

@media print, screen and (min-width: 64em) {
    .hh-betting-card__bg:after {
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), color-stop(30%, rgba(0, 0, 0, 0.5)), color-stop(65%, rgba(0, 0, 0, 0.9)), to(rgba(0, 0, 0, 0.9)));
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0.9) 65%, rgba(0, 0, 0, 0.9));
    }
}

.hh-betting-card__logo {
    width: 100%;
    height: 82px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 15px 50px;
    margin: -18px 0 10px 0;
    cursor: pointer;
}

@media print, screen and (min-width: 64em) {
    .hh-betting-card__logo {
        margin-top: 0;
        padding: 15px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 30px;
    }
}

.hh-betting-card__rate {
    position: absolute;
    top: 30px;
    right: 12px;
}

@media print, screen and (min-width: 64em) {
    .hh-betting-card__rate {
        position: relative;
        width: 100%;
        top: 0;
        right: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 16px;
    }
}

.hh-betting-card__rate [data-star-rate] {
    color: #FFC107;
    font-size: 12px;
    font-weight: 600;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.hh-betting-card__rate .star-rate__text {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
}

@media print, screen and (min-width: 64em) {
    .hh-betting-card__rate .star-rate__text {
        display: none;
    }
}

.hh-betting-card__rate .star-rate__one {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-right: 5px;
}

@media print, screen and (min-width: 64em) {
    .hh-betting-card__rate .star-rate__one {
        width: 0;
        margin-right: 0;
        overflow: hidden;
    }
}

.hh-betting-card__rate .star-rate__five {
    display: none;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
}

@media print, screen and (min-width: 64em) {
    .hh-betting-card__rate .star-rate__five {
        display: block;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
}

.hh-betting-card__rate-text {
    display: none;
}

.hh-betting-card__title-cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
}

.hh-betting-card__title-cont .info-button {
    margin-left: 7px;
    margin-top: -5px;
}

.hh-betting-card__title-cont .info-button .icon {
    margin-right: 0px;
}

.hh-betting-card__title {
    font-style: italic;
    font-weight: 600;
    width: 80%;
    margin: 0 auto;
    padding: 10px 0px;
    display: block;
    flex: 0 1 100%;
}


.hh-betting-card__title p{margin-bottom:0; height: 44px; overflow: hidden}

.hh-betting-card__title-text {
    width: 100%;
    text-align: center;
    /* opacity: .4; */
    font-size: 12px;
}

.hh-betting-card__botom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media print, screen and (min-width: 64em) {
    .hh-betting-card__botom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.hh-betting-card__button {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    width: 60%;
}

@media print, screen and (min-width: 64em) {
    .hh-betting-card__button {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        margin-bottom: 20px;
    }

    .hh-betting-card__button a.button.link-to-casino {
        font-size: 1.5rem;
    }
}

.hh-betting-card__button .button, .hh-betting-card__button .ibl-button {
    margin-bottom: 0;
}

.hh-betting-card__link {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: 40%;
}

@media print, screen and (min-width: 64em) {
    .hh-betting-card__link {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        width: 100%;
    }
}

.hh-betting-card__link a {
    font-size: 13px;
    font-weight: 500;
    color: #ACACB5;
}

@media screen and (min-width: 992px) {
    .hh-betting-card__link a:hover {
        color: #ffffff;
    }
}

.hh-how-rate {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.hh-how-rate a {
    line-height: 1;
    color: #626273;
    font-size: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: color .2s;
    transition: color .2s;
}

.hh-how-rate a svg,
.hh-how-rate a img {
    fill: #626273;
    margin-right: 8px;
    -webkit-transition: fill .2s;
    transition: fill .2s;
}

@media screen and (min-width: 992px) {
    .hh-how-rate a:hover {
        color: #ffffff;
    }

    .hh-how-rate a:hover svg,
    .hh-how-rate a:hover img {
        fill: #ffffff;
    }
}


.hh-all-bookies {
    padding: 0 7px;
    margin-bottom: 24px;
}

@media print, screen and (min-width: 40em) {
    .hh-all-bookies {
        display: none;
    }
}

.hh-all-bookies .button.button-vs-icon, .hh-all-bookies .ibl-button {
    margin-bottom: 0;
    padding: 1.1875rem 1rem;
    background-color: #2D2C4E;
    color: #9797B2;
}

.hh-all-bookies .button.button-vs-icon .bt-icon, .hh-all-bookies .ibl-button .bt-icon {
    margin-left: 12px;
    background-color: #46456F;
}

.hh-all-bookies .button.button-vs-icon .bt-icon svg, .hh-all-bookies .ibl-button .bt-icon svg {
    fill: #9797B2;
}


.how-rate-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #9797B2;
    font-size: 14px;
    line-height: 1;
    -webkit-transition: color .2s;
    transition: color .2s;
}

a.how-rate-link {
    text-decoration: underline !important;
}

.how-rate-link svg {
    fill: #9797B2;
    margin-right: 8px;
}

@media screen and (min-width: 992px) {
    .how-rate-link:hover {
        text-decoration: underline;
        filter: unset;
        color: #9797B2;
    }

}


.hh-betting-card__title p{margin-bottom:0; height: 44px; overflow: hidden}
.hh-betting-card__title-text {
    cursor:pointer;
    width: auto;
    display: flex;
    text-align: center;
    color: #626273;
    -webkit-transition: color .2s;
    transition: color .2s;
    font-size: 12px; }

.hh-betting-card__title-text .info-button {
    width: 12px;
    height: 12px;
    margin: -2px 0 0 5px;
}
.hh-betting-card__title-text .info-button .icon {
    width: 12px;
    height: 12px;
}

@media screen and (min-width: 992px) {
    .hh-betting-card__title-text:hover {
        color: #2D2C4E;
    }
}
