@font-face {
    font-family: 'bebas_neueregular';
    src: url('../../font/bebas/bebasneue_regular-webfont.eot');
    src: url('../../font/bebas/bebasneue_regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../../font/bebas/bebasneue_regular-webfont.woff2') format('woff2'),
    url('../../font/bebas/bebasneue_regular-webfont.woff') format('woff'),
    url('../../font/bebas/bebasneue_regular-webfont.ttf') format('truetype'),
    url('../../font/bebas/bebasneue_regular-webfont.svg#bebas_neue_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansregular';
    font-display: swap;
    src: url('../../font/OpenSans-Regular-webfont.eot');
    src: url('../../font/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../font/OpenSans-Regular-webfont.woff') format('woff'),
         url('../../font/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../../font/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

:root {
    --border-radius: 4px;
    --color-title: #5086a8;
    --text-color: #FFF;
    --main-color: #a80293;
    --bg-color: #0c091a;
    --bg-highlight-color: #1A172A;
}

html {
    box-sizing: border-box;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    text-size-adjust: 100%;
}

*,
*:before,
*:after {
    box-sizing: inherit;
    padding: 0;
    margin: 0;
}

body {
    font-size: 100%;
    line-height: 1.48;
    font-family: "open_sansregular", Arial, sans-serif;
    background: var(--bg-color);
    color: var(--text-color);
}

img {
    max-width: 100%;
}

h1,
h2,
h3 {
    font-family: "bebas_neueregular", sans-serif;
    font-weight: bolder;
    line-height: 1.12;
    letter-spacing: -0.30px;
    text-transform: uppercase;
    color: var(--color-title);
    margin-bottom: 1em;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.5em;
    margin-top: 1.5em;
}

h3 {
    font-size: 1.5em;
}

h4 {
    font-size: 1em;
    line-height: 1.12;
    margin-bottom: 0.5em;
}

p {
    margin-bottom: 1em;
    letter-spacing: -0.67px;
}

a {
    color: var(--color-title);
    text-decoration-line: underline;
}

ul {
    margin: 0 2em;
}

header {
    padding: 12px;
    background: var(--main-color);
    display: flex;
    justify-content: space-between;
}

footer {
    color: #636363;
    line-height: 16px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 30px 0;
}

footer p {
    margin: unset;
    text-align: center;
}

footer ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none;
}

footer ul li {
    display: inline-block;
    margin-right: 5px;
    padding-right: 5px;
    border-right: 1px solid #636363;
    line-height: 12px;
}

footer ul li:last-of-type {
    border-right: none;
}

footer ul li a {
    color: #636363;
    text-decoration: none;
}

button {
    background: none;
    border: none;
    cursor: pointer;
}

section {
    max-width: 1060px;
    margin: auto;
}

.header__logo {
    display: block;
    width: 120px;
}

.header__link {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
}

.header__logo img {
    display: block;
}

.container {
    display: flex;
    flex-wrap: wrap;
    font-size: .9em;
}

.content {
    margin: 16px;
    width: 100%;
}

/** HIGHLIGHT CONTENT **/

.highlight-content {
    padding: 16px;
    background-color: var(--bg-highlight-color);
    border-radius: var(--border-radius);
    margin-bottom: 32px;
    max-width: 1024px;
}

.highlight-content__banner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.highlight-content__banner--video,
.highlight-content__banner--cta {
    width: 100%;
    height: 150px;
    margin: 16px auto;
}

.highlight-content__banner--video video {
    width: 100%;
    height: 100%;
    border-radius: var(--border-radius);
}

.highlight-content__banner--cta {
    border-radius: var(--border-radius);
    border: 2px solid var(--main-color);
}

.cta__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-transform: uppercase;
    text-align: center;
    justify-content: center;
    width: 75%;
    height: 100%;
    margin: auto;
}

.cta__text--title {
    color: var(--main-color);
    font-size: 1.5em;
    margin: 0;
    line-height: 1em;
    letter-spacing: 0;
}

.cta__text--subtitle {
    font-weight: bold;
    font-size: .8em;
    margin: 0;
    font-family: 'bebas_neueregular';
    letter-spacing: 1.5px;
}

.cta__text--action {
    background-color: var(--main-color);
    border-radius: var(--border-radius);
    font-weight: bolder;
    width: 100%;
    margin-top: 4px;
    font-family: 'bebas_neueregular';
    font-size: 1.3em;
}

.cta__text--action a {
    text-decoration: none;
    color: var(--text-color);
    text-align: center;
    margin: .2em auto;
    display: block;
    font-weight: bolder;
    font-size: 1.3em;
    line-height: 1;
    font-family: 'bebas_neueregular';
}

/** PRESENTATION **/

.presentation__title {
    text-transform: uppercase;
    font-weight: bolder;
    font-family: 'bebas_neueregular';
    margin: 1em 0;
    font-size: 1.2em
}

/** RELATED **/

.related {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    width: 100%;
    padding: 16px;
    background-color: var(--bg-highlight-color);
}

.related figure {
    margin: 8px 0;
}

.related figure img {
    border-radius: var(--border-radius);
}

/** RESPONSIVE **/

@media (min-width: 640px) {
    section {
        min-width: none;
    }

    .highlight-content__banner {
        flex-wrap: wrap;
    }

    .highlight-content__banner--cta,
    .highlight-content__banner--video {
        width: 60%;
    }
}

@media (min-width: 768px) {
    .container {
        flex-wrap: nowrap;
    }

    .related {
        width: 30%;
        min-width: 200px;
        max-width: 500px;
    }
}

@media (min-width: 1024px) {
    section {
        min-width: 640px;
    }

    .container {
        flex-wrap: nowrap;
    }

    .highlight-content__banner {
        flex-wrap: nowrap;
    }

    .highlight-content__banner--cta,
    .highlight-content__banner--video {
        width: 45%;
        height: auto;
        max-height: 240px;
        margin: none;
    }
}

.highlight-content__models {
    display: grid;
    grid-template-columns: repeat(3, 33.333333%);
    gap: 2px;
    padding: 16px;
    & .model {
        position: relative;
        aspect-ratio: 16 / 9;
    }
    & a {
        display: block;
        width: 100%;
        height: 100%;
    }
    & figcaption {
        position: absolute;
        bottom: 8px;
        left: 8px;
        padding: 4px 8px;
        border-radius: 8px;
        line-height: 14px;

        background: rgba(0, 0, 0, 0.01);
        backdrop-filter: blur(7.5px);
        -webkit-backdrop-filter: blur(7.5px);
        font-size: 14px;
        font-weight: 600;
        & a {
            color: #FFD123;
            text-decoration: none;
        }
    }
}

@media (max-width: 751px) {
    .highlight-content__models {
        grid-template-columns: repeat(2, 50%);
        & figure:nth-of-type(9) {
            display: none;
        }
    }
}
