﻿header,footer {
    width: 100%;
}

header {
    background: linear-gradient(135deg, rgb(158,170,160,0.5), rgb(116,123,116,0.5));
    width: 100%;
    z-index: 100;
    padding: 0;
    position: relative;
}

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

.container {
    margin: auto;
    width: 1248px;
    max-width: 100%;
}

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


.followH4FD {
    padding: 5rem 2rem;
    overflow: hidden;
    z-index: 1;
    position: relative;
    background: linear-gradient(135deg, rgb(158,170,160,0.5), rgb(116,123,116));
}

.followH4FD::after {
    filter: blur(60px);
    content: "";
    background: rgb(116,123,116);
    animation: float 15s infinite ease-in-out;
    height: 200px;
    z-index: -1;
    opacity: 0.2;
    bottom: -50px;
    right: -50px;
    width: 200px;
    position: absolute;
    border-radius: 50%;
}

.followH4FD .value_propITQJ {
    z-index: 2;
    background: rgba(255, 255, 255, 0.95);
    transform: perspective(1000px) rotateY(-2deg);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    align-items: center;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(0, 0, 0, 0.02);
    position: relative;
    justify-content: center;
    display: flex;
    flex-direction: column;
    padding: 2.5rem;
}

.followH4FD .value_propITQJ:hover h4::after {
    width: 120px;
}

.followH4FD .input_holder {
    gap: 1rem;
    margin-top: 1rem;
    width: 100%;
    flex-direction: column;
    max-width: 600px;
    display: flex;
}

.followH4FD input[type="email"] {
    background: #ffffff;
    transition: all 0.3s ease;
    font-size: 14px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 1rem 1.5rem;
    width: 100%;
    color: #000000;
    outline: none;
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.05);
}

.followH4FD .join_containerNWPJ {
    background: linear-gradient(135deg, rgb(158,170,160), rgb(116,123,116));
    width: 100%;
    overflow: hidden;
    transform: translateY(0);
    color: #ffffff;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    border: none;
    display: inline-block;
    font-size: 18px;
    cursor: pointer;
    font-weight: 600;
    padding: 1rem 1.5rem;
    position: relative;
}

.followH4FD .join_containerNWPJ:hover::before {
    left: 100%;
}

.followH4FD .join_containerNWPJ:active {
    transform: translateY(1px);
}

.learning_processEuOB::before {
    top: 0;
    position: absolute;
    background-size: 100% 40px;
    content: '';
    z-index: 1;
    left: 0;
    opacity: 0.05;
    height: 100%;
    background-image: linear-gradient(rgb(158,170,160,0.5) 1px, transparent 1px);
    width: 100%;
}

.learning_processEuOB .announcement_boxeLYw h2 {
    transform: translate(-60px, -40px);
    width: 40%;
    backdrop-filter: blur(10px);
    margin: 0;
    color: #ffffff;
    font-size: 28px;
    z-index: 4;
    border-radius: 28px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    background: linear-gradient(120deg, rgb(158,170,160,0.5) 0%, rgba(255, 255, 255, 0.1) 100%);
    align-self: flex-start;
    font-weight: 700;
    padding: 35px 40px;
    position: relative;
}

.learning_processEuOB .announcement_boxeLYw::before {
    left: 10%;
    background: linear-gradient(140deg, rgb(158,170,160,0.5) 0%, transparent 70%);
    opacity: 0.15;
    z-index: 1;
    width: 80%;
    position: absolute;
    height: 65%;
    filter: blur(40px);
    top: 15%;
    border-radius: 28px;
    content: '';
}

.learning_processEuOB .announcement_boxeLYw h2::before {
    border-radius: 50%;
    bottom: -60px;
    z-index: -1;
    content: '';
    opacity: 0.05;
    position: absolute;
    filter: blur(30px);
    right: -60px;
    height: 120px;
    background: rgb(158,170,160);
    width: 120px;
}

.learning_processEuOB .announcement_boxeLYw p::after {
    opacity: 0.3;
    left: 20%;
    background: linear-gradient(90deg, transparent, rgb(116,123,116,0.5), transparent);
    height: 1px;
    bottom: 30px;
    content: '';
    width: 60%;
    position: absolute;
}

.learning_processEuOB .value_propITQJ::before {
    content: '';
    animation: rotate-scale 25s infinite linear;
    position: absolute;
    height: 200px;
    left: 12%;
    transform-origin: center;
    opacity: 0.2;
    width: 200px;
    border: 1px solid rgb(116,123,116,0.5);
    top: -100px;
}



.learning_processEuOB .value_propITQJ::before {
    clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}

header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
    height: 100%;
    background: 
        linear-gradient(to right, transparent 25%, rgba(255, 255, 255, 0.05) 25%, rgba(255, 255, 255, 0.05) 26%, transparent 26%),
        linear-gradient(to right, transparent 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 51%, transparent 51%),
        linear-gradient(to right, transparent 75%, rgba(255, 255, 255, 0.05) 75%, rgba(255, 255, 255, 0.05) 76%, transparent 76%);
}

header .nav_pagebaru42S::before {
    width: 100%;
    content: '';
    background: linear-gradient(to right, rgb(158,170,160), rgb(116,123,116));
    left: 0;
    height: 5px;
    position: absolute;
    top: 0;
}

header .top_sectioneKyE {
    text-decoration: none;
    display: flex;
    justify-content: center;
    padding: 0 0 1rem 0;
    position: relative;
}

header .top_sectioneKyE svg {
    transition: all 0.3s ease;
    width: 180px;
    height: auto;
}

header .top_sectioneKyE:hover svg {
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.1));
    transform: translateY(-2px);
}

