* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}.knowl-base {
    flex: 0 0 auto;
}.wrapper-canvas {
    min-height: 100%;
    display: flex;
    height: 100%;
    flex-direction: column;
}.header-know {
    flex: 1 0 auto;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1159px;
}svg {
    height: 30px;
    width: 30px;
}header,footer {
    width: 100%;
}::-webkit-scrollbar {
    height: 3px;
    width: 8px;
}::-webkit-scrollbar-track {
    border: 1px groove #ffffff;
    border-radius: 19px;
    background: linear-gradient(354deg, #ffffff 73%, rgb(255, 255, 255, 0.5) 9%, rgb(130,129,136) 46%, rgb(130,129,136,0.5) 27%, rgb(162,161,167) 88%, rgb(162,161,167,0.5) 0%);
}::-webkit-scrollbar-thumb {
    border-radius: 9px;
    box-shadow: -4px 4px 3px 8px rgba(0, 0, 0, 0.8);
    transition: all, box-shadow, border-radius 3.3s ease;
    background: rgb(195,194,199);
}::-webkit-scrollbar-thumb:hover {
    border-color: rgb(195,194,199);
    background: rgb(130,129,136);
    box-shadow: -5px 0px 3px 0px rgba(0, 0, 0, 0.3);
}::-webkit-scrollbar-thumb:active {
    background: #ffffff;
    box-shadow: inset -2px -5px 3px 6px rgba(0, 0, 0, 0.1);
}* {
    scrollbar-color: rgb(195,194,199) rgb(130,129,136,0.5);
}html,body {
    font-family: Arial, sans-serif;
    color: #000000;
    scroll-behavior: smooth;
    height: 100%;
    min-height: 100%;
}a {
    text-decoration: none;
    color: inherit;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.title-welcome {
    padding: 6rem 2rem;
    min-height: 100vh;
    background: linear-gradient(135deg, rgb(195,194,199), rgb(195,194,199) 70%, rgb(162,161,167,0.5) 100%);
    justify-content: center;
    display: flex;
    overflow: hidden;
    position: relative;
    align-items: center;
}.title-welcome::before {
    opacity: 0.4;
    height: 100%;
    position: absolute;
    z-index: 0;
    left: 0;
    content: "";
    top: 0;
    background-image: 
    radial-gradient(circle at 20% 30%, rgb(162,161,167,0.5) 0%, transparent 8%),
    radial-gradient(circle at 80% 70%, rgb(162,161,167,0.5) 0%, transparent 10%);
    width: 100%;
}.title-welcome > div {
    display: flex;
    gap: 3rem;
    width: 100%;
    max-width: 1200px;
    flex-direction: column;
    z-index: 1;
    position: relative;
}.title-welcome > div > div:first-child {
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    transform: perspective(1000px) rotateX(2deg);
    transition: transform 0.5s ease;
    position: relative;
}.title-welcome > div > div:first-child:hover {
    transform: perspective(1000px) rotateX(0deg);
}.title-welcome .master-studyfast {
    position: relative;
    color: rgb(162,161,167);
    font-size: 43px;
    margin-bottom: 1.5rem;
    font-weight: 700;
}.title-welcome .master-studyfast::after {
    position: absolute;
    height: 3px;
    content: "";
    left: 0;
    transition: width 0.4s ease;
    background: rgb(162,161,167);
    bottom: -10px;
    width: 80px;
}.title-welcome .master-studyfast:hover::after {
    width: 150px;
}.title-welcome p {
    position: relative;
    color: #000000;
    line-height: 1.6;
    border-left: 2px solid rgb(130,129,136,0.5);
    padding-left: 1rem;
    max-width: 90%;
    font-size: calc(15px + 0.2rem);
}.title-welcome .course-first {
    width: 100%;
    padding: 1rem;
    position: relative;
    overflow: hidden;
}.title-welcome .class-experts {
    overflow: hidden;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    position: relative;
    width: 100%;
    height: 400px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}.title-welcome .class-experts::before {
    content: "";
    top: 0;
    position: absolute;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.7));
    left: 0;
    height: 100%;
    width: 100%;
}.title-welcome .class-experts:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
}.title-welcome .class-experts span {
    width: 100%;
    padding: 2rem;
    opacity: 0.9;
    left: 0;
    bottom: 0;
    position: absolute;
    z-index: 2;
    transition: transform 0.4s ease, opacity 0.4s ease;
    transform: translateY(20px);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
}.title-welcome .class-experts:hover span {
    opacity: 1;
    transform: translateY(0);
}.title-welcome .class-experts h3 {
    color: #ffffff;
    line-height: 1.4;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    font-size: calc(19px - 0.1rem);
    font-weight: 600;
}.title-welcome .course-first::after {
    transition: all 0.3s ease;
    content: "";
    border-top: 3px solid rgb(162,161,167);
    height: 50px;
    opacity: 0.6;
    width: 50px;
    right: 10px;
    border-right: 3px solid rgb(162,161,167);
    position: absolute;
    top: 10px;
}.title-welcome .course-first:hover::after {
    width: 70px;
    height: 70px;
    opacity: 0.8;
}.title-welcome .course-first::before {
    content: "";
    bottom: 10px;
    position: absolute;
    transition: all 0.3s ease;
    left: 10px;
    border-bottom: 3px solid rgb(162,161,167);
    height: 50px;
    opacity: 0.6;
    border-left: 3px solid rgb(162,161,167);
    width: 50px;
}.title-welcome .course-first:hover::before {
    width: 70px;
    height: 70px;
    opacity: 0.8;
}


@media (max-width: 992px) {.title-welcome {
    padding: 4rem 1.5rem;
}.title-welcome > div {
    gap: 2rem;
}.title-welcome .master-studyfast {
    font-size: calc(43px - 0.5rem);
}.title-welcome .class-experts {
    height: 350px;
}
}

@media (max-width: 768px) {.title-welcome {
    padding: 3rem 1rem;
}.title-welcome > div > div:first-child {
    padding: 1.5rem;
    transform: perspective(1000px) rotateX(1deg);
}.title-welcome .master-studyfast {
    font-size: calc(43px - 0.8rem);
}.title-welcome p {
    font-size: 15px;
    max-width: 100%;
}.title-welcome .class-experts {
    height: 300px;
}.title-welcome .class-experts h3 {
    font-size: calc(17px + 0.1rem);
}
}

@media (max-width: 576px) {.title-welcome {
    padding: 2rem 0.8rem;
}.title-welcome > div > div:first-child {
    padding: 1.2rem;
    transform: none;
}.title-welcome .master-studyfast {
    font-size: calc(35px - 0.2rem);
}.title-welcome .master-studyfast::after {
    width: 60px;
    height: 2px;
}.title-welcome p {
    padding-left: 0.5rem;
    border-left: 1px solid rgb(130,129,136,0.5);
}.title-welcome .course-first {
    padding: 0.5rem;
}.title-welcome .class-experts {
    height: 250px;
}.title-welcome .class-experts span {
    padding: 1rem;
}.title-welcome .course-first::before,
  .title-welcome .course-first::after {
    width: 30px;
    height: 30px;
}}footer {
    width: 100%;
    position: relative;
}.knowl-base {
    position: relative;
    padding: 80px 0 30px;
    background-color: #ffffff;
    color: #000000;
    font-family: Arial, sans-serif;
}.knowl-base::before {
    position: absolute;
    content: "";
    width: 100%;
    background-image: repeating-linear-gradient(
        to right,
        rgb(162,161,167),
        rgb(162,161,167) 10px,
        transparent 10px,
        transparent 20px
    );
    left: 0;
    bottom: 0;
    height: 1px;
}footer .discount-cta {
    z-index: 1;
    position: relative;
}footer .learn-talk {
    flex-wrap: wrap;
    display: flex;
    height: 100px;
    overflow: hidden;
    justify-content: space-between;
    position: relative;
    margin-bottom: 70px;
}footer .info_item {
    transition: all 0.5s ease;
    cursor: pointer;
    display: flex;
    background-color: rgb(130,129,136);
    flex: 1;
    position: relative;
    padding: 0 25px;
    align-items: center;
    margin-right: 1px;
    overflow: hidden;
    height: 100px;
    min-width: 250px;
}footer .info_item:last-child {
    margin-right: 0;
}footer .info_item:hover {
    flex: 1.5;
    background-color: rgb(162,161,167);
}footer .info_item::after {
    right: 0;
    content: "";
    width: 1px;
    background-color: rgba(255, 255, 255, 0.1);
    top: 0;
    position: absolute;
    height: 100%;
}footer .info_item:last-child::after {
    display: none;
}footer .info_item svg {
    width: 24px;
    position: relative;
    height: 24px;
    flex-shrink: 0;
    z-index: 2;
    margin-right: 15px;
    fill: #ffffff;
}footer .info_item p,
footer .info_item a {
    overflow: hidden;
    font-size: 14px;
    z-index: 2;
    max-width: 100%;
    text-overflow: ellipsis;
    text-decoration: none;
    white-space: nowrap;
    position: relative;
    color: #ffffff;
}footer .info_item::before {
    left: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 100%);
    opacity: 0;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    transition: opacity 0.5s ease;
}footer .info_item:hover::before {
    opacity: 1;
}footer .text_main_holder {
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    flex-wrap: nowrap;
    gap: 0;
    margin: 0 -20px;
    -ms-overflow-style: none;
    overflow-x: auto;
    padding: 0 20px;
    scroll-snap-type: x mandatory;
    display: flex;
}footer .text_main_holder::-webkit-scrollbar {
    display: none;
}footer .main-teach, footer .head-top, footer .subscribe_holder {
    min-width: 280px;
    max-width: 500px;
    border-radius: 20px;
    flex: 0 0 100%;
    position: relative;
    scroll-snap-align: start;
    padding: 30px;
    transition: all 0.4s ease;
    height: 450px;
    margin-right: 30px;
}footer .main-teach {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: rgb(195,194,199);
    align-items: center;
    text-align: center;
}footer .main-teach svg {
    margin-bottom: 30px;
    height: 50px;
    width: auto;
}footer .vr-labs {
    max-width: 300px;
    color: #000000;
    font-size: 13px;
    line-height: 1.6;
}footer .head-top {
    overflow: hidden;
    justify-content: center;
    flex-direction: column;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(130,129,136,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(162,161,167,0.5) 0%, transparent 40%);
    background-color: rgb(130,129,136);
    position: relative;
    color: #ffffff;
    display: flex;
}footer .head-top::after {
    position: absolute;
    background-size: 30px 30px;
    background-image: 
        linear-gradient(45deg, transparent 92%, rgba(255, 255, 255, 0.05) 93%, transparent 94%),
        linear-gradient(135deg, transparent 92%, rgba(255, 255, 255, 0.05) 93%, transparent 94%);
    top: 0;
    pointer-events: none;
    content: "";
    bottom: 0;
    opacity: 0.3;
    left: 0;
    right: 0;
}footer .head-top h5 {
    position: relative;
    margin-bottom: 30px;
    font-size: 24px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
}footer .head-top h5::after {
    position: absolute;
    left: 0;
    height: 2px;
    width: 30px;
    background-color: rgb(162,161,167);
    content: "";
    bottom: -10px;
}footer .top-navbar {
    max-height: 280px;
    overflow: hidden;
    margin-bottom: 20px;
    height: auto;
    position: relative;
}footer .top-navbar a {
    transition: all 0.3s ease;
    text-decoration: none;
    font-size: 14px;
    padding: 10px 0;
    color: rgba(255, 255, 255, 0.7);
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}footer .top-navbar a:hover {
    border-bottom-color: rgb(162,161,167);
    padding-left: 10px;
    color: #ffffff;
}footer .subscribe_holder {
    background-color: rgb(162,161,167);
    justify-content: center;
    display: flex;
    color: #ffffff;
    flex-direction: column;
}footer .subscribe_holder h5 {
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}footer .subscribe_holder p {
    line-height: 1.6;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
}footer .input_holder {
    gap: 15px;
    flex-direction: column;
    display: flex;
}footer .input_holder input[type="email"] {
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.1);
    font-size: 14px;
    color: #ffffff;
    border: none;
    border-radius: 10px;
    transition: all 0.3s ease;
}footer .input_holder input[type="email"]:focus {
    outline: none;
    background-color: rgba(255, 255, 255, 0.2);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}footer .begin-learning {
    padding: 15px;
    transition: all 0.3s ease;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    background-color: rgb(130,129,136);
    color: #ffffff;
    border: none;
    border-radius: 10px;
}footer .begin-learning:hover {
    background-color: rgb(130,129,136,0.5);
}footer .ssl-info {
    margin-top: 40px;
    position: relative;
    padding-top: 20px;
}footer .ssl-info::before {
    right: 20%;
    left: 20%;
    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.5), transparent);
    height: 1px;
    top: 0;
    content: "";
    position: absolute;
}footer .help-center {
    font-size: 13px;
    text-align: center;
    color: #000000;
}

