.segment-wrapper189 {
    min-height: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

a {
    text-decoration: none;
    color: inherit;
}

.challenge_cta625 {
    flex: 0 0 auto;
}

.challenge_cta625 {
    z-index: 2;
    font-family: Arial, sans-serif;
    position: relative;
    padding: 90px 0 50px;
    color: #ffffff;
}


.secure_vault169 {
    overflow: hidden;
    background-color: var(--section-bg-color, #f8f9fa);
    padding: 4rem 0;
    position: relative;
}

.secure_vault169 .container {
    z-index: 2;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
}

.secure_vault169 h1::after {
    width: 80px;
    height: 4px;
    transition: width 0.3s ease-out;
    background: linear-gradient(90deg, var(--primary-color, #0066ff), transparent);
    position: absolute;
    content: "";
    transform-origin: left center;
    bottom: 0;
    left: 0;
}

.secure_vault169 h2:hover::before {
    transform: scaleY(1.2);
}

.secure_vault169 h3 {
    font-size: calc(var(--h2-font-size, 1.75rem) * 0.85);
    font-weight: var(--font-weight-semibold, 600);
    color: var(--dark-color, #212529);
    border-bottom: 1px solid var(--secondary-color_opacity, rgba(108, 117, 125, 0.15));
    padding-bottom: 0.5rem;
    margin: 2rem 0 1rem;
}

.secure_vault169 ul {
    list-style: none;
    margin: 1.5rem 0 2rem;
    padding-left: 1.25rem;
}

.secure_vault169 li::before {
    background-color: var(--primary-color, #0066ff);
    position: absolute;
    transform: rotate(45deg);
    border-radius: 1px;
    top: 0.65em;
    content: "";
    height: 6px;
    left: 0;
    width: 6px;
    transition: transform 0.2s ease;
}

.our_mission514::after {
    z-index: 1;
    position: absolute;
    height: 100%;
    background: 
        repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.5) 1px, transparent 1px, transparent 10px),
        repeating-linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.5) 1px, transparent 1px, transparent 10px);
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    opacity: 0.03;
}

.our_mission514 h2::after {
    height: 3px;
    width: 20px;
    transform: translateX(-50%) translateX(30px);
    position: absolute;
    bottom: -15px;
    left: 50%;
    background-color: rgb(135,127,173);
    content: "";
}

.our_mission514 .study_pro487 {
    overflow: hidden;
    z-index: 2;
    flex: 1;
    min-width: calc(50% - 15px);
    background-color: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-radius: 0;
}

.our_mission514 .study_pro487 {
    transform: translateY(0);
    padding: 40px;
}

.our_mission514 .study_pro487:hover::after {
    opacity: 1;
}

.our_mission514 .study_pro487:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}

.our_mission514 .study_pro487 h3::before {
    transform: translateY(-50%);
    position: absolute;
    background-color: rgb(177,173,194);
    left: 0;
    height: 25px;
    content: "";
    width: 5px;
    top: 50%;
}

.our_mission514 .study_pro487 p {
    line-height: 1.8;
    color: #000000;
    font-size: 15px;
    position: relative;
}

.our_mission514 .study_pro487:first-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.our_mission514 .study_pro487:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.our_mission514 .study_pro487:last-child::after {
    border-color: transparent transparent rgb(135,127,173,0.5) transparent;
}

.contact_box156::after {
    z-index: 0;
    left: 0;
    width: 100%;
    content: "";
    position: absolute;
    height: 100%;
    background: radial-gradient(
        circle at 20% 30%, 
        rgba(rgb(177,173,194), 0.15) 0%, 
        transparent 50%
    ), radial-gradient(
        circle at 80% 70%, 
        rgba(rgb(135,127,173), 0.15) 0%, 
        transparent 50%
    );
    top: 0;
    opacity: 0.6;
}

.contact_box156 h2::after {
    background: linear-gradient(90deg, rgb(177,173,194), rgb(135,127,173));
    width: 80px;
    transform: translateX(-50%);
    border-radius: 1.5px;
    bottom: -15px;
    height: 3px;
    content: "";
    position: absolute;
    left: 50%;
}

.contact_box156 .pic_img_wrap890 {
    border-radius: 21px;
    height: 100%;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    min-height: 550px;
    position: relative;
}

.contact_box156 .connect_inquiry453 {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    background: rgba(255, 255, 255, 0.03);
    padding: 50px;
    backdrop-filter: blur(10px);
    border-radius: 21px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
}

.contact_box156 form h3::before {
    height: 100%;
    border-radius: 10px;
    top: 0;
    width: 3px;
    background: rgb(177,173,194);
    position: absolute;
    left: 0;
    content: "";
}

.contact_box156 form input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.contact_box156 .help_reach903 {
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
}

.contact_box156 .help_reach903 label {
    line-height: 1.5;
    cursor: pointer;
    font-size: 16px;
    padding-left: 35px;
    color: rgba(255, 255, 255, 0.7);
    position: relative;
}

.contact_box156 .help_reach903 input[type="checkbox"]:checked + label::after {
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    content: "";
    height: 10px;
    position: absolute;
    top: 6px;
    left: 8px;
    transform: rotate(45deg);
    width: 6px;
}

.contact_box156 form .inquiry_feedback638:hover::before {
    left: 0;
}

.contact_box156 form .inquiry_feedback638:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
}

