body,section{scroll-padding-top:10px}footer.footer{justify-self:flex-end;margin-top:auto;position:relative;min-height:260px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:#f6f6f6;padding-top:1rem}footer.footer .footer-links{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}footer.footer .footer-links .footer-links__col{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:1rem}footer.footer .footer-links .footer-links__col>a{color:var(--text-primary);line-height:1.8rem}footer.footer .footer-links .footer-links__col>a:hover{color:var(--text-primary-hover)}footer.footer .footer-links .footer-links__col:not(:last-child){margin-right:40px}footer.footer .footer-links .footer-links__col:not(:first-child):not(:last-child){margin-right:auto}footer.footer .footer-links .footer-links__col .title{font-size:1.2rem;font-weight:500;margin-bottom:8px}footer.footer .action .action-btn{padding:.5rem 1.5rem;background-color:var(--red);color:#fff!important;border-radius:.25rem;font-weight:500;-webkit-transition:background-color .3s ease-in-out;transition:background-color .3s ease-in-out}footer.footer .action .action-btn:hover{background-color:var(--red-hover)}footer.footer .social{text-align:center}footer.footer .social .social__items{display:-webkit-box;display:-ms-flexbox;display:flex}footer.footer .social .social__items .social__item:not(:last-child){margin-right:5px}footer.footer .social .social__items .social__item{position:relative}footer.footer .social .social__items .social__item .social-icon{width:1.75rem;height:1.75rem;-webkit-transition:-webkit-transform .25s ease-in-out;transition:-webkit-transform .25s ease-in-out;transition:transform .25s ease-in-out;transition:transform .25s ease-in-out,-webkit-transform .25s ease-in-out}footer.footer .social .social__items .social__item .stretched-link:hover~.social-icon{-webkit-transform:translateY(-5px);-ms-transform:translateY(-5px);transform:translateY(-5px)}footer.footer .company{text-align:center;margin-top:auto;padding:1rem 0;z-index:10;background-color:var(--red)}footer.footer .company__link{padding:9px 18px;background-color:var(--red);border-radius:20px;color:#fafafa}footer.footer .company__link:hover{color:#adadad}.article-navigation{padding:12px;background-color:var(--secondary-light);border-radius:8px;max-height:75px;overflow:hidden;-webkit-transition:max-height ease .4s;transition:max-height ease .4s;position:sticky;top:56px;-webkit-box-shadow:0 1.2px 10px 0 rgba(0,0,0,.0784313725);box-shadow:0 1.2px 10px 0 rgba(0,0,0,.0784313725);z-index:2}.article-navigation>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:15px;padding-bottom:8px;border-bottom:1px solid #000}.article-navigation>div>h2{margin-bottom:0!important}.article-navigation>div>button{background-color:unset;border:unset;padding:10px;cursor:pointer}.article-navigation>div>button>svg{-webkit-transition:-webkit-transform ease .4s;transition:-webkit-transform ease .4s;transition:transform ease .4s;transition:transform ease .4s,-webkit-transform ease .4s;will-change:transform}.article-navigation>ol{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:6px;padding:0 20px;margin:0}.article-navigation>ol>li{padding-left:10px}.article-navigation>ol>li>h3{color:var(--link);line-height:1.5;margin:0;font-size:1rem;font-weight:400;text-transform:none}.article-navigation.on{max-height:900px}.article-navigation.on>div>button>svg{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.modal{position:fixed;top:0;left:0;width:100dvw;height:100dvh;visibility:hidden;opacity:0;pointer-events:none;z-index:400;display:none}.modal.on{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;visibility:visible;opacity:1;pointer-events:auto}.modal__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(12,19,29,.6);z-index:1}.modal .modal-content{position:relative;-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow:hidden;z-index:2;background:#fff;width:100dvw;height:100dvh}.modal .modal-content>header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;border-bottom:1px solid #ddd;padding:1rem;-ms-flex-negative:0;flex-shrink:0}.modal .modal-content>header .modal-header__title{font-size:1.25rem;font-weight:500;line-height:2rem;text-align:center;margin:0 auto}.modal .modal-content>header .modal-close{border:none;background:0 0;position:relative;cursor:pointer}.modal .modal-content>main{-webkit-box-flex:1;-ms-flex:1;flex:1;overflow:auto;min-height:300px}.modal .modal-content>footer{position:sticky;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.5rem;min-height:56px;padding:.625rem 1.25rem;width:100%;-webkit-box-shadow:0 -2px 10px rgba(0,0,0,.1);box-shadow:0 -2px 10px rgba(0,0,0,.1);-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fff;-ms-flex-negative:0;flex-shrink:0}.modal.loading main{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}