.BigLogo_logo__t4MVV{flex:1 1;-webkit-user-select:none;-moz-user-select:none;user-select:none;display:flex;justify-content:center;align-items:center;overflow:hidden}.BigLogo_logo__t4MVV img{max-height:600px;height:100%;max-width:80dvh;width:100%;object-fit:contain;transition:transform .5s ease-out .1s;border-radius:50%}.BigLogo_logo__t4MVV img:hover{transform:scale(1.02)}.header{margin-bottom:30px}.header hr{border:.1px solid var(--secondary-bg-color)}.nav{font-family:Gill Sans,Gill Sans MT,Calibri,Trebuchet MS,sans-serif;font-feature-settings:"smcp";font-variant:small-caps;letter-spacing:1px;height:var(--navbar-height);max-width:100vw;font-size:1.3rem;justify-content:space-between;-webkit-user-select:none;-moz-user-select:none;user-select:none}.nav,.nav>div{display:flex;align-items:center}.nav>div{column-gap:15px;flex-direction:row}#nav-right{flex-direction:row-reverse}.nav a{color:var(--text-color);display:flex;align-items:center;height:100%}.nav .active{all:unset;pointer-events:none}.nav .active,.nav a:not(:has(*)):hover{color:var(--accent-color);cursor:pointer;transition:all .3s ease-out .1s;position:relative;display:inline-block}.nav .active:after,.nav a:not(:has(*)):hover:after{content:"";position:absolute;width:100%;height:2px;display:block;background:var(--link-color);transform:scaleX(0);transform-origin:left;animation:loadAnimation .3s ease-in-out forwards}@keyframes loadAnimation{to{transform:scaleX(1)}}.nav a img{height:100%;width:auto;display:block;max-height:var(--navbar-height);transition:all .3s ease-out .1s}.nav a img:hover{animation:spin .8s ease-out 1;animation-delay:.4s}@media print{.nav{display:none}}@keyframes spin{0%{transform:rotateY(0deg)}25%{transform:rotateY(-90deg)}50%{transform:rotateY(-180deg);filter:contrast(.5)}75%{transform:rotateY(-270deg)}to{transform:rotateY(-1turn)}}@media screen and (max-width:600px){.nav{font-size:1rem}}