* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}html,body {
    height: 100%;
    min-height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
    auto
contain
touch-action: none;
    scroll-snap-type: none;
    scroll-behavior: auto;
}.head_train_68 {
    flex: 1 0 auto;
}.wrap-structure_82 {
    height: 100%;
    min-height: 100%;
    flex-direction: column;
    display: flex;
}a {
    text-decoration: none;
    color: inherit;
}.learn_nav_97 {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}svg {
    width: 30px;
    height: 30px;
}.container {
    margin: auto;
    width: 1239px;
    max-width: 100%;
}

@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.cost_plan_79 {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    color: #ffffff;
}.cost_plan_79::before {
    left: 0;
    width: 100%;
    top: 0;
    z-index: 1;
    position: absolute;
    height: 100%;
    content: '';
    background: linear-gradient(135deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.6) 100%);
}.cost_plan_79 .container {
    z-index: 2;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}.cost_plan_79 .learn_sub_41 {
    position: relative;
}.cost_plan_79 h2 {
    position: relative;
    text-align: center;
    background: linear-gradient(90deg, rgb(231,199,154) 0%, rgb(217,167,107) 100%);
    background-clip: text !important;
    font-weight: 700;
    margin-bottom: 25px;
    font-size: 38px;
    color: transparent;
    -webkit-background-clip: text !important;
    animation: titleFloat 6s ease-in-out infinite;
    transform: translateY(0);
}.cost_plan_79 h2::after {
    content: '';
    background: rgb(217,167,107);
    position: absolute;
    bottom: -10px;
    height: 3px;
    transform: translateX(-50%);
    width: 80px;
    left: 50%;
}.cost_plan_79 .package_rates_79 {
    line-height: 1.6;
    font-size: calc(17px + 2px);
    color: #ffffff;
    margin: 0 auto 50px;
    max-width: 700px;
    text-align: center;
    opacity: 0.9;
}.cost_plan_79 .pricing_rates_54 {
    margin: 0;
    list-style: none;
    gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    padding: 0;
    display: grid;
}.cost_plan_79 .pricing_rates_54 li {
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
}.cost_plan_79 .pricing_rates_54 li:hover {
    transform: translateY(-10px);
    z-index: 3;
}.cost_plan_79 .pro_rates_30 {
    display: block;
    overflow: hidden;
    height: 100%;
    position: relative;
    color: #ffffff;
    text-decoration: none;
}.cost_plan_79 .program_fees_91 {
    height: 100%;
    transition: all 0.4s ease;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: linear-gradient(145deg, rgba(41, 41, 41, 0.8) 0%, rgba(25, 25, 25, 0.9) 100%);
    position: relative;
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3), 0 5px 15px rgba(0, 0, 0, 0.2);
    padding: 35px 30px;
}.cost_plan_79 .program_fees_91::before {
    transform: scaleX(0);
    transition: transform 0.5s ease;
    top: 0;
    transform-origin: left;
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, rgb(231,199,154), rgb(217,167,107));
    height: 5px;
    position: absolute;
    content: '';
}.cost_plan_79 .pro_rates_30:hover .program_fees_91::before {
    transform: scaleX(1);
}.cost_plan_79 .program_fees_91::after {
    height: 60px;
    bottom: 0;
    width: 60px;
    background: linear-gradient(135deg, transparent 50%, rgb(217,167,107,0.5) 50%);
    transition: opacity 0.5s ease;
    opacity: 0;
    position: absolute;
    content: '';
    right: 0;
}.cost_plan_79 .pro_rates_30:hover .program_fees_91::after {
    opacity: 1;
}.cost_plan_79 .lesson_plans_19 {
    position: relative;
    z-index: 2;
}.cost_plan_79 .lesson_plans_19 h4 {
    position: relative;
    font-size: calc(22px + 2px);
    color: #ffffff;
    font-weight: 700;
    margin: 0 0 20px;
    display: inline-block;
}.cost_plan_79 .lesson_plans_19 h4::after {
    left: 0;
    transition: width 0.4s ease;
    width: 40px;
    content: '';
    height: 2px;
    bottom: -8px;
    position: absolute;
    background: rgb(231,199,154);
}.cost_plan_79 .pro_rates_30:hover .lesson_plans_19 h4::after {
    width: 100%;
}.cost_plan_79 .lesson_plans_19 p {
    margin: 0 0 30px;
    line-height: 1.6;
    overflow-wrap: break-word;
    max-height: 200px;
    font-size: 17px;
    padding-right: 5px;
    word-break: break-word;
    color: rgba(255, 255, 255, 0.8);
    overflow-y: auto;
}.cost_plan_79 .lesson_plans_19 p::-webkit-scrollbar {
    width: 4px;
}.cost_plan_79 .lesson_plans_19 p::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
}.cost_plan_79 .lesson_plans_19 p::-webkit-scrollbar-thumb {
    background: rgb(231,199,154,0.5);
}.cost_plan_79 .indv_sub_30 {
    margin-top: 15px;
    display: block;
    color: #ffffff;
    font-weight: 700;
    font-size: calc(22px + 4px);
    padding: 10px 0;
    position: relative;
}.cost_plan_79 .indv_sub_30::before {
    height: 1px;
    position: absolute;
    width: 40px;
    background: rgba(255, 255, 255, 0.2);
    left: 0;
    content: '';
    top: 0;
}

@keyframes titleFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

@media (max-width: 991px) {.cost_plan_79 {
    padding: 80px 0;
}.cost_plan_79 .pricing_rates_54 {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}.cost_plan_79 .program_fees_91 {
    padding: 25px 20px;
}.cost_plan_79 .lesson_plans_19 p {
    max-height: 150px;
    font-size: calc(17px - 1px);
}.cost_plan_79 .indv_sub_30 {
    font-size: calc(22px + 2px);
}
}

@media (max-width: 767px) {.cost_plan_79 {
    padding: 60px 0;
}.cost_plan_79 h2 {
    font-size: calc(38px - 4px);
}.cost_plan_79 .package_rates_79 {
    font-size: 17px;
    margin-bottom: 30px;
}.cost_plan_79 .pricing_rates_54 {
    margin: 0 auto;
    max-width: 450px;
    grid-template-columns: 1fr;
}.cost_plan_79 .lesson_plans_19 h4 {
    font-size: 22px;
}.cost_plan_79 .indv_sub_30 {
    font-size: 22px;
}
}

@media (max-width: 480px) {.cost_plan_79 {
    padding: 50px 0;
}.cost_plan_79 h2 {
    font-size: calc(38px - 8px);
}.cost_plan_79 .package_rates_79 {
    font-size: calc(17px - 2px);
}.cost_plan_79 .program_fees_91 {
    padding: 20px 15px;
}.cost_plan_79 .lesson_plans_19 p {
    font-size: calc(17px - 2px);
}}.teaching_experience_83 {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(244,228,200) 0%, rgb(217,167,107,0.5) 100%);
    padding: 5rem 0;
    perspective: 1000px;
    position: relative;
}.teaching_experience_83::before {
    transform: translateZ(-10px);
    top: 0;
    opacity: 0.15;
    content: "";
    background: 
        radial-gradient(circle at 20% 30%, rgb(231,199,154,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(217,167,107,0.5) 0%, transparent 30%);
    left: 0;
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
}.teaching_experience_83 .container {
    z-index: 1;
    position: relative;
    margin: 0 auto;
    padding: 0 2rem;
    transform-style: preserve-3d;
    max-width: 1200px;
}.teaching_experience_83 .alumni_voices_40 {
    display: grid;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transform: translateZ(20px);
    backdrop-filter: blur(5px);
    transform-style: preserve-3d;
    padding: 3rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    grid-template-columns: 1fr;
    gap: 2.5rem;
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 100%);
}.teaching_experience_83 .alumni_voices_40:hover {
    transform: translateZ(30px) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}.teaching_experience_83 .alumni_voices_40 > div {
    position: relative;
}.teaching_experience_83 .alumni_voices_40 > div:first-child {
    transform: translateZ(10px);
    perspective: 800px;
}.teaching_experience_83 .image_grid_item_91 {
    overflow: hidden;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.05),
        inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 100%;
    height: 300px;
    transform: rotateY(-3deg) rotateX(2deg);
    border: 3px solid #ffffff;
}.teaching_experience_83 .image_grid_item_91::after {
    content: "";
    z-index: 1;
    inset: 0;
    background: linear-gradient(to bottom right, 
                 rgba(255, 255, 255, 0.2) 0%, 
                 rgba(255, 255, 255, 0) 40%);
    position: absolute;
}.teaching_experience_83 .alumni_voices_40:hover .image_grid_item_91 {
    transform: rotateY(0deg) rotateX(0deg) scale(1.02);
}.teaching_experience_83 .name {
    position: relative;
    margin-bottom: 0.5rem;
    letter-spacing: 0.03em;
    font-size: 21px;
    transform: translateZ(15px);
    color: #000000;
    font-weight: 700;
}.teaching_experience_83 .name::after {
    width: 60px;
    left: 0;
    transform: scaleX(0.8);
    transform-origin: left;
    background: linear-gradient(90deg, rgb(231,199,154) 0%, rgb(217,167,107) 100%);
    bottom: -10px;
    position: absolute;
    height: 3px;
    content: "";
    transition: transform 0.3s ease-in-out;
}.teaching_experience_83 .alumni_voices_40:hover .name::after {
    transform: scaleX(1);
}.teaching_experience_83 .alumni_voices_40 > div:nth-child(2) > div {
    font-weight: 600;
    margin-top: 0.75rem;
    position: relative;
    font-size: calc(14px - 0.1rem);
    transform: translateZ(5px);
    color: rgb(217,167,107);
}.teaching_experience_83 .past_work_02 {
    transform: translateZ(5px);
    color: #000000;
    transition: opacity 0.3s ease;
    opacity: 0.9;
    font-size: 14px;
    font-family: Arial, sans-serif;
    line-height: 1.7;
    position: relative;
}.teaching_experience_83 .alumni_voices_40:hover .past_work_02 {
    opacity: 1;
}.teaching_experience_83 .past_work_02::before {
    z-index: -1;
    position: absolute;
    font-size: 6rem;
    left: -1.5rem;
    opacity: 0.2;
    color: rgb(217,167,107,0.5);
    top: -2rem;
    font-family: Georgia, serif;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    content: "";
}.teaching_experience_83 .alumni_voices_40:hover .past_work_02::before {
    transform: scale(1.1) translateZ(20px);
}