header .main_infoJPy0 {
    border: 1px solid rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    position: relative;
    background: linear-gradient(to bottom, #ffffff, rgb(201,207,186));
    padding: 0.7rem 1.3rem;
    border-radius: 10px;
    z-index: 1;
    overflow: hidden;
    color: #000000;
}

header .main_infoJPy0:hover::before {
    height: 100%;
}

.pricing_grid62Qv::before {
    filter: blur(60px);
    transform: rotate(-15deg);
    content: "";
    background: linear-gradient(135deg, rgb(158,170,160,0.5), rgb(116,123,116,0.5));
    width: 35%;
    height: 50%;
    opacity: 0.5;
    position: absolute;
    right: -5%;
    top: -10%;
    z-index: 1;
}

.pricing_grid62Qv::after {
    z-index: 1;
    width: 30%;
    content: "";
    filter: blur(50px);
    transform: rotate(15deg);
    position: absolute;
    left: -5%;
    bottom: -10%;
    background: linear-gradient(225deg, rgb(116,123,116,0.5), rgb(158,170,160,0.5));
    height: 40%;
    opacity: 0.4;
}

.pricing_grid62Qv .fee_structureBpfF {
    margin-right: auto;
    margin-bottom: 60px;
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    order: -1;
}

.pricing_grid62Qv .fee_structureBpfF h2::after {
    width: 80px;
    transform: translateX(-50%);
    left: 50%;
    bottom: -10px;
    height: 3px;
    background: linear-gradient(to right, rgb(158,170,160), rgb(116,123,116));
    content: "";
    position: absolute;
}

.pricing_grid62Qv .annual_planyd6p {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
    width: 100%;
}

.pricing_grid62Qv .learn_priceT3Ph:hover {
    transform: translateY(-10px);
}

.pricing_grid62Qv .learn_priceT3Ph:hover .lesson_planspGdQ {
    box-shadow: var(--card-hover-shadow);
}

.pricing_grid62Qv .lesson_planspGdQ::before {
    left: 0;
    top: 0;
    position: absolute;
    content: "";
    height: 5px;
    transform-origin: left;
    background: var(--card-border);
    transform: scaleX(0);
    transition: transform 0.5s ease;
    width: 100%;
}

.pricing_grid62Qv .access_costu23j {
    flex-direction: column;
    flex-grow: 1;
    position: relative;
    display: flex;
    padding: 35px 30px;
    z-index: 1;
}

.pricing_grid62Qv .learn_priceT3Ph:hover .access_costu23j h3 {
    color: var(--card-accent);
}

.pricing_grid62Qv .cost_dealsAmSh::after {
    background-color: var(--card-accent);
    position: absolute;
    transition: width 0.3s ease;
    width: 40px;
    left: 0;
    content: "";
    height: 2px;
    bottom: -10px;
}

.pricing_grid62Qv .access_costu23j p {
    white-space: normal;
    color: #000000;
    word-wrap: break-word;
    margin-top: 15px;
    hyphens: auto;
    font-size: 13px;
    line-height: 1.6;
    flex-grow: 1;
    overflow-wrap: break-word;
}

.pricing_grid62Qv .learn_priceT3Ph:hover .content_photoNPId::after {
    opacity: 1;
}

.pricing_grid62Qv .learn_priceT3Ph:hover .content_photoNPId {
    transform: scale(1.05);
}

.cookie_popup_advisoryRS42 {
    position: fixed;
    width: 100%;
    font-family: Arial, sans-serif;
    border-top: 3px solid rgb(158,170,160);
    transition: all 0.3s ease-in-out;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
    bottom: 0;
    background: #ffffff;
    padding: 15px 20px;
    z-index: 1050;
}

.edu_settingsj0Qg {
    margin-right: 15px;
    flex-grow: 1;
}

.edu_settingsj0Qg p {
    margin-bottom: 0;
    font-size: 12px;
    color: #000000;
}

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

.cookie_button.data_guardda4v:hover {
    border-color: rgb(158,170,160);
    color: #ffffff;
    background-color: rgb(158,170,160);
}

.cookie_popup_advisoryRS42 p a:hover {
    color: rgba(0, 0, 0, 0.5);
}


.service_contactdFek {
    position: relative;
    padding: 5rem 0;
    isolation: isolate;
    overflow: hidden;
    background: rgb(201,207,186);
}

.service_contactdFek::after {
    background: radial-gradient(circle, rgb(158,170,160,0.5) 0%, transparent 70%);
    height: 200%;
    left: -50%;
    width: 200%;
    content: '';
    opacity: 0.3;
    z-index: -1;
    top: -50%;
    position: absolute;
    animation: pulse 15s infinite alternate;
}

.service_contactdFek .contact_feedbackutFI h3 {
    font-weight: 700;
    position: relative;
    display: inline-block;
    font-size: 28px;
    color: rgb(158,170,160);
    margin-bottom: 1.5rem;
}

.service_contactdFek .contact_feedbackutFI h3::after {
    position: absolute;
    content: '';
    width: 60px;
    bottom: -10px;
    border-radius: 10px;
    height: 3px;
    left: 0;
    background: rgb(158,170,160);
}

.service_contactdFek .edu_askusKhTA {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.5rem;
    position: relative;
    display: grid;
}

.service_contactdFek .edu_askusKhTA::before {
    background: linear-gradient(90deg, 
                transparent, 
                rgb(158,170,160,0.5), 
                transparent);
    right: 0;
    left: 0;
    position: absolute;
    height: 1px;
    top: -20px;
    content: '';
}

.service_contactdFek .edu_askusKhTA span svg {
    top: 50%;
    stroke-linecap: round;
    height: 1.5rem;
    position: absolute;
    opacity: 0.8;
    left: 1rem;
    stroke: rgb(158,170,160);
    transform: translateY(-50%);
    stroke-linejoin: round;
    stroke-width: 1.5;
    transition: all 0.3s ease;
    fill: none;
    width: 1.5rem;
}

.service_contactdFek .edu_askusKhTA span:hover svg {
    transform: translateY(-50%) scale(1.2);
    opacity: 1;
    filter: drop-shadow(0 0 5px rgb(158,170,160,0.5));
}

.service_contactdFek .edu_askusKhTA span:hover svg path,
.service_contactdFek .edu_askusKhTA span:hover svg circle,
.service_contactdFek .edu_askusKhTA span:hover svg line,
.service_contactdFek .edu_askusKhTA span:hover svg polyline,
.service_contactdFek .edu_askusKhTA span:hover svg rect {
    animation: dashAnimation 2s linear infinite;
    stroke-dasharray: 100;
}

.service_contactdFek .edu_askusKhTA span > span {
    border: none;
    color: rgb(158,170,160);
    margin-top: 0.5rem;
    padding: 0;
    font-weight: 600;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.service_contactdFek .edu_askusKhTA span a::after {
    background: rgb(158,170,160);
    transition: width 0.3s ease;
    left: 0;
    width: 0;
    bottom: -2px;
    content: '';
    height: 1px;
    position: absolute;
}

.service_contactdFek .edu_askusKhTA span a:hover::after {
    background: rgb(116,123,116);
    width: 100%;
}

.service_contactdFek .message_blockDGH3 h4 {
    font-size: 23px;
    position: relative;
    font-weight: 600;
    gap: 0.5rem;
    color: rgb(116,123,116);
    text-align: center;
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.service_contactdFek .message_blockDGH3 h4 svg {
    width: 1.25rem;
    fill: none;
    stroke: rgb(116,123,116);
    stroke-linejoin: round;
    stroke-width: 1.5;
    stroke-linecap: round;
    transition: transform 0.3s ease;
    height: 1.25rem;
}

.service_contactdFek .message_blockDGH3 span {
    padding: 0.5rem 0;
    align-items: center;
    border: none;
    display: flex;
    box-shadow: none;
    background: transparent;
    margin-bottom: 0.5rem;
    position: relative;
    color: #000000;
    padding-left: 1.75rem;
}

.service_contactdFek .message_blockDGH3 span:hover {
    transform: none;
    background: transparent;
    box-shadow: none;
}

.service_contactdFek .message_blockDGH3 span:hover svg {
    stroke: rgb(116,123,116);
    transform: scale(1.1);
    opacity: 1;
}


.service_contactdFek .container::before {
    content: '';
    height: 200px;
    width: 200px;
    background: radial-gradient(circle, rgb(158,170,160,0.5) 0%, transparent 70%);
    top: -100px;
    border-radius: 50%;
    animation: floatingGlow 15s infinite linear;
    z-index: -1;
    position: absolute;
    right: -50px;
}

.service_contactdFek .contact_feedbackutFI::before {
    height: 100px;
    right: 0;
    position: absolute;
    content: '';
    width: 100px;
    top: 0;
    z-index: -1;
    background: radial-gradient(circle, rgb(158,170,160,0.5) 0%, transparent 70%);
    opacity: 0.4;
}

.service_contactdFek .edu_askusKhTA span::before {
    transition: opacity 0.3s ease;
    opacity: 0;
    width: 30px;
    background: rgb(158,170,160,0.5);
    content: '';
    height: 30px;
    top: 0;
    position: absolute;
    filter: blur(20px);
    left: 0;
    z-index: -1;
}

.service_contactdFek .edu_askusKhTA span:hover::after {
    opacity: 1;
}

.privacy_spaceyKjM {
    font-family: Arial, sans-serif;
    overflow: hidden;
    padding: 5rem 2rem;
    color: #000000;
    position: relative;
    background: linear-gradient(145deg, rgb(201,207,186) 0%, rgba(245, 248, 250, 0.95) 100%);
}

.privacy_spaceyKjM::after {
    content: "";
    background: linear-gradient(180deg, transparent 40%, rgba(rgb(116,123,116,0.5), 0.03) 100%);
    width: 100%;
    z-index: 0;
    bottom: 0;
    position: absolute;
    height: 60%;
    left: 0;
}

.privacy_spaceyKjM h1 {
    margin-bottom: 2rem;
    color: #000000;
    font-weight: 700;
    padding-bottom: 1.5rem;
    transform: translateX(-8px);
    position: relative;
    font-size: 45px;
}

.privacy_spaceyKjM h2 {
    font-weight: 600;
    margin: 3rem 0 1.5rem;
    font-size: 34px;
    position: relative;
    padding-left: 1.5rem;
    color: #000000;
}

.privacy_spaceyKjM h3 {
    position: relative;
    font-size: calc(34px * 0.85);
    font-weight: 600;
    margin: 2.5rem 0 1.25rem;
    padding-left: 1.25rem;
    color: #000000;
}

.privacy_spaceyKjM h4 {
    color: #000000;
    font-weight: 600;
    padding-left: 1rem;
    margin: 2rem 0 1rem;
    position: relative;
    font-size: calc(34px * 0.7);
}

.privacy_spaceyKjM p {
    color: #000000;
    font-size: 18px;
    margin-bottom: 1.5rem;
    max-width: 95%;
    line-height: 1.8;
}

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

.privacy_spaceyKjM li::before {
    border-radius: 10px;
    height: 10px;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
    content: "";
    left: 0;
    width: 10px;
    border: 2px solid rgb(158,170,160);
    top: 0.6rem;
    position: absolute;
}

.privacy_spaceyKjM span {
    line-height: 1.7;
    color: #000000;
    padding-left: 1rem;
    margin-bottom: 2rem;
    display: block;
    border-left: 2px solid rgba(rgb(116,123,116,0.5), 0.3);
    font-size: 18px;
}

.our_backgroundf9Cr::after {
    width: 30%;
    height: 40%;
    z-index: 1;
    background-color: rgb(116,123,116,0.5);
    left: 0;
    clip-path: polygon(0% 30%, 100% 0%, 100% 100%, 0% 100%);
    position: absolute;
    content: "";
    bottom: 0;
}

.our_backgroundf9Cr .value_propITQJ {
    justify-content: space-between;
    gap: 60px;
    align-items: center;
    display: flex;
}

.our_backgroundf9Cr .learn_visionXslT::before {
    height: 100%;
    width: 100%;
    border-radius: 10px;
    z-index: -1;
    position: absolute;
    left: 20px;
    top: 20px;
    transition: transform 0.4s ease;
    background-color: rgb(158,170,160);
    content: "";
}

.our_backgroundf9Cr .learn_visionXslT:hover .content_photoNPId {
    transform: translate(8px, -8px);
}

.our_backgroundf9Cr .skill_philoJmyg {
    padding: 25px;
    min-width: 230px;
    background-color: #ffffff;
    position: absolute;
    border-radius: 10px;
    right: -30px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.4s ease;
    bottom: -30px;
}

.our_backgroundf9Cr .announcement_boxeLYw {
    flex: 1;
    flex-direction: column;
    gap: 25px;
    display: flex;
}

.our_backgroundf9Cr .learning_creatorsMyK9 {
    gap: 15px;
    align-items: center;
    margin-bottom: 10px;
    display: flex;
}

.our_backgroundf9Cr .learning_creatorsMyK9 svg path {
    fill: rgb(158,170,160);
}

.our_backgroundf9Cr h2::after {
    width: 70px;
    content: "";
    left: 0;
    bottom: -10px;
    height: 4px;
    background-color: rgb(158,170,160);
    position: absolute;
}

.thanksUnit0OQ1 {
    position: relative;
    padding: 7rem 0;
    background: linear-gradient(135deg, rgb(116,123,116,0.5) 0%, rgb(158,170,160,0.5) 40%, rgb(201,207,186) 100%);
    overflow: hidden;
    perspective: 1000px;
}

.thanksUnit0OQ1::after {
    pointer-events: none;
    inset: 0;
    content: "";
    position: absolute;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(116,123,116,0.5) 0%, transparent 8%),
        radial-gradient(circle at 80% 70%, rgb(116,123,116,0.5) 0%, transparent 6%),
        radial-gradient(circle at 40% 80%, rgb(158,170,160,0.5) 0%, transparent 5%),
        radial-gradient(circle at 65% 25%, rgb(158,170,160,0.5) 0%, transparent 7%);
}

.thanksUnit0OQ1 .value_propITQJ::before {
    height: 100%;
    top: 0;
    position: absolute;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.2) 50%,
        transparent 100%
    );
    width: 100%;
    content: "";
    pointer-events: none;
    left: -100%;
    animation: shimmer 4s infinite;
}

