* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1107px;
}svg {
    width: 30px;
    height: 30px;
}header,footer {
    width: 100%;
}.container-wrap_9 {
    flex-direction: column;
    display: flex;
    min-height: 100%;
    height: 100%;
}html,body {
    color: #000000;
    font-family: Arial, sans-serif;
    height: 100%;
    min-height: 100%;
}::-webkit-scrollbar {
    width: 16px;
    padding: 5px;
}::-webkit-scrollbar-button {
    background: rgb(214,214,228);
    height: 2px;
}::-webkit-scrollbar-track {
    background: radial-gradient(ellipse at top left, #ffffff 65%, rgb(135,131,170) 66%, rgb(135,131,170,0.5) 39%, rgb(174,175,204) 40%, rgb(174,175,204,0.5) 55%);
    margin: 4px 0;
    border-radius: 8px;
}::-webkit-scrollbar-track:active {
    background: #ffffff;
}::-webkit-scrollbar-thumb {
    border-radius: 9999px;
    background: rgb(135,131,170,0.5);
}::-webkit-scrollbar-thumb:hover {
    border-color: rgb(135,131,170);
    box-shadow: 2px -1px 8px 2px rgba(0, 0, 0, 0.6);
    background: rgb(255, 255, 255, 0.5);
    transform: scale(0.95);
}::-webkit-scrollbar-thumb:active {
    box-shadow: inset -5px -4px 5px 3px rgba(0, 0, 0, 0.1);
}.main_learning_W {
    flex: 1 0 auto;
}.footnote_ref_x {
    flex: 0 0 auto;
}a {
    color: inherit;
    text-decoration: none;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.privacy_redoubt_B {
    padding: var(--section-padding) 0;
    --heading-gradient: linear-gradient(135deg, rgb(174,175,204), rgb(135,131,170));
    overflow: hidden;
    --content-spacing: clamp(1.5rem, 5vw, 3.5rem);
    --section-padding: clamp(2rem, 7vw, 5rem);
    position: relative;
    --text-shadow-subtle: 0 1px 2px rgba(0, 0, 0, 0.05);
    background: linear-gradient(145deg, rgb(214,214,228), rgba(255, 255, 255, 0.97));
}.privacy_redoubt_B::before {
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.07;
    position: absolute;
    pointer-events: none;
    width: 100%;
    content: "";
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(174,175,204,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(135,131,170,0.5) 0%, transparent 50%);
    z-index: 0;
}.privacy_redoubt_B::after {
    top: -5%;
    z-index: 0;
    right: -10%;
    height: 50%;
    animation: ambient-shift 25s ease-in-out infinite alternate;
    filter: blur(30px);
    position: absolute;
    content: "";
    transform: rotate(-15deg) skewX(15deg);
    width: 25%;
    background: linear-gradient(145deg, rgb(174,175,204,0.5), rgb(135,131,170,0.5));
    opacity: 0.03;
}.privacy_redoubt_B .container {
    transform: translateZ(0);
    background: #ffffff;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    z-index: 1;
    max-width: min(90%, 1200px);
    box-shadow: 
        0 10px 30px -10px rgba(rgba(0, 0, 0, 0.5), 0.07),
        0 1px 3px rgba(rgba(0, 0, 0, 0.5), 0.05);
    padding: clamp(1.5rem, 5vw, 3rem);
}.privacy_redoubt_B .container::before {
    top: 0;
    height: 5px;
    background: var(--heading-gradient);
    z-index: 2;
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
}.privacy_redoubt_B h1 {
    letter-spacing: -0.02em;
    font-size: 44px;
    font-weight: 700;
    color: #000000;
    position: relative;
    line-height: 1.2;
    margin-bottom: calc(var(--content-spacing) * 0.8);
}.privacy_redoubt_B h1::after {
    transform-origin: left;
    bottom: -15px;
    position: absolute;
    content: "";
    background: var(--heading-gradient);
    height: 3px;
    width: 80px;
    transition: transform 0.3s ease-out;
    left: 0;
}.privacy_redoubt_B h2 {
    color: #000000;
    margin: calc(var(--content-spacing) * 1.2) 0 calc(var(--content-spacing) * 0.5);
    font-size: 30px;
    padding-left: 15px;
    font-weight: 600;
    position: relative;
}.privacy_redoubt_B h2::before {
    top: 0.25em;
    height: 75%;
    left: 0;
    transform: scaleY(1);
    content: "";
    transform-origin: bottom;
    width: 5px;
    background: rgb(135,131,170);
    transition: transform 0.3s ease;
    position: absolute;
}.privacy_redoubt_B h3 {
    margin: calc(var(--content-spacing) * 0.8) 0 calc(var(--content-spacing) * 0.4);
    border-bottom: 1px solid rgba(rgba(0, 0, 0, 0.5), 0.1);
    color: #000000;
    padding-bottom: 0.5rem;
    font-size: calc(30px * 0.85);
    font-weight: 600;
}.privacy_redoubt_B h4 {
    font-size: calc(30px * 0.7);
    margin: calc(var(--content-spacing) * 0.7) 0 calc(var(--content-spacing) * 0.3);
    font-weight: 600;
    opacity: 0.9;
    color: #000000;
}.privacy_redoubt_B p {
    max-width: 80ch;
    line-height: 1.7;
    font-size: 18px;
    color: #000000;
    margin-bottom: calc(var(--content-spacing) * 0.7);
}.privacy_redoubt_B strong {
    position: relative;
    display: inline-block;
    color: rgb(174,175,204);
    font-weight: 600;
}.privacy_redoubt_B span {
    display: block;
    position: relative;
    line-height: 1.7;
    color: #000000;
    font-size: 18px;
    margin-bottom: calc(var(--content-spacing) * 0.7);
    padding-left: 1rem;
}.privacy_redoubt_B span::before {
    height: calc(100% - 0.6em);
    top: 0.3em;
    background-color: rgb(135,131,170,0.5);
    left: 0;
    content: "";
    position: absolute;
    width: 3px;
}.privacy_redoubt_B ul {
    margin: calc(var(--content-spacing) * 0.5) 0 calc(var(--content-spacing) * 0.8);
    list-style: none;
    padding-left: 1.5rem;
}.privacy_redoubt_B li {
    font-size: 18px;
    position: relative;
    margin-bottom: 1rem;
    padding-left: 1.5rem;
    line-height: 1.6;
    color: #000000;
}.privacy_redoubt_B li::before {
    border-radius: 1px;
    background: rgb(174,175,204);
    top: 0.5em;
    opacity: 0.8;
    width: 8px;
    transform: rotate(45deg);
    position: absolute;
    content: "";
    height: 8px;
    left: 0;
}

@media (max-width: 768px) {.privacy_redoubt_B .container {
    padding: 1.5rem;
}.privacy_redoubt_B h1 {
    font-size: calc(44px * 0.8);
}.privacy_redoubt_B h2 {
    padding-left: 12px;
    font-size: calc(30px * 0.85);
}.privacy_redoubt_B p, 
    .privacy_redoubt_B span,
    .privacy_redoubt_B li {
    font-size: calc(18px * 0.95);
}.privacy_redoubt_B ul {
    padding-left: 0.5rem;
}.privacy_redoubt_B h1::after {
    width: 60px;
}
}

@media (max-width: 480px) {.privacy_redoubt_B {
    --content-spacing: 1.2rem;
}.privacy_redoubt_B .container {
    padding: 1.2rem;
}.privacy_redoubt_B h1 {
    font-size: calc(44px * 0.7);
}.privacy_redoubt_B h2 {
    padding-left: 10px;
    font-size: calc(30px * 0.75);
}.privacy_redoubt_B h2::before {
    width: 4px;
}.privacy_redoubt_B p, 
    .privacy_redoubt_B span,
    .privacy_redoubt_B li {
    line-height: 1.6;
    font-size: calc(18px * 0.9);
}.privacy_redoubt_B li {
    padding-left: 1.2rem;
    margin-bottom: 0.8rem;
}.privacy_redoubt_B li::before {
    width: 6px;
    height: 6px;
}.privacy_redoubt_B h1::after {
    height: 2px;
    width: 50px;
}
}

@keyframes ambient-shift {
    0% {
        opacity: 0.02;
        transform: rotate(-15deg) skewX(15deg) translate(0, 0);
    }
    50% {
        opacity: 0.04;
        transform: rotate(-12deg) skewX(12deg) translate(2%, 5%);
    }
    100% {
        opacity: 0.03;
        transform: rotate(-18deg) skewX(18deg) translate(-2%, -3%);
    }
}

@media (hover: hover) {.privacy_redoubt_B h2:hover::before {
    transform: scaleY(1.2);
}.privacy_redoubt_B .container:hover h1::after {
    transform: scaleX(1.1);
}.privacy_redoubt_B li:hover::before {
    transition: transform 0.3s ease;
    transform: rotate(135deg);
}}.register_now_I {
    position: relative;
    z-index: 1;
    background: linear-gradient(135deg, rgb(135,131,170,0.5), rgb(174,175,204,0.5) 60%, rgba(0, 0, 0, 0.5) 100%);
    padding: 4rem 0;
    margin: 5rem 0;
    overflow: hidden;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
}.register_now_I::before {
    background: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 2px,
        transparent 2px,
        transparent 8px
    );
    position: absolute;
    left: 0;
    right: 0;
    content: "";
    z-index: -1;
    top: 0;
    bottom: 0;
}.register_now_I::after {
    top: 0;
    filter: blur(50px);
    height: 100%;
    z-index: -1;
    opacity: 0.4;
    transform: translateY(-10%) scale(1.5);
    position: absolute;
    right: -10%;
    background: radial-gradient(
        circle at center,
        rgb(174,175,204,0.5) 0%,
        transparent 70%
    );
    width: 50%;
    content: "";
}.register_now_I .container {
    position: relative;
    margin: 0 auto;
    z-index: 2;
    padding: 0 2rem;
    max-width: 1200px;
}.register_now_I h2 {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    color: #000000;
    margin-right: auto;
    padding: 0.5rem 0;
    margin-bottom: 2.5rem;
    max-width: 85%;
    font-size: 33px;
    margin-left: auto;
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
}.register_now_I h2::after {
    width: 80px;
    background: rgb(174,175,204);
    left: 50%;
    position: absolute;
    content: "";
    transform: translateX(-50%) scaleX(0);
    height: 3px;
    animation: underlineExpand 1.2s ease-out forwards 0.3s;
    transform-origin: center;
    bottom: -0.75rem;
}.register_now_I .learning_creators_o {
    transform: translateY(0) scale(1);
    padding: 1.5rem;
    backdrop-filter: blur(10px);
    margin: 0 auto;
    justify-content: center;
    gap: 2.5rem;
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 
                0 3px 10px rgba(0, 0, 0, 0.05),
                inset 0 0 0 1px rgba(255, 255, 255, 0.8);
    align-items: center;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    max-width: 80%;
    position: relative;
    display: flex;
}.register_now_I .learning_creators_o:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
                0 5px 15px rgba(0, 0, 0, 0.08),
                inset 0 0 0 1px rgba(255, 255, 255, 0.9);
}.register_now_I svg {
    width: 56px;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
    flex-shrink: 0;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: rotate(-5deg);
    height: 56px;
}.register_now_I .learning_creators_o:hover svg {
    transform: rotate(5deg) scale(1.1);
}.register_now_I svg path {
    transition: fill 0.3s ease;
    fill: rgb(174,175,204);
}.register_now_I .learning_creators_o:hover svg path {
    fill: rgb(135,131,170);
}.register_now_I .reach_query_v {
    padding: 1rem 2.5rem;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
    font-size: 20px;
    background: linear-gradient(135deg, rgb(174,175,204), rgb(135,131,170));
    color: #ffffff;
    min-width: 200px;
    overflow: hidden;
    transform: translateZ(0);
    text-align: center;
    font-weight: 600;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    text-decoration: none;
    display: inline-block;
}.register_now_I .reach_query_v::before {
    height: 100%;
    left: 0;
    transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transform: translateX(-100%);
    position: absolute;
    width: 100%;
    content: "";
    top: 0;
}.register_now_I .reach_query_v:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px) translateZ(0);
}.register_now_I .reach_query_v:hover::before {
    transform: translateX(100%);
}.register_now_I .reach_query_v:active {
    transform: translateY(1px) translateZ(0);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

@keyframes underlineExpand {
    0% {
        transform: translateX(-50%) scaleX(0);
    }
    100% {
        transform: translateX(-50%) scaleX(1);
    }
}

@media (max-width: 992px) {.register_now_I {
    padding: 3.5rem 0;
}.register_now_I h2 {
    font-size: calc(33px * 0.9);
    max-width: 95%;
}.register_now_I .learning_creators_o {
    max-width: 90%;
    padding: 1.25rem;
}
}

@media (max-width: 768px) {.register_now_I {
    padding: 3rem 0;
}.register_now_I h2 {
    transform: perspective(1000px) rotateX(1deg);
    font-size: calc(33px * 0.8);
}.register_now_I .learning_creators_o {
    flex-direction: column;
    max-width: 100%;
    gap: 1.5rem;
}.register_now_I svg {
    height: 48px;
    width: 48px;
}.register_now_I .reach_query_v {
    padding: 0.9rem 2rem;
    width: 100%;
}
}

@media (max-width: 576px) {.register_now_I {
    padding: 2.5rem 0;
    margin: 3rem 0;
}.register_now_I h2 {
    margin-bottom: 2rem;
    font-size: calc(33px * 0.7);
    transform: none;
}.register_now_I .learning_creators_o {
    padding: 1rem;
}.register_now_I svg {
    height: 40px;
    width: 40px;
}.register_now_I .reach_query_v {
    min-width: auto;
    font-size: calc(20px * 0.9);
    padding: 0.8rem 1.5rem;
}
}

@media (max-width: 480px) {.register_now_I h2 {
    font-size: calc(33px * 0.6);
}
}

@media (hover: none) {.register_now_I .learning_creators_o {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 
                    0 3px 10px rgba(0, 0, 0, 0.05);
    transform: none !important;
}.register_now_I svg {
    transform: none !important;
}.register_now_I .reach_query_v:hover {
    transform: none;
}
}

@container (max-width: 500px) {.register_now_I .container {
    padding: 0 1rem;
}}header .header_lesson_7 {
    background: linear-gradient(135deg, rgb(174,175,204,0.5) 0%, rgb(135,131,170) 100%);
    justify-content: space-between;
    border-bottom-right-radius: 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    border-bottom-left-radius: 28px;
    align-items: center;
    width: 100%;
    overflow: visible;
    left: 0;
    padding: 1.5rem 2rem;
    display: flex;
    z-index: 100;
    position: relative;
}header .header_lesson_7 .header_know_b {
    z-index: 2;
    position: relative;
    transform: skewX(5deg);
}header .header_lesson_7 .header_know_b .head_skill_0 {
    display: block;
    transition: transform 0.3s ease-in-out;
}header .header_lesson_7 .header_know_b .head_skill_0:hover {
    transform: translateY(-8px) rotate(0deg);
}header .header_lesson_7 .header_know_b svg {
    height: auto;
    width: 80px;
}header .header_lesson_7 .top_pagewrap_O {
    position: relative;
    display: flex;
    margin: 0;
    padding: 0;
    gap: 1rem;
    list-style: none;
}header .header_lesson_7 .top_pagewrap_O::before {
    width: calc(100% + 40px);
    opacity: 0;
    top: -10px;
    border-radius: 10px;
    z-index: -1;
    position: absolute;
    content: "";
    background: linear-gradient(45deg, transparent 0%, rgb(174,175,204,0.5) 100%);
    left: -20px;
    transition: opacity 0.3s ease, transform 0.3s ease;
    height: calc(100% + 20px);
}header .header_lesson_7 .top_master_E {
    transition: transform 0.3s ease;
    position: relative;
}header .header_lesson_7 .top_master_E a {
    display: block;
    font-size: 17px;
    padding: 0.5rem 1rem;
    font-weight: 600;
    text-decoration: none;
    font-family: Arial, sans-serif;
    position: relative;
    transition: color 0.3s ease;
    color: #ffffff;
}header .header_lesson_7 .top_master_E a::before {
    bottom: 0;
    transform: scaleX(0) rotate(-2deg);
    left: 0;
    width: 100%;
    transition: transform 0.3s ease;
    transform-origin: right;
    background: rgb(135,131,170);
    content: "";
    height: 2px;
    position: absolute;
}header .header_lesson_7 .top_master_E a:hover {
    color: rgb(135,131,170);
}header .header_lesson_7 .top_master_E a:hover::before {
    transform: scaleX(1) rotate(-2deg);
    transform-origin: left;
}

@media (max-width: 992px) {header .header_lesson_7 {
    padding: 1rem;
    transform: skewX(0);
    box-sizing: border-box;
    width: 100vw;
    flex-direction: column;
    margin-left: calc(-50vw + 50%);
}header .header_lesson_7 .header_know_b {
    transform: skewX(0);
    margin-bottom: 1rem;
}header .header_lesson_7 .top_pagewrap_O {
    justify-content: center;
    flex-wrap: wrap;
    transform: skewX(0);
    width: 100%;
}header .header_lesson_7 .top_pagewrap_O::before {
    transform: skewX(0);
}header .header_lesson_7 .top_pagewrap_O:hover::before {
    transform: skewX(0);
}header .header_lesson_7 .top_master_E {
    margin: 0.25rem;
}header .header_lesson_7 .top_master_E:nth-child(odd),
  header .header_lesson_7 .top_master_E:nth-child(even) {
    transform: translateY(0);
}
}

@media (max-width: 576px) {header .header_lesson_7 {
    padding: 0.75rem;
}header .header_lesson_7 .top_pagewrap_O {
    align-items: center;
    flex-direction: column;
}header .header_lesson_7 .top_master_E {
    text-align: center;
    width: 100%;
}header .header_lesson_7 .header_know_b svg {
    width: 100px;
}}.footnote_ref_x {
    z-index: 1;
    position: relative;
    color: #ffffff;
    font-family: Arial, sans-serif;
    padding: 80px 0 40px;
}@keyframes pulseLine {
    0%, 100% {
        opacity: 0.6;
    }
    50% {
        opacity: 1;
    }
}

.footnote_ref_x .container {
    justify-content: space-between;
    display: flex;
    position: relative;
}.footnote_ref_x .company_holder {
    position: relative;
    padding-right: 30px;
    flex: 0 0 30%;
}.footnote_ref_x .company_holder::after {
    background: linear-gradient(to bottom, transparent, rgb(174,175,204), transparent);
    position: absolute;
    right: 0;
    content: '';
    width: 1px;
    top: 10%;
    height: 80%;
}.footnote_ref_x .company_holder h3 {
    position: relative;
    text-shadow: 0 0 10px rgb(174,175,204,0.5);
    font-size: calc(33px * 0.9);
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
    display: inline-block;
}.footnote_ref_x .company_holder h3::after {
    position: absolute;
    width: 40%;
    content: '';
    transition: width 0.3s ease-in-out;
    height: 2px;
    background: rgb(174,175,204);
    left: 0;
    bottom: -5px;
}.footnote_ref_x .company_holder h3:hover::after {
    width: 100%;
}.footnote_ref_x .grade_help_h {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    margin-top: 15px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(5px);
    transform: translateZ(0);
    padding: 15px;
    transition: all 0.3s ease;
    color: #ffffff;
    border-radius: 10px;
    line-height: 1.6;
    font-size: 16px;
}.footnote_ref_x .grade_help_h:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px) translateZ(0);
    background: rgba(255, 255, 255, 0.12);
}.footnote_ref_x .citation_S {
    display: flex;
    flex: 0 0 65%;
    position: relative;
    justify-content: space-between;
}.footnote_ref_x .top_sitewrap_f {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}.footnote_ref_x .top_pagewrap_O {
    border-radius: 11px;
    position: relative;
    backdrop-filter: blur(10px);
    flex: 0 0 45%;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
    padding: 20px;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}.footnote_ref_x .top_pagewrap_O::before {
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    content: '';
    transform: translateX(-100%);
    transition: transform 0.6s ease;
}.footnote_ref_x .top_pagewrap_O:hover::before {
    transform: translateX(100%);
}.footnote_ref_x .top_pagewrap_O h5 {
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 19px;
    position: relative;
    padding-bottom: 10px;
}.footnote_ref_x .top_pagewrap_O h5::after {
    background: rgb(174,175,204);
    width: 40px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: width 0.3s ease, box-shadow 0.3s ease;
    content: '';
}.footnote_ref_x .top_pagewrap_O:hover h5::after {
    width: 70px;
    box-shadow: 0 0 8px rgb(174,175,204), 0 0 16px rgb(174,175,204,0.5);
}.footnote_ref_x .top_pagewrap_O .top_sitewrap_f {
    flex-direction: column;
    gap: 12px;
    display: flex;
}.footnote_ref_x .top_pagewrap_O .top_sitewrap_f a {
    transition: all 0.3s ease;
    color: #ffffff;
    display: inline-block;
    opacity: 0.85;
    position: relative;
    text-decoration: none;
    padding-left: 0;
    font-size: calc(16px * 0.95);
}.footnote_ref_x .top_pagewrap_O .top_sitewrap_f a::before {
    bottom: -2px;
    width: 0;
    height: 1px;
    transition: width 0.3s ease, transform 0.3s ease;
    transform-origin: left;
    position: absolute;
    content: '';
    left: 0;
    background: linear-gradient(90deg, rgb(174,175,204), transparent);
}.footnote_ref_x .top_pagewrap_O .top_sitewrap_f a:hover {
    opacity: 1;
    color: #ffffff;
    padding-left: 5px;
}.footnote_ref_x .top_pagewrap_O .top_sitewrap_f a:hover::before {
    box-shadow: 0 0 5px rgb(174,175,204,0.5);
    width: 100%;
}.template_cta_Y {
    padding: 15px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    position: relative;
    background: rgba(0, 0, 0, 0.5);
}.template_cta_Y::before {
    right: 0;
    left: 0;
    content: '';
    position: absolute;
    top: 0;
    background: linear-gradient(90deg, transparent, rgb(174,175,204,0.5), transparent);
    height: 1px;
}.template_cta_Y .container {
    justify-content: center;
    align-items: center;
    display: flex;
}.template_cta_Y .faq_block_z {
    color: #ffffff;
    text-align: center;
    transition: opacity 0.3s ease;
    letter-spacing: 0.5px;
    opacity: 0.8;
    font-size: 13px;
}.template_cta_Y .faq_block_z:hover {
    opacity: 1;
}

