* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}.core-container_j {
    min-height: 100%;
    flex-direction: column;
    height: 100%;
    display: flex;
}svg {
    height: 30px;
    width: 30px;
}a {
    color: inherit;
    text-decoration: none;
}.mod_tools_B {
    flex: 0 0 auto;
}html,body {
    min-height: 100%;
    height: 100%;
    scroll-behavior: auto;
    font-family: Arial, sans-serif;
    color: #000000;
}::-webkit-scrollbar {
    width: thin;
}::-webkit-scrollbar-track {
    background: linear-gradient(239deg, #ffffff 64%, rgb(255, 255, 255, 0.5) 55%, rgb(121,122,121) 41%, rgb(121,122,121,0.5) 100%, rgb(163,164,162) 47%, rgb(163,164,162,0.5) 54%, rgb(200,198,184) 57%);
    box-shadow: inset 5px 0px 14px 7px rgba(0, 0, 0, 0.4);
}::-webkit-scrollbar-thumb {
    border-radius: 15.2em;
    background: linear-gradient(45deg, rgb(163,164,162,0.5) 25%, transparent 25%), linear-gradient(-45deg, rgb(163,164,162,0.5) 25%, transparent 25%), linear-gradient(45deg, transparent 75%, rgb(163,164,162,0.5) 75%), linear-gradient(-45deg, transparent 75%, rgb(163,164,162,0.5) 75%);
    box-shadow: 3px -3px 5px 2px rgba(0, 0, 0, 0.5);
    min-height: 46px;
}::-webkit-scrollbar-thumb:hover {
    box-shadow: -4px -2px 13px 7px rgba(0, 0, 0, 0.6);
    background: rgb(163,164,162);
}::-webkit-scrollbar-corner {
    border: 1px dotted rgb(121,122,121);
    background: rgb(163,164,162);
    border-radius: 8px;
}html {
    scrollbar-color: rgb(121,122,121) rgb(163,164,162);
    scrollbar-width: none;
}
@media (max-width: 768px) {::-webkit-scrollbar {
    width: 2px;
}::-webkit-scrollbar-thumb {
    background: rgb(163,164,162);
}}

header,footer {
    width: 100%;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1158px;
}.top_mentor_K {
    flex: 1 0 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;
}}
.course_offering_A {
    background: linear-gradient(135deg, rgb(200,198,184), #ffffff 80%);
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
}.course_offering_A::before {
    background: rgb(121,122,121,0.5);
    filter: blur(40px);
    height: 250px;
    position: absolute;
    border-radius: 50%;
    opacity: 0.15;
    right: -50px;
    width: 250px;
    content: "";
    transform: translateZ(0);
    top: -50px;
}.course_offering_A::after {
    background: linear-gradient(90deg, transparent, rgb(121,122,121), transparent);
    content: "";
    left: 0;
    bottom: 0;
    opacity: 0.6;
    height: 3px;
    width: 100%;
    position: absolute;
}.course_offering_A .container {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 2;
    position: relative;
}.course_offering_A h2 {
    line-height: 1.3;
    margin-bottom: 3rem;
    max-width: 90%;
    color: #000000;
    display: inline-block;
    transform: translateX(10px);
    font-weight: 700;
    position: relative;
    font-size: 28px;
}.course_offering_A h2::before {
    transform: scaleY(0.9);
    content: "";
    width: 4px;
    left: -10px;
    transition: transform 0.3s ease;
    background: rgb(121,122,121);
    height: 100%;
    position: absolute;
    top: 0;
}.course_offering_A h2:hover::before {
    transform: scaleY(1.1);
}.course_offering_A .learn_development_T {
    gap: 2.5rem;
    grid-template-columns: 1fr;
    transform: translateZ(0);
    display: grid;
}.course_offering_A .pic_border_c {
    position: relative;
    border-radius: 10px;
    transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transform: translateZ(0) perspective(1000px) rotateY(2deg);
    height: 300px;
}.course_offering_A .pic_border_c:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateZ(0) perspective(1000px) rotateY(0deg) translateY(-5px);
}.course_offering_A .pic_border_c::after {
    opacity: 0;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.05), rgba(0,0,0,0.2));
    transition: opacity 0.5s ease;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    height: 100%;
}.course_offering_A .pic_border_c:hover::after {
    opacity: 1;
}.course_offering_A .content_frame_A {
    padding: 2.5rem;
    transition: transform 0.3s ease;
    position: relative;
    overflow: hidden;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
}.course_offering_A .content_frame_A::before {
    top: 0;
    background: linear-gradient(90deg, rgb(163,164,162), rgb(121,122,121));
    height: 5px;
    width: 100%;
    position: absolute;
    transform: scaleX(0.97);
    left: 0;
    content: "";
    transition: transform 0.5s ease;
}.course_offering_A .content_frame_A:hover::before {
    transform: scaleX(1);
}.course_offering_A .description {
    line-height: 1.75;
    position: relative;
    margin-bottom: 1.5rem;
    opacity: 0.9;
    font-size: 13px;
    transition: opacity 0.3s ease;
    color: #000000;
}.course_offering_A .description:last-child {
    margin-bottom: 0;
}.course_offering_A .description:hover {
    opacity: 1;
}.course_offering_A .description:first-of-type::first-letter {
    font-size: 1.5em;
    color: rgb(121,122,121);
    font-weight: 700;
}

@media (min-width: 768px) {.course_offering_A {
    padding: 8rem 0;
}.course_offering_A .learn_development_T {
    gap: 3rem;
    align-items: start;
    grid-template-columns: 1fr 1.5fr;
}.course_offering_A h2 {
    margin-bottom: 4rem;
    font-size: calc(28px * 1.1);
    max-width: 80%;
}.course_offering_A .pic_border_c {
    height: 100%;
    min-height: 500px;
}.course_offering_A .content_frame_A {
    padding: 3rem;
    overflow-y: auto;
    max-height: 600px;
}.course_offering_A .content_frame_A::-webkit-scrollbar {
    width: 8px;
}.course_offering_A .content_frame_A::-webkit-scrollbar-track {
    background: rgba(0,0,0,0.03);
    border-radius: 10px;
}.course_offering_A .content_frame_A::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(121,122,121,0.5);
}.course_offering_A .content_frame_A::-webkit-scrollbar-thumb:hover {
    background: rgb(121,122,121);
}
}

@media (min-width: 992px) {.course_offering_A h2 {
    font-size: calc(28px * 1.2);
    max-width: 70%;
}.course_offering_A .learn_development_T {
    grid-template-columns: 0.8fr 1.2fr;
    gap: 4rem;
}.course_offering_A .pic_border_c {
    transform: translateZ(0) perspective(1200px) rotateY(4deg);
}.course_offering_A .content_frame_A {
    max-height: 650px;
    padding: 3.5rem;
    transform: translateZ(0) perspective(1200px) rotateY(-2deg);
}.course_offering_A .content_frame_A:hover {
    transform: translateZ(0) perspective(1200px) rotateY(0deg);
}.course_offering_A .description {
    line-height: 1.8;
}
}

@media (min-width: 1200px) {.course_offering_A {
    padding: 10rem 0;
}.course_offering_A .container {
    padding: 0 30px;
}.course_offering_A h2 {
    margin-bottom: 5rem;
    font-size: calc(28px * 1.3);
}.course_offering_A .learn_development_T {
    grid-template-columns: 0.7fr 1.3fr;
    gap: 5rem;
}.course_offering_A .pic_border_c {
    min-height: 600px;
}.course_offering_A .content_frame_A {
    max-height: 700px;
    padding: 4rem;
}
}

@media (max-width: 767px) {.course_offering_A {
    padding: 4rem 0;
}.course_offering_A h2 {
    margin-bottom: 2rem;
    font-size: calc(28px * 0.9);
}.course_offering_A .pic_border_c {
    height: 250px;
}.course_offering_A .content_frame_A {
    padding: 1.5rem;
}.course_offering_A .description {
    line-height: 1.6;
    font-size: calc(13px * 0.95);
}
}

@media (max-width: 480px) {.course_offering_A {
    padding: 3rem 0;
}.course_offering_A h2 {
    max-width: 100%;
    font-size: calc(28px * 0.8);
}.course_offering_A .pic_border_c {
    height: 200px;
}.course_offering_A .content_frame_A {
    padding: 1.25rem;
}.course_offering_A .description {
    line-height: 1.5;
    font-size: calc(13px * 0.9);
}}header .top_plank {
    color:  #ffffff;
    background: rgb(163,164,162);
}header .top_plank .learning_plank_c div svg, header .top_plank .learning_plank_c div svg path {
    fill: #ffffff;
}header .top_plank .learning_plank_c div span {
    color: #ffffff;
}header .top_plank .learning_plank_c {
    display: flex;
    line-height: 21px;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
    padding: 15px 0 10px 0;
    justify-content: flex-start;
    font-size: 14px;
}header .top_plank .learning_plank_c div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-right: 24px;
}header .top_plank .learning_plank_c div img, header .top_plank .learning_plank_c div svg {
    height: 16px;
    margin-right: 8px;
    width: 16px;
}.tySpot_y {
    background: linear-gradient(135deg, rgb(121,122,121,0.5) 0%, rgb(163,164,162,0.5) 40%, rgb(200,198,184) 100%);
    overflow: hidden;
    padding: 7rem 0;
    position: relative;
    perspective: 1000px;
}.tySpot_y::before {
    width: 200%;
    position: absolute;
    animation: rotateGradient 30s infinite linear;
    top: -50%;
    left: -50%;
    background: radial-gradient(circle at center, rgb(163,164,162,0.5) 0%, transparent 70%);
    height: 200%;
    content: "";
    opacity: 0.2;
}.tySpot_y::after {
    position: absolute;
    pointer-events: none;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(121,122,121,0.5) 0%, transparent 8%),
        radial-gradient(circle at 80% 70%, rgb(121,122,121,0.5) 0%, transparent 6%),
        radial-gradient(circle at 40% 80%, rgb(163,164,162,0.5) 0%, transparent 5%),
        radial-gradient(circle at 65% 25%, rgb(163,164,162,0.5) 0%, transparent 7%);
    content: "";
    inset: 0;
}.tySpot_y .container {
    position: relative;
    transform-style: preserve-3d;
    z-index: 2;
}.tySpot_y .learning_corner_V {
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    backdrop-filter: blur(10px);
    transform: translateZ(0);
    display: flex;
    gap: 2.5rem;
    position: relative;
    background: rgba(255, 255, 255, 0.85);
    padding: 3rem;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.3);
    flex-direction: column;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05);
}.tySpot_y .learning_corner_V::before {
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.2) 50%,
        transparent 100%
    );
    position: absolute;
    top: 0;
    pointer-events: none;
    content: "";
    left: -100%;
    width: 100%;
    animation: shimmer 4s infinite;
}.tySpot_y .learning_corner_V:hover {
    transform: translateZ(20px) scale(1.01);
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.2),
        0 10px 25px rgba(0, 0, 0, 0.08);
}.tySpot_y .learning_corner_V > div:first-child {
    position: relative;
    animation: slideInLeft 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards 0.2s;
    opacity: 0;
    transform: translateX(-2rem);
}.tySpot_y .learning_corner_V > div:last-child {
    animation: slideInUp 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards 0.5s;
    opacity: 0;
    position: relative;
    transform: translateY(2rem);
}.tySpot_y h5 {
    color: rgb(163,164,162);
    font-weight: 700;
    padding-bottom: 1rem;
    font-size: calc(20px * 1.1);
    letter-spacing: 0.02em;
    position: relative;
    display: inline-block;
    margin-bottom: 1rem;
}.tySpot_y h5::after {
    height: 3px;
    bottom: 0;
    position: absolute;
    content: "";
    width: 0;
    left: 0;
    background: linear-gradient(90deg, rgb(163,164,162) 0%, rgb(121,122,121) 100%);
    animation: lineGrow 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards 1s;
}.tySpot_y p {
    position: relative;
    margin: 0;
    color: #000000;
    z-index: 1;
    font-size: 14px;
    line-height: 1.7;
    transition: color 0.3s ease, transform 0.3s ease;
}.tySpot_y a {
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    display: block;
    border-radius: 6px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.7);
    overflow: hidden;
    text-decoration: none;
    backdrop-filter: blur(5px);
}.tySpot_y a::before {
    transition: opacity 0.4s ease;
    content: "";
    background: linear-gradient(135deg, rgb(163,164,162,0.5) 0%, transparent 100%);
    inset: 0;
    opacity: 0;
    position: absolute;
    z-index: -1;
}.tySpot_y a:hover {
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}.tySpot_y a:hover::before {
    opacity: 0.15;
}.tySpot_y a:hover p {
    transform: translateY(-3px);
    color: #000000;
}.tySpot_y a::after {
    width: 100%;
    height: 3px;
    bottom: 0;
    content: "";
    left: 0;
    transform: scaleX(0);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    background: linear-gradient(90deg, rgb(121,122,121) 0%, rgb(163,164,162) 100%);
    transform-origin: left;
    position: absolute;
}.tySpot_y a:hover::after {
    transform: scaleX(1);
}

