* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}header,footer {
    width: 100%;
}svg {
    width: 30px;
    height: 30px;
}.wrapper-holder_mhc {
    min-height: 100%;
    height: 100%;
    flex-direction: column;
    display: flex;
}.head_wrap_Mqo {
    flex: 1 0 auto;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1111px;
}html,body {
    color: #000000;
    height: 100%;
    min-height: 100%;
    font-family: Arial, sans-serif;
}a {
    text-decoration: none;
    color: inherit;
}.knowl_base_uQT {
    flex: 0 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.developer_experience_EOq {
    padding: 6rem 2rem;
    background-color: rgb(196,217,249);
    overflow: hidden;
    position: relative;
}.developer_experience_EOq::before {
    background: linear-gradient(90deg, transparent, rgb(160,183,214,0.5));
    width: 40%;
    top: 0;
    height: 100%;
    z-index: 1;
    position: absolute;
    right: 0;
    content: "";
}.developer_experience_EOq .success_testimonials_fQr {
    display: flex;
    position: relative;
    z-index: 2;
    box-shadow: none;
    background: transparent;
    margin: 0 auto;
    border-radius: 0;
    max-width: 1200px;
}.developer_experience_EOq .article_image_rEK {
    position: relative;
    transition: all 0.5s ease;
    transform: rotate(-2deg);
    height: 480px;
    width: 45%;
    box-shadow: 15px 15px 0 rgb(160,183,214,0.5);
    border-radius: 0;
}.developer_experience_EOq .job_view_VzL {
    padding: 3rem 0 3rem 4rem;
    flex-direction: column;
    display: flex;
    justify-content: center;
    width: 55%;
    position: relative;
}.developer_experience_EOq .job_view_VzL::before {
    background: linear-gradient(to bottom, rgb(125,149,180,0.5), transparent);
    width: 1px;
    left: 2.5rem;
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
}.developer_experience_EOq .name {
    margin-bottom: 1rem;
    line-height: 1.1;
    color: #000000;
    font-weight: 700;
    font-size: calc(47px * 1.2);
    position: relative;
}.developer_experience_EOq .job_view_VzL > div:nth-child(2) {
    background-color: rgb(125,149,180);
    margin-bottom: 2.5rem;
    transform: translateX(-10px);
    font-weight: 600;
    padding: 0.5rem 1.5rem;
    letter-spacing: 1px;
    display: inline-block;
    color: #ffffff;
    border-radius: 10px;
    font-size: 16px;
}.developer_experience_EOq .career_timeline_NAR {
    padding-left: 0;
    max-width: 90%;
    color: #000000;
    position: relative;
    line-height: 1.8;
    font-size: 18px;
}.developer_experience_EOq .career_timeline_NAR::before {
    width: 60px;
    top: -1.5rem;
    left: 0;
    height: 3px;
    background-color: rgb(160,183,214);
    content: "";
    position: absolute;
}.developer_experience_EOq .success_testimonials_fQr:hover .article_image_rEK {
    transform: rotate(0deg);
    box-shadow: 10px 10px 0 rgb(125,149,180);
}

@media (max-width: 992px) {.developer_experience_EOq::before {
    top: 0;
    width: 100%;
    right: 0;
    height: 40%;
    background: linear-gradient(180deg, rgb(160,183,214,0.5), transparent);
}.developer_experience_EOq .success_testimonials_fQr {
    max-width: 90%;
    align-items: center;
    flex-direction: column;
}.developer_experience_EOq .article_image_rEK {
    width: 90%;
    height: 400px;
}.developer_experience_EOq .job_view_VzL {
    padding: 3rem 1rem 1rem;
    width: 100%;
}.developer_experience_EOq .job_view_VzL::before {
    display: none;
}.developer_experience_EOq .career_timeline_NAR {
    max-width: 100%;
}
}

@media (max-width: 576px) {.developer_experience_EOq {
    padding: 4rem 1rem;
}.developer_experience_EOq .article_image_rEK {
    height: 320px;
}.developer_experience_EOq .name {
    font-size: 28px;
}.developer_experience_EOq .job_view_VzL > div:nth-child(2) {
    font-size: 16px;
}.developer_experience_EOq .career_timeline_NAR {
    font-size: calc(18px * 0.95);
    line-height: 1.6;
}}header {
    z-index: 99;
    width: 100%;
    overflow: visible;
    position: relative;
    background: rgb(196,217,249);
}header::before {
    width: 100%;
    left: 0;
    content: "";
    position: absolute;
    background: radial-gradient(circle at 30% 30%, rgb(160,183,214,0.5) 0%, transparent 70%);
    top: 0;
    height: 100%;
    opacity: 0.2;
}header .header_master_LnB {
    padding: 25px 30px;
    position: relative;
    justify-content: space-between;
    display: flex;
    align-items: center;
}header .header_master_LnB::before {
    height: 5px;
    top: -10px;
    content: "";
    position: absolute;
    filter: blur(5px);
    width: 30%;
    left: 10%;
    background: linear-gradient(90deg, rgb(160,183,214), transparent);
}header .header_master_LnB::after {
    filter: blur(5px);
    background: linear-gradient(90deg, transparent, rgb(125,149,180));
    width: 30%;
    height: 5px;
    position: absolute;
    right: 10%;
    content: "";
    bottom: -10px;
}header .header_master_LnB .nav_sitewrap_prn {
    position: relative;
    padding: 5px;
    z-index: 2;
}header .header_master_LnB .nav_sitewrap_prn::before {
    content: "";
    filter: blur(15px);
    transition: opacity 0.3s ease;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    z-index: -1;
    left: -5px;
    position: absolute;
    background: linear-gradient(135deg, rgb(160,183,214), rgb(125,149,180));
    top: -5px;
    opacity: 0;
}header .header_master_LnB .nav_sitewrap_prn:hover::before {
    opacity: 0.7;
}header .header_master_LnB .nav_sitewrap_prn .main_lead_GOL {
    display: block;
    position: relative;
    transition: transform 0.3s ease;
}header .header_master_LnB .nav_sitewrap_prn:hover .main_lead_GOL {
    transform: scale(1.05);
}header .header_master_LnB .nav_sitewrap_prn .main_lead_GOL svg {
    width: auto;
    height: 45px;
}header .header_master_LnB .head_main_Pzb {
    padding: 10px;
    list-style: none;
    margin: 0;
    border-radius: 24px;
    display: flex;
    position: relative;
}header .header_master_LnB .head_main_Pzb::before {
    z-index: -1;
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    backdrop-filter: blur(5px);
    border-radius: 24px;
    opacity: 0.1;
}header .header_master_LnB .head_main_Pzb .top_nav_LEg {
    margin: 0 3px;
    position: relative;
}header .header_master_LnB .head_main_Pzb .top_nav_LEg a {
    font-size: 18px;
    z-index: 1;
    font-family: Arial, sans-serif;
    position: relative;
    font-weight: 600;
    display: block;
    color: #000000;
    border-radius: 10px;
    padding: 8px 15px;
    overflow: hidden;
    text-decoration: none;
}header .header_master_LnB .head_main_Pzb .top_nav_LEg a::before {
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    z-index: -1;
    content: "";
    background: linear-gradient(135deg, rgb(160,183,214), rgb(125,149,180));
    opacity: 0;
    position: absolute;
    transition: opacity 0.3s ease;
}header .header_master_LnB .head_main_Pzb .top_nav_LEg a::after {
    opacity: 0;
    content: "";
    top: 50%;
    z-index: -1;
    position: absolute;
    transform: translate(-50%, -50%) scale(0);
    height: 150%;
    width: 150%;
    background: radial-gradient(circle, #ffffff 0%, transparent 70%);
    left: 50%;
    transition: transform 0.5s ease, opacity 0.5s ease;
}header .header_master_LnB .head_main_Pzb .top_nav_LEg:hover a::before {
    opacity: 1;
}header .header_master_LnB .head_main_Pzb .top_nav_LEg:hover a {
    color: #ffffff;
}header .header_master_LnB .head_main_Pzb .top_nav_LEg:active a::after {
    opacity: 0.3;
    transform: translate(-50%, -50%) scale(1);
}header .header_master_LnB .head_main_Pzb .top_nav_LEg:nth-child(odd) a::before {
    background: linear-gradient(to right, rgb(160,183,214), rgb(125,149,180));
}header .header_master_LnB .head_main_Pzb .top_nav_LEg:nth-child(even) a::before {
    background: linear-gradient(to left, rgb(160,183,214), rgb(125,149,180));
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(rgb(160,183,214), 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(rgb(160,183,214), 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(rgb(160,183,214), 0);
    }
}

@media (max-width: 992px) {header .header_master_LnB {
    padding: 20px 15px;
    flex-direction: column;
}header .header_master_LnB .nav_sitewrap_prn {
    margin-bottom: 15px;
}header .header_master_LnB .head_main_Pzb {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}header .header_master_LnB .head_main_Pzb .top_nav_LEg {
    margin: 3px;
}header .header_master_LnB .head_main_Pzb .top_nav_LEg a {
    font-size: calc(18px - 1px);
    padding: 6px 12px;
}
}

@media (max-width: 767px) {header .header_master_LnB {
    padding: 15px 10px;
}header .header_master_LnB .nav_sitewrap_prn .main_lead_GOL svg {
    height: 40px;
}header .header_master_LnB .head_main_Pzb {
    padding: 5px;
}header .header_master_LnB .head_main_Pzb .top_nav_LEg a {
    padding: 5px 10px;
    font-size: calc(18px - 2px);
}}.privacy_hedge_iAX {
    color: #000000;
    background-color: rgb(196,217,249);
    font-family: Arial, sans-serif;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 40px;
}.privacy_hedge_iAX h1 {
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 40px;
    color: rgb(160,183,214);
    font-weight: 700;
    border-bottom: 2px solid rgb(160,183,214);
}.privacy_hedge_iAX h2 {
    color: rgb(125,149,180);
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 30px;
    font-size: 34px;
}.privacy_hedge_iAX h3, .privacy_hedge_iAX h4, .privacy_hedge_iAX h5, .privacy_hedge_iAX h6 {
    margin: 10px 0;
}.privacy_hedge_iAX ul {
    color: #000000;
    margin-left: 20px;
    padding-left: 20px;
    list-style: none;
}.privacy_hedge_iAX li {
    font-size: 14px;
    position: relative;
    margin-bottom: 10px;
}.privacy_hedge_iAX li::before {
    content: '→';
    color: rgb(160,183,214);
    position: absolute;
    font-weight: 700;
    left: -20px;
}.privacy_hedge_iAX div {
    margin-bottom: 20px;
}.privacy_hedge_iAX p {
    font-size: 14px;
    line-height: 1.6;
    color: #000000;
}.privacy_hedge_iAX span {
    padding: 2px 5px;
    border-radius: 10px;
    background-color: rgb(160,183,214,0.5);
}.privacy_hedge_iAX a {
    text-decoration: none;
    font-weight: 600;
    color: rgb(160,183,214);
    transition: color 0.3s;
}.privacy_hedge_iAX a:hover {
    color: rgb(125,149,180);
}
@media only screen and (max-width: 800px) {.privacy_hedge_iAX {
    padding: 20px;
}.privacy_hedge_iAX h1 {
    font-size: calc(22px * 0.8);
}.privacy_hedge_iAX h2 {
    font-size: calc(22px * 0.8);
}.privacy_hedge_iAX ul {
    margin-left: 10px;
    padding-left: 10px;
}.privacy_hedge_iAX li::before {
    left: -15px;
}.privacy_hedge_iAX p {
    font-size: calc(14px * 0.9);
}}.locate_TJe {
    overflow: hidden;
    padding: 120px 0 100px;
    background: linear-gradient(135deg, rgb(196,217,249) 0%, rgba(245, 247, 250, 0.9) 100%);
    position: relative;
}.locate_TJe::before {
    border: 15px solid rgb(160,183,214,0.5);
    top: -100px;
    position: absolute;
    z-index: 0;
    right: -100px;
    animation: floating 8s infinite ease-in-out;
    content: "";
    width: 300px;
    transform: rotate(30deg);
    height: 300px;
}.locate_TJe::after {
    left: -50px;
    content: "";
    height: 200px;
    width: 200px;
    animation: floating 10s infinite ease-in-out alternate;
    transform: rotate(-15deg);
    border-radius: 10px;
    z-index: 0;
    bottom: -50px;
    background: linear-gradient(45deg, rgb(125,149,180,0.5), transparent);
    position: absolute;
}.locate_TJe h1 {
    position: relative;
    font-weight: 700;
    margin-bottom: 50px;
    transform: perspective(1000px) translateZ(0px);
    transition: transform 0.5s ease;
    z-index: 1;
    text-align: center;
    font-size: 40px;
    letter-spacing: 1px;
    color: #000000;
}.locate_TJe h1::after {
    position: absolute;
    width: 80px;
    content: "";
    bottom: -15px;
    left: 50%;
    height: 4px;
    background: rgb(160,183,214);
    transform: translateX(-50%);
}.locate_TJe .container {
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.locate_TJe .contact_help_jBN {
    transition: transform 0.5s ease;
    gap: 40px;
    transform: perspective(1000px) rotateX(0deg);
    grid-template-columns: 1fr;
    display: grid;
    padding: 40px;
    transform-style: preserve-3d;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    border-radius: 19px;
}.locate_TJe .contact_help_jBN:hover {
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.locate_TJe .contact_help_jBN > div {
    border-radius: 10px;
    border-left: 4px solid rgb(160,183,214);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    position: relative;
    transition: all 0.3s ease;
    padding: 20px;
    background: linear-gradient(to bottom right, rgba(250, 250, 250, 0.9), rgba(255, 255, 255, 0.7));
}.locate_TJe .contact_help_jBN > div:hover {
    transform: translateY(-5px);
    border-left: 4px solid rgb(125,149,180);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}.locate_TJe .contact_help_jBN > div > div {
    line-height: 1.6;
    font-family: Arial, sans-serif;
    font-size: 18px;
    color: #000000;
}.locate_TJe h6 {
    text-transform: capitalize;
    color: #000000;
    align-items: center;
    font-weight: 600;
    font-size: 19px;
    margin-bottom: 12px;
    display: flex;
}.locate_TJe h6 svg {
    transform: scale(0.85);
    transition: transform 0.3s ease;
    margin-left: 10px;
}.locate_TJe .contact_help_jBN > div:hover h6 svg {
    transform: scale(1);
}.locate_TJe span {
    display: block;
    font-size: calc(18px - 1px);
    margin-left: 25px;
    color: #000000;
    font-family: Arial, sans-serif;
}.locate_TJe .edu_talk_YOV {
    gap: 15px;
    flex-direction: column;
    display: flex;
}.locate_TJe .support_contact_oun {
    transition: all 0.3s ease;
    display: flex;
    color: #000000;
    align-items: center;
    text-decoration: none;
    position: relative;
    padding-bottom: 5px;
    font-size: 18px;
    font-weight: 400;
}.locate_TJe .support_contact_oun::after {
    position: absolute;
    background: rgb(160,183,214);
    height: 2px;
    bottom: 0;
    transition: width 0.3s ease;
    left: 0;
    content: "";
    width: 0;
}.locate_TJe .support_contact_oun:hover {
    color: rgb(160,183,214);
    transform: translateX(5px);
}.locate_TJe .support_contact_oun:hover::after {
    width: 100%;
}.locate_TJe .support_contact_oun svg {
    transition: transform 0.3s ease;
    margin-left: 10px;
    transform: scale(0.85);
}.locate_TJe .support_contact_oun:hover svg {
    transform: scale(1) rotate(5deg);
}.locate_TJe svg {
    transition: all 0.3s ease;
}.locate_TJe svg:hover {
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.2));
}.locate_TJe svg path {
    transition: fill 0.3s ease;
}.locate_TJe .support_contact_oun:hover svg path,
.locate_TJe h6:hover svg path {
    fill: rgb(160,183,214);
}

@keyframes floating {
    0%, 100% {
        transform: translate(0, 0) rotate(30deg);
    }
    50% {
        transform: translate(15px, 15px) rotate(35deg);
    }
}

@media (min-width: 768px) {.locate_TJe {
    padding: 150px 0 120px;
}.locate_TJe .contact_help_jBN {
    gap: 30px;
    padding: 50px;
    grid-template-columns: repeat(2, 1fr);
}.locate_TJe .contact_help_jBN > div:first-child {
    grid-column: 1 / -1;
}.locate_TJe h1 {
    margin-bottom: 60px;
    font-size: calc(40px + 5px);
}.locate_TJe h1::after {
    width: 100px;
}
}

@media (min-width: 992px) {.locate_TJe .contact_help_jBN {
    grid-template-columns: 3fr 2fr 2fr;
}.locate_TJe .contact_help_jBN > div:first-child {
    grid-column: auto;
}.locate_TJe .contact_help_jBN > div {
    padding: 30px;
}.locate_TJe h1 {
    transform: perspective(1000px) translateZ(10px);
}.locate_TJe .edu_talk_YOV {
    gap: 20px;
}
}

@media (max-width: 576px) {.locate_TJe {
    padding: 80px 0 60px;
}.locate_TJe .contact_help_jBN {
    padding: 30px 20px;
}.locate_TJe .contact_help_jBN > div {
    padding: 15px;
}.locate_TJe h1 {
    margin-bottom: 40px;
    font-size: calc(40px - 5px);
}.locate_TJe h1::after {
    height: 3px;
    width: 60px;
}}.program_offerings_bLC {
    align-items: stretch;
    background-color: #ffffff;
    position: relative;
    display: flex;
    min-height: 100vh;
    overflow: hidden;
}.program_offerings_bLC::before {
    content: '';
    pointer-events: none;
    height: 100%;
    position: absolute;
    background: radial-gradient(circle at center, rgba(255,255,255,0.1) 0%, rgb(196,217,249) 90%);
    left: 0;
    z-index: 2;
    width: 100%;
    top: 0;
}.program_offerings_bLC .program_path_uMy {
    z-index: 1;
    width: 55%;
    right: 0;
    top: 0;
    position: absolute;
    height: 100%;
}.program_offerings_bLC .new_skills_XIJ {
    animation: carousel-vertical 25s ease infinite;
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 500%;
}.program_offerings_bLC .program_path_uMy:hover .new_skills_XIJ {
    animation-play-state: paused;
}.program_offerings_bLC .skill_tool_wgT {
    position: relative;
    width: 100%;
    height: 20%;
}.program_offerings_bLC .skill_tool_wgT::before {
    position: absolute;
    top: 0;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.1) 0%, transparent 30%);
    left: 0;
    width: 100%;
    z-index: 2;
    content: '';
}.program_offerings_bLC .skill_tool_wgT img {
    height: 100%;
    transform: scale(1.05);
    transition: transform 0.8s ease;
    width: 100%;
    object-fit: cover;
    filter: brightness(1.2) contrast(1.15) saturate(1.15) opacity(0.95);
}.program_offerings_bLC .skill_tool_wgT:hover img {
    transform: scale(1.1);
}.program_offerings_bLC .container {
    z-index: 5;
    padding: 0;
    display: flex;
    width: 100%;
    position: relative;
    align-items: center;
}.program_offerings_bLC .expert_learning_qpD {
    display: flex;
    justify-content: center;
    width: 45%;
    padding-left: 8%;
    flex-direction: column;
}.program_offerings_bLC .career_progress_WvT {
    background: linear-gradient(135deg, #ffffff 0%, rgb(196,217,249) 100%);
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
    border-left: 5px solid rgb(160,183,214);
    position: relative;
    max-width: 550px;
    border-radius: 0 10px 10px 0;
    padding: 3.5rem;
}.program_offerings_bLC .career_progress_WvT::before {
    top: 20px;
    pointer-events: none;
    content: '';
    border-radius: 0 10px 10px 0;
    border-left: none;
    bottom: 20px;
    border: 1px solid rgb(125,149,180,0.5);
    position: absolute;
    left: 20px;
    right: 20px;
}.program_offerings_bLC .career_progress_WvT h3 {
    font-size: 42px;
    margin-bottom: 1.5rem;
    font-weight: 700;
    padding-bottom: 15px;
    color: rgb(160,183,214);
    position: relative;
}.program_offerings_bLC .career_progress_WvT h3::after {
    width: 80px;
    height: 3px;
    left: 0;
    position: absolute;
    bottom: 0;
    content: '';
    background: rgb(125,149,180);
}.program_offerings_bLC .career_progress_WvT p {
    margin-bottom: 2.5rem;
    line-height: 1.8;
    color: #000000;
    font-size: 14px;
}.program_offerings_bLC .career_progress_WvT .support_reach_vao {
    background: linear-gradient(45deg, rgb(160,183,214) 0%, rgb(125,149,180) 100%);
    border-radius: 10px;
    text-decoration: none;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    padding: 1.2rem 2.5rem;
    z-index: 1;
    font-size: 14px;
    color: #ffffff;
    display: inline-block;
    position: relative;
    transition: all 0.3s ease;
    font-weight: 600;
}.program_offerings_bLC .career_progress_WvT .support_reach_vao::before {
    z-index: -1;
    width: 100%;
    transition: opacity 0.3s ease;
    content: '';
    opacity: 0;
    position: absolute;
    background: linear-gradient(45deg, rgb(125,149,180) 0%, rgb(160,183,214) 100%);
    height: 100%;
    top: 0;
    left: 0;
}.program_offerings_bLC .career_progress_WvT .support_reach_vao:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}.program_offerings_bLC .career_progress_WvT .support_reach_vao:hover::before {
    opacity: 1;
}

@keyframes carousel-vertical {
    0%, 16% {
        transform: translateY(0);
    }
    20%, 36% {
        transform: translateY(-20%);
    }
    40%, 56% {
        transform: translateY(-40%);
    }
    60%, 76% {
        transform: translateY(-60%);
    }
    80%, 96% {
        transform: translateY(-80%);
    }
    100% {
        transform: translateY(0);
    }
}

@media screen and (min-width: 1440px) {.program_offerings_bLC .expert_learning_qpD {
    padding-left: 10%;
}.program_offerings_bLC .career_progress_WvT {
    max-width: 650px;
}
}

@media screen and (max-width: 1200px) {.program_offerings_bLC .program_path_uMy {
    width: 50%;
}.program_offerings_bLC .expert_learning_qpD {
    width: 50%;
    padding-left: 5%;
}.program_offerings_bLC .career_progress_WvT {
    padding: 2.5rem;
}
}

@media screen and (max-width: 992px) {.program_offerings_bLC {
    min-height: auto;
    flex-direction: column;
}.program_offerings_bLC .program_path_uMy {
    width: 100%;
    position: relative;
    height: 400px;
}.program_offerings_bLC .new_skills_XIJ {
    flex-direction: row;
    height: 100%;
    animation: carousel-horizontal 25s ease infinite;
    width: 500%;
}.program_offerings_bLC .skill_tool_wgT {
    width: 20%;
    height: 100%;
}.program_offerings_bLC .skill_tool_wgT::before {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, transparent 30%);
}.program_offerings_bLC .container {
    padding: 3rem 1rem;
}.program_offerings_bLC .expert_learning_qpD {
    padding-left: 0;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}.program_offerings_bLC .career_progress_WvT {
    max-width: 100%;
    border-left: none;
    border-radius: 10px;
    border-top: 5px solid rgb(160,183,214);
}.program_offerings_bLC .career_progress_WvT::before {
    border-radius: 10px;
    right: 20px;
    border-top: none;
    left: 20px;
    top: 20px;
    border: 1px solid rgb(125,149,180,0.5);
    bottom: 20px;
}
}

