﻿* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}.patent-info-spt {
    flex: 0 0 auto;
}a {
    color: inherit;
    text-decoration: none;
}.main-tutor-JQg {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}svg {
    height: 30px;
    width: 30px;
}.container {
    margin: auto;
    width: 1168px;
    max-width: 100%;
}.wrapper-viewport-NxZ {
    flex-direction: column;
    min-height: 100%;
    display: flex;
    height: 100%;
}html,body {
    height: 100%;
    color: #000000;
    min-height: 100%;
    font-family: Arial, sans-serif;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.stay-connected-xYd {
    padding: 4rem 2rem;
    background: linear-gradient(135deg, rgb(105,155,155,0.5), rgb(164,176,188));
    position: relative;
    overflow: hidden;
}.stay-connected-xYd::before {
    height: 300px;
    z-index: 0;
    top: -10%;
    width: 300px;
    content: "";
    transform: rotate(-15deg);
    background: radial-gradient(circle, rgb(255, 255, 255, 0.5) 0%, transparent 70%);
    right: -5%;
    position: absolute;
    opacity: 0.2;
}.stay-connected-xYd::after {
    bottom: -8%;
    height: 200px;
    position: absolute;
    background: radial-gradient(circle, rgb(255, 255, 255, 0.5) 0%, transparent 70%);
    z-index: 0;
    opacity: 0.15;
    left: -5%;
    content: "";
    width: 200px;
}.stay-connected-xYd .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 1;
}.stay-connected-xYd .online-mastery-acR {
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    align-items: center;
    gap: 2rem;
    flex-direction: column;
    padding: 3rem 2rem;
    display: flex;
    background: linear-gradient(145deg, rgba(255,255,255,0.1), rgba(255,255,255,0.03));
    position: relative;
    backdrop-filter: blur(10px);
    justify-content: center;
    transform: perspective(1000px) rotateX(2deg);
}.stay-connected-xYd .online-mastery-acR::before {
    pointer-events: none;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
    height: 100%;
    width: 100%;
    animation: lightSweep 8s ease-in-out infinite;
    left: 0;
    top: 0;
}.stay-connected-xYd h4 {
    margin: 0;
    font-size: calc(18px * 1.1);
    font-weight: 600;
    transform: translateY(0);
    color: #ffffff;
    letter-spacing: 0.015em;
    text-align: center;
    text-shadow: 0 2px 4px rgba(0,0,0,0.15);
    max-width: 700px;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    line-height: 1.4;
}.stay-connected-xYd .input_holder {
    gap: 1rem;
    flex-direction: column;
    width: 100%;
    position: relative;
    display: flex;
    max-width: 500px;
}.stay-connected-xYd .input_holder::after {
    height: 1px;
    position: absolute;
    content: "";
    width: 90%;
    bottom: -15px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, rgb(255, 255, 255, 0.5), transparent);
    left: 50%;
}.stay-connected-xYd .input_holder span {
    width: 100%;
    position: relative;
}.stay-connected-xYd input[type="email"] {
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    font-size: 16px;
    color: #ffffff;
    border: 1px solid rgba(255,255,255,0.2);
    padding: 1rem 1.5rem;
    outline: none;
    backdrop-filter: blur(5px);
    width: 100%;
    background: rgba(255,255,255,0.1);
}.stay-connected-xYd input[type="email"]::placeholder {
    color: rgba(255,255,255,0.7);
}.stay-connected-xYd input[type="email"]:focus {
    transform: translateY(-2px);
    box-shadow: 0 0 15px rgba(255,255,255,0.1);
    background: rgba(255,255,255,0.15);
    border-color: rgb(105,155,155);
}.stay-connected-xYd .sub-cards-hyO {
    font-size: 18px;
    padding: 1rem;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    width: 100%;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 0.05em;
    position: relative;
    background: rgb(164,176,188);
    transform: translateZ(0);
    font-family: Arial, sans-serif;
    border: none;
    cursor: pointer;
    overflow: hidden;
}.stay-connected-xYd .sub-cards-hyO::before {
    width: 100%;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    height: 100%;
    position: absolute;
    transition: all 0.6s ease;
    content: "";
    top: 0;
}.stay-connected-xYd .sub-cards-hyO:hover {
    transform: translateY(-3px) translateZ(0);
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
    background: rgb(105,155,155);
}.stay-connected-xYd .sub-cards-hyO:hover::before {
    left: 100%;
}.stay-connected-xYd .sub-cards-hyO:active {
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    transform: translateY(0) translateZ(0);
}

@keyframes lightSweep {
    0% {
        opacity: 0;
        transform: translateX(-100%) skewX(-15deg);
    }
    20% {
        opacity: 0.3;
    }
    60% {
        opacity: 0;
    }
    100% {
        opacity: 0;
        transform: translateX(100%) skewX(-15deg);
    }
}

@media (min-width: 768px) {.stay-connected-xYd {
    padding: 5rem 3rem;
}.stay-connected-xYd .online-mastery-acR {
    transform: perspective(1000px) rotateX(1deg);
    flex-direction: row;
    padding: 3.5rem 3rem;
    gap: 3rem;
}.stay-connected-xYd h4 {
    flex: 1;
    text-align: left;
}.stay-connected-xYd .input_holder {
    max-width: none;
    flex: 1;
}.stay-connected-xYd .input_holder::after {
    display: none;
}
}

@media (max-width: 767px) {.stay-connected-xYd .online-mastery-acR {
    padding: 2.5rem 1.5rem;
}.stay-connected-xYd h4 {
    font-size: calc(16px * 1.1);
}.stay-connected-xYd input[type="email"],
    .stay-connected-xYd .sub-cards-hyO {
    padding: 0.8rem 1.2rem;
}
}

@media (hover: none) {.stay-connected-xYd .sub-cards-hyO:hover {
    box-shadow: none;
    transform: none;
}
}

@media (prefers-reduced-motion: reduce) {.stay-connected-xYd .online-mastery-acR::before {
    animation: none;
}.stay-connected-xYd input[type="email"]:focus,
    .stay-connected-xYd .sub-cards-hyO:hover,
    .stay-connected-xYd .sub-cards-hyO:active {
    transform: none;
}}.mentorship-experience-xed {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(223,227,231) 0%, rgb(105,155,155,0.5) 100%);
    padding: 5rem 0;
}.mentorship-experience-xed::before {
    top: 0;
    height: 5px;
    position: absolute;
    background: linear-gradient(90deg, rgb(164,176,188) 0%, rgb(105,155,155) 50%, rgb(164,176,188) 100%);
    right: 0;
    content: "";
    z-index: 1;
    left: 0;
}.mentorship-experience-xed::after {
    animation: patternShift 30s infinite alternate ease-in-out;
    width: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.03) 5px,
        transparent 5px,
        transparent 10px
    );
    transform-origin: bottom left;
    content: "";
    height: 40%;
    bottom: 0;
    position: absolute;
    z-index: 0;
    left: 0;
}.mentorship-experience-xed .container {
    padding: 0 1.5rem;
    z-index: 2;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}.mentorship-experience-xed .review-feedback-qyu {
    gap: 2rem;
    padding: 2rem;
    grid-template-columns: 1fr;
    transform-style: preserve-3d;
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    display: grid;
    background-color: #ffffff;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
}.mentorship-experience-xed .review-feedback-qyu:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12), 0 10px 20px rgba(0, 0, 0, 0.08);
}.mentorship-experience-xed .review-feedback-qyu > div:nth-child(1) {
    align-items: center;
    transform: translateZ(20px);
    justify-content: center;
    display: flex;
}.mentorship-experience-xed .review-feedback-qyu .image-stack-mWu {
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                clip-path 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    clip-path: polygon(0% 15%, 15% 0%, 85% 0%, 100% 15%, 100% 85%, 85% 100%, 15% 100%, 0% 85%);
    width: 180px;
    transform: translateZ(30px);
    border: 4px solid #ffffff;
    height: 180px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden;
}.mentorship-experience-xed .review-feedback-qyu:hover .image-stack-mWu {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    transform: translateZ(40px) scale(1.05);
}.mentorship-experience-xed .review-feedback-qyu > div:nth-child(2) {
    display: flex;
    align-items: center;
    transform: translateZ(10px);
    position: relative;
    text-align: center;
    flex-direction: column;
}.mentorship-experience-xed .review-feedback-qyu .name {
    position: relative;
    font-size: calc(23px * 1.2);
    color: #000000;
    font-weight: 700;
    margin: 0 0 0.5rem;
    transform: translateZ(15px);
    display: inline-block;
}.mentorship-experience-xed .review-feedback-qyu .name::after {
    content: "";
    transition: width 0.5s ease;
    width: 0;
    left: 0;
    height: 2px;
    background-color: rgb(164,176,188);
    position: absolute;
    bottom: -5px;
}.mentorship-experience-xed .review-feedback-qyu:hover .name::after {
    width: 100%;
}.mentorship-experience-xed .review-feedback-qyu > div:nth-child(2) > div {
    font-weight: 600;
    color: rgb(105,155,155);
    transition: opacity 0.5s ease, transform 0.5s ease;
    opacity: 0;
    letter-spacing: 0.5px;
    transform: translateY(10px);
    font-size: calc(18px * 1.05);
}.mentorship-experience-xed .review-feedback-qyu:hover > div:nth-child(2) > div {
    transform: translateY(0);
    opacity: 1;
}.mentorship-experience-xed .review-feedback-qyu > div:nth-child(3) {
    transform: translateZ(5px);
    position: relative;
}.mentorship-experience-xed .review-feedback-qyu .exp-summary-sdu {
    line-height: 1.8;
    padding: 0 1rem;
    margin: 0;
    color: #000000;
    font-size: 18px;
    position: relative;
}.mentorship-experience-xed .review-feedback-qyu .exp-summary-sdu::before,
.mentorship-experience-xed .review-feedback-qyu .exp-summary-sdu::after {
    position: absolute;
    line-height: 1;
    font-size: 4rem;
    content: "";
    color: rgb(164,176,188,0.5);
    font-family: serif;
}.mentorship-experience-xed .review-feedback-qyu .exp-summary-sdu::before {
    top: -1.5rem;
    left: -1rem;
}.mentorship-experience-xed .review-feedback-qyu .exp-summary-sdu::after {
    bottom: -3rem;
    transform: rotate(180deg);
    right: -1rem;
}

@keyframes patternShift {
    0% {
        transform: skewY(-2deg) translateX(-5%);
    }
    100% {
        transform: skewY(2deg) translateX(5%);
    }
}

@media (min-width: 768px) {.mentorship-experience-xed {
    padding: 7rem 0;
}.mentorship-experience-xed .review-feedback-qyu {
    grid-template-columns: 220px 1fr;
    gap: 2.5rem 3rem;
    grid-template-rows: auto 1fr;
    padding: 3rem;
}.mentorship-experience-xed .review-feedback-qyu > div:nth-child(1) {
    grid-row: span 2;
}.mentorship-experience-xed .review-feedback-qyu > div:nth-child(2) {
    text-align: left;
    align-items: flex-start;
}.mentorship-experience-xed .review-feedback-qyu > div:nth-child(3) {
    grid-column: 2;
}.mentorship-experience-xed .review-feedback-qyu .image-stack-mWu {
    width: 220px;
    height: 220px;
}
}

@media (min-width: 1024px) {.mentorship-experience-xed .review-feedback-qyu {
    padding: 4rem;
    gap: 3rem 4rem;
}.mentorship-experience-xed .review-feedback-qyu .image-stack-mWu {
    height: 250px;
    width: 250px;
}.mentorship-experience-xed .review-feedback-qyu .exp-summary-sdu {
    font-size: calc(18px * 1.05);
    padding: 0 2rem;
}
}

@media (max-width: 767px) {.mentorship-experience-xed .review-feedback-qyu {
    transform: perspective(1000px) rotateX(0deg);
    padding: 1.5rem;
}.mentorship-experience-xed .review-feedback-qyu .name {
    font-size: 23px;
}.mentorship-experience-xed .review-feedback-qyu > div:nth-child(2) > div {
    transform: translateY(0);
    opacity: 1;
}.mentorship-experience-xed .review-feedback-qyu .exp-summary-sdu {
    padding: 0;
}.mentorship-experience-xed .review-feedback-qyu .exp-summary-sdu::before,
    .mentorship-experience-xed .review-feedback-qyu .exp-summary-sdu::after {
    font-size: 3rem;
}
}

