﻿* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}.container {
    margin: auto;
    width: 1169px;
    max-width: 100%;
}header,footer {
    width: 100%;
}.career-help-70 {
    flex: 0 0 auto;
}a {
    text-decoration: none;
    color: inherit;
}.header-main-23 {
    flex: 1 0 auto;
}.wrapper-skeleton-17 {
    min-height: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}svg {
    width: 30px;
    height: 30px;
}html,body {
    height: 100%;
    font-family: Arial, sans-serif;
    scroll-behavior: smooth;
    color: #000000;
    min-height: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.instructor-history-06 {
    border-radius: 15px;
    overflow: hidden;
    background: linear-gradient(to bottom, rgb(222,222,236), rgb(189,194,217,0.5) 120%);
    position: relative;
    padding: 5rem 2rem;
}.instructor-history-06::before {
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0.3;
    position: absolute;
    height: 100%;
    content: "";
    z-index: 1;
    background: repeating-linear-gradient(
        -45deg,
        rgb(156,154,186,0.5) 0,
        rgb(156,154,186,0.5) 2px,
        transparent 2px,
        transparent 10px
    );
}.instructor-history-06 .edu-feedback-92 {
    display: flex;
    margin: 0 auto;
    flex-direction: column;
    z-index: 2;
    transform: translateY(0);
    position: relative;
    max-width: 500px;
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}.instructor-history-06 .edu-feedback-92:hover {
    transform: translateY(-15px);
}.instructor-history-06 .background-photo-12 {
    width: 80%;
    border-radius: 15px 15px 0 0;
    box-shadow: 0 15px 25px -5px rgba(0, 0, 0, 0.5);
    transition: all 0.5s ease;
    margin: 0 auto;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
    height: 350px;
    position: relative;
    z-index: 3;
}.instructor-history-06 .background-photo-12::after {
    height: 100%;
    background: linear-gradient(to bottom, 
                transparent 50%, 
                rgb(189,194,217,0.5) 100%);
    left: 0;
    border-radius: 15px 15px 0 0;
    width: 100%;
    content: "";
    top: 0;
    position: absolute;
}.instructor-history-06 .edu-feedback-92:hover .background-photo-12 {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 95%);
}.instructor-history-06 .job-box-30 {
    position: relative;
    padding: 70px 2rem 2rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    transition: transform 0.5s ease;
    border-radius: 15px;
    z-index: 2;
    transform: translateZ(0);
    margin-top: -50px;
}.instructor-history-06 .job-box-30::before {
    position: absolute;
    right: 0;
    background: linear-gradient(90deg, 
                rgb(189,194,217), 
                rgb(156,154,186), 
                rgb(189,194,217));
    height: 6px;
    animation: gradient-shift 8s infinite alternate;
    background-size: 200% 100%;
    left: 0;
    top: 0;
    content: "";
    border-radius: 10px 10px 0 0;
}.instructor-history-06 .job-box-30::after {
    width: 60px;
    animation: float-blob 10s infinite alternate;
    filter: blur(15px);
    bottom: 20px;
    position: absolute;
    right: 20px;
    border-radius: 20% 40% 50% 30%;
    content: "";
    opacity: 0.2;
    height: 60px;
    background: rgb(156,154,186,0.5);
}.instructor-history-06 .name {
    opacity: 0.9;
    color: rgb(189,194,217);
    font-family: Arial, sans-serif;
    font-size: 31px;
    font-weight: 700;
    transform: translateY(0);
    margin-bottom: 0.5rem;
    transition: all 0.3s ease;
}.instructor-history-06 .job-box-30 > div:nth-child(2) {
    opacity: 0.8;
    padding-bottom: 1rem;
    transform: translateY(0);
    color: rgb(156,154,186);
    transition: all 0.4s ease 0.1s;
    font-weight: 600;
    font-size: 19px;
    position: relative;
    margin-bottom: 1.5rem;
}.instructor-history-06 .job-box-30 > div:nth-child(2)::after {
    bottom: 0;
    content: "";
    width: 40px;
    transition: width 0.4s ease;
    background: rgb(156,154,186,0.5);
    height: 3px;
    left: 0;
    position: absolute;
}.instructor-history-06 .edu-feedback-92:hover .job-box-30 > div:nth-child(2)::after {
    width: 100px;
}.instructor-history-06 .exp-items-76 {
    font-size: 15px;
    transition: all 0.5s ease 0.2s;
    opacity: 0.7;
    position: relative;
    line-height: 1.7;
    color: #000000;
    transform: translateY(10px);
    border-left: 3px solid rgb(156,154,186,0.5);
    font-style: italic;
    padding: 1rem 0 0 1.5rem;
}.instructor-history-06 .edu-feedback-92:hover .exp-items-76 {
    transform: translateY(0);
    opacity: 1;
}

@keyframes gradient-shift {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}

@keyframes float-blob {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-10px) rotate(180deg);
    }
    100% {
        transform: translateY(10px) rotate(360deg);
    }
}

@media (max-width: 768px) {.instructor-history-06 .background-photo-12 {
    height: 250px;
    width: 100%;
}}.confidential-hearth-02 {
    box-shadow: inset 0 0 10px rgb(156,154,186,0.5), 0 0 20px rgba(0, 0, 0, 0.5);
    padding: 50px;
    background-color: #ffffff;
    background-size: 200% 100%;
    width: 100%;
    background-image: linear-gradient(to right, rgb(189,194,217,0.5) 50%, rgb(156,154,186,0.5) 50%);
    background-position: right bottom;
    height: auto;
    border: 2px solid rgb(189,194,217);
}.confidential-hearth-02 h1 {
    margin-top: 40px;
    border-bottom: 3px solid rgb(156,154,186);
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 43px;
    font-family: Arial, sans-serif;
    padding-bottom: 10px;
    text-transform: uppercase;
    color: rgb(189,194,217);
    margin-bottom: 25px;
}.confidential-hearth-02 h2 {
    font-family: Arial, sans-serif;
    font-weight: 600;
    font-size: 37px;
    border-left: 5px solid rgb(189,194,217);
    color: rgb(156,154,186);
    margin-bottom: 20px;
    margin-top: 30px;
    padding-left: 15px;
}.confidential-hearth-02 h3, .confidential-hearth-02 h4, .confidential-hearth-02 h5, .confidential-hearth-02 h6 {
    margin-bottom: 15px;
    font-size: 19px;
    border-bottom: 1px dotted rgb(189,194,217);
    color: #000000;
    font-family: Arial, sans-serif;
    margin-top: 25px;
    text-transform: capitalize;
    font-weight: 400;
}.confidential-hearth-02 ul, .confidential-hearth-02 ol {
    padding-left: 25px;
    font-size: 15px;
    margin: 15px 0;
    color: #000000;
    font-family: Arial, sans-serif;
    line-height: 1.8;
    list-style-position: inside;
    list-style: none;
}.confidential-hearth-02 li {
    margin-bottom: 12px;
    border-left: 2px dashed rgb(156,154,186);
    line-height: 1.6;
    position: relative;
    padding-left: 25px;
}.confidential-hearth-02 li::before {
    background-color: rgb(189,194,217);
    content: "";
    top: 5px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    height: 10px;
    width: 10px;
}.confidential-hearth-02 section {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
    background: rgb(222,222,236);
    padding: 25px;
    border: 1px solid rgb(156,154,186,0.5);
    border-radius: 10px;
}.confidential-hearth-02 p, .confidential-hearth-02 span, .confidential-hearth-02 div {
    color: #000000;
    font-size: 15px;
    margin-bottom: 15px;
    line-height: 1.8;
    font-family: Arial, sans-serif;
    border-bottom: 1px solid rgb(156,154,186,0.5);
    padding-bottom: 5px;
}

