.hero {
    background-color: #f7f4ef;
    margin-top: -100px;
    height: 735px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
@media screen and (min-width: 768px) {
    .hero {
        margin-top: -187px;
        height: 1235px;
    }
}
.hero .container {
    z-index: 4;
}
.hero h1 {
    font-size: 32px;
    text-align: center;
    color: white;
    margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
    .hero h1 {
        font-size: 64px;
    }
}
.hero h1 strong {
    font-weight: 700;
}
.hero h1 span {
    font-weight: 400;
    font-size: 16px;
}
@media screen and (min-width: 768px) {
    .hero h1 span {
        font-size: 32px;
    }
}
.hero p {
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    line-height: 150%;
    text-align: center;
    color: white;
}
@media screen and (min-width: 768px) {
    .hero p {
        font-size: 16px;
    }
}
.hero.-secondary {
    height: 100%;
    position: relative;
    min-height: 800px;
    justify-content: unset;
}
@media screen and (min-width: 768px) {
    .hero.-secondary {
        height: 100%;
        min-height: 900px;
    }
}
.hero.-secondary::after {
    content: "";
    background: linear-gradient(360deg, #1b1b1b 6.89%, rgba(0, 0, 0, 0) 46.45%, rgba(27, 27, 27, 0) 46.45%), linear-gradient(180deg, #181818 0%, rgba(24, 24, 24, 0) 36.99%),
        url(../images/noise.png), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    width: 100%;
    height: 100%;
    position: absolute;
}
.hero.-secondary video {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.hero.-secondary .container {
    position: relative;
    z-index: 2;
    padding-top: 136px;
    padding-bottom: 80px;
    margin: unset;
}
@media screen and (min-width: 768px) {
    .hero.-secondary .container {
        padding-top: 181px;
        padding-bottom: 107px;
        margin: 0 auto;
    }
}
@media screen and (min-width: 768px) {
    .hero.-secondary .container .btn {
        margin-top: 22px;
    }
}
.hero.-secondary .container .uptitle {
    text-align: center;
    color: white;
    display: flex;
    justify-content: center;
}
.hero.-secondary .container h1 {
    font-weight: 200;
    font-size: 32px;
    line-height: 120%;
    margin: 16px auto 48px auto;
    max-width: 1008px;
}
@media screen and (min-width: 768px) {
    .hero.-secondary .container h1 {
        font-size: 48px;
    }
}
.hero.-secondary .container .scroll-btn {
    margin: 52px auto 0 auto;
    justify-content: center;
}
.hero.-secondary .container .scroll-btn .cta {
    width: 96px;
    height: 96px;
}
.hero.-secondary .container .scroll-btn .cta::after {
    width: 24px;
    height: 24px;
}
