.meet-the-team__section{max-width:var(--container);width:var(--max-width);margin:auto}@media only screen and (max-width:768px){.meet-the-team__section{width:95%}}.meet-the-team__section .meet-the-team-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (max-width:1024px){.meet-the-team__section .meet-the-team-grid{grid-template-columns:repeat(1,1fr);gap:1rem}}.meet-the-team__section .meet-the-team-grid h2{color:var(--color-primary)}.meet-the-team__section .meet-the-team-grid .meet-the-team-top-right{justify-self:flex-start;width:100%}.meet-the-team__section .meet-the-team-grid .meet-the-team-managing-director{width:100%;background-color:#f2f7fa;border-radius:var(--border-radius-small);padding:2.938rem}@media only screen and (min-width:1025px){.meet-the-team__section .meet-the-team-grid .meet-the-team-managing-director{max-width:585px}}@media only screen and (max-width:768px){.meet-the-team__section .meet-the-team-grid .meet-the-team-managing-director{padding:.6rem}}.meet-the-team__section .meet-the-team-grid .meet-the-team-managing-director .meet-the-team-top{display:grid;grid-template-columns:150px 1fr;gap:36px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:1rem}@media only screen and (max-width:768px){.meet-the-team__section .meet-the-team-grid .meet-the-team-managing-director .meet-the-team-top{gap:.5rem}}.meet-the-team__section .meet-the-team-grid .meet-the-team-managing-director .meet-the-team-top h4{margin-bottom:0}.meet-the-team__section .meet-the-team-grid .meet-the-team-managing-director .meet-the-team-top h6{color:var(--color-fourth)}.meet-the-team__section .meet-the-team-grid .meet-the-team-managing-director .socialIcon{margin:1rem 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-right:10px;margin-left:0;opacity:1;-webkit-transition:all .5s ease-out;transition:all .5s ease-out;padding-left:0;margin-bottom:0;background-color:var(--color-white);width:55px;height:55px;border-radius:50%;font-size:1.5rem;color:#005fab;-webkit-box-shadow:0 0 10px 6px rgba(0,0,0,.2)!important;box-shadow:0 0 10px 6px rgba(0,0,0,.2)!important}.meet-the-team__section .meet-the-team-list{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem;margin-top:81px}@media only screen and (max-width:1024px){.meet-the-team__section .meet-the-team-list{grid-template-columns:repeat(2,1fr);margin-top:1rem}}.meet-the-team__section .meet-the-team-list .meet-the-team-person{cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#f2f7fa;border-radius:var(--border-radius-small);padding:.9rem}.meet-the-team__section .meet-the-team-list .meet-the-team-person img{max-width:148px;margin:0 0 1.375rem;width:100%}.meet-the-team__section .meet-the-team-list .meet-the-team-person h5{text-align:center;margin-bottom:10px;font-size:20px}@supports (font-size:clamp(1rem,calc(0.875rem + 0.667vw),1.25rem)){.meet-the-team__section .meet-the-team-list .meet-the-team-person h5{font-size:clamp(1rem,calc(.875rem + .667vw),1.25rem)}}.meet-the-team__section .meet-the-team-list .meet-the-team-person h6{color:var(--color-fourth);text-align:center;font-size:1rem}#overlay{position:fixed;top:0;left:0;z-index:100;width:100%;height:100%;display:none;background:rgba(0,0,0,.6)}.cv-spinner{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.spinner{width:40px;height:40px;border:4px #ddd solid;border-top:4px #2e93e6 solid;border-radius:50%;-webkit-animation:sp-anime .8s infinite linear;animation:sp-anime .8s infinite linear}@-webkit-keyframes sp-anime{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes sp-anime{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}