html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

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 {
    border-style: none;
    padding: 0
}

[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 {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

:root {
    --header-top-height: 43px;
    --header-nav-height: 40px;
    --app-install-height: 0px;
    --highest-z-index: 999999999
}

@media screen and (min-width:30em) {
    :root {
        --header-top-height: 56px;
        --header-nav-height: 56px
    }
}

.sr-only {
    clip: rect(0 0 0 0);
    margin: -1px;
    padding: 0;
    border: 0
}

.a11y-focus,
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden
}

.a11y-focus {
    clip: rect(1px, 1px, 1px, 1px)
}

.a11y-focus:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible
}

body,
html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 100%;
    margin: 0;
    padding: 0;
}

@media screen and (prefers-color-scheme:dark) {
    body,
    html {
        background-color: #1e1e21
    }
}

html {
    box-sizing: border-box
}

*,
:after,
:before {
    box-sizing: inherit
}

button {
    background-color: #dc0e0e;
    -webkit-font-smoothing: antialiased;
    display: inline-flex;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    align-items: center;
    justify-content: center;
    padding: 17px 28px;
    border: 0;
    border-radius: 0;
    background-position: right 15px center;
    color: #fff;
    font-weight: 700;
    font-size: .75rem;
    line-height: 1.2;
    font-family: Montserrat, Lora, sans-serif;
    letter-spacing: 1px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    cursor: pointer;
    transition: all .2s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

button:focus,
button:hover {
    background-color: rgba(220, 14, 14, .7)
}

button:disabled,
button:disabled:focus,
button:disabled:hover {
    background-color: rgba(220, 14, 14, .5)
}

button:focus,
button:hover {
    background-color: #ba0d0d
}

button:disabled {
    cursor: not-allowed
}

button svg {
    fill: #fff
}

button svg:first-child {
    margin-right: 8px
}

button svg:last-child {
    margin-left: 8px
}

button svg:first-child:last-child {
    margin: 0
}

fieldset {
    margin: 0;
    padding: 0;
    border: 0;
    background-color: transparent
}

legend {
    margin-bottom: 3.75px;
    padding: 0;
    font-weight: 600
}

label {
    width: 180px;
    cursor: pointer
}

input,
label,
select,
textarea {
    display: inline-block;
    line-height: 1.5;
    font-family: Lato, Montserrat, sans-serif;
    vertical-align: top
}

input,
select,
textarea {
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 7.5px;
    padding: 10px 15px;
    border: 1px solid #a8a8aa;
    border-radius: 0;
    color: #1e1e21;
    font-size: 1rem;
    transition: border-color .2s ease, background-color .2s ease
}

@media screen and (prefers-color-scheme:dark) {
    input,
    select,
    textarea {
        border-color: #2e2e32;
        background-color: #2e2e32;
        color: #d8d8d8
    }
}

input:focus,
input:hover,
select:focus,
select:hover,
textarea:focus,
textarea:hover {
    border-color: #a8a8aa;
    outline: none;
    background-color: #fff
}

@media screen and (prefers-color-scheme:dark) {
    input:focus,
    input:hover,
    select:focus,
    select:hover,
    textarea:focus,
    textarea:hover {
        border-color: #3a3a3f;
        background-color: #3a3a3f
    }
}

input:disabled,
select:disabled,
textarea:disabled {
    background-color: #f2f2f2;
    cursor: not-allowed
}

input:disabled:hover,
select:disabled:hover,
textarea:disabled:hover {
    border: 1px solid #a8a8aa
}

input.form-error,
input:user-invalid,
select.form-error,
select:user-invalid,
textarea.form-error,
textarea:user-invalid {
    border-color: #dc0e0e
}

[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

[type=checkbox],
[type=radio] {
    display: inline;
    margin-right: 3.75px
}

[type=checkbox]+label,
[type=radio]+label {
    display: inline-block;
    width: auto;
    max-width: 90%;
    padding: 0;
    line-height: 1.75;
    vertical-align: top
}

[type=file] {
    width: 100%
}

textarea {
    min-height: 150px;
    resize: vertical
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(/images/icons/dropdown.svg);
    background-position: 95% 50%;
    background-position: right 11.25px top 50%;
    background-repeat: no-repeat
}

@media screen and (prefers-color-scheme:dark) {
    select {
        background-image: url(/images/icons/dropdown-dark.svg)
    }
}

select::-ms-expand {
    display: none
}

select:focus,
select:hover {
    background-color: #f7f5f8
}

@media screen and (prefers-color-scheme:dark) {
    select:focus,
    select:hover {
        border-color: #3a3a3f;
        background-color: #3a3a3f
    }
}

::-moz-placeholder {
    color: rgba(30, 30, 33, .8)
}

:-ms-input-placeholder {
    color: rgba(30, 30, 33, .8)
}

::placeholder {
    color: rgba(30, 30, 33, .8)
}

@media screen and (prefers-color-scheme:dark) {
    ::-moz-placeholder {
        color: hsla(0, 0%, 84.7%, .8)
    }
    :-ms-input-placeholder {
        color: hsla(0, 0%, 84.7%, .8)
    }
    ::placeholder {
        color: hsla(0, 0%, 84.7%, .8)
    }
}

ol,
ul {
    padding-left: 25px
}

dl {
    margin-bottom: 7.5px
}

dl dt {
    margin-top: 7.5px;
    font-weight: 600
}

dl dd {
    margin: 0
}

table {
    width: 100%;
    margin: 7.5px 0;
    border-collapse: collapse;
    table-layout: fixed
}

th {
    border-bottom: 1px solid #7e7e80;
    font-weight: 600
}

td,
th {
    padding: 7.5px 0
}

td {
    border-bottom: 1px solid #a8a8aa
}

td,
th,
tr {
    vertical-align: middle
}

@-webkit-keyframes islive {
    0%,
    20%,
    80%,
    to {
        opacity: 0
    }
    50% {
        opacity: 1
    }
}

@keyframes islive {
    0%,
    20%,
    80%,
    to {
        opacity: 0
    }
    50% {
        opacity: 1
    }
}

@-webkit-keyframes showMessage {
    0% {
        visibility: hidden
    }
    50% {
        visibility: visible
    }
    to {
        visibility: hidden
    }
}

@keyframes showMessage {
    0% {
        visibility: hidden
    }
    50% {
        visibility: visible
    }
    to {
        visibility: hidden
    }
}

@-webkit-keyframes showTableRow {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes showTableRow {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

body {
    color: #1e1e21;
    font-size: 1rem;
    line-height: 1.75;
    font-family: Lato, Montserrat, sans-serif
}

@media screen and (prefers-color-scheme:dark) {
    body {
        color: #dfdcd9
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.2;
    font-family: Montserrat, Lora, sans-serif
}

h1 {
    font-size: 2.625rem
}

@media screen and (max-width:59.99em) {
    h1 {
        font-size: 1.75rem
    }
}

h2 {
    font-size: 2.25rem
}

@media screen and (max-width:59.99em) {
    h2 {
        font-size: 1.625rem
    }
}

h3 {
    font-size: 1.75rem
}

@media screen and (max-width:59.99em) {
    h3 {
        font-size: 1.5rem
    }
}

h4 {
    font-size: 1.5rem
}

h5 {
    font-size: 1.25rem
}

h6 {
    font-size: 1.125rem
}

p {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: 700
}

a {
    fill: currentColor;
    color: #dc0e0e;
    transition: color .2s ease
}

a:active,
a:focus,
a:hover {
    text-decoration: none
}

:link:focus,
button:focus {
    outline: 0;
    box-shadow: none
}

hr {
    margin: 15px 0;
    border: 0;
    border-bottom: 1px solid #a8a8aa
}

@media screen and (prefers-color-scheme:dark) {
    hr {
        border-color: #2e2e32
    }
}

img,
picture {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0
}

.btn,
iframe {
    border: 0
}

.btn {
    background-color: #dc0e0e;
    -webkit-font-smoothing: antialiased;
    display: inline-flex;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    align-items: center;
    justify-content: center;
    padding: 17px 28px;
    border-radius: 0;
    background-position: right 15px center;
    color: #fff;
    font-weight: 700;
    font-size: .75rem;
    line-height: 1.2;
    font-family: Montserrat, Lora, sans-serif;
    letter-spacing: 1px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    cursor: pointer;
    transition: all .2s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn:focus,
.btn:hover {
    background-color: rgba(220, 14, 14, .7)
}

.btn:disabled,
.btn:disabled:focus,
.btn:disabled:hover {
    background-color: rgba(220, 14, 14, .5)
}

.btn:focus,
.btn:hover {
    background-color: #ba0d0d
}

.btn:disabled {
    cursor: not-allowed
}

.btn svg {
    fill: #fff
}

.btn svg:first-child {
    margin-right: 8px
}

.btn svg:last-child {
    margin-left: 8px
}

.btn svg:first-child:last-child {
    margin: 0
}

.btn-black {
    background-color: #dc0e0e;
    -webkit-font-smoothing: antialiased;
    display: inline-flex;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    align-items: center;
    justify-content: center;
    padding: 17px 28px;
    border: 0;
    border-radius: 0;
    background-position: right 15px center;
    font-weight: 700;
    font-size: .75rem;
    line-height: 1.2;
    font-family: Montserrat, Lora, sans-serif;
    letter-spacing: 1px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    cursor: pointer;
    transition: all .2s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #0c0c0f;
    color: #fff
}

.btn-black:focus,
.btn-black:hover {
    background-color: rgba(220, 14, 14, .7)
}

.btn-black:disabled,
.btn-black:disabled:focus,
.btn-black:disabled:hover {
    background-color: rgba(220, 14, 14, .5)
}

.btn-black:focus,
.btn-black:hover {
    background-color: #ba0d0d
}

.btn-black:disabled {
    cursor: not-allowed
}

.btn-black svg {
    fill: #fff
}

.btn-black svg:first-child {
    margin-right: 8px
}

.btn-black svg:last-child {
    margin-left: 8px
}

.btn-black svg:first-child:last-child {
    margin: 0
}

.btn-black:focus,
.btn-black:hover {
    background-color: rgba(12, 12, 15, .7)
}

.btn-black:disabled,
.btn-black:disabled:focus,
.btn-black:disabled:hover {
    background-color: rgba(12, 12, 15, .5)
}

.btn-black:focus,
.btn-black:hover {
    color: hsla(0, 0%, 100%, .7)
}

.btn-black:disabled,
.btn-black:disabled:focus,
.btn-black:disabled:hover {
    color: hsla(0, 0%, 100%, .5)
}

.btn-black:focus,
.btn-black:hover {
    color: #fff
}

.btn-ghost {
    background-color: #dc0e0e;
    -webkit-font-smoothing: antialiased;
    display: inline-flex;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    align-items: center;
    justify-content: center;
    padding: 17px 28px;
    border-radius: 0;
    background-position: right 15px center;
    font-weight: 700;
    font-size: .75rem;
    line-height: 1.2;
    font-family: Montserrat, Lora, sans-serif;
    letter-spacing: 1px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    cursor: pointer;
    transition: all .2s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #fff;
    background: #fff;
    color: #fff;
    background-color: transparent
}

.btn-ghost:focus,
.btn-ghost:hover {
    background-color: rgba(220, 14, 14, .7)
}

.btn-ghost:disabled,
.btn-ghost:disabled:focus,
.btn-ghost:disabled:hover {
    background-color: rgba(220, 14, 14, .5)
}

.btn-ghost:focus,
.btn-ghost:hover {
    background-color: #ba0d0d
}

.btn-ghost:disabled {
    cursor: not-allowed
}

.btn-ghost svg:first-child {
    margin-right: 8px
}

.btn-ghost svg:last-child {
    margin-left: 8px
}

.btn-ghost svg:first-child:last-child {
    margin: 0
}

.btn-ghost svg {
    fill: #fff
}

.btn-ghost:focus,
.btn-ghost:hover {
    background: #fff;
    color: #0c0c0f
}

.btn-ghost:focus svg,
.btn-ghost:hover svg {
    fill: #0c0c0f
}

.btn-ghost:focus,
.btn-ghost:hover {
    color: hsla(0, 0%, 100%, .7)
}

.btn-ghost:disabled,
.btn-ghost:disabled:focus,
.btn-ghost:disabled:hover {
    color: hsla(0, 0%, 100%, .5)
}

.btn-ghost:focus,
.btn-ghost:hover {
    background-color: rgba(0, 0, 0, .7)
}

.btn-ghost:disabled,
.btn-ghost:disabled:focus,
.btn-ghost:disabled:hover {
    background-color: rgba(0, 0, 0, .5)
}

.btn-ghost:focus,
.btn-ghost:hover {
    background-color: #fff;
    color: #dc0e0e
}

.btn-gray {
    border: 1px solid #a8a8aa;
    background: #fff;
    color: #555
}

.btn-gray:focus,
.btn-gray:hover {
    border-color: #0c0c0f;
    background-color: #fff;
    color: #0c0c0f
}

.btn--rounded {
    border-radius: 30px
}

.btn--small {
    min-height: 35px;
    padding: 5px 15px;
    font-size: .75rem;
    line-height: 1.5
}

.btn--xsmall {
    height: 21px;
    padding: 0 10px;
    border-radius: 1px;
    box-shadow: none;
    font-size: .6875rem;
    letter-spacing: 0
}

.btn--block {
    width: 100%
}

.btn-wrapper {
    display: flex;
    justify-content: center
}

.btn-wrapper--spacing {
    padding: 16px
}

.btn-wrapper--left {
    justify-content: flex-start
}

.btn-wrapper--right {
    justify-content: flex-end
}

.btn-wrapper>:not(:last-child) {
    margin-right: 8px
}

.wrapper-inner {
    display: block;
    max-width: 72.5em;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px
}

.wrapper-inner:after {
    clear: both;
    content: "";
    display: block
}

@media screen and (min-width:60em) {
    .wrapper-inner {
        padding-right: 30px;
        padding-left: 30px
    }
}

.wrapper-inner--relative {
    position: relative
}

.wrapper-grid {
    display: block;
    max-width: 76.25em;
    margin-right: auto;
    margin-left: auto
}

.wrapper-grid:after {
    clear: both;
    content: "";
    display: block
}

.wrapper-grid--collapse {
    width: calc(100% + 30px);
    margin-right: -15px;
    margin-left: -15px
}

@media screen and (min-width:60em) {
    .wrapper-grid--collapse {
        margin-left: -30px;
        margin-right: -30px;
        width: calc(100% + 60px)
    }
}

.overal-wrapper--maxheight {
    position: relative;
    width: 100%;
    height: calc(var(--docheight, 1vh)*100);
    overflow: hidden
}

.tns-outer {
    padding: 0 !important
}

.tns-outer [hidden] {
    display: none !important
}

.tns-outer [aria-controls],
.tns-outer [data-action] {
    cursor: pointer
}

.tns-slider {
    transition: all 0s
}

.tns-slider>.tns-item {
    box-sizing: border-box
}

.tns-horizontal.tns-subpixel {
    white-space: nowrap
}

.tns-horizontal.tns-subpixel>.tns-item {
    display: inline-block;
    vertical-align: top;
    white-space: normal
}

.tns-horizontal.tns-no-subpixel:after {
    content: "";
    display: table;
    clear: both
}

.tns-horizontal.tns-no-subpixel>.tns-item {
    float: left
}

.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item {
    margin-right: -100%
}

.tns-gallery,
.tns-no-calc {
    position: relative;
    left: 0
}

.tns-gallery {
    min-height: 1px
}

.tns-gallery>.tns-item {
    position: absolute;
    left: -100%;
    transition: transform 0s, opacity 0s
}

.tns-gallery>.tns-slide-active {
    position: relative;
    left: auto !important
}

.tns-gallery>.tns-moving {
    transition: all .25s
}

.tns-autowidth {
    display: inline-block
}

.tns-lazy-img {
    transition: opacity .6s;
    opacity: .6
}

.tns-lazy-img.tns-complete {
    opacity: 1
}

.tns-ah {
    transition: height 0s
}

.tns-ovh {
    overflow: hidden
}

.tns-visually-hidden {
    position: absolute;
    left: -10000em
}

.tns-transparent {
    opacity: 0;
    visibility: hidden
}

.tns-fadeIn {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 0
}

.tns-fadeOut,
.tns-normal {
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: -1
}

.tns-vpfix {
    white-space: nowrap
}

.tns-vpfix>div,
.tns-vpfix>li {
    display: inline-block
}

.tns-t-subp2 {
    margin: 0 auto;
    width: 310px;
    position: relative;
    height: 10px;
    overflow: hidden
}

.tns-t-ct {
    width: 2333.3333333%;
    width: 2333.33333%;
    width: 2333.3333333333%;
    position: absolute;
    right: 0
}

.tns-t-ct:after {
    content: "";
    display: table;
    clear: both
}

.tns-t-ct>div {
    width: 1.4285714%;
    width: 1.42857%;
    width: 1.4285714286%;
    height: 10px;
    float: left
}

.header {
    z-index: var(--highest-z-index);
    position: -webkit-sticky;
    position: sticky;
    transition: top .2s ease
}

.header__top {
    overflow: hidden;
    background: #fff
}

@media screen and (prefers-color-scheme:dark) {
    .header__top {
        background-color: #1e1e21
    }
}

.header__top .wrapper-inner {
    display: flex;
    flex-direction: row
}

@media screen and (max-width:39.99em) {
    .header__top .wrapper-inner {
        padding-right: 0
    }
}

.header__logo {
    z-index: 110;
    position: relative;
    flex: 1;
    padding: 7px 0
}

.header__logo__link {
    display: block;
    width: 110px;
    height: 29px
}

@media screen and (min-width:30em) {
    .header__logo__link {
        width: 158px;
        height: 42px
    }
}

.header__logo__image {
    width: 100%;
    height: auto
}

.header__logo--wvhj {
    padding: 0
}

.header__logo--wvhj .header__logo__link {
    width: 135px;
    height: 44px
}

@media screen and (min-width:30em) {
    .header__logo--wvhj .header__logo__link {
        width: 170px;
        height: 56px
    }
}

.header__logo--wvhj .header__logo__image--large {
    display: none
}

@media screen and (min-width:40em) {
    .header__logo--wvhj .header__logo__image--large {
        display: block
    }
}

.header__logo--wvhj .header__logo__image--small {
    display: none
}

@media screen and (max-width:39.99em) {
    .header__logo--wvhj .header__logo__image--small {
        display: block
    }
}

.header__socials {
    display: flex;
    position: relative;
    flex-direction: row;
    align-items: center;
    height: 56px;
    padding-right: 32px;
    padding-left: 10px;
    background: #dc0e0e
}

.header__socials>* {
    z-index: 1;
    position: relative
}

.header__socials:before {
    position: absolute;
    left: -13px;
    width: 56px;
    height: 100%;
    transform: skewX(-22deg);
    background: #dc0e0e;
    content: ""
}

@media screen and (max-width:39.99em) {
    .header__socials {
        display: none
    }
}

.header__socials__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 30px
}

.header__socials__icon {
    fill: #fff;
    transition: opacity .15s ease
}

.header__socials__link:hover .header__socials__icon {
    opacity: .8
}

.header__top__user {
    position: relative;
    background-color: #dc0e0e
}

.header__top__user:before {
    position: absolute;
    left: -13px;
    width: 56px;
    height: 100%;
    transform: skewX(-22deg);
    background: #dc0e0e;
    content: ""
}

@media screen and (min-width:40em) {
    .header__top__user {
        background-color: #ba0d0d
    }
    .header__top__user:before {
        position: absolute;
        left: -13px;
        width: 56px;
        height: 100%;
        transform: skewX(-22deg);
        background: #ba0d0d;
        content: ""
    }
}

.header__top__user:after {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100vw;
    height: 100%;
    background: #ba0d0d;
    content: ""
}

.header__top__user a {
    display: flex;
    z-index: 1;
    position: relative;
    align-items: center;
    min-width: 55px;
    height: 100%;
    padding-right: 25px;
    color: #fff;
    text-decoration: none
}

.header__top__user a:before {
    position: absolute;
    top: 0;
    left: -20px;
    width: 20px;
    background: grey;
    content: ""
}

@media screen and (min-width:30em) {
    .header__top__user a {
        padding-right: 0;
        padding-left: 5px
    }
}

@media screen and (max-width:40em) {
    .header__top__user a {
        padding-right: 30px
    }
}

.header__top__user span {
    padding-right: 10px;
    font-weight: 700;
    font-size: .875rem;
    font-family: Montserrat, Lora, sans-serif
}

@media screen and (max-width:39.99em) {
    .header__top__user span {
        display: none
    }
}

.header__lang-switch {
    display: flex;
    position: relative;
    flex-direction: row;
    align-items: center;
    height: 56px;
    padding-right: 16px;
    padding-left: 0;
    background: #fff
}

@media screen and (prefers-color-scheme:dark) {
    .header__lang-switch {
        background-color: #1e1e21
    }
}

.header__lang-switch>* {
    z-index: 1;
    position: relative
}

.header__lang-switch:before {
    position: absolute;
    left: -1px;
    width: 1px;
    height: 100%;
    transform: skewX(-22deg);
    background: rgba(168, 168, 170, .25);
    content: ""
}

@media screen and (max-width:29.99em) {
    .header__lang-switch {
        display: none
    }
}

.expanded-nav__lang-switch select {
    background-image: url(/images/icons/dropdown-gray-medium.svg);
    color: #fff
}

.expanded-nav__lang-switch option {
    color: #0c0c0f
}

@media screen and (min-width:30em) {
    .expanded-nav__lang-switch {
        display: none
    }
}

.lang-switch-select {
    min-width: 64px;
    height: 100%;
    margin: 0;
    font-weight: 700;
    font-size: .875rem;
    font-family: Montserrat, Lora, sans-serif;
    transition: opacity .15s ease
}

.lang-switch-select,
.lang-switch-select:active,
.lang-switch-select:focus,
.lang-switch-select:hover {
    border: none;
    background-color: transparent
}

.lang-switch-select:active,
.lang-switch-select:focus,
.lang-switch-select:hover {
    opacity: 1
}

.header__podcast {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: flex-end;
    padding: 0 22px
}

@media screen and (min-width:30em) {
    .header__podcast {
        padding: 0 30px
    }
}

@media screen and (min-width:60em) {
    .header__podcast {
        justify-content: flex-start
    }
}

.header__podcast__link {
    display: flex;
    align-items: center;
    text-decoration: none
}

.header__podcast__link:hover .header__podcast__circle {
    border-color: #dc0e0e;
    background-color: #fff
}

.header__podcast__link:hover .header__podcast__icon {
    fill: #dc0e0e
}

.header__podcast__link:hover .header__podcast__title {
    text-decoration: underline
}

@media screen and (prefers-color-scheme:dark) {
    .header__podcast__link:hover .header__podcast__circle {
        border-color: #fff;
        background-color: #dc0e0e
    }
    .header__podcast__link:hover .header__podcast__icon {
        fill: #fff
    }
}

.header__podcast__circle {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 2px solid #fcebeb;
    border-radius: 50%;
    background-color: #dc0e0e;
    transition: all .2s ease
}

@media screen and (prefers-color-scheme:dark) {
    .header__podcast__circle {
        background-color: #2e2e32
    }
}

.header__podcast__icon {
    fill: #fff;
    transition: all .2s ease
}

.header__podcast__circle-notification {
    display: none;
    position: absolute;
    top: -4px;
    right: -4px;
    width: 14px;
    height: 14px;
    border: 5px solid #0c0c0f;
    border-radius: 50%;
    background-color: #fff
}

@media screen and (min-width:60em) {
    .header__podcast__circle-notification {
        display: none
    }
}

@media screen and (prefers-color-scheme:dark) {
    .header__podcast__circle-notification {
        border-color: #dc0e0e;
        background-color: #fff
    }
}

.header__podcast__link--new .header__podcast__circle-notification {
    display: block
}

.header__podcast__content {
    display: none;
    flex-direction: column;
    justify-content: center;
    margin-left: 5px
}

@media screen and (min-width:60em) {
    .header__podcast__content {
        display: flex
    }
}

.header__podcast__subtitle,
.header__podcast__title {
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.header__podcast__subtitle {
    margin-bottom: 3px;
    color: #555;
    font-size: .625rem;
    line-height: .625rem
}

@media screen and (prefers-color-scheme:dark) {
    .header__podcast__subtitle {
        color: #acacac
    }
}

.header__podcast__title {
    color: #0c0c0f;
    font-size: .75rem;
    line-height: .75rem
}

@media screen and (prefers-color-scheme:dark) {
    .header__podcast__title {
        color: #d8d8d8
    }
}

@media screen and (max-width:39.99em) {
    .header {
        top: calc(var(--header-top-height)*-1)
    }
    .sticky-header .header {
        top: 0
    }
    .sticky-header .mainnav--mobile {
        top: var(--header-top-height)
    }
}

.hamburger-trigger:checked~.header {
    top: var(--app-install-height)
}

.expanded-nav {
    visibility: hidden;
    position: absolute;
    top: var(--header-top-height);
    width: 100%;
    max-height: 0;
    opacity: 0;
    transition: opacity .2s ease, visibility .2s ease, max-height .2s ease
}

@media screen and (max-width:39.99em) {
    .expanded-nav {
        position: fixed
    }
}

.hamburger-trigger:checked~.expanded-nav {
    visibility: visible;
    top: calc(var(--header-top-height) + var(--app-install-height));
    max-height: calc(100vh - var(--header-top-height));
    opacity: 1
}

@media screen and (max-width:59.99em) {
    .hamburger-trigger:checked~.expanded-nav {
        overflow-scrolling: touch;
        height: calc(100vh - var(--header-top-height));
        max-height: none;
        overflow: auto
    }
}

@media screen and (min-width:40em) {
    .mainnav--desktop:not(.mainnav--desktop--sticky)~.expanded-nav {
        top: calc(var(--header-top-height) + var(--header-nav-height) + var(--app-install-height))
    }
    .mainnav--desktop--sticky~.expanded-nav {
        position: fixed;
        top: var(--header-top-height)
    }
}

.hamburger {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    background: #0c0c0f
}

.hamburger__label {
    width: 50px;
    margin: 0;
    padding: 15px 0;
    cursor: pointer
}

.hamburger__text {
    display: flex;
    align-items: center;
    padding-right: 30px;
    color: #fff;
    font-size: .75rem;
    font-family: Montserrat, Lora, sans-serif;
    letter-spacing: 1px;
    text-align: right;
    text-transform: uppercase
}

.hamburger__text__close {
    display: none
}

.hamburger__icon {
    top: calc(50% - 2px)
}

.hamburger__icon,
.hamburger__icon:before {
    display: block;
    position: absolute;
    left: 50%;
    width: 22px;
    height: 3px;
    margin-left: -11px;
    background: #fff;
    content: "";
    transition: transform .15s ease, background-color .1s ease
}

.hamburger__icon:before {
    top: -6px
}

.hamburger__icon:after {
    top: 6px;
    display: block;
    position: absolute;
    left: 50%;
    width: 22px;
    height: 3px;
    margin-left: -11px;
    background: #fff;
    content: "";
    transition: transform .15s ease, background-color .1s ease
}

.hamburger-trigger:checked~.header .hamburger__icon,
.hamburger-trigger:checked~.mainnav--desktop .hamburger__icon {
    background: transparent
}

.hamburger-trigger:checked~.header .hamburger__icon:before,
.hamburger-trigger:checked~.mainnav--desktop .hamburger__icon:before {
    top: 0;
    transform: rotate(45deg)
}

.hamburger-trigger:checked~.header .hamburger__icon:after,
.hamburger-trigger:checked~.mainnav--desktop .hamburger__icon:after {
    top: 0;
    transform: rotate(-45deg)
}

.hamburger-trigger:checked~.mainnav--desktop .hamburger__text__more {
    display: none
}

.hamburger-trigger:checked~.mainnav--desktop .hamburger__text__close {
    display: block
}

.hamburger-trigger:checked~.mainnav--desktop--sticky .mainnav__item:not(:first-child),
.hamburger-trigger:checked~.mainnav--desktop:not(.mainnav--desktop--sticky) .mainnav__item {
    visibility: hidden;
    opacity: 0
}

.hamburger--top:before {
    position: absolute;
    left: -13px;
    width: 56px;
    height: 100%;
    transform: skewX(-22deg);
    background: #0c0c0f;
    content: ""
}

.hamburger--top>* {
    z-index: 1;
    position: relative
}

@media screen and (min-width:40em) {
    .hamburger--top {
        display: none
    }
}

.hamburger--top .hamburger__label {
    margin-left: -10px
}

.hamburger--mainnav {
    position: absolute;
    top: 0;
    right: 30px;
    height: 100%
}

.hamburger--mainnav .hamburger__label {
    width: auto;
    padding: 0
}

.hamburger--mainnav .hamburger__icon {
    right: 0;
    left: auto
}

.mainnav {
    z-index: var(--highest-z-index);
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: 100%;
    overflow: auto;
    font-weight: 500;
    font-family: Montserrat, Lora, sans-serif;
    white-space: nowrap
}

@media screen and (min-width:40em) {
    .mainnav {
        font-weight: 700
    }
}

.mainnav__list {
    display: flex;
    z-index: 1;
    position: relative;
    justify-content: flex-start;
    margin: 0;
    padding: 0
}

.mainnav__item {
    font-size: .75rem;
    list-style: none
}

.mainnav__link {
    display: flex;
    position: relative;
    align-items: center;
    text-decoration: none;
    transition: opacity .1s ease
}

.mainnav__link:after {
    opacity: 0;
    transition: opacity .3s ease
}

.mainnav__image {
    position: absolute;
    opacity: 0;
    transition: opacity .2s ease
}

.mainnav__image--home {
    opacity: 1
}

.mainnav__link--active:not(.mainnav__link--homepage):after {
    z-index: -1;
    position: absolute;
    content: "";
    opacity: 1
}

.mainnav__link--a11y {
    position: absolute
}

.mainnav--mobile {
    background: #fff;
    box-shadow: inset 0 1px 1px 0 rgba(168, 168, 170, .2), 0 1px 1px -1px #a8a8aa;
    transition: top .2s ease
}

@media screen and (min-width:40em) {
    .mainnav--mobile {
        display: none
    }
}

@media screen and (prefers-color-scheme:dark) {
    .mainnav--mobile {
        background-color: #26262a
    }
}

.mainnav--mobile .mainnav__list {
    justify-content: space-around;
    padding: 0 5px
}

@media screen and (max-width:340px) {
    .mainnav--mobile .mainnav__list {
        justify-content: flex-start
    }
}

.mainnav--mobile .mainnav__link {
    height: 40px;
    padding: 5px;
    color: #0c0c0f;
    font-weight: 600
}

@media screen and (prefers-color-scheme:dark) {
    .mainnav--mobile .mainnav__link {
        color: #d8d8d8
    }
}

.mainnav--mobile .mainnav__link:after {
    bottom: 0;
    left: 5px;
    width: calc(100% - 10px);
    border-bottom: 4px solid #dc0e0e
}

.mainnav--desktop {
    height: 56px;
    border-bottom: 1px solid #1e1e21;
    background: #0c0c0f
}

@media screen and (max-width:39.99em) {
    .mainnav--desktop {
        display: none
    }
}

.mainnav--desktop .wrapper-inner {
    position: relative
}

.mainnav--desktop .mainnav__list {
    width: calc(100% - 115px);
    overflow: hidden
}

.mainnav--desktop .mainnav__list:after {
    z-index: 5;
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
    height: 100%;
    content: "";
    pointer-events: none;
    background-image: linear-gradient(270deg, #0c0c0f 0, rgba(12, 12, 15, .738) 19%, rgba(12, 12, 15, .738) 0, rgba(12, 12, 15, .541) 34%, rgba(12, 12, 15, .382) 47%, rgba(12, 12, 15, .278) 56.5%, rgba(12, 12, 15, .194) 65%, rgba(12, 12, 15, .126) 73%, rgba(12, 12, 15, .075) 80.2%, rgba(12, 12, 15, .042) 86.1%, rgba(12, 12, 15, .021) 91%, rgba(12, 12, 15, .008) 95.2%, rgba(12, 12, 15, .002) 98.2%, rgba(12, 12, 15, 0))
}

.mainnav--desktop .mainnav__item {
    text-transform: uppercase;
    transition: opacity .2s ease, visibility .2s ease
}

.mainnav--desktop .mainnav__link {
    height: 55px;
    margin-right: 20px;
    padding: 0;
    color: #fff;
    font-weight: 800;
    letter-spacing: .05em
}

.mainnav--desktop .mainnav__link:focus,
.mainnav--desktop .mainnav__link:hover {
    opacity: .7
}

.mainnav--desktop .mainnav__link:after {
    top: 0;
    left: -10px;
    width: calc(100% + 20px);
    height: 100%;
    transform: skewX(-22deg);
    background: rgba(168, 168, 170, .25)
}

@media screen and (min-width:60em) {
    .mainnav--desktop .mainnav__link:after {
        left: -15px;
        width: calc(100% + 30px)
    }
}

@media screen and (min-width:60em) {
    .mainnav--desktop .mainnav__link {
        margin-right: 32px
    }
}

.mainnav--desktop .mainnav__link--homepage {
    width: 20px;
    margin-right: 40px;
    transition: width .2s ease
}

.mainnav--desktop .mainnav__link--active:hover,
.mainnav--desktop .mainnav__link--homepage:hover {
    opacity: 1
}

.overal-wrapper--maxheight .mainnav--desktop--sticky,
.sticky-header .overal-wrapper--maxheight .header,
.sticky-header .overal-wrapper--maxheight .mainnav--mobile {
    position: fixed;
    width: 100%
}

.mainnav--desktop--sticky {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .2)
}

.mainnav--desktop--sticky .mainnav__link--homepage {
    width: 70px
}

.mainnav--desktop--sticky .mainnav__image--home {
    opacity: 0
}

.mainnav--desktop--sticky .mainnav__image--logo {
    opacity: 1
}

.expanded-nav {
    z-index: 100;
    top: 56px;
    background: #000
}

@media screen and (min-width:40em) {
    .expanded-nav {
        padding-bottom: 40px;
        background: #0c0c0f
    }
}

@media screen and (min-width:60em) {
    .expanded-nav {
        background: #000
    }
    .expanded-nav:after {
        z-index: -1;
        position: absolute;
        top: 1px;
        left: -120px;
        width: calc(50% + 120px);
        height: calc(100% - 1px);
        transform: skewX(-22deg);
        background-color: #0c0c0f;
        content: ""
    }
}

@media screen and (max-width:39.99em) {
    .expanded-nav .wrapper-inner {
        background: #0c0c0f
    }
}

.expanded-nav__navigation {
    float: left;
    font-weight: 700;
    font-size: .8125rem;
    font-family: Montserrat, Lora, sans-serif
}

@media screen and (min-width:60em) {
    .expanded-nav__navigation {
        max-width: 66%;
        font-size: 1rem
    }
}

.expanded-nav__navigation__list {
    margin: 48px 12px;
    padding: 0;
    list-style: none
}

@media screen and (min-width:40em) {
    .expanded-nav__navigation__list {
        margin: 40px 0
    }
}

.expanded-nav__navigation__item {
    margin-bottom: 20px;
    letter-spacing: 1px
}

@media screen and (min-width:40em) {
    .expanded-nav__navigation__item {
        display: inline-block;
        width: calc(50% - 10px);
        margin-bottom: 16px;
        vertical-align: top
    }
}

.expanded-nav__navigation__link {
    padding: 10px 0;
    color: #fff;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.2;
    letter-spacing: -.02em;
    text-decoration: none
}

.expanded-nav__navigation__link:before {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 4px 12px 0 0;
    background: url(/images/icons/chevron-right.svg);
    background-size: cover;
    content: "";
    color: #dc0e0e;
    transition: padding .2s ease, margin .2s ease
}

@media screen and (min-width:40em) {
    .expanded-nav__navigation__link:before {
        margin-top: 6px
    }
}

.expanded-nav__navigation__link:hover:before {
    margin: 6px 24px 0 -4px
}

.hamburger-trigger:checked~.mainnav--mobile {
    visibility: hidden;
    opacity: 0
}

.hamburger-trigger:checked~.expanded-nav .expanded-nav__close {
    display: none
}

@media screen and (min-width:60em) {
    .hamburger-trigger:checked~.expanded-nav .expanded-nav__close {
        display: block;
        z-index: -1;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, .5)
    }
}

.expanded-nav__socials {
    display: none
}

@media screen and (max-width:39.99em) {
    .expanded-nav__socials {
        display: flex;
        justify-content: flex-end
    }
}

.expanded-nav__socials__link {
    display: flex;
    align-items: center;
    padding: 12px
}

.expanded-nav__socials__icon,
.expanded-nav__socials__link:hover .expanded-nav__socials__icon {
    fill: #fff
}

.expanded-nav__footer {
    display: flex;
    justify-content: space-between;
    width: calc(100% + 30px);
    margin-top: 24px;
    margin-left: -15px;
    padding: 30px 25px;
    clear: both;
    background-color: #000
}

@media screen and (min-width:40em) {
    .expanded-nav__footer {
        display: none
    }
}

.card {
    display: flex;
    position: relative;
    align-self: flex-start;
    border: 1px solid #eeeeef;
    background-color: #fff;
    color: #1e1e21;
    text-decoration: none;
    transition: all .2s ease
}

@media screen and (prefers-color-scheme:dark) {
    .card {
        border-color: #2e2e32;
        background-color: #26262a;
        color: #dfdcd9
    }
}

.card>a {
    text-decoration: none
}

.card>a:visited .card__title {
    color: #786f76
}

@media screen and (prefers-color-scheme:dark) {
    .card>a:visited .card__title {
        color: #999
    }
}

.card__image-wrapper {
    position: relative;
    overflow: hidden;
    transform: translateZ(0)
}

.card__image,
.card__image-wrapper picture img {
    min-width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all .2s ease
}

.card__content-wrapper {
    display: flex;
    flex-direction: column;
    padding: 10px 15px
}

@media screen and (min-width:30em) {
    .card__content-wrapper {
        padding: 15px 20px
    }
}

.card__title {
    margin-bottom: 15px;
    font-weight: 700;
    font-size: .875rem;
    line-height: 1.2
}

@media screen and (min-width:30em) {
    .card__title {
        font-size: 1.125rem
    }
}

.card__title svg {
    margin-right: 6px
}

@media screen and (max-width:29.99em) {
    .card__title svg {
        width: 12px;
        height: 12px
    }
}

.card__footer {
    display: flex;
    flex-wrap: wrap;
    margin-top: auto
}

.card__footer>* {
    margin-right: 15px
}

.card__intro {
    margin-top: 15px;
    color: #555;
    font-size: .875rem
}

@media screen and (prefers-color-scheme:dark) {
    .card__intro {
        color: #d8d8d8
    }
}

.card__intro:empty {
    display: none
}

.card--is-video .card__image-wrapper {
    position: relative
}

.card--is-video .card__image-wrapper:after {
    display: flex;
    position: absolute;
    bottom: 8px;
    left: 8px;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    padding-bottom: 2px;
    padding-left: 3px;
    background-image: url(/images/icons/icon-play-red.svg);
    background-size: contain;
    content: "";
    color: #fff
}

@media screen and (min-width:30em) {
    .card--is-video .card__image-wrapper:after {
        bottom: 12px;
        left: 12px;
        width: 32px;
        height: 32px
    }
}

.card--is-podcast .card__image-wrapper {
    position: relative
}

.card--is-podcast .card__image-wrapper:after {
    display: flex;
    position: absolute;
    bottom: 8px;
    left: 8px;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    padding-bottom: 2px;
    padding-left: 3px;
    background-image: url(/images/icons/icon-podcast-red.svg);
    background-size: contain;
    content: "";
    color: #fff
}

@media screen and (min-width:30em) {
    .card--is-podcast .card__image-wrapper:after {
        bottom: 12px;
        left: 12px;
        width: 32px;
        height: 32px
    }
}

.card--default {
    margin-bottom: 15px;
    box-shadow: 0 1px 1px 0 rgba(12, 12, 15, .1)
}

.card--default:hover {
    box-shadow: 0 3px 3px 0 rgba(12, 12, 15, .1)
}

.card--default:hover .card__image,
.card--default:hover .card__image-wrapper picture img {
    transform: scale(1.05)
}

.card--default .card__image-wrapper {
    width: 125px;
    min-width: 125px;
    max-width: 125px
}

@media screen and (min-width:30em) {
    .card--default .card__image-wrapper {
        width: 35%;
        min-width: 35%;
        max-width: 35%
    }
}

.card--default .card__image-wrapper picture {
    height: 100%
}

@media screen and (max-width:29.99em) {
    .card--default .meta-category,
    .card--default .meta-info--comments .meta-info__title>span {
        display: none
    }
}

.card--default .card__title {
    max-width: 380px
}

.card--default .meta-format {
    position: absolute;
    top: 10px;
    left: 10px
}

@media screen and (max-width:29.99em) {
    .card--default .meta-format {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }
}

@media screen and (min-width:30em) {
    .card--default .meta-format {
        width: calc(100% - 30px)
    }
}

@media screen and (max-width:29.99em) {
    .card--default .label-pro {
        position: absolute;
        right: 0;
        bottom: 0
    }
}

.card--default .meta-format__item:empty {
    display: none
}

@media screen and (max-width:29.99em) {
    .card--default .meta-format__item {
        position: absolute;
        top: 5px;
        left: 5px
    }
}

@media screen and (min-width:30em) {
    .card--default .meta-format__item {
        max-width: calc(100% - 43px)
    }
}

.card--visual:hover .card__image {
    transform: scale(1.1)
}

.card--visual .card__image {
    transition: all .2s ease
}

.card--visual .card__image-wrapper {
    position: absolute;
    width: 100%;
    height: 100%
}

.card--visual .card__image-wrapper:before {
    background-image: linear-gradient(0deg, #0c0c0f 0, rgba(12, 12, 15, .738) 19%, rgba(12, 12, 15, .738) 0, rgba(12, 12, 15, .541) 34%, rgba(12, 12, 15, .382) 47%, rgba(12, 12, 15, .278) 56.5%, rgba(12, 12, 15, .194) 65%, rgba(12, 12, 15, .126) 73%, rgba(12, 12, 15, .075) 80.2%, rgba(12, 12, 15, .042) 86.1%, rgba(12, 12, 15, .021) 91%, rgba(12, 12, 15, .008) 95.2%, rgba(12, 12, 15, .002) 98.2%, rgba(12, 12, 15, 0));
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ""
}

@media screen and (min-width:30em) {
    .card--visual .card__image-wrapper {
        position: relative
    }
}

.card--visual .card__image-wrapper picture {
    height: 100%
}

.card--visual .card__content-wrapper {
    z-index: 1;
    position: relative;
    justify-content: flex-end;
    padding-top: 120px
}

@media screen and (min-width:30em) {
    .card--visual .card__content-wrapper {
        position: absolute;
        bottom: 0;
        left: 0;
        padding-top: 0
    }
}

.card--visual .card__title {
    color: #fff;
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-family: Montserrat, Lora, sans-serif
}

@media screen and (min-width:40em) {
    .card--visual .card__title {
        margin-bottom: 10px;
        font-size: 2rem;
        line-height: 2.375rem
    }
}

.card--visual:visited .card__title {
    color: #fff
}

.card--visual .card__footer {
    margin-top: 0
}

.card--visual .meta-category {
    color: hsla(0, 0%, 100%, .8)
}

.card--visual .meta-format {
    position: absolute;
    top: 10px;
    left: 10px
}

.card--visual .meta-info__title {
    color: #fff
}

.card--visual.card--is-video .card__image-wrapper:after {
    top: 20px;
    right: 20px;
    left: auto
}

@media screen and (min-width:40em) {
    .card--visual.card--visual-small .card__image-wrapper {
        position: absolute
    }
    .card--visual.card--visual-small .card__content-wrapper {
        position: relative;
        padding-top: 120px
    }
    .card--visual.card--visual-small .card__title {
        font-size: 1.25rem;
        line-height: 1.5rem
    }
    .card--visual.card--visual-small .card__title svg {
        width: 16px;
        height: 16px;
        margin-right: 8px
    }
}

@media screen and (min-width:40em) {
    .card--visual.card--visual-large .card__content-wrapper {
        padding: 25px 35px
    }
    .card--visual.card--visual-large .card__title svg {
        width: 24px;
        height: 24px;
        margin-right: 12px
    }
    .card--visual.card--visual-large .meta-format {
        top: 20px;
        left: 20px
    }
}

.card--tile {
    flex-direction: column;
    border: none
}

@media screen and (prefers-color-scheme:dark) {
    .card--tile {
        background-color: transparent
    }
}

.card--tile:hover .card__image {
    transform: scale(1.05)
}

.card--tile .card__content-wrapper {
    padding: 10px 0
}

.card--tile .card__title {
    margin-bottom: 10px;
    font-size: .875rem
}

.card--tile .card__title svg {
    width: 12px;
    height: 12px
}

.card--tile .meta-format {
    position: absolute;
    top: 10px;
    left: 10px;
    max-width: calc(100% - 30px)
}

.card--tile.card--tile-black {
    background-color: transparent
}

.card--tile.card--tile-black .card__title,
.card--tile.card--tile-black .meta-info__title {
    color: #fff
}

.card--text {
    border: none;
    border-bottom: 1px solid #eeeeef
}

@media screen and (prefers-color-scheme:dark) {
    .card--text {
        border-color: #2e2e32
    }
}

.card--text:hover .card__title {
    text-decoration: underline
}

.card--text:first-of-type {
    margin-top: 10px
}

.card--text .card__content-wrapper {
    flex-direction: row;
    padding: 7px 15px 10px 0
}

.card--text .meta-info:not(.meta-info--comments) {
    align-items: flex-start;
    justify-content: center;
    width: 60px;
    min-width: 60px;
    max-width: 60px;
    padding-bottom: 20px
}

.card--text .meta-info__title {
    line-height: 1.6
}

.card--text .meta-info--comments {
    padding-top: 5px
}

.card--text .meta-format {
    display: inline-flex;
    margin-right: 2px;
    vertical-align: middle
}

.card--text .label-pro {
    margin-left: 8px
}

.card--text .card__title {
    margin-bottom: 0;
    font-size: .8125rem;
    vertical-align: middle
}

.card--text .card__title svg {
    width: 12px;
    height: 12px
}

.card--text .card__title-wrapper {
    display: inline-block;
    line-height: 1;
    vertical-align: top
}

.card--detail {
    margin-bottom: 15px;
    border: none
}

@media screen and (prefers-color-scheme:dark) {
    .card--detail {
        background-color: transparent
    }
}

.card--detail:hover .card__image {
    transform: scale(1.05)
}

.card--detail.card--detail-featured {
    padding: 15px;
    border: 1px solid #eeeeef;
    background-color: #f7f5f8
}

@media screen and (prefers-color-scheme:dark) {
    .card--detail.card--detail-featured {
        border-color: #2e2e32;
        background: transparent
    }
}

.card--detail .card__image-wrapper {
    width: 100px;
    height: 100px;
    border: 1px solid #eeeeef;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1)
}

@media screen and (prefers-color-scheme:dark) {
    .card--detail .card__image-wrapper {
        border-color: #2e2e32
    }
}

@media screen and (min-width:30em) {
    .card--detail .card__image-wrapper {
        width: 180px;
        height: 180px
    }
}

.card--detail .card__content-wrapper {
    flex: 1
}

@media screen and (max-width:29.99em) {
    .card--detail .meta-category,
    .card--detail .meta-info--comments .meta-info__title>span {
        display: none
    }
}

.card--detail .card__title {
    max-width: 380px
}

.card--detail .meta-format {
    position: absolute;
    top: 10px;
    left: 10px
}

@media screen and (max-width:29.99em) {
    .card--detail .meta-format {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }
}

@media screen and (min-width:30em) {
    .card--detail .meta-format {
        width: calc(100% - 30px)
    }
}

@media screen and (max-width:29.99em) {
    .card--detail .label-pro {
        position: absolute;
        right: 0;
        bottom: 0
    }
}

.card--detail .meta-format__item:empty {
    display: none
}

@media screen and (max-width:29.99em) {
    .card--detail .meta-format__item {
        position: absolute;
        top: 5px;
        left: 5px
    }
}

@media screen and (min-width:30em) {
    .card--detail .meta-format__item {
        max-width: calc(100% - 43px)
    }
}

.card--detail .card__intro {
    display: none
}

@media screen and (min-width:30em) {
    .card--detail .card__intro {
        display: block
    }
}

.card--default-wrapper {
    margin-bottom: 20px;
    clear: both
}

.card--default-wrapper .card--default:last-child {
    margin-bottom: 0
}

.card--special {
    flex-direction: column;
    border: none;
    background-color: #0c0c0f
}

.card--special:visited .card__title {
    color: #fff
}

.card--special .card__title {
    z-index: 1;
    position: relative;
    color: #fff;
    font-size: 1.125rem;
    font-family: Montserrat, Lora, sans-serif;
    text-transform: uppercase
}

.card--special .card__text {
    margin-bottom: 25px;
    color: #fff;
    font-size: 1rem;
    line-height: 1.1875rem
}

.card--special .card__button {
    margin-bottom: 15px
}

.card--special .meta-info__title {
    color: #fff
}

.card--special .card__image-wrapper {
    position: relative
}

.card--special .card__image-wrapper:before {
    content: "";
    background-image: linear-gradient(0deg, #0c0c0f 0, rgba(12, 12, 15, .738) 19%, rgba(12, 12, 15, .738) 0, rgba(12, 12, 15, .541) 34%, rgba(12, 12, 15, .382) 47%, rgba(12, 12, 15, .278) 56.5%, rgba(12, 12, 15, .194) 65%, rgba(12, 12, 15, .126) 73%, rgba(12, 12, 15, .075) 80.2%, rgba(12, 12, 15, .042) 86.1%, rgba(12, 12, 15, .021) 91%, rgba(12, 12, 15, .008) 95.2%, rgba(12, 12, 15, .002) 98.2%, rgba(12, 12, 15, 0));
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.card--special .card__content-wrapper {
    z-index: 2;
    margin-top: -50px
}

.card--special .meta-format {
    position: absolute;
    top: 10px;
    left: 10px;
    max-width: calc(100% - 30px)
}

.content-grid__side .card--special {
    margin-bottom: 15px
}

.card--race {
    flex-direction: column;
    margin-bottom: 10px;
    box-shadow: 0 1px 1px 0 rgba(12, 12, 15, .1)
}

@media screen and (max-width:39.99em) {
    .card--race {
        margin-bottom: 30px
    }
}

.card--race:hover .card__image {
    transform: scale(1)
}

.card--race:hover .card__featured-image {
    transform: translate(-50%, -50%) translateZ(0) scale(1.08)
}

.card--race .card__image-wrapper {
    overflow: visible;
    background-color: #0c0c0f
}

.card--race .card__image__inner {
    position: relative
}

.card--race .card__image__background {
    position: relative;
    overflow: hidden
}

.card--race .card__image__background:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(12, 12, 15, 0), rgba(12, 12, 15, 0) .01%, #0c0c0f), linear-gradient(180deg, rgba(12, 12, 15, 0), #0c0c0f);
    content: ""
}

.card--race .card__image__element {
    position: absolute;
    top: 0;
    left: 0;
    width: 64px;
    height: 100%;
    background-color: #1e1e21;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
    clip-path: polygon(0 0, 0 100%, 100% 0)
}

.card--race .card__image__element img {
    position: absolute;
    top: -72px;
    left: -40px;
    width: 100%;
    height: 160%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: .2
}

.card--race .card__image {
    transform: scale(1.08);
    mix-blend-mode: lighten;
    filter: saturate(0);
    opacity: .2
}

.card--race .card__image__stat {
    display: flex;
    position: absolute;
    top: 16px;
    right: 16px;
    color: #fff;
    font-weight: 800;
    font-size: .625rem;
    line-height: 1.2;
    font-family: Montserrat, Lora, sans-serif
}

.card--race .card__image__stat__side {
    margin-right: -12px;
    padding: 6px 20px 6px 12px;
    border-radius: 24px 0 0 24px;
    background-color: hsla(0, 0%, 100%, .1)
}

.card--race .card__image__stat__main {
    padding: 6px 12px;
    border-radius: 24px;
    background-color: #555;
    text-transform: uppercase
}

.card--race .card__featured-image {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 40%;
    max-height: 50%;
    transform: translate(-50%, -50%) translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all .15s ease
}

.card--race .card__featured-image:after {
    display: block;
    content: ""
}

.card--race .card__driver-image+.card__featured-image {
    top: auto;
    right: 24px;
    bottom: 24px;
    left: auto;
    width: 40%;
    height: 54%;
    max-height: 54%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    transform: none
}

.card--race .card__driver-image+.card__featured-image+.card__image__element {
    width: 160px;
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 50% 100%, 0 100%)
}

.card--race .card__driver-image {
    z-index: 2;
    position: absolute;
    bottom: 0;
    left: 8px;
    height: 115%
}

.card--race .card__content-wrapper {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    background-image: url(https://www.sportshub.to/formula-1/images/backgrounds/card-race-backdrop.svg);
    background-position: right -16px center;
    background-size: contain;
    background-repeat: no-repeat
}

@media screen and (prefers-color-scheme:dark) {
    .card--race .card__content-wrapper {
        background-image: url(https://www.sportshub.to/formula-1/images/backgrounds/card-race-backdrop-dark.svg)
    }
}

.card--race .card__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.2
}

.card--race .card__title-wrapper {
    display: flex;
    align-items: center
}

.card--race .card__title-flag {
    width: 18px;
    height: auto;
    margin-right: 8px
}

.card--race .card__title-flag img {
    display: block;
    border-radius: 2px;
    box-shadow: none
}

.card--race .card__title {
    font-style: italic;
    font-weight: 800;
    font-family: Montserrat, Lora, sans-serif;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #0c0c0f
}

@media screen and (prefers-color-scheme:dark) {
    .card--race .card__title {
        color: #d8d8d8
    }
}

.card--race .card__subtitle {
    font-style: italic;
    font-weight: 800;
    font-family: Montserrat, Lora, sans-serif;
    text-transform: uppercase;
    margin-top: 4px;
    color: #dc0e0e;
    font-size: .75rem
}

.card--race .card__number {
    display: flex;
    align-items: center
}

.card--race .card__number img:nth-child(2) {
    margin-left: -4px
}

@media screen and (prefers-color-scheme:dark) {
    .card--race .card__number {
        filter: invert(100%)
    }
}

.card--race .card__track-meta {
    top: 20px;
    left: 20px;
    flex-direction: column;
    font-size: .75rem
}

.card--race .card__track-meta,
.card--race .card__track-up-next {
    display: flex;
    position: absolute;
    align-items: center;
    color: #fff;
    text-transform: uppercase
}

.card--race .card__track-up-next {
    top: 0;
    right: 0;
    height: 20px;
    padding: 0 10px 0 5px;
    background-color: #dc0e0e;
    font-weight: 700;
    font-size: .625rem;
    font-family: Montserrat, Lora, sans-serif
}

.card--race .card__track-up-next:after {
    position: absolute;
    top: 0;
    left: -8px;
    width: 8px;
    height: 20px;
    border-top: 20px solid #dc0e0e;
    border-left: 8px solid transparent;
    content: ""
}

.card--simple {
    margin-bottom: 15px;
    border: none
}

@media screen and (prefers-color-scheme:dark) {
    .card--simple {
        background-color: transparent
    }
}

.card--simple:hover .card__image {
    transform: scale(1.05)
}

.card--simple .card__content-wrapper {
    padding: 0 15px
}

.card--simple .card__image-wrapper {
    width: 125px;
    min-width: 125px;
    max-width: 125px
}

@media screen and (min-width:30em) {
    .card--simple .card__image-wrapper {
        width: 147px;
        min-width: 147px;
        max-width: 147px
    }
}

.card--simple .card__image-wrapper picture {
    height: 100%
}

.card--simple .card__title {
    max-width: 380px
}

.card--simple .meta-format {
    position: absolute;
    top: 10px;
    left: 10px
}

@media screen and (max-width:29.99em) {
    .card--simple .meta-format {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }
}

@media screen and (min-width:30em) {
    .card--simple .meta-format {
        width: calc(100% - 30px)
    }
}

@media screen and (max-width:29.99em) {
    .card--simple .meta-category {
        display: none
    }
}

@media screen and (max-width:29.99em) {
    .card--simple .label-pro {
        position: absolute;
        right: 0;
        bottom: 0
    }
}

.card--simple .meta-format__item:empty {
    display: none
}

@media screen and (max-width:29.99em) {
    .card--simple .meta-format__item {
        position: absolute;
        top: 5px;
        left: 5px
    }
}

@media screen and (min-width:30em) {
    .card--simple .meta-format__item {
        max-width: calc(100% - 43px)
    }
}

.card--simple-wrapper {
    padding: 0 0 24px;
    clear: both;
    border-bottom: 1px solid #d8d8d8
}

@media screen and (prefers-color-scheme:dark) {
    .card--simple-wrapper {
        border-bottom-color: #2e2e32
    }
}

.card--simple-wrapper .card--simple:last-child {
    margin-bottom: 0
}

.content-grid {
    grid-gap: 30px;
    display: grid;
    grid-template-rows: auto;
    grid-template-areas: "main" "side"
}

@media screen and (min-width:60em) {
    .content-grid {
        grid-template-columns: auto 300px
    }
}

@media screen and (min-width:72.5em) {
    .content-grid {
        grid-template-columns: auto 320px
    }
}

.entry-intro~.content-grid {
    margin-top: 0
}

.content-grid__main {
    grid-area: "main";
    width: 100%;
    max-width: 750px;
    margin: 0 auto
}

.content-grid__side {
    grid-area: "side"
}

@media screen and (max-width:59.99em) {
    .content-grid__side>* {
        display: none
    }
}

@media screen and (max-width:59.99em) {
    .homepage .content-grid__side {
        display: flex;
        align-items: flex-start
    }
}

@media screen and (min-width:40em)and (max-width:59.99em) {
    .homepage .content-grid__side .show-in-mobile-sidebar {
        display: block;
        flex: 1;
        margin-right: 30px
    }
    .homepage .content-grid__side .show-in-mobile-sidebar:last-child {
        margin-right: 0
    }
}

@media screen and (max-width:39.99em) {
    .homepage .content-grid__side {
        flex-direction: column;
        align-items: center
    }
    .homepage .content-grid__side .show-in-mobile-sidebar {
        display: block;
        width: 100%;
        max-width: 400px
    }
}

.entry-intro {
    max-width: 980px;
    margin-bottom: 20px;
    padding: 0
}

.entry-intro__labels {
    padding-bottom: 5px
}

.entry-intro__labels .label-pro {
    margin-right: 8px;
    margin-left: 10px
}

.entry-intro__labels__category {
    font-style: italic;
    font-weight: 800;
    font-family: Montserrat, Lora, sans-serif;
    text-transform: uppercase;
    display: inline-block;
    color: #dc0e0e;
    text-decoration: none;
    vertical-align: middle
}

.entry-intro__content {
    font-size: 1.125rem;
    line-height: 25px
}

@media screen and (min-width:60em) {
    .entry-intro__content {
        font-size: 1.625rem;
        line-height: 38px
    }
}

.entry-intro--compact {
    max-width: 650px;
    padding: 0
}

.entry-intro--compact .entry-intro__content {
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 1rem;
    line-height: 26px
}

@media screen and (min-width:40em) {
    .content__heading__h1--xl {
        font-size: 2.25rem
    }
}

@media screen and (min-width:60em) {
    .content__heading__h1--xl {
        font-size: 2.875rem
    }
}

@media screen and (min-width:72.5em) {
    .content__heading__h1--xl {
        font-size: 3.5rem
    }
}

.content__heading__h1 small {
    font-weight: 800;
    display: block;
    margin-bottom: 25px;
    color: #dc0e0e;
    font-size: .875rem
}

.content__heading--section,
.content__heading__h1 small {
    font-style: italic;
    font-family: Montserrat, Lora, sans-serif;
    text-transform: uppercase
}

.content__heading--section {
    font-weight: 900;
    position: relative;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid #d8d8d8;
    font-size: 1.5rem
}

@media screen and (min-width:30em) {
    .content__heading--section {
        margin-bottom: 32px;
        padding-bottom: 20px;
        font-size: 1.75rem
    }
}

@media screen and (prefers-color-scheme:dark) {
    .content__heading--section {
        border-color: #555
    }
}

.content__heading--section:before {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 78px;
    height: 4px;
    background-color: #dc0e0e;
    content: ""
}

.content__heading--section:after {
    position: absolute;
    bottom: -1px;
    left: 78px;
    width: 0;
    height: 0;
    border-top: 0 solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 2px solid #dc0e0e;
    content: ""
}

.contentItem .content__heading__h1 {
    margin: 0
}

.head-picture {
    position: relative;
    margin-bottom: 20px;
    box-shadow: 0 0 0 1px hsla(0, 0%, 84.7%, .5)
}

@media screen and (prefers-color-scheme:dark) {
    .head-picture {
        box-shadow: none
    }
}

@media screen and (max-width:39.99em) {
    .head-picture {
        margin-right: -15px;
        margin-left: -15px
    }
}

.head-picture__image {
    width: 100%
}

.head-picture .meta-format {
    position: absolute;
    top: 30px;
    left: 35px;
    width: 100%;
    max-width: calc(100% - 30px)
}

@media screen and (max-width:39.99em) {
    .head-picture .meta-format {
        top: 16px;
        left: 16px
    }
}

.head-picture__copyright {
    padding: 1px 5px;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background: rgba(12, 12, 15, .5);
    color: #fff;
    font-weight: 700;
    font-size: .5rem;
    position: absolute;
    right: 0;
    bottom: 0
}

@media screen and (min-width:30em) {
    .head-picture__copyright {
        padding: 3px 25px;
        font-size: .625rem
    }
}

.head-picture__copyright:empty {
    display: none
}

.share {
    margin: 0;
    padding: 0
}

.share:before {
    display: inline-block;
    padding-right: 10px;
    content: attr(data-label);
    color: #a8a8aa;
    font-size: .875rem;
    line-height: 34px;
    vertical-align: top
}

.share__item {
    display: inline-block;
    margin-right: 5px
}

.share__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 2px solid #0c0c0f;
    border-radius: 17px;
    background: #fff;
    transition: opacity .1s ease
}

.share__link:hover {
    opacity: .7
}

.share__link--facebook {
    border: none;
    background-color: #3c5b96
}

.share__link--whatsapp {
    border: none;
    background-color: #22bf4a
}

.share__link--twitter {
    border: none;
    background-color: #59adeb
}

.share__link--copy {
    position: relative
}

.share__link--copy:after {
    font-style: italic;
    font-weight: 800;
    font-family: Montserrat, Lora, sans-serif;
    display: flex;
    visibility: hidden;
    position: absolute;
    top: -2px;
    right: -2px;
    align-items: center;
    height: 34px;
    padding: 8px 16px;
    border: 2px solid #0c0c0f;
    border-radius: 16px;
    background-color: #fff;
    content: attr(data-copy-success);
    color: #0c0c0f;
    font-size: .75rem;
    text-transform: uppercase;
    white-space: nowrap
}

.share__link--copy[data-copy-success]:after {
    -webkit-animation: showMessage 2s ease;
    animation: showMessage 2s ease
}

.share__link--copy[data-copy-success]:hover {
    opacity: 1
}

.share__link__copy-url {
    position: fixed;
    top: 0;
    left: -9999px;
    opacity: .00001
}

.share__image {
    fill: #fff
}

.share__link--copy .share__image,
.share__link--mail .share__image {
    fill: #0c0c0f
}

amp-social-share {
    margin-right: 5px;
    border-radius: 35px;
    background-size: 25px 25px
}

.taxonomy {
    padding: 20px 0
}

@media screen and (min-width:30em) {
    .taxonomy {
        margin-bottom: 20px
    }
}

.taxonomy p:last-child {
    margin-bottom: 0;
    padding-bottom: 0
}

.taxonomy--footer {
    font-size: .875rem
}

.taxonoy__intro {
    max-width: 600px
}

.button-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 15px 0;
    border-bottom: 1px solid #eeeeef
}

@media screen and (prefers-color-scheme:dark) {
    .button-wrapper {
        border-color: #2e2e32
    }
}

.button-wrapper--center {
    justify-content: center
}

.button-wrapper--no-border {
    border: none
}

.categories {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    margin: 0 0 15px;
    padding: 0;
    font-size: .875rem;
    line-height: 1.4;
    list-style-type: none
}

@media screen and (min-width:40em) {
    .categories {
        margin: 0 15px 0 0;
        font-size: 1rem
    }
}

.categories:before {
    font-style: italic;
    font-weight: 800;
    font-family: Montserrat, Lora, sans-serif;
    text-transform: uppercase;
    display: block;
    width: 100%;
    margin-bottom: 16px;
    content: attr(data-label);
    color: #1e1e21;
    line-height: 1.2
}

@media screen and (prefers-color-scheme:dark) {
    .categories:before {
        color: #dfdcd9
    }
}

.categories__item {
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 8px
}

.categories__item__link {
    display: block;
    padding: 8px 12px;
    border: 1px solid #dc0e0e;
    color: #dc0e0e;
    font-weight: 600;
    font-size: .75rem;
    font-family: Montserrat, Lora, sans-serif;
    letter-spacing: .05em;
    text-decoration: none;
    transition: opacity .1s ease
}

@media screen and (prefers-color-scheme:dark) {
    .categories__item__link {
        border-color: #2e2e32;
        color: #d8d8d8
    }
}

@media screen and (min-width:40em) {
    .categories__item__link {
        font-size: .6875rem
    }
}

.categories__item__link:hover {
    border-color: #ba0d0d;
    background-color: #ba0d0d;
    color: #fff
}

.anchor-overview {
    display: none;
    z-index: 3;
    position: absolute;
    bottom: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    padding: 7px 15px;
    background: #fff;
    color: #0c0c0f;
    font-weight: 700;
    font-size: .6875rem;
    font-family: Montserrat, Lora, sans-serif;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase
}

@media screen and (prefers-color-scheme:dark) {
    .anchor-overview {
        background: rgba(168, 168, 170, .8)
    }
}

.anchor-overview svg {
    fill: #dc0e0e;
    margin-right: 10px;
    transition: transform .1s ease
}

@media screen and (prefers-color-scheme:dark) {
    .anchor-overview svg {
        fill: #0c0c0f
    }
}

.anchor-overview:hover svg {
    transform: translateX(-3px)
}

@media screen and (min-width:40em) {
    .anchor-overview {
        display: flex
    }
}

.sponsored-entry-block {
    display: block;
    max-width: 450px;
    margin-top: 20px;
    padding: 15px 20px;
    border: 1px solid #eeeeef;
    border-left: 3px solid #a8a8aa;
    background-color: #f7f5f8;
    color: #0c0c0f;
    text-decoration: none
}

@media screen and (min-width:40em) {
    .sponsored-entry-block {
        padding: 16px 40px 16px 32px
    }
}

@media screen and (prefers-color-scheme:dark) {
    .sponsored-entry-block {
        border-top: none;
        border-right: none;
        border-bottom: none;
        background-color: #0c0c0f;
        color: #dfdcd9
    }
}

.sponsored-entry-block__heading {
    margin-bottom: 5px;
    font-weight: 700;
    font-size: .875rem
}

.sponsored-entry-block__heading strong {
    color: #a8a8aa;
    text-decoration: none
}

.sponsored-entry-block__description {
    font-size: .6875rem;
    line-height: 1.6
}

@media screen and (max-width:39.99em) {
    .content-with-sidebar {
        display: flex;
        flex-direction: column-reverse
    }
}

.content-with-sidebar__sidebar {
    float: left
}

.content-with-sidebar__sidebar .panel__header--light {
    background-position: left -70px top
}

@media screen and (min-width:40em) {
    .content-with-sidebar__sidebar {
        width: 270px;
        margin-right: 30px
    }
}

.content-with-sidebar__content {
    width: 100%;
    max-width: 650px
}

.content-with-sidebar__content .content-fields>:not(.content-field__redactor) {
    position: relative;
    overflow: hidden
}

.content-with-sidebar__sidebar+.content-with-sidebar__content {
    margin-left: auto
}

.content-with-sidebar__header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    min-height: 64px;
    padding: 0
}

.content-with-sidebar__header .btn {
    margin-bottom: 10px
}

.content-with-sidebar__intro {
    margin-bottom: 20px;
    font-weight: 700
}

.embed-responsive {
    display: block;
    position: relative;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive--16by9 {
    padding-bottom: 56.25%
}

.embed-responsive--4by3 {
    padding-bottom: 75%
}

h1 .tag-content-link,
h2 .tag-content-link,
h3 .tag-content-link,
h4 .tag-content-link,
h5 .tag-content-link,
h6 .tag-content-link {
    text-decoration: none;
    cursor: text
}

.tag-content-link {
    display: inline;
    padding-bottom: 1px;
    border-bottom: 1px solid #d8d8d8;
    color: #0c0c0f;
    text-decoration: none
}

.tag-content-link:hover {
    border-bottom-color: #555
}

@media screen and (prefers-color-scheme:dark) {
    .tag-content-link {
        border-color: #2e2e32;
        color: #fff
    }
}

.breadcrumb {
    margin: 0 10px 10px 0;
    font-size: .875rem
}

.breadcrumb a {
    color: #a8a8aa;
    text-decoration: none
}

.breadcrumb a:hover {
    text-decoration: underline
}

.breadcrumb span {
    color: #a8a8aa
}

.breadcrumb svg {
    fill: #a8a8aa;
    margin: 0 5px
}

.podcast-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #a8a8aa
}

@media screen and (prefers-color-scheme:dark) {
    .podcast-links {
        border-color: #2e2e32
    }
}

.sponsored-entry-block+.podcast-links {
    margin-top: 30px
}

.podcast-links__label {
    margin-right: 15px;
    font-weight: 700;
    font-size: .875rem
}

.podcast-links__link {
    margin-right: 10px;
    margin-bottom: 5px
}

.podcast-links__link:hover .podcast-links__logo {
    transform: scale(1.05)
}

.podcast-links__link--spotify {
    width: 110px
}

.podcast-links__link--apple,
.podcast-links__link--google {
    width: 156px
}

.podcast-links__logo {
    height: 45px;
    -webkit-backface-visibility: hidden;
    transition: all .1s ease
}

.entry-highlight__content {
    padding: 15px
}

.entry-highlight__extra {
    margin-top: 15px;
    margin-bottom: 0;
    font-size: .875rem
}

.no-cookie-permission {
    margin: 16px 0;
    padding: 32px 24px;
    border: 1px solid #eeeeef;
    background: rgba(238, 238, 239, .3);
    text-align: center
}

.no-cookie-permission__title {
    font-size: 1.375rem
}

.no-cookie-permission__desc {
    margin-bottom: 0;
    line-height: 1.4
}

.no-cookie-permission__desc small {
    display: block;
    margin-top: 16px;
    font-size: .875rem
}

.stats-header {
    display: flex;
    position: relative;
    flex-direction: column;
    min-height: 300px;
    margin-bottom: 15px;
    background-color: #0c0c0f
}

@media screen and (max-width:29.99em) {
    .stats-header {
        width: calc(100% + 30px);
        margin-left: -15px
    }
}

@media screen and (min-width:40em) {
    .stats-header {
        flex-direction: row;
        margin-bottom: 40px
    }
}

.stats-header--team {
    overflow: hidden
}

.stats-header__image-wrapper {
    position: relative
}

@media screen and (max-width:39.99em) {
    .stats-header__image-wrapper:after {
        z-index: 4;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 88px;
        background: linear-gradient(180deg, rgba(12, 12, 15, 0), #0c0c0f);
        content: ""
    }
}

@media screen and (min-width:40em) {
    .stats-header__image-wrapper {
        width: 50%
    }
}

.stats-header__background,
.stats-header__background:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.stats-header__background:after {
    background: linear-gradient(270deg, rgba(12, 12, 15, 0), rgba(12, 12, 15, 0) .01%, #0c0c0f), linear-gradient(180deg, rgba(12, 12, 15, 0), #0c0c0f);
    content: ""
}

.stats-header__background-image,
.stats-header__image__background {
    display: none;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    filter: saturate(0);
    opacity: .2
}

@media screen and (min-width:40em) {
    .stats-header__background-image,
    .stats-header__image__background {
        display: block
    }
}

.stats-header__image__background {
    display: block
}

@media screen and (min-width:40em) {
    .stats-header__image__background {
        display: none
    }
}

.stats-header__element {
    position: absolute;
    top: 0;
    left: 0;
    width: 272px;
    height: 100%;
    background-color: #1e1e21;
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 50% 100%, 0 100%)
}

.stats-header__element img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 72%;
    -o-object-fit: contain;
    object-fit: contain;
    transform: translate(-50%, -50%)
}

.stats-header__element .stats-header__element__featured-image {
    top: -96px;
    left: -72px;
    height: 160%;
    transform: none;
    opacity: .2
}

.stats-header__element .stats-header__element__featured-logo {
    top: 64px;
    left: -72px;
    width: 100%;
    max-width: none;
    height: 64%;
    transform: none
}

.stats-header__meta {
    display: flex;
    z-index: 8;
    position: absolute;
    top: 16px;
    right: 16px;
    color: #fff;
    font-weight: 800;
    font-size: .625rem;
    line-height: 1.2;
    font-family: Montserrat, Lora, sans-serif;
    text-decoration: none
}

.stats-header__meta__side {
    margin-right: -12px;
    padding: 6px 20px 6px 12px;
    border-radius: 24px 0 0 24px;
    background-color: hsla(0, 0%, 100%, .1)
}

.stats-header__meta__main {
    display: flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 24px;
    background-color: #555;
    text-transform: uppercase
}

.stats-header__meta svg {
    fill: #fff;
    margin-left: 6px
}

.stats-header__number {
    display: flex;
    align-items: center;
    margin-top: 8px
}

.stats-header__number img {
    height: 32px
}

.stats-header__number img:nth-child(2) {
    margin-left: -4px
}

.stats-header__featured-image {
    z-index: 2;
    left: 50%
}

@media screen and (max-width:39.99em) {
    .stats-header__featured-image {
        position: relative;
        width: 80%;
        transform: translateX(-50%)
    }
}

@media screen and (min-width:40em) {
    .stats-header__featured-image {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%
    }
}

.stats-header__featured-image--first {
    margin-left: -15%
}

@media screen and (min-width:40em) {
    .stats-header__featured-image--first {
        width: 88%;
        margin-left: -22%
    }
}

.stats-header__featured-image--second {
    z-index: 3;
    position: absolute;
    margin-left: 15%
}

@media screen and (min-width:40em) {
    .stats-header__featured-image--second {
        width: 88%;
        margin-left: 9%
    }
}

.stats-header__featured-circuit {
    z-index: 1;
    position: relative
}

@media screen and (max-width:39.99em) {
    .stats-header__featured-circuit {
        width: 50%;
        margin: 40px auto 140px
    }
}

@media screen and (min-width:40em) {
    .stats-header__featured-circuit {
        position: absolute;
        bottom: 50%;
        left: 0;
        max-width: 56%;
        max-height: 70%;
        transform: translate(32%, 50%)
    }
}

.stats-header__content-wrapper {
    font-style: italic;
    font-weight: 800;
    font-family: Montserrat, Lora, sans-serif;
    text-transform: uppercase;
    display: flex;
    z-index: 4;
    position: relative;
    flex-direction: column;
    justify-content: center;
    margin-top: -134px;
    padding: 0 16px 32px;
    overflow: hidden;
    color: #fff;
    line-height: 1.2
}

@media screen and (min-width:40em) {
    .stats-header__content-wrapper {
        width: 50%;
        margin: 0 0 0 auto;
        padding: 40px 40px 40px 0;
        overflow: visible
    }
}

.stats-header__content-inner {
    display: flex;
    position: relative;
    flex-direction: column
}

.stats-header__title {
    margin-bottom: 0;
    font-weight: 900;
    font-size: 1.5rem
}

@media screen and (min-width:40em) {
    .stats-header__title {
        font-size: 1.75rem
    }
}

.stats-header__subtitle {
    margin-top: 4px;
    color: #dc0e0e;
    font-size: 1rem
}

@media screen and (max-width:39.99em) {
    .stats-header__subtitle {
        display: inline-block;
        font-size: .875rem
    }
}

.stats-header .anchor-overview {
    z-index: 4
}

.stats-header .flag-image {
    border-radius: 2px
}

.stats-header__grid {
    grid-gap: 16px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: ". ." ". .";
    width: 100%;
    margin-top: 24px
}

.stats-header__grid__item {
    display: flex;
    flex-direction: column
}

.stats-header__grid__title {
    color: hsla(0, 0%, 100%, .6);
    font-size: .625rem
}

@media screen and (min-width:40em) {
    .stats-header__grid__title {
        font-size: .75rem
    }
}

.stats-header__grid__description {
    margin-top: 4px;
    color: #fff;
    font-size: .75rem
}

@media screen and (min-width:40em) {
    .stats-header__grid__description {
        font-size: .875rem
    }
}

.stats-header__grid__description img {
    margin-right: 8px
}

.stats-header__title-addition {
    margin: 0 0 4px
}

@media screen and (min-width:40em) {
    .stats-header__title-addition {
        position: absolute;
        top: 0;
        right: auto;
        left: -20px;
        transform: translateX(-100%);
        opacity: 1
    }
}

.stats-header__title-addition__logo {
    max-width: 250px;
    max-height: 48px
}

.stats-header__title-addition__flag {
    display: inline-block;
    margin: 6px 0 0
}

@media screen and (max-width:39.99em) {
    .stats-header__title-addition__flag {
        margin: 0 0 4px
    }
    .stats-header__title-addition__flag img {
        width: 36px
    }
}

.stats-header__calendar {
    margin: 16px 0 0;
    padding: 0;
    font-size: .75rem;
    list-style: none
}

.stats-header__calendar-item,
.stats-header__calendar-item__link {
    display: flex;
    position: relative;
    flex-direction: row;
    align-items: center;
    width: 100%;
    padding: 8px 0;
    color: #fff;
    font-style: normal;
    font-weight: 600;
    text-decoration: none;
    text-transform: none
}

.stats-header__calendar-item__link {
    padding: 0
}

.stats-header__calendar-item__subevent {
    margin-right: auto;
    padding-left: 5px;
    font-size: .875rem
}

.stats-header__calendar-item__subevent--long {
    width: 160px
}

@media screen and (max-width:419px) {
    .stats-header__calendar-item__subevent--long {
        display: none
    }
}

@media screen and (min-width:40em)and (max-width:779px) {
    .stats-header__calendar-item__subevent--long {
        display: none
    }
}

@media screen and (min-width:60em)and (max-width:1099px) {
    .stats-header__calendar-item__subevent--long {
        display: none
    }
}

.stats-header__calendar-item__subevent--short {
    width: 72px
}

@media screen and (min-width:420px)and (max-width:39.99em) {
    .stats-header__calendar-item__subevent--short {
        display: none
    }
}

@media screen and (min-width:780px)and (max-width:59.99em) {
    .stats-header__calendar-item__subevent--short {
        display: none
    }
}

@media screen and (min-width:1100px) {
    .stats-header__calendar-item__subevent--short {
        display: none
    }
}

.stats-header__calendar-item__date {
    width: 80px;
    color: #c2c2c3
}

.stats-header__calendar-item__last {
    min-width: 88px;
    margin-left: 16px;
    text-align: right
}

.stats-header__calendar-item__last svg {
    fill: #fff;
    margin-left: 6px
}

.stats-header__calendar-item__btn,
.stats-header__calendar-item__live {
    font-style: normal;
    font-weight: 800;
    font-family: Montserrat, Lora, sans-serif;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    width: auto;
    padding: 6px 12px;
    border-radius: 24px;
    background-color: hsla(0, 0%, 100%, .1);
    color: #fff;
    font-size: .625rem
}

.stats-header__calendar-item__live {
    background-color: #dc0e0e
}

.stats-header__calendar-item__live:before {
    width: 6px;
    height: 6px;
    margin-right: 4px;
    border-radius: 3px;
    background: #fff;
    content: "";
    -webkit-animation: islive 2s infinite;
    animation: islive 2s infinite
}

.stats-header__calendar-item__link:hover .stats-header__calendar-item__btn {
    background-color: hsla(0, 0%, 100%, .3)
}

.stats-header__calendar-item__date {
    font-weight: 400;
    text-align: right
}

.content__heading+.content-fields {
    margin-top: 20px
}

@media screen and (min-width:40em) {
    .content__heading+.content-fields {
        margin-top: 40px
    }
}

div[class^=content-field__] {
    margin-bottom: 20px
}

@media screen and (min-width:30em) {
    div[class^=content-field__] {
        margin-bottom: 40px
    }
}

@media screen and (min-width:40em) {
    .content-field__embed,
    .content-field__images,
    .content-field__podcast,
    .content-field__quote,
    .content-field__redactor {
        max-width: 650px;
        margin-right: 30px
    }
}

.content-field__title {
    font-style: italic;
    font-weight: 800;
    font-family: Montserrat, Lora, sans-serif;
    text-transform: uppercase;
    margin: 0 0 24px;
    padding: 12px 0;
    border-top: 1px solid #0c0c0f;
    border-bottom: 1px solid #d8d8d8;
    font-size: .875rem
}

@media screen and (prefers-color-scheme:dark) {
    .content-field__title {
        border-top-color: #dfdcd9;
        border-bottom-color: #2e2e32
    }
}

.content-field__redactor h1,
.content-field__redactor h2,
.content-field__redactor h3 {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.content-field__redactor>:last-child {
    margin-bottom: 0
}

.content-field__quote {
    position: relative;
    padding: 15px 0 0 25px
}

@media screen and (min-width:30em) {
    .content-field__quote {
        padding: 22px 0 0 40px
    }
}

@media screen and (min-width:40em) {
    .content-field__quote {
        padding: 30px 0 0 45px
    }
}

.content-field__quote:after {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    content: "â€œ";
    color: #d8d8d8;
    font-size: 6.25rem;
    line-height: 4.6875rem
}

@media screen and (prefers-color-scheme:dark) {
    .content-field__quote:after {
        color: #26262a
    }
}

@media screen and (min-width:30em) {
    .content-field__quote:after {
        font-size: 9.375rem;
        line-height: 7rem
    }
}

@media screen and (min-width:40em) {
    .content-field__quote:after {
        font-size: 12.5rem;
        line-height: 9.375rem
    }
}

.content-field__quote__text {
    font-style: italic;
    font-weight: 800;
    font-family: Montserrat, Lora, sans-serif;
    margin-bottom: 0;
    font-size: 1.375rem;
    line-height: 1.375rem;
    text-transform: uppercase
}

@media screen and (min-width:30em) {
    .content-field__quote__text {
        margin-bottom: 5px;
        font-size: 2rem;
        line-height: 2rem
    }
}

@media screen and (min-width:60em) {
    .content-field__quote__text {
        margin-bottom: 10px;
        font-size: 2.5rem;
        line-height: 2.5rem
    }
}

.content-field__quote__author {
    font-style: italic;
    font-size: 1.125rem
}

@media screen and (min-width:40em) {
    .content-field__button+.content-field__button {
        margin-top: -20px
    }
}

.content-field__button {
    margin-bottom: 20px
}

@media screen and (min-width:30em) {
    .content-field__button {
        margin-bottom: 40px
    }
}

.content-field__embed {
    display: flex
}

.content-field__embed__video {
    position: relative;
    height: 0;
    padding-top: 25px;
    padding-bottom: 53%
}

.content-field__embed__video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.content-field__embed>*,
.content-field__embed__object,
.content-field__embed__object>* {
    width: 100% !important;
    min-width: 0 !important;
    max-width: calc(100vw - 20px);
    margin-bottom: 0 !important;
    overflow: hidden
}

@media screen and (max-width:320px) {
    .content-field__embed>*,
    .content-field__embed__object,
    .content-field__embed__object>* {
        max-width: 300px
    }
}

.content-field__images {
    position: relative
}

.content-field__images__controls-wrapper {
    display: flex;
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    box-shadow: 0 1px 1px 0 rgba(12, 12, 15, .1)
}

.content-field__images__control {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: #fff;
    cursor: pointer
}

.content-field__images__control:last-child {
    border-left: 1px solid #eeeeef
}

.content-field__images__control[aria-disabled=true] {
    cursor: not-allowed;
    opacity: .8
}

.content-field__images__control:hover {
    background-color: #f7f5f8
}

.content-field__images__control:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ""
}

@media screen and (min-width:40em) {
    .content-field__images__control {
        width: 70px;
        height: 70px
    }
}

.content-field__images__item {
    position: relative
}

.content-field__images__image {
    width: 100%
}

.content-field__images .head-picture__copyright {
    position: absolute;
    right: auto;
    left: 0
}

@media screen and (max-width:30em) {
    .content-field__table .hide-mobile {
        display: none
    }
}

@media screen and (max-width:29.99em) {
    .content-field__table td,
    .content-field__table th {
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto
    }
}

.content-field__table td:last-child,
.content-field__table th:last-child {
    text-align: left !important
}

.content-field__table tbody td {
    padding: 16px 16px 16px 0;
    line-height: 1.2
}

.content-field__table thead th {
    padding: 16px 16px 16px 0;
    font-size: .8125rem
}

@media screen and (max-width:39.99em) {
    .content-field__table thead th {
        padding: 12px 12px 12px 0
    }
}

.content-field__table thead th:empty {
    padding-top: 0;
    padding-bottom: 0
}

.content-field__poll {
    width: 100%;
    max-width: 450px;
    margin-right: auto;
    margin-left: auto
}

@media screen and (min-width:40em) {
    .content-field__poll .poll {
        padding: 40px
    }
}

.content-field__live[data-live=true] .panel__header__title {
    position: relative;
    padding-right: 77px
}

.content-field__live[data-live=true] .panel__header__title:after,
.content-field__live[data-live=true] .panel__header__title:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.content-field__live[data-live=true] .panel__header__title:before {
    right: 40px;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background: #dc0e0e;
    content: "";
    -webkit-animation: islive 2s infinite;
    animation: islive 2s infinite
}

.content-field__live[data-live=true] .panel__header__title:after {
    top: calc(50% - 1px);
    right: 0;
    content: "LIVE";
    color: #fff;
    font-weight: 700;
    font-size: .875rem
}

.liveblog-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-around
}

.liveblog-content-wrapper {
    --position-vertical: 20px
}

@media screen and (min-width:40em) {
    .liveblog-content-wrapper {
        --position-vertical: 30px
    }
}

.liveblog-content-wrapper .liveblog-content-wrapper main {
    font-size: .875rem
}

@media screen and (min-width:30em) {
    .liveblog-content-wrapper .liveblog-content-wrapper main {
        font-size: .9375rem
    }
}

.liveblog-content-wrapper main * {
    width: 100% !important
}

.liveblog__content--facebook>*,
.liveblog__content--instagram>*,
.liveblog__content--twitter>* {
    min-width: auto !important;
    max-width: calc(100vw - 90px) !important;
    margin-right: -20px !important
}

.content-field__action .panel__content {
    display: flex;
    flex-direction: column;
    border: none;
    background-color: #0c0c0f
}

@media screen and (min-width:40em) {
    .content-field__action .panel__content {
        flex-direction: row
    }
}

.content-field__action__title {
    color: #fff;
    font-size: 1.125rem;
    font-family: Montserrat, Lora, sans-serif;
    text-transform: uppercase
}

@media screen and (min-width:40em) {
    .content-field__action__title {
        font-size: 1.25rem
    }
}

.content-field__action__title a {
    color: #fff;
    text-decoration: none
}

.content-field__action__title a:hover {
    text-decoration: underline
}

.content-field__action__intro {
    margin-bottom: 25px;
    color: #fff;
    font-size: 1rem;
    line-height: 1.1875rem
}

.content-field__action__button {
    width: 100%;
    max-width: 320px
}

.content-field__action__image {
    width: 100%
}

@media screen and (min-width:40em) {
    @supports((-o-object-fit: cover) or (object-fit:cover)) {
        .content-field__action__image {
            height:100%;
            -o-object-fit: cover;
            object-fit: cover;
            -o-object-position: 50% 50%;
            object-position: 50% 50%
        }
    }
}

.content-field__action__image-wrapper {
    position: relative
}

@media screen and (min-width:40em) {
    .content-field__action__image-wrapper {
        flex: 1
    }
}

@media screen and (min-width:60em) {
    .content-field__action__image-wrapper {
        flex: 4
    }
}

.content-field__action__image-wrapper:before {
    content: "";
    background-image: linear-gradient(0deg, #0c0c0f 0, rgba(12, 12, 15, .738) 19%, rgba(12, 12, 15, .738) 0, rgba(12, 12, 15, .541) 34%, rgba(12, 12, 15, .382) 47%, rgba(12, 12, 15, .278) 56.5%, rgba(12, 12, 15, .194) 65%, rgba(12, 12, 15, .126) 73%, rgba(12, 12, 15, .075) 80.2%, rgba(12, 12, 15, .042) 86.1%, rgba(12, 12, 15, .021) 91%, rgba(12, 12, 15, .008) 95.2%, rgba(12, 12, 15, .002) 98.2%, rgba(12, 12, 15, 0));
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@media screen and (min-width:40em) {
    .content-field__action__image-wrapper:before {
        background-image: linear-gradient(270deg, #0c0c0f 0, rgba(12, 12, 15, .738) 19%, rgba(12, 12, 15, .738) 0, rgba(12, 12, 15, .541) 34%, rgba(12, 12, 15, .382) 47%, rgba(12, 12, 15, .278) 56.5%, rgba(12, 12, 15, .194) 65%, rgba(12, 12, 15, .126) 73%, rgba(12, 12, 15, .075) 80.2%, rgba(12, 12, 15, .042) 86.1%, rgba(12, 12, 15, .021) 91%, rgba(12, 12, 15, .008) 95.2%, rgba(12, 12, 15, .002) 98.2%, rgba(12, 12, 15, 0))
    }
}

.content-field__action__content-wrapper {
    padding: 25px 15px 20px
}

@media screen and (min-width:40em) {
    .content-field__action__content-wrapper {
        flex: 1
    }
}

@media screen and (min-width:60em) {
    .content-field__action__content-wrapper {
        flex: 3
    }
}

.content-field__podcast {
    display: flex
}

.content-field__podcast>*,
.content-field__podcast__object,
.content-field__podcast__object>* {
    width: 100% !important;
    min-width: 0 !important;
    max-width: calc(100vw - 20px);
    margin-bottom: 0 !important;
    overflow: hidden
}

@media screen and (max-width:320px) {
    .content-field__podcast>*,
    .content-field__podcast__object,
    .content-field__podcast__object>* {
        max-width: 300px
    }
}

.content-field__podcast .podcast-links {
    margin-top: 10px;
    padding-bottom: 0;
    border-bottom: none
}

.content-field__form {
    margin-bottom: 40px;
    padding: 32px 16px;
    border: 3px solid #dc0e0e;
    border-right: none;
    border-left: none;
    background: #f7f5f8
}

@media screen and (prefers-color-scheme:dark) {
    .content-field__form {
        border-color: #acacac;
        background: #1e1e21
    }
}

@media screen and (min-width:40em) {
    .content-field__form {
        padding: 40px 24px
    }
}

@media screen and (min-width:72.5em) {
    .content-field__form {
        padding: 40px 80px
    }
}

.content-form__message {
    font-weight: 700;
    font-size: 1rem
}

.content-form__message>:last-child {
    margin-bottom: 0
}

.content-field__viaplay {
    background-color: #eeeeef
}

@media screen and (prefers-color-scheme:dark) {
    .content-field__viaplay {
        background-color: #26262a
    }
}

.content-field__viaplay .viaplay__embed__container {
    padding: 16px
}

@media screen and (min-width:60em) {
    .content-field__viaplay .viaplay__embed__container {
        padding: 40px
    }
}

.content-field__viaplay .viaplay__embed__container .viaplay__embed {
    position: relative;
    height: 0;
    padding-bottom: 53%
}

.content-field__viaplay .viaplay__embed__container .viaplay__embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.content-field__viaplay .hscroll__container {
    border-top: 1px solid #d8d8d8
}

@media screen and (prefers-color-scheme:dark) {
    .content-field__viaplay .hscroll__container {
        border-color: #2e2e32
    }
}

.content-field__viaplay .hscroll__container h3 {
    font-style: italic;
    font-weight: 800;
    font-family: Montserrat, Lora, sans-serif;
    text-transform: uppercase;
    padding: 16px 16px 8px;
    font-size: 1rem
}

@media screen and (min-width:60em) {
    .content-field__viaplay .hscroll__container h3 {
        padding: 40px 40px 16px
    }
}

.highlighted {
    position: relative;
    min-height: 250px;
    margin-bottom: 15px;
    overflow: hidden;
    background: #0c0c0f;
    color: #fff
}

@media screen and (max-width:59.99em) {
    .highlighted {
        margin-right: -15px;
        margin-left: -15px
    }
}

.highlighted:first-child {
    margin-top: 0
}

.highlighted header {
    z-index: 1;
    position: relative;
    padding: 20px 20px 15px
}

@media screen and (min-width:40em) {
    .highlighted header {
        padding: 40px 40px 15px
    }
    .dossier .highlighted header {
        padding: 40px
    }
}

.highlighted__title {
    font-style: italic;
    font-weight: 900;
    font-family: Montserrat, Lora, sans-serif;
    text-transform: uppercase;
    display: flex;
    position: relative;
    flex-direction: column;
    margin: 0;
    overflow: hidden;
    color: #fff;
    font-size: 1.1875rem;
    line-height: 1.2
}

@media screen and (min-width:40em) {
    .highlighted__title {
        font-size: 1.75rem
    }
}

.highlighted__title small {
    padding: 4px 0 0;
    color: #dc0e0e;
    font-weight: 800;
    font-size: .75rem
}

@media screen and (min-width:40em) {
    .highlighted__title small {
        font-size: 1rem
    }
}

.highlighted__wrapper {
    display: flex
}

@media screen and (max-width:39.99em) {
    .highlighted__wrapper {
        flex-direction: column
    }
}

.highlighted__wrapper .btn {
    flex-shrink: 0;
    align-self: flex-start
}

.highlighted__intro {
    flex: 1;
    margin-right: 32px;
    color: #fff;
    line-height: 1.5
}

.highlighted__intro>p {
    margin-bottom: 0;
    font-size: .875rem
}

.highlighted__bgimage {
    z-index: 0;
    position: absolute;
    top: 0;
    right: 0
}

.highlighted__bgimage:before {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: inset 25px -25px 100px 0 #0c0c0f;
    content: ""
}

.highlighted__bgimage img {
    filter: grayscale(1);
    opacity: .1
}

.highlighted__buttons {
    display: flex;
    padding-bottom: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.highlighted__buttons>:not(:first-child) {
    margin-left: 15px
}

@media screen and (max-width:39.99em) {
    .highlighted__buttons {
        padding-left: 25px
    }
}

@media screen and (min-width:40em) {
    .highlighted__buttons {
        align-self: flex-end;
        justify-content: flex-end
    }
}

.dragscroll {
    cursor: -webkit-grab;
    cursor: grab
}

.dragscroll.dragging {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.highlighted__intro-pro {
    margin: 0;
    padding: 18px 0 32px;
    list-style: none
}

.highlighted__intro-pro li {
    display: block;
    position: relative;
    padding: 6px 10px 6px 24px;
    vertical-align: top
}

.highlighted__intro-pro li:before {
    position: absolute;
    top: 13px;
    left: 0;
    width: 0;
    height: 0;
    border-color: transparent transparent transparent #dc0e0e;
    border-style: solid;
    border-width: 4px 0 4px 8px;
    background: transparent;
    content: ""
}

@media screen and (min-width:40em) {
    .highlighted__intro-pro--item-columns li {
        display: inline-block;
        width: calc(50% - 5px)
    }
}

@media screen and (max-width:29.99em) {
    .dossier-pro-wrapper .highlighted__buttons {
        display: flex
    }
}

.textual-dossier-list {
    z-index: 5;
    position: relative;
    margin: 0 10px 30px;
    padding: 0;
    list-style: none
}

@media screen and (min-width:30em) {
    .textual-dossier-list {
        margin-left: 20px
    }
}

@media screen and (min-width:40em) {
    .textual-dossier-list {
        margin-right: 40px;
        margin-left: 40px
    }
}

@supports(grid-gap:0 45px) {
    .textual-dossier-list--has-next:after,
    .textual-dossier-list--has-previous:before {
        position: absolute;
        left: 52px;
        width: 0;
        height: 24px;
        border: 1px dashed #fff;
        content: ""
    }
    .textual-dossier-list--has-previous {
        margin-top: 24px
    }
    .textual-dossier-list--has-previous:before {
        top: -30px
    }
    .textual-dossier-list--has-next {
        margin-bottom: 40px
    }
    .textual-dossier-list--has-next:after {
        bottom: -24px
    }
}

.textual-dossier-list__item {
    position: relative;
    padding-bottom: 30px
}

@supports(grid-gap:0 45px) {
    .textual-dossier-list__item:before {
        position: absolute;
        top: 0;
        left: 52px;
        width: 0;
        height: 100%;
        border-left: 2px solid #fff;
        content: ""
    }
}

.textual-dossier-list__item:last-child {
    padding-bottom: 0
}

.textual-dossier-list__link {
    grid-gap: 0 45px;
    display: grid;
    grid-template-columns: 30px 1fr;
    text-decoration: none
}

.textual-dossier-list__link:hover .textual-dossier-list__link__title {
    text-decoration: underline
}

.textual-dossier-list .meta-info__title,
.textual-dossier-list__link__date {
    display: inline-block;
    line-height: 20px
}

.textual-dossier-list__link__date {
    grid-row: span 2/auto;
    padding-right: 5px
}

.textual-dossier-list__next {
    margin-right: 5px;
    color: #f12222;
    font-size: .75rem;
    line-height: 1
}

.textual-dossier-list__link__title {
    position: relative;
    color: #fff;
    font-weight: 700;
    line-height: 20px
}

@supports(grid-gap:0 45px) {
    .textual-dossier-list__link__title:after {
        position: absolute;
        top: -5px;
        left: -37px;
        width: 30px;
        height: 30px;
        background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAAXVBMVEVHcEwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMDAwhISE0NDQ/Pz9KSkpPT09VVVUtLS1DQ0MYGBgGBgZsbGy2trbZ2dnz8/Obm5v///8/qXb0AAAAD3RSTlMACEN5oMXm+hVx/7MZpv39q1IIAAAB/UlEQVR4AYySB5aEMAxD6XUgnQ73P+a+OGZDwFP+qxRZipyIJk7SLC+KsiyKPEuTOPqZqs7LJqDM6+onadKi8qZvk+/SvHlL/ln+6hqkZ1xIpbWSgrO+QbrXB9selUbqAGnOL2/Na/xBaAKB8preTuakXL+BO3kWE/txTRmNDIaN/TT1IzODRozrrXr4gnbCxIJNzYWJne8nUN+9IXMvnenYPBidvewhOdHVqOA7SAk5TFbjo7UEfBUmo8EzKfBOvPZlX0wwmTcf4JBsskb+tsC9grms+QiDbHDXgtCG9qW8zTV4bnPgzM9gPnvK/GLM8TSfwWa4t25P43BH47ys27Yu8+31+WcL97LENEPwz378swfyAc9XVnA/CGO1HRc2FVjjqWusy9zamo8b860z4yqLbWoZrlgdD1S4bGlzx1Fypp58sO0p3kZf+Jk7iVKYFdS1HwR7UBnkTKMMl2y88UHirQ2uOotyrIBRbdGdMaw3jwrsyw9eaPHio2FjBYgVNuBYafHaANivArHdVFj2Rov/Sq9rAwihMAjCBVxyuPbfJu4Q/V+OPJ2d7e/LPe+VvSzDtgWjrZJDQseTLgZdSYEBYYgAGEDv/uPfCf0kCP1lyepA3EDQScRSuItWiNCISrnEuT66uJ7KXH8rc3kqs8u61wQvKFCNoJRBHRwBKSuuxD/Xwu0AAAAASUVORK5CYII=");
        background-size: contain;
        content: ""
    }
    .textual-dossier-list__link--current .textual-dossier-list__link__title {
        color: hsla(0, 0%, 100%, .5)
    }
    .textual-dossier-list__link--current .textual-dossier-list__link__title:after {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAAYFBMVEVHcEwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAlJSVpaWmWlpa8vLzd3d3x8fH7+/swMDCHh4fi4uL///+qqqrHx8daWlo/Pz8QEBAaGhpQUFCgrtwhAAAADnRSTlMAE0d5oMXf7vpx/z+zpsTPz5wAAAIESURBVHgBjJKH0oQwCITtBXuIvb3/W/4T5J+YkyvftDt1YVnwZPwgjOIkzbI0iaMw8L2f8fM4A4cszn/TF2UGAllZfJfG8Jb4s9yvgKmbtlOoNaqubWpgqg/mgxSIfhgnh3HogUiDd9qcpd0k0LE8l7XR5Xee3jBf7iNp3CupQfOny7Bu9b7X2zos/EgPV27PwUm7d+yxOeDG0fw/30kteu7V1XSDB9vVXvWC85w+QHp/gshJlXF7pBZQX2RnMjwTUu/gFlZq3lHlFj7QkjNTPbWh0V1R3QY+0pA3ujWPKWhHcl+pN22suG2p1lzzM+RP13Zf1HjmaT7Dycy2dWmSNnZOeLkMhahe7gVO86VJvKSoM3azONJWT4xuHfnC82U+3wc13u71cbqBd0/bf+uc4xpe0mr05KAbNzMKPGbXo7vi09ESp7vskXzTZdbm9WHnxekB3l6b/zXdaMi1FvcSHrROZOQz9CL+erCVtSTWtvXAtSIv5ghWZyYBm8nK8cZeAgDKWVQniztnWQoAEi8FALwSYJQsVkBwvggAqWc2ZYa0d42yGO19mwjMrv5Kr28DAGIYhoFLcP9Z3TtL139wJAF62YZNCyZbZYeEjqdcjM8rmf2VpDCwGKIAhOiF0Je6oaKTiqVyF6wQoGGUcohzfFzBNSdwFWQWWBdNUEFxNXIpIx0c0PCthTOP3/oAAAAASUVORK5CYII=")
    }
}

.textual-dossier-list .meta-info__title {
    color: #a8a8a8
}

.textual-dossier-list__item--next:first-child:before {
    top: 15px
}

.textual-dossier-list__item--next .textual-dossier-list__link__date {
    margin-top: 12px
}

:root {
    --hscroll-firstlast-padding: 20px;
    --hscroll-item-width-half: 100px
}

@media screen and (min-width:30em) {
    :root {
        --hscroll-firstlast-padding: 40px
    }
}

.hscroll {
    display: grid;
    position: relative;
    width: 100%
}

.hscroll__content {
    -webkit-overflow-scrolling: touch;
    display: flex;
    padding-bottom: 10px;
    overflow: auto;
    scrollbar-color: light
}

.hscroll__content::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

.hscroll__content::-webkit-scrollbar-track-piece {
    background-color: #0c0c0f
}

.hscroll__content::-webkit-scrollbar-thumb:horizontal {
    height: 8px;
    border-radius: 15px;
    background-color: #555
}

@media screen and (prefers-color-scheme:dark) {
    .hscroll__content::-webkit-scrollbar-thumb:horizontal {
        background-color: #acacac
    }
}

.hscroll--light .hscroll__content {
    scrollbar-color: light
}

.hscroll--light .hscroll__content::-webkit-scrollbar-track-piece {
    background-color: #d8d8d8
}

@media screen and (prefers-color-scheme:dark) {
    .hscroll--light .hscroll__content::-webkit-scrollbar-track-piece {
        background-color: #2e2e32
    }
}

.hscroll--dark .hscroll__content {
    scrollbar-color: dark
}

.hscroll--dark .hscroll__content::-webkit-scrollbar-track-piece {
    background-color: #26262a
}

.hscroll__item {
    box-sizing: content-box;
    min-width: 200px;
    max-width: 200px;
    padding: 0 5px
}

.hscroll__item:first-child {
    padding-left: var(--hscroll-firstlast-padding)
}

.hscroll__item:last-child {
    padding-right: var(--hscroll-firstlast-padding)
}

@media screen and (max-width:29.99em) {
    .hscroll__item .card--tile {
        min-width: 200px
    }
}

.hscroll__controls {
    display: none;
    position: absolute;
    top: 0;
    width: 60px;
    height: calc(100% - 20px);
    cursor: pointer
}

.js .hscroll__controls {
    display: block
}

.hscroll__controls:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin: -20px;
    border-radius: 20px;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAs0lEQVR4AWJwL/ABNF8HFgzFUBiFt8g4b6EsdGfJNpnk1q8oCs518MJflDofNO3T1t2LfsaMP/09xwLw+O+UDgDxnMsBYjzvc8Asfv/yIJ5N48uIZ34czorvSTzz43AkfkDcBeA42DReRjyz4j4gIT/OAPy7Pphwz4sAgFg+wEeo98D2EADgIwAAIE4QPgAiFABAlIXIi4/wAQhRPsD/weIAiLgugP9jelQAQJT/XODvXYAPkiP6lTKr/XMAAAAASUVORK5CYII=");
    background-position: 50%;
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-color: hsla(0, 0%, 100%, .2);
    content: ""
}

@media screen and (max-width:29.99em) {
    .hscroll__controls {
        width: 25px
    }
    .hscroll__controls:before {
        display: none
    }
}

.hscroll__controls:hover:before {
    background-color: hsla(0, 0%, 100%, .4)
}

.hscroll__controls--prev {
    left: 0
}

.hscroll__controls--next {
    right: 0;
    transform: rotate(180deg)
}

.hscroll--light .hscroll__controls {
    background-image: linear-gradient(90deg, #eeeeef 0, rgba(238, 238, 239, .738) 19%, rgba(238, 238, 239, .738) 0, rgba(238, 238, 239, .541) 34%, rgba(238, 238, 239, .382) 47%, rgba(238, 238, 239, .278) 56.5%, rgba(238, 238, 239, .194) 65%, rgba(238, 238, 239, .126) 73%, rgba(238, 238, 239, .075) 80.2%, rgba(238, 238, 239, .042) 86.1%, rgba(238, 238, 239, .021) 91%, rgba(238, 238, 239, .008) 95.2%, rgba(238, 238, 239, .002) 98.2%, rgba(238, 238, 239, 0))
}

@media screen and (prefers-color-scheme:dark) {
    .hscroll--light .hscroll__controls {
        background-image: linear-gradient(90deg, #26262a 0, rgba(38, 38, 42, .738) 19%, rgba(38, 38, 42, .738) 0, rgba(38, 38, 42, .541) 34%, rgba(38, 38, 42, .382) 47%, rgba(38, 38, 42, .278) 56.5%, rgba(38, 38, 42, .194) 65%, rgba(38, 38, 42, .126) 73%, rgba(38, 38, 42, .075) 80.2%, rgba(38, 38, 42, .042) 86.1%, rgba(38, 38, 42, .021) 91%, rgba(38, 38, 42, .008) 95.2%, rgba(38, 38, 42, .002) 98.2%, rgba(38, 38, 42, 0))
    }
}

.hscroll--light .hscroll__controls:before {
    background-color: #000
}

.hscroll--dark .hscroll__controls {
    background-image: linear-gradient(90deg, #26262a 0, rgba(38, 38, 42, .738) 19%, rgba(38, 38, 42, .738) 0, rgba(38, 38, 42, .541) 34%, rgba(38, 38, 42, .382) 47%, rgba(38, 38, 42, .278) 56.5%, rgba(38, 38, 42, .194) 65%, rgba(38, 38, 42, .126) 73%, rgba(38, 38, 42, .075) 80.2%, rgba(38, 38, 42, .042) 86.1%, rgba(38, 38, 42, .021) 91%, rgba(38, 38, 42, .008) 95.2%, rgba(38, 38, 42, .002) 98.2%, rgba(38, 38, 42, 0))
}

.hscroll--black .hscroll__controls {
    background-image: linear-gradient(90deg, #0c0c0f 0, rgba(12, 12, 15, .738) 19%, rgba(12, 12, 15, .738) 0, rgba(12, 12, 15, .541) 34%, rgba(12, 12, 15, .382) 47%, rgba(12, 12, 15, .278) 56.5%, rgba(12, 12, 15, .194) 65%, rgba(12, 12, 15, .126) 73%, rgba(12, 12, 15, .075) 80.2%, rgba(12, 12, 15, .042) 86.1%, rgba(12, 12, 15, .021) 91%, rgba(12, 12, 15, .008) 95.2%, rgba(12, 12, 15, .002) 98.2%, rgba(12, 12, 15, 0))
}

.hscroll--light .card--tile.card--tile-black .card__title,
.hscroll--light .card--tile.card--tile-black .meta-info__title {
    color: #000
}

@media screen and (prefers-color-scheme:dark) {
    .hscroll--light .card--tile.card--tile-black .card__title,
    .hscroll--light .card--tile.card--tile-black .meta-info__title {
        color: #dfdcd9
    }
}

.dossier-wrapper .hscroll__item {
    position: relative;
    margin-top: 0;
    padding-top: 15px
}

.dossier-wrapper .hscroll__item:after,
.dossier-wrapper .hscroll__item:before {
    position: absolute;
    content: ""
}

.dossier-wrapper .hscroll__item:before {
    z-index: 12;
    top: 14px;
    right: 0;
    left: 0;
    border-top: 2px solid #fff
}

.dossier-wrapper .hscroll__item:after {
    bottom: calc(100% - 25px);
    left: 50%;
    width: 120px;
    height: 60px;
    transform: translateX(-50%);
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAJ5SURBVHgBzVmLUfMwDFY6QUbIBnQDssH/j5AN6AYtE6RMEDYAJihM0DKBwwTtBkK+qHdGUfxI3cJ3p+s1eviL/JDtFDATiFjTz5Lknn9LFosTSc/ySfJeFMU7XBtEqiRZkxwxHYakI6kgN5hYi/nQZSNKgR5wXsZCMCQNXAL0Z+3ImWhIliSl41fyM6t7Rv8LtpAKbmDnefOVSygyZsO+GvZJ8dhBy9gKLgS/nIZdbIB2ImsVZIKNhXo225Bjg3r6K8gMJqn11AoS3ipr5iLbtEOp1Iw7xbCCK4NJHr1dzUZxqb4OSW3ilK5BJ7s2IXiNw8Qyjv8eE6sFjrt641M2EQFjy1+LEWucksWjm4GxIkxuj/EILsQcU47FekG6Wti+QhhrGLZYsViyzyRoO2a3aG8jP2L5Ilg3vkCoT6hY1IHYch1+tRmshN0B/FjDfPwP6GXbdxrBHvxI6VqJfwF9L/6Xhc2j+4TGQuGLIO1TkRp/AX8cluDJfYDhNauH+fCOb6Xt04ggjMekxBvMR2gCVuJ/v1CcQpMgZp2cwmNAL9v+sgQ/xMN78IDPt0+Qjify7QM2su2DWuowrixlLXUcd1TqphTBrRaT3GIY20hysooYV7mZVIYD29L3jD8zaphYnRDHCA4diGxgahZzAYfLAYlKGsnu+s0tf6cZavsxg7c/NE23ifrZ4NbHzibkqM1Mg7c5uG9jA+wU51xXH1O3ZfuUIL6F2GDitRnHW+H05dEOEy+jzoF9C3Hs9VuH/uu3uG71kPRdm12CLEPmTPJcLXIhqvxdQtRgOmzGNqnECpgJHOqslTsYNppW3M8QVuxe027nDnM/Q3wDHCoZIfUsIEYAAAAASUVORK5CYII=");
    background-position: bottom;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    content: attr(data-content);
    font-weight: 700;
    font-size: .75rem;
    font-family: Montserrat, Lora, sans-serif;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    pointer-events: none
}

.dossier-wrapper .hscroll__item:first-child:after,
.dossier-wrapper .hscroll__item:first-child:before {
    left: calc(var(--hscroll-firstlast-padding) + var(--hscroll-item-width-half))
}

.dossier-wrapper .hscroll__item:last-child:before {
    right: calc(var(--hscroll-firstlast-padding) + var(--hscroll-item-width-half))
}

.dossier-wrapper .hscroll__item:last-child:after {
    left: 100px
}

.dossier-wrapper .hscroll__item--current-page:after {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAABSCAYAAAAmR5bKAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAVASURBVHgB7VrNbhs3EJ6V7dgtCkO5K86m98B6gypP0ALNAyh+AQt9gTiHxrdafgJJD2A0vrUnqUV9tnIPutskh94kqL61EUtaVMKdHf4MdwNf9AELi9zh8NMMh/stZYANNthggw02qILEbBwcpH3ZdQx3imT49u2fz9athnlruYRXcMdoNJbnhbbZeP8+nyQJTODuMM3zfGp2NLCFEOIS7ghy7nPct407Gg0YylQ/lx+b676fbhbQ/u9fqBPT7R344av9Qt/WVjl7pQjKEM+TRBQMr3buQd349d4u6kmGcu4c2zWowR8+wDl2dpOQplG4kQsdE1wulyPKlpxVFYv8My86rC+KREZyPWcJjrAUF+wfNab5YncPzzWy2VoJymLpm+3XclGrhV0Vf0vHb7a28VxDm72V4KpYilVVR7GM9r4stOXWMqGKYw3nyl8uRe3F8rqchZHL3jmb3pcKxfJGdsZCfUGVYgP5u3f5EGIJqjTjBTza+wJi8Ut575v4xnjzhQWESlFMmlXkcHqxMIAYgpSAuNjdBS6IAisJAwpBocAC4mKXn2Y8hhIGFIII6n2qUCycPVHZouIghQE5d4gRJSA4j75QYUAheLVjAXG1E7YnqsiFCgOoQjBWQBAbs1UYUGDuF3wBwREGFFgEuQKCKwzIOTnGXAHBFQYU2I8EjoDgCgMKbIKhAiJGGNRCMFRAxAgDClHizicgYoUB1EXQJyBihQGFaHnsEhCxwoBCNEGbgKgiDMh5IBI2AVFFGFCokuLOy5enc7NPCQhM8PT0x1tbiETCMZYTqQMldcDZA3249PjxISwW/5D2rVYLrq5+XzdzeU3k9SJJkhwCEaqom/I6kx9n8joB4+Tr6OjIOu7p0+/NZiqvrrwy6WsgrxQC4I2gdHSMSZlYLBYyim1yrIqeiqIFOayiOQQHGh5yKmp9Czm1/ob7+/vPqFPZ+/ebU0lOnTWPwKh2A6m8BnoOHnRKx4KGSlFPr8dbtFpp5+DgkTCvBw/SLvLZ1WMpXJv+QgheE05mihhln6ZpU5KaGQQzh++eheQYAsmdWaKWusapnzA+Efx64JkjFXQ03enWaaDCn4IHZpplRL32miSVqR7nW3kjZ+Lhw0djSfA61N4yp1pKH9ejWcXqZD812qrynnA2Ven4UjCEgfb9BIpV3tRcAH+TsFA7oIolJL0Ygi6cpmkwwKllOO+IVWFlorhuB5zlQaT6xHWzG+CwKeiKxzgTAXscEcWZGYHyDT+5axEO70asfc7QuI4qkg6yDfnFUy3iNoSjDXjhI8iCUYVyWRonWf6MWHddjgRdUKHoeHzjffiVimCK7HwvN88hHt957uO5DymCObjBSS3Gt577OWo3ExVHs0euBadGxPZccP3X9xPmZ4IiWBCTwr9n5RAP5/om5p6XCEJ5TWJU+ZcBXwGmqJ03iEG+IgjZJ2144bmP5/5LEfwNdX4DDsg1PpF/Yo4yzgOUEZ57Sj7qRNhjqdZHnfZbetTZbnillibZF370A8nhp0hm3jyx3vQ7Vo++oShGNNPEOgw/GeIwwNEQ3CjWBTnXMTF/io1wumaCITgrkEtFeYkNKENKj2Wfk6TgvqgJ+t0g6LUzkhy1E3R9A6nKzOokKewv7v1QB2NisPXog0nuWJSX0m2mOE5cG3EmAl6qCH89YT88GgvO4ZHh2LURqygMxGqDbZsTaEJtfW8g6IitEZZWB0nXsVkV1LJk1iTXT4u6EPT4q0I0E3yoiJ1wibFO+RHZDqzeqQ9hJTTVtZ58ri+lNZWcm2qZxsb/e5YHSwBCRhEAAAAASUVORK5CYII=");
    background-size: 20px 41px
}

.entry-meta-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 24px 0;
    border: 1px solid rgba(168, 168, 170, .5);
    border-right: 0;
    border-left: 0
}

@media screen and (prefers-color-scheme:dark) {
    .entry-meta-wrapper {
        border-color: #2e2e32
    }
}

@media screen and (min-width:40em) {
    .entry-meta-wrapper {
        flex-direction: row;
        align-items: center;
        padding: 24px 0
    }
}

.entry-meta-wrapper--top {
    margin-bottom: 20px
}

.entry-meta-wrapper--bottom {
    margin-top: 20px
}

.meta-editor {
    display: flex
}

@media screen and (max-width:39.99em) {
    .meta-editor {
        flex-direction: column;
        margin-bottom: 10px
    }
}

@media screen and (min-width:40em) {
    .meta-editor {
        align-items: center
    }
}

.meta-editor__item {
    display: flex;
    align-items: center
}

@media screen and (max-width:39.99em) {
    .meta-editor__item:nth-child(2) {
        margin-top: 10px
    }
}

@media screen and (min-width:40em) {
    .meta-editor__item:nth-child(2) {
        margin-left: 24px
    }
}

.meta-editor__image {
    margin-right: 15px;
    border-radius: 21px
}

a.meta-editor__name {
    display: flex;
    flex-direction: column;
    color: #dc0e0e;
    font-weight: 700;
    text-decoration: none
}

a.meta-editor__name:hover {
    text-decoration: underline
}

.meta-editor__label {
    margin-bottom: 2px;
    color: #a8a8aa;
    font-weight: 400;
    font-size: .875rem;
    line-height: 1
}

.meta-editor__text {
    line-height: 1
}

.meta-category {
    font-style: italic;
    font-weight: 800;
    font-family: Montserrat, Lora, sans-serif;
    text-transform: uppercase;
    margin-bottom: 7px;
    color: #dc0e0e;
    font-size: .6875rem;
    line-height: 1.2
}

.meta-format {
    display: flex
}

.meta-format .label-pro {
    margin-left: 8px
}

.meta-format__item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 18px;
    color: #fff;
    font-weight: 700;
    font-size: .625rem;
    font-family: Montserrat, Lora, sans-serif;
    text-transform: uppercase;
    box-sizing: border-box;
    max-width: 100%;
    height: 20px;
    padding: 2px 8px;
    overflow: hidden;
    background-color: #dc0e0e;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media screen and (max-width:29.99em) {
    .meta-format__item {
        padding-top: 4px;
        font-size: .5rem
    }
}

.meta-format__item--small {
    height: 15px;
    padding: 2px 4px;
    font-size: .5rem
}

.meta-info-wrapper {
    display: flex;
    padding: 0 0 16px
}

@media screen and (max-width:39.99em) {
    .meta-info-wrapper {
        padding-top: 4px
    }
}

@media screen and (min-width:40em) {
    .meta-info-wrapper {
        padding: 4px 0 24px
    }
}

.meta-info-wrapper--large .meta-info__icon {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 8px;
    vertical-align: middle
}

.meta-info-wrapper--large .meta-info__title {
    font-size: 1rem
}

.meta-info-wrapper--large .meta-info+.meta-info {
    margin-left: 25px
}

.meta-info {
    display: flex;
    align-items: center
}

.meta-info a {
    color: inherit;
    text-decoration: none
}

.meta-info a:hover {
    text-decoration: underline
}

.meta-info__icon {
    fill: #a8a8aa;
    margin-right: 5px
}

.meta-info__title {
    color: #555;
    font-size: .75rem;
    font-family: Lato, Montserrat, sans-serif
}

@media screen and (prefers-color-scheme:dark) {
    .meta-info__title {
        color: #acacac
    }
}

.label-pro {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 18px;
    color: #fff;
    font-weight: 700;
    font-size: .625rem;
    font-family: Montserrat, Lora, sans-serif;
    text-transform: uppercase;
    box-sizing: border-box;
    position: relative;
    height: 20px;
    padding: 3px 10px 3px 5px;
    background-color: #0c0c0f;
    font-style: italic
}

.label-pro:after {
    position: absolute;
    top: 0;
    left: -10px;
    width: 10px;
    height: 20px;
    border-bottom: 20px solid #0c0c0f;
    border-left: 10px solid transparent;
    content: ""
}

.label-pro--small {
    height: 15px;
    padding: 1px 8px 1px 4px;
    font-size: .5rem
}

.label-pro--small:after {
    left: -8px;
    width: 8px;
    height: 15px;
    border-bottom: 15px solid #0c0c0f;
    border-left: 8px solid transparent
}

.meta-next-podcast__title {
    margin-bottom: 10px;
    font-size: 1rem
}

.meta-next-podcast__title span {
    color: #dc0e0e
}

.table-grid {
    --cel-gap: 16px;
    margin-top: 0;
    margin-bottom: 0
}

.table-grid__content {
    display: grid;
    border: 1px solid #eeeeef;
    background-color: #fff
}

@media screen and (prefers-color-scheme:dark) {
    .table-grid__content {
        border-color: #2e2e32;
        background-color: #26262a
    }
}

@supports((-webkit-animation:showTableRow 0.6s forwards) or (animation:showTableRow 0.6s forwards)) {
    .table-grid__content__item {
        -webkit-animation: showTableRow .6s forwards;
        animation: showTableRow .6s forwards;
        opacity: 0
    }
}

@media screen and (max-width:59.99em) {
    .table-grid [data-hide-if-small] {
        display: none
    }
}

.content-grid__side .table-grid [data-hide-if-small] {
    display: none
}

@media screen and (min-width:60em) {
    .content-grid__main .table-grid [data-hide-if-large] {
        display: none
    }
}

.table-grid__head {
    border-bottom: none;
    font-weight: 700;
    font-size: .75rem;
    line-height: 1.2;
    text-align: left
}

.table-grid__head__item {
    padding: calc(var(--cel-gap)/2) var(--cel-gap);
    color: #555
}

@media screen and (prefers-color-scheme:dark) {
    .table-grid__head__item {
        color: #acacac
    }
}

.table-grid__content__item {
    border-bottom: 1px solid #eeeeef
}

@media screen and (prefers-color-scheme:dark) {
    .table-grid__content__item {
        border-color: #2e2e32
    }
}

.table-grid__content__item a {
    text-decoration: none
}

.table-grid__text--primary {
    color: #0c0c0f;
    font-size: .8125rem;
    line-height: 1
}

@media screen and (prefers-color-scheme:dark) {
    .table-grid__text--primary {
        color: #d8d8d8
    }
}

.table-grid__text--secondary {
    color: #555;
    font-size: .8125rem;
    line-height: 1
}

@media screen and (prefers-color-scheme:dark) {
    .table-grid__text--secondary {
        color: #acacac
    }
}

.table-grid__text--primary+.table-grid__text--secondary {
    font-size: .75rem
}

.table-grid__text--uppercase {
    text-transform: uppercase
}

.table-grid__text--emphasis {
    font-weight: 700
}

[data-view=odd] .table-grid__content__item,
[data-view=odd] .table-grid__head {
    grid-column-gap: 0;
    display: grid;
    grid-template-columns: 1fr 96px;
    align-items: center
}

@media screen and (min-width:60em) {
    .content-grid__main [data-view=odd] .table-grid__content__item,
    .content-grid__main [data-view=odd] .table-grid__head {
        grid-template-columns: 1fr 1fr 96px
    }
}

[data-view=odd] .table-grid__content__item[style*="order: -1"] {
    display: none
}

[data-view=odd] .flag-image {
    margin-right: 6px
}

[data-view=odd] .table-grid__content__item__main {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-template-areas: "." ".";
    padding: var(--cel-gap) calc(var(--cel-gap) - 3px);
    gap: 4px;
    border-left: 3px solid transparent
}

[data-view=odd] .table-grid__content__item__additional {
    padding: 0 var(--cel-gap)
}

[data-view=odd] .table-grid__text--secondary {
    font-size: .75rem
}

[data-view=odd] .table-grid__odd-btn {
    padding: 0 var(--cel-gap)
}

.panel {
    margin-bottom: 15px;
    border: 1px solid #eeeeef;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1)
}

@media screen and (prefers-color-scheme:dark) {
    .panel {
        border-color: #2e2e32;
        background-color: #26262a
    }
}

.content-grid__main .panel--with-padding .panel__content {
    padding: 8px 8px 16px;
    background-color: #f7f5f8
}

@media screen and (prefers-color-scheme:dark) {
    .content-grid__main .panel--with-padding .panel__content {
        background-color: #26262a
    }
}

@media screen and (min-width:40em) {
    .content-grid__main .panel--with-padding .panel__content {
        padding: 16px 16px 24px
    }
}

.panel__header {
    display: flex;
    align-items: center;
    min-height: 50px;
    overflow: hidden;
    background-size: auto 100%;
    background-repeat: no-repeat
}

.panel__header--light {
    background-position: 0 0;
    background-color: #ba0d0d
}

@media screen and (min-width:60em) {
    .content-grid__side .panel__header--light {
        background-position: left calc(100% - 60px) top
    }
}

.panel__header--dark {
    background-image: url(http://localhost/sportshub/wp-content/uploads/2022/06/stats.png);
    background-position: 100% 0;
    background-color: #1e1e21
}
.panel__header--dark1 {
    background-image: url(https://sportshub.to/formula-1/images/backgrounds/personal.png);
    background-position: 90% 50%!important;
    background-color: #1e1e21;
    background-size: auto 60%!important;
}
@media screen and (prefers-color-scheme:dark) {
    .panel__header--dark {
        background-color: #36363c
    }
}

.panel__header--has-poweredby {
    background-image: none
}

@media screen and (max-width:29.99em) {
    .panel__header--has-poweredby {
        flex-direction: column
    }
}

.panel__header__title-section {
    flex: 2;
    width: 100%
}

.panel__header__link {
    text-decoration: none
}

.panel__header__title {
    font-style: italic;
    font-weight: 800;
    font-family: Montserrat, Lora, sans-serif;
    text-transform: uppercase;
    z-index: 1;
    margin-bottom: 0;
    color: #fff;
    font-size: 1rem
}

.powered-by {
    flex: 1;
    width: 100%;
    margin-left: 20px
}

.panel__tab-control {
    display: none
}

.panel__tab-control:first-of-type:checked~.panel__tabs label:first-child,
.panel__tab-control:nth-of-type(2):checked~.panel__tabs label:nth-child(2),
.panel__tab-control:nth-of-type(3):checked~.panel__tabs label:nth-child(3),
.panel__tab-control:nth-of-type(4):checked~.panel__tabs label:nth-child(4) {
    color: #fff
}

.panel__tab-control:first-of-type:checked~.panel__tabs label:first-child:after,
.panel__tab-control:nth-of-type(2):checked~.panel__tabs label:nth-child(2):after,
.panel__tab-control:nth-of-type(3):checked~.panel__tabs label:nth-child(3):after,
.panel__tab-control:nth-of-type(4):checked~.panel__tabs label:nth-child(4):after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 5px;
    background-color: #303030;
    content: ""
}

.panel__tabs+.panel__content>:not(a):not([data-visible]) {
    display: none
}

.panel__tab-control:first-of-type:checked~.panel__content>:first-child,
.panel__tab-control:nth-of-type(2):checked~.panel__content>:nth-child(2),
.panel__tab-control:nth-of-type(3):checked~.panel__content>:nth-child(3),
.panel__tab-control:nth-of-type(4):checked~.panel__content>:nth-child(4) {
    display: table;
    width: 100%
}

.panel__tabs {
    display: flex
}

.panel__tabs label {
    position: relative;
    width: 100%;
    min-width: 50px;
    margin: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    background: #d10a10;
    color: #a8a8aa;
    font-weight: 700;
    font-size: .6875rem;
    font-family: Montserrat, Lora, sans-serif;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    transition: color .1s ease
}

.panel__tabs label:hover {
    color: #fff
}

.panel--has-tabs--sticky .panel__tabs {
    z-index: 1;
    position: -webkit-sticky;
    position: sticky;
    top: 40px
}

@media screen and (min-width:40em) {
    .panel--has-tabs--sticky .panel__tabs {
        top: 56px
    }
}

.sticky-header .panel--has-tabs--sticky .panel__tabs {
    top: 83px
}

.panel__content {
    display: grid
}

.panel__filter {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 10px
}

.panel__filter__select {
    max-width: 230px;
    margin-right: 10px;
    background-color: #fff
}

@media screen and (prefers-color-scheme:dark) {
    .panel__filter__select {
        background-color: #2e2e32
    }
}

.table-default {
    margin-top: 0;
    margin-bottom: 0;
    table-layout: auto
}

.table-default:not(.table-default--no-margin):not(:last-child) {
    margin-bottom: 16px
}

.table-default tbody {
    border: 1px solid #eeeeef;
    background-color: #fff
}

@media screen and (prefers-color-scheme:dark) {
    .table-default tbody {
        border-color: #2e2e32;
        background-color: #26262a
    }
}

.table-default tbody tr {
    position: relative
}

.table-default th {
    padding-right: 16px;
    border-bottom: none;
    color: #26262a;
    font-weight: 700;
    font-size: .75rem;
    line-height: 1.2;
    text-align: left
}

@media screen and (prefers-color-scheme:dark) {
    .table-default th {
        color: #acacac
    }
}

.table-default tr {
    border-bottom: 1px solid #eeeeef
}

@media screen and (prefers-color-scheme:dark) {
    .table-default tr {
        border-color: #2e2e32
    }
}

.table-default tr:last-of-type {
    border-bottom: none
}

.table-default td {
    position: relative;
    min-height: 52px;
    padding: 0;
    border-bottom: 0;
    background-clip: padding-box;
    font-size: .8125rem
}

.table-default a {
    text-decoration: none
}

.table-default a:not(.table__sponsored-button):after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ""
}

.table-default a.table__sponsored-button {
    position: relative
}

.table-default span {
    color: #0c0c0f;
    font-size: .8125rem
}

@media screen and (prefers-color-scheme:dark) {
    .table-default span {
        color: #d8d8d8
    }
}

.table-default .table__text--bold {
    font-weight: 700
}

.table-default .table__text--secondary {
    color: #555;
    font-size: .8125rem
}

@media screen and (prefers-color-scheme:dark) {
    .table-default .table__text--secondary {
        color: #acacac
    }
}

.table-default .table__text--emphasis {
    font-weight: 700
}

.table-default .table__text--uppercase {
    text-transform: uppercase
}

.table-default .table__inline--button {
    background-color: #dc0e0e;
    -webkit-font-smoothing: antialiased;
    display: inline-flex;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 0;
    background-position: right 15px center;
    color: #fff;
    font-weight: 700;
    font-size: .75rem;
    line-height: 1.2;
    font-family: Montserrat, Lora, sans-serif;
    letter-spacing: 1px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    cursor: pointer;
    transition: all .2s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: .8125rem;
    display: inline;
    padding: 3px 5px;
    border-radius: 5px;
    font-family: Lato, Montserrat, sans-serif;
    text-transform: none
}

.table-default .table__inline--button:focus,
.table-default .table__inline--button:hover {
    background-color: rgba(220, 14, 14, .7)
}

.table-default .table__inline--button:disabled,
.table-default .table__inline--button:disabled:focus,
.table-default .table__inline--button:disabled:hover {
    background-color: rgba(220, 14, 14, .5)
}

.table-default .table__inline--button:focus,
.table-default .table__inline--button:hover {
    background-color: #ba0d0d
}

.table-default .table__inline--button:disabled {
    cursor: not-allowed
}

.table-default .table__inline--button svg {
    fill: #fff
}

.table-default .table__inline--button svg:first-child {
    margin-right: 8px
}

.table-default .table__inline--button svg:last-child {
    margin-left: 8px
}

.table-default .table__inline--button svg:first-child:last-child {
    margin: 0
}

@media screen and (min-width:30em) {
    .table-default .table__inline--button {
        padding: 5px 8px
    }
}

.table-default td:first-child,
.table-default th:first-child {
    padding-left: 12px
}

@media screen and (min-width:40em) {
    .table-default td:first-child,
    .table-default th:first-child {
        padding-left: 16px
    }
}

.table-default td:last-child,
.table-default th:last-child {
    padding-right: 10px
}

@media screen and (min-width:40em) {
    .table-default td:last-child,
    .table-default th:last-child {
        padding-right: 16px
    }
}

.table-default .table__data__image-text {
    display: flex;
    align-items: center
}

.table-default .table__data__image-text__image-section {
    margin-right: 14px
}

.table-default .table__row--has-team .table__data__image-text__image-section {
    display: none
}

@media screen and (min-width:384px) {
    .table-default .table__row--has-team .table__data__image-text__image-section {
        display: block
    }
}

.table-default .table__data__image-text__text-section .table__text--primary {
    display: block;
    margin-bottom: -8px;
    font-weight: 700
}

.table-default .table__data__image-text__text-section .table__text--secondary {
    font-size: .75rem
}

.table-default .table__data__fastest-lap {
    display: none;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    margin-left: 5px;
    border-radius: 10px;
    background-image: url(/images/icons/fastest-lap.png);
    background-size: 20px 20px;
    vertical-align: top
}

.table-default--no-margin {
    margin: 0
}

@supports((-webkit-animation:showTableRow 1s forwards) or (animation:showTableRow 1s forwards)) {
    .table-default tr {
        -webkit-animation: showTableRow .6s forwards;
        animation: showTableRow .6s forwards;
        opacity: 0
    }
}

.table-default tr:first-child {
    -webkit-animation-delay: 35ms;
    animation-delay: 35ms
}

.table-default tr:nth-child(2) {
    -webkit-animation-delay: 70ms;
    animation-delay: 70ms
}

.table-default tr:nth-child(3) {
    -webkit-animation-delay: 105ms;
    animation-delay: 105ms
}

.table-default tr:nth-child(4) {
    -webkit-animation-delay: .14s;
    animation-delay: .14s
}

.table-default tr:nth-child(5) {
    -webkit-animation-delay: 175ms;
    animation-delay: 175ms
}

.table-default tr:nth-child(6) {
    -webkit-animation-delay: .21s;
    animation-delay: .21s
}

.table-default tr:nth-child(7) {
    -webkit-animation-delay: 245ms;
    animation-delay: 245ms
}

.table-default tr:nth-child(8) {
    -webkit-animation-delay: .28s;
    animation-delay: .28s
}

.table-default tr:nth-child(9) {
    -webkit-animation-delay: 315ms;
    animation-delay: 315ms
}

.table-default tr:nth-child(10) {
    -webkit-animation-delay: .35s;
    animation-delay: .35s
}

.table-default tr:nth-child(11) {
    -webkit-animation-delay: 385ms;
    animation-delay: 385ms
}

.table-default tr:nth-child(12) {
    -webkit-animation-delay: .42s;
    animation-delay: .42s
}

.table-default tr:nth-child(13) {
    -webkit-animation-delay: 455ms;
    animation-delay: 455ms
}

.table-default tr:nth-child(14) {
    -webkit-animation-delay: .49s;
    animation-delay: .49s
}

.table-default tr:nth-child(15) {
    -webkit-animation-delay: 525ms;
    animation-delay: 525ms
}

.table-default tr:nth-child(16) {
    -webkit-animation-delay: .56s;
    animation-delay: .56s
}

.table-default tr:nth-child(17) {
    -webkit-animation-delay: 595ms;
    animation-delay: 595ms
}

.table-default tr:nth-child(18) {
    -webkit-animation-delay: .63s;
    animation-delay: .63s
}

.table-default tr:nth-child(19) {
    -webkit-animation-delay: 665ms;
    animation-delay: 665ms
}

.table-default tr:nth-child(20) {
    -webkit-animation-delay: .7s;
    animation-delay: .7s
}

.table-default tr:nth-child(21) {
    -webkit-animation-delay: 735ms;
    animation-delay: 735ms
}

.table-default tr:nth-child(22) {
    -webkit-animation-delay: .77s;
    animation-delay: .77s
}

td.table-default__load-results {
    padding-top: 16px;
    padding-bottom: 16px;
    text-align: center
}

.table__button {
    margin: 15px
}

.table-default--expanded .table__data__image-text__text-section .table__text--primary {
    margin-bottom: -5px
}

@media screen and (min-width:40em) {
    .table-default--expanded .table__data__image-text__text-section .table__text--primary {
        margin-bottom: 0
    }
}

.table-default--driver th:first-of-type,
.table-default--team th:first-of-type {
    width: auto;
    max-width: 50px
}

.table-default--driver tr td:first-child,
.table-default--team tr td:first-child {
    border-left: 3px solid transparent
}


@media screen and (min-width:30em) {
    .table-default--driver.table-default--expanded .table__data__image-text__image-section,
    .table-default--team.table-default--expanded .table__data__image-text__image-section {
        display: block
    }
}

@media screen and (min-width:30em) {
    .table-default--calendar.table-default--expanded th:first-of-type,
    .table-default--driver.table-default--expanded th:first-of-type,
    .table-default--team.table-default--expanded th:first-of-type {
        width: 80px
    }
}

.table-default--calendar.table-default--expanded .table__data__image-text__text-section .flag-image,
.table-default--driver.table-default--expanded .table__data__image-text__text-section .flag-image,
.table-default--team.table-default--expanded .table__data__image-text__text-section .flag-image {
    margin-right: 3px
}

.table-default--calendar.table-default--expanded .table__data__image-text__text-section .table__text--secondary,
.table-default--driver.table-default--expanded .table__data__image-text__text-section .table__text--secondary,
.table-default--team.table-default--expanded .table__data__image-text__text-section .table__text--secondary {
    display: block
}

@media screen and (min-width:40em) {
    .table-default--calendar.table-default--expanded .table__data__image-text__text-section .table__text--secondary,
    .table-default--driver.table-default--expanded .table__data__image-text__text-section .table__text--secondary,
    .table-default--team.table-default--expanded .table__data__image-text__text-section .table__text--secondary {
        display: none
    }
}

.table-default--calendar.table-default--expanded th:nth-of-type(3) .table__data__image-text__image-section,
.table-default--driver.table-default--expanded th:nth-of-type(3) .table__data__image-text__image-section,
.table-default--team.table-default--expanded th:nth-of-type(3) .table__data__image-text__image-section {
    display: none
}

@media screen and (min-width:30em) {
    .table-default--calendar.table-default--expanded th:nth-of-type(3) .table__data__image-text__image-section,
    .table-default--driver.table-default--expanded th:nth-of-type(3) .table__data__image-text__image-section,
    .table-default--team.table-default--expanded th:nth-of-type(3) .table__data__image-text__image-section {
        display: block
    }
}

.table-default--calendar.table-default--expanded th:nth-of-type(3),
.table-default--calendar.table-default--expanded tr td:nth-of-type(3),
.table-default--driver.table-default--expanded th:nth-of-type(3),
.table-default--driver.table-default--expanded tr td:nth-of-type(3),
.table-default--team.table-default--expanded th:nth-of-type(3),
.table-default--team.table-default--expanded tr td:nth-of-type(3) {
    display: none
}

@media screen and (min-width:40em) {
    .table-default--calendar.table-default--expanded th:nth-of-type(3),
    .table-default--calendar.table-default--expanded tr td:nth-of-type(3),
    .table-default--driver.table-default--expanded th:nth-of-type(3),
    .table-default--driver.table-default--expanded tr td:nth-of-type(3),
    .table-default--team.table-default--expanded th:nth-of-type(3),
    .table-default--team.table-default--expanded tr td:nth-of-type(3) {
        display: table-cell
    }
}

.table-default--driver .table__data__image-text__image-section img {
    width: 34px;
    height: 34px;
    border-radius: 50%
}

.table-default--driver img {
    background-color: #f7f5f8
}

.table-default--team .table__data__image-text__image-section img {
    height: 13px
}

.table-default--race-standing tr td:last-of-type span {
    display: inline-block;
    float: right;
    line-height: 2.2
}

.table-default--race-standing tr td:last-of-type span:first-of-type {
    float: right
}

@media screen and (min-width:40em) {
    .table-default--race-standing tr td:last-of-type span:first-of-type {
        float: left
    }
}

.table-default--calendar th:first-of-type {
    text-align: left
}

.table-default--calendar .table__data__anchor {
    display: flex;
    flex-direction: column
}

.table-default--calendar .table__data__image-text__text-section .table__text--primary {
    margin-bottom: 3px;
    line-height: 1
}

.table-default--calendar .table__text--secondary {
    display: flex;
    padding-right: 10px;
    line-height: 1
}

.table-default--calendar .table__text--date {
    width: 60px
}

.table-default--calendar.table-default--expanded .table__data__image-text__text-section .table__text--primary {
    margin-bottom: 0
}

@media screen and (min-width:60em) {
    .table-default--calendar.table-default--expanded {
        table-layout: unset
    }
}

.table-default--calendar.table-default--expanded .table__data__image-text__image-section {
    display: block
}

@media screen and (min-width:30em) {
    .table-default--calendar.table-default--expanded .table__data__image-text__image-section {
        display: none
    }
}

.table-default--calendar.table-default--expanded .table__data__image-text__text-section img {
    display: none
}

@media screen and (min-width:30em) {
    .table-default--calendar.table-default--expanded .table__data__image-text__text-section img {
        display: inline-block
    }
}

.table-default--calendar.table-default--expanded .table__data__image-text__text-section .table__text--secondary {
    display: none !important
}

@media screen and (min-width:30em) {
    .table-default--calendar.table-default--expanded .table__data__image-text__text-section .table__text--secondary {
        display: block
    }
}

@media screen and (min-width:30em) {
    .table-default--calendar.table-default--expanded .table__data__image-text__text-section .table__inline--button {
        display: none
    }
}

.table-default--calendar.table-default--expanded th:nth-of-type(4),
.table-default--calendar.table-default--expanded tr td:nth-of-type(4) {
    padding-right: 15px
}

@media screen and (min-width:30em) {
    .table-default--calendar.table-default--expanded th:nth-of-type(4),
    .table-default--calendar.table-default--expanded tr td:nth-of-type(4) {
        padding-right: 0;
        text-align: left
    }
}

.table-default--calendar.table-default--expanded th:last-of-type {
    display: none
}

@media screen and (min-width:30em) {
    .table-default--calendar.table-default--expanded th:last-of-type {
        display: table-cell
    }
}

.table-default--calendar.table-default--expanded tr td:last-of-type {
    display: none
}

@media screen and (min-width:30em) {
    .table-default--calendar.table-default--expanded tr td:last-of-type {
        display: table-cell
    }
}

@media screen and (prefers-color-scheme:dark) {
    div[data-js-type=qualification] .table-default--race-standing tr {
        background: hsla(0, 0%, 100%, .01)
    }
}

div[data-js-type=qualification] .table-default--race-standing tr:nth-child(10),
div[data-js-type=qualification] .table-default--race-standing tr:nth-child(15) {
    border-bottom: 15px solid #f7f5f8
}

@media screen and (prefers-color-scheme:dark) {
    div[data-js-type=qualification] .table-default--race-standing tr:nth-child(10),
    div[data-js-type=qualification] .table-default--race-standing tr:nth-child(15) {
        border-bottom-color: #26262a
    }
}

.table-default--clickable-rows tbody tr {
    cursor: pointer;
    transition: background-color .1s ease
}

.table-default--clickable-rows tbody tr:hover {
    background-color: #f7f5f8
}

@media screen and (prefers-color-scheme:dark) {
    .table-default--clickable-rows tbody tr:hover {
        background-color: #2e2e32
    }
}

.table-default--compact td {
    padding-top: 7px;
    padding-bottom: 7px
}

.table-default--compact td:nth-child(2) {
    text-align: right
}

.table-default--compact .table__text--emphasis {
    font-size: .8125rem
}

.table-button-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 20px
}

@media screen and (min-width:30em) {
    .table-button-wrapper {
        justify-content: flex-end
    }
}

.table-button-wrapper:empty {
    display: none
}

td.align-right,
th.align-right {
    text-align: right
}

.flag-image {
    display: inline-block;
    border-radius: 10%;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .3)
}

.homepage-casino-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    max-width: 340px;
    margin: 0 auto 15px;
    padding: 0
}

.homepage-casino-banner {
    display: block;
    width: 150px;
    height: 39px;
    margin: 10px
}

@media screen and (max-width:72.49em) {
    .homepage-casino-banner {
        width: 138px;
        height: 36px
    }
}

@media screen and (max-width:39.99em) {
    .homepage-casino-banner {
        margin: 5px
    }
}

.homepage-casino-banner:nth-child(odd) {
    margin-left: 0
}

.homepage-casino-banner:nth-child(2n) {
    margin-right: 0
}

.homepage-casino-banner img {
    width: 100%
}

.domain-switch-trigger {
    box-sizing: border-box;
    display: none;
    z-index: 999999999;
    position: fixed;
    right: 0;
    bottom: 0;
    width: 310px;
    padding: 24px 32px;
    border-top: 1px solid #d8d8d8;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    background: linear-gradient(rgba(247, 245, 248, .95), rgba(238, 238, 239, .95));
    text-align: center
}

@media screen and (prefers-color-scheme:dark) {
    .domain-switch-trigger {
        border-top-color: #555;
        background: linear-gradient(rgba(38, 38, 42, .95), rgba(50, 50, 55, .95))
    }
}

@media screen and (max-width:29.99em) {
    .domain-switch-trigger {
        width: 100%
    }
}

@media screen and (min-width:30em) {
    .domain-switch-trigger {
        border-left: 1px solid #d8d8d8
    }
}

@media screen and (min-width:30em)and (prefers-color-scheme:dark) {
    .domain-switch-trigger {
        border-left-color: #555
    }
}

.domain-switch-trigger__content {
    display: flex;
    flex-direction: column
}

.domain-switch-trigger__content a {
    color: #1e1e21;
    text-decoration: none
}

@media screen and (prefers-color-scheme:dark) {
    .domain-switch-trigger__content a {
        color: #dfdcd9
    }
}

.domain-switch-trigger__content h4 {
    margin: 0 0 8px;
    padding: 0;
    font-size: 1rem
}

.domain-switch-trigger__content p {
    font-size: .875rem;
    line-height: 120%
}

.domain-switch-trigger__content .btn {
    color: #fff
}

.domain-switch-trigger__close {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background: #1e1e21 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAlklEQVR4AWJwL/AB1FoGKACDMAx8kPuP3/HhEycShpQhPUaEgGCbaNu1ezHGKNoTHDn2gzZxT9Qf5FUcbRMQuRYXieRaEllPCgdBBJFHjhIMkEjKN224AflAB24Lb8Uvgp9OQ0mT1xdAnniFwErL1nj/IO9Hcr+AP0T+JPvL1P+h+VuFv9n52/XcXM6B4x6Z/qFv/215AHonIm1a12osAAAAAElFTkSuQmCC") no-repeat 50%;
    background-size: 10px 10px;
    text-decoration: none;
    text-indent: -9999em
}

.domain-switch-trigger__ignore {
    display: inline-block;
    margin-top: 16px;
    font-size: .75rem;
    text-decoration: underline
}

body.overflow-hidden {
    overflow: hidden
}

.top-news {
    margin-bottom: 15px
}

@media screen and (max-width:39.99em) {
    .top-news .card--visual-large,
    .top-news .card--visual-small {
        margin-bottom: 15px
    }
}

@media screen and (min-width:40em) {
    .top-news {
        grid-gap: 15px;
        display: grid
    }
    .top-news>div:first-child {
        grid-area: large
    }
    .top-news>div:nth-child(2) {
        grid-area: ad
    }
    .top-news>div:nth-child(3) {
        grid-area: small-left
    }
    .top-news>div:nth-child(4) {
        grid-area: small-right
    }
}

@media screen and (min-width:40em)and (max-width:47.99em) {
    .top-news {
        grid-template-rows: auto auto auto;
        grid-template-columns: 1fr 1fr;
        grid-template-areas: "large large" "ad ad" "small-left small-right"
    }
}

@media screen and (min-width:48em) {
    .top-news {
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr;
        grid-template-areas: "large large" "small-left small-right"
    }
    .top-news>div:nth-child(2) {
        display: none
    }
}

.top-news .card {
    height: 100%
}

.tile-grid {
    margin-bottom: 15px
}

@media screen and (max-width:29.99em) {
    .tile-grid__wrapper {
        display: grid;
        width: calc(100% + 30px);
        margin-left: -15px
    }
    .tile-grid__inner {
        -webkit-overflow-scrolling: touch;
        display: flex;
        margin-top: 15px;
        padding: 0 15px;
        overflow: auto
    }
    .tile-grid__inner .card--tile:first-child {
        display: none
    }
    .card--tile {
        box-sizing: content-box;
        min-width: 250px;
        margin-right: 15px
    }
    .card--tile:last-child {
        margin-right: 0;
        padding-right: 15px
    }
}

@media screen and (min-width:30em) {
    .tile-grid .card--visual {
        display: none
    }
}

@media screen and (min-width:30em) {
    .tile-grid__inner {
        grid-gap: 15px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-areas: ". ." ". ." ". ."
    }
}

@media screen and (min-width:40em) {
    .tile-grid__inner {
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-areas: ". . ." ". . ."
    }
}

.race-grid {
    margin-bottom: 15px
}

.race-grid__inner {
    width: 100%
}

@media screen and (min-width:40em) {
    .race-grid__inner {
        grid-gap: 15px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-areas: ". ." ". ."
    }
}

.poll {
    padding: 20px
}

.poll__title {
    margin-bottom: 20px;
    font-size: 1.125rem;
    font-family: Lato, Montserrat, sans-serif
}

.poll__button,
.poll__votes {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px
}

.poll__votes {
    color: #555;
    font-size: .75rem
}

@media screen and (prefers-color-scheme:dark) {
    .poll__votes {
        color: #acacac
    }
}

.poll__form {
    margin-top: 20px
}

.poll__option:not(:last-child) {
    margin-bottom: 8px
}

.poll__option__input {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .01
}

.poll__option__input:checked+.poll__option__mark {
    border-color: #fff
}

.poll__option__input:checked+.poll__option__mark:after {
    background-color: #fff
}

label.poll__option__wrapper {
    display: flex;
    position: relative;
    align-items: center;
    width: 100%;
    max-width: none;
    padding: 10px;
    border: 1px solid #d8d8d8;
    background-color: #fff;
    box-shadow: 0 1px 1px 0 rgba(12, 12, 15, .1)
}

label.poll__option__wrapper:hover {
    background-color: #f7f5f8
}

@media screen and (prefers-color-scheme:dark) {
    label.poll__option__wrapper {
        border: 1px solid rgba(30, 30, 33, .25);
        background-color: #1e1e21;
        box-shadow: 0 1px 1px 0 rgba(12, 12, 15, .1)
    }
    label.poll__option__wrapper:hover {
        background-color: #1a1a1d
    }
}

.poll__option__input:checked+label.poll__option__wrapper {
    background-color: #dc0e0e
}

.poll__option__input:checked+label.poll__option__wrapper .poll__option__mark {
    border-color: #fff
}

.poll__option__input:checked+label.poll__option__wrapper .poll__option__mark:after {
    background-color: #fff
}

.poll__option__input:checked+label.poll__option__wrapper .poll__option__label {
    color: #fff;
    font-weight: 700
}

.poll__option__mark {
    display: inline-block;
    position: relative;
    width: 24px;
    min-width: 24px;
    height: 24px;
    min-height: 24px;
    margin-right: 15px;
    border: 3px solid #a8a8aa;
    border-radius: 100%
}

.poll__option__mark:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    transform: translate(-50%, -50%);
    border-radius: 100%;
    background-color: transparent;
    content: ""
}

.poll__option__label {
    font-size: .875rem;
    font-family: Montserrat, Lora, sans-serif
}

.poll__result {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px
}

.poll__result__label {
    font-size: .875rem
}

.poll__result--active .poll__result__label {
    font-weight: 700
}

.poll__result__percentage {
    margin-left: 5px;
    font-weight: 700
}

.poll__result__bar {
    width: 100%;
    height: 20px;
    background-color: #f7f5f8
}

.poll__result__fill {
    width: 0;
    height: 100%;
    background-color: #dc0e0e;
    transition: width .7s ease
}

#hamburger:checked~.expanded-nav {
    z-index: calc(var(--highest-z-index) + 1)
}

.ad__wrapper {
    position: relative;
    width: 100%;
    max-width: calc(100vw - 30px);
    margin: auto;
    text-align: center
}

.ad__wrapper>div {
    margin: 0 auto 15px
}

.ad__wrapper iframe {
    margin: auto
}

@media screen and (min-width:60em) {
    .ad__wrapper {
        overflow: hidden
    }
    .content-grid__main .ad__wrapper {
        max-width: calc(100vw - 390px)
    }
}

.ad__wrapper[data-sticky] {
    position: -webkit-sticky;
    position: sticky;
    top: 64px
}

[data-environment=dev] .ad__wrapper[data-position],
[data-environment=staging] .ad__wrapper[data-position] {
    border: 2px solid red
}

[data-environment=dev] .ad__wrapper[data-position]:before,
[data-environment=staging] .ad__wrapper[data-position]:before {
    display: block;
    left: 0;
    padding: 4px 8px;
    content: attr(data-position);
    font-size: .75rem;
    line-height: 1.2;
    text-align: center
}

.ad__wrapper-amp {
    position: relative;
    margin: 0 auto 20px;
    text-align: center
}

@media screen and (max-width:335px) {
    .ad__wrapper-amp {
        margin-left: -15px
    }
}

.expanded-nav+.ad__wrapper {
    margin-top: 15px
}

.topbanner-desktop,
.topbanner-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle
}

.topbanner-desktop[style="display: none;"],
.topbanner-mobile[style="display: none;"] {
    display: flex !important;
    height: 0 !important;
    min-height: auto
}

@media screen and (max-width:959px) {
    .topbanner-mobile {
        min-height: 240px
    }
}

@media screen and (min-width:960px) {
    .topbanner-desktop {
        min-height: 235px
    }
}

@media screen and (max-width:39.99em) {
    [data-ad-mobile=false] {
        height: 0 !important;
        min-height: 0 !important;
        margin: 0
    }
}

@media screen and (min-width:40em)and (max-width:62.499em) {
    [data-ad-tabletportrait=false] {
        height: 0 !important;
        min-height: 0 !important;
        margin: 0
    }
}

@media screen and (min-width:62.5em)and (max-width:72.49em) {
    [data-ad-tabletlandscape=false] {
        height: 0 !important;
        min-height: 0 !important;
        margin: 0
    }
}

@media screen and (min-width:72.5em) {
    [data-ad-desktop=false] {
        height: 0 !important;
        min-height: 0 !important;
        margin: 0
    }
}

.ad__wrapper[data-ad-key="728X90_PREMIUM"][data-ad-group=article]>div,
.ad__wrapper[data-ad-key^="1X1"]>div {
    margin: 0 auto;
    padding: 0
}

.ad__wrapper[data-ad-key="320X240_MID"][data-ad-group=article]>div,
.ad__wrapper[data-ad-key="728X90_PREMIUM_DOWN"][data-ad-group=article]>div {
    margin-top: 15px;
    margin-bottom: 15px
}

.ad__wrapper #snack_dex17>:not(:empty) {
    margin-bottom: 16px
}

.content-with-sidebar .ad__wrapper {
    order: 1
}

body[data-breakingbar=active] .snack_rn365_floor {
    bottom: 45px !important
}

@media screen and (max-width:39.99em) {
    body[data-breakingbar=active] .snack_rn365_floor {
        bottom: 69px !important
    }
}

@media screen and (max-width:39.99em) {
    #snack_dex10,
    #snack_dex11,
    #snack_dex12,
    #snack_dex13,
    #snack_dex14,
    #snack_dex15,
    #snack_dex16,
    #snack_dex17,
    #snack_dmpu,
    #snack_mex2,
    #snack_mex3,
    #snack_mex4,
    #snack_mex5,
    #snack_mex6,
    #snack_mex7,
    #snack_mex8,
    #snack_mex16 {
        position: -webkit-sticky;
        position: sticky;
        top: 40px
    }
}

:root {
    --topbar-image-height: 90px
}

@media screen and (min-width:40em) {
    :root {
        --topbar-image-height: 97px
    }
}

.top-banner {
    display: none;
    box-shadow: inset 0 -1px #ededef;
    text-decoration: none
}

.top-banner__wrapper {
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 72.5em;
    margin: 0 auto;
    padding-right: 16px;
    padding-left: 0
}

@media screen and (min-width:60em) {
    .top-banner__wrapper {
        padding-right: 30px;
        padding-left: 30px
    }
}

.top-banner__img {
    position: relative
}

.top-banner__img:before {
    position: absolute;
    top: 0;
    right: 50%;
    width: 50vw;
    height: 100%;
    transform: skewX(-20deg);
    background: #eee;
    content: ""
}

.top-banner__img img {
    position: relative;
    height: var(--topbar-image-height);
    margin-right: 8px
}

@media screen and (min-width:60em) {
    .top-banner__img img {
        margin-right: 32px
    }
}

.top-banner__img[data-topbanner-protruding="1"] {
    z-index: calc(var(--highest-z-index) - 1);
    position: relative
}

.mainnav--desktop--sticky~.top-banner .top-banner__img[data-topbanner-protruding="1"] {
    z-index: 1
}

.top-banner__img[data-topbanner-protruding="1"] img {
    height: calc(var(--topbar-image-height) + 12px);
    margin-top: -12px
}

.top-banner__content {
    display: grid;
    grid-template-rows: auto;
    grid-template-areas: "subtitle" "title" "button";
    flex: 1;
    max-height: var(--topbar-image-height);
    padding: 12px 0 8px;
    font-weight: 700;
    line-height: 1.3;
    font-family: Lato, Montserrat, sans-serif
}

@media screen and (min-width:40em) {
    .top-banner__content {
        grid-column-gap: 12px;
        grid-template-areas: "subtitle button" "title button";
        padding-top: 16px;
        padding-bottom: 14px
    }
}

.top-banner__content__subtitle {
    display: block;
    color: var(--topbanner-color-primary);
    font-size: .75rem;
    line-height: 1
}

@media screen and (min-width:40em) {
    .top-banner__content__subtitle {
        align-self: end;
        font-size: .875rem;
        text-transform: uppercase
    }
}

@media screen and (min-width:60em) {
    .top-banner__content__subtitle {
        font-size: 1rem
    }
}

.top-banner__content__title--desktop,
.top-banner__content__title--mobile {
    display: none;
    color: #0c0c0f
}

@media screen and (max-width:39.99em) {
    .top-banner__content__title--mobile {
        display: block;
        font-size: .75rem
    }
}

@media screen and (min-width:40em) {
    .top-banner__content__title--desktop {
        display: block;
        align-self: start;
        font-size: .875rem
    }
}

@media screen and (min-width:60em) {
    .top-banner__content__title--desktop {
        max-width: 400px;
        font-size: 1rem
    }
}

.top-banner__content__button {
    grid-area: button;
    align-self: center;
    color: var(--topbanner-color-primary);
    font-size: .625rem;
    text-transform: uppercase
}

.top-banner__content__button svg {
    fill: var(--topbanner-color-primary);
    margin-left: 4px
}

@media screen and (max-width:39.99em) {
    .top-banner__content__button {
        margin-top: 8px;
        letter-spacing: .9px
    }
}

@media screen and (min-width:40em) {
    .top-banner__content__button {
        justify-self: end;
        padding: 12px 32px;
        background: var(--topbanner-color-primary);
        color: var(--topbanner-color-secondary);
        letter-spacing: 0
    }
    .top-banner__content__button svg {
        fill: var(--topbanner-color-secondary)
    }
}

.smartbanner__info {
    right: 90px;
    width: auto
}

.smartbanner__info__price {
    width: 100%;
    font-size: 11px;
    line-height: 1.3
}

@media screen and (max-width:375px) {
    .smartbanner__info__price {
        font-size: 9px
    }
}

.smartbanner__button__label {
    font-size: .875rem
}

.smartbanner__exit {
    z-index: 15;
    top: calc(50% - 15px);
    left: 0;
    width: 30px;
    height: 30px
}

.smartbanner__exit:after,
.smartbanner__exit:before {
    top: 10px
}

.smartbanner__button:before {
    position: absolute;
    top: -28px;
    right: 0;
    width: 100vw;
    height: 86px;
    content: ""
}

body[data-ads-hidden] .ad__wrapper {
    height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden
}

body[data-ads-hidden] main {
    margin-top: 40px
}

@media screen and (min-width:30em) {
    body[data-ads-hidden] main {
        margin-top: 64px
    }
}

.footer {
    margin-top: 100px;
    background: #0c0c0f;
    color: #fff
}

.footer__newsletter {
    position: relative;
    overflow: hidden;
    background-color: #111115;
    color: #fff;
    transition: all .2s ease
}

@media screen and (min-width:40em) {
    .footer__newsletter:after {
        position: absolute;
        top: 0;
        right: 0;
        width: 50%;
        height: 100%;
        background-color: #dc0e0e;
        content: ""
    }
}

.footer__newsletter__inner {
    display: flex;
    z-index: 1;
    position: relative;
    flex-direction: column
}

@media screen and (min-width:40em) {
    .footer__newsletter__inner {
        flex-direction: row
    }
}

.footer__newsletter__side {
    position: relative;
    padding: 56px 0
}

.footer__newsletter__side:nth-child(2):after {
    z-index: -1;
    position: absolute;
    top: 0;
    left: -15px;
    width: calc(100% + 30px);
    height: 100%;
    background-color: #dc0e0e;
    content: ""
}

@media screen and (min-width:40em) {
    .footer__newsletter__side {
        width: 50%;
        padding: 56px 0 56px 24px
    }
    .footer__newsletter__side:first-child {
        padding: 56px 24px 56px 0
    }
    .footer__newsletter__side:nth-child(2):after {
        display: none
    }
}

@media screen and (min-width:60em) {
    .footer__newsletter__side {
        padding: 80px 0 80px 80px
    }
    .footer__newsletter__side:first-child {
        padding: 80px 80px 80px 0
    }
}

.footer__newsletter__side .highlighted__intro li,
.footer__newsletter__side .highlighted__intro p {
    font-size: 1rem
}

.footer__content {
    grid-row-gap: 30px;
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    align-items: start;
    padding: 64px 0 0;
    color: #a8a8aa
}

@media screen and (min-width:360px) {
    .footer__content {
        grid-template-columns: 1fr 1fr
    }
}

@media screen and (min-width:30em) {
    .footer__content {
        padding: 120px 0 32px
    }
}

@media screen and (min-width:60em) {
    .footer__content {
        grid-template-rows: 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        padding: 120px 0 96px
    }
}

.footer__content__title {
    margin-bottom: 16px;
    color: #fff;
    font-style: italic;
    font-weight: 900;
    font-size: .875rem;
    text-transform: uppercase
}

@media screen and (min-width:30em) {
    .footer__content__title {
        margin-bottom: 24px
    }
}

.footer__content__text {
    color: hsla(0, 0%, 100%, .8)
}

.footer__content__text a {
    color: #fff;
    font-weight: 700;
    text-decoration: none
}

.footer__content__text a:focus,
.footer__content__text a:hover {
    text-decoration: underline
}

@media screen and (max-width:39.99em) {
    .footer__content__text {
        font-size: .875rem
    }
}

@media screen and (min-width:360px) {
    .footer__content__about {
        grid-column: span 2
    }
}

@media screen and (min-width:60em) {
    .footer__content__about {
        margin-right: 48px
    }
}

@media screen and (min-width:360px) {
    .footer__content__socials {
        margin-right: 16px
    }
}

@media screen and (min-width:40em) {
    .footer__content__socials {
        margin-right: 48px
    }
}

.footer__sitemap {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    width: 100%
}

.footer__sitemap__title {
    margin-bottom: 16px;
    color: #fff;
    font-style: italic;
    font-weight: 900;
    font-size: .875rem;
    text-transform: uppercase
}

@media screen and (min-width:30em) {
    .footer__sitemap__title {
        margin-bottom: 24px
    }
}

.footer__sitemap__col {
    width: 100%
}

@media screen and (min-width:360px) {
    .footer__sitemap__col {
        width: 50%
    }
}

@media screen and (min-width:40em) {
    .footer__sitemap__col {
        width: 25%
    }
}

.sitemap__list {
    margin: 15px 15px 25px 0;
    padding: 0;
    font-size: .875rem;
    list-style: none
}

@media screen and (min-width:60em) {
    .sitemap__list {
        font-size: 1rem
    }
}

.sitemap__item {
    padding-bottom: 16px
}

.sitemap__link {
    display: flex;
    align-items: flex-start;
    color: #fff;
    line-height: 1.2;
    text-decoration: none;
    transition: color .2s ease
}

.sitemap__link:before {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 4px 12px 0 0;
    background: url(/images/icons/chevron-right.svg);
    background-size: cover;
    content: "";
    color: #dc0e0e;
    transition: padding .2s ease, margin .2s ease
}

@media screen and (min-width:40em) {
    .sitemap__link:before {
        margin-top: 6px
    }
}

.sitemap__link:hover:before {
    margin: 6px 24px 0 -4px
}

.footer__socials {
    margin: 0;
    padding: 0;
    font-size: .875rem;
    list-style: none
}

@media screen and (min-width:40em) {
    .footer__socials {
        font-size: 1rem
    }
}

.footer__socials__item {
    padding: 8px 0
}

.footer__socials__link {
    display: flex;
    align-items: center;
    color: #fff;
    text-decoration: none
}

.footer__socials__link:hover {
    text-decoration: underline
}

.footer__socials__image {
    fill: #fff;
    margin-right: 14px
}

.footer__bottom {
    background: #0c0c0f;
    line-height: 18px
}

@media screen and (min-width:30em) {
    .footer__bottom {
        margin-top: 25px
    }
}

.footer__bottom__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 0;
    border-top: 1px solid #26262a
}