@media (min-width: 992px) {footer .text_main_holder {
    margin: 0;
    flex-wrap: wrap;
    padding: 0;
    scroll-snap-type: none;
    gap: 30px;
    overflow-x: visible;
}footer .main-teach, footer .head-top, footer .subscribe_holder {
    min-width: 0;
    flex: 1;
    height: 500px;
    margin-right: 0;
}
}

@media (max-width: 991px) {footer .info_item {
    min-width: 200px;
}footer .main-teach::before,
    footer .head-top::before,
    footer .subscribe_holder::before {
    font-size: 3rem;
}
}

@media (max-width: 767px) {footer .knowl-base {
    padding: 60px 0 30px;
}footer .learn-talk {
    height: auto;
    flex-direction: column;
    margin-bottom: 40px;
}footer .info_item {
    margin-bottom: 1px;
    margin-right: 0;
    width: 100%;
}footer .info_item:hover {
    flex: 1;
    padding-left: 35px;
}footer .main-teach, footer .head-top, footer .subscribe_holder {
    min-height: 350px;
    height: auto;
    padding: 25px 20px;
}
}

@media (max-width: 576px) {footer .knowl-base {
    padding: 50px 0 20px;
}footer .main-teach::before,
    footer .head-top::before,
    footer .subscribe_holder::before {
    left: 15px;
    top: 15px;
    font-size: 2rem;
}footer .top-navbar {
    max-height: 220px;
    height: auto;
}footer .main-teach, footer .head-top, footer .subscribe_holder {
    min-height: 300px;
    padding: 20px 15px;
}footer .head-top h5, footer .subscribe_holder h5 {
    font-size: calc(24px - 2px);
    margin-bottom: 15px;
}footer .subscribe_holder p {
    margin-bottom: 20px;
}footer .input_holder input[type="email"],
    footer .begin-learning {
    padding: 12px;
}}.pricing-offer-box {
    position: relative;
    background: rgb(195,194,199);
    padding: 5rem 0;
    overflow: hidden;
}.pricing-offer-box::before {
    right: -50px;
    background: linear-gradient(135deg, rgb(130,129,136,0.5), rgb(162,161,167,0.5));
    z-index: 0;
    top: -50px;
    content: "";
    width: 300px;
    filter: blur(60px);
    position: absolute;
    border-radius: 50%;
    height: 300px;
}.pricing-offer-box::after {
    content: "";
    left: -50px;
    border-radius: 50%;
    width: 250px;
    position: absolute;
    background: linear-gradient(225deg, rgb(162,161,167,0.5), rgb(130,129,136,0.5));
    filter: blur(50px);
    height: 250px;
    bottom: -50px;
    z-index: 0;
}.pricing-offer-box .container {
    position: relative;
    z-index: 1;
}.pricing-offer-box .sub-options {
    display: flex;
    gap: 3rem;
    flex-direction: column-reverse;
}.pricing-offer-box .fee-offers {
    margin: 0 auto;
    padding: 0 1rem;
    max-width: 800px;
    position: relative;
    text-align: center;
}.pricing-offer-box .fee-offers h2 {
    color: #000000;
    font-weight: 700;
    position: relative;
    display: inline-block;
    font-size: calc(32px * 1.1);
    margin-bottom: 1.5rem;
}.pricing-offer-box .fee-offers h2::after {
    bottom: -10px;
    height: 3px;
    transform: translateX(-50%);
    left: 50%;
    background: linear-gradient(90deg, rgb(162,161,167), rgb(130,129,136));
    position: absolute;
    width: 80px;
    content: "";
}.pricing-offer-box .deal-grid {
    line-height: 1.6;
    color: #000000;
    margin-bottom: 1rem;
    font-size: 16px;
}.pricing-offer-box .fee-board {
    gap: 2rem;
    grid-template-columns: 1fr;
    display: grid;
    perspective: 1000px;
}.pricing-offer-box .price-choices {
    display: block;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    text-decoration: none;
    position: relative;
    transform-style: preserve-3d;
}.pricing-offer-box .price-choices:hover {
    transform: translateY(-10px);
}.pricing-offer-box .trial-pricing {
    border-radius: 10px;
    transition: all 0.4s ease;
    overflow: hidden;
    justify-content: space-between;
    background: #ffffff;
    display: flex;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    z-index: 1;
    min-height: 430px;
    position: relative;
}.pricing-offer-box .price-choices:hover .trial-pricing {
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
}.pricing-offer-box .study-costs {
    flex: 1;
    padding: 2rem;
    z-index: 2;
    position: relative;
}.pricing-offer-box .price-choices h3 {
    color: #000000;
    position: relative;
    display: inline-block;
    margin-bottom: 1rem;
    font-size: calc(23px * 1.1);
    font-weight: 700;
}.pricing-offer-box .price-choices h3::before {
    position: absolute;
    content: "";
    transition: width 0.3s ease;
    height: 2px;
    left: 0;
    bottom: -5px;
    background: rgb(162,161,167);
    width: 40px;
}.pricing-offer-box .price-choices:hover h3::before {
    width: 100%;
}.pricing-offer-box .value-deals {
    position: relative;
    font-size: calc(23px * 1.4);
    display: block;
    color: rgb(130,129,136);
    font-weight: 700;
    margin: 1.5rem 0;
}.pricing-offer-box .value-deals::after {
    top: 50%;
    border-radius: 3px;
    width: 3px;
    position: absolute;
    background: rgb(162,161,167);
    transform: translateY(-50%);
    left: -10px;
    height: 20px;
    content: "";
}.pricing-offer-box .price-choices p {
    overflow-wrap: break-word;
    color: #000000;
    word-wrap: break-word;
    hyphens: auto;
    line-height: 1.6;
    margin-bottom: 1rem;
    font-size: 16px;
}.pricing-offer-box .post-thumbnail {
    position: relative;
    height: 180px;
}.pricing-offer-box .post-thumbnail::before {
    content: "";
    inset: 0;
    z-index: 1;
    position: absolute;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
}.pricing-offer-box .price-choices:nth-child(1) .trial-pricing {
    border-top: 4px solid rgb(162,161,167);
}.pricing-offer-box .price-choices:nth-child(2) .trial-pricing {
    border-top: 4px solid rgb(130,129,136);
}.pricing-offer-box .price-choices:nth-child(3) .trial-pricing {
    border-top: 4px solid #6c5ce7;
}.pricing-offer-box .price-choices:nth-child(4) .trial-pricing {
    border-top: 4px solid #00b894;
}

@media (min-width: 768px) {.pricing-offer-box .fee-board {
    grid-template-columns: repeat(2, 1fr);
}.pricing-offer-box .trial-pricing {
    min-height: 480px;
}.pricing-offer-box .fee-offers {
    padding: 0 2rem;
}.pricing-offer-box .fee-offers h2 {
    font-size: calc(32px * 1.2);
}
}