@keyframes slideInLeft {
    from {
        transform: translateX(-2rem);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideInUp {
    from {
        transform: translateY(2rem);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes lineGrow {
    from {
        width: 0;
    }
    to {
        width: 60%;
    }
}

@keyframes shimmer {
    0% {
        left: -100%;
    }
    20%, 100% {
        left: 100%;
    }
}

@keyframes rotateGradient {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 991px) {.tySpot_y {
    padding: 5rem 0;
}.tySpot_y .learning_corner_V {
    padding: 2.5rem;
    gap: 2rem;
}.tySpot_y h5 {
    font-size: 20px;
}.tySpot_y p {
    line-height: 1.6;
    font-size: calc(14px * 0.95);
}
}

@media (max-width: 767px) {.tySpot_y {
    padding: 4rem 0;
}.tySpot_y .learning_corner_V {
    padding: 2rem;
    gap: 1.5rem;
}.tySpot_y h5 {
    font-size: calc(20px * 0.9);
}.tySpot_y h5::after {
    height: 2px;
}.tySpot_y a {
    padding: 1.2rem;
}
}

@media (max-width: 575px) {.tySpot_y {
    padding: 3rem 0;
}.tySpot_y .learning_corner_V {
    gap: 1.2rem;
    padding: 1.5rem;
}.tySpot_y h5 {
    font-size: calc(20px * 0.85);
    padding-bottom: 0.75rem;
}.tySpot_y p {
    line-height: 1.5;
    font-size: calc(14px * 0.9);
}.tySpot_y a {
    padding: 1rem;
}.tySpot_y a:hover {
    transform: translateY(-3px);
}
}

@media (hover: none) {.tySpot_y .learning_corner_V:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1),
                   0 0 0 1px rgba(255, 255, 255, 0.1),
                   0 5px 15px rgba(0, 0, 0, 0.05);
    transform: none;
}.tySpot_y a:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transform: none;
}.tySpot_y a:hover p {
    transform: none;
}}.title_screen_S {
    background: linear-gradient(145deg, rgb(200,198,184) 0%, rgba(94,170,168,0.1) 100%);
    position: relative;
    overflow: hidden;
    padding: 3rem 1rem;
}.title_screen_S::before {
    position: absolute;
    right: 0;
    content: "";
    left: 0;
    z-index: 0;
    bottom: 0;
    top: 0;
    background-image: 
        repeating-linear-gradient(45deg, rgba(94,170,168,0.03) 0px, rgba(94,170,168,0.03) 2px, transparent 2px, transparent 10px),
        repeating-linear-gradient(135deg, rgba(94,170,168,0.03) 0px, rgba(94,170,168,0.03) 2px, transparent 2px, transparent 10px);
    pointer-events: none;
}.title_screen_S h1 {
    font-size: 19px;
    opacity: 0;
    color: rgb(163,164,162);
    text-align: center;
    position: relative;
    margin-bottom: 2rem;
    font-family: Arial, sans-serif;
    transform: translateY(0);
    animation: fadeInDown 0.8s 0.3s forwards;
    font-weight: 600;
}@keyframes fadeInDown {
    from {
        transform: translateY(-20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.title_screen_S .learning_corner_V {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}.title_screen_S .content_frame_A {
    padding: 0 1rem;
    order: 2;
}.title_screen_S .pic_border_c {
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    border-radius: 16px;
    height: 250px;
    animation: fadeInUp 0.8s 0.5s forwards;
    order: 1;
    opacity: 0;
    overflow: hidden;
    position: relative;
    transform: translateY(20px);
}@keyframes fadeInUp {
    from {
        transform: translateY(20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.title_screen_S .pic_border_c::after {
    bottom: 0;
    left: 0;
    content: "";
    right: 0;
    top: 0;
    position: absolute;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(94,170,168,0.2), transparent 30%, transparent 70%, rgba(94,170,168,0.4));
    mix-blend-mode: overlay;
}.title_screen_S ol {
    list-style: none;
    display: flex;
    gap: 1.5rem;
    flex-direction: column;
    margin: 0;
    padding: 0;
}.title_screen_S li {
    opacity: 0;
    animation: fadeInRight 0.8s 0.7s forwards;
    transform: translateX(-10px);
}.title_screen_S li:nth-child(2) {
    animation-delay: 0.9s;
}@keyframes fadeInRight {
    from {
        transform: translateX(-10px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.title_screen_S .start_learn_I {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 1rem;
}.title_screen_S svg {
    transform-origin: center;
    animation: pulse 3s infinite alternate ease-in-out;
    filter: drop-shadow(0 5px 10px rgba(94,170,168,0.3));
    width: 80px;
    height: 80px;
}@keyframes pulse {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.05);
    }
}

.title_screen_S svg path {
    fill: rgb(163,164,162);
    transition: fill 0.3s ease;
}.title_screen_S svg text {
    font-family: Arial, sans-serif;
    fill: rgb(163,164,162);
}.title_screen_S .start_learn_I p {
    margin: 0;
    font-family: Arial, sans-serif;
    color: #000000;
    max-width: 600px;
    font-size: 16px;
    text-align: center;
    line-height: 1.6;
}.title_screen_S .inquiry_card_c {
    box-shadow: 0 10px 20px rgba(94,170,168,0.2);
    text-align: center;
    text-decoration: none;
    padding: 0.8rem 2rem;
    font-weight: 600;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    z-index: 1;
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, rgb(163,164,162) 0%, rgb(121,122,121) 100%);
    display: inline-block;
    font-size: 20px;
    color: #ffffff;
}.title_screen_S .inquiry_card_c::before {
    transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    height: 100%;
    background: linear-gradient(135deg, rgb(121,122,121) 0%, rgb(163,164,162) 100%);
    position: absolute;
    content: "";
    width: 100%;
    opacity: 0;
    top: 0;
    z-index: -1;
    left: 0;
}.title_screen_S .inquiry_card_c:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 25px rgba(94,170,168,0.3);
}.title_screen_S .inquiry_card_c:hover::before {
    opacity: 1;
}.title_screen_S .inquiry_card_c:active {
    transform: translateY(0);
    box-shadow: 0 5px 10px rgba(94,170,168,0.2);
}

@media (min-width: 768px) {.title_screen_S {
    padding: 5rem 2rem;
}.title_screen_S h1 {
    margin-bottom: 3rem;
    font-size: calc(19px * 1.2);
}.title_screen_S .learning_corner_V {
    flex-direction: row;
    align-items: center;
    gap: 3rem;
}.title_screen_S .content_frame_A {
    flex: 1;
    order: 1;
    padding: 0;
}.title_screen_S .pic_border_c {
    order: 2;
    flex: 1;
    height: 400px;
}.title_screen_S svg {
    width: 100px;
    height: 100px;
}.title_screen_S .start_learn_I {
    align-items: flex-start;
}.title_screen_S .start_learn_I p {
    text-align: left;
    font-size: calc(16px * 1.1);
}
}

@media (min-width: 992px) {.title_screen_S {
    padding: 6rem 3rem;
}.title_screen_S::before {
    background-image: 
            repeating-linear-gradient(45deg, rgba(94,170,168,0.03) 0px, rgba(94,170,168,0.03) 2px, transparent 2px, transparent 15px),
            repeating-linear-gradient(135deg, rgba(94,170,168,0.03) 0px, rgba(94,170,168,0.03) 2px, transparent 2px, transparent 15px);
}.title_screen_S .learning_corner_V {
    gap: 5rem;
}.title_screen_S .pic_border_c {
    transition: transform 0.5s ease;
    height: 450px;
    transform: perspective(1000px) rotateY(-5deg);
}.title_screen_S .pic_border_c:hover {
    transform: perspective(1000px) rotateY(0);
}.title_screen_S h1 {
    font-size: calc(19px * 1.4);
}.title_screen_S svg {
    width: 120px;
    height: 120px;
}.title_screen_S .start_learn_I p {
    font-size: calc(16px * 1.2);
}.title_screen_S .inquiry_card_c {
    font-size: calc(20px * 1.1);
    padding: 1rem 2.5rem;
}
}

@media (min-width: 1200px) {.title_screen_S {
    padding: 8rem 5rem;
}.title_screen_S .learning_corner_V {
    gap: 8rem;
    margin: 0 auto;
    max-width: 1400px;
}.title_screen_S .pic_border_c {
    height: 500px;
}.title_screen_S h1 {
    font-size: calc(19px * 1.5);
}.title_screen_S .start_learn_I p {
    max-width: 700px;
    font-size: calc(16px * 1.3);
}}.data_statistics_h {
    color: #ffffff;
    padding: 130px 0 160px;
    position: relative;
    isolation: isolate;
    overflow: hidden;
}.data_statistics_h::before {
    width: 100%;
    content: '';
    height: 100%;
    top: 0;
    opacity: 0.92;
    z-index: -3;
    background-color: #000000;
    position: absolute;
    left: 0;
}.data_statistics_h::after {
    z-index: -2;
    height: 100%;
    opacity: 0.4;
    left: 0;
    top: 0;
    content: '';
    background: radial-gradient(ellipse at bottom right, rgb(163,164,162,0.5) 0%, transparent 60%),
                radial-gradient(ellipse at top left, rgb(121,122,121,0.5) 0%, transparent 60%);
    width: 100%;
    position: absolute;
}.data_statistics_h .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}.data_statistics_h .gain_study_N {
    flex-direction: column;
    display: flex;
    z-index: 1;
    position: relative;
}.data_statistics_h .statistics_expert_d {
    position: relative;
    z-index: 2;
}.data_statistics_h .statistics_expert_d svg {
    filter: drop-shadow(0 0 15px rgb(163,164,162,0.5));
    fill: rgb(163,164,162);
    height: 100px;
    width: 100px;
}.data_statistics_h .statistics_expert_d svg path {
    fill: rgb(163,164,162);
    stroke: #ffffff;
    stroke-width: 0.5;
}.data_statistics_h .statistics_expertise_R {
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    color: #ffffff;
    position: relative;
    font-size: 34px;
    margin-bottom: 20px;
    font-weight: 700;
    padding-bottom: 20px;
}.data_statistics_h .statistics_expertise_R::after {
    left: 0;
    position: absolute;
    background: linear-gradient(to right, rgb(163,164,162), rgb(121,122,121));
    bottom: 0;
    width: 60px;
    border-radius: 3px;
    height: 3px;
    content: '';
}.data_statistics_h .expert_statistics_Y {
    line-height: 1.7;
    opacity: 0.9;
    max-width: 90%;
    font-size: 14px;
    position: relative;
    margin-bottom: 0;
    color: #ffffff;
}.data_statistics_h .study_statistics_C {
    position: relative;
    z-index: 2;
    flex-wrap: wrap;
    display: flex;
}.data_statistics_h .statistics_zone_G {
    overflow: hidden;
    margin: 10px;
    border-radius: 30px 30px 30px 0;
    transition: all 0.4s ease;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
    backdrop-filter: blur(5px);
    flex: 1 1 calc(25% - 20px);
    transform: translateY(0);
    padding: 30px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    min-width: 220px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
}.data_statistics_h .statistics_zone_G:nth-child(even) {
    border-radius: 30px 30px 0 30px;
}.data_statistics_h .statistics_zone_G:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}.data_statistics_h .statistics_zone_G::before {
    position: absolute;
    right: -50px;
    background: linear-gradient(to right, rgb(163,164,162,0.5), transparent);
    height: 100px;
    transition: all 0.4s ease;
    content: '';
    width: 100px;
    border-radius: 50%;
    top: -50px;
    opacity: 0.2;
}.data_statistics_h .statistics_zone_G:hover::before {
    transform: scale(1.2);
    opacity: 0.4;
}.data_statistics_h .statistics_advantages_B {
    margin-bottom: 20px;
}.data_statistics_h .statistics_advantages_B svg {
    height: 40px;
    width: 40px;
    filter: drop-shadow(0 0 5px rgb(163,164,162,0.5));
    fill: rgb(163,164,162);
}.data_statistics_h .statistics_advantages_B svg path {
    fill: rgb(163,164,162);
    stroke-width: 0.5;
    stroke: #ffffff;
}.data_statistics_h .statistics_zone_G span {
    font-size: 23px;
    margin-bottom: 10px;
    display: block;
    color: #ffffff;
    position: relative;
    font-weight: 700;
}.data_statistics_h .statistics_zone_G p {
    line-height: 1.4;
    font-size: calc(14px * 0.9);
    margin: 0;
    opacity: 0.9;
    color: #ffffff;
}.data_statistics_h .study_statistics_C::after {
    position: absolute;
    opacity: 0.05;
    background: rgb(163,164,162,0.5);
    height: 120px;
    content: '';
    left: -10%;
    width: 120%;
    border-radius: 50%;
}.data_statistics_h .study_statistics_C::after {
    top: -70px;
    background: rgb(121,122,121,0.5);
}

@media screen and (max-width: 992px) {.data_statistics_h {
    padding: 100px 0 120px;
}.data_statistics_h .statistics_expertise_R {
    text-align: center;
}.data_statistics_h .statistics_expertise_R::after {
    transform: translateX(-50%);
    left: 50%;
}.data_statistics_h .expert_statistics_Y {
    text-align: center;
    max-width: 100%;
}
}

@media screen and (max-width: 768px) {.data_statistics_h {
    padding: 80px 0 100px;
}.data_statistics_h .statistics_expert_d svg {
    height: 80px;
    width: 80px;
}.data_statistics_h .statistics_expertise_R {
    font-size: calc(34px * 0.9);
    padding-bottom: 15px;
    margin-bottom: 15px;
}.data_statistics_h .expert_statistics_Y {
    font-size: calc(14px * 0.95);
}.data_statistics_h .statistics_zone_G {
    flex: 1 1 calc(50% - 20px);
    min-width: 200px;
}
}

@media screen and (max-width: 576px) {.data_statistics_h {
    padding: 60px 0 80px;
}.data_statistics_h .statistics_expert_d svg {
    height: 70px;
    width: 70px;
}.data_statistics_h .statistics_expertise_R {
    font-size: calc(34px * 0.8);
}.data_statistics_h .statistics_zone_G {
    flex: 1 1 100%;
    margin: 7px 0;
}.data_statistics_h .statistics_zone_G span {
    font-size: calc(23px * 0.95);
}}

.data_statistics_h .statistics_zone_G::after {
    height: 30px;
    left: -15px;
    opacity: 0.2;
    content: '';
    bottom: -15px;
    border-radius: 50%;
    transition: all 0.4s ease;
    background: linear-gradient(to right, rgb(121,122,121,0.5), transparent);
    position: absolute;
    width: 30px;
}.data_statistics_h .statistics_zone_G:hover::after {
    opacity: 0.4;
    transform: scale(1.2);
}.data_statistics_h .statistics_zone_G:nth-child(1) {
    transform: rotate(-2deg);
}.data_statistics_h .statistics_zone_G:nth-child(2) {
    transform: rotate(1deg);
}.data_statistics_h .statistics_zone_G:nth-child(3) {
    transform: rotate(-1deg);
}.data_statistics_h .statistics_zone_G:nth-child(4) {
    transform: rotate(2deg);
}.data_statistics_h .statistics_zone_G:hover {
    transform: translateY(-10px) rotate(0deg);
}.data_statistics_h .stat_item_inner {
    transform: rotate(0deg);
}.cookie_overlay_alert_U {
    width: 100%;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease-in-out;
    position: fixed;
    background: rgb(200,198,184);
    bottom: 0;
    border-top: 3px solid rgb(163,164,162);
    z-index: 90;
}.cookie_ack_h {
    padding: 20px 15px;
    margin: 0 auto;
    align-items: center;
    max-width: 1200px;
    justify-content: space-between;
    display: flex;
}.consent_ack_Q {
    margin-right: 15px;
    flex-shrink: 0;
}.consent_ack_Q svg {
    height: 60px;
    fill: rgb(163,164,162);
    transition: fill 0.3s ease;
    width: 60px;
}.consent_ack_Q svg:hover {
    fill: rgb(121,122,121);
}.privacy_switch_p {
    margin-right: 15px;
    color: #000000;
    flex-grow: 1;
}.cookie_overlay_alert_U h5 {
    color: rgb(163,164,162);
    font-family: Arial, sans-serif;
    font-weight: 600;
    font-size: 23px;
    margin-bottom: 8px;
}.cookie_overlay_alert_U p {
    font-family: Arial, sans-serif;
    font-size: 15px;
    line-height: 1.5;
    color: #000000;
}.cookie_confirm_R {
    border-radius: 20px;
    margin-left: 10px;
    color: #ffffff;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
    background: rgb(163,164,162);
    line-height: 35px;
    text-align: center;
    cursor: pointer;
    font-size: 19px;
    padding: 10px 20px;
}.cookie_confirm_R:hover {
    background: rgb(121,122,121);
    box-shadow: 0 0 10px rgb(121,122,121,0.5);
}#cookies_acceptance_approval_E {
    background: rgb(163,164,162);
}#declineCookiesPreference_B {
    background: rgba(0, 0, 0, 0.5);
}.cookie_overlay_alert_U p a {
    text-decoration: underline;
    transition: color 0.3s ease;
    color: rgb(163,164,162);
}.cookie_overlay_alert_U p a:hover {
    color: rgb(121,122,121);
}
@media only screen and (max-width: 1200px) {.cookie_ack_h {
    align-items: center;
    flex-direction: column;
}.consent_ack_Q {
    margin-bottom: 15px;
}.privacy_switch_p {
    margin-bottom: 15px;
    margin-right: 0;
    text-align: center;
}.cookie_confirm_R {
    margin-bottom: 10px;
    width: 100%;
    max-width: 200px;
    margin-left: 0;
}
}
@media only screen and (max-width: 800px) {.cookie_ack_h {
    padding: 15px;
}.consent_ack_Q {
    display: none;
}.cookie_overlay_alert_U h5 {
    font-size: 19px;
}.cookie_overlay_alert_U p {
    font-size: 15px;
}}
#cookie_modal_alert_j {
    display: none;
}#cookie_modal_alert_j:checked ~ .cookie_overlay_alert_U {
    opacity: 0;
    visibility: hidden;
}.our_story_N {
    padding: 100px 0;
    background: rgb(200,198,184);
    overflow: hidden;
    position: relative;
}.our_story_N::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    content: "";
    position: absolute;
    background: linear-gradient(120deg, rgb(163,164,162,0.5) 0%, transparent 30%),
                linear-gradient(240deg, rgb(121,122,121,0.5) 0%, transparent 30%);
}.our_story_N .container {
    padding: 0 20px;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
}.our_story_N h2 {
    text-align: center;
    margin-bottom: 60px;
    font-size: 37px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #000000;
    position: relative;
}.our_story_N h2::after {
    border-radius: 10px;
    position: absolute;
    height: 3px;
    background: linear-gradient(90deg, rgb(163,164,162), rgb(121,122,121));
    bottom: -15px;
    transform: translateX(-50%);
    left: 50%;
    content: "";
    width: 100px;
}.our_story_N .learning_classes_O {
    flex-direction: column;
    position: relative;
    gap: 30px;
    display: flex;
}.our_story_N .learning_tracks_X {
    background: rgba(255, 255, 255, 0.02);
    position: relative;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    border-left: 4px solid rgb(163,164,162);
    transition: all 0.3s ease;
}.our_story_N .learning_tracks_X:nth-child(2) {
    border-left-color: rgb(121,122,121);
}.our_story_N .learning_tracks_X::before {
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    width: 100%;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), transparent);
    z-index: -1;
    height: 100%;
}.our_story_N .learning_tracks_X::after {
    border: 2px solid rgb(163,164,162,0.5);
    height: 20px;
    top: 30px;
    width: 20px;
    content: "";
    position: absolute;
    animation: pulse 4s infinite;
    border-radius: 50%;
    right: 30px;
}.our_story_N .learning_tracks_X:nth-child(2)::after {
    border-color: rgb(121,122,121,0.5);
    animation-delay: 2s;
}@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.2;
    }
    100% {
        transform: scale(1);
        opacity: 0.5;
    }
}

