﻿* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}.main_know_w {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}svg {
    height: 30px;
    width: 30px;
}.viewport-container_G {
    height: 100%;
    flex-direction: column;
    display: flex;
    min-height: 100%;
}.about_learn_I {
    flex: 0 0 auto;
}html,body {
    height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
    scroll-behavior: smooth;
    min-height: 100%;
}@keyframes pulse_scrollbar { 0% { opacity: 1; } 50% { opacity: 0.7; } 100% { opacity: 1; } }

::-webkit-scrollbar {
    height: 7px;
    width: 18px;
    scroll-behavior: smooth;
}::-webkit-scrollbar-track {
    box-shadow: inset 4px -2px 5px -2px rgba(0, 0, 0, 0.4);
    background: #ffffff;
}::-webkit-scrollbar-thumb {
    box-shadow: -5px -3px 14px 7px rgba(0, 0, 0, 0.1);
    border-radius: 16.4vw;
    background: rgb(144,115,176);
    transition: all, background 4.1s ease-out;
}::-webkit-scrollbar-thumb:hover {
    box-shadow: 5px 1px 7px 4px rgba(0, 0, 0, 0.6);
    background: repeating-linear-gradient(45deg, #ffffff, #ffffff 9px, rgb(144,115,176,0.5) 9px, rgb(144,115,176,0.5) 20px);
    border-color: rgb(255, 255, 255, 0.5);
}::-webkit-scrollbar-thumb:active {
    background: rgb(144,115,176,0.5);
}* {
    scrollbar-color: rgb(183,169,202,0.5) rgb(218,214,225);
    scrollbar-width: none;
}a {
    color: inherit;
    text-decoration: none;
}.container {
    width: 1118px;
    max-width: 100%;
    margin: auto;
}

@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.instructor_profile_j {
    padding: 5rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(183,169,202,0.5), rgb(218,214,225));
    position: relative;
}.instructor_profile_j::before {
    pointer-events: none;
    left: 0;
    width: 100%;
    position: absolute;
    top: 0;
    background: radial-gradient(circle at 70% 30%, rgb(255, 255, 255, 0.5), transparent 70%);
    height: 100%;
    z-index: 1;
    content: "";
}.instructor_profile_j::after {
    content: "";
    right: -5%;
    position: absolute;
    z-index: 0;
    height: 40%;
    opacity: 0.05;
    width: 40%;
    background: rgb(183,169,202);
    filter: blur(40px);
    bottom: -10%;
    border-radius: 50% 60% 70% 40%;
}.instructor_profile_j .container {
    padding: 0 15px;
    z-index: 2;
    margin: 0 auto;
    max-width: 1140px;
    position: relative;
}.instructor_profile_j .alumni_views_R {
    gap: 2rem;
    padding: 3rem;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    display: grid;
    position: relative;
    grid-template-columns: 1fr;
    backdrop-filter: blur(10px) saturate(180%);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    background: rgba(255, 255, 255, 0.8);
    transform: perspective(1000px) rotateX(2deg);
}.instructor_profile_j .alumni_views_R:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 0 8px 20px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(0deg);
}.instructor_profile_j .alumni_views_R > div:first-child {
    order: 1;
    position: relative;
}.instructor_profile_j .alumni_views_R > div:nth-child(2) {
    position: relative;
    order: 2;
}.instructor_profile_j .alumni_views_R > div:last-child {
    position: relative;
    order: 3;
}.instructor_profile_j .img_overlay_box_L {
    height: 300px;
    width: 100%;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), clip-path 0.5s ease;
    clip-path: polygon(0% 10%, 100% 0%, 100% 90%, 0% 100%);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}.instructor_profile_j .alumni_views_R:hover .img_overlay_box_L {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    transform: translateY(-5px) scale(1.02);
}.instructor_profile_j .img_overlay_box_L::after {
    inset: 0;
    content: "";
    background: linear-gradient(to top, rgba(0, 0, 0, 0.3), transparent 50%);
    position: absolute;
}.instructor_profile_j .name {
    font-size: 18px;
    transition: transform 0.4s ease-out;
    font-weight: 700;
    position: relative;
    margin: 0 0 0.5rem;
    transform: translateX(0);
    color: rgb(183,169,202);
}.instructor_profile_j .name::before {
    width: 0;
    left: -1rem;
    content: "";
    top: 50%;
    transition: width 0.4s ease-out 0.1s;
    height: 2px;
    position: absolute;
    background: rgb(183,169,202);
}.instructor_profile_j .alumni_views_R:hover .name {
    transform: translateX(1rem);
}.instructor_profile_j .alumni_views_R:hover .name::before {
    width: 1.5rem;
}.instructor_profile_j .alumni_views_R > div:nth-child(2) > div {
    transform: translateY(0);
    margin-bottom: 0.5rem;
    color: rgb(144,115,176);
    font-size: 0.95rem;
    transition: transform 0.3s ease, opacity 0.3s ease;
    font-weight: 600;
    opacity: 0.85;
}.instructor_profile_j .alumni_views_R:hover > div:nth-child(2) > div {
    transform: translateY(-3px);
    opacity: 1;
}.instructor_profile_j .job_milestones_0 {
    transition: opacity 0.4s ease;
    color: #000000;
    font-family: Arial, sans-serif;
    opacity: 0.92;
    padding: 0;
    position: relative;
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
}.instructor_profile_j .job_milestones_0::before {
    font-size: 8rem;
    position: absolute;
    left: -1rem;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    content: "";
    opacity: 0.1;
    transform: rotate(-5deg);
    color: rgb(183,169,202);
    z-index: -1;
    top: -2.5rem;
}.instructor_profile_j .alumni_views_R:hover .job_milestones_0::before {
    transform: rotate(5deg) translateY(-10px);
}.instructor_profile_j .alumni_views_R:hover .job_milestones_0 {
    opacity: 1;
}

@media (min-width: 768px) {.instructor_profile_j .alumni_views_R {
    grid-template-columns: 250px 1fr;
    padding: 3.5rem;
    gap: 2rem 3rem;
    grid-template-rows: auto 1fr;
}.instructor_profile_j .alumni_views_R > div:first-child {
    grid-row: 1 / span 2;
    grid-column: 1;
    order: unset;
}.instructor_profile_j .alumni_views_R > div:nth-child(2) {
    order: unset;
    grid-column: 2;
    grid-row: 1;
}.instructor_profile_j .alumni_views_R > div:last-child {
    grid-row: 2;
    order: unset;
    grid-column: 2;
}.instructor_profile_j .img_overlay_box_L {
    clip-path: polygon(0% 0%, 95% 5%, 100% 100%, 5% 95%);
    height: 100%;
}.instructor_profile_j .alumni_views_R:hover .img_overlay_box_L {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
}

@media (min-width: 992px) {.instructor_profile_j {
    padding: 7rem 0;
}.instructor_profile_j .alumni_views_R {
    gap: 3rem 4rem;
    grid-template-columns: 320px 1fr;
    padding: 4rem;
}.instructor_profile_j .name {
    margin-bottom: 0.75rem;
    font-size: calc(18px * 1.1);
}.instructor_profile_j .alumni_views_R > div:nth-child(2) > div {
    margin-bottom: 1rem;
    font-size: 1.05rem;
}.instructor_profile_j .job_milestones_0 {
    font-size: calc(15px * 1.05);
    line-height: 1.8;
}
}

@media (max-width: 767px) {.instructor_profile_j {
    padding: 4rem 0;
}.instructor_profile_j .alumni_views_R {
    padding: 2rem;
}.instructor_profile_j .img_overlay_box_L {
    height: 250px;
    margin-bottom: 1rem;
}.instructor_profile_j .name {
    margin-bottom: 0.5rem;
    text-align: center;
}.instructor_profile_j .alumni_views_R > div:nth-child(2) > div {
    margin-bottom: 1.5rem;
    text-align: center;
}.instructor_profile_j .job_milestones_0 {
    font-size: calc(15px * 0.95);
    line-height: 1.6;
}.instructor_profile_j .job_milestones_0::before {
    top: -1.5rem;
    left: 50%;
    transform: translateX(-50%);
}.instructor_profile_j .alumni_views_R:hover .name {
    transform: translateX(0);
}.instructor_profile_j .name::before {
    left: 50%;
    transform: translateX(-50%);
}.instructor_profile_j .alumni_views_R:hover .name::before {
    width: 50px;
}}.about_this_t {
    overflow: hidden;
    padding: 120px 0;
    color: #ffffff;
    position: relative;
}.about_this_t::before {
    z-index: 1;
    content: "";
    top: 0;
    position: absolute;
    right: 0;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.75) 50%,
        rgba(0, 0, 0, 0.65) 100%);
    left: 0;
    bottom: 0;
}.about_this_t::after {
    pointer-events: none;
    background: linear-gradient(45deg, 
        rgb(183,169,202,0.5) 0%,
        transparent 60%);
    height: 200%;
    position: absolute;
    z-index: 2;
    right: -50%;
    transform: rotate(35deg);
    content: "";
    width: 100%;
    top: -50%;
}.about_this_t .container {
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    z-index: 5;
    max-width: 1200px;
}.about_this_t .content_column_h {
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    display: grid;
    grid-template-columns: 1fr;
    transform: translateX(0);
    gap: 25px;
    position: relative;
}.about_this_t .content_column_h > div:first-child {
    animation: slideUp 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.2s;
    opacity: 0;
    transform: translateY(0);
    padding-left: 20px;
    position: relative;
}.about_this_t .content_column_h > div:first-child::before {
    height: 0;
    animation: growHeight 0.5s ease-out forwards 0.8s;
    left: 0;
    top: 50%;
    position: absolute;
    width: 4px;
    transform: translateY(-50%);
    background: rgb(144,115,176);
    content: "";
}.about_this_t .content_column_h > div:nth-child(2) {
    transform: translateY(20px);
    margin-top: -5px;
    opacity: 0;
    position: relative;
    animation: slideUp 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.4s;
}.about_this_t h5 {
    text-transform: uppercase;
    color: rgb(144,115,176);
    font-size: 23px;
    letter-spacing: 1px;
    font-weight: 700;
    margin: 0;
}.about_this_t p {
    color: #ffffff;
    font-weight: 600;
    margin: 0 0 5px;
    font-size: calc(18px * 1.5);
}.about_this_t p b {
    display: inline-block;
    position: relative;
}.about_this_t p b::after {
    height: 2px;
    bottom: -6px;
    left: 0;
    position: absolute;
    content: "";
    background: rgb(144,115,176);
    animation: expandWidth 0.8s ease-out forwards 0.9s;
    width: 0;
}.about_this_t ol {
    counter-reset: item;
    transform: translateY(30px);
    margin: 0;
    opacity: 0;
    padding: 0;
    animation: slideUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.6s;
}.about_this_t ol li {
    transform: perspective(1000px) rotateX(0deg);
    color: #ffffff;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 100%);
    list-style-type: none;
    line-height: 1.8;
    margin-bottom: 20px;
    transition: transform 0.5s, box-shadow 0.5s;
    position: relative;
    border-left: 4px solid rgb(183,169,202);
    border-radius: 0 10px 10px 0;
    padding: 30px;
}.about_this_t ol li::before {
    background: linear-gradient(90deg, 
        rgb(183,169,202,0.5) 0%,
        transparent 20%);
    position: absolute;
    opacity: 0.2;
    width: 100%;
    content: "";
    pointer-events: none;
    left: 0;
    height: 100%;
    top: 0;
}.about_this_t ol li:hover {
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.3);
    transform: perspective(1000px) rotateX(2deg) translateY(-5px);
}

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