@media (min-width: 992px) {.pricing-offer-box .sub-options {
    flex-direction: row;
    align-items: center;
    gap: 4rem;
}.pricing-offer-box .fee-board {
    flex: 2;
    grid-template-columns: repeat(2, 1fr);
}.pricing-offer-box .fee-offers {
    padding-right: 3rem;
    text-align: left;
    flex: 1;
}.pricing-offer-box .fee-offers h2::after {
    transform: none;
    left: 0;
}.pricing-offer-box .trial-pricing {
    min-height: 500px;
}
}

@media (min-width: 1200px) {.pricing-offer-box .fee-board {
    gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
}.pricing-offer-box .price-choices {
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateY(0);
}.pricing-offer-box .price-choices:hover {
    transform: perspective(1000px) translateY(-15px) rotateY(2deg);
}.pricing-offer-box .trial-pricing {
    min-height: 520px;
    backface-visibility: hidden;
    transform-style: preserve-3d;
}.pricing-offer-box .post-thumbnail {
    height: 200px;
}.pricing-offer-box .value-deals {
    font-size: calc(23px * 1.6);
}.pricing-offer-box .fee-offers h2 {
    font-size: calc(32px * 1.3);
}}.company-info {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: rgb(195,194,199);
}.company-info::before {
    right: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    background: linear-gradient(135deg, rgb(162,161,167,0.5) 0%, transparent 50%);
    z-index: 1;
    top: 0;
}.company-info::after {
    content: "";
    background: radial-gradient(circle at 70% 30%, rgb(130,129,136,0.5) 0%, transparent 60%);
    height: 100%;
    position: absolute;
    animation: pulse 15s infinite alternate;
    left: 0;
    z-index: 2;
    top: 0;
    width: 100%;
}.company-info .container {
    z-index: 10;
    position: relative;
}.company-info .learning-dna {
    flex-direction: column;
    gap: 60px;
    position: relative;
    display: flex;
}.company-info .learning-dna::before {
    width: 2px;
    content: "";
    transform: translateX(-50%);
    top: 80px;
    position: absolute;
    background: linear-gradient(to bottom, transparent, rgb(162,161,167), transparent);
    left: 50%;
    z-index: -1;
    height: 85%;
}.company-info h3 {
    transition: transform 0.5s ease;
    text-align: center;
    font-weight: 700;
    position: relative;
    color: rgb(162,161,167);
    font-size: 33px;
    margin-bottom: 40px;
    transform: perspective(1000px) rotateX(0deg);
}.company-info h3::after {
    content: "";
    transform: translateX(-50%);
    height: 3px;
    border-radius: 10px;
    position: absolute;
    background: rgb(162,161,167);
    width: 80px;
    bottom: -15px;
    left: 50%;
}.company-info h3:hover {
    transform: perspective(1000px) rotateX(5deg);
}.company-info .study-programs {
    position: relative;
    grid-template-columns: 1fr 1fr;
    border-left: 3px solid rgb(162,161,167);
    gap: 40px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 15px;
    overflow: hidden;
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.05);
    display: grid;
    align-items: center;
    padding: 40px;
}.company-info .study-programs::before {
    top: -100px;
    content: "";
    width: 200px;
    animation: float 8s infinite ease-in-out;
    right: -100px;
    height: 200px;
    background: radial-gradient(circle, rgb(162,161,167,0.5) 0%, transparent 70%);
    position: absolute;
    border-radius: 50%;
}.company-info .study-programs:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.company-info .study-programs span {
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 24px;
    grid-column: 1 / 2;
    position: relative;
    display: block;
    color: rgb(162,161,167);
    padding-left: 15px;
}.company-info .study-programs span::before {
    position: absolute;
    content: "";
    height: 100%;
    border-radius: 10px;
    top: 0;
    left: 0;
    width: 5px;
    background: rgb(162,161,167);
}.company-info .study-programs p {
    position: relative;
    line-height: 1.8;
    font-size: 15px;
    color: #000000;
    grid-column: 1 / 2;
}.company-info .study-programs .post-thumbnail {
    position: relative;
    height: 350px;
    border-radius: 15px;
    grid-row: 1 / 3;
    grid-column: 2 / 3;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}.company-info .study-programs .post-thumbnail::before {
    height: 100%;
    position: absolute;
    z-index: 1;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 60%);
    width: 100%;
    content: "";
}.company-info .study-programs .post-thumbnail::after {
    width: 100%;
    position: absolute;
    left: 0;
    height: 5px;
    background: linear-gradient(to right, rgb(162,161,167), rgb(130,129,136));
    content: "";
    top: 0;
}.company-info .study-programs .post-thumbnail:hover {
    transform: scale(1.02);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}.company-info .path-edu {
    overflow: hidden;
    border-right: 3px solid rgb(130,129,136);
    gap: 40px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.05);
    padding: 40px;
    position: relative;
    grid-template-columns: 1fr 1fr;
    display: grid;
    border-radius: 15px;
    align-items: center;
}.company-info .path-edu::before {
    height: 200px;
    content: "";
    background: radial-gradient(circle, rgb(130,129,136,0.5) 0%, transparent 70%);
    bottom: -100px;
    left: -100px;
    width: 200px;
    animation: float 8s infinite ease-in-out reverse;
    border-radius: 50%;
    position: absolute;
}.company-info .path-edu:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.company-info .path-edu p {
    grid-column: 2 / 3;
    position: relative;
    line-height: 1.8;
    grid-row: 1 / 2;
    color: #000000;
    font-size: 15px;
}.company-info .path-edu .learn-corner {
    grid-column: 1 / 2;
    border-radius: 15px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    height: 350px;
    grid-row: 1 / 2;
    overflow: hidden;
    position: relative;
}.company-info .path-edu .learn-corner::before {
    content: "";
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 60%);
    z-index: 1;
    width: 100%;
    position: absolute;
}.company-info .path-edu .learn-corner::after {
    width: 100%;
    left: 0;
    position: absolute;
    height: 5px;
    background: linear-gradient(to right, rgb(130,129,136), rgb(162,161,167));
    content: "";
    top: 0;
}.company-info .path-edu .learn-corner:hover {
    transform: scale(1.02);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

@keyframes pulse {
    0% {
        opacity: 0.4;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 0.4;
    }
}

@keyframes float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
    100% {
        transform: translateY(0);
    }
}

@media (max-width: 992px) {.company-info {
    padding: 80px 0;
}.company-info .learning-dna::before {
    height: 90%;
}.company-info .study-programs,
    .company-info .path-edu {
    grid-template-columns: 1fr;
    gap: 30px;
}.company-info .study-programs span,
    .company-info .study-programs p {
    grid-column: 1 / -1;
}.company-info .study-programs .post-thumbnail {
    height: 300px;
    grid-column: 1 / -1;
    grid-row: 3 / 4;
}.company-info .path-edu p {
    grid-row: 2 / 3;
    grid-column: 1 / -1;
}.company-info .path-edu .learn-corner {
    height: 300px;
    grid-row: 1 / 2;
    grid-column: 1 / -1;
}
}

@media (max-width: 768px) {.company-info {
    padding: 60px 0;
}.company-info h3 {
    font-size: calc(33px * 0.9);
}.company-info .learning-dna {
    gap: 40px;
}.company-info .learning-dna::before {
    display: none;
}.company-info .study-programs,
    .company-info .path-edu {
    padding: 30px;
}.company-info .study-programs span {
    font-size: calc(24px * 0.9);
}.company-info .study-programs .post-thumbnail,
    .company-info .path-edu .learn-corner {
    height: 250px;
}
}

@media (max-width: 576px) {.company-info {
    padding: 40px 0;
}.company-info h3 {
    margin-bottom: 30px;
    font-size: calc(33px * 0.8);
}.company-info .study-programs,
    .company-info .path-edu {
    gap: 20px;
    padding: 20px;
}.company-info .study-programs span {
    margin-bottom: 15px;
}.company-info .study-programs .post-thumbnail,
    .company-info .path-edu .learn-corner {
    height: 200px;
}}header {
    width: 100%;
    padding: 0;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.07);
    background: linear-gradient(to right, #ffffff, rgb(195,194,199));
    position: relative;
    z-index: 100;
}header::before {
    z-index: 0;
    left: 0;
    width: 100%;
    background-image: 
        linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255,255,255,0.05) 1px, transparent 1px);
    content: '';
    position: absolute;
    height: 100%;
    top: 0;
    background-size: 20px 20px;
}header::after {
    background: linear-gradient(to bottom, rgb(162,161,167), rgb(130,129,136));
    top: 0;
    position: absolute;
    content: '';
    left: 0;
    height: 100%;
    width: 5px;
    z-index: 1;
}header .container {
    z-index: 2;
    padding: 0;
    max-width: 100%;
    position: relative;
    margin: 0;
    width: 100%;
}header .main-master {
    align-items: center;
    margin-left: 5px;
    display: flex;
    justify-content: space-between;
    padding: 0.9rem 3%;
}header .top-main {
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
    align-items: center;
    display: flex;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 10px;
    padding: 0.5rem;
}header .top-main:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 0.6);
}header .top-main svg {
    width: 140px;
    transition: all 0.3s ease;
    height: auto;
}header .head-top {
    border-radius: 10px;
    align-items: center;
    gap: 0.4rem;
    padding: 0.4rem 0.6rem;
    background: rgba(255, 255, 255, 0.3);
    display: flex;
    position: relative;
}header .head-top::before {
    right: -2px;
    top: -2px;
    z-index: -1;
    bottom: -2px;
    background: linear-gradient(135deg, rgb(162,161,167,0.5), rgb(130,129,136,0.5));
    content: '';
    opacity: 0.5;
    position: absolute;
    left: -2px;
    border-radius: calc(10px + 2px);
}header .nav-core {
    background: #ffffff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
    font-family: Arial, sans-serif;
    z-index: 1;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
    color: #000000;
    font-weight: 400;
    font-size: 18px;
    border-radius: 10px;
    padding: 0.4rem 0.7rem;
    overflow: hidden;
}header .nav-core::before {
    height: 100%;
    position: absolute;
    background: linear-gradient(45deg, rgb(162,161,167,0.5), rgb(130,129,136,0.5));
    width: 100%;
    z-index: -1;
    transition: opacity 0.3s ease;
    content: '';
    left: 0;
    top: 0;
    opacity: 0;
}header .nav-core:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
    color: #ffffff;
}header .nav-core:hover::before {
    opacity: 1;
}