@media only screen and (max-width: 800px) {.confidential-hearth-02 {
    padding: 30px;
}.confidential-hearth-02 h1 {
    font-size: calc(19px - 8px);
}.confidential-hearth-02 h2 {
    font-size: calc(19px - 6px);
}.confidential-hearth-02 h3, .confidential-hearth-02 h4, .confidential-hearth-02 h5, .confidential-hearth-02 h6 {
    font-size: calc(19px - 4px);
}.confidential-hearth-02 ul, .confidential-hearth-02 ol {
    font-size: calc(15px - 2px);
    padding-left: 20px;
}}.career-help-70 {
    padding: 5rem 0 1rem;
    color: #ffffff;
    position: relative;
    font-family: Arial, sans-serif;
    z-index: 1;
    background: linear-gradient(135deg, #000000 0%, rgb(189,194,217,0.5) 100%);
}.career-help-70::before {
    content: '';
    background: radial-gradient(circle at 30% 50%, rgb(189,194,217,0.5) 0%, transparent 50%);
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    z-index: -1;
    position: absolute;
}.career-help-70::after {
    height: 3px;
    content: '';
    right: 0;
    top: 0;
    animation: glowLine 3s infinite alternate;
    position: absolute;
    z-index: 2;
    left: 0;
    background: linear-gradient(90deg, transparent, rgb(189,194,217), transparent);
}@keyframes glowLine {
    0% {
        opacity: 0.3;
        background-position: 0% 50%;
    }
    50% {
        opacity: 1;
        background-position: 100% 50%;
    }
    100% {
        opacity: 0.3;
        background-position: 0% 50%;
    }
}

.career-help-70 .container {
    position: relative;
    z-index: 2;
}.career-help-70 .faculty-info-84 {
    display: flex;
    gap: 3rem;
    flex-direction: column;
}.career-help-70 .online-contact-64 {
    flex-wrap: wrap;
    display: flex;
    backdrop-filter: blur(8px);
    position: relative;
    border: 1px solid rgb(156,154,186,0.5);
    margin-bottom: 1rem;
    padding: 1.5rem;
    gap: 2rem;
    background: rgba(0, 0, 0, 0.1);
    justify-content: center;
    border-radius: 19px;
}.career-help-70 .online-contact-64::before {
    height: 2px;
    top: -2px;
    position: absolute;
    left: 50%;
    width: 50%;
    transform: translateX(-50%);
    content: '';
    background: linear-gradient(90deg, transparent, rgb(156,154,186), transparent);
    animation: scanLine 4s infinite linear;
}@keyframes scanLine {
    0% {
        left: 0;
        width: 0;
    }
    50% {
        left: 50%;
        width: 100%;
    }
    100% {
        left: 100%;
        width: 0;
    }
}

.career-help-70 .info_item {
    transition: transform 0.3s ease;
    min-width: 200px;
    max-width: 300px;
    text-align: center;
    flex: 1;
}.career-help-70 .info_item:hover {
    transform: translateY(-5px);
}.career-help-70 .info_item p, 
.career-help-70 .info_item a {
    display: flex;
    font-size: calc(16px - 2px);
    gap: 0.5rem;
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    padding: 0.75rem;
    transition: all 0.3s ease;
    color: #ffffff;
    justify-content: center;
    border: 1px solid transparent;
    text-decoration: none;
    align-items: center;
}.career-help-70 .info_item svg {
    height: 1.25rem;
    width: 1.25rem;
    fill: rgb(156,154,186);
    transition: fill 0.3s ease;
}.career-help-70 .info_item a:hover {
    border-color: rgb(189,194,217,0.5);
    background: #000000;
    box-shadow: 0 0 15px rgb(189,194,217,0.5);
}.career-help-70 .info_item a:hover svg {
    fill: rgb(189,194,217);
}.career-help-70 .text_main_holder {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
}.career-help-70 .nav-sitebar-51 {
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
    display: flex;
}.career-help-70 .nav-sitebar-51 svg {
    height: auto;
    transition: filter 0.3s ease;
    max-width: 180px;
    filter: drop-shadow(0 0 5px rgb(189,194,217,0.5));
}.career-help-70 .nav-sitebar-51 svg:hover {
    filter: drop-shadow(0 0 10px rgb(189,194,217));
}.career-help-70 .encrypt-cta-14 {
    opacity: 0.7;
    max-width: 280px;
    line-height: 1.5;
    color: #ffffff;
    font-size: calc(13px - 1px);
}.career-help-70 .header-mainbar-09 {
    display: flex;
    gap: 1.25rem;
    flex-direction: column;
}.career-help-70 .header-mainbar-09 h5 {
    font-weight: 600;
    color: #ffffff;
    font-size: 19px;
    position: relative;
    margin-bottom: 0.5rem;
    padding-bottom: 0.75rem;
}.career-help-70 .header-mainbar-09 h5::after {
    height: 2px;
    transition: width 0.3s ease;
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    background: rgb(156,154,186);
    width: 40px;
}.career-help-70 .header-mainbar-09:hover h5::after {
    width: 80px;
}.career-help-70 .head-learning-80 {
    gap: 0.75rem;
    display: flex;
    flex-direction: column;
}.career-help-70 .head-learning-80 a {
    position: relative;
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
    padding-left: 1rem;
    transition: all 0.3s ease;
    opacity: 0.8;
}.career-help-70 .head-learning-80 a::before {
    left: 0;
    transform: translateY(-50%);
    height: 5px;
    position: absolute;
    background: rgb(156,154,186);
    top: 50%;
    border-radius: 50%;
    width: 5px;
    transition: all 0.3s ease;
    content: '';
}.career-help-70 .head-learning-80 a:hover {
    opacity: 1;
    color: rgb(189,194,217);
    transform: translateX(5px);
}.career-help-70 .head-learning-80 a:hover::before {
    height: 7px;
    width: 7px;
    background: rgb(189,194,217);
    box-shadow: 0 0 8px rgb(189,194,217);
}.career-help-70 .subscribe_holder {
    overflow: hidden;
    border: 1px solid rgb(156,154,186,0.5);
    position: relative;
    padding: 1.5rem;
    flex-direction: column;
    gap: 1.25rem;
    border-radius: 19px;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
    display: flex;
}.career-help-70 .subscribe_holder::before {
    background: radial-gradient(circle at top right, rgb(189,194,217,0.5) 0%, transparent 70%);
    left: 0;
    right: 0;
    opacity: 0.1;
    top: 0;
    content: '';
    bottom: 0;
    z-index: -1;
    position: absolute;
}.career-help-70 .subscribe_holder h5 {
    color: #ffffff;
    font-weight: 600;
    font-size: 19px;
}.career-help-70 .subscribe_holder p {
    line-height: 1.6;
    color: #ffffff;
    opacity: 0.9;
    font-size: calc(16px - 1px);
}.career-help-70 .input_holder {
    flex-direction: column;
    gap: 0.75rem;
    display: flex;
    position: relative;
}.career-help-70 .input_holder input[type="email"] {
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgb(156,154,186,0.5);
    padding: 0.875rem 1rem;
    font-size: 16px;
    flex: 1;
    color: #ffffff;
    transition: all 0.3s ease;
    width: 100%;
    border-radius: 10px;
}.career-help-70 .input_holder input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 10px rgb(189,194,217,0.5);
    border-color: rgb(189,194,217);
}.career-help-70 .input_holder input[type="email"]::placeholder {
    opacity: 0.5;
    color: #ffffff;
}.career-help-70 .sub-cards-02 {
    background: rgb(189,194,217);
    padding: 0.875rem 1.5rem;
    border-radius: 10px;
    color: #ffffff;
    border: none;
    cursor: pointer;
    width: 100%;
    position: relative;
    font-weight: 600;
    transition: all 0.3s ease;
    font-size: 19px;
    overflow: hidden;
}.career-help-70 .sub-cards-02::before {
    left: -100%;
    width: 100%;
    top: 0;
    height: 100%;
    content: '';
    transition: left 0.7s ease;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}.career-help-70 .sub-cards-02:hover {
    transform: translateY(-2px);
    background: rgb(156,154,186);
    box-shadow: 0 0 15px rgb(156,154,186,0.5);
}.career-help-70 .sub-cards-02:hover::before {
    left: 100%;
}.career-help-70 .training-zone-07 {
    position: relative;
    margin-top: 3rem;
    border-top: 1px solid rgb(156,154,186,0.5);
    text-align: center;
    padding-top: 1.5rem;
}.career-help-70 .training-zone-07::before {
    height: 1px;
    content: '';
    left: 0;
    position: absolute;
    top: -1px;
    background: linear-gradient(90deg, transparent, rgb(156,154,186,0.5), transparent);
    width: 100%;
}.career-help-70 .donate-books-06 {
    color: #ffffff;
    opacity: 0.7;
    font-size: 13px;
}

@media (max-width: 1024px) {.career-help-70 {
    padding: 4rem 0 1rem;
}.career-help-70 .text_main_holder {
    grid-template-columns: 1fr 1fr;
}.career-help-70 .subscribe_holder {
    grid-column: span 2;
}
}

@media (min-width: 769px) {.career-help-70 .input_holder {
    flex-direction: row;
}.career-help-70 .sub-cards-02 {
    width: auto;
}
}

@media (max-width: 768px) {.career-help-70 {
    padding: 3rem 0 1rem;
}.career-help-70 .online-contact-64 {
    gap: 1rem;
    align-items: center;
    flex-direction: column;
}.career-help-70 .info_item {
    min-width: 100%;
}.career-help-70 .text_main_holder {
    gap: 2.5rem;
    grid-template-columns: 1fr;
}.career-help-70 .subscribe_holder {
    grid-column: auto;
}.career-help-70 .nav-sitebar-51 {
    align-items: center;
    text-align: center;
}.career-help-70 .encrypt-cta-14 {
    text-align: center;
    max-width: 100%;
}.career-help-70 .header-mainbar-09 h5 {
    text-align: center;
}.career-help-70 .header-mainbar-09 h5::after {
    transform: translateX(-50%);
    left: 50%;
}.career-help-70 .head-learning-80 {
    align-items: center;
}.career-help-70 .head-learning-80 a {
    text-align: center;
}.career-help-70 .head-learning-80 a:hover {
    transform: translateY(-2px);
}.career-help-70 .input_holder {
    flex-direction: column;
}.career-help-70 .sub-cards-02 {
    width: 100%;
}
}

@media (max-width: 480px) {.career-help-70 {
    padding: 2.5rem 0 1rem;
}.career-help-70 .info_item p, 
    .career-help-70 .info_item a {
    font-size: calc(16px - 3px);
}.career-help-70 .header-mainbar-09 h5, 
    .career-help-70 .subscribe_holder h5 {
    font-size: calc(19px - 2px);
}.career-help-70 .head-learning-80 a, 
    .career-help-70 .subscribe_holder p {
    font-size: calc(16px - 2px);
}.career-help-70 .donate-books-06 {
    font-size: calc(13px - 2px);
}}.company-info-46 {
    position: relative;
    padding: 120px 0 80px;
    background: linear-gradient(135deg, rgb(222,222,236) 0%, rgba(245, 245, 255, 0.95) 100%);
    overflow: hidden;
}.company-info-46::before {
    left: 0;
    top: 0;
    content: "";
    z-index: 0;
    position: absolute;
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(156,154,186,0.5), 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(rgb(189,194,217,0.5), 0.07) 0%, transparent 50%);
    width: 100%;
    height: 100%;
}.company-info-46::after {
    content: "";
    z-index: 0;
    animation: float 12s ease-in-out infinite;
    position: absolute;
    right: -100px;
    filter: blur(40px);
    background: linear-gradient(225deg, rgb(156,154,186,0.5) 0%, transparent 70%);
    opacity: 0.1;
    border-radius: 50%;
    height: 300px;
    top: -100px;
    width: 300px;
}.company-info-46 .container {
    z-index: 1;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
}.company-info-46 h1 {
    font-size: 39px;
    opacity: 0;
    text-align: left;
    margin-bottom: 40px;
    transform: translateX(-10px);
    animation: slideInTitle 0.8s 0.3s forwards ease-out;
    font-weight: 700;
    color: #000000;
    position: relative;
}.company-info-46 h1::after {
    width: 80px;
    left: 0;
    background: linear-gradient(90deg, rgb(189,194,217) 0%, rgb(156,154,186) 100%);
    content: "";
    height: 4px;
    animation: expandLine 1s 0.8s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    position: absolute;
    bottom: -10px;
    transform: scaleX(0);
    transform-origin: left;
}.company-info-46 .pro-classes-98 {
    position: relative;
}.company-info-46 .pro-classes-98 ul {
    gap: 60px;
    display: grid;
    list-style: none;
    grid-template-columns: 1fr;
    margin: 0;
    padding: 0;
}.company-info-46 .virtual-training-16 {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
    padding: 35px;
    border-radius: 10px;
    overflow: hidden;
    opacity: 0;
    transition: transform 0.4s, box-shadow 0.4s;
    animation: fadeInUp 0.8s 0.5s forwards ease-out;
    background: #ffffff;
    position: relative;
    transform: translateY(20px);
}.company-info-46 .virtual-training-16:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}.company-info-46 .virtual-training-16::before {
    left: 0;
    width: 4px;
    height: 100%;
    content: "";
    background: linear-gradient(to bottom, rgb(189,194,217), rgb(156,154,186));
    opacity: 0.8;
    top: 0;
    position: absolute;
}.company-info-46 .virtual-training-16:nth-child(2)::before {
    background: linear-gradient(to bottom, rgb(156,154,186), rgb(189,194,217));
}.company-info-46 .virtual-training-16 h4 {
    margin-bottom: 20px;
    color: #000000;
    font-size: calc(22px * 1.1);
    position: relative;
    padding-left: 15px;
    font-weight: 600;
}.company-info-46 .virtual-training-16 h4::before {
    position: absolute;
    background-color: rgb(189,194,217);
    height: 2px;
    opacity: 0;
    content: "";
    animation: slideInLeft 0.6s 1s forwards ease-out;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
}.company-info-46 .virtual-training-16:nth-child(2) h4::before {
    background-color: rgb(156,154,186);
}.company-info-46 .virtual-training-16 div {
    font-size: 16px;
    line-height: 1.7;
    color: #000000;
    padding-right: 15px;
    scrollbar-width: thin;
    opacity: 0.9;
    max-height: 300px;
    scrollbar-color: rgb(156,154,186,0.5) transparent;
    padding-left: 15px;
    overflow-y: auto;
}.company-info-46 .virtual-training-16 div::-webkit-scrollbar {
    width: 4px;
}.company-info-46 .virtual-training-16 div::-webkit-scrollbar-track {
    background: transparent;
}.company-info-46 .virtual-training-16 div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(156,154,186,0.5);
}

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

