:root{--scrollbar-width:8px;--scrollbar-track:#f6f5f1;--scrollbar-thumb:#d9d9d9;--scrollbar-thumb-hover:#8c8c8c;--scrollbar-thumb-active:#262626;--scrollbar-border-radius:4px}::-webkit-scrollbar{width:var(--scrollbar-width);height:var(--scrollbar-width)}::-webkit-scrollbar-track{background:var(--scrollbar-track);border-radius:var(--scrollbar-border-radius)}::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:var(--scrollbar-border-radius);transition:background .3s}::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}::-webkit-scrollbar-thumb:active{background:var(--scrollbar-thumb-active)}*{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb)var(--scrollbar-track)}@media (prefers-color-scheme:dark){:root{--scrollbar-track:#383838;--scrollbar-thumb:#555;--scrollbar-thumb-hover:#777;--scrollbar-thumb-active:#999}}.scrollbar-thin{--scrollbar-width:4px}.scrollbar-thick{--scrollbar-width:12px}.scrollbar-hidden::-webkit-scrollbar{display:none}.scrollbar-hidden{scrollbar-width:none}.video-background{width:100%;height:100%;position:absolute;top:0;bottom:0;left:0;right:0;overflow:hidden}.video-background__progress{text-align:center;margin-top:12px}.video-background__progress-container{background:rgba(255,255,255,.3);border-radius:3px;width:120px;height:6px;margin:0 auto 8px;overflow:hidden}.video-background__progress-bar{background:linear-gradient(90deg,#007bff,#00d4ff);border-radius:3px;height:100%;transition:width .3s}.video-background__progress-text{color:#fff;margin-bottom:4px;font-size:12px;display:block}.video-background__debug{color:rgba(255,255,255,.7);margin-top:4px;font-size:10px}.video-background__poster{z-index:1;background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;display:flex;position:absolute;top:0;bottom:0;left:0;right:0}.video-background__loader{justify-content:center;align-items:center;display:flex}.video-background__video{object-fit:cover;object-position:center;-webkit-backface-visibility:hidden;backface-visibility:hidden;perspective:1000px;z-index:2;width:100%;height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)translateZ(0)}.video-background__overlay{pointer-events:none;z-index:4;background:rgba(0,0,0,.25);position:absolute;top:0;bottom:0;left:0;right:0}@media (max-width:1024px){.video-background__video,.video-background__poster{object-position:55% center}}@media (max-width:768px){.video-background__video,.video-background__poster{object-fit:cover;object-position:60% center;width:100%;height:100%}}@media (max-width:480px){.video-background__video,.video-background__poster{object-position:65% center;width:100%;height:100%}}
:root{--scrollbar-width:8px;--scrollbar-track:#f6f5f1;--scrollbar-thumb:#d9d9d9;--scrollbar-thumb-hover:#8c8c8c;--scrollbar-thumb-active:#262626;--scrollbar-border-radius:4px}::-webkit-scrollbar{width:var(--scrollbar-width);height:var(--scrollbar-width)}::-webkit-scrollbar-track{background:var(--scrollbar-track);border-radius:var(--scrollbar-border-radius)}::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:var(--scrollbar-border-radius);transition:background .3s}::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}::-webkit-scrollbar-thumb:active{background:var(--scrollbar-thumb-active)}*{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb)var(--scrollbar-track)}@media (prefers-color-scheme:dark){:root{--scrollbar-track:#383838;--scrollbar-thumb:#555;--scrollbar-thumb-hover:#777;--scrollbar-thumb-active:#999}}.scrollbar-thin{--scrollbar-width:4px}.scrollbar-thick{--scrollbar-width:12px}.scrollbar-hidden::-webkit-scrollbar{display:none}.scrollbar-hidden{scrollbar-width:none}.loader{display:inline-block}.loader__spinner{border:2px solid #f3f3f3;border-top-color:#333;border-radius:50%;animation:1s linear infinite spin}.loader--small .loader__spinner{width:20px;height:20px}.loader--medium .loader__spinner{width:30px;height:30px}.loader--large .loader__spinner{width:40px;height:40px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
:root{--scrollbar-width:8px;--scrollbar-track:#f6f5f1;--scrollbar-thumb:#d9d9d9;--scrollbar-thumb-hover:#8c8c8c;--scrollbar-thumb-active:#262626;--scrollbar-border-radius:4px}::-webkit-scrollbar{width:var(--scrollbar-width);height:var(--scrollbar-width)}::-webkit-scrollbar-track{background:var(--scrollbar-track);border-radius:var(--scrollbar-border-radius)}::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:var(--scrollbar-border-radius);transition:background .3s}::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}::-webkit-scrollbar-thumb:active{background:var(--scrollbar-thumb-active)}*{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb)var(--scrollbar-track)}@media (prefers-color-scheme:dark){:root{--scrollbar-track:#383838;--scrollbar-thumb:#555;--scrollbar-thumb-hover:#777;--scrollbar-thumb-active:#999}}.scrollbar-thin{--scrollbar-width:4px}.scrollbar-thick{--scrollbar-width:12px}.scrollbar-hidden::-webkit-scrollbar{display:none}.scrollbar-hidden{scrollbar-width:none}.image{max-width:100%;display:block}.image[data-object-fit=cover]{object-fit:cover}.image[data-object-fit=contain]{object-fit:contain}.image[data-object-fit=fill]{object-fit:fill}.image[data-object-fit=none]{object-fit:none}.image-container{justify-content:center;align-items:center;width:100%;height:100%;line-height:0;display:flex;position:relative}.image-container--loading{min-height:100px}.image-container--with-zoom{cursor:zoom-in}.image-container--stretch img{width:auto;height:auto}.image-container--full img{width:100%;height:100%}.image-container .loader{position:absolute}.image-zoom-overlay{z-index:1000;background:rgba(0,0,0,.75);justify-content:center;align-items:center;width:100%;height:100%;padding:10px;display:flex;position:fixed;top:0;left:0}.image-zoom-overlay .image-zoom-content{justify-content:center;align-items:center;max-width:95vw;max-height:95vh;display:flex;position:relative}.image-zoom-overlay .image-zoom-content .loader{position:absolute}.image-zoom-overlay .image-zoom-img{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:100%}.image-zoom-overlay .image-zoom-close{color:#fafafa;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1001;transform-origin:50%;will-change:transform;background:0 0;border:1px solid #d9d9d9;border-radius:50%;justify-content:center;align-items:center;padding:8px;transition:all .3s;display:flex;position:fixed;top:5px;right:5px}.image-zoom-overlay .image-zoom-close:hover{transform:scale(1.1)}.image-zoom-overlay .image-zoom-close svg{width:14px;height:14px;display:block;fill:#fff!important}.image-zoom-overlay .image-zoom-close svg path{stroke:#fff}@media (min-width:481px){.image-zoom-overlay{padding:20px}.image-zoom-overlay .image-zoom-close{padding:10px;top:10px;right:10px}}@media (min-width:768px){.image-zoom-overlay{padding:40px}.image-zoom-overlay .image-zoom-content{max-width:90vw;max-height:90vh}.image-zoom-overlay .image-zoom-close{padding:12px;top:20px;right:20px}}.animated-image-container{width:100%;height:100%;position:relative;overflow:hidden}.animated-image-motion{will-change:transform;width:100%;height:100%;position:relative;overflow:hidden}.image-skeleton{z-index:2;width:100%;height:100%;position:absolute;top:0;bottom:0;left:0;right:0}.image-skeleton .image-skeleton__wrapper{width:100%;height:100%}.image-skeleton .image-skeleton__block{border-radius:8px;width:100%;height:100%;line-height:0;display:block}
@keyframes react-loading-skeleton{to{transform:translate(100%)}}.react-loading-skeleton{--base-color:#ebebeb;--highlight-color:#f5f5f5;--animation-duration:1.5s;--animation-direction:normal;--pseudo-element-display:block;background-color:var(--base-color);-webkit-user-select:none;-moz-user-select:none;user-select:none;border-radius:.25rem;width:100%;line-height:1;display:inline-flex;position:relative;overflow:hidden}.react-loading-skeleton:after{content:" ";display:var(--pseudo-element-display);background-repeat:no-repeat;background-image:var(--custom-highlight-background,linear-gradient(90deg,var(--base-color)0%,var(--highlight-color)50%,var(--base-color)100%));height:100%;animation-name:react-loading-skeleton;animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-timing-function:ease-in-out;animation-iteration-count:infinite;position:absolute;top:0;left:0;right:0;transform:translate(-100%)}@media (prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display:none}}
:root{--scrollbar-width:8px;--scrollbar-track:#f6f5f1;--scrollbar-thumb:#d9d9d9;--scrollbar-thumb-hover:#8c8c8c;--scrollbar-thumb-active:#262626;--scrollbar-border-radius:4px}::-webkit-scrollbar{width:var(--scrollbar-width);height:var(--scrollbar-width)}::-webkit-scrollbar-track{background:var(--scrollbar-track);border-radius:var(--scrollbar-border-radius)}::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:var(--scrollbar-border-radius);transition:background .3s}::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}::-webkit-scrollbar-thumb:active{background:var(--scrollbar-thumb-active)}*{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb)var(--scrollbar-track)}@media (prefers-color-scheme:dark){:root{--scrollbar-track:#383838;--scrollbar-thumb:#555;--scrollbar-thumb-hover:#777;--scrollbar-thumb-active:#999}}.scrollbar-thin{--scrollbar-width:4px}.scrollbar-thick{--scrollbar-width:12px}.scrollbar-hidden::-webkit-scrollbar{display:none}.scrollbar-hidden{scrollbar-width:none}.second-stage{padding-top:80px;padding-bottom:80px}.second-stage .second-stage__content{flex-direction:column;gap:30px;display:flex}.second-stage .second-stage__content .second-stage__header{flex-direction:column;gap:15px;display:flex}.second-stage .second-stage__content .second-stage__header .second-stage__title{max-width:550px}.second-stage .second-stage__content .second-stage__body{flex-direction:column;gap:30px;display:flex}.second-stage .second-stage__content .second-stage__body .second-stage__image-container{width:125px;height:125px}.second-stage .second-stage__content .second-stage__body .second-stage__text-info{flex-direction:column;gap:25px;display:flex}@media (min-width:768px){.second-stage{padding-top:120px;padding-bottom:120px}.second-stage .second-stage__content{gap:60px}.second-stage .second-stage__content .second-stage__header{gap:23px}.second-stage .second-stage__content .second-stage__header .second-stage__title{max-width:492px}.second-stage .second-stage__content .second-stage__body{flex-direction:row;justify-content:flex-end;gap:45px}.second-stage .second-stage__content .second-stage__body .second-stage__image-container{width:144px;height:144px}.second-stage .second-stage__content .second-stage__body .second-stage__text-info{max-width:364px}}@media (min-width:1024px){.second-stage{padding-top:120px;padding-bottom:120px}.second-stage .second-stage__content{gap:67px}.second-stage .second-stage__content .second-stage__header{gap:29px}.second-stage .second-stage__content .second-stage__header .second-stage__title{max-width:628px}.second-stage .second-stage__content .second-stage__body{gap:65px}.second-stage .second-stage__content .second-stage__body .second-stage__image-container{width:165px;height:165px}.second-stage .second-stage__content .second-stage__body .second-stage__text-info{max-width:437px}}@media (min-width:1440px){.second-stage{padding-top:120px;padding-bottom:120px}.second-stage .second-stage__content{gap:67px}.second-stage .second-stage__content .second-stage__header .second-stage__title{max-width:748px}.second-stage .second-stage__content .second-stage__content .second-stage__body{gap:76px}.second-stage .second-stage__content .second-stage__content .second-stage__body .second-stage__image-container{width:208px;height:208px}}
:root{--scrollbar-width:8px;--scrollbar-track:#f6f5f1;--scrollbar-thumb:#d9d9d9;--scrollbar-thumb-hover:#8c8c8c;--scrollbar-thumb-active:#262626;--scrollbar-border-radius:4px}::-webkit-scrollbar{width:var(--scrollbar-width);height:var(--scrollbar-width)}::-webkit-scrollbar-track{background:var(--scrollbar-track);border-radius:var(--scrollbar-border-radius)}::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:var(--scrollbar-border-radius);transition:background .3s}::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}::-webkit-scrollbar-thumb:active{background:var(--scrollbar-thumb-active)}*{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb)var(--scrollbar-track)}@media (prefers-color-scheme:dark){:root{--scrollbar-track:#383838;--scrollbar-thumb:#555;--scrollbar-thumb-hover:#777;--scrollbar-thumb-active:#999}}.scrollbar-thin{--scrollbar-width:4px}.scrollbar-thick{--scrollbar-width:12px}.scrollbar-hidden::-webkit-scrollbar{display:none}.scrollbar-hidden{scrollbar-width:none}.third-stage{flex-direction:column;gap:30px;display:flex}.third-stage .cards-section__grid{grid-template-columns:repeat(2,1fr);gap:30px;display:grid}.third-stage .card-container{flex-direction:column;gap:12px;display:flex}.third-stage .card{background:#fafafa;border:1px solid #ebebeb;flex-direction:column;transition:transform .3s;display:flex;position:relative;overflow:hidden}.third-stage .button-container button{width:100%}.third-stage .button-container button span{justify-content:space-between}.third-stage .card:hover .card__overlay{opacity:1;visibility:visible}.third-stage .card__image{flex-shrink:0;justify-content:center;align-items:center;width:100%;height:222px;display:flex;position:relative}.third-stage .card__img{object-fit:cover;width:100%;height:100%;transition:filter .8s}.third-stage .card:hover .card__img{filter:blur(5px)}.third-stage .card__overlay{opacity:0;visibility:hidden;cursor:pointer;background:rgba(0,0,0,.2);justify-content:center;align-items:center;width:100%;height:100%;transition:all .3s;display:flex;position:absolute;top:0;left:0}.third-stage .card__more{background:#262626;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;display:flex;position:absolute;top:10px;right:10px}.third-stage .card__more p{color:#fff;font-size:7px}.third-stage .card__content{flex-grow:1;padding:15px}.third-stage .card__title{color:#262626;font-size:18px;font-weight:500}@media (min-width:768px){.third-stage{gap:23px}.third-stage .cards-section__grid{grid-template-columns:repeat(3,1fr)}.third-stage .card-container{gap:15px}.third-stage .card__image{height:239px}.third-stage .card__more{width:80px;height:80px;top:15px;right:15px}.third-stage .card__more p{font-size:9px}}@media (min-width:1024px){.third-stage{gap:49px}.third-stage .card-container{gap:17px}.third-stage .card__image{height:424px}.third-stage .card__more{width:90px;height:90px}.third-stage .card__more p{font-size:10px}}@media (min-width:1440px){.third-stage .cards-section__grid{gap:40px}.third-stage .card__image{height:517px}.third-stage .card__more{width:105px;height:105px;top:20px;right:20px}.third-stage .card__more p{font-size:11px}.third-stage .card__content{padding:20px}}
:root{--scrollbar-width:8px;--scrollbar-track:#f6f5f1;--scrollbar-thumb:#d9d9d9;--scrollbar-thumb-hover:#8c8c8c;--scrollbar-thumb-active:#262626;--scrollbar-border-radius:4px}::-webkit-scrollbar{width:var(--scrollbar-width);height:var(--scrollbar-width)}::-webkit-scrollbar-track{background:var(--scrollbar-track);border-radius:var(--scrollbar-border-radius)}::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:var(--scrollbar-border-radius);transition:background .3s}::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}::-webkit-scrollbar-thumb:active{background:var(--scrollbar-thumb-active)}*{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb)var(--scrollbar-track)}@media (prefers-color-scheme:dark){:root{--scrollbar-track:#383838;--scrollbar-thumb:#555;--scrollbar-thumb-hover:#777;--scrollbar-thumb-active:#999}}.scrollbar-thin{--scrollbar-width:4px}.scrollbar-thick{--scrollbar-width:12px}.scrollbar-hidden::-webkit-scrollbar{display:none}.scrollbar-hidden{scrollbar-width:none}.fourth-stage{flex-direction:column;padding-top:80px;padding-bottom:80px;display:flex}.fourth-stage .fourth-stage__header{flex-direction:column;gap:15px;display:flex}.fourth-stage .body-card{flex-direction:column;gap:17px;min-height:169px;padding:30px 15px;display:flex;position:relative}.fourth-stage .body-card.empty-block{display:none}.fourth-stage .body-card:before,.fourth-stage .body-card:after{content:"";z-index:2;background:#ebebeb;transition:opacity .3s;animation:4s cubic-bezier(.4,0,.2,1) infinite borderBlink;position:absolute}.fourth-stage .body-card:after{width:100%;height:1px;bottom:-1px;left:0}.fourth-stage .body-card:before{width:1px;height:100%;top:0;left:-1px}@media (min-width:768px){.fourth-stage{gap:30px;padding-top:115px;padding-bottom:120px}.fourth-stage .fourth-stage__header{max-width:449px}.fourth-stage .fourth-stage__body{flex-direction:column;max-width:386px;margin-left:auto;display:flex}.fourth-stage .body-card{border-left:1px solid #e1e1e1;gap:19px;min-height:151px;padding:30px}}@media (min-width:1024px){.fourth-stage{padding-top:120px;padding-bottom:120px}.fourth-stage .fourth-stage__header{gap:29px;max-width:670px}.fourth-stage .fourth-stage__body{grid-template-columns:repeat(2,1fr);max-width:864px;display:grid;position:relative}.fourth-stage .body-card{border:none;min-height:151px;padding:30px}.fourth-stage .body-card p{max-width:377px}.fourth-stage .body-card:not(:last-child){border-bottom:none}.fourth-stage .body-card.empty-block{display:block}.fourth-stage .body-card:before,.fourth-stage .body-card:after{content:"";z-index:2;background:#ebebeb;animation:4s cubic-bezier(.4,0,.2,1) infinite borderBlink;position:absolute}.fourth-stage .body-card:first-child:before{width:1px;height:100%;animation-delay:0s;top:0;right:0}.fourth-stage .body-card:first-child:after{width:100%;height:1px;animation-delay:2s;bottom:0;left:0}.fourth-stage .body-card:nth-child(2):after{width:100%;height:1px;animation-delay:1s;bottom:0;left:0}.fourth-stage .body-card:nth-child(3):before{width:1px;height:100%;animation-delay:2s;top:0;right:0}.fourth-stage .body-card:nth-child(3):after{width:100%;height:1px;animation-delay:.5s;top:0;left:0}.fourth-stage .body-card:nth-child(4):after{width:100%;height:1px;animation-delay:1.5s;top:0;left:0}}@media (min-width:1440px){.fourth-stage{padding-top:120px;padding-bottom:120px}.fourth-stage .body-card{padding:35px}.fourth-stage .fourth-stage__body{max-width:888px}.fourth-stage .fourth-stage__header{max-width:670px}}@keyframes borderBlink{0%{opacity:1}25%{opacity:.5}50%{opacity:0}75%{opacity:.5}to{opacity:1}}
:root{--scrollbar-width:8px;--scrollbar-track:#f6f5f1;--scrollbar-thumb:#d9d9d9;--scrollbar-thumb-hover:#8c8c8c;--scrollbar-thumb-active:#262626;--scrollbar-border-radius:4px}::-webkit-scrollbar{width:var(--scrollbar-width);height:var(--scrollbar-width)}::-webkit-scrollbar-track{background:var(--scrollbar-track);border-radius:var(--scrollbar-border-radius)}::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:var(--scrollbar-border-radius);transition:background .3s}::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}::-webkit-scrollbar-thumb:active{background:var(--scrollbar-thumb-active)}*{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb)var(--scrollbar-track)}@media (prefers-color-scheme:dark){:root{--scrollbar-track:#383838;--scrollbar-thumb:#555;--scrollbar-thumb-hover:#777;--scrollbar-thumb-active:#999}}.scrollbar-thin{--scrollbar-width:4px}.scrollbar-thick{--scrollbar-width:12px}.scrollbar-hidden::-webkit-scrollbar{display:none}.scrollbar-hidden{scrollbar-width:none}.fifth-stage{background-color:#d9d9d9;height:585px;padding-top:60px;padding-bottom:60px}.fifth-stage .fifth-stage__body{z-index:3;flex-direction:column;justify-content:space-between;height:100%;display:flex;position:relative}.fifth-stage .fifth-stage__body .text-info{max-width:294px}@media (min-width:768px){.fifth-stage{height:770px;padding-top:69px;padding-bottom:0}.fifth-stage .fifth-stage__body{gap:307px;height:auto}.fifth-stage .fifth-stage__body .text-info{max-width:294px;margin-left:auto;margin-right:32px}}@media (min-width:1440px){.fifth-stage .fifth-stage__body{gap:298px}}
:root{--scrollbar-width:8px;--scrollbar-track:#f6f5f1;--scrollbar-thumb:#d9d9d9;--scrollbar-thumb-hover:#8c8c8c;--scrollbar-thumb-active:#262626;--scrollbar-border-radius:4px}::-webkit-scrollbar{width:var(--scrollbar-width);height:var(--scrollbar-width)}::-webkit-scrollbar-track{background:var(--scrollbar-track);border-radius:var(--scrollbar-border-radius)}::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:var(--scrollbar-border-radius);transition:background .3s}::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}::-webkit-scrollbar-thumb:active{background:var(--scrollbar-thumb-active)}*{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb)var(--scrollbar-track)}@media (prefers-color-scheme:dark){:root{--scrollbar-track:#383838;--scrollbar-thumb:#555;--scrollbar-thumb-hover:#777;--scrollbar-thumb-active:#999}}.scrollbar-thin{--scrollbar-width:4px}.scrollbar-thick{--scrollbar-width:12px}.scrollbar-hidden::-webkit-scrollbar{display:none}.scrollbar-hidden{scrollbar-width:none}.accordion{border-radius:8px;overflow:hidden}.accordion__item{border-top:1px solid #e1e1e1;border-bottom:none}.accordion__item:last-child{border-bottom:1px solid #e1e1e1}.accordion__header{padding-top:30px;padding-bottom:30px;display:flex}@media (min-width:768px){.accordion__header--with-index{grid-template-columns:1fr 1fr;gap:16px;display:grid}}.accordion__index{color:#8c8c8c;font-family:Manrope,sans-serif;font-size:32px;display:flex}@media (min-width:768px){.accordion__index{margin-bottom:0}}@media (max-width:768px) and (min-width:360px){.accordion__index{margin-right:35px}}.accordion__title-content{flex-direction:column;width:100%;display:flex}.accordion__trigger{cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;min-height:36px;transition:background-color .2s,color .2s;display:flex}.accordion__trigger:hover svg{color:#8c8c8c}.accordion__title{text-align:left;font-family:Manrope,sans-serif}.accordion__icon{flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;margin-left:12px;display:flex}.accordion__icon svg{width:100%;height:100%}.accordion__content{overflow:hidden}.accordion__content-inner{max-width:90%}
:root{--scrollbar-width:8px;--scrollbar-track:#f6f5f1;--scrollbar-thumb:#d9d9d9;--scrollbar-thumb-hover:#8c8c8c;--scrollbar-thumb-active:#262626;--scrollbar-border-radius:4px}::-webkit-scrollbar{width:var(--scrollbar-width);height:var(--scrollbar-width)}::-webkit-scrollbar-track{background:var(--scrollbar-track);border-radius:var(--scrollbar-border-radius)}::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:var(--scrollbar-border-radius);transition:background .3s}::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}::-webkit-scrollbar-thumb:active{background:var(--scrollbar-thumb-active)}*{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb)var(--scrollbar-track)}@media (prefers-color-scheme:dark){:root{--scrollbar-track:#383838;--scrollbar-thumb:#555;--scrollbar-thumb-hover:#777;--scrollbar-thumb-active:#999}}.scrollbar-thin{--scrollbar-width:4px}.scrollbar-thick{--scrollbar-width:12px}.scrollbar-hidden::-webkit-scrollbar{display:none}.scrollbar-hidden{scrollbar-width:none}.sixth-stage{flex-direction:column;gap:30px;padding-top:80px;display:flex}@media (min-width:768px){.sixth-stage{gap:60px;padding-top:120px}}@media (min-width:1024px){.sixth-stage{gap:67px;padding-top:120px}}@media (min-width:1440px){.sixth-stage{padding-top:120px}}
:root{--scrollbar-width:8px;--scrollbar-track:#f6f5f1;--scrollbar-thumb:#d9d9d9;--scrollbar-thumb-hover:#8c8c8c;--scrollbar-thumb-active:#262626;--scrollbar-border-radius:4px}::-webkit-scrollbar{width:var(--scrollbar-width);height:var(--scrollbar-width)}::-webkit-scrollbar-track{background:var(--scrollbar-track);border-radius:var(--scrollbar-border-radius)}::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:var(--scrollbar-border-radius);transition:background .3s}::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}::-webkit-scrollbar-thumb:active{background:var(--scrollbar-thumb-active)}*{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb)var(--scrollbar-track)}@media (prefers-color-scheme:dark){:root{--scrollbar-track:#383838;--scrollbar-thumb:#555;--scrollbar-thumb-hover:#777;--scrollbar-thumb-active:#999}}.scrollbar-thin{--scrollbar-width:4px}.scrollbar-thick{--scrollbar-width:12px}.scrollbar-hidden::-webkit-scrollbar{display:none}.scrollbar-hidden{scrollbar-width:none}.seventh-stage{flex-direction:column;gap:30px;padding-top:40px;padding-bottom:80px;display:flex}.seventh-stage .seventh-stage__image-small.seventh-stage__image-mobile{display:block}.seventh-stage .seventh-stage__image-small.seventh-stage__image-desktop{display:none}.seventh-stage .seventh-stage__image-large{width:320px;height:320px}.seventh-stage .seventh-stage__image-small{flex-shrink:0;width:125px;height:125px}.seventh-stage .text-container{flex-direction:column;gap:30px;display:flex}@media (min-width:768px){.seventh-stage{flex-direction:row;gap:82px;padding-top:120px;padding-bottom:120px}.seventh-stage .seventh-stage__image-large{flex-shrink:0;width:307px;height:392px}.seventh-stage .seventh-stage__image-small{width:144px;height:144px}.seventh-stage .seventh-stage__text-block{flex-direction:column;gap:86px;display:flex}.seventh-stage .text-container{gap:18px}.seventh-stage .seventh-stage__image-small.seventh-stage__image-mobile{display:none}.seventh-stage .seventh-stage__image-small.seventh-stage__image-desktop{display:block}}@media (min-width:1024px){.seventh-stage{gap:115px;padding-top:120px;padding-bottom:120px}.seventh-stage .seventh-stage__image-large{width:442px;height:564px}.seventh-stage .seventh-stage__image-small{width:165px;height:165px}.seventh-stage .seventh-stage__text-block{gap:219px}.seventh-stage .text-container{gap:20px}}@media (min-width:1440px){.seventh-stage{gap:54px;padding-top:120px;padding-bottom:120px}.seventh-stage .seventh-stage__image-large{width:479px;height:579px}.seventh-stage .seventh-stage__image-small{width:208px;height:208px}.seventh-stage .text-container{flex-direction:row;gap:95px}.seventh-stage .seventh-stage__text-block{gap:291px}}
:root{--scrollbar-width:8px;--scrollbar-track:#f6f5f1;--scrollbar-thumb:#d9d9d9;--scrollbar-thumb-hover:#8c8c8c;--scrollbar-thumb-active:#262626;--scrollbar-border-radius:4px}::-webkit-scrollbar{width:var(--scrollbar-width);height:var(--scrollbar-width)}::-webkit-scrollbar-track{background:var(--scrollbar-track);border-radius:var(--scrollbar-border-radius)}::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:var(--scrollbar-border-radius);transition:background .3s}::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}::-webkit-scrollbar-thumb:active{background:var(--scrollbar-thumb-active)}*{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb)var(--scrollbar-track)}@media (prefers-color-scheme:dark){:root{--scrollbar-track:#383838;--scrollbar-thumb:#555;--scrollbar-thumb-hover:#777;--scrollbar-thumb-active:#999}}.scrollbar-thin{--scrollbar-width:4px}.scrollbar-thick{--scrollbar-width:12px}.scrollbar-hidden::-webkit-scrollbar{display:none}.scrollbar-hidden{scrollbar-width:none}.eighth-stage{flex-direction:column;display:flex}.eighth-stage .eighth-stage__card-actions{gap:23px;display:flex}.eighth-stage .eighth-stage__card{border-bottom:1px solid #e1e1e1;flex-direction:column;gap:80px;padding-top:30px;padding-bottom:30px;display:flex}.eighth-stage .eighth-stage__card:first-child{border-top:1px solid #e1e1e1}@media (min-width:768px){.eighth-stage{flex-direction:row}.eighth-stage .eighth-stage__card{border-top:1px solid #e1e1e1;flex:1;padding-left:30px}.eighth-stage .eighth-stage__card:not(:last-child){border-right:1px solid #e1e1e1}}@media (min-width:1024px){.eighth-stage .eighth-stage__card{gap:170px;padding-left:30px}.eighth-stage .eighth-stage__card-actions{gap:33px}}@media (min-width:1440px){.eighth-stage .eighth-stage__card{gap:160px;padding-top:35px;padding-bottom:35px;padding-left:30px}}
:root{--scrollbar-width:8px;--scrollbar-track:#f6f5f1;--scrollbar-thumb:#d9d9d9;--scrollbar-thumb-hover:#8c8c8c;--scrollbar-thumb-active:#262626;--scrollbar-border-radius:4px}::-webkit-scrollbar{width:var(--scrollbar-width);height:var(--scrollbar-width)}::-webkit-scrollbar-track{background:var(--scrollbar-track);border-radius:var(--scrollbar-border-radius)}::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:var(--scrollbar-border-radius);transition:background .3s}::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}::-webkit-scrollbar-thumb:active{background:var(--scrollbar-thumb-active)}*{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb)var(--scrollbar-track)}@media (prefers-color-scheme:dark){:root{--scrollbar-track:#383838;--scrollbar-thumb:#555;--scrollbar-thumb-hover:#777;--scrollbar-thumb-active:#999}}.scrollbar-thin{--scrollbar-width:4px}.scrollbar-thick{--scrollbar-width:12px}.scrollbar-hidden::-webkit-scrollbar{display:none}.scrollbar-hidden{scrollbar-width:none}.main-container{padding-bottom:19px}@media (min-width:768px){.main-container{padding-bottom:24px}}@media (min-width:1024px){.main-container{padding-bottom:30px}}