@keyframes expandWidth {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}

@keyframes growHeight {
    from {
        height: 0;
    }
    to {
        height: 100%;
    }
}

@media (min-width: 768px) {.about_this_t {
    padding: 150px 0;
}.about_this_t .content_column_h {
    gap: 40px;
    grid-template-columns: 1fr;
}.about_this_t h5 {
    font-size: calc(23px * 1.2);
}.about_this_t p {
    font-size: calc(18px * 1.8);
}.about_this_t ol li {
    padding: 40px;
    font-size: calc(18px * 1.05);
}
}

@media (min-width: 992px) {.about_this_t {
    padding: 180px 0;
}.about_this_t::after {
    top: -30%;
    right: -30%;
}.about_this_t .content_column_h {
    gap: 50px;
    max-width: 80%;
    margin-left: 10%;
    grid-template-columns: 1fr;
}.about_this_t ol li {
    line-height: 2;
    padding: 50px;
}
}

@media (max-width: 767px) {.about_this_t {
    padding: 80px 0;
}.about_this_t .content_column_h {
    gap: 20px;
}.about_this_t h5 {
    font-size: calc(23px * 0.9);
}.about_this_t p {
    font-size: calc(18px * 1.3);
}.about_this_t ol li {
    font-size: 18px;
    padding: 20px;
    line-height: 1.6;
}}.privacy_encasement_p {
    padding: 5rem 0;
    background: linear-gradient(145deg, rgba(rgb(183,169,202,0.5), 0.03), rgba(rgb(144,115,176,0.5), 0.07));
    font-family: Arial, sans-serif;
    position: relative;
    color: #000000;
    overflow: hidden;
}.privacy_encasement_p::before {
    background-size: 20px 20px;
    left: 0;
    background-image: 
        linear-gradient(45deg, rgba(rgb(183,169,202,0.5), 0.02) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(rgb(183,169,202,0.5), 0.02) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(rgb(183,169,202,0.5), 0.02) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(rgb(183,169,202,0.5), 0.02) 75%);
    bottom: 0;
    transform-style: preserve-3d;
    pointer-events: none;
    z-index: 1;
    content: "";
    animation: backgroundShift 60s linear infinite;
    right: 0;
    position: absolute;
    top: 0;
    perspective: 1000px;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
}.privacy_encasement_p::after {
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    z-index: 0;
    height: 100%;
    top: 0;
    background: linear-gradient(to right, 
                rgba(#ffffff, 0.9) 0%, 
                rgba(#ffffff, 0.7) 50%, 
                rgba(#ffffff, 0.9) 100%);
}.privacy_encasement_p .container {
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
    position: relative;
    max-width: 1140px;
    transform-style: preserve-3d;
    perspective: 1000px;
}.privacy_encasement_p h1 {
    animation: fadeSlideIn 0.8s ease-out forwards;
    color: rgb(183,169,202);
    padding-bottom: 1rem;
    transform: translateZ(5px);
    font-weight: 700;
    font-size: 42px;
    margin-bottom: 2rem;
    position: relative;
    border-bottom: 2px solid rgba(rgb(183,169,202,0.5), 0.2);
}.privacy_encasement_p h1::after {
    transform: scaleX(1);
    width: 60px;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(183,169,202), rgb(144,115,176));
    height: 3px;
    bottom: -2px;
    left: 0;
    transform-origin: left;
}.privacy_encasement_p h2 {
    font-size: 28px;
    font-weight: 600;
    position: relative;
    animation-delay: 0.2s;
    animation: fadeSlideIn 0.8s ease-out forwards;
    transform: translateZ(3px);
    margin: 2.5rem 0 1.5rem;
    padding-left: 1rem;
    color: rgb(144,115,176);
    opacity: 0;
}.privacy_encasement_p h2::before {
    border-radius: 10px;
    left: 0;
    content: "";
    top: 0;
    width: 3px;
    position: absolute;
    background: linear-gradient(to bottom, rgb(183,169,202), rgb(144,115,176));
    bottom: 0;
}.privacy_encasement_p h3 {
    animation: fadeSlideIn 0.8s ease-out forwards;
    font-weight: 600;
    padding-left: 0.8rem;
    color: rgb(144,115,176);
    font-size: calc(28px * 0.85);
    margin: 2rem 0 1.2rem;
    position: relative;
    opacity: 0;
    transform: translateZ(2px);
    animation-delay: 0.3s;
}.privacy_encasement_p h3::before {
    content: "";
    width: 2px;
    left: 0;
    bottom: 0;
    top: 0;
    background: linear-gradient(to bottom, rgb(144,115,176), rgb(183,169,202));
    border-radius: 10px;
    position: absolute;
}.privacy_encasement_p h4 {
    padding-left: 0.6rem;
    transform: translateZ(1px);
    color: rgb(183,169,202);
    opacity: 0;
    position: relative;
    animation: fadeSlideIn 0.8s ease-out forwards;
    font-weight: 400;
    margin: 1.8rem 0 1rem;
    animation-delay: 0.4s;
    font-size: calc(28px * 0.7);
}.privacy_encasement_p h4::before {
    width: 1px;
    background: rgb(183,169,202);
    bottom: 0;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    border-radius: 10px;
}.privacy_encasement_p p {
    margin-bottom: 1.5rem;
    animation: fadeSlideIn 0.8s ease-out forwards;
    opacity: 0;
    line-height: 1.7;
    transform: translateZ(0);
    position: relative;
    font-size: 18px;
    color: #000000;
    animation-delay: 0.5s;
}.privacy_encasement_p p:hover {
    transform: translateZ(5px);
    transition: transform 0.5s ease;
}.privacy_encasement_p strong {
    font-weight: 600;
    color: rgb(183,169,202);
}.privacy_encasement_p ul {
    margin: 1.5rem 0 2rem;
    list-style: none;
    padding-left: 1.5rem;
    opacity: 0;
    animation: fadeSlideIn 0.8s ease-out forwards;
    animation-delay: 0.6s;
    position: relative;
}.privacy_encasement_p li {
    padding-left: 1.5rem;
    position: relative;
    font-size: 18px;
    margin-bottom: 1rem;
    color: #000000;
    line-height: 1.6;
}.privacy_encasement_p li::before {
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    transform: rotate(45deg);
    background: linear-gradient(135deg, rgb(183,169,202), rgb(144,115,176));
    height: 8px;
    position: absolute;
    animation: pulse 3s infinite alternate;
    width: 8px;
    left: 0;
    content: "";
    top: 0.5rem;
}.privacy_encasement_p span {
    background: linear-gradient(to right, rgba(rgb(144,115,176,0.5), 0.05), rgba(rgb(183,169,202,0.5), 0.05));
    border-left: 2px solid rgb(144,115,176);
    color: #000000;
    opacity: 0;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    display: block;
    padding: 1rem;
    transform: translateZ(0);
    animation: fadeSlideIn 0.8s ease-out forwards;
    animation-delay: 0.7s;
    transition: all 0.3s ease;
    font-size: 18px;
}.privacy_encasement_p span:hover {
    box-shadow: 0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.05);
    transform: translateZ(5px);
    background: linear-gradient(to right, rgba(rgb(144,115,176,0.5), 0.08), rgba(rgb(183,169,202,0.5), 0.08));
}

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

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

@keyframes backgroundShift {
    0% {
        background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    }
    100% {
        background-position: 1000px 1000px, 1000px 1010px, 1010px 990px, 990px 1000px;
    }
}

@media (max-width: 991px) {.privacy_encasement_p {
    padding: 4rem 0;
}.privacy_encasement_p .container {
    padding: 0 15px;
}.privacy_encasement_p h1 {
    font-size: calc(42px * 0.9);
}.privacy_encasement_p h2 {
    font-size: calc(28px * 0.9);
}
}

@media (max-width: 767px) {.privacy_encasement_p {
    padding: 3rem 0;
}.privacy_encasement_p h1 {
    font-size: calc(42px * 0.8);
}.privacy_encasement_p h2 {
    font-size: calc(28px * 0.8);
    padding-left: 0.8rem;
}.privacy_encasement_p h3 {
    font-size: calc(28px * 0.7);
    padding-left: 0.6rem;
}.privacy_encasement_p h4 {
    padding-left: 0.5rem;
    font-size: calc(28px * 0.6);
}.privacy_encasement_p p, .privacy_encasement_p li, .privacy_encasement_p span {
    font-size: calc(18px * 0.95);
}.privacy_encasement_p ul {
    padding-left: 0.8rem;
}.privacy_encasement_p li {
    padding-left: 1.2rem;
}
}

@media (max-width: 575px) {.privacy_encasement_p {
    padding: 2rem 0;
}.privacy_encasement_p h1 {
    margin-bottom: 1.5rem;
    font-size: calc(42px * 0.7);
}.privacy_encasement_p h2 {
    margin: 2rem 0 1rem;
}.privacy_encasement_p p, .privacy_encasement_p li, .privacy_encasement_p span {
    line-height: 1.6;
    margin-bottom: 1.2rem;
}.privacy_encasement_p span {
    padding: 0.8rem;
}.privacy_encasement_p li::before {
    height: 6px;
    width: 6px;
}}.course_overview_r {
    background: linear-gradient(135deg, rgb(218,214,225) 0%, rgba(245, 247, 250, 0.92) 100%);
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
}.course_overview_r::before {
    width: 35%;
    transform: rotate(-15deg) translateZ(0);
    right: -5%;
    background: linear-gradient(225deg, rgb(183,169,202,0.5) 0%, rgb(144,115,176,0.5) 100%);
    filter: blur(20px);
    content: "";
    top: -10%;
    position: absolute;
    opacity: 0.5;
    height: 70%;
    z-index: 1;
}.course_overview_r::after {
    left: -2%;
    height: 50%;
    opacity: 0.4;
    z-index: 1;
    bottom: -5%;
    width: 25%;
    transform: rotate(10deg) translateZ(0);
    background: linear-gradient(45deg, rgb(144,115,176,0.5) 0%, rgb(183,169,202,0.5) 100%);
    filter: blur(15px);
    content: "";
    position: absolute;
}.course_overview_r .container {
    max-width: 1200px;
    z-index: 2;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
}.course_overview_r .learn_map_3 {
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08);
    position: relative;
    background: #ffffff;
    transform: perspective(1000px) rotateX(2deg);
}.course_overview_r .img_overlay_box_L {
    position: relative;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    overflow: hidden;
    transform-origin: top center;
    height: 300px;
}.course_overview_r .img_overlay_box_L::before {
    left: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0) 60%, rgba(0,0,0,0.6) 100%);
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    content: "";
    top: 0;
}.course_overview_r .img_overlay_box_L::after {
    mix-blend-mode: overlay;
    position: absolute;
    opacity: 0.2;
    height: 100%;
    background: rgb(183,169,202);
    top: 0;
    content: "";
    left: 0;
    width: 100%;
}.course_overview_r .content_column_h {
    transform: translateY(-40px);
    padding: 2.5rem 2rem;
    clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 100%);
    position: relative;
    background: #ffffff;
}.course_overview_r .content_column_h h3 {
    margin-bottom: 1.5rem;
    color: #000000;
    opacity: 0;
    animation: slideUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    animation-delay: 0.3s;
    line-height: 1.4;
    position: relative;
    font-size: calc(22px * 1.1);
    transform: translateY(0);
    font-weight: 700;
}.course_overview_r .content_column_h h3::after {
    animation: expandLine 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    margin-top: 1rem;
    width: 60px;
    transform-origin: left;
    background: rgb(183,169,202);
    height: 3px;
    animation-delay: 0.6s;
    content: "";
    display: block;
    transform: scaleX(0);
}.course_overview_r .content_column_h p.description {
    line-height: 1.7;
    animation: slideUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    font-size: 16px;
    margin-bottom: 1.5rem;
    transform: translateY(20px);
    color: #000000;
    animation-delay: 0.5s;
    opacity: 0;
}.course_overview_r .content_column_h span.description {
    display: none;
}.course_overview_r .content_column_h div {
    overflow-y: auto;
    position: relative;
    max-height: 300px;
    padding-right: 10px;
}.course_overview_r .content_column_h div::-webkit-scrollbar {
    width: 6px;
}.course_overview_r .content_column_h div::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.04);
}.course_overview_r .content_column_h div::-webkit-scrollbar-thumb {
    background: rgb(183,169,202,0.5);
    transition: background 0.3s ease;
}.course_overview_r .content_column_h div::-webkit-scrollbar-thumb:hover {
    background: rgb(183,169,202);
}

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

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