@media (prefers-reduced-motion: reduce) {.mentorship-experience-xed::after {
    animation: none;
}.mentorship-experience-xed .review-feedback-qyu,
    .mentorship-experience-xed .review-feedback-qyu:hover,
    .mentorship-experience-xed .review-feedback-qyu .image-stack-mWu,
    .mentorship-experience-xed .review-feedback-qyu:hover .image-stack-mWu {
    transition: none;
    transform: none;
}}.secure-sanctuary-doO {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    padding: 4rem 2rem;
    position: relative;
    background: linear-gradient(145deg, rgb(223,227,231), #ffffff);
    overflow: hidden;
}.secure-sanctuary-doO::before {
    position: absolute;
    height: 100%;
    background: 
        radial-gradient(circle at 10% 90%, rgb(105,155,155,0.5), transparent 40%),
        radial-gradient(circle at 90% 10%, rgb(164,176,188,0.5), transparent 45%);
    pointer-events: none;
    left: 0;
    z-index: 0;
    top: 0;
    width: 100%;
    opacity: 0.15;
    content: "";
}.secure-sanctuary-doO .container {
    opacity: 0;
    position: relative;
    animation: fadeIn 0.8s ease-out forwards;
    margin: 0 auto;
    max-width: 1140px;
    z-index: 1;
}.secure-sanctuary-doO h1 {
    opacity: 0;
    position: relative;
    font-size: 44px;
    margin-bottom: 2rem;
    color: #000000;
    font-weight: 700;
    animation: slideUp 0.7s ease-out forwards 0.2s;
    transform: translateY(10px);
    display: inline-block;
}.secure-sanctuary-doO h1::after {
    left: 0;
    transform-origin: left;
    background: rgb(164,176,188);
    content: "";
    transform: scaleX(0);
    animation: expandLine 0.7s ease-out forwards 0.7s;
    position: absolute;
    bottom: -0.5rem;
    width: 3.5rem;
    height: 3px;
}.secure-sanctuary-doO h2 {
    animation: slideUp 0.7s ease-out forwards 0.3s;
    opacity: 0;
    position: relative;
    padding-left: 1rem;
    margin: 2.5rem 0 1.5rem;
    font-size: 32px;
    font-weight: 600;
    color: #000000;
    transform: translateY(10px);
}.secure-sanctuary-doO h2::before {
    left: 0;
    content: "";
    height: 85%;
    top: 0.25rem;
    background: rgb(105,155,155);
    width: 4px;
    position: absolute;
    border-radius: 2px;
}.secure-sanctuary-doO h3 {
    animation: slideUp 0.7s ease-out forwards 0.4s;
    color: #000000;
    margin: 2.2rem 0 1.2rem;
    opacity: 0;
    font-weight: 600;
    font-size: calc(32px * 0.85);
    position: relative;
    transform: translateY(10px);
    padding-left: 0.8rem;
}.secure-sanctuary-doO h3::before {
    background: rgb(105,155,155);
    top: 0.25rem;
    border-radius: 1.5px;
    width: 3px;
    height: 80%;
    position: absolute;
    left: 0;
    opacity: 0.8;
    content: "";
}.secure-sanctuary-doO h4 {
    padding-left: 0.7rem;
    transform: translateY(10px);
    font-weight: 600;
    position: relative;
    color: #000000;
    opacity: 0;
    animation: slideUp 0.7s ease-out forwards 0.5s;
    margin: 2rem 0 1rem;
    font-size: calc(32px * 0.75);
}.secure-sanctuary-doO h4::before {
    width: 2px;
    left: 0;
    opacity: 0.7;
    top: 0.25rem;
    background: rgb(105,155,155);
    content: "";
    position: absolute;
    height: 75%;
    border-radius: 1px;
}.secure-sanctuary-doO p {
    max-width: 90ch;
    line-height: 1.75;
    opacity: 0;
    transform: translateY(10px);
    margin-bottom: 1.5rem;
    animation: slideUp 0.7s ease-out forwards 0.4s;
    font-size: 18px;
    color: #000000;
}.secure-sanctuary-doO ul {
    animation: fadeIn 0.8s ease-out forwards 0.6s;
    max-width: 85ch;
    opacity: 0;
    padding-left: 2rem;
    margin-bottom: 2rem;
}.secure-sanctuary-doO li {
    line-height: 1.75;
    font-size: 18px;
    padding-left: 0.5rem;
    margin-bottom: 1rem;
    position: relative;
    color: #000000;
}.secure-sanctuary-doO li::marker {
    font-size: 1.2em;
    color: rgb(164,176,188);
}.secure-sanctuary-doO span {
    transform: translateY(10px);
    display: block;
    color: #000000;
    max-width: 90ch;
    animation: slideUp 0.7s ease-out forwards 0.5s;
    opacity: 0;
    line-height: 1.75;
    font-size: 18px;
    border-left: 1px solid rgb(105,155,155,0.5);
    padding-left: 1rem;
    margin-bottom: 1.5rem;
}.secure-sanctuary-doO strong {
    color: #000000;
    display: inline-block;
    position: relative;
    font-weight: 600;
}

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

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

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

@media (min-width: 768px) {.secure-sanctuary-doO {
    padding: 6rem 3rem;
}.secure-sanctuary-doO .container {
    padding: 0 2rem;
}.secure-sanctuary-doO h1 {
    font-size: calc(44px * 1.1);
    margin-bottom: 3rem;
}.secure-sanctuary-doO h1::after {
    width: 4.5rem;
}.secure-sanctuary-doO h2 {
    margin: 3rem 0 1.8rem;
    padding-left: 1.2rem;
    font-size: calc(32px * 1.05);
}.secure-sanctuary-doO h2::before {
    width: 5px;
}.secure-sanctuary-doO p, 
    .secure-sanctuary-doO li,
    .secure-sanctuary-doO span {
    line-height: 1.8;
    font-size: calc(18px * 1.05);
}
}

@media (min-width: 992px) {.secure-sanctuary-doO {
    background: linear-gradient(165deg, rgb(223,227,231), #ffffff);
    padding: 7rem 4rem;
}.secure-sanctuary-doO .container {
    padding: 0 3rem;
}.secure-sanctuary-doO h1 {
    margin-bottom: 3.5rem;
    font-size: calc(44px * 1.2);
}.secure-sanctuary-doO h1::after {
    width: 5rem;
    height: 4px;
}.secure-sanctuary-doO p {
    margin-bottom: 2rem;
}.secure-sanctuary-doO h2::before {
    background: linear-gradient(to bottom, rgb(164,176,188), rgb(105,155,155));
}.secure-sanctuary-doO li {
    margin-bottom: 1.2rem;
}.secure-sanctuary-doO span {
    padding-left: 1.5rem;
    border-left: 2px solid rgb(105,155,155,0.5);
}
}

@media (min-width: 1200px) {.secure-sanctuary-doO {
    padding: 8rem 5rem;
}.secure-sanctuary-doO::before {
    background: 
            radial-gradient(circle at 5% 95%, rgb(105,155,155,0.5), transparent 40%),
            radial-gradient(circle at 95% 5%, rgb(164,176,188,0.5), transparent 45%);
}.secure-sanctuary-doO .container {
    padding: 0 4rem;
}.secure-sanctuary-doO h1 {
    font-size: calc(44px * 1.3);
}.secure-sanctuary-doO h1::after {
    bottom: -0.7rem;
    width: 5.5rem;
    height: 5px;
}.secure-sanctuary-doO ul {
    padding-left: 2.5rem;
}
}

@media (hover: hover) {.secure-sanctuary-doO li:hover::marker {
    color: rgb(105,155,155);
}.secure-sanctuary-doO strong:hover {
    transition: color 0.3s ease;
    color: rgb(164,176,188);
}
}

@media (max-width: 767px) {.secure-sanctuary-doO {
    padding: 3rem 1.5rem;
}.secure-sanctuary-doO h1 {
    margin-bottom: 1.8rem;
    font-size: calc(44px * 0.9);
}.secure-sanctuary-doO h2 {
    margin: 2rem 0 1.2rem;
    font-size: calc(32px * 0.95);
}.secure-sanctuary-doO p, 
    .secure-sanctuary-doO li,
    .secure-sanctuary-doO span {
    line-height: 1.7;
    font-size: calc(18px * 0.98);
}.secure-sanctuary-doO ul {
    padding-left: 1.5rem;
}
}

@media (prefers-reduced-motion: reduce) {.secure-sanctuary-doO .container,
    .secure-sanctuary-doO h1,
    .secure-sanctuary-doO h2,
    .secure-sanctuary-doO h3,
    .secure-sanctuary-doO h4,
    .secure-sanctuary-doO p,
    .secure-sanctuary-doO ul,
    .secure-sanctuary-doO span {
    transform: none;
    animation: none;
    opacity: 1;
}.secure-sanctuary-doO h1::after {
    animation: none;
    transform: scaleX(1);
}}.our-mission-dMJ {
    position: relative;
    overflow: hidden;
    padding: 120px 0 100px;
    z-index: 1;
}.our-mission-dMJ::before {
    left: 0;
    z-index: -1;
    background: linear-gradient(135deg, rgb(164,176,188,0.5), rgba(0, 0, 0, 0.5) 85%);
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
}.our-mission-dMJ::after {
    bottom: -50px;
    clip-path: polygon(0 0, 100% 0, 100% 75%, 50% 100%, 0 75%);
    right: -50px;
    z-index: -1;
    height: 300px;
    content: "";
    width: 300px;
    animation: float 15s ease-in-out infinite;
    background: rgb(105,155,155);
    opacity: 0.1;
    transform: rotate(25deg);
    position: absolute;
}.our-mission-dMJ .container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    padding: 0 20px;
    gap: 2rem;
    position: relative;
}.our-mission-dMJ h2 {
    opacity: 0;
    font-size: 35px;
    display: inline-block;
    font-weight: 700;
    transform: translateX(-10px);
    margin-bottom: 2.5rem;
    color: #ffffff;
    animation: slideIn 0.8s 0.2s forwards ease-out;
    position: relative;
}.our-mission-dMJ h2::after {
    width: 60px;
    background: rgb(105,155,155);
    position: absolute;
    content: "";
    left: 0;
    bottom: -12px;
    animation: scaleIn 1.2s 0.6s forwards cubic-bezier(0.16, 1, 0.3, 1);
    height: 4px;
    transform-origin: left;
    transform: scaleX(0);
}.our-mission-dMJ .content-column-ctu {
    background: rgba(255, 255, 255, 0.95);
    border-left: 4px solid rgb(164,176,188);
    backdrop-filter: blur(5px);
    opacity: 0;
    animation: fadeUp 1s 0.5s forwards ease-out;
    transform: translateY(20px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    position: relative;
    border-radius: 10px;
    padding: 3.5rem 2.5rem;
}.our-mission-dMJ .content-column-ctu::before {
    background: rgb(164,176,188);
    border-radius: 50% 50% 0 50%;
    height: 70px;
    top: -30px;
    right: 40px;
    position: absolute;
    width: 70px;
    content: "";
    opacity: 0.15;
    transform: rotate(-15deg);
}.our-mission-dMJ .content-column-ctu > div {
    position: relative;
}.our-mission-dMJ .content-column-ctu p {
    padding-right: 15px;
    transform: translateY(10px);
    opacity: 0;
    animation: fadeUp 0.8s 0.8s forwards ease-out;
    margin-bottom: 1.5rem;
    position: relative;
    color: #000000;
    display: inline-block;
    font-size: calc(16px * 1.4);
    font-weight: 600;
}.our-mission-dMJ .content-column-ctu p::after {
    animation: scaleIn 1.2s 1.2s forwards cubic-bezier(0.16, 1, 0.3, 1);
    transform: scaleX(0);
    background: rgb(105,155,155);
    right: -40px;
    content: "";
    position: absolute;
    transform-origin: left;
    top: 50%;
    width: 40px;
    height: 2px;
}.our-mission-dMJ .content-column-ctu div div {
    opacity: 0;
    column-count: 1;
    text-align: justify;
    font-size: 16px;
    transform: translateY(15px);
    animation: fadeUp 1s 1s forwards ease-out;
    column-gap: 2.5rem;
    line-height: 1.8;
    color: #000000;
}

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

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

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

@keyframes float {
    0%, 100% {
        transform: rotate(25deg) translateY(0);
    }
    50% {
        transform: rotate(22deg) translateY(-20px);
    }
}


@media (min-width: 768px) {.our-mission-dMJ {
    padding: 150px 0 130px;
}.our-mission-dMJ .container {
    grid-template-columns: 1fr;
    gap: 3rem;
}.our-mission-dMJ h2 {
    margin-bottom: 3rem;
    font-size: calc(35px * 1.2);
}.our-mission-dMJ h2::after {
    height: 5px;
    width: 80px;
}.our-mission-dMJ .content-column-ctu {
    transform: perspective(1000px) rotateY(-2deg);
    padding: 4rem 3.5rem;
    transition: transform 0.6s ease;
}.our-mission-dMJ .content-column-ctu:hover {
    transform: perspective(1000px) rotateY(0);
}.our-mission-dMJ .content-column-ctu div div {
    column-count: 2;
}
}

@media (min-width: 992px) {.our-mission-dMJ {
    padding: 180px 0 150px;
}.our-mission-dMJ::before {
    background: linear-gradient(135deg, rgb(164,176,188,0.5), rgba(0, 0, 0, 0.5) 70%);
}.our-mission-dMJ .container {
    grid-template-columns: 1fr;
}.our-mission-dMJ h2 {
    font-size: calc(35px * 1.4);
}.our-mission-dMJ .content-column-ctu {
    margin-left: 2rem;
    padding: 4.5rem 4rem;
}.our-mission-dMJ .content-column-ctu::after {
    height: 40px;
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
    bottom: -20px;
    content: "";
    width: 120px;
    left: 80px;
    opacity: 0.1;
    background: rgb(105,155,155);
}.our-mission-dMJ .content-column-ctu div div {
    column-count: 2;
}
}

@media (min-width: 1200px) {.our-mission-dMJ .container {
    padding: 0 50px;
}.our-mission-dMJ h2 {
    margin-left: 50px;
}.our-mission-dMJ .content-column-ctu {
    margin-left: 5rem;
    padding: 5rem;
    margin-right: 5rem;
}.our-mission-dMJ .content-column-ctu div div {
    column-count: 2;
    column-gap: 3rem;
}
}

@media (max-width: 767px) {.our-mission-dMJ {
    padding: 80px 0 70px;
}.our-mission-dMJ::after {
    height: 150px;
    width: 150px;
    bottom: -25px;
    right: -25px;
}.our-mission-dMJ .container {
    padding: 0 15px;
}.our-mission-dMJ h2 {
    font-size: calc(35px * 0.9);
    margin-bottom: 2rem;
}.our-mission-dMJ .content-column-ctu {
    padding: 2.5rem 1.5rem;
}.our-mission-dMJ .content-column-ctu p {
    font-size: calc(16px * 1.2);
}.our-mission-dMJ .content-column-ctu div div {
    font-size: calc(16px * 0.95);
    line-height: 1.6;
}}.course-features-AKP {
    position: relative;
    overflow: hidden;
    background: rgb(223,227,231);
    padding: 8rem 0;
}.course-features-AKP::before {
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0.6;
    z-index: 1;
    position: absolute;
    left: 0;
    background: linear-gradient(135deg, rgb(223,227,231) 0%, rgb(164,176,188,0.5) 100%);
}.course-features-AKP::after {
    left: 0;
    opacity: 0.15;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-image: 
        repeating-linear-gradient(0deg, transparent, transparent 15px, rgb(105,155,155,0.5) 15px, rgb(105,155,155,0.5) 16px),
        repeating-linear-gradient(90deg, transparent, transparent 15px, rgb(164,176,188,0.5) 15px, rgb(164,176,188,0.5) 16px);
    animation: gridShift 30s infinite linear;
    z-index: 1;
    position: absolute;
    background-size: 4rem 4rem;
}.course-features-AKP .container {
    position: relative;
    z-index: 3;
}.course-features-AKP .online-mastery-acR {
    grid-template-columns: repeat(12, 1fr);
    position: relative;
    gap: 1rem;
    grid-template-rows: repeat(8, minmax(50px, auto));
    display: grid;
}.course-features-AKP .learn-route-BqH {
    position: relative;
    background: #ffffff;
    border-radius: 17px;
    grid-row: 2 / 8;
    grid-column: 1 / 9;
    z-index: 5;
    padding: 3rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}.course-features-AKP .image-stack-mWu {
    z-index: 3;
    grid-column: 7 / 13;
    grid-row: 1 / 7;
    overflow: hidden;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    clip-path: polygon(0% 15%, 100% 0%, 100% 85%, 0% 100%);
    border-radius: 17px;
    position: relative;
}.course-features-AKP .image-stack-mWu::before {
    left: 0;
    z-index: 2;
    position: absolute;
    width: 100%;
    top: 0;
    background: linear-gradient(45deg, rgb(164,176,188,0.5) 0%, transparent 70%);
    content: "";
    height: 100%;
}.course-features-AKP .image-stack-mWu::after {
    content: "";
    z-index: 1;
    clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
    position: absolute;
    opacity: 0.6;
    height: 70%;
    right: -5px;
    width: 70%;
    border-radius: 10px;
    bottom: -5px;
    border: 2px solid rgb(105,155,155);
}.course-features-AKP .main-know-ZbY {
    top: -2rem;
    position: absolute;
    width: 5rem;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: rotate(-5deg);
    transition: transform 0.3s ease-out;
    border-radius: 50%;
    justify-content: center;
    height: 5rem;
    display: flex;
    z-index: 10;
    background: #ffffff;
    align-items: center;
    right: 3rem;
}.course-features-AKP .main-know-ZbY:hover {
    transform: rotate(0deg) scale(1.05);
}.course-features-AKP .main-know-ZbY svg {
    width: 3rem;
    height: 3rem;
    transition: all 0.3s ease;
}.course-features-AKP .main-know-ZbY:hover svg {
    transform: scale(1.1);
}.course-features-AKP .main-know-ZbY svg path {
    fill: rgb(164,176,188);
}.course-features-AKP h3 {
    padding-left: 1rem;
    line-height: 1.3;
    margin-bottom: 1.5rem;
    font-size: 31px;
    position: relative;
    color: #000000;
    border-left: 4px solid rgb(164,176,188);
    font-weight: 700;
}.course-features-AKP p {
    position: relative;
    margin-bottom: 0;
    color: #000000;
    line-height: 1.8;
    font-size: 16px;
}.course-features-AKP .online-mastery-acR::before {
    opacity: 0.6;
    content: "";
    z-index: 1;
    animation: moveCircle 20s infinite alternate;
    left: -6rem;
    height: 12rem;
    border-radius: 50%;
    width: 12rem;
    top: -6rem;
    position: absolute;
    background: rgb(164,176,188,0.5);
    filter: blur(100px);
}.course-features-AKP .online-mastery-acR::after {
    border-radius: 50%;
    width: 8rem;
    filter: blur(80px);
    z-index: 1;
    background: rgb(105,155,155,0.5);
    opacity: 0.5;
    height: 8rem;
    content: "";
    right: -4rem;
    bottom: -4rem;
    animation: moveCircle 15s infinite alternate-reverse;
    position: absolute;
}.course-features-AKP .learn-route-BqH::before {
    position: absolute;
    height: 5px;
    background: linear-gradient(90deg, rgb(164,176,188) 0%, rgb(105,155,155) 100%);
    right: 0;
    border-radius: 0 10px 0 10px;
    width: 100px;
    top: 0;
    content: "";
}.course-features-AKP .learn-route-BqH::after {
    position: absolute;
    background: linear-gradient(180deg, rgb(164,176,188) 0%, rgb(105,155,155) 100%);
    content: "";
    right: 0;
    height: 100px;
    width: 5px;
    bottom: 0;
    border-radius: 0 0 10px 0;
}

@keyframes gridShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 4rem 4rem;
    }
}

