﻿@keyframes rotating{100%{transform:rotate(360deg)}}.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(3, 1fr)}}.blog-detail-left .downloads-container{grid-template-columns:repeat(1, 1fr)}@media(min-width: 480px){.blog-detail-left .downloads-container{grid-template-columns:repeat(2, 1fr)}}.download-item{display:flex;flex-direction:column;align-items:center;text-align:center;text-decoration:none;color:#1d1d1b}@media(min-width: 575px){.download-item{text-align:left;flex-direction:row}}.download-item .download-item-image{margin:0 auto;width:clamp(8rem, 8.7591240876vw, 12rem);height:clamp(8rem, 8.7591240876vw, 12rem);border-radius:50%;overflow:hidden;flex-grow:0;flex-shrink:0}@media(min-width: 575px){.download-item .download-item-image{margin:0 2.2rem 0 0}}.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(8rem, 8.7591240876vw, 12rem);height:clamp(8rem, 8.7591240876vw, 12rem);border-radius:50%;border:1px solid #f3f7f8;background:#f3f7f8}.download-item .download-item-image .empty-image:before{content:"";font-size:clamp(3rem, 4.3795620438vw, 6rem);color:#333}.download-item .download-item-content .download-item-name{color:#1d1d1b;font-weight:500}.download-item .download-item-content .download-item-link{margin-top:.5rem;color:#e8ac3b;display:flex;align-items:center;gap:1rem}.download-item .download-item-content .download-item-link .download-item-text{position:relative;padding-bottom:clamp(5px,.5rem,.5rem)}.download-item .download-item-content .download-item-link .download-item-text::after{content:"";position:absolute;width:100%;height:1.5px;left:0;bottom:0;background-color:#e8ac3b;transition:color 200ms}.download-item .download-item-content:hover .download-item-text,.download-item .download-item-content:focus .download-item-text{color:#1d1d1b}.download-item .download-item-content:hover .download-item-text::after,.download-item .download-item-content:focus .download-item-text::after{background-color:#1d1d1b}.download-item .download-item-content:hover .icon-download::before,.download-item .download-item-content:focus .icon-download::before{color:#1d1d1b}.download-item .download-item-info{margin-top:.5rem;text-transform:uppercase;font-size:1.4rem;color:#333}.download-item:focus,.download-item:hover{text-decoration:none;color:#1d1d1b}.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}