* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}a {
    text-decoration: none;
    color: inherit;
}html,body {
    color: #000000;
    scroll-behavior: smooth;
    min-height: 100%;
    height: 100%;
    font-family: Arial, sans-serif;
    auto
contain
touch-action: none;
}svg {
    height: 30px;
    width: 30px;
}.a11y_tools_7 {
    flex: 0 0 auto;
}.container {
    width: 1180px;
    max-width: 100%;
    margin: auto;
}.wrapper-skeleton_9 {
    flex-direction: column;
    display: flex;
    height: 100%;
    min-height: 100%;
}.top_page_0 {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.course_program_details_6 {
    overflow: hidden;
    position: relative;
    padding: 100px 0 120px;
    background: linear-gradient(135deg, rgb(222,214,206) 0%, rgba(245, 247, 250, 1) 100%);
}.course_program_details_6::before {
    animation: patternFloat 60s linear infinite;
    background-image: 
        linear-gradient(30deg, rgba(rgb(164,203,169,0.5), 0.03) 1px, transparent 1px),
        linear-gradient(120deg, rgba(rgb(164,203,169,0.5), 0.03) 1px, transparent 1px);
    width: 100%;
    top: 0;
    content: "";
    left: 0;
    background-size: 30px 30px;
    z-index: 0;
    height: 100%;
    position: absolute;
}.course_program_details_6::after {
    transform: rotate(-15deg);
    top: -50%;
    width: 70%;
    position: absolute;
    content: "";
    height: 200%;
    background: linear-gradient(135deg, rgba(rgb(164,203,169,0.5), 0.08) 0%, rgba(rgb(116,150,180,0.5), 0.05) 100%);
    right: -20%;
    z-index: 0;
}.course_program_details_6 .container {
    margin: 0 auto;
    z-index: 1;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
}.course_program_details_6 h2 {
    font-size: 36px;
    margin-left: auto;
    max-width: 800px;
    position: relative;
    transform: perspective(1000px) rotateX(0deg);
    color: #000000;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    text-align: center;
    margin-bottom: 50px;
    margin-right: auto;
    line-height: 1.3;
    font-weight: 700;
}.course_program_details_6 h2::after {
    content: "";
    background: linear-gradient(90deg, rgb(164,203,169) 0%, rgb(116,150,180) 100%);
    transition: width 0.3s ease;
    width: 80px;
    position: absolute;
    height: 3px;
    bottom: -15px;
    transform: translateX(-50%);
    left: 50%;
}.course_program_details_6 h2:hover {
    transform: perspective(1000px) rotateX(2deg);
}.course_program_details_6 h2:hover::after {
    width: 120px;
}.course_program_details_6 .learn_now_2 {
    transform-style: preserve-3d;
    perspective: 1000px;
    grid-template-columns: 1fr 1.5fr;
    gap: 40px;
    align-items: center;
    display: grid;
    position: relative;
}.course_program_details_6 .image_frame_wrap_4 {
    border-radius: 3px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 500px;
    box-shadow: 0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.15);
    transform: translateZ(20px);
    position: relative;
    overflow: hidden;
}.course_program_details_6 .image_frame_wrap_4::before {
    opacity: 0.7;
    transition: opacity 0.3s ease;
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    content: "";
    background: linear-gradient(
        to bottom,
        rgba(rgb(164,203,169,0.5), 0.2),
        rgba(rgba(0, 0, 0, 0.5), 0.4)
    );
    top: 0;
}.course_program_details_6 .image_frame_wrap_4:hover {
    transform: translateZ(30px) scale(1.02);
}.course_program_details_6 .image_frame_wrap_4:hover::before {
    opacity: 0.5;
}.course_program_details_6 .text_description_9 {
    overflow-y: auto;
    transform: translateZ(10px);
    position: relative;
    scrollbar-color: rgb(164,203,169) rgba(rgb(222,214,206), 0.5);
    scrollbar-width: thin;
    padding-right: 15px;
    max-height: 500px;
}.course_program_details_6 .text_description_9::-webkit-scrollbar {
    width: 6px;
}.course_program_details_6 .text_description_9::-webkit-scrollbar-track {
    background: rgba(rgb(222,214,206), 0.5);
    border-radius: 3px;
}.course_program_details_6 .text_description_9::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: rgb(164,203,169);
}.course_program_details_6 .description {
    color: #000000;
    line-height: 1.8;
    transition: transform 0.3s ease;
    font-size: 12px;
    margin-bottom: 24px;
    position: relative;
}.course_program_details_6 .description:first-of-type {
    border-left: 3px solid rgb(164,203,169);
    padding-left: 20px;
    position: relative;
}.course_program_details_6 .description:last-of-type {
    border-left: 3px solid rgb(116,150,180);
    position: relative;
    padding-left: 20px;
}.course_program_details_6 .description:first-of-type::before {
    width: 3px;
    content: "";
    height: 0;
    top: 0;
    background: linear-gradient(to bottom, rgb(164,203,169), rgb(116,150,180));
    position: absolute;
    transition: height 1.5s ease;
    left: -3px;
}.course_program_details_6 .description:first-of-type:hover::before {
    height: 100%;
}

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

@media screen and (max-width: 992px) {.course_program_details_6 {
    padding: 80px 0 100px;
}.course_program_details_6 h2 {
    font-size: calc(36px * 0.9);
    margin-bottom: 40px;
}.course_program_details_6 .learn_now_2 {
    grid-template-columns: 1fr;
    gap: 30px;
}.course_program_details_6 .image_frame_wrap_4 {
    height: 400px;
    order: -1;
}.course_program_details_6 .text_description_9 {
    max-height: 450px;
}
}

@media screen and (max-width: 768px) {.course_program_details_6 {
    padding: 60px 0 80px;
}.course_program_details_6 h2 {
    font-size: calc(36px * 0.8);
    margin-bottom: 30px;
}.course_program_details_6 h2::after {
    bottom: -12px;
    width: 60px;
}.course_program_details_6 .image_frame_wrap_4 {
    height: 320px;
}.course_program_details_6 .text_description_9 {
    max-height: 400px;
}.course_program_details_6 .description {
    line-height: 1.7;
    font-size: calc(12px * 0.95);
}
}

@media screen and (max-width: 576px) {.course_program_details_6 {
    padding: 50px 0 70px;
}.course_program_details_6 h2 {
    margin-bottom: 25px;
    font-size: calc(36px * 0.7);
}.course_program_details_6 h2::after {
    bottom: -10px;
    width: 50px;
}.course_program_details_6 .image_frame_wrap_4 {
    height: 250px;
}.course_program_details_6 .text_description_9 {
    max-height: 350px;
}.course_program_details_6 .description {
    line-height: 1.6;
    font-size: calc(12px * 0.9);
    padding-left: 15px;
}
}

@media (hover: none) {.course_program_details_6 h2:hover,
    .course_program_details_6 .image_frame_wrap_4:hover {
    transform: none;
}.course_program_details_6 h2:hover::after {
    width: 80px;
}}.course_instructor_0 {
    background: linear-gradient(135deg, rgb(222,214,206) 0%, rgb(164,203,169,0.5) 100%);
    padding: 60px 30px;
    overflow: hidden;
    position: relative;
    min-height: 400px;
}.course_instructor_0::before {
    border-radius: 50%;
    content: "";
    width: 200px;
    top: -50px;
    background: rgb(116,150,180,0.5);
    right: -50px;
    filter: blur(40px);
    animation: float 8s ease-in-out infinite;
    position: absolute;
    z-index: 0;
    height: 200px;
}.course_instructor_0::after {
    filter: blur(30px);
    height: 150px;
    width: 150px;
    position: absolute;
    z-index: 0;
    left: -30px;
    content: "";
    bottom: -30px;
    animation: float 6s ease-in-out infinite reverse;
    background: rgb(164,203,169,0.5);
    border-radius: 50%;
}.course_instructor_0 .learn_reviews_4 {
    display: flex;
    transition: all 0.5s ease;
    z-index: 1;
    flex-wrap: wrap;
    position: relative;
    transform: rotate(-3deg);
    flex-direction: row;
    gap: 30px;
}.course_instructor_0 .learn_reviews_4:hover {
    transform: rotate(0deg) scale(1.02);
}.course_instructor_0 .image_frame_wrap_4 {
    border-radius: 23px;
    position: relative;
    transition: all 0.4s ease;
    width: 280px;
    height: 350px;
    clip-path: polygon(0 0, 100% 10%, 85% 100%, 0% 90%);
    transform: translateY(20px);
    box-shadow: 15px 15px 0 rgb(116,150,180,0.5);
}.course_instructor_0 .learn_reviews_4:hover .image_frame_wrap_4 {
    box-shadow: 20px 20px 0 rgb(116,150,180);
    transform: translateY(0);
}.course_instructor_0 .job_exp_7 {
    background: #ffffff;
    position: relative;
    display: flex;
    transition: all 0.4s ease;
    transform: translateX(-30px) rotate(3deg);
    border-radius: 23px;
    min-width: 280px;
    justify-content: center;
    padding: 30px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    flex: 1;
    flex-direction: column;
}.course_instructor_0 .learn_reviews_4:hover .job_exp_7 {
    transform: translateX(0) rotate(0deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.course_instructor_0 .name {
    color: rgb(164,203,169);
    font-size: 38px;
    margin-bottom: 10px;
    padding-bottom: 15px;
    position: relative;
    font-weight: 700;
}.course_instructor_0 .name::after {
    position: absolute;
    bottom: 0;
    content: "";
    width: 60px;
    border-radius: 2px;
    background: linear-gradient(90deg, rgb(116,150,180) 0%, transparent 100%);
    height: 4px;
    left: 0;
}.course_instructor_0 .job_exp_7 > div:nth-child(2) {
    opacity: 0.8;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #000000;
}.course_instructor_0 .work_block_4 {
    padding-left: 20px;
    line-height: 1.6;
    color: #000000;
    font-size: calc(13px + 2px);
    font-style: italic;
    border-left: 3px solid rgb(116,150,180,0.5);
    position: relative;
}.course_instructor_0 .work_block_4::before {
    content: "";
    font-size: 80px;
    left: -15px;
    color: rgb(164,203,169);
    opacity: 0.1;
    top: -20px;
    font-family: Arial, sans-serif;
    position: absolute;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.1);
    }
}