.contact_box156 svg {
    height: 22px;
    width: 22px;
    fill: rgb(177,173,194);
}

.academic_experience064 {
    position: relative;
    background: linear-gradient(135deg, rgb(219,216,223) 0%, rgb(177,173,194,0.5) 50%, rgb(219,216,223) 100%);
    overflow: hidden;
    padding: 100px 0;
}

.academic_experience064 .container {
    padding: 0 15px;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
}

.academic_experience064 .review_slider475 {
    position: relative;
    border-radius: 26px;
    padding: 60px 40px;
    overflow: hidden;
    display: flex;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    flex-direction: column;
    align-items: center;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.9) 0%,
        rgba(255, 255, 255, 0.7) 100%
    );
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}

.academic_experience064 .pic_img_wrap890::after {
    height: 200%;
    opacity: 0.15;
    mix-blend-mode: overlay;
    left: -50%;
    position: absolute;
    width: 200%;
    z-index: 1;
    content: "";
    animation: rotate 15s linear infinite;
    background: 
        conic-gradient(
            from 0deg,
            transparent 0deg,
            rgb(177,173,194,0.5) 90deg,
            transparent 180deg,
            rgb(135,127,173,0.5) 270deg,
            transparent 360deg
        );
    top: -50%;
}

.academic_experience064 .employee_section635 {
    z-index: 2;
    backdrop-filter: blur(5px);
    font-size: 14px;
    border-left: 3px solid rgb(177,173,194);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 25px 30px;
    line-height: 1.8;
    position: relative;
    color: #000000;
    text-align: center;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    border-right: 3px solid rgb(135,127,173);
    margin: 0;
    max-width: 85%;
}

.get_help_info543::before {
    z-index: -1;
    height: 100%;
    content: "";
    background: linear-gradient(90deg, 
    rgba(0,0,0,0.9) 0%, 
    rgba(0,0,0,0.7) 50%, 
    rgba(0,0,0,0.9) 100%
  );
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.get_help_info543::before {
    animation: backgroundGlow 5s ease-in-out infinite alternate;
}

.get_help_info543 .get_answers921::before {
    position: absolute;
    opacity: 0.5;
    top: 0;
    left: 0;
    animation: sweep 3s linear infinite;
    content: "";
    background: linear-gradient(45deg, 
    transparent 0%, 
    transparent 40%, 
    rgb(177,173,194,0.5) 45%, 
    transparent 50%,
    transparent 100%
  );
    width: 100%;
    height: 100%;
    z-index: -1;
}

.get_help_info543 .contact_section496 {
    margin-top: 30px;
    gap: 15px;
    flex-wrap: wrap;
    display: flex;
}

.get_help_info543 .help_desk763:hover {
    color: #000000;
    box-shadow: 0 0 15px rgb(177,173,194,0.5);
}

.get_help_info543 .help_desk763:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}

