* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}svg {
    width: 30px;
    height: 30px;
}html,body {
    scroll-behavior: smooth;
    color: #000000;
    min-height: 100%;
    font-family: Arial, sans-serif;
    height: 100%;
}a {
    color: inherit;
    text-decoration: none;
}.viewport-container-96 {
    display: flex;
    height: 100%;
    min-height: 100%;
    flex-direction: column;
}header,footer {
    width: 100%;
}.mobile-cta-54 {
    flex: 0 0 auto;
}.head-bar-36 {
    flex: 1 0 auto;
}.container {
    width: 1168px;
    max-width: 100%;
    margin: auto;
}

@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.educational-rewards-49 {
    background: rgb(172,179,195);
    position: relative;
    padding: 120px 0 160px;
    overflow: hidden;
}.educational-rewards-49::before {
    background-size: 60px 60px;
    background-image: linear-gradient(0deg, transparent 24%, rgb(172,179,195,0.5) 25%, rgb(172,179,195,0.5) 26%, transparent 27%, transparent 74%, rgb(172,179,195,0.5) 75%, rgb(172,179,195,0.5) 76%, transparent 77%, transparent),
    linear-gradient(90deg, transparent 24%, rgb(172,179,195,0.5) 25%, rgb(172,179,195,0.5) 26%, transparent 27%, transparent 74%, rgb(172,179,195,0.5) 75%, rgb(172,179,195,0.5) 76%, transparent 77%, transparent);
    width: 100%;
    content: '';
    height: 100%;
    opacity: 0.07;
    position: absolute;
    animation: gridShift 25s linear infinite;
    top: 0;
    left: 0;
}.educational-rewards-49::after {
    bottom: 0;
    background: linear-gradient(to top, #000000, transparent);
    content: '';
    width: 100%;
    left: 0;
    position: absolute;
    z-index: 1;
    height: 200px;
}.educational-rewards-49 .learning-dna-54 {
    flex-direction: column;
    margin: 0 auto;
    position: relative;
    align-items: center;
    max-width: 1280px;
    padding: 0 20px;
    z-index: 2;
    display: flex;
}.educational-rewards-49 h2 {
    padding-bottom: 25px;
    margin-bottom: 50px;
    text-transform: uppercase;
    font-size: 44px;
    position: relative;
    color: #ffffff;
    letter-spacing: 2px;
    font-weight: 700;
    text-align: center;
}.educational-rewards-49 h2::after {
    content: '';
    width: 100px;
    height: 3px;
    bottom: 0;
    background: linear-gradient(to right, rgb(172,179,195), rgb(123,110,160));
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
}.educational-rewards-49 h2::before {
    transform: translateX(-50%);
    width: 80px;
    background: #ffffff;
    left: 50%;
    content: '';
    bottom: -5px;
    opacity: 0.3;
    height: 1px;
    position: absolute;
}.educational-rewards-49 .img-cover-43 {
    margin-bottom: 80px;
    transform: perspective(1000px) rotateX(5deg);
    border-radius: 23px;
    position: relative;
    width: 100%;
    height: 400px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25);
    overflow: hidden;
}.educational-rewards-49 .img-cover-43::before {
    height: 100%;
    background: linear-gradient(45deg, rgb(172,179,195,0.5) 0%, transparent 40%);
    z-index: 1;
    left: 0;
    width: 100%;
    top: 0;
    position: absolute;
    content: '';
}.educational-rewards-49 .img-cover-43::after {
    height: 40%;
    bottom: 0;
    content: '';
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    position: absolute;
    width: 100%;
    right: 0;
    z-index: 2;
}.educational-rewards-49 .text_main_holder {
    display: grid;
    position: relative;
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
}.educational-rewards-49 .text_main_holder::before {
    top: -60px;
    left: 50%;
    content: '';
    height: 40px;
    position: absolute;
    width: 2px;
    opacity: 0.8;
    transform: translateX(-50%);
    background: rgb(123,110,160);
}.educational-rewards-49 .text_main_holder::after {
    position: absolute;
    width: 20px;
    border: 2px solid rgb(123,110,160);
    content: '';
    opacity: 0.8;
    top: -80px;
    left: 50%;
    height: 20px;
    transform: translateX(-50%) rotate(45deg);
}.educational-rewards-49 .text_main_holder > div {
    text-align: center;
    flex-direction: column;
    position: relative;
    animation: floatUp 0.6s forwards;
    display: flex;
    transform: translateY(50px);
    opacity: 0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 25px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    align-items: center;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgb(123,110,160,0.5);
    gap: 20px;
    animation-delay: calc(var(--i, 0) * 0.15s);
    backdrop-filter: blur(10px);
}.educational-rewards-49 .text_main_holder > div:nth-child(1) {
    --i: 1;
}.educational-rewards-49 .text_main_holder > div:nth-child(2) {
    --i: 2;
}.educational-rewards-49 .text_main_holder > div:nth-child(3) {
    --i: 3;
}.educational-rewards-49 .text_main_holder > div:nth-child(4) {
    --i: 4;
}.educational-rewards-49 .text_main_holder > div:nth-child(5) {
    --i: 5;
}.educational-rewards-49 .text_main_holder > div:nth-child(6) {
    --i: 6;
}.educational-rewards-49 .text_main_holder > div::before {
    left: -2px;
    position: absolute;
    top: -2px;
    background: linear-gradient(45deg, rgb(172,179,195,0.5) 0%, transparent 20%, transparent 80%, rgb(123,110,160,0.5) 100%);
    bottom: -2px;
    right: -2px;
    z-index: -1;
    transition: opacity 0.3s ease;
    opacity: 0;
    content: '';
    border-radius: calc(10px + 1px);
}.educational-rewards-49 .text_main_holder > div:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}.educational-rewards-49 .text_main_holder > div:hover::before {
    opacity: 1;
}.educational-rewards-49 .text_main_holder svg {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2),
                0 0 15px rgb(172,179,195,0.5);
    background: rgba(0, 0, 0, 0.4);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 50px;
    width: 50px;
    border: 1px solid rgb(172,179,195,0.5);
    padding: 10px;
    border-radius: 50%;
}.educational-rewards-49 .text_main_holder > div:hover svg {
    transform: scale(1.1);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.3),
                0 0 20px rgb(172,179,195);
}.educational-rewards-49 .text_main_holder svg path {
    fill: rgb(123,110,160);
    transition: fill 0.3s ease;
}.educational-rewards-49 .text_main_holder > div:hover svg path {
    fill: rgb(172,179,195);
}.educational-rewards-49 .text_main_holder p {
    margin: 0;
    line-height: 1.5;
    color: #ffffff;
    position: relative;
    font-size: 12px;
}

@keyframes gridShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 60px 60px;
    }
}

