* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}.grid-containeryS {
    display: flex;
    min-height: 100%;
    height: 100%;
    flex-direction: column;
}@keyframes pulse_scrollbar { 0% { opacity: 1; } 50% { opacity: 0.7; } 100% { opacity: 1; } }

::-webkit-scrollbar {
    width: 11px;
    background: rgb(179,215,182,0.5);
}::-webkit-scrollbar-track {
    border-radius: 14.6em;
    background: #ffffff;
}::-webkit-scrollbar-track:active {
    background: #ffffff;
}::-webkit-scrollbar-thumb {
    animation: pulse_scrollbar 4s ease-in infinite;
    border-radius: 13vh;
    border: 3px ridge #ffffff;
    background: rgb(136,192,141,0.5);
    transition: background, box-shadow 1.1s ease-out;
}::-webkit-scrollbar-thumb:hover {
    transform: translateX(-2px);
    background: rgb(255, 255, 255, 0.5);
}::-webkit-scrollbar-thumb:active {
    background: #ffffff;
    box-shadow: inset 2px -4px 12px -1px rgba(0, 0, 0, 0.4);
}::-webkit-scrollbar-corner {
    border-radius: 8px;
    background: rgb(179,215,182,0.5);
}html {
    scrollbar-color: rgb(179,215,182) rgb(216,236,218);
}svg {
    width: 30px;
    height: 30px;
}header,footer {
    width: 100%;
}.container {
    width: 1142px;
    max-width: 100%;
    margin: auto;
}.site_navMr {
    flex: 1 0 auto;
}.news_feedPN {
    flex: 0 0 auto;
}a {
    color: inherit;
    text-decoration: none;
}html,body {
    font-family: Arial, sans-serif;
    color: #000000;
    min-height: 100%;
    height: 100%;
    scroll-behavior: auto;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.course_rewardspr {
    position: relative;
    padding: 90px 0;
    background: linear-gradient(145deg, rgb(216,236,218) 60%, rgba(rgb(136,192,141,0.5), 0.1) 100%);
    overflow: hidden;
}.course_rewardspr::before {
    height: 100%;
    background-image: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 30px,
    rgba(rgb(136,192,141,0.5), 0.03) 30px,
    rgba(rgb(136,192,141,0.5), 0.03) 60px
  );
    content: "";
    z-index: 0;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}.course_rewardspr .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding: 0 20px;
}.course_rewardspr .learn_waybQ {
    flex-direction: column;
    display: flex;
    align-items: center;
    transform-style: preserve-3d;
    position: relative;
}.course_rewardspr .word_boxaQ {
    box-shadow: 
    0 15px 30px rgba(rgba(0, 0, 0, 0.5), 0.1),
    0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.05);
    border-left: 4px solid rgb(179,215,182);
    padding: 40px 30px;
    width: 100%;
    background: linear-gradient(
    135deg,
    rgba(rgb(255, 255, 255, 0.5), 0.95),
    rgba(rgb(255, 255, 255, 0.5), 0.85)
  );
    backdrop-filter: blur(8px);
    transform: translateZ(0);
    border-radius: 2px;
}.course_rewardspr .word_boxaQ h4 {
    position: relative;
    margin-bottom: 30px;
    color: rgb(136,192,141);
    transform: translateX(0);
    font-weight: 700;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    font-size: 26px;
}.course_rewardspr .word_boxaQ h4::after {
    width: 60px;
    bottom: -10px;
    height: 3px;
    content: "";
    transform: scaleX(1);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: left;
    left: 0;
    background: rgb(179,215,182);
    position: absolute;
}.course_rewardspr .word_boxaQ:hover h4 {
    transform: translateX(5px);
}.course_rewardspr .word_boxaQ:hover h4::after {
    transform: scaleX(1.2);
}.course_rewardspr .word_boxaQ > div {
    margin-bottom: 20px;
}.course_rewardspr .word_boxaQ ul {
    list-style: none;
    padding: 0;
}.course_rewardspr .word_boxaQ li {
    transform: translateY(0);
    margin-bottom: 18px;
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 0.95;
}.course_rewardspr .word_boxaQ li:hover {
    transform: translateY(-3px);
    opacity: 1;
}.course_rewardspr .word_boxaQ li p {
    align-items: flex-start;
    margin: 0;
    display: flex;
    font-size: 14px;
    line-height: 1.6;
}.course_rewardspr .word_boxaQ li p span:first-child {
    margin-right: 12px;
    flex-shrink: 0;
    transform: translateY(2px);
}.course_rewardspr .word_boxaQ li p span:last-child {
    color: #000000;
}.course_rewardspr .word_boxaQ svg {
    filter: drop-shadow(0 2px 3px rgba(rgb(179,215,182,0.5), 0.3));
    transition: transform 0.3s ease;
    height: 24px;
    width: 24px;
}.course_rewardspr .word_boxaQ li:hover svg {
    transform: scale(1.1) rotate(5deg);
}.course_rewardspr .word_boxaQ svg path {
    fill: rgb(179,215,182);
    transition: fill 0.3s ease;
}.course_rewardspr .word_boxaQ li:hover svg path {
    fill: rgb(136,192,141);
}.course_rewardspr .img_shadow_boxsc {
    box-shadow: 
    0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.15),
    0 10px 20px rgba(rgba(0, 0, 0, 0.5), 0.1);
    height: auto;
    border-radius: 2px;
    object-fit: cover;
    filter: saturate(1.05);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    max-width: 500px;
    transform: translateY(0) rotate(0);
    margin-top: 40px;
    width: 100%;
}.course_rewardspr .img_shadow_boxsc:hover {
    transform: translateY(-10px) rotate(1deg);
}

@media (min-width: 768px) {.course_rewardspr {
    padding: 120px 0;
}.course_rewardspr .learn_waybQ {
    gap: 40px;
    align-items: stretch;
    flex-direction: row;
}.course_rewardspr .word_boxaQ {
    padding: 50px 40px;
    width: 60%;
    margin-right: -20px;
    z-index: 2;
}.course_rewardspr .img_shadow_boxsc {
    height: 400px;
    z-index: 1;
    margin-top: 60px;
    transform: translateY(0) rotate(-2deg);
    margin-left: -20px;
    width: 40%;
}.course_rewardspr .img_shadow_boxsc:hover {
    transform: translateY(-10px) rotate(0);
}.course_rewardspr .word_boxaQ > div {
    gap: 30px;
    display: flex;
    justify-content: space-between;
}.course_rewardspr .word_boxaQ > div > ul {
    flex: 1;
}.course_rewardspr .word_boxaQ h4 {
    font-size: 32px;
}
}

@media (min-width: 992px) {.course_rewardspr {
    padding: 140px 0;
}.course_rewardspr .learn_waybQ {
    gap: 60px;
}.course_rewardspr .word_boxaQ {
    padding: 60px 50px;
}.course_rewardspr .img_shadow_boxsc {
    height: 500px;
}.course_rewardspr::after {
    border-radius: 50%;
    height: 300px;
    top: 15%;
    background: radial-gradient(circle, rgba(rgb(179,215,182,0.5), 0.08) 0%, rgba(rgb(179,215,182,0.5), 0) 70%);
    content: "";
    right: -100px;
    position: absolute;
    width: 300px;
    animation: pulse 15s infinite alternate ease-in-out;
}
  
  @keyframes pulse {
    0%, 100% {
      transform: scale(1);
      opacity: 0.5;
    }
    50% {
      transform: scale(1.2);
      opacity: 0.8;
    }
  }
}

@media (max-width: 767px) {.course_rewardspr {
    padding: 60px 0;
}.course_rewardspr .word_boxaQ {
    padding: 30px 20px;
}.course_rewardspr .word_boxaQ h4 {
    font-size: 22px;
    margin-bottom: 25px;
}.course_rewardspr .word_boxaQ li {
    margin-bottom: 15px;
}.course_rewardspr .word_boxaQ li p {
    font-size: 14px;
}.course_rewardspr .img_shadow_boxsc {
    height: 300px;
    max-width: 100%;
}}.consentInformationPopupvf {
    background: rgb(136,192,141);
    padding: 20px 0;
    transition: all 0.3s ease-in-out;
    width: 100%;
    z-index: 90;
    bottom: 0;
    border-top: 2px solid rgb(179,215,182);
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px 0px;
    position: fixed;
}.privacy_cookiesQy {
    align-items: center;
    max-width: 1200px;
    padding: 20px 30px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}.consentInformationPopupvf h5 {
    color: #ffffff;
    font-size: 23px;
    margin-bottom: 6px;
    font-weight: 700;
    transition: color 0.3s ease-in-out;
}.consentInformationPopupvf p {
    color: #ffffff;
    max-width: 500px;
    font-size: 12px;
}.data_complyxf {
    flex-shrink: 0;
    margin-right: 20px;
}.data_complyxf svg, .data_complyxf svg path {
    width: 80px;
    height: 80px;
    fill: rgb(179,215,182);
    transition: transform 0.3s ease-in-out;
}.data_complyxf:hover svg {
    transform: rotate(10deg);
}.cookies_consentgU {
    cursor: pointer;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 12px;
    background: rgb(179,215,182);
    margin-left: 20px;
    color: #ffffff;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    box-shadow: rgb(179,215,182,0.5) 0px 4px 10px 0px;
    text-decoration: none;
    line-height: 35px;
}.cookie_button.visitor_confirmwM {
    background: rgb(179,215,182);
}.cookie_button.cookie_disclaimeryE {
    background: rgb(136,192,141);
}.cookies_consentgU:hover {
    box-shadow: rgb(179,215,182,0.5) 0px 6px 15px 0px;
    transform: scale(1.05);
}.consentInformationPopupvf p a {
    color: rgb(179,215,182);
    font-weight: 600;
    transition: color 0.3s ease-in-out;
    text-decoration: none;
}.consentInformationPopupvf p a:hover {
    color: rgb(136,192,141);
}.grid-containeryS .consentInformationPopupvf {
    background: rgb(136,192,141);
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 40px 39px;
    border: none;
    padding: 40px 0;
}.grid-containeryS .cookies_consentgU {
    font-size: 14px;
    border: none;
    font-weight: 400;
    color: #ffffff;
    background: rgb(179,215,182);
    margin-left: 30px;
    padding: 10px;
    border-radius: 10px;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
}.grid-containeryS .cookie_verifymh h5, .grid-containeryS .cookie_verifymh p {
    color: #ffffff;
}
@media only screen and (max-width: 1200px) {.consentInformationPopupvf {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.data_complyxf {
    display: none;
}.privacy_cookiesQy {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.consentInformationPopupvf h5 {
    text-align: center;
}.consentInformationPopupvf p {
    text-align: center;
}.cookie_verifymh {
    text-align: center;
    margin-bottom: 20px;
}.cookies_consentgU {
    margin-left: 0;
    max-width: 300px;
    width: 100%;
    margin-top: 10px;
}}
#cookieSettingsPanelpJ {
    display: none;
}#cookieSettingsPanelpJ:checked ~ .consentInformationPopupvf {
    opacity: 0;
    visibility: hidden;
}.academic_expertiseKo {
    background: linear-gradient(135deg, rgb(216,236,218) 0%, rgba(240, 242, 245, 0.9) 100%);
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.academic_expertiseKo::before {
    height: 100%;
    width: 100%;
    top: 0;
    background-size: 60px 60px;
    content: "";
    left: 0;
    position: absolute;
    z-index: 0;
    pointer-events: none;
    opacity: 0.05;
    background-image: 
        linear-gradient(30deg, rgb(179,215,182,0.5) 1px, transparent 1px),
        linear-gradient(120deg, rgb(179,215,182,0.5) 1px, transparent 1px);
}.academic_expertiseKo::after {
    height: 70%;
    filter: blur(80px);
    top: -20%;
    position: absolute;
    content: "";
    transform: rotate(-15deg);
    opacity: 0.1;
    right: -10%;
    width: 50%;
    background: rgb(136,192,141,0.5);
    z-index: 0;
}.academic_expertiseKo .container {
    max-width: 1200px;
    z-index: 1;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
}.academic_expertiseKo .learner_reviewOT {
    transform: perspective(1000px) rotateX(2deg);
    background: #ffffff;
    display: grid;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.05);
    grid-template-columns: 1fr;
    gap: 35px;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.05), 
                0 5px 20px rgba(0, 0, 0, 0.02);
    padding: 40px;
}.academic_expertiseKo .learner_reviewOT:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08), 
                0 10px 30px rgba(0, 0, 0, 0.03);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.academic_expertiseKo .learner_reviewOT > div:first-child {
    justify-content: center;
    display: flex;
    align-items: center;
}.academic_expertiseKo .img_shadow_boxsc {
    width: 180px;
    transform: translateZ(30px);
    height: 180px;
    border-radius: 2px;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}.academic_expertiseKo .learner_reviewOT:hover .img_shadow_boxsc {
    transform: translateZ(40px) translateY(-10px);
}.academic_expertiseKo .img_shadow_boxsc::before {
    border: 2px solid rgb(179,215,182);
    bottom: -12px;
    top: 12px;
    opacity: 0.2;
    right: -12px;
    transition: all 0.4s ease;
    left: 12px;
    z-index: -1;
    position: absolute;
    content: "";
}.academic_expertiseKo .learner_reviewOT:hover .img_shadow_boxsc::before {
    opacity: 0.3;
    top: 18px;
    right: -18px;
    bottom: -18px;
    left: 18px;
}.academic_expertiseKo .name {
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 12px;
    display: inline-block;
    position: relative;
}.academic_expertiseKo .name::after {
    width: 40px;
    background: rgb(179,215,182);
    bottom: -6px;
    transform-origin: left;
    left: 0;
    height: 3px;
    content: "";
    position: absolute;
    transform: scaleX(0.6);
    transition: transform 0.5s ease;
}.academic_expertiseKo .learner_reviewOT:hover .name::after {
    transform: scaleX(1);
}.academic_expertiseKo .learner_reviewOT > div:nth-child(2) div {
    transform: translateX(0);
    margin-top: 5px;
    color: rgb(136,192,141);
    transition: transform 0.4s ease, opacity 0.4s ease;
    opacity: 0.85;
    font-size: calc(12px - 1px);
    font-weight: 600;
}.academic_expertiseKo .learner_reviewOT:hover > div:nth-child(2) div {
    transform: translateX(5px);
    opacity: 1;
}.academic_expertiseKo .exp_projectseo {
    margin: 0;
    font-size: 12px;
    color: #000000;
    padding-left: 25px;
    line-height: 1.7;
    border-left: 3px solid rgb(179,215,182,0.5);
    position: relative;
}.academic_expertiseKo .exp_projectseo::before {
    content: "";
    position: absolute;
    font-family: serif;
    font-size: 120px;
    color: rgb(179,215,182);
    line-height: 1;
    z-index: -1;
    left: -20px;
    opacity: 0.08;
    top: -40px;
}

