.spek-popup{display:flex;justify-content:center;align-items:center;visibility:hidden;position:fixed;top:0;right:0;bottom:0;left:0;z-index:-10000;opacity:0;transition:all 0s,opacity 400ms}.spek-popup.open{visibility:visible;z-index:10000;opacity:1}.spek-popup.scrollable-popup{overflow-y:scroll}.spek-popup .popup-wrapper{width:100%;height:100%;display:flex;justify-content:center;align-items:flex-start;padding-top:25vh;overflow-y:scroll}.spek-popup .popup-content{position:relative;z-index:10;width:1360px;max-width:90%;top:-10%;border:0 solid #000;background:#f5f5f5;box-shadow:-2px 2px 8px rgb(0 0 0 / .5)}.spek-popup .popup-content .popup-closer{position:absolute;top:-15px;right:-15px;width:30px;height:30px;border:0 solid #000;border-radius:100%;box-shadow:-2px 2px 8px rgb(0 0 0 / .5);background:#d7933a;cursor:pointer}.spek-popup .popup-content .popup-closer svg,.spek-popup .popup-content .popup-closer svg path{stroke:#000}.spek-popup .popup-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-10;background:rgb(0 0 0 / .6)}.popup-person-container{display:flex;flex-direction:row;background:#010815}@media (max-width:600px){.popup-person-container{flex-direction:column}}@media (min-width:601px){.popup-person-container figure{width:40%}}.popup-person-container>div{padding:20px}@media (min-width:601px){.popup-person-container>div{width:60%}}.popup-person-container>div h2{margin-bottom:0}.popup-person-container>div h2,.popup-person-container>div h3{color:#fff;text-align:center}.popup-person-container>div li{margin-bottom:10px;line-height:1.6;color:white!important;font-weight:300!important;font-family:"Roboto",sans-serif!important;font-size:16px}