@media screen and (min-width:30em) {
    .footer__bottom__content {
        padding: 56px 0 40px
    }
}

.footer__bottom__logo {
    margin-bottom: 40px
}

@media screen and (max-width:29.99em) {
    .footer__bottom__logo {
        margin-bottom: 32px
    }
    .footer__bottom__logo svg {
        height: 32px
    }
}

.footer__bottom__nav {
    margin: 0 0 24px;
    padding: 0;
    font-size: .875rem;
    list-style: none;
    text-align: center
}

@media screen and (min-width:60em) {
    .footer__bottom__nav {
        font-size: 1rem
    }
}

.footer__bottom__nav__item {
    display: inline-block;
    margin: 4px 16px
}

.footer__bottom__nav__link {
    color: #fff;
    text-decoration: none
}

.footer__bottom__nav__link:focus,
.footer__bottom__nav__link:hover {
    opacity: .7
}

.footer__bottom__copyright {
    color: #a8a8aa;
    font-size: .875rem
}

@media screen and (max-width:39.99em) {
    .footer__bottom__copyright {
        text-align: center
    }
}

.newsletter__title {
    margin-bottom: 16px;
    font-style: italic;
    font-weight: 900;
    font-size: 1.375rem;
    line-height: 1.2;
    text-transform: uppercase
}

