:root{--primaryColor:#358BAE;--grayColor:#F5F5F5;--textColorGray:#616670;--blackColor:#040B0B;--shadowColor:#00000066;--duration:0.3s ease-in-out;--headerHeightMobile:80px;--headerHeight:100px;--maxWidth:1300px;--radius:10px;--headerBg:transparent;--borderSolid:1px}.--hero article{max-width:600px}.--hero article h1{font-size:2rem}.about article{max-width:800px}.content article{display:grid;grid-template-columns:1fr;grid-template-areas:"img" "content";gap:50px;align-items:center}.content-image{grid-area:img;width:100%;height:100%;border-radius:var(--radius);overflow:hidden;max-height:var(--height,350px)}.content-image img{width:100%;height:100%;object-fit:cover}.content-info{grid-area:content;display:flex;flex-direction:column;gap:20px}.content-info h3{font-size:1.5rem;font-weight:700}.content-info p{font-size:1rem;color:var(--textColorGray)}.content:nth-child(even){background-color:#fff}.projects{background-color:var(--bg, "transparent")}.projects article{display:flex;align-self:stretch;justify-content:center;gap:40px;flex-wrap:wrap}.projects article>div{overflow:hidden;border-radius:var(--radius);width:fit-content;height:auto;max-width:350px}.projects article>div img{width:content;height:100%;object-fit:contain;border-radius:var(--radius)}@media only screen and (min-width:600px){.projects article{grid-template-columns:1fr 1fr}}@media only screen and (min-width:800px){.content article{grid-template-columns:1fr 1fr;grid-template-areas:"img content"}.content:nth-child(even) article{grid-template-areas:"content img"}.content:nth-child(even) article .fade-left{transform:translateX(100%)}.content:nth-child(even) article .fade-left._appear{transform:none}.content:nth-child(even) article .fade-right{transform:translateX(-100%)}.content:nth-child(even) article .fade-right._appear{transform:none}}@media only screen and (min-width:1000px){.projects article{grid-template-columns:1fr 1fr 1fr}}