* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}.head-pagewrap {
    flex: 1 0 auto;
}svg {
    height: 30px;
    width: 30px;
}.training-zone {
    flex: 0 0 auto;
}.container {
    width: 1193px;
    margin: auto;
    max-width: 100%;
}html,body {
    font-family: Arial, sans-serif;
    scroll-behavior: smooth;
    color: #000000;
    height: 100%;
    min-height: 100%;
}a {
    color: inherit;
    text-decoration: none;
}.framework-wrap {
    height: 100%;
    flex-direction: column;
    min-height: 100%;
    display: flex;
}header,footer {
    width: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.about-this {
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding: 100px 0;
}.about-this::before {
    width: 100%;
    z-index: -1;
    position: absolute;
    top: 0;
    content: "";
    backdrop-filter: blur(5px);
    height: 100%;
    background: linear-gradient(135deg, 
        rgb(193,188,216,0.5) 0%, 
        rgba(255, 255, 255, 0.85) 55%, 
        rgb(160,155,192,0.5) 100%);
    left: 0;
}.about-this .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 0 20px;
}.about-this .text-pill-wrap {
    background: linear-gradient(to right bottom, 
        rgba(255, 255, 255, 0.9), 
        rgba(255, 255, 255, 0.7));
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.1),
        -10px -10px 30px rgba(255, 255, 255, 0.8),
        inset 5px 5px 10px rgba(255, 255, 255, 0.5),
        inset -5px -5px 15px rgba(0, 0, 0, 0.05);
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    padding: 40px;
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}.about-this .text-pill-wrap:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 
        25px 25px 50px rgba(0, 0, 0, 0.15),
        -15px -15px 35px rgba(255, 255, 255, 0.9),
        inset 3px 3px 8px rgba(255, 255, 255, 0.6),
        inset -3px -3px 8px rgba(0, 0, 0, 0.03);
}.about-this h1 {
    position: relative;
    margin-bottom: 30px;
    color: rgb(193,188,216);
    display: inline-block;
    transform: translateZ(30px);
    transition: transform 0.4s ease-out;
    font-size: 46px;
    font-weight: 700;
}.about-this h1::after {
    left: 0;
    transform-origin: left;
    width: 60%;
    position: absolute;
    background: linear-gradient(90deg, rgb(193,188,216), transparent);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: scaleX(1);
    bottom: -10px;
    content: "";
    height: 4px;
}.about-this .text-pill-wrap:hover h1::after {
    transform: scaleX(1.5);
}.about-this ul {
    margin: 0;
    list-style: none;
    padding: 0;
}.about-this li {
    opacity: 0;
    animation: fadeIn 0.8s ease-out forwards;
    margin-bottom: 15px;
    transform: translateY(20px);
}.about-this li:nth-child(1) {
    animation-delay: 0.3s;
}.about-this li:nth-child(2) {
    animation-delay: 0.5s;
}.about-this h4 {
    margin-bottom: 15px;
    position: relative;
    color: rgb(160,155,192);
    padding-left: 15px;
    font-weight: 600;
    font-size: calc(22px * 1.2);
    display: inline-block;
}.about-this h4::before {
    width: 8px;
    content: "";
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
    background: rgb(193,188,216);
    position: absolute;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1),
                -2px -2px 4px rgba(255, 255, 255, 0.8);
    left: 0;
    height: 8px;
}.about-this span {
    position: relative;
    color: #000000;
    padding: 5px 0;
    line-height: 1.7;
    display: block;
    font-size: 16px;
    column-gap: 40px;
    column-count: 2;
    text-align: justify;
    font-weight: 400;
}.about-this span::first-letter {
    color: rgb(193,188,216);
    font-weight: 700;
    font-size: 1.5em;
}

@media (max-width: 992px) {.about-this {
    padding: 80px 0;
}.about-this .text-pill-wrap {
    padding: 30px;
    transform: perspective(800px) rotateX(1deg);
}.about-this h1 {
    font-size: calc(46px * 0.9);
}.about-this span {
    column-count: 1;
}
}

@media (max-width: 768px) {.about-this {
    padding: 60px 0;
}.about-this .text-pill-wrap {
    padding: 25px;
    box-shadow: 
            15px 15px 30px rgba(0, 0, 0, 0.1),
            -8px -8px 20px rgba(255, 255, 255, 0.8),
            inset 3px 3px 8px rgba(255, 255, 255, 0.5),
            inset -3px -3px 10px rgba(0, 0, 0, 0.05);
    transform: perspective(600px) rotateX(0.5deg);
}.about-this h1 {
    margin-bottom: 20px;
    font-size: calc(46px * 0.8);
}.about-this h4 {
    font-size: 22px;
}.about-this span {
    font-size: calc(16px * 0.95);
    line-height: 1.6;
}
}

@media (max-width: 576px) {.about-this {
    padding: 40px 0;
}.about-this .text-pill-wrap {
    transform: none;
    padding: 20px;
    box-shadow: 
            10px 10px 20px rgba(0, 0, 0, 0.1),
            -5px -5px 15px rgba(255, 255, 255, 0.8),
            inset 2px 2px 5px rgba(255, 255, 255, 0.5),
            inset -2px -2px 5px rgba(0, 0, 0, 0.05);
}.about-this h1 {
    margin-bottom: 15px;
    font-size: calc(46px * 0.7);
}.about-this h1::after {
    height: 3px;
}.about-this h4 {
    font-size: calc(22px * 0.9);
    margin-bottom: 10px;
}.about-this span {
    font-size: calc(16px * 0.9);
    line-height: 1.5;
}}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}.gratPanel {
    overflow: hidden;
    padding: 5rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(224,220,237) 0%, rgb(193,188,216,0.5) 100%);
}.gratPanel::before {
    position: absolute;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    animation: pulse 15s infinite alternate ease-in-out;
    z-index: 1;
    background: radial-gradient(circle at 70% 30%, rgb(160,155,192,0.5) 0%, transparent 60%);
    opacity: 0.4;
}.gratPanel::after {
    z-index: 0;
    opacity: 0.05;
    background: linear-gradient(225deg, rgb(193,188,216) 0%, transparent 80%);
    right: -10px;
    position: absolute;
    width: 40%;
    bottom: -10px;
    height: 40%;
    content: "";
    filter: blur(20px);
    transform: rotate(-5deg);
}.gratPanel .container {
    opacity: 0;
    z-index: 2;
    animation: slideUp 0.8s forwards 0.2s cubic-bezier(0.19, 1, 0.22, 1);
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 2rem;
    transform: translateY(20px);
}.gratPanel h2 {
    margin-bottom: 3rem;
    position: relative;
    line-height: 1.3;
    margin-right: auto;
    letter-spacing: -0.02em;
    margin-left: auto;
    text-align: center;
    font-size: 30px;
    color: #000000;
    font-weight: 700;
    max-width: 900px;
}.gratPanel h2::after {
    height: 3px;
    content: "";
    transform: translateX(-50%);
    bottom: -15px;
    border-radius: 10px;
    width: 80px;
    left: 50%;
    background: linear-gradient(90deg, rgb(193,188,216), rgb(160,155,192));
    position: absolute;
}.gratPanel .study-sessions {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08), 
                0 5px 10px rgba(0, 0, 0, 0.05),
                0 1px 3px rgba(0, 0, 0, 0.03);
    border-radius: 15px;
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(0);
    padding: 3rem;
    position: relative;
    overflow: hidden;
    background: #ffffff;
}.gratPanel .study-sessions::before {
    height: 100%;
    background: linear-gradient(to bottom, rgb(193,188,216), rgb(160,155,192));
    top: 0;
    content: "";
    left: 0;
    position: absolute;
    width: 6px;
}.gratPanel .study-sessions::after {
    width: 120px;
    height: 120px;
    right: 10px;
    position: absolute;
    content: "";
    background: radial-gradient(circle, rgb(193,188,216,0.5) 0%, transparent 70%);
    z-index: 0;
    top: 10px;
    border-radius: 50%;
    opacity: 0.2;
}.gratPanel .study-sessions:hover {
    transform: translateY(-5px);
}.gratPanel ul {
    padding: 0;
    z-index: 1;
    margin: 0;
    list-style: none;
    position: relative;
}.gratPanel li {
    position: relative;
    padding-left: 2rem;
}.gratPanel li::before {
    position: absolute;
    transform: scale(0);
    width: 8px;
    content: "";
    border-radius: 50%;
    top: 8px;
    height: 8px;
    opacity: 0;
    animation: appearDot 0.4s forwards 1s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    background: rgb(193,188,216);
}.gratPanel li span {
    color: #000000;
    position: relative;
    transform: translateY(10px);
    animation: fadeIn 0.8s forwards 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    font-size: 17px;
    font-family: Arial, sans-serif;
    opacity: 0;
    line-height: 1.8;
    display: block;
}

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

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

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

@keyframes pulse {
    0% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.05);
    }
    100% {
        opacity: 0.2;
        transform: scale(1);
    }
}

@media (max-width: 991px) {.gratPanel {
    padding: 4rem 0;
}.gratPanel h2 {
    margin-bottom: 2.5rem;
    font-size: calc(30px * 0.9);
}.gratPanel .study-sessions {
    padding: 2.5rem;
}
}

@media (max-width: 767px) {.gratPanel {
    padding: 3rem 0;
}.gratPanel h2 {
    margin-bottom: 2rem;
    font-size: calc(30px * 0.8);
    line-height: 1.4;
}.gratPanel h2::after {
    bottom: -12px;
    width: 60px;
}.gratPanel .study-sessions {
    padding: 2rem 1.5rem;
}.gratPanel .study-sessions::after {
    height: 80px;
    width: 80px;
}.gratPanel li {
    padding-left: 1.5rem;
}
}

@media (max-width: 480px) {.gratPanel {
    padding: 2.5rem 0;
}.gratPanel .container {
    padding: 0 1.25rem;
}.gratPanel h2 {
    font-size: calc(30px * 0.7);
    margin-bottom: 1.5rem;
}.gratPanel h2::after {
    bottom: -10px;
    width: 50px;
    height: 2px;
}.gratPanel .study-sessions {
    padding: 1.5rem 1.25rem;
}.gratPanel li span {
    font-size: calc(17px * 0.95);
    line-height: 1.7;
}}.program-details {
    background-color: rgb(160,155,192);
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.program-details::before {
    left: 0;
    z-index: 1;
    background: 
        radial-gradient(ellipse at bottom right, rgb(193,188,216,0.5) 0%, transparent 60%),
        radial-gradient(ellipse at top left, rgb(160,155,192,0.5) 0%, transparent 60%);
    width: 100%;
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
}.program-details::after {
    top: 0;
    z-index: 1;
    left: 0;
    background-size: 50px 50px;
    height: 100%;
    position: absolute;
    background-image: 
        linear-gradient(0deg, transparent 24%, rgba(255, 255, 255, 0.02) 25%, rgba(255, 255, 255, 0.02) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, 0.02) 75%, rgba(255, 255, 255, 0.02) 76%, transparent 77%),
        linear-gradient(90deg, transparent 24%, rgba(255, 255, 255, 0.02) 25%, rgba(255, 255, 255, 0.02) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, 0.02) 75%, rgba(255, 255, 255, 0.02) 76%, transparent 77%);
    width: 100%;
    content: "";
}.program-details .container {
    z-index: 2;
    position: relative;
}.program-details .career-progress {
    display: flex;
    gap: 60px;
    flex-direction: column;
    position: relative;
}.program-details .text-pill-wrap {
    order: 2;
    position: relative;
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
}.program-details .text-pill-wrap h2 {
    padding-bottom: 20px;
    font-weight: 700;
    grid-column: 1 / -1;
    text-align: center;
    margin-bottom: 0;
    color: #ffffff;
    font-size: 41px;
    position: relative;
}.program-details .text-pill-wrap h2::after {
    content: "";
    left: 50%;
    width: 100px;
    bottom: 0;
    position: absolute;
    height: 3px;
    background: linear-gradient(90deg, rgb(193,188,216), rgb(160,155,192));
    transform: translateX(-50%);
    border-radius: 10px;
}.program-details .text-pill-wrap .description {
    background: rgba(255, 255, 255, 0.03);
    color: #ffffff;
    padding: 25px;
    overflow: hidden;
    font-size: 14px;
    backdrop-filter: blur(10px);
    position: relative;
    line-height: 1.8;
    margin: 0;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 19px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}.program-details .text-pill-wrap .description:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}.program-details .text-pill-wrap .description::before {
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
    content: "";
    background: rgb(193,188,216);
    height: 4px;
}.program-details .text-pill-wrap .description:last-of-type::before {
    background: rgb(160,155,192);
}.program-details .text-pill-wrap .description::after {
    width: 100%;
    content: "";
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 100%);
    pointer-events: none;
}.program-details .thumbnail-img {
    position: relative;
    border-radius: 19px;
    overflow: hidden;
    order: 1;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    height: 400px;
}.program-details .thumbnail-img::before {
    z-index: 1;
    position: absolute;
    background: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.8));
    inset: 0;
    content: "";
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes float-tech {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    25% {
        transform: translateY(-15px) rotate(5deg);
    }
    50% {
        transform: translateY(0) rotate(0deg);
    }
    75% {
        transform: translateY(15px) rotate(-5deg);
    }
}