.our_story_N .learning_tracks_X:hover {
    background: linear-gradient(to right, rgba(rgb(163,164,162,0.5), 0.03), rgba(255, 255, 255, 0.05));
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}.our_story_N .learning_tracks_X h3 {
    font-size: 23px;
    font-weight: 600;
    color: rgb(163,164,162);
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
}.our_story_N .learning_tracks_X:nth-child(2) h3 {
    color: rgb(121,122,121);
}.our_story_N .learning_tracks_X h3::before {
    left: 0;
    background: currentColor;
    content: "";
    width: 30px;
    position: absolute;
    bottom: -8px;
    transition: width 0.3s ease;
    height: 2px;
}.our_story_N .learning_tracks_X:hover h3::before {
    width: 100%;
}.our_story_N .learning_tracks_X p {
    color: #000000;
    line-height: 1.8;
    font-size: 17px;
    padding-left: 0;
    position: relative;
    transition: padding-left 0.3s ease;
}.our_story_N .learning_tracks_X:first-child {
    animation: slideIn 0.6s forwards 0.2s;
    transform: translateX(-20px);
    opacity: 0;
}.our_story_N .learning_tracks_X:last-child {
    animation: slideIn 0.6s forwards 0.5s;
    transform: translateX(-20px);
    opacity: 0;
}@keyframes slideIn {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.our_story_N::after {
    width: 100%;
    z-index: 1;
    background-size: 50px 50px;
    position: absolute;
    content: "";
    top: 0;
    background-image: 
        linear-gradient(to right, rgba(0, 0, 0, 0.5) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 1px, transparent 1px);
    height: 100%;
    left: 0;
    opacity: 0.03;
}.our_story_N .container::before,
.our_story_N .container::after {
    content: "";
    position: absolute;
    background: radial-gradient(circle, rgb(163,164,162,0.5) 0%, transparent 70%);
    width: 200px;
    z-index: -1;
    opacity: 0.2;
    border-radius: 50%;
    height: 200px;
}.our_story_N .container::before {
    right: -100px;
    top: -100px;
}.our_story_N .container::after {
    left: -100px;
    background: radial-gradient(circle, rgb(121,122,121,0.5) 0%, transparent 70%);
    bottom: -100px;
}

@media (max-width: 992px) {.our_story_N {
    padding: 80px 0;
}.our_story_N h2 {
    margin-bottom: 50px;
}.our_story_N .learning_tracks_X {
    padding: 30px;
}
}

@media (max-width: 768px) {.our_story_N {
    padding: 60px 0;
}.our_story_N h2 {
    margin-bottom: 40px;
    font-size: calc(37px * 0.9);
}.our_story_N .learning_tracks_X {
    padding: 25px;
}.our_story_N .learning_tracks_X h3 {
    font-size: calc(23px * 0.9);
    margin-bottom: 15px;
}
}

@media (max-width: 576px) {.our_story_N {
    padding: 40px 0;
}.our_story_N h2 {
    font-size: calc(37px * 0.8);
    margin-bottom: 30px;
}.our_story_N .learning_tracks_X {
    border-left-width: 3px;
    padding: 20px;
}.our_story_N .learning_tracks_X::after {
    width: 15px;
    height: 15px;
    right: 20px;
    top: 20px;
}.our_story_N .learning_tracks_X p {
    font-size: calc(17px * 0.95);
    line-height: 1.6;
}.our_story_N .container::before,
    .our_story_N .container::after {
    height: 150px;
    width: 150px;
}}footer {
    position: relative;
    z-index: 1;
}footer::before {
    content: "";
    position: absolute;
    z-index: -1;
    background: linear-gradient(135deg, rgb(163,164,162,0.5) 0%, rgb(121,122,121,0.5) 100%);
    bottom: 0;
    top: 0;
    left: 0;
    opacity: 0.92;
    right: 0;
}footer {
    background-position: center !important;
    background-size: cover !important;
}.mod_tools_B {
    position: relative;
    color: #ffffff;
    padding: 5rem 0 2rem;
}.mod_tools_B::before {
    left: 0;
    clip-path: polygon(0 0, 100% 0, 96% 100%, 4% 100%);
    height: 15px;
    background: rgb(163,164,162);
    position: absolute;
    content: "";
    width: 100%;
    top: 0;
}.mod_tools_B .container {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    position: relative;
}.mod_tools_B .company_holder {
    margin-bottom: 2rem;
    padding: 0 3rem 2rem 0;
    flex: 0 0 40%;
    position: relative;
}.mod_tools_B .company_holder::after {
    right: 1.5rem;
    position: absolute;
    background: linear-gradient(to bottom, #ffffff, transparent);
    width: 1px;
    top: 0;
    content: "";
    height: 100%;
    opacity: 0.3;
}.mod_tools_B .company_holder h3 {
    color: #ffffff;
    margin: 0 0 1.5rem;
    transform: skewX(-10deg);
    font-weight: 700;
    position: relative;
    padding-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 29px;
}.mod_tools_B .company_holder h3::after {
    left: 0;
    width: 80px;
    position: absolute;
    bottom: 0;
    content: "";
    background: rgb(163,164,162);
    box-shadow: 0 0 10px rgb(163,164,162);
    height: 3px;
}.mod_tools_B .search_foot_I {
    transform-origin: left top;
    font-size: 16px;
    transform: skewX(-5deg);
    padding: 1.5rem;
    border-left: 3px solid rgb(163,164,162);
    color: #ffffff;
    background: rgba(0, 0, 0, 0.2);
    line-height: 1.6;
}.mod_tools_B .carbon_cta_Q {
    flex-wrap: wrap;
    display: flex;
    flex: 0 0 60%;
    gap: 0;
}.mod_tools_B .header_start_j {
    gap: 0;
    flex-wrap: wrap;
    display: flex;
    flex: 1;
}.mod_tools_B .main_edu_B {
    flex: 0 0 50%;
    position: relative;
    padding: 0 1rem 2rem 1rem;
}.mod_tools_B .main_edu_B h5 {
    position: relative;
    margin: 0 0 1.5rem;
    color: #ffffff;
    font-size: 23px;
    transform: skewX(-5deg);
    font-weight: 600;
    padding-left: 1rem;
}.mod_tools_B .main_edu_B h5::before {
    background: rgb(163,164,162);
    transform: skewX(5deg);
    bottom: 0;
    content: "";
    position: absolute;
    width: 3px;
    top: 0;
    left: 0;
}.mod_tools_B .main_edu_B .header_start_j {
    flex-direction: column;
    display: flex;
    gap: 0.8rem;
}.mod_tools_B .main_edu_B .header_start_j a {
    transition: all 0.3s ease;
    position: relative;
    text-decoration: none;
    font-size: 16px;
    display: block;
    transform: skewX(-5deg);
    color: #ffffff;
    padding: 0.7rem 1rem;
    background: rgba(255, 255, 255, 0.05);
    overflow: hidden;
}.mod_tools_B .main_edu_B .header_start_j a::before {
    transition: all 0.5s ease;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    width: 100%;
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
}.mod_tools_B .main_edu_B .header_start_j a:hover {
    padding-left: 1.5rem;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    transform: skewX(-5deg) translateX(5px);
}.mod_tools_B .main_edu_B .header_start_j a:hover::before {
    left: 100%;
}.story_spot_j {
    background: rgba(0, 0, 0, 0.15);
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
    padding: 1.5rem 0;
    position: relative;
    margin-top: 2rem;
}.story_spot_j .container {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: space-between;
}.story_spot_j .intern_ship_S {
    color: #ffffff;
    transform: skewX(-5deg);
    text-align: center;
    font-size: 12px;
    width: 100%;
}

@media (max-width: 1200px) {.mod_tools_B .company_holder {
    flex: 0 0 35%;
    padding-right: 2rem;
}.mod_tools_B .carbon_cta_Q {
    flex: 0 0 65%;
}
}

@media (max-width: 992px) {.mod_tools_B {
    padding: 4rem 0 2rem;
}.mod_tools_B .container {
    flex-direction: column;
}.mod_tools_B .company_holder {
    margin-bottom: 3rem;
    padding-right: 0;
    flex: 0 0 100%;
}.mod_tools_B .company_holder::after {
    display: none;
}.mod_tools_B .carbon_cta_Q {
    flex: 0 0 100%;
}.mod_tools_B .main_edu_B {
    padding-bottom: 1.5rem;
}
}

@media (max-width: 768px) {.mod_tools_B {
    padding: 3.5rem 0 1.5rem;
}.mod_tools_B::before {
    height: 10px;
}.mod_tools_B .company_holder h3 {
    font-size: calc(29px - 2px);
}.mod_tools_B .search_foot_I {
    padding: 1.2rem;
    transform: skewX(-3deg);
}.mod_tools_B .main_edu_B h5, 
    .mod_tools_B .main_edu_B .header_start_j a {
    transform: skewX(-3deg);
}.mod_tools_B .main_edu_B .header_start_j a:hover {
    transform: skewX(-3deg) translateX(5px);
}.story_spot_j {
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
}.story_spot_j .intern_ship_S {
    transform: skewX(-3deg);
}
}

@media (max-width: 576px) {.mod_tools_B {
    padding: 3rem 0 1rem;
}.mod_tools_B::before {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}.mod_tools_B .main_edu_B {
    flex: 0 0 100%;
    padding: 0 0 2rem 0;
}.mod_tools_B .company_holder {
    margin-bottom: 2rem;
}.mod_tools_B .main_edu_B .header_start_j a {
    padding: 0.6rem 0.8rem;
}.mod_tools_B .main_edu_B .header_start_j a:hover {
    padding-left: 1.2rem;
}.story_spot_j {
    margin-top: 1rem;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}
}

@media (max-width: 420px) {.mod_tools_B .company_holder h3 {
    transform: skewX(-5deg);
}.mod_tools_B .company_holder h3::after {
    width: 60px;
}.mod_tools_B .search_foot_I {
    transform: none;
}.mod_tools_B .main_edu_B h5 {
    transform: none;
}.mod_tools_B .main_edu_B h5::before {
    transform: none;
}.mod_tools_B .main_edu_B .header_start_j a,
    .mod_tools_B .main_edu_B .header_start_j a:hover,
    .story_spot_j .intern_ship_S {
    transform: none;
}}.educational_rewards_Y {
    position: relative;
    overflow: hidden;
    background: linear-gradient(145deg, rgb(200,198,184) 0%, rgb(163,164,162,0.5) 100%);
    padding: 100px 0;
}.educational_rewards_Y::before {
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
    background: 
        radial-gradient(circle at 10% 20%, rgb(163,164,162,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(121,122,121,0.5) 0%, transparent 40%);
    height: 100%;
    opacity: 0.5;
    animation: pulse 8s infinite alternate;
    content: "";
}@keyframes pulse {
    0% {
        opacity: 0.3;
        transform: scale(1);
    }
    100% {
        opacity: 0.5;
        transform: scale(1.1);
    }
}

.educational_rewards_Y .container {
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.educational_rewards_Y .learning_corner_V {
    overflow: hidden;
    display: flex;
    background: #ffffff;
    padding: 50px;
    position: relative;
    border-radius: 30px;
    flex-direction: row-reverse;
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.1),
        -10px -10px 30px rgba(255, 255, 255, 0.5);
    align-items: center;
    gap: 50px;
}.educational_rewards_Y .learning_corner_V::before {
    background: rgb(163,164,162,0.5);
    border-radius: 50%;
    top: -150px;
    width: 300px;
    filter: blur(100px);
    right: -150px;
    opacity: 0.3;
    position: absolute;
    content: "";
    height: 300px;
    z-index: -1;
}.educational_rewards_Y .learning_corner_V::after {
    background: rgb(121,122,121,0.5);
    width: 250px;
    filter: blur(80px);
    position: absolute;
    opacity: 0.3;
    left: -100px;
    z-index: -1;
    height: 250px;
    border-radius: 50%;
    bottom: -100px;
    content: "";
}.educational_rewards_Y .pic_border_c {
    border-radius: 50%;
    transition: all 0.5s ease;
    position: relative;
    width: 45%;
    box-shadow: 
        10px 10px 20px rgba(0, 0, 0, 0.1),
        -10px -10px 20px rgba(255, 255, 255, 0.5),
        inset 0 0 0 8px rgba(255, 255, 255, 0.5);
}.educational_rewards_Y .pic_border_c::before {
    width: 100%;
    left: 0;
    top: 0;
    content: "";
    position: absolute;
    animation: shine 5s infinite linear;
    border-radius: 50%;
    height: 100%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.3), transparent);
}@keyframes shine {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.educational_rewards_Y .pic_border_c:hover {
    transform: scale(1.03);
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.15),
        -15px -15px 30px rgba(255, 255, 255, 0.7),
        inset 0 0 0 10px rgba(255, 255, 255, 0.8);
}.educational_rewards_Y .content_frame_A {
    padding: 20px;
    width: 55%;
    position: relative;
}.educational_rewards_Y .content_frame_A::before {
    border: 4px solid rgb(163,164,162,0.5);
    height: 80px;
    content: "";
    opacity: 0.3;
    left: -40px;
    z-index: -1;
    position: absolute;
    top: -40px;
    border-radius: 50%;
    width: 80px;
}.educational_rewards_Y h3 {
    font-size: 34px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    color: #000000;
    margin-bottom: 30px;
}.educational_rewards_Y h3::after {
    bottom: -10px;
    left: 0;
    height: 6px;
    position: absolute;
    content: "";
    border-radius: 10px;
    transform: scaleX(0.3);
    transform-origin: left;
    background: linear-gradient(90deg, rgb(163,164,162), rgb(121,122,121));
    transition: transform 0.5s ease;
    width: 100%;
}.educational_rewards_Y .content_frame_A:hover h3::after {
    transform: scaleX(1);
}.educational_rewards_Y ul {
    margin: 0;
    padding: 0;
    list-style: none;
}.educational_rewards_Y li {
    background: rgb(200,198,184);
    transform-origin: left;
    padding: 15px 20px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    border-radius: 15px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}.educational_rewards_Y li:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    background: linear-gradient(to right, rgb(200,198,184), #ffffff);
    transform: scale(1.02);
}.educational_rewards_Y li p {
    align-items: center;
    gap: 15px;
    color: #000000;
    font-size: 12px;
    margin: 0;
    display: flex;
}.educational_rewards_Y svg {
    background: rgb(163,164,162);
    align-items: center;
    width: 22px;
    border-radius: 50%;
    height: 22px;
    padding: 10px;
    display: flex;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}.educational_rewards_Y svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}.educational_rewards_Y li:hover svg {
    transform: scale(1.1) rotate(10deg);
    background: rgb(121,122,121);
}

