* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}a {
    color: inherit;
    text-decoration: none;
}html,body {
    height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
    min-height: 100%;
}.collab-net {
    flex: 0 0 auto;
}.wrapper-skeleton {
    display: flex;
    height: 100%;
    min-height: 100%;
    flex-direction: column;
}header,footer {
    width: 100%;
}.container {
    margin: auto;
    width: 1272px;
    max-width: 100%;
}svg {
    width: 30px;
    height: 30px;
}.header-nav {
    flex: 1 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.course-program-description {
    overflow: hidden;
    background: linear-gradient(45deg, rgb(159,186,186) 0%, rgb(97,122,117,0.5) 40%, rgb(159,186,186) 100%);
    padding: 5rem 0;
    position: relative;
}.course-program-description::before {
    opacity: 0.1;
    width: 100%;
    top: 0;
    z-index: 1;
    background: 
        repeating-linear-gradient(45deg, rgb(97,122,117,0.5) 0px, rgb(97,122,117,0.5) 1px, transparent 1px, transparent 10px),
        repeating-linear-gradient(135deg, rgb(128,153,151,0.5) 0px, rgb(128,153,151,0.5) 1px, transparent 1px, transparent 10px);
    left: 0;
    height: 100%;
    content: "";
    position: absolute;
}.course-program-description .container {
    position: relative;
    z-index: 2;
}.course-program-description .legacy-edu {
    min-height: 480px;
    display: flex;
    flex-direction: column;
    position: relative;
}.course-program-description .img-holder {
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
}.course-program-description .img-holder::after {
    content: "";
    top: 0;
    position: absolute;
    background: linear-gradient(135deg, rgb(128,153,151,0.5) 0%, transparent 50%, rgba(0, 0, 0, 0.5) 100%);
    width: 100%;
    height: 100%;
    mix-blend-mode: multiply;
    left: 0;
}.course-program-description .online-class {
    backdrop-filter: blur(8px);
    padding: 2.5rem;
    margin-left: auto;
    position: relative;
    background: linear-gradient(to right bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.8));
    box-shadow: -15px -15px 30px rgba(0, 0, 0, 0.1);
    width: 60%;
    margin-top: auto;
    z-index: 3;
}.course-program-description .online-class::before {
    height: 100%;
    top: 0;
    position: absolute;
    content: "";
    width: 50px;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.8));
    left: -50px;
}.course-program-description .header-primary {
    z-index: 4;
    border-radius: 50%;
    transition: transform 0.3s ease-in-out;
    top: -35px;
    position: absolute;
    background: #ffffff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    left: 2.5rem;
    padding: 15px;
}.course-program-description .header-primary:hover {
    transform: translateY(-5px) rotate(5deg);
}.course-program-description .header-primary svg {
    filter: drop-shadow(0 3px 5px rgb(128,153,151,0.5));
    width: 45px;
    height: 45px;
    display: block;
}.course-program-description .header-primary svg path {
    transition: fill 0.3s ease;
    fill: rgb(128,153,151);
}.course-program-description .header-primary:hover svg path {
    fill: rgb(97,122,117);
}.course-program-description .online-class h3 {
    position: relative;
    font-weight: 700;
    color: #000000;
    margin-bottom: 1.5rem;
    font-size: 37px;
}.course-program-description .online-class h3::after {
    content: "";
    background: rgb(128,153,151);
    border-radius: 10px;
    height: 3px;
    left: 0;
    position: absolute;
    width: 60px;
    bottom: -0.5rem;
}.course-program-description .online-class p {
    font-size: 14px;
    line-height: 1.7;
    color: #000000;
}.course-program-description .legacy-edu::before {
    content: "";
    z-index: 0;
    position: absolute;
    animation: floatAnimation 8s infinite ease-in-out;
    border: 2px solid rgb(128,153,151,0.5);
    height: 120px;
    right: 65%;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    width: 120px;
    top: 10%;
}.course-program-description .legacy-edu::after {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    z-index: 0;
    height: 80px;
    animation: floatAnimation 12s infinite ease-in-out reverse;
    content: "";
    position: absolute;
    left: 10%;
    width: 80px;
    border: 2px solid rgb(97,122,117,0.5);
    bottom: 20%;
}

@keyframes floatAnimation {
    0%, 100% {
        transform: translate(0, 0) rotate(0deg);
    }
    25% {
        transform: translate(10px, -15px) rotate(5deg);
    }
    50% {
        transform: translate(5px, 10px) rotate(-5deg);
    }
    75% {
        transform: translate(-10px, -5px) rotate(3deg);
    }
}

@media screen and (max-width: 991px) {.course-program-description .legacy-edu {
    min-height: 420px;
}.course-program-description .online-class {
    width: 75%;
    padding: 2rem;
}.course-program-description .header-primary {
    left: 2rem;
    top: -30px;
    padding: 12px;
}.course-program-description .header-primary svg {
    height: 40px;
    width: 40px;
}.course-program-description .online-class h3 {
    font-size: calc(37px - 0.2rem);
}
}

@media screen and (max-width: 767px) {.course-program-description {
    padding: 4rem 0;
}.course-program-description .legacy-edu {
    min-height: auto;
}.course-program-description .img-holder {
    position: relative;
    margin-bottom: -50px;
    height: 250px;
}.course-program-description .online-class {
    border-radius: 24px;
    margin-right: auto;
    width: 90%;
    padding: 2rem 1.5rem;
    margin-left: auto;
}.course-program-description .online-class::before {
    display: none;
}.course-program-description .online-class::after {
    height: 70px;
    width: 70px;
}.course-program-description .header-primary {
    left: 50%;
    transform: translateX(-50%);
}.course-program-description .header-primary:hover {
    transform: translateX(-50%) translateY(-5px);
}.course-program-description .online-class h3 {
    font-size: calc(37px - 0.3rem);
    margin-top: 1rem;
}.course-program-description .legacy-edu::before,
    .course-program-description .legacy-edu::after {
    display: none;
}
}

@media screen and (max-width: 480px) {.course-program-description {
    padding: 3rem 0;
}.course-program-description .img-holder {
    height: 200px;
}.course-program-description .online-class {
    padding: 1.5rem 1.25rem;
    width: 100%;
}.course-program-description .header-primary {
    padding: 10px;
}.course-program-description .header-primary svg {
    height: 35px;
    width: 35px;
}.course-program-description .online-class h3 {
    font-size: calc(37px - 0.5rem);
    margin-top: 0.75rem;
}.course-program-description .online-class p {
    font-size: calc(14px - 0.1rem);
}}.statistical-summary {
    padding: 100px 0 80px;
    position: relative;
    background: linear-gradient(135deg, rgb(159,186,186) 0%, rgba(240, 240, 250, 0.9) 100%);
    overflow: hidden;
}.statistical-summary::before {
    z-index: 1;
    background: linear-gradient(45deg, rgb(128,153,151,0.5) 0%, transparent 70%);
    height: 100%;
    opacity: 0.07;
    left: 0;
    top: 0;
    content: "";
    transform: skewY(-5deg) translateY(-30px);
    position: absolute;
    width: 100%;
}.statistical-summary::after {
    bottom: -50px;
    width: 300px;
    height: 300px;
    opacity: 0.15;
    content: "";
    position: absolute;
    right: -50px;
    z-index: 0;
    filter: blur(80px);
    background: linear-gradient(to right, rgb(97,122,117,0.5), transparent);
    border-radius: 50%;
}.statistical-summary h3 {
    z-index: 2;
    transition: transform 0.5s ease;
    text-align: center;
    color: #000000;
    transform: perspective(1000px) rotateX(0deg);
    margin-bottom: 60px;
    position: relative;
    font-weight: 700;
    font-size: 33px;
}.statistical-summary h3::after {
    left: 50%;
    height: 3px;
    bottom: -15px;
    position: absolute;
    transform: translateX(-50%) scaleX(0.8);
    background: linear-gradient(to right, rgb(128,153,151), rgb(97,122,117));
    content: "";
    width: 80px;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}.statistical-summary h3:hover::after {
    transform: translateX(-50%) scaleX(1.2);
}.statistical-summary .container {
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
}.statistical-summary ul {
    perspective: 1000px;
    padding: 0;
    gap: 30px;
    display: grid;
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}.statistical-summary .statistics-perks {
    transform-style: preserve-3d;
    position: relative;
    background: #ffffff;
    padding: 30px 20px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    display: flex;
    z-index: 5;
    text-align: center;
    overflow: hidden;
    transform: translateZ(0) translateY(0);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}.statistical-summary .statistics-perks::before {
    position: absolute;
    background: linear-gradient(90deg, rgb(128,153,151) 0%, rgb(97,122,117) 100%);
    transform-origin: left;
    left: 0;
    transition: transform 0.4s ease;
    top: 0;
    height: 5px;
    transform: scaleX(0.7);
    width: 100%;
    content: "";
}.statistical-summary .statistics-perks::after {
    opacity: 0;
    bottom: 0;
    transition: opacity 0.5s ease;
    content: "";
    height: 40%;
    width: 40%;
    right: 0;
    z-index: -1;
    position: absolute;
    background: linear-gradient(135deg, transparent 50%, rgba(240, 240, 250, 0.5) 100%);
}.statistical-summary .statistics-perks:hover {
    transform: translateZ(10px) translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 0 10px 20px rgba(0, 0, 0, 0.05);
}.statistical-summary .statistics-perks:hover::before {
    transform: scaleX(1);
}.statistical-summary .statistics-perks:hover::after {
    opacity: 1;
}.statistical-summary .statistics-perks span {
    transition: transform 0.3s ease;
    color: #000000;
    position: relative;
    display: block;
    z-index: 2;
    font-weight: 600;
    font-size: calc(16px * 1.05);
    margin-bottom: 15px;
}.statistical-summary .statistics-perks p {
    color: rgb(128,153,151);
    font-size: calc(41px * 1.2);
    background-clip: text !important;
    font-weight: 700;
    margin: 0;
    -webkit-background-clip: text !important;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-text-fill-color: transparent;
    position: relative;
    transform: perspective(500px) translateZ(0);
    background: linear-gradient(135deg, rgb(128,153,151) 0%, rgb(97,122,117) 100%);
}.statistical-summary .statistics-perks:hover p {
    transform: perspective(500px) translateZ(20px) scale(1.05);
}.statistical-summary .statistics-perks:nth-child(odd) {
    transform: translateZ(0) translateY(0) rotate(-1deg);
}.statistical-summary .statistics-perks:nth-child(odd):hover {
    transform: translateZ(10px) translateY(-5px) rotate(0deg);
}.statistical-summary .statistics-perks:nth-child(even) {
    transform: translateZ(0) translateY(0) rotate(1deg);
}.statistical-summary .statistics-perks:nth-child(even):hover {
    transform: translateZ(10px) translateY(-5px) rotate(0deg);
}

