* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}.footer_classesRhCPnJd {
    flex: 0 0 auto;
}.top_eduuHg8bJw {
    flex: 1 0 auto;
}.container {
    margin: auto;
    width: 1161px;
    max-width: 100%;
}html,body {
    font-family: Arial, sans-serif;
    min-height: 100%;
    color: #000000;
    height: 100%;
    scroll-behavior: smooth;
}header,footer {
    width: 100%;
}.wrapping-containerPxTwW8n {
    min-height: 100%;
    height: 100%;
    flex-direction: column;
    display: flex;
}svg {
    height: 30px;
    width: 30px;
}a {
    color: inherit;
    text-decoration: none;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.learning_process8ZQTvIU {
    background: rgb(231,236,214);
    position: relative;
    padding: 7rem 0;
    overflow: hidden;
    isolation: isolate;
}.learning_process8ZQTvIU::before {
    transform: rotate(15deg);
    left: -50%;
    opacity: 0.3;
    background-image: 
        radial-gradient(
            rgb(160,187,116,0.5) 20%, 
            transparent 21%
        ), 
        radial-gradient(
            rgb(195,211,161,0.5) 20%, 
            transparent 21%
        );
    width: 200%;
    height: 200%;
    animation: shiftPattern 60s linear infinite;
    background-position: 0 0, 30px 30px;
    position: absolute;
    content: "";
    background-size: 60px 60px;
    top: -50%;
    z-index: 0;
}.learning_process8ZQTvIU::after {
    left: 0;
    width: 100%;
    bottom: 0;
    position: absolute;
    height: 40%;
    background: linear-gradient(to top, 
        rgb(231,236,214), 
        transparent
    );
    z-index: 1;
    content: "";
}.learning_process8ZQTvIU .instructor_bioGBmi6SP {
    margin: 0 auto;
    background: #ffffff;
    animation: appearFromBottom 1s ease-out forwards;
    position: relative;
    display: flex;
    z-index: 2;
    padding: 0;
    flex-direction: column;
    overflow: hidden;
    max-width: 900px;
    align-items: center;
    border-radius: 15px;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.1),
        0 1px 5px rgba(0, 0, 0, 0.05);
}.learning_process8ZQTvIU h3 {
    font-size: 31px;
    padding-bottom: 4rem;
    position: relative;
    padding: 2.5rem;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% 75%, 
        50% 100%, 
        0 75%
    );
    text-align: center;
    margin: 0;
    width: 100%;
    background: linear-gradient(135deg, rgb(195,211,161), rgb(160,187,116));
    font-weight: 700;
    color: #ffffff;
}.learning_process8ZQTvIU h3::before {
    content: "";
    background: 
        linear-gradient(
            rgba(255, 255, 255, 0.2) 1px, 
            transparent 1px
        ),
        linear-gradient(
            90deg, 
            rgba(255, 255, 255, 0.2) 1px, 
            transparent 1px
        );
    position: absolute;
    background-size: 20px 20px;
    right: 0;
    opacity: 0.3;
    animation: moveGrid 20s linear infinite;
    left: 0;
    bottom: 0;
    top: 0;
}.learning_process8ZQTvIU h3::after {
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.8), 
        transparent
    );
    animation: shimmer 5s infinite linear;
    top: 0;
    right: 0;
    content: "";
    height: 5px;
}.learning_process8ZQTvIU span {
    position: relative;
    border-radius: 0 0 15px 15px;
    z-index: 1;
    margin-top: -30px;
    background: #ffffff;
    color: #000000;
    line-height: 1.8;
    font-size: 17px;
    box-sizing: border-box;
    width: 100%;
    padding: 3rem 2.5rem 2.5rem;
}.learning_process8ZQTvIU span::before {
    background: #ffffff;
    z-index: -1;
    border-radius: 50%;
    height: 70px;
    left: 50%;
    content: "";
    box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.05);
    transform: translateX(-50%);
    width: 70px;
    top: -35px;
    position: absolute;
}.learning_process8ZQTvIU span::after {
    background: rgb(195,211,161);
    height: 20px;
    left: 50%;
    animation: pulse 3s infinite;
    top: -20px;
    width: 20px;
    transform: translateX(-50%);
    position: absolute;
    border-radius: 50%;
    box-shadow: 0 0 15px rgb(195,211,161,0.5);
    content: "";
}

@keyframes appearFromBottom {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes shiftPattern {
    0% {
        transform: rotate(15deg) translateY(0);
    }
    50% {
        transform: rotate(15deg) translateY(-30px);
    }
    100% {
        transform: rotate(15deg) translateY(0);
    }
}

@keyframes moveGrid {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 20px 20px;
    }
}

@keyframes shimmer {
    0% {
        background-position: -1000px;
    }
    100% {
        background-position: 1000px;
    }
}

@keyframes pulse {
    0%, 100% {
        transform: translateX(-50%) scale(1);
        opacity: 1;
    }
    50% {
        transform: translateX(-50%) scale(1.2);
        opacity: 0.8;
    }
}

@media (max-width: 992px) {.learning_process8ZQTvIU {
    padding: 5rem 1.5rem;
}.learning_process8ZQTvIU::before {
    background-size: 50px 50px;
    background-position: 0 0, 25px 25px;
}.learning_process8ZQTvIU h3 {
    padding-bottom: 3.5rem;
    padding: 2rem;
    font-size: calc(31px * 0.9);
}.learning_process8ZQTvIU span {
    padding: 2.5rem 2rem 2rem;
}
}

@media (max-width: 768px) {.learning_process8ZQTvIU {
    padding: 4rem 1rem;
}.learning_process8ZQTvIU::before {
    background-size: 40px 40px;
    background-position: 0 0, 20px 20px;
}.learning_process8ZQTvIU h3 {
    padding-bottom: 3rem;
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% 80%, 
            50% 100%, 
            0 80%
        );
    font-size: calc(31px * 0.8);
    padding: 1.5rem;
}.learning_process8ZQTvIU span {
    padding: 2.5rem 1.5rem 1.5rem;
    font-size: calc(17px * 0.95);
}.learning_process8ZQTvIU span::before {
    height: 60px;
    width: 60px;
    top: -30px;
}.learning_process8ZQTvIU span::after {
    top: -18px;
    width: 16px;
    height: 16px;
}}.title_sectionAhxeVKi {
    overflow: hidden;
    width: 100%;
    position: relative;
}.title_sectionAhxeVKi .edu_expertub6p4XG {
    display: flex;
    box-sizing: border-box;
    position: relative;
    min-height: 100vh;
    align-items: center;
    padding: 4rem 2rem;
    justify-content: center;
}.title_sectionAhxeVKi .edu_expertub6p4XG::before {
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 0;
    background: linear-gradient(135deg, rgb(195,211,161,0.5), rgba(0, 0, 0, 0.5) 75%);
    content: "";
    left: 0;
    height: 100%;
}.title_sectionAhxeVKi .edu_expertub6p4XG::after {
    height: 100%;
    content: "";
    background: linear-gradient(45deg, transparent 30%, rgb(160,187,116,0.5) 180%);
    left: 0;
    top: 0;
    transform-origin: center;
    animation: backgroundPulse 8s infinite alternate ease-in-out;
    width: 100%;
    position: absolute;
    z-index: 2;
}.title_sectionAhxeVKi .about_sections0Q14Jp {
    position: relative;
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
    background: linear-gradient(170deg, rgba(255,255,255,0.12), rgba(255,255,255,0.03));
    box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25);
    padding: 3rem;
    max-width: 1200px;
    backdrop-filter: blur(8px);
    transform: perspective(1000px) rotateY(-3deg);
    width: 90%;
    z-index: 3;
}.title_sectionAhxeVKi .about_sections0Q14Jp::before {
    opacity: 0.4;
    z-index: -1;
    content: "";
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
    background: linear-gradient(135deg, rgb(195,211,161) 0%, transparent 70%);
    transform: translateZ(-10px);
    top: -15px;
    height: calc(100% + 30px);
    position: absolute;
    width: calc(100% + 30px);
    left: -15px;
}.title_sectionAhxeVKi h1 {
    margin-bottom: 1.5rem;
    transform: translateX(-20px);
    font-size: 46px;
    text-shadow: 0 2px 15px rgba(0,0,0,0.2);
    animation: slideInText 0.8s ease-out forwards;
    color: #ffffff;
    font-weight: 700;
    line-height: 1.2;
    position: relative;
}.title_sectionAhxeVKi h1::after {
    transform-origin: left;
    width: 80px;
    bottom: -10px;
    position: absolute;
    animation: scaleIn 1.2s 0.5s ease forwards;
    transform: scaleX(0);
    left: 0;
    background: rgb(160,187,116);
    height: 5px;
    content: "";
}.title_sectionAhxeVKi h3 {
    opacity: 0;
    line-height: 1.6;
    font-weight: 600;
    max-width: 90%;
    font-size: calc(21px + 0.15rem);
    transform: translateY(20px);
    animation: fadeUp 0.8s 0.3s ease-out forwards;
    text-shadow: 0 1px 10px rgba(0,0,0,0.15);
    margin-bottom: 2rem;
    color: #ffffff;
}.title_sectionAhxeVKi p {
    margin-top: 2rem;
    position: relative;
    opacity: 0;
    border-left: 3px solid rgb(160,187,116);
    transform: translateY(20px);
    font-weight: 400;
    animation: fadeUp 0.8s 0.6s ease-out forwards;
    padding-left: 2rem;
    color: #ffffff;
    font-size: 15px;
}

@keyframes backgroundPulse {
  0% {
    opacity: 0.6;
  }
  100% {
    opacity: 0.9;
  }
}

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

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

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

@media screen and (max-width: 1200px) {.title_sectionAhxeVKi .about_sections0Q14Jp {
    transform: perspective(800px) rotateY(-2deg);
    padding: 2.5rem;
}.title_sectionAhxeVKi h1 {
    font-size: calc(46px - 0.2rem);
}.title_sectionAhxeVKi h3 {
    max-width: 95%;
    font-size: 21px;
}
}

@media screen and (max-width: 992px) {.title_sectionAhxeVKi .edu_expertub6p4XG {
    padding: 3rem 1.5rem;
}.title_sectionAhxeVKi .about_sections0Q14Jp {
    transform: perspective(600px) rotateY(-1deg);
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
    padding: 2rem;
}.title_sectionAhxeVKi h1 {
    font-size: calc(46px - 0.4rem);
}.title_sectionAhxeVKi h3 {
    margin-bottom: 1.5rem;
}
}

@media screen and (max-width: 768px) {.title_sectionAhxeVKi .edu_expertub6p4XG {
    align-items: flex-start;
    min-height: 80vh;
    padding-top: 7rem;
}.title_sectionAhxeVKi .about_sections0Q14Jp {
    transform: perspective(400px) rotateY(0deg);
    width: 95%;
    padding: 1.8rem;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}.title_sectionAhxeVKi h1 {
    margin-bottom: 1rem;
    font-size: calc(46px - 0.6rem);
}.title_sectionAhxeVKi h1::after {
    height: 4px;
    width: 60px;
}.title_sectionAhxeVKi h3 {
    font-size: calc(21px - 0.1rem);
    max-width: 100%;
}.title_sectionAhxeVKi p {
    font-size: calc(15px - 0.1rem);
    padding-left: 1rem;
    margin-top: 1.5rem;
}
}

@media screen and (max-width: 576px) {.title_sectionAhxeVKi .edu_expertub6p4XG {
    min-height: 70vh;
    padding-top: 6rem;
}.title_sectionAhxeVKi .about_sections0Q14Jp {
    width: 100%;
    padding: 1.5rem;
}.title_sectionAhxeVKi h1 {
    font-size: calc(46px - 0.8rem);
}.title_sectionAhxeVKi h3 {
    line-height: 1.5;
    font-size: calc(21px - 0.2rem);
}.title_sectionAhxeVKi p {
    font-size: calc(15px - 0.15rem);
    margin-top: 1.2rem;
}
}

@media (prefers-reduced-motion) {.title_sectionAhxeVKi .edu_expertub6p4XG::after,
  .title_sectionAhxeVKi h1,
  .title_sectionAhxeVKi h1::after,
  .title_sectionAhxeVKi h3,
  .title_sectionAhxeVKi p {
    transform: none;
    animation: none;
    opacity: 1;
}.title_sectionAhxeVKi h1::after {
    transform: scaleX(1);
}}.prospective_membersHPrwUlu {
    overflow: hidden;
    background: rgb(231,236,214);
    position: relative;
    padding: 100px 0;
}.prospective_membersHPrwUlu::before {
    height: 100%;
    z-index: 0;
    position: absolute;
    background: 
        radial-gradient(circle at 20% 30%, rgb(195,211,161,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(160,187,116,0.5) 0%, transparent 40%);
    opacity: 0.2;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
}.prospective_membersHPrwUlu .container {
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 1;
}.prospective_membersHPrwUlu .instructor_bioGBmi6SP {
    position: relative;
    background: rgb(231,236,214);
    padding: 50px;
    border-radius: 23px;
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.1),
        -20px -20px 60px rgba(255, 255, 255, 0.8);
}.prospective_membersHPrwUlu h4 {
    position: relative;
    margin-bottom: 50px;
    text-align: center;
    color: #000000;
    font-weight: 700;
    font-size: 38px;
}.prospective_membersHPrwUlu h4::after {
    background: linear-gradient(90deg, rgb(195,211,161), rgb(160,187,116));
    left: 50%;
    border-radius: 2px;
    width: 80px;
    content: "";
    transform: translateX(-50%);
    position: absolute;
    height: 4px;
    bottom: -15px;
}.prospective_membersHPrwUlu div {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}.prospective_membersHPrwUlu div p {
    line-height: 1.6;
    min-width: 250px;
    background: rgb(231,236,214);
    overflow: hidden;
    box-shadow: 
        8px 8px 16px rgba(0, 0, 0, 0.05),
        -8px -8px 16px rgba(255, 255, 255, 0.8),
        inset 1px 1px 1px rgba(255, 255, 255, 0.3);
    border-radius: 23px;
    font-size: 17px;
    margin: 0;
    transition: all 0.3s ease;
    color: #000000;
    padding: 25px;
    align-items: center;
    flex: 1 1 calc(33.333% - 20px);
    display: flex;
    position: relative;
}.prospective_membersHPrwUlu div p:hover {
    box-shadow: 
        12px 12px 24px rgba(0, 0, 0, 0.08),
        -12px -12px 24px rgba(255, 255, 255, 0.9),
        inset 1px 1px 1px rgba(255, 255, 255, 0.4);
    transform: translateY(-5px);
}.prospective_membersHPrwUlu div p::before {
    width: 5px;
    content: "";
    opacity: 0.7;
    position: absolute;
    background: linear-gradient(180deg, rgb(195,211,161), rgb(160,187,116));
    top: 0;
    height: 100%;
    border-radius: 5px 0 0 5px;
    left: 0;
}.prospective_membersHPrwUlu div p svg {
    box-shadow: 
        4px 4px 8px rgba(0, 0, 0, 0.1),
        -4px -4px 8px rgba(255, 255, 255, 0.8);
    background: rgb(231,236,214);
    padding: 8px;
    margin-right: 20px;
    height: 40px;
    border-radius: 50%;
    min-width: 40px;
    width: 40px;
    transition: all 0.3s ease;
}.prospective_membersHPrwUlu div p:hover svg {
    box-shadow: 
        6px 6px 12px rgba(0, 0, 0, 0.15),
        -6px -6px 12px rgba(255, 255, 255, 0.9),
        inset 1px 1px 1px rgba(255, 255, 255, 0.4);
    transform: rotate(10deg);
}.prospective_membersHPrwUlu div p svg path {
    transition: fill 0.3s ease;
    fill: rgb(195,211,161);
}.prospective_membersHPrwUlu div p:hover svg path {
    fill: rgb(160,187,116);
}