@media (max-width: 991px) {header .main-master {
    padding: 0.8rem 2.5%;
}header .top-main svg {
    width: 130px;
}header .head-top {
    padding: 0.35rem 0.5rem;
    gap: 0.3rem;
}header .nav-core {
    padding: 0.35rem 0.6rem;
    font-size: calc(18px - 1px);
}
}

@media (max-width: 767px) {header::after {
    width: 3px;
}header .main-master {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.7rem;
    padding: 0.8rem 2%;
    margin-left: 3px;
}header .top-main {
    padding: 0.4rem;
}header .top-main svg {
    width: 120px;
}header .head-top {
    overflow-x: auto;
    padding: 0.4rem;
    width: 98%;
    justify-content: flex-start;
}header .head-top::-webkit-scrollbar {
    height: 2px;
}header .head-top::-webkit-scrollbar-thumb {
    background: rgb(162,161,167);
    border-radius: 10px;
}header .nav-core {
    font-size: calc(18px - 1px);
    white-space: nowrap;
    padding: 0.3rem 0.5rem;
}
}

@media (max-width: 480px) {header::after {
    width: 2px;
}header .main-master {
    margin-left: 2px;
    padding: 0.7rem 1.5%;
}header .top-main svg {
    width: 110px;
}header .head-top {
    padding: 0.3rem;
}header .nav-core {
    font-size: calc(18px - 2px);
    padding: 0.3rem 0.4rem;
}}.explore-now {
    background: linear-gradient(120deg, rgb(130,129,136,0.5) 0%, #ffffff 100%);
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.explore-now::before {
    background: rgb(162,161,167,0.5);
    height: 200%;
    right: -20%;
    width: 80%;
    transform: rotate(-15deg);
    opacity: 0.1;
    top: -50%;
    content: '';
    position: absolute;
    z-index: 1;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}.explore-now::after {
    opacity: 0.1;
    background: rgb(130,129,136,0.5);
    border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
    left: -10%;
    bottom: -30%;
    position: absolute;
    transform: rotate(15deg);
    content: '';
    height: 150%;
    width: 60%;
    z-index: 1;
}.explore-now .learning-dna {
    display: flex;
    align-items: center;
    z-index: 10;
    padding: 0;
    flex-direction: column;
    position: relative;
}.explore-now .container p {
    z-index: 5;
    line-height: 1.4;
    color: #000000;
    font-size: 37px;
    text-align: center;
    font-weight: 700;
    padding: 40px 60px;
    border-radius: 60% 40% 40% 60% / 20% 40% 60% 80%;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    margin: 0 0 60px 0;
    position: relative;
    max-width: 800px;
}.explore-now .request-help {
    font-size: 20px;
    padding: 20px 50px;
    text-decoration: none;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    background: linear-gradient(90deg, rgb(162,161,167), rgb(130,129,136));
    z-index: 5;
    color: #ffffff;
    border-radius: 30px;
    font-weight: 600;
    position: relative;
    overflow: hidden;
}.explore-now .request-help::before {
    background: linear-gradient(90deg, rgb(130,129,136), rgb(162,161,167));
    width: 100%;
    top: 0;
    height: 100%;
    position: absolute;
    z-index: -1;
    transition: opacity 0.4s ease;
    left: 0;
    opacity: 0;
    content: '';
}.explore-now .request-help:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.explore-now .request-help:hover::before {
    opacity: 1;
}.explore-now .container p::before {
    background: #ffffff;
    height: 120%;
    width: 140%;
    border-radius: 60% 40% 40% 60% / 20% 40% 60% 80%;
    content: '';
    animation: morph 8s ease-in-out infinite;
    opacity: 0.4;
    z-index: -1;
    top: -10%;
    position: absolute;
    left: -20%;
}.explore-now .request-help::after {
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    position: absolute;
    height: 100%;
    animation: shine 6s infinite;
    content: '';
    left: -100px;
    width: 30px;
    top: 0;
    transform: skewX(-15deg);
}

@keyframes morph {
    0%, 100% {
        border-radius: 60% 40% 40% 60% / 20% 40% 60% 80%;
    }
    50% {
        border-radius: 40% 60% 60% 40% / 60% 30% 70% 40%;
    }
}

@keyframes shine {
    0% {
        left: -100px;
    }
    20% {
        left: 120%;
    }
    100% {
        left: 120%;
    }
}

@media (max-width: 991px) {.explore-now {
    padding: 90px 0;
}.explore-now .container p {
    padding: 35px 50px;
    font-size: calc(22px * 1.2);
    margin-bottom: 50px;
}.explore-now .request-help {
    padding: 18px 40px;
}
}

@media (max-width: 767px) {.explore-now {
    padding: 70px 0;
}.explore-now .container p {
    font-size: 22px;
    border-radius: 40% 60% 50% 50% / 40% 40% 60% 60%;
    margin-bottom: 40px;
    padding: 30px 40px;
}.explore-now .request-help {
    padding: 15px 35px;
}.explore-now .container p::before {
    animation: none;
}
}

@media (max-width: 480px) {.explore-now {
    padding: 50px 0;
}.explore-now .container p {
    padding: 25px 30px;
    border-radius: 30px;
    margin-bottom: 30px;
    font-size: calc(18px * 1.2);
}.explore-now .request-help {
    font-size: calc(20px * 0.9);
    padding: 12px 30px;
}}.privacy-lair {
    perspective: 1000px;
    position: relative;
    background: linear-gradient(135deg, rgb(195,194,199) 0%, rgba(255,255,255,0.98) 100%);
    overflow: hidden;
    padding: 5rem 2rem;
}.privacy-lair::before {
    transform: translateZ(-50px);
    opacity: 0.15;
    top: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(162,161,167,0.5) 0%, transparent 20%),
        radial-gradient(circle at 80% 70%, rgb(130,129,136,0.5) 0%, transparent 25%);
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 0;
    content: "";
    height: 100%;
}.privacy-lair .container {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 2rem;
    transform-style: preserve-3d;
    max-width: 1140px;
    transform: translateZ(0) rotateX(0.5deg);
    position: relative;
    margin: 0 auto;
    z-index: 1;
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.05),
        0 5px 15px rgba(0,0,0,0.03);
    background: #ffffff;
    border-left: 4px solid rgb(162,161,167);
}.privacy-lair .container:hover {
    transform: translateZ(10px) rotateX(0deg);
}.privacy-lair h1 {
    letter-spacing: -0.5px;
    font-family: Arial, sans-serif;
    position: relative;
    margin-bottom: 2rem;
    font-weight: 700;
    padding-bottom: 1rem;
    color: #000000;
    font-size: calc(39px * 1.2);
    line-height: 1.2;
}.privacy-lair h1::after {
    width: 80px;
    height: 4px;
    transform: scaleX(1);
    position: absolute;
    left: 0;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(162,161,167) 0%, rgb(130,129,136) 100%);
    content: "";
    transition: transform 0.4s ease-out;
    bottom: 0;
}.privacy-lair:hover h1::after {
    transform: scaleX(1.5);
}.privacy-lair h2 {
    padding-left: 1rem;
    font-weight: 600;
    border-left: 3px solid rgb(130,129,136);
    margin: 3rem 0 1.5rem;
    font-size: calc(30px * 1.05);
    transform: translateX(0);
    font-family: Arial, sans-serif;
    transition: transform 0.3s ease-out;
    position: relative;
    color: #000000;
}.privacy-lair h2:hover {
    transform: translateX(5px);
}.privacy-lair h3 {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding-bottom: 0.5rem;
    position: relative;
    font-family: Arial, sans-serif;
    font-weight: 600;
    margin: 2.5rem 0 1rem;
    color: #000000;
    font-size: calc(23px * 1.2);
}.privacy-lair h4 {
    padding-left: 1.5rem;
    margin: 2rem 0 1rem;
    font-weight: 600;
    font-size: calc(21px * 1.1);
    font-family: Arial, sans-serif;
    color: #000000;
    position: relative;
}.privacy-lair h4::before {
    width: 8px;
    background-color: rgb(162,161,167);
    transform: translateY(-50%) rotate(45deg);
    content: "";
    position: absolute;
    height: 8px;
    top: 50%;
    left: 0;
}.privacy-lair p {
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: 1.8;
    position: relative;
    margin-bottom: 1.5rem;
    transition: transform 0.3s ease-out;
    transform: translateZ(0);
    color: #000000;
}.privacy-lair p:hover {
    transform: translateZ(5px);
}.privacy-lair strong {
    color: #000000;
    font-weight: 600;
    padding: 0 2px;
    background: linear-gradient(to bottom, transparent 85%, rgb(130,129,136,0.5) 85%, rgb(130,129,136,0.5) 100%);
    display: inline-block;
    position: relative;
}.privacy-lair ul {
    padding-left: 1.5rem;
    list-style: none;
    position: relative;
    margin: 1.5rem 0 2rem;
}.privacy-lair ul li {
    font-family: Arial, sans-serif;
    line-height: 1.7;
    position: relative;
    transition: transform 0.2s ease-out;
    padding-left: 1.5rem;
    margin-bottom: 1rem;
    color: #000000;
    font-size: 12px;
}.privacy-lair ul li:hover {
    transform: translateX(5px);
}.privacy-lair ul li::before {
    content: "";
    position: absolute;
    top: 0.65rem;
    border-radius: 50%;
    background-color: rgb(162,161,167);
    left: 0;
    width: 6px;
    transition: transform 0.2s ease-out, background-color 0.2s ease-out;
    height: 6px;
}.privacy-lair ul li:hover::before {
    background-color: rgb(130,129,136);
    transform: scale(1.5);
}.privacy-lair span {
    margin-bottom: 2rem;
    line-height: 1.7;
    padding: 1rem 1.5rem;
    color: #000000;
    border-left: 2px solid rgb(130,129,136,0.5);
    font-size: 12px;
    background-color: rgba(rgba(0, 0, 0, 0.5), 0.02);
    transform: translateX(0);
    font-family: Arial, sans-serif;
    display: block;
    transition: transform 0.3s ease-out, border-left-color 0.3s ease-out;
}.privacy-lair span:hover {
    transform: translateX(5px);
    border-left-color: rgb(130,129,136);
}