@media (min-width: 768px) {.academic_expertiseKo .learner_reviewOT {
    column-gap: 40px;
    row-gap: 30px;
    grid-template-rows: auto 1fr;
    grid-template-columns: auto 1fr;
}.academic_expertiseKo .learner_reviewOT > div:first-child {
    grid-row: 1 / 3;
}.academic_expertiseKo .img_shadow_boxsc {
    width: 220px;
    height: 260px;
}.academic_expertiseKo .exp_projectseo {
    grid-column: 2;
    padding-left: 30px;
}
}

@media (min-width: 992px) {.academic_expertiseKo {
    padding: 150px 0;
}.academic_expertiseKo .learner_reviewOT {
    gap: 50px;
    padding: 60px;
    grid-template-columns: auto 250px 1fr;
}.academic_expertiseKo .learner_reviewOT > div:first-child {
    grid-row: 1;
}.academic_expertiseKo .learner_reviewOT > div:nth-child(2) {
    grid-row: 1;
    padding-top: 20px;
}.academic_expertiseKo .exp_projectseo {
    grid-row: 2;
    font-size: calc(12px + 1px);
    grid-column: 1 / 4;
    padding-left: 40px;
}.academic_expertiseKo .img_shadow_boxsc {
    width: 240px;
    height: 280px;
}
}

@media (max-width: 767px) {.academic_expertiseKo {
    padding: 80px 0;
}.academic_expertiseKo .learner_reviewOT {
    gap: 25px;
    padding: 30px;
}.academic_expertiseKo .img_shadow_boxsc {
    width: 150px;
    height: 150px;
}.academic_expertiseKo .name {
    font-size: calc(18px - 2px);
}.academic_expertiseKo .exp_projectseo {
    font-size: calc(12px - 1px);
}
}

@media (hover: none) {.academic_expertiseKo .learner_reviewOT {
    transform: none !important;
}.academic_expertiseKo .img_shadow_boxsc,
    .academic_expertiseKo .learner_reviewOT:hover .img_shadow_boxsc {
    transform: none;
}}

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

.academic_expertiseKo .learner_reviewOT {
    animation: fadeInUp 0.8s ease-out forwards;
}.customer_opinionsnW {
    background: linear-gradient(135deg, rgb(216,236,218) 0%, rgb(136,192,141,0.5) 100%);
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
}.customer_opinionsnW::before {
    width: 40%;
    height: 70%;
    transform: rotate(-15deg) skewX(15deg);
    pointer-events: none;
    position: absolute;
    top: -10%;
    opacity: 0.7;
    background: linear-gradient(225deg, rgb(179,215,182,0.5) 10%, transparent 70%);
    content: "";
    right: -5%;
    z-index: 1;
}.customer_opinionsnW::after {
    position: absolute;
    bottom: -10%;
    opacity: 0.5;
    background: linear-gradient(45deg, rgb(136,192,141,0.5) 20%, transparent 80%);
    z-index: 1;
    height: 60%;
    transform: rotate(10deg) skewX(-10deg);
    left: -5%;
    pointer-events: none;
    width: 35%;
    content: "";
}.customer_opinionsnW .container {
    perspective: 1000px;
    padding: 0 2rem;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
}.customer_opinionsnW h2 {
    color: #000000;
    text-align: center;
    transform: translateZ(30px);
    margin-bottom: 3.5rem;
    position: relative;
    font-weight: 700;
    letter-spacing: 0.5px;
    font-size: 29px;
}.customer_opinionsnW h2::after {
    transform: translateX(-50%);
    position: absolute;
    content: "";
    width: 80px;
    background: linear-gradient(90deg, rgb(179,215,182) 0%, rgb(136,192,141) 100%);
    bottom: -15px;
    left: 50%;
    height: 4px;
}.customer_opinionsnW .review_experiencesIG {
    padding: 0;
    display: grid;
    gap: 2.5rem;
    list-style: none;
    margin: 0;
    perspective: 1000px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.customer_opinionsnW .learner_reviewOT {
    transform: translateZ(0);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    padding: 2rem;
    background: #ffffff;
    border-radius: 8px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
}.customer_opinionsnW .learner_reviewOT::before {
    z-index: 2;
    transform-origin: left;
    height: 5px;
    width: 100%;
    content: "";
    left: 0;
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    background: linear-gradient(90deg, rgb(179,215,182) 0%, rgb(136,192,141) 100%);
    transform: scaleX(0);
    top: 0;
}.customer_opinionsnW .learner_reviewOT:hover {
    transform: translateY(-10px) translateZ(30px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}.customer_opinionsnW .learner_reviewOT:hover::before {
    transform: scaleX(1);
}.customer_opinionsnW .learner_reviewOT > div {
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
}.customer_opinionsnW .learner_reviewOT img {
    margin-right: 1rem;
    object-fit: cover;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    height: 60px;
    border-radius: 50%;
    border: 3px solid #ffffff;
    width: 60px;
}.customer_opinionsnW .learner_reviewOT:hover img {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    transform: scale(1.1);
}.customer_opinionsnW .learner_reviewOT h4 {
    font-size: 21px;
    color: #000000;
    margin: 0;
    font-weight: 600;
    transition: transform 0.3s ease, color 0.3s ease;
}.customer_opinionsnW .learner_reviewOT:hover h4 {
    color: rgb(179,215,182);
    transform: translateX(5px);
}.customer_opinionsnW .description {
    line-height: 1.6;
    color: #000000;
    z-index: 2;
    font-size: 16px;
    margin: 0;
    position: relative;
}.customer_opinionsnW .description::before {
    font-size: 80px;
    opacity: 0.3;
    transition: transform 0.4s ease, opacity 0.4s ease;
    color: rgb(136,192,141,0.5);
    line-height: 1;
    top: -35px;
    position: absolute;
    z-index: -1;
    left: -10px;
    content: "";
}.customer_opinionsnW .learner_reviewOT:hover .description::before {
    opacity: 0.5;
    transform: scale(1.2) rotate(5deg);
}.customer_opinionsnW a {
    background: linear-gradient(135deg, rgb(179,215,182) 0%, rgb(136,192,141) 100%);
    padding: 0.8rem 2rem;
    z-index: 2;
    display: table;
    margin-top: 2.5rem;
    text-align: center;
    position: relative;
    margin-right: auto;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-left: auto;
    border-radius: 4px;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    overflow: hidden;
    display: inline-block;
    text-decoration: none;
}.customer_opinionsnW a::before {
    left: -100%;
    position: absolute;
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.2) 50%, transparent 100%);
    width: 100%;
    height: 100%;
    z-index: -1;
    content: "";
    transition: left 0.6s ease;
    top: 0;
}.customer_opinionsnW a:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}.customer_opinionsnW a:hover::before {
    left: 100%;
}