@keyframes moveCircle {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(20px, 20px);
    }
    100% {
        transform: translate(-20px, -20px);
    }
}

@media (max-width: 1200px) {.course-features-AKP {
    padding: 7rem 0;
}.course-features-AKP .online-mastery-acR {
    gap: 0.75rem;
}.course-features-AKP .learn-route-BqH {
    padding: 2.5rem;
    grid-column: 1 / 8;
}.course-features-AKP .image-stack-mWu {
    grid-column: 6 / 13;
}.course-features-AKP .main-know-ZbY {
    right: 2rem;
}
}

@media (max-width: 992px) {.course-features-AKP {
    padding: 6rem 0;
}.course-features-AKP .online-mastery-acR {
    display: grid;
    gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
}.course-features-AKP .learn-route-BqH {
    grid-column: auto;
    padding: 2.5rem;
    grid-row: 2 / 3;
}.course-features-AKP .image-stack-mWu {
    height: 350px;
    grid-row: 1 / 2;
    grid-column: auto;
    clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 0% 100%);
}.course-features-AKP .main-know-ZbY {
    bottom: -2rem;
    top: auto;
    right: 3rem;
}.course-features-AKP h3 {
    font-size: calc(31px * 0.9);
}
}

@media (max-width: 768px) {.course-features-AKP {
    padding: 5rem 0;
}.course-features-AKP .learn-route-BqH {
    padding: 2rem;
}.course-features-AKP .image-stack-mWu {
    height: 300px;
}.course-features-AKP .main-know-ZbY {
    width: 4.5rem;
    bottom: -1.5rem;
    height: 4.5rem;
    right: 2rem;
}.course-features-AKP .main-know-ZbY svg {
    height: 2.5rem;
    width: 2.5rem;
}.course-features-AKP h3 {
    font-size: calc(31px * 0.8);
    margin-bottom: 1.25rem;
}.course-features-AKP p {
    font-size: calc(16px * 0.95);
    line-height: 1.7;
}.course-features-AKP .learn-route-BqH::before {
    width: 70px;
}.course-features-AKP .learn-route-BqH::after {
    height: 70px;
}
}

@media (max-width: 576px) {.course-features-AKP {
    padding: 4rem 0;
}.course-features-AKP .learn-route-BqH {
    padding: 1.5rem;
}.course-features-AKP .image-stack-mWu {
    height: 250px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 0% 100%);
}.course-features-AKP .main-know-ZbY {
    bottom: -1.25rem;
    right: 1.5rem;
    height: 4rem;
    width: 4rem;
}.course-features-AKP .main-know-ZbY svg {
    height: 2.25rem;
    width: 2.25rem;
}.course-features-AKP h3 {
    font-size: calc(31px * 0.7);
    margin-bottom: 1rem;
    padding-left: 0.75rem;
}.course-features-AKP p {
    line-height: 1.6;
    font-size: calc(16px * 0.9);
}.course-features-AKP .learn-route-BqH::before {
    width: 50px;
}.course-features-AKP .learn-route-BqH::after {
    height: 50px;
}.course-features-AKP .online-mastery-acR::before,
    .course-features-AKP .online-mastery-acR::after {
    display: none;
}}.learning-profits-hqu {
    padding: 120px 0;
    background: linear-gradient(130deg, rgb(223,227,231) 0%, rgb(164,176,188,0.5) 80%);
    position: relative;
    overflow: hidden;
}.learning-profits-hqu::before {
    left: 0;
    height: 100%;
    background: radial-gradient(circle at 80% 20%, rgb(105,155,155,0.5) 0%, transparent 55%);
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    opacity: 0.7;
}.learning-profits-hqu::after {
    border-radius: 50%;
    left: -5%;
    background: rgb(164,176,188,0.5);
    position: absolute;
    filter: blur(80px);
    width: 400px;
    content: "";
    opacity: 0.4;
    animation: breathe 8s infinite alternate ease-in-out;
    bottom: -10%;
    height: 400px;
}.learning-profits-hqu .container {
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
}.learning-profits-hqu .online-mastery-acR {
    display: grid;
    gap: 70px;
    position: relative;
    grid-template-columns: 1fr 1fr;
}.learning-profits-hqu .online-mastery-acR::before {
    height: 80%;
    top: 10%;
    left: calc(50% - 1px);
    content: "";
    background: linear-gradient(to bottom, rgb(164,176,188,0.5), transparent);
    position: absolute;
    z-index: 1;
    width: 2px;
}.learning-profits-hqu .image-stack-mWu {
    border-radius: 35% 65% 50% 50% / 50% 35% 65% 50%;
    z-index: 2;
    grid-column: 1;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.12);
    width: 100%;
    transform: perspective(800px) rotateY(10deg);
    transition: all 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
}.learning-profits-hqu .image-stack-mWu::after {
    opacity: 0.6;
    z-index: -1;
    border: 1px solid rgb(105,155,155,0.5);
    content: "";
    position: absolute;
    inset: -15px;
    transition: all 0.7s ease;
    border-radius: 35% 65% 50% 50% / 50% 35% 65% 50%;
}.learning-profits-hqu .image-stack-mWu:hover {
    border-radius: 50% 35% 65% 50% / 35% 50% 50% 65%;
    transform: perspective(800px) rotateY(0deg) scale(1.05);
}.learning-profits-hqu .image-stack-mWu:hover::after {
    opacity: 0.3;
    inset: -25px;
}.learning-profits-hqu .content-column-ctu {
    grid-column: 2;
    position: relative;
    transform: translateY(20px);
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    z-index: 2;
    background: #ffffff;
    padding: 50px 40px;
}.learning-profits-hqu .content-column-ctu::before {
    content: "";
    opacity: 0.7;
    border-radius: 10px 0 0 0;
    width: 70px;
    left: -10px;
    height: 70px;
    position: absolute;
    top: -10px;
    border-top: 3px solid rgb(164,176,188);
    border-left: 3px solid rgb(164,176,188);
}.learning-profits-hqu .content-column-ctu::after {
    right: -10px;
    content: "";
    position: absolute;
    border-radius: 0 0 10px 0;
    bottom: -10px;
    height: 70px;
    border-right: 3px solid rgb(105,155,155);
    opacity: 0.7;
    width: 70px;
    border-bottom: 3px solid rgb(105,155,155);
}.learning-profits-hqu h3 {
    font-weight: 700;
    padding-bottom: 15px;
    margin-bottom: 35px;
    color: #000000;
    font-size: 28px;
    position: relative;
}.learning-profits-hqu h3::after {
    height: 4px;
    content: "";
    background: linear-gradient(to right, rgb(164,176,188), rgb(105,155,155));
    bottom: 0;
    border-radius: 10px;
    left: 0;
    position: absolute;
    width: 60px;
}.learning-profits-hqu ul {
    gap: 25px;
    display: flex;
    margin: 0;
    list-style: none;
    flex-direction: column;
    padding: 0;
}.learning-profits-hqu li {
    position: relative;
    border-radius: 12px;
    background: rgb(223,227,231);
    transition: all 0.3s ease;
    overflow: hidden;
}.learning-profits-hqu li::before {
    opacity: 0;
    width: 100%;
    transition: opacity 0.3s ease;
    top: 0;
    content: "";
    left: 0;
    position: absolute;
    height: 100%;
    background: linear-gradient(to right, rgb(164,176,188,0.5), transparent);
}.learning-profits-hqu li:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    transform: translateY(-5px);
}.learning-profits-hqu li:hover::before {
    opacity: 0.3;
}.learning-profits-hqu li p {
    font-weight: 400;
    gap: 16px;
    position: relative;
    color: #000000;
    z-index: 1;
    font-size: 13px;
    margin: 0;
    padding: 16px 20px;
    align-items: center;
    display: flex;
    line-height: 1.5;
}.learning-profits-hqu svg {
    border-radius: 12px;
    justify-content: center;
    transition: all 0.3s ease;
    align-items: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    height: 24px;
    display: flex;
    background: #ffffff;
    width: 24px;
    padding: 5px;
    flex-shrink: 0;
}.learning-profits-hqu svg path {
    fill: rgb(164,176,188);
    transition: fill 0.3s ease;
}.learning-profits-hqu li:hover svg {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    background: #ffffff;
    border-radius: 6px;
    transform: scale(1.1) rotate(-10deg);
}.learning-profits-hqu li:hover svg path {
    fill: rgb(105,155,155);
}

