
html {
    box-sizing: border-box
}

*,
:after,
:before {
    box-sizing: inherit
}

:where(html) {
    line-height: 1.15
}

blockquote,
body,
dd,
dl,
fieldset,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
legend,
ol,
p,
pre,
ul {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset {
    min-width: 0;
    border: 0
}

address,
blockquote,
dl,
fieldset,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
ol,
p,
pre,
table,
ul {
    margin-bottom: 1.3rem
}

dd,
ol,
ul {
    margin-left: 1rem
}

blockquote {
    border-left: .25em solid;
    padding-left: 1em
}

blockquote p {
    font-size: 1.5em
}

blockquote cite {
    font-size: .8125em
}

h1 {
    font-size: 2.25rem
}

h2 {
    font-size: 1.75rem
}

h3 {
    font-size: 1.5rem
}

h4 {
    font-size: 1.25rem
}

h5 {
    font-size: 1.125rem
}

h6 {
    font-size: 1rem
}

hr {
    display: block
}

html {
    background: #242424;
    color: #ffffff;
    font-family: Inter, sans-serif;
    font-size: .875em;
    line-height: 1.333;
    min-height: 100%;
    overflow-y: scroll;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    scroll-behavior: smooth
}

@media (min-width:768px) {
    html {
        font-size: 1em
    }
}

@media (min-width:1024px) {
    html {
        font-size: 1.125em
    }
}



input[type=file]::file-selector-button,
input[type=submit] {
    padding: .75rem 1rem;
    transition: all .3s ease-out;
    border-radius: 6px;
    color: #fff;
    background-color: #242424;
    border: none;
    cursor: pointer
}

a {
    text-decoration: none;
    border-bottom: .05em solid
}

a,
a:hover {
    color: inherit
}



li {
    margin-bottom: .5rem
}

li>ol,
li>ul {
    margin-bottom: 0;
    margin-left: 1rem;
    margin-top: .5rem
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: 1rem;
    margin-left: 1rem
}

table {
    width: 100%
}


.c-clip--fullscreen .c-clip__video,
.c-clip--overlay .c-clip__video,
.c-clip--scrolling .c-clip__video {
    object-fit: cover;
    z-index: 0
}

.c-clip {
    margin-left: auto;
    margin-right: auto
}

.c-clip__video {
    width: 100%;
    display: block
}

.c-clip--overlay,
.c-clip__video {
    position: relative
}

.c-clip--fullscreen {
    position: relative;
    max-width: none
}

@media (max-width:767.98px) {
    .c-clip--fullscreen {
        display: flex;
        flex-direction: column-reverse
    }
}

.c-clip--fullscreen .c-clip__video {
    height: 100vh
}

.c-clip--fullscreen .c-clip__content {
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1
}

@media (max-width:767.98px) {
    .c-clip--fullscreen .c-clip__content {
        padding: 1rem
    }
}

.c-clip--scrolling {
    position: relative;
    max-width: none;
    height: 200vh
}

.c-clip--scrolling .c-clip__video {
    height: 100vh;
    position: sticky;
    top: 0
}

.c-clip--scrolling .c-clip__content {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.c-comment-form {
    margin-top: 2em
}

.c-comment-form label {
    display: block
}

.c-comment-form textarea {
    max-width: 100%
}

.comment-reply-title {
    margin-bottom: .25em
}

.c-comment {
    margin-bottom: 1em
}

.c-comment__author {
    font-size: 1rem;
    margin-bottom: .25em
}

.c-comment__moderation {
    font-style: italic;
    margin-bottom: .5em
}

.c-credits-clip__video {
    position: relative
}

.c-credits-clip__poster {
    width: 100%
}






@keyframes pulse {
    0% {
        padding: 2em
    }
    to {
        padding: 2.75em
    }
}

.c-credits-clip__content {
    margin: 2em 0
}

.c-credits-clip__credits {
    margin: 0;
    background-color: #ccc;
    padding: 2em
}

@media (min-width:768px) {
    .c-credits-clip__credits {
        margin-top: -6em;
        margin-left: 1em
    }
}

.c-credits-clip__credit {
    list-style-type: none;
    margin-bottom: 1.5em
}

.c-credits-clip__credit:last-of-type {
    margin-bottom: 0
}

.c-footer {
    font-size: .875rem;
    padding: 1rem;
    color: #a8a8a8;
    background-color: #242424;
    align-items: flex-end
}

@media (min-width:768px) {
    .c-footer {
        padding: 2rem
    }
}

@media (min-width:1280px) {
    .c-footer {
        padding: 3rem
    }
}

@media (min-width:768px) {
    .c-footer>:last-child {
        text-align: right
    }
}

.c-header {
    position: fixed;
    z-index: 9999;
    top: 0;
    width: 100%;
    padding: 1rem;
    transition: padding .3s linear;
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media (min-width:768px) {
    .c-header {
        padding: 2rem
    }
}

@media (min-width:1280px) {
    .c-header {
        padding: 3rem
    }
}

.c-header>.o-layout__item {
    flex: none
}

.c-header a {
    border-bottom: none
}

.c-header img {
    height: 4.5em;
    transition: height .3s linear, filter .35s linear .3s
}

.c-header__menus {
    display: flex;
    gap: 4em
}

.c-header--invert,
.c-header--invert-logo>a {
    filter: invert(1)
}

.c-hero__content {
    margin: 0 1em;
    padding: 4em
}

.c-hero--overlay__media {
    position: sticky;
    top: 0
}

.c-hero--overlay .c-hero__content {
    background-color: hsla(0, 0%, 100%, .75)
}

@media (max-width:767.98px) {
    .c-hero--overlay .c-hero__content {
        margin-top: -6em
    }
}

@media (min-width:1024px) {
    .c-hero--overlay .c-hero__content {
        transform: translateX(-10em)
    }
}





.c-locale-nav {
    display: flex;
    align-items: center
}

.c-locale-nav__list {
    display: flex;
    list-style-type: none;
    gap: 3em;
    margin: 0
    color: white;
}

.c-locale-selected {
    border-bottom: 1px solid;
    display: inline-block
}

.c-main-nav {
    display: flex;
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    bottom: 0;
    right: 0;
    font-size: 2em;
    font-weight: 700;
    z-index: -1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: translateY(-100%);
    transition: opacity .3s ease-out
}



/*# Reel css */



/* Styling for Featured Video */
.center-video {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 40px;
    background-color:transparent;
    box-shadow: transparent;
    margin: 20px auto;
    border-radius: 5px;
    max-width: 1300px;
}

.center-video video {
    width: 100%;
    max-width: 1300px;
    border-radius: 5px;
    border: 2px solid #a09d9d;
}
.red-text {
    color: rgb(159, 64, 197);
}
.contact-form-container {
    background: #fff;
    display: flexbox;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 150px;
    background-color:transparent;
    box-shadow: transparent;
    margin: 200px auto;
    border-radius: 5px;
    max-width: 1300px;
}

h1 {
    text-align: center;
    color: #f1f1f1;
}

label {
    display: block;
    margin-bottom: 8px;
    color: #9b1d1d;
}

input, textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

button {
    width: 100%;
    padding: 10px;
    background-color: #007BFF;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}

button:hover {
    background-color: #0056b3;
}