.hero-section{position:relative;isolation:isolate;overflow:clip;background:linear-gradient(180deg,rgba(17,16,16,.81),rgba(17,16,16,.64) 91.32%),50%/cover no-repeat url(/img/hero-bg.webp)}@media(max-width:48em){.hero-section{background:linear-gradient(180deg,rgba(17,16,16,.81),rgba(17,16,16,.64) 91.32%),50%/cover no-repeat url(/img/hero-bg-md.webp)}}@media(max-width:26.5625em){.hero-section{background:linear-gradient(180deg,rgba(17,16,16,.81),rgba(17,16,16,.64) 91.32%),50%/cover no-repeat url(/img/hero-bg-sm.webp)}}.hero-section__title{font-size:clamp(4rem,8vw,6.875rem);font-family:var(--font-roboto-slab);font-weight:700;line-height:1.2;text-wrap:nowrap;text-align:center}@media(max-width:80em){.hero-section__title svg{width:3rem;height:3rem}}@media(max-width:64em){.hero-section__title{display:flex;flex-direction:column;align-items:center;line-height:1;font-size:clamp(4rem,10vw,10rem)}}@media(max-width:48em){.hero-section__title{font-size:clamp(4rem,10vw,6rem)}.hero-section__title svg{width:2.25rem;height:2.25rem}}@media(max-width:24.375em){.hero-section__title{font-size:clamp(3rem,8vw,5rem)}.hero-section__title svg{width:1.75rem;height:1.75rem}}.hero-section__title-word{display:contents}@media(max-width:64em){.hero-section__title-word{display:block}}.hero-section__title-top{position:absolute;top:0;left:0;width:49.67%}.hero-section:after{content:"";position:absolute;bottom:0;left:0;width:100%;aspect-ratio:19/4;background:#000;-webkit-mask-image:url(/img/hero-decor.webp);mask-image:url(/img/hero-decor.webp);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover;-webkit-mask-mode:luminance;mask-mode:luminance;-webkit-mask-position:center;mask-position:center;z-index:-1}@media(max-width:48em){.hero-section:after{aspect-ratio:2/1;-webkit-mask-image:url(/img/hero-decor-md.webp);mask-image:url(/img/hero-decor-md.webp)}}@media(max-width:26.5625em){.hero-section:after{aspect-ratio:2/1;-webkit-mask-image:url(/img/hero-decor-sm.webp);mask-image:url(/img/hero-decor-sm.webp)}}.hero-section__banner{font-family:var(--font-roboto-slab);font-size:clamp(1rem,1.5vw,1.25rem)}.custom-border:after{content:"";position:absolute;bottom:0;left:0;right:0;height:40px;background:var(--accent);background-image:url(/img/border.svg);background-repeat:repeat-x;background-size:40px 40px}@media(min-width:48em){.custom-border:after{background-size:48px 40px}}.info-section{position:relative;padding-block:clamp(5rem,12vw,10rem)}.info-section__container{gap:clamp(4rem,8vw,7.5rem)}.info-section__text-content{font-size:1.125rem;font-weight:600;line-height:1.4;color:var(--muted-light)}@media(max-width:40em){.info-section__text-content{font-size:1rem;text-align:justify}}.info-section__text-content strong{font-size:1.875rem;color:var(--accent)}.info-section__text-content b{font-size:1.875rem;text-wrap:balance;font-weight:600;color:var(--foreground)}.info-section__text-content b,.info-section__text-content strong{line-height:1.3}@media(max-width:40em){.info-section__text-content b,.info-section__text-content strong{font-size:1.5rem}}.episodes-section{position:relative}.episodes-section:after,.episodes-section:before{content:"";position:absolute;left:0;right:0;height:40px;background:var(--accent);background-image:url(/img/border.svg);background-repeat:repeat-x;background-size:48px 40px}.episodes-section:before{top:0}.episodes-section:after{bottom:0}.episodes-section__episode{--cards-number:4;flex:1 1 calc((100% - 7.5rem)/var(--cards-number))}@media(max-width:80em){.episodes-section__episode{--cards-number:2}}@media(max-width:40em){.episodes-section__episode{--cards-number:1}}.about-section{position:relative;padding-block:clamp(5rem,12vw,10rem)}.about-section__container{gap:clamp(4rem,8vw,7.5rem)}.about-section__text-content{font-size:1.125rem;font-weight:600;line-height:1.4;color:var(--muted-light)}@media(max-width:40em){.about-section__text-content{font-size:1rem;text-align:justify}}.about-section__text-content strong{font-size:1.875rem;color:var(--accent)}.about-section__text-content b{font-size:1.875rem;text-wrap:balance;font-weight:600;color:var(--foreground)}.about-section__text-content b,.about-section__text-content strong{line-height:1.3}@media(max-width:40em){.about-section__text-content b,.about-section__text-content strong{font-size:1.5rem}}.steps-section{position:relative;padding-block:clamp(5rem,12vw,10rem)}.steps-section__steps{display:grid;grid-auto-rows:minmax(130px,auto);grid-template-columns:repeat(3,1fr);-moz-column-gap:clamp(1rem,4vw,4rem);column-gap:clamp(1rem,4vw,4rem);row-gap:clamp(1rem,8vw,8.25rem);position:relative}@media(max-width:80em){.steps-section__steps{row-gap:clamp(1rem,4vw,4rem);grid-template-columns:repeat(2,1fr)}}@media(max-width:40em){.steps-section__steps{grid-template-columns:1fr}.steps-section__step--overlay{background:var(--background-light)}}.steps-section__step-2{align-content:center;grid-row:span 2}@media(max-width:80em){.steps-section__step-2{justify-content:stretch;grid-row:span 1}.steps-section__step-3{grid-column:span 2}}@media(max-width:40em){.steps-section__step-3{grid-column:span 1}}.steps-section__step-description,.steps-section__step-number{color:var(--muted-light)}.steps-section__step-content,.steps-section__step-description,.steps-section__step-number{transition:all .4s ease}.steps-section__step-content:hover{display:flex;background-color:var(--accent-dark);color:var(--background)}.steps-section__step-content:hover .steps-section__step-number{color:var(--background)}.steps-section__step-content:hover .steps-section__step-description{color:rgba(17,16,16,.7)}.help-section{position:relative;padding-top:clamp(4rem,6vw,7.5rem);padding-bottom:clamp(4rem,5.5vw,6.19rem);background:50%/cover url(/img/help-bg.webp) no-repeat}@media(max-width:48em){.help-section{background:50%/cover url(/img/help-bg-md.webp) no-repeat}}@media(max-width:26.5625em){.help-section{background:50%/cover url(/img/help-bg-sm.webp) no-repeat}}.help-section__questions{display:flex;flex-wrap:wrap}.help-section__question{display:flex;flex-direction:column;width:calc(50% - .75rem);background-color:var(--muted-darkest);border:1px solid var(--muted-dark);cursor:pointer;transition:background-color .4s ease,color .4s ease,border-color .4s ease}.help-section__question:hover{background-color:var(--foreground);color:var(--background);border-color:var(--muted-dark)}@media(max-width:48em){.help-section__question{width:100%}}.help-section__question-answer{color:var(--muted-light);transition:color .4s ease}.help-section__question-answer a,.help-section__question-answer b{font-weight:500;color:var(--foreground);transition:color .4s ease}.help-section__question:hover .help-section__question-answer{color:rgba(17,16,16,.7)}.help-section__question:hover .help-section__question-answer a,.help-section__question:hover .help-section__question-answer b{color:var(--background)}.help-section__question:hover .help-section__question-answer a:hover{color:var(--accent-dark)}.team-block{background-color:var(--background-light)}.team-block__description{font-weight:500;line-height:1.5;text-align:justify;color:var(--muted-light)}.team-block__description strong{font-weight:600;color:var(--foreground)}