@media (max-width: 992px) {.educational_rewards_Y {
    padding: 80px 0;
}.educational_rewards_Y .learning_corner_V {
    padding: 40px;
    gap: 40px;
}.educational_rewards_Y h3 {
    font-size: calc(34px * 0.9);
}
}

@media (max-width: 768px) {.educational_rewards_Y .learning_corner_V {
    flex-direction: column;
    gap: 40px;
}.educational_rewards_Y .pic_border_c {
    max-width: 300px;
    margin: 0 auto;
    width: 70%;
}.educational_rewards_Y .content_frame_A {
    width: 100%;
    padding: 10px;
}.educational_rewards_Y .content_frame_A::before {
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
}
}

@media (max-width: 576px) {.educational_rewards_Y {
    padding: 60px 0;
}.educational_rewards_Y .learning_corner_V {
    padding: 30px 20px;
}.educational_rewards_Y .pic_border_c {
    width: 80%;
}.educational_rewards_Y h3 {
    text-align: center;
    display: block;
    font-size: 23px;
}.educational_rewards_Y li {
    padding: 12px 15px;
}.educational_rewards_Y li p {
    font-size: 12px;
}.educational_rewards_Y svg {
    padding: 8px;
}}.teacher_profile_j {
    padding: 8rem 0;
    overflow: hidden;
    min-height: 700px;
    position: relative;
    background: linear-gradient(150deg, rgb(200,198,184) 0%, #000000 100%);
}.teacher_profile_j::before {
    z-index: 1;
    height: 100%;
    top: 0;
    width: 100%;
    background: 
        linear-gradient(90deg, transparent 85%, rgb(163,164,162,0.5) 85%, rgb(163,164,162,0.5) 88%, transparent 88%),
        linear-gradient(180deg, transparent 85%, rgb(121,122,121,0.5) 85%, rgb(121,122,121,0.5) 88%, transparent 88%);
    background-size: 150px 150px;
    position: absolute;
    left: 0;
    opacity: 0.1;
    animation: gridFlow 20s linear infinite;
    content: "";
}.teacher_profile_j .container {
    padding: 0 2rem;
    position: relative;
    margin: 0 auto;
    z-index: 2;
    max-width: 1300px;
}.teacher_profile_j .success_stories_t {
    grid-template-rows: auto auto 1fr;
    grid-template-areas:
        "photo name"
        "photo job"
        "photo quote";
    grid-template-columns: 45% 1fr;
    min-height: 580px;
    display: grid;
    position: relative;
    gap: 20px 30px;
    background: transparent;
}.teacher_profile_j .success_stories_t::before {
    animation: horizontalBreathing 8s ease-in-out infinite alternate;
    opacity: 0.3;
    border-radius: 28px;
    right: 0;
    background: linear-gradient(90deg, rgb(163,164,162,0.5) 0%, transparent 50%);
    z-index: -1;
    filter: blur(40px);
    left: 0;
    position: absolute;
    top: 50%;
    height: 90%;
    transform: translateY(-50%);
    content: "";
}.teacher_profile_j .success_stories_t::after {
    left: 0;
    backdrop-filter: blur(15px);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(0, 0, 0, 0.2) 100%);
    height: 100%;
    border-radius: 28px;
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    z-index: -2;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.1);
}.teacher_profile_j .pic_border_c {
    z-index: 2;
    position: relative;
    overflow: hidden;
    height: 100%;
    border-radius: 28px 0 0 28px;
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    grid-area: photo;
    transform: scale(1);
    filter: contrast(1.1) brightness(1.05);
}.teacher_profile_j .success_stories_t:hover .pic_border_c {
    filter: contrast(1.2) brightness(1.1);
    transform: scale(1.02);
}.teacher_profile_j .pic_border_c::before {
    height: 100%;
    opacity: 0.7;
    top: 0;
    z-index: 3;
    content: "";
    animation: pulseOpacity 3s ease-in-out infinite;
    width: 10px;
    background: rgb(163,164,162);
    position: absolute;
    left: 0;
}.teacher_profile_j .name {
    transform: translateX(0);
    padding-bottom: 10px;
    font-size: 37px;
    align-self: end;
    position: relative;
    margin-top: 80px;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    font-weight: 700;
    grid-area: name;
    z-index: 3;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    color: #ffffff;
}.teacher_profile_j .success_stories_t:hover .name {
    transform: translateX(15px);
}.teacher_profile_j .name::after {
    position: absolute;
    background: rgb(163,164,162);
    height: 2px;
    content: "";
    left: 0;
    bottom: 0;
    width: 0;
    transition: width 0.5s ease;
}.teacher_profile_j .success_stories_t:hover .name::after {
    width: 60%;
}.teacher_profile_j .success_stories_t span:not(.name) {
    display: inline-block;
    border-radius: 10px;
    z-index: 3;
    background: rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.05s;
    align-self: start;
    position: relative;
    padding: 0.6rem 1.2rem;
    color: rgb(121,122,121);
    transform: translateX(0);
    font-size: 22px;
    font-weight: 600;
    backdrop-filter: blur(5px);
    grid-area: job;
}.teacher_profile_j .success_stories_t:hover span:not(.name) {
    background: rgba(0, 0, 0, 0.3);
    transform: translateX(15px);
}.teacher_profile_j .exp_items_Q {
    position: relative;
    font-size: 13px;
    padding: 2rem;
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
    z-index: 2;
    grid-area: quote;
    border-left: 4px solid rgb(121,122,121);
    margin-right: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
    backdrop-filter: blur(10px);
    color: #ffffff;
    border-radius: 28px;
    transform: translateY(0);
    align-self: start;
    line-height: 1.8;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.3);
    width: 95%;
}.teacher_profile_j .success_stories_t:hover .exp_items_Q {
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.4);
    transform: translateX(15px) translateY(-5px);
}.teacher_profile_j .container::after {
    z-index: -1;
    position: absolute;
    content: "";
    height: 300px;
    bottom: -150px;
    right: -150px;
    animation: pulseGlow 10s ease-in-out infinite alternate;
    width: 300px;
    opacity: 0.3;
    filter: blur(70px);
    background: radial-gradient(circle, rgb(121,122,121,0.5) 0%, transparent 70%);
}

@keyframes gridFlow {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 150px 150px;
    }
}

@keyframes horizontalBreathing {
    0%, 100% {
        opacity: 0.2;
        transform: translateY(-50%) scaleX(0.9);
    }
    50% {
        opacity: 0.4;
        transform: translateY(-50%) scaleX(1.1);
    }
}

@keyframes pulseOpacity {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.9;
    }
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.2);
    }
}

@media (max-width: 992px) {.teacher_profile_j .success_stories_t {
    grid-template-columns: 1fr;
    gap: 20px;
    grid-template-areas:
            "pic_border_c"
            "name"
            "work_milestones_s"
            "exp_items_Q";
    grid-template-rows: auto auto auto auto;
}.teacher_profile_j .pic_border_c {
    height: 350px;
    border-radius: 28px 28px 0 0;
}.teacher_profile_j .pic_border_c::before {
    height: 10px;
    width: 100%;
}.teacher_profile_j .name {
    text-align: center;
    margin-top: 0;
}.teacher_profile_j .name::after {
    transform: translateX(-50%);
    left: 50%;
}.teacher_profile_j .success_stories_t:hover .name {
    transform: translateY(-5px);
}.teacher_profile_j .success_stories_t span:not(.name) {
    margin: 0 auto;
}.teacher_profile_j .success_stories_t:hover span:not(.name) {
    transform: translateY(-5px);
}.teacher_profile_j .exp_items_Q {
    border-left: none;
    border-top: 4px solid rgb(121,122,121);
    width: 90%;
    margin: 0 auto;
}.teacher_profile_j .success_stories_t:hover .exp_items_Q {
    transform: translateY(-5px);
}
}