@keyframes floatUp {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@media (max-width: 992px) {.educational-rewards-49 .text_main_holder {
    grid-template-columns: repeat(2, 1fr);
}.educational-rewards-49 .img-cover-43 {
    height: 350px;
    margin-bottom: 60px;
}
}

@media (max-width: 768px) {.educational-rewards-49 {
    padding: 80px 0 120px;
}.educational-rewards-49 h2 {
    font-size: calc(44px * 0.8);
    margin-bottom: 40px;
}.educational-rewards-49 .img-cover-43 {
    margin-bottom: 50px;
    height: 300px;
}
}

@media (max-width: 576px) {.educational-rewards-49 {
    padding: 60px 0 100px;
}.educational-rewards-49 .text_main_holder {
    grid-template-columns: 1fr;
    gap: 25px;
}.educational-rewards-49 .img-cover-43 {
    margin-bottom: 40px;
    height: 250px;
}.educational-rewards-49 h2 {
    font-size: 35px;
    padding-bottom: 20px;
}.educational-rewards-49 .text_main_holder svg {
    padding: 8px;
    height: 45px;
    width: 45px;
}}.contact-59 {
    overflow: hidden;
    position: relative;
    padding: 100px 0;
    background: rgb(214,217,225);
}.contact-59::before {
    opacity: 0.03;
    top: 0;
    background-position: 0 0, 0 20px, 20px -20px, -20px 0px;
    height: 100%;
    background-image: 
        linear-gradient(45deg, rgb(172,179,195,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(172,179,195,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(172,179,195,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(172,179,195,0.5) 75%);
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    background-size: 40px 40px;
    z-index: 0;
}.contact-59::after {
    transform: rotate(45deg);
    content: "";
    top: -50%;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgb(172,179,195,0.5) 0%, transparent 70%);
    z-index: 0;
    right: -50%;
}.contact-59 .img-cover-43 {
    filter: saturate(0.5) brightness(1.2);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    opacity: 0.1;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    z-index: 0;
    top: 0;
}.contact-59 .container {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 15px;
}.contact-59 h3 {
    position: relative;
    color: rgb(172,179,195);
    text-align: center;
    margin-bottom: 50px;
    z-index: 2;
    font-weight: 700;
    font-size: 34px;
    text-transform: uppercase;
    letter-spacing: 2px;
}.contact-59 h3::before {
    left: 50%;
    height: 2px;
    bottom: -15px;
    background: rgb(172,179,195);
    content: "";
    position: absolute;
    transform: translateX(-50%);
    width: 80px;
}.contact-59 h3::after {
    bottom: -25px;
    width: 40px;
    position: absolute;
    transform: translateX(-50%);
    background: rgb(123,110,160);
    content: "";
    left: 50%;
    height: 2px;
}.contact-59 .message-message-40 {
    background: #ffffff;
    flex-wrap: wrap;
    border-radius: 17px;
    position: relative;
    display: flex;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08), 0 5px 25px rgba(0, 0, 0, 0.05);
    z-index: 2;
    overflow: hidden;
}.contact-59 .help-links-74 {
    position: relative;
    padding: 50px;
    flex: 1 1 60%;
}.contact-59 .help-links-74::before {
    position: absolute;
    top: 0;
    content: "";
    right: 0;
    width: 1px;
    background: linear-gradient(to bottom, transparent, rgb(214,217,225), transparent);
    height: 100%;
}.contact-59 .help-links-74 h3 {
    letter-spacing: normal;
    font-size: 23px;
    text-align: left;
    font-weight: 600;
    margin-bottom: 30px;
    color: #000000;
    text-transform: none;
}.contact-59 .help-links-74 h3::before {
    width: 50px;
    bottom: -10px;
    left: 0;
    transform: none;
}.contact-59 .help-links-74 h3::after {
    bottom: -18px;
    width: 25px;
    left: 0;
    transform: none;
}.contact-59 .help-links-74 input[type="text"],
.contact-59 .help-links-74 textarea {
    padding: 15px 20px;
    width: 100%;
    color: #000000;
    margin-bottom: 20px;
    border: 2px solid rgb(214,217,225);
    font-family: Arial, sans-serif;
    border-radius: 10px;
    background: #ffffff;
    font-size: 16px;
    transition: all 0.3s ease;
}.contact-59 .help-links-74 input[type="text"]:focus,
.contact-59 .help-links-74 textarea:focus {
    border-color: rgb(172,179,195);
    box-shadow: 0 0 0 4px rgb(172,179,195,0.5);
    outline: none;
}.contact-59 .help-links-74 textarea {
    resize: vertical;
    min-height: 140px;
}.contact-59 .help-links-74 .reach-panel-24 {
    margin-bottom: 25px;
    display: flex;
    align-items: flex-start;
}.contact-59 .help-links-74 .reach-panel-24 input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact-59 .help-links-74 .reach-panel-24 label {
    cursor: pointer;
    padding-left: 30px;
    position: relative;
    line-height: 1.6;
    color: #000000;
    font-size: 12px;
}.contact-59 .help-links-74 .reach-panel-24 label::before {
    height: 18px;
    transition: all 0.3s ease;
    width: 18px;
    border-radius: 2px;
    top: 3px;
    border: 2px solid rgb(214,217,225);
    content: "";
    position: absolute;
    left: 0;
}.contact-59 .help-links-74 .reach-panel-24 input[type="checkbox"]:checked + label::before {
    background: rgb(172,179,195);
    border-color: rgb(172,179,195);
}.contact-59 .help-links-74 .reach-panel-24 input[type="checkbox"]:checked + label::after {
    top: 8px;
    width: 6px;
    left: 6px;
    border-width: 0 2px 2px 0;
    content: "";
    transform: rotate(45deg);
    border: solid #ffffff;
    position: absolute;
    height: 10px;
}.contact-59 .help-links-74 .reach-panel-24 a {
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
    font-weight: 600;
    color: rgb(172,179,195);
}.contact-59 .help-links-74 .reach-panel-24 a::after {
    background: rgb(172,179,195);
    transform: scaleX(0);
    content: "";
    height: 1px;
    bottom: -2px;
    width: 100%;
    left: 0;
    transform-origin: right;
    position: absolute;
    transition: transform 0.3s ease;
}.contact-59 .help-links-74 .reach-panel-24 a:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}.contact-59 .help-links-74 .support-block-26 {
    border: none;
    cursor: pointer;
    border-radius: 10px;
    padding: 15px 35px;
    position: relative;
    background: rgb(172,179,195);
    letter-spacing: 1px;
    transition: all 0.3s ease;
    font-size: 19px;
    overflow: hidden;
    text-transform: uppercase;
    font-weight: 600;
    color: #ffffff;
}.contact-59 .help-links-74 .support-block-26::before {
    z-index: -1;
    width: 0;
    top: 0;
    left: 0;
    content: "";
    position: absolute;
    height: 100%;
    transition: all 0.3s ease;
    background: rgb(123,110,160);
}.contact-59 .help-links-74 .support-block-26:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
    color: #ffffff;
}.contact-59 .help-links-74 .support-block-26:hover::before {
    width: 100%;
}.contact-59 .query-feedback-15 {
    background: linear-gradient(to bottom right, rgb(214,217,225), #ffffff);
    display: flex;
    padding: 50px;
    flex: 1 1 35%;
    position: relative;
    flex-direction: column;
    justify-content: center;
}.contact-59 .query-feedback-15::before {
    background-image: 
        linear-gradient(45deg, rgb(172,179,195,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(172,179,195,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(172,179,195,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(172,179,195,0.5) 75%);
    height: 100%;
    top: 0;
    content: "";
    background-size: 30px 30px;
    opacity: 0.03;
    width: 100%;
    background-position: 0 0, 0 15px, 15px -15px, -15px 0px;
    left: 0;
    position: absolute;
}.contact-59 .query-feedback-15 h4 {
    color: #000000;
    font-size: 23px;
    margin-bottom: 30px;
    font-weight: 600;
    position: relative;
}.contact-59 .query-feedback-15 h4::after {
    width: 40px;
    left: 0;
    height: 2px;
    background: rgb(172,179,195);
    content: "";
    position: absolute;
    bottom: -10px;
}.contact-59 .query-feedback-15 .message-help-30 {
    padding: 0;
    list-style: none;
    margin: 0;
}.contact-59 .query-feedback-15 .message-help-30 li {
    align-items: center;
    display: flex;
    border-radius: 10px;
    clip-path: polygon(0 0, 100% 0, 98% 100%, 0 100%);
    margin-bottom: 20px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
    background: #ffffff;
    padding: 15px;
}.contact-59 .query-feedback-15 .message-help-30 li:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    transform: translateX(5px);
}.contact-59 .query-feedback-15 .message-help-30 li svg {
    transition: all 0.3s ease;
    height: 20px;
    width: 20px;
    margin-right: 15px;
}.contact-59 .query-feedback-15 .message-help-30 li:hover svg {
    transform: scale(1.1) rotate(5deg);
}.contact-59 .query-feedback-15 .message-help-30 li svg path {
    fill: rgb(172,179,195);
    transition: all 0.3s ease;
}.contact-59 .query-feedback-15 .message-help-30 li:hover svg path {
    fill: rgb(123,110,160);
}.contact-59 .query-feedback-15 .message-help-30 li span {
    color: #000000;
    font-size: 16px;
}.contact-59 .query-feedback-15 .message-help-30 li a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: #000000;
}.contact-59 .query-feedback-15 .message-help-30 li a:hover {
    color: rgb(172,179,195);
}

@media (max-width: 992px) {.contact-59 {
    padding: 60px 0;
}.contact-59 h3 {
    margin-bottom: 40px;
}.contact-59 .message-message-40 {
    flex-direction: column;
}.contact-59 .help-links-74,
    .contact-59 .query-feedback-15 {
    flex: 1 1 100%;
}.contact-59 .help-links-74::before {
    display: none;
}.contact-59 .help-links-74 {
    padding: 40px;
}.contact-59 .query-feedback-15 {
    padding: 40px;
}
}

@media (max-width: 768px) {.contact-59 {
    padding: 50px 0;
}.contact-59 h3 {
    margin-bottom: 35px;
    font-size: calc(34px * 0.8);
}.contact-59 .help-links-74 h3,
    .contact-59 .query-feedback-15 h4 {
    font-size: calc(23px * 0.9);
}.contact-59 .help-links-74,
    .contact-59 .query-feedback-15 {
    padding: 30px;
}.contact-59 .help-links-74 input[type="text"],
    .contact-59 .help-links-74 textarea {
    padding: 12px 15px;
}.contact-59 .help-links-74 .support-block-26 {
    padding: 12px 25px;
}
}

@media (max-width: 576px) {.contact-59 {
    padding: 40px 0;
}.contact-59 h3 {
    font-size: calc(34px * 0.7);
    margin-bottom: 30px;
}.contact-59 .help-links-74,
    .contact-59 .query-feedback-15 {
    padding: 25px 20px;
}.contact-59 .help-links-74 input[type="text"],
    .contact-59 .help-links-74 textarea {
    margin-bottom: 15px;
}.contact-59 .help-links-74 .reach-panel-24 label {
    font-size: calc(12px * 0.9);
}.contact-59 .help-links-74 .support-block-26 {
    width: 100%;
    padding: 12px 20px;
}.contact-59 .query-feedback-15 .message-help-30 li {
    padding: 12px;
    margin-bottom: 15px;
}}.secure-safehold-26 {
    padding: 60px;
    background: #ffffff;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.5);
    height: auto;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}.secure-safehold-26 h1 {
    text-align: left;
    border-bottom: 4px solid rgb(123,110,160);
    padding-bottom: 10px;
    font-weight: 700;
    font-size: 39px;
    width: 100%;
    margin-top: 0;
    margin-bottom: 40px;
    color: rgb(172,179,195);
}.secure-safehold-26 h2 {
    margin-bottom: 30px;
    margin-top: 0;
    font-weight: 600;
    width: 100%;
    color: rgb(123,110,160);
    font-size: 29px;
    border-bottom: 3px solid rgb(172,179,195);
    padding-bottom: 5px;
    text-align: left;
}.secure-safehold-26 ul, .secure-safehold-26 ol {
    margin: 20px 0;
    font-size: 13px;
    list-style: none;
    padding: 0;
    color: #000000;
    padding-left: 20px;
    font-family: Arial, sans-serif;
}.secure-safehold-26 li {
    padding: 10px 0;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}.secure-safehold-26 li:before {
    color: rgb(123,110,160);
    font-size: 1.5em;
    content: "•";
    left: -20px;
    line-height: 1;
    position: absolute;
}.secure-safehold-26 section {
    background: none;
}.secure-safehold-26 p, .secure-safehold-26 span, .secure-safehold-26 div {
    font-family: Arial, sans-serif;
    text-align: left;
    margin-bottom: 20px;
    font-size: 13px;
    color: #000000;
    line-height: 1.8;
}

@media only screen and (max-width: 800px) {.secure-safehold-26 {
    grid-template-columns: 1fr;
    padding: 30px;
    border-radius: 10px;
}.secure-safehold-26 h1 {
    font-size: calc(22px - 5px);
}.secure-safehold-26 h2 {
    font-size: calc(22px - 3px);
}.secure-safehold-26 ul, .secure-safehold-26 ol {
    margin: 15px 0;
}.secure-safehold-26 li {
    padding: 8px 0;
}.secure-safehold-26 p, .secure-safehold-26 span, .secure-safehold-26 div {
    margin-bottom: 15px;
}}
.course-methodology-65 {
    align-items: center;
    display: flex;
    min-height: 80vh;
    justify-content: center;
    position: relative;
    background: linear-gradient(120deg, rgb(214,217,225) 0%, rgb(172,179,195,0.5) 100%);
    overflow: hidden;
    padding: 7rem 2rem;
}.course-methodology-65::before {
    top: 0;
    opacity: 0.6;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(123,110,160,0.5) 0%, transparent 15%),
        radial-gradient(circle at 80% 70%, rgb(172,179,195,0.5) 0%, transparent 15%);
    content: '';
    width: 100%;
    left: 0;
    z-index: 1;
    position: absolute;
}.course-methodology-65::after {
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(123,110,160,0.5) 49.5%, rgb(123,110,160,0.5) 50.5%, transparent 50.5%) 0 0 / 20px 20px,
        linear-gradient(135deg, transparent 49.5%, rgb(172,179,195,0.5) 49.5%, rgb(172,179,195,0.5) 50.5%, transparent 50.5%) 0 0 / 20px 20px;
    content: '';
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    opacity: 0.1;
    animation: patternMove 30s linear infinite;
    z-index: 1;
    left: 0;
}@keyframes patternMove {
    0% {
        background-position: 0 0, 0 0;
    }
    100% {
        background-position: 40px 40px, 40px 40px;
    }
}

