﻿@keyframes rotating{100%{transform:rotate(360deg)}}:root{--downloads-items-perrow-count: 4}.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: 1200px){.downloads-container{grid-template-columns:repeat(var(--downloads-items-perrow-count), 1fr)}}.downloads-container.type-card{--downloads-items-perrow-count: 3}@media(min-width: 575px){.downloads-container.type-card{grid-template-columns:repeat(3, 1fr)}}.downloads-container.type-card .download-item img{width:100%}.downloads-container.type-card .download-item .download-item-content{margin-top:3rem}.downloads-container.type-card .download-item .download-item-name{display:none}.downloads-container:not(.type-card) .download-item{display:flex;flex-direction:column;align-items:center;text-align:center;text-decoration:none;color:#434343}@media(min-width: 575px){.downloads-container:not(.type-card) .download-item{text-align:left;flex-direction:row}}.downloads-container:not(.type-card) .download-item .download-item-image{margin:0 auto;width:clamp(5rem, 4.4585987261vw, 7rem);min-width:clamp(5rem, 4.4585987261vw, 7rem);height:clamp(5rem, 4.4585987261vw, 7rem);border-radius:50%;overflow:hidden}@media(min-width: 575px){.downloads-container:not(.type-card) .download-item .download-item-image{margin:0 2.2rem 0 0}}.downloads-container:not(.type-card) .download-item .download-item-image img{object-fit:cover;width:100%;object-position:top center;max-height:100%;min-height:100%}.downloads-container:not(.type-card) .download-item .download-item-image .empty-image{display:flex;align-items:center;justify-content:center;margin:0 auto;width:clamp(5rem, 4.4585987261vw, 7rem);height:clamp(5rem, 4.4585987261vw, 7rem);border-radius:50%;border:1px solid #3880bc;background:#f3fafe}.downloads-container:not(.type-card) .download-item .download-item-image .empty-image:before{content:"";font-size:clamp(2.6rem, 2.2929936306vw, 3.6rem);color:#1581c1}.downloads-container:not(.type-card) .download-item .download-item-name{font-size:1.7rem;letter-spacing:.34px;cursor:pointer}.downloads-container:not(.type-card) .download-item .download-item-info{text-transform:uppercase;font-size:1.4rem;color:#333}.download-item .download-item-link{cursor:pointer}.download-item .download-item-link .link{color:#1581c1;text-decoration:underline;cursor:pointer}.download-item:focus,.download-item:hover{text-decoration:none;color:#434343}.download-item:focus .link,.download-item:hover .link{text-decoration:none}.section-grey .download-item .download-item-image .empty-image{background:#fff;border-color:#fff}