@media screen and (min-width:30em) {
    .newsletter__title {
        font-size: 1.75rem
    }
}

.newsletter__content__intro {
    margin-bottom: 24px
}

.newsletter__form-wrapper>div {
    display: flex;
    width: 100%;
    max-width: 470px;
    margin: auto
}

@media screen and (max-width:29.99em) {
    .newsletter__form-wrapper>div {
        flex-direction: column
    }
}

.newsletter__partner-optin {
    margin: 24px 0 40px
}

.newsletter__partner-optin .custom-checked__label {
    color: #fff
}

.newsletter__form__input {
    flex: 1;
    margin: 0;
    border: 1px solid transparent;
    background-color: #f7f5f8
}

@media screen and (max-width:29.99em) {
    .newsletter__form__input {
        margin-bottom: 10px
    }
}

@media screen and (min-width:30em) {
    .newsletter__form__input {
        border-right: none
    }
}

@media screen and (prefers-color-scheme:dark) {
    .newsletter__form__input {
        color: #1e1e21
    }
    .newsletter__form__input::-moz-placeholder {
        color: rgba(30, 30, 33, .8)
    }
    .newsletter__form__input:-ms-input-placeholder {
        color: rgba(30, 30, 33, .8)
    }
    .newsletter__form__input::placeholder {
        color: rgba(30, 30, 33, .8)
    }
    .newsletter__form__input:focus,
    .newsletter__form__input:hover {
        border-color: #a8a8aa;
        background-color: #fff
    }
}