@media (max-width: 991px) {.course_instructor_0 {
    padding: 40px 20px;
}.course_instructor_0 .learn_reviews_4 {
    flex-direction: column;
    gap: 20px;
}.course_instructor_0 .image_frame_wrap_4 {
    transform: translateY(0) rotate(-3deg);
    margin: 0 auto;
    height: 280px;
    width: 220px;
}.course_instructor_0 .job_exp_7 {
    margin-top: -30px;
    transform: translateX(0) rotate(0);
}.course_instructor_0 .learn_reviews_4:hover .image_frame_wrap_4 {
    transform: translateY(-10px) rotate(0);
}
}

@media (max-width: 767px) {.course_instructor_0 {
    padding: 30px 15px;
}.course_instructor_0 .image_frame_wrap_4 {
    height: 220px;
    width: 180px;
}.course_instructor_0 .job_exp_7 {
    padding: 20px;
}.course_instructor_0 .name {
    font-size: calc(38px - 4px);
}.course_instructor_0 .work_block_4 {
    font-size: 13px;
}}header {
    z-index: 99;
    position: relative;
    background: linear-gradient(to bottom, rgb(222,214,206), rgba(0, 0, 0, 0.5));
    overflow: visible;
    width: 100%;
}header::before {
    content: "";
    opacity: 0.1;
    left: 0;
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    background-image: repeating-linear-gradient(
        -45deg,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0.5) 1px,
        transparent 1px,
        transparent 6px
    );
}header .main_skill_3 {
    justify-content: space-between;
    display: flex;
    position: relative;
    padding: 20px 30px;
    align-items: center;
}header .main_skill_3::before {
    left: 10%;
    bottom: 0;
    content: "";
    position: absolute;
    width: 80%;
    height: 1px;
    background: linear-gradient(to right, transparent, rgb(164,203,169), transparent);
}header .main_skill_3 .nav_start_4 {
    position: relative;
    z-index: 2;
    margin-right: 40px;
}header .main_skill_3 .nav_start_4 .top_nav_3 {
    padding: 5px;
    position: relative;
    display: block;
}header .main_skill_3 .nav_start_4 .top_nav_3::before {
    transition: transform 0.3s ease, opacity 0.3s ease;
    content: "";
    background: rgba(0, 0, 0, 0.5);
    left: -5px;
    transform: scale(0.9);
    border-radius: 10px;
    top: -5px;
    position: absolute;
    bottom: -5px;
    z-index: -1;
    right: -5px;
    opacity: 0;
}header .main_skill_3 .nav_start_4 .top_nav_3:hover::before {
    transform: scale(1);
    opacity: 0.1;
}header .main_skill_3 .nav_start_4 .top_nav_3 svg {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    height: 45px;
    width: auto;
}header .main_skill_3 .top_info_0 {
    padding: 0;
    display: flex;
    list-style: none;
    margin: 0;
    perspective: 1000px;
}header .main_skill_3 .top_info_0 .head_base_3 {
    margin: 0;
    position: relative;
    transform-style: preserve-3d;
}header .main_skill_3 .top_info_0 .head_base_3 a {
    font-weight: 600;
    background: linear-gradient(to bottom, transparent, transparent);
    padding: 12px 20px;
    color: #000000;
    transition: color 0.3s ease, transform 0.3s ease;
    display: block;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-decoration: none;
    font-size: 13px;
    transform-style: preserve-3d;
    font-family: Arial, sans-serif;
}header .main_skill_3 .top_info_0 .head_base_3 a::before,
header .main_skill_3 .top_info_0 .head_base_3 a::after {
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    transition: all 0.3s ease;
    pointer-events: none;
    content: "";
}header .main_skill_3 .top_info_0 .head_base_3 a::before {
    opacity: 0;
    transform: translateZ(-1px) rotateX(10deg);
    background: linear-gradient(to bottom, rgb(164,203,169,0.5), transparent);
    transform-origin: top center;
}header .main_skill_3 .top_info_0 .head_base_3 a::after {
    background: linear-gradient(to top, rgb(116,150,180,0.5), transparent);
    transform: translateZ(-2px) rotateX(-10deg);
    opacity: 0;
    transform-origin: bottom center;
}header .main_skill_3 .top_info_0 .head_base_3:hover a {
    color: rgb(164,203,169);
    transform: translateZ(10px);
}header .main_skill_3 .top_info_0 .head_base_3:hover a::before,
header .main_skill_3 .top_info_0 .head_base_3:hover a::after {
    opacity: 0.1;
}header .main_skill_3 .top_info_0 .head_base_3:hover a::before {
    transform: translateZ(-5px) rotateX(15deg);
}header .main_skill_3 .top_info_0 .head_base_3:hover a::after {
    transform: translateZ(-10px) rotateX(-15deg);
}

@media (max-width: 992px) {header .main_skill_3 {
    padding: 15px;
    flex-direction: column;
}header .main_skill_3 .nav_start_4 {
    margin: 0 0 15px 0;
}header .main_skill_3 .top_info_0 {
    flex-wrap: wrap;
    justify-content: center;
    perspective: none;
    width: 100%;
}header .main_skill_3 .top_info_0 .head_base_3 a {
    transform-style: flat;
    font-size: calc(13px - 1px);
    padding: 10px 15px;
}header .main_skill_3 .top_info_0 .head_base_3:hover a {
    transform: none;
}header .main_skill_3 .top_info_0 .head_base_3 a::before,
    header .main_skill_3 .top_info_0 .head_base_3 a::after {
    display: none;
}
}