.get_help_info543 .help_desk763 svg {
    margin-right: 12px;
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}

.get_help_info543 .help_desk763:hover svg path {
    fill: #000000;
}

.get_help_info543 p svg path {
    fill: rgb(177,173,194);
}



.get_help_info543 .container::after {
    z-index: -1;
    width: 300%;
    left: -100%;
    content: "";
    animation: scanlines 8s linear infinite;
    top: -100%;
    height: 300%;
    background: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 10px,
    rgba(var(--primary-color, 0, 123, 255), 0.03) 10px,
    rgba(var(--primary-color, 0, 123, 255), 0.03) 20px
  );
    pointer-events: none;
    position: absolute;
}

.course_overview639::after {
    opacity: 0.2;
    border: 1px solid rgb(135,127,173,0.5);
    animation: rotate 30s linear infinite;
    content: "";
    position: absolute;
    bottom: -50px;
    border-radius: 50%;
    width: 200px;
    right: -50px;
    z-index: 1;
    height: 200px;
}

.course_overview639 h2:hover::after {
    transform: scaleX(1);
}

.course_overview639 .skill_tool453 {
    transform-style: preserve-3d;
    position: relative;
    display: flex;
    gap: 40px;
}

.course_overview639 .pic_img_wrap890::before {
    position: absolute;
    z-index: 1;
    left: 0;
    height: 100%;
    content: "";
    transition: opacity 0.5s ease;
    top: 0;
    background: linear-gradient(225deg, rgb(177,173,194,0.5) 0%, transparent 70%);
    opacity: 0.3;
    width: 100%;
}

.course_overview639 .description:first-of-type {
    position: relative;
}

.course_overview639 .description:first-of-type::first-letter {
    color: rgb(177,173,194);
    font-weight: 600;
    font-size: 1.6em;
    margin-right: 2px;
}

.course_demographic524::before {
    content: "";
    width: 100%;
    background: radial-gradient(circle at 30% 40%, rgb(177,173,194,0.5) 0%, transparent 35%),
                radial-gradient(circle at 70% 60%, rgb(135,127,173,0.5) 0%, transparent 35%);
    position: absolute;
    top: 0;
    opacity: 0.3;
    left: 0;
    height: 100%;
}

.course_demographic524 h3::after {
    border-radius: 50%;
    position: absolute;
    bottom: -15px;
    border: 2px solid rgb(135,127,173,0.5);
    content: "";
    z-index: -1;
    right: -20px;
    height: 60px;
    width: 60px;
}

.course_demographic524 ul li::before {
    transition: opacity 0.4s ease;
    background: linear-gradient(135deg, rgb(177,173,194), rgb(135,127,173));
    border-radius: 50%;
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    opacity: 0;
    z-index: -1;
    left: 0;
    content: "";
}

.course_demographic524 ul li:hover {
    transform: scale(1.05);
    color: #ffffff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.course_demographic524 ul li:hover svg {
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.2));
    transform: scale(1.1);
}

.course_demographic524 ul li > span {
    max-width: 100%;
    display: block;
    padding: 0 30px;
    max-height: 100px;
    overflow: hidden;
}

header .main_teach680 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

header .nav_study175:hover:before {
    transform: scaleX(1);
}

header .first_expert653 {
    padding: 8px 0;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
    font-size: 16px;
    transition: all 0.4s ease;
    font-family: Arial, sans-serif;
    text-decoration: none;
    color: #ffffff;
}

