/* form consent changes */
.form_section .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_consent .gform-field-label {
    font-family: var(--font_HostGrotesk_Regular);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 28px;
}

.home_hero_media {
    object-position: top center;
}

@media (max-width: 1199px) {
    body .people_single_content {
        margin: 80px 0;
    }
}

@media (max-width: 767px) {
    body .people_single_content {
        margin: 66px 0;
    }

    .form_section .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_consent .gform-field-label {
        font-size: 16px;
        line-height: 24px;
    }

    .cky-revisit-bottom-left {
        bottom: 15px;
        right: 15px !important;
        left: auto !important;
    }

    .cky-revisit-bottom-left:hover::before {
        right: calc(100% + 7px) !important;
        left: auto !important;
    }

    .cky-revisit-bottom-left:hover::after {
        position: absolute;
        content: "";
        border: 5px solid #fff0;
        left: auto !important;
        right: calc(100% + 2px) !important;
        border-right-width: 0 !important;
        border-left-color: #4e4b66 !important;
        border-left-width: 5px !important;
        border-right-color: transparent !important;
    }
}