﻿@keyframes rotating{100%{transform:rotate(360deg)}}:root{--header-background-color: rgb(78, 114, 231)}.person-container{display:grid;grid-gap:4rem;grid-template-columns:repeat(1, 1fr);max-width:114.6rem;margin:0 auto}@media(min-width: 575px){.person-container.persons-2{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 575px){.person-container.persons-3{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 992px){.person-container.persons-3{grid-template-columns:repeat(3, 1fr)}}@media(min-width: 575px){.person-container.persons-full{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 768px){.person-container.persons-full{grid-template-columns:repeat(3, 1fr)}}@media(min-width: 992px){.person-container.persons-full{grid-template-columns:repeat(4, 1fr)}}.person-item{text-align:center}.person-item .person-item-image{background-color:var(--main-color, #84BC26);margin:0 auto;width:clamp(5rem,4.4198895028vw,8rem);height:clamp(5rem,4.4198895028vw,8rem);border-radius:50%;overflow:hidden}.person-item .person-item-image img{object-fit:cover;width:100%;object-position:top center;max-height:100%;min-height:100%;padding:clamp(1.5rem,1.1049723757vw,2rem)}.person-item .person-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);border-radius:50%;background:var(--main-color, #84BC26)}.person-item .person-item-image .empty-image:before{content:"";font-size:clamp(2.5rem,2.2099447514vw,4rem);color:var(--icon-empty-color, #fff)}.person-item .person-item-content{padding:1.5rem 0 0 0}.person-item .person-item-phone{margin-bottom:1rem}.person-item .person-item-email,.person-item .person-item-phone,.person-item .person-item-address{position:relative;font-size:1.6rem;font-weight:500;display:block;text-align:center}.person-item .person-item-email span,.person-item .person-item-phone span,.person-item .person-item-address span{margin-right:1rem;color:var(--text-color, #000);max-width:2.1rem;max-height:2.1rem;text-decoration:none}.person-item .person-item-email span::before,.person-item .person-item-phone span::before,.person-item .person-item-address span::before{position:relative;top:.5rem}.person-item .person-item-email a,.person-item .person-item-phone a,.person-item .person-item-address a{font-size:1.6rem}.person-item .person-item-email a::before,.person-item .person-item-phone a::before,.person-item .person-item-address a::before{content:none}.person-item .person-item-email *,.person-item .person-item-phone *,.person-item .person-item-address *{display:inline}.person-item a{font-weight:500}.person-item a:hover{color:var(--main-color, #84BC26);text-decoration:underline}.person-item .person-item-email,.person-item .person-item-address{margin-bottom:1.5rem}.person-item .person-item-name{font-size:1.6rem;font-weight:700;margin-bottom:1rem}.person-item .person-item-other p{margin-bottom:1rem}.person-item .person-item-other p:last-of-type{margin-bottom:0}.section-grey .empty-image{background:var(--base-white, #fff);border-color:var(--base-white, #fff)}