﻿.team-header{background-color:#0770ff;color:#fff;padding:100px 25px;}.team-header p{max-width:860px;}@media(max-width:767px){.team-header{padding:50px 15px;}.team-header h1{font-size:28px;}}.container{max-width:1040px;}.introduction{display:flex;flex-direction:column-reverse;gap:40px;margin-top:40px;margin-bottom:40px;}.introduction .img-section{max-width:405px;margin:0 auto;}.introduction .img-section img{width:100%;box-shadow:0 4px 4px 0 rgba(0,0,0,.25);border-radius:8px;}@media screen and (min-width:950px){.introduction{display:flex;flex-direction:row;align-items:center;gap:80px;justify-content:space-between;margin-top:100px;margin-bottom:125px;}.introduction .text-section{flex:2;}}.team-text{margin-bottom:40px;}.team-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:40px;margin-bottom:60px;}.team-grid .team-card{position:relative;background:#fff;border-radius:8px;box-shadow:0 4px 6px rgba(0,0,0,.1);padding:15px;width:300px;height:405px;}.team-grid .team-card .image-wrapper{position:relative;width:100%;height:305px;overflow:hidden;border-radius:8px;background-color:#f0f0f0;}.team-grid .team-card .image-wrapper img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:opacity .3s ease-in-out;}.team-grid .team-card .image-wrapper .primary-img{z-index:2;opacity:1;}.team-grid .team-card .image-wrapper .secondary-img{z-index:1;opacity:0;}.team-grid .team-card .image-wrapper:has(.secondary-img):hover .primary-img{opacity:0;}.team-grid .team-card .image-wrapper:has(.secondary-img):hover .secondary-img{opacity:1;}.team-grid .team-card .name{font-weight:bold;margin:10px 0 5px;}.team-grid .team-card .role{color:#666;}@media(min-width:1024px){.team-grid .team-card:nth-child(3n+2){margin-top:70px;}}@media(min-width:1024px){.team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;}}@media(max-width:1023px){.team-grid .cta-button-wrapper{flex:100%;display:flex;justify-content:center;}}.team-grid .cta-button{top:30px;left:40px;border-radius:50%;height:190px;width:190px;font-size:24px;background-color:#15ced6;background:linear-gradient(180deg,#15ced6 49%,#0770ff 100%);color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:20px;text-align:center;box-shadow:0 10px 5px 0 rgba(0,0,0,.1);text-decoration:none;transition:all .2s ease-in-out;}@media(min-width:1024px){.team-grid .cta-button{position:relative;}}.team-grid .cta-button:hover{transform:scale(1.04);}