@media (min-width: 768px) {.course_overview_r {
    padding: 7rem 0;
}.course_overview_r .learn_map_3 {
    grid-template-columns: 45% 55%;
    transform: perspective(1200px) rotateY(-2deg);
    gap: 0;
    transition: transform 0.5s ease;
}.course_overview_r .learn_map_3:hover {
    transform: perspective(1200px) rotateY(0deg);
}.course_overview_r .img_overlay_box_L {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    height: 100%;
}.course_overview_r .content_column_h {
    padding: 3.5rem 3rem 3.5rem 4rem;
    transform: translateY(0) translateX(-50px);
    clip-path: none;
}.course_overview_r .content_column_h h3 {
    margin-bottom: 2rem;
    font-size: 33px;
}.course_overview_r .content_column_h div {
    max-height: 350px;
}
}

@media (min-width: 992px) {.course_overview_r {
    padding: 8rem 0;
}.course_overview_r .learn_map_3 {
    grid-template-columns: 40% 60%;
}.course_overview_r .img_overlay_box_L {
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
}.course_overview_r .img_overlay_box_L:hover {
    transform: scale(1.03);
}.course_overview_r .content_column_h {
    padding: 4rem 5rem 4rem 5rem;
    transform: translateX(-70px);
}.course_overview_r .content_column_h h3 {
    margin-bottom: 2.5rem;
}.course_overview_r .content_column_h div {
    max-height: 400px;
}
}

@media (min-width: 1200px) {.course_overview_r .learn_map_3 {
    grid-template-columns: 45% 55%;
}.course_overview_r .content_column_h {
    padding: 5rem 6rem 5rem 7rem;
    transform: translateX(-100px);
}
}

