* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
    #linklogo {
        margin: 0 auto;
    }
}

.StandardBanner_standard-banner-imageVideo__oqXbK {
    margin: 1rem auto auto !important;
}

.case3500x-background #linkLogo {
    position: relative !important;
}

.case3500x-hero {
    padding: 360px 20px 360px 157px;
    position: relative;
}

.case3500x-hero-logo {
    display: flex;
    position: relative;
    margin-bottom: 14px;
}

@media screen and (max-width: 768px) {
    .case3500x-hero-logo {
        justify-content: center;
    }
}

.case3500x-hero-logo img {
    width: 200px;
}

@media screen and (max-width: 1024px) {
    .case3500x-hero-logo img {
        width: 170px;
    }
}

@media screen and (max-width: 768px) {
    .case3500x-hero-logo img {
        width: 140px;
    }
}

@media screen and (max-width: 1024px) {
    .case3500x-hero {
        padding: 200px 50px 200px 70px;
    }
}

@media screen and (max-width: 768px) {
    .case3500x-hero {
        padding: 100px 30px;
    }
}

.case3500x-hero-modal {
    position: fixed;
    width: 1000px;
    height: calc((100vw - 20px)* .7);
    max-height: 600px;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 102;
    display: flex;
    align-items: center;
    justify-content: center;
}

.case3500x-hero-modal button.mfp-close {
    position: fixed;
    top: -80px;
    right: 40px;
    font-size: 50px;
    color: #fff;
}

.case3500x-hero-heading {
    color: #FFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 5rem;
    font-style: normal;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 2.24px;
}

@media screen and (max-width: 1024px) {
    .case3500x-hero-heading {
        font-size: 80px;
    }
}

@media screen and (max-width: 768px) {
    #linklogo {
        text-align: center;
    }

    .case3500x-hero-heading {
        font-size: 60px;
        text-align: center;
    }
}

.case3500x-hero-subheading {
    color: #FFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 138%;
    /* 49.68px */
    letter-spacing: 2.88px;
    text-transform: uppercase;
    margin: 14px 0 50px 0;
}

@media screen and (max-width: 1024px) {
    .case3500x-hero-subheading {
        font-size: 28px;
    }
}

@media screen and (max-width: 768px) {
    .case3500x-hero-subheading {
        font-size: 24px;
        margin: 14px 0 30px 0;
        text-align: center;
    }
}

.case3500x-hero__actions {
    display: flex;
}

@media screen and (max-width: 768px) {
    .case3500x-hero__actions {
        justify-content: center;
    }
}

.case3500x-hero__actions-watch {
    color: var(--Black, #000);
    text-align: center;
    text-transform: uppercase;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 17px;
    /* 94.444% */
    letter-spacing: 1.8px;
    background: var(--Corsair-Yellow, #ECE81A);
    padding: 17px 45px;
    border: none;
}

@media screen and (max-width: 1024px) {
    .case3500x-hero__actions-watch {
        font-size: 16px;
        padding: 15px 35px;
    }
}

@media screen and (max-width: 768px) {
    .case3500x-hero__actions-watch {
        font-size: 14px;
        padding: 13px 25px;
    }
}

.case3500x-background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.case3500x-background video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.5);
}

.case3500x-fade {
    opacity: 0;
    transform: translateY(-20px);
    transition: all .5s;
}

.case3500x-fade-in {
    opacity: 1;
    transform: translateY(0);
}