@media (max-width: 992px) {.statistical-summary {
    padding: 80px 0 60px;
}.statistical-summary h3 {
    font-size: calc(33px * 0.9);
    margin-bottom: 50px;
}.statistical-summary ul {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.statistical-summary .statistics-perks {
    padding: 25px 15px;
}.statistical-summary .statistics-perks p {
    font-size: calc(41px * 1.1);
}
}

@media (max-width: 768px) {.statistical-summary {
    padding: 70px 0 50px;
}.statistical-summary h3 {
    margin-bottom: 40px;
    font-size: calc(33px * 0.85);
}.statistical-summary ul {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
}.statistical-summary .statistics-perks span {
    font-size: 16px;
}.statistical-summary .statistics-perks p {
    font-size: calc(41px * 1);
}
}

@media (max-width: 576px) {.statistical-summary {
    padding: 60px 0 40px;
}.statistical-summary h3 {
    margin-bottom: 35px;
    font-size: calc(33px * 0.8);
}.statistical-summary ul {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}.statistical-summary .statistics-perks {
    padding: 20px 10px;
}.statistical-summary .statistics-perks span {
    font-size: calc(16px * 0.9);
    margin-bottom: 10px;
}.statistical-summary .statistics-perks p {
    font-size: calc(41px * 0.9);
}
}

@media (max-width: 480px) {.statistical-summary ul {
    grid-template-columns: 1fr;
    gap: 15px;
}.statistical-summary .statistics-perks {
    transform: none !important;
}.statistical-summary .statistics-perks:hover {
    transform: translateY(-3px) !important;
}}header {
    position: relative;
    z-index: 100;
    padding: 1.5rem 3%;
    background: linear-gradient(to right, rgb(128,153,151,0.5), rgb(97,122,117,0.5));
    width: 100%;
}header::before {
    position: absolute;
    pointer-events: none;
    border-radius: 10px;
    right: 0.5rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    top: 0.5rem;
    bottom: 0.5rem;
    z-index: 0;
    left: 0.5rem;
    content: '';
}header::after {
    height: 100%;
    left: 0;
    z-index: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 20%);
    top: 0;
    content: '';
    width: 100%;
    position: absolute;
}header .container {
    padding: 0;
    z-index: 1;
    max-width: 100%;
    width: 100%;
    position: relative;
    margin: 0;
}header .main-header {
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    position: relative;
    align-items: center;
    padding: 1.5rem;
}header .main-header::before {
    width: 5px;
    content: '';
    background: linear-gradient(to bottom, rgb(128,153,151), rgb(97,122,117));
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
}header .main-header::after {
    background: linear-gradient(to bottom, rgb(97,122,117), rgb(128,153,151));
    right: 0;
    width: 5px;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
}header .top-expert {
    position: relative;
    text-decoration: none;
    padding: 0 0 1rem 0;
    justify-content: center;
    display: flex;
}header .top-expert::after {
    content: '';
    bottom: 0;
    width: 80px;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    background: rgb(128,153,151,0.5);
    height: 1px;
}header .top-expert svg {
    height: auto;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.08));
    width: 170px;
    transition: all 0.3s ease;
}header .top-expert:hover svg {
    transform: scale(1.03);
}header .head-teach {
    max-width: 90%;
    width: 100%;
    gap: 0.7rem;
    padding-top: 1rem;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
}header .main-mentor {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
    color: #000000;
    text-decoration: none;
    background: rgb(159,186,186);
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    z-index: 1;
    font-size: 20px;
    position: relative;
    font-weight: 600;
    padding: 0.7rem 1.3rem;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.03);
}header .main-mentor::before {
    left: 0;
    transition: width 0.3s ease;
    border-radius: 10px 0 0 10px;
    top: 0;
    z-index: -1;
    width: 3px;
    position: absolute;
    content: '';
    height: 100%;
    background: linear-gradient(to bottom, rgb(128,153,151), rgb(97,122,117));
}header .main-mentor:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
    color: #ffffff;
}header .main-mentor:hover::before {
    width: 100%;
}

@media (max-width: 991px) {header {
    padding: 1.2rem 2.5%;
}header .main-header {
    padding: 1.2rem;
}header .top-expert {
    padding: 0 0 0.8rem 0;
}header .top-expert svg {
    width: 150px;
}header .head-teach {
    gap: 0.6rem;
    padding-top: 0.8rem;
}header .main-mentor {
    padding: 0.6rem 1.1rem;
}
}

@media (max-width: 767px) {header {
    padding: 1rem 2%;
}header .main-header {
    padding: 1rem;
}header .top-expert {
    padding: 0 0 0.7rem 0;
}header .top-expert svg {
    width: 130px;
}header .head-teach {
    padding-top: 0.7rem;
    gap: 0.5rem;
    max-width: 95%;
}header .main-mentor {
    font-size: calc(20px - 1px);
    padding: 0.5rem 1rem;
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 1.5%;
}header .main-header {
    padding: 0.8rem 0.8rem 1rem;
}header .top-expert {
    padding: 0 0 0.6rem 0;
}header .top-expert svg {
    width: 120px;
}header .head-teach {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 0.3rem;
    padding-top: 0.6rem;
}header .head-teach::-webkit-scrollbar {
    height: 3px;
}header .head-teach::-webkit-scrollbar-thumb {
    background: rgb(128,153,151);
    border-radius: 10px;
}header .main-mentor {
    flex-shrink: 0;
    white-space: nowrap;
    margin-right: 3px;
}}.get-help-info {
    transform-style: preserve-3d;
    overflow: hidden;
    padding: 80px 20px;
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, rgb(159,186,186) 0%, rgba(255,255,255,0.9) 100%);
    position: relative;
    perspective: 1000px;
}.get-help-info::before {
    width: 100%;
    top: 0;
    z-index: -1;
    height: 100%;
    content: '';
    left: 0;
    transform: translateZ(-10px);
    background: linear-gradient(45deg, rgb(128,153,151,0.5) 0%, transparent 40%);
    position: absolute;
}.get-help-info::after {
    z-index: -1;
    right: -50px;
    width: 200px;
    position: absolute;
    bottom: -50px;
    border-radius: 100px;
    filter: blur(20px);
    height: 200px;
    opacity: 0.6;
    background: linear-gradient(to bottom right, rgb(97,122,117) 0%, transparent 70%);
    content: '';
    transform: rotate(-15deg) translateZ(-5px);
}.get-help-info h1 {
    transform: translateZ(20px);
    color: #000000;
    font-size: 43px;
    text-align: center;
    text-shadow: 2px 2px 0 rgba(rgb(128,153,151,0.5), 0.1);
    position: relative;
    margin-bottom: 50px;
    font-weight: 700;
}.get-help-info h1::after {
    width: 80px;
    height: 4px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(128,153,151) 0%, rgb(97,122,117) 100%);
    content: '';
    bottom: -15px;
    left: 50%;
    position: absolute;
}.get-help-info .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 1;
    position: relative;
}.get-help-info .edu-askedu {
    padding: 40px 30px;
    transform: rotateX(1deg) rotateY(0.5deg);
    grid-template-columns: 1fr;
    background: #ffffff;
    gap: 30px;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 22px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.08), 
                0 10px 20px rgba(0,0,0,0.05),
                0 5px 10px rgba(rgb(128,153,151,0.5), 0.08);
    display: grid;
}.get-help-info .edu-askedu:hover {
    transform: rotateX(0deg) rotateY(0deg) translateZ(5px);
}.get-help-info .edu-askedu > div {
    border-radius: 10px;
    padding: 20px;
    position: relative;
    background: linear-gradient(to right, rgba(rgb(159,186,186), 0.5), rgba(255,255,255,0.9));
    transform: translateZ(10px);
    border-left: 3px solid rgb(128,153,151);
}.get-help-info .edu-askedu > div:nth-child(2) {
    border-left: 3px solid rgb(97,122,117);
}.get-help-info .edu-askedu > div:nth-child(3) {
    border-left: 3px solid rgb(128,153,151);
}.get-help-info h6 {
    align-items: center;
    display: flex;
    font-weight: 600;
    color: #000000;
    gap: 10px;
    margin-bottom: 10px;
    font-size: 19px;
}.get-help-info span {
    display: block;
    margin-left: 30px;
    color: #000000;
    font-size: 15px;
    position: relative;
}.get-help-info span::before {
    position: absolute;
    transform: translateY(-50%);
    width: 6px;
    border-radius: 50%;
    top: 50%;
    left: -15px;
    background: rgb(97,122,117);
    content: '';
    height: 6px;
}.get-help-info .message-info {
    gap: 15px;
    display: flex;
    flex-direction: column;
}.get-help-info .get-contactform {
    border-radius: 10px;
    text-decoration: none;
    align-items: center;
    padding: 5px 10px;
    position: relative;
    gap: 10px;
    color: #000000;
    font-size: 15px;
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    z-index: 1;
    display: flex;
    overflow: hidden;
    font-weight: 400;
}.get-help-info .get-contactform::before {
    transition: width 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    width: 0;
    content: '';
    left: -10px;
    top: 0;
    height: 100%;
    background: linear-gradient(90deg, rgb(128,153,151,0.5) 0%, transparent 100%);
    position: absolute;
    z-index: -1;
}.get-help-info .get-contactform:hover {
    transform: translateX(5px);
    color: #000000;
}.get-help-info .get-contactform:hover::before {
    width: 100%;
}.get-help-info svg {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 24px;
    width: 24px;
    transform-origin: center;
}.get-help-info .get-contactform:hover svg {
    transform: scale(1.15) rotate(5deg);
}.get-help-info svg path {
    fill: rgb(128,153,151);
    transition: fill 0.3s ease;
}.get-help-info .get-contactform:hover svg path {
    fill: rgb(97,122,117);
}.get-help-info .edu-askedu > div:first-child div {
    position: relative;
    color: #000000;
    font-size: 15px;
    line-height: 1.6;
    padding-left: 15px;
}.get-help-info .edu-askedu > div:first-child div::before {
    left: 0;
    content: '';
    height: 100%;
    border-radius: 10px;
    width: 3px;
    position: absolute;
    top: 0;
    background: linear-gradient(to bottom, rgb(128,153,151), rgb(97,122,117));
}