header .first_expert653:hover {
    text-shadow: 0 0 8px rgb(177,173,194,0.5);
    color: rgb(177,173,194);
}

header .first_expert653:hover:before {
    opacity: 1;
}

header .header_site902 svg {
    filter: drop-shadow(0 0 4px rgb(177,173,194,0.5));
    height: 40px;
    width: auto;
    transition: transform 0.5s ease;
}

.thanksArea913 {
    position: relative;
    padding: 6rem 1.5rem;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(219,216,223) 0%, rgb(177,173,194,0.5) 100%);
}

.thanksArea913 .container {
    z-index: 2;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    flex-direction: column;
    gap: 3rem;
    display: flex;
}

.thanksArea913 h2::after {
    background: linear-gradient(90deg, rgb(177,173,194) 0%, rgb(135,127,173) 100%);
    transform: scaleX(0);
    animation: lineExpand 1s cubic-bezier(0.19, 1, 0.22, 1) 0.6s forwards;
    bottom: -1rem;
    left: 0;
    width: 6rem;
    content: "";
    transform-origin: left;
    position: absolute;
    height: 3px;
}

.thanksArea913 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.thanksArea913 li {
    position: relative;
    padding-left: 2.5rem;
}

.thanksArea913 li::before {
    background: rgb(177,173,194,0.5);
    animation: pulse 4s ease-in-out infinite;
    border-radius: 10px;
    content: "";
    height: 1.5rem;
    transform: rotate(45deg);
    width: 1.5rem;
    position: absolute;
    left: 0;
    top: 0.5rem;
    opacity: 0.2;
}

.plan_wrapper309::before {
    left: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
    content: "";
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}

.plan_wrapper309 h2 {
    display: inline-block;
    margin-bottom: 20px;
    color: #ffffff;
    transform: translateX(-5%);
    font-weight: 700;
    position: relative;
    font-size: 36px;
}

.plan_wrapper309 h2::after {
    content: "";
    bottom: -8px;
    background: linear-gradient(90deg, rgb(177,173,194) 0%, rgb(135,127,173) 100%);
    width: 60%;
    left: 0;
    position: absolute;
    height: 3px;
}

.plan_wrapper309 .cost_table017 {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: block;
    height: 100%;
    position: relative;
    color: #ffffff;
    text-decoration: none;
    overflow: hidden;
}

.plan_wrapper309 .cost_table017:hover .program_rate046::before {
    opacity: 0.15;
}

.plan_wrapper309 .group_plans873 {
    display: flex;
    position: relative;
    height: 100%;
    flex-direction: column;
    padding: 35px 30px;
    z-index: 1;
}

.plan_wrapper309 .group_plans873 h4::after {
    left: -15px;
    background: linear-gradient(to bottom, rgb(177,173,194), rgb(135,127,173));
    width: 5px;
    position: absolute;
    height: 70%;
    transition: all 0.3s ease;
    transform: translateY(-50%);
    top: 50%;
    opacity: 0.8;
    content: "";
}

.plan_wrapper309 .cost_table017:hover .fee_plans460 {
    box-shadow: 0 6px 15px rgba(0,0,0,0.25);
    transform: scale(1.05);
}

.title_opener539 {
    background: linear-gradient(135deg, #000000, rgb(177,173,194));
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.title_opener539 .pic_img_wrap890::after {
    content: "";
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(
        to right,
        rgba(15, 23, 42, 0.9) 0%,
        rgba(15, 23, 42, 0.6) 55%,
        rgba(15, 23, 42, 0.4) 100%
    );
    height: 100%;
}

.title_opener539 .text_holder308::before {
    transform: skewX(-3deg);
    position: absolute;
    transform-origin: bottom right;
    z-index: -1;
    content: "";
    height: 100%;
    background: linear-gradient(
        to right,
        rgba(94, 170, 168, 0.05) 0%,
        rgba(94, 170, 168, 0.02) 100%
    );
    top: 0;
    width: 100%;
    left: 0;
}

.title_opener539 .page_begin230 svg {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: rotate(-5deg);
    height: 120px;
    width: 120px;
    filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.15));
}