@keyframes breathe {
    0% { transform: scale(1); opacity: 0.4; }
    50% { transform: scale(1.2); opacity: 0.5; }
    100% { transform: scale(1); opacity: 0.4; }
}

@media (max-width: 992px) {.learning-profits-hqu {
    padding: 80px 0;
}.learning-profits-hqu .online-mastery-acR {
    gap: 50px;
    grid-template-columns: 1fr;
}.learning-profits-hqu .online-mastery-acR::before {
    display: none;
}.learning-profits-hqu .image-stack-mWu {
    width: 80%;
    grid-row: 1;
    margin: 0 auto;
    grid-column: 1;
    transform: perspective(800px) rotateY(0);
}.learning-profits-hqu .content-column-ctu {
    grid-row: 2;
    grid-column: 1;
    width: 90%;
    margin: 0 auto;
    transform: translateY(0);
}
}

@media (max-width: 576px) {.learning-profits-hqu {
    padding: 60px 0;
}.learning-profits-hqu .image-stack-mWu {
    width: 100%;
    border-radius: 25% 45% 30% 40% / 40% 25% 45% 30%;
}.learning-profits-hqu .image-stack-mWu::after {
    display: none;
}.learning-profits-hqu .content-column-ctu {
    width: 100%;
    padding: 35px 25px;
}.learning-profits-hqu .content-column-ctu::before,
    .learning-profits-hqu .content-column-ctu::after {
    height: 50px;
    width: 50px;
}.learning-profits-hqu h3 {
    margin-bottom: 25px;
    font-size: 20px;
}.learning-profits-hqu ul {
    gap: 15px;
}.learning-profits-hqu li p {
    padding: 12px 15px;
}.learning-profits-hqu svg {
    width: 22px;
    padding: 4px;
    height: 22px;
}}.study-process-BnA {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(223,227,231) 0%, rgba(rgb(164,176,188,0.5), 0.05) 100%);
    padding: 120px 0;
    position: relative;
}.study-process-BnA::before {
    background: linear-gradient(to right, transparent, rgba(rgb(105,155,155,0.5), 0.08));
    top: 0;
    transform: translateX(10%);
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
    z-index: 1;
    right: 0;
    content: "";
    position: absolute;
    height: 100%;
    width: 40%;
}.study-process-BnA::after {
    height: 25%;
    content: "";
    z-index: 1;
    bottom: 0;
    position: absolute;
    background: linear-gradient(to top, rgba(rgb(164,176,188,0.5), 0.05), transparent);
    left: 0;
    width: 100%;
}.study-process-BnA .online-mastery-acR {
    z-index: 2;
    margin: 0 auto;
    perspective: 1000px;
    padding: 0 20px;
    max-width: 1240px;
    position: relative;
    transform-style: preserve-3d;
}.study-process-BnA h2 {
    color: #000000;
    transform: translateZ(5px);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-size: 35px;
    display: inline-block;
    margin-bottom: 40px;
    position: relative;
    font-weight: 700;
}.study-process-BnA h2::after {
    transition: width 0.4s ease-out;
    background: linear-gradient(90deg, rgb(164,176,188), rgb(105,155,155));
    width: 80px;
    content: "";
    position: absolute;
    height: 3px;
    left: 0;
    transform-origin: left center;
    bottom: -10px;
}.study-process-BnA .online-mastery-acR:hover h2::after {
    width: 100%;
}.study-process-BnA .content-column-ctu {
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), 
                box-shadow 0.5s ease;
    background: linear-gradient(to right, rgba(rgb(255, 255, 255, 0.5), 0.9), rgba(rgb(255, 255, 255, 0.5), 0.98));
    transform: translateZ(10px) rotateY(-2deg);
    padding: 40px;
    border-left: 5px solid rgb(164,176,188);
    position: relative;
    backdrop-filter: blur(5px);
    box-shadow: 10px 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.08),
                -5px -5px 20px rgba(rgb(255, 255, 255, 0.5), 0.7);
}.study-process-BnA .content-column-ctu::before {
    border-width: 0 40px 40px 0;
    position: absolute;
    border-color: transparent rgb(105,155,155) transparent transparent;
    top: 0;
    border-style: solid;
    right: 0;
    transition: transform 0.3s ease-out;
    content: "";
    height: 0;
    opacity: 0.8;
    width: 0;
}.study-process-BnA .content-column-ctu:hover {
    transform: translateZ(20px) rotateY(0deg);
    box-shadow: 15px 15px 40px rgba(rgba(0, 0, 0, 0.5), 0.12),
                -8px -8px 25px rgba(rgb(255, 255, 255, 0.5), 0.8);
}.study-process-BnA .content-column-ctu:hover::before {
    transform: scale(1.2) rotate(10deg);
}.study-process-BnA p {
    line-height: 1.8;
    transition: transform 0.4s ease;
    position: relative;
    color: #000000;
    margin: 0;
    font-weight: 400;
    font-size: 13px;
}.study-process-BnA .content-column-ctu:hover p {
    transform: translateX(5px);
}

@media (max-width: 991px) {.study-process-BnA {
    padding: 90px 0;
}.study-process-BnA h2 {
    font-size: calc(35px * 0.9);
    margin-bottom: 30px;
}.study-process-BnA .content-column-ctu {
    padding: 30px;
    transform: translateZ(5px) rotateY(-1deg);
}.study-process-BnA::before {
    width: 30%;
}
}

@media (max-width: 767px) {.study-process-BnA {
    padding: 70px 0;
}.study-process-BnA h2 {
    font-size: calc(35px * 0.8);
    margin-bottom: 25px;
}.study-process-BnA .content-column-ctu {
    padding: 25px;
    transform: translateZ(0) rotateY(0);
}.study-process-BnA .content-column-ctu::before {
    border-width: 0 30px 30px 0;
}.study-process-BnA p {
    line-height: 1.7;
    font-size: calc(13px * 0.95);
}
}