@media (max-width: 991px) {.footnote_ref_x {
    padding: 60px 0 30px;
}.footnote_ref_x .container {
    flex-direction: column;
}.footnote_ref_x .company_holder {
    padding-right: 0;
    flex: 0 0 100%;
    margin-bottom: 40px;
}.footnote_ref_x .company_holder::after {
    display: none;
}.footnote_ref_x .citation_S {
    flex: 0 0 100%;
}.footnote_ref_x .top_pagewrap_O {
    flex: 0 0 calc(50% - 20px);
    margin-bottom: 20px;
}
}

@media (max-width: 768px) {.footnote_ref_x {
    padding: 40px 0 20px;
}.footnote_ref_x .top_sitewrap_f {
    flex-direction: column;
}.footnote_ref_x .top_pagewrap_O {
    flex: 0 0 100%;
    margin-bottom: 20px;
}.footnote_ref_x .company_holder h3 {
    font-size: calc(33px * 0.8);
}.footnote_ref_x .top_pagewrap_O h5 {
    font-size: calc(19px * 0.9);
}.template_cta_Y .faq_block_z {
    font-size: calc(13px * 0.9);
}
}

@media (max-width: 576px) {.footnote_ref_x {
    padding: 30px 0 15px;
}.footnote_ref_x .company_holder {
    margin-bottom: 30px;
}.footnote_ref_x .company_holder h3 {
    font-size: calc(33px * 0.7);
}.footnote_ref_x .top_pagewrap_O h5 {
    font-size: calc(19px * 0.8);
}.template_cta_Y {
    padding: 10px 0;
}.template_cta_Y .faq_block_z {
    font-size: calc(13px * 0.8);
}}


