﻿@keyframes rotating{100%{transform:rotate(360deg)}}:root{--header-background-color: rgb(78, 114, 231);--project-map-green: #69AE24;--project-map-brown: #B75700;--project-map-red: #DA0000}.downloads-container{display:grid;grid-gap:4rem;grid-template-columns:repeat(1, 1fr)}@media(min-width: 480px){.downloads-container{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 992px){.downloads-container{grid-template-columns:repeat(4, 1fr)}}.download-item{display:flex;flex-direction:column;align-items:center;text-align:center;text-decoration:none;color:var(--text-color, #252422)}.download-item .download-item-image{margin:0 auto;width:clamp(4rem, 3.5668789809vw, 5.6rem);min-width:clamp(4rem, 3.5668789809vw, 5.6rem);height:clamp(4rem, 3.5668789809vw, 5.6rem);overflow:hidden}.download-item .download-item-image img{object-fit:cover;width:100%;object-position:top center;max-height:100%;min-height:100%}.download-item .download-item-image .empty-image{display:flex;align-items:center;justify-content:center;margin:0 auto;width:clamp(4rem, 3.5668789809vw, 5.6rem);height:clamp(4rem, 3.5668789809vw, 5.6rem);border:1px solid var(--base-grey, #f7f7f7);background:#fbf5ec}.download-item .download-item-image .empty-image:before{content:"";font-size:clamp(1.8rem, 1.5286624204vw, 2.4rem);color:var(--main-color, #DA9E44)}.download-item .download-item-content{padding-top:clamp(1.6rem, 1.5286624204vw, 2.4rem)}.download-item .download-item-content .download-item-link{margin-top:clamp(1.6rem, 1.5286624204vw, 2.4rem);color:var(--main-color, #DA9E44)}.download-item .download-item-content .download-item-link .link{text-decoration:none;text-transform:uppercase;font-weight:600}.download-item .download-item-name{font-size:clamp(1.6rem, 1.1464968153vw, 1.8rem)}.download-item .download-item-info{margin-top:clamp(0.4rem, 0.5095541401vw, 0.8rem);text-transform:uppercase;font-size:1.4rem;color:#333;overflow-wrap:anywhere}.download-item:focus,.download-item:hover{text-decoration:none;color:var(--text-color, #252422)}.download-item:focus .link,.download-item:hover .link{text-decoration:none}.section-grey .download-item .download-item-image .empty-image{background:var(--base-white, #fff);border-color:var(--base-white, #fff)}