﻿* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}

.header_guidekw8i {
    flex: 1 0 auto;
}

svg {
    height: 30px;
    width: 30px;
}

.outer-containerGtYn {
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.webinar_ctaEQOn {
    flex: 0 0 auto;
}

.webinar_ctaEQOn {
    position: relative;
    font-family: Arial, sans-serif;
    background-color: rgb(158,170,160);
    color: #ffffff;
    padding: 80px 0 30px;
}

.followH4FD::before {
    width: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(158,170,160,0.5) 0px,
        rgb(158,170,160,0.5) 1px,
        transparent 1px,
        transparent 10px
    );
    left: 0;
    top: 0;
    z-index: -1;
    height: 100%;
    opacity: 0.1;
    content: "";
    position: absolute;
    animation: pulse 8s infinite alternate;
}

.followH4FD .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}

.followH4FD .value_propITQJ:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.followH4FD h4 {
    font-family: Arial, sans-serif;
    transform: translateZ(0);
    color: #000000;
    margin-bottom: 2rem;
    text-align: center;
    font-weight: 600;
    font-size: calc(23px * 1.1);
    line-height: 1.4;
    position: relative;
}

.followH4FD h4::after {
    transform: translateX(-50%);
    height: 3px;
    width: 80px;
    position: absolute;
    left: 50%;
    transition: width 0.3s ease;
    bottom: -10px;
    background: linear-gradient(90deg, rgb(158,170,160), rgb(116,123,116));
    content: "";
}

.followH4FD .input_holder span {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: block;
}

.followH4FD input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgb(158,170,160,0.5);
    border-color: rgb(158,170,160);
}

.followH4FD input[type="email"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(0, 0, 0, 0.4);
}

.followH4FD input[type="email"]:focus::placeholder {
    transform: translateX(5px);
    opacity: 0.7;
}

.followH4FD .join_containerNWPJ::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
    content: "";
    top: 0;
    left: -100%;
    transition: all 0.6s ease;
    width: 100%;
    position: absolute;
}

.followH4FD .join_containerNWPJ:hover {
    transform: translateY(-3px);
    box-shadow: 0 7px 14px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
}

.learning_processEuOB {
    padding: 170px 0 140px;
    position: relative;
    overflow: visible;
    background: linear-gradient(130deg, rgb(201,207,186) 0%, rgb(116,123,116,0.5) 150%);
}

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

.learning_processEuOB .announcement_boxeLYw {
    position: relative;
    display: flex;
    padding: 0;
    flex-wrap: wrap;
    width: 100%;
}

.learning_processEuOB .announcement_boxeLYw p {
    margin: 0;
    width: 60%;
    z-index: 3;
    font-size: 15px;
    color: #ffffff;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
    transform: translate(30px, 40px);
    padding: 40px 50px;
    align-self: flex-end;
    backdrop-filter: blur(15px);
    background: rgba(255, 255, 255, 0.05);
    border-radius: 28px;
    position: relative;
    line-height: 1.8;
}

.learning_processEuOB .announcement_boxeLYw::after {
    position: absolute;
    left: 5%;
    width: 90%;
    z-index: 2;
    border-radius: 28px;
    height: 80%;
    opacity: 0.1;
    border: 1px solid rgb(158,170,160,0.5);
    content: '';
    top: 10%;
}

.learning_processEuOB .announcement_boxeLYw h2::after {
    z-index: 5;
    content: '';
    right: 40px;
    height: 80px;
    width: 3px;
    opacity: 0.6;
    background: rgb(158,170,160);
    position: absolute;
    bottom: -90px;
}

.learning_processEuOB .announcement_boxeLYw p::before {
    background: linear-gradient(90deg, transparent, rgb(158,170,160,0.5), transparent);
    top: 30px;
    position: absolute;
    height: 1px;
    content: '';
    width: 80%;
    left: 10%;
    opacity: 0.3;
}

.learning_processEuOB::after {
    content: '';
    z-index: 1;
    bottom: -100px;
    right: 10%;
    width: 250px;
    background: rgb(158,170,160,0.5);
    border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
    filter: blur(80px);
    opacity: 0.05;
    height: 250px;
    animation: float-morph 20s infinite alternate;
    position: absolute;
}

.learning_processEuOB .value_propITQJ::after {
    opacity: 0.15;
    transform-origin: center;
    animation: rotate-scale 20s infinite linear reverse;
    width: 180px;
    position: absolute;
    content: '';
    border: 1px dashed rgb(158,170,160,0.5);
    left: 40%;
    bottom: -90px;
    height: 180px;
}

.learning_processEuOB .value_propITQJ::after {
    clip-path: polygon(50% 0, 83% 12%, 100% 43%, 94% 78%, 68% 100%, 32% 100%, 6% 78%, 0% 43%, 17% 12%);
}

header .container {
    margin: 0;
    padding: 0 2%;
    max-width: 100%;
    z-index: 1;
    position: relative;
    width: 100%;
}

header .nav_pagebaru42S {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    position: relative;
    align-items: center;
    flex-direction: column;
    margin: 1rem 0;
    display: flex;
    border-radius: 29px;
    overflow: hidden;
    background: #ffffff;
    padding: 1.5rem 0;
}

header .top_sectioneKyE::after {
    bottom: 0;
    content: '';
    background: linear-gradient(to right, transparent, rgb(158,170,160,0.5), rgb(116,123,116,0.5), rgb(158,170,160,0.5), transparent);
    height: 1px;
    left: 20%;
    width: 60%;
    position: absolute;
}