@keyframes expandLine {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

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

@keyframes slideInLeft {
    0% {
        left: -20px;
        opacity: 0;
    }
    100% {
        left: 0;
        opacity: 1;
    }
}

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

@media (min-width: 768px) {.company-info-46 {
    padding: 150px 0 100px;
}.company-info-46 h1 {
    font-size: calc(39px * 1.1);
    margin-bottom: 60px;
}.company-info-46 h1::after {
    width: 120px;
    height: 4px;
}.company-info-46 .pro-classes-98 ul {
    gap: 40px;
    grid-template-columns: 1fr 1fr;
}.company-info-46 .virtual-training-16 {
    padding: 40px;
}.company-info-46 .virtual-training-16:nth-child(2) {
    animation: fadeInUp 0.8s 0.8s forwards ease-out;
    transform: translateY(40px);
}.company-info-46 .virtual-training-16 div {
    max-height: 400px;
}
}

@media (min-width: 992px) {.company-info-46 {
    padding: 180px 0 120px;
}.company-info-46::before {
    background: 
            radial-gradient(circle at 15% 25%, rgba(rgb(156,154,186,0.5), 0.08) 0%, transparent 50%),
            radial-gradient(circle at 85% 75%, rgba(rgb(189,194,217,0.5), 0.1) 0%, transparent 50%);
}.company-info-46 h1 {
    margin-bottom: 80px;
    font-size: calc(39px * 1.2);
}.company-info-46 .pro-classes-98 ul {
    gap: 60px;
}.company-info-46 .virtual-training-16 {
    padding: 50px;
}.company-info-46 .virtual-training-16::after {
    position: absolute;
    background: linear-gradient(135deg, transparent 50%, rgba(rgb(156,154,186,0.5), 0.03) 51%);
    height: 100px;
    width: 100px;
    right: 0;
    content: "";
    bottom: 0;
    z-index: -1;
}.company-info-46 .virtual-training-16:nth-child(2)::after {
    background: linear-gradient(135deg, transparent 50%, rgba(rgb(189,194,217,0.5), 0.03) 51%);
}.company-info-46 .virtual-training-16 h4 {
    margin-bottom: 25px;
    font-size: calc(22px * 1.2);
}.company-info-46 .virtual-training-16 div {
    max-height: 450px;
    font-size: calc(16px * 1.05);
    line-height: 1.8;
}
}

@media (min-width: 1200px) {.company-info-46 .container {
    padding: 0 30px;
}.company-info-46 .pro-classes-98 ul {
    gap: 80px;
    grid-template-columns: 1fr 1fr;
}.company-info-46 .virtual-training-16 {
    transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), box-shadow 0.5s;
}.company-info-46 .virtual-training-16:hover {
    transform: translateY(-8px) scale(1.01);
}}.pricing-panel-16 {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.pricing-panel-16::before {
    position: absolute;
    background: linear-gradient(135deg, rgba(18, 36, 66, 0.92), rgba(39, 55, 89, 0.85));
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}.pricing-panel-16 .container {
    z-index: 2;
    margin: 0 auto;
    max-width: 1320px;
    padding: 0 15px;
    position: relative;
}.learning-packages-26 {
    position: relative;
}.pricing-panel-16 h2 {
    transform: translateY(0);
    text-align: center;
    font-size: 38px;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    margin-bottom: 20px;
    font-weight: 700;
    color: #ffffff;
}.pricing-panel-16 h2::after {
    position: absolute;
    bottom: -12px;
    transform: translateX(-50%);
    content: "";
    background: rgb(189,194,217);
    width: 80px;
    left: 50%;
    height: 3px;
}.pricing-panel-16 .fee-schemes-28 {
    max-width: 760px;
    margin: 0 auto 50px;
    text-align: center;
    color: #ffffff;
    opacity: 0.9;
    line-height: 1.6;
    font-size: 18px;
}.pricing-panel-16 .program-fees-52 {
    margin: 0;
    list-style: none;
    display: grid;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
}.pricing-panel-16 .class-cost-20 {
    display: block;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    height: 100%;
    overflow: hidden;
    text-decoration: none;
}.pricing-panel-16 .study-rates-68 {
    transition: all 0.4s ease;
    height: 100%;
    display: flex;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
    justify-content: space-between;
    padding: 30px;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
    min-height: 380px;
    flex-direction: column;
    backdrop-filter: blur(10px);
    height: 100%;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}.pricing-panel-16 .study-rates-68::before {
    width: 100%;
    position: absolute;
    opacity: 0;
    height: 100%;
    background: linear-gradient(to bottom right, 
        rgb(189,194,217,0.5), 
        transparent,
        rgba(255, 255, 255, 0.05));
    left: 0;
    top: 0;
    transition: opacity 0.5s ease;
    content: "";
}.pricing-panel-16 .cost-table-57 {
    display: flex;
    z-index: 2;
    height: 100%;
    position: relative;
    flex-direction: column;
}.pricing-panel-16 .class-cost-20 h4 {
    padding-bottom: 15px;
    font-size: 22px;
    transition: transform 0.4s ease;
    position: relative;
    margin-bottom: 20px;
    font-weight: 600;
    color: #ffffff;
}.pricing-panel-16 .class-cost-20 h4::after {
    height: 2px;
    content: "";
    background: rgb(189,194,217);
    transition: width 0.4s ease;
    position: absolute;
    bottom: 0;
    width: 40px;
    left: 0;
}.pricing-panel-16 .class-cost-20 p {
    word-break: break-word;
    white-space: normal;
    overflow-wrap: break-word;
    flex-grow: 1;
    margin-bottom: 25px;
    font-size: 15px;
    line-height: 1.7;
    color: #ffffff;
    opacity: 0.85;
}.pricing-panel-16 .price-sheet-08 {
    position: relative;
    padding: 10px 20px;
    border-radius: 10px;
    color: #ffffff;
    display: inline-block;
    font-size: 28px;
    background: linear-gradient(135deg, rgb(189,194,217), rgb(156,154,186));
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    margin-top: auto;
    align-self: flex-start;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    font-weight: 700;
}.pricing-panel-16 .price-sheet-08::before {
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    left: 0;
    width: 100%;
    content: "";
    transform: translateX(-100%);
    top: 0;
    height: 100%;
    position: absolute;
    transition: transform 0.6s ease;
}.pricing-panel-16 .class-cost-20:hover {
    transform: translateY(-10px);
}.pricing-panel-16 .class-cost-20:hover .study-rates-68 {
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.25);
}.pricing-panel-16 .class-cost-20:hover .study-rates-68::before {
    opacity: 1;
}.pricing-panel-16 .class-cost-20:hover h4 {
    transform: translateX(5px);
}.pricing-panel-16 .class-cost-20:hover h4::after {
    width: 60px;
}.pricing-panel-16 .class-cost-20:hover .price-sheet-08 {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    transform: scale(1.05);
}.pricing-panel-16 .class-cost-20:hover .price-sheet-08::before {
    transform: translateX(100%);
}

@media (max-width: 1200px) {.pricing-panel-16 {
    padding: 100px 0;
}.pricing-panel-16 .program-fees-52 {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}.pricing-panel-16 .study-rates-68 {
    min-height: 360px;
    padding: 25px;
}.pricing-panel-16 h2 {
    font-size: calc(38px - 2px);
}
}

@media (max-width: 992px) {.pricing-panel-16 {
    padding: 80px 0;
}.pricing-panel-16 .program-fees-52 {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
}.pricing-panel-16 .study-rates-68 {
    padding: 22px;
    min-height: 340px;
}.pricing-panel-16 .class-cost-20 h4 {
    font-size: 20px;
}.pricing-panel-16 .class-cost-20 p {
    line-height: 1.6;
    font-size: 14px;
}.pricing-panel-16 .price-sheet-08 {
    padding: 8px 16px;
    font-size: 24px;
}
}

@media (max-width: 768px) {.pricing-panel-16 {
    padding: 60px 0;
}.pricing-panel-16 .program-fees-52 {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
}.pricing-panel-16 .study-rates-68 {
    padding: 25px;
    min-height: auto;
}.pricing-panel-16 h2 {
    font-size: calc(38px - 4px);
}.pricing-panel-16 .fee-schemes-28 {
    margin-bottom: 40px;
    font-size: 16px;
}
}