.title_opener539 .page_begin230 svg:hover path {
    opacity: 1;
    fill: rgb(120, 190, 188);
}

.title_opener539 .inquiry_feedback638 {
    background: linear-gradient(
        135deg,
        rgb(135,127,173) 0%,
        rgb(120, 190, 188) 100%
    );
    letter-spacing: 0.03em;
    display: inline-block;
    position: relative;
    font-weight: 600;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 10px 25px rgba(94, 170, 168, 0.3);
    padding: 1rem 2.5rem;
    border-radius: 10px;
    color: #ffffff;
    font-size: 16px;
    overflow: hidden;
    transform: translateY(0);
    text-decoration: none;
}

.receive_updates417::after {
    z-index: 0;
    animation: pulse 6s infinite alternate;
    filter: blur(30px);
    position: absolute;
    height: 200px;
    background: radial-gradient(circle, rgb(135,127,173,0.5), transparent 70%);
    width: 200px;
    content: "";
    border-radius: 50%;
    right: -50px;
    bottom: -50px;
}

.receive_updates417 h4 {
    line-height: 1.4;
    color: #ffffff;
    max-width: 90%;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    position: relative;
    margin: 0;
    font-size: calc(20px * 1.1);
    font-weight: 600;
}

.receive_updates417 .input_holder {
    position: relative;
    width: 100%;
    display: flex;
    gap: 15px;
    flex-direction: column;
}

.receive_updates417 .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.receive_updates417 .input_holder .start_classes340 {
    justify-content: center;
    font-weight: 600;
    cursor: pointer;
    background: linear-gradient(135deg, rgb(177,173,194), rgb(135,127,173));
    align-items: center;
    font-size: 20px;
    color: #ffffff;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    overflow: hidden;
    position: relative;
    display: inline-flex;
    padding: 0 30px;
    height: 56px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    border: none;
}

.user_reviews876::before {
    height: 1px;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(177,173,194), transparent);
    position: absolute;
    left: 0;
    opacity: 0.3;
    top: 0;
    right: 0;
}

.user_reviews876 h2::after {
    height: 3px;
    bottom: -15px;
    background: linear-gradient(90deg, transparent, rgb(177,173,194), transparent);
    width: 80px;
    content: "";
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
}

.user_reviews876 .review_slider475::before {
    content: "";
    transform: scaleX(0.85);
    transition: transform 0.5s ease-out;
    background: linear-gradient(90deg, rgb(177,173,194), rgb(135,127,173));
    left: 0;
    height: 5px;
    opacity: 0.8;
    transform-origin: left;
    width: 100%;
    top: 0;
    position: absolute;
}

.user_reviews876 .review_slider475 h3::before {
    content: "";
    background-color: rgb(177,173,194);
    position: absolute;
    height: 6px;
    top: 50%;
    width: 6px;
    transform: translateY(-50%) rotate(45deg);
    left: 0;
}

.user_reviews876 .review_slider475 .description::first-letter {
    font-weight: 600;
    font-size: 1.2em;
    color: rgb(177,173,194);
}

.user_reviews876 .review_slider475 div img {
    height: 100%;
    width: 100%;
    transform: scale(1);
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.3, 0.7, 0.4, 1);
}

.program_assets245 {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(219,216,223) 0%, rgba(245, 247, 250, 0.92) 100%);
    padding: 6rem 0;
    position: relative;
}