@keyframes scan-move {
    0% {
        top: 0;
        opacity: 0;
    }
    5% {
        opacity: 0.5;
    }
    95% {
        opacity: 0.5;
    }
    100% {
        top: 100%;
        opacity: 0;
    }
}

@media (min-width: 992px) {.program-details .career-progress {
    gap: 80px;
}.program-details .thumbnail-img {
    height: 500px;
}
}

@media (max-width: 991px) {.program-details {
    padding: 80px 0;
}
}

@media (max-width: 767px) {.program-details {
    padding: 60px 0;
}.program-details .text-pill-wrap {
    grid-template-columns: 1fr;
}.program-details .text-pill-wrap h2 {
    font-size: calc(41px * 0.9);
}.program-details .thumbnail-img {
    height: 350px;
}
}

@media (max-width: 480px) {.program-details {
    padding: 40px 0;
}.program-details .career-progress {
    gap: 40px;
}.program-details .text-pill-wrap h2 {
    padding-bottom: 15px;
    font-size: calc(41px * 0.8);
}.program-details .text-pill-wrap h2::after {
    width: 80px;
}.program-details .text-pill-wrap .description {
    padding: 20px;
}.program-details .thumbnail-img {
    height: 250px;
}}.pricing-group {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    color: #ffffff;
}.pricing-group::before {
    content: '';
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
    position: absolute;
    background: linear-gradient(135deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.6) 100%);
}.pricing-group .container {
    padding: 0 20px;
    z-index: 2;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}.pricing-group .plan-table {
    position: relative;
}.pricing-group h2 {
    text-align: center;
    font-weight: 700;
    animation: titleFloat 6s ease-in-out infinite;
    position: relative;
    margin-bottom: 25px;
    font-size: 30px;
    transform: translateY(0);
    color: transparent;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    background: linear-gradient(90deg, rgb(193,188,216) 0%, rgb(160,155,192) 100%);
}.pricing-group h2::after {
    height: 3px;
    content: '';
    background: rgb(160,155,192);
    position: absolute;
    transform: translateX(-50%);
    bottom: -10px;
    width: 80px;
    left: 50%;
}.pricing-group .pay-plans {
    max-width: 700px;
    color: #ffffff;
    text-align: center;
    line-height: 1.6;
    margin: 0 auto 50px;
    opacity: 0.9;
    font-size: calc(18px + 2px);
}.pricing-group .bundle-rate {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    list-style: none;
    display: grid;
    padding: 0;
    margin: 0;
    gap: 30px;
}.pricing-group .bundle-rate li {
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
}.pricing-group .bundle-rate li:hover {
    transform: translateY(-10px);
    z-index: 3;
}.pricing-group .tuition-plans {
    height: 100%;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    display: block;
    color: #ffffff;
}.pricing-group .fee-board {
    height: 100%;
    backdrop-filter: blur(10px);
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 35px 30px;
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3), 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.4s ease;
    background: linear-gradient(145deg, rgba(41, 41, 41, 0.8) 0%, rgba(25, 25, 25, 0.9) 100%);
}.pricing-group .fee-board::before {
    transform: scaleX(0);
    width: 100%;
    height: 5px;
    transform-origin: left;
    top: 0;
    content: '';
    background: linear-gradient(90deg, rgb(193,188,216), rgb(160,155,192));
    left: 0;
    position: absolute;
    transition: transform 0.5s ease;
}.pricing-group .tuition-plans:hover .fee-board::before {
    transform: scaleX(1);
}.pricing-group .fee-board::after {
    content: '';
    position: absolute;
    opacity: 0;
    right: 0;
    bottom: 0;
    transition: opacity 0.5s ease;
    height: 60px;
    background: linear-gradient(135deg, transparent 50%, rgb(160,155,192,0.5) 50%);
    width: 60px;
}.pricing-group .tuition-plans:hover .fee-board::after {
    opacity: 1;
}.pricing-group .payment-scheme {
    position: relative;
    z-index: 2;
}.pricing-group .payment-scheme h4 {
    font-weight: 700;
    margin: 0 0 20px;
    color: #ffffff;
    font-size: calc(20px + 2px);
    position: relative;
    display: inline-block;
}.pricing-group .payment-scheme h4::after {
    transition: width 0.4s ease;
    left: 0;
    content: '';
    bottom: -8px;
    height: 2px;
    width: 40px;
    background: rgb(193,188,216);
    position: absolute;
}.pricing-group .tuition-plans:hover .payment-scheme h4::after {
    width: 100%;
}.pricing-group .payment-scheme p {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    padding-right: 5px;
    max-height: 200px;
    font-size: 18px;
    overflow-y: auto;
    margin: 0 0 30px;
    overflow-wrap: break-word;
    word-break: break-word;
}.pricing-group .payment-scheme p::-webkit-scrollbar {
    width: 4px;
}.pricing-group .payment-scheme p::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
}.pricing-group .payment-scheme p::-webkit-scrollbar-thumb {
    background: rgb(193,188,216,0.5);
}.pricing-group .study-sub {
    display: block;
    font-weight: 700;
    padding: 10px 0;
    color: #ffffff;
    margin-top: 15px;
    position: relative;
    font-size: calc(20px + 4px);
}.pricing-group .study-sub::before {
    width: 40px;
    left: 0;
    top: 0;
    height: 1px;
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    content: '';
}

@keyframes titleFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

@media (max-width: 991px) {.pricing-group {
    padding: 80px 0;
}.pricing-group .bundle-rate {
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.pricing-group .fee-board {
    padding: 25px 20px;
}.pricing-group .payment-scheme p {
    max-height: 150px;
    font-size: calc(18px - 1px);
}.pricing-group .study-sub {
    font-size: calc(20px + 2px);
}
}

@media (max-width: 767px) {.pricing-group {
    padding: 60px 0;
}.pricing-group h2 {
    font-size: calc(30px - 4px);
}.pricing-group .pay-plans {
    font-size: 18px;
    margin-bottom: 30px;
}.pricing-group .bundle-rate {
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 450px;
}.pricing-group .payment-scheme h4 {
    font-size: 20px;
}.pricing-group .study-sub {
    font-size: 20px;
}
}

@media (max-width: 480px) {.pricing-group {
    padding: 50px 0;
}.pricing-group h2 {
    font-size: calc(30px - 8px);
}.pricing-group .pay-plans {
    font-size: calc(18px - 2px);
}.pricing-group .fee-board {
    padding: 20px 15px;
}.pricing-group .payment-scheme p {
    font-size: calc(18px - 2px);
}}.join-now4lX {
    background: linear-gradient(135deg, rgb(224,220,237) 0%, rgb(193,188,216,0.5) 100%);
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
}.join-now4lX::before {
    top: 0;
    pointer-events: none;
    background-image: repeating-linear-gradient(45deg, rgba(255,255,255,0.03) 0px, rgba(255,255,255,0.03) 2px, transparent 2px, transparent 6px);
    width: 100%;
    content: "";
    z-index: 1;
    height: 100%;
    left: 0;
    position: absolute;
}.join-now4lX::after {
    background: rgb(193,188,216,0.5);
    transform: rotate(-15deg);
    content: "";
    height: 160%;
    z-index: 0;
    position: absolute;
    right: -10%;
    top: -30%;
    opacity: 0.1;
    width: 50%;
    clip-path: polygon(0 0, 100% 20%, 100% 80%, 0 100%);
}.join-now4lX .container {
    align-items: center;
    display: flex;
    z-index: 2;
    padding: 0 2rem;
    margin: 0 auto;
    flex-direction: column;
    position: relative;
    max-width: 1200px;
}.join-now4lX h2 {
    font-size: 31px;
    font-weight: 700;
    text-align: center;
    max-width: 800px;
    font-family: Arial, sans-serif;
    margin-bottom: 3rem;
    color: #000000;
    position: relative;
    transform: perspective(1000px) translateZ(0);
}.join-now4lX h2::after {
    content: "";
    width: 80px;
    height: 3px;
    bottom: -15px;
    position: absolute;
    left: 50%;
    background: rgb(193,188,216);
    transform: translateX(-50%);
    transition: width 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}.join-now4lX .study-sessions {
    display: flex;
    width: 100%;
    padding: 2rem;
    position: relative;
    gap: 2rem;
    border-left: 4px solid rgb(193,188,216);
    justify-content: center;
    transform: translateY(0);
    background: #ffffff;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
    max-width: 500px;
    align-items: center;
    box-shadow: 0 15px 35px rgba(0,0,0,0.08), 0 5px 15px rgba(0,0,0,0.05);
}.join-now4lX .study-sessions::before {
    position: absolute;
    height: 100%;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    background: linear-gradient(135deg, transparent 0%, rgba(255,255,255,0.1) 100%);
    width: 100%;
}.join-now4lX .study-sessions:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 45px rgba(0,0,0,0.1), 0 10px 20px rgba(0,0,0,0.05);
}.join-now4lX .study-sessions:hover h2::after {
    width: 120px;
}.join-now4lX svg {
    flex-shrink: 0;
    transform-origin: center;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 40px;
    height: 40px;
}.join-now4lX .study-sessions:hover svg {
    transform: scale(1.1) rotate(5deg);
}.join-now4lX svg path {
    fill: rgb(193,188,216);
    transition: fill 0.3s ease;
}.join-now4lX .study-sessions:hover svg path {
    fill: rgb(160,155,192);
}.join-now4lX .study-sessions > div {
    justify-content: center;
    display: flex;
    flex-grow: 1;
}.join-now4lX .help-message {
    position: relative;
    justify-content: center;
    z-index: 1;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(rgb(193,188,216,0.5), 0.3);
    background: linear-gradient(135deg, rgb(193,188,216) 0%, rgb(160,155,192) 100%);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
    font-size: 19px;
    font-family: Arial, sans-serif;
    display: inline-flex;
    letter-spacing: 0.5px;
    color: #ffffff;
    align-items: center;
    padding: 0.75rem 2rem;
    text-decoration: none;
    font-weight: 600;
    overflow: hidden;
}.join-now4lX .help-message::before {
    transition: left 0.6s ease;
    left: -100%;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    z-index: -1;
    top: 0;
    position: absolute;
    height: 100%;
    content: "";
}.join-now4lX .help-message::after {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -2;
    opacity: 0;
    transition: opacity 0.4s ease;
    content: "";
    left: 0;
    background: linear-gradient(135deg, rgb(160,155,192) 0%, rgb(193,188,216) 100%);
    top: 0;
}.join-now4lX .help-message:hover {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 6px 16px rgba(rgb(193,188,216,0.5), 0.4);
}.join-now4lX .help-message:hover::before {
    left: 100%;
}.join-now4lX .help-message:hover::after {
    opacity: 1;
}.join-now4lX .help-message:active {
    transform: translateY(1px) scale(0.98);
    box-shadow: 0 2px 8px rgba(rgb(193,188,216,0.5), 0.3);
}