header .top_head39ye {
    gap: 0.7rem;
    flex-wrap: wrap;
    display: flex;
    padding: 1rem 2rem 0;
    max-width: 90%;
    width: 100%;
    justify-content: center;
}

header .main_infoJPy0::before {
    position: absolute;
    transition: height 0.3s ease;
    z-index: -1;
    width: 100%;
    height: 0;
    background: linear-gradient(to top, rgb(158,170,160,0.5), transparent);
    content: '';
    left: 0;
    bottom: 0;
}

header .main_infoJPy0:hover {
    color: rgb(158,170,160);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
}

.pricing_grid62Qv {
    --pricing-bg: #f5f7fa;
    padding: 120px 0 80px;
    --card-transition: 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    --card-accent: rgb(158,170,160);
    overflow: hidden;
    --card-border: linear-gradient(135deg, rgb(158,170,160), rgb(116,123,116));
    background-color: var(--pricing-bg);
    --card-bg: #ffffff;
    --card-hover-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    --card-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    position: relative;
}

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

.pricing_grid62Qv .package_dealWRda {
    display: flex;
    flex-direction: column;
}

.pricing_grid62Qv .fee_structureBpfF h2 {
    color: #000000;
    display: inline-block;
    margin-bottom: 20px;
    font-size: 32px;
    position: relative;
    font-weight: 700;
}

.pricing_grid62Qv .class_cost0UoM {
    font-size: calc(13px + 2px);
    line-height: 1.6;
    margin: 0 auto;
    color: #000000;
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
    max-width: 700px;
}

.pricing_grid62Qv .learn_priceT3Ph {
    display: block;
    height: 100%;
    transition: transform var(--card-transition);
    transform: translateY(0);
    text-decoration: none;
    color: inherit;
}

.pricing_grid62Qv .lesson_planspGdQ {
    height: 100%;
    overflow: hidden;
    transition: box-shadow var(--card-transition);
    background-color: var(--card-bg);
    border-radius: 19px;
    box-shadow: var(--card-shadow);
    position: relative;
    display: flex;
    flex-direction: column;
}

.pricing_grid62Qv .learn_priceT3Ph:hover .lesson_planspGdQ::before {
    transform: scaleX(1);
}

.pricing_grid62Qv .access_costu23j h3 {
    font-size: calc(20px + 2px);
    position: relative;
    margin-bottom: 15px;
    font-weight: 700;
    display: inline-block;
    transition: color 0.3s ease;
    color: #000000;
}

.pricing_grid62Qv .cost_dealsAmSh {
    display: inline-block;
    position: relative;
    font-weight: 700;
    font-size: calc(20px + 6px);
    margin-bottom: 20px;
    color: var(--card-accent);
}

.pricing_grid62Qv .learn_priceT3Ph:hover .cost_dealsAmSh::after {
    width: 60px;
}

.pricing_grid62Qv .content_photoNPId {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 200px;
    transition: transform 0.6s ease;
}

.pricing_grid62Qv .content_photoNPId::after {
    top: 0;
    position: absolute;
    transition: opacity 0.4s ease;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.3), transparent);
    opacity: 0;
    content: "";
    left: 0;
}

.learn_agreeA1ym {
    align-items: center;
    flex-wrap: nowrap;
    display: flex;
    justify-content: space-between;
}

.cookies_overviewneXr {
    flex-shrink: 0;
    margin-right: 15px;
}

.cookies_overviewneXr svg {
    height: 50px;
    width: 50px;
    fill: rgb(158,170,160);
    transition: fill 0.3s ease-in-out;
}

.edu_settingsj0Qg h5 {
    color: rgb(158,170,160);
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
}

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

#usageNoticeDialogDuPO {
    display: none;
}

#usageNoticeDialogDuPO:checked ~ .cookie_popup_advisoryRS42 {
    visibility: hidden;
    opacity: 0;
}

.cookie_button.visitor_controlsYaBT:hover {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.5);
}

.cookie_button.data_guardda4v {
    border-color: rgb(116,123,116);
    color: #000000;
    background-color: rgb(116,123,116);
}

.cookie_popup_advisoryRS42 p a {
    color: rgb(158,170,160);
    text-decoration: underline;
}

.service_contactdFek::before {
    z-index: -2;
    position: absolute;
    height: 100%;
    background: linear-gradient(135deg, rgb(158,170,160,0.5) 0%, transparent 40%, rgb(116,123,116,0.5) 100%);
    width: 100%;
    left: 0;
    content: '';
    top: 0;
}


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

.service_contactdFek .contact_feedbackutFI {
    padding: 3rem 2.5rem;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border-left: 3px solid rgb(158,170,160);
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 0 0 1px rgba(255, 255, 255, 0.1),
                0 0 20px rgba(rgb(158,170,160), 0.1);
    position: relative;
}

.service_contactdFek .get_contactinfoCt8P {
    margin-bottom: 2.5rem;
    font-size: calc(16px * 1.05);
    max-width: 90%;
    line-height: 1.6;
    color: #000000;
}

.service_contactdFek .edu_askusKhTA span {
    background: rgba(255, 255, 255, 0.03);
    display: flex;
    position: relative;
    padding-left: 3.5rem;
    border-bottom: 1px solid rgb(116,123,116,0.5);
    border-right: 1px solid rgb(116,123,116,0.5);
    flex-direction: column;
    border-radius: 10px;
    transition: all 0.3s ease;
    padding: 1rem 1.5rem;
}