@media (max-width: 576px) {.study-process-BnA {
    padding: 50px 0;
}.study-process-BnA h2 {
    margin-bottom: 20px;
    font-size: calc(35px * 0.7);
}.study-process-BnA h2::after {
    height: 2px;
    width: 60px;
}.study-process-BnA .content-column-ctu {
    padding: 20px;
    border-left: 3px solid rgb(164,176,188);
}.study-process-BnA .content-column-ctu::before {
    border-width: 0 20px 20px 0;
}.study-process-BnA p {
    font-size: calc(13px * 0.9);
    line-height: 1.6;
}.study-process-BnA::before {
    clip-path: polygon(50% 0, 100% 0, 100% 100%, 20% 100%);
    width: 20%;
}}footer {
    perspective: 1000px;
    position: relative;
    z-index: 1;
}footer::before {
    bottom: 0;
    content: "";
    background: linear-gradient(135deg, rgb(105,155,155,0.5) 0%, rgb(164,176,188,0.5) 100%);
    position: absolute;
    z-index: -2;
    opacity: 0.9;
    left: 0;
    right: 0;
    top: 0;
}footer::after {
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 20%, transparent 0, transparent 80px, rgba(255, 255, 255, 0.03) 81px),
        radial-gradient(circle at 80% 40%, transparent 0, transparent 120px, rgba(255, 255, 255, 0.03) 121px),
        radial-gradient(circle at 40% 70%, transparent 0, transparent 100px, rgba(255, 255, 255, 0.03) 101px);
    z-index: -1;
    left: 0;
    top: 0;
    position: absolute;
    content: "";
    right: 0;
}.patent-info-spt {
    position: relative;
    padding: 5rem 0 2.5rem;
    color: #ffffff;
}.patent-info-spt::before {
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
    height: 20px;
    background: repeating-linear-gradient(
        90deg,
        rgb(164,176,188) 0px,
        rgb(164,176,188) 40px,
        rgb(105,155,155) 40px,
        rgb(105,155,155) 80px
    );
}.patent-info-spt .container {
    justify-content: space-between;
    gap: 4rem;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}.patent-info-spt .company_holder {
    padding: 2rem;
    flex: 1 1 380px;
    transition: all 0.4s ease;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15);
    transform: rotateX(5deg);
    position: relative;
    border-radius: 0;
    transform-style: preserve-3d;
    border-bottom: 6px solid rgb(164,176,188);
    background: rgb(164,176,188,0.5);
}.patent-info-spt .company_holder:hover {
    transform: rotateX(0deg);
}.patent-info-spt .company_holder h3 {
    margin: 0 0 1.5rem;
    transform: translateZ(20px);
    display: inline-block;
    font-weight: 700;
    position: relative;
    letter-spacing: 1px;
    color: #ffffff;
    font-size: 30px;
}.patent-info-spt .company_holder h3::before {
    border-top: 3px solid #ffffff;
    width: 30px;
    border-left: 3px solid #ffffff;
    top: -10px;
    position: absolute;
    left: -10px;
    content: "";
    height: 30px;
}.patent-info-spt .company_holder h3::after {
    content: "";
    width: 30px;
    position: absolute;
    height: 30px;
    right: -10px;
    border-bottom: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    bottom: -10px;
}.patent-info-spt .cloud-lab-jgx {
    background: rgba(255, 255, 255, 0.1);
    padding: 1.5rem;
    font-size: 17px;
    transform: translateZ(10px);
    color: #ffffff;
    border-radius: 10px;
    line-height: 1.6;
}.patent-info-spt .footnote-ref-wFS {
    flex: 1 1 calc(100% - 480px);
    min-width: 400px;
}.patent-info-spt .head-edu-zpc {
    display: flex;
    gap: 3rem;
    flex-wrap: wrap;
}.patent-info-spt .head-pagewrap-DwU {
    transform-style: preserve-3d;
    flex: 1 1 calc(50% - 1.5rem);
    transform: rotateX(-5deg);
    position: relative;
    min-width: 220px;
    transition: all 0.4s ease;
}.patent-info-spt .head-pagewrap-DwU:hover {
    transform: rotateX(0deg);
}.patent-info-spt .head-pagewrap-DwU h5 {
    margin: 0 0 1.5rem;
    font-size: 24px;
    color: #ffffff;
    display: inline-block;
    font-weight: 600;
    background: rgb(105,155,155,0.5);
    transform: translateZ(15px);
    position: relative;
    min-width: 200px;
    padding: 1rem 1.5rem;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
}.patent-info-spt .head-pagewrap-DwU h5::after {
    position: absolute;
    right: 0;
    content: "";
    height: 5px;
    background: rgb(105,155,155);
    bottom: -5px;
    left: 0;
}.patent-info-spt .head-pagewrap-DwU .head-edu-zpc {
    transform: translateZ(5px);
    flex-direction: column;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    gap: 1rem;
    padding: 1rem;
    display: flex;
}.patent-info-spt .head-pagewrap-DwU .head-edu-zpc a {
    display: block;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
    font-size: 17px;
    color: #ffffff;
    transform: translateZ(10px);
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
    padding: 0.7rem 1rem;
    border-radius: 10px;
}.patent-info-spt .head-pagewrap-DwU .head-edu-zpc a::before {
    left: -100%;
    content: "";
    height: 100%;
    top: 0;
    transition: all 0.5s ease;
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}.patent-info-spt .head-pagewrap-DwU .head-edu-zpc a:hover {
    background: rgb(105,155,155,0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    color: #ffffff;
}.patent-info-spt .head-pagewrap-DwU .head-edu-zpc a:hover::before {
    left: 100%;
}.scholar-cta-tHi {
    perspective: 1000px;
    padding: 2rem 0;
    background: rgb(105,155,155,0.5);
    transform-style: preserve-3d;
    margin-top: 3rem;
    position: relative;
}.scholar-cta-tHi::before {
    content: "";
    top: -20px;
    width: 100%;
    position: absolute;
    background: rgb(105,155,155);
    transform-origin: bottom;
    left: 0;
    transform: rotateX(45deg);
    height: 20px;
}.scholar-cta-tHi .container {
    display: flex;
    justify-content: center;
    align-items: center;
}.scholar-cta-tHi .transcript-BMe {
    text-align: center;
    border-radius: 50px;
    padding: 0.8rem 2rem;
    background: rgba(255, 255, 255, 0.1);
    font-size: 15px;
    color: #ffffff;
    transform: translateZ(5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1200px) {.patent-info-spt .container {
    gap: 3rem;
}.patent-info-spt .company_holder {
    flex: 1 1 350px;
}.patent-info-spt .footnote-ref-wFS {
    flex: 1 1 calc(100% - 430px);
    min-width: 350px;
}.patent-info-spt .head-edu-zpc {
    gap: 2rem;
}
}

@media (max-width: 992px) {.patent-info-spt {
    padding: 4rem 0 2rem;
}.patent-info-spt .container {
    flex-direction: column;
    gap: 3rem;
}.patent-info-spt .company_holder,
    .patent-info-spt .footnote-ref-wFS {
    min-width: 100%;
    flex: 1 1 100%;
}.patent-info-spt .head-pagewrap-DwU {
    flex: 1 1 calc(50% - 1.5rem);
    min-width: 220px;
}.patent-info-spt .company_holder,
    .patent-info-spt .head-pagewrap-DwU {
    transform: none;
}
}

@media (max-width: 768px) {.patent-info-spt {
    padding: 3.5rem 0 1.5rem;
}.patent-info-spt .head-edu-zpc {
    gap: 1.5rem;
}.patent-info-spt .company_holder h3 {
    font-size: calc(30px - 2px);
}.patent-info-spt .company_holder h3::before,
    .patent-info-spt .company_holder h3::after {
    width: 20px;
    height: 20px;
}.scholar-cta-tHi {
    margin-top: 2rem;
}.scholar-cta-tHi::before {
    height: 15px;
    top: -15px;
}
}

@media (max-width: 576px) {.patent-info-spt {
    padding: 3rem 0 1rem;
}.patent-info-spt .head-pagewrap-DwU {
    flex: 1 1 100%;
    min-width: 100%;
}.patent-info-spt .head-edu-zpc {
    gap: 0.7rem;
}.patent-info-spt .head-pagewrap-DwU .head-edu-zpc a {
    padding: 0.6rem 0.8rem;
}.scholar-cta-tHi {
    margin-top: 1.5rem;
    padding: 1.5rem 0;
}.scholar-cta-tHi::before {
    display: none;
}
}

@media (max-width: 420px) {.patent-info-spt::before {
    height: 10px;
}.patent-info-spt .company_holder h3::before,
    .patent-info-spt .company_holder h3::after {
    display: none;
}.patent-info-spt .head-pagewrap-DwU h5 {
    width: 100%;
    min-width: auto;
}.scholar-cta-tHi .transcript-BMe {
    padding: 0.7rem 1.5rem;
    width: 90%;
}}.modalDataProtection-nCJ {
    align-items: center;
    background: rgb(223,227,231);
    width: 100%;
    overflow: hidden;
    bottom: 0;
    padding: 1rem 0;
    border-top: 3px solid rgb(164,176,188);
    display: flex;
    transition: transform 0.3s ease-in-out;
    z-index: 90;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    justify-content: center;
    position: fixed;
}#cookie-alert-panel-YWA {
    display: none;
}#cookie-alert-panel-YWA:checked ~ .modalDataProtection-nCJ {
    opacity: 0;
    visibility: hidden;
}.modalDataProtection-nCJ .container {
    justify-content: space-between;
    max-width: 1140px;
    gap: 1rem;
    padding: 0 15px;
    align-items: center;
    display: flex;
    z-index: 1;
    position: relative;
    margin: 0 auto;
    flex-wrap: wrap;
}.cookie-alerts-DdJ {
    align-items: center;
    flex-shrink: 0;
    display: flex;
    margin-right: 1rem;
}.cookie-alerts-DdJ svg {
    fill: rgb(164,176,188);
    height: 50px;
    width: 50px;
}.manage-tracking-puY {
    margin-bottom: 20px;
    min-width: 300px;
    flex: 1;
}.manage-tracking-puY h5 {
    color: rgb(164,176,188);
    font-weight: 600;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
}.manage-tracking-puY p {
    color: #000000;
    font-size: 1rem;
}.visitor-privacy-Syq {
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    background: rgb(164,176,188);
    border: none;
    font-size: 1rem;
    color: #ffffff;
    display: inline-block;
    padding: 0.75rem 1.5rem;
    transition: background-color 0.3s ease, transform 0.3s ease;
    border-radius: 10px;
}.cookie_button.data-agree-zYl {
    background: rgb(164,176,188);
}.cookie_button.cookie-panel-nLx {
    margin-left: 0.5rem;
    background: #000000;
}.visitor-privacy-Syq:hover {
    transform: translateY(-3px);
    background: #000000;
}.cookie_button.cookie-panel-nLx:hover {
    background: rgb(164,176,188);
}.modalDataProtection-nCJ p a {
    text-decoration: underline;
    transition: color 0.3s ease;
    color: rgb(164,176,188);
}.modalDataProtection-nCJ p a:hover {
    color: #000000;
}
@media only screen and (max-width: 768px) {.modalDataProtection-nCJ .container {
    align-items: center;
    flex-direction: column;
}.cookie-alerts-DdJ {
    margin-bottom: 1rem;
    margin-right: 0;
}.manage-tracking-puY {
    margin-bottom: 1rem;
    text-align: center;
}.cookie_button.cookie-panel-nLx {
    margin-left: 0;
    margin-top: 0.5rem;
}}
.course-beneficiaries-JgD {
    padding: 140px 0;
    overflow: hidden;
    background: rgb(223,227,231);
    position: relative;
}.course-beneficiaries-JgD::before {
    z-index: 0;
    background-position: 0 0, 30px 30px;
    content: "";
    background-size: 60px 60px;
    opacity: 0.03;
    background-image: 
        linear-gradient(
            45deg, 
            rgb(164,176,188,0.5) 25%, 
            transparent 25%, 
            transparent 75%, 
            rgb(164,176,188,0.5) 75%
        ),
        linear-gradient(
            -45deg, 
            rgb(164,176,188,0.5) 25%, 
            transparent 25%, 
            transparent 75%, 
            rgb(164,176,188,0.5) 75%
        );
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
}.course-beneficiaries-JgD::after {
    bottom: 0;
    left: 0;
    z-index: 1;
    position: absolute;
    content: "";
    width: 100%;
    background: linear-gradient(to top, rgb(223,227,231), transparent);
    height: 150px;
}.course-beneficiaries-JgD .container {
    z-index: 2;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
}.course-beneficiaries-JgD .online-mastery-acR {
    position: relative;
}.course-beneficiaries-JgD h4 {
    font-size: 35px;
    margin-bottom: 80px;
    color: #000000;
    font-weight: 700;
    padding: 20px 0;
    position: relative;
    text-align: center;
}.course-beneficiaries-JgD h4::before {
    border-radius: 2px;
    height: 3px;
    background: rgb(164,176,188,0.5);
    width: 100px;
    top: 0;
    transform: translateX(-50%);
    content: "";
    position: absolute;
    left: 50%;
}.course-beneficiaries-JgD h4::after {
    transform: translateX(-50%);
    bottom: 0;
    content: "";
    height: 3px;
    left: 50%;
    width: 100px;
    border-radius: 2px;
    position: absolute;
    background: rgb(105,155,155,0.5);
}.course-beneficiaries-JgD div {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}.course-beneficiaries-JgD div::before {
    content: "";
    left: 50%;
    position: absolute;
    width: 2px;
    top: 0;
    background: linear-gradient(180deg, rgb(164,176,188,0.5), rgb(105,155,155,0.5), transparent);
    opacity: 0.5;
    z-index: 0;
    height: 100%;
}.course-beneficiaries-JgD div p {
    line-height: 1.6;
    position: relative;
    padding: 25px 30px;
    border-radius: 50px;
    background: #ffffff;
    margin: 0 0 60px 0;
    align-items: center;
    display: flex;
    z-index: 1;
    font-size: 18px;
    width: 70%;
    color: #000000;
    transition: all 0.4s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}.course-beneficiaries-JgD div p:nth-child(odd) {
    border-top-left-radius: 0;
    align-self: flex-start;
}.course-beneficiaries-JgD div p:nth-child(even) {
    border-top-right-radius: 0;
    align-self: flex-end;
}.course-beneficiaries-JgD div p:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: scale(1.03);
}.course-beneficiaries-JgD div p::before {
    border-radius: 50%;
    position: absolute;
    background: #ffffff;
    width: 30px;
    height: 30px;
    content: "";
    z-index: 2;
}.course-beneficiaries-JgD div p:nth-child(odd)::before {
    top: -15px;
    left: -15px;
}.course-beneficiaries-JgD div p:nth-child(even)::before {
    right: -15px;
    top: -15px;
}.course-beneficiaries-JgD div p::after {
    content: "";
    width: 15px;
    z-index: 3;
    height: 15px;
    background: linear-gradient(135deg, rgb(164,176,188), rgb(105,155,155));
    transition: all 0.3s ease;
    position: absolute;
    border-radius: 50%;
}.course-beneficiaries-JgD div p:nth-child(odd)::after {
    top: -7.5px;
    left: -7.5px;
}.course-beneficiaries-JgD div p:nth-child(even)::after {
    right: -7.5px;
    top: -7.5px;
}.course-beneficiaries-JgD div p:hover::after {
    box-shadow: 0 0 10px rgb(164,176,188,0.5);
    transform: scale(1.3);
}.course-beneficiaries-JgD div p svg {
    height: 32px;
    transition: all 0.3s ease;
    margin-right: 20px;
    min-width: 32px;
    width: 32px;
}.course-beneficiaries-JgD div p:hover svg {
    transform: rotate(15deg);
}.course-beneficiaries-JgD div p svg path {
    transition: fill 0.3s ease;
    fill: rgb(164,176,188);
}.course-beneficiaries-JgD div p:hover svg path {
    fill: rgb(105,155,155);
}

@media (max-width: 991px) {.course-beneficiaries-JgD {
    padding: 120px 0;
}.course-beneficiaries-JgD h4 {
    font-size: calc(35px - 2px);
    margin-bottom: 70px;
}.course-beneficiaries-JgD div p {
    width: 80%;
    margin-bottom: 50px;
    padding: 22px 25px;
}.course-beneficiaries-JgD div p svg {
    height: 28px;
    width: 28px;
    margin-right: 15px;
    min-width: 28px;
}
}

@media (max-width: 767px) {.course-beneficiaries-JgD {
    padding: 100px 0;
}.course-beneficiaries-JgD h4 {
    margin-bottom: 60px;
    font-size: calc(35px - 4px);
}.course-beneficiaries-JgD div p {
    width: 90%;
    padding: 18px 22px;
    margin-bottom: 40px;
    align-self: center !important;
    border-radius: 30px !important;
}.course-beneficiaries-JgD div p::before,
    .course-beneficiaries-JgD div p::after {
    display: none;
}.course-beneficiaries-JgD div p svg {
    width: 24px;
    height: 24px;
    min-width: 24px;
    margin-right: 12px;
}
}

@media (max-width: 479px) {.course-beneficiaries-JgD {
    padding: 80px 0;
}.course-beneficiaries-JgD h4 {
    font-size: calc(35px - 6px);
    margin-bottom: 50px;
}.course-beneficiaries-JgD div p {
    font-size: calc(18px - 1px);
    width: 100%;
    margin-bottom: 30px;
    padding: 15px 18px;
}.course-beneficiaries-JgD div p svg {
    min-width: 22px;
    margin-right: 10px;
    height: 22px;
    width: 22px;
}}.info-hub-ivk {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(223,227,231) 30%, rgba(245, 248, 255, 0.9) 100%);
    font-family: Arial, sans-serif;
    padding: 5rem 0;
}.info-hub-ivk::before {
    width: 40%;
    transform: rotate(-15deg) translateZ(0);
    filter: blur(30px);
    content: "";
    opacity: 0.5;
    border-radius: 100px;
    background: linear-gradient(135deg, rgb(164,176,188,0.5), rgb(105,155,155,0.5));
    z-index: 0;
    height: 70%;
    top: -5%;
    position: absolute;
    right: -10%;
    animation: float 8s ease-in-out infinite;
}.info-hub-ivk::after {
    width: 30%;
    border-radius: 28px;
    background: linear-gradient(225deg, rgb(105,155,155,0.5), rgb(164,176,188,0.5));
    left: -5%;
    transform: rotate(15deg) translateZ(0);
    content: "";
    height: 50%;
    position: absolute;
    filter: blur(25px);
    z-index: 0;
    opacity: 0.4;
    animation: float 8s ease-in-out infinite reverse;
    bottom: -5%;
}.info-hub-ivk .container {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    padding: 0 2rem;
    margin: 0 auto;
}.info-hub-ivk .request-feedback-eMw {
    position: relative;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    background: rgba(255, 255, 255, 0.9);
    border-left: 4px solid rgb(164,176,188);
    backdrop-filter: blur(10px);
    padding: 3rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 0 8px 16px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateY(-2deg);
}.info-hub-ivk .request-feedback-eMw:hover {
    transform: perspective(1000px) rotateY(0deg);
}.info-hub-ivk h3 {
    font-size: calc(30px * 1.1);
    transform: translateX(-1rem);
    font-weight: 700;
    margin: 0 0 1.5rem;
    color: #000000;
    position: relative;
    animation: slideInText 0.7s ease-out forwards 0.2s;
    opacity: 0;
}.info-hub-ivk h3::after {
    transform-origin: left;
    position: absolute;
    animation: lineGrow 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.8s;
    bottom: -0.5rem;
    background: linear-gradient(90deg, rgb(164,176,188), transparent);
    transform: scaleX(0);
    width: 3rem;
    left: 0;
    content: "";
    height: 3px;
}.info-hub-ivk p {
    color: #000000;
    line-height: 1.7;
    transform: translateY(10px);
    opacity: 0;
    font-size: 17px;
    max-width: 90%;
    animation: fadeUp 0.6s ease-out forwards 0.4s;
    margin-bottom: 1.5rem;
}.info-hub-ivk h5 {
    font-weight: 600;
    font-size: 20px;
    opacity: 0;
    display: flex;
    align-items: center;
    margin: 1rem 0 0.5rem;
    animation: fadeUp 0.6s ease-out forwards 0.5s;
    color: #000000;
}.info-hub-ivk svg {
    transform: translateY(0);
    margin-left: 0.5rem;
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 24px;
    height: 24px;
}.info-hub-ivk svg path {
    fill: rgb(105,155,155);
    transition: fill 0.3s ease;
}.info-hub-ivk .chat-form-Mlz {
    display: flex;
    flex-wrap: wrap;
    transform: translateY(15px);
    margin: 2rem 0 0;
    opacity: 0;
    padding: 0;
    list-style: none;
    gap: 1.5rem;
    animation: fadeUp 0.6s ease-out forwards 0.7s;
}.info-hub-ivk .chat-form-Mlz li {
    margin: 0;
    transform: translateY(0);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}.info-hub-ivk .chat-form-Mlz li:hover {
    transform: translateY(-5px);
}.info-hub-ivk .contact-list-rye {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    border-left: 2px solid rgb(105,155,155);
    font-size: calc(17px * 0.95);
    display: flex;
    color: #000000;
    text-decoration: none;
    padding: 0.75rem 1.25rem;
    transition: all 0.3s ease;
    font-weight: 600;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(245, 248, 255, 0.7));
    align-items: center;
}.info-hub-ivk .contact-list-rye:hover {
    background: linear-gradient(135deg, rgba(255, 255, 255, 1), rgba(245, 248, 255, 0.9));
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    border-left: 2px solid rgb(164,176,188);
}.info-hub-ivk .contact-list-rye:hover svg {
    transform: translateY(-3px);
}.info-hub-ivk .contact-list-rye:hover svg path {
    fill: rgb(164,176,188);
}

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

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

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

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

