html,body {
    scroll-behavior: auto;
    min-height: 100%;
    font-family: Arial, sans-serif;
    height: 100%;
    color: #000000;
}

.footer_careers3512 {
    flex: 0 0 auto;
}

.footer_careers3512 {
    font-family: Arial, sans-serif;
    background: linear-gradient(45deg, #000000 0%, rgb(202,158,183,0.5) 100%);
    position: relative;
    color: #ffffff;
    padding: 6rem 0 2rem;
}

.opening_page5169::before {
    content: "";
    bottom: 0;
    z-index: 1;
    right: 0;
    top: 0;
    position: absolute;
    background: linear-gradient(
    135deg,
    rgb(225,195,214,0.5),
    rgb(202,158,183,0.5),
    rgba(0, 0, 0, 0.65)
  );
    left: 0;
}

.opening_page5169 .title_style_header::after {
    content: "";
    background: linear-gradient(
    90deg,
    rgb(225,195,214),
    rgb(202,158,183)
  );
    height: 4px;
    left: 0;
    bottom: 0;
    transform-origin: left;
    position: absolute;
    animation: expandLine 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    width: 60%;
}

.opening_page5169 .learn_lab5283::before {
    border-right: 2px solid rgb(202,158,183);
    content: "";
    height: 40px;
    right: -10px;
    border-top: 2px solid rgb(202,158,183);
    position: absolute;
    opacity: 0.8;
    top: -10px;
    width: 40px;
}




.opening_page5169 > div > div:first-child {
    transform: translateY(30px);
    opacity: 0;
    animation: revealTitle 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.opening_page5169 .learn_lab5283:hover::before {
    animation: borderPulse 2s infinite alternate;
}

.thanksCard5147::after {
    opacity: 0.07;
    right: -5%;
    transform: rotate(15deg) translateZ(0);
    position: absolute;
    height: 50%;
    background: linear-gradient(45deg, transparent 40%, rgb(202,158,183) 100%);
    bottom: -5%;
    width: 50%;
    clip-path: polygon(20% 0, 100% 15%, 100% 100%, 0 100%);
    content: "";
    z-index: 1;
}

.thanksCard5147 .expert_network7580 > div:first-child {
    padding-bottom: 1.5rem;
    position: relative;
    margin-bottom: 2rem;
}

.thanksCard5147 .expert_network7580 > div:first-child::after {
    height: 3px;
    background: linear-gradient(90deg, rgb(225,195,214), rgb(202,158,183));
    content: "";
    left: 0;
    transform-origin: left center;
    transform: scaleX(1) translateZ(0);
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 20%;
    position: absolute;
    bottom: 0;
}

.thanksCard5147 a {
    display: block;
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    text-decoration: none;
}

.thanksCard5147 p {
    transition: all 0.4s ease;
    padding: 1.5rem;
    position: relative;
    line-height: 1.7;
    font-weight: 400;
    margin: 0;
    color: #000000;
    background: linear-gradient(to right, rgba(rgb(202,158,183,0.5), 0.03), rgba(rgb(225,195,214,0.5), 0.03));
    font-size: 12px;
    border-left: 2px solid rgba(rgb(225,195,214,0.5), 0.2);
}

.privacy_safehouse1386 h2 {
    margin-bottom: 25px;
    margin-top: 40px;
    border-left: 5px solid rgb(225,195,214);
    color: rgb(202,158,183);
    font-size: 32px;
    padding-left: 15px;
    max-width: 800px;
    width: 100%;
    font-weight: 600;
    text-align: left;
}

.privacy_safehouse1386 ul li::before, .privacy_safehouse1386 ol li::before {
    transform: translateY(-50%);
    height: 8px;
    left: 0;
    width: 8px;
    background: rgb(225,195,214);
    content: '';
    position: absolute;
    border-radius: 50%;
    top: 50%;
}

.potential_students2564 {
    background: linear-gradient(135deg, rgb(242,228,236) 0%, rgb(225,195,214,0.5) 100%);
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}

.potential_students2564 .container {
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
}

.potential_students2564 .expert_network7580 {
    overflow: visible;
    padding: 0 50px;
    position: relative;
}

.potential_students2564 div {
    display: flex;
    flex-direction: column;
    position: relative;
}

.potential_students2564 div::before {
    width: 2px;
    opacity: 0.5;
    left: 36px;
    height: 100%;
    position: absolute;
    background: linear-gradient(180deg, rgb(225,195,214,0.5), rgb(202,158,183,0.5));
    content: "";
    top: 0;
}

.potential_students2564 div p:hover svg {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    transform: scale(1.2);
}

.potential_students2564 div p::before {
    background: rgb(225,195,214);
    position: absolute;
    width: 10px;
    left: 75px;
    height: 2px;
    top: 16px;
    transition: all 0.3s ease;
    opacity: 0;
    content: "";
}

.cookie_warning_notice2031 {
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
    background: rgb(202,158,183);
    position: fixed;
    padding: 15px 20px;
    z-index: 90;
    border-top: 3px solid rgb(225,195,214);
    bottom: 0;
    width: 100%;
}

.cookie_warning_notice2031 h5 {
    margin-bottom: 10px;
    font-weight: 700;
    color: #ffffff;
    font-size: 18px;
}

.cookie_show8439:hover {
    border-color: rgb(225,195,214,0.5);
    background: rgb(225,195,214,0.5);
}

.cookie_warning_notice2031 p a:hover {
    border-bottom-color: rgb(202,158,183);
    color: rgb(202,158,183);
}

.tariff_option0619 {
    padding: 5rem 1rem;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgb(242,228,236), rgba(0, 0, 0, 0.5));
    overflow: hidden;
    position: relative;
}

.tariff_option0619 .study_price8709 {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.tariff_option0619 .bundle_rate4375 h2 {
    font-weight: 700;
    display: inline-block;
    color: #000000;
    font-size: 32px;
    position: relative;
    margin-bottom: 1rem;
}

.tariff_option0619 .cost_matrix2843 {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2rem;
    display: grid;
    perspective: 1000px;
}

.tariff_option0619 .learning_package2350:nth-child(1) {
    animation-delay: 0.1s;
}

.tariff_option0619 .learning_package2350:nth-child(3) {
    animation-delay: 0.3s;
}

.tariff_option0619 .learning_package2350::before {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    left: 0;
    height: 5px;
    position: absolute;
    background: linear-gradient(90deg, rgb(225,195,214), rgb(202,158,183));
    width: 100%;
    transform-origin: left;
    content: "";
    transform: scaleX(0);
    top: 0;
}

.tariff_option0619 .fee_package4156 h3 {
    transition: color 0.3s ease;
    font-size: 18px;
    margin: 0 0 1rem;
    position: relative;
    font-weight: 700;
    color: #000000;
}

.tariff_option0619 .learning_package2350:hover .class_deals8923 {
    transform: translateY(-3px);
}

.tariff_option0619 .fee_package4156 p {
    overflow-wrap: break-word;
    flex-grow: 1;
    word-break: break-word;
    line-height: 1.6;
    margin: 0;
    color: #000000;
    font-size: calc(17px - 2px);
}

.tariff_option0619 .learning_package2350:hover .img_list7916 {
    transform: scale(1.05);
}

.reach_out3856 {
    overflow: hidden;
    padding: 100px 0;
    position: relative;
}

.reach_out3856 .container {
    max-width: 1200px;
    z-index: 3;
    position: relative;
    margin: 0 auto;
    width: 90%;
}

.reach_out3856 .contact_feedback3258 {
    display: flex;
    overflow: hidden;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    border-radius: 17px;
    gap: 30px;
}

.reach_out3856 .connect_map1580 h3 {
    z-index: 5;
    position: relative;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 40px;
    font-size: 30px;
}

.reach_out3856 .connect_map1580 div svg {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    margin-right: 15px;
}

.reach_out3856 .connect_map1580 div span a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.reach_out3856 .reach_box0352 h3 {
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 30px;
    font-weight: 600;
    position: relative;
}

.reach_out3856 form {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.reach_out3856 form input[type="text"]:focus,
.reach_out3856 form input[type="email"]:focus {
    box-shadow: 0 0 15px rgba(rgb(202,158,183), 0.2);
    outline: none;
    border-color: rgb(202,158,183);
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.12);
}

.reach_out3856 .connect_card3659 input[type="checkbox"] {
    cursor: pointer;
    width: 0;
    opacity: 0;
    position: absolute;
    height: 0;
}

.reach_out3856 .connect_card3659 input[type="checkbox"]:checked + label::before {
    background: rgb(202,158,183);
}

.reach_out3856 .connect_card3659 label a {
    transition: color 0.3s ease;
    color: rgb(202,158,183);
    text-decoration: none;
}

.reach_out3856 form .request_box1498 {
    padding: 16px 30px;
    position: relative;
    cursor: pointer;
    font-weight: 600;
    border: none;
    background: linear-gradient(to right, rgb(225,195,214), rgb(202,158,183));
    border-radius: 10px;
    transition: all 0.3s ease;
    font-size: 18px;
    overflow: hidden;
    color: #ffffff;
}

.reach_out3856 .connect_map1580 div:nth-child(4) {
    animation: float 6s infinite ease-in-out;
}

.attempt_now1528::before {
    height: 100%;
    background: linear-gradient(135deg, rgb(225,195,214,0.5) 0%, transparent 50%, rgb(202,158,183,0.5) 100%);
    left: 0;
    opacity: 0.15;
    width: 100%;
    z-index: 1;
    top: 0;
    position: absolute;
    content: '';
}

.attempt_now1528 .container p {
    color: #ffffff;
    font-weight: 700;
    margin: 0;
    text-shadow: 0 0 10px rgba(rgb(225,195,214,0.5), 0.5);
    line-height: 1.4;
    z-index: 5;
    font-size: 30px;
    width: 60%;
}

.attempt_now1528 .request_box1498::before {
    position: absolute;
    content: '';
    animation: rotate-border 8s linear infinite;
    background: conic-gradient(
        rgb(225,195,214),
        rgb(202,158,183),
        rgb(225,195,214)
    );
    inset: 0;
    border-radius: 50%;
    z-index: -2;
}

.course_program_description1492::before {
    background: linear-gradient(135deg, rgb(225,195,214,0.5) 0%, transparent 50%, rgb(202,158,183,0.5) 100%);
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    z-index: 1;
    position: absolute;
    top: 0;
}

.course_program_description1492 .text_header4986::before {
    left: 0;
    height: 4px;
    position: absolute;
    width: 80px;
    content: "";
    background: linear-gradient(90deg, rgb(225,195,214), rgb(202,158,183));
    top: -20px;
    border-radius: 10px;
}

.course_program_description1492 .text_header4986 .description:last-child {
    position: relative;
    padding: 30px 40px;
    margin-top: 30px;
    backdrop-filter: blur(5px);
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    border-left: none;
    border-radius: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    z-index: 2;
    font-weight: 600;
}

.course_program_description1492 .img_list7916::after {
    height: 40%;
    background: linear-gradient(225deg, rgb(202,158,183,0.5) 0%, transparent 100%);
    content: "";
    z-index: 1;
    width: 80%;
    bottom: 0;
    position: absolute;
    right: 0;
}



.course_program_description1492 .text_header4986::after {
    right: -60px;
    z-index: -1;
    top: -40px;
    content: "";
    border: 2px dashed rgb(225,195,214,0.5);
    position: absolute;
    animation: rotateAnimation 30s infinite linear reverse;
    border-radius: 50%;
    height: 100px;
    width: 100px;
}

.course_program_description1492 .text_header4986 .description:last-child::before {
    top: 0;
    filter: brightness(0.5) contrast(1.2);
    position: absolute;
    left: 0;
    content: "";
    height: 100%;
    border-radius: 30px;
    background-position: center;
    z-index: -1;
    width: 100%;
    background-size: cover;
}

.course_program_description1492 .text_header4986 h2::after {
    height: 30px;
    border-radius: 50%;
    top: -15px;
    content: "";
    width: 30px;
    filter: blur(15px);
    background-color: rgb(225,195,214,0.5);
    position: absolute;
    left: -15px;
    z-index: -1;
}

header .head_expert8513:after {
    content: '';
    pointer-events: none;
    width: 60px;
    height: 60px;
    opacity: 0.5;
    left: 0;
    background-image: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.1) 0%,
        transparent 70%
    );
    top: 50%;
    filter: blur(8px);
    position: absolute;
    transform: translateY(-50%);
}

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

