* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}svg {
    height: 30px;
    width: 30px;
}.mod-tools-H {
    flex: 0 0 auto;
}a {
    color: inherit;
    text-decoration: none;
}html,body {
    height: 100%;
    font-family: Arial, sans-serif;
    scroll-behavior: smooth;
    color: #000000;
    min-height: 100%;
}.outer-container-m {
    flex-direction: column;
    display: flex;
    height: 100%;
    min-height: 100%;
}header,footer {
    width: 100%;
}.container {
    max-width: 100%;
    width: 1125px;
    margin: auto;
}.main-class-O {
    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;
}}
.developer-experience-K {
    padding: 90px 0;
    background: linear-gradient(135deg, rgb(239,225,204) 0%, #f5f7fa 100%);
    overflow: hidden;
    position: relative;
}.developer-experience-K::before {
    background: linear-gradient(45deg, rgb(210,184,147,0.5), rgb(181,150,103,0.5));
    opacity: 0.4;
    height: 300px;
    filter: blur(60px);
    right: -5%;
    top: -10%;
    position: absolute;
    z-index: 0;
    width: 300px;
    content: "";
    animation: float 15s ease-in-out infinite alternate;
}.developer-experience-K::after {
    position: absolute;
    left: -5%;
    content: "";
    height: 250px;
    bottom: -5%;
    z-index: 0;
    opacity: 0.3;
    background: linear-gradient(225deg, rgb(181,150,103,0.5), rgb(210,184,147,0.5));
    animation: float 18s ease-in-out infinite alternate-reverse;
    width: 250px;
    filter: blur(50px);
}.developer-experience-K .container {
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 1;
    max-width: 1200px;
}.developer-experience-K .review-lounge-2 {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    position: relative;
    grid-gap: 30px;
    background: #ffffff;
    display: grid;
    grid-template-columns: 1fr;
    padding: 40px;
    transform: perspective(1000px) rotateY(2deg);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}.developer-experience-K .review-lounge-2:hover {
    transform: perspective(1000px) rotateY(0deg);
}.developer-experience-K .review-lounge-2 > div:first-child {
    margin-bottom: 10px;
    position: relative;
}.developer-experience-K .img-shadow-box-z {
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
    border: 3px solid #ffffff;
    height: 120px;
    width: 120px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}.developer-experience-K .review-lounge-2:hover .img-shadow-box-z {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    transform: scale(1.05) translateY(-5px);
}.developer-experience-K .name {
    font-size: 24px;
    margin-bottom: 5px;
    color: rgb(210,184,147);
    font-weight: 700;
    position: relative;
    display: inline-block;
}.developer-experience-K .name::after {
    background: linear-gradient(90deg, rgb(210,184,147), rgb(181,150,103));
    content: "";
    left: 0;
    width: 0;
    transition: width 0.3s ease-in-out;
    height: 3px;
    position: absolute;
    bottom: -4px;
}.developer-experience-K .review-lounge-2:hover .name::after {
    width: 100%;
}.developer-experience-K .review-lounge-2 > div:nth-child(2) > div {
    position: relative;
    padding-left: 0;
    font-weight: 600;
    color: rgb(181,150,103);
    margin-bottom: 15px;
    font-size: calc(13px - 1px);
    transition: padding-left 0.3s ease;
}.developer-experience-K .review-lounge-2:hover > div:nth-child(2) > div {
    padding-left: 10px;
}.developer-experience-K .emp-exp-p {
    font-size: 13px;
    line-height: 1.7;
    border-left: 3px solid rgb(210,184,147);
    position: relative;
    color: #000000;
    padding: 20px;
    margin: 0;
    background: linear-gradient(to right, rgba(245, 247, 250, 0.5), rgba(245, 247, 250, 0));
    font-family: Arial, sans-serif;
}.developer-experience-K .emp-exp-p::before {
    left: 10px;
    font-size: 60px;
    position: absolute;
    content: "";
    opacity: 0.3;
    top: -15px;
    color: rgb(210,184,147,0.5);
    line-height: 1;
    font-family: serif;
}

@media (min-width: 768px) {.developer-experience-K {
    padding: 120px 0;
}.developer-experience-K .review-lounge-2 {
    grid-template-rows: auto 1fr;
    padding: 50px;
    grid-template-columns: 150px 1fr;
}.developer-experience-K .review-lounge-2 > div:first-child {
    grid-row: 1 / span 2;
    margin-bottom: 0;
}.developer-experience-K .img-shadow-box-z {
    height: 150px;
    width: 150px;
}.developer-experience-K .review-lounge-2 > div:nth-child(2) {
    align-self: end;
}.developer-experience-K .review-lounge-2 > div:nth-child(3) {
    grid-row: 2;
    grid-column: 2;
}
}

@media (min-width: 992px) {.developer-experience-K .review-lounge-2 {
    grid-gap: 40px;
    grid-template-columns: 180px 1fr;
    padding: 60px;
}.developer-experience-K .img-shadow-box-z {
    width: 180px;
    height: 180px;
}.developer-experience-K .name {
    font-size: calc(24px + 2px);
}.developer-experience-K .emp-exp-p {
    font-size: calc(13px + 1px);
    padding: 25px;
}
}

@media (max-width: 767px) {.developer-experience-K {
    padding: 60px 0;
}.developer-experience-K .review-lounge-2 {
    text-align: center;
    padding: 30px;
}.developer-experience-K .img-shadow-box-z {
    margin: 0 auto 20px;
}.developer-experience-K .name::after {
    left: 50%;
    transform: translateX(-50%);
}.developer-experience-K .review-lounge-2:hover > div:nth-child(2) > div {
    padding-left: 0;
}.developer-experience-K .emp-exp-p {
    text-align: left;
    padding: 15px;
}}

@keyframes float {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    50% {
        transform: translate(15px, 15px) rotate(5deg);
    }
    100% {
        transform: translate(-15px, 10px) rotate(-5deg);
    }
}.ty-success-Q {
    background: linear-gradient(135deg, rgb(239,225,204) 0%, rgb(210,184,147,0.5) 100%);
    overflow: hidden;
    padding: 100px 0;
    position: relative;
}.ty-success-Q::before {
    width: 100%;
    height: 100%;
    position: absolute;
    pointer-events: none;
    content: "";
    top: 0;
    z-index: 1;
    background-image: repeating-linear-gradient(0deg, transparent, transparent 20px, rgba(255,255,255,0.03) 20px, rgba(255,255,255,0.03) 40px);
    left: 0;
}.ty-success-Q::after {
    top: -150px;
    height: 300px;
    background: radial-gradient(circle, rgb(181,150,103) 0%, transparent 70%);
    position: absolute;
    border-radius: 50%;
    animation: float 15s infinite ease-in-out;
    width: 300px;
    opacity: 0.2;
    filter: blur(50px);
    content: "";
    right: -150px;
}.ty-success-Q .container {
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
}.ty-success-Q h2 {
    margin-bottom: 40px;
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-align: center;
    letter-spacing: 0.5px;
    font-family: Arial, sans-serif;
    line-height: 1.4;
    font-weight: 700;
    transform-origin: center;
    color: rgb(210,184,147);
    font-size: 31px;
}.ty-success-Q h2::after {
    transform: translateX(-50%);
    bottom: -15px;
    left: 50%;
    height: 3px;
    transition: width 0.3s ease;
    position: absolute;
    width: 80px;
    content: "";
    background: linear-gradient(90deg, rgb(210,184,147), rgb(181,150,103));
}.ty-success-Q .value-vision-v {
    overflow: hidden;
    transform: translateY(0);
    background: #ffffff;
    padding: 40px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.1), 
                0 5px 15px rgba(0,0,0,0.05);
    position: relative;
    border-radius: 12px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.ty-success-Q .value-vision-v::before {
    height: 6px;
    top: 0;
    position: absolute;
    background-size: 200% 100%;
    width: 100%;
    left: 0;
    animation: gradientShift 6s infinite linear;
    content: "";
    background: linear-gradient(90deg, rgb(210,184,147), rgb(181,150,103), rgb(210,184,147));
}.ty-success-Q .value-vision-v:hover {
    transform: translateY(-5px);
}.ty-success-Q .value-vision-v:hover h2::after {
    width: 120px;
}.ty-success-Q ul {
    padding: 0;
    margin: 0;
    list-style: none;
}.ty-success-Q li {
    padding-left: 25px;
    position: relative;
}.ty-success-Q li::before {
    height: 10px;
    transition: transform 0.3s ease;
    left: 0;
    position: absolute;
    top: 8px;
    content: "";
    transform: rotate(45deg);
    background: rgb(181,150,103);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    width: 10px;
}.ty-success-Q li:hover::before {
    transform: rotate(225deg) scale(1.2);
}.ty-success-Q span {
    font-size: calc(13px + 2px);
    font-weight: 400;
    letter-spacing: 0.3px;
    display: block;
    padding: 10px 0;
    font-family: Arial, sans-serif;
    line-height: 1.7;
    color: #000000;
    position: relative;
}.ty-success-Q span::after {
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(0,0,0,0.05), transparent);
    left: 0;
    height: 1px;
    position: absolute;
    bottom: 0;
    content: "";
}

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

@keyframes float {
    0% { transform: translate(0, 0); }
    25% { transform: translate(-30px, 30px); }
    50% { transform: translate(0, 60px); }
    75% { transform: translate(30px, 30px); }
    100% { transform: translate(0, 0); }
}

@media (max-width: 1024px) {.ty-success-Q {
    padding: 80px 0;
}.ty-success-Q h2 {
    font-size: calc(31px - 2px);
}.ty-success-Q .value-vision-v {
    padding: 30px;
}.ty-success-Q span {
    font-size: 13px;
}
}

@media (max-width: 768px) {.ty-success-Q {
    padding: 60px 0;
}.ty-success-Q h2 {
    font-size: calc(31px - 4px);
    transform: perspective(1000px) rotateX(1deg);
}.ty-success-Q .value-vision-v {
    padding: 25px;
}.ty-success-Q li::before {
    top: 6px;
}.ty-success-Q span {
    font-size: calc(13px - 1px);
    line-height: 1.6;
}
}