@media (min-width: 768px) {.teaching_experience_83 {
    padding: 8rem 0;
}.teaching_experience_83 .alumni_voices_40 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 2fr;
    gap: 2rem 3rem;
}.teaching_experience_83 .alumni_voices_40 > div:first-child {
    grid-row: span 2;
}.teaching_experience_83 .alumni_voices_40 > div:nth-child(3) {
    grid-column: 2;
}.teaching_experience_83 .image_grid_item_91 {
    height: 100%;
    transform: rotateY(-5deg) translateZ(20px);
    min-height: 400px;
}.teaching_experience_83 .past_work_02 {
    font-size: calc(14px + 0.05rem);
}.teaching_experience_83 .name {
    font-size: calc(21px + 0.1rem);
}
}

@media (min-width: 1024px) {.teaching_experience_83 .alumni_voices_40 {
    padding: 4rem;
    grid-template-columns: 1.2fr 2fr;
}.teaching_experience_83 .image_grid_item_91 {
    min-height: 450px;
}.teaching_experience_83 .name::after {
    width: 80px;
}.teaching_experience_83 .container {
    padding: 0 4rem;
}
}

@media (min-width: 1200px) {.teaching_experience_83 .alumni_voices_40 {
    gap: 3rem 4rem;
    grid-template-columns: 1fr 1.8fr;
}.teaching_experience_83 .image_grid_item_91 {
    min-height: 500px;
}.teaching_experience_83 .container {
    padding: 0 2rem;
}
}

@media (max-width: 767px) {.teaching_experience_83 {
    padding: 4rem 0;
}.teaching_experience_83 .alumni_voices_40 {
    padding: 2rem;
}.teaching_experience_83 .image_grid_item_91 {
    margin-bottom: 1rem;
    height: 250px;
}.teaching_experience_83 .past_work_02 {
    font-size: calc(14px - 0.05rem);
}.teaching_experience_83 .name {
    margin-top: 0.5rem;
}
}

@media (hover: hover) {.teaching_experience_83 .alumni_voices_40 {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}.teaching_experience_83 .alumni_voices_40:hover {
    transform: translateZ(30px) translateY(-5px);
}
}

@media (hover: none) {.teaching_experience_83 .alumni_voices_40 {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateZ(0) !important;
}.teaching_experience_83 .image_grid_item_91 {
    transform: none !important;
}}.privacy_quarters_53 {
    align-items: center;
    overflow: hidden;
    height: auto;
    width: 100%;
    border: 2px solid rgb(231,199,154);
    flex-direction: column;
    padding: 50px;
    color: #ffffff;
    display: flex;
    background: rgb(217,167,107);
}.privacy_quarters_53 h1 {
    margin-bottom: 30px;
    margin-top: 20px;
    border-bottom: 4px solid rgb(217,167,107);
    font-weight: 700;
    width: 100%;
    text-align: center;
    font-size: 45px;
    color: rgb(231,199,154);
    padding-bottom: 10px;
}.privacy_quarters_53 h2 {
    text-align: left;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 28px;
    margin-top: 25px;
    padding-bottom: 5px;
    border-bottom: 2px solid rgb(231,199,154);
    width: 100%;
    color: #ffffff;
}.privacy_quarters_53 ul, .privacy_quarters_53 ol {
    width: 100%;
    list-style-type: none;
    padding-left: 0;
    margin: 20px 0;
}.privacy_quarters_53 li {
    margin-bottom: 15px;
    font-size: 18px;
    border-left: 4px solid rgb(217,167,107);
    background: rgb(231,199,154,0.5);
    border-radius: 10px;
    color: #ffffff;
    padding: 10px 20px;
    font-weight: 400;
}.privacy_quarters_53 section {
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 27px;
    width: 100%;
    background: rgb(217,167,107,0.5);
}.privacy_quarters_53 p, .privacy_quarters_53 span, .privacy_quarters_53 div {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.8;
    color: #ffffff;
    font-family: Arial, sans-serif;
}

@media only screen and (max-width: 800px) {.privacy_quarters_53 {
    padding: 30px 15px;
}.privacy_quarters_53 h1 {
    font-size: calc(23px - 10px);
}.privacy_quarters_53 h2 {
    font-size: calc(23px - 8px);
}.privacy_quarters_53 li {
    font-size: calc(18px - 2px);
    padding: 8px 15px;
}}.gratPage_50 {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(244,228,200) 0%, #ffffff 100%);
}.gratPage_50::before {
    background: rgb(217,167,107,0.5);
    content: "";
    top: -50px;
    height: 300px;
    animation: float 12s ease-in-out infinite;
    z-index: 0;
    width: 300px;
    left: -50px;
    position: absolute;
    filter: blur(80px);
}.gratPage_50::after {
    width: 280px;
    content: "";
    height: 280px;
    right: -80px;
    z-index: 0;
    filter: blur(70px);
    animation: float 15s ease-in-out infinite reverse;
    bottom: -80px;
    background: rgb(231,199,154,0.5);
    position: absolute;
}.gratPage_50 .container {
    position: relative;
    z-index: 2;
}.gratPage_50 .knowledge_study_20 {
    padding: 3.5rem;
    display: grid;
    grid-template-columns: 1fr;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.05),
                -20px -20px 60px rgba(255, 255, 255, 0.8),
                inset 5px 5px 10px rgba(255, 255, 255, 0.8),
                inset -5px -5px 10px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    background: rgba(255, 255, 255, 0.85);
    clip-path: polygon(
        0% 0%, 
        97% 0%, 
        100% 3%, 
        100% 100%, 
        3% 100%, 
        0% 97%
    );
    backdrop-filter: blur(15px);
    gap: 2rem;
}.gratPage_50 .knowledge_study_20::before {
    position: absolute;
    top: 0;
    pointer-events: none;
    background-size: 10px 10px;
    content: "";
    background: linear-gradient(45deg, transparent 48%, rgb(217,167,107,0.5) 49%, transparent 51%);
    opacity: 0.08;
    width: 100%;
    left: 0;
    height: 100%;
}.gratPage_50 .knowledge_study_20 > div:first-child {
    position: relative;
}.gratPage_50 .knowledge_study_20 > div:first-child::after {
    height: 4px;
    width: 80px;
    position: absolute;
    content: "";
    bottom: -1rem;
    background: linear-gradient(90deg, rgb(231,199,154) 0%, rgb(217,167,107) 100%);
    left: 0;
    transform: scaleX(1);
    transform-origin: left center;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}.gratPage_50 .knowledge_study_20:hover > div:first-child::after {
    transform: scaleX(1.5);
}.gratPage_50 h5 {
    color: #000000;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    font-size: 23px;
    transform: translateX(0);
    margin-bottom: 0.5rem;
    font-weight: 700;
    line-height: 1.3;
    font-family: Arial, sans-serif;
}.gratPage_50 .knowledge_study_20:hover h5 {
    transform: translateX(10px);
}.gratPage_50 a {
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transform: translateY(0);
    display: block;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}.gratPage_50 a:hover {
    transform: translateY(-5px);
}.gratPage_50 a::before {
    width: 100%;
    height: 0;
    z-index: -1;
    background: linear-gradient(to top, rgb(231,199,154,0.5) 0%, transparent 100%);
    opacity: 0;
    transition: height 0.5s ease, opacity 0.5s ease;
    left: 0;
    bottom: 0;
    content: "";
    position: absolute;
}.gratPage_50 a:hover::before {
    opacity: 0.1;
    height: 100%;
}.gratPage_50 p {
    line-height: 1.7;
    color: #000000;
    margin: 0;
    font-size: 17px;
    font-weight: 400;
    font-family: Arial, sans-serif;
}

@keyframes float {
    0%, 100% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(20px, -20px);
    }
    50% {
        transform: translate(0, -40px);
    }
    75% {
        transform: translate(-20px, -20px);
    }
}

@media (min-width: 768px) {.gratPage_50 {
    padding: 150px 0;
}.gratPage_50 .knowledge_study_20 {
    align-items: center;
    grid-template-columns: 1fr 1fr;
    padding: 4rem;
    gap: 3rem;
}.gratPage_50 h5 {
    margin-bottom: 0;
    font-size: calc(23px * 1.1);
}.gratPage_50 p {
    font-size: calc(17px * 1.05);
}
}

@media (min-width: 992px) {.gratPage_50 {
    padding: 180px 0;
}.gratPage_50 .knowledge_study_20 {
    padding: 5rem;
}.gratPage_50 h5 {
    font-size: calc(23px * 1.2);
}.gratPage_50 .knowledge_study_20 > div:first-child::after {
    width: 100px;
}
}

@media (max-width: 767px) {.gratPage_50 {
    padding: 80px 0;
}.gratPage_50 .knowledge_study_20 {
    padding: 2.5rem;
}.gratPage_50 h5 {
    font-size: calc(23px * 0.9);
}.gratPage_50 p {
    font-size: calc(17px * 0.95);
}.gratPage_50 .knowledge_study_20 > div:first-child::after {
    width: 60px;
}
}