@media (max-width: 1100px) {.prospective_membersHPrwUlu div p {
    flex: 1 1 calc(50% - 15px);
}
}

@media (max-width: 991px) {.prospective_membersHPrwUlu {
    padding: 80px 0;
}.prospective_membersHPrwUlu .instructor_bioGBmi6SP {
    padding: 40px 30px;
}.prospective_membersHPrwUlu h4 {
    margin-bottom: 40px;
    font-size: calc(38px - 2px);
}.prospective_membersHPrwUlu div {
    gap: 20px;
}.prospective_membersHPrwUlu div p {
    padding: 20px;
}.prospective_membersHPrwUlu div p svg {
    margin-right: 15px;
    width: 35px;
    min-width: 35px;
    height: 35px;
}
}

@media (max-width: 767px) {.prospective_membersHPrwUlu {
    padding: 60px 0;
}.prospective_membersHPrwUlu .instructor_bioGBmi6SP {
    padding: 30px 20px;
}.prospective_membersHPrwUlu h4 {
    margin-bottom: 35px;
    font-size: calc(38px - 4px);
}.prospective_membersHPrwUlu div p {
    padding: 18px;
    flex: 1 1 100%;
}.prospective_membersHPrwUlu div p svg {
    margin-right: 15px;
    min-width: 30px;
    padding: 6px;
    height: 30px;
    width: 30px;
}
}

@media (max-width: 479px) {.prospective_membersHPrwUlu {
    padding: 40px 0;
}.prospective_membersHPrwUlu .instructor_bioGBmi6SP {
    padding: 25px 15px;
}.prospective_membersHPrwUlu h4 {
    font-size: calc(38px - 6px);
    margin-bottom: 30px;
}.prospective_membersHPrwUlu div {
    gap: 15px;
}.prospective_membersHPrwUlu div p {
    font-size: calc(17px - 1px);
    padding: 15px;
}.prospective_membersHPrwUlu div p svg {
    padding: 5px;
    min-width: 26px;
    width: 26px;
    margin-right: 12px;
    height: 26px;
}}.cookieUsagePromptPaneluivqn80 {
    bottom: 0;
    position: fixed;
    border-top: 3px solid rgb(195,211,161);
    z-index: 90;
    padding: 15px 20px;
    background: rgb(160,187,116);
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
    width: 100%;
}.user_dialogTc3Nw4t {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    align-items: center;
}.cookie_updates9dymKJ5 {
    margin-right: 20px;
    flex-shrink: 0;
}.cookie_updates9dymKJ5 svg {
    fill: rgb(195,211,161);
    width: 50px;
    height: 50px;
}.cookie_frameLPZdG91 {
    justify-content: center;
    max-width: 600px;
    flex-direction: column;
    display: flex;
}.cookieUsagePromptPaneluivqn80 h5 {
    margin-bottom: 10px;
    font-weight: 700;
    color: #ffffff;
    font-size: 23px;
}.cookieUsagePromptPaneluivqn80 p {
    font-size: 14px;
    line-height: 1.5;
    color: #000000;
}.privacy_ctrlcuBvokq {
    border: 2px solid rgb(195,211,161);
    text-decoration: none;
    border-radius: 10px;
    flex-shrink: 0;
    transition: none;
    min-width: 150px;
    background: rgb(195,211,161);
    margin-left: 10px;
    color: #ffffff;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
}.privacy_ctrlcuBvokq:hover {
    border-color: rgb(195,211,161,0.5);
    background: rgb(195,211,161,0.5);
}.cookieUsagePromptPaneluivqn80 p a {
    color: rgb(195,211,161);
    border-bottom: 2px solid rgb(195,211,161);
    text-decoration: none;
}.cookieUsagePromptPaneluivqn80 p a:hover {
    color: rgb(160,187,116);
    border-bottom-color: rgb(160,187,116);
}
@media only screen and (max-width: 1200px) {.cookieUsagePromptPaneluivqn80 {
    padding: 15px;
}
}
@media only screen and (max-width: 800px) {.cookie_updates9dymKJ5 {
    display: none;
}.user_dialogTc3Nw4t {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}.cookieUsagePromptPaneluivqn80 h5, .cookieUsagePromptPaneluivqn80 p {
    text-align: center;
}.cookie_frameLPZdG91 {
    margin-bottom: 15px;
}.privacy_ctrlcuBvokq {
    margin-left: 0;
    margin-top: 10px;
}}
#userConsentBannerTzLO342 {
    display: none;
}#userConsentBannerTzLO342:checked ~ .cookieUsagePromptPaneluivqn80 {
    opacity: 0;
    visibility: hidden;
}.get_help_infokV8QxTy {
    position: relative;
    overflow: hidden;
    background: linear-gradient(to right, rgb(231,236,214) 60%, rgb(195,211,161) 60%);
    padding: 100px 0;
}.get_help_infokV8QxTy::before {
    content: '';
    position: absolute;
    background: radial-gradient(circle at 25% 25%, rgb(195,211,161,0.5) 0%, transparent 50%);
    opacity: 0.15;
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    z-index: 0;
}.get_help_infokV8QxTy::after {
    bottom: 0;
    height: 100%;
    z-index: 0;
    content: '';
    right: 0;
    position: absolute;
    opacity: 0.1;
    width: 100%;
    background: linear-gradient(135deg, transparent 0%, rgb(160,187,116,0.5) 100%);
}.get_help_infokV8QxTy .container {
    position: relative;
    z-index: 1;
}.get_help_infokV8QxTy .edu_queryWgXUHtT {
    gap: 0;
    position: relative;
    display: grid;
    grid-template-columns: 2fr 1fr;
}.get_help_infokV8QxTy .contact_listlAKCftd {
    position: relative;
}.get_help_infokV8QxTy .contact_listlAKCftd:nth-child(1) {
    background: transparent;
    padding: 0 4rem 0 0;
}.get_help_infokV8QxTy .contact_listlAKCftd:nth-child(1) h2 {
    position: relative;
    color: rgb(195,211,161);
    font-size: calc(47px * 1.2);
    letter-spacing: -1px;
    font-weight: 700;
    margin-bottom: 2rem;
    line-height: 1.1;
    text-transform: uppercase;
}.get_help_infokV8QxTy .contact_listlAKCftd:nth-child(1) h2::before {
    left: 0;
    background: rgb(160,187,116);
    position: absolute;
    width: 60px;
    content: '';
    height: 8px;
    top: -20px;
}.get_help_infokV8QxTy .contact_feedbackqdiWmAa {
    font-size: calc(24px * 1.1);
    margin-bottom: 1.5rem;
    display: inline-block;
    font-weight: 600;
    color: rgb(160,187,116);
    position: relative;
}.get_help_infokV8QxTy .contact_feedbackqdiWmAa::after {
    height: 1px;
    bottom: -10px;
    width: 100%;
    content: '';
    background: rgb(160,187,116,0.5);
    position: absolute;
    left: 0;
}.get_help_infokV8QxTy .contact_usvKnr8uk {
    color: #000000;
    line-height: 1.8;
    font-size: calc(13px * 1.1);
    max-width: 90%;
    margin-bottom: 2.5rem;
}.get_help_infokV8QxTy .contact_listlAKCftd > p {
    position: relative;
    font-size: 13px;
    color: #000000;
    align-items: center;
    display: flex;
    margin-bottom: 1rem;
    padding-left: 30px;
}.get_help_infokV8QxTy .contact_listlAKCftd > p svg {
    width: 20px;
    top: 50%;
    height: 20px;
    transform: translateY(-50%);
    left: 0;
    position: absolute;
}.get_help_infokV8QxTy .contact_listlAKCftd > p svg path {
    fill: rgb(195,211,161);
}.get_help_infokV8QxTy .contact_listlAKCftd > p span {
    margin-left: 0.25rem;
    font-weight: 600;
}.get_help_infokV8QxTy .submit_feedback6qEU8oa {
    padding: 2rem;
    position: relative;
    border-radius: 10px;
    background: linear-gradient(to right, rgb(231,236,214), transparent);
    margin-top: 3rem;
}.get_help_infokV8QxTy .submit_feedback6qEU8oa h3 {
    color: rgb(195,211,161);
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1px;
}.get_help_infokV8QxTy .edu_guider9bADX7 {
    gap: 1rem;
    display: flex;
    flex-wrap: wrap;
}.get_help_infokV8QxTy .edu_guider9bADX7 span {
    border-radius: 10px;
    color: #000000;
    font-weight: 600;
    background: #ffffff;
    transition: all 0.3s ease;
    font-size: 13px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    padding: 0.5rem 1rem;
    border-left: 3px solid rgb(160,187,116);
}.get_help_infokV8QxTy .edu_guider9bADX7 span:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    background: rgb(160,187,116);
    transform: translateY(-3px);
}.get_help_infokV8QxTy .contact_listlAKCftd:nth-child(2) {
    grid-column: 2;
    grid-row: span 2;
    position: relative;
}.get_help_infokV8QxTy .contact_listlAKCftd .img_cover8zXRIkN {
    overflow: hidden;
    z-index: -1;
    width: 100%;
    border-radius: 0;
    height: 100%;
}.get_help_infokV8QxTy .contact_tile.message_pagehex15Ij {
    background: transparent;
    grid-column: 2;
    z-index: 1;
    padding: 2rem;
    position: relative;
}.get_help_infokV8QxTy .message_pagehex15Ij a {
    position: relative;
    flex-direction: column;
    margin-bottom: 2rem;
    display: flex;
    transition: all 0.3s ease;
    padding-left: 40px;
    text-decoration: none;
}.get_help_infokV8QxTy .message_pagehex15Ij a:last-child {
    margin-bottom: 0;
}.get_help_infokV8QxTy .message_pagehex15Ij a:hover {
    transform: translateX(10px);
}.get_help_infokV8QxTy .message_pagehex15Ij svg {
    position: absolute;
    height: 24px;
    width: 24px;
    transition: all 0.3s ease;
    top: 5px;
    left: 0;
}.get_help_infokV8QxTy .message_pagehex15Ij a:hover svg {
    transform: scale(1.2);
}.get_help_infokV8QxTy .message_pagehex15Ij svg path {
    fill: #ffffff;
}.get_help_infokV8QxTy .message_pagehex15Ij a span {
    letter-spacing: 1px;
    font-size: calc(13px * 0.85);
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 5px;
}.get_help_infokV8QxTy .message_pagehex15Ij a p {
    color: #ffffff;
    margin-bottom: 0;
    font-size: calc(13px * 1.2);
    font-weight: 600;
    position: relative;
}.get_help_infokV8QxTy .message_pagehex15Ij a p::after {
    content: '';
    bottom: -5px;
    left: 0;
    width: 0;
    background: #ffffff;
    position: absolute;
    transition: width 0.3s ease;
    height: 2px;
}.get_help_infokV8QxTy .message_pagehex15Ij a:hover p::after {
    width: 100%;
}

@media (max-width: 1200px) {.get_help_infokV8QxTy {
    background: linear-gradient(to right, rgb(231,236,214) 50%, rgb(195,211,161) 50%);
}.get_help_infokV8QxTy .contact_listlAKCftd:nth-child(1) {
    padding-right: 2rem;
}.get_help_infokV8QxTy .contact_usvKnr8uk {
    max-width: 100%;
}
}

@media (max-width: 992px) {.get_help_infokV8QxTy {
    padding: 80px 0 350px;
    background: linear-gradient(to bottom, rgb(231,236,214) 65%, rgb(195,211,161) 65%);
}.get_help_infokV8QxTy .edu_queryWgXUHtT {
    grid-template-columns: 1fr;
}.get_help_infokV8QxTy .contact_listlAKCftd:nth-child(1) {
    padding-right: 0;
    margin-bottom: 3rem;
}.get_help_infokV8QxTy .contact_listlAKCftd:nth-child(2) {
    top: auto;
    grid-row: auto;
    position: static;
    bottom: 200px;
    right: 0;
    height: 300px;
    grid-column: auto;
    left: 0;
}.get_help_infokV8QxTy .contact_tile.message_pagehex15Ij {
    margin-top: 250px;
    grid-column: auto;
}
}

@media (max-width: 768px) {.get_help_infokV8QxTy {
    padding: 60px 0 100px;
    background: linear-gradient(to bottom, rgb(231,236,214) 60%, rgb(195,211,161) 60%);
}.get_help_infokV8QxTy .contact_listlAKCftd:nth-child(1) h2 {
    font-size: 47px;
}.get_help_infokV8QxTy .contact_listlAKCftd:nth-child(2) {
    height: 200px;
    bottom: 180px;
}.get_help_infokV8QxTy .contact_tile.message_pagehex15Ij {
    margin-top: 150px;
}
}

