@font-face {
    font-family: 'Canela-ThinItalic';
    src: url('fonts/Canela-ThinItalic.eot');
    src: url('fonts/Canela-ThinItalic.eot?#iefix') format('embedded-opentype'), url('fonts/Canela-ThinItalic.woff2') format('woff2'), url('fonts/Canela-ThinItalic.woff') format('woff'), url('fonts/Canela-ThinItalic.ttf') format('truetype'), url('fonts/Canela-ThinItalic.svg#Canela-ThinItalic') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Canela-Thin';
    src: url('fonts/Canela-Thin.eot');
    src: url('fonts/Canela-Thin.eot?#iefix') format('embedded-opentype'), url('fonts/Canela-Thin.woff2') format('woff2'), url('fonts/Canela-Thin.woff') format('woff'), url('fonts/Canela-Thin.ttf') format('truetype'), url('fonts/Canela-Thin.svg#Canela-Thin') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'MonumentGrotesk-Regular';
    src: url('fonts/MonumentGrotesk-Regular.eot');
    src: url('fonts/MonumentGrotesk-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/MonumentGrotesk-Regular.woff2') format('woff2'), url('fonts/MonumentGrotesk-Regular.woff') format('woff'), url('fonts/MonumentGrotesk-Regular.ttf') format('truetype'), url('fonts/MonumentGrotesk-Regular.svg#MonumentGrotesk-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Canela-Light';
    src: url('fonts/Canela-Light.eot');
    src: url('fonts/Canela-Light.eot?#iefix') format('embedded-opentype'), url('fonts/Canela-Light.woff2') format('woff2'), url('fonts/Canela-Light.woff') format('woff'), url('fonts/Canela-Light.ttf') format('truetype'), url('fonts/Canela-Light.svg#Canela-Light') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

html {
    overflow: hidden;
    font-family: 'NeubauGrotesk-Fet';
    position: fixed;
    width: 100%;
    height: 100%;
}

body {
    margin: 0;
    background-color: black;
    position: relative;
    color: white;
    font-size: 13px;
    line-height: 17px;
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
}

body a {
    position: relative;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    pointer-events: all;
}

body a:after {
    position: absolute;
    content: '';
    height: 2px;
    width: 0;
    left: 0;
    background: #E7E5D9;
    bottom: 0vw;
    -moz-transition: width .25s linear;
    -ms-transition: width .25s linear;
    -o-transition: width .25s linear;
    transition: width .25s linear;
}

body a:hover:after {
    width: 100%;
}

.page_container {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: left;
}

body * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    top: 0%;
    left: 0%;
    position: fixed;
    z-index: -1;
}

.page_header {
    height: 7.552083333333333vw;
    position: fixed;
    width: 100%;
    font-size: 0.8046875vw;
    line-height: 0.9661458333333334vw;
    -moz-transition: color .35s linear, height.35s linear,background.35s linear;
    -ms-transition: color .35s linear, height.35s linear,background.35s linear;
    -o-transition: color .35s linear, height.35s linear,background.35s linear;
    transition: color .35s linear, height.35s linear,background.35s linear;
}

.logo {
    display: block;
    width: 13.75vw;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    pointer-events: all;
}

.logo svg {
    display: block;
}

.logo svg path {
    fill: white;
}

.center_text {
    position: absolute;
    top: 49%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 53.4375vw;
    text-align: center;
}

.center_text h1 {
    font-size: 3.365625vw;
    line-height: 4vw;
    font-family: 'Canela-Thin';
    margin: 0;
    font-weight: normal;
}

.hide_title .center_text h1 span {
    opacity: 0;
}

.bottom_items {
    position: fixed;
    bottom: 0;
    width: 100%;
}

.bottom_items .home_contact_module_columns {
}

.bottom_items .home_contact_module_columns .home_contact_module_column {
}

.bottom_items .home_contact_module_columns .home_contact_module_column a {
}

.bottom_items .home_contact_module_columns {
    text-align: center;
    padding: 2vw 0;
    /* opacity: 0; */
    /* pointer-events: none; */
}

.show_contact .bottom_items .home_contact_module_columns {
    opacity: 1;
    pointer-events: auto;
}

.bottom_items .home_contact_module_columns .home_contact_module_column {
    display: inline-block;
    text-align: left;
    margin: 0 5.78125vw;
    font-size: 1.1vw;
    font-family: 'MonumentGrotesk-Regular';
    line-height: 1.4vw;
}

.bottom_items .home_contact_module_columns .home_contact_module_column a {
}

.bottom_items .home_contact_module_footer {
    font-size: 5.28125vw;
    line-height: 6.3375vw;
}

.bottom_items .home_contact_module_columns .home_contact_module_column p {
    margin: 0;
}

.bottom_items .home_contact_module_footer p {
    margin: 0;
}

.bottom_items .home_contact_module_footer p a {
}

@media screen and (orientation: landscape) {
    #portrait-video {
        display:none;
    }

    #landscape-video {
        display: block;
    }
}

@media screen and (orientation: portrait) {
    #portrait-video {
        display:block;
    }

    #landscape-video {
        display: none;
    }

    .text_left .logo img {
        width: 100% !important;
    }
}

@media screen and (max-width: 1060px) {
}

@media screen and (orientation: portrait), screen and (max-width: 1060px) {
    html {
    }

    body {
    }

    body a {
    }

    body a:after {
    }

    body a:hover:after {
    }

    .page_container {
    }

    body * {
    }

    video {
    }

    .page_header {
        height: 19vw;
    }

    .logo {
        width: 32vw;
    }

    .logo svg {
    }

    .logo svg path {
    }

    .center_text {
        width: 90%;
    }

    .center_text h1 {
        font-size: 7vw;
        line-height: 8vw;
    }

    .hide_title .center_text h1 span {
    }

    .bottom_items {
    }

    .bottom_items .home_contact_module_columns {
    }

    .bottom_items .home_contact_module_columns .home_contact_module_column {
        font-size: 3vw;
        display: block;
        line-height: 4vw;
        padding: 2vw 0;
        text-align: center;
    }

    .bottom_items .home_contact_module_columns .home_contact_module_column a {
    }

    .bottom_items .home_contact_module_columns {
    }

    .show_contact .bottom_items .home_contact_module_columns {
    }

    .bottom_items .home_contact_module_columns .home_contact_module_column {
    }

    .bottom_items .home_contact_module_columns .home_contact_module_column a {
    }

    .bottom_items .home_contact_module_footer {
    }

    .bottom_items .home_contact_module_columns .home_contact_module_column p {
    }

    .bottom_items .home_contact_module_footer p {
    }

    .bottom_items .home_contact_module_footer p a {
    }
}