@media (max-width: 480px) {.gratPage_50 {
    padding: 60px 0;
}.gratPage_50 .knowledge_study_20 {
    padding: 2rem;
    clip-path: polygon(
            0% 0%, 
            95% 0%, 
            100% 5%, 
            100% 100%, 
            5% 100%, 
            0% 95%
        );
}.gratPage_50 h5 {
    font-size: calc(23px * 0.85);
}.gratPage_50 p {
    font-size: calc(17px * 0.9);
}}header {
    z-index: 99;
    position: relative;
    width: 100%;
    background: linear-gradient(135deg, rgb(244,228,200), #ffffff);
    overflow: visible;
}header::before {
    content: "";
    width: 100%;
    position: absolute;
    height: 15px;
    bottom: 0;
    left: 0;
    background-size: 20px 20px;
    background: 
        radial-gradient(
            circle at 0% 50%,
            transparent 6px,
            rgb(231,199,154,0.5) 6px,
            rgb(231,199,154,0.5) 10px,
            transparent 10px
        ) repeat-x;
    opacity: 0.3;
}header .top_prime_74 {
    position: relative;
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 25px 30px;
}header .top_prime_74::before,
header .top_prime_74::after {
    width: 30%;
    position: absolute;
    background: linear-gradient(to right, rgb(231,199,154), transparent);
    content: "";
    height: 2px;
}header .top_prime_74::before {
    top: 10px;
    left: 0;
}header .top_prime_74::after {
    right: 0;
    background: linear-gradient(to left, rgb(217,167,107), transparent);
    bottom: 10px;
}header .top_prime_74 .site_top_53 {
    z-index: 2;
    position: relative;
}header .top_prime_74 .site_top_53::before {
    position: absolute;
    left: -20%;
    transition: transform 0.5s ease-in-out;
    border-radius: 60% 40% 50% 30% / 40% 50% 60% 50%;
    top: -20%;
    height: 140%;
    opacity: 0.05;
    width: 140%;
    content: "";
    z-index: -1;
    background: rgb(231,199,154,0.5);
}header .top_prime_74 .site_top_53:hover::before {
    transform: rotate(15deg) scale(1.1);
}header .top_prime_74 .site_top_53 .header_tutor_08 {
    display: block;
    transition: transform 0.3s ease;
}header .top_prime_74 .site_top_53:hover .header_tutor_08 {
    transform: translateY(-3px);
}header .top_prime_74 .site_top_53 .header_tutor_08 svg {
    width: auto;
    height: 45px;
    filter: drop-shadow(0 2px 3px rgba(0,0,0,0.1));
}header .top_prime_74 .main_navbar_16 {
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    position: relative;
}header .top_prime_74 .main_navbar_16::before {
    height: 100%;
    top: 0;
    transition: all 0.5s ease;
    left: 0;
    opacity: 0.05;
    z-index: -1;
    content: "";
    position: absolute;
    background: rgb(217,167,107,0.5);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    width: 100%;
}header .top_prime_74 .main_navbar_16:hover::before {
    opacity: 0.08;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
}header .top_prime_74 .main_navbar_16 .header_bar_03 {
    position: relative;
    margin: 0 8px;
}header .top_prime_74 .main_navbar_16 .header_bar_03 a {
    position: relative;
    font-size: 13px;
    transition: all 0.4s ease;
    font-family: Arial, sans-serif;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    display: block;
    padding: 10px 15px;
    font-weight: 600;
    overflow: hidden;
    text-decoration: none;
    color: #000000;
}header .top_prime_74 .main_navbar_16 .header_bar_03 a:hover {
    color: #ffffff;
    border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%;
}header .top_prime_74 .main_navbar_16 .header_bar_03 a::before {
    border-radius: 0% 0% 0% 0% / 0% 0% 0% 0%;
    transform-origin: right top;
    position: absolute;
    left: 0;
    width: 100%;
    content: "";
    transition: transform 0.4s ease, border-radius 0.4s ease;
    top: 0;
    height: 100%;
    z-index: -1;
    background: rgb(231,199,154);
    transform: scale(0);
}header .top_prime_74 .main_navbar_16 .header_bar_03 a:hover::before {
    transform: scale(1);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}header .top_prime_74 .main_navbar_16 .header_bar_03:nth-child(2n) a::before {
    transform-origin: left bottom;
    background: rgb(217,167,107);
}header .top_prime_74 .main_navbar_16 .header_bar_03:nth-child(2n) a:hover::before {
    border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
}header .top_prime_74 .main_navbar_16 .header_bar_03:hover {
    animation: menu-wobble 1s ease;
}

@keyframes menu-wobble {
    0%, 100% {
        transform: translateX(0);
    }
    15% {
        transform: translateX(-3px) rotate(-1deg);
    }
    30% {
        transform: translateX(2px) rotate(1deg);
    }
    45% {
        transform: translateX(-2px) rotate(-0.5deg);
    }
    60% {
        transform: translateX(1px) rotate(0.5deg);
    }
    75% {
        transform: translateX(-1px) rotate(-0.25deg);
    }
}

@media (max-width: 992px) {header .top_prime_74 {
    flex-direction: column;
    padding: 20px 15px;
}header .top_prime_74 .site_top_53 {
    margin-bottom: 15px;
}header .top_prime_74 .main_navbar_16 {
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
}header .top_prime_74 .main_navbar_16 .header_bar_03 {
    margin: 5px;
}header .top_prime_74 .main_navbar_16 .header_bar_03 a {
    padding: 8px 12px;
    font-size: calc(13px - 1px);
}
}

@media (max-width: 767px) {header .top_prime_74 {
    padding: 15px 10px;
}header .top_prime_74 .site_top_53 .header_tutor_08 svg {
    height: 40px;
}header .top_prime_74 .main_navbar_16 .header_bar_03 a {
    padding: 6px 10px;
    font-size: calc(13px - 2px);
}}.our_story_26 {
    overflow: hidden;
    padding: 120px 0 100px;
    position: relative;
    color: #ffffff;
}.our_story_26::before {
    z-index: 1;
    content: "";
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.65) 100%);
    top: 0;
    position: absolute;
    height: 100%;
    left: 0;
    width: 100%;
}.our_story_26::after {
    background: rgb(231,199,154);
    top: -50px;
    z-index: 0;
    filter: blur(50px);
    animation: float 15s infinite ease-in-out;
    height: 300px;
    border-radius: 50%;
    opacity: 0.15;
    position: absolute;
    width: 300px;
    content: "";
    right: -50px;
}.our_story_26 .container {
    max-width: 1200px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
}.our_story_26 h4 {
    opacity: 1;
    letter-spacing: 1px;
    position: relative;
    transform: translateY(0);
    color: #ffffff;
    z-index: 2;
    margin-bottom: 50px;
    animation: fadeIn 0.8s ease-out;
    font-size: 29px;
    text-align: center;
    font-weight: 700;
}.our_story_26 h4::after {
    height: 3px;
    left: 50%;
    transform: translateX(-50%);
    background: rgb(217,167,107);
    bottom: -15px;
    width: 60px;
    content: "";
    position: absolute;
}.our_story_26 .text_box_item_05 {
    animation: slideUp 0.8s ease-out forwards;
    transform: perspective(1000px) rotateY(0deg);
    transition: transform 0.6s ease;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    padding: 40px;
}.our_story_26 .text_box_item_05::before {
    height: 100%;
    content: "";
    width: 6px;
    position: absolute;
    background: linear-gradient(to bottom, rgb(231,199,154), rgb(217,167,107));
    top: 0;
    left: 0;
}.our_story_26 .text_box_item_05:hover {
    transform: perspective(1000px) rotateY(2deg) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
}.our_story_26 .text_box_item_05 h6 {
    transform: translateX(0);
    margin-bottom: 20px;
    font-size: calc(24px * 1.1);
    position: relative;
    transition: transform 0.4s ease;
    font-weight: 700;
    color: rgb(231,199,154);
    display: inline-block;
}.our_story_26 .text_box_item_05 h6::after {
    transform: scaleX(1);
    height: 2px;
    width: 50%;
    left: 0;
    position: absolute;
    background: rgb(217,167,107);
    transition: transform 0.4s ease;
    content: "";
    transform-origin: left;
    bottom: -8px;
}.our_story_26 .text_box_item_05:hover h6 {
    transform: translateX(5px);
}.our_story_26 .text_box_item_05:hover h6::after {
    transform: scaleX(1.2);
}.our_story_26 .text_box_item_05 span {
    font-size: 18px;
    line-height: 1.8;
    column-count: 1;
    color: #000000;
    text-align: justify;
    column-gap: 30px;
    hyphens: auto;
    display: block;
    position: relative;
}

@media (min-width: 768px) {.our_story_26 .text_box_item_05 span {
    column-count: 2;
}
}

@media (min-width: 992px) {.our_story_26 {
    padding: 150px 0 130px;
}.our_story_26 h4 {
    margin-bottom: 80px;
    font-size: calc(29px * 1.2);
}.our_story_26 .text_box_item_05 {
    padding: 50px 60px;
    margin: 0 40px;
}.our_story_26 .text_box_item_05::before {
    width: 8px;
}.our_story_26 .text_box_item_05 h6 {
    font-size: calc(24px * 1.3);
    margin-bottom: 30px;
}.our_story_26 .text_box_item_05 span {
    line-height: 1.9;
    font-size: calc(18px * 1.05);
}
}

@media (max-width: 767px) {.our_story_26 {
    padding: 80px 0 60px;
}.our_story_26 h4 {
    margin-bottom: 40px;
    font-size: calc(29px * 0.9);
}.our_story_26 .text_box_item_05 {
    padding: 25px 20px 25px 25px;
}.our_story_26 .text_box_item_05::before {
    width: 4px;
}.our_story_26 .text_box_item_05 h6 {
    margin-bottom: 15px;
    font-size: 18px;
}.our_story_26 .text_box_item_05 span {
    font-size: calc(18px * 0.95);
    line-height: 1.7;
}}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes float {
    0%, 100% {
        transform: translate(0, 0) scale(1);
    }
    25% {
        transform: translate(-30px, 30px) scale(1.1);
    }
    50% {
        transform: translate(0, 50px) scale(0.9);
    }
    75% {
        transform: translate(30px, 20px) scale(1.05);
    }
}.contact_us_24 {
    overflow: hidden;
    padding: 120px 0 100px;
    position: relative;
    background: linear-gradient(135deg, rgb(244,228,200) 0%, rgb(244,228,200) 50%, rgb(231,199,154,0.5) 150%);
}.contact_us_24::before {
    background-image: 
        linear-gradient(to right, rgb(231,199,154,0.5) 1px, transparent 1px),
        linear-gradient(to bottom, rgb(231,199,154,0.5) 1px, transparent 1px);
    z-index: 1;
    top: 0;
    content: "";
    position: absolute;
    background-size: 30px 30px;
    opacity: 0.05;
    height: 100%;
    width: 100%;
    left: 0;
}.contact_us_24::after {
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(231,199,154) 15%, 
        rgb(217,167,107) 35%, 
        rgb(231,199,154) 65%, 
        transparent 100%);
    animation: scanline 3s infinite linear;
    position: absolute;
    height: 2px;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    content: "";
}@keyframes scanline {
    0% {
        transform: translateX(-100%);
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: translateX(100%);
        opacity: 0.5;
    }
}

