@import"https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@400;700&family=Heebo:wght@500&family=Archivo:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Roboto+Condensed:wght@400;700&family=Tauri&family=Teko:wght@300;400&family=Oswald:wght@300;400;500&family=Saira+Semi+Condensed:wght@400;500;600&family=Arimo:ital,wght@0,400;0,700;1,400&display=swap";

* {
    color: #fff;
    margin: 0;
    padding: 0;
}

ul {
    display: flex;
    gap: 1rem;
    list-style: none;
}

ul li i {
    font-size: 2rem !important;
}


.video-container {
    align-items: center;
    display: flex;
    height: 100vh;
    justify-content: center;
    overflow: hidden;
    position: relative;
    width: 100vw;
}

.video-container::after {
    content: '';
    background: rgb(0, 0, 0);
    background: radial-gradient(circle, rgba(0, 0, 0, 0.2455357142857143) 0%, rgba(0, 0, 0, 0.5466561624649859) 88%);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.video-container video {
    height: auto;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    z-index: -1;
}



.brand {
    margin: 2rem 0;
    width: 20rem;
}

.mnt {
    margin: 0 5rem;
    z-index: 1;
}


.mnt__message {
    border: 0.1rem solid #ffff;
    border-radius: 1rem;
    display: flex;
    margin: 2rem 0;
    padding: 0.5rem 2.5rem;
}

.mnt__icon {
    align-items: center;
    border-right: 0.1rem solid #fff;
    display: flex;
    flex: 1;
    justify-content: center;
    margin: 0 2rem 0 0;
    padding: 0 2rem 0 0;
    width: 2rem;
}

.mnt__icon i {
    font-size: 4rem;
}

h1 {
    font: bold 5rem 'Heebo', sans-serif;
    line-height: 0.85;
}

h1 span {
    font-size: 4rem;
    font-weight: normal !important;
}



p {
    font: normal 2rem 'Arimo';
    margin: 2rem 0;
}