@media (max-width: 768px) {.info-hub-ivk {
    padding: 3rem 0;
}.info-hub-ivk .container {
    padding: 0 1.5rem;
}.info-hub-ivk .request-feedback-eMw {
    transform: perspective(1000px) rotateY(0deg);
    padding: 2rem 1.5rem;
}.info-hub-ivk h3 {
    font-size: calc(30px * 0.9);
}.info-hub-ivk p {
    max-width: 100%;
}.info-hub-ivk .chat-form-Mlz {
    flex-direction: column;
    gap: 1rem;
}.info-hub-ivk .contact-list-rye {
    width: 100%;
    padding: 0.75rem 1rem;
}
}

@media (max-width: 480px) {.info-hub-ivk .request-feedback-eMw {
    padding: 1.75rem 1.25rem;
}.info-hub-ivk h3 {
    font-size: calc(30px * 0.8);
}.info-hub-ivk p {
    font-size: calc(17px * 0.95);
}.info-hub-ivk h5 {
    font-size: calc(20px * 0.9);
}.info-hub-ivk svg {
    height: 20px;
    width: 20px;
}.info-hub-ivk .contact-list-rye {
    font-size: calc(17px * 0.9);
}}.payment-plan-dTe {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.payment-plan-dTe::before {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    position: absolute;
    z-index: 1;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.4) 100%);
}.payment-plan-dTe .container {
    z-index: 2;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
}.payment-plan-dTe .learn-fees-Vye {
    perspective: 1000px;
    position: relative;
}.payment-plan-dTe h2 {
    animation: fadeInDown 0.8s ease-out forwards;
    font-weight: 700;
    font-size: 28px;
    text-shadow: 0 3px 10px rgba(0,0,0,0.3);
    color: #ffffff;
    letter-spacing: 1px;
    text-align: center;
    transform: translateZ(50px);
    margin-bottom: 20px;
}.payment-plan-dTe .plan-options-uUS {
    opacity: 0.9;
    font-size: calc(16px * 1.1);
    line-height: 1.6;
    max-width: 800px;
    color: #ffffff;
    margin: 0 auto 50px;
    transform: translateZ(30px);
    text-align: center;
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
}.payment-plan-dTe .study-rates-mte {
    padding: 0;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    perspective: 2000px;
    gap: 30px;
    margin: 0;
    list-style: none;
    display: grid;
}.payment-plan-dTe .study-rates-mte li {
    height: 100%;
    opacity: 0;
    animation: cardEntrance 0.6s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    transform: translateY(30px) rotateX(5deg);
}.payment-plan-dTe .study-rates-mte li:nth-child(1) {
    animation-delay: 0.3s;
}.payment-plan-dTe .study-rates-mte li:nth-child(2) {
    animation-delay: 0.5s;
}.payment-plan-dTe .study-rates-mte li:nth-child(3) {
    animation-delay: 0.7s;
}.payment-plan-dTe .study-rates-mte li:nth-child(4) {
    animation-delay: 0.9s;
}.payment-plan-dTe .cost-fee-VwY {
    display: block;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform-style: preserve-3d;
    text-decoration: none;
    color: inherit;
    will-change: transform;
    height: 100%;
}.payment-plan-dTe .cost-fee-VwY:hover {
    transform: translateY(-15px) scale(1.02) rotateX(2deg);
}.payment-plan-dTe .price-view-gBS {
    background: linear-gradient(135deg, rgb(164,176,188,0.5), rgb(105,155,155,0.5));
    position: relative;
    border: 1px solid rgba(255,255,255,0.1);
    clip-path: polygon(0 0, 100% 0, 100% 94%, 96% 100%, 0 100%);
    transition: all 0.4s ease;
    backdrop-filter: blur(10px);
    overflow: hidden;
    height: 100%;
    box-shadow: 0 20px 40px rgba(0,0,0,0.2), 0 10px 15px rgba(0,0,0,0.1);
}.payment-plan-dTe .cost-fee-VwY:hover .price-view-gBS {
    box-shadow: 0 25px 50px rgba(0,0,0,0.3), 0 15px 20px rgba(0,0,0,0.15);
    border-color: rgba(255,255,255,0.25);
}.payment-plan-dTe .price-view-gBS::before {
    position: absolute;
    width: 100px;
    right: -10px;
    opacity: 0.15;
    transition: all 0.4s ease;
    top: -10px;
    transform: rotate(45deg);
    content: "";
    background: rgb(105,155,155);
    height: 100px;
}.payment-plan-dTe .cost-fee-VwY:hover .price-view-gBS::before {
    opacity: 0.25;
    transform: rotate(45deg) scale(1.2);
}.payment-plan-dTe .basic-cost-gZy {
    z-index: 1;
    padding: 35px 30px;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
}.payment-plan-dTe .cost-fee-VwY:hover .basic-cost-gZy {
    transform: translateZ(10px);
}.payment-plan-dTe .basic-cost-gZy h4 {
    font-weight: 700;
    margin: 0 0 20px;
    transition: transform 0.3s ease;
    color: #ffffff;
    padding-bottom: 15px;
    position: relative;
    font-size: calc(21px * 1.2);
}.payment-plan-dTe .cost-fee-VwY:hover .basic-cost-gZy h4 {
    transform: translateY(-5px);
}.payment-plan-dTe .basic-cost-gZy h4::after {
    background: rgb(164,176,188);
    width: 50px;
    bottom: 0;
    transition: width 0.4s ease;
    left: 0;
    height: 3px;
    content: "";
    position: absolute;
}.payment-plan-dTe .cost-fee-VwY:hover .basic-cost-gZy h4::after {
    width: 80px;
}.payment-plan-dTe .basic-cost-gZy p {
    max-height: 200px;
    opacity: 0.8;
    transition: opacity 0.3s ease;
    font-size: 16px;
    padding-right: 10px;
    color: #ffffff;
    margin-bottom: 30px;
    overflow-y: auto;
    line-height: 1.6;
}.payment-plan-dTe .basic-cost-gZy p::-webkit-scrollbar {
    width: 4px;
}.payment-plan-dTe .basic-cost-gZy p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(164,176,188,0.5);
}.payment-plan-dTe .cost-fee-VwY:hover .basic-cost-gZy p {
    opacity: 1;
}.payment-plan-dTe .price-choices-TuG {
    font-size: calc(21px * 1.4);
    font-weight: 700;
    margin-top: 20px;
    display: block;
    text-shadow: 0 2px 8px rgba(0,0,0,0.2);
    position: relative;
    transition: all 0.4s ease;
    color: #ffffff;
}.payment-plan-dTe .price-choices-TuG::before {
    width: 30px;
    background: rgb(105,155,155);
    transition: width 0.4s ease;
    content: "";
    left: 0;
    position: absolute;
    height: 2px;
    top: -10px;
}.payment-plan-dTe .cost-fee-VwY:hover .price-choices-TuG::before {
    width: 50px;
}.payment-plan-dTe .cost-fee-VwY:hover .price-choices-TuG {
    transform: scale(1.1);
    color: rgb(105,155,155);
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px) translateZ(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0) translateZ(50px);
    }
}

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

@keyframes cardEntrance {
    from {
        opacity: 0;
        transform: translateY(30px) rotateX(5deg);
    }
    to {
        opacity: 1;
        transform: translateY(0) rotateX(0);
    }
}

@media (max-width: 1200px) {.payment-plan-dTe {
    padding: 100px 0;
}.payment-plan-dTe h2 {
    font-size: calc(28px * 0.9);
}.payment-plan-dTe .plan-options-uUS {
    font-size: 16px;
    margin-bottom: 40px;
}.payment-plan-dTe .study-rates-mte {
    gap: 25px;
}
}

@media (max-width: 992px) {.payment-plan-dTe {
    padding: 80px 0;
}.payment-plan-dTe .study-rates-mte {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}.payment-plan-dTe .basic-cost-gZy {
    padding: 30px 25px;
}.payment-plan-dTe .basic-cost-gZy p {
    max-height: 180px;
}
}

@media (max-width: 768px) {.payment-plan-dTe {
    padding: 70px 0;
}.payment-plan-dTe h2 {
    font-size: calc(28px * 0.8);
    margin-bottom: 15px;
}.payment-plan-dTe .plan-options-uUS {
    margin-bottom: 30px;
    font-size: calc(16px * 0.95);
}.payment-plan-dTe .study-rates-mte {
    margin: 0 auto;
    max-width: 500px;
    grid-template-columns: 1fr;
}.payment-plan-dTe .price-view-gBS {
    clip-path: polygon(0 0, 100% 0, 100% 96%, 94% 100%, 0 100%);
}.payment-plan-dTe .price-choices-TuG {
    font-size: calc(21px * 1.2);
}
}

@media (max-width: 576px) {.payment-plan-dTe {
    padding: 60px 0;
}.payment-plan-dTe h2 {
    font-size: calc(28px * 0.7);
}.payment-plan-dTe .plan-options-uUS {
    margin-bottom: 25px;
    font-size: calc(16px * 0.9);
}.payment-plan-dTe .basic-cost-gZy {
    padding: 25px 20px;
}.payment-plan-dTe .basic-cost-gZy h4 {
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: 21px;
}.payment-plan-dTe .basic-cost-gZy p {
    margin-bottom: 20px;
    max-height: 150px;
    font-size: calc(16px * 0.9);
}}.title-board-hLf {
    overflow: hidden;
    align-items: center;
    justify-content: center;
    display: flex;
    background: linear-gradient(145deg, rgb(164,176,188,0.5), rgb(105,155,155), rgba(0, 0, 0, 0.5));
    position: relative;
    min-height: 100vh;
}.title-board-hLf::before {
    left: 0;
    pointer-events: none;
    position: absolute;
    z-index: 1;
    content: "";
    top: 0;
    background: 
    radial-gradient(circle at 20% 30%, rgba(255,255,255,0.12) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(255,255,255,0.08) 0%, transparent 40%);
    height: 100%;
    width: 100%;
}.title-board-hLf::after {
    position: absolute;
    right: -5%;
    width: 60%;
    transform: rotate(-15deg);
    height: 60%;
    background: radial-gradient(ellipse, rgb(164,176,188,0.5) 0%, transparent 70%);
    opacity: 0.6;
    filter: blur(40px);
    z-index: 0;
    bottom: -10%;
    content: "";
}.main-begin-Cxr {
    perspective: 1000px;
    max-width: 1200px;
    grid-template-columns: 1fr;
    padding: 3rem 0;
    gap: 3rem;
    z-index: 2;
    display: grid;
    position: relative;
    width: 92%;
}.main-begin-Cxr > div:first-child {
    transform: translateY(20px);
    position: relative;
    animation: slideUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.2s forwards;
    opacity: 0;
}.main-begin-Cxr > div:last-child {
    opacity: 0;
    position: relative;
    animation: slideUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.4s forwards;
    transform: translateY(30px);
}.title-board-hLf h3 {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px);
    line-height: 1.4;
    font-weight: 600;
    padding: 1.5rem 2rem;
    position: relative;
    letter-spacing: 0.02em;
    font-size: calc(23px * 0.95);
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    margin: 0;
    color: #ffffff;
    font-family: Arial, sans-serif;
    transform-origin: center;
}.title-board-hLf h3::before {
    height: 100%;
    position: absolute;
    content: "";
    opacity: 0.3;
    left: 0;
    top: 0;
    width: 100%;
    background: linear-gradient(135deg, rgb(164,176,188,0.5) 0%, transparent 100%);
    z-index: -1;
}.title-board-hLf h3::after {
    content: "";
    bottom: -5px;
    left: 5%;
    height: 5px;
    filter: blur(2px);
    position: absolute;
    width: 90%;
    background: linear-gradient(90deg, transparent, rgb(105,155,155), transparent);
}.title-board-hLf .pro-sessions-DxM {
    padding: 2rem;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    transform: perspective(1000px) rotateX(2deg);
    overflow: hidden;
    backdrop-filter: blur(12px);
    transform-style: preserve-3d;
}.title-board-hLf .pro-sessions-DxM:hover {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.title-board-hLf .pro-sessions-DxM::before {
    bottom: -5px;
    opacity: 0.4;
    left: -5px;
    right: -5px;
    content: "";
    transform: translateZ(-10px);
    top: -5px;
    filter: blur(15px);
    position: absolute;
    z-index: -1;
    background: linear-gradient(45deg, rgb(164,176,188), rgb(105,155,155));
}.title-board-hLf h1 {
    animation: fadeTitle 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.6s forwards;
    font-size: calc(45px * 1.1);
    font-weight: 700;
    transform: translateY(10px);
    position: relative;
    letter-spacing: -0.02em;
    margin: 0 0 2rem;
    display: inline-block;
    opacity: 0;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    line-height: 1.2;
    color: #ffffff;
}.title-board-hLf h1::after {
    position: absolute;
    bottom: -10px;
    transform-origin: left;
    width: 40%;
    left: 0;
    transform: scaleX(0);
    background: rgb(105,155,155);
    content: "";
    animation: growLine 0.6s cubic-bezier(0.22, 1, 0.36, 1) 1.2s forwards;
    height: 3px;
}.title-board-hLf .pro-sessions-DxM > div {
    position: relative;
    animation: slideUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.8s forwards;
    clip-path: polygon(0 0, 100% 5%, 98% 100%, 2% 95%);
    height: auto;
    transform: translateY(20px);
    display: flex;
    align-items: flex-end;
    margin-top: 2rem;
    opacity: 0;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    min-height: 180px;
    overflow: hidden;
}.title-board-hLf .pro-sessions-DxM > div::before {
    height: 100%;
    position: absolute;
    content: "";
    width: 100%;
    background: linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, 0.8));
    top: 0;
    z-index: 1;
    left: 0;
}.title-board-hLf p {
    z-index: 2;
    padding: 1.5rem;
    opacity: 0;
    font-size: calc(17px * 1.1);
    animation: fadeIn 0.8s cubic-bezier(0.22, 1, 0.36, 1) 1s forwards;
    font-weight: 400;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    margin: 0;
    line-height: 1.5;
    transform: translateY(10px);
    width: 100%;
    color: #ffffff;
    position: relative;
}

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

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