@media (max-width: 768px) {.join-now4lX {
    padding: 4rem 0;
}.join-now4lX h2 {
    font-size: calc(31px * 0.85);
    margin-bottom: 2rem;
}.join-now4lX .study-sessions {
    padding: 1.5rem;
    gap: 1.5rem;
    flex-direction: column;
}.join-now4lX .help-message {
    width: 100%;
    padding: 0.75rem 1.5rem;
}.join-now4lX::after {
    width: 80%;
    height: 140%;
    right: -30%;
    top: -20%;
}
}

@media (max-width: 480px) {.join-now4lX {
    padding: 3rem 0;
}.join-now4lX h2 {
    font-size: calc(31px * 0.75);
}.join-now4lX .study-sessions {
    gap: 1rem;
    padding: 1.25rem;
}.join-now4lX svg {
    width: 32px;
    height: 32px;
}.join-now4lX h2::after {
    bottom: -10px;
    width: 60px;
}.join-now4lX .help-message {
    font-size: calc(19px * 0.9);
    padding: 0.6rem 1.25rem;
}}.privacy-lair {
    background-color: rgb(224,220,237);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.5);
    position: relative;
    color: #000000;
    font-family: Arial, sans-serif;
    overflow: hidden;
    line-height: 1.8;
    padding: 50px;
}.privacy-lair::before, .privacy-lair::after {
    position: absolute;
    border-radius: 50%;
    opacity: 0.3;
    content: '';
}.privacy-lair::before {
    background: rgb(193,188,216);
    top: -50px;
    height: 150px;
    right: -50px;
    width: 150px;
}.privacy-lair::after {
    left: -30px;
    bottom: -30px;
    width: 100px;
    height: 100px;
    background: rgb(160,155,192);
}.privacy-lair h1 {
    border-bottom: 3px solid rgb(193,188,216);
    font-size: 45px;
    padding-bottom: 15px;
    z-index: 1;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
    color: rgb(193,188,216);
}.privacy-lair h2 {
    margin-bottom: 20px;
    color: rgb(160,155,192);
    z-index: 1;
    position: relative;
    margin-top: 35px;
    font-weight: 600;
    font-size: 32px;
}.privacy-lair h3,
.privacy-lair h4,
.privacy-lair h5,
.privacy-lair h6 {
    color: rgb(193,188,216);
    position: relative;
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 400;
    z-index: 1;
}.privacy-lair h3 {
    font-size: calc(20px - 0.2rem);
}.privacy-lair h4 {
    font-size: 20px;
}.privacy-lair h5 {
    font-size: calc(20px - 0.2rem);
}.privacy-lair h6 {
    font-size: 17px;
}.privacy-lair ul {
    padding-left: 25px;
    list-style-type: disc;
    margin-top: 15px;
    position: relative;
    z-index: 1;
}.privacy-lair ol {
    margin-top: 15px;
    position: relative;
    list-style-type: decimal;
    z-index: 1;
    padding-left: 25px;
}.privacy-lair li {
    position: relative;
    margin-bottom: 15px;
    padding-left: 10px;
    border-left: 3px solid rgb(160,155,192);
    line-height: 1.7;
    z-index: 1;
}.privacy-lair li::marker {
    color: rgb(193,188,216);
    font-weight: 600;
}.privacy-lair div {
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
}.privacy-lair p {
    position: relative;
    z-index: 1;
    font-size: 13px;
    margin-bottom: 25px;
}.privacy-lair span {
    font-weight: 600;
    color: rgb(193,188,216);
}
@media only screen and (max-width: 800px) {.privacy-lair {
    padding: 25px;
    border-radius: 10px;
}.privacy-lair h1 {
    font-size: calc(20px - 0.5rem);
}.privacy-lair h2 {
    font-size: calc(20px - 0.4rem);
}.privacy-lair p {
    font-size: calc(13px - 0.2rem);
}}
.privacy-lair::before {
    width: 60px;
    height: 6px;
    display: block;
    content: '';
    margin-bottom: 25px;
    border-radius: 10px;
    background-color: rgb(193,188,216);
}.privacy-lair ul li::marker,
.privacy-lair ol li::marker {
    font-weight: 700;
    color: rgb(160,155,192);
}.privacy-lair h2 {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(to right, rgb(193,188,216), rgb(160,155,192));
    -webkit-background-clip: text !important;
}.privacy-lair section {
    border-top: 2px solid rgba(0, 0, 0, 0.5);
    padding-top: 25px;
    margin: 50px 0;
}.privacy-lair hr {
    background: rgba(0, 0, 0, 0.5);
    border: none;
    margin: 40px 0;
    height: 1px;
}header {
    z-index: 100;
    background: rgb(224,220,237);
    position: relative;
    padding: 1.2rem 0;
}header::before {
    content: '';
    left: 0;
    opacity: 0.5;
    background: linear-gradient(135deg, 
        rgb(193,188,216,0.5) 0%, 
        transparent 50%, 
        rgb(160,155,192,0.5) 100%);
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}header .container {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}header .site-start {
    padding: 1rem;
    border-radius: 29px;
    gap: 1rem;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    display: flex;
}header .header-wrap {
    position: relative;
    margin-bottom: 0.5rem;
    text-decoration: none;
    display: flex;
    padding: 0.5rem 1rem;
    justify-content: center;
}header .header-wrap::before {
    left: 0;
    background: linear-gradient(to right, 
        transparent, 
        rgb(193,188,216,0.5), 
        rgb(160,155,192,0.5), 
        rgb(193,188,216,0.5), 
        transparent);
    width: 100%;
    position: absolute;
    content: '';
    height: 1px;
    bottom: 0;
}header .header-wrap svg {
    height: auto;
    transition: all 0.3s ease;
    width: 160px;
}header .header-wrap:hover svg {
    filter: drop-shadow(0 2px 4px rgb(193,188,216,0.5));
    transform: translateY(-2px);
}header .site-navbar {
    width: 100%;
    background: rgb(224,220,237);
    display: flex;
    padding: 0.6rem;
    justify-content: center;
    gap: 0.4rem;
    flex-wrap: wrap;
    border-radius: 10px;
}header .top-info {
    font-size: 13px;
    font-family: Arial, sans-serif;
    position: relative;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.3s ease;
    z-index: 1;
    color: #000000;
    overflow: hidden;
    padding: 0.5rem 1rem;
    border-radius: 10px;
}header .top-info::before {
    width: 100%;
    content: '';
    left: 0;
    height: 100%;
    transition: opacity 0.3s ease;
    z-index: -1;
    background: linear-gradient(135deg, rgb(193,188,216), rgb(160,155,192));
    opacity: 0;
    top: 0;
    position: absolute;
}header .top-info:hover {
    color: #ffffff;
}header .top-info:hover::before {
    opacity: 1;
}header .top-info::after {
    left: 0;
    transform-origin: left;
    content: '';
    transition: transform 0.3s ease;
    transform: scaleX(0);
    bottom: 0;
    height: 2px;
    background: linear-gradient(to right, rgb(193,188,216), rgb(160,155,192));
    position: absolute;
    width: 100%;
}header .top-info:hover::after {
    transform: scaleX(1);
}

@media (max-width: 991px) {header {
    padding: 1rem 0;
}header .site-start {
    gap: 0.8rem;
    padding: 0.8rem;
}header .header-wrap svg {
    width: 140px;
}header .site-navbar {
    padding: 0.5rem;
}header .top-info {
    font-size: calc(13px - 1px);
    padding: 0.4rem 0.8rem;
}
}

@media (max-width: 767px) {header {
    padding: 0.8rem 0;
}header .site-start {
    gap: 0.7rem;
    padding: 0.7rem;
}header .header-wrap svg {
    width: 120px;
}header .site-navbar {
    gap: 0.3rem;
    padding: 0.4rem;
}header .top-info {
    font-size: calc(13px - 2px);
    padding: 0.3rem 0.7rem;
}
}

@media (max-width: 480px) {header {
    padding: 0.7rem 0;
}header .site-start {
    padding: 0.6rem;
    gap: 0.6rem;
}header .header-wrap svg {
    width: 110px;
}header .site-navbar {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding: 0.4rem;
}header .site-navbar::-webkit-scrollbar {
    height: 2px;
}header .site-navbar::-webkit-scrollbar-thumb {
    background: rgb(193,188,216);
    border-radius: 10px;
}header .top-info {
    white-space: nowrap;
    flex-shrink: 0;
}}.educational-yield {
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, rgb(224,220,237) 0%, rgba(255,255,255,0.98) 70%);
    overflow: hidden;
    position: relative;
    padding: 5rem 1.5rem;
}.educational-yield::before {
    content: "";
    filter: blur(30px);
    background: linear-gradient(220deg, rgb(193,188,216,0.5) 10%, transparent 70%);
    top: -10%;
    opacity: 0.2;
    width: 25rem;
    right: -5%;
    transform: rotate(-15deg);
    height: 25rem;
    border-radius: 40% 60% 70% 30%;
    animation: float 18s infinite ease-in-out;
    z-index: 0;
    position: absolute;
}.educational-yield::after {
    transform: rotate(25deg);
    position: absolute;
    animation: float 15s infinite ease-in-out reverse;
    content: "";
    width: 20rem;
    left: -5%;
    bottom: -15%;
    border-radius: 60% 40% 30% 70%;
    height: 20rem;
    z-index: 0;
    filter: blur(35px);
    opacity: 0.15;
    background: linear-gradient(40deg, rgb(160,155,192,0.5) 15%, transparent 75%);
}.educational-yield h5 {
    font-weight: 600;
    z-index: 2;
    position: relative;
    transform: perspective(1000px) translateZ(0);
    color: #000000;
    font-size: 18px;
    text-align: center;
    margin-bottom: 3.5rem;
}.educational-yield h5::after {
    border-radius: 10px;
    bottom: -0.8rem;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    position: absolute;
    height: 3px;
    background: linear-gradient(90deg, transparent, rgb(193,188,216), transparent);
    width: 4rem;
}.educational-yield .container {
    z-index: 2;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.educational-yield .study-sessions {
    flex-direction: column;
    gap: 2.5rem;
    border: 1px solid rgba(255, 255, 255, 0.9);
    display: flex;
    padding: 2.5rem 1.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 5px rgba(0, 0, 0, 0.03);
    border-radius: 4px;
    align-items: center;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}.educational-yield .study-sessions:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08), 
                0 2px 10px rgba(0, 0, 0, 0.05);
}.educational-yield .thumbnail-img {
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    border-radius: 3px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.07);
    max-width: 480px;
    width: 100%;
    object-fit: cover;
    height: auto;
    transform: perspective(1000px) rotateY(-2deg);
}.educational-yield .study-sessions:hover .thumbnail-img {
    transform: perspective(1000px) rotateY(0);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}.educational-yield .text-pill-wrap {
    width: 100%;
}.educational-yield ul {
    margin: 0;
    grid-template-columns: 1fr;
    padding: 0;
    list-style: none;
    gap: 1.25rem;
    display: grid;
}.educational-yield li {
    position: relative;
    transform: translateX(0);
    transition: transform 0.3s ease, background 0.3s ease, border-left 0.3s ease;
    border-left: 2px solid rgb(193,188,216,0.5);
    background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.03), transparent);
    padding: 0.8rem 1rem 0.8rem 3.2rem;
}.educational-yield li:hover {
    transform: translateX(5px);
    background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.05), transparent);
    border-left: 2px solid rgb(193,188,216);
}.educational-yield li:nth-child(odd) {
    background: linear-gradient(to right, rgba(var(--secondary-color-rgb), 0.02), transparent);
    border-left: 2px solid rgb(160,155,192,0.5);
}.educational-yield li:nth-child(odd):hover {
    background: linear-gradient(to right, rgba(var(--secondary-color-rgb), 0.04), transparent);
    border-left: 2px solid rgb(160,155,192);
}.educational-yield li div,
.educational-yield li p {
    margin: 0;
    line-height: 1.5;
    color: #000000;
    position: relative;
    font-size: 13px;
}.educational-yield li svg {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    height: 1.5rem;
    top: 0;
    left: -2.3rem;
    transform: translateY(0);
    width: 1.5rem;
    position: absolute;
}.educational-yield li:hover svg {
    transform: translateY(-3px);
}.educational-yield svg path {
    transition: fill 0.3s ease;
    fill: rgb(193,188,216);
}.educational-yield li:nth-child(odd) svg path {
    fill: rgb(160,155,192);
}.educational-yield li:first-child {
    animation: fadeInUp 0.6s 0.1s both;
}.educational-yield li:nth-child(2) {
    animation: fadeInUp 0.6s 0.2s both;
}.educational-yield li:nth-child(3) {
    animation: fadeInUp 0.6s 0.3s both;
}.educational-yield li:nth-child(4) {
    animation: fadeInUp 0.6s 0.4s both;
}.educational-yield li:nth-child(5) {
    animation: fadeInUp 0.6s 0.5s both;
}

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