@media (max-width: 1024px) {.customer_opinionsnW {
    padding: 5rem 0;
}.customer_opinionsnW .review_experiencesIG {
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.customer_opinionsnW h2 {
    font-size: calc(29px * 0.9);
    margin-bottom: 3rem;
}
}

@media (max-width: 768px) {.customer_opinionsnW {
    padding: 4rem 0;
}.customer_opinionsnW .container {
    padding: 0 1.5rem;
}.customer_opinionsnW .review_experiencesIG {
    gap: 1.8rem;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.customer_opinionsnW h2 {
    font-size: calc(29px * 0.85);
    margin-bottom: 2.5rem;
}.customer_opinionsnW .learner_reviewOT {
    padding: 1.8rem;
}
}

@media (max-width: 576px) {.customer_opinionsnW {
    padding: 3.5rem 0;
}.customer_opinionsnW .container {
    padding: 0 1rem;
}.customer_opinionsnW .review_experiencesIG {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.customer_opinionsnW h2 {
    margin-bottom: 2rem;
    font-size: calc(29px * 0.8);
}.customer_opinionsnW .learner_reviewOT img {
    width: 50px;
    height: 50px;
}.customer_opinionsnW .learner_reviewOT {
    padding: 1.5rem;
}.customer_opinionsnW .description::before {
    top: -25px;
    font-size: 60px;
}
}

@media (prefers-reduced-motion: reduce) {.customer_opinionsnW .learner_reviewOT,
    .customer_opinionsnW .learner_reviewOT::before,
    .customer_opinionsnW .learner_reviewOT img,
    .customer_opinionsnW .learner_reviewOT h4,
    .customer_opinionsnW .description::before,
    .customer_opinionsnW a,
    .customer_opinionsnW a::before {
    transition: none;
}}.our_storyVA {
    justify-content: center;
    position: relative;
    padding: 5rem 0;
    align-items: center;
    overflow: hidden;
    display: flex;
    min-height: 100vh;
}.our_storyVA::before {
    content: "";
    background: #000000;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0.75;
    right: 0;
    z-index: 1;
    top: 0;
}.our_storyVA::after {
    width: 100%;
    background: rgb(179,215,182);
    height: 100%;
    animation: rotateBackground 30s infinite linear;
    top: -50%;
    content: "";
    opacity: 0.15;
    transform: rotate(25deg);
    position: absolute;
    z-index: 2;
    right: -50%;
}.our_storyVA .container {
    z-index: 10;
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    padding: 0 2rem;
    margin: 0 auto;
    max-width: 1200px;
    transform-origin: center center;
}.our_storyVA h2 {
    display: inline-block;
    transform: translateZ(50px);
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 3rem;
    letter-spacing: 2px;
    color: #ffffff;
    position: relative;
    font-size: calc(31px * 1.5);
}.our_storyVA h2::after {
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    bottom: -10px;
    transform: skewX(-20deg);
    height: 4px;
    width: 80px;
    content: "";
    background: rgb(136,192,141);
    position: absolute;
    left: 0;
}.our_storyVA .word_boxaQ {
    position: relative;
    border-radius: 0;
    transform-style: preserve-3d;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    background: rgba(255, 255, 255, 0.95);
    overflow: hidden;
    transform: perspective(1000px) rotateY(-2deg);
    padding: 3rem;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.our_storyVA .word_boxaQ::before {
    top: 0;
    background: linear-gradient(to bottom, rgb(179,215,182), rgb(136,192,141));
    position: absolute;
    content: "";
    height: 100%;
    left: 0;
    transform: translateZ(20px);
    width: 5px;
}.our_storyVA .word_boxaQ::after {
    background: rgb(136,192,141);
    right: -10%;
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    opacity: 0.05;
    content: "";
    width: 200px;
    top: -10%;
    height: 200px;
}.our_storyVA .word_boxaQ:hover {
    transform: perspective(1000px) rotateY(-1deg) translateZ(10px);
}.our_storyVA .word_boxaQ > div {
    position: relative;
    z-index: 5;
}.our_storyVA .word_boxaQ p {
    display: inline-block;
    padding-bottom: 0.5rem;
    color: #000000;
    transform: translateZ(10px);
    position: relative;
    font-weight: 600;
    margin-bottom: 1.5rem;
    font-size: calc(13px * 1.5);
}.our_storyVA .word_boxaQ p::after {
    bottom: 0;
    width: 100%;
    position: absolute;
    left: 0;
    height: 2px;
    background: linear-gradient(to right, rgb(179,215,182), transparent);
    content: "";
}.our_storyVA .word_boxaQ div div {
    transform: translateZ(5px);
    text-align: justify;
    color: #000000;
    line-height: 1.7;
    column-gap: 2.5rem;
    column-count: 2;
    font-size: 13px;
}

@keyframes rotateBackground {
    0% {
        transform: rotate(25deg);
    }
    100% {
        transform: rotate(385deg);
    }
}

@media (max-width: 992px) {.our_storyVA {
    padding: 4rem 0;
}.our_storyVA h2 {
    font-size: calc(31px * 1.3);
    margin-bottom: 2.5rem;
}.our_storyVA .word_boxaQ {
    padding: 2.5rem;
    transform: perspective(800px) rotateY(-1deg);
}.our_storyVA .word_boxaQ div div {
    column-count: 2;
}
}

@media (max-width: 768px) {.our_storyVA {
    padding: 3rem 0;
}.our_storyVA h2 {
    margin-bottom: 2rem;
    font-size: 31px;
}.our_storyVA .word_boxaQ {
    transform: none;
    padding: 2rem;
}.our_storyVA .container {
    transform: none;
}.our_storyVA .word_boxaQ div div {
    column-count: 1;
}.our_storyVA .word_boxaQ p {
    font-size: calc(13px * 1.2);
}
}

@media (max-width: 576px) {.our_storyVA {
    padding: 2.5rem 0;
}.our_storyVA h2 {
    margin-bottom: 1.5rem;
}.our_storyVA .word_boxaQ {
    padding: 1.5rem;
}.our_storyVA h2::after {
    height: 3px;
    width: 60px;
}.our_storyVA .container {
    padding: 0 1.5rem;
}
}

@media (hover: hover) {.our_storyVA .word_boxaQ:hover {
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.3);
}}.join_listAC {
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(179,215,182) 0%, rgba(25, 47, 89, 0.9) 50%, rgb(136,192,141) 100%);
    overflow: hidden;
}.join_listAC::before {
    position: absolute;
    z-index: 1;
    height: 100%;
    left: 0;
    content: "";
    top: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.08) 0%, transparent 40%);
    width: 100%;
}.join_listAC::after {
    animation: orbitRotate 15s infinite linear;
    height: 35%;
    position: absolute;
    width: 35%;
    top: -5%;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transform: rotate(-15deg);
    content: "";
    right: -5%;
    z-index: 0;
}.join_listAC .container {
    z-index: 2;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
}.join_listAC .learn_waybQ {
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    gap: 2.5rem;
    position: relative;
    flex-direction: column;
    transform: translateY(0);
    display: flex;
    align-items: center;
}.join_listAC .learn_waybQ:hover {
    transform: translateY(-5px);
}.join_listAC h3 {
    transition: transform 0.4s ease-out;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateX(0deg);
    font-weight: 600;
    font-family: Arial, sans-serif;
    font-size: calc(18px * 1.15);
    line-height: 1.4;
    margin: 0;
    max-width: 800px;
    text-align: center;
}.join_listAC .learn_waybQ:hover h3 {
    transform: perspective(1000px) rotateX(2deg);
}.join_listAC .input_holder {
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.08);
    padding: 0.75rem;
    position: relative;
    width: 100%;
    flex-direction: column;
    border-left: 3px solid rgb(136,192,141);
    max-width: 650px;
    backdrop-filter: blur(10px);
    display: flex;
    box-shadow: 
        0 10px 25px -10px rgba(0, 0, 0, 0.25),
        0 1px 2px rgba(255, 255, 255, 0.05);
    gap: 1.25rem;
    transition: all 0.4s ease;
}.join_listAC .input_holder:hover {
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 
        0 15px 35px -10px rgba(0, 0, 0, 0.3),
        0 1px 2px rgba(255, 255, 255, 0.1);
    border-left: 3px solid #ffffff;
}.join_listAC .input_holder div {
    width: 100%;
}.join_listAC input[type="email"] {
    border: none;
    color: #000000;
    outline: none;
    height: 58px;
    width: 100%;
    transition: all 0.3s ease;
    padding: 0 20px;
    background: rgba(255, 255, 255, 0.9);
    font-family: Arial, sans-serif;
    font-size: 18px;
}.join_listAC input[type="email"]:focus {
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(rgb(179,215,182,0.5), 0.2);
}.join_listAC input[type="email"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(rgba(0, 0, 0, 0.5), 0.6);
}.join_listAC input[type="email"]:focus::placeholder {
    transform: translateX(5px);
    opacity: 0.7;
}.join_listAC .begin_nowkq {
    cursor: pointer;
    border: none;
    background: rgb(179,215,182);
    letter-spacing: 0.5px;
    font-size: 17px;
    height: 58px;
    font-weight: 600;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    color: #ffffff;
    font-family: Arial, sans-serif;
    width: 100%;
    overflow: hidden;
}.join_listAC .begin_nowkq:hover {
    box-shadow: 0 8px 20px -5px rgba(0, 0, 0, 0.3);
    background: rgb(136,192,141);
    transform: translateY(-2px);
}.join_listAC .begin_nowkq:active {
    box-shadow: 0 4px 10px -5px rgba(0, 0, 0, 0.3);
    transform: translateY(1px);
}.join_listAC .begin_nowkq::before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    transition: all 0.6s ease;
    width: 100%;
    left: -100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
}.join_listAC .begin_nowkq:hover::before {
    left: 100%;
}

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

@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
        transform: scale(1);
    }
    50% {
        opacity: 0.8;
        transform: scale(1.05);
    }
}

@media screen and (min-width: 768px) {.join_listAC {
    padding: 8rem 0;
}.join_listAC h3 {
    font-size: calc(18px * 1.3);
}.join_listAC .input_holder {
    gap: 1rem;
    padding: 1rem;
    flex-direction: row;
    align-items: center;
}.join_listAC input[type="email"] {
    border-radius: 10px;
}.join_listAC .begin_nowkq {
    width: auto;
    min-width: 180px;
    border-radius: 10px;
}.join_listAC::before {
    background: 
            radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.07) 0%, transparent 45%),
            radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.1) 0%, transparent 35%);
}
}

@media screen and (min-width: 992px) {.join_listAC {
    padding: 10rem 0;
}.join_listAC h3 {
    line-height: 1.35;
    font-size: calc(18px * 1.4);
}.join_listAC .input_holder {
    padding: 1.25rem;
}
}

@media screen and (max-width: 767px) {.join_listAC {
    padding: 4rem 0;
}.join_listAC h3 {
    font-size: 18px;
    line-height: 1.5;
}.join_listAC .begin_nowkq {
    margin-top: 0.5rem;
}.join_listAC .input_holder {
    padding: 0.5rem;
}.join_listAC::after {
    height: 50%;
    right: -10%;
    width: 50%;
    top: -10%;
}}.course_methodologyCS {
    background: linear-gradient(135deg, rgb(216,236,218) 0%, rgb(179,215,182,0.5) 100%);
    padding: 8rem 2rem;
    position: relative;
    overflow: hidden;
}.course_methodologyCS::before {
    height: 100%;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(136,192,141,0.5) 48%, rgb(136,192,141,0.5) 52%, transparent 52%),
        linear-gradient(135deg, transparent 48%, rgb(136,192,141,0.5) 48%, rgb(136,192,141,0.5) 52%, transparent 52%);
    content: "";
    top: 0;
    z-index: 1;
    left: 0;
    position: absolute;
    opacity: 0.15;
    background-size: 50px 50px;
    width: 100%;
}.course_methodologyCS::after {
    content: "";
    opacity: 0.2;
    width: 80%;
    filter: blur(100px);
    right: -10%;
    position: absolute;
    border-radius: 50%;
    background: rgb(179,215,182,0.5);
    z-index: 0;
    animation: floatBlob 20s infinite alternate ease-in-out;
    height: 80%;
    top: -10%;
}.course_methodologyCS .learn_waybQ {
    gap: 3rem;
    margin: 0 auto;
    flex-direction: column;
    position: relative;
    display: flex;
    z-index: 2;
    max-width: 900px;
}.course_methodologyCS h3 {
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.1),
        -5px -5px 10px rgba(255, 255, 255, 0.8);
    position: relative;
    background: #ffffff;
    margin: 0;
    color: #000000;
    padding: 2rem;
    font-size: 36px;
    transform: rotate(-1deg);
    text-align: center;
    font-weight: 700;
    border-radius: 20px;
    animation: paperCut 0.8s ease-out forwards;
}.course_methodologyCS h3::before {
    content: "";
    left: 5px;
    right: 5px;
    opacity: 0.6;
    z-index: -1;
    border: 2px dashed rgb(179,215,182,0.5);
    border-radius: calc(20px - 4px);
    top: 5px;
    bottom: 5px;
    position: absolute;
}.course_methodologyCS h3::after {
    z-index: -2;
    height: 16px;
    position: absolute;
    background: rgb(136,192,141,0.5);
    border-radius: 8px;
    content: "";
    top: -8px;
    width: 70%;
    left: 15%;
    transform: rotate(1deg);
}.course_methodologyCS span {
    transform: rotate(1deg);
    background: #ffffff;
    border-radius: 20px;
    line-height: 1.8;
    opacity: 0;
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.1),
        -5px -5px 10px rgba(255, 255, 255, 0.8);
    padding: 2rem;
    position: relative;
    animation: paperCut 1s 0.3s ease-out forwards;
    font-size: 14px;
    color: #000000;
}.course_methodologyCS span::before {
    bottom: 5px;
    right: 5px;
    left: 5px;
    top: 5px;
    border: 2px dashed rgb(136,192,141,0.5);
    border-radius: calc(20px - 4px);
    opacity: 0.6;
    z-index: -1;
    position: absolute;
    content: "";
}.course_methodologyCS span::after {
    bottom: -8px;
    width: 70%;
    border-radius: 8px;
    height: 16px;
    position: absolute;
    z-index: -2;
    transform: rotate(-1deg);
    right: 15%;
    content: "";
    background: rgb(179,215,182,0.5);
}

@keyframes paperCut {
    0% {
        opacity: 0;
        transform: translateY(30px) rotate(-2deg);
    }
    60% {
        opacity: 1;
        transform: translateY(-10px) rotate(2deg);
    }
    80% {
        transform: translateY(5px) rotate(-1deg);
    }
    100% {
        opacity: 1;
        transform: translateY(0) rotate(var(--rotation, 1deg));
    }
}

@keyframes floatBlob {
    0% {
        transform: translate(0, 0) scale(1);
    }
    100% {
        transform: translate(-10%, 10%) scale(1.1);
    }
}

@media (max-width: 992px) {.course_methodologyCS {
    padding: 6rem 1.5rem;
}.course_methodologyCS h3 {
    padding: 1.8rem;
    font-size: calc(36px * 0.9);
}.course_methodologyCS span {
    padding: 1.8rem;
}.course_methodologyCS h3::after {
    height: 12px;
    top: -6px;
}.course_methodologyCS span::after {
    height: 12px;
    bottom: -6px;
}.course_methodologyCS .learn_waybQ {
    gap: 2.5rem;
}
}