@media (max-width: 576px) {.get_help_infokV8QxTy {
    background: linear-gradient(to bottom, rgb(231,236,214) 55%, rgb(195,211,161) 55%);
    padding: 50px 0 350px;
}.get_help_infokV8QxTy .contact_listlAKCftd:nth-child(1) h2 {
    font-size: calc(47px * 0.8);
}.get_help_infokV8QxTy .contact_listlAKCftd:nth-child(1) h2::before {
    width: 40px;
    height: 6px;
}.get_help_infokV8QxTy .submit_feedback6qEU8oa {
    padding: 1.5rem;
}.get_help_infokV8QxTy .edu_guider9bADX7 {
    flex-direction: column;
}.get_help_infokV8QxTy .contact_listlAKCftd:nth-child(2) {
    height: 180px;
    bottom: 200px;
}.get_help_infokV8QxTy .contact_tile.message_pagehex15Ij {
    padding: 1.5rem;
}}.secure_fortificationPTK6hXH {
    padding: 4rem 2rem;
    background: linear-gradient(135deg, rgb(231,236,214) 0%, rgba(255,255,255,0.95) 100%);
    position: relative;
    overflow: hidden;
}.secure_fortificationPTK6hXH::before {
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.07;
    transform: translateZ(0);
    left: 0;
    z-index: 0;
    content: "";
    background: linear-gradient(45deg, rgb(195,211,161,0.5) 0%, transparent 60%);
}.secure_fortificationPTK6hXH::after {
    right: -10%;
    position: absolute;
    content: "";
    background: radial-gradient(circle, rgb(160,187,116,0.5) 0%, transparent 70%);
    z-index: 0;
    height: 40%;
    transform: translateZ(0);
    top: -10%;
    width: 40%;
    opacity: 0.12;
}.secure_fortificationPTK6hXH .container {
    position: relative;
    max-width: 1140px;
    z-index: 1;
    backdrop-filter: blur(10px);
    margin: 0 auto;
    transform: translateZ(0);
    background: rgba(255, 255, 255, 0.85);
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 4px rgba(0, 0, 0, 0.03),
                0 20px 60px -20px rgba(0, 0, 0, 0.08);
}.secure_fortificationPTK6hXH h1 {
    font-family: Arial, sans-serif;
    font-size: 48px;
    display: inline-block;
    transform: translateZ(0);
    position: relative;
    color: rgb(195,211,161);
    margin-bottom: 2rem;
    font-weight: 700;
}.secure_fortificationPTK6hXH h1::after {
    transition: width 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    bottom: -8px;
    width: 40%;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(195,211,161) 0%, rgb(160,187,116) 100%);
    content: "";
    left: 0;
    height: 3px;
    position: absolute;
}.secure_fortificationPTK6hXH h1:hover::after {
    width: 100%;
}.secure_fortificationPTK6hXH h2 {
    font-family: Arial, sans-serif;
    margin: 2.5rem 0 1.25rem;
    padding-left: 1rem;
    color: rgb(195,211,161);
    border-left: 3px solid rgb(160,187,116);
    font-size: 29px;
    font-weight: 600;
    transform: translateZ(0);
}.secure_fortificationPTK6hXH h3 {
    font-family: Arial, sans-serif;
    font-size: calc(29px * 0.85);
    transform: translateZ(0);
    color: rgb(160,187,116);
    margin: 2rem 0 1rem;
    font-weight: 600;
}.secure_fortificationPTK6hXH h4 {
    transform: translateZ(0);
    padding-bottom: 0.5rem;
    color: #000000;
    font-size: calc(29px * 0.75);
    position: relative;
    margin: 1.5rem 0 0.75rem;
    font-family: Arial, sans-serif;
    font-weight: 400;
}.secure_fortificationPTK6hXH h4::after {
    position: absolute;
    width: 30px;
    height: 2px;
    left: 0;
    content: "";
    background-color: rgb(160,187,116,0.5);
    bottom: 0;
}.secure_fortificationPTK6hXH p {
    line-height: 1.7;
    font-size: 17px;
    font-family: Arial, sans-serif;
    margin-bottom: 1.25rem;
    max-width: 90ch;
    transform: translateZ(0);
    color: #000000;
}.secure_fortificationPTK6hXH p strong {
    position: relative;
    background: linear-gradient(120deg, transparent 0%, rgba(rgb(160,187,116), 0.08) 50%, transparent 100%);
    font-weight: 600;
    color: #000000;
    padding: 0 4px;
    display: inline-block;
}.secure_fortificationPTK6hXH span {
    font-family: Arial, sans-serif;
    font-size: calc(17px * 0.95);
    display: block;
    transform: translateZ(0);
    line-height: 1.65;
    color: #000000;
    border-left: 1px dashed rgb(160,187,116,0.5);
    margin-bottom: 1.5rem;
    padding-left: 1rem;
}.secure_fortificationPTK6hXH ul {
    padding-left: 0;
    list-style-type: none;
    position: relative;
    margin: 1.5rem 0;
    transform: translateZ(0);
}.secure_fortificationPTK6hXH ul::before {
    width: 1px;
    top: 0;
    left: 10px;
    opacity: 0.5;
    background: linear-gradient(to bottom, rgb(160,187,116,0.5), transparent);
    content: "";
    bottom: 0;
    position: absolute;
}.secure_fortificationPTK6hXH li {
    color: #000000;
    padding-left: 2.5rem;
    font-size: 17px;
    position: relative;
    font-family: Arial, sans-serif;
    transform: translateZ(0);
    margin-bottom: 1rem;
    line-height: 1.6;
}.secure_fortificationPTK6hXH li::before {
    left: 5px;
    height: 10px;
    border: 1px solid rgb(160,187,116);
    top: 0.5rem;
    transform: rotate(45deg);
    background-color: rgba(255, 255, 255, 0.8);
    transition: transform 0.3s ease, background-color 0.3s ease;
    width: 10px;
    content: "";
    position: absolute;
}.secure_fortificationPTK6hXH li:hover::before {
    transform: rotate(135deg);
    background-color: rgb(160,187,116,0.5);
}

@media (max-width: 992px) {.secure_fortificationPTK6hXH {
    padding: 3rem 1.5rem;
}.secure_fortificationPTK6hXH .container {
    padding: 1.5rem;
}.secure_fortificationPTK6hXH h1 {
    font-size: calc(48px * 0.9);
}.secure_fortificationPTK6hXH h2 {
    padding-left: 0.75rem;
    font-size: calc(29px * 0.9);
}.secure_fortificationPTK6hXH h3 {
    font-size: calc(29px * 0.75);
}.secure_fortificationPTK6hXH h4 {
    font-size: calc(29px * 0.65);
}
}

@media (max-width: 768px) {.secure_fortificationPTK6hXH {
    padding: 2rem 1rem;
}.secure_fortificationPTK6hXH .container {
    padding: 1.25rem;
}.secure_fortificationPTK6hXH h1 {
    font-size: calc(48px * 0.8);
}.secure_fortificationPTK6hXH h2 {
    margin: 2rem 0 1rem;
    font-size: calc(29px * 0.8);
}.secure_fortificationPTK6hXH p {
    font-size: calc(17px * 0.95);
}.secure_fortificationPTK6hXH span {
    font-size: calc(17px * 0.9);
}.secure_fortificationPTK6hXH li {
    padding-left: 2rem;
}
}

@media (max-width: 576px) {.secure_fortificationPTK6hXH {
    padding: 1.5rem 0.75rem;
}.secure_fortificationPTK6hXH .container {
    padding: 1rem;
}.secure_fortificationPTK6hXH h1 {
    font-size: calc(48px * 0.7);
}.secure_fortificationPTK6hXH h2 {
    font-size: calc(29px * 0.7);
    padding-left: 0.5rem;
}.secure_fortificationPTK6hXH h3 {
    font-size: calc(29px * 0.65);
}.secure_fortificationPTK6hXH h4 {
    font-size: calc(29px * 0.55);
}.secure_fortificationPTK6hXH p {
    line-height: 1.6;
    font-size: calc(17px * 0.9);
}.secure_fortificationPTK6hXH span {
    font-size: calc(17px * 0.85);
    padding-left: 0.75rem;
}.secure_fortificationPTK6hXH ul {
    margin: 1.25rem 0;
}.secure_fortificationPTK6hXH li {
    padding-left: 1.75rem;
    font-size: calc(17px * 0.9);
}.secure_fortificationPTK6hXH li::before {
    height: 8px;
    width: 8px;
}}.educational_yieldBJ53Uxg {
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(231,236,214) 30%, rgb(160,187,116,0.5) 130%);
}.educational_yieldBJ53Uxg::before {
    z-index: 1;
    width: 50%;
    top: -30%;
    transform: rotate(-15deg) skew(10deg);
    background: rgb(195,211,161,0.5);
    height: 100%;
    filter: blur(40px);
    opacity: 0.07;
    pointer-events: none;
    content: "";
    position: absolute;
    right: -10%;
}.educational_yieldBJ53Uxg::after {
    transform: rotate(25deg);
    width: 35%;
    z-index: 1;
    background: rgb(160,187,116,0.5);
    bottom: -20%;
    filter: blur(30px);
    left: -5%;
    content: "";
    position: absolute;
    height: 70%;
    opacity: 0.05;
}.educational_yieldBJ53Uxg h5 {
    opacity: 0;
    text-align: center;
    font-weight: 700;
    animation: fadeUp 0.8s ease-out 0.2s forwards;
    margin-bottom: 3.5rem;
    color: rgb(195,211,161);
    transform: translateY(-10px);
    font-size: calc(24px * 1.1);
    position: relative;
}.educational_yieldBJ53Uxg h5::after {
    transform: translateX(-50%);
    content: "";
    width: 80px;
    background: linear-gradient(90deg, rgb(195,211,161) 0%, rgb(160,187,116) 100%);
    bottom: -12px;
    position: absolute;
    height: 3px;
    border-radius: 2px;
    left: 50%;
}.educational_yieldBJ53Uxg .container {
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}.educational_yieldBJ53Uxg .instructor_bioGBmi6SP {
    animation: fadeUp 1s ease-out 0.4s forwards;
    align-items: flex-start;
    gap: 3.5rem;
    transform: translateY(20px);
    position: relative;
    display: flex;
    opacity: 0;
}.educational_yieldBJ53Uxg .instructor_bioGBmi6SP > div:first-child {
    flex: 0 0 40%;
    position: relative;
}.educational_yieldBJ53Uxg .img_cover8zXRIkN {
    transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    border-radius: 28px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateY(-5deg) rotateX(3deg);
    height: auto;
    width: 100%;
    position: relative;
    z-index: 2;
}.educational_yieldBJ53Uxg .img_cover8zXRIkN::after {
    top: 20px;
    left: -20px;
    height: 100%;
    background: rgb(195,211,161);
    width: 100%;
    transform: perspective(1000px) rotateY(-5deg) rotateX(3deg);
    opacity: 0.1;
    transition: all 0.5s ease;
    position: absolute;
    border-radius: 28px;
    z-index: -1;
    content: "";
}.educational_yieldBJ53Uxg .instructor_bioGBmi6SP:hover .img_cover8zXRIkN {
    transform: perspective(1000px) rotateY(-2deg) rotateX(1deg) translateZ(20px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 0 8px 20px rgba(0, 0, 0, 0.08);
}.educational_yieldBJ53Uxg .paragraph_boxYTDAr0t {
    flex: 1;
    padding-top: 1rem;
}.educational_yieldBJ53Uxg ul {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    list-style: none;
    margin: 0;
    gap: 2rem 1.5rem;
}.educational_yieldBJ53Uxg li {
    animation: fadeIn 0.6s ease-out forwards;
    animation-delay: calc(0.6s + var(--i, 0) * 0.1s);
    position: relative;
    opacity: 0;
    transform: translateX(20px);
}.educational_yieldBJ53Uxg li:nth-child(1) {
    --i: 1;
}.educational_yieldBJ53Uxg li:nth-child(2) {
    --i: 2;
}.educational_yieldBJ53Uxg li:nth-child(3) {
    --i: 3;
}.educational_yieldBJ53Uxg li:nth-child(4) {
    --i: 4;
}.educational_yieldBJ53Uxg li:nth-child(5) {
    --i: 5;
}.educational_yieldBJ53Uxg li p {
    color: #000000;
    position: relative;
    padding-bottom: 0.5rem;
    align-items: flex-start;
    gap: 0.8rem;
    font-size: calc(14px * 0.95);
    display: flex;
    margin: 0;
    line-height: 1.5;
}.educational_yieldBJ53Uxg li p::after {
    transition: width 0.4s ease;
    background: rgb(160,187,116);
    height: 1px;
    opacity: 0.5;
    width: 0;
    bottom: 0;
    position: absolute;
    content: "";
    left: 34px;
}.educational_yieldBJ53Uxg li:hover p::after {
    width: calc(100% - 34px);
}.educational_yieldBJ53Uxg li svg {
    margin-top: 0.1rem;
    height: 24px;
    min-width: 24px;
    transform: scale(1);
    transition: transform 0.3s ease-out;
}.educational_yieldBJ53Uxg li:hover svg {
    transform: scale(1.1);
}.educational_yieldBJ53Uxg li svg path {
    fill: rgb(195,211,161);
    transition: fill 0.3s ease;
}.educational_yieldBJ53Uxg li:hover svg path {
    fill: rgb(160,187,116);
}.educational_yieldBJ53Uxg li:hover svg path:first-child {
    animation: pulse 1.5s ease-in-out infinite;
}

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

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

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

@media (max-width: 992px) {.educational_yieldBJ53Uxg {
    padding: 5rem 0;
}.educational_yieldBJ53Uxg h5 {
    font-size: calc(24px * 1);
    margin-bottom: 2.5rem;
}.educational_yieldBJ53Uxg .instructor_bioGBmi6SP {
    gap: 2.5rem;
    flex-direction: column;
}.educational_yieldBJ53Uxg .instructor_bioGBmi6SP > div:first-child {
    flex: 0 0 100%;
    margin: 0 auto;
    max-width: 500px;
}.educational_yieldBJ53Uxg ul {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.educational_yieldBJ53Uxg .img_cover8zXRIkN::after {
    top: 15px;
    left: -15px;
}
}

@media (max-width: 768px) {.educational_yieldBJ53Uxg {
    padding: 4rem 0;
}.educational_yieldBJ53Uxg h5 {
    padding: 0 1.5rem;
    font-size: calc(24px * 0.9);
    margin-bottom: 2rem;
}.educational_yieldBJ53Uxg h5::after {
    height: 2px;
    width: 60px;
}.educational_yieldBJ53Uxg .instructor_bioGBmi6SP {
    gap: 2rem;
}.educational_yieldBJ53Uxg li p {
    font-size: calc(14px * 0.9);
}.educational_yieldBJ53Uxg .img_cover8zXRIkN::after {
    left: -10px;
    top: 10px;
}
}

@media (max-width: 576px) {.educational_yieldBJ53Uxg {
    padding: 3rem 0;
}.educational_yieldBJ53Uxg h5 {
    margin-bottom: 1.8rem;
    font-size: calc(24px * 0.85);
}.educational_yieldBJ53Uxg .container {
    padding: 0 15px;
}.educational_yieldBJ53Uxg li {
    padding: 0 0.5rem;
}.educational_yieldBJ53Uxg li p {
    font-size: calc(14px * 0.85);
    gap: 0.6rem;
}.educational_yieldBJ53Uxg li svg {
    min-width: 20px;
    height: 20px;
}.educational_yieldBJ53Uxg li p::after {
    left: 28px;
}.educational_yieldBJ53Uxg li:hover p::after {
    width: calc(100% - 28px);
}}.contact_useWLwdHk {
    overflow: hidden;
    padding: 100px 0;
    position: relative;
    background: linear-gradient(120deg, rgb(231,236,214), rgba(rgb(195,211,161), 0.03));
}.contact_useWLwdHk::before {
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    content: "";
    left: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(195,211,161), 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(rgb(160,187,116), 0.05) 0%, transparent 50%);
}.contact_useWLwdHk::after {
    z-index: 1;
    position: absolute;
    height: 100%;
    background-image: 
        linear-gradient(90deg, rgba(rgb(195,211,161), 0.03) 1px, transparent 1px),
        linear-gradient(rgba(rgb(195,211,161), 0.03) 1px, transparent 1px),
        radial-gradient(circle at 50% 50%, rgba(rgb(160,187,116), 0.05) 0%, transparent 25%),
        radial-gradient(circle at 80% 20%, rgba(rgb(195,211,161), 0.04) 0%, transparent 30%),
        radial-gradient(circle at 20% 80%, rgba(rgb(160,187,116), 0.04) 0%, transparent 30%);
    background-size: 30px 30px, 30px 30px, 600px 600px, 400px 400px, 300px 300px;
    left: 0;
    content: "";
    background-position: center center;
    width: 100%;
    animation: backgroundShift 30s linear infinite;
    top: 0;
}@keyframes backgroundShift {
    0% {
        background-position: 0px 0px, 0px 0px, center center, 80% 20%, 20% 80%;
    }
    100% {
        background-position: 30px 30px, 30px 30px, center center, 85% 15%, 15% 85%;
    }
}

.contact_useWLwdHk .container {
    padding: 0 30px;
    z-index: 2;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.contact_useWLwdHk h2 {
    transform: translateX(-50%);
    color: #000000;
    text-align: center;
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    font-size: 33px;
    font-weight: 700;
    perspective: 1000px;
    letter-spacing: 1px;
    left: 50%;
}.contact_useWLwdHk h2::before {
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgb(195,211,161), transparent);
    bottom: -10px;
    height: 2px;
    content: "";
    position: absolute;
}.contact_useWLwdHk .contact_reach7o3VhQa {
    perspective: 1000px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
    position: relative;
    transform-style: preserve-3d;
    display: flex;
    background: #ffffff;
    margin-top: 60px;
}.contact_useWLwdHk .contact_reach7o3VhQa::before {
    width: 100%;
    background: linear-gradient(90deg, rgb(195,211,161), rgb(160,187,116));
    left: 0;
    height: 5px;
    z-index: 3;
    top: 0;
    position: absolute;
    content: "";
}.contact_useWLwdHk .img_cover8zXRIkN {
    overflow: hidden;
    min-height: 500px;
    flex: 0 0 45%;
    transform: translateZ(0);
    position: relative;
}.contact_useWLwdHk .img_cover8zXRIkN::before {
    background: linear-gradient(210deg, rgba(rgb(195,211,161), 0.5), rgba(rgb(160,187,116), 0.5));
    mix-blend-mode: multiply;
    position: absolute;
    inset: 0;
    content: "";
    z-index: 1;
}.contact_useWLwdHk .img_cover8zXRIkN::after {
    position: absolute;
    animation: shine 6s infinite ease-in-out;
    background: linear-gradient(45deg, transparent 45%, rgba(255, 255, 255, 0.1) 50%, transparent 55%);
    width: 300%;
    left: -100%;
    top: -100%;
    z-index: 2;
    content: "";
    height: 300%;
}@keyframes shine {
    0% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }
    30%, 100% { transform: translateX(100%) translateY(100%) rotate(45deg); }
}