.program_assets245 .container {
    padding: 0 2rem;
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.program_assets245 .text_holder308 {
    flex: 1;
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04), 0 6px 12px rgba(0, 0, 0, 0.02);
    padding: 2rem;
    backdrop-filter: blur(8px);
    background: rgba(255, 255, 255, 0.85);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.program_assets245 .text_holder308 > div {
    gap: 1.5rem;
    flex-direction: column;
    display: flex;
}

.program_assets245 li p {
    font-size: 13px;
    color: #000000;
    display: flex;
    margin: 0;
    align-items: flex-start;
    gap: 1rem;
    line-height: 1.6;
}

.program_assets245 svg path {
    fill: rgb(177,173,194);
    transition: fill 0.3s ease;
}

.program_assets245 .pic_img_wrap890:hover {
    transform: scale(1.02) translateY(-5px);
}

.challenge_cta625::before {
    top: 0;
    left: 0;
    height: 1px;
    content: '';
    opacity: 0.1;
    background: linear-gradient(90deg, transparent 0%, #ffffff 50%, transparent 100%);
    position: absolute;
    width: 100%;
}

.challenge_cta625 .company_holder h3 {
    letter-spacing: 3px;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #ffffff;
}

.challenge_cta625 .story_spot076 {
    position: relative;
    order: 1;
}

.challenge_cta625 .nav_pagebar532 {
    margin-bottom: 30px;
    justify-content: space-between;
    display: flex;
    gap: 60px;
    width: 100%;
    flex-wrap: wrap;
}

.challenge_cta625 .nav_study175:nth-child(even) {
    transform: perspective(1000px) rotateY(-2deg);
}

.challenge_cta625 .nav_study175::before {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 100%
    );
    z-index: -1;
    border-radius: 10px;
    content: '';
}

.challenge_cta625 .nav_study175 .nav_pagebar532 {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 0;
    padding: 0 10px;
}

.challenge_cta625 .nav_study175 .nav_pagebar532 a:hover {
    color: #ffffff;
    transform: translateX(5px);
    opacity: 1;
}

.challenge_cta625 .nav_study175 .nav_pagebar532 a:hover::before {
    transform: scale(1);
    opacity: 1;
}

.achieve_cta106 .container {
    text-align: center;
}

.achieve_cta106 .cloud_lab647 {
    opacity: 0.7;
    font-size: 16px;
    color: #ffffff;
}

footer::after {
    content: '';
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
    background-image: repeating-linear-gradient(
        0deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.03) 1px,
        transparent 1px,
        transparent 20px
    );
    position: absolute;
}

.track_ack489 svg {
    height: 50px;
    fill: rgb(177,173,194);
    transition: fill 0.3s ease-in-out;
    width: 50px;
}

.cookie_screen031 {
    line-height: 1.5;
    font-size: 18px;
    margin-left: 10px;
    padding: 0.375rem 0.75rem;
    user-select: none;
    border: 1px solid transparent;
    vertical-align: middle;
    text-align: center;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    text-decoration: none;
    border-radius: 10px;
    white-space: nowrap;
}

.course_overview639 .text_holder308::-webkit-scrollbar {
    width: 5px;
}

.course_overview639 .text_holder308::-webkit-scrollbar-track {
    background: transparent;
}

.course_overview639 .text_holder308::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(135,127,173,0.5);
}

.plan_wrapper309 .group_plans873 p::-webkit-scrollbar {
    width: 5px;
}

.plan_wrapper309 .group_plans873 p::-webkit-scrollbar-track {
    background: rgba(255,255,255,0.1);
    border-radius: 10px;
}

.plan_wrapper309 .group_plans873 p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(177,173,194);
}



@media screen and (max-width: 768px) {.our_mission514 {
    padding: 60px 0;
}.our_mission514 h2 {
    font-size: calc(38px * 0.9);
}.our_mission514 .study_pro487 {
    padding: 30px;
}.our_mission514 .study_pro487 h3 {
    margin-bottom: 15px;
    font-size: calc(21px * 0.9);
}.our_mission514 .study_pro487 h3::before {
    height: 20px;
}.our_mission514 .container::before {
    width: 200px;
    top: -100px;
    height: 200px;
    right: -100px;
}.our_mission514 .container::after {
    width: 150px;
    bottom: -75px;
    left: -75px;
    height: 150px;
}
}



