@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes grow{0%{width:0%}100%{width:100%}}@keyframes slideIn{0%{transform:translateX(-100vw)}100%{transform:translateX(0)}}@keyframes slideDown{0%{transform:translateY(-200vh)}100%{transform:translateY(0)}}html,body{margin:0;paddin:0;background:#000}#content{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start}#content #left,#content #right{max-width:50vw}#content #left .st0,#content #right .st0{fill:#fded4a}@media only screen and (max-width: 768px){#content #left,#content #right{max-width:100vw}}#content #left{z-index:10;position:relative;height:100vh;width:auto}@media only screen and (max-width: 768px){#content #left{width:100vw;height:auto}}#content #left rect{width:0%;-webkit-animation:grow 1.5s ease-in-out .5s forwards;-moz-animation:grow 1.5s ease-in-out .5s forwards;-o-animation:grow 1.5s ease-in-out .5s forwards;-ms-transition:grow 1.5s ease-in-out .5s forwards;animation:grow 1.5s ease-in-out .5s forwards}#content #left #tie,#content #left #isnow,#content #left #shortup{opacity:0}#content #left #tie{-webkit-animation:fadeIn 1.5s ease-in-out 1s forwards;-moz-animation:fadeIn 1.5s ease-in-out 1s forwards;-o-animation:fadeIn 1.5s ease-in-out 1s forwards;-ms-transition:fadeIn 1.5s ease-in-out 1s forwards;animation:fadeIn 1.5s ease-in-out 1s forwards}#content #left #isnow{-webkit-animation:fadeIn 1.5s ease-in-out 2s forwards;-moz-animation:fadeIn 1.5s ease-in-out 2s forwards;-o-animation:fadeIn 1.5s ease-in-out 2s forwards;-ms-transition:fadeIn 1.5s ease-in-out 2s forwards;animation:fadeIn 1.5s ease-in-out 2s forwards}#content #left #shortup{-webkit-animation:fadeIn 1.5s ease-in-out 3.5s forwards;-moz-animation:fadeIn 1.5s ease-in-out 3.5s forwards;-o-animation:fadeIn 1.5s ease-in-out 3.5s forwards;-ms-transition:fadeIn 1.5s ease-in-out 3.5s forwards;animation:fadeIn 1.5s ease-in-out 3.5s forwards}#content #right{z-index:5;position:relative;height:95vh;width:auto;transform:translateX(-100vw);-webkit-animation:slideIn 2s ease-in-out 5s forwards;-moz-animation:slideIn 2s ease-in-out 5s forwards;-o-animation:slideIn 2s ease-in-out 5s forwards;-ms-transition:slideIn 2s ease-in-out 5s forwards;animation:slideIn 2s ease-in-out 5s forwards}@media only screen and (max-width: 768px){#content #right{width:100vw;height:auto;transform:translateY(-200vh);-webkit-animation:slideDown 2s ease-in-out 5s forwards;-moz-animation:slideDown 2s ease-in-out 5s forwards;-o-animation:slideDown 2s ease-in-out 5s forwards;-ms-transition:slideDown 2s ease-in-out 5s forwards;animation:slideDown 2s ease-in-out 5s forwards}}#content #right #btn{opacity:0;-webkit-animation:fadeIn 1.5s ease-in-out 7.5s forwards;-moz-animation:fadeIn 1.5s ease-in-out 7.5s forwards;-o-animation:fadeIn 1.5s ease-in-out 7.5s forwards;-ms-transition:fadeIn 1.5s ease-in-out 7.5s forwards;animation:fadeIn 1.5s ease-in-out 7.5s forwards}#content #right #findus{cursor:pointer}#content #right #btn{cursor:pointer}#content #right #btn rect,#content #right #btn path{-webkit-transition:all .3s ease-out 0s;-moz-transition:all .3s ease-out 0s;-ms-transition:all .3s ease-out 0s;-o-transition:all .3s ease-out 0s;transition:all .3s ease-out 0s}#content #right #btn:hover rect{fill:#000}#content #right #btn:hover g path{fill:#fded4a}@media only screen and (max-width: 768px){#content{padding-bottom:90px}}#corner{width:0;height:0;border-bottom:100px solid #fded4a;border-left:100px solid transparent;position:fixed;right:0;bottom:0;-webkit-transition:all .3s ease-out 0s;-moz-transition:all .3s ease-out 0s;-ms-transition:all .3s ease-out 0s;-o-transition:all .3s ease-out 0s;transition:all .3s ease-out 0s;z-index:50;opacity:0;-webkit-animation:fadeIn 1.5s ease-in-out 18s forwards;-moz-animation:fadeIn 1.5s ease-in-out 18s forwards;-o-animation:fadeIn 1.5s ease-in-out 18s forwards;-ms-transition:fadeIn 1.5s ease-in-out 18s forwards;animation:fadeIn 1.5s ease-in-out 18s forwards;text-decoration:none}#corner span{position:absolute;bottom:-85px;width:70px;right:0px;text-align:center;font-size:16px;transform:rotate(-45deg);display:block;-webkit-transition:all .3s ease-out 0s;-moz-transition:all .3s ease-out 0s;-ms-transition:all .3s ease-out 0s;-o-transition:all .3s ease-out 0s;transition:all .3s ease-out 0s;color:#000;text-decoration:none;font-family:"acumin-pro-condensed",sans-serif;font-weight:700;font-style:normal}#corner:hover{border-color:#000}#corner:hover span{color:#fded4a}#corner a{text-decoration:none}@media only screen and (max-width: 768px){#corner{border:0px;width:100%;height:auto;padding:15px;background-color:#fded4a}#corner span{position:relative;bottom:initial;transform:none;width:auto}#corner:hover{background-color:#000}}