.course-methodology-65 .learning-dna-54 {
    display: flex;
    max-width: 1200px;
    z-index: 5;
    width: 90%;
    justify-content: center;
    position: relative;
}.course-methodology-65 .text-holder-box-57 {
    width: 70%;
    background: rgba(255, 255, 255, 0.05);
    clip-path: polygon(
        0 0,
        100% 0,
        100% 85%,
        95% 100%,
        0 100%
    );
    padding: 4rem;
    max-width: 800px;
    position: relative;
    backdrop-filter: blur(10px);
    border-radius: 16px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: all 0.4s ease;
}.course-methodology-65 .text-holder-box-57::before {
    top: -50%;
    background: radial-gradient(
        ellipse at center,
        rgb(172,179,195,0.5) 0%,
        transparent 60%
    );
    content: '';
    left: -50%;
    height: 200%;
    width: 200%;
    transform: rotate(30deg);
    opacity: 0.2;
    z-index: -1;
    position: absolute;
    transition: all 0.5s ease;
}.course-methodology-65 .text-holder-box-57::after {
    z-index: 1;
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, rgb(172,179,195), rgb(123,110,160));
}.course-methodology-65 h2 {
    padding-bottom: 1.5rem;
    letter-spacing: 2px;
    margin-bottom: 2rem;
    position: relative;
    color: #ffffff;
    font-weight: 700;
    font-size: 37px;
    text-transform: uppercase;
}.course-methodology-65 h2::before {
    width: 0;
    bottom: 0;
    transition: width 0.8s ease;
    content: '';
    height: 2px;
    position: absolute;
    background: linear-gradient(90deg, rgb(172,179,195), rgb(123,110,160));
    left: 0;
}.course-methodology-65 h2::after {
    top: -15px;
    border-right: 2px solid rgb(172,179,195);
    transition: all 0.3s ease;
    content: '';
    height: 30px;
    border-top: 2px solid rgb(172,179,195);
    right: -15px;
    opacity: 0.5;
    width: 30px;
    position: absolute;
}.course-methodology-65 .text-holder-box-57:hover h2::before {
    width: 100px;
}.course-methodology-65 p {
    opacity: 0.9;
    line-height: 1.8;
    z-index: 2;
    font-size: 12px;
    color: #ffffff;
    position: relative;
}.course-methodology-65 p::before {
    background: rgb(123,110,160,0.5);
    height: 2px;
    content: '';
    right: 0;
    opacity: 0.5;
    width: 50px;
    bottom: -10px;
    position: absolute;
    transition: width 0.3s ease;
}.course-methodology-65 .text-holder-box-57:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
}.course-methodology-65 .text-holder-box-57:hover::before {
    opacity: 0.3;
    transform: rotate(45deg);
}.course-methodology-65 .text-holder-box-57:hover h2::after {
    opacity: 0.7;
    transform: scale(1.2);
}.course-methodology-65 .text-holder-box-57:hover p::before {
    width: 100px;
}.course-methodology-65::before,
.course-methodology-65::after {
    transition: all 0.5s ease;
}.course-methodology-65:hover::before {
    filter: blur(20px);
}.course-methodology-65:hover::after {
    opacity: 0.15;
}

@keyframes floatAnimation {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@media (max-width: 992px) {.course-methodology-65 {
    padding: 5rem 1.5rem;
}.course-methodology-65 .text-holder-box-57 {
    width: 80%;
    padding: 3rem;
}.course-methodology-65 h2 {
    font-size: calc(37px * 0.9);
    margin-bottom: 1.5rem;
    padding-bottom: 1.2rem;
}.course-methodology-65 .text-holder-box-57:hover h2::before {
    width: 80px;
}.course-methodology-65 p {
    font-size: calc(12px * 0.95);
}
}

@media (max-width: 768px) {.course-methodology-65 {
    padding: 4rem 1rem;
    min-height: 60vh;
}.course-methodology-65 .text-holder-box-57 {
    width: 100%;
    clip-path: polygon(
            0 0,
            100% 0,
            100% 90%,
            97% 100%,
            0 100%
        );
    padding: 2.5rem;
}.course-methodology-65 h2 {
    letter-spacing: 1px;
    margin-bottom: 1.2rem;
    font-size: calc(37px * 0.8);
    padding-bottom: 1rem;
}.course-methodology-65 h2::after {
    top: -10px;
    width: 20px;
    right: -10px;
    height: 20px;
}.course-methodology-65 .text-holder-box-57:hover h2::before {
    width: 60px;
}.course-methodology-65 p::before {
    width: 30px;
}.course-methodology-65 .text-holder-box-57:hover p::before {
    width: 60px;
}
}

@media (max-width: 576px) {.course-methodology-65 {
    min-height: auto;
    padding: 3rem 0.8rem;
}.course-methodology-65 .text-holder-box-57 {
    clip-path: polygon(
            0 0,
            100% 0,
            100% 95%,
            98% 100%,
            0 100%
        );
    padding: 2rem;
}.course-methodology-65 h2 {
    margin-bottom: 1rem;
    letter-spacing: 0.5px;
    padding-bottom: 0.8rem;
    font-size: calc(37px * 0.7);
}.course-methodology-65 p {
    font-size: calc(12px * 0.9);
}.course-methodology-65 .text-holder-box-57::after {
    height: 3px;
}.course-methodology-65::before {
    opacity: 0.4;
}.course-methodology-65::after {
    opacity: 0.05;
}}.thxPanel-95 {
    padding: 6rem 1.5rem;
    background: linear-gradient(135deg, rgb(214,217,225) 0%, rgb(172,179,195,0.5) 100%);
    overflow: hidden;
    position: relative;
}.thxPanel-95::before {
    position: absolute;
    width: 100%;
    background: radial-gradient(circle at 70% 30%, rgb(255, 255, 255, 0.5) 0%, transparent 60%);
    height: 100%;
    left: 0;
    content: "";
    z-index: 1;
    top: 0;
}.thxPanel-95::after {
    position: absolute;
    width: 20rem;
    content: "";
    animation: float 15s ease-in-out infinite;
    right: -5rem;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    height: 20rem;
    z-index: 0;
    opacity: 0.15;
    background: linear-gradient(225deg, rgb(172,179,195) 0%, transparent 70%);
    transform: rotate(15deg);
    bottom: -5rem;
}.thxPanel-95 .container {
    position: relative;
    gap: 3rem;
    display: flex;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    flex-direction: column;
}.thxPanel-95 h2 {
    margin: 0;
    transform: translateY(-10px);
    animation: slideIn 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    line-height: 1.3;
    position: relative;
    font-size: 38px;
    color: rgb(172,179,195);
    max-width: 90%;
    font-family: Arial, sans-serif;
    font-weight: 700;
    opacity: 0;
}.thxPanel-95 h2::after {
    content: "";
    bottom: -1rem;
    width: 6rem;
    transform: scaleX(0);
    animation: lineExpand 1s cubic-bezier(0.19, 1, 0.22, 1) 0.6s forwards;
    position: absolute;
    transform-origin: left;
    left: 0;
    height: 3px;
    background: linear-gradient(90deg, rgb(172,179,195) 0%, rgb(123,110,160) 100%);
}.thxPanel-95 .learning-dna-54 {
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 1.5rem), 
        calc(100% - 1.5rem) 100%, 
        0 100%
    );
    padding: 2.5rem;
    transform: translateY(20px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07), 
                0 1px 8px rgba(0, 0, 0, 0.04);
    opacity: 0;
    position: relative;
    animation: popUp 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s forwards;
    background: #ffffff;
}.thxPanel-95 .learning-dna-54::before {
    width: 100%;
    top: 0;
    content: "";
    background: linear-gradient(135deg, transparent 0%, rgb(172,179,195,0.5) 300%);
    z-index: -1;
    left: 0;
    position: absolute;
    opacity: 0.04;
    height: 100%;
}.thxPanel-95 ul {
    margin: 0;
    list-style: none;
    padding: 0;
}.thxPanel-95 li {
    position: relative;
    padding-left: 2.5rem;
}.thxPanel-95 li::before {
    top: 0.5rem;
    position: absolute;
    animation: pulse 4s ease-in-out infinite;
    opacity: 0.2;
    border-radius: 10px;
    left: 0;
    height: 1.5rem;
    content: "";
    transform: rotate(45deg);
    background: rgb(172,179,195,0.5);
    width: 1.5rem;
}.thxPanel-95 li::after {
    content: "✓";
    font-size: 1rem;
    top: 0.4rem;
    font-weight: 700;
    left: 0.45rem;
    position: absolute;
    color: rgb(172,179,195);
}.thxPanel-95 span {
    font-family: Arial, sans-serif;
    font-size: 18px;
    display: block;
    line-height: 1.8;
    color: #000000;
    font-weight: 400;
}

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

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

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

@keyframes pulse {
    0%, 100% {
        transform: rotate(45deg) scale(1);
    }
    50% {
        transform: rotate(45deg) scale(1.1);
    }
}

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

@media (max-width: 992px) {.thxPanel-95 {
    padding: 5rem 1.25rem;
}.thxPanel-95 h2 {
    max-width: 100%;
    font-size: calc(38px - 0.25rem);
}.thxPanel-95 .learning-dna-54 {
    padding: 2rem;
}
}

@media (max-width: 768px) {.thxPanel-95 {
    padding: 4rem 1.25rem;
}.thxPanel-95 h2 {
    font-size: calc(38px - 0.5rem);
}.thxPanel-95 .learning-dna-54 {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 1rem), 
            calc(100% - 1rem) 100%, 
            0 100%
        );
    padding: 1.75rem;
}.thxPanel-95 li {
    padding-left: 2rem;
}
}

@media (max-width: 576px) {.thxPanel-95 {
    padding: 3rem 1rem;
}.thxPanel-95 h2 {
    font-size: calc(38px - 0.75rem);
}.thxPanel-95 .learning-dna-54 {
    padding: 1.5rem;
}.thxPanel-95 h2::after {
    width: 4rem;
}.thxPanel-95 li::before {
    width: 1.25rem;
    height: 1.25rem;
    top: 0.3rem;
}.thxPanel-95 li::after {
    left: 0.35rem;
    top: 0.25rem;
    font-size: 0.9rem;
}.thxPanel-95 span {
    font-size: calc(18px - 0.1rem);
}}.welcome-section-32 {
    --text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    --primary-accent: hsla(215, 75%, 53%, 0.9);
    min-height: 100vh;
    width: 100%;
    overflow: hidden;
    --secondary-accent: hsla(190, 85%, 57%, 0.85);
    position: relative;
    --title-glow: 0 0 10px rgba(255, 255, 255, 0.15);
}.welcome-section-32 .course-base-39 {
    width: 100%;
    align-items: center;
    position: relative;
    display: flex;
    justify-content: flex-start;
    height: 100vh;
}.welcome-section-32 .course-base-39::before {
    position: absolute;
    top: 0;
    content: '';
    width: 100%;
    background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(25, 28, 41, 0.8) 40%,
    rgba(28, 31, 44, 0.9) 100%
  );
    left: 0;
    backdrop-filter: blur(2px) brightness(0.85);
    height: 100%;
    z-index: 1;
}.welcome-section-32 .course-base-39::after {
    z-index: 2;
    position: absolute;
    opacity: 0.15;
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
    background: 
    radial-gradient(
      circle at 75% 25%,
      rgb(172,179,195,0.5) 0%,
      transparent 35%
    ),
    linear-gradient(
      45deg,
      transparent 0%,
      rgb(123,110,160,0.5) 100%
    );
    content: '';
    mix-blend-mode: overlay;
}.welcome-section-32 .heritage-tl-25 {
    max-width: 1200px;
    transform: translateY(-2%);
    margin-left: 10%;
    padding: 4rem 0;
    width: 90%;
    position: relative;
    z-index: 5;
    animation: titleFadeIn 1.2s ease-out forwards;
}.welcome-section-32 .heritage-tl-25 > div {
    margin-bottom: 2.5rem;
    transform: translateY(20px);
    position: relative;
    opacity: 0;
}.welcome-section-32 .heritage-tl-25 > div:nth-child(1) {
    animation: slideUp 0.6s 0.2s ease-out forwards;
}.welcome-section-32 .heritage-tl-25 > div:nth-child(2) {
    animation: slideUp 0.6s 0.4s ease-out forwards;
}.welcome-section-32 .heritage-tl-25 > div:nth-child(3) {
    animation: slideUp 0.6s 0.6s ease-out forwards;
}.welcome-section-32 .heritage-tl-25 p {
    position: relative;
    font-size: clamp(1rem, 1.5vw, 1.25rem);
    letter-spacing: 0.08em;
    padding-left: 2rem;
    text-transform: uppercase;
    color: #ffffff;
    text-shadow: var(--text-shadow);
    font-weight: 600;
    margin-bottom: 0.5rem;
}.welcome-section-32 .heritage-tl-25 p::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 2px;
    width: 1.5rem;
    content: '';
    background: rgb(172,179,195);
}.welcome-section-32 .title_style_header {
    font-weight: 700;
    background-clip: text !important;
    position: relative;
    text-shadow: var(--title-glow);
    max-width: 90%;
    color: #ffffff;
    -webkit-text-fill-color: transparent;
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    -webkit-background-clip: text !important;
    background: linear-gradient(
    to right,
    #ffffff 0%,
    rgb(123,110,160) 100%
  );
    margin: 0;
    line-height: 1.1;
    transform-origin: left center;
}.welcome-section-32 .title_style_header::after {
    background: linear-gradient(
    to right,
    rgb(172,179,195) 0%,
    rgb(123,110,160) 100%
  );
    position: absolute;
    transform: scaleX(0);
    bottom: -0.8rem;
    content: '';
    height: 0.25rem;
    left: 0;
    animation: lineExpand 0.8s 0.8s ease-out forwards;
    transform-origin: left;
    width: 6rem;
}.welcome-section-32 .heritage-tl-25 h3 {
    max-width: 700px;
    font-weight: 400;
    padding-top: 1rem;
    position: relative;
    text-shadow: var(--text-shadow);
    opacity: 0.9;
    line-height: 1.5;
    color: #ffffff;
    margin: 0;
    font-size: clamp(1.1rem, 2vw, 1.5rem);
}.welcome-section-32 .heritage-tl-25 h3::before {
    left: 0;
    width: 3rem;
    position: absolute;
    opacity: 0.7;
    height: 1px;
    top: 0;
    background: rgb(123,110,160);
    content: '';
}

