@font-face {
    font-family: 'gelion_boldbold';
    src: url('gelion-bold-webfont.woff2') format('woff2'),
         url('gelion-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'gelion_bold_italicbold_italic';
    src: url('gelion-bolditalic-webfont.woff2') format('woff2'),
         url('gelion-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'gelionlight';
    src: url('gelion-light-webfont.woff2') format('woff2'),
         url('gelion-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'gelionlight_italic';
    src: url('gelion-lightitalic-webfont.woff2') format('woff2'),
         url('gelion-lightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'gelionmedium';
    src: url('gelion-medium-webfont.woff2') format('woff2'),
         url('gelion-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'gelionmedium_italic';
    src: url('gelion-mediumitalic-webfont.woff2') format('woff2'),
         url('gelion-mediumitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'gelion_regularregular';
    src: url('gelion-regular-webfont.woff2') format('woff2'),
         url('gelion-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'gelionregular_italic';
    src: url('gelion-regularitalic-webfont.woff2') format('woff2'),
         url('gelion-regularitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'gelionsemi_bold';
    src: url('gelion-semibold-webfont.woff2') format('woff2'),
         url('gelion-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'gelionsemi_bold_italic';
    src: url('gelion-semibolditalic-webfont.woff2') format('woff2'),
         url('gelion-semibolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'gelionthin';
    src: url('gelion-thin-webfont.woff2') format('woff2'),
         url('gelion-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'gelionthin_italic';
    src: url('gelion-thinitalic-webfont.woff2') format('woff2'),
         url('gelion-thinitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: Gelion;
    src: url(../FONTS/GELION/) format('truetype');
}



*{
    padding: 0px;
    margin: 0px;
    font-family: gelion_regularregular;
}



/* REUSABLE TOOLS */

.hidden {
    display: none;
    visibility: hidden;
}

.link-reset {
    text-decoration: none;
}

.button-reset {
    background-color: #000000;
    border: none;
}

.scroll-disabled {
    overflow-y: hidden;
}

.spanish-text-size {
    font-size: 44px;
    line-height: 54px;
}


/* GENERAL STYLES */

body {
    background-color: #000000;
}

h1 {
    font-family: gelionmedium;
    font-family: 'gelionmedium';
    font-weight: 500;
    color: #E3E3E3;
    font-size: 46px;
    line-height: 58px;
}

h2 {
    font-weight: 400;
    color: #E3E3E3;
    font-size: 30px;
    line-height: 58px;
}

h3 {
    font-weight: 300;
    font-size: 20px;
    color: #E3E3E3;
    padding-top: 5px;
}

h4 {
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1.67px;
    color: #E3E3E3;
    text-align: center;
}

h5 {
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    color: #77788C;
}

h6 {
    font-weight: 200;
    /* font-style: italic; */
    font-family: gelionlight_italic;
    font-size: 20px;
    color: #77788C;
    text-align: left;
    margin-top: 10px;
}


q {
    font-family: gelionmedium;
    font-family: 'gelionmedium';
    /* font-weight: 500; */
    color: #E3E3E3;
    font-size: 46px;
    line-height: 58px;
}

.inline-single-link-container {
    display: flex;
    justify-content: flex-start;
    width: 90vw;
    height: 25px;
}

.inline-single-link-container img {
    margin-left: 8px;
    margin-bottom: 15px;
    height: 13px;
    width: 13.8px;
}

.inline-single-link-container-mk2 {
    display: flex;
    justify-content: flex-start;
    width: 90vw;
    height: 25px;
}

.inline-single-link-container-mk2 img {
    margin-left: 9px;
    margin-bottom: -10px;
    width: 17px;
    height: 16px;
}



/* NAVBAR STYLES */

.navbar {
    width: 100vw;
    height: 60px;
    background-color: #000000;
    display: flex;
    justify-content: center;
    position: fixed;
    z-index: 999;
}

.navbar-container {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    width: 90vw;
    margin-top: 25px;
}

.navbar-menu-icon {
    width: 32px;
    height: 21px;
}

.navbar-menu-close-icon {
    width: 21px;
    height: 21px;
}

.navbar-logo {
    object-fit: fill;
    width: auto;
    height: 10PX;
}




/* OVERLAY MENU */

.overlay-menu-global {
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 800;
    background-color: rgba(0, 0, 0, 60%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow-x: hidden;
    overflow-y: hidden;
}

.menu-links-container {
    width: 90vw;
    margin-top: 100px;
}

.link-distance {
    margin-top: 25px;
}

.language-container {
    width: 90vw;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 10vh;
    position: absolute;
    bottom: 2vh;
}

.language-spacer {
    margin-left: 20px;
}

.notchosen-language {
    opacity: 50%;
    -webkit-filter: opacity(50%);
}


/* HERO STYLES */

hero {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}

.hero-title-container {
    width: 90vw;
    margin-bottom: 80px;
    margin-top: 100px;
}

.subtitle-container {
    width: 90vw;
    display: flex;
}

.or-separator {
    width: 100vw;
    margin-top: 90px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.or-line {
    background-color: #4A4957;
    height: 0.5px;
    width: 100vw;
    z-index: -10;
}

.or-text-container {
    width: 40px;
    background-color: #000000;
    position: absolute;
}


.hero-instructions {
    width: 90vw;
    margin-top: 30px;
    margin-bottom: 20px;
}



/* LINK SECTION STYLES */

.section-general {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    margin-top: 125px;
}

.section-title {
    width: 92vw;
    margin-bottom: 50px;
}

.line-separator {
    background-color: #4A4957;
    height: 0.5px;
    width: 100vw;
}

.section-link-container {
    width: 90vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
    margin-bottom: 25px;
}

.section-h3 {
    margin-bottom: 6px;
}

.section-arrow-icon {
    width: 17px;
    height: 16px;
}



/* FOOTER STYLES */

.prefooter-section {
    margin-top: 175px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.prefooter-text-container {
    width: 90vw;
    margin-bottom: 100px;
}


footer {
    margin-top: 110px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.footer-container {
    width: 90vw;
    margin-top: 30px;
}

footer p {
    font-size: 14px;
    line-height: 30px;
    color: #77788C;
    margin-top: 112px;
    margin-bottom: 30px;
}

.footer-logo {
    width: 118.4px;
    height: 12PX;
}




/* ANIMATIONS */


/* HERO TEXT ANIMATION */

@keyframes hero-text {
    0% {
        line-height: 200px;
        opacity: 0%;
        -webkit-filter: opacity(0%);
    }

    100% {
        line-height: 58px;
        opacity: 100%;
        -webkit-filter: opacity(100%);
    }
}

.hero-text-animation {
    animation: hero-text 1s forwards ease-out;
}


/* MENU ANIMATIONS */

@keyframes menu-text {
    from {
        padding-top: 80px;
        opacity: 0%;
        -webkit-filter: opacity(0%);
    }

    to {
        padding-top: 0px;
        opacity: 100%;
        -webkit-filter: opacity(100%);
    }
}

.menu-text-animation-01 {
    animation: menu-text 0.5s forwards 0s ease-in-out;
}

.menu-text-animation-02 {
    animation: menu-text 0.7s forwards 0s ease-in-out;
}

.menu-text-animation-03 {
    animation: menu-text 0.9s forwards 0s ease-in-out;
}

.menu-text-animation-04 {
    animation: menu-text 1.1s forwards 0s ease-in-out;
}









@media (min-width: 600px) {

    .inline-single-link-container {
        width: 480px;
    }
    
    .inline-single-link-container-mk2 {
        width: 480px;
    }



/* NAVBAR STYLES */


.navbar-container {
    width: 480px;
}

/* OVERLAY MENU */

.menu-links-container {
    width: 480px;
}

.language-container {
    width: 480px;
}


/* HERO STYLES */


.hero-title-container {
    width: 480px;
}

.subtitle-container {
    width: 480px;
}

.or-separator {
    width: 500px;
}

.or-line {
    width: 500px;
}


.hero-instructions {
    width: 480px;
}



/* LINK SECTION STYLES */

.section-title {
    width: 480px;
}

.line-separator {
    width: 500px;
}

.section-link-container {
    width: 480px;
}




/* FOOTER STYLES */

.prefooter-text-container {
    width: 480px;
}

.footer-container {
    width: 480px;
}


}


@media (max-width: 382px) {
    h1 {
        font-size: 40px;
        line-height: 48px;
    }

    .spanish-text-size {
        font-size: 40px;
        line-height: 48px;
    }
}

@media (max-width: 343px) {
    h3 {
        font-weight: 300;
    }
}







