* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}.container {
    width: 1231px;
    margin: auto;
    max-width: 100%;
}.main-teach {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}svg {
    width: 30px;
    height: 30px;
}.wrapper-canvas {
    flex-direction: column;
    display: flex;
    height: 100%;
    min-height: 100%;
}html,body {
    min-height: 100%;
    font-family: Arial, sans-serif;
    height: 100%;
    scroll-behavior: smooth;
    color: #000000;
}.search-foot {
    flex: 0 0 auto;
}a {
    color: inherit;
    text-decoration: none;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
header {
    background: rgb(182,189,220);
    z-index: 99;
    width: 100%;
    overflow: visible;
    position: relative;
}header::before {
    width: 100%;
    z-index: -1;
    height: 100%;
    left: 0;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgb(147,160,179,0.5) 0%, transparent 50%, rgb(147,160,179,0.5) 100%);
    opacity: 0.15;
    top: 0;
}header .nav-begin {
    padding: 20px;
    gap: 15px;
    grid-template-columns: 1fr;
    display: grid;
    position: relative;
    grid-template-rows: auto auto;
}header .nav-begin::after {
    height: 1px;
    left: 0;
    background: linear-gradient(90deg, transparent, rgb(147,160,179,0.5), transparent);
    top: 50%;
    width: 100%;
    content: "";
    position: absolute;
}header .nav-begin .nav-study {
    position: relative;
    z-index: 10;
    justify-self: center;
    padding: 5px 20px 15px;
}header .nav-begin .nav-study::before,
header .nav-begin .nav-study::after {
    content: "";
    border-radius: 19px;
    height: 90%;
    width: 90%;
    position: absolute;
}header .nav-begin .nav-study::before {
    left: -5px;
    border-top: 2px solid rgb(147,160,179);
    transform-origin: top left;
    transform: scale(0);
    border-left: 2px solid rgb(147,160,179);
    top: -5px;
    transition: transform 0.3s ease;
}header .nav-begin .nav-study::after {
    right: -5px;
    transition: transform 0.3s ease;
    transform-origin: bottom right;
    border-bottom: 2px solid rgb(112,121,137);
    transform: scale(0);
    bottom: -5px;
    border-right: 2px solid rgb(112,121,137);
}header .nav-begin .nav-study:hover::before,
header .nav-begin .nav-study:hover::after {
    transform: scale(1);
}header .nav-begin .nav-study .first-section {
    display: block;
    transition: transform 0.3s ease;
}header .nav-begin .nav-study .first-section svg {
    height: 60px;
    width: auto;
}header .nav-begin .header-nav {
    list-style: none;
    flex-wrap: wrap;
    display: flex;
    padding: 20px 0 10px;
    background: linear-gradient(180deg, transparent, rgb(112,121,137) 15%, rgba(0, 0, 0, 0.5) 85%, transparent 50%);
    margin: 0;
    justify-content: center;
    position: relative;
}header .nav-begin .header-nav::before,
header .nav-begin .header-nav::after {
    height: 70%;
    position: absolute;
    top: 15%;
    background: rgb(147,160,179,0.5);
    content: "";
    width: 2px;
}header .nav-begin .header-nav::before {
    left: 0;
}header .nav-begin .header-nav::after {
    right: 0;
}header .nav-begin .header-nav .nav-sitebar {
    padding: 0 15px;
    margin: 0;
    position: relative;
    transition: transform 0.3s ease;
}header .nav-begin .header-nav .nav-sitebar:not(:last-child)::after {
    top: 20%;
    height: 60%;
    right: 0;
    background: rgb(112,121,137,0.5);
    width: 1px;
    content: "";
    position: absolute;
}header .nav-begin .header-nav .nav-sitebar:hover {
    transform: translateY(-3px);
}header .nav-begin .header-nav .nav-sitebar a {
    display: block;
    text-align: center;
    font-size: 15px;
    position: relative;
    transition: color 0.3s ease;
    padding: 10px 5px;
    font-family: Arial, sans-serif;
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}header .nav-begin .header-nav .nav-sitebar a:hover {
    color: rgb(147,160,179);
}header .nav-begin .header-nav .nav-sitebar a::before {
    width: 100%;
    height: 2px;
    transition: transform 0.3s ease;
    background: rgb(112,121,137);
    bottom: 5px;
    content: "";
    left: 0;
    transform: scaleX(0);
    position: absolute;
}header .nav-begin .header-nav .nav-sitebar a:hover::before {
    transform: scaleX(1);
}

@media (min-width: 993px) {header .nav-begin {
    grid-template-columns: 1fr;
    padding: 15px 30px;
    grid-template-rows: auto auto;
}header .nav-begin .header-nav {
    padding: 20px 10px 10px;
}
}

@media (max-width: 992px) {header .nav-begin {
    grid-template-rows: auto auto;
    gap: 10px;
    padding: 15px;
}header .nav-begin .nav-study {
    padding: 5px 10px;
}header .nav-begin .nav-study .first-section svg {
    height: 45px;
}header .nav-begin .header-nav {
    padding: 15px 0 10px;
}header .nav-begin .header-nav .nav-sitebar {
    padding: 0 10px;
}header .nav-begin .header-nav .nav-sitebar a {
    font-size: calc(15px - 1px);
    padding: 8px 3px;
}
}