@keyframes titleFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

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

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

@media (max-width: 1200px) {.welcome-section-32 .heritage-tl-25 {
    width: 84%;
    margin-left: 8%;
}.welcome-section-32 .title_style_header {
    max-width: 95%;
}
}

@media (max-width: 992px) {.welcome-section-32 .heritage-tl-25 {
    width: 88%;
    margin-left: 6%;
}.welcome-section-32 .title_style_header {
    max-width: 100%;
}.welcome-section-32 .heritage-tl-25 h3 {
    max-width: 600px;
}
}

@media (max-width: 768px) {.welcome-section-32 .heritage-tl-25 {
    margin-left: 5%;
    padding: 3rem 0;
    width: 90%;
}.welcome-section-32 .heritage-tl-25 > div {
    margin-bottom: 2rem;
}.welcome-section-32 .heritage-tl-25 p {
    padding-left: 1.5rem;
}.welcome-section-32 .heritage-tl-25 p::before {
    width: 1.2rem;
}.welcome-section-32 .title_style_header::after {
    width: 4rem;
}
}

@media (max-width: 576px) {.welcome-section-32 .course-base-39 {
    min-height: 100vh;
    height: auto;
}.welcome-section-32 .heritage-tl-25 {
    padding: 2.5rem 0;
    margin: 0 auto;
    width: 90%;
}.welcome-section-32 .heritage-tl-25 > div {
    margin-bottom: 1.5rem;
}.welcome-section-32 .heritage-tl-25 p {
    font-size: 0.9rem;
    padding-left: 1.2rem;
}.welcome-section-32 .heritage-tl-25 p::before {
    width: 1rem;
}.welcome-section-32 .heritage-tl-25 h3 {
    font-size: 1.1rem;
}
}

@media (hover: hover) {.welcome-section-32 .course-base-39:hover::after {
    animation: backgroundShift 20s infinite alternate ease-in-out;
}}

@keyframes backgroundShift {
  0% {
    opacity: 0.15;
    background-position: 0% 0%;
  }
  50% {
    opacity: 0.25;
    background-position: 100% 0%;
  }
  100% {
    opacity: 0.15;
    background-position: 0% 0%;
  }
}.who-we-are-74 {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.who-we-are-74::before {
    top: 0;
    width: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.8) 100%);
    position: absolute;
    z-index: 1;
    left: 0;
    content: '';
    height: 100%;
}.who-we-are-74 .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 2;
    padding: 0 20px;
}.who-we-are-74 h2 {
    position: relative;
    padding-bottom: 12px;
    transform: translateX(-10px);
    color: #ffffff;
    animation: slideInRight 0.8s 0.2s forwards;
    display: inline-block;
    margin-bottom: 40px;
    font-size: 32px;
    opacity: 0;
    font-weight: 700;
}.who-we-are-74 h2::after {
    width: 80px;
    left: 0;
    position: absolute;
    height: 3px;
    background: rgb(172,179,195);
    transform-origin: left;
    bottom: 0;
    transform: scaleX(0);
    content: '';
    animation: lineExpand 0.8s 0.6s forwards;
}.who-we-are-74 .text-holder-box-57 {
    animation: fadeUp 1s 0.4s forwards;
    border-left: 4px solid rgb(172,179,195);
    gap: 30px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    opacity: 0;
    padding: 40px;
    transform: translateY(20px);
    backdrop-filter: blur(10px);
    display: grid;
    background: rgba(255, 255, 255, 0.1);
    grid-template-columns: 1fr;
}.who-we-are-74 .text-holder-box-57 > div {
    gap: 20px;
    flex-direction: column;
    display: flex;
}.who-we-are-74 .text-holder-box-57 p {
    position: relative;
    font-size: calc(17px * 1.5);
    font-weight: 600;
    padding-left: 15px;
    margin: 0;
    color: rgb(172,179,195);
    letter-spacing: 1px;
}.who-we-are-74 .text-holder-box-57 p::before {
    position: absolute;
    transform: translateY(-50%) rotate(45deg);
    background: rgb(172,179,195);
    top: 50%;
    content: '';
    width: 8px;
    left: 0;
    height: 8px;
}.who-we-are-74 .text-holder-box-57 div div {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    font-weight: 300;
    font-size: 17px;
    position: relative;
    line-height: 1.8;
    letter-spacing: 0.3px;
    padding-left: 15px;
}

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

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

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

@media (min-width: 768px) {.who-we-are-74 {
    padding: 150px 0;
}.who-we-are-74::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.5) 100%);
}.who-we-are-74 h2 {
    margin-bottom: 60px;
    font-size: calc(32px * 1.2);
}.who-we-are-74 h2::after {
    height: 4px;
    width: 120px;
}.who-we-are-74 .text-holder-box-57 {
    border-left: 6px solid rgb(172,179,195);
    padding: 60px;
    transform: perspective(1000px) rotateY(-2deg);
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.3), 
                    inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    grid-template-columns: 1fr;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.08) 100%);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}.who-we-are-74 .text-holder-box-57:hover {
    transform: perspective(1000px) rotateY(0deg);
    box-shadow: 25px 25px 70px rgba(0, 0, 0, 0.4), 
                    inset 0 0 0 1px rgba(255, 255, 255, 0.15);
}.who-we-are-74 .text-holder-box-57 p {
    padding-left: 25px;
    font-size: calc(17px * 2);
}.who-we-are-74 .text-holder-box-57 p::before {
    width: 12px;
    height: 12px;
}.who-we-are-74 .text-holder-box-57 div div {
    border-left: 2px solid rgba(255, 255, 255, 0.2);
    padding-left: 25px;
    column-count: 2;
    line-height: 1.9;
    font-size: calc(17px * 1.1);
    column-gap: 40px;
}
}

@media (min-width: 1200px) {.who-we-are-74 {
    padding: 180px 0;
}.who-we-are-74::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0.4) 100%);
}.who-we-are-74 h2 {
    font-size: calc(32px * 1.4);
}.who-we-are-74 .text-holder-box-57 {
    padding: 80px;
    grid-template-columns: 1fr;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.05) 100%);
}.who-we-are-74 .text-holder-box-57 div div {
    column-gap: 60px;
    column-count: 2;
}
}

@media (max-width: 767px) {.who-we-are-74 {
    padding: 80px 0;
}.who-we-are-74 h2 {
    margin-bottom: 30px;
    font-size: calc(32px * 0.9);
}.who-we-are-74 .text-holder-box-57 {
    padding: 25px;
}.who-we-are-74 .text-holder-box-57 p {
    font-size: calc(17px * 1.2);
    padding-left: 12px;
}.who-we-are-74 .text-holder-box-57 div div {
    line-height: 1.6;
    padding-left: 12px;
    font-size: 17px;
}}.instructor-history-19 {
    padding: 6rem 2rem;
    position: relative;
    overflow: hidden;
    background: rgb(214,217,225);
}.instructor-history-19::before {
    top: 40%;
    animation: lineExpand 5s ease-in-out infinite alternate;
    transform-origin: left center;
    background: linear-gradient(to right, transparent, rgb(172,179,195,0.5), transparent);
    left: 0;
    height: 1px;
    content: "";
    width: 40%;
    position: absolute;
}.instructor-history-19::after {
    content: "";
    animation: lineExpand 5s ease-in-out infinite alternate 2.5s;
    width: 40%;
    position: absolute;
    right: 0;
    background: linear-gradient(to left, transparent, rgb(123,110,160,0.5), transparent);
    bottom: 40%;
    height: 1px;
    transform-origin: right center;
}.instructor-history-19 .testimonial-sharing-04 {
    max-width: 1100px;
    position: relative;
    gap: 4rem;
    margin: 0 auto;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 2fr;
}.instructor-history-19 .img-cover-43 {
    overflow: hidden;
    transform: scale(1);
    filter: grayscale(100%);
    border-radius: 0;
    clip-path: polygon(0 10%, 100% 0%, 85% 100%, 0% 90%);
    position: relative;
    height: 400px;
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
}.instructor-history-19 .img-cover-43::after {
    width: 100%;
    mix-blend-mode: overlay;
    top: 0;
    height: 100%;
    background: linear-gradient(135deg, rgb(172,179,195,0.5) 0%, transparent 50%);
    content: "";
    opacity: 0.5;
    left: 0;
    position: absolute;
    transition: all 0.7s ease;
}.instructor-history-19 .emp-wrap-84 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 0.7s ease;
    position: relative;
    opacity: 0.9;
}.instructor-history-19 .emp-wrap-84::before {
    height: 70%;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5), transparent);
    top: 15%;
    position: absolute;
    width: 1px;
    content: "";
    left: -2rem;
}.instructor-history-19 .name {
    font-weight: 700;
    font-size: calc(45px * 1.2);
    margin-bottom: 1rem;
    color: #000000;
    position: relative;
    transform: translateX(0);
    transition: all 0.5s ease;
}.instructor-history-19 .name::after {
    bottom: -0.5rem;
    transition: transform 0.5s ease 0.2s;
    width: 50px;
    background: rgb(172,179,195);
    transform-origin: left;
    height: 2px;
    content: "";
    transform: scaleX(0);
    left: 0;
    position: absolute;
}.instructor-history-19 .emp-wrap-84 div:nth-child(2) {
    font-weight: 300;
    font-size: 22px;
    transform: translateX(0);
    transition: all 0.5s ease 0.1s;
    margin-bottom: 3rem;
    letter-spacing: 2px;
    color: rgb(123,110,160);
    text-transform: uppercase;
}.instructor-history-19 .career-expertise-03 {
    transition: all 0.5s ease 0.2s;
    padding-left: 2rem;
    color: #000000;
    position: relative;
    line-height: 1.8;
    font-weight: 300;
    transform: translateX(0);
    font-size: 24px;
}.instructor-history-19 .career-expertise-03::before {
    left: 0;
    content: "";
    font-family: serif;
    top: -1rem;
    position: absolute;
    font-size: 4rem;
    line-height: 1;
    color: rgb(172,179,195,0.5);
}.instructor-history-19 .testimonial-sharing-04:hover .img-cover-43 {
    transform: scale(1.05);
    filter: grayscale(0%);
}.instructor-history-19 .testimonial-sharing-04:hover .img-cover-43::after {
    opacity: 0.3;
}.instructor-history-19 .testimonial-sharing-04:hover .name {
    transform: translateX(10px);
}.instructor-history-19 .testimonial-sharing-04:hover .name::after {
    transform: scaleX(1);
}.instructor-history-19 .testimonial-sharing-04:hover .emp-wrap-84 div:nth-child(2) {
    transform: translateX(20px);
}.instructor-history-19 .testimonial-sharing-04:hover .career-expertise-03 {
    transform: translateX(5px);
}

