.open-popup{width:100%;text-decoration:none;cursor:pointer}.employee-popup{position:fixed;top:0;left:0;right:0;bottom:0;background:var(--beige);display:-webkit-box;display:-ms-flexbox;display:flex;z-index:9999;visibility:visible;opacity:1;-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}.employee-popup.hidden{opacity:0;visibility:hidden}.employee-popup .inner-popup{max-width:76.5rem;padding:0}.employee-popup .inner-popup #popup-inner-content{width:100%}.employee-popup .popup-content{background:var(--beige);width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;opacity:0}.employee-popup .popup-content.visible{opacity:1}.employee-popup .popup-content .employee-profile{overflow:auto;height:auto;max-height:100vh;-ms-grid-columns:444px 11.25rem 1fr;grid-template-columns:444px 1fr;-webkit-column-gap:11.25rem;-moz-column-gap:11.25rem;column-gap:11.25rem}@container main (min-width: 64.0625rem) and (max-width: 85.375rem){.employee-popup .popup-content .employee-profile{-webkit-column-gap:2.5rem;-moz-column-gap:2.5rem;column-gap:2.5rem;padding:5rem 1.25rem}}@container main (min-width: 48rem) and (max-width: 64rem){.employee-popup .popup-content .employee-profile{-webkit-column-gap:2.5rem;-moz-column-gap:2.5rem;column-gap:2.5rem;padding:5rem 1.25rem}}@container main (max-width: 47.9375rem){.employee-popup .popup-content .employee-profile{-ms-grid-columns:1fr;grid-template-columns:1fr;padding:1.25rem}}.employee-popup .popup-content .employee-profile .img-wrapper{aspect-ratio:444/660;max-height:41.25rem}@container main (max-width: 47.9375rem){.employee-popup .popup-content .employee-profile .img-wrapper{max-height:100%;margin-top:3.5rem;aspect-ratio:444/500}.employee-popup .popup-content .employee-profile .img-wrapper img{-o-object-position:top center!important;object-position:top center!important}}.employee-popup .popup-content .employee-profile .img-wrapper img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.employee-popup .popup-content .employee-profile .text-wrapper h3{font:var(--h2-font)}@container main (max-width: 47.9375rem){.employee-popup .popup-content .employee-profile .text-wrapper h3{font:var(--h3-font)}}.employee-popup .popup-content .employee-profile .text-wrapper .position{font:var(--body-s-font);font-style:italic;margin-bottom:0.25rem}@container main (max-width: 47.9375rem){.employee-popup .popup-content .employee-profile .text-wrapper .position{margin-top:0.25rem}}.employee-popup .popup-content .employee-profile .text-wrapper .content{border-top:1px solid var(--black);font:var(--body-s-font);margin-top:2.25rem;padding-top:2.25rem}.employee-popup .popup-content .employee-profile .text-wrapper .content a,.employee-popup .popup-content .employee-profile .text-wrapper .content li,.employee-popup .popup-content .employee-profile .text-wrapper .content p,.employee-popup .popup-content .employee-profile .text-wrapper .content ul{font:var(--body-s-font)}@container main (max-width: 47.9375rem){.employee-popup .popup-content .employee-profile .text-wrapper .content{margin-top:1.75rem;padding-top:1.75rem}}@container main (max-width: 47.9375rem){.employee-popup .popup-content .employee-profile .text-wrapper{padding-bottom:5rem}}.employee-popup .close-popup{position:absolute;top:2.1875rem;right:2.1875rem;width:35px;height:35px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:4px;z-index:5;cursor:pointer;-webkit-transition:allvar(--bezier);transition:allvar(--bezier)}@container main (max-width: 47.9375rem){.employee-popup .close-popup{top:0.875rem;right:0.875rem;width:24px;height:24px}}.employee-popup .close-popup span{width:2.25rem;height:2.25rem}.employee-popup .close-popup span:after{background:var(--black);-webkit-transition:all var(--bezier);transition:all var(--bezier)}@container main (max-width: 47.9375rem){.employee-popup .close-popup span{width:1.5rem;height:1.5rem}}.employee-popup .close-popup:hover span:after{background:var(--orange)}