@media (max-width: 576px) {.pricing-panel-16 {
    padding: 50px 0;
}.pricing-panel-16 h2 {
    font-size: calc(38px - 6px);
}.pricing-panel-16 .fee-schemes-28 {
    margin-bottom: 30px;
    font-size: 15px;
}.pricing-panel-16 .study-rates-68 {
    padding: 20px;
}.pricing-panel-16 .class-cost-20 h4 {
    font-size: 18px;
    padding-bottom: 12px;
    margin-bottom: 15px;
}.pricing-panel-16 .class-cost-20 p {
    font-size: 14px;
    margin-bottom: 20px;
}.pricing-panel-16 .price-sheet-08 {
    padding: 8px 14px;
    font-size: 22px;
}}.title-portal-78 {
    min-height: 100vh;
    position: relative;
    background: linear-gradient(135deg, rgb(156,154,186) 0%, rgb(189,194,217) 100%);
    overflow: hidden;
    background: rgb(189,194,217);
    width: 100%;
}.title-portal-78::before {
    filter: blur(1px);
    position: absolute;
    opacity: 0.15;
    background: 
        radial-gradient(circle at 10% 20%, rgb(156,154,186,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 80%, rgb(189,194,217,0.5) 0%, transparent 40%),
        repeating-linear-gradient(45deg, rgb(222,222,236) 0%, rgb(222,222,236) 1%, transparent 1%, transparent 5%);
    animation: backgroundPulse 15s infinite alternate;
    width: 100%;
    z-index: 0;
    height: 100%;
    content: "";
    left: 0;
    background-size: 100% 100%, 100% 100%, 50px 50px;
    top: 0;
}@keyframes backgroundPulse {
    0% {
        background-position: 0% 0%, 0% 0%, 0 0;
        opacity: 0.15;
    }
    50% {
        background-position: 5% 10%, 5% 10%, 10px 10px;
        opacity: 0.25;
    }
    100% {
        background-position: 0% 0%, 0% 0%, 0 0;
        opacity: 0.15;
    }
}

.title-portal-78 .master-sessions-79 {
    position: relative;
    flex-direction: column;
    display: flex;
    z-index: 1;
    width: 100%;
    height: 100vh;
}.title-portal-78 .main-front-41 {
    width: 100%;
    box-shadow: 0 10px 30px -5px #000000;
    height: 100%;
    position: relative;
    max-height: 75vh;
    overflow: hidden;
}.title-portal-78 .main-front-41 input {
    display: none;
}.title-portal-78 .learn-lead-46 {
    width: calc(100% * var(--slide-count, 5));
    transition: transform 0.9s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    display: flex;
    height: 100%;
}.title-portal-78 .edu-smart-40 {
    position: relative;
    height: 100%;
    width: calc(100% / var(--slide-count, 5));
    overflow: hidden;
}.title-portal-78 .edu-smart-40::before {
    top: 0;
    background: linear-gradient(
        to bottom,
        transparent 40%,
        rgba(0, 0, 0, 0.8) 100%
    );
    z-index: 2;
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    content: "";
}.title-portal-78 .edu-smart-40 img {
    object-fit: cover;
    filter: brightness(0.9) contrast(1.1);
    height: 100%;
    transition: transform 1.5s ease;
    transform: scale(1.05);
    width: 100%;
}.title-portal-78 .learn-welcome-65 {
    background: rgb(156,154,186,0.5);
    transform: translateX(-50%);
    bottom: 40px;
    padding: 10px 20px;
    gap: 16px;
    left: 50%;
    display: flex;
    border-radius: 20px;
    backdrop-filter: blur(5px);
    z-index: 5;
    position: absolute;
}.title-portal-78 .learn-welcome-65 label {
    cursor: pointer;
    height: 14px;
    border: 2px solid rgb(189,194,217);
    position: relative;
    width: 14px;
    background: transparent;
    transition: all 0.3s ease;
    border-radius: 10px;
}.title-portal-78 .learn-welcome-65 label::before {
    height: 0;
    background: rgb(189,194,217);
    border-radius: 10px;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
    content: "";
    left: 50%;
    position: absolute;
    width: 0;
}.title-portal-78 .main-front-41 input:nth-child(1):checked ~ .learn-lead-46 {
    transform: translateX(0%);
}.title-portal-78 .main-front-41 input:nth-child(2):checked ~ .learn-lead-46 {
    transform: translateX(calc(-100% / var(--slide-count, 5) * 1));
}.title-portal-78 .main-front-41 input:nth-child(3):checked ~ .learn-lead-46 {
    transform: translateX(calc(-100% / var(--slide-count, 5) * 2));
}.title-portal-78 .main-front-41 input:nth-child(4):checked ~ .learn-lead-46 {
    transform: translateX(calc(-100% / var(--slide-count, 5) * 3));
}.title-portal-78 .main-front-41 input:nth-child(5):checked ~ .learn-lead-46 {
    transform: translateX(calc(-100% / var(--slide-count, 5) * 4));
}.title-portal-78 .main-front-41 input:nth-child(6):checked ~ .learn-lead-46 {
    transform: translateX(calc(-100% / var(--slide-count, 5) * 5));
}.title-portal-78 .main-front-41 input:nth-child(7):checked ~ .learn-lead-46 {
    transform: translateX(calc(-100% / var(--slide-count, 5) * 6));
}.title-portal-78 .main-front-41 input:nth-child(8):checked ~ .learn-lead-46 {
    transform: translateX(calc(-100% / var(--slide-count, 5) * 7));
}.title-portal-78 .main-front-41 input:nth-child(9):checked ~ .learn-lead-46 {
    transform: translateX(calc(-100% / var(--slide-count, 5) * 8));
}.title-portal-78 .main-front-41 input:nth-child(10):checked ~ .learn-lead-46 {
    transform: translateX(calc(-100% / var(--slide-count, 5) * 9));
}.title-portal-78 .main-front-41 input:nth-child(1):checked ~ .learn-welcome-65 label:nth-child(1)::before,
.title-portal-78 .main-front-41 input:nth-child(2):checked ~ .learn-welcome-65 label:nth-child(2)::before,
.title-portal-78 .main-front-41 input:nth-child(3):checked ~ .learn-welcome-65 label:nth-child(3)::before,
.title-portal-78 .main-front-41 input:nth-child(4):checked ~ .learn-welcome-65 label:nth-child(4)::before,
.title-portal-78 .main-front-41 input:nth-child(5):checked ~ .learn-welcome-65 label:nth-child(5)::before,
.title-portal-78 .main-front-41 input:nth-child(6):checked ~ .learn-welcome-65 label:nth-child(6)::before,
.title-portal-78 .main-front-41 input:nth-child(7):checked ~ .learn-welcome-65 label:nth-child(7)::before,
.title-portal-78 .main-front-41 input:nth-child(8):checked ~ .learn-welcome-65 label:nth-child(8)::before,
.title-portal-78 .main-front-41 input:nth-child(9):checked ~ .learn-welcome-65 label:nth-child(9)::before,
.title-portal-78 .main-front-41 input:nth-child(10):checked ~ .learn-welcome-65 label:nth-child(10)::before {
    height: 6px;
    width: 6px;
}.title-portal-78 .main-front-41 input:nth-child(1):checked ~ .learn-welcome-65 label:nth-child(1),
.title-portal-78 .main-front-41 input:nth-child(2):checked ~ .learn-welcome-65 label:nth-child(2),
.title-portal-78 .main-front-41 input:nth-child(3):checked ~ .learn-welcome-65 label:nth-child(3),
.title-portal-78 .main-front-41 input:nth-child(4):checked ~ .learn-welcome-65 label:nth-child(4),
.title-portal-78 .main-front-41 input:nth-child(5):checked ~ .learn-welcome-65 label:nth-child(5),
.title-portal-78 .main-front-41 input:nth-child(6):checked ~ .learn-welcome-65 label:nth-child(6),
.title-portal-78 .main-front-41 input:nth-child(7):checked ~ .learn-welcome-65 label:nth-child(7),
.title-portal-78 .main-front-41 input:nth-child(8):checked ~ .learn-welcome-65 label:nth-child(8),
.title-portal-78 .main-front-41 input:nth-child(9):checked ~ .learn-welcome-65 label:nth-child(9),
.title-portal-78 .main-front-41 input:nth-child(10):checked ~ .learn-welcome-65 label:nth-child(10) {
    background: rgb(189,194,217,0.5);
    border-color: rgb(189,194,217);
    transform: scale(1.2);
}.title-portal-78 .main-front-41 input:checked ~ .learn-lead-46 .edu-smart-40:has(img) img {
    transform: scale(1);
}.title-portal-78 .text-panel-wrap-43 {
    padding: 60px 0 40px;
    position: absolute;
    width: 100%;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
    bottom: 0;
    z-index: 4;
    left: 0;
}.title-portal-78 .text-panel-wrap-43 .container {
    max-width: 1140px;
    padding: 0 15px;
    position: relative;
    margin: 0 auto;
}.title-portal-78 .text-panel-wrap-43 .container::before {
    background: #ffffff;
    height: 3px;
    position: absolute;
    left: 15px;
    content: "";
    animation: lineExpand 1.5s ease forwards;
    top: 0;
    width: 80px;
    transform-origin: left;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}@keyframes lineExpand {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

.title-portal-78 .text-panel-wrap-43 h1 {
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    font-weight: 700;
    animation: fadeUp 0.6s ease forwards 0.3s;
    opacity: 0;
    font-size: 45px;
    margin-bottom: 15px;
    color: #ffffff;
    transform: translateY(20px);
}.title-portal-78 .text-panel-wrap-43 h3 {
    animation: fadeUp 0.6s ease forwards 0.6s;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    opacity: 0;
    margin-bottom: 20px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
    transform: translateY(20px);
}.title-portal-78 .text-panel-wrap-43 p {
    animation: fadeUp 0.6s ease forwards 0.9s;
    color: #ffffff;
    transform: translateY(20px);
    line-height: 1.7;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
    opacity: 0;
    margin-bottom: 0;
    max-width: 80%;
    font-weight: 400;
    font-size: 17px;
}@keyframes fadeUp {
    0% {
        transform: translateY(20px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.title-portal-78 .edu-smart-40::after {
    background: radial-gradient(
        circle at center,
        transparent 30%,
        rgb(156,154,186,0.5) 100%
    );
    position: absolute;
    z-index: 1;
    left: 0;
    width: 100%;
    top: 0;
    opacity: 0.7;
    height: 100%;
    content: "";
}.title-portal-78 .learn-welcome-65::before,
.title-portal-78 .learn-welcome-65::after {
    content: "";
    top: 50%;
    width: 30px;
    position: absolute;
    background: rgb(189,194,217);
    height: 1px;
}.title-portal-78 .learn-welcome-65::before {
    transform: translateX(-100%);
    left: -20px;
}.title-portal-78 .learn-welcome-65::after {
    right: -20px;
    transform: translateX(100%);
}

@media (max-width: 1200px) {.title-portal-78 .text-panel-wrap-43 .container {
    max-width: 960px;
}.title-portal-78 .text-panel-wrap-43 p {
    max-width: 90%;
}
}

@media (max-width: 992px) {.title-portal-78 .text-panel-wrap-43 .container {
    max-width: 720px;
}.title-portal-78 .text-panel-wrap-43 p {
    max-width: 100%;
}.title-portal-78 .main-front-41 {
    max-height: 70vh;
}
}

@media (max-width: 768px) {.title-portal-78 .text-panel-wrap-43 .container {
    max-width: 540px;
}.title-portal-78 .text-panel-wrap-43 h1 {
    font-size: calc(45px * 0.85);
}.title-portal-78 .text-panel-wrap-43 h3 {
    font-size: calc(18px * 0.9);
}.title-portal-78 .learn-welcome-65 {
    gap: 12px;
    bottom: 30px;
}.title-portal-78 .learn-welcome-65 label {
    height: 12px;
    width: 12px;
}.title-portal-78 .main-front-41 {
    max-height: 60vh;
}
}

@media (max-width: 576px) {.title-portal-78 .text-panel-wrap-43 {
    padding: 40px 0 30px;
}.title-portal-78 .text-panel-wrap-43 h1 {
    font-size: calc(45px * 0.7);
    margin-bottom: 10px;
}.title-portal-78 .text-panel-wrap-43 h3 {
    margin-bottom: 15px;
    font-size: calc(18px * 0.8);
}.title-portal-78 .text-panel-wrap-43 p {
    font-size: calc(17px * 0.9);
}.title-portal-78 .learn-welcome-65 {
    bottom: 20px;
    gap: 10px;
    padding: 8px 15px;
}.title-portal-78 .learn-welcome-65 label {
    height: 10px;
    width: 10px;
}.title-portal-78 .learn-welcome-65::before,
    .title-portal-78 .learn-welcome-65::after {
    display: none;
}.title-portal-78 .main-front-41 {
    max-height: 50vh;
}}

.title-portal-78 .master-sessions-79::after {
    width: 60px;
    border-radius: 50%;
    bottom: 20px;
    position: absolute;
    height: 60px;
    right: 20px;
    content: "";
    opacity: 0.6;
    z-index: 3;
    border: 1px solid rgb(189,194,217,0.5);
}.title-portal-78 .master-sessions-79::before {
    border-radius: 50%;
    left: 30px;
    position: absolute;
    width: 40px;
    z-index: 3;
    opacity: 0.4;
    height: 40px;
    content: "";
    border: 1px solid rgb(156,154,186,0.5);
    top: 30px;
}.title-portal-78 .learn-lead-46 {
    counter-reset: slideNum;
}.title-portal-78 .edu-smart-40 {
    position: relative;
    counter-increment: slideNum;
}.title-portal-78 .edu-smart-40::before {
    font-weight: 600;
    font-size: 16px;
    mix-blend-mode: difference;
    position: absolute;
    z-index: 3;
    top: 20px;
    right: 20px;
    color: #ffffff;
    opacity: 0.7;
}.title-portal-78 {
    --slide-count: 5;
}.title-portal-78 .main-front-41 input:checked ~ .learn-lead-46 .edu-smart-40 img {
    animation: zoomPulse 8s infinite alternate;
}@keyframes zoomPulse {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.05);
    }
}.thanksBlock-78 {
    overflow: hidden;
    min-height: 60vh;
    perspective: 1000px;
    position: relative;
    padding: 5rem 0;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, rgb(156,154,186,0.5), rgb(189,194,217,0.5) 70%);
}.thanksBlock-78::before {
    width: 100%;
    content: "";
    top: 0;
    position: absolute;
    z-index: 1;
    opacity: 0.07;
    height: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(156,154,186,0.5) 0px,
        rgb(156,154,186,0.5) 2px,
        transparent 2px,
        transparent 8px
    );
    pointer-events: none;
    left: 0;
}.thanksBlock-78::after {
    right: -20%;
    animation: shimmerEffect 15s infinite alternate ease-in-out;
    z-index: 0;
    opacity: 0.15;
    transform: rotate(35deg);
    width: 80%;
    position: absolute;
    background: radial-gradient(
        circle at center,
        rgb(189,194,217,0.5) 0%,
        transparent 70%
    );
    content: "";
    top: -50%;
    height: 200%;
}.thanksBlock-78 .container {
    position: relative;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    width: 90%;
}.thanksBlock-78 .master-sessions-79 {
    transform: rotateX(2deg) rotateY(1deg);
    backdrop-filter: blur(10px);
    border-radius: 3px;
    transform-style: preserve-3d;
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.1),
        0 2px 5px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    padding: 3.5rem;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(
        to right bottom,
        rgba(255, 255, 255, 0.9),
        rgba(255, 255, 255, 0.7)
    );
    position: relative;
}.thanksBlock-78 .master-sessions-79:hover {
    transform: rotateX(0deg) rotateY(0deg);
}.thanksBlock-78 .master-sessions-79::before {
    transform: translateZ(-10px);
    opacity: 0.05;
    left: 0;
    height: 100%;
    pointer-events: none;
    position: absolute;
    background: linear-gradient(
        45deg,
        rgb(156,154,186,0.5) 0%,
        transparent 30%,
        transparent 70%,
        rgb(189,194,217,0.5) 100%
    );
    top: 0;
    z-index: -1;
    content: "";
    width: 100%;
}.thanksBlock-78 .master-sessions-79 > div:first-child {
    padding-bottom: 1.5rem;
    position: relative;
    margin-bottom: 2rem;
}.thanksBlock-78 .master-sessions-79 > div:first-child::after {
    left: 0;
    bottom: 0;
    content: "";
    transform-origin: left center;
    position: absolute;
    width: 40%;
    background: linear-gradient(
        to right,
        rgb(156,154,186),
        rgb(189,194,217,0.5)
    );
    animation: lineExtend 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    height: 3px;
}.thanksBlock-78 h5 {
    color: #000000;
    animation: fadeInUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.3s;
    margin: 0;
    font-size: clamp(1.5rem, 2.5vw, 22px);
    line-height: 1.4;
    font-weight: 700;
    opacity: 0;
    transform: translateY(15px);
}.thanksBlock-78 p {
    opacity: 0;
    transform: translateY(20px);
    font-size: clamp(1rem, 1.2vw, 13px);
    font-family: Arial, sans-serif;
    animation: fadeInUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.6s;
    line-height: 1.8;
    max-width: 95%;
    color: #000000;
    margin: 0;
}.thanksBlock-78 a {
    color: inherit;
    position: relative;
    transform: scale(1);
    transition: transform 0.3s ease;
    display: inline-block;
    text-decoration: none;
}.thanksBlock-78 a:hover {
    transform: scale(1.01);
}.thanksBlock-78 a::before {
    border: 1px solid rgb(156,154,186,0.5);
    border-radius: 3px;
    position: absolute;
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: none;
    top: -15px;
    width: calc(100% + 30px);
    content: "";
    height: calc(100% + 30px);
    opacity: 0;
    left: -15px;
}.thanksBlock-78 a:hover::before {
    opacity: 0.5;
    transform: scale(1.02);
}.thanksBlock-78 a::after {
    width: 100%;
    content: "";
    transform-origin: right;
    left: 0;
    bottom: -5px;
    height: 1px;
    transform: scaleX(0);
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    background: linear-gradient(
        to right,
        rgb(156,154,186),
        rgb(189,194,217)
    );
    position: absolute;
}.thanksBlock-78 a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

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

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