@media (min-width: 768px) {.get-help-info {
    padding: 100px 40px;
}.get-help-info h1 {
    margin-bottom: 60px;
    font-size: calc(43px * 1.2);
}.get-help-info h1::after {
    width: 120px;
}.get-help-info .edu-askedu {
    gap: 40px;
    padding: 50px 40px;
    grid-template-columns: 1fr 1fr;
}.get-help-info .edu-askedu > div:first-child {
    grid-column: 1 / -1;
}
}

@media (min-width: 992px) {.get-help-info .edu-askedu {
    grid-template-columns: 2fr 1fr 1fr;
}.get-help-info .edu-askedu > div:first-child {
    grid-column: 1;
}.get-help-info .edu-askedu > div:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
}.get-help-info .edu-askedu > div:nth-child(3) {
    grid-column: 3;
    grid-row: 1;
}.get-help-info .edu-askedu > div {
    transform: translateZ(15px);
}
}

@media (max-width: 767px) {.get-help-info {
    padding: 60px 15px;
}.get-help-info h1 {
    margin-bottom: 40px;
    font-size: calc(43px * 0.9);
}.get-help-info .edu-askedu {
    padding: 30px 20px;
    transform: rotateX(0.5deg) rotateY(0.25deg);
}.get-help-info .edu-askedu > div {
    padding: 15px;
}.get-help-info span {
    margin-left: 20px;
}}.instructor-profile {
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(159,186,186) 0%, rgb(128,153,151,0.5) 100%);
}.instructor-profile::before {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    content: "";
    background: linear-gradient(45deg, transparent 45%, rgb(97,122,117,0.5) 45%, rgb(97,122,117,0.5) 55%, transparent 55%);
    transform: scale(1.5) rotate(-5deg);
    position: absolute;
}.instructor-profile .student-voices {
    align-items: center;
    margin: 0 auto;
    position: relative;
    gap: 2rem;
    justify-content: center;
    display: flex;
    transform: rotate(-2deg);
    z-index: 1;
    max-width: 1100px;
    flex-direction: row;
}.instructor-profile .img-holder {
    transition: all 0.5s ease;
    transform: perspective(1000px) rotateY(-15deg);
    box-shadow: 20px 20px 0 rgb(128,153,151,0.5);
    clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
    border-radius: 25px;
    height: 400px;
    width: 350px;
}.instructor-profile .work-timeline {
    border-radius: 25px;
    position: relative;
    transform: perspective(1000px) rotateY(5deg) translateX(-30px);
    max-width: 450px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    transition: all 0.5s ease;
    z-index: 2;
    padding: 2.5rem;
}.instructor-profile .work-timeline::before {
    width: 100%;
    height: 100%;
    background: rgb(97,122,117,0.5);
    position: absolute;
    border-radius: 25px;
    content: "";
    right: -15px;
    top: -15px;
    transform: rotate(3deg);
    z-index: -1;
}.instructor-profile .name {
    color: rgb(128,153,151);
    margin-bottom: 0.5rem;
    font-weight: 700;
    font-size: 33px;
    transform: skewX(-5deg);
}.instructor-profile .work-timeline div:nth-child(2) {
    color: rgb(97,122,117);
    transform: skewX(-5deg);
    margin-bottom: 1.5rem;
    font-weight: 600;
    font-size: 20px;
}.instructor-profile .career-section {
    color: #000000;
    padding-left: 1.5rem;
    font-style: italic;
    font-size: 13px;
    line-height: 1.6;
    position: relative;
}.instructor-profile .career-section::before {
    top: 0;
    background: linear-gradient(to bottom, rgb(128,153,151), rgb(97,122,117));
    content: "";
    left: 0;
    border-radius: 10px;
    height: 100%;
    width: 4px;
    position: absolute;
}.instructor-profile .student-voices:hover .img-holder {
    transform: perspective(1000px) rotateY(-5deg);
    box-shadow: 30px 30px 0 rgb(128,153,151,0.5);
}.instructor-profile .student-voices:hover .work-timeline {
    transform: perspective(1000px) rotateY(0) translateX(-20px);
}

@media screen and (max-width: 991px) {.instructor-profile .student-voices {
    flex-direction: column;
    transform: rotate(0);
    gap: 3rem;
}.instructor-profile .img-holder {
    margin: 0 auto;
    height: 320px;
    transform: perspective(1000px) rotateY(0);
    width: 280px;
}.instructor-profile .work-timeline {
    transform: translateY(-30px) perspective(1000px) rotateY(0);
}.instructor-profile .student-voices:hover .img-holder {
    transform: perspective(1000px) rotateY(0);
}.instructor-profile .student-voices:hover .work-timeline {
    transform: translateY(-40px) perspective(1000px) rotateY(0);
}}.privacy-hub {
    margin: 0 auto;
    height: auto;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    z-index: 1;
    width: 100%;
    padding: 40px;
    color: #ffffff;
    overflow: hidden;
}.privacy-hub::before {
    content: '';
    left: 10px;
    position: absolute;
    right: 10px;
    z-index: -1;
    bottom: 10px;
    top: 10px;
}.privacy-hub h1 {
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
    color: rgb(128,153,151);
    margin-top: 30px;
    font-weight: 700;
    font-size: 47px;
    text-align: center;
    border-bottom: 2px solid rgb(128,153,151);
    padding-bottom: 10px;
}.privacy-hub h2 {
    font-size: 33px;
    color: rgb(97,122,117);
    text-align: left;
    font-family: Arial, sans-serif;
    font-weight: 600;
    padding-left: 15px;
    margin-bottom: 15px;
    margin-top: 25px;
    border-left: 4px solid rgb(97,122,117);
}.privacy-hub h3, .privacy-hub h4, .privacy-hub h5, .privacy-hub h6 {
    font-family: Arial, sans-serif;
    margin-bottom: 10px;
    margin-top: 20px;
    font-size: 22px;
    font-weight: 400;
    color: rgb(128,153,151);
}.privacy-hub ul, .privacy-hub ol {
    margin: 0;
    font-size: 12px;
    padding-left: 0;
    font-family: Arial, sans-serif;
    padding: 15px 0;
    color: #ffffff;
    list-style: none;
}.privacy-hub li {
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
}.privacy-hub li::before {
    font-size: 1.2em;
    top: 50%;
    content: ">";
    position: absolute;
    line-height: 1em;
    color: rgb(128,153,151);
    transform: translateY(-50%);
    left: 0;
}.privacy-hub section {
    background: #000000;
    border: 1px solid rgb(97,122,117,0.5);
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}.privacy-hub p, .privacy-hub span, .privacy-hub div {
    border-left: 3px solid rgb(128,153,151);
    margin-bottom: 20px;
    padding-left: 15px;
    color: #ffffff;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    font-size: 12px;
}