@media (max-width: 480px) {.ty-success-Q {
    padding: 40px 0;
}.ty-success-Q h2 {
    margin-bottom: 30px;
    transform: none;
    font-size: calc(31px - 6px);
}.ty-success-Q h2::after {
    bottom: -10px;
    width: 60px;
}.ty-success-Q .value-vision-v {
    padding: 20px;
}.ty-success-Q li {
    padding-left: 20px;
}.ty-success-Q li::before {
    top: 7px;
    height: 8px;
    width: 8px;
}.ty-success-Q span {
    letter-spacing: 0.2px;
    line-height: 1.5;
    font-size: calc(13px - 2px);
}}.operation-process-5 {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(239,225,204), #ffffff);
    padding: 5rem 0;
}.operation-process-5::before {
    z-index: 1;
    height: 100%;
    width: 100%;
    left: 0;
    background-image: repeating-linear-gradient(
        45deg,
        rgba(rgb(210,184,147,0.5), 0.03),
        rgba(rgb(210,184,147,0.5), 0.03) 1px,
        transparent 1px,
        transparent 10px
    );
    top: 0;
    content: "";
    position: absolute;
}.operation-process-5::after {
    content: "";
    border: 1px solid rgba(rgb(210,184,147,0.5), 0.2);
    width: 200px;
    position: absolute;
    top: -50px;
    transform: rotate(15deg);
    z-index: 0;
    height: 200px;
    right: -50px;
}.operation-process-5 .container.value-vision-v {
    z-index: 2;
    position: relative;
    padding: 0 2rem;
    margin: 0 auto;
    max-width: 1200px;
}.operation-process-5 .container.value-vision-v > div {
    background-color: #ffffff;
    transform: translateY(0);
    position: relative;
    padding: 3.5rem 4rem;
    box-shadow: 0 15px 40px rgba(rgba(0, 0, 0, 0.5), 0.08);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.5s ease;
}.operation-process-5 .container.value-vision-v > div:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(rgba(0, 0, 0, 0.5), 0.12);
}.operation-process-5 .container.value-vision-v > div::before {
    background: linear-gradient(to bottom, rgb(210,184,147), rgb(181,150,103));
    content: "";
    position: absolute;
    left: 0;
    width: 5px;
    top: 0;
    height: 0;
    transition: height 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}.operation-process-5 .container.value-vision-v > div:hover::before {
    height: 100%;
}.operation-process-5 .container.value-vision-v > div::after {
    opacity: 0.2;
    height: 40px;
    width: 40px;
    content: "";
    background: linear-gradient(45deg, transparent 48%, rgb(181,150,103) 48%, rgb(181,150,103) 52%, transparent 52%);
    right: 2rem;
    transform: rotate(45deg);
    bottom: 2rem;
    position: absolute;
}.operation-process-5 h3 {
    padding-bottom: 1rem;
    position: relative;
    color: #000000;
    line-height: 1.3;
    letter-spacing: -0.02em;
    font-size: 2.2rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    font-family: Arial, sans-serif;
}.operation-process-5 h3::after {
    width: 80px;
    background: linear-gradient(90deg, rgb(210,184,147), rgb(181,150,103));
    transition: width 0.4s ease;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    content: "";
}.operation-process-5 .container.value-vision-v > div:hover h3::after {
    width: 120px;
}.operation-process-5 p {
    transition: transform 0.3s ease;
    position: relative;
    font-family: Arial, sans-serif;
    line-height: 1.8;
    color: #000000;
    margin: 0;
    font-size: 12px;
}.operation-process-5 p span {
    display: block;
    border-left: 1px dashed rgba(rgb(210,184,147,0.5), 0.3);
    position: relative;
    padding-left: 1rem;
}

@media (min-width: 992px) {.operation-process-5 .container.value-vision-v > div {
    display: grid;
    margin-left: 3rem;
    padding: 4rem 5rem;
    grid-template-columns: 1fr;
}.operation-process-5 h3 {
    font-size: 2.6rem;
    margin-bottom: 2rem;
}.operation-process-5 p {
    font-size: calc(12px + 0.1rem);
    line-height: 1.9;
}
}

@media (min-width: 1200px) {.operation-process-5 {
    padding: 7rem 0;
}.operation-process-5 .container.value-vision-v > div {
    margin-left: 5rem;
    padding: 5rem 6rem;
}.operation-process-5 h3 {
    font-size: 2.8rem;
}.operation-process-5 p span {
    padding-left: 1.5rem;
}
}

@media (max-width: 991px) {.operation-process-5 {
    padding: 4rem 0;
}.operation-process-5 .container.value-vision-v {
    padding: 0 1.5rem;
}.operation-process-5 .container.value-vision-v > div {
    padding: 2.5rem 2rem;
}.operation-process-5 h3 {
    font-size: 1.8rem;
    padding-bottom: 0.8rem;
    margin-bottom: 1.2rem;
}.operation-process-5 h3::after {
    height: 2px;
    width: 60px;
}
}

@media (max-width: 767px) {.operation-process-5 {
    padding: 3rem 0;
}.operation-process-5 .container.value-vision-v > div {
    padding: 2rem 1.5rem;
}.operation-process-5 h3 {
    font-size: 1.6rem;
}.operation-process-5 p {
    line-height: 1.7;
    font-size: calc(12px - 0.1rem);
}.operation-process-5 p span {
    padding-left: 0.75rem;
}
}

