#hero
{
    margin-top: 100px;
    max-width: 100%;
    position: relative;
}

#hero video
{
    height: auto;
    max-width: 100%;
    object-fit: cover;
    width: 100%;
}

#hero .hero-text
{
    color: white;
    left: 10.5vw;
    position: absolute;
    top: 111px;
}

#hero .hero-text h3
{
    font-size: 24px;
    font-weight: bold;
    line-height: 32px;
    margin-bottom: 10px;
}

#hero .hero-text h1
{
    font-size: 72px;
    font-weight: bold;
    line-height: 88px;
    margin: 0 0 56px 0;
    width: min-content;
    word-wrap: wrap;
}

#hero .hero-text p
{
    font-size: 18px;
    font-weight: normal;
    line-height: 32px;
    margin: 0 0 7vh 0;
    width: 906px;
}

@media only screen and (max-width: 1780px)
{
    #hero .hero-text h1
    {
        font-size: 68px;
        line-height: 83px;
        margin-bottom: 51px;
    }
    
    #hero .hero-text p
    {
        margin-bottom: 70px;
    }
}

@media only screen and (max-width: 1640px)
{
    #hero video
    {
        height: 700px;
    }

    #hero .hero-text
    {
        top: 101px;
    }

    #hero .hero-text h3
    {
        font-size: 23px;
    }
    
    #hero .hero-text h1
    {
        font-size: 64px;
        line-height: 78px;
        margin-bottom: 46px;
    }
    
    #hero .hero-text p
    {
        font-size: 17px;
        line-height: 31px;
        margin-bottom: 65px;
    }
}

@media only screen and (max-width: 1500px)
{
    #hero video
    {
        height: 660px;
    }

    #hero .hero-text
    {
        top: 92px;
    }
    
    #hero .hero-text h1
    {
        font-size: 60px;
        line-height: 73px;
        margin-bottom: 42px;
    }

    #hero .hero-text p
    {
        margin-bottom: 60px;
    }
}

@media only screen and (max-width: 1360px)
{
    #hero video
    {
        height: 630px;
    }

    #hero
    {
        margin-top: 120px;
    }

    #hero .hero-text
    {
        top: 83px;
    }
    
    #hero .hero-text h1
    {
        font-size: 56px;
        line-height: 68px;
        margin-bottom: 38px;
    }

    #hero .hero-text p
    {
        margin-bottom: 55px;
    }
}

@media only screen and (max-width: 1220px)
{
    #hero video
    {
        height: 600px;
    }

    #hero .hero-text
    {
        top: 74px;
    }

    #hero .hero-text h3
    {
        font-size: 22px;
    }
    
    #hero .hero-text h1
    {
        font-size: 52px;
        line-height: 63px;
        margin-bottom: 34px;
    }
    
    #hero .hero-text p
    {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 1080px)
{
    #hero .hero-text
    {
        top: 65px;
    }
    
    #hero .hero-text h1
    {
        font-size: 48px;
        line-height: 58px;
        margin-bottom: 30px;
    }

    #hero .hero-text p
    {
        width: 85vw;
        margin-bottom: 45px;
    }
}

@media only screen and (max-width: 940px)
{
    #hero video
    {
        height: 560px;
    }

    #hero
    {
        margin-top: 90px;
    }

    #hero .hero-text
    {
        top: 56px;
    }
    
    #hero .hero-text h1
    {
        font-size: 44px;
        line-height: 53px;
        margin-bottom: 26px;
    }

    #hero .hero-text p
    {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 800px)
{
    #hero video
    {
        height: 500px;
    }

    #hero .hero-text
    {
        top: 47px;
    }

    #hero .hero-text h3
    {
        display: none;
    }
    
    #hero .hero-text h1
    {
        font-size: 40px;
        line-height: 48px;
        margin-bottom: 22px;
    }
    
    #hero .hero-text p
    {
        font-size: 15px;
        line-height: 29px;
        margin-bottom: 35px;
    }
}

@media only screen and (max-width: 660px)
{
    #hero
    {
        margin-top: 80px;
    }

    #hero .hero-text
    {
        top: 38px;
    }
    
    #hero .hero-text h1
    {
        font-size: 36px;
        line-height: 43px;
        margin-bottom: 18px;
    }
    
    #hero .hero-text p
    {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 520px)
{
    #hero
    {
        margin-top: 75px;
    }

    #hero video
    {
        height: 500px;
    }

    #hero .hero-text
    {
        top: 29px;
    }
    
    #hero .hero-text h1
    {
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 14px;
    }
    
    #hero .hero-text p
    {
        margin-bottom: 25px;
    }
}

@media only screen and (max-width: 375px)
{
    #hero
    {
        margin-top: 70px;
    }

    #hero .hero-text
    {
        top: 20px;
    }
    
    #hero .hero-text h1
    {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 10px;
    }
    
    #hero .hero-text p
    {
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 20px;
    }
}