@media (max-width: 767px) {header .nav-begin .header-nav {
    flex-wrap: wrap;
    justify-content: center;
}header .nav-begin .header-nav .nav-sitebar {
    margin: 3px 0;
}header .nav-begin .header-nav .nav-sitebar:not(:last-child)::after {
    display: none;
}}.newsletter-subscription {
    overflow: hidden;
    position: relative;
    padding: 4rem 2rem;
    background: linear-gradient(135deg, rgb(112,121,137) 0%, rgb(147,160,179) 100%);
}.newsletter-subscription::before {
    width: 250px;
    background: radial-gradient(circle, rgb(255, 255, 255, 0.5) 0%, transparent 70%);
    content: "";
    right: -5%;
    transform: rotate(-15deg);
    position: absolute;
    opacity: 0.1;
    height: 250px;
    top: -5%;
}.newsletter-subscription::after {
    background: radial-gradient(circle, rgb(112,121,137,0.5) 0%, transparent 70%);
    height: 200px;
    transform: rotate(25deg);
    content: "";
    bottom: -5%;
    position: absolute;
    left: -5%;
    width: 200px;
    opacity: 0.2;
}.newsletter-subscription .container {
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.newsletter-subscription .community-team {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateX(2deg);
    background: rgba(255, 255, 255, 0.9);
    padding: 3rem;
    backdrop-filter: blur(10px);
    border-left: 4px solid rgb(147,160,179);
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}.newsletter-subscription h3 {
    font-family: Arial, sans-serif;
    letter-spacing: -0.02em;
    color: #000000;
    margin: 0 0 1rem;
    line-height: 1.4;
    font-size: calc(21px * 1.1);
    transform: translateY(-5px);
    animation: fadeSlideDown 0.8s ease-out forwards;
    font-weight: 600;
}.newsletter-subscription .input_holder {
    flex-direction: column;
    animation: fadeSlideUp 0.8s ease-out forwards;
    gap: 1.2rem;
    display: flex;
    transform: translateY(5px);
}.newsletter-subscription .input_holder div {
    flex: 1;
    position: relative;
}.newsletter-subscription .input_holder div::before {
    left: 0;
    bottom: -2px;
    position: absolute;
    transition: width 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(90deg, rgb(147,160,179) 0%, rgb(112,121,137) 100%);
    height: 2px;
    z-index: 1;
    width: 0;
    content: "";
}.newsletter-subscription .input_holder div:focus-within::before {
    width: 100%;
}.newsletter-subscription input[type="email"] {
    background: transparent;
    font-family: Arial, sans-serif;
    color: #000000;
    outline: none;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 18px;
    padding: 1rem 1.2rem;
    width: 100%;
}.newsletter-subscription input[type="email"]::placeholder {
    transition: color 0.3s ease;
    color: rgba(0, 0, 0, 0.4);
}.newsletter-subscription input[type="email"]:focus {
    border-color: rgb(112,121,137,0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}.newsletter-subscription input[type="email"]:focus::placeholder {
    transform: translateX(5px);
    color: rgba(0, 0, 0, 0.2);
}.newsletter-subscription .join-section {
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    background: linear-gradient(135deg, rgb(147,160,179) 0%, rgb(112,121,137) 100%);
    transform: translateZ(0);
    overflow: hidden;
    display: inline-block;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    font-weight: 600;
    font-family: Arial, sans-serif;
    cursor: pointer;
    border: none;
    align-self: flex-start;
    font-size: 17px;
    color: #ffffff;
    padding: 1rem 2rem;
}.newsletter-subscription .join-section::before {
    left: -100%;
    content: "";
    height: 100%;
    position: absolute;
    transition: all 0.6s ease;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
    width: 100%;
}.newsletter-subscription .join-section:hover {
    transform: translateY(-3px) translateZ(0);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.18);
}.newsletter-subscription .join-section:hover::before {
    left: 100%;
}.newsletter-subscription .join-section:active {
    transform: translateY(1px) translateZ(0);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

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

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

@media (min-width: 768px) {.newsletter-subscription {
    padding: 5rem 3rem;
}.newsletter-subscription .community-team {
    grid-template-columns: 1fr 1fr;
    padding: 4rem;
    gap: 3rem;
    transform: perspective(1000px) rotateX(1deg);
    align-items: center;
}.newsletter-subscription h3 {
    font-size: 28px;
    margin: 0;
}.newsletter-subscription .input_holder {
    gap: 1.5rem;
    align-items: stretch;
    flex-direction: row;
}.newsletter-subscription input[type="email"] {
    padding: 1.2rem 1.5rem;
}.newsletter-subscription .join-section {
    white-space: nowrap;
    align-self: stretch;
}
}

@media (min-width: 1024px) {.newsletter-subscription {
    padding: 6rem 2rem;
}.newsletter-subscription .community-team {
    margin: 0 auto;
    max-width: 1000px;
    gap: 4rem;
    padding: 4.5rem 5rem;
}.newsletter-subscription::before {
    height: 350px;
    width: 350px;
}.newsletter-subscription::after {
    height: 300px;
    width: 300px;
}
}

@media (max-width: 767px) {.newsletter-subscription h3 {
    text-align: center;
}.newsletter-subscription .join-section {
    width: 100%;
    text-align: center;
}}.teacher-profile {
    position: relative;
    overflow: hidden;
    background-color: rgb(182,189,220);
    padding: 6rem 0;
}.teacher-profile::before {
    right: -10%;
    z-index: 0;
    top: -10%;
    background: linear-gradient(135deg, rgb(147,160,179,0.5), rgb(112,121,137,0.5));
    content: "";
    position: absolute;
    transform: rotate(-15deg);
    width: 45%;
    height: 70%;
    filter: blur(50px);
}.teacher-profile::after {
    left: -10%;
    width: 50%;
    filter: blur(40px);
    height: 60%;
    transform: rotate(15deg);
    z-index: 0;
    position: absolute;
    background: linear-gradient(225deg, rgb(112,121,137,0.5), rgb(147,160,179,0.5));
    bottom: -10%;
    content: "";
}.teacher-profile .container {
    z-index: 2;
    padding: 0 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}.teacher-profile .student-votes {
    transform: perspective(1000px) rotateX(2deg);
    padding: 3rem;
    position: relative;
    border-left: 4px solid rgb(147,160,179);
    grid-template-columns: 1fr;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1), 0 5px 15px rgba(0,0,0,0.05);
    display: grid;
    background: linear-gradient(to right bottom, rgba(255,255,255,0.9), rgba(255,255,255,0.7));
    backdrop-filter: blur(10px);
    gap: 2rem;
}.teacher-profile .student-votes > div:nth-child(1) {
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(-1rem);
}.teacher-profile .student-votes > div:nth-child(1):hover {
    transform: translateY(-1.5rem) scale(1.02);
}.teacher-profile .student-votes .image-frame-wrap {
    width: 100%;
    clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 5% 100%);
    height: 300px;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 15px 30px rgba(0,0,0,0.15), 0 5px 15px rgba(0,0,0,0.05);
    position: relative;
}.teacher-profile .student-votes .image-frame-wrap:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,0.2), 0 15px 25px rgba(0,0,0,0.1);
    transform: translateY(-10px);
    clip-path: polygon(0% 5%, 100% 0%, 95% 95%, 5% 100%);
}.teacher-profile .student-votes .image-frame-wrap::after {
    background: linear-gradient(to top, rgb(147,160,179,0.5) 0%, transparent 50%);
    position: absolute;
    z-index: 1;
    inset: 0;
    content: "";
}.teacher-profile .student-votes > div:nth-child(2) {
    opacity: 0;
    align-self: flex-start;
    border-left: 2px solid rgb(112,121,137);
    transform: translateY(1rem);
    animation: fadeSlideUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.3s forwards;
    padding-left: 1rem;
}.teacher-profile .student-votes .name {
    display: inline-block;
    position: relative;
    margin-bottom: 0.5rem;
    color: rgb(147,160,179);
    font-weight: 700;
    font-size: calc(22px * 1.2);
}.teacher-profile .student-votes .name::after {
    height: 2px;
    left: 0;
    bottom: -5px;
    background-color: rgb(112,121,137);
    transition: width 0.4s ease;
    width: 0;
    position: absolute;
    content: "";
}.teacher-profile .student-votes .name:hover::after {
    width: 100%;
}.teacher-profile .student-votes > div:nth-child(2) > div {
    position: relative;
    font-size: calc(15px * 0.95);
    margin-top: 0.5rem;
    font-weight: 600;
    font-style: italic;
    color: rgb(112,121,137);
    padding-left: 0.5rem;
}.teacher-profile .student-votes > div:nth-child(2) > div::before {
    color: rgb(147,160,179);
    opacity: 0.7;
    left: -10px;
    position: absolute;
    content: "★";
}.teacher-profile .student-votes > div:nth-child(3) {
    transform: translateY(1rem);
    position: relative;
    opacity: 0;
    animation: fadeSlideUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.5s forwards;
}.teacher-profile .student-votes .career-content {
    padding: 1.5rem;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    color: #000000;
    line-height: 1.8;
    background: linear-gradient(to right, rgba(255,255,255,0.9), rgba(255,255,255,0.5));
    position: relative;
    font-size: 15px;
}.teacher-profile .student-votes .career-content::before {
    content: "";
    z-index: -1;
    position: absolute;
    font-family: Georgia, serif;
    top: -20px;
    font-size: 6rem;
    left: -20px;
    color: rgb(147,160,179,0.5);
}.teacher-profile .student-votes .career-content::after {
    z-index: -1;
    font-family: Georgia, serif;
    color: rgb(147,160,179,0.5);
    right: -20px;
    font-size: 6rem;
    bottom: -60px;
    content: "";
    position: absolute;
}

@keyframes fadeSlideUp {
    0% {
        opacity: 0;
        transform: translateY(2rem);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (min-width: 768px) {.teacher-profile .student-votes {
    grid-template-rows: auto 1fr;
    gap: 2rem 3rem;
    grid-template-columns: 300px 1fr;
}.teacher-profile .student-votes > div:nth-child(1) {
    grid-row: 1 / 3;
    grid-column: 1 / 2;
}.teacher-profile .student-votes > div:nth-child(2) {
    align-self: flex-end;
    grid-column: 2 / 3;
    grid-row: 1 / 2;
}.teacher-profile .student-votes > div:nth-child(3) {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
}.teacher-profile .student-votes .image-frame-wrap {
    height: 100%;
    min-height: 400px;
    clip-path: polygon(0% 0%, 90% 0%, 100% 100%, 10% 100%);
}.teacher-profile .student-votes .image-frame-wrap:hover {
    clip-path: polygon(5% 0%, 95% 0%, 100% 95%, 0% 100%);
}.teacher-profile .student-votes .name {
    font-size: calc(22px * 1.5);
}.teacher-profile .student-votes .career-content {
    padding: 2rem;
    font-size: calc(15px * 1.05);
}
}

@media (min-width: 1024px) {.teacher-profile {
    padding: 8rem 0;
}.teacher-profile .student-votes {
    transform: perspective(1200px) rotateX(1deg) rotateY(-1deg);
    margin: 0 2rem;
    padding: 4rem;
    grid-template-columns: 400px 1fr;
    gap: 3rem 4rem;
}.teacher-profile .student-votes:hover {
    transform: perspective(1200px) rotateX(0deg) rotateY(0deg);
}.teacher-profile .student-votes .image-frame-wrap {
    min-height: 500px;
}.teacher-profile .student-votes > div:nth-child(2) {
    padding-left: 1.5rem;
}.teacher-profile .student-votes .name {
    font-size: calc(22px * 1.7);
    margin-bottom: 1rem;
}.teacher-profile .student-votes > div:nth-child(2) > div {
    font-size: calc(15px * 1.1);
}.teacher-profile .student-votes .career-content {
    line-height: 1.9;
    padding: 2.5rem;
    font-size: calc(15px * 1.1);
}}.tySpace {
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, hsl(210, 40%, 95%), hsl(210, 40%, 98%));
}.tySpace::before {
    content: "";
    height: 200%;
    opacity: 0.2;
    z-index: 0;
    position: absolute;
    background: radial-gradient(circle at 20% 30%, rgb(147,160,179,0.5), transparent 60%);
    top: -50%;
    left: -20%;
    width: 120%;
    transform: rotate(-15deg);
}.tySpace::after {
    height: 70%;
    z-index: 0;
    opacity: 0.15;
    background: radial-gradient(circle at 80% 80%, rgb(112,121,137,0.5), transparent 60%);
    width: 70%;
    content: "";
    position: absolute;
    bottom: -10%;
    right: -10%;
}.tySpace .container {
    padding: 0 2rem;
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
}.tySpace .community-team {
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.05),
        -20px -20px 60px rgba(255, 255, 255, 0.9),
        inset 5px 5px 10px rgba(255, 255, 255, 0.8),
        inset -5px -5px 10px rgba(0, 0, 0, 0.03);
    border-radius: 16px;
    background: #ffffff;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.5s ease;
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    padding: 3.5rem;
    clip-path: polygon(
        0 0,
        100% 0,
        98% 98%,
        2% 100%
    );
}.tySpace .community-team:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 
        25px 25px 70px rgba(0, 0, 0, 0.07),
        -25px -25px 70px rgba(255, 255, 255, 1),
        inset 5px 5px 10px rgba(255, 255, 255, 0.9),
        inset -5px -5px 10px rgba(0, 0, 0, 0.04);
}.tySpace .community-team > div:first-child {
    overflow: hidden;
    position: relative;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
}.tySpace .community-team > div:first-child::after {
    animation: gradientSlide 6s infinite ease-in-out;
    background: linear-gradient(90deg, rgb(147,160,179), rgb(112,121,137), rgb(147,160,179));
    border-radius: 3px;
    background-size: 200% 100%;
    bottom: 0;
    box-shadow: 0 2px 6px rgba(rgb(147,160,179,0.5), 0.2);
    position: absolute;
    left: 0;
    width: 100%;
    content: "";
    height: 3px;
}.tySpace h5 {
    transform: translateZ(0);
    position: relative;
    line-height: 1.4;
    font-weight: 700;
    color: #000000;
    font-size: calc(18px * 1.15);
    padding-left: 1.2rem;
    margin: 0;
}.tySpace h5::before {
    left: 0;
    top: 0.1em;
    background: rgb(147,160,179);
    box-shadow: 
        1px 1px 3px rgba(0, 0, 0, 0.1),
        -1px -1px 3px rgba(255, 255, 255, 0.7);
    width: 6px;
    height: 90%;
    position: absolute;
    border-radius: 3px;
    content: "";
    transform: translateZ(0);
}.tySpace .community-team > div:last-child {
    padding: 0.5rem 0;
    transform: translateZ(0);
    position: relative;
    transition: all 0.3s ease;
}.tySpace a {
    position: relative;
    border-radius: 12px;
    transform: translateZ(0);
    box-shadow: 
        4px 4px 8px rgba(0, 0, 0, 0.03),
        -4px -4px 8px rgba(255, 255, 255, 0.8),
        inset 1px 1px 2px rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(8px);
    transition: all 0.3s ease;
    background: 
        linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(240, 245, 250, 0.5));
    display: block;
    padding: 0.5rem 1.2rem;
    text-decoration: none;
}.tySpace a:hover {
    box-shadow: 
        2px 2px 5px rgba(0, 0, 0, 0.02),
        -2px -2px 5px rgba(255, 255, 255, 0.7),
        inset 3px 3px 6px rgba(0, 0, 0, 0.03),
        inset -3px -3px 6px rgba(255, 255, 255, 0.7);
    transform: translateY(1px);
}.tySpace a:active {
    box-shadow: 
        inset 4px 4px 8px rgba(0, 0, 0, 0.05),
        inset -4px -4px 8px rgba(255, 255, 255, 0.8);
    transform: translateY(2px);
}.tySpace p {
    position: relative;
    transition: all 0.3s ease;
    font-size: 12px;
    margin: 0;
    color: #000000;
    line-height: 1.7;
    z-index: 1;
}