@keyframes growLine {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

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

@media (min-width: 768px) {.main-begin-Cxr {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
}.title-board-hLf h3 {
    padding: 2rem 2.5rem;
    height: 100%;
    align-items: center;
    display: flex;
    font-size: 23px;
}.title-board-hLf .pro-sessions-DxM {
    padding: 3rem;
}.title-board-hLf h1 {
    margin: 0 0 2.5rem;
    font-size: 45px;
}.title-board-hLf .pro-sessions-DxM > div {
    min-height: 240px;
}
}

@media (min-width: 992px) {.main-begin-Cxr {
    gap: 5rem;
}.title-board-hLf h3 {
    font-size: calc(23px * 1.1);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    padding: 2.5rem 3rem;
}.title-board-hLf .pro-sessions-DxM {
    transform: perspective(1200px) rotateX(3deg);
    padding: 3.5rem;
}.title-board-hLf h1 {
    font-size: calc(45px * 1.2);
}.title-board-hLf .pro-sessions-DxM > div {
    min-height: 280px;
}.title-board-hLf p {
    padding: 2rem;
    font-size: calc(17px * 1.2);
}
}

@media (min-width: 1200px) {.main-begin-Cxr {
    max-width: 1400px;
}.title-board-hLf h3 {
    font-size: calc(23px * 1.15);
}.title-board-hLf .pro-sessions-DxM {
    padding: 4rem;
}.title-board-hLf h1 {
    font-size: calc(45px * 1.3);
}.title-board-hLf .pro-sessions-DxM > div {
    min-height: 320px;
}
}

@media (max-width: 767px) {.title-board-hLf {
    padding: 4rem 0;
}.main-begin-Cxr {
    gap: 2.5rem;
}.title-board-hLf h3 {
    padding: 1.25rem 1.5rem;
}.title-board-hLf .pro-sessions-DxM {
    padding: 1.5rem;
}.title-board-hLf h1 {
    margin-bottom: 1.5rem;
    font-size: calc(34px * 1.1);
}}.connect-form-Tbs {
    padding: 100px 0;
    position: relative;
    background: rgb(223,227,231);
    overflow: hidden;
}.connect-form-Tbs::before {
    width: 100%;
    content: "";
    background: rgb(223,227,231);
    left: 0;
    z-index: 1;
    height: 100%;
    top: 0;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(164,176,188,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(105,155,155,0.5) 0%, transparent 30%);
    position: absolute;
}.connect-form-Tbs::after {
    background-size: 30px 30px, 30px 30px, 100% 100%, 100% 100%;
    position: absolute;
    height: 100%;
    top: 0;
    z-index: 1;
    background-position: 0 0, 0 0, 0 0, 0 0;
    animation: backgroundMove 30s infinite linear;
    content: "";
    opacity: 0.2;
    width: 100%;
    left: 0;
    background-image: 
        repeating-linear-gradient(45deg, rgb(164,176,188,0.5) 0, rgb(164,176,188,0.5) 1px, transparent 1px, transparent 20px),
        repeating-linear-gradient(-45deg, rgb(105,155,155,0.5) 0, rgb(105,155,155,0.5) 1px, transparent 1px, transparent 20px),
        linear-gradient(90deg, rgb(164,176,188,0.5), transparent 70%),
        linear-gradient(180deg, rgb(105,155,155,0.5), transparent 70%);
}@keyframes backgroundMove {
    0% {
        background-position: 0 0, 0 0, 0 0, 0 0;
    }
    100% {
        background-position: 60px 60px, 60px 60px, 0 0, 0 0;
    }
}

.connect-form-Tbs .container {
    z-index: 2;
    position: relative;
    max-width: 1200px;
    padding: 0 30px;
    margin: 0 auto;
}.connect-form-Tbs h2 {
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
    letter-spacing: 2px;
    color: #000000;
    font-size: 41px;
    position: relative;
}.connect-form-Tbs h2::before {
    box-shadow: 
        0 0 5px rgb(164,176,188),
        0 0 10px rgb(164,176,188),
        0 0 15px rgb(164,176,188);
    width: 100px;
    bottom: -15px;
    left: calc(50% - 50px);
    content: "";
    position: absolute;
    height: 2px;
    background: rgb(164,176,188);
}.connect-form-Tbs .query-feedback-zHB {
    border-radius: 12px;
    display: flex;
    position: relative;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgb(164,176,188,0.5);
    overflow: hidden;
}.connect-form-Tbs .query-feedback-zHB::before {
    pointer-events: none;
    opacity: 0.2;
    z-index: 3;
    position: absolute;
    border-radius: 12px;
    inset: 0;
    border: 1px solid rgb(164,176,188);
    content: "";
}.connect-form-Tbs .image-stack-mWu {
    position: relative;
    overflow: hidden;
    min-height: 550px;
    flex: 0 0 45%;
}.connect-form-Tbs .image-stack-mWu::before {
    position: absolute;
    content: "";
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}.connect-form-Tbs .image-stack-mWu::after {
    background: 
        linear-gradient(135deg, transparent 0%, rgb(164,176,188,0.5) 100%);
    content: "";
    opacity: 0.7;
    position: absolute;
    z-index: 2;
    inset: 0;
}.connect-form-Tbs .help-reach-UIh {
    background: #ffffff;
    padding: 60px;
    position: relative;
    flex: 0 0 55%;
}.connect-form-Tbs .help-reach-UIh::before {
    opacity: 0.3;
    position: absolute;
    filter: blur(100px);
    background: rgb(164,176,188,0.5);
    height: 200px;
    width: 200px;
    top: -100px;
    content: "";
    right: -100px;
    z-index: 0;
}.connect-form-Tbs .help-reach-UIh::after {
    height: 150px;
    width: 150px;
    content: "";
    position: absolute;
    background: rgb(105,155,155,0.5);
    opacity: 0.3;
    bottom: -75px;
    left: -75px;
    z-index: 0;
    filter: blur(80px);
}.connect-form-Tbs form {
    position: relative;
    z-index: 2;
}.connect-form-Tbs form h3 {
    letter-spacing: 1px;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 40px;
    color: #000000;
}.connect-form-Tbs form h3::after {
    position: absolute;
    bottom: -15px;
    background: rgb(164,176,188);
    height: 2px;
    box-shadow: 
        0 0 5px rgb(164,176,188,0.5),
        0 0 10px rgb(164,176,188,0.5);
    content: "";
    width: 40px;
    left: 0;
}.connect-form-Tbs form input[type="text"] {
    transition: all 0.3s ease;
    width: 100%;
    border: 1px solid rgb(164,176,188,0.5);
    font-size: 14px;
    padding: 18px 25px;
    margin-bottom: 25px;
    border-radius: 8px;
    background: rgb(223,227,231);
    color: #000000;
}.connect-form-Tbs form input[type="text"]:focus {
    outline: none;
    box-shadow: 
        0 0 0 1px rgb(164,176,188),
        0 0 5px rgb(164,176,188,0.5);
    border-color: rgb(164,176,188);
}.connect-form-Tbs form input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.7;
}.connect-form-Tbs .support-form-PDW {
    margin-bottom: 35px;
    position: relative;
}.connect-form-Tbs .support-form-PDW input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.connect-form-Tbs .support-form-PDW label {
    cursor: pointer;
    padding-left: 35px;
    line-height: 1.5;
    position: relative;
    font-size: 16px;
    color: #000000;
}.connect-form-Tbs .support-form-PDW label::before {
    top: 0;
    content: "";
    border: 1px solid rgb(164,176,188,0.5);
    background: rgb(223,227,231);
    width: 22px;
    height: 22px;
    transition: all 0.3s ease;
    position: absolute;
    left: 0;
    border-radius: 4px;
}.connect-form-Tbs .support-form-PDW input[type="checkbox"]:checked + label::before {
    box-shadow: 0 0 5px rgb(164,176,188,0.5);
    border-color: rgb(164,176,188);
    background: rgb(164,176,188);
}.connect-form-Tbs .support-form-PDW input[type="checkbox"]:checked + label::after {
    left: 8px;
    border: solid #ffffff;
    transform: rotate(45deg);
    height: 12px;
    width: 6px;
    top: 4px;
    position: absolute;
    content: "";
    border-width: 0 2px 2px 0;
}.connect-form-Tbs .support-form-PDW label a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: rgb(164,176,188);
    position: relative;
    font-weight: 600;
}.connect-form-Tbs .support-form-PDW label a::after {
    bottom: -1px;
    background: rgb(164,176,188);
    transform: scaleX(0);
    left: 0;
    height: 1px;
    position: absolute;
    transition: transform 0.3s ease;
    content: "";
    transform-origin: right;
    width: 100%;
}.connect-form-Tbs .support-form-PDW label a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}.connect-form-Tbs .connect-panel-BTh {
    color: #ffffff;
    letter-spacing: 1px;
    border: none;
    border-radius: 8px;
    overflow: hidden;
    background: rgb(164,176,188);
    font-size: 15px;
    font-weight: 700;
    transition: all 0.3s ease;
    cursor: pointer;
    text-transform: uppercase;
    box-shadow: 
        0 5px 15px rgb(164,176,188,0.5),
        0 0 0 1px rgb(164,176,188);
    width: 100%;
    position: relative;
    padding: 18px 30px;
}.connect-form-Tbs .connect-panel-BTh::before {
    height: 100%;
    position: absolute;
    content: "";
    z-index: -1;
    width: 100%;
    top: 0;
    transition: transform 0.5s ease;
    background: rgb(105,155,155);
    transform-origin: right;
    transform: scaleX(0);
    left: 0;
}.connect-form-Tbs .connect-panel-BTh:hover {
    box-shadow: 
        0 5px 20px rgb(105,155,155,0.5),
        0 0 0 1px rgb(105,155,155);
}.connect-form-Tbs .connect-panel-BTh:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}.connect-form-Tbs svg {
    filter: drop-shadow(0 0 2px rgb(164,176,188,0.5));
    width: 22px;
    fill: rgb(164,176,188);
    height: 22px;
    transition: all 0.3s ease;
}.connect-form-Tbs svg path {
    fill: rgb(164,176,188);
    transition: all 0.3s ease;
}.connect-form-Tbs svg:hover,
.connect-form-Tbs svg:hover path {
    transform: translateY(-2px);
    fill: rgb(105,155,155);
    filter: drop-shadow(0 0 3px rgb(105,155,155,0.5));
}

@media (max-width: 1024px) {.connect-form-Tbs {
    padding: 80px 0;
}.connect-form-Tbs .image-stack-mWu {
    min-height: 500px;
}.connect-form-Tbs .help-reach-UIh {
    padding: 50px 40px;
}
}

@media (max-width: 768px) {.connect-form-Tbs {
    padding: 60px 0;
}.connect-form-Tbs h2 {
    font-size: calc(41px * 0.8);
    margin-bottom: 40px;
}.connect-form-Tbs .query-feedback-zHB {
    flex-direction: column;
}.connect-form-Tbs .image-stack-mWu {
    min-height: 300px;
    width: 100%;
}.connect-form-Tbs .help-reach-UIh {
    padding: 40px 30px;
    width: 100%;
}.connect-form-Tbs form h3 {
    margin-bottom: 30px;
}.connect-form-Tbs form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.connect-form-Tbs .support-form-PDW {
    margin-bottom: 25px;
}.connect-form-Tbs .connect-panel-BTh {
    padding: 15px 25px;
}
}