.service_contactdFek .edu_askusKhTA span:nth-child(even) svg {
    stroke: rgb(116,123,116);
}

.service_contactdFek .edu_askusKhTA span:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-3px);
}

.service_contactdFek .edu_askusKhTA span:nth-child(even):hover svg {
    filter: drop-shadow(0 0 5px rgb(116,123,116,0.5));
}

.service_contactdFek .edu_askusKhTA span svg path,
.service_contactdFek .edu_askusKhTA span svg circle,
.service_contactdFek .edu_askusKhTA span svg line,
.service_contactdFek .edu_askusKhTA span svg polyline,
.service_contactdFek .edu_askusKhTA span svg rect {
    stroke-dashoffset: 0;
    transition: stroke-dasharray 0.5s ease, stroke-dashoffset 0.5s ease;
    stroke-dasharray: 0;
}


.service_contactdFek .edu_askusKhTA span p {
    font-weight: 400;
    color: #000000;
    font-size: 16px;
    margin: 0;
}

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

.service_contactdFek .edu_askusKhTA span a {
    transition: color 0.3s ease, transform 0.3s ease;
    position: relative;
    display: inline-block;
    color: rgb(158,170,160);
    text-decoration: none;
}

.service_contactdFek .edu_askusKhTA span a:hover {
    color: rgb(116,123,116);
    transform: translateX(3px);
}

.service_contactdFek .message_blockDGH3 {
    background: linear-gradient(135deg, 
                rgba(rgb(158,170,160,0.5), 0.1), 
                rgba(rgb(116,123,116,0.5), 0.1));
    margin-top: 1.5rem;
    display: flex;
    border-left: 3px solid rgb(116,123,116);
    grid-column: 1 / -1;
    padding: 1.5rem;
    flex-direction: column;
}

.service_contactdFek .message_blockDGH3 h4:hover svg {
    transform: rotate(15deg);
}

.service_contactdFek .message_blockDGH3 h4::after {
    background: rgb(116,123,116);
    height: 2px;
    content: '';
    bottom: -5px;
    position: absolute;
    border-radius: 10px;
    left: 0;
    width: 40px;
}

.service_contactdFek .message_blockDGH3 span svg {
    fill: none;
    opacity: 0.7;
    transition: all 0.3s ease;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke: rgb(158,170,160);
    height: 1rem;
    stroke-linejoin: round;
    left: 0;
    position: absolute;
    width: 1rem;
}

.service_contactdFek .message_blockDGH3 span:not(:last-child) {
    border-bottom: 1px dashed rgba(#000000, 0.2);
}

.service_contactdFek .container::after {
    background: radial-gradient(circle, rgb(116,123,116,0.5) 0%, transparent 70%);
    animation: floatingGlow 20s infinite linear reverse;
    bottom: -75px;
    width: 150px;
    height: 150px;
    z-index: -1;
    position: absolute;
    left: -50px;
    border-radius: 50%;
    content: '';
}

.service_contactdFek .contact_feedbackutFI::after {
    z-index: -1;
    left: 0;
    height: 75px;
    background: radial-gradient(circle, rgb(116,123,116,0.5) 0%, transparent 70%);
    bottom: 0;
    content: '';
    width: 75px;
    opacity: 0.4;
    position: absolute;
}

.service_contactdFek .edu_askusKhTA span:hover::before {
    opacity: 0.3;
}

.service_contactdFek .edu_askusKhTA span::after {
    border-radius: 10px;
    content: '';
    left: 10px;
    position: absolute;
    top: 10px;
    pointer-events: none;
    right: 10px;
    opacity: 0;
    box-shadow: inset 0 0 15px rgba(255, 255, 255, 0.05);
    bottom: 10px;
    transition: opacity 0.3s ease;
}

.privacy_spaceyKjM::before {
    height: 100%;
    top: 0;
    content: "";
    position: absolute;
    background: linear-gradient(135deg, transparent 40%, rgba(rgb(158,170,160,0.5), 0.05) 100%);
    width: 30%;
    right: 0;
    z-index: 1;
    clip-path: polygon(100% 0, 100% 100%, 30% 100%, 70% 0);
}

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

.privacy_spaceyKjM h1::before {
    content: "";
    height: 4px;
    position: absolute;
    animation: scaleIn 0.8s ease-out forwards;
    transform-origin: left;
    bottom: 0;
    background: linear-gradient(90deg, rgb(158,170,160) 0%, rgb(116,123,116) 100%);
    left: 0;
    width: 120px;
}

.privacy_spaceyKjM h2::before {
    content: "";
    height: 70%;
    transform: translateY(-50%);
    background: rgb(158,170,160);
    width: 8px;
    left: 0;
    position: absolute;
    top: 50%;
}

.privacy_spaceyKjM h3::before {
    top: 50%;
    position: absolute;
    left: 0;
    background: rgb(116,123,116);
    height: 60%;
    width: 6px;
    content: "";
    transform: translateY(-50%);
}

.privacy_spaceyKjM h4::before {
    width: 4px;
    transform: translateY(-50%);
    opacity: 0.7;
    position: absolute;
    top: 50%;
    background: rgb(116,123,116);
    height: 50%;
    left: 0;
    content: "";
}

.privacy_spaceyKjM li {
    position: relative;
    margin-bottom: 1rem;
    padding-left: 1.75rem;
    font-size: 18px;
    line-height: 1.7;
}

.privacy_spaceyKjM li:hover::before {
    transform: rotate(135deg);
    background-color: rgba(rgb(158,170,160,0.5), 0.1);
}

.privacy_spaceyKjM strong {
    font-weight: 600;
    position: relative;
    display: inline-block;
    color: #000000;
}

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

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

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

.our_backgroundf9Cr .learn_visionXslT {
    flex: 0 0 350px;
    position: relative;
}

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

.our_backgroundf9Cr .content_photoNPId {
    border-radius: 10px;
    height: 400px;
    position: relative;
    width: 100%;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.15);
    transition: transform 0.4s ease;
}