@media (max-width: 768px) {.course_methodologyCS {
    padding: 5rem 1rem;
}.course_methodologyCS h3 {
    --rotation: 0deg;
    font-size: calc(36px * 0.8);
    padding: 1.5rem;
    transform: rotate(0deg);
}.course_methodologyCS span {
    padding: 1.5rem;
    --rotation: 0deg;
    transform: rotate(0deg);
    font-size: calc(14px * 0.95);
}.course_methodologyCS .learn_waybQ {
    gap: 2rem;
}.course_methodologyCS h3::after,
    .course_methodologyCS span::after {
    width: 80%;
    transform: rotate(0deg);
    right: 10%;
    left: 10%;
}}.ty_notequ {
    position: relative;
    overflow: hidden;
    perspective: 1000px;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(216,236,218) 0%, rgba(rgb(179,215,182,0.5), 0.08) 100%);
}.ty_notequ::before {
    left: -50%;
    content: "";
    pointer-events: none;
    background: radial-gradient(circle at center, rgba(rgb(136,192,141,0.5), 0.03) 0%, transparent 60%);
    top: -50%;
    width: 200%;
    position: absolute;
    height: 200%;
    opacity: 0.8;
    animation: orbital 30s infinite linear;
    transform: rotate(-12deg);
}.ty_notequ::after {
    background-size: 8rem 8rem;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    opacity: 0.4;
    pointer-events: none;
    content: "";
    background-image: 
        radial-gradient(circle at 10% 20%, rgba(rgb(179,215,182,0.5), 0.05) 1px, transparent 2px),
        radial-gradient(circle at 30% 70%, rgba(rgb(179,215,182,0.5), 0.06) 1px, transparent 2px),
        radial-gradient(circle at 70% 40%, rgba(rgb(179,215,182,0.5), 0.05) 1px, transparent 2px),
        radial-gradient(circle at 90% 80%, rgba(rgb(179,215,182,0.5), 0.05) 1px, transparent 2px);
}.ty_notequ .container {
    padding: 0 1.5rem;
    margin: 0 auto;
    z-index: 1;
    transform-style: preserve-3d;
    max-width: 1200px;
    position: relative;
}.ty_notequ .learn_waybQ {
    flex-direction: column;
    box-shadow: 
        0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.08),
        0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.05);
    display: flex;
    transform: translateZ(0);
    padding: 3.5rem;
    background: linear-gradient(
        145deg, 
        rgba(rgb(255, 255, 255, 0.5), 0.95) 0%, 
        rgba(rgb(255, 255, 255, 0.5), 0.85) 100%
    );
    mask-image: linear-gradient(
        to bottom right,
        transparent 0%,
        black 5%,
        black 95%,
        transparent 100%
    );
    gap: 2.5rem;
    overflow: hidden;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
}.ty_notequ .learn_waybQ:hover {
    transform: translateZ(20px) translateY(-5px);
}.ty_notequ .learn_waybQ > div:first-child {
    position: relative;
    transform: translateZ(10px);
}.ty_notequ .learn_waybQ > div:first-child::before {
    transform: translateY(-50%);
    content: "";
    left: -3.5rem;
    width: 2.5rem;
    top: 50%;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgb(179,215,182), transparent);
    position: absolute;
}.ty_notequ .learn_waybQ > div:last-child {
    transform: translateZ(5px);
    position: relative;
}.ty_notequ .learn_waybQ > div:last-child::after {
    transform: translateY(-50%);
    right: -3.5rem;
    bottom: 2rem;
    content: "";
    height: 2px;
    width: 2.5rem;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(179,215,182), transparent);
}.ty_notequ h5 {
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateX(0deg);
    line-height: 1.4;
    font-weight: 700;
    margin: 0;
    color: #000000;
    font-size: 20px;
    padding-left: 1.5rem;
    position: relative;
}.ty_notequ h5::before {
    position: absolute;
    top: 0.5rem;
    height: 0.5rem;
    background: rgb(179,215,182);
    animation: pulse 3s infinite ease-in-out;
    border-radius: 50%;
    width: 0.5rem;
    content: "";
    box-shadow: 0 0 10px rgba(rgb(179,215,182,0.5), 0.5);
    left: 0;
}.ty_notequ a {
    text-decoration: none;
    transition: transform 0.4s ease-out;
    display: block;
}.ty_notequ a:hover {
    transform: translateX(5px);
}.ty_notequ p {
    color: #000000;
    font-size: 12px;
    padding: 0 0 0 1.5rem;
    position: relative;
    line-height: 1.8;
    border-left: 1px solid rgba(rgb(179,215,182,0.5), 0.2);
    margin: 0;
    font-weight: 400;
}

@media (min-width: 768px) {.ty_notequ {
    padding: 8rem 0;
}.ty_notequ .learn_waybQ {
    padding: 4.5rem;
    gap: 3rem;
}.ty_notequ h5 {
    font-size: calc(20px * 1.1);
    padding-left: 2rem;
}.ty_notequ p {
    font-size: calc(12px * 1.05);
    padding: 0 0 0 2rem;
}.ty_notequ .learn_waybQ > div:first-child::before {
    width: 4rem;
}.ty_notequ .learn_waybQ > div:last-child::after {
    width: 4rem;
}
}

@media (min-width: 992px) {.ty_notequ {
    padding: 10rem 0;
}.ty_notequ .learn_waybQ {
    align-items: center;
    gap: 4rem;
    flex-direction: row;
}.ty_notequ .learn_waybQ > div:first-child {
    flex: 0 0 40%;
}.ty_notequ .learn_waybQ > div:last-child {
    flex: 0 0 60%;
}.ty_notequ .learn_waybQ > div:first-child::before {
    left: auto;
    top: 50%;
    height: 3rem;
    right: -2rem;
    width: 2px;
    background: linear-gradient(to bottom, transparent, rgb(179,215,182), transparent);
}.ty_notequ .learn_waybQ > div:last-child::after {
    height: 3rem;
    right: auto;
    left: -2rem;
    bottom: 2rem;
    width: 2px;
    background: linear-gradient(to bottom, transparent, rgb(179,215,182), transparent);
}
}

@media (min-width: 1200px) {.ty_notequ .learn_waybQ {
    padding: 5rem;
    gap: 5rem;
}.ty_notequ h5 {
    font-size: calc(20px * 1.2);
}.ty_notequ p {
    font-size: calc(12px * 1.1);
}
}

@media (max-width: 767px) {.ty_notequ {
    padding: 4rem 0;
}.ty_notequ .learn_waybQ {
    gap: 2rem;
    padding: 2.5rem;
}.ty_notequ h5 {
    font-size: calc(20px * 0.95);
}.ty_notequ .learn_waybQ > div:first-child::before,
    .ty_notequ .learn_waybQ > div:last-child::after {
    display: none;
}}

@keyframes pulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.5); opacity: 0.7; }
}

@keyframes orbital {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}.course_suitabilityXh {
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(216,236,218) 0%, rgb(179,215,182,0.5) 100%);
    position: relative;
}.course_suitabilityXh::before {
    content: "";
    background: 
        radial-gradient(
            circle at 70% 20%, 
            rgb(136,192,141,0.5) 0%, 
            transparent 50%
        );
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
}.course_suitabilityXh::after {
    bottom: 0;
    background: 
        linear-gradient(
            to top,
            rgb(216,236,218) 0%,
            transparent 100%
        );
    width: 100%;
    content: "";
    z-index: 0;
    left: 0;
    position: absolute;
    height: 200px;
}.course_suitabilityXh .container {
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 1;
}.course_suitabilityXh .learn_waybQ {
    overflow: visible;
    padding: 0 50px;
    position: relative;
}.course_suitabilityXh h4 {
    font-size: 43px;
    font-weight: 700;
    color: #000000;
    position: relative;
    margin-bottom: 80px;
    line-height: 1.2;
    max-width: 700px;
    padding-left: 25px;
}.course_suitabilityXh h4::before {
    bottom: 15px;
    content: "";
    background: linear-gradient(180deg, rgb(179,215,182), rgb(136,192,141));
    border-radius: 3px;
    width: 6px;
    left: 0;
    position: absolute;
    top: 15px;
}.course_suitabilityXh div {
    display: flex;
    position: relative;
    flex-direction: column;
}.course_suitabilityXh div::before {
    height: 100%;
    opacity: 0.5;
    top: 0;
    background: linear-gradient(180deg, rgb(179,215,182,0.5), rgb(136,192,141,0.5));
    left: 36px;
    position: absolute;
    width: 2px;
    content: "";
}.course_suitabilityXh div p {
    padding-left: 85px;
    margin: 0 0 35px 0;
    display: flex;
    transition: all 0.3s ease;
    font-size: 18px;
    color: #000000;
    position: relative;
    align-items: flex-start;
    line-height: 1.6;
}.course_suitabilityXh div p:last-child {
    margin-bottom: 0;
}.course_suitabilityXh div p:hover {
    transform: translateX(10px);
}.course_suitabilityXh div p svg {
    z-index: 2;
    position: absolute;
    height: 32px;
    transition: all 0.3s ease;
    left: 20px;
    top: 0;
    background: #ffffff;
    padding: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    width: 32px;
    border-radius: 50%;
}.course_suitabilityXh div p:hover svg {
    transform: scale(1.2);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}.course_suitabilityXh div p svg path {
    transition: fill 0.3s ease;
    fill: rgb(179,215,182);
}.course_suitabilityXh div p:hover svg path {
    fill: rgb(136,192,141);
}.course_suitabilityXh div p::before {
    opacity: 0;
    background: rgb(179,215,182);
    top: 16px;
    left: 75px;
    position: absolute;
    transition: all 0.3s ease;
    content: "";
    width: 10px;
    height: 2px;
}.course_suitabilityXh div p:hover::before {
    opacity: 1;
    width: 20px;
}.course_suitabilityXh div p::after {
    height: calc(100% + 20px);
    position: absolute;
    border-radius: 10px;
    z-index: -1;
    opacity: 0;
    transform: scale(0.95);
    top: -10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    content: "";
    left: 60px;
    transition: all 0.3s ease;
    width: calc(100% - 60px);
    background: #ffffff;
}.course_suitabilityXh div p:hover::after {
    opacity: 1;
    transform: scale(1);
}

@media (max-width: 991px) {.course_suitabilityXh {
    padding: 100px 0;
}.course_suitabilityXh .learn_waybQ {
    padding: 0 30px;
}.course_suitabilityXh h4 {
    margin-bottom: 60px;
    font-size: calc(43px - 6px);
}.course_suitabilityXh div p {
    padding-left: 75px;
    margin-bottom: 30px;
}.course_suitabilityXh div::before {
    left: 31px;
}.course_suitabilityXh div p svg {
    left: 17px;
    width: 28px;
    height: 28px;
}.course_suitabilityXh div p::before {
    left: 65px;
}.course_suitabilityXh div p::after {
    width: calc(100% - 50px);
    left: 50px;
}
}

@media (max-width: 767px) {.course_suitabilityXh {
    padding: 80px 0;
}.course_suitabilityXh .learn_waybQ {
    padding: 0 20px;
}.course_suitabilityXh h4 {
    padding-left: 20px;
    font-size: calc(43px - 12px);
    margin-bottom: 50px;
}.course_suitabilityXh h4::before {
    width: 4px;
}.course_suitabilityXh div p {
    padding-left: 65px;
    margin-bottom: 25px;
}.course_suitabilityXh div::before {
    left: 28px;
}.course_suitabilityXh div p svg {
    height: 24px;
    left: 16px;
    width: 24px;
}.course_suitabilityXh div p::before {
    left: 55px;
    top: 14px;
}.course_suitabilityXh div p::after {
    width: calc(100% - 45px);
    left: 45px;
}
}

