.core_systems{background-color:var(--light_blue_05);position:relative}.core_systems__diagram{align-items:center;display:flex;flex-direction:column;gap:28px}.core_systems__diagram_note{color:#858891;display:inline-flex;font-family:var(--font_secondary);font-size:14px;font-weight:500;gap:8px;letter-spacing:-.14px;line-height:157.143%}.core_systems__diagram_note img{flex-shrink:0;width:20px}.core_systems__grid{display:grid;gap:24px;grid-template-columns:repeat(3,1fr);padding-top:40px}.core_systems__col{background:hsla(0,0%,100%,.5);border-radius:16px;display:flex;flex-direction:column;gap:12px;padding:24px}.core_systems__col img{margin-bottom:28px}.core_systems__title{color:var(--blue);font-family:var(--font_secondary);font-size:18px;font-weight:600;line-height:133.333%}.core_systems__desc{color:var(--grey_02);font-family:var(--font_secondary);font-size:14px;font-weight:400;line-height:22px;padding-right:8px}.core_systems__desc strong{color:var(--black);font-weight:500}.core_systems__phases{display:flex;flex-direction:column}.core_systems__phases_label{border-bottom:1px solid #333;font-family:var(--font_secondary);font-size:14px;font-weight:600;letter-spacing:-.14px;line-height:171.429%;padding:14px 0;text-transform:uppercase}.core_systems__phases_label_inner{background:linear-gradient(105deg,#333 36.27%,#583f97 65.11%,#f26234 80.72%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;width:fit-content}.core_systems__phase_wrapper{display:flex;flex-direction:column;gap:8px;padding-top:7px}.core_systems__phase{display:grid;gap:20px 32px;grid-template-columns:400px 1fr;padding:20px 0}.core_systems__phase_title{color:var(--black);font-family:var(--font_secondary);font-size:18px;font-weight:600;line-height:133.333%}.core_systems__phase_desc{color:var(--grey_02);font-family:var(--font_secondary);font-size:16px;font-weight:400;letter-spacing:-.16px;line-height:150%}.core_systems__phase_line{border-top:1px dotted #bdbdbd;height:1px}@media(max-width:991px){.core_systems__phase{gap:20px;grid-template-columns:200px 1fr}}@media(max-width:767px){.core_systems__grid{grid-template-columns:1fr;padding:0}.core_systems__phase{gap:10px;grid-template-columns:100px 1fr}}