.newsletter__form-error {
    color: hsla(0, 0%, 100%, .7);
    font-size: .875rem;
    text-align: center
}

@media screen and (prefers-color-scheme:dark) {
    .newsletter__partner-optin.custom-checked input[type=checkbox]:checked+.custom-checked__mark {
        border-color: #555
    }
    .newsletter__partner-optin.custom-checked input[type=checkbox]+.custom-checked__mark:after {
        border-color: #dc0e0e
    }
    .newsletter__partner-optin.custom-checked .custom-checked__mark {
        border-color: #a8a8aa;
        background-color: #fff
    }
}

.powered-by {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #fff;
    text-decoration: none
}

.powered-by__text-section {
    font-style: italic;
    font-weight: 800;
    font-family: Montserrat, Lora, sans-serif;
    width: 100%;
    margin-right: 9px;
    color: #dc0e0e;
    text-align: right;
    text-transform: uppercase;
    white-space: nowrap
}

.powered-by__powered-by-label {
    margin-bottom: -5px;
    font-size: .5625rem
}

.powered-by__partner-title {
    margin-bottom: 0;
    font-size: .75rem
}

.powered-by__partner-image {
    max-width: 80px
}

@media screen and (max-width:39.99em) {
    .content-grid__main .powered-by {
        justify-content: flex-start;
        margin-top: 8px;
        margin-left: 0
    }
}