@keyframes float {
    0%, 100% {
        transform: translate(0, 0) rotate(-15deg);
    }
    25% {
        transform: translate(-10px, 15px) rotate(-5deg);
    }
    50% {
        transform: translate(10px, 30px) rotate(0deg);
    }
    75% {
        transform: translate(20px, 15px) rotate(-10deg);
    }
}

@media (min-width: 768px) {.educational-yield {
    padding: 6rem 2rem;
}.educational-yield h5 {
    margin-bottom: 4rem;
    font-size: calc(18px * 1.1);
}.educational-yield .study-sessions {
    padding: 3rem;
    flex-direction: row;
    gap: 3rem;
}.educational-yield ul {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 992px) {.educational-yield {
    padding: 8rem 3rem;
}.educational-yield .study-sessions {
    gap: 4rem;
}.educational-yield .thumbnail-img {
    max-width: 45%;
}.educational-yield .text-pill-wrap {
    max-width: 55%;
}.educational-yield h5::after {
    width: 6rem;
}
}

@media (max-width: 767px) {.educational-yield li p {
    font-size: calc(13px * 0.95);
}.educational-yield h5 {
    padding: 0 1rem;
    font-size: calc(18px * 0.9);
}.educational-yield li {
    padding: 0.7rem 0.8rem 0.7rem 3rem;
}}.learning-process {
    position: relative;
    padding: 8rem 2rem;
    background: linear-gradient(135deg, rgb(224,220,237) 0%, rgb(193,188,216,0.5) 100%);
    overflow: hidden;
}.learning-process::before {
    opacity: 0.15;
    left: 0;
    background-size: 50px 50px;
    width: 100%;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(160,155,192,0.5) 48%, rgb(160,155,192,0.5) 52%, transparent 52%),
        linear-gradient(135deg, transparent 48%, rgb(160,155,192,0.5) 48%, rgb(160,155,192,0.5) 52%, transparent 52%);
    content: "";
    top: 0;
    height: 100%;
    position: absolute;
    z-index: 1;
}.learning-process::after {
    z-index: 0;
    height: 80%;
    content: "";
    filter: blur(100px);
    border-radius: 50%;
    animation: floatBlob 20s infinite alternate ease-in-out;
    background: rgb(193,188,216,0.5);
    right: -10%;
    top: -10%;
    width: 80%;
    position: absolute;
    opacity: 0.2;
}.learning-process .study-sessions {
    margin: 0 auto;
    position: relative;
    max-width: 900px;
    z-index: 2;
    display: flex;
    gap: 3rem;
    flex-direction: column;
}.learning-process h3 {
    text-align: center;
    padding: 2rem;
    color: #000000;
    border-radius: 12px;
    transform: rotate(-1deg);
    background: #ffffff;
    position: relative;
    animation: paperCut 0.8s ease-out forwards;
    font-size: 38px;
    margin: 0;
    font-weight: 700;
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.1),
        -5px -5px 10px rgba(255, 255, 255, 0.8);
}.learning-process h3::before {
    position: absolute;
    content: "";
    border: 2px dashed rgb(193,188,216,0.5);
    right: 5px;
    border-radius: calc(12px - 4px);
    bottom: 5px;
    left: 5px;
    z-index: -1;
    opacity: 0.6;
    top: 5px;
}.learning-process h3::after {
    height: 16px;
    content: "";
    left: 15%;
    transform: rotate(1deg);
    top: -8px;
    background: rgb(160,155,192,0.5);
    position: absolute;
    border-radius: 8px;
    z-index: -2;
    width: 70%;
}.learning-process span {
    line-height: 1.8;
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.1),
        -5px -5px 10px rgba(255, 255, 255, 0.8);
    position: relative;
    padding: 2rem;
    border-radius: 12px;
    font-size: 13px;
    transform: rotate(1deg);
    animation: paperCut 1s 0.3s ease-out forwards;
    opacity: 0;
    background: #ffffff;
    color: #000000;
}.learning-process span::before {
    bottom: 5px;
    right: 5px;
    z-index: -1;
    border: 2px dashed rgb(160,155,192,0.5);
    left: 5px;
    opacity: 0.6;
    content: "";
    border-radius: calc(12px - 4px);
    top: 5px;
    position: absolute;
}.learning-process span::after {
    content: "";
    transform: rotate(-1deg);
    height: 16px;
    width: 70%;
    border-radius: 8px;
    position: absolute;
    right: 15%;
    background: rgb(193,188,216,0.5);
    bottom: -8px;
    z-index: -2;
}

@keyframes paperCut {
    0% {
        opacity: 0;
        transform: translateY(30px) rotate(-2deg);
    }
    60% {
        opacity: 1;
        transform: translateY(-10px) rotate(2deg);
    }
    80% {
        transform: translateY(5px) rotate(-1deg);
    }
    100% {
        opacity: 1;
        transform: translateY(0) rotate(var(--rotation, 1deg));
    }
}

@keyframes floatBlob {
    0% {
        transform: translate(0, 0) scale(1);
    }
    100% {
        transform: translate(-10%, 10%) scale(1.1);
    }
}

@media (max-width: 992px) {.learning-process {
    padding: 6rem 1.5rem;
}.learning-process h3 {
    padding: 1.8rem;
    font-size: calc(38px * 0.9);
}.learning-process span {
    padding: 1.8rem;
}.learning-process h3::after {
    height: 12px;
    top: -6px;
}.learning-process span::after {
    height: 12px;
    bottom: -6px;
}.learning-process .study-sessions {
    gap: 2.5rem;
}
}

@media (max-width: 768px) {.learning-process {
    padding: 5rem 1rem;
}.learning-process h3 {
    padding: 1.5rem;
    --rotation: 0deg;
    transform: rotate(0deg);
    font-size: calc(38px * 0.8);
}.learning-process span {
    --rotation: 0deg;
    transform: rotate(0deg);
    padding: 1.5rem;
    font-size: calc(13px * 0.95);
}.learning-process .study-sessions {
    gap: 2rem;
}.learning-process h3::after,
    .learning-process span::after {
    transform: rotate(0deg);
    width: 80%;
    right: 10%;
    left: 10%;
}}.training-zone {
    padding: 0;
    color: #ffffff;
    font-family: Arial, sans-serif;
    background-color: rgb(160,155,192);
    position: relative;
}.training-zone .container {
    position: relative;
    z-index: 2;
}.training-zone .netiquette {
    flex-direction: column;
    display: flex;
}.training-zone .send-request {
    display: grid;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    background-color: rgb(193,188,216);
    margin-bottom: -2rem;
    grid-template-columns: repeat(4, 1fr);
    padding: 3rem 1.5rem 5rem;
    z-index: 3;
}.training-zone .send-request::before {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: -1;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.03) 10px,
        rgba(255, 255, 255, 0.03) 20px
    );
    content: '';
}.training-zone .info_item {
    transition: transform 0.3s ease;
    padding: 0.5rem 1rem;
    position: relative;
}.training-zone .info_item:hover {
    transform: translateX(10px);
}.training-zone .info_item p,
.training-zone .info_item a {
    text-decoration: none;
    gap: 0.75rem;
    font-size: 15px;
    align-items: center;
    transition: all 0.3s ease;
    color: #ffffff;
    display: flex;
}.training-zone .info_item svg {
    transition: transform 0.3s ease;
    height: 20px;
    fill: #ffffff;
    width: 20px;
}.training-zone .info_item:hover svg {
    transform: scale(1.2);
}.training-zone .text_main_holder {
    gap: 0;
    position: relative;
    grid-template-columns: 1fr 1.5fr 1fr;
    z-index: 2;
    display: grid;
}.training-zone .top-lead {
    gap: 1.5rem;
    padding: 4rem 2rem 3rem;
    background-color: rgb(160,155,192);
    position: relative;
    display: flex;
    clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
    z-index: 4;
    flex-direction: column;
}.training-zone .top-lead svg {
    filter: brightness(0) invert(1);
    max-width: 150px;
    transition: all 0.3s ease;
    height: auto;
}.training-zone .top-lead:hover svg {
    transform: scale(1.05);
}.training-zone .gdpr-block {
    color: #ffffff;
    line-height: 1.6;
    font-size: 13px;
    opacity: 0.9;
}.training-zone .site-navbar {
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
    flex-direction: column;
    display: flex;
    position: relative;
    background-color: #000000;
    padding: 5rem 2rem 3rem;
    z-index: 2;
    gap: 2rem;
}.training-zone .site-navbar::before {
    width: 100%;
    height: 100%;
    top: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, transparent 100%);
    z-index: -1;
    position: absolute;
    left: 0;
    content: '';
}.training-zone .site-navbar h5 {
    margin-bottom: 1.5rem;
    color: #ffffff;
    position: relative;
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
}.training-zone .site-navbar h5::after {
    left: 0;
    height: 3px;
    bottom: -0.5rem;
    width: 40px;
    position: absolute;
    background-color: rgb(193,188,216);
    content: '';
}.training-zone .nav-mainwrap {
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
}.training-zone .nav-mainwrap:not(:last-child) {
    margin-bottom: 1rem;
}.training-zone .nav-mainwrap a {
    opacity: 0.8;
    color: #ffffff;
    position: relative;
    padding: 0.5rem 0;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 15px;
}.training-zone .nav-mainwrap a::before {
    bottom: 0;
    transition: width 0.3s ease;
    height: 2px;
    content: '';
    left: 0;
    background-color: rgb(193,188,216);
    position: absolute;
    width: 0;
}.training-zone .nav-mainwrap a:hover {
    opacity: 1;
    padding-left: 10px;
}.training-zone .nav-mainwrap a:hover::before {
    width: 30px;
}.training-zone .subscribe_holder {
    background-color: rgb(160,155,192);
    position: relative;
    z-index: 3;
    display: flex;
    gap: 1.5rem;
    flex-direction: column;
    padding: 4rem 2rem 3rem;
}.training-zone .subscribe_holder::before {
    z-index: -1;
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(0, 0, 0, 0.05) 10px,
        rgba(0, 0, 0, 0.05) 20px
    );
    content: '';
    top: 0;
}.training-zone .subscribe_holder h5 {
    margin-bottom: 1rem;
    color: #ffffff;
    font-weight: 600;
    font-size: 18px;
}.training-zone .subscribe_holder p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 1rem;
    opacity: 0.9;
    color: #ffffff;
}.training-zone .input_holder {
    flex-direction: column;
    gap: 1rem;
    display: flex;
}.training-zone .input_holder input[type="email"] {
    color: #ffffff;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 15px;
    padding: 1rem 1.25rem;
    transition: all 0.3s ease;
}.training-zone .input_holder input[type="email"]:focus {
    border-color: rgba(255, 255, 255, 0.3);
    background-color: rgba(255, 255, 255, 0.2);
    outline: none;
}.training-zone .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}.training-zone .join-nowTeS1 {
    background-color: rgb(193,188,216);
    border: none;
    padding: 1rem 1.25rem;
    color: #ffffff;
    position: relative;
    transition: all 0.3s ease;
    font-weight: 600;
    border-radius: 10px;
    cursor: pointer;
    overflow: hidden;
    font-size: 19px;
}.training-zone .join-nowTeS1::before {
    transition: left 0.5s ease;
    height: 100%;
    top: 0;
    left: -100%;
    content: '';
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    position: absolute;
    width: 100%;
}.training-zone .join-nowTeS1:hover {
    background-color: rgb(193,188,216,0.5);
}.training-zone .join-nowTeS1:hover::before {
    left: 100%;
}.training-zone .collab-net {
    clip-path: polygon(0 30%, 100% 0, 100% 100%, 0 100%);
    text-align: center;
    z-index: 1;
    margin-top: 0;
    padding: 6rem 0 2rem;
    background-color: rgb(160,155,192);
    position: relative;
}.training-zone .collab-net::before {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, transparent 70%);
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    content: '';
}.training-zone .knowl-base {
    color: #ffffff;
    opacity: 0.7;
    font-size: 13px;
}

