@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300;1,400&family=Courier+Prime:wght@400;700&display=swap");:root{--employee-portal-forest:#3a584a;--employee-portal-subtitle:#6b8a7e;--employee-portal-gold:#b8976a;--employee-portal-cream:#fdfaf7;--employee-portal-header-height:72px}.employee-portal-page,.employee-portal-page *,.employee-portal-page :after,.employee-portal-page :before{box-sizing:border-box}.employee-portal-page{display:flex;flex-direction:column;width:100%;min-height:100vh;background-color:var(--employee-portal-cream)}.employee-portal{display:flex;flex:1 1;align-items:center;justify-content:center;width:100%;min-height:calc(100vh - var(--employee-portal-header-height));padding:calc(var(--employee-portal-header-height) + 35px) 40px 50px}.employee-portal__container{display:flex;flex-direction:column;align-items:center;width:100%;max-width:720px;margin:0 auto;text-align:center}.employee-portal__eyebrow{margin:0 0 14px;color:var(--employee-portal-gold);font-family:Courier Prime,Courier,monospace;font-size:15px;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.employee-portal__title{margin:0 0 18px;color:var(--employee-portal-forest);font-family:Cormorant Garamond,Georgia,serif;font-size:56px;font-weight:400;line-height:1.1}.employee-portal__description{max-width:460px;margin:0;color:var(--employee-portal-subtitle);font-family:Courier Prime,Courier,monospace;font-size:17px;line-height:1.7}@media (max-width:768px){.employee-portal{padding:calc(var(--employee-portal-header-height) + 24px) 24px 40px}.employee-portal__title{font-size:42px}}@media (max-width:480px){.employee-portal{padding:calc(var(--employee-portal-header-height) + 20px) 16px 32px}.employee-portal__title{font-size:34px}.employee-portal__description{font-size:16px}}