@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;700;800&display=swap");#ea-section{align-items:center;background-color:#fff;box-sizing:border-box;display:flex;font-family:Plus Jakarta Sans,sans-serif;justify-content:center;padding:140px 24px}#ea-section .ea-container{display:flex;flex-direction:column;gap:62px;max-width:1272px;width:100%}#ea-section .ea-hero{align-items:center;display:flex;flex-direction:row;gap:120px;width:100%}#ea-section .ea-text-block{display:flex;flex:0 0 400px;flex-direction:column;gap:24px}#ea-section .ea-title{color:#101828;font-size:58px;font-weight:800;letter-spacing:-.02em;line-height:1.2;margin:0}#ea-section .ea-description{color:#475467;font-size:18px;line-height:1.6;margin:0}#ea-section .ea-image-block{border-radius:24px;flex:1;height:495px;overflow:hidden}#ea-section .ea-image-block img{display:block;height:100%;object-fit:cover;width:100%}#ea-section .ea-stats{border-top:1px solid #f2f4f7;display:flex;flex-direction:row;justify-content:space-between;padding-top:40px;width:100%}#ea-section .ea-stat-card{align-items:center;display:flex;flex:1;flex-direction:column;gap:8px;text-align:center}#ea-section .ea-stat-value{background:linear-gradient(90deg,#8e00c6,#1447e6);-webkit-background-clip:text;font-size:24px;font-weight:700;line-height:1;-webkit-text-fill-color:transparent;background-clip:text}#ea-section .ea-stat-label{color:#101828;font-size:18px;font-weight:500}@media (max-width:1024px){#ea-section{padding:80px 40px}#ea-section .ea-hero{gap:48px}#ea-section .ea-text-block{flex:1}#ea-section .ea-title{font-size:48px}}@media (max-width:767px){#ea-section{padding:60px 24px}#ea-section .ea-hero{flex-direction:column;gap:32px}#ea-section .ea-image-block{height:300px;width:100%}#ea-section .ea-stats{align-items:flex-start;flex-direction:column;gap:32px}#ea-section .ea-stat-card{align-items:flex-start;text-align:left}}