.thanksUnit0OQ1 .value_propITQJ > div:first-child {
    opacity: 0;
    position: relative;
    animation: slideInLeft 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards 0.2s;
    transform: translateX(-2rem);
}

.thanksUnit0OQ1 .value_propITQJ > div:last-child {
    animation: slideInUp 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards 0.5s;
    position: relative;
    opacity: 0;
    transform: translateY(2rem);
}

.thanksUnit0OQ1 h5::after {
    width: 0;
    animation: lineGrow 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards 1s;
    height: 3px;
    content: "";
    background: linear-gradient(90deg, rgb(158,170,160) 0%, rgb(116,123,116) 100%);
    left: 0;
    bottom: 0;
    position: absolute;
}

.thanksUnit0OQ1 a::before {
    content: "";
    inset: 0;
    position: absolute;
    opacity: 0;
    transition: opacity 0.4s ease;
    background: linear-gradient(135deg, rgb(158,170,160,0.5) 0%, transparent 100%);
    z-index: -1;
}

.thanksUnit0OQ1 a:hover {
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.thanksUnit0OQ1 a:hover::before {
    opacity: 0.15;
}

.thanksUnit0OQ1 a::after {
    position: absolute;
    left: 0;
    height: 3px;
    bottom: 0;
    content: "";
    background: linear-gradient(90deg, rgb(116,123,116) 0%, rgb(158,170,160) 100%);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    width: 100%;
    transform-origin: left;
    transform: scaleX(0);
}

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

.reach_outQkSz h2 {
    font-family: Arial, sans-serif;
    font-size: 39px;
    margin-bottom: 50px;
    font-weight: 700;
    color: #000000;
    text-align: center;
    position: relative;
}

.reach_outQkSz .content_photoNPId {
    position: relative;
    height: 200px;
    width: 100%;
}

.reach_outQkSz .query_queryDdtM {
    position: relative;
    padding: 50px;
    width: 100%;
}

.reach_outQkSz form h3 {
    position: relative;
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 18px;
    font-family: Arial, sans-serif;
    color: #000000;
    display: inline-block;
}

.reach_outQkSz form input[type="text"] {
    margin-bottom: 20px;
    border-radius: 10px;
    padding: 15px 20px;
    border: 2px solid transparent;
    color: #000000;
    font-size: 16px;
    transition: all 0.3s ease;
    width: 100%;
    background: rgb(201,207,186);
    font-family: Arial, sans-serif;
}

.reach_outQkSz .support_requestXEOW input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.reach_outQkSz .support_requestXEOW label::before {
    position: absolute;
    width: 22px;
    top: 2px;
    content: "";
    left: 0;
    transition: all 0.3s ease;
    height: 22px;
    background: rgb(201,207,186);
    border-radius: 10px;
}

.reach_outQkSz .support_requestXEOW label a {
    text-decoration: none;
    color: rgb(158,170,160);
    transition: all 0.3s ease;
}

.reach_outQkSz .support_requestXEOW label a:hover {
    text-decoration: underline;
}

.reach_outQkSz form .inquiry_supportgliY {
    text-align: center;
    width: 100%;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    color: #ffffff;
    font-weight: 600;
    padding: 16px 20px;
    font-size: 16px;
    background: rgb(158,170,160);
    border-radius: 10px;
    cursor: pointer;
    position: relative;
    border: none;
    overflow: hidden;
}

.title_portal4TXg::before {
    background: linear-gradient(135deg, 
    rgba(0, 0, 0, 0.7) 0%, 
    rgba(0, 0, 0, 0.5) 45%, 
    rgba(0, 0, 0, 0.3) 100%);
    content: "";
    bottom: 0;
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.title_portal4TXg > div {
    z-index: 3;
    position: relative;
    margin-left: 8%;
    max-width: 1200px;
    width: 100%;
    transform: translateY(-5%);
}

.title_portal4TXg > div > div:first-child {
    opacity: 0;
    margin-bottom: 2.5rem;
    animation: slideInFromLeft 0.8s ease-out forwards 0.2s;
    transform: translateX(-50px);
}

.title_portal4TXg .title_style_header::after {
    animation: expandLine 0.6s ease-out forwards 1s;
    height: 4px;
    left: 0;
    width: 80px;
    transform: scaleX(0);
    transform-origin: left;
    content: "";
    bottom: 0;
    background: linear-gradient(90deg, 
    rgb(158,170,160) 0%, 
    rgb(116,123,116) 100%);
    position: absolute;
}

.title_portal4TXg .mentor_networkryzM {
    margin-bottom: 1.5rem;
    padding-right: 2rem;
}

.title_portal4TXg span {
    display: inline-block;
    transform: translateX(20px);
    padding: 1rem 1.5rem;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    opacity: 0;
    animation: fadeInRight 0.7s ease-out forwards 0.8s;
    background: linear-gradient(135deg, 
    rgb(158,170,160,0.5) 0%, 
    rgb(116,123,116,0.5) 100%);
}

.webinar_ctaEQOn::before {
    height: 100%;
    z-index: 0;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
    position: absolute;
    right: 0;
    content: "";
    width: 60%;
    background-color: rgb(158,170,160);
    top: 0;
}

footer .reward_sysTVoj {
    z-index: 1;
    position: relative;
}

footer .info_item {
    margin-bottom: 10px;
    margin-right: 10px;
    backdrop-filter: blur(5px);
    padding: 15px 25px;
    transform: skewX(-5deg);
    flex: 0 1 auto;
    transition: all 0.3s ease;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.1);
}

footer .info_item p,
footer .info_item a {
    color: #ffffff;
    text-decoration: none;
    vertical-align: middle;
    transform: skewX(5deg);
    font-size: 13px;
    display: inline-block;
}

footer .top_classUCcB {
    padding-left: 20px;
    position: relative;
}

footer .top_classUCcB svg {
    filter: brightness(0) invert(1);
    height: 45px;
    width: auto;
    margin-bottom: 20px;
}

footer .pitch_compXA1I {
    max-width: 320px;
    font-size: 13px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
}

footer .top_head39ye h5::after {
    bottom: 0;
    left: 0;
    background-color: rgb(158,170,160);
    position: absolute;
    content: "";
    width: 50px;
    height: 3px;
}

footer .head_sitewrapcBr0 {
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    display: grid;
    margin-bottom: 25px;
    gap: 15px;
}

footer .head_sitewrapcBr0 a::before {
    opacity: 0;
    color: rgb(158,170,160);
    position: absolute;
    transition: all 0.3s ease;
    content: "→";
    left: -20px;
}

footer .subscribe_holder {
    border-radius: 30px;
    position: relative;
    background-color: rgba(0, 0, 0, 0.3);
    border-left: 5px solid rgb(158,170,160);
    padding: 30px;
}

footer .subscribe_holder h5 {
    text-transform: uppercase;
    font-size: 21px;
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 15px;
}

footer .input_holder {
    flex-direction: column;
    gap: 15px;
    display: flex;
}

footer .input_holder input[type="email"]:focus {
    background-color: rgba(255, 255, 255, 0.15);
    outline: none;
    box-shadow: 0 0 0 2px rgb(158,170,160);
}

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

footer .join_containerNWPJ:hover {
    background-color: rgb(116,123,116);
    transform: translateX(5px);
}

footer .equity_pledgeNJSa {
    padding-top: 20px;
    position: relative;
    margin-top: 60px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.education_experienceBhbz {
    overflow: hidden;
    position: relative;
    background: rgb(201,207,186);
    padding: 5rem 2rem;
}

.education_experienceBhbz::after {
    width: 40%;
    background: rgb(116,123,116,0.5);
    height: 70%;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    position: absolute;
    z-index: 1;
    content: "";
    right: 0;
    bottom: 0;
    opacity: 0.5;
}

.education_experienceBhbz .content_photoNPId {
    overflow: hidden;
    width: 100%;
    aspect-ratio: 3/4;
    position: relative;
    filter: grayscale(100%);
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    border-radius: 0;
}

.education_experienceBhbz .content_photoNPId:hover {
    transform: scale(1.03);
    filter: grayscale(0%);
}

.education_experienceBhbz .experience_data8Uc4 {
    justify-content: center;
    flex-direction: column;
    display: flex;
    position: relative;
    padding: 2rem;
}

.education_experienceBhbz .feedback_story0f8M:hover .experience_data8Uc4::before {
    height: 100%;
}

.education_experienceBhbz .name {
    margin-bottom: 0.5rem;
    color: #000000;
    position: relative;
    font-weight: 700;
    font-size: 40px;
    overflow: hidden;
}

.education_experienceBhbz .feedback_story0f8M:hover .name::after {
    transform: translateX(0);
}

.education_experienceBhbz .experience_data8Uc4 > div:nth-child(2) {
    text-transform: uppercase;
    font-weight: 400;
    transform: translateY(20px);
    font-size: 21px;
    color: rgb(116,123,116);
    margin-bottom: 2.5rem;
    transition: all 0.5s ease-out 0.4s;
    letter-spacing: 3px;
    opacity: 0;
}

.education_experienceBhbz .feedback_story0f8M:hover .professional_expHrEx {
    transform: translateY(0);
    opacity: 1;
}

.education_experienceBhbz .professional_expHrEx::first-letter {
    font-size: 1.5em;
    font-weight: 700;
    color: rgb(158,170,160);
}

.program_detailsdmbF {
    background-color: rgb(201,207,186);
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}

.program_detailsdmbF::after {
    height: 200px;
    background-color: rgb(158,170,160,0.5);
    filter: blur(80px);
    position: absolute;
    top: -50px;
    z-index: 0;
    content: "";
    width: 200px;
    border-radius: 50%;
    right: -50px;
    animation: floatAnimation 15s infinite alternate ease-in-out;
}

.program_detailsdmbF .announcement_boxeLYw::before {
    position: absolute;
    top: -20px;
    width: 80px;
    left: 0;
    content: "";
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(158,170,160), rgb(116,123,116));
    height: 4px;
}

.program_detailsdmbF .announcement_boxeLYw h2:hover {
    transform: translateX(10px);
}

.program_detailsdmbF .announcement_boxeLYw .description {
    border-left: 2px solid rgb(158,170,160);
    margin-bottom: 20px;
    padding-left: 20px;
    position: relative;
    line-height: 1.7;
    font-size: 17px;
    color: #000000;
}

.program_detailsdmbF .content_photoNPId {
    position: absolute;
    left: 0;
    height: 100%;
    z-index: 1;
    width: 100%;
    transition: opacity 0.5s ease, transform 0.5s ease;
    opacity: 0.2;
    top: 0;
}

.program_detailsdmbF .educationeO2a:hover .content_photoNPId {
    transform: scale(1.05);
    opacity: 0.3;
}

.program_detailsdmbF .content_photoNPId::after {
    z-index: 1;
    content: "";
    bottom: 0;
    height: 40%;
    background: linear-gradient(225deg, rgb(116,123,116,0.5) 0%, transparent 100%);
    right: 0;
    width: 80%;
    position: absolute;
}

.program_detailsdmbF .educationeO2a::after {
    content: "";
    top: 40px;
    border: 4px solid rgb(158,170,160,0.5);
    position: absolute;
    right: -20px;
    width: 40px;
    z-index: -1;
    height: 40px;
    border-radius: 10px;
    animation: rotateAnimation 20s infinite linear;
}

.program_detailsdmbF .announcement_boxeLYw .description:first-of-type {
    border-radius: 10px;
    position: relative;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 10px,
        rgb(201,207,186) 10px,
        rgb(201,207,186) 12px
    );
    padding: 20px;
    overflow: hidden;
    border-left: none;
}

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