@keyframes gradientSlide {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

@media (max-width: 991px) {.tySpace {
    padding: 5rem 0;
}.tySpace .community-team {
    padding: 2.5rem;
    transform: perspective(800px) rotateX(1deg);
}.tySpace h5 {
    font-size: calc(18px * 1.05);
}.tySpace .community-team > div:first-child {
    margin-bottom: 1.5rem;
    padding-bottom: 1.2rem;
}
}

@media (max-width: 767px) {.tySpace {
    padding: 4rem 0;
}.tySpace .community-team {
    transform: none;
    padding: 2rem;
    clip-path: polygon(
            0 0,
            100% 0,
            97% 97%,
            3% 100%
        );
}.tySpace h5 {
    padding-left: 1rem;
    font-size: 18px;
}.tySpace h5::before {
    width: 4px;
}.tySpace a {
    padding: 0.5rem 1rem;
}.tySpace p {
    font-size: calc(12px - 1px);
}
}

@media (max-width: 575px) {.tySpace {
    padding: 3.5rem 0;
}.tySpace .container {
    padding: 0 1.5rem;
}.tySpace .community-team {
    border-radius: 12px;
    padding: 1.75rem;
    clip-path: polygon(
            0 0,
            100% 0,
            96% 96%,
            4% 100%
        );
}.tySpace h5 {
    padding-left: 0.8rem;
    font-size: calc(18px - 2px);
}.tySpace h5::before {
    width: 3px;
}.tySpace .community-team > div:first-child {
    padding-bottom: 1rem;
    margin-bottom: 1.2rem;
}.tySpace a {
    border-radius: 8px;
    padding: 0.4rem 0.8rem;
}.tySpace p {
    line-height: 1.6;
    font-size: calc(12px - 2px);
}}.program-results {
    overflow: hidden;
    padding: 90px 0;
    background: linear-gradient(110deg, rgb(182,189,220) 60%, rgb(147,160,179,0.5) 100%);
    position: relative;
}.program-results::before {
    width: 60%;
    position: absolute;
    opacity: 0.4;
    top: 0;
    content: "";
    background: radial-gradient(circle at top right, rgb(112,121,137,0.5) 0%, transparent 70%);
    right: 0;
    height: 100%;
}.program-results .container {
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
}.program-results .community-team {
    flex-direction: row-reverse;
    display: flex;
    align-items: center;
    position: relative;
    gap: 50px;
}.program-results .image-frame-wrap {
    flex: 0 0 45%;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.6s ease;
    transform: translateY(-15px);
    max-width: 500px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
    position: relative;
    z-index: 1;
    border-radius: 18px;
}.program-results .image-frame-wrap::after {
    border: 2px solid rgb(147,160,179);
    position: absolute;
    z-index: -1;
    bottom: -15px;
    top: 15px;
    left: 15px;
    content: "";
    border-radius: 18px;
    transition: all 0.6s ease;
    opacity: 0.3;
    right: -15px;
}.program-results .image-frame-wrap:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 40px rgba(0, 0, 0, 0.18);
}.program-results .image-frame-wrap:hover::after {
    top: 10px;
    bottom: -10px;
    left: 10px;
    right: -10px;
    opacity: 0.6;
}.program-results .text-panel {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border-radius: 18px;
    flex: 1;
    background: #ffffff;
    padding: 40px 50px;
}.program-results h3 {
    font-weight: 700;
    margin-bottom: 35px;
    font-size: 31px;
    display: inline-block;
    position: relative;
    color: #000000;
}.program-results h3::after {
    position: absolute;
    border-radius: 10px;
    left: 0;
    bottom: -12px;
    width: 100%;
    content: "";
    background: linear-gradient(to right, rgb(147,160,179), rgb(112,121,137));
    height: 4px;
}.program-results ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    list-style: none;
    gap: 25px;
}.program-results li {
    border-radius: 10px;
    transition: all 0.3s ease;
    background: linear-gradient(to right, #ffffff, rgb(182,189,220) 120%);
    position: relative;
    padding: 15px 20px;
}.program-results li:hover {
    transform: translateX(5px);
    background: linear-gradient(to right, #ffffff, rgb(112,121,137,0.5) 120%);
}.program-results li p {
    color: #000000;
    font-weight: 400;
    gap: 16px;
    display: flex;
    line-height: 1.5;
    align-items: center;
    font-size: 15px;
    margin: 0;
}.program-results svg {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    justify-content: center;
    width: 22px;
    flex-shrink: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    padding: 4px;
    transition: all 0.3s ease;
    background: #ffffff;
    height: 22px;
}.program-results svg path {
    fill: rgb(147,160,179);
    transition: fill 0.3s ease;
}.program-results li:hover svg {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    transform: scale(1.1);
}.program-results li:hover svg path {
    fill: rgb(112,121,137);
}

@media (max-width: 992px) {.program-results {
    padding: 70px 0;
}.program-results .community-team {
    gap: 40px;
    flex-direction: column;
}.program-results .image-frame-wrap {
    margin: 0 auto;
    width: 85%;
    flex: 0 0 100%;
    transform: translateY(0);
}.program-results .text-panel {
    padding: 35px 30px;
    width: 100%;
}
}

@media (max-width: 576px) {.program-results {
    padding: 50px 0;
}.program-results .image-frame-wrap {
    width: 100%;
}.program-results .image-frame-wrap::after {
    display: none;
}.program-results .text-panel {
    padding: 30px 25px;
}.program-results h3 {
    font-size: 23px;
    margin-bottom: 30px;
}.program-results ul {
    gap: 20px;
}.program-results li {
    padding: 12px 15px;
}.program-results svg {
    height: 20px;
    width: 20px;
}}.course-program-info {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(182,189,220) 0%, rgb(182,189,220) 60%, rgba(rgb(147,160,179,0.5), 0.1) 100%);
    position: relative;
    padding: 100px 0;
}.course-program-info::before {
    z-index: 0;
    position: absolute;
    left: 0;
    background: 
    radial-gradient(circle at 20% 30%, rgba(rgb(147,160,179,0.5), 0.08) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(rgb(112,121,137,0.5), 0.06) 0%, transparent 40%);
    width: 100%;
    top: 0;
    content: "";
    height: 100%;
}.course-program-info .container {
    padding: 0 20px;
    max-width: 1200px;
    z-index: 1;
    position: relative;
    margin: 0 auto;
}.course-program-info .online-learn {
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
    gap: 40px;
}.course-program-info .image-frame-wrap {
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.7s ease;
    box-shadow: 0 25px 50px -12px rgba(rgba(0, 0, 0, 0.5), 0.25);
    transform: perspective(1000px) rotateY(-2deg);
    position: relative;
    height: 350px;
    clip-path: polygon(0 0, 100% 5%, 95% 100%, 5% 95%);
}.course-program-info .image-frame-wrap::after {
    z-index: 1;
    content: '';
    background: linear-gradient(135deg, rgba(rgb(147,160,179,0.5), 0.2) 0%, transparent 70%);
    position: absolute;
    inset: 0;
}.course-program-info .text-panel {
    position: relative;
    background: #ffffff;
    box-shadow: 0 15px 30px -10px rgba(rgba(0, 0, 0, 0.5), 0.1);
    padding: 30px;
    transform: perspective(1000px) rotateY(1deg) translateZ(0);
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.7s ease;
}.course-program-info .text-panel::before {
    left: 0;
    position: absolute;
    top: 0;
    background: linear-gradient(to bottom, rgb(147,160,179), rgb(112,121,137));
    height: 100%;
    width: 5px;
    transition: transform 0.5s ease;
    content: '';
    transform: scaleY(0.95);
}.course-program-info h3 {
    font-weight: 700;
    font-size: calc(22px * 1.1);
    transform: translateZ(0);
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
    padding-bottom: 15px;
    position: relative;
    color: #000000;
}.course-program-info h3::after {
    content: '';
    transition: width 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    left: 0;
    position: absolute;
    bottom: 0;
    height: 3px;
    width: 60px;
    background: rgb(147,160,179);
}.course-program-info .description {
    line-height: 1.7;
    font-family: Arial, sans-serif;
    margin: 0 0 20px;
    transition: opacity 0.3s ease;
    font-size: 16px;
    font-weight: 400;
    opacity: 0.9;
    color: #000000;
}.course-program-info p.description {
    display: block;
}.course-program-info span.description {
    display: none;
}.course-program-info .text-panel:hover {
    box-shadow: 0 20px 40px -15px rgba(rgba(0, 0, 0, 0.5), 0.15);
    transform: perspective(1000px) rotateY(0) translateZ(10px);
}.course-program-info .text-panel:hover h3::after {
    width: 100px;
}.course-program-info .text-panel:hover::before {
    transform: scaleY(1);
}.course-program-info .image-frame-wrap:hover {
    transform: perspective(1000px) rotateY(0) translateZ(10px);
    box-shadow: 0 30px 60px -15px rgba(rgba(0, 0, 0, 0.5), 0.3);
}

@media (min-width: 768px) {.course-program-info .online-learn {
    align-items: center;
    grid-template-columns: 45% 55%;
}.course-program-info .image-frame-wrap {
    clip-path: polygon(0 0, 100% 5%, 95% 100%, 5% 95%);
    height: 500px;
}.course-program-info .text-panel {
    margin-left: -80px;
    padding: 50px 50px 50px 80px;
    z-index: 2;
}.course-program-info h3 {
    font-size: 22px;
}
}

@media (min-width: 992px) {.course-program-info {
    padding: 120px 0;
}.course-program-info .online-learn {
    gap: 60px;
}.course-program-info .image-frame-wrap {
    transform: perspective(1000px) rotateY(-3deg);
    height: 550px;
}.course-program-info .text-panel {
    transform: perspective(1000px) rotateY(2deg) translateZ(0);
    margin-left: -120px;
    padding: 60px 60px 60px 120px;
}.course-program-info h3 {
    margin-bottom: 30px;
    font-size: calc(22px * 1.2);
}
}

@media (min-width: 1200px) {.course-program-info .image-frame-wrap {
    height: 600px;
}.course-program-info .text-panel {
    margin-left: -150px;
}.course-program-info h3 {
    font-size: calc(22px * 1.3);
}
}

@media (max-width: 767px) {.course-program-info {
    padding: 70px 0;
}.course-program-info .image-frame-wrap {
    height: 250px;
    margin-bottom: -20px;
}.course-program-info .text-panel {
    padding: 25px;
}.course-program-info h3 {
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: calc(22px * 0.9);
}.course-program-info .description {
    line-height: 1.6;
    font-size: calc(16px * 0.95);
}
}

@media (prefers-reduced-motion: reduce) {.course-program-info .image-frame-wrap,
  .course-program-info .text-panel,
  .course-program-info h3::after,
  .course-program-info .text-panel::before {
    transform: none;
    transition: none;
}}.title-page {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    background: linear-gradient(135deg, rgb(147,160,179,0.5), rgb(112,121,137), rgba(0, 0, 0, 0.5));
    align-items: center;
    padding: 2rem;
    min-height: 100vh;
}.title-page::before {
    height: 100%;
    content: "";
    width: 100%;
    z-index: 1;
    top: 0;
    background-image: 
    radial-gradient(circle at 20% 30%, rgba(255,255,255,0.1) 0%, transparent 15%),
    radial-gradient(circle at 80% 70%, rgba(255,255,255,0.08) 0%, transparent 20%);
    pointer-events: none;
    left: 0;
    position: absolute;
}.title-page::after {
    transform: rotate(15deg) scale(1.5);
    animation: gradientShift 12s infinite alternate ease-in-out;
    background: linear-gradient(215deg, rgb(147,160,179,0.5) 0%, transparent 70%);
    top: -50%;
    width: 100%;
    position: absolute;
    height: 100%;
    opacity: 0.4;
    z-index: 0;
    content: "";
    right: -50%;
}.title-page .course-home {
    position: relative;
    opacity: 1;
    animation: pageEntrance 1.2s ease-out forwards;
    display: grid;
    grid-template-columns: 1fr;
    max-width: 1200px;
    transform: translateY(0);
    width: 100%;
    z-index: 2;
    gap: 3rem;
}.title-page .course-home > div:first-child {
    transform: perspective(1000px) rotateX(2deg);
    backdrop-filter: blur(8px) saturate(120%);
    background-color: rgba(255, 255, 255, 0.1);
    padding: 2rem;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12), 
              0 4px 10px rgba(0, 0, 0, 0.08),
              inset 0 1px 2px rgba(255, 255, 255, 0.15);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}.title-page .course-home > div:first-child:hover {
    transform: perspective(1000px) rotateX(0deg);
}.title-page h3 {
    color: #ffffff;
    opacity: 0;
    margin: 0;
    letter-spacing: 0.02em;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    font-size: calc(21px * 1.1);
    line-height: 1.5;
    font-weight: 600;
    transform: translateY(20px);
    animation: textReveal 0.8s 0.3s ease-out forwards;
}.title-page .course-home > div:nth-child(2) {
    flex-direction: column;
    display: flex;
    position: relative;
    gap: 2rem;
}.title-page .expert-guides {
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.15),
    0 10px 20px rgba(0, 0, 0, 0.1),
    inset 0 1px 1px rgba(255, 255, 255, 0.1);
    position: relative;
    transform: perspective(1000px) translateZ(0) rotateY(-3deg);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    background: linear-gradient(145deg, 
    rgba(255, 255, 255, 0.08), 
    rgba(255, 255, 255, 0.01));
    backdrop-filter: blur(10px) saturate(150%);
    padding: 2.5rem;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    border-left: 2px solid rgba(255, 255, 255, 0.2);
}.title-page .expert-guides:hover {
    box-shadow: 
    0 25px 50px rgba(0, 0, 0, 0.18),
    0 15px 25px rgba(0, 0, 0, 0.12),
    inset 0 1px 2px rgba(255, 255, 255, 0.15);
    transform: perspective(1000px) translateZ(20px) rotateY(0deg);
}.title-page .expert-guides h1 {
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    -webkit-background-clip: text !important;
    line-height: 1.2;
    margin: 0 0 2rem;
    color: transparent;
    font-weight: 700;
    opacity: 0;
    transform: translateY(30px);
    font-size: 48px;
    background: linear-gradient(to right, #ffffff, rgb(112,121,137,0.5));
    background-clip: text !important;
    animation: headingReveal 1s 0.5s ease-out forwards;
}.title-page .expert-guides > div {
    margin-top: 1.5rem;
    transform: translateY(0);
    padding: 2.5rem;
    position: relative;
    border-radius: 10px;
    box-shadow: 
    0 15px 30px rgba(0, 0, 0, 0.2),
    0 8px 15px rgba(0, 0, 0, 0.15),
    inset 0 2px 0 rgba(255, 255, 255, 0.1);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
}.title-page .expert-guides > div::before {
    background: linear-gradient(180deg, 
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0.4) 100%);
    width: 100%;
    content: "";
    left: 0;
    height: 100%;
    top: 0;
    position: absolute;
    z-index: 1;
}.title-page .expert-guides > div:hover {
    transform: translateY(-5px);
}.title-page .expert-guides p {
    font-weight: 400;
    font-size: calc(12px * 1.15);
    color: #ffffff;
    line-height: 1.6;
    transform: translateY(15px);
    letter-spacing: 0.01em;
    position: relative;
    z-index: 2;
    animation: textReveal 0.7s 0.8s ease-out forwards;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    opacity: 0;
    margin: 0;
}

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

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

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