.our_backgroundf9Cr .learn_visionXslT:hover .skill_philoJmyg {
    transform: translateY(-5px);
}

.our_backgroundf9Cr .learn_academytwFv {
    font-weight: 700;
    font-family: Arial, sans-serif;
    margin: 0 0 8px 0;
    font-size: 21px;
    color: #000000;
}

.our_backgroundf9Cr .virtual_classesHNQB {
    color: rgb(158,170,160);
    margin: 0;
    font-weight: 400;
    font-family: Arial, sans-serif;
    font-size: 12px;
}

.our_backgroundf9Cr .learning_creatorsMyK9 svg {
    fill: rgb(158,170,160);
    width: 50px;
    height: 50px;
}

.our_backgroundf9Cr h2 {
    font-family: Arial, sans-serif;
    position: relative;
    margin: 0 0 5px 0;
    display: inline-block;
    font-weight: 700;
    font-size: 30px;
    color: #000000;
}

.our_backgroundf9Cr p {
    margin: 15px 0 0 0;
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: 12px;
    line-height: 1.8;
    font-weight: 400;
}

.thanksUnit0OQ1::before {
    left: -50%;
    opacity: 0.2;
    position: absolute;
    animation: rotateGradient 30s infinite linear;
    content: "";
    background: radial-gradient(circle at center, rgb(158,170,160,0.5) 0%, transparent 70%);
    height: 200%;
    top: -50%;
    width: 200%;
}

.thanksUnit0OQ1 .container {
    transform-style: preserve-3d;
    position: relative;
    z-index: 2;
}

.thanksUnit0OQ1 .value_propITQJ {
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    overflow: hidden;
    flex-direction: column;
    backdrop-filter: blur(10px);
    transform: translateZ(0);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05);
    display: flex;
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 3rem;
    gap: 2.5rem;
    position: relative;
}

.thanksUnit0OQ1 .value_propITQJ:hover {
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.2),
        0 10px 25px rgba(0, 0, 0, 0.08);
    transform: translateZ(20px) scale(1.01);
}

.thanksUnit0OQ1 h5 {
    font-weight: 700;
    color: rgb(158,170,160);
    padding-bottom: 1rem;
    position: relative;
    display: inline-block;
    font-size: calc(20px * 1.1);
    margin-bottom: 1rem;
    letter-spacing: 0.02em;
}

.thanksUnit0OQ1 p {
    font-size: 15px;
    color: #000000;
    position: relative;
    transition: color 0.3s ease, transform 0.3s ease;
    margin: 0;
    z-index: 1;
    line-height: 1.7;
}

