
#home-hero {
    position: relative;
    overflow: hidden;
    min-height: max-content;
    z-index: 1;
    padding: 20px 0 40px 0;
    color: #ffffff;
}

#home-hero h1 {
    margin: 0;
    color: #ffffff;
}

@media print, screen and (min-width: 40em) {
    #home-hero {
        padding-top: 30px;
    }
}

@media print, screen and (min-width: 64em) {
    #home-hero {
        padding-top: 92px;
        padding-bottom: 120px;
    }
}


#home-map-section {
    overflow: hidden;
}


#home-map-section {
    display: none;
    padding-top: 80px;
}

@media print, screen and (min-width: 64em) {
    #home-map-section {
        display: block;
    }
}


.star-rate__five,
.star-rate__one {
    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;
}

.star-rate__five svg,
.star-rate__one svg,
.star-rate__five img,
.star-rate__one img {
    width: 18px;
    height: 18px;
}

.star-rate__five svg,
.star-rate__five img {
    margin-right: 4px;
    width: 18px;
    height: 18px;
}

#home-map-section {
    overflow: hidden;
}


@media screen and (min-width: 100em) {
    .grid-container.wide {
        max-width: 92.5rem;
    }
}

@media screen and (min-width: 109.375em) {
    .grid-container.wide {
        max-width: 102.5rem;
    }
}

.hh-welcome {
    max-width: 830px;
    margin-bottom: 0;
}

@media print, screen and (min-width: 64em) {
    .hh-welcome {
        margin-bottom: 76px;
    }
}

.hh-welcome__text {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 14px;
    font-style: italic;
    letter-spacing: 1em;
    margin-bottom: 20px;
}

@media print, screen and (min-width: 40em) {
    .hh-welcome__text {
        font-size: 16px;
    }
}

@media print, screen and (min-width: 64em) {
    .hh-welcome__text {
        font-size: 24px;
        margin-left: 17px;
        margin-bottom: 30px;
    }
}


.hh-welcome__logo {
    margin-bottom: 30px;
    max-width: 80%;
}

@media print, screen and (min-width: 64em) {
    .hh-welcome__logo {
        margin-bottom: 50px;
        max-width: 100%;
    }
}


.hh-welcome__desc {
    color: #ACACB5;
    font-size: 14px;
    max-width: 95%;
}

@media print, screen and (min-width: 64em) {
    .hh-welcome__desc {
        font-size: 16px;
        max-width: 100%;
    }
}


@media (max-width: 1080px) {
    .betting-guides-small .section-head__st-1 {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        align-content: center;
        gap: 17px;
    }

    .betting-guides-small .section-head__st-1 h3 {
        padding-right: 0;
    }
}