@media (max-width: 767px) {header .main_skill_3 .top_info_0 .head_base_3 a {
    padding: 8px 12px;
    font-size: calc(13px - 2px);
}}.customer_reviews_7 {
    position: relative;
    overflow: hidden;
    padding: 8rem 2rem;
    background: rgb(222,214,206);
}.customer_reviews_7::before {
    width: 100%;
    left: 0;
    content: "";
    top: 0;
    background: linear-gradient(135deg, transparent 49.5%, rgb(164,203,169,0.5) 49.5%, rgb(164,203,169,0.5) 50.5%, transparent 50.5%);
    position: absolute;
    height: 100%;
    z-index: 0;
}.customer_reviews_7::after {
    bottom: 0;
    background: linear-gradient(to top, rgb(116,150,180,0.5) 0%, transparent 100%);
    height: 40%;
    position: absolute;
    content: "";
    opacity: 0.1;
    z-index: 0;
    left: 0;
    width: 100%;
}.customer_reviews_7 .story_info_1 {
    max-width: 1400px;
    z-index: 1;
    margin: 0 auto;
    position: relative;
}.customer_reviews_7 h4 {
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 5rem;
    text-align: center;
    font-size: 28px;
    color: #000000;
}.customer_reviews_7 h4::before {
    left: 50%;
    background: rgb(164,203,169);
    transform: translateX(-50%);
    content: "";
    height: 3px;
    width: 60px;
    bottom: -15px;
    position: absolute;
}.customer_reviews_7 h4::after {
    transform: translateX(-50%);
    left: 50%;
    width: 30px;
    bottom: -25px;
    background: rgb(116,150,180);
    position: absolute;
    content: "";
    height: 3px;
}.customer_reviews_7 .success_feedback_2 {
    gap: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}.customer_reviews_7 .learn_reviews_4 {
    flex-direction: column;
    align-items: center;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
    display: flex;
    padding: 3rem;
}.customer_reviews_7 .learn_reviews_4:nth-child(odd) {
    background: linear-gradient(45deg, rgb(222,214,206) 0%, #ffffff 100%);
    transform: translateX(0);
    border-right: 1px solid rgb(116,150,180,0.5);
}.customer_reviews_7 .learn_reviews_4:nth-child(even) {
    border-left: 1px solid rgb(116,150,180,0.5);
    transform: translateX(0);
    background: linear-gradient(135deg, #ffffff 0%, rgb(222,214,206) 100%);
}.customer_reviews_7 .learn_reviews_4:nth-child(odd):hover {
    transform: translateX(20px);
}.customer_reviews_7 .learn_reviews_4:nth-child(even):hover {
    transform: translateX(-20px);
}.customer_reviews_7 .learn_reviews_4::before {
    width: 80%;
    height: 1px;
    position: absolute;
    left: 10%;
    background: linear-gradient(to right, transparent, rgb(164,203,169,0.5), transparent);
    bottom: 0;
    content: "";
}.customer_reviews_7 .learn_reviews_4:last-child::before,
.customer_reviews_7 .learn_reviews_4:nth-last-child(2):last-child::before {
    display: none;
}.customer_reviews_7 .learn_reviews_4 .image_frame_wrap_4 {
    width: 120px;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    height: 120px;
    margin-bottom: 2rem;
    transition: all 0.5s ease;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    position: relative;
}.customer_reviews_7 .learn_reviews_4:hover .image_frame_wrap_4 {
    transform: rotate(15deg);
}.customer_reviews_7 .learn_reviews_4 .image_frame_wrap_4::before {
    background: linear-gradient(45deg, rgb(164,203,169,0.5), transparent 70%);
    bottom: 0;
    transition: all 0.3s ease;
    content: "";
    opacity: 0;
    right: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
}.customer_reviews_7 .learn_reviews_4:hover .image_frame_wrap_4::before {
    opacity: 0.5;
}.customer_reviews_7 .learn_reviews_4 span {
    position: relative;
    padding: 0 1rem;
    font-size: 20px;
    transition: all 0.4s ease;
    margin-bottom: 1rem;
    color: #000000;
    font-weight: 600;
    text-align: center;
}.customer_reviews_7 .learn_reviews_4:hover span {
    color: rgb(164,203,169);
}.customer_reviews_7 .learn_reviews_4 span::after {
    background: rgb(116,150,180);
    transition: all 0.4s ease;
    bottom: -8px;
    transform: translateX(-50%) scaleX(0);
    width: 40px;
    left: 50%;
    position: absolute;
    content: "";
    height: 2px;
}.customer_reviews_7 .learn_reviews_4:hover span::after {
    transform: translateX(-50%) scaleX(1);
}.customer_reviews_7 .learn_reviews_4 p {
    padding: 0 1rem;
    line-height: 1.7;
    position: relative;
    transition: all 0.4s ease;
    max-width: 100%;
    margin-top: 1rem;
    color: #000000;
    font-size: 18px;
    text-align: center;
}.customer_reviews_7 .learn_reviews_4:hover p {
    transform: scale(1.02);
}.customer_reviews_7 .learn_reviews_4:nth-child(4n+1),
.customer_reviews_7 .learn_reviews_4:nth-child(4n+4) {
    background: linear-gradient(45deg, rgb(222,214,206) 0%, #ffffff 100%);
}.customer_reviews_7 .learn_reviews_4:nth-child(4n+2),
.customer_reviews_7 .learn_reviews_4:nth-child(4n+3) {
    background: linear-gradient(135deg, #ffffff 0%, rgb(222,214,206) 100%);
}

@media (max-width: 1200px) {.customer_reviews_7 .learn_reviews_4 {
    padding: 2.5rem;
}.customer_reviews_7 .learn_reviews_4 .image_frame_wrap_4 {
    height: 100px;
    width: 100px;
}
}

@media (max-width: 992px) {.customer_reviews_7 {
    padding: 6rem 1.5rem;
}.customer_reviews_7 h4 {
    margin-bottom: 4rem;
    font-size: calc(28px * 0.9);
}.customer_reviews_7 .success_feedback_2 {
    grid-template-columns: 1fr;
}.customer_reviews_7 .learn_reviews_4 {
    padding: 3rem 2rem;
}.customer_reviews_7 .learn_reviews_4:nth-child(n) {
    border-bottom: 1px solid rgb(116,150,180,0.5);
    border: none;
    transform: translateX(0);
}.customer_reviews_7 .learn_reviews_4:nth-child(odd):hover,
    .customer_reviews_7 .learn_reviews_4:nth-child(even):hover {
    transform: translateY(-10px);
}.customer_reviews_7 .learn_reviews_4::before {
    display: none;
}
}

@media (max-width: 768px) {.customer_reviews_7 {
    padding: 5rem 1rem;
}.customer_reviews_7 h4 {
    font-size: calc(28px * 0.8);
    margin-bottom: 3rem;
}.customer_reviews_7 .learn_reviews_4 {
    padding: 2.5rem 1.5rem;
}.customer_reviews_7 .learn_reviews_4 .image_frame_wrap_4 {
    width: 90px;
    height: 90px;
}}.plan_block_3 {
    position: relative;
    padding: 100px 0;
    background: linear-gradient(135deg, rgb(222,214,206) 0%, rgb(164,203,169,0.5) 100%);
    overflow: hidden;
}.plan_block_3::before {
    width: 100%;
    left: 0;
    background: radial-gradient(circle at 30% 70%, rgb(116,150,180,0.5) 0%, transparent 60%);
    top: 0;
    height: 100%;
    pointer-events: none;
    content: "";
    position: absolute;
    z-index: 0;
}.plan_block_3 .container {
    max-width: 1320px;
    margin: 0 auto;
    z-index: 1;
    padding: 0 15px;
    position: relative;
}.plan_block_3 .pricing_levels_9 {
    position: relative;
    flex-direction: column-reverse;
    gap: 60px;
    display: flex;
}.plan_block_3 .member_fees_0 {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 90%);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    border-left: 3px solid rgb(164,203,169);
    padding: 30px;
    transform: perspective(1000px) rotateX(0deg);
    backdrop-filter: blur(10px);
    max-width: 100%;
}.plan_block_3 .member_fees_0:hover {
    transform: perspective(1000px) rotateX(2deg);
}.plan_block_3 .member_fees_0 h2 {
    font-size: 35px;
    letter-spacing: -0.02em;
    font-weight: 700;
    -webkit-background-clip: text !important;
    background: linear-gradient(90deg, rgb(164,203,169), rgb(116,150,180));
    color: transparent;
    line-height: 1.3;
    background-clip: text !important;
    margin-bottom: 20px;
    transform: translateZ(0);
}.plan_block_3 .member_fees_0 .learn_price_1 {
    line-height: 1.6;
    max-width: 700px;
    color: #000000;
    margin-bottom: 0;
    word-break: break-word;
    font-size: 14px;
    overflow-wrap: break-word;
}.plan_block_3 .cost_table_4 {
    grid-template-columns: 1fr;
    gap: 30px;
    display: grid;
    position: relative;
}.plan_block_3 .value_plan_1 {
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border-radius: 4px;
    position: relative;
    display: block;
    transform: translateY(0);
    text-decoration: none;
    overflow: hidden;
}.plan_block_3 .value_plan_1:hover {
    z-index: 5;
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.plan_block_3 .cost_plan_9 {
    flex-direction: column;
    display: flex;
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 95%);
    overflow: hidden;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.06);
    position: relative;
}.plan_block_3 .cost_plan_9::before {
    content: "";
    left: 0;
    height: 5px;
    transform: scaleX(0.8);
    top: 0;
    transition: transform 0.4s ease-out;
    position: absolute;
    width: 100%;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(164,203,169), rgb(116,150,180));
}.plan_block_3 .value_plan_1:hover .cost_plan_9::before {
    transform: scaleX(1);
}.plan_block_3 .class_deals_0 {
    padding: 30px;
    flex: 1;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
}.plan_block_3 .class_deals_0 h3 {
    color: #000000;
    white-space: nowrap;
    transform-origin: left;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: calc(23px + 2px);
    font-weight: 700;
    transition: transform 0.3s ease;
    margin-bottom: 15px;
    position: relative;
}.plan_block_3 .value_plan_1:hover .class_deals_0 h3 {
    transform: translateX(5px) scale(1.03);
    color: rgb(164,203,169);
}.plan_block_3 .program_fees_6 {
    position: relative;
    font-size: calc(23px + 4px);
    margin-bottom: 20px;
    font-weight: 700;
    display: inline-block;
    color: rgb(116,150,180);
}.plan_block_3 .program_fees_6::after {
    height: 3px;
    position: absolute;
    transform-origin: left;
    left: 0;
    bottom: -5px;
    transform: scaleX(0.5);
    background: rgb(164,203,169);
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 50px;
    content: "";
}.plan_block_3 .value_plan_1:hover .program_fees_6::after {
    transform: scaleX(1);
}.plan_block_3 .class_deals_0 p {
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    margin-bottom: 0;
    word-break: break-word;
    overflow: hidden;
    line-height: 1.6;
    color: #000000;
    display: -webkit-box;
    font-size: 14px;
    overflow-wrap: break-word;
}.plan_block_3 .image_frame_wrap_4 {
    height: 200px;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    overflow: hidden;
}.plan_block_3 .image_frame_wrap_4::after {
    content: "";
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.3) 100%);
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
}.plan_block_3 .value_plan_1:hover .image_frame_wrap_4 {
    transform: scale(1.05);
}

