*,:after,:before{box-sizing:border-box;margin:0;padding:0}img,picture,video{max-width:100%;height:auto;display:block}input,button,textarea,select{font:inherit;color:inherit;background:0 0;border-color:#0000}a{color:inherit;text-decoration:none}ul,ol{list-style-type:none}body{align-items:center;max-width:min(90vw,1200px);min-height:100vh;margin:0 auto;font-family:Inter;display:flex}:root{--soft-orange:#e9ab53;--soft-red:#f15e50;--off-white:#fffdfa;--grayish-blue:#c5c6ce;--dark-grayish-blue:#5d5f79;--very-dark-blue:#00001a;--fs-text:15px}@font-face{font-family:Inter;src:url(/assets/Inter-Regular-CKX1N0ak.ttf)format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Inter;src:url(/assets/Inter-Bold-BwjTkqu6.ttf)format("truetype");font-weight:700;font-style:normal}@font-face{font-family:Inter;src:url(/assets/Inter-ExtraBold-CD6gQVl_.ttf)format("truetype");font-weight:800;font-style:normal}.navbar{justify-content:space-between;align-items:center;margin-top:2rem;display:flex}.navbar__open-menu{cursor:pointer}.navbar__menu{background-color:var(--off-white);flex-direction:column;gap:2rem;width:min(65vw,25rem);height:100vh;padding-top:10rem;padding-left:2rem;display:flex;position:fixed;top:0;right:-30rem}.navbar__links{flex-direction:column;gap:2rem;display:flex}@keyframes moveLeft{0%{transform:translate(0)}to{transform:translate(-30rem)}}@keyframes moveRight{0%{transform:translate(-30rem)}to{transform:translate(0)}}.navbar__open,.navbar__close-menu{animation:2s forwards moveLeft}.navbar__close{animation:2s forwards moveRight}.navbar__close-menu{z-index:1;cursor:pointer;position:fixed;top:1.5rem;right:-30rem}.first,.first__content,.first__content-div{flex-direction:column;align-items:start;gap:1.3rem;display:flex}.first__image{margin-top:2rem}.first__title{font-size:2.5rem;font-weight:800}.first__text{line-height:1.7rem;font-size:var(--fs-text)}.first__button{background-color:var(--soft-red);letter-spacing:.2rem;cursor:pointer;padding:.8rem 2rem;font-size:clamp(.8rem,.73rem + .3vw,1rem);font-weight:700}.second{background-color:var(--very-dark-blue);flex-direction:column;gap:2rem;margin:4rem 0;padding:1.5rem;display:flex}.second__title{color:var(--soft-orange);font-size:2rem}.second__subtitle{color:var(--off-white)}.second__text{color:var(--grayish-blue);font-size:var(--fs-text);margin-top:.5rem;line-height:1.5rem}.second__hr{background-color:var(--dark-grayish-blue);border:0;height:1px}.third{flex-direction:column;gap:2rem;padding-bottom:4rem;display:flex}.third__article{align-items:start;gap:1rem;display:flex}.third__span{color:var(--soft-red);font-size:2rem;font-weight:700}.third__content{flex-direction:column;gap:.6rem;display:flex}.third__text{font-size:var(--fs-text);color:var(--dark-grayish-blue);line-height:1.5rem}.navbar__a:hover,.second__subtitle:hover{color:var(--soft-orange)}.third__title:hover{color:var(--soft-red)}.first__button:hover{background-color:var(--very-dark-blue);color:var(--off-white)}.first{grid-area:first}.second{grid-area:second}.third{grid-area:third}@media screen and (width>=1187px){.navbar__button,.navbar__open-menu,.navbar__close-menu{display:none}.navbar__close,.navbar__open{animation:none}.navbar__menu{color:var(--dark-grayish-blue);height:unset;width:unset;padding:unset;flex-direction:row;gap:2rem;font-size:clamp(.8rem,.765rem + .15vw,.9rem);animation:none;display:flex;position:static}.navbar__links{flex-direction:row}main{grid-template:"first first second"1fr"first first second"1fr"third third third"/1fr 1fr 1fr;display:grid}.second{margin-top:2rem;margin-left:2rem}.third,.first__content{flex-direction:row}}
