/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
@-webkit-keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes overlayFadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: .8
    }
}

@keyframes overlayFadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: .8
    }
}

@-webkit-keyframes overlayFadeOut {
    0% {
        opacity: .8
    }

    to {
        opacity: 0
    }
}

@keyframes overlayFadeOut {
    0% {
        opacity: .8
    }

    to {
        opacity: 0
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        margin-left: 100px;
        opacity: 0
    }

    to {
        margin-left: 0;
        opacity: 1
    }
}

@keyframes fadeInRight {
    0% {
        margin-left: 100px;
        opacity: 0
    }

    to {
        margin-left: 0;
        opacity: 1
    }
}

@-webkit-keyframes slideInUp {
    0% {
        visibility: visible;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-webkit-keyframes slideInRight {
    0% {
        visibility: visible;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

@-webkit-keyframes slideInDown {
    0% {
        visibility: visible;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInUp {
    0% {
        visibility: visible;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-40%,0);
        transform: translate3d(0,-40%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-40%,0);
        transform: translate3d(0,-40%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-40%,0);
        transform: translate3d(0,-40%,0)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-40%,0);
        transform: translate3d(0,-40%,0)
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@-webkit-keyframes shortFadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,20%,0);
        transform: translate3d(0,20%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes shortFadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,20%,0);
        transform: translate3d(0,20%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-webkit-keyframes slideInLeft {
    0% {
        visibility: visible;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInLeft {
    0% {
        visibility: visible;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
}

@-webkit-keyframes slideInLeftSmall {
    0% {
        margin-left: -12px
    }

    to {
        margin-left: 0
    }
}

@keyframes slideInLeftSmall {
    0% {
        margin-left: -12px
    }

    to {
        margin-left: 0
    }
}

@-webkit-keyframes slideInRightSmall {
    0% {
        margin-right: -12px
    }

    to {
        margin-right: 0
    }
}

@keyframes slideInRightSmall {
    0% {
        margin-right: -12px
    }

    to {
        margin-right: 0
    }
}

@-webkit-keyframes ballPop {
    0% {
        -webkit-transform: translate(-50%,-50%) scale(0);
        transform: translate(-50%,-50%) scale(0)
    }

    50% {
        -webkit-transform: translate(-50%,-50%) scale(1.2);
        transform: translate(-50%,-50%) scale(1.2)
    }
}

@keyframes ballPop {
    0% {
        -webkit-transform: translate(-50%,-50%) scale(0);
        transform: translate(-50%,-50%) scale(0)
    }

    50% {
        -webkit-transform: translate(-50%,-50%) scale(1.2);
        transform: translate(-50%,-50%) scale(1.2)
    }
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInDown {
    0% {
        visibility: visible;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-webkit-keyframes newEventLine {
    0% {
        background: #82bee6;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    75% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        background: rgba(0,0,0,.1)
    }
}

@keyframes newEventLine {
    0% {
        background: #82bee6;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    75% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        background: rgba(0,0,0,.1)
    }
}

@-webkit-keyframes pulse {
    0%,to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    50% {
        -webkit-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05)
    }
}

@keyframes pulse {
    0%,to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    50% {
        -webkit-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05)
    }
}

@-webkit-keyframes warp {
    0% {
        right: 0;
        width: 100%;
        -webkit-transform: translate(200vw);
        transform: translate(200vw)
    }

    50%,75% {
        left: 0;
        width: 100%
    }

    to {
        left: 0;
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@keyframes warp {
    0% {
        right: 0;
        width: 100%;
        -webkit-transform: translate(200vw);
        transform: translate(200vw)
    }

    50%,75% {
        left: 0;
        width: 100%
    }

    to {
        left: 0;
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInRight {
    0% {
        visibility: visible;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    min-height: 100vh
}

.slick-slide img, details, main {
    display: block
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    border-bottom: none
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub, sup {
    position: relative;
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    margin: 0;
    line-height: 1.15
}

optgroup {
    font-family: inherit;
    font-size: 100%
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

    [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
        padding: 0;
        border-style: none
    }

    [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
        outline: 1px dotted ButtonText
    }

fieldset {
    padding: .35em .75em .625em
}

legend {
    display: table;
    max-width: 100%;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio], legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: textfield
}

    [type=search]::-webkit-search-decoration {
        -webkit-appearance: none
    }

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

summary {
    display: list-item
}

[hidden], template {
    display: none
}

blockquote, dd, dl, figure, h1, h2, h3, h4 {
    margin: 0
}

.dhl-branding .content-block-large-image ul, .dhl-branding .content-block-small-image ul, ol[role=list], ul[role=list] {
    list-style: none
}

ul {
    padding: 0
}

html[focus-within] {
    scroll-behavior: smooth
}

html:focus-within {
    scroll-behavior: smooth
}

body {
    min-height: 100vh;
    text-rendering: optimizeSpeed
}

a:not([class]) {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto
}

img, picture {
    display: block;
    max-width: 100%
}

button, input, select, textarea {
    font: inherit
}

@media (prefers-reduced-motion:reduce) {
    html[focus-within] {
        scroll-behavior: auto
    }

    html:focus-within {
        scroll-behavior: auto
    }

    *, :after, :before {
        scroll-behavior: auto !important;
        -webkit-animation-duration: .01ms !important;
        animation-duration: .01ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important;
        -webkit-transition-duration: .01ms !important;
        transition-duration: .01ms !important
    }
}

@media print {
    blockquote, img, pre, tr {
        page-break-inside: avoid
    }

    *, :after, :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

        a[href]:after {
            content: " (" attr(href) ")"
        }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: ""
    }

    blockquote, pre {
        border: 1px solid #999
    }

    thead {
        display: table-header-group
    }

    img {
        max-width: 100% !important
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    select {
        background: #fff !important
    }
}

@font-face {
    font-family: Helvetica Neue;
    font-style: normal;
    font-weight: 400;
    src: local("Helvetica Neue"),url(HelveticaNeue-Reg.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family: Helvetica Neue Light;
    font-style: normal;
    font-weight: 400;
    src: local("Helvetica Neue Light"),url(HelveticaNeue-Light.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family: Helvetica Neue Bold;
    font-style: normal;
    font-weight: 400;
    src: local("Helvetica Neue Bold"),url(HelveticaNeue-Bold.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family: Helvetica Neue Black;
    font-style: normal;
    font-weight: 400;
    src: local("Helvetica Neue Black"),url(HelveticaNeue-Black.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family: Delivery;
    font-style: normal;
    font-weight: 400;
    src: local("Delivery"),url(Delivery_W_Regular.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family: Delivery Bold;
    font-style: normal;
    font-weight: 400;
    src: local("Delivery Bold"),url(Delivery_W_Bold.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family: Delivery Condensed Black;
    font-style: normal;
    font-weight: 400;
    src: local("Delivery Condensed Black"),url(Delivery_W_CondensedBlack.woff) format("woff");
    font-display: swap
}

:root {
    --offset: 24px;
    --max_width: 1400px;
    --columns: 6;
    --gutter: calc(5.40541vw - var(--scrollbar-width)*0.05405 - 2.59459px);
    --baseline: 8px;
    --baseline-offset: 0;
    --color: rgba(205,92,92,.2);
    --repeating-width: calc(17.56757vw - var(--scrollbar-width)*0.12162 - 8.43243px - var(--scrollbar-width)*0.05405);
    --column-width: calc(12.16216vw - var(--scrollbar-width)*0.12162 - 5.83784px);
    --background-width: 100%;
    --background-columns: repeating-linear-gradient(90deg,var(--color),var(--color) var(--column-width),transparent var(--column-width),transparent var(--repeating-width));
    --background-baseline: repeating-linear-gradient(180deg,var(--color),var(--color) 1px,transparent 0,transparent var(--baseline))
}

@media (min-width:768px) {
    :root {
        --offset: 24px;
        --gutter: calc(3.44828vw - var(--scrollbar-width)*0.03448 - 1.65517px);
        --columns: 8;
        --column-width: calc(5.17241vw - var(--scrollbar-width)*0.05172 - 2.48276px);
        --repeating-width: calc(8.62069vw - var(--scrollbar-width)*0.05172 - 4.13793px - var(--scrollbar-width)*0.03448)
    }
}

@media (min-width:1024px) {
    :root {
        --offset: 40px;
        --gutter: calc(3.19489vw - var(--scrollbar-width)*0.03195 - 2.55591px);
        --columns: 12;
        --column-width: calc(5.43131vw - var(--scrollbar-width)*0.05431 - 4.34505px);
        --repeating-width: calc(8.6262vw - var(--scrollbar-width)*0.05431 - 6.90096px - var(--scrollbar-width)*0.03195)
    }
}

@media (min-width:1480px) {
    :root {
        --offset: calc(50vw - var(--scrollbar-width)/2 - 700px);
        --max_width: 1400px;
        --gutter: 44.72843px;
        --column-width: 76.03834px;
        --repeating-width: 120.76677px
    }
}

.gridOverlay-visible:before {
    content: "";
    position: fixed;
    top: 0;
    left: calc(50% - var(--scrollbar-width)/2);
    z-index: 99999999;
    height: 100%;
    width: calc(100vw - var(--offset)*2 - var(--scrollbar-width));
    pointer-events: none;
    background-image: repeating-linear-gradient(90deg,rgba(205,92,92,.2),rgba(205,92,92,.2) calc(12.16216vw - var(--scrollbar-width)*.12162 - 5.83784px),transparent calc(12.16216vw - var(--scrollbar-width)*.12162 - 5.83784px),transparent calc(17.56757vw - var(--scrollbar-width)*.12162 - 8.43243px - var(--scrollbar-width)*.05405)),repeating-linear-gradient(180deg,rgba(205,92,92,.2),rgba(205,92,92,.2) 1px,transparent 0,transparent 8px);
    background-image: var(--background-columns),var(--background-baseline);
    background-position: 0 0;
    background-position: 0 var(--baseline-offset);
    background-size: 100% 100%;
    background-size: var(--background-width) 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

*, :after, :before, html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    position: relative;
    overflow-x: hidden;
    scroll-behavior: smooth;
    font-size: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,.2)
}

@media (prefers-reduced-motion) {
    html {
        scroll-behavior: auto !important
    }
}

body, html {
    width: 100%
}

body {
    line-height: 1.25;
    margin: 0;
    overflow-x: hidden;
    font-family: Helvetica Neue Regular,sans-serif;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

    body.locked {
        margin: 0;
        height: 100%;
        min-height: unset
    }

h1 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5
}

body.locked, main {
    overflow: hidden
}

.stream-layout .site-navigation__options-list-item:first-of-type {
    display: none
}

.container {
    max-width: 1400px;
    margin-right: 24px;
    margin-left: 24px
}

@media (min-width:768px) {
    .container {
        margin-right: 24px;
        margin-left: 24px
    }
}

@media (min-width:1024px) {
    .container {
        margin-right: 40px;
        margin-left: 40px
    }
}

@media (min-width:1480px) {
    .container {
        margin-right: auto !important;
        margin-left: auto !important
    }
}

.container--overflow-hidden {
    width: 100%;
    overflow: hidden
}

.no-results {
    z-index: 10;
    position: relative;
    margin: 32px 0;
    color: #000;
    text-align: center
}

@media (min-width:1024px) {
    .no-results {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0;
        min-height: 494px;
        color: #fff
    }
}

.no-results h2 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.2;
    margin-bottom: 10px;
    font-family: Helvetica Neue Black,sans-serif;
    text-transform: uppercase
}

@media (min-width:1024px) {
    .no-results h2 {
        font-size: 50px;
        font-size: 3.125rem;
        line-height: 1.2;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

.no-results p {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.2142857143;
    font-family: Helvetica Neue Bold,sans-serif
}

@media (min-width:1024px) {
    .no-results p {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 1.9;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

.page-template {
    -webkit-animation: fadeIn .5s ease;
    animation: fadeIn .5s ease
}

.page-loader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    min-height: 400px
}

@media (min-width:768px) {
    .page-loader {
        min-height: 600px
    }
}

@media (min-width:1024px) {
    .page-loader {
        min-height: 750px
    }
}

.loader, .loader div {
    position: relative;
    display: block;
    margin: auto;
    height: 80px;
    width: 80px
}

    .loader div {
        position: absolute;
        margin: 8px;
        height: 64px;
        width: 64px;
        -webkit-animation: loader 1.2s cubic-bezier(.5,0,.5,1) infinite;
        animation: loader 1.2s cubic-bezier(.5,0,.5,1) infinite;
        border-radius: 50%;
        border: 8px solid transparent;
        border-top-color: #c80550
    }

        .loader div:first-child {
            -webkit-animation-delay: -.45s;
            animation-delay: -.45s
        }

        .loader div:nth-child(2) {
            -webkit-animation-delay: -.3s;
            animation-delay: -.3s
        }

        .loader div:nth-child(3) {
            -webkit-animation-delay: -.15s;
            animation-delay: -.15s
        }

h1, h2, h3, h4, h5, h6 {
    font-family: Helvetica Neue Regular,sans-serif
}

strong {
    font-family: Helvetica Neue Bold,sans-serif
}

p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 2.4375;
    margin: 24px 0
}

@media (min-width:768px) {
    p {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 2.1666666667;
        margin: 26px 0
    }
}

.article li, .article p {
    color: #000
}

.article li, ol, ul {
    margin: 24px 0 0
}

@media (min-width:768px) {
    .article li {
        margin: 26px 0 0
    }
}

p.summary {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5555555556;
    margin: 44px 0;
    padding-left: 16px;
    color: #82bee6;
    font-family: Helvetica Neue Regular,sans-serif;
    border-left: 6px solid #82bee6
}

@media (min-width:1024px) {
    p.summary {
        font-size: 32px;
        font-size: 2rem;
        line-height: 1.5;
        margin-left: calc(-3.19489vw + var(--scrollbar-width)*.03195 + 12.55591px);
        padding-left: calc(3.19489vw - var(--scrollbar-width)*.03195 - 2.55591px);
        border-left-width: 10px
    }
}

a, a:hover {
    text-decoration: none
}

a {
    color: #000;
    font-family: Helvetica Neue Regular,sans-serif;
    -webkit-transition: color .2s ease-in;
    transition: color .2s ease-in
}

    a:hover {
        color: #82bee6
    }

.sr-only, .visually-hidden {
    position: absolute !important;
    padding: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
    border: 0 !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,1px,1px,1px)
}

.shortFadeInUp {
    -webkit-animation-name: shortFadeInUp;
    animation-name: shortFadeInUp;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.fadeIn, .fadeInUp, .newEvent, .newEventLine, .slideInLeftSmall {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.fadeIn, .newEvent, .newEventLine, .slideInLeftSmall {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

.newEvent, .newEventLine, .slideInLeftSmall {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

.newEventLine, .slideInLeftSmall {
    -webkit-animation-name: newEventLine;
    animation-name: newEventLine
}

.slideInLeftSmall {
    -webkit-animation-name: slideInLeftSmall;
    animation-name: slideInLeftSmall
}

.form-element input, .form-element__input {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5555555556;
    display: block;
    margin-bottom: 24px;
    padding: 15px 0;
    width: 100%;
    color: #000;
    font-family: Helvetica Neue Regular,sans-serif;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #000;
    -webkit-transition: opacity .3s ease-in;
    transition: opacity .3s ease-in
}

    .form-element input:focus, .form-element__input:focus {
        border-color: #82bee6;
        outline: 0
    }

    .form-element input::-webkit-input-placeholder, .form-element__input::-webkit-input-placeholder {
        color: #000;
        opacity: 1
    }

    .form-element input::-moz-placeholder, .form-element__input::-moz-placeholder {
        color: #000;
        opacity: 1
    }

    .form-element input:-ms-input-placeholder, .form-element input::-ms-input-placeholder, .form-element__input:-ms-input-placeholder, .form-element__input::-ms-input-placeholder {
        color: #000;
        opacity: 1
    }

    .form-element input::placeholder, .form-element__input::placeholder {
        color: #000;
        opacity: 1
    }

    .form-element input:disabled, .form-element__input:disabled {
        opacity: .5
    }

.form-element__input-wrapper {
    position: relative
}

.form-element__placeholder {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.4;
    position: absolute;
    top: 50%;
    left: 0;
    pointer-events: none;
    color: #000;
    font-family: Helvetica Neue Regular,sans-serif;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.form-element .alert {
    margin-top: 20px
}

.form-element--is-focused .form-element__placeholder, .form-element--not-empty .form-element__placeholder {
    font-size: 14px;
    font-size: .875rem;
    line-height: 2;
    top: 0;
    font-family: Helvetica Neue Bold,sans-serif;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.form-element--not-empty .form-element__placeholder {
    color: rgba(0,0,0,.6)
}

.form-element--is-focused .form-element__placeholder {
    color: #82bee6
}

.form-element--not-valid .form-element__input, .form-element--not-valid .form-element__input:focus {
    border-color: red
}

.form-element--not-valid .form-element__placeholder {
    color: red
}

.form-element--is-textarea .form-element__placeholder {
    top: 24px;
    -webkit-transform: initial;
    transform: none
}

.form-element--is-textarea .form-element__input {
    min-height: 150px
}

.form-element--is-textarea.form-element--is-focused .form-element__placeholder, .form-element--is-textarea.form-element--not-empty .form-element__placeholder {
    top: -16px
}

#onetrust-banner-sdk.otFloatingRoundedIcon, #onetrust-pc-sdk.otPcCenter {
    border-radius: 0 !important
}

#onetrust-accept-btn-handler, #onetrust-pc-btn-handler, #onetrust-reject-all-handler {
    padding: 17px 0 9px !important;
    min-width: 184px !important;
    font-size: 16px !important;
    line-height: 19px !important;
    border-radius: 0 !important
}

#onetrust-consent-sdk #onetrust-pc-sdk h4, .ot-cat-header {
    min-height: auto !important;
    color: #1f1f1f !important;
    font-size: 11px;
    font-weight: 400;
    line-height: 16px
}

#onetrust-consent-sdk #onetrust-pc-sdk .ot-acc-grpcntr {
    background-color: #fff !important
}

#onetrust-close-btn-container, #onetrust-pc-sdk #close-pc-btn-handler.ot-close-icon, .slick-slide.slick-loading img {
    display: none
}

@media only screen and (min-width:897px) {
    #onetrust-banner-sdk #onetrust-button-group-parent {
        float: right;
        margin-right: 68px;
        margin-left: 0;
        width: auto !important
    }
}

#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-title, #onetrust-consent-sdk #onetrust-pc-sdk h3, #ot-category-title {
    color: #000 !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 29px
}

#onetrust-pc-sdk .ot-always-active {
    color: #c80550 !important;
    font-size: 11px !important;
    font-weight: 400 !important;
    line-height: 16px !important;
    text-decoration: underline
}

#onetrust-pc-sdk .ot-switch {
    height: 15px !important;
    width: 29px !important
}

#onetrust-pc-sdk .ot-switch-nob {
    background-color: #dce4e7 !important;
    border: transparent !important
}

    #onetrust-pc-sdk .ot-switch-nob:before {
        bottom: 0 !important;
        height: 15px !important;
        width: 15px !important;
        background-color: #1f1f1f !important
    }

#onetrust-pc-sdk .ot-tgl input:checked + .ot-switch .ot-switch-nob {
    background-color: rgba(200,9,82,.32157) !important;
    border: transparent !important
}

    #onetrust-pc-sdk .ot-tgl input:checked + .ot-switch .ot-switch-nob:before {
        background-color: #c80952 !important;
        border-color: #c80952 !important;
        -webkit-transform: translateX(14px) !important;
        transform: translateX(14px) !important
    }

#onetrust-consent-sdk #onetrust-pc-sdk button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn) {
    padding: 11px 17px 8px;
    font-family: Helvetica Neue Black,sans-serif;
    font-size: 12px;
    line-height: 14px
}

#onetrust-pc-sdk .ot-btn-container .ot-pc-refuse-all-handler {
    color: #949494 !important;
    background-color: #fff !important;
    border-color: #949494 !important
}

#onetrust-pc-sdk #ot-pc-desc, #onetrust-pc-sdk .ot-accordion-layout .ot-acc-grpdesc {
    font-size: 11px !important;
    line-height: 16px !important
}

.responsive-image .blur-up {
    -webkit-filter: blur(2px);
    filter: blur(2px);
    opacity: .7;
    -webkit-transition: opacity .4s,-webkit-filter .4s;
    transition: filter .4s,opacity .4s;
    transition: filter .4s,opacity .4s,-webkit-filter .4s
}

    .responsive-image .blur-up.lazyloaded {
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1
    }

.slick-slider {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-color-highlight: transparent
}

.slick-list, .slick-slider {
    position: relative;
    display: block
}

.slick-list {
    margin: 0;
    padding: 0;
    overflow: hidden
}

    .slick-list:focus {
        outline: 0
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand
    }

.slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

    .slick-track:after, .slick-track:before {
        content: "";
        display: table
    }

    .slick-track:after {
        clear: both
    }

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-dots li button {
    display: block;
    height: 100%;
    width: 100%;
    color: transparent;
    font-size: 0;
    line-height: 0;
    background: 0 0;
    border: 0;
    cursor: pointer;
    outline: 0
}

    .carousel .slick-next:focus, .carousel .slick-next:hover, .carousel .slick-prev:focus, .carousel .slick-prev:hover, .inline-gallery .slick-next:focus, .inline-gallery .slick-next:hover, .inline-gallery .slick-prev:focus, .inline-gallery .slick-prev:hover, .promo-carousel .slick-next:focus, .promo-carousel .slick-next:hover, .promo-carousel .slick-prev:focus, .promo-carousel .slick-prev:hover, .shop-promo .slick-next:focus, .shop-promo .slick-next:hover, .shop-promo .slick-prev:focus, .shop-promo .slick-prev:hover, .slick-dots li button:focus, .slick-dots li button:hover {
        opacity: 1;
        outline: 0
    }

.carousel .slick-next, .carousel .slick-prev, .inline-gallery .slick-next, .inline-gallery .slick-prev, .promo-carousel .slick-next, .promo-carousel .slick-prev, .shop-promo .slick-next, .shop-promo .slick-prev {
    position: absolute;
    z-index: 2;
    display: block;
    padding: 0;
    height: 48px;
    width: 48px;
    font-size: 0;
    line-height: 0;
    background: 0 0;
    border: 0;
    cursor: pointer;
    opacity: .75;
    outline: 0;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in
}

    .carousel .slick-next:after {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .carousel .slick-next:after, .carousel .slick-prev:after {
        content: " ";
        position: absolute;
        top: 40%;
        left: 35%;
        height: 30%;
        width: 30%
    }

    .inline-gallery .slick-next:after {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .inline-gallery .slick-next:after, .inline-gallery .slick-prev:after {
        content: " ";
        position: absolute;
        top: 40%;
        left: 35%;
        height: 30%;
        width: 30%
    }

    .promo-carousel .slick-next:after {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .promo-carousel .slick-next:after, .promo-carousel .slick-prev:after {
        content: " ";
        position: absolute;
        top: 40%;
        left: 35%;
        height: 30%;
        width: 30%
    }

    .shop-promo .slick-next:after {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .shop-promo .slick-next:after, .shop-promo .slick-prev:after {
        content: " ";
        position: absolute;
        top: 40%;
        left: 35%;
        height: 30%;
        width: 30%
    }

.carousel .slick-prev, .inline-gallery .slick-prev, .promo-carousel .slick-prev, .shop-promo .slick-prev {
    right: 65px
}

@media (min-width:1300px) {
    .carousel .slick-prev, .inline-gallery .slick-prev, .promo-carousel .slick-prev, .shop-promo .slick-prev {
        right: 35px
    }
}

.carousel .slick-prev:after, .inline-gallery .slick-prev:after, .promo-carousel .slick-prev:after, .shop-promo .slick-prev:after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.carousel .slick-next, .inline-gallery .slick-next, .promo-carousel .slick-next, .shop-promo .slick-next {
    right: 35px
}

@media (min-width:1300px) {
    .carousel .slick-next, .inline-gallery .slick-next, .promo-carousel .slick-next, .shop-promo .slick-next {
        right: 5px
    }
}

.carousel .slick-next.slick-disabled, .carousel .slick-prev.slick-disabled, .inline-gallery .slick-next.slick-disabled, .inline-gallery .slick-prev.slick-disabled, .promo-carousel .slick-next.slick-disabled, .promo-carousel .slick-prev.slick-disabled, .shop-promo .slick-next.slick-disabled, .shop-promo .slick-prev.slick-disabled {
    cursor: default;
    opacity: .2
}

.carousel .slick-next, .carousel .slick-prev, .promo-carousel .slick-next, .promo-carousel .slick-prev, .shop-promo .slick-next, .shop-promo .slick-prev {
    top: -72px
}

    .carousel .slick-next:after, .carousel .slick-prev:after, .promo-carousel .slick-next:after, .promo-carousel .slick-prev:after {
        border-top: 3px solid #82bee6;
        border-right: 3px solid #82bee6
    }

    .inline-gallery .slick-next:after, .inline-gallery .slick-prev:after, .shop-promo .slick-next:after, .shop-promo .slick-prev:after {
        border-top: 3px solid #fff;
        border-right: 3px solid #fff
    }

.inline-gallery .slick-next, .inline-gallery .slick-prev {
    bottom: 0
}

.generic-content-page .inline-gallery__inner, .generic-content-page .promo, .generic-content-page .video-content-block, .generic-content-page .video-object__details, .player-profile-page .inline-gallery__inner, .player-profile-page .promo, .player-profile-page .video-content-block, .player-profile-page .video-object__details {
    margin-right: auto;
    margin-left: auto;
    max-width: 1400px
}

.generic-content-page .inline-gallery__inner--FullWidthPromo, .generic-content-page .promo--FullWidthPromo, .generic-content-page .video-content-block--FullWidthPromo, .generic-content-page .video-object__details--FullWidthPromo, .player-profile-page .inline-gallery__inner--FullWidthPromo, .player-profile-page .promo--FullWidthPromo, .player-profile-page .video-content-block--FullWidthPromo, .player-profile-page .video-object__details--FullWidthPromo {
    max-width: 100%
}

.generic-content-page .inline-gallery, .player-profile-page .inline-gallery {
    display: grid;
    grid-template-columns: 24px repeat(5,calc(12.16216vw - var(--scrollbar-width)*.12162 - 5.83784px) calc(5.40541vw - var(--scrollbar-width)*.05405 - 2.59459px)) calc(12.16216vw - var(--scrollbar-width)*.12162 - 5.83784px) auto;
    margin-top: 45px;
    margin-bottom: 45px
}

@media (min-width:768px) {
    .generic-content-page .inline-gallery, .player-profile-page .inline-gallery {
        grid-template-columns: 24px repeat(11,calc(5.17241vw - var(--scrollbar-width)*.05172 - 2.48276px) calc(3.44828vw - var(--scrollbar-width)*.03448 - 1.65517px)) calc(5.17241vw - var(--scrollbar-width)*.05172 - 2.48276px) 24px
    }
}

@media (min-width:1024px) {
    .generic-content-page .inline-gallery, .player-profile-page .inline-gallery {
        grid-template-columns: 40px repeat(11,calc(5.43131vw - var(--scrollbar-width)*.05431 - 4.34505px) calc(3.19489vw - var(--scrollbar-width)*.03195 - 2.55591px)) calc(5.43131vw - var(--scrollbar-width)*.05431 - 4.34505px) 40px
    }
}

@media (min-width:1480px) {
    .generic-content-page .inline-gallery, .player-profile-page .inline-gallery {
        grid-template-columns: calc(50vw - var(--scrollbar-width)/2 - 700px) repeat(11,76.03834px 44.72843px) 76.03834px calc(50vw - var(--scrollbar-width)/2 - 700px)
    }
}

.generic-content-page .inline-gallery__inner, .player-profile-page .inline-gallery__inner {
    grid-column: 2/-2
}

@media (min-width:768px) {
    .generic-content-page .inline-gallery__inner, .player-profile-page .inline-gallery__inner {
        grid-column: 4/-4
    }
}

.generic-content-page .slick-list, .player-profile-page .slick-list {
    margin-right: -500px
}

.generic-content-page .quote, .player-profile-page .quote {
    max-width: 1400px;
    margin: 45px 0;
    width: 100%
}

@media (min-width:768px) {
    .generic-content-page .quote, .player-profile-page .quote {
        margin-right: 24px;
        margin-left: 24px
    }
}

@media (min-width:1024px) {
    .generic-content-page .quote, .player-profile-page .quote {
        margin-right: 40px;
        margin-left: 40px
    }
}

@media (min-width:1480px) {
    .generic-content-page .quote, .player-profile-page .quote {
        margin-right: auto !important;
        margin-left: auto !important
    }
}

.generic-content-page .video-object, .player-profile-page .video-object {
    max-width: 1400px;
    margin-right: 24px;
    margin-left: 24px
}

@media (min-width:768px) {
    .generic-content-page .video-object, .player-profile-page .video-object {
        margin-right: 24px;
        margin-left: 24px
    }
}

@media (min-width:1024px) {
    .generic-content-page .video-object, .player-profile-page .video-object {
        margin-right: 40px;
        margin-left: 40px
    }
}

@media (min-width:1480px) {
    .generic-content-page .video-object, .player-profile-page .video-object {
        margin-right: auto !important;
        margin-left: auto !important
    }
}

.generic-content-page .simple-header, .player-profile-page .simple-header {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.generic-content-page #CustomDonationsForm, .generic-content-page .simple-header__nav, .player-profile-page #CustomDonationsForm, .player-profile-page .simple-header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width:1024px) {
    .generic-content-page .simple-header__nav, .player-profile-page .simple-header__nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.generic-content-page #CustomDonationsForm, .player-profile-page #CustomDonationsForm {
    margin: 100px auto;
    width: 75vw;
    max-width: 1440px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-items: center;
    place-items: center
}

    .generic-content-page #CustomDonationsForm .cd-button-success, .player-profile-page #CustomDonationsForm .cd-button-success {
        background-color: #c80550;
        border-color: #c80550
    }

.dhl-branding {
    font-family: Delivery,sans-serif !important
}

    .dhl-branding .simple-header {
        background: #fc0;
        background-image: url(/assets/media/img/DHL_Background-pattern.png)
    }

    .dhl-branding .ee_editable h3, .dhl-branding .simple-header__title {
        color: #d40511 !important;
        font-family: Delivery Condensed Black,sans-serif !important
    }

    .dhl-branding .content-block-large-image__title, .dhl-branding .content-block-small-image__title {
        color: #d40511;
        font-family: Delivery Condensed Black,sans-serif !important
    }

        .dhl-branding .content-block-large-image__title span, .dhl-branding .content-block-small-image__title span {
            background-color: #fc0
        }

    .dhl-branding .content-block-large-image strong, .dhl-branding .content-block-small-image strong {
        font-family: Delivery Bold,sans-serif
    }

    .dhl-branding .content-block-large-image a, .dhl-branding .content-block-small-image a, .dhl-branding .content-block-two-column-text a {
        color: #d40511
    }

        .dhl-branding .content-block-large-image a:hover, .dhl-branding .content-block-small-image a:hover, .dhl-branding .content-block-two-column-text a:hover {
            opacity: .8
        }

    .dhl-branding .content-block-large-image ul li, .dhl-branding .content-block-small-image ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

        .dhl-branding .content-block-large-image ul li:before, .dhl-branding .content-block-small-image ul li:before {
            content: "\2022";
            display: inline-block;
            width: 1em;
            color: #d40511;
            font-weight: 700
        }

@media (min-width:1024px) {
    .dhl-branding .content-block-small-image__image {
        -o-object-fit: contain;
        font-family: object-fit\:contain;
        object-fit: contain
    }
}

@media (min-width:1300px) {
    .dhl-branding .content-block-small-image__image {
        -o-object-fit: cover;
        font-family: object-fit\:cover;
        object-fit: cover
    }
}

.dhl-branding .embed-wrapper {
    max-width: 1400px;
    margin-right: 24px;
    margin-left: 24px
}

@media (min-width:768px) {
    .dhl-branding .embed-wrapper {
        margin-right: 24px;
        margin-left: 24px
    }
}

@media (min-width:1024px) {
    .dhl-branding .embed-wrapper {
        margin-right: 40px;
        margin-left: 40px
    }
}

@media (min-width:1480px) {
    .dhl-branding .embed-wrapper {
        margin-right: auto !important;
        margin-left: auto !important
    }
}

.dhl-branding .inline-gallery .slick-arrow:hover:after, .dhl-branding .video-object__trigger-icon:hover:before {
    border-color: #d40511 !important
}

.dhl-branding .inline-gallery .slick-dots li {
    background: #fc0 !important
}

.dhl-branding .inline-gallery .slick-dots .slick-active {
    background: #d40511 !important
}

.dhl-branding .video-object__trigger-icon:hover {
    color: #d40511 !important
}

.menu-toggle {
    position: relative;
    display: block;
    padding: 10px;
    height: 100%;
    text-align: center;
    background: 0 0;
    border: 0;
    cursor: pointer
}

@media (min-width:768px) {
    .menu-toggle {
        width: 75px
    }
}

@media (min-width:1300px) {
    .menu-toggle {
        width: 90px
    }
}

@media (min-width:1480px) {
    .menu-toggle {
        width: 120px
    }
}

.menu-toggle__inner {
    position: relative;
    margin: auto;
    height: 18px;
    width: 24px
}

@media (min-width:1024px) {
    .menu-toggle__inner {
        height: 31px;
        width: 44px
    }
}

.menu-toggle:focus {
    outline: 0
}

.menu-toggle--active div span, .menu-toggle:hover span {
    background-color: #c80550
}

.menu-toggle span {
    position: absolute;
    left: 0;
    height: 2px;
    width: 100%;
    background: #000;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: all .3s;
    transition: all .3s
}

@media (min-width:1024px) {
    .menu-toggle span {
        height: 3px
    }
}

.menu-toggle span:first-child {
    top: 0
}

.menu-toggle span:nth-child(2) {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.menu-toggle span:nth-child(3) {
    bottom: 0
}

.menu-toggle--active {
    z-index: 50;
    padding: 5px
}

    .menu-toggle--active:before {
        z-index: 0;
        -webkit-animation: slideInRight .2s ease;
        animation: slideInRight .2s ease
    }

    .menu-toggle--active span {
        height: 3px
    }

        .menu-toggle--active span:first-child {
            top: 50%;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg)
        }

        .menu-toggle--active span:nth-child(2) {
            opacity: 0
        }

        .menu-toggle--active span:nth-child(3) {
            top: 50%;
            bottom: auto;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg)
        }

.menu-toggle--closing:before {
    z-index: 0;
    -webkit-animation: slideOutRight .2s ease forwards;
    animation: slideOutRight .2s ease forwards
}

.overlay-navigation {
    z-index: 9999;
    position: absolute;
    top: -250px;
    display: none;
    height: calc(100vh - 84px);
    width: 100%;
    overflow: auto;
    -webkit-animation: slideInDown .3s cubic-bezier(.17,.04,.03,.94);
    animation: slideInDown .3s cubic-bezier(.17,.04,.03,.94);
    background-color: #000;
    -webkit-transition: background-color 1s ease;
    transition: background-color 1s ease
}

@media (min-width:768px) {
    .overlay-navigation {
        height: calc(100vh - 120px)
    }
}

@media (min-width:1024px) {
    .overlay-navigation {
        height: 100%
    }
}

.overlay-navigation__inner {
    margin: 32px 24px;
    max-height: 100%;
    max-width: 1400px
}

@media (min-width:768px) {
    .overlay-navigation__inner {
        margin-right: 24px;
        margin-left: 24px
    }
}

@media (min-width:1024px) {
    .overlay-navigation__inner {
        margin-right: 24px;
        margin-left: 24px
    }
}

@media (min-width:1300px) {
    .overlay-navigation__inner {
        margin-right: 40px;
        margin-left: 40px
    }
}

@media (min-width:1480px) {
    .overlay-navigation__inner {
        margin: 0 auto
    }
}

.overlay-navigation__mega-menu {
    display: none
}

.overlay-navigation__nav {
    height: 100%
}

@media (max-width:1024px) {
    .overlay-navigation__nav {
        padding-bottom: 64px
    }
}

.overlay-navigation__nav ul {
    margin: 0;
    padding: 0;
    min-height: -webkit-max-content;
    min-height: -moz-max-content;
    min-height: max-content;
    list-style: none
}

.overlay-navigation__nav__item {
    position: relative;
    border-bottom: 1px solid #cacaca
}

@media (min-width:1300px) {
    .overlay-navigation__nav__item {
        display: none
    }
}

.overlay-navigation__nav__item.expanded .overlay-navigation__mega-menu {
    display: block
}

.overlay-navigation__nav__item.expanded > a {
    color: #c80550;
    border-bottom: 1px solid rgba(255,255,255,.3)
}

.overlay-navigation__nav__item.expanded svg {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    fill: #c80550
}

.overlay-navigation__nav__item a {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.1875;
    display: block;
    padding: 20px 0;
    color: #fff;
    font-family: Helvetica Neue Black,sans-serif;
    text-transform: uppercase
}

.overlay-navigation__nav__item--has-sub-nav {
    background: url(/assets/right-arrow-long.svg) no-repeat 100%;
    background-size: 18px
}

    .overlay-navigation__nav__item--has-sub-nav.view-more {
        position: unset !important
    }

@media (min-width:1300px) {
    .overlay-navigation__nav__item--has-sub-nav {
        display: block
    }
}

.overlay-navigation__nav__item .overlay-navigation__sub-nav {
    overflow-y: scroll;
    scroll-behavior: smooth;
    white-space: nowrap;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    display: none;
    padding: 40px 24px;
    height: calc(100vh - 84px);
    width: 100%;
    max-width: 1400px;
    overflow-x: scroll;
    -webkit-animation: slideInRight .3s cubic-bezier(.17,.04,.03,.94) backwards;
    animation: slideInRight .3s cubic-bezier(.17,.04,.03,.94) backwards;
    background-color: #000;
    -webkit-transition: background-color 1s ease;
    transition: background-color 1s ease
}

    .overlay-navigation__nav__item .overlay-navigation__sub-nav::-webkit-scrollbar {
        display: none;
        width: 0;
        background: 0 0
    }

    .overlay-navigation__nav__item .overlay-navigation__sub-nav::-webkit-scrollbar-thumb, .overlay-navigation__nav__item .overlay-navigation__sub-nav::-webkit-scrollbar-track {
        display: none;
        background-color: transparent
    }

@media (min-width:768px) {
    .overlay-navigation__nav__item .overlay-navigation__sub-nav {
        position: absolute;
        top: 0;
        left: 0;
        padding-right: 24px;
        padding-left: 24px;
        height: calc(100vh - 120px)
    }
}

@media (min-width:1024px) {
    .overlay-navigation__nav__item .overlay-navigation__sub-nav {
        padding-right: 24px;
        padding-left: 24px;
        -webkit-animation: none;
        animation: none
    }
}

@media (min-width:1300px) {
    .overlay-navigation__nav__item .overlay-navigation__sub-nav {
        padding: 110px 40px
    }
}

@media (min-width:1480px) {
    .overlay-navigation__nav__item .overlay-navigation__sub-nav {
        padding-right: 0;
        padding-left: 0
    }
}

.overlay-navigation__nav__item .overlay-navigation__sub-nav--active {
    position: absolute;
    top: 0;
    left: 0;
    display: block
}

@media (min-width:1024px) {
    .overlay-navigation__nav__item .overlay-navigation__sub-nav {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

        .overlay-navigation__nav__item .overlay-navigation__sub-nav:before {
            content: "";
            left: -100%;
            height: 100%;
            width: 200%
        }
}

.overlay-navigation__nav__item .overlay-navigation__sub-nav__item {
    position: relative;
    opacity: .5
}

@media (min-width:1024px) {
    .overlay-navigation__nav__item .overlay-navigation__sub-nav__item {
        margin-bottom: 80px;
        width: 100%
    }
}

.overlay-navigation__nav__item .overlay-navigation__sub-nav__item a {
    position: relative
}

.overlay-navigation__nav__item .overlay-navigation__sub-nav__item__icon {
    position: absolute;
    right: 0;
    bottom: 50%;
    height: 32px;
    width: 32px;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

@media (max-width:620px) {
    .overlay-navigation__nav__item .overlay-navigation__sub-nav__item__icon {
        display: none
    }
}

.overlay-navigation__nav__item .overlay-navigation__sub-nav__item__icon svg {
    height: 32px;
    width: 32px;
    color: #fff;
    -webkit-transform: translateY(-23px);
    transform: translateY(-23px);
    fill: #fff
}

@media (min-width:1024px) {
    .overlay-navigation__nav__item .overlay-navigation__sub-nav__item__icon svg {
        -webkit-transform: translateY(-35px);
        transform: translateY(-35px)
    }
}

.overlay-navigation__nav__item .overlay-navigation__sub-nav__item > a {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 2.8;
    padding: 0
}

@media (min-width:1024px) {
    .overlay-navigation__nav__item .overlay-navigation__sub-nav__item > a {
        font-size: 70px;
        font-size: 4.375rem;
        line-height: 1.2
    }
}

.overlay-navigation__nav__item .overlay-navigation__sub-nav__item > a:hover, .overlay-navigation__nav__item .overlay-navigation__sub-nav__sub-nav li a:hover {
    color: #fff
}

.overlay-navigation__nav__item .overlay-navigation__sub-nav__item--active {
    opacity: 1
}

    .overlay-navigation__nav__item .overlay-navigation__sub-nav__item--active .overlay-navigation__sub-nav__item__icon {
        -webkit-transform: rotate(45deg) translateY(10px) translateX(10px);
        transform: rotate(45deg) translateY(10px) translateX(10px)
    }

@media (min-width:1300px) {
    .overlay-navigation__nav__item .overlay-navigation__sub-nav__item--back-button {
        display: none
    }
}

.overlay-navigation__nav__item .overlay-navigation__sub-nav__item--back-button a {
    background: url(/assets/left-arrow-long.svg) no-repeat 0;
    background-size: 35px
}

    .overlay-navigation__nav__item .overlay-navigation__sub-nav__item--back-button a span {
        font-size: 0
    }

.overlay-navigation__nav__item .overlay-navigation__sub-nav__sub-nav {
    display: none
}

    .overlay-navigation__nav__item .overlay-navigation__sub-nav__sub-nav li {
        -webkit-animation: shortFadeInUp .5s ease;
        animation: shortFadeInUp .5s ease;
        border-bottom: 1px solid #cacaca
    }

@media (min-width:1300px) {
    .overlay-navigation__nav__item .overlay-navigation__sub-nav__sub-nav li a {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1.5
    }
}

.overlay-navigation__nav__item .overlay-navigation__sub-nav__sub-nav--active {
    display: block
}

.overlay-navigation__nav__expand-trigger {
    position: absolute;
    top: 0;
    right: 0;
    padding: 20px 0 20px 20px;
    background: 0 0;
    border: 0
}

    .overlay-navigation__nav__expand-trigger svg {
        height: .875em;
        width: .875em;
        -webkit-transition: all .3s;
        transition: all .3s;
        fill: #fff
    }

.overlay-navigation--active {
    top: 84px;
    display: block
}

@media (min-width:768px) {
    .overlay-navigation--active {
        top: 120px
    }
}

@media (min-width:1024px) {
    .overlay-navigation--active {
        top: 195px
    }
}

.overlay-navigation.theme-green, .overlay-navigation__sub-nav.theme-green {
    background-color: #2d964b
}

.overlay-navigation.theme-blue, .overlay-navigation__sub-nav.theme-blue {
    background-color: #82bee6
}

.overlay-navigation.theme-red, .overlay-navigation__sub-nav.theme-red {
    background-color: #c80550
}

.overlay-navigation.theme-brown, .overlay-navigation__sub-nav.theme-brown {
    background-color: #7e4708
}

.overlay-navigation.theme-dhlyellow, .overlay-navigation:before, .overlay-navigation__sub-nav.theme-dhlyellow {
    background-color: #fc0
}

    .overlay-navigation__sub-nav.theme-dhlyellow :last-child a {
        color: #d40511
    }

        .overlay-navigation__sub-nav.theme-dhlyellow :last-child a:hover {
            color: #d40511;
            opacity: .8
        }

    .overlay-navigation__sub-nav.theme-dhlyellow :last-child li {
        border-bottom-color: #fff
    }

.site-header__sponsors {
    z-index: 99990;
    position: relative;
    display: none;
    height: 75px;
    background: #fff;
    border-bottom: 1px solid rgba(201,201,201,.2)
}

@media (min-width:1024px) {
    .site-header__sponsors {
        display: block;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.site-header__sponsors .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 100%
}

.site-header__sponsor {
    margin-right: 16px
}

    .site-header__sponsor img {
        height: 100%;
        max-height: 20px
    }

@media (min-width:1024px) {
    .site-header__sponsor img {
        max-height: 37px
    }
}

.site-header__sponsor:last-of-type {
    margin-right: 0
}

.site-navigation {
    z-index: 99990;
    position: relative;
    height: 84px;
    background: #fff
}

@media (min-width:768px) {
    .site-navigation {
        height: 120px
    }
}

.site-navigation__inner, .site-navigation__mega-menu .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%
}

.site-navigation__inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 24px;
    max-width: 1400px
}

@media (min-width:768px) {
    .site-navigation__inner {
        margin-right: 24px;
        margin-left: 24px
    }
}

@media (min-width:1024px) {
    .site-navigation__inner {
        margin-right: 24px;
        margin-left: 24px
    }
}

@media (min-width:1300px) {
    .site-navigation__inner {
        margin-right: 40px;
        margin-left: 40px
    }
}

@media (min-width:1480px) {
    .site-navigation__inner {
        margin: 0 auto
    }
}

.site-navigation__mega-menu {
    position: absolute;
    left: 0;
    z-index: 0;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    min-height: 414px;
    -webkit-animation: fadeIn .5s ease;
    animation: fadeIn .5s ease;
    background: #f4f4f4
}

    .site-navigation__mega-menu .container {
        width: 100%;
        min-height: 414px
    }

    .site-navigation__mega-menu ul {
        grid-column-gap: calc(3.19489vw - var(--scrollbar-width)*.03195 - 2.55591px);
        -webkit-column-gap: calc(3.19489vw - var(--scrollbar-width)*.03195 - 2.55591px);
        -moz-column-gap: calc(3.19489vw - var(--scrollbar-width)*.03195 - 2.55591px);
        column-gap: calc(3.19489vw - var(--scrollbar-width)*.03195 - 2.55591px);
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        margin: 0;
        padding: 0;
        list-style: none
    }

        .site-navigation__mega-menu ul li {
            -webkit-column-break-inside: avoid;
            -moz-column-break-inside: avoid;
            break-inside: avoid-column;
            padding: 14px 0;
            max-width: 75%;
            color: #000;
            border-bottom: 1px solid #cacaca
        }

            .site-navigation__mega-menu ul li .link {
                font-size: 16px;
                font-size: 1rem;
                line-height: 2;
                font-family: Helvetica Neue Bold,sans-serif;
                text-align: left
            }

                .site-navigation__mega-menu ul li .link:after {
                    content: "";
                    position: absolute;
                    bottom: -14px;
                    left: 0;
                    height: 10px;
                    width: 100%;
                    background: #c80550;
                    -webkit-transform: scale(0);
                    transform: scale(0);
                    -webkit-transition: -webkit-transform .2s ease-in-out;
                    transition: transform .2s ease-in-out;
                    transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out
                }

            .site-navigation__mega-menu ul li:hover {
                border-bottom: 1px solid transparent;
                -webkit-transition: all .2s ease;
                transition: all .2s ease
            }

                .site-navigation__mega-menu ul li:hover > .link {
                    color: #c80550;
                    text-decoration: none
                }

                    .site-navigation__mega-menu ul li:hover > .link:after, .site-navigation__nav__item:hover > .link:after {
                        -webkit-transform: scale(1);
                        transform: scale(1)
                    }

.site-navigation__mega-menu__links {
    width: calc(50% - 20px);
    margin-left: calc(8.33333% + 7.5px) !important;
    margin-top: 100px
}

@media (min-width:1300px) {
    .site-navigation__mega-menu__links {
        margin-left: calc(16.66667% + 7.5px) !important
    }
}

.site-navigation__mega-menu__module {
    width: 603.83386px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 32px 0;
    background: #000
}

    .site-navigation__mega-menu__module:after {
        content: "";
        position: absolute;
        top: 0;
        right: -50vw;
        height: 100%;
        width: 50vw;
        background: #000
    }

    .site-navigation__mega-menu__module .fixture-result-card {
        padding: 24px;
        max-width: 300px
    }

    .site-navigation__mega-menu__module .fixture-result-card--is-mobile .fixture-result-card__details {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .site-navigation__mega-menu__module .fixture-result-card .match-up__crest {
        height: 70px;
        width: 70px
    }

    .site-navigation__mega-menu__module .fixture-result-card .match-date-time, .site-navigation__mega-menu__module .fixture-result-card .match-venue {
        font-size: 8.42px;
        font-size: .52625rem;
        line-height: 1.1876484561;
        width: 45%
    }

    .site-navigation__mega-menu__module .fixture-result-card__details {
        padding-bottom: 10px !important
    }

    .site-navigation__mega-menu__module .fixture-result-card__competition {
        font-size: 13px;
        font-size: .8125rem;
        line-height: 1.2307692308
    }

    .site-navigation__mega-menu__module .fixture-result-card .match-up__vs {
        -ms-flex-item-align: center;
        align-self: center
    }

    .site-navigation__mega-menu__module .fixture-result-card__ctas {
        margin-top: 0;
        padding-top: 20px
    }

        .site-navigation__mega-menu__module .fixture-result-card__ctas .button {
            font-size: 10px;
            font-size: .625rem;
            line-height: 1.2;
            padding: 0;
            height: 30px
        }

            .site-navigation__mega-menu__module .fixture-result-card__ctas .button, .site-navigation__mega-menu__module .fixture-result-card__ctas .button:first-of-type {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center
            }

                .site-navigation__mega-menu__module .fixture-result-card__ctas .button:first-of-type {
                    font-size: 13px;
                    font-size: .8125rem;
                    line-height: 1.2307692308;
                    margin-bottom: 10px;
                    height: 40px
                }

.site-navigation__nav, .site-navigation__nav__item .link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

.site-navigation__nav {
    display: none;
    margin: 0;
    padding: 0;
    list-style: none
}

@media (min-width:1024px) {
    .site-navigation__nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: auto
    }
}

.site-navigation__nav__item {
    padding: 0 25px;
    height: 100%
}

@media (min-width:1300px) {
    .site-navigation__nav__item {
        padding: 0 35px
    }
}

.site-navigation__nav__item .link {
    font-size: 14px;
    font-size: .875rem;
    line-height: 4.2857142857;
    position: relative;
    width: 100%;
    color: #000;
    font-family: Helvetica Neue Black,sans-serif;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase
}

    .site-navigation__nav__item .link:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        height: 10px;
        width: 100%;
        background: #c80550;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transition: -webkit-transform .2s ease-in-out;
        transition: transform .2s ease-in-out;
        transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out
    }

.site-navigation__nav__item:hover > .link {
    color: #c80550
}

.site-navigation__nav__item .link, .site-navigation__nav__item:hover > .site-navigation__mega-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.site-navigation__logo {
    display: block
}

@media (min-width:1024px) {
    .site-navigation__logo {
        margin-top: -50px
    }
}

.site-navigation__logo svg {
    height: 57px;
    width: 33.16px
}

@media (min-width:768px) {
    .site-navigation__logo svg {
        height: 92px;
        width: 53.51px
    }
}

@media (min-width:1024px) {
    .site-navigation__logo svg {
        height: 148px;
        width: 86.09px
    }
}

.site-options {
    height: 100%
}

.site-options__list {
    margin: 0;
    padding: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.site-options__list__item, .site-options__list__item--search .rh-search-overlay > a, .site-options__list__item > a, .site-options__list__item > button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

    .site-options__list__item--search .rh-search-overlay > a, .site-options__list__item > a, .site-options__list__item > button {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 100%;
        width: 100%
    }

.site-options__list__item--search {
    position: relative;
    width: 63px;
    border-left: 1px solid rgba(201,201,201,.2)
}

@media (min-width:768px) {
    .site-options__list__item--search {
        width: 104px
    }
}

.site-options__list__item--search .rh-search-overlay {
    height: 100%;
    width: 100%
}

    .site-options__list__item--search .rh-search-overlay > a svg {
        height: 24px;
        width: 24px
    }

    .site-options__list__item--search .rh-search-overlay > a:hover {
        fill: #c80550;
        -webkit-transition: all .2s ease;
        transition: all .2s ease
    }

.site-options__list__item--search .link {
    position: relative;
    color: #000
}

    .site-options__list__item--search .link svg {
        height: 16px;
        width: 16px
    }

@media (min-width:1024px) {
    .site-options__list__item--search .link svg {
        height: 20px;
        width: 20px
    }
}

.site-options__list__item--menu {
    width: 75px;
    border-left: 1px solid rgba(201,201,201,.2)
}

@media (min-width:768px) {
    .site-options__list__item--menu {
        width: 104px
    }
}

.footer {
    padding-top: 30px;
    background: #000
}

    .footer .container {
        position: relative
    }

.footer__head, .footer__sponsors {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer__logo svg {
    height: 85px;
    width: 49.42px
}

@media (min-width:768px) {
    .footer__logo svg {
        height: 122px;
        width: 70.93px
    }
}

.footer__sponsors {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(50% - 1.59744vw + var(--scrollbar-width)*.03195/2 + 1.27796px)
}

@media (min-width:768px) {
    .footer__sponsors {
        max-width: 300px
    }
}

@media (min-width:1300px) {
    .footer__sponsors {
        max-width: 50%
    }

        .footer__sponsors a {
            margin-right: 24px
        }

            .footer__sponsors a:last-of-type {
                margin-right: 0
            }
}

.footer__sponsors img {
    display: block;
    max-height: 40px;
    max-width: 100%
}

@media (min-width:768px) {
    .footer__sponsors img {
        max-height: 60px
    }
}

.footer__body {
    color: #fff
}

@media (max-width:1300px) {
    .footer__body {
        padding: 60px 0
    }
}

@media (min-width:768px) {
    .footer__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width:1300px) {
    .footer__body {
        margin-bottom: 90px;
        margin-left: auto;
        width: calc(50% - 1.59744vw + var(--scrollbar-width)*.03195/2 + 1.27796px)
    }
}

.footer__body h3 {
    font-size: 11px;
    font-size: .6875rem;
    line-height: 1.8181818182;
    margin-top: 24px;
    margin-bottom: 0;
    color: #fff;
    font-family: Helvetica Neue Bold,sans-serif;
    text-transform: uppercase
}

.footer__body a, .footer__body p {
    font-size: 15px;
    font-size: .9375rem;
    line-height: 1.8666666667;
    color: #fff;
    font-family: Helvetica Neue Regular,sans-serif
}

.footer__body ul {
    list-style: none
}

.footer__links a:hover {
    text-decoration: underline
}

.footer__address, .footer__links {
    margin-right: 12px;
    width: 35.3%
}

@media (min-width:1300px) {
    .footer__address, .footer__links {
        width: 50%
    }
}

.footer__address h3 {
    margin-bottom: 26px
}

.footer__address p {
    margin: 2px 0
}

@media (min-width:1300px) {
    .footer__address {
        margin-right: calc(3.19489vw - var(--scrollbar-width)*.03195 - 2.55591px)
    }
}

.footer__base, .footer__site-links ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footer__base {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width:1300px) {
    .footer__base {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background-color: #000
    }
}

.footer__site-links ul {
    list-style: none
}

@media (min-width:1300px) {
    .footer__site-links ul {
        margin-bottom: 40px
    }
}

.footer__site-links ul li {
    position: relative;
    margin-right: 14px
}

    .footer__site-links ul li:after {
        content: "";
        position: absolute;
        top: 50%;
        right: -6px;
        height: 16px;
        width: 1px;
        background-color: #979ea6;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .footer__site-links ul li:last-of-type {
        margin-right: 0
    }

        .footer__site-links ul li:last-of-type:after {
            display: none
        }

.footer__site-links a {
    font-size: 13px;
    font-size: .8125rem;
    line-height: 1.8461538462;
    display: block;
    color: #979ea6;
    font-family: Helvetica Neue Regular,sans-serif
}

.footer__base-sponsors {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 0;
    padding-left: calc(50vw - var(--scrollbar-width)/2 - 700px);
    width: 100%;
    background-color: #fff
}

@media (min-width:1300px) {
    .footer__base-sponsors {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding-right: 40px
    }
}

.footer__base-sponsors img {
    margin: auto 0;
    height: 60px;
    width: auto
}

@media (min-width:870px) {
    .footer__base-sponsors img {
        height: auto;
        width: 10.75%
    }

        .footer__base-sponsors img:first-of-type {
            width: 22%
        }
}

.footer__social-links {
    position: relative
}

    .footer__social-links:before {
        content: "";
        position: absolute;
        top: 0;
        left: -100%;
        height: 100%;
        width: 200vw;
        background-color: #c80550;
        z-index: 0
    }

@media (min-width:1300px) {
    .footer__social-links:before {
        display: none
    }
}

.footer__social-links .social-links__list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 30px
}

.footer__copyright {
    font-size: 13px;
    font-size: .8125rem;
    line-height: 1.8461538462;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #979ea6;
    font-family: Helvetica Neue Regular,sans-serif
}

@media (max-width:1024px) {
    .footer__copyright {
        max-width: 1400px;
        margin-right: 24px;
        margin-left: 24px
    }
}

@media (max-width:1024px) and (min-width:768px) {
    .footer__copyright {
        margin-right: 24px;
        margin-left: 24px
    }
}

@media (max-width:1024px) and (min-width:1024px) {
    .footer__copyright {
        margin-right: 40px;
        margin-left: 40px
    }
}

@media (max-width:1024px) and (min-width:1480px) {
    .footer__copyright {
        margin-right: auto !important;
        margin-left: auto !important
    }
}

@media (min-width:1024px) {
    .footer__copyright {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-right: 40px;
        min-width: 295px;
        background: #000
    }
}

@media (min-width:1480px) {
    .footer__copyright {
        margin-right: calc(50vw - var(--scrollbar-width)/2 - 700px)
    }
}

.news-article {
    position: relative
}

    .news-article .article-header__container {
        padding-bottom: 150px
    }

@media (min-width:1024px) {
    .news-article .article-header__container {
        padding-bottom: 60px
    }
}

.news-article__summary {
    grid-column: 2/-2
}

.news-article__body-inner {
    display: grid;
    grid-template-columns: 24px repeat(5,calc(12.16216vw - var(--scrollbar-width)*.12162 - 5.83784px) calc(5.40541vw - var(--scrollbar-width)*.05405 - 2.59459px)) calc(12.16216vw - var(--scrollbar-width)*.12162 - 5.83784px) auto
}

@media (min-width:768px) {
    .news-article__body-inner {
        grid-template-columns: 24px repeat(11,calc(5.17241vw - var(--scrollbar-width)*.05172 - 2.48276px) calc(3.44828vw - var(--scrollbar-width)*.03448 - 1.65517px)) calc(5.17241vw - var(--scrollbar-width)*.05172 - 2.48276px) 24px
    }
}

@media (min-width:1024px) {
    .news-article__body-inner {
        grid-template-columns: 40px repeat(11,calc(5.43131vw - var(--scrollbar-width)*.05431 - 4.34505px) calc(3.19489vw - var(--scrollbar-width)*.03195 - 2.55591px)) calc(5.43131vw - var(--scrollbar-width)*.05431 - 4.34505px) 40px
    }
}

@media (min-width:1480px) {
    .news-article__body-inner {
        grid-template-columns: calc(50vw - var(--scrollbar-width)/2 - 700px) repeat(11,76.03834px 44.72843px) 76.03834px calc(50vw - var(--scrollbar-width)/2 - 700px)
    }
}

.news-article__media {
    grid-column: 2/-1;
    margin-top: -130px
}

@media (min-width:1024px) {
    .news-article__media {
        grid-column: 4/-1;
        margin-top: -116px
    }
}

.news-article__media .video-object__details {
    display: none
}

@media (min-width:1024px) {
    .news-article__media .video-object__details {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .news-article__media .inline-gallery {
        margin-left: calc(8.6262vw - var(--scrollbar-width)*.05431 - 6.90096px - var(--scrollbar-width)*.03195)
    }
}

@media (min-width:1480px) {
    .news-article__media .inline-gallery {
        margin-left: 120.76677px
    }
}

.news-article__rte-wrapper {
    grid-column: 2/-2;
    margin-top: 35px
}

@media (min-width:1024px) {
    .news-article__rte-wrapper {
        grid-column: 4/-4;
        margin-top: 70px
    }
}

.news-article__rte-wrapper .inline-gallery {
    width: 100vw
}

.news-article--summary .news-article__media {
    margin-top: 20px
}

@media (min-width:1024px) {
    .news-article--summary .news-article__media {
        margin-top: 85px
    }
}

.news-article--summary .news-article__summary {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.6875;
    font-family: Helvetica Neue Bold,sans-serif
}

@media (min-width:768px) {
    .news-article--summary .news-article__summary {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 1.75
    }
}

@media (min-width:1024px) {
    .news-article--summary .news-article__summary {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 2.125;
        width: calc(48.5623vw - var(--scrollbar-width)*.05431*6 - 38.84984px - var(--scrollbar-width)*.03195*5);
        margin-top: 64px;
        margin-left: auto
    }
}

@media (min-width:1480px) {
    .news-article--summary .news-article__summary {
        width: 679.8722px
    }
}

.news-article--summary .article-header__container {
    padding-bottom: 68px
}

.news-article .media-carousel__link {
    border: 2px solid #2d964b
}

.error-page {
    padding-top: 150px;
    height: 100vh;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

    .error-page:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        height: 100vh;
        width: 100vw;
        background-color: rgba(0,0,0,.83)
    }

@media (min-width:1024px) {
    .error-page {
        padding-top: 230px
    }
}

.error-page__title {
    font-size: 80px;
    font-size: 5rem;
    line-height: 1.6;
    font-family: Helvetica Neue Black,sans-serif
}

@media (min-width:1024px) {
    .error-page__title {
        padding-bottom: 40px;
        font-size: 160px;
        font-size: 10rem;
        line-height: .8
    }
}

.error-page__message {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.0833333333;
    position: relative;
    margin: 10px 0 25px;
    font-family: Helvetica Neue Black,sans-serif
}

    .error-page__message:before {
        content: "";
        position: absolute;
        top: -25px;
        left: 0;
        height: 4px;
        width: 85px;
        background-color: #c80550
    }

@media (min-width:1024px) {
    .error-page__message {
        font-size: 64px;
        font-size: 4rem;
        line-height: .9375;
        margin: 30px 0 50px;
        max-width: 50%
    }

        .error-page__message:before {
            top: -35px
        }
}

.error-page__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

    .error-page__nav svg {
        margin-top: 3px;
        margin-right: 7.5px;
        height: 14px;
        width: 14px;
        fill: #fff
    }

.error-page__link {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.4285714286;
    color: #fff;
    font-family: Helvetica Neue Black,sans-serif
}

    .error-page__link:hover {
        color: #c80550
    }

.error-page--404 {
    background-image: url(/assets/./img/404-error.png)
}

@media (min-width:620px) {
    .error-page--404 {
        background-image: url(/assets/./img/404-error-lg.png)
    }
}

@media (min-width:1024px) {
    .error-page--404 .error-page__title {
        width: calc(39.9361vw - var(--scrollbar-width)*.05431*5 - 31.94888px - var(--scrollbar-width)*.03195*4)
    }

    .error-page--404 .error-page__message, .error-page--404 .error-page__nav {
        width: calc(22.68371vw - var(--scrollbar-width)*.05431*3 - 18.14696px - var(--scrollbar-width)*.03195*2)
    }

    .error-page--404 .error-page__message {
        margin: -40px 0 50px auto;
        max-width: none
    }

    .error-page--404 .error-page__nav {
        margin-left: auto
    }
}

.error-page--500 {
    background-image: url(/assets/./img/500-error.png)
}

@media (min-width:620px) {
    .error-page--500 {
        background-image: url(/assets/./img/500-error-lg.png)
    }
}