@keyframes lineExpand {
    0% {
        transform: scaleX(0.3);
        opacity: 0.3;
    }
    100% {
        transform: scaleX(1);
        opacity: 1;
    }
}

@media screen and (max-width: 991px) {.instructor-history-19 .testimonial-sharing-04 {
    gap: 3rem;
    grid-template-columns: 1fr;
}.instructor-history-19 .img-cover-43 {
    clip-path: polygon(0 5%, 100% 0%, 95% 100%, 0% 95%);
    width: 80%;
    height: 350px;
    margin: 0 auto;
}.instructor-history-19 .emp-wrap-84::before {
    left: 20%;
    top: -1.5rem;
    background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.5), transparent);
    width: 60%;
    height: 1px;
}.instructor-history-19 .testimonial-sharing-04:hover .name,
    .instructor-history-19 .testimonial-sharing-04:hover .emp-wrap-84 div:nth-child(2),
    .instructor-history-19 .testimonial-sharing-04:hover .career-expertise-03 {
    transform: translateX(0);
}}.quantitative-data-01 {
    overflow: hidden;
    padding: 5rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(214,217,225) 0%, rgba(0, 0, 0, 0.5) 100%);
}.quantitative-data-01::before {
    pointer-events: none;
    background-image: repeating-linear-gradient(
        45deg,
        rgb(172,179,195,0.5) 0px,
        rgb(172,179,195,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    top: 0;
    opacity: 0.05;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
}.quantitative-data-01 .container {
    padding: 0 1rem;
    position: relative;
    margin: 0 auto;
    max-width: 1320px;
    z-index: 1;
}.quantitative-data-01 h4 {
    position: relative;
    opacity: 1;
    font-weight: 700;
    text-align: center;
    transform: translateY(0);
    font-family: Arial, sans-serif;
    margin-top: 3rem;
    transition: transform 0.5s ease, opacity 0.5s ease;
    color: #000000;
    margin-bottom: 0;
    font-size: 19px;
}.quantitative-data-01 h4::after {
    background: rgb(172,179,195);
    margin: 1rem auto 0;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: block;
    height: 3px;
    content: "";
    width: 60px;
    transform: scaleX(1);
}.quantitative-data-01:hover h4::after {
    transform: scaleX(1.5);
}.quantitative-data-01 ul {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    list-style: none;
    display: grid;
    margin: 0;
    padding: 0;
    gap: 2rem;
}.quantitative-data-01 .class-statistics-42 {
    padding: 2rem;
    display: flex;
    z-index: 1;
    position: relative;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transform: translateY(0);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
    align-items: center;
    background: #ffffff;
}.quantitative-data-01 .class-statistics-42:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}.quantitative-data-01 .class-statistics-42::before {
    background: linear-gradient(
        45deg,
        rgb(172,179,195,0.5) 0%,
        rgb(123,110,160,0.5) 100%
    );
    opacity: 0;
    width: 100%;
    transition: opacity 0.4s ease;
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    height: 100%;
    z-index: -1;
}.quantitative-data-01 .class-statistics-42:hover::before {
    opacity: 0.05;
}.quantitative-data-01 .class-statistics-42 div {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
}.quantitative-data-01 .class-statistics-42 p {
    margin: 0 0 0.5rem;
    font-size: 3rem;
    color: rgb(172,179,195);
    transform: perspective(400px) rotateX(0);
    position: relative;
    font-weight: 700;
    line-height: 1;
    transition: transform 0.5s ease, color 0.3s ease;
}.quantitative-data-01 .class-statistics-42:hover p {
    color: rgb(123,110,160);
    transform: perspective(400px) rotateX(10deg);
}.quantitative-data-01 .class-statistics-42 p::after {
    transform: translateX(-50%) scaleX(0.5);
    left: 50%;
    height: 2px;
    position: absolute;
    background: rgb(172,179,195,0.5);
    transition: transform 0.4s ease, background 0.3s ease;
    content: "";
    width: 40px;
    bottom: -8px;
}.quantitative-data-01 .class-statistics-42:hover p::after {
    background: rgb(123,110,160);
    transform: translateX(-50%) scaleX(1);
}.quantitative-data-01 .class-statistics-42 span {
    transition: color 0.3s ease, transform 0.3s ease;
    font-weight: var(--font-weight-medium);
    color: #000000;
    margin-top: 0.5rem;
    display: block;
    max-width: 180px;
    font-size: 17px;
    line-height: 1.4;
}.quantitative-data-01 .class-statistics-42:hover span {
    transform: translateY(3px);
    color: #000000;
}.quantitative-data-01 .class-statistics-42:nth-child(odd) {
    transform: translateY(10px);
}.quantitative-data-01 .class-statistics-42:nth-child(odd):hover {
    transform: translateY(0);
}.quantitative-data-01 .class-statistics-42:nth-child(3n+1)::after {
    height: 16px;
    top: -8px;
    width: 16px;
    position: absolute;
    content: "";
    transform: scale(0);
    transition: transform 0.3s ease 0.1s;
    background: rgb(172,179,195);
    right: -8px;
}.quantitative-data-01 .class-statistics-42:nth-child(3n+1):hover::after {
    transform: scale(1);
}

@media (min-width: 768px) {.quantitative-data-01 {
    padding: 7rem 0;
}.quantitative-data-01 ul {
    gap: 2.5rem;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.quantitative-data-01 .class-statistics-42 {
    height: 220px;
}.quantitative-data-01 h4 {
    font-size: calc(19px * 1.2);
    margin-top: 4rem;
}
}

@media (min-width: 992px) {.quantitative-data-01 ul {
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}.quantitative-data-01 h4::after {
    width: 80px;
}.quantitative-data-01 .class-statistics-42 p {
    font-size: 3.5rem;
}
}

@media (max-width: 767px) {.quantitative-data-01 {
    padding: 4rem 0;
}.quantitative-data-01 ul {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 1.5rem;
}.quantitative-data-01 .class-statistics-42 {
    padding: 1.5rem;
}.quantitative-data-01 .class-statistics-42 p {
    font-size: 2.5rem;
}.quantitative-data-01 h4 {
    font-size: 21px;
    margin-top: 2rem;
}.quantitative-data-01 h4::after {
    width: 50px;
    margin-top: 0.75rem;
}
}

@media (max-width: 480px) {.quantitative-data-01 ul {
    grid-template-columns: 1fr;
    gap: 1.25rem;
}.quantitative-data-01 .class-statistics-42 {
    padding: 1.25rem;
    height: auto;
}.quantitative-data-01 .class-statistics-42:nth-child(odd) {
    transform: translateY(0);
}}

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

.quantitative-data-01 .class-statistics-42:nth-child(3n+2):hover p {
    animation: pulse 2s infinite ease-in-out;
}.pricing-row-79 {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.pricing-row-79::before {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    content: "";
    background: linear-gradient(145deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
    position: absolute;
}.pricing-row-79 .container {
    margin: 0 auto;
    z-index: 2;
    padding: 0 15px;
    position: relative;
    max-width: 1320px;
}.pricing-row-79 .access-cost-42 {
    flex-direction: column;
    align-items: center;
    display: flex;
}.pricing-row-79 h2 {
    color: #ffffff;
    font-size: 31px;
    opacity: 0;
    animation: fadeInUp 0.8s ease-out forwards;
    transform: translateY(20px);
    margin-bottom: 20px;
    font-weight: 700;
    text-align: center;
}.pricing-row-79 .price-sheet-57 {
    transform: translateY(20px);
    max-width: 800px;
    text-align: center;
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    color: rgb(255, 255, 255, 0.5);
    opacity: 0;
    font-size: 13px;
    margin-bottom: 50px;
}.pricing-row-79 .cost-options-01 {
    padding: 0;
    display: grid;
    width: 100%;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
    list-style: none;
}.pricing-row-79 .cost-options-01 li {
    opacity: 0;
    animation-delay: calc(0.3s + (0.15s * var(--li-index, 0)));
    transform: translateY(30px);
    animation: fadeInUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}.pricing-row-79 .cost-options-01 li:nth-child(1) {
    --li-index: 0;
}.pricing-row-79 .cost-options-01 li:nth-child(2) {
    --li-index: 1;
}.pricing-row-79 .cost-options-01 li:nth-child(3) {
    --li-index: 2;
}.pricing-row-79 .cost-options-01 li:nth-child(4) {
    --li-index: 3;
}.pricing-row-79 .lesson-rates-40 {
    display: block;
    text-decoration: none;
    transform: perspective(1000px) rotateX(0deg);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    height: 100%;
    will-change: transform;
}.pricing-row-79 .lesson-rates-40:hover {
    transform: perspective(1000px) rotateX(5deg) translateY(-10px);
}.pricing-row-79 .learn-rates-65 {
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
    position: relative;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    overflow: hidden;
    transition: all 0.4s ease;
    border-radius: 8px;
    height: 100%;
    background: linear-gradient(135deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.03) 100%);
}.pricing-row-79 .lesson-rates-40:hover .learn-rates-65 {
    box-shadow: 0 20px 40px rgba(0,0,0,0.3), 0 0 15px rgba(rgb(172,179,195,0.5), 0.5);
    border-color: rgba(255,255,255,0.2);
}.pricing-row-79 .learn-rates-65::before {
    background: linear-gradient(135deg, rgb(172,179,195,0.5) 0%, transparent 70%);
    transition: all 0.6s ease;
    opacity: 0.1;
    content: "";
    top: -10%;
    left: -10%;
    height: 50%;
    transform: rotate(-45deg);
    width: 40%;
    position: absolute;
}.pricing-row-79 .lesson-rates-40:hover .learn-rates-65::before {
    transform: rotate(-45deg) translateY(-20%);
    opacity: 0.15;
}.pricing-row-79 .program-fees-15 {
    height: 100%;
    flex-direction: column;
    padding: 35px 30px;
    display: flex;
    min-height: 280px;
    box-sizing: border-box;
}.pricing-row-79 .program-fees-15 h4 {
    padding-bottom: 15px;
    position: relative;
    font-size: calc(22px * 1.1);
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 0;
    color: #ffffff;
}.pricing-row-79 .program-fees-15 h4::after {
    transition: width 0.4s ease;
    width: 40px;
    left: 0;
    background: rgb(172,179,195);
    content: "";
    height: 3px;
    position: absolute;
    bottom: 0;
}.pricing-row-79 .lesson-rates-40:hover .program-fees-15 h4::after {
    width: 60px;
}.pricing-row-79 .program-fees-15 p {
    margin-bottom: 25px;
    white-space: normal;
    flex-grow: 1;
    hyphens: auto;
    line-height: 1.7;
    overflow-wrap: break-word;
    color: rgb(255, 255, 255, 0.5);
    font-size: calc(13px * 0.9);
    word-wrap: break-word;
}.pricing-row-79 .plan-fee-93 {
    background: rgba(255,255,255,0.05);
    transition: all 0.3s ease;
    color: rgb(172,179,195);
    display: inline-block;
    position: relative;
    font-weight: 700;
    border-radius: 4px;
    padding: 10px 20px;
    align-self: flex-start;
    font-size: calc(22px * 1.2);
    overflow: hidden;
}.pricing-row-79 .plan-fee-93::before {
    position: absolute;
    content: "";
    left: -100%;
    width: 100%;
    top: 0;
    height: 100%;
    transition: left 0.7s ease;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
}.pricing-row-79 .lesson-rates-40:hover .plan-fee-93::before {
    left: 100%;
}

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

@media (max-width: 1200px) {.pricing-row-79 {
    padding: 100px 0;
}.pricing-row-79 .cost-options-01 {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}

@media (max-width: 992px) {.pricing-row-79 {
    padding: 80px 0;
}.pricing-row-79 h2 {
    font-size: calc(31px * 0.9);
}.pricing-row-79 .cost-options-01 {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.pricing-row-79 .program-fees-15 {
    padding: 25px 20px;
}
}

@media (max-width: 768px) {.pricing-row-79 {
    padding: 70px 0;
}.pricing-row-79 h2 {
    margin-bottom: 15px;
    font-size: calc(31px * 0.8);
}.pricing-row-79 .price-sheet-57 {
    margin-bottom: 35px;
    font-size: calc(13px * 0.95);
}.pricing-row-79 .cost-options-01 {
    margin: 0 auto;
    max-width: 450px;
    grid-template-columns: 1fr;
}.pricing-row-79 .program-fees-15 {
    min-height: auto;
}
}

@media (max-width: 576px) {.pricing-row-79 {
    padding: 60px 0;
}.pricing-row-79 h2 {
    font-size: calc(31px * 0.7);
}.pricing-row-79 .price-sheet-57 {
    font-size: calc(13px * 0.9);
}.pricing-row-79 .program-fees-15 {
    padding: 20px 15px;
}.pricing-row-79 .program-fees-15 h4 {
    font-size: 22px;
}.pricing-row-79 .program-fees-15 p {
    font-size: calc(13px * 0.85);
}.pricing-row-79 .plan-fee-93 {
    padding: 8px 15px;
    font-size: 22px;
}}.testimonials-15 {
    overflow: hidden;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgba(rgb(123,110,160,0.5), 0.05), rgba(rgb(172,179,195,0.5), 0.1));
    position: relative;
}.testimonials-15::before {
    content: "";
    position: absolute;
    top: -5%;
    height: 300px;
    right: -5%;
    transform: rotate(-15deg);
    width: 300px;
    z-index: 0;
    background: radial-gradient(circle at center, rgba(rgb(172,179,195,0.5), 0.15), transparent 70%);
}.testimonials-15::after {
    left: -5%;
    height: 250px;
    transform: rotate(15deg);
    content: "";
    bottom: -5%;
    width: 250px;
    position: absolute;
    background: radial-gradient(circle at center, rgba(rgb(123,110,160,0.5), 0.12), transparent 70%);
    z-index: 0;
}.testimonials-15 .container {
    z-index: 1;
    padding: 0 1.5rem;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.testimonials-15 h2 {
    margin-bottom: 3.5rem;
    font-weight: 700;
    position: relative;
    text-align: center;
    transform: translateZ(0);
    font-size: 28px;
    color: #000000;
}.testimonials-15 h2::after {
    left: 50%;
    bottom: -15px;
    position: absolute;
    content: "";
    width: 100px;
    background: linear-gradient(90deg, transparent, rgb(172,179,195), transparent);
    height: 3px;
    transform: translateX(-50%);
}.testimonials-15 .client-testimonials-48 {
    gap: 2rem;
    margin: 0;
    list-style: none;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
}.testimonials-15 .testimonial-sharing-04 {
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), 
                box-shadow 0.3s ease-out;
    background: linear-gradient(145deg, #ffffff, rgba(rgb(255, 255, 255, 0.5), 0.85));
    padding: 1.8rem;
    box-shadow: 0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.05),
                0 1px 4px rgba(rgba(0, 0, 0, 0.5), 0.1);
    flex-direction: column;
    position: relative;
    display: flex;
    border-radius: 8px;
    overflow: hidden;
}.testimonials-15 .testimonial-sharing-04::before {
    top: 0;
    width: 5px;
    left: 0;
    transition: height 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    height: 0;
    content: "";
    background: linear-gradient(to bottom, rgb(172,179,195), rgb(123,110,160));
}.testimonials-15 .testimonial-sharing-04:hover {
    box-shadow: 0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.08),
                0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.05);
    transform: translateY(-8px);
}.testimonials-15 .testimonial-sharing-04:hover::before {
    height: 100%;
}.testimonials-15 .testimonial-sharing-04 div {
    align-items: center;
    display: flex;
    margin-bottom: 1.2rem;
}.testimonials-15 .testimonial-sharing-04 img {
    width: 60px;
    box-shadow: 0 3px 10px rgba(rgba(0, 0, 0, 0.5), 0.1);
    border: 3px solid #ffffff;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
}.testimonials-15 .testimonial-sharing-04:hover img {
    transform: scale(1.05);
}.testimonials-15 .testimonial-sharing-04 h4 {
    color: #000000;
    margin-left: 1rem;
    font-weight: 600;
    font-size: calc(22px - 2px);
}.testimonials-15 .testimonial-sharing-04 .description {
    padding-left: 1.5rem;
    line-height: 1.6;
    color: #000000;
    font-size: 14px;
    margin: 0;
    position: relative;
}.testimonials-15 .testimonial-sharing-04 .description::before {
    left: 0;
    position: absolute;
    content: "";
    font-family: Arial, sans-serif;
    color: rgba(rgb(172,179,195,0.5), 0.3);
    font-weight: 700;
    font-size: 2.5rem;
    top: -5px;
}.testimonials-15 a {
    margin-top: 3rem;
    color: #ffffff;
    font-size: 18px;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(rgb(172,179,195,0.5), 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    border-radius: 10px;
    text-align: center;
    background: linear-gradient(45deg, rgb(172,179,195), rgb(123,110,160));
    max-width: 200px;
    padding: 1rem 2rem;
    display: block;
    font-weight: 600;
}.testimonials-15 a::before {
    transition: left 0.7s ease;
    left: -100%;
    height: 100%;
    top: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, 
                transparent, 
                rgba(rgb(255, 255, 255, 0.5), 0.2), 
                transparent);
    content: "";
}.testimonials-15 a:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(rgb(172,179,195,0.5), 0.4);
}.testimonials-15 a:hover::before {
    left: 100%;
}

@media (max-width: 992px) {.testimonials-15 {
    padding: 4rem 0;
}.testimonials-15 h2 {
    margin-bottom: 3rem;
    font-size: calc(28px - 4px);
}.testimonials-15 .client-testimonials-48 {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1.5rem;
}
}

@media (max-width: 768px) {.testimonials-15 {
    padding: 3.5rem 0;
}.testimonials-15 h2 {
    font-size: calc(28px - 6px);
    margin-bottom: 2.5rem;
}.testimonials-15 .client-testimonials-48 {
    gap: 1.2rem;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.testimonials-15 .testimonial-sharing-04 {
    padding: 1.5rem;
}.testimonials-15 .testimonial-sharing-04 img {
    height: 50px;
    width: 50px;
}
}

@media (max-width: 576px) {.testimonials-15 {
    padding: 3rem 0;
}.testimonials-15 h2 {
    margin-bottom: 2rem;
    font-size: calc(28px - 8px);
}.testimonials-15 .client-testimonials-48 {
    grid-template-columns: 1fr;
    gap: 1rem;
}.testimonials-15 .testimonial-sharing-04 {
    padding: 1.3rem;
}.testimonials-15 .testimonial-sharing-04 img {
    height: 45px;
    width: 45px;
}.testimonials-15 .testimonial-sharing-04 h4 {
    font-size: calc(22px + 1px);
}.testimonials-15 .testimonial-sharing-04 .description {
    font-size: calc(14px - 1px);
}.testimonials-15 a {
    padding: 0.8rem 1.5rem;
    font-size: calc(18px - 1px);
}}.course-summary-42 {
    display: flex;
    position: relative;
    align-items: center;
    background-color: rgb(172,179,195);
    overflow: hidden;
    min-height: 100vh;
}.course-summary-42::before {
    width: 100%;
    opacity: 0.1;
    left: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgba(rgb(172,179,195), 0.8),
        rgba(rgb(172,179,195), 0.8) 10px,
        rgba(rgb(123,110,160), 0.5) 10px,
        rgba(rgb(123,110,160), 0.5) 20px
    );
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    z-index: 1;
}.course-summary-42 .learn-code-31 {
    position: absolute;
    left: 0;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    top: 0;
    overflow: hidden;
    height: 100%;
    width: 45%;
}.course-summary-42 .learn-code-31::after {
    background: linear-gradient(90deg, transparent 0%, rgb(172,179,195) 100%);
    content: "";
    right: 0;
    position: absolute;
    top: 0;
    height: 100%;
    width: 50px;
    z-index: 3;
}.course-summary-42 .training-track-82 {
    width: 100%;
    flex-direction: column;
    height: 500%;
    animation: vertical-carousel 35s cubic-bezier(0.25, 0.1, 0.25, 1) infinite;
    display: flex;
}.course-summary-42 .learn-code-31:hover .training-track-82 {
    animation-play-state: paused;
}.course-summary-42 .skill-explorer-74 {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 20%;
}.course-summary-42 .skill-explorer-74::before {
    left: 0;
    background: linear-gradient(
        to right,
        rgba(rgb(123,110,160), 0.6) 0%,
        transparent 70%
    );
    width: 100%;
    content: "";
    height: 100%;
    z-index: 2;
    top: 0;
    position: absolute;
}.course-summary-42 .skill-explorer-74 img {
    transition: filter 0.5s ease, transform 4s ease-out;
    height: 100%;
    width: 100%;
    transform: scale(1.05);
    filter: brightness(0.9) contrast(1.1) saturate(1.1);
    object-fit: cover;
}.course-summary-42 .skill-explorer-74:hover img {
    filter: brightness(1) contrast(1.05) saturate(1.2);
    transform: scale(1.15);
}.course-summary-42 .container {
    display: flex;
    justify-content: flex-end;
    padding: 3rem;
    margin: 0 auto;
    z-index: 3;
    max-width: 1320px;
    position: relative;
    width: 100%;
}.course-summary-42 .learning-dna-54 {
    width: 55%;
    margin-right: 2%;
    display: flex;
    align-items: center;
    justify-content: center;
}.course-summary-42 .skill-path-84 {
    border-radius: 10px;
    padding: 3rem;
    max-width: 600px;
    background: linear-gradient(
        135deg,
        rgba(rgb(172,179,195), 0.7) 0%,
        rgba(rgb(123,110,160), 0.7) 100%
    );
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    backdrop-filter: blur(10px);
}.course-summary-42 .skill-path-84::before {
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;
    content: "";
    height: 5px;
    background: linear-gradient(
        90deg,
        rgb(172,179,195) 0%,
        rgb(123,110,160) 100%
    );
}.course-summary-42 .skill-path-84::after {
    top: -50%;
    content: "";
    width: 200%;
    pointer-events: none;
    z-index: -1;
    background: radial-gradient(
        circle at center,
        rgba(255, 255, 255, 0.2) 0%,
        transparent 60%
    );
    height: 200%;
    animation: rotate-gradient 20s linear infinite;
    left: -50%;
    position: absolute;
}.course-summary-42 .skill-path-84 h3 {
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
    padding-bottom: 1rem;
    color: #ffffff;
    position: relative;
    letter-spacing: 1px;
    margin-bottom: 1.5rem;
}.course-summary-42 .skill-path-84 h3::after {
    bottom: 0;
    left: 0;
    width: 50px;
    position: absolute;
    content: "";
    background: linear-gradient(
        90deg,
        rgb(172,179,195) 0%,
        rgb(123,110,160) 100%
    );
    height: 3px;
}.course-summary-42 .skill-path-84 p {
    line-height: 1.8;
    opacity: 0.9;
    font-size: 18px;
    color: #ffffff;
    position: relative;
    margin-bottom: 2rem;
}.course-summary-42 .skill-path-84 .support-block-26 {
    padding: 1rem 2.5rem;
    z-index: 1;
    border-radius: 10px;
    align-items: center;
    display: inline-flex;
    background: linear-gradient(
        to right,
        rgb(172,179,195) 0%,
        rgb(123,110,160) 100%
    );
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    font-size: 19px;
    position: relative;
    overflow: hidden;
    color: #ffffff;
    text-decoration: none;
    justify-content: center;
    font-weight: 600;
    background-size: 200% auto;
    transition: all 0.4s ease;
}.course-summary-42 .skill-path-84 .support-block-26::before {
    top: 0;
    position: absolute;
    background: linear-gradient(
        to right,
        rgb(123,110,160) 0%,
        rgb(172,179,195) 100%
    );
    opacity: 0;
    width: 100%;
    transition: all 0.4s ease;
    height: 100%;
    content: "";
    z-index: -1;
    left: -100%;
}.course-summary-42 .skill-path-84 .support-block-26:hover {
    background-position: right center;
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(rgb(172,179,195), 0.3);
}.course-summary-42 .skill-path-84 .support-block-26:hover::before {
    left: 0;
    opacity: 1;
}

@keyframes vertical-carousel {
    0%, 15% {
        transform: translateY(0);
    }
    20%, 35% {
        transform: translateY(-20%);
    }
    40%, 55% {
        transform: translateY(-40%);
    }
    60%, 75% {
        transform: translateY(-60%);
    }
    80%, 95% {
        transform: translateY(-80%);
    }
    100% {
        transform: translateY(-80%);
    }
}

@keyframes rotate-gradient {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


@media (max-width: 992px) {.course-summary-42 .learn-code-31 {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    width: 40%;
}.course-summary-42 .learning-dna-54 {
    margin-right: 0;
    width: 60%;
}.course-summary-42 .skill-path-84 {
    padding: 2rem;
}.course-summary-42 .skill-path-84 h3 {
    font-size: calc(30px * 0.9);
}
}


@media (max-width: 768px) {.course-summary-42 {
    min-height: auto;
    display: block;
}.course-summary-42 .learn-code-31 {
    clip-path: none;
    position: relative;
    height: 300px;
    width: 100%;
}.course-summary-42 .learn-code-31::after {
    display: none;
}.course-summary-42 .training-track-82 {
    animation: horizontal-carousel 25s cubic-bezier(0.25, 0.1, 0.25, 1) infinite;
    height: 100%;
    flex-direction: row;
    width: 500%;
}.course-summary-42 .skill-explorer-74 {
    width: 20%;
    height: 100%;
}.course-summary-42 .skill-explorer-74::before {
    background: linear-gradient(
            to bottom,
            transparent 0%,
            rgba(rgb(123,110,160), 0.8) 100%
        );
}.course-summary-42 .container {
    justify-content: center;
    padding: 2rem 1rem;
}.course-summary-42 .learning-dna-54 {
    margin: 0;
    width: 100%;
}.course-summary-42 .skill-path-84 {
    max-width: 100%;
    padding: 1.5rem;
}.course-summary-42 .skill-path-84 h3 {
    font-size: calc(30px * 0.8);
}.course-summary-42 .skill-path-84 p {
    margin-bottom: 1.5rem;
    font-size: calc(18px * 0.9);
}.course-summary-42 .skill-path-84 .support-block-26 {
    padding: 0.8rem 1.5rem;
    width: 100%;
}@keyframes horizontal-carousel {
        0%, 15% {
            transform: translateX(0);
        }
        20%, 35% {
            transform: translateX(-20%);
        }
        40%, 55% {
            transform: translateX(-40%);
        }
        60%, 75% {
            transform: translateX(-60%);
        }
        80%, 95% {
            transform: translateX(-80%);
        }
        100% {
            transform: translateX(0);
        }
    }
}header {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid rgb(172,179,195,0.5);
    width: 100%;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: all 0.4s ease;
    position: fixed;
    background: linear-gradient(180deg, 
        rgb(172,179,195) 0%, 
        rgba(20, 20, 30, 0.95) 100%
    );
    top: 0;
    left: 0;
    z-index: 1000;
}header:before {
    width: 100%;
    pointer-events: none;
    background: 
        radial-gradient(circle at 15% 15%, rgb(172,179,195,0.5) 0%, transparent 25%),
        radial-gradient(circle at 85% 85%, rgb(123,110,160,0.5) 0%, transparent 25%);
    opacity: 0.1;
    top: 0;
    position: absolute;
    height: 100%;
    left: 0;
    content: '';
}header:after {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0.02;
    content: '';
    mix-blend-mode: overlay;
    height: 100%;
    width: 100%;
}header .nav-lesson-04 {
    position: relative;
    overflow: hidden;
}header .nav-lesson-04:before {
    box-shadow: 0 0 15px rgb(172,179,195), 0 0 35px rgb(172,179,195);
    background: linear-gradient(90deg, 
        transparent 0%,
        rgb(172,179,195) 25%,
        #ffffff 50%,
        rgb(172,179,195) 75%,
        transparent 100%
    );
    width: 200%;
    opacity: 0.7;
    animation: scanlineGlow 4s linear infinite;
    position: absolute;
    left: -50%;
    height: 1px;
    content: '';
    bottom: 0;
}header .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 18px 25px;
}header .container:before {
    opacity: 0.5;
    pointer-events: none;
    position: absolute;
    width: 100%;
    background-image: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 2px,
            rgba(255, 255, 255, 0.015) 2px,
            rgba(255, 255, 255, 0.015) 3px
        );
    height: 100%;
    content: '';
    mix-blend-mode: overlay;
}header .main-nav-90 {
    position: relative;
    justify-content: space-between;
    align-items: center;
    display: flex;
}header .main-nav-90:before {
    animation: breathe 5s infinite alternate;
    transform: translateY(-50%);
    border-radius: 50%;
    height: 20px;
    content: '';
    position: absolute;
    top: 50%;
    background: rgb(172,179,195);
    filter: blur(15px);
    width: 20px;
    left: -10px;
    opacity: 0.3;
}header .main-nav-90:after {
    opacity: 0.3;
    top: 50%;
    width: 20px;
    filter: blur(15px);
    right: -10px;
    border-radius: 50%;
    position: absolute;
    animation: breathe 5s infinite alternate-reverse;
    transform: translateY(-50%);
    background: rgb(123,110,160);
    height: 20px;
    content: '';
}header .head-edu-19 {
    align-items: center;
    display: flex;
    gap: 30px;
    position: relative;
}header .head-edu-19:before {
    transform: translateX(-100%);
    position: absolute;
    width: 110%;
    height: 110%;
    filter: blur(5px);
    left: -5%;
    top: -5%;
    content: '';
    animation: menuGlow 10s infinite ease-in-out;
    opacity: 0.15;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(172,179,195,0.5), 
        transparent
    );
}header .head-sitebar-47 {
    font-family: Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    color: #ffffff;
    text-decoration: none;
    padding: 8px 2px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    text-shadow: 0 0 1px #ffffff;
    font-size: 16px;
    position: relative;
}header .head-sitebar-47:before {
    top: 0;
    position: absolute;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(172,179,195,0.5), 
        transparent
    );
    transition: all 0.4s ease;
    width: 100%;
    content: '';
    z-index: -1;
    left: 0;
    height: 100%;
    transform: skewX(-20deg) scale(0.8, 1);
    opacity: 0;
}header .head-sitebar-47:after {
    left: 50%;
    filter: blur(0.5px);
    position: absolute;
    transform: translateX(-50%);
    opacity: 0.8;
    background: linear-gradient(90deg, 
        rgb(172,179,195),
        #ffffff 50%,
        rgb(172,179,195)
    );
    width: 0;
    bottom: -2px;
    height: 2px;
    content: '';
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}header .head-sitebar-47:hover {
    color: #ffffff;
    text-shadow: 
        0 0 5px #ffffff,
        0 0 10px rgb(172,179,195);
    transform: translateY(-2px);
}header .head-sitebar-47:hover:before {
    opacity: 0.15;
    transform: skewX(-20deg) scale(1.05, 1);
}header .head-sitebar-47:hover:after {
    box-shadow: 
        0 0 5px rgb(172,179,195),
        0 0 10px rgb(172,179,195);
    width: 100%;
}header .main-train-61 {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    text-decoration: none;
    padding: 5px;
    transition: all 0.3s ease;
}header .main-train-61:before {
    height: 150%;
    background: radial-gradient(circle, 
        rgb(172,179,195,0.5) 0%, 
        transparent 70%
    );
    opacity: 0;
    transition: opacity 0.5s ease;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 150%;
    top: 50%;
    position: absolute;
    content: '';
}header .main-train-61:after {
    height: calc(100% + 10px);
    position: absolute;
    border: 1px solid transparent;
    content: '';
    transition: all 0.5s ease;
    top: -5px;
    width: calc(100% + 10px);
    left: -5px;
    border-image: linear-gradient(45deg, rgb(172,179,195), rgb(123,110,160), rgb(172,179,195)) 1;
    opacity: 0;
}header .main-train-61:hover:before {
    opacity: 0.3;
}header .main-train-61:hover:after {
    opacity: 0.7;
    animation: borderRotate 4s linear infinite;
}header .main-train-61 svg {
    height: 45px;
    width: auto;
    position: relative;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    filter: drop-shadow(0 0 2px rgb(172,179,195,0.5));
}header .main-train-61:hover svg {
    transform: scale(1.05);
    filter: drop-shadow(0 0 5px rgb(172,179,195));
}header .main-train-61:hover svg path {
    animation: logoGlow 2s infinite alternate;
}

