.container{width:100%;max-width:none;padding:64px 32px}.container .content-wrapper{margin:auto;max-width:1920px;display:flex;flex-direction:column;gap:32px}.container .content-wrapper.flex-direction-row{flex-direction:row}.container .content-wrapper.flex-direction-column{flex-direction:column}.container .content-wrapper.justify-start{justify-content:flex-start}.container .content-wrapper.justify-center{justify-content:center}.container .content-wrapper.justify-end{justify-content:flex-end}.container .content-wrapper.justify-between{justify-content:space-between}.container .content-wrapper.justify-around{justify-content:space-around}.container .content-wrapper.justify-evenly{justify-content:space-evenly}.container .content-wrapper.align-stretch{align-items:stretch}.container .content-wrapper.align-start{align-items:flex-start}.container .content-wrapper.align-center{align-items:center}.container .content-wrapper.align-end{align-items:flex-end}.container .content-wrapper.align-baseline{align-items:baseline}.content-banner{display:flex;flex-direction:column;gap:32px;padding:32px;border-radius:15px;max-width:1200px}.content-banner.flex-direction-row{flex-direction:row}.content-banner.flex-direction-column{flex-direction:column}.content-banner.justify-start{justify-content:flex-start}.content-banner.justify-center{justify-content:center}.content-banner.justify-end{justify-content:flex-end}.content-banner.justify-between{justify-content:space-between}.content-banner.justify-around{justify-content:space-around}.content-banner.justify-evenly{justify-content:space-evenly}.content-banner.align-stretch{align-items:stretch}.content-banner.align-start{align-items:flex-start}.content-banner.align-center{align-items:center;text-align:center}.content-banner.align-end{align-items:flex-end}.content-banner.align-baseline{align-items:baseline}.content-banner.bg-neutral-100{color:hsla(var(--neutral-900))}.hero-banner{background-size:cover;background-repeat:no-repeat;background-position:top}.hero-banner.height-xs{height:30vh}.hero-banner.height-md{height:50vh}.hero-banner.height-xl{height:100vh}@media(max-width:1000px){.hero-banner.height-md,.hero-banner.height-xl,.hero-banner.height-xs{height:-moz-fit-content;height:fit-content}}.hero-banner__content{width:100%;animation:fade-in-up 1.5s ease-out forwards;opacity:0}.hero-banner__image,.hero-banner__image img{width:100%}.hero-banner .content-wrapper{flex-direction:row;height:100%;display:flex;align-items:center}@media(max-width:1000px){.hero-banner .content-wrapper{flex-direction:column-reverse;padding:128px 0}}@keyframes fade-in-up{0%{transform:translateY(100px);opacity:0}to{transform:translateY(0);opacity:1}}.tabs{width:100%;margin:0 auto;display:flex;flex-direction:column;gap:16px}.tabs__header{display:flex;border-bottom:1px solid hsla(var(--neutral-100))}.tabs__header--button{border:none;background:none;cursor:pointer;padding:16px 32px;transition:.25s}.tabs__header--button.active{background-color:hsla(var(--neutral-100));color:hsla(var(--neutral-900))}.tabs__header--button:hover{background-color:hsla(var(--neutral-300));color:hsla(var(--neutral-900))}.tabs .tabs__content{padding:20px 0}