
body {
    font-size: 16px;
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
}

.layer {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.wrapper {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

img[data-src=""] {
    display: none !important;
}

img[data-src]:not(.loaded) {
    visibility: hidden !important;
}

img[data-src].error {
    display: none !important;
}

header .center,
footer .center {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    padding: 0 1.5em;
    width: 75%;
    max-width: 100%;
    box-sizing: border-box;
}
header .match {
    position: relative;
}

.background,
.background:after,
.background:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.background {
    z-index: -1;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 0 23px 0 40px;
    box-sizing: border-box;
    overflow: hidden;
}

.background .foreground {
    position: absolute;
    flex: 0 1 auto;
    overflow: hidden;
    top: 245px;
    right: 10%;
}

.foreground-mobile {
    display: none;
}

main {
    flex-grow: 1;
    position: relative;
}

.logo {
    height: 22px;
    width: 100%;
}

.copy-desktop {
    font-size: 32px;
    font-weight: 700;
    color: #FFF;
    text-transform: uppercase;
    margin-top: 20px;
}

.copy-tablet-mobile {
    font-size: 32px;
    font-weight: 700;
    color: #FFF;
    text-transform: uppercase;
    display: none;
}

.newProduct {
    font-weight: 800;
    background: rgba(0, 53, 149, 0.5);
    font-size: 50px;
    text-align: center;
    margin-top: 73px;
    width: 375px;
    padding: 24px;
    line-height: 47px;
    border-radius: 4px;
}

.newProduct .firstLine,.newProduct .secondLine {
    text-transform: uppercase;
}

.newProduct .firstLine {
    color: #FFF;
}

.newProduct .secondLine {
    color: #FFF01E;
}

.match {
    border-radius: 0;
    background: unset;
    padding: 18px 24px;
    box-sizing: border-box;
    max-width: 50%;
    margin: 0 0 0 12.5%;
}

.mobile-br {
    display: none;
}

.match .tournament {
    text-transform: uppercase;
}

.match .day, .match .hour {
    font-weight: bold;
    text-transform: uppercase;
}

.match .tournament .name {
    padding-left: .3em;
}

.match .date {
    font-size: 12px;
}

.match .teams {
    font-size: 24px;
    font-weight: 400;
}

.match .teams p {
    text-transform: none;
    font-weight: 500;
    margin: 60px 0 80px;
}

.match .teams p.main-content {
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.12px;
    text-shadow: 0 0 28px #320800;
    padding: 0 315px 0 0;
}

header .call-to-action {
    width: unset;
    margin: 0;
    font-size: 16px;
    pointer-events: none;
    border-radius: 50px;
}

.match > h2 {
    font-size: 34px;
    text-transform: uppercase;
    text-shadow: 0 4px 4px #00000040;
}

.match > h2:first-child {
    margin: 48px 0 0px;
    font-size: 20px;
    font-weight: normal;
}

.match > h2:nth-child(2) {
    margin: 0px 0 16px;
}

.match .teams .team {
    display: flex;
    align-items: center;
    flex: 1 1 0;
}

.match .teams .first {
    justify-content: flex-end;
}

.match .teams .second {
    justify-content: flex-start;
}

.match .team .name {
    font-weight: 800;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.match .poll .team .name {
    display: block;
    max-width: 140px;
    font-size: 16px;
}

.match .poll .winner {
    color: #FFCD00;
    text-transform: uppercase;
}

.match .poll h3 {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 0.4em;
}

.match .poll h3 {
    opacity: 0;
    transform: translateY(1em);
    will-change: transform, opacity;
}

.match .poll.ready h3 {
    opacity: 1;
    transform: translateY(0);
    transition-property: transform, opacity;
    transition-duration: 1.4s;
    transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
}

.logo {
    height: 80px;
    width: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.main-logo {
    margin-bottom: 24px;
    margin-top: 0;
    width: 489px;
}

.bookmakers {
    align-items: stretch;
    margin-bottom: 16px;
    display: flex;
    gap: 20px;
}

.bookmaker > a {
    display: flex;
    flex-flow: column;
    align-items: stretch;
    height: 100%;
}

.bookmaker .call-to-action {
    margin: 0;
    font-weight: 800;
    text-align: center;
    font-size: 36px;
}

.bookmaker .call-to-action,
.bookmaker .logo {
    border-radius: 4px;
}

.bookmaker[data-bookmaker-id="128"] .logo {
    background: #0A1B4E;
}

.bookmaker[data-bookmaker-id="413"] .logo {
    background: #003694;
}

.bookmaker .logo {
    border-width: 1px;
    margin-bottom: 12px;
    width: auto;
    height: auto;
    padding: 24px 45px;
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.match .logo img {
    width: 170px;
    max-width: 100%;
}

.call-to-action {
    font-size: 21px;
    font-weight: 800;
    text-transform: uppercase;
    display: inline-block;
    line-height: 1;
    margin: 1.68em 0;
    cursor: pointer;
    padding: 0.6em 1.8em;
}

.match .variations-warning {
    margin-bottom: 0.6em;
}

h2.title {
    background: #0A1B4E;
    font-size: 18px;
    text-transform: none;
    border-radius: 0;
    line-height: 1;
    padding: 1.18em 1.2em;
}

h2.title span {
    padding-left: 0;
}

footer {
    font-weight: 400;
    bottom: 0;
    box-sizing: border-box;
    padding: 0;
}

footer .center {
    height: 150px;
}

footer .warning {
    max-width: 300px;
    text-align: right;
}

footer .privacy {
    font-weight: 700;
}

footer .right img {
    height: 50px;
}

footer .logo {
    width: 300px;
    margin-right: 1em;
    height: 150px;
}

footer .right .warning {
    order: 0;
}

footer .right > :not(.warning) {
    order: 1;
}

.bookmakers .odd {
    background: #fff;
    border: 1px solid #e2e2e2;
    color: #0A1B4E;
    border-radius: 4px;
    padding: 0.82em 1.2em;
    font-size: 24px;
    font-weight: 700;
}

.bookmakers .odd.best {
    background: #28D270;
    color: #fff;
}

@media (max-width: 1280px) {
    .background .foreground {
        width: 35%;
        top: 135px;
        right: 5%;
    }
}

@media (max-width: 1024px) {

    .background {
        padding: 18px 24px;
        align-items: flex-start;
    }

    .background:after {
        height: 76px;
    }

    .background .foreground {
        top: 182px;
        right: 48%;
        height: 419px;
        width: auto;
    }

    header .center,
    footer .center {
        width: auto;
    }

    header .logo, footer .logo {
        height: 66px;
    }

    .match {
        max-width: none;
        padding: 32px 0px;
        text-align: center;
        margin: 0;
    }

    .match > h2 {
        margin: 0 0 1em 0;
        font-size: 32px;
    }

    .main-logo {
        width: 359px;
    }

    .match .teams {
        margin: 100px 0 0 0;
        padding-left: 41%;
    }

    .match .teams p.main-content {
        font-size: 18px;
        text-shadow: none;
    }

    .match .teams p.main-content {
        padding: 0px 59px;
        text-align: center;
        color: #003595;
    }

    .bookmakers {
        justify-content: center;
        margin-bottom: -11px;
    }

    footer .center {
        height: auto;
        display: block;
        text-align: center;
        padding-bottom: 1em;
    }

    footer .logo {
        margin: 0 auto;
    }

    footer .left, footer .right {
        display: block;
    }

    footer .warning {
        text-align: center;
        max-width: none;
        margin-top: 1em;
    }

    footer .privacy {
        display: block;
        margin-top: 1em;
        margin-bottom: 2em;
    }

    footer .disclaimer {
        margin-bottom: 1em;
    }

    .copy-desktop {
        display: none;
    }

    .copy-tablet-mobile {
        display: block;
        margin: 0 auto;
    }

}

@media (max-width: 599px) {

    .match {
        padding: 18px 24px 15px;
    }

    header .center {
        margin-bottom: 0;
        padding-left: .4em;
    }

    .foreground {
        display: none;
    }

    .match .teams {
        margin: 11px 0 0 0;
        padding: 0;
    }

    .main-logo {
        width: 82%;
        margin-bottom: 0;
    }

    .match > h2 {
        font-size: 24px;
    }

    .match .teams p.main-content {
        font-size: 14px;
        padding: 0;
    }

    .bookmakers {
        flex-flow: column nowrap;
        padding: 0;
        max-width: 400px;
        gap: 5px;
        margin-bottom: 0;
        margin: 0 auto;
    }

    .bookmaker > a {
        flex-flow: row nowrap;
        gap: 5px;
        aspect-ratio: 5;
        flex: 0 0 auto;
        overflow: hidden;
    }

    .bookmaker .logo {
        margin: 0;
        padding: 4px 40px;
    }

    .bookmaker[data-bookmaker-id="413"] .logo {
        padding: 20px 15px;
    }

    .bookmaker .logo img {
        width: 100%;
    }

    .bookmaker .call-to-action {
        font-size: 23px;
        display: flex;
        align-items: center;
        padding: 0.6em 1.2em;
    }

    .copy-tablet-mobile {
        font-size: 24px;
    }

    .newProduct {
        padding: 16px;
        font-weight: 800;
        font-size: 24px;
        width: 191px;
        margin: 0 auto;
        background: #0A1B4E80;
        line-height: 29px;
    }

    .foreground-mobile {
        display: block;
        position: relative;
        width: 306px;
        margin: 30px auto 0;
        z-index: -1;
    }

    .match .teams p.main-content {
        background: #003595B2;
        color: #FFF;
        padding: 16px;
        font-size: 14px;
        font-weight: 400;
        margin: -164px 0 12px;
        border-radius: 4px;
    }

}