footer {
    position: relative;
}footer::after {
    position: absolute;
    content: '';
    top: 0;
    z-index: 0;
    right: 0;
    background-image: 
        linear-gradient(0deg, transparent 24%, rgba(255, 255, 255, .05) 25%, rgba(255, 255, 255, .05) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, .05) 75%, rgba(255, 255, 255, .05) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, rgba(255, 255, 255, .05) 25%, rgba(255, 255, 255, .05) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, .05) 75%, rgba(255, 255, 255, .05) 76%, transparent 77%, transparent);
    bottom: 0;
    left: 0;
    opacity: 0.3;
    background-size: 50px 50px;
}.footnote_ref_x .company_holder h3 {
    position: relative;
    overflow: hidden;
}.footnote_ref_x .company_holder h3::before {
    position: absolute;
    transition: 0.5s;
    top: 0;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    content: '';
    width: 100%;
    pointer-events: none;
    left: -100%;
}.footnote_ref_x .company_holder h3:hover::before {
    left: 100%;
}.plan_list_L {
    position: relative;
    background: linear-gradient(135deg, rgb(214,214,228) 0%, rgba(245, 247, 250, 0.95) 100%);
    padding: 7rem 0;
    overflow: hidden;
}.plan_list_L::before {
    width: 40%;
    opacity: 0.1;
    right: -5%;
    top: -10%;
    transform: rotate(-15deg);
    z-index: 0;
    content: "";
    height: 70%;
    position: absolute;
    border-radius: 10px;
    background: linear-gradient(120deg, rgb(174,175,204,0.5) 20%, rgb(135,131,170,0.5) 80%);
}.plan_list_L::after {
    transform: rotate(10deg);
    background: linear-gradient(45deg, rgb(135,131,170,0.5) 30%, rgb(174,175,204,0.5) 70%);
    opacity: 0.08;
    left: -3%;
    content: "";
    border-radius: 10px;
    bottom: -5%;
    height: 50%;
    width: 35%;
    z-index: 0;
    position: absolute;
}.plan_list_L .container {
    position: relative;
    z-index: 2;
    padding: 0 2rem;
    margin: 0 auto;
    max-width: 1400px;
}.plan_list_L .study_packages_J {
    display: flex;
    flex-direction: column;
}.plan_list_L .fee_plans_s {
    order: 1;
    text-align: center;
    position: relative;
    margin-bottom: 3.5rem;
}.plan_list_L .fee_plans_s h2 {
    color: #000000;
    font-weight: 700;
    position: relative;
    font-size: 30px;
    margin-bottom: 1.5rem;
    display: inline-block;
}.plan_list_L .fee_plans_s h2::after {
    background: linear-gradient(90deg, transparent, rgb(174,175,204), transparent);
    content: "";
    left: 50%;
    bottom: -0.75rem;
    transform: translateX(-50%);
    height: 3px;
    position: absolute;
    width: 70%;
}.plan_list_L .class_cost_8 {
    font-size: 12px;
    margin: 0 auto;
    color: #000000;
    max-width: 800px;
    line-height: 1.6;
}.plan_list_L .trial_offers_n {
    order: 2;
    display: grid;
    width: 100%;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2rem;
}.plan_list_L .rate_packages_u {
    text-decoration: none;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    color: #000000;
    position: relative;
    height: 100%;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
    display: block;
    background: #ffffff;
}.plan_list_L .rate_packages_u:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-8px);
}.plan_list_L .rate_packages_u::before {
    height: 5px;
    transform: translateY(-5px);
    transition: transform 0.3s ease;
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, rgb(174,175,204), rgb(135,131,170));
    content: "";
    left: 0;
    top: 0;
}.plan_list_L .rate_packages_u:hover::before {
    transform: translateY(0);
}.plan_list_L .edu_rates_Q {
    display: flex;
    height: 100%;
    box-sizing: border-box;
    flex-direction: column;
}.plan_list_L .program_price_k {
    padding: 2rem 1.75rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
}.plan_list_L .program_price_k h3 {
    font-size: calc(20px * 1.1);
    display: inline-block;
    position: relative;
    color: #000000;
    margin-bottom: 1rem;
    font-weight: 700;
}.plan_list_L .program_price_k .learning_packages_i {
    font-weight: 700;
    position: relative;
    margin-bottom: 1.5rem;
    font-size: calc(20px * 1.3);
    color: rgb(174,175,204);
}.plan_list_L .program_price_k .learning_packages_i::after {
    width: 40px;
    height: 2px;
    content: "";
    bottom: -0.75rem;
    left: 0;
    position: absolute;
    background: rgb(174,175,204,0.5);
}.plan_list_L .program_price_k p {
    word-break: break-word;
    overflow-wrap: break-word;
    color: #000000;
    font-size: 12px;
    flex-grow: 1;
    line-height: 1.65;
    margin-bottom: 1.5rem;
    word-wrap: break-word;
}.plan_list_L .img_fluid_F {
    height: 180px;
    overflow: hidden;
    position: relative;
    width: 100%;
    transition: transform 0.5s ease;
}.plan_list_L .img_fluid_F::after {
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
    content: "";
    position: absolute;
    width: 100%;
}.plan_list_L .rate_packages_u:hover .img_fluid_F {
    transform: scale(1.05);
}.plan_list_L .rate_packages_u:nth-child(odd) .program_price_k::before {
    width: 2.5rem;
    z-index: -1;
    position: absolute;
    background: rgb(174,175,204,0.5);
    height: 2.5rem;
    content: "";
    right: 1rem;
    opacity: 0.1;
    top: 1rem;
    border-radius: 50%;
}.plan_list_L .rate_packages_u:nth-child(even) .program_price_k::before {
    bottom: 1rem;
    background: rgb(135,131,170,0.5);
    height: 2.5rem;
    width: 2.5rem;
    content: "";
    left: 1rem;
    opacity: 0.1;
    border-radius: 50%;
    z-index: -1;
    position: absolute;
}