@media screen and (min-width:40em) {
    .content-grid__main .powered-by__partner-image {
        max-width: 165px
    }
}

.form {
    width: 100%;
    max-width: 550px;
    margin: 0 auto
}

@media screen and (min-width:30em) {
    .form {
        padding: 15px
    }
}

.form__group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%
}

.form>div:not(.form__groups) .form__group:last-child .form__item {
    margin-bottom: 0
}

@media screen and (min-width:30em) {
    .form__group {
        flex-direction: row
    }
}

.form__item {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 20px
}

@media screen and (min-width:30em) {
    .form__item:not(:last-child) {
        margin-right: 10px
    }
}

.form__item .form__error {
    order: 5
}

.form__item--hidden {
    display: none
}

label.form__label {
    width: 100%;
    margin-bottom: 3px;
    font-weight: 700;
    font-size: .875rem
}

.form__input,
input.form__input,
select.form__input {
    width: 100%;
    max-width: none;
    margin-bottom: 0
}

.form__input:hover,
input.form__input:hover,
select.form__input:hover {
    border-color: #555
}

@media screen and (prefers-color-scheme:dark) {
    .form__input:hover,
    input.form__input:hover,
    select.form__input:hover {
        border-color: #acacac
    }
}

.form__button {
    width: 100%;
    margin-top: 15px
}