.contact_us_24 .image_grid_item_91 {
    opacity: 0.06;
    z-index: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    filter: contrast(1.2) brightness(0.8) grayscale(0.5);
    top: 0;
    mix-blend-mode: luminosity;
    left: 0;
}.contact_us_24 .image_grid_item_91::before {
    width: 100%;
    opacity: 0.03;
    height: 100%;
    content: "";
    mix-blend-mode: color-burn;
    position: absolute;
    background: repeating-linear-gradient(
        -45deg,
        rgb(231,199,154) 0,
        rgb(231,199,154) 5px,
        transparent 5px,
        transparent 10px
    );
    left: 0;
    top: 0;
}.contact_us_24 .container {
    padding: 0 20px;
    z-index: 3;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}.contact_us_24 h3 {
    font-size: 31px;
    margin-bottom: 60px;
    color: rgb(231,199,154);
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    letter-spacing: 3px;
}.contact_us_24 .support_request_85 {
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(0, 0, 0, 0.02),
        0 0 0 15px rgb(244,228,200),
        0 0 30px rgb(231,199,154,0.5);
    display: flex;
    position: relative;
    flex-wrap: wrap;
    border-radius: 10px;
    background: #ffffff;
    z-index: 2;
    overflow: hidden;
}.contact_us_24 .support_request_85::before {
    z-index: 3;
    width: 100%;
    background: linear-gradient(90deg, rgb(231,199,154), rgb(217,167,107));
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 3px;
}.contact_us_24 .help_panel_74 {
    z-index: 2;
    background: linear-gradient(
        135deg,
        #ffffff 0%,
        #ffffff 85%,
        rgba(rgb(244,228,200), 0.3) 100%
    );
    flex: 1 1 60%;
    padding: 50px;
    position: relative;
}.contact_us_24 .help_panel_74::after {
    top: 20px;
    opacity: 0.5;
    border-right: 2px solid rgb(231,199,154,0.5);
    position: absolute;
    right: 20px;
    border-top: 2px solid rgb(231,199,154,0.5);
    content: "";
    height: 40px;
    width: 40px;
}.contact_us_24 .help_panel_74::before {
    height: 40px;
    border-bottom: 2px solid rgb(231,199,154,0.5);
    bottom: 20px;
    left: 20px;
    width: 40px;
    content: "";
    border-left: 2px solid rgb(231,199,154,0.5);
    position: absolute;
    opacity: 0.5;
}.contact_us_24 .help_panel_74 h3 {
    letter-spacing: normal;
    padding: 0 0 10px 0;
    color: #000000;
    text-align: left;
    font-size: 23px;
    border-bottom: 1px solid rgb(244,228,200);
    margin-bottom: 30px;
    text-transform: none;
}.contact_us_24 .help_panel_74 h3::before,
.contact_us_24 .help_panel_74 h3::after {
    display: none;
}.contact_us_24 .help_panel_74 input[type="text"],
.contact_us_24 .help_panel_74 textarea {
    border-radius: 10px;
    margin-bottom: 20px;
    font-size: 12px;
    background: rgb(244,228,200);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
    color: #000000;
    padding: 16px 20px;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    border: none;
    width: 100%;
}.contact_us_24 .help_panel_74 input[type="text"]:focus,
.contact_us_24 .help_panel_74 textarea:focus {
    background: #ffffff;
    outline: none;
    box-shadow: 
        inset 0 1px 3px rgba(0, 0, 0, 0.05),
        0 0 0 2px rgb(231,199,154,0.5);
}.contact_us_24 .help_panel_74 input[type="text"]::placeholder,
.contact_us_24 .help_panel_74 textarea::placeholder {
    color: #000000;
    opacity: 0.6;
    transition: all 0.3s ease;
}.contact_us_24 .help_panel_74 input[type="text"]:focus::placeholder,
.contact_us_24 .help_panel_74 textarea:focus::placeholder {
    opacity: 0.4;
    transform: translateX(5px);
}.contact_us_24 .help_panel_74 textarea {
    min-height: 150px;
    resize: vertical;
}.contact_us_24 .help_panel_74 .feedback_feedback_54 {
    margin-bottom: 25px;
    align-items: flex-start;
    display: flex;
}.contact_us_24 .help_panel_74 .feedback_feedback_54 input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact_us_24 .help_panel_74 .feedback_feedback_54 label {
    position: relative;
    cursor: pointer;
    padding-left: 35px;
    font-size: 14px;
    color: #000000;
    line-height: 1.6;
}.contact_us_24 .help_panel_74 .feedback_feedback_54 label::before {
    top: 2px;
    height: 20px;
    content: "";
    border: 1px solid rgb(244,228,200);
    position: absolute;
    transition: all 0.2s ease;
    left: 0;
    width: 20px;
    border-radius: 2px;
    background: #ffffff;
}.contact_us_24 .help_panel_74 .feedback_feedback_54 input[type="checkbox"]:checked + label::before {
    background: rgb(231,199,154);
    border-color: rgb(231,199,154);
}.contact_us_24 .help_panel_74 .feedback_feedback_54 input[type="checkbox"]:checked + label::after {
    transform: rotate(45deg);
    height: 12px;
    top: 4px;
    border-width: 0 2px 2px 0;
    width: 6px;
    content: "";
    left: 7px;
    position: absolute;
    border: solid #ffffff;
}.contact_us_24 .help_panel_74 .feedback_feedback_54 a {
    transition: all 0.3s ease;
    font-weight: 600;
    transition: background-size 0.3s ease;
    background-repeat: no-repeat;
    text-decoration: none;
    color: rgb(231,199,154);
    background-image: linear-gradient(
        transparent calc(100% - 2px),
        rgb(231,199,154,0.5) 2px
    );
    background-size: 0% 100%;
}.contact_us_24 .help_panel_74 .feedback_feedback_54 a:hover {
    background-size: 100% 100%;
}.contact_us_24 .help_panel_74 .support_card_06 {
    z-index: 1;
    cursor: pointer;
    position: relative;
    border-radius: 10px;
    border: none;
    background: rgb(231,199,154);
    padding: 16px 30px;
    letter-spacing: 1px;
    color: #ffffff;
    font-size: 19px;
    font-weight: 600;
    transition: all 0.4s ease;
    overflow: hidden;
    box-shadow: 0 4px 15px rgb(231,199,154,0.5);
}.contact_us_24 .help_panel_74 .support_card_06::before {
    left: 0;
    background-size: 200% 200%;
    position: absolute;
    width: 100%;
    content: "";
    transition: opacity 0.4s ease;
    background: repeating-linear-gradient(
        -45deg,
        rgb(217,167,107) 0%,
        rgb(217,167,107) 10%,
        rgb(231,199,154) 10%,
        rgb(231,199,154) 20%
    );
    z-index: -1;
    top: 0;
    height: 100%;
    opacity: 0;
}.contact_us_24 .help_panel_74 .support_card_06:hover {
    box-shadow: 0 8px 20px rgb(231,199,154,0.5);
    transform: translateY(-2px);
}.contact_us_24 .help_panel_74 .support_card_06:hover::before {
    opacity: 1;
    animation: buttonBg 5s linear infinite;
}@keyframes buttonBg {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

.contact_us_24 .reach_inquiry_37 {
    background: rgb(244,228,200);
    z-index: 2;
    flex: 1 1 35%;
    overflow: hidden;
    position: relative;
    padding: 50px;
}.contact_us_24 .reach_inquiry_37::before {
    opacity: 0.1;
    width: 100%;
    content: "";
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(231,199,154,0.5) 0%, transparent 10px),
        radial-gradient(circle at 80% 70%, rgb(231,199,154,0.5) 0%, transparent 10px);
    left: 0;
    background-size: 60px 60px;
    position: absolute;
    top: 0;
    height: 100%;
}.contact_us_24 .reach_inquiry_37::after {
    height: 100%;
    width: 100%;
    left: 0;
    position: absolute;
    opacity: 0.3;
    top: 0;
    content: "";
    background: 
        linear-gradient(90deg, transparent 90%, rgb(231,199,154,0.5) 100%),
        linear-gradient(180deg, transparent 90%, rgb(231,199,154,0.5) 100%);
}.contact_us_24 .reach_inquiry_37 h4 {
    font-weight: 600;
    margin-bottom: 40px;
    font-size: 23px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding-bottom: 15px;
    color: #000000;
    position: relative;
}.contact_us_24 .reach_inquiry_37 h4::after {
    width: 50px;
    bottom: -1px;
    position: absolute;
    background: linear-gradient(90deg, rgb(231,199,154), rgb(217,167,107));
    height: 3px;
    content: "";
    left: 0;
}.contact_us_24 .reach_inquiry_37 .reach_feedback_35 {
    list-style: none;
    margin: 0;
    padding: 0;
}.contact_us_24 .reach_inquiry_37 .reach_feedback_35 li {
    margin-bottom: 25px;
    position: relative;
    align-items: center;
    border-left: 3px solid rgb(231,199,154);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
    overflow: hidden;
    background: rgba(255, 255, 255, 0.7);
    padding: 15px;
    transition: all 0.3s ease;
    border-radius: 10px;
    backdrop-filter: blur(5px);
    display: flex;
}.contact_us_24 .reach_inquiry_37 .reach_feedback_35 li::before {
    content: "";
    z-index: 2;
    height: 100%;
    width: 3px;
    left: 0;
    top: 0;
    position: absolute;
    background: rgb(231,199,154);
}.contact_us_24 .reach_inquiry_37 .reach_feedback_35 li::after {
    transition: all 0.3s ease;
    top: 0;
    opacity: 0;
    z-index: -1;
    left: 0;
    height: 100%;
    content: "";
    width: 100%;
    background: rgb(231,199,154,0.5);
    position: absolute;
}.contact_us_24 .reach_inquiry_37 .reach_feedback_35 li:hover {
    border-left-color: rgb(217,167,107);
    transform: translateX(5px);
}.contact_us_24 .reach_inquiry_37 .reach_feedback_35 li:hover::after {
    opacity: 0.05;
}.contact_us_24 .reach_inquiry_37 .reach_feedback_35 li svg {
    width: 22px;
    transition: all 0.3s ease;
    height: 22px;
    position: relative;
    margin-right: 15px;
    z-index: 2;
}.contact_us_24 .reach_inquiry_37 .reach_feedback_35 li:hover svg {
    transform: scale(1.2);
}.contact_us_24 .reach_inquiry_37 .reach_feedback_35 li svg path {
    transition: all 0.3s ease;
    fill: rgb(231,199,154);
}.contact_us_24 .reach_inquiry_37 .reach_feedback_35 li:hover svg path {
    fill: rgb(217,167,107);
}.contact_us_24 .reach_inquiry_37 .reach_feedback_35 li span {
    z-index: 2;
    position: relative;
    color: #000000;
    font-size: 12px;
}.contact_us_24 .reach_inquiry_37 .reach_feedback_35 li a {
    color: #000000;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
}.contact_us_24 .reach_inquiry_37 .reach_feedback_35 li a::before {
    bottom: -2px;
    transition: transform 0.3s ease;
    content: "";
    transform: scaleX(0);
    transform-origin: right;
    background: rgb(231,199,154);
    position: absolute;
    height: 1px;
    width: 100%;
    left: 0;
}.contact_us_24 .reach_inquiry_37 .reach_feedback_35 li a:hover {
    color: rgb(231,199,154);
}.contact_us_24 .reach_inquiry_37 .reach_feedback_35 li a:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}

