.section-container{width:100%;position:relative;background-color:#000;min-height:100svh;display:flex;flex-direction:column;align-items:center;justify-content:center}@media screen and (max-width:600px){.section-container{padding-left:1rem;padding-right:1rem}}@media screen and (max-width:1440px)and (min-width:601px){.section-container{padding-left:2rem;padding-right:2rem}}.section-container:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:url(/assets/background_images/bg-main.webp);background-size:cover;background-position:50%;background-repeat:no-repeat;background-position:top;opacity:1;z-index:0}@media screen and (max-width:1440px)and (min-width:601px){.section-container:before{background-size:auto}}.section-container>*{position:relative;z-index:1}.section-container__content{display:flex;flex-direction:column;align-items:center;justify-content:center;justify-content:space-between;gap:clamp(1rem,3vw,2rem);width:fit-content}@media screen and (min-width:601px)and (max-height:1080px){.section-container__content{min-height:calc(100svh - 72px);padding-bottom:1rem}}@media screen and (max-height:915px){.section-container__content{min-height:calc(100svh - 72px);padding-bottom:1rem}}.section-container__content-text{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:clamp(.5rem,1.5vw,1rem)}@media screen and (max-height:800px){.section-container__content-text{gap:.5rem}}.section-container__content-text-title{font-family:DM Sans,sans-serif;font-size:clamp(1.5rem,8vw,3.6rem);font-weight:500;text-align:center;margin:0;line-height:1.2}@media screen and (max-width:600px){.section-container__content-text-title{font-size:1.5rem}}.section-container__content-text-title-span{font-family:"Instrument Serif",serif;color:#d31212;font-weight:400}.section-container__content-text-description{max-width:626px;font-family:DM Sans,sans-serif;font-size:clamp(1rem,2.5vw,1.5rem);font-weight:400;text-align:center;margin:0;color:hsla(0,0%,100%,.7019607843);line-height:1.5}@media screen and (max-width:600px){.section-container__content-text-description{font-size:1rem}}.section-container__content-tabs{margin-top:4rem;margin-bottom:4rem;display:flex;flex-direction:row;gap:.5rem;justify-content:center;width:100%}@media screen and (max-width:768px){.section-container__content-tabs{flex-direction:column;gap:.5rem}}@media screen and (max-width:600px){.section-container__content-tabs{margin-top:2.5rem;margin-bottom:2.5rem}}.section-container__content-tabs-tab{flex:1;font-family:DM Sans,sans-serif;font-size:clamp(1rem,2vw,1.0625rem);font-weight:400;text-align:center;text-decoration:none;margin:0;padding:clamp(.75rem,2vw,1rem) clamp(1.5rem,3vw,2rem);border-radius:0;border:1px solid #d31212;background-color:rgba(0,0,0,0);color:hsla(0,0%,100%,.9490196078);transition:all .2s ease;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;box-sizing:border-box;position:relative;z-index:0}@media screen and (max-width:600px){.section-container__content-tabs-tab{font-size:1rem}}.section-container__content-tabs-tab:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-color:hsla(0,0%,100%,.15);opacity:0;transition:opacity .2s ease;z-index:0}.section-container__content-tabs-tab:first-child{background-color:#d31212;border:none}@media screen and (max-width:768px){.section-container__content-tabs-tab{width:100%;padding:.75rem 1rem}}.section-container__content-tabs-tab:hover:before{opacity:1}.section-container__content-scroll{margin-top:clamp(1rem,3vw,4rem);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem}@media screen and (max-width:600px){.section-container__content-scroll{display:none}}@media screen and (max-width:1440px)and (min-width:601px){.section-container__content-scroll{display:none}}@media screen and (min-width:601px)and (min-height:1081px){.section-container__content-scroll{display:none}}@media screen and (max-height:915px){.section-container__content-scroll{display:flex}}@media screen and (max-height:800px){.section-container__content-scroll{margin-top:clamp(.5rem,2vw,2rem)}}.section-container__content-scroll-text{font-family:DM Sans,sans-serif;font-size:clamp(1rem,2vw,1.0625rem);font-weight:400;text-align:center;margin:0}@media screen and (max-width:600px){.section-container__content-scroll-text{font-size:1rem}}.section-container__content-scroll-arrow{display:flex;align-items:center;justify-content:center}.section-container__content-scroll-arrow img{transform:rotate(-90deg);filter:brightness(0) saturate(100%) invert(1);opacity:.95}.section-container__content-article{margin-bottom:0;padding-bottom:clamp(2rem,5vw,8rem);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:clamp(1rem,3vw,4rem);width:fit-content}@media screen and (max-width:600px){.section-container__content-article{margin-top:1.75rem}}@media screen and (max-width:1440px)and (min-width:601px){.section-container__content-article{margin-top:2.1875rem}}@media screen and (min-width:1441px){.section-container__content-article{margin-top:2.734375rem}}@media screen and (max-height:800px){.section-container__content-article{margin-top:clamp(1rem,3vw,4rem);margin-bottom:0;padding-bottom:clamp(1rem,3vw,4rem);gap:clamp(.5rem,2vw,2rem)}}.section-container__content-article-logo{font-size:clamp(2.5rem,8vw,5rem);font-weight:400;color:hsla(0,0%,100%,.9490196078);font-family:"Instrument Serif",serif;text-align:center}.section-container__content-article-logo-separator{color:#d31212}.section-container__content-article-text{width:100%;max-width:740px;display:flex;flex-direction:column;gap:1rem}@media screen and (max-width:600px){.section-container__content-article-text{border-top:1px solid #d31212;padding-top:1.75rem;padding-bottom:1.75rem}}@media screen and (max-width:1440px)and (min-width:601px){.section-container__content-article-text{border-top:1px solid #d31212;padding-top:2.1875rem;padding-bottom:1.75rem}}@media screen and (min-width:1441px){.section-container__content-article-text{border-top:1px solid #d31212;padding-top:2.734375rem;padding-bottom:1.75rem}}.section-container__content-article-text-content{font-family:DM Sans,sans-serif;font-variation-settings:"wght" 400;font-size:clamp(1rem,2.5vw,1.5rem);color:hsla(0,0%,100%,.7019607843);margin:0;line-height:1.5;text-align:justify}@media screen and (max-width:600px){.section-container__content-article-text-content{font-size:1rem}}.section-container__content-article-text-content-highlight{color:#d31212;font-style:italic;font-variation-settings:"wght" 600}