@media (max-width: 479px) {.course_suitabilityXh {
    padding: 60px 0;
}.course_suitabilityXh .learn_waybQ {
    padding: 0 10px;
}.course_suitabilityXh h4 {
    margin-bottom: 40px;
    font-size: calc(43px - 18px);
    padding-left: 15px;
}.course_suitabilityXh div p {
    font-size: calc(18px - 1px);
    padding-left: 55px;
    margin-bottom: 20px;
}.course_suitabilityXh div::before {
    left: 23px;
}.course_suitabilityXh div p svg {
    height: 20px;
    padding: 6px;
    width: 20px;
    left: 13px;
}.course_suitabilityXh div p::before {
    left: 45px;
    top: 10px;
}.course_suitabilityXh div p::after {
    left: 40px;
    width: calc(100% - 40px);
}}.title_introdv {
    height: 100vh;
    overflow: hidden;
    position: relative;
    width: 100%;
    background-color: rgb(179,215,182);
}.title_introdv .learn_waybQ {
    align-items: center;
    justify-content: center;
    width: 100%;
    z-index: 3;
    height: 100%;
    position: relative;
    display: flex;
}.title_introdv .edu_onlinegO {
    left: 0;
    overflow: hidden;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}.title_introdv .edu_onlinegO::before {
    content: "";
    pointer-events: none;
    inset: 0;
    background: linear-gradient(
        0deg,
        rgb(179,215,182,0.5) 0%,
        transparent 50%,
        rgb(179,215,182,0.5) 100%
    );
    z-index: 2;
    position: absolute;
}.title_introdv .edu_onlinegO::after {
    content: "";
    background: radial-gradient(
        ellipse at center,
        transparent 40%,
        rgb(136,192,141) 100%
    );
    pointer-events: none;
    opacity: 0.7;
    inset: 0;
    position: absolute;
    z-index: 2;
}.title_introdv .course_beginjS {
    display: grid;
    width: 100%;
    grid-template-rows: repeat(2, 1fr);
    animation: grid-shuffle 25s ease-in-out infinite;
    height: 100%;
    grid-template-columns: repeat(2, 1fr);
}.title_introdv .learn_leadUD {
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;
    opacity: 1;
}.title_introdv .learn_leadUD:nth-child(1) {
    grid-area: 1 / 1 / 2 / 2;
    animation: scale-up 25s infinite ease-in-out;
}.title_introdv .learn_leadUD:nth-child(2) {
    animation: scale-down 25s infinite ease-in-out;
    grid-area: 1 / 2 / 2 / 3;
    animation-delay: 6.25s;
}.title_introdv .learn_leadUD:nth-child(3) {
    grid-area: 2 / 1 / 3 / 2;
    animation: scale-up 25s infinite ease-in-out;
    animation-delay: 12.5s;
}.title_introdv .learn_leadUD:nth-child(4) {
    animation: scale-down 25s infinite ease-in-out;
    animation-delay: 18.75s;
    grid-area: 2 / 2 / 3 / 3;
}.title_introdv .course_beginjS:has(.learn_leadUD:nth-child(1):nth-last-child(1)) {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
}.title_introdv .course_beginjS:has(.learn_leadUD:nth-child(1):nth-last-child(1)) .learn_leadUD:nth-child(1) {
    grid-area: 1 / 1 / 2 / 2;
}.title_introdv .course_beginjS:has(.learn_leadUD:nth-child(2):nth-last-child(1)) {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
}.title_introdv .course_beginjS:has(.learn_leadUD:nth-child(2):nth-last-child(1)) .learn_leadUD:nth-child(1) {
    grid-area: 1 / 1 / 2 / 2;
}.title_introdv .course_beginjS:has(.learn_leadUD:nth-child(2):nth-last-child(1)) .learn_leadUD:nth-child(2) {
    grid-area: 1 / 2 / 2 / 3;
}.title_introdv .course_beginjS:has(.learn_leadUD:nth-child(3):nth-last-child(1)) {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
}.title_introdv .course_beginjS:has(.learn_leadUD:nth-child(3):nth-last-child(1)) .learn_leadUD:nth-child(1) {
    grid-area: 1 / 1 / 2 / 2;
}.title_introdv .course_beginjS:has(.learn_leadUD:nth-child(3):nth-last-child(1)) .learn_leadUD:nth-child(2) {
    grid-area: 1 / 2 / 2 / 3;
}.title_introdv .course_beginjS:has(.learn_leadUD:nth-child(3):nth-last-child(1)) .learn_leadUD:nth-child(3) {
    grid-area: 2 / 1 / 3 / 3;
}.title_introdv .learn_leadUD img {
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    transition: all 0.5s ease;
    margin: -10px;
    filter: grayscale(30%) brightness(0.8);
    object-fit: cover;
}.title_introdv .learn_leadUD::before {
    content: "";
    mix-blend-mode: overlay;
    inset: 0;
    z-index: 1;
    opacity: 0;
    position: absolute;
    background: linear-gradient(
        rgb(179,215,182,0.5),
        transparent
    );
    transition: opacity 0.5s ease;
}.title_introdv .learn_leadUD:nth-child(even)::before {
    background: linear-gradient(
        rgb(136,192,141,0.5),
        transparent
    );
}.title_introdv .carousel-auto-slide.active::before {
    opacity: 0.6;
}.title_introdv .word_boxaQ {
    max-width: 800px;
    position: absolute;
    z-index: 5;
    backdrop-filter: blur(10px);
    padding: 3rem;
    text-align: center;
    width: 70%;
    transition: all 0.5s ease;
}.title_introdv .word_boxaQ::before {
    inset: 0;
    border-radius: 10px;
    content: "";
    position: absolute;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.1);
}.title_introdv .word_boxaQ::after {
    background-position: 0% 0%;
    z-index: -2;
    inset: -5px;
    animation: border-light 5s linear infinite;
    background-size: 200% 200%;
    content: "";
    position: absolute;
    background-image: 
        linear-gradient(90deg, transparent 30%, rgb(179,215,182) 50%, transparent 70%),
        linear-gradient(180deg, transparent 30%, rgb(136,192,141) 50%, transparent 70%);
    opacity: 0.5;
    border-radius: 10px;
    filter: blur(8px);
}.title_introdv .word_boxaQ h1 {
    font-size: 45px;
    position: relative;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #ffffff;
}.title_introdv .word_boxaQ h1::after {
    margin: 15px auto 0;
    display: block;
    width: 80px;
    content: "";
    height: 2px;
    background: linear-gradient(90deg, rgb(179,215,182), rgb(136,192,141));
}.title_introdv .word_boxaQ p {
    line-height: 1.7;
    margin-bottom: 2rem;
    color: #ffffff;
    font-size: 13px;
    opacity: 0.9;
}.title_introdv .word_boxaQ .request_helpul {
    font-weight: 600;
    border-radius: 50px;
    font-size: 15px;
    color: #ffffff;
    display: inline-block;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    position: relative;
    padding: 1rem 2.5rem;
    text-decoration: none;
    background-color: rgb(179,215,182);
    z-index: 1;
    transition: all 0.5s ease;
}.title_introdv .word_boxaQ .request_helpul::before {
    left: 0;
    content: "";
    width: 100%;
    background-position: 0% 0%;
    background-size: 200% 100%;
    z-index: -1;
    position: absolute;
    background: linear-gradient(
        90deg,
        rgb(179,215,182),
        rgb(136,192,141),
        rgb(179,215,182)
    );
    transition: all 0.5s ease;
    height: 100%;
    top: 0;
}.title_introdv .word_boxaQ .request_helpul:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}.title_introdv .word_boxaQ .request_helpul:hover::before {
    background-position: 100% 0%;
}

@keyframes grid-shuffle {
    0%, 20% {
        transform: rotate(0deg) scale(1.1);
    }
    25%, 45% {
        transform: rotate(5deg) scale(1.15);
    }
    50%, 70% {
        transform: rotate(0deg) scale(1.2);
    }
    75%, 95% {
        transform: rotate(-5deg) scale(1.15);
    }
    100% {
        transform: rotate(0deg) scale(1.1);
    }
}

@keyframes scale-up {
    0%, 5%, 25%, 30%, 50%, 55%, 75%, 80%, 100% {
        opacity: 0.4;
    }
    10%, 15%, 20%, 35%, 40%, 45%, 60%, 65%, 70%, 85%, 90%, 95% {
        opacity: 1;
    }
}

@keyframes scale-down {
    0%, 5%, 25%, 30%, 50%, 55%, 75%, 80%, 100% {
        opacity: 1;
    }
    10%, 15%, 20%, 35%, 40%, 45%, 60%, 65%, 70%, 85%, 90%, 95% {
        opacity: 0.4;
    }
}

@keyframes border-light {
    0% {
        background-position: 0% 0%;
    }
    50% {
        background-position: 100% 100%;
    }
    100% {
        background-position: 0% 0%;
    }
}

@media (max-width: 992px) {.title_introdv .word_boxaQ {
    padding: 2.5rem;
    width: 80%;
}.title_introdv .word_boxaQ h1 {
    font-size: calc(45px * 0.85);
}.title_introdv .word_boxaQ p {
    font-size: calc(13px * 0.95);
}
}

@media (max-width: 768px) {.title_introdv .word_boxaQ {
    width: 85%;
    padding: 2rem;
}.title_introdv .word_boxaQ h1 {
    margin-bottom: 1.2rem;
    font-size: calc(45px * 0.7);
}.title_introdv .word_boxaQ h1::after {
    width: 60px;
    margin: 10px auto 0;
}.title_introdv .word_boxaQ p {
    margin-bottom: 1.5rem;
    line-height: 1.6;
    font-size: calc(13px * 0.9);
}.title_introdv .word_boxaQ .request_helpul {
    padding: 0.8rem 2rem;
}
    
    @keyframes grid-shuffle {
        0%, 20% {
            transform: rotate(0deg) scale(1.05);
        }
        25%, 45% {
            transform: rotate(3deg) scale(1.1);
        }
        50%, 70% {
            transform: rotate(0deg) scale(1.15);
        }
        75%, 95% {
            transform: rotate(-3deg) scale(1.1);
        }
        100% {
            transform: rotate(0deg) scale(1.05);
        }
    }
}

@media (max-width: 576px) {.title_introdv .word_boxaQ {
    padding: 1.5rem;
    width: 90%;
}.title_introdv .word_boxaQ h1 {
    font-size: calc(45px * 0.6);
    margin-bottom: 1rem;
}.title_introdv .word_boxaQ h1::after {
    width: 50px;
    margin: 8px auto 0;
}.title_introdv .word_boxaQ p {
    margin-bottom: 1.2rem;
    line-height: 1.5;
    font-size: calc(13px * 0.85);
}.title_introdv .word_boxaQ .request_helpul {
    padding: 0.7rem 1.7rem;
    font-size: calc(15px * 0.9);
}@keyframes grid-shuffle {
        0%, 20% {
            transform: rotate(0deg) scale(1.03);
        }
        25%, 45% {
            transform: rotate(2deg) scale(1.06);
        }
        50%, 70% {
            transform: rotate(0deg) scale(1.09);
        }
        75%, 95% {
            transform: rotate(-2deg) scale(1.06);
        }
        100% {
            transform: rotate(0deg) scale(1.03);
        }
    }
}.secure_fencevr {
    overflow: hidden;
    padding: 40px;
    margin: 0 auto;
    width: 100%;
    transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}.secure_fencevr h1 {
    font-size: 46px;
    text-align: center;
    font-family: Arial, sans-serif;
    margin-top: 40px;
    color: rgb(179,215,182);
    padding-bottom: 10px;
    margin-bottom: 25px;
    border-bottom: 2px solid rgb(179,215,182);
    text-transform: uppercase;
}.secure_fencevr h2 {
    font-family: Arial, sans-serif;
    margin-top: 30px;
    font-size: 34px;
    margin-bottom: 20px;
    color: rgb(136,192,141);
    padding-bottom: 8px;
    text-transform: uppercase;
    border-bottom: 1px solid rgb(136,192,141);
}.secure_fencevr h3, .secure_fencevr h4, .secure_fencevr h5, .secure_fencevr h6 {
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    font-size: 19px;
    color: #000000;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 15px;
}.secure_fencevr ul, .secure_fencevr ol {
    list-style-position: inside;
    margin: 0;
    padding-left: 0;
    padding: 15px 0;
}.secure_fencevr li {
    padding: 5px;
    font-family: Arial, sans-serif;
    transition: background 0.3s ease-in-out;
    color: #000000;
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 1.6;
    border-radius: 10px;
}.secure_fencevr li:hover {
    background: rgb(179,215,182,0.5);
}.secure_fencevr section {
    background: none;
}.secure_fencevr p, .secure_fencevr span, .secure_fencevr div {
    margin-bottom: 10px;
    color: #000000;
    font-family: Arial, sans-serif;
    line-height: 1.8;
    font-size: 18px;
}