@media screen and (max-width: 768px) {.program_offerings_bLC .program_path_uMy {
    height: 350px;
}.program_offerings_bLC .container {
    padding: 2.5rem 1rem;
}.program_offerings_bLC .career_progress_WvT {
    padding: 2rem;
}.program_offerings_bLC .career_progress_WvT h3 {
    font-size: calc(42px * 0.8);
}

}

@media screen and (max-width: 576px) {.program_offerings_bLC .program_path_uMy {
    height: 300px;
}.program_offerings_bLC .container {
    padding: 2rem 1rem;
}.program_offerings_bLC .career_progress_WvT {
    padding: 1.5rem;
}.program_offerings_bLC .career_progress_WvT h3 {
    font-size: calc(42px * 0.7);
}.program_offerings_bLC .career_progress_WvT p {
    font-size: calc(14px * 0.9);
    margin-bottom: 2rem;
}.program_offerings_bLC .career_progress_WvT .support_reach_vao {
    text-align: center;
    width: 100%;
    padding: 1rem;
}.program_offerings_bLC .career_progress_WvT::before {
    display: none;
}}

@keyframes carousel-horizontal {
    0%, 16% {
        transform: translateX(0);
    }
    20%, 36% {
        transform: translateX(-20%);
    }
    40%, 56% {
        transform: translateX(-40%);
    }
    60%, 76% {
        transform: translateX(-60%);
    }
    80%, 96% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0);
    }
}.ty_message_OjB {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(196,217,249) 0%, rgba(245, 245, 245, 0.9) 100%);
    padding: 80px 0;
    position: relative;
    perspective: 1000px;
}.ty_message_OjB::before {
    transform: translateZ(-20px);
    background: repeating-linear-gradient(
        45deg,
        rgb(125,149,180,0.5) 0px,
        transparent 1px,
        transparent 10px,
        rgb(125,149,180,0.5) 11px
    );
    animation: patternMove 30s linear infinite;
    height: 100%;
    opacity: 0.1;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    pointer-events: none;
    z-index: 1;
    width: 100%;
}.ty_message_OjB::after {
    transform: rotate(-15deg) scale(2);
    width: 100%;
    animation: gradientPulse 15s ease-in-out infinite alternate;
    opacity: 0.15;
    background: radial-gradient(
        circle at center,
        rgb(160,183,214,0.5) 0%,
        transparent 70%
    );
    z-index: 0;
    top: -50%;
    right: -50%;
    height: 100%;
    position: absolute;
    content: "";
}.ty_message_OjB .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 10;
    transform-style: preserve-3d;
    padding: 0 20px;
}.ty_message_OjB h2 {
    transform: translateZ(30px);
    color: #000000;
    letter-spacing: 0.5px;
    line-height: 1.4;
    font-size: 28px;
    margin-bottom: 40px;
    opacity: 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    font-weight: 700;
    position: relative;
    animation: titleEntrance 1.2s cubic-bezier(0.17, 0.84, 0.44, 1) forwards;
    text-align: center;
}.ty_message_OjB h2::after {
    content: "";
    position: absolute;
    opacity: 0;
    height: 3px;
    transform-origin: center;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    bottom: -15px;
    animation: underlineExpand 1.5s ease-out forwards 0.5s;
    background: linear-gradient(90deg, transparent, rgb(125,149,180), transparent);
}.ty_message_OjB .expert_learning_qpD {
    overflow: hidden;
    background: #ffffff;
    position: relative;
    transform: translateZ(15px) rotateX(2deg);
    margin-top: 20px;
    border-radius: 14px;
    opacity: 0;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 3px 5px rgba(0, 0, 0, 0.03);
    animation: holderEntrance 1s cubic-bezier(0.215, 0.61, 0.355, 1) forwards 0.3s;
    padding: 40px;
}.ty_message_OjB .expert_learning_qpD::before {
    top: 0;
    opacity: 0.1;
    position: absolute;
    z-index: -1;
    left: 0;
    background: linear-gradient(45deg, rgb(125,149,180,0.5) 0%, transparent 70%);
    width: 100%;
    height: 100%;
    content: "";
}.ty_message_OjB .expert_learning_qpD::after {
    bottom: 0;
    height: 180px;
    border-radius: 50%;
    transform: translate(40%, 40%);
    opacity: 0.2;
    content: "";
    animation: glowPulse 8s ease-in-out infinite alternate;
    z-index: -1;
    position: absolute;
    background: radial-gradient(circle at center, rgb(160,183,214,0.5), transparent 70%);
    right: 0;
    width: 180px;
}.ty_message_OjB ul {
    list-style: none;
    margin: 0;
    padding: 0;
}.ty_message_OjB li {
    opacity: 0;
    border-left: 3px solid rgb(125,149,180);
    animation: itemSlideIn 0.8s ease-out forwards 0.6s;
    background: linear-gradient(to right, rgba(245, 245, 245, 0.5) 0%, transparent 100%);
    border-radius: 0 10px 10px 0;
    padding: 20px 15px 20px 35px;
    transform: translateX(-20px);
    position: relative;
    margin-bottom: 15px;
}.ty_message_OjB li::before {
    left: -9px;
    border: 3px solid rgb(125,149,180);
    background-color: #ffffff;
    animation: pulseDot 3s infinite;
    box-shadow: 0 0 0 5px rgba(var(--secondary-color-rgb, 0, 120, 200), 0.1);
    width: 15px;
    content: "";
    position: absolute;
    top: 50%;
    height: 15px;
    border-radius: 50%;
    transform: translateY(-50%);
}.ty_message_OjB span {
    transform: translateY(15px);
    font-family: Arial, sans-serif;
    font-size: calc(15px * 1.05);
    display: block;
    animation: textFadeIn 1s ease-out forwards 0.8s;
    color: #000000;
    line-height: 1.7;
    opacity: 0;
}