@media (max-width: 1200px) {.training-zone .send-request {
    gap: 1.5rem;
    grid-template-columns: repeat(2, 1fr);
}.training-zone .text_main_holder {
    grid-template-columns: 1fr 1.5fr;
}.training-zone .subscribe_holder {
    grid-column: 1 / -1;
}
}

@media (max-width: 991px) {.training-zone .text_main_holder {
    grid-template-columns: 1fr;
}.training-zone .top-lead,
    .training-zone .site-navbar,
    .training-zone .subscribe_holder {
    clip-path: none;
}.training-zone .site-navbar {
    padding: 3rem 2rem;
}.training-zone .top-lead {
    align-items: center;
    text-align: center;
    padding: 3rem 2rem;
}.training-zone .subscribe_holder {
    padding: 3rem 2rem;
}.training-zone .collab-net {
    padding: 3rem 0 2rem;
    clip-path: none;
}
}

@media (max-width: 768px) {.training-zone .send-request {
    grid-template-columns: 1fr;
    clip-path: none;
    margin-bottom: 0;
    padding: 2.5rem 1.5rem 3rem;
}.training-zone .nav-mainwrap {
    grid-template-columns: 1fr;
}.training-zone .site-navbar h5,
    .training-zone .subscribe_holder h5 {
    text-align: center;
    display: block;
}.training-zone .site-navbar h5::after {
    transform: translateX(-50%);
    left: 50%;
}.training-zone .subscribe_holder p {
    text-align: center;
}
}

@media (max-width: 576px) {.training-zone .top-lead,
    .training-zone .site-navbar,
    .training-zone .subscribe_holder {
    padding: 2.5rem 1.5rem;
}.training-zone .collab-net {
    padding: 2.5rem 0 1.5rem;
}.training-zone .info_item {
    padding: 0.5rem 0;
}.training-zone .info_item p,
    .training-zone .info_item a {
    justify-content: center;
}}.academic-experience {
    background-color: rgb(224,220,237);
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
}.academic-experience::before {
    top: 0;
    content: "";
    bottom: 0;
    opacity: 0.6;
    background-size: 30px 30px;
    left: 0;
    right: 0;
    z-index: 1;
    position: absolute;
    background: 
        linear-gradient(135deg, rgba(255,255,255,0.05) 25%, transparent 25%) 0 0,
        linear-gradient(225deg, rgba(255,255,255,0.05) 25%, transparent 25%) 0 0,
        linear-gradient(315deg, rgba(255,255,255,0.05) 25%, transparent 25%) 0 0,
        linear-gradient(45deg, rgba(255,255,255,0.05) 25%, transparent 25%) 0 0;
}.academic-experience .container {
    margin: 0 auto;
    padding: 0 2rem;
    max-width: 1200px;
    z-index: 2;
    position: relative;
}.academic-experience .learner-voices {
    grid-template-columns: 1fr;
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.1),
        -20px -20px 60px rgba(255, 255, 255, 0.5),
        inset 5px 5px 10px rgba(255, 255, 255, 0.5),
        inset -5px -5px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    background: linear-gradient(145deg, #ffffff, rgb(224,220,237));
    gap: 2rem;
    border-radius: 16px;
    padding: 3rem;
    display: grid;
    transform: perspective(1000px) rotateX(2deg);
}.academic-experience .learner-voices:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-10px);
    box-shadow: 
        25px 25px 70px rgba(0, 0, 0, 0.12),
        -25px -25px 70px rgba(255, 255, 255, 0.6),
        inset 5px 5px 10px rgba(255, 255, 255, 0.5),
        inset -5px -5px 10px rgba(0, 0, 0, 0.05);
}.academic-experience .thumbnail-img {
    border-radius: 16px;
    width: 150px;
    margin: 0 auto;
    box-shadow: 
        8px 8px 16px rgba(0, 0, 0, 0.15),
        -8px -8px 16px rgba(255, 255, 255, 0.7),
        inset 2px 2px 4px rgba(255, 255, 255, 0.25),
        inset -2px -2px 4px rgba(0, 0, 0, 0.1);
    transform: translateZ(30px);
    height: 150px;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}.academic-experience .learner-voices:hover .thumbnail-img {
    transform: translateZ(50px) scale(1.05);
}.academic-experience .name {
    font-size: calc(22px * 1.1);
    margin-bottom: 0.5rem;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.02em;
    transform: translateZ(20px);
    color: rgb(193,188,216);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}.academic-experience .learner-voices:hover .name {
    transform: translateZ(30px);
}.academic-experience .learner-voices div:nth-child(2) div {
    text-align: center;
    font-size: calc(12px * 0.95);
    font-weight: 600;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) 0.05s;
    color: rgb(160,155,192);
    transform: translateZ(15px);
    margin-bottom: 1rem;
}.academic-experience .learner-voices:hover div:nth-child(2) div {
    transform: translateZ(25px);
}.academic-experience .job-achievements {
    color: #000000;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) 0.1s;
    padding: 2rem;
    box-shadow: 
        6px 6px 12px rgba(0, 0, 0, 0.08),
        -6px -6px 12px rgba(255, 255, 255, 0.5),
        inset 1px 1px 2px rgba(255, 255, 255, 0.3),
        inset -1px -1px 2px rgba(0, 0, 0, 0.05);
    background: linear-gradient(145deg, rgba(255,255,255,0.65), rgba(255,255,255,0.35));
    font-size: 12px;
    backdrop-filter: blur(5px);
    position: relative;
    border-radius: 12px;
    line-height: 1.7;
    transform: translateZ(10px);
}.academic-experience .learner-voices:hover .job-achievements {
    box-shadow: 
        8px 8px 16px rgba(0, 0, 0, 0.1),
        -8px -8px 16px rgba(255, 255, 255, 0.6),
        inset 1px 1px 2px rgba(255, 255, 255, 0.3),
        inset -1px -1px 2px rgba(0, 0, 0, 0.05);
    transform: translateZ(20px);
}.academic-experience .job-achievements::before {
    top: -1.5rem;
    font-family: serif;
    left: 1rem;
    transition: all 0.4s ease;
    line-height: 1;
    opacity: 0.3;
    color: rgb(193,188,216,0.5);
    content: "";
    font-size: 5rem;
    position: absolute;
}.academic-experience .learner-voices:hover .job-achievements::before {
    transform: scale(1.1) translateY(-5px);
    opacity: 0.5;
}

@media (min-width: 768px) {.academic-experience {
    padding: 8rem 0;
}.academic-experience .learner-voices {
    align-items: center;
    grid-template-columns: auto 1fr 2fr;
    gap: 3rem;
    padding: 4rem;
}.academic-experience .thumbnail-img {
    width: 180px;
    margin: 0;
    height: 180px;
}.academic-experience .name {
    font-size: calc(22px * 1.2);
    text-align: left;
}.academic-experience .learner-voices div:nth-child(2) div {
    text-align: left;
    font-size: 12px;
}.academic-experience .job-achievements {
    line-height: 1.8;
    font-size: calc(12px * 1.05);
}
}

@media (min-width: 1200px) {.academic-experience {
    padding: 10rem 0;
}.academic-experience .container {
    padding: 0 3rem;
}.academic-experience .learner-voices {
    padding: 5rem;
    gap: 4rem;
}.academic-experience .thumbnail-img {
    width: 220px;
    height: 220px;
}.academic-experience .name {
    font-size: calc(22px * 1.3);
    margin-bottom: 0.75rem;
}.academic-experience .learner-voices div:nth-child(2) div {
    font-size: calc(12px * 1.05);
    margin-bottom: 1.5rem;
}.academic-experience .job-achievements {
    line-height: 1.9;
    font-size: calc(12px * 1.1);
    padding: 2.5rem;
}
}