@keyframes gradientShift {
  0% {
    transform: rotate(15deg) scale(1.5) translateX(0);
  }
  100% {
    transform: rotate(12deg) scale(1.6) translateX(-5%);
  }
}

@media (min-width: 768px) {.title-page .course-home {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}.title-page h3 {
    font-size: 21px;
}.title-page .expert-guides h1 {
    font-size: calc(48px * 1.2);
}.title-page .expert-guides {
    padding: 3rem;
}
}

@media (min-width: 992px) {.title-page {
    padding: 3rem;
}.title-page .course-home > div:first-child {
    padding: 3rem;
}.title-page h3 {
    font-size: calc(21px * 1.2);
}.title-page .expert-guides h1 {
    margin-bottom: 2.5rem;
    font-size: calc(48px * 1.4);
}.title-page .expert-guides {
    padding: 4rem;
}.title-page .expert-guides > div {
    padding: 3rem;
}.title-page .expert-guides p {
    font-size: calc(12px * 1.25);
}
}

@media (max-width: 767px) {.title-page {
    padding: 1.5rem;
}.title-page .course-home {
    gap: 2rem;
}.title-page .course-home > div:first-child {
    padding: 1.5rem;
}.title-page h3 {
    font-size: calc(17px * 1.1);
}.title-page .expert-guides {
    padding: 1.8rem;
}.title-page .expert-guides h1 {
    font-size: calc(36px * 1.1);
    margin-bottom: 1.5rem;
}.title-page .expert-guides > div {
    padding: 2rem;
}.title-page .expert-guides p {
    font-size: 12px;
}}.price-plan-grid {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    padding: 120px 0;
}.price-plan-grid::before {
    left: 0;
    height: 100%;
    top: 0;
    background: linear-gradient(135deg, rgb(147,160,179,0.5), rgba(0, 0, 0, 0.5) 70%);
    content: "";
    z-index: -1;
    width: 100%;
    position: absolute;
}.price-plan-grid::after {
    z-index: -1;
    width: 45%;
    content: "";
    pointer-events: none;
    right: 0;
    background: linear-gradient(225deg, rgb(112,121,137,0.5) 10%, transparent 65%);
    height: 100%;
    position: absolute;
    top: 0;
}.price-plan-grid .container {
    max-width: 1320px;
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
}.price-plan-grid .class-deals {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
}.price-plan-grid h2 {
    font-size: 28px;
    position: relative;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 2;
}.price-plan-grid h2::after {
    background: rgb(147,160,179);
    width: 80px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    transform: translateY(2px);
    display: block;
    border-radius: 2px;
    margin: 16px auto 0;
    height: 4px;
    content: "";
}.price-plan-grid .learning-package {
    max-width: 700px;
    text-align: center;
    line-height: 1.6;
    opacity: 0.9;
    font-size: calc(14px + 2px);
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin: 0 auto 50px;
    color: #ffffff;
    font-weight: 400;
    letter-spacing: 0.3px;
}.price-plan-grid .access-plans {
    position: relative;
    display: grid;
    gap: 30px;
    z-index: 2;
    margin: 0;
    list-style: none;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    padding: 0;
    width: 100%;
}.price-plan-grid .access-plans li {
    display: flex;
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}.price-plan-grid .access-plans li:hover {
    transform: translateY(-8px);
}.price-plan-grid .pricing-block {
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1),
                0 5px 15px rgba(0, 0, 0, 0.07);
    text-decoration: none;
    border-radius: 12px;
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    flex-direction: column;
    height: 100%;
    display: flex;
    width: 100%;
}.price-plan-grid .pricing-block:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15),
                0 10px 20px rgba(0, 0, 0, 0.1);
}.price-plan-grid .learn-packs {
    flex-direction: column;
    position: relative;
    flex-grow: 1;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
    z-index: 1;
    box-sizing: border-box;
    display: flex;
    overflow: hidden;
    border-radius: 12px;
}.price-plan-grid .learn-packs::before {
    z-index: -1;
    background: linear-gradient(145deg, rgba(rgb(147,160,179), 0.03), rgba(rgb(112,121,137), 0.05));
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}.price-plan-grid .learn-packs::after {
    transform: translate(50%, -50%);
    content: "";
    transition: all 0.5s ease;
    height: 180px;
    border-radius: 0 0 0 180px;
    position: absolute;
    width: 180px;
    right: 0;
    opacity: 0.1;
    background: linear-gradient(225deg, rgb(147,160,179,0.5) 10%, transparent 70%);
    z-index: -1;
    top: 0;
}.price-plan-grid .pricing-block:hover .learn-packs::after {
    opacity: 0.2;
    transform: translate(40%, -40%) scale(1.1);
}.price-plan-grid .fee-package {
    position: relative;
    padding: 35px 25px;
    z-index: 2;
    flex-direction: column;
    flex-grow: 1;
    display: flex;
}.price-plan-grid .fee-package::before {
    z-index: -1;
    left: 0;
    background: linear-gradient(to top, rgba(rgb(147,160,179), 0.03), transparent);
    height: 40%;
    bottom: 0;
    width: 100%;
    content: "";
    position: absolute;
}.price-plan-grid .fee-package h4 {
    position: relative;
    display: inline-block;
    color: #000000;
    margin: 0 0 20px;
    font-weight: 600;
    font-size: calc(21px + 2px);
}.price-plan-grid .fee-package h4::after {
    border-radius: 2px;
    bottom: -8px;
    width: 40px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    content: "";
    left: 0;
    background: rgb(147,160,179);
    height: 3px;
    position: absolute;
}.price-plan-grid .fee-package p {
    font-size: 14px;
    word-break: break-word;
    hyphens: auto;
    overflow-wrap: break-word;
    margin: 0 0 30px;
    flex-grow: 1;
    color: #000000;
    line-height: 1.6;
}.price-plan-grid .price-choices {
    box-shadow: 
        6px 6px 12px rgba(0, 0, 0, 0.05),
        -6px -6px 12px rgba(255, 255, 255, 0.8),
        inset 1px 1px 2px rgba(255, 255, 255, 0.6);
    font-weight: 700;
    position: relative;
    padding: 10px 20px;
    transition: all 0.3s ease;
    font-size: calc(21px + 6px);
    color: rgb(147,160,179);
    margin-top: auto;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.4));
    align-self: flex-start;
    border-radius: 8px;
    backdrop-filter: blur(4px);
    display: inline-block;
}.price-plan-grid .pricing-block:hover .price-choices {
    box-shadow: 
        8px 8px 16px rgba(0, 0, 0, 0.07),
        -8px -8px 16px rgba(255, 255, 255, 0.9),
        inset 1px 1px 2px rgba(255, 255, 255, 0.6);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.5));
    transform: scale(1.05);
}