@keyframes patternMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

@keyframes gradientPulse {
    0% {
        opacity: 0.1;
        transform: rotate(-15deg) scale(2);
    }
    50% {
        opacity: 0.2;
        transform: rotate(-14deg) scale(2.1);
    }
    100% {
        opacity: 0.1;
        transform: rotate(-15deg) scale(2);
    }
}

@keyframes titleEntrance {
    0% {
        opacity: 0;
        transform: translateY(-30px) translateZ(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0) translateZ(30px);
    }
}

@keyframes underlineExpand {
    0% {
        width: 0;
        opacity: 0;
    }
    100% {
        width: 150px;
        opacity: 1;
    }
}

@keyframes holderEntrance {
    0% {
        opacity: 0;
        transform: translateY(40px) translateZ(15px) rotateX(2deg);
    }
    100% {
        opacity: 1;
        transform: translateY(0) translateZ(15px) rotateX(2deg);
    }
}

@keyframes glowPulse {
    0% {
        opacity: 0.1;
        transform: translate(40%, 40%) scale(1);
    }
    50% {
        opacity: 0.3;
        transform: translate(40%, 40%) scale(1.2);
    }
    100% {
        opacity: 0.1;
        transform: translate(40%, 40%) scale(1);
    }
}

@keyframes itemSlideIn {
    0% {
        transform: translateX(-20px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes textFadeIn {
    0% {
        opacity: 0;
        transform: translateY(15px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulseDot {
    0% {
        box-shadow: 0 0 0 0 rgba(var(--secondary-color-rgb, 0, 120, 200), 0.4);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(var(--secondary-color-rgb, 0, 120, 200), 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(var(--secondary-color-rgb, 0, 120, 200), 0);
    }
}

@media (max-width: 992px) {.ty_message_OjB {
    padding: 60px 0;
}.ty_message_OjB h2 {
    margin-bottom: 30px;
    font-size: calc(28px * 0.9);
}.ty_message_OjB .expert_learning_qpD {
    padding: 30px;
}
}

@media (max-width: 768px) {.ty_message_OjB {
    padding: 50px 0;
}.ty_message_OjB h2 {
    font-size: calc(28px * 0.8);
    margin-bottom: 25px;
}.ty_message_OjB .expert_learning_qpD {
    padding: 25px;
    transform: translateZ(10px) rotateX(1deg);
}.ty_message_OjB span {
    font-size: 15px;
}.ty_message_OjB li {
    padding: 15px 10px 15px 25px;
}
}

@media (max-width: 576px) {.ty_message_OjB {
    padding: 40px 0;
}.ty_message_OjB h2 {
    line-height: 1.5;
    font-size: calc(28px * 0.7);
    margin-bottom: 20px;
}.ty_message_OjB h2::after {
    width: 100px;
    bottom: -10px;
}.ty_message_OjB .expert_learning_qpD {
    padding: 20px;
    transform: translateZ(5px) rotateX(0.5deg);
    margin-top: 15px;
}.ty_message_OjB li {
    margin-bottom: 10px;
    padding: 12px 10px 12px 20px;
}.ty_message_OjB li::before {
    width: 12px;
    left: -7px;
    height: 12px;
}.ty_message_OjB span {
    line-height: 1.6;
    font-size: calc(15px * 0.95);
}}.get_in_touch_Eue {
    overflow: hidden;
    padding: 90px 0;
    position: relative;
    background: linear-gradient(160deg, rgb(196,217,249) 0%, rgb(160,183,214,0.5) 100%);
}.get_in_touch_Eue::before {
    position: absolute;
    background: repeating-linear-gradient(
        -45deg,
        rgb(160,183,214,0.5),
        rgb(160,183,214,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    top: 0;
    opacity: 0.03;
    height: 100%;
    content: "";
    left: 0;
    width: 100%;
}.get_in_touch_Eue .container {
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}.get_in_touch_Eue h2 {
    color: #000000;
    text-align: center;
    margin-bottom: 50px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: 47px;
    position: relative;
}.get_in_touch_Eue .query_links_RAO {
    background: #ffffff;
    flex-direction: column;
    display: flex;
    overflow: hidden;
    border-radius: 12px;
    margin: 0 auto;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
    max-width: 800px;
}.get_in_touch_Eue .article_image_rEK {
    position: relative;
    width: 100%;
    height: 200px;
}.get_in_touch_Eue .help_support_HnG {
    padding: 50px;
    position: relative;
    width: 100%;
}.get_in_touch_Eue form {
    width: 100%;
}.get_in_touch_Eue form h3 {
    color: #000000;
    font-family: Arial, sans-serif;
    position: relative;
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 18px;
    display: inline-block;
}.get_in_touch_Eue form h3::after {
    height: 3px;
    background: rgb(160,183,214);
    position: absolute;
    left: 0;
    border-radius: 1.5px;
    bottom: -10px;
    width: 100%;
    content: "";
}.get_in_touch_Eue form input[type="text"] {
    padding: 15px 20px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    background: rgb(196,217,249);
    color: #000000;
    width: 100%;
    border-radius: 10px;
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
    font-size: 16px;
}.get_in_touch_Eue form input[type="text"]:focus {
    border-color: rgb(160,183,214);
    outline: none;
}.get_in_touch_Eue form input[type="text"]::placeholder {
    color: rgba(0, 0, 0, 0.35);
}.get_in_touch_Eue .connect_reach_TSj {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}.get_in_touch_Eue .connect_reach_TSj input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.get_in_touch_Eue .connect_reach_TSj label {
    font-size: 16px;
    cursor: pointer;
    line-height: 1.6;
    color: #000000;
    position: relative;
    padding-left: 35px;
}.get_in_touch_Eue .connect_reach_TSj label::before {
    width: 22px;
    content: "";
    position: absolute;
    left: 0;
    transition: all 0.3s ease;
    top: 2px;
    height: 22px;
    border-radius: 10px;
    background: rgb(196,217,249);
}.get_in_touch_Eue .connect_reach_TSj input[type="checkbox"]:checked + label::before {
    background: rgb(160,183,214);
}.get_in_touch_Eue .connect_reach_TSj input[type="checkbox"]:checked + label::after {
    top: 5px;
    width: 6px;
    border-right: 2px solid #ffffff;
    left: 8px;
    border-bottom: 2px solid #ffffff;
    content: "";
    height: 12px;
    transform: rotate(45deg);
    position: absolute;
}.get_in_touch_Eue .connect_reach_TSj label a {
    text-decoration: none;
    color: rgb(160,183,214);
    transition: all 0.3s ease;
}.get_in_touch_Eue .connect_reach_TSj label a:hover {
    text-decoration: underline;
}.get_in_touch_Eue form .support_reach_vao {
    font-size: 14px;
    cursor: pointer;
    padding: 16px 20px;
    transition: all 0.3s ease;
    background: rgb(160,183,214);
    text-align: center;
    position: relative;
    border: none;
    color: #ffffff;
    overflow: hidden;
    font-weight: 600;
    border-radius: 10px;
    width: 100%;
    font-family: Arial, sans-serif;
}.get_in_touch_Eue form .support_reach_vao:hover {
    background: rgb(125,149,180);
}.get_in_touch_Eue svg {
    width: 20px;
    fill: rgb(160,183,214);
    height: 20px;
}.get_in_touch_Eue svg path {
    transition: fill 0.3s ease;
    fill: rgb(160,183,214);
}

@media screen and (min-width: 768px) {.get_in_touch_Eue .query_links_RAO {
    flex-direction: row;
    max-width: 1000px;
}.get_in_touch_Eue .article_image_rEK {
    height: auto;
    min-height: 400px;
    width: 40%;
}.get_in_touch_Eue .help_support_HnG {
    width: 60%;
}
}

@media screen and (min-width: 992px) {.get_in_touch_Eue .article_image_rEK {
    width: 50%;
}.get_in_touch_Eue .help_support_HnG {
    padding: 60px;
    width: 50%;
}
}

@media screen and (min-width: 1200px) {.get_in_touch_Eue .query_links_RAO {
    max-width: 1100px;
}.get_in_touch_Eue .article_image_rEK {
    min-height: 500px;
}
}

@media screen and (max-width: 576px) {.get_in_touch_Eue {
    padding: 60px 0;
}.get_in_touch_Eue h2 {
    margin-bottom: 30px;
    font-size: calc(47px * 0.7);
}.get_in_touch_Eue .help_support_HnG {
    padding: 30px 20px;
}.get_in_touch_Eue form h3 {
    font-size: calc(18px * 0.9);
}}.cookie_popup_advisory_xzC {
    padding: 15px 20px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
    width: 100%;
    bottom: 0;
    border-top: 3px solid rgb(160,183,214);
    background: rgb(125,149,180);
    z-index: 90;
    position: fixed;
}.privacy_ack_MlV {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    display: flex;
}.cookie_disclaimer_bkK {
    margin-right: 20px;
    flex-shrink: 0;
}.cookie_disclaimer_bkK svg {
    height: 50px;
    fill: rgb(160,183,214);
    width: 50px;
}.cookie_option_pnZ {
    flex-direction: column;
    max-width: 600px;
    display: flex;
    justify-content: center;
}.cookie_popup_advisory_xzC h5 {
    margin-bottom: 10px;
    color: #ffffff;
    font-weight: 700;
    font-size: 19px;
}.cookie_popup_advisory_xzC p {
    line-height: 1.5;
    color: #000000;
    font-size: 15px;
}.cookie_overview_njJ {
    padding: 10px 20px;
    color: #ffffff;
    transition: none;
    flex-shrink: 0;
    min-width: 150px;
    border: 2px solid rgb(160,183,214);
    text-decoration: none;
    border-radius: 10px;
    background: rgb(160,183,214);
    margin-left: 10px;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
}.cookie_overview_njJ:hover {
    border-color: rgb(160,183,214,0.5);
    background: rgb(160,183,214,0.5);
}.cookie_popup_advisory_xzC p a {
    border-bottom: 2px solid rgb(160,183,214);
    color: rgb(160,183,214);
    text-decoration: none;
}.cookie_popup_advisory_xzC p a:hover {
    color: rgb(125,149,180);
    border-bottom-color: rgb(125,149,180);
}
@media only screen and (max-width: 1200px) {.cookie_popup_advisory_xzC {
    padding: 15px;
}
}
@media only screen and (max-width: 800px) {.cookie_disclaimer_bkK {
    display: none;
}.privacy_ack_MlV {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.cookie_popup_advisory_xzC h5, .cookie_popup_advisory_xzC p {
    text-align: center;
}.cookie_option_pnZ {
    margin-bottom: 15px;
}.cookie_overview_njJ {
    margin-top: 10px;
    margin-left: 0;
}}
#cookieTermsNotice_DvY {
    display: none;
}#cookieTermsNotice_DvY:checked ~ .cookie_popup_advisory_xzC {
    opacity: 0;
    visibility: hidden;
}.join_our_community_zIP {
    isolation: isolate;
    overflow: hidden;
    position: relative;
    background-color: rgb(196,217,249);
    padding: 5rem 3rem;
}.join_our_community_zIP::before {
    width: 100%;
    content: "";
    top: 0;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(160,183,214,0.5) 49%, rgb(160,183,214,0.5) 51%, transparent 52%) 0 0 / 2rem 2rem,
        linear-gradient(-45deg, transparent 48%, rgb(125,149,180,0.5) 49%, rgb(125,149,180,0.5) 51%, transparent 52%) 1rem 1rem / 2rem 2rem;
    left: 0;
    height: 100%;
    opacity: 0.1;
    position: absolute;
    z-index: -1;
}.join_our_community_zIP::after {
    content: "";
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    bottom: 0;
    width: 40%;
    animation: shift 10s infinite alternate;
    position: absolute;
    z-index: -1;
    height: 70%;
    right: 0;
    background: linear-gradient(135deg, transparent, rgb(160,183,214,0.5));
}.join_our_community_zIP .expert_learning_qpD {
    grid-template-columns: 2fr 3fr;
    position: relative;
    display: grid;
    gap: 0;
}.join_our_community_zIP .expert_learning_qpD::before {
    opacity: 0.5;
    height: 1px;
    position: absolute;
    content: "";
    width: 100%;
    transform: translateY(-50%) rotate(-5deg);
    top: 50%;
    background: linear-gradient(90deg, rgb(160,183,214,0.5), transparent);
    left: 0;
}.join_our_community_zIP p {
    color: #000000;
    font-size: calc(18px * 1.2);
    justify-content: center;
    display: flex;
    flex-direction: column;
    margin: 0;
    font-family: Arial, sans-serif;
    transform-origin: left center;
    padding-right: 2rem;
    grid-column: 1 / 2;
    position: relative;
    letter-spacing: 1px;
    font-weight: 300;
    line-height: 1.6;
}.join_our_community_zIP p::after {
    top: 0;
    height: 100%;
    content: "";
    right: 0;
    position: absolute;
    width: 1px;
    background: linear-gradient(to bottom, transparent, rgb(160,183,214,0.5), transparent);
}.join_our_community_zIP .input_holder {
    grid-column: 2 / 3;
    align-items: center;
    display: flex;
    margin-left: 2rem;
    position: relative;
}.join_our_community_zIP .subscribe_widget_DoC {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    font-family: Arial, sans-serif;
    padding: 1.2rem 1.5rem;
    font-size: 12px;
    flex: 1;
    border-radius: 10px 0 0 10px;
    border: 1px solid transparent;
    transition: all 0.3s ease;
    color: #000000;
    background-color: #ffffff;
}.join_our_community_zIP .subscribe_widget_DoC:focus {
    outline: none;
    border-color: rgb(160,183,214,0.5);
}.join_our_community_zIP .subscribe_widget_DoC::placeholder {
    opacity: 0.7;
    color: #000000;
    transition: all 0.3s ease;
}.join_our_community_zIP .subscribe_widget_DoC:focus::placeholder {
    transform: translateY(-10px);
    opacity: 0.3;
}.join_our_community_zIP .sub_settings_Dlm {
    font-weight: 400;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    border: none;
    overflow: hidden;
    position: relative;
    font-size: 18px;
    z-index: 1;
    border-radius: 0 10px 10px 0;
    padding: 1.2rem 2rem;
    cursor: pointer;
    letter-spacing: 1px;
    background-color: rgb(160,183,214);
    color: #ffffff;
}.join_our_community_zIP .sub_settings_Dlm::before {
    transition: transform 0.3s ease;
    background-color: rgb(125,149,180);
    content: "";
    left: 0;
    width: 100%;
    position: absolute;
    transform: translateX(-100%);
    height: 100%;
    z-index: -1;
    top: 0;
}.join_our_community_zIP .sub_settings_Dlm:hover::before {
    transform: translateX(0);
}.join_our_community_zIP .sub_settings_Dlm:hover {
    letter-spacing: 2px;
}

@keyframes shift {
    0% {
        opacity: 0.5;
        transform: translateX(0);
    }
    100% {
        opacity: 0.7;
        transform: translateX(-20px);
    }
}

@media (max-width: 768px) {.join_our_community_zIP {
    padding: 3rem 1.5rem;
}.join_our_community_zIP .expert_learning_qpD {
    gap: 2rem;
    grid-template-columns: 1fr;
}.join_our_community_zIP p {
    grid-column: 1 / 2;
    padding-right: 0;
    text-align: center;
    padding-bottom: 1.5rem;
}.join_our_community_zIP p::after {
    transform: translateX(-50%);
    height: 1px;
    width: 50%;
    right: auto;
    top: auto;
    background: linear-gradient(to right, transparent, rgb(160,183,214,0.5), transparent);
    bottom: 0;
    left: 50%;
}.join_our_community_zIP .input_holder {
    flex-direction: column;
    margin-left: 0;
    grid-column: 1 / 2;
}.join_our_community_zIP .subscribe_widget_DoC {
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 10px;
}.join_our_community_zIP .sub_settings_Dlm {
    width: 100%;
    border-radius: 10px;
}}.welcome_section_NEW {
    align-items: center;
    background: linear-gradient(135deg, rgb(160,183,214,0.5), rgb(125,149,180) 120%);
    justify-content: center;
    min-height: 100vh;
    display: flex;
    position: relative;
    overflow: hidden;
}.welcome_section_NEW::before {
    position: absolute;
    width: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.03) 2px,
        transparent 2px,
        transparent 10px
    );
    z-index: 1;
    top: 0;
    content: "";
    left: 0;
    height: 100%;
}.welcome_section_NEW::after {
    opacity: 0.2;
    right: -10%;
    filter: blur(50px);
    height: 50%;
    background: radial-gradient(
        circle at center,
        rgb(125,149,180) 0%,
        transparent 70%
    );
    width: 50%;
    content: "";
    position: absolute;
    animation: floatGlow 15s ease-in-out infinite alternate;
    top: -10%;
}.welcome_section_NEW .learn_techfast_oun {
    display: grid;
    z-index: 2;
    width: 90%;
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    padding: 3rem 2rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    transition: transform 0.5s ease-out;
    gap: 2.5rem;
    grid-template-columns: 1fr;
    backdrop-filter: blur(10px);
    max-width: 1200px;
    transform: perspective(1000px) rotateX(2deg);
}.welcome_section_NEW .learn_techfast_oun:hover {
    transform: perspective(1000px) rotateX(0deg);
}.welcome_section_NEW .learn_techfast_oun > div:first-child {
    transform: translateX(-1rem);
    padding-left: 2rem;
    opacity: 0;
    position: relative;
    animation: slideIn 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s forwards;
    border-left: 3px solid rgb(160,183,214);
}.welcome_section_NEW .learn_techfast_oun > div:last-child {
    transform: translateY(1rem);
    display: flex;
    animation: slideUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s forwards;
    opacity: 0;
    justify-content: flex-end;
}.welcome_section_NEW h3 {
    color: #ffffff;
    font-size: calc(19px * 0.9);
    margin: 0;
    font-weight: 400;
    line-height: 1.5;
    position: relative;
    letter-spacing: 0.02em;
}.welcome_section_NEW h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.5rem;
    width: 30%;
    background: linear-gradient(to right, rgb(160,183,214), transparent);
    height: 1px;
}.welcome_section_NEW .study_studio_ejQ {
    transform: translateZ(0);
    transition: transform 0.4s ease;
    background: linear-gradient(
        145deg,
        rgba(255, 255, 255, 0.1),
        rgba(255, 255, 255, 0.03)
    );
    padding: 2.5rem;
    position: relative;
    max-width: 600px;
}.welcome_section_NEW .study_studio_ejQ::before {
    border-bottom: 1px solid rgb(160,183,214);
    transform: translate(5px, 5px);
    height: 100%;
    left: 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    transition: transform 0.3s ease;
    position: absolute;
    top: 0;
    content: "";
    pointer-events: none;
    border-right: 1px solid rgb(160,183,214);
}.welcome_section_NEW .study_studio_ejQ:hover::before {
    transform: translate(8px, 8px);
}.welcome_section_NEW h1 {
    margin: 0 0 1.5rem;
    font-size: 42px;
    font-weight: 700;
    transform: translateY(0);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    color: #ffffff;
    line-height: 1.2;
}.welcome_section_NEW h1::after {
    bottom: -0.5rem;
    width: 40px;
    transform-origin: left;
    background: rgb(160,183,214);
    transition: transform 0.4s ease;
    position: absolute;
    content: "";
    left: 0;
    height: 3px;
    transform: scaleX(1);
}.welcome_section_NEW .study_studio_ejQ:hover h1 {
    transform: translateY(-5px);
}.welcome_section_NEW .study_studio_ejQ:hover h1::after {
    transform: scaleX(1.5);
}.welcome_section_NEW .study_studio_ejQ > div {
    margin-top: 2rem;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}.welcome_section_NEW .study_studio_ejQ > div::before {
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.5),
        transparent 40%,
        rgba(rgb(160,183,214), 0.3) 100%
    );
    top: 0;
    left: 0;
    z-index: 1;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
}.welcome_section_NEW p {
    line-height: 1.6;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 2;
    font-size: calc(15px * 1.1);
    margin: 0;
    padding: 2rem;
    color: #ffffff;
}

@keyframes floatGlow {
    0% {
        transform: translate(0, 0) scale(1);
        opacity: 0.2;
    }
    50% {
        transform: translate(-5%, 5%) scale(1.1);
        opacity: 0.3;
    }
    100% {
        transform: translate(5%, -5%) scale(0.95);
        opacity: 0.2;
    }
}

@keyframes slideIn {
    0% {
        transform: translateX(-1rem);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideUp {
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@media screen and (min-width: 768px) {.welcome_section_NEW .learn_techfast_oun {
    gap: 3rem;
    grid-template-columns: 0.8fr 1.2fr;
    align-items: center;
    padding: 4rem 3rem;
}.welcome_section_NEW h1 {
    font-size: calc(42px * 1.1);
}.welcome_section_NEW h3 {
    font-size: 19px;
}.welcome_section_NEW .learn_techfast_oun > div:first-child {
    padding-left: 3rem;
}
}

@media screen and (min-width: 992px) {.welcome_section_NEW .learn_techfast_oun {
    gap: 4rem;
    padding: 5rem;
    grid-template-columns: 0.7fr 1.3fr;
}.welcome_section_NEW .study_studio_ejQ {
    padding: 3rem;
}.welcome_section_NEW h1 {
    font-size: calc(42px * 1.2);
    margin-bottom: 2rem;
}.welcome_section_NEW p {
    font-size: calc(15px * 1.2);
    padding: 2.5rem;
}
}

@media screen and (max-width: 767px) {.welcome_section_NEW {
    padding: 2rem 0;
}.welcome_section_NEW .learn_techfast_oun {
    padding: 2rem 1.5rem;
}.welcome_section_NEW h1 {
    font-size: calc(42px * 0.9);
}.welcome_section_NEW h3 {
    font-size: calc(19px * 0.8);
}.welcome_section_NEW p {
    font-size: 15px;
    padding: 1.5rem;
}.welcome_section_NEW .study_studio_ejQ {
    padding: 1.5rem;
}}.company_overview_gXW {
    position: relative;
    background: linear-gradient(135deg, rgb(196,217,249) 0%, #ffffff 50%, rgb(196,217,249) 100%);
    padding: 6rem 0 8rem;
    overflow: hidden;
}.company_overview_gXW::before {
    top: -10%;
    height: 70%;
    z-index: 1;
    content: "";
    right: -5%;
    opacity: 0.15;
    position: absolute;
    width: 40%;
    transform: rotate(-15deg) skewX(15deg);
    background: linear-gradient(160deg, rgb(160,183,214,0.5) 0%, transparent 80%);
}.company_overview_gXW::after {
    bottom: -10%;
    background: linear-gradient(200deg, rgb(125,149,180,0.5) 0%, transparent 80%);
    content: "";
    width: 40%;
    transform: rotate(15deg) skewY(-10deg);
    height: 70%;
    position: absolute;
    z-index: 1;
    opacity: 0.12;
    left: -5%;
}.company_overview_gXW .container {
    position: relative;
    margin: 0 auto;
    padding: 0 2rem;
    z-index: 2;
    max-width: 1200px;
}.company_overview_gXW h1 {
    transform: translateX(1rem);
    position: relative;
    color: #000000;
    font-weight: 700;
    display: inline-block;
    font-size: 48px;
    margin-bottom: 3.5rem;
}.company_overview_gXW h1::after {
    width: 40%;
    bottom: -0.5rem;
    animation: slideIn 0.8s ease-out forwards;
    transform-origin: left;
    height: 4px;
    content: "";
    left: -1rem;
    position: absolute;
    background: linear-gradient(90deg, rgb(160,183,214) 0%, rgb(125,149,180) 100%);
}.company_overview_gXW .study_sessions_qjy {
    position: relative;
}.company_overview_gXW .study_sessions_qjy ul {
    grid-template-columns: 1fr;
    list-style: none;
    gap: 3rem;
    margin: 0;
    display: grid;
    padding: 0;
}.company_overview_gXW .how_started_HYZ {
    transition: transform 0.4s cubic-bezier(0.21, 0.61, 0.35, 1), 
                box-shadow 0.4s cubic-bezier(0.21, 0.61, 0.35, 1);
    transform: translateY(0);
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 4px rgba(0, 0, 0, 0.03),
                0 20px 40px -20px rgba(0, 0, 0, 0.15);
    padding: 2.5rem;
    position: relative;
}.company_overview_gXW .how_started_HYZ:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08), 
                0 3px 8px rgba(0, 0, 0, 0.03),
                0 30px 50px -25px rgba(0, 0, 0, 0.15);
}.company_overview_gXW .how_started_HYZ::before {
    animation: slideDown 0.6s 0.3s ease-out forwards;
    top: 0;
    background: linear-gradient(to bottom, rgb(160,183,214), rgb(125,149,180));
    height: 0;
    left: 0;
    position: absolute;
    content: "";
    width: 4px;
}.company_overview_gXW .how_started_HYZ:nth-child(2)::before {
    animation-delay: 0.5s;
}.company_overview_gXW .how_started_HYZ h4 {
    animation: fadeUp 0.5s 0.3s ease-out forwards;
    opacity: 0;
    font-weight: 600;
    margin-bottom: 1.5rem;
    position: relative;
    transform: translateY(10px);
    font-size: calc(24px + 0.1rem);
    color: rgb(160,183,214);
    margin-top: 0;
}.company_overview_gXW .how_started_HYZ:nth-child(2) h4 {
    animation-delay: 0.5s;
}.company_overview_gXW .how_started_HYZ div {
    font-size: 13px;
    color: #000000;
    animation: fadeUp 0.5s 0.6s ease-out forwards;
    font-family: Arial, sans-serif;
    line-height: 1.7;
    transform: translateY(10px);
    opacity: 0;
}.company_overview_gXW .how_started_HYZ:nth-child(2) div {
    animation-delay: 0.8s;
}

@keyframes slideIn {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@keyframes slideDown {
    0% {
        height: 0;
    }
    100% {
        height: 100%;
    }
}

@keyframes fadeUp {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (min-width: 768px) {.company_overview_gXW {
    padding: 8rem 0 10rem;
}.company_overview_gXW h1 {
    margin-bottom: 4.5rem;
    font-size: calc(48px * 1.2);
}.company_overview_gXW h1::after {
    height: 5px;
}.company_overview_gXW .study_sessions_qjy ul {
    gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
}.company_overview_gXW .how_started_HYZ {
    padding: 3rem;
}.company_overview_gXW .how_started_HYZ::before {
    width: 6px;
}
}

@media (min-width: 992px) {.company_overview_gXW {
    padding: 10rem 0 12rem;
}.company_overview_gXW .container {
    padding: 0 3rem;
}.company_overview_gXW h1 {
    margin-bottom: 5.5rem;
    font-size: calc(48px * 1.4);
    transform: translateX(2rem);
}.company_overview_gXW h1::after {
    width: 60%;
    height: 6px;
    left: -2rem;
}.company_overview_gXW .study_sessions_qjy ul {
    gap: 3.5rem;
}.company_overview_gXW .how_started_HYZ {
    transition: transform 0.5s cubic-bezier(0.21, 0.61, 0.35, 1),
                    box-shadow 0.5s cubic-bezier(0.21, 0.61, 0.35, 1);
    padding: 3.5rem;
}.company_overview_gXW .how_started_HYZ:hover {
    transform: translateY(-8px);
}.company_overview_gXW .how_started_HYZ h4 {
    margin-bottom: 2rem;
    font-size: calc(24px + 0.2rem);
}.company_overview_gXW .how_started_HYZ div {
    line-height: 1.8;
}
}

@media (min-width: 1200px) {.company_overview_gXW .study_sessions_qjy ul {
    gap: 4rem;
}.company_overview_gXW .how_started_HYZ {
    padding: 4rem;
}.company_overview_gXW .how_started_HYZ:first-child {
    transform: translateY(2rem);
}.company_overview_gXW .how_started_HYZ:first-child:hover {
    transform: translateY(-3px);
}.company_overview_gXW .how_started_HYZ:nth-child(2) {
    transform: translateY(-2rem);
}.company_overview_gXW .how_started_HYZ:nth-child(2):hover {
    transform: translateY(-10px);
}
}

@media (max-width: 767px) {.company_overview_gXW {
    padding: 4rem 0 6rem;
}.company_overview_gXW .container {
    padding: 0 1.5rem;
}.company_overview_gXW h1 {
    font-size: calc(48px * 0.9);
    margin-bottom: 2.5rem;
}.company_overview_gXW .how_started_HYZ {
    padding: 2rem;
    margin-bottom: 1.5rem;
}.company_overview_gXW .how_started_HYZ h4 {
    margin-bottom: 1rem;
    font-size: 24px;
}.company_overview_gXW .how_started_HYZ div {
    line-height: 1.6;
    font-size: calc(13px * 0.95);
}}.plan_selection_qvS {
    z-index: 1;
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}.plan_selection_qvS::before {
    position: absolute;
    z-index: -1;
    left: 0;
    content: "";
    height: 100%;
    top: 0;
    width: 100%;
    background: linear-gradient(135deg, rgba(36, 48, 94, 0.95), rgba(26, 35, 72, 0.97));
}.plan_selection_qvS .container {
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
}.plan_selection_qvS .program_price_kfL {
    position: relative;
    flex-direction: column;
    justify-content: center;
    display: flex;
    align-items: center;
    z-index: 2;
}.plan_selection_qvS h2 {
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    font-weight: 700;
    font-size: calc(33px * 1.1);
    transform: translateY(0);
    position: relative;
    color: #ffffff;
    text-align: center;
}.plan_selection_qvS h2::after {
    content: "";
    background: rgb(160,183,214);
    left: 50%;
    border-radius: 1px;
    position: absolute;
    width: 80px;
    transform: translateX(-50%);
    height: 3px;
    bottom: -12px;
}.plan_selection_qvS .fee_options_quO {
    color: rgb(255, 255, 255, 0.5);
    margin: 0 auto 50px;
    line-height: 1.6;
    text-align: center;
    font-size: calc(12px * 1.05);
    letter-spacing: 0.2px;
    max-width: 80%;
    font-weight: 400;
}.plan_selection_qvS .access_cost_oeL {
    gap: 30px;
    width: 100%;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    display: grid;
    list-style: none;
    padding: 0;
    margin: 0;
}.plan_selection_qvS .access_cost_oeL li {
    height: 100%;
    display: flex;
}.plan_selection_qvS .indv_cost_ecK {
    flex-direction: column;
    text-decoration: none;
    width: 100%;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1), 
                0 2px 5px rgba(0, 0, 0, 0.05),
                0 1px 3px rgba(0, 0, 0, 0.03);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.05));
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
    display: flex;
    transform: translateY(0) scale(1);
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}.plan_selection_qvS .indv_cost_ecK::before {
    left: 0;
    position: absolute;
    top: 0;
    height: 5px;
    transform: translateY(-5px);
    content: "";
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    width: 100%;
    background: linear-gradient(90deg, rgb(160,183,214), rgb(125,149,180));
}.plan_selection_qvS .indv_cost_ecK:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.18), 
                0 5px 15px rgba(0, 0, 0, 0.08);
    transform: translateY(-8px) scale(1.02);
}.plan_selection_qvS .indv_cost_ecK:hover::before {
    transform: translateY(0);
}.plan_selection_qvS .package_rates_dMy {
    position: relative;
    display: flex;
    padding: 35px 30px;
    flex-direction: column;
    height: 100%;
}.plan_selection_qvS .learning_fees_DOl {
    flex-direction: column;
    display: flex;
    height: 100%;
}.plan_selection_qvS .indv_cost_ecK h4 {
    font-weight: 600;
    margin: 0 0 20px;
    letter-spacing: 0.3px;
    position: relative;
    transition: color 0.3s ease;
    padding-bottom: 15px;
    font-size: calc(23px * 1.1);
    color: #ffffff;
}.plan_selection_qvS .indv_cost_ecK:hover h4 {
    color: rgb(160,183,214);
}.plan_selection_qvS .indv_cost_ecK h4::after {
    width: 40px;
    position: absolute;
    transition: width 0.4s ease, background-color 0.4s ease;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.2);
    content: "";
    left: 0;
    height: 2px;
}.plan_selection_qvS .indv_cost_ecK:hover h4::after {
    width: 60px;
    background-color: rgb(160,183,214);
}.plan_selection_qvS .indv_cost_ecK p {
    margin: 0 0 30px;
    line-height: 1.7;
    font-size: 12px;
    font-weight: 300;
    hyphens: auto;
    flex-grow: 1;
    white-space: normal;
    word-break: normal;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 0.75);
}.plan_selection_qvS .pricing_schemes_BNq {
    font-size: calc(23px * 1.15);
    transition: transform 0.3s ease, color 0.3s ease;
    display: block;
    padding: 15px 0 0;
    color: rgb(160,183,214);
    font-weight: 700;
    letter-spacing: 0.5px;
    position: relative;
    margin-top: auto;
}.plan_selection_qvS .pricing_schemes_BNq::before {
    background-color: rgb(160,183,214);
    transition: width 0.4s ease, opacity 0.3s ease;
    content: "";
    opacity: 0.6;
    width: 25px;
    position: absolute;
    height: 2px;
    top: 0;
    left: 0;
}.plan_selection_qvS .indv_cost_ecK:hover .pricing_schemes_BNq {
    color: rgb(125,149,180);
    transform: translateY(-3px);
}.plan_selection_qvS .indv_cost_ecK:hover .pricing_schemes_BNq::before {
    opacity: 1;
    width: 40px;
}