header .head_bar3047:after {
    position: absolute;
    opacity: 0.5;
    border: 1px solid rgba(255, 255, 255, 0.2);
    height: 20px;
    top: 50%;
    width: 20px;
    transform: translateY(-50%) translateX(40px);
    border-radius: 50%;
    content: '';
    right: 0;
}

header .nav_main2417:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: -10px;
    height: 2px;
    transition: opacity 0.4s ease;
    background: linear-gradient(to right, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    width: 100%;
    opacity: 0;
}

header .main_mainbar2456:after {
    transition: all 0.3s ease;
    left: -30px;
    width: 20px;
    background: rgba(255, 255, 255, 0.5);
    transform-origin: right;
    transform: translateY(-50%) scaleX(0);
    position: absolute;
    height: 1px;
    content: '';
    top: 50%;
}

header .head_edu8307:after {
    position: absolute;
    width: 10px;
    content: '';
    border-radius: 50%;
    left: -5px;
    height: 10px;
    opacity: 0;
    top: -5px;
    transition: all 0.3s ease;
    background: #ffffff;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

.instructor_profile1607 {
    position: relative;
    padding: 6rem 2rem;
    overflow: hidden;
    background: rgb(242,228,236);
}

.instructor_profile1607 .edu_testimonials4693 {
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 2fr;
    position: relative;
    margin: 0 auto;
    gap: 4rem;
    max-width: 1100px;
}

.instructor_profile1607 .img_list7916 {
    height: 400px;
    clip-path: polygon(0 10%, 100% 0%, 85% 100%, 0% 90%);
    width: 100%;
    transform: scale(1);
    position: relative;
    overflow: hidden;
    border-radius: 0;
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    filter: grayscale(100%);
}

.instructor_profile1607 .name {
    font-size: calc(48px * 1.2);
    color: #000000;
    position: relative;
    font-weight: 700;
    margin-bottom: 1rem;
    transition: all 0.5s ease;
    transform: translateX(0);
}

.instructor_profile1607 .past_experience0216 {
    font-size: 20px;
    padding-left: 2rem;
    transform: translateX(0);
    color: #000000;
    font-weight: 300;
    position: relative;
    line-height: 1.8;
    transition: all 0.5s ease 0.2s;
}

.instructor_profile1607 .edu_testimonials4693:hover .img_list7916 {
    transform: scale(1.05);
    filter: grayscale(0%);
}

.instructor_profile1607 .edu_testimonials4693:hover .experience_summary2058 div:nth-child(2) {
    transform: translateX(20px);
}

.our_team9238::before {
    height: 100%;
    width: 100%;
    opacity: 0.15;
    z-index: 0;
    background: linear-gradient(135deg, transparent 0%, rgb(225,195,214,0.5) 100%);
    left: 0;
    position: absolute;
    content: "";
    top: 0;
}

.our_team9238 .skill_spot1352 {
    align-items: center;
    margin-bottom: 80px;
    position: relative;
    display: flex;
}

.our_team9238 .skill_spot1352 .img_list7916 {
    flex: 0 0 40%;
    z-index: 0;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s ease;
    height: 400px;
}

.our_team9238 .community_team6571 {
    display: flex;
    position: relative;
    align-items: center;
    flex-direction: row-reverse;
}

.our_team9238 .community_team6571 .belief_core4520:hover {
    transform: scale(1.02);
}

.our_team9238 .skill_spot1352::before {
    height: 80%;
    top: 50%;
    left: -10px;
    background: rgb(225,195,214);
    opacity: 0.7;
    border-radius: 10px;
    position: absolute;
    transform: translateY(-50%);
    content: "";
    width: 20px;
}

.our_team9238 .container::before {
    left: -50px;
    content: "";
    height: 200px;
    z-index: -1;
    position: absolute;
    border-radius: 50%;
    background: rgb(225,195,214,0.5);
    width: 200px;
    top: -50px;
    opacity: 0.2;
}

.footer_careers3512::before {
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(225,195,214,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(202,158,183,0.5) 0%, transparent 30%);
    left: 0;
    content: '';
    top: 0;
    z-index: 1;
    height: 100%;
    opacity: 0.15;
    position: absolute;
    width: 100%;
}

.footer_careers3512 .quick_reach2516::before {
    border-radius: 29px;
    content: '';
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(135deg, transparent 20%, rgb(225,195,214,0.5) 140%);
    left: 0;
    opacity: 0.08;
}

.footer_careers3512 .info_item p,
.footer_careers3512 .info_item a {
    font-size: 13px;
    border-radius: 10px;
    display: flex;
    gap: 0.875rem;
    padding: 0.5rem;
    color: #000000;
    align-items: center;
    transition: all 0.3s ease;
    text-decoration: none;
}

.footer_careers3512 .info_item:hover svg {
    transform: scale(1.15);
}

.footer_careers3512 .main_tutor7059 svg {
    height: auto;
    transition: filter 0.3s ease, transform 0.3s ease;
    filter: brightness(0) invert(1);
    max-width: 180px;
}

.footer_careers3512 .nav_main2417 {
    flex-direction: column;
    position: relative;
    display: flex;
}

.footer_careers3512 .nav_main2417 h5 {
    margin-bottom: 1.75rem;
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 0.875rem;
    position: relative;
}

.footer_careers3512 .nav_main2417 h5::after {
    left: 0;
    bottom: 0;
    content: '';
    height: 2px;
    background: linear-gradient(to right, rgb(225,195,214), transparent);
    width: 60px;
    position: absolute;
}

.footer_careers3512 .top_tutor1673 a:hover {
    opacity: 1;
    transform: translateX(8px);
    color: rgb(225,195,214);
}

.footer_careers3512 .top_tutor1673 a:hover::before {
    width: 20px;
}

.footer_careers3512 .subscribe_holder::after {
    content: '';
    bottom: 0;
    animation: pulseGlow 6s infinite alternate;
    right: 0;
    height: 150px;
    z-index: -1;
    position: absolute;
    width: 150px;
    opacity: 0.3;
    background: radial-gradient(circle, rgb(225,195,214,0.5) 0%, transparent 70%);
}

.footer_careers3512 .subscribe_holder h5::after {
    position: absolute;
    width: 40px;
    height: 2px;
    bottom: 0;
    background: rgb(225,195,214);
    left: 0;
    content: '';
}



.footer_careers3512 .input_holder input[type="email"] {
    color: #ffffff;
    transition: all 0.3s ease;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 1.125rem 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    font-size: 13px;
}

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

.footer_careers3512 .sub_verification9401::before {
    height: 100%;
    position: absolute;
    transition: left 0.7s ease;
    left: -100%;
    top: 0;
    content: '';
    z-index: -1;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}

.footer_careers3512 .sub_verification9401:hover::before {
    left: 100%;
}

.footer_careers3512 .grant_cta6728::before {
    background: linear-gradient(to right, transparent, rgb(202,158,183,0.5), transparent);
    height: 1px;
    position: absolute;
    top: 0;
    width: 60%;
    content: '';
    left: 20%;
}



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

.educational_yield5284 .expert_network7580::before {
    width: 300px;
    z-index: -1;
    top: -150px;
    border-radius: 50%;
    right: -150px;
    background: rgb(225,195,214,0.5);
    opacity: 0.3;
    height: 300px;
    content: "";
    filter: blur(100px);
    position: absolute;
}

.educational_yield5284 .img_list7916::before {
    top: 0;
    width: 100%;
    position: absolute;
    border-radius: 50%;
    height: 100%;
    content: "";
    left: 0;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    animation: shine 5s infinite linear;
}

.educational_yield5284 .text_header4986::before {
    height: 80px;
    top: -40px;
    z-index: -1;
    border-radius: 50%;
    left: -40px;
    position: absolute;
    width: 80px;
    opacity: 0.3;
    border: 4px solid rgb(225,195,214,0.5);
    content: "";
}

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

.educational_yield5284 li:hover {
    transform: scale(1.02);
    background: linear-gradient(to right, rgb(242,228,236), #ffffff);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.educational_yield5284 svg {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    height: 22px;
    border-radius: 50%;
    padding: 10px;
    background: rgb(225,195,214);
    width: 22px;
}

.stay_connected2463::before,
.stay_connected2463::after {
    position: absolute;
    border-radius: 16px;
    content: "";
}

.stay_connected2463::before {
    left: 20px;
    filter: blur(15px);
    z-index: 1;
    right: 20px;
    transform: translateY(-10px);
    background: linear-gradient(to bottom, rgb(225,195,214,0.5), transparent);
    top: 20px;
    animation: float 6s ease-in-out infinite;
    bottom: 20px;
}

.stay_connected2463 .input_holder:hover {
    transform: translateY(-5px);
}

.stay_connected2463 .input_holder::before {
    left: 10px;
    border-radius: 10px;
    opacity: 0;
    width: 100%;
    background: rgb(225,195,214,0.5);
    z-index: -1;
    position: absolute;
    top: 10px;
    content: "";
    filter: blur(10px);
    transition: opacity 0.3s ease;
    height: 100%;
}

.stay_connected2463 .sub_verification9401 {
    font-size: 17px;
    position: relative;
    align-self: stretch;
    border: none;
    transition: all 0.3s ease;
    padding: 1.2rem 2rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    overflow: hidden;
    border-radius: 10px;
    color: #ffffff;
    font-family: Arial, sans-serif;
    cursor: pointer;
    background: rgb(225,195,214);
}




@media (min-width: 768px) {.opening_page5169 > div {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    grid-gap: 3rem;
}.opening_page5169 .title_style_header {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0 85%);
    font-size: calc(39px * 1.2);
}.opening_page5169 .start_head9234 {
    transform: translateY(-20px);
    clip-path: polygon(0 0, 100% 5%, 100% 100%, 5% 100%);
}
}



@media (prefers-reduced-motion: reduce) {.opening_page5169 * {
    scroll-behavior: auto !important;
    animation-iteration-count: 1 !important;
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
}}



@media (max-width: 767px) {.thanksCard5147 {
    padding: 3rem 0;
}.thanksCard5147 .expert_network7580 {
    padding: 2rem;
    transform: perspective(1000px) rotateX(1deg);
}.thanksCard5147 h5 {
    font-size: calc(23px * 0.9);
}.thanksCard5147 p {
    font-size: calc(12px * 0.95);
    padding: 1rem;
    line-height: 1.6;
}.thanksCard5147 .expert_network7580 > div:first-child {
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
}
}



@media (max-width: 767px) {.potential_students2564 {
    padding: 80px 0;
}.potential_students2564 .expert_network7580 {
    padding: 0 20px;
}.potential_students2564 h4 {
    margin-bottom: 50px;
    font-size: calc(43px - 12px);
    padding-left: 20px;
}.potential_students2564 h4::before {
    width: 4px;
}.potential_students2564 div p {
    padding-left: 65px;
    margin-bottom: 25px;
}.potential_students2564 div::before {
    left: 28px;
}.potential_students2564 div p svg {
    width: 24px;
    left: 16px;
    height: 24px;
}.potential_students2564 div p::before {
    top: 14px;
    left: 55px;
}.potential_students2564 div p::after {
    left: 45px;
    width: calc(100% - 45px);
}
}



@media (min-width: 768px) {.tariff_option0619 {
    padding: 7rem 2rem;
}.tariff_option0619 .study_price8709 {
    flex-direction: row;
    align-items: flex-start;
}.tariff_option0619 .bundle_rate4375 {
    margin: 0;
    padding-right: 2rem;
    display: flex;
    justify-content: center;
    order: 0;
    flex: 0 0 30%;
    text-align: left;
    flex-direction: column;
}.tariff_option0619 .bundle_rate4375 h2 {
    text-align: left;
}.tariff_option0619 .bundle_rate4375 h2::after {
    transform: none;
    left: 0;
}.tariff_option0619 .program_rate3518 {
    max-width: 100%;
    margin: 0;
}.tariff_option0619 .cost_matrix2843 {
    flex: 0 0 70%;
    grid-template-columns: repeat(auto-fill, minmax(calc(50% - 1rem), 1fr));
}
}



@media (max-width: 991px) {.attempt_now1528 {
    padding: 90px 0;
}.attempt_now1528 .expert_network7580 {
    padding: 40px;
}.attempt_now1528 .container p {
    font-size: calc(21px * 1.2);
}.attempt_now1528 .request_box1498 {
    width: 160px;
    height: 160px;
}
}



@media (max-width: 480px) {.attempt_now1528 {
    padding: 50px 0;
}.attempt_now1528 .expert_network7580 {
    padding: 25px 20px;
}.attempt_now1528 .container p {
    font-size: calc(17px * 1.2);
}.attempt_now1528 .request_box1498 {
    width: 120px;
    font-size: calc(14px * 0.9);
    height: 120px;
}}



@media (max-width: 768px) {.course_program_description1492 {
    padding: 60px 0;
}.course_program_description1492 .text_header4986 {
    width: 100%;
    margin-bottom: 40px;
}.course_program_description1492 .text_header4986 h2 {
    font-size: calc(38px * 0.9);
    margin-bottom: 20px;
}.course_program_description1492 .text_header4986 .description:last-child {
    padding: 25px 30px;
}
}



@media (max-width: 480px) {header .container {
    padding: 10px 15px;
}header .head_edu8307 svg {
    height: 30px;
}}



@media screen and (max-width: 991px) {.instructor_profile1607 .edu_testimonials4693 {
    grid-template-columns: 1fr;
    gap: 3rem;
}.instructor_profile1607 .img_list7916 {
    margin: 0 auto;
    clip-path: polygon(0 5%, 100% 0%, 95% 100%, 0% 95%);
    height: 350px;
    width: 80%;
}.instructor_profile1607 .experience_summary2058::before {
    top: -1.5rem;
    background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.5), transparent);
    width: 60%;
    left: 20%;
    height: 1px;
}.instructor_profile1607 .edu_testimonials4693:hover .name,
    .instructor_profile1607 .edu_testimonials4693:hover .experience_summary2058 div:nth-child(2),
    .instructor_profile1607 .edu_testimonials4693:hover .past_experience0216 {
    transform: translateX(0);
}}



