html, body {
    overflow-x: hidden;
}
body {
    font-family: "Instrument Serif", serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    mix-blend-mode: difference;
    background-color: #000;
}
a, a:hover {
    mix-blend-mode: difference;
    text-decoration: none;
}
hr {
    border: none;
    width: 100%;
    height: 1px;
    background-color: #fff;
    mix-blend-mode: difference;
    opacity: 1;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    mix-blend-mode: difference;
    margin: 0 0 1rem 0;
}
p {
    mix-blend-mode: difference;
    margin: 0 0 1rem 0;
}
p:last-of-type {
    margin: 0;
}
small {
    mix-blend-mode: difference;
}
.logo svg {
    mix-blend-mode: difference;
}
.bg-video {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.bg-video video, .bg-video iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: 1;
}
.bg-video-overlay {
    position: relative;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bg-video-content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.bg-video-content h1, .bg-video-content h2 {
    margin: 0;
}
.bg-video-content p {
}
.bg-video-header {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.bg-video-footer {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.bg-video-footer h1.first {
    font-size: 45px;
    margin: 0 0 0 7rem;
}
.bg-video-footer h1.second {
    font-size: 45px;
    margin: 0;
}
.bg-video-footer h1.third {
    font-size: 45px;
    margin: 0 0 0 1.5rem;
}
.bg-video-footer a.h2 {
    text-transform: uppercase;
}
.bg-video-footer .small-text {
    font-family: "Carrois Gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    text-align: left;
    line-height: 1;
    margin-top: 5px;
}
.bg-video-footer .small-text small {
    font-size: 12px;
}
.modal a, .modal a:hover {
    color: #fff;
    text-decoration: none;
}
.modal .modal-title,
.modal .modal-body,
.modal .modal-body p {
    color: #fff;
}
.modal .modal-content {
    background-color: rgba(0, 0, 0, 0.75);
}
.modal-copyright {
    font-family: 'Carrois Gothic';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: 4rem;
}
.btn-close-white {
    filter: invert(1);
    box-shadow: none;
}
.btn-close:focus {
    box-shadow: none;
}

@media (min-width: 0px) and (max-width: 374.98px) {
    .bg-video-header {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .bg-video-footer {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .logo svg {
        margin-right: 2rem;
    }
    .bg-video-footer h1.first {
        font-size: 32px;
        margin: 0 0 0 3rem;
    }
    .bg-video-footer h1.second {
        font-size: 32px;
        margin: 0;
    }
    .bg-video-footer h1.third {
        font-size: 32px;
        margin: 0 0 0 2.4rem;
    }
    .bg-video-footer a.h2 {
        font-size: 24px;
    }
    .bg-video-footer .small-text {
        font-size: 11px;
        line-height: 1;
        margin-top: 4px;
        margin-left: -6px;
    }
    .bg-video-footer .small-text small {
        font-size: 9px;
    }
}
@media (min-width: 375px) and (max-width: 393.98px) {
    .bg-video-header {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .bg-video-footer {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .logo svg {
        margin-right: 2rem;
    }
    .bg-video-footer h1.first {
        font-size: 38px;
        margin: 0 0 0 4rem;
    }
    .bg-video-footer h1.second {
        font-size: 38px;
        margin: 0;
    }
    .bg-video-footer h1.third {
        font-size: 38px;
        margin: 0 0 0 2.5rem;
    }
    .bg-video-footer a.h2 {
        font-size: 24px;
    }
    .bg-video-footer .small-text {
        font-size: 12px;
        line-height: 1.1;
        margin-top: 4px;
        margin-left: -2px;
    }
    .bg-video-footer .small-text small {
        font-size: 10px;
    }
}
@media (min-width: 375px) and (max-width: 479.98px) {
    .bg-video-header {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .bg-video-footer {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .logo svg {
        margin-right: 2rem;
    }
}
@media (min-width: 425px) and (max-width: 439.98px) {
    .bg-video-footer h1.first {
        font-size: 42px;
        margin: 0 0 0 4rem;
    }
    .bg-video-footer h1.second {
        font-size: 42px;
        margin: 0;
    }
    .bg-video-footer h1.third {
        font-size: 42px;
        margin: 0 0 0 3.5rem;
    }
    .bg-video-footer a.h2 {
        font-size: 24px;
    }
    .bg-video-footer .small-text {
        font-size: 14px;
        line-height: 1.1;
        margin-top: 4px;
    }
    .bg-video-footer .small-text small {
        font-size: 11px;
    }
}
@media (min-width: 440px) and (max-width: 479.98px) {
    .bg-video-footer h1.first {
        font-size: 44px;
        margin: 0 0 0 5rem;
    }
    .bg-video-footer h1.second {
        font-size: 44px;
        margin: 0;
    }
    .bg-video-footer h1.third {
        font-size: 44px;
        margin: 0 0 0 4rem;
    }
    .bg-video-footer a.h2 {
        font-size: 24px;
    }
    .bg-video-footer .small-text {
        font-size: 15px;
        line-height: 1;
        margin-top: 4px;
    }
    .bg-video-footer .small-text small {
        font-size: 12px;
    }
}
@media (min-width: 480px) and (max-width: 991.98px) {
    .bg-video-header {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .bg-video-footer {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .logo svg {
        margin-right: 2rem;
    }
    .bg-video-footer h1.first {
        font-size: 48px;
        margin: 0 0 0 14.5rem;
    }
    .bg-video-footer h1.second {
        font-size: 48px;
        margin: 0;
    }
    .bg-video-footer h1.third {
        font-size: 48px;
        margin: 0 0 0 12.75rem;
    }
    .bg-video-footer .small-text {
        font-size: 15px;
        line-height: 1.2;
        margin-top: 5px;
    }
    .bg-video-footer .small-text small {
        font-size: 12px;
    }
}
@media (min-width: 992px) and (max-width: 1182.98px) {
    .logo svg {
        width: auto;
        max-height: 32px;
    }
    .bg-video-footer h1.first {
        font-size: 36px;
        margin: 0 0 0 7rem;
    }
    .bg-video-footer h1.second {
        font-size: 36px;
        margin: 0;
    }
    .bg-video-footer h1.third {
        font-size: 36px;
        margin: 0 0 0 1.5rem;
    }
    .bg-video-footer a.h2 {
        font-size: 24px;
    }
    .bg-video-footer .small-text {
        font-size: 13px;
        line-height: 1;
        margin-top: 5px;
    }
    .bg-video-footer .small-text small {
        font-size: 10px;
    }
}
@media (min-width: 1400px) {
    .container-fluid {
        --bs-gutter-x: 15rem;
    }
}
@media (min-width: 1900px) {
    .bg-video-footer h1.first {
        font-size: 54px;
        margin: 0 0 0 4rem;
    }
    .bg-video-footer h1.second {
        font-size: 54px;
        margin: 0;
    }
    .bg-video-footer h1.third {
        font-size: 54px;
        margin: 0 0 0 0rem;
    }
    .bg-video-footer a.h2 {
        font-size: 36px;
    }
    .bg-video-footer .small-text {
        font-size: 16px;
        line-height: 1.2;
        margin-top: 4px;
        margin-left: 0.5rem;
    }
    .bg-video-footer .small-text small {
        font-size: 12px;
    }
}