@media (max-width: 576px) {.teacher_profile_j {
    padding: 5rem 0;
}.teacher_profile_j .pic_border_c {
    height: 250px;
}.teacher_profile_j .name {
    font-size: 22px;
}.teacher_profile_j .success_stories_t span:not(.name) {
    padding: 0.5rem 1rem;
    font-size: 13px;
}.teacher_profile_j .exp_items_Q {
    line-height: 1.6;
    font-size: calc(13px * 0.9);
    width: 95%;
    padding: 1.5rem;
}}.find_us_o {
    position: relative;
    background: rgb(200,198,184);
    overflow: hidden;
    padding: 100px 0;
}.find_us_o::before {
    background: 
        repeating-linear-gradient(
            -45deg,
            transparent,
            transparent 40px,
            rgb(163,164,162,0.5) 40px,
            rgb(163,164,162,0.5) 41px
        ),
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 40px,
            rgb(121,122,121,0.5) 40px,
            rgb(121,122,121,0.5) 41px
        );
    position: absolute;
    opacity: 0.3;
    height: 100%;
    content: "";
    top: 0;
    width: 100%;
    z-index: 0;
    left: 0;
}.find_us_o::after {
    top: -50%;
    animation: rotateBlur 25s infinite linear;
    position: absolute;
    filter: blur(120px);
    right: -50%;
    background: rgb(163,164,162,0.5);
    content: "";
    z-index: 0;
    width: 100%;
    opacity: 0.4;
    height: 100%;
}@keyframes rotateBlur {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.find_us_o .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 15px;
    z-index: 1;
    position: relative;
}.find_us_o .msg_info_v {
    grid-template-columns: 1fr;
    overflow: visible;
    background: transparent;
    position: relative;
    padding: 20px;
    display: grid;
    gap: 15px;
}.find_us_o .contact_faq_g {
    align-items: center;
    display: flex;
    font-size: 37px;
    margin: 0 0 10px 0;
    padding: 0;
    text-align: left;
    font-weight: 700;
    position: relative;
    color: #000000;
    display: inline-block;
}.find_us_o .contact_faq_g svg {
    stroke-width: 2;
    fill: none;
    width: 30px;
    margin-right: 15px;
    stroke-linejoin: round;
    stroke-linecap: round;
    stroke: rgb(163,164,162);
    height: 30px;
}.find_us_o .contact_faq_g svg path {
    stroke-dashoffset: 100;
    animation: drawPath 1.5s forwards ease-in-out;
    stroke-dasharray: 100;
}@keyframes drawPath {
    to {
        stroke-dashoffset: 0;
    }
}
.find_us_o .contact_faq_g::after {
    height: 4px;
    width: 80px;
    left: 0;
    background: rgb(163,164,162);
    border-radius: 10px;
    bottom: -10px;
    position: absolute;
    content: "";
}.find_us_o .pic_border_c {
    transition: all 0.5s ease;
    z-index: -1;
    object-fit: cover;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    opacity: 0;
    border-radius: 23px;
    position: absolute;
}.find_us_o .support_request_b {
    border-radius: 23px;
    z-index: 1;
    position: relative;
    grid-template-columns: 1fr;
    display: grid;
    gap: 15px;
    overflow: hidden;
    padding: 30px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.5);
    background: #ffffff;
}.find_us_o .support_request_b::before {
    height: 100%;
    z-index: -1;
    right: 0;
    position: absolute;
    opacity: 0.9;
    background-position: center;
    box-shadow: -10px 0 20px rgba(0, 0, 0, 0.5);
    background-size: cover;
    width: 50%;
    border-radius: 0 23px 23px 0;
    content: "";
    top: 0;
}.find_us_o .support_request_b p {
    display: flex;
    backdrop-filter: blur(5px);
    border-radius: 10px;
    padding: 15px 20px 15px 50px;
    transition: transform 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    font-size: 15px;
    position: relative;
    align-items: center;
    background: rgba(255, 255, 255, 0.9);
    border-left: 3px solid rgb(163,164,162);
    color: #000000;
    margin: 0;
}.find_us_o .support_request_b p:hover {
    transform: translateX(5px);
}.find_us_o .support_request_b p svg {
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    left: 15px;
    stroke-linejoin: round;
    height: 20px;
    fill: none;
    width: 20px;
    stroke-linecap: round;
    stroke: rgb(163,164,162);
    stroke-width: 2;
    transition: all 0.3s ease;
}.find_us_o .support_request_b p:hover svg {
    transform: translateY(-50%) scale(1.2);
    stroke: rgb(121,122,121);
}.find_us_o .support_request_b p svg path {
    animation: drawIcon 0.8s forwards ease-out;
    stroke-dasharray: 60;
    stroke-dashoffset: 60;
}.find_us_o .support_request_b p:nth-child(1) svg path {
    animation-delay: 0.6s;
}.find_us_o .support_request_b p:nth-child(2) svg path {
    animation-delay: 0.7s;
}.find_us_o .support_request_b p:nth-child(3) svg path {
    animation-delay: 0.8s;
}.find_us_o .support_request_b p:nth-child(4) svg path {
    animation-delay: 0.9s;
}.find_us_o .support_request_b p:nth-child(5) svg path {
    animation-delay: 1s;
}@keyframes drawIcon {
    to {
        stroke-dashoffset: 0;
    }
}
.find_us_o .support_request_b p span {
    margin-left: 10px;
}.find_us_o .support_request_b p a {
    font-weight: 600;
    color: rgb(163,164,162);
    text-decoration: none;
    transition: color 0.3s ease;
}.find_us_o .support_request_b p a:hover {
    color: rgb(121,122,121);
}.find_us_o .edu_input_R {
    margin-top: 15px;
    border-radius: 23px;
    background: #ffffff;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.5);
    padding: 25px;
}.find_us_o .course_faq_z {
    display: flex;
    font-weight: 600;
    border-bottom: 1px solid rgb(163,164,162,0.5);
    color: rgb(163,164,162);
    align-items: center;
    margin: 0 0 20px 0;
    padding-bottom: 10px;
    font-size: 21px;
}.find_us_o .course_faq_z svg {
    stroke: rgb(163,164,162);
    width: 20px;
    margin-right: 10px;
    stroke-linecap: round;
    fill: none;
    height: 20px;
    stroke-linejoin: round;
    stroke-width: 2;
}.find_us_o .course_faq_z svg circle {
    animation: rotatePoint 8s linear infinite;
    transform-origin: center;
}@keyframes rotatePoint {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.find_us_o .ask_question_I {
    gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    display: grid;
}.find_us_o .connect_now_Y {
    background: rgb(200,198,184);
    display: flex;
    justify-content: center;
    border-radius: 10px;
    align-items: center;
    text-align: center;
    font-size: 15px;
    padding: 10px;
    transition: all 0.3s ease;
}.find_us_o .connect_now_Y:hover {
    transform: translateY(-3px);
    background: rgb(163,164,162,0.5);
}.find_us_o .connect_now_Y svg {
    height: 14px;
    stroke-linecap: round;
    fill: none;
    transition: all 0.3s ease;
    margin-right: 6px;
    stroke-width: 2;
    stroke: rgb(163,164,162);
    opacity: 0.7;
    stroke-linejoin: round;
    width: 14px;
}.find_us_o .connect_now_Y:hover svg {
    opacity: 1;
    stroke: #000000;
    transform: rotate(30deg);
}@keyframes fadeInBottom {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
.find_us_o .support_request_b,
.find_us_o .edu_input_R {
    animation: fadeInBottom 0.5s ease-out forwards;
}.find_us_o .support_request_b p {
    animation: fadeInRight 0.4s ease-out forwards;
    opacity: 0;
}.find_us_o .support_request_b p:nth-child(1) {
    animation-delay: 0.1s;
}.find_us_o .support_request_b p:nth-child(2) {
    animation-delay: 0.2s;
}.find_us_o .support_request_b p:nth-child(3) {
    animation-delay: 0.3s;
}.find_us_o .support_request_b p:nth-child(4) {
    animation-delay: 0.4s;
}.find_us_o .support_request_b p:nth-child(5) {
    animation-delay: 0.5s;
}
@media (min-width: 768px) {.find_us_o .msg_info_v {
    margin: 0 auto;
    max-width: 700px;
    grid-template-columns: 1fr;
}.find_us_o .support_request_b {
    gap: 15px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    z-index: 2;
}.find_us_o .support_request_b::before {
    right: 0;
    width: 40%;
    content: "";
    position: absolute;
    height: 100%;
    background: linear-gradient(to right, transparent, rgb(163,164,162,0.5));
    z-index: -1;
    top: 0;
}.find_us_o .support_request_b p {
    padding: 15px 20px 15px 50px;
}.find_us_o .support_request_b p svg {
    height: 22px;
    width: 22px;
}.find_us_o .support_request_b p:nth-child(odd) {
    grid-column: 1;
}.find_us_o .support_request_b p:nth-child(even) {
    grid-column: 2;
}.find_us_o .edu_input_R {
    margin-top: 20px;
}.find_us_o .course_faq_z svg {
    width: 22px;
    height: 22px;
}.find_us_o .ask_question_I {
    grid-template-columns: repeat(3, 1fr);
}.find_us_o .connect_now_Y svg {
    height: 16px;
    margin-right: 8px;
    width: 16px;
}
}
@media (min-width: 1024px) {.find_us_o .msg_info_v {
    max-width: 1100px;
    grid-template-columns: 5fr 7fr;
    align-items: center;
    margin: 0 auto;
    gap: 0;
}.find_us_o .contact_faq_g {
    grid-column: 1 / -1;
    margin-bottom: 30px;
}.find_us_o .contact_faq_g svg {
    height: 35px;
    margin-right: 18px;
    width: 35px;
}.find_us_o .pic_border_c {
    object-fit: cover;
    opacity: 1;
    position: absolute;
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    height: 100%;
    border-radius: 23px;
}.find_us_o .pic_border_c::before {
    width: 100%;
    background: linear-gradient(to right, transparent 50%, rgb(163,164,162,0.5));
    top: 0;
    z-index: 2;
    height: 100%;
    content: "";
    left: 0;
    position: absolute;
}.find_us_o .support_request_b {
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.5);
    padding: 40px 40px 40px 80px;
    border-radius: 23px;
    z-index: 2;
    margin-left: -50px;
    grid-column: 2;
}.find_us_o .support_request_b p svg {
    width: 24px;
    left: 20px;
    height: 24px;
}.find_us_o .support_request_b::before {
    display: none;
}.find_us_o .edu_input_R {
    grid-column: 1 / -1;
    margin-top: 30px;
}.find_us_o .course_faq_z svg {
    margin-right: 12px;
    height: 24px;
    width: 24px;
}.find_us_o .ask_question_I {
    gap: 15px;
    grid-template-columns: repeat(6, 1fr);
}.find_us_o .connect_now_Y svg {
    height: 16px;
    width: 16px;
}}.instructional_approach_U {
    position: relative;
    overflow: hidden;
    justify-content: center;
    background: rgb(200,198,184);
    display: flex;
    min-height: 75vh;
    align-items: center;
}.instructional_approach_U::before {
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    opacity: 0.5;
    background: 
        radial-gradient(ellipse at 30% 30%, rgb(163,164,162,0.5) 0%, transparent 60%),
        radial-gradient(ellipse at 70% 70%, rgb(121,122,121,0.5) 0%, transparent 60%);
    width: 100%;
    content: "";
    animation: pulseBackground 8s ease-in-out infinite alternate;
    z-index: 1;
}.instructional_approach_U::after {
    width: 100%;
    left: 0;
    z-index: 1;
    height: 100%;
    top: 0;
    position: absolute;
    background-image: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 5px,
            rgba(255, 255, 255, 0.02) 5px,
            rgba(255, 255, 255, 0.02) 10px
        ),
        repeating-linear-gradient(
            90deg,
            transparent,
            transparent 5px,
            rgba(255, 255, 255, 0.02) 5px,
            rgba(255, 255, 255, 0.02) 10px
        );
    content: "";
}.instructional_approach_U .container {
    justify-content: center;
    align-items: center;
    max-width: 1200px;
    padding: 0 2rem;
    display: flex;
    position: relative;
    width: 100%;
    z-index: 5;
}.instructional_approach_U .learning_corner_V {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 5rem;
    justify-content: center;
    position: relative;
    max-width: 1300px;
}.instructional_approach_U .learning_corner_V::before {
    animation: rotateField 40s linear infinite;
    background: 
        repeating-radial-gradient(
            circle at center,
            transparent,
            transparent 40px,
            rgba(255, 255, 255, 0.03) 40px,
            rgba(255, 255, 255, 0.03) 60px
        );
    position: absolute;
    width: 100%;
    content: "";
    z-index: -1;
    border-radius: 50%;
    height: 100%;
    opacity: 0.6;
}.instructional_approach_U .learning_corner_V::after {
    width: 100%;
    z-index: -2;
    border-radius: 50%;
    transform-origin: center;
    animation: rotateField 20s linear infinite reverse;
    content: "";
    height: 100%;
    opacity: 0.3;
    position: absolute;
    background: 
        conic-gradient(
            transparent 0deg,
            rgb(163,164,162,0.5) 90deg,
            transparent 180deg,
            rgb(121,122,121,0.5) 270deg,
            transparent 360deg
        );
}.instructional_approach_U h3 {
    display: flex;
    position: relative;
    max-width: 600px;
    font-weight: 700;
    text-align: center;
    background: #ffffff;
    padding: 2rem 3rem;
    flex: 0 1 48%;
    z-index: 2;
    border-radius: 30px;
    animation: magneticPulse 5s ease-in-out infinite;
    justify-content: center;
    align-items: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    margin: 0 10px;
    color: rgb(163,164,162);
    font-size: 34px;
}.instructional_approach_U h3::before {
    animation: borderPulse 5s ease-in-out infinite;
    content: "";
    inset: -5px;
    border-radius: 35px;
    position: absolute;
    z-index: -1;
    background: linear-gradient(135deg, rgb(163,164,162,0.5), rgb(121,122,121,0.5));
    opacity: 0.7;
}.instructional_approach_U h3::after {
    width: 40px;
    top: 50%;
    content: "";
    position: absolute;
    height: 2px;
    z-index: 1;
    background: linear-gradient(to right, rgb(163,164,162), transparent);
    right: -20px;
}.instructional_approach_U span {
    z-index: 2;
    line-height: 1.7;
    background: #ffffff;
    animation: magneticPulse 5s ease-in-out 0.5s infinite;
    max-width: 850px;
    flex: 0 1 70%;
    padding: 2rem 3rem;
    font-size: 13px;
    color: #000000;
    border-radius: 30px;
    position: relative;
    margin: 0 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}.instructional_approach_U span::before {
    border-radius: 35px;
    z-index: -1;
    animation: borderPulse 5s ease-in-out 0.5s infinite;
    position: absolute;
    content: "";
    background: linear-gradient(135deg, rgb(121,122,121,0.5), rgb(163,164,162,0.5));
    inset: -5px;
    opacity: 0.7;
}.instructional_approach_U span::after {
    top: 50%;
    left: -20px;
    width: 40px;
    height: 2px;
    position: absolute;
    z-index: 1;
    content: "";
    background: linear-gradient(to left, rgb(121,122,121), transparent);
}