@media only screen and (max-width: 800px) {.secure_fencevr {
    width: 100%;
    padding: 25px 10px;
}.secure_fencevr h1, .secure_fencevr h2 {
    text-align: left;
    font-size: calc(19px - 5px);
}.secure_fencevr ul, .secure_fencevr ol {
    padding: 10px 0;
}}.info_hubiy {
    background: rgb(216,236,218);
    position: relative;
    padding: 5rem 0;
    font-family: Arial, sans-serif;
    overflow: hidden;
}.info_hubiy::before {
    transform: skewY(-2deg) translateY(-3%);
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 0;
    position: absolute;
    left: 0;
    content: "";
    background: 
        linear-gradient(120deg, rgba(rgb(179,215,182,0.5), 0.03), transparent 70%),
        repeating-linear-gradient(45deg, rgba(rgb(179,215,182,0.5), 0.02) 0px, rgba(rgb(179,215,182,0.5), 0.02) 1px, transparent 1px, transparent 10px);
}.info_hubiy::after {
    border-radius: 50%;
    right: -80px;
    height: 200px;
    bottom: -80px;
    background: linear-gradient(135deg, rgb(179,215,182), rgb(136,192,141));
    content: "";
    opacity: 0.1;
    width: 200px;
    z-index: 0;
    filter: blur(60px);
    position: absolute;
}.info_hubiy .container {
    max-width: 1200px;
    padding: 0 2rem;
    z-index: 1;
    margin: 0 auto;
    position: relative;
}.info_hubiy .edu_reachVq {
    transform: translateY(0);
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 
        0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.08),
        0 1px 3px rgba(rgba(0, 0, 0, 0.5), 0.05);
    padding: 3rem;
    background: #ffffff;
}.info_hubiy .edu_reachVq:hover {
    transform: translateY(-5px);
}.info_hubiy .edu_reachVq::before {
    height: 0;
    width: 3px;
    background: linear-gradient(to bottom, rgb(179,215,182), rgb(136,192,141));
    position: absolute;
    content: "";
    animation: progressLine 1.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    left: 0;
    top: 0;
}@keyframes progressLine {
    to { height: 100%; }
}

.info_hubiy h3 {
    display: inline-block;
    margin-bottom: 1.5rem;
    font-size: 32px;
    position: relative;
    font-weight: 700;
    color: #000000;
}.info_hubiy h3::after {
    position: absolute;
    content: "";
    animation: slideIn 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    left: 0;
    transform-origin: left;
    height: 3px;
    background: rgb(179,215,182);
    width: 60%;
    bottom: -8px;
}@keyframes slideIn {
    from { transform: scaleX(0); }
    to { transform: scaleX(1); }
}

.info_hubiy p {
    animation: fadeUpIn 0.6s ease forwards 0.4s;
    color: #000000;
    font-size: 17px;
    line-height: 1.6;
    opacity: 0;
    margin-bottom: 1.5rem;
    transform: translateY(10px);
}@keyframes fadeUpIn {
    to { 
        opacity: 1;
        transform: translateY(0);
    }
}

.info_hubiy h5 {
    color: #000000;
    font-size: 22px;
    align-items: center;
    animation: fadeUpIn 0.6s ease forwards 0.6s;
    font-weight: 600;
    transform: translateY(10px);
    display: flex;
    margin-bottom: 0.5rem;
    opacity: 0;
}.info_hubiy h5 svg {
    transform: scale(0.9);
    transition: transform 0.3s ease;
    margin-left: 0.5rem;
}.info_hubiy .message_panelRD {
    display: flex;
    padding: 0;
    gap: 1rem;
    margin: 2rem 0 0;
    list-style: none;
    flex-direction: column;
}.info_hubiy .message_panelRD li {
    animation: slideRightIn 0.5s ease forwards;
    opacity: 0;
    transform: translateX(-10px);
}.info_hubiy .message_panelRD li:nth-child(1) {
    animation-delay: 0.8s;
}.info_hubiy .message_panelRD li:nth-child(2) {
    animation-delay: 1s;
}.info_hubiy .message_panelRD li:nth-child(3) {
    animation-delay: 1.2s;
}@keyframes slideRightIn {
    to { 
        opacity: 1;
        transform: translateX(0);
    }
}

.info_hubiy .learn_helpPd {
    overflow: hidden;
    border-radius: 10px;
    display: flex;
    position: relative;
    background: rgba(rgb(179,215,182,0.5), 0.05);
    padding: 0.75rem 1rem;
    color: #000000;
    transition: color 0.3s ease, transform 0.3s ease;
    text-decoration: none;
    font-weight: 400;
    align-items: center;
}.info_hubiy .learn_helpPd::before {
    position: absolute;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    width: 100%;
    background: linear-gradient(135deg, rgba(rgb(179,215,182,0.5), 0.1), transparent);
    height: 100%;
    left: 0;
    transform: translateX(-100%);
    z-index: 0;
    top: 0;
    content: "";
}.info_hubiy .learn_helpPd:hover {
    color: rgb(179,215,182);
    transform: translateX(5px);
}.info_hubiy .learn_helpPd:hover::before {
    transform: translateX(0);
}.info_hubiy .learn_helpPd svg {
    transition: transform 0.3s ease;
    z-index: 1;
    position: relative;
    margin-left: 0.5rem;
}.info_hubiy .learn_helpPd:hover svg {
    transform: scale(1.1) rotate(5deg);
}.info_hubiy svg path {
    transition: fill 0.3s ease;
}.info_hubiy .learn_helpPd:hover svg path {
    fill: rgb(179,215,182);
}

@media (min-width: 768px) {.info_hubiy .edu_reachVq {
    display: grid;
    padding: 3.5rem;
    grid-template-columns: 1fr;
    gap: 2rem;
}.info_hubiy .message_panelRD {
    gap: 1.5rem;
    flex-wrap: wrap;
    flex-direction: row;
}.info_hubiy .message_panelRD li {
    min-width: 200px;
    flex: 1;
}.info_hubiy h3 {
    font-size: calc(32px * 1.1);
}
}

@media (min-width: 992px) {.info_hubiy {
    padding: 7rem 0;
}.info_hubiy .edu_reachVq {
    border-radius: calc(28px * 1.5);
    padding: 4rem;
    margin: 0 auto;
    max-width: 85%;
}.info_hubiy::before {
    transform: skewY(-3deg) translateY(-5%);
}.info_hubiy h3 {
    margin-bottom: 2rem;
}.info_hubiy p {
    font-size: calc(17px * 1.05);
    line-height: 1.7;
}.info_hubiy .learn_helpPd {
    padding: 1rem 1.25rem;
}
}

@media (max-width: 767px) {.info_hubiy {
    padding: 3rem 0;
}.info_hubiy .edu_reachVq {
    border-radius: 10px;
    padding: 2rem;
}.info_hubiy h3 {
    font-size: calc(32px * 0.9);
    margin-bottom: 1.25rem;
}.info_hubiy p {
    margin-bottom: 1.25rem;
}.info_hubiy .learn_helpPd {
    font-size: 0.9rem;
    padding: 0.5rem 0.75rem;
}.info_hubiy .learn_helpPd svg {
    transform: scale(0.85);
}.info_hubiy h5 svg {
    transform: scale(0.8);
}.info_hubiy .message_panelRD {
    margin-top: 1.5rem;
    gap: 0.75rem;
}}footer {
    z-index: 1;
    position: relative;
}footer::before {
    left: 0;
    z-index: -2;
    content: "";
    bottom: 0;
    right: 0;
    opacity: 0.9;
    background: linear-gradient(to right, rgb(136,192,141), rgb(179,215,182));
    top: 0;
    position: absolute;
}footer::after {
    left: 0;
    position: absolute;
    z-index: -1;
    top: 0;
    content: "";
    right: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 10px,
        transparent 10px,
        transparent 20px
    );
    bottom: 0;
}.news_feedPN {
    color: #ffffff;
    padding: 5rem 0 2rem;
    position: relative;
}.news_feedPN::before {
    top: 0;
    content: "";
    width: 100%;
    height: 10px;
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, rgb(179,215,182), rgb(136,192,141), rgb(179,215,182));
}.news_feedPN .container {
    display: grid;
    gap: 2rem;
    position: relative;
    grid-template-columns: repeat(12, 1fr);
}.news_feedPN .company_holder {
    position: relative;
    grid-column: span 5;
    padding: 0;
}.news_feedPN .company_holder h3 {
    padding-bottom: 1rem;
    color: #ffffff;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    position: relative;
    margin: 0 0 1.5rem;
    font-size: 31px;
    font-weight: 700;
}.news_feedPN .company_holder h3::after {
    bottom: -2px;
    background: #ffffff;
    height: 2px;
    left: 0;
    position: absolute;
    width: 80px;
    content: "";
}.news_feedPN .fellow_progrE {
    padding: 0 0 0 1.5rem;
    margin-top: 1.5rem;
    border-left: 3px solid rgba(255, 255, 255, 0.3);
    font-size: 18px;
    position: relative;
    color: #ffffff;
    line-height: 1.7;
}.news_feedPN .trade_markRW {
    grid-column: span 7;
}.news_feedPN .nav_studyge {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 2rem;
}.news_feedPN .head_sectioncS {
    position: relative;
}.news_feedPN .head_sectioncS h5 {
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    margin: 0 0 1.5rem;
    padding-bottom: 0.8rem;
    font-weight: 600;
    position: relative;
    color: #ffffff;
    font-size: 20px;
}.news_feedPN .head_sectioncS h5::after {
    left: 0;
    width: 40px;
    background: #ffffff;
    bottom: -2px;
    content: "";
    position: absolute;
    height: 2px;
}.news_feedPN .head_sectioncS .nav_studyge {
    gap: 1rem;
    display: grid;
}.news_feedPN .head_sectioncS .nav_studyge a {
    display: flex;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
    position: relative;
    text-decoration: none;
    align-items: center;
}.news_feedPN .head_sectioncS .nav_studyge a::after {
    transform: translateX(-5px);
    content: "\2192";
    margin-left: 0.5rem;
    transition: all 0.3s ease;
    opacity: 0;
}.news_feedPN .head_sectioncS .nav_studyge a:hover {
    padding-left: 0.5rem;
    color: #ffffff;
}.news_feedPN .head_sectioncS .nav_studyge a:hover::after {
    opacity: 1;
    transform: translateX(0);
}.abuse_ctrlFq {
    padding: 2rem 0;
    margin-top: 4rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.1);
    position: relative;
}.abuse_ctrlFq .container {
    display: flex;
    justify-content: center;
    align-items: center;
}.abuse_ctrlFq .linkedin_reftq {
    color: #ffffff;
    position: relative;
    font-size: 14px;
    padding: 0 1rem;
    text-align: center;
    opacity: 0.9;
}.news_feedPN::after {
    position: absolute;
    top: 2rem;
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    width: 50px;
    right: 2rem;
    content: "";
    height: 50px;
}.news_feedPN .company_holder::before {
    content: "";
    height: 50px;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    border-left: 2px solid rgba(255, 255, 255, 0.2);
    width: 50px;
    position: absolute;
    top: 0;
    left: 0;
}.news_feedPN .company_holder::after {
    left: 0;
    height: 50px;
    border-left: 2px solid rgba(255, 255, 255, 0.2);
    bottom: 0;
    content: "";
    position: absolute;
    width: 50px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}.news_feedPN .trade_markRW::after {
    right: 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    height: 50px;
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    content: "";
    bottom: 0;
    width: 50px;
    position: absolute;
}

@media (max-width: 1200px) {.news_feedPN .container {
    gap: 1.5rem;
}
}

@media (max-width: 992px) {.news_feedPN {
    padding: 4rem 0 2rem;
}.news_feedPN .container {
    grid-template-columns: 1fr;
}.news_feedPN .company_holder,
    .news_feedPN .trade_markRW {
    grid-column: span 12;
}.news_feedPN .company_holder {
    margin-bottom: 2rem;
}.news_feedPN::after,
    .news_feedPN .company_holder::before,
    .news_feedPN .company_holder::after,
    .news_feedPN .trade_markRW::after {
    display: none;
}
}

@media (max-width: 768px) {.news_feedPN {
    padding: 3rem 0 1.5rem;
}.news_feedPN .nav_studyge {
    gap: 1.5rem;
}.news_feedPN .company_holder h3 {
    font-size: calc(31px - 2px);
}.abuse_ctrlFq {
    margin-top: 3rem;
}
}

