footer{text-align:center;color:#fff;background:#1c5e52;padding:16px 0;font-size:small}footer .footer-so-links{justify-content:start;align-items:start;gap:16px;margin-bottom:16px;display:flex}footer .footer-so-links a{color:#000;font-size:small;text-decoration:none}footer .cv-icon{font-weight:bolder}footer .footer-tech a{color:#f08c00;margin-left:4px}footer .footer-copy{border-top:1px solid #fff;padding-top:16px}
header .hand{animation:.83s infinite hand-shake}header .description{color:#f08c00;text-shadow:1px 1px 2px #fff;margin:0;font-size:48px}header .sub-description{min-width:300px;margin-bottom:48px;font-size:22px;font-weight:100;line-height:30px}header .banner{opacity:1;border-radius:10px;flex:1;height:300px;animation:1s ease-in fade-in;transform:translateY(0)}@keyframes fade-in{0%{opacity:0;transform:translateY(50px)}}@media only screen and (max-width:414px){header img{display:none!important}}@media screen and (max-width:984px){header .description{font-size:32px}header .sub-description{width:40vw;margin-bottom:0}}@keyframes hand-shake{0%{transform:translate(0)}25%{transform:translateY(-9px)}35%{transform:translateY(-9px)rotate(17deg)}55%{transform:translateY(-9px)rotate(-17deg)}65%{transform:translateY(-9px)rotate(17deg)}75%{transform:translateY(-9px)rotate(-17deg)}to{transform:translateY(0)rotate(0)}}
nav{z-index:1;justify-content:space-between;padding:24px 16px 24px 48px;font-weight:700;display:flex}nav ul{gap:24px;text-decoration:none;list-style:none;display:flex}nav a{color:#fff;text-decoration-line:none}nav a:hover{border-bottom:1px solid #fff}
.base-layout-hero{background:#093028;background:-webkit-linear-gradient(to right,#237a57,#093028);background:linear-gradient(90deg,#237a57,#093028);border-bottom-right-radius:50px;border-bottom-left-radius:50px;grid-template-areas:"navigation hero""header hero";display:grid}.base-layout-hero .side{grid-area:hero}.base-layout-hero nav{grid-area:navigation}.base-layout-hero header{grid-area:header}.base-layout-hero .hero{background:#093028;background:-webkit-linear-gradient(to right,#237a57,#093028);background:linear-gradient(90deg,#237a57,#093028);grid-area:hero}.base-layout-hero .hero img{width:100%;height:700px}@media screen and (max-width:1200px){.base-layout-hero{display:block}.base-layout-hero .hero{display:none}}