@keyframes shimmerEffect {
    0%, 100% {
        opacity: 0.15;
        transform: rotate(35deg) translateX(0);
    }
    50% {
        opacity: 0.25;
        transform: rotate(35deg) translateX(5%);
    }
}

@media (max-width: 991px) {.thanksBlock-78 {
    padding: 4rem 0;
}.thanksBlock-78 .master-sessions-79 {
    padding: 2.5rem;
    transform: rotateX(1deg) rotateY(0.5deg);
}.thanksBlock-78 h5 {
    line-height: 1.35;
}.thanksBlock-78 p {
    max-width: 100%;
}.thanksBlock-78 .master-sessions-79 > div:first-child::after {
    width: 60%;
}
}

@media (max-width: 767px) {.thanksBlock-78 {
    padding: 3rem 0;
    min-height: auto;
}.thanksBlock-78 .master-sessions-79 {
    padding: 2rem;
    transform: none;
}.thanksBlock-78 .master-sessions-79 > div:first-child {
    margin-bottom: 1.5rem;
    padding-bottom: 1.2rem;
}.thanksBlock-78 .master-sessions-79 > div:first-child::after {
    width: 80%;
}.thanksBlock-78 p {
    line-height: 1.6;
}.thanksBlock-78::after {
    right: -50%;
    top: -30%;
    width: 100%;
}
}

@media (max-width: 480px) {.thanksBlock-78 {
    padding: 2.5rem 0;
}.thanksBlock-78 .master-sessions-79 {
    padding: 1.5rem;
}.thanksBlock-78 h5 {
    font-size: 1.3rem;
}.thanksBlock-78 p {
    font-size: 0.95rem;
}.thanksBlock-78 .master-sessions-79 > div:first-child {
    padding-bottom: 1rem;
    margin-bottom: 1.2rem;
}.thanksBlock-78 a::before {
    left: -10px;
    height: calc(100% + 20px);
    top: -10px;
    width: calc(100% + 20px);
}}.reach-out-07 {
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
}.reach-out-07::before {
    left: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
    right: 0;
    content: "";
}.reach-out-07::after {
    width: 200%;
    background: linear-gradient(45deg, 
        transparent 65%, 
        rgba(255, 255, 255, 0.08) 70%, 
        transparent 75%);
    height: 200%;
    animation: shine 8s linear infinite;
    top: -50%;
    z-index: 2;
    content: "";
    position: absolute;
    left: -50%;
}.reach-out-07 .container {
    max-width: 1200px;
    position: relative;
    padding: 0 15px;
    margin: 0 auto;
    z-index: 3;
}.reach-out-07 .connect-support-04 {
    padding: 2rem;
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2), 
                0 5px 10px rgba(0, 0, 0, 0.1);
    gap: 2rem;
    position: relative;
    overflow: hidden;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.03), rgba(0, 0, 0, 0.3));
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    flex-wrap: wrap;
}.reach-out-07 .connect-support-04::before {
    left: -50%;
    width: 200%;
    height: 1px;
    content: "";
    top: 0;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(189,194,217), 
        transparent);
    position: absolute;
}.reach-out-07 .connect-support-04::after {
    width: 200%;
    position: absolute;
    height: 1px;
    right: -50%;
    bottom: 0;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(156,154,186), 
        transparent);
    content: "";
}.reach-out-07 .request-form-68 {
    transform: translateZ(0);
    padding: 2rem;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
    flex: 1 1 300px;
    border-radius: 10px;
    overflow: hidden;
    background: linear-gradient(135deg, 
        rgb(189,194,217,0.5), 
        rgba(0, 0, 0, 0.2));
    backdrop-filter: blur(5px);
}.reach-out-07 .request-form-68::before {
    width: 200%;
    z-index: -1;
    content: "";
    left: -50%;
    animation: pulse 15s infinite linear;
    height: 200%;
    position: absolute;
    background: radial-gradient(
        circle at center, 
        rgba(255, 255, 255, 0.05) 0%, 
        transparent 70%);
    top: -50%;
}.reach-out-07 .request-form-68 h3 {
    position: relative;
    font-weight: 600;
    font-size: 19px;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    color: #ffffff;
}.reach-out-07 .request-form-68 h3::after {
    height: 2px;
    background: rgb(156,154,186);
    box-shadow: 0 0 8px rgb(156,154,186);
    bottom: 0;
    left: 0;
    width: 50px;
    position: absolute;
    content: "";
}.reach-out-07 .request-form-68 div {
    display: flex;
    padding-left: 10px;
    margin-bottom: 1.5rem;
    align-items: center;
    position: relative;
    transition: all 0.3s ease;
}.reach-out-07 .request-form-68 div:hover {
    transform: translateX(5px);
}.reach-out-07 .request-form-68 div::before {
    background: rgb(156,154,186);
    content: "";
    top: 50%;
    width: 3px;
    transition: height 0.3s ease;
    height: 0;
    left: 0;
    position: absolute;
}.reach-out-07 .request-form-68 div:hover::before {
    top: 10%;
    height: 80%;
}.reach-out-07 .request-form-68 div svg {
    flex-shrink: 0;
    margin-right: 15px;
    height: 20px;
    width: 20px;
}.reach-out-07 .request-form-68 div svg path {
    transition: all 0.3s ease;
    fill: rgb(156,154,186);
}.reach-out-07 .request-form-68 div:hover svg path {
    fill: rgb(189,194,217);
    filter: drop-shadow(0 0 2px rgb(189,194,217));
}.reach-out-07 .request-form-68 div span {
    color: #ffffff;
    font-size: calc(17px - 2px);
    letter-spacing: 0.5px;
}.reach-out-07 .request-form-68 div span a {
    text-decoration: none;
    color: #ffffff;
    transition: all 0.3s ease;
}.reach-out-07 .request-form-68 div span a:hover {
    color: rgb(156,154,186);
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
}.reach-out-07 .message-widget-64 {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    flex: 1 1 400px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.05), 
        rgba(0, 0, 0, 0.1));
    border-radius: 10px;
    padding: 2rem;
    backdrop-filter: blur(8px);
}.reach-out-07 .message-widget-64::before {
    opacity: 0.3;
    height: 200px;
    border-radius: 50%;
    position: absolute;
    width: 200px;
    background: radial-gradient(
        circle, 
        rgb(189,194,217,0.5) 0%, 
        transparent 70%);
    right: -100px;
    top: -100px;
    content: "";
}.reach-out-07 .message-widget-64 form {
    gap: 1.2rem;
    display: flex;
    flex-direction: column;
}.reach-out-07 .message-widget-64 h3 {
    text-align: center;
    margin-bottom: 1.5rem;
    font-size: 21px;
    font-weight: 600;
    color: #ffffff;
    position: relative;
}.reach-out-07 .message-widget-64 h3::after {
    background: rgb(156,154,186);
    left: 50%;
    content: "";
    bottom: -10px;
    height: 2px;
    position: absolute;
    transform: translateX(-50%);
    box-shadow: 0 0 8px rgb(156,154,186);
    width: 50px;
}.reach-out-07 .message-widget-64 input[type="text"],
.reach-out-07 .message-widget-64 input[type="email"] {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    background: rgba(0, 0, 0, 0.2);
    font-size: 17px;
    border-radius: 10px;
    outline: none;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    width: 100%;
    padding: 12px 15px;
}.reach-out-07 .message-widget-64 input[type="text"]:focus,
.reach-out-07 .message-widget-64 input[type="email"]:focus {
    box-shadow: 0 0 0 2px rgb(189,194,217,0.5);
    background: rgba(0, 0, 0, 0.3);
    border-color: rgb(189,194,217);
}.reach-out-07 .message-widget-64 input[type="text"]::placeholder,
.reach-out-07 .message-widget-64 input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}.reach-out-07 .message-widget-64 .message-list-75 {
    gap: 10px;
    display: flex;
    margin: 0.5rem 0;
    align-items: flex-start;
}.reach-out-07 .message-widget-64 .message-list-75 input[type="checkbox"] {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.2);
    margin-top: 3px;
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    width: 18px;
    flex-shrink: 0;
    transition: all 0.3s ease;
    height: 18px;
    cursor: pointer;
}.reach-out-07 .message-widget-64 .message-list-75 input[type="checkbox"]:checked {
    border-color: rgb(156,154,186);
    background: rgb(156,154,186);
}.reach-out-07 .message-widget-64 .message-list-75 input[type="checkbox"]:checked::before {
    left: 50%;
    position: absolute;
    content: "✓";
    font-size: 12px;
    top: 50%;
    color: #ffffff;
    transform: translate(-50%, -50%);
}.reach-out-07 .message-widget-64 .message-list-75 label {
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.8);
    font-size: calc(17px - 2px);
}.reach-out-07 .message-widget-64 .message-list-75 label a {
    text-decoration: none;
    color: rgb(156,154,186);
    transition: all 0.3s ease;
    position: relative;
}.reach-out-07 .message-widget-64 .message-list-75 label a::after {
    height: 1px;
    position: absolute;
    background: rgb(156,154,186);
    width: 0;
    content: "";
    left: 0;
    transition: width 0.3s ease;
    bottom: -2px;
}.reach-out-07 .message-widget-64 .message-list-75 label a:hover::after {
    width: 100%;
}.reach-out-07 .message-widget-64 .feedback-help-24 {
    transition: all 0.3s ease;
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    border: none;
    text-transform: uppercase;
    padding: 12px 20px;
    margin-top: 1rem;
    letter-spacing: 1px;
    border-radius: 10px;
    background: linear-gradient(135deg, 
        rgb(189,194,217), 
        rgb(156,154,186));
    position: relative;
    font-size: 17px;
    cursor: pointer;
    font-weight: 600;
    overflow: hidden;
}.reach-out-07 .message-widget-64 .feedback-help-24::before {
    top: 0;
    left: -100%;
    content: "";
    transition: all 0.6s ease;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.2), 
        transparent);
}.reach-out-07 .message-widget-64 .feedback-help-24:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}.reach-out-07 .message-widget-64 .feedback-help-24:hover::before {
    left: 100%;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 0.3;
    }
}