@media (max-width: 767px) {.academic-experience .learner-voices {
    padding: 2.5rem 1.5rem;
}.academic-experience .thumbnail-img {
    width: 120px;
    height: 120px;
}.academic-experience .name {
    margin-top: 1rem;
}.academic-experience .job-achievements {
    padding: 1.5rem;
}}.statistical-details {
    isolation: isolate;
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    color: #ffffff;
}.statistical-details::before {
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.92;
    z-index: -2;
    content: '';
    background-color: #000000;
    position: absolute;
    height: 100%;
}.statistical-details::after {
    height: 100%;
    opacity: 0.4;
    width: 100%;
    background: radial-gradient(circle at 20% 30%, rgb(193,188,216,0.5) 0%, transparent 40%),
                radial-gradient(circle at 80% 70%, rgb(160,155,192,0.5) 0%, transparent 50%);
    z-index: -1;
    top: 0;
    content: '';
    position: absolute;
    left: 0;
}.statistical-details .container {
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1400px;
}.statistical-details .value-statistics {
    display: grid;
    grid-template-areas:
        "header minisvg"
        "description description"
        "items items";
    position: relative;
    margin: 0 auto;
    grid-template-rows: auto auto auto;
    gap: 30px;
    grid-template-columns: 3fr 1fr;
    z-index: 1;
}.statistical-details .success-statistics {
    align-items: flex-start;
    grid-area: minisvg;
    justify-content: flex-end;
    display: flex;
}.statistical-details .success-statistics svg {
    height: 80px;
    fill: rgb(193,188,216);
    animation: pulse 3s infinite alternate ease-in-out;
    filter: drop-shadow(0 0 12px rgb(193,188,216,0.5));
    width: 80px;
}.statistical-details .success-statistics svg path {
    stroke: #ffffff;
    stroke-width: 0.5;
    fill: rgb(193,188,216);
}.statistical-details .study-edge {
    align-items: center;
    font-weight: 700;
    grid-area: header;
    font-size: 32px;
    color: #ffffff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    letter-spacing: 1px;
    position: relative;
    margin: 0;
    display: flex;
}.statistical-details .top-gain {
    grid-area: description;
    font-size: 15px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.01));
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    line-height: 1.7;
    color: #ffffff;
    text-align: center;
    position: relative;
    border-radius: 12px;
    backdrop-filter: blur(5px);
    max-width: 85%;
    padding: 20px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    opacity: 0.9;
    margin: 0 auto;
}.statistical-details .top-gain::before {
    border: 1px solid rgb(193,188,216,0.5);
    right: -60px;
    content: '';
    top: -60px;
    position: absolute;
    opacity: 0.6;
    border-radius: 50%;
    animation: rotate 60s linear infinite;
    height: 120px;
    width: 120px;
}.statistical-details .top-gain::after {
    left: -40px;
    bottom: -40px;
    position: absolute;
    width: 80px;
    animation: rotate 40s linear infinite reverse;
    height: 80px;
    content: '';
    opacity: 0.6;
    border: 1px solid rgb(160,155,192,0.5);
    border-radius: 50%;
}.statistical-details .value-elevation {
    flex-wrap: wrap;
    position: relative;
    justify-content: center;
    gap: 20px;
    display: flex;
    padding-top: 40px;
    grid-area: items;
}.statistical-details .value-elevation::before {
    position: absolute;
    left: 50%;
    height: 1px;
    content: '';
    background: linear-gradient(to right, transparent, #ffffff, transparent);
    transform: translateX(-50%);
    opacity: 0.5;
    top: 0;
    width: 90%;
}.statistical-details .knowledge-upgrade {
    transform-style: preserve-3d;
    max-width: 280px;
    position: relative;
    height: 220px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    perspective: 1000px;
    flex: 1 1 200px;
    min-width: 220px;
}.statistical-details .knowledge-upgrade:hover {
    z-index: 2;
    transform: translateY(-10px) rotate3d(1, 2, 0, 5deg);
}.statistical-details .stat_item_inner {
    display: flex;
    height: 100%;
    flex-direction: column;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    align-items: center;
    width: 100%;
    padding: 20px;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    transition: transform 0.4s ease;
    position: relative;
    justify-content: center;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02));
    overflow: hidden;
    border-radius: 12px;
    backdrop-filter: blur(5px);
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    text-align: center;
}.statistical-details .knowledge-upgrade::before,
.statistical-details .knowledge-upgrade::after {
    position: absolute;
    transition: all 0.5s ease;
    z-index: -1;
    border-radius: 50%;
    opacity: 0;
    content: '';
    background: rgb(193,188,216,0.5);
}.statistical-details .knowledge-upgrade::before {
    width: 120px;
    top: -60px;
    height: 120px;
    right: -60px;
}.statistical-details .knowledge-upgrade::after {
    width: 100px;
    background: rgb(160,155,192,0.5);
    left: -50px;
    bottom: -50px;
    height: 100px;
}.statistical-details .knowledge-upgrade:hover::before,
.statistical-details .knowledge-upgrade:hover::after {
    opacity: 0.2;
}.statistical-details .statistics-benefits {
    margin-bottom: 15px;
    position: relative;
}.statistical-details .statistics-benefits::after {
    border-radius: 50%;
    transform: translate(-50%, -50%);
    height: 40px;
    background: rgb(193,188,216,0.5);
    opacity: 0.5;
    content: '';
    filter: blur(15px);
    position: absolute;
    width: 40px;
    left: 50%;
    z-index: -1;
    top: 50%;
}.statistical-details .statistics-benefits svg {
    position: relative;
    z-index: 1;
    transition: transform 0.3s ease;
    fill: rgb(193,188,216);
    width: 45px;
    height: 45px;
}.statistical-details .statistics-benefits svg path {
    stroke-width: 0.5;
    stroke: #ffffff;
    fill: rgb(193,188,216);
}.statistical-details .knowledge-upgrade:hover .statistics-benefits svg {
    transform: scale(1.1);
}.statistical-details .knowledge-upgrade span {
    background-clip: text !important;
    text-fill-color: transparent;
    position: relative;
    -webkit-background-clip: text !important;
    font-size: calc(32px * 1.1);
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(to right, #ffffff, rgb(160,155,192));
}.statistical-details .knowledge-upgrade p {
    max-width: 90%;
    margin: 0;
    line-height: 1.4;
    opacity: 0.9;
    color: #ffffff;
    font-size: 15px;
}.statistical-details .stat_item_inner::before {
    border-radius: calc(12px + 2px);
    left: -2px;
    content: '';
    background: linear-gradient(45deg, transparent, rgb(193,188,216,0.5), transparent);
    top: -2px;
    transition: opacity 0.4s ease;
    position: absolute;
    right: -2px;
    z-index: -1;
    bottom: -2px;
    opacity: 0;
}.statistical-details .knowledge-upgrade:hover .stat_item_inner::before {
    opacity: 1;
}.statistical-details .stat_item_inner::after {
    transform: translateY(-100%);
    height: 30%;
    width: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    animation: shine 3s infinite;
    background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.05), transparent);
    transition: opacity 0.3s ease;
    top: 0;
    content: '';
}.statistical-details .knowledge-upgrade:hover .stat_item_inner::after {
    opacity: 1;
}.statistical-details .study-edge::before {
    border-radius: 2px;
    position: absolute;
    bottom: -10px;
    background: rgb(193,188,216);
    width: 50px;
    content: '';
    left: 0;
    height: 3px;
}.statistical-details .study-edge::after {
    border-radius: 2px;
    content: '';
    position: absolute;
    background: rgb(160,155,192);
    width: 20px;
    left: 60px;
    height: 3px;
    bottom: -10px;
}.statistical-details::before {
    opacity: 0.3;
    background-position: center center;
    background-size: 20px 20px;
    background-image: 
        linear-gradient(to right, #000000 1px, transparent 1px),
        linear-gradient(to bottom, #000000 1px, transparent 1px);
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.8;
    }
    50% {
        transform: scale(1.05);
        opacity: 1;
    }
}

@keyframes shine {
    0% {
        transform: translateY(-100%) rotate(30deg);
    }
    100% {
        transform: translateY(200%) rotate(30deg);
    }
}

@media screen and (max-width: 1200px) {.statistical-details .knowledge-upgrade {
    min-width: 200px;
    flex: 1 1 180px;
    height: 200px;
}
}

@media screen and (max-width: 992px) {.statistical-details {
    padding: 100px 0;
}.statistical-details .value-statistics {
    grid-template-areas:
            "minisvg"
            "header"
            "description"
            "lesson-track";
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
}.statistical-details .success-statistics {
    margin-bottom: 20px;
    justify-content: center;
}.statistical-details .study-edge {
    justify-content: center;
    text-align: center;
}.statistical-details .study-edge::before,
    .statistical-details .study-edge::after {
    left: 50%;
}.statistical-details .study-edge::before {
    transform: translateX(calc(-50% - 10px));
}.statistical-details .study-edge::after {
    transform: translateX(calc(-50% + 30px));
}.statistical-details .top-gain {
    max-width: 90%;
}
}

@media screen and (max-width: 768px) {.statistical-details {
    padding: 80px 0;
}.statistical-details .study-edge {
    font-size: calc(32px * 0.9);
}.statistical-details .top-gain {
    max-width: 95%;
    padding: 15px;
    font-size: calc(15px * 0.95);
}.statistical-details .knowledge-upgrade {
    min-width: 170px;
    height: 190px;
    flex: 1 1 170px;
}.statistical-details .knowledge-upgrade span {
    font-size: 32px;
}.statistical-details .knowledge-upgrade p {
    font-size: calc(15px * 0.9);
}
}

@media screen and (max-width: 576px) {.statistical-details {
    padding: 60px 0;
}.statistical-details .success-statistics svg {
    height: 60px;
    width: 60px;
}.statistical-details .top-gain {
    max-width: 100%;
    padding: 15px 10px;
}.statistical-details .knowledge-upgrade {
    aspect-ratio: 16/9;
    min-width: 100%;
    height: auto;
    flex: 1 1 100%;
}.statistical-details .value-elevation {
    flex-direction: column;
}}

.statistical-details .knowledge-upgrade:nth-child(1) {
    transform: translateY(-5px);
}.statistical-details .knowledge-upgrade:nth-child(2) {
    transform: translateY(5px);
}.statistical-details .knowledge-upgrade:nth-child(3) {
    transform: translateY(-8px);
}.statistical-details .knowledge-upgrade:nth-child(4) {
    transform: translateY(8px);
}.statistical-details .knowledge-upgrade:hover {
    transform: translateY(-10px) rotate3d(1, 2, 0, 5deg);
}.statistical-details .container::before {
    opacity: 0.3;
    animation: rotate 30s linear infinite;
    position: absolute;
    content: '';
    top: -30px;
    width: 60px;
    border-radius: 10px;
    height: 60px;
    border: 1px solid rgb(160,155,192,0.5);
    right: -30px;
}.statistical-details .container::after {
    opacity: 0.3;
    position: absolute;
    width: 40px;
    animation: rotate 25s linear infinite reverse;
    border: 1px solid rgb(193,188,216,0.5);
    content: '';
    left: -20px;
    height: 40px;
    transform: rotate(45deg);
    bottom: -20px;
}#panelPrivacyNotice {
    display: none;
}#panelPrivacyNotice:checked ~ .policyAgreementPanel {
    visibility: hidden;
    opacity: 0;
}.policyAgreementPanel {
    bottom: 0;
    background: rgb(160,155,192);
    border-top: 3px solid rgb(193,188,216);
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.5);
    position: fixed;
    z-index: 90;
    width: 100%;
    padding: 20px 0;
    font-family: Arial, sans-serif;
}.visitor-confirm {
    border: 2px dashed rgb(193,188,216);
    align-items: center;
    border-radius: 26px;
    gap: 20px;
    display: flex;
    padding: 20px 5%;
    justify-content: space-between;
    background: rgba(0, 0, 0, 0.5);
}.policyAgreementPanel h5 {
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 24px;
    color: rgb(193,188,216);
    font-weight: 700;
    margin: 0;
}.policyAgreementPanel p {
    color: #ffffff;
    margin: 0;
    line-height: 1.5;
    position: relative;
    font-size: 18px;
}.web-cookies {
    margin-right: 20px;
    padding: 10px;
    border-radius: 26px;
    background: rgb(193,188,216,0.5);
    align-items: center;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
}.web-cookies svg {
    height: 60px;
    width: 60px;
    fill: rgb(193,188,216);
}.edu-settings {
    cursor: pointer;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    background: rgb(193,188,216);
    font-size: 20px;
    flex-shrink: 0;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 10px;
    white-space: nowrap;
    color: #000000;
    margin-left: 10px;
    text-align: center;
    min-width: 140px;
    line-height: 40px;
    border: 2px solid rgb(193,188,216);
}.edu-settings:hover {
    box-shadow: 0 0 10px rgb(160,155,192);
    background-color: rgb(160,155,192);
}.cookie_button.cookie-show {
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    border: 2px solid rgb(160,155,192);
}.cookie_button.cookie-show:hover {
    box-shadow: 0 0 10px rgb(160,155,192);
}.policyAgreementPanel p a {
    transition: color 0.3s ease;
    color: rgb(193,188,216);
    text-decoration: none;
    border-bottom: 1px dashed rgb(193,188,216);
}.policyAgreementPanel p a:hover {
    color: rgb(160,155,192);
}
@media only screen and (max-width: 1200px) {.policyAgreementPanel {
    padding: 15px 0;
}.visitor-confirm {
    padding: 15px 5%;
}.web-cookies {
    display: none;
}.visitor-confirm {
    flex-direction: column;
    align-items: center;
    text-align: center;
}.policyAgreementPanel h5 {
    margin-bottom: 10px;
    font-size: 17px;
}.visitor-acceptance {
    margin-bottom: 15px;
}.edu-settings {
    min-width: 100%;
    margin: 10px 0;
}}
.title-welcome {
    perspective: 1000px;
    overflow: hidden;
    min-height: 100vh;
    position: relative;
    background: linear-gradient(135deg, rgb(224,220,237), rgb(160,155,192,0.5) 70%);
}.title-welcome::before {
    content: "";
    background-size: 80px 80px;
    position: absolute;
    background: linear-gradient(45deg, rgba(255,255,255,0.03) 25%, transparent 25%, transparent 50%, 
                rgba(255,255,255,0.03) 50%, rgba(255,255,255,0.03) 75%, transparent 75%);
    width: 100%;
    animation: backgroundShift 40s linear infinite;
    height: 100%;
    opacity: 0.5;
    z-index: 1;
    top: 0;
    left: 0;
}@keyframes backgroundShift {
    0% { background-position: 0 0; }
    100% { background-position: 160px 160px; }
}

.title-welcome .study-sessions {
    grid-gap: 2rem;
    margin: 0 auto;
    z-index: 5;
    max-width: 1400px;
    min-height: 85vh;
    position: relative;
    display: grid;
    padding: 4rem 2rem;
    height: 100%;
    grid-template-columns: 1fr 1fr;
}.title-welcome h1 {
    animation: fadeSlideIn 1.2s cubic-bezier(0.17, 0.67, 0.43, 0.99) forwards;
    font-size: calc(44px * 1.2);
    color: #000000;
    position: relative;
    margin-bottom: 2rem;
    opacity: 0;
    text-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transform: translateZ(60px);
    grid-column: 1 / -1;
    font-weight: 700;
}.title-welcome h1::after {
    left: 0;
    animation: lineExpand 1.5s cubic-bezier(0.17, 0.67, 0.43, 0.99) forwards 0.6s;
    height: 4px;
    transform-origin: left center;
    position: absolute;
    background: rgb(193,188,216);
    width: 80px;
    transform: scaleX(0);
    bottom: -10px;
    content: "";
}@keyframes lineExpand {
    0% { transform: scaleX(0); }
    100% { transform: scaleX(1); }
}

