* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

/**
Fonts
 */
:root {
    --bbm-blue: #0040A7;
    --bbm-white: #ffffff;
    --bbm-grey: #C2C3CB;

    font-family: "Inter", sans-serif;
    font-weight: 400;
    line-height: 1.42;
    color: var(--bbm-blue);
}
@supports (font-variation-settings: normal) {
    :root {
        font-family: "InterVariable", sans-serif;
        font-optical-sizing: none;
    }
}

html, body {
    background: var(--bbm-grey);
    position: relative;
    overflow-x: hidden;
}


h1 {
    color: var(--bbm-white);
    font-weight: 700;
    font-size: clamp(2.5rem, 1.5789rem + 3.6842vw, 6rem);
    line-height: 1.1;
    text-wrap: balance;
}

h2 {
    font-size: clamp(1.875rem, 1.3158rem + 2.2368vw, 4rem);
    font-weight: 700;
    line-height: 1.15;
    text-align: left;
    margin-bottom: 2rem;
    text-wrap: balance;
}

h3 {
    font-size: clamp(1.5rem, 1.3684rem + 0.5263vw, 2rem);
    font-weight: 600;
    line-height: 1.31;
    text-wrap: balance;
}

a,
a:visited {
    color: var(--bbm-white);
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

header,
main,
footer {
    font-size: clamp(1.125rem, 1.0263rem + 0.3947vw, 1.5rem);
}

.section {
    margin-bottom: clamp(6.25rem, 2.9605rem + 13.1579vw, 18.75rem);
}

.paragraph--strong {
    font-size: clamp(1.5rem, 1.3684rem + 0.5263vw, 2rem);
    font-weight: 600;
    line-height: 1.31;
    text-align: left;
    margin: clamp(3.125rem, 1.4803rem + 6.5789vw, 9.375rem) 0;
}

.section--header {
    background-image: url("img/header-desktop.jpg");
    background-position: center center;
    background-size: cover;
    height: 100dvh;
    width: 100%;
    position: relative;
    z-index: 1;
    margin-bottom: 0;
}

@media (max-aspect-ratio: 10/16) {
    .section--header {
        background-image: url("img/header-mobile.jpg");
    }
}

.header__logo {
    position: absolute;
    width: 141px;
    top: 1.5rem;
    left: 1.5rem;
}

.header__marble {
    position: absolute;
    left: 50%;
    top: 45dvh;
    transform: translate(-50%, -50%);
    width: 80vw;
    max-height: calc(100dvh - 200px);
}

.header__claim {
    max-width: 1480px;
    margin: 0 auto;
    position: absolute;
    left: 1.5rem;
    bottom: 100px;
}

.section--text {
    max-width: 1000px;
    position: relative;
    padding: 0 1.15rem;
    margin: 0 auto;
}

.background--section--text {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("img/bg-red-green.svg");
    padding-top: 200px;
    padding-bottom: clamp(6.25rem, 2.9605rem + 13.1579vw, 18.75rem);
}

.section--text > * {
    z-index: 1;
    position: relative;
}

.logo__horizontal {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 595px;
    margin-top: 100px;
}

.section--logos {
    padding-top: 100px;
    background-image: url("img/bg-logos-desktop.jpg");
    background-position: center;
    background-size: cover;
    color: var(--bbm-white);
    margin-bottom: 0;
}

@media (max-aspect-ratio: 10/16) {
    .section--logos {
        background-image: url("img/bg-logos-mobile.jpg");
    }
}

.section--logos__title {
    text-align: center;
    margin-bottom: 4rem;
}

.section--logos__container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section--logos__logocontainer {
    margin-bottom: 100px;
}

.section--logos__logo {
    width: clamp(11.9375rem, 9.3224rem + 10.4605vw, 21.875rem);
    height: clamp(4.375rem, 3.5526rem + 3.2895vw, 7.5rem);
    object-fit: contain;
    object-position: center center;
}

.socialicons {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
}

.socialicons a {
    display: block;
    margin: 0 1rem;
}

.socialicons img {
    max-width: clamp(2rem, 1.8684rem + 0.5263vw, 2.5rem);
}

.background--section--video-ibc {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("img/bg-purple-blue.svg");
    padding-top: clamp(6.25rem, 2.9605rem + 13.1579vw, 18.75rem);
    padding-bottom: clamp(6.25rem, 2.9605rem + 13.1579vw, 18.75rem);
}

.section--video {
    margin-left: 1.5rem;
    position: relative;
}

.section--video video {
    max-width: 100%;
}

.video--controls {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.button--play {
    background: none;
    border: none;
    width: 1rem;
}

.button--play svg {
    width: 100%;
}

.button--play:disabled {
    display: none;
}

.section--ibc {
    margin-bottom: 0;
    z-index: 1;
    position: relative;
}

.section--ibc__title {
    text-align: left;
    text-wrap: balance;
}

.content-left {
    padding-right: 1.5rem;
    margin-bottom: 3.125rem;
}

.content-right {
    padding: 0 1.5rem;
}

.button {
    background-color: var(--bbm-blue);
    border: 2px solid var(--bbm-blue);
    border-radius: 1rem;
    padding: calc(1.125rem - 2px);
    color: var(--bbm-white);
    text-decoration: none;
    display: inline-block;
    margin-top: 3rem;
    font-size: 1.25rem;
    font-weight: 800;
    width: 100%;
    text-align: center;
    transition-property: color,opacity,transform,background-color !important;
}

.button:hover {
    background-color: rgba(0, 64, 167, 0);
    color: var(--bbm-blue);
}

.section--contact {
    background-image: url("img/bg-contact-desktop.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: var(--bbm-white);
    padding: 100px 1.5rem;
    position: relative;
}

@media (max-aspect-ratio: 10/16) {
    .section--contact {
        background-image: url("img/bg-contact-mobile.jpg");
    }
}

.section--contact:before {
    content: " ";
    background-image: url("img/bg-green.svg");
    background-size: contain;
    position: absolute;
    width: 500px;
    height: 500px;
    top: -250px;
    right: -200px;
    z-index: -1;
    pointer-events: none;
}

.section--contact__container {
    margin-left: auto;
    z-index: 1;
    position: relative;
}

.section--contact__title {
    text-align: left;
}

.section--contact__column-container {
    margin-top: 100px;
}

.section--contact__column:first-child {
    margin-bottom: 50px;
}

.section--contact__column > * {
    margin-bottom: 2rem;
}

.section--contact__column-container > div {
    display: flex;
    flex-direction: column;
}

.section--contact__column-container a {
    margin-top: auto;
}

.section--footer {
    border-top: 1px solid var(--bbm-white);
    padding: 3.125rem 0;
    position: relative;
    z-index: 1;
    margin-bottom: 0;
}

.section--footer ul {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
}

.section--footer ul li {
    list-style: none;
    margin: 0.75rem 0;
}

.section--footer a {
    text-decoration: none;
}

.section--footer a:hover {
    text-decoration: underline;
}

.background {
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
}

.background:after {
    content: " ";
    display: block;
    position: absolute;
    bottom: -2200px;
    left: 50%;
    pointer-events: none;
    width: 6954px;
    height: 1823px;
    background: radial-gradient(50% 50% at 50% 50%, #0040A7 0%, rgba(0, 64, 167, 0.96) 13.46%, rgba(0, 64, 167, 0.86) 38.94%, rgba(0, 64, 167, 0.70) 56.73%, rgba(0, 64, 167, 0.00) 100%);
    z-index: 0;
    transform: translate(-50%, -50%);
}

@media screen and (min-width: 800px) {
    h2 {
        text-align: center;
    }

    .paragraph--strong {
        text-align: center;
    }

    .section--footer {
        margin-bottom: 0;
    }

    .header__logo {
        display: none;
    }

    .header__marble {
        position: absolute;
        left: auto;
        right: 100px;
        top: 100px;
        height: calc(100dvh - 200px);
        width: auto;
        max-width: 50vw;
        transform: none;
    }

    .header__claim {
        bottom: clamp(6.25rem, 4.6053rem + 6.5789vw, 12.5rem);;
        left: 100px;
    }

    .section--logos {
        padding: 110px;
    }

    .section--logos__title {
        margin-bottom: 4.625rem;
    }

    .section--logos__container {
        flex-direction: row;
        justify-content: center;
    }

    .section--logos__logocontainer {
        margin-bottom: 0;
    }

    .section--logos__logocontainer:first-child {
        margin-right: 75px;
    }

    .section--logos__logocontainer:last-child {
        margin-left: 75px;
    }

    .section--logos__logo {
        max-height: none;
    }

    .socialicons {
        margin-top: 3.75rem;
    }

    .button--play {
        width: 3rem;
    }

    .section--ibc {
        display: flex;
        align-items: center;
    }

    .content-left,
    .content-right {
        width: calc(100vw / 2 - 1rem);
        margin-bottom: 0;
    }

    .section--contact {
        background-image: url("img/bg-contact-mobile.jpg");
        padding: 150px 1.5rem;
    }

    .section--contact:before {
        width: 800px;
        height: 800px;
        top: -250px;
        right: -200px;
    }

    .section--contact__container {
        max-width: 800px;
    }

    .section--contact__column-container {
        display: flex;
    }

    .section--contact__column-container h3 {
        margin-bottom: 1rem;
    }

    .section--contact__column:first-child {
        margin-bottom: 0;
        margin-right: 5rem;
    }

    .section--footer ul {
        flex-direction: row;
    }

    .section--footer ul li {
        margin: 0 1.5rem;
    }
}

@media screen and (min-width: 1000px) {
    .section--video {
        margin-left: 200px;
    }

    .content-left {
        margin-right: 2rem;
    }

    .content-right {
        margin-left: 3rem;
        max-width: 760px;
    }

    .button {
        padding: calc(1.875rem - 2px) calc(6rem - 2px);
        width: auto;
    }

    .section--contact {
        background-image: url("img/bg-contact-desktop.jpg");
        margin-right: 200px;
    }

    .section--contact__container {
        max-width: 1000px;
    }
}

@media screen and (min-width: 1500px) {
    .section--contact__container {
        margin-left: auto;
        margin-right: auto;
        max-width: 1000px;
    }
}