@keyframes shine {
    0% {
        transform: translateX(-100%) translateY(-100%) rotate(45deg);
    }
    100% {
        transform: translateX(100%) translateY(100%) rotate(45deg);
    }
}

@media screen and (max-width: 992px) {.reach-out-07 {
    padding: 5rem 0;
}.reach-out-07 .connect-support-04 {
    flex-direction: column;
    gap: 2rem;
}.reach-out-07 .request-form-68,
    .reach-out-07 .message-widget-64 {
    flex: 1 1 100%;
}
}

@media screen and (max-width: 768px) {.reach-out-07 {
    padding: 4rem 0;
}.reach-out-07 .connect-support-04 {
    padding: 1.5rem;
}.reach-out-07 .request-form-68,
    .reach-out-07 .message-widget-64 {
    padding: 1.5rem;
}.reach-out-07 .request-form-68 div svg {
    width: 18px;
    margin-right: 10px;
    height: 18px;
}.reach-out-07 .request-form-68 h3,
    .reach-out-07 .message-widget-64 h3 {
    font-size: calc(21px - 2px);
}
}

@media screen and (max-width: 576px) {.reach-out-07 {
    padding: 3rem 0;
}.reach-out-07 .connect-support-04 {
    gap: 1.5rem;
    padding: 1rem;
}.reach-out-07 .request-form-68,
    .reach-out-07 .message-widget-64 {
    padding: 1rem;
}.reach-out-07 .request-form-68 div {
    margin-bottom: 1rem;
}.reach-out-07 .message-widget-64 form {
    gap: 1rem;
}.reach-out-07 .message-widget-64 input[type="text"],
    .reach-out-07 .message-widget-64 input[type="email"] {
    padding: 10px 12px;
}.reach-out-07 .message-widget-64 .feedback-help-24 {
    padding: 10px 16px;
}}.cookie-message-banner-69 {
    border-top: 3px solid rgb(189,194,217);
    background: rgb(222,222,236);
    z-index: 90;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    position: fixed;
    bottom: 0;
    width: 100%;
    transition: transform 0.3s ease-in-out;
}.cookie-view-40 {
    align-items: center;
    margin: 0 auto;
    padding: 20px 15px;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
}.cookie-lock-47 {
    flex-shrink: 0;
    margin-right: 15px;
}.cookie-lock-47 svg {
    transition: fill 0.3s ease;
    height: 60px;
    width: 60px;
    fill: rgb(189,194,217);
}.cookie-lock-47 svg:hover {
    fill: rgb(156,154,186);
}.cookie-tips-63 {
    margin-right: 15px;
    flex-grow: 1;
    color: #000000;
}.cookie-message-banner-69 h5 {
    color: rgb(189,194,217);
    font-family: Arial, sans-serif;
    margin-bottom: 8px;
    font-size: 21px;
    font-weight: 600;
}.cookie-message-banner-69 p {
    line-height: 1.5;
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: 14px;
}.privacy-notify-50 {
    margin-left: 10px;
    padding: 10px 20px;
    font-size: 17px;
    color: #ffffff;
    background: rgb(189,194,217);
    line-height: 35px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    border-radius: 26px;
}.privacy-notify-50:hover {
    box-shadow: 0 0 10px rgb(156,154,186,0.5);
    background: rgb(156,154,186);
}#cookiePermissionAcceptBtn-95 {
    background: rgb(189,194,217);
}#refuseTrackingCookiesBtn-65 {
    background: rgba(0, 0, 0, 0.5);
}.cookie-message-banner-69 p a {
    text-decoration: underline;
    color: rgb(189,194,217);
    transition: color 0.3s ease;
}.cookie-message-banner-69 p a:hover {
    color: rgb(156,154,186);
}
@media only screen and (max-width: 1200px) {.cookie-view-40 {
    flex-direction: column;
    align-items: center;
}.cookie-lock-47 {
    margin-bottom: 15px;
}.cookie-tips-63 {
    text-align: center;
    margin-right: 0;
    margin-bottom: 15px;
}.privacy-notify-50 {
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
    max-width: 200px;
}
}
@media only screen and (max-width: 800px) {.cookie-view-40 {
    padding: 15px;
}.cookie-lock-47 {
    display: none;
}.cookie-message-banner-69 h5 {
    font-size: 17px;
}.cookie-message-banner-69 p {
    font-size: 16px;
}}
#dialogPolicyNotice-48 {
    display: none;
}#dialogPolicyNotice-48:checked ~ .cookie-message-banner-69 {
    opacity: 0;
    visibility: hidden;
}.launch-now-81 {
    background-size: 200% 200%;
    z-index: 1;
    position: relative;
    background: linear-gradient(130deg, rgb(189,194,217) 0%, rgb(156,154,186) 50%, rgb(189,194,217) 100%);
    overflow: hidden;
    padding: 120px 0;
    animation: gradientFlow 15s ease infinite;
}.launch-now-81::before {
    width: 100%;
    background: 
        repeating-conic-gradient(
            from 0deg at 50% 50%,
            transparent 0deg,
            transparent 10deg,
            rgba(255, 255, 255, 0.03) 10deg,
            rgba(255, 255, 255, 0.03) 20deg
        );
    position: absolute;
    top: 0;
    content: '';
    left: 0;
    height: 100%;
    animation: rotateQuantum 30s linear infinite;
    z-index: -1;
}.launch-now-81::after {
    height: 200%;
    content: '';
    left: -50%;
    opacity: 0.1;
    top: -50%;
    background: radial-gradient(
        ellipse at center,
        rgba(255, 255, 255, 0.2) 0%,
        transparent 60%
    );
    z-index: -1;
    position: absolute;
    width: 200%;
    animation: pulseRadial 10s ease-in-out infinite alternate;
}.launch-now-81 .master-sessions-79 {
    z-index: 2;
    margin: 0 auto;
    border: 1px solid rgba(255, 255, 255, 0.1);
    max-width: 1000px;
    justify-content: center;
    display: flex;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-radius: 11px;
    padding: 60px 40px;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.05);
    align-items: center;
    position: relative;
    backdrop-filter: blur(10px);
    overflow: hidden;
}.launch-now-81 .master-sessions-79::before {
    width: 100%;
    opacity: 0.3;
    z-index: -1;
    position: absolute;
    background-size: 40px 40px;
    content: '';
    animation: pulseGrid 4s linear infinite alternate;
    top: 0;
    background: 
        linear-gradient(90deg, transparent 49.5%, rgba(255, 255, 255, 0.1) 50%, transparent 50.5%),
        linear-gradient(0deg, transparent 49.5%, rgba(255, 255, 255, 0.1) 50%, transparent 50.5%);
    height: 100%;
    left: 0;
}.launch-now-81 .master-sessions-79::after {
    opacity: 0.1;
    animation: rotateQuantumGradient 20s linear infinite;
    background: conic-gradient(
        from 0deg at 50% 50%,
        rgb(189,194,217,0.5) 0deg,
        rgb(156,154,186,0.5) 120deg,
        rgb(189,194,217,0.5) 240deg,
        rgb(156,154,186,0.5) 360deg
    );
    position: absolute;
    width: 200%;
    left: -50%;
    z-index: -1;
    top: -50%;
    content: '';
    height: 200%;
}.launch-now-81 h3 {
    font-family: Arial, sans-serif;
    font-weight: 700;
    position: relative;
    font-size: 37px;
    color: #ffffff;
    text-transform: uppercase;
    animation: floatTitle 6s ease-in-out infinite;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
    letter-spacing: 3px;
    text-align: center;
    margin-bottom: 60px;
}.launch-now-81 h3::before {
    transform: translateX(-50%);
    box-shadow: 0 0 10px #ffffff;
    bottom: -20px;
    height: 1px;
    left: 50%;
    width: 80px;
    content: '';
    position: absolute;
    background: linear-gradient(to right, transparent, #ffffff, transparent);
}.launch-now-81 h3::after {
    animation: titleScan 3s ease-in-out infinite;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.1) 50%,
        transparent 100%
    );
    position: absolute;
    height: 100%;
    top: 0;
    content: '';
    opacity: 0;
    width: 100%;
    left: 0;
}.launch-now-81 .edu-faq-52 {
    background: transparent;
    overflow: hidden;
    position: relative;
    letter-spacing: 2px;
    font-family: Arial, sans-serif;
    border: 2px solid rgba(255, 255, 255, 0.5);
    z-index: 1;
    transition: all 0.4s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2), 0 0 10px rgba(255, 255, 255, 0.1);
    text-transform: uppercase;
    padding: 18px 45px;
    border-radius: 11px;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
}.launch-now-81 .edu-faq-52::before {
    position: absolute;
    left: 0;
    transition: opacity 0.4s ease;
    z-index: -1;
    top: 0;
    background: linear-gradient(
        170deg,
        #ffffff 0%,
        rgba(255, 255, 255, 0.7) 100%
    );
    content: '';
    height: 100%;
    width: 100%;
    opacity: 0;
}.launch-now-81 .edu-faq-52::after {
    position: absolute;
    height: 200%;
    left: -100px;
    width: 20px;
    z-index: 2;
    content: '';
    transform: rotate(35deg);
    transition: all 0.6s ease;
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.7),
        transparent
    );
    top: -50%;
}.launch-now-81 .edu-faq-52:hover {
    transform: translateY(-5px);
    color: rgb(189,194,217);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.3), 0 0 20px rgba(255, 255, 255, 0.2);
    border-color: transparent;
}.launch-now-81 .edu-faq-52:hover::before {
    opacity: 1;
}.launch-now-81 .edu-faq-52:hover::after {
    left: 120%;
}

@media screen and (max-width: 992px) {.launch-now-81 {
    padding: 100px 0;
}.launch-now-81 .master-sessions-79 {
    max-width: 90%;
    padding: 50px 30px;
}.launch-now-81 h3 {
    font-size: calc(37px * 0.9);
    margin-bottom: 50px;
    letter-spacing: 2.5px;
}.launch-now-81 h3::before {
    bottom: -18px;
    width: 70px;
}.launch-now-81 .edu-faq-52 {
    padding: 16px 40px;
    font-size: calc(16px * 0.95);
}
}

@media screen and (max-width: 768px) {.launch-now-81 {
    padding: 80px 0;
}.launch-now-81 .master-sessions-79 {
    padding: 40px 25px;
}.launch-now-81 h3 {
    font-size: calc(37px * 0.8);
    margin-bottom: 45px;
    letter-spacing: 2px;
}.launch-now-81 h3::before {
    width: 60px;
    bottom: -15px;
}.launch-now-81 .edu-faq-52 {
    letter-spacing: 1.5px;
    font-size: calc(16px * 0.9);
    padding: 14px 35px;
}
}

@media screen and (max-width: 576px) {.launch-now-81 {
    padding: 60px 0;
}.launch-now-81 .master-sessions-79 {
    padding: 30px 20px;
}.launch-now-81 h3 {
    font-size: calc(37px * 0.7);
    margin-bottom: 40px;
    letter-spacing: 1.5px;
}.launch-now-81 h3::before {
    width: 50px;
    bottom: -12px;
}.launch-now-81 .edu-faq-52 {
    letter-spacing: 1px;
    font-size: calc(16px * 0.85);
    padding: 12px 30px;
}}