.title-welcome .text-pill-wrap {
    transform: translateZ(30px);
    opacity: 0;
    flex-direction: column;
    display: flex;
    justify-content: center;
    animation: fadeSlideIn 1.2s cubic-bezier(0.17, 0.67, 0.43, 0.99) forwards 0.3s;
    transform-style: preserve-3d;
}@keyframes fadeSlideIn {
    0% {
        opacity: 0;
        transform: translateY(40px) translateZ(0);
    }
    100% {
        opacity: 1;
        transform: translateY(0) translateZ(30px);
    }
}

.title-welcome .start-entry {
    background: linear-gradient(120deg, rgba(255,255,255,0.95), rgba(255,255,255,0.85));
    box-shadow: 0 15px 35px rgba(0,0,0,0.1), 0 5px 15px rgba(0,0,0,0.07);
    display: flex;
    gap: 1.5rem;
    padding: 2rem;
    border-left: 4px solid rgb(193,188,216);
    flex-direction: column;
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.43, 0.99);
    transform: rotate(-2deg);
}.title-welcome .start-entry:hover {
    transform: rotate(0deg) translateY(-10px);
}.title-welcome .start-entry p {
    line-height: 1.6;
    color: #000000;
    margin-bottom: 1.5rem;
    font-size: calc(15px * 1.2);
}.title-welcome svg {
    transform: translateZ(20px);
    height: 100px;
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.43, 0.99);
    align-self: center;
    filter: drop-shadow(0 5px 10px rgba(94,170,168,0.3));
    width: 100px;
}.title-welcome svg:hover {
    transform: translateZ(40px) scale(1.1);
}.title-welcome svg path {
    fill: rgb(160,155,192);
    transition: fill 0.3s ease;
}.title-welcome svg:hover path {
    fill: rgb(193,188,216);
}.title-welcome svg text {
    animation: textPulse 3s infinite alternate;
    font-family: Arial, sans-serif;
}@keyframes textPulse {
    0% { fill: rgb(160,155,192); }
    100% { fill: rgb(193,188,216); }
}

.title-welcome .start-entry div {
    display: flex;
    margin-top: 1rem;
    justify-content: center;
}.title-welcome .help-message {
    font-size: 14px;
    text-decoration: none;
    overflow: hidden;
    position: relative;
    box-shadow: 0 8px 20px rgba(94,170,168,0.3);
    color: #ffffff;
    padding: 0.8rem 2rem;
    display: inline-block;
    border: none;
    transform: translateZ(10px);
    z-index: 10;
    transition: all 0.4s cubic-bezier(0.17, 0.67, 0.43, 0.99);
    font-weight: 600;
    background: linear-gradient(135deg, rgb(193,188,216), rgb(160,155,192));
}.title-welcome .help-message::before {
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    width: 100%;
    transition: left 0.7s;
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    left: -100%;
}.title-welcome .help-message:hover {
    box-shadow: 0 15px 30px rgba(94,170,168,0.4);
    transform: translateZ(20px) scale(1.05);
}.title-welcome .help-message:hover::before {
    left: 100%;
}.title-welcome .thumbnail-img {
    box-shadow: 
        25px 25px 45px rgba(0,0,0,0.2),
        -5px -5px 30px rgba(255,255,255,0.5);
    transform: translateZ(10px) perspective(800px) rotateY(-6deg);
    opacity: 0;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    height: 100%;
    min-height: 400px;
    animation: photoReveal 1.8s cubic-bezier(0.17, 0.67, 0.43, 0.99) forwards 0.6s;
    transition: all 0.6s cubic-bezier(0.17, 0.67, 0.43, 0.99);
}@keyframes photoReveal {
    0% {
        opacity: 0;
        transform: translateZ(10px) perspective(800px) rotateY(-20deg) translateX(100px);
    }
    100% {
        opacity: 1;
        transform: translateZ(10px) perspective(800px) rotateY(-6deg) translateX(0);
    }
}

.title-welcome .thumbnail-img::before {
    background: linear-gradient(
        135deg,
        rgb(193,188,216,0.5) 0%,
        transparent 70%
    );
    z-index: 2;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    height: 100%;
    position: absolute;
}.title-welcome .thumbnail-img::after {
    width: 100%;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.5) 0%,
        transparent 100%
    );
    position: absolute;
    bottom: 0;
    height: 40%;
    left: 0;
    content: "";
    z-index: 3;
}.title-welcome .thumbnail-img:hover {
    transform: translateZ(50px) perspective(800px) rotateY(0deg);
}

@media (max-width: 992px) {.title-welcome .study-sessions {
    padding: 3rem 1.5rem;
    grid-template-columns: 1fr;
    min-height: auto;
}.title-welcome h1 {
    font-size: calc(44px * 1.1);
    text-align: center;
}.title-welcome h1::after {
    left: 50%;
    transform: translateX(-50%) scaleX(0);
}@keyframes lineExpand {
        0% { transform: translateX(-50%) scaleX(0); }
        100% { transform: translateX(-50%) scaleX(1); }
    }
    
    .title-welcome .text-pill-wrap {
    order: 2;
}.title-welcome .thumbnail-img {
    transform: translateZ(10px) perspective(800px) rotateY(0);
    min-height: 300px;
    order: 1;
    margin-bottom: 2rem;
}
    
    @keyframes photoReveal {
        0% {
            opacity: 0;
            transform: translateZ(10px) scale(0.9);
        }
        100% {
            opacity: 1;
            transform: translateZ(10px) scale(1);
        }
    }
}

@media (max-width: 768px) {.title-welcome .study-sessions {
    padding: 2rem 1rem;
}.title-welcome h1 {
    margin-bottom: 1.5rem;
    font-size: 44px;
}.title-welcome .start-entry {
    transform: rotate(0);
    padding: 1.5rem;
}.title-welcome .start-entry p {
    font-size: 15px;
}.title-welcome svg {
    width: 80px;
    height: 80px;
}.title-welcome .thumbnail-img {
    min-height: 250px;
}
}

@media (max-width: 576px) {.title-welcome {
    padding-top: 1rem;
}.title-welcome .study-sessions {
    grid-gap: 1.5rem;
    padding: 1.5rem 1rem;
}.title-welcome h1 {
    font-size: calc(44px * 0.9);
}.title-welcome .start-entry {
    padding: 1.25rem;
}.title-welcome svg {
    height: 60px;
    width: 60px;
}.title-welcome .help-message {
    padding: 0.7rem 1.5rem;
}.title-welcome .thumbnail-img {
    min-height: 200px;
}}.contact-sectionblS {
    overflow: hidden;
    position: relative;
    background: #000000;
    color: #ffffff;
    padding: 100px 0;
}.contact-sectionblS::before {
    background: linear-gradient(135deg, rgb(193,188,216,0.5) 0%, transparent 50%, rgb(160,155,192,0.5) 100%);
    opacity: 0.2;
    width: 100%;
    content: "";
    left: 0;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
}.contact-sectionblS::after {
    height: 1px;
    left: 0;
    background: linear-gradient(90deg, transparent, rgb(193,188,216), transparent);
    z-index: 1;
    position: absolute;
    content: "";
    width: 100%;
    bottom: 0;
}.contact-sectionblS .thumbnail-img {
    left: 0;
    height: 100%;
    mix-blend-mode: luminosity;
    position: absolute;
    width: 100%;
    filter: saturate(0.6) contrast(1.3);
    opacity: 0.15;
    z-index: 0;
    top: 0;
}.contact-sectionblS .container {
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
    max-width: 1200px;
    position: relative;
}.contact-sectionblS h3 {
    font-size: 44px;
    text-transform: uppercase;
    color: #ffffff;
    position: relative;
    font-weight: 700;
    text-align: center;
    margin-bottom: 60px;
    letter-spacing: 3px;
    text-shadow: 0 0 10px rgb(193,188,216,0.5), 0 0 20px rgb(193,188,216,0.5);
}.contact-sectionblS h3::before {
    content: "";
    position: absolute;
    height: 3px;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    left: calc(50% - 100px);
    background: rgb(193,188,216);
    bottom: -20px;
    width: 200px;
    box-shadow: 0 0 10px rgb(193,188,216), 0 0 20px rgb(193,188,216);
}.contact-sectionblS .support-support {
    border-radius: 0;
    border: 1px solid rgb(193,188,216,0.5);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5), 0 0 15px rgb(193,188,216,0.5);
    flex-wrap: wrap;
    position: relative;
    clip-path: polygon(
        0 0, 
        calc(100% - 20px) 0, 
        100% 20px, 
        100% calc(100% - 20px), 
        calc(100% - 20px) 100%, 
        20px 100%, 
        0 calc(100% - 20px)
    );
    background: rgba(15, 15, 20, 0.8);
    overflow: hidden;
    display: flex;
}.contact-sectionblS .support-support::before {
    content: "";
    position: absolute;
    z-index: 3;
    background: linear-gradient(90deg, transparent, rgb(193,188,216), transparent);
    top: 0;
    height: 2px;
    right: 0;
    left: 0;
}.contact-sectionblS .support-support::after {
    right: 0;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(160,155,192), transparent);
    content: "";
    height: 2px;
    z-index: 3;
    left: 0;
    bottom: 0;
}.contact-sectionblS .help-feedback {
    padding: 50px;
    position: relative;
    z-index: 2;
    flex: 1 1 60%;
}.contact-sectionblS .help-feedback h3 {
    letter-spacing: 1px;
    text-align: left;
    font-size: 19px;
    text-transform: uppercase;
    margin-bottom: 30px;
    text-shadow: none;
    color: rgb(193,188,216);
    font-weight: 600;
}.contact-sectionblS .help-feedback h3::before {
    display: none;
}.contact-sectionblS .help-feedback input[type="text"],
.contact-sectionblS .help-feedback textarea {
    border-radius: 0;
    transition: all 0.3s ease;
    border-left: 3px solid rgb(193,188,216);
    color: #ffffff;
    padding: 16px 20px;
    background: rgba(0, 0, 0, 0.3);
    font-family: Arial, sans-serif;
    margin-bottom: 20px;
    font-size: 17px;
    width: 100%;
    border: 1px solid rgb(193,188,216,0.5);
}.contact-sectionblS .help-feedback input[type="text"]::placeholder,
.contact-sectionblS .help-feedback textarea::placeholder {
    color: rgba(255, 255, 255, 0.4);
}.contact-sectionblS .help-feedback input[type="text"]:focus,
.contact-sectionblS .help-feedback textarea:focus {
    outline: none;
    box-shadow: 0 0 15px rgb(193,188,216,0.5);
    background: rgba(0, 0, 0, 0.5);
    border-color: rgb(193,188,216);
}.contact-sectionblS .help-feedback textarea {
    resize: vertical;
    min-height: 150px;
}.contact-sectionblS .help-feedback .query-card {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}.contact-sectionblS .help-feedback .query-card input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact-sectionblS .help-feedback .query-card label {
    cursor: pointer;
    padding-left: 35px;
    line-height: 1.6;
    position: relative;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
}.contact-sectionblS .help-feedback .query-card label::before {
    background: rgba(0, 0, 0, 0.3);
    width: 20px;
    content: "";
    transition: all 0.3s ease;
    position: absolute;
    border: 1px solid rgb(193,188,216,0.5);
    left: 0;
    top: 2px;
    height: 20px;
}.contact-sectionblS .help-feedback .query-card input[type="checkbox"]:checked + label::before {
    background: rgb(193,188,216);
    box-shadow: 0 0 10px rgb(193,188,216,0.5);
    border-color: rgb(193,188,216);
}.contact-sectionblS .help-feedback .query-card input[type="checkbox"]:checked + label::after {
    border: solid #ffffff;
    content: "";
    left: 7px;
    height: 12px;
    width: 6px;
    transform: rotate(45deg);
    top: 4px;
    border-width: 0 2px 2px 0;
    position: absolute;
}.contact-sectionblS .help-feedback .query-card a {
    text-decoration: none;
    border-bottom: 1px solid rgb(193,188,216,0.5);
    transition: all 0.3s ease;
    font-weight: 600;
    color: rgb(193,188,216);
}.contact-sectionblS .help-feedback .query-card a:hover {
    color: rgb(160,155,192);
    border-bottom-color: rgb(160,155,192);
    text-shadow: 0 0 5px rgb(160,155,192);
}.contact-sectionblS .help-feedback .help-message {
    font-size: 20px;
    transition: all 0.3s ease;
    position: relative;
    font-weight: 600;
    border: none;
    color: #ffffff;
    background: rgb(193,188,216);
    padding: 16px 30px;
    overflow: hidden;
    cursor: pointer;
    letter-spacing: 1px;
    text-transform: uppercase;
    clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
}.contact-sectionblS .help-feedback .help-message::before {
    transition: all 0.5s ease;
    top: 0;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    position: absolute;
    left: -100%;
    width: 100%;
    height: 100%;
}.contact-sectionblS .help-feedback .help-message:hover {
    transform: translateY(-2px);
    background: rgb(160,155,192);
    box-shadow: 0 0 20px rgb(160,155,192,0.5);
}.contact-sectionblS .help-feedback .help-message:hover::before {
    left: 100%;
}.contact-sectionblS .inquiry-box {
    border-left: 1px solid rgb(193,188,216,0.5);
    padding: 50px;
    background: rgba(0, 0, 0, 0.4);
    flex: 1 1 35%;
    z-index: 2;
    position: relative;
}.contact-sectionblS .inquiry-box h4 {
    text-transform: uppercase;
    color: rgb(160,155,192);
    letter-spacing: 1px;
    position: relative;
    font-weight: 600;
    font-size: 19px;
    margin-bottom: 35px;
}.contact-sectionblS .inquiry-box h4::after {
    content: "";
    position: absolute;
    bottom: -10px;
    background: rgb(160,155,192);
    height: 2px;
    box-shadow: 0 0 10px rgb(160,155,192);
    width: 50px;
    left: 0;
}.contact-sectionblS .inquiry-box .help-request {
    padding: 0;
    margin: 0;
    list-style: none;
}.contact-sectionblS .inquiry-box .help-request li {
    position: relative;
    display: flex;
    transition: all 0.3s ease;
    padding: 15px;
    clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 15px, 100% 100%, 15px 100%, 0 calc(100% - 15px));
    margin-bottom: 20px;
    border: 1px solid rgb(160,155,192,0.5);
    background: rgba(0, 0, 0, 0.3);
    align-items: center;
}.contact-sectionblS .inquiry-box .help-request li::after {
    position: absolute;
    background: rgb(160,155,192);
    height: 100%;
    content: "";
    opacity: 0.7;
    width: 3px;
    top: 0;
    left: 0;
}.contact-sectionblS .inquiry-box .help-request li:hover {
    border-color: rgb(160,155,192);
    transform: translateX(5px);
    box-shadow: 0 0 15px rgb(160,155,192,0.5);
}.contact-sectionblS .inquiry-box .help-request li svg {
    transition: all 0.3s ease;
    margin-right: 15px;
    height: 22px;
    width: 22px;
}.contact-sectionblS .inquiry-box .help-request li:hover svg {
    transform: scale(1.1);
}.contact-sectionblS .inquiry-box .help-request li svg path {
    fill: rgb(160,155,192);
    transition: all 0.3s ease;
}.contact-sectionblS .inquiry-box .help-request li:hover svg path {
    fill: #ffffff;
    filter: drop-shadow(0 0 3px rgb(160,155,192));
}.contact-sectionblS .inquiry-box .help-request li span {
    color: #ffffff;
    font-size: 17px;
}.contact-sectionblS .inquiry-box .help-request li a {
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
}.contact-sectionblS .inquiry-box .help-request li a:hover {
    text-shadow: 0 0 5px rgb(160,155,192,0.5);
    color: rgb(160,155,192);
}