.thanksUnit0OQ1 a {
    text-decoration: none;
    position: relative;
    backdrop-filter: blur(5px);
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    background: rgba(255, 255, 255, 0.7);
    border-radius: 6px;
    overflow: hidden;
    padding: 1.5rem;
    display: block;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.thanksUnit0OQ1 a:hover p {
    transform: translateY(-3px);
    color: #000000;
}

.thanksUnit0OQ1 a:hover::after {
    transform: scaleX(1);
}

.reach_outQkSz {
    position: relative;
    background: linear-gradient(160deg, rgb(201,207,186) 0%, rgb(158,170,160,0.5) 100%);
    overflow: hidden;
    padding: 90px 0;
}

.reach_outQkSz::before {
    top: 0;
    height: 100%;
    opacity: 0.03;
    position: absolute;
    left: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgb(158,170,160,0.5),
        rgb(158,170,160,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    content: "";
    width: 100%;
}

.reach_outQkSz .query_form1acz {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
    display: flex;
    background: #ffffff;
    border-radius: 20px;
    margin: 0 auto;
    max-width: 800px;
    flex-direction: column;
    overflow: hidden;
}

.reach_outQkSz form {
    width: 100%;
}

.reach_outQkSz form h3::after {
    width: 100%;
    left: 0;
    content: "";
    background: rgb(158,170,160);
    bottom: -10px;
    border-radius: 1.5px;
    position: absolute;
    height: 3px;
}

.reach_outQkSz form input[type="text"]:focus {
    border-color: rgb(158,170,160);
    outline: none;
}

.reach_outQkSz form input[type="text"]::placeholder {
    color: rgba(0, 0, 0, 0.35);
}

.reach_outQkSz .support_requestXEOW {
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
}

.reach_outQkSz .support_requestXEOW label {
    position: relative;
    line-height: 1.6;
    font-size: 14px;
    padding-left: 35px;
    color: #000000;
    cursor: pointer;
}

.reach_outQkSz .support_requestXEOW input[type="checkbox"]:checked + label::before {
    background: rgb(158,170,160);
}

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

.reach_outQkSz form .inquiry_supportgliY:hover {
    background: rgb(116,123,116);
}

.reach_outQkSz svg {
    height: 20px;
    width: 20px;
    fill: rgb(158,170,160);
}

.reach_outQkSz svg path {
    fill: rgb(158,170,160);
    transition: fill 0.3s ease;
}

.title_portal4TXg {
    justify-content: flex-start;
    overflow: hidden;
    align-items: center;
    display: flex;
    position: relative;
    padding: 2rem;
    height: 100vh;
    min-height: 650px;
}

.title_portal4TXg::after {
    transform: rotate(-15deg);
    content: "";
    opacity: 0.7;
    width: 50%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%);
    background: linear-gradient(135deg, 
    rgb(158,170,160,0.5) 0%, 
    rgb(116,123,116,0.5) 100%);
    z-index: 2;
    height: 150%;
    top: -5%;
    position: absolute;
    right: -5%;
}

.title_portal4TXg .title_style_header {
    display: inline-block;
    padding-bottom: 1rem;
    max-width: 80%;
    font-weight: 700;
    color: #ffffff;
    font-size: 39px;
    margin: 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    line-height: 1.2;
    position: relative;
}

.title_portal4TXg .start_introKT6Z {
    transform: translateY(30px);
    position: relative;
    border-left: 3px solid rgb(158,170,160);
    margin-left: 1rem;
    opacity: 0;
    max-width: 600px;
    animation: fadeInUp 0.8s ease-out forwards 0.5s;
    padding-left: 2rem;
}

.title_portal4TXg .mentor_networkryzM h3 {
    font-size: calc(19px + 0.1rem);
    font-weight: 600;
    color: #ffffff;
    margin: 0;
    line-height: 1.4;
    position: relative;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.title_portal4TXg p {
    line-height: 1.6;
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
    margin: 0;
}

footer {
    width: 100%;
    position: relative;
}

footer .webinar_ctaEQOn::after {
    position: absolute;
    opacity: 0.3;
    content: "";
    height: 200px;
    background: radial-gradient(circle, rgb(158,170,160), transparent 70%);
    width: 200px;
    right: 15%;
    border-radius: 50%;
    top: 50px;
}

footer .contact_askKTYW {
    flex-wrap: wrap;
    margin-bottom: 60px;
    gap: 10px;
    justify-content: flex-start;
    display: flex;
}

footer .info_item:hover {
    transform: skewX(-5deg) translateY(-5px);
    background-color: rgb(158,170,160);
}

footer .info_item svg {
    width: 20px;
    margin-right: 10px;
    transform: skewX(5deg);
    fill: #ffffff;
    height: 20px;
    vertical-align: middle;
}

footer .text_main_holder {
    gap: 40px;
    grid-template-columns: 1fr;
    position: relative;
    display: grid;
}

footer .top_classUCcB::before {
    height: 100%;
    top: 0;
    background-color: rgb(158,170,160);
    left: 0;
    position: absolute;
    width: 5px;
    content: "";
}

footer .top_head39ye {
    position: relative;
}

footer .top_head39ye h5 {
    font-size: 21px;
    padding-bottom: 10px;
    display: inline-block;
    position: relative;
    letter-spacing: 1px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 25px;
}

footer .head_sitewrapcBr0 a {
    color: rgba(255, 255, 255, 0.8);
    position: relative;
    font-size: 13px;
    text-decoration: none;
    transition: all 0.3s ease;
    padding-left: 0;
}

footer .head_sitewrapcBr0 a:hover {
    padding-left: 20px;
    color: rgb(158,170,160);
}

footer .head_sitewrapcBr0 a:hover::before {
    left: 0;
    opacity: 1;
}

footer .subscribe_holder::before {
    right: -20px;
    top: -20px;
    border-radius: 50%;
    height: 100px;
    opacity: 0.2;
    background-color: rgb(158,170,160);
    z-index: -1;
    position: absolute;
    content: "";
    width: 100px;
}

footer .subscribe_holder p {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    margin-bottom: 25px;
    font-size: 13px;
}

footer .input_holder input[type="email"] {
    font-size: 13px;
    padding: 14px 16px;
    border: none;
    color: #ffffff;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

footer .join_containerNWPJ {
    cursor: pointer;
    border: none;
    font-size: 20px;
    color: #ffffff;
    letter-spacing: 1px;
    padding: 14px 20px;
    background-color: rgb(158,170,160);
    transition: all 0.3s ease;
    border-radius: 10px;
    font-weight: 600;
    text-transform: uppercase;
}

footer .peer_helpbdxV {
    color: rgba(255, 255, 255, 0.6);
    font-size: 13px;
    text-align: center;
}

.education_experienceBhbz::before {
    left: 0;
    content: "";
    z-index: 1;
    height: 100%;
    width: 100%;
    background: linear-gradient(120deg, transparent 30%, rgb(158,170,160,0.5) 100%);
    top: 0;
    position: absolute;
}

.education_experienceBhbz .feedback_story0f8M {
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    gap: 3rem;
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    position: relative;
}

.education_experienceBhbz .content_photoNPId::before {
    top: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(180deg, 
        transparent 0%, 
        transparent 70%, 
        rgb(158,170,160,0.5) 100%);
    height: 100%;
    width: 100%;
    content: "";
    position: absolute;
}

.education_experienceBhbz .experience_data8Uc4::before {
    background: rgb(158,170,160);
    transition: height 0.8s ease-out;
    width: 2px;
    content: "";
    position: absolute;
    height: 0;
    left: 0;
    top: 0;
}

.education_experienceBhbz .name::after {
    content: "";
    background: rgb(116,123,116);
    width: 100%;
    height: 1px;
    bottom: 0;
    position: absolute;
    left: 0;
    transition: transform 0.6s ease-out 0.2s;
    transform: translateX(-101%);
}

.education_experienceBhbz .feedback_story0f8M:hover .experience_data8Uc4 > div:nth-child(2) {
    opacity: 1;
    transform: translateY(0);
}

.education_experienceBhbz .professional_expHrEx {
    opacity: 0;
    position: relative;
    transition: all 0.5s ease-out 0.6s;
    line-height: 1.8;
    transform: translateY(20px);
    font-weight: 300;
    color: #000000;
    font-size: 18px;
    padding: 0 0 0 20px;
}



.education_experienceBhbz:hover .name {
    overflow: hidden;
    white-space: nowrap;
    animation: 
        typing 2.5s steps(40, end),
        blink .75s step-end infinite;
}

.program_detailsdmbF::before {
    width: 100%;
    top: 0;
    position: absolute;
    height: 100%;
    content: "";
    left: 0;
    z-index: 1;
    background: linear-gradient(135deg, rgb(158,170,160,0.5) 0%, transparent 50%, rgb(116,123,116,0.5) 100%);
}

.program_detailsdmbF .educationeO2a {
    display: flex;
    z-index: 2;
    flex-direction: column;
}

.program_detailsdmbF .announcement_boxeLYw {
    margin: 0 auto 60px;
    width: 80%;
    position: relative;
}

.program_detailsdmbF .announcement_boxeLYw h2 {
    border-radius: 10px;
    position: relative;
    padding: 15px;
    transform: translateX(0);
    background-image: repeating-linear-gradient(45deg, rgb(158,170,160,0.5) 0px, rgb(158,170,160,0.5) 2px, transparent 2px, transparent 8px);
    font-weight: 700;
    color: #000000;
    margin-bottom: 30px;
    transition: transform 0.5s ease;
    font-size: 28px;
}

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

.program_detailsdmbF .content_photoNPId::before {
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    content: "";
    background: linear-gradient(135deg, rgb(158,170,160,0.5) 0%, transparent 80%);
}



.program_detailsdmbF .educationeO2a::before {
    filter: blur(100px);
    width: 200px;
    position: absolute;
    border-radius: 50%;
    left: -50px;
    bottom: -100px;
    content: "";
    animation: pulseAnimation 10s infinite ease-in-out;
    height: 200px;
    background-color: rgb(116,123,116,0.5);
    z-index: -1;
}



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

.program_detailsdmbF .announcement_boxeLYw .description:first-of-type::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, rgb(158,170,160), transparent);
    bottom: 0;
}



.program_detailsdmbF .educationeO2a .announcement_boxeLYw .description strong {
    color: rgb(116,123,116);
    font-weight: 600;
}

.program_detailsdmbF .announcement_boxeLYw h2::after {
    height: 30px;
    z-index: -1;
    border-radius: 50%;
    width: 30px;
    left: -15px;
    filter: blur(15px);
    top: -15px;
    position: absolute;
    content: "";
    background-color: rgb(158,170,160,0.5);
}


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media screen and (min-width: 992px) {.followH4FD {
    padding: 7rem 4rem;
}.followH4FD::before {
    background-size: 15px 15px;
}.followH4FD .value_propITQJ {
    padding: 3.5rem 5rem;
    transform: perspective(1500px) rotateY(-4deg);
}.followH4FD h4 {
    font-size: calc(23px * 1.3);
}.followH4FD .input_holder {
    gap: 1.5rem;
}
}



@media screen and (max-width: 767px) {.followH4FD {
    padding: 4rem 1.5rem;
}.followH4FD .value_propITQJ {
    padding: 2rem 1.5rem;
}.followH4FD h4 {
    margin-bottom: 1.5rem;
    font-size: 23px;
}.followH4FD input[type="email"],
    .followH4FD .join_containerNWPJ {
    padding: 0.9rem 1.2rem;
}
}



@media screen and (max-width: 1200px) {.learning_processEuOB .announcement_boxeLYw h2 {
    transform: translate(-40px, -30px);
    width: 45%;
}.learning_processEuOB .announcement_boxeLYw p {
    transform: translate(20px, 30px);
    width: 65%;
}.learning_processEuOB .value_propITQJ::before,
    .learning_processEuOB .value_propITQJ::after {
    height: 160px;
    width: 160px;
}
}



@media screen and (max-width: 768px) {.learning_processEuOB {
    padding: 120px 0 100px;
    overflow: hidden;
}.learning_processEuOB .announcement_boxeLYw {
    flex-direction: column;
}.learning_processEuOB .announcement_boxeLYw h2 {
    padding: 25px 30px;
    font-size: calc(28px * 0.9);
    width: 100%;
    transform: none;
    margin-bottom: 40px;
}.learning_processEuOB .announcement_boxeLYw p {
    width: 100%;
    transform: none;
}.learning_processEuOB .announcement_boxeLYw::before,
    .learning_processEuOB .announcement_boxeLYw::after {
    display: none;
}.learning_processEuOB .announcement_boxeLYw h2::after {
    height: 40px;
    bottom: -50px;
    right: 50%;
}.learning_processEuOB .value_propITQJ::before,
    .learning_processEuOB .value_propITQJ::after,
    .learning_processEuOB::after {
    display: none;
}
}



@media (max-width: 991px) {header .nav_pagebaru42S {
    margin: 0.8rem 0;
    padding: 1.2rem 0;
}header .top_sectioneKyE {
    padding: 0 0 0.8rem 0;
}header .top_sectioneKyE svg {
    width: 160px;
}header .top_head39ye {
    padding: 0.8rem 1.5rem 0;
    gap: 0.6rem;
}header .main_infoJPy0 {
    padding: 0.6rem 1.1rem;
}
}



@media (max-width: 480px) {header .nav_pagebaru42S {
    margin: 0.5rem 0;
    padding: 0.8rem 0;
}header .top_sectioneKyE {
    padding: 0 0 0.6rem 0;
}header .top_sectioneKyE svg {
    width: 120px;
}header .top_head39ye {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    padding: 0.6rem 0.5rem 0;
}header .top_head39ye::-webkit-scrollbar {
    height: 3px;
}header .top_head39ye::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(158,170,160);
}header .main_infoJPy0 {
    flex-shrink: 0;
    white-space: nowrap;
    margin-right: 3px;
}}



