﻿@keyframes rotating{100%{transform:rotate(360deg)}}:root{--header-background-color: rgb(78, 114, 231)}.downloads-container{display:grid;grid-gap:clamp(2rem, 2.3783783784vw, 4.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(3, 1fr)}}.download-item{display:flex;flex-direction:column;gap:1.6rem;text-decoration:none;color:var(--text-color, #1a1a1a)}.download-item .download-item-image{overflow:hidden}@media(min-width: 575px){.download-item .download-item-image{margin:0 2.2rem 0 0}}.download-item .download-item-image .empty-image{display:flex}.download-item .download-item-image .empty-image:before{content:"";font-size:clamp(3rem, 3.027027027vw, 5.6rem);color:#dea2a2}.download-item .link{color:var(--main-color, #BC4444);text-decoration:none;font-weight:600}.download-item .download-item-info{display:flex;flex-wrap:wrap;align-items:center;gap:1.6rem;margin:.8rem 0 1.6rem 0;text-transform:uppercase;font-size:1.3rem;line-height:123%;color:#333}.download-item .download-item-info .download-item-info-subtitle{padding:.5rem clamp(0.8rem, 0.8648648649vw, 1.6rem);color:var(--base-grey-hover, #43494C);background-color:#d5d7d7;border-radius:.4rem}.download-item .download-item-info .download-item-info-size{color:var(--base-grey-hover, #43494C)}.download-item:focus,.download-item:hover{text-decoration:none;color:var(--text-color, #1a1a1a)}.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)}