@media (min-width: 768px) {.plan_block_3 .cost_table_4 {
    grid-template-columns: repeat(2, 1fr);
}.plan_block_3 .member_fees_0 {
    padding: 40px;
}.plan_block_3 .class_deals_0 {
    padding: 30px 35px;
}.plan_block_3 .image_frame_wrap_4 {
    height: 240px;
}
}

@media (min-width: 992px) {.plan_block_3 .pricing_levels_9 {
    align-items: stretch;
    gap: 40px;
    flex-direction: row;
}.plan_block_3 .member_fees_0 {
    justify-content: center;
    flex-direction: column;
    display: flex;
    padding: 50px 40px;
    width: 30%;
}.plan_block_3 .cost_table_4 {
    width: 70%;
    grid-template-columns: repeat(2, 1fr);
}.plan_block_3 .class_deals_0 {
    padding: 30px;
}.plan_block_3 .class_deals_0 p {
    -webkit-line-clamp: 6;
}
}

@media (min-width: 1200px) {.plan_block_3 {
    padding: 120px 0;
}.plan_block_3 .cost_table_4 {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.plan_block_3 .member_fees_0 h2 {
    font-size: calc(35px + 4px);
}.plan_block_3 .class_deals_0 h3 {
    font-size: calc(23px + 4px);
}.plan_block_3 .program_fees_6 {
    font-size: calc(23px + 8px);
}.plan_block_3 .image_frame_wrap_4 {
    height: 280px;
}
}

@media (min-width: 1400px) {.plan_block_3 .cost_table_4 {
    grid-template-columns: repeat(2, 1fr);
}.plan_block_3 .class_deals_0 p {
    -webkit-line-clamp: 7;
}
}

@media (hover: hover) {.plan_block_3 .value_plan_1 {
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.plan_block_3 .value_plan_1:hover {
    transform: translateY(-10px) scale(1.02);
}}footer {
    width: 100%;
    position: relative;
}.a11y_tools_7 {
    overflow: hidden;
    font-family: Arial, sans-serif;
    padding: 0 0 30px;
    position: relative;
}footer .sponsor_logo_1 {
    z-index: 1;
    position: relative;
}footer .get_contactpanel_7 {
    color: #ffffff;
    flex-wrap: wrap;
    position: relative;
    background-color: rgb(116,150,180);
    display: flex;
    padding: 40px 20px;
    gap: 20px;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    margin-bottom: 70px;
    justify-content: center;
}footer .get_contactpanel_7::after {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    left: 0;
    height: 100%;
    position: absolute;
    pointer-events: none;
    top: 0;
    width: 100%;
    content: "";
}footer .info_item {
    transition: all 0.3s ease;
    align-items: center;
    flex: 1 1 200px;
    border-radius: 10px;
    display: flex;
    padding: 10px 20px;
    background-color: rgba(0, 0, 0, 0.2);
    max-width: 300px;
}footer .info_item:hover {
    transform: translateY(-5px);
    background-color: rgba(0, 0, 0, 0.3);
}footer .info_item svg {
    margin-right: 15px;
    flex-shrink: 0;
    width: 22px;
    fill: #ffffff;
    height: 22px;
}footer .info_item p,
footer .info_item a {
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
}footer .info_item a:hover {
    text-decoration: underline;
}footer .text_main_holder {
    margin-top: -30px;
    grid-template-columns: 1fr;
    display: grid;
    position: relative;
    gap: 40px;
}footer .text_main_holder::before {
    z-index: -1;
    width: 100%;
    top: 0;
    background-color: #ffffff;
    position: absolute;
    clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 100%);
    height: 100%;
    left: 0;
    content: "";
}footer .nav_start_4 {
    text-align: center;
    padding-top: 60px;
}footer .nav_start_4 svg {
    margin-bottom: 15px;
    height: 45px;
    width: auto;
}footer .learn_nav_1 {
    max-width: 350px;
    line-height: 1.6;
    color: #000000;
    margin: 0 auto;
    font-size: 14px;
    text-align: center;
}footer .top_info_0 {
    background-color: rgb(222,214,206);
    position: relative;
    margin: 0 20px;
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
    padding: 30px;
}footer .top_info_0 h5 {
    display: inline-block;
    font-weight: 600;
    position: relative;
    margin-bottom: 25px;
    font-size: 20px;
    color: #000000;
}footer .top_info_0 h5::after {
    height: 2px;
    width: 100%;
    background: linear-gradient(90deg, rgb(164,203,169), transparent);
    left: 0;
    bottom: -8px;
    position: absolute;
    content: "";
}footer .main_mainbar_3 {
    flex-wrap: wrap;
    margin-bottom: 25px;
    flex-direction: column;
    display: flex;
    gap: 10px 30px;
}footer .main_mainbar_3 a {
    position: relative;
    color: #000000;
    text-decoration: none;
    font-size: 18px;
    padding: 8px 0;
    flex: 1 0 calc(50% - 30px);
    transition: all 0.3s ease;
}footer .main_mainbar_3 a::after {
    content: "";
    width: 0;
    height: 1px;
    background-color: rgb(164,203,169);
    transition: width 0.3s ease;
    left: 0;
    bottom: 0;
    position: absolute;
}footer .main_mainbar_3 a:hover {
    padding-left: 5px;
    color: rgb(164,203,169);
}footer .main_mainbar_3 a:hover::after {
    width: 100%;
}footer .subscribe_holder {
    padding: 30px;
    clip-path: polygon(0 0, 95% 0, 100% 100%, 5% 100%);
    position: relative;
    background-color: rgb(164,203,169);
    color: #ffffff;
    margin: 0 20px;
}footer .subscribe_holder::before {
    top: 0;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.1) 0%, transparent 50%);
    height: 100%;
    width: 100%;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
}footer .subscribe_holder h5 {
    font-weight: 600;
    margin-bottom: 15px;
    color: #ffffff;
    font-size: 20px;
}footer .subscribe_holder p {
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 25px;
    font-size: 18px;
}footer .input_holder {
    display: flex;
    flex-direction: column;
    position: relative;
    gap: 15px;
}footer .input_holder input[type="email"] {
    border-radius: 10px;
    padding: 15px;
    transition: all 0.3s ease;
    font-size: 18px;
    border: none;
}footer .input_holder input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
}footer .updates_cta_1 {
    background-color: #000000;
    border: none;
    font-size: 14px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
    border-radius: 10px;
    padding: 15px;
    color: #ffffff;
}footer .updates_cta_1:hover {
    background-color: rgb(116,150,180);
}footer .project_ref_7 {
    padding-top: 20px;
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
    margin-top: 60px;
}footer .footer_address_1 {
    color: #000000;
    text-align: center;
    font-size: 14px;
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .updates_cta_1 {
    white-space: nowrap;
}footer .nav_start_4 {
    padding-top: 80px;
}
}

