.hero-box__main{border-radius:var(--b-radius--24);background:var(--blue-950, #172554);overflow:hidden;display:flex;flex-direction:column;padding:40px var(--sp-16-40);z-index:1}.hero-box__main .shape-romb{opacity:0.1;z-index:-1}.hero-box__main .shape-romb:nth-child(1){right:-10%;top:-40px}.hero-box__main .shape-romb:nth-child(2){left:-10%;bottom:-40px;transform:scaleY(-1)}.hero-box__main__header{color:var(--lime-400, #A3E635)}.hero-box__main__btn{flex:1}.hero-box__bg{border-radius:var(--b-radius--24);overflow:hidden}.hero-box__bg__img{height:100%;object-fit:cover;object-position:center}.recruitment-box-list .recruitment-box{display:flex;flex-direction:column;border-radius:var(--b-radius--24);border:1px solid var(--gray-300, #D1D5DB);background:#FFF;padding:var(--sp-16-32)}.recruitment-box-list .recruitment-box__counter{position:relative;width:56px;min-width:56px;height:56px;min-height:56px;border-radius:50%;background:var(--green-700, #15803D);display:flex;align-items:center;justify-content:center;line-height:1;color:#fff}.recruitment-box-list .recruitment-box__img{display:flex;justify-content:center;margin-top:-24px}.recruitment-box-list .recruitment-box__img__el{width:100%;max-width:60%;aspect-ratio:1.2;object-fit:contain;object-position:center}.recruitment-box-list .recruitment-box__text{display:flex;flex-direction:column;gap:20px}.team-section{position:relative}.team-section .team-box{display:flex;gap:24px;height:100%;border-radius:var(--b-radius--24);border:1px solid var(--gray-300, #D1D5DB);background:#FFF;padding:10px var(--sp-16-32) 10px 10px}.team-section .team-box__img{border-radius:var(--b-radius--16);overflow:hidden;border:1px solid var(--gray-300, #D1D5DB);background:var(--slate-100, #F1F5F9);display:flex}.team-section .team-box__img__el{aspect-ratio:0.8333333333;object-fit:cover}.team-section .team-box__info{display:flex;flex-direction:column;padding:16px 0}.team-section .team-box__info__role{color:var(--gray-500)}.team-section .team-box__info__desc.--short{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.team-section .team-box__info__trigger{cursor:pointer;width:fit-content;transition:0.3s}.team-section .team-popup{position:fixed;inset:0;z-index:99;display:flex;align-items:center;justify-content:center;padding:24px;background:rgba(0, 0, 0, 0.6);transition:0.3s}.team-section .team-popup__content{position:relative;width:min(100%, 960px);max-height:calc(100vh - 96px);overflow-y:auto;background:#fff;border-radius:var(--b-radius--24)}.team-section .team-popup__close{position:absolute;top:16px;right:16px;z-index:2;width:44px;height:44px;border:0;padding:0;background:transparent;font-size:36px;line-height:1;cursor:pointer}.team-section .team-box--popup{height:auto}.team-section .team-popup[hidden]{display:none}.partners-list .swiper-pagination{bottom:-40px !important}body.home #main-content{padding-bottom:24px}