@media (max-width: 1200px) {.plan_selection_qvS {
    padding: 80px 0;
}.plan_selection_qvS .fee_options_quO {
    max-width: 90%;
}.plan_selection_qvS .access_cost_oeL {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}
}

@media (max-width: 992px) {.plan_selection_qvS h2 {
    font-size: 33px;
}.plan_selection_qvS .package_rates_dMy {
    padding: 30px 25px;
}.plan_selection_qvS .indv_cost_ecK h4 {
    font-size: 23px;
}
}

@media (max-width: 768px) {.plan_selection_qvS {
    padding: 60px 0;
}.plan_selection_qvS h2 {
    font-size: calc(33px * 0.9);
}.plan_selection_qvS .fee_options_quO {
    margin-bottom: 40px;
    max-width: 100%;
    font-size: 12px;
}.plan_selection_qvS .access_cost_oeL {
    max-width: 450px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.plan_selection_qvS .indv_cost_ecK {
    max-height: none;
}.plan_selection_qvS .indv_cost_ecK p {
    font-size: calc(12px * 0.95);
    margin-bottom: 25px;
}
}

@media (max-width: 480px) {.plan_selection_qvS {
    padding: 50px 0;
}.plan_selection_qvS h2 {
    font-size: calc(33px * 0.85);
}.plan_selection_qvS .fee_options_quO {
    font-size: calc(12px * 0.95);
}.plan_selection_qvS .package_rates_dMy {
    padding: 25px 20px;
}.plan_selection_qvS .indv_cost_ecK h4 {
    margin-bottom: 15px;
    font-size: calc(23px * 0.95);
}.plan_selection_qvS .pricing_schemes_BNq {
    font-size: 23px;
}}footer {
    position: relative;
    z-index: 1;
}footer::before {
    opacity: 0.9;
    background: linear-gradient(to right, rgb(125,149,180), rgb(160,183,214));
    position: absolute;
    content: "";
    z-index: -2;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
}footer::after {
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 10px,
        transparent 10px,
        transparent 20px
    );
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    z-index: -1;
    left: 0;
    position: absolute;
}.knowl_base_uQT {
    color: #ffffff;
    padding: 5rem 0 2rem;
    position: relative;
}.knowl_base_uQT::before {
    height: 10px;
    top: 0;
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, rgb(160,183,214), rgb(125,149,180), rgb(160,183,214));
}.knowl_base_uQT .container {
    grid-template-columns: repeat(12, 1fr);
    display: grid;
    position: relative;
    gap: 2rem;
}.knowl_base_uQT .company_holder {
    padding: 0;
    grid-column: span 5;
    position: relative;
}.knowl_base_uQT .company_holder h3 {
    padding-bottom: 1rem;
    margin: 0 0 1.5rem;
    color: #ffffff;
    position: relative;
    font-weight: 700;
    font-size: 37px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}.knowl_base_uQT .company_holder h3::after {
    left: 0;
    content: "";
    bottom: -2px;
    position: absolute;
    height: 2px;
    width: 80px;
    background: #ffffff;
}.knowl_base_uQT .art_portal_mEW {
    color: #ffffff;
    padding: 0 0 0 1.5rem;
    border-left: 3px solid rgba(255, 255, 255, 0.3);
    font-size: 14px;
    position: relative;
    margin-top: 1.5rem;
    line-height: 1.7;
}.knowl_base_uQT .study_group_jRX {
    grid-column: span 7;
}.knowl_base_uQT .site_top_jwG {
    gap: 2rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}.knowl_base_uQT .head_main_Pzb {
    position: relative;
}.knowl_base_uQT .head_main_Pzb h5 {
    font-size: 21px;
    position: relative;
    padding-bottom: 0.8rem;
    margin: 0 0 1.5rem;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    font-weight: 600;
    color: #ffffff;
}.knowl_base_uQT .head_main_Pzb h5::after {
    content: "";
    width: 40px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -2px;
    background: #ffffff;
}.knowl_base_uQT .head_main_Pzb .site_top_jwG {
    gap: 1rem;
    display: grid;
}.knowl_base_uQT .head_main_Pzb .site_top_jwG a {
    text-decoration: none;
    align-items: center;
    transition: all 0.3s ease;
    position: relative;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    display: flex;
}.knowl_base_uQT .head_main_Pzb .site_top_jwG a::after {
    transform: translateX(-5px);
    content: "\2192";
    transition: all 0.3s ease;
    opacity: 0;
    margin-left: 0.5rem;
}.knowl_base_uQT .head_main_Pzb .site_top_jwG a:hover {
    padding-left: 0.5rem;
    color: #ffffff;
}.knowl_base_uQT .head_main_Pzb .site_top_jwG a:hover::after {
    transform: translateX(0);
    opacity: 1;
}.exam_prep_QiM {
    padding: 2rem 0;
    background: rgba(0, 0, 0, 0.1);
    margin-top: 4rem;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}.exam_prep_QiM .container {
    justify-content: center;
    display: flex;
    align-items: center;
}.exam_prep_QiM .mobile_cta_gfn {
    padding: 0 1rem;
    color: #ffffff;
    opacity: 0.9;
    position: relative;
    font-size: 13px;
    text-align: center;
}.knowl_base_uQT::after {
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    top: 2rem;
    height: 50px;
    right: 2rem;
    width: 50px;
    position: absolute;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    content: "";
}.knowl_base_uQT .company_holder::before {
    top: 0;
    height: 50px;
    position: absolute;
    left: 0;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    content: "";
    width: 50px;
    border-left: 2px solid rgba(255, 255, 255, 0.2);
}.knowl_base_uQT .company_holder::after {
    content: "";
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    bottom: 0;
    width: 50px;
    height: 50px;
    left: 0;
    position: absolute;
    border-left: 2px solid rgba(255, 255, 255, 0.2);
}.knowl_base_uQT .study_group_jRX::after {
    bottom: 0;
    height: 50px;
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    width: 50px;
    position: absolute;
    content: "";
    right: 0;
}