@keyframes flicker {
    0% { opacity: 1; }
    3% { opacity: 0.8; }
    6% { opacity: 1; }
    7% { opacity: 0.9; }
    9% { opacity: 1; }
    11% { opacity: 0.7; }
    20% { opacity: 1; }
    80% { opacity: 1; }
    83% { opacity: 0.8; }
    87% { opacity: 1; }
    100% { opacity: 1; }
}

@media (max-width: 992px) {.contact-sectionblS {
    padding: 70px 0;
}.contact-sectionblS h3 {
    font-size: calc(44px * 0.8);
}.contact-sectionblS .support-support {
    clip-path: polygon(
            0 0, 
            calc(100% - 20px) 0, 
            100% 20px, 
            100% calc(100% - 10px), 
            calc(100% - 10px) 100%, 
            10px 100%, 
            0 calc(100% - 10px)
        );
    flex-direction: column;
}.contact-sectionblS .inquiry-box {
    border-top: 1px solid rgb(160,155,192,0.5);
    border-left: none;
}
}

@media (max-width: 768px) {.contact-sectionblS {
    padding: 60px 0;
}.contact-sectionblS h3 {
    margin-bottom: 40px;
    font-size: calc(44px * 0.7);
}.contact-sectionblS h3::before {
    width: 150px;
    left: calc(50% - 75px);
    bottom: -15px;
}.contact-sectionblS .help-feedback,
    .contact-sectionblS .inquiry-box {
    padding: 40px 30px;
}.contact-sectionblS .help-feedback input[type="text"],
    .contact-sectionblS .help-feedback textarea {
    padding: 14px 16px;
}.contact-sectionblS .inquiry-box .help-request li {
    padding: 12px;
}
}

@media (max-width: 576px) {.contact-sectionblS {
    padding: 50px 0;
}.contact-sectionblS h3 {
    font-size: calc(44px * 0.5);
    margin-bottom: 35px;
}.contact-sectionblS h3::before {
    left: calc(50% - 50px);
    height: 2px;
    width: 100px;
    bottom: -12px;
}.contact-sectionblS .support-support {
    clip-path: polygon(
            0 0, 
            calc(100% - 15px) 0, 
            100% 15px, 
            100% calc(100% - 10px), 
            calc(100% - 10px) 100%, 
            10px 100%, 
            0 calc(100% - 10px)
        );
}.contact-sectionblS .help-feedback,
    .contact-sectionblS .inquiry-box {
    padding: 30px 20px;
}.contact-sectionblS .help-feedback input[type="text"],
    .contact-sectionblS .help-feedback textarea {
    margin-bottom: 15px;
    padding: 12px 15px;
}.contact-sectionblS .help-feedback .query-card label {
    font-size: calc(16px * 0.9);
}.contact-sectionblS .help-feedback .help-message {
    padding: 14px 20px;
    width: 100%;
}.contact-sectionblS .inquiry-box .help-request li {
    margin-bottom: 15px;
    clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px));
    padding: 10px;
}}.receive-updates {
    position: relative;
    background: linear-gradient(135deg, rgb(193,188,216,0.5), rgb(160,155,192));
    z-index: 1;
    overflow: hidden;
    padding: 5rem 2rem;
}.receive-updates::before {
    height: 100%;
    animation: pulse 8s infinite alternate;
    width: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(193,188,216,0.5) 0px,
        rgb(193,188,216,0.5) 1px,
        transparent 1px,
        transparent 10px
    );
    top: 0;
    content: "";
    position: absolute;
    left: 0;
    z-index: -1;
    opacity: 0.1;
}.receive-updates::after {
    filter: blur(60px);
    bottom: -50px;
    border-radius: 50%;
    right: -50px;
    animation: float 15s infinite ease-in-out;
    position: absolute;
    background: rgb(160,155,192);
    height: 200px;
    content: "";
    z-index: -1;
    width: 200px;
    opacity: 0.2;
}.receive-updates .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}.receive-updates .study-sessions {
    align-items: center;
    flex-direction: column;
    transform: perspective(1000px) rotateY(-2deg);
    position: relative;
    display: flex;
    padding: 2.5rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(0, 0, 0, 0.02);
    z-index: 2;
    justify-content: center;
    background: rgba(255, 255, 255, 0.95);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.receive-updates .study-sessions:hover {
    transform: perspective(1000px) rotateY(0deg);
}.receive-updates h4 {
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 2rem;
    font-size: calc(21px * 1.1);
    font-family: Arial, sans-serif;
    position: relative;
    color: #000000;
    text-align: center;
    transform: translateZ(0);
}.receive-updates h4::after {
    width: 80px;
    position: absolute;
    background: linear-gradient(90deg, rgb(193,188,216), rgb(160,155,192));
    content: "";
    height: 3px;
    transform: translateX(-50%);
    left: 50%;
    bottom: -10px;
    transition: width 0.3s ease;
}.receive-updates .study-sessions:hover h4::after {
    width: 120px;
}.receive-updates .input_holder {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 600px;
    margin-top: 1rem;
}.receive-updates .input_holder span {
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
}.receive-updates input[type="email"] {
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    width: 100%;
    font-size: 18px;
    color: #000000;
    padding: 1rem 1.5rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    outline: none;
    background: #ffffff;
}.receive-updates input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgb(193,188,216,0.5);
    border-color: rgb(193,188,216);
}.receive-updates input[type="email"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease;
}.receive-updates input[type="email"]:focus::placeholder {
    transform: translateX(5px);
    opacity: 0.7;
}.receive-updates .join-nowTeS1 {
    padding: 1rem 1.5rem;
    position: relative;
    width: 100%;
    border: none;
    cursor: pointer;
    transform: translateY(0);
    display: inline-block;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    background: linear-gradient(135deg, rgb(193,188,216), rgb(160,155,192));
    color: #ffffff;
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
}.receive-updates .join-nowTeS1::before {
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.6s ease;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
    left: -100%;
}.receive-updates .join-nowTeS1:hover {
    transform: translateY(-3px);
    box-shadow: 0 7px 14px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
}.receive-updates .join-nowTeS1:hover::before {
    left: 100%;
}.receive-updates .join-nowTeS1:active {
    transform: translateY(1px);
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.1;
    }
    50% {
        opacity: 0.2;
    }
}

@keyframes float {
    0%, 100% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(-20px, 20px);
    }
    50% {
        transform: translate(-40px, -10px);
    }
    75% {
        transform: translate(-10px, -30px);
    }
}

@media screen and (min-width: 768px) {.receive-updates {
    padding: 6rem 3rem;
}.receive-updates .study-sessions {
    padding: 3rem 4rem;
    transform: perspective(1200px) rotateY(-3deg);
}.receive-updates h4 {
    margin-bottom: 2.5rem;
    font-size: calc(21px * 1.2);
}.receive-updates .input_holder {
    flex-direction: row;
    margin-top: 1.5rem;
}.receive-updates input[type="email"] {
    border-radius: 0;
}.receive-updates .join-nowTeS1 {
    min-width: 180px;
    width: auto;
    white-space: nowrap;
}
}

@media screen and (min-width: 992px) {.receive-updates {
    padding: 7rem 4rem;
}.receive-updates::before {
    background-size: 15px 15px;
}.receive-updates .study-sessions {
    padding: 3.5rem 5rem;
    transform: perspective(1500px) rotateY(-4deg);
}.receive-updates h4 {
    font-size: calc(21px * 1.3);
}.receive-updates .input_holder {
    gap: 1.5rem;
}
}

@media screen and (max-width: 767px) {.receive-updates {
    padding: 4rem 1.5rem;
}.receive-updates .study-sessions {
    padding: 2rem 1.5rem;
}.receive-updates h4 {
    margin-bottom: 1.5rem;
    font-size: 21px;
}.receive-updates input[type="email"],
    .receive-updates .join-nowTeS1 {
    padding: 0.9rem 1.2rem;
}
}

@media (prefers-reduced-motion: reduce) {.receive-updates::before,
    .receive-updates::after,
    .receive-updates .study-sessions,
    .receive-updates h4::after,
    .receive-updates input[type="email"]::placeholder,
    .receive-updates .join-nowTeS1::before {
    transition: none;
    animation: none;
}.receive-updates .study-sessions:hover,
    .receive-updates .study-sessions:hover h4::after,
    .receive-updates .join-nowTeS1:hover {
    transform: none;
}
}