@media (max-width: 992px) {.contact_us_24 {
    padding: 80px 0 60px;
}.contact_us_24 h3 {
    margin-bottom: 40px;
}.contact_us_24 .support_request_85 {
    flex-direction: column;
}.contact_us_24 .help_panel_74,
    .contact_us_24 .reach_inquiry_37 {
    flex: 1 1 100%;
}.contact_us_24 .reach_inquiry_37 {
    border-top: 1px solid rgb(244,228,200);
}
}

@media (max-width: 768px) {.contact_us_24 {
    padding: 60px 0;
}.contact_us_24 h3 {
    margin-bottom: 35px;
    font-size: calc(31px * 0.85);
}.contact_us_24 .help_panel_74 h3,
    .contact_us_24 .reach_inquiry_37 h4 {
    font-size: calc(23px * 0.9);
}.contact_us_24 .help_panel_74,
    .contact_us_24 .reach_inquiry_37 {
    padding: 35px;
}.contact_us_24 .help_panel_74::before,
    .contact_us_24 .help_panel_74::after {
    width: 30px;
    height: 30px;
}.contact_us_24 .help_panel_74 input[type="text"],
    .contact_us_24 .help_panel_74 textarea {
    padding: 14px 16px;
}
}

@media (max-width: 576px) {.contact_us_24 {
    padding: 50px 0;
}.contact_us_24 h3 {
    font-size: calc(31px * 0.7);
    margin-bottom: 30px;
}.contact_us_24 .support_request_85 {
    box-shadow: 
            0 15px 30px rgba(0, 0, 0, 0.1),
            0 0 0 1px rgba(0, 0, 0, 0.02),
            0 0 0 8px rgb(244,228,200);
}.contact_us_24 .help_panel_74,
    .contact_us_24 .reach_inquiry_37 {
    padding: 25px 20px;
}.contact_us_24 .help_panel_74::before,
    .contact_us_24 .help_panel_74::after {
    display: none;
}.contact_us_24 .help_panel_74 input[type="text"],
    .contact_us_24 .help_panel_74 textarea {
    margin-bottom: 15px;
    padding: 12px 15px;
}.contact_us_24 .help_panel_74 .feedback_feedback_54 label {
    font-size: calc(14px * 0.9);
}.contact_us_24 .help_panel_74 .support_card_06 {
    width: 100%;
    padding: 14px 20px;
}.contact_us_24 .reach_inquiry_37 .reach_feedback_35 li {
    padding: 12px;
    margin-bottom: 15px;
}}.course_features_61 {
    background: linear-gradient(135deg, rgb(244,228,200) 0%, rgb(231,199,154,0.5) 100%);
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}.course_features_61::before {
    background: 
    radial-gradient(circle at 20% 20%, rgb(217,167,107,0.5) 0%, transparent 30%),
    radial-gradient(circle at 80% 80%, rgb(231,199,154,0.5) 0%, transparent 30%);
    top: 0;
    left: 0;
    content: "";
    position: absolute;
    width: 100%;
    z-index: 1;
    height: 100%;
}.course_features_61::after {
    position: absolute;
    left: 0;
    z-index: 1;
    background-size: 40px 40px;
    width: 100%;
    background-image: 
    linear-gradient(90deg, rgb(231,199,154,0.5) 1px, transparent 1px),
    linear-gradient(0deg, rgb(231,199,154,0.5) 1px, transparent 1px);
    background-position: -1px -1px;
    content: "";
    top: 0;
    opacity: 0.1;
    height: 100%;
}.course_features_61 .container {
    margin: 0 auto;
    z-index: 2;
    position: relative;
    max-width: 1200px;
    padding: 0 30px;
}.course_features_61 .knowledge_study_20 {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1.2fr;
}.course_features_61 .learn_path_39 {
    justify-content: center;
    z-index: 3;
    flex-direction: column;
    position: relative;
    display: flex;
    padding: 0 50px 0 0;
    align-items: flex-start;
}.course_features_61 .site_top_53 {
    perspective: 500px;
    position: relative;
    margin-bottom: 30px;
    transform-style: preserve-3d;
}.course_features_61 .site_top_53::before {
    border-radius: 10px;
    transform: translateZ(-10px);
    background-color: #ffffff;
    height: calc(100% + 30px);
    content: "";
    position: absolute;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    left: -15px;
    z-index: -1;
    top: -15px;
    width: calc(100% + 30px);
}.course_features_61 .site_top_53::after {
    width: calc(100% + 10px);
    border: 1px solid rgb(231,199,154,0.5);
    border-radius: calc(10px - 2px);
    transform: translateZ(-5px);
    z-index: -1;
    height: calc(100% + 10px);
    content: "";
    left: -5px;
    top: -5px;
    position: absolute;
}.course_features_61 .site_top_53 svg {
    max-width: 140px;
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.1));
    transition: all 0.3s ease;
}.course_features_61 .site_top_53 svg path {
    transition: fill 0.3s ease;
    fill: rgb(231,199,154);
}.course_features_61 .site_top_53:hover svg {
    transform: scale(1.05);
}.course_features_61 .site_top_53:hover svg path {
    fill: rgb(217,167,107);
}.course_features_61 h3 {
    color: #000000;
    border-left: 3px solid rgb(231,199,154);
    position: relative;
    padding-left: 20px;
    line-height: 1.3;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
}.course_features_61 h3::after {
    left: -3px;
    width: 30px;
    content: "";
    position: absolute;
    background-color: rgb(217,167,107);
    bottom: -5px;
    height: 3px;
}.course_features_61 p {
    line-height: 1.8;
    color: #000000;
    font-family: Arial, sans-serif;
    padding-left: 20px;
    margin-bottom: 0;
    position: relative;
    font-weight: 400;
    font-size: 17px;
}.course_features_61 .image_grid_item_91 {
    overflow: hidden;
    position: relative;
    height: 550px;
    transition: all 0.5s ease;
    border-radius: 50% 0 0 50%;
    box-shadow: -20px 0 40px rgba(0, 0, 0, 0.15);
}.course_features_61 .image_grid_item_91::before {
    border-radius: 50% 0 0 50%;
    border-left: 10px solid rgb(231,199,154,0.5);
    content: "";
    inset: 0;
    border: 10px solid transparent;
    z-index: 2;
    position: absolute;
}.course_features_61 .image_grid_item_91::after {
    inset: 15px;
    border-radius: 50% 0 0 50%;
    box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.2);
    position: absolute;
    content: "";
    z-index: 2;
}

@media screen and (min-width: 1600px) {.course_features_61 .knowledge_study_20 {
    grid-template-columns: 1fr 1.5fr;
}.course_features_61 .image_grid_item_91 {
    border-radius: 45% 0 0 45%;
}
}

@media screen and (max-width: 1200px) {.course_features_61 {
    padding: 80px 0;
}.course_features_61 .learn_path_39 {
    padding: 0 30px 0 0;
}
}

@media screen and (max-width: 991px) {.course_features_61 .knowledge_study_20 {
    gap: 60px;
    grid-template-columns: 1fr;
}.course_features_61 .learn_path_39 {
    padding: 0;
    order: 2;
}.course_features_61 .image_grid_item_91 {
    order: 1;
    border-radius: 0 0 30% 30%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    min-height: 350px;
}.course_features_61 .image_grid_item_91::before {
    border: 10px solid transparent;
    border-radius: 0 0 30% 30%;
    border-bottom: 10px solid rgb(231,199,154,0.5);
}.course_features_61 .image_grid_item_91::after {
    border-radius: 0 0 30% 30%;
}.course_features_61 .knowledge_study_20::before,
  .course_features_61 .knowledge_study_20::after {
    left: 50%;
    transform: translateX(-50%);
    top: calc(350px - 30px);
}.course_features_61 .knowledge_study_20::after {
    left: 50%;
    transform: translateX(-50%);
    top: calc(350px - 15px);
}
  
  @keyframes pulse {
    0%, 100% {
      transform: translateX(-50%) scale(1);
      opacity: 1;
    }
    50% {
      transform: translateX(-50%) scale(1.2);
      opacity: 0.8;
    }
  }
}

