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:0;-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:1}.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)}.author-block{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;gap:20px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:20px 0;padding:20px;border:1px solid #eee;border-radius:6px}.author-block>img{width:150px;height:150px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.author-block>div>p{font-size:1.2rem;color:var(--text-secondary)}.back{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--darken-link);margin:20px 0}