@media (max-width: 480px) {.connect-form-Tbs {
    padding: 50px 0;
}.connect-form-Tbs h2 {
    margin-bottom: 30px;
    font-size: calc(41px * 0.7);
}.connect-form-Tbs .image-stack-mWu {
    min-height: 200px;
}.connect-form-Tbs .help-reach-UIh {
    padding: 30px 20px;
}.connect-form-Tbs form h3 {
    margin-bottom: 25px;
    font-size: calc(24px * 0.9);
}.connect-form-Tbs form input[type="text"] {
    padding: 12px 15px;
    margin-bottom: 15px;
}.connect-form-Tbs .support-form-PDW {
    margin-bottom: 20px;
}.connect-form-Tbs .support-form-PDW label {
    font-size: calc(16px * 0.9);
}.connect-form-Tbs .connect-panel-BTh {
    padding: 12px 20px;
}}header {
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    position: fixed;
    z-index: 1000;
    left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    background: linear-gradient(120deg, 
        rgb(164,176,188) 0%, 
        rgb(164,176,188,0.5) 100%
    );
    width: 100%;
    top: 0;
}header:before {
    pointer-events: none;
    content: '';
    width: 100%;
    opacity: 0.1;
    top: 0;
    left: 0;
    height: 100%;
    position: absolute;
}header:after {
    content: '';
    pointer-events: none;
    background-size: 100px 100px;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: 
        linear-gradient(to right, 
            transparent 20%, 
            rgba(255, 255, 255, 0.05) 40%, 
            rgba(255, 255, 255, 0.05) 60%, 
            transparent 80%
        ),
        linear-gradient(to bottom, 
            transparent 20%, 
            rgba(255, 255, 255, 0.05) 40%, 
            rgba(255, 255, 255, 0.05) 60%, 
            transparent 80%
        );
}header .top-sitewrap-qua {
    position: relative;
}header .top-sitewrap-qua:before {
    position: absolute;
    background: linear-gradient(to right, 
        transparent, 
        #ffffff, 
        transparent
    );
    left: 0;
    height: 2px;
    content: '';
    width: 100%;
    opacity: 0.3;
    bottom: -1px;
}header .top-sitewrap-qua:after {
    left: 0;
    width: 60px;
    pointer-events: none;
    height: 60px;
    position: absolute;
    opacity: 0.5;
    transform: translateY(-50%);
    top: 50%;
    content: '';
    background-image: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.1) 0%,
        transparent 70%
    );
    filter: blur(8px);
}header .container {
    max-width: 1200px;
    padding: 15px 25px;
    margin: 0 auto;
    position: relative;
}header .container:before {
    width: 50px;
    position: absolute;
    height: 30px;
    pointer-events: none;
    background-image: 
        linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.1) 50%),
        linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.1) 50%);
    background-size: 6px 2px, 6px 2px;
    content: '';
    background-repeat: repeat-x;
    transform: translateY(-50%);
    top: 50%;
    opacity: 0.5;
    right: 20px;
    background-position: 0 0, 0 10px;
}header .head-know-TWx {
    justify-content: space-between;
    align-items: center;
    display: flex;
    position: relative;
}header .head-know-TWx:before {
    border-radius: 50%;
    transform: translateY(-50%) translateX(-40px);
    top: 50%;
    left: 0;
    height: 20px;
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.2);
    width: 20px;
    opacity: 0.5;
    content: '';
}header .head-know-TWx:after {
    height: 20px;
    opacity: 0.5;
    border-radius: 50%;
    position: absolute;
    content: '';
    right: 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    top: 50%;
    transform: translateY(-50%) translateX(40px);
    width: 20px;
}header .head-pagewrap-DwU {
    gap: 30px;
    display: flex;
    align-items: center;
    position: relative;
}header .head-pagewrap-DwU:before {
    height: 2px;
    left: 0;
    transition: opacity 0.4s ease;
    background: linear-gradient(to right, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    width: 100%;
    bottom: -10px;
    content: '';
    opacity: 0;
    position: absolute;
}header .head-pagewrap-DwU:hover:before {
    opacity: 0.7;
}header .top-lesson-KYh {
    font-weight: 400;
    text-decoration: none;
    padding: 8px 0;
    color: #ffffff;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    font-size: 16px;
    position: relative;
    letter-spacing: 0.5px;
}header .top-lesson-KYh:before {
    background: #ffffff;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
    height: 6px;
    opacity: 0;
    transition: all 0.3s ease;
    border-radius: 50%;
    top: 50%;
    width: 6px;
    content: '';
    position: absolute;
    transform: translateY(-50%);
    left: -12px;
}header .top-lesson-KYh:after {
    position: absolute;
    left: -30px;
    height: 1px;
    width: 20px;
    content: '';
    background: rgba(255, 255, 255, 0.5);
    top: 50%;
    transform: translateY(-50%) scaleX(0);
    transform-origin: right;
    transition: all 0.3s ease;
}header .top-lesson-KYh:hover {
    transform: translateX(5px);
    color: #ffffff;
}header .top-lesson-KYh:hover:before {
    opacity: 1;
    left: -20px;
}header .top-lesson-KYh:hover:after {
    transform: translateY(-50%) scaleX(1);
}header .head-pro-FpH {
    padding: 5px;
    display: flex;
    position: relative;
    text-decoration: none;
    align-items: center;
    transition: all 0.3s ease;
}header .head-pro-FpH:before {
    content: '';
    border: 1px solid rgba(255, 255, 255, 0.2);
    top: -10px;
    transition: all 0.3s ease;
    position: absolute;
    border-radius: 10px;
    height: calc(100% + 20px);
    width: calc(100% + 20px);
    left: -10px;
    opacity: 0;
}header .head-pro-FpH:after {
    height: 10px;
    position: absolute;
    left: -5px;
    transition: all 0.3s ease;
    border-radius: 50%;
    width: 10px;
    content: '';
    top: -5px;
    background: #ffffff;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    opacity: 0;
}header .head-pro-FpH:hover:before {
    opacity: 1;
}header .head-pro-FpH:hover:after {
    opacity: 1;
    animation: circuit 3s infinite;
}header .head-pro-FpH svg {
    width: auto;
    transition: all 0.3s ease;
    height: 40px;
}header .head-pro-FpH:hover svg {
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
}

@keyframes circuit {
    0%, 100% {
        top: -5px;
        left: -5px;
    }
    25% {
        top: -5px;
        left: calc(100% - 5px);
    }
    50% {
        top: calc(100% - 5px);
        left: calc(100% - 5px);
    }
    75% {
        top: calc(100% - 5px);
        left: -5px;
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
}

@media (max-width: 991px) {header .container {
    padding: 12px 20px;
}header .head-pagewrap-DwU {
    gap: 20px;
}header .head-pro-FpH svg {
    height: 35px;
}
}

@media (max-width: 767px) {header .head-pagewrap-DwU {
    gap: 25px;
    top: 0;
    position: fixed;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    background: rgb(164,176,188);
    right: -100%;
    width: 80%;
    z-index: 1001;
    height: 100vh;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.2);
    flex-direction: column;
    padding: 80px 30px 30px;
    max-width: 320px;
}header .head-pagewrap-DwU:before {
    width: 80%;
    left: 10%;
    top: 60px;
    bottom: auto;
}header .head-pagewrap-DwU:after {
    top: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    right: 20px;
    pointer-events: none;
    height: 30px;
    position: absolute;
    content: '';
    width: 30px;
}header .menu.active {
    right: 0;
}header .top-lesson-KYh {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    padding: 12px 0;
}header .top-lesson-KYh:hover {
    transform: translateX(0);
}header .top-lesson-KYh:last-child {
    border-bottom: none;
}header .head-pro-FpH {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 10px 15px;
}header .head-pro-FpH svg {
    height: 30px;
}}.thanksHub-ole {
    padding: 5rem 0;
    z-index: 1;
    background: linear-gradient(135deg, rgb(223,227,231) 0%, rgba(rgb(105,155,155,0.5), 0.15) 100%);
    position: relative;
    overflow: hidden;
}.thanksHub-ole::before {
    z-index: -1;
    position: absolute;
    background: linear-gradient(145deg, rgb(164,176,188) 0%, rgba(rgb(164,176,188,0.5), 0.2) 100%);
    animation: floatBg 18s infinite alternate ease-in-out;
    transform: rotate(-15deg) translateZ(0);
    width: 60%;
    left: -10%;
    top: -20%;
    clip-path: polygon(0 0, 100% 15%, 85% 100%, 0% 85%);
    content: "";
    height: 180%;
}.thanksHub-ole::after {
    width: 40%;
    height: 140%;
    animation: floatBg 15s infinite alternate-reverse ease-in-out;
    background: linear-gradient(215deg, rgb(105,155,155) 0%, rgba(rgb(105,155,155,0.5), 0.3) 100%);
    right: -5%;
    bottom: -10%;
    content: "";
    position: absolute;
    transform: rotate(12deg) translateZ(0);
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 85%);
    z-index: -1;
}.thanksHub-ole .container {
    z-index: 2;
    margin: 0 auto;
    max-width: 1320px;
    padding: 0 20px;
    position: relative;
}.thanksHub-ole .online-mastery-acR {
    opacity: 1;
    transform: translateY(0);
    padding: 4rem;
    background: rgba(rgb(255, 255, 255, 0.5), 0.9);
    backdrop-filter: blur(15px);
    border-left: 4px solid rgb(164,176,188);
    animation: slideUp 0.9s cubic-bezier(0.17, 0.67, 0.26, 0.97);
    box-shadow: 0 20px 50px rgba(rgba(0, 0, 0, 0.5), 0.1), 
                0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.05),
                0 5px 15px rgba(rgb(164,176,188,0.5), 0.05);
    position: relative;
}.thanksHub-ole .online-mastery-acR::before {
    height: 100%;
    top: 20px;
    content: "";
    position: absolute;
    border: 2px dashed rgba(rgb(105,155,155,0.5), 0.2);
    left: 20px;
    pointer-events: none;
    z-index: -1;
    transform: translate(-10px, -10px);
    width: 100%;
}.thanksHub-ole .online-mastery-acR > div:first-child {
    transform: translateX(0);
    animation: slideRight 0.8s 0.3s cubic-bezier(0.17, 0.67, 0.26, 0.97) both;
    position: relative;
    margin-bottom: 2rem;
}.thanksHub-ole .online-mastery-acR > div:first-child::after {
    left: 0;
    width: 80px;
    position: absolute;
    height: 3px;
    animation: expandWidth 1.2s 0.8s cubic-bezier(0.17, 0.67, 0.26, 0.97) forwards;
    bottom: -0.8rem;
    background: rgb(164,176,188);
    content: "";
}.thanksHub-ole h5 {
    line-height: 1.4;
    margin: 0;
    letter-spacing: -0.01em;
    transform: translateZ(0);
    color: #000000;
    font-weight: 700;
    font-size: 20px;
}.thanksHub-ole .online-mastery-acR > div:last-child {
    transform: translateY(20px);
    animation: fadeUp 0.8s 0.5s ease-out forwards;
    opacity: 0;
}.thanksHub-ole a {
    position: relative;
    display: block;
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.26, 0.97);
    text-decoration: none;
}.thanksHub-ole a:hover {
    transform: translateY(-5px);
}.thanksHub-ole a::before {
    transform: rotate(-15deg);
    position: absolute;
    transition: all 0.4s ease;
    background: linear-gradient(135deg, rgb(164,176,188) 0%, rgb(105,155,155) 100%);
    top: -15px;
    opacity: 0.1;
    content: "";
    border-radius: 10px;
    left: -20px;
    height: 40px;
    width: 40px;
}.thanksHub-ole a:hover::before {
    opacity: 0.2;
    transform: rotate(0deg) scale(1.2);
}.thanksHub-ole p {
    margin: 0;
    font-weight: 400;
    z-index: 2;
    font-size: 15px;
    position: relative;
    color: #000000;
    line-height: 1.8;
}

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

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

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

@keyframes expandWidth {
    0% {
        width: 0;
    }
    100% {
        width: 80px;
    }
}

@keyframes floatBg {
    0% {
        transform: rotate(-15deg) translateZ(0);
    }
    100% {
        transform: rotate(-10deg) translateY(-10px) translateZ(0);
    }
}

@media (max-width: 991px) {.thanksHub-ole {
    padding: 4rem 0;
}.thanksHub-ole .online-mastery-acR {
    padding: 3rem;
}.thanksHub-ole h5 {
    font-size: calc(20px * 0.9);
}
}

@media (max-width: 767px) {.thanksHub-ole {
    padding: 3rem 0;
}.thanksHub-ole .online-mastery-acR {
    padding: 2.5rem 2rem;
}.thanksHub-ole h5 {
    font-size: calc(20px * 0.85);
}.thanksHub-ole p {
    font-size: calc(15px * 0.95);
    line-height: 1.7;
}.thanksHub-ole::before {
    width: 80%;
}.thanksHub-ole::after {
    width: 60%;
}
}

@media (max-width: 575px) {.thanksHub-ole {
    padding: 2.5rem 0;
}.thanksHub-ole .online-mastery-acR {
    padding: 2rem 1.5rem;
}.thanksHub-ole h5 {
    font-size: calc(20px * 0.8);
}.thanksHub-ole p {
    font-size: calc(15px * 0.9);
    line-height: 1.6;
}.thanksHub-ole .online-mastery-acR::before {
    display: none;
}.thanksHub-ole .online-mastery-acR > div:first-child::after {
    width: 60px;
}
    
    @keyframes expandWidth {
        0% {
            width: 0;
        }
        100% {
            width: 60px;
        }
    }
}

@media (hover: hover) {.thanksHub-ole a {
    overflow: hidden;
    position: relative;
}.thanksHub-ole a::after {
    background: rgb(164,176,188);
    width: 100%;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    bottom: 0;
    content: "";
    transform: scaleX(0);
    height: 1px;
    left: 0;
    transform-origin: right;
    position: absolute;
}.thanksHub-ole a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}
}