.program_detailsdmbF .container::before {
    background: linear-gradient(90deg, transparent, rgb(158,170,160,0.5), transparent);
    width: 150%;
    height: 1px;
    content: "";
    bottom: -40px;
    left: -25%;
    position: absolute;
}


@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}



@media screen and (min-width: 768px) {.followH4FD {
    padding: 6rem 3rem;
}.followH4FD .value_propITQJ {
    padding: 3rem 4rem;
    transform: perspective(1200px) rotateY(-3deg);
}.followH4FD h4 {
    margin-bottom: 2.5rem;
    font-size: calc(23px * 1.2);
}.followH4FD .input_holder {
    flex-direction: row;
    margin-top: 1.5rem;
}.followH4FD input[type="email"] {
    border-radius: 0;
}.followH4FD .join_containerNWPJ {
    min-width: 180px;
    width: auto;
    white-space: nowrap;
}
}



@media (prefers-reduced-motion: reduce) {.followH4FD::before,
    .followH4FD::after,
    .followH4FD .value_propITQJ,
    .followH4FD h4::after,
    .followH4FD input[type="email"]::placeholder,
    .followH4FD .join_containerNWPJ::before {
    animation: none;
    transition: none;
}.followH4FD .value_propITQJ:hover,
    .followH4FD .value_propITQJ:hover h4::after,
    .followH4FD .join_containerNWPJ:hover {
    transform: none;
}}



