body.ovh {
    overflow: hidden;
}

.popup--first {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-height: 100%;
    z-index: 999;
    overflow: auto;
    visibility: hidden;
    opacity: 0;
    transition: all ease-in-out 0.3s;
}

.popup--first.active {
    visibility: visible;
    opacity: 1;
}

.popup--first__wrap {
    background: rgba(0,0,0,0.8);
    padding: 4rem;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
}

.close-div {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.popup--first__wrap .container {
    max-width: 900px;
    margin: 0 auto;
    text-align: right;
}

.close-popup {
    cursor: pointer;
    position: relative;
    z-index: 1;
    right: -50px;
    top: 40px;
}

.close-popup svg {
    height: 40px;
    width: 40px;
}


.close-popup svg path {
    fill: #fff;
    transition: all ease-in-out 0.3s;
}

.close-popup:hover svg path  {
    fill: #efa522;
}


.popup--first__inner {
    position: relative;
    z-index: 1;
}

.popup--first__to-site {
   margin-bottom: 1rem;
    display: inline-block;
}

.popup--first__desktop {
    padding: 2rem;
    background: #fff;
}

.popup--first__mobile {
    display: none;
    padding: 1rem;
    background: #fff;
}

@media(max-width: 1620px) {
    .popup--first__desktop img {
        max-height: 500px;
        width: auto;
        object-fit: contain;
    }
}


@media(max-width: 1024px) {
    .popup--first__mobile {
        display: block;
    }
    .popup--first__desktop {
        display: none;
    }

    .popup--first__wrap .container {
        max-width: 600px;
    }

    .popup--first__wrap {
        padding: 60px 20px 20px 20px;
    }

    .close-popup {
        right: 0;
        top: 0;
    }

    .close-popup svg {
        height: 20px;
        width: 20px;
    }

    .popup--first__to-site {
        margin-bottom: 5px;
    }
}

.side-nav-block__content.no-table-cut table {
    height: auto !important;
}

.become-part__buttons-dropdown {
    margin-top: 4rem;
    display: flex;
    justify-content: center;
    
    @media (max-width: 640px) {
        flex-direction: column;
        margin-top: 0;
    }
}

.become-part__buttons-dropdown .hero__dropdown {
    z-index: 1;
} 

.become-part__inner {
    z-index: 2;
}

.video-main {
    margin-top: 19.25rem;
}

.video-main .hero-video {
    min-height: 58rem;
    padding: 13.5rem 0 10rem;
}

.video-main .hero-video:before  {
    position: absolute;
    content: '';
    background-color: rgba(0,0,0, 0.75);
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.video-main .hero-video__content {
    h3 {
        font-size: 6rem;
        color: #fff;
    }

    h2 {
        font-size: 10rem;
        color: #efa522;
    }

    h4 {
        font-size: 4.25rem;
        color: #efa522;
    }
}

.message-video {
    background-color: #efa522;
    padding: 0 0 25rem 0;
    position: relative;
    z-index: 1;
}

.message-embed-container {
    max-width: 90rem;
    height: 50rem;
    margin: 0 auto;
    top: -10rem;
    position: relative;
    overflow: hidden;
}

.message-embed-container.active .play-video-message,
.message-embed-container.active .message-embed-container__img  {
    visibility: hidden;
}

.message-embed-container iframe,
.message-embed-container object,
.message-embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.message-embed-container__img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: cover;
    object-position: top;
}

.play-video-message {
    width: 10rem;
    height: 10rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    cursor: pointer;
}

.play-video-message path {
    transition: all ease-in-out 0.3s;
}

.play-video-message:hover {
    path {
        fill: #efa522;
    }
}

@media(max-width: 1024px) {
    .video-main {
        margin-top: 0;
    }

    .video-main .hero-video {
        min-height: 400px;
        padding: 140px 0 100px;
    }

    .video-main .hero-video__content {
        text-align: center;

        h3 {
            font-size: 50px;
        }

        h2 {
            font-size: 60px;
        }

        h4 {
            font-size: 40px;
        }
    }

    .message-video {
        padding: 0 80px 80px;
    }

    .message-embed-container {
        height: 300px;
        top: -30px;
    }

    .play-video-message {
        width: 50px;
        height: 50px;
    }
}


@media(max-width: 540px) {
    .video-main .hero-video__content {

        h3 {
            font-size: 40px;
        }

        h2 {
            font-size: 50px;
        }

        h4 {
            font-size: 30px;
        }
    }

    .message-video {
        padding: 0 20px 80px;
    }
}

.person-main .hero2 {
    padding-bottom: 180px;
}

.person-main .hero2__links .button {
    padding: 1rem 0.5rem;
}

.person-info {
    position: relative;
    background-color: #f5a800;
    clip-path: polygon(0 15rem, 100% 0, 100% 100%, 0 100%);
    margin-top: -15rem;
    z-index: 1;
}

.person-info__bg {
    position: absolute;
    top: 0;
    right: 0;
}

.person-info__photo {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    height: 100%;
    padding-right: 40px;
}

.person-info__photo img {
    position: relative;
    top: -4rem;
    width: 50rem;
}

.person-info__content {
    padding: 12rem 0 15rem;
}

.person-info__title {
    font-size: 3.8rem;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 1rem;
    font-family: 'Archivo Black', sans-serif;
}

.person-info__subtitle {
    text-transform: uppercase;
    font-size: 3rem;
    margin-bottom: 2rem;
    font-weight: bold;
    font-family: 'Bebas Neue Pro', sans-serif;
    letter-spacing: 3px;
}

.person-info__subtitle p {
    display: flex;
    letter-spacing: 0.4rem;
    align-items: flex-start;
}

.person-info__subtitle small {
    font-size: 2rem;
}

.about-person {
    clip-path: polygon(0 15rem, 100% 0, 100% 100%, 0 100%);
    margin-top: -15rem;
    position: relative;
    background-color: #fff;
    z-index: 2;
    padding: 25rem 0;
}

.about-person .grid-container {
    max-width: 930px;
}

.about-person .button.hollow {
    padding: 1.5rem 3rem;
    margin-bottom: 4rem;
    font-size: 2rem;
    letter-spacing: 0.6rem;
}

.person-forms {
    clip-path: polygon(0 15rem, 100% 0, 100% 100%, 0 100%);
    margin-top: -15rem;
    position: relative;
    z-index: 2;
    background-color: #262626;
}

.person-forms__inner {
    display: flex;
    aspect-ratio: 2 / 1;
}

.person-forms__media {
    position: relative;
    flex: 0 0 50%;
    display: flex;
    justify-content: flex-end;
    padding-top: 18rem;
    padding-bottom: 2rem;
}

.person-forms__heading {
    font-size: 3rem;
    font-family: 'Archivo Black', sans-serif;
    color: #f5a800;
    position: relative;
    top: 14rem;
    left: 8rem;
    line-height: 1;

}

.person-forms__photo {
    position: relative;
    left: 70px;
    width: auto;
}

.person-forms__content {
    flex: 0 0 50%;
    display: flex;
    flex-direction: column;
}

.person-forms__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}