@media (max-width: 767px) {.course_overview_r .learn_map_3:hover .img_overlay_box_L {
    transform: scale(1.05);
}}.price_plan_grid_r {
    background: linear-gradient(135deg, rgb(218,214,225) 0%, rgba(245, 247, 252, 1) 100%);
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}.price_plan_grid_r::before {
    left: 0;
    height: 100%;
    background-image: repeating-linear-gradient(
    45deg,
    rgba(0, 0, 0, 0.02) 0px,
    rgba(0, 0, 0, 0.02) 1px,
    transparent 1px,
    transparent 11px
  );
    z-index: 1;
    pointer-events: none;
    position: absolute;
    content: "";
    width: 100%;
    top: 0;
}.price_plan_grid_r .container {
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    position: relative;
}.price_plan_grid_r .fee_deals_T {
    display: flex;
    flex-direction: column-reverse;
}.price_plan_grid_r .basic_cost_O {
    transition: transform 0.5s ease-out;
    text-align: center;
    margin-bottom: 50px;
}.price_plan_grid_r .basic_cost_O h2 {
    font-size: 38px;
    display: inline-block;
    font-weight: 700;
    color: #000000;
    position: relative;
    margin-bottom: 15px;
}.price_plan_grid_r .basic_cost_O h2::after {
    left: 50%;
    width: 80px;
    height: 3px;
    transform: translateX(-50%);
    bottom: -10px;
    position: absolute;
    background: rgb(183,169,202);
    content: "";
}.price_plan_grid_r .study_cost_3 {
    white-space: normal;
    color: #000000;
    line-height: 1.6;
    word-break: break-word;
    max-width: 700px;
    font-size: 16px;
    overflow-wrap: break-word;
    margin: 0 auto;
}.price_plan_grid_r .price_choices_C {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr;
}.price_plan_grid_r .basic_rates_L {
    text-decoration: none;
    overflow: hidden;
    display: block;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    position: relative;
    border-radius: 8px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    color: #000000;
}.price_plan_grid_r .basic_rates_L:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}.price_plan_grid_r .pro_rates_8 {
    background-color: #ffffff;
    overflow: hidden;
    min-height: 450px;
    flex-direction: column;
    position: relative;
    display: flex;
}.price_plan_grid_r .indv_cost_R {
    z-index: 2;
    position: relative;
    flex: 1;
    overflow-wrap: break-word;
    flex-direction: column;
    display: flex;
    padding: 30px;
    white-space: normal;
    word-break: break-word;
}.price_plan_grid_r .indv_cost_R h3 {
    font-size: calc(20px + 2px);
    margin-bottom: 8px;
    position: relative;
    transition: transform 0.3s ease;
    transform: translateX(0);
    color: #000000;
    font-weight: 600;
}.price_plan_grid_r .basic_rates_L:hover .indv_cost_R h3 {
    transform: translateX(5px);
}.price_plan_grid_r .learning_deals_U {
    font-weight: 700;
    color: rgb(183,169,202);
    margin: 15px 0;
    position: relative;
    font-size: calc(20px + 4px);
    display: inline-block;
}.price_plan_grid_r .learning_deals_U::before {
    background: rgb(183,169,202);
    top: 50%;
    left: -20px;
    width: 10px;
    height: 2px;
    transition: all 0.3s ease;
    transform: translateX(-10px);
    opacity: 0;
    position: absolute;
    content: "";
}.price_plan_grid_r .basic_rates_L:hover .learning_deals_U::before {
    transform: translateX(0);
    opacity: 1;
}.price_plan_grid_r .indv_cost_R p {
    font-size: 16px;
    flex: 1;
    line-height: 1.6;
    color: #000000;
    overflow-wrap: break-word;
    white-space: normal;
    word-break: break-word;
    margin-top: 15px;
}.price_plan_grid_r .img_overlay_box_L {
    overflow: hidden;
    height: 200px;
    width: 100%;
    position: relative;
    transition: transform 0.6s ease;
}.price_plan_grid_r .img_overlay_box_L::after {
    background: linear-gradient(0deg, rgba(rgb(183,169,202,0.5), 0.2) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 1;
    top: 0;
    height: 100%;
    content: "";
}.price_plan_grid_r .basic_rates_L:hover .img_overlay_box_L {
    transform: scale(1.05);
}.price_plan_grid_r .basic_rates_L:nth-child(odd) .pro_rates_8 {
    background: linear-gradient(135deg, #ffffff 0%, rgba(245, 247, 252, 1) 100%);
}.price_plan_grid_r .basic_rates_L:nth-child(even) .pro_rates_8 {
    background: linear-gradient(135deg, rgba(245, 247, 252, 1) 0%, #ffffff 100%);
}.price_plan_grid_r .basic_rates_L:nth-child(1) {
    animation: fadeInUp 0.6s 0.1s both;
}.price_plan_grid_r .basic_rates_L:nth-child(2) {
    animation: fadeInUp 0.6s 0.2s both;
}.price_plan_grid_r .basic_rates_L:nth-child(3) {
    animation: fadeInUp 0.6s 0.3s both;
}.price_plan_grid_r .basic_rates_L:nth-child(4) {
    animation: fadeInUp 0.6s 0.4s both;
}

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

@media (min-width: 768px) {.price_plan_grid_r .price_choices_C {
    grid-template-columns: repeat(2, 1fr);
}.price_plan_grid_r .basic_cost_O {
    margin-bottom: 60px;
}.price_plan_grid_r .indv_cost_R h3 {
    font-size: 20px;
}.price_plan_grid_r .learning_deals_U {
    font-size: calc(20px + 2px);
}.price_plan_grid_r .indv_cost_R p {
    font-size: calc(16px - 1px);
}
}

@media (min-width: 992px) {.price_plan_grid_r .fee_deals_T {
    align-items: center;
    flex-direction: row;
    gap: 50px;
}.price_plan_grid_r .basic_cost_O {
    text-align: left;
    margin-bottom: 0;
    flex: 0 0 30%;
}.price_plan_grid_r .basic_cost_O h2::after {
    left: 0;
    transform: none;
}.price_plan_grid_r .price_choices_C {
    grid-template-columns: repeat(2, 1fr);
    flex: 0 0 70%;
}.price_plan_grid_r .indv_cost_R {
    padding: 35px;
}
}

@media (min-width: 1200px) {.price_plan_grid_r .price_choices_C {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}.price_plan_grid_r .pro_rates_8 {
    min-height: 500px;
}.price_plan_grid_r .img_overlay_box_L {
    height: 220px;
}.price_plan_grid_r .indv_cost_R h3 {
    font-size: calc(20px + 2px);
}.price_plan_grid_r .learning_deals_U {
    font-size: calc(20px + 6px);
}}.stay_informed_Y {
    z-index: 1;
    padding: 5rem 2rem;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(144,115,176,0.5), rgb(183,169,202));
}.stay_informed_Y::before {
    top: -5%;
    width: 40%;
    right: -5%;
    content: "";
    height: 40%;
    z-index: -1;
    filter: blur(25px);
    transform: rotate(-15deg) translateZ(0);
    position: absolute;
    animation: float 15s ease-in-out infinite;
    background: rgb(183,169,202,0.5);
}.stay_informed_Y::after {
    height: 30%;
    width: 30%;
    transform: rotate(15deg) translateZ(0);
    bottom: -5%;
    background: rgb(144,115,176,0.5);
    left: -5%;
    z-index: -1;
    position: absolute;
    filter: blur(20px);
    animation: float 18s ease-in-out infinite reverse;
    content: "";
}.stay_informed_Y .container {
    position: relative;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
}.stay_informed_Y .learn_culture_o {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 1px 0 rgba(255, 255, 255, 0.1) inset;
    border-bottom: 3px solid rgb(183,169,202);
    backdrop-filter: blur(10px);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    border-left: 3px solid rgb(183,169,202);
    transform: perspective(1000px) rotateX(2deg) translateZ(0);
    background: rgba(255, 255, 255, 0.08);
    padding: 3rem;
}.stay_informed_Y .learn_culture_o:hover {
    transform: perspective(1000px) rotateX(0deg) translateZ(0) scale(1.01);
}.stay_informed_Y h4 {
    color: #ffffff;
    transform: translateZ(0);
    padding-left: 1.5rem;
    margin-bottom: 2rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    line-height: 1.4;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.5px;
    position: relative;
    font-family: Arial, sans-serif;
}.stay_informed_Y h4::before {
    left: 0;
    top: 0.5rem;
    position: absolute;
    bottom: 0.5rem;
    transform: scaleY(0);
    background: linear-gradient(to bottom, rgb(183,169,202), rgb(144,115,176));
    animation: scaleIn 0.6s 0.2s cubic-bezier(0.43, 0.13, 0.23, 0.96) forwards;
    width: 5px;
    content: "";
    transform-origin: top;
}.stay_informed_Y .input_holder {
    transform: translateY(10px);
    animation: slideUp 0.6s 0.4s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    position: relative;
    gap: 1rem;
    opacity: 0;
    display: flex;
    flex-wrap: wrap;
}.stay_informed_Y .input_holder span {
    min-width: 200px;
    flex: 1;
    position: relative;
    overflow: hidden;
}.stay_informed_Y .input_holder input[type="email"] {
    background: rgba(255, 255, 255, 0.9);
    color: #000000;
    transition: all 0.3s;
    font-family: Arial, sans-serif;
    font-size: 16px;
    border: none;
    width: 100%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    padding: 1rem 1.5rem;
    border-radius: 10px;
}.stay_informed_Y .input_holder input[type="email"]:focus {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15), 0 0 0 3px rgba(var(--primary-color-rgb), 0.1);
    transform: translateY(-2px);
    outline: none;
    background: #ffffff;
}.stay_informed_Y .input_holder input[type="email"]::placeholder {
    transition: opacity 0.3s;
    color: rgba(var(--dark-color-rgb), 0.6);
}.stay_informed_Y .input_holder input[type="email"]:focus::placeholder {
    opacity: 0.5;
}.stay_informed_Y .input_holder .join_block_2 {
    font-family: Arial, sans-serif;
    position: relative;
    border: none;
    background: linear-gradient(135deg, rgb(183,169,202), rgb(144,115,176));
    letter-spacing: 1px;
    font-size: 15px;
    cursor: pointer;
    border-radius: 10px;
    padding: 1rem 1.5rem;
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    width: 100%;
    text-transform: uppercase;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
    color: #ffffff;
    font-weight: 600;
}.stay_informed_Y .input_holder .join_block_2::before {
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: transform 0.6s;
    width: 100%;
    transform: translateX(-100%);
    left: 0;
    position: absolute;
    content: "";
    height: 100%;
}.stay_informed_Y .input_holder .join_block_2:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}.stay_informed_Y .input_holder .join_block_2:hover::before {
    transform: translateX(100%);
}.stay_informed_Y .input_holder .join_block_2:active {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-1px);
}

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

@keyframes scaleIn {
    from {
        transform: scaleY(0);
    }
    to {
        transform: scaleY(1);
    }
}

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

@media (max-width: 992px) {.stay_informed_Y {
    padding: 4rem 1.5rem;
}.stay_informed_Y .learn_culture_o {
    padding: 2.5rem;
}.stay_informed_Y h4 {
    font-size: calc(22px + 2px);
}
}

@media (max-width: 768px) {.stay_informed_Y {
    padding: 3rem 1rem;
}.stay_informed_Y .learn_culture_o {
    padding: 2rem;
    transform: perspective(1000px) rotateX(1deg) translateZ(0);
}.stay_informed_Y h4 {
    padding-left: 1rem;
    margin-bottom: 1.5rem;
}.stay_informed_Y .input_holder {
    gap: 0.8rem;
}.stay_informed_Y .input_holder span {
    flex: 1 0 100%;
}.stay_informed_Y .input_holder input[type="email"] {
    padding: 0.9rem 1.2rem;
}.stay_informed_Y .input_holder .join_block_2 {
    padding: 0.9rem 1.2rem;
}
}