@media screen and (max-width: 1200px) {.privacy-lair {
    padding: 4rem 1.5rem;
}.privacy-lair .container {
    padding: 1.5rem;
}.privacy-lair h1 {
    font-size: calc(39px * 1.1);
}.privacy-lair h2 {
    font-size: 30px;
}
}

@media screen and (max-width: 992px) {.privacy-lair {
    padding: 3rem 1rem;
}.privacy-lair .container {
    transform: none;
    box-shadow: 
            0 10px 30px rgba(0,0,0,0.05),
            0 3px 10px rgba(0,0,0,0.03);
}.privacy-lair .container:hover {
    transform: none;
}.privacy-lair h1 {
    font-size: 39px;
}
}

@media screen and (max-width: 768px) {.privacy-lair {
    padding: 2rem 0.5rem;
}.privacy-lair .container {
    padding: 1.5rem 1rem;
}.privacy-lair h1 {
    font-size: calc(39px * 0.9);
}.privacy-lair h2 {
    padding-left: 0.75rem;
    font-size: calc(30px * 0.9);
}.privacy-lair h3 {
    font-size: 23px;
}.privacy-lair h4 {
    font-size: 21px;
}.privacy-lair p, 
    .privacy-lair ul li,
    .privacy-lair span {
    font-size: calc(12px * 0.95);
}.privacy-lair ul {
    padding-left: 0.5rem;
}.privacy-lair span {
    padding: 0.75rem 1rem;
}
}

@media screen and (max-width: 576px) {.privacy-lair {
    padding: 1.5rem 0.5rem;
}.privacy-lair .container {
    border-left-width: 3px;
    padding: 1rem;
}.privacy-lair h1 {
    font-size: calc(39px * 0.8);
}.privacy-lair h1::after {
    width: 60px;
    height: 3px;
}.privacy-lair h2 {
    margin: 2rem 0 1rem;
    border-left-width: 2px;
}.privacy-lair ul li {
    padding-left: 1.25rem;
}.privacy-lair p:hover,
    .privacy-lair ul li:hover,
    .privacy-lair span:hover,
    .privacy-lair h2:hover {
    transform: none;
}}.course-program-details {
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    background: rgb(130,129,136);
    min-height: 100vh;
    position: relative;
}.course-program-details .program-map {
    right: 0;
    position: absolute;
    top: 0;
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
    overflow: hidden;
    width: 50%;
    height: 100%;
}.course-program-details .next-skill {
    height: 400%;
    flex-direction: column;
    width: 100%;
    animation: verticalScroll 25s ease-in-out infinite alternate;
    display: flex;
}.course-program-details .program-map:hover .next-skill {
    animation-play-state: paused;
}.course-program-details .learn-now {
    transform: scale(1.1);
    position: relative;
    height: 25%;
    width: 100%;
    transition: transform 0.5s ease;
}.course-program-details .learn-now::after {
    background: linear-gradient(to right, #000000 0%, transparent 50%);
    position: absolute;
    inset: 0;
    z-index: 1;
    content: "";
}.course-program-details .learn-now img {
    filter: saturate(0.8) contrast(1.2);
    transition: filter 0.5s ease;
    height: 100%;
    width: 100%;
    object-fit: cover;
}.course-program-details .learn-now:hover img {
    filter: saturate(1.2) contrast(1.3);
}@keyframes verticalScroll {
    0%, 5% {
        transform: translateY(0);
    }
    23%, 28% {
        transform: translateY(-25%);
    }
    48%, 53% {
        transform: translateY(-50%);
    }
    73%, 78% {
        transform: translateY(-75%);
    }
    95%, 100% {
        transform: translateY(-75%);
    }
}

.course-program-details .container {
    display: flex;
    z-index: 5;
    height: 100%;
    align-items: center;
    position: relative;
    grid-column: 1;
}.course-program-details .learning-dna {
    width: 100%;
    padding-right: 10%;
    padding-left: 10%;
}.course-program-details .education-route {
    background: transparent;
    position: relative;
    border-left: 4px solid rgb(162,161,167);
    padding: 4rem 3rem;
}.course-program-details .education-route::before {
    width: 0;
    left: 0;
    top: 0;
    z-index: -1;
    background: rgb(162,161,167,0.5);
    position: absolute;
    height: 100%;
    content: "";
    transition: width 0.6s ease;
}.course-program-details .education-route:hover::before {
    width: 100%;
}.course-program-details .education-route::after {
    left: -20px;
    background: rgb(162,161,167);
    top: 50%;
    height: 40px;
    content: "";
    position: absolute;
    width: 40px;
    transform: translateY(-50%) rotate(45deg);
}.course-program-details .education-route h3 {
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    font-size: 44px;
    margin-bottom: 2rem;
}.course-program-details .education-route span > * {
    transform: skewX(15deg);
    display: inline-block;
}.course-program-details .education-route p {
    color: #ffffff;
    padding-left: 1rem;
    border-left: 2px solid rgb(130,129,136);
    margin-bottom: 2.5rem;
    font-size: 13px;
    line-height: 1.8;
    position: relative;
}.course-program-details .education-route .request-help {
    letter-spacing: 1px;
    border: 2px solid rgb(162,161,167);
    position: relative;
    background: transparent;
    transition: color 0.3s ease;
    display: inline-block;
    overflow: hidden;
    font-size: 18px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
    z-index: 1;
    padding: 1rem 2.5rem;
}.course-program-details .education-route .request-help::before {
    position: absolute;
    content: "";
    transition: width 0.3s ease;
    left: 0;
    background: rgb(162,161,167);
    z-index: -1;
    width: 0;
    top: 0;
    height: 100%;
}.course-program-details .education-route .request-help:hover {
    color: #000000;
}.course-program-details .education-route .request-help:hover::before {
    width: 100%;
}

@media screen and (max-width: 1200px) {.course-program-details .education-route h3 {
    font-size: calc(44px * 0.85);
}.course-program-details .learning-dna {
    padding-right: 0;
    padding-left: 5%;
}
}

@media screen and (max-width: 992px) {.course-program-details {
    grid-template-rows: 40vh 1fr;
    grid-template-columns: 1fr;
}.course-program-details .program-map {
    width: 100%;
    height: 40vh;
    position: relative;
    clip-path: none;
}.course-program-details .next-skill {
    height: 100%;
    animation: horizontalScroll 25s ease-in-out infinite alternate;
    flex-direction: row;
    width: 400%;
}.course-program-details .learn-now {
    height: 100%;
    width: 25%;
}.course-program-details .learn-now::after {
    background: linear-gradient(to bottom, #000000 0%, transparent 50%);
}.course-program-details .container {
    padding: 3rem 0;
    grid-column: auto;
    grid-row: 2;
}.course-program-details .learning-dna {
    padding: 0 5%;
}
    
    @keyframes horizontalScroll {
        0%, 5% {
            transform: translateX(0);
        }
        23%, 28% {
            transform: translateX(-25%);
        }
        48%, 53% {
            transform: translateX(-50%);
        }
        73%, 78% {
            transform: translateX(-75%);
        }
        95%, 100% {
            transform: translateX(-75%);
        }
    }
}

@media screen and (max-width: 768px) {.course-program-details .education-route {
    padding: 3rem 1.5rem;
}.course-program-details .education-route h3 {
    font-size: 36px;
    margin-bottom: 1.5rem;
}.course-program-details .education-route::after {
    height: 30px;
    width: 30px;
    left: -15px;
}
}

@media screen and (max-width: 480px) {.course-program-details {
    grid-template-rows: 30vh 1fr;
}.course-program-details .program-map {
    height: 30vh;
}.course-program-details .next-skill {
    animation-duration: 20s;
    width: 300%;
}.course-program-details .learn-now {
    width: 33.333%;
}.course-program-details .education-route {
    padding: 2rem 1rem;
    border-left-width: 3px;
}.course-program-details .education-route h3 {
    font-size: calc(36px * 0.9);
    letter-spacing: 1px;
}.course-program-details .education-route p {
    padding-left: 0.5rem;
    font-size: calc(13px * 0.9);
}.course-program-details .education-route .request-help {
    display: block;
    padding: 0.8rem 1.5rem;
    text-align: center;
    font-size: calc(18px * 0.9);
}.course-program-details .education-route::after {
    height: 20px;
    left: -10px;
    width: 20px;
}@keyframes horizontalScroll {
        0%, 5% {
            transform: translateX(0);
        }
        30%, 35% {
            transform: translateX(-33.333%);
        }
        60%, 65% {
            transform: translateX(-66.666%);
        }
        95%, 100% {
            transform: translateX(-66.666%);
        }
    }
}.contact {
    overflow: hidden;
    z-index: 1;
    padding: 120px 0;
    position: relative;
}.contact::before {
    left: 0;
    background-color: rgb(162,161,167,0.5);
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
    top: 0;
    content: '';
}.contact .container {
    position: relative;
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1280px;
}.contact .connect-support {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
}.contact .reach-query {
    z-index: 2;
    background-color: #ffffff;
    order: 1;
    border-radius: 20px 20px 0 0;
    position: relative;
    padding: 50px 30px;
    width: 100%;
}.contact .reach-query h3 {
    font-weight: 700;
    display: inline-block;
    position: relative;
    color: #000000;
    margin-bottom: 30px;
    font-size: 20px;
}.contact .reach-query h3::after {
    content: '';
    bottom: -8px;
    position: absolute;
    width: 50%;
    left: 0;
    background-color: rgb(130,129,136);
    height: 3px;
}.contact .reach-query form {
    flex-wrap: wrap;
    gap: 20px;
    display: flex;
}.contact .reach-query input[type="text"],
.contact .reach-query input[type="email"] {
    height: 60px;
    border-radius: 10px;
    padding: 0 20px;
    border: none;
    font-size: 14px;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5);
    flex: 1 0 100%;
    color: #000000;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    background-color: rgb(195,194,199);
}.contact .reach-query input[type="text"]:focus,
.contact .reach-query input[type="email"]:focus {
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5), 0 0 0 3px rgb(130,129,136,0.5);
    outline: none;
    transform: translateY(-2px);
}.contact .reach-query input::placeholder {
    opacity: 0.6;
    color: #000000;
}.contact .reach-query .request-reach {
    flex: 1 0 100%;
    margin-top: 10px;
    display: flex;
    align-items: flex-start;
}.contact .reach-query .request-reach input[type="checkbox"] {
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5);
    appearance: none;
    position: relative;
    width: 24px;
    flex-shrink: 0;
    cursor: pointer;
    -webkit-appearance: none;
    transition: background-color 0.3s ease;
    background-color: rgb(195,194,199);
    border-radius: 10px;
    margin-top: 2px;
    height: 24px;
    margin-right: 10px;
}.contact .reach-query .request-reach input[type="checkbox"]:checked {
    background-color: rgb(130,129,136);
}.contact .reach-query .request-reach input[type="checkbox"]:checked::before {
    width: 6px;
    content: '';
    position: absolute;
    top: 6px;
    height: 10px;
    left: 9px;
    transform: rotate(45deg);
    border-width: 0 2px 2px 0;
    border: solid #ffffff;
}.contact .reach-query .request-reach label {
    line-height: 1.6;
    font-size: 15px;
    color: #000000;
}.contact .reach-query .request-reach label a {
    color: rgb(162,161,167);
    font-weight: 600;
    text-decoration: none;
    position: relative;
}.contact .reach-query .request-reach label a::after {
    background-color: rgb(162,161,167);
    transform-origin: right;
    content: '';
    transition: transform 0.3s ease;
    width: 100%;
    height: 1px;
    position: absolute;
    transform: scaleX(0);
    bottom: -2px;
    left: 0;
}.contact .reach-query .request-reach label a:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}.contact .reach-query .request-help {
    margin-top: 15px;
    background-color: rgb(130,129,136);
    z-index: 1;
    height: 60px;
    font-weight: 600;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
    color: #ffffff;
    flex: 1 0 100%;
    box-shadow: 0 4px 10px rgb(130,129,136,0.5);
    transition: all 0.3s ease;
    overflow: hidden;
    font-size: 15px;
    border: none;
    text-transform: uppercase;
    letter-spacing: 1px;
}.contact .reach-query .request-help::before {
    transform: scaleX(0);
    border-radius: 10px;
    left: 0;
    z-index: -1;
    content: '';
    background: rgb(162,161,167);
    top: 0;
    height: 100%;
    position: absolute;
    transition: transform 0.5s ease;
    transform-origin: right;
    width: 100%;
}.contact .reach-query .request-help:hover {
    box-shadow: 0 6px 15px rgb(162,161,167,0.5);
}.contact .reach-query .request-help:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}.contact .support-block {
    flex-direction: column;
    padding: 50px 30px;
    order: 2;
    color: #ffffff;
    width: 100%;
    background-color: rgb(162,161,167);
    display: flex;
    align-items: center;
    border-radius: 0 0 20px 20px;
    position: relative;
}.contact .support-block::before {
    content: '';
    top: 0;
    width: 100%;
    position: absolute;
    transform: translateY(-15px);
    left: 0;
    background: rgb(162,161,167);
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    height: 30px;
}.contact .support-block h3 {
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 33px;
    text-align: center;
    color: #ffffff;
    position: relative;
    width: 100%;
}.contact .support-block h3::after {
    left: 50%;
    background-color: rgb(130,129,136);
    height: 3px;
    position: absolute;
    bottom: -15px;
    width: 60px;
    transform: translateX(-50%);
    content: '';
}.contact .support-block div {
    position: relative;
    display: flex;
    padding: 0;
    width: 100%;
    max-width: 400px;
    margin-bottom: 30px;
    align-items: center;
}.contact .support-block div::before {
    width: 100%;
    position: absolute;
    content: '';
    left: 0;
    height: 1px;
    bottom: -10px;
    background: linear-gradient(to right, transparent, #ffffff, transparent);
    opacity: 0.2;
}.contact .support-block div:last-child::before {
    display: none;
}.contact .support-block div svg {
    padding: 6px;
    margin-right: 20px;
    height: 32px;
    background-color: rgb(130,129,136);
    box-shadow: 0 4px 10px rgb(130,129,136,0.5);
    border-radius: 50%;
    width: 32px;
}.contact .support-block div svg path {
    fill: #ffffff;
}.contact .support-block div span {
    font-weight: 400;
    color: #ffffff;
    font-size: 14px;
}.contact .support-block div span a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: #ffffff;
    position: relative;
}.contact .support-block div span a::after {
    height: 1px;
    transform-origin: right;
    transform: scaleX(0);
    left: 0;
    position: absolute;
    transition: transform 0.3s ease;
    bottom: -2px;
    content: '';
    width: 100%;
    background-color: #ffffff;
}.contact .support-block div span a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