.contact_useWLwdHk .reach_infoNLEoBG0 {
    backdrop-filter: blur(10px);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.95));
    padding: 60px 50px;
    position: relative;
    flex: 0 0 55%;
}.contact_useWLwdHk .reach_infoNLEoBG0::before {
    width: 500px;
    top: 0;
    position: absolute;
    border-radius: 50%;
    opacity: 0.5;
    height: 500px;
    background: 
        radial-gradient(circle, rgba(rgb(195,211,161), 0.03) 0%, transparent 70%);
    content: "";
    z-index: 0;
    right: 0;
}.contact_useWLwdHk form {
    z-index: 3;
    position: relative;
}.contact_useWLwdHk form h3 {
    font-size: 21px;
    color: #000000;
    font-weight: 600;
    letter-spacing: 0.5px;
    position: relative;
    margin-bottom: 35px;
}.contact_useWLwdHk form h3::after {
    content: "";
    height: 2px;
    bottom: -15px;
    left: 0;
    position: absolute;
    background: rgb(195,211,161);
    width: 30px;
}.contact_useWLwdHk form input[type="text"] {
    backdrop-filter: blur(5px);
    width: 100%;
    padding: 18px 25px;
    font-size: 17px;
    background: rgba(rgb(231,236,214), 0.5);
    border: 1px solid rgba(rgb(195,211,161), 0.1);
    color: #000000;
    border-radius: 8px;
    transition: all 0.3s ease;
    margin-bottom: 25px;
}.contact_useWLwdHk form input[type="text"]:focus {
    outline: none;
    border-color: rgb(195,211,161);
    box-shadow: 0 0 0 4px rgba(rgb(195,211,161), 0.1);
    background: rgba(#ffffff, 0.9);
}.contact_useWLwdHk form input[type="text"]::placeholder {
    color: rgba(#000000, 0.5);
    transition: all 0.3s ease;
}.contact_useWLwdHk form input[type="text"]:focus::placeholder {
    opacity: 0.7;
    transform: translateX(5px);
}.contact_useWLwdHk .connect_gridfJcOSVq {
    position: relative;
    margin-bottom: 30px;
    display: flex;
}.contact_useWLwdHk .connect_gridfJcOSVq input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact_useWLwdHk .connect_gridfJcOSVq label {
    color: #000000;
    line-height: 1.5;
    position: relative;
    font-size: 12px;
    cursor: pointer;
    padding-left: 35px;
}.contact_useWLwdHk .connect_gridfJcOSVq label::before {
    background: rgba(#ffffff, 0.6);
    top: 0;
    height: 22px;
    width: 22px;
    transition: all 0.3s ease;
    content: "";
    border: 1px solid rgba(rgb(195,211,161), 0.3);
    left: 0;
    position: absolute;
    border-radius: 4px;
}.contact_useWLwdHk .connect_gridfJcOSVq input[type="checkbox"]:checked + label::before {
    background: rgb(195,211,161);
    border-color: rgb(195,211,161);
}.contact_useWLwdHk .connect_gridfJcOSVq input[type="checkbox"]:checked + label::after {
    left: 8px;
    transform: rotate(45deg);
    position: absolute;
    width: 6px;
    top: 4px;
    content: "";
    border-width: 0 2px 2px 0;
    border: solid #ffffff;
    height: 12px;
}.contact_useWLwdHk .connect_gridfJcOSVq label a {
    color: rgb(195,211,161);
    transition: all 0.3s ease;
    font-weight: 600;
    text-decoration: none;
    position: relative;
}.contact_useWLwdHk .connect_gridfJcOSVq label a::after {
    width: 100%;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: right;
    bottom: -2px;
    background: rgb(195,211,161);
    transition: transform 0.3s ease;
}.contact_useWLwdHk .connect_gridfJcOSVq label a:hover {
    color: rgb(160,187,116);
}.contact_useWLwdHk .connect_gridfJcOSVq label a:hover::after {
    background: rgb(160,187,116);
    transform-origin: left;
    transform: scaleX(1);
}.contact_useWLwdHk .connect_listGv1JpFA {
    border: none;
    transition: all 0.3s ease;
    border-radius: 8px;
    font-size: 15px;
    padding: 16px 40px;
    color: #ffffff;
    background: rgb(195,211,161);
    letter-spacing: 0.5px;
    overflow: hidden;
    position: relative;
    font-weight: 600;
    cursor: pointer;
    z-index: 1;
}.contact_useWLwdHk .connect_listGv1JpFA::before {
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    transition: opacity 0.3s ease;
    left: 0;
    z-index: -1;
    height: 100%;
    background: linear-gradient(45deg, rgb(195,211,161), rgb(160,187,116));
    opacity: 0;
}.contact_useWLwdHk .connect_listGv1JpFA:hover::before {
    opacity: 1;
}.contact_useWLwdHk .connect_listGv1JpFA::after {
    transform: scale(0);
    border-radius: 50%;
    height: 50px;
    content: "";
    transition: all 0.5s ease;
    position: absolute;
    top: -50%;
    background: rgba(255, 255, 255, 0.3);
    left: -10px;
    width: 50px;
    z-index: -1;
}.contact_useWLwdHk .connect_listGv1JpFA:hover::after {
    opacity: 0;
    transform: scale(4);
}.contact_useWLwdHk svg {
    transition: all 0.3s ease;
    height: 22px;
    stroke: rgb(195,211,161);
    filter: drop-shadow(0 2px 2px rgba(rgb(195,211,161), 0.3));
    stroke-width: 2;
    fill: none;
    width: 22px;
}.contact_useWLwdHk svg path {
    stroke: rgb(195,211,161);
    transition: all 0.3s ease;
    stroke-width: 2;
}.contact_useWLwdHk svg:hover,
.contact_useWLwdHk svg:hover path {
    stroke: rgb(160,187,116);
    transform: translateY(-2px);
}.contact_useWLwdHk form input {
    border: 1px solid rgb(195,211,161);
}

@media (max-width: 1024px) {.contact_useWLwdHk {
    padding: 80px 0;
}.contact_useWLwdHk .contact_reach7o3VhQa {
    margin-top: 50px;
}.contact_useWLwdHk .img_cover8zXRIkN {
    min-height: 450px;
}.contact_useWLwdHk .reach_infoNLEoBG0 {
    padding: 50px 40px;
}
}

@media (max-width: 768px) {.contact_useWLwdHk {
    padding: 60px 0;
}.contact_useWLwdHk .contact_reach7o3VhQa {
    margin-top: 40px;
    flex-direction: column;
}.contact_useWLwdHk .img_cover8zXRIkN {
    min-height: 300px;
    width: 100%;
}.contact_useWLwdHk .reach_infoNLEoBG0 {
    width: 100%;
    padding: 40px 30px;
}.contact_useWLwdHk form h3 {
    margin-bottom: 30px;
}.contact_useWLwdHk form input[type="text"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}.contact_useWLwdHk .connect_gridfJcOSVq {
    margin-bottom: 25px;
}.contact_useWLwdHk .connect_listGv1JpFA {
    padding: 14px 30px;
    width: 100%;
}
}

@media (max-width: 480px) {.contact_useWLwdHk {
    padding: 50px 0;
}.contact_useWLwdHk h2 {
    font-size: calc(33px * 0.85);
}.contact_useWLwdHk .contact_reach7o3VhQa {
    margin-top: 30px;
    border-radius: 12px;
}.contact_useWLwdHk .img_cover8zXRIkN {
    min-height: 220px;
}.contact_useWLwdHk .reach_infoNLEoBG0 {
    padding: 30px 20px;
}.contact_useWLwdHk form h3 {
    font-size: calc(21px * 0.9);
    margin-bottom: 25px;
}.contact_useWLwdHk form input[type="text"] {
    margin-bottom: 15px;
    padding: 12px 15px;
}.contact_useWLwdHk .connect_gridfJcOSVq {
    margin-bottom: 20px;
}.contact_useWLwdHk .connect_gridfJcOSVq label {
    font-size: calc(12px * 0.9);
}.contact_useWLwdHk .connect_listGv1JpFA {
    padding: 12px 20px;
}}.leadership_profileAULnDdH {
    position: relative;
    perspective: 1000px;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(231,236,214) 0%, rgb(195,211,161,0.5) 100%);
    padding: 6rem 0;
}.leadership_profileAULnDdH::before {
    height: 100%;
    left: 0;
    background: conic-gradient(from 225deg at 50% 50%, rgb(160,187,116,0.5) 0%, transparent 25%, rgb(195,211,161,0.5) 50%, transparent 75%, rgb(160,187,116,0.5) 100%);
    opacity: 0.4;
    animation: rotateBackground 15s linear infinite;
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
}.leadership_profileAULnDdH .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 1;
    padding: 0 2rem;
}.leadership_profileAULnDdH .testimonial_feedbackw74xjOz {
    background: linear-gradient(120deg, #ffffff 0%, rgba(255, 255, 255, 0.9) 100%);
    padding: 3rem;
    grid-template-columns: 300px 1fr;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5),
                0 0 0 1px rgb(160,187,116,0.5),
                0 10px 0 -5px rgb(195,211,161,0.5);
    transform: rotateY(-5deg);
    grid-template-areas:
        "photo quote"
        "info quote";
    border-radius: 16px;
    backdrop-filter: blur(10px);
    display: grid;
    transition: transform 0.5s ease;
    gap: 1.5rem;
    position: relative;
    grid-template-rows: auto auto;
}.leadership_profileAULnDdH .testimonial_feedbackw74xjOz:hover {
    transform: rotateY(0);
}.leadership_profileAULnDdH .img_cover8zXRIkN {
    border: 5px solid #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5),
                0 0 0 10px rgb(195,211,161,0.5);
    width: 220px;
    border-radius: 50%;
    transform: translateZ(30px);
    transition: all 0.4s ease;
    height: 220px;
    grid-area: photo;
}.leadership_profileAULnDdH .testimonial_feedbackw74xjOz:hover .img_cover8zXRIkN {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5),
                0 0 0 10px rgb(195,211,161);
    transform: translateZ(50px) scale(1.05);
}.leadership_profileAULnDdH .name {
    font-weight: 700;
    font-size: 34px;
    transform: translateZ(20px);
    grid-area: info;
    margin-top: 1rem;
    display: block;
    color: #000000;
    margin-bottom: 0.5rem;
}.leadership_profileAULnDdH .testimonial_feedbackw74xjOz span:not(.name) {
    display: block;
    font-size: 13px;
    color: rgb(195,211,161);
    font-weight: 600;
    transform: translateZ(15px);
    margin-top: 3.5rem;
    grid-area: info;
}.leadership_profileAULnDdH .career_wrapuofF60s {
    line-height: 1.6;
    border-left: 4px solid rgb(160,187,116);
    position: relative;
    transform: translateZ(10px);
    font-size: calc(13px * 1.1);
    color: #000000;
    border-radius: 0 16px 16px 0;
    padding: 1.5rem 2rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0.8));
    font-weight: 400;
    grid-area: quote;
}.leadership_profileAULnDdH .career_wrapuofF60s::before {
    mix-blend-mode: overlay;
    width: 100%;
    opacity: 0.2;
    top: 0;
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    animation: shimmer 3s infinite linear;
    background-size: 200% 200%;
    background: linear-gradient(45deg, transparent 40%, rgb(160,187,116,0.5) 40%, rgb(160,187,116,0.5) 60%, transparent 60%);
}