@media (max-width: 576px) {.stay_informed_Y {
    padding: 2.5rem 0.8rem;
}.stay_informed_Y .learn_culture_o {
    transform: none;
    padding: 1.5rem;
}.stay_informed_Y h4 {
    margin-bottom: 1.2rem;
    font-size: calc(16px + 2px);
    padding-left: 0.8rem;
}.stay_informed_Y .input_holder {
    gap: 0.6rem;
}.stay_informed_Y .input_holder input[type="email"],
    .stay_informed_Y .input_holder .join_block_2 {
    padding: 0.8rem 1rem;
}}.consentNotificationBox_7 {
    position: fixed;
    background: rgb(144,115,176);
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    width: 100%;
    transform: translateY(100%);
    animation: slideUp 0.5s forwards;
    padding: 20px 0;
    bottom: 0;
    border-top: 3px solid rgb(144,115,176);
    transition: transform 0.3s ease-in-out;
    z-index: 90;
}@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}
#cookieNoticeWindow_p {
    display: none;
}#cookieNoticeWindow_p:checked ~ .consentNotificationBox_7 {
    visibility: hidden;
    opacity: 0;
}.cookie_apply_R {
    gap: 20px;
    padding: 20px 5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}.consentNotificationBox_7 h5 {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    font-weight: 700;
    color: #ffffff;
    font-size: 23px;
}.consentNotificationBox_7 p {
    font-size: 15px;
    line-height: 1.5;
    color: #ffffff;
    font-family: Arial, sans-serif;
}.user_status_f {
    align-items: center;
    filter: drop-shadow(0 0 10px rgb(183,169,202));
    flex-shrink: 0;
    margin-right: 15px;
    justify-content: center;
    display: flex;
}.user_status_f svg {
    width: 80px;
    transition: transform 0.3s ease-in-out;
    fill: rgb(183,169,202);
    height: 80px;
}.user_status_f:hover svg {
    transform: scale(1.1);
}.data_policy_I {
    min-width: 140px;
    background: linear-gradient(90deg, rgb(183,169,202), rgb(144,115,176));
    flex-shrink: 0;
    white-space: nowrap;
    line-height: 40px;
    text-align: center;
    box-shadow: 0 0 15px rgb(183,169,202);
    color: #000000;
    border-radius: 15px;
    text-decoration: none;
    padding: 10px 20px;
    cursor: pointer;
    margin-left: 10px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    font-size: 14px;
}.data_policy_I:hover {
    box-shadow: 0 0 20px rgb(144,115,176);
}.cookie_button.edu_approve_H {
    border: 2px solid rgb(144,115,176);
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5);
}.cookie_button.edu_approve_H:hover {
    box-shadow: 0 0 15px rgb(144,115,176);
    background: rgba(0, 0, 0, 0.5);
}.consentNotificationBox_7 p a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: rgb(183,169,202);
}.consentNotificationBox_7 p a:hover {
    color: rgb(144,115,176);
}
@media only screen and (max-width: 1200px) {.consentNotificationBox_7 {
    padding: 15px 0;
}.cookie_apply_R {
    padding: 15px 5%;
}
}
@media only screen and (max-width: 800px) {.user_status_f {
    display: none;
}.cookie_apply_R {
    align-items: center;
    flex-direction: column;
    text-align: center;
}.consentNotificationBox_7 h5 {
    margin-bottom: 5px;
    font-size: 19px;
}.cookie_protect_8 {
    margin-bottom: 15px;
}.data_policy_I {
    min-width: 100%;
    margin: 10px 0;
}}
.contact_E {
    overflow: hidden;
    padding: 120px 0;
    background: rgb(218,214,225);
    position: relative;
}.contact_E::before {
    width: 100%;
    background: linear-gradient(180deg, rgb(144,115,176,0.5) 0%, transparent 100%);
    height: 100%;
    opacity: 0.4;
    position: absolute;
    top: 0;
    content: "";
    z-index: 1;
    left: 0;
}.contact_E::after {
    height: 200px;
    left: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgb(218,214,225) 0%, transparent 100%);
    width: 100%;
    position: absolute;
    content: "";
    z-index: 2;
}.contact_E .img_overlay_box_L {
    height: 100%;
    position: absolute;
    left: 0;
    width: 100%;
    opacity: 0.12;
    filter: grayscale(100%) contrast(120%);
    top: 0;
    z-index: 0;
}.contact_E .container {
    z-index: 5;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
}.contact_E h3 {
    position: relative;
    font-weight: 700;
    color: #000000;
    font-size: 36px;
    margin-bottom: 60px;
    text-align: center;
    text-transform: uppercase;
}.reach_list_r {
    gap: 0;
    display: flex;
    z-index: 10;
    position: relative;
}.reach_list_r .inquiry_reach_P {
    padding: 60px;
    z-index: 1;
    position: relative;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    flex: 0 0 58%;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
}.reach_list_r .inquiry_reach_P h3 {
    text-transform: none;
    font-size: 21px;
    color: #000000;
    text-align: left;
    font-weight: 600;
    margin-bottom: 40px;
}.reach_list_r .inquiry_reach_P h3::before,
.reach_list_r .inquiry_reach_P h3::after {
    content: none;
}.reach_list_r .inquiry_reach_P form {
    display: flex;
    flex-direction: column;
}.reach_list_r .inquiry_reach_P input[type="text"],
.reach_list_r .inquiry_reach_P textarea {
    padding: 16px 20px;
    border: none;
    transition: all 0.3s ease;
    font-size: 17px;
    margin-bottom: 25px;
    width: 100%;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    background: rgba(245, 245, 245, 0.5);
    font-family: Arial, sans-serif;
}.reach_list_r .inquiry_reach_P input[type="text"]:focus,
.reach_list_r .inquiry_reach_P textarea:focus {
    background: rgba(245, 245, 245, 0.8);
    border-bottom-color: rgb(183,169,202);
    outline: none;
}.reach_list_r .inquiry_reach_P textarea {
    min-height: 150px;
    resize: vertical;
}.reach_list_r .inquiry_reach_P .support_request_v {
    display: flex;
    margin-bottom: 30px;
    align-items: flex-start;
    position: relative;
}.reach_list_r .inquiry_reach_P .support_request_v input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.reach_list_r .inquiry_reach_P .support_request_v label {
    font-size: calc(17px - 2px);
    position: relative;
    padding-left: 35px;
    color: #000000;
    cursor: pointer;
    line-height: 1.5;
}.reach_list_r .inquiry_reach_P .support_request_v label::before {
    position: absolute;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    width: 22px;
    content: "";
    left: 0;
    top: 2px;
    background: rgba(245, 245, 245, 0.5);
    height: 22px;
}.reach_list_r .inquiry_reach_P .support_request_v input[type="checkbox"]:checked + label::before {
    background: rgb(183,169,202);
    border-bottom-color: rgb(183,169,202);
}.reach_list_r .inquiry_reach_P .support_request_v input[type="checkbox"]:checked + label::after {
    border: solid #ffffff;
    content: "";
    top: 4px;
    border-width: 0 2px 2px 0;
    left: 8px;
    height: 12px;
    transform: rotate(45deg);
    width: 6px;
    position: absolute;
}.reach_list_r .inquiry_reach_P .support_request_v a {
    color: rgb(183,169,202);
    text-decoration: none;
    border-bottom: 1px dashed rgb(183,169,202);
    transition: all 0.3s ease;
    font-weight: 600;
}.reach_list_r .inquiry_reach_P .support_request_v a:hover {
    color: rgb(144,115,176);
    border-bottom-color: rgb(144,115,176);
}.reach_list_r .inquiry_reach_P .request_block_T {
    background: transparent;
    border-bottom: 2px solid rgb(183,169,202);
    display: inline-block;
    transition: all 0.3s ease;
    position: relative;
    padding: 15px 35px;
    font-weight: 600;
    align-self: flex-start;
    cursor: pointer;
    color: #000000;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 14px;
    border: none;
}.reach_list_r .inquiry_reach_P .request_block_T::before {
    transition: all 0.3s ease;
    bottom: -2px;
    left: 0;
    background: rgb(183,169,202);
    height: 2px;
    content: "";
    width: 100%;
    position: absolute;
    z-index: -1;
}.reach_list_r .inquiry_reach_P .request_block_T:hover {
    color: #ffffff;
}.reach_list_r .inquiry_reach_P .request_block_T:hover::before {
    height: 100%;
}.reach_list_r .query_section_c {
    padding: 60px;
    z-index: 0;
    margin-left: -40px;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    flex: 0 0 42%;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    position: relative;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
}.reach_list_r .query_section_c::before {
    content: "";
    background-image: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.05) 0,
        rgba(255, 255, 255, 0.05) 1px,
        transparent 1px,
        transparent 10px
    );
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}.reach_list_r .query_section_c h4 {
    margin-bottom: 40px;
    font-size: 21px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-weight: 600;
    color: #ffffff;
    position: relative;
    padding-bottom: 15px;
}.reach_list_r .query_section_c .request_query_Q {
    margin: 0;
    list-style: none;
    padding: 0;
}.reach_list_r .query_section_c .request_query_Q li {
    z-index: 1;
    padding-bottom: 30px;
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    margin-bottom: 30px;
    position: relative;
    align-items: center;
}.reach_list_r .query_section_c .request_query_Q li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}.reach_list_r .query_section_c .request_query_Q li svg {
    flex-shrink: 0;
    margin-right: 20px;
    height: 24px;
    width: 24px;
}.reach_list_r .query_section_c .request_query_Q li svg path {
    fill: rgb(183,169,202);
    transition: all 0.3s ease;
}.reach_list_r .query_section_c .request_query_Q li:hover svg path {
    fill: #ffffff;
}.reach_list_r .query_section_c .request_query_Q li span {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.5;
    font-size: 17px;
}.reach_list_r .query_section_c .request_query_Q li a {
    color: rgba(255, 255, 255, 0.9);
    transition: all 0.3s ease;
    text-decoration: none;
}.reach_list_r .query_section_c .request_query_Q li a:hover {
    color: rgb(183,169,202);
}

@media screen and (max-width: 992px) {.contact_E {
    padding: 80px 0;
}.reach_list_r {
    flex-direction: column;
}.reach_list_r .inquiry_reach_P {
    width: 100%;
    clip-path: none;
}.reach_list_r .query_section_c {
    margin-left: 0;
    width: 100%;
    clip-path: none;
}
}

@media screen and (max-width: 768px) {.contact_E {
    padding: 60px 0;
}.contact_E h3 {
    font-size: calc(36px - 4px);
}.reach_list_r .inquiry_reach_P,
    .reach_list_r .query_section_c {
    padding: 40px 30px;
}.reach_list_r .inquiry_reach_P .request_block_T {
    text-align: center;
    width: 100%;
}
}