@media (max-width: 575px) {.operation-process-5 .container.value-vision-v > div {
    padding: 1.75rem 1.25rem;
}.operation-process-5 .container.value-vision-v > div::after {
    display: none;
}.operation-process-5 h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    padding-bottom: 0.6rem;
}.operation-process-5 h3::after {
    width: 50px;
}}.course-highlights-b {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(239,225,204) 40%, rgb(210,184,147,0.5) 140%);
}.course-highlights-b::before {
    position: absolute;
    top: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(255, 255, 255, 0.5) 0px,
        rgb(255, 255, 255, 0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    width: 100%;
    pointer-events: none;
    left: 0;
    opacity: 0.07;
    height: 100%;
    content: "";
}.course-highlights-b::after {
    opacity: 0.1;
    background: radial-gradient(circle at center, rgb(210,184,147,0.5) 10%, transparent 70%);
    transform: rotate(-15deg);
    top: -50%;
    height: 200%;
    right: -20%;
    width: 60%;
    position: absolute;
    content: "";
    pointer-events: none;
}.course-highlights-b .container {
    z-index: 2;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}.course-highlights-b .class-track-c {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    display: flex;
    transform: perspective(1200px) rotateY(-2deg);
    background: #ffffff;
    transition: transform 0.6s cubic-bezier(0.17, 0.67, 0.3, 0.96);
    flex-direction: column;
    border-left: 4px solid rgb(210,184,147);
}.course-highlights-b .class-track-c:hover {
    transform: perspective(1200px) rotateY(0deg);
}.course-highlights-b .img-shadow-box-z {
    overflow: hidden;
    transform-origin: center center;
    position: relative;
    height: 300px;
    transition: all 0.5s cubic-bezier(0.17, 0.67, 0.3, 0.96);
}.course-highlights-b .img-shadow-box-z::before {
    content: "";
    left: 0;
    right: 0;
    background: linear-gradient(
        to bottom,
        transparent 70%, 
        #000000 100%
    );
    z-index: 1;
    top: 0;
    opacity: 0.7;
    position: absolute;
    bottom: 0;
}.course-highlights-b .img-shadow-box-z::after {
    mix-blend-mode: overlay;
    top: -10%;
    transform: scale(1.05);
    transition: transform 0.5s ease;
    background: rgb(210,184,147);
    width: 120%;
    position: absolute;
    left: -10%;
    content: "";
    opacity: 0.2;
    height: 120%;
}.course-highlights-b .class-track-c:hover .img-shadow-box-z::after {
    transform: scale(1);
}.course-highlights-b .text-wrap-h {
    background: #ffffff;
    padding: 40px;
    position: relative;
}.course-highlights-b .text-wrap-h::before {
    height: 3px;
    width: 100px;
    left: 0;
    top: 0;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(210,184,147) 0%, transparent 100%);
}.course-highlights-b h3 {
    font-size: calc(18px * 1.1);
    color: #000000;
    letter-spacing: -0.02em;
    margin-bottom: 24px;
    transition: transform 0.3s ease;
    transform-origin: left center;
    line-height: 1.4;
    font-family: Arial, sans-serif;
    font-weight: 700;
    position: relative;
}.course-highlights-b .class-track-c:hover h3 {
    transform: translateX(5px);
    color: rgb(210,184,147);
}.course-highlights-b p.description {
    overflow-y: auto;
    font-family: Arial, sans-serif;
    position: relative;
    line-height: 1.75;
    font-size: 16px;
    color: #000000;
    margin-bottom: 24px;
    max-height: 250px;
    padding-right: 15px;
}.course-highlights-b p.description::-webkit-scrollbar {
    width: 4px;
}.course-highlights-b p.description::-webkit-scrollbar-track {
    background: rgb(239,225,204);
}.course-highlights-b p.description::-webkit-scrollbar-thumb {
    background: rgb(210,184,147,0.5);
    border-radius: 10px;
}.course-highlights-b span.description {
    display: none;
}.course-highlights-b .text-wrap-h div {
    position: relative;
}.course-highlights-b .text-wrap-h div::after {
    pointer-events: none;
    height: 40px;
    position: absolute;
    background: linear-gradient(to top, #ffffff 0%, transparent 100%);
    opacity: 0.8;
    bottom: 0;
    left: 0;
    width: 100%;
    content: "";
}

@media (min-width: 768px) {.course-highlights-b .class-track-c {
    flex-direction: row;
    max-height: 600px;
}.course-highlights-b .img-shadow-box-z {
    width: 45%;
    transition: transform 0.6s cubic-bezier(0.17, 0.67, 0.3, 0.96);
    height: auto;
    transform: translateX(-10px);
}.course-highlights-b .class-track-c:hover .img-shadow-box-z {
    transform: translateX(0);
}.course-highlights-b .text-wrap-h {
    display: flex;
    width: 55%;
    flex-direction: column;
    justify-content: center;
}.course-highlights-b h3 {
    font-size: 18px;
}.course-highlights-b p.description {
    max-height: 350px;
}
}

@media (min-width: 992px) {.course-highlights-b {
    padding: 150px 0;
}.course-highlights-b .class-track-c {
    max-height: 550px;
}.course-highlights-b .img-shadow-box-z {
    transform: translateX(-20px);
}.course-highlights-b .text-wrap-h {
    padding: 60px;
}.course-highlights-b h3 {
    font-size: calc(30px * 0.7);
    margin-bottom: 30px;
}.course-highlights-b p.description {
    max-height: 300px;
    font-size: calc(16px * 1.05);
    line-height: 1.8;
}
}

@media (max-width: 767px) {.course-highlights-b {
    padding: 80px 0;
}.course-highlights-b .class-track-c {
    transform: perspective(1200px) rotateY(0deg);
}.course-highlights-b .text-wrap-h {
    padding: 30px 20px;
}.course-highlights-b h3 {
    font-size: calc(18px * 0.95);
    margin-bottom: 20px;
}.course-highlights-b p.description {
    line-height: 1.6;
    font-size: calc(16px * 0.95);
}
}

@media (max-width: 480px) {.course-highlights-b {
    padding: 60px 0;
}.course-highlights-b .img-shadow-box-z {
    height: 200px;
}.course-highlights-b .text-wrap-h {
    padding: 25px 15px;
}.course-highlights-b h3 {
    font-size: calc(18px * 0.9);
    margin-bottom: 15px;
}}.modalTrackingConsent-N {
    background: rgb(239,225,204);
    border-top: 3px solid rgb(210,184,147);
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    width: 100%;
    padding: 20px 0;
    position: fixed;
    bottom: 0;
    z-index: 90;
}.cookie-rules-o {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    max-width: 1200px;
    align-items: center;
    padding: 0 20px;
    margin: auto;
}#trackingFormPanel-t {
    display: none;
}#trackingFormPanel-t:checked ~ .modalTrackingConsent-N {
    opacity: 0;
    visibility: hidden;
}.modalTrackingConsent-N h5 {
    margin-bottom: 6px;
    letter-spacing: 1px;
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 700;
    color: rgb(210,184,147);
}.modalTrackingConsent-N p {
    font-size: 12px;
    color: #000000;
    max-width: 500px;
}.visitor-acceptance-c {
    margin-right: 20px;
    flex-shrink: 0;
}.visitor-acceptance-c svg, .visitor-acceptance-c svg path {
    height: 80px;
    fill: rgb(210,184,147);
    width: 80px;
}.cookie-frame-M {
    min-width: 140px;
    border: 2px solid transparent;
    font-weight: 600;
    flex-shrink: 0;
    margin-left: 10px;
    color: #ffffff;
    font-size: 14px;
    border-radius: 10px;
    text-transform: uppercase;
    text-align: center;
    background: rgb(210,184,147);
    padding: 12px 24px;
    text-decoration: none;
    transition: border 0.2s;
}.cookie_button.data-policy-x {
    background: rgb(210,184,147);
}.cookie_button.cookie-preference-U {
    background: rgb(181,150,103);
}.cookie-frame-M:hover {
    border: 2px solid #ffffff;
}.modalTrackingConsent-N p a {
    text-decoration: underline;
    font-weight: 700;
    color: rgb(210,184,147);
}
@media only screen and (max-width: 1200px) {.cookie-rules-o {
    padding: 0 10px;
}
}
@media only screen and (max-width: 800px) {.visitor-acceptance-c {
    display: none;
}.cookie-rules-o {
    align-items: center;
    text-align: center;
    flex-direction: column;
    justify-content: center;
}.modalTrackingConsent-N h5, .modalTrackingConsent-N p {
    text-align: center;
}.visitor-settings-Y {
    margin-bottom: 20px;
}.cookie-frame-M {
    margin-left: 0;
    width: 100%;
    max-width: 300px;
    margin-top: 10px;
}}
.outer-container-m .modalTrackingConsent-N {
    background: rgb(181,150,103);
    padding: 30px 0;
    border: none;
}.outer-container-m .cookie-frame-M {
    background: rgb(210,184,147);
    font-weight: 600;
    font-size: 14px;
    border-radius: 10px;
    color: #ffffff;
    margin-left: 0;
    border: none;
}.outer-container-m .visitor-settings-Y h5, .outer-container-m .visitor-settings-Y p {
    color: #ffffff;
}.price-pack-i {
    background: #ffffff;
    padding: 7rem 0;
    position: relative;
    overflow: hidden;
}.price-pack-i::before {
    content: '';
    right: -100px;
    height: 400px;
    opacity: 0.6;
    background: linear-gradient(135deg, rgb(210,184,147,0.5), transparent);
    width: 400px;
    top: -150px;
    animation: float 15s ease-in-out infinite alternate;
    position: absolute;
    filter: blur(30px);
    z-index: 1;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
}.price-pack-i::after {
    width: 300px;
    animation: float 18s ease-in-out infinite alternate-reverse;
    background: linear-gradient(135deg, rgb(181,150,103,0.5), transparent);
    opacity: 0.5;
    position: absolute;
    filter: blur(25px);
    left: -50px;
    z-index: 1;
    bottom: -100px;
    height: 300px;
    border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
    content: '';
}.price-pack-i .container {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 0 15px;
    max-width: 1200px;
}.price-pack-i .cost-table-P {
    flex-direction: column;
    display: flex;
}.price-pack-i .price-panel-9 {
    transform: translateY(20px);
    text-align: center;
    opacity: 0;
    margin-bottom: 3rem;
    animation: fadeUp 0.8s ease-out 0.2s forwards;
}.price-pack-i .price-panel-9 h2 {
    font-weight: 700;
    color: #000000;
    font-size: 36px;
    margin-bottom: 1rem;
    position: relative;
    display: inline-block;
}.price-pack-i .price-panel-9 h2::after {
    background: rgb(210,184,147);
    position: absolute;
    height: 3px;
    bottom: -10px;
    left: 50%;
    content: '';
    width: 80px;
    transform: translateX(-50%);
}.price-pack-i .payment-option-E {
    margin: 1.5rem auto 0;
    color: #000000;
    line-height: 1.6;
    max-width: 700px;
    font-size: 14px;
}.price-pack-i .bundle-rate-E {
    margin-top: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2rem;
    display: grid;
}.price-pack-i .study-cost-t {
    transform: translateY(30px);
    display: block;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    opacity: 0;
    animation: fadeUp 0.8s ease-out 0.4s forwards;
    text-decoration: none;
}.price-pack-i .study-cost-t:nth-child(2) {
    animation-delay: 0.5s;
}.price-pack-i .study-cost-t:nth-child(3) {
    animation-delay: 0.6s;
}.price-pack-i .study-cost-t:nth-child(4) {
    animation-delay: 0.7s;
}.price-pack-i .study-cost-t:hover {
    transform: translateY(-10px);
}.price-pack-i .payment-scheme-v {
    transition: all 0.4s ease;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06), 
                0 5px 15px rgba(0, 0, 0, 0.04);
    display: flex;
    background: linear-gradient(140deg, #ffffff, #f8f9fa);
    overflow: hidden;
    border-radius: 4px;
    height: 100%;
    position: relative;
    flex-direction: column;
}.price-pack-i .study-cost-t:hover .payment-scheme-v {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 10px 20px rgba(0, 0, 0, 0.08);
}.price-pack-i .discount-deals-a {
    z-index: 2;
    flex-grow: 1;
    flex-direction: column;
    display: flex;
    position: relative;
    padding: 2.5rem 2rem;
}.price-pack-i .discount-deals-a h3 {
    font-size: calc(21px + 2px);
    transition: color 0.3s ease;
    position: relative;
    margin-bottom: 1rem;
    color: #000000;
    font-weight: 700;
}.price-pack-i .study-cost-t:hover .discount-deals-a h3 {
    color: rgb(210,184,147);
}.price-pack-i .rate-choices-a {
    padding-bottom: 10px;
    display: inline-block;
    font-weight: 700;
    font-size: calc(21px + 4px);
    color: rgb(210,184,147);
    margin-bottom: 1.5rem;
    position: relative;
}.price-pack-i .rate-choices-a::after {
    height: 2px;
    content: '';
    position: absolute;
    background: rgb(210,184,147,0.5);
    bottom: 0;
    transition: width 0.3s ease;
    width: 40px;
    left: 0;
}.price-pack-i .study-cost-t:hover .rate-choices-a::after {
    width: 80px;
}.price-pack-i .discount-deals-a p {
    hyphens: auto;
    flex-grow: 1;
    overflow-wrap: break-word;
    margin-bottom: 2rem;
    white-space: normal;
    line-height: 1.6;
    color: #000000;
    font-size: 14px;
    word-wrap: break-word;
}.price-pack-i .img-shadow-box-z {
    height: 200px;
    width: 100%;
    overflow: hidden;
    position: relative;
    transition: all 0.5s ease;
}.price-pack-i .img-shadow-box-z::after {
    position: absolute;
    content: '';
    background: linear-gradient(to top, rgba(0,0,0,0.3), transparent);
    opacity: 0;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: opacity 0.4s ease;
}.price-pack-i .study-cost-t:hover .img-shadow-box-z::after {
    opacity: 1;
}

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

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