@keyframes scanlineGlow {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    10%, 90% {
        opacity: 0.7;
    }
    100% {
        transform: translateX(100%);
        opacity: 0;
    }
}

@keyframes breathe {
    0%, 100% {
        opacity: 0.3;
        filter: blur(15px);
    }
    50% {
        opacity: 0.5;
        filter: blur(20px);
    }
}

@keyframes menuGlow {
    0%, 100% {
        transform: translateX(-100%);
        opacity: 0.15;
    }
    50% {
        transform: translateX(100%);
        opacity: 0.25;
    }
}

@keyframes borderRotate {
    0% {
        border-image: linear-gradient(45deg, rgb(172,179,195), rgb(123,110,160), rgb(172,179,195)) 1;
    }
    50% {
        border-image: linear-gradient(225deg, rgb(172,179,195), rgb(123,110,160), rgb(172,179,195)) 1;
    }
    100% {
        border-image: linear-gradient(405deg, rgb(172,179,195), rgb(123,110,160), rgb(172,179,195)) 1;
    }
}

@keyframes logoGlow {
    0% {
        filter: brightness(1);
    }
    100% {
        filter: brightness(1.3);
    }
}

@keyframes glitchEffect {
    0%, 100% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(-2px);
    }
    40% {
        transform: translateX(2px);
    }
    60% {
        transform: skewX(2deg);
    }
    80% {
        transform: skewX(-2deg);
    }
}