@media (max-width: 576px) {.news_feedPN {
    padding: 2.5rem 0 1rem;
}.news_feedPN .nav_studyge {
    gap: 2rem;
    grid-template-columns: 1fr;
}.news_feedPN .fellow_progrE {
    padding-left: 1rem;
}.abuse_ctrlFq {
    margin-top: 2rem;
}
}

@media (max-width: 420px) {.news_feedPN .company_holder h3::after,
    .news_feedPN .head_sectioncS h5::after {
    width: 30px;
}.news_feedPN .head_sectioncS .nav_studyge a:hover {
    padding-left: 0.3rem;
}}.reach_outNo {
    padding: 90px 0;
    position: relative;
    background: linear-gradient(160deg, rgb(216,236,218) 0%, rgb(179,215,182,0.5) 100%);
    overflow: hidden;
}.reach_outNo::before {
    top: 0;
    height: 100%;
    position: absolute;
    content: "";
    opacity: 0.03;
    left: 0;
    width: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgb(179,215,182,0.5),
        rgb(179,215,182,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
}.reach_outNo .container {
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 1;
    margin: 0 auto;
}.reach_outNo h2 {
    margin-bottom: 50px;
    text-align: center;
    color: #000000;
    font-size: 40px;
    font-weight: 700;
    position: relative;
    font-family: Arial, sans-serif;
}.reach_outNo .help_sectionAr {
    overflow: hidden;
    border-radius: 15px;
    margin: 0 auto;
    flex-direction: column;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
    max-width: 800px;
    display: flex;
    background: #ffffff;
}.reach_outNo .img_shadow_boxsc {
    width: 100%;
    position: relative;
    height: 200px;
}.reach_outNo .query_blocknP {
    padding: 50px;
    position: relative;
    width: 100%;
}.reach_outNo form {
    width: 100%;
}.reach_outNo form h3 {
    font-family: Arial, sans-serif;
    font-weight: 700;
    color: #000000;
    position: relative;
    font-size: 18px;
    margin-bottom: 30px;
    display: inline-block;
}.reach_outNo form h3::after {
    position: absolute;
    content: "";
    background: rgb(179,215,182);
    bottom: -10px;
    left: 0;
    border-radius: 1.5px;
    height: 3px;
    width: 100%;
}.reach_outNo form input[type="text"] {
    transition: all 0.3s ease;
    border-radius: 10px;
    background: rgb(216,236,218);
    font-family: Arial, sans-serif;
    width: 100%;
    border: 2px solid transparent;
    padding: 15px 20px;
    margin-bottom: 20px;
    font-size: 15px;
    color: #000000;
}.reach_outNo form input[type="text"]:focus {
    border-color: rgb(179,215,182);
    outline: none;
}.reach_outNo form input[type="text"]::placeholder {
    color: rgba(0, 0, 0, 0.35);
}.reach_outNo .help_panelBH {
    margin-bottom: 30px;
    align-items: flex-start;
    display: flex;
}.reach_outNo .help_panelBH input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.reach_outNo .help_panelBH label {
    cursor: pointer;
    font-size: 13px;
    position: relative;
    padding-left: 35px;
    line-height: 1.6;
    color: #000000;
}.reach_outNo .help_panelBH label::before {
    position: absolute;
    content: "";
    left: 0;
    width: 22px;
    top: 2px;
    height: 22px;
    transition: all 0.3s ease;
    background: rgb(216,236,218);
    border-radius: 10px;
}.reach_outNo .help_panelBH input[type="checkbox"]:checked + label::before {
    background: rgb(179,215,182);
}.reach_outNo .help_panelBH input[type="checkbox"]:checked + label::after {
    transform: rotate(45deg);
    position: absolute;
    border-bottom: 2px solid #ffffff;
    height: 12px;
    border-right: 2px solid #ffffff;
    top: 5px;
    content: "";
    width: 6px;
    left: 8px;
}.reach_outNo .help_panelBH label a {
    color: rgb(179,215,182);
    text-decoration: none;
    transition: all 0.3s ease;
}.reach_outNo .help_panelBH label a:hover {
    text-decoration: underline;
}.reach_outNo form .request_helpul {
    color: #ffffff;
    position: relative;
    padding: 16px 20px;
    width: 100%;
    transition: all 0.3s ease;
    text-align: center;
    cursor: pointer;
    font-size: 19px;
    font-family: Arial, sans-serif;
    overflow: hidden;
    border-radius: 10px;
    border: none;
    font-weight: 600;
    background: rgb(179,215,182);
}.reach_outNo form .request_helpul:hover {
    background: rgb(136,192,141);
}.reach_outNo svg {
    width: 20px;
    fill: rgb(179,215,182);
    height: 20px;
}.reach_outNo svg path {
    transition: fill 0.3s ease;
    fill: rgb(179,215,182);
}

@media screen and (min-width: 768px) {.reach_outNo .help_sectionAr {
    flex-direction: row;
    max-width: 1000px;
}.reach_outNo .img_shadow_boxsc {
    min-height: 400px;
    height: auto;
    width: 40%;
}.reach_outNo .query_blocknP {
    width: 60%;
}
}

@media screen and (min-width: 992px) {.reach_outNo .img_shadow_boxsc {
    width: 50%;
}.reach_outNo .query_blocknP {
    padding: 60px;
    width: 50%;
}
}

@media screen and (min-width: 1200px) {.reach_outNo .help_sectionAr {
    max-width: 1100px;
}.reach_outNo .img_shadow_boxsc {
    min-height: 500px;
}
}

@media screen and (max-width: 576px) {.reach_outNo {
    padding: 60px 0;
}.reach_outNo h2 {
    margin-bottom: 30px;
    font-size: calc(40px * 0.7);
}.reach_outNo .query_blocknP {
    padding: 30px 20px;
}.reach_outNo form h3 {
    font-size: calc(18px * 0.9);
}}header {
    width: 100%;
    top: 0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    background: rgb(216,236,218);
    z-index: 1000;
    left: 0;
    position: fixed;
}header:before {
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, 
        rgb(179,215,182) 0%, 
        rgb(136,192,141) 50%, 
        rgb(179,215,182) 100%
    );
    content: '';
    top: 0;
    left: 0;
    position: absolute;
}header:after {
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0.01);
    background-size: 20px 20px;
    opacity: 0.4;
    background: 
        linear-gradient(135deg, rgb(216,236,218) 25%, transparent 25%) -10px 0,
        linear-gradient(225deg, rgb(216,236,218) 25%, transparent 25%) -10px 0,
        linear-gradient(315deg, rgb(216,236,218) 25%, transparent 25%),
        linear-gradient(45deg, rgb(216,236,218) 25%, transparent 25%);
    content: '';
    bottom: 0;
}header .head_primaryFC {
    position: relative;
    overflow: hidden;
}header .head_primaryFC:before {
    width: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(to right, 
        transparent, 
        rgb(179,215,182,0.5),
        transparent
    );
    content: '';
    height: 1px;
    bottom: 0;
}header .container {
    margin: 0 auto;
    position: relative;
    padding: 15px 25px;
    max-width: 1200px;
}header .container:before {
    content: '';
    width: 8px;
    background: rgb(179,215,182);
    opacity: 0.7;
    top: 50%;
    height: 8px;
    left: 10px;
    position: absolute;
    transform: translateY(-50%) rotate(45deg);
}header .container:after {
    background: rgb(136,192,141);
    width: 8px;
    right: 10px;
    height: 8px;
    opacity: 0.7;
    top: 50%;
    position: absolute;
    transform: translateY(-50%) rotate(45deg);
    content: '';
}header .head_leadaG {
    justify-content: space-between;
    position: relative;
    align-items: center;
    display: flex;
}header .head_leadaG:before {
    background: linear-gradient(90deg,
        transparent 0%,
        #000000 20%,
        #000000 80%,
        transparent 100%
    );
    opacity: 0.2;
    content: '';
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: -10px;
    left: 0;
}header .head_sectioncS {
    position: relative;
    align-items: center;
    gap: 30px;
    display: flex;
}header .head_sectioncS:before {
    transform-origin: center;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: absolute;
    height: 2px;
    opacity: 0;
    left: 0;
    content: '';
    bottom: -8px;
    background: rgb(179,215,182);
    width: 100%;
    transform: scaleX(0.9);
}header .head_sectioncS:hover:before {
    transform: scaleX(1);
    opacity: 0.3;
}header .head_skillZP {
    color: #000000;
    padding: 8px 2px;
    position: relative;
    overflow: hidden;
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
    font-family: Arial, sans-serif;
}header .head_skillZP:before {
    height: 2px;
    transform: translateX(-101%);
    content: '';
    transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    bottom: 0;
    left: 0;
    position: absolute;
    background: rgb(179,215,182);
    width: 100%;
}header .head_skillZP:after {
    top: 100%;
    left: 50%;
    content: '';
    position: absolute;
    transform: translate(-50%, -50%) rotate(45deg);
    height: 8px;
    opacity: 0;
    transition: all 0.3s ease;
    background: rgb(179,215,182);
    width: 8px;
}header .head_skillZP:hover {
    color: rgb(179,215,182);
}header .head_skillZP:hover:before {
    transform: translateX(0);
}header .head_skillZP:hover:after {
    top: calc(100% - 3px);
    opacity: 1;
}header .main_navfG {
    position: relative;
    transition: all 0.3s ease;
    padding: 5px 12px;
    display: flex;
    align-items: center;
    text-decoration: none;
}header .main_navfG:before {
    left: 0;
    opacity: 0;
    border: 2px solid transparent;
    height: 100%;
    content: '';
    background: linear-gradient(rgb(216,236,218), rgb(216,236,218)) padding-box,
                linear-gradient(135deg, rgb(179,215,182), rgb(136,192,141)) border-box;
    position: absolute;
    width: 100%;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border-radius: 10px;
    top: 0;
}header .main_navfG:after {
    opacity: 0;
    content: '';
    transform: scale(0);
    height: 10px;
    position: absolute;
    width: 10px;
    transition: all 0.4s ease;
    top: -5px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgb(179,215,182), rgb(136,192,141));
    left: -5px;
}header .main_navfG:hover:before {
    opacity: 1;
}header .main_navfG:hover:after {
    transform: scale(1);
    opacity: 1;
}header .main_navfG svg {
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    height: 42px;
    width: auto;
}header .main_navfG:hover svg {
    transform: scale(1.05);
}

@keyframes drawBorder {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 300% 0%;
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.7;
    }
    50% {
        opacity: 1;
    }
}

@media (max-width: 991px) {header .container {
    padding: 15px 20px;
}header .head_sectioncS {
    gap: 20px;
}header .main_navfG svg {
    height: 38px;
}
}