@media (max-width: 991px) {.pricing_grid62Qv {
    padding: 80px 0 60px;
}.pricing_grid62Qv .annual_planyd6p {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}
}



@media (max-width: 480px) {.pricing_grid62Qv {
    padding: 50px 0 30px;
}.pricing_grid62Qv .fee_structureBpfF h2 {
    font-size: calc(32px - 4px);
}.pricing_grid62Qv .class_cost0UoM {
    font-size: 13px;
}.pricing_grid62Qv .access_costu23j {
    padding: 20px 15px;
}.pricing_grid62Qv .content_photoNPId {
    height: 160px;
}}


@media (max-width: 1200px) {.edu_settingsj0Qg h5 {
    font-size: calc(22px - 2px);
}.edu_settingsj0Qg p {
    font-size: calc(12px - 2px);
}.edu_cookies1Q5w {
    font-size: calc(16px - 2px);
}
}


@media (max-width: 991px) {.service_contactdFek {
    padding: 4rem 0;
}.service_contactdFek .contact_feedbackutFI {
    padding: 2.5rem 2rem;
}.service_contactdFek .contact_feedbackutFI h3 {
    font-size: calc(28px * 0.9);
}.service_contactdFek .get_contactinfoCt8P {
    font-size: 16px;
    max-width: 100%;
}.service_contactdFek .edu_askusKhTA {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}.service_contactdFek .edu_askusKhTA span svg {
    width: 1.4rem;
    height: 1.4rem;
}.service_contactdFek .message_blockDGH3 h4 svg {
    width: 1.1rem;
    height: 1.1rem;
}.service_contactdFek .message_blockDGH3 span svg {
    height: 0.9rem;
    width: 0.9rem;
}
}