.form__button.loading,
.form__button.success {
    padding-right: 35px;
    background-repeat: no-repeat
}

.form__button.loading svg,
.form__button.success svg {
    display: none
}

.form__button.loading {
    background-image: url(/images/misc/loader-btn-red.gif);
    background-color: #dc0e0e
}

.form__button.btn-black.loading,
.form__button.btn-black.loading[disabled] {
    background-image: url(/images/misc/loader-btn-black.gif);
    background-color: #555
}

@media screen and (prefers-color-scheme:dark) {
    .form__button.btn-black.loading,
    .form__button.btn-black.loading[disabled] {
        background-color: #acacac
    }
}

.form__button.success,
.form__button.success[disabled] {
    background-image: url(/images/misc/check.png);
    background-size: 19px 20px;
    background-color: #74bd00
}

.form__comment {
    display: inline-block;
    margin-top: 5px;
    color: #555;
    font-size: .875rem;
    line-height: 1.125rem
}

@media screen and (prefers-color-scheme:dark) {
    .form__comment {
        color: #acacac
    }
}

.form__progress {
    display: block;
    opacity: 0
}

.form__progress[value] {
    width: 100%;
    height: 8px;
    margin-top: -1px;
    border: 1px solid #a8a8aa;
    border-top: none;
    opacity: 1
}