@media (min-width: 992px) {.price-pack-i .cost-table-P {
    flex-direction: row-reverse;
}.price-pack-i .price-panel-9 {
    text-align: left;
    width: 35%;
    padding-right: 3rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
}.price-pack-i .price-panel-9 h2 {
    text-align: left;
}.price-pack-i .price-panel-9 h2::after {
    left: 0;
    transform: none;
}.price-pack-i .payment-option-E {
    margin: 1.5rem 0 0;
}.price-pack-i .bundle-rate-E {
    margin-top: 0;
    gap: 2rem;
    width: 65%;
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 991px) {.price-pack-i {
    padding: 5rem 0;
}.price-pack-i .price-panel-9 {
    margin-bottom: 2rem;
}.price-pack-i .bundle-rate-E {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.5rem;
}
}

@media (max-width: 767px) {.price-pack-i {
    padding: 4rem 0;
}.price-pack-i .discount-deals-a {
    padding: 2rem 1.5rem;
}.price-pack-i .img-shadow-box-z {
    height: 180px;
}
}

@media (max-width: 575px) {.price-pack-i {
    padding: 3rem 0;
}.price-pack-i .price-panel-9 h2 {
    font-size: calc(36px - 4px);
}.price-pack-i .bundle-rate-E {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.price-pack-i .discount-deals-a {
    padding: 1.5rem 1.25rem;
}.price-pack-i .img-shadow-box-z {
    height: 160px;
}
}

@media (hover: none) {.price-pack-i .study-cost-t:hover {
    transform: none;
}.price-pack-i .study-cost-t:hover .payment-scheme-v {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06), 
                    0 5px 15px rgba(0, 0, 0, 0.04);
}.price-pack-i .study-cost-t:hover .img-shadow-box-z::after {
    opacity: 0;
}.price-pack-i .study-cost-t:hover .rate-choices-a::after {
    width: 40px;
}}.homepage-K {
    justify-content: center;
    align-items: center;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    padding: 2rem;
    position: relative;
    box-sizing: border-box;
}.homepage-K::before {
    background: linear-gradient(135deg, 
    rgba(#000000, 0.85) 0%,
    rgba(#000000, 0.65) 50%,
    rgba(rgb(210,184,147), 0.75) 100%);
    z-index: 1;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}.homepage-K::after {
    top: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    pointer-events: none;
    right: 0;
    background: radial-gradient(
    circle at 65% 35%,
    rgba(rgb(181,150,103), 0.3) 0%,
    transparent 70%
  );
    z-index: 2;
    content: "";
}.homepage-K > div {
    position: relative;
    width: 100%;
    z-index: 3;
    display: flex;
    gap: 3rem;
    flex-direction: column;
    max-width: 1200px;
}.homepage-K > div > div:first-child {
    transform: translateX(-2rem);
    opacity: 0;
    animation: slide-in 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}.homepage-K .title_style_header {
    font-size: clamp(2.5rem, 5vw, 39px);
    color: #ffffff;
    font-weight: 700;
    margin: 0;
    padding-bottom: 1.5rem;
    position: relative;
    line-height: 1.2;
}.homepage-K .title_style_header::after {
    transform-origin: left center;
    background: linear-gradient(90deg, 
    rgb(181,150,103) 0%,
    rgb(210,184,147) 100%);
    transform: scaleX(0);
    animation: expand 1.2s cubic-bezier(0.34, 1.56, 0.64, 1) 0.5s forwards;
    position: absolute;
    bottom: 0;
    width: 8rem;
    left: 0;
    height: 4px;
    content: "";
}.homepage-K .edu-start-E {
    border-left: 4px solid rgb(181,150,103);
    transform: translateY(2rem);
    backdrop-filter: blur(10px);
    background: linear-gradient(
    135deg,
    rgba(#000000, 0.9) 0%,
    rgba(#000000, 0.75) 100%
  );
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    opacity: 0;
    padding: 2.5rem;
    animation: fade-up 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.4s forwards;
    max-width: 90%;
    flex-direction: column;
    display: flex;
    margin-left: auto;
    gap: 2rem;
}.homepage-K .exp-years-y {
    overflow: hidden;
    position: relative;
}.homepage-K .exp-years-y::before {
    left: 0;
    height: 100%;
    position: absolute;
    background: linear-gradient(90deg, 
    rgba(rgb(181,150,103), 0.1) 0%,
    transparent 20%);
    content: "";
    animation: sweep 1.5s cubic-bezier(0.25, 1, 0.5, 1) 1s forwards;
    transform: translateX(-100%);
    width: 100%;
    top: 0;
}.homepage-K h3 {
    font-size: clamp(1.25rem, 3vw, 18px);
    line-height: 1.4;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
}.homepage-K span {
    padding-left: 1.5rem;
    position: relative;
    display: block;
}.homepage-K span::before {
    transform: translateY(-50%);
    width: 0.75rem;
    position: absolute;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    left: 0;
    top: 50%;
    content: "";
    background: rgb(181,150,103);
    height: 0.75rem;
}.homepage-K p {
    font-weight: 400;
    margin: 0;
    line-height: 1.6;
    font-size: clamp(1rem, 2vw, 18px);
    color: #ffffff;
}

@keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateX(-2rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fade-up {
  0% {
    opacity: 0;
    transform: translateY(2rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

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

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

@media (min-width: 768px) {.homepage-K {
    padding: 4rem;
}.homepage-K > div {
    align-items: center;
    gap: 4rem;
    flex-direction: row;
}.homepage-K > div > div:first-child {
    flex: 1;
}.homepage-K .edu-start-E {
    margin-left: 0;
    animation: fade-left 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.4s forwards;
    transform: translateY(0) translateX(2rem);
    flex: 1.5;
    max-width: none;
}
  
  @keyframes fade-left {
    0% {
      opacity: 0;
      transform: translateX(2rem);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
}

@media (min-width: 1200px) {.homepage-K {
    padding: 0;
}.homepage-K > div {
    gap: 6rem;
}.homepage-K .title_style_header {
    font-size: 39px;
}.homepage-K .title_style_header::after {
    width: 12rem;
}.homepage-K .edu-start-E {
    padding: 3.5rem;
}.homepage-K h3 {
    font-size: 18px;
}.homepage-K p {
    font-size: 18px;
}
}

@media (max-width: 575px) {.homepage-K {
    padding: 1.5rem;
}.homepage-K > div {
    gap: 2rem;
}.homepage-K .edu-start-E {
    padding: 1.5rem;
    gap: 1.5rem;
}}.testimonials-6 {
    padding: 4rem 0;
    background: linear-gradient(145deg, rgb(239,225,204) 0%, rgb(210,184,147,0.5) 100%);
    overflow: hidden;
    position: relative;
}.testimonials-6::before {
    z-index: 0;
    width: 100%;
    height: 100%;
    opacity: 0.15;
    content: "";
    position: absolute;
    top: 0;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(210,184,147,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(181,150,103,0.5) 0%, transparent 40%);
    left: 0;
}.testimonials-6::after {
    background: rgb(210,184,147,0.5);
    content: "";
    right: -50px;
    z-index: 0;
    top: -50px;
    filter: blur(80px);
    width: 200px;
    height: 200px;
    position: absolute;
}.testimonials-6 .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    z-index: 1;
}.testimonials-6 h2 {
    transform: perspective(1000px) rotateX(2deg);
    font-weight: 700;
    margin-bottom: 3rem;
    position: relative;
    text-align: center;
    color: #000000;
    font-size: 30px;
    line-height: 1.4;
}.testimonials-6 h2::after {
    height: 4px;
    width: 80px;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(210,184,147) 0%, rgb(181,150,103) 100%);
    position: absolute;
    bottom: -15px;
}.testimonials-6 .value-vision-v {
    padding: 1rem 0;
    position: relative;
}.testimonials-6 .feedback-track-5 {
    display: grid;
    perspective: 1000px;
    transform-style: preserve-3d;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2rem;
}.testimonials-6 .review-lounge-2 {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 4px rgba(0, 0, 0, 0.02), 
                0 20px 25px -5px rgba(0, 0, 0, 0.05);
    display: flex;
    border-radius: 2px;
    position: relative;
    flex-direction: column;
    min-height: 220px;
    transform: translateZ(0);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
                box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    padding: 2rem;
    background: #ffffff;
    border-left: 4px solid rgb(210,184,147);
    overflow: hidden;
}.testimonials-6 .review-lounge-2::before {
    content: "";
    position: absolute;
    font-family: Georgia, serif;
    z-index: 0;
    color: rgb(181,150,103,0.5);
    opacity: 0.15;
    top: -15px;
    line-height: 1;
    font-size: 120px;
    right: 15px;
}.testimonials-6 .review-lounge-2:hover {
    transform: translateY(-10px) translateZ(20px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(0, 0, 0, 0.05);
}.testimonials-6 .review-lounge-2 h3 {
    z-index: 2;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #000000;
    position: relative;
    font-size: 18px;
    transition: transform 0.3s ease;
}.testimonials-6 .review-lounge-2:hover h3 {
    color: rgb(210,184,147);
    transform: translateX(5px);
}.testimonials-6 .review-lounge-2 .description {
    font-size: 12px;
    flex-grow: 1;
    line-height: 1.7;
    position: relative;
    margin-bottom: 1.5rem;
    color: #000000;
    z-index: 2;
}.testimonials-6 .review-lounge-2 div {
    margin-top: auto;
    transition: transform 0.3s ease;
    border: 3px solid rgb(239,225,204);
    position: relative;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    z-index: 2;
    width: 60px;
    height: 60px;
    overflow: hidden;
}.testimonials-6 .review-lounge-2:hover div {
    border-color: rgb(210,184,147,0.5);
    transform: scale(1.1);
}.testimonials-6 .review-lounge-2 img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    transition: transform 0.5s ease;
}.testimonials-6 .review-lounge-2:hover img {
    transform: scale(1.1);
}.testimonials-6 .review-lounge-2:nth-child(3n+1) {
    border-left-color: rgb(210,184,147);
}.testimonials-6 .review-lounge-2:nth-child(3n+2) {
    border-left-color: rgb(181,150,103);
}.testimonials-6 .review-lounge-2:nth-child(3n+3) {
    border-left-color: rgba(0, 0, 0, 0.5);
}.testimonials-6 .review-lounge-2:nth-child(odd)::after {
    right: 0;
    z-index: 0;
    background: linear-gradient(135deg, transparent 50%, rgba(rgb(210,184,147,0.5), 0.1) 50%);
    position: absolute;
    bottom: 0;
    height: 30%;
    width: 30%;
    content: "";
}

@media (min-width: 768px) {.testimonials-6 {
    padding: 6rem 0;
}.testimonials-6 h2 {
    margin-bottom: 4rem;
    font-size: calc(30px * 1.1);
}.testimonials-6 .feedback-track-5 {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
}.testimonials-6 .review-lounge-2 {
    padding: 2.5rem;
}
}

@media (max-width: 767px) {.testimonials-6 {
    padding: 3rem 0;
}.testimonials-6 h2 {
    font-size: calc(30px * 0.9);
    transform: none;
}.testimonials-6 .feedback-track-5 {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.testimonials-6 .review-lounge-2::before {
    font-size: 80px;
}.testimonials-6 .review-lounge-2:hover {
    transform: translateY(-5px);
}
}

@media (min-width: 1200px) {.testimonials-6 .feedback-track-5 {
    grid-template-columns: repeat(4, 1fr);
}.testimonials-6 .review-lounge-2 {
    min-height: 250px;
}
}

@media (prefers-reduced-motion: reduce) {.testimonials-6 .review-lounge-2,
    .testimonials-6 .review-lounge-2 h3,
    .testimonials-6 .review-lounge-2 div,
    .testimonials-6 .review-lounge-2 img {
    transition: none;
}.testimonials-6 .review-lounge-2:hover {
    transform: none;
}.testimonials-6 .review-lounge-2:hover h3 {
    transform: none;
}.testimonials-6 .review-lounge-2:hover div {
    transform: none;
}.testimonials-6 .review-lounge-2:hover img {
    transform: none;
}}footer {
    z-index: 1;
    position: relative;
}footer::before {
    bottom: 0;
    z-index: -2;
    opacity: 0.9;
    content: "";
    top: 0;
    left: 0;
    background: linear-gradient(145deg, rgb(239,225,204) 0%, rgb(210,184,147,0.5) 100%);
    position: absolute;
    right: 0;
}footer::after {
    content: "";
    z-index: -1;
    opacity: 0.1;
    background-image: 
        repeating-linear-gradient(0deg, rgb(210,184,147,0.5), rgb(210,184,147,0.5) 1px, transparent 1px, transparent 20px),
        repeating-linear-gradient(90deg, rgb(210,184,147,0.5), rgb(210,184,147,0.5) 1px, transparent 1px, transparent 20px);
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    position: absolute;
}.mod-tools-H {
    padding: 4rem 0 2rem;
    position: relative;
    color: #000000;
}.mod-tools-H::after {
    content: "";
    height: 6px;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(210,184,147), rgb(181,150,103));
}.mod-tools-H .container {
    display: flex;
    position: relative;
    gap: 3rem;
    flex-wrap: wrap;
}.mod-tools-H .company_holder {
    position: relative;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    padding: 2rem 2.5rem;
    flex: 1 1 400px;
    background: #ffffff;
    border-radius: 19px;
}.mod-tools-H .company_holder::before {
    height: 5px;
    top: 0;
    background: rgb(210,184,147);
    left: 0;
    position: absolute;
    width: 100%;
    border-top-right-radius: 19px;
    border-top-left-radius: 19px;
    content: "";
}.mod-tools-H .company_holder h3 {
    margin: 0 0 1.5rem;
    letter-spacing: 0.5px;
    font-weight: 700;
    color: rgb(210,184,147);
    position: relative;
    font-size: 34px;
}.mod-tools-H .company_holder h3::after {
    content: "";
    bottom: -0.5rem;
    width: 80px;
    position: absolute;
    background: rgb(181,150,103);
    height: 3px;
    left: 0;
}.mod-tools-H .reg-remind-a {
    line-height: 1.7;
    padding: 1.5rem;
    color: #000000;
    position: relative;
    border-radius: 10px;
    border-left: 3px solid rgb(181,150,103);
    font-size: 16px;
    background: rgb(239,225,204);
}.mod-tools-H .brainstorm-Y {
    flex: 1 1 calc(100% - 450px);
    min-width: 400px;
}.mod-tools-H .header-nav-G {
    gap: 2.5rem;
    display: flex;
    flex-wrap: wrap;
}.mod-tools-H .main-page-b {
    flex: 1 1 calc(50% - 1.25rem);
    border-radius: 19px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    min-width: 200px;
    position: relative;
}.mod-tools-H .main-page-b h5 {
    font-size: 18px;
    background: rgb(181,150,103);
    font-weight: 600;
    color: #ffffff;
    padding: 1rem 1.5rem;
    position: relative;
    margin: 0;
}.mod-tools-H .main-page-b .header-nav-G {
    flex-direction: column;
    gap: 0;
    display: flex;
    padding: 1rem 0;
}.mod-tools-H .main-page-b .header-nav-G a {
    padding: 0.8rem 1.5rem;
    display: flex;
    align-items: center;
    color: #000000;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
    font-size: 16px;
}.mod-tools-H .main-page-b .header-nav-G a::before {
    position: absolute;
    left: 0;
    background: rgb(239,225,204);
    transition: all 0.3s ease;
    z-index: -1;
    width: 0;
    height: 100%;
    top: 0;
    content: "";
}.mod-tools-H .main-page-b .header-nav-G a::after {
    height: 5px;
    border-radius: 50%;
    width: 5px;
    left: 1.5rem;
    opacity: 0;
    position: absolute;
    top: 50%;
    content: "";
    transition: all 0.3s ease;
    background: rgb(181,150,103);
    transform: translateY(-50%);
}.mod-tools-H .main-page-b .header-nav-G a:hover {
    color: rgb(210,184,147);
    padding-left: 2.2rem;
}.mod-tools-H .main-page-b .header-nav-G a:hover::before {
    width: 100%;
}.mod-tools-H .main-page-b .header-nav-G a:hover::after {
    opacity: 1;
}.footer-social-r {
    padding: 2rem 0;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    background: rgb(239,225,204);
    margin-top: 3rem;
    position: relative;
}.footer-social-r::before {
    position: absolute;
    height: 1px;
    right: 10%;
    top: 0;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(210,184,147,0.5), transparent);
    left: 10%;
}.footer-social-r .container {
    justify-content: center;
    display: flex;
    align-items: center;
}.footer-social-r .faculty-info-2 {
    border-radius: 50px;
    font-weight: 400;
    padding: 0.8rem 2rem;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    font-size: 16px;
    color: #000000;
}

@media (max-width: 1200px) {.mod-tools-H .container {
    gap: 2rem;
}.mod-tools-H .company_holder {
    flex: 1 1 360px;
}.mod-tools-H .brainstorm-Y {
    flex: 1 1 calc(100% - 400px);
    min-width: 360px;
}.mod-tools-H .header-nav-G {
    gap: 2rem;
}
}

@media (max-width: 992px) {.mod-tools-H {
    padding: 3.5rem 0 2rem;
}.mod-tools-H .container {
    flex-direction: column;
    gap: 2.5rem;
}.mod-tools-H .company_holder,
    .mod-tools-H .brainstorm-Y {
    min-width: 100%;
    flex: 1 1 100%;
}.mod-tools-H .main-page-b {
    flex: 1 1 calc(50% - 1rem);
    min-width: 200px;
}
}

@media (max-width: 768px) {.mod-tools-H {
    padding: 3rem 0 1.5rem;
}.mod-tools-H .header-nav-G {
    gap: 1.5rem;
}.mod-tools-H .company_holder {
    padding: 2rem;
}.mod-tools-H .company_holder h3 {
    font-size: calc(34px - 2px);
}.footer-social-r {
    margin-top: 2rem;
}
}

@media (max-width: 576px) {.mod-tools-H {
    padding: 2.5rem 0 1rem;
}.mod-tools-H .container {
    gap: 1.5rem;
}.mod-tools-H .main-page-b {
    flex: 1 1 100%;
    min-width: 100%;
}.mod-tools-H .header-nav-G {
    gap: 1rem;
}.mod-tools-H .company_holder {
    padding: 1.5rem;
}.mod-tools-H .reg-remind-a {
    padding: 1.2rem;
}.footer-social-r {
    padding: 1.5rem 0;
    margin-top: 1.5rem;
}
}

@media (max-width: 420px) {.mod-tools-H .company_holder h3::after {
    width: 50px;
}.mod-tools-H .main-page-b .header-nav-G a:hover {
    padding-left: 2rem;
}.footer-social-r .faculty-info-2 {
    width: 90%;
    padding: 0.7rem 1.5rem;
}}.privacy-hedge-x {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(239,225,204) 0%, rgba(245, 245, 250, 0.95) 100%);
    position: relative;
    padding: 4rem 2rem;
}.privacy-hedge-x::before {
    top: 0;
    position: absolute;
    height: 100%;
    background: linear-gradient(45deg, transparent, rgb(181,150,103,0.5));
    content: "";
    width: 30%;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    right: 0;
    opacity: 0.1;
    z-index: 1;
}.privacy-hedge-x::after {
    z-index: 1;
    background: linear-gradient(-45deg, rgb(210,184,147,0.5), transparent);
    opacity: 0.05;
    content: "";
    bottom: 0;
    clip-path: polygon(0 30%, 100% 100%, 0 100%);
    left: 0;
    position: absolute;
    height: 100%;
    width: 40%;
}.privacy-hedge-x .container {
    background: #ffffff;
    max-width: 1140px;
    padding: 3rem;
    z-index: 2;
    position: relative;
    margin: 0 auto;
    border-top: 4px solid rgb(210,184,147);
    transform: perspective(1000px) rotateX(0.5deg);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}.privacy-hedge-x h1 {
    font-weight: 700;
    transform: translateZ(5px);
    position: relative;
    padding-bottom: 1rem;
    font-size: 46px;
    color: #000000;
    margin-bottom: 2rem;
}.privacy-hedge-x h1::after {
    width: 80px;
    position: absolute;
    transform-origin: left;
    content: "";
    left: 0;
    bottom: 0;
    height: 4px;
    background: linear-gradient(90deg, rgb(210,184,147), rgb(181,150,103));
    transition: width 0.3s ease;
}.privacy-hedge-x h2 {
    font-size: 34px;
    padding-left: 1rem;
    color: #000000;
    margin: 2.5rem 0 1rem;
    position: relative;
    border-left: 3px solid rgb(181,150,103);
    font-weight: 600;
}.privacy-hedge-x h3 {
    color: #000000;
    margin: 2rem 0 1rem;
    padding-bottom: 0.5rem;
    font-weight: 600;
    border-bottom: 1px dashed rgb(181,150,103,0.5);
    font-size: calc(34px * 0.85);
}.privacy-hedge-x h4 {
    display: inline-block;
    font-weight: 600;
    color: #000000;
    position: relative;
    margin: 1.5rem 0 0.75rem;
    font-size: calc(34px * 0.7);
}.privacy-hedge-x h4::after {
    transition: transform 0.3s ease;
    height: 2px;
    content: "";
    left: 0;
    width: 100%;
    background: rgb(181,150,103,0.5);
    position: absolute;
    transform: scaleX(0.7);
    bottom: -5px;
    transform-origin: left;
}.privacy-hedge-x p {
    color: #000000;
    margin-bottom: 1.5rem;
    max-width: 90ch;
    font-size: 12px;
    line-height: 1.7;
    transition: color 0.3s ease;
}.privacy-hedge-x p strong {
    position: relative;
    display: inline-block;
    font-weight: 600;
    color: rgb(210,184,147);
}.privacy-hedge-x p strong::after {
    height: 1px;
    background: currentColor;
    bottom: -2px;
    width: 100%;
    position: absolute;
    left: 0;
    opacity: 0.3;
    content: "";
}.privacy-hedge-x span {
    padding-left: 1rem;
    max-width: 90ch;
    border-left: 1px solid rgb(181,150,103,0.5);
    margin-bottom: 1.5rem;
    color: #000000;
    display: block;
    line-height: 1.7;
    font-size: 12px;
}.privacy-hedge-x ul {
    padding-left: 1.5rem;
    margin: 1.5rem 0 2rem;
    list-style: none;
}.privacy-hedge-x li {
    position: relative;
    color: #000000;
    font-size: 12px;
    margin-bottom: 1rem;
    padding-left: 1.5rem;
    line-height: 1.7;
}.privacy-hedge-x li::before {
    position: absolute;
    transform: rotate(45deg);
    left: 0;
    top: 0.65rem;
    height: 8px;
    background: rgb(181,150,103);
    content: "";
    width: 8px;
    transition: transform 0.3s ease;
}.privacy-hedge-x li:hover::before {
    transform: rotate(135deg);
}.privacy-hedge-x div.container:hover h1::after {
    width: 120px;
}.privacy-hedge-x div.container:hover h4::after {
    transform: scaleX(1);
}

@media (max-width: 992px) {.privacy-hedge-x {
    padding: 3rem 1.5rem;
}.privacy-hedge-x .container {
    padding: 2.5rem 2rem;
    transform: perspective(1000px) rotateX(0.3deg);
}.privacy-hedge-x h1 {
    font-size: calc(46px * 0.9);
}.privacy-hedge-x h2 {
    padding-left: 0.8rem;
    font-size: calc(34px * 0.9);
}
}

@media (max-width: 768px) {.privacy-hedge-x {
    padding: 2rem 1rem;
}.privacy-hedge-x .container {
    padding: 2rem 1.5rem;
    transform: none;
}.privacy-hedge-x h1 {
    font-size: calc(46px * 0.8);
    margin-bottom: 1.5rem;
}.privacy-hedge-x h2 {
    font-size: calc(34px * 0.8);
    margin: 2rem 0 0.8rem;
}.privacy-hedge-x h3 {
    font-size: calc(34px * 0.7);
}.privacy-hedge-x h4 {
    font-size: calc(34px * 0.6);
}.privacy-hedge-x p, 
    .privacy-hedge-x span, 
    .privacy-hedge-x li {
    font-size: calc(12px * 0.95);
    line-height: 1.6;
}.privacy-hedge-x ul {
    padding-left: 0.5rem;
}.privacy-hedge-x li {
    padding-left: 1.2rem;
}
}

@media (max-width: 576px) {.privacy-hedge-x {
    padding: 1.5rem 0.75rem;
}.privacy-hedge-x .container {
    padding: 1.5rem 1rem;
}.privacy-hedge-x h1 {
    font-size: calc(46px * 0.7);
    padding-bottom: 0.7rem;
}.privacy-hedge-x h1::after {
    width: 60px;
    height: 3px;
}.privacy-hedge-x h2 {
    font-size: calc(34px * 0.7);
    border-left: 2px solid rgb(181,150,103);
    padding-left: 0.7rem;
}.privacy-hedge-x h3 {
    font-size: calc(34px * 0.6);
}.privacy-hedge-x h4 {
    font-size: calc(34px * 0.55);
}.privacy-hedge-x p, 
    .privacy-hedge-x span, 
    .privacy-hedge-x li {
    margin-bottom: 1.2rem;
    line-height: 1.5;
    font-size: calc(12px * 0.9);
}.privacy-hedge-x span {
    padding-left: 0.7rem;
}.privacy-hedge-x li::before {
    width: 6px;
    height: 6px;
}}header {
    width: 100%;
    position: relative;
    padding: 0;
    z-index: 100;
    background: #ffffff;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
}header::before {
    width: 35%;
    left: 0;
    position: absolute;
    z-index: 0;
    top: 0;
    height: 100%;
    background: linear-gradient(135deg, rgb(210,184,147), rgb(181,150,103));
    content: '';
}header .container {
    margin: 0;
    padding: 0;
    max-width: 100%;
    position: relative;
    width: 100%;
    z-index: 1;
}header .main-pagebar-l {
    height: 100%;
    display: flex;
    align-items: stretch;
}header .head-info-5 {
    position: relative;
    align-items: center;
    justify-content: center;
    width: 35%;
    padding: 1.2rem 0;
    display: flex;
    text-decoration: none;
}header .head-info-5 svg {
    width: 150px;
    transition: all 0.3s ease;
    height: auto;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}header .head-info-5:hover svg {
    transform: scale(1.05);
}header .main-page-b {
    padding: 1.2rem 3%;
    justify-content: flex-start;
    position: relative;
    align-items: center;
    width: 65%;
    gap: 0.5rem;
    display: flex;
}header .main-page-b::before {
    height: 100%;
    left: 0;
    background: linear-gradient(to bottom, transparent, rgb(210,184,147,0.5), transparent);
    width: 1px;
    position: absolute;
    top: 0;
    content: '';
}header .top-guide-5 {
    z-index: 1;
    transition: all 0.3s ease;
    overflow: hidden;
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
    padding: 0.6rem 1.2rem;
    background: #ffffff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    color: #000000;
    position: relative;
    border-radius: 10px;
    font-family: Arial, sans-serif;
}header .top-guide-5::before {
    z-index: -1;
    position: absolute;
    background: linear-gradient(135deg, rgb(210,184,147,0.5), rgb(181,150,103,0.5));
    opacity: 0;
    left: 0;
    top: 0;
    content: '';
    border-radius: 10px;
    width: 100%;
    height: 100%;
    transition: opacity 0.3s ease;
}header .top-guide-5:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    color: #ffffff;
}header .top-guide-5:hover::before {
    opacity: 1;
}

@media (max-width: 991px) {header::before {
    width: 30%;
}header .head-info-5 {
    padding: 1rem 0;
    width: 30%;
}header .head-info-5 svg {
    width: 130px;
}header .main-page-b {
    gap: 0.5rem;
    padding: 1rem 2.5%;
    width: 70%;
}header .top-guide-5 {
    font-size: calc(18px);
    padding: 0.5rem 1rem;
}
}

@media (max-width: 767px) {header {
    background: rgb(239,225,204);
}header::before {
    height: auto;
    bottom: 50%;
    top: 0;
    width: 100%;
}header .main-pagebar-l {
    align-items: center;
    flex-direction: column;
}header .head-info-5 {
    width: 100%;
    padding: 0.8rem 0;
}header .head-info-5 svg {
    width: 120px;
}header .main-page-b {
    flex-wrap: wrap;
    gap: 0.6rem;
    width: 95%;
    padding: 0.8rem 0;
    justify-content: center;
}header .main-page-b::before {
    left: 0;
    width: 100%;
    background: linear-gradient(to right, transparent, rgb(210,184,147,0.5), transparent);
    height: 1px;
    top: 0;
}header .top-guide-5 {
    padding: 0.5rem 0.9rem;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
}
}

@media (max-width: 480px) {header .head-info-5 {
    padding: 0.7rem 0;
}header .head-info-5 svg {
    width: 110px;
}header .main-page-b {
    width: 100%;
    overflow-x: auto;
    justify-content: flex-start;
    flex-wrap: nowrap;
    padding: 0.7rem 2%;
}header .main-page-b::-webkit-scrollbar {
    height: 3px;
}header .main-page-b::-webkit-scrollbar-thumb {
    background: rgb(210,184,147);
    border-radius: 10px;
}header .top-guide-5 {
    flex-shrink: 0;
    white-space: nowrap;
    font-size: calc(18px - 1px);
    padding: 0.45rem 0.9rem;
    margin-right: 2px;
}}.contact-form-box-t {
    position: relative;
    overflow: hidden;
    background: rgb(239,225,204);
    padding: 120px 0;
}.contact-form-box-t::before {
    z-index: 1;
    height: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(210,184,147,0.5) 0,
        rgb(210,184,147,0.5) 1px,
        transparent 1px,
        transparent 10px
    );
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
    opacity: 0.3;
    top: 0;
}.contact-form-box-t::after {
    filter: blur(60px);
    animation: float 10s ease-in-out infinite;
    position: absolute;
    background: radial-gradient(circle, rgb(181,150,103) 0%, transparent 70%);
    z-index: 1;
    bottom: 0;
    content: "";
    width: 300px;
    opacity: 0.2;
    right: 0;
    height: 300px;
}.contact-form-box-t .img-shadow-box-z {
    position: absolute;
    filter: blur(2px) saturate(0.8);
    width: 100%;
    left: 0;
    z-index: 0;
    opacity: 0.08;
    top: 0;
    height: 100%;
}.contact-form-box-t .img-shadow-box-z::after {
    height: 100%;
    width: 100%;
    background: linear-gradient(to bottom, rgb(181,150,103,0.5) 0%, transparent 100%);
    top: 0;
    left: 0;
    content: "";
    position: absolute;
}.contact-form-box-t .container {
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    z-index: 5;
    max-width: 1200px;
}.contact-form-box-t h3 {
    font-weight: 700;
    font-size: 35px;
    position: relative;
    margin-bottom: 50px;
    text-align: center;
    letter-spacing: 1px;
    color: #000000;
}.contact-form-box-t h3::before {
    left: 50%;
    width: 40px;
    position: absolute;
    top: -20px;
    background: rgb(210,184,147);
    height: 4px;
    content: "";
    transform: translateX(-50%);
}.contact-form-box-t h3::after {
    left: 50%;
    height: 1px;
    background: linear-gradient(to right, transparent, rgb(210,184,147), transparent);
    width: 100px;
    transform: translateX(-50%);
    content: "";
    position: absolute;
    bottom: -20px;
}.request-section-L {
    display: grid;
    overflow: hidden;
    position: relative;
    z-index: 10;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.07), 0 5px 15px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(10px);
    grid-template-columns: 1fr 1fr;
    background: #ffffff;
    border-radius: 20px;
    gap: 0;
}.request-section-L::before {
    position: absolute;
    top: -50%;
    left: -50%;
    height: 200%;
    background: radial-gradient(circle at center, rgb(181,150,103,0.5) 0%, transparent 50%);
    width: 200%;
    content: "";
    opacity: 0.2;
    animation: rotate 60s linear infinite;
    z-index: 0;
}.request-section-L .help-support-6 {
    padding: 60px 50px;
    z-index: 2;
    position: relative;
}.request-section-L .help-support-6::before {
    height: 70%;
    width: 1px;
    right: 0;
    top: 15%;
    position: absolute;
    background: linear-gradient(to bottom, transparent, rgb(210,184,147,0.5), transparent);
    content: "";
}.request-section-L .help-support-6 h3 {
    text-align: left;
    letter-spacing: 0.5px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 35px;
    font-size: 20px;
}.request-section-L .help-support-6 h3::before {
    display: none;
}.request-section-L .help-support-6 h3::after {
    bottom: -15px;
    left: 0;
    width: 60px;
    transform: none;
    height: 2px;
    background: rgb(210,184,147);
}.request-section-L .help-support-6 form {
    flex-direction: column;
    display: flex;
}.request-section-L .help-support-6 input[type="text"],
.request-section-L .help-support-6 textarea {
    border-radius: 10px;
    border: none;
    background: rgba(240, 240, 240, 0.5);
    margin-bottom: 25px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
    font-size: 16px;
    padding: 18px 22px;
    transition: all 0.3s ease;
    width: 100%;
    font-family: Arial, sans-serif;
}.request-section-L .help-support-6 input[type="text"]:focus,
.request-section-L .help-support-6 textarea:focus {
    box-shadow: 0 0 0 2px rgb(210,184,147,0.5), inset 0 1px 3px rgba(0, 0, 0, 0.05);
    outline: none;
    background: #ffffff;
}.request-section-L .help-support-6 textarea {
    min-height: 150px;
    resize: vertical;
}.request-section-L .help-support-6 .contact-query-s {
    margin-bottom: 30px;
    position: relative;
    align-items: flex-start;
    display: flex;
}.request-section-L .help-support-6 .contact-query-s input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.request-section-L .help-support-6 .contact-query-s label {
    color: #000000;
    font-size: calc(16px - 2px);
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    line-height: 1.5;
}.request-section-L .help-support-6 .contact-query-s label::before {
    position: absolute;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.08);
    content: "";
    border-radius: 10px;
    left: 0;
    top: 2px;
    background: rgba(240, 240, 240, 0.8);
    transition: all 0.3s ease;
    width: 20px;
    height: 20px;
}.request-section-L .help-support-6 .contact-query-s input[type="checkbox"]:checked + label::before {
    background: rgb(210,184,147);
}.request-section-L .help-support-6 .contact-query-s input[type="checkbox"]:checked + label::after {
    left: 8px;
    content: "";
    border-width: 0 2px 2px 0;
    top: 5px;
    height: 10px;
    width: 5px;
    border: solid #ffffff;
    transform: rotate(45deg);
    position: absolute;
}.request-section-L .help-support-6 .contact-query-s a {
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
    color: rgb(210,184,147);
}.request-section-L .help-support-6 .contact-query-s a::after {
    width: 0;
    position: absolute;
    left: 0;
    transition: width 0.3s ease;
    bottom: -2px;
    content: "";
    background-color: rgb(210,184,147);
    height: 1px;
}.request-section-L .help-support-6 .contact-query-s a:hover::after {
    width: 100%;
}.request-section-L .help-support-6 .help-block-6 {
    align-self: flex-start;
    border: 2px solid rgb(210,184,147);
    font-size: 20px;
    z-index: 1;
    color: #000000;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    display: inline-block;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    padding: 15px 30px;
    cursor: pointer;
    background: transparent;
    border-radius: 10px;
}.request-section-L .help-support-6 .help-block-6::before {
    z-index: -1;
    width: 0;
    background: rgb(210,184,147);
    left: 0;
    top: 0;
    content: "";
    position: absolute;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 100%;
}.request-section-L .help-support-6 .help-block-6:hover {
    color: #ffffff;
}.request-section-L .help-support-6 .help-block-6:hover::before {
    width: 100%;
}.request-section-L .inquiry-grid-M {
    background: linear-gradient(135deg, #ffffff 0%, rgba(245, 245, 245, 1) 100%);
    padding: 60px 50px;
    z-index: 2;
    position: relative;
}.request-section-L .inquiry-grid-M::before {
    opacity: 0.5;
    height: 100%;
    content: "";
    left: 0;
    background-size: 20px 20px;
    background: linear-gradient(45deg, transparent 25%, rgba(0, 0, 0, 0.02) 25%, rgba(0, 0, 0, 0.02) 50%, transparent 50%, transparent 75%, rgba(0, 0, 0, 0.02) 75%);
    position: absolute;
    width: 100%;
    top: 0;
}.request-section-L .inquiry-grid-M h4 {
    font-size: 20px;
    position: relative;
    font-weight: 600;
    color: #000000;
    margin-bottom: 35px;
    letter-spacing: 0.5px;
}.request-section-L .inquiry-grid-M h4::after {
    height: 2px;
    position: absolute;
    background: rgb(210,184,147);
    width: 60px;
    left: 0;
    content: "";
    bottom: -15px;
}.request-section-L .inquiry-grid-M .inquiry-request-W {
    margin: 0;
    padding: 0;
    list-style: none;
}.request-section-L .inquiry-grid-M .inquiry-request-W li {
    position: relative;
    transition: all 0.3s ease;
    padding-left: 15px;
    display: flex;
    border-left: 2px solid transparent;
    align-items: center;
    margin-bottom: 30px;
    z-index: 1;
}.request-section-L .inquiry-grid-M .inquiry-request-W li:last-child {
    margin-bottom: 0;
}.request-section-L .inquiry-grid-M .inquiry-request-W li:hover {
    border-left-color: rgb(210,184,147);
    padding-left: 20px;
}.request-section-L .inquiry-grid-M .inquiry-request-W li svg {
    opacity: 0.8;
    flex-shrink: 0;
    width: 22px;
    margin-right: 18px;
    transition: all 0.3s ease;
    height: 22px;
}.request-section-L .inquiry-grid-M .inquiry-request-W li:hover svg {
    transform: scale(1.1);
    opacity: 1;
}.request-section-L .inquiry-grid-M .inquiry-request-W li svg path {
    transition: all 0.3s ease;
    fill: rgb(210,184,147);
}.request-section-L .inquiry-grid-M .inquiry-request-W li:hover svg path {
    fill: rgb(181,150,103);
}.request-section-L .inquiry-grid-M .inquiry-request-W li span {
    color: #000000;
    font-size: 16px;
    line-height: 1.5;
}.request-section-L .inquiry-grid-M .inquiry-request-W li a {
    position: relative;
    color: #000000;
    transition: all 0.3s ease;
    text-decoration: none;
}.request-section-L .inquiry-grid-M .inquiry-request-W li a::after {
    height: 1px;
    content: "";
    transition: width 0.3s ease;
    position: absolute;
    background-color: rgb(210,184,147);
    left: 0;
    bottom: -3px;
    width: 0;
}.request-section-L .inquiry-grid-M .inquiry-request-W li a:hover {
    color: rgb(210,184,147);
}.request-section-L .inquiry-grid-M .inquiry-request-W li a:hover::after {
    width: 100%;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.1);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 992px) {.contact-form-box-t {
    padding: 80px 0;
}.request-section-L {
    grid-template-columns: 1fr;
}.request-section-L .help-support-6::before {
    right: auto;
    bottom: 0;
    top: auto;
    width: 70%;
    height: 1px;
    left: 15%;
}.request-section-L .help-support-6,
    .request-section-L .inquiry-grid-M {
    padding: 50px 40px;
}
}

@media screen and (max-width: 768px) {.contact-form-box-t {
    padding: 60px 0;
}.contact-form-box-t h3 {
    font-size: calc(35px - 4px);
    margin-bottom: 40px;
}.request-section-L .help-support-6,
    .request-section-L .inquiry-grid-M {
    padding: 40px 30px;
}.request-section-L .help-support-6 h3,
    .request-section-L .inquiry-grid-M h4 {
    margin-bottom: 30px;
    font-size: calc(20px - 2px);
}.request-section-L .help-support-6 input[type="text"],
    .request-section-L .help-support-6 textarea {
    padding: 15px 18px;
    margin-bottom: 20px;
}.request-section-L .help-support-6 .help-block-6 {
    text-align: center;
    width: 100%;
}
}

@media screen and (max-width: 480px) {.contact-form-box-t {
    padding: 50px 0;
}.request-section-L {
    border-radius: 10px;
}.request-section-L .help-support-6,
    .request-section-L .inquiry-grid-M {
    padding: 30px 25px;
}.request-section-L .inquiry-grid-M .inquiry-request-W li {
    align-items: flex-start;
}.request-section-L .inquiry-grid-M .inquiry-request-W li svg {
    margin-top: 3px;
}}.our-background-q {
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(239,225,204) 0%, rgb(181,150,103,0.5) 100%);
}.our-background-q::before {
    z-index: 1;
    left: 0;
    height: 100%;
    background-image: 
        linear-gradient(45deg, rgb(210,184,147,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(210,184,147,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(210,184,147,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(210,184,147,0.5) 75%);
    width: 100%;
    background-position: 0 0, 0 20px, 20px -20px, -20px 0px;
    position: absolute;
    content: "";
    opacity: 0.03;
    background-size: 40px 40px;
    top: 0;
}.our-background-q .container {
    transform-origin: center top;
    transform: perspective(1000px) rotateX(2deg);
    max-width: 1200px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
    padding: 0 2rem;
}.our-background-q h1 {
    color: #000000;
    position: relative;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 3rem;
    font-size: 41px;
    transform: translateZ(0);
    letter-spacing: -0.02em;
}.our-background-q h1::after {
    transform-origin: left center;
    width: 60%;
    background: linear-gradient(90deg, rgb(210,184,147) 0%, transparent 100%);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: absolute;
    content: "";
    left: 0;
    bottom: -10px;
    height: 4px;
}.our-background-q h1:hover::after {
    transform: scaleX(1.5);
}.our-background-q .fast-guide-w {
    position: relative;
}.our-background-q .fast-guide-w ul {
    padding: 0;
    margin: 0;
    display: grid;
    list-style: none;
    grid-template-columns: 1fr;
    gap: 3rem;
}.our-background-q .growth-path-h {
    position: relative;
    transition: transform 0.4s ease-out, box-shadow 0.4s ease-out;
    border-left: 4px solid rgb(210,184,147);
    background: #ffffff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08), 0 5px 15px rgba(0, 0, 0, 0.05);
    transform: translateZ(0);
    padding: 2.5rem;
}.our-background-q .growth-path-h:hover {
    transform: translateY(-5px) translateZ(0);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 0 8px 20px rgba(0, 0, 0, 0.08);
}.our-background-q .growth-path-h::before {
    background: linear-gradient(90deg, transparent 0%, rgb(181,150,103) 100%);
    height: 3px;
    position: absolute;
    top: 0;
    right: 0;
    width: 25%;
    content: "";
}.our-background-q .growth-path-h h4 {
    color: #000000;
    font-size: calc(23px + 0.2rem);
    margin-bottom: 1.5rem;
    display: inline-block;
    margin-top: 0;
    font-weight: 600;
    position: relative;
}.our-background-q .growth-path-h h4::after {
    bottom: -8px;
    position: absolute;
    left: 0;
    transition: width 0.3s ease;
    width: 40px;
    content: "";
    background-color: rgb(210,184,147);
    height: 2px;
}.our-background-q .growth-path-h:hover h4::after {
    width: 80px;
}.our-background-q .growth-path-h div {
    max-height: 300px;
    color: #000000;
    line-height: 1.8;
    padding-right: 10px;
    overflow-y: auto;
    font-family: Arial, sans-serif;
    font-size: 16px;
    position: relative;
}.our-background-q .growth-path-h div::-webkit-scrollbar {
    width: 4px;
}.our-background-q .growth-path-h div::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
}.our-background-q .growth-path-h div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(210,184,147,0.5);
}.our-background-q .growth-path-h:first-child {
    transform: translateX(-5px) translateZ(0);
}.our-background-q .growth-path-h:last-child {
    transform: translateX(5px) translateZ(0);
}.our-background-q .growth-path-h:first-child:hover,
.our-background-q .growth-path-h:last-child:hover {
    transform: translateY(-5px) translateZ(0);
}

@media (min-width: 768px) {.our-background-q {
    padding: 8rem 0;
}.our-background-q .fast-guide-w ul {
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
}.our-background-q h1 {
    margin-bottom: 4rem;
    font-size: calc(41px * 1.2);
}.our-background-q h1::after {
    bottom: -15px;
    height: 6px;
}.our-background-q .growth-path-h {
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    padding: 3rem;
}.our-background-q .growth-path-h:first-child {
    transform: translateY(20px) translateZ(0);
}.our-background-q .growth-path-h:last-child {
    transform: translateY(-20px) translateZ(0);
}.our-background-q .growth-path-h:first-child:hover,
    .our-background-q .growth-path-h:last-child:hover {
    transform: translateY(0) translateZ(0) scale(1.02);
}.our-background-q .growth-path-h::before {
    width: 35%;
    height: 4px;
}.our-background-q .growth-path-h div {
    max-height: 400px;
}
}

@media (min-width: 1024px) {.our-background-q {
    padding: 10rem 0;
}.our-background-q::before {
    background-size: 60px 60px;
}.our-background-q .container {
    padding: 0 4rem;
}.our-background-q h1 {
    font-size: calc(41px * 1.4);
}.our-background-q .growth-path-h {
    padding: 3.5rem;
}.our-background-q .growth-path-h h4 {
    margin-bottom: 2rem;
    font-size: calc(23px * 1.2);
}.our-background-q .growth-path-h h4::after {
    height: 3px;
    bottom: -10px;
}.our-background-q .growth-path-h div {
    line-height: 1.9;
    font-size: calc(16px * 1.05);
    max-height: 450px;
}.our-background-q .fast-guide-w ul {
    gap: 3rem;
}
}

@media (min-width: 1440px) {.our-background-q .container {
    max-width: 1400px;
}.our-background-q h1 {
    margin-bottom: 5rem;
}.our-background-q .growth-path-h {
    padding: 4rem;
}.our-background-q .growth-path-h div {
    max-height: 500px;
}
}

@media (max-width: 767px) {.our-background-q {
    padding: 4rem 0;
}.our-background-q .container {
    padding: 0 1.5rem;
    transform: perspective(1000px) rotateX(0deg);
}.our-background-q h1 {
    margin-bottom: 2rem;
    font-size: calc(41px * 0.9);
}.our-background-q .growth-path-h {
    padding: 1.5rem;
    margin-bottom: 2rem;
}.our-background-q .growth-path-h h4 {
    margin-bottom: 1rem;
    font-size: 23px;
}.our-background-q .growth-path-h div {
    line-height: 1.6;
    font-size: calc(16px * 0.95);
    max-height: 250px;
}.our-background-q .growth-path-h:first-child,
    .our-background-q .growth-path-h:last-child {
    transform: none;
}}.course-rewards-o {
    padding: 6rem 0;
    z-index: 1;
    background: linear-gradient(135deg, rgb(239,225,204) 30%, rgba(255,255,255,0.9) 100%);
    overflow: hidden;
    position: relative;
}.course-rewards-o::before {
    top: -5%;
    width: 30%;
    filter: blur(40px);
    background: rgb(210,184,147,0.5);
    content: "";
    z-index: -1;
    left: -2%;
    height: 40%;
    position: absolute;
    transform: rotate(-15deg);
}.course-rewards-o::after {
    right: -2%;
    filter: blur(50px);
    transform: rotate(15deg);
    position: absolute;
    background: rgb(181,150,103,0.5);
    z-index: -1;
    height: 45%;
    bottom: -5%;
    width: 35%;
    content: "";
}.course-rewards-o .container {
    padding: 0 1.5rem;
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 1200px;
    display: grid;
    gap: 2rem;
    position: relative;
}.course-rewards-o .img-shadow-box-z {
    object-fit: cover;
    clip-path: polygon(0 0, 100% 3%, 98% 97%, 2% 100%);
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    transform: perspective(1000px) rotateY(-5deg);
    width: 100%;
    height: 300px;
    filter: saturate(1.1) contrast(1.05);
}.course-rewards-o .img-shadow-box-z:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}.course-rewards-o .value-vision-v {
    background: rgba(255,255,255,0.8);
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transform: translateY(-20px);
    backdrop-filter: blur(10px);
    padding: 2.5rem 2rem;
    position: relative;
    animation: slideUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}.course-rewards-o .text-wrap-h {
    position: relative;
}.course-rewards-o h1 {
    font-weight: 700;
    transform: translateX(-5px);
    font-size: 35px;
    position: relative;
    animation: fadeIn 0.7s ease-out forwards;
    line-height: 1.3;
    margin-bottom: 1.5rem;
    color: #000000;
}.course-rewards-o h1::before {
    top: 0.5rem;
    transform: scaleY(0);
    position: absolute;
    left: -10px;
    animation: scaleIn 0.6s 0.3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
    transform-origin: top;
    height: 85%;
    width: 4px;
    background: rgb(210,184,147);
    content: "";
}.course-rewards-o ul {
    list-style: none;
    gap: 1.25rem;
    margin: 0;
    padding: 0;
    display: grid;
}.course-rewards-o li {
    position: relative;
    padding-left: 2.5rem;
    transform: translateY(10px);
    opacity: 0;
    animation: itemAppear 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}.course-rewards-o li:nth-child(1) {
    animation-delay: 0.3s;
}.course-rewards-o li:nth-child(2) {
    animation-delay: 0.45s;
}.course-rewards-o li:nth-child(3) {
    animation-delay: 0.6s;
}.course-rewards-o li:nth-child(4) {
    animation-delay: 0.75s;
}.course-rewards-o li:nth-child(5) {
    animation-delay: 0.9s;
}.course-rewards-o li p {
    margin: 0;
    color: #000000;
    line-height: 1.5;
    font-size: calc(12px - 0.1rem);
    display: flex;
    align-items: flex-start;
    font-weight: 400;
}.course-rewards-o li svg {
    flex-shrink: 0;
    margin-right: 0.75rem;
    width: 22px;
    height: 22px;
    transform: scale(0);
    top: 2px;
    position: absolute;
    animation: iconPop 0.4s 0.3s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    left: 0;
}.course-rewards-o li svg path {
    transition: fill 0.3s;
    fill: rgb(210,184,147);
}.course-rewards-o li:hover svg {
    transform: scale(1.1) rotate(5deg);
}.course-rewards-o li:hover svg path {
    fill: rgb(181,150,103);
}.course-rewards-o li:hover p {
    color: #000000;
}

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

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

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

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

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

@media (min-width: 768px) {.course-rewards-o {
    padding: 8rem 0;
}.course-rewards-o .container {
    grid-template-columns: 1fr 1.2fr;
    gap: 3rem;
    align-items: center;
}.course-rewards-o .img-shadow-box-z {
    height: 400px;
    clip-path: polygon(0 0, 100% 5%, 95% 95%, 5% 100%);
    transform: perspective(1200px) rotateY(-8deg) translateZ(30px);
}.course-rewards-o .value-vision-v {
    margin-left: -3rem;
    padding: 3rem;
    transform: perspective(1000px) rotateY(2deg);
    z-index: 2;
}.course-rewards-o h1 {
    margin-bottom: 2rem;
    font-size: 41px;
}.course-rewards-o ul {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1.5rem 2rem;
}
}

@media (min-width: 992px) {.course-rewards-o .container {
    grid-template-columns: 0.9fr 1.1fr;
    gap: 0;
}.course-rewards-o .img-shadow-box-z {
    height: 450px;
    transform: perspective(1500px) rotateY(-12deg) translateZ(50px);
}.course-rewards-o .value-vision-v {
    max-width: 650px;
    margin-left: -5rem;
    padding: 3.5rem;
}.course-rewards-o h1::before {
    left: -20px;
    width: 6px;
}.course-rewards-o li p {
    font-size: 12px;
}
}

@media (min-width: 1200px) {.course-rewards-o .img-shadow-box-z {
    height: 500px;
}.course-rewards-o .value-vision-v {
    margin-left: -8rem;
    padding: 4rem;
}
}

@media (max-width: 767px) {.course-rewards-o h1 {
    font-size: calc(35px - 0.2rem);
}.course-rewards-o .value-vision-v {
    padding: 2rem 1.5rem;
}
}