@media (min-width: 992px) {.plan_list_L .study_packages_J {
    flex-direction: row;
}.plan_list_L .fee_plans_s {
    text-align: left;
    flex: 0 0 30%;
    flex-direction: column;
    display: flex;
    justify-content: center;
    order: 2;
    margin-bottom: 0;
    padding-left: 3rem;
}.plan_list_L .fee_plans_s h2 {
    text-align: left;
    margin-bottom: 2rem;
}.plan_list_L .fee_plans_s h2::after {
    left: 0;
    transform: none;
    width: 40%;
}.plan_list_L .class_cost_8 {
    margin: 0;
    text-align: left;
}.plan_list_L .trial_offers_n {
    grid-template-columns: repeat(2, 1fr);
    flex: 0 0 70%;
    order: 1;
}
}

@media (max-width: 991px) {.plan_list_L {
    padding: 5rem 0;
}.plan_list_L .rate_packages_u {
    margin-bottom: 1.5rem;
}.plan_list_L .fee_plans_s {
    padding: 0 1rem;
}
}

@media (max-width: 767px) {.plan_list_L {
    padding: 4rem 0;
}.plan_list_L .fee_plans_s h2 {
    font-size: calc(30px * 0.9);
}.plan_list_L .program_price_k h3 {
    font-size: 20px;
}.plan_list_L .program_price_k .learning_packages_i {
    font-size: calc(20px * 1.15);
}.plan_list_L .img_fluid_F {
    height: 160px;
}
}

@media (max-width: 575px) {.plan_list_L {
    padding: 3rem 0;
}.plan_list_L .container {
    padding: 0 1.5rem;
}.plan_list_L .trial_offers_n {
    gap: 1.5rem;
}.plan_list_L .program_price_k {
    padding: 1.5rem;
}.plan_list_L .img_fluid_F {
    height: 140px;
}
}