@keyframes rotateBackground {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes shimmer {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

@media (max-width: 992px) {.leadership_profileAULnDdH .testimonial_feedbackw74xjOz {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    padding: 2rem;
    grid-template-areas:
            "img_cover8zXRIkN"
            "request_formFtRIv1h"
            "career_wrapuofF60s";
}.leadership_profileAULnDdH .img_cover8zXRIkN {
    width: 180px;
    margin: 0 auto;
    height: 180px;
}.leadership_profileAULnDdH .name,
    .leadership_profileAULnDdH .testimonial_feedbackw74xjOz span:not(.name) {
    text-align: center;
    margin-top: 1rem;
}.leadership_profileAULnDdH .testimonial_feedbackw74xjOz span:not(.name) {
    margin-top: 0;
}
}

@media (max-width: 576px) {.leadership_profileAULnDdH {
    padding: 4rem 0;
}.leadership_profileAULnDdH .testimonial_feedbackw74xjOz {
    transform: none;
    padding: 1.5rem;
}.leadership_profileAULnDdH .img_cover8zXRIkN {
    height: 140px;
    width: 140px;
}.leadership_profileAULnDdH .career_wrapuofF60s {
    font-size: 13px;
    padding: 1rem;
}}.course_program_detailsO1eJu67 {
    background-color: rgb(231,236,214);
    position: relative;
    overflow: hidden;
    display: flex;
    min-height: 100vh;
    align-items: center;
}.course_program_detailsO1eJu67 .tech_skillshnHQWSR {
    z-index: 1;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
}.course_program_detailsO1eJu67 .learn_skillsQrb1A8k {
    animation: slide-show 35s ease-in-out infinite;
    height: 100%;
    width: 500%;
    display: flex;
}.course_program_detailsO1eJu67 .tech_skillshnHQWSR:hover .learn_skillsQrb1A8k {
    animation-play-state: paused;
}.course_program_detailsO1eJu67 .training_path18gI3R6 {
    overflow: hidden;
    position: relative;
    height: 100%;
    width: 20%;
}.course_program_detailsO1eJu67 .training_path18gI3R6 img {
    width: 100%;
    height: 100%;
    animation: zoom-flow 20s ease-in-out infinite alternate;
    filter: brightness(0.8) saturate(1.3);
    object-fit: cover;
    transform-origin: center;
}.course_program_detailsO1eJu67 .training_path18gI3R6::before {
    opacity: 0.7;
    position: absolute;
    z-index: 2;
    inset: 0;
    background: 
        linear-gradient(0deg, 
            rgb(195,211,161,0.5) 0%, 
            transparent 40%, 
            transparent 60%, 
            rgb(160,187,116,0.5) 100%),
        linear-gradient(90deg, 
            rgb(195,211,161,0.5) 0%, 
            transparent 40%, 
            transparent 60%, 
            rgb(160,187,116,0.5) 100%);
    content: '';
}.course_program_detailsO1eJu67 .training_path18gI3R6::after {
    z-index: 3;
    mix-blend-mode: overlay;
    background: 
        repeating-linear-gradient(
            45deg,
            rgb(195,211,161,0.5) 0px,
            rgb(195,211,161,0.5) 2px,
            transparent 2px,
            transparent 6px
        );
    inset: 0;
    content: '';
    opacity: 0.3;
    animation: slide-pattern 15s linear infinite;
    position: absolute;
}.course_program_detailsO1eJu67 .container {
    max-width: 1200px;
    position: relative;
    z-index: 4;
    width: 90%;
    margin: 0 auto;
}.course_program_detailsO1eJu67 .instructor_bioGBmi6SP {
    width: 100%;
    backdrop-filter: blur(8px);
    padding: 0.5rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    max-width: 600px;
    margin-left: 0;
    background: linear-gradient(
        135deg,
        rgb(195,211,161,0.5) 0%,
        rgb(160,187,116,0.5) 100%
    );
    position: relative;
}.course_program_detailsO1eJu67 .tech_trainingu4atdi3 {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    padding: 3rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgb(231,236,214);
}.course_program_detailsO1eJu67 .tech_trainingu4atdi3::before {
    inset: 0;
    opacity: 0.15;
    z-index: -1;
    position: absolute;
    background: 
        radial-gradient(
            circle at 30% 40%,
            rgb(195,211,161,0.5) 0%,
            transparent 70%
        ),
        radial-gradient(
            circle at 70% 60%,
            rgb(160,187,116,0.5) 0%,
            transparent 70%
        );
    content: '';
}.course_program_detailsO1eJu67 .tech_trainingu4atdi3 h3 {
    display: inline-block;
    color: rgb(195,211,161);
    font-size: 34px;
    margin-bottom: 1.5rem;
    position: relative;
    font-weight: 700;
}.course_program_detailsO1eJu67 .tech_trainingu4atdi3 h3::after {
    border-radius: 10px;
    height: 3px;
    transition: width 0.3s ease, transform 0.3s ease;
    left: 0;
    position: absolute;
    content: '';
    width: 60px;
    background: linear-gradient(to right, 
        rgb(195,211,161), 
        rgb(160,187,116));
    bottom: -10px;
}.course_program_detailsO1eJu67 .tech_trainingu4atdi3:hover h3::after {
    width: 100%;
    transform: translateY(-3px);
}.course_program_detailsO1eJu67 .tech_trainingu4atdi3 p {
    line-height: 1.7;
    color: #000000;
    margin-bottom: 2rem;
    font-size: 15px;
}.course_program_detailsO1eJu67 .tech_trainingu4atdi3 .connect_listGv1JpFA {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    display: inline-block;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 600;
    padding: 0.9rem 1.8rem;
    color: #ffffff;
    box-shadow: 0 5px 15px rgb(195,211,161,0.5);
    background: linear-gradient(to right, 
        rgb(195,211,161), 
        rgb(160,187,116));
    overflow: hidden;
    text-transform: uppercase;
    border-radius: 10px;
    text-decoration: none;
}.course_program_detailsO1eJu67 .tech_trainingu4atdi3 .connect_listGv1JpFA::before {
    left: 0;
    height: 100%;
    transition: opacity 0.4s ease;
    background: linear-gradient(to right, 
        rgb(160,187,116), 
        rgb(195,211,161));
    top: 0;
    width: 100%;
    opacity: 0;
    z-index: -1;
    content: '';
    position: absolute;
}.course_program_detailsO1eJu67 .tech_trainingu4atdi3 .connect_listGv1JpFA:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgb(160,187,116,0.5);
}.course_program_detailsO1eJu67 .tech_trainingu4atdi3 .connect_listGv1JpFA:hover::before {
    opacity: 1;
}

@keyframes slide-show {
    0%, 15% {
        transform: translateX(0);
    }
    20%, 35% {
        transform: translateX(-20%);
    }
    40%, 55% {
        transform: translateX(-40%);
    }
    60%, 75% {
        transform: translateX(-60%);
    }
    80%, 95% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes zoom-flow {
    0%, 100% {
        transform: scale(1.1);
    }
    50% {
        transform: scale(1.2);
    }
}

@keyframes slide-pattern {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}

@media (min-width: 992px) and (max-width: 1400px) {.course_program_detailsO1eJu67 .tech_trainingu4atdi3 {
    padding: 2.5rem;
}.course_program_detailsO1eJu67 .instructor_bioGBmi6SP {
    max-width: 550px;
}
}

@media (min-width: 1400px) {.course_program_detailsO1eJu67 .instructor_bioGBmi6SP {
    max-width: 650px;
}.course_program_detailsO1eJu67 .container {
    max-width: 1320px;
}
}

@media (max-width: 991px) {.course_program_detailsO1eJu67 {
    min-height: auto;
    padding: 0;
    flex-direction: column;
}.course_program_detailsO1eJu67 .tech_skillshnHQWSR {
    height: 350px;
    position: relative;
}.course_program_detailsO1eJu67 .container {
    padding: 3rem 1.5rem;
    width: 100%;
}.course_program_detailsO1eJu67 .instructor_bioGBmi6SP {
    max-width: 100%;
    margin: 0 auto;
}.course_program_detailsO1eJu67 .tech_trainingu4atdi3 {
    padding: 2rem;
}
}

@media (max-width: 767px) {.course_program_detailsO1eJu67 .tech_skillshnHQWSR {
    height: 300px;
}.course_program_detailsO1eJu67 .learn_skillsQrb1A8k {
    animation-duration: 25s;
}.course_program_detailsO1eJu67 .container {
    padding: 2.5rem 1rem;
}.course_program_detailsO1eJu67 .tech_trainingu4atdi3 {
    padding: 1.8rem;
}.course_program_detailsO1eJu67 .tech_trainingu4atdi3 h3 {
    font-size: calc(34px * 0.9);
}.course_program_detailsO1eJu67 .tech_trainingu4atdi3 p {
    font-size: calc(15px * 0.95);
    margin-bottom: 1.5rem;
}
}

@media (max-width: 480px) {.course_program_detailsO1eJu67 .tech_skillshnHQWSR {
    height: 250px;
}.course_program_detailsO1eJu67 .learn_skillsQrb1A8k {
    animation-duration: 20s;
}.course_program_detailsO1eJu67 .container {
    padding: 2rem 0.8rem;
}.course_program_detailsO1eJu67 .tech_trainingu4atdi3 {
    padding: 1.5rem;
}.course_program_detailsO1eJu67 .tech_trainingu4atdi3 h3 {
    font-size: calc(34px * 0.8);
    margin-bottom: 1rem;
}.course_program_detailsO1eJu67 .tech_trainingu4atdi3 p {
    font-size: calc(15px * 0.85);
    line-height: 1.5;
    margin-bottom: 1.2rem;
}.course_program_detailsO1eJu67 .tech_trainingu4atdi3 .connect_listGv1JpFA {
    width: 100%;
    padding: 0.8rem 1.5rem;
    text-align: center;
}
}

@media (prefers-reduced-motion) {.course_program_detailsO1eJu67 .learn_skillsQrb1A8k,
    .course_program_detailsO1eJu67 .training_path18gI3R6 img,
    .course_program_detailsO1eJu67 .training_path18gI3R6::after {
    animation: none;
}}footer {
    position: relative;
    z-index: 1;
}footer::before {
    content: "";
    z-index: -1;
    position: absolute;
    opacity: 0.75;
    left: 0;
    background-size: 300% 300%;
    animation: gradientFlow 20s ease infinite;
    bottom: 0;
    right: 0;
    background: linear-gradient(145deg, rgba(0, 0, 0, 0.5) 0%, rgb(195,211,161,0.5) 35%, rgb(160,187,116,0.5) 70%, rgba(0, 0, 0, 0.5) 100%);
    top: 0;
}footer::after {
    bottom: 0;
    background-image: 
        linear-gradient(0deg, transparent 24%, rgb(195,211,161,0.5) 25%, rgb(195,211,161,0.5) 26%, transparent 27%, transparent 74%, rgb(160,187,116,0.5) 75%, rgb(160,187,116,0.5) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, rgb(195,211,161,0.5) 25%, rgb(195,211,161,0.5) 26%, transparent 27%, transparent 74%, rgb(160,187,116,0.5) 75%, rgb(160,187,116,0.5) 76%, transparent 77%, transparent);
    position: absolute;
    opacity: 0.15;
    content: "";
    background-size: 50px 50px;
    right: 0;
    z-index: -1;
    left: 0;
    top: 0;
}.footer_classesRhCPnJd {
    padding: 4rem 0 2.5rem;
    position: relative;
    color: #ffffff;
}.footer_classesRhCPnJd::before {
    background: linear-gradient(90deg, transparent, rgb(195,211,161), rgb(160,187,116), transparent);
    position: absolute;
    opacity: 0.8;
    width: 100%;
    height: 2px;
    content: "";
    left: 0;
    box-shadow: 0 0 20px rgb(195,211,161,0.5);
    top: 0;
}.footer_classesRhCPnJd .container {
    display: flex;
    gap: 3rem;
    position: relative;
    flex-wrap: wrap;
    justify-content: space-between;
}.footer_classesRhCPnJd .company_holder {
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.05);
    border-radius: 14px;
    overflow: hidden;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.08));
    position: relative;
    backdrop-filter: blur(8px);
    padding: 2rem;
    flex: 1 1 350px;
    transition: all 0.4s ease;
}.footer_classesRhCPnJd .company_holder::before {
    left: -50%;
    background: linear-gradient(90deg, transparent, rgb(195,211,161), transparent);
    height: 1px;
    content: "";
    width: 200%;
    top: 0;
    transform: translateY(-1px);
    position: absolute;
}.footer_classesRhCPnJd .company_holder::after {
    content: "";
    width: 100%;
    left: 0;
    position: absolute;
    bottom: 0;
    background: linear-gradient(90deg, transparent, rgb(160,187,116), transparent);
    height: 1px;
    transform: translateY(1px);
}.footer_classesRhCPnJd .company_holder:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 20px 30px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.07),
        0 0 20px rgb(195,211,161,0.5);
}.footer_classesRhCPnJd .company_holder h3 {
    color: #ffffff;
    text-shadow: 0 0 15px rgb(195,211,161,0.5);
    font-weight: 700;
    position: relative;
    font-size: 36px;
    display: inline-block;
    margin: 0 0 1.5rem;
    letter-spacing: 1px;
}.footer_classesRhCPnJd .company_holder h3::after {
    width: 50px;
    background: linear-gradient(90deg, rgb(195,211,161), rgb(160,187,116));
    box-shadow: 0 0 10px rgb(195,211,161);
    content: "";
    left: 0;
    height: 3px;
    border-radius: 10px;
    transition: width 0.3s ease-out;
    bottom: -8px;
    position: absolute;
}.footer_classesRhCPnJd .company_holder:hover h3::after {
    width: 100%;
}.footer_classesRhCPnJd .mentor_netcxiIB1J {
    color: #ffffff;
    text-shadow: 0 0 10px #000000;
    line-height: 1.6;
    max-width: 100%;
    font-size: 16px;
    opacity: 0.85;
}.footer_classesRhCPnJd .grant_ctakzTs6aG {
    flex: 1 1 calc(100% - 450px);
    min-width: 400px;
}.footer_classesRhCPnJd .main_bar8FJGAtg {
    flex-wrap: wrap;
    gap: 2.5rem;
    display: flex;
}.footer_classesRhCPnJd .header_navm9Lusrz {
    position: relative;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.08));
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.05);
    border-radius: 14px;
    transition: all 0.4s ease;
    padding: 2rem;
    backdrop-filter: blur(8px);
    overflow: hidden;
    flex: 1 1 calc(50% - 1.25rem);
    min-width: 250px;
}.footer_classesRhCPnJd .header_navm9Lusrz::before {
    transform: translateY(-1px);
    position: absolute;
    width: 200%;
    background: linear-gradient(90deg, transparent, rgb(160,187,116), transparent);
    height: 1px;
    left: -50%;
    top: 0;
    content: "";
}.footer_classesRhCPnJd .header_navm9Lusrz::after {
    transform: translateY(1px);
    bottom: 0;
    content: "";
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(195,211,161), transparent);
    width: 100%;
    left: 0;
    position: absolute;
}.footer_classesRhCPnJd .header_navm9Lusrz:hover {
    box-shadow: 
        0 20px 30px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.07),
        0 0 20px rgb(160,187,116,0.5);
    transform: translateY(-5px);
}.footer_classesRhCPnJd .header_navm9Lusrz h5 {
    margin: 0 0 1.5rem;
    display: inline-block;
    font-weight: 600;
    position: relative;
    font-size: 19px;
    color: #ffffff;
    letter-spacing: 0.5px;
    text-shadow: 0 0 15px rgb(160,187,116,0.5);
}.footer_classesRhCPnJd .header_navm9Lusrz h5::after {
    height: 3px;
    width: 40px;
    background: linear-gradient(90deg, rgb(160,187,116), rgb(195,211,161));
    transition: width 0.3s ease-out;
    border-radius: 10px;
    content: "";
    bottom: -8px;
    left: 0;
    box-shadow: 0 0 10px rgb(160,187,116);
    position: absolute;
}.footer_classesRhCPnJd .header_navm9Lusrz:hover h5::after {
    width: 100%;
}.footer_classesRhCPnJd .header_navm9Lusrz .main_bar8FJGAtg {
    gap: 1rem;
    flex-direction: column;
    display: flex;
}.footer_classesRhCPnJd .header_navm9Lusrz .main_bar8FJGAtg a {
    position: relative;
    color: #ffffff;
    z-index: 1;
    font-size: 16px;
    padding: 0.5rem 1rem;
    text-shadow: 0 0 5px #000000;
    text-decoration: none;
    transition: all 0.3s ease;
    border-radius: 10px;
    display: block;
    opacity: 0.8;
}.footer_classesRhCPnJd .header_navm9Lusrz .main_bar8FJGAtg a::before {
    top: 0;
    transition: all 0.3s ease;
    z-index: -1;
    height: 100%;
    opacity: 0.5;
    background: linear-gradient(180deg, rgb(195,211,161), rgb(160,187,116));
    content: "";
    border-radius: 10px;
    width: 3px;
    position: absolute;
    left: 0;
}.footer_classesRhCPnJd .header_navm9Lusrz .main_bar8FJGAtg a::after {
    opacity: 0;
    left: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
    position: absolute;
    transition: all 0.3s ease;
    z-index: -1;
    top: 0;
    content: "";
    width: 0;
    height: 100%;
}.footer_classesRhCPnJd .header_navm9Lusrz .main_bar8FJGAtg a:hover {
    padding-left: 1.5rem;
    text-shadow: 0 0 10px rgb(160,187,116,0.5);
    color: #ffffff;
    opacity: 1;
}.footer_classesRhCPnJd .header_navm9Lusrz .main_bar8FJGAtg a:hover::before {
    width: 5px;
    box-shadow: 0 0 10px rgb(195,211,161);
    opacity: 1;
}.footer_classesRhCPnJd .header_navm9Lusrz .main_bar8FJGAtg a:hover::after {
    width: 100%;
    opacity: 0.2;
}.science_refDP2Hacf {
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    margin-top: 2rem;
    background: rgba(0, 0, 0, 0.5);
    padding: 2rem 0;
}.science_refDP2Hacf::before {
    top: 0;
    position: absolute;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(195,211,161), rgb(160,187,116), transparent);
    width: 100%;
    content: "";
    opacity: 0.5;
    left: 0;
}.science_refDP2Hacf .container {
    align-items: center;
    justify-content: center;
    display: flex;
}.science_refDP2Hacf .slack_invite5jJeqSQ {
    opacity: 0.7;
    position: relative;
    text-align: center;
    transition: all 0.3s ease;
    color: #ffffff;
    font-size: 12px;
    letter-spacing: 0.5px;
    text-shadow: 0 0 5px #000000;
}.science_refDP2Hacf .slack_invite5jJeqSQ:hover {
    opacity: 1;
    text-shadow: 0 0 8px rgb(160,187,116,0.5);
}

