﻿@import url(https://fonts.googleapis.com/css?family=Barlow:700;300;200|Roboto);

.fade-enter-active {
    -webkit-animation: fade-in .5s;
    animation: fade-in .5s
}

.fade-leave-active {
    -webkit-animation: fade-out .5s;
    animation: fade-out .5s
}

.bounce-enter-active {
    -webkit-animation: bounce-in .8s;
    animation: bounce-in .8s
}

.bounce-leave-active {
    -webkit-animation: bounce-out .5s;
    animation: bounce-out .5s
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fade-in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes fade-out {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fade-out {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@-webkit-keyframes bounce-in {
    0% {
        transform: scale(0)
    }

    50% {
        transform: scale(1.5)
    }

    to {
        transform: scale(1)
    }
}

@keyframes bounce-in {
    0% {
        transform: scale(0)
    }

    50% {
        transform: scale(1.5)
    }

    to {
        transform: scale(1)
    }
}

@-webkit-keyframes bounce-out {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.5)
    }

    to {
        transform: scale(0)
    }
}

@keyframes bounce-out {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.5)
    }

    to {
        transform: scale(0)
    }
}

@media screen and (min-width:760px) {
    .small-only {
        display: none
    }
}

.small-exclude {
    display: none
}

@media screen and (min-width:760px) {
    .small-exclude {
        display: block
    }
}

html {
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-size: 16px;
    font-size: var(--body_text_size--small,16px);
    letter-spacing: 0;
    line-height: 1.4;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    background-color: #fafafa
}

@media screen and (min-width:760px) {
    html {
        font-size: 17px;
        font-size: var(--body_text_size--medium,17px)
    }
}

@media screen and (min-width:1440px) {
    html {
        font-size: 20px;
        font-size: var(--body_text_size--large,20px)
    }
}

*, :after, :before {
    box-sizing: border-box;
    margin: 0
}

body.is-locked {
    overflow: hidden
}

.container {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left
}

.max-width-container {
    padding: 0 16px;
    margin: 0 auto;
    max-width: 1568px;
    width: 100%
}

@media screen and (min-width:1024px) {
    .max-width-container {
        padding: 0 64px
    }
}

.debug-helper {
    margin: 8px 0;
    padding: 8px;
    color: #fff;
    font-family: monospace;
    font-size: 12px;
    background-color: #fe0000;
    border: 1px solid #000
}

.widget {
    margin: 32px auto;
    margin: var(--content_spacing--small,32px) auto
}

@media screen and (min-width:1024px) {
    .widget {
        margin: 48px auto;
        margin: var(--content_spacing--large,48px) auto
    }
}

.invisible-scrollbar ::-webkit-scrollbar {
    opacity: 0;
    width: 0
}

.h1, .h2, .h3, .h4, .h5, .h6, .wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
    margin-top: 1.5em;
    margin-bottom: .5em;
    color: #212121;
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-weight: 700;
    font-weight: var(--heading_weight,700);
    line-height: 1;
    text-align: left;
    text-transform: none;
    text-transform: var(--heading_text_transform,none)
}

    .h1:first-child, .h2:first-child, .h3:first-child, .h4:first-child, .h5:first-child, .h6:first-child, .wysiwyg h1:first-child, .wysiwyg h2:first-child, .wysiwyg h3:first-child, .wysiwyg h4:first-child, .wysiwyg h5:first-child, .wysiwyg h6:first-child {
        margin-top: 0
    }

.is-dark .h1, .is-dark .h2, .is-dark .h3, .is-dark .h4, .is-dark .h5, .is-dark .h6, .is-dark .wysiwyg h1, .is-dark .wysiwyg h2, .is-dark .wysiwyg h3, .is-dark .wysiwyg h4, .is-dark .wysiwyg h5, .is-dark .wysiwyg h6 {
    color: #fff
}

.h1, .wysiwyg h1 {
    font-size: 1.802em
}

@media screen and (min-width:760px) {
    .h1, .wysiwyg h1 {
        font-size: 3.052em
    }
}

.h2, .wysiwyg h2 {
    font-size: 1.602em
}

@media screen and (min-width:760px) {
    .h2, .wysiwyg h2 {
        font-size: 2.441em
    }
}

.h3, .wysiwyg h3 {
    font-size: 1.424em
}

@media screen and (min-width:760px) {
    .h3, .wysiwyg h3 {
        font-size: 1.953em
    }
}

.h4, .wysiwyg h4 {
    font-size: 1.266em
}

@media screen and (min-width:760px) {
    .h4, .wysiwyg h4 {
        font-size: 1.563em
    }
}

.h5, .wysiwyg h5 {
    font-size: 1.125em
}

@media screen and (min-width:760px) {
    .h5, .wysiwyg h5 {
        font-size: 1.25em
    }
}

.h6, .wysiwyg h6 {
    font-size: 1em
}

.icon-button {
    display: block;
    padding: 0;
    color: inherit;
    font-size: 0;
    background: transparent 50% 50% no-repeat;
    border: 0
}

    .button, .icon-button:hover {
        cursor: pointer
    }

.button {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0 16px;
    height: 40px;
    height: var(--button_height--small,40px);
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-size: 12px;
    line-height: 1;
    border-radius: 24px;
    border-radius: var(--button_radius,24px);
    text-decoration: none;
    white-space: nowrap;
    background: transparent;
    border: 0;
    outline: none;
    transition-property: color,background-color,box-shadow;
    transition-duration: .2s;
    transition-timing-function: ease-out
}

@media screen and (min-width:1024px) {
    .button {
        padding: 0 16px;
        height: 48px;
        height: var(--button_height--large,48px);
        font-size: 16px
    }

    .button--small {
        padding: 0 16px;
        height: 40px;
        font-size: 14px
    }
}

.button__icon {
    position: relative;
    top: 1px;
    height: 1em !important;
    width: 1em !important
}

.button__icon--left {
    margin-right: .5em
}

.button__icon--right {
    margin-left: .5em
}

.button--primary-light {
    color: #fff;
    background-color: #670e36;
    box-shadow: 0 0 0 0 #670e36
}

    .button--primary-light:hover {
        box-shadow: 0 0 0 4px #670e36
    }

.button--primary-dark {
    color: #670e36;
    background-color: #fff;
    box-shadow: 0 0 0 0 #fff
}

    .button--primary-dark:hover {
        box-shadow: 0 0 0 4px #fff
    }

.button--ghost-light {
    color: #670e36;
    background-color: transparent;
    border: 2px solid #670e36
}

    .button--ghost-light:hover {
        color: #fff;
        background-color: #670e36
    }

.button--ghost-dark {
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff
}

    .button--ghost-dark:hover {
        color: #670e36;
        background-color: #fff
    }

.button--label-light {
    padding: 0;
    color: #670e36;
    text-decoration: none;
    background-color: transparent;
    border: 0
}

    .button--label-light:hover {
        text-decoration: underline
    }

.button--label-dark {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    border: 0
}

    .button--label-dark:hover {
        text-decoration: underline
    }

.button--inline {
    padding-left: 0
}

.primary-base-font {
    font-weight: 700;
    text-transform: uppercase
}

.heading-1, .primary-base-font, .secondary-base-font {
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif)
}

.heading-1 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    text-align: left;
    text-transform: uppercase
}

@media screen and (min-width:760px) {
    .heading-1 {
        font-size: 38px
    }
}

@media screen and (min-width:1024px) {
    .heading-1 {
        font-size: 52px
    }
}

@media screen and (min-width:1440px) {
    .heading-1 {
        font-size: 60px
    }
}

.heading-2 {
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-size: 21px;
    font-weight: 700;
    line-height: 1.2;
    text-align: left;
    text-transform: uppercase
}

@media screen and (min-width:760px) {
    .heading-2 {
        font-size: 24px
    }
}

@media screen and (min-width:1024px) {
    .heading-2 {
        font-size: 28px
    }
}

@media screen and (min-width:1440px) {
    .heading-2 {
        font-size: 40px
    }
}

.heading-3 {
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    text-align: left;
    text-transform: uppercase
}

@media screen and (min-width:450px) {
    .heading-3 {
        font-size: 20px
    }
}

.heading-4 {
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    text-align: left;
    text-transform: uppercase
}

@media screen and (min-width:450px) {
    .heading-4 {
        font-size: 18px
    }
}

.heading--light {
    color: #fff
}

.team-name {
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-size: 10px;
    font-weight: 700;
    line-height: 1.2;
    text-align: left;
    text-transform: uppercase
}

@media screen and (min-width:450px) {
    .team-name {
        font-size: 16px
    }
}

@media screen and (min-width:760px) {
    .team-name {
        font-size: 24px
    }
}

@media screen and (min-width:1024px) {
    .team-name {
        font-size: 28px
    }
}

@media screen and (min-width:1440px) {
    .team-name {
        font-size: 40px
    }
}

.sub-heading {
    font-weight: 700;
    font-size: 20px
}

.header-link, .sub-heading {
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif)
}

.header-link {
    display: inline-block;
    margin: 0 .8em;
    padding-bottom: 4px;
    font-size: 13px;
    line-height: 1.1;
    text-decoration: none;
    text-transform: uppercase;
    border-bottom: 4px solid transparent;
    white-space: nowrap;
    transition: border .3s ease-out
}

@media screen and (min-width:1024px) {
    .header-link {
        font-size: 14px
    }
}

@media screen and (min-width:1440px) {
    .header-link {
        margin: 0 1em;
        font-size: 16px
    }
}

.header-link:hover {
    border-bottom: 4px solid
}

.grid-item {
    margin: 0 0 20px
}

@media screen and (min-width:760px) {
    .grid--3-col {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
        margin: 0 -8px;
        min-width: calc(100% + 16px);
        max-width: calc(100% + 16px)
    }

        .grid--3-col > .grid-item {
            flex: 1;
            margin: 0 8px;
            min-width: calc(100% - 16px);
            max-width: calc(100% - 16px)
        }

    .grid--4-col {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
        margin: 8px 0
    }

        .grid--4-col > .grid-item {
            flex: 1;
            margin: 0 8px 16px;
            min-width: calc(50% - 16px);
            max-width: calc(50% - 16px)
        }

    .grid--5-col {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
        margin: 8px 0
    }

        .grid--5-col > .grid-item {
            flex: 1;
            margin: 0 8px 16px;
            min-width: calc(50% - 16px);
            max-width: calc(50% - 16px)
        }
}

@media screen and (min-width:1024px) {
    .grid--3-col > .grid-item {
        margin: 0 8px;
        min-width: calc(50% - 16px);
        max-width: calc(50% - 16px)
    }
}

@media screen and (min-width:1440px) {
    .grid--3-col > .grid-item {
        margin: 0 8px;
        min-width: calc(33.33% - 16px);
        max-width: calc(33.33% - 16px)
    }

    .grid--4-col > .grid-item {
        min-width: calc(25% - 16px);
        max-width: calc(25% - 16px)
    }

    .grid--5-col > .grid-item {
        min-width: calc(20% - 16px);
        max-width: calc(20% - 16px)
    }
}

.wysiwyg {
    margin-bottom: 1.5em;
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-size: 16px;
    font-size: var(--body_text_size--small,16px);
    color: #212121
}

.is-dark .wysiwyg {
    color: #fff
}

@media screen and (min-width:760px) {
    .wysiwyg {
        font-size: 17px;
        font-size: var(--body_text_size--medium,17px)
    }
}

@media screen and (min-width:1024px) {
    .wysiwyg {
        font-size: 20px;
        font-size: var(--body_text_size--large,20px)
    }
}

.wysiwyg.rtl {
    direction: rtl;
    text-align: right;
    unicode-bidi: bidi-override
}

.wysiwyg .button--label-dark, .wysiwyg .button--label-light {
    padding: 0
}

.wysiwyg .button {
    margin-bottom: 1em
}

.wysiwyg p {
    margin-bottom: 1.5em;
    font-size: inherit
}

    .wysiwyg p.small {
        font-size: .8em
    }

.wysiwyg a:not(.button) {
    color: #670e36;
    text-decoration: underline
}

    .wysiwyg a:not(.button):hover {
        text-decoration: none
    }

.is-dark .wysiwyg a:not(.button) {
    color: inherit
}

.wysiwyg .ql-size-large {
    font-size: 1.5rem;
    font-weight: 700
}

.wysiwyg hr {
    margin: 40px 0
}

.wysiwyg blockquote, .wysiwyg blockquote p {
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-size: 1.2em;
    text-transform: none;
    text-align: center;
    font-weight: 700;
    line-height: 1.3;
    margin: 1em .5em
}

.is-light .wysiwyg blockquote, .is-light .wysiwyg blockquote p {
    color: #670e36
}

.is-dark .wysiwyg blockquote, .is-dark .wysiwyg blockquote p {
    color: inherit
}

.wysiwyg ol {
    margin: 1em 0;
    padding: 0 0 0 1em;
    list-style: none;
    counter-reset: li
}

    .wysiwyg ol li {
        font-size: 1em;
        margin-bottom: 1em;
        position: relative;
        counter-increment: li
    }

        .wysiwyg ol li:before {
            content: counter(li) ".";
            display: inline-block;
            width: 1em;
            margin-left: -1.5em;
            margin-right: .5em;
            color: #212121;
            font-weight: inherit;
            font-family: Effra,sans-serif;
            font-family: var(--primary_font,"Effra",sans-serif);
            text-align: right
        }

.is-dark .wysiwyg ol li:before {
    color: #fff
}

.wysiwyg ul {
    margin: 1em 0;
    padding: 0 0 0 1em;
    list-style: none;
    counter-reset: li
}

    .wysiwyg ul li {
        margin: 0 0 1em;
        font-size: 1em;
        position: relative
    }

        .wysiwyg ul li:before {
            content: "";
            position: absolute;
            width: 8px;
            height: 8px;
            background-color: #212121;
            border-radius: 50%;
            top: .5em;
            left: -1em
        }

.is-dark .wysiwyg ul li:before {
    background-color: #fff
}

.wysiwyg .table-wrapper {
    overflow-x: auto
}

.wysiwyg table {
    margin-bottom: 1em;
    width: 100%;
    text-align: left;
    border-collapse: collapse
}

.wysiwyg thead tr {
    color: #fff;
    background-color: #670e36
}

.is-dark .wysiwyg thead tr {
    color: #670e36;
    background-color: #fff
}

.wysiwyg th {
    padding: .5em;
    color: #fff;
    font-weight: 700;
    background-color: #670e36;
    border: 1px solid #fff
}

.is-dark .wysiwyg th {
    color: #670e36;
    border: 1px solid #212121
}

.is-dark .wysiwyg th, .wysiwyg tr:nth-child(odd) td {
    background-color: #fff
}

.is-dark .wysiwyg tr:nth-child(odd) td {
    background-color: rgba(242,245,250,.2)
}

.wysiwyg tr:nth-child(2n) td {
    background-color: #fff
}

.is-dark .wysiwyg tr:nth-child(2n) td {
    background-color: rgba(250,251,253,.1)
}

.wysiwyg td {
    padding: .5em;
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-size: .8em;
    font-weight: 400;
    border: 1px solid #aaa
}

.is-dark .wysiwyg td {
    color: #fff;
    border: 1px solid #212121
}

.wysiwyg td > b, .wysiwyg td > strong {
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-size: 1em;
    text-transform: uppercase
}

.wysiwyg img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 640px;
    margin: 1em auto
}

.wysiwyg > :last-child {
    padding-bottom: 0;
    margin-bottom: 0
}

.radial-overlay {
    position: relative
}

    .radial-overlay:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: linear-gradient(180deg,transparent 25%,rgba(0,0,0,.45) 50%,#000);
        z-index: 3;
        transition: height .4s ease-out;
        opacity: 1
    }

@media screen and (min-width:1024px) {
    .radial-overlay:before {
        background: radial-gradient(ellipse at top,transparent,rgba(0,0,0,.3) 40%,#000)
    }
}

.radial-overlay:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-image: linear-gradient(180deg,rgba(0,0,0,.7),transparent);
    height: 96px;
    z-index: 2
}

@media screen and (min-width:760px) {
    .radial-overlay:after {
        height: 128px
    }
}

.linear-overlay {
    position: relative
}

    .linear-overlay:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: linear-gradient(180deg,transparent 25%,rgba(0,0,0,.3) 50%,rgba(0,0,0,.8));
        z-index: 2
    }

.highlight-block {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 8px 0 0;
    background: #fff;
    border-top: 1px solid hsla(0,0%,100%,.2)
}

@media screen and (min-width:1024px) {
    .highlight-block {
        padding: 8px 32px 0;
        border-top: 0;
        border-left: 1px solid hsla(0,0%,100%,.2)
    }
}

.highlight-block:first-child {
    border: 0
}

.highlight-block__loader {
    margin: auto;
    color: #670e36
}

.highlight-block__header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 32px;
    margin-bottom: 8px
}

.highlight-block__label {
    color: #aaa;
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-size: 12px;
    font-weight: 400;
    font-weight: var(--body_text_weight,400);
    text-transform: none
}

.highlight-block__footer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: auto 0 0;
    padding: 16px 0
}

.highlight-block__button {
    margin: 0 16px
}

.streaming-passes__pass-body--with-padding p {
    color: #fff !important;
    text-align: left !important
}

    .streaming-passes__pass-body--with-padding p:first-child {
        padding-top: 8px !important
    }

.aggregated-content__advert .banner-advert__link {
    padding: 0 !important
}

.article-card.is-category--\/arabic {
    text-align: right;
    direction: rtl
}

    .article-card.is-category--\/arabic .article-card__title {
        width: 100%;
        text-align: right;
        direction: rtl
    }

    .article-card.is-category--\/arabic .article-card__date, .article-card.is-category--\/arabic .article-card__meta {
        text-align: left;
        direction: ltr
    }

.button-slice .button {
    overflow-anchor: none
}

a:not(.button) {
    color: #7d1142;
    text-decoration: none !important
}

    a:not(.button):hover {
        text-decoration: underline
    }

.is-dark a:not(.button) {
    color: #95bfe5
}

.article-card /deep/ a:hover, .category-menu__link:hover, .grid-card /deep/ a:hover, .header-link:hover, .news-stacker-item /deep/ a:hover, .page-card /deep/ a:hover, .tab-headers__link:hover {
    text-decoration: none !important
}

.is-light blockquote, .is-light blockquote p {
    color: #510b2a
}

.is-dark blockquote, .is-dark blockquote p {
    color: #fff
}

.hero-carousel {
    margin-bottom: -80px
}

@media screen and (min-width:760px) {
    .hero-carousel {
        margin-bottom: -70px
    }
}

.highlight-bar {
    z-index: 1 !important
}

.mini-table__table thead {
    display: none !important
}

.mini-table__table tr:nth-child(odd) td {
    background-color: transparent
}

.mini-table__view-table {
    text-transform: none !important
}

.highlight-carousel .glide__track, .highlight-carousel .glide__track .glide__slides {
    height: 196px !important
}

    .highlight-carousel .glide__track .glide__slides .glide__slide {
        padding: 0 16px 8px !important
    }

.highlight-stack__inner {
    box-shadow: 0 4px 16px 0 rgba(0,0,0,.16);
    background-color: #fff
}

.featured-article__inner {
    padding: 0 16px 64px 0 !important
}

.glide__bullets {
    bottom: 96px !important
}

.glide__bullet {
    width: 6px !important;
    height: 6px !important;
    position: relative;
    margin: 0 .5em !important
}

.glide__bullet--active:before {
    position: absolute;
    content: "";
    border: 2px solid #95bfe5;
    border-radius: 50%;
    top: -9px;
    bottom: -9px;
    left: -9px;
    right: -9px
}

.carousel-bullet.glide__bullet {
    background-color: #670e36 !important;
    opacity: 1 !important
}

    .carousel-bullet.glide__bullet:before {
        position: absolute;
        content: "";
        border: 2px solid transparent;
        border-radius: 50%;
        top: -9px;
        bottom: -9px;
        left: -9px;
        right: -9px
    }

.carousel-bullet.glide__bullet--active:before {
    border: 2px solid #670e36 !important
}

.carousel-bullets {
    bottom: -24px !important
}

.aggregated-content {
    padding: 0 !important
}

.aggregated-content__item {
    border: 3px solid #efefef;
    border-radius: 16px;
    transform: translateZ(0);
    overflow: hidden
}

.aggregated-content__item--double .article-card__meta:after, .aggregated-content__item--double .video-card__meta:after {
    background: none !important
}

.aggregated-content__item--double .article-card__date, .aggregated-content__item--double .article-card__icon, .aggregated-content__item--double .article-card__title, .aggregated-content__item--double .video-card__date, .aggregated-content__item--double .video-card__icon, .aggregated-content__item--double .video-card__title {
    color: #fff !important
}

.aggregated-content__item--double .article-card__category, .aggregated-content__item--double .video-card__category {
    color: #95bfe5 !important
}

.aggregated-content .video-card__meta:after {
    background: none !important
}

.aggregated-content .video-card__date, .aggregated-content .video-card__icon, .aggregated-content .video-card__title {
    color: #fff !important
}

.aggregated-content .video-card__category {
    color: #95bfe5 !important
}

.aggregated-content__item-inner {
    position: absolute !important
}

.featured-article__meta:after, .grid-card__meta:after {
    background: none !important
}

.featured-article__date, .featured-article__icon, .featured-article__title, .grid-card__date, .grid-card__icon, .grid-card__title {
    color: #fff !important
}

.featured-article__category, .grid-card__category {
    color: #95bfe5 !important
}

.news-stacker-item__meta:after {
    background: #fff !important
}

.news-stacker-item__title--dark {
    text-transform: none !important
}

.news-grid__first-item .article-card__meta:after, .news-stacker-item .article-card__meta:after {
    background: none !important
}

.news-grid__first-item .article-card__date, .news-grid__first-item .article-card__icon, .news-grid__first-item .article-card__title, .news-stacker-item .article-card__date, .news-stacker-item .article-card__icon, .news-stacker-item .article-card__title {
    color: #fff !important
}

.news-grid__first-item .article-card__category, .news-stacker-item .article-card__category {
    color: #95bfe5 !important
}

.article-card__meta:after {
    background: none !important
}

.menu-header__row {
    flex-direction: row-reverse !important;
    justify-content: flex-start !important
}

.menu-header__search {
    margin-right: 24px !important
}

.profile-button.menu-header__account {
    position: absolute !important;
    left: 50%;
    transform: translateX(-50%)
}

.button {
    font-weight: 700
}

.header-container {
    padding: 0 16px !important
}

@media screen and (min-width:1024px) {
    .header-container {
        padding: 0 64px !important
    }
}

.header-container__link {
    font-weight: 400;
    font-weight: var(--body_text_weight,400)
}

@media screen and (min-width:760px) {
    .header-container__link {
        margin-left: 40px !important
    }
}

@media screen and (min-width:1024px) {
    .header-container__link {
        font-size: 16px !important
    }
}

.header--solid .wrapper .header__inner, .header--sticky .wrapper .header__inner {
    background-color: #510b2a !important
}

.header__inner {
    z-index: unset !important
}

.header__left {
    z-index: 17 !important
}

@media screen and (min-width:760px) {
    .header__left {
        left: 0 !important
    }
}

@media screen and (min-width:1024px) {
    .header__left {
        left: 48px !important
    }
}

.reveal--hidden {
    top: -64px !important
}

.header-sponsors {
    margin-left: 0 !important
}

    .header-sponsors:before {
        display: none
    }

@media screen and (min-width:760px) {
    .villatv-download-desktop {
        margin-top: 32px !important
    }
}

.mini-score.is-sticky {
    top: 0 !important
}

.article-hero__content.overlap {
    background-image: linear-gradient(180deg,transparent,rgba(0,0,0,.8) 80px,#000) !important
}

.cta-widget__detail--desc {
    font-size: 16px !important
}

@media screen and (min-width:760px) {
    .news-category-listing /deep/ .article-card__title {
        font-size: 1.125em
    }
}

.stats .overview .overview__row {
    justify-content: space-around !important
}

@media screen and (min-width:450px) {
    .stats .overview .overview__row .overview__item {
        flex-basis: 33.33% !important
    }
}

@media screen and (min-width:760px) {
    .stats .overview .overview__row .overview__item {
        flex-basis: 20% !important
    }
}

.squad-link {
    top: 12px !important
}

@media screen and (min-width:760px) {
    .squad-link {
        top: 24px !important
    }
}

.player-details__firstname, .player-details__lastname {
    line-height: 1.2 !important
}

.page-count__page--active {
    color: #7d1142 !important
}

@media screen and (min-width:1024px) {
    .footer-sponsors {
        padding: 0 32px 32px !important
    }
}

.footer-sponsors__sponsor--large {
    width: 200px !important;
    height: 160px !important
}

.footer-menu {
    padding: 0 !important
}

.loaned-card__loan-club {
    color: #fff
}

.match-card, .match-card__body {
    border-radius: 8px !important
}

@media screen and (min-width:1024px) {
    .match-card, .match-card__body {
        border-radius: 16px !important
    }
}

.news-stacker-item__image {
    border-radius: 8px !important
}

.grid-card, .highlight-carousel__block, .highlight-stack__block, .highlight-stack__inner, .news-grid .article-card, .overview, .related-news .article-card, .stat-group {
    border-radius: 16px !important
}

.overview__heading, .stat-group__title {
    border-radius: 16px 16px 0 0 !important
}

.video-player__header {
    height: 64px;
    background: transparent url(/villatv--logo.png) 50% no-repeat;
    background-size: 200px;
    width: 100%
}

    .video-player__header svg.video-player__logo {
        display: none
    }

.footer-gamechanger-notice--dark {
    display: none !important
}

.squad-hero__heading {
    text-transform: capitalize
}

.nuxt-progress {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    width: 0;
    opacity: 1;
    transition: width .1s,opacity .4s;
    background-color: #fff;
    z-index: 999999
}

    .nuxt-progress.nuxt-progress-notransition {
        transition: none
    }

.nuxt-progress-failed {
    background-color: red
}

.reveal--visible {
    opacity: 1;
    transition: .2s ease-out
}

    .reveal--visible.global-nav__inner {
        transition: 0s ease-out .1s
    }

    .reveal--visible.global-nav__inner--transparent-dark, .reveal--visible.global-nav__inner--transparent-light {
        transition: 0s ease-out .1s;
        opacity: 1
    }

    .reveal--visible.header-container {
        transform: translateY(0);
        opacity: 1
    }

.reveal--hidden {
    opacity: 0;
    transition: .2s ease-out
}

    .reveal--hidden.global-nav__inner {
        transition: 0s ease-out .1s
    }

    .reveal--hidden.global-nav__inner--transparent-dark, .reveal--hidden.global-nav__inner--transparent-light {
        transition: .1s ease-out
    }

    .reveal--hidden.header-container {
        transform: translateY(-100%);
        opacity: 1
    }

    .reveal--hidden.header-container--use-global-nav {
        transform: translateY(calc(-100% - 32px))
    }

.site-wrap__inner {
    position: relative
}

.is-header-animated {
    opacity: 0
}

.header-slide-enter-active, .header-slide-leave-active {
    opacity: 1;
    transform: translateY(0);
    transition: all .2s ease-out
}

.header-slide-enter, .header-slide-leave-to {
    opacity: 0;
    transform: translateY(-100%)
}

.hidden {
    /*display: none !important*/
}

.packages-enter-active, .packages-leave-active {
    transition: transform .6s cubic-bezier(.86,0,.07,1),opacity .4s cubic-bezier(.86,0,.07,1)
}

.packages-enter, .packages-leave-to {
    opacity: 0;
    transform: translateY(100%)
}

.account-notification-enter {
    opacity: 0
}

.account-notification-enter-active {
    opacity: 1
}

.account-notification-leave-active {
    transition: transform .6s cubic-bezier(.86,0,.07,1),opacity .4s cubic-bezier(.86,0,.07,1)
}

.account-notification-leave-to {
    opacity: 0;
    transform: translateY(300px)
}

.account-container {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    box-shadow: 0 4px 8px 4px rgba(0,0,0,.03);
    z-index: 1000
}

.account-container-enter-active, .account-container-leave-active {
    transition: transform .4s cubic-bezier(.86,0,.07,1),opacity .4s cubic-bezier(.86,0,.07,1)
}

.account-container-enter, .account-container-leave-to {
    opacity: 0;
    transform: translateX(100%)
}

.error-notification-enter-active, .error-notification-leave-active {
    transition: transform .3s cubic-bezier(.86,0,.07,1),opacity .5s cubic-bezier(.86,0,.07,1)
}

.error-notification-enter, .error-notification-leave-to {
    opacity: 0;
    transform: translateY(100%)
}

@media screen and (min-width:1024px) {
    .error-notification-enter, .error-notification-leave-to {
        transform: translateY(-100%)
    }
}

.overlay-promo[data-v-07ce7e91] {
    height: 100vh;
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center
}

.overlay-promo__image-wrapper[data-v-07ce7e91] {
    position: relative;
    z-index: 1
}

@media screen and (min-width:760px) {
    .overlay-promo__image-wrapper--Mini[data-v-07ce7e91] {
        position: absolute;
        bottom: 24px;
        right: 24px
    }
}

.overlay-promo__image[data-v-07ce7e91] {
    display: block;
    max-height: calc(100vh - 32px);
    max-width: calc(100vw - 32px)
}

@media screen and (min-width:760px) {
    .overlay-promo__image[data-v-07ce7e91] {
        max-height: calc(100vh - 48px);
        max-width: calc(100vw - 48px)
    }
}

@media screen and (min-width:760px) {
    .overlay-promo__image--Default[data-v-07ce7e91] {
        max-width: 50vw;
        max-height: 75vh
    }
}

@media screen and (min-width:760px) {
    .overlay-promo__image--Mini[data-v-07ce7e91] {
        max-width: 350px
    }
}

.overlay-promo__close-button[data-v-07ce7e91] {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%,-50%);
    cursor: pointer;
    color: #fff;
    background: #670e36;
    border-radius: 50%;
    padding: 4px
}

.overlay-promo__underlay[data-v-07ce7e91] {
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,.6)
}

.global-nav[data-v-36923792] {
    height: 32px
}

.global-nav__inner[data-v-36923792] {
    width: 100%;
    height: 32px;
    padding-right: 16px;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    background: #7d1142;
    z-index: 14
}

@media screen and (min-width:1024px) {
    .global-nav__inner[data-v-36923792] {
        padding: 0 64px 0 32px
    }
}

.global-nav__inner--fixed[data-v-36923792], .global-nav__inner--reveal[data-v-36923792] {
    width: 100%;
    position: fixed;
    top: 0
}

.global-nav__link-wrapper[data-v-36923792] {
    width: 100%;
    display: flex;
    justify-content: space-between
}

@media screen and (min-width:760px) {
    .global-nav__link-wrapper[data-v-36923792] {
        width: unset;
        margin-left: auto
    }
}

.global-nav__link[data-v-36923792] {
    height: 32px;
    padding: 0 4px;
    margin: 0 8px;
    border-radius: 0;
    color: #fff;
    font-size: 12px;
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-weight: 400;
    text-transform: none
}

@media screen and (min-width:760px) {
    .global-nav__link[data-v-36923792] {
        padding: 0 8px;
        font-size: 16px
    }
}

.global-nav__profile-button[data-v-36923792] {
    height: 100%;
    margin-left: 16px
}

    .global-nav__profile-button[data-v-36923792] svg {
        width: 16px !important;
        height: 16px !important
    }

.profile-button[data-v-1c728f18] {
    position: relative;
    display: block
}

.profile-button__button[data-v-1c728f18] {
    height: 100%;
    color: #fff;
    font-size: 16px;
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-weight: 400;
    text-transform: none
}

.profile-button__button--icon-only[data-v-1c728f18] svg {
    margin-right: 0
}

svg[data-v-d3c7ab74] {
    height: 24px;
    width: 24px
}

.header-container[data-v-c32acd82] {
    height: 48px;
    width: 100%;
    padding: 0 16px;
    position: absolute;
    z-index: 14
}

@media screen and (min-width:760px) {
    .header-container[data-v-c32acd82] {
        height: 64px;
        padding: 0 24px
    }
}

@media screen and (min-width:1024px) {
    .header-container[data-v-c32acd82] {
        height: 64px;
        padding: 0 80px
    }
}

.header-container--solid[data-v-c32acd82] {
    color: #fff;
    color: var(--header_text_color,#fff);
    background: #480024
}

.header-container--transparent-light[data-v-c32acd82] {
    color: #212121;
    background: transparent
}

.header-container--transparent-dark[data-v-c32acd82] {
    color: #fff;
    background: transparent
}

.header-container--fixed[data-v-c32acd82] {
    position: fixed;
    top: 0;
    transition: color .2s ease-out;
    transition: background .2s ease-out;
    color: #fff;
    color: var(--header_text_color,#fff);
    background: #480024
}

.header-container--fixed.header-container--use-global-nav[data-v-c32acd82] {
    top: 32px
}

.header-container--reveal[data-v-c32acd82] {
    position: fixed;
    top: 0
}

.header-container--reveal.header-container--use-global-nav[data-v-c32acd82] {
    top: 32px
}

.header-container--reveal-sticky[data-v-c32acd82] {
    color: #fff;
    color: var(--header_text_color,#fff);
    background: #480024
}

.primary-nav[data-v-4f3a2d6b] {
    height: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.primary-nav__logo-wrapper[data-v-4f3a2d6b] {
    position: absolute;
    width: 40px;
    left: 0
}

@media screen and (min-width:760px) {
    .primary-nav__logo-wrapper[data-v-4f3a2d6b] {
        display: flex;
        position: relative;
        width: auto
    }
}

.primary-nav__logo[data-v-4f3a2d6b] {
    display: block;
    width: auto;
    margin-top: 8px;
    margin-left: -6px;
    z-index: 1
}

    .primary-nav__logo[data-v-4f3a2d6b] svg {
        height: 48px
    }

@media screen and (min-width:760px) {
    .primary-nav__logo[data-v-4f3a2d6b] {
        height: calc(100% - 8px);
        margin-left: -12px
    }

        .primary-nav__logo[data-v-4f3a2d6b] svg {
            height: unset
        }
}

.primary-nav__sponsors[data-v-4f3a2d6b] {
    z-index: 1
}

.primary-nav__link-wrapper[data-v-4f3a2d6b] {
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    margin-top: 2px
}

.primary-nav__link[data-v-4f3a2d6b] {
    margin: 0 12px;
    padding-bottom: 4px;
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.1;
    text-decoration: none;
    text-transform: none;
    border-bottom: 4px solid transparent;
    white-space: nowrap;
    transition: border .3s ease-out;
    color: inherit
}

@media screen and (min-width:760px) {
    .primary-nav__link[data-v-4f3a2d6b] {
        margin: 0 16px;
        font-size: 16px
    }
}

@media screen and (min-width:1024px) {
    .primary-nav__link[data-v-4f3a2d6b] {
        margin: 0 24px;
        font-size: 20px
    }
}

.primary-nav__link[data-v-4f3a2d6b]:hover {
    border-bottom: 4px solid
}

.primary-nav__button-wrapper[data-v-4f3a2d6b] {
    display: flex;
    position: absolute;
    right: 0;
    z-index: 1
}

.primary-nav__search[data-v-4f3a2d6b] {
    display: none
}

@media screen and (min-width:760px) {
    .primary-nav__search[data-v-4f3a2d6b] {
        display: block
    }
}

.primary-nav__search[data-v-4f3a2d6b] svg {
    width: 20px;
    height: 20px
}

@media screen and (min-width:1024px) {
    .primary-nav__search[data-v-4f3a2d6b] svg {
        width: 24px;
        height: 24px
    }
}

@media screen and (min-width:760px) {
    .primary-nav__burger[data-v-4f3a2d6b] {
        margin-left: 16px !important
    }
}

@media screen and (min-width:1024px) {
    .primary-nav__burger[data-v-4f3a2d6b] {
        margin-left: 24px !important
    }
}

.primary-nav__burger[data-v-4f3a2d6b] svg {
    width: 20px;
    height: 20px
}

@media screen and (min-width:1024px) {
    .primary-nav__burger[data-v-4f3a2d6b] svg {
        width: 24px;
        height: 24px
    }
}

.desktop-only[data-v-4f3a2d6b] {
    display: none
}

@media screen and (min-width:760px) {
    .desktop-only[data-v-4f3a2d6b] {
        display: block
    }
}

svg[data-v-cb7b9402] {
    height: auto;
    width: 100%
}

.header-sponsors[data-v-57ed9a8c] {
    display: none
}

@media screen and (min-width:760px) {
    .header-sponsors[data-v-57ed9a8c] {
        margin-left: 16px;
        position: relative;
        display: flex;
        align-items: center
    }
}

@media screen and (min-width:1024px) {
    .header-sponsors[data-v-57ed9a8c] {
        padding-left: 4px;
        margin-left: 24px
    }
}

@media screen and (min-width:760px) {
    .header-sponsors[data-v-57ed9a8c]:before {
        content: "";
        position: absolute;
        width: 1px;
        height: 32px;
        background-color: #fff;
        background-color: var(--header_text_color,#fff);
        left: 0
    }
}

@media screen and (min-width:1024px) {
    .header-sponsors[data-v-57ed9a8c]:before {
        height: 48px
    }
}

.header-sponsors__link[data-v-57ed9a8c] {
    display: block;
    margin: 0 0 0 16px
}

@media screen and (min-width:1024px) {
    .header-sponsors__link[data-v-57ed9a8c] {
        margin: 0 0 0 20px
    }
}

.header-sponsors__logo[data-v-57ed9a8c] {
    display: block;
    max-height: 24px;
    width: auto
}

.language-selector[data-v-03e34a18] {
    display: flex;
    align-items: center;
    margin: 0 16px;
    color: #fff
}

    .language-selector[data-v-03e34a18]:hover {
        cursor: pointer
    }

.language-selector__choice[data-v-03e34a18] {
    position: relative;
    font-size: 13px;
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-weight: 700;
    margin: 0 8px
}

.language-selector__toggle[data-v-03e34a18] {
    height: 16px;
    width: auto;
    transform: rotate(90deg);
    transition: transform .2s cubic-bezier(.23,1.25,.46,1)
}

.language-selector__toggle--open[data-v-03e34a18] {
    transform: rotate(-90deg)
}

.language-selector-transition-enter-active[data-v-03e34a18] {
    transition: transform .4s cubic-bezier(.075,.82,.165,1),opacity .4s cubic-bezier(.075,.82,.165,1)
}

.language-selector-transition-enter[data-v-03e34a18], .language-selector-transition-leave-to[data-v-03e34a18] {
    opacity: 0
}

.header-search-button[data-v-06306bc0] {
    margin: 0;
    outline: none
}

.header-search-button__svg[data-v-06306bc0] {
    color: inherit
}

.header-menu-button[data-v-e7b3709e] {
    margin: -1px 0 0;
    height: 24px;
    width: 24px;
    outline: none
}

.header-menu-button__svg[data-v-e7b3709e] {
    color: inherit
}

.desktop-only[data-v-78033f36] {
    display: none
}

@media screen and (min-width:760px) {
    .desktop-only[data-v-78033f36] {
        display: flex
    }
}

@media screen and (min-width:760px) {
    .mobile-only[data-v-78033f36] {
        display: none
    }
}

ul[data-v-78033f36] {
    list-style-type: none;
    padding: 0;
    margin: 24px 0
}

li[data-v-78033f36] {
    margin: 0
}

a[data-v-78033f36] {
    text-decoration: none;
    margin-left: 0;
    color: inherit;
    font-size: inherit;
    font-weight: inherit
}

.main-menu[data-v-78033f36] {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 15;
    color: #fff;
    background-color: #670e36;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow-y: overlay;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    overflow: scroll
}

.main-menu__footer[data-v-78033f36] {
    width: 100%
}

@media screen and (min-width:760px) {
    .main-menu__footer[data-v-78033f36] {
        width: auto
    }
}

.main-menu__inner[data-v-78033f36] {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    padding: 64px 16px
}

@media screen and (min-width:1024px) {
    .main-menu__inner[data-v-78033f36] {
        padding: 64px
    }
}

.main-menu__inner--icons[data-v-78033f36] {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 32px
}

.main-menu__inner--main-nav-container[data-v-78033f36] {
    display: flex;
    flex-direction: column
}

@media screen and (min-width:760px) {
    .main-menu__inner--main-nav-container[data-v-78033f36] {
        flex-direction: row
    }
}

.main-menu__inner--nav-box[data-v-78033f36] {
    display: block;
    width: 100%;
    padding: 0 0 88px
}

@media screen and (min-width:760px) {
    .main-menu__inner--nav-box[data-v-78033f36] {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        width: auto;
        padding: 0
    }
}

.main-menu__inner--nav-level-1[data-v-78033f36] {
    flex-basis: 33%;
    font-weight: 700;
    font-size: 24px
}

.main-menu__link[data-v-78033f36] {
    margin-left: 0;
    color: #fff
}

.main-menu__link-2[data-v-78033f36] {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: .89;
    letter-spacing: normal
}

    .main-menu__link-2[data-v-78033f36]:hover {
        text-decoration: underline
    }

.main-menu__list[data-v-78033f36] {
    position: relative;
    list-style: none;
    padding: 0 15px 30px;
    width: 100%
}

.main-menu__list-item[data-v-78033f36] {
    padding: 0
}

.main-menu__list-link[data-v-78033f36] {
    display: block;
    padding: 0;
    margin: 0 0 .5em;
    color: #fff;
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-size: 21px;
    font-weight: 700;
    line-height: 1.1;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase
}

    .main-menu__list-link[data-v-78033f36]:hover {
        text-decoration: underline
    }

.animation-step-1[data-v-78033f36] {
    opacity: 0
}

.is-open .animation-step-1[data-v-78033f36] {
    -webkit-animation-name: menuPartSlideDown-data-v-78033f36;
    animation-name: menuPartSlideDown-data-v-78033f36;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(.075,.82,.165,1);
    animation-timing-function: cubic-bezier(.075,.82,.165,1)
}

.animation-step-2[data-v-78033f36] {
    opacity: 0
}

.is-open .animation-step-2[data-v-78033f36] {
    -webkit-animation-name: menuPartFadeIn-data-v-78033f36;
    animation-name: menuPartFadeIn-data-v-78033f36;
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(.075,.82,.165,1);
    animation-timing-function: cubic-bezier(.075,.82,.165,1)
}

@-webkit-keyframes menuPartSlideDown-data-v-78033f36 {
    0% {
        opacity: 0;
        transform: translateY(-100%)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes menuPartSlideDown-data-v-78033f36 {
    0% {
        opacity: 0;
        transform: translateY(-100%)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@-webkit-keyframes menuPartFadeIn-data-v-78033f36 {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes menuPartFadeIn-data-v-78033f36 {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.menu-header[data-v-2b351c04] {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10;
    background: #670e36;
    margin-bottom: 32px;
    border: none;
    border-radius: 6px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.16)
}

.menu-header__row[data-v-2b351c04] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 48px;
    width: 100%;
    padding: 8px 16px
}

@media screen and (min-width:760px) {
    .menu-header__row[data-v-2b351c04] {
        height: auto
    }
}

@media screen and (min-width:1024px) {
    .menu-header__row[data-v-2b351c04] {
        padding: 8px 64px
    }
}

.menu-header__close[data-v-2b351c04], .menu-header__search[data-v-2b351c04] {
    cursor: pointer
}

ul[data-v-0eb1828c] {
    list-style-type: none;
    padding: 0;
    margin: 24px 0
}

li[data-v-0eb1828c] {
    margin: 0
}

a[data-v-0eb1828c] {
    text-decoration: none;
    margin-left: 0;
    color: inherit;
    font-size: inherit;
    font-weight: inherit
}

.main-nav[data-v-0eb1828c] {
    display: block;
    list-style-type: none;
    padding: 0;
    margin-bottom: 24px;
    width: 100%
}

@media screen and (min-width:760px) {
    .main-nav[data-v-0eb1828c] {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        min-width: 25%;
        max-width: 25%;
        width: auto;
        margin-right: 32px
    }
}

.main-nav-link[data-v-0eb1828c] {
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-weight: 700;
    font-weight: var(--heading_weight,700);
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 16px
}

@media screen and (min-width:1024px) {
    .main-nav-link[data-v-0eb1828c] {
        font-size: 28px
    }
}

@media screen and (min-width:1440px) {
    .main-nav-link[data-v-0eb1828c] {
        font-size: 36px
    }
}

.main-nav-link--villatv[data-v-0eb1828c] {
    margin-bottom: 12px;
    position: relative
}

    .main-nav-link--villatv[data-v-0eb1828c] img {
        position: absolute
    }

.desktop-only[data-v-0eb1828c] {
    display: none
}

@media screen and (min-width:760px) {
    .desktop-only[data-v-0eb1828c] {
        display: flex
    }
}

@media screen and (min-width:760px) {
    .mobile-only[data-v-0eb1828c] {
        display: none
    }
}

.villatv-link__icon[data-v-0eb1828c] {
    height: 24px;
    width: auto
}

@media screen and (min-width:1024px) {
    .villatv-link__icon[data-v-0eb1828c] {
        height: 32px
    }
}

.villatv-download-desktop[data-v-0eb1828c] {
    display: none
}

@media screen and (min-width:760px) {
    .villatv-download-desktop[data-v-0eb1828c] {
        margin-top: 64px;
        display: flex;
        flex-direction: column;
        text-transform: uppercase;
        justify-content: flex-start
    }
}

.menu-language-selector__inner[data-v-4294eed4] {
    display: flex;
    align-items: center
}

.menu-language-selector[data-v-4294eed4]:hover {
    cursor: pointer
}

.menu-language-selector__choice[data-v-4294eed4] {
    font-size: 13px;
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-weight: 700;
    margin: 0 8px
}

.menu-language-selector__toggle[data-v-4294eed4] {
    height: 16px;
    width: auto;
    transition: transform .2s cubic-bezier(.23,1.25,.46,1)
}

.menu-language-selector__toggle--closed[data-v-4294eed4] {
    transform: rotate(90deg)
}

.menu-language-selector__toggle--open[data-v-4294eed4] {
    transform: rotate(-90deg)
}

@media screen and (min-width:760px) {
    .menu-language-selector[data-v-4294eed4] {
        display: none
    }
}

svg[data-v-7f04d8ce] {
    height: auto;
    width: 100%
}

.footer[data-v-9f23e046] {
    display: flex;
    flex-direction: column
}

.footer__row[data-v-9f23e046] {
    margin: 0 0 8px
}

.footer__row[data-v-9f23e046], .lockup[data-v-9f23e046] {
    display: flex;
    flex-direction: row
}

.lockup[data-v-9f23e046] {
    height: 16px;
    margin: 0 0 16px;
    justify-content: flex-start;
    text-decoration: none
}

@media screen and (min-width:760px) {
    .lockup[data-v-9f23e046] {
        height: 48px;
        flex-direction: column;
        align-items: flex-start
    }
}

@media screen and (min-width:1024px) {
    .lockup[data-v-9f23e046] {
        height: 16px;
        flex-direction: row
    }
}

.lockup--logo[data-v-9f23e046] {
    height: 24px;
    width: auto;
    margin-right: 24px
}

.lockup--link[data-v-9f23e046] {
    color: #fff
}

.icons[data-v-9f23e046] {
    display: flex;
    flex-direction: row;
    justify-content: flex-start
}

@media screen and (min-width:760px) {
    .icons[data-v-9f23e046] {
        flex-direction: column
    }
}

@media screen and (min-width:1024px) {
    .icons[data-v-9f23e046] {
        flex-direction: row
    }
}

.icons--icon[data-v-9f23e046] {
    height: 40px;
    width: auto;
    margin: 0 8px
}

@media screen and (min-width:760px) {
    .icons--icon[data-v-9f23e046] {
        margin: 0 16px
    }
}

@media screen and (min-width:1024px) {
    .icons--icon[data-v-9f23e046] {
        height: 32px
    }
}

@media screen and (min-width:1440px) {
    .icons--icon[data-v-9f23e046] {
        height: 40px
    }
}

.nav[data-v-305f5141] {
    display: block
}

@media screen and (min-width:760px) {
    .nav[data-v-305f5141] {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start
    }
}

@media screen and (min-width:760px) {
    .nav--auto-only[data-v-305f5141] {
        max-width: 640px
    }
}

@media screen and (min-width:1024px) {
    .nav--auto-only[data-v-305f5141] {
        max-width: 960px
    }
}

@media screen and (min-width:1440px) {
    .nav--auto-only[data-v-305f5141] {
        max-width: 1280px
    }
}

@media screen and (min-width:760px) {
    .nav--auto-only .nav-level-1[data-v-305f5141] {
        max-width: 240px;
        min-width: 240px;
        margin: 0 40px 48px;
        padding-right: 0
    }
}

@media screen and (min-width:1440px) {
    .nav--auto-only .nav-level-1[data-v-305f5141] {
        margin-bottom: 120px
    }
}

.nav-level-1[data-v-305f5141] {
    margin-bottom: 16px;
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    position: relative
}

@media screen and (min-width:760px) {
    .nav-level-1[data-v-305f5141] {
        flex: 1;
        max-width: 50%;
        min-width: 50%;
        font-size: 24px;
        padding-right: 16px
    }
}

@media screen and (min-width:1024px) {
    .nav-level-1[data-v-305f5141] {
        max-width: 33.33%;
        min-width: 33.33%;
        font-size: 24px;
        padding-right: 16px
    }
}

.menu-toggle__open[data-v-21243928] {
    transform: rotate(-90deg)
}

.menu-toggle__closed[data-v-21243928] {
    transform: rotate(90deg)
}

.menu-toggle-wrap[data-v-21243928] {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

@media screen and (min-width:760px) {
    .menu-toggle-wrap[data-v-21243928] {
        display: none
    }
}

.menu-toggle-wrap[data-v-21243928]:before {
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    bottom: 0;
    width: 1px;
    background: #fff;
    opacity: .5
}

.menu-toggle-wrap--auto-only[data-v-21243928] {
    top: 4px
}

    .menu-toggle-wrap--auto-only[data-v-21243928]:before {
        content: none
    }

.menu-toggle-wrap--auto-only .menu-toggle[data-v-21243928] {
    width: 16px;
    height: 16px
}

ul[data-v-21243928] {
    list-style-type: none;
    padding: 0;
    margin: 24px 0
}

li[data-v-21243928] {
    margin: 0
}

a[data-v-21243928] {
    text-decoration: none;
    margin-left: 0;
    color: inherit;
    font-size: inherit;
    font-weight: inherit
}

nav[data-v-21243928] {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start
}

@media screen and (min-width:760px) {
    nav[data-v-21243928] {
        flex-direction: row;
        flex-wrap: wrap
    }
}

.main-menu__link[data-v-21243928] {
    display: block;
    margin-left: 0;
    white-space: normal
}

.main-menu__link--auto-only[data-v-21243928] {
    padding-right: 1.6em;
    margin: 0;
    border-bottom: 1px solid #fff
}

@media screen and (min-width:760px) {
    .main-menu__link--auto-only[data-v-21243928] {
        padding-right: 0
    }
}

.main-menu__link--external-icon[data-v-21243928] {
    height: 12px;
    width: 12px;
    margin-left: 4px;
    opacity: 1%
}

@media screen and (min-width:760px) {
    .main-menu__link--external-icon[data-v-21243928] {
        height: 16px;
        width: 16px
    }
}

.main-menu__link-2[data-v-21243928] {
    display: inline-block;
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    color: #fff;
    font-weight: 400;
    font-weight: var(--body_text_weight,400);
    font-size: 14px;
    text-transform: none;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal
}

    .main-menu__link-2[data-v-21243928]:hover {
        text-decoration: underline
    }

@media screen and (min-width:760px) {
    .main-menu__link-2[data-v-21243928] {
        font-size: 18px
    }
}

.main-menu__subpages[data-v-21243928] {
    margin: 0 0 16px
}

.main-menu__subpages--auto-only[data-v-21243928] {
    margin: 0;
    padding: 8px 0 4px
}

.main-menu__subpages--auto-only li[data-v-21243928] {
    padding-bottom: 4px
}

.external-icon[data-v-21243928] {
    height: 10px;
    width: 10px;
    margin-left: 4px;
    opacity: .8
}

@media screen and (min-width:760px) {
    .external-icon[data-v-21243928] {
        height: 12px;
        width: 12px
    }
}

.search[data-v-9bf7fb10] {
    bottom: 0
}

.search[data-v-9bf7fb10], .search__inner[data-v-9bf7fb10] {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20
}

.search__inner[data-v-9bf7fb10] {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background-color: #fafafa;
    box-shadow: 0 4px 4px 0 rgba(0,0,0,.4)
}

@media screen and (min-width:760px) {
    .search__inner[data-v-9bf7fb10] {
        width: 400px;
        left: auto
    }
}

.search__underlay[data-v-9bf7fb10] {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.5);
    z-index: 19
}

.search__results-wrapper[data-v-9bf7fb10] {
    width: 100%;
    padding: 16px 16px 0;
    overflow-y: scroll;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch
}

.search__no-results[data-v-9bf7fb10] {
    margin-top: 30%;
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-size: 32px;
    font-weight: 700;
    color: #aaa;
    text-transform: capitalize
}

@media screen and (min-width:760px) {
    .search__no-results[data-v-9bf7fb10] {
        margin-top: 50%
    }
}

.search__header[data-v-9bf7fb10] {
    width: 100%
}

.search__tab-header[data-v-9bf7fb10] {
    width: 100%;
    padding: 16px 16px 24px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start
}

.search__tab-button[data-v-9bf7fb10] {
    margin-right: 24px;
    padding: 0;
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-size: 16px;
    font-weight: 400;
    font-weight: var(--body_text_weight,400);
    color: #aaa;
    text-transform: capitalize;
    background: transparent;
    border: 0;
    outline: none;
    cursor: pointer
}

.search__tab-button.is-active[data-v-9bf7fb10] {
    font-weight: 700;
    color: #670e36;
    position: relative
}

    .search__tab-button.is-active[data-v-9bf7fb10]:after {
        content: "";
        position: absolute;
        bottom: -8px;
        left: 0;
        right: 0;
        height: 4px;
        background-color: #670e36
    }

.search-input[data-v-a9f9411a] {
    padding: 16px;
    background-color: #670e36
}

.search-input__label-wrapper[data-v-a9f9411a] {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.search-input__label[data-v-a9f9411a] {
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-size: 24px;
    font-weight: 400;
    font-weight: var(--body_text_weight,400);
    color: #fff;
    text-transform: none
}

.search-input__close[data-v-a9f9411a] {
    padding: 0;
    background: transparent;
    border: 0;
    cursor: pointer;
    outline: none;
    color: #fff
}

.search-input__field-wrapper[data-v-a9f9411a] {
    position: relative
}

.search-input__field[data-v-a9f9411a] {
    height: 48px;
    width: 100%;
    padding: 0 16px 0 56px;
    margin-top: 16px;
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-transform: none;
    background-color: hsla(0,0%,100%,.1);
    border-radius: 24px;
    box-shadow: 0 4px 16px 0 rgba(0,0,0,.12);
    border: 0;
    outline: none
}

.search-input__field:-webkit-autofill + .search-input__button[data-v-a9f9411a] {
    color: #000
}

.search-input__button[data-v-a9f9411a] {
    padding: 0;
    position: absolute;
    top: 28px;
    left: 16px;
    font-size: 0;
    border: 0;
    background-color: transparent;
    color: #fff;
    cursor: pointer
}

.search-parameters[data-v-390b8f08] {
    padding: 0 16px 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #670e36
}

.search-parameters__button-wrapper[data-v-390b8f08] {
    position: relative;
    flex-basis: 50%
}

.search-parameters__button[data-v-390b8f08] {
    padding: 0;
    margin: 0 auto 0 24px;
    display: flex;
    align-items: center;
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    background: transparent;
    border: 0;
    outline: none;
    cursor: pointer
}

.search-parameters__button--left[data-v-390b8f08] {
    margin: 0 24px 0 auto
}

.search-parameters__dropdown-icon[data-v-390b8f08] {
    width: 12px;
    height: 12px;
    margin-left: 6px;
    transform: rotate(90deg)
}

.search-parameters__dropdown[data-v-390b8f08] {
    width: 140px;
    position: absolute;
    top: 24px;
    left: -8%;
    z-index: 1;
    background-color: #fafafa;
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-size: 14px;
    font-weight: 700;
    color: #670e36;
    text-transform: none;
    border-radius: 8px;
    box-shadow: 0 4px 16px 0 rgba(0,0,0,.12)
}

    .search-parameters__dropdown[data-v-390b8f08]:after {
        content: "";
        position: absolute;
        top: -12px;
        left: 50%;
        margin-left: -6px;
        border: 6px solid transparent;
        border-bottom-color: #fafafa
    }

@media screen and (min-width:760px) {
    .search-parameters__dropdown[data-v-390b8f08] {
        left: -5%
    }
}

.search-parameters__dropdown--left[data-v-390b8f08] {
    left: 2%
}

@media screen and (min-width:760px) {
    .search-parameters__dropdown--left[data-v-390b8f08] {
        left: 20%
    }
}

.search-parameters__dropdown-option[data-v-390b8f08] {
    font-weight: 700;
    cursor: pointer
}

.search-parameters__dropdown-option--top[data-v-390b8f08] {
    padding: 14px 20px 10px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px
}

@media screen and (min-width:760px) {
    .search-parameters__dropdown-option--top[data-v-390b8f08] {
        padding: 18px 24px 12px
    }
}

.search-parameters__dropdown-option--bottom[data-v-390b8f08] {
    padding: 10px 20px 14px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px
}

@media screen and (min-width:760px) {
    .search-parameters__dropdown-option--bottom[data-v-390b8f08] {
        padding: 12px 24px 18px
    }
}

.search-parameters__dropdown-option[data-v-390b8f08]:hover {
    background-color: #fafafa
}

.search-parameters__dropdown-text[data-v-390b8f08] {
    opacity: .75
}

.search-parameters__dropdown-text--active[data-v-390b8f08] {
    opacity: 1
}

.search-parameters__divider[data-v-390b8f08] {
    height: 16px;
    width: 1px;
    background-color: #fff
}

.squad-hero[data-v-2ebe3683] {
    width: 100%;
    padding-top: 72px;
    background-color: #480024;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.1)
}

@media screen and (min-width:760px) {
    .squad-hero[data-v-2ebe3683] {
        padding-top: 88px
    }
}

@media screen and (min-width:1024px) {
    .squad-hero[data-v-2ebe3683] {
        padding-top: 112px
    }
}

.squad-hero__inner[data-v-2ebe3683] {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start
}

    .squad-hero__inner[data-v-2ebe3683]:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        border-bottom: 1px solid rgba(0,0,0,.1)
    }

@media screen and (min-width:1024px) {
    .squad-hero__inner[data-v-2ebe3683]:after {
        left: 64px;
        right: 64px
    }
}

.squad-hero__heading-wrapper[data-v-2ebe3683] {
    display: flex;
    align-items: center
}

.squad-hero__heading[data-v-2ebe3683] {
    margin: 0;
    color: #fff;
    color: var(--header_text_color,#fff)
}

.squad-hero__nav[data-v-2ebe3683] {
    padding: 20px 0 0;
    width: 100%
}

.squad-hero__footer[data-v-2ebe3683] {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%
}

@media screen and (min-width:1024px) {
    .squad-hero__footer[data-v-2ebe3683] {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-end
    }
}

.team-list[data-v-98600daa] {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    width: 100%
}

.team-list__list-item[data-v-98600daa] {
    padding: 0 0 4px;
    margin: 4px 20px 0 0;
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-size: 16px;
    font-weight: 400;
    font-weight: var(--body_text_weight,400);
    text-decoration: none;
    text-transform: none;
    text-transform: var(--heading_text_transform,none);
    line-height: 1;
    white-space: nowrap;
    background: none;
    border: 0;
    cursor: pointer;
    outline: none
}

    .team-list__list-item[data-v-98600daa], .team-list__list-item--active[data-v-98600daa], .team-list__list-item[data-v-98600daa]:hover {
        color: #fff;
        color: var(--header_text_color,#fff)
    }

.team-list__list-item--active[data-v-98600daa] {
    font-weight: 700;
    border-bottom: 3px solid
}

@-webkit-keyframes slide_in-data-v-98600daa {
    0% {
        opacity: 0;
        transform: translateY(-16px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes slide_in-data-v-98600daa {
    0% {
        opacity: 0;
        transform: translateY(-16px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@-webkit-keyframes fade_in-data-v-98600daa {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fade_in-data-v-98600daa {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.quick-select[data-v-0fabaa27] {
    position: relative;
    padding: 32px 0 0;
    background-color: transparent;
    width: 100%;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none
}

    .quick-select[data-v-0fabaa27]::-webkit-scrollbar {
        display: none
    }

.quick-select__inner[data-v-0fabaa27] {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    margin: 0 auto
}

@media screen and (min-width:450px) {
    .quick-select__inner[data-v-0fabaa27] {
        justify-content: center
    }
}

.quick-select__list-item[data-v-0fabaa27] {
    min-width: 96px;
    margin: 4px 4px 0 0;
    font-size: 13px
}

@media screen and (min-width:640px) {
    .quick-select__list-item[data-v-0fabaa27] {
        margin: 4px 8px 0
    }
}

.position-group-container[data-v-101a207c] {
    margin: 32px 0
}

.position-group-heading[data-v-101a207c] {
    margin: 24px 0 0;
    color: #212121
}

.position-group[data-v-101a207c] {
    padding: 24px 0 0
}

.position-group__slides[data-v-101a207c] {
    padding: 0 0 20px;
    margin: 0 -4px;
    display: flex;
    flex-wrap: wrap
}

.player-card[data-v-983c9386] {
    width: 100%;
    background-color: #fafafa;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    margin: 0 4px 32px
}

@media screen and (min-width:450px) {
    .player-card[data-v-983c9386] {
        width: calc(50% - 8px)
    }
}

@media screen and (min-width:760px) {
    .player-card[data-v-983c9386] {
        width: calc(33.33% - 8px)
    }
}

@media screen and (min-width:1440px) {
    .player-card[data-v-983c9386] {
        width: calc(25% - 8px)
    }
}

.player-card__wrap[data-v-983c9386] {
    position: relative;
    height: 0;
    padding-bottom: 108%
}

.player-card__link[data-v-983c9386] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-decoration: none
}

.player-card__link--hover[data-v-983c9386] {
    cursor: pointer
}

.player-card__details[data-v-983c9386] {
    display: flex;
    flex-direction: column;
    justify-content: flex-start
}

.player-card__number[data-v-983c9386] {
    width: 60px;
    height: auto;
    padding: 8px;
    position: absolute;
    z-index: 10;
    top: 2px;
    left: 0;
    line-height: 1;
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-size: 24px;
    font-weight: 400;
    font-weight: var(--body_text_weight,400);
    color: #670e36;
    transition: background-color .3s,color .3s
}

@media screen and (min-width:760px) {
    .player-card__number[data-v-983c9386] {
        width: 80px;
        font-size: 32px
    }
}

.player-card__number--active[data-v-983c9386] {
    background-color: rgba(103,14,54,.5);
    color: #fff
}

.player-card__captain[data-v-983c9386] {
    width: 32px;
    height: 32px;
    margin: 8px 16px;
    position: absolute;
    z-index: 10;
    top: 2px;
    right: 0;
    line-height: 26px;
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-size: 24px;
    font-weight: 400;
    font-weight: var(--body_text_weight,400);
    color: #212121;
    background: #fafafa;
    transition: background-color .3s,color .3s;
    border-radius: 50%;
    text-align: center
}

@media screen and (min-width:760px) {
    .player-card__captain[data-v-983c9386] {
        width: 32px;
        height: 32px;
        line-height: 26px;
        font-size: 24px
    }
}

.player-card__captain--active[data-v-983c9386] {
    background-color: #670e36;
    color: #fff
}

.player-card__role[data-v-983c9386] {
    display: block;
    padding: 4px 8px 8px;
    font-size: 14px
}

.player-card__loan[data-v-983c9386], .player-card__role[data-v-983c9386] {
    color: #fff;
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-weight: 400;
    font-weight: var(--body_text_weight,400);
    text-transform: none
}

.player-card__loan[data-v-983c9386] {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateY(-100%) translateX(-50%);
    padding: 8px 12px;
    font-size: 12px;
    background: #670e36;
    border-radius: 50px;
    z-index: 11;
    white-space: nowrap
}

@media screen and (min-width:450px) {
    .player-card__loan[data-v-983c9386] {
        transform: translateY(-50%) translateX(-50%)
    }
}

.player-card__name-container[data-v-983c9386] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 8px 60px 0 0;
    margin: 0;
    text-align: left;
    background-color: rgba(103,14,54,.5);
    z-index: 1
}

@media screen and (min-width:760px) {
    .player-card__name-container[data-v-983c9386] {
        min-height: 64px
    }
}

.player-card__name-container--active[data-v-983c9386] {
    background-color: gba(#670e36,.5)
}

.player-card__disabled-wrapper[data-v-983c9386] {
    text-align: center;
    position: absolute;
    bottom: 16px;
    left: 0;
    right: 0;
    opacity: 0
}

.player-card__disabled-wrapper--animation[data-v-983c9386] {
    -webkit-animation: hello-data-v-983c9386 2s ease-in-out;
    animation: hello-data-v-983c9386 2s ease-in-out
}

@-webkit-keyframes hello-data-v-983c9386 {
    0% {
        bottom: 16px
    }

    10% {
        opacity: 1
    }

    25% {
        bottom: 104px
    }

    75% {
        bottom: 104px
    }

    90% {
        opacity: 1
    }

    to {
        bottom: 16px;
        opacity: 0
    }
}

@keyframes hello-data-v-983c9386 {
    0% {
        bottom: 16px
    }

    10% {
        opacity: 1
    }

    25% {
        bottom: 104px
    }

    75% {
        bottom: 104px
    }

    90% {
        opacity: 1
    }

    to {
        bottom: 16px;
        opacity: 0
    }
}

.player-card__disabled-label[data-v-983c9386] {
    padding: 6px 10px;
    display: inline-block;
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-size: 10px;
    font-weight: 700;
    text-transform: none;
    background-color: rgba(0,0,0,.76);
    color: #fff;
    border-radius: 30px
}

@media screen and (min-width:1024px) {
    .player-card__disabled-label[data-v-983c9386] {
        padding: 10px 12px;
        font-size: 13px
    }
}

.player-card__name[data-v-983c9386] {
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-size: 12px;
    font-weight: 400;
    font-weight: var(--body_text_weight,400);
    color: #fff;
    text-transform: none;
    padding: 0 8px;
    line-height: 1
}

@media screen and (min-width:760px) {
    .player-card__name[data-v-983c9386] {
        font-size: 16px
    }
}

.player-card__name--active[data-v-983c9386] {
    color: #fff
}

.player-card__name--last-name[data-v-983c9386] {
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-size: 16px;
    font-weight: 400;
    font-weight: var(--body_text_weight,400);
    color: #fff;
    text-transform: none
}

@media screen and (min-width:760px) {
    .player-card__name--last-name[data-v-983c9386] {
        font-size: 24px
    }
}

.player-card__name--last-name--active[data-v-983c9386] {
    color: #fff
}

.player-card__flag[data-v-983c9386] {
    margin: 0;
    position: absolute;
    z-index: 10;
    right: 8px;
    top: 50%;
    transform: translateY(-50%)
}

.flag-icon[data-v-983c9386] {
    font-size: 24px;
    border-radius: 3px
}

.team-overview[data-v-75ea54fe] {
    padding-top: 24px;
    padding-bottom: 24px
}

@media screen and (min-width:760px) {
    .team-overview[data-v-75ea54fe] {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

.team-overview__heading[data-v-75ea54fe], .team-overview__sub-heading[data-v-75ea54fe] {
    margin-bottom: .5em;
    color: #212121
}

.team-overview__result[data-v-75ea54fe] {
    width: unset;
    margin: 25px 0
}

@media screen and (min-width:760px) {
    .team-overview__result[data-v-75ea54fe] {
        box-shadow: 0 0 8px 0 rgba(0,0,0,.2)
    }
}

.team-overview__fixture[data-v-75ea54fe] {
    width: unset;
    margin: 25px 0
}

@media screen and (min-width:760px) {
    .team-overview__fixture[data-v-75ea54fe] {
        box-shadow: 0 0 8px 0 rgba(0,0,0,.2)
    }
}

.footer-advertising[data-v-31bd8593] {
    position: relative;
    z-index: 1
}

.footer-advertising__mpu-section[data-v-31bd8593] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 32px 32px 0;
    padding: var(--content_spacing--small,32px) var(--content_spacing--small,32px) 0;
    background-color: #e8e8e8
}

@media screen and (min-width:1024px) {
    .footer-advertising__mpu-section[data-v-31bd8593] {
        flex-wrap: nowrap;
        padding: 48px 48px 0;
        padding: var(--content_spacing--large,48px) var(--content_spacing--large,48px) 0
    }
}

.footer[data-v-5187cee8] {
    margin: 0;
    padding: 0;
    background-color: #2a0013;
    position: relative;
    z-index: 2
}

@media screen and (min-width:760px) {
    .footer__menu-wrapper[data-v-5187cee8] {
        padding: 0 64px
    }
}

.footer-content[data-v-3043a1c3] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 48px 0 16px;
    background: linear-gradient(#670e36,#2a0013) 50% 100%/cover no-repeat
}

@media screen and (min-width:760px) {
    .footer-content[data-v-3043a1c3] {
        padding: 96px 64px 40px
    }
}

.footer-content__inner[data-v-3043a1c3] {
    display: flex;
    flex-direction: column;
    align-items: center
}

.footer-content__hashtag[data-v-3043a1c3] {
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    position: relative
}

@media screen and (min-width:760px) {
    .footer-content__hashtag[data-v-3043a1c3] {
        font-size: 28px
    }
}

.footer-content__hashtag[data-v-3043a1c3]:after, .footer-content__hashtag[data-v-3043a1c3]:before {
    content: "";
    height: 1px;
    width: calc(50% - 86.5px);
    position: absolute;
    top: 50%;
    background-color: hsla(0,0%,100%,.5)
}

@media screen and (min-width:760px) {
    .footer-content__hashtag[data-v-3043a1c3]:after, .footer-content__hashtag[data-v-3043a1c3]:before {
        width: calc(50% - 135.5px)
    }
}

.footer-content__hashtag[data-v-3043a1c3]:before {
    left: 0
}

.footer-content__hashtag[data-v-3043a1c3]:after {
    right: 0
}

.footer-content__socials[data-v-3043a1c3] {
    margin: 40px 0 24px !important
}

@media screen and (min-width:760px) {
    .footer-content__socials[data-v-3043a1c3] {
        margin: 56px 0 40px !important
    }
}

.footer-content__cta[data-v-3043a1c3] {
    max-width: 400px;
    margin: 0 16px 40px;
    background-color: #fff;
    border-radius: 8px
}

@media screen and (min-width:760px) {
    .footer-content__cta[data-v-3043a1c3] {
        max-width: none;
        margin: 0 auto 40px;
        display: flex;
        align-items: center
    }
}

@media screen and (min-width:1024px) {
    .footer-content__cta[data-v-3043a1c3] {
        width: 60%
    }
}

@media screen and (min-width:1440px) {
    .footer-content__cta[data-v-3043a1c3] {
        width: 50%
    }
}

.footer-content__image[data-v-3043a1c3] {
    height: 180px;
    background: url(/digital-membership--crop.jpg) 50%/cover no-repeat;
    border-radius: 8px
}

@media screen and (min-width:760px) {
    .footer-content__image[data-v-3043a1c3] {
        width: 40%
    }
}

.footer-content__button-wrapper[data-v-3043a1c3] {
    padding: 16px;
    text-align: center;
    font-size: 16px
}

@media screen and (min-width:760px) {
    .footer-content__button-wrapper[data-v-3043a1c3] {
        width: 60%;
        padding: 16px 16px 16px 0
    }
}

.footer-content__button[data-v-3043a1c3] {
    margin-top: 24px
}

.footer-content__hr[data-v-3043a1c3] {
    height: 1px;
    width: 100%;
    background-color: hsla(0,0%,100%,.5)
}

.app-download[data-v-3043a1c3] {
    align-items: center;
    margin: 0 auto 48px
}

@media screen and (min-width:760px) {
    .app-download[data-v-3043a1c3] {
        margin: 0 auto 64px
    }
}

.app-download[data-v-3043a1c3] .icons {
    flex-direction: row !important
}

@media screen and (min-width:760px) {
    .app-download[data-v-3043a1c3] .icons {
        flex-direction: row !important
    }
}

.footer-social[data-v-aa071368] {
    margin: 32px 0 16px
}

.footer-social__heading[data-v-aa071368] {
    padding: 0 64px;
    margin-bottom: 12px;
    color: #2a0013
}

.social__channels[data-v-f0608940] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    margin: 0 auto;
    list-style: none
}

.social__channel[data-v-f0608940] {
    margin: 0 8px 16px;
    font-size: 0
}

.social__channel a[data-v-f0608940] {
    cursor: pointer;
    display: block
}

.social__channel a svg[data-v-f0608940] {
    fill: #fff
}

.footer-sponsors[data-v-04be2fa6] {
    background-color: #2a0013
}

.footer-sponsors__inner[data-v-04be2fa6] {
    max-width: 1440px;
    margin: 0 auto;
    padding-top: 26px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center
}

@media screen and (min-width:760px) {
    .footer-sponsors__inner[data-v-04be2fa6] {
        padding-bottom: 8px
    }
}

.footer-sponsors__row[data-v-04be2fa6] {
    width: 100%
}

.footer-sponsors__row-title[data-v-04be2fa6] {
    color: #fff;
    text-align: center
}

.footer-sponsors__sponsor-wrapper[data-v-04be2fa6] {
    margin: 0 auto;
    list-style-type: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 0
}

.footer-sponsors__sponsor-wrapper--small[data-v-04be2fa6] {
    justify-content: center
}

@media screen and (min-width:760px) {
    .footer-sponsors__sponsor-wrapper--small[data-v-04be2fa6] {
        max-width: 720px
    }
}

@media screen and (min-width:1024px) {
    .footer-sponsors__sponsor-wrapper--small[data-v-04be2fa6] {
        max-width: 1032px
    }
}

.footer-sponsors__sponsor-wrapper--large[data-v-04be2fa6] {
    padding-bottom: 16px;
    justify-content: center
}

@media screen and (min-width:760px) {
    .footer-sponsors__sponsor-wrapper--large[data-v-04be2fa6] {
        padding-bottom: 12px
    }
}

@media screen and (min-width:1024px) {
    .footer-sponsors__sponsor-wrapper--large[data-v-04be2fa6] {
        max-width: 1032px;
        padding-bottom: 0
    }
}

.footer-sponsors__sponsor[data-v-04be2fa6] {
    display: flex;
    align-items: center
}

.footer-sponsors__sponsor--small[data-v-04be2fa6] {
    width: 80px;
    height: 80px;
    margin: 0 12px 24px
}

@media screen and (min-width:760px) {
    .footer-sponsors__sponsor--small[data-v-04be2fa6] {
        width: 96px;
        height: 96px
    }
}

@media screen and (min-width:1024px) {
    .footer-sponsors__sponsor--small[data-v-04be2fa6] {
        margin: 0 26px 24px
    }
}

.footer-sponsors__sponsor--large[data-v-04be2fa6] {
    width: 132px;
    height: 132px;
    margin: 0 12px 24px
}

@media screen and (min-width:375px) {
    .footer-sponsors__sponsor--large[data-v-04be2fa6] {
        width: 160px;
        height: 160px
    }
}

@media screen and (min-width:760px) {
    .footer-sponsors__sponsor--large[data-v-04be2fa6] {
        margin: 0 20px 32px
    }
}

@media screen and (min-width:1024px) {
    .footer-sponsors__sponsor--large[data-v-04be2fa6] {
        margin: 0 22px 28px
    }
}

.footer-sponsors__logo[data-v-04be2fa6] {
    display: block;
    height: 100%;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%
}

.footer-menu[data-v-5f5fb842] {
    padding: 0;
    width: 100%;
    margin: 32px auto 0
}

@media screen and (min-width:1440px) {
    .footer-menu[data-v-5f5fb842] {
        padding: 0 64px
    }
}

.footer-menu__list-heading[data-v-5f5fb842] {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    font-stretch: condensed;
    text-transform: uppercase;
    margin: 0 0 8px;
    border-bottom: 1px solid hsla(0,0%,100%,.5);
    height: 28px
}

.footer-menu__list[data-v-5f5fb842] {
    margin: 0 0 48px;
    padding: 0;
    list-style: none;
    -moz-column-count: 1;
    column-count: 1
}

@media screen and (min-width:450px) {
    .footer-menu__list[data-v-5f5fb842] {
        -moz-column-count: 2;
        column-count: 2
    }
}

@media screen and (min-width:760px) {
    .footer-menu__list[data-v-5f5fb842] {
        -moz-column-count: 3;
        column-count: 3
    }
}

@media screen and (min-width:1024px) {
    .footer-menu__list[data-v-5f5fb842] {
        -moz-column-count: 4;
        column-count: 4
    }
}

.footer-menu__link[data-v-5f5fb842], .footer-menu a[data-v-5f5fb842] {
    color: #fff;
    text-decoration: none;
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-size: 14px;
    margin-top: 4px;
    padding: 0
}

.footer-copyright[data-v-2593ce2c] {
    background-color: #000
}

.footer-copyright__notice[data-v-2593ce2c] {
    color: #fff;
    font-size: 12px
}

@media screen and (min-width:760px) {
    .footer-copyright__notice[data-v-2593ce2c] {
        position: absolute;
        right: 16px
    }
}

.copyright-container[data-v-2593ce2c] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 16px
}

@media screen and (min-width:760px) {
    .copyright-container[data-v-2593ce2c] {
        flex-direction: row;
        position: relative
    }
}

.footer-sub-menu[data-v-2593ce2c] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
    padding: 0;
    list-style-type: none
}

@media screen and (min-width:760px) {
    .footer-sub-menu[data-v-2593ce2c] {
        margin: 0
    }
}

.footer-sub-menu__list-item[data-v-2593ce2c] {
    padding: 0;
    margin: 0;
    list-style: none
}

.footer-sub-menu__link[data-v-2593ce2c] {
    color: #fff;
    text-decoration: none;
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-size: 12px;
    margin: 0 8px
}

.footer-gamechanger-notice[data-v-00799a8c] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 24px
}

.footer-gamechanger-notice__text[data-v-00799a8c] {
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-size: 12px
}

@media screen and (min-width:1024px) {
    .footer-gamechanger-notice__text[data-v-00799a8c] {
        margin-right: 16px
    }
}

.footer-gamechanger-notice__image[data-v-00799a8c] {
    height: 24px
}

.footer-gamechanger-notice__image-container[data-v-00799a8c] {
    margin-top: 16px
}

@media screen and (min-width:1024px) {
    .footer-gamechanger-notice__image-container[data-v-00799a8c] {
        margin-top: 8px
    }
}

@media screen and (min-width:1024px) {
    .footer-gamechanger-notice[data-v-00799a8c] {
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
        padding-right: 64px
    }
}

.footer-gamechanger-notice--light[data-v-00799a8c] {
    background-color: #fafafa
}

.footer-gamechanger-notice--light .footer-gamechanger-notice__text[data-v-00799a8c] {
    color: #212121
}

.footer-gamechanger-notice--dark[data-v-00799a8c] {
    background-color: #480024
}

.footer-gamechanger-notice--dark .footer-gamechanger-notice__text[data-v-00799a8c] {
    color: #fff
}

.popup-wrapper[data-v-9f6ae642] {
    position: fixed;
    z-index: 1000;
    bottom: 0;
    width: 100%;
    background-color: #670e36
}

.popup[data-v-9f6ae642] {
    margin: 0 auto;
    max-width: 1440px;
    padding: 32px 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1
}

@media screen and (min-width:1024px) {
    .popup[data-v-9f6ae642] {
        padding: 32px;
        flex-direction: row;
        align-items: center
    }
}

.popup__heading[data-v-9f6ae642] {
    color: #fff
}

.popup__body[data-v-9f6ae642] {
    max-width: 800px;
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-size: 12px;
    font-weight: 400;
    font-weight: var(--body_text_weight,400);
    color: #fff
}

@media screen and (min-width:1024px) {
    .popup__body[data-v-9f6ae642] {
        padding: 0 32px 0 0
    }
}

.popup__button-wrapper[data-v-9f6ae642] {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

@media screen and (min-width:640px) {
    .popup__button-wrapper[data-v-9f6ae642] {
        flex-direction: row;
        flex-wrap: nowrap
    }
}

.popup__button--accept[data-v-9f6ae642] {
    margin: 16px 0
}

@media screen and (min-width:640px) {
    .popup__button--accept[data-v-9f6ae642] {
        margin: 0 16px 0 0
    }
}



.error-page[data-v-4cce6374] {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    padding: 0;
    min-height: 100vh;
    background: #fff top no-repeat;
    background-size: cover
}

.main.header-is--solid .error-page[data-v-4cce6374], .main.header-type--fixed .error-page[data-v-4cce6374] {
    min-height: calc(100vh - 48px);
    margin-top: 48px
}

.main.header-is--solid .error-page--global-nav[data-v-4cce6374], .main.header-type--fixed .error-page--global-nav[data-v-4cce6374] {
    min-height: calc(100vh - 80px)
}

.error-page--global-nav[data-v-4cce6374] {
    min-height: calc(100vh - 32px)
}

.error-page__content[data-v-4cce6374] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 100px 20px 20px;
    width: 100%;
    background-color: rgba(0,0,0,.7)
}

.error-page__content-inner[data-v-4cce6374] {
    max-width: 240px
}

.error-page__heading[data-v-4cce6374] {
    margin: 0 0 .5em;
    text-align: center;
    color: #fff
}

.error-page__body[data-v-4cce6374] {
    padding: 0 0 1em;
    color: #fff;
    text-align: center;
    border-bottom: 1px solid #fff
}

.error-page__list-title[data-v-4cce6374] {
    padding: 24px 0 0;
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    color: #fff;
    font-weight: 400;
    font-weight: var(--body_text_weight,400);
    font-size: 12px;
    text-align: left;
    text-transform: none
}

.error-page__links[data-v-4cce6374] {
    max-width: 240px;
    padding: 12px 0 24px;
    margin: 0;
    text-align: left;
    border-bottom: 1px solid #fff;
    list-style: none
}

.error-page__item[data-v-4cce6374], .error-page__link[data-v-4cce6374] {
    margin: 0;
    padding: 0
}

.error-page__link[data-v-4cce6374] {
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase
}

    .error-page__link[data-v-4cce6374]:hover {
        color: #fff;
        text-decoration: underline
    }

@media screen and (min-width:760px) {
    .main.header-is--solid .error-page[data-v-4cce6374], .main.header-type--fixed .error-page[data-v-4cce6374] {
        min-height: calc(100vh - 64px);
        margin-top: 64px
    }

    .main.header-is--solid .error-page--global-nav[data-v-4cce6374], .main.header-type--fixed .error-page--global-nav[data-v-4cce6374] {
        min-height: calc(100vh - 96px)
    }

    .error-page__content[data-v-4cce6374] {
        width: 50%
    }
}

@media screen and (min-width:1024px) {
    .main.header-is--solid .error-page[data-v-4cce6374], .main.header-type--fixed .error-page[data-v-4cce6374] {
        min-height: calc(100vh - 64px);
        margin-top: 64px
    }

    .main.header-is--solid .error-page--global-nav[data-v-4cce6374], .main.header-type--fixed .error-page--global-nav[data-v-4cce6374] {
        min-height: calc(100vh - 96px)
    }

    .error-page__content[data-v-4cce6374] {
        width: 33.33%
    }
}



.app-view .article-body__top, .app-view .article-hero, .app-view .legacy-article-wrapper, .app-view .related-news .news-grid {
    display: none !important
}



.language-selector__menu[data-v-600c2791] {
    position: absolute;
    top: 40px;
    left: 0;
    background-color: #e8e8e8;
    width: 180px;
    transform: translate(calc(-50% + 6px));
    border-radius: 6px
}

.language-selector__menu[data-v-600c2791]:before {
    display: block;
    content: "";
    position: absolute;
    top: -6px;
    left: 80px;
    width: 20px;
    height: 20px;
    background-color: #e8e8e8;
    transform: rotate(45deg);
    opacity: 1
}

.language-selector__option[data-v-600c2791] {
    margin: 8px;
    color: #670e36;
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-size: 16px
}

.language-selector__inner[data-v-600c2791] {
    padding: 8px 8px 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start
}



.sticky-nav[data-v-0e3e2ce2] {
    height: 48px;
    width: 100%;
    padding: 0 16px;
    position: fixed;
    top: 0;
    z-index: 14;
    color: #fff;
    color: var(--header_text_color,#fff);
    background: #480024
}

@media screen and (min-width:760px) {
    .sticky-nav[data-v-0e3e2ce2] {
        height: 64px;
        padding: 0 24px
    }
}

@media screen and (min-width:1024px) {
    .sticky-nav[data-v-0e3e2ce2] {
        height: 64px;
        padding: 0 80px
    }
}



.link-wrapper[data-v-8d07b132] {
    text-decoration: none
}

.search-result[data-v-8d07b132] {
    padding: 8px 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    color: #212121;
    border-bottom: 1px solid rgba(0,0,0,.08)
}

.search-result__image[data-v-8d07b132] {
    min-width: 80px;
    height: auto;
    background-position: 50%;
    background-size: cover;
    background-repeat: none
}

.search-result__content[data-v-8d07b132] {
    max-width: calc(100% - 80px);
    flex: 1;
    padding-left: 8px
}

.search-result__meta[data-v-8d07b132] {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-size: 12px;
    line-height: 1
}

.search-result__icon[data-v-8d07b132] {
    width: 12px;
    height: 12px;
    margin-right: 8px;
    color: #aaa
}

.search-result__date[data-v-8d07b132] {
    margin: 0 8px 0 0;
    padding: 0
}

.search-result__category[data-v-8d07b132], .search-result__date[data-v-8d07b132] {
    font-weight: 400;
    font-weight: var(--body_text_weight,400);
    color: #aaa
}

.search-result__category[data-v-8d07b132], .search-result__date[data-v-8d07b132], .search-result__title[data-v-8d07b132] {
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    text-transform: none
}

.search-result__title[data-v-8d07b132] {
    padding: 6px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: 700;
    color: #670e36
}



.pagination[data-v-204bcac6] {
    margin: 40px 0 64px
}

.pagination__results[data-v-204bcac6] {
    text-align: center;
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-size: 13px;
    font-weight: 400;
    font-weight: var(--body_text_weight,400);
    color: #212121;
    text-transform: none
}

.pagination__result-number[data-v-204bcac6] {
    font-weight: 700;
    color: #212121
}

.pagination__wrapper[data-v-204bcac6] {
    padding: 16px 16px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none
}

.pagination__page-button[data-v-204bcac6] {
    width: 32px;
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-size: 16px;
    font-weight: 400;
    font-weight: var(--body_text_weight,400);
    color: #aaa;
    text-align: center;
    cursor: pointer
}

.pagination__page-button--active[data-v-204bcac6] {
    font-weight: 700;
    color: #670e36
}

.pagination__arrow-button[data-v-204bcac6] {
    width: 16px;
    height: 16px;
    margin: 0 8px;
    color: #670e36;
    cursor: pointer
}



.search-results[data-v-4ec5a536] {
    padding: 0;
    list-style: none
}

.search-results__container[data-v-4ec5a536] {
    height: 100%;
    display: flex;
    flex-direction: column
}

.search-item-enter-active[data-v-4ec5a536], .search-item-leave-active[data-v-4ec5a536] {
    transition: opacity .5s .3s,transform .5s .3s
}

.search-item-enter[data-v-4ec5a536], .search-item-leave-to[data-v-4ec5a536] {
    opacity: 0;
    transform: translateY(60px)
}



.inline-loader[data-v-92c7e338], .inline-loader[data-v-92c7e338]:after {
    border-radius: 50%;
    width: 10em;
    height: 10em
}

.inline-loader[data-v-92c7e338] {
    margin: 60px auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border: 1.1em solid hsla(0,0%,100%,.2);
    border-left-color: currentcolor;
    transform: translateZ(0);
    -webkit-animation: load8-data-v-92c7e338 1.1s linear infinite;
    animation: load8-data-v-92c7e338 1.1s linear infinite
}

@-webkit-keyframes load8-data-v-92c7e338 {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes load8-data-v-92c7e338 {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}



.audio-player[data-v-bcdc6496] {
    position: fixed;
    bottom: 16px;
    right: 16px;
    left: 16px;
    padding: 8px 16px;
    height: 60px;
    z-index: 10;
    background-color: rgba(0,0,0,.74);
    border-radius: 8px;
    box-shadow: 0 4px 8px 4px rgba(0,0,0,.03)
}

@media screen and (min-width:1024px) {
    .audio-player[data-v-bcdc6496] {
        bottom: 16px;
        right: unset;
        left: 50%;
        transform: translateX(-50%);
        padding: 8px 32px;
        height: 120px;
        max-width: 960px;
        width: 100%
    }
}

.audio-player__inner[data-v-bcdc6496] {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 0 0 0 48px;
    max-width: 1900px;
    height: 100%;
    margin: 0 auto;
    z-index: 3
}

.audio-player__error[data-v-bcdc6496] {
    padding: 16px;
    color: #212121;
    background-color: #fff;
    border: 1px solid #000
}

.audio-player__error p[data-v-bcdc6496] {
    margin: 0 0 4px
}

.audio-player__error a[data-v-bcdc6496] {
    color: #212121
}

.audio-player__heading[data-v-bcdc6496] {
    color: #fff;
    font-size: 16px;
    font-weight: 700
}

.audio-player__button[data-v-bcdc6496] {
    position: absolute;
    top: 50%;
    left: 8px;
    transform: translateY(-50%);
    margin: 0;
    height: 28px;
    width: 28px;
    font-size: 0;
    border: 0;
    outline: none
}

.audio-player__button--play[data-v-bcdc6496] {
    background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADgAAAA4CAYAAACohjseAAABj0lEQVRoQ93a0W3DMAwEUHG0jpJN2kmaTpJ2k26igkBUCEFak7JE3snf/nngkbIkS631vZTyJSLXsuEjtdZ6d72JyOtuxh7YbFtBnwEVqnHdIrZ/AVs1FaoV/WaN7hGQPrZWoEI/SykfbNPWA+xjS9OfI0Cq2J4BUkBnAKGXlVlA2P6cDYSL7Spgg16yl5XVwPT+jAD+9qeIXKI/+SKBKf2ZAQyNbRYwbFnJBi6PLQpwGRQNOL0/EYF9f+r+U/ehww8ycEpsGYAK1TMhPRtyn92yAIeXFTagO7asQDOUHXi4rOwA1AGk+86nywkz0DRZGYEmWGtSNqD75osFOHwJhA4chqFHVPvsZca1HVoFXQPEssVAAU6HIUV06eFwZgXdI98Sycd3MoCnJ6MHGgkMhUX24LSR76lcBHDZZPRAV0QUAraqgiGTMaOC14yrMQv0bERTJqMFdjaiejygXyDw/7B5K5g68j2V81YQajJ6oEcVpIVZKgg38j2V+w8IPxk90D6iW8H6Ct5YRr6ncu3dHz+dOkizrHTkAAAAAElFTkSuQmCC) 50% 50% no-repeat;
    background-size: contain
}

.audio-player__button--pause[data-v-bcdc6496] {
    background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAA4CAYAAAC7UXvqAAAAk0lEQVRoQ+3WQQrAMAwDwfj/j3bvCRSMfJw+ICXK2trq7j6LX1XV33Hr/1s/0AVmOJQXuAIzAzOCDoTuwCAEoWECEEoDU2SKLGNIkdlCGUFc6MmPCw2RsoVsoSEyT2BciAtlDNlCtlBGEBfiQiFBEIIQhMgcmcumgMyRuYwgTayJQ4IgBCEIkTkyl00BmSNzGUHnA9v9v2hAp/VDAAAAAElFTkSuQmCC) 50% 50% no-repeat;
    background-size: contain
}

.audio-player__player[data-v-bcdc6496] {
    display: none
}

.audio-player__close[data-v-bcdc6496] {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: block;
    width: 24px;
    height: 24px;
    color: #fff;
    font-size: 0;
    background: transparent;
    border: 0;
    cursor: pointer;
    z-index: 2
}

.is-playing[data-v-bcdc6496] {
    overflow: hidden
}

    .is-playing[data-v-bcdc6496]:after, .is-playing[data-v-bcdc6496]:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        height: 100%;
        width: 100%;
        -webkit-animation-duration: 60s;
        animation-duration: 60s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }

    .is-playing[data-v-bcdc6496]:before {
        bottom: 0;
        background: transparent url(/audio-player/audio-bg-1.png) 0 -35px repeat-x;
        background-size: 1920px 120px;
        -webkit-animation-name: move-right-data-v-bcdc6496;
        animation-name: move-right-data-v-bcdc6496;
        z-index: 1
    }

@media screen and (min-width:1024px) {
    .is-playing[data-v-bcdc6496]:before {
        background: transparent url(/audio-player/audio-bg-1.png) 0 30px repeat-x;
        background-size: 1920px 120px
    }
}

.is-playing[data-v-bcdc6496]:after {
    bottom: 0;
    background: transparent url(/audio-player/audio-bg-2.png) 100% -35px repeat-x;
    background-size: 1920px 120px;
    -webkit-animation-name: move-left-data-v-bcdc6496;
    animation-name: move-left-data-v-bcdc6496;
    z-index: 2
}

@media screen and (min-width:1024px) {
    .is-playing[data-v-bcdc6496]:after {
        background: transparent url(/audio-player/audio-bg-1.png) 100% 30px repeat-x;
        background-size: 1920px 120px
    }
}

@-webkit-keyframes move-right-data-v-bcdc6496 {
    0% {
        background-position-x: 0
    }

    to {
        background-position-x: 3840px
    }
}

@keyframes move-right-data-v-bcdc6496 {
    0% {
        background-position-x: 0
    }

    to {
        background-position-x: 3840px
    }
}

@-webkit-keyframes move-left-data-v-bcdc6496 {
    0% {
        background-position-x: 3840px
    }

    to {
        background-position-x: 0
    }
}

@keyframes move-left-data-v-bcdc6496 {
    0% {
        background-position-x: 3840px
    }

    to {
        background-position-x: 0
    }
}



.package-list[data-v-4391f5e4] {
    padding: 20px 0 0;
    margin: 0 -16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none
}

.package[data-v-4391f5e4] {
    margin: 0 16px 32px;
    background-color: #fafafa;
    border-radius: 20px;
    box-shadow: 0 4px 16px 0 rgba(0,0,0,.16);
    overflow: hidden
}

@media screen and (min-width:760px) {
    .package[data-v-4391f5e4] {
        width: calc(50% - 32px)
    }
}

@media screen and (min-width:1024px) {
    .package[data-v-4391f5e4] {
        width: calc(33.33% - 32px)
    }
}

.package__image[data-v-4391f5e4] {
    height: 160px;
    padding: 20px;
    margin-bottom: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    background-color: #3c3c3c
}

.package__image--yearly-audio[data-v-4391f5e4] {
    background-image: url(/subscriptions/yearly-audio.jpg)
}

.package__image--monthly-audio[data-v-4391f5e4] {
    background-image: url(/subscriptions/monthly-audio.jpg)
}

.package__image--video[data-v-4391f5e4] {
    background-image: url(/subscriptions/video.jpg)
}

.package__icon[data-v-4391f5e4] {
    height: 64px;
    width: auto
}

.package__details[data-v-4391f5e4] {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center
}

.package__title[data-v-4391f5e4] {
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-size: 20px;
    font-weight: 400;
    font-weight: var(--body_text_weight,400);
    color: #212121;
    text-transform: none;
    text-transform: var(--heading_text_transform,none)
}

@media screen and (min-width:760px) {
    .package__title[data-v-4391f5e4] {
        font-size: 20px
    }
}

.package__title[data-v-4391f5e4]:after {
    content: "";
    width: 50%;
    padding: 12px 0;
    margin: 0 auto;
    display: block;
    border-bottom: 1px solid #e8e8e8
}

.package__body[data-v-4391f5e4] {
    padding: 20px;
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-size: 16px;
    font-weight: 400;
    font-weight: var(--body_text_weight,400);
    color: #212121;
    text-transform: none
}

@media screen and (min-width:760px) {
    .package__body[data-v-4391f5e4] {
        font-size: 16px
    }
}



.subscribe-packages[data-v-66402653] {
    position: fixed;
    top: 0;
    left: 0;
    padding: 40px 20px;
    height: 100vh;
    width: 100%;
    z-index: 1000;
    overflow-y: scroll;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    background: #fafafa
}

@media screen and (min-width:1024px) {
    .subscribe-packages[data-v-66402653] {
        padding: 64px
    }
}

.subscribe-packages__close-icon[data-v-66402653] {
    position: fixed;
    top: 24px;
    right: 16px;
    color: #212121;
    cursor: pointer
}

@media screen and (min-width:1024px) {
    .subscribe-packages__close-icon[data-v-66402653] {
        right: 64px
    }
}

.subscribe-packages__heading[data-v-66402653] {
    margin-bottom: 10px;
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-size: 24px;
    font-weight: 700;
    font-weight: var(--heading_weight,700);
    color: #212121;
    text-transform: none;
    text-transform: var(--heading_text_transform,none)
}

@media screen and (min-width:760px) {
    .subscribe-packages__heading[data-v-66402653] {
        font-size: 40px
    }
}

.subscribe-packages__list[data-v-66402653] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    padding: 20px 0 0;
    margin: 0;
    list-style: none
}



.mpu[data-v-b507e2a2] {
    margin: 0 32px 32px;
    margin: 0 var(--content_spacing--small,32px) var(--content_spacing--small,32px)
}

@media screen and (min-width:1024px) {
    .mpu[data-v-b507e2a2] {
        margin: 0 48px 48px;
        margin: 0 var(--content_spacing--large,48px) var(--content_spacing--large,48px)
    }
}



.footer-advertising[data-v-9655cec2] {
    position: relative;
    z-index: 1
}

.footer-advertising__mpu-section[data-v-9655cec2] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 32px 32px 0;
    padding: var(--content_spacing--small,32px) var(--content_spacing--small,32px) 0;
    background-color: #e8e8e8
}

@media screen and (min-width:1024px) {
    .footer-advertising__mpu-section[data-v-9655cec2] {
        padding: 48px 48px 0;
        padding: var(--content_spacing--large,48px) var(--content_spacing--large,48px) 0
    }
}

.footer-advertising__org-sponsor[data-v-9655cec2] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 110px;
    background-color: #000
}



.footer-advert[data-v-57fecf56] {
    display: block;
    margin: 0 32px 32px;
    margin: 0 var(--content_spacing--small,32px) var(--content_spacing--small,32px);
    max-width: 250px;
    font-size: 0
}

@media screen and (min-width:1024px) {
    .footer-advert[data-v-57fecf56] {
        margin: 0 48px 48px;
        margin: 0 var(--content_spacing--large,48px) var(--content_spacing--large,48px)
    }
}

.footer-advert__image[data-v-57fecf56] {
    width: 100%
}



.loader-container[data-v-460f059f] {
    display: flex;
    justify-content: center
}

.lds-ring[data-v-460f059f] {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px
}

.lds-ring div[data-v-460f059f] {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 51px;
    height: 51px;
    margin: 6px;
    border-radius: 50%;
    -webkit-animation: lds-ring-data-v-460f059f 1.2s cubic-bezier(.5,0,.5,1) infinite;
    animation: lds-ring-data-v-460f059f 1.2s cubic-bezier(.5,0,.5,1) infinite;
    border: 6px solid transparent;
    border-top-color: currentcolor
}

    .lds-ring div[data-v-460f059f]:first-child {
        -webkit-animation-delay: -.45s;
        animation-delay: -.45s
    }

    .lds-ring div[data-v-460f059f]:nth-child(2) {
        -webkit-animation-delay: -.3s;
        animation-delay: -.3s
    }

    .lds-ring div[data-v-460f059f]:nth-child(3) {
        -webkit-animation-delay: -.15s;
        animation-delay: -.15s
    }

@-webkit-keyframes lds-ring-data-v-460f059f {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes lds-ring-data-v-460f059f {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}



.form-widget[data-v-5a4cdd75] {
    max-width: 640px
}

.form-widget__heading[data-v-5a4cdd75] {
    margin-bottom: 32px;
    color: #212121;
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-size: 18px;
    font-weight: 700;
    font-weight: var(--heading_weight,700);
    text-transform: uppercase
}

@media screen and (min-width:1024px) {
    .form-widget__heading[data-v-5a4cdd75] {
        font-size: 24px
    }
}

.form-widget__description[data-v-5a4cdd75] {
    margin-bottom: 32px
}

.form-widget__sending[data-v-5a4cdd75] {
    height: 64px;
    width: 64px
}

.form-widget__terms[data-v-5a4cdd75] {
    padding: 8px;
    margin: 16px 0 8px;
    color: #212121;
    font-size: 12px;
    background-color: #ccc
}

.form-widget__success[data-v-5a4cdd75] {
    padding: 8px;
    color: #212121;
    font-size: 14px;
    background-color: #77a64b
}

.form-widget__error[data-v-5a4cdd75] {
    padding: 8px;
    color: #212121;
    font-size: 14px;
    background-color: #ed1e2f
}

.field-wrap[data-v-5a4cdd75] {
    margin: 0 0 32px
}

.checkbox-wrap[data-v-5a4cdd75] {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: flex-start
}

.checkbox-wrap input[data-v-5a4cdd75] {
    width: 16px !important;
    height: 16px !important
}

.checkbox-content[data-v-5a4cdd75] {
    margin: 0 0 0 16px;
    width: 100%
}

.label[data-v-5a4cdd75] {
    display: block;
    margin: 0 0 8px;
    color: #212121;
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-size: 16px;
    font-weight: 700;
    text-transform: none
}

.label.required[data-v-5a4cdd75]:before {
    content: "* "
}

.input[data-v-5a4cdd75], .textarea[data-v-5a4cdd75] {
    padding: 8px;
    width: 100%;
    color: #212121;
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-size: 16px;
    font-weight: 400;
    font-weight: var(--body_text_weight,400);
    background: 16px;
    border: 1px solid rgba(33,33,33,.5);
    border-radius: 8px
}

    .input[data-v-5a4cdd75]:active, .input[data-v-5a4cdd75]:focus, .textarea[data-v-5a4cdd75]:active, .textarea[data-v-5a4cdd75]:focus {
        outline: none;
        border: 1px solid #212121
    }

select[data-v-5a4cdd75] {
    max-width: 100%;
    height: 40px;
    color: #212121;
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-size: 16px;
    font-weight: 400;
    font-weight: var(--body_text_weight,400);
    background: 16px;
    border: 1px solid rgba(33,33,33,.5);
    border-radius: 8px;
    padding: 4px 8px 0
}

    select[data-v-5a4cdd75]:active, select[data-v-5a4cdd75]:focus {
        outline: none;
        border: 1px solid #212121
    }

.button[data-v-5a4cdd75] {
    display: block;
    margin: 0 auto
}

.helper-text[data-v-5a4cdd75] {
    color: #aaa;
    font-size: 12px
}

.body-text[data-v-5a4cdd75], .checkbox-description[data-v-5a4cdd75], .helper-text[data-v-5a4cdd75] {
    display: block;
    margin: 0 0 8px;
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-weight: 400;
    font-weight: var(--body_text_weight,400);
    text-transform: none
}

.body-text[data-v-5a4cdd75], .checkbox-description[data-v-5a4cdd75] {
    color: #212121;
    font-size: 16px;
    font-size: var(--body_text_size--small,16px)
}

    .body-text[data-v-5a4cdd75] a, .checkbox-description[data-v-5a4cdd75] a {
        color: #670e36;
        text-decoration: underline
    }

        .body-text[data-v-5a4cdd75] a:hover, .checkbox-description[data-v-5a4cdd75] a:hover {
            color: #670e36;
            text-decoration: none
        }



.login-form[data-v-69f9811f] {
    flex-direction: column;
    align-items: center;
    max-width: 100;
    text-align: center;
    background: #fff
}

.login-form[data-v-69f9811f], .login-form__form[data-v-69f9811f] {
    display: flex;
    justify-content: center;
    height: 100%;
    width: 100%
}

.login-form__form[data-v-69f9811f] {
    flex-direction: column;
    align-items: stretch;
    flex: 1;
    padding: 16px 40px 0
}

.login-form__heading[data-v-69f9811f] {
    margin: 0 0 16px;
    color: #212121;
    text-align: center
}

.login-form__body[data-v-69f9811f] {
    margin: 24px 0 0;
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-size: 14px;
    font-weight: 400;
    font-weight: var(--body_text_weight,400);
    color: #212121;
    line-height: 1.2;
    text-align: center;
    text-transform: none
}

.login-form__social-heading[data-v-69f9811f] {
    margin: 0 0 16px;
    color: #212121;
    text-align: center
}

.login-form__social-divider[data-v-69f9811f] {
    position: relative;
    display: block;
    margin: 0 auto 16px;
    color: #aaa;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase
}

    .login-form__social-divider[data-v-69f9811f]:before {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        left: 0;
        border-bottom: 1px solid #e8e8e8;
        z-index: 1
    }

.login-form__social-divider-inner[data-v-69f9811f] {
    position: relative;
    display: inline-block;
    padding: 0 8px;
    background-color: #fff;
    z-index: 2
}

.login-form__input[data-v-69f9811f] {
    margin: 8px 0;
    padding: 10px;
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #e8e8e8
}

    .login-form__input[data-v-69f9811f]:focus {
        color: colorPalette(primary-club)
    }

.login-form__button[data-v-69f9811f] {
    margin: 16px 0
}

.login-form__forgot-password[data-v-69f9811f] {
    color: #212121;
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-size: 12px;
    font-weight: 400;
    font-weight: var(--body_text_weight,400);
    text-decoration: none;
    text-transform: none
}

.login-form__forgot-password--direct[data-v-69f9811f] {
    margin: 8px 0 16px
}

.login-form__forgot-password[data-v-69f9811f]:hover {
    text-decoration: underline
}

.login-form__register-box[data-v-69f9811f] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 224px;
    margin: 30px 0 0;
    width: 100%;
    padding: 20px;
    background: #670e36;
    text-align: center;
    opacity: 0;
    -webkit-animation-name: registerAppear-data-v-69f9811f;
    animation-name: registerAppear-data-v-69f9811f;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(.075,.82,.165,1);
    animation-timing-function: cubic-bezier(.075,.82,.165,1)
}

.login-form__register-heading[data-v-69f9811f] {
    margin: 0 0 16px;
    color: #fff;
    text-align: center
}

.login-form__register-body[data-v-69f9811f] {
    color: #fff;
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-size: 14px;
    font-weight: 400;
    font-weight: var(--body_text_weight,400);
    line-height: 1.2;
    text-align: center
}

    .login-form__register-body[data-v-69f9811f] * {
        margin-bottom: 1em
    }

.login-form__link[data-v-69f9811f] {
    margin: 10px 0
}

.error-message[data-v-69f9811f] {
    margin: 0 0 20px;
    color: #fe0000;
    font-size: 14px;
    font-weight: 700
}

.social-SSO[data-v-69f9811f] {
    width: 100%;
    padding: 16px 0
}

.social-button-container[data-v-69f9811f] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 16px
}

.social-button[data-v-69f9811f] {
    display: block;
    margin: 0 15px;
    height: 48px;
    min-width: 48px;
    max-width: 48px;
    color: #878787;
    text-align: center;
    text-decoration: none;
    background-color: #e8e8e8;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-radius: 50%
}

    .social-button[data-v-69f9811f]:hover {
        background-color: #ccc
    }

.social-button--facebook[data-v-69f9811f] {
    font-size: 0;
    background-image: url(/icons/facebook-login.png);
    background-size: 20px
}

.social-button--google[data-v-69f9811f] {
    font-size: 0;
    background-image: url(/icons/google-login.png);
    background-size: 20px
}

.social-button--apple[data-v-69f9811f] {
    font-size: 0;
    background-image: url(/icons/apple-login.png);
    background-size: 30px;
    background-position: 50% 45%
}

@-webkit-keyframes registerAppear-data-v-69f9811f {
    0% {
        opacity: 0;
        transform: translateY(100%)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes registerAppear-data-v-69f9811f {
    0% {
        opacity: 0;
        transform: translateY(100%)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}



.account-summary[data-v-9ccafe2c] {
    padding: 32px 16px;
    width: 100%;
    background: #fff
}

.account-summary[data-v-9ccafe2c], .account-summary__main[data-v-9ccafe2c] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%
}

.account-summary__club-logo[data-v-9ccafe2c] {
    max-height: 88px
}

@media screen and (min-width:1024px) {
    .account-summary__club-logo[data-v-9ccafe2c] {
        max-height: 158px
    }
}

.account-summary__heading[data-v-9ccafe2c] {
    margin: 0 0 32px;
    color: #212121;
    line-height: 1.2;
    text-align: center;
    text-transform: none;
    text-transform: var(--heading_text_transform,none)
}

.account-summary__profile-image[data-v-9ccafe2c] {
    display: block;
    height: 80px;
    width: 80px;
    margin: 0 auto 10px;
    background-color: #ebebeb;
    background-position: 50%;
    background-size: cover;
    border-radius: 50%
}

.account-summary__welcome[data-v-9ccafe2c] {
    margin: 0 0 4px;
    color: #212121;
    font-size: 16px;
    font-weight: 400;
    font-weight: var(--body_text_weight,400)
}

.account-summary__display-name[data-v-9ccafe2c], .account-summary__welcome[data-v-9ccafe2c] {
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    line-height: 1.2;
    text-align: center;
    text-transform: none
}

.account-summary__display-name[data-v-9ccafe2c] {
    display: block;
    margin: 0 0 54px;
    color: #670e36;
    font-size: 32px;
    font-weight: 700
}

.account-summary__button[data-v-9ccafe2c] {
    margin: 0 0 24px
}

.account-summary__logout[data-v-9ccafe2c] {
    margin: auto 0 0
}

.account-summary__manage[data-v-9ccafe2c] {
    color: #fff;
    margin: 10px 0
}



.account-header[data-v-29652318] {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
    width: 320px;
    background: #fff;
    box-shadow: -4px 4px 4px 4px rgba(0,0,0,.08)
}

.account-header__close[data-v-29652318] {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 1;
    color: #aaa;
    background-color: transparent;
    border: 0;
    cursor: pointer
}

.account-header__underlay[data-v-29652318] {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background-color: rgba(0,0,0,.6);
    z-index: -1
}



.account-notification[data-v-303bc31d] {
    position: fixed;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    z-index: 2000;
    padding: 16px 32px;
    background: #fff;
    box-shadow: -4px 4px 4px 4px rgba(0,0,0,.08)
}

.account-notification__icon[data-v-303bc31d] {
    display: block;
    height: 40px;
    width: 40px;
    padding: 8px;
    margin-right: 16px;
    color: #fff;
    background-color: #77a64b;
    border-radius: 50%
}

.account-notification__message[data-v-303bc31d] {
    color: #670e36;
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-size: 18px;
    font-weight: 700;
    text-transform: none
}



.error-notification[data-v-1438271a] {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: flex-start;
    z-index: 1000
}

@media screen and (min-width:1024px) {
    .error-notification[data-v-1438271a] {
        top: 0;
        bottom: auto
    }
}

.error-notification__inner[data-v-1438271a] {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: center;
    padding: 16px;
    width: 100%;
    background-color: #fafafa;
    box-shadow: 0 4px 16px 0 rgba(0,0,0,.16)
}

@media screen and (min-width:1024px) {
    .error-notification__inner[data-v-1438271a] {
        flex-direction: row
    }
}

.error-notification__heading[data-v-1438271a] {
    margin-top: 0;
    padding-left: 22px;
    color: #212121
}

.error-notification__message[data-v-1438271a] {
    margin: 0;
    padding: 0;
    color: #212121;
    font-size: 16px
}

.error-notification__messaging[data-v-1438271a] {
    position: relative
}

.error-notification__icon[data-v-1438271a] {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 16px
}

.error-notification__close-message[data-v-1438271a] {
    position: absolute;
    bottom: -32px;
    right: 16px;
    transform: translateY(-50%);
    color: #aaa;
    font-size: 12px;
    font-weight: 700
}

.error-notification__button[data-v-1438271a] {
    margin-top: 16px
}

@media screen and (min-width:1024px) {
    .error-notification__button[data-v-1438271a] {
        margin-top: 0
    }
}



.upgrade-promo-container[data-v-2d295da4] {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 100
}

.upgrade-promo-container__underlay[data-v-2d295da4] {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background-color: rgba(0,0,0,.3);
    z-index: -1
}

.upgrade-promo[data-v-2d295da4] {
    position: relative;
    margin: 0 16px 32px;
    max-width: 960px;
    font-size: 0;
    cursor: pointer;
    z-index: 2
}

.upgrade-promo__close[data-v-2d295da4] {
    position: absolute;
    top: 8px;
    right: 8px;
    display: block;
    height: 24px;
    width: 24px;
    padding: 0;
    color: #212121;
    line-height: 32px;
    background-color: #fff;
    border: 0;
    border-radius: 50%;
    opacity: .5;
    cursor: pointer
}

    .upgrade-promo__close[data-v-2d295da4] svg {
        height: 16px;
        width: 16px
    }

.upgrade-promo__image[data-v-2d295da4] {
    width: 100%
}

.upgrade-promo__strip[data-v-2d295da4] {
    padding: 16px 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #670e36
}

@media screen and (min-width:1024px) {
    .upgrade-promo__strip[data-v-2d295da4] {
        flex-direction: row;
        justify-content: space-between;
        align-items: center
    }
}

.upgrade-promo__ctas[data-v-2d295da4] {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center
}

@media screen and (min-width:1024px) {
    .upgrade-promo__ctas[data-v-2d295da4] {
        flex-direction: row;
        justify-content: flex-start;
        align-items: center
    }
}

.upgrade-promo__text[data-v-2d295da4] {
    margin: 0 0 16px;
    text-align: center
}

@media screen and (min-width:1024px) {
    .upgrade-promo__text[data-v-2d295da4] {
        margin: 0;
        text-align: left
    }
}

.upgrade-promo__title[data-v-2d295da4] {
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: 700
}

.upgrade-promo__description[data-v-2d295da4], .upgrade-promo__title[data-v-2d295da4] {
    padding: 0;
    color: #fff;
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    text-transform: none
}

.upgrade-promo__description[data-v-2d295da4] {
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    font-weight: var(--body_text_weight,400)
}

.upgrade-promo__packages[data-v-2d295da4] {
    margin: 8px 0
}

@media screen and (min-width:1024px) {
    .upgrade-promo__packages[data-v-2d295da4] {
        margin: 0 0 0 8px
    }
}



.site-lock[data-v-5fc6da7c] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 32px auto
}

.site-lock__lockdown[data-v-5fc6da7c] {
    display: flex;
    flex-direction: column;
    max-width: 400px;
    width: 100%;
    padding: 16px;
    text-align: center;
    border: 1px solid #670e36;
    border-radius: 6px
}

.site-lock__desc[data-v-5fc6da7c] {
    margin: 16px 0
}

.site-lock__logo[data-v-5fc6da7c] {
    max-width: 120px;
    margin: 0 auto 8px
}

.site-lock__button[data-v-5fc6da7c] {
    margin: 16px auto 0
}


<script recaptcha-v3-script="" src="./menu-aston-villa_files/api.js.download" > </script >

.vue-map-container {
    position: relative
}

.vue-map-container .vue-map {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute
}

.vue-map-hidden {
    display: none
}



.vue-street-view-pano-container {
    position: relative
}

.vue-street-view-pano-container .vue-street-view-pano {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute
}



.competition-filters[data-v-4e0f4090] {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
    padding: 8px 0;
    margin: 0 -16px;
    width: calc(100% + 32px);
    background: #fff;
    border-top: none
}

@media screen and (min-width:1024px) {
    .competition-filters[data-v-4e0f4090] {
        padding: 0 0 8px;
        margin: 0;
        width: auto;
        background: transparent;
        border-top: none
    }
}

.competition-filter[data-v-4e0f4090] {
    position: relative;
    display: block;
    width: 50%;
    border-left: 1px solid #e8e8e8
}

@media screen and (min-width:1024px) {
    .competition-filter[data-v-4e0f4090] {
        width: auto;
        margin: 0 0 0 32px;
        border-left: 0
    }
}

.competition-filter[data-v-4e0f4090]:first-child {
    border-left: 0
}

.competition-filter--seasons[data-v-4e0f4090] {
    min-width: 60px
}

.competition-filter__fake-label[data-v-4e0f4090] {
    display: none;
    padding: 0;
    margin: 0 0 4px;
    color: #fff;
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-size: 12px;
    font-weight: 400;
    font-weight: var(--body_text_weight,400);
    text-transform: none
}

@media screen and (min-width:1024px) {
    .competition-filter__fake-label[data-v-4e0f4090] {
        display: block
    }
}

.competition-filter__button[data-v-4e0f4090] {
    position: relative;
    display: block;
    padding: 8px 16px;
    margin: 0;
    color: #670e36;
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-size: 12px;
    font-weight: 700;
    text-align: left;
    text-transform: none;
    background: transparent;
    border: 0;
    outline: none
}

@media screen and (min-width:1024px) {
    .competition-filter__button[data-v-4e0f4090] {
        padding: 0 16px 0 0;
        color: #fff;
        font-size: 16px;
        text-align: left
    }
}

.competition-filter__dropdown[data-v-4e0f4090] {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    z-index: 2;
    font-size: 16px
}

.competition-filter__icon[data-v-4e0f4090] {
    transform: translateY(.2em) rotate(-90deg);
    color: #670e36;
    height: 1em;
    width: 1em
}

@media screen and (min-width:1024px) {
    .competition-filter__icon[data-v-4e0f4090] {
        position: absolute;
        top: 45%;
        right: -8px;
        transform: translateY(-50%) rotate(-90deg);
        color: #fff
    }
}

.ecal-button--small[data-v-4e0f4090] {
    display: inline-flex;
    position: relative;
    top: 0;
    right: 0;
    margin: 0 8px 0 auto
}

@media screen and (min-width:1024px) {
    .ecal-button--small[data-v-4e0f4090] {
        display: none
    }
}

.ecal-button--large[data-v-4e0f4090] {
    display: none
}

@media screen and (min-width:1024px) {
    .ecal-button--large[data-v-4e0f4090] {
        display: inline-flex;
        margin: 0 0 0 32px
    }
}

.ecal-button__icon[data-v-4e0f4090] {
    margin: 0 8px 0 0;
    width: 16px
}



.matches-sponsor[data-v-0ce60d21] {
    height: 32px;
    margin-left: 24px;
    padding-left: 16px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: #fff;
    border-left: 1px solid;
    border-color: #fff
}

@media screen and (min-width:760px) {
    .matches-sponsor[data-v-0ce60d21] {
        height: 48px;
        margin-left: 24px
    }
}

.matches-sponsor__text[data-v-0ce60d21] {
    padding-right: 8px;
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-size: 10px;
    font-weight: 400;
    text-transform: none;
    text-align: center
}

@media screen and (min-width:760px) {
    .matches-sponsor__text[data-v-0ce60d21] {
        font-size: 12px
    }
}

.matches-sponsor__link-wrapper[data-v-0ce60d21] {
    height: 100%;
    display: flex
}

.matches-sponsor__logo[data-v-0ce60d21] {
    height: 100%;
    width: auto
}



.player-card-mini[data-v-6cd4283c] {
    width: 100%;
    padding: 8px;
    margin: 0 4px 16px;
    display: flex;
    justify-content: flex-start;
    text-decoration: none;
    background: #670e36;
    box-shadow: 0 .5px 0 0 rgba(0,0,0,.08);
    position: relative
}

@media screen and (min-width:760px) {
    .player-card-mini[data-v-6cd4283c] {
        width: calc(50% - 8px)
    }
}

@media screen and (min-width:1024px) {
    .player-card-mini[data-v-6cd4283c] {
        width: calc(33.33% - 8px)
    }
}

@media screen and (min-width:1440px) {
    .player-card-mini[data-v-6cd4283c] {
        width: calc(25% - 8px)
    }
}

.player-card-mini__image[data-v-6cd4283c] {
    width: 56px;
    height: 56px;
    background-color: #fafafa;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    border-radius: 100%;
    display: flex;
    align-items: center
}

.player-card-mini__number[data-v-6cd4283c] {
    font-size: 32px;
    transition: background-color .3s,color .3s
}

.player-card-mini__number[data-v-6cd4283c], .player-card-mini__role[data-v-6cd4283c] {
    padding-right: 8px;
    display: flex;
    align-items: center;
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-weight: 400;
    font-weight: var(--body_text_weight,400);
    color: #fff
}

.player-card-mini__role[data-v-6cd4283c] {
    line-height: 1;
    font-size: 10px;
    text-transform: none
}

.player-card-mini__loan[data-v-6cd4283c] {
    display: block;
    margin: 4px 0 0;
    padding: 0;
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-size: 12px;
    line-height: 1
}

.player-card-mini__name-container[data-v-6cd4283c] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
    flex-grow: 1;
    padding: 0 8px;
    text-align: left
}

.player-card-mini__name[data-v-6cd4283c] {
    font-size: 12px;
    line-height: 1
}

.player-card-mini__name[data-v-6cd4283c], .player-card-mini__name--last-name[data-v-6cd4283c] {
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-weight: 400;
    font-weight: var(--body_text_weight,400);
    color: #fff;
    text-transform: none
}

.player-card-mini__name--last-name[data-v-6cd4283c] {
    margin: 4px 0 0;
    font-size: 16px
}

.player-card-mini__captain[data-v-6cd4283c] {
    color: #212121
}

.player-card-mini__disabled-wrapper[data-v-6cd4283c] {
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 0
}

@media screen and (min-width:760px) {
    .player-card-mini__disabled-wrapper[data-v-6cd4283c] {
        right: 0;
        left: unset
    }
}

.player-card-mini__disabled-wrapper--animation[data-v-6cd4283c] {
    -webkit-animation: hello-data-v-6cd4283c 1.5s ease-in-out;
    animation: hello-data-v-6cd4283c 1.5s ease-in-out
}

@-webkit-keyframes hello-data-v-6cd4283c {
    0% {
        bottom: 0
    }

    10% {
        opacity: .5
    }

    25% {
        bottom: 16px;
        opacity: 1
    }

    75% {
        bottom: 16px;
        opacity: 1
    }

    90% {
        opacity: .5
    }

    to {
        bottom: 0;
        opacity: 0
    }
}

@keyframes hello-data-v-6cd4283c {
    0% {
        bottom: 0
    }

    10% {
        opacity: .5
    }

    25% {
        bottom: 16px;
        opacity: 1
    }

    75% {
        bottom: 16px;
        opacity: 1
    }

    90% {
        opacity: .5
    }

    to {
        bottom: 0;
        opacity: 0
    }
}

.player-card-mini__disabled-label[data-v-6cd4283c] {
    padding: 6px 10px;
    display: inline-block;
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-size: 10px;
    font-weight: 700;
    text-transform: none;
    background-color: rgba(0,0,0,.76);
    color: #fff;
    border-radius: 30px
}

@media screen and (min-width:1024px) {
    .player-card-mini__disabled-label[data-v-6cd4283c] {
        padding: 10px 12px;
        font-size: 13px
    }
}

.player-card-mini[data-v-6cd4283c]:hover {
    cursor: pointer
}



.loaned-card[data-v-392d17eb] {
    width: 100%;
    margin-bottom: 16px;
    background: #670e36;
    box-shadow: 0 .5px 0 0 rgba(0,0,0,.08)
}

@media screen and (min-width:760px) {
    .loaned-card[data-v-392d17eb] {
        width: calc(50% - 16px);
        margin: 0 8px 16px
    }
}

@media screen and (min-width:1024px) {
    .loaned-card[data-v-392d17eb] {
        width: calc(33.33% - 16px)
    }
}

@media screen and (min-width:1440px) {
    .loaned-card[data-v-392d17eb] {
        width: calc(25% - 16px)
    }
}

.loaned-card__top[data-v-392d17eb] {
    padding: 8px;
    display: flex
}

.loaned-card__image[data-v-392d17eb] {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    border-radius: 100%
}

.loaned-card__image--player[data-v-392d17eb] {
    width: 48px;
    height: 48px
}

.loaned-card__image--crest[data-v-392d17eb] {
    width: 24px;
    height: 24px;
    margin: 0 20px 0 4px
}

.loaned-card__name-wrapper[data-v-392d17eb] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
    padding: 0 8px;
    text-align: left
}

.loaned-card__first-name[data-v-392d17eb] {
    font-size: 12px
}

.loaned-card__first-name[data-v-392d17eb], .loaned-card__last-name[data-v-392d17eb] {
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-weight: 400;
    font-weight: var(--body_text_weight,400);
    color: #fff;
    text-transform: none;
    line-height: 1
}

.loaned-card__last-name[data-v-392d17eb] {
    font-size: 16px
}

.loaned-card__role[data-v-392d17eb] {
    padding-top: 4px;
    line-height: 1;
    font-size: 10px;
    text-transform: none
}

.loaned-card__number[data-v-392d17eb], .loaned-card__role[data-v-392d17eb] {
    color: #fff;
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-weight: 400;
    font-weight: var(--body_text_weight,400)
}

.loaned-card__number[data-v-392d17eb] {
    padding-right: 8px;
    display: flex;
    align-items: center;
    font-size: 32px
}

.loaned-card__bottom[data-v-392d17eb] {
    height: 40px;
    margin: 0 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: .5px solid #e1e1e1
}

.loaned-card__loan-club[data-v-392d17eb] {
    margin-right: auto;
    font-size: 13px;
    font-weight: 400;
    text-transform: none;
    color: #fff
}

.loaned-card__date-wrapper[data-v-392d17eb] {
    font-size: 10px;
    text-align: right
}

.loaned-card__date[data-v-392d17eb] {
    font-weight: 400;
    color: #fff
}

.loaned-card__date-tag[data-v-392d17eb] {
    color: #fff
}



.position-group-container[data-v-5ee2900d] {
    margin-bottom: 20px
}

.position-group-heading[data-v-5ee2900d] {
    margin: 24px 0;
    color: #212121
}

.position-group[data-v-5ee2900d] {
    padding: 0
}

.position-group__slides[data-v-5ee2900d] {
    padding: 0 0 20px;
    margin: 0 -4px;
    display: flex;
    flex-wrap: wrap
}

@media screen and (min-width:760px) {
    .position-group__slides[data-v-5ee2900d] {
        margin: 0 -8px
    }
}



.language-selector__inner[data-v-95dc374c] {
    padding: 8px 8px 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start
}

.language-selector__option[data-v-95dc374c] {
    margin: 8px;
    color: #fff;
    font-size: 16px
}



.team-stats .team-stat[data-v-701fde60] {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 4px 24px;
    box-shadow: 0 0 8px 0 rgba(0,0,0,.2)
}

.team-stats .team-stat__value[data-v-701fde60] {
    min-width: 88px;
    font-size: 64px;
    text-align: right;
    text-transform: uppercase;
    padding-right: 24px
}

.team-stats .team-stat__name[data-v-701fde60], .team-stats .team-stat__value[data-v-701fde60] {
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    line-height: 1
}

.team-stats .team-stat__name[data-v-701fde60] {
    font-size: 20px;
    padding-top: 3px
}

@media screen and (min-width:760px) {
    .team-stats .team-stat[data-v-701fde60] {
        flex-direction: column;
        flex: 1;
        margin-right: 20px
    }

    .team-stats .team-stat__value[data-v-701fde60] {
        min-width: unset;
        font-size: 80px;
        padding: 19px 0
    }

    .team-stats .team-stat__name[data-v-701fde60] {
        padding: 0 0 29px
    }

    .team-stats .team-stat[data-v-701fde60]:last-child {
        margin-right: 0
    }
}

@media screen and (min-width:1024px) {
    .team-stats .team-stat[data-v-701fde60] {
        margin-right: 40px
    }

    .team-stats .team-stat__value[data-v-701fde60] {
        font-size: 96px
    }
}



.team-stats[data-v-1abeb617] {
    background-color: #24002f;
    margin: 15px;
    color: #fff
}

.team-stats__header[data-v-1abeb617] {
    display: flex;
    flex-direction: column
}

.team-stats__header-top[data-v-1abeb617] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 24px
}

.team-stats__title[data-v-1abeb617] {
    display: flex;
    text-transform: none;
    align-self: center;
    padding-top: 3px
}

.team-stats__overall[data-v-1abeb617] {
    display: flex
}

.team-stats__header-bottom[data-v-1abeb617] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-bottom: 18px
}

.team-stats__comp-picker[data-v-1abeb617] {
    display: flex;
    justify-self: center;
    text-transform: none
}

.team-stats__list[data-v-1abeb617] {
    display: flex;
    flex-direction: column;
    list-style-type: none;
    background-color: #fff;
    color: #24002f;
    margin: 0;
    padding: 12px 0 0
}

.team-stats__list-item[data-v-1abeb617] {
    margin: 4px 0
}

@media screen and (min-width:760px) {
    .team-stats__header[data-v-1abeb617] {
        display: flex;
        flex-direction: row;
        justify-content: space-between
    }

    .team-stats__header-top[data-v-1abeb617] {
        justify-content: flex-start
    }

    .team-stats__title[data-v-1abeb617] {
        padding-top: 6px
    }

    .team-stats__overall[data-v-1abeb617] {
        padding: 0 50px
    }

    .team-stats__header-bottom[data-v-1abeb617] {
        padding: 24px
    }

    .team-stats__comp-picker[data-v-1abeb617] {
        align-self: center;
        padding-top: 6px
    }

    .team-stats__list[data-v-1abeb617] {
        flex-direction: row;
        justify-content: space-evenly
    }
}


<style >
.grecaptcha-badge {
    visibility: hidden !important;
}


<script charset="utf-8" src="./menu-aston-villa_files/e00d5e2eae2ef230c302.js.download" > </script >

.location[data-v-02dca067] {
    font-size: 12px;
    font-weight: 400;
    font-weight: var(--body_text_weight,400);
    color: #aaa;
    text-transform: none
}

@media screen and (min-width:760px) {
    .location[data-v-02dca067] {
        display: flex;
        position: relative;
        flex-direction: column;
        justify-content: center;
        padding: 16px 24px;
        font-size: 16px;
        font-weight: 400;
        font-weight: var(--body_text_weight,400);
        color: #aaa;
        text-transform: none
    }

        .location[data-v-02dca067]:before {
            content: "";
            background-color: #d8d8d8;
            width: 1px;
            position: absolute;
            top: 16px;
            right: 0;
            bottom: 16px
        }
}

@media screen and (min-width:760px) {
    .location__label--desktop[data-v-02dca067] {
        display: none
    }
}



.match-card__time-wrapper[data-v-99f487ac] {
    display: flex;
    flex-direction: row;
    align-items: center
}

@media screen and (min-width:760px) {
    .match-card__time-wrapper[data-v-99f487ac] {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 90px
    }
}

.match-card__time[data-v-99f487ac] {
    margin-right: 8px;
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-size: 12px;
    font-weight: 700;
    font-weight: var(--heading_weight,700);
    color: #212121;
    line-height: 1
}

@media screen and (min-width:760px) {
    .match-card__time[data-v-99f487ac] {
        margin-bottom: 4px;
        font-size: 21px
    }
}

.match-card__date[data-v-99f487ac] {
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-size: 12px;
    font-weight: 700;
    font-weight: var(--heading_weight,700);
    color: #aaa;
    white-space: nowrap;
    line-height: 1
}

@media screen and (min-width:760px) {
    .match-card__date[data-v-99f487ac] {
        font-size: 16px
    }
}



.opposition-crest[data-v-578f76a0] {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: auto 8px auto 0;
    padding: 0
}

.opposition-crest__crest[data-v-578f76a0] {
    position: relative;
    display: block;
    height: 40px;
    width: 40px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    border: 0;
    z-index: 1
}

@media screen and (min-width:450px) {
    .opposition-crest__crest[data-v-578f76a0] {
        height: 48px;
        width: 48px
    }
}

@media screen and (min-width:760px) {
    .opposition-crest[data-v-578f76a0] {
        margin: 0 16px 0 0
    }
}

@media screen and (min-width:1024px) {
    .opposition-crest__crest[data-v-578f76a0] {
        height: 56px;
        width: 56px
    }
}



.opposition-card[data-v-20fb35e2] {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 0 0 0 4px;
    margin: 0 auto 0 0;
    background-color: transparent
}

.opposition-card__team[data-v-20fb35e2] {
    color: #212121;
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-size: 16px;
    font-weight: 700;
    font-weight: var(--heading_weight,700);
    line-height: 1;
    text-align: left;
    text-transform: none;
    text-transform: var(--heading_text_transform,none)
}

.opposition-card__team--short[data-v-20fb35e2] {
    display: block
}

.opposition-card__team--long[data-v-20fb35e2] {
    display: none
}

.opposition-card__team-info[data-v-20fb35e2] {
    padding-right: 40px;
    width: 100%
}

.opposition-card__venue[data-v-20fb35e2] {
    margin: 4px 0 0;
    color: #aaa;
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-size: 12px;
    font-weight: 400;
    font-weight: var(--body_text_weight,400);
    line-height: 1;
    text-transform: none
}

@media screen and (min-width:760px) {
    .opposition-card__team[data-v-20fb35e2] {
        font-size: 21px
    }

    .opposition-card__team--short[data-v-20fb35e2] {
        display: none
    }

    .opposition-card__team--long[data-v-20fb35e2] {
        display: block
    }

    .opposition-card__venue[data-v-20fb35e2] {
        margin: 4px 0 0;
        color: #aaa;
        font-size: 16px
    }
}



.fixture-card-row[data-v-0bffd803] {
    justify-content: center;
    padding: 0 8px;
    background-color: transparent
}

.fixture-card-row[data-v-0bffd803], .fixture-card-row__match[data-v-0bffd803] {
    flex-direction: row;
    align-items: center;
    width: 100%
}

.fixture-card-row__match[data-v-0bffd803] {
    display: flex
}

.fixture-card-row__away[data-v-0bffd803], .fixture-card-row__home[data-v-0bffd803] {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 50%
}

.fixture-card-row__home[data-v-0bffd803] {
    justify-content: flex-end;
    padding-right: 8px;
    text-align: right
}

.fixture-card-row__away[data-v-0bffd803] {
    justify-content: flex-start;
    padding-left: 8px;
    text-align: left;
    border-left: 1px solid #e8e8e8
}

.fixture-card-row__crest[data-v-0bffd803] {
    display: block;
    margin: auto 8px;
    height: 32px;
    width: 32px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    border: 0
}

.fixture-card-row__team[data-v-0bffd803] {
    color: #aaa;
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-size: 12px;
    font-weight: 700;
    font-weight: var(--heading_weight,700);
    line-height: 1.1;
    text-transform: none;
    text-transform: var(--heading_text_transform,none)
}

@media screen and (min-width:450px) {
    .fixture-card-row__team[data-v-0bffd803] {
        font-size: 16px
    }
}

.fixture-card-row__team.is-club[data-v-0bffd803] {
    color: #212121;
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-size: 12px;
    font-weight: 700;
    font-weight: var(--heading_weight,700);
    line-height: 1.1;
    text-transform: none;
    text-transform: var(--heading_text_transform,none)
}

@media screen and (min-width:450px) {
    .fixture-card-row__team.is-club[data-v-0bffd803] {
        font-size: 16px
    }
}

.fixture-card-row__score[data-v-0bffd803] {
    width: 20px;
    color: #aaa
}

.fixture-card-row__score[data-v-0bffd803], .fixture-card-row__score.is-club[data-v-0bffd803] {
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-size: 18px;
    font-weight: 700;
    font-weight: var(--heading_weight,700)
}

.fixture-card-row__score.is-club[data-v-0bffd803] {
    color: #212121
}

@media screen and (min-width:1024px) {
    .fixture-card-row__crest[data-v-0bffd803] {
        margin: 0;
        height: 48px;
        width: 48px
    }

    .fixture-card-row__home[data-v-0bffd803] {
        padding-right: 16px
    }

    .fixture-card-row__away[data-v-0bffd803] {
        padding-left: 16px
    }

    .fixture-card-row__team[data-v-0bffd803] {
        padding: 0 16px;
        font-size: 24px
    }

    .fixture-card-row__team.is-club[data-v-0bffd803] {
        font-size: 24px
    }

    .fixture-card-row__score[data-v-0bffd803] {
        width: 30px;
        font-size: 32px
    }

    .fixture-card-row__score.is-club[data-v-0bffd803] {
        font-size: 32px
    }
}

@media screen and (min-width:1024px) and (min-width:1440px) {
    .fixture-card-row__crest[data-v-0bffd803] {
        height: 64px;
        width: 64px
    }

    .fixture-card-row__score[data-v-0bffd803] {
        width: 40px
    }
}



.fixture-card-stack[data-v-7848819c] {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0 0 0 4px;
    margin: 0 auto 0 0;
    width: auto;
    background-color: transparent
}

.fixture-card-stack__match[data-v-7848819c] {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%
}

.fixture-card-stack__away[data-v-7848819c], .fixture-card-stack__home[data-v-7848819c] {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 50%
}

.fixture-card-stack__home[data-v-7848819c] {
    justify-content: flex-end;
    padding-right: 8px;
    text-align: right
}

.fixture-card-stack__away[data-v-7848819c] {
    justify-content: flex-start;
    padding-left: 8px;
    text-align: left;
    border-left: 1px solid #e8e8e8
}

.fixture-card-stack__crest[data-v-7848819c] {
    display: block;
    margin: 0 16px 0 0;
    height: 32px;
    width: 32px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    border: 0
}

.fixture-card-stack__teams[data-v-7848819c] {
    width: 100%
}

.fixture-card-stack__team-row[data-v-7848819c] {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    margin: 8px 0;
    width: 100%
}

.fixture-card-stack__team[data-v-7848819c] {
    line-height: 1.1
}

.fixture-card-stack__team[data-v-7848819c], .fixture-card-stack__team.is-club[data-v-7848819c] {
    text-transform: none;
    text-transform: var(--heading_text_transform,none)
}

.fixture-card-stack__score[data-v-7848819c], .fixture-card-stack__team[data-v-7848819c], .fixture-card-stack__team.is-club[data-v-7848819c] {
    color: #212121;
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-size: 16px;
    font-weight: 700;
    font-weight: var(--heading_weight,700)
}

.fixture-card-stack__score[data-v-7848819c] {
    margin-right: 8px;
    width: 24px;
    padding-right: 8px;
    line-height: 1.1;
    text-align: right;
    border-right: 1px solid #aaa
}

.fixture-card-stack__score.is-club[data-v-7848819c] {
    color: #212121;
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-size: 16px;
    font-weight: 700;
    font-weight: var(--heading_weight,700)
}

@media screen and (min-width:450px) {
    .fixture-card-stack__crest[data-v-7848819c] {
        height: 40px;
        width: 40px
    }
}

@media screen and (min-width:760px) {
    .fixture-card-stack__crest[data-v-7848819c] {
        height: 64px;
        width: 64px
    }

    .fixture-card-stack__team[data-v-7848819c], .fixture-card-stack__team.is-club[data-v-7848819c] {
        font-size: 21px
    }

    .fixture-card-stack__score[data-v-7848819c] {
        font-size: 21px;
        width: 30px
    }

    .fixture-card-stack__score.is-club[data-v-7848819c] {
        font-size: 21px
    }
}



.match-cta-block[data-v-4ac0a874] {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 8px 0;
    margin: 10px 0 0;
    list-style: none;
    background-color: #fafafa;
    overflow: hidden
}

@media screen and (min-width:1024px) {
    .match-cta-block[data-v-4ac0a874] {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap;
        margin: 0;
        min-height: 120px
    }
}

.match-cta-block__item[data-v-4ac0a874] {
    margin: 4px 16px
}

@media screen and (min-width:1024px) {
    .match-cta-block__item[data-v-4ac0a874] {
        min-width: 160px;
        text-align: center
    }
}

@media screen and (min-width:1440px) {
    .match-cta-block__item[data-v-4ac0a874] {
        min-width: 200px
    }
}

.match-cta-block__item[data-v-4ac0a874] .button {
    height: auto
}



.match-card[data-v-c64a137e] {
    box-shadow: 0 0 8px 0 rgba(0,0,0,.2);
    border-bottom: 1px solid #e8e8e8;
    position: relative;
    margin: 16px 0;
    z-index: 3;
    transition: margin .2s ease-out;
    overflow: hidden
}

.match-card.has-match-centre[data-v-c64a137e]:hover {
    margin-left: -8px;
    margin-right: -8px;
    cursor: pointer
}

.match-card.has-match-centre:hover .match-card__match-centre[data-v-c64a137e] {
    color: #670e36
}

@media screen and (min-width:760px) {
    .match-card[data-v-c64a137e] {
        border: none
    }
}

.match-card--is-mobile[data-v-c64a137e] {
    display: block
}

@media screen and (min-width:760px) {
    .match-card--is-mobile[data-v-c64a137e] {
        display: none
    }
}

.match-card--is-desktop[data-v-c64a137e] {
    display: none
}

@media screen and (min-width:760px) {
    .match-card--is-desktop[data-v-c64a137e] {
        display: block;
        margin: 8px 0;
        box-shadow: none
    }
}

.match-card--stack[data-v-c64a137e] {
    display: flex
}

.match-card__notice[data-v-c64a137e] {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 8px;
    width: 100%;
    color: #fff;
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-size: 14px;
    font-weight: 400;
    font-weight: var(--body_text_weight,400);
    background-color: #480024
}

@media screen and (min-width:450px) {
    .match-card__notice[data-v-c64a137e] {
        padding: 4px 16px
    }
}

.match-card__notice[data-v-c64a137e] a {
    color: inherit;
    text-decoration: underline
}

    .match-card__notice[data-v-c64a137e] a:hover {
        text-decoration: none
    }

.match-card__notice-icon[data-v-c64a137e] {
    margin: 0 4px 0 0;
    height: 16px;
    width: 16px
}

.match-card__header[data-v-c64a137e] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 4px 8px;
    background-color: transparent
}

@media screen and (min-width:450px) {
    .match-card__header[data-v-c64a137e] {
        padding: 4px 16px
    }
}

@media screen and (min-width:760px) {
    .match-card__header[data-v-c64a137e] {
        display: none
    }
}

.match-card__wrapper[data-v-c64a137e] {
    display: flex;
    flex-direction: column
}

@media screen and (min-width:1024px) {
    .match-card__wrapper[data-v-c64a137e] {
        flex-direction: row
    }
}

.match-card__body[data-v-c64a137e] {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-grow: 1;
    padding: 0 0 8px;
    background-color: transparent
}

@media screen and (min-width:450px) {
    .match-card__body[data-v-c64a137e] {
        min-height: 80px;
        padding: 0
    }
}

@media screen and (min-width:1024px) {
    .match-card__body[data-v-c64a137e] {
        min-height: 120px;
        flex-wrap: nowrap
    }
}

.match-card__competition-wrapper[data-v-c64a137e] {
    display: flex;
    align-items: center;
    min-width: 72px;
    margin-left: 8px
}

@media screen and (min-width:450px) {
    .match-card__competition-wrapper[data-v-c64a137e] {
        min-width: 88px;
        margin-left: 16px
    }
}

@media screen and (min-width:760px) {
    .match-card__competition-wrapper[data-v-c64a137e] {
        min-width: 140px;
        justify-content: center;
        margin-left: 0
    }
}

.match-card__competition[data-v-c64a137e] {
    height: 30px;
    width: auto;
    margin: auto 16px auto 0
}

@media screen and (min-width:450px) {
    .match-card__competition[data-v-c64a137e] {
        height: 40px
    }
}

@media screen and (min-width:760px) {
    .match-card__competition[data-v-c64a137e] {
        margin: auto 24px
    }
}

.match-card__competition-name[data-v-c64a137e] {
    padding: 4px 4px 12px 0;
    color: #aaa;
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-size: 12px;
    font-weight: 400;
    font-weight: var(--body_text_weight,400);
    text-transform: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 50px
}

@media screen and (min-width:760px) {
    .match-card__competition-name[data-v-c64a137e] {
        padding: 0 16px 0 0;
        width: 72px;
        font-size: 12px
    }
}

.match-card__cta-block[data-v-c64a137e] {
    position: relative;
    padding: 4px 0;
    margin: 8px 0 0
}

@media screen and (min-width:1024px) {
    .match-card__cta-block[data-v-c64a137e] {
        padding: 0;
        margin: 0;
        width: auto
    }
}

.match-card__cta-block[data-v-c64a137e]:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    width: 126px;
    background: linear-gradient(90deg,#fff,#670e36,#fff)
}

@media screen and (min-width:1024px) {
    .match-card__cta-block[data-v-c64a137e]:before {
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        height: 64px;
        width: 1px;
        background: linear-gradient(180deg,#fff,#670e36,#fff)
    }
}

.match-card__match-centre[data-v-c64a137e] {
    margin: 0 8px 0 auto;
    color: #aaa;
    background: transparent;
    border: 0;
    outline: none;
    padding: 0;
    cursor: pointer;
    transition: color .2s ease-out
}

@media screen and (min-width:450px) {
    .match-card__match-centre[data-v-c64a137e] {
        margin: 0 16px 0 auto
    }
}

@media screen and (min-width:1024px) {
    .match-card__match-centre[data-v-c64a137e] {
        margin: 0 24px 0 auto
    }
}

.match-card__match-centre[data-v-c64a137e] svg {
    margin: 0
}


<script charset="utf-8" src="./menu-aston-villa_files/2840fd9798b30baeb901.js.download" > </script >
<script charset="utf-8" src="./menu-aston-villa_files/d1dd806d6b51cede07ae.js.download" > </script >
<script charset="utf-8" src="./menu-aston-villa_files/cc6a8e59962d1c0eaaef.js.download" > </script >
<script charset="utf-8" src="./menu-aston-villa_files/96b15a8cb3ae6eb15c93.js.download" > </script >
<script charset="utf-8" src="./menu-aston-villa_files/3f7a398dbf3637df59da.js.download" > </script >
<script charset="utf-8" src="./menu-aston-villa_files/b1ecce98b5084ebc066a.js.download" > </script >
<script charset="utf-8" src="./menu-aston-villa_files/d3a8d8f87c2ee4d9cd0f.js.download" > </script >
<script charset="utf-8" src="./menu-aston-villa_files/43fa49d63ac6f7570c21.js.download" > </script >
<script charset="utf-8" src="./menu-aston-villa_files/e2527e3d9098c2fd5875.js.download" > </script >
<script charset="utf-8" src="./menu-aston-villa_files/55858e0b4215d1e0c957.js.download" > </script >

.hero-carousel-slot[data-v-177feaa5] {
    display: none
}

@media screen and (min-width:760px) {
    .hero-carousel-slot[data-v-177feaa5] {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: absolute;
        bottom: 32px;
        right: 16px;
        color: #670e36;
        font-family: monospace;
        font-size: 14px;
        text-align: center;
        background-color: #fff;
        opacity: .75;
        height: 400px;
        width: 300px
    }
}

@media screen and (min-width:1024px) {
    .hero-carousel-slot[data-v-177feaa5] {
        right: 64px
    }
}



.featured-article[data-v-05b3be1e] {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 48px 16px 64px;
    height: 75vh;
    min-height: 575px;
    max-height: 1200px;
    width: 100%;
    background-color: #480024;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover
}

.main.header-is--solid .featured-article[data-v-05b3be1e], .main.header-type--fixed .featured-article[data-v-05b3be1e] {
    height: calc(75vh - 48px);
    margin-top: 48px
}

.featured-article__inner[data-v-05b3be1e] {
    position: relative;
    padding: 0;
    max-width: 860px;
    width: 100%;
    color: #fff;
    text-align: left;
    z-index: 4
}

.featured-article__image[data-v-05b3be1e] {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    z-index: 1
}

@media screen and (min-width:760px) {
    .featured-article__image--small[data-v-05b3be1e] {
        display: none
    }
}

.featured-article__image--large[data-v-05b3be1e] {
    display: none
}

@media screen and (min-width:760px) {
    .featured-article__image--large[data-v-05b3be1e] {
        display: block
    }
}

.featured-article__meta[data-v-05b3be1e] {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
    margin: 0 0 1em;
    color: #95bfe5;
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-size: 12px;
    text-transform: none;
    line-height: 1;
    padding: 0 0 8px
}

    .featured-article__meta[data-v-05b3be1e]:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 144px;
        height: 1px;
        background: #212121
    }

.featured-article__date[data-v-05b3be1e] {
    margin: 0 16px 0 0;
    color: #212121;
    white-space: nowrap
}

.featured-article__category[data-v-05b3be1e], .featured-article__date[data-v-05b3be1e] {
    padding: 0;
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    text-transform: none
}

.featured-article__category[data-v-05b3be1e] {
    margin: 0;
    color: #95bfe5
}

.featured-article__title[data-v-05b3be1e] {
    margin: 0 0 .25em;
    padding: 0;
    color: #fff
}

.featured-article__title a[data-v-05b3be1e] {
    color: inherit;
    text-decoration: none
}

.featured-article__summary[data-v-05b3be1e] {
    margin: 0 0 1em;
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-size: 16px;
    font-weight: 400;
    font-weight: var(--body_text_weight,400);
    line-height: 1.4
}

.featured-article__icon[data-v-05b3be1e] {
    height: 16px;
    width: 16px;
    margin: 0 8px 0 0;
    color: #670e36
}

.featured-article__cta[data-v-05b3be1e] {
    display: inline-block
}

@media screen and (min-width:760px) {
    .featured-article[data-v-05b3be1e] {
        padding: 64px 16px;
        height: 90vh
    }

    .main.header-is--solid .featured-article[data-v-05b3be1e], .main.header-type--fixed .featured-article[data-v-05b3be1e] {
        height: calc(90vh - 64px);
        margin-top: 64px
    }

    .featured-article__inner[data-v-05b3be1e] {
        padding: 0 16px 0 0
    }
}

@media screen and (min-width:1024px) {
    .featured-article[data-v-05b3be1e] {
        padding: 64px
    }

    .main.header-is--solid .featured-article[data-v-05b3be1e], .main.header-type--fixed .featured-article[data-v-05b3be1e] {
        height: calc(75vh - 64px);
        margin-top: 64px
    }
}



.glide[data-v-35de767a] {
    position: relative;
    width: 100%;
    box-sizing: border-box
}

.glide *[data-v-35de767a] {
    box-sizing: inherit
}

.glide__slides[data-v-35de767a], .glide__track[data-v-35de767a] {
    overflow: hidden
}

.glide__slides[data-v-35de767a] {
    position: relative;
    width: 100%;
    list-style: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    touch-action: pan-Y;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    will-change: transform
}

.glide__slide[data-v-35de767a], .glide__slides--dragging[data-v-35de767a] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.glide__slide[data-v-35de767a] {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    white-space: normal;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent
}

.glide__slide a[data-v-35de767a] {
    -webkit-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.glide__arrows[data-v-35de767a], .glide__bullets[data-v-35de767a] {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.glide--rtl[data-v-35de767a] {
    direction: rtl
}

.glide__arrow[data-v-35de767a] {
    position: absolute;
    display: block;
    top: 50%;
    z-index: 2;
    color: #fff;
    text-transform: uppercase;
    padding: 9px 12px;
    background-color: transparent;
    border: 2px solid hsla(0,0%,100%,.5);
    border-radius: 4px;
    box-shadow: 0 .25em .5em 0 rgba(0,0,0,.1);
    text-shadow: 0 .25em .5em rgba(0,0,0,.1);
    opacity: 1;
    cursor: pointer;
    transition: opacity .15s ease,border .3s ease-in-out;
    transform: translateY(-50%);
    line-height: 1
}

    .glide__arrow[data-v-35de767a]:focus {
        outline: none
    }

    .glide__arrow[data-v-35de767a]:hover {
        border-color: #fff
    }

.glide__arrow--left[data-v-35de767a] {
    left: 2em
}

.glide__arrow--right[data-v-35de767a] {
    right: 2em
}

.glide__arrow--disabled[data-v-35de767a] {
    opacity: .33
}

.glide__bullets[data-v-35de767a] {
    position: absolute;
    z-index: 2;
    bottom: 2em;
    left: 50%;
    display: inline-flex;
    list-style: none;
    transform: translateX(-50%)
}

.glide__bullet[data-v-35de767a] {
    background-color: hsla(0,0%,100%,.5);
    width: 9px;
    height: 9px;
    padding: 0;
    border-radius: 50%;
    border: 2px solid transparent;
    transition: all .3s ease-in-out;
    cursor: pointer;
    line-height: 0;
    box-shadow: 0 .25em .5em 0 rgba(0,0,0,.1);
    margin: 0 .25em
}

    .glide__bullet[data-v-35de767a]:focus {
        outline: none
    }

    .glide__bullet[data-v-35de767a]:focus, .glide__bullet[data-v-35de767a]:hover {
        background-color: hsla(0,0%,100%,.5)
    }

.glide__bullet--active[data-v-35de767a] {
    background-color: #fff
}

.glide--swipeable[data-v-35de767a] {
    cursor: grab;
    cursor: -webkit-grab
}

.glide--dragging[data-v-35de767a] {
    cursor: grabbing;
    cursor: -webkit-grabbing
}

.hero-carousel[data-v-35de767a] {
    position: relative;
    width: 100%;
    height: 75vh;
    min-height: 575px;
    overflow: hidden
}

.glide__slide[data-v-35de767a] {
    display: block
}

.glide__slides[data-v-35de767a], .glide__track[data-v-35de767a] {
    height: 100%
}

.glide__bullets[data-v-35de767a] {
    bottom: 32px
}

.glide__bullet[data-v-35de767a] {
    opacity: .3;
    background-color: #fff
}

.glide__bullet--active[data-v-35de767a] {
    opacity: 1
}

.glide__bullet[data-v-35de767a]:focus, .glide__bullet[data-v-35de767a]:hover {
    border: 2px solid #fff;
    background-color: #670e36
}

@media screen and (min-width:760px) {
    .hero-carousel[data-v-35de767a] {
        height: 90vh
    }
}

@media screen and (min-width:1024px) {
    .glide__bullets[data-v-35de767a] {
        left: 64px;
        transform: none
    }
}


 

.timer[data-v-2fe010a5] {
    display: flex
}

.timer__unit-wrapper[data-v-2fe010a5] {
    width: 60px;
    text-align: center
}

.timer__unit-value[data-v-2fe010a5] {
    font-size: 32px;
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    line-height: 1
}

.timer__unit-name[data-v-2fe010a5] {
    font-size: 12px
}



.matchday-hero[data-v-246660f9] {
    height: 85vh;
    max-height: 1200px;
    width: 100%;
    color: #fafafa;
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%
}

@media screen and (min-width:760px) {
    .matchday-hero[data-v-246660f9] {
        height: calc(100vh - 40px)
    }
}

@media screen and (min-width:1024px) {
    .matchday-hero[data-v-246660f9] {
        height: 100vh
    }
}

.matchday-hero__inner[data-v-246660f9] {
    height: 100%;
    width: 100%;
    padding: 112px 16px 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: relative
}

    .matchday-hero__inner[data-v-246660f9]:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0,0,0,.7)
    }

@media screen and (min-width:760px) {
    .matchday-hero__inner[data-v-246660f9] {
        padding: 152px 32px 30%
    }
}

@media screen and (min-width:1024px) {
    .matchday-hero__inner[data-v-246660f9] {
        padding: 152px 32px 13%
    }
}

@media screen and (min-width:1440px) {
    .matchday-hero__inner[data-v-246660f9] {
        padding: 192px 32px 216px
    }
}

.matchday-hero__match-details[data-v-246660f9] {
    font-size: 10px;
    text-align: center;
    z-index: 1
}

@media screen and (min-width:760px) {
    .matchday-hero__match-details[data-v-246660f9] {
        font-size: 16px
    }
}

.matchday-hero__comp-icon[data-v-246660f9] {
    height: 32px;
    width: auto;
    margin-bottom: 16px
}

.matchday-hero__ko-time[data-v-246660f9] {
    font-weight: 700;
    margin-bottom: 2px
}

.matchday-hero__match-status[data-v-246660f9] {
    margin: 12px 0 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1
}

@media screen and (min-width:760px) {
    .matchday-hero__match-status[data-v-246660f9] {
        height: 120px;
        min-width: 128px;
        margin: 0;
        flex-direction: column
    }
}

@media screen and (min-width:1024px) {
    .matchday-hero__match-status[data-v-246660f9] {
        min-width: 160px
    }
}

@media screen and (min-width:760px) {
    .matchday-hero__icon[data-v-246660f9] {
        width: 32px;
        height: 32px;
        margin: 0 0 10px
    }
}

.matchday-hero__match-time[data-v-246660f9] {
    font-size: 13px;
    font-weight: 700
}

@media screen and (min-width:760px) {
    .matchday-hero__match-time[data-v-246660f9] {
        font-size: 16px
    }
}

.matchday-hero__half-score[data-v-246660f9] {
    font-size: 12px;
    z-index: 1
}

@media screen and (min-width:760px) {
    .matchday-hero__half-score[data-v-246660f9] {
        margin-top: 6px;
        font-size: 16px
    }
}

.matchday-hero__content[data-v-246660f9] {
    width: 100%;
    margin: auto;
    z-index: 1
}

@media screen and (min-width:760px) {
    .matchday-hero__content[data-v-246660f9] {
        margin-top: 24px;
        display: flex;
        justify-content: center
    }
}

.matchday-hero__team-wrapper[data-v-246660f9] {
    display: flex;
    align-items: center;
    padding: 12px 0
}

@media screen and (min-width:760px) {
    .matchday-hero__team-wrapper[data-v-246660f9] {
        width: 50%;
        padding: 0;
        flex-direction: column;
        align-items: flex-start
    }
}

@media screen and (min-width:760px) {
    .matchday-hero__team-wrapper--home[data-v-246660f9] {
        align-items: flex-end
    }

    .matchday-hero__team-wrapper--home .matchday-hero__team-info[data-v-246660f9] {
        flex-direction: row-reverse
    }

    .matchday-hero__team-wrapper--home .matchday-hero__score[data-v-246660f9] {
        text-align: right
    }
}

.matchday-hero__team-crest[data-v-246660f9] {
    height: 40px;
    width: 40px;
    margin-right: 8px;
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat
}

@media screen and (min-width:760px) {
    .matchday-hero__team-crest[data-v-246660f9] {
        height: 120px;
        width: 120px;
        margin: 0
    }
}

.matchday-hero__team-name[data-v-246660f9] {
    font-size: 24px;
    text-transform: none
}

.matchday-hero__score[data-v-246660f9], .matchday-hero__team-name[data-v-246660f9] {
    font-weight: 700;
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif)
}

.matchday-hero__score[data-v-246660f9] {
    margin-left: auto;
    font-size: 80px
}

@media screen and (min-width:760px) {
    .matchday-hero__score[data-v-246660f9] {
        width: 128px;
        margin: 0;
        font-size: 120px;
        line-height: 1
    }
}

@media screen and (min-width:1024px) {
    .matchday-hero__score[data-v-246660f9] {
        width: 160px
    }
}

.matchday-hero__team-info[data-v-246660f9] {
    display: flex
}

@media screen and (min-width:760px) {
    .matchday-hero__team-info[data-v-246660f9] {
        margin-bottom: 16px
    }
}

.matchday-hero__countdown-timer[data-v-246660f9] {
    margin-top: 32px;
    justify-content: center;
    margin-bottom: 24px;
    z-index: 1;
    font-weight: 700
}

    .matchday-hero__countdown-timer[data-v-246660f9] .timer__unit-wrapper--secs {
        display: block
    }

.matchday-hero__match-center-link[data-v-246660f9] {
    z-index: 1;
    min-height: 40px
}

.matchday-hero__strap[data-v-246660f9] {
    position: relative;
    z-index: 2;
    margin: 0 0 8px;
    color: #fff;
    font-size: 14px;
    text-align: center
}



.glide[data-v-91118e50] {
    position: relative;
    width: 100%;
    box-sizing: border-box
}

.glide *[data-v-91118e50] {
    box-sizing: inherit
}

.glide__slides[data-v-91118e50], .glide__track[data-v-91118e50] {
    overflow: hidden
}

.glide__slides[data-v-91118e50] {
    position: relative;
    width: 100%;
    list-style: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    touch-action: pan-Y;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    will-change: transform
}

.glide__slide[data-v-91118e50], .glide__slides--dragging[data-v-91118e50] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.glide__slide[data-v-91118e50] {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    white-space: normal;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent
}

.glide__slide a[data-v-91118e50] {
    -webkit-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.glide__arrows[data-v-91118e50], .glide__bullets[data-v-91118e50] {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.glide--rtl[data-v-91118e50] {
    direction: rtl
}

.glide__arrow[data-v-91118e50] {
    position: absolute;
    display: block;
    top: 50%;
    z-index: 2;
    color: #fff;
    text-transform: uppercase;
    padding: 9px 12px;
    background-color: transparent;
    border: 2px solid hsla(0,0%,100%,.5);
    border-radius: 4px;
    box-shadow: 0 .25em .5em 0 rgba(0,0,0,.1);
    text-shadow: 0 .25em .5em rgba(0,0,0,.1);
    opacity: 1;
    cursor: pointer;
    transition: opacity .15s ease,border .3s ease-in-out;
    transform: translateY(-50%);
    line-height: 1
}

    .glide__arrow[data-v-91118e50]:focus {
        outline: none
    }

    .glide__arrow[data-v-91118e50]:hover {
        border-color: #fff
    }

.glide__arrow--left[data-v-91118e50] {
    left: 2em
}

.glide__arrow--right[data-v-91118e50] {
    right: 2em
}

.glide__arrow--disabled[data-v-91118e50] {
    opacity: .33
}

.glide__bullets[data-v-91118e50] {
    position: absolute;
    z-index: 2;
    bottom: 2em;
    left: 50%;
    display: inline-flex;
    list-style: none;
    transform: translateX(-50%)
}

.glide__bullet[data-v-91118e50] {
    background-color: hsla(0,0%,100%,.5);
    width: 9px;
    height: 9px;
    padding: 0;
    border-radius: 50%;
    border: 2px solid transparent;
    transition: all .3s ease-in-out;
    cursor: pointer;
    line-height: 0;
    box-shadow: 0 .25em .5em 0 rgba(0,0,0,.1);
    margin: 0 .25em
}

    .glide__bullet[data-v-91118e50]:focus {
        outline: none
    }

    .glide__bullet[data-v-91118e50]:focus, .glide__bullet[data-v-91118e50]:hover {
        border: 2px solid #fff;
        background-color: hsla(0,0%,100%,.5)
    }

.glide__bullet--active[data-v-91118e50] {
    background-color: #fff
}

.glide--swipeable[data-v-91118e50] {
    cursor: grab;
    cursor: -webkit-grab
}

.glide--dragging[data-v-91118e50] {
    cursor: grabbing;
    cursor: -webkit-grabbing
}

.highlight-stack[data-v-91118e50] {
    padding: 0 16px;
    width: 100%;
    background: transparent
}

@media screen and (min-width:1024px) {
    .highlight-stack[data-v-91118e50] {
        padding: 0;
        background: transparent
    }
}

.highlight-stack__inner[data-v-91118e50] {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start
}

@media screen and (min-width:1024px) {
    .highlight-stack__inner[data-v-91118e50] {
        flex-direction: row;
        justify-content: space-evenly;
        align-items: stretch
    }
}

@media screen and (min-width:1024px) {
    .highlight-stack__block[data-v-91118e50] {
        width: 33.33333%
    }

        .highlight-stack__block[data-v-91118e50]:first-child {
            padding: 8px 32px 0 16px !important
        }

        .highlight-stack__block[data-v-91118e50]:last-child {
            padding: 8px 16px 0 32px !important
        }
}

.highlight-carousel[data-v-91118e50] {
    width: 100%;
    margin-bottom: 24px;
    background: transparent
}

.highlight-carousel__block[data-v-91118e50]:first-child {
    padding-left: 16px !important
}

.highlight-carousel__block[data-v-91118e50]:last-child {
    padding-right: 16px !important
}

.glide__slides[data-v-91118e50], .glide__track[data-v-91118e50] {
    height: 180px
}

.glide[data-v-91118e50] .highlight-carousel__block {
    padding: 8px 16px;
    height: 180px;
    box-shadow: 0 4px 16px 0 rgba(0,0,0,.16)
}

.carousel-bullets[data-v-91118e50] {
    bottom: -16px
}

.carousel-bullet[data-v-91118e50] {
    opacity: .5;
    background-color: #670e36
}

.carousel-bullet--active[data-v-91118e50] {
    opacity: 1
}

.carousel-bullet[data-v-91118e50]:focus, .carousel-bullet[data-v-91118e50]:hover {
    border: 2px solid #000;
    background-color: #510b2a
}

.glide__bullet[data-v-91118e50] {
    width: 6px !important;
    height: 6px !important;
    position: relative;
    margin: 0 .5em !important
}

.glide__bullet--active[data-v-91118e50] {
    opacity: 1
}

    .glide__bullet--active[data-v-91118e50]:before {
        position: absolute;
        content: "";
        border: 2px solid #670e36;
        border-radius: 50%;
        top: -9px;
        bottom: -9px;
        left: -9px;
        right: -9px
    }



.button-slice[data-v-8050d460] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 32px 0;
    margin: var(--content_spacing--small,32px) 0;
    text-align: center;
    position: relative
}

@media screen and (min-width:760px) {
    .button-slice[data-v-8050d460] {
        margin: 48px 0;
        margin: var(--content_spacing--large,48px) 0
    }
}

.button-slice__inner[data-v-8050d460] {
    transition: .2s
}

.button-slice__inner--loading[data-v-8050d460] {
    opacity: 0;
    transform: scale(.5)
}

.button-slice__dot-wrapper[data-v-8050d460] {
    display: flex;
    position: absolute;
    bottom: 0;
    opacity: 0;
    transition: .25s .1s
}

.button-slice__dot-wrapper--loading[data-v-8050d460] {
    bottom: calc(50% - 4px);
    opacity: 1
}

.button-slice__dot-wrapper--loading .button-slice__dot[data-v-8050d460] {
    -webkit-animation: bounce-data-v-8050d460 .7s ease-in .4s infinite;
    animation: bounce-data-v-8050d460 .7s ease-in .4s infinite
}

.button-slice__dot[data-v-8050d460] {
    height: 6px;
    width: 6px;
    margin: 0 3px;
    border-radius: 50%;
    position: relative
}

    .button-slice__dot[data-v-8050d460]:nth-child(2) {
        -webkit-animation-delay: .5s;
        animation-delay: .5s
    }

    .button-slice__dot[data-v-8050d460]:nth-child(3) {
        -webkit-animation-delay: .6s;
        animation-delay: .6s
    }

.button--ghost-dark .button-slice__dot[data-v-8050d460], .button--label-dark .button-slice__dot[data-v-8050d460], .button--primary-light .button-slice__dot[data-v-8050d460] {
    background-color: #fff
}

.button--ghost-light .button-slice__dot[data-v-8050d460], .button--label-light .button-slice__dot[data-v-8050d460], .button--primary-dark .button-slice__dot[data-v-8050d460] {
    background-color: #670e36
}

@-webkit-keyframes bounce-data-v-8050d460 {
    0% {
        top: 0
    }

    20% {
        top: -6px
    }

    40% {
        top: 0
    }

    to {
        top: 0
    }
}

@keyframes bounce-data-v-8050d460 {
    0% {
        top: 0
    }

    20% {
        top: -6px
    }

    40% {
        top: 0
    }

    to {
        top: 0
    }
}



.agg-match[data-v-79a4ec54] {
    padding: 24px 16px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    background: linear-gradient(105deg,#670e36 50%,#510b2a 0);
    color: #fff
}

@media screen and (min-width:1440px) {
    .agg-match[data-v-79a4ec54] {
        padding: 24px
    }
}

.agg-match__competition[data-v-79a4ec54] {
    width: 64px;
    height: auto
}

@media screen and (min-width:760px) {
    .agg-match__competition[data-v-79a4ec54] {
        width: 80px
    }
}

.agg-match__mobile-info[data-v-79a4ec54] {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.agg-match__mobile-team-wrapper[data-v-79a4ec54] {
    display: flex;
    align-items: center;
    font-weight: 700
}

.agg-match__mobile-team-wrapper--home[data-v-79a4ec54] {
    margin-bottom: 16px
}

@media screen and (min-width:760px) {
    .agg-match__mobile-team-wrapper--home[data-v-79a4ec54] {
        margin-bottom: 32px
    }
}

@media screen and (min-width:1024px) {
    .agg-match__mobile-team-wrapper--home[data-v-79a4ec54] {
        margin-bottom: 16px
    }
}

@media screen and (min-width:1440px) {
    .agg-match__mobile-team-wrapper--home[data-v-79a4ec54] {
        margin-bottom: 32px
    }
}

.agg-match__mobile-team-crest[data-v-79a4ec54] {
    height: 64px;
    width: 64px;
    margin-right: 16px;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat
}

@media screen and (min-width:760px) {
    .agg-match__mobile-team-crest[data-v-79a4ec54] {
        height: 104px;
        width: 104px;
        margin-right: 32px
    }
}

@media screen and (min-width:1024px) {
    .agg-match__mobile-team-crest[data-v-79a4ec54] {
        height: 64px;
        width: 64px;
        margin-right: 16px
    }
}

@media screen and (min-width:1440px) {
    .agg-match__mobile-team-crest[data-v-79a4ec54] {
        height: 104px;
        width: 104px;
        margin-right: 32px
    }
}

.agg-match__mobile-score[data-v-79a4ec54] {
    width: 40px;
    font-size: 40px;
    font-weight: 900;
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif)
}

@media screen and (min-width:760px) {
    .agg-match__mobile-score[data-v-79a4ec54] {
        width: 56px;
        font-size: 56px
    }
}

@media screen and (min-width:1024px) {
    .agg-match__mobile-score[data-v-79a4ec54] {
        width: 40px;
        font-size: 40px
    }
}

@media screen and (min-width:1440px) {
    .agg-match__mobile-score[data-v-79a4ec54] {
        width: 56px;
        font-size: 64px
    }
}

.agg-match__mobile-team-name[data-v-79a4ec54] {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif)
}

@media screen and (min-width:760px) {
    .agg-match__mobile-team-name[data-v-79a4ec54] {
        font-size: 20px
    }
}

@media screen and (min-width:1024px) {
    .agg-match__mobile-team-name[data-v-79a4ec54] {
        font-size: 18px
    }
}

@media screen and (min-width:1440px) {
    .agg-match__mobile-team-name[data-v-79a4ec54] {
        font-size: 24px
    }
}

.agg-match__mobile-vs[data-v-79a4ec54] {
    position: absolute;
    margin-left: 80px;
    font-size: 24px;
    font-weight: 900;
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif)
}

@media screen and (min-width:760px) {
    .agg-match__mobile-vs[data-v-79a4ec54] {
        margin-left: 136px;
        font-size: 28px
    }
}

@media screen and (min-width:1024px) {
    .agg-match__mobile-vs[data-v-79a4ec54] {
        margin-left: 80px;
        font-size: 24px
    }
}

@media screen and (min-width:1440px) {
    .agg-match__mobile-vs[data-v-79a4ec54] {
        margin-left: 136px;
        font-size: 32px
    }
}

.agg-match__info[data-v-79a4ec54] {
    width: 100%;
    display: flex
}

.agg-match__team-wrapper[data-v-79a4ec54] {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    font-weight: 700;
    text-align: center
}

.agg-match__team-crest[data-v-79a4ec54] {
    height: 160px;
    width: 160px;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat
}

@media screen and (min-width:1024px) {
    .agg-match__team-crest[data-v-79a4ec54] {
        height: 96px;
        width: 96px
    }
}

@media screen and (min-width:1440px) {
    .agg-match__team-crest[data-v-79a4ec54] {
        height: 208px;
        width: 208px
    }
}

.agg-match__team-name[data-v-79a4ec54] {
    margin-top: 8px;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif)
}

@media screen and (min-width:1440px) {
    .agg-match__team-name[data-v-79a4ec54] {
        margin-top: 16px;
        font-size: 32px
    }
}

.agg-match__score-wrapper[data-v-79a4ec54] {
    min-width: 160px;
    display: flex;
    align-self: center;
    justify-content: space-evenly
}

@media screen and (min-width:1440px) {
    .agg-match__score-wrapper[data-v-79a4ec54] {
        min-width: 208px
    }
}

.agg-match__score[data-v-79a4ec54] {
    font-size: 64px;
    text-align: center;
    font-weight: 900;
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif)
}



.video-card[data-v-572681f8] {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden
}

.video-card .is-locked[data-v-572681f8]:after {
    content: "Login to watch";
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 6px 8px;
    color: #fff;
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-size: 12px;
    line-height: 1;
    background-color: rgba(0,0,0,.8);
    border-radius: 5px
}

.video-card__wrap[data-v-572681f8] {
    position: relative;
    height: 0;
    width: 100%;
    padding-bottom: 80%
}

.video-card__inner[data-v-572681f8] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 0 24px 24px;
    font-size: 16px;
    font-size: var(--body_text_size--small,16px);
    text-align: left;
    text-decoration: none;
    background-color: transparent;
    border: 0;
    z-index: 3;
    cursor: pointer
}

@media screen and (min-width:760px) {
    .video-card__inner[data-v-572681f8] {
        font-size: 17px;
        font-size: var(--body_text_size--medium,17px)
    }
}

@media screen and (min-width:1024px) {
    .video-card__inner[data-v-572681f8] {
        font-size: 20px;
        font-size: var(--body_text_size--large,20px)
    }
}

.video-card__icon[data-v-572681f8] {
    display: block;
    position: absolute;
    top: 40%;
    left: 50%;
    height: 48px;
    width: 48px;
    color: #fff;
    transform: translateX(-50%) translateY(-50%);
    z-index: 1
}

.video-card__duration[data-v-572681f8] {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 6px 8px;
    color: #fff;
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-size: 12px;
    line-height: 1;
    background-color: rgba(0,0,0,.8);
    border-radius: 5px
}

.video-card__meta[data-v-572681f8] {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0 8px;
    color: #212121;
    font-size: 12px;
    line-height: 1;
    z-index: 2;
    padding: 0 0 8px
}

    .video-card__meta[data-v-572681f8]:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 144px;
        height: 1px;
        background: #212121
    }

.video-card__meta-icon[data-v-572681f8] {
    height: 16px;
    width: 16px;
    margin: -3px 8px 0 0;
    color: #fff
}

.video-card__date[data-v-572681f8] {
    margin: 0 24px 0 0;
    color: #212121
}

.video-card__category[data-v-572681f8], .video-card__date[data-v-572681f8] {
    padding: 0;
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    text-transform: none
}

.video-card__category[data-v-572681f8] {
    margin: 0;
    color: #670e36
}

.video-card__title[data-v-572681f8] {
    position: relative;
    padding: 0;
    margin: 0;
    color: #212121;
    white-space: pre-wrap;
    z-index: 2
}



.inline-loader[data-v-706bc35e] {
    margin: auto
}

.vid-loader__error-wrapper[data-v-706bc35e] {
    display: flex;
    justify-content: center
}

.vid-loader__error-text[data-v-706bc35e] {
    padding: 16px;
    align-self: center;
    font-weight: 700;
    text-align: center
}



.article-card[data-v-66dc2adc] {
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    max-width: 100%;
    min-width: 100%;
    margin: 0
}

.article-card[data-v-66dc2adc], .article-card__wrap[data-v-66dc2adc] {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start
}

.article-card__wrap[data-v-66dc2adc] {
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 80%;
    max-height: 400px
}

.article-card__inner[data-v-66dc2adc] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    width: 100%;
    padding: 0 24px 24px;
    text-align: left;
    text-decoration: none;
    z-index: 3;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.article-card__meta[data-v-66dc2adc] {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0 8px;
    color: #212121;
    font-size: 12px;
    line-height: 1;
    padding: 0 0 8px
}

    .article-card__meta[data-v-66dc2adc]:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 144px;
        height: 1px;
        background: #212121
    }

.article-card__date[data-v-66dc2adc] {
    margin: 0 16px 0 0;
    color: #212121;
    white-space: nowrap
}

.article-card__category[data-v-66dc2adc], .article-card__date[data-v-66dc2adc] {
    padding: 0;
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    text-transform: none
}

.article-card__category[data-v-66dc2adc] {
    margin: 0;
    color: #670e36
}

.article-card__title[data-v-66dc2adc] {
    padding: 0;
    margin: 0;
    color: #212121
}

.article-card__icon[data-v-66dc2adc] {
    height: 16px;
    width: 16px;
    margin: -3px 8px 0 0;
    color: #670e36
}

@media screen and (min-width:760px) {
    .article-card[data-v-66dc2adc] {
        max-width: calc(50% - 16px);
        min-width: calc(50% - 16px)
    }
}

@media screen and (min-width:1440px) {
    .article-card[data-v-66dc2adc] {
        max-width: calc(33.33% - 16px);
        min-width: calc(33.33% - 16px)
    }
}



.banner-advert[data-v-098e15f4] {
    display: block;
    margin: 0 auto;
    text-align: center
}

.banner-advert__link[data-v-098e15f4] {
    display: block;
    padding: 16px;
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
    font-size: 0;
    background: #ccc
}

.banner-advert__image[data-v-098e15f4] {
    width: 100%
}



.aggregated-content[data-v-00c0fcc3] {
    width: 100%;
    padding: 16px 0 24px;
    margin: 32px 0;
    margin: var(--content_spacing--small,32px) 0;
    background-color: #fafafa
}

@media screen and (min-width:760px) {
    .aggregated-content[data-v-00c0fcc3] {
        padding: 24px 0 16px
    }
}

@media screen and (min-width:1024px) {
    .aggregated-content[data-v-00c0fcc3] {
        padding: 48px 0 40px;
        margin: 48px 0;
        margin: var(--content_spacing--large,48px) 0
    }
}

.aggregated-content--dark-mode[data-v-00c0fcc3] {
    background-color: #480024
}

.aggregated-content--dark-mode__content-end[data-v-00c0fcc3], .aggregated-content--dark-mode__heading[data-v-00c0fcc3] {
    color: #fff
}

.aggregated-content--club-mode[data-v-00c0fcc3] {
    background-color: #670e36
}

.aggregated-content--club-mode__content-end[data-v-00c0fcc3], .aggregated-content--club-mode__heading[data-v-00c0fcc3] {
    color: #fff
}

.aggregated-content__heading[data-v-00c0fcc3] {
    padding-bottom: 24px;
    color: #212121
}

.aggregated-content .aggregated-content__column-spacer[data-v-00c0fcc3], .aggregated-content__item[data-v-00c0fcc3] {
    width: 100%;
    padding-top: 100%;
    margin-bottom: 16px;
    background-color: #fafafa;
    box-shadow: 0 4px 16px 0 rgba(0,0,0,.12);
    -webkit-animation: loadIn-data-v-00c0fcc3 .4s;
    animation: loadIn-data-v-00c0fcc3 .4s
}

@-webkit-keyframes loadIn-data-v-00c0fcc3 {
    0% {
        transform: translateY(30px)
    }

    to {
        transform: translate(0)
    }
}

@keyframes loadIn-data-v-00c0fcc3 {
    0% {
        transform: translateY(30px)
    }

    to {
        transform: translate(0)
    }
}

@media screen and (min-width:760px) {
    .aggregated-content .aggregated-content__column-spacer[data-v-00c0fcc3], .aggregated-content__item[data-v-00c0fcc3] {
        width: calc(50% - 8px);
        padding-top: calc(50% - 8px)
    }
}

@media screen and (min-width:1024px) {
    .aggregated-content .aggregated-content__column-spacer[data-v-00c0fcc3], .aggregated-content__item[data-v-00c0fcc3] {
        width: calc(33.33% - 10.66667px);
        padding-top: calc(33.33% - 10.66667px)
    }
}

@media screen and (min-width:1440px) {
    .aggregated-content .aggregated-content__column-spacer[data-v-00c0fcc3], .aggregated-content__item[data-v-00c0fcc3] {
        width: calc(33.33% - 16px);
        padding-top: calc(33.33% - 16px);
        margin-bottom: 24px
    }
}

@media screen and (min-width:1024px) {
    .aggregated-content .aggregated-content__column-spacer--double[data-v-00c0fcc3], .aggregated-content__item--double[data-v-00c0fcc3] {
        width: calc(66.66% - 5.33333px)
    }
}

@media screen and (min-width:1440px) {
    .aggregated-content .aggregated-content__column-spacer--double[data-v-00c0fcc3], .aggregated-content__item--double[data-v-00c0fcc3] {
        width: calc(66.66% - 8px)
    }
}

.aggregated-content__gutter[data-v-00c0fcc3] {
    width: 16px
}

@media screen and (min-width:1440px) {
    .aggregated-content__gutter[data-v-00c0fcc3] {
        width: 24px
    }
}

.aggregated-content__item-inner[data-v-00c0fcc3] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: transform .3s
}

    .aggregated-content__item-inner[data-v-00c0fcc3]:hover {
        transform: scale(1.02)
    }

.aggregated-content__image-promo[data-v-00c0fcc3] {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media screen and (min-width:760px) {
    .aggregated-content__button[data-v-00c0fcc3] {
        margin: 40px 0
    }
}

.aggregated-content__content-end[data-v-00c0fcc3] {
    text-align: center;
    margin: 32px 0;
    color: #212121
}

.aggregated-content__advert[data-v-00c0fcc3] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1
}

.article-card[data-v-00c0fcc3] {
    max-width: 100% !important;
    min-width: 100% !important
}

[data-v-00c0fcc3] .article-card__wrap {
    max-height: none !important
}

[data-v-00c0fcc3] .article-card__wrap, [data-v-00c0fcc3] .video-card__wrap {
    height: auto !important;
    padding-bottom: 0 !important
}

.loader-wrapper[data-v-00c0fcc3] {
    display: flex;
    margin: 32px auto;
    margin: var(--content_spacing--small,32px) auto
}

@media screen and (min-width:1024px) {
    .loader-wrapper[data-v-00c0fcc3] {
        margin: 48px auto;
        margin: var(--content_spacing--large,48px) auto
    }
}



.glide[data-v-9e2f4db4] {
    position: relative;
    width: 100%;
    box-sizing: border-box
}

.glide *[data-v-9e2f4db4] {
    box-sizing: inherit
}

.glide__slides[data-v-9e2f4db4], .glide__track[data-v-9e2f4db4] {
    overflow: hidden
}

.glide__slides[data-v-9e2f4db4] {
    position: relative;
    width: 100%;
    list-style: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    touch-action: pan-Y;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    will-change: transform
}

.glide__slide[data-v-9e2f4db4], .glide__slides--dragging[data-v-9e2f4db4] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.glide__slide[data-v-9e2f4db4] {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    white-space: normal;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent
}

.glide__slide a[data-v-9e2f4db4] {
    -webkit-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.glide__arrows[data-v-9e2f4db4], .glide__bullets[data-v-9e2f4db4] {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.glide--rtl[data-v-9e2f4db4] {
    direction: rtl
}

.glide__arrow[data-v-9e2f4db4] {
    position: absolute;
    display: block;
    top: 50%;
    z-index: 2;
    color: #fff;
    text-transform: uppercase;
    padding: 9px 12px;
    background-color: transparent;
    border: 2px solid hsla(0,0%,100%,.5);
    border-radius: 4px;
    box-shadow: 0 .25em .5em 0 rgba(0,0,0,.1);
    text-shadow: 0 .25em .5em rgba(0,0,0,.1);
    opacity: 1;
    cursor: pointer;
    transition: opacity .15s ease,border .3s ease-in-out;
    transform: translateY(-50%);
    line-height: 1
}

    .glide__arrow[data-v-9e2f4db4]:focus {
        outline: none
    }

    .glide__arrow[data-v-9e2f4db4]:hover {
        border-color: #fff
    }

.glide__arrow--left[data-v-9e2f4db4] {
    left: 2em
}

.glide__arrow--right[data-v-9e2f4db4] {
    right: 2em
}

.glide__arrow--disabled[data-v-9e2f4db4] {
    opacity: .33
}

.glide__bullets[data-v-9e2f4db4] {
    position: absolute;
    z-index: 2;
    bottom: 2em;
    left: 50%;
    display: inline-flex;
    list-style: none;
    transform: translateX(-50%)
}

.glide__bullet[data-v-9e2f4db4] {
    background-color: hsla(0,0%,100%,.5);
    width: 9px;
    height: 9px;
    padding: 0;
    border-radius: 50%;
    border: 2px solid transparent;
    transition: all .3s ease-in-out;
    cursor: pointer;
    line-height: 0;
    box-shadow: 0 .25em .5em 0 rgba(0,0,0,.1);
    margin: 0 .25em
}

    .glide__bullet[data-v-9e2f4db4]:focus {
        outline: none
    }

    .glide__bullet[data-v-9e2f4db4]:focus, .glide__bullet[data-v-9e2f4db4]:hover {
        border: 2px solid #fff;
        background-color: hsla(0,0%,100%,.5)
    }

.glide__bullet--active[data-v-9e2f4db4] {
    background-color: #fff
}

.glide--swipeable[data-v-9e2f4db4] {
    cursor: grab;
    cursor: -webkit-grab
}

.glide--dragging[data-v-9e2f4db4] {
    cursor: grabbing;
    cursor: -webkit-grabbing
}

.product-carousel[data-v-9e2f4db4] {
    padding: 32px 0;
    padding: var(--content_spacing--small,32px) 0;
    width: 100%;
    background: inherit
}

@media screen and (min-width:1024px) {
    .product-carousel[data-v-9e2f4db4] {
        padding: 48px 0;
        padding: var(--content_spacing--large,48px) 0
    }
}

.product-carousel__inner[data-v-9e2f4db4] {
    padding: 0 !important
}

@media screen and (min-width:1024px) {
    .product-carousel__inner[data-v-9e2f4db4] {
        padding: 0 64px !important
    }
}

.product-carousel__heading[data-v-9e2f4db4] {
    margin-left: 16px;
    color: inherit
}

@media screen and (min-width:1024px) {
    .product-carousel__heading[data-v-9e2f4db4] {
        margin-left: 0
    }
}

.product-carousel__list[data-v-9e2f4db4] {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    margin: 0 0 32px
}

.product-carousel__link-wrap[data-v-9e2f4db4] {
    display: block;
    height: 100%;
    padding: 0 8px;
    text-decoration: none
}

@supports (display:flex) {
    .product-carousel__link-wrap[data-v-9e2f4db4] {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        flex: 1
    }
}

.product-carousel__item[data-v-9e2f4db4] {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: center
}

.product-carousel__item-name[data-v-9e2f4db4] {
    margin: auto 0 0;
    color: inherit;
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-size: 16px;
    text-decoration: none;
    text-transform: none;
    white-space: normal;
    text-align: center
}

@media screen and (min-width:1024px) {
    .product-carousel__item-name[data-v-9e2f4db4] {
        font-size: 18px
    }
}

.product-carousel__item-button[data-v-9e2f4db4] {
    margin: auto 0 0
}

.product-carousel__image[data-v-9e2f4db4] {
    width: 100%;
    text-decoration: none
}

.product-carousel__button-row[data-v-9e2f4db4] {
    text-align: center
}

.product-carousel__arrows[data-v-9e2f4db4] {
    position: absolute;
    top: -39px;
    right: 16px;
    color: #212121
}

@media screen and (min-width:760px) {
    .product-carousel__arrows[data-v-9e2f4db4] {
        top: -51px
    }
}

@media screen and (min-width:1024px) {
    .product-carousel__arrows[data-v-9e2f4db4] {
        top: -61px
    }
}

.product-carousel--dark[data-v-9e2f4db4] {
    background: #480024
}

.product-carousel--dark .product-carousel__arrows[data-v-9e2f4db4], .product-carousel--dark .product-carousel__heading[data-v-9e2f4db4], .product-carousel--dark .product-carousel__item-name[data-v-9e2f4db4] {
    color: #fff
}

.product-carousel--light[data-v-9e2f4db4] {
    background: #fafafa
}

.product-carousel--light .product-carousel__arrows[data-v-9e2f4db4], .product-carousel--light .product-carousel__heading[data-v-9e2f4db4], .product-carousel--light .product-carousel__item-name[data-v-9e2f4db4] {
    color: #212121
}



.subscribe-promo[data-v-172a6b50] {
    padding: 18px 0;
    color: #fff;
    background: #09101f
}

.subscribe-promo__inner[data-v-172a6b50] {
    justify-content: flex-start;
    margin: 0 auto
}

.subscribe-promo__info[data-v-172a6b50], .subscribe-promo__inner[data-v-172a6b50] {
    display: flex;
    flex-direction: column;
    align-items: center
}

.subscribe-promo__info[data-v-172a6b50] {
    justify-content: center;
    text-align: center
}

.subscribe-promo__title[data-v-172a6b50] {
    padding: 0 0 8px;
    font-size: 21px;
    font-weight: 700;
    line-height: 1
}

.subscribe-promo__body[data-v-172a6b50] {
    padding: 0;
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-size: 15px
}

.subscribe-promo__button[data-v-172a6b50] {
    margin: 16px auto 0
}

@media screen and (min-width:760px) {
    .subscribe-promo[data-v-172a6b50] {
        padding: 32px 0
    }

    .subscribe-promo__title[data-v-172a6b50] {
        font-size: 28px
    }
}

@media screen and (min-width:1024px) {
    .subscribe-promo__title[data-v-172a6b50] {
        font-size: 36px
    }

    .subscribe-promo__inner[data-v-172a6b50] {
        flex-direction: row;
        align-items: center
    }

    .subscribe-promo__body[data-v-172a6b50] {
        padding: 3px 0 0;
        font-size: 16px
    }

    .subscribe-promo__info[data-v-172a6b50] {
        justify-content: flex-start;
        align-items: flex-start;
        padding: 0 24px 0 0;
        text-align: left
    }

    .subscribe-promo__button[data-v-172a6b50] {
        margin: 0 0 0 auto
    }
}

@media screen and (min-width:1440px) {
    .subscribe-promo__title[data-v-172a6b50] {
        margin: 0 32px 0 0
    }
}



.subscribe-promo__info[data-v-172a6b50] {
    background: url(/villatv.png) 0 0 no-repeat;
    background-size: auto 48px
}

.subscribe-promo__title[data-v-172a6b50] {
    z-index: -1;
    margin-bottom: 16px;
    font-size: 0;
    height: 58px;
    width: 230px
}

@media screen and (min-width:760px) {
    .subscribe-promo__info[data-v-172a6b50] {
        background-position-x: left
    }

    .subscribe-promo__title[data-v-172a6b50] {
        margin-bottom: 8px
    }
}



.video-promo[data-v-0f0f526d] {
    margin-top: 32px;
    margin-top: var(--content_spacing--small,32px);
    margin-bottom: 32px;
    margin-bottom: var(--content_spacing--small,32px);
    width: 100%
}

@media screen and (min-width:1024px) {
    .video-promo[data-v-0f0f526d] {
        margin-top: 48px;
        margin-top: var(--content_spacing--large,48px);
        margin-bottom: 48px;
        margin-bottom: var(--content_spacing--large,48px)
    }
}

.homepage-advert-top[data-v-0f0f526d] {
    padding-top: 32px;
    padding-top: var(--content_spacing--small,32px)
}

@media screen and (min-width:1024px) {
    .homepage-advert-top[data-v-0f0f526d] {
        padding-top: 48px;
        padding-top: var(--content_spacing--large,48px)
    }
}

.homepage-advert-bottom[data-v-0f0f526d] {
    padding-bottom: 32px;
    padding-bottom: var(--content_spacing--small,32px)
}

@media screen and (min-width:1024px) {
    .homepage-advert-bottom[data-v-0f0f526d] {
        padding-bottom: 48px;
        padding-bottom: var(--content_spacing--large,48px)
    }
}

.homepage-container[data-v-0f0f526d] {
    position: relative
}

.matchday-enter-active[data-v-0f0f526d], .matchday-leave-active[data-v-0f0f526d] {
    transition: transform 1.1s ease-out
}

.matchday-leave-active[data-v-0f0f526d] {
    position: absolute;
    top: 0;
    left: 0
}

.matchday-enter[data-v-0f0f526d] {
    transform: translateX(100%)
}

.matchday-leave-to[data-v-0f0f526d] {
    transform: translateX(-100%)
}



.grid-card[data-v-1713b1e8] {
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    max-width: 100%;
    min-width: 100%;
    margin: 0
}

.grid-card[data-v-1713b1e8], .grid-card__wrap[data-v-1713b1e8] {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start
}

.grid-card__wrap[data-v-1713b1e8] {
    width: 100%
}

.grid-card__inner[data-v-1713b1e8] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    width: 100%;
    padding: 0 24px 24px;
    text-align: left;
    text-decoration: none;
    z-index: 3;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.grid-card__meta[data-v-1713b1e8] {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0 8px;
    color: #212121;
    font-size: 12px;
    line-height: 1;
    padding: 0 0 8px
}

    .grid-card__meta[data-v-1713b1e8]:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 144px;
        height: 1px;
        background: #212121
    }

.grid-card__date[data-v-1713b1e8] {
    margin: 0 16px 0 0;
    color: #212121
}

.grid-card__category[data-v-1713b1e8], .grid-card__date[data-v-1713b1e8] {
    padding: 0;
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    text-transform: none
}

.grid-card__category[data-v-1713b1e8] {
    margin: 0;
    color: #670e36
}

.grid-card__title[data-v-1713b1e8] {
    padding: 0;
    margin: 0;
    color: #212121
}

.grid-card__icon[data-v-1713b1e8] {
    height: 16px;
    width: 16px;
    margin: 0 8px 0 0;
    color: #670e36
}



.news-promo__link[data-v-3dda488d] {
    display: block
}

.news-promo__image[data-v-3dda488d] {
    width: 100%
}



.grid-sponsor[data-v-38d9c104] {
    height: 48px;
    margin-left: 24px;
    padding-left: 16px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-left: 1px solid
}

.grid-sponsor--dark[data-v-38d9c104] {
    color: #fff;
    border-color: #fff
}

.grid-sponsor--light[data-v-38d9c104] {
    color: #212121;
    border-color: #212121
}

.grid-sponsor__text[data-v-38d9c104] {
    padding-right: 8px;
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-size: 12px;
    font-weight: 400;
    text-transform: none
}

.grid-sponsor__link-wrapper[data-v-38d9c104] {
    display: flex
}

.grid-sponsor__logo[data-v-38d9c104] {
    height: 100%;
    width: auto
}



.news-grid[data-v-7739bf58] {
    padding: 32px 16px;
    padding: var(--content_spacing--small,32px) 16px;
    width: 100%;
    text-align: center
}

@media screen and (min-width:1024px) {
    .news-grid[data-v-7739bf58] {
        padding: 48px 64px;
        padding: var(--content_spacing--large,48px) 64px
    }
}

.news-grid--light[data-v-7739bf58] {
    background: #fafafa
}

.news-grid--dark[data-v-7739bf58] {
    background: #510b2a
}

.news-grid--club[data-v-7739bf58] {
    background: #670e36
}

.news-grid__heading-wrapper[data-v-7739bf58] {
    display: flex
}

.news-grid__heading--light[data-v-7739bf58] {
    color: #212121
}

.news-grid__heading--club[data-v-7739bf58], .news-grid__heading--dark[data-v-7739bf58] {
    color: #fff
}

.news-grid__link[data-v-7739bf58] {
    margin: 16px auto 0;
    display: inline-block
}

@media screen and (min-width:760px) {
    .news-grid__link[data-v-7739bf58] {
        margin-top: 24px
    }
}

.news-grid__wrap[data-v-7739bf58] {
    position: relative;
    min-height: 600px;
    height: calc(90vh - 180px)
}

.news-grid__items[data-v-7739bf58] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: repeat(20,1fr);
    grid-template-rows: 1fr 1fr;
    grid-template-areas: "two two two two one one one one one one one one promo promo promo promo promo promo promo promo" "three three three three one one one one one one one one four four four four five five five five";
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin: 0;
    height: 100%;
    width: 100%
}

.news-grid__items.standard-four[data-v-7739bf58] {
    grid-template-areas: "one one one one one one one one one one two two two two two two two two two two" "one one one one one one one one one one three three three three three four four four four four"
}

.news-grid__items[data-v-7739bf58] > :first-child {
    grid-area: one
}

.news-grid__items[data-v-7739bf58] > :nth-child(2) {
    grid-area: two
}

.news-grid__items[data-v-7739bf58] > :nth-child(3) {
    grid-area: three
}

.news-grid__items[data-v-7739bf58] > :nth-child(4) {
    grid-area: four
}

.news-grid__items[data-v-7739bf58] > :nth-child(5) {
    grid-area: five
}

.news-grid__promo[data-v-7739bf58] {
    display: block;
    grid-area: promo
}



.article-card[data-v-74911bb6] {
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    max-width: 100%;
    min-width: 100%;
    margin: 0
}

.article-card[data-v-74911bb6], .article-card__wrap[data-v-74911bb6] {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start
}

.article-card__wrap[data-v-74911bb6] {
    width: 100%;
    position: relative
}

.article-card__inner[data-v-74911bb6] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    width: 100%;
    padding: 0 24px 24px;
    text-align: left;
    text-decoration: none;
    z-index: 3;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.article-card__meta[data-v-74911bb6] {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0 8px;
    color: #212121;
    font-size: 12px;
    line-height: 1;
    padding: 0 0 8px
}

    .article-card__meta[data-v-74911bb6]:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 144px;
        height: 1px;
        background: #212121
    }

.article-card__date[data-v-74911bb6] {
    margin: 0 16px 0 0;
    color: #212121
}

.article-card__category[data-v-74911bb6], .article-card__date[data-v-74911bb6] {
    padding: 0;
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    text-transform: none
}

.article-card__category[data-v-74911bb6] {
    margin: 0;
    color: #670e36
}

.article-card__title[data-v-74911bb6] {
    padding: 0;
    margin: 0;
    color: #212121
}

.article-card__icon[data-v-74911bb6] {
    height: 16px;
    width: 16px;
    margin: -3px 8px 0 0;
    color: #670e36
}



.news-stacker-item[data-v-423dab92] {
    margin: 0 0 16px
}

.news-stacker-item--dark[data-v-423dab92] {
    background: #480024
}

.news-stacker-item--light[data-v-423dab92] {
    background: #fafafa
}

.news-stacker-item--club[data-v-423dab92] {
    background: #670e36
}

.news-stacker-item[data-v-423dab92]:last-child {
    margin: 0
}

.news-stacker-item__inner[data-v-423dab92] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 0;
    text-align: left;
    text-decoration: none;
    z-index: 3;
    position: relative
}

.news-stacker-item__content[data-v-423dab92] {
    padding: 8px 0;
    min-height: 72px;
    margin-left: 124px
}

@media screen and (min-width:760px) {
    .news-stacker-item__content[data-v-423dab92] {
        padding: 16px 0
    }
}

@media screen and (min-width:1024px) {
    .news-stacker-item__content[data-v-423dab92] {
        min-height: 108px;
        margin-left: 197px
    }
}

.news-stacker-item__image[data-v-423dab92] {
    display: block;
    height: 100%;
    width: 108px;
    background-size: cover;
    background-position: 50%;
    position: absolute
}

@media screen and (min-width:1024px) {
    .news-stacker-item__image[data-v-423dab92] {
        width: 181px
    }
}

.news-stacker-item__meta[data-v-423dab92] {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0 6px;
    color: #212121;
    font-size: 12px;
    line-height: 1;
    padding: 0 0 8px
}

    .news-stacker-item__meta[data-v-423dab92]:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 144px;
        height: 1px;
        background: #212121
    }

.news-stacker-item__date[data-v-423dab92] {
    margin: 0 9px 0 0;
    padding: 0;
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    text-transform: none
}

.news-stacker-item__date--dark[data-v-423dab92] {
    color: #fff
}

.news-stacker-item__date--club[data-v-423dab92], .news-stacker-item__date--light[data-v-423dab92] {
    color: #aaa
}

.news-stacker-item__category[data-v-423dab92] {
    margin: 0;
    padding: 0;
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    text-transform: none
}

.news-stacker-item__category--dark[data-v-423dab92] {
    color: #95bfe5
}

.news-stacker-item__category--club[data-v-423dab92], .news-stacker-item__category--light[data-v-423dab92] {
    color: #aaa
}

.news-stacker-item__title[data-v-423dab92] {
    font-size: 16px;
    line-height: 1.5
}

@media screen and (min-width:1024px) {
    .news-stacker-item__title[data-v-423dab92] {
        font-size: 18px
    }
}

.news-stacker-item__title--dark[data-v-423dab92] {
    color: #fff
}

.news-stacker-item__title--light[data-v-423dab92] {
    color: #212121
}

.news-stacker-item__title--club[data-v-423dab92] {
    color: #fff
}

.news-stacker-item__icon[data-v-423dab92] {
    height: 16px;
    width: 16px;
    margin: -3px 8px 0 0
}

.news-stacker-item__icon--dark[data-v-423dab92] {
    color: #fff
}

.news-stacker-item__icon--light[data-v-423dab92] {
    color: #212121
}

.news-stacker-item__icon--club[data-v-423dab92] {
    color: #fff
}



.stacker-sponsor[data-v-8a0d30e8] {
    height: 32px;
    margin-left: 24px;
    padding-left: 16px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-left: 1px solid
}

@media screen and (min-width:760px) {
    .stacker-sponsor[data-v-8a0d30e8] {
        height: 48px;
        margin-left: 24px
    }
}

.stacker-sponsor--dark[data-v-8a0d30e8] {
    color: #fff;
    border-color: #fff
}

.stacker-sponsor--light[data-v-8a0d30e8] {
    color: #212121;
    border-color: #212121
}

.stacker-sponsor__text[data-v-8a0d30e8] {
    padding-right: 8px;
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-size: 10px;
    font-weight: 400;
    text-transform: none
}

@media screen and (min-width:760px) {
    .stacker-sponsor__text[data-v-8a0d30e8] {
        font-size: 12px
    }
}

.stacker-sponsor__link-wrapper[data-v-8a0d30e8] {
    height: 100%;
    display: flex
}

.stacker-sponsor__logo[data-v-8a0d30e8] {
    height: 100%;
    width: auto
}



.news-grid[data-v-ae406768] {
    padding: 32px 0;
    padding: var(--content_spacing--small,32px) 0;
    width: 100%;
    text-align: center
}

@media screen and (min-width:1024px) {
    .news-grid[data-v-ae406768] {
        padding: 48px 0;
        padding: var(--content_spacing--large,48px) 0
    }
}

.news-grid--dark[data-v-ae406768] {
    background: #480024
}

.news-grid--light[data-v-ae406768] {
    background: #fafafa
}

.news-grid--club[data-v-ae406768] {
    background: #670e36
}

.news-grid__heading-wrapper[data-v-ae406768] {
    display: flex
}

.news-grid__heading--dark[data-v-ae406768] {
    color: #fff
}

.news-grid__heading--light[data-v-ae406768] {
    color: #212121
}

.news-grid__heading--club[data-v-ae406768] {
    color: #fff
}

@media screen and (min-width:760px) {
    .news-grid__wrap[data-v-ae406768] {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch
    }
}

.news-grid__first-item[data-v-ae406768] {
    margin: 0 0 24px;
    height: 360px
}

@media screen and (min-width:760px) {
    .news-grid__first-item[data-v-ae406768] {
        max-width: 50% !important;
        min-width: 50% !important;
        margin: 0 24px 0 0 !important;
        height: auto
    }
}

.news-grid__items[data-v-ae406768] {
    flex-grow: 1;
    margin: 8px 0 0
}

@media screen and (min-width:760px) {
    .news-grid__items[data-v-ae406768] {
        margin: 0
    }
}

.news-grid__grid-promo[data-v-ae406768] {
    display: none
}

.news-grid__link[data-v-ae406768] {
    margin: 16px auto 0
}

@media screen and (min-width:1440px) {
    .news-grid__link[data-v-ae406768] {
        margin-top: 24px
    }
}



.category-menu[data-v-5ae1e166] {
    position: relative;
    z-index: 5;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
    flex-wrap: nowrap;
    padding: 16px 16px 2px;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    background-color: #670e36;
    box-shadow: 0 4px 16px 0 rgba(0,0,0,.16)
}

.category-menu[data-v-5ae1e166]:after {
    content: "";
    display: block;
    min-width: 64px;
    height: 10px
}

.category-menu__link[data-v-5ae1e166] {
    display: block;
    padding: 0 0 4px;
    margin: 0 24px 8px 0;
    color: #fff;
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-size: 16px;
    font-weight: 400;
    font-weight: var(--body_text_weight,400);
    line-height: 1;
    text-decoration: none;
    text-transform: none;
    white-space: nowrap;
    border-bottom: 3px solid transparent
}

    .category-menu__link[data-v-5ae1e166]:hover {
        color: #fff
    }

.category-menu__link.nuxt-link-active[data-v-5ae1e166] {
    color: #fff;
    font-weight: 700;
    border-bottom: 3px solid #95bfe5
}

@media screen and (min-width:1024px) {
    .category-menu[data-v-5ae1e166] {
        padding: 16px 64px 2px
    }

    .category-menu__link[data-v-5ae1e166] {
        margin: 0 32px 4px 0
    }
}



.article-card[data-v-5bc55dd0] {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    overflow: hidden;
    background: #3c3c3c;
    border: 0;
    border-radius: 16px;
    transition: box-shadow 1.2s cubic-bezier(.23,1.25,.46,1);
    transform: translateZ(0)
}

.article-card[data-v-5bc55dd0]:hover {
    cursor: pointer;
    box-shadow: 0 2px 6px 0 rgba(60,60,60,.15)
}

.article-card:hover .article-card__cover-image[data-v-5bc55dd0] {
    transform: scale(1.07)
}

.article-card__wrap[data-v-5bc55dd0] {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    width: 100%;
    position: relative;
    padding-bottom: 75%
}

.article-card__cover-image[data-v-5bc55dd0] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    transform: scale(1.01);
    transition: transform 1.2s cubic-bezier(.23,1.25,.46,1)
}

.article-card__inner[data-v-5bc55dd0] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    width: 100%;
    padding: 16px;
    text-align: left;
    text-decoration: none;
    z-index: 3;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.article-card__meta[data-v-5bc55dd0] {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0 8px;
    line-height: 1
}

.article-card__date[data-v-5bc55dd0] {
    margin: 10px 0 0;
    font-size: 11px;
    font-weight: 400;
    font-weight: var(--body_text_weight,400);
    text-transform: none;
    white-space: nowrap
}

.article-card__category[data-v-5bc55dd0], .article-card__date[data-v-5bc55dd0] {
    padding: 0;
    color: #fff;
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif)
}

.article-card__category[data-v-5bc55dd0] {
    margin: 0;
    font-size: 12px;
    font-weight: 700;
    font-weight: var(--heading_weight,700);
    text-transform: uppercase
}

.article-card__title[data-v-5bc55dd0] {
    padding: 0;
    margin: 0;
    color: #fff;
    text-transform: none;
    white-space: normal
}

.article-card__icon[data-v-5bc55dd0] {
    position: relative;
    margin: 0 8px 0 0;
    top: 1px;
    height: 16px;
    width: 16px;
    color: #fff
}



.article-card[data-v-1d2ee3c0] {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    border: 1px solid #670e36;
    border-radius: 16px;
    transition: box-shadow 1.2s cubic-bezier(.23,1.25,.46,1);
    transform: translateZ(0)
}

.article-card[data-v-1d2ee3c0]:hover {
    cursor: pointer;
    box-shadow: 0 2px 6px 0 rgba(60,60,60,.15)
}

.article-card:hover .article-card__highlight-image[data-v-1d2ee3c0] {
    transform: scale(1.07)
}

.article-card__wrap[data-v-1d2ee3c0] {
    flex-direction: row;
    align-items: stretch;
    position: relative
}

.article-card__inner[data-v-1d2ee3c0], .article-card__wrap[data-v-1d2ee3c0] {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    text-decoration: none
}

.article-card__inner[data-v-1d2ee3c0] {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    z-index: 3;
    background: #670e36
}

@media screen and (min-width:760px) {
    .article-card__inner[data-v-1d2ee3c0] {
        justify-content: flex-start
    }
}

.article-card__highlight-image-wrap[data-v-1d2ee3c0] {
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    font-size: 0;
    background: rgba(0,0,0,.02)
}

.article-card__highlight-image[data-v-1d2ee3c0] {
    height: auto;
    width: 100%;
    transform: scale(1.01);
    transition: transform 1.2s cubic-bezier(.23,1.25,.46,1),opacity .3s cubic-bezier(.23,1.25,.46,1);
    will-change: transform,opacity;
    opacity: 0
}

.article-card__highlight-image.isLoaded[data-v-1d2ee3c0] {
    opacity: 1
}

.article-card__content[data-v-1d2ee3c0] {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 16px;
    background: #670e36
}

.article-card__meta[data-v-1d2ee3c0] {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0 8px;
    line-height: 1
}

.article-card__date[data-v-1d2ee3c0] {
    margin: 10px 0 3px;
    font-size: 11px;
    font-weight: 400;
    font-weight: var(--body_text_weight,400);
    text-transform: none;
    white-space: nowrap
}

.article-card__category[data-v-1d2ee3c0], .article-card__date[data-v-1d2ee3c0] {
    padding: 0;
    color: #fff;
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif)
}

.article-card__category[data-v-1d2ee3c0] {
    margin: 0;
    font-size: 12px;
    font-weight: 700;
    font-weight: var(--heading_weight,700);
    text-transform: uppercase
}

.article-card__title[data-v-1d2ee3c0] {
    padding: 0;
    margin: 0;
    color: #fff;
    text-transform: none;
    white-space: normal
}

.article-card__icon[data-v-1d2ee3c0] {
    position: relative;
    margin: 0 8px 0 0;
    top: 1px;
    height: 16px;
    width: 16px;
    color: #fff
}



.article-card[data-v-7a560098] {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    border: 1px solid #efefef;
    border-radius: 16px;
    transition: box-shadow 1.2s cubic-bezier(.23,1.25,.46,1);
    transform: translateZ(0)
}

.article-card[data-v-7a560098]:hover {
    cursor: pointer;
    box-shadow: 0 2px 6px 0 rgba(60,60,60,.15)
}

.article-card:hover .article-card__stacker-image[data-v-7a560098] {
    transform: scale(1.07)
}

.article-card__wrap[data-v-7a560098] {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    width: 100%;
    position: relative;
    text-decoration: none
}

    .article-card__wrap[data-v-7a560098]:before {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        height: 9px;
        background: #670e36;
        z-index: 100;
        transform: translateY(9px);
        transition: transform 1.2s cubic-bezier(.23,1.25,.46,1);
        will-change: transform
    }

    .article-card__wrap[data-v-7a560098]:hover:before {
        transform: translateY(1px)
    }

.article-card__inner[data-v-7a560098] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    text-align: left;
    text-decoration: none;
    z-index: 3;
    background: #fff
}

@media screen and (min-width:760px) {
    .article-card__inner[data-v-7a560098] {
        justify-content: flex-start
    }
}

.article-card__stacker-image-wrap[data-v-7a560098] {
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    background: rgba(0,0,0,.02);
    font-size: 0
}

.article-card__stacker-image[data-v-7a560098] {
    height: auto;
    width: 100%;
    transform: scale(1.01);
    transition: transform 1.2s cubic-bezier(.23,1.25,.46,1),opacity .3s cubic-bezier(.23,1.25,.46,1);
    will-change: transform,opacity;
    opacity: 0
}

.article-card__stacker-image.isLoaded[data-v-7a560098] {
    opacity: 1
}

.article-card__content[data-v-7a560098] {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 16px;
    width: 100%;
    background: #fff
}

.article-card__meta[data-v-7a560098] {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0 8px;
    line-height: 1
}

.article-card__date[data-v-7a560098] {
    margin: 10px 0 3px;
    color: #212121;
    font-size: 11px;
    font-weight: 400;
    font-weight: var(--body_text_weight,400);
    text-transform: none;
    white-space: nowrap
}

.article-card__category[data-v-7a560098], .article-card__date[data-v-7a560098] {
    padding: 0;
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif)
}

.article-card__category[data-v-7a560098] {
    margin: 0;
    color: #670e36;
    font-size: 12px;
    font-weight: 700;
    font-weight: var(--heading_weight,700);
    text-transform: uppercase
}

.article-card__title[data-v-7a560098] {
    padding: 0;
    margin: 0;
    color: #212121;
    text-transform: none;
    white-space: normal
}

.article-card__icon[data-v-7a560098] {
    position: relative;
    margin: 0 8px 0 0;
    top: 1px;
    height: 16px;
    width: 16px;
    color: #670e36
}



.container[data-v-0d16bdae] {
    background-color: #fafafa
}

.container.no-hero[data-v-0d16bdae] {
    padding-top: 48px
}

@media screen and (min-width:760px) {
    .container.no-hero[data-v-0d16bdae] {
        padding-top: 64px
    }
}

@media screen and (min-width:1024px) {
    .container.no-hero[data-v-0d16bdae] {
        padding-top: 64px
    }
}

.news-advert[data-v-0d16bdae] {
    margin-top: 32px;
    margin-top: var(--content_spacing--small,32px)
}

@media screen and (min-width:1024px) {
    .news-advert[data-v-0d16bdae] {
        margin-top: 48px;
        margin-top: var(--content_spacing--large,48px)
    }
}

.news-hero[data-v-0d16bdae] {
    width: 100%
}

.news-hero .news-items--grid[data-v-0d16bdae], .news-hero .news-items--stacker[data-v-0d16bdae] {
    padding-top: 72px
}

@media screen and (min-width:760px) {
    .news-hero .news-items--grid[data-v-0d16bdae], .news-hero .news-items--stacker[data-v-0d16bdae] {
        padding-top: 88px
    }
}

@media screen and (min-width:1024px) {
    .news-hero .news-items--grid[data-v-0d16bdae], .news-hero .news-items--stacker[data-v-0d16bdae] {
        padding-top: 112px
    }
}

.news-items--grid[data-v-0d16bdae] {
    display: none
}

.news-items--stacker[data-v-0d16bdae] {
    display: block
}

@media screen and (min-width:1024px) {
    .news-items--grid[data-v-0d16bdae] {
        display: block
    }

    .news-items--stacker[data-v-0d16bdae] {
        display: none
    }
}

.news-item-enter-active[data-v-0d16bdae], .news-item-leave-active[data-v-0d16bdae] {
    transition: opacity .5s .3s,transform .5s .3s
}

.news-item-enter[data-v-0d16bdae], .news-item-leave-to[data-v-0d16bdae] {
    opacity: 0;
    transform: translateY(60px)
}

.recent-news[data-v-0d16bdae] {
    padding-top: 32px;
    padding-top: var(--content_spacing--small,32px);
    padding-bottom: 32px;
    padding-bottom: var(--content_spacing--small,32px);
    width: 100%
}

@media screen and (min-width:1024px) {
    .recent-news[data-v-0d16bdae] {
        padding-top: 48px;
        padding-top: var(--content_spacing--large,48px);
        padding-bottom: 48px;
        padding-bottom: var(--content_spacing--large,48px)
    }
}

.recent-news__heading[data-v-0d16bdae] {
    color: #212121
}

.recent-news__listing[data-v-0d16bdae] {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    width: calc(100% + 16px);
    padding: 0;
    margin: 0 0 0 -8px
}

.recent-news__listing-item[data-v-0d16bdae] {
    margin: 0 8px 16px;
    min-width: calc(100% - 16px);
    max-width: calc(100% - 16px)
}

@media screen and (min-width:760px) {
    .recent-news__listing-item[data-v-0d16bdae] {
        max-width: calc(50% - 16px);
        min-width: calc(50% - 16px)
    }
}

@media screen and (min-width:1024px) {
    .recent-news__listing-item[data-v-0d16bdae] {
        max-width: calc(33.33% - 16px);
        min-width: calc(33.33% - 16px)
    }
}

.button-slice--news-top[data-v-0d16bdae] {
    margin: 0 auto 16px
}

.button-slice--news-bottom[data-v-0d16bdae] {
    margin: 8px auto 0
}



.tab-headers[data-v-79ebdc0c] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 32px 0 0;
    margin: var(--content_spacing--small,32px) 0 0
}

@media screen and (min-width:1024px) {
    .tab-headers[data-v-79ebdc0c] {
        margin: 48px 0 0;
        margin: var(--content_spacing--large,48px) 0 0
    }
}

.tab-headers__link[data-v-79ebdc0c] {
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-size: 16px;
    font-size: var(--body_text_size--small,16px);
    font-weight: 700;
    text-transform: uppercase;
    color: #aaa;
    background: #fafafa;
    padding: 0 24px 16px;
    position: relative;
    cursor: pointer
}

@media screen and (min-width:450px) {
    .tab-headers__link[data-v-79ebdc0c] {
        padding: 0 32px 16px
    }
}

.tab-headers__link[data-v-79ebdc0c]:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1px;
    height: 2px;
    background: #e8e8e8
}

.tab-headers__link--is-active[data-v-79ebdc0c] {
    background: #fafafa;
    color: #670e36
}

    .tab-headers__link--is-active[data-v-79ebdc0c]:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 4px;
        background: #670e36
    }

.tab-headers-alt[data-v-79ebdc0c] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 32px 0 16px;
    margin: var(--content_spacing--small,32px) 0 16px
}

@media screen and (min-width:1024px) {
    .tab-headers-alt[data-v-79ebdc0c] {
        margin: 48px 0 16px;
        margin: var(--content_spacing--large,48px) 0 16px
    }
}

.tab-headers-alt__link[data-v-79ebdc0c] {
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-size: 16px;
    font-size: var(--body_text_size--small,16px);
    font-weight: 700;
    text-transform: uppercase;
    color: #aaa;
    background: #fafafa;
    padding: 16px 24px;
    position: relative;
    cursor: pointer
}

@media screen and (min-width:760px) {
    .tab-headers-alt__link[data-v-79ebdc0c] {
        padding: 16px 32px
    }
}

.tab-headers-alt__link[data-v-79ebdc0c]:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 2px;
    background: #e8e8e8
}

.tab-headers-alt__link--is-active[data-v-79ebdc0c] {
    color: #670e36
}

    .tab-headers-alt__link--is-active[data-v-79ebdc0c]:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: -2px;
        height: 4px;
        background: #670e36
    }



.hide-on-small[data-v-8ac1f544] {
    display: none
}

@media screen and (min-width:760px) {
    .hide-on-small[data-v-8ac1f544] {
        display: table-cell
    }
}

.full-table[data-v-8ac1f544] {
    margin-top: 32px
}

.full-table__header[data-v-8ac1f544] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.full-table__toggle-wrapper[data-v-8ac1f544] {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    margin: 0 0 8px auto
}

.full-table__toggle-label[data-v-8ac1f544] {
    margin-right: .5em;
    color: #3c3c3c;
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-size: 12px;
    font-weight: 400;
    font-weight: var(--body_text_weight,400);
    text-transform: none
}

.full-table__toggle[data-v-8ac1f544] {
    position: relative;
    display: block;
    height: 26px;
    width: 49px;
    border: 2px solid #670e36;
    border-radius: 40px;
    background-color: #fafafa;
    margin: 0
}

    .full-table__toggle[data-v-8ac1f544]:before {
        content: "";
        position: absolute;
        display: block;
        top: 2px;
        left: 25px;
        height: 17px;
        width: 16px;
        background-color: #670e36;
        border-radius: 50%;
        transition: left .3s ease-in-out
    }

.full-table__toggle.is-hometeam[data-v-8ac1f544]:before {
    left: 3px
}

@media screen and (min-width:760px) {
    .full-table__toggle[data-v-8ac1f544] {
        display: none
    }
}

.full-table__heading-wrapper[data-v-8ac1f544] {
    width: 100%;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media screen and (min-width:1024px) {
    .full-table__heading-wrapper[data-v-8ac1f544] {
        width: auto;
        padding: 0
    }
}

.full-table__icon-wrapper[data-v-8ac1f544] {
    display: flex;
    align-items: center;
    padding: 8px 0 16px
}

.full-table__competition[data-v-8ac1f544] {
    display: flex;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    opacity: .4
}

.full-table__competition--crest[data-v-8ac1f544] {
    width: 64px;
    height: 64px
}

.full-table__competition--pill[data-v-8ac1f544] {
    height: 30px;
    width: 230px
}

.full-table__competition.is-active[data-v-8ac1f544] {
    opacity: 1
}

.full-table__icon-text[data-v-8ac1f544] {
    padding: 0 0 8px;
    margin: 0 16px;
    color: #aaa;
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-size: 16px;
    font-weight: 400;
    font-weight: var(--body_text_weight,400);
    text-transform: uppercase;
    background: transparent;
    border: 0;
    outline: none;
    cursor: pointer
}

.full-table__icon-text.is-active[data-v-8ac1f544] {
    color: #212121;
    font-weight: 700
}

.full-table__no-data[data-v-8ac1f544] {
    margin: 32px auto 64px;
    text-align: center
}

.full-table__loader[data-v-8ac1f544] {
    color: #fff;
    font-size: 5px
}

.table[data-v-8ac1f544] {
    width: 100%;
    padding-bottom: 16px;
    text-align: left
}

@media screen and (min-width:1024px) {
    .table[data-v-8ac1f544] {
        padding: 0 0 24px
    }
}

.table th[data-v-8ac1f544] {
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-size: 16px;
    font-size: var(--body_text_size--small,16px);
    font-weight: 700;
    font-weight: var(--heading_weight,700);
    color: #212121;
    text-transform: none;
    text-transform: var(--heading_text_transform,none);
    border-top: 2px solid #000;
    border-bottom: 2px solid #000
}

@media screen and (min-width:1024px) {
    .table th[data-v-8ac1f544] {
        font-size: 16px;
        font-size: var(--body_text_size--small,16px)
    }
}

.table tr[data-v-8ac1f544]:hover {
    background-color: #95bfe5
}

.table tr:hover td[data-v-8ac1f544] {
    color: #fff
}

.table tr:last-child td[data-v-8ac1f544] {
    border-bottom: 0
}

.table tr:hover .table__team-crest[data-v-8ac1f544] {
    display: none
}

.table tr:hover .table__team-crest--hover[data-v-8ac1f544] {
    display: block
}

.table td[data-v-8ac1f544] {
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-weight: 400;
    font-weight: var(--body_text_weight,400);
    color: #212121;
    text-transform: uppercase;
    border: 0;
    border-bottom: 1px solid rgba(0,0,0,.1)
}

.table__odd-row[data-v-8ac1f544] {
    background-color: #fafafa
}

.table__even-row[data-v-8ac1f544] {
    background-color: #efefef
}

.table__highlight[data-v-8ac1f544] {
    background-color: #670e36
}

.table__highlight td[data-v-8ac1f544] {
    color: #fff;
    font-weight: 700
}

.table__before-divider td[data-v-8ac1f544] {
    border-bottom: 0
}

.table__row-divider[data-v-8ac1f544] {
    border-bottom: 1px dashed #000 !important;
    padding: 0
}

.table__team-header[data-v-8ac1f544] {
    text-align: left;
    padding: 12px 0
}

.table__item-header[data-v-8ac1f544] {
    padding: 12px 0;
    text-align: center
}

.table__form-header[data-v-8ac1f544] {
    padding: 12px 0 12px 12px
}

@media screen and (min-width:1024px) {
    .table__form-header[data-v-8ac1f544] {
        padding-left: 24px
    }
}

@media screen and (min-width:1440px) {
    .table__form-header[data-v-8ac1f544] {
        padding-left: 40px
    }
}

.table__position[data-v-8ac1f544] {
    min-width: 30px;
    padding: 12px 0;
    text-align: center;
    font-size: 12px
}

@media screen and (min-width:1024px) {
    .table__position[data-v-8ac1f544] {
        min-width: 40px;
        padding: 12px 0
    }
}

.table__stat[data-v-8ac1f544] {
    min-width: 40px;
    padding: 12px 0;
    font-size: 16px;
    font-size: var(--body_text_size--small,16px);
    text-align: center
}

@media screen and (min-width:1024px) {
    .table__stat[data-v-8ac1f544] {
        min-width: 60px;
        padding: 12px 0;
        font-size: 16px;
        font-size: var(--body_text_size--small,16px)
    }
}

@media screen and (min-width:1440px) {
    .table__stat[data-v-8ac1f544] {
        min-width: 80px
    }
}

.table__team-name[data-v-8ac1f544] {
    width: 100%;
    padding: 12px 24px 12px 0;
    font-size: 14px
}

.table__team-name-inner[data-v-8ac1f544] {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
    font-size: var(--body_text_size--small,16px)
}

@media screen and (min-width:1024px) {
    .table__team-name-inner[data-v-8ac1f544] {
        font-size: 16px;
        font-size: var(--body_text_size--small,16px)
    }
}

.table__team-crest[data-v-8ac1f544] {
    display: block
}

.table__team-crest[data-v-8ac1f544], .table__team-crest--hover[data-v-8ac1f544] {
    margin: 0 8px 0 0;
    height: 16px;
    width: 16px;
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat
}

.table__team-crest--hover[data-v-8ac1f544] {
    display: none
}

.table__form[data-v-8ac1f544] {
    padding: 12px 0
}

.table__form-inner[data-v-8ac1f544] {
    width: 80px;
    margin-left: 12px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center
}

@media screen and (min-width:760px) {
    .table__form-inner[data-v-8ac1f544] {
        width: 120px
    }
}

@media screen and (min-width:1024px) {
    .table__form-inner[data-v-8ac1f544] {
        margin-left: 24px
    }
}

@media screen and (min-width:1440px) {
    .table__form-inner[data-v-8ac1f544] {
        margin-left: 40px
    }
}

.table__form-item[data-v-8ac1f544] {
    display: block;
    height: 8px;
    width: 8px;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 8px
}

@media screen and (min-width:760px) {
    .table__form-item[data-v-8ac1f544] {
        height: 16px;
        width: 16px
    }
}

.table__form-item.win[data-v-8ac1f544] {
    background-color: #77a64b
}

.table__form-item.loss[data-v-8ac1f544] {
    background-color: #fe0000
}

.table__form-item.draw[data-v-8ac1f544] {
    background-color: #aaa
}

.table__update[data-v-8ac1f544] {
    font-size: 12px
}

.custom-image[data-v-8ac1f544] {
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
    width: 100%;
    padding-bottom: 56%
}



.featured-match[data-v-45be0e3e] {
    margin: 20px auto;
    max-width: 1280px;
    color: #fff
}

.featured-match__wrapper[data-v-45be0e3e] {
    padding: 34px 8px 48px;
    margin: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #480024;
    background-size: cover;
    background-position: top
}

    .featured-match__wrapper[data-v-45be0e3e]:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0,0,0,.7)
    }

.featured-match__label[data-v-45be0e3e] {
    display: none;
    position: absolute;
    top: 12px;
    left: 16px;
    color: #fff;
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-weight: 700;
    text-transform: none;
    z-index: 1
}

@media screen and (min-width:760px) {
    .featured-match__label[data-v-45be0e3e] {
        display: block
    }
}

@media screen and (min-width:1024px) {
    .featured-match__label[data-v-45be0e3e] {
        top: 20px;
        left: 24px
    }
}

.featured-match__competition[data-v-45be0e3e] {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    z-index: 1;
    margin-bottom: 16px
}

@media screen and (min-width:1024px) {
    .featured-match__competition[data-v-45be0e3e] {
        margin-bottom: 0
    }
}

.featured-match__competition--crest[data-v-45be0e3e] {
    width: 48px;
    height: 48px
}

@media screen and (min-width:1024px) {
    .featured-match__competition--crest[data-v-45be0e3e] {
        width: 64px;
        height: 64px
    }
}

.featured-match__competition--pill[data-v-45be0e3e] {
    height: 20px;
    width: 154px
}

@media screen and (min-width:760px) {
    .featured-match__competition--pill[data-v-45be0e3e] {
        height: 30px;
        width: 230px;
        margin-top: 16px
    }
}

.featured-match__competition-name[data-v-45be0e3e] {
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 700;
    z-index: 0
}

@media screen and (min-width:760px) {
    .featured-match__competition-name[data-v-45be0e3e] {
        margin: 0;
        font-size: inherit
    }
}

.featured-match__score-container[data-v-45be0e3e] {
    height: 80px;
    margin: 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    white-space: nowrap;
    z-index: 1
}

@media screen and (min-width:1024px) {
    .featured-match__score-container[data-v-45be0e3e] {
        height: 120px;
        margin: 0 32px
    }
}

@media screen and (min-width:1440px) {
    .featured-match__score-container[data-v-45be0e3e] {
        margin: 0 60px
    }
}

.featured-match__score-wrapper[data-v-45be0e3e] {
    display: flex;
    align-items: center;
    font-weight: 700;
    justify-content: center
}

.featured-match__half-score[data-v-45be0e3e] {
    padding: 0 10px;
    font-size: 12px
}

@media screen and (min-width:760px) {
    .featured-match__half-score[data-v-45be0e3e] {
        padding: 0 24px;
        font-size: 16px
    }
}

@media screen and (min-width:1440px) {
    .featured-match__half-score[data-v-45be0e3e] {
        padding: 0 44px
    }
}

.featured-match__final-score[data-v-45be0e3e] {
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-size: 24px
}

@media screen and (min-width:760px) {
    .featured-match__final-score[data-v-45be0e3e] {
        font-size: 64px
    }
}

.featured-match__pen-score[data-v-45be0e3e] {
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-size: 16px
}

@media screen and (min-width:760px) {
    .featured-match__pen-score[data-v-45be0e3e] {
        font-size: 24px
    }
}

.featured-match__pens-label[data-v-45be0e3e] {
    padding: 0 6px;
    font-size: 10px
}

@media screen and (min-width:760px) {
    .featured-match__pens-label[data-v-45be0e3e] {
        padding: 0 16px;
        font-size: 16px
    }
}

.featured-match__main[data-v-45be0e3e] {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    z-index: 1
}

@media screen and (min-width:760px) {
    .featured-match__main[data-v-45be0e3e] {
        margin-top: 40px
    }
}

.featured-match__team[data-v-45be0e3e] {
    width: 100%
}

@media screen and (min-width:1024px) {
    .featured-match__team[data-v-45be0e3e] {
        display: flex;
        align-items: center
    }
}

@media screen and (min-width:1024px) {
    .featured-match__team--home[data-v-45be0e3e] {
        flex-direction: row-reverse
    }
}

.featured-match__team-crest[data-v-45be0e3e] {
    display: block;
    margin: 0 auto;
    min-height: 80px;
    min-width: 80px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%
}

@media screen and (min-width:1024px) {
    .featured-match__team-crest[data-v-45be0e3e] {
        min-height: 96px;
        min-width: 96px;
        margin: 0 24px 0 0
    }
}

@media screen and (min-width:1024px) {
    .featured-match__team-crest--home[data-v-45be0e3e] {
        margin: 0 0 0 24px
    }
}

.featured-match__team-name[data-v-45be0e3e] {
    display: none;
    margin-top: 12px;
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: none
}

@media screen and (min-width:760px) {
    .featured-match__team-name[data-v-45be0e3e] {
        display: block;
        font-size: 32px
    }
}

@media screen and (min-width:1024px) {
    .featured-match__team-name[data-v-45be0e3e] {
        margin: 0
    }
}

.featured-match__team-name--mobile[data-v-45be0e3e] {
    display: block
}

@media screen and (min-width:760px) {
    .featured-match__team-name--mobile[data-v-45be0e3e] {
        display: none
    }
}

.featured-match__button-wrapper[data-v-45be0e3e] {
    width: 100%;
    padding: 12px 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #670e36;
    z-index: 1
}

@media screen and (min-width:760px) {
    .featured-match__button-wrapper[data-v-45be0e3e] {
        padding: 24px 0
    }
}

.featured-match__button[data-v-45be0e3e] {
    margin: 0 8px
}



.featured-match[data-v-48cd59ec] {
    margin: 20px auto;
    max-width: 1280px;
    color: #fff
}

.featured-match__wrapper[data-v-48cd59ec] {
    padding: 34px 8px 48px;
    margin: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #480024;
    background-size: cover;
    background-position: top
}

    .featured-match__wrapper[data-v-48cd59ec]:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0,0,0,.7)
    }

.featured-match__label[data-v-48cd59ec] {
    display: none;
    position: absolute;
    top: 12px;
    left: 16px;
    color: #fff;
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-weight: 700;
    text-transform: none;
    z-index: 1
}

@media screen and (min-width:760px) {
    .featured-match__label[data-v-48cd59ec] {
        display: block
    }
}

@media screen and (min-width:1024px) {
    .featured-match__label[data-v-48cd59ec] {
        top: 20px;
        left: 24px
    }
}

.featured-match__competition[data-v-48cd59ec] {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    z-index: 1;
    margin-bottom: 16px
}

@media screen and (min-width:1024px) {
    .featured-match__competition[data-v-48cd59ec] {
        margin-bottom: 0
    }
}

.featured-match__competition--crest[data-v-48cd59ec] {
    width: 48px;
    height: 48px
}

@media screen and (min-width:1024px) {
    .featured-match__competition--crest[data-v-48cd59ec] {
        width: 64px;
        height: 64px
    }
}

.featured-match__competition--pill[data-v-48cd59ec] {
    height: 20px;
    width: 154px
}

@media screen and (min-width:760px) {
    .featured-match__competition--pill[data-v-48cd59ec] {
        height: 30px;
        width: 230px;
        margin-top: 16px
    }
}

.featured-match__competition-name[data-v-48cd59ec] {
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 700;
    z-index: 1
}

@media screen and (min-width:760px) {
    .featured-match__competition-name[data-v-48cd59ec] {
        margin: 0;
        font-size: inherit
    }
}

.featured-match__kickoff[data-v-48cd59ec] {
    height: 80px;
    margin: 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 1
}

@media screen and (min-width:760px) {
    .featured-match__kickoff[data-v-48cd59ec] {
        margin: 0 32px
    }
}

@media screen and (min-width:1024px) {
    .featured-match__kickoff[data-v-48cd59ec] {
        height: 120px
    }
}

.featured-match__date-time[data-v-48cd59ec] {
    font-size: 12px;
    white-space: nowrap
}

.featured-match__date-time[data-v-48cd59ec], .featured-match__time[data-v-48cd59ec] {
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-weight: 700
}

.featured-match__time[data-v-48cd59ec] {
    font-size: 32px
}

.featured-match__date[data-v-48cd59ec] {
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap
}

@media screen and (min-width:760px) {
    .featured-match__date[data-v-48cd59ec] {
        font-size: 16px
    }
}

.featured-match__venue[data-v-48cd59ec] {
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-size: 10px;
    font-weight: 400;
    font-weight: var(--body_text_weight,400)
}

@media screen and (min-width:760px) {
    .featured-match__venue[data-v-48cd59ec] {
        font-size: 12px;
        white-space: nowrap
    }
}

.featured-match__main[data-v-48cd59ec] {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 24px;
    z-index: 1
}

@media screen and (min-width:760px) {
    .featured-match__main[data-v-48cd59ec] {
        margin-top: 48px
    }
}

.featured-match__team[data-v-48cd59ec] {
    width: 100%
}

@media screen and (min-width:1024px) {
    .featured-match__team[data-v-48cd59ec] {
        display: flex;
        align-items: center
    }
}

@media screen and (min-width:1024px) {
    .featured-match__team--home[data-v-48cd59ec] {
        flex-direction: row-reverse
    }
}

.featured-match__timer[data-v-48cd59ec] {
    z-index: 1
}

.featured-match__team-crest[data-v-48cd59ec] {
    display: block;
    margin: 0 auto;
    min-height: 80px;
    min-width: 80px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    z-index: 1
}

@media screen and (min-width:1024px) {
    .featured-match__team-crest[data-v-48cd59ec] {
        min-height: 96px;
        min-width: 96px;
        margin: 0 24px 0 0
    }
}

@media screen and (min-width:1024px) {
    .featured-match__team-crest--home[data-v-48cd59ec] {
        margin: 0 0 0 24px
    }
}

.featured-match__team-name[data-v-48cd59ec] {
    display: none;
    margin-top: 12px;
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: none;
    z-index: 1
}

@media screen and (min-width:760px) {
    .featured-match__team-name[data-v-48cd59ec] {
        display: block;
        font-size: 32px
    }
}

@media screen and (min-width:1024px) {
    .featured-match__team-name[data-v-48cd59ec] {
        margin: 0
    }
}

.featured-match__team-name--mobile[data-v-48cd59ec] {
    display: block
}

@media screen and (min-width:760px) {
    .featured-match__team-name--mobile[data-v-48cd59ec] {
        display: none
    }
}

.featured-match__button-wrapper[data-v-48cd59ec] {
    width: 100%;
    margin-top: 8px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    z-index: 1
}

@media screen and (min-width:760px) {
    .featured-match__button-wrapper[data-v-48cd59ec] {
        margin-top: 16px
    }
}

.featured-match__button[data-v-48cd59ec] {
    margin: 0 16px;
    z-index: 1
}

.featured-match__subscribe-journey[data-v-48cd59ec] {
    margin: 32px auto;
    margin: var(--content_spacing--small,32px) auto
}

@media screen and (min-width:1024px) {
    .featured-match__subscribe-journey[data-v-48cd59ec] {
        margin: 48px auto;
        margin: var(--content_spacing--large,48px) auto
    }
}



.matches[data-v-1dbe5e42] {
    overflow: hidden
}

.matches__no-data[data-v-1dbe5e42] {
    margin: 32px auto;
    text-align: left
}

.tab-content[data-v-1dbe5e42] {
    display: none
}

.tab-content--is-active[data-v-1dbe5e42] {
    display: block
}

.match-list[data-v-1dbe5e42] {
    padding: 0;
    width: 100%
}

.match-list .month-label[data-v-1dbe5e42] {
    margin: 24px 0 12px;
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-size: 16px;
    font-size: var(--body_text_size--small,16px);
    font-weight: 700;
    color: #aaa;
    text-transform: none;
    text-align: center
}

@media screen and (min-width:1024px) {
    .match-list .month-label[data-v-1dbe5e42] {
        margin: 32px 0 12px;
        font-size: 16px;
        font-size: var(--body_text_size--small,16px)
    }
}

.match-list > .month-Jan[data-v-1dbe5e42] {
    display: block
}

.match-list > .month-Jan ~ .month-Jan[data-v-1dbe5e42] {
    display: none
}

.match-list > .month-Feb[data-v-1dbe5e42] {
    display: block
}

.match-list > .month-Feb ~ .month-Feb[data-v-1dbe5e42] {
    display: none
}

.match-list > .month-Mar[data-v-1dbe5e42] {
    display: block
}

.match-list > .month-Mar ~ .month-Mar[data-v-1dbe5e42] {
    display: none
}

.match-list > .month-Apr[data-v-1dbe5e42] {
    display: block
}

.match-list > .month-Apr ~ .month-Apr[data-v-1dbe5e42] {
    display: none
}

.match-list > .month-May[data-v-1dbe5e42] {
    display: block
}

.match-list > .month-May ~ .month-May[data-v-1dbe5e42] {
    display: none
}

.match-list > .month-Jun[data-v-1dbe5e42] {
    display: block
}

.match-list > .month-Jun ~ .month-Jun[data-v-1dbe5e42] {
    display: none
}

.match-list > .month-Jul[data-v-1dbe5e42] {
    display: block
}

.match-list > .month-Jul ~ .month-Jul[data-v-1dbe5e42] {
    display: none
}

.match-list > .month-Aug[data-v-1dbe5e42] {
    display: block
}

.match-list > .month-Aug ~ .month-Aug[data-v-1dbe5e42] {
    display: none
}

.match-list > .month-Sep[data-v-1dbe5e42] {
    display: block
}

.match-list > .month-Sep ~ .month-Sep[data-v-1dbe5e42] {
    display: none
}

.match-list > .month-Oct[data-v-1dbe5e42] {
    display: block
}

.match-list > .month-Oct ~ .month-Oct[data-v-1dbe5e42] {
    display: none
}

.match-list > .month-Nov[data-v-1dbe5e42] {
    display: block
}

.match-list > .month-Nov ~ .month-Nov[data-v-1dbe5e42] {
    display: none
}

.match-list > .month-Dec[data-v-1dbe5e42] {
    display: block
}

.match-list > .month-Dec ~ .month-Dec[data-v-1dbe5e42] {
    display: none
}



.video-hero-simple[data-v-29888b58] {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding-top: 80px;
    padding-bottom: 32px;
    min-height: 300px;
    width: 100%;
    background: #480024;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat
}

@media screen and (min-width:760px) {
    .video-hero-simple[data-v-29888b58] {
        padding-top: 96px;
        padding-bottom: 64px;
        min-height: 500px
    }
}

.video-hero-simple__logo[data-v-29888b58] {
    height: 28px
}

@media screen and (min-width:760px) {
    .video-hero-simple__logo[data-v-29888b58] {
        height: 36px
    }
}

.video-hero-simple__body[data-v-29888b58] {
    max-width: 688px;
    color: #fff;
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-size: 18px;
    font-weight: 700;
    font-weight: var(--heading_weight,700);
    text-transform: none
}

@media screen and (min-width:760px) {
    .video-hero-simple__body[data-v-29888b58] {
        font-size: 24px
    }
}



.video-card__access-label[data-v-8520ac3e] {
    padding: 4px;
    color: #212121;
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-size: 12px;
    font-weight: 700;
    font-weight: var(--heading_weight,700);
    text-transform: none;
    text-transform: var(--heading_text_transform,none);
    background: #fafafa;
    border: 0;
    border-radius: 0 4px 0 0
}



.video-card[data-v-7256d4f6] {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    border: 1px solid #efefef;
    border-radius: 16px;
    transition: box-shadow 1.2s cubic-bezier(.23,1.25,.46,1);
    transform: translateZ(0)
}

.video-card[data-v-7256d4f6]:hover {
    cursor: pointer;
    box-shadow: 0 2px 6px 0 rgba(60,60,60,.15)
}

.video-card:hover .video-card__stacker-image[data-v-7256d4f6] {
    transform: scale(1.07)
}

.video-card__wrap[data-v-7256d4f6] {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    width: 100%;
    position: relative
}

    .video-card__wrap[data-v-7256d4f6]:before {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        height: 9px;
        background: #670e36;
        z-index: 100;
        transform: translateY(9px);
        transition: transform 1.2s cubic-bezier(.23,1.25,.46,1);
        will-change: transform
    }

    .video-card__wrap[data-v-7256d4f6]:hover:before {
        transform: translateY(1px)
    }

.video-card__inner[data-v-7256d4f6] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    text-align: left;
    text-decoration: none;
    z-index: 3;
    background: #fff
}

@media screen and (min-width:760px) {
    .video-card__inner[data-v-7256d4f6] {
        justify-content: flex-start
    }
}

.video-card__stacker-image-wrap[data-v-7256d4f6] {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    background: rgba(0,0,0,.02);
    font-size: 0
}

.video-card__stacker-image[data-v-7256d4f6] {
    height: auto;
    width: 100%;
    transform: scale(1.01);
    transition: transform 1.2s cubic-bezier(.23,1.25,.46,1),opacity .3s cubic-bezier(.23,1.25,.46,1);
    will-change: transform,opacity;
    opacity: 0
}

.video-card__stacker-image.isLoaded[data-v-7256d4f6] {
    opacity: 1
}

.video-card__duration[data-v-7256d4f6] {
    position: absolute;
    top: 0;
    left: 0;
    padding: 2px 4px 1px 6px;
    color: #212121;
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-size: 12px;
    background: #fff;
    border: 0;
    border-radius: 0 0 4px 0;
    z-index: 1
}

.video-card__duration-icon[data-v-7256d4f6] {
    position: relative;
    margin: 0 3px 0 0;
    top: 1px;
    height: 12px;
    width: 12px;
    color: #670e36
}

.video-card__access-labels[data-v-7256d4f6] {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1
}

.video-card__content[data-v-7256d4f6] {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 16px;
    width: 100%;
    background: #fff
}

.video-card__meta[data-v-7256d4f6] {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0 8px;
    line-height: 1
}

.video-card__date[data-v-7256d4f6] {
    margin: 10px 0 3px;
    color: #212121;
    font-size: 11px;
    font-weight: 400;
    font-weight: var(--body_text_weight,400);
    text-transform: none;
    white-space: nowrap
}

.video-card__category[data-v-7256d4f6], .video-card__date[data-v-7256d4f6] {
    padding: 0;
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif)
}

.video-card__category[data-v-7256d4f6] {
    margin: 0;
    color: #670e36;
    font-size: 12px;
    font-weight: 700;
    font-weight: var(--heading_weight,700);
    text-transform: uppercase
}

.video-card__title[data-v-7256d4f6] {
    padding: 0;
    margin: 0;
    color: #212121;
    text-transform: none;
    white-space: normal
}

.video-card__icon[data-v-7256d4f6] {
    position: relative;
    margin: 0 8px 0 0;
    top: 1px;
    height: 16px;
    width: 16px;
    color: #670e36
}



.end-card[data-v-0a6a51b8] {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    height: 100%;
    width: 100%;
    background: #480024;
    border: 0;
    border-radius: 6px;
    transition: background-color .3s cubic-bezier(.23,1.25,.46,1),border .3s cubic-bezier(.23,1.25,.46,1);
    will-change: background-color,border
}

.end-card[data-v-0a6a51b8]:hover {
    background: #6d0439;
    border: 0
}

.end-card:hover .end-card__link[data-v-0a6a51b8] {
    color: #fff;
    transform: scale(1.1)
}

.end-card__link[data-v-0a6a51b8] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    height: 100%;
    width: 100%;
    color: #fff;
    font-size: "Effra",sans-serif;
    font-size: var(--primary_font,"Effra",sans-serif);
    font-size: 21px;
    font-weight: 700;
    font-weight: var(--heading_weight,700);
    text-align: center;
    text-decoration: none;
    text-transform: none;
    text-transform: var(--heading_text_transform,none);
    transition: color .3s cubic-bezier(.23,1.25,.46,1),transform .3s cubic-bezier(.23,1.25,.46,1);
    will-change: color,transform
}



.category-card[data-v-790a8492] {
    background-color: #ebebeb;
    overflow: hidden
}

.category-card__inner[data-v-790a8492] {
    position: relative;
    height: 0;
    padding-bottom: 150%
}

.category-card__link[data-v-790a8492] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 16px;
    text-decoration: none
}

.category-card__link:hover .category-card__image[data-v-790a8492] {
    transform: scale(1.1)
}

.category-card__image[data-v-790a8492] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    transition: transform .3s cubic-bezier(.075,.82,.165,1)
}

.category-card__title[data-v-790a8492] {
    position: relative;
    z-index: 2;
    padding: 0;
    margin: 0;
    color: #fff;
    text-decoration: none;
    white-space: normal
}



.glide[data-v-91d6491c] {
    position: relative;
    width: 100%;
    box-sizing: border-box
}

.glide *[data-v-91d6491c] {
    box-sizing: inherit
}

.glide__slides[data-v-91d6491c], .glide__track[data-v-91d6491c] {
    overflow: hidden
}

.glide__slides[data-v-91d6491c] {
    position: relative;
    width: 100%;
    list-style: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    touch-action: pan-Y;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    will-change: transform
}

.glide__slide[data-v-91d6491c], .glide__slides--dragging[data-v-91d6491c] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.glide__slide[data-v-91d6491c] {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    white-space: normal;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent
}

.glide__slide a[data-v-91d6491c] {
    -webkit-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.glide__arrows[data-v-91d6491c], .glide__bullets[data-v-91d6491c] {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.glide--rtl[data-v-91d6491c] {
    direction: rtl
}

.glide__arrow[data-v-91d6491c] {
    position: absolute;
    display: block;
    top: 50%;
    z-index: 2;
    color: #fff;
    text-transform: uppercase;
    padding: 9px 12px;
    background-color: transparent;
    border: 2px solid hsla(0,0%,100%,.5);
    border-radius: 4px;
    box-shadow: 0 .25em .5em 0 rgba(0,0,0,.1);
    text-shadow: 0 .25em .5em rgba(0,0,0,.1);
    opacity: 1;
    cursor: pointer;
    transition: opacity .15s ease,border .3s ease-in-out;
    transform: translateY(-50%);
    line-height: 1
}

    .glide__arrow[data-v-91d6491c]:focus {
        outline: none
    }

    .glide__arrow[data-v-91d6491c]:hover {
        border-color: #fff
    }

.glide__arrow--left[data-v-91d6491c] {
    left: 2em
}

.glide__arrow--right[data-v-91d6491c] {
    right: 2em
}

.glide__arrow--disabled[data-v-91d6491c] {
    opacity: .33
}

.glide__bullets[data-v-91d6491c] {
    position: absolute;
    z-index: 2;
    bottom: 2em;
    left: 50%;
    display: inline-flex;
    list-style: none;
    transform: translateX(-50%)
}

.glide__bullet[data-v-91d6491c] {
    background-color: hsla(0,0%,100%,.5);
    width: 9px;
    height: 9px;
    padding: 0;
    border-radius: 50%;
    border: 2px solid transparent;
    transition: all .3s ease-in-out;
    cursor: pointer;
    line-height: 0;
    box-shadow: 0 .25em .5em 0 rgba(0,0,0,.1);
    margin: 0 .25em
}

    .glide__bullet[data-v-91d6491c]:focus {
        outline: none
    }

    .glide__bullet[data-v-91d6491c]:focus, .glide__bullet[data-v-91d6491c]:hover {
        border: 2px solid #fff;
        background-color: hsla(0,0%,100%,.5)
    }

.glide__bullet--active[data-v-91d6491c] {
    background-color: #fff
}

.glide--swipeable[data-v-91d6491c] {
    cursor: grab;
    cursor: -webkit-grab
}

.glide--dragging[data-v-91d6491c] {
    cursor: grabbing;
    cursor: -webkit-grabbing
}

.global-carousel[data-v-91d6491c] {
    position: relative;
    width: 100%;
    background: inherit;
    overflow: hidden;
    cursor: default
}

.global-carousel:hover .global-carousel__buttons[data-v-91d6491c] {
    opacity: 1
}

.global-carousel[data-v-91d6491c] .glide__track {
    overflow: visible
}

.global-carousel__inner[data-v-91d6491c] {
    margin: 32px auto;
    margin: var(--content_spacing--small,32px) auto
}

@media screen and (min-width:1024px) {
    .global-carousel__inner[data-v-91d6491c] {
        margin: 48px auto;
        margin: var(--content_spacing--large,48px) auto
    }
}

.global-carousel__heading[data-v-91d6491c] {
    color: inherit
}

.global-carousel__desc[data-v-91d6491c] {
    margin: -8px 0 16px
}

@media screen and (min-width:1024px) {
    .global-carousel__desc[data-v-91d6491c] {
        margin: -16px 0 16px
    }
}

.global-carousel__glide[data-v-91d6491c] {
    opacity: 0;
    transform: opacity .3s ease-out
}

.global-carousel__glide--visible[data-v-91d6491c] {
    opacity: 1
}

.global-carousel__list[data-v-91d6491c] {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    margin: 0 0 32px
}

.global-carousel__link-wrap[data-v-91d6491c] {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    padding: 0 8px;
    text-decoration: none
}

.global-carousel li[data-v-91d6491c] {
    padding: 0 16px 0 0
}

.global-carousel__item-name[data-v-91d6491c] {
    margin: auto 0 0;
    color: inherit;
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-size: 16px;
    text-decoration: none;
    text-transform: none
}

@media screen and (min-width:1024px) {
    .global-carousel__item-name[data-v-91d6491c] {
        font-size: 18px
    }
}

.global-carousel__item-button[data-v-91d6491c] {
    margin: auto 0 0
}

.global-carousel__image[data-v-91d6491c] {
    width: 100%;
    text-decoration: none
}

.global-carousel__buttons[data-v-91d6491c] {
    position: absolute;
    top: 50%;
    width: 100%;
    opacity: 0;
    transition: opacity .3s cubic-bezier(.075,.82,.165,1)
}

.global-carousel__button-left[data-v-91d6491c], .global-carousel__button-right[data-v-91d6491c] {
    position: absolute;
    top: 50%;
    z-index: 2;
    padding: 0;
    color: #fff;
    background: rgba(0,0,0,.6);
    border: 0;
    cursor: pointer;
    opacity: 1;
    transition-property: opacity,background,color,transform;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.075,.82,.165,1);
    will-change: opacity,background,color,transform
}

    .global-carousel__button-left[data-v-91d6491c]:hover, .global-carousel__button-right[data-v-91d6491c]:hover {
        color: #fff;
        background: #000
    }

    .global-carousel__button-left[data-v-91d6491c]:disabled, .global-carousel__button-right[data-v-91d6491c]:disabled {
        opacity: 0;
        cursor: auto
    }

.global-carousel__button-left[data-v-91d6491c] {
    left: 0;
    transform: translateY(-50%) translateX(-8px);
    border-radius: 0 4px 4px 0
}

    .global-carousel__button-left[data-v-91d6491c]:hover {
        transform: translateY(-50%) translateX(0)
    }

.global-carousel__button-right[data-v-91d6491c] {
    right: 0;
    transform: translateY(-50%) translateX(8px);
    border-radius: 4px 0 0 4px
}

    .global-carousel__button-right[data-v-91d6491c]:hover {
        transform: translateY(-50%) translateX(0)
    }

.global-carousel__arrow[data-v-91d6491c] {
    height: 60px;
    width: 60px;
    color: inherit
}

.global-carousel__header[data-v-91d6491c] {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 0 8px
}

@media screen and (min-width:760px) {
    .global-carousel__header[data-v-91d6491c] {
        flex-direction: row;
        justify-content: flex-start;
        align-items: center
    }
}

.global-carousel__position-indicator-wrap[data-v-91d6491c] {
    position: relative;
    width: 100%;
    margin-top: -10px
}

.global-carousel__position-indicator[data-v-91d6491c] {
    display: block;
    height: 1px;
    opacity: .5;
    transition: width .6s cubic-bezier(.075,.82,.165,1)
}

.global-carousel__more-link[data-v-91d6491c] {
    z-index: 3;
    margin: 0 0 12px;
    display: none
}

@media screen and (min-width:760px) {
    .global-carousel__more-link[data-v-91d6491c] {
        margin: 0 0 0 auto;
        display: flex
    }
}

.global-carousel--dark[data-v-91d6491c] {
    background: #480024
}

.global-carousel--dark .global-carousel__heading[data-v-91d6491c], .global-carousel--dark .global-carousel__new-arrow[data-v-91d6491c] {
    color: #fff
}

.global-carousel--dark .global-carousel__position-indicator[data-v-91d6491c] {
    background-color: #fff
}

.global-carousel--light[data-v-91d6491c] {
    background: #fafafa
}

.global-carousel--light .global-carousel__heading[data-v-91d6491c], .global-carousel--light .global-carousel__new-arrow[data-v-91d6491c] {
    color: #212121
}

.global-carousel--light .global-carousel__position-indicator[data-v-91d6491c] {
    background-color: #212121
}

.global-carousel.is-embedded[data-v-91d6491c] {
    background: transparent
}

.full-width[data-v-91d6491c] {
    width: 100%;
    height: 10px;
    background-color: #f08080
}

.alternative-link[data-v-91d6491c] {
    text-decoration: none
}



.video-carousel[data-v-65c1a3ec] {
    width: 100%
}

.video-carousel__card[data-v-65c1a3ec] {
    height: 100%
}



.video-carousel-hero[data-v-659ef3da] {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 80px;
    padding-bottom: 0;
    min-height: 300px;
    width: 100%;
    background: #480024;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat
}

@media screen and (min-width:760px) {
    .video-carousel-hero[data-v-659ef3da] {
        padding-top: 96px;
        min-height: 500px
    }
}

.video-carousel-hero__logo[data-v-659ef3da] {
    height: 28px
}

@media screen and (min-width:760px) {
    .video-carousel-hero__logo[data-v-659ef3da] {
        height: 36px
    }
}

.video-carousel-hero__body[data-v-659ef3da] {
    max-width: 688px;
    color: #fff;
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-size: 18px;
    font-weight: 700;
    font-weight: var(--heading_weight,700);
    text-transform: none
}

@media screen and (min-width:760px) {
    .video-carousel-hero__body[data-v-659ef3da] {
        font-size: 24px
    }
}

.video-carousel-hero__loader[data-v-659ef3da] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 340px;
    color: #fff
}



.generic-hero[data-v-188fe3b2] {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 80px 0 32px;
    height: 200px;
    width: 100%
}

@media screen and (min-width:1024px) {
    .generic-hero[data-v-188fe3b2] {
        padding: 96px 0 32px;
        height: 300px
    }
}

.generic-hero--light-mode[data-v-188fe3b2] {
    background: #fafafa 50% 50% no-repeat;
    background-size: cover
}

.generic-hero--light-mode .generic-hero__title[data-v-188fe3b2] {
    color: #212121
}

.generic-hero--dark-mode[data-v-188fe3b2] {
    background: #480024 50% 50% no-repeat;
    background-size: cover
}

.generic-hero--dark-mode .generic-hero__title[data-v-188fe3b2] {
    color: #fff
}

.generic-hero__link[data-v-188fe3b2], .generic-hero__title[data-v-188fe3b2] {
    margin: 0
}



.next-live-hero[data-v-be0d75b4] {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 80px 0 32px;
    width: 100%
}

@media screen and (min-width:1024px) {
    .next-live-hero[data-v-be0d75b4] {
        padding: 96px 0 32px
    }
}

@media screen and (min-width:760px) {
    .next-live-hero__inner[data-v-be0d75b4] {
        display: flex;
        justify-content: space-between
    }
}

.next-live-hero__thumbnail[data-v-be0d75b4] {
    height: 60px;
    margin-bottom: 16px
}

@media screen and (min-width:760px) {
    .next-live-hero__thumbnail[data-v-be0d75b4] {
        margin-bottom: 0;
        margin-right: 18px
    }
}

@media screen and (min-width:1024px) {
    .next-live-hero__thumbnail[data-v-be0d75b4] {
        margin-right: 22px
    }
}

.next-live-hero__details[data-v-be0d75b4] {
    flex: 1
}

@media screen and (min-width:760px) {
    .next-live-hero__details[data-v-be0d75b4] {
        margin-right: 18px
    }
}

@media screen and (min-width:1024px) {
    .next-live-hero__details[data-v-be0d75b4] {
        margin-right: 22px
    }
}

.next-live-hero__details-top[data-v-be0d75b4] {
    display: flex;
    align-items: flex-end;
    margin-bottom: 8px
}

.next-live-hero__featured-message[data-v-be0d75b4] {
    text-transform: uppercase
}

.next-live-hero__competition[data-v-be0d75b4], .next-live-hero__featured-message[data-v-be0d75b4] {
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-size: 13px;
    font-weight: 700
}

.next-live-hero__competition[data-v-be0d75b4] {
    text-transform: none
}

.next-live-hero__datetime[data-v-be0d75b4] {
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-size: 13px;
    font-weight: 400;
    text-transform: none
}

.next-live-hero__crests[data-v-be0d75b4] {
    height: 55px
}

    .next-live-hero__crests[data-v-be0d75b4]:first-child {
        margin-right: 16px
    }

@media screen and (min-width:760px) {
    .next-live-hero__crests[data-v-be0d75b4] {
        height: 116px
    }
}

.next-live-hero__crests--mobile[data-v-be0d75b4] {
    font-size: 0;
    margin-right: 16px
}

@media screen and (min-width:450px) {
    .next-live-hero__crests--mobile[data-v-be0d75b4] {
        margin-right: 64px
    }
}

@media screen and (min-width:760px) {
    .next-live-hero__crests--mobile[data-v-be0d75b4] {
        display: none
    }
}

.next-live-hero__crests--desktop[data-v-be0d75b4] {
    display: flex;
    align-self: center;
    font-size: 0
}

@media screen and (max-width:759px) {
    .next-live-hero__crests--desktop[data-v-be0d75b4] {
        display: none
    }
}

.next-live-hero__title[data-v-be0d75b4] {
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 8px
}

.next-live-hero__description[data-v-be0d75b4], .next-live-hero__title[data-v-be0d75b4] {
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif)
}

.next-live-hero__description[data-v-be0d75b4] {
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    margin-bottom: 16px
}

@media screen and (min-width:760px) {
    .next-live-hero__description[data-v-be0d75b4] {
        margin-bottom: 32px
    }
}

.next-live-hero__button[data-v-be0d75b4] {
    min-width: 104px;
    text-transform: uppercase
}

.next-live-hero__no-data > *[data-v-be0d75b4] {
    text-align: center;
    font-weight: 700
}

.next-live-hero--light-mode[data-v-be0d75b4] {
    background: #fafafa 50% 50% no-repeat;
    background-size: cover
}

    .next-live-hero--light-mode .next-live-hero__description[data-v-be0d75b4], .next-live-hero--light-mode .next-live-hero__no-data-text[data-v-be0d75b4], .next-live-hero--light-mode .next-live-hero__time-container[data-v-be0d75b4], .next-live-hero--light-mode .next-live-hero__title[data-v-be0d75b4], .next-live-hero--light-mode[data-v-be0d75b4] .global-carousel__heading {
        color: #212121
    }

.next-live-hero--dark-mode[data-v-be0d75b4] {
    background: #480024 50% 50% no-repeat;
    background-size: cover
}

    .next-live-hero--dark-mode .next-live-hero__datetime[data-v-be0d75b4], .next-live-hero--dark-mode .next-live-hero__description[data-v-be0d75b4], .next-live-hero--dark-mode .next-live-hero__no-data-text[data-v-be0d75b4], .next-live-hero--dark-mode .next-live-hero__time-container[data-v-be0d75b4], .next-live-hero--dark-mode .next-live-hero__title[data-v-be0d75b4], .next-live-hero--dark-mode[data-v-be0d75b4] .global-carousel__heading {
        color: #fff
    }



.category-carousel[data-v-6f1276b6] {
    width: 100%
}

.category-card[data-v-6f1276b6] {
    height: 100%
}



.content-widget[data-v-1a9d2602] {
    width: 100%;
    background: inherit
}

.content-widget--light[data-v-1a9d2602] {
    background: #fafafa
}

.content-widget--dark[data-v-1a9d2602] {
    background: #480024
}

.content-widget__inner[data-v-1a9d2602] {
    display: flex;
    flex-direction: column;
    margin: 32px auto;
    margin: var(--content_spacing--small,32px) auto
}

@media screen and (min-width:760px) {
    .content-widget__inner[data-v-1a9d2602] {
        margin: 48px auto;
        margin: var(--content_spacing--large,48px) auto
    }
}

@media screen and (min-width:1024px) {
    .content-widget__inner[data-v-1a9d2602] {
        flex-direction: row
    }
}

.content-widget__info[data-v-1a9d2602] {
    margin: 0 0 16px
}

@media screen and (min-width:1024px) {
    .content-widget__info[data-v-1a9d2602] {
        min-width: 30%;
        margin: 0 16px 0 0
    }
}

@media screen and (min-width:1024px) {
    .content-widget__detail[data-v-1a9d2602] {
        min-width: 70%
    }
}

.content-widget__title[data-v-1a9d2602] {
    font-size: 16px
}

.content-widget__title--light[data-v-1a9d2602] {
    color: #212121
}

.content-widget__title--dark[data-v-1a9d2602] {
    color: #fff
}



.promo-widget[data-v-70b50b12] {
    width: 100%;
    background: inherit;
    padding: 40px 16px
}

@media screen and (min-width:1024px) {
    .promo-widget[data-v-70b50b12] {
        padding: 0;
        margin-bottom: 0
    }
}

.promo-widget__inner[data-v-70b50b12] {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative
}

@media screen and (min-width:1024px) {
    .promo-widget__inner[data-v-70b50b12] {
        flex-direction: row;
        justify-content: space-between;
        height: 160px
    }
}

.promo-widget__text[data-v-70b50b12] {
    margin-right: 0;
    margin-bottom: 12px
}

@media screen and (min-width:1024px) {
    .promo-widget__text[data-v-70b50b12] {
        margin-right: 16px;
        margin-bottom: 0;
        flex-basis: 32%;
        z-index: 2
    }
}

.promo-widget__title[data-v-70b50b12] {
    margin-bottom: 4px;
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-weight: 700;
    font-weight: var(--heading_weight,700);
    text-align: center
}

@media screen and (min-width:1024px) {
    .promo-widget__title[data-v-70b50b12] {
        text-align: left
    }
}

.promo-widget__description[data-v-70b50b12] {
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    text-align: center
}

@media screen and (min-width:1024px) {
    .promo-widget__description[data-v-70b50b12] {
        text-align: left
    }
}

.promo-widget__image[data-v-70b50b12] {
    width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
    max-width: 400px
}

@media screen and (min-width:1024px) {
    .promo-widget__image[data-v-70b50b12] {
        height: 108%;
        transform: translateY(-4%);
        width: auto;
        margin-right: 12px;
        margin-bottom: 0;
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        z-index: 1
    }
}

.promo-widget__button[data-v-70b50b12] {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase
}

.promo-widget__button-wrapper[data-v-70b50b12] {
    text-align: right
}

@media screen and (min-width:1024px) {
    .promo-widget__button-wrapper[data-v-70b50b12] {
        flex-basis: 32%
    }
}

.promo-widget--light[data-v-70b50b12] {
    background: #fafafa
}

.promo-widget--light .promo-widget__description[data-v-70b50b12], .promo-widget--light .promo-widget__title[data-v-70b50b12] {
    color: #212121
}

.promo-widget--dark[data-v-70b50b12] {
    background: #480024
}

.promo-widget--dark .promo-widget__description[data-v-70b50b12], .promo-widget--dark .promo-widget__title[data-v-70b50b12] {
    color: #fff
}



.streamplay-feature[data-v-655741ed] {
    width: 100%;
    background: inherit
}

.streamplay-feature--light[data-v-655741ed] {
    background: #fafafa
}

.streamplay-feature--dark[data-v-655741ed] {
    background: #480024
}

.streamplay-feature__inner[data-v-655741ed] {
    display: flex;
    flex-direction: column;
    margin: 32px auto;
    margin: var(--content_spacing--small,32px) auto
}

@media screen and (min-width:760px) {
    .streamplay-feature__inner[data-v-655741ed] {
        margin: 48px auto;
        margin: var(--content_spacing--large,48px) auto
    }
}

@media screen and (min-width:1024px) {
    .streamplay-feature__inner[data-v-655741ed] {
        flex-direction: row
    }
}

.streamplay-feature__info[data-v-655741ed] {
    margin: 0 0 16px;
    flex: 1 1 33%
}

@media screen and (min-width:1024px) {
    .streamplay-feature__info[data-v-655741ed] {
        margin: 0;
        min-width: 30%;
        padding-right: 16px
    }
}

@media screen and (min-width:1024px) {
    .streamplay-feature__detail[data-v-655741ed] {
        min-width: 70%
    }
}

.streamplay-feature__label[data-v-655741ed] {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase
}

.streamplay-feature__label--light[data-v-655741ed] {
    color: #670e36
}

.streamplay-feature__label--dark[data-v-655741ed] {
    color: #95bfe5
}

.streamplay-feature__datetime[data-v-655741ed] {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase
}

.streamplay-feature__datetime--light[data-v-655741ed] {
    color: #212121
}

.streamplay-feature__datetime--dark[data-v-655741ed] {
    color: #fff
}

.streamplay-feature__title[data-v-655741ed] {
    font-size: 24px;
    margin: 0 0 8px
}

@media screen and (min-width:760px) {
    .streamplay-feature__title[data-v-655741ed] {
        font-size: 40px
    }
}

.streamplay-feature__title--light[data-v-655741ed] {
    color: #212121
}

.streamplay-feature__title--dark[data-v-655741ed] {
    color: #fff
}

.streamplay-feature__description[data-v-655741ed] {
    font-size: 16px;
    margin-bottom: 24px
}

@media screen and (min-width:1440px) {
    .streamplay-feature__description[data-v-655741ed] {
        font-size: 16px
    }
}

.streamplay-feature__description--light[data-v-655741ed] {
    color: #212121
}

.streamplay-feature__description--dark[data-v-655741ed] {
    color: #fff
}

.streamplay-feature__button-wrapper[data-v-655741ed] {
    text-align: left
}

.streamplay-feature__button[data-v-655741ed] {
    text-transform: uppercase;
    font-size: 12px;
    min-width: 256px;
    max-width: 100%;
    margin-bottom: 24px
}

@media screen and (min-width:760px) {
    .streamplay-feature__button[data-v-655741ed] {
        margin-left: auto;
        padding-left: 8px;
        padding-right: 8px;
        margin-bottom: 0
    }
}

.streamplay-feature__image[data-v-655741ed] {
    display: inline-block;
    width: 100%;
    border-radius: 8px
}

@media screen and (min-width:1024px) {
    .streamplay-feature__image[data-v-655741ed] {
        flex: 1 1 66%;
        width: 50%
    }
}



.upcoming-feed-card[data-v-5491e7d2] {
    margin-top: -1px
}

.upcoming-feed-card[data-v-5491e7d2]:not(:first-of-type) {
    border-top: 1px solid hsla(0,0%,91%,.2)
}

.upcoming-feed-card[data-v-5491e7d2]:not(:last-of-type) {
    border-bottom: 1px solid hsla(0,0%,91%,.2)
}

.upcoming-feed-card__inner[data-v-5491e7d2] {
    padding: 12px 8px 16px
}

.upcoming-feed-card__small[data-v-5491e7d2] {
    display: block;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%
}

@media screen and (min-width:760px) {
    .upcoming-feed-card__small[data-v-5491e7d2] {
        flex-direction: row
    }
}

.upcoming-feed-card__large-competition[data-v-5491e7d2] {
    font-size: 10px;
    font-weight: 700
}

@media screen and (min-width:760px) {
    .upcoming-feed-card__large-competition[data-v-5491e7d2] {
        font-size: 13px
    }
}

.upcoming-feed-card__large-competition--light[data-v-5491e7d2] {
    color: #212121
}

.upcoming-feed-card__large-competition--dark[data-v-5491e7d2] {
    color: #fff
}

.upcoming-feed-card__large-time[data-v-5491e7d2] {
    font-size: 16px;
    font-weight: 700;
    display: none
}

@media screen and (min-width:760px) {
    .upcoming-feed-card__large-time[data-v-5491e7d2] {
        display: block
    }
}

.upcoming-feed-card__large-time--light[data-v-5491e7d2] {
    color: #212121
}

.upcoming-feed-card__large-time--dark[data-v-5491e7d2] {
    color: #fff
}

.upcoming-feed-card__large-date[data-v-5491e7d2] {
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
    display: none
}

@media screen and (min-width:760px) {
    .upcoming-feed-card__large-date[data-v-5491e7d2] {
        display: block
    }
}

.upcoming-feed-card__large-date--light[data-v-5491e7d2] {
    color: #212121
}

.upcoming-feed-card__large-date--dark[data-v-5491e7d2] {
    color: #fff
}

.upcoming-feed-card__large-datetime[data-v-5491e7d2] {
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
    display: block
}

@media screen and (min-width:760px) {
    .upcoming-feed-card__large-datetime[data-v-5491e7d2] {
        display: none
    }
}

.upcoming-feed-card__large-datetime--light[data-v-5491e7d2] {
    color: #212121
}

.upcoming-feed-card__large-datetime--dark[data-v-5491e7d2] {
    color: #fff
}

.upcoming-feed-card__image[data-v-5491e7d2] {
    display: inline-block;
    height: auto;
    width: 100%;
    border-radius: 8px;
    margin-bottom: 8px;
    margin-right: 0
}

@media screen and (min-width:760px) {
    .upcoming-feed-card__image[data-v-5491e7d2] {
        margin-bottom: 0;
        margin-right: 18px;
        width: 250px
    }
}

@media screen and (min-width:1024px) {
    .upcoming-feed-card__image[data-v-5491e7d2] {
        width: 200px
    }
}

@media screen and (min-width:1300px) {
    .upcoming-feed-card__image[data-v-5491e7d2] {
        width: 250px
    }
}

.upcoming-feed-card__datetime-wrapper[data-v-5491e7d2] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex: 2 1 auto;
    width: 100%;
    margin-right: 0
}

@media screen and (min-width:760px) {
    .upcoming-feed-card__datetime-wrapper[data-v-5491e7d2] {
        margin-right: 18px;
        min-width: 65px;
        max-width: 105px
    }
}

.upcoming-feed-card__title-wrapper[data-v-5491e7d2] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-right: 0;
    margin-bottom: 18px;
    width: 100%
}

@media screen and (min-width:760px) {
    .upcoming-feed-card__title-wrapper[data-v-5491e7d2] {
        margin-right: 18px;
        margin-bottom: 0;
        flex: 1 1 auto
    }
}

.upcoming-feed-card__competition[data-v-5491e7d2] {
    display: none;
    margin: 0 0 .5em;
    padding: 0 0 2px;
    font-size: 12px;
    font-weight: 400;
    font-weight: var(--body_text_weight,400)
}

@media screen and (min-width:760px) {
    .upcoming-feed-card__competition[data-v-5491e7d2] {
        display: inline-block;
        font-size: 12px
    }
}

.upcoming-feed-card__competition--light[data-v-5491e7d2] {
    color: #212121;
    border-bottom: 1px solid #aaa
}

.upcoming-feed-card__competition--dark[data-v-5491e7d2] {
    color: #fff;
    border-bottom: 1px solid #6d0439
}

.upcoming-feed-card__title[data-v-5491e7d2] {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.upcoming-feed-card__title--light[data-v-5491e7d2] {
    color: #212121
}

.upcoming-feed-card__title--dark[data-v-5491e7d2] {
    color: #fff
}

.upcoming-feed-card__description[data-v-5491e7d2] {
    margin: .5em 0 0;
    font-size: 12px;
    font-weight: 400;
    font-weight: var(--body_text_weight,400)
}

.upcoming-feed-card__description--light[data-v-5491e7d2] {
    color: #212121
}

.upcoming-feed-card__description--dark[data-v-5491e7d2] {
    color: #fff
}

.upcoming-feed-card__button-wrapper[data-v-5491e7d2] {
    display: flex;
    flex-direction: column
}

@media screen and (min-width:450px) {
    .upcoming-feed-card__button-wrapper[data-v-5491e7d2] {
        flex-direction: row;
        flex: 1 1 auto
    }
}

.upcoming-feed-card__button[data-v-5491e7d2] {
    margin: 0;
    text-transform: uppercase;
    font-size: 12px;
    width: 256px
}

@media screen and (min-width:760px) {
    .upcoming-feed-card__button[data-v-5491e7d2] {
        width: auto;
        margin-left: auto;
        padding-left: 8px;
        padding-right: 8px
    }
}



.streamplay-list[data-v-c47f8d12] {
    width: 100%;
    background: inherit
}

.streamplay-list--light[data-v-c47f8d12] {
    background: #fafafa
}

.streamplay-list--dark[data-v-c47f8d12] {
    background: #480024
}

.streamplay-list__inner[data-v-c47f8d12] {
    display: flex;
    flex-direction: column;
    margin: 32px auto;
    margin: var(--content_spacing--small,32px) auto
}

@media screen and (min-width:760px) {
    .streamplay-list__inner[data-v-c47f8d12] {
        margin: 48px auto;
        margin: var(--content_spacing--large,48px) auto
    }
}

@media screen and (min-width:1024px) {
    .streamplay-list__inner[data-v-c47f8d12] {
        flex-direction: row
    }
}

.streamplay-list__info[data-v-c47f8d12] {
    margin: 0 0 16px
}

@media screen and (min-width:1024px) {
    .streamplay-list__info[data-v-c47f8d12] {
        margin: 0;
        min-width: 30%;
        padding-right: 16px
    }
}

@media screen and (min-width:1024px) {
    .streamplay-list__detail[data-v-c47f8d12] {
        min-width: 70%
    }
}

.streamplay-list__label[data-v-c47f8d12] {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase
}

.streamplay-list__label--light[data-v-c47f8d12] {
    color: #212121
}

.streamplay-list__label--dark[data-v-c47f8d12] {
    color: #fff
}

.streamplay-list__title[data-v-c47f8d12] {
    margin-top: 8px
}

.streamplay-list__title--light[data-v-c47f8d12] {
    color: #212121
}

.streamplay-list__title--dark[data-v-c47f8d12] {
    color: #fff
}

.streamplay-list__description[data-v-c47f8d12] {
    font-size: 16px
}

@media screen and (min-width:1440px) {
    .streamplay-list__description[data-v-c47f8d12] {
        font-size: 16px
    }
}

.streamplay-list__description--light[data-v-c47f8d12] {
    color: #212121
}

.streamplay-list__description--dark[data-v-c47f8d12] {
    color: #fff
}

.streamplay-list__cta[data-v-c47f8d12] {
    margin: 0 0 32px;
    margin: 0 0 var(--content_spacing--small,32px)
}

@media screen and (min-width:760px) {
    .streamplay-list__cta[data-v-c47f8d12] {
        margin: 0 0 48px;
        margin: 0 0 var(--content_spacing--large,48px)
    }
}

.streamplay-list__section[data-v-c47f8d12] {
    position: relative;
    margin-bottom: 28px
}

.streamplay-list__section--light[data-v-c47f8d12]:not(.empty) {
    border-top: 2px solid #670e36
}

.streamplay-list__section--dark[data-v-c47f8d12]:not(.empty) {
    border-top: 2px solid #95bfe5
}

.streamplay-list__section-name[data-v-c47f8d12] {
    padding: 0 4px;
    position: absolute;
    top: 0;
    left: 8px;
    transform: translateY(-50%);
    color: #94144e;
    text-transform: uppercase;
    font-size: 13px
}

.streamplay-list__section-name--light[data-v-c47f8d12] {
    background: #fafafa;
    color: #670e36
}

.streamplay-list__section-name--dark[data-v-c47f8d12] {
    background: #480024;
    color: #95bfe5
}

.streamplay-list__button[data-v-c47f8d12] {
    display: block;
    margin: 10px auto auto;
    text-transform: uppercase
}

@media screen and (min-width:1024px) {
    .streamplay-list .empty[data-v-c47f8d12] {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center
    }
}



.small-spotlight[data-v-7e790109] {
    width: 100%;
    padding: 24px 0 64px
}

@media screen and (min-width:760px) {
    .small-spotlight[data-v-7e790109] {
        padding: 48px 0 60px;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between
    }
}

@media screen and (min-width:1024px) {
    .small-spotlight[data-v-7e790109] {
        padding-bottom: 80px
    }
}

@media screen and (min-width:1440px) {
    .small-spotlight[data-v-7e790109] {
        padding: 80px 0 112px
    }
}

.small-spotlight--light[data-v-7e790109] {
    background-color: #fafafa;
    color: #212121
}

.small-spotlight--light .small-spotlight__category[data-v-7e790109] {
    color: #670e36
}

.small-spotlight--light .small-spotlight__description[data-v-7e790109] {
    color: #212121
}

.small-spotlight--dark[data-v-7e790109] {
    background-color: #480024;
    color: #fff
}

.small-spotlight--dark .small-spotlight__category[data-v-7e790109] {
    color: #95bfe5
}

.small-spotlight--dark .small-spotlight__description[data-v-7e790109] {
    color: #fff
}

@media screen and (min-width:760px) {
    .small-spotlight__inner[data-v-7e790109] {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: flex-start
    }
}

.small-spotlight__thumbnail-wrapper[data-v-7e790109] {
    position: relative
}

@media screen and (min-width:760px) {
    .small-spotlight__thumbnail-wrapper[data-v-7e790109] {
        flex-basis: 50%
    }
}

.small-spotlight__thumbnail[data-v-7e790109] {
    padding-top: 56.25%;
    margin-bottom: 60px;
    background: 50%/cover no-repeat
}

@media screen and (min-width:760px) {
    .small-spotlight__thumbnail[data-v-7e790109] {
        margin: 0
    }
}

.small-spotlight__access-labels[data-v-7e790109] {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1
}

@media screen and (min-width:760px) {
    .small-spotlight__content[data-v-7e790109] {
        flex-basis: 50%;
        padding-right: 80px;
        margin: auto
    }
}

.small-spotlight__category[data-v-7e790109] {
    font-size: 13px;
    text-transform: uppercase
}

.small-spotlight__category[data-v-7e790109], .small-spotlight__title[data-v-7e790109] {
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-weight: 700
}

.small-spotlight__title[data-v-7e790109] {
    padding-bottom: 8px;
    font-size: 24px;
    text-transform: none;
    line-height: 1.33
}

@media screen and (min-width:760px) {
    .small-spotlight__title[data-v-7e790109] {
        font-size: 28px
    }
}

@media screen and (min-width:1440px) {
    .small-spotlight__title[data-v-7e790109] {
        padding-top: 8px;
        font-size: 48px
    }
}

.small-spotlight__description[data-v-7e790109] {
    font-size: 16px
}

@media screen and (min-width:1440px) {
    .small-spotlight__description[data-v-7e790109] {
        font-size: 16px
    }
}

.small-spotlight__button[data-v-7e790109] {
    margin-top: 16px
}



.streaming-passes[data-v-ef8239a6] {
    width: 100%;
    padding: 32px 0 40px
}

@media screen and (min-width:760px) {
    .streaming-passes[data-v-ef8239a6] {
        padding: 80px 0
    }
}

@media screen and (min-width:1024px) {
    .streaming-passes[data-v-ef8239a6] {
        padding: 80px 0
    }
}

.streaming-passes--light[data-v-ef8239a6] {
    background-color: #fafafa;
    color: #212121
}

.streaming-passes--light .streaming-passes__description[data-v-ef8239a6] {
    color: #212121
}

.streaming-passes--dark[data-v-ef8239a6] {
    background-color: #480024;
    color: #fff
}

.streaming-passes--dark .streaming-passes__description[data-v-ef8239a6] {
    color: #fff
}

.streaming-passes__heading-wrapper[data-v-ef8239a6] {
    padding-right: 16px
}

.streaming-passes__heading[data-v-ef8239a6] {
    color: inherit
}

.streaming-passes__description[data-v-ef8239a6] {
    font-size: 16px
}

@media screen and (min-width:1440px) {
    .streaming-passes__description[data-v-ef8239a6] {
        font-size: 16px
    }
}

.streaming-passes__pass[data-v-ef8239a6] {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: center;
    padding: 0;
    height: 100%;
    overflow: hidden;
    white-space: normal;
    border: none;
    border-radius: 16px
}

.streaming-passes__pass--light[data-v-ef8239a6] {
    background-color: #480024;
    color: #fff
}

.streaming-passes__pass--light .streaming-passes__button-wrapper[data-v-ef8239a6] {
    border-top: 1px solid #6d0439
}

.streaming-passes__pass--dark[data-v-ef8239a6] {
    background-color: #fafafa;
    color: #212121
}

.streaming-passes__pass--dark .streaming-passes__button-wrapper[data-v-ef8239a6] {
    border-top: 1px solid #aaa
}

.streaming-passes__pass-image[data-v-ef8239a6] {
    padding: 0;
    margin: 0 0 16px;
    width: 100%
}

.streaming-passes__pass-title[data-v-ef8239a6] {
    margin: 0 auto 0 0;
    padding: 0 16px;
    text-align: left
}

.streaming-passes__pass-body[data-v-ef8239a6] {
    padding: 0 0 16px
}

    .streaming-passes__pass-body[data-v-ef8239a6] > * {
        margin: 8px 0 0;
        padding: 0 16px
    }

    .streaming-passes__pass-body[data-v-ef8239a6] img {
        padding: 0;
        margin: 0;
        width: 100%
    }

.streaming-passes__pass-body--with-padding[data-v-ef8239a6] {
    padding: 0 16px 16px
}

    .streaming-passes__pass-body--with-padding[data-v-ef8239a6] > * {
        margin: 8px 0 0;
        padding: 0
    }

.streaming-passes__title[data-v-ef8239a6] {
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-size: 16px;
    font-weight: 700;
    font-weight: var(--heading_weight,700);
    text-transform: none;
    text-transform: var(--heading_text_transform,none);
    color: inherit;
    white-space: normal
}

.streaming-passes__button-wrapper[data-v-ef8239a6] {
    position: relative;
    margin: auto 0 0;
    padding: 16px 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center
}



.faq-item__title-wrapper[data-v-aac67a42] {
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer
}

@media screen and (min-width:1024px) {
    .faq-item__title-wrapper[data-v-aac67a42] {
        padding: 0 16px
    }
}

.faq-item__title[data-v-aac67a42] {
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-size: 16px;
    font-weight: 700;
    text-transform: none
}

@media screen and (min-width:1440px) {
    .faq-item__title[data-v-aac67a42] {
        font-size: 18px
    }
}

.faq-item__arrow--open[data-v-aac67a42] {
    transform: rotate(90deg)
}

.faq-item__arrow--closed[data-v-aac67a42] {
    transform: rotate(-90deg)
}

.faq-item__content[data-v-aac67a42] {
    margin: 0;
    padding-bottom: 20px;
    font-size: 16px;
    color: inherit;
    line-height: 1.75
}

@media screen and (min-width:1024px) {
    .faq-item__content[data-v-aac67a42] {
        padding: 0 16px 20px
    }
}

@media screen and (min-width:1440px) {
    .faq-item__content[data-v-aac67a42] {
        font-size: 18px
    }
}



.faqs[data-v-748bc4f0] {
    width: 100%;
    padding: 32px 0
}

@media screen and (min-width:760px) {
    .faqs[data-v-748bc4f0] {
        padding: 32px 0 56px
    }
}

@media screen and (min-width:1024px) {
    .faqs[data-v-748bc4f0] {
        padding: 48px 0
    }
}

@media screen and (min-width:1440px) {
    .faqs[data-v-748bc4f0] {
        padding: 80px 0
    }
}

.faqs--dark[data-v-748bc4f0] {
    background-color: #480024;
    color: #fff
}

.faqs--dark .faqs__heading[data-v-748bc4f0] {
    color: inherit
}

.faqs--dark .faqs__support-box[data-v-748bc4f0] {
    color: #fff;
    background: #58022d
}

.faqs--dark .faqs__button[data-v-748bc4f0], .faqs--dark .faqs__support-email[data-v-748bc4f0] {
    color: #fff
}

.faqs--dark .faqs__button--active[data-v-748bc4f0] {
    color: #95bfe5;
    border-color: #95bfe5
}

.faqs--dark[data-v-748bc4f0] table {
    color: #212121
}

.faqs--dark[data-v-748bc4f0] li:before {
    background-color: #fff
}

.faqs--dark[data-v-748bc4f0] a {
    color: #95bfe5;
    font-weight: 700
}

    .faqs--dark[data-v-748bc4f0] a:hover {
        color: #fff;
        text-decoration: underline
    }

.faqs--light[data-v-748bc4f0] {
    background-color: #fafafa;
    color: #212121
}

.faqs--light .faqs__heading[data-v-748bc4f0] {
    color: inherit
}

.faqs--light .faqs__support-box[data-v-748bc4f0] {
    color: #212121;
    background: #efefef
}

.faqs--light .faqs__button[data-v-748bc4f0], .faqs--light .faqs__support-email[data-v-748bc4f0] {
    color: #212121
}

.faqs--light .faqs__button--active[data-v-748bc4f0] {
    color: #670e36;
    border-color: #670e36
}

@media screen and (min-width:1024px) {
    .faqs__body[data-v-748bc4f0] {
        display: flex
    }
}

@media screen and (min-width:1024px) {
    .faqs__nav[data-v-748bc4f0] {
        flex-basis: 50%;
        padding-right: 32px
    }
}

@media screen and (min-width:1440px) {
    .faqs__nav[data-v-748bc4f0] {
        padding-right: 80px
    }
}

.faqs__heading[data-v-748bc4f0] {
    margin: 8px 0 16px
}

.faqs__button-wrapper[data-v-748bc4f0] {
    padding: 0 0 16px;
    display: flex;
    flex-wrap: wrap
}

@media screen and (min-width:1024px) {
    .faqs__button-wrapper[data-v-748bc4f0] {
        padding: 0;
        flex-direction: column
    }
}

.faqs__button[data-v-748bc4f0] {
    padding: 14px 16px;
    margin: 8px 8px 8px 0;
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: transparent;
    border-radius: 40px;
    cursor: pointer;
    transition: color .2s;
    will-change: color
}

@media screen and (min-width:1024px) {
    .faqs__button[data-v-748bc4f0] {
        margin: 16px 0 0;
        padding: 0;
        font-size: 18px;
        border: 0;
        text-align: left
    }
}

@media screen and (min-width:1440px) {
    .faqs__button[data-v-748bc4f0] {
        font-size: 20px
    }
}

.faqs__button[data-v-748bc4f0]:last-child {
    margin-right: 0
}

.faqs__list[data-v-748bc4f0] {
    width: 100%
}

.faqs__support-box[data-v-748bc4f0] {
    margin-top: 32px;
    padding: 16px 32px;
    font-size: 16px;
    text-align: center;
    line-height: 1.75
}

@media screen and (min-width:1440px) {
    .faqs__support-box[data-v-748bc4f0] {
        font-size: 18px
    }
}

.faqs__support-email[data-v-748bc4f0] {
    text-decoration: underline
}



.memberships[data-v-ab971da6] {
    width: 100%;
    padding: 32px 0 16px
}

@media screen and (min-width:760px) {
    .memberships[data-v-ab971da6] {
        padding: 32px 0 60px
    }
}

@media screen and (min-width:1024px) {
    .memberships[data-v-ab971da6] {
        padding: 64px 0
    }
}

@media screen and (min-width:1440px) {
    .memberships[data-v-ab971da6] {
        padding: 80px 0 100px
    }
}

.memberships--light[data-v-ab971da6] {
    background-color: #fafafa;
    color: #212121
}

.memberships--light .memberships__description[data-v-ab971da6] {
    color: #212121
}

.memberships--light .memberships__heading[data-v-ab971da6] {
    color: inherit
}

.memberships--dark[data-v-ab971da6] {
    background-color: #480024;
    color: #fff
}

.memberships--dark .memberships__description[data-v-ab971da6] {
    color: #fff
}

.memberships--dark .memberships__heading[data-v-ab971da6] {
    color: inherit
}

@media screen and (min-width:1024px) {
    .memberships__inner[data-v-ab971da6] {
        display: flex
    }
}

.memberships__heading-wrapper[data-v-ab971da6] {
    flex-basis: 33.33333%;
    padding-right: 32px
}

.memberships__heading[data-v-ab971da6] {
    padding: 8px 0
}

@media screen and (min-width:1440px) {
    .memberships__heading[data-v-ab971da6] {
        padding-right: 48px
    }
}

.memberships__description[data-v-ab971da6] {
    font-size: 16px
}

@media screen and (min-width:1440px) {
    .memberships__description[data-v-ab971da6] {
        font-size: 16px
    }
}

.memberships__item-wrapper[data-v-ab971da6] {
    margin-top: 32px;
    flex-basis: 66.66667%
}

@media screen and (min-width:760px) {
    .memberships__item-wrapper[data-v-ab971da6] {
        display: flex;
        margin: 32px -8px 0
    }
}

@media screen and (min-width:1024px) {
    .memberships__item-wrapper[data-v-ab971da6] {
        margin: 16px 0 0;
        justify-content: flex-end
    }
}

.memberships__card[data-v-ab971da6] {
    padding: 0 2px 16px;
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
    background: #fafafa;
    border: 0;
    border-radius: 16px;
    box-shadow: 0 2px 6px 0 rgba(60,60,60,.15)
}

@media screen and (min-width:760px) {
    .memberships__card[data-v-ab971da6] {
        width: 50%;
        margin: 0 8px
    }
}

@media screen and (min-width:1024px) {
    .memberships__card[data-v-ab971da6] {
        margin: 0 0 0 16px
    }
}

@media screen and (min-width:1440px) {
    .memberships__card[data-v-ab971da6] {
        margin: 0 0 0 24px
    }
}

@media screen and (min-width:1024px) {
    .memberships__card[data-v-ab971da6]:first-child {
        margin: 0
    }
}

.memberships__title-wrapper[data-v-ab971da6] {
    margin: 4px 4px 24px;
    padding: 8px 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 16px
}

.memberships__card-title[data-v-ab971da6] {
    color: #212121;
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-size: 21px;
    font-weight: 700;
    text-transform: uppercase
}

.memberships__item-image[data-v-ab971da6] {
    height: 28px;
    margin-right: 12px
}

.memberships__membership-description[data-v-ab971da6] {
    padding: 0 20px;
    margin: 0 auto 24px;
    color: #212121;
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-size: 13px;
    font-weight: 400;
    font-weight: var(--body_text_weight,400);
    text-align: left;
    text-transform: none
}

@media screen and (min-width:1024px) {
    .memberships__membership-description[data-v-ab971da6] {
        font-size: 16px
    }
}

.memberships__benefit-wrapper[data-v-ab971da6] {
    margin: 0;
    padding: 0 20px
}

.memberships__benefit[data-v-ab971da6] {
    margin: 0 0 24px;
    display: flex;
    align-items: center;
    color: #212121
}

.memberships__benefit-text[data-v-ab971da6] {
    margin-left: 16px;
    color: #212121;
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-size: 13px;
    font-weight: 400;
    font-weight: var(--body_text_weight,400);
    text-transform: none
}

@media screen and (min-width:1024px) {
    .memberships__benefit-text[data-v-ab971da6] {
        font-size: 16px
    }
}

.memberships__benefit-icon[data-v-ab971da6] {
    height: 16px;
    width: 16px;
    color: #670e36;
    flex-shrink: 0;
    flex-basis: 16px
}

.memberships__button-wrapper[data-v-ab971da6] {
    padding: 8px 0 0;
    margin: auto 0 0;
    width: 100%;
    text-align: center;
    border-top: 1px solid #aaa
}

.memberships__button[data-v-ab971da6] {
    margin: 8px auto 0
}

@media screen and (min-width:1440px) {
    .memberships__button[data-v-ab971da6] {
        margin-top: 12px auto 0
    }
}



.video-subnav[data-v-bf98b0dc] {
    margin: 0;
    padding: 0;
    width: 100%;
    color: #fff;
    background: #510b2a;
    overflow-y: hidden;
    overflow-x: auto
}

.video-subnav__inner[data-v-bf98b0dc] {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch
}

.video-subnav__logo[data-v-bf98b0dc] {
    position: relative;
    top: 0;
    display: block;
    margin: 0;
    height: 16px;
    width: auto
}

@media screen and (min-width:760px) {
    .video-subnav__logo[data-v-bf98b0dc] {
        height: 24px
    }
}

.video-subnav__item[data-v-bf98b0dc] {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    margin: 0 16px 0 0;
    color: #fff;
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-size: 14px;
    font-weight: 700;
    font-weight: var(--heading_weight,700);
    text-decoration: none;
    text-transform: none;
    text-transform: var(--heading_text_transform,none);
    line-height: 1;
    background: transparent;
    border: 0;
    outline: none;
    cursor: pointer
}

@media screen and (min-width:760px) {
    .video-subnav__item[data-v-bf98b0dc] {
        margin: 0 32px 0 0;
        font-size: 18px
    }
}

.video-subnav__item.nuxt-link-exact-active[data-v-bf98b0dc]:after {
    transform: translateY(2px)
}

.video-subnav__item[data-v-bf98b0dc]:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    height: 3px;
    transform: translateY(4px);
    transition: transform .3s cubic-bezier(.23,1.25,.46,1)
}

.video-subnav__item[data-v-bf98b0dc]:hover:after {
    transform: translateY(0)
}


 

.browse[data-v-24b5ba62] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px;
    background: #fafafa;
    width: 100%
}


<meta data-n-head="ssr" name="viewport" content="width=device-width, initial-scale=1" >
<script charset="utf-8" src="./menu-aston-villa_files/3d3cffb9de789bdd3e57.js.download" > </script >
<script charset="utf-8" src="./menu-aston-villa_files/b2c2bfd7d420e96c6867.js.download" > </script >
<script charset="utf-8" src="./menu-aston-villa_files/e81aac0a9ff379259dc7.js.download" > </script >

.article-hero[data-v-7318a409] {
    position: relative;
    width: 100%
}

.article-hero.lang-rtl[data-v-7318a409] {
    direction: rtl;
    text-align: right;
    unicode-bidi: bidi-override
}

.article-hero.lang-rtl .article-hero__title[data-v-7318a409] {
    text-align: left;
    text-align: initial
}

.article-hero__image[data-v-7318a409] {
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    z-index: 1
}

@media screen and (min-width:760px) {
    .article-hero__image--small[data-v-7318a409] {
        display: none
    }
}

.article-hero__image--large[data-v-7318a409] {
    display: none
}

@media screen and (min-width:760px) {
    .article-hero__image--large[data-v-7318a409] {
        display: block
    }
}

.article-hero__image--style-Deep[data-v-7318a409] {
    min-height: 200px;
    height: 75vh;
    max-height: calc(100vh - 300px)
}

.main.header-is--solid .article-hero__image--style-Deep[data-v-7318a409], .main.header-type--fixed .article-hero__image--style-Deep[data-v-7318a409] {
    height: calc(75vh - 48px);
    margin-top: 48px
}

@media screen and (min-width:760px) {
    .article-hero__image--style-Deep[data-v-7318a409] {
        min-height: 480px;
        height: 80vh;
        max-height: 1200px
    }

    .main.header-is--solid .article-hero__image--style-Deep[data-v-7318a409], .main.header-type--fixed .article-hero__image--style-Deep[data-v-7318a409] {
        height: calc(75vh - 64px);
        margin-top: 64px
    }
}

@media screen and (min-width:1024px) {
    .main.header-is--solid .article-hero__image--style-Deep[data-v-7318a409], .main.header-type--fixed .article-hero__image--style-Deep[data-v-7318a409] {
        height: calc(80vh - 64px);
        margin-top: 64px
    }
}

.article-hero__image--style-Shallow[data-v-7318a409] {
    min-height: 150px;
    height: 25vh;
    max-height: calc(100vh - 300px)
}

.main.header-is--solid .article-hero__image--style-Shallow[data-v-7318a409], .main.header-type--fixed .article-hero__image--style-Shallow[data-v-7318a409] {
    height: calc(25vh - 48px);
    margin-top: 48px
}

@media screen and (min-width:760px) {
    .article-hero__image--style-Shallow[data-v-7318a409] {
        min-height: 320px;
        height: 40vh;
        max-height: 1200px
    }

    .main.header-is--solid .article-hero__image--style-Shallow[data-v-7318a409], .main.header-type--fixed .article-hero__image--style-Shallow[data-v-7318a409] {
        height: calc(75vh - 64px);
        margin-top: 64px
    }
}

@media screen and (min-width:1024px) {
    .main.header-is--solid .article-hero__image--style-Shallow[data-v-7318a409], .main.header-type--fixed .article-hero__image--style-Shallow[data-v-7318a409] {
        height: calc(40vh - 64px);
        margin-top: 64px
    }
}

.article-hero__content[data-v-7318a409] {
    position: relative;
    z-index: 3;
    text-align: left;
    margin-top: 0;
    min-height: 0;
    padding-top: 72px;
    padding-bottom: 24px;
    background: #480024
}

@media screen and (min-width:760px) {
    .article-hero__content[data-v-7318a409] {
        padding-top: 88px
    }
}

@media screen and (min-width:1024px) {
    .article-hero__content[data-v-7318a409] {
        padding-top: 112px;
        padding-bottom: 48px
    }
}

.article-hero__content.overlap[data-v-7318a409] {
    margin-top: -80px;
    min-height: 80px;
    padding-top: 64px;
    padding-bottom: 16px;
    background: transparent;
    background-image: linear-gradient(180deg,transparent,#480024 80px,#480024)
}

@media screen and (min-width:760px) {
    .article-hero__content.overlap[data-v-7318a409] {
        margin-top: -140px;
        min-height: 140px;
        padding-top: 64px;
        padding-bottom: 32px;
        background: transparent;
        background-image: linear-gradient(180deg,transparent,#480024 140px,#480024)
    }
}

.article-hero__inner[data-v-7318a409] {
    text-align: left
}

.article-hero__meta[data-v-7318a409] {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 0 1em
}

.article-hero__back-button[data-v-7318a409], .no-image .article-hero__back-button[data-v-7318a409] {
    color: #fff
}

.article-hero__title[data-v-7318a409] {
    position: relative;
    margin: 0;
    z-index: 3;
    color: #fff
}

.no-image .article-hero__title[data-v-7318a409] {
    color: #fff
}

.article-hero__date[data-v-7318a409] {
    position: relative;
    z-index: 3;
    margin: 0 8px;
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    direction: ltr;
    text-transform: none
}

@media screen and (min-width:760px) {
    .article-hero__date[data-v-7318a409] {
        font-size: 12px
    }
}

.article-hero__category[data-v-7318a409] {
    position: relative;
    z-index: 3;
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-size: 12px;
    font-weight: 400;
    font-weight: var(--body_text_weight,400);
    color: #95bfe5;
    text-transform: none
}

@media screen and (min-width:760px) {
    .article-hero__category[data-v-7318a409] {
        font-size: 12px
    }
}

.article-hero__icon[data-v-7318a409] {
    position: relative;
    z-index: 3;
    color: #fff;
    height: 16px;
    width: auto
}



.page-card[data-v-3f265abb] {
    justify-content: flex-start;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden
}

.page-card[data-v-3f265abb], .page-card__wrap[data-v-3f265abb] {
    display: flex;
    flex-direction: row;
    align-items: stretch
}

.page-card__wrap[data-v-3f265abb] {
    justify-content: center;
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 70%
}

.page-card__inner[data-v-3f265abb] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    padding: 0 24px 24px;
    text-align: left;
    text-decoration: none;
    z-index: 3;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.page-card__title[data-v-3f265abb] {
    padding: 0;
    margin: 0;
    width: 100%;
    color: #fff;
    text-align: inherit
}

.page-card__summary[data-v-3f265abb] {
    display: none;
    width: 100%;
    margin: 8px 0 0;
    font-size: 12px
}

@media screen and (min-width:760px) {
    .article-card.not-fixed-aspect .article-card__wrap[data-v-3f265abb] {
        height: auto;
        padding-bottom: 0
    }

    .article-card.not-fixed-aspect .article-card__inner[data-v-3f265abb] {
        position: relative
    }
}

@media screen and (min-width:760px) {
    .page-card__summary[data-v-3f265abb] {
        display: block;
        color: #fff;
        font-family: Effra,sans-serif;
        font-family: var(--primary_font,"Effra",sans-serif);
        font-size: 16px;
        font-weight: 400;
        font-weight: var(--body_text_weight,400);
        text-transform: none
    }
}



.page-card[data-v-74975244] {
    justify-content: flex-start;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden
}

.page-card[data-v-74975244], .page-card__wrap[data-v-74975244] {
    display: flex;
    flex-direction: row;
    align-items: stretch
}

.page-card__wrap[data-v-74975244] {
    justify-content: center;
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 70%
}

.page-card__inner[data-v-74975244] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    padding: 0 24px 24px;
    text-align: left;
    text-decoration: none;
    z-index: 3;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.page-card__title[data-v-74975244] {
    padding: 0;
    margin: 0;
    width: 100%;
    color: #fff;
    text-align: inherit
}

.page-card__summary[data-v-74975244] {
    display: none;
    width: 100%;
    margin: 8px 0 0;
    font-size: 12px
}

@media screen and (min-width:760px) {
    .article-card.not-fixed-aspect .article-card__wrap[data-v-74975244] {
        height: auto;
        padding-bottom: 0
    }

    .article-card.not-fixed-aspect .article-card__inner[data-v-74975244] {
        position: relative
    }
}

@media screen and (min-width:760px) {
    .page-card__summary[data-v-74975244] {
        display: block;
        color: #fff;
        font-family: Effra,sans-serif;
        font-family: var(--primary_font,"Effra",sans-serif);
        font-size: 16px;
        font-weight: 400;
        font-weight: var(--body_text_weight,400);
        text-transform: none
    }
}



.page-card[data-v-1c6e49b8] {
    justify-content: flex-start;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden
}

.page-card[data-v-1c6e49b8], .page-card__wrap[data-v-1c6e49b8] {
    display: flex;
    flex-direction: row;
    align-items: stretch
}

.page-card__wrap[data-v-1c6e49b8] {
    justify-content: center;
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 70%
}

.page-card__inner[data-v-1c6e49b8] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    padding: 0 24px 24px;
    text-align: left;
    text-decoration: none;
    z-index: 3;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.page-card__title[data-v-1c6e49b8] {
    padding: 0;
    margin: 0;
    width: 100%;
    color: #fff;
    text-align: inherit
}

.page-card__summary[data-v-1c6e49b8] {
    display: none;
    width: 100%;
    margin: 8px 0 0;
    font-size: 12px
}

@media screen and (min-width:760px) {
    .article-card.not-fixed-aspect .article-card__wrap[data-v-1c6e49b8] {
        height: auto;
        padding-bottom: 0
    }

    .article-card.not-fixed-aspect .article-card__inner[data-v-1c6e49b8] {
        position: relative
    }
}

@media screen and (min-width:760px) {
    .page-card__summary[data-v-1c6e49b8] {
        display: block;
        color: #fff;
        font-family: Effra,sans-serif;
        font-family: var(--primary_font,"Effra",sans-serif);
        font-size: 16px;
        font-weight: 400;
        font-weight: var(--body_text_weight,400);
        text-transform: none
    }
}



.is-light[data-v-8db28ee4] {
    background: #fafafa
}

.is-light[data-v-8db28ee4], .is-light .row__description[data-v-8db28ee4], .is-light .row__title[data-v-8db28ee4] {
    color: #212121
}

.is-dark[data-v-8db28ee4] {
    background: #480024
}

    .is-dark[data-v-8db28ee4], .is-dark .row__description[data-v-8db28ee4], .is-dark .row__title[data-v-8db28ee4], .is-dark[data-v-8db28ee4] .wysiwyg {
        color: #fff
    }

.repeater-stacker__row[data-v-8db28ee4] {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 0 -16px
}

@media screen and (min-width:760px) {
    .repeater-stacker__row[data-v-8db28ee4] {
        flex-direction: row;
        justify-content: flex-start
    }
}

.row[data-v-8db28ee4] {
    padding: 32px 0;
    padding: var(--content_spacing--small,32px) 0;
    margin: 0 auto;
    width: 100%;
    background-size: cover;
    background-position: 50%
}

@media screen and (min-width:760px) {
    .row[data-v-8db28ee4] {
        padding: 48px 0;
        padding: var(--content_spacing--large,48px) 0
    }
}

.row.is-dark.no-background-image + .is-dark.no-background-image[data-v-8db28ee4], .row.is-light.no-background-image + .is-light.no-background-image[data-v-8db28ee4] {
    padding-top: 0
}

.row.no-background-image[data-v-8db28ee4] {
    padding: 32px 0;
    padding: var(--content_spacing--small,32px) 0
}

@media screen and (min-width:760px) {
    .row.no-background-image[data-v-8db28ee4] {
        padding: 48px 0;
        padding: var(--content_spacing--large,48px) 0
    }
}

.row.is-grid-row[data-v-8db28ee4] {
    padding-bottom: 0
}

.row.is-widget-row[data-v-8db28ee4] {
    max-width: 1088px
}

    .row.is-widget-row[data-v-8db28ee4]:first-child {
        padding-top: 32px;
        padding-top: var(--content_spacing--small,32px)
    }

@media screen and (min-width:760px) {
    .row.is-widget-row[data-v-8db28ee4]:first-child {
        padding-top: 48px;
        padding-top: var(--content_spacing--large,48px)
    }
}

.row.is-widget-row:first-child .row__title[data-v-8db28ee4] {
    padding-top: 0 !important
}

.row.is-widget-row[data-v-8db28ee4] .widget {
    margin: 0 auto
}

.row.is-widget-row .row__title[data-v-8db28ee4] {
    padding-top: 32px;
    padding-top: var(--content_spacing--small,32px)
}

@media screen and (min-width:760px) {
    .row.is-widget-row .row__title[data-v-8db28ee4] {
        padding-top: 48px;
        padding-top: var(--content_spacing--large,48px)
    }
}

.row.no-background-image.is-dark + .row.is-widget-row.is-dark .row__title[data-v-8db28ee4], .row.no-background-image.is-light + .row.is-widget-row.is-light .row__title[data-v-8db28ee4] {
    padding-top: 32px/4;
    padding-top: var(--content_spacing--small,32px)/4
}

@media screen and (min-width:760px) {
    .row.no-background-image.is-dark + .row.is-widget-row.is-dark .row__title[data-v-8db28ee4], .row.no-background-image.is-light + .row.is-widget-row.is-light .row__title[data-v-8db28ee4] {
        padding-top: 48px/4;
        padding-top: var(--content_spacing--large,48px)/4
    }
}

.row[data-v-8db28ee4] .text-block-widget {
    padding: 0;
    margin: 0;
    max-width: none !important
}

.row__title[data-v-8db28ee4] {
    margin: 0 0 16px;
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-size: 28px;
    font-weight: 700;
    font-weight: var(--heading_weight,700);
    text-transform: none
}

@media screen and (min-width:760px) {
    .row__title[data-v-8db28ee4] {
        font-size: 40px
    }
}

.row__description[data-v-8db28ee4] {
    padding: 0 16px 0 0;
    max-width: 760px
}

.grid[data-v-8db28ee4] {
    display: flex;
    flex-direction: column;
    margin: 0 -16px
}

@media screen and (min-width:760px) {
    .grid[data-v-8db28ee4] {
        flex-direction: row;
        justify-content: flex-start;
        flex-wrap: wrap
    }
}

@media screen and (min-width:1024px) {
    .grid[data-v-8db28ee4] {
        flex-direction: row;
        justify-content: flex-start
    }
}

@media screen and (min-width:760px) {
    .grid--50-25-25[data-v-8db28ee4] {
        flex-direction: row;
        justify-content: flex-start;
        flex-wrap: wrap
    }
}

.grid__item[data-v-8db28ee4] {
    position: relative;
    flex: 1;
    margin: 0 16px 32px;
    margin: 0 16px var(--content_spacing--small,32px)
}

@media screen and (min-width:760px) {
    .grid__item[data-v-8db28ee4] {
        margin: 0 16px 48px;
        margin: 0 16px var(--content_spacing--large,48px)
    }
}

.grid__item--GridImageWidget[data-v-8db28ee4] {
    height: 280px
}

@media screen and (min-width:760px) {
    .grid__item--GridImageWidget[data-v-8db28ee4] {
        height: 380px
    }
}

.grid__item--25[data-v-8db28ee4] {
    min-width: calc(100% - 32px);
    max-width: calc(100% - 32px)
}

@media screen and (min-width:760px) {
    .grid__item--25[data-v-8db28ee4] {
        min-width: calc(50% - 32px);
        max-width: calc(50% - 32px)
    }
}

@media screen and (min-width:1440px) {
    .grid__item--25[data-v-8db28ee4] {
        min-width: calc(25% - 32px);
        max-width: calc(25% - 32px)
    }
}

@media screen and (min-width:760px) {
    .grid--50-25-25 .grid__item--25[data-v-8db28ee4] {
        order: 2
    }
}

@media screen and (min-width:1440px) {
    .grid--50-25-25 .grid__item--25[data-v-8db28ee4] {
        order: 0
    }
}

.grid__item--33[data-v-8db28ee4] {
    min-width: calc(100% - 32px);
    max-width: calc(100% - 32px)
}

@media screen and (min-width:1024px) {
    .grid__item--33[data-v-8db28ee4] {
        min-width: calc(33.33% - 32px);
        max-width: calc(33.33% - 32px)
    }
}

.grid__item--50[data-v-8db28ee4] {
    min-width: calc(100% - 32px);
    max-width: calc(100% - 32px)
}

@media screen and (min-width:760px) {
    .grid__item--50[data-v-8db28ee4] {
        min-width: calc(50% - 32px);
        max-width: calc(50% - 32px)
    }
}

.grid--50-25-25 .grid__item--50[data-v-8db28ee4] {
    order: 1
}

@media screen and (min-width:760px) {
    .grid--50-25-25 .grid__item--50[data-v-8db28ee4] {
        min-width: calc(100% - 32px);
        max-width: calc(100% - 32px)
    }
}

@media screen and (min-width:1440px) {
    .grid--50-25-25 .grid__item--50[data-v-8db28ee4] {
        order: 0;
        min-width: calc(50% - 32px);
        max-width: calc(50% - 32px)
    }
}

.grid__item--66[data-v-8db28ee4] {
    min-width: calc(100% - 32px);
    max-width: calc(100% - 32px)
}

@media screen and (min-width:1024px) {
    .grid__item--66[data-v-8db28ee4] {
        min-width: calc(66.66% - 32px);
        max-width: calc(66.66% - 32px)
    }
}

.child-pages[data-v-8db28ee4] {
    margin: 0 auto;
    padding: 0;
    width: 100%
}

.child-pages__listing[data-v-8db28ee4] {
    max-width: 1920px
}

.child-pages__item[data-v-8db28ee4] {
    margin-bottom: 16px
}



.quick-menu[data-v-18a7d5f3] {
    width: 100%;
    padding: 16px 0 2px;
    position: relative;
    z-index: 10;
    margin-bottom: 32px/2;
    margin-bottom: var(--content_spacing--small,32px)/2;
    background-color: #670e36;
    box-shadow: 0 4px 16px 0 rgba(0,0,0,.16)
}

@media screen and (min-width:1024px) {
    .quick-menu[data-v-18a7d5f3] {
        margin-bottom: 48px/2;
        margin-bottom: var(--content_spacing--large,48px)/2
    }
}

.quick-menu__inner[data-v-18a7d5f3] {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch
}

.quick-menu__link[data-v-18a7d5f3] {
    padding: 0 0 6px;
    margin: 0 24px 8px 0;
    display: block;
    color: #fff;
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-size: 16px;
    font-weight: 400;
    font-weight: var(--body_text_weight,400);
    text-decoration: none;
    text-transform: none;
    white-space: nowrap;
    background: transparent;
    border: 0;
    border-bottom: 3px solid transparent;
    cursor: pointer;
    outline: none
}

@media screen and (min-width:1024px) {
    .quick-menu__link[data-v-18a7d5f3] {
        margin: 0 32px 4px 0
    }
}

.quick-menu__link[data-v-18a7d5f3]:hover {
    color: #fff
}

.quick-menu__link[data-v-18a7d5f3]:last-child:after {
    content: "";
    display: inline-block;
    width: 64px
}

.quick-menu__link.nuxt-link-active[data-v-18a7d5f3] {
    color: #fff;
    font-weight: 700;
    border-bottom: 3px solid #95bfe5
}



.article-body[data-v-5ee92221] {
    padding: 0 16px;
    margin: 0 auto;
    max-width: 1600px;
    width: 100%;
    text-align: left;
    background-color: #fafafa
}

@media (min-width:1024px) {
    .article-body[data-v-5ee92221] {
        padding: 0 64px
    }
}

.hub-body[data-v-5ee92221] {
    padding: 0;
    margin: 0 auto;
    width: 100%;
    text-align: left
}

.child-pages[data-v-5ee92221] {
    margin-top: 32px
}

.child-pages__intro-wrap[data-v-5ee92221] {
    padding: 0;
    text-align: left
}

.child-pages__intro[data-v-5ee92221] {
    display: inline-block;
    max-width: 960px;
    color: #212121
}

.child-pages__listing[data-v-5ee92221] {
    padding-bottom: 24px
}

.child-pages__item[data-v-5ee92221] {
    margin-bottom: 16px
}


<script charset="utf-8" src="./menu-aston-villa_files/ff98d0ed0af8e363d441.js.download" > </script >
<script charset="utf-8" src="./menu-aston-villa_files/d1f125e9cff5e3290731.js.download" > </script >
<script charset="utf-8" src="./menu-aston-villa_files/bb3852f3e480ad71ce5b.js.download" > </script >
<script charset="utf-8" src="./menu-aston-villa_files/a98a700a1a7a4af8b56d.js.download" > </script >

.text-block-widget[data-v-4ecdd0e0] {
    max-width: 960px;
    width: 100%
}



.basic-divider[data-v-0f0b302c] {
    border: 1px solid #670e36;
    border-radius: 0;
    margin: 0 auto;
    max-width: 960px
}

.divider-container[data-v-0f0b302c] {
    height: 32px;
    max-width: 960px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center
}

    .divider-container[data-v-0f0b302c]:before {
        left: 0
    }

    .divider-container[data-v-0f0b302c]:after, .divider-container[data-v-0f0b302c]:before {
        content: "";
        position: absolute;
        width: calc(50% - 32px);
        top: 50%;
        height: 1px
    }

    .divider-container[data-v-0f0b302c]:after {
        right: 0
    }

.divider-container--colour[data-v-0f0b302c]:before {
    background: linear-gradient(90deg,#95bfe5,#670e36)
}

.divider-container--colour[data-v-0f0b302c]:after {
    background: linear-gradient(90deg,#670e36,#95bfe5)
}

.divider-container--grey[data-v-0f0b302c]:after, .divider-container--grey[data-v-0f0b302c]:before {
    background: #aaa
}

.divider-logo-wrapper[data-v-0f0b302c] {
    position: absolute;
    background-color: transparent;
    width: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: calc(50% - 16px)
}

.divider-logo[data-v-0f0b302c] {
    height: 32px;
    width: auto;
    margin: 0 auto
}



.image-only[data-v-ca642dd2] {
    width: 100%;
    height: inherit;
    background-position: 50%;
    background-size: cover
}

.link-wrapper[data-v-ca642dd2] {
    width: 100%;
    height: 100%;
    min-height: 280px;
    text-decoration: none
}

@media screen and (min-width:760px) {
    .link-wrapper[data-v-ca642dd2] {
        height: 380px
    }
}

.image-block[data-v-ca642dd2] {
    width: 100%;
    height: 100%;
    min-height: inherit;
    padding: 16px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-position: 50%;
    background-size: cover
}

.image-block__content-wrapper[data-v-ca642dd2] {
    z-index: 5
}

.image-block__title[data-v-ca642dd2] {
    color: #fff
}

.image-block__text[data-v-ca642dd2] {
    padding: 0;
    color: #fff;
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-size: 16px;
    font-weight: 400;
    font-weight: var(--body_text_weight,400);
    text-transform: none
}

.image-block__button[data-v-ca642dd2] {
    padding-left: 0;
    z-index: 2
}



.missing-widget[data-v-ddf5904a] {
    display: none
}


<script charset="utf-8" src="./menu-aston-villa_files/b3e8ac0e96664b8a6690.js.download" > </script >
<script charset="utf-8" src="./menu-aston-villa_files/73427a5924ebd9b64197.js.download" > </script >
<link data-n-head="ssr" rel="canonical" href="https://www.avfc.co.uk/hospitality" >
<meta data-n-head="ssr" data-hid="generated-on" name="generated-on" content="client" >
<meta data-n-head="ssr" data-hid="description" name="description" content="Aston Villa pride ourselves on our hospitality offerings and look forward to welcoming you to Villa Park." >
<meta data-n-head="ssr" data-hid="apple-mobile-web-app-title" name="apple-mobile-web-app-title" content="Hospitality at Villa Park | AVFC" >
<meta data-n-head="ssr" data-hid="og:title" property="og:title" content="Hospitality at Villa Park" >
<meta data-n-head="ssr" data-hid="og:description" property="og:description" content="Aston Villa pride ourselves on our hospitality offerings and look forward to welcoming you to Villa Park." >
<meta data-n-head="ssr" data-hid="og:url" property="og:url" content="https://www.avfc.co.uk/hospitality" >
<meta data-n-head="ssr" data-hid="og:type" property="og:type" content="website" >
<meta data-n-head="ssr" data-hid="og:image" property="og:image" content="https://images.webapi.gc.avfcservices.co.uk/fit-in/1000x1000/efac4a80-914c-11eb-9fe7-fb2ab0881812.jpg" >
<meta data-n-head="ssr" data-hid="og:image:secure_url" property="og:image:secure_url" content="https://images.webapi.gc.avfcservices.co.uk/fit-in/1000x1000/efac4a80-914c-11eb-9fe7-fb2ab0881812.jpg" >
<meta data-n-head="ssr" data-hid="og:image:type" property="og:image:type" content="image/jpg" >
<meta data-n-head="ssr" data-hid="twitter:card" property="twitter:card" content="summary_large_image" >
<script data-n-head="ssr" data-hid="schema" type="application/ld+json" >
null
</script >

.image-widget[data-v-42c2fa8c], .image-widget.fullWidth[data-v-42c2fa8c] {
    width: 100%
}

.image-widget.wideWidth[data-v-42c2fa8c] {
    max-width: 960px
}

.image-widget.standardWidth[data-v-42c2fa8c] {
    max-width: 640px
}

.image[data-v-42c2fa8c] {
    width: 100%
}



.is-dark[data-v-80c549dc] li:before {
    background-color: #fff
}

.hide-on-small[data-v-80c549dc] {
    display: none !important
}

@media screen and (min-width:760px) {
    .hide-on-small[data-v-80c549dc] {
        display: block !important
    }
}

@media screen and (min-width:760px) {
    .hide-on-large[data-v-80c549dc] {
        display: none !important
    }
}

.contact-widget[data-v-80c549dc] {
    max-width: 960px
}

.contact-widget__inner[data-v-80c549dc] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 24px 16px 8px;
    background: #670e36
}

.contact-widget__subtitle[data-v-80c549dc], .contact-widget__title[data-v-80c549dc] {
    padding: 0;
    margin: 0 0 16px;
    color: #fff
}

.contact-widget__subtitle[data-v-80c549dc] {
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-size: 16px;
    font-weight: 400;
    font-weight: var(--body_text_weight,400);
    text-align: center;
    text-transform: none
}

@media screen and (min-width:760px) {
    .contact-widget__subtitle[data-v-80c549dc] {
        font-size: 18px
    }
}

.contact-widget__info[data-v-80c549dc] {
    position: relative;
    padding: 0;
    margin: 0 0 8px;
    max-width: 560px
}

.contact-widget__image[data-v-80c549dc] {
    position: absolute;
    top: 50%;
    left: -64px;
    margin: -32px 16px 0 0
}

.contact-widget__image[data-v-80c549dc], .contact-widget__small-image[data-v-80c549dc] {
    display: block;
    height: 48px;
    width: 48px;
    background-size: cover;
    background-position: top;
    border: 2px solid #fff;
    border-radius: 50%
}

.contact-widget__small-image[data-v-80c549dc] {
    margin: 0 0 16px
}

.contact-widget__text[data-v-80c549dc] {
    color: #fff;
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    text-align: center;
    text-transform: none
}

@media screen and (min-width:760px) {
    .contact-widget__text[data-v-80c549dc] {
        text-align: left
    }
}

.contact-widget__text[data-v-80c549dc] p {
    margin: 0 0 1em;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: 1.75;
    text-transform: inherit
}

.contact-widget__actions[data-v-80c549dc] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

@media screen and (min-width:760px) {
    .contact-widget__actions[data-v-80c549dc] {
        flex-direction: row
    }
}

.contact-widget__button[data-v-80c549dc] {
    margin: 0 16px 16px
}

.contact-widget__disclaimer-text[data-v-80c549dc] p {
    margin: 0 0 1em;
    color: #fff;
    font-family: Effra,sans-serif;
    font-family: var(--primary_font,"Effra",sans-serif);
    font-size: 8px;
    font-weight: 400;
    font-weight: var(--body_text_weight,400);
    line-height: 1.75
}

@media screen and (min-width:760px) {
    .contact-widget__disclaimer-text[data-v-80c549dc] p {
        font-size: 10px
    }
}