@media screen and (max-width: 992px) {.learning_processEuOB {
    padding: 140px 0 120px;
}.learning_processEuOB .announcement_boxeLYw h2 {
    transform: translate(-30px, -25px);
    width: 50%;
    padding: 30px 35px;
}.learning_processEuOB .announcement_boxeLYw p {
    transform: translate(15px, 25px);
    padding: 35px 40px;
    width: 70%;
}.learning_processEuOB .announcement_boxeLYw h2::after {
    bottom: -70px;
    height: 60px;
}.learning_processEuOB .value_propITQJ::before {
    top: -70px;
    height: 140px;
    width: 140px;
}.learning_processEuOB .value_propITQJ::after {
    bottom: -70px;
    height: 140px;
    width: 140px;
}
}



@media screen and (max-width: 480px) {.learning_processEuOB {
    padding: 100px 0 80px;
}.learning_processEuOB .announcement_boxeLYw h2 {
    padding: 20px 25px;
    margin-bottom: 30px;
    font-size: calc(28px * 0.8);
}.learning_processEuOB .announcement_boxeLYw p {
    padding: 25px 30px;
    font-size: calc(15px * 0.9);
}.learning_processEuOB .announcement_boxeLYw h2::after {
    height: 30px;
    bottom: -40px;
}}