@media (max-width: 991px) {header .container {
    padding: 15px 20px;
}header .head-edu-19 {
    gap: 20px;
}header .main-train-61 svg {
    height: 38px;
}
}

@media (max-width: 767px) {header .head-edu-19 {
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(15px);
    gap: 25px;
    width: 85%;
    position: fixed;
    background: linear-gradient(135deg, 
            rgba(20, 20, 30, 0.97) 0%, 
            rgba(10, 10, 20, 0.98) 100%
        );
    padding: 85px 30px 30px;
    right: -100%;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    flex-direction: column;
    overflow-y: auto;
    z-index: 1001;
    height: 100vh;
    -webkit-backdrop-filter: blur(15px);
    max-width: 330px;
    top: 0;
}header .head-edu-19:before {
    top: 70px;
    left: 10%;
    animation: none;
    opacity: 0.3;
    width: 80%;
    height: 1px;
}header .head-edu-19:after {
    content: '';
    right: 20px;
    opacity: 0.6;
    border: 1px solid rgb(172,179,195,0.5);
    width: 30px;
    top: 20px;
    position: absolute;
    height: 30px;
    background: transparent;
}header .menu.active {
    right: 0;
}header .head-sitebar-47 {
    border-bottom: 1px solid rgb(172,179,195,0.5);
    width: 100%;
    text-align: left;
    padding: 12px 5px;
    opacity: 0.8;
}header .head-sitebar-47:last-child {
    border-bottom: none;
}header .head-sitebar-47:hover {
    opacity: 1;
    transform: translateY(0);
}header .main-train-61 {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 12px 15px;
}header .main-train-61 svg {
    height: 35px;
}header .head-edu-19 {
    width: 100%;
    max-width: 100%;
}}.cookie-window-banner-82 {
    transform: translateX(-50%);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    width: 90%;
    bottom: 20px;
    background: #ffffff;
    font-family: Arial, sans-serif;
    position: fixed;
    z-index: 1050;
    left: 50%;
    max-width: 500px;
    overflow: hidden;
    border-radius: 20px;
}.cookie-box-97 {
    display: flex;
    align-items: center;
    padding: 20px;
    flex-direction: column;
}.cookie-protect-82 {
    margin-bottom: 20px;
}.cookie-protect-82 svg, .cookie-protect-82 svg path, .cookie-protect-82 img {
    height: 60px;
    width: 60px;
    fill: rgb(172,179,195);
}.cookie-window-banner-82 h5 {
    font-size: 23px;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 700;
    color: rgb(172,179,195);
}.cookie-window-banner-82 p {
    margin-bottom: 20px;
    text-align: center;
    color: #000000;
    font-size: 16px;
}.manage-tracking-76 {
    text-align: center;
    transition: background 0.3s ease-in-out;
    font-size: 18px;
    text-decoration: none;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    margin: 5px;
    background: rgb(172,179,195);
    display: inline-block;
    padding: 10px 20px;
    width: calc(50% - 10px);
    color: #ffffff;
}.manage-tracking-76:hover {
    background: rgb(123,110,160);
}.cookie_button.cookie-confirm-05 {
    background: rgb(123,110,160);
}.cookie_button.cookie-confirm-05:hover {
    background: rgb(123,110,160,0.5);
}.cookie-window-banner-82 p a {
    color: rgb(172,179,195);
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}.cookie-window-banner-82 p a:hover {
    color: rgb(123,110,160);
}#cookieUsageMessage-74 {
    display: none;
}#cookieUsageMessage-74:checked ~ .cookie-window-banner-82 {
    opacity: 0;
    visibility: hidden;
}.mobile-cta-54 {
    color: #000000;
    position: relative;
    background-color: rgb(214,217,225);
    font-family: Arial, sans-serif;
    padding: 5rem 0 2rem;
}.mobile-cta-54::before {
    z-index: 0;
    bottom: 0;
    height: 250px;
    right: 0;
    position: absolute;
    left: 0;
    opacity: 0.05;
    background: linear-gradient(180deg, transparent 0%, rgb(172,179,195,0.5) 100%);
    content: '';
}.mobile-cta-54 .container {
    z-index: 1;
    position: relative;
}.mobile-cta-54 .green-edu-47 {
    flex-direction: column;
    display: flex;
    gap: 4rem;
}.mobile-cta-54 .message-us-38 {
    border-bottom: 1px solid rgb(123,110,160,0.5);
    padding-bottom: 2.5rem;
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    position: relative;
    display: grid;
}.mobile-cta-54 .message-us-38::after {
    height: 3px;
    content: '';
    position: absolute;
    left: 0;
    width: 60px;
    background-color: rgb(172,179,195);
    bottom: -1px;
}.mobile-cta-54 .info_item {
    padding: 0.5rem;
    transition: transform 0.3s ease-out;
}.mobile-cta-54 .info_item:hover {
    transform: translateX(5px);
}.mobile-cta-54 .info_item p,
.mobile-cta-54 .info_item a {
    align-items: center;
    text-decoration: none;
    font-weight: 400;
    transition: color 0.3s ease;
    color: #000000;
    font-size: 15px;
    gap: 0.75rem;
    display: flex;
}.mobile-cta-54 .info_item a:hover {
    color: rgb(172,179,195);
}.mobile-cta-54 .info_item svg {
    fill: rgb(172,179,195);
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}.mobile-cta-54 .text_main_holder {
    gap: 3rem;
    grid-template-columns: 1.2fr 1fr 1.2fr;
    display: grid;
}.mobile-cta-54 .header-wrap-80 {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}.mobile-cta-54 .header-wrap-80 svg {
    height: auto;
    transition: opacity 0.3s ease;
    max-width: 160px;
}.mobile-cta-54 .header-wrap-80 svg:hover {
    opacity: 0.8;
}.mobile-cta-54 .event-cal-30 {
    font-size: 12px;
    max-width: 300px;
    line-height: 1.6;
    opacity: 0.8;
    color: #000000;
}.mobile-cta-54 .head-edu-19 {
    display: flex;
    gap: 1.5rem;
    flex-direction: column;
}.mobile-cta-54 .head-edu-19 h5 {
    position: relative;
    margin-bottom: 0.5rem;
    color: #000000;
    font-weight: 600;
    font-size: 19px;
}.mobile-cta-54 .nav-train-01 {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}.mobile-cta-54 .nav-train-01 a {
    padding-left: 0;
    transition: color 0.3s ease, padding-left 0.3s ease;
    font-size: 15px;
    color: #000000;
    position: relative;
    text-decoration: none;
}.mobile-cta-54 .nav-train-01 a::before {
    top: 50%;
    width: 0;
    position: absolute;
    transition: width 0.3s ease, left 0.3s ease;
    background-color: rgb(172,179,195);
    transform: translateY(-50%);
    height: 1px;
    content: '';
    left: -10px;
}.mobile-cta-54 .nav-train-01 a:hover {
    padding-left: 12px;
    color: rgb(172,179,195);
}.mobile-cta-54 .nav-train-01 a:hover::before {
    left: 0;
    width: 10px;
}.mobile-cta-54 .subscribe_holder {
    border-radius: 18px;
    gap: 1.5rem;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    padding: 2rem;
}.mobile-cta-54 .subscribe_holder h5 {
    color: #000000;
    font-size: 19px;
    font-weight: 600;
}.mobile-cta-54 .subscribe_holder p {
    color: #000000;
    font-size: 15px;
    line-height: 1.6;
}.mobile-cta-54 .input_holder {
    display: flex;
    position: relative;
    gap: 0.5rem;
}.mobile-cta-54 .input_holder input[type="email"] {
    background-color: transparent;
    border: 1px solid rgb(123,110,160,0.5);
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    color: #000000;
    padding: 1rem 1.25rem;
    flex: 1;
    font-size: 15px;
    border-radius: 10px;
}.mobile-cta-54 .input_holder input[type="email"]:focus {
    outline: none;
    border-color: rgb(172,179,195);
    box-shadow: 0 0 0 3px rgb(172,179,195,0.5);
}.mobile-cta-54 .input_holder input[type="email"]::placeholder {
    opacity: 0.5;
    color: #000000;
}.mobile-cta-54 .sub-codes-58 {
    padding: 1rem 1.5rem;
    font-size: 16px;
    background-color: rgb(172,179,195);
    font-weight: 600;
    border: none;
    cursor: pointer;
    color: #ffffff;
    border-radius: 10px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}.mobile-cta-54 .sub-codes-58:hover {
    background-color: rgb(123,110,160);
    transform: translateY(-2px);
}.mobile-cta-54 .search-foot-98 {
    padding-top: 1.5rem;
    border-top: 1px solid rgb(123,110,160,0.5);
    text-align: center;
    margin-top: 3rem;
}.mobile-cta-54 .contest-info-32 {
    font-size: 12px;
    opacity: 0.8;
    color: #000000;
}.mobile-cta-54 .nav-train-01:first-child {
    position: relative;
    margin-bottom: 1.5rem;
}.mobile-cta-54 .nav-train-01:first-child::after {
    bottom: -0.75rem;
    background-color: rgb(123,110,160,0.5);
    height: 1px;
    position: absolute;
    left: 0;
    width: 30px;
    content: '';
}.mobile-cta-54 {
    background-size: 40px 40px;
    background-position: center;
    background-attachment: fixed;
    background-repeat: repeat;
    background-image: 
        linear-gradient(rgb(123,110,160,0.5) 1px, transparent 1px),
        linear-gradient(to right, rgb(123,110,160,0.5) 1px, transparent 1px);
    background-blend-mode: overlay;
}

