.team-container{position:relative;--bg-top-start:0;--bg-bottom-start:0}.team-background{background:linear-gradient(45deg,var(--green-gradient-primary) 0%,var(--green-gradient-secondary) 100%);-webkit-border-top-right-radius:var(--rounded-lg);-moz-border-top-right-radius:var(--rounded-lg);border-top-right-radius:var(--rounded-lg);bottom:var(--bg-bottom-start);left:0;position:absolute;right:0;top:var(--bg-top-start);z-index:-1}.team-cards>*:first-child{margin-top:0}.team-cards>*:last-child{margin-bottom:0}.team-cards__section-title{color:#000}.team-cards__item{background:#fff;border-radius:1rem;-webkit-box-shadow:1px 1px 10px 0px rgba(0,0,0,0.1);box-shadow:1px 1px 10px 0px rgba(0,0,0,0.1);margin-top:2rem;padding:2rem;transition:transform ease .4s}.team-cards__item:hover{transform:translate(0,-4px)}.team-cards__item>*:first-child{margin-top:0}.team-cards__item>*:last-child{margin-bottom:0}.team-cards__title{color:var(--green);font-size:1rem;font-weight:600;line-height:22px;margin-top:1.5rem}.team-cards__description{margin-top:.25rem}.team-cards__description>*:first-child{margin-top:0}.team-cards__description>*:last-child{margin-bottom:0}.team-cards+.team{margin-top:4rem}.team>*:first-child{margin-top:0}.team>*:last-child{margin-bottom:0}.team__section-title{color:#000}.team__list{margin-top:3rem}.team__item{background:linear-gradient(45deg,var(--green-gradient-primary) 0%,var(--green-gradient-secondary) 100%);border-radius:1rem;-webkit-box-shadow:1px 1px 10px 0px rgba(0,0,0,0.1);box-shadow:1px 1px 10px 0px rgba(0,0,0,0.1);margin-top:2rem;overflow:hidden;position:relative}.team__details{background:#fff;bottom:0;display:flex;flex-direction:column;justify-content:center;left:0;opacity:.8;padding:1rem;position:absolute;right:0;top:0;transform:translate(0,100%);transition:all ease .4s}.team__item:hover .team__details{opacity:1;transform:translate(0,0)}.team__photo{padding:.5rem 1rem 0 1rem;text-align:center;transition:all ease .3s}.team__title{font-weight:600}.team__position{color:var(--green);font-weight:600}.team__label{background:#fff;padding:1rem}@media(min-width:768px){.team-cards__list{display:flex;margin-left:-2rem}.team-cards__item{flex-basis:calc(33.33% - 2rem);margin-left:2rem}.team-cards+.team{margin-top:9rem}.team__list{display:flex;flex-wrap:wrap;margin:2rem 0 0 -2rem}.team__item{display:flex;flex-basis:calc(33% - 2rem);flex-direction:column;justify-content:flex-end;margin:2rem 0 0 2rem}.team__details{padding:2rem}}