@charset "UTF-8";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}.cards.infrostruction article{position:relative;width:100%;min-width:310px;border-radius:16px;-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);opacity:0;-webkit-animation:fadeInArticle 1s ease-in-out;animation:fadeInArticle 1s ease-in-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes fadeInArticle{from{opacity:0}to{opacity:1}}@keyframes fadeInArticle{from{opacity:0}to{opacity:1}}.cards.infrostruction article>div:last-of-type{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:8px 12px}.cards.infrostruction article>div:last-of-type>span{font-weight:500;line-height:125%;margin-bottom:6px}.cards.infrostruction article>div:last-of-type>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px;margin-bottom:4px}.cards.infrostruction article>div:last-of-type>div:last-of-type{margin-bottom:0}.cards.infrostruction article>div:last-of-type>div>svg{-webkit-box-flex:0;-ms-flex:0 0 15px;flex:0 0 15px;margin-bottom:2px}.cards.infrostruction article>div:last-of-type p{color:var(--text-secondary);font-size:.875em;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;max-height:5em;line-height:143%;margin-bottom:0}.cards.infrostruction article picture>img{width:100%;height:160px;-o-object-fit:cover;object-fit:cover;-o-object-position:bottom;object-position:bottom;border-radius:16px 16px 0 0}.cards.infrostruction article .stat{font-size:13px;text-wrap:nowrap}.cards.infrostruction article .stat>span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cards.infrostruction article .stat>.review-short::after{content:"•";height:4px;width:4px;color:currentColor;margin:0 7px;line-height:50%}.cards.infrostruction article .stat .review-short{margin:0}.mapPoint{position:absolute;border:2px solid #fff;width:35px;height:35px;right:8px;overflow:hidden;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:2;-webkit-box-shadow:0 1px 10px 0 rgba(0,0,0,.08);box-shadow:0 1px 10px 0 rgba(0,0,0,.08);background:#fff;border-radius:12px;top:8px;cursor:pointer;color:#000}.mapPoint>img{position:absolute;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;top:0;left:0}.mapPoint>svg{position:relative;z-index:2;pointer-events:none}.img-poi>a{display:none}.img-poi:after{bottom:-30px!important}.map-point-tooltip{position:absolute;right:-100px;top:-50px;border-radius:5px;background-color:#fff;border:1px solid #ffcb11;-webkit-box-shadow:0 0 5px 0 rgba(0,0,0,.1);box-shadow:0 0 5px 0 rgba(0,0,0,.1);padding:10px 40px 10px 15px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;will-change:transform;z-index:1;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-animation:upDownAnamation 2s ease-in-out infinite .3s;animation:upDownAnamation 2s ease-in-out infinite .3s}.map-point-tooltip:after,.map-point-tooltip:before{content:"";position:absolute;bottom:-9px;left:30%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:0;height:0;border-style:solid;pointer-events:none}.map-point-tooltip:before{border-width:9px 9px 0 9px;border-color:#ffcb11 transparent transparent transparent}.map-point-tooltip:after{border-width:8px 8px 0 8px;border-color:#fff transparent transparent transparent;bottom:-7px}.map-point-tooltip>span{font-weight:400;font-size:14px;color:#000}.map-point-tooltip>button{position:absolute;right:5px;top:45%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);background:0 0;border:none;cursor:pointer;font-size:30px;line-height:1;padding:0 5px;color:#666;font-weight:300}.map-point-tooltip>button:hover{color:#000}@-webkit-keyframes upDownAnamation{0%{top:-50px}50%{top:-55px}100%{top:-50px}}@keyframes upDownAnamation{0%{top:-50px}50%{top:-55px}100%{top:-50px}}.grid.cards.infrostruction{-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3,1fr);row-gap:20px;-webkit-column-gap:12px;-moz-column-gap:12px;column-gap:12px}.grid.cards.infrostruction article{margin:0}.map-point{width:80%;height:80%;position:fixed;z-index:100;top:40%;left:50%;-webkit-transform:translate(-50%,-40%);-ms-transform:translate(-50%,-40%);transform:translate(-50%,-40%);border-radius:20px;overflow:hidden;background:#fff}.map-point .map-close{position:absolute;top:20px;right:20px;border-radius:12px;width:44px;height:44px;-webkit-box-shadow:0 1px 10px 0 rgba(0,0,0,.08);box-shadow:0 1px 10px 0 rgba(0,0,0,.08);background:#fff;cursor:pointer;z-index:1000;border:none;font-size:26px}