@media (hover: none) {.plan_list_L .rate_packages_u:hover {
    transform: none;
}.plan_list_L .rate_packages_u:hover .img_fluid_F {
    transform: none;
}}.cookie_notice_window_p {
    width: 100%;
    z-index: 90;
    bottom: 0;
    position: fixed;
    background: rgb(214,214,228);
    border-top: 2px solid rgb(174,175,204);
}#cookiePolicyAlert_Z {
    display: none;
}#cookiePolicyAlert_Z:checked ~ .cookie_notice_window_p {
    visibility: hidden;
    opacity: 0;
}.cookie_tab_4 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}.cookie_notice_window_p h5 {
    margin-bottom: 6px;
    font-size: 22px;
}.cookie_notice_window_p p {
    font-size: 18px;
}.track_alert_e {
    margin-right: 10px;
    flex-shrink: 0;
}.track_alert_e svg, .track_alert_e svg path, .track_alert_e img {
    height: 100px;
    width: 100px;
    fill: rgb(174,175,204);
}.cookie_reset_d {
    flex-shrink: 0;
    cursor: pointer;
    color: rgb(174,175,204);
    line-height: 35px;
    margin-left: 10px;
    border-bottom: 2px solid rgb(174,175,204);
    min-width: 120px;
    white-space: nowrap;
    font-size: 24px;
    text-decoration: none;
    text-align: center;
}.cookie_notice_window_p p a {
    color: rgb(174,175,204);
    text-decoration: none;
}
@media only screen and (max-width: 1200px) {.cookie_notice_window_p {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.track_alert_e {
    display: none;
}.cookie_tab_4 {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}.cookie_notice_window_p h5 {
    text-align: center;
}.cookie_notice_window_p p {
    text-align: center;
}.cookie_disclaimer_k {
    margin-bottom: 20px;
}body .container-wrap_9 .cookie_reset_d {
    margin-left: 0;
    margin-bottom: 10px;
}}
.container-wrap_9 .cookie_notice_window_p {
    box-shadow: rgb(135,131,170,0.5) 0px 0px 10px 10px;
    background: rgb(174,175,204);
}.container-wrap_9 .cookie_tab_4 {
    padding: 40px 0;
    justify-content: space-between;
}.container-wrap_9 .cookie_reset_d {
    border: none;
    padding: 10px;
    background: #ffffff;
    font-size: 20px;
    margin-left: 30px;
    color: rgb(174,175,204);
}.container-wrap_9 .cookie_disclaimer_k {
    text-align: left;
    color: #ffffff;
}.container-wrap_9 .cookie_disclaimer_k h5 {
    font-weight: 700;
}.container-wrap_9 .cookie_disclaimer_k h5, .container-wrap_9 .cookie_disclaimer_k p {
    color: #ffffff;
}.container-wrap_9 .cookie_notice_window_p p a {
    color: rgb(135,131,170);
    text-decoration: underline;
}.thanksSpot_s {
    overflow: hidden;
    background: linear-gradient(135deg, rgba(rgb(174,175,204,0.5), 0.05), rgba(rgb(135,131,170,0.5), 0.1));
    padding: 120px 0;
    position: relative;
}.thanksSpot_s::before {
    z-index: 0;
    left: 0;
    position: absolute;
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(174,175,204,0.5), 0.12) 0%, transparent 80%),
        radial-gradient(circle at 80% 70%, rgba(rgb(135,131,170,0.5), 0.1) 0%, transparent 70%);
    width: 100%;
    top: 0;
    content: "";
    height: 100%;
}.thanksSpot_s::after {
    height: 300px;
    width: 300px;
    opacity: 0.05;
    right: -150px;
    z-index: 0;
    top: -150px;
    position: absolute;
    filter: blur(20px);
    background: rgb(174,175,204);
    animation: floatShape 15s ease-in-out infinite alternate;
    content: "";
    border-radius: 40% 60% 70% 30% / 40% 50% 50% 60%;
}.thanksSpot_s .container {
    z-index: 1;
    max-width: 1200px;
    position: relative;
    padding: 0 30px;
    margin: 0 auto;
}.thanksSpot_s h2 {
    color: #000000;
    margin-bottom: 40px;
    font-family: Arial, sans-serif;
    text-align: left;
    line-height: 1.3;
    font-weight: 600;
    font-size: 28px;
    position: relative;
    transform: perspective(1000px) translateZ(10px);
    transition: transform 0.5s ease-out;
}.thanksSpot_s h2::after {
    border-radius: 10px;
    transform: scaleX(0.8);
    background: linear-gradient(90deg, rgb(174,175,204), rgb(135,131,170));
    height: 4px;
    left: 0;
    transform-origin: left;
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    width: 120px;
    bottom: -12px;
}.thanksSpot_s:hover h2::after {
    transform: scaleX(1);
}.thanksSpot_s .learning_creators_o {
    overflow: hidden;
    border-radius: 26px;
    padding: 40px;
    position: relative;
    box-shadow: 
        15px 15px 30px rgba(rgba(0, 0, 0, 0.5), 0.05),
        -15px -15px 30px rgba(#ffffff, 0.8),
        inset 2px 2px 5px rgba(#ffffff, 0.1),
        inset -2px -2px 5px rgba(rgba(0, 0, 0, 0.5), 0.05);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
    background: #ffffff;
}.thanksSpot_s .learning_creators_o::before {
    background: linear-gradient(90deg, rgb(174,175,204), rgb(135,131,170), rgb(174,175,204));
    left: 0;
    top: 0;
    animation: gradientShift 6s ease infinite;
    width: 100%;
    content: "";
    height: 5px;
    position: absolute;
    background-size: 200% 100%;
}.thanksSpot_s ul {
    padding: 0;
    margin: 0;
    list-style: none;
}.thanksSpot_s li {
    transition: transform 0.3s ease-out;
    padding: 10px 0 10px 20px;
    position: relative;
}.thanksSpot_s li::before {
    top: 24px;
    background: rgb(174,175,204);
    height: 8px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(rgb(174,175,204,0.5), 0.5);
    width: 8px;
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    content: "";
}.thanksSpot_s span {
    line-height: 1.7;
    font-size: 16px;
    font-family: Arial, sans-serif;
    display: block;
    color: #000000;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    font-weight: 400;
    position: relative;
    transform: translateY(0);
}.thanksSpot_s span::after {
    position: absolute;
    transition: all 0.5s ease;
    transform-origin: right;
    content: "";
    bottom: -10px;
    opacity: 0;
    transform: scaleX(0.5);
    background: linear-gradient(90deg, transparent, rgba(rgb(174,175,204,0.5), 0.3));
    width: 40%;
    height: 1px;
    right: 0;
}.thanksSpot_s .learning_creators_o:hover {
    transform: translateY(-5px);
    box-shadow: 
        20px 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.08),
        -20px -20px 40px rgba(#ffffff, 0.9),
        inset 2px 2px 5px rgba(#ffffff, 0.1),
        inset -2px -2px 5px rgba(rgba(0, 0, 0, 0.5), 0.05);
}.thanksSpot_s .learning_creators_o:hover span::after {
    transform: scaleX(1);
    opacity: 1;
}

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

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

@media (min-width: 768px) {.thanksSpot_s {
    padding: 150px 0;
}.thanksSpot_s .container {
    padding: 0 60px;
}.thanksSpot_s h2 {
    margin-bottom: 50px;
    max-width: 90%;
    font-size: calc(28px * 1.1);
}.thanksSpot_s .learning_creators_o {
    transform: perspective(1000px) rotateX(2deg);
    padding: 50px;
}.thanksSpot_s .learning_creators_o:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.thanksSpot_s li {
    padding: 10px 0 10px 30px;
}.thanksSpot_s li::before {
    height: 10px;
    width: 10px;
}.thanksSpot_s span {
    line-height: 1.8;
    font-size: calc(16px * 1.05);
}
}

@media (max-width: 767px) {.thanksSpot_s {
    padding: 80px 0;
}.thanksSpot_s .container {
    padding: 0 20px;
}.thanksSpot_s h2 {
    margin-bottom: 30px;
    font-size: calc(28px * 0.9);
}.thanksSpot_s .learning_creators_o {
    padding: 30px 20px;
}.thanksSpot_s li {
    padding: 10px 0 10px 15px;
}.thanksSpot_s li::before {
    height: 6px;
    width: 6px;
}.thanksSpot_s span {
    line-height: 1.6;
    font-size: calc(16px * 0.95);
}
}

@media (max-width: 480px) {.thanksSpot_s {
    padding: 60px 0;
}.thanksSpot_s h2 {
    margin-bottom: 25px;
    font-size: calc(28px * 0.8);
}.thanksSpot_s .learning_creators_o {
    padding: 25px 15px;
}.thanksSpot_s span {
    font-size: calc(16px * 0.9);
    line-height: 1.5;
}}.title_opener_L {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(214,214,228) 0%, rgba(245, 245, 250, 0.97) 100%);
    display: flex;
    align-items: center;
    z-index: 1;
}.title_opener_L::before {
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(94, 170, 168, 0.08) 0%, transparent 70%),
        radial-gradient(circle at 80% 70%, rgba(94, 170, 168, 0.06) 0%, transparent 60%);
    top: 0;
    left: 0;
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
}.title_opener_L::after {
    background-size: 20px 20px;
    background-image: 
        linear-gradient(45deg, rgb(214,214,228) 25%, transparent 25%), 
        linear-gradient(-45deg, rgb(214,214,228) 25%, transparent 25%), 
        linear-gradient(45deg, transparent 75%, rgb(214,214,228) 75%), 
        linear-gradient(-45deg, transparent 75%, rgb(214,214,228) 75%);
    content: "";
    height: 120%;
    z-index: -2;
    position: absolute;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    transform: rotate(5deg) scale(1.2);
    width: 120%;
    opacity: 0.04;
    animation: patternMove 60s linear infinite;
}.title_opener_L .learning_creators_o {
    max-width: 1400px;
    display: flex;
    width: 90%;
    position: relative;
    padding: 5rem 0;
    align-items: center;
    margin: 0 auto;
    z-index: 2;
}.title_opener_L .text_wrap_Z {
    transform: translateY(0);
    opacity: 1;
    flex: 1;
    padding-right: 5%;
    animation: floatIn 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}.title_opener_L h1 {
    transition: transform 0.5s ease;
    font-size: 43px;
    color: #000000;
    line-height: 1.2;
    margin-bottom: 2rem;
    transform: perspective(1000px) rotateX(0deg);
    font-weight: 700;
    position: relative;
    padding-left: 2rem;
}.title_opener_L h1::before {
    content: "";
    position: absolute;
    background: linear-gradient(to bottom, rgb(174,175,204), rgb(135,131,170));
    left: 0;
    transform-origin: left center;
    border-radius: 3px;
    top: 0.5rem;
    width: 6px;
    animation: pulseBar 3s infinite alternate ease-in-out;
    height: 85%;
    box-shadow: 
        0 5px 15px rgba(94, 170, 168, 0.3),
        inset 0 -2px 4px rgba(255, 255, 255, 0.5),
        inset 0 2px 4px rgba(0, 0, 0, 0.1);
}.title_opener_L .learn_welcome_c {
    transition: all 0.5s ease;
    position: relative;
    margin-bottom: 2.5rem;
    transform: perspective(1000px) rotateY(0deg);
    border-radius: 29px;
    padding: 2.5rem;
    box-shadow: 
        12px 12px 24px rgba(0, 0, 0, 0.08),
        -12px -12px 24px rgba(255, 255, 255, 0.8),
        inset 2px 2px 4px rgba(255, 255, 255, 0.9),
        inset -2px -2px 4px rgba(0, 0, 0, 0.05);
    background: #ffffff;
}.title_opener_L .learn_welcome_c:hover {
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.1),
        -15px -15px 30px rgba(255, 255, 255, 0.9),
        inset 2px 2px 4px rgba(255, 255, 255, 0.9),
        inset -2px -2px 4px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateY(2deg) translateZ(10px);
}.title_opener_L .learn_welcome_c svg {
    height: 80px;
    width: 80px;
    margin-right: 1.5rem;
    margin-bottom: 1rem;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.15));
    float: left;
}.title_opener_L .learn_welcome_c:hover svg {
    transform: scale(1.08) rotate(5deg);
}.title_opener_L .learn_welcome_c svg path {
    fill: rgb(174,175,204);
    transition: fill 0.3s ease;
}.title_opener_L .learn_welcome_c:hover svg path {
    fill: rgb(135,131,170);
}.title_opener_L .learn_welcome_c svg text {
    font-family: Arial, sans-serif;
    transition: fill 0.3s ease, transform 0.3s ease;
}.title_opener_L .learn_welcome_c:hover svg text {
    fill: #000000;
    transform: translateY(-2px);
}.title_opener_L .learn_welcome_c p {
    margin-bottom: 0;
    color: #000000;
    font-size: calc(13px * 1.1);
    line-height: 1.6;
    letter-spacing: 0.02em;
    padding-top: 0.5rem;
    margin-top: 0;
}.title_opener_L ul {
    list-style: none;
    padding: 0;
    display: flex;
    margin: 0;
}.title_opener_L ul li {
    margin-right: 1rem;
}.title_opener_L .reach_query_v {
    z-index: 1;
    display: inline-block;
    background: linear-gradient(135deg, rgb(174,175,204) 0%, rgb(135,131,170) 100%);
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
    color: #ffffff;
    font-size: 15px;
    overflow: hidden;
    box-shadow: 
        5px 5px 15px rgba(0, 0, 0, 0.15),
        -5px -5px 15px rgba(255, 255, 255, 0.6);
    font-weight: 600;
    padding: 1rem 2rem;
    position: relative;
}.title_opener_L .reach_query_v::before {
    transition: left 0.7s ease;
    content: "";
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    z-index: -1;
    height: 100%;
    left: -100%;
    top: 0;
}.title_opener_L .reach_query_v:hover {
    transform: translateY(-3px);
    box-shadow: 
        8px 8px 20px rgba(0, 0, 0, 0.2),
        -8px -8px 20px rgba(255, 255, 255, 0.7);
}.title_opener_L .reach_query_v:hover::before {
    left: 100%;
}.title_opener_L .img_fluid_F {
    position: relative;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    overflow: hidden;
    flex: 1;
    height: 550px;
    animation: floatIn 1s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.3s;
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.15),
        -20px -20px 40px rgba(255, 255, 255, 0.8);
    transform: perspective(1000px) rotateY(-5deg) translateZ(20px);
    opacity: 0;
    border-radius: 29px;
}.title_opener_L .img_fluid_F:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(30px);
}.title_opener_L .img_fluid_F::before {
    height: 100%;
    content: "";
    width: 100%;
    background: linear-gradient(
        135deg,
        transparent 20%,
        rgba(94, 170, 168, 0.1) 45%,
        rgba(94, 170, 168, 0.2) 60%,
        rgba(94, 170, 168, 0.4) 100%
    );
    z-index: 1;
    left: 0;
    top: 0;
    position: absolute;
}.title_opener_L .img_fluid_F::after {
    z-index: 1;
    bottom: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
    left: 0;
    height: 30%;
    position: absolute;
    content: "";
}