@media screen and (max-width: 768px) {.our_team9238 {
    padding: 60px 0;
}.our_team9238 h3 {
    margin-bottom: 50px;
    font-size: calc(45px * 0.7);
}.our_team9238 h3::after {
    width: 80px;
    height: 4px;
}.our_team9238 .skill_spot1352 {
    margin-bottom: 60px;
}.our_team9238 .skill_spot1352 p,
    .our_team9238 .community_team6571 p {
    padding: 30px;
}.our_team9238 .skill_spot1352 .img_list7916,
    .our_team9238 .community_team6571 .belief_core4520 {
    height: 300px;
}
}



@media (max-width: 991px) {.footer_careers3512 {
    padding: 5rem 0 2rem;
}.footer_careers3512 .quick_reach2516 {
    justify-content: center;
    flex-wrap: wrap;
}.footer_careers3512 .info_item {
    flex: 0 0 auto;
    width: calc(50% - 2rem);
    max-width: none;
}.footer_careers3512 .info_item:not(:last-child)::after {
    display: none;
}.footer_careers3512 .text_main_holder {
    grid-template-columns: 1fr;
    gap: 3rem;
}.footer_careers3512 .nav_main2417::before, 
    .footer_careers3512 .nav_main2417::after {
    display: none;
}.footer_careers3512 .main_tutor7059 {
    align-items: center;
    text-align: center;
}.footer_careers3512 .nav_main2417 h5, 
    .footer_careers3512 .subscribe_holder h5 {
    text-align: center;
}.footer_careers3512 .nav_main2417 h5::after, 
    .footer_careers3512 .subscribe_holder h5::after {
    transform: translateX(-50%);
    left: 50%;
}.footer_careers3512 .top_tutor1673 {
    grid-template-columns: repeat(3, 1fr);
}.footer_careers3512 .input_holder {
    max-width: 400px;
    margin: 0 auto;
}
}



@media screen and (min-width: 992px) {.stay_connected2463 .expert_network7580 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    grid-template-rows: auto auto;
}.stay_connected2463 p {
    margin-bottom: 0;
    max-width: 60%;
    grid-row: 1;
}.stay_connected2463 .input_holder {
    align-items: stretch;
    gap: 1rem;
    max-width: 90%;
    flex-direction: row;
    grid-row: 2;
}.stay_connected2463 .mail_panel3871 {
    border-left: 3px solid rgb(202,158,183,0.5);
    flex: 1;
    border: none;
    border-radius: 10px;
}.stay_connected2463 .mail_panel3871:focus {
    border-left-color: rgb(202,158,183);
}
}

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



@keyframes rotate-border {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotateAnimation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}



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



@keyframes lineExpand {
    0% {
        transform: scaleX(0.3);
        opacity: 0.3;
    }
    100% {
        transform: scaleX(1);
        opacity: 1;
    }
}

@keyframes pulse {
    0% {
        opacity: 0.3;
        transform: scale(1);
    }
    100% {
        opacity: 0.5;
        transform: scale(1.1);
    }
}