@media only screen and (max-width: 800px) {.privacy-hub {
    width: 95%;
    padding: 20px;
}.privacy-hub h1 {
    margin-bottom: 15px;
    margin-top: 20px;
    font-size: calc(22px - 6px);
}.privacy-hub h2 {
    font-size: calc(22px - 6px);
    margin-bottom: 10px;
    margin-top: 20px;
}.privacy-hub ul, .privacy-hub ol {
    padding-left: 15px;
}.privacy-hub li {
    padding-left: 20px;
}.privacy-hub p, .privacy-hub span, .privacy-hub div {
    margin-bottom: 15px;
    padding-left: 10px;
}}.thanks-box {
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(159,186,186) 0%, #ffffff 100%);
    position: relative;
}.thanks-box::before {
    top: -10%;
    z-index: 1;
    opacity: 0.1;
    clip-path: polygon(0 0, 100% 25%, 85% 100%, 0% 85%);
    width: 60%;
    transform: rotate(-5deg);
    left: -10%;
    background: rgb(128,153,151,0.5);
    position: absolute;
    height: 120%;
    content: "";
}.thanks-box::after {
    background: rgb(97,122,117,0.5);
    width: 40%;
    content: "";
    height: 80%;
    right: -5%;
    clip-path: polygon(15% 0, 100% 15%, 100% 100%, 0% 85%);
    position: absolute;
    z-index: 1;
    opacity: 0.1;
    bottom: -5%;
    transform: rotate(3deg);
}.thanks-box .container {
    margin: 0 auto;
    z-index: 2;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
}.thanks-box .legacy-edu {
    backdrop-filter: blur(5px);
    grid-template-columns: 1fr;
    display: grid;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    gap: 30px;
    padding: 60px 40px;
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    background: #ffffff;
}.thanks-box .legacy-edu:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08), 0 10px 20px rgba(0, 0, 0, 0.05);
}.thanks-box .legacy-edu::before {
    top: 0;
    background: linear-gradient(90deg, rgb(128,153,151) 0%, rgb(97,122,117) 100%);
    left: 0;
    width: 100%;
    content: "";
    height: 6px;
    position: absolute;
}.thanks-box .legacy-edu::after {
    top: 20px;
    border: 2px solid rgb(128,153,151,0.5);
    width: 60px;
    animation: rotate 15s infinite linear;
    right: 20px;
    z-index: -1;
    height: 60px;
    opacity: 0.2;
    position: absolute;
    content: "";
}.thanks-box h5 {
    position: relative;
    padding-left: 20px;
    margin: 0 0 10px;
    line-height: 1.4;
    transform: translateZ(0);
    font-weight: 700;
    font-size: 20px;
    color: rgb(128,153,151);
}.thanks-box h5::before {
    background: rgb(128,153,151);
    width: 8px;
    height: 8px;
    top: 0.4em;
    transform: rotate(45deg);
    content: "";
    left: 0;
    position: absolute;
}.thanks-box p {
    position: relative;
    transition: all 0.3s ease;
    font-size: 18px;
    margin: 0;
    padding-left: 20px;
    border-left: 1px solid rgb(128,153,151,0.5);
    line-height: 1.8;
    color: #000000;
}.thanks-box a {
    overflow: hidden;
    background-color: rgba(rgb(159,186,186), 0.3);
    padding: 20px;
    position: relative;
    text-decoration: none;
    display: block;
    transition: all 0.3s ease;
}.thanks-box a::before {
    height: 2px;
    width: 100%;
    transform: scaleX(0.7);
    left: 0;
    bottom: 0;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(128,153,151,0.5), transparent);
    transition: transform 0.5s ease;
    transform-origin: left;
}.thanks-box a:hover::before {
    transform: scaleX(1);
}.thanks-box a:hover {
    transform: translateY(-2px);
    background-color: rgba(rgb(159,186,186), 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}.thanks-box a:hover p {
    border-left-color: rgb(128,153,151);
    padding-left: 25px;
}

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

@media screen and (min-width: 768px) {.thanks-box {
    padding: 150px 0;
}.thanks-box .legacy-edu {
    gap: 40px;
    grid-template-columns: 1fr 1fr;
    padding: 80px 60px;
}.thanks-box h5 {
    max-width: 90%;
    font-size: calc(20px * 1.1);
}.thanks-box p {
    font-size: calc(18px * 1.05);
}.thanks-box a {
    padding: 25px;
}
}

@media screen and (min-width: 992px) {.thanks-box {
    padding: 180px 0;
}.thanks-box .legacy-edu {
    gap: 60px;
    padding: 100px 80px;
    grid-template-columns: 0.8fr 1.2fr;
}.thanks-box h5 {
    padding-left: 30px;
    font-size: calc(20px * 1.2);
}.thanks-box h5::before {
    height: 10px;
    width: 10px;
}.thanks-box p {
    font-size: calc(18px * 1.1);
    padding-left: 30px;
}.thanks-box a {
    padding: 30px;
}
}

@media screen and (max-width: 767px) {.thanks-box {
    padding: 80px 0;
}.thanks-box .legacy-edu {
    padding: 40px 25px;
}.thanks-box h5 {
    font-size: calc(20px * 0.95);
}.thanks-box p {
    font-size: calc(18px * 0.95);
}.thanks-box a {
    padding: 15px;
}
}

@media (prefers-reduced-motion: reduce) {.thanks-box .legacy-edu,
    .thanks-box .legacy-edu:hover,
    .thanks-box a,
    .thanks-box a:hover,
    .thanks-box p,
    .thanks-box a:hover p,
    .thanks-box a::before,
    .thanks-box a:hover::before {
    transition: none;
    animation: none;
    transform: none;
}}.cookie-popup-warning {
    bottom: 0;
    padding: 20px 0;
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.5);
    display: flex;
    border-top: 3px solid rgb(128,153,151);
    z-index: 100;
    position: fixed;
    width: 100%;
    justify-content: center;
    background: rgb(159,186,186);
}.cookie-list {
    padding: 20px;
    width: 90%;
    border-radius: 15px;
    align-items: center;
    margin: auto;
    justify-content: space-between;
    background: rgba(0, 0, 0, 0.5);
    border: 2px solid rgb(128,153,151);
    max-width: 1200px;
    display: flex;
}.privacy-cookies {
    flex-shrink: 0;
    margin-right: 20px;
}.privacy-cookies svg {
    fill: rgb(128,153,151);
    height: 50px;
    width: 50px;
}.user-safety {
    color: #ffffff;
    text-align: left;
    flex-grow: 1;
}.user-safety h5 {
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 21px;
    color: rgb(128,153,151);
    margin-bottom: 10px;
}.user-safety p {
    color: #ffffff;
    margin: 0;
    font-size: 17px;
    line-height: 1.5;
}.user-safety p a {
    text-decoration: underline;
    color: rgb(128,153,151);
}.cookie-layer {
    text-align: center;
    border-radius: 10px;
    color: #ffffff;
    background: rgb(128,153,151);
    min-width: 120px;
    font-size: 17px;
    text-decoration: none;
    padding: 10px 20px;
    cursor: pointer;
    border: none;
    flex-shrink: 0;
}.cookie_button.edu-cookie {
    margin-right: 10px;
}#privacyNoticeModal {
    display: none;
}#privacyNoticeModal:checked ~ .cookie-popup-warning {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 1200px) {.cookie-list {
    align-items: center;
    text-align: center;
    flex-direction: column;
}.privacy-cookies {
    margin-bottom: 20px;
    margin-right: 0;
}.cookie-layer {
    width: 100%;
    margin: 10px 0;
    max-width: 250px;
}}
footer {
    z-index: 1;
    position: relative;
    color: #ffffff;
    font-family: Arial, sans-serif;
}footer::before {
    top: 0;
    content: "";
    width: 100%;
    z-index: -1;
    left: 0;
    animation: gradientShift 15s ease infinite;
    height: 100%;
    backdrop-filter: blur(8px);
    position: absolute;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(128,153,151,0.5) 50%, rgb(97,122,117,0.5) 100%);
}.collab-net {
    padding: 4.5rem 0 2rem;
    position: relative;
}.collab-net::before {
    animation: shimmer 8s linear infinite;
    height: 1px;
    top: 0;
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    background: linear-gradient(to right, 
                transparent 0%, 
                rgb(128,153,151) 25%, 
                #ffffff 50%, 
                rgb(97,122,117) 75%, 
                transparent 100%);
}.collab-net .container {
    display: flex;
    position: relative;
    z-index: 1;
    flex-wrap: wrap;
    justify-content: space-between;
}.collab-net .company_holder {
    backdrop-filter: blur(15px);
    flex: 1 1 350px;
    padding: 1.5rem;
    margin-right: 2rem;
    transform: translateY(0);
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15), 
                inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}.collab-net .company_holder:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 
                inset 0 0 0 1px rgba(255, 255, 255, 0.15),
                0 0 20px rgb(128,153,151,0.5);
}.collab-net .company_holder h3 {
    display: inline-block;
    font-size: calc(32px * 0.85);
    margin-bottom: 1.25rem;
    color: #ffffff;
    font-weight: 700;
    position: relative;
}.collab-net .company_holder h3::after {
    transform: scaleX(0.3);
    left: 0;
    content: "";
    bottom: -8px;
    transform-origin: left;
    position: absolute;
    width: 100%;
    background: linear-gradient(to right, rgb(128,153,151), rgb(97,122,117));
    height: 2px;
    transition: transform 0.5s ease;
}.collab-net .company_holder:hover h3::after {
    transform: scaleX(1);
}.collab-net .trial-offer {
    margin-top: 1rem;
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
    max-width: 450px;
    line-height: 1.6;
}.collab-net .mobile-cta {
    flex: 1 1 450px;
    position: relative;
}.collab-net .nav-pro {
    gap: 1.5rem;
    display: flex;
    flex-wrap: wrap;
}.collab-net .mobile-cta .nav-pro {
    justify-content: flex-end;
}.collab-net .head-teach {
    backdrop-filter: blur(10px);
    border-radius: 16px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
    flex: 1 1 200px;
    padding: 1.5rem;
    position: relative;
    transition: all 0.3s ease;
}.collab-net .head-teach h5 {
    font-size: 18px;
    color: #ffffff;
    position: relative;
    display: inline-block;
    margin-bottom: 1.25rem;
    font-weight: 600;
}.collab-net .head-teach h5::before {
    background: rgb(128,153,151);
    bottom: -6px;
    content: "";
    width: 40px;
    height: 2px;
    left: 0;
    transition: width 0.3s ease;
    position: absolute;
}.collab-net .head-teach:hover h5::before {
    width: 100%;
}.collab-net .head-teach .nav-pro {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}.collab-net .head-teach a {
    padding: 0.25rem 0.5rem;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
    display: block;
    text-decoration: none;
    border-radius: 10px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
}.collab-net .head-teach a::before {
    z-index: -1;
    position: absolute;
    bottom: 0;
    height: 1px;
    left: 0;
    content: "";
    background: linear-gradient(to right, rgb(128,153,151), rgb(97,122,117));
    width: 0;
    transition: width 0.3s ease;
}.collab-net .head-teach a:hover {
    transform: translateX(5px);
    color: #ffffff;
}.collab-net .head-teach a:hover::before {
    width: 100%;
}.flag-content {
    position: relative;
    overflow: hidden;
    padding: 1.5rem 0;
    backdrop-filter: blur(15px);
    background: rgba(0, 0, 0, 0.5);
}.flag-content::before {
    position: absolute;
    right: 0;
    content: "";
    height: 1px;
    top: 0;
    left: 0;
    background: linear-gradient(to right, 
                transparent 0%, 
                rgb(97,122,117) 25%, 
                #ffffff 50%, 
                rgb(128,153,151) 75%, 
                transparent 100%);
}.flag-content .container {
    position: relative;
    align-items: center;
    justify-content: center;
    display: flex;
}.flag-content .diversity {
    transition: all 0.3s ease;
    text-align: center;
    font-size: 13px;
    backdrop-filter: blur(5px);
    background: rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.7);
    border-radius: 30px;
    padding: 0.5rem 1rem;
    position: relative;
}.flag-content .diversity:hover {
    box-shadow: 0 0 15px rgb(128,153,151,0.5);
    background: rgba(0, 0, 0, 0.2);
    color: #ffffff;
}

@keyframes gradientShift {
    0%, 100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }
    100% {
        background-position: 1000px 0;
    }
}

@keyframes pulsate {
    0%, 100% {
        opacity: 0.4;
        transform: scale(1);
    }
    50% {
        opacity: 0.6;
        transform: scale(1.05);
    }
}

@media (max-width: 992px) {.collab-net {
    padding: 3.5rem 0 2rem;
}.collab-net .container {
    flex-direction: column;
}.collab-net .company_holder {
    margin-right: 0;
    flex: 1 1 100%;
    margin-bottom: 2rem;
}.collab-net .mobile-cta {
    flex: 1 1 100%;
}.collab-net .mobile-cta .nav-pro {
    justify-content: space-between;
}.collab-net .head-teach {
    flex: 1 1 calc(50% - 1rem);
}
}

@media (max-width: 768px) {.collab-net {
    padding: 3rem 0 1.5rem;
}.collab-net::before {
    height: 2px;
}.collab-net .company_holder {
    padding: 1.25rem;
}.collab-net .head-teach {
    flex: 1 1 100%;
    margin-bottom: 1rem;
}.collab-net .mobile-cta .nav-pro {
    flex-direction: column;
}.flag-content {
    padding: 1.25rem 0;
}.flag-content::before {
    height: 2px;
}
}