@media (max-width: 767px) {footer .get_contactpanel_7 {
    padding: 30px 15px 50px;
}footer .top_info_0, footer .subscribe_holder {
    padding: 25px 20px;
    margin: 0 10px;
}footer .project_ref_7 {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .get_contactpanel_7 {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}footer .top_info_0 h5, footer .subscribe_holder h5 {
    font-size: calc(20px - 2px);
}footer .main_mainbar_3 a {
    flex: 1 0 100%;
}footer .input_holder input[type="email"],
    footer .updates_cta_1 {
    padding: 12px;
}}.secure_guard_8 {
    height: auto;
    padding: 50px;
    color: #000000;
    background: #ffffff;
    width: 100%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}.secure_guard_8 h1 {
    border-bottom: 2px solid rgb(116,150,180);
    font-family: Arial, sans-serif;
    font-size: 43px;
    text-align: center;
    font-weight: 700;
    margin-top: 0;
    grid-column: span 2;
    color: rgb(164,203,169);
    padding-bottom: 10px;
    margin-bottom: 20px;
}.secure_guard_8 h2 {
    padding-left: 10px;
    font-weight: 600;
    color: rgb(116,150,180);
    margin-top: 0;
    border-left: 4px solid rgb(164,203,169);
    font-family: Arial, sans-serif;
    margin-bottom: 15px;
    font-size: 32px;
    text-align: left;
}.secure_guard_8 h3, .secure_guard_8 h4, .secure_guard_8 h5 {
    font-size: 18px;
    color: #000000;
}.secure_guard_8 ul {
    padding-left: 20px;
    list-style-type: square;
    margin: 0;
}.secure_guard_8 li {
    font-family: Arial, sans-serif;
    border-radius: 10px;
    line-height: 1.5;
    background: rgb(116,150,180,0.5);
    font-size: 17px;
    color: #000000;
    margin-bottom: 10px;
    padding: 10px;
}.secure_guard_8 div {
    border-radius: 28px;
    font-family: Arial, sans-serif;
    line-height: 1.8;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.5);
    background: rgb(164,203,169,0.5);
    color: #000000;
    padding: 15px;
    font-size: 17px;
    margin-bottom: 15px;
}.secure_guard_8 p, .secure_guard_8 span {
    color: #000000;
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 10px;
}
@media only screen and (max-width: 800px) {.secure_guard_8 {
    gap: 20px;
    grid-template-columns: 1fr;
    padding: 20px;
}.secure_guard_8 h1 {
    font-size: calc(18px - 4px);
    margin-bottom: 15px;
}.secure_guard_8 h2 {
    font-size: calc(18px - 2px);
    margin-bottom: 10px;
}.secure_guard_8 ul {
    padding-left: 15px;
}.secure_guard_8 li {
    padding: 8px;
    margin-bottom: 8px;
}.secure_guard_8 div {
    padding: 10px;
}}.cookie_warning_panel_9 {
    border-top: 2px solid rgb(164,203,169);
    position: fixed;
    bottom: 0;
    width: 100%;
    background: rgb(222,214,206);
    z-index: 90;
}.data_approval_1 {
    display: flex;
    padding: 20px 0;
    justify-content: space-between;
    align-items: center;
}.cookie_warning_panel_9 h5 {
    font-size: 22px;
    margin-bottom: 6px;
}.cookie_warning_panel_9 p {
    font-size: 18px;
}.consent_panel_0 {
    flex-shrink: 0;
    margin-right: 10px;
}.consent_panel_0 svg, .consent_panel_0 svg path, .consent_panel_0 img {
    fill: rgb(164,203,169);
    height: 100px;
    width: 100px;
}.cookies_overview_1 {
    white-space: nowrap;
    text-decoration: none;
    min-width: 120px;
    margin-left: 10px;
    text-align: center;
    color: rgb(164,203,169);
    cursor: pointer;
    line-height: 35px;
    border-bottom: 2px solid rgb(164,203,169);
    flex-shrink: 0;
    font-size: 24px;
}.cookie_warning_panel_9 p a {
    text-decoration: none;
    color: rgb(164,203,169);
}
@media only screen and (max-width: 1200px) {.cookie_warning_panel_9 {
    padding: 20px;
}}
#cookie_warning_box_3 {
    display: none;
}#cookie_warning_box_3:checked ~ .cookie_warning_panel_9 {
    opacity: 0;
    visibility: hidden;
}
@media only screen and (max-width: 800px) {.consent_panel_0 {
    display: none;
}.data_approval_1 {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}.cookie_warning_panel_9 h5 {
    text-align: center;
}.cookie_warning_panel_9 p {
    text-align: center;
}.track_alert_1 {
    margin-bottom: 20px;
}body .wrapper-skeleton_9 .cookies_overview_1 {
    margin-left: 0;
}}.thanksWeb_8 {
    padding: 7rem 0;
    overflow: hidden;
    perspective: 1000px;
    position: relative;
    background: linear-gradient(135deg, rgb(116,150,180,0.5) 0%, rgb(164,203,169,0.5) 40%, rgb(222,214,206) 100%);
}.thanksWeb_8::before {
    animation: rotateGradient 30s infinite linear;
    position: absolute;
    top: -50%;
    content: "";
    width: 200%;
    background: radial-gradient(circle at center, rgb(164,203,169,0.5) 0%, transparent 70%);
    left: -50%;
    height: 200%;
    opacity: 0.2;
}.thanksWeb_8::after {
    inset: 0;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(116,150,180,0.5) 0%, transparent 8%),
        radial-gradient(circle at 80% 70%, rgb(116,150,180,0.5) 0%, transparent 6%),
        radial-gradient(circle at 40% 80%, rgb(164,203,169,0.5) 0%, transparent 5%),
        radial-gradient(circle at 65% 25%, rgb(164,203,169,0.5) 0%, transparent 7%);
    position: absolute;
    pointer-events: none;
    content: "";
}.thanksWeb_8 .container {
    z-index: 2;
    transform-style: preserve-3d;
    position: relative;
}.thanksWeb_8 .story_info_1 {
    background: rgba(255, 255, 255, 0.85);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    gap: 2.5rem;
    backdrop-filter: blur(10px);
    display: flex;
    border: 1px solid rgba(255, 255, 255, 0.3);
    flex-direction: column;
    transform: translateZ(0);
    padding: 3rem;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}.thanksWeb_8 .story_info_1::before {
    left: -100%;
    width: 100%;
    position: absolute;
    content: "";
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.2) 50%,
        transparent 100%
    );
    pointer-events: none;
    animation: shimmer 4s infinite;
    top: 0;
    height: 100%;
}.thanksWeb_8 .story_info_1:hover {
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.2),
        0 10px 25px rgba(0, 0, 0, 0.08);
    transform: translateZ(20px) scale(1.01);
}.thanksWeb_8 .story_info_1 > div:first-child {
    transform: translateX(-2rem);
    position: relative;
    animation: slideInLeft 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards 0.2s;
    opacity: 0;
}.thanksWeb_8 .story_info_1 > div:last-child {
    position: relative;
    transform: translateY(2rem);
    opacity: 0;
    animation: slideInUp 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards 0.5s;
}.thanksWeb_8 h5 {
    letter-spacing: 0.02em;
    position: relative;
    display: inline-block;
    padding-bottom: 1rem;
    font-size: calc(24px * 1.1);
    font-weight: 700;
    margin-bottom: 1rem;
    color: rgb(164,203,169);
}.thanksWeb_8 h5::after {
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, rgb(164,203,169) 0%, rgb(116,150,180) 100%);
    position: absolute;
    content: "";
    height: 3px;
    animation: lineGrow 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards 1s;
    width: 0;
}.thanksWeb_8 p {
    line-height: 1.7;
    transition: color 0.3s ease, transform 0.3s ease;
    z-index: 1;
    position: relative;
    font-size: 12px;
    margin: 0;
    color: #000000;
}.thanksWeb_8 a {
    display: block;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(5px);
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 6px;
    text-decoration: none;
    padding: 1.5rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
}.thanksWeb_8 a::before {
    background: linear-gradient(135deg, rgb(164,203,169,0.5) 0%, transparent 100%);
    z-index: -1;
    position: absolute;
    content: "";
    inset: 0;
    opacity: 0;
    transition: opacity 0.4s ease;
}.thanksWeb_8 a:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
}.thanksWeb_8 a:hover::before {
    opacity: 0.15;
}.thanksWeb_8 a:hover p {
    color: #000000;
    transform: translateY(-3px);
}.thanksWeb_8 a::after {
    background: linear-gradient(90deg, rgb(116,150,180) 0%, rgb(164,203,169) 100%);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transform: scaleX(0);
    bottom: 0;
    position: absolute;
    transform-origin: left;
    left: 0;
    content: "";
    height: 3px;
    width: 100%;
}.thanksWeb_8 a:hover::after {
    transform: scaleX(1);
}

