.team-photo-section{height:800px;left:50%;margin-bottom:var(--spacing-section);margin-left:-50vw;margin-right:-50vw;margin-top:var(--spacing-section);max-height:800px;overflow:hidden;right:50%;width:100vw}.team-photo-inner,.team-photo-section{align-items:center;display:flex;justify-content:center;position:relative}.team-photo-image,.team-photo-inner{height:100%;width:100%}.team-photo-image{left:0;position:absolute;top:0;z-index:1}.team-photo-image img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.team-photo-overlay{height:100%;left:0;position:absolute;top:0;width:100%;z-index:2}.team-photo-button-wrapper{bottom:var(--spacing-xl);position:absolute;right:var(--spacing-xl);z-index:3}.team-photo-plus-button{align-items:center;background:var(--color-teal);border:none;border-radius:var(--radius-circle);box-shadow:0 8px 32px rgba(0,221,170,.4);cursor:pointer;display:flex;height:80px;justify-content:center;transition:var(--transition-normal);width:80px}.team-photo-plus-button svg{color:var(--color-bg);height:32px;transition:transform var(--transition-normal);width:32px}.team-photo-plus-button:hover{box-shadow:0 12px 48px rgba(0,221,170,.5);transform:scale(1.1)}.team-photo-plus-button:hover svg{transform:rotate(90deg)}body.blue-mode .team-photo-overlay{background:linear-gradient(180deg,rgba(0,85,255,.5),rgba(0,85,255,.4) 50%,rgba(0,221,170,.5))}body.blue-mode .team-photo-plus-button{background:rgba(0,221,170,.9);box-shadow:0 8px 32px rgba(0,221,170,.5)}body.blue-mode .team-photo-plus-button:hover{background:var(--color-teal);box-shadow:0 12px 48px rgba(0,221,170,.6)}@media (max-width:768px){.team-photo-section{height:600px;max-height:600px}.team-photo-plus-button{height:64px;width:64px}.team-photo-plus-button svg{height:24px;width:24px}}