@media (max-width: 575px) {.service_contactdFek {
    padding: 2.5rem 0;
}.service_contactdFek .contact_feedbackutFI {
    padding: 1.75rem 1.25rem;
}.service_contactdFek .contact_feedbackutFI h3 {
    margin-bottom: 1.25rem;
    font-size: calc(28px * 0.7);
}.service_contactdFek .get_contactinfoCt8P {
    margin-bottom: 2rem;
    font-size: calc(16px * 0.95);
}.service_contactdFek .edu_askusKhTA span {
    padding-left: 2.75rem;
    padding: 0.75rem 1rem;
}.service_contactdFek .edu_askusKhTA span svg {
    width: 1.2rem;
    height: 1.2rem;
    left: 0.75rem;
}.service_contactdFek .message_blockDGH3 h4 {
    font-size: calc(23px * 0.9);
}.service_contactdFek .message_blockDGH3 h4 svg {
    height: 1rem;
    width: 1rem;
}.service_contactdFek .message_blockDGH3 span {
    padding-left: 1.25rem;
}.service_contactdFek .message_blockDGH3 span svg {
    width: 0.75rem;
    height: 0.75rem;
}}



@media (min-width: 768px) {.privacy_spaceyKjM {
    padding: 7rem 3rem;
}.privacy_spaceyKjM .container {
    padding: 0 30px;
}.privacy_spaceyKjM h1 {
    font-size: calc(45px * 1.2);
    margin-bottom: 3rem;
    transform: translateX(-15px);
}.privacy_spaceyKjM h1::before {
    height: 5px;
    width: 180px;
}.privacy_spaceyKjM h2 {
    margin: 4rem 0 2rem;
    padding-left: 2rem;
}.privacy_spaceyKjM h2::before {
    width: 10px;
}.privacy_spaceyKjM p {
    max-width: 85%;
}.privacy_spaceyKjM ul {
    margin-left: 2rem;
}.privacy_spaceyKjM span {
    padding-left: 1.5rem;
}
}



@media (max-width: 480px) {.privacy_spaceyKjM {
    padding: 3rem 1rem;
}.privacy_spaceyKjM h1 {
    font-size: calc(45px * 0.8);
}.privacy_spaceyKjM h2 {
    padding-left: 1.25rem;
    font-size: calc(34px * 0.8);
}.privacy_spaceyKjM h3 {
    font-size: calc(34px * 0.7);
    padding-left: 1rem;
}.privacy_spaceyKjM h4 {
    padding-left: 0.75rem;
    font-size: calc(34px * 0.6);
}.privacy_spaceyKjM p, .privacy_spaceyKjM span, .privacy_spaceyKjM li {
    font-size: calc(18px * 0.9);
    line-height: 1.6;
}.privacy_spaceyKjM li {
    padding-left: 1.5rem;
}.privacy_spaceyKjM span {
    padding-left: 0.75rem;
}}



