@charset "utf-8";

#atc_strengths{position:relative;width:100%;min-width:var(--main-size);background:#fff}
#atc_strengths .st_hero{position:relative;min-height:590px;color:#fff;background:url(img/why-bg.webp) center center / cover no-repeat}
#atc_strengths .st_hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.78) 0%,rgba(0,0,0,.5) 43%,rgba(0,0,0,.2) 73%,rgba(0,0,0,.44) 100%)}
#atc_strengths .st_hero_inner{position:relative;z-index:1;margin:0 auto;padding:78px 0 48px;width:var(--wrap);max-width:calc(100% - var(--wrap-gap) * 2)}
#atc_strengths .st_head{max-width:760px}
#atc_strengths .st_eyebrow{display:block;margin-bottom:12px;font-size:15px;font-weight:600;font-family:var(--e-font);letter-spacing:.16em;color:var(--primary)}
#atc_strengths .st_head h2{font-size:52px;font-weight:700;line-height:1.25;letter-spacing:-.04em;color:#fff}
#atc_strengths .st_intro{position:relative;margin-top:23px;padding-left:48px;font-size:19px;font-weight:400;line-height:1.8;color:rgba(255,255,255,.83)}
#atc_strengths .st_intro span{position:absolute;top:-17px;font-size:64px;font-family:Georgia,serif;line-height:1;color:rgba(255,255,255,.27)}
#atc_strengths .st_intro span:first-child{left:0}
#atc_strengths .st_intro span:last-child{position:relative;top:17px;margin-left:8px}
#atc_strengths .st_result{margin-top:35px;padding-top:27px;border-top:1px solid rgba(255,255,255,.25)}
#atc_strengths .st_result_tit{text-align:center;font-size:22px;font-weight:600;color:#fff}
#atc_strengths .st_result_tit span{padding:0 10px;font-size:38px;font-family:Georgia,serif;color:var(--primary);vertical-align:-7px}
#atc_strengths .st_stats{display:grid;grid-template-columns:repeat(4,1fr);margin:24px auto 0;max-width:1080px}
#atc_strengths .st_stats > li{text-align:center}
#atc_strengths .st_stats > li+li{border-left:1px solid rgba(56,176,201,.64)}
#atc_strengths .st_num{font-size:60px;font-weight:700;line-height:1;letter-spacing:-.03em;color:var(--primary)}
#atc_strengths .st_num span{margin-left:3px;font-size:25px;font-weight:700;color:var(--primary)}
#atc_strengths .st_cate{margin-top:12px;font-size:16px;font-weight:500;color:rgba(255,255,255,.82)}

#atc_strengths .st_cards_area{padding:44px 0 48px;background:#fff}
#atc_strengths .st_cards_inner{margin:0 auto;width:var(--wrap);max-width:calc(100% - var(--wrap-gap) * 2)}
#atc_strengths .st_list{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
#atc_strengths .st_list > li{display:flex;align-items:center;gap:22px;min-height:225px;padding:27px 24px;border:1px solid #e2e5e8;border-radius:7px;background:#fff;transition:border-color .3s,box-shadow .3s,transform .3s}
#atc_strengths .st_list > li:hover{border-color:rgba(56,176,201,.6);box-shadow:0 15px 35px rgba(16,52,60,.1);transform:translateY(-4px)}
#atc_strengths .st_photo{position:relative;flex:0 0 126px;width:126px;height:160px}
#atc_strengths .st_photo img{display:block;width:126px;height:160px;border-radius:63px;object-fit:cover}
#atc_strengths .st_icon{position:absolute;right:-7px;bottom:9px;display:flex;justify-content:center;align-items:center;width:44px;height:44px;border:3px solid #fff;border-radius:50%;color:#fff;background:var(--primary);box-shadow:0 4px 12px rgba(19,143,168,.25)}
#atc_strengths .st_icon svg{width:21px;height:21px;stroke-width:1.8;color:#fff}
#atc_strengths .st_card_copy{min-width:0}
#atc_strengths .st_list h3{font-size:20px;font-weight:700;letter-spacing:-.025em;line-height:1.35;color:var(--black)}
#atc_strengths .st_list p{margin-top:14px;font-size:14px;font-weight:400;line-height:1.7;color:#6d7378}
#atc_strengths .st_cta{display:flex;justify-content:center;align-items:center;gap:34px;margin-top:30px}
#atc_strengths .st_cta p{font-size:17px;font-weight:500;color:#258fa7}
#atc_strengths .st_cta a{display:flex;justify-content:center;align-items:center;gap:12px;width:242px;height:58px;border:2px solid var(--primary);border-radius:29px;font-size:17px;font-weight:700;color:#fff;background:var(--primary);transition:all .3s}
#atc_strengths .st_cta a svg{width:18px;height:18px;color:#fff;transition:all .3s}
#atc_strengths .st_cta a:hover{color:var(--primary);background:#fff}
#atc_strengths .st_cta a:hover svg{color:var(--primary);transform:translateX(3px)}

@media (max-width:1980px){
#atc_strengths .st_hero{min-height:540px}
#atc_strengths .st_hero_inner{padding-top:64px}
#atc_strengths .st_head h2{font-size:46px}
#atc_strengths .st_intro{font-size:17px}
#atc_strengths .st_num{font-size:53px}
#atc_strengths .st_list > li{gap:18px;min-height:210px;padding:24px 20px}
#atc_strengths .st_photo{flex-basis:112px;width:112px;height:146px}
#atc_strengths .st_photo img{width:112px;height:146px;border-radius:56px}
#atc_strengths .st_list h3{font-size:18px}
#atc_strengths .st_list p{font-size:13px}
}
