.team-grid{display:flex;flex-direction:row;flex-wrap:wrap;gap:50px;padding-left:50px;transition:all 1s ease}.team-grid__item{background-color:#262626;border-radius:20px;cursor:pointer;height:320px;overflow:hidden;transition:all 1s ease;transition-property:width;width:calc(25% - 50px)}.team-grid__item-one{height:100%;position:relative;transition:all .5s ease;width:100%}.team-grid__item-one-image{height:320px!important;left:0;object-fit:cover;object-position:top center;position:absolute;top:0;transition:all 1s ease;width:100%}.team-grid__item-one-data{background:linear-gradient(0deg,rgba(0,0,0,.8),transparent);bottom:0;display:flex;flex-direction:column;gap:0;left:0;padding:19px 28px;position:absolute;transition:all .5s ease;width:100%}.team-grid__item-one-name{color:#fff;font-size:18px;margin-bottom:0}.team-grid__item-one-description{color:#fff;font-size:14px}.team-grid__item-one-video-button{align-items:center;background-color:#d40400;border-radius:30px;color:#fff;display:flex;display:none;flex-direction:row;font-size:14px;gap:4px;opacity:0;padding:4px 8px;transition:all .3s ease;width:fit-content}.team-grid__item-two{opacity:0;transition:all .5s ease;transition-delay:.7s}.team-grid__item-two>*{color:#c2c2c2;font-size:14px;margin-bottom:5px}.team-grid__modal{align-items:center;backdrop-filter:blur(3px);background-color:rgba(0,0,0,.5);display:none;flex-direction:row;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:1000}.team-grid__modal-container{max-width:800px;position:relative;width:100%}#team-grid__modal-video{border-radius:15px}.team-grid__modal-close{background-color:#fff;border-radius:100%;color:#262626;cursor:pointer;display:block;font-size:50px;height:40px;line-height:.7;position:absolute;right:-20px;rotate:45deg;text-align:center;top:-20px;width:40px}.team-grid__modal--active{display:flex}.team-grid__modal--active-body{overflow:hidden}.team-grid__item--active{border:1px solid #959595;display:flex;flex-direction:column;gap:15px;padding:20px;width:calc(50% - 50px)}.team-grid__item--active>.team-grid__item-two{opacity:1}.team-grid__item--active>.team-grid__item-one{align-items:center;display:flex;flex-direction:row;gap:10px;height:auto}.team-grid__item--active>.team-grid__item-one>.team-grid__item-one-image{border-radius:5px;height:70px!important;position:static;width:70px}.team-grid__item--active>.team-grid__item-one>.team-grid__item-one-data{background:none;border-left:2px solid #d40400;height:fit-content;padding:5px 10px;position:static;width:fit-content}.team-grid__item--active>.team-grid__item-one>.team-grid__item-one-video-button{display:block;opacity:1;position:absolute;right:0}@media(max-width:1110px){.team-grid{gap:20px;padding-left:20px}.team-grid__item{width:calc(25% - 20px)}.team-grid__item--active{width:calc(50% - 20px)}}@media(max-width:1050px){.team-grid__item{width:calc(33.3% - 20px)}.team-grid__item--active{width:calc(66.6% - 20px)}}@media(max-width:800px){.team-grid{gap:10px;padding-left:10px}.team-grid__item{width:calc(50% - 20px)}.team-grid__item--active{width:calc(100% - 20px)}}@media(max-width:500px){.team-grid{gap:10px;padding-inline:20px}.team-grid__item{width:100%}.team-grid__item--active{height:fit-content;width:100%}.team-grid__item--active>.team-grid__item-one{align-items:flex-start;flex-direction:column}}