:root{scroll-behavior:smooth}#p_portal #portal-hero{width:100%;height:100vh;display:flex;justify-content:center;align-items:center;border-bottom:2px solid gray;position:relative}#p_portal #portal-hero .background{background:var(--bg);background-attachment:fixed;background-size:cover;width:100%;height:100%;position:absolute;top:0;left:0;z-index:-1}#p_portal #portal-hero .logo{max-width:80%}#p_portal #portal-hero .scroll-indicator{position:absolute;bottom:0;padding-bottom:50px;width:100%;left:0;color:#c7a654;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:10;font-size:1rem;background:linear-gradient(0deg,black,transparent)}#p_portal #portal-hero .scroll-indicator svg{width:50px;height:50px;color:#d3d3d3;animation:arrdownups 1s linear infinite alternate forwards}@keyframes arrdownups{0%{transform:translateY(30%)}to{transform:translateY(-10%)}}#p_portal .divider{height:100px;width:100%;background:linear-gradient(180deg,black,#171717)}#p_portal #portal-link{height:100vh;display:flex}@media screen and (max-width:768px){#p_portal #portal-link{flex-direction:column}}#p_portal #portal-link .portal{width:100%;height:100vh;background:linear-gradient(180deg,rgba(77,55,0,.2470588235),black);flex-grow:1;overflow:hidden;border-right:4px solid var(--dgold);position:relative;display:flex;align-items:flex-end}#p_portal #portal-link .portal .main{text-align:center;width:100%;font-size:5rem;line-height:90%;color:var(--dgold);font-weight:700;flex-direction:column;align-items:center;justify-content:center;display:flex;padding-block:10%;padding-bottom:12vh;transition:all .8s ease;transform:translateY(0);position:relative;z-index:10;filter:drop-shadow(0 0 10px black)}@media screen and (max-width:1550px){#p_portal #portal-link .portal .main{font-size:3rem}}@media screen and (max-width:1280px){#p_portal #portal-link .portal .main{font-size:1.2rem}}#p_portal #portal-link .portal .main p{margin-bottom:.25em;max-width:min-content}#p_portal #portal-link .portal .main img{width:190px}@media screen and (max-width:550px){#p_portal #portal-link .portal .main img{width:80px}}#p_portal #portal-link .portal .explore{background:url(/bg/grunge12.png),#000;display:flex;justify-content:space-between;padding:1em;width:100%;cursor:pointer;align-items:center;border-top:2px solid #fff;position:absolute;z-index:10;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;opacity:0;transform:translateY(100%);transition:all .5s ease;transition-delay:.1s;box-shadow:0 10px 20px 40px rgba(0,0,0,.438)}#p_portal #portal-link .portal .explore p{color:hsla(0,0%,100%,.315);font-size:3rem;font-weight:700}@media screen and (max-width:1550px){#p_portal #portal-link .portal .explore p{font-size:2rem}}@media screen and (max-width:1280px){#p_portal #portal-link .portal .explore p{font-size:1.5rem}}#p_portal #portal-link .portal .explore .icon{-webkit-user-select:none;-moz-user-select:none;user-select:none;scale:1}@media screen and (max-width:550px){#p_portal #portal-link .portal .explore .icon{max-width:100px}#p_portal #portal-link .portal .explore .icon img{width:100%;height:100%}}#p_portal #portal-link .portal .explore .icon img{-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:all .5s ease}#p_portal #portal-link .portal .active,#p_portal #portal-link .portal:focus,#p_portal #portal-link .portal:hover{cursor:pointer}#p_portal #portal-link .portal .active .main,#p_portal #portal-link .portal:focus .main,#p_portal #portal-link .portal:hover .main{transform:translateY(10%);opacity:0;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}#p_portal #portal-link .portal .active .bg-container .background,#p_portal #portal-link .portal:focus .bg-container .background,#p_portal #portal-link .portal:hover .bg-container .background{filter:saturate(100%) brightness(100%);animation:panout 20s linear alternate forwards}@keyframes panout{0%{scale:1}to{scale:1.1}}#p_portal #portal-link .portal .active .bg-container:after,#p_portal #portal-link .portal:focus .bg-container:after,#p_portal #portal-link .portal:hover .bg-container:after{opacity:.4}#p_portal #portal-link .portal .active .explore,#p_portal #portal-link .portal:focus .explore,#p_portal #portal-link .portal:hover .explore{opacity:1;transform:translateY(0)}#p_portal #portal-link .portal .active .explore:hover .icon,#p_portal #portal-link .portal:focus .explore:hover .icon,#p_portal #portal-link .portal:hover .explore:hover .icon{overflow:hidden}#p_portal #portal-link .portal .active .explore:hover .icon img,#p_portal #portal-link .portal:focus .explore:hover .icon img,#p_portal #portal-link .portal:hover .explore:hover .icon img{animation:arrslide 1s linear infinite forwards}@keyframes arrslide{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}#p_portal #portal-link .portal .bg-container{position:absolute;width:100%;height:100vh;background:#000}@media screen and (max-width:768px){#p_portal #portal-link .portal .bg-container{height:100%}}#p_portal #portal-link .portal .bg-container .background{position:absolute;width:100%;height:100%;opacity:1;object-fit:cover;z-index:5;filter:saturate(0) brightness(60%);transition:all .5s ease}#p_portal #portal-link .portal .bg-container:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;transition:all .5s ease;opacity:1;background:url(/bg/diamond10.png),linear-gradient(180deg,rgba(77,55,0,.2470588235),black);z-index:10}