@media (max-width: 1200px) {.price-plan-grid {
    padding: 100px 0;
}.price-plan-grid .access-plans {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}.price-plan-grid h2 {
    font-size: calc(28px - 2px);
}.price-plan-grid .learning-package {
    font-size: 14px;
    margin-bottom: 40px;
}
}

@media (max-width: 992px) {.price-plan-grid {
    padding: 80px 0;
}.price-plan-grid .access-plans {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}.price-plan-grid .fee-package {
    padding: 30px 20px;
}.price-plan-grid .price-choices {
    padding: 8px 16px;
    font-size: calc(21px + 2px);
}
}

@media (max-width: 768px) {.price-plan-grid {
    padding: 60px 0;
}.price-plan-grid .access-plans {
    max-width: 500px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.price-plan-grid h2 {
    font-size: calc(28px - 4px);
}.price-plan-grid .fee-package h4 {
    font-size: 21px;
}.price-plan-grid .fee-package p {
    font-size: calc(14px - 1px);
}
}

@media (max-width: 576px) {.price-plan-grid {
    padding: 50px 0;
}.price-plan-grid h2 {
    font-size: calc(28px - 6px);
}.price-plan-grid .learning-package {
    font-size: calc(14px - 1px);
    margin-bottom: 30px;
}.price-plan-grid .fee-package {
    padding: 25px 18px;
}.price-plan-grid .price-choices {
    padding: 6px 12px;
    font-size: 21px;
}}.future-attendees {
    background: #f9f9f9;
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.future-attendees::before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgb(147,160,179,0.5);
    top: 0;
    z-index: 1;
    width: 6px;
    content: '';
    bottom: 0;
}.future-attendees .community-team {
    position: relative;
    max-width: 1000px;
    text-align: center;
    padding: 0 30px;
    margin: 0 auto;
    z-index: 10;
}.future-attendees h3 {
    border-radius: 50px;
    position: relative;
    border: 3px solid rgb(147,160,179,0.5);
    font-weight: 700;
    color: #000000;
    padding: 0 30px;
    background-color: #f9f9f9;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    font-size: 36px;
    display: inline-block;
    margin-bottom: 80px;
}.future-attendees ul {
    align-items: center;
    list-style: none;
    flex-direction: column;
    margin: 0;
    position: relative;
    padding: 0;
    gap: 50px;
    display: flex;
}.future-attendees ul li {
    display: flex;
    transition: all 0.4s ease;
    border-radius: 20px;
    max-width: 500px;
    text-align: left;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    gap: 20px;
    align-items: center;
    width: 100%;
    z-index: 2;
    padding: 30px;
}.future-attendees ul li::before {
    position: absolute;
    height: 50px;
    top: -25px;
    transition: all 0.4s ease;
    border: 6px solid rgb(147,160,179,0.5);
    border-radius: 50%;
    transform: translateX(-50%);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    content: '';
    left: 50%;
    z-index: 5;
    width: 50px;
}.future-attendees ul li:nth-child(even) {
    flex-direction: row-reverse;
    text-align: right;
}.future-attendees ul li:hover {
    transform: scale(1.05);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}.future-attendees ul li:hover::before {
    border-color: #ffffff;
    background-color: rgb(147,160,179,0.5);
}.future-attendees ul li svg {
    height: 60px;
    background-color: rgb(147,160,179,0.5);
    transition: all 0.4s ease;
    width: 60px;
    flex-shrink: 0;
    padding: 12px;
    border-radius: 50%;
}.future-attendees ul li:hover svg {
    background-color: #ffffff;
    transform: rotate(360deg);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}.future-attendees ul li svg path {
    fill: #ffffff;
    transition: fill 0.4s ease;
}.future-attendees ul li:hover svg path {
    fill: rgb(147,160,179);
}@keyframes fadeInFromTop {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.future-attendees ul li {
    animation: fadeInFromTop 0.6s ease forwards;
    opacity: 0;
}.future-attendees ul li:nth-child(1) {
    animation-delay: 0.1s;
}.future-attendees ul li:nth-child(2) {
    animation-delay: 0.3s;
}.future-attendees ul li:nth-child(3) {
    animation-delay: 0.5s;
}.future-attendees ul li:nth-child(4) {
    animation-delay: 0.7s;
}.future-attendees ul li:nth-child(5) {
    animation-delay: 0.9s;
}.future-attendees ul li:nth-child(6) {
    animation-delay: 1.1s;
}

@media (max-width: 992px) {.future-attendees {
    padding: 90px 0;
}.future-attendees h3 {
    margin-bottom: 60px;
}.future-attendees ul {
    gap: 60px;
}.future-attendees ul li {
    padding: 25px;
}.future-attendees ul li svg {
    height: 50px;
    padding: 10px;
    width: 50px;
}
}

@media (max-width: 768px) {.future-attendees ul li,
    .future-attendees ul li:nth-child(even) {
    flex-direction: column;
    align-items: center;
    text-align: center;
}.future-attendees ul li::before {
    top: -30px;
}
}

@media (max-width: 576px) {.future-attendees {
    padding: 70px 0;
}.future-attendees h3 {
    margin-bottom: 50px;
    font-size: calc(36px * 0.85);
    padding: 0 20px;
}.future-attendees ul {
    gap: 50px;
}.future-attendees ul li {
    padding: 20px;
}.future-attendees ul li::before {
    width: 40px;
    height: 40px;
    top: -25px;
}.future-attendees ul li svg {
    padding: 8px;
    height: 45px;
    width: 45px;
}
}

@media (prefers-reduced-motion: reduce) {.future-attendees ul li {
    opacity: 1;
    animation: none;
}.future-attendees ul li:hover {
    transform: none;
}.future-attendees ul li:hover svg {
    transform: none;
}}.privacy-space {
    overflow: hidden;
    background-color: var(--section-bg-color, #f8f9fa);
    position: relative;
    padding: 5rem 0;
}.privacy-space::before {
    position: absolute;
    content: "";
    left: 0;
    z-index: 0;
    background: linear-gradient(135deg, rgba(245, 245, 250, 0.7) 0%, rgba(240, 242, 247, 0.4) 100%);
    top: 0;
    height: 100%;
    width: 100%;
}.privacy-space::after {
    height: 70%;
    clip-path: polygon(0 15%, 100% 0, 85% 100%, 0 85%);
    z-index: 0;
    top: -10%;
    position: absolute;
    transform: rotate(-15deg);
    right: -5%;
    background: linear-gradient(145deg, var(--primary-color_opacity, rgba(65, 84, 241, 0.05)), var(--secondary-color_opacity, rgba(70, 90, 250, 0.08)));
    content: "";
    width: 40%;
}.privacy-space .container {
    padding: 0 20px;
    max-width: 1140px;
    z-index: 1;
    margin: 0 auto;
    position: relative;
    transform: translateZ(0);
}.privacy-space h1 {
    color: var(--dark-color, #252525);
    margin-bottom: 2rem;
    transform: translateX(-10px);
    font-weight: var(--font-weight-bold, 700);
    font-size: var(--h1-font-size, 2.5rem);
    letter-spacing: -0.02em;
    position: relative;
}.privacy-space h1::after {
    width: 80px;
    background: linear-gradient(90deg, var(--primary-color, #4154f1), var(--secondary-color, #4655fa));
    animation: scaleWidth 0.8s ease-out forwards;
    height: 4px;
    transform-origin: left center;
    position: absolute;
    content: "";
    bottom: -12px;
    left: 0;
}@keyframes scaleWidth {
    from { transform: scaleX(0); }
    to { transform: scaleX(1); }
}

.privacy-space h2 {
    color: var(--dark-color, #252525);
    font-weight: var(--font-weight-semibold, 600);
    border-left: 3px solid var(--primary-color, #4154f1);
    margin: 3rem 0 1.5rem;
    position: relative;
    padding-left: 16px;
    font-size: var(--h2-font-size, 1.8rem);
}.privacy-space h3 {
    font-weight: var(--font-weight-semibold, 600);
    border-left: 2px solid var(--secondary-color, #4655fa);
    position: relative;
    margin: 2.5rem 0 1.25rem;
    padding-left: 14px;
    color: var(--dark-color, #252525);
    font-size: calc(var(--h2-font-size, 1.8rem) * 0.85);
}.privacy-space h4 {
    margin: 2rem 0 1rem;
    position: relative;
    color: var(--dark-color, #252525);
    font-weight: var(--font-weight-semibold, 600);
    padding-left: 12px;
    border-left: 1px solid var(--secondary-color, #4655fa);
    font-size: calc(var(--h2-font-size, 1.8rem) * 0.75);
}.privacy-space p {
    line-height: 1.7;
    transform: translateZ(0);
    margin-bottom: 1.5rem;
    font-size: var(--p-font-size, 1rem);
    position: relative;
    color: var(--p-color, #444444);
    max-width: 90%;
}.privacy-space strong {
    font-weight: var(--font-weight-semibold, 600);
    position: relative;
    color: var(--dark-color, #252525);
    display: inline-block;
}.privacy-space strong::after {
    position: absolute;
    background-color: var(--primary-color_opacity, rgba(65, 84, 241, 0.2));
    width: 100%;
    content: "";
    left: 0;
    bottom: 0;
    height: 2px;
}.privacy-space ul {
    margin: 1.5rem 0 2rem 1rem;
    padding-left: 20px;
    position: relative;
}.privacy-space ul::before {
    height: 100%;
    background: linear-gradient(to bottom, var(--primary-color_opacity, rgba(65, 84, 241, 0.2)), transparent);
    position: absolute;
    width: 3px;
    top: 0;
    border-radius: var(--border-radius-small, 3px);
    content: "";
    left: -20px;
}.privacy-space li {
    position: relative;
    padding-left: 8px;
    color: var(--p-color, #444444);
    line-height: 1.6;
    margin-bottom: 1rem;
    font-size: var(--p-font-size, 1rem);
}.privacy-space li::before {
    transform: rotate(45deg);
    background-color: var(--primary-color, #4154f1);
    content: "";
    left: -18px;
    border-radius: 1px;
    width: 8px;
    position: absolute;
    height: 8px;
    top: 0.7em;
}.privacy-space span {
    background: linear-gradient(to right, var(--white-color, #ffffff), rgba(248, 249, 250, 0.8));
    margin-bottom: 1.5rem;
    border-left: 1px solid var(--primary-color_opacity, rgba(65, 84, 241, 0.2));
    font-size: var(--p-font-size, 1rem);
    color: var(--p-color, #444444);
    position: relative;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.03);
    padding: 0.5rem 0 1.5rem;
    display: block;
    transform: translateX(8px);
    padding: 1.5rem;
    line-height: 1.7;
}

@media (min-width: 992px) {.privacy-space {
    padding: 6rem 0;
}.privacy-space .container {
    padding: 0 40px;
}.privacy-space h1 {
    margin-bottom: 3rem;
    font-size: calc(var(--h1-font-size, 2.5rem) * 1.1);
    transform: translateX(-15px);
}.privacy-space h1::after {
    bottom: -15px;
    height: 5px;
    width: 120px;
}.privacy-space h2 {
    font-size: calc(var(--h2-font-size, 1.8rem) * 1.05);
    padding-left: 20px;
    margin: 4rem 0 2rem;
}.privacy-space p {
    font-size: calc(var(--p-font-size, 1rem) * 1.05);
    max-width: 85%;
    line-height: 1.75;
}.privacy-space ul {
    margin: 2rem 0 2.5rem 2rem;
}.privacy-space li {
    margin-bottom: 1.2rem;
    font-size: calc(var(--p-font-size, 1rem) * 1.05);
}.privacy-space span {
    padding: 2rem;
    transform: translateX(15px);
    font-size: calc(var(--p-font-size, 1rem) * 1.05);
    transition: transform 0.3s ease;
}.privacy-space span:hover {
    transform: translateX(10px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}
}

@media (max-width: 767px) {.privacy-space {
    padding: 3rem 0;
}.privacy-space::after {
    height: 40%;
    width: 70%;
    right: -25%;
    top: -5%;
}.privacy-space .container {
    padding: 0 15px;
}.privacy-space h1 {
    font-size: calc(var(--h1-font-size, 2.5rem) * 0.85);
    margin-bottom: 1.5rem;
    transform: translateX(-5px);
}.privacy-space h1::after {
    width: 60px;
}.privacy-space h2 {
    margin: 2.5rem 0 1.25rem;
    font-size: calc(var(--h2-font-size, 1.8rem) * 0.9);
}.privacy-space h3 {
    font-size: calc(var(--h2-font-size, 1.8rem) * 0.75);
}.privacy-space h4 {
    font-size: calc(var(--h2-font-size, 1.8rem) * 0.65);
}.privacy-space p {
    max-width: 100%;
    font-size: calc(var(--p-font-size, 1rem) * 0.95);
}.privacy-space ul {
    margin: 1.25rem 0 1.75rem 0.5rem;
}.privacy-space li {
    font-size: calc(var(--p-font-size, 1rem) * 0.95);
    margin-bottom: 0.8rem;
}.privacy-space span {
    padding: 1rem;
    transform: translateX(0);
    font-size: calc(var(--p-font-size, 1rem) * 0.95);
}
}

@media (max-width: 480px) {.privacy-space {
    padding: 2rem 0;
}.privacy-space h1 {
    font-size: calc(var(--h1-font-size, 2.5rem) * 0.7);
}.privacy-space h2 {
    font-size: calc(var(--h2-font-size, 1.8rem) * 0.8);
    margin: 2rem 0 1rem;
    padding-left: 12px;
}.privacy-space h3 {
    font-size: calc(var(--h2-font-size, 1.8rem) * 0.65);
    padding-left: 10px;
}.privacy-space h4 {
    padding-left: 8px;
    font-size: calc(var(--h2-font-size, 1.8rem) * 0.55);
}.privacy-space p, .privacy-space li, .privacy-space span {
    line-height: 1.6;
    font-size: calc(var(--p-font-size, 1rem) * 0.9);
}.privacy-space span {
    padding: 0.875rem;
}}.cookieNotificationPanel {
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    flex-direction: column;
    align-items: center;
    position: fixed;
    background: rgb(182,189,220);
    display: flex;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1050;
    width: 90%;
    max-width: 600px;
    bottom: 20px;
    font-family: Arial, sans-serif;
    border-radius: 20px;
    padding: 20px;
    text-align: center;
}.cookie-screen {
    display: flex;
    z-index: 1;
    flex-direction: column;
    align-items: center;
}.consent-comply {
    animation: bounce 2s infinite;
    margin-bottom: 20px;
}.consent-comply svg, .consent-comply svg path, .consent-comply img {
    fill: rgb(147,160,179);
    width: 80px;
    height: 80px;
}@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-15px);
    }
    60% {
        transform: translateY(-10px);
    }
}
.cookieNotificationPanel h5 {
    font-weight: 700;
    font-size: 18px;
    color: rgb(147,160,179);
    margin-bottom: 10px;
}.cookieNotificationPanel p {
    font-size: 17px;
    color: #000000;
    margin-bottom: 20px;
}.cookie-list {
    background: rgb(147,160,179);
    padding: 10px 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    width: calc(50% - 10px);
    display: inline-block;
    cursor: pointer;
    text-align: center;
    border-radius: 10px;
    color: #ffffff;
    font-size: 19px;
    text-decoration: none;
    transition: background 0.3s ease-in-out, transform 0.2s ease-in-out;
    margin: 5px;
}.cookie-list:hover {
    background: rgb(112,121,137);
    transform: translateY(-3px);
}.cookie_button.digital-cookies {
    background: rgba(0, 0, 0, 0.5);
}.cookie_button.digital-cookies:hover {
    background: rgb(112,121,137,0.5);
}.cookieNotificationPanel p a {
    text-decoration: underline;
    color: rgb(147,160,179);
    transition: color 0.3s ease-in-out;
}.cookieNotificationPanel p a:hover {
    color: rgb(112,121,137);
}
@media only screen and (max-width: 600px) {.cookieNotificationPanel {
    border-radius: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    transform: none;
}.cookie-screen {
    padding: 15px;
}.consent-comply svg {
    height: 50px;
    width: 50px;
}.cookieNotificationPanel h5 {
    font-size: calc(18px - 2px);
}.cookieNotificationPanel p {
    font-size: calc(17px - 2px);
}.cookie-list {
    font-size: calc(19px - 2px);
    width: calc(100% - 10px);
    padding: 8px 16px;
}}
#cookieWarningModal {
    display: none;
}#cookieWarningModal:checked ~ .cookieNotificationPanel {
    visibility: hidden;
    opacity: 0;
}footer {
    width: 100%;
    position: relative;
}footer .search-foot {
    background:rgb(112,121,137);
    color: #ffffff;
    position: relative;
    padding: 250px 0 30px;
    font-family: Arial, sans-serif;
}footer .search-foot::before {
    height: 20px;
    top: 0;
    content: "";
    left: 0;
    background: linear-gradient(90deg, rgb(147,160,179) 25%, rgb(112,121,137) 25%, rgb(112,121,137) 50%, rgb(147,160,179) 50%, rgb(147,160,179) 75%, rgb(112,121,137) 75%);
    width: 100%;
    position: absolute;
}footer .play-market {
    z-index: 1;
    position: relative;
}footer .ask-question {
    overflow: hidden;
    justify-content: space-between;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    padding: 0;
    flex-wrap: wrap;
    top: -120px;
    left: 0;
    margin-bottom: 50px;
    border-radius: 29px;
    display: flex;
    position: absolute;
    background-color: #ffffff;
    right: 0;
}footer .info_item {
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    flex: 1 1 250px;
    justify-content: flex-start;
    position: relative;
    transition: all 0.3s ease;
    padding: 25px;
}footer .info_item:last-child {
    border-right: none;
}footer .info_item::after {
    background-color: rgb(147,160,179);
    height: 3px;
    width: 0;
    bottom: 0;
    left: 0;
    transition: width 0.3s ease;
    position: absolute;
    content: "";
}footer .info_item:hover::after {
    width: 100%;
}footer .info_item svg {
    fill: rgb(147,160,179);
    width: 22px;
    margin-right: 15px;
    flex-shrink: 0;
    height: 22px;
}footer .info_item p,
footer .info_item a {
    font-size: 13px;
    transition: all 0.3s ease;
    text-decoration: none;
    color: #000000;
}footer .info_item a:hover {
    color: rgb(147,160,179);
}footer .text_main_holder {
    grid-template-columns: 1fr;
    gap: 20px;
    display: grid;
    margin-top: 100px;
}footer .nav-study {
    position: relative;
    padding: 0 25px;
}footer .nav-study svg {
    filter: brightness(0) invert(1);
    margin-bottom: 20px;
    width: auto;
    height: 45px;
}footer .degree-path {
    font-size: 15px;
    max-width: 350px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
}footer .header-nav {
    position: relative;
    padding: 0 25px;
}footer .header-nav h5 {
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 25px;
    color: #ffffff;
    position: relative;
    padding-bottom: 10px;
    font-size: 21px;
    font-weight: 600;
}footer .header-nav h5::after {
    left: 0;
    position: absolute;
    bottom: -2px;
    content: "";
    height: 2px;
    width: 60px;
    background-color: rgb(147,160,179);
}footer .header-edu {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}footer .header-edu a {
    transition: all 0.3s ease;
    text-decoration: none;
    margin: 5px 8px 5px 0;
    padding: 8px 16px;
    color: rgba(255, 255, 255, 0.8);
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    font-size: 13px;
}footer .header-edu a:hover {
    background-color: rgb(147,160,179);
    color: #ffffff;
    transform: translateY(-3px);
}footer .subscribe_holder {
    padding: 30px 25px;
    border-radius: 29px;
    background-color: rgb(112,121,137,0.5);
    position: relative;
}footer .subscribe_holder h5 {
    font-weight: 600;
    color: #ffffff;
    font-size: 21px;
    margin-bottom: 15px;
}footer .subscribe_holder p {
    margin-bottom: 25px;
    font-size: 13px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
}footer .input_holder {
    gap: 15px;
    display: flex;
    position: relative;
    flex-direction: column;
}footer .input_holder::before {
    content: "";
    height: 50px;
    opacity: 0.1;
    background-color: rgb(147,160,179);
    top: -10px;
    position: absolute;
    right: -10px;
    z-index: -1;
    border-radius: 50%;
    width: 50px;
}footer .input_holder::after {
    left: -10px;
    border-radius: 50%;
    width: 70px;
    content: "";
    bottom: -20px;
    z-index: -1;
    background-color: rgb(112,121,137);
    opacity: 0.1;
    position: absolute;
    height: 70px;
}footer .input_holder input[type="email"] {
    transition: all 0.3s ease;
    padding: 15px;
    border-radius: 10px;
    font-size: 13px;
    background-color: rgba(255, 255, 255, 0.9);
    border: none;
    color: rgb(112,121,137);
}footer .input_holder input[type="email"]:focus {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    outline: none;
}footer .input_holder input[type="email"]::placeholder {
    opacity: 0.6;
    color: #000000;
}footer .join-section {
    transition: all 0.3s ease;
    cursor: pointer;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    font-weight: 600;
    border: none;
    font-size: 17px;
    padding: 15px;
    background-color: rgb(147,160,179);
    color: #ffffff;
}footer .join-section::before {
    top: 0;
    position: absolute;
    content: "";
    transition: left 0.7s ease;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    width: 100%;
    left: -100%;
}footer .join-section:hover {
    background-color: rgb(112,121,137);
}footer .join-section:hover::before {
    left: 100%;
}footer .report-abuse {
    margin-top: 50px;
    border-top: 1px dashed rgba(255, 255, 255, 0.1);
    text-align: center;
    padding-top: 20px;
}footer .hackathon {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.6);
}

@media (min-width: 768px) {footer .search-foot {
    padding-top: 60px;
}footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .join-section {
    white-space: nowrap;
}
}

@media (max-width: 991px) {footer .ask-question {
    top: 0;
    margin-bottom: 80px;
    position: relative;
}footer .search-foot {
    padding: 120px 0 30px;
}footer .text_main_holder {
    margin-top: 40px;
}
}

@media (max-width: 767px) {footer .info_item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-right: none;
}footer .info_item:last-child {
    border-bottom: none;
}footer .header-nav, footer .subscribe_holder, footer .nav-study {
    padding: 20px;
}footer .report-abuse {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .header-nav h5, footer .subscribe_holder h5 {
    font-size: calc(21px - 2px);
    margin-bottom: 20px;
}footer .header-edu a {
    padding: 6px 12px;
    font-size: calc(13px - 1px);
}footer .input_holder input[type="email"],
    footer .join-section {
    padding: 12px;
}}.contact {
    overflow: hidden;
    position: relative;
    background: linear-gradient(90deg, #ffffff 50%, rgb(182,189,220) 50%);
    padding: 100px 0;
}.contact::before {
    left: 0;
    z-index: 0;
    top: 0;
    height: 100%;
    background-size: 60px 60px;
    position: absolute;
    background: 
        radial-gradient(circle at 20% 20%, rgba(0, 0, 0, 0.02) 0%, transparent 20%),
        radial-gradient(circle at 80% 80%, rgba(0, 0, 0, 0.02) 0%, transparent 20%);
    width: 100%;
    content: "";
}.contact .container {
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 1;
}.contact h2 {
    margin-bottom: 60px;
    font-weight: 700;
    color: rgb(147,160,179);
    position: relative;
    font-size: 32px;
    text-align: center;
}.contact h2::after {
    left: 50%;
    transform: translateX(-50%);
    content: "";
    height: 3px;
    width: 60px;
    bottom: -15px;
    background: rgb(147,160,179);
    position: absolute;
}.contact .request-section {
    position: relative;
    border-radius: 25px;
    background: #ffffff;
    overflow: hidden;
    display: flex;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
}.contact .request-section::before {
    height: 5px;
    left: 0;
    position: absolute;
    width: 100%;
    top: 0;
    content: "";
    background: linear-gradient(90deg, rgb(147,160,179), rgb(112,121,137));
}.contact .image-frame-wrap {
    min-height: 550px;
    position: relative;
    flex: 0 0 50%;
    transition: all 0.5s ease;
}.contact .image-frame-wrap::after {
    background: linear-gradient(45deg, rgb(147,160,179,0.5), transparent);
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
}.contact .connect-query {
    background: #ffffff;
    position: relative;
    padding: 60px 50px;
    flex: 0 0 50%;
}.contact .connect-query::before {
    left: 0;
    position: absolute;
    height: 100%;
    content: "";
    background: rgb(182,189,220);
    width: 10px;
    top: 0;
}.contact #contact {
    display: flex;
    gap: 30px;
    flex-direction: column;
}.contact h3 {
    position: relative;
    display: inline-block;
    font-size: 20px;
    color: #000000;
    margin-bottom: 20px;
    font-weight: 600;
    padding-bottom: 10px;
}.contact h3::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    background: rgb(147,160,179,0.5);
    height: 2px;
    width: 100%;
}.contact input[type="text"] {
    background: #ffffff;
    border-radius: 10px;
    width: 100%;
    color: #000000;
    transition: all 0.3s ease;
    border: 2px solid rgb(182,189,220);
    font-size: 15px;
    padding: 18px 20px;
}.contact input[type="text"]:focus {
    border-color: rgb(147,160,179);
    outline: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}.contact input[type="text"]::placeholder {
    opacity: 0.6;
    color: #000000;
}.contact .support-panel {
    margin-top: 10px;
    align-items: flex-start;
    gap: 12px;
    display: flex;
}.contact .support-panel input[type="checkbox"] {
    border-radius: 10px;
    transition: all 0.3s ease;
    cursor: pointer;
    width: 24px;
    margin-top: 2px;
    height: 24px;
    appearance: none;
    border: 2px solid rgb(182,189,220);
    position: relative;
}.contact .support-panel input[type="checkbox"]:checked {
    background: rgb(147,160,179);
    border-color: rgb(147,160,179);
}.contact .support-panel input[type="checkbox"]:checked::after {
    left: 8px;
    top: 5px;
    width: 6px;
    transform: rotate(45deg);
    border-right: 2px solid #ffffff;
    content: "";
    border-bottom: 2px solid #ffffff;
    position: absolute;
    height: 10px;
}.contact .support-panel label {
    line-height: 1.5;
    font-size: 15px;
    color: #000000;
}.contact .support-panel a {
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    color: rgb(147,160,179);
}.contact .support-panel a:hover {
    color: rgb(112,121,137);
}.contact .inquiry-list {
    padding: 16px 40px;
    overflow: hidden;
    border: none;
    margin-top: 20px;
    font-weight: 600;
    font-size: 17px;
    align-self: flex-start;
    box-shadow: 0 8px 20px rgb(147,160,179,0.5);
    color: #ffffff;
    transition: all 0.3s ease;
    position: relative;
    background: rgb(147,160,179);
    border-radius: 10px;
    cursor: pointer;
}.contact .inquiry-list::before {
    width: 100%;
    position: absolute;
    height: 100%;
    transition: all 0.6s ease;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    content: "";
    top: 0;
    left: -100%;
}.contact .inquiry-list:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgb(112,121,137,0.5);
    background: rgb(112,121,137);
}.contact .inquiry-list:hover::before {
    left: 100%;
}.contact svg {
    width: 22px;
    height: 22px;
    transition: all 0.3s ease;
    fill: rgb(147,160,179);
}.contact svg path {
    fill: rgb(147,160,179);
    transition: all 0.3s ease;
}.contact svg:hover {
    transform: translateY(-2px);
    fill: rgb(112,121,137);
}.contact svg:hover path {
    fill: rgb(112,121,137);
}

@media (max-width: 1200px) {.contact {
    background: #ffffff;
}
}

@media (max-width: 992px) {.contact {
    padding: 80px 0;
}.contact .request-section {
    flex-direction: column-reverse;
}.contact .image-frame-wrap {
    flex: 0 0 auto;
    min-height: 350px;
}.contact .connect-query {
    flex: 0 0 auto;
    padding: 50px 40px;
}.contact .connect-query::before {
    left: 0;
    top: 0;
    height: 10px;
    width: 100%;
}
}

@media (max-width: 768px) {.contact {
    padding: 60px 0;
}.contact h2 {
    font-size: calc(32px - 4px);
    margin-bottom: 40px;
}.contact .connect-query {
    padding: 40px 30px;
}.contact #contact {
    gap: 25px;
}.contact .image-frame-wrap {
    min-height: 300px;
}
}

@media (max-width: 576px) {.contact {
    padding: 50px 0;
}.contact .container {
    padding: 0 15px;
}.contact h2 {
    margin-bottom: 30px;
    font-size: calc(32px - 6px);
}.contact .connect-query {
    padding: 35px 25px;
}.contact #contact {
    gap: 20px;
}.contact input[type="text"] {
    padding: 15px;
}.contact .inquiry-list {
    padding: 15px 25px;
    width: 100%;
}.contact .image-frame-wrap {
    min-height: 250px;
}}.about-this {
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(182,189,220) 0%, rgb(112,121,137,0.5) 100%);
    position: relative;
    overflow: hidden;
}.about-this::before {
    content: '';
    width: 40%;
    opacity: 0.6;
    animation: float 15s ease-in-out infinite alternate;
    right: -10%;
    height: 70%;
    z-index: 1;
    transform: rotate(-15deg) skewX(15deg);
    position: absolute;
    top: -5%;
    background: linear-gradient(165deg, rgb(147,160,179,0.5) 0%, transparent 80%);
}.about-this::after {
    transform: rotate(10deg) skewX(-10deg);
    content: '';
    z-index: 1;
    left: -5%;
    height: 60%;
    animation: float 18s ease-in-out infinite alternate-reverse;
    position: absolute;
    opacity: 0.4;
    background: linear-gradient(45deg, rgb(112,121,137,0.5) 0%, transparent 70%);
    width: 30%;
    bottom: -5%;
}.about-this .container {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 2rem;
}.about-this h1 {
    display: inline-block;
    position: relative;
    font-size: 38px;
    transform: translateX(2rem);
    color: #000000;
    font-weight: 700;
    margin-bottom: 3rem;
}.about-this h1::after {
    background: rgb(147,160,179);
    bottom: -0.5rem;
    position: absolute;
    content: '';
    animation: slide-in 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.3s;
    height: 4px;
    transform: scaleX(0);
    transform-origin: left;
    width: 60%;
    left: 0;
}.about-this .smart-study {
    position: relative;
}.about-this .smart-study ul {
    padding: 0;
    list-style: none;
    display: grid;
    gap: 3rem;
    grid-template-columns: 1fr;
    margin: 0;
}.about-this .fast-study {
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    background: #ffffff;
    position: relative;
    animation: fade-up 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    padding: 2.5rem;
    opacity: 0;
    transform: translateY(30px);
}.about-this .fast-study:nth-child(1) {
    border-left: 4px solid rgb(147,160,179);
    animation-delay: 0.3s;
}.about-this .fast-study:nth-child(2) {
    border-right: 4px solid rgb(112,121,137);
    animation-delay: 0.6s;
}.about-this .fast-study:hover {
    transform: translateY(-5px) scale(1.01);
}.about-this .fast-study h4 {
    padding-bottom: 0.8rem;
    margin-top: 0;
    color: rgb(147,160,179);
    font-size: calc(21px * 1.1);
    margin-bottom: 1.5rem;
    font-weight: 600;
    position: relative;
}.about-this .fast-study:nth-child(2) h4 {
    color: rgb(112,121,137);
}.about-this .fast-study h4::after {
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 3rem;
    content: '';
    background: currentColor;
}.about-this .fast-study div {
    max-height: 300px;
    overflow-y: auto;
    color: #000000;
    padding-right: 1rem;
    font-size: 16px;
    scrollbar-color: rgb(147,160,179,0.5) #ffffff;
    font-family: Arial, sans-serif;
    line-height: 1.7;
    scrollbar-width: thin;
}.about-this .fast-study:nth-child(2) div {
    scrollbar-color: rgb(112,121,137,0.5) #ffffff;
}.about-this .fast-study div::-webkit-scrollbar {
    width: 6px;
}.about-this .fast-study div::-webkit-scrollbar-track {
    background: #ffffff;
}.about-this .fast-study div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(147,160,179,0.5);
}.about-this .fast-study:nth-child(2) div::-webkit-scrollbar-thumb {
    background-color: rgb(112,121,137,0.5);
}

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

@keyframes slide-in {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

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

@media (min-width: 768px) {.about-this {
    padding: 8rem 0;
}.about-this h1 {
    margin-bottom: 4rem;
    font-size: calc(38px * 1.2);
}.about-this .smart-study ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
}.about-this .fast-study {
    padding: 3rem;
}.about-this .fast-study div {
    max-height: 350px;
}
}

@media (min-width: 992px) {.about-this {
    padding: 10rem 0;
}.about-this h1 {
    transform: translateX(4rem);
}.about-this .fast-study:nth-child(1) {
    transform: translateY(2rem);
}.about-this .fast-study:nth-child(2) {
    transform: translateY(-2rem);
}.about-this .fast-study:hover {
    transform: scale(1.03);
}
}

@media (min-width: 1200px) {.about-this .container {
    padding: 0 4rem;
}.about-this .smart-study ul {
    gap: 4rem;
}.about-this .fast-study {
    padding: 3.5rem;
}.about-this .fast-study div {
    max-height: 400px;
}
}

@media (max-width: 767px) {.about-this {
    padding: 4rem 0;
}.about-this h1 {
    font-size: calc(38px * 0.9);
    transform: translateX(1rem);
}.about-this .fast-study {
    padding: 2rem;
}.about-this .fast-study div {
    max-height: 250px;
}
}

h1, h2, h3, h4, h5, h6 {word-break: break-word;}