@media screen and (min-width: 992px) {.contact .connect-support {
    flex-direction: row;
    align-items: stretch;
}.contact .reach-query {
    order: 1;
    width: 60%;
    border-radius: 20px 0 0 20px;
    padding: 60px;
}.contact .support-block {
    order: 2;
    padding: 60px 40px;
    border-radius: 0 20px 20px 0;
    justify-content: center;
    width: 40%;
}.contact .support-block::before {
    transform: translateX(-15px);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 0);
    left: 0;
    width: 30px;
    height: 100%;
    top: 0;
}.contact .reach-query input#email {
    flex: 1 0 100%;
}
}

@media screen and (max-width: 991px) {.contact {
    padding: 80px 0;
}.contact .support-block div {
    max-width: 100%;
}
}

@media screen and (max-width: 767px) {.contact {
    padding: 60px 0;
}.contact .reach-query,
    .contact .support-block {
    padding: 40px 25px;
}.contact .reach-query h3,
    .contact .support-block h3 {
    font-size: calc(20px + 2px);
}.contact .reach-query input[type="text"],
    .contact .reach-query input[type="email"],
    .contact .reach-query .request-help {
    height: 55px;
}
}

@media screen and (max-width: 480px) {.contact {
    padding: 40px 0;
}.contact .reach-query,
    .contact .support-block {
    padding: 30px 20px;
}.contact .support-block div svg {
    width: 28px;
    height: 28px;
    margin-right: 15px;
}}.teaching-experience {
    padding: 5rem 0;
    overflow: hidden;
    z-index: 1;
    background: linear-gradient(135deg, rgb(195,194,199) 0%, rgb(130,129,136,0.5) 100%);
    position: relative;
}.teaching-experience::before {
    content: "";
    position: absolute;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.03) 10px,
        transparent 10px,
        transparent 20px
    );
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
    left: 0;
}.teaching-experience::after {
    content: "";
    right: -5%;
    top: -5%;
    height: 300px;
    transform: translate3d(0, 0, 0);
    filter: blur(40px);
    background: radial-gradient(circle, rgb(130,129,136,0.5) 0%, transparent 70%);
    opacity: 0.4;
    position: absolute;
    z-index: -1;
    width: 300px;
}.teaching-experience .container {
    max-width: 1140px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}.teaching-experience .feedback-stories {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    position: relative;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.96));
    transform: perspective(1000px) rotateY(-1deg);
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.05),
        0 1px 4px rgba(0, 0, 0, 0.03),
        0 20px 40px rgba(0, 0, 0, 0.06);
    gap: 2rem;
    border-left: 4px solid rgb(162,161,167);
    padding: 2.5rem;
    backdrop-filter: blur(10px);
    grid-template-columns: 1fr;
    display: grid;
}.teaching-experience .feedback-stories:hover {
    transform: perspective(1000px) rotateY(0deg);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.08),
        0 3px 10px rgba(0, 0, 0, 0.05),
        0 25px 50px rgba(0, 0, 0, 0.09);
}.teaching-experience .feedback-stories::before {
    opacity: 0.2;
    top: 0;
    content: "";
    right: 0;
    height: 150px;
    width: 150px;
    z-index: 0;
    position: absolute;
    background: linear-gradient(135deg, transparent 50%, rgb(130,129,136,0.5) 50%);
}.teaching-experience .post-thumbnail {
    overflow: hidden;
    transition: all 0.4s ease;
    height: 120px;
    width: 120px;
    box-shadow: 
        0 0 0 3px rgba(255, 255, 255, 0.8),
        0 10px 20px rgba(0, 0, 0, 0.15);
    transform: translateZ(20px) rotate(-2deg);
    border-radius: 0.75rem;
    position: relative;
}.teaching-experience .post-thumbnail::after {
    content: "";
    top: 0;
    z-index: 1;
    position: absolute;
    background: linear-gradient(to bottom, rgba(rgb(162,161,167), 0.1), transparent);
    width: 100%;
    height: 100%;
    left: 0;
}.teaching-experience .feedback-stories:hover .post-thumbnail {
    transform: translateZ(30px) rotate(0deg);
    box-shadow: 
        0 0 0 3px rgba(255, 255, 255, 0.9),
        0 15px 25px rgba(0, 0, 0, 0.2);
}.teaching-experience .name {
    font-size: 18px;
    position: relative;
    color: #000000;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 0.5rem;
}.teaching-experience .name::after {
    background: rgb(162,161,167);
    left: 0;
    content: "";
    width: 40px;
    bottom: -5px;
    position: absolute;
    transition: width 0.3s ease;
    height: 3px;
}.teaching-experience .feedback-stories:hover .name::after {
    width: 60px;
}.teaching-experience .feedback-stories div:nth-child(2) div {
    color: rgb(130,129,136);
    font-size: calc(12px - 0.1rem);
    margin-top: 0.25rem;
    letter-spacing: 0.5px;
    font-weight: 600;
}.teaching-experience .career-tasks {
    line-height: 1.7;
    position: relative;
    margin: 0;
    padding-left: 1.5rem;
    color: #000000;
    font-size: 12px;
}.teaching-experience .career-tasks::before {
    content: "";
    position: absolute;
    opacity: 0.3;
    color: rgb(130,129,136,0.5);
    font-family: serif;
    left: -10px;
    font-size: 5rem;
    line-height: 1;
    top: -20px;
}