@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes rotateQuantum {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulseRadial {
    0% {
        opacity: 0.05;
        transform: scale(1);
    }
    50% {
        opacity: 0.1;
        transform: scale(1.1);
    }
    100% {
        opacity: 0.05;
        transform: scale(1);
    }
}

@keyframes pulseGrid {
    0% {
        opacity: 0.2;
        background-size: 40px 40px;
    }
    100% {
        opacity: 0.3;
        background-size: 45px 45px;
    }
}

@keyframes rotateQuantumGradient {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}

@keyframes floatTitle {
    0%, 100% {
        transform: translateY(0);
        text-shadow: 0 0 15px rgba(255, 255, 255, 0.4);
    }
    50% {
        transform: translateY(-10px);
        text-shadow: 0 0 25px rgba(255, 255, 255, 0.6);
    }
}

@keyframes titleScan {
    0%, 100% {
        opacity: 0;
        transform: translateX(-100%);
    }
    50% {
        opacity: 0.5;
        transform: translateX(100%);
    }
}header .top-info-03 {
    position: relative;
    background: rgb(222,222,236);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    z-index: 100;
    overflow: hidden;
}header .top-info-03::before {
    height: 100%;
    content: "";
    top: 0;
    opacity: 0.2;
    background: 
        radial-gradient(circle at 10% 20%, rgb(189,194,217,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(156,154,186,0.5) 0%, transparent 30%);
    left: 0;
    width: 100%;
    position: absolute;
    z-index: -1;
}header .top-info-03::after {
    width: 40%;
    background: linear-gradient(135deg, transparent 25%, rgb(189,194,217,0.5) 100%);
    z-index: -1;
    height: 100%;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    opacity: 0.1;
    top: 0;
    right: 0;
    content: "";
    position: absolute;
}header .container {
    position: relative;
    padding: 1.8rem 2rem;
}header .head-wrap-38 {
    align-items: center;
    grid-template-columns: auto 1fr;
    display: grid;
    gap: 3rem;
}header .nav-sitebar-51 {
    z-index: 2;
    position: relative;
}header .nav-learn-50 {
    z-index: 2;
    position: relative;
    display: block;
}header .nav-learn-50::before,
header .nav-learn-50::after {
    content: "";
    transition: all 0.5s ease;
    position: absolute;
    z-index: -1;
    opacity: 0;
    border-radius: 50%;
    background: rgb(189,194,217,0.5);
}header .nav-learn-50::before {
    top: -15px;
    height: 50px;
    left: -15px;
    width: 50px;
}header .nav-learn-50::after {
    right: -10px;
    width: 25px;
    bottom: -5px;
    height: 25px;
    background: rgb(156,154,186,0.5);
}header .nav-learn-50:hover::before,
header .nav-learn-50:hover::after {
    transform: scale(1.2);
    opacity: 0.6;
}header .nav-learn-50 svg {
    width: auto;
    height: 50px;
    transition: all 0.3s ease;
    filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.5));
}header .nav-learn-50:hover svg {
    transform: rotate(-5deg);
}header .header-mainbar-09 {
    position: relative;
    margin: 0;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    justify-content: flex-end;
    border-radius: 0 15px 15px 0;
    flex-wrap: wrap;
    padding: 10px 20px;
    background: linear-gradient(to right, transparent, #ffffff);
    list-style: none;
    display: flex;
}header .header-mainbar-09::after {
    animation: moveStripes 20s linear infinite;
    left: 0;
    width: 100%;
    top: 0;
    background-size: 10px 10px;
    opacity: 0.05;
    height: 100%;
    content: "";
    z-index: -1;
    background-image: 
        linear-gradient(45deg, rgb(189,194,217,0.5) 25%, transparent 25%, transparent 50%, 
        rgb(189,194,217,0.5) 50%, rgb(189,194,217,0.5) 75%, transparent 75%, transparent);
    position: absolute;
}header .page-nav-21 {
    position: relative;
    perspective: 800px;
    margin: 5px 8px;
}header .page-nav-21::before {
    left: -10px;
    opacity: 0;
    content: "";
    top: 50%;
    transition: all 0.3s ease;
    border-left: 5px solid rgb(189,194,217);
    position: absolute;
    border-top: 5px solid transparent;
    height: 0;
    width: 0;
    border-bottom: 5px solid transparent;
    transform: translateY(-50%) scale(0);
}header .page-nav-21:hover::before {
    opacity: 1;
    transform: translateY(-50%) scale(1);
    left: -15px;
}header .page-nav-21 a {
    background: transparent;
    transition: all 0.3s ease;
    overflow: hidden;
    position: relative;
    display: block;
    padding: 10px 18px;
    text-decoration: none;
    border-radius: 10px;
    font-size: 15px;
    transform-style: preserve-3d;
    border: 1px solid transparent;
    color: #000000;
    font-weight: 600;
    font-family: Arial, sans-serif;
}header .page-nav-21 a::before {
    height: 100%;
    transform: translateZ(-1px);
    left: 0;
    content: "";
    z-index: -1;
    width: 100%;
    position: absolute;
    top: 0;
    background: #ffffff;
}header .page-nav-21 a::after {
    transition: width 0.3s ease;
    left: 50%;
    position: absolute;
    background: rgb(189,194,217);
    content: "";
    width: 0;
    height: 2px;
    transform: translateX(-50%);
    bottom: 0;
}header .page-nav-21 a:hover {
    transform: translateZ(20px);
    color: rgb(189,194,217);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border-color: rgb(189,194,217,0.5);
}header .page-nav-21 a:hover::after {
    width: 80%;
}

@keyframes moveStripes {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}

@media (max-width: 991px) {header .head-wrap-38 {
    gap: 2rem;
    grid-template-columns: 1fr;
    justify-items: center;
}header .header-mainbar-09 {
    justify-content: center;
    border-radius: 15px;
    width: 100%;
    clip-path: none;
    background: #ffffff;
}
}

@media (max-width: 767px) {header .container {
    padding: 1.5rem 1rem;
}header .page-nav-21 {
    margin: 3px 5px;
}header .page-nav-21 a {
    padding: 8px 15px;
    font-size: calc(15px - 1px);
}
}

@media (max-width: 480px) {header .header-mainbar-09 {
    padding: 15px;
    flex-direction: column;
    align-items: center;
}header .page-nav-21 {
    width: 100%;
    margin: 3px 0;
}header .page-nav-21 a {
    text-align: center;
    width: 100%;
}header .page-nav-21::before {
    display: none;
}header .nav-learn-50 svg {
    height: 40px;
}}.learning-process-58 {
    background: linear-gradient(145deg, rgb(222,222,236), #ffffff);
    padding: 120px 0;
    overflow: hidden;
    box-shadow: 
        inset 15px 15px 30px rgba(255, 255, 255, 0.7),
        inset -15px -15px 30px rgba(0, 0, 0, 0.05);
    position: relative;
}.learning-process-58::before {
    transform: translateZ(-10px);
    height: 100%;
    left: 0;
    width: 100%;
    opacity: 0.2;
    position: absolute;
    z-index: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(189,194,217,0.5), transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(156,154,186,0.5), transparent 40%);
    top: 0;
    content: "";
}.learning-process-58::after {
    filter: blur(60px);
    width: 80%;
    position: absolute;
    right: -50%;
    background: linear-gradient(
        to bottom right,
        transparent,
        rgb(189,194,217,0.5) 50%,
        transparent
    );
    height: 80%;
    content: "";
    transform: rotate(35deg);
    top: -50%;
    animation: glow 8s infinite alternate ease-in-out;
    opacity: 0.1;
    z-index: 1;
}.learning-process-58 .master-sessions-79 {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    perspective: 1000px;
    padding: 0 30px;
    transform-style: preserve-3d;
    z-index: 2;
}.learning-process-58 h2 {
    margin-bottom: 40px;
    animation: slideUp 0.8s forwards 0.2s ease-out;
    transform: translateY(30px);
    font-size: 28px;
    opacity: 0;
    color: #000000;
    position: relative;
    font-weight: 700;
}.learning-process-58 h2::after {
    transform-origin: left;
    content: "";
    bottom: -12px;
    height: 4px;
    width: 80px;
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, rgb(189,194,217), rgb(156,154,186));
    animation: expandLine 1.2s forwards 0.8s ease-in-out;
    transform: scaleX(0);
}.learning-process-58 .text-panel-wrap-43 {
    background: #ffffff;
    opacity: 0;
    border-radius: 4px;
    animation: slideUpRotate 1s forwards 0.5s ease-out;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    transform: translateY(30px) rotateX(5deg);
    position: relative;
    padding: 40px;
    box-shadow: 
        10px 10px 30px rgba(0, 0, 0, 0.05),
        -10px -10px 30px rgba(255, 255, 255, 0.8);
}.learning-process-58 .text-panel-wrap-43:hover {
    transform: translateY(0) rotateX(0);
    box-shadow: 
        15px 15px 40px rgba(0, 0, 0, 0.08),
        -15px -15px 40px rgba(255, 255, 255, 0.9);
}.learning-process-58 .text-panel-wrap-43::before {
    border-radius: 8px;
    opacity: 0.3;
    bottom: -8px;
    z-index: -1;
    background: linear-gradient(135deg, rgb(189,194,217,0.5), rgb(156,154,186,0.5));
    right: -8px;
    left: -8px;
    content: "";
    transition: opacity 0.4s ease;
    filter: blur(12px);
    transform: translateZ(-10px);
    position: absolute;
    top: -8px;
}.learning-process-58 .text-panel-wrap-43:hover::before {
    opacity: 0.5;
}.learning-process-58 p {
    font-size: 18px;
    line-height: 1.8;
    color: #000000;
    margin: 0;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
    position: relative;
}

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

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

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

@keyframes glow {
    0% {
        opacity: 0.1;
        filter: blur(60px);
    }
    50% {
        opacity: 0.15;
        filter: blur(70px);
    }
    100% {
        opacity: 0.1;
        filter: blur(60px);
    }
}

@media (max-width: 991px) {.learning-process-58 {
    padding: 90px 0;
}.learning-process-58 h2 {
    margin-bottom: 30px;
    font-size: calc(28px * 0.9);
}.learning-process-58 .text-panel-wrap-43 {
    padding: 30px;
}
}

@media (max-width: 767px) {.learning-process-58 {
    padding: 70px 0;
}.learning-process-58 h2 {
    margin-bottom: 25px;
    font-size: calc(28px * 0.8);
}.learning-process-58 .text-panel-wrap-43 {
    transform: translateY(20px) rotateX(3deg);
    padding: 25px;
}.learning-process-58 h2::after {
    height: 3px;
    width: 60px;
}
}

@media (max-width: 480px) {.learning-process-58 {
    padding: 50px 0;
}.learning-process-58 .master-sessions-79 {
    padding: 0 20px;
}.learning-process-58 h2 {
    font-size: calc(28px * 0.7);
    margin-bottom: 20px;
}.learning-process-58 .text-panel-wrap-43 {
    padding: 20px;
}.learning-process-58 p {
    font-size: calc(18px * 0.95);
    line-height: 1.7;
}.learning-process-58 h2::after {
    width: 50px;
    bottom: -8px;
    height: 3px;
}
}

@media (hover: none) {.learning-process-58 .text-panel-wrap-43:hover {
    box-shadow: 
            10px 10px 30px rgba(0, 0, 0, 0.05),
            -10px -10px 30px rgba(255, 255, 255, 0.8);
    transform: none;
}.learning-process-58 .text-panel-wrap-43:hover::before {
    opacity: 0.3;
}
}