@keyframes pulseBackground {
    0%, 100% {
        opacity: 0.5;
        background-position: 0% 0%;
    }
    50% {
        opacity: 0.7;
        background-position: 100% 100%;
    }
}

@keyframes rotateField {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes magneticPulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.02);
    }
}

@keyframes borderPulse {
    0%, 100% {
        opacity: 0.7;
    }
    50% {
        opacity: 0.3;
    }
}

@media (max-width: 992px) {.instructional_approach_U .container {
    padding: 4rem 1.5rem;
}.instructional_approach_U .learning_corner_V {
    gap: 3rem;
    flex-direction: column;
}.instructional_approach_U h3 {
    flex: 0 1 auto;
    font-size: calc(34px * 0.9);
    padding: 1.8rem 2.5rem;
    width: 100%;
    max-width: 100%;
}.instructional_approach_U span {
    padding: 1.8rem 2.5rem;
    max-width: 100%;
    font-size: calc(13px * 0.95);
    flex: 0 1 auto;
    width: 100%;
}.instructional_approach_U h3::after {
    transform: translateX(50%) rotate(90deg);
    width: 40px;
    top: auto;
    bottom: -20px;
    right: 50%;
}.instructional_approach_U span::after {
    display: none;
}
}

@media (max-width: 768px) {.instructional_approach_U {
    padding: 3rem 0;
    min-height: auto;
}.instructional_approach_U .container {
    padding: 0 1.2rem;
}.instructional_approach_U .learning_corner_V {
    gap: 2.5rem;
}.instructional_approach_U h3 {
    font-size: calc(34px * 0.8);
    padding: 1.5rem 2rem;
}.instructional_approach_U span {
    font-size: calc(13px * 0.9);
    padding: 1.5rem 2rem;
}.instructional_approach_U h3::before,
    .instructional_approach_U span::before {
    inset: -3px;
}
}

@media (max-width: 576px) {.instructional_approach_U {
    padding: 2.5rem 0;
}.instructional_approach_U .container {
    padding: 0 1rem;
}.instructional_approach_U .learning_corner_V {
    gap: 2rem;
}.instructional_approach_U h3 {
    padding: 1.2rem 1.5rem;
    font-size: calc(34px * 0.7);
}.instructional_approach_U span {
    padding: 1.2rem 1.5rem;
    font-size: calc(13px * 0.85);
}.instructional_approach_U h3::after {
    bottom: -15px;
    width: 30px;
}.instructional_approach_U h3::before,
    .instructional_approach_U span::before {
    inset: -2px;
}}.attempt_now_z {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    background: linear-gradient(120deg, rgb(121,122,121,0.5) 0%, #ffffff 100%);
}.attempt_now_z::before {
    width: 80%;
    content: '';
    background: rgb(163,164,162,0.5);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    position: absolute;
    right: -20%;
    opacity: 0.1;
    z-index: 1;
    height: 200%;
    transform: rotate(-15deg);
    top: -50%;
}.attempt_now_z::after {
    transform: rotate(15deg);
    content: '';
    position: absolute;
    bottom: -30%;
    left: -10%;
    z-index: 1;
    width: 60%;
    opacity: 0.1;
    border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
    height: 150%;
    background: rgb(121,122,121,0.5);
}.attempt_now_z .learning_corner_V {
    align-items: center;
    position: relative;
    padding: 0;
    display: flex;
    z-index: 10;
    flex-direction: column;
}.attempt_now_z .container p {
    max-width: 800px;
    padding: 40px 60px;
    line-height: 1.4;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    font-size: 32px;
    margin: 0 0 60px 0;
    font-weight: 700;
    background: #ffffff;
    z-index: 5;
    text-align: center;
    border-radius: 60% 40% 40% 60% / 20% 40% 60% 80%;
    position: relative;
    color: #000000;
}.attempt_now_z .inquiry_card_c {
    z-index: 5;
    border-radius: 30px;
    text-decoration: none;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    font-weight: 600;
    position: relative;
    padding: 20px 50px;
    transition: all 0.4s ease;
    font-size: 16px;
    background: linear-gradient(90deg, rgb(163,164,162), rgb(121,122,121));
    color: #ffffff;
}.attempt_now_z .inquiry_card_c::before {
    position: absolute;
    background: linear-gradient(90deg, rgb(121,122,121), rgb(163,164,162));
    z-index: -1;
    transition: opacity 0.4s ease;
    content: '';
    top: 0;
    left: 0;
    opacity: 0;
    height: 100%;
    width: 100%;
}.attempt_now_z .inquiry_card_c:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.attempt_now_z .inquiry_card_c:hover::before {
    opacity: 1;
}.attempt_now_z .container p::before {
    left: -20%;
    width: 140%;
    background: #ffffff;
    content: '';
    height: 120%;
    top: -10%;
    animation: morph 8s ease-in-out infinite;
    position: absolute;
    z-index: -1;
    opacity: 0.4;
    border-radius: 60% 40% 40% 60% / 20% 40% 60% 80%;
}.attempt_now_z .inquiry_card_c::after {
    width: 30px;
    position: absolute;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    content: '';
    transform: skewX(-15deg);
    animation: shine 6s infinite;
    height: 100%;
    left: -100px;
    top: 0;
}

@keyframes morph {
    0%, 100% {
        border-radius: 60% 40% 40% 60% / 20% 40% 60% 80%;
    }
    50% {
        border-radius: 40% 60% 60% 40% / 60% 30% 70% 40%;
    }
}

@keyframes shine {
    0% {
        left: -100px;
    }
    20% {
        left: 120%;
    }
    100% {
        left: 120%;
    }
}

@media (max-width: 991px) {.attempt_now_z {
    padding: 90px 0;
}.attempt_now_z .container p {
    padding: 35px 50px;
    font-size: calc(22px * 1.2);
    margin-bottom: 50px;
}.attempt_now_z .inquiry_card_c {
    padding: 18px 40px;
}
}

@media (max-width: 767px) {.attempt_now_z {
    padding: 70px 0;
}.attempt_now_z .container p {
    margin-bottom: 40px;
    border-radius: 40% 60% 50% 50% / 40% 40% 60% 60%;
    padding: 30px 40px;
    font-size: 22px;
}.attempt_now_z .inquiry_card_c {
    padding: 15px 35px;
}.attempt_now_z .container p::before {
    animation: none;
}
}

@media (max-width: 480px) {.attempt_now_z {
    padding: 50px 0;
}.attempt_now_z .container p {
    font-size: calc(15px * 1.2);
    padding: 25px 30px;
    margin-bottom: 30px;
    border-radius: 30px;
}.attempt_now_z .inquiry_card_c {
    font-size: calc(16px * 0.9);
    padding: 12px 30px;
}}.plan_shelf_S {
    padding: 120px 0;
    background: rgb(200,198,184);
    overflow: hidden;
    position: relative;
}.plan_shelf_S::before {
    opacity: 0.15;
    background: linear-gradient(135deg, rgb(163,164,162,0.5), rgb(121,122,121,0.5));
    right: -10%;
    content: "";
    position: absolute;
    z-index: 0;
    width: 600px;
    filter: blur(80px);
    height: 600px;
    top: -15%;
}.plan_shelf_S::after {
    content: "";
    width: 500px;
    height: 500px;
    bottom: -15%;
    opacity: 0.1;
    z-index: 0;
    filter: blur(100px);
    position: absolute;
    background: linear-gradient(225deg, rgb(121,122,121,0.5), rgb(163,164,162,0.5));
    left: -10%;
}.plan_shelf_S .container {
    position: relative;
    padding: 0 20px;
    max-width: 1400px;
    margin: 0 auto;
    z-index: 1;
}.plan_shelf_S .class_deals_E {
    gap: 60px;
    display: flex;
    flex-direction: column;
}.plan_shelf_S .program_rate_l {
    order: -1;
    margin-bottom: 20px;
    z-index: 2;
    position: relative;
    transform: translateX(5%);
}.plan_shelf_S .program_rate_l h2 {
    color: transparent;
    color: #000000;
    font-size: 36px;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    transform: perspective(1000px) rotateX(0deg);
    transition: transform 0.5s ease;
    font-weight: 700;
    margin-bottom: 15px;
    background: linear-gradient(90deg, #000000, rgb(163,164,162));
}.plan_shelf_S .program_rate_l .cost_summary_b {
    max-width: 700px;
    line-height: 1.6;
    margin-left: 5px;
    font-size: 12px;
    transition: transform 0.4s ease;
    color: #000000;
    transform: translateY(0);
}.plan_shelf_S .program_rate_l:hover h2 {
    transform: perspective(1000px) rotateX(5deg);
}.plan_shelf_S .program_rate_l:hover .cost_summary_b {
    transform: translateY(3px);
}.plan_shelf_S .cost_rates_I {
    perspective: 1000px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
    display: grid;
}.plan_shelf_S .cost_card_V {
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform-style: preserve-3d;
    overflow: hidden;
    display: block;
    transform: translateZ(0) scale(1);
    height: 100%;
    position: relative;
    text-decoration: none;
}.plan_shelf_S .cost_card_V:hover {
    transform: translateZ(20px) scale(1.02);
    z-index: 5;
}.plan_shelf_S .package_pricing_N {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    position: relative;
    display: flex;
    height: 100%;
    flex-direction: column;
    background: #ffffff;
    transition: box-shadow 0.5s ease;
}.plan_shelf_S .cost_card_V:hover .package_pricing_N {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 0 0 0 1px rgb(163,164,162,0.5);
}.plan_shelf_S .package_pricing_N::before {
    content: "";
    background: linear-gradient(90deg, rgb(163,164,162), rgb(121,122,121));
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scaleX(0);
    transform-origin: left;
    left: 0;
    top: 0;
    position: absolute;
    right: 0;
    height: 5px;
}.plan_shelf_S .cost_card_V:hover .package_pricing_N::before {
    transform: scaleX(1);
}.plan_shelf_S .plan_rates_W {
    flex-grow: 1;
    flex-direction: column;
    z-index: 2;
    position: relative;
    padding: 35px 30px;
    overflow: hidden;
    display: flex;
}.plan_shelf_S .plan_rates_W h3 {
    position: relative;
    transform: translateY(0);
    font-size: calc(18px + 2px);
    word-break: break-word;
    color: #000000;
    margin-bottom: 15px;
    overflow-wrap: break-word;
    font-weight: 600;
    transition: transform 0.4s ease, color 0.3s ease;
}.plan_shelf_S .cost_card_V:hover .plan_rates_W h3 {
    color: rgb(163,164,162);
    transform: translateY(-2px);
}.plan_shelf_S .plan_rates_W .group_rates_I {
    position: relative;
    font-size: calc(18px + 6px);
    word-break: break-word;
    color: rgb(163,164,162);
    font-weight: 700;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    margin: 5px 0 20px;
    display: block;
    overflow-wrap: break-word;
}.plan_shelf_S .cost_card_V:hover .plan_rates_W .group_rates_I {
    transform: scale(1.05);
}.plan_shelf_S .plan_rates_W .group_rates_I::after {
    position: absolute;
    bottom: -10px;
    transition: width 0.4s ease;
    width: 50px;
    height: 2px;
    left: 0;
    background: rgb(121,122,121,0.5);
    content: "";
}.plan_shelf_S .cost_card_V:hover .plan_rates_W .group_rates_I::after {
    width: 80px;
}.plan_shelf_S .plan_rates_W p {
    white-space: normal;
    color: #000000;
    overflow-wrap: break-word;
    word-break: break-word;
    opacity: 0.85;
    transition: opacity 0.3s ease;
    flex-grow: 1;
    margin-top: 10px;
    line-height: 1.7;
    font-size: 12px;
}.plan_shelf_S .cost_card_V:hover .plan_rates_W p {
    opacity: 1;
}.plan_shelf_S .cost_card_V .pic_border_c {
    height: 220px;
    position: relative;
    width: 100%;
    overflow: hidden;
    transition: height 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.plan_shelf_S .cost_card_V:hover .pic_border_c {
    height: 240px;
}.plan_shelf_S .cost_card_V .pic_border_c::after {
    left: 0;
    transition: opacity 0.4s ease;
    opacity: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.3), transparent);
    right: 0;
    position: absolute;
    bottom: 0;
    content: "";
    top: 0;
}.plan_shelf_S .cost_card_V:hover .pic_border_c::after {
    opacity: 1;
}.plan_shelf_S .cost_card_V:nth-child(odd) .package_pricing_N {
    flex-direction: column-reverse;
}

@media (min-width: 992px) {.plan_shelf_S {
    padding: 140px 0;
}.plan_shelf_S .class_deals_E {
    flex-direction: row;
    align-items: flex-start;
}.plan_shelf_S .program_rate_l {
    order: 0;
    top: 100px;
    transform: translateX(0);
    position: sticky;
    width: 30%;
    align-self: flex-start;
    margin-right: 70px;
}.plan_shelf_S .cost_rates_I {
    width: 70%;
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 1200px) {.plan_shelf_S .cost_rates_I {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}.plan_shelf_S .program_rate_l h2 {
    font-size: calc(36px + 5px);
}
}

@media (max-width: 991px) {.plan_shelf_S {
    padding: 80px 0;
}.plan_shelf_S .program_rate_l {
    transform: translateX(0);
    text-align: center;
}.plan_shelf_S .program_rate_l .cost_summary_b {
    margin: 0 auto;
}
}

@media (max-width: 767px) {.plan_shelf_S {
    padding: 60px 0;
}.plan_shelf_S .cost_rates_I {
    grid-template-columns: 1fr;
}.plan_shelf_S .plan_rates_W {
    padding: 25px 20px;
}.plan_shelf_S .cost_card_V .pic_border_c {
    height: 180px;
}.plan_shelf_S .program_rate_l h2 {
    font-size: calc(36px - 2px);
}
}

@media (max-width: 480px) {.plan_shelf_S {
    padding: 50px 0;
}.plan_shelf_S .plan_rates_W h3 {
    font-size: 18px;
}.plan_shelf_S .plan_rates_W .group_rates_I {
    font-size: calc(18px + 2px);
}.plan_shelf_S .plan_rates_W p {
    font-size: calc(12px - 1px);
}}.contact_information_j {
    position: relative;
    background: linear-gradient(120deg, rgb(200,198,184) 0%, #1a1e2e 100%);
    padding: 90px 0;
    overflow: hidden;
}.contact_information_j::before {
    top: 0;
    background: 
        radial-gradient(circle at 20% 50%, rgba(0, 0, 0, 0.4) 0%, transparent 40%),
        linear-gradient(0deg, transparent 80%, rgba(rgb(163,164,162), 0.05) 100%);
    height: 100%;
    position: absolute;
    z-index: 0;
    content: "";
    width: 100%;
    left: 0;
}.contact_information_j::after {
    bottom: 0;
    background: 
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 20px);
    left: 0;
    z-index: 1;
    content: "";
    width: 100%;
    height: 100px;
    position: absolute;
}.contact_information_j .container {
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
}.contact_information_j h2 {
    margin-bottom: 70px;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    color: #ffffff;
    letter-spacing: 2px;
    text-align: center;
}.contact_information_j h2::before {
    background: rgb(163,164,162);
    left: calc(50% - 50px);
    position: absolute;
    width: 30px;
    bottom: -20px;
    content: "";
    height: 2px;
}.contact_information_j h2::after {
    bottom: -20px;
    content: "";
    position: absolute;
    background: rgb(163,164,162);
    width: 70px;
    left: calc(50% - 10px);
    height: 2px;
}.contact_information_j .connect_map_W {
    overflow: hidden;
    grid-template-columns: 6fr 4fr;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 22px;
    display: grid;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
}.contact_information_j .pic_border_c {
    position: relative;
    min-height: 100%;
}.contact_information_j .pic_border_c::before {
    left: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    height: 100%;
}.contact_information_j .pic_border_c::after {
    content: "";
    width: 100%;
    top: 0;
    left: 0;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(rgb(163,164,162), 0.1) 10px, rgba(rgb(163,164,162), 0.1) 11px);
    animation: scanLines 5s linear infinite;
    height: 100%;
    z-index: 2;
    position: absolute;
}@keyframes scanLines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.contact_information_j .contact_reach_c {
    position: relative;
    padding: 50px;
}.contact_information_j .contact_reach_c::before {
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: radial-gradient(circle at 50% 30%, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
    left: 0;
    position: absolute;
    z-index: -1;
}.contact_information_j #contact {
    display: flex;
    gap: 25px;
    flex-direction: column;
}.contact_information_j h3 {
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 30px;
    font-size: 22px;
    color: #ffffff;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
}.contact_information_j h3::after {
    left: 0;
    height: 2px;
    bottom: -10px;
    background: rgb(163,164,162);
    content: "";
    width: 50px;
    position: absolute;
}.contact_information_j input[type="text"] {
    background: rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    padding: 16px 20px;
    color: #ffffff;
    font-size: 14px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    width: 100%;
}.contact_information_j input[type="text"]:focus {
    outline: none;
    box-shadow: 0 0 15px rgba(rgb(163,164,162), 0.2);
    border-color: rgb(163,164,162);
    background: rgba(0, 0, 0, 0.3);
}.contact_information_j input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}.contact_information_j .request_request_T {
    gap: 12px;
    align-items: flex-start;
    margin-top: 5px;
    display: flex;
}.contact_information_j .request_request_T input[type="checkbox"] {
    height: 24px;
    background: rgba(0, 0, 0, 0.2);
    appearance: none;
    margin-top: 2px;
    width: 24px;
    position: relative;
    border-radius: 3px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    cursor: pointer;
}.contact_information_j .request_request_T input[type="checkbox"]:checked {
    border-color: rgb(163,164,162);
    background: rgb(163,164,162);
}.contact_information_j .request_request_T input[type="checkbox"]:checked::after {
    left: 9px;
    transform: rotate(45deg);
    top: 6px;
    border-width: 0 2px 2px 0;
    position: absolute;
    content: "";
    width: 6px;
    border: solid #ffffff;
    height: 10px;
}.contact_information_j .request_request_T label {
    color: rgba(255, 255, 255, 0.7);
    font-size: calc(14px - 2px);
    line-height: 1.5;
}.contact_information_j .request_request_T a {
    position: relative;
    color: rgb(163,164,162);
    transition: all 0.3s ease;
    text-decoration: none;
}.contact_information_j .request_request_T a:hover {
    color: #ffffff;
}.contact_information_j .request_request_T a::after {
    content: "";
    transition: all 0.3s ease;
    height: 1px;
    background: rgb(163,164,162);
    left: 0;
    width: 100%;
    position: absolute;
    bottom: -2px;
}.contact_information_j .request_request_T a:hover::after {
    background: #ffffff;
}.contact_information_j .inquiry_card_c {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    letter-spacing: 1px;
    border-radius: 10px;
    padding: 16px 35px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 18px;
    border: none;
    font-weight: 600;
    position: relative;
    margin-top: 10px;
    overflow: hidden;
    text-transform: uppercase;
    background: rgb(163,164,162);
    color: #ffffff;
    align-self: flex-start;
}.contact_information_j .inquiry_card_c::before {
    top: 0;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    transition: all 0.5s ease;
}.contact_information_j .inquiry_card_c:hover {
    transform: translateY(-3px);
    background: rgb(121,122,121);
}.contact_information_j .inquiry_card_c:hover::before {
    left: 100%;
}.contact_information_j svg {
    fill: rgb(163,164,162);
    filter: drop-shadow(0 0 5px rgba(rgb(163,164,162), 0.5));
    transition: all 0.3s ease;
    height: 22px;
    width: 22px;
}.contact_information_j svg path {
    fill: rgb(163,164,162);
    transition: all 0.3s ease;
}.contact_information_j svg:hover {
    transform: scale(1.1);
    fill: #ffffff;
}.contact_information_j svg:hover path {
    fill: #ffffff;
}