@media (max-width: 768px) {.our_backgroundf9Cr {
    padding: 60px 0;
}.our_backgroundf9Cr::before,
    .our_backgroundf9Cr::after {
    opacity: 0.5;
}.our_backgroundf9Cr .learn_visionXslT {
    max-width: 380px;
}.our_backgroundf9Cr .content_photoNPId {
    height: 300px;
}.our_backgroundf9Cr .skill_philoJmyg {
    padding: 18px;
    bottom: -25px;
    right: -25px;
}.our_backgroundf9Cr .learn_academytwFv {
    font-size: calc(21px * 0.9);
}.our_backgroundf9Cr .virtual_classesHNQB {
    font-size: calc(12px * 0.9);
}.our_backgroundf9Cr h2 {
    font-size: calc(30px * 0.9);
}.our_backgroundf9Cr h2::after {
    height: 3px;
    width: 60px;
}
}



@media (max-width: 991px) {.thanksUnit0OQ1 {
    padding: 5rem 0;
}.thanksUnit0OQ1 .value_propITQJ {
    gap: 2rem;
    padding: 2.5rem;
}.thanksUnit0OQ1 h5 {
    font-size: 20px;
}.thanksUnit0OQ1 p {
    line-height: 1.6;
    font-size: calc(15px * 0.95);
}
}



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



@media (hover: none) {.thanksUnit0OQ1 .value_propITQJ:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1),
                   0 0 0 1px rgba(255, 255, 255, 0.1),
                   0 5px 15px rgba(0, 0, 0, 0.05);
    transform: none;
}.thanksUnit0OQ1 a:hover {
    transform: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}.thanksUnit0OQ1 a:hover p {
    transform: none;
}}



@media screen and (min-width: 992px) {.reach_outQkSz .content_photoNPId {
    width: 50%;
}.reach_outQkSz .query_queryDdtM {
    padding: 60px;
    width: 50%;
}
}



@media screen and (max-width: 576px) {.reach_outQkSz {
    padding: 60px 0;
}.reach_outQkSz h2 {
    font-size: calc(39px * 0.7);
    margin-bottom: 30px;
}.reach_outQkSz .query_queryDdtM {
    padding: 30px 20px;
}.reach_outQkSz form h3 {
    font-size: calc(18px * 0.9);
}}



@media (min-width: 768px) and (max-width: 991px) {.title_portal4TXg {
    padding: 1.5rem;
    min-height: 600px;
}.title_portal4TXg > div {
    margin-left: 4%;
}.title_portal4TXg .title_style_header {
    font-size: calc(39px - 0.4rem);
    max-width: 90%;
}.title_portal4TXg .start_introKT6Z {
    max-width: 500px;
    padding-left: 1.5rem;
}.title_portal4TXg .mentor_networkryzM h3 {
    font-size: 19px;
}
}



@media (max-width: 480px) {.title_portal4TXg {
    padding-top: 20%;
    padding: 1rem;
    min-height: 500px;
}.title_portal4TXg .title_style_header {
    font-size: 29px;
}.title_portal4TXg .title_style_header::after {
    width: 60px;
    height: 3px;
}.title_portal4TXg .mentor_networkryzM h3 {
    font-size: 20px;
}.title_portal4TXg span {
    padding: 0.7rem 0.9rem;
    margin-top: 0.5rem;
}}



@media (min-width: 768px) {footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .head_sitewrapcBr0 {
    grid-template-columns: repeat(2, 1fr);
}footer .input_holder {
    flex-direction: row;
}footer .join_containerNWPJ {
    white-space: nowrap;
}footer .head_sitewrapcBr0 a {
    padding-right: 10px;
}
}



@media (max-width: 576px) {footer .webinar_ctaEQOn {
    padding: 50px 0 20px;
}footer .info_item {
    width: 100%;
    margin-right: 0;
}footer .head_sitewrapcBr0 {
    grid-template-columns: 1fr;
}footer .subscribe_holder {
    padding: 20px;
}footer .input_holder input[type="email"],
    footer .join_containerNWPJ {
    padding: 12px 15px;
}}



@media (max-width: 1024px) {.program_detailsdmbF {
    padding: 80px 0;
}.program_detailsdmbF .announcement_boxeLYw {
    width: 90%;
}
}



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



@keyframes pulse {
    0%, 100% {
        opacity: 0.1;
    }
    50% {
        opacity: 0.2;
    }
}



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

@keyframes float-morph {
    0% {
        border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
        transform: translate(0, 0);
    }
    50% {
        border-radius: 50% 50% 70% 30% / 60% 40% 30% 70%;
        transform: translate(-30px, -20px);
    }
    100% {
        border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
        transform: translate(0, 0);
    }
}

@keyframes dashAnimation {
    0% {
        stroke-dashoffset: 100;
    }
    100% {
        stroke-dashoffset: 0;
    }
}



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



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



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



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



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



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



@keyframes blink {
    50% { border-color: transparent }
}



@keyframes pulseAnimation {
    0% {
        opacity: 0.4;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 0.4;
    }
}

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