@media (prefers-reduced-motion) {.learning-process-58 h2,
    .learning-process-58 .text-panel-wrap-43 {
    transform: none;
    animation: none;
    opacity: 1;
}.learning-process-58 h2::after {
    animation: none;
    transform: none;
}.learning-process-58::after {
    animation: none;
}}.program-details-03 {
    background-color: rgb(222,222,236);
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.program-details-03::before {
    top: 0;
    background-size: 60px 60px;
    left: 0;
    width: 100%;
    position: absolute;
    content: "";
    z-index: 1;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.03) 25%, transparent 25%) 0 0,
                linear-gradient(225deg, rgba(0, 0, 0, 0.03) 25%, transparent 25%) 0 0,
                linear-gradient(315deg, rgba(0, 0, 0, 0.03) 25%, transparent 25%) 0 0,
                linear-gradient(45deg, rgba(0, 0, 0, 0.03) 25%, transparent 25%) 0 0;
    height: 100%;
}.program-details-03::after {
    top: 0;
    opacity: 0.15;
    background: radial-gradient(circle at center, rgb(189,194,217,0.5) 0%, transparent 70%);
    z-index: 2;
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
}.program-details-03 .fast-development-87 {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}.program-details-03 .text-panel-wrap-43 {
    width: 100%;
    backdrop-filter: blur(10px);
    padding: 40px;
    border-radius: 16px;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 0.02);
    transform: translateZ(0);
    z-index: 4;
}.program-details-03 .text-panel-wrap-43::before {
    left: 0;
    border-radius: 16px;
    opacity: 0.3;
    z-index: -1;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    content: "";
    width: 100%;
    mask-composite: exclude;
    height: 100%;
    top: 0;
    position: absolute;
    border: 1px solid transparent;
    -webkit-mask-composite: xor;
    background: linear-gradient(135deg, rgb(189,194,217,0.5), transparent 70%, rgb(156,154,186,0.5)) border-box;
}.program-details-03 .text-panel-wrap-43 h2 {
    position: relative;
    color: #000000;
    padding-bottom: 20px;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 38px;
    text-align: center;
}.program-details-03 .text-panel-wrap-43 h2::after {
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(189,194,217), rgb(156,154,186));
    bottom: 0;
    width: 60px;
    content: "";
    height: 3px;
    position: absolute;
}.program-details-03 .text-panel-wrap-43 .description {
    margin-bottom: 20px;
    color: #000000;
    line-height: 1.8;
    font-size: 17px;
    text-align: center;
}.program-details-03 .text-panel-wrap-43 .description:last-child {
    margin-bottom: 0;
}.program-details-03 .background-photo-12 {
    margin-top: 60px;
    height: 500px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
    border-radius: 16px;
    width: 100%;
}.program-details-03 .background-photo-12::before {
    content: "";
    left: 0;
    z-index: 1;
    width: 100%;
    top: 0;
    height: 100%;
    opacity: 0.3;
    position: absolute;
    background: linear-gradient(135deg, rgb(189,194,217,0.5) 0%, transparent 50%);
}.program-details-03 .background-photo-12::after {
    top: 0;
    width: 100%;
    z-index: 2;
    background: linear-gradient(45deg, transparent 50%, rgb(156,154,186,0.5) 100%);
    left: 0;
    content: "";
    height: 100%;
    opacity: 0.3;
    position: absolute;
}.program-details-03 .fast-development-87::before,
.program-details-03 .fast-development-87::after {
    position: absolute;
    height: 1px;
    content: "";
    width: 200px;
    background-color: rgb(189,194,217,0.5);
    top: 50%;
    opacity: 0.5;
    z-index: 1;
}.program-details-03 .fast-development-87::before {
    left: -100px;
    transform: rotate(45deg);
}.program-details-03 .fast-development-87::after {
    transform: rotate(-45deg);
    right: -100px;
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.6;
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (min-width: 992px) {.program-details-03 .fast-development-87 {
    grid-gap: 30px;
    display: grid;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}.program-details-03 .text-panel-wrap-43 {
    grid-column: 1 / 3;
    grid-row: 1;
    max-width: 100%;
    margin-bottom: 60px;
}.program-details-03 .text-panel-wrap-43 .description:first-of-type {
    grid-column: 1;
    text-align: right;
    grid-row: 2;
    padding-right: 30px;
}.program-details-03 .text-panel-wrap-43 .description:last-child {
    padding-left: 30px;
    grid-column: 2;
    grid-row: 2;
    text-align: left;
}.program-details-03 .background-photo-12 {
    max-width: 100%;
    margin-top: 60px;
    height: 500px;
    grid-column: 1 / 3;
    grid-row: 3;
}.program-details-03 .fast-development-87 {
    position: relative;
}.program-details-03 .fast-development-87::after {
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(to bottom, transparent, rgb(189,194,217,0.5) 30%, rgb(189,194,217,0.5) 70%, transparent);
    content: "";
    top: 0;
    width: 1px;
    height: 100%;
    position: absolute;
}
}

@media (min-width: 1200px) {.program-details-03 .fast-development-87 {
    flex-direction: column;
    display: flex;
    align-items: center;
}.program-details-03 .text-panel-wrap-43 {
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}.program-details-03 .text-panel-wrap-43 h2 {
    width: 100%;
}.program-details-03 .text-panel-wrap-43 .description {
    padding: 0 15px;
    position: relative;
    text-align: left;
    width: calc(50% - 30px);
}.program-details-03 .text-panel-wrap-43 .description:first-of-type::after {
    content: "";
    right: 0;
    top: 0;
    height: 100%;
    position: absolute;
    background: linear-gradient(to bottom, transparent, rgb(189,194,217,0.5), transparent);
    width: 1px;
}.program-details-03 .background-photo-12 {
    border-radius: calc(16px * 2);
    height: 450px;
    max-width: 80%;
    margin-top: 60px;
}.program-details-03 .fast-development-87::after {
    display: none;
}
}

@media (max-width: 991px) {.program-details-03 {
    padding: 80px 0;
}.program-details-03 .text-panel-wrap-43 {
    padding: 30px;
}.program-details-03 .text-panel-wrap-43 h2 {
    font-size: calc(38px * 0.9);
}.program-details-03 .background-photo-12 {
    height: 400px;
    margin-top: 40px;
}.program-details-03 .fast-development-87::before,
    .program-details-03 .fast-development-87::after {
    width: 150px;
}
}

@media (max-width: 768px) {.program-details-03 {
    padding: 60px 0;
}.program-details-03 .text-panel-wrap-43 {
    padding: 25px 20px;
}.program-details-03 .text-panel-wrap-43 h2 {
    padding-bottom: 15px;
    margin-bottom: 25px;
    font-size: calc(38px * 0.85);
}.program-details-03 .text-panel-wrap-43 h2::after {
    height: 2px;
    width: 50px;
}.program-details-03 .text-panel-wrap-43 .description {
    font-size: calc(17px * 0.95);
}.program-details-03 .background-photo-12 {
    height: 350px;
    margin-top: 30px;
}.program-details-03 .fast-development-87::before,
    .program-details-03 .fast-development-87::after {
    display: none;
}
}

@media (max-width: 576px) {.program-details-03 {
    padding: 50px 0;
}.program-details-03 .text-panel-wrap-43 {
    padding: 20px 15px;
}.program-details-03 .text-panel-wrap-43 h2 {
    font-size: calc(38px * 0.8);
    padding-bottom: 12px;
    margin-bottom: 20px;
}.program-details-03 .text-panel-wrap-43 h2::after {
    width: 40px;
}.program-details-03 .text-panel-wrap-43 .description {
    font-size: calc(17px * 0.9);
    line-height: 1.7;
}.program-details-03 .background-photo-12 {
    height: 250px;
    margin-top: 25px;
}}.prospective-members-17 {
    background: linear-gradient(135deg, rgb(222,222,236) 0%, rgba(0, 0, 0, 0.5) 100%);
    overflow: hidden;
    padding: 130px 0;
    position: relative;
}.prospective-members-17::before {
    z-index: 0;
    top: 0;
    background-size: 60px 60px;
    width: 100%;
    left: 0;
    height: 100%;
    position: absolute;
    background: 
        linear-gradient(45deg, rgb(189,194,217,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(156,154,186,0.5) 25%, transparent 25%);
    content: "";
    opacity: 0.05;
}.prospective-members-17 .container {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}.prospective-members-17 .master-sessions-79 {
    position: relative;
}.prospective-members-17 h4 {
    font-weight: 700;
    margin-bottom: 70px;
    padding-bottom: 20px;
    position: relative;
    font-size: 36px;
    text-align: center;
    color: #000000;
}.prospective-members-17 h4::after {
    height: 4px;
    transform: translateX(-50%);
    bottom: 0;
    content: "";
    position: absolute;
    width: 70px;
    background: linear-gradient(90deg, rgb(189,194,217), rgb(156,154,186));
    border-radius: 2px;
    left: 50%;
}.prospective-members-17 div {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}.prospective-members-17 div p {
    border-radius: 29px;
    color: #000000;
    position: relative;
    margin: 0;
    z-index: 1;
    transition: all 0.3s ease;
    line-height: 1.6;
    padding: 25px 25px 25px 75px;
    background: #ffffff;
    flex: 0 0 calc(33.333% - 20px);
    font-size: 14px;
    min-width: 280px;
}.prospective-members-17 div p::before {
    width: calc(100% - 10px);
    border: 1px solid rgb(189,194,217,0.5);
    height: calc(100% - 10px);
    content: "";
    top: 5px;
    z-index: -1;
    border-radius: calc(29px - 5px);
    position: absolute;
    background: #ffffff;
    left: 5px;
    opacity: 0.4;
    transition: all 0.3s ease;
}.prospective-members-17 div p::after {
    opacity: 0.2;
    height: calc(100% - 20px);
    background: #ffffff;
    top: 10px;
    width: calc(100% - 20px);
    position: absolute;
    transition: all 0.3s ease;
    border-radius: calc(29px - 10px);
    z-index: -2;
    border: 1px solid rgb(156,154,186,0.5);
    left: 10px;
    content: "";
}.prospective-members-17 div p:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}.prospective-members-17 div p:hover::before {
    left: 10px;
    top: 10px;
}.prospective-members-17 div p:hover::after {
    top: 15px;
    left: 15px;
}.prospective-members-17 div p svg {
    transition: all 0.3s ease;
    left: 25px;
    top: 25px;
    border-radius: 50%;
    background: rgb(222,222,236);
    height: 35px;
    position: absolute;
    padding: 8px;
    width: 35px;
}.prospective-members-17 div p:hover svg {
    transform: rotate(15deg);
    background: rgb(189,194,217,0.5);
}.prospective-members-17 div p svg path {
    transition: all 0.3s ease;
    fill: rgb(189,194,217);
}.prospective-members-17 div p:hover svg path {
    fill: rgb(156,154,186);
}

@media (max-width: 991px) {.prospective-members-17 {
    padding: 100px 0;
}.prospective-members-17 h4 {
    margin-bottom: 60px;
    font-size: calc(36px - 2px);
}.prospective-members-17 div {
    gap: 25px;
}.prospective-members-17 div p {
    flex: 0 0 calc(50% - 15px);
    min-width: 250px;
    padding: 20px 20px 20px 65px;
}.prospective-members-17 div p svg {
    width: 30px;
    height: 30px;
    left: 20px;
    top: 20px;
}
}

@media (max-width: 767px) {.prospective-members-17 {
    padding: 80px 0;
}.prospective-members-17 h4 {
    font-size: calc(36px - 4px);
    margin-bottom: 50px;
}.prospective-members-17 div {
    gap: 20px;
}.prospective-members-17 div p {
    flex: 0 0 100%;
    padding: 18px 18px 18px 60px;
}.prospective-members-17 div p svg {
    height: 28px;
    width: 28px;
}
}

@media (max-width: 479px) {.prospective-members-17 {
    padding: 60px 0;
}.prospective-members-17 h4 {
    padding-bottom: 15px;
    margin-bottom: 40px;
    font-size: calc(36px - 6px);
}.prospective-members-17 div {
    gap: 15px;
}.prospective-members-17 div p {
    font-size: calc(14px - 1px);
    padding: 15px 15px 15px 55px;
}.prospective-members-17 div p svg {
    width: 25px;
    height: 25px;
    left: 15px;
    padding: 6px;
    top: 15px;
}
}