@media screen and (max-width: 768px) {.course_features_61 {
    padding: 60px 0;
}.course_features_61 .knowledge_study_20 {
    gap: 50px;
}.course_features_61 .image_grid_item_91 {
    min-height: 300px;
}.course_features_61 .knowledge_study_20::before {
    width: 50px;
    top: calc(300px - 30px);
    height: 50px;
}.course_features_61 .knowledge_study_20::after {
    top: calc(300px - 15px);
    width: 25px;
    height: 25px;
}.course_features_61 h3 {
    padding-left: 15px;
    font-size: calc(30px - 4px);
}.course_features_61 p {
    padding-left: 15px;
}.course_features_61 .site_top_53 {
    margin-bottom: 25px;
}.course_features_61 .site_top_53 svg {
    max-width: 120px;
}
}

@media screen and (max-width: 576px) {.course_features_61 {
    padding: 50px 0;
}.course_features_61 .image_grid_item_91 {
    border-radius: 0 0 25% 25%;
    min-height: 250px;
}.course_features_61 .image_grid_item_91::before {
    border-radius: 0 0 25% 25%;
}.course_features_61 .image_grid_item_91::after {
    border-radius: 0 0 25% 25%;
}.course_features_61 .knowledge_study_20::before {
    top: calc(250px - 25px);
    width: 40px;
    height: 40px;
}.course_features_61 .knowledge_study_20::after {
    top: calc(250px - 12px);
    width: 20px;
    height: 20px;
}.course_features_61 h3 {
    font-size: calc(30px - 6px);
    margin-bottom: 20px;
}.course_features_61 p {
    font-size: calc(17px - 1px);
}.course_features_61 .site_top_53 {
    margin-bottom: 20px;
}.course_features_61 .site_top_53::before {
    height: calc(100% + 20px);
    left: -10px;
    width: calc(100% + 20px);
    top: -10px;
}}footer {
    position: relative;
    width: 100%;
}.learn_nav_97 {
    font-family: Arial, sans-serif;
    position: relative;
    color: #000000;
    background-color: rgb(244,228,200);
    padding: 100px 0 30px;
}.learn_nav_97::before {
    position: absolute;
    content: "";
    background-color: rgb(231,199,154,0.5);
    left: 0;
    width: 100%;
    background: 
        linear-gradient(135deg, rgb(244,228,200) 25%, transparent 25%) -50px 0,
        linear-gradient(225deg, rgb(244,228,200) 25%, transparent 25%) -50px 0,
        linear-gradient(315deg, rgb(244,228,200) 25%, transparent 25%),
        linear-gradient(45deg, rgb(244,228,200) 25%, transparent 25%);
    background-size: 100px 100px;
    height: 120px;
    top: 0;
}footer .pledge_block_73 {
    position: relative;
    z-index: 1;
    margin-top: -70px;
}footer .get_in_touch_73 {
    justify-content: space-between;
    background-color: #ffffff;
    padding: 25px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border-radius: 28px;
    position: relative;
    transform: translateY(-30px);
    margin-bottom: 60px;
    flex-wrap: wrap;
    display: flex;
    z-index: 2;
}footer .info_item {
    padding: 10px 15px;
    transition: all 0.3s ease;
    margin: 10px;
    position: relative;
    background-color: rgb(244,228,200);
    border-radius: 10px;
    flex: 1 1 200px;
}footer .info_item:hover {
    background-color: #ffffff;
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}footer .info_item::before {
    border-radius: 3px 0 0 3px;
    opacity: 0;
    top: 0;
    content: "";
    background-color: rgb(231,199,154);
    width: 3px;
    transition: opacity 0.3s ease;
    height: 100%;
    left: 0;
    position: absolute;
}footer .info_item:hover::before {
    opacity: 1;
}footer .info_item svg {
    vertical-align: middle;
    fill: rgb(231,199,154);
    height: 20px;
    margin-right: 10px;
    width: 20px;
}footer .info_item p,
footer .info_item a {
    font-size: 16px;
    vertical-align: middle;
    color: #000000;
    text-decoration: none;
    transition: color 0.3s ease;
    display: inline-block;
}footer .info_item a:hover {
    color: rgb(231,199,154);
}footer .text_main_holder {
    display: grid;
    position: relative;
    grid-template-columns: 1fr;
    gap: 30px;
}footer .text_main_holder::before {
    height: calc(100% + 80px);
    background-color: #ffffff;
    z-index: -1;
    content: "";
    position: absolute;
    width: 100%;
    border-radius: 28px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    top: -40px;
    left: 0;
}footer .site_top_53 {
    position: relative;
    padding: 0 30px;
}footer .site_top_53::after {
    background: linear-gradient(90deg, rgb(231,199,154), transparent);
    height: 1px;
    position: absolute;
    content: "";
    bottom: -15px;
    right: 30px;
    left: 30px;
}footer .site_top_53 svg {
    margin-bottom: 15px;
    width: auto;
    height: 45px;
}footer .cookie_ctrl_39 {
    line-height: 1.6;
    max-width: 330px;
    color: #000000;
    font-size: 16px;
}footer .main_navbar_16 {
    background-color: rgb(244,228,200);
    position: relative;
    border-radius: 28px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    z-index: 1;
    margin-left: 20px;
    margin-top: -10px;
    margin-right: 20px;
    padding: 30px;
}footer .main_navbar_16 h5 {
    font-size: 20px;
    margin-bottom: 20px;
    color: #000000;
    position: relative;
    font-weight: 600;
    display: inline-block;
}footer .main_navbar_16 h5::after {
    background-color: rgb(231,199,154);
    position: absolute;
    width: 50px;
    content: "";
    height: 2px;
    bottom: -7px;
    left: 0;
}footer .top_main_38 {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 20px;
    display: grid;
}footer .top_main_38 a {
    text-decoration: none;
    position: relative;
    padding: 8px 0;
    font-size: 16px;
    color: #000000;
    display: inline-block;
    transition: all 0.3s ease;
}footer .top_main_38 a::after {
    left: 0;
    width: 0;
    position: absolute;
    content: "";
    height: 2px;
    background-color: rgb(231,199,154);
    transition: width 0.3s ease;
    bottom: 5px;
}footer .top_main_38 a:hover {
    color: rgb(231,199,154);
    transform: translateX(5px);
}footer .top_main_38 a:hover::after {
    width: 100%;
}footer .subscribe_holder {
    background-color: rgb(231,199,154);
    position: relative;
    margin-right: 40px;
    margin-left: 40px;
    border-radius: 28px;
    z-index: 0;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    padding: 30px;
    color: #ffffff;
    margin-top: -10px;
}footer .subscribe_holder::before {
    right: 30px;
    position: absolute;
    transform: rotate(45deg);
    width: 30px;
    background-color: rgb(231,199,154);
    z-index: -1;
    height: 30px;
    content: "";
    top: -15px;
}footer .subscribe_holder h5 {
    font-weight: 600;
    margin-bottom: 15px;
    color: #ffffff;
    font-size: 20px;
}footer .subscribe_holder p {
    font-size: 16px;
    margin-bottom: 25px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
}footer .input_holder {
    display: flex;
    position: relative;
    flex-direction: column;
    gap: 15px;
}footer .input_holder input[type="email"] {
    transition: background-color 0.3s ease;
    color: #000000;
    background-color: rgba(255, 255, 255, 0.9);
    border: none;
    font-size: 16px;
    padding: 14px 16px;
    border-radius: 10px;
}footer .input_holder input[type="email"]:focus {
    background-color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    outline: none;
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
}footer .join_list_86 {
    background-color: #000000;
    color: #ffffff;
    transition: all 0.3s ease;
    font-weight: 600;
    font-size: 16px;
    border: none;
    cursor: pointer;
    padding: 14px 20px;
    border-radius: 10px;
}footer .join_list_86:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background-color: rgb(217,167,107);
}footer .rating_stars_16 {
    text-align: center;
    margin-top: 60px;
    z-index: 1;
    position: relative;
}footer .collab_net_81 {
    border-radius: 30px;
    background-color: #ffffff;
    font-size: 16px;
    color: #000000;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    display: inline-block;
    padding: 8px 20px;
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
}footer .top_main_38 {
    grid-template-columns: 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .join_list_86 {
    white-space: nowrap;
}
}

@media (min-width: 992px) {footer .main_navbar_16 {
    margin-top: 0;
}footer .subscribe_holder {
    margin-top: 0;
}
}

@media (max-width: 991px) {footer .text_main_holder {
    gap: 50px;
}
}

