body{font-family:Roboto,sans-serif;font-optical-sizing:auto;box-sizing:border-box;max-width:1920px;margin:0 auto;background-color:#f9fafb}*,*:before,*:after{box-sizing:inherit;line-height:1.1;color:inherit}section{margin-top:4rem}h1{font-size:3rem}h2{font-size:2.25rem}h3{font-size:1.875rem}h4{font-size:1.5rem}.large{font-size:1.25rem}.normal{font-size:1rem}.small{font-size:.875rem}.smaller{font-size:.75rem}.max1280{width:1280px;max-width:100%;padding:0 2rem;margin:0 auto}.subtitle{color:#65758b}.center{text-align:center}.button{display:flex;align-items:center;justify-content:center;background-color:#f87e2c;color:#fafafa;text-decoration:none;padding:1rem 2rem;border-radius:.5rem;font-weight:700;transition:all .3s ease}.button:hover{background-color:#c95c18}.button--sm{padding:.5rem 1rem;font-size:.875rem}.checked-list{list-style:none;padding:0}.checked-list__item:before{content:"";display:inline-block;margin-right:.5rem;margin-bottom:.25rem;width:16px;height:16px;vertical-align:middle;background:url("data:image/svg+xml,%3csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3cpath%20fill='%23f87e2c'%20d='M9.5%2020c-2.538%200-4.923-0.988-6.718-2.782s-2.782-4.18-2.782-6.717c0-2.538%200.988-4.923%202.782-6.718s4.18-2.783%206.718-2.783c2.538%200%204.923%200.988%206.718%202.783s2.782%204.18%202.782%206.718-0.988%204.923-2.782%206.717c-1.794%201.794-4.18%202.782-6.718%202.782zM9.5%202c-4.687%200-8.5%203.813-8.5%208.5s3.813%208.5%208.5%208.5%208.5-3.813%208.5-8.5-3.813-8.5-8.5-8.5z'%3e%3c/path%3e%3cpath%20fill='%23f87e2c'%20d='M7.5%2014.5c-0.128%200-0.256-0.049-0.354-0.146l-3-3c-0.195-0.195-0.195-0.512%200-0.707s0.512-0.195%200.707%200l2.646%202.646%206.646-6.646c0.195-0.195%200.512-0.195%200.707%200s0.195%200.512%200%200.707l-7%207c-0.098%200.098-0.226%200.146-0.354%200.146z'%3e%3c/path%3e%3c/svg%3e") no-repeat center center;background-size:contain}@media (max-width:768px){h1{font-size:2.25rem}h2{font-size:1.875rem}h3{font-size:1.5rem}h4{font-size:1.25rem}}.header{position:sticky;top:0;display:flex;justify-content:center;background-color:#fafafa;box-shadow:0 0 12px #0003;transition:all .5s ease;z-index:10}.menu{display:flex;align-items:center;top:0;height:64px}.menu__wrapper{margin-left:auto}.header__menu{margin-right:1rem}.menu__list{display:flex;justify-content:center;width:100%;height:100%;list-style:none;margin-left:2rem}.menu__item{display:flex;align-items:center;margin:0 1rem}.menu__item:last-child{margin-right:0}.menu__link{transition:all .5s ease;position:relative;color:#1f2937}.menu__link:after{content:"";position:absolute;bottom:-5px;left:0;width:100%;height:2px;background-color:#f87e2c;transform:scaleX(0);transform-origin:right;transition:transform .5s ease}.menu__link:hover{color:#1f2937}.menu__link:hover:after{transform:scaleX(1);transform-origin:left}.menu__logo-img{width:100%;height:100%;max-width:150px;max-height:45px;object-fit:contain}.menu__logo-link{display:flex;align-items:center}.menu__link--active{font-weight:700}.menu__link--active:after{transform:scaleX(1);transform-origin:left}@media (max-width:768px){.menu{justify-content:space-between;width:100%!important}.menu__list{width:auto}.menu__wrapper{margin:0}.menu__list{margin:0;padding-left:.25rem}}.hero{position:relative;display:flex;align-items:center;justify-content:flex-start;width:100%;height:80vh;background-size:cover;background-position:center;background-attachment:fixed;margin-top:0}.hero__title{color:#fafafa;font-weight:600;max-width:650px}.hero__title--orange{display:block;color:#f87e2c}.hero__subtitle{color:#fafafa;max-width:580px}.hero__content{z-index:1}.hero__bg{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:0}.hero__btns{display:flex;width:580px;max-width:90%;margin-top:2rem}@media (max-width:768px){.hero{height:auto;background-attachment:scroll;justify-content:center;text-align:center}.hero__content{display:flex;flex-direction:column;align-items:center}.hero__btns{flex-direction:column;width:100%;max-width:400px;margin-bottom:1rem;margin-top:.5rem}.hero__subtitle{margin-top:.5rem}}.box-btn{display:flex;flex-direction:column;align-items:center;justify-content:space-between;background-color:#fafafa;border-radius:.5rem;padding:0 1rem 1rem;width:50%;text-align:center;transition:all .3s ease}.box-btn:nth-child(odd){margin-right:1rem}.box-btn:hover{transform:translateY(-2px)}.box-btn__subtitle{color:#65758b;margin-top:0}.box-btn__link{display:flex;align-items:center;justify-content:center;width:100%;height:40px;color:#fafafa;font-weight:700;text-decoration:none;background-color:#f87e2c;padding:.5rem;transition:all .3s ease;border-radius:.5rem}.box-btn__link:hover{background-color:#c95c18}.box-btn__link--alt{border:#f87e2c 3px solid;background-color:#fafafa;color:#f87e2c}.box-btn__link--alt:hover{background-color:#f87e2c;color:#fafafa}.box-btn__text{font-weight:700}@media (max-width:768px){.box-btn{width:100%}.box-btn:nth-child(odd){margin-right:0;margin-bottom:1rem}}.jobs__wrapper{display:flex;align-items:flex-start;margin-top:4rem}.jobs__list{flex:1}.jobs__banner{position:sticky;top:5rem;width:35%;padding:0 1rem}.jobs__banner-title{font-size:1.5rem}.job{background-color:#fff;border:1px solid #65758b;border-radius:.5rem;padding:0 1rem 1rem;margin-bottom:1rem;transition:all .3s ease}.job:hover{box-shadow:0 6px 8px #0000001a}.job__title{display:flex;justify-content:space-between;font-size:1.25rem;font-weight:600;margin-bottom:0}.job__meta{display:flex;flex-wrap:wrap;margin-bottom:2rem}.job__meta-p{display:flex;align-items:center;margin-right:1rem;margin-bottom:0;font-size:.875rem;color:#65758b;white-space:nowrap}.job__svg{margin-right:.25rem}.job__tags{display:flex;align-items:flex-start;flex-wrap:wrap;list-style:none;padding:0}.job__tag{margin-right:1rem;background-color:#f9fafb;padding:.25rem .5rem;border-radius:.5rem;font-size:.875rem;font-weight:700;white-space:nowrap}.job__link--d-none-desktop{display:none}.jobs__banner{background-color:#fff;border:1px solid #65758b;border-radius:.5rem;margin-left:1rem}@media (max-width:768px){.jobs__wrapper{flex-direction:column;align-items:center}.jobs__list{width:100%}.jobs__banner{position:relative;top:unset;width:100%;margin:1rem 0 0}.job__meta{margin-bottom:1rem}.job__link--d-none-mobile{display:none}.job__link--d-none-desktop{display:flex;justify-content:center}}.contact{display:flex;justify-content:space-between}.contact__inner{width:50%;background-color:#fff;margin-right:2rem;border-radius:.5rem;border:1px solid #65758b;padding:0 2rem 1rem}.wpcf7{width:50%}.wpcf7-form{width:100%;background-color:#fff;border-radius:.5rem;border:1px solid #65758b;padding:0 2rem 1rem;font-size:.875rem}.wpcf7-form-control-wrap{display:inline-block;padding:.5rem 0;width:100%}.wpcf7-form-control{width:100%;padding:.5rem;border:1px solid #65758b;border-radius:.5rem;font-size:.875rem;font-family:inherit;color:#1f2937}.wpcf7-submit{background-color:#f87e2c;color:#fafafa;border:none;border-radius:.5rem;padding:1rem 2rem;font-size:.875rem;font-weight:700;cursor:pointer;transition:all .3s ease}.wpcf7-submit:hover{background-color:#c95c18}.wpcf7-not-valid-tip{padding-top:.5rem}.wpcf7-response-output{margin:0!important;text-align:center}.wpcf7-spinner{display:none}@media (max-width:768px){.contact{flex-direction:column}.contact__inner{width:100%;margin:0 0 2rem}.wpcf7{width:100%}}.teals__list{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:4rem;justify-items:stretch}.teals__el{background-color:#fff;border:1px solid #65758b;border-radius:.5rem;padding:0 1rem 1rem;transition:all .3s ease}.teals__el:hover{box-shadow:0 6px 8px #0000001a}@media (max-width:1024px){.teals__list{grid-template-columns:repeat(2,1fr)}.teals__el{padding:0 .5rem 1rem}}@media (max-width:480px){.teals__list{grid-template-columns:1fr}}.footer{background-color:#1f2937;padding-top:2rem;margin-top:4rem;color:#fafafa}.footer__copyright{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;color:#65758b}.footer__socials{margin:1rem 0}.footer__copyright-text{padding-right:.5rem}.footer__linked-in{margin-left:1rem}.footer__wrapper{display:flex;align-items:flex-start;justify-content:space-between;background-color:#1f2937;font-size:.875rem}.footer__logo{max-width:290px}.footer__logo-img{height:50px}.footer__title{color:#fafafa;white-space:nowrap;margin:0}.footer__list{list-style:none;padding:0}.footer__element{margin:0 .25rem}.footer__link{display:inline-block;color:#fafafa;font-size:.875rem;text-decoration:none;transition:all .3s ease;padding:.5rem 0}.footer__link:hover{color:#f87e2c}@media (max-width:768px){.footer__logo{max-width:95%}.footer__wrapper{flex-direction:column}.footer__logo,.footer__list{margin-bottom:1rem}}