@media screen and (max-width: 480px) {.contact_E {
    padding: 40px 0;
}.reach_list_r .inquiry_reach_P,
    .reach_list_r .query_section_c {
    padding: 30px 20px;
}.reach_list_r .inquiry_reach_P h3,
    .reach_list_r .query_section_c h4 {
    font-size: calc(21px - 2px);
}}.quantitative_data_A {
    background: linear-gradient(135deg, rgb(218,214,225) 0%, rgba(rgb(183,169,202), 0.08) 100%);
    position: relative;
    overflow: hidden;
    padding: 6rem 2rem;
}.quantitative_data_A::before {
    content: '';
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 0;
    background-image: 
        radial-gradient(circle at 10% 20%, rgba(rgb(183,169,202), 0.05) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgba(rgb(183,169,202), 0.07) 0%, transparent 50%);
    top: 0;
}.quantitative_data_A::after {
    height: 2px;
    content: '';
    left: -50%;
    width: 200%;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(rgb(183,169,202), 0.2), transparent);
    position: absolute;
    animation: horizontalFlow 18s infinite linear;
}.quantitative_data_A h3 {
    color: #000000;
    font-size: 2.5rem;
    transform: translateY(0);
    text-align: center;
    position: relative;
    font-weight: 700;
    z-index: 2;
    opacity: 0;
    margin-bottom: 3rem;
    animation: fadeUp 0.8s 0.2s forwards ease-out;
}.quantitative_data_A .container {
    max-width: 1200px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}.quantitative_data_A ul {
    margin: 0;
    list-style: none;
    padding: 0;
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.quantitative_data_A .expert_statistics_j {
    justify-content: space-between;
    opacity: 0;
    animation: fadeUp 0.8s forwards cubic-bezier(0.22, 1, 0.36, 1);
    transform: translateY(30px);
    box-shadow: 
        0 10px 30px -15px rgba(#000000, 0.15),
        0 0 0 1px rgba(rgb(183,169,202), 0.08);
    flex-direction: column;
    display: flex;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), 
                box-shadow 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    animation-delay: calc(0.1s * var(--i, 0));
    min-height: 180px;
    position: relative;
    padding: 2rem;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.8));
}.quantitative_data_A .expert_statistics_j:nth-child(1) {
    --i: 1;
}.quantitative_data_A .expert_statistics_j:nth-child(2) {
    --i: 2;
}.quantitative_data_A .expert_statistics_j:nth-child(3) {
    --i: 3;
}.quantitative_data_A .expert_statistics_j:nth-child(4) {
    --i: 4;
}.quantitative_data_A .expert_statistics_j:nth-child(5) {
    --i: 5;
}.quantitative_data_A .expert_statistics_j:nth-child(6) {
    --i: 6;
}.quantitative_data_A .expert_statistics_j:nth-child(7) {
    --i: 7;
}.quantitative_data_A .expert_statistics_j::before {
    height: 0;
    width: 4px;
    position: absolute;
    transition: height 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.2s;
    top: 0;
    background: linear-gradient(to bottom, rgb(183,169,202), rgb(144,115,176));
    content: '';
    left: 0;
}.quantitative_data_A .expert_statistics_j:hover {
    transform: translateY(-5px) translateX(5px);
    box-shadow: 
        0 20px 40px -20px rgba(#000000, 0.2),
        0 0 0 1px rgba(rgb(183,169,202), 0.1);
}.quantitative_data_A .expert_statistics_j:hover::before {
    height: 100%;
}.quantitative_data_A .expert_statistics_j span {
    position: relative;
    color: #000000;
    margin-bottom: 1rem;
    display: block;
    font-size: 1rem;
    transition: transform 0.3s ease;
    font-weight: 600;
}.quantitative_data_A .expert_statistics_j:hover span {
    transform: translateX(5px);
}.quantitative_data_A .expert_statistics_j p {
    display: flex;
    margin: 0;
    color: rgb(183,169,202);
    position: relative;
    font-weight: 700;
    line-height: 1;
    font-size: 3rem;
    align-items: center;
}.quantitative_data_A .expert_statistics_j p::after {
    transition: all 0.3s ease;
    content: '+';
    font-size: 1.5rem;
    margin-left: 0.2rem;
    transform: translateY(5px);
    opacity: 0;
}.quantitative_data_A .expert_statistics_j:hover p::after {
    transform: translateY(0);
    opacity: 1;
}

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

@keyframes horizontalFlow {
    0% {
        transform: translateX(-30%);
    }
    100% {
        transform: translateX(30%);
    }
}

@media (max-width: 768px) {.quantitative_data_A {
    padding: 4rem 1.5rem;
}.quantitative_data_A h3 {
    margin-bottom: 2rem;
    font-size: 2rem;
}.quantitative_data_A ul {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.quantitative_data_A .expert_statistics_j {
    padding: 1.5rem;
    min-height: auto;
}.quantitative_data_A .expert_statistics_j p {
    font-size: 2.5rem;
}
}

@media (min-width: 769px) and (max-width: 1024px) {.quantitative_data_A ul {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 1025px) {.quantitative_data_A .expert_statistics_j {
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), 
                   box-shadow 0.6s cubic-bezier(0.22, 1, 0.36, 1),
                   background 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}.quantitative_data_A .expert_statistics_j:hover {
    background: linear-gradient(135deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.9));
}.quantitative_data_A ul {
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
}
}

@media (prefers-reduced-motion: reduce) {.quantitative_data_A .expert_statistics_j, 
    .quantitative_data_A h3, 
    .quantitative_data_A::after {
    animation: none;
    transition: none;
}.quantitative_data_A .expert_statistics_j {
    opacity: 1;
    transform: none;
}}.thxSpot_A {
    padding: 120px 0 100px;
    position: relative;
    background: linear-gradient(135deg, rgb(218,214,225) 0%, rgba(245, 247, 250, 0.95) 100%);
    overflow: hidden;
}.thxSpot_A::before {
    filter: blur(80px);
    z-index: 1;
    content: "";
    top: -50px;
    height: 300px;
    width: 300px;
    right: -50px;
    opacity: 0.4;
    animation: float 15s ease-in-out infinite;
    background: linear-gradient(45deg, rgb(144,115,176,0.5) 0%, rgb(183,169,202,0.5) 100%);
    position: absolute;
}.thxSpot_A::after {
    opacity: 0.3;
    height: 250px;
    position: absolute;
    z-index: 1;
    content: "";
    width: 250px;
    background: linear-gradient(225deg, rgb(183,169,202,0.5) 0%, rgb(144,115,176,0.5) 80%);
    bottom: -30px;
    filter: blur(60px);
    left: -30px;
    animation: float 18s ease-in-out infinite reverse;
}.thxSpot_A .container {
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 5;
    max-width: 1140px;
}.thxSpot_A h2 {
    font-size: 37px;
    transform: translateY(20px);
    margin-bottom: 40px;
    opacity: 0;
    color: #000000;
    font-weight: 700;
    position: relative;
    font-family: Arial, sans-serif;
    animation: slideUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}.thxSpot_A h2::after {
    width: 80px;
    bottom: -12px;
    background: linear-gradient(90deg, rgb(183,169,202) 0%, rgb(144,115,176) 100%);
    animation: expandLine 0.6s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.4s;
    transform-origin: left center;
    transform: scaleX(0);
    content: "";
    height: 3px;
    position: absolute;
    left: 0;
}.thxSpot_A .learn_culture_o {
    animation: slideUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.3s;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.07), 0 5px 15px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    opacity: 0;
    border-radius: 14px;
    transform: translateY(30px);
    overflow: hidden;
    position: relative;
    padding: 50px;
}.thxSpot_A .learn_culture_o::before {
    content: "";
    height: 100%;
    left: 0;
    animation: expandHeight 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.6s;
    transform-origin: top center;
    background: linear-gradient(to bottom, rgb(144,115,176), rgb(183,169,202));
    position: absolute;
    width: 6px;
    transform: scaleY(0);
    top: 0;
}.thxSpot_A ul {
    padding: 0;
    margin: 0;
    list-style: none;
}.thxSpot_A li {
    padding-left: 25px;
    position: relative;
}.thxSpot_A li::before {
    border-radius: 50%;
    height: 10px;
    animation: popIn 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 1s;
    content: "";
    left: 0;
    width: 10px;
    background: linear-gradient(135deg, rgb(183,169,202) 0%, rgb(144,115,176) 100%);
    position: absolute;
    top: 8px;
    transform: scale(0);
}.thxSpot_A span {
    opacity: 0;
    font-size: calc(13px * 1.05);
    font-family: Arial, sans-serif;
    transform: translateY(15px);
    display: block;
    line-height: 1.7;
    animation: fadeText 0.8s ease forwards 0.8s;
    color: #000000;
}

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

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

@keyframes expandHeight {
    to {
        transform: scaleY(1);
    }
}

@keyframes popIn {
    0% {
        transform: scale(0);
    }
    70% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

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

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

@media (max-width: 991px) {.thxSpot_A {
    padding: 90px 0 70px;
}.thxSpot_A h2 {
    margin-bottom: 35px;
    font-size: calc(37px * 0.9);
}.thxSpot_A .learn_culture_o {
    padding: 40px 35px;
}.thxSpot_A h2::after {
    width: 70px;
}
}

@media (max-width: 767px) {.thxSpot_A {
    padding: 70px 0 50px;
}.thxSpot_A h2 {
    line-height: 1.4;
    margin-bottom: 30px;
    font-size: calc(37px * 0.8);
}.thxSpot_A .learn_culture_o {
    padding: 35px 25px;
}.thxSpot_A span {
    font-size: 13px;
    line-height: 1.6;
}.thxSpot_A h2::after {
    width: 60px;
    height: 2px;
}
}

@media (max-width: 575px) {.thxSpot_A {
    padding: 60px 0 40px;
}.thxSpot_A h2 {
    margin-bottom: 25px;
    font-size: calc(37px * 0.7);
}.thxSpot_A .learn_culture_o {
    padding: 30px 20px;
}.thxSpot_A li {
    padding-left: 20px;
}.thxSpot_A li::before {
    width: 8px;
    height: 8px;
    top: 9px;
}.thxSpot_A h2::after {
    width: 50px;
}
}

@media (hover: hover) {.thxSpot_A .learn_culture_o:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1), 0 10px 20px rgba(0, 0, 0, 0.06);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
}.thxSpot_A .learn_culture_o:hover::before {
    background: linear-gradient(to bottom, rgb(183,169,202), rgb(144,115,176));
    transition: background 0.5s ease;
}}.greeting_page_X {
    color: #ffffff;
    overflow: hidden;
    min-height: 700px;
    height: 100vh;
    position: relative;
    width: 100%;
}.greeting_page_X .page_base_p {
    width: 100%;
    position: absolute;
    display: flex;
    left: 0;
    align-items: center;
    top: 0;
    justify-content: center;
    height: 100%;
}.greeting_page_X .page_base_p::before {
    width: 100%;
    content: "";
    left: 0;
    z-index: 1;
    height: 100%;
    position: absolute;
    top: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.7) 100%);
}.greeting_page_X .page_base_p::after {
    bottom: 0;
    left: 0;
    position: absolute;
    content: "";
    background: linear-gradient(to top, rgb(183,169,202,0.5) 0%, transparent 100%);
    width: 100%;
    height: 35%;
    z-index: 2;
}.greeting_page_X .learn_space_H {
    display: grid;
    padding: 3rem;
    animation: fadeInUp 1.2s ease-out forwards;
    gap: 2rem;
    width: 85%;
    z-index: 3;
    grid-template-columns: 1fr;
    position: relative;
    max-width: 1200px;
    transform: translateY(-2rem);
}.greeting_page_X .learn_space_H > div:first-child {
    position: relative;
}.greeting_page_X .learn_space_H > div:first-child::before {
    top: 50%;
    position: absolute;
    width: 5px;
    height: 80%;
    content: "";
    transform: translateY(-50%);
    left: -30px;
    background: rgb(144,115,176);
}.greeting_page_X .learn_space_H > div:nth-child(2) {
    padding-left: 2rem;
    border-left: 1px solid rgb(255, 255, 255, 0.5);
    position: relative;
}.greeting_page_X .title_style_header {
    position: relative;
    letter-spacing: -0.5px;
    margin-bottom: 1rem;
    display: inline-block;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
}.greeting_page_X .title_style_header::after {
    bottom: -10px;
    height: 3px;
    width: 70%;
    background: linear-gradient(90deg, rgb(144,115,176) 0%, transparent 100%);
    position: absolute;
    content: "";
    left: 0;
}.greeting_page_X h3 {
    line-height: 1.4;
    font-weight: 600;
    max-width: 90%;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    font-size: calc(22px + 0.2rem);
    margin-bottom: 1.5rem;
}.greeting_page_X p {
    max-width: 85%;
    position: relative;
    line-height: 1.6;
    font-size: 13px;
    font-weight: 400;
    padding-left: 1rem;
    margin-top: 1.5rem;
}.greeting_page_X p::before {
    top: 0;
    content: "";
    height: 100%;
    background: rgb(144,115,176);
    position: absolute;
    width: 2px;
    left: 0;
}

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

