﻿@keyframes rotating{100%{transform:rotate(360deg)}}:root{--header-background-color: rgb(78, 114, 231)}.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;gap:2rem;text-align:center;text-decoration:none;color:var(--text-color, var(--main-color, #2C2C2C));transition:350ms ease-in-out}@media(min-width: 575px){.download-item{text-align:left;flex-direction:row}}.download-item .download-item-image{min-width:clamp(3rem,2.614379085vw,4rem);overflow:hidden}.download-item .download-item-image .empty-image{display:flex;align-items:center;justify-content:center;margin:0 auto;width:clamp(3rem,2.614379085vw,4rem);height:clamp(5rem,3.9215686275vw,6rem);border:1px solid var(--base-grey, #EFEFEF);border-bottom-width:3px;background:var(--base-white, #fff)}.download-item .download-item-image .empty-image:before{content:"";font-size:clamp(1rem,1.1111111111vw,1.7rem);color:var(--second-color, #6D6D6D);transition:350ms ease-in-out}.download-item .download-item-content .download-item-name{color:var(--main-color, #2C2C2C)}.download-item .download-item-content .download-item-link{margin-top:clamp(1rem,1.045751634vw,1.6rem)}.download-item .download-item-content .download-item-link .btn{transition:none}.download-item .download-item-info{margin-top:.8rem;color:var(--base-grey-dark, #797979)}.download-item:focus,.download-item:hover{text-decoration:none;color:#c72227}.download-item:focus .download-item-image .empty-image:before,.download-item:hover .download-item-image .empty-image:before{color:#c72227;transform:translateY(0.8rem)}.download-item:focus .btn-arrow::after,.download-item:hover .btn-arrow::after{transform:translateX(5px)}.download-container--row-item{display:flex;flex-direction:column;gap:clamp(1rem,1.3071895425vw,2rem)}.download-container--row-item .download-item{padding:clamp(1rem,1.045751634vw,1.6rem) clamp(1.2rem,1.568627451vw,2.4rem);background-color:#f6f6f6}.download-container--row-item .download-item .download-item-image .empty-image{border:none}.download-container--row-item .download-item .download-item-content{display:flex;align-items:center;gap:clamp(1.2rem,1.568627451vw,2.4rem);width:100%}.download-container--row-item .download-item .download-item-content .download-item-info{margin:0}.download-container--row-item .download-item .download-item-content .download-item-link{margin:0 0 0 auto}.download-container--row-item .download-item:hover{background-color:var(--base-grey, #EFEFEF)}.download-container--row-item .download-item:hover .download-item-image .empty-image::before{transform:unset}.section-grey .download-item .download-item-image .empty-image{background:var(--base-white, #fff);border-color:var(--base-white, #fff)}