@media (min-width: 768px) {.teaching-experience .feedback-stories {
    grid-template-areas:
            "photo info"
            "quote quote";
    gap: 2rem 3rem;
    grid-template-rows: auto 1fr;
    grid-template-columns: auto 1fr;
}.teaching-experience .feedback-stories > div:nth-child(1) {
    grid-area: photo;
}.teaching-experience .feedback-stories > div:nth-child(2) {
    grid-area: info;
    align-self: center;
}.teaching-experience .feedback-stories > div:nth-child(3) {
    grid-area: quote;
}.teaching-experience .post-thumbnail {
    height: 160px;
    width: 160px;
}
}

@media (min-width: 992px) {.teaching-experience {
    padding: 7rem 0;
}.teaching-experience .feedback-stories {
    padding: 3.5rem;
    grid-template-columns: auto 1fr 2fr;
    gap: 0 3rem;
    grid-template-rows: 1fr;
    grid-template-areas: "photo info quote";
}.teaching-experience .feedback-stories > div:nth-child(1) {
    grid-area: photo;
}.teaching-experience .feedback-stories > div:nth-child(2) {
    grid-area: info;
    align-self: center;
}.teaching-experience .feedback-stories > div:nth-child(3) {
    border-left: 1px solid rgba(0, 0, 0, 0.07);
    grid-area: quote;
    padding-left: 3rem;
}.teaching-experience .post-thumbnail {
    width: 180px;
    height: 180px;
}.teaching-experience .career-tasks {
    padding-left: 0;
}.teaching-experience .career-tasks::before {
    left: -30px;
}
}

@media (max-width: 767px) {.teaching-experience {
    padding: 4rem 0;
}.teaching-experience .feedback-stories {
    padding: 2rem;
}.teaching-experience .post-thumbnail {
    margin-bottom: 1rem;
}
}

@media (max-width: 575px) {.teaching-experience .feedback-stories {
    transform: none;
    padding: 1.5rem;
}.teaching-experience .post-thumbnail {
    height: 100px;
    width: 100px;
}.teaching-experience .career-tasks {
    font-size: calc(12px - 0.1rem);
    line-height: 1.6;
}
}

@media (hover: hover) {.teaching-experience .feedback-stories {
    cursor: default;
}.teaching-experience .feedback-stories::after {
    top: 0;
    width: 100%;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.1), transparent);
    height: 100%;
    transform: translateX(-100%);
    left: 0;
    transition: transform 0.8s ease;
    content: "";
    position: absolute;
}.teaching-experience .feedback-stories:hover::after {
    transform: translateX(100%);
}}#cookieWarningPopup {
    display: none;
}#cookieWarningPopup:checked ~ .usageAgreementAlert {
    visibility: hidden;
    opacity: 0;
}.usageAgreementAlert {
    z-index: 90;
    font-family: Arial, sans-serif;
    bottom: 0;
    width: 100%;
    position: fixed;
    border-top: 3px solid rgb(162,161,167);
    padding: 20px 0;
    background: rgb(130,129,136);
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.5);
}.track-ack {
    border: 2px dashed rgb(162,161,167);
    display: flex;
    padding: 20px 5%;
    gap: 20px;
    border-radius: 19px;
    background: rgba(0, 0, 0, 0.5);
    align-items: center;
    justify-content: space-between;
}.usageAgreementAlert h5 {
    font-size: 24px;
    letter-spacing: 1.5px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
    color: rgb(162,161,167);
}.usageAgreementAlert p {
    font-size: 16px;
    color: #ffffff;
    margin: 0;
    position: relative;
    line-height: 1.5;
}.data-control {
    border-radius: 19px;
    justify-content: center;
    padding: 10px;
    background: rgb(162,161,167,0.5);
    flex-shrink: 0;
    align-items: center;
    display: flex;
    margin-right: 20px;
}.data-control svg {
    width: 60px;
    height: 60px;
    fill: rgb(162,161,167);
}.policy-ack {
    font-size: 16px;
    flex-shrink: 0;
    border: 2px solid rgb(162,161,167);
    min-width: 140px;
    padding: 10px 20px;
    line-height: 40px;
    white-space: nowrap;
    text-decoration: none;
    cursor: pointer;
    background: rgb(162,161,167);
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    color: #000000;
    text-align: center;
    border-radius: 10px;
    margin-left: 10px;
}.policy-ack:hover {
    box-shadow: 0 0 10px rgb(130,129,136);
    background-color: rgb(130,129,136);
}.cookie_button.cookie-verify {
    border: 2px solid rgb(130,129,136);
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
}.cookie_button.cookie-verify:hover {
    box-shadow: 0 0 10px rgb(130,129,136);
}.usageAgreementAlert p a {
    color: rgb(162,161,167);
    transition: color 0.3s ease;
    border-bottom: 1px dashed rgb(162,161,167);
    text-decoration: none;
}.usageAgreementAlert p a:hover {
    color: rgb(130,129,136);
}
@media only screen and (max-width: 1200px) {.usageAgreementAlert {
    padding: 15px 0;
}.track-ack {
    padding: 15px 5%;
}.data-control {
    display: none;
}.track-ack {
    flex-direction: column;
    align-items: center;
    text-align: center;
}.usageAgreementAlert h5 {
    font-size: 18px;
    margin-bottom: 10px;
}.cookie-check {
    margin-bottom: 15px;
}.policy-ack {
    margin: 10px 0;
    min-width: 100%;
}}
.thanksSpace {
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(195,194,199) 0%, #ffffff 100%);
    overflow: hidden;
    position: relative;
}.thanksSpace::before {
    animation: float 15s ease-in-out infinite;
    height: 70%;
    content: "";
    transform: rotate(-15deg) skewX(15deg);
    top: -10%;
    width: 40%;
    background: linear-gradient(120deg, rgb(162,161,167,0.5) 0%, rgb(130,129,136,0.5) 100%);
    z-index: 0;
    opacity: 0.4;
    right: -5%;
    position: absolute;
    filter: blur(25px);
}.thanksSpace::after {
    background: linear-gradient(220deg, rgb(130,129,136,0.5) 0%, rgb(162,161,167,0.5) 100%);
    transform: rotate(10deg) skewX(-10deg);
    width: 30%;
    left: -2%;
    height: 60%;
    animation: float 18s ease-in-out infinite reverse;
    content: "";
    position: absolute;
    opacity: 0.3;
    filter: blur(20px);
    bottom: -5%;
    z-index: 0;
}.thanksSpace .container {
    margin: 0 auto;
    padding: 0 1.5rem;
    z-index: 2;
    max-width: 1200px;
    position: relative;
}.thanksSpace .learning-dna {
    backdrop-filter: blur(10px);
    padding: 3.5rem;
    background-color: #ffffff;
    position: relative;
    border-left: 5px solid rgb(162,161,167);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform: perspective(1000px) rotateX(1deg);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.07), 
              0 5px 15px rgba(0, 0, 0, 0.05);
}.thanksSpace .learning-dna:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1),
              0 10px 20px rgba(0, 0, 0, 0.07);
}.thanksSpace .learning-dna::before {
    left: 0;
    mask-image: linear-gradient(45deg, #000 25%, rgba(0, 0, 0, 0.7) 50%, #000 75%);
    width: 100%;
    animation: shimmerMask 8s infinite linear;
    background: linear-gradient(to right, 
               #ffffff 0%, 
               rgba(255, 255, 255, 0.8) 100%);
    top: 0;
    position: absolute;
    z-index: -1;
    height: 100%;
    mask-size: 200% 200%;
    content: "";
}.thanksSpace .learning-dna > div:first-child {
    margin-bottom: 2rem;
    position: relative;
}.thanksSpace .learning-dna > div:first-child::after {
    transition: width 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transform-origin: left center;
    content: "";
    background: linear-gradient(90deg, rgb(162,161,167) 0%, rgb(130,129,136) 100%);
    position: absolute;
    height: 4px;
    width: 60px;
    left: 0;
    bottom: -1rem;
}.thanksSpace .learning-dna:hover > div:first-child::after {
    width: 120px;
}.thanksSpace h5 {
    transform: translateZ(0);
    line-height: 1.4;
    animation: fadeInUp 0.8s forwards 0.2s;
    font-size: 22px;
    position: relative;
    color: #000000;
    font-weight: 600;
    margin: 0;
    opacity: 0;
}.thanksSpace a {
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    display: block;
    transform: translateZ(0);
}.thanksSpace a:hover {
    transform: translateY(-3px);
}.thanksSpace p {
    font-family: Arial, sans-serif;
    margin: 0;
    animation: fadeInUp 0.8s forwards 0.5s;
    line-height: 1.7;
    font-weight: 400;
    font-size: 12px;
    opacity: 0;
    color: #000000;
}

@keyframes float {
  0%, 100% {
    transform: rotate(-15deg) skewX(15deg) translate(0, 0);
  }
  50% {
    transform: rotate(-15deg) skewX(15deg) translate(20px, -20px);
  }
}

@keyframes shimmerMask {
  0% {
    mask-position: 0% 0%;
  }
  100% {
    mask-position: 200% 0%;
  }
}

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

@media (max-width: 992px) {.thanksSpace {
    padding: 5rem 0;
}.thanksSpace .learning-dna {
    padding: 2.5rem;
}.thanksSpace h5 {
    font-size: calc(22px * 0.95);
}
}

@media (max-width: 768px) {.thanksSpace {
    padding: 4rem 0;
}.thanksSpace .learning-dna {
    transform: perspective(1000px) rotateX(0deg);
    padding: 2rem;
}.thanksSpace h5 {
    font-size: calc(22px * 0.9);
}.thanksSpace p {
    font-size: calc(12px * 0.95);
    line-height: 1.6;
}
}

@media (max-width: 576px) {.thanksSpace {
    padding: 3rem 0;
}.thanksSpace .learning-dna {
    border-left-width: 3px;
    padding: 1.5rem;
}.thanksSpace .learning-dna > div:first-child::after {
    height: 3px;
    width: 50px;
}.thanksSpace .learning-dna:hover > div:first-child::after {
    width: 80px;
}.thanksSpace h5 {
    font-size: calc(22px * 0.85);
}.thanksSpace p {
    font-size: calc(12px * 0.9);
    line-height: 1.5;
}}.teaching-process {
    background: rgb(195,194,199);
    padding: 8rem 2rem;
    position: relative;
    overflow: hidden;
}.teaching-process::before {
    z-index: 0;
    opacity: 0.25;
    filter: blur(120px);
    left: -30%;
    animation: floatCircle 15s infinite alternate ease-in-out;
    top: -30%;
    border-radius: 50%;
    position: absolute;
    content: "";
    width: 100%;
    background: rgb(162,161,167,0.5);
    height: 100%;
}.teaching-process::after {
    right: -30%;
    width: 100%;
    filter: blur(120px);
    border-radius: 50%;
    z-index: 0;
    position: absolute;
    content: "";
    animation: floatCircle 15s infinite alternate-reverse ease-in-out;
    bottom: -30%;
    height: 100%;
    opacity: 0.25;
    background: rgb(130,129,136,0.5);
}.teaching-process .learning-dna {
    display: grid;
    gap: 3rem;
    align-items: center;
    position: relative;
    margin: 0 auto;
    grid-template-columns: 1fr 1fr;
    max-width: 1200px;
    z-index: 1;
}.teaching-process h3 {
    font-size: 38px;
    color: #000000;
    position: relative;
    animation: slideInLeft 0.8s ease-out forwards;
    margin: 0;
    font-weight: 700;
    padding: 0;
}.teaching-process h3::before {
    content: "";
    animation: expandLine 1s 0.4s forwards ease-out;
    top: -1rem;
    transform-origin: left;
    height: 4px;
    border-radius: 10px;
    width: 4rem;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(162,161,167), rgb(130,129,136));
}.teaching-process h3::after {
    left: 0;
    transform: scaleX(0);
    width: 2rem;
    animation: expandLine 1s 0.6s forwards ease-out;
    content: "";
    position: absolute;
    border-radius: 10px;
    background: rgb(162,161,167,0.5);
    bottom: -1rem;
    height: 4px;
    transform-origin: left;
}.teaching-process span {
    color: #000000;
    line-height: 1.8;
    padding: 2rem;
    font-size: 13px;
    animation: slideInRight 0.8s ease-out forwards;
    position: relative;
    border-left: 2px solid rgb(130,129,136,0.5);
}.teaching-process span::before {
    height: 8px;
    content: "";
    background: rgb(130,129,136);
    animation: pulse 3s infinite;
    position: absolute;
    border-radius: 50%;
    top: 0;
    width: 8px;
    left: -5px;
}.teaching-process span::after {
    height: 8px;
    left: -5px;
    width: 8px;
    content: "";
    animation: pulse 3s 1.5s infinite;
    background: rgb(162,161,167);
    position: absolute;
    bottom: 0;
    border-radius: 50%;
}