@media (min-width: 768px) {.greeting_page_X .learn_space_H {
    gap: 3rem;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}.greeting_page_X .title_style_header {
    font-size: calc(48px + 0.5rem);
}.greeting_page_X h3 {
    font-size: 22px;
}
}

@media (max-width: 767px) {.greeting_page_X {
    min-height: 600px;
    height: auto;
}.greeting_page_X .page_base_p {
    min-height: 600px;
    position: relative;
}.greeting_page_X .learn_space_H {
    padding: 2rem 1.5rem;
    transform: translateY(0);
    width: 90%;
}.greeting_page_X .title_style_header {
    font-size: calc(29px + 0.2rem);
}.greeting_page_X h3 {
    max-width: 100%;
    font-size: 13px;
}.greeting_page_X p {
    max-width: 100%;
    font-size: calc(13px - 0.1rem);
}
}

@media (max-width: 480px) {.greeting_page_X {
    min-height: 500px;
}.greeting_page_X .page_base_p {
    min-height: 500px;
}.greeting_page_X .learn_space_H {
    gap: 1.5rem;
    padding: 1.5rem 1rem;
}.greeting_page_X .title_style_header {
    font-size: 29px;
}.greeting_page_X .learn_space_H > div:first-child::before {
    left: -15px;
    height: 70%;
}.greeting_page_X .learn_space_H > div:nth-child(2) {
    padding-left: 1rem;
}.greeting_page_X h3 {
    font-size: calc(13px - 0.1rem);
}
}

@media (min-width: 992px) {.greeting_page_X .learn_space_H:hover .title_style_header::after {
    width: 90%;
    transition: width 0.6s ease-out;
}.greeting_page_X .learn_space_H > div:first-child {
    transition: transform 0.5s ease-out;
    transform: translateX(0);
}.greeting_page_X .learn_space_H:hover > div:first-child {
    transform: translateX(10px);
}.greeting_page_X .learn_space_H > div:nth-child(2) {
    transition: transform 0.5s ease-out 0.1s;
    transform: translateX(0);
}.greeting_page_X .learn_space_H:hover > div:nth-child(2) {
    transform: translateX(10px);
}
}

@media (min-width: 1200px) {.greeting_page_X .title_style_header {
    font-size: calc(48px + 1rem);
}.greeting_page_X h3 {
    font-size: calc(22px + 0.2rem);
}.greeting_page_X p {
    font-size: calc(13px + 0.1rem);
}}.join_now_a {
    background: linear-gradient(120deg, #ffffff 0%, rgb(218,214,225) 100%);
    overflow: hidden;
    position: relative;
    padding: 140px 0;
}.join_now_a::before {
    content: '';
    background-position: 0 0, 30px 30px;
    left: 0;
    background: linear-gradient(45deg, rgb(183,169,202,0.5) 25%, transparent 25%, transparent 75%, rgb(183,169,202,0.5) 75%, rgb(183,169,202,0.5));
    background-size: 60px 60px;
    z-index: 1;
    top: 0;
    position: absolute;
    width: 100%;
    opacity: 0.05;
    height: 100%;
}.join_now_a .learn_culture_o {
    z-index: 10;
    padding: 80px 0;
    max-width: 1000px;
    border: 1px solid rgb(183,169,202);
    position: relative;
    margin: 0 auto;
}.join_now_a .learn_culture_o::before {
    position: absolute;
    top: -30px;
    width: calc(100% + 60px);
    content: '';
    border: 1px solid rgb(183,169,202,0.5);
    z-index: -1;
    height: calc(100% + 60px);
    left: -30px;
    opacity: 0.5;
}.join_now_a .learn_culture_o::after {
    opacity: 0.2;
    content: '';
    left: -60px;
    width: calc(100% + 120px);
    position: absolute;
    top: -60px;
    height: calc(100% + 120px);
    border: 1px solid rgb(183,169,202,0.5);
    z-index: -2;
}.join_now_a .container {
    flex-direction: column;
    display: flex;
    text-align: center;
    align-items: center;
}.join_now_a .container p {
    font-weight: 700;
    line-height: 1.4;
    z-index: 5;
    margin: 0 0 50px 0;
    padding: 0;
    position: relative;
    max-width: 700px;
    font-size: 37px;
    color: #000000;
}.join_now_a .request_block_T {
    display: inline-block;
    transition: all 0.4s ease;
    padding: 16px 40px;
    z-index: 5;
    background: transparent;
    font-size: 17px;
    border: 1px solid rgb(183,169,202);
    text-decoration: none;
    color: rgb(183,169,202);
    font-weight: 600;
    position: relative;
}.join_now_a .request_block_T::before {
    transition: width 0.4s ease;
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(183,169,202);
    width: 0;
    z-index: -1;
}.join_now_a .request_block_T:hover {
    color: #ffffff;
}.join_now_a .request_block_T:hover::before {
    width: 100%;
}.join_now_a .container p::before {
    content: '';
    transform: translateX(-50%);
    left: 50%;
    height: 1px;
    width: 40px;
    position: absolute;
    background: rgb(183,169,202);
    bottom: -25px;
}.join_now_a::after {
    width: 300px;
    border-radius: 50%;
    height: 300px;
    right: -150px;
    content: '';
    top: -150px;
    background: linear-gradient(135deg, rgb(183,169,202,0.5) 0%, rgb(144,115,176,0.5) 100%);
    opacity: 0.1;
    filter: blur(50px);
    z-index: 1;
    position: absolute;
}

@media (max-width: 991px) {.join_now_a {
    padding: 120px 0;
}.join_now_a .learn_culture_o {
    padding: 60px 0;
}.join_now_a .container p {
    font-size: calc(20px * 1.2);
    margin-bottom: 40px;
}
}

@media (max-width: 767px) {.join_now_a {
    padding: 100px 0;
}.join_now_a .learn_culture_o {
    padding: 50px 0;
}.join_now_a .learn_culture_o::before {
    width: calc(100% + 40px);
    left: -20px;
    height: calc(100% + 40px);
    top: -20px;
}.join_now_a .learn_culture_o::after {
    height: calc(100% + 80px);
    left: -40px;
    width: calc(100% + 80px);
    top: -40px;
}.join_now_a .container p {
    margin-bottom: 35px;
    font-size: 20px;
}.join_now_a .request_block_T {
    padding: 14px 35px;
}
}

@media (max-width: 480px) {.join_now_a {
    padding: 80px 0;
}.join_now_a .learn_culture_o {
    padding: 40px 0;
}.join_now_a .learn_culture_o::before {
    height: calc(100% + 20px);
    width: calc(100% + 20px);
    top: -10px;
    left: -10px;
}.join_now_a .learn_culture_o::after {
    height: calc(100% + 40px);
    width: calc(100% + 40px);
    left: -20px;
    top: -20px;
}.join_now_a .container p {
    font-size: calc(13px * 1.2);
    margin-bottom: 30px;
}.join_now_a .request_block_T {
    font-size: calc(17px * 0.9);
    padding: 12px 30px;
}.join_now_a .container p::before {
    width: 30px;
    bottom: -20px;
}}footer {
    width: 100%;
    position: relative;
}.about_learn_I {
    padding: 100px 0 30px;
    font-family: Arial, sans-serif;
    position: relative;
    background-color: rgb(218,214,225);
    color: #000000;
}.about_learn_I::before {
    background-color: rgb(183,169,202,0.5);
    background-size: 100px 100px;
    height: 120px;
    width: 100%;
    position: absolute;
    background: 
        linear-gradient(135deg, rgb(218,214,225) 25%, transparent 25%) -50px 0,
        linear-gradient(225deg, rgb(218,214,225) 25%, transparent 25%) -50px 0,
        linear-gradient(315deg, rgb(218,214,225) 25%, transparent 25%),
        linear-gradient(45deg, rgb(218,214,225) 25%, transparent 25%);
    content: "";
    top: 0;
    left: 0;
}footer .insta_feed_O {
    z-index: 1;
    margin-top: -70px;
    position: relative;
}footer .help_desk_j {
    z-index: 2;
    margin-bottom: 60px;
    display: flex;
    background-color: #ffffff;
    flex-wrap: wrap;
    position: relative;
    border-radius: 27px;
    transform: translateY(-30px);
    justify-content: space-between;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    padding: 25px;
}footer .info_item {
    transition: all 0.3s ease;
    margin: 10px;
    border-radius: 10px;
    padding: 10px 15px;
    flex: 1 1 200px;
    background-color: rgb(218,214,225);
    position: relative;
}footer .info_item:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px);
    background-color: #ffffff;
}footer .info_item::before {
    top: 0;
    left: 0;
    content: "";
    opacity: 0;
    height: 100%;
    border-radius: 3px 0 0 3px;
    width: 3px;
    position: absolute;
    transition: opacity 0.3s ease;
    background-color: rgb(183,169,202);
}footer .info_item:hover::before {
    opacity: 1;
}footer .info_item svg {
    height: 20px;
    width: 20px;
    vertical-align: middle;
    fill: rgb(183,169,202);
    margin-right: 10px;
}footer .info_item p,
footer .info_item a {
    text-decoration: none;
    color: #000000;
    transition: color 0.3s ease;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
}footer .info_item a:hover {
    color: rgb(183,169,202);
}footer .text_main_holder {
    gap: 30px;
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
}footer .text_main_holder::before {
    background-color: #ffffff;
    content: "";
    width: 100%;
    top: -40px;
    position: absolute;
    left: 0;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    z-index: -1;
    height: calc(100% + 80px);
    border-radius: 27px;
}footer .nav_header_B {
    position: relative;
    padding: 0 30px;
}footer .nav_header_B::after {
    position: absolute;
    content: "";
    left: 30px;
    height: 1px;
    background: linear-gradient(90deg, rgb(183,169,202), transparent);
    right: 30px;
    bottom: -15px;
}footer .nav_header_B svg {
    width: auto;
    margin-bottom: 15px;
    height: 45px;
}footer .case_study_l {
    max-width: 330px;
    font-size: 12px;
    color: #000000;
    line-height: 1.6;
}footer .nav_begin_C {
    background-color: rgb(218,214,225);
    border-radius: 27px;
    margin-right: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    margin-left: 20px;
    z-index: 1;
    margin-top: -10px;
    position: relative;
    padding: 30px;
}footer .nav_begin_C h5 {
    color: #000000;
    display: inline-block;
    font-weight: 600;
    font-size: 21px;
    margin-bottom: 20px;
    position: relative;
}footer .nav_begin_C h5::after {
    left: 0;
    height: 2px;
    content: "";
    width: 50px;
    background-color: rgb(183,169,202);
    position: absolute;
    bottom: -7px;
}footer .nav_class_z {
    grid-template-columns: 1fr;
    gap: 10px;
    display: grid;
    margin-bottom: 20px;
}footer .nav_class_z a {
    font-size: 16px;
    padding: 8px 0;
    transition: all 0.3s ease;
    position: relative;
    color: #000000;
    display: inline-block;
    text-decoration: none;
}footer .nav_class_z a::after {
    bottom: 5px;
    left: 0;
    position: absolute;
    transition: width 0.3s ease;
    height: 2px;
    content: "";
    width: 0;
    background-color: rgb(183,169,202);
}footer .nav_class_z a:hover {
    color: rgb(183,169,202);
    transform: translateX(5px);
}footer .nav_class_z a:hover::after {
    width: 100%;
}footer .subscribe_holder {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    border-radius: 27px;
    padding: 30px;
    margin-right: 40px;
    position: relative;
    margin-top: -10px;
    margin-left: 40px;
    background-color: rgb(183,169,202);
    z-index: 0;
}footer .subscribe_holder::before {
    top: -15px;
    content: "";
    position: absolute;
    height: 30px;
    background-color: rgb(183,169,202);
    z-index: -1;
    right: 30px;
    width: 30px;
    transform: rotate(45deg);
}footer .subscribe_holder h5 {
    font-size: 21px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 15px;
}footer .subscribe_holder p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 25px;
    line-height: 1.6;
}footer .input_holder {
    flex-direction: column;
    display: flex;
    gap: 15px;
    position: relative;
}footer .input_holder input[type="email"] {
    font-size: 16px;
    border-radius: 10px;
    padding: 14px 16px;
    border: none;
    color: #000000;
    transition: background-color 0.3s ease;
    background-color: rgba(255, 255, 255, 0.9);
}footer .input_holder input[type="email"]:focus {
    background-color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    outline: none;
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
}footer .join_block_2 {
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 14px 20px;
    background-color: #000000;
    font-weight: 600;
    border: none;
    font-size: 20px;
    border-radius: 10px;
    color: #ffffff;
}footer .join_block_2:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background-color: rgb(144,115,176);
    transform: translateY(-3px);
}footer .eco_foot_U {
    margin-top: 60px;
    z-index: 1;
    position: relative;
    text-align: center;
}footer .affiliate_cta_G {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    display: inline-block;
    border-radius: 30px;
    padding: 8px 20px;
    font-size: 12px;
    color: #000000;
    background-color: #ffffff;
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
}footer .nav_class_z {
    grid-template-columns: 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .join_block_2 {
    white-space: nowrap;
}
}