@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@media (max-width: 1200px) {.footer_classesRhCPnJd .container {
    gap: 2rem;
}.footer_classesRhCPnJd .company_holder {
    flex: 1 1 320px;
}.footer_classesRhCPnJd .grant_ctakzTs6aG {
    min-width: 320px;
    flex: 1 1 calc(100% - 370px);
}
}

@media (max-width: 992px) {.footer_classesRhCPnJd {
    padding: 3.5rem 0 2rem;
}.footer_classesRhCPnJd .container {
    flex-direction: column;
    gap: 2rem;
}.footer_classesRhCPnJd .company_holder,
    .footer_classesRhCPnJd .grant_ctakzTs6aG {
    flex: 1 1 100%;
    min-width: 100%;
}.footer_classesRhCPnJd .header_navm9Lusrz {
    min-width: 220px;
    flex: 0 1 calc(50% - 1.25rem);
}
}

@media (max-width: 768px) {.footer_classesRhCPnJd {
    padding: 3rem 0 1.5rem;
}.footer_classesRhCPnJd .company_holder,
    .footer_classesRhCPnJd .header_navm9Lusrz {
    padding: 1.5rem;
}.footer_classesRhCPnJd .main_bar8FJGAtg {
    gap: 1.5rem;
}.footer_classesRhCPnJd .company_holder h3 {
    font-size: calc(36px - 2px);
}.footer_classesRhCPnJd .header_navm9Lusrz h5 {
    font-size: calc(19px - 1px);
}.footer_classesRhCPnJd .company_holder:hover,
    .footer_classesRhCPnJd .header_navm9Lusrz:hover {
    transform: translateY(-3px);
}
}

@media (max-width: 576px) {.footer_classesRhCPnJd {
    padding: 2.5rem 0 1rem;
}.footer_classesRhCPnJd .main_bar8FJGAtg {
    gap: 1rem;
}.footer_classesRhCPnJd .header_navm9Lusrz {
    min-width: 100%;
    flex: 1 1 100%;
}.footer_classesRhCPnJd .header_navm9Lusrz .main_bar8FJGAtg a {
    padding: 0.4rem 0.8rem;
}.footer_classesRhCPnJd .header_navm9Lusrz .main_bar8FJGAtg a:hover {
    padding-left: 1.2rem;
}.science_refDP2Hacf {
    margin-top: 1.5rem;
    padding: 1.5rem 0;
}.footer_classesRhCPnJd .company_holder:hover,
    .footer_classesRhCPnJd .header_navm9Lusrz:hover {
    transform: translateY(-2px);
}}header {
    background: linear-gradient(135deg, rgb(195,211,161,0.5) 0%, rgb(160,187,116,0.5) 100%);
    padding: 0;
    margin-top: 0;
    z-index: 100;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}header::before {
    opacity: 0.5;
    left: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgb(195,211,161,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(160,187,116,0.5) 0%, transparent 30%);
    content: '';
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    z-index: -1;
}header .head_sitebaruqgeh4L {
    display: flex;
    position: relative;
    align-items: center;
    padding: 1.2rem 2.5rem;
    justify-content: space-between;
    z-index: 5;
}header .nav_pagewrapAFXKb5L {
    border: 1px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(5px);
    position: relative;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    background: rgba(255, 255, 255, 0.15);
    -webkit-backdrop-filter: blur(5px);
    flex: 0 0 auto;
    z-index: 2;
    padding: 0.8rem 1.2rem;
    border-radius: 19px;
}header .nav_pagewrapAFXKb5L:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.25);
}header .main_trainhCYyVDj {
    transition: all 0.3s ease;
    display: block;
}header .main_trainhCYyVDj img {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    max-height: 40px;
}header .header_navm9Lusrz {
    margin: 0;
    position: relative;
    display: flex;
    z-index: 2;
    list-style: none;
    padding: 0;
}header .main_pagewrapPhZO2gC {
    margin: 0 0.3rem;
    position: relative;
}header .main_pagewrapPhZO2gC a {
    border: 1px solid rgba(255, 255, 255, 0.05);
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
    font-weight: 600;
    -webkit-backdrop-filter: blur(5px);
    transition: all 0.3s ease;
    z-index: 1;
    padding: 0.8rem 1.2rem;
    display: block;
    backdrop-filter: blur(5px);
    position: relative;
    border-radius: 19px;
    background: rgba(255, 255, 255, 0.1);
}header .main_pagewrapPhZO2gC a:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
}header .main_pagewrapPhZO2gC a::before {
    height: 100%;
    width: 100%;
    position: absolute;
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.1), 
        rgba(255, 255, 255, 0.05)
    );
    top: 0;
    z-index: -1;
    left: 0;
    border-radius: 19px;
    content: '';
    opacity: 0;
    transition: opacity 0.3s ease;
}header .main_pagewrapPhZO2gC a:hover::before {
    opacity: 1;
}header .main_pagewrapPhZO2gC::after {
    width: 0;
    transition: width 0.3s ease;
    left: 50%;
    border-radius: 10px;
    opacity: 0.7;
    content: '';
    transform: translateX(-50%);
    background: #ffffff;
    height: 3px;
    bottom: -3px;
    position: absolute;
}header .main_pagewrapPhZO2gC:hover::after {
    width: 70%;
}header .head_sitebaruqgeh4L::before {
    right: -20px;
    height: 100px;
    opacity: 0.5;
    border-radius: 50%;
    content: '';
    background: rgb(195,211,161,0.5);
    width: 100px;
    filter: blur(40px);
    position: absolute;
    z-index: -1;
    top: -20px;
}header .head_sitebaruqgeh4L::after {
    border-radius: 50%;
    width: 80px;
    background: rgb(160,187,116,0.5);
    filter: blur(30px);
    bottom: -20px;
    z-index: -1;
    height: 80px;
    content: '';
    opacity: 0.5;
    position: absolute;
    left: -20px;
}header .top_eduuHg8bJw {
    z-index: 1;
    position: relative;
    background: rgb(231,236,214);
    padding-top: 2rem;
}@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

header .nav_pagewrapAFXKb5L::after {
    opacity: 0.5;
    left: 0;
    content: '';
    transition: all 0.4s ease;
    position: absolute;
    bottom: -20px;
    height: 20px;
    width: 100%;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.1) 0%, transparent 70%);
}header .nav_pagewrapAFXKb5L:hover::after {
    opacity: 0.7;
    transform: scaleX(0.9);
}

@media (min-width: 1400px) {header .head_sitebaruqgeh4L {
    margin: 0 auto;
    max-width: 1320px;
}header .main_pagewrapPhZO2gC {
    margin: 0 0.5rem;
}header .main_pagewrapPhZO2gC a {
    padding: 0.8rem 1.5rem;
}
}

@media (max-width: 991px) {header {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}header .head_sitebaruqgeh4L {
    padding: 1rem 1.5rem;
    flex-wrap: wrap;
}header .nav_pagewrapAFXKb5L {
    padding: 0.6rem 1rem;
    border-radius: 10px;
    margin-bottom: 0;
}header .header_navm9Lusrz {
    margin-top: 1rem;
    justify-content: flex-end;
    flex-basis: 100%;
}header .main_pagewrapPhZO2gC a {
    padding: 0.6rem 1rem;
    border-radius: 10px;
    font-size: calc(16px - 1px);
}header .head_sitebaruqgeh4L::before,
    header .head_sitebaruqgeh4L::after {
    display: none;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .head_sitebaruqgeh4L {
    padding: 0.8rem 1.2rem;
}header .nav_pagewrapAFXKb5L {
    max-width: 140px;
    padding: 0.5rem 0.8rem;
}header .main_trainhCYyVDj img {
    max-height: 35px;
}header .header_navm9Lusrz {
    justify-content: flex-start;
    padding-bottom: 0.5rem;
    -webkit-overflow-scrolling: touch;
    margin-top: 0.8rem;
    overflow-x: auto;
    scrollbar-width: thin;
}header .header_navm9Lusrz::-webkit-scrollbar {
    height: 3px;
}header .header_navm9Lusrz::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
}header .main_pagewrapPhZO2gC {
    margin: 0 0.15rem;
    flex: 0 0 auto;
}header .main_pagewrapPhZO2gC a {
    white-space: nowrap;
    font-size: calc(16px - 2px);
    padding: 0.5rem 0.8rem;
}header .main_pagewrapPhZO2gC::after {
    display: none;
}header .nav_pagewrapAFXKb5L::after {
    display: none;
}
}

