.teamSection{display:flex;justify-content:center;align-items:center;padding:80px 5.3%}.teamSection.dark{background-image:url(/assets/backgroundLayer.svg);background-position:top;background-size:cover;background-repeat:no-repeat}.teamSection.dark P{color:#fff!important}.teamSection.dark .swiper{background-color:#161519!important}.teamSection.dark .swiper .personName{color:var(--secondary-color)}.teamSection .wrapper{width:100%;max-width:1352px;gap:60px}.teamSection .wrapper,.teamSection .wrapper .top{display:flex;flex-direction:column;align-items:center}.teamSection .wrapper .top{text-align:center;font-family:var(--dm-sans-font);width:90%;max-width:588px}.teamSection .wrapper .top .nanoTitle{width:-moz-fit-content;width:fit-content;display:flex;border-radius:40px;border:2px solid var(--black-color);color:var(--black-color);justify-content:center;align-items:center;padding:0 8px;font-size:14px;font-weight:500}.teamSection .wrapper .top .heading{font-size:clamp(28px,3.8vw,52px);font-weight:700;color:var(--black-color);font-family:var(--dm-sans-font);line-height:110%}.teamSection .wrapper .top .heading .light{color:#ffd68a}.teamSection .wrapper .top .subText{color:rgba(0,0,0,.737);font-size:16px}.teamSection .wrapper .swipperWrapper{display:flex;width:100%}@media(max-width:790px){.teamSection .wrapper .swipperWrapper{flex-direction:column;gap:32px}}.teamSection .wrapper .swipperWrapper .imgPagination{flex:1 1;display:flex;flex-direction:column;align-items:flex-end;justify-content:space-between;padding:0 24px 0 48px;max-width:calc(25% - 72px)}@media(max-width:790px){.teamSection .wrapper .swipperWrapper .imgPagination{flex-direction:row;padding:0;max-width:100%;flex-wrap:wrap;justify-content:center;gap:4%}}.teamSection .wrapper .swipperWrapper .imgPagination.left{padding:0 48px 0 24px;align-items:flex-start}@media(max-width:790px){.teamSection .wrapper .swipperWrapper .imgPagination.left{padding:0}}.teamSection .wrapper .swipperWrapper .imgPagination.left .TeamImgWrapper:nth-child(2n){align-self:flex-end;margin-right:20px}@media(max-width:790px){.teamSection .wrapper .swipperWrapper .imgPagination.left .TeamImgWrapper:nth-child(2n){margin-right:0}}.teamSection .wrapper .swipperWrapper .imgPagination .TeamImgWrapper{cursor:pointer;display:flex;justify-content:center;align-items:center;width:86px;height:86px;border-radius:20px;overflow:hidden;box-shadow:0 10px 36px 0 rgba(0,0,0,.16),0 0 0 1px rgba(0,0,0,.06);margin-left:20px}@media(max-width:790px){.teamSection .wrapper .swipperWrapper .imgPagination .TeamImgWrapper{margin-left:0;width:75px;height:75px}}.teamSection .wrapper .swipperWrapper .imgPagination .TeamImgWrapper:nth-child(2n){align-self:flex-start}.teamSection .wrapper .swipperWrapper .imgPagination .TeamImgWrapper img{width:100%;object-fit:cover;height:100%}.teamSection .wrapper .swipperWrapper .swiper{flex:2 1;max-width:calc(50% - 40px);box-shadow:0 10px 36px 0 rgba(0,0,0,.16),0 0 0 1px rgba(0,0,0,.06);padding:30px 20px;border-radius:20px;border:none;overflow:hidden}@media(max-width:790px){.teamSection .wrapper .swipperWrapper .swiper{flex:1 1;max-width:calc(100% - 40px)}}@media(max-width:480px){.teamSection .wrapper .swipperWrapper .swiper{padding:18px 12px;max-width:calc(100% - 24px)}}.teamSection .wrapper .swipperWrapper .swiper .swiper-slide{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:26px;font-family:var(--dm-sans-font)}.teamSection .wrapper .swipperWrapper .swiper .swiper-slide .Avatar{width:120px;height:120px}@media(max-width:520px){.teamSection .wrapper .swipperWrapper .swiper .swiper-slide .Avatar{width:100px;height:100px}}.teamSection .wrapper .swipperWrapper .swiper .swiper-slide .jobDesc{width:90%;text-align:center;font-size:clamp(18px,1.8vw,20px);font-weight:600;color:hsla(0,0%,5%,.58)}.teamSection .wrapper .swipperWrapper .swiper .swiper-slide .teamId{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:16px}.teamSection .wrapper .swipperWrapper .swiper .swiper-slide .teamId .personName{color:var(--secondary-color);font-weight:600;font-size:clamp(20px,1.8vw,22px)}.teamSection .wrapper .swipperWrapper .swiper .swiper-slide .teamId .JobTitle{color:var(--black-color);font-size:clamp(14px,1.4vw,16px);font-weight:500}