@media (max-width: 1200px) {.knowl_base_uQT .container {
    gap: 1.5rem;
}
}

@media (max-width: 992px) {.knowl_base_uQT {
    padding: 4rem 0 2rem;
}.knowl_base_uQT .container {
    grid-template-columns: 1fr;
}.knowl_base_uQT .company_holder,
    .knowl_base_uQT .study_group_jRX {
    grid-column: span 12;
}.knowl_base_uQT .company_holder {
    margin-bottom: 2rem;
}.knowl_base_uQT::after,
    .knowl_base_uQT .company_holder::before,
    .knowl_base_uQT .company_holder::after,
    .knowl_base_uQT .study_group_jRX::after {
    display: none;
}
}

@media (max-width: 768px) {.knowl_base_uQT {
    padding: 3rem 0 1.5rem;
}.knowl_base_uQT .site_top_jwG {
    gap: 1.5rem;
}.knowl_base_uQT .company_holder h3 {
    font-size: calc(37px - 2px);
}.exam_prep_QiM {
    margin-top: 3rem;
}
}

@media (max-width: 576px) {.knowl_base_uQT {
    padding: 2.5rem 0 1rem;
}.knowl_base_uQT .site_top_jwG {
    grid-template-columns: 1fr;
    gap: 2rem;
}.knowl_base_uQT .art_portal_mEW {
    padding-left: 1rem;
}.exam_prep_QiM {
    margin-top: 2rem;
}
}

@media (max-width: 420px) {.knowl_base_uQT .company_holder h3::after,
    .knowl_base_uQT .head_main_Pzb h5::after {
    width: 30px;
}.knowl_base_uQT .head_main_Pzb .site_top_jwG a:hover {
    padding-left: 0.3rem;
}
}