@media (min-width: 992px) {footer .nav_begin_C {
    margin-top: 0;
}footer .subscribe_holder {
    margin-top: 0;
}
}

@media (max-width: 991px) {footer .text_main_holder {
    gap: 50px;
}
}

@media (max-width: 767px) {footer .about_learn_I {
    padding: 80px 0 30px;
}footer .help_desk_j {
    justify-content: center;
    padding: 20px;
}footer .info_item {
    width: 100%;
}footer .nav_begin_C, footer .subscribe_holder {
    margin-left: 10px;
    margin-right: 10px;
    padding: 25px 20px;
}footer .eco_foot_U {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .about_learn_I {
    padding: 60px 0 20px;
}footer .help_desk_j {
    padding: 15px;
    margin-bottom: 40px;
    transform: translateY(-20px);
}footer .text_main_holder::before {
    height: calc(100% + 60px);
    top: -30px;
}footer .nav_header_B {
    padding: 0 20px;
}footer .nav_header_B::after {
    right: 20px;
    left: 20px;
}footer .nav_begin_C h5, footer .subscribe_holder h5 {
    font-size: calc(21px - 2px);
}footer .nav_class_z a {
    padding: 6px 0;
}footer .input_holder input[type="email"],
    footer .join_block_2 {
    padding: 12px 15px;
}}header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    left: 0;
    background: rgb(218,214,225);
}header:before {
    top: 0;
    position: absolute;
    width: 100%;
    height: 5px;
    left: 0;
    content: '';
    background: linear-gradient(90deg, 
        rgb(183,169,202) 0%, 
        rgb(144,115,176) 50%, 
        rgb(183,169,202) 100%
    );
}header:after {
    height: 100%;
    content: '';
    left: 0;
    position: absolute;
    bottom: 0;
    background: 
        linear-gradient(135deg, rgb(218,214,225) 25%, transparent 25%) -10px 0,
        linear-gradient(225deg, rgb(218,214,225) 25%, transparent 25%) -10px 0,
        linear-gradient(315deg, rgb(218,214,225) 25%, transparent 25%),
        linear-gradient(45deg, rgb(218,214,225) 25%, transparent 25%);
    width: 100%;
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0.01);
    opacity: 0.4;
    background-size: 20px 20px;
}header .main_master_a {
    position: relative;
    overflow: hidden;
}header .main_master_a:before {
    height: 1px;
    left: 0;
    position: absolute;
    background: linear-gradient(to right, 
        transparent, 
        rgb(183,169,202,0.5),
        transparent
    );
    width: 100%;
    bottom: 0;
    content: '';
}header .container {
    max-width: 1200px;
    position: relative;
    padding: 15px 25px;
    margin: 0 auto;
}header .container:before {
    width: 8px;
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
    left: 10px;
    content: '';
    opacity: 0.7;
    background: rgb(183,169,202);
    position: absolute;
    height: 8px;
}header .container:after {
    opacity: 0.7;
    transform: translateY(-50%) rotate(45deg);
    width: 8px;
    position: absolute;
    top: 50%;
    content: '';
    height: 8px;
    right: 10px;
    background: rgb(144,115,176);
}header .top_info_W {
    align-items: center;
    display: flex;
    justify-content: space-between;
    position: relative;
}header .top_info_W:before {
    opacity: 0.2;
    bottom: -10px;
    width: 100%;
    position: absolute;
    content: '';
    background: linear-gradient(90deg,
        transparent 0%,
        #000000 20%,
        #000000 80%,
        transparent 100%
    );
    height: 1px;
    left: 0;
}header .nav_begin_C {
    align-items: center;
    gap: 30px;
    display: flex;
    position: relative;
}header .nav_begin_C:before {
    transform-origin: center;
    content: '';
    opacity: 0;
    background: rgb(183,169,202);
    transform: scaleX(0.9);
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 100%;
    height: 2px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}header .nav_begin_C:hover:before {
    opacity: 0.3;
    transform: scaleX(1);
}header .nav_block_W {
    text-decoration: none;
    color: #000000;
    transition: all 0.3s ease;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    font-family: Arial, sans-serif;
    letter-spacing: 0.5px;
    font-weight: 600;
    padding: 8px 2px;
    font-size: 18px;
}header .nav_block_W:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    height: 2px;
    content: '';
    background: rgb(183,169,202);
    transform: translateX(-101%);
}header .nav_block_W:after {
    width: 8px;
    transform: translate(-50%, -50%) rotate(45deg);
    height: 8px;
    left: 50%;
    top: 100%;
    position: absolute;
    background: rgb(183,169,202);
    content: '';
    opacity: 0;
    transition: all 0.3s ease;
}header .nav_block_W:hover {
    color: rgb(183,169,202);
}header .nav_block_W:hover:before {
    transform: translateX(0);
}header .nav_block_W:hover:after {
    top: calc(100% - 3px);
    opacity: 1;
}header .head_mainwrap_T {
    position: relative;
    align-items: center;
    padding: 5px 12px;
    display: flex;
    text-decoration: none;
    transition: all 0.3s ease;
}header .head_mainwrap_T:before {
    position: absolute;
    height: 100%;
    border: 2px solid transparent;
    border-radius: 10px;
    width: 100%;
    content: '';
    opacity: 0;
    left: 0;
    background: linear-gradient(rgb(218,214,225), rgb(218,214,225)) padding-box,
                linear-gradient(135deg, rgb(183,169,202), rgb(144,115,176)) border-box;
    top: 0;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}header .head_mainwrap_T:after {
    content: '';
    background: linear-gradient(135deg, rgb(183,169,202), rgb(144,115,176));
    height: 10px;
    top: -5px;
    width: 10px;
    position: absolute;
    transition: all 0.4s ease;
    left: -5px;
    opacity: 0;
    border-radius: 50%;
    transform: scale(0);
}header .head_mainwrap_T:hover:before {
    opacity: 1;
}header .head_mainwrap_T:hover:after {
    opacity: 1;
    transform: scale(1);
}header .head_mainwrap_T svg {
    height: 42px;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: auto;
}header .head_mainwrap_T:hover svg {
    transform: scale(1.05);
}

@keyframes drawBorder {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 300% 0%;
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.7;
    }
    50% {
        opacity: 1;
    }
}

@media (max-width: 991px) {header .container {
    padding: 15px 20px;
}header .nav_begin_C {
    gap: 20px;
}header .head_mainwrap_T svg {
    height: 38px;
}
}

@media (max-width: 767px) {header .nav_begin_C {
    z-index: 1001;
    flex-direction: column;
    max-width: 320px;
    top: 0;
    padding: 75px 30px 30px;
    transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    background: rgb(218,214,225);
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.1);
    right: -100%;
    height: 100vh;
    gap: 5px;
    width: 80%;
    position: fixed;
}header .nav_begin_C:before {
    height: 1px;
    width: 80%;
    left: 10%;
    bottom: auto;
    top: 60px;
}header .menu.active {
    right: 0;
}header .nav_block_W {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    width: 100%;
    padding: 14px 5px;
}header .nav_block_W:last-child {
    border-bottom: none;
}header .nav_block_W:after {
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
    left: 10px;
}header .nav_block_W:hover:after {
    opacity: 1;
    left: 5px;
    top: 50%;
}header .head_mainwrap_T {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 12px 15px;
}header .container:before,
    header .container:after {
    display: none;
}header .head_mainwrap_T svg {
    height: 35px;
}
}