.main-banner-container{background:var(--secondary-dark);color:var(--bg)}.main-banner-content{z-index:2;flex-direction:column;flex-shrink:0;justify-content:center;align-items:flex-start;width:50%;display:flex;position:relative}.main-banner-image{width:60%;max-width:1000px;height:auto;animation-delay:var(--animation-delay-hero-image);position:absolute;bottom:0;right:0}.main-banner{max-width:1200px;height:calc(100vh - 76px);max-height:800px;color:var(--pink);justify-content:space-between;margin:0 auto;padding:0 60px;display:flex;position:relative}.main-banner .button{font-size:2rem;display:block}.main-banner .title{width:100%;margin-bottom:2.4rem}.main-banner .image{object-fit:cover;object-position:center center;width:100%;height:100%}@keyframes line1{0%{width:0}to{width:3.5rem}}@keyframes line2{0%{height:0}to{height:12.2rem}}@keyframes line3{0%{width:0}to{width:27rem}}@keyframes button{0%{left:0}to{left:100%}}.main-banner .main-header{margin:0 0 .4rem;position:relative}.main-banner .main-header:after{content:"";background:var(--pink);width:0;height:.2rem;animation-name:line1;animation-duration:80ms;animation-delay:var(--animation-delay);animation-timing-function:ease-in;animation-fill-mode:forwards;position:absolute;top:4rem;right:calc(100% + 1.3rem)}.main-banner .main-header:before{content:"";background:var(--pink);width:.2rem;height:0;animation-name:line2;animation-duration:.12s;animation-delay:var(--animation-delay-line2);animation-timing-function:linear;animation-fill-mode:forwards;position:absolute;top:4rem;left:-5rem}.main-banner .button-container{margin-left:auto;position:relative}.main-banner .button-container:before{content:"";background:var(--pink);width:0;height:.2rem;animation-name:line3;animation-duration:.18s;animation-delay:var(--animation-delay-line3);animation-timing-function:linear;animation-fill-mode:forwards;position:absolute;top:3.6rem;left:-27rem}.main-banner .button-inner{position:relative;overflow:hidden}.main-banner .button-inner:after{content:"";background:var(--secondary-dark);z-index:1;width:100%;height:100%;animation:.2s ease-out forwards button;animation-delay:var(--animation-delay-button);position:absolute;top:0;left:0}
.tabs-container{margin-top:4rem;display:flex}.tabs-container .date{margin-bottom:1rem;font-size:1.2rem;font-style:italic}.tabs-container .content{margin-bottom:1rem}.tabs-container .list{padding-left:1rem}.tabs-container .list-item{margin-bottom:.5rem;padding-left:1.5rem;position:relative}.tabs-container .list-item::marker{content:"+";color:var(--secondary-dark);position:absolute;left:0}.tabs{flex-direction:column;flex:none;width:20rem;display:flex}.tab-title-text{z-index:2;position:relative}.tab-title{transition:var(--transition);text-transform:uppercase;color:var(--secondary-light);cursor:pointer;border-left:.2rem solid #0000;padding:1.5rem 2rem;font-size:1.6rem;position:relative}.tab-title:before{content:"";background:linear-gradient(90deg,var(--bg),var(--pink)70%);opacity:0;width:100%;height:100%;transition:var(--transition);pointer-events:none;position:absolute;top:0;left:0}.tab-title:hover,.tab-title.active{border-left:.2rem solid var(--secondary-light)}:is(.tab-title:hover,.tab-title.active):before{opacity:1}.tab-content-container{background:var(--pink);border-radius:0 1rem 0;flex:auto;padding:2.5rem;position:relative;overflow:hidden}.tab-content{flex:auto;transition:opacity .2s;display:none;position:relative}.tab-content.active{animation:.3s ease-in-out tabFadeIn;display:block}@keyframes tabFadeIn{0%{opacity:0;top:5rem}to{opacity:1;top:0}}