@keyframes slideInLeft {
    from {
        transform: translateX(-2rem);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideInUp {
    from {
        transform: translateY(2rem);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes lineGrow {
    from {
        width: 0;
    }
    to {
        width: 60%;
    }
}

@keyframes shimmer {
    0% {
        left: -100%;
    }
    20%, 100% {
        left: 100%;
    }
}

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

@media (max-width: 991px) {.thanksWeb_8 {
    padding: 5rem 0;
}.thanksWeb_8 .story_info_1 {
    gap: 2rem;
    padding: 2.5rem;
}.thanksWeb_8 h5 {
    font-size: 24px;
}.thanksWeb_8 p {
    font-size: calc(12px * 0.95);
    line-height: 1.6;
}
}

@media (max-width: 767px) {.thanksWeb_8 {
    padding: 4rem 0;
}.thanksWeb_8 .story_info_1 {
    padding: 2rem;
    gap: 1.5rem;
}.thanksWeb_8 h5 {
    font-size: calc(24px * 0.9);
}.thanksWeb_8 h5::after {
    height: 2px;
}.thanksWeb_8 a {
    padding: 1.2rem;
}
}

@media (max-width: 575px) {.thanksWeb_8 {
    padding: 3rem 0;
}.thanksWeb_8 .story_info_1 {
    gap: 1.2rem;
    padding: 1.5rem;
}.thanksWeb_8 h5 {
    font-size: calc(24px * 0.85);
    padding-bottom: 0.75rem;
}.thanksWeb_8 p {
    line-height: 1.5;
    font-size: calc(12px * 0.9);
}.thanksWeb_8 a {
    padding: 1rem;
}.thanksWeb_8 a:hover {
    transform: translateY(-3px);
}
}

@media (hover: none) {.thanksWeb_8 .story_info_1:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1),
                   0 0 0 1px rgba(255, 255, 255, 0.1),
                   0 5px 15px rgba(0, 0, 0, 0.05);
    transform: none;
}.thanksWeb_8 a:hover {
    transform: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}.thanksWeb_8 a:hover p {
    transform: none;
}}.follow_4 {
    padding: 5rem 2rem;
    background: rgb(222,214,206);
    position: relative;
    overflow: hidden;
}.follow_4::before {
    left: 0;
    position: absolute;
    z-index: 1;
    content: "";
    background: linear-gradient(135deg, rgb(164,203,169,0.5) 0%, transparent 70%);
    width: 100%;
    height: 100%;
    top: 0;
}.follow_4::after {
    opacity: 0.1;
    z-index: 1;
    width: 70%;
    clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
    content: "";
    bottom: 0;
    position: absolute;
    background-image: 
        repeating-linear-gradient(
            -45deg,
            transparent,
            transparent 5px,
            rgb(116,150,180,0.5) 5px,
            rgb(116,150,180,0.5) 8px
        );
    height: 40%;
    right: 0;
}.follow_4 .story_info_1 {
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}.follow_4 .request_form_5 {
    border-radius: 24px;
    margin: 0 auto;
    overflow: hidden;
    grid-template-columns: 1fr 1fr;
    position: relative;
    background: #ffffff;
    max-width: 700px;
    display: grid;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}.follow_4 .request_form_5::before {
    top: 0;
    height: 100%;
    background: linear-gradient(-45deg, #ffffff 50%, rgb(116,150,180,0.5) 50%);
    opacity: 0.3;
    position: absolute;
    content: "";
    z-index: 1;
    width: 100%;
    left: 0;
}.follow_4 h3 {
    font-size: 21px;
    color: #000000;
    font-weight: 700;
    grid-column: 1;
    position: relative;
    z-index: 2;
    padding: 3rem 2rem;
    margin: 0;
}.follow_4 h3::after {
    width: 60px;
    transform-origin: left center;
    left: 2rem;
    position: absolute;
    bottom: 30px;
    transition: transform 0.3s ease;
    height: 4px;
    transform: scaleX(1);
    content: "";
    background: rgb(164,203,169);
}.follow_4 .request_form_5:hover h3::after {
    transform: scaleX(1.5);
}.follow_4 .input_holder {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    grid-column: 2;
    z-index: 2;
    position: relative;
    padding: 2rem;
    justify-content: center;
}.follow_4 .input_holder::before {
    opacity: 0.2;
    left: 0;
    height: 100%;
    position: absolute;
    background: 
        radial-gradient(
            circle at 30% 70%,
            rgb(164,203,169,0.5) 0%,
            transparent 60%
        );
    width: 100%;
    top: 0;
    z-index: -1;
    content: "";
}.follow_4 input[type="email"] {
    border-bottom: 2px solid rgba(0, 0, 0, 0.5);
    border: none;
    width: 100%;
    padding: 1rem 1.5rem;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    color: #000000;
    background: transparent;
    font-size: 17px;
}.follow_4 input[type="email"]:focus {
    outline: none;
    border-color: rgb(164,203,169);
}.follow_4 input[type="email"]::placeholder {
    opacity: 0.7;
    color: #000000;
}.follow_4 input[type="submit"] {
    cursor: pointer;
    font-family: Arial, sans-serif;
    color: #ffffff;
    z-index: 1;
    font-size: 15px;
    border-radius: 10px;
    background: rgb(164,203,169);
    position: relative;
    width: 100%;
    border: none;
    font-weight: 600;
    overflow: hidden;
    padding: 1rem 1.5rem;
    transition: all 0.3s ease;
}.follow_4 input[type="submit"]::before {
    transform-origin: right;
    height: 100%;
    top: 0;
    content: "";
    transform: scaleX(0);
    width: 100%;
    position: absolute;
    background: rgb(116,150,180);
    left: 0;
    z-index: -1;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}.follow_4 input[type="submit"]:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}.follow_4 input[type="submit"]:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}.follow_4 .request_form_5::after {
    background: #ffffff;
    transform: skewX(-10deg);
    content: "";
    position: absolute;
    top: 0;
    width: 40px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    left: calc(50% - 20px);
    z-index: 2;
    bottom: 0;
}

@keyframes wave {
    0%, 100% {
        transform: translateY(0) scaleY(1);
    }
    50% {
        transform: translateY(-10px) scaleY(1.1);
    }
}

@media (max-width: 768px) {.follow_4 {
    padding: 4rem 1.5rem;
}.follow_4 .request_form_5 {
    grid-template-columns: 1fr;
}.follow_4 h3 {
    padding: 2rem 2rem 1rem;
    grid-column: 1;
    text-align: center;
}.follow_4 h3::after {
    transform: translateX(-50%) scaleX(1);
    left: 50%;
}.follow_4 .request_form_5:hover h3::after {
    transform: translateX(-50%) scaleX(1.5);
}.follow_4 .input_holder {
    padding: 1rem 2rem 2rem;
    grid-column: 1;
}.follow_4 .request_form_5::after {
    height: 40px;
    top: calc(33% - 20px);
    width: 100%;
    transform: skewY(-10deg);
    right: 0;
    left: 0;
}
}

@media (max-width: 480px) {.follow_4 {
    padding: 3rem 1rem;
}.follow_4 .request_form_5 {
    width: 100%;
}.follow_4 h3 {
    padding: 1.5rem 1.5rem 1rem;
    font-size: calc(21px * 0.9);
}.follow_4 .input_holder {
    padding: 1rem 1.5rem 1.5rem;
}.follow_4 input[type="email"] {
    padding: 0.8rem 1rem;
}.follow_4 input[type="submit"] {
    padding: 0.8rem 1rem;
}}.contact_form_box_1 {
    overflow: hidden;
    background: #ffffff;
    padding: 80px 0;
    position: relative;
}.contact_form_box_1::before {
    width: 100%;
    background-size: 20px 20px;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%) -10px 0,
                linear-gradient(225deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%) -10px 0,
                linear-gradient(315deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%),
                linear-gradient(45deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%);
}.contact_form_box_1 .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    z-index: 1;
}.contact_form_box_1 h2 {
    font-weight: 700;
    margin-bottom: 50px;
    color: #000000;
    text-align: left;
    font-size: 32px;
    border-left: 5px solid rgb(164,203,169);
    position: relative;
    padding-left: 20px;
}.contact_form_box_1 .feedback_section_8 {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    display: flex;
    background: #ffffff;
    overflow: hidden;
    flex-direction: row-reverse;
}.contact_form_box_1 .image_frame_wrap_4 {
    min-height: 500px;
    position: relative;
    flex: 0 0 40%;
}.contact_form_box_1 .image_frame_wrap_4::before {
    z-index: 1;
    top: 0;
    width: 100%;
    position: absolute;
    mix-blend-mode: multiply;
    content: "";
    background: rgb(164,203,169,0.5);
    height: 100%;
    left: 0;
}.contact_form_box_1 .message_list_3 {
    padding: 60px;
    position: relative;
    flex: 0 0 60%;
}.contact_form_box_1 .message_list_3::after {
    width: 150px;
    top: 0;
    position: absolute;
    height: 150px;
    right: 0;
    content: "";
    border-radius: 0 0 0 100%;
    z-index: -1;
    background: rgb(222,214,206);
}.contact_form_box_1 #contact {
    display: flex;
    gap: 30px;
    flex-direction: column;
}.contact_form_box_1 h3 {
    color: #000000;
    font-weight: 700;
    position: relative;
    margin-bottom: 30px;
    font-size: 19px;
}.contact_form_box_1 h3::after {
    bottom: -10px;
    left: 0;
    background: rgb(164,203,169);
    height: 2px;
    content: "";
    width: 40px;
    position: absolute;
}.contact_form_box_1 input[type="text"] {
    font-size: 12px;
    transition: all 0.3s ease;
    background: rgb(222,214,206);
    width: 100%;
    color: #000000;
    padding: 18px 20px;
    border-radius: 10px;
    border: none;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.03);
}.contact_form_box_1 input[type="text"]:focus {
    background: #ffffff;
    outline: none;
    box-shadow: 0 0 0 2px rgb(164,203,169,0.5), inset 0 2px 4px rgba(0, 0, 0, 0.03);
}.contact_form_box_1 input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.6;
}.contact_form_box_1 .connect_list_6 {
    display: flex;
    margin-top: 5px;
    align-items: center;
    gap: 12px;
}.contact_form_box_1 .connect_list_6 input[type="checkbox"] {
    border: 2px solid rgb(222,214,206);
    height: 22px;
    position: relative;
    cursor: pointer;
    transition: all 0.2s ease;
    width: 22px;
    border-radius: 10px;
    appearance: none;
}.contact_form_box_1 .connect_list_6 input[type="checkbox"]:checked {
    border-color: rgb(164,203,169);
    background: rgb(164,203,169);
}.contact_form_box_1 .connect_list_6 input[type="checkbox"]:checked::after {
    border: solid #ffffff;
    transform: rotate(45deg);
    content: "";
    position: absolute;
    top: 3px;
    border-width: 0 2px 2px 0;
    width: 6px;
    left: 7px;
    height: 11px;
}.contact_form_box_1 .connect_list_6 label {
    color: #000000;
    font-size: 12px;
    line-height: 1.5;
}.contact_form_box_1 .connect_list_6 a {
    color: rgb(164,203,169);
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
}.contact_form_box_1 .connect_list_6 a:hover {
    color: rgb(116,150,180);
}.contact_form_box_1 .connect_list_6 a::after {
    height: 1px;
    content: "";
    position: absolute;
    background: rgb(164,203,169);
    width: 100%;
    bottom: -2px;
    transition: all 0.3s ease;
    left: 0;
}.contact_form_box_1 .connect_list_6 a:hover::after {
    background: rgb(116,150,180);
}.contact_form_box_1 .request_map_8 {
    background: rgb(164,203,169);
    border-radius: 20px;
    font-weight: 600;
    color: #ffffff;
    border: none;
    padding: 18px 40px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgb(164,203,169,0.5);
    cursor: pointer;
    margin-top: 20px;
    font-size: 15px;
    align-self: flex-start;
}.contact_form_box_1 .request_map_8:hover {
    background: rgb(116,150,180);
    transform: translateY(-2px);
    box-shadow: 0 7px 20px rgb(116,150,180,0.5);
}.contact_form_box_1 svg {
    width: 20px;
    height: 20px;
    transition: all 0.3s ease;
    fill: rgb(164,203,169);
}.contact_form_box_1 svg path {
    fill: rgb(164,203,169);
    transition: all 0.3s ease;
}.contact_form_box_1 svg:hover {
    fill: rgb(116,150,180);
}.contact_form_box_1 svg:hover path {
    fill: rgb(116,150,180);
}