@media (max-width: 1024px) {.mobile-cta-54 {
    padding: 4rem 0 2rem;
}.mobile-cta-54 .text_main_holder {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
}.mobile-cta-54 .subscribe_holder {
    grid-column: span 2;
}
}

@media (max-width: 768px) {.mobile-cta-54 {
    padding: 3.5rem 0 1.5rem;
}.mobile-cta-54 .text_main_holder {
    gap: 3rem;
    grid-template-columns: 1fr;
}.mobile-cta-54 .subscribe_holder {
    grid-column: auto;
}.mobile-cta-54 .message-us-38 {
    grid-template-columns: 1fr 1fr;
}.mobile-cta-54 .info_item:hover {
    transform: translateX(0) translateY(-5px);
}
}

@media (max-width: 576px) {.mobile-cta-54 {
    padding: 3rem 0 1.5rem;
}.mobile-cta-54 .message-us-38 {
    grid-template-columns: 1fr;
}.mobile-cta-54 .input_holder {
    flex-direction: column;
}.mobile-cta-54 .sub-codes-58 {
    width: 100%;
}.mobile-cta-54 .header-wrap-80,
    .mobile-cta-54 .head-edu-19 h5,
    .mobile-cta-54 .nav-train-01,
    .mobile-cta-54 .nav-train-01 a {
    align-items: center;
    text-align: center;
}.mobile-cta-54 .header-wrap-80 svg {
    margin: 0 auto;
}.mobile-cta-54 .event-cal-30 {
    text-align: center;
    max-width: 100%;
}.mobile-cta-54 .nav-train-01:first-child::after {
    left: 50%;
    transform: translateX(-50%);
}.mobile-cta-54 .message-us-38::after {
    left: 50%;
    transform: translateX(-50%);
}.mobile-cta-54 .nav-train-01 a::before {
    display: none;
}.mobile-cta-54 .nav-train-01 a:hover {
    padding-left: 0;
}
}