@media (max-width: 767px) {header .head_sectioncS {
    right: -100%;
    padding: 75px 30px 30px;
    z-index: 1001;
    position: fixed;
    background: rgb(216,236,218);
    max-width: 320px;
    width: 80%;
    height: 100vh;
    transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    gap: 5px;
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.1);
    top: 0;
    flex-direction: column;
}header .head_sectioncS:before {
    height: 1px;
    top: 60px;
    bottom: auto;
    width: 80%;
    left: 10%;
}header .menu.active {
    right: 0;
}header .head_skillZP {
    padding: 14px 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    width: 100%;
}header .head_skillZP:last-child {
    border-bottom: none;
}header .head_skillZP:after {
    transform: translateY(-50%) rotate(45deg);
    left: 10px;
    top: 50%;
}header .head_skillZP:hover:after {
    top: 50%;
    opacity: 1;
    left: 5px;
}header .main_navfG {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 12px 15px;
}header .container:before,
    header .container:after {
    display: none;
}header .main_navfG svg {
    height: 35px;
}}.data_insightsuZ {
    padding: 100px 0;
    position: relative;
    background: linear-gradient(to bottom right, #000000 0%, rgb(216,236,218) 100%);
    overflow: hidden;
    z-index: 1;
}.data_insightsuZ::before {
    background-size: 20px 20px;
    width: 100%;
    content: "";
    top: 0;
    height: 100%;
    background: 
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    position: absolute;
    left: 0;
    z-index: -1;
}.data_insightsuZ::after {
    background: radial-gradient(circle, rgb(179,215,182,0.5) 0%, transparent 50%);
    position: absolute;
    top: -50%;
    left: -50%;
    content: "";
    opacity: 0.15;
    z-index: -1;
    height: 200%;
    width: 200%;
}.data_insightsuZ .container {
    position: relative;
    padding: 0 15px;
    max-width: 1200px;
    margin: 0 auto;
}.data_insightsuZ .fast_statisticsdl {
    margin-top: 50px;
    z-index: 2;
    flex-wrap: wrap;
    display: flex;
    position: relative;
    justify-content: center;
}.data_insightsuZ .statistics_highlightshP {
    padding: 0;
    border-radius: 0;
    margin: 0;
    display: flex;
    width: calc(25% - 15px);
    position: relative;
    text-align: center;
    flex-direction: column;
    overflow: visible;
    align-items: center;
}.data_insightsuZ .statistics_highlightshP:not(:last-child)::after {
    position: absolute;
    top: 50%;
    content: "";
    z-index: 1;
    width: 15px;
    right: -7.5px;
    background: linear-gradient(90deg, rgb(179,215,182), transparent);
    height: 1px;
}.data_insightsuZ .statistics_highlightshP h4 {
    font-weight: 700;
    display: inline-block;
    transition: transform 0.5s ease;
    font-size: 4rem;
    position: relative;
    transform: perspective(500px) translateZ(0);
    line-height: 1;
    text-shadow: 0 0 15px rgb(179,215,182,0.5);
    margin-bottom: 15px;
    color: #ffffff;
}.data_insightsuZ .statistics_highlightshP:hover h4 {
    transform: perspective(500px) translateZ(30px);
}.data_insightsuZ .statistics_highlightshP span {
    max-width: 85%;
    opacity: 0.8;
    color: #ffffff;
    transition: transform 0.5s ease;
    font-size: 18px;
    position: relative;
    transform: perspective(500px) translateZ(0);
    margin: 0 auto;
}.data_insightsuZ .statistics_highlightshP:hover span {
    transform: perspective(500px) translateZ(15px);
}.data_insightsuZ .extra_studyYa {
    position: relative;
    margin-bottom: 80px;
    transform-style: preserve-3d;
}.data_insightsuZ .extra_studyYa::before {
    position: absolute;
    width: 5px;
    background: rgb(179,215,182);
    border-radius: 3px;
    content: "";
    left: -30px;
    height: 70%;
    transform: translateY(-50%);
    top: 50%;
}.data_insightsuZ .statistics_advantagesyA {
    text-align: left;
    color: #ffffff;
    font-size: 32px;
    letter-spacing: 2px;
    position: relative;
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: uppercase;
}.data_insightsuZ .value_statisticsae {
    line-height: 1.8;
    opacity: 0.8;
    text-align: left;
    max-width: 70%;
    color: #ffffff;
    font-size: 18px;
}.data_insightsuZ svg {
    height: 0;
    width: 0;
    fill: rgb(179,215,182);
}.data_insightsuZ svg path {
    fill: rgb(179,215,182);
}.data_insightsuZ .statistics_highlightshP::before {
    height: 30px;
    transform: translateX(-50%) rotate(45deg);
    transition: all 0.3s ease;
    width: 30px;
    content: "";
    left: 50%;
    background: rgb(179,215,182);
    top: -45px;
    opacity: 0.7;
    position: absolute;
}.data_insightsuZ .statistics_highlightshP:hover::before {
    transform: translateX(-50%) rotate(225deg);
}@keyframes pulsate {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.8;
    }
}

.data_insightsuZ .statistics_highlightshP::after {
    animation: pulsate 3s infinite ease-in-out;
}@keyframes slide {
    0%, 100% {
        transform: translateX(-100%);
    }
    50% {
        transform: translateX(100%);
    }
}

.data_insightsuZ .fast_statisticsdl::before {
    position: absolute;
    content: "";
    top: -20px;
    height: 1px;
    z-index: 1;
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgb(179,215,182), transparent);
}.data_insightsuZ .fast_statisticsdl::after {
    background: linear-gradient(90deg, transparent, rgb(179,215,182), transparent);
    z-index: 1;
    left: 0;
    width: 100%;
    bottom: -20px;
    height: 1px;
    content: "";
    position: absolute;
}.data_insightsuZ .container::before {
    top: 0;
    left: 15px;
    height: 100%;
    position: absolute;
    content: "";
    width: 1px;
    background: linear-gradient(180deg, transparent, rgb(179,215,182,0.5), transparent);
    z-index: 0;
}.data_insightsuZ .container::after {
    content: "";
    position: absolute;
    z-index: 0;
    right: 15px;
    background: linear-gradient(180deg, transparent, rgb(179,215,182,0.5), transparent);
    top: 0;
    height: 100%;
    width: 1px;
}

@media (max-width: 1199px) {.data_insightsuZ .statistics_highlightshP h4 {
    font-size: 3.5rem;
}.data_insightsuZ .value_statisticsae {
    max-width: 80%;
}
}

@media (max-width: 991px) {.data_insightsuZ {
    padding: 80px 0;
}.data_insightsuZ .statistics_highlightshP {
    margin-bottom: 40px;
    width: calc(50% - 15px);
}.data_insightsuZ .statistics_highlightshP:nth-child(2n)::after {
    display: none;
}.data_insightsuZ .statistics_highlightshP h4 {
    font-size: 3.2rem;
}.data_insightsuZ .extra_studyYa {
    margin-bottom: 60px;
}.data_insightsuZ .statistics_advantagesyA {
    font-size: calc(32px * 0.9);
}.data_insightsuZ .value_statisticsae {
    max-width: 90%;
    font-size: calc(18px * 0.95);
}
}

@media (max-width: 767px) {.data_insightsuZ {
    padding: 70px 0;
}.data_insightsuZ .statistics_highlightshP {
    margin-bottom: 35px;
    width: calc(50% - 10px);
}.data_insightsuZ .statistics_highlightshP h4 {
    font-size: 2.8rem;
}.data_insightsuZ .statistics_highlightshP span {
    font-size: calc(18px * 0.9);
}.data_insightsuZ .extra_studyYa {
    margin-bottom: 50px;
}.data_insightsuZ .extra_studyYa::before {
    left: -20px;
    height: 60%;
}.data_insightsuZ .statistics_advantagesyA {
    font-size: calc(32px * 0.8);
    letter-spacing: 1px;
}.data_insightsuZ .value_statisticsae {
    max-width: 100%;
    font-size: calc(18px * 0.9);
}
}

@media (max-width: 575px) {.data_insightsuZ {
    padding: 60px 0;
}.data_insightsuZ .fast_statisticsdl {
    margin-top: 40px;
}.data_insightsuZ .statistics_highlightshP {
    margin-bottom: 30px;
    width: 100%;
}.data_insightsuZ .statistics_highlightshP:not(:last-child)::after {
    display: none;
}.data_insightsuZ .statistics_highlightshP h4 {
    font-size: 2.5rem;
}.data_insightsuZ .statistics_highlightshP span {
    font-size: calc(18px * 0.85);
    max-width: 90%;
}.data_insightsuZ .extra_studyYa {
    margin-bottom: 40px;
}.data_insightsuZ .extra_studyYa::before {
    left: -15px;
    width: 3px;
}.data_insightsuZ .statistics_advantagesyA {
    font-size: calc(32px * 0.7);
}.data_insightsuZ .value_statisticsae {
    font-size: calc(18px * 0.85);
    line-height: 1.7;
}.data_insightsuZ .statistics_highlightshP::before {
    width: 25px;
    height: 25px;
    top: -35px;
}}.course_programKY {
    background: linear-gradient(135deg, rgb(216,236,218) 0%, rgba(245, 247, 252, 0.95) 100%);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.course_programKY::before {
    opacity: 0.1;
    right: -50px;
    position: absolute;
    width: 300px;
    background: rgb(179,215,182,0.5);
    transform: rotate(35deg);
    content: '';
    top: -50px;
    height: 300px;
    z-index: 1;
}.course_programKY::after {
    width: 250px;
    transform: rotate(-15deg);
    height: 250px;
    position: absolute;
    left: -50px;
    content: '';
    bottom: -50px;
    z-index: 1;
    background: rgb(136,192,141,0.5);
    opacity: 0.15;
}.course_programKY .container {
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
}.course_programKY .educationxo {
    grid-template-columns: 1fr;
    gap: 40px;
    display: grid;
    position: relative;
}.course_programKY .img_shadow_boxsc {
    height: 400px;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateY(-3deg);
}.course_programKY .img_shadow_boxsc::before {
    width: 100%;
    top: 0;
    background: linear-gradient(
        to bottom right,
        rgba(rgb(179,215,182), 0.2),
        rgba(rgb(136,192,141), 0.2)
    );
    position: absolute;
    content: '';
    height: 100%;
    z-index: 1;
    left: 0;
}.course_programKY .img_shadow_boxsc::after {
    transform: scale(0.95);
    content: '';
    z-index: 2;
    position: absolute;
    transition: all 0.5s ease;
    left: 20px;
    right: 20px;
    top: 20px;
    bottom: 20px;
    opacity: 0;
    border: 1px solid rgba(255, 255, 255, 0.3);
}.course_programKY .img_shadow_boxsc:hover {
    transform: perspective(1000px) rotateY(0deg);
}.course_programKY .img_shadow_boxsc:hover::after {
    opacity: 1;
    transform: scale(1);
}.course_programKY .word_boxaQ {
    padding: 10px 0 0 0;
    position: relative;
}.course_programKY h3 {
    transform: translateX(-5px);
    font-size: calc(28px * 0.9);
    line-height: 1.3;
    opacity: 0;
    font-weight: 700;
    position: relative;
    color: #000000;
    margin-bottom: 25px;
    animation: slideInTitle 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s forwards;
}.course_programKY h3::after {
    transform: scaleX(0);
    bottom: -12px;
    position: absolute;
    animation: expandLine 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s forwards;
    height: 3px;
    left: 0;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(179,215,182) 0%, rgb(136,192,141) 100%);
    width: 80px;
    content: '';
}.course_programKY .description {
    margin-bottom: 20px;
    line-height: 1.8;
    transform: translateY(10px);
    opacity: 0;
    animation: fadeInUp 0.8s ease 0.4s forwards;
    position: relative;
    color: #000000;
    font-size: 15px;
}.course_programKY p.description {
    scrollbar-color: rgb(179,215,182,0.5) rgb(216,236,218);
    max-height: 300px;
    scrollbar-width: thin;
    overflow-y: auto;
    padding-right: 20px;
}.course_programKY p.description::-webkit-scrollbar {
    width: 6px;
}.course_programKY p.description::-webkit-scrollbar-track {
    background: rgb(216,236,218);
}.course_programKY p.description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(179,215,182,0.5);
}.course_programKY span.description {
    display: none;
}

@keyframes slideInTitle {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes expandLine {
    to {
        transform: scaleX(1);
    }
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (min-width: 768px) {.course_programKY .educationxo {
    align-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}.course_programKY .img_shadow_boxsc {
    height: 550px;
    transform: perspective(1200px) rotateY(-5deg) translateZ(0);
}.course_programKY .word_boxaQ {
    padding: 0 0 0 20px;
}.course_programKY h3 {
    font-size: 28px;
    margin-bottom: 35px;
}.course_programKY h3::after {
    height: 4px;
    width: 120px;
}.course_programKY p.description {
    max-height: 380px;
}
}

@media (min-width: 992px) {.course_programKY {
    padding: 150px 0;
}.course_programKY .educationxo {
    gap: 80px;
}.course_programKY .img_shadow_boxsc {
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    height: 600px;
}.course_programKY .word_boxaQ {
    padding: 0 0 0 40px;
}.course_programKY h3 {
    transform: translateX(-10px);
    margin-bottom: 40px;
}.course_programKY h3::after {
    bottom: -15px;
}.course_programKY p.description {
    max-height: 450px;
    font-size: calc(15px * 1.05);
    line-height: 1.9;
}
}

@media (max-width: 767px) {.course_programKY {
    padding: 80px 0;
}.course_programKY .img_shadow_boxsc {
    height: 300px;
    margin-bottom: 20px;
}.course_programKY h3 {
    margin-bottom: 25px;
    font-size: calc(28px * 0.8);
}.course_programKY p.description {
    line-height: 1.6;
    max-height: 250px;
}
}