:root{--font-family: "Inter", sans-serif;--text-color: #fff;--bg-color: #000;--accent-color: #23af5e}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%}body{font-family:var(--font-family);font-optical-sizing:auto;background-color:var(--bg-color);color:var(--text-color);display:flex;flex-direction:column;justify-content:space-between;text-align:center}header,footer{width:100%;padding:1.5rem 1rem}header{display:flex;flex-direction:column;justify-content:center;align-items:center;font-size:1.5rem;gap:1rem;padding:2rem 2.5rem}@media(min-width: 768px){header{flex-direction:row;justify-content:space-between;align-items:center}}header .button{display:none}@media(min-width: 768px){header .button{display:block}}main{flex:2;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:7rem 1rem 9rem;border-bottom:1px solid rgba(173,173,173,.5)}@media(min-width: 992px){main{padding:6rem 1rem}}@media(min-width: 1600px){main{padding:7rem 1rem}}@media(min-width: 768px){main .button{display:none}}.hiring-block{flex:1;display:flex;flex-flow:column nowrap;padding:2.5rem 2rem;border-bottom:1px solid rgba(173,173,173,.5)}@media(min-width: 992px){.hiring-block{flex-flow:row nowrap;padding:4rem 8rem}}@media(min-width: 1600px){.hiring-block{padding:6rem 16rem}}.hiring-head{margin-bottom:1.5rem;text-align:left}.hiring-head p{font-size:1rem;font-weight:500;color:var(--accent-color);margin-bottom:.75rem}@media(min-width: 992px){.hiring-head p{font-size:1.4rem}}.hiring-head h2{font-size:2rem;font-weight:400;line-height:2.6rem}@media(min-width: 992px){.hiring-head h2{font-size:2.3rem;line-height:3rem}}@media(min-width: 1600px){.hiring-head h2{font-size:2.8rem;line-height:3.5rem}}.hiring-text{margin-bottom:1.5rem;text-align:left}@media(min-width: 992px){.hiring-text{padding:2.5rem 0 0 4rem}}@media(min-width: 1600px){.hiring-text{padding:3rem 0 0 8rem}}.hiring-text p{margin-bottom:1.5rem;line-height:1.5rem}.hiring-text a{display:block;color:var(--accent-color);line-height:1.5rem;text-decoration:none;font-weight:500}.hiring-text a:hover{text-decoration:underline}@media(min-width: 992px){.hiring-text a{line-height:2rem}}.button{padding:.9rem 2.2rem;border-radius:999px;background:var(--accent-color);border:0;color:#fff;font-weight:500;cursor:pointer;transition:background .2s;font-size:1rem;letter-spacing:.025rem}@media(min-width: 768px){.button{display:block;padding:.9rem 2.2rem;border-radius:999px;font-weight:500;cursor:pointer;transition:background .2s}}.button:hover{background:#fff;color:#000}h1{font-size:3rem;font-weight:300;margin-bottom:1.25rem}@media(min-width: 768px){h1{font-size:5.5rem;margin-bottom:2rem}}.subtitle{font-size:1rem;font-weight:400;margin-bottom:2.25rem;max-width:90%;line-height:1.6}@media(min-width: 768px){.subtitle{max-width:75%;font-size:1.3rem}}@media(min-width: 1600px){.subtitle{max-width:50%}}.subtitle-highlight{color:var(--accent-color)}footer{display:flex;flex-flow:column nowrap;padding:0}@media(min-width: 992px){footer{flex-flow:row nowrap}}footer .footer-brand{display:flex;flex-flow:row nowrap;align-items:center}@media(min-width: 992px){footer .footer-brand{padding-left:8rem;flex:1}}@media(min-width: 1600px){footer .footer-brand{padding-left:16rem}}footer .footer-logo{display:none}footer .footer-logo img{max-width:100%}@media(min-width: 992px){footer .footer-logo{display:block;max-width:3.375rem;margin-right:2rem}}footer .copyright{font-size:.6875rem;color:hsla(0,0%,100%,.5);line-height:1.6875rem;padding-top:.75rem;padding-bottom:.75rem;border-bottom:1px solid rgba(173,173,173,.5);width:100%}@media(min-width: 992px){footer .copyright{border-bottom:0;padding-top:1rem;padding-bottom:1rem}}footer .footer-links{font-size:.6875rem;line-height:1.6875rem;display:flex;flex-flow:row nowrap;justify-content:center;gap:1.5rem;align-items:center;font-weight:600;padding-top:.75rem;padding-bottom:.75rem}@media(min-width: 992px){footer .footer-links{justify-content:flex-start;padding-left:4rem;padding-top:1rem;padding-bottom:1rem;flex:1}}@media(min-width: 1600px){footer .footer-links{padding-left:8rem;flex:2}}footer .footer-links a{display:inline-block;margin-left:.5rem;color:var(--accent-color);text-decoration:none;font-size:.6875rem;line-height:1.6875rem;font-weight:400}footer .footer-links a:hover{text-decoration:underline}.popup{display:none;position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;z-index:1000}.popup-content{background:#fff;color:#000;padding:2rem;border-radius:1rem;width:90%;max-width:400px;text-align:left;position:relative}.popup-content h2{margin-bottom:1rem;font-size:1.5rem}.popup-content label{display:block;margin:.5rem 0 .25rem}.popup-content input{width:100%;padding:.5rem;margin-bottom:1rem;border:1px solid #ccc;border-radius:.5rem}.popup-content .form-button{padding:.9rem 2.2rem;border-radius:999px;background:#000;border:1px solid #000;color:#fff;font-weight:500;cursor:pointer;transition:background .2s;font-size:1rem}.popup-content .form-button:hover{background:#333}.close-button{position:absolute;top:1rem;right:1rem;background:rgba(0,0,0,0);border:none;font-size:1.5rem;cursor:pointer;color:#000}
