.career_list{display:flex;gap:30px;flex-direction:column;position:relative}.career_list .item{margin:0;display:block;position:relative;padding:0;background:#FBF8EF;transition:all 400ms ease 0ms}.career_list .item .top{cursor:pointer;display:flex;justify-content:space-between;padding:30px 60px 30px 40px;position:relative;background:#FBF8EF;transition:all 400ms ease 0ms}.notouch .career_list .item:is(:hover,:focus) .top,.career_list .item:has(.bottom.active) .top{background:#AC8C53}.career_list .item .top::before{opacity:1;content:"";position:absolute;right:0;top:0;bottom:0;width:60px;background-color:#AC8C53;-webkit-mask-image:url('../../../../img/arrow_right.svg');mask-image:url('../../../../img/arrow_right.svg');-webkit-mask-repeat:no-repeat;-webkit-mask-position:center center;-webkit-mask-size:18px 18px;mask-repeat:no-repeat;mask-position:center center;mask-size:18px 18px;transform:rotate(90deg);transition:all 400ms ease 0ms}.notouch .career_list .item:is(:hover,:focus) .top::before,.career_list .item:has(.bottom.active) .top::before{background-color:#fff}.career_list .item.active .top::before{transform:rotate(-90deg)}.career_list .item .top .title{font-size:16px;line-height:24px;color:#1c0900;font-weight:300;text-align:left;margin:0;padding:0;display:block;position:relative;transition:all 400ms ease 0ms}.career_list .item .top .title.font{font-size:20px;font-weight:400}.notouch .career_list .item:is(:hover,:focus) .top .title,.career_list .item:has(.bottom.active) .top .title{color:#ffffff}.career_list .item .bottom{display:none;position:relative;padding:30px 40px}/*# sourceMappingURL=1.css.map */