@keyframes pulseBar {
    0% {
        transform: scaleY(1);
    }
    50% {
        transform: scaleY(1.1);
    }
    100% {
        transform: scaleY(1);
    }
}

@keyframes floatIn {
    0% {
        opacity: 0;
        transform: translateY(30px) perspective(1000px) rotateY(-5deg);
    }
    100% {
        opacity: 1;
        transform: translateY(0) perspective(1000px) rotateY(-5deg) translateZ(20px);
    }
}

@keyframes patternMove {
    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: 992px) {.title_opener_L .learning_creators_o {
    width: 95%;
    padding: 3rem 0;
    flex-direction: column;
}.title_opener_L .text_wrap_Z {
    margin-bottom: 2rem;
    padding-right: 0;
    width: 100%;
}.title_opener_L h1 {
    font-size: calc(30px * 1.1);
    padding-left: 1.5rem;
}.title_opener_L .learn_welcome_c {
    padding: 2rem;
}.title_opener_L .learn_welcome_c svg {
    width: 70px;
    height: 70px;
    margin-right: 1rem;
}.title_opener_L .img_fluid_F {
    transform: perspective(1000px) rotateY(0deg) translateZ(0);
    width: 100%;
    height: 400px;
}
}

@media (max-width: 768px) {.title_opener_L {
    min-height: auto;
}.title_opener_L .learning_creators_o {
    padding: 2rem 0;
}.title_opener_L h1 {
    font-size: 30px;
    margin-bottom: 1.5rem;
}.title_opener_L .learn_welcome_c {
    padding: 1.5rem;
    margin-bottom: 2rem;
}.title_opener_L .learn_welcome_c svg {
    width: 60px;
    height: 60px;
    margin-bottom: 0.5rem;
}.title_opener_L .learn_welcome_c p {
    font-size: 13px;
}.title_opener_L .img_fluid_F {
    height: 300px;
}.title_opener_L .reach_query_v {
    padding: 0.8rem 1.5rem;
}
}

@media (max-width: 576px) {.title_opener_L {
    padding: 1rem 0;
}.title_opener_L h1 {
    font-size: calc(30px * 0.9);
    padding-left: 1rem;
}.title_opener_L h1::before {
    width: 4px;
}.title_opener_L .learn_welcome_c {
    padding: 1.2rem;
}.title_opener_L .learn_welcome_c svg {
    width: 50px;
    display: block;
    float: none;
    margin: 0 auto 1rem;
    height: 50px;
}.title_opener_L .learn_welcome_c p {
    text-align: center;
}.title_opener_L ul {
    justify-content: center;
}.title_opener_L .img_fluid_F {
    height: 250px;
}}.connect_with_us_r {
    position: relative;
    padding: 70px 0;
    overflow: hidden;
    background: rgb(214,214,228);
}.connect_with_us_r::before {
    z-index: 0;
    height: 100%;
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    background-image: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(0, 0, 0, 0.03) 10px, rgba(0, 0, 0, 0.03) 20px),
        repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(0, 0, 0, 0.03) 10px, rgba(0, 0, 0, 0.03) 20px);
    top: 0;
}.connect_with_us_r .container {
    padding: 0 20px;
    z-index: 1;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.connect_with_us_r h2 {
    color: rgb(135,131,170);
    font-size: 29px;
    font-weight: 700;
    position: relative;
    text-align: center;
    margin-bottom: 40px;
}.connect_with_us_r h2::after {
    position: absolute;
    width: 60px;
    content: "";
    background: rgb(174,175,204);
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
}.connect_with_us_r .feedback_links_z {
    overflow: hidden;
    grid-template-columns: 1fr 1fr;
    border-radius: 19px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
    gap: 0;
    background: #ffffff;
    display: grid;
}.connect_with_us_r .img_fluid_F {
    border-top-right-radius: 19px;
    transition: transform 0.6s ease;
    border-bottom-right-radius: 19px;
    height: 100%;
    min-height: 500px;
    grid-column: 2;
    grid-row: 1;
}.connect_with_us_r .inquiry_grid_p {
    grid-row: 1;
    padding: 50px 40px;
    background: #ffffff;
    grid-column: 1;
}.connect_with_us_r #contact {
    flex-direction: column;
    gap: 25px;
    display: flex;
}.connect_with_us_r h3 {
    margin-bottom: 15px;
    font-size: 24px;
    color: rgb(174,175,204);
    font-weight: 600;
}.connect_with_us_r input[type="text"] {
    padding: 15px 20px;
    border-radius: 10px;
    border: 1px solid rgb(214,214,228);
    font-size: 16px;
    background: #ffffff;
    color: #000000;
    transition: all 0.3s ease;
    width: 100%;
}.connect_with_us_r input[type="text"]:focus {
    outline: none;
    border-color: rgb(174,175,204);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}.connect_with_us_r input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.5;
}.connect_with_us_r .message_list_n {
    margin-top: 10px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}.connect_with_us_r .message_list_n input[type="checkbox"] {
    cursor: pointer;
    height: 24px;
    border: 2px solid rgb(214,214,228);
    flex-shrink: 0;
    appearance: none;
    margin-top: 2px;
    border-radius: 10px;
    position: relative;
    width: 24px;
}.connect_with_us_r .message_list_n input[type="checkbox"]:checked {
    border-color: rgb(174,175,204);
    background: rgb(174,175,204);
}.connect_with_us_r .message_list_n input[type="checkbox"]:checked::after {
    top: 50%;
    left: 50%;
    content: "✓";
    transform: translate(-50%, -50%);
    position: absolute;
    color: #ffffff;
    font-size: 16px;
}.connect_with_us_r .message_list_n label {
    color: #000000;
    font-size: 16px;
    line-height: 1.5;
}.connect_with_us_r .message_list_n a {
    text-decoration: none;
    font-weight: 600;
    color: rgb(174,175,204);
    transition: all 0.3s ease;
}.connect_with_us_r .message_list_n a:hover {
    color: rgb(135,131,170);
}.connect_with_us_r .reach_query_v {
    cursor: pointer;
    padding: 15px 35px;
    align-self: flex-start;
    transition: all 0.3s ease;
    border-radius: 10px;
    overflow: hidden;
    font-weight: 600;
    border: none;
    letter-spacing: 1px;
    margin-top: 10px;
    color: #ffffff;
    text-transform: uppercase;
    position: relative;
    background: rgb(174,175,204);
    font-size: 19px;
}.connect_with_us_r .reach_query_v::before {
    transition: all 0.6s ease;
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
    left: -100%;
}.connect_with_us_r .reach_query_v:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: rgb(135,131,170);
    transform: translateY(-3px);
}.connect_with_us_r .reach_query_v:hover::before {
    left: 100%;
}.connect_with_us_r svg {
    width: 22px;
    height: 22px;
    fill: rgb(174,175,204);
    margin-right: 10px;
    vertical-align: middle;
}.connect_with_us_r svg path {
    fill: rgb(174,175,204);
}

@media (max-width: 992px) {.connect_with_us_r .feedback_links_z {
    grid-template-columns: 1fr;
}.connect_with_us_r .img_fluid_F {
    border-radius: 0;
    grid-column: 1;
    min-height: 300px;
    border-top-left-radius: 19px;
    grid-row: 1;
    border-top-right-radius: 19px;
}.connect_with_us_r .inquiry_grid_p {
    padding: 40px 30px;
    grid-column: 1;
    grid-row: 2;
}
}

@media (max-width: 768px) {.connect_with_us_r {
    padding: 50px 0;
}.connect_with_us_r h2 {
    font-size: calc(29px - 4px);
    margin-bottom: 30px;
}.connect_with_us_r .inquiry_grid_p {
    padding: 30px 25px;
}.connect_with_us_r .img_fluid_F {
    min-height: 250px;
}
}