@media (max-width: 576px) {.collab-net {
    padding: 2.5rem 0 1rem;
}.collab-net .company_holder h3 {
    font-size: calc(32px * 0.75);
}.collab-net .trial-offer {
    font-size: calc(18px * 0.9);
}.collab-net .head-teach h5 {
    font-size: calc(18px * 0.9);
}.collab-net .head-teach a {
    font-size: calc(18px * 0.9);
}.flag-content .diversity {
    padding: 0.4rem 0.8rem;
    font-size: calc(13px * 0.9);
}}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-30px) scale(1.1);
    }
}

.collab-net .nav-pro a::after {
    width: 4px;
    content: "";
    transition: transform 0.3s ease;
    transform: translateY(-50%) scale(0);
    height: 4px;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    background: rgb(128,153,151);
    left: -10px;
}.collab-net .nav-pro a:hover::after {
    transform: translateY(-50%) scale(1);
}.collab-net .trial-offer::before {
    border: 1px solid transparent;
    top: -10px;
    transition: width 0.5s ease 0.3s, height 0.5s ease;
    height: 0;
    width: 0;
    position: absolute;
    content: "";
    left: -10px;
}.collab-net .trial-offer::after {
    width: 0;
    position: absolute;
    right: -10px;
    content: "";
    bottom: -10px;
    transition: width 0.5s ease 0.3s, height 0.5s ease;
    border: 1px solid transparent;
    height: 0;
}.collab-net .company_holder:hover .trial-offer::before {
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border-top-color: rgb(128,153,151,0.5);
    border-right-color: rgb(128,153,151,0.5);
    transition: width 0.5s ease, height 0.5s ease 0.3s;
}.collab-net .company_holder:hover .trial-offer::after {
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border-left-color: rgb(97,122,117,0.5);
    border-bottom-color: rgb(97,122,117,0.5);
    transition: width 0.5s ease, height 0.5s ease 0.3s;
}.contact-information {
    overflow: hidden;
    padding: 90px 0;
    position: relative;
    background: rgb(159,186,186);
}.contact-information::before {
    position: absolute;
    background-size: 40px 40px;
    background: 
        linear-gradient(45deg, transparent 48%, rgba(rgb(128,153,151), 0.05) 49%, rgba(rgb(128,153,151), 0.05) 51%, transparent 52%),
        linear-gradient(-45deg, transparent 48%, rgba(rgb(97,122,117), 0.05) 49%, rgba(rgb(97,122,117), 0.05) 51%, transparent 52%);
    height: 100%;
    top: 0;
    width: 100%;
    content: "";
    z-index: 0;
    left: 0;
}.contact-information .container {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
    padding: 0 20px;
    position: relative;
}.contact-information h2 {
    color: #000000;
    border-bottom: 3px solid rgb(128,153,151);
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 50px;
    padding-bottom: 15px;
    position: relative;
    display: inline-block;
}.contact-information .reach-query {
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    display: flex;
    border-radius: 25px;
    background: #ffffff;
    overflow: hidden;
    position: relative;
}.contact-information .img-holder {
    flex: 0 0 45%;
    position: relative;
    min-height: 550px;
    clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
}.contact-information .feedback-reach {
    background: #ffffff;
    padding: 60px;
    position: relative;
    flex: 0 0 55%;
}.contact-information .feedback-reach::before {
    position: absolute;
    content: "";
    z-index: -1;
    background-size: 30px 30px;
    height: 100%;
    background: 
        linear-gradient(135deg, #ffffff 0%, #ffffff 50%, transparent 50%, transparent 100%),
        linear-gradient(-135deg, #ffffff 0%, #ffffff 50%, transparent 50%, transparent 100%);
    top: 0;
    opacity: 0.1;
    width: 100%;
    background-position: 0 0, 15px 15px;
    left: 0;
}.contact-information #contact {
    display: flex;
    flex-direction: column;
    gap: 25px;
}.contact-information h3 {
    position: relative;
    margin-bottom: 30px;
    font-weight: 700;
    color: rgb(128,153,151);
    font-size: 22px;
}.contact-information input[type="text"] {
    color: #000000;
    padding: 15px 20px;
    transition: all 0.3s ease;
    border-radius: 0 10px 10px 0;
    background: rgb(159,186,186);
    border-left: 3px solid rgb(128,153,151);
    width: 100%;
    border: none;
    font-size: 17px;
}.contact-information input[type="text"]:focus {
    outline: none;
    background: #ffffff;
    border-left-color: rgb(97,122,117);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}.contact-information input[type="text"]::placeholder {
    opacity: 0.7;
    color: #000000;
}.contact-information .support-query {
    margin-top: 10px;
    gap: 12px;
    align-items: flex-start;
    display: flex;
}.contact-information .support-query input[type="checkbox"] {
    position: relative;
    appearance: none;
    border-radius: 4px;
    background: rgb(159,186,186);
    transition: all 0.3s ease;
    height: 22px;
    width: 22px;
    cursor: pointer;
    margin-top: 3px;
    border: 2px solid rgb(159,186,186);
}.contact-information .support-query input[type="checkbox"]:checked {
    border-color: rgb(128,153,151);
    background: rgb(128,153,151);
}.contact-information .support-query input[type="checkbox"]:checked::after {
    position: absolute;
    width: 5px;
    left: 50%;
    content: "";
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    top: 40%;
    height: 10px;
    transform: translate(-50%, -50%) rotate(45deg);
}.contact-information .support-query label {
    font-size: 17px;
    color: #000000;
    line-height: 1.6;
}.contact-information .support-query a {
    position: relative;
    transition: all 0.3s ease;
    text-decoration: none;
    color: rgb(128,153,151);
}.contact-information .support-query a:hover {
    color: rgb(97,122,117);
}.contact-information .support-query a::after {
    content: "";
    width: 100%;
    position: absolute;
    background: rgb(128,153,151);
    transition: all 0.3s ease;
    height: 1px;
    left: 0;
    bottom: -2px;
}.contact-information .support-query a:hover::after {
    height: 2px;
    background: rgb(97,122,117);
}.contact-information .support-section {
    align-self: flex-start;
    font-weight: 600;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    border: none;
    background: rgb(128,153,151);
    font-size: 20px;
    transition: all 0.3s ease;
    margin-top: 15px;
    color: #ffffff;
    padding: 15px 35px;
}.contact-information .support-section::after {
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    width: 0;
    position: absolute;
    transition: all 0.6s ease;
    height: 0;
    top: 50%;
    left: 50%;
    content: "";
}.contact-information .support-section:hover {
    background: rgb(97,122,117);
}.contact-information .support-section:hover::after {
    width: 300%;
    height: 300%;
}.contact-information svg {
    transition: all 0.3s ease;
    width: 20px;
    fill: rgb(128,153,151);
    height: 20px;
}.contact-information svg path {
    transition: all 0.3s ease;
    fill: rgb(128,153,151);
}.contact-information svg:hover {
    fill: rgb(97,122,117);
}.contact-information svg:hover path {
    fill: rgb(97,122,117);
}

@media (max-width: 992px) {.contact-information {
    padding: 70px 0;
}.contact-information .reach-query {
    flex-direction: column;
}.contact-information .img-holder {
    min-height: 300px;
    flex: 0 0 auto;
}.contact-information .feedback-reach {
    padding: 40px 30px 50px;
    flex: 0 0 auto;
}
}

@media (max-width: 768px) {.contact-information {
    padding: 60px 0;
}.contact-information h2 {
    font-size: calc(36px - 4px);
    margin-bottom: 40px;
}.contact-information .feedback-reach {
    padding: 35px 25px 45px;
}.contact-information #contact {
    gap: 20px;
}.contact-information .img-holder {
    min-height: 250px;
}
}

@media (max-width: 576px) {.contact-information {
    padding: 50px 0;
}.contact-information .container {
    padding: 0 15px;
}.contact-information h2 {
    margin-bottom: 30px;
    font-size: calc(36px - 6px);
}.contact-information .feedback-reach {
    padding: 30px 20px 40px;
}.contact-information .support-section {
    width: 100%;
}.contact-information .img-holder {
    min-height: 200px;
}}.client-testimonials {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(159,186,186) 0%, #ffffff 100%);
    padding: 4rem 0;
}.client-testimonials::before {
    height: 100%;
    z-index: 1;
    width: 100%;
    opacity: 0.05;
    position: absolute;
    content: "";
    background: repeating-linear-gradient(
        -45deg,
        rgb(97,122,117,0.5) 0px,
        rgb(97,122,117,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    left: 0;
    top: 0;
}.client-testimonials::after {
    opacity: 0.08;
    transform: rotate(-15deg);
    z-index: 0;
    height: 35%;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    width: 35%;
    content: "";
    top: -10%;
    right: -10%;
    background: rgb(128,153,151);
    position: absolute;
}.client-testimonials h2 {
    text-align: center;
    position: relative;
    z-index: 3;
    color: #000000;
    font-weight: 700;
    font-size: 32px;
    animation: titleAppear 0.8s ease-out;
    margin-bottom: 3rem;
    opacity: 1;
    transform: translateY(0);
}.client-testimonials h2::after {
    left: 50%;
    position: absolute;
    content: "";
    bottom: -10px;
    width: 80px;
    background: linear-gradient(90deg, rgb(128,153,151) 0%, rgb(97,122,117) 100%);
    transform: translateX(-50%) skewX(-20deg);
    height: 4px;
}.client-testimonials .container {
    position: relative;
    z-index: 2;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
}.client-testimonials .legacy-edu {
    position: relative;
    overflow: hidden;
}.client-testimonials .student-feedback {
    z-index: 3;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    position: relative;
    gap: 2rem;
}.client-testimonials .student-voices {
    background: linear-gradient(145deg, #ffffff 0%, rgba(255,255,255,0.9) 100%);
    position: relative;
    border-left: 4px solid rgb(97,122,117);
    padding: 2rem;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), 
                box-shadow 0.3s ease-out;
    animation-delay: calc(var(--animation-order, 0) * 0.15s);
    animation: reviewAppear 0.6s ease-out forwards;
    opacity: 0;
    transform: translateY(20px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.05), 
                0 1px 4px rgba(0,0,0,0.03);
}.client-testimonials .student-voices:nth-child(1) {
    --animation-order: 1;
}.client-testimonials .student-voices:nth-child(2) {
    --animation-order: 2;
}.client-testimonials .student-voices:nth-child(3) {
    --animation-order: 3;
}.client-testimonials .student-voices:nth-child(4) {
    --animation-order: 4;
}.client-testimonials .student-voices:nth-child(5) {
    --animation-order: 5;
}.client-testimonials .student-voices:nth-child(6) {
    --animation-order: 6;
}.client-testimonials .student-voices:nth-child(7) {
    --animation-order: 7;
}.client-testimonials .student-voices::before {
    font-family: Arial, sans-serif;
    opacity: 0.2;
    top: -15px;
    content: "";
    line-height: 1;
    font-size: 100px;
    color: rgb(97,122,117);
    left: 20px;
    position: absolute;
}.client-testimonials .student-voices:hover {
    border-left-color: rgb(128,153,151);
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 15px 35px rgba(0,0,0,0.08), 
                0 5px 15px rgba(0,0,0,0.04);
}.client-testimonials .student-voices h3 {
    margin-bottom: 0.8rem;
    font-size: calc(22px * 1.05);
    display: inline-block;
    color: #000000;
    position: relative;
    font-weight: 600;
}.client-testimonials .student-voices h3::after {
    background: linear-gradient(90deg, rgb(128,153,151) 0%, rgb(97,122,117) 100%);
    width: 0;
    transition: width 0.3s ease-out 0.1s;
    height: 2px;
    content: "";
    bottom: -4px;
    left: 0;
    position: absolute;
}.client-testimonials .student-voices:hover h3::after {
    width: 100%;
}.client-testimonials .student-voices .description {
    margin-bottom: 1.5rem;
    line-height: 1.6;
    z-index: 2;
    position: relative;
    font-size: 14px;
    color: #000000;
}.client-testimonials .student-voices div {
    margin-left: auto;
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1),
                clip-path 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    height: 60px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    width: 60px;
    border-radius: 0;
    overflow: hidden;
    position: relative;
}.client-testimonials .student-voices:hover div {
    transform: rotate(15deg) scale(1.1);
    clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);
}.client-testimonials .student-voices div img {
    object-fit: cover;
    width: 100%;
    transition: transform 0.5s ease-out;
    height: 100%;
}.client-testimonials .student-voices:hover div img {
    transform: scale(1.1);
}

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

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