@media (max-width: 767px) {footer .learn_nav_97 {
    padding: 80px 0 30px;
}footer .get_in_touch_73 {
    justify-content: center;
    padding: 20px;
}footer .info_item {
    width: 100%;
}footer .main_navbar_16, footer .subscribe_holder {
    margin-right: 10px;
    padding: 25px 20px;
    margin-left: 10px;
}footer .rating_stars_16 {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .learn_nav_97 {
    padding: 60px 0 20px;
}footer .get_in_touch_73 {
    transform: translateY(-20px);
    margin-bottom: 40px;
    padding: 15px;
}footer .text_main_holder::before {
    height: calc(100% + 60px);
    top: -30px;
}footer .site_top_53 {
    padding: 0 20px;
}footer .site_top_53::after {
    right: 20px;
    left: 20px;
}footer .main_navbar_16 h5, footer .subscribe_holder h5 {
    font-size: calc(20px - 2px);
}footer .top_main_38 a {
    padding: 6px 0;
}footer .input_holder input[type="email"],
    footer .join_list_86 {
    padding: 12px 15px;
}}.prospective_students_60 {
    background-color: rgb(244,228,200);
    padding: 5rem 0;
    z-index: 1;
    overflow: hidden;
    position: relative;
}.prospective_students_60::before,
.prospective_students_60::after {
    width: 1px;
    z-index: -1;
    height: 100%;
    opacity: 0;
    animation: beamScan 8s infinite ease-out;
    position: absolute;
    content: '';
    background: linear-gradient(to bottom, 
        transparent 20%, 
        rgb(231,199,154) 50%, 
        transparent 80%);
    top: 0;
}.prospective_students_60::before {
    animation-delay: 0s;
    left: 25%;
}.prospective_students_60::after {
    animation-delay: 4s;
    right: 25%;
}.prospective_students_60 .knowledge_study_20 {
    z-index: 2;
    padding: 0 2rem;
    margin: 0 auto;
    position: relative;
    max-width: 1000px;
}.prospective_students_60 .knowledge_study_20::before,
.prospective_students_60 .knowledge_study_20::after {
    content: '';
    background: linear-gradient(to right, 
        transparent 10%, 
        rgb(217,167,107) 50%, 
        transparent 90%);
    opacity: 0;
    width: 100%;
    animation: horizontalBeam 10s infinite ease-out;
    height: 1px;
    left: 0;
    z-index: -1;
    position: absolute;
}.prospective_students_60 .knowledge_study_20::before {
    top: 30%;
    animation-delay: 2s;
}.prospective_students_60 .knowledge_study_20::after {
    bottom: 30%;
    animation-delay: 6s;
}.prospective_students_60 h3 {
    color: rgb(231,199,154);
    letter-spacing: 1px;
    position: relative;
    text-align: center;
    margin-bottom: 3.5rem;
    font-size: 35px;
    font-weight: 600;
}.prospective_students_60 h3::after {
    position: absolute;
    animation: pulseLine 4s infinite ease-in-out;
    height: 2px;
    content: '';
    background: rgb(231,199,154);
    opacity: 0.7;
    width: 100px;
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%) scaleX(0.3);
}.prospective_students_60 ul {
    margin: 0;
    list-style: none;
    gap: 1.2rem;
    padding: 0;
    flex-direction: column;
    display: flex;
}.prospective_students_60 ul li {
    transition: all 0.3s ease;
    display: flex;
    padding: 1.3rem 1.5rem;
    align-items: center;
    font-weight: 400;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    color: #000000;
    font-size: 18px;
    position: relative;
    overflow: hidden;
}.prospective_students_60 ul li::before {
    position: absolute;
    transform-origin: top;
    transform: scaleY(0);
    left: 0;
    transition: transform 0.4s ease;
    top: 0;
    width: 3px;
    content: '';
    background: linear-gradient(to bottom, 
        rgb(217,167,107,0.5), 
        rgb(231,199,154,0.5));
    opacity: 0.5;
    height: 100%;
}.prospective_students_60 ul li::after {
    content: '';
    transform: translateX(-100%);
    position: absolute;
    width: 100%;
    opacity: 0;
    transition: transform 0.5s ease;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(231,199,154,0.5) 20%, 
        transparent 80%);
    left: 0;
    height: 100%;
    z-index: -1;
    top: 0;
}.prospective_students_60 ul li:hover {
    color: #000000;
    background-color: rgba(255, 255, 255, 0.05);
}.prospective_students_60 ul li:hover::before {
    transform: scaleY(1);
}.prospective_students_60 ul li:hover::after {
    opacity: 0.15;
    transform: translateX(100%);
}.prospective_students_60 ul li svg {
    margin-right: 1.5rem;
    z-index: 1;
    transition: all 0.4s ease;
    flex-shrink: 0;
    height: 28px;
    width: 28px;
    position: relative;
}.prospective_students_60 ul li:hover svg {
    transform: translateY(-2px);
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
}.prospective_students_60 ul li svg path {
    transition: fill 0.4s ease;
    fill: rgb(231,199,154);
}.prospective_students_60 ul li:hover svg path {
    fill: rgb(217,167,107);
    animation: flashIcon 1s ease;
}@keyframes beamScan {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    20%, 35% {
        opacity: 0.8;
    }
    80%, 100% {
        opacity: 0;
        transform: translateY(100%);
    }
}

@keyframes horizontalBeam {
    0% {
        opacity: 0;
        transform: translateX(-100%);
    }
    20%, 35% {
        opacity: 0.5;
    }
    80%, 100% {
        opacity: 0;
        transform: translateX(100%);
    }
}

@keyframes pulseLine {
    0%, 100% {
        opacity: 0.5;
        transform: translateX(-50%) scaleX(0.3);
    }
    50% {
        opacity: 1;
        transform: translateX(-50%) scaleX(1);
    }
}

@keyframes flashIcon {
    0% {
        filter: brightness(1);
    }
    25% {
        filter: brightness(1.5);
    }
    100% {
        filter: brightness(1);
    }
}

.prospective_students_60::before :nth-child(1) {
    animation-delay: 1s;
}.prospective_students_60::before :nth-child(2) {
    animation-delay: 3s;
}.prospective_students_60::before :nth-child(3) {
    animation-delay: 5s;
}.prospective_students_60 ul::before {
    opacity: 0.2;
    height: 50px;
    width: 50px;
    position: absolute;
    right: 20px;
    border: 1px solid rgb(231,199,154,0.5);
    content: '';
    top: 20px;
    border-radius: 50%;
}.prospective_students_60 ul::after {
    opacity: 0.2;
    width: 30px;
    position: absolute;
    left: 20px;
    bottom: 20px;
    content: '';
    border: 1px solid rgb(217,167,107,0.5);
    border-radius: 50%;
    height: 30px;
}

@media (max-width: 992px) {.prospective_students_60 {
    padding: 4rem 0;
}.prospective_students_60 h3 {
    font-size: calc(35px * 0.9);
}.prospective_students_60 ul {
    gap: 1rem;
}.prospective_students_60 ul li {
    padding: 1.1rem 1.3rem;
}
}

@media (max-width: 576px) {.prospective_students_60 {
    padding: 3rem 0;
}.prospective_students_60 .knowledge_study_20 {
    padding: 0 1.5rem;
}.prospective_students_60 h3 {
    margin-bottom: 2.5rem;
    font-size: calc(35px * 0.8);
}.prospective_students_60 ul {
    gap: 0.8rem;
}.prospective_students_60 ul li {
    padding: 1rem;
}.prospective_students_60 ul li svg {
    width: 24px;
    height: 24px;
    margin-right: 1rem;
}}.title_portal_37 {
    width: 100%;
    --text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    --secondary-accent: hsla(190, 85%, 57%, 0.85);
    position: relative;
    min-height: 100vh;
    --primary-accent: hsla(215, 75%, 53%, 0.9);
    overflow: hidden;
    --title-glow: 0 0 10px rgba(255, 255, 255, 0.15);
}.title_portal_37 .study_express_75 {
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}.title_portal_37 .study_express_75::before {
    width: 100%;
    content: '';
    background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(25, 28, 41, 0.8) 40%,
    rgba(28, 31, 44, 0.9) 100%
  );
    left: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    height: 100%;
    backdrop-filter: blur(2px) brightness(0.85);
}.title_portal_37 .study_express_75::after {
    top: 0;
    left: 0;
    content: '';
    height: 100%;
    background: 
    radial-gradient(
      circle at 75% 25%,
      rgb(231,199,154,0.5) 0%,
      transparent 35%
    ),
    linear-gradient(
      45deg,
      transparent 0%,
      rgb(217,167,107,0.5) 100%
    );
    width: 100%;
    mix-blend-mode: overlay;
    position: absolute;
    opacity: 0.15;
    z-index: 2;
}.title_portal_37 .learn_expert_45 {
    width: 90%;
    margin-left: 10%;
    animation: titleFadeIn 1.2s ease-out forwards;
    position: relative;
    transform: translateY(-2%);
    padding: 4rem 0;
    z-index: 5;
    max-width: 1200px;
}.title_portal_37 .learn_expert_45 > div {
    margin-bottom: 2.5rem;
    opacity: 0;
    position: relative;
    transform: translateY(20px);
}.title_portal_37 .learn_expert_45 > div:nth-child(1) {
    animation: slideUp 0.6s 0.2s ease-out forwards;
}.title_portal_37 .learn_expert_45 > div:nth-child(2) {
    animation: slideUp 0.6s 0.4s ease-out forwards;
}.title_portal_37 .learn_expert_45 > div:nth-child(3) {
    animation: slideUp 0.6s 0.6s ease-out forwards;
}.title_portal_37 .learn_expert_45 p {
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
    text-shadow: var(--text-shadow);
    color: #ffffff;
    letter-spacing: 0.08em;
    font-size: clamp(1rem, 1.5vw, 1.25rem);
    padding-left: 2rem;
    position: relative;
}.title_portal_37 .learn_expert_45 p::before {
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    height: 2px;
    width: 1.5rem;
    left: 0;
    background: rgb(231,199,154);
    content: '';
}.title_portal_37 .title_style_header {
    line-height: 1.1;
    transform-origin: left center;
    background: linear-gradient(
    to right,
    #ffffff 0%,
    rgb(217,167,107) 100%
  );
    background-clip: text !important;
    margin: 0;
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    text-shadow: var(--title-glow);
    position: relative;
    -webkit-background-clip: text !important;
    font-weight: 700;
    -webkit-text-fill-color: transparent;
    color: #ffffff;
    max-width: 90%;
}.title_portal_37 .title_style_header::after {
    position: absolute;
    width: 6rem;
    bottom: -0.8rem;
    content: '';
    left: 0;
    animation: lineExpand 0.8s 0.8s ease-out forwards;
    transform-origin: left;
    transform: scaleX(0);
    height: 0.25rem;
    background: linear-gradient(
    to right,
    rgb(231,199,154) 0%,
    rgb(217,167,107) 100%
  );
}.title_portal_37 .learn_expert_45 h3 {
    line-height: 1.5;
    padding-top: 1rem;
    font-weight: 400;
    text-shadow: var(--text-shadow);
    opacity: 0.9;
    margin: 0;
    position: relative;
    color: #ffffff;
    font-size: clamp(1.1rem, 2vw, 1.5rem);
    max-width: 700px;
}.title_portal_37 .learn_expert_45 h3::before {
    height: 1px;
    position: absolute;
    background: rgb(217,167,107);
    content: '';
    left: 0;
    opacity: 0.7;
    top: 0;
    width: 3rem;
}