.form__progress[value]::-webkit-progress-bar {
    background: #eeeeef
}

.form__progress[value]::-moz-progress-bar,
.form__progress[value]::-webkit-progress-value {
    background: red
}

.form__progress[value="50"]::-moz-progress-bar,
.form__progress[value="50"]::-webkit-progress-value,
.form__progress[value="75"]::-moz-progress-bar,
.form__progress[value="75"]::-webkit-progress-value {
    background: orange
}

.form__progress[value="100"]::-moz-progress-bar,
.form__progress[value="100"]::-webkit-progress-value {
    background: green
}

input.form__input--error {
    border: 2px solid red
}

.form__error {
    color: red;
    font-size: .875rem
}

.custom-checked {
    flex-direction: column;
    align-items: flex-start;
    width: 100%
}

.custom-checked input[type=checkbox],
.custom-checked input[type=radio] {
    z-index: 1;
    position: absolute;
    width: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
    outline: none;
    vertical-align: top;
    opacity: .001
}

.custom-checked input[type=checkbox]:checked+.custom-checked__mark,
.custom-checked input[type=radio]:checked+.custom-checked__mark {
    border: 1px solid #555
}

@media screen and (prefers-color-scheme:dark) {
    .custom-checked input[type=checkbox]:checked+.custom-checked__mark,
    .custom-checked input[type=radio]:checked+.custom-checked__mark {
        border-color: #acacac
    }
}

.custom-checked input[type=checkbox]:checked+.custom-checked__mark:after,
.custom-checked input[type=radio]:checked+.custom-checked__mark:after {
    opacity: 1
}

.custom-checked input[type=radio]+.custom-checked__mark,
.custom-checked input[type=radio]+.custom-checked__mark:before {
    border-radius: 50%
}

.custom-checked input[type=radio]+.custom-checked__mark:after {
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
    border-radius: 50%;
    background: #dc0e0e
}

@media screen and (prefers-color-scheme:dark) {
    .custom-checked input[type=radio]+.custom-checked__mark:after {
        background: #d8d8d8
    }
}

.custom-checked input[type=checkbox]+.custom-checked__mark:after {
    top: calc(50% - 2px);
    left: 50%;
    width: 14px;
    height: 8px;
    transform: translate(-50%, -50%) rotate(-50deg) scale(1);
    border: 3px solid #dc0e0e;
    border-top: none;
    border-right: none;
    border-radius: 0;
    background: transparent;
    opacity: 0
}

@media screen and (prefers-color-scheme:dark) {
    .custom-checked input[type=checkbox]+.custom-checked__mark:after {
        border-color: #d8d8d8
    }
}

.custom-checked .custom-checked__wrapper-label {
    width: 100%;
    margin: 0 0 10px;
    padding: 0
}

.custom-checked .custom-checked__wrapper-label:last-child {
    margin-bottom: 0
}

.custom-checked__mark {
    display: inline-block;
    z-index: 2;
    position: relative;
    width: 20px;
    height: 20px;
    margin-top: 3px;
    border: 1px solid #a8a8aa;
    border-radius: 0;
    background-color: #fff
}

@media screen and (prefers-color-scheme:dark) {
    .custom-checked__mark {
        border-color: #2e2e32;
        background-color: #2e2e32
    }
}

.custom-checked__mark:before {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 0;
    background: transparent;
    content: ""
}

.custom-checked__mark:after {
    position: absolute;
    content: "";
    opacity: 0
}

.custom-checked__label {
    display: inline-block;
    width: calc(100% - 50px);
    margin: 0 10px;
    font-size: 1rem;
    vertical-align: top
}

.custom-checked__label>p,
.custom-checked__label>span {
    display: inline-block
}

.custom-checked,
.custom-checked__mark {
    position: relative;
    vertical-align: top;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.custom-checked__label,
.custom-checked__mark {
    cursor: pointer
}

@media screen and (min-width:30em) {
    .form__checkbox-group:after {
        clear: both;
        content: "";
        display: block
    }
    .form__checkbox-group .custom-checked__wrapper-label {
        width: 50%;
        float: left
    }
}

.comments {
    position: relative;
    margin-bottom: 24px
}

.comments__highlight {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 10px;
    border: 1px solid #eeeeef;
    background: #f7f5f8
}

@media screen and (prefers-color-scheme:dark) {
    .comments__highlight {
        border-color: #2e2e32;
        background-color: #26262a
    }
}

@media screen and (min-width:30em) {
    .comments__highlight {
        padding: 30px
    }
}

.comments__highlight .btn+.btn {
    margin-left: 10px
}

.comments__highlight>:first-child:last-child {
    margin-bottom: 0
}

.comments__list:not(:empty) {
    padding-top: 15px;
    padding-bottom: 40px
}

.comment__compose-form--loading:after,
.comments.loading:after {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: hsla(0, 0%, 100%, .9) url(/images/misc/loader-dark.png) no-repeat 50%;
    background-size: 32px 32px;
    content: ""
}

@media screen and (prefers-color-scheme:dark) {
    .comment__compose-form--loading:after,
    .comments.loading:after {
        background-image: url(/images/misc/loader-light.png);
        background-color: #26262a
    }
}

.comment__compose-form--loading:after {
    background-color: #f7f5f8
}

.comment__compose {
    display: flex;
    flex-direction: row;
    width: 100%
}

.comment__avatar {
    width: 45px
}

.comment__compose-name {
    margin-bottom: 5px;
    font-size: .875rem
}

.comment__compose-form {
    position: relative;
    flex: 1
}

.comment__compose-form textarea,
.comment__content__edit textarea {
    min-height: 85px;
    margin-bottom: 8px;
    padding: 15px;
    border: 1px solid #eeeeef
}

@media screen and (prefers-color-scheme:dark) {
    .comment__compose-form textarea,
    .comment__content__edit textarea {
        border: none
    }
}

.comment__compose-form .form__error {
    margin-bottom: 5px
}

.comments__list .comment__compose {
    margin-bottom: 15px;
    padding: 15px;
    border: 1px solid #eeeeef;
    background: #f7f5f8
}

@media screen and (prefers-color-scheme:dark) {
    .comments__list .comment__compose {
        border-color: #2e2e32;
        background-color: #26262a
    }
}

@media screen and (min-width:40em) {
    .comment__subcomments .comment__compose {
        width: calc(100% - 50px);
        margin-left: 50px
    }
}

.comment__disabled-wrapper {
    display: flex;
    flex-direction: column
}

.comment__disabled__title {
    font-size: 1.375rem
}

.comment__disabled__desc {
    margin: 0;
    font-size: .875rem
}

.comments__list {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0
}

.comments__list li {
    margin: 0;
    list-style: none
}

.comments__list .comment-downvote {
    order: 10
}

.comments__list>li {
    margin-bottom: 20px;
    border-bottom: 1px solid #eeeeef
}

@media screen and (prefers-color-scheme:dark) {
    .comments__list>li {
        border-color: #2e2e32
    }
}

.comments__list ul>li {
    padding-left: 0
}

.comments__list ul>li:last-child {
    padding-bottom: 0
}

.comment {
    display: flex;
    flex-direction: row;
    margin-bottom: 20px
}

.comment--in-review .comment__content,
.comment--in-review header {
    opacity: .666
}

.comment__content-wrapper {
    width: 100%
}

.comment__subcomments {
    display: flex;
    flex-direction: column;
    margin-left: 28px;
    padding: 0
}

@media screen and (min-width:40em) {
    .comment__subcomments {
        margin-left: 50px
    }
}

.comment__subcomments:not(:empty) {
    border-left: 1px solid #eeeeef
}

@media screen and (prefers-color-scheme:dark) {
    .comment__subcomments:not(:empty) {
        border-left-color: #2e2e32
    }
}

.comment__avatar {
    width: 28px
}

@media screen and (min-width:40em) {
    .comment__avatar {
        width: 50px
    }
}

.comment__avatar img {
    margin: auto
}

@media screen and (max-width:39.99em) {
    .comment__avatar img {
        width: 16px;
        margin-top: 4px
    }
}

@media screen and (prefers-color-scheme:dark) {
    .comment__avatar img {
        opacity: .7
    }
}

.comment__content {
    flex: 1;
    width: 100%;
    font-size: .9375rem;
    word-break: break-word
}

.comment__content p {
    margin: 0;
    padding: 0
}

.comment__content img {
    display: inline-block;
    width: 18px;
    margin: 0 3px;
    vertical-align: middle
}

.comment__content-wrapper .comment__edited {
    display: block;
    position: relative;
    margin-top: 16px;
    padding-top: 8px;
    padding-bottom: 16px;
    padding-left: 52px;
    background: url(/images/logos/rn365/rn365.png) no-repeat 0 13px;
    background-size: auto 12px;
    color: #555;
    font-size: .75rem
}

@media screen and (prefers-color-scheme:dark) {
    .comment__content-wrapper .comment__edited {
        color: #acacac
    }
}

.comment__content-wrapper .comment__edited:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 64px;
    border-top: 2px solid #d8d8d8;
    content: ""
}

@media screen and (prefers-color-scheme:dark) {
    .comment__content-wrapper .comment__edited:before {
        border-top-color: #2e2e32
    }
}

.comment__content-wrapper .comment__edited+.comment__edited {
    margin-top: 0
}

.comment__content-wrapper .comment__edited--user {
    padding-left: 0;
    background: none
}

.comment__content-wrapper footer,
.comment__content-wrapper header {
    font-size: .75rem;
    line-height: 26px
}

.comment__content-wrapper footer:empty,
.comment__content-wrapper header:empty {
    display: none
}

.comment__content-wrapper header {
    display: flex;
    position: relative;
    align-items: center
}

.comment__name {
    margin-right: 8px;
    font-weight: 700;
    font-family: Montserrat, Lora, sans-serif
}

.comment__name--admin {
    color: #ba0d0d
}

img.comment__logo {
    width: auto;
    height: 10px;
    margin: 0 8px 0 0
}

.comment__name--moderator {
    padding-right: 50px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAF4AAAAcCAMAAADfnPg7AAAAGFBMVEVHcEwIBwfZDg7cEhJ8CAgMAADRm5v9+vrmtKk5AAAABnRSTlMA/Xn9OnwJM3+GAAABTUlEQVR42sWW6w6CMAxGlcnh/d/YYO8sDGZi7A/oGj392FcujxTPO7G0iXgl+usWvs1EFr/eoa8z9GV6b9q3e7P+cG9CPNseIAuwU6XDtoHlmmIxMHazQBbS8YC3n+xMzaUqMRaP/EUW3iSMxRVIjiCjnI3txfspNZFw7egRB38KV8YSu4LYIHnG41uBdgLYCwynMsQjXMNX8YA1ISnmG/Fbb2y6hNhoyfP6RDxoE/XpYGyYW3wNY9vAWAvSohdPmUSR7MLOHzeiVuUiua56PI16RBpeGIsC91Pggx6zGdeQ+14Yq0AczwCPIaM8NDbfWAi+vEcCWeYfL58amwbGJ398SwUyykNjo0m0Knjf9O6pwFC8EQNvpaDX6baUXD4zNluK3ar9VDrRmYdyb6wFemTwHmlAylvk//lAeP7uA+H/Xzfz+KXg78QyE9nYN/GtIARWPpvsAAAAAElFTkSuQmCC");
    background-position: 100%;
    background-size: 47px 14px;
    background-repeat: no-repeat;
    color: #ba0d0d
}

.comment__date {
    display: inline-block;
    margin-right: 8px;
    padding-left: 15px;
    background: 0 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAWBAMAAAA/cdFyAAAAGFBMVEVHcEyoqKqpqayoqKqoqKqsrKyrq6yqqqq7lv09AAAACHRSTlMA/D6dyg0lfk25lp0AAAB1SURBVHgBdY4lAwJBEIU/PL+zina041Q841BJ/P3T3W1MGXsGIAlw078qT7Rs1a5Qn0vyexto63f+SGvq2gBPtagGIJgPaEcguHkMvyBo+MyvIKgHaAeCmnBT/iX/ZgxyRqZCrpIpA/OZc7vaBB4mVXB1SSEBDKIQMbm/RfwAAAAASUVORK5CYII=") no-repeat;
    background-size: 9px 11px;
    color: #555
}

@media screen and (prefers-color-scheme:dark) {
    .comment__date {
        color: #acacac
    }
}

.comment__in-review-message {
    margin: 16px 0;
    padding: 16px;
    border: 1px dashed #ba0d0d;
    font-weight: 700;
    font-size: .875rem
}

.comment__content-wrapper footer button {
    min-width: auto;
    margin: 0 0 0 auto;
    padding: 0;
    color: #dc0e0e;
    font-weight: 700;
    font-family: Lato, Montserrat, sans-serif;
    letter-spacing: .5px;
    text-transform: none
}

.comment__content-wrapper footer {
    display: flex;
    flex-direction: row;
    padding-top: 8px
}

.comment__votes {
    display: inline-block;
    margin-top: -1px;
    padding: 0 12px;
    float: left;
    border: 1px solid #eeeeef;
    border-radius: 16px;
    color: #555
}

@media screen and (prefers-color-scheme:dark) {
    .comment__votes {
        border-color: #555;
        color: #acacac
    }
}

.comment__votes span {
    display: inline-block;
    min-width: 3px;
    padding-right: 3px;
    padding-left: 3px;
    font-weight: 700;
    transition: padding .1s ease
}

.comment__votes span:empty {
    padding-right: 0;
    padding-left: 0
}

button.comment__vote,
button.comment__vote:disabled,
button.comment__vote:hover {
    width: 16px;
    height: 16px;
    background: 50% url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAMAAACelLz8AAAAYFBMVEVHcEyurq6pqaqrq6uoqKqoqKqoqKqtra28vLypqaqoqKqqqquoqKqpqaqpqauoqKqurq6oqKqoqKqpqaurq6upqauoqKypqaqoqKqoqKqoqKqoqKqoqKqoqKqoqKqpqau/b6tyAAAAIHRSTlMAHs0U1v+tCgO6oziYtIb8JnN9YCtIU2956OxqwOeIieKIrDQAAACTSURBVHgBrc81AgNRCABRvsK6S/z+p4ysC3SZ9lUDu5TWCtiMdc6zgto5ZzmhwH0LOfHuV8RQPEjCSDpIlp+lcEPlWapRNO03a4AmGyluI7Vql7kQereWXXQSl82Xrs65fKB9XxteGOr+TTeRMiNSDBJluUgeRIpEuoNIzUAZQxaGAuceWO2pGsk84xyw95teNMgHkeAMl58B8RkAAAAASUVORK5CYII=") no-repeat;
    background-size: 13px;
    box-shadow: none;
    opacity: 1;
    transition: none
}

button.comment__vote:disabled {
    opacity: .5
}

button.comment__vote--down {
    transform: rotate(180deg)
}

button.comment__vote--up[data-voted=true] {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAMAAACelLz8AAAAYFBMVEVHcEx7wQB0vgB4xAB0vgB0vQB0vgCDxgCG1wB0vQB1vQB0wAB0vgB0vQB0vgB0vQB4wQB1vgB2vQB1vgB0vQB2wAB1vgB1vgB0vQB2wAB0vQB1vQB0vwB3vwB0vQB1vQDsrO23AAAAIHRSTlMAHs0U1v+tCgO6ozmYtIj6J3N6W/1FlmjoSexKcDXA56he8/YAAACZSURBVHgBrc8FEsMgEIXhRR5t4+5y/1PGPTDafxj9sKVbjHNG2oQElFY+HIDUyfeHKUsnCnO2hpxFXI14i/jBW0IsRW+Jk0X49z5mQJSugiy22al5AosibCXTKrjrROVEFYBgoXs10TKLhpp/U24kXxjJIRMlgZEUGak1UkdGqhfy5+MPkrT0A/pPfqd4JeE5AX0idcn7LjICw3AMlzHo6dQAAAAASUVORK5CYII=");
    opacity: 1
}

button.comment__vote--down[data-voted=true] {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAMAAACelLz8AAAAMFBMVEVHcEzjEhLcDg7fEhLcDg7dDg7uIiLdDg7dDg7fERHdDg7dDg7dDg7dEBDdDw/cDg6fAvzGAAAAEHRSTlMAGNAm/60Hups4iHhkSFPpQe2dWgAAAIFJREFUeNqtzzkSBCEIQFFEVNzG+9+2aUm0GrL56RMs4CogRrASIUqmZBFCUwpJbFGit2oIbymGNNrFr3SV/pWhgvk+RnZM0vhXQz7fs6w7Wpi4T6H1/q10JbZvMaj7NP49FVxicCm6lMCl6lIBl6ZLCLtCtPK4aSiFxhFyT0dN5QE4TwiFoR3ehwAAAABJRU5ErkJggg==");
    opacity: 1
}

button.comment__flag {
    position: relative;
    top: -2px;
    width: 14px;
    height: 14px;
    padding: 0;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAC1ElEQVR4AeyZA8wdTxDA/6ixc3u1GdSKatt2G9a2bdu2rbiMauu2tu12O5Pkkk279/Hu+jZpkt+H4/zevMXs/lO1Ry2j+SsQsQKP06RJ4QAsFAC9ZOPG/0sp/6Vjt1KnznDHtjPR/xEt4ACMdRiThGDsHf7+jkiFj8gFZDsyGa+vL3PnThwxAhj0EQo0FpDoK2SZAKhEWfujAhjQS0TGgwco00mWLZsgdIF7nGehIHziosN59VAF8IU1fBNwAThwy7bzhiMA0N9nAZevyJSnqVKlDFRAAKwNSMDlIX1INwGsuAbuti2vHuhcwAIub/BdK1Ck3v0MGZJFFzSNQXhPM2QLslkrIIsVS4gnPyMyZL4hlykwATCPxhaUm4QsR/bh/3fV6/GaCVoBbMD56YJIB6Va6gUYa26EgGUV1AsAjDNA4KvMmzeRVwZ2GyBwgWL1ErgV6QICYL1W4JltM0Ma8ECtgMN5SUMacC29AGMdTBC4YVnZ9AIAcw0QeE2xemXgsAECx6ISeGlAD7RAK3DXtjMb0gN11gpQ1WRIAy6jFwDob4LAbQDuJbBGSdN2x7La0uoClYFUI98EKIzHK9NkD891w3PzHQARssBdz4oMT551L7zFeYmYVka3GcuFYh3xvh3Il4C///u0AlSeqUUMTSliJKBbzQCYhc/4EJDARK3Abc7zKRfeim+h7aRLl1YAjKdBx+cpRCutANWZyoW76ZgfCM5BMDYYn/nEpx6okFZAXQelgoaO+QkV7Njwu1Mj9KGI0WZgl3JhMzoWBBQAfop1ac6FOHEtYlR+K2KoPdCxMLgNkBPf2R6ZhqxGqf3ICfz7JnJGMLYXfy8WACNotVAr8EsR85mWVYza4KA+XxE4a9wODaVQacBrzBMAmKMI9DcxA4dcAWooJmbghStAUwHjBJQG/JIOmCxw2GwBgDFGCtBGNm1o0yb2z43ApQajHhj1AAAtN9U8UXjn9QAAAABJRU5ErkJggg==") no-repeat;
    background-size: contain;
    box-shadow: none;
    vertical-align: middle;
    filter: grayscale(1) brightness(0);
    opacity: .4;
    transition: all .15s ease
}

