@font-face{
    font-family:"Days One";
    src:url("../fonts/daysone-regular-webfont.eot?#iefix") format("embedded-opentype"),url("../fonts/daysone-regular-webfont.woff2") format("woff2"),url("../fonts/daysone-regular-webfont.woff") format("woff"),url("../fonts/daysone-regular-webfont.ttf") format("truetype");
    font-weight:400;
    font-style:normal;
    font-display:swap
}

@font-face{
    font-family:"vagtech";
    src:url("../assets/fonts/vagtech.ttf") format("truetype");
    font-weight:400;
    font-style:normal;
    font-display:swap
}


@font-face{
    font-family:"Zen Dots";
    src:url("../fonts/zendots-regular-webfont.eot?#iefix") format("embedded-opentype"),url("../fonts/zendots-regular-webfont.woff2") format("woff2"),url("../fonts/zendots-regular-webfont.woff") format("woff"),url("../fonts/zendots-regular-webfont.ttf") format("truetype");
    font-weight:400;
    font-style:normal;
    font-display:swap
}
@font-face{
    font-family:"Gilda Display";
    src:url("../fonts/gildadisplay-regular-webfont.eot?#iefix") format("embedded-opentype"),url("../fonts/gildadisplay-regular-webfont.woff2") format("woff2"),url("../fonts/gildadisplay-regular-webfont.woff") format("woff"),url("../fonts/gildadisplay-regular-webfont.ttf") format("truetype");
    font-weight:400;
    font-style:normal;
    font-display:swap
}
@font-face{
    font-family:"Niramit";
    src:url("../fonts/niramit-regular-webfont.eot?#iefix") format("embedded-opentype"),url("../fonts/niramit-regular-webfont.woff2") format("woff2"),url("../fonts/niramit-regular-webfont.woff") format("woff"),url("../fonts/niramit-regular-webfont.ttf") format("truetype");
    font-weight:400;
    font-style:normal;
    font-display:swap
}
@font-face{
    font-family:"Gurajada";
    src:url("../fonts/gurajada-regular-webfont.eot?#iefix") format("embedded-opentype"),url("../fonts/gurajada-regular-webfont.woff2") format("woff2"),url("../fonts/gurajada-regular-webfont.woff") format("woff"),url("../fonts/gurajada-regular-webfont.ttf") format("truetype");
    font-weight:400;
    font-style:normal;
    font-display:swap
}
@font-face{
    font-family:"Crimson";
    src:url("../fonts/crimsontext-regular-webfont.eot?#iefix") format("embedded-opentype"),url("../fonts/crimsontext-regular-webfont.woff2") format("woff2"),url("../fonts/crimsontext-regular-webfont.woff") format("woff"),url("../fonts/crimsontext-regular-webfont.ttf") format("truetype");
    font-weight:400;
    font-style:normal;
    font-display:swap
}
body{
    font-family:"vagtech",sans-serif;
    font-style:normal
}
.logo-title{
  /*  font-family:"Zen Dots",sans-serif;
    text-transform:uppercase*/

    font-family:"vagtech",sans-serif;
    font-style:normal

}
*{
    margin:0;
    padding:0
}
h2{
    font-family:'Exo 2', sans-serif;
    font-style:normal;
    font-weight:500;
    font-size:11px;
    line-height:250%;
    letter-spacing:0.285em;
    text-transform:uppercase;
    color:#ffffff;
    margin:0;
    padding:2px 11px
}
h3{
    font-size:15px;
    text-transform:uppercase;
    font-family:'Gilda Display', serif;
    color:#c4c4c4
}
p{
    font-family:'Exo 2', sans-serif;
    font-style:normal;
    font-weight:500;
    font-size:9px;
    line-height:169%;
    text-align:center
}
@media screen and (max-width: 812px){
    html{
        font-size:16px
    }
}
@media screen and (min-width: 812px){
    html{
        font-size:calc( 14px + (22 - 14) * ((100vw - 812px) / (2800 - 812)))
    }
}
@media screen and (min-width: 2800px){
    html{
        font-size:22px
    }
}
html,body{
    height:100%;
    width:100%;
    position:fixed;
    margin:0;
    padding:0;
    border:0;
    overflow:hidden;
    overscroll-behavior:none;
    touch-action:none
}
body{
    color:#efefef;
    background-color:#000
}
*{
    box-sizing:border-box;
    -webkit-touch-callout:none;
    -webkit-tap-highlight-color:transparent
}
canvas{
    position:absolute;
    left:0
}
ul{
    list-style:none
}
#ui{
    position:absolute;
    width:100%;
    height:100%;
    pointer-events:none;
    display:flex;
    flex-direction:column
}
html.is-ready #ui{
    pointer-events:auto
}
.stage-nav-btn{
    position:absolute;
    top:50%;
    margin-top:-100px;
    height:200px;
    cursor:pointer;
    display:flex;
    justify-content:center;
    align-items:center;
    opacity:1
}
html.is-mobile .stage-nav-btn{
    width:50px;
    height:100px;
    margin-top:-50px
}
.stage-nav-btn.is-scene-0{
    left:0;
    transform:translate3d(-100%, 0, 0);
    transition:transform 0.6s cubic-bezier(0.47, 0.38, 0, 1.1)
}
html.is-mobile .stage-nav-btn.is-scene-0{
    left:-20px
}
.stage-nav-btn.is-scene-0 .stage-nav-btn-line::after{
    transform-origin:left bottom
}
.stage-nav-btn.is-scene-0 .stage-nav-btn-text-wrapper{
    left:0;
    justify-content:flex-start
}
.stage-nav-btn.is-scene-0 .stage-nav-btn-text-wrapper .stage-nav-btn-text{
    transform:translateX(5px)
}
.stage-nav-btn.is-scene-1{
    right:0;
    transform:translate3d(100%, 0, 0);
    transition:transform 0.6s cubic-bezier(0.47, 0.38, 0, 1.1)
}
html.is-mobile .stage-nav-btn.is-scene-1{
    right:-20px
}
.stage-nav-btn.is-scene-1 .stage-nav-btn-line::after{
    transform-origin:right bottom
}
.stage-nav-btn.is-scene-1 .stage-nav-btn-text-wrapper{
    right:0;
    justify-content:flex-end
}
.stage-nav-btn.is-scene-1 .stage-nav-btn-text-wrapper .stage-nav-btn-text{
    transform:translateX(-5px)
}
.stage-nav-btn-text-wrapper{
    position:absolute;
    height:100%;
    overflow:hidden;
    text-transform:uppercase;
    font-size:10px;
    display:flex;
    flex-direction:row;
    align-items:center
}
html.is-mobile .stage-nav-btn-text-wrapper{
    font-size:0.5em
}
.stage-nav-btn-text-wrapper .stage-nav-btn-text{
    line-height:1em;
    margin-top:-0.5em;
    margin:0 1em;
    white-space:nowrap;
    text-shadow:0 0 5px rgba(0,0,0,0.2);
    opacity:0.5;
    transition:transform 600ms cubic-bezier(0.19, 1, 0.22, 1),opacity 600ms cubic-bezier(0.19, 1, 0.22, 1)
}
.stage-nav-btn-text-wrapper .stage-nav-btn-line{
    display:flex;
    align-items:center
}
.stage-nav-btn-text-wrapper .stage-nav-btn-line::after{
    content:'';
    width:100px;
    height:1px;
    background-color:rgba(239,239,239,0.4);
    transform:scaleX(0.8);
    transition:transform 400ms cubic-bezier(0.54, 0.61, 0.51, 1);
    transform-origin:right bottom
}
.stage-nav-btn-text-wrapper:hover .stage-nav-btn-text{
    opacity:1
}
.stage-nav-btn-text-wrapper:hover .stage-nav-btn-line::after{
    transform:scaleX(0.5)
}
.stage-nav-btn:hover.is-scene-0 .stage-nav-btn-text{
    opacity:1;
    transform:translateX(-20px)
}
.stage-nav-btn:hover.is-scene-1 .stage-nav-btn-text{
    opacity:1;
    transform:translateX(20px)
}
.link{
    z-index:1
}
@media screen and (max-width: 812px){
    .stage-nav-btn-text-wrapper .stage-nav-btn-line::after{
        width:45px
    }
}
#stage0{
    position:absolute;
    width:100%;
    height:100%
}
#stage0 #btn{
    display:flex;
    align-items:center;
    justify-content:center;
    width:100px;
    height:30px;
    background:#000000;
    position:absolute;
    left:0;
    right:0;
    margin:0 auto;
    bottom:30px;
    pointer-events:auto;
    cursor:pointer
}
#stage0 #btn p{
    color:#ffffff;
    text-transform:uppercase
}
#audio-btn{
    position:relative;
    right:0px;
    bottom:0px;
    height:10px;
    width:25px;
    cursor:pointer;
    z-index:3;
    display:flex;
    flex-direction:row;
    justify-content:space-around;
    pointer-events:none;
    transition:opacity 0.3s
}