@keyframes titleFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

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

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

@media (max-width: 1200px) {.title_portal_37 .learn_expert_45 {
    width: 84%;
    margin-left: 8%;
}.title_portal_37 .title_style_header {
    max-width: 95%;
}
}

@media (max-width: 992px) {.title_portal_37 .learn_expert_45 {
    margin-left: 6%;
    width: 88%;
}.title_portal_37 .title_style_header {
    max-width: 100%;
}.title_portal_37 .learn_expert_45 h3 {
    max-width: 600px;
}
}

@media (max-width: 768px) {.title_portal_37 .learn_expert_45 {
    margin-left: 5%;
    width: 90%;
    padding: 3rem 0;
}.title_portal_37 .learn_expert_45 > div {
    margin-bottom: 2rem;
}.title_portal_37 .learn_expert_45 p {
    padding-left: 1.5rem;
}.title_portal_37 .learn_expert_45 p::before {
    width: 1.2rem;
}.title_portal_37 .title_style_header::after {
    width: 4rem;
}
}

@media (max-width: 576px) {.title_portal_37 .study_express_75 {
    height: auto;
    min-height: 100vh;
}.title_portal_37 .learn_expert_45 {
    padding: 2.5rem 0;
    width: 90%;
    margin: 0 auto;
}.title_portal_37 .learn_expert_45 > div {
    margin-bottom: 1.5rem;
}.title_portal_37 .learn_expert_45 p {
    padding-left: 1.2rem;
    font-size: 0.9rem;
}.title_portal_37 .learn_expert_45 p::before {
    width: 1rem;
}.title_portal_37 .learn_expert_45 h3 {
    font-size: 1.1rem;
}
}

@media (hover: hover) {.title_portal_37 .study_express_75:hover::after {
    animation: backgroundShift 20s infinite alternate ease-in-out;
}}

@keyframes backgroundShift {
  0% {
    opacity: 0.15;
    background-position: 0% 0%;
  }
  50% {
    opacity: 0.25;
    background-position: 100% 0%;
  }
  100% {
    opacity: 0.15;
    background-position: 0% 0%;
  }
}.cookie_message_popup_83 {
    bottom: 0;
    border-top: 3px solid rgb(231,199,154);
    z-index: 1050;
    background: rgb(244,228,200);
    font-family: Arial, sans-serif;
    overflow: hidden;
    width: 100%;
    position: fixed;
    padding: 20px;
}.cookie_ack_38 {
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    z-index: 1;
    display: flex;
}.cookie_list_89 {
    margin-right: 20px;
    flex-shrink: 0;
}#cookie_popupbanner_48 {
    display: none;
}#cookie_popupbanner_48:checked ~ .cookie_message_popup_83 {
    visibility: hidden;
    opacity: 0;
}.cookie_list_89 svg {
    width: 60px;
    height: 60px;
    fill: rgb(231,199,154);
    transition: fill 0.3s ease-in-out;
}.consent_box_51 {
    margin-right: 20px;
    flex-grow: 1;
}.consent_box_51 h5 {
    color: rgb(231,199,154);
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 5px;
}.consent_box_51 p {
    margin-bottom: 0;
    color: #000000;
    font-size: 16px;
}.cookie_controls_98 {
    margin-left: 10px;
    font-size: 16px;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
}.cookie_controls_98 {
    border: 1px solid rgb(231,199,154);
    color: #ffffff;
    background-color: rgb(231,199,154);
}.cookie_controls_98:hover {
    border-color: #000000;
    background-color: rgba(0, 0, 0, 0.5);
}.cookie_message_popup_83 p a {
    text-decoration: underline;
    color: rgb(231,199,154);
}.cookie_message_popup_83 p a:hover {
    color: #000000;
}
@media (max-width: 1200px) {.consent_box_51 h5 {
    font-size: calc(21px - 2px);
}.consent_box_51 p {
    font-size: calc(16px - 2px);
}.cookie_controls_98 {
    padding: 8px 16px;
    font-size: calc(16px - 2px);
}
}
@media (max-width: 800px) {.cookie_ack_38 {
    align-items: center;
    flex-direction: column;
}.cookie_list_89 {
    margin-bottom: 15px;
}.consent_box_51 {
    text-align: center;
    margin-bottom: 20px;
}.cookie_controls_98 {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
}}
.sign_up_79 {
    background: linear-gradient(135deg, rgb(231,199,154,0.5), rgb(217,167,107));
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 6rem 2rem;
}.sign_up_79::before {
    position: absolute;
    top: -5%;
    background: linear-gradient(145deg, rgb(217,167,107), transparent);
    height: 200%;
    opacity: 0.4;
    z-index: -1;
    width: 60%;
    left: -10%;
    content: "";
    transform: rotate(-25deg);
}.sign_up_79::after {
    right: -5%;
    bottom: -10%;
    animation: pulseGlow 8s infinite alternate ease-in-out;
    width: 40%;
    height: 80%;
    content: "";
    background: linear-gradient(225deg, rgb(231,199,154), transparent);
    position: absolute;
    opacity: 0.3;
    transform: rotate(15deg);
    z-index: -1;
}.sign_up_79 .container {
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
}.sign_up_79 .knowledge_study_20 {
    animation: slideUp 0.8s ease-out forwards;
    transform: translateY(0);
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
}.sign_up_79 h3 {
    font-family: Arial, sans-serif;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    line-height: 1.4;
    animation: fadeInUp 0.6s 0.3s ease-out forwards;
    color: #ffffff;
    font-weight: 600;
    font-size: 21px;
    margin: 0;
    opacity: 0;
    transform: translateY(20px);
}.sign_up_79 .input_holder {
    width: 100%;
    gap: 1.25rem;
    display: flex;
    transform: translateY(30px);
    opacity: 0;
    animation: fadeInUp 0.6s 0.5s ease-out forwards;
    flex-direction: column;
}.sign_up_79 .input_holder div {
    position: relative;
    width: 100%;
}.sign_up_79 .input_holder div::before {
    height: 2px;
    transition: width 0.4s ease-out;
    background: rgb(231,199,154);
    bottom: 0;
    position: absolute;
    content: "";
    z-index: 1;
    width: 0;
    left: 0;
}.sign_up_79 .input_holder div:focus-within::before {
    width: 100%;
    background: #ffffff;
}.sign_up_79 input[type="email"] {
    background-color: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    padding: 1rem 1.5rem;
    color: #ffffff;
    font-size: 14px;
    border-radius: 10px;
    transition: all 0.3s ease;
    width: 100%;
    font-family: Arial, sans-serif;
}.sign_up_79 input[type="email"]:focus {
    border-color: rgba(255, 255, 255, 0.3);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
    background-color: rgba(255, 255, 255, 0.18);
    outline: none;
}.sign_up_79 input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.7);
    transition: opacity 0.3s;
}.sign_up_79 input[type="email"]:focus::placeholder {
    opacity: 0.5;
}.sign_up_79 .support_card_06 {
    border-radius: 10px;
    font-weight: 600;
    font-size: 19px;
    position: relative;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15), 0 2px 4px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    color: #ffffff;
    padding: 1rem 2.5rem;
    font-family: Arial, sans-serif;
    border: none;
    text-align: center;
    display: inline-block;
    background: rgb(231,199,154);
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}.sign_up_79 .support_card_06::after {
    content: "";
    transition: width 0.6s, height 0.6s, opacity 0.6s;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    opacity: 0;
    width: 0;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 70%);
    top: 50%;
    position: absolute;
    height: 0;
}.sign_up_79 .support_card_06:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2), 0 4px 8px rgba(0, 0, 0, 0.1);
    background: rgb(217,167,107);
}.sign_up_79 .support_card_06:hover::after {
    width: 250%;
    opacity: 0.8;
    height: 250%;
}.sign_up_79 .support_card_06:active {
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
    transform: translateY(-1px);
}

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

@keyframes slideUp {
    0% {
        transform: translateY(40px);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes pulseGlow {
    0% {
        opacity: 0.2;
        transform: rotate(15deg) scale(1);
    }
    50% {
        opacity: 0.4;
        transform: rotate(12deg) scale(1.05);
    }
    100% {
        opacity: 0.3;
        transform: rotate(15deg) scale(1);
    }
}

@media (min-width: 768px) {.sign_up_79 {
    padding: 8rem 3rem;
}.sign_up_79 .knowledge_study_20 {
    grid-template-columns: 1fr;
    gap: 3rem;
}.sign_up_79 h3 {
    max-width: 80%;
    font-size: calc(21px * 1.1);
}.sign_up_79 .input_holder {
    flex-direction: row;
    max-width: 85%;
    align-items: stretch;
}.sign_up_79 .input_holder div {
    flex: 1;
}.sign_up_79 .support_card_06 {
    min-width: 180px;
}
}

@media (min-width: 992px) {.sign_up_79 {
    padding: 9rem 4rem;
}.sign_up_79::before {
    width: 50%;
}.sign_up_79 .knowledge_study_20 {
    grid-template-columns: 1.2fr 0.8fr;
    gap: 4rem;
    align-items: center;
}.sign_up_79 h3 {
    font-size: calc(21px * 1.2);
    transform: translateY(0);
}.sign_up_79 .input_holder {
    max-width: 100%;
}
}

@media (min-width: 1200px) {.sign_up_79 {
    padding: 10rem 5rem;
}.sign_up_79 .knowledge_study_20 {
    grid-template-columns: 1.3fr 0.7fr;
    gap: 5rem;
}.sign_up_79 h3 {
    font-size: calc(21px * 1.3);
}
}

@media (max-width: 767px) {.sign_up_79 input[type="email"] {
    padding: 0.9rem 1.25rem;
}.sign_up_79 .support_card_06 {
    padding: 0.9rem 1.5rem;
    margin-top: 0.5rem;
    width: 100%;
}
}