@media (max-width: 767px) {header .nav_pagebaru42S {
    padding: 1rem 0;
    margin: 0.6rem 0;
}header .top_sectioneKyE {
    padding: 0 0 0.7rem 0;
}header .top_sectioneKyE svg {
    width: 140px;
}header .top_head39ye {
    padding: 0.7rem 1rem 0;
    max-width: 95%;
    gap: 0.5rem;
}header .main_infoJPy0 {
    font-size: calc(20px - 1px);
    padding: 0.5rem 1rem;
}
}



@media (min-width: 992px) {.pricing_grid62Qv .package_dealWRda {
    align-items: center;
    gap: 60px;
    flex-direction: row;
}.pricing_grid62Qv .fee_structureBpfF {
    text-align: left;
    width: 30%;
    margin: 0;
    order: 0;
}.pricing_grid62Qv .fee_structureBpfF h2 {
    text-align: left;
    display: block;
}.pricing_grid62Qv .fee_structureBpfF h2::after {
    transform: none;
    left: 0;
}.pricing_grid62Qv .class_cost0UoM {
    margin: 0;
    text-align: left;
}.pricing_grid62Qv .annual_planyd6p {
    width: 70%;
}
}



@media (max-width: 767px) {.pricing_grid62Qv {
    padding: 60px 0 40px;
}.pricing_grid62Qv .fee_structureBpfF {
    margin-bottom: 40px;
}.pricing_grid62Qv .annual_planyd6p {
    max-width: 450px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.pricing_grid62Qv .access_costu23j {
    padding: 25px 20px;
}.pricing_grid62Qv .access_costu23j h3 {
    font-size: 20px;
}.pricing_grid62Qv .cost_dealsAmSh {
    font-size: calc(20px + 2px);
}.pricing_grid62Qv .access_costu23j p {
    font-size: calc(13px - 1px);
}.pricing_grid62Qv .content_photoNPId {
    height: 180px;
}
}


@media (max-width: 800px) {.learn_agreeA1ym {
    align-items: center;
    flex-direction: column;
}.cookies_overviewneXr {
    margin-bottom: 10px;
}.edu_settingsj0Qg {
    text-align: center;
    margin-bottom: 15px;
}.edu_cookies1Q5w {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
}}


@media (max-width: 767px) {.service_contactdFek {
    padding: 3rem 0;
}.service_contactdFek .contact_feedbackutFI {
    padding: 2rem 1.5rem;
}.service_contactdFek .contact_feedbackutFI h3 {
    font-size: calc(28px * 0.8);
}.service_contactdFek .edu_askusKhTA {
    grid-template-columns: 1fr;
}.service_contactdFek .message_blockDGH3 {
    padding: 1.25rem;
}.service_contactdFek .edu_askusKhTA span {
    padding: 0.875rem 1.25rem;
    padding-left: 3rem;
}.service_contactdFek .edu_askusKhTA span svg {
    width: 1.3rem;
    left: 0.875rem;
    height: 1.3rem;
}.service_contactdFek .message_blockDGH3 span {
    padding-left: 1.5rem;
}.service_contactdFek .message_blockDGH3 span svg {
    height: 0.875rem;
    width: 0.875rem;
}
}


@media (prefers-reduced-motion: reduce) {.service_contactdFek::after,
    .service_contactdFek .container::before,
    .service_contactdFek .container::after,
    .service_contactdFek .edu_askusKhTA span:hover svg path,
    .service_contactdFek .edu_askusKhTA span:hover svg circle,
    .service_contactdFek .edu_askusKhTA span:hover svg line,
    .service_contactdFek .edu_askusKhTA span:hover svg polyline,
    .service_contactdFek .edu_askusKhTA span:hover svg rect {
    animation: none;
}.service_contactdFek .message_blockDGH3 h4:hover svg,
    .service_contactdFek .message_blockDGH3 span:hover svg {
    transform: none;
}}



@media (min-width: 992px) {.privacy_spaceyKjM {
    padding: 8rem 4rem;
}.privacy_spaceyKjM::before {
    width: 40%;
}.privacy_spaceyKjM h1 {
    transform: translateX(-25px);
}.privacy_spaceyKjM h1::before {
    width: 220px;
}.privacy_spaceyKjM p {
    max-width: 75%;
}.privacy_spaceyKjM li::before {
    height: 12px;
    width: 12px;
}.privacy_spaceyKjM span {
    border-left: 3px solid rgba(rgb(116,123,116,0.5), 0.3);
    padding-left: 2rem;
}
}



@media (max-width: 767px) {.privacy_spaceyKjM {
    padding: 4rem 1.5rem;
}.privacy_spaceyKjM::before {
    width: 50%;
}.privacy_spaceyKjM h1 {
    font-size: calc(45px * 0.9);
    padding-bottom: 1rem;
}.privacy_spaceyKjM h2 {
    margin: 2.5rem 0 1.25rem;
    font-size: calc(34px * 0.9);
}.privacy_spaceyKjM h3 {
    font-size: calc(34px * 0.75);
}.privacy_spaceyKjM h4 {
    font-size: calc(34px * 0.65);
}.privacy_spaceyKjM p, .privacy_spaceyKjM span, .privacy_spaceyKjM li {
    font-size: calc(18px * 0.95);
}
}



@media (max-width: 992px) {.our_backgroundf9Cr {
    padding: 70px 0;
}.our_backgroundf9Cr::before {
    width: 50%;
}.our_backgroundf9Cr .value_propITQJ {
    gap: 80px;
    flex-direction: column;
}.our_backgroundf9Cr .learn_visionXslT {
    max-width: 450px;
    width: 100%;
    flex: 0 0 auto;
}.our_backgroundf9Cr .content_photoNPId {
    height: 350px;
}.our_backgroundf9Cr .skill_philoJmyg {
    padding: 20px;
    min-width: 200px;
}

}



@media (max-width: 576px) {.our_backgroundf9Cr {
    padding: 50px 0;
}.our_backgroundf9Cr .value_propITQJ {
    gap: 60px;
}.our_backgroundf9Cr .learn_visionXslT {
    max-width: 100%;
}.our_backgroundf9Cr .content_photoNPId {
    height: 280px;
}.our_backgroundf9Cr .learn_visionXslT::before {
    left: 15px;
    top: 15px;
}.our_backgroundf9Cr .skill_philoJmyg {
    right: -15px;
    min-width: 180px;
    padding: 15px;
    bottom: -20px;
}.our_backgroundf9Cr .learning_creatorsMyK9 svg {
    width: 40px;
    height: 40px;
}.our_backgroundf9Cr h2 {
    font-size: calc(30px * 0.8);
}.our_backgroundf9Cr h2::after {
    width: 50px;
    bottom: -8px;
    height: 3px;
}.our_backgroundf9Cr p {
    font-size: calc(12px * 0.95);
    line-height: 1.7;
}}



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



@media screen and (min-width: 768px) {.reach_outQkSz .query_form1acz {
    flex-direction: row;
    max-width: 1000px;
}.reach_outQkSz .content_photoNPId {
    height: auto;
    min-height: 400px;
    width: 40%;
}.reach_outQkSz .query_queryDdtM {
    width: 60%;
}
}



@media screen and (min-width: 1200px) {.reach_outQkSz .query_form1acz {
    max-width: 1100px;
}.reach_outQkSz .content_photoNPId {
    min-height: 500px;
}
}



@media (min-width: 992px) and (max-width: 1199px) {.title_portal4TXg > div {
    margin-left: 6%;
}.title_portal4TXg .title_style_header {
    font-size: calc(39px - 0.2rem);
    max-width: 85%;
}.title_portal4TXg .start_introKT6Z {
    max-width: 550px;
}
}



@media (max-width: 767px) {.title_portal4TXg {
    padding-top: 15%;
    align-items: flex-start;
    min-height: 550px;
    padding: 1rem;
}.title_portal4TXg::after {
    opacity: 0.5;
    width: 70%;
}.title_portal4TXg > div {
    margin-left: 0;
}.title_portal4TXg > div > div:first-child {
    margin-bottom: 1.5rem;
}.title_portal4TXg .title_style_header {
    max-width: 100%;
    font-size: calc(29px + 0.2rem);
}.title_portal4TXg .start_introKT6Z {
    padding-left: 1rem;
    max-width: 100%;
    margin-left: 0.5rem;
}.title_portal4TXg .mentor_networkryzM {
    padding-right: 0;
}.title_portal4TXg .mentor_networkryzM h3 {
    font-size: calc(20px + 0.1rem);
}.title_portal4TXg span {
    padding: 0.8rem 1rem;
}.title_portal4TXg p {
    font-size: calc(17px - 0.1rem);
}
}



@media (max-width: 991px) {footer .webinar_ctaEQOn::before {
    opacity: 0.7;
    width: 100%;
    background-color: rgb(158,170,160);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
}



@media (max-width: 767px) {footer .webinar_ctaEQOn {
    padding: 60px 0 30px;
}footer .contact_askKTYW {
    justify-content: center;
    margin-bottom: 40px;
}footer .top_head39ye h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
}footer .equity_pledgeNJSa {
    margin-top: 40px;
}
}



@media (max-width: 992px) {.education_experienceBhbz .feedback_story0f8M {
    grid-template-columns: 1fr;
    gap: 2rem;
}.education_experienceBhbz .content_photoNPId {
    max-height: 300px;
    aspect-ratio: 16/9;
}.education_experienceBhbz .experience_data8Uc4 {
    padding: 1rem 0;
}.education_experienceBhbz .experience_data8Uc4::before {
    transition: width 0.8s ease-out;
    width: 0;
    height: 2px;
}.education_experienceBhbz .feedback_story0f8M:hover .experience_data8Uc4::before {
    width: 100%;
    height: 2px;
}}



@media (max-width: 576px) {.program_detailsdmbF {
    padding: 40px 0;
}.program_detailsdmbF .announcement_boxeLYw h2 {
    font-size: calc(28px * 0.8);
}.program_detailsdmbF .announcement_boxeLYw .description {
    font-size: calc(17px * 0.95);
}.program_detailsdmbF .announcement_boxeLYw .description:last-child {
    padding: 20px;
}.program_detailsdmbF::after,
    .program_detailsdmbF .educationeO2a::before,
    .program_detailsdmbF .announcement_boxeLYw::after {
    display: none;
}.program_detailsdmbF .announcement_boxeLYw::before {
    width: 60px;
}}



@keyframes rotate-scale {
    0% {
        transform: rotate(0deg) scale(1);
    }
    50% {
        transform: rotate(180deg) scale(1.1);
    }
    100% {
        transform: rotate(360deg) scale(1);
    }
}

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


@keyframes floatingGlow {
    0% { transform: translate(0, 0); opacity: 0.3; }
    25% { transform: translate(5px, -15px); opacity: 0.5; }
    50% { transform: translate(10px, 5px); opacity: 0.3; }
    75% { transform: translate(-5px, 10px); opacity: 0.5; }
    100% { transform: translate(0, 0); opacity: 0.3; }
}



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



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



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



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

@keyframes typing {
    from { width: 0 }
    to { width: 100% }
}

@keyframes floatAnimation {
    0% {
        transform: translate(0, 0) scale(1);
    }
    25% {
        transform: translate(50px, 20px) scale(1.2);
    }
    50% {
        transform: translate(0, 40px) scale(0.8);
    }
    75% {
        transform: translate(-30px, 20px) scale(1.1);
    }
    100% {
        transform: translate(0, 0) scale(1);
    }
}