@media (max-width: 992px) {.client-testimonials {
    padding: 3rem 0;
}.client-testimonials h2 {
    margin-bottom: 2.5rem;
    font-size: calc(32px * 0.9);
}.client-testimonials .student-feedback {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}.client-testimonials .student-voices {
    padding: 1.75rem;
}
}

@media (max-width: 768px) {.client-testimonials {
    padding: 2.5rem 0;
}.client-testimonials h2 {
    margin-bottom: 2rem;
    font-size: calc(32px * 0.85);
}.client-testimonials h2::after {
    width: 60px;
}.client-testimonials .student-feedback {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    gap: 1.25rem;
}.client-testimonials .student-voices::before {
    font-size: 80px;
}
}

@media (max-width: 576px) {.client-testimonials {
    padding: 2rem 0;
}.client-testimonials h2 {
    margin-bottom: 1.5rem;
    font-size: calc(32px * 0.8);
    padding: 0 0.5rem;
}.client-testimonials .container {
    padding: 0 15px;
}.client-testimonials .student-voices {
    padding: 1.5rem;
}.client-testimonials .student-voices h3 {
    font-size: calc(22px * 0.95);
}.client-testimonials .student-voices .description {
    font-size: calc(14px * 0.95);
}.client-testimonials .student-voices div {
    width: 50px;
    height: 50px;
}}.enroll-instantly {
    background: linear-gradient(135deg, rgb(97,122,117), rgb(128,153,151,0.5));
    z-index: 1;
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
}.enroll-instantly::before {
    width: 100%;
    top: 0;
    height: 100%;
    position: absolute;
    content: "";
    z-index: -1;
    background: radial-gradient(circle at 70% 30%, rgba(255,255,255,0.15) 0%, transparent 60%);
    left: 0;
}.enroll-instantly::after {
    bottom: -10%;
    content: "";
    right: -5%;
    z-index: -1;
    filter: blur(40px);
    position: absolute;
    height: 40%;
    width: 40%;
    background: radial-gradient(circle, rgb(97,122,117,0.5) 0%, transparent 70%);
    animation: orbitalGlow 15s infinite alternate ease-in-out;
}.enroll-instantly .container {
    flex-direction: column;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    align-items: center;
    max-width: 1200px;
    display: flex;
    z-index: 2;
}.enroll-instantly h2 {
    font-size: 30px;
    max-width: 800px;
    font-weight: 600;
    transform: perspective(1000px) translateZ(20px);
    position: relative;
    color: #ffffff;
    letter-spacing: 0.02em;
    line-height: 1.3;
    font-family: Arial, sans-serif;
    margin-bottom: 3rem;
    text-shadow: 0 2px 15px rgba(0,0,0,0.15);
    text-align: center;
}.enroll-instantly .legacy-edu {
    transform-style: preserve-3d;
    transition: transform 0.5s ease-out;
    transform: perspective(1000px) rotateX(2deg);
    border-radius: 22px;
    padding: 2.5rem;
    position: relative;
    align-items: center;
    border: 1px solid rgba(255,255,255,0.15);
    backdrop-filter: blur(10px);
    justify-content: center;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    background: rgba(255,255,255,0.1);
    display: flex;
}.enroll-instantly .legacy-edu::before {
    filter: blur(10px);
    animation: borderGlow 4s infinite alternate;
    opacity: 0.5;
    bottom: -5px;
    border-radius: calc(22px + 5px);
    top: -5px;
    left: -5px;
    right: -5px;
    z-index: -1;
    position: absolute;
    background: linear-gradient(45deg, rgb(128,153,151), transparent, rgb(97,122,117), transparent);
    content: "";
}.enroll-instantly .legacy-edu:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}.enroll-instantly svg {
    margin-right: 2rem;
    height: 42px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateZ(10px) rotate(-5deg);
    filter: drop-shadow(0 4px 6px rgba(0,0,0,0.1));
    width: 42px;
}.enroll-instantly svg:hover {
    transform: translateZ(20px) rotate(0deg) scale(1.1);
}.enroll-instantly svg path {
    transition: fill 0.3s ease;
    fill: #ffffff;
}.enroll-instantly .legacy-edu:hover svg path {
    fill: #ffffff;
    filter: drop-shadow(0 0 5px rgb(255, 255, 255, 0.5));
}.enroll-instantly .legacy-edu div {
    display: flex;
    transform: translateZ(15px);
    align-items: center;
}.enroll-instantly .support-section {
    padding: 0.9rem 2.2rem;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
    background: linear-gradient(135deg, rgb(128,153,151), rgb(97,122,117));
    letter-spacing: 0.03em;
    overflow: hidden;
    text-align: center;
    position: relative;
    transform: translateZ(10px);
    border-radius: 10px;
    display: inline-block;
    font-family: Arial, sans-serif;
    font-weight: 600;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-decoration: none;
    font-size: 20px;
    color: #ffffff;
}.enroll-instantly .support-section::before {
    position: absolute;
    left: -100%;
    transition: all 0.6s ease;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    height: 100%;
    content: "";
    width: 100%;
    top: 0;
}.enroll-instantly .support-section:hover {
    transform: translateZ(30px) scale(1.05);
    background: linear-gradient(135deg, rgb(97,122,117), rgb(128,153,151));
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}.enroll-instantly .support-section:hover::before {
    left: 100%;
}.enroll-instantly .support-section:active {
    transform: translateZ(5px) scale(0.98);
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

@keyframes orbitalGlow {
    0% {
        opacity: 0.4;
        transform: translateX(0) translateY(0);
    }
    50% {
        opacity: 0.6;
        transform: translateX(-5%) translateY(5%);
    }
    100% {
        opacity: 0.4;
        transform: translateX(5%) translateY(-5%);
    }
}

@keyframes borderGlow {
    0% {
        opacity: 0.4;
        filter: blur(10px);
    }
    50% {
        opacity: 0.6;
        filter: blur(15px);
    }
    100% {
        opacity: 0.4;
        filter: blur(10px);
    }
}

@media (max-width: 991px) {.enroll-instantly {
    padding: 5rem 0;
}.enroll-instantly h2 {
    margin-bottom: 2.5rem;
    font-size: calc(30px * 0.9);
}.enroll-instantly .legacy-edu {
    padding: 2rem;
}
}

@media (max-width: 767px) {.enroll-instantly {
    padding: 4rem 0;
}.enroll-instantly h2 {
    font-size: calc(30px * 0.8);
    margin-bottom: 2rem;
}.enroll-instantly .legacy-edu {
    flex-direction: column;
    padding: 1.8rem;
}.enroll-instantly svg {
    margin-right: 0;
    margin-bottom: 1.5rem;
}.enroll-instantly .support-section {
    padding: 0.8rem 1.8rem;
}
}

@media (max-width: 575px) {.enroll-instantly {
    padding: 3rem 0;
}.enroll-instantly h2 {
    letter-spacing: 0.01em;
    font-size: calc(30px * 0.7);
}.enroll-instantly .legacy-edu {
    width: 90%;
    padding: 1.5rem;
}.enroll-instantly svg {
    height: 36px;
    width: 36px;
    margin-bottom: 1.2rem;
}.enroll-instantly .support-section {
    padding: 0.7rem 1.5rem;
    font-size: calc(20px * 0.9);
}}.title-intro {
    padding: 5rem 1.5rem;
    background: linear-gradient(135deg, rgb(159,186,186) 0%, #ffffff 100%);
    overflow: hidden;
    position: relative;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.5);
}.title-intro::before {
    left: 0;
    content: "";
    right: 0;
    top: 0;
    height: 5px;
    position: absolute;
    background: linear-gradient(90deg, rgb(128,153,151) 0%, rgb(97,122,117) 100%);
    z-index: 1;
}.title-intro::after {
    background: radial-gradient(circle at bottom right, rgb(128,153,151,0.5) 0%, transparent 70%);
    height: 40%;
    bottom: 0;
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    z-index: -1;
}.title-intro h1 {
    text-align: center;
    letter-spacing: 1px;
    font-size: calc(19px * 1.2);
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    color: rgb(128,153,151);
    margin-bottom: 2.5rem;
    font-weight: 700;
    position: relative;
}.title-intro h1::after {
    transform: translateX(-50%);
    bottom: -10px;
    background: rgb(97,122,117);
    position: absolute;
    height: 3px;
    border-radius: 10px;
    content: "";
    left: 50%;
    width: 80px;
}.title-intro .legacy-edu {
    gap: 2.5rem;
    flex-direction: column;
    display: flex;
    position: relative;
    z-index: 1;
}.title-intro .description-wrap {
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1.4);
    border-radius: 16px;
    box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.08), -12px -12px 24px #ffffff;
    background: #ffffff;
    padding: 2rem;
    order: 2;
}.title-intro .description-wrap:hover {
    transform: translateY(-5px);
}.title-intro ol {
    list-style: none;
    padding: 0;
    margin: 0;
}.title-intro li {
    margin-bottom: 1.5rem;
}.title-intro .course-head {
    flex-direction: column;
    text-align: center;
    align-items: center;
    display: flex;
}.title-intro .course-head svg {
    height: 120px;
    width: 120px;
    transition: transform 0.5s ease, filter 0.5s ease;
    filter: drop-shadow(0px 5px 10px rgba(94, 170, 168, 0.2));
    margin-bottom: 1.5rem;
}.title-intro .course-head svg:hover {
    filter: drop-shadow(0px 8px 15px rgba(94, 170, 168, 0.3));
    transform: translateY(-5px) rotate(2deg);
}.title-intro .course-head svg path {
    transition: fill 0.3s ease;
}.title-intro .course-head svg:hover path {
    fill: rgb(128,153,151);
}.title-intro .course-head svg text {
    font-family: Arial, sans-serif;
    transition: fill 0.3s ease;
}.title-intro .course-head svg:hover text {
    fill: #000000;
}.title-intro .course-head p {
    margin-right: auto;
    position: relative;
    margin-bottom: 1.5rem;
    color: #000000;
    font-size: 18px;
    margin-left: auto;
    max-width: 40ch;
    line-height: 1.6;
}.title-intro .support-section {
    overflow: hidden;
    font-weight: 600;
    display: inline-block;
    text-decoration: none;
    letter-spacing: 0.5px;
    color: #ffffff;
    background: linear-gradient(135deg, rgb(128,153,151) 0%, rgb(97,122,117) 100%);
    position: relative;
    font-size: 15px;
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    z-index: 1;
    padding: 0.8rem 2rem;
    box-shadow: 0 6px 15px -5px rgb(128,153,151,0.5);
}.title-intro .support-section::before {
    height: 100%;
    transition: opacity 0.3s ease;
    top: 0;
    position: absolute;
    content: "";
    background: linear-gradient(135deg, rgb(97,122,117) 0%, rgb(128,153,151) 100%);
    opacity: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}.title-intro .support-section:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px -7px rgb(128,153,151,0.5);
}.title-intro .support-section:hover::before {
    opacity: 1;
}.title-intro .img-holder {
    order: 1;
    border-radius: 16px;
    height: 350px;
    overflow: hidden;
    box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.12), -12px -12px 24px rgba(255, 255, 255, 0.8);
    position: relative;
}.title-intro .img-holder::before {
    left: 0;
    top: 0;
    height: 100%;
    z-index: 1;
    content: "";
    width: 100%;
    background: linear-gradient(135deg, rgb(128,153,151,0.5) 0%, transparent 75%);
    position: absolute;
}.title-intro .img-holder::after {
    z-index: 1;
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
    left: 0;
    width: 100%;
    content: "";
    height: 30%;
    position: absolute;
}