@media (max-width: 576px) {.connect_with_us_r {
    padding: 40px 0;
}.connect_with_us_r .container {
    padding: 0 15px;
}.connect_with_us_r h2::after {
    width: 40px;
}.connect_with_us_r .inquiry_grid_p {
    padding: 25px 20px;
}.connect_with_us_r #contact {
    gap: 20px;
}.connect_with_us_r .reach_query_v {
    padding: 14px 20px;
    width: 100%;
}.connect_with_us_r .img_fluid_F {
    min-height: 200px;
}}.contacts_0 {
    overflow: hidden;
    position: relative;
    background: rgb(214,214,228);
    padding: 90px 0;
}.contacts_0::before {
    width: 100%;
    position: absolute;
    content: "";
    top: 0;
    clip-path: polygon(0 0, 25% 0, 35% 100%, 0% 100%);
    left: 0;
    height: 100%;
    background: rgb(174,175,204,0.5);
    z-index: 0;
}.contacts_0::after {
    width: 100%;
    height: 100%;
    right: 0;
    content: "";
    background: rgb(135,131,170,0.5);
    z-index: 0;
    top: 0;
    clip-path: polygon(75% 0, 100% 0, 100% 100%, 65% 100%);
    position: absolute;
}.contacts_0 .container {
    padding: 0 15px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    max-width: 1200px;
}.contacts_0 .ask_feedback_s {
    background: #ffffff;
    border-radius: 0;
    display: grid;
    position: relative;
    padding: 0;
    grid-template-rows: auto auto auto;
    overflow: hidden;
    grid-template-columns: 1fr;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.1);
}.contacts_0 h2 {
    background: rgb(174,175,204);
    font-weight: 700;
    margin: 0;
    padding-bottom: 60px;
    padding: 40px;
    color: #ffffff;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    position: relative;
    font-size: 37px;
}.contacts_0 p {
    margin-top: -20px;
    background: #ffffff;
    z-index: 1;
    position: relative;
    font-size: 12px;
    color: #000000;
    margin: 0;
    padding: 40px;
}.contacts_0 .get_contactbox_X {
    grid-template-columns: repeat(3, 1fr);
    background: rgb(214,214,228);
    position: relative;
    display: grid;
    margin: 0;
    gap: 0;
}.contacts_0 .edu_input_5 {
    overflow: hidden;
    align-items: center;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    justify-content: center;
    transition: all 0.3s ease;
    display: flex;
    background: #ffffff;
    position: relative;
    height: 100px;
    text-decoration: none;
}.contacts_0 .edu_input_5:nth-child(1) {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
    z-index: 3;
}.contacts_0 .edu_input_5:nth-child(2) {
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
    margin-left: -5%;
    width: 105%;
    z-index: 2;
}.contacts_0 .edu_input_5:nth-child(3) {
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    width: 105%;
    z-index: 1;
    margin-left: -5%;
}.contacts_0 .edu_input_5::before {
    width: 100%;
    background: rgb(174,175,204);
    transform: translateX(-100%);
    top: 0;
    height: 100%;
    position: absolute;
    left: 0;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    content: "";
    z-index: -1;
}.contacts_0 .edu_input_5:hover::before {
    transform: translateX(0);
}.contacts_0 .edu_input_5 svg {
    transition: transform 0.3s ease;
    z-index: 1;
    height: 30px;
    position: relative;
    width: 30px;
}.contacts_0 .edu_input_5:hover svg {
    transform: scale(1.3);
}.contacts_0 .edu_input_5 svg path {
    fill: rgb(174,175,204);
    transition: fill 0.3s ease;
}.contacts_0 .edu_input_5:hover svg path {
    fill: #ffffff;
}.contacts_0 p svg {
    width: 24px;
    margin-right: 12px;
    height: 24px;
}.contacts_0 p svg path {
    fill: rgb(174,175,204);
}.contacts_0 p:nth-last-child(2) {
    padding: 30px 40px;
    margin-top: 0;
    background: #ffffff;
    align-items: center;
    display: flex;
    clip-path: polygon(0 0, 100% 15%, 100% 100%, 0 100%);
    margin-top: -20px;
}

@media (max-width: 991px) {.contacts_0 {
    padding: 70px 0;
}.contacts_0 h2 {
    padding-bottom: 50px;
    font-size: calc(37px * 0.9);
    padding: 30px;
}.contacts_0 p {
    padding: 30px;
}.contacts_0 p:nth-last-child(2) {
    padding: 25px 30px;
}.contacts_0 .edu_input_5 {
    height: 90px;
}.contacts_0 .edu_input_5 svg {
    width: 26px;
    height: 26px;
}
}

@media (max-width: 767px) {.contacts_0 {
    padding: 50px 0;
}.contacts_0 h2 {
    font-size: calc(37px * 0.85);
    padding: 25px;
    padding-bottom: 45px;
}.contacts_0 p {
    font-size: calc(12px * 0.95);
    padding: 25px;
}.contacts_0 p:nth-last-child(2) {
    padding: 20px 25px;
}.contacts_0 .get_contactbox_X {
    grid-template-columns: 1fr;
}.contacts_0 .edu_input_5 {
    height: 70px;
    width: 100% !important;
    margin-left: 0 !important;
    clip-path: none !important;
}.contacts_0 .edu_input_5 svg {
    height: 24px;
    width: 24px;
}.contacts_0 p svg {
    margin-right: 10px;
    height: 20px;
    width: 20px;
}}

.contacts_0 .edu_input_5:active {
    transform: scale(0.95);
}@keyframes shimmer {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

.contacts_0 .edu_input_5::after {
    position: absolute;
    top: 0;
    content: "";
    transition: opacity 0.3s ease;
    left: 0;
    width: 100%;
    opacity: 0;
    height: 100%;
    background: linear-gradient(90deg, 
    transparent 0%, 
    rgba(255, 255, 255, 0.2) 50%, 
    transparent 100%
  );
    z-index: -1;
    transform: translateX(-100%);
}.contacts_0 .edu_input_5:hover::after {
    opacity: 1;
    animation: shimmer 1.5s infinite;
}.about_this_a {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.about_this_a::before {
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
    content: "";
    background: linear-gradient(135deg, rgb(174,175,204,0.5), rgba(0, 0, 0, 0.5) 70%);
}.about_this_a::after {
    background: rgb(135,131,170);
    height: 200px;
    width: 200px;
    position: absolute;
    right: -50px;
    content: "";
    border-radius: 50%;
    z-index: 1;
    bottom: -50px;
    animation: float 8s ease-in-out infinite;
    opacity: 0.1;
}.about_this_a h4 {
    letter-spacing: 2px;
    margin-bottom: 60px;
    text-transform: uppercase;
    position: relative;
    font-weight: 700;
    transition: transform 0.5s ease, opacity 0.5s ease;
    text-align: center;
    color: #ffffff;
    z-index: 2;
    font-size: calc(31px * 1.2);
    opacity: 1;
    transform: translateY(0);
}.about_this_a h4::after {
    transform: translateX(-50%);
    bottom: -15px;
    left: 50%;
    height: 4px;
    background: linear-gradient(90deg, rgb(135,131,170), rgb(174,175,204));
    position: absolute;
    width: 80px;
    content: "";
}.about_this_a .container {
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
}.about_this_a .text_wrap_Z {
    background: rgba(255, 255, 255, 0.92);
    border-left: 5px solid rgb(174,175,204);
    opacity: 1;
    transform: translateY(0);
    transition: transform 0.5s ease 0.2s, opacity 0.5s ease 0.2s;
    padding: 40px 50px;
    backdrop-filter: blur(10px);
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}.about_this_a .text_wrap_Z::before {
    top: 0;
    background: linear-gradient(90deg, transparent, rgb(135,131,170));
    right: 0;
    content: "";
    position: absolute;
    width: 30%;
    height: 5px;
}.about_this_a .text_wrap_Z::after {
    height: 2px;
    width: 50%;
    bottom: 0;
    right: 0;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(174,175,204,0.5));
}.about_this_a .text_wrap_Z h6 {
    display: inline-block;
    margin-bottom: 25px;
    font-weight: 700;
    font-size: calc(22px * 1.2);
    color: rgb(174,175,204);
    position: relative;
}.about_this_a .text_wrap_Z h6::after {
    content: "";
    width: 100%;
    background: rgb(135,131,170,0.5);
    height: 2px;
    transform: scaleX(0.3);
    position: absolute;
    transform-origin: left;
    bottom: -10px;
    left: 0;
    transition: transform 0.5s ease;
}.about_this_a .text_wrap_Z:hover h6::after {
    transform: scaleX(1);
}.about_this_a .text_wrap_Z div {
    position: relative;
}.about_this_a .text_wrap_Z span {
    color: #000000;
    text-align: justify;
    column-gap: 30px;
    display: block;
    line-height: 1.8;
    column-count: 2;
    font-family: Arial, sans-serif;
    font-size: 13px;
    hyphens: auto;
}


@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.05);
    }
}


@media screen and (max-width: 1200px) {.about_this_a {
    padding: 100px 0;
}.about_this_a .text_wrap_Z {
    padding: 35px 40px;
}
}

@media screen and (max-width: 992px) {.about_this_a {
    padding: 80px 0;
}.about_this_a h4 {
    margin-bottom: 50px;
    font-size: calc(31px * 1.1);
}.about_this_a .text_wrap_Z {
    padding: 30px 35px;
}.about_this_a .text_wrap_Z h6 {
    font-size: 22px;
}
}

@media screen and (max-width: 768px) {.about_this_a {
    padding: 70px 0;
}.about_this_a h4 {
    margin-bottom: 40px;
    font-size: 31px;
}.about_this_a h4::after {
    height: 3px;
    width: 60px;
}.about_this_a .text_wrap_Z {
    padding: 25px 30px;
}.about_this_a .text_wrap_Z span {
    font-size: calc(13px - 1px);
    line-height: 1.7;
    column-count: 1;
}
}