@media (max-width: 479px) {header .head_sitebaruqgeh4L {
    padding: 0.7rem 1rem;
}header .nav_pagewrapAFXKb5L {
    max-width: 120px;
    padding: 0.4rem 0.7rem;
}header .main_pagewrapPhZO2gC a {
    font-size: calc(16px - 3px);
    padding: 0.4rem 0.6rem;
}}.pricing_menuGDkI26K {
    padding: 120px 0 100px;
    overflow: hidden;
    position: relative;
}.pricing_menuGDkI26K::before {
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 100%);
    z-index: 1;
    left: 0;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}.pricing_menuGDkI26K .container {
    padding: 0 20px;
    max-width: 1200px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}.pricing_menuGDkI26K .pricing_deals2zbqCfo {
    perspective: 1000px;
    transform-style: preserve-3d;
}.pricing_menuGDkI26K h2 {
    letter-spacing: 1px;
    font-weight: 700;
    position: relative;
    color: #ffffff;
    transform: translateZ(20px);
    margin-bottom: 20px;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2);
    font-size: 32px;
    text-align: center;
}.pricing_menuGDkI26K .pricing_offersqUlQtoX {
    color: rgb(255, 255, 255, 0.5);
    transform: translateZ(15px);
    position: relative;
    margin: 0 auto 50px;
    text-align: center;
    line-height: 1.6;
    max-width: 700px;
    font-size: calc(16px * 1.1);
}.pricing_menuGDkI26K .study_costsjXCPDeL {
    list-style: none;
    gap: 30px;
    margin: 0;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
}.pricing_menuGDkI26K .study_costsjXCPDeL li {
    perspective: 800px;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform-style: preserve-3d;
}.pricing_menuGDkI26K .rate_list0dS87h2 {
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    display: block;
    text-decoration: none;
    transform: translateZ(0);
    position: relative;
    height: 100%;
}.pricing_menuGDkI26K .cost_optionsw6FDxEh {
    height: 100%;
    position: relative;
    padding: 40px 30px;
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.2),
        0 5px 15px rgba(0,0,0,0.15),
        0 0 0 1px rgba(255,255,255,0.1) inset;
    backdrop-filter: blur(10px);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: linear-gradient(135deg, 
        rgba(255,255,255,0.1) 0%, 
        rgba(255,255,255,0.03) 100%);
    border-radius: 4px;
    overflow: hidden;
    transform: translateZ(0);
}.pricing_menuGDkI26K .cost_optionsw6FDxEh::before {
    opacity: 0.8;
    height: 4px;
    top: 0;
    transform: scaleX(0.8);
    width: 100%;
    transition: all 0.4s ease;
    position: absolute;
    left: 0;
    content: "";
    background: linear-gradient(90deg, 
        rgb(195,211,161) 0%, 
        rgb(160,187,116) 100%);
}.pricing_menuGDkI26K .cost_optionsw6FDxEh::after {
    right: -60px;
    position: absolute;
    width: 120px;
    z-index: -1;
    opacity: 0.5;
    height: 120px;
    background: radial-gradient(
        circle, 
        rgb(195,211,161,0.5) 0%, 
        transparent 70%
    );
    bottom: -60px;
    content: "";
    transition: all 0.5s ease;
}.pricing_menuGDkI26K .learn_feesbzyhk14 {
    position: relative;
    z-index: 2;
}.pricing_menuGDkI26K .learn_feesbzyhk14 h4 {
    position: relative;
    font-size: calc(20px * 1.2);
    margin: 0 0 20px;
    padding-bottom: 15px;
    color: #ffffff;
    font-weight: 600;
}.pricing_menuGDkI26K .learn_feesbzyhk14 h4::after {
    bottom: 0;
    transition: width 0.3s ease;
    background-color: rgb(160,187,116);
    width: 40px;
    left: 0;
    content: "";
    height: 2px;
    position: absolute;
}.pricing_menuGDkI26K .learn_feesbzyhk14 p {
    scrollbar-width: thin;
    margin-bottom: 30px;
    scrollbar-color: rgb(160,187,116) transparent;
    padding-right: 10px;
    overflow-y: auto;
    max-height: 200px;
    font-size: 16px;
    line-height: 1.6;
    color: rgb(255, 255, 255, 0.5);
}.pricing_menuGDkI26K .learn_feesbzyhk14 p::-webkit-scrollbar {
    width: 4px;
}.pricing_menuGDkI26K .learn_feesbzyhk14 p::-webkit-scrollbar-track {
    background: transparent;
}.pricing_menuGDkI26K .learn_feesbzyhk14 p::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background-color: rgb(160,187,116,0.5);
}.pricing_menuGDkI26K .payment_schemeKUv2lLD {
    text-shadow: 0 2px 8px rgba(0,0,0,0.2);
    margin-top: 10px;
    font-weight: 700;
    font-size: calc(20px * 1.4);
    padding: 10px 0;
    color: #ffffff;
    position: relative;
    display: block;
}.pricing_menuGDkI26K .payment_schemeKUv2lLD::before {
    position: absolute;
    height: 3px;
    content: "";
    bottom: 0;
    left: 0;
    width: 60px;
    background: linear-gradient(90deg, 
        rgb(160,187,116) 0%, 
        transparent 100%);
}.pricing_menuGDkI26K .rate_list0dS87h2:hover .cost_optionsw6FDxEh {
    box-shadow: 
        0 25px 45px rgba(0,0,0,0.25),
        0 10px 20px rgba(0,0,0,0.2),
        0 0 0 1px rgba(255,255,255,0.15) inset;
    transform: translateY(-8px) translateZ(20px);
}.pricing_menuGDkI26K .rate_list0dS87h2:hover .cost_optionsw6FDxEh::before {
    opacity: 1;
    transform: scaleX(1);
}.pricing_menuGDkI26K .rate_list0dS87h2:hover .cost_optionsw6FDxEh::after {
    transform: scale(1.2);
    opacity: 0.7;
}.pricing_menuGDkI26K .rate_list0dS87h2:hover .learn_feesbzyhk14 h4::after {
    width: 60px;
}@keyframes priceFadeIn {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.pricing_menuGDkI26K .study_costsjXCPDeL li {
    opacity: 0;
    animation: priceFadeIn 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}.pricing_menuGDkI26K .study_costsjXCPDeL li:nth-child(1) {
    animation-delay: 0.1s;
}.pricing_menuGDkI26K .study_costsjXCPDeL li:nth-child(2) {
    animation-delay: 0.2s;
}.pricing_menuGDkI26K .study_costsjXCPDeL li:nth-child(3) {
    animation-delay: 0.3s;
}.pricing_menuGDkI26K .study_costsjXCPDeL li:nth-child(4) {
    animation-delay: 0.4s;
}


@media (max-width: 1200px) {.pricing_menuGDkI26K {
    padding: 100px 0 80px;
}.pricing_menuGDkI26K .study_costsjXCPDeL {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}
}

@media (max-width: 992px) {.pricing_menuGDkI26K h2 {
    font-size: calc(32px * 0.9);
}.pricing_menuGDkI26K .pricing_offersqUlQtoX {
    margin-bottom: 40px;
}.pricing_menuGDkI26K .cost_optionsw6FDxEh {
    padding: 35px 25px;
}
}

@media (max-width: 768px) {.pricing_menuGDkI26K {
    padding: 80px 0 60px;
}.pricing_menuGDkI26K h2 {
    font-size: calc(32px * 0.8);
}.pricing_menuGDkI26K .pricing_offersqUlQtoX {
    margin-bottom: 30px;
    font-size: 16px;
}.pricing_menuGDkI26K .study_costsjXCPDeL {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.pricing_menuGDkI26K .learn_feesbzyhk14 p {
    font-size: calc(16px * 0.95);
    max-height: 180px;
}
}

@media (max-width: 576px) {.pricing_menuGDkI26K {
    padding: 60px 0 40px;
}.pricing_menuGDkI26K .container {
    padding: 0 15px;
}.pricing_menuGDkI26K h2 {
    font-size: calc(32px * 0.7);
    margin-bottom: 15px;
}.pricing_menuGDkI26K .pricing_offersqUlQtoX {
    font-size: calc(16px * 0.95);
    margin-bottom: 25px;
}.pricing_menuGDkI26K .study_costsjXCPDeL {
    grid-template-columns: 1fr;
    gap: 25px;
}.pricing_menuGDkI26K .cost_optionsw6FDxEh {
    padding: 30px 20px;
}.pricing_menuGDkI26K .learn_feesbzyhk14 h4 {
    font-size: 20px;
}.pricing_menuGDkI26K .payment_schemeKUv2lLD {
    font-size: calc(20px * 1.2);
}}.meet_usOREGYzu {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}.meet_usOREGYzu::before {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    top: 0;
    content: "";
    left: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.6));
}.meet_usOREGYzu::after {
    top: -150px;
    border: 2px solid rgb(195,211,161);
    transform: rotate(45deg);
    z-index: 1;
    animation: float 18s infinite ease-in-out;
    position: absolute;
    width: 300px;
    opacity: 0.15;
    pointer-events: none;
    height: 300px;
    right: -100px;
    content: "";
}.meet_usOREGYzu h4 {
    position: relative;
    margin-bottom: 40px;
    opacity: 0;
    padding-left: 60px;
    transform: translateX(40px);
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    animation: slideIn 0.8s 0.2s forwards ease-out;
    z-index: 2;
    letter-spacing: 3px;
    font-size: calc(21px * 1.2);
}.meet_usOREGYzu h4::before {
    position: absolute;
    height: 2px;
    background: rgb(195,211,161);
    left: 0;
    width: 40px;
    transform: translateY(-50%);
    top: 50%;
    content: "";
}.meet_usOREGYzu .container {
    z-index: 2;
    position: relative;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
}.meet_usOREGYzu .paragraph_boxYTDAr0t {
    opacity: 0;
    transform: translateY(30px);
    border-left: 4px solid rgb(195,211,161);
    animation: fadeUp 1s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
    backdrop-filter: blur(8px);
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    padding: 50px;
    position: relative;
}.meet_usOREGYzu .paragraph_boxYTDAr0t::before {
    background: linear-gradient(45deg, rgb(195,211,161,0.5), transparent);
    left: 0;
    content: "";
    opacity: 0.05;
    height: 100%;
    top: 0;
    width: 100%;
    position: absolute;
    z-index: -1;
}.meet_usOREGYzu .paragraph_boxYTDAr0t h6 {
    color: rgb(195,211,161);
    font-weight: 700;
    font-size: calc(35px * 0.9);
    opacity: 0;
    display: inline-block;
    position: relative;
    animation: slideIn 0.8s 0.5s forwards ease-out;
    margin-bottom: 25px;
    transform: translateX(-10px);
}.meet_usOREGYzu .paragraph_boxYTDAr0t h6::after {
    bottom: -8px;
    width: 60%;
    background: rgb(195,211,161);
    transform-origin: left;
    transform: scaleX(0);
    content: "";
    position: absolute;
    left: 0;
    animation: expandWidth 1.2s 0.8s forwards cubic-bezier(.17,.67,.83,.67);
    height: 2px;
}.meet_usOREGYzu .paragraph_boxYTDAr0t div {
    scroll-behavior: smooth;
    position: relative;
    padding-right: 15px;
    overflow-y: auto;
    max-height: 300px;
}.meet_usOREGYzu .paragraph_boxYTDAr0t div::-webkit-scrollbar {
    width: 4px;
}.meet_usOREGYzu .paragraph_boxYTDAr0t div::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
}.meet_usOREGYzu .paragraph_boxYTDAr0t div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(195,211,161,0.5);
}.meet_usOREGYzu .paragraph_boxYTDAr0t span {
    display: block;
    font-family: Arial, sans-serif;
    font-size: 15px;
    opacity: 0.9;
    transform: translateY(20px);
    line-height: 1.8;
    animation: fadeUp 1s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    color: #ffffff;
    opacity: 0;
}

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

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

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

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

@media (max-width: 991px) {.meet_usOREGYzu {
    padding: 80px 0;
}.meet_usOREGYzu h4 {
    margin-left: 15px;
    padding-left: 40px;
    font-size: calc(21px * 1.1);
}.meet_usOREGYzu h4::before {
    width: 30px;
}.meet_usOREGYzu .paragraph_boxYTDAr0t {
    padding: 40px 30px;
}.meet_usOREGYzu .paragraph_boxYTDAr0t h6 {
    font-size: calc(35px * 0.8);
}
}