@media (max-width: 992px) {.contact_information_j {
    padding: 70px 0;
}.contact_information_j .connect_map_W {
    grid-template-columns: 1fr;
}.contact_information_j .pic_border_c {
    min-height: 300px;
}.contact_information_j .contact_reach_c {
    padding: 40px 30px 50px;
}
}

@media (max-width: 768px) {.contact_information_j {
    padding: 50px 0;
}.contact_information_j h2 {
    font-size: calc(28px - 4px);
    margin-bottom: 50px;
}.contact_information_j .pic_border_c {
    min-height: 250px;
}
}

@media (max-width: 576px) {.contact_information_j {
    padding: 40px 0;
}.contact_information_j .container {
    padding: 0 15px;
}.contact_information_j h2 {
    margin-bottom: 40px;
    font-size: calc(28px - 6px);
}.contact_information_j h2::before {
    left: calc(50% - 35px);
    width: 20px;
}.contact_information_j h2::after {
    width: 50px;
}.contact_information_j .contact_reach_c {
    padding: 30px 20px 40px;
}.contact_information_j #contact {
    gap: 20px;
}.contact_information_j .inquiry_card_c {
    width: 100%;
}.contact_information_j .pic_border_c {
    min-height: 200px;
}}.secure_safehouse_h {
    position: relative;
    padding: 3rem 1rem;
    background: linear-gradient(145deg, rgb(200,198,184), #ffffff 80%);
    font-family: Arial, sans-serif;
    color: #000000;
    overflow: hidden;
}.secure_safehouse_h::before {
    width: 100%;
    pointer-events: none;
    content: "";
    left: 0;
    height: 100%;
    background: linear-gradient(to right, rgba(rgb(163,164,162,0.5), 0.03), rgba(rgb(121,122,121,0.5), 0.02));
    top: 0;
    z-index: 0;
    position: absolute;
}.secure_safehouse_h::after {
    content: "";
    z-index: 0;
    top: -50%;
    pointer-events: none;
    width: 60%;
    background: radial-gradient(circle, rgba(rgb(163,164,162,0.5), 0.05), transparent 70%);
    height: 100%;
    position: absolute;
    right: -20%;
    transform: rotate(30deg);
}.secure_safehouse_h .container {
    border-left: 3px solid rgb(163,164,162);
    max-width: 1140px;
    background: rgba(#ffffff, 0.9);
    transform: translateZ(0);
    box-shadow: 0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.07),
                0 1px 4px rgba(rgba(0, 0, 0, 0.5), 0.05);
    padding: 2rem;
    margin: 0 auto;
    transition: transform 0.3s ease-out;
    z-index: 1;
    position: relative;
}.secure_safehouse_h .container:hover {
    transform: translateY(-3px) translateZ(0);
    box-shadow: 0 14px 40px rgba(rgba(0, 0, 0, 0.5), 0.09),
                0 2px 6px rgba(rgba(0, 0, 0, 0.5), 0.06);
}.secure_safehouse_h h1 {
    line-height: 1.2;
    margin-bottom: 1.8rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    position: relative;
    padding-bottom: 0.8rem;
    color: rgb(163,164,162);
    font-size: calc(40px * 1.05);
}.secure_safehouse_h h1::after {
    transform-origin: left;
    width: 80px;
    transition: width 0.3s ease;
    background: linear-gradient(to right, rgb(163,164,162), rgb(121,122,121));
    left: 0;
    height: 3px;
    bottom: 0;
    content: "";
    position: absolute;
}.secure_safehouse_h h2 {
    padding-left: 1rem;
    margin-bottom: 1.2rem;
    margin-top: 2.5rem;
    color: rgb(121,122,121);
    font-weight: 600;
    position: relative;
    font-size: 35px;
}.secure_safehouse_h h2::before {
    position: absolute;
    background: rgb(163,164,162);
    left: 0;
    content: "";
    opacity: 0.8;
    height: 75%;
    width: 3px;
    top: 0.2em;
    transform: scaleY(0.9);
}.secure_safehouse_h h3 {
    padding-left: 0.8rem;
    margin-top: 2rem;
    position: relative;
    color: #000000;
    font-weight: 600;
    margin-bottom: 1rem;
    font-size: calc(35px * 0.85);
}.secure_safehouse_h h3::before {
    transform: scaleY(0.9);
    width: 2px;
    position: absolute;
    opacity: 0.8;
    content: "";
    background: rgb(121,122,121);
    top: 0.25em;
    left: 0;
    height: 70%;
}.secure_safehouse_h h4 {
    font-size: calc(35px * 0.7);
    font-weight: 600;
    margin-bottom: 0.8rem;
    color: #000000;
    padding-left: 0.6rem;
    position: relative;
    margin-top: 1.5rem;
}.secure_safehouse_h h4::before {
    content: "";
    height: 65%;
    top: 0.3em;
    opacity: 0.6;
    background: rgb(121,122,121);
    width: 2px;
    position: absolute;
    left: 0;
}.secure_safehouse_h p {
    margin-bottom: 1.3rem;
    position: relative;
    color: #000000;
    font-size: 17px;
    line-height: 1.7;
}.secure_safehouse_h span {
    border-left: 1px solid rgba(rgb(163,164,162,0.5), 0.3);
    font-size: 17px;
    line-height: 1.7;
    display: block;
    color: #000000;
    padding-left: 0.5rem;
    margin-bottom: 1.3rem;
}.secure_safehouse_h ul {
    margin-bottom: 2rem;
    padding-left: 1.2rem;
    position: relative;
}.secure_safehouse_h ul::before {
    content: "";
    opacity: 0.2;
    height: 100%;
    left: 0;
    top: 0;
    width: 1px;
    background: linear-gradient(to bottom, rgb(163,164,162), transparent);
    position: absolute;
}.secure_safehouse_h li {
    line-height: 1.6;
    margin-bottom: 0.8rem;
    position: relative;
    color: #000000;
    font-size: 17px;
    padding-left: 0.5rem;
}.secure_safehouse_h li::before {
    height: 6px;
    width: 6px;
    position: absolute;
    background: rgb(163,164,162);
    left: -1.2rem;
    content: "";
    border-radius: 1px;
    opacity: 0.8;
    transform: rotate(45deg);
    top: 0.7rem;
}.secure_safehouse_h strong {
    font-weight: 600;
    position: relative;
    color: rgb(121,122,121);
}.secure_safehouse_h p strong::after {
    width: 100%;
    left: 0;
    bottom: -2px;
    position: absolute;
    content: "";
    background: rgb(121,122,121);
    opacity: 0.3;
    height: 1px;
    transform: scaleX(0.97);
}

@media (min-width: 768px) {.secure_safehouse_h {
    padding: 5rem 2rem;
}.secure_safehouse_h .container {
    padding: 3rem 4rem;
    border-left-width: 4px;
}.secure_safehouse_h h1 {
    padding-bottom: 1rem;
    font-size: calc(40px * 1.2);
    margin-bottom: 2.5rem;
}.secure_safehouse_h h1::after {
    height: 4px;
    width: 120px;
}.secure_safehouse_h h2 {
    font-size: calc(35px * 1.1);
    margin-top: 3rem;
    padding-left: 1.5rem;
}.secure_safehouse_h h2::before {
    width: 4px;
}.secure_safehouse_h p, .secure_safehouse_h span {
    line-height: 1.8;
    font-size: calc(17px * 1.05);
}.secure_safehouse_h ul {
    padding-left: 2rem;
}.secure_safehouse_h li {
    font-size: calc(17px * 1.05);
    padding-left: 0.8rem;
}.secure_safehouse_h li::before {
    left: -1.4rem;
    height: 7px;
    width: 7px;
}
}

@media (min-width: 992px) {.secure_safehouse_h {
    padding: 6rem 3rem;
}.secure_safehouse_h .container {
    border-left-width: 5px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 4rem 5rem;
}.secure_safehouse_h h1 {
    margin-bottom: 3rem;
    font-size: calc(40px * 1.3);
}.secure_safehouse_h h1::after {
    width: 140px;
}.secure_safehouse_h p, .secure_safehouse_h span {
    font-size: calc(17px * 1.08);
}.secure_safehouse_h ul {
    padding-left: 2.5rem;
}.secure_safehouse_h li {
    font-size: calc(17px * 1.08);
}
}

@media (max-width: 767px) {.secure_safehouse_h .container {
    padding: 1.5rem;
}.secure_safehouse_h h1 {
    margin-bottom: 1.5rem;
    font-size: calc(40px * 0.9);
}.secure_safehouse_h h2 {
    font-size: calc(35px * 0.95);
    margin-top: 2rem;
}.secure_safehouse_h h3, .secure_safehouse_h h4 {
    font-size: calc(35px * 0.8);
}.secure_safehouse_h p, .secure_safehouse_h span, .secure_safehouse_h li {
    line-height: 1.6;
    font-size: calc(17px * 0.95);
}
}

@media (max-width: 480px) {.secure_safehouse_h {
    padding: 2rem 0.5rem;
}.secure_safehouse_h .container {
    padding: 1.25rem;
}.secure_safehouse_h h1 {
    padding-bottom: 0.6rem;
    font-size: calc(40px * 0.85);
    margin-bottom: 1.2rem;
}.secure_safehouse_h h2 {
    padding-left: 0.8rem;
    font-size: calc(35px * 0.9);
    margin-top: 1.8rem;
}.secure_safehouse_h h3, .secure_safehouse_h h4 {
    font-size: calc(35px * 0.75);
    padding-left: 0.5rem;
}.secure_safehouse_h p, .secure_safehouse_h span, .secure_safehouse_h li {
    line-height: 1.55;
    font-size: calc(17px * 0.9);
}.secure_safehouse_h ul {
    padding-left: 1rem;
}.secure_safehouse_h li::before {
    top: 0.6rem;
    width: 5px;
    height: 5px;
    left: -1rem;
}}header {
    background: rgb(200,198,184);
    z-index: 1000;
    left: 0;
    width: 100%;
    top: 0;
    position: fixed;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}header:before {
    position: absolute;
    background: linear-gradient(90deg, 
        rgb(163,164,162) 0%, 
        rgb(121,122,121) 50%, 
        rgb(163,164,162) 100%
    );
    left: 0;
    width: 100%;
    height: 5px;
    top: 0;
    content: '';
}header:after {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.01);
    background: 
        linear-gradient(135deg, rgb(200,198,184) 25%, transparent 25%) -10px 0,
        linear-gradient(225deg, rgb(200,198,184) 25%, transparent 25%) -10px 0,
        linear-gradient(315deg, rgb(200,198,184) 25%, transparent 25%),
        linear-gradient(45deg, rgb(200,198,184) 25%, transparent 25%);
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.4;
    background-size: 20px 20px;
    bottom: 0;
    pointer-events: none;
    content: '';
}header .nav_tutor_y {
    overflow: hidden;
    position: relative;
}header .nav_tutor_y:before {
    background: linear-gradient(to right, 
        transparent, 
        rgb(163,164,162,0.5),
        transparent
    );
    bottom: 0;
    position: absolute;
    width: 100%;
    content: '';
    height: 1px;
    left: 0;
}header .container {
    max-width: 1200px;
    padding: 15px 25px;
    position: relative;
    margin: 0 auto;
}header .container:before {
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    opacity: 0.7;
    content: '';
    height: 8px;
    left: 10px;
    background: rgb(163,164,162);
    top: 50%;
    width: 8px;
}header .container:after {
    height: 8px;
    content: '';
    width: 8px;
    transform: translateY(-50%) rotate(45deg);
    opacity: 0.7;
    background: rgb(121,122,121);
    position: absolute;
    top: 50%;
    right: 10px;
}header .top_page_X {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}header .top_page_X:before {
    left: 0;
    content: '';
    bottom: -10px;
    background: linear-gradient(90deg,
        transparent 0%,
        #000000 20%,
        #000000 80%,
        transparent 100%
    );
    height: 1px;
    width: 100%;
    opacity: 0.2;
    position: absolute;
}header .main_edu_B {
    align-items: center;
    display: flex;
    position: relative;
    gap: 30px;
}header .main_edu_B:before {
    height: 2px;
    transform: scaleX(0.9);
    opacity: 0;
    position: absolute;
    width: 100%;
    bottom: -8px;
    content: '';
    transform-origin: center;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: rgb(163,164,162);
    left: 0;
}header .main_edu_B:hover:before {
    transform: scaleX(1);
    opacity: 0.3;
}header .nav_master_w {
    text-decoration: none;
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
    font-size: 17px;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    color: #000000;
    padding: 8px 2px;
}header .nav_master_w:before {
    content: '';
    position: absolute;
    transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    left: 0;
    width: 100%;
    background: rgb(163,164,162);
    height: 2px;
    bottom: 0;
    transform: translateX(-101%);
}header .nav_master_w:after {
    position: absolute;
    top: 100%;
    background: rgb(163,164,162);
    transition: all 0.3s ease;
    width: 8px;
    content: '';
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    opacity: 0;
    height: 8px;
}header .nav_master_w:hover {
    color: rgb(163,164,162);
}header .nav_master_w:hover:before {
    transform: translateX(0);
}header .nav_master_w:hover:after {
    opacity: 1;
    top: calc(100% - 3px);
}header .main_bar_k {
    text-decoration: none;
    align-items: center;
    position: relative;
    display: flex;
    padding: 5px 12px;
    transition: all 0.3s ease;
}header .main_bar_k:before {
    border: 2px solid transparent;
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
    left: 0;
    opacity: 0;
    content: '';
    border-radius: 10px;
    background: linear-gradient(rgb(200,198,184), rgb(200,198,184)) padding-box,
                linear-gradient(135deg, rgb(163,164,162), rgb(121,122,121)) border-box;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}header .main_bar_k:after {
    left: -5px;
    height: 10px;
    top: -5px;
    transition: all 0.4s ease;
    opacity: 0;
    border-radius: 50%;
    transform: scale(0);
    position: absolute;
    content: '';
    width: 10px;
    background: linear-gradient(135deg, rgb(163,164,162), rgb(121,122,121));
}header .main_bar_k:hover:before {
    opacity: 1;
}header .main_bar_k:hover:after {
    transform: scale(1);
    opacity: 1;
}header .main_bar_k svg {
    width: auto;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    height: 42px;
}header .main_bar_k: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 .main_edu_B {
    gap: 20px;
}header .main_bar_k svg {
    height: 38px;
}
}

