@font-face {
    font-family: 'Nexa';
    src: url('fonts/Nexa-Regular.woff2') format('woff2'),
         url('fonts/Nexa-Regular.woff') format('woff'),
         url('fonts/Nexa-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Nexa';
    src: url('fonts/Nexa-Bold.woff2') format('woff2'),
         url('fonts/Nexa-Bold.woff') format('woff'),
         url('fonts/Nexa-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Nexa';
    src: url('fonts/Nexa-Light.woff2') format('woff2'),
         url('fonts/Nexa-Light.woff') format('woff'),
         url('fonts/Nexa-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Nexa';
    src: url('fonts/Nexa-Black.woff2') format('woff2'),
         url('fonts/Nexa-Black.woff') format('woff'),
         url('fonts/Nexa-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Nexa';
    src: url('fonts/Nexa-BoldItalic.woff2') format('woff2'),
         url('fonts/Nexa-BoldItalic.woff') format('woff'),
         url('fonts/Nexa-BoldItalic.otf') format('opentype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Nexa';
    src: url('fonts/Nexa-LightItalic.woff2') format('woff2'),
         url('fonts/Nexa-LightItalic.woff') format('woff'),
         url('fonts/Nexa-LightItalic.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Nexa';
    src: url('fonts/Nexa-BlackItalic.woff2') format('woff2'),
         url('fonts/Nexa-BlackItalic.woff') format('woff'),
         url('fonts/Nexa-BlackItalic.otf') format('opentype');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Nexa';
    src: url('fonts/Nexa-Book.woff2') format('woff2'),
         url('fonts/Nexa-Book.woff') format('woff'),
         url('fonts/Nexa-Book.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Nexa';
    src: url('fonts/Nexa-BookItalic.woff2') format('woff2'),
         url('fonts/Nexa-BookItalic.woff') format('woff'),
         url('fonts/Nexa-BookItalic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Nexa';
    src: url('fonts/Nexa-LightItalic.woff2') format('woff2'),
         url('fonts/Nexa-LightItalic.woff') format('woff'),
         url('fonts/Nexa-LightItalic.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Nexa';
    src: url('fonts/Nexa-Thin.woff2') format('woff2'),
         url('fonts/Nexa-Thin.woff') format('woff'),
         url('fonts/Nexa-Thin.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Nexa';
    src: url('fonts/Nexa-ThinItalic.woff2') format('woff2'),
         url('fonts/Nexa-ThinItalic.woff') format('woff'),
         url('fonts/Nexa-ThinItalic.otf') format('opentype');
    font-weight: 100;
    font-style: italic;
}

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

.color-black {
    background-color: black;
    padding-bottom: 40px;
}

.video-container {
    position: relative;
    background-color: black;
    width: 70%;
    padding-top: 39.375%;
    margin: 0 auto;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    border: none;
    color: white;
}

body {
    font-family: 'Nexa', sans-serif;
}

button {
    cursor: pointer;
}

header {
    background-color: black;
    display: flex;
    height: 153px;
}

header div {
    margin-left: 50px;
    display: flex;
    flex: 1;
    align-items: center;
}

header div img:first-child {
    margin-top: 20px;
    width: 150px;
    height: 80px;
}

header div img:last-child {
    width: 150px;
    height: 50px;
}

header ul {
    display: flex;
    flex: 1;
    font-size: 15px;
    align-items: center;
    text-transform: uppercase;
    justify-content: center;
    gap: 30px;
    z-index: 2;
    margin-right: 20px;
}

header ul:first-child {
    color: red;
}

header ul img {
    background-color: white;
    width: 20px;
}

.container {
    max-width: 1244px;
    width: 90%;
    margin: 0 auto;
}

.container-f {
    width: 968px;
    margin: 0 auto;
}

.mt-50 {
    margin-top: 50px;
}

.section-1-1-1 {
    width: 80%;
    margin: 0 auto;
}

.section-1 {
    display: flex;
    background-color: black;
    padding-bottom: 30px;
}

.section-1 h1 {
    font-size: 70px;
}

.section-1 p {
    font-size: 28px;
}

.section-1 button {
    width: 323px;
    height: 65px;
    text-transform: uppercase;
    background-color: white;
    color: black;
    font-size: 20px;
    border: none;
    border-radius: 20px;
}

.section-1-1 {
    color: white;
    background-color: black;
}

.section-1-1, .section-1-2 {
    flex: 1;
}

.section-1-2 {
    width: 50%;
}

.section-1-2 img {
    width: 100%;
}

.section-2 img {
    width: 100%;
}

.mt-20 {
    margin-top: 20px;
}

.mt-100 {
    margin-top: 100px;
}

.section-3 h1 {
    font-size: 70px;
}

.section-3 p {
    font-size: 32px;
}

.section-3-div {
    display: flex;
    justify-content: space-between;
}

.section-3-1 {
    width: 50%;
}

.section-3-1 img {
    width: 100%;
}

.section-3-2 img {
    width: 100%;
}

.section-4 h1 {
    font-size: 70px;
}

.section-4 {
    display: flex;
}

.section-4-1, .section-4-2 {
    flex: 1;
}

.section-4-1 h1 {
    margin-left: 100px;
}

.section-4-2 p {
    font-size: 24px;
}

.section-4-1-1 {
    padding: 70px;
}

.section-4-2 {
    background-color: black;
    color: white;
}

.section-4-2 h1 {
    font-size: 63px;
}

.section-4-2 h2 {
    font-size: 44px;
}

.section-4 button {
    margin-top: 50px;
    width: 323px;
    height: 65px;
    background-color: white;
    color: black;
    border: none;
    border-radius: 20px;
    font-size: 22px;
    cursor: pointer;
}

.section-5-1 {
    display: flex;
    justify-content: space-around;
}

.section-5 h1 {
    font-size: 70px;
}

.section-5-1 h1 {
    font-size: 64px;
}

.section-5 p {
    font-size: 19px;
}

.card {
    width: 300px;
    height: 270px;
    background-color: black;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    text-align: center;
    box-sizing: border-box;
    border-radius: 30px;
}

.card p {
    padding: 20px;
}

.p-24 {
    text-align: center;
    font-size: 24px !important;
}

.section-6 div {
    display: flex;
    justify-content: center;
}

.align-end {
    text-align: center;
}

.div-button {
    display: flex;
    justify-content: center;
}

.div-button button {
    margin-top: 20px;
    background-color: black;
    color: white;
    width: 323px;
    height: 65px;
    border: none;
    border-radius: 20px;
    font-size: 22px;
}

.section-10 h1 {
    font-size: 63px;
}

.section-10 h2 {
    font-size: 37px;
}

.section-10 p {
    font-size: 24px;
}

.section-10 button {
    width: 323px;
    height: 65px;
    font-size: 22px;
    background-color: black;
    color: white;
    border: none;
    border-radius: 20px;
}

.div-10 {
    box-sizing: border-box;
    display: flex;
}

.div-10-1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 30px;
    padding: 30px;
}

.div-10 div {
    flex: 1;
}

.section-11 {
    height: 318px;
    background-color: black;
    color: white;
    align-items: center;
    display: flex;
    justify-content: center;
}

.div-11 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
}

.div-11 h1 {
    font-size: 63px;
}

.div-11 h2 {
    font-size: 37px;
}

.div-11 button {
    width: 323px;
    height: 65px;
    background-color: white;
    color: black;
    border: none;
    border-radius: 20px;
    font-size: 22px;
    align-self: flex-end;
    margin-top: auto;
}

.section-12 {
    height: 93px;
}

footer {
    background-color: black;
    color: white;
}

.footer {
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
}

.section-1 h1 {
    font-family: 'Nexa', sans-serif;
    font-weight: 400;
    font-style: light;
}

.section-4-1-1 h2 {
    font-weight: lighter;
}

.section-1 p, .section-1 button, .section-4-2 p, .section-4 button, .section-10 h2, .section-10 p, .div button, .section-10 button, .div-11 h2 {
    font-weight: 300;
}

.section-3 h1, .section-4-1 h1, .section-5 h1 {
    font-weight: bold;
    font-style: italic;
}

.caps {
    display: none;
}  

.cap {
    width: 85%;
    height: 50px;
    border-radius: 30px;
    background-color: black;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.caps-2 {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.caps-1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 30px;
}

.caps-1-1 {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.caps-1-1 h1 {
    font-size: 36px;
}

.caps-1-1 h2 {
    font-size: 31px;
    font-weight: 300;
}

.caps-1 p {
    font-size: 24px;
    width: 50%;
    margin: 0 auto;
}

.section-3 div {
    margin: 0 auto;
}


@media (max-width: 1080px) {
	
	.video-container {
        width: 90%;
        padding-top: 56.25%;
    }

    .section-4-1-1 button {
        width: 90%;
    }

    .section-3-div {
        justify-content: center;
    }

    .container {
        width: unset;
    }

    header div img:first-child {
        width: 102px;
        height: 67px;
    }

    header div img:last-child {
        width: 114px;
        height: 36px;
    }

    header ul {
        display: none;
    }

    header div {
        margin-left: unset;
        justify-content: center;
    }

    .caps {
        display: block;
    }

    .section-1 {
        flex-wrap: wrap;
        justify-content: center;
    }

    .section-1 h1, .section-3 h1, .section-4-1 h1, .section-4-2 h1, .section-5 h1, .div-11 h1, .section-10 h1, .caps-1-1 h1 {
        font-size: 40px;
        text-align: center;
    }

    .section-4-1, .section-4-2 {
        flex: unset;
    }

    .section-1 a {
        display: flex;
        justify-content: center;
        margin-bottom: 50px;
    }

    .p-24 {
        font-size: 22px !important;
    }

    .section-4-2 h2, .div-11 h2, .section-10 h2, .caps-1-1 h2 {
        font-size: 32px;
    }

    .section-1 p, .section-3 p, .section-4-2 p, .section-10 p, .section-1 button, .caps-1 p {
        font-size: 20px;
        text-align: center;
    }

    .section-1-2 {
        display: none;
    }

    .section-1-2 img {
        display: none;
        width: unset;
        margin: 0 auto;
    }

    .section-1-1, .section-1-2 {
        flex: unset;
    }

    .section-1 button {
        width: 100%;
    }

    .section-3, .section-3-2 {
        display: flex;
        flex-direction: column;
    }

    .section-3-div {
        flex-wrap: wrap;
        padding: 30px;
    }

    .section-3-div img {
        margin: 0 auto;
    }

    .section-3 p {
        padding: 20px 0;
    }

    .section-3-1 img, .section-3-2 img {
        height: unset;
        margin: 0 auto;
    }

    .section-3-1 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: unset;
    }

    .section-4 {
        justify-content: center;
        flex-wrap: wrap;
    }

    .section-4-1 h1 {
        margin-left: unset;
    }

    .md {
        margin-top: 100px;
    }
    
    .section-4-1 img {
        width: 100%;
    }

    .section-4-1-1 {
        padding: unset;
        width: 80%;
    }

    .section-4-2 {
        display: flex;
        justify-content: center;
        text-align: center;
    }

    .section-4 button {
        margin-bottom: 50px;
    }

    .section-5-1 {
        flex-wrap: wrap;
        gap: 30px;
    }

    .section-6 div, .section-6 div {
        display: none;
    }

    .div-10 {
        flex-wrap: wrap;
        justify-content: center;
    }

    .div-11 {
        flex-wrap: wrap;

    }

    footer p {
        font-size: 10px;
    }

    .container-f {
        width: 95%;
    }

    img, iframe, object, embed {
        max-width: 100%;
        height: auto;
    }

    body, html {
        overflow-x: hidden;
    }

    .div-10 div {
        display: flex;
        justify-content: center;
        margin-bottom: 50px;
        flex: unset;
        align-items: center;
    }

    .div-10-2 img {
        width: 90%;
    }

    .footer {
        padding: 10px 0;
    }
}