@media screen and (max-width: 991px) {.contact_box156 {
    padding: 90px 0;
}.contact_box156 .reach_list970 {
    grid-template-columns: 1fr;
    gap: 40px;
}.contact_box156 .pic_img_wrap890 {
    min-height: 400px;
}.contact_box156 .connect_inquiry453 {
    padding: 40px 30px;
}
}



@media screen and (max-width: 576px) {.contact_box156 {
    padding: 50px 0;
}.contact_box156 h2 {
    font-size: calc(37px * 0.8);
}.contact_box156 .reach_list970 {
    margin-top: 40px;
}.contact_box156 .pic_img_wrap890 {
    min-height: 250px;
}.contact_box156 .connect_inquiry453 {
    padding: 30px 20px;
}.contact_box156 form h3 {
    margin-bottom: 25px;
    font-size: calc(23px * 0.9);
}.contact_box156 form input[type="text"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}.contact_box156 form .inquiry_feedback638 {
    padding: 15px 20px;
    width: 100%;
}}



@media (max-width: 991px) {.get_help_info543 {
    padding: 60px 0;
}.get_help_info543 .get_answers921 {
    padding: 35px 25px;
}.get_help_info543 .contact_section496 {
    gap: 12px;
}.get_help_info543 .help_desk763 {
    padding: 12px 20px;
}
}



@media (max-width: 992px) {.course_overview639 {
    padding: 80px 0;
}.course_overview639 h2 {
    font-size: calc(37px * 0.9);
    margin-bottom: 35px;
}.course_overview639 .skill_tool453 {
    flex-direction: column;
    gap: 30px;
}.course_overview639 .pic_img_wrap890 {
    height: 350px;
    width: 100%;
    flex: 0 0 auto;
}.course_overview639 .text_holder308 {
    flex: 0 0 auto;
    max-height: 400px;
    padding-right: 10px;
    width: 100%;
}
}



@media (max-width: 576px) {.course_overview639 {
    padding: 50px 0;
}.course_overview639 h2 {
    margin-bottom: 20px;
    font-size: calc(37px * 0.7);
}.course_overview639 .pic_img_wrap890 {
    height: 220px;
}.course_overview639 .text_holder308 {
    max-height: 300px;
}.course_overview639 .description {
    font-size: calc(12px * 0.9);
    line-height: 1.6;
}}



@media (max-width: 580px) {.course_demographic524 {
    padding: 60px 0;
}.course_demographic524 .guide_bios283 {
    padding: 0 20px;
}.course_demographic524 h3 {
    margin-bottom: 40px;
    font-size: calc(34px * 0.7);
}.course_demographic524 ul {
    grid-template-columns: 1fr;
    gap: 25px;
}.course_demographic524 ul li {
    width: 220px;
    height: 220px;
}
}



@media (max-width: 767px) {header .nav_study175 {
    position: fixed;
    flex-direction: column;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.2);
    height: 100vh;
    padding: 80px 30px 30px;
    transition: right 0.4s ease;
    top: 0;
    max-width: 300px;
    background: #000000;
    z-index: 1001;
    right: -100%;
    width: 80%;
    gap: 20px;
    overflow-y: auto;
}header .menu.active {
    right: 0;
}header .first_expert653 {
    width: 100%;
    padding: 10px 5px;
    border-bottom: 1px solid rgb(177,173,194,0.5);
}header .nav_study175:before {
    display: none;
}header .header_site902 {
    margin-right: auto;
    margin-left: auto;
}
}