.person-form {
    padding-right: calc((100vw - 110rem)/2);
    padding-left: 10rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
    display: flex;
    flex-direction: column;

    &:first-of-type {
        padding-top: 14rem;
    }
    &:last-of-type {
        flex: 1 0 auto;
    }

}

.person-form .person-form__title {
    padding: 1.5rem 3rem;
    letter-spacing: 0.8rem;
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #000;
    border-color: #fff;
}

.person-form .person-form__link {
    margin-top: 2.5rem;
    width: auto;
    display: inline-block;
    margin-left: auto;
    padding: 1.7rem 3.2rem;
    font-size: 2rem;
}

.person-main .single-image {
    color: #fff;
    padding: 17rem 0 10rem;
    clip-path: polygon(0 15rem, 100% 0, 100% 100%, 0 100%);
    margin-top: -15rem;
    z-index: 3 !important;
}

.person-main .single-image:before {
    position: absolute;
    z-index: -1;
    content: '';
    opacity: 0.75;
    background-color: #000;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.person-main .single-image .button.hollow {
    margin-bottom: 2rem;
    border-color: #fff;
    padding: 1.5rem 3rem;
    letter-spacing: 0.6rem;
}

.person-main .single-image__info {
    text-align: center;
    margin-bottom: 2rem;
}

.person-main .single-image__info a {
    color: #fff;
    text-decoration: none;
}

.person-main .single-image__info p {
    margin-bottom: 0;
}

.single-image__soc {
    display: flex;
    justify-content: center;
}

.single-image__soc a {
    width: 4rem;  
    height: 4rem;
    margin: 0 1rem;
}

.single-image__soc a:hover {
    opacity: 0.7;
}

@media(max-width: 1820px) {
    .person-forms__inner {
        aspect-ratio: auto;
    }
}

@media(max-width: 1024px) {
    .person-info {
        clip-path: none;
        margin-top: 0;
    }

    .person-info__photo {
        display: none;
    }

    .person-info__content {
        padding: 70px 0;
    }

    .person-info__title {
        font-size: 36px;
    }

    .person-info__subtitle {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .person-info__subtitle small {
        font-size: 10px;
    }

    .about-person {
        clip-path: none;
        margin-top: 0;
        position: relative;
        padding: 70px 0;
    }

    .about-person .button.hollow {
        margin-bottom: 40px;
        font-size: 24px;
    }

    .person-form .person-form__title {
        font-size: 24px;
    }

    .person-form .person-form__link {
        font-size: 20px;
        padding: 10px 20px;
        margin-top: 20px;
    }

    .person-forms {
        clip-path: none;
        margin-top: 0;
        position: relative;
    }

    .person-forms__media {
        display: none;
    }

    .person-forms__content {
        flex: 0 0 100%;
    }

    .person-form {
        padding-right: 30px;
        padding-left: 30px;
        padding-top: 50px !important;
        padding-bottom: 50px !important;
        height: auto !important;
    }

    .person-main .single-image {
        padding: 70px 0;
        clip-path: none;
        margin-top: 0;
    }

    .person-main .single-image .button.hollow {
        font-size: 24px;
    }

}