.logo {
    padding: 15px;
    width: 20%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.img-responsiv-title {
    width: 100%;
    height: auto;
}

.logo-flotante {
    position: fixed;
    top: 0;               /* pegado arriba */
    left: 50%;            /* centrado horizontal */
    transform: translateX(-50%);
    z-index: 9999;        /* siempre encima */
    padding: 100px;
}

.logo-flotante img {
    height: 145px;         /* ajusta el tamaño a tu gusto */
    width: auto;
}


html.is-mobile #audio-btn{
    right:0px
}
#audio-btn .audio__bar{
    pointer-events:none;
    position:relative;
    height:100%;
    width:1px;
    background:#efefef;
    will-change:transform;
    transform:translate3d(0, 0, 0) scaleY(0.2);
    transform-origin:center bottom
}
header{
    position:absolute;
    width:100%;
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    align-items:center;
    padding:50px 65px;
    z-index:2;
    opacity:1;
    transform:translateY(0);
    transition:all 0.2s ease-in-out
}
header .header-logo{
    position:relative;
    cursor:default
}
header .header-logo #header-logo-title{
    padding:6px 10px;
    background-color:rgba(239,239,239,0.15);
    opacity:0
}
header .header-more{
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:center
}
header .header-more--about,header .header-more--audio{
    cursor:pointer;
    border:1px solid rgba(239,239,239,0.15);
    border-radius:1px
}
header .header-more--about{
    padding:2px 2px;
    position:relative;
    overflow:hidden
}
header .header-more--about::after{
    content:'';
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background-color:rgba(239,239,239,0.15);
    opacity:0;
    transform:scaleX(0);
    transform-origin:bottom right;
    transition:opacity 1.3s cubic-bezier(0.19, 1, 0.22, 1),transform 0.95s cubic-bezier(0.19, 1, 0.22, 1)
}
header .header-more--about:hover::after{
    opacity:1;
    transform:scaleX(1);
    transform-origin:bottom left
}
header .header-more--audio{
    z-index:1;
    position:relative;
    overflow:hidden;
    margin-right:15px;
    padding:12px 7px
}
header .header-more--audio::after{
    content:'';
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background-color:rgba(239,239,239,0.15);
    z-index:-1;
    opacity:var(--opacity, 0);
    transform:scaleX(0);
    transform-origin:bottom right;
    transition:opacity 1.3s cubic-bezier(0.19, 1, 0.22, 1),transform 0.95s cubic-bezier(0.19, 1, 0.22, 1)
}
header .header-more--audio:hover::after,header .header-more--audio.is-active::after{
    opacity:1;
    transform:scaleX(1);
    transform-origin:bottom left
}
@media screen and (max-width: 812px){
    header{
        padding:15px
    }
}
#preloader{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-color:#27292a;
    background-image:url("../assets/images/background-preloader-dithered.png");
    background-size:cover;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    z-index:1000
}
#preloader .logo-title{
    font-size:24px
}
#preloader #preloader-text{
    position:absolute;
    bottom:40px;
    text-transform:uppercase;
    font-size:0.5em;
    text-align:center;
    opacity:0
}
#preloader #preloader-text span:nth-child(1){
    opacity:0
}
#preloader #preloader-text span:nth-child(2),#preloader #preloader-text span:nth-child(3),#preloader #preloader-text span:nth-child(4){
    animation-name:loading-dot;
    animation-duration:1s;
    animation-iteration-count:infinite
}
#preloader #preloader-text span:nth-child(2){
    animation-delay:0s
}
#preloader #preloader-text span:nth-child(3){
    animation-delay:0.15s
}
#preloader #preloader-text span:nth-child(4){
    animation-delay:0.3s
}
@keyframes loading-dot{
    0%{
        opacity:0
    }
    30%{
        opacity:1
    }
    70%{
        opacity:1
    }
    100%{
        opacity:0
    }
}
#about{
    position:relative;
    width:100vw;
    min-height:100vh;
    left:0;
    top:0;
    background-color:#27292a;
    background-image:url("../images/background-preloader-dithered.png");
    background-size:cover;
    display:flex;
    flex-direction:column;
    justify-content:center;
    z-index:10;
    overflow-y:scroll;
    pointer-events:none;
    opacity:0;
    display:none
}
#about #about-exit{
    position:absolute;
    top:0;
    display:flex;
    justify-content:flex-end;
    width:100%;
    z-index:11
}
#about #about-exit--close-btn{
    position:relative;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    padding:50px;
    cursor:pointer
}
#about #about-exit--close-btn .bar{
    position:relative;
    background-color:#efefef;
    height:1px;
    width:12px;
    position:absolute;
    transform:rotate(0deg);
    will-change:transform;
    transition:transform 3s cubic-bezier(0.09, 1.17, 0.7, 1.01)
}
#about #about-exit--close-btn .bar:nth-of-type(1){
    transform:rotate(45deg)
}
#about #about-exit--close-btn .bar:nth-of-type(2){
    transform:rotate(-45deg)
}
#about #about-exit--close-btn:hover .bar{
    transform:rotate(360deg)
}
#about #about-container{
    width:100%;
    padding:160px 4% 80px 4%;
    margin:0 auto
}
#about #about-container--border{
    display:flex;
    flex-direction:column;
    justify-content:space-evenly;
    align-items:center;
    text-align:center;
    padding:50px 0;
    border:1px dashed #5c5858;
    box-sizing:border-box
}
#about #about-container--border #about-star{
    position:absolute;
    top:146px
}
#about #about-container--border #about-star svg{
    width:13px
}
#about #about-container--border #about-star svg path{
    fill:#efefef
}
#about #about-container--border #about-content{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    height:850px
}
#about #about-container--border #about-content p{
    padding:50px 0;
    width:40%
}
#about #about-container--border .about-content2{
    display:flex
}
#about #about-container--border .about-content2 #about-explore{
    text-align:left
}
#about #about-container--border .about-content2 #about-info .about-info--group{
    text-align:left;
    margin-left:50px
}
#about #about-container--border .about-content2 #about-info .about-info--group:nth-of-type(1){
    width:292px
}
#about #about-container--border .about-content2 #about-info .about-info--group:nth-of-type(1) p{
    padding:0
}
#about #about-container--border .about-content2 #about-info .about-info--group:nth-of-type(2),#about #about-container--border .about-content2 #about-info .about-info--group:nth-of-type(3){
    padding-top:50px
}
#about #about-container--border .about-content2 #about-info .about-info--group h3{
    border-bottom:1px solid #3d3838;
    margin-bottom:15px;
    color:#c4c4c4;
    font-weight:lighter;
    width:400px
}
#about #about-container--border .about-content2 #about-info .about-info--group h3 span{
    padding:0 2px;
    overflow:hidden
}
#about #about-container--border .about-content2 p{
    line-height:normal;
    font-family:'Crimson';
    color:#c4c4c4;
    opacity:0.68;
    font-weight:lighter;
    text-align:left
}
#about #about-container--border .about-content2 p span{
    font-size:16px
}
#about #about-container--border h1{
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:center;
    font-family:'Gilda Display', serif;
    font-size:2.2em;
    font-weight:normal;
    text-transform:uppercase;
    letter-spacing:1px;
    padding:30px;
    width:65%
}
#about #about-container--border h1 span{
    color:#bebebe;
    background:linear-gradient(90deg, #707070 0, #5d5d5d 100%);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    padding:0 5px
}
#about #about-container--border p{
    width:400px;
    font-family:'Niramit';
    font-style:normal;
    font-weight:normal;
    font-size:0.8rem;
    color:#aaaaaa;
    padding:2.5px;
    line-height:1.2rem
}
#about #about-container--border p span{
    padding:0 1.5px;
    overflow:hidden
}
#about #about-container--border p a{
    color:white;
    text-decoration:none
}
#about #about-container--border p a:after{
    content:'';
    position:absolute;
    bottom:0px;
    left:0;
    right:0;
    width:100%;
    height:1px;
    bottom:0px;
    transform:scaleX(0);
    background-image:linear-gradient(90deg, #525252 0%, #797979 35%, #525252 100%);
    transform-origin:bottom right;
    transition:transform 0.95s cubic-bezier(0.19, 1, 0.22, 1)
}
#about #about-container--border p a:hover:after{
    transform:scaleX(1);
    transform-origin:bottom left
}
#about #about-container--border h1 span,#about #about-container--border p span{
    display:inline-block;
    white-space:break-spaces;
    animation:fadeInByWord 1.6s cubic-bezier(0.42, 0, 0, 0.99) both;
    animation-delay:calc(var(--index) * 25 * 1ms);
    transition:transform 2s cubic-bezier(0.65, 0.05, 0.36, 1),opacity 3s cubic-bezier(0.65, 0.05, 0.36, 1);
    transform-origin:left center
}
#about #about-container--border .explore-btn{
    display:flex;
    flex-direction:row;
    align-items:center;
    text-decoration:none;
    padding-top:80px;
    transition:transform 0.7s cubic-bezier(0.38, 0.92, 0.55, 0.95)
}
#about #about-container--border .explore-btn .explore-btn--text{
    font-family:'Gurajada';
    font-size:1rem;
    letter-spacing:0.04em;
    text-transform:uppercase;
    color:white;
    display:block;
    padding-left:15px;
    font-weight:lighter
}
#about #about-container--border .explore-btn .explore-btn--text span{
    white-space:nowrap;
    backface-visibility:hidden;
    opacity:0.6;
    transition:opacity 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95),transform 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95)
}
#about #about-container--border .explore-btn:focus{
    outline:none;
    border:none
}
#about #about-container--border .explore-btn:hover .explore-btn--text span{
    opacity:1;
    animation:hoverInByLetter 0.4s cubic-bezier(0.42, 0, 0, 0.99) infinite alternate;
    animation-delay:calc(var(--index) * 21ms)
}
@keyframes fadeInByWord{
    from{
        transform:translateY(30px) scaleY(0.9) rotate(3deg);
        opacity:0
    }
    to{
        transform:translateY(0px) scaleY(1) rotate(0deg);
        opacity:1
    }
}
@keyframes hoverInByLetter{
    0%{
        opacity:1
    }
    100%{
        opacity:0.7
    }
}
@media screen and (min-width: 1440px){
    #about #about-container--border{
        padding:110px 0
    }
}
@media screen and (max-width: 1440px){
    #about #about-container #about-content{
        height:75vh
    }
    #about #about-container h1{
        width:75%
    }
}
@media screen and (max-width: 812px){
    #about #about-exit--close-btn{
        padding:20px
    }
    #about #about-container{
        position:relative;
        padding:100px 4% 4% 4%
    }
    #about #about-container #about-star{
        top:88px
    }
    #about #about-container #about-content{
        overflow:scroll;
        overflow-x:hidden;
        height:440px
    }
    #about #about-container #about-content p{
        width:90%
    }
    #about #about-container .about-content2{
        flex-direction:column
    }
    #about #about-container .about-content2 #about-explore p{
        padding:50px 20px
    }
    #about #about-container .about-content2 #about-info .about-info--group{
        margin-left:inherit
    }
    #about #about-container .about-content2 #about-info .about-info--group:nth-of-type(1){
        width:100%
    }
    #about #about-container .about-content2 #about-info .about-info--group:nth-of-type(1) section{
        padding:20px 0
    }
    #about #about-container .about-content2 #about-info .about-info--group:nth-of-type(1) section p{
        padding:0 15px
    }
    #about #about-container .about-content2 #about-info .about-info--group h3{
        width:90%;
        margin:0 auto
    }
    #about #about-container--border h1,#about #about-container--border p{
        width:100%;
        padding:20px
    }
    #about #about-container--border h1{
        margin:20px 0
    }
    #about #about-container .explore-btn{
        display:none
    }
    #about #about-container .explore-btn span{
        font-size:1.286rem
    }
}
@media screen and (max-width: 560px){
    #about #about-container--border{
        padding:10% 0
    }
    #about #about-container--border h1{
        font-size:1.45rem;
        padding:50px;
        margin:10px 0
    }
    #about #about-container--border p{
        font-size:1rem
    }
}
@media screen and (max-width: 480px){
    #about #about-container--border{
        padding:5% 0
    }
    #about #about-container--border h1{
        font-size:1.25rem;
        padding:20px;
        margin:10px 0
    }
}
@media screen and (max-width: 320px){
    #about #about-container--border h1{
        font-size:1rem;
        line-height:1.4rem;
        margin:0
    }
    #about #about-container--border p{
        font-size:0.875rem
    }
}
#cinematic{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    pointer-events:none
}
#cinematic-bar-top{
    position:relative;
    width:100%;
    height:112px;
    background:#000;
    z-index:1;
    transform:translateY(-100%);
    transform-origin:top center;
    transition:transform 50ms cubic-bezier(0.075, 0.82, 0.165, 1)
}
#cinematic-header{
    position:relative;
    width:calc(100% - 60px);
    margin:60px auto 0 auto;
    display:flex;
    opacity:0
}
#cinematic-header p:nth-child(1){
    margin-right:60px
}
#cinematic-header-headline{
    position:absolute;
    top:45px;
    left:0;
    display:flex;
    align-items:center
}
#cinematic-header-headline h2{
    font-style:normal;
    font-weight:normal;
    font-size:12px;
    line-height:169%;
    letter-spacing:0.02em
}
#cinematic-header-headline #cinematic-header-icon{
    position:relative;
    width:16px;
    height:16px;
    background:transparent;
    margin-left:15px;
    border:1px solid #c4c4c4
}
#cinematic-header-headline #cinematic-header-icon:before{
    content:'';
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    left:0;
    right:0;
    margin:0 auto;
    width:2px;
    height:2px;
    background:#c4c4c4
}
#cinematic-grid{
    position:absolute;
    top:50%;
    left:0;
    transform:translateY(-50%);
    width:100%;
    height:calc(100% - 224px);
    opacity:0
}
#cinematic-grid .grid-line{
    position:absolute;
    width:100%;
    height:1px;
    background:rgba(196,196,196,0.1)
}
#cinematic-grid .grid-line.line-1{
    top:45px
}
#cinematic-grid .grid-line.line-2{
    bottom:45px
}
#cinematic-grid .grid-rect{
    position:absolute;
    border:1px solid rgba(196,196,196,0.1);
    opacity:1
}
#cinematic-grid .grid-rect.rect-1{
    width:58vw;
    height:8vh;
    max-height:68px;
    left:2vw;
    top:60%;
    transform:translateY(-60%)
}
#cinematic-grid .grid-rect.rect-2{
    left:56vw;
    width:9vw;
    min-width:100px;
    height:9vh;
    min-height:90px;
    top:65%;
    transform:translateY(-65%)
}
#cinematic-grid .grid-rect.rect-2:before{
    position:absolute;
    top:-2px;
    right:-2px;
    content:'';
    width:4px;
    height:4px;
    background:rgba(196,196,196,0.1)
}
#cinematic-grid .grid-rect.rect-3{
    width:15vw;
    min-width:60px;
    height:35vh;
    left:calc(34vw - 50px);
    top:40%;
    transform:translateY(-40%)
}
#cinematic-footer{
    width:calc(100% - 60px);
    margin:auto auto 60px auto;
    display:flex;
    justify-content:space-between;
    opacity:0
}
#cinematic-bar-bottom{
    position:relative;
    width:100%;
    height:112px;
    background:#000;
    z-index:1;
    transform:translateY(100%);
    transform-origin:bottom center;
    transition:transform 0.3s cubic-bezier(0.23, 1, 0.32, 1)
}
#cinematic-footer-data{
    display:flex;
    flex-direction:column;
    max-width:300px;
    margin-right:30px
}
#cinematic-footer-data-top{
    position:relative;
    display:flex;
    max-width:247px;
    padding-left:10px;
    margin-bottom:20px
}
#cinematic-footer-data-top #data-top-bgBanner{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:14px;
    background:rgba(196,196,196,0.1);
    opacity:0;
    transform:scaleX(0);
    transform-origin:left center
}
#cinematic-footer-data-top li{
    display:flex;
    flex-direction:column;
    margin-right:20px;
    text-transform:uppercase
}
#cinematic-footer-data-top li p{
    margin-bottom:10px
}
#cinematic-footer-data-bottom{
    position:relative;
    display:flex;
    align-items:center;
    max-width:300px
}
#cinematic-footer-data-bottom>*{
    margin-left:10px
}
#cinematic-footer-data-bottom>*:nth-child(1){
    margin-left:0
}
#cinematic-footer-data-bottom>*:nth-child(3),#cinematic-footer-data-bottom>*:nth-child(4){
    margin-left:12px
}
#cinematic-footer-data-bottom>*:nth-child(5){
    margin-left:26px
}
#cinematic-footer-data-bottom #data-bottom-line{
    width:160px;
    height:1px;
    background:#c4c4c4
}
#cinematic-footer-data-bottom #data-bottom-line-a{
    position:absolute;
    bottom:0;
    left:120px;
    width:1px;
    height:10px;
    background:#c4c4c4
}
#cinematic-footer-data-bottom #data-bottom-line-b{
    position:absolute;
    bottom:0px;
    left:140px;
    width:1px;
    height:8px;
    background:#c4c4c4
}
#cinematic-footer-line{
    position:relative;
    width:50%;
    height:1px;
    margin:auto 39px 7px auto;
    background:#c4c4c4
}
#cinematic-footer-line:before{
    content:'';
    position:absolute;
    top:-1px;
    left:0px;
    width:3px;
    height:3px;
    background:#c4c4c4
}
#cinematic-footer-line:after{
    content:'';
    position:absolute;
    top:-1px;
    right:0px;
    width:3px;
    height:3px;
    background:#c4c4c4
}
#cinematic-footer-line-a{
    position:absolute;
    top:-10px;
    left:22%;
    width:1px;
    height:10px;
    background:#c4c4c4
}
#cinematic-footer-line-b{
    position:absolute;
    top:-8px;
    right:6%;
    width:1px;
    height:8px;
    background:#c4c4c4
}
#cinematic-footer-line-c{
    position:absolute;
    top:-1px;
    right:-8px;
    width:3px;
    height:3px;
    background:#c4c4c4
}
#cinematic-footer-pointerData{
    display:flex;
    margin:auto 0 0 auto;
    background:rgba(196,196,196,0.1);
    padding:1px 10px
}
#cinematic-footer-pointerData p{
    margin-right:15px
}
#cinematic-footer-pointerData p:nth-child(2){
    margin-right:10px;
    width:40px;
    overflow:hidden
}
#cinematic-footer-pointerData p:last-child{
    margin-right:0;
    width:40px;
    overflow:hidden
}
#cinematic-footer-title{
    margin:auto 0 0 30px
}
.cinematic-copy{
    text-transform:uppercase;
    text-align:left
}
.alignToBottom{
    margin:auto auto 0 auto
}
.data-lines-and-bars{
    opacity:0;
    transform:scaleX(0);
    transform-origin:left bottom
}
@media screen and (max-width: 812px){
    #cinematic-bar-top,#cinematic-bar-bottom{
        height:80px
    }
    #cinematic-footer-data{
        display:none
    }
}
@media screen and (max-width: 320px){
    #cinematic-bar-top,#cinematic-bar-bottom{
        height:50px
    }
}
.hold-interaction{
    pointer-events:none;
    position:absolute;
    left:0;
    top:0;
    display:flex;
    flex-direction:column;
    justify-content:space-around;
    align-items:center;
    cursor:pointer;
    z-index:0;
    opacity:0;
    transition:opacity 1s
}
.hold-interaction--circles{
    display:flex;
    justify-content:center;
    align-items:center
}
.hold-interaction--circles .holdInnerCircle{
    position:absolute
}
.hold-interaction--circles .holdOuterCircle{
    width:63px;
    height:63px;
    top:calc(50% - 31.5px);
    left:calc(50% - 31.5px)
}
.hold-interaction--circles .holdOuterCircle .hold__outerCircle,.hold-interaction--circles .holdOuterCircle .hold__outerCirclePath{
    fill:none;
    stroke:rgba(255,255,255,0.5);
    stroke-width:1px
}
.hold-interaction--circles .holdOuterCircle .hold__outerCirclePath{
    stroke:#efefef;
    stroke-dasharray:1;
    stroke-dashoffset:1;
    transition:stroke-dashoffset 1500ms cubic-bezier(0.19, 1, 0.22, 1)
}
.hold-interaction span{
    padding:12.5px 0;
    font-size:10px;
    text-transform:uppercase;
    font-weight:700;
    background:#ffffff;
    background:-webkit-linear-gradient(to right, #fff 0%, #b3b3b3 100%);
    background:-moz-linear-gradient(to right, #fff 0%, #b3b3b3 100%);
    background:linear-gradient(to right, #fff 0%, #b3b3b3 100%);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    opacity:0;
    transition:opacity 300ms cubic-bezier(0.19, 1, 0.22, 1)
}
footer{
    width:100%;
    position:absolute;
    bottom:0;
    opacity:1;
    transform:translateY(0);
    transition:all 0.2s ease-in-out
}
footer #themes-selector{
    position:absolute;
    bottom:150px;
    left:50%;
    z-index:1;
    flex-direction:column
}
footer #themes-selector span{
    font-family:'Exo 2', sans-serif;
    font-style:normal;
    font-weight:500;
    font-size:9px;
    line-height:169%;
    letter-spacing:0.285em;
    text-transform:uppercase;
    color:#ffffff;
    margin:0;
    padding:14px;
    border-radius:3px;
    background-color:rgba(239,239,239,0.1)
}
footer #themes-selector .themes-selector-options-wrapper{
    position:absolute;
    top:60px;
    left:50%;
    height:50px;
    transform:translate3d(-50%, 0, 0);
    white-space:nowrap;
    padding:3px 3px 5px 3px;
    background-color:rgba(239,239,239,0.1);
    display:flex;
    border-radius:1px
}
footer #themes-selector .themes-selector-options-wrapper .themes-selector-option{
    display:flex;
    flex-direction:row;
    justify-content:center;
    align-items:center
}
footer #themes-selector .themes-selector-options-wrapper .themes-selector-option .themes-selector-option-color{
    width:30px;
    height:30px;
    overflow:hidden;
    border-radius:3px;
    opacity:0.2;
    transform:scale3d(0.83, 0.83, 1);
    transition:transform 0.2s, opacity 0.2s;
    margin:0 5px;
    z-index:10;
    cursor:pointer
}
html.is-mobile footer #themes-selector .themes-selector-options-wrapper .themes-selector-option .themes-selector-option-color{
    transform:scale3d(0.8, 0.8, 1)
}
html.is-desktop footer #themes-selector .themes-selector-options-wrapper .themes-selector-option .themes-selector-option-color:hover{
    opacity:1
}
footer #themes-selector .themes-selector-options-wrapper .themes-selector-option .themes-selector-option-color.is-selected{
    border:2px solid rgba(206,206,206,0.9)
}
footer #themes-selector .themes-selector-options-wrapper .themes-selector-option .themes-selector-option-color:before{
    position:absolute;
    content:'';
    width:100%;
    height:100%;
    background:linear-gradient(157.5deg, rgba(255,255,255,0.15) 0%, rgba(255,255,255,0) 50%, rgba(0,0,0,0.15) 100%)
}
@media screen and (max-width: 812px){
    footer #themes-selector{
        bottom:130px
    }
}
 