@media (max-width: 767px) {header .main_edu_B {
    height: 100vh;
    background: rgb(200,198,184);
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    max-width: 320px;
    right: -100%;
    position: fixed;
    padding: 75px 30px 30px;
    flex-direction: column;
    z-index: 1001;
    gap: 5px;
    top: 0;
    width: 80%;
}header .main_edu_B:before {
    bottom: auto;
    width: 80%;
    height: 1px;
    top: 60px;
    left: 10%;
}header .menu.active {
    right: 0;
}header .nav_master_w {
    padding: 14px 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    width: 100%;
}header .nav_master_w:last-child {
    border-bottom: none;
}header .nav_master_w:after {
    top: 50%;
    left: 10px;
    transform: translateY(-50%) rotate(45deg);
}header .nav_master_w:hover:after {
    opacity: 1;
    left: 5px;
    top: 50%;
}header .main_bar_k {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 12px 15px;
}header .container:before,
    header .container:after {
    display: none;
}header .main_bar_k svg {
    height: 35px;
}}.newsletter_signup_L {
    overflow: hidden;
    background: rgb(200,198,184);
    font-family: Arial, sans-serif;
    position: relative;
    padding: 6rem 2rem;
}.newsletter_signup_L::before,
.newsletter_signup_L::after {
    border-radius: 50%;
    position: absolute;
    z-index: 0;
    content: "";
}.newsletter_signup_L::before {
    right: -20vw;
    animation: floatBubble 15s infinite alternate ease-in-out;
    background: linear-gradient(135deg, rgb(163,164,162,0.5), transparent);
    filter: blur(30px);
    width: 60vw;
    top: -20vw;
    height: 60vw;
}.newsletter_signup_L::after {
    background: linear-gradient(225deg, rgb(121,122,121,0.5), transparent);
    animation: floatBubble 18s infinite alternate-reverse ease-in-out;
    bottom: -15vw;
    width: 40vw;
    height: 40vw;
    filter: blur(25px);
    left: -15vw;
}.newsletter_signup_L .learning_corner_V {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 1;
}.newsletter_signup_L .message_list_h {
    max-width: 600px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    margin-left: auto;
    border-radius: 14px;
    width: 90%;
    overflow: hidden;
    position: relative;
    background: rgba(255, 255, 255, 0.7);
    padding: 3rem;
    backdrop-filter: blur(10px);
    margin-right: 0;
}.newsletter_signup_L .message_list_h::before,
.newsletter_signup_L .message_list_h::after {
    position: absolute;
    content: "";
    pointer-events: none;
}.newsletter_signup_L .message_list_h::before {
    background: 
        radial-gradient(circle at 30% 40%, rgb(163,164,162,0.5) 0%, transparent 50%),
        radial-gradient(circle at 70% 60%, rgb(121,122,121,0.5) 0%, transparent 50%);
    height: 200%;
    top: -100%;
    left: -25%;
    mix-blend-mode: overlay;
    width: 150%;
    opacity: 0.5;
    animation: rotateBg 20s infinite linear;
}.newsletter_signup_L h3 {
    position: relative;
    font-size: 29px;
    margin-bottom: 2.5rem;
    color: #000000;
    font-weight: 700;
}.newsletter_signup_L .input_holder {
    flex-direction: column;
    display: flex;
    position: relative;
    z-index: 1;
    width: 100%;
}.newsletter_signup_L input[type="email"] {
    margin-bottom: 1.5rem;
    background: #ffffff;
    padding: 1.2rem 1.5rem;
    border: none;
    font-size: 13px;
    color: #000000;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 -2px 5px rgba(255, 255, 255, 0.5) inset;
    border-radius: 50px;
    width: 100%;
}.newsletter_signup_L input[type="email"]:focus {
    box-shadow: 0 5px 15px rgb(163,164,162,0.5), 0 -2px 5px rgba(255, 255, 255, 0.5) inset;
    transform: scale(1.02);
    outline: none;
}.newsletter_signup_L input[type="email"]::placeholder {
    color: #000000;
    opacity: 0.6;
}.newsletter_signup_L .mail_signup_A {
    padding: 1.2rem 3rem;
    transition: all 0.3s ease;
    border-radius: 50px;
    z-index: 1;
    cursor: pointer;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(163,164,162), rgb(121,122,121));
    font-weight: 600;
    align-self: flex-end;
    font-size: 18px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    color: #ffffff;
    border: none;
    position: relative;
}.newsletter_signup_L .mail_signup_A::before {
    transition: opacity 0.3s ease;
    top: 0;
    opacity: 0;
    position: absolute;
    background: linear-gradient(135deg, rgb(121,122,121), rgb(163,164,162));
    content: "";
    height: 100%;
    left: 0;
    width: 100%;
    z-index: -1;
}.newsletter_signup_L .mail_signup_A:hover {
    box-shadow: 0 15px 30px rgb(163,164,162,0.5);
    transform: translateY(-5px);
}.newsletter_signup_L .mail_signup_A:hover::before {
    opacity: 1;
}

@keyframes floatBubble {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(5%, 5%);
    }
}

@keyframes rotateBg {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes waveMove {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(10px);
    }
}

@media (min-width: 768px) {.newsletter_signup_L {
    padding: 8rem 3rem;
}.newsletter_signup_L .message_list_h {
    width: 70%;
    padding: 4rem;
}.newsletter_signup_L .input_holder {
    gap: 1.5rem;
    align-items: center;
    flex-direction: row;
}.newsletter_signup_L input[type="email"] {
    margin-bottom: 0;
    flex: 1;
}
}

@media (max-width: 767px) {.newsletter_signup_L {
    padding: 5rem 1.5rem;
}.newsletter_signup_L h3 {
    font-size: 20px;
}.newsletter_signup_L .message_list_h {
    margin: 0 auto;
    width: 100%;
    padding: 2.5rem 2rem;
}.newsletter_signup_L .mail_signup_A {
    align-self: center;
    width: 100%;
}
}