@import"https://fonts.googleapis.com/css?family=Roboto:100,300,400&display=swap";.header-1-animation{display:inline-block;opacity:0;animation:header-1-animation 3s ease-in-out 1.25s both}@keyframes header-1-animation{0%,25%{transform:translateY(75%);color:#64ff64;filter:blur(6px)}to{transform:translateY(0);color:#000;filter:blur(0px)}0%{opacity:0}40%,to{opacity:1}}.sub-header-1-animation{display:inline-block;opacity:0;animation:sub-header-1-animation 4s ease-in-out 1.75s both}@keyframes sub-header-1-animation{0%,25%{transform:translate(50%);color:#ff6464;filter:blur(6px)}to{transform:translate(0);color:#000;filter:blur(0px)}0%{opacity:0}40%,to{opacity:1}}.sub-header-2-animation{display:inline-block;opacity:0;animation:sub-header-2-animation 4s ease-in-out 1.75s both}@keyframes sub-header-2-animation{0%,25%{transform:translate(-50%);color:#6464ff;filter:blur(6px)}to{transform:translate(0);color:#000;filter:blur(0px)}0%{opacity:0}40%,to{opacity:1}}.header-2-animation{display:inline-block;opacity:0;animation:sub-header-2 4s ease-in-out 1.85s both}@keyframes sub-header-2{0%,25%{transform:translate(-50%);color:#00f;filter:blur(6px)}to{transform:translate(0);color:#000;filter:blur(0px)}0%{opacity:0}40%,to{opacity:1}}.flowing-underline{position:relative;display:inline-block;padding-bottom:2px;overflow:hidden}.flowing-underline:before{content:"";position:absolute;left:0;bottom:0;width:100%;height:1px;font-weight:100;background-color:#a5a5a5;animation:underline-flow 4s ease-in-out infinite}@keyframes underline-flow{0%{transform:translate(-50%) scaleX(0%)}70%{transform:translate(100%) scaleX(1)}to{transform:translate(100%) scaleX(1)}}.arrow{display:inline-block;position:relative}.arrow:before{animation:scroll 5s 5s infinite;border:solid #000;border-width:0 0 1px 1px;content:"";display:inline-block;margin:auto;position:absolute;top:0;right:0;left:0;transform:rotate(-45deg);width:20px;height:20px;opacity:0}@keyframes scroll{0%{transform:rotate(-45deg) translate(7px,-7px)}80%{transform:rotate(-45deg) translate(-13px,13px)}0%,80%,to{opacity:0}40%{opacity:1}}.stroke{background:#fff0;width:3.5rem;height:2.5rem;position:relative}.stroke .border{content:"";position:absolute;opacity:0}.stroke .border.top,.stroke .border.bottom{width:calc(100% - 20px)}.stroke .border.top{border-top:1px solid rgba(165,165,165,1);right:0;top:0}.stroke .border.bottom{border-bottom:1px solid rgba(165,165,165,1);left:0;bottom:0}.stroke .border.right,.stroke .border.left{height:calc(100% - 20px)}.stroke .border.right{border-right:1px solid rgba(165,165,165,1);right:0;top:0}.stroke .border.left{border-left:1px solid rgba(165,165,165,1);left:0;bottom:0}.stroke.is-animated .border.top,.stroke.is-animated .border.bottom{animation:stroke-width 5s cubic-bezier(.22,1,.36,1) 5s infinite}.stroke.is-animated .border.right,.stroke.is-animated .border.left{animation:stroke-height 5s cubic-bezier(.22,1,.36,1) 5s infinite}@keyframes stroke-width{0%{width:0}80%,to{width:100%}0%,80%,to{opacity:0}40%{opacity:1}}@keyframes stroke-height{0%{height:0}80%,to{height:100%}0%,80%,to{opacity:0}40%{opacity:1}}.show-up-1{display:inline-block;opacity:0;animation:show-up-1 4s ease-in-out 0s both}@keyframes show-up-1{0%{filter:blur(6px);opacity:0}to{filter:blur(0px);opacity:1}}.show-up-2{display:inline-block;opacity:0;animation:show-up-2 2.5s ease-in-out 2.5s both}@keyframes show-up-2{0%{filter:blur(6px);opacity:0}to{filter:blur(0px);opacity:1}}.show-up-3{display:inline-block;opacity:0;animation:show-up-3 2.5s ease-in-out 3.5s both}@keyframes show-up-3{0%{filter:blur(6px);opacity:0}to{filter:blur(0px);opacity:1}}.list-item-1{display:inline-block;opacity:0;animation:list-item-1 2.5s ease-in-out 2.25s both}@keyframes list-item-1{0%{transform:translate(-30%);filter:blur(6px);opacity:0}to{transform:translate(0);filter:blur(0px);opacity:1}}.list-item-2{display:inline-block;opacity:0;animation:list-item-2 2.5s ease-in-out 2.5s both}@keyframes list-item-2{0%{transform:translate(-30%);filter:blur(6px);opacity:0}to{transform:translate(0);filter:blur(0px);opacity:1}}.list-item-3{display:inline-block;opacity:0;animation:list-item-3 2.5s ease-in-out 2.75s both}@keyframes list-item-3{0%{transform:translate(-30%);filter:blur(6px);opacity:0}to{transform:translate(0);filter:blur(0px);opacity:1}}*{box-sizing:border-box}*:before,*:after{box-sizing:border-box}#container{position:relative;transform:scale(.725)}.divider{position:absolute;z-index:2;top:65px;left:200px;width:50px;height:15px;background:#fff}.loading-text{position:relative;font-size:3.75rem;font-weight:300;margin:0;white-space:nowrap}.loading-text:before{position:absolute;content:"";z-index:1;top:47.5px;left:85px;width:6px;height:6px;background:#000;border-radius:50%;animation:dotMove 1.8s cubic-bezier(.25,.25,.75,.75) infinite}.loading-text .letter{vertical-align:bottom;display:inline-block;position:relative;color:#000;letter-spacing:8px}.loading-text .letter:nth-child(1){transform-origin:100% 70%;transform:scaleY(1.275)}.loading-text .letter:nth-child(1):before{position:absolute;content:"";top:20px;left:0;width:14px;height:36px;background:#fff;transform-origin:100% 0;animation:lineStretch 1.8s cubic-bezier(.25,.25,.75,.75) infinite}.loading-text .letter:nth-child(5){transform-origin:100% 100%;animation:letterStretch 1.8s cubic-bezier(.25,.23,.73,.75) infinite}.loading-text .letter:nth-child(5):before{position:absolute;content:"";top:0;left:2px;width:9px;height:30px;background:#fff;transform-origin:100% 0}@keyframes dotMove{0%,to{transform:rotate(0) translate(81px) rotate(0)}50%{transform:rotate(-180deg) translate(81px) rotate(180deg)}}@keyframes letterStretch{0%,to{transform:scaleY(.6)}8%,28%{transform:scaleY(1.4)}37%{transform:scaleY(.875)}46%{transform:scaleY(1.03)}50%,97%{transform:scale(1)}}@keyframes lineStretch{0%,45%,70%,to{transform:scaleY(.125)}49%{transform:scaleY(.75)}50%{transform:scaleY(.875)}53%{transform:scaleY(.5)}60%{transform:scaleY(0)}68%{transform:scaleY(.18)}}@media (min-width: 48rem){#container{transform:scale(.725rem)}}@media (min-width: 62rem){#container{transform:scale(.85)}}.bounce-animation{animation:bounce 3s ease-in-out infinite}@keyframes bounce{0%,to{transform:translateY(-3px)}50%{transform:translateY(3px)}}.outline-animation{background-color:#fff0;outline-offset:2px;outline-color:#ffffffb3;animation:outline 1.5s ease-in-out}@keyframes outline{0%,to{transform:translateY(-3px)}50%{transform:translateY(3px)}}.svg-icon-3{display:flex;animation:svg-icon-3 ease 2s infinite alternate}@keyframes svg-icon-3{0%{r:15%;fill:#87ceeb;stroke:pink}to{r:40%;fill:#0f0;stroke:orange}}.svg-icon-4{display:flex;animation:svg-icon-4 ease 2s infinite alternate}@keyframes svg-icon-4{0%{r:15%;fill:#0f0;stroke:orange}to{r:40%;fill:#87ceeb;stroke:pink}}.popup-layer-1-scroll-a::-webkit-scrollbar{width:8px}.popup-layer-1-scroll-a::-webkit-scrollbar-thumb{background:#717171;border-radius:20px}.popup-layer-1-scroll-a::-webkit-scrollbar-track{background:#ccc}.fade-custom-video{animation:fade-custom-video}@keyframes fade-custom-video{0%{opacity:0}to{opacity:1}}.fade-custom-bg-img{animation:fade-custom-bg-img}@keyframes fade-custom-bg-img{0%{opacity:1}to{opacity:.035}}
