.animation{height:100vh;display:flex;justify-content:center;align-items:center}.animation .loader{width:35px;aspect-ratio:.75;--c:no-repeat linear-gradient(var(--primary) 0 0);background:var(--c) 0 50%,var(--c) 50% 50%,var(--c) 100% 50%;animation:l7 1s linear infinite alternate}@keyframes l7{0%{background-size:20% 50%,20% 50%,20% 50%}20%{background-size:20% 20%,20% 50%,20% 50%}40%{background-size:20% 100%,20% 20%,20% 50%}60%{background-size:20% 50%,20% 100%,20% 20%}80%{background-size:20% 50%,20% 50%,20% 100%}to{background-size:20% 50%,20% 50%,20% 50%}}.contentWrapper{width:100%;max-width:1200px;margin:0 auto;padding:12px 20px}@media only screen and (min-width:1280px){.contentWrapper{padding:13px 0}}.teamSection{padding:50px 0;background-color:#eff3fa}.teamSection .teamHeader{line-height:1.2;border-left:4px solid var(--primary);padding-left:15px}.teamSection .teamHeader span{text-transform:uppercase;color:var(--secondary);font-weight:700}.teamSection .teamHeader h1{color:#000;font-size:40px;font-weight:600}.teamSection .teamHeader p{color:var(--grey-color);font-size:20px;font-weight:600;margin-top:4px}.teamSection .teamGrid{display:grid;grid-template-columns:1fr;grid-gap:20px;gap:20px}@media only screen and (min-width:640px){.teamSection .teamGrid{grid-template-columns:1fr 1fr}}@media only screen and (min-width:992px){.teamSection .teamGrid{grid-template-columns:1fr 1fr 1fr 1fr}}.teamSection .teamGrid .teamMember{position:relative;background-color:#fff;padding:20px;border-radius:10px;margin-top:100px}.teamSection .teamGrid .teamMember .memberImage{background-color:var(--primary);border-radius:10px;height:280px;position:relative}.teamSection .teamGrid .teamMember .memberImage img{width:245px;height:400px;object-fit:cover;border-radius:20px;position:absolute;bottom:0;left:50%;transform:translateX(-50%)}.teamSection .teamGrid .teamMember .memberInfo{text-align:center;padding-top:10px;line-height:1.5}.teamSection .teamGrid .teamMember .memberInfo h3{font-size:22px;font-weight:600;color:var(--secondary)}.teamSection .teamGrid .teamMember .memberInfo p{font-size:17px;color:var(--grey-color)}.whatss{position:fixed;border-radius:50%;right:25px}.whatss,.whatss .whatss_button{color:#fff;bottom:100px;cursor:pointer;transition:.5s;z-index:100;font-size:50px;display:flex;justify-content:center;align-items:center;opacity:1;width:70px;height:70px}.whatss .whatss_button{background-color:#4aae20;border:1px solid var(--primary);border-radius:50%;right:40px}.whatss .intro-banner-vdo-play-btn{position:absolute;left:-24px;top:-27px}.whatss .ripple{position:absolute;width:120px;height:120px;opacity:0;border-radius:100px;animation:ripple 1.8s infinite}.whatss .ripple:nth-child(2){animation-delay:.3s;-webkit-animation-delay:.3s}.whatss .ripple:nth-child(3){animation-delay:.6s;-webkit-animation-delay:.6s}.whatss .pinkBg{background-color:#4aae20!important;background-image:linear-gradient(90deg,#4aae20,#4aae20)}@keyframes ripple{0%{opacity:1;transform:scale(0)}to{opacity:0;transform:scale(1)}}