@media screen and (max-width: 576px) {.about_this_a {
    padding: 60px 0;
}.about_this_a h4 {
    margin-bottom: 35px;
    font-size: calc(31px * 0.9);
}.about_this_a h4::after {
    width: 50px;
}.about_this_a .text_wrap_Z {
    padding: 20px 25px;
    border-left-width: 3px;
}.about_this_a .text_wrap_Z h6 {
    font-size: calc(22px * 0.9);
    margin-bottom: 20px;
}.about_this_a .text_wrap_Z span {
    font-size: calc(13px - 2px);
    line-height: 1.6;
}
}

@media (hover: hover) and (pointer: fine) {.about_this_a .text_wrap_Z:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}}.education_experience_N {
    padding: 60px 30px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(214,214,228) 0%, rgb(174,175,204,0.5) 100%);
    min-height: 400px;
}.education_experience_N::before {
    content: "";
    animation: float 8s ease-in-out infinite;
    width: 200px;
    position: absolute;
    right: -50px;
    border-radius: 50%;
    background: rgb(135,131,170,0.5);
    height: 200px;
    z-index: 0;
    filter: blur(40px);
    top: -50px;
}.education_experience_N::after {
    position: absolute;
    bottom: -30px;
    content: "";
    filter: blur(30px);
    left: -30px;
    border-radius: 50%;
    height: 150px;
    width: 150px;
    z-index: 0;
    animation: float 6s ease-in-out infinite reverse;
    background: rgb(174,175,204,0.5);
}.education_experience_N .feedback_slider_h {
    display: flex;
    flex-wrap: wrap;
    transform: rotate(-3deg);
    z-index: 1;
    gap: 30px;
    transition: all 0.5s ease;
    flex-direction: row;
    position: relative;
}.education_experience_N .feedback_slider_h:hover {
    transform: rotate(0deg) scale(1.02);
}.education_experience_N .img_fluid_F {
    box-shadow: 15px 15px 0 rgb(135,131,170,0.5);
    height: 350px;
    transform: translateY(20px);
    clip-path: polygon(0 0, 100% 10%, 85% 100%, 0% 90%);
    position: relative;
    width: 280px;
    border-radius: 15px;
    transition: all 0.4s ease;
}.education_experience_N .feedback_slider_h:hover .img_fluid_F {
    transform: translateY(0);
    box-shadow: 20px 20px 0 rgb(135,131,170);
}.education_experience_N .exp_content_4 {
    position: relative;
    padding: 30px;
    flex: 1;
    justify-content: center;
    border-radius: 15px;
    transition: all 0.4s ease;
    transform: translateX(-30px) rotate(3deg);
    flex-direction: column;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    min-width: 280px;
    display: flex;
}.education_experience_N .feedback_slider_h:hover .exp_content_4 {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateX(0) rotate(0deg);
}.education_experience_N .name {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 33px;
    position: relative;
    color: rgb(174,175,204);
    padding-bottom: 15px;
}.education_experience_N .name::after {
    content: "";
    bottom: 0;
    position: absolute;
    height: 4px;
    left: 0;
    background: linear-gradient(90deg, rgb(135,131,170) 0%, transparent 100%);
    width: 60px;
    border-radius: 2px;
}.education_experience_N .exp_content_4 > div:nth-child(2) {
    margin-bottom: 20px;
    opacity: 0.8;
    font-size: 12px;
    color: #000000;
    font-weight: 600;
}.education_experience_N .job_content_v {
    border-left: 3px solid rgb(135,131,170,0.5);
    font-size: calc(12px + 2px);
    color: #000000;
    position: relative;
    line-height: 1.6;
    font-style: italic;
    padding-left: 20px;
}.education_experience_N .job_content_v::before {
    font-size: 80px;
    color: rgb(174,175,204);
    top: -20px;
    position: absolute;
    content: "";
    opacity: 0.1;
    left: -15px;
    font-family: Arial, sans-serif;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.1);
    }
}

@media (max-width: 991px) {.education_experience_N {
    padding: 40px 20px;
}.education_experience_N .feedback_slider_h {
    gap: 20px;
    flex-direction: column;
}.education_experience_N .img_fluid_F {
    margin: 0 auto;
    transform: translateY(0) rotate(-3deg);
    height: 280px;
    width: 220px;
}.education_experience_N .exp_content_4 {
    transform: translateX(0) rotate(0);
    margin-top: -30px;
}.education_experience_N .feedback_slider_h:hover .img_fluid_F {
    transform: translateY(-10px) rotate(0);
}
}

@media (max-width: 767px) {.education_experience_N {
    padding: 30px 15px;
}.education_experience_N .img_fluid_F {
    width: 180px;
    height: 220px;
}.education_experience_N .exp_content_4 {
    padding: 20px;
}.education_experience_N .name {
    font-size: calc(33px - 4px);
}.education_experience_N .job_content_v {
    font-size: 12px;
}}.program_offerings_P {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background-color: rgb(214,214,228);
}.program_offerings_P::before {
    top: 0;
    position: absolute;
    height: 100%;
    content: "";
    z-index: 1;
    left: 0;
    background: linear-gradient(45deg, rgb(174,175,204,0.5) 0%, transparent 50%, rgb(135,131,170,0.5) 100%);
    width: 100%;
}.program_offerings_P::after {
    content: "";
    right: -100px;
    background: radial-gradient(circle, rgb(135,131,170,0.5) 0%, transparent 80%);
    position: absolute;
    z-index: 1;
    animation: rotate 20s linear infinite;
    height: 400px;
    top: -100px;
    border-radius: 50%;
    width: 400px;
}.program_offerings_P .container {
    z-index: 2;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
}.program_offerings_P .job_success_k {
    gap: 40px;
    position: relative;
    grid-template-columns: 1fr;
    display: grid;
}.program_offerings_P .text_wrap_Z {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    display: grid;
    gap: 30px;
}.program_offerings_P .text_wrap_Z h2 {
    border-left: 4px solid rgb(174,175,204);
    padding-left: 20px;
    margin-bottom: 20px;
    color: #000000;
    position: relative;
    font-size: 35px;
    font-weight: 700;
    grid-column: 1 / -1;
}.program_offerings_P .description {
    border-radius: 27px;
    line-height: 1.8;
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    font-size: 18px;
    backdrop-filter: blur(10px);
    color: #000000;
    padding: 30px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}.program_offerings_P .description:first-of-type {
    overflow: hidden;
    position: relative;
}.program_offerings_P .description:first-of-type::before {
    content: "";
    top: -10px;
    z-index: -1;
    height: 40px;
    left: -10px;
    position: absolute;
    background-color: rgb(174,175,204,0.5);
    width: 40px;
    border-radius: 50%;
}.program_offerings_P .description:last-of-type {
    overflow: hidden;
    position: relative;
}.program_offerings_P .description:last-of-type::before {
    z-index: -1;
    content: "";
    bottom: -10px;
    position: absolute;
    border-radius: 50%;
    width: 40px;
    right: -10px;
    height: 40px;
    background-color: rgb(135,131,170,0.5);
}.program_offerings_P .description:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}.program_offerings_P .img_fluid_F {
    overflow: hidden;
    border-radius: 27px;
    transform: perspective(1000px) rotateX(2deg);
    margin: 40px 0;
    height: 400px;
    transition: transform 0.5s ease;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}.program_offerings_P .img_fluid_F::before {
    position: absolute;
    z-index: 1;
    top: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, transparent 40%);
    left: 0;
    right: 0;
    content: "";
    bottom: 0;
}.program_offerings_P .img_fluid_F::after {
    filter: blur(10px);
    position: absolute;
    height: 10px;
    animation: glow 4s infinite alternate;
    border-radius: 50%;
    top: -20px;
    background: rgb(174,175,204);
    transform: translateX(-50%);
    width: 90%;
    opacity: 0.7;
    content: "";
    left: 50%;
}.program_offerings_P .img_fluid_F:hover {
    transform: perspective(1000px) rotateX(0deg);
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes glow {
    0% {
        opacity: 0.5;
        width: 90%;
    }
    100% {
        opacity: 0.8;
        width: 95%;
    }
}

@media screen and (max-width: 1024px) {.program_offerings_P {
    padding: 80px 0;
}.program_offerings_P .img_fluid_F {
    height: 350px;
    margin: 30px 0;
}
}

@media screen and (max-width: 768px) {.program_offerings_P {
    padding: 60px 0;
}.program_offerings_P .text_wrap_Z {
    grid-template-columns: 1fr;
    gap: 20px;
}.program_offerings_P .description {
    padding: 25px;
}.program_offerings_P .img_fluid_F {
    margin: 25px 0;
    height: 300px;
}.program_offerings_P h2 {
    font-size: calc(35px * 0.9);
}
}

@media screen and (max-width: 480px) {.program_offerings_P {
    padding: 40px 0;
}.program_offerings_P .job_success_k {
    gap: 30px;
}.program_offerings_P .text_wrap_Z h2 {
    font-size: calc(35px * 0.8);
    padding-left: 15px;
}.program_offerings_P .description {
    padding: 20px;
    font-size: calc(18px * 0.95);
}.program_offerings_P .img_fluid_F {
    transform: perspective(1000px) rotateX(0deg);
    height: 250px;
    margin: 20px 0;
}
}