@charset "UTF-8";/*
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */#scroll{display:inline-block;position:absolute;left:6vw;bottom:0;z-index:2;padding:10px 10px 110px;overflow:hidden;color:#fcee21;font-size:14px;font-family:"Futura", sans-serif;line-height:1;letter-spacing:0.2em;text-transform:uppercase;text-decoration:none;writing-mode:vertical-lr;height:800px;top:41%}@media only screen and (min-width:600px) and (max-width:767px){#scroll{top:25%}}@media only screen and (min-width:320px) and (max-width:599px),only screen and (max-width:320px){#scroll{left:4%}}#scroll::after{content:"";display:block;width:1px;border-left:1px #fcee21 solid;animation:scroll 2s ease 0s infinite normal;margin:0 auto 0;top:14%;position:absolute;margin-left:18px;left:0%}@media only screen and (min-width:320px) and (max-width:599px),only screen and (max-width:320px){#scroll::after{left:3%;top:18%}}@keyframes scroll{0%{height:0}50%{height:800px;margin-top:0}100%{margin-top:800px;height:800px}}