@media (min-width: 768px) {.title-intro {
    padding: 6rem 3rem;
}.title-intro h1 {
    font-size: calc(36px * 0.9);
    margin-bottom: 3rem;
}.title-intro .legacy-edu {
    gap: 3rem;
    align-items: center;
    flex-direction: row;
}.title-intro .description-wrap {
    flex: 1;
    order: 1;
    padding: 2.5rem;
}.title-intro .img-holder {
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateY(-5deg);
    height: 450px;
    flex: 1;
    order: 2;
}.title-intro .img-holder:hover {
    transform: perspective(1000px) rotateY(0deg);
}.title-intro .course-head {
    text-align: left;
    align-items: flex-start;
}.title-intro .course-head svg {
    width: 150px;
    height: 150px;
}.title-intro .course-head p {
    margin-left: 0;
    margin-right: 0;
    max-width: 45ch;
}
}

@media (min-width: 992px) {.title-intro {
    padding: 8rem 5rem;
}.title-intro .legacy-edu {
    gap: 5rem;
}.title-intro .img-holder {
    height: 500px;
}.title-intro .description-wrap {
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.05), -20px -20px 40px #ffffff;
}.title-intro h1 {
    font-size: 36px;
}.title-intro h1::after {
    width: 100px;
}.title-intro .course-head svg {
    height: 180px;
    width: 180px;
}
}

@media (min-width: 1200px) {.title-intro {
    padding: 10rem 8rem;
}.title-intro .legacy-edu {
    gap: 8rem;
}.title-intro .img-holder {
    height: 550px;
}.title-intro .description-wrap {
    padding: 3rem;
}.title-intro .course-head p {
    font-size: calc(18px * 1.1);
    max-width: 50ch;
}
}

@media (prefers-reduced-motion: reduce) {.title-intro *,
    .title-intro *::before,
    .title-intro *::after {
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
}}.learning-system {
    position: relative;
    padding: 8rem 2rem;
    background: rgb(159,186,186);
    overflow: hidden;
}.learning-system::before {
    left: -200px;
    animation: moveShape 15s ease-in-out infinite alternate;
    position: absolute;
    content: "";
    border-radius: 50%;
    top: -200px;
    height: 600px;
    width: 600px;
    filter: blur(100px);
    z-index: 0;
    background: linear-gradient(135deg, rgb(128,153,151,0.5), rgb(97,122,117,0.5));
    opacity: 0.4;
}.learning-system::after {
    content: "";
    animation: moveShape 15s 3s ease-in-out infinite alternate-reverse;
    height: 500px;
    filter: blur(100px);
    opacity: 0.4;
    z-index: 0;
    position: absolute;
    background: linear-gradient(45deg, rgb(97,122,117,0.5), rgb(128,153,151,0.5));
    width: 500px;
    bottom: -200px;
    border-radius: 50%;
    right: -200px;
}.learning-system .legacy-edu {
    z-index: 1;
    max-width: 800px;
    flex-direction: column;
    margin: 0 auto;
    align-items: center;
    display: flex;
    position: relative;
}.learning-system h3 {
    margin: 0 0 6rem;
    position: relative;
    animation: fadeScale 1s ease-out forwards;
    font-size: 28px;
    text-align: center;
    font-weight: 700;
    color: #000000;
}.learning-system h3::before,
.learning-system h3::after {
    background: rgb(128,153,151);
    border-radius: 50%;
    content: "";
    position: absolute;
    z-index: -1;
}.learning-system h3::before {
    z-index: -1;
    left: calc(50% - 90px);
    height: 180px;
    bottom: -90px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    width: 180px;
}.learning-system h3::after {
    box-shadow: 0 0 20px rgb(128,153,151,0.5);
    background: rgb(128,153,151);
    height: 12px;
    left: calc(50% - 6px);
    width: 12px;
    bottom: -6px;
    animation: orbitalMove 8s linear infinite;
    z-index: 2;
}.learning-system span {
    padding: 3rem;
    line-height: 1.8;
    text-align: center;
    opacity: 0;
    width: 100%;
    z-index: 2;
    animation: fadeScale 1s 0.3s ease-out forwards;
    font-size: 12px;
    transform: scale(0.9);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    color: #000000;
    background: #ffffff;
    position: relative;
}.learning-system span::before {
    z-index: -1;
    height: 50px;
    content: "";
    width: 10px;
    position: absolute;
    background: linear-gradient(to bottom, rgb(128,153,151), rgb(97,122,117));
    left: calc(50% - 5px);
    top: -50px;
}.learning-system span::after {
    animation: rotateSlow 20s linear infinite;
    border: 2px dashed rgb(97,122,117,0.5);
    content: "";
    pointer-events: none;
    right: 20px;
    position: absolute;
    opacity: 0.3;
    width: 120px;
    top: 20px;
    height: 120px;
    border-radius: 50%;
}

@keyframes moveShape {
    0% {
        transform: translate(0, 0) scale(1);
    }
    100% {
        transform: translate(50px, 50px) scale(1.2);
    }
}