@media (max-width: 992px) {.plan_wrapper309 {
    padding: 80px 0;
}.plan_wrapper309 .fee_board425 {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.plan_wrapper309 .group_plans873 {
    padding: 25px 20px;
}.plan_wrapper309 .group_plans873 p {
    max-height: 180px;
    font-size: calc(15px * 0.95);
}.plan_wrapper309 .fee_plans460 {
    font-size: calc(23px * 1.2);
}
}



@media screen and (max-width: 992px) {.title_opener539 h1 {
    max-width: 80%;
    font-size: 48px;
}.title_opener539 .text_holder308 {
    max-width: 450px;
    padding: 2rem;
}.title_opener539 p {
    font-size: 14px;
}.title_opener539 .page_begin230 svg {
    height: 100px;
    width: 100px;
}
}



@media screen and (max-width: 576px) {.title_opener539 .guide_bios283 {
    padding: 10% 5%;
}.title_opener539 h1 {
    font-size: calc(48px * 0.8);
    margin-bottom: 1.5rem;
}.title_opener539 .text_holder308 {
    padding: 1.5rem;
}.title_opener539 p {
    font-size: calc(14px * 0.9);
    margin-bottom: 1.5rem;
}.title_opener539 .page_begin230 svg {
    height: 80px;
    width: 80px;
}.title_opener539 .inquiry_feedback638 {
    font-size: calc(16px * 0.9);
    padding: 0.8rem 2rem;
}
}



@media (min-width: 992px) {.receive_updates417 {
    padding: 100px 0;
}.receive_updates417 .guide_bios283 {
    gap: 60px;
    padding: 60px;
}.receive_updates417 h4 {
    font-size: calc(20px * 1.2);
}.receive_updates417 .input_holder {
    margin-left: auto;
    max-width: 450px;
}
}



@media (hover: none) {.receive_updates417 .guide_bios283 {
    transform: none;
}.receive_updates417 .guide_bios283:hover {
    transform: none;
}}



@media (max-width: 767px) {.user_reviews876 {
    padding: 3rem 0;
}.user_reviews876 h2 {
    font-size: calc(34px - 0.3rem);
    margin-bottom: 2rem;
}.user_reviews876 h2::after {
    width: 60px;
    bottom: -12px;
}.user_reviews876 .user_reviews457 {
    margin: 0 auto;
    max-width: 450px;
    grid-template-columns: 1fr;
}.user_reviews876 .review_slider475 {
    padding: 1.75rem;
}
}



@media (min-width: 992px) {.program_assets245 .guide_bios283 {
    gap: 6rem;
}.program_assets245 .text_holder308 {
    padding: 3.5rem;
}.program_assets245 h4 {
    margin-bottom: 2.5rem;
}.program_assets245 .pic_img_wrap890 {
    max-height: 550px;
}
}



@media (max-width: 992px) {.challenge_cta625 {
    padding: 70px 0 40px;
}.challenge_cta625 .nav_pagebar532 {
    gap: 40px;
}.challenge_cta625 .company_holder {
    margin-top: 50px;
}
}



@media (max-width: 576px) {.challenge_cta625 {
    padding: 40px 0 20px;
}.challenge_cta625 .company_holder h3 {
    font-size: calc(30px * 0.8);
}.challenge_cta625 .nav_study175 h5 {
    font-size: calc(20px * 0.9);
}}


@media (max-width: 800px) {.user_choices278 {
    align-items: center;
    flex-direction: column;
}.track_ack489 {
    margin-bottom: 10px;
}.privacy_opt305 {
    text-align: center;
    margin-bottom: 15px;
}.cookie_screen031 {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
}
}

@keyframes sweep {
  0% {
    transform: translateX(-100%) translateY(-100%);
  }
  100% {
    transform: translateX(100%) translateY(100%);
  }
}



@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}



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



@keyframes pulse {
    0%, 100% {
        transform: rotate(45deg) scale(1);
    }
    50% {
        transform: rotate(45deg) scale(1.1);
    }
}



@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}



@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.8;
    }
}