@keyframes floatCircle {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(15%, 15%);
    }
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes expandLine {
    to {
        transform: scaleX(1);
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.7;
    }
}

@media (max-width: 992px) {.teaching-process {
    padding: 6rem 2rem;
}.teaching-process .learning-dna {
    gap: 2rem;
}.teaching-process h3 {
    font-size: calc(38px * 0.9);
}.teaching-process span {
    padding: 1.5rem;
}
}

@media (max-width: 768px) {.teaching-process {
    padding: 5rem 1.5rem;
}.teaching-process .learning-dna {
    gap: 2rem;
    grid-template-columns: 1fr;
}.teaching-process h3 {
    text-align: center;
    font-size: calc(38px * 0.8);
}.teaching-process h3::before,
    .teaching-process h3::after {
    transform: translateX(-50%) scaleX(0);
    left: 50%;
}.teaching-process span {
    border-top: 2px solid rgb(130,129,136,0.5);
    padding: 1.5rem;
    border-left: none;
    font-size: calc(13px * 0.95);
}.teaching-process span::before,
    .teaching-process span::after {
    left: 50%;
    transform: translateX(-50%);
}.teaching-process span::before {
    left: 50%;
    top: -5px;
}.teaching-process span::after {
    bottom: auto;
    top: -5px;
    left: calc(50% + 15px);
}@keyframes expandLine {
        to {
            transform: translateX(-50%) scaleX(1);
        }
    }
    
    @keyframes pulse {
        0%, 100% {
            transform: translateX(-50%) scale(1);
            opacity: 1;
        }
        50% {
            transform: translateX(-50%) scale(1.5);
            opacity: 0.7;
        }
    }
}.educational-rewards {
    padding: 90px 0;
    background: linear-gradient(110deg, rgb(195,194,199) 60%, rgb(162,161,167,0.5) 100%);
    position: relative;
    overflow: hidden;
}.educational-rewards::before {
    position: absolute;
    background: radial-gradient(circle at top right, rgb(130,129,136,0.5) 0%, transparent 70%);
    height: 100%;
    top: 0;
    opacity: 0.4;
    content: "";
    right: 0;
    width: 60%;
}.educational-rewards .container {
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 2;
}.educational-rewards .learning-dna {
    flex-direction: row-reverse;
    align-items: center;
    display: flex;
    gap: 50px;
    position: relative;
}.educational-rewards .post-thumbnail {
    z-index: 1;
    transform: translateY(-15px);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.6s ease;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
    max-width: 500px;
    flex: 0 0 45%;
    border-radius: 11px;
    position: relative;
}.educational-rewards .post-thumbnail::after {
    bottom: -15px;
    transition: all 0.6s ease;
    top: 15px;
    content: "";
    z-index: -1;
    position: absolute;
    right: -15px;
    border-radius: 11px;
    border: 2px solid rgb(162,161,167);
    opacity: 0.3;
    left: 15px;
}.educational-rewards .post-thumbnail:hover {
    box-shadow: 0 25px 40px rgba(0, 0, 0, 0.18);
    transform: translateY(-5px);
}.educational-rewards .post-thumbnail:hover::after {
    top: 10px;
    right: -10px;
    left: 10px;
    bottom: -10px;
    opacity: 0.6;
}.educational-rewards .statement-box {
    border-radius: 11px;
    padding: 40px 50px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    flex: 1;
}.educational-rewards h3 {
    position: relative;
    font-size: 36px;
    display: inline-block;
    font-weight: 700;
    color: #000000;
    margin-bottom: 35px;
}.educational-rewards h3::after {
    position: absolute;
    border-radius: 10px;
    content: "";
    bottom: -12px;
    background: linear-gradient(to right, rgb(162,161,167), rgb(130,129,136));
    width: 100%;
    height: 4px;
    left: 0;
}.educational-rewards ul {
    flex-direction: column;
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 25px;
}.educational-rewards li {
    background: linear-gradient(to right, #ffffff, rgb(195,194,199) 120%);
    padding: 15px 20px;
    position: relative;
    border-radius: 10px;
    transition: all 0.3s ease;
}.educational-rewards li:hover {
    background: linear-gradient(to right, #ffffff, rgb(130,129,136,0.5) 120%);
    transform: translateX(5px);
}.educational-rewards li p {
    line-height: 1.5;
    color: #000000;
    margin: 0;
    font-weight: 400;
    gap: 16px;
    font-size: 17px;
    display: flex;
    align-items: center;
}.educational-rewards svg {
    align-items: center;
    transition: all 0.3s ease;
    flex-shrink: 0;
    justify-content: center;
    background: #ffffff;
    display: flex;
    padding: 4px;
    border-radius: 50%;
    height: 22px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 22px;
}.educational-rewards svg path {
    fill: rgb(162,161,167);
    transition: fill 0.3s ease;
}.educational-rewards li:hover svg {
    transform: scale(1.1);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}.educational-rewards li:hover svg path {
    fill: rgb(130,129,136);
}

@media (max-width: 992px) {.educational-rewards {
    padding: 70px 0;
}.educational-rewards .learning-dna {
    gap: 40px;
    flex-direction: column;
}.educational-rewards .post-thumbnail {
    width: 85%;
    flex: 0 0 100%;
    transform: translateY(0);
    margin: 0 auto;
}.educational-rewards .statement-box {
    width: 100%;
    padding: 35px 30px;
}
}

@media (max-width: 576px) {.educational-rewards {
    padding: 50px 0;
}.educational-rewards .post-thumbnail {
    width: 100%;
}.educational-rewards .post-thumbnail::after {
    display: none;
}.educational-rewards .statement-box {
    padding: 30px 25px;
}.educational-rewards h3 {
    margin-bottom: 30px;
    font-size: 22px;
}.educational-rewards ul {
    gap: 20px;
}.educational-rewards li {
    padding: 12px 15px;
}.educational-rewards svg {
    width: 20px;
    height: 20px;
}
}