@media (max-width: 992px) {.contact_form_box_1 .feedback_section_8 {
    flex-direction: column;
}.contact_form_box_1 .image_frame_wrap_4 {
    flex: 0 0 auto;
    min-height: 300px;
    order: 1;
}.contact_form_box_1 .message_list_3 {
    padding: 50px 40px;
    flex: 0 0 auto;
    order: 2;
}.contact_form_box_1 h2 {
    margin-bottom: 40px;
}
}

@media (max-width: 768px) {.contact_form_box_1 {
    padding: 60px 0;
}.contact_form_box_1 h2 {
    font-size: calc(32px - 4px);
    margin-bottom: 30px;
}.contact_form_box_1 .message_list_3 {
    padding: 40px 30px;
}.contact_form_box_1 #contact {
    gap: 25px;
}.contact_form_box_1 .image_frame_wrap_4 {
    min-height: 250px;
}
}

@media (max-width: 576px) {.contact_form_box_1 {
    padding: 40px 0;
}.contact_form_box_1 .container {
    padding: 0 15px;
}.contact_form_box_1 h2 {
    font-size: calc(32px - 6px);
    padding-left: 15px;
    margin-bottom: 25px;
}.contact_form_box_1 .message_list_3 {
    padding: 30px 20px;
}.contact_form_box_1 #contact {
    gap: 20px;
}.contact_form_box_1 input[type="text"] {
    padding: 15px;
}.contact_form_box_1 .request_map_8 {
    padding: 15px 20px;
    width: 100%;
}.contact_form_box_1 .image_frame_wrap_4 {
    min-height: 200px;
}}.our_background_3 {
    padding: 120px 0 100px;
    overflow: hidden;
    position: relative;
}.our_background_3::before {
    background: #000000;
    position: absolute;
    content: "";
    opacity: 0.75;
    height: 100%;
    z-index: 1;
    top: 0;
    width: 100%;
    left: 0;
}.our_background_3::after {
    background: rgb(164,203,169);
    animation: pulse 8s infinite alternate ease-in-out;
    bottom: -50px;
    right: -50px;
    content: "";
    z-index: 1;
    filter: blur(40px);
    position: absolute;
    opacity: 0.1;
    width: 300px;
    height: 300px;
    border-radius: 50%;
}.our_background_3 .container {
    max-width: 1200px;
    z-index: 2;
    padding: 0 20px;
    grid-template-columns: 1fr;
    margin: 0 auto;
    display: grid;
    position: relative;
}.our_background_3 .text_description_9 {
    border-left: 4px solid rgb(164,203,169);
    background: linear-gradient(135deg, rgba(255,255,255,0.12), rgba(255,255,255,0.03));
    transform: perspective(1000px) rotateY(-2deg);
    box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25);
    backdrop-filter: blur(10px);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    padding: 40px;
}.our_background_3 .text_description_9:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}.our_background_3 h5 {
    font-weight: 700;
    letter-spacing: 1px;
    position: relative;
    font-size: 18px;
    color: rgb(164,203,169);
    margin: 0 0 10px;
    display: inline-block;
    transform: translateX(0);
    text-transform: uppercase;
    transition: transform 0.3s ease-out;
}.our_background_3 h5::after {
    transform: scaleX(1);
    width: 40%;
    left: 0;
    background: rgb(164,203,169);
    height: 3px;
    position: absolute;
    transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    bottom: -8px;
    content: "";
    transform-origin: left;
}.our_background_3 .text_description_9:hover h5 {
    transform: translateX(5px);
}.our_background_3 .text_description_9:hover h5::after {
    transform: scaleX(1.5);
}.our_background_3 p {
    color: #ffffff;
    font-weight: 600;
    font-size: calc(17px * 1.2);
    letter-spacing: 0.5px;
    margin: 0 0 20px;
}.our_background_3 p b {
    position: relative;
    letter-spacing: 1px;
    font-weight: 700;
    padding-bottom: 5px;
    color: rgb(116,150,180);
    display: inline-block;
    font-size: calc(17px * 1.4);
}.our_background_3 p b::before {
    width: 100%;
    left: 0;
    content: "";
    transform-origin: right;
    background: rgb(116,150,180);
    transform: scaleX(0);
    position: absolute;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    bottom: 0;
    height: 2px;
}.our_background_3 .text_description_9:hover p b::before {
    transform-origin: left;
    transform: scaleX(1);
}.our_background_3 ol {
    margin: 0;
    counter-reset: item;
    list-style: none;
    padding: 0;
}.our_background_3 ol li {
    opacity: 0.9;
    font-weight: 400;
    color: #ffffff;
    text-align: justify;
    padding-left: 5px;
    line-height: 1.8;
    position: relative;
    letter-spacing: 0.3px;
    font-size: 17px;
    column-count: 1;
    column-gap: 40px;
}.our_background_3 ol li::first-line {
    color: rgb(116,150,180);
    font-weight: 600;
}

@keyframes pulse {
    0% {
        opacity: 0.1;
        transform: scale(1);
    }
    50% {
        opacity: 0.15;
        transform: scale(1.2);
    }
    100% {
        opacity: 0.1;
        transform: scale(1);
    }
}

@media (min-width: 768px) {.our_background_3 {
    padding: 150px 0 130px;
}.our_background_3 .text_description_9 {
    padding: 60px;
}.our_background_3 ol li {
    column-gap: 50px;
    column-count: 2;
}.our_background_3::after {
    width: 400px;
    height: 400px;
}
}