@media (max-width: 767px) {.meet_usOREGYzu {
    padding: 60px 0;
}.meet_usOREGYzu h4 {
    font-size: 21px;
    padding-left: 35px;
}.meet_usOREGYzu h4::before {
    width: 25px;
}.meet_usOREGYzu .paragraph_boxYTDAr0t {
    padding: 30px 20px;
}.meet_usOREGYzu .paragraph_boxYTDAr0t h6 {
    margin-bottom: 20px;
    font-size: calc(35px * 0.7);
}.meet_usOREGYzu .paragraph_boxYTDAr0t div {
    max-height: 250px;
}.meet_usOREGYzu .paragraph_boxYTDAr0t span {
    font-size: calc(15px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 480px) {.meet_usOREGYzu {
    padding: 50px 0;
}.meet_usOREGYzu h4 {
    font-size: calc(21px * 0.9);
    letter-spacing: 2px;
    margin-left: 10px;
    padding-left: 30px;
}.meet_usOREGYzu h4::before {
    width: 20px;
}.meet_usOREGYzu .paragraph_boxYTDAr0t {
    border-left-width: 3px;
    padding: 25px 15px;
}.meet_usOREGYzu .paragraph_boxYTDAr0t h6 {
    font-size: calc(35px * 0.6);
    margin-bottom: 15px;
}.meet_usOREGYzu .paragraph_boxYTDAr0t div {
    max-height: 200px;
}.meet_usOREGYzu .paragraph_boxYTDAr0t span {
    line-height: 1.6;
    font-size: calc(15px * 0.9);
}}.gratitudeDivn6gFyEP {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(195,211,161,0.5), rgb(160,187,116,0.5));
}.gratitudeDivn6gFyEP::before {
    top: 0;
    content: "";
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(255,255,255,0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(255,255,255,0.1) 0%, transparent 40%);
    pointer-events: none;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
}.gratitudeDivn6gFyEP::after {
    width: 100%;
    position: absolute;
    animation: shimmer 8s infinite linear;
    background: linear-gradient(45deg, transparent, rgb(195,211,161,0.5), transparent);
    height: 100%;
    top: -50%;
    right: -50%;
    pointer-events: none;
    content: "";
    transform: rotate(35deg) scale(2);
    z-index: 0;
}.gratitudeDivn6gFyEP .container {
    z-index: 2;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}.gratitudeDivn6gFyEP .instructor_bioGBmi6SP {
    background: rgba(255, 255, 255, 0.92);
    display: flex;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    backdrop-filter: blur(10px);
    padding: 60px 50px;
    gap: 40px;
    flex-direction: column;
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.1),
        0 0 0 1px rgba(255,255,255,0.15),
        inset 0 0 20px rgba(rgb(195,211,161),0.05);
    transform: perspective(1000px) rotateX(2deg);
}.gratitudeDivn6gFyEP .instructor_bioGBmi6SP:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 
        0 25px 50px rgba(0,0,0,0.15),
        0 0 0 1px rgba(255,255,255,0.2),
        inset 0 0 30px rgba(rgb(195,211,161),0.08);
}.gratitudeDivn6gFyEP .instructor_bioGBmi6SP::before {
    content: "";
    left: 20px;
    z-index: -1;
    filter: blur(10px);
    position: absolute;
    height: 10px;
    opacity: 0.4;
    background: rgb(195,211,161);
    top: -10px;
    right: 20px;
}.gratitudeDivn6gFyEP .instructor_bioGBmi6SP > div:first-child {
    position: relative;
    padding-bottom: 30px;
}.gratitudeDivn6gFyEP .instructor_bioGBmi6SP > div:first-child::after {
    background: linear-gradient(90deg, rgb(195,211,161), rgb(160,187,116));
    bottom: 0;
    content: "";
    height: 3px;
    width: 80px;
    transition: transform 0.4s ease;
    position: absolute;
    left: 0;
    transform-origin: left center;
}.gratitudeDivn6gFyEP .instructor_bioGBmi6SP:hover > div:first-child::after {
    transform: scaleX(1.5);
}.gratitudeDivn6gFyEP h5 {
    font-weight: 700;
    font-size: 18px;
    font-family: Arial, sans-serif;
    margin: 0 0 15px;
    color: #000000;
    letter-spacing: -0.01em;
    position: relative;
    line-height: 1.4;
    z-index: 2;
}.gratitudeDivn6gFyEP h5::before {
    opacity: 0.8;
    height: 10px;
    position: absolute;
    transform: translateY(-50%) rotate(45deg);
    left: -20px;
    content: "";
    top: 50%;
    background: rgb(195,211,161);
    width: 10px;
    transition: transform 0.3s ease;
}.gratitudeDivn6gFyEP .instructor_bioGBmi6SP:hover h5::before {
    transform: translateY(-50%) rotate(135deg);
}.gratitudeDivn6gFyEP a {
    display: block;
    transition: transform 0.3s ease;
    text-decoration: none;
}.gratitudeDivn6gFyEP a:hover {
    transform: translateX(5px);
}.gratitudeDivn6gFyEP p {
    font-size: 14px;
    line-height: 1.8;
    font-family: Arial, sans-serif;
    margin: 0;
    font-weight: 400;
    color: #000000;
    z-index: 2;
    position: relative;
    transition: color 0.3s ease;
}.gratitudeDivn6gFyEP a:hover p {
    color: rgb(195,211,161);
}

@keyframes shimmer {
    0% { transform: rotate(35deg) translateX(-30%) scale(2); }
    100% { transform: rotate(35deg) translateX(30%) scale(2); }
}

@media (min-width: 992px) {.gratitudeDivn6gFyEP .instructor_bioGBmi6SP {
    align-items: center;
    flex-direction: row;
    padding: 80px 70px;
}.gratitudeDivn6gFyEP .instructor_bioGBmi6SP > div:first-child {
    padding-right: 50px;
    flex: 0 0 40%;
    padding-bottom: 0;
}.gratitudeDivn6gFyEP .instructor_bioGBmi6SP > div:first-child::after {
    height: 80px;
    transform-origin: center top;
    left: auto;
    width: 3px;
    right: 0;
    top: 50%;
    bottom: auto;
}.gratitudeDivn6gFyEP .instructor_bioGBmi6SP:hover > div:first-child::after {
    transform: scaleY(1.5);
}.gratitudeDivn6gFyEP h5 {
    font-size: calc(18px * 1.1);
    margin-bottom: 0;
}.gratitudeDivn6gFyEP h5::before {
    width: 15px;
    left: -30px;
    height: 15px;
}.gratitudeDivn6gFyEP a:hover {
    transform: translateX(10px);
}
}

@media (max-width: 991px) {.gratitudeDivn6gFyEP {
    padding: 80px 0;
}.gratitudeDivn6gFyEP .instructor_bioGBmi6SP {
    padding: 50px 35px;
}.gratitudeDivn6gFyEP h5 {
    font-size: calc(18px * 0.95);
}
}

@media (max-width: 767px) {.gratitudeDivn6gFyEP {
    padding: 60px 0;
}.gratitudeDivn6gFyEP .instructor_bioGBmi6SP {
    padding: 40px 25px;
    gap: 30px;
}.gratitudeDivn6gFyEP h5 {
    font-size: calc(18px * 0.9);
}.gratitudeDivn6gFyEP p {
    font-size: calc(14px * 0.95);
    line-height: 1.7;
}.gratitudeDivn6gFyEP .instructor_bioGBmi6SP > div:first-child {
    padding-bottom: 20px;
}
}

@media (max-width: 480px) {.gratitudeDivn6gFyEP {
    padding: 50px 0;
}.gratitudeDivn6gFyEP .instructor_bioGBmi6SP {
    padding: 30px 20px;
    gap: 25px;
}.gratitudeDivn6gFyEP h5 {
    font-size: calc(18px * 0.85);
}.gratitudeDivn6gFyEP p {
    font-size: calc(14px * 0.9);
    line-height: 1.6;
}.gratitudeDivn6gFyEP .instructor_bioGBmi6SP > div:first-child {
    padding-bottom: 15px;
}.gratitudeDivn6gFyEP .instructor_bioGBmi6SP > div:first-child::after {
    width: 60px;
}}.statistical_overview0WeMNVu {
    z-index: 1;
    overflow: hidden;
    padding: 100px 0;
    position: relative;
    background: #ffffff;
}.statistical_overview0WeMNVu::before {
    z-index: -1;
    content: "";
    top: 0;
    left: 0;
    opacity: 0.2;
    height: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(195,211,161,0.5) 0px,
        rgb(195,211,161,0.5) 2px,
        transparent 2px,
        transparent 4px
    );
    width: 100%;
    position: absolute;
}.statistical_overview0WeMNVu::after {
    position: absolute;
    background: radial-gradient(
        ellipse at center,
        rgb(195,211,161,0.5) 0%,
        transparent 60%
    );
    height: 200%;
    animation: rotate-bg 30s linear infinite;
    opacity: 0.2;
    width: 200%;
    z-index: -2;
    content: "";
    left: -50%;
    top: -50%;
}@keyframes rotate-bg {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.statistical_overview0WeMNVu .container {
    display: grid;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    align-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    position: relative;
}.statistical_overview0WeMNVu .fast_statisticszJ0ypua {
    padding: 0;
    order: 1;
    z-index: 2;
    position: relative;
}.statistical_overview0WeMNVu .fast_statisticszJ0ypua::before {
    height: 120px;
    left: -40px;
    top: -60px;
    content: "";
    transform: rotate(-15deg);
    width: 120px;
    position: absolute;
    border-radius: 20px;
    animation: float 8s ease-in-out infinite;
    z-index: -1;
    border: 2px solid rgb(195,211,161,0.5);
}.statistical_overview0WeMNVu .fast_statisticszJ0ypua::after {
    content: "";
    height: 80px;
    position: absolute;
    bottom: -30px;
    z-index: -1;
    animation: float 6s ease-in-out infinite reverse;
    right: 40px;
    width: 80px;
    border-radius: 50%;
    background: rgb(160,187,116,0.5);
}@keyframes float {
    0%, 100% {
        transform: translateY(0) rotate(-15deg);
    }
    50% {
        transform: translateY(-20px) rotate(-5deg);
    }
}

.statistical_overview0WeMNVu .expert_upgradeHrylv5Y {
    font-size: 38px;
    text-transform: uppercase;
    padding-bottom: 20px;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
    line-height: 1.2;
    color: #000000;
}.statistical_overview0WeMNVu .expert_upgradeHrylv5Y::after {
    position: absolute;
    content: "";
    border-radius: 10px;
    background: rgb(195,211,161);
    bottom: 0;
    width: 80px;
    height: 6px;
    left: 0;
}.statistical_overview0WeMNVu .extra_expertsn7kLWi5 {
    line-height: 1.8;
    font-size: 14px;
    color: #000000;
    margin-bottom: 40px;
}.statistical_overview0WeMNVu .study_elevationREGNAI6 {
    order: 2;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    z-index: 2;
}.statistical_overview0WeMNVu .statistics_advanceC8sIZKT {
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.9);
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border: 1px solid rgb(195,211,161,0.5);
    position: relative;
    border-radius: 10px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 30px;
}.statistical_overview0WeMNVu .statistics_advanceC8sIZKT:nth-child(odd) {
    transform: translateY(20px);
}.statistical_overview0WeMNVu .statistics_advanceC8sIZKT:nth-child(even) {
    transform: translateY(-20px);
}.statistical_overview0WeMNVu .statistics_advanceC8sIZKT:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    background: white;
    transform: scale(1.05) translateY(0);
    z-index: 3;
}.statistical_overview0WeMNVu .statistics_advanceC8sIZKT::before {
    height: 100px;
    top: 0;
    background: rgb(195,211,161);
    position: absolute;
    transform: translate(50%, -50%);
    opacity: 0.3;
    right: 0;
    transition: all 0.4s ease;
    border-radius: 50%;
    width: 100px;
    content: "";
}.statistical_overview0WeMNVu .statistics_advanceC8sIZKT:hover::before {
    transform: translate(30%, -30%) scale(1.2);
    background: rgb(160,187,116);
}.statistical_overview0WeMNVu .statistics_advanceC8sIZKT h4 {
    color: rgb(195,211,161);
    display: flex;
    margin: 0;
    font-weight: 700;
    align-items: center;
    line-height: 1;
    transition: all 0.3s ease;
    font-size: 4rem;
}.statistical_overview0WeMNVu .statistics_advanceC8sIZKT:hover h4 {
    color: rgb(160,187,116);
}.statistical_overview0WeMNVu .statistics_advanceC8sIZKT span {
    font-size: 14px;
    color: #000000;
    transition: all 0.3s ease;
    font-weight: 400;
    display: block;
    margin-top: 15px;
}.statistical_overview0WeMNVu .statistics_advanceC8sIZKT:hover span {
    opacity: 1;
}.statistical_overview0WeMNVu svg {
    height: 24px;
    transition: all 0.3s ease;
    width: 24px;
    fill: rgb(195,211,161);
    margin-right: 10px;
}.statistical_overview0WeMNVu svg path {
    fill: rgb(195,211,161);
    transition: all 0.3s ease;
}.statistical_overview0WeMNVu .statistics_advanceC8sIZKT:hover svg,
.statistical_overview0WeMNVu .statistics_advanceC8sIZKT:hover svg path {
    fill: rgb(160,187,116);
}

@media (max-width: 992px) {.statistical_overview0WeMNVu .container {
    grid-template-columns: 1fr;
    gap: 40px;
}.statistical_overview0WeMNVu .fast_statisticszJ0ypua {
    text-align: center;
    order: 1;
}.statistical_overview0WeMNVu .expert_upgradeHrylv5Y::after {
    transform: translateX(-50%);
    left: 50%;
}.statistical_overview0WeMNVu .study_elevationREGNAI6 {
    order: 2;
}.statistical_overview0WeMNVu .statistics_advanceC8sIZKT:nth-child(odd),
    .statistical_overview0WeMNVu .statistics_advanceC8sIZKT:nth-child(even) {
    transform: translateY(0);
}
}

@media (max-width: 768px) {.statistical_overview0WeMNVu {
    padding: 80px 0;
}.statistical_overview0WeMNVu .study_elevationREGNAI6 {
    gap: 15px;
    grid-template-columns: 1fr;
}.statistical_overview0WeMNVu .expert_upgradeHrylv5Y {
    font-size: calc(38px * 0.8);
    padding-bottom: 15px;
    margin-bottom: 20px;
}.statistical_overview0WeMNVu .expert_upgradeHrylv5Y::after {
    height: 4px;
    width: 60px;
}.statistical_overview0WeMNVu .statistics_advanceC8sIZKT {
    padding: 25px;
}.statistical_overview0WeMNVu .statistics_advanceC8sIZKT h4 {
    font-size: 3rem;
}.statistical_overview0WeMNVu .fast_statisticszJ0ypua::before {
    height: 80px;
    width: 80px;
    top: -40px;
    left: 20px;
}.statistical_overview0WeMNVu .fast_statisticszJ0ypua::after {
    right: 20px;
    height: 60px;
    bottom: -20px;
    width: 60px;
}
}

@media (max-width: 480px) {.statistical_overview0WeMNVu {
    padding: 60px 0;
}.statistical_overview0WeMNVu .container {
    padding: 0 15px;
    gap: 30px;
}.statistical_overview0WeMNVu .expert_upgradeHrylv5Y {
    padding-bottom: 10px;
    font-size: calc(38px * 0.6);
    margin-bottom: 15px;
}.statistical_overview0WeMNVu .extra_expertsn7kLWi5 {
    margin-bottom: 20px;
    font-size: calc(14px * 0.9);
}.statistical_overview0WeMNVu .statistics_advanceC8sIZKT {
    padding: 20px;
}.statistical_overview0WeMNVu .statistics_advanceC8sIZKT h4 {
    font-size: 2.5rem;
}.statistical_overview0WeMNVu .statistics_advanceC8sIZKT span {
    margin-top: 10px;
    font-size: calc(14px * 0.9);
}.statistical_overview0WeMNVu .statistics_advanceC8sIZKT:hover {
    transform: scale(1.02) translateY(0);
}
}