﻿@keyframes rotating{100%{transform:rotate(360deg)}}:root{--header-background-color: rgb(78, 114, 231)}.downloads-container{border-radius:var(--base-border-radius, 3rem);padding:clamp(3rem,4.4198895028vw,8rem)}.downloads-container.type-dark{background:linear-gradient(134deg, #015C1C 0%, #00291F 100%),#f1f7ec}.downloads-container.type-dark .downloads-description{color:var(--base-white, #fff)}.downloads-container.type-dark .downloads-description h1,.downloads-container.type-dark .downloads-description h2,.downloads-container.type-dark .downloads-description h3,.downloads-container.type-dark .downloads-description h4,.downloads-container.type-dark .downloads-description h5,.downloads-container.type-dark .downloads-description h6{color:var(--base-white, #fff)}.downloads-container.type-dark .download-item,.downloads-container.type-dark .download-item-info{color:var(--base-white, #fff)}.downloads-container.type-dark:hover .link{color:var(--main-color, #84BC26)}.downloads-container.type-dark:hover .link:hover{color:#a2e335}.downloads-container.type-light{background:#f1f7ec}.downloads-container.type-light .downloads-description{color:var(--text-color, #000)}.downloads-container.type-light .downloads-description h1,.downloads-container.type-light .downloads-description h2,.downloads-container.type-light .downloads-description h3,.downloads-container.type-light .downloads-description h4,.downloads-container.type-light .downloads-description h5,.downloads-container.type-light .downloads-description h6{color:var(--text-color, #000)}.downloads-container.type-light .download-item,.downloads-container.type-light .download-item-info{color:var(--text-color, #000)}.downloads-container.type-light:hover .link{color:var(--main-color, #84BC26)}.downloads-container.type-light:hover .link:hover{color:var(--second-color, #36671A)}.downloads-container .downloads-grid{display:grid;grid-gap:3rem;grid-template-columns:repeat(1, 1fr)}@media(min-width: 480px){.downloads-container .downloads-grid{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 992px){.downloads-container .downloads-grid{grid-template-columns:repeat(3, 1fr)}}@media(min-width: 1200px){.downloads-container .downloads-grid{grid-template-columns:repeat(5, 1fr)}}.downloads-container .downloads-grid.type-big{grid-template-columns:repeat(1, 1fr)}@media(min-width: 992px){.downloads-container .downloads-grid.type-big{grid-template-columns:repeat(2, 1fr)}}.download-item{display:flex;flex-direction:column;align-items:center;text-align:center;text-decoration:none;line-height:20px}.download-item .download-item-image{margin:0 auto;width:clamp(5rem,4.4198895028vw,8rem);height:clamp(5rem,4.4198895028vw,8rem);border-radius:50%;overflow:hidden;background-color:var(--main-color, #84BC26);margin-bottom:1.5rem}.download-item .download-item-image img{object-fit:contain;width:auto;object-position:top center;max-height:100%;min-height:100%;padding:clamp(1.5rem,1.1049723757vw,2rem)}.download-item .download-item-image .empty-image{display:flex;align-items:center;justify-content:center;margin:0 auto;width:clamp(5rem,4.4198895028vw,8rem);height:clamp(5rem,4.4198895028vw,8rem)}.download-item .download-item-image .empty-image:before{content:"";font-size:clamp(2.5rem,2.2099447514vw,4rem);color:var(--icon-empty-color, #fff)}.download-item .download-item-content .download-item-name{font-size:1.4rem}.download-item .download-item-content .download-item-link{margin-top:1rem;color:var(--main-color, #84BC26);font-size:1.4rem}.download-item .download-item-content .download-item-link .link{text-decoration:underline}.download-item .download-item-content .download-item-link .link:hover{text-decoration:underline}.download-item .download-item-info{margin-top:1rem;text-transform:uppercase;font-size:1.4rem;font-weight:400}.download-item:focus,.download-item:hover{text-decoration:none}.type-big .download-item{display:grid;grid-gap:1.5rem;font-weight:500}@media(min-width: 480px){.type-big .download-item{grid-template-columns:8rem 1fr;text-align:left}}.type-big .download-item .download-item-image{margin-bottom:0}@media(min-width: 480px){.type-big .download-item .download-item-image{margin:0}}.type-big .download-item .download-item-content{display:flex;flex-direction:column}@media(min-width: 480px){.type-big .download-item .download-item-content{flex-direction:row;flex-wrap:wrap}}.type-big .download-item .download-item-content .download-item-name{width:100%}.type-big .download-item .download-item-content .download-item-info{order:1}@media(min-width: 480px){.type-big .download-item .download-item-content .download-item-info{margin-left:1rem}}