@keyframes fadeScale {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes orbitalMove {
    0% {
        transform: rotate(0deg) translateX(120px) rotate(0deg);
    }
    100% {
        transform: rotate(360deg) translateX(120px) rotate(-360deg);
    }
}

@keyframes rotateSlow {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 992px) {.learning-system {
    padding: 6rem 1.5rem;
}.learning-system h3 {
    font-size: calc(28px * 0.9);
    margin-bottom: 5rem;
}.learning-system h3::before {
    bottom: -80px;
    height: 160px;
    width: 160px;
    left: calc(50% - 80px);
}.learning-system span {
    padding: 2.5rem;
}
    
    @keyframes orbitalMove {
        0% {
            transform: rotate(0deg) translateX(110px) rotate(0deg);
        }
        100% {
            transform: rotate(360deg) translateX(110px) rotate(-360deg);
        }
    }
}

@media (max-width: 768px) {.learning-system {
    padding: 5rem 1rem;
}.learning-system h3 {
    margin-bottom: 4.5rem;
    font-size: calc(28px * 0.8);
}.learning-system h3::before {
    height: 140px;
    bottom: -70px;
    left: calc(50% - 70px);
    width: 140px;
}.learning-system span {
    font-size: calc(12px * 0.95);
    padding: 2rem;
}.learning-system span::after {
    width: 80px;
    right: 15px;
    height: 80px;
    top: 15px;
}@keyframes orbitalMove {
        0% {
            transform: rotate(0deg) translateX(100px) rotate(0deg);
        }
        100% {
            transform: rotate(360deg) translateX(100px) rotate(-360deg);
        }
    }
}.bundle-plan {
    font-family: Arial, sans-serif;
    overflow: hidden;
    background-color: rgb(159,186,186);
    position: relative;
    padding: 100px 0;
}.bundle-plan::before {
    top: 0;
    background: linear-gradient(135deg, rgba(rgb(97,122,117,0.5), 0.05) 0%, rgba(rgb(128,153,151,0.5), 0.08) 100%);
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
}.bundle-plan .container {
    z-index: 1;
    max-width: 1400px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}.bundle-plan .fee-struct {
    flex-direction: column;
    display: flex;
}.bundle-plan .pricing-offers {
    animation: fadeUp 0.8s ease-out forwards;
    margin-bottom: 60px;
    opacity: 0;
    transform: translateY(20px);
}.bundle-plan .pricing-offers h2 {
    color: #000000;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 20px;
    font-size: 32px;
    position: relative;
}.bundle-plan .pricing-offers h2::after {
    content: "";
    height: 4px;
    background: linear-gradient(90deg, rgb(97,122,117), rgb(128,153,151));
    bottom: -10px;
    left: 0;
    width: 80px;
    position: absolute;
    border-radius: 2px;
}.bundle-plan .learning-cost {
    max-width: 800px;
    line-height: 1.6;
    font-size: 17px;
    margin-top: 25px;
    color: #000000;
}.bundle-plan .package-price {
    gap: 30px;
    display: grid;
    margin-top: 20px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}.bundle-plan .bundle-rate {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    opacity: 0;
    text-decoration: none;
    perspective: 1000px;
    animation: fadeUp 0.8s ease-out forwards;
    transform: translateY(30px);
    display: block;
    animation-delay: calc(0.15s * var(--i, 1));
}.bundle-plan .bundle-rate:nth-child(1) {
    --i: 1;
}.bundle-plan .bundle-rate:nth-child(2) {
    --i: 2;
}.bundle-plan .bundle-rate:nth-child(3) {
    --i: 3;
}.bundle-plan .bundle-rate:nth-child(4) {
    --i: 4;
}.bundle-plan .cost-levels {
    background-color: #ffffff;
    border-radius: 12px;
    transition: all 0.4s ease;
    overflow: hidden;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.15), 
              0 5px 15px -10px rgba(0, 0, 0, 0.05);
    height: 100%;
    transform-style: preserve-3d;
    position: relative;
}.bundle-plan .bundle-rate:hover .cost-levels {
    transform: translateY(-15px) rotateX(2deg) rotateY(-2deg);
    box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.2),
              15px 15px 30px -10px rgba(0, 0, 0, 0.1),
              -15px 15px 30px -10px rgba(rgb(128,153,151,0.5), 0.1);
}.bundle-plan .bundle-price {
    box-sizing: border-box;
    min-height: 250px;
    padding: 35px 30px;
    position: relative;
    z-index: 2;
}.bundle-plan .bundle-price h3 {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    font-weight: 700;
    transition: transform 0.3s ease;
    font-size: calc(18px + 2px);
    color: #000000;
}.bundle-plan .bundle-rate:hover .bundle-price h3 {
    color: rgb(128,153,151);
    transform: translateX(5px);
}.bundle-plan .plan-deals {
    display: block;
    transition: all 0.3s ease;
    font-weight: 700;
    color: rgb(97,122,117);
    position: relative;
    margin: 20px 0;
    font-size: calc(18px + 4px);
}.bundle-plan .plan-deals::before {
    height: 3px;
    background: linear-gradient(90deg, rgb(97,122,117), transparent);
    left: 0;
    position: absolute;
    width: 40px;
    top: -10px;
    border-radius: 2px;
    content: "";
}.bundle-plan .bundle-rate:hover .plan-deals {
    transform: scale(1.05);
    color: rgb(128,153,151);
}.bundle-plan .bundle-price p {
    word-break: normal;
    color: #000000;
    word-wrap: break-word;
    transition: color 0.3s ease;
    font-size: 17px;
    line-height: 1.6;
    white-space: normal;
    overflow-wrap: break-word;
    margin-top: 15px;
    hyphens: auto;
}.bundle-plan .img-holder {
    transition: all 0.5s ease;
    overflow: hidden;
    height: 200px;
    position: relative;
    width: 100%;
}.bundle-plan .img-holder::after {
    opacity: 0.6;
    top: 0;
    width: 100%;
    content: "";
    z-index: 1;
    position: absolute;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    height: 100%;
    left: 0;
    transition: opacity 0.4s ease;
}.bundle-plan .bundle-rate:hover .img-holder {
    transform: scale(1.05);
}.bundle-plan .bundle-rate:hover .img-holder::after {
    opacity: 0.3;
}

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

@media (min-width: 1200px) {.bundle-plan .fee-struct {
    flex-direction: row-reverse;
}.bundle-plan .pricing-offers {
    padding-left: 50px;
    margin-bottom: 0;
    width: 30%;
}.bundle-plan .package-price {
    width: 70%;
}.bundle-plan .pricing-offers h2 {
    font-size: calc(32px + 4px);
}
}

@media (max-width: 1199px) {.bundle-plan {
    padding: 80px 0;
}.bundle-plan .pricing-offers {
    text-align: center;
    margin: 0 auto 50px;
    max-width: 800px;
}.bundle-plan .pricing-offers h2::after {
    transform: translateX(-50%);
    left: 50%;
}
}

@media (max-width: 767px) {.bundle-plan {
    padding: 60px 0;
}.bundle-plan .package-price {
    grid-template-columns: 1fr;
    gap: 20px;
}.bundle-plan .bundle-price {
    padding: 25px 20px;
}.bundle-plan .img-holder {
    height: 180px;
}.bundle-plan .pricing-offers h2 {
    font-size: calc(32px - 2px);
}.bundle-plan .learning-cost {
    font-size: calc(17px - 1px);
}
}

@media (hover: none) {.bundle-plan .bundle-rate:hover .cost-levels {
    transform: none;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.15),
                0 5px 15px -10px rgba(0, 0, 0, 0.05);
}.bundle-plan .bundle-rate:hover .bundle-price h3 {
    transform: none;
}.bundle-plan .bundle-rate:hover .plan-deals {
    transform: none;
}.bundle-plan .bundle-rate:hover .img-holder {
    transform: none;
}}.company-info {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.company-info::before {
    top: 0;
    left: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: linear-gradient(135deg, rgb(128,153,151,0.5), rgba(0, 0, 0, 0.5));
    z-index: 1;
    position: absolute;
}.company-info::after {
    width: 50%;
    position: absolute;
    right: -10%;
    height: 80%;
    transform: rotate(25deg) skewX(-15deg);
    background: rgb(97,122,117);
    opacity: 0.07;
    z-index: 1;
    animation: float 18s infinite ease-in-out;
    content: "";
    top: -15%;
}.company-info .container {
    padding: 0 30px;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}.company-info .description-wrap {
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-origin: left center;
    padding: 45px 50px;
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    background: rgba(255, 255, 255, 0.92);
    transform: perspective(1000px) rotateY(-2deg);
}.company-info .description-wrap:hover {
    transform: perspective(1000px) rotateY(0deg);
}.company-info .description-wrap::before {
    left: 0;
    height: 100%;
    content: "";
    width: 5px;
    position: absolute;
    background: linear-gradient(to bottom, rgb(128,153,151), rgb(97,122,117));
    top: 0;
}.company-info .description-wrap::after {
    height: 100px;
    bottom: -15px;
    z-index: -1;
    right: -15px;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    width: 100px;
    position: absolute;
    background: linear-gradient(135deg, rgb(97,122,117,0.5), rgb(128,153,151,0.5));
    content: "";
}.company-info h5 {
    text-transform: uppercase;
    transform: translateX(0);
    font-size: 24px;
    transition: transform 0.4s ease;
    display: inline-block;
    letter-spacing: 1px;
    margin-bottom: 10px;
    color: rgb(128,153,151);
    font-weight: 700;
    position: relative;
}.company-info h5::after {
    background: rgb(128,153,151);
    position: absolute;
    height: 2px;
    width: 0;
    left: 0;
    content: "";
    bottom: -6px;
    transition: width 0.4s ease;
}.company-info .description-wrap:hover h5 {
    transform: translateX(5px);
}.company-info .description-wrap:hover h5::after {
    width: 100%;
}.company-info p {
    margin-bottom: 20px;
    color: #000000;
    font-size: calc(18px * 1.2);
}.company-info p b {
    padding-bottom: 5px;
    color: rgb(97,122,117);
    letter-spacing: 0.5px;
    position: relative;
    display: inline-block;
    font-size: calc(17px * 1.1);
    font-weight: 700;
}.company-info p b::after {
    content: "";
    left: 0;
    width: 100%;
    height: 1px;
    background: rgb(97,122,117,0.5);
    bottom: 0;
    position: absolute;
}.company-info ol {
    counter-reset: item;
    padding-left: 20px;
    list-style-type: none;
}.company-info ol li {
    padding-left: 15px;
    line-height: 1.8;
    margin-bottom: 15px;
    border-left: 1px dashed rgba(var(--primary-color-rgb), 0.3);
    position: relative;
    text-align: justify;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 18px;
}.company-info ol li::before {
    display: none;
}

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

@media (max-width: 992px) {.company-info {
    padding: 80px 0;
}.company-info .description-wrap {
    padding: 35px 40px;
    transform: perspective(800px) rotateY(-1deg);
}.company-info h5 {
    font-size: calc(24px * 0.9);
}.company-info p {
    font-size: 18px;
}.company-info p b {
    font-size: 17px;
}
}

@media (max-width: 768px) {.company-info {
    padding: 60px 0;
}.company-info .description-wrap {
    box-shadow: 0 15px 30px -8px rgba(0, 0, 0, 0.12);
    transform: none;
    padding: 30px;
}.company-info .description-wrap::after {
    right: -10px;
    height: 70px;
    width: 70px;
    bottom: -10px;
}.company-info h5 {
    font-size: calc(24px * 0.85);
}.company-info ol li {
    line-height: 1.7;
    font-size: calc(18px * 0.95);
}
}

@media (max-width: 576px) {.company-info {
    padding: 50px 0;
}.company-info .container {
    padding: 0 20px;
}.company-info .description-wrap {
    padding: 25px 20px;
}.company-info .description-wrap::before {
    width: 3px;
}.company-info .description-wrap::after {
    display: none;
}.company-info h5 {
    font-size: calc(24px * 0.8);
}.company-info p {
    margin-bottom: 15px;
    font-size: calc(18px * 0.95);
}.company-info p b {
    font-size: calc(17px * 0.9);
}.company-info ol {
    padding-left: 10px;
}.company-info ol li {
    font-size: calc(18px * 0.9);
    line-height: 1.6;
    padding-left: 10px;
}
}