@media screen and (prefers-color-scheme:dark) {
    button.comment__flag {
        filter: grayscale(1) invert(1) brightness(1)
    }
}

button.comment__flag.active,
button.comment__flag:hover {
    filter: none;
    opacity: 1
}

@media screen and (prefers-color-scheme:dark) {
    button.comment__flag.active,
    button.comment__flag:hover {
        filter: grayscale(1) invert(1) brightness(1)
    }
}

button.comment__flag:disabled {
    opacity: .15
}

.comment__flag__wrapper {
    display: none;
    position: relative
}

.comment__flag__wrapper[data-active=true] {
    display: block
}

.comment__flag__options {
    z-index: 10;
    position: absolute;
    top: 100%;
    left: 10%;
    width: 80%;
    padding: 16px;
    border: 1px solid #eeeeef;
    background: #f7f5f8;
    box-shadow: 0 2px 4px rgba(12, 12, 15, .2);
    font-size: .875rem;
    line-height: 1.4
}

@media screen and (max-width:29.99em) {
    .comment__flag__options {
        left: 0;
        width: 100%
    }
}

@media screen and (prefers-color-scheme:dark) {
    .comment__flag__options {
        border: 1px solid #555;
        background: #1e1e21
    }
}

.comment__flag__options__close {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 24px;
    height: 24px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAGFBMVEVHcEwAAAAAAAAAAAAAAAAAAAAAAAAAAABoAtTLAAAACHRSTlMACjW+9UH/95jKtisAAACSSURBVHja7ZU5DsAwCARjbPD/f5wCJc0STYHchXI1o1x4c/1zeobVuY0Pfi6vcl9z1HzE8oqPSEP5NJRPQ/k0lC8NW1EZ/sYmlxZDQjAkAkMCMIBXQ3g0hAdjb+HBEB4N5dlIno398Ft5Fvq3xA/df6384fqrwcvXX28+QO0jyiXQrRkusl5Vchk3655/KP8cnhuISQwVQKd1HgAAAABJRU5ErkJggg==");
    background-position: 50%;
    background-size: 16px 16px;
    background-repeat: no-repeat;
    text-indent: -9999em
}

@media screen and (prefers-color-scheme:dark) {
    .comment__flag__options__close {
        filter: grayscale(1) invert(1) brightness(1)
    }
}

.comment__flag__options .btn--small {
    display: flex;
    justify-content: flex-start;
    min-height: 0;
    margin: 8px 0 0;
    padding: 4px 16px;
    border: 1px solid #d8d8d8;
    color: #1e1e21
}

.comment__flag__options .btn--small:hover {
    color: #dc0e0e
}

button.comment__edit__button {
    display: block;
    align-self: center;
    height: 24px;
    padding: 4px 8px !important;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    background: transparent;
    color: #0c0c0f !important;
    font-size: .75rem
}

@media screen and (prefers-color-scheme:dark) {
    button.comment__edit__button {
        color: #fff !important
    }
}

button.comment__reply__button {
    margin-left: 15px !important;
    padding-left: 20px !important;
    background: transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAYCAMAAAA4a6b0AAAAMFBMVEVHcEzuHh7eDg7dDg7dDg7dDg7eDw/gEBDcDg7cDg7jFBTdDg7cDg7dDg7dDg7fEBB9TWaBAAAAEHRSTlMACFV/lKdDJP/vGN3OuWc06NU4wAAAAMxJREFUeNpdkFuCxSAIQ30gBtC6/93eKrXO9HxYTTBgwyamTIUyhw+14EFI/xp5adZsfdMJ6gAKe+bc03YK0GrYsAD5jeoxHNQAXhuBubGpj0JewcnhW7uA65YMfRpwlhZlasN9peKQ+kwxJGCELxdQ56JfY5W7faPV0fcOP6Nhk/yJMaj/jNrMabNrh91r+z50zUuemT9Of3o373SoQN935b9laO/0IN09ipSV5pYAUi4eKXc4eSd3HLoAsLBhEkwsqx9GOOjgGt/K8QP4twmMUhqYMwAAAABJRU5ErkJggg==") no-repeat;
    background-size: 13px 12px;
    box-shadow: none
}

button.comment__reply__button:focus,
button.comment__reply__button:hover {
    background-color: transparent;
    opacity: .9
}

button.comment__reply__button:first-child {
    margin-left: 0 !important
}

.comment__reply__button.comment__reply__button--edit {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAG8SURBVHgB7ZY9S8NQFIbPTVJEISat6KJDwaG1/grdROqkIKJDcdKtCK66iFs3qS5F0MVB1MlBf0E3hZKq4KhLwTSFUpuP40msUEu+GroIvsv9OOc+b+7lcG8ABqSXRGK0KspXiih9KpL8WJGkFXueKbKcBBMK1I+HATGGrbRWX+iFG4Z5QtHVrmkTTGtRoOYGGExRsBzGwEJodI8RgHvSrXNyzvak8sCzPYFS0haww1ntYx/6lAOX5HtEmHPPYEkOIqoDv/OGEx7gIpLBN1yy4fPeOXic1tS8AH3KgYvydRA8o9W37H5fO7Dhdikig6xPWuEHbiv0Dpw6160zOtglP/iMpu50T4TaQafOi35wOrJSLzy0gW5YR1QTa55wBqVMQ910iwUaKKI4RuW27hVngMVM/TdcEeUHZTR+G8rANNi0V4wWn9K1se2zPNgAeW7Ebd7+8pSm5gKWBxvwPMbc4K8T43kIocAy5WKxCrb0ZUDuGUxsMK7dTjWb73Q0CCEUaJCu1d6ouYSIinzZ/Rv8HQMBGavxgBtVKT4MgxDiEL0Hk4jovPEC/SXkEFiRArswCCHSE8+VmY4H9vALM9mqOoN7CmAAAAAASUVORK5CYII=");
    background-size: 12px 12px
}

.comment__votes+.comment__reply .comment__reply__button {
    margin-left: 15px !important
}

.comment__content__edit {
    margin-top: 16px;
    padding: 16px;
    background: #f7f5f8
}

@media screen and (prefers-color-scheme:dark) {
    .comment__content__edit {
        border-color: #2e2e32;
        background: #26262a;
        color: #dfdcd9
    }
}

.comment__content__edit label {
    width: 100%
}

.minimal-layout {
    background-color: #0c0c0f;
    color: #fff
}

.minimal-layout .overall-wrapper {
    height: 100%
}

.minimal-layout .wrapper-main,
.minimal-layout .wrapper-main .wrapper-inner {
    height: calc(100% - 70px)
}

.minimal-layout__header {
    justify-content: space-between;
    height: 70px
}

.minimal-layout__header,
.minimal-layout__header__left {
    display: flex;
    align-items: center
}

.minimal-layout__header__link {
    display: none;
    margin-left: 15px;
    color: #a8a8aa;
    font-weight: 700;
    font-size: .875rem;
    font-family: Montserrat, Lora, sans-serif;
    text-decoration: none;
    text-transform: uppercase
}

@media screen and (min-width:30em) {
    .minimal-layout__header__link {
        display: inline-block
    }
}

.minimal-layout__header__link svg {
    fill: #fff
}

.minimal-layout__header__link:hover {
    color: #fff
}

.minimal-layout__header__close svg {
    fill: #fff
}

.minimal-layout__header__close:hover svg {
    fill: #a8a8aa
}

.centered-content__wrapper {
    display: flex;
    align-items: center;
    min-height: 100%;
    padding: 60px 0 0
}

@media screen and (min-width:30em) {
    .centered-content__wrapper {
        padding: 60px 0
    }
}

.centered-content {
    display: flex;
    flex-direction: column;
    width: 100%
}

.centered-content__header {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px
}

@media screen and (min-width:30em) {
    .centered-content__header {
        flex-direction: row;
        align-items: center;
        justify-content: space-between
    }
}

.centered-content__header__title {
    margin: 0;
    font-size: 1.375rem
}

@media screen and (min-width:40em) {
    .centered-content__header__title {
        font-size: 2rem
    }
}

.centered-content__header__logo {
    display: flex;
    justify-content: center;
    margin: 30px 0
}

@media screen and (max-width:39.99em) {
    .centered-content__header__logo {
        margin: 15px 0
    }
    .centered-content__header__logo svg {
        width: 160px;
        height: 43px
    }
}

.centered-content__header__powered {
    align-self: flex-start;
    margin-top: 10px
}

@media screen and (min-width:30em) {
    .centered-content__header__powered {
        align-self: auto;
        margin-top: 0
    }
}

.centered-content__header__powered .powered-by {
    margin: 0 0 15px
}

@media screen and (min-width:30em) {
    .centered-content__header__powered .powered-by {
        margin: 0;
        padding-left: 20px
    }
}

.user-layout .centered-content__inner #js-user {
    display: flex;
    flex-direction: column;
    flex-direction: row;
    width: 100%
}

.centered-content__inner {
    display: flex;
    flex-direction: column;
    width: 100%
}

@media screen and (max-width:29.99em) {
    .centered-content__inner {
        width: calc(100% + 30px);
        margin-left: -15px;
        padding: 0 15px
    }
}

@media screen and (min-width:60em) {
    .centered-content__inner {
        flex-direction: row;
        justify-content: center
    }
}

.centered-vue__inner {
    display: flex;
    flex-direction: column
}

@media screen and (min-width:60em) {
    .centered-vue__inner {
        flex-direction: row
    }
}

.centered-content__full {
    width: 100%;
    padding: 15px;
    border-top: 3px solid #dc0e0e;
    background-color: #fff;
    color: #0c0c0f
}

@media screen and (prefers-color-scheme:dark) {
    .centered-content__full {
        background-color: #26262a
    }
}

.centered-content__image-wrapper {
    display: flex;
    position: relative;
    align-items: center;
    width: 100%;
    overflow: hidden
}

.centered-content__image-wrapper>img {
    margin: auto
}

@media screen and (max-width:29.99em) {
    .centered-content__image-wrapper {
        width: calc(100% + 30px);
        margin-left: -15px
    }
}

@media screen and (min-width:60em) {
    .centered-content__image-wrapper {
        width: 50%
    }
    .centered-content--large-image .centered-content__image-wrapper {
        width: calc(100% - 360px)
    }
}

.centered-content__image {
    width: 100%
}

.centered-content__blurred-background {
    display: none
}

@media screen and (min-width:60em) {
    .centered-content__blurred-background {
        display: block;
        z-index: -1;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        filter: blur(15px)
    }
}

.centered-content__content {
    width: 100%;
    border-bottom: 2px solid #dc0e0e;
    background-color: #fff;
    color: #0c0c0f
}

@media screen and (prefers-color-scheme:dark) {
    .centered-content__content {
        background-color: #26262a;
        color: #d8d8d8
    }
}

@media screen and (max-width:29.99em) {
    .centered-content__content {
        width: calc(100% + 30px);
        margin-left: -15px;
        padding: 0 15px
    }
}

@media screen and (min-width:30em) {
    .centered-content__content {
        border-top: 3px solid #dc0e0e;
        border-bottom: none
    }
}

@media screen and (min-width:60em) {
    .centered-content__content {
        width: 50%;
        padding: 15px 30px 30px
    }
    .centered-content--large-image .centered-content__content {
        width: 360px
    }
}

.centered-content__content h3 {
    font-size: 1.125rem
}

@media screen and (min-width:40em) {
    .centered-content__content h3 {
        font-size: 1.5rem
    }
}

.centered-content__content--dark {
    background: #0c0c0f;
    color: #fff
}

.centered-content__content--order-2 {
    order: 2
}

.centered-content__number {
    font-style: italic;
    font-weight: 800;
    font-family: Montserrat, Lora, sans-serif;
    text-transform: uppercase;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 5px;
    color: #555;
    font-size: .875rem
}

@media screen and (min-width:40em) {
    .centered-content__number {
        margin-bottom: 15px
    }
}

@media screen and (prefers-color-scheme:dark) {
    .centered-content__number {
        color: #acacac
    }
}

.centered-content__control {
    position: absolute;
    top: 0;
    width: 60px;
    height: 100%;
    cursor: pointer
}

.centered-content__control:hover {
    background: linear-gradient(270deg, rgba(12, 12, 15, 0), rgba(12, 12, 15, .5))
}

.centered-content__control:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin: -20px;
    border: 2px solid #fff;
    border-radius: 20px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAs0lEQVR4AWJwL/ABNF8HFgzFUBiFt8g4b6EsdGfJNpnk1q8oCs518MJflDofNO3T1t2LfsaMP/09xwLw+O+UDgDxnMsBYjzvc8Asfv/yIJ5N48uIZ34czorvSTzz43AkfkDcBeA42DReRjyz4j4gIT/OAPy7Pphwz4sAgFg+wEeo98D2EADgIwAAIE4QPgAiFABAlIXIi4/wAQhRPsD/weIAiLgugP9jelQAQJT/XODvXYAPkiP6lTKr/XMAAAAASUVORK5CYII=");
    background-position: 50%;
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, .15);
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, .15);
    content: ""
}

.centered-content__control--prev {
    left: 0
}

.centered-content__control--next {
    right: 0;
    transform: rotate(180deg)
}

.centered-content--photoalbum-results .centered-content__content,
.centered-content--photoalbum-results .centered-content__image-wrapper,
.centered-content--photoalbum .centered-content__full {
    display: none
}

.centered-content--photoalbum-results .centered-content__full {
    display: flex
}

.centered-content--prediction .centered-content__side--small {
    position: relative;
    min-height: 250px
}

.centered-content--prediction .centered-content__content {
    padding: 20px
}

@media screen and (min-width:40em) {
    .centered-content--prediction .centered-content__content {
        padding: 50px
    }
}

.centered-content--prediction .component__title {
    font-size: 1.5rem
}

.centered-content--prediction .component__text {
    font-size: .875rem;
    line-height: 24px
}

.prediction__questions {
    margin-bottom: 15px
}

@media screen and (min-width:40em) {
    .prediction__questions {
        margin-bottom: 30px
    }
}

.prediction__question {
    margin-bottom: 25px
}

label.form__label.prediction__label {
    width: 100%;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: .875rem;
    line-height: 16px;
    letter-spacing: 0;
    vertical-align: bottom
}

.prediction__input {
    margin-bottom: 0
}

.prediction__input.custom-checked>.prediction__label {
    margin-bottom: 10px
}

.prediction__sub-title {
    color: #555;
    font-size: .6875rem;
    letter-spacing: .21px
}

@media screen and (prefers-color-scheme:dark) {
    .prediction__sub-title {
        color: #acacac
    }
}

.prediction__loading {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: hsla(0, 0%, 100%, .8) url(/images/misc/loader-dark.png) 50% no-repeat;
    background-size: 32px 32px
}

.prediction__error {
    margin-top: 15px;
    padding: 15px;
    background: #dc0e0e;
    color: #fff
}

.user-layout,
.user-layout .overall-wrapper {
    background-color: #f7f5f8
}

@media screen and (prefers-color-scheme:dark) {
    .user-layout,
    .user-layout .overall-wrapper {
        background-color: #1e1e21
    }
}

.user-layout .wrapper-main,
.user-layout .wrapper-main .wrapper-inner {
    height: calc(100% - 1100px)
}

.centered-content--user .centered-content__header {
    justify-content: center
}

.centered-content--user .centered-content__full {
    display: none
}

.user {
    padding-bottom: 15px
}

.user .form>:last-child {
    margin-bottom: 0
}

.user-wrapper {
    display: flex;
    justify-content: center;
    width: 100%
}

@media screen and (max-width:39.99em) {
    .user-wrapper {
        flex-direction: column
    }
}

.user__title {
    font-style: italic;
    font-weight: 800;
    font-family: Montserrat, Lora, sans-serif;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    padding: 15px 15px 25px;
    border-bottom: 1px solid #d8d8d8;
    font-size: 1.5rem;
    text-align: center
}

@media screen and (prefers-color-scheme:dark) {
    .user__title {
        border-color: #2e2e32
    }
}

@media screen and (max-width:29.99em) {
    .user__title {
        width: calc(100% + 30px);
        margin-left: -15px
    }
}

@media screen and (min-width:60em) {
    .user__title {
        width: calc(100% + 60px);
        margin-left: -30px
    }
}

.user__highlighted-area {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-bottom: 30px;
    padding: 15px;
    border: 2px solid #eeeeef;
    background: #f7f5f8;
    text-align: center
}

@media screen and (prefers-color-scheme:dark) {
    .user__highlighted-area {
        border-color: transparent;
        background-color: #2e2e32
    }
}

.user__highlighted-area h3 {
    font-size: 1rem
}

.user__highlighted-area button {
    margin-top: 0
}

.member-trigger {
    display: none;
    font-size: .875rem
}

.is-member .member-trigger--loggedin,
.no-member .member-trigger--not-loggedin {
    display: block
}

.member-trigger-nav {
    width: 34%;
    padding: 40px 0;
    float: right;
    background: transparent
}

@media screen and (max-width:59.99em) {
    .member-trigger-nav {
        display: none
    }
}

.member-trigger-footer {
    background: none
}

.member-trigger .highlighted__title {
    margin: 0 0 16px
}

.member-trigger .highlighted__title small {
    padding: 0 0 4px
}

:root {
    --breakingbar-safe-constant: constant(safe-area-inset-bottom);
    --breakingbar-safe-env: env(safe-area-inset-bottom)
}

.breakingbar {
    display: none;
    z-index: 100;
    position: fixed;
    bottom: 0;
    width: 100%
}

@media screen and (min-width:40em) {
    .breakingbar {
        min-height: 45px
    }
}

@supports(padding-bottom:env(safe-area-inset-bottom)) {
    .breakingbar {
        padding-bottom: calc(var(--breakingbar-safe-env) - 10px)
    }
}

@supports(padding-bottom:constant(safe-area-inset-bottom)) {
    .breakingbar {
        padding-bottom: calc(var(--breakingbar-safe-constant) - 10px)
    }
}

.breakingbar--default {
    background: #dc0e0e;
    color: #fff
}

.breakingbar__inner {
    display: flex;
    flex-direction: row
}

@media screen and (max-width:39.99em) {
    .breakingbar__inner {
        flex-direction: column;
        padding-right: 40px
    }
}

.breakingbar__link {
    color: #fff;
    text-decoration: none
}

.breakingbar__label {
    font-style: italic;
    font-weight: 800;
    font-family: Montserrat, Lora, sans-serif;
    text-transform: uppercase;
    display: flex;
    position: relative;
    align-items: center;
    margin-right: 40px;
    padding-top: 0;
    font-size: .6875rem;
    transition: all .3s ease
}

.breakingbar__label:after,
.breakingbar__label:before {
    position: absolute;
    content: ""
}

.breakingbar__label:before {
    display: none
}

.breakingbar__label:after {
    position: absolute;
    top: 50%;
    left: calc(100% + 5px);
    width: 0;
    height: 0;
    margin-top: -5px;
    border: 5px solid transparent;
    border-left-color: rgba(12, 12, 15, .25);
    pointer-events: none
}

@media screen and (max-width:39.99em) {
    .breakingbar__label {
        align-self: flex-start;
        margin-top: 10px
    }
}

@media screen and (min-width:30em) {
    .breakingbar__label {
        padding-right: 5px;
        font-size: .875rem
    }
}

@media screen and (min-width:40em) {
    .breakingbar__label {
        background: rgba(12, 12, 15, .25);
        line-height: 45px
    }
    .breakingbar__label:before {
        display: block;
        top: 0;
        left: -100vw;
        width: 100vw;
        height: 100%;
        background: rgba(12, 12, 15, .25)
    }
    .breakingbar__label:after {
        left: 100%;
        margin-top: -23px;
        border-width: 23px
    }
}

@media screen and (min-width:60em) {
    .breakingbar__label {
        padding-right: 20px
    }
}

@media screen and (min-width:40em) {
    .breakingbar__link:hover .breakingbar__label {
        transform: translateX(10px)
    }
}

.breakingbar__content {
    display: flex;
    align-items: center;
    padding: 5px 0;
    font-weight: 700;
    font-size: .8125rem;
    line-height: 1.5
}

@media screen and (min-width:30em) {
    .breakingbar__content {
        font-size: .875rem
    }
}

@media screen and (min-width:40em) {
    .breakingbar__content {
        flex: 1;
        font-size: 1rem
    }
}

.breakingbar__close {
    display: flex;
    align-items: center;
    align-self: center;
    justify-content: center;
    justify-self: center;
    width: 34px;
    height: 34px;
    margin-left: 10px;
    padding: 0;
    background: #fff;
    color: #0c0c0f
}

.breakingbar__close:hover {
    background: #fff;
    opacity: .8
}

.breakingbar__close:hover svg {
    fill: #dc0e0e
}

.breakingbar__close svg {
    fill: #0c0c0f
}

@media screen and (max-width:39.99em) {
    .breakingbar__close {
        position: absolute;
        top: 5px;
        right: 5px;
        width: 28px;
        height: 28px
    }
}

.error-404 .content__heading {
    position: relative;
    margin-top: 40px
}

.error-404 .content__heading:after {
    z-index: -1;
    position: absolute;
    top: -80px;
    right: 0;
    content: "404";
    color: #f7f5f8;
    font-weight: 700;
    font-size: 7.5rem;
    line-height: 7.5rem;
    font-family: Montserrat, Lora, sans-serif
}

@media screen and (min-width:30em) {
    .error-404 .content__heading {
        margin-top: 80px
    }
    .error-404 .content__heading:after {
        top: -120px;
        font-size: 15.625rem;
        line-height: 15.625rem
    }
}

#fingerprint {
    display: none !important
}

.odds-awareness {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px 12px
}

.odds-awareness--light {
    border: 1px solid #eeeeef;
    background: #fff;
    color: #26262a
}

@media screen and (prefers-color-scheme:dark) {
    .odds-awareness--light {
        border: none;
        background: #1e1e21;
        color: #fff
    }
}

.odds-awareness--dark {
    border: none;
    background: #1e1e21;
    color: #fff
}

.odds-awareness__content {
    padding-right: 12px;
    font-style: italic;
    font-weight: 900;
    font-size: .625rem;
    font-family: Montserrat, Lora, sans-serif;
    text-align: center;
    text-transform: uppercase
}

.odds-awareness__image {
    align-self: center;
    width: 45px
}

.odds-awareness--dark .odds-awareness__image--dark,
.odds-awareness--light .odds-awareness__image--light {
    display: none
}

@media screen and (prefers-color-scheme:dark) {
    .odds-awareness--light .odds-awareness__image--dark {
        display: none
    }
    .odds-awareness--light .odds-awareness__image--light {
        display: flex
    }
}

.content-grid__main .panel--with-padding .odds-awareness {
    margin: 0 -15px -20px;
    border: none
}

.content-with-sidebar__sidebar .odds-awareness__content {
    padding: 0 0 8px
}

.odds-banner {
    --sidebar-spacing: 16px;
    background: #000;
    color: #fff
}

@media screen and (min-width:40em) {
    .odds-banner {
        --sidebar-spacing: 24px
    }
}

.odds-banner__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px var(--sidebar-spacing)
}

.odds-banner__header__title {
    margin: 0;
    padding: 0;
    font-size: 1.25rem
}

@media screen and (min-width:60em) {
    .odds-banner__header__title {
        font-size: 1.5rem
    }
}

@media screen and (max-width:39.99em) {
    .odds-banner__header__image {
        width: 32px;
        height: 32px
    }
}

.odds-banner__content {
    grid-gap: 16px;
    display: grid;
    padding: 0 var(--sidebar-spacing) 16px var(--sidebar-spacing)
}

@media screen and (max-width:39.99em) {
    .odds-banner__content {
        grid-template-rows: 1fr 1fr
    }
}

@media screen and (min-width:40em) {
    .odds-banner__content {
        grid-template-columns: 1fr 1fr
    }
}

.odds-banner__content__odd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 16px;
    background: #1e1e21
}

.odds-banner__content__odd>span {
    flex: 1
}

.odds-banner__content__odd>.odds-clickout-btn {
    width: auto
}

@media screen and (prefers-color-scheme:dark) {
    .odds-banner .odds-awareness--dark {
        background: #000
    }
}

.card--default-wrapper .odds-banner {
    margin-bottom: 15px
}

.odds-card__content {
    padding: 10px 16px;
    background: #0c0c0f;
    background-image: url(/images/backgrounds/unibet-odds/card-bg.png);
    background-position: 100% 100%;
    background-size: cover
}

.odds-card__content__odd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0;
    color: #fff
}

.odds-card__content__odd>span {
    flex: 1;
    padding-right: 8px;
    font-size: .8125rem
}

.odds-card__content__odd>.odds-clickout-btn {
    width: auto
}

.odds-clickout-btn {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    width: auto;
    min-width: 64px;
    height: 24px;
    padding: 6px 12px;
    border-radius: 12px;
    background: #dc0e0e;
    color: #fff;
    text-decoration: none;
    transition: background-color .2s ease
}

.odds-clickout-btn:focus,
.odds-clickout-btn:hover {
    background: #ba0d0d
}

.odds-clickout-btn[href="#"] {
    display: none
}

.odds-clickout-btn>span {
    color: #fff;
    font-weight: 900;
    font-size: .625rem;
    font-family: Montserrat, Lora, sans-serif
}

.odds-clickout-btn>svg {
    fill: #fff;
    min-width: 10px
}

.odds-clickout-btn>:not(:last-child) {
    margin-right: 4px
}

.content-grid__main .panel--with-padding .odds-more-button {
    max-width: 300px;
    margin-right: 0;
    margin-left: auto
}

.btn--watch-viaplay {
    margin-bottom: 24px;
    border-radius: 4px
}

.btn--watch-viaplay img {
    margin-left: 8px
}

@media screen and (max-width:29.99em) {
    .hide-sm-down {
        display: none !important
    }
    .show-sm-down {
        display: block !important
    }
}

@media screen and (max-width:39.99em) {
    .hide-md-down {
        display: none !important
    }
    .show-md-down {
        display: block !important
    }
}

@media screen and (max-width:59.99em) {
    .hide-lg-down {
        display: none !important
    }
    .show-lg-down {
        display: block !important
    }
}

@media screen and (min-width:30em) {
    .hide-sm-up {
        display: none !important
    }
    .show-sm-up {
        display: block !important
    }
}

@media screen and (min-width:30em) {
    .hide-md-up {
        display: none !important
    }
    .show-md-up {
        display: block !important
    }
}

@media screen and (min-width:60em) {
    .hide-lg-up {
        display: none !important
    }
    .show-lg-up {
        display: block !important
    }
}

@media screen and (min-width:72.5em) {
    .hide-xl-up {
        display: none !important
    }
    .show-xl-up {
        display: block !important
    }
}

.hide {
    display: none
}

.show {
    display: block
}

.nowrap {
    white-space: nowrap
}

.clearfix:after {
    display: table;
    clear: both;
    content: ""
}

.clear {
    clear: both
}

.text-center {
    text-align: center
}    text-align: center
}