@media (min-width: 992px) {.our_background_3 {
    padding: 180px 0 160px;
}.our_background_3 .container {
    grid-template-columns: 1fr 3fr;
}.our_background_3 .text_description_9 {
    padding: 70px;
    grid-column: 2;
}.our_background_3 h5 {
    margin-bottom: 20px;
}.our_background_3 ol li {
    column-gap: 60px;
    column-count: 2;
}
}

@media (max-width: 767px) {.our_background_3 {
    padding: 80px 0 60px;
}.our_background_3 .text_description_9 {
    transform: none;
    padding: 30px;
}.our_background_3 h5 {
    font-size: calc(18px * 0.85);
}.our_background_3 p b {
    font-size: calc(17px * 1.2);
}.our_background_3 ol li {
    line-height: 1.6;
    font-size: calc(17px * 0.9);
}}header .top_plank {
    background: rgb(164,203,169);
    color:  #ffffff;
}header .top_plank .learn_edu_7 div svg, header .top_plank .learn_edu_7 div svg path {
    fill: #ffffff;
}header .top_plank .learn_edu_7 div span {
    color: #ffffff;
}header .top_plank .learn_edu_7 {
    justify-content: flex-start;
    display: flex;
    font-size: 12px;
    padding: 15px 0 10px 0;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    line-height: 21px;
}header .top_plank .learn_edu_7 div {
    display: flex;
    justify-content: flex-start;
    margin-right: 24px;
    align-items: center;
}header .top_plank .learn_edu_7 div img, header .top_plank .learn_edu_7 div svg {
    margin-right: 8px;
    height: 16px;
    width: 16px;
}.welcome_9 {
    background: linear-gradient(135deg, rgb(116,150,180,0.5), rgb(164,203,169,0.5));
    display: flex;
    justify-content: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.15);
    width: 100%;
    overflow: hidden;
    position: relative;
    align-items: center;
    height: 100vh;
}.welcome_9 .image_frame_wrap_4 {
    transform: scale(1.05);
    left: 0;
    position: absolute;
    height: 100%;
    transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
    filter: brightness(0.85) contrast(1.1);
    z-index: 1;
    top: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
    width: 100%;
}.welcome_9:hover .image_frame_wrap_4 {
    filter: brightness(0.75) contrast(1.15);
    transform: scale(1.02);
}.welcome_9::before {
    content: '';
    z-index: 2;
    background: linear-gradient(45deg, rgba(20,20,40,0.7), rgba(20,20,40,0.4));
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}.welcome_9::after {
    content: '';
    background: linear-gradient(0deg, #000000, transparent);
    position: absolute;
    bottom: 0;
    width: 100%;
    opacity: 0.8;
    z-index: 3;
    height: 25%;
    left: 0;
}.welcome_9 .story_info_1 {
    background: rgba(255,255,255,0.08);
    padding: 2.5rem;
    width: 90%;
    flex-direction: column;
    z-index: 4;
    backdrop-filter: blur(8px);
    position: relative;
    justify-content: center;
    align-items: flex-start;
    max-width: 1200px;
    border-left: 3px solid rgb(164,203,169);
    display: flex;
    transform: translateY(-2rem);
}.welcome_9 h1 {
    color: #ffffff;
    transform: translateX(-10px);
    animation: slide-in 0.8s forwards 0.2s cubic-bezier(0.2, 1, 0.3, 1);
    margin-bottom: 1.5rem;
    text-shadow: 2px 2px 10px rgba(0,0,0,0.3);
    font-weight: 700;
    max-width: 80%;
    line-height: 1.3;
    opacity: 0;
    font-size: 38px;
}.welcome_9 .text_description_9 {
    opacity: 0;
    animation: fade-up 0.8s forwards 0.6s cubic-bezier(0.2, 1, 0.3, 1);
    flex-direction: column;
    width: 100%;
    transform: translateY(20px);
    display: flex;
    gap: 2rem;
}.welcome_9 .text_description_9 p {
    line-height: 1.6;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.2);
    font-size: calc(14px * 1.2);
    color: #ffffff;
    max-width: 60%;
    margin-bottom: 1rem;
}.welcome_9 .course_lead_8 {
    align-items: center;
    transition: transform 0.5s ease;
    transform: rotate(-2deg) translateX(20px);
    margin-bottom: 2rem;
    margin-top: 1rem;
    display: flex;
    justify-content: flex-start;
}.welcome_9 .course_lead_8:hover {
    transform: rotate(0deg) translateX(20px) scale(1.05);
}.welcome_9 .course_lead_8 svg {
    height: 120px;
    width: 120px;
    filter: drop-shadow(2px 4px 6px rgba(0,0,0,0.2));
    transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
}.welcome_9 .course_lead_8 svg:hover {
    filter: drop-shadow(3px 6px 10px rgba(0,0,0,0.3));
    transform: scale(1.05);
}.welcome_9 .course_lead_8 svg path {
    transition: fill 0.3s ease;
}.welcome_9 .course_lead_8 svg:hover path {
    fill: rgb(164,203,169);
}.welcome_9 .course_lead_8 svg text {
    transition: fill 0.3s ease;
    font-family: Arial, sans-serif;
}.welcome_9 .course_lead_8 svg:hover text {
    fill: #ffffff;
}.welcome_9 h6 {
    align-self: flex-start;
    margin-top: 1rem;
}.welcome_9 .request_map_8 {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(164,203,169), rgb(116,150,180));
    font-size: 14px;
    padding: 1rem 2rem;
    color: #ffffff;
    transform: translateZ(0);
    z-index: 1;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
    display: inline-block;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.2, 1, 0.3, 1);
    border: none;
}.welcome_9 .request_map_8::before {
    z-index: -1;
    transition: opacity 0.4s cubic-bezier(0.2, 1, 0.3, 1);
    top: 0;
    height: 100%;
    opacity: 0;
    content: '';
    background: linear-gradient(135deg, rgb(116,150,180), rgb(164,203,169));
    position: absolute;
    width: 100%;
    left: 0;
}.welcome_9 .request_map_8:hover {
    box-shadow: 0 7px 20px rgba(0,0,0,0.2);
    transform: translateY(-3px) scale(1.02);
}.welcome_9 .request_map_8:hover::before {
    opacity: 1;
}.welcome_9 .request_map_8:active {
    transform: translateY(1px);
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

@keyframes slide-in {
    0% {
        transform: translateX(-30px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fade-up {
    0% {
        transform: translateY(20px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@media (max-width: 1200px) {.welcome_9 h1 {
    font-size: calc(38px * 0.9);
    max-width: 90%;
}.welcome_9 .text_description_9 p {
    max-width: 80%;
}
}

@media (max-width: 992px) {.welcome_9 .story_info_1 {
    width: 95%;
    padding: 2rem;
}.welcome_9 h1 {
    max-width: 100%;
    font-size: calc(38px * 0.85);
}.welcome_9 .text_description_9 p {
    max-width: 90%;
    font-size: calc(14px * 1.1);
}.welcome_9 .course_lead_8 svg {
    width: 100px;
    height: 100px;
}
}

@media (max-width: 768px) {.welcome_9 {
    height: 90vh;
}.welcome_9 .image_frame_wrap_4 {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
}.welcome_9 .story_info_1 {
    padding: 1.5rem;
    transform: translateY(0);
}.welcome_9 h1 {
    font-size: calc(38px * 0.75);
}.welcome_9 .text_description_9 p {
    font-size: 14px;
    max-width: 100%;
}.welcome_9 .course_lead_8 {
    transform: rotate(0) translateX(0);
}.welcome_9 .course_lead_8 svg {
    width: 80px;
    height: 80px;
}.welcome_9 .request_map_8 {
    padding: 0.8rem 1.5rem;
}
}

@media (max-width: 576px) {.welcome_9 {
    height: 85vh;
}.welcome_9 .story_info_1 {
    padding: 1.25rem;
    width: 92%;
}.welcome_9 h1 {
    margin-bottom: 1rem;
    font-size: calc(38px * 0.65);
}.welcome_9 .text_description_9 {
    gap: 1rem;
}.welcome_9 .text_description_9 p {
    font-size: calc(14px * 0.9);
}.welcome_9 .course_lead_8 {
    margin-bottom: 1rem;
    margin-top: 0.5rem;
}.welcome_9 .course_lead_8 svg {
    height: 70px;
    width: 70px;
}.welcome_9 .request_map_8 {
    padding: 0.7rem 1.2rem;
    font-size: calc(14px * 0.9);
}
}

h1, h2, h3, h4, h5, h6 {word-break: break-word;}
