@charset "UTF-8";body,html{padding:0;margin:0;overflow:hidden}#pureFullPage{position:relative;top:0;transition:all 1s ease;touch-action:none}#pureFullPage .page{width:100%;height:100%}#pureFullPage .nav{position:fixed;top:50%;right:15px;width:18px;transform:translateY(-50%)}#pureFullPage .nav p{width:18px;height:20px;padding:14px 0;margin:0 auto;cursor:pointer}#pureFullPage .nav p span{display:block;position:relative;top:50%;transform:translateY(-50%);width:6px;height:12px;margin:0 auto;background-color:rgba(255,255,255,.6);border-radius:12px;transition:all 150ms ease-in-out}#pureFullPage .nav p:hover span{width:8px;height:16px;background-color:#fff}#pureFullPage .nav p.active span{width:10px;height:20px;background-color:#fff}