* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}.container {
    width: 1256px;
    max-width: 100%;
    margin: auto;
}.outer-container {
    flex-direction: column;
    height: 100%;
    display: flex;
    min-height: 100%;
}svg {
    height: 30px;
    width: 30px;
}.copy_notice {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}.top_bar {
    flex: 1 0 auto;
}a {
    color: inherit;
    text-decoration: none;
}@keyframes glow_scrollbar { 0% { box-shadow: 0 0 5px rgba(0,0,0,0.2); } 50% { box-shadow: 0 0 15px rgba(0,0,0,0.5); } 100% { box-shadow: 0 0 5px rgba(0,0,0,0.2); } }

::-webkit-scrollbar {
    height: 10px;
    width: 20px;
}::-webkit-scrollbar-track {
    background: rgb(219,210,189);
}::-webkit-scrollbar-track:active {
    background: rgb(176,111,79);
}::-webkit-scrollbar-thumb {
    background: #ffffff;
    min-height: 89px;
    border-radius: 6.5rem;
    transition: border-radius, transform 2.3s ease-in;
}::-webkit-scrollbar-thumb:hover {
    box-shadow: -5px 4px 2px 6px rgba(0, 0, 0, 0.5);
    background: rgb(255, 255, 255, 0.5);
}::-webkit-scrollbar-thumb:active {
    background: rgb(219,210,189);
}::-webkit-scrollbar-corner {
    border-radius: 1px;
    background: rgb(176,111,79,0.5);
}html {
    scrollbar-color: #ffffff rgb(176,111,79,0.5);
}html,body {
    min-height: 100%;
    height: 100%;
    scroll-behavior: auto;
    font-family: Arial, sans-serif;
    color: #000000;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.offer_selection {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.offer_selection::before {
    position: absolute;
    right: 0;
    z-index: 1;
    left: 0;
    background: linear-gradient(135deg, rgb(200,178,132,0.5), rgba(0, 0, 0, 0.5) 85%);
    top: 0;
    content: "";
    bottom: 0;
}.offer_selection .container {
    max-width: 1200px;
    z-index: 2;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
}.offer_selection .fee_structure {
    position: relative;
}.offer_selection h2 {
    color: #ffffff;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 700;
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    font-size: 29px;
    position: relative;
}.offer_selection h2::after {
    bottom: -15px;
    transform: translateX(-50%);
    content: "";
    width: 80px;
    position: absolute;
    height: 4px;
    left: 50%;
    background: linear-gradient(90deg, rgb(200,178,132), rgb(176,111,79));
}.offer_selection .tuition_grid {
    font-size: 17px;
    margin: 0 auto 50px;
    max-width: 700px;
    padding: 0 15px;
    color: #ffffff;
    opacity: 0.9;
    line-height: 1.6;
    text-align: center;
}.offer_selection .cert_fees {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
    list-style: none;
    padding: 0;
    margin: 0;
}.offer_selection .cert_fees li {
    perspective: 1000px;
    transform-style: preserve-3d;
}.offer_selection .price_choices {
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    text-decoration: none;
    transform-style: preserve-3d;
    display: block;
    height: 100%;
}.offer_selection .study_cost {
    border-radius: 10px;
    display: flex;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    background: rgba(255, 255, 255, 0.95);
    flex-direction: column;
    transform-style: preserve-3d;
    position: relative;
    min-height: 400px;
    height: 100%;
    overflow: hidden;
    backdrop-filter: blur(10px);
}.offer_selection .study_cost::before {
    background: linear-gradient(90deg, rgb(200,178,132), rgb(176,111,79));
    width: 100%;
    top: 0;
    transform-origin: left;
    height: 5px;
    content: "";
    transform: scaleX(0);
    left: 0;
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.offer_selection .fee_chart {
    flex-direction: column;
    padding: 30px;
    z-index: 2;
    display: flex;
    position: relative;
    flex: 1;
}.offer_selection .price_choices h4 {
    padding-bottom: 12px;
    position: relative;
    color: #000000;
    transition: transform 0.4s ease;
    font-weight: 700;
    margin: 0 0 15px;
    font-size: calc(18px + 2px);
}.offer_selection .price_choices h4::after {
    transition: width 0.4s ease;
    background-color: rgb(200,178,132);
    width: 40px;
    position: absolute;
    height: 3px;
    left: 0;
    bottom: 0;
    content: "";
}.offer_selection .price_choices p {
    hyphens: auto;
    line-height: 1.7;
    color: #000000;
    flex: 1;
    font-size: 17px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    margin-bottom: 20px;
}.offer_selection .package_price {
    display: inline-flex;
    margin-top: auto;
    font-size: calc(18px + 4px);
    justify-content: center;
    font-weight: 700;
    border-radius: 10px;
    transform: translateY(0);
    padding: 10px 20px;
    background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.1), transparent);
    align-self: flex-start;
    align-items: center;
    color: #000000;
    transition: transform 0.4s ease, color 0.3s ease;
}.offer_selection .price_choices:hover {
    transform: translateY(-10px) scale(1.02);
}.offer_selection .price_choices:hover .study_cost::before {
    transform: scaleX(1);
}.offer_selection .price_choices:hover h4 {
    transform: translateX(5px);
    color: rgb(200,178,132);
}.offer_selection .price_choices:hover h4::after {
    width: 60px;
}.offer_selection .price_choices:hover .package_price {
    color: rgb(200,178,132);
    transform: translateY(-5px);
}.offer_selection .price_choices:active {
    transition: transform 0.2s ease;
    transform: translateY(-5px) scale(0.98);
}

@media screen and (min-width: 1200px) {.offer_selection .cert_fees {
    grid-template-columns: repeat(4, 1fr);
}.offer_selection .study_cost {
    min-height: 450px;
}
}

@media screen and (min-width: 768px) and (max-width: 1199px) {.offer_selection .cert_fees {
    grid-template-columns: repeat(2, 1fr);
}.offer_selection .study_cost {
    min-height: 420px;
}.offer_selection {
    padding: 100px 0;
}
}

@media screen and (max-width: 767px) {.offer_selection {
    padding: 80px 0;
}.offer_selection .cert_fees {
    gap: 20px;
    grid-template-columns: 1fr;
}.offer_selection .study_cost {
    min-height: auto;
}.offer_selection h2 {
    font-size: calc(29px - 4px);
}.offer_selection .tuition_grid {
    margin-bottom: 30px;
}.offer_selection .fee_chart {
    padding: 25px 20px;
}.offer_selection .price_choices p {
    overflow-y: auto;
    max-height: 300px;
    margin-bottom: 15px;
    font-size: calc(17px - 1px);
    padding-right: 5px;
}.offer_selection .price_choices p::-webkit-scrollbar {
    width: 4px;
}.offer_selection .price_choices p::-webkit-scrollbar-thumb {
    background-color: rgb(200,178,132,0.5);
    border-radius: 4px;
}
}

@media (prefers-reduced-motion: reduce) {.offer_selection .price_choices,
    .offer_selection .price_choices:hover,
    .offer_selection h2,
    .offer_selection .study_cost::before,
    .offer_selection .price_choices h4,
    .offer_selection .package_price {
    transition: none;
    transform: none;
}}.target_audience {
    padding: 110px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(219,210,189) 0%, rgb(200,178,132,0.5) 100%);
    position: relative;
}.target_audience::before {
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    z-index: 1;
    left: 0;
    animation: backgroundShift 15s ease-in-out infinite alternate;
    width: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(176,111,79,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(200,178,132,0.5) 0%, transparent 40%);
}.target_audience::after {
    content: "";
    bottom: 0;
    width: 100%;
    position: absolute;
    height: 120px;
    background-position: center;
    background-size: cover;
    left: 0;
    z-index: 2;
}@keyframes backgroundShift {
    0% {
        opacity: 0.4;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.05);
    }
    100% {
        opacity: 0.5;
        transform: scale(1);
    }
}

.target_audience .container {
    padding: 0 15px;
    max-width: 1140px;
    z-index: 3;
    margin: 0 auto;
    position: relative;
}.target_audience .impact_numbers {
    position: relative;
    perspective: 1000px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transform-style: preserve-3d;
    border-radius: 19px;
    background: #ffffff;
    padding: 50px 40px;
}.target_audience .impact_numbers::before {
    width: 100px;
    transform: rotate(-15deg) translateZ(-10px);
    top: -10px;
    border-radius: 10px;
    position: absolute;
    height: 100px;
    right: -10px;
    z-index: -1;
    background: rgb(176,111,79);
    opacity: 0.3;
    content: "";
}.target_audience .impact_numbers::after {
    content: "";
    position: absolute;
    opacity: 0.3;
    border-radius: 10px;
    height: 120px;
    width: 120px;
    transform: rotate(10deg) translateZ(-15px);
    bottom: -15px;
    z-index: -1;
    left: -15px;
    background: rgb(200,178,132);
}.target_audience h4 {
    margin-bottom: 35px;
    font-weight: 700;
    padding-bottom: 15px;
    color: rgb(200,178,132);
    font-size: 36px;
    text-align: center;
    position: relative;
}.target_audience h4::after {
    transform: translateX(-50%);
    bottom: 0;
    background: linear-gradient(90deg, rgb(200,178,132), rgb(176,111,79));
    left: 50%;
    border-radius: 10px;
    width: 70px;
    content: "";
    height: 4px;
    position: absolute;
}.target_audience div > div {
    display: grid;
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}.target_audience p {
    margin-bottom: 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    color: #000000;
    position: relative;
    z-index: 1;
    overflow: hidden;
    font-size: 13px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 1) 100%);
    transition: all 0.3s ease;
    align-items: center;
    padding: 20px;
    display: flex;
    border-radius: 10px;
}.target_audience p::before {
    background: linear-gradient(to bottom, rgb(200,178,132), rgb(176,111,79));
    transition: all 0.3s ease;
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
    z-index: -1;
    width: 4px;
    content: "";
}.target_audience p::after {
    transition: all 0.4s ease;
    position: absolute;
    height: 100%;
    content: "";
    top: 0;
    z-index: -1;
    opacity: 0;
    background: linear-gradient(135deg, rgb(200,178,132,0.5) 0%, transparent 100%);
    left: 0;
    width: 100%;
}.target_audience p:hover {
    color: #000000;
    transform: translateY(-5px);
}.target_audience p:hover::before {
    width: 8px;
}.target_audience p:hover::after {
    opacity: 0.15;
}.target_audience p svg {
    margin-right: 15px;
    height: 24px;
    flex-shrink: 0;
    width: 24px;
    transition: all 0.3s ease;
}.target_audience p svg path {
    transition: fill 0.3s ease;
    fill: rgb(200,178,132);
}.target_audience p:hover svg {
    transform: scale(1.2);
}.target_audience p:hover svg path {
    fill: rgb(176,111,79);
}@keyframes floatItem {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-8px);
    }
    100% {
        transform: translateY(0px);
    }
}

.target_audience p:nth-child(odd) {
    animation: floatItem 6s ease-in-out infinite;
}.target_audience p:nth-child(even) {
    animation: floatItem 7s ease-in-out infinite reverse;
}@keyframes fadeSlideUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.target_audience .impact_numbers > div p {
    animation: fadeSlideUp 0.6s ease forwards;
    opacity: 0;
}.target_audience .impact_numbers > div p:nth-child(1) {
    animation-delay: 0.2s;
}.target_audience .impact_numbers > div p:nth-child(2) {
    animation-delay: 0.4s;
}.target_audience .impact_numbers > div p:nth-child(3) {
    animation-delay: 0.6s;
}.target_audience .impact_numbers > div p:nth-child(4) {
    animation-delay: 0.8s;
}.target_audience .impact_numbers > div p:nth-child(5) {
    animation-delay: 1s;
}.target_audience .impact_numbers > div p:nth-child(6) {
    animation-delay: 1.2s;
}

@media (max-width: 991px) {.target_audience {
    padding: 80px 0;
}.target_audience .impact_numbers {
    padding: 40px 30px;
}.target_audience h4 {
    font-size: calc(36px * 0.9);
    margin-bottom: 30px;
}.target_audience div > div {
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.target_audience p {
    padding: 15px;
}.target_audience::after {
    height: 80px;
}
}

@media (max-width: 768px) {.target_audience {
    padding: 70px 0 90px;
}.target_audience .impact_numbers {
    padding: 35px 25px;
}.target_audience h4 {
    font-size: calc(36px * 0.8);
    margin-bottom: 25px;
}.target_audience div > div {
    grid-template-columns: 1fr;
}.target_audience::after {
    height: 60px;
}
}

@media (max-width: 576px) {.target_audience {
    padding: 60px 0 80px;
}.target_audience .impact_numbers {
    padding: 30px 20px;
}.target_audience .impact_numbers::before,
    .target_audience .impact_numbers::after {
    height: 70px;
    width: 70px;
}.target_audience h4 {
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: calc(36px * 0.7);
}.target_audience h4::after {
    width: 50px;
    height: 3px;
}.target_audience p {
    font-size: calc(13px * 0.9);
    padding: 12px;
}.target_audience p svg {
    height: 20px;
    width: 20px;
    margin-right: 10px;
}.target_audience::after {
    height: 40px;
}}.take_a_spin {
    background: linear-gradient(135deg, rgb(176,111,79) 0%, rgb(200,178,132) 100%);
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    padding: 5rem 2rem;
    z-index: 1;
}.take_a_spin::before {
    position: absolute;
    content: "";
    background: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.03) 10px,
        rgba(255, 255, 255, 0.05) 10px,
        rgba(255, 255, 255, 0.05) 20px
    );
    height: 100%;
    top: 0;
    width: 100%;
    z-index: -1;
    left: 0;
}.take_a_spin::after {
    position: absolute;
    content: "";
    right: -50%;
    width: 80%;
    background: radial-gradient(
        circle at center,
        rgba(255, 255, 255, 0.2) 0%,
        rgba(255, 255, 255, 0) 60%
    );
    transform: rotate(30deg);
    pointer-events: none;
    z-index: -1;
    top: -50%;
    height: 200%;
}.take_a_spin .container {
    position: relative;
    max-width: 1200px;
    gap: 3rem;
    align-items: center;
    display: flex;
    margin: 0 auto;
    flex-direction: column;
}.take_a_spin h2 {
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 0.01em;
    max-width: 90%;
    text-align: center;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin: 0;
    line-height: 1.4;
    opacity: 1;
    transform: translateY(0);
    font-size: 30px;
    transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}.take_a_spin .impact_numbers {
    background: rgba(255, 255, 255, 0.1);
    position: relative;
    backdrop-filter: blur(10px);
    display: flex;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1) 0.1s, opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1) 0.1s;
    gap: 1.5rem;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.05);
    transform: translateY(0);
    opacity: 1;
    border-left: 3px solid #ffffff;
    align-items: center;
    padding: 1.5rem;
    justify-content: center;
}.take_a_spin .impact_numbers:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15), 0 3px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}.take_a_spin svg {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.1));
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}.take_a_spin .impact_numbers:hover svg {
    transform: rotate(15deg) scale(1.1);
}.take_a_spin svg path {
    transition: fill 0.3s ease;
    fill: #ffffff;
}.take_a_spin .impact_numbers div {
    display: flex;
    align-items: center;
}.take_a_spin .inquiry_list {
    justify-content: center;
    text-decoration: none;
    font-size: 15px;
    position: relative;
    border-radius: 10px;
    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),
                color 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    font-weight: 600;
    overflow: hidden;
    z-index: 1;
    padding: 1rem 2.5rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    color: rgb(200,178,132);
    letter-spacing: 0.03em;
    align-items: center;
    display: inline-flex;
    background: #ffffff;
}.take_a_spin .inquiry_list::before {
    width: 100%;
    top: 0;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.4s;
    content: "";
    position: absolute;
    left: 0;
    transform: translateY(100%);
    opacity: 0;
    height: 100%;
    z-index: -1;
    background: linear-gradient(45deg, rgb(200,178,132), rgb(176,111,79));
}.take_a_spin .inquiry_list:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
    color: #ffffff;
}.take_a_spin .inquiry_list:hover::before {
    opacity: 1;
    transform: translateY(0);
}.take_a_spin .inquiry_list:active {
    transform: translateY(1px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {.take_a_spin {
    padding: 4rem 1.5rem;
}.take_a_spin h2 {
    font-size: calc(30px * 0.9);
    max-width: 100%;
}.take_a_spin .impact_numbers {
    border-left: none;
    text-align: center;
    border-top: 3px solid #ffffff;
    gap: 1rem;
    flex-direction: column;
    padding: 1.25rem;
}.take_a_spin .inquiry_list {
    width: 100%;
    padding: 0.85rem 2rem;
}
}

@media (max-width: 767px) {.take_a_spin {
    padding: 3rem 1rem;
}.take_a_spin h2 {
    font-size: calc(30px * 0.8);
    line-height: 1.5;
}.take_a_spin .container {
    gap: 2rem;
}.take_a_spin svg {
    height: 40px;
    width: 40px;
}.take_a_spin .impact_numbers {
    max-width: 320px;
    width: 100%;
}
}

@media (max-width: 480px) {.take_a_spin {
    padding: 2.5rem 0.75rem;
}.take_a_spin h2 {
    font-size: calc(30px * 0.7);
}.take_a_spin .inquiry_list {
    padding: 0.75rem 1.5rem;
    font-size: calc(15px * 0.9);
}.take_a_spin svg {
    height: 36px;
    width: 36px;
}
}

@media (min-width: 1400px) {.take_a_spin {
    padding: 6rem 2rem;
}.take_a_spin h2 {
    max-width: 70%;
    font-size: calc(30px * 1.1);
}.take_a_spin .impact_numbers {
    gap: 2rem;
    padding: 2rem;
}.take_a_spin svg {
    width: 56px;
    height: 56px;
}.take_a_spin .inquiry_list {
    font-size: calc(15px * 1.1);
    padding: 1.15rem 3rem;
}}.testimonials {
    padding: 120px 0 80px;
    perspective: 1000px;
    background: linear-gradient(135deg, rgb(219,210,189) 0%, rgba(rgb(200,178,132,0.5), 0.05) 100%);
    position: relative;
    overflow: hidden;
}.testimonials::before {
    background: linear-gradient(to right, rgb(200,178,132), rgb(176,111,79));
    position: absolute;
    transform: rotate(45deg) skew(10deg, 10deg);
    height: 300px;
    z-index: 0;
    top: -100px;
    right: -50px;
    width: 300px;
    opacity: 0.05;
    content: "";
}.testimonials::after {
    background: linear-gradient(to left, rgb(200,178,132), rgb(176,111,79));
    content: "";
    left: -50px;
    position: absolute;
    bottom: -80px;
    width: 250px;
    transform: rotate(30deg) skew(-5deg, 15deg);
    z-index: 0;
    height: 250px;
    opacity: 0.07;
}.testimonials .container {
    z-index: 1;
    position: relative;
}.testimonials h2 {
    margin-bottom: 60px;
    font-size: 33px;
    transform: perspective(1000px) translateZ(10px);
    font-weight: 700;
    transform-style: preserve-3d;
    position: relative;
    color: #000000;
    text-align: left;
}.testimonials h2::after {
    content: "";
    width: 80px;
    transform: scaleX(1);
    bottom: -15px;
    left: 0;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    transform-origin: left;
    position: absolute;
    background: rgb(200,178,132);
    height: 3px;
}.testimonials h2:hover::after {
    transform: scaleX(1.5);
}.testimonials .client_testimonials {
    padding: 0;
    display: grid;
    margin: 0;
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
}.testimonials .review_highlights {
    background: #ffffff;
    transform-style: preserve-3d;
    position: relative;
    overflow: hidden;
    transform: perspective(1000px) translateZ(0);
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    padding: 30px;
    box-shadow: 0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.05);
}.testimonials .review_highlights::before {
    top: 0;
    transition: height 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    left: 0;
    background: linear-gradient(to bottom, rgb(200,178,132), rgb(176,111,79));
    height: 0;
    width: 5px;
    content: "";
    position: absolute;
}.testimonials .review_highlights:hover {
    transform: perspective(1000px) translateZ(15px) translateY(-5px);
    box-shadow: 0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.1);
}.testimonials .review_highlights:hover::before {
    height: 100%;
}.testimonials .review_highlights div {
    position: relative;
    margin-bottom: 20px;
    align-items: center;
    z-index: 1;
    display: flex;
}.testimonials .review_highlights div::after {
    color: rgb(200,178,132);
    transform: rotate(10deg);
    position: absolute;
    z-index: -1;
    font-size: 120px;
    right: 0;
    opacity: 0.08;
    content: "";
    line-height: 1;
    font-family: serif;
    top: -40px;
}.testimonials .review_highlights img {
    width: 60px;
    box-shadow: 0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.1);
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #ffffff;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    height: 60px;
}.testimonials .review_highlights:hover img {
    transform: scale(1.1);
}.testimonials .review_highlights h4 {
    color: #000000;
    font-size: 19px;
    position: relative;
    margin-left: 15px;
    font-weight: 600;
}.testimonials .review_highlights h4::after {
    left: 0;
    position: absolute;
    width: 0;
    content: "";
    height: 2px;
    background: rgb(176,111,79);
    bottom: -5px;
    transition: width 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}.testimonials .review_highlights:hover h4::after {
    width: 100%;
}.testimonials .description {
    color: #000000;
    position: relative;
    transform: translateZ(0);
    z-index: 1;
    font-size: 14px;
    line-height: 1.6;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    margin: 0;
}.testimonials .review_highlights:hover .description {
    transform: translateX(8px);
}.testimonials a {
    position: relative;
    display: inline-block;
    background: linear-gradient(45deg, rgb(200,178,132), rgb(176,111,79));
    text-decoration: none;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 0 8px 20px rgba(rgb(200,178,132,0.5), 0.3);
    font-weight: 600;
    font-size: 14px;
    color: #ffffff;
    border: none;
    transform: translateZ(0);
    margin-top: 40px;
    cursor: pointer;
    padding: 12px 30px;
}.testimonials a::before {
    left: -100%;
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.2) 50%, rgba(255,255,255,0) 100%);
    position: absolute;
    transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    height: 100%;
    top: 0;
    content: "";
    width: 100%;
}.testimonials a:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 15px 30px rgba(rgb(200,178,132,0.5), 0.4);
}.testimonials a:hover::before {
    left: 100%;
}

@media (max-width: 992px) {.testimonials {
    padding: 80px 0 60px;
}.testimonials h2 {
    margin-bottom: 40px;
    font-size: calc(33px * 0.9);
}.testimonials .client_testimonials {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}
}

@media (max-width: 768px) {.testimonials {
    padding: 60px 0 40px;
}.testimonials h2 {
    margin-bottom: 35px;
    text-align: center;
    font-size: calc(33px * 0.8);
}.testimonials h2::after {
    transform: translateX(-50%);
    left: 50%;
}.testimonials h2:hover::after {
    transform: translateX(-50%) scaleX(1.5);
}.testimonials .client_testimonials {
    grid-template-columns: 1fr;
    gap: 20px;
}.testimonials .review_highlights {
    padding: 25px;
}.testimonials a {
    margin: 30px auto 0;
    display: block;
    text-align: center;
    width: 80%;
}
}

@media (max-width: 480px) {.testimonials {
    padding: 50px 0 30px;
}.testimonials h2 {
    margin-bottom: 30px;
    font-size: calc(33px * 0.7);
}.testimonials .review_highlights {
    padding: 20px;
}.testimonials .review_highlights div {
    margin-bottom: 15px;
}.testimonials .review_highlights img {
    height: 50px;
    width: 50px;
}.testimonials a {
    padding: 10px 20px;
    width: 100%;
}}header {
    overflow: visible;
    padding: 1.5rem 0;
    position: relative;
    z-index: 1000;
    background: linear-gradient(to right, rgb(176,111,79,0.5), rgb(200,178,132));
}header::before {
    z-index: -1;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    content: '';
    left: 0;
    background: 
        radial-gradient(circle at 10% 20%, #ffffff 0%, transparent 15%),
        radial-gradient(circle at 90% 80%, #ffffff 0%, transparent 15%);
}header .container {
    max-width: 1200px;
    padding: 0 1.5rem;
    position: relative;
    margin: 0 auto;
}header .page_nav {
    gap: 1.5rem;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
}header .top_head {
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 1rem;
    z-index: 2;
    text-decoration: none;
    position: relative;
}header .top_head::after {
    position: absolute;
    bottom: 0;
    transition: width 0.3s ease, opacity 0.3s ease;
    width: 50%;
    transform: translateX(-50%);
    background: #ffffff;
    opacity: 0.6;
    height: 2px;
    left: 50%;
    content: '';
}header .top_head:hover::after {
    opacity: 1;
    width: 80%;
}header .top_head svg {
    height: auto;
    width: 220px;
    transition: all 0.3s ease;
    filter: drop-shadow(0 4px 8px rgb(200,178,132,0.5));
}header .top_head:hover svg {
    transform: translateY(-5px);
}header .nav_study {
    gap: 0.8rem;
    position: relative;
    display: flex;
    background: rgba(255, 255, 255, 0.1);
    flex-wrap: wrap;
    backdrop-filter: blur(5px);
    padding: 0.6rem 1rem;
    width: 100%;
    border-radius: 25px;
    max-width: 800px;
    justify-content: center;
}header .nav_study::before {
    z-index: -1;
    box-shadow: 
        0 4px 30px rgba(0, 0, 0, 0.1),
        inset 0 1px 1px rgba(255, 255, 255, 0.2);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    border-radius: 25px;
    left: 0;
    content: '';
}header .head_learning {
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
    text-transform: uppercase;
    overflow: hidden;
    font-weight: 400;
    letter-spacing: 0.5px;
    padding: 0.7rem 1.2rem;
    color: #ffffff;
    border-radius: 10px;
    font-size: 13px;
    font-family: Arial, sans-serif;
}header .head_learning::before {
    top: 0;
    width: 100%;
    position: absolute;
    border-radius: 10px;
    content: '';
    transition: opacity 0.3s ease;
    z-index: -1;
    transform: translateY(100%) scale(0.8);
    background: #ffffff;
    left: 0;
    opacity: 0;
    height: 100%;
}header .head_learning:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    color: rgb(200,178,132);
}header .head_learning:hover::before {
    transform: translateY(0) scale(1);
    opacity: 1;
}

@media (max-width: 991px) {header {
    padding: 1.2rem 0;
}header .page_nav {
    gap: 1.2rem;
}header .top_head svg {
    width: 180px;
}header .nav_study {
    padding: 0.5rem;
    gap: 0.6rem;
}header .head_learning {
    font-size: calc(13px - 1px);
    padding: 0.6rem 1rem;
}
}

@media (max-width: 767px) {header {
    padding: 1rem 0;
}header .page_nav {
    gap: 1rem;
}header .top_head svg {
    width: 150px;
}header .nav_study {
    gap: 0.4rem;
    padding: 0.4rem;
}header .head_learning {
    font-size: calc(13px - 2px);
    padding: 0.5rem 0.8rem;
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0;
}header .page_nav {
    gap: 0.8rem;
}header .top_head svg {
    width: 140px;
}header .nav_study {
    padding: 0.4rem 0.6rem;
    overflow-x: auto;
    justify-content: flex-start;
    flex-wrap: nowrap;
}header .nav_study::-webkit-scrollbar {
    height: 3px;
}header .nav_study::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #ffffff;
}header .head_learning {
    font-size: calc(13px - 3px);
    padding: 0.4rem 0.7rem;
    white-space: nowrap;
}}.thanksGrid {
    padding: 4rem 2rem;
    overflow: hidden;
    background: linear-gradient(145deg, rgb(219,210,189), #f8f9fd);
    box-shadow: 
        inset 12px 12px 24px rgba(255, 255, 255, 0.8),
        inset -12px -12px 24px rgba(70, 70, 80, 0.05);
    position: relative;
}.thanksGrid::before {
    filter: blur(80px);
    height: 70%;
    background: linear-gradient(120deg, rgb(200,178,132,0.5), rgb(176,111,79,0.5));
    z-index: 0;
    position: absolute;
    pointer-events: none;
    transform: rotate(-15deg);
    width: 40%;
    top: -10%;
    right: -5%;
    opacity: 0.2;
    content: "";
}.thanksGrid::after {
    width: 30%;
    content: "";
    transform: rotate(20deg);
    filter: blur(70px);
    opacity: 0.15;
    background: linear-gradient(220deg, rgb(176,111,79,0.5), rgb(200,178,132,0.5));
    position: absolute;
    z-index: 0;
    pointer-events: none;
    bottom: -10%;
    height: 60%;
    left: -5%;
}.thanksGrid .container {
    max-width: 1200px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}.thanksGrid h2 {
    color: #000000;
    opacity: 1;
    margin-bottom: 2.5rem;
    letter-spacing: -0.02em;
    font-weight: 700;
    font-size: 29px;
    transform: translateY(0);
    animation: fadeInDown 0.8s ease-out forwards;
    position: relative;
    line-height: 1.3;
    text-align: center;
}.thanksGrid h2::after {
    background: linear-gradient(90deg, rgb(200,178,132), rgb(176,111,79));
    content: "";
    height: 3px;
    transform: translateX(-50%);
    left: 50%;
    bottom: -0.8rem;
    border-radius: 10px;
    position: absolute;
    width: 80px;
}.thanksGrid .impact_numbers {
    border-radius: 17px;
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    position: relative;
    transform: translateY(0);
    padding: 2.5rem;
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.05),
        -20px -20px 60px rgba(255, 255, 255, 0.9),
        inset 4px 4px 20px rgba(255, 255, 255, 0.9),
        inset -4px -4px 10px rgba(0, 0, 0, 0.03);
    opacity: 0;
    background: #ffffff;
}.thanksGrid .impact_numbers::before {
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: inherit;
    z-index: -1;
    top: 0;
    content: "";
    left: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgba(rgb(200,178,132,0.5), 0.03) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgba(rgb(176,111,79,0.5), 0.03) 0%, transparent 30%);
}.thanksGrid ul {
    list-style: none;
    margin: 0;
    padding: 0;
}.thanksGrid li {
    margin-bottom: 0.5rem;
    padding-left: 1.5rem;
    position: relative;
}.thanksGrid li:last-child {
    margin-bottom: 0;
}.thanksGrid li::before {
    transform: scale(0);
    animation: scaleIn 0.4s ease-out 0.8s forwards;
    height: 8px;
    top: 0.6rem;
    left: 0;
    background: linear-gradient(135deg, rgb(200,178,132), rgb(176,111,79));
    position: absolute;
    width: 8px;
    border-radius: 50%;
    content: "";
}.thanksGrid li span {
    line-height: 1.7;
    font-family: Arial, sans-serif;
    font-size: 13px;
    animation: fadeInRight 0.7s ease-out 0.6s forwards;
    color: #000000;
    opacity: 0;
    font-weight: 400;
    display: block;
    transform: translateX(0);
}

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

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

@keyframes fadeInRight {
    from {
        transform: translateX(-10px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

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

@media (max-width: 991px) {.thanksGrid {
    padding: 3rem 1.5rem;
}.thanksGrid h2 {
    margin-bottom: 2rem;
    font-size: calc(29px * 0.9);
}.thanksGrid .impact_numbers {
    padding: 2rem;
}
}

@media (max-width: 767px) {.thanksGrid {
    padding: 2.5rem 1.25rem;
}.thanksGrid h2 {
    font-size: calc(29px * 0.8);
    margin-bottom: 1.8rem;
    line-height: 1.4;
}.thanksGrid h2::after {
    width: 60px;
}.thanksGrid .impact_numbers {
    padding: 1.5rem;
}.thanksGrid li span {
    line-height: 1.6;
    font-size: calc(13px * 0.95);
}
}

@media (max-width: 480px) {.thanksGrid {
    padding: 2rem 1rem;
}.thanksGrid h2 {
    text-align: left;
    font-size: calc(29px * 0.7);
}.thanksGrid h2::after {
    transform: none;
    width: 50px;
    left: 0;
}.thanksGrid .impact_numbers {
    padding: 1.25rem;
}.thanksGrid li {
    padding-left: 1.25rem;
}.thanksGrid li::before {
    height: 6px;
    top: 0.5rem;
    width: 6px;
}}#cookie_window_box {
    display: none;
}#cookie_window_box:checked ~ .cookie_notice_message {
    opacity: 0;
    visibility: hidden;
}.cookie_notice_message {
    background: rgb(176,111,79);
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.5);
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 90;
    padding: 20px 0;
    border-top: 3px solid rgb(200,178,132);
    font-family: Arial, sans-serif;
}.user_dialog {
    background: rgba(0, 0, 0, 0.5);
    padding: 20px 5%;
    border-radius: 15px;
    align-items: center;
    display: flex;
    justify-content: space-between;
    border: 2px dashed rgb(200,178,132);
    gap: 20px;
}.cookie_notice_message h5 {
    font-weight: 700;
    margin: 0;
    font-size: 19px;
    letter-spacing: 1.5px;
    color: rgb(200,178,132);
    text-transform: uppercase;
}.cookie_notice_message p {
    margin: 0;
    font-size: 15px;
    position: relative;
    color: #ffffff;
    line-height: 1.5;
}.track_cookies {
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    padding: 10px;
    background: rgb(200,178,132,0.5);
    flex-shrink: 0;
    margin-right: 20px;
    display: flex;
}.track_cookies svg {
    height: 60px;
    fill: rgb(200,178,132);
    width: 60px;
}.track_optin {
    border: 2px solid rgb(200,178,132);
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
    color: #000000;
    background: rgb(200,178,132);
    text-align: center;
    margin-left: 10px;
    white-space: nowrap;
    min-width: 140px;
    flex-shrink: 0;
    line-height: 40px;
    font-size: 20px;
    border-radius: 10px;
    padding: 10px 20px;
    cursor: pointer;
}.track_optin:hover {
    box-shadow: 0 0 10px rgb(176,111,79);
    background-color: rgb(176,111,79);
}.cookie_button.cookie_user {
    background: rgba(0, 0, 0, 0.5);
    border: 2px solid rgb(176,111,79);
    color: #ffffff;
}.cookie_button.cookie_user:hover {
    box-shadow: 0 0 10px rgb(176,111,79);
}.cookie_notice_message p a {
    text-decoration: none;
    border-bottom: 1px dashed rgb(200,178,132);
    color: rgb(200,178,132);
    transition: color 0.3s ease;
}.cookie_notice_message p a:hover {
    color: rgb(176,111,79);
}
@media only screen and (max-width: 1200px) {.cookie_notice_message {
    padding: 15px 0;
}.user_dialog {
    padding: 15px 5%;
}.track_cookies {
    display: none;
}.user_dialog {
    flex-direction: column;
    text-align: center;
    align-items: center;
}.cookie_notice_message h5 {
    margin-bottom: 10px;
    font-size: 22px;
}.digital_consent {
    margin-bottom: 15px;
}.track_optin {
    margin: 10px 0;
    min-width: 100%;
}}
.confidential_asylum {
    perspective: 1000px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(219,210,189) 0%, rgba(255,255,255,0.98) 100%);
    padding: 5rem 2rem;
}.confidential_asylum::before {
    z-index: 0;
    content: "";
    opacity: 0.15;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(200,178,132,0.5) 0%, transparent 20%),
        radial-gradient(circle at 80% 70%, rgb(176,111,79,0.5) 0%, transparent 25%);
    top: 0;
    transform: translateZ(-50px);
    position: absolute;
    left: 0;
    width: 100%;
}.confidential_asylum .container {
    z-index: 1;
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.05),
        0 5px 15px rgba(0,0,0,0.03);
    padding: 2rem;
    position: relative;
    max-width: 1140px;
    border-left: 4px solid rgb(200,178,132);
    background: #ffffff;
    transform: translateZ(0) rotateX(0.5deg);
    margin: 0 auto;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform-style: preserve-3d;
}.confidential_asylum .container:hover {
    transform: translateZ(10px) rotateX(0deg);
}.confidential_asylum h1 {
    color: #000000;
    font-family: Arial, sans-serif;
    letter-spacing: -0.5px;
    line-height: 1.2;
    font-size: calc(44px * 1.2);
    margin-bottom: 2rem;
    font-weight: 700;
    padding-bottom: 1rem;
    position: relative;
}.confidential_asylum h1::after {
    content: "";
    height: 4px;
    transform: scaleX(1);
    background: linear-gradient(90deg, rgb(200,178,132) 0%, rgb(176,111,79) 100%);
    bottom: 0;
    width: 80px;
    transform-origin: left;
    left: 0;
    position: absolute;
    transition: transform 0.4s ease-out;
}.confidential_asylum:hover h1::after {
    transform: scaleX(1.5);
}.confidential_asylum h2 {
    transform: translateX(0);
    transition: transform 0.3s ease-out;
    border-left: 3px solid rgb(176,111,79);
    font-size: calc(30px * 1.05);
    color: #000000;
    font-weight: 600;
    font-family: Arial, sans-serif;
    position: relative;
    margin: 3rem 0 1.5rem;
    padding-left: 1rem;
}.confidential_asylum h2:hover {
    transform: translateX(5px);
}.confidential_asylum h3 {
    margin: 2.5rem 0 1rem;
    font-weight: 600;
    position: relative;
    font-family: Arial, sans-serif;
    padding-bottom: 0.5rem;
    font-size: calc(22px * 1.2);
    color: #000000;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}.confidential_asylum h4 {
    margin: 2rem 0 1rem;
    color: #000000;
    position: relative;
    font-family: Arial, sans-serif;
    font-weight: 600;
    font-size: calc(17px * 1.1);
    padding-left: 1.5rem;
}.confidential_asylum h4::before {
    width: 8px;
    top: 50%;
    position: absolute;
    left: 0;
    background-color: rgb(200,178,132);
    height: 8px;
    transform: translateY(-50%) rotate(45deg);
    content: "";
}.confidential_asylum p {
    margin-bottom: 1.5rem;
    line-height: 1.8;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 18px;
    position: relative;
    transition: transform 0.3s ease-out;
    transform: translateZ(0);
}.confidential_asylum p:hover {
    transform: translateZ(5px);
}.confidential_asylum strong {
    padding: 0 2px;
    color: #000000;
    background: linear-gradient(to bottom, transparent 85%, rgb(176,111,79,0.5) 85%, rgb(176,111,79,0.5) 100%);
    font-weight: 600;
    position: relative;
    display: inline-block;
}.confidential_asylum ul {
    list-style: none;
    margin: 1.5rem 0 2rem;
    padding-left: 1.5rem;
    position: relative;
}.confidential_asylum ul li {
    font-family: Arial, sans-serif;
    transition: transform 0.2s ease-out;
    font-size: 18px;
    line-height: 1.7;
    color: #000000;
    margin-bottom: 1rem;
    padding-left: 1.5rem;
    position: relative;
}.confidential_asylum ul li:hover {
    transform: translateX(5px);
}.confidential_asylum ul li::before {
    top: 0.65rem;
    width: 6px;
    content: "";
    left: 0;
    border-radius: 50%;
    height: 6px;
    transition: transform 0.2s ease-out, background-color 0.2s ease-out;
    background-color: rgb(200,178,132);
    position: absolute;
}.confidential_asylum ul li:hover::before {
    background-color: rgb(176,111,79);
    transform: scale(1.5);
}.confidential_asylum span {
    transition: transform 0.3s ease-out, border-left-color 0.3s ease-out;
    font-size: 18px;
    margin-bottom: 2rem;
    transform: translateX(0);
    display: block;
    background-color: rgba(rgba(0, 0, 0, 0.5), 0.02);
    padding: 1rem 1.5rem;
    border-left: 2px solid rgb(176,111,79,0.5);
    font-family: Arial, sans-serif;
    line-height: 1.7;
    color: #000000;
}.confidential_asylum span:hover {
    border-left-color: rgb(176,111,79);
    transform: translateX(5px);
}

@media screen and (max-width: 1200px) {.confidential_asylum {
    padding: 4rem 1.5rem;
}.confidential_asylum .container {
    padding: 1.5rem;
}.confidential_asylum h1 {
    font-size: calc(44px * 1.1);
}.confidential_asylum h2 {
    font-size: 30px;
}
}

@media screen and (max-width: 992px) {.confidential_asylum {
    padding: 3rem 1rem;
}.confidential_asylum .container {
    transform: none;
    box-shadow: 
            0 10px 30px rgba(0,0,0,0.05),
            0 3px 10px rgba(0,0,0,0.03);
}.confidential_asylum .container:hover {
    transform: none;
}.confidential_asylum h1 {
    font-size: 44px;
}
}

@media screen and (max-width: 768px) {.confidential_asylum {
    padding: 2rem 0.5rem;
}.confidential_asylum .container {
    padding: 1.5rem 1rem;
}.confidential_asylum h1 {
    font-size: calc(44px * 0.9);
}.confidential_asylum h2 {
    padding-left: 0.75rem;
    font-size: calc(30px * 0.9);
}.confidential_asylum h3 {
    font-size: 22px;
}.confidential_asylum h4 {
    font-size: 17px;
}.confidential_asylum p, 
    .confidential_asylum ul li,
    .confidential_asylum span {
    font-size: calc(18px * 0.95);
}.confidential_asylum ul {
    padding-left: 0.5rem;
}.confidential_asylum span {
    padding: 0.75rem 1rem;
}
}

@media screen and (max-width: 576px) {.confidential_asylum {
    padding: 1.5rem 0.5rem;
}.confidential_asylum .container {
    padding: 1rem;
    border-left-width: 3px;
}.confidential_asylum h1 {
    font-size: calc(44px * 0.8);
}.confidential_asylum h1::after {
    height: 3px;
    width: 60px;
}.confidential_asylum h2 {
    margin: 2rem 0 1rem;
    border-left-width: 2px;
}.confidential_asylum ul li {
    padding-left: 1.25rem;
}.confidential_asylum p:hover,
    .confidential_asylum ul li:hover,
    .confidential_asylum span:hover,
    .confidential_asylum h2:hover {
    transform: none;
}}.title_greeting {
    padding: 4rem 2rem;
    overflow: hidden;
    position: relative;
    align-items: center;
    display: flex;
    background: linear-gradient(135deg, rgb(219,210,189) 0%, rgba(0, 0, 0, 0.5) 100%);
    justify-content: center;
    min-height: 100vh;
}.title_greeting::before {
    z-index: 1;
    background: linear-gradient(45deg, rgb(200,178,132,0.5) 0%, transparent 50%);
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}.title_greeting::after {
    right: -10%;
    filter: blur(60px);
    position: absolute;
    content: "";
    opacity: 0.2;
    border-radius: 50%;
    height: 40%;
    z-index: 0;
    background: rgb(176,111,79);
    bottom: -10%;
    width: 40%;
}.title_greeting .learn_quickpro {
    position: relative;
    z-index: 2;
    transform: translateY(20px);
    opacity: 0;
    width: 100%;
    animation: slide-up 1.2s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    max-width: 1200px;
}.title_greeting .learn_quickpro > div {
    gap: 3rem;
    grid-template-columns: 1fr;
    display: grid;
}.title_greeting h3 {
    opacity: 0;
    padding-left: 2rem;
    transform: translateX(-20px);
    line-height: 1.6;
    position: relative;
    font-weight: 600;
    max-width: 32rem;
    color: rgb(200,178,132);
    animation: slide-right 1s cubic-bezier(0.34, 1.56, 0.64, 1) 0.4s forwards;
    font-size: calc(18px * 1.1);
    margin-bottom: 1.5rem;
}.title_greeting h3::before {
    position: absolute;
    transform: scaleY(0);
    top: 0.5rem;
    height: calc(100% - 1rem);
    content: "";
    left: 0;
    transform-origin: top;
    width: 4px;
    animation: scale-line 1.2s ease-out 0.8s forwards;
    background: rgb(200,178,132);
}.title_greeting .method_ped {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    transform: perspective(1000px) rotateX(2deg) rotateY(-1deg);
}.title_greeting .method_ped:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) scale(1.02);
}.title_greeting .method_ped::before {
    background: linear-gradient(to bottom, 
    rgba(0, 0, 0, 0.3), 
    rgba(0, 0, 0, 0.5) 50%, 
    rgba(0, 0, 0, 0.75));
    z-index: 1;
    position: absolute;
    content: "";
    inset: 0;
}.title_greeting .method_ped::after {
    animation: pulse 8s infinite alternate ease-in-out;
    position: absolute;
    z-index: 2;
    top: -10%;
    height: 120%;
    left: -10%;
    content: "";
    background: radial-gradient(circle at top right, rgb(200,178,132,0.5), transparent 70%);
    mix-blend-mode: overlay;
    opacity: 0.7;
    width: 120%;
}.title_greeting .method_ped > div {
    justify-content: flex-end;
    flex-direction: column;
    padding: 4rem 3rem;
    min-height: 400px;
    position: relative;
    z-index: 3;
    display: flex;
}.title_greeting p {
    color: #ffffff;
    animation: fade-in 1s ease-out 0.8s forwards;
    margin-bottom: 1.5rem;
    max-width: 40rem;
    transform: translateY(20px);
    opacity: 0;
    position: relative;
    font-size: calc(15px * 1.1);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    padding-bottom: 1.5rem;
    line-height: 1.7;
}.title_greeting p::after {
    left: 0;
    transform-origin: left;
    transform: scaleX(0);
    height: 3px;
    background: rgb(176,111,79);
    width: 60px;
    position: absolute;
    bottom: 0;
    content: "";
    animation: scale-line-x 1s ease-out 1.2s forwards;
}.title_greeting .title_style_header {
    animation: slide-up-header 1.2s cubic-bezier(0.34, 1.56, 0.64, 1) 0.6s forwards;
    font-weight: 700;
    line-height: 1.2;
    color: #ffffff;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
    margin: 0;
    transform: translateY(30px);
    letter-spacing: -0.02em;
    font-size: 39px;
    max-width: 24rem;
    opacity: 0;
    position: relative;
}


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

@keyframes slide-right {
  0% {
    transform: translateX(-20px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes scale-line {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}

@keyframes scale-line-x {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}

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

@keyframes slide-up-header {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

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


@media (min-width: 768px) {.title_greeting {
    padding: 6rem 3rem;
}.title_greeting .learn_quickpro > div {
    grid-template-columns: 1fr 1.5fr;
    align-items: center;
    gap: 4rem;
}.title_greeting h3 {
    font-size: 18px;
    padding-left: 3rem;
    margin-bottom: 0;
}.title_greeting h3::before {
    width: 6px;
}.title_greeting .method_ped > div {
    min-height: 480px;
    padding: 5rem 4rem;
}.title_greeting .title_style_header {
    font-size: calc(39px * 1.2);
    max-width: 30rem;
}
}

@media (min-width: 1024px) {.title_greeting {
    padding: 0;
    height: 100vh;
}.title_greeting .learn_quickpro > div {
    gap: 5rem;
    grid-template-columns: 1fr 2fr;
}.title_greeting h3 {
    font-size: calc(18px * 1.2);
    max-width: 36rem;
}.title_greeting .method_ped {
    height: 560px;
}.title_greeting .method_ped > div {
    padding: 6rem 5rem;
}.title_greeting p {
    max-width: 36rem;
    font-size: calc(15px * 1.2);
    margin-bottom: 2rem;
    padding-bottom: 2rem;
}.title_greeting .title_style_header {
    max-width: 36rem;
    font-size: calc(39px * 1.4);
}.title_greeting p::after {
    width: 80px;
    height: 4px;
}
}

@media (min-width: 1440px) {.title_greeting .learn_quickpro {
    max-width: 1400px;
}.title_greeting .learn_quickpro > div {
    gap: 6rem;
    grid-template-columns: 1fr 2.2fr;
}.title_greeting h3 {
    max-width: 42rem;
    font-size: calc(18px * 1.3);
}.title_greeting .method_ped {
    height: 640px;
}.title_greeting .method_ped > div {
    padding: 7rem 6rem;
}.title_greeting p {
    max-width: 40rem;
    font-size: calc(15px * 1.3);
}.title_greeting .title_style_header {
    max-width: 42rem;
    font-size: calc(39px * 1.6);
}
}

@media (max-width: 767px) {.title_greeting {
    padding: 3rem 1.5rem;
}.title_greeting h3 {
    font-size: calc(22px * 1.2);
    padding-left: 1.5rem;
}.title_greeting .method_ped > div {
    padding: 3rem 2rem;
    min-height: 320px;
}.title_greeting p {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    font-size: 15px;
}.title_greeting .title_style_header {
    font-size: calc(35px * 1.1);
}
}

@media (max-width: 479px) {.title_greeting {
    padding: 2rem 1rem;
}.title_greeting h3 {
    font-size: 22px;
    padding-left: 1rem;
}.title_greeting .method_ped > div {
    padding: 2rem 1.5rem;
    min-height: 280px;
}.title_greeting p {
    font-size: calc(15px * 0.9);
}.title_greeting .title_style_header {
    font-size: 35px;
}}.program_overview {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(219,210,189) 0%, rgba(240, 242, 245, 0.9) 100%);
    padding: 120px 0;
}.program_overview::before {
    height: 300px;
    transform: translateZ(0);
    animation: float 15s infinite alternate ease-in-out;
    content: "";
    right: -100px;
    width: 300px;
    position: absolute;
    opacity: 0.3;
    top: -100px;
    filter: blur(40px);
    background: linear-gradient(45deg, rgb(200,178,132,0.5) 0%, rgb(176,111,79,0.5) 100%);
    border-radius: 50%;
}.program_overview::after {
    transform: translateZ(0);
    content: "";
    bottom: -50px;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    height: 200px;
    animation: morph 20s infinite alternate ease-in-out;
    opacity: 0.2;
    position: absolute;
    width: 200px;
    left: -50px;
    filter: blur(30px);
    background: linear-gradient(-45deg, rgb(176,111,79,0.5) 0%, rgb(200,178,132,0.5) 100%);
}.program_overview .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    z-index: 1;
}.program_overview .learn_professional {
    transform: translateZ(0);
    grid-template-columns: 1fr;
    display: grid;
    gap: 40px;
}.program_overview .thumbnail_img {
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateY(-2deg) translateZ(0);
    position: relative;
    height: 350px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}.program_overview .thumbnail_img::before {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent 60%);
    inset: 0;
    position: absolute;
    z-index: 1;
    content: "";
}.program_overview .thumbnail_img::after {
    transform: rotate(25deg);
    height: 200%;
    background: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.1) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    animation: shimmer 5s infinite linear;
    content: "";
    width: 200%;
    top: -50%;
    pointer-events: none;
    left: -50%;
    position: absolute;
}.program_overview .text_element {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    transform: perspective(1000px) rotateY(2deg) translateZ(0);
    padding: 30px;
}.program_overview .text_element::before {
    transition: transform 0.4s ease;
    top: 0;
    transform: scaleY(0.7);
    left: 0;
    background: linear-gradient(to bottom, rgb(200,178,132), rgb(176,111,79));
    width: 4px;
    height: 100%;
    content: "";
    position: absolute;
    transform-origin: center;
}.program_overview .text_element:hover::before {
    transform: scaleY(1);
}.program_overview h3 {
    font-family: Arial, sans-serif;
    margin-bottom: 24px;
    color: #000000;
    position: relative;
    transform: translateX(0);
    z-index: 1;
    font-size: calc(24px + 0.2rem);
    font-weight: 700;
    transition: transform 0.4s ease;
}.program_overview h3::after {
    height: 30%;
    width: 8px;
    top: 50%;
    content: "";
    position: absolute;
    z-index: -1;
    transform: translateY(-50%);
    background: rgb(200,178,132,0.5);
    left: -10px;
    transition: opacity 0.4s ease, left 0.4s ease;
    opacity: 0;
}.program_overview .text_element:hover h3 {
    transform: translateX(10px);
}.program_overview .text_element:hover h3::after {
    left: -5px;
    opacity: 1;
}.program_overview .description {
    line-height: 1.7;
    margin-bottom: 20px;
    position: relative;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 14px;
}.program_overview p.description {
    overflow-y: auto;
    scrollbar-width: thin;
    display: block;
    scrollbar-color: rgb(200,178,132,0.5) rgb(219,210,189);
    padding-right: 15px;
    max-height: 300px;
}.program_overview p.description::-webkit-scrollbar {
    width: 5px;
}.program_overview p.description::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgb(219,210,189);
}.program_overview p.description::-webkit-scrollbar-thumb {
    background-color: rgb(200,178,132,0.5);
    border-radius: 10px;
}.program_overview span.description {
    display: none;
}

@keyframes float {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    100% {
        transform: translateY(-30px) rotate(10deg);
    }
}

@keyframes morph {
    0% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    25% {
        border-radius: 50% 50% 30% 70% / 60% 40% 60% 40%;
    }
    50% {
        border-radius: 70% 30% 50% 50% / 40% 60% 40% 60%;
    }
    75% {
        border-radius: 40% 60% 60% 40% / 70% 30% 70% 30%;
    }
    100% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
}

@keyframes shimmer {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@media (min-width: 768px) {.program_overview .learn_professional {
    gap: 50px;
    align-items: center;
    grid-template-columns: 1fr 1fr;
}.program_overview .thumbnail_img {
    height: 450px;
    transform: perspective(1000px) rotateY(-5deg) translateZ(0);
}.program_overview .text_element {
    transform: perspective(1000px) rotateY(5deg) translateZ(0);
}.program_overview .thumbnail_img:hover,
    .program_overview .text_element:hover {
    transform: perspective(1000px) rotateY(0) translateZ(20px);
}.program_overview h3 {
    font-size: 38px;
}
}

@media (min-width: 992px) {.program_overview {
    padding: 150px 0;
}.program_overview .learn_professional {
    gap: 70px;
}.program_overview .thumbnail_img {
    height: 550px;
}.program_overview .text_element {
    padding: 40px 50px;
}.program_overview p.description {
    max-height: 350px;
}
}

@media (max-width: 767px) {.program_overview {
    padding: 80px 0;
}.program_overview .container {
    padding: 0 15px;
}.program_overview .thumbnail_img {
    height: 250px;
}.program_overview .text_element {
    padding: 25px 20px;
}.program_overview h3 {
    margin-bottom: 15px;
    font-size: calc(24px - 0.1rem);
}.program_overview p.description {
    max-height: 250px;
    font-size: calc(14px - 0.1rem);
}}.learning_profits {
    overflow: hidden;
    padding: 8rem 2rem;
    background: linear-gradient(135deg, rgb(219,210,189) 0%, rgb(176,111,79,0.5) 100%);
    position: relative;
}.learning_profits::before {
    content: "";
    background-image: radial-gradient(circle at 80% 20%, rgb(200,178,132,0.5) 0%, transparent 60%);
    width: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 0;
    height: 100%;
    position: absolute;
}.learning_profits::after {
    background: linear-gradient(45deg, rgb(176,111,79,0.5) 0%, transparent 70%);
    right: -5rem;
    pointer-events: none;
    position: absolute;
    filter: blur(5rem);
    content: "";
    width: 20rem;
    height: 20rem;
    bottom: -5rem;
    z-index: 0;
}.learning_profits h5 {
    z-index: 2;
    position: relative;
    font-size: 22px;
    color: #000000;
    max-width: 80%;
    transform: translateY(0);
    text-align: center;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    margin-left: auto;
    font-weight: 700;
    margin-bottom: 4rem;
    margin-right: auto;
    line-height: 1.5;
}.learning_profits h5::after {
    content: "";
    width: 6rem;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
    height: 0.25rem;
    bottom: -1rem;
    position: absolute;
    background: linear-gradient(90deg, rgb(200,178,132) 0%, rgb(176,111,79) 100%);
}.learning_profits .container {
    z-index: 1;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.learning_profits .impact_numbers {
    padding: 1rem;
    gap: 3rem;
    position: relative;
    display: flex;
    flex-direction: column;
}.learning_profits .impact_numbers > div:first-child {
    border-radius: 22px;
    order: 1;
    box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateY(-5deg);
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    overflow: hidden;
    position: relative;
}.learning_profits .impact_numbers > div:first-child::before {
    background: linear-gradient(135deg, transparent 0%, rgb(200,178,132,0.5) 100%);
    height: 100%;
    position: absolute;
    opacity: 0.4;
    z-index: 1;
    pointer-events: none;
    top: 0;
    content: "";
    left: 0;
    width: 100%;
}.learning_profits .impact_numbers > div:first-child:hover {
    transform: perspective(1000px) rotateY(0deg);
}.learning_profits .thumbnail_img {
    object-fit: cover;
    transform: scale(1.05);
    display: block;
    transition: transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 100%;
    height: 100%;
}.learning_profits .impact_numbers > div:first-child:hover .thumbnail_img {
    transform: scale(1);
}.learning_profits .text_element {
    order: 2;
    padding: 1rem;
    position: relative;
}.learning_profits .text_element::before {
    content: "";
    left: -1rem;
    z-index: -1;
    width: 8rem;
    top: -3rem;
    height: 8rem;
    filter: blur(2rem);
    background: radial-gradient(circle, rgb(176,111,79,0.5) 0%, transparent 70%);
    pointer-events: none;
    position: absolute;
}.learning_profits ul {
    list-style: none;
    padding: 0;
    grid-template-columns: 1fr;
    margin: 0;
    display: grid;
    gap: 1.75rem;
}.learning_profits li {
    transition: transform 0.4s ease-out;
    transform: translateX(0);
    position: relative;
    padding-left: 3rem;
}.learning_profits li:hover {
    transform: translateX(0.5rem);
}.learning_profits li div {
    position: relative;
}.learning_profits li p {
    display: flex;
    color: #000000;
    align-items: flex-start;
    margin: 0;
    font-size: 17px;
    line-height: 1.6;
    position: relative;
}.learning_profits li p svg {
    height: 1.75rem;
    width: 1.75rem;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    left: -3rem;
    top: 0.125rem;
    position: absolute;
    transition: transform 0.3s ease;
}.learning_profits li:hover p svg {
    transform: rotate(10deg) scale(1.1);
}.learning_profits li p svg path {
    fill: rgb(200,178,132);
    transition: fill 0.3s ease;
}.learning_profits li:hover p svg path {
    fill: rgb(176,111,79);
}.learning_profits li:nth-child(odd) {
    transform: translateX(0);
}.learning_profits li:nth-child(odd):hover {
    transform: translateX(0.5rem);
}.learning_profits li:nth-child(even) {
    transform: translateX(0);
}.learning_profits li:nth-child(even):hover {
    transform: translateX(0.5rem);
}

@media (min-width: 768px) {.learning_profits {
    padding: 10rem 3rem;
}.learning_profits h5 {
    font-size: calc(22px * 1.2);
    max-width: 70%;
}.learning_profits .impact_numbers {
    gap: 5rem;
    flex-direction: row;
    align-items: center;
}.learning_profits .impact_numbers > div:first-child {
    order: 0;
    transform: perspective(1000px) rotateY(-8deg);
    flex: 0 0 45%;
}.learning_profits .text_element {
    flex: 0 0 50%;
    padding-right: 2rem;
}.learning_profits ul {
    gap: 2rem 3rem;
    grid-template-columns: repeat(2, 1fr);
}.learning_profits li:nth-child(odd) {
    transform: translateY(-0.5rem);
}.learning_profits li:nth-child(odd):hover {
    transform: translateY(-0.5rem) translateX(0.5rem);
}.learning_profits li:nth-child(even) {
    transform: translateY(0.5rem);
}.learning_profits li:nth-child(even):hover {
    transform: translateY(0.5rem) translateX(0.5rem);
}
}

@media (min-width: 992px) {.learning_profits {
    padding: 12rem 4rem;
}.learning_profits h5 {
    max-width: 60%;
    font-size: calc(22px * 1.4);
}.learning_profits .impact_numbers {
    gap: 8rem;
}.learning_profits .impact_numbers > div:first-child {
    flex: 0 0 40%;
}.learning_profits .text_element {
    flex: 0 0 55%;
}.learning_profits li p {
    font-size: calc(17px * 1.05);
}.learning_profits li p svg {
    height: 2rem;
    width: 2rem;
}
}

@media (min-width: 1200px) {.learning_profits .impact_numbers > div:first-child::after {
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    background: linear-gradient(45deg, rgb(200,178,132,0.5) 0%, rgb(176,111,79,0.5) 100%);
    filter: blur(1rem);
    border-radius: 10px;
    transform: rotate(-5deg);
    z-index: -1;
    content: "";
    position: absolute;
    right: -2rem;
    width: 70%;
    bottom: -2rem;
    opacity: 0.7;
    height: 70%;
}.learning_profits .impact_numbers > div:first-child:hover::after {
    transform: rotate(0deg);
}.learning_profits ul {
    gap: 3rem 4rem;
}
}

@media (max-width: 767px) {.learning_profits {
    padding: 6rem 1.5rem;
}.learning_profits h5 {
    margin-bottom: 3rem;
    max-width: 100%;
    font-size: calc(22px * 0.9);
}.learning_profits li {
    margin-bottom: 1.25rem;
}.learning_profits li p {
    font-size: calc(17px * 0.95);
}}.company_info {
    position: relative;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(219,210,189) 0%, rgba(245, 245, 245, 0.9) 100%);
    overflow: hidden;
}.company_info::before {
    top: -5%;
    filter: blur(40px);
    height: 30%;
    position: absolute;
    transform: rotate(-15deg) translateZ(0);
    right: -5%;
    z-index: 0;
    content: "";
    background: rgb(200,178,132,0.5);
    width: 30%;
}.company_info::after {
    transform: rotate(15deg) translateZ(0);
    z-index: 0;
    bottom: -5%;
    left: -5%;
    width: 25%;
    background: rgb(176,111,79,0.5);
    filter: blur(35px);
    content: "";
    position: absolute;
    height: 25%;
}.company_info .container {
    margin: 0 auto;
    padding: 0 1.5rem;
    z-index: 1;
    position: relative;
    max-width: 1200px;
}.company_info h1 {
    text-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    font-weight: 700;
    font-size: 41px;
    margin-bottom: 3rem;
    transform: translateX(-0.5rem);
    color: #000000;
    position: relative;
}.company_info h1::after {
    background: linear-gradient(90deg, rgb(200,178,132) 0%, rgb(176,111,79) 100%);
    width: 6rem;
    left: 0;
    bottom: -1rem;
    content: "";
    transform: scaleX(1);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: left;
    height: 0.35rem;
    position: absolute;
}.company_info h1:hover::after {
    transform: scaleX(1.2);
}.company_info .community_ed {
    position: relative;
}.company_info .community_ed ul {
    gap: 3rem;
    list-style: none;
    grid-template-columns: 1fr;
    padding: 0;
    display: grid;
    margin: 0;
}.company_info .learning_tracks {
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s ease;
    z-index: 1;
    padding: 2.5rem;
    background: #ffffff;
    position: relative;
}.company_info .learning_tracks::before {
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(rgb(176,111,79,0.5), 0.03) 100%);
    z-index: -1;
}.company_info .learning_tracks:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    transform: translateY(-8px);
}.company_info .learning_tracks h4 {
    margin-top: 0;
    padding-bottom: 1rem;
    position: relative;
    margin-bottom: 1.5rem;
    font-weight: 600;
    font-size: calc(18px * 1.2);
    color: rgb(200,178,132);
}.company_info .learning_tracks h4::after {
    position: absolute;
    height: 3px;
    content: "";
    width: 3rem;
    background: rgb(200,178,132,0.5);
    bottom: 0;
    transform-origin: left;
    left: 0;
    transition: width 0.3s ease;
}.company_info .learning_tracks:hover h4::after {
    width: 5rem;
}.company_info .learning_tracks div {
    max-height: 300px;
    font-size: 18px;
    padding-right: 0.5rem;
    overflow-y: auto;
    line-height: 1.8;
    font-family: Arial, sans-serif;
    transition: color 0.3s ease;
    color: #000000;
}.company_info .learning_tracks div::-webkit-scrollbar {
    width: 4px;
}.company_info .learning_tracks div::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.05);
}.company_info .learning_tracks div::-webkit-scrollbar-thumb {
    background: rgb(200,178,132,0.5);
    border-radius: 10px;
}

@media (min-width: 768px) {.company_info {
    padding: 8rem 0;
}.company_info h1 {
    font-size: calc(41px * 1.2);
    margin-bottom: 4rem;
}.company_info .community_ed ul {
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
}.company_info .learning_tracks {
    padding: 3rem;
}.company_info .learning_tracks div {
    max-height: 400px;
}
}

@media (min-width: 992px) {.company_info {
    padding: 10rem 0;
}.company_info .container {
    padding: 0 2rem;
}.company_info h1 {
    transform: translateX(-1rem);
    font-size: calc(41px * 1.4);
}.company_info h1::after {
    width: 8rem;
    height: 0.4rem;
}.company_info .community_ed ul {
    gap: 3rem;
}.company_info .learning_tracks {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.5s ease;
    padding: 3.5rem;
}.company_info .learning_tracks::after {
    right: 0;
    width: 10rem;
    border-radius: 50%;
    content: "";
    transition: opacity 0.5s ease;
    transform: translate(50%, 50%);
    z-index: -1;
    height: 10rem;
    bottom: 0;
    position: absolute;
    opacity: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(rgb(200,178,132,0.5), 0.02) 100%);
}.company_info .learning_tracks:hover::after {
    opacity: 1;
}.company_info .learning_tracks h4 {
    margin-bottom: 2rem;
    font-size: calc(18px * 1.4);
}.company_info .learning_tracks div {
    font-size: calc(18px * 1.05);
    max-height: 450px;
}
}

@media (min-width: 1200px) {.company_info .container {
    padding: 0;
}.company_info .community_ed ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem;
}.company_info .learning_tracks {
    padding: 4rem;
}.company_info .learning_tracks h4 {
    font-size: calc(18px * 1.5);
}.company_info .learning_tracks div {
    line-height: 1.9;
}
}

@media (max-width: 767px) {.company_info {
    padding: 4rem 0;
}.company_info h1 {
    margin-bottom: 2.5rem;
}.company_info .learning_tracks {
    margin-bottom: 2rem;
    padding: 2rem;
}.company_info .learning_tracks h4 {
    font-size: 18px;
    margin-bottom: 1rem;
}.company_info .learning_tracks div {
    max-height: 250px;
    font-size: calc(18px * 0.95);
    line-height: 1.7;
}}.contact_section {
    padding: 80px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(219,210,189) 0%, rgb(176,111,79,0.5) 100%);
    overflow: hidden;
}.contact_section::before {
    content: '';
    z-index: 1;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.4;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(200,178,132,0.5) 0%, transparent 70%),
        radial-gradient(circle at 80% 70%, rgb(176,111,79,0.5) 0%, transparent 70%);
    position: absolute;
    width: 100%;
}.contact_section::after {
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 1;
    top: 0;
    background-image: 
        linear-gradient(90deg, rgb(176,111,79,0.5) 1px, transparent 1px),
        linear-gradient(0deg, rgb(176,111,79,0.5) 1px, transparent 1px);
    opacity: 0.1;
    background-size: 50px 50px;
    height: 100%;
    content: '';
}.contact_section .thumbnail_img {
    height: 100%;
    left: 0;
    z-index: 2;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    width: 45%;
    top: 0;
    position: absolute;
}.contact_section .thumbnail_img::after {
    background: linear-gradient(135deg, rgb(200,178,132,0.5) 0%, transparent 60%);
    content: '';
    top: 0;
    opacity: 0.7;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
}.contact_section .container {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 3;
    position: relative;
    padding: 0 15px;
}.contact_section h3 {
    font-weight: 700;
    margin-bottom: 40px;
    letter-spacing: 1px;
    color: #ffffff;
    text-align: center;
    font-size: 35px;
    text-shadow: 0 0 15px rgb(200,178,132,0.5);
    font-family: Arial, sans-serif;
}.contact_section .feedback_info {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2),
                0 5px 15px rgba(0, 0, 0, 0.1),
                0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    display: flex;
    border-radius: 18px;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.05);
    justify-content: space-between;
}.contact_section .feedback_info:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3),
                0 10px 20px rgba(0, 0, 0, 0.2),
                0 0 0 1px rgba(255, 255, 255, 0.2) inset;
}.contact_section .feedback_card {
    padding: 40px;
    overflow: hidden;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    flex: 1;
    position: relative;
}.contact_section .feedback_card::before {
    content: '';
    width: 200px;
    background: radial-gradient(rgb(200,178,132,0.5), transparent 70%);
    border-radius: 50%;
    right: -100px;
    height: 200px;
    top: -100px;
    position: absolute;
    opacity: 0.2;
}.contact_section .feedback_card::after {
    bottom: -75px;
    border-radius: 50%;
    position: absolute;
    background: radial-gradient(rgb(176,111,79,0.5), transparent 70%);
    content: '';
    opacity: 0.2;
    width: 150px;
    left: -75px;
    height: 150px;
}.contact_section form {
    z-index: 2;
    position: relative;
}.contact_section form h3 {
    background: linear-gradient(to right, #ffffff, rgb(200,178,132));
    text-shadow: none;
    margin-bottom: 25px;
    text-align: left;
    -webkit-text-fill-color: transparent;
    font-size: 22px;
    -webkit-background-clip: text !important;
}.contact_section input[type="text"],
.contact_section textarea {
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 15px;
    width: 100%;
    background: rgba(255, 255, 255, 0.08);
    font-family: Arial, sans-serif;
    font-size: 16px;
    transition: all 0.3s ease;
    margin-bottom: 20px;
    color: #ffffff;
    border-radius: 10px;
}.contact_section input[type="text"]:focus,
.contact_section textarea:focus {
    box-shadow: 0 0 10px rgb(200,178,132,0.5);
    background: rgba(255, 255, 255, 0.12);
    outline: none;
    border-color: rgb(200,178,132);
}.contact_section textarea {
    height: 120px;
    resize: none;
}.contact_section .request_form {
    margin-bottom: 25px;
    align-items: flex-start;
    display: flex;
    position: relative;
}.contact_section .request_form input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact_section .request_form label {
    font-size: 15px;
    position: relative;
    color: #ffffff;
    padding-left: 30px;
    line-height: 1.5;
    cursor: pointer;
}.contact_section .request_form label::before {
    position: absolute;
    left: 0;
    top: 2px;
    height: 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    content: '';
    background: rgba(255, 255, 255, 0.08);
    width: 20px;
    transition: all 0.3s ease;
}.contact_section .request_form input[type="checkbox"]:checked + label::before {
    background: rgb(200,178,132);
    border-color: rgb(200,178,132);
}.contact_section .request_form input[type="checkbox"]:checked + label::after {
    left: 7px;
    position: absolute;
    width: 6px;
    border-width: 0 2px 2px 0;
    border: solid #ffffff;
    height: 12px;
    content: '';
    top: 5px;
    transform: rotate(45deg);
}.contact_section .request_form a {
    text-decoration: none;
    color: rgb(200,178,132);
    transition: color 0.3s ease;
}.contact_section .request_form a:hover {
    color: rgb(176,111,79);
    text-decoration: underline;
}.contact_section .inquiry_list {
    width: 100%;
    color: #ffffff;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    transition: all 0.3s ease;
    font-weight: 600;
    background: linear-gradient(to right, rgb(200,178,132), rgb(176,111,79));
    padding: 15px;
    border: none;
    font-size: 14px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}.contact_section .inquiry_list::before {
    width: 100%;
    left: -100%;
    content: '';
    top: 0;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.7s ease;
    position: absolute;
}.contact_section .inquiry_list:hover {
    box-shadow: 0 5px 15px rgb(200,178,132,0.5);
    transform: translateY(-2px);
}.contact_section .inquiry_list:hover::before {
    left: 100%;
}.contact_section .support_form {
    position: relative;
    overflow: hidden;
    width: 40%;
    padding: 40px;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), transparent);
}.contact_section .support_form::before {
    background-image: 
        radial-gradient(circle at 70% 30%, rgb(200,178,132,0.5) 0%, transparent 60%);
    opacity: 0.4;
    height: 100%;
    width: 100%;
    position: absolute;
    content: '';
    right: 0;
    top: 0;
}.contact_section .support_form h4 {
    font-family: Arial, sans-serif;
    margin-bottom: 30px;
    font-weight: 600;
    position: relative;
    color: #ffffff;
    font-size: 22px;
}.contact_section .support_form h4::after {
    background: rgb(200,178,132);
    content: '';
    border-radius: 3px;
    width: 50px;
    position: absolute;
    left: 0;
    height: 3px;
    bottom: -10px;
}.contact_section .support_feedback {
    list-style: none;
    padding: 0;
    margin: 0;
}.contact_section .support_feedback li {
    position: relative;
    margin-bottom: 25px;
    align-items: flex-start;
    display: flex;
    transition: transform 0.3s ease;
    padding-left: 5px;
}.contact_section .support_feedback li:hover {
    transform: translateX(5px);
}.contact_section .support_feedback li::before {
    left: -10px;
    position: absolute;
    transform: translateY(-50%);
    content: '';
    border-radius: 50%;
    width: 0;
    height: 0;
    background: rgb(200,178,132);
    transition: all 0.3s ease;
    opacity: 0;
    top: 50%;
}.contact_section .support_feedback li:hover::before {
    left: -3px;
    height: 6px;
    opacity: 1;
    width: 6px;
}.contact_section .support_feedback svg {
    margin-right: 15px;
    filter: drop-shadow(0 0 5px rgb(200,178,132,0.5));
    width: 24px;
    flex-shrink: 0;
    fill: rgb(200,178,132);
    height: 24px;
    transition: transform 0.3s ease;
}.contact_section .support_feedback li:hover svg {
    transform: scale(1.1);
}.contact_section .support_feedback svg path {
    fill: rgb(200,178,132);
    transition: fill 0.3s ease;
}.contact_section .support_feedback li:hover svg path {
    fill: rgb(176,111,79);
}.contact_section .support_feedback span {
    line-height: 1.5;
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-size: 16px;
}.contact_section .support_feedback a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}.contact_section .support_feedback a:hover {
    color: rgb(200,178,132);
}

@media (max-width: 992px) {.contact_section {
    padding: 60px 0;
}.contact_section .thumbnail_img {
    clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
    width: 40%;
}.contact_section .feedback_info {
    flex-direction: column;
}.contact_section .feedback_card {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-right: none;
    width: 100%;
}.contact_section .support_form {
    width: 100%;
}
}

@media (max-width: 768px) {.contact_section {
    padding: 40px 0;
}.contact_section .thumbnail_img {
    display: none;
}.contact_section h3 {
    margin-bottom: 30px;
    font-size: calc(35px * 0.8);
}.contact_section .feedback_card,
    .contact_section .support_form {
    padding: 30px;
}.contact_section form h3,
    .contact_section .support_form h4 {
    font-size: calc(22px * 0.9);
}.contact_section input[type="text"],
    .contact_section textarea {
    padding: 12px;
    margin-bottom: 15px;
}.contact_section textarea {
    height: 100px;
}.contact_section .inquiry_list {
    padding: 12px;
}.contact_section .support_feedback li {
    margin-bottom: 20px;
}.contact_section .support_feedback svg {
    height: 20px;
    width: 20px;
    margin-right: 10px;
}
}

@media (max-width: 576px) {.contact_section {
    padding: 30px 0;
}.contact_section h3 {
    font-size: calc(35px * 0.7);
    margin-bottom: 20px;
}.contact_section .feedback_card,
    .contact_section .support_form {
    padding: 20px;
}.contact_section .feedback_info {
    margin: 0 10px;
}.contact_section .request_form label {
    font-size: calc(15px * 0.9);
}.contact_section .support_feedback li {
    margin-bottom: 15px;
}.contact_section .support_feedback span {
    font-size: calc(16px * 0.9);
}.contact_section::before,
    .contact_section::after,
    .contact_section .feedback_card::before,
    .contact_section .feedback_card::after,
    .contact_section .support_form::before {
    opacity: 0.2;
}}.academic_experience {
    position: relative;
    padding: 6rem 2rem 4rem;
    overflow: hidden;
    background: linear-gradient(180deg, rgb(219,210,189) 0%, rgb(176,111,79,0.5) 100%);
}.academic_experience::before {
    content: "";
    z-index: 1;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgb(200,178,132,0.5) 0px,
        rgb(200,178,132,0.5) 2px,
        transparent 2px,
        transparent 10px
    );
    left: 0;
    opacity: 0.2;
}.academic_experience::after {
    background: #ffffff;
    width: 50%;
    height: 100%;
    content: "";
    top: 0;
    opacity: 0.1;
    right: 0;
    z-index: 1;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    position: absolute;
}.academic_experience .review_highlights {
    z-index: 2;
    position: relative;
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
    max-width: 600px;
    display: flex;
}.academic_experience .thumbnail_img {
    position: relative;
    z-index: 3;
    width: 200px;
    transition: all 0.5s ease;
    border-radius: 0;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.5);
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    margin-bottom: -50px;
    height: 250px;
}.academic_experience .thumbnail_img:hover {
    transform: translateY(-15px);
    box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.5);
}.academic_experience .job_tasks {
    padding: 70px 30px 30px;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    z-index: 2;
    display: flex;
    position: relative;
    width: 100%;
    transform-style: preserve-3d;
    flex-direction: column;
    align-items: center;
    perspective: 1000px;
}.academic_experience .job_tasks::before {
    height: 100%;
    z-index: -1;
    background: rgb(200,178,132);
    transform: translateZ(-20px);
    left: 0;
    top: 0;
    position: absolute;
    content: "";
    width: 100%;
}.academic_experience .name {
    position: relative;
    margin-bottom: 0.5rem;
    color: rgb(200,178,132);
    font-weight: 700;
    text-align: center;
    font-size: 32px;
}.academic_experience .name::after {
    background: rgb(176,111,79);
    left: 50%;
    bottom: -10px;
    position: absolute;
    content: "";
    transform: translateX(-50%);
    width: 50px;
    height: 3px;
}.academic_experience .job_tasks > div:nth-child(2) {
    font-size: 16px;
    color: rgb(176,111,79);
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    text-align: center;
    margin: 20px 0;
}.academic_experience .employee_summary {
    line-height: 1.8;
    padding-top: 30px;
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    position: relative;
    width: 100%;
    text-align: center;
    font-style: italic;
    margin-top: 20px;
    border-top: 1px solid rgb(219,210,189);
}.academic_experience .employee_summary::before,
.academic_experience .employee_summary::after {
    height: 30px;
    border-radius: 50%;
    background: rgb(176,111,79,0.5);
    content: "";
    width: 30px;
    position: absolute;
}.academic_experience .employee_summary::before {
    left: 50%;
    transform: translateX(-20px);
    top: -15px;
}.academic_experience .employee_summary::after {
    top: -15px;
    transform: translateX(-10px);
    left: 50%;
}@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}

.academic_experience .job_tasks:hover {
    animation: float 3s ease-in-out infinite;
}

@media (max-width: 768px) {.academic_experience {
    padding: 4rem 1rem 3rem;
}.academic_experience .thumbnail_img {
    width: 150px;
    margin-bottom: -40px;
    height: 180px;
}.academic_experience .job_tasks {
    padding: 60px 20px 20px;
}}.operation_process {
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(219,210,189) 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}.operation_process::before {
    height: 100%;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    z-index: 1;
    width: 100%;
    left: 0;
    top: 0;
    content: "";
    background-size: 20px 20px;
    background-image: 
        linear-gradient(45deg, rgb(176,111,79,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(176,111,79,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(176,111,79,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(176,111,79,0.5) 75%);
    opacity: 0.05;
    position: absolute;
}.operation_process::after {
    transform: skewX(-15deg) translateX(20%);
    z-index: 1;
    width: 40%;
    opacity: 0.1;
    top: 0;
    background: linear-gradient(to left, rgb(200,178,132,0.5) 0%, transparent 100%);
    content: "";
    position: absolute;
    right: 0;
    height: 100%;
}.operation_process .impact_numbers {
    z-index: 2;
    padding: 0 2rem;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}.operation_process h2 {
    position: relative;
    font-weight: 700;
    margin-bottom: 2.5rem;
    transform: translateY(0);
    opacity: 1;
    color: #000000;
    font-size: 32px;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.6s ease;
}.operation_process h2::before {
    left: 0;
    transform: scaleX(1);
    transform-origin: left;
    width: 6rem;
    bottom: -0.75rem;
    background: linear-gradient(90deg, rgb(200,178,132) 0%, rgb(176,111,79) 100%);
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    height: 3px;
    position: absolute;
    content: "";
}.operation_process h2:hover::before {
    transform: scaleX(1.2);
}.operation_process .text_element {
    padding: 2.5rem;
    transform: translateY(0);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), 
                box-shadow 0.5s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 4px rgba(0, 0, 0, 0.03);
    background: #ffffff;
    border-left: 4px solid rgb(200,178,132);
}.operation_process .text_element::before {
    background: linear-gradient(135deg, transparent 0%, #ffffff 100%);
    opacity: 0.7;
    top: 0;
    content: "";
    left: 0;
    height: 100%;
    z-index: -1;
    width: 100%;
    position: absolute;
}.operation_process .text_element:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08), 
                0 2px 10px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px);
}.operation_process p {
    line-height: 1.8;
    z-index: 2;
    position: relative;
    margin: 0;
    color: #000000;
    font-size: 16px;
}.operation_process p::first-letter {
    font-size: 1.5em;
    font-weight: 700;
    color: rgb(200,178,132);
}.operation_process p:first-child {
    margin-top: 0;
}


@media screen and (max-width: 1200px) {.operation_process .impact_numbers {
    max-width: 90%;
}
}

@media screen and (max-width: 992px) {.operation_process {
    padding: 5rem 0;
}.operation_process h2 {
    font-size: calc(32px * 0.9);
}.operation_process .text_element {
    padding: 2rem;
}
}

@media screen and (max-width: 768px) {.operation_process {
    padding: 4rem 0;
}.operation_process::after {
    width: 60%;
}.operation_process h2 {
    margin-bottom: 2rem;
    font-size: calc(32px * 0.8);
}.operation_process h2::before {
    width: 5rem;
}.operation_process .text_element {
    padding: 1.75rem;
}
}

@media screen and (max-width: 576px) {.operation_process {
    padding: 3.5rem 0;
}.operation_process .impact_numbers {
    padding: 0 1.5rem;
}.operation_process h2 {
    font-size: calc(32px * 0.7);
    margin-bottom: 1.75rem;
}.operation_process h2::before {
    height: 2px;
    width: 4rem;
}.operation_process .text_element {
    padding: 1.5rem;
}.operation_process p {
    line-height: 1.7;
    font-size: calc(16px * 0.95);
}.operation_process p::first-letter {
    font-size: 1.3em;
}
}

@media (prefers-reduced-motion: reduce) {.operation_process h2, 
    .operation_process .text_element, 
    .operation_process h2::before {
    transition: none;
}.operation_process .text_element:hover {
    transform: none;
}}.copy_notice {
    color: #000000;
    position: relative;
    padding: 5rem 0 2rem;
    background-color: rgb(219,210,189);
    font-family: Arial, sans-serif;
}.copy_notice::before {
    z-index: 0;
    left: 0;
    position: absolute;
    content: '';
    opacity: 0.07;
    height: 100%;
    background: 
        linear-gradient(135deg, rgb(200,178,132,0.5) 0%, transparent 70%),
        linear-gradient(225deg, rgb(176,111,79,0.5) 0%, transparent 70%);
    top: 0;
    width: 100%;
}.copy_notice::after {
    top: 0;
    content: '';
    height: 7px;
    width: 100%;
    z-index: 1;
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, 
        rgb(219,210,189) 0%,
        rgb(200,178,132) 35%, 
        rgb(176,111,79) 65%,
        rgb(219,210,189) 100%);
}.copy_notice .container {
    z-index: 2;
    position: relative;
}.copy_notice .footer_disclaimer {
    display: flex;
    flex-direction: column;
}.copy_notice .contact_faq {
    flex-wrap: wrap;
    margin-bottom: 4rem;
    padding-bottom: 2rem;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    display: flex;
    justify-content: center;
    gap: 0;
}.copy_notice .contact_faq::after {
    bottom: -1px;
    background: linear-gradient(90deg, 
        transparent 0%,
        rgb(176,111,79,0.5) 50%,
        transparent 100%);
    position: absolute;
    width: 100%;
    left: 0;
    content: '';
    height: 1px;
}.copy_notice .info_item {
    width: 25%;
    position: relative;
    padding: 0.5rem 1rem;
    flex: 0 0 auto;
    transition: all 0.3s ease;
}.copy_notice .info_item::before {
    height: 60%;
    position: absolute;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.06);
    top: 50%;
    width: 1px;
    left: 0;
    content: '';
}.copy_notice .info_item:first-child::before {
    display: none;
}.copy_notice .info_item p,
.copy_notice .info_item a {
    font-size: calc(13px - 1px);
    text-align: center;
    justify-content: center;
    text-decoration: none;
    display: flex;
    transition: all 0.3s ease;
    color: #000000;
    align-items: center;
    gap: 0.75rem;
    font-weight: 400;
}.copy_notice .info_item:hover {
    transform: translateY(-5px);
}.copy_notice .info_item:hover p,
.copy_notice .info_item:hover a {
    color: rgb(200,178,132);
}.copy_notice .info_item svg {
    height: 20px;
    transition: transform 0.3s ease;
    width: 20px;
    fill: rgb(200,178,132);
}.copy_notice .info_item:hover svg {
    transform: rotate(10deg);
}.copy_notice .text_main_holder {
    gap: 3rem;
    display: flex;
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap;
}.copy_notice .nav_skill {
    width: 100%;
    max-width: 300px;
    display: flex;
    margin-right: auto;
    flex-direction: column;
    gap: 1.5rem;
}.copy_notice .nav_skill svg {
    transition: all 0.3s ease;
    max-width: 160px;
    height: auto;
}.copy_notice .nav_skill:hover svg {
    transform: scale(1.05);
}.copy_notice .lecture_ref {
    font-size: 13px;
    padding-left: 2rem;
    position: relative;
    color: #000000;
    line-height: 1.6;
}.copy_notice .lecture_ref::before {
    background: linear-gradient(to bottom, rgb(200,178,132), rgb(176,111,79));
    top: 0;
    left: 0;
    width: 4px;
    content: '';
    border-radius: 2px;
    bottom: 0;
    position: absolute;
}.copy_notice .nav_study {
    min-width: 240px;
    position: relative;
    gap: 2rem;
    flex-direction: column;
    display: flex;
    max-width: 400px;
    flex: 1;
}.copy_notice .nav_study::before {
    height: 100%;
    content: '';
    background: rgba(0, 0, 0, 0.02);
    top: 0;
    width: 100%;
    left: 0;
    z-index: -1;
    border-radius: 30px;
    position: absolute;
}.copy_notice .nav_study h5 {
    margin-bottom: 1rem;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.03);
    color: #000000;
    font-size: 21px;
    font-weight: 600;
    padding: 0.75rem 1.5rem;
}.copy_notice .top_sitewrap {
    flex-direction: column;
    padding: 0 1.5rem;
    gap: 0.75rem;
    display: flex;
}.copy_notice .top_sitewrap:first-child {
    position: relative;
}.copy_notice .top_sitewrap a {
    text-decoration: none;
    font-size: 13px;
    color: #000000;
    padding-left: 1.25rem;
    padding: 0.5rem 0;
    transition: all 0.3s ease;
    position: relative;
}.copy_notice .top_sitewrap a::before {
    transition: all 0.3s ease;
    position: absolute;
    top: 50%;
    left: 0;
    border-radius: 50%;
    content: '';
    width: 6px;
    transform: translateY(-50%);
    background-color: rgb(176,111,79,0.5);
    height: 6px;
}.copy_notice .top_sitewrap a:hover {
    padding-left: 1.5rem;
    color: rgb(200,178,132);
}.copy_notice .top_sitewrap a:hover::before {
    width: 8px;
    background-color: rgb(200,178,132);
    height: 8px;
}.copy_notice .subscribe_holder {
    gap: 1.5rem;
    border-radius: 30px;
    flex-direction: column;
    position: relative;
    max-width: 400px;
    padding: 2rem;
    width: 100%;
    background: linear-gradient(135deg, #ffffff 0%, rgba(245, 245, 245, 0.8) 100%);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    display: flex;
}.copy_notice .subscribe_holder::before {
    content: '';
    border-top-left-radius: 30px;
    top: 0;
    position: absolute;
    height: 0;
    width: 0;
    border-color: rgb(200,178,132,0.5) transparent transparent transparent;
    border-style: solid;
    left: 0;
    border-width: 50px 50px 0 0;
}.copy_notice .subscribe_holder h5 {
    font-weight: 600;
    margin-bottom: 0.5rem;
    font-size: 21px;
    color: #000000;
}.copy_notice .subscribe_holder p {
    color: #000000;
    font-size: 13px;
    line-height: 1.6;
}.copy_notice .input_holder {
    flex-direction: column;
    gap: 1rem;
    margin-top: 0.5rem;
    display: flex;
    position: relative;
}.copy_notice .input_holder input[type="email"] {
    font-size: 13px;
    color: #000000;
    border-radius: 10px;
    padding: 1.125rem 1.25rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}.copy_notice .input_holder input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgb(200,178,132,0.5);
    outline: none;
    border-color: rgb(200,178,132);
}.copy_notice .input_holder input[type="email"]::placeholder {
    opacity: 0.5;
    color: #000000;
}.copy_notice .join_section {
    border-radius: 10px;
    font-size: 17px;
    padding: 1.125rem 1.25rem;
    font-weight: 600;
    color: #ffffff;
    overflow: hidden;
    border: none;
    z-index: 1;
    cursor: pointer;
    position: relative;
    background: linear-gradient(135deg, rgb(200,178,132) 0%, rgb(176,111,79) 100%);
    transition: all 0.3s ease;
}.copy_notice .join_section::before {
    width: 100%;
    position: absolute;
    left: 0;
    z-index: -1;
    content: '';
    height: 100%;
    background: linear-gradient(135deg, rgb(176,111,79) 0%, rgb(200,178,132) 100%);
    transition: opacity 0.3s ease;
    top: 0;
    opacity: 0;
}.copy_notice .join_section:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}.copy_notice .join_section:hover::before {
    opacity: 1;
}.copy_notice .play_market {
    text-align: center;
    padding-top: 2rem;
    position: relative;
    margin-top: 4rem;
}.copy_notice .play_market::before {
    width: 40%;
    height: 1px;
    left: 30%;
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    content: '';
    top: 0;
}.copy_notice .news_feed {
    opacity: 0.8;
    color: #000000;
    font-size: 13px;
}

@media (max-width: 1200px) {.copy_notice .text_main_holder {
    gap: 2.5rem;
}.copy_notice .nav_skill {
    max-width: 260px;
}.copy_notice .nav_study {
    min-width: 220px;
}
}

@media (max-width: 991px) {.copy_notice {
    padding: 4rem 0 2rem;
}.copy_notice .info_item {
    width: 50%;
    padding: 1rem;
}.copy_notice .info_item:nth-child(3)::before {
    display: none;
}.copy_notice .text_main_holder {
    align-items: center;
    flex-direction: column;
    gap: 3rem;
}.copy_notice .nav_skill {
    align-items: center;
    width: 100%;
    max-width: 100%;
    text-align: center;
}.copy_notice .lecture_ref {
    padding-left: 0;
    text-align: center;
    max-width: 500px;
}.copy_notice .lecture_ref::before {
    display: none;
}.copy_notice .nav_study {
    width: 100%;
    max-width: 600px;
}.copy_notice .subscribe_holder {
    max-width: 600px;
    width: 100%;
}
}

@media (max-width: 768px) {.copy_notice {
    padding: 3.5rem 0 1.5rem;
}.copy_notice .contact_faq {
    margin-bottom: 3rem;
}.copy_notice .info_item {
    width: 100%;
}.copy_notice .info_item::before {
    display: none;
}.copy_notice .top_sitewrap {
    gap: 0.5rem 1.5rem;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}.copy_notice .top_sitewrap a {
    padding: 0.5rem 1rem;
    text-align: center;
}.copy_notice .top_sitewrap a::before {
    display: none;
}.copy_notice .top_sitewrap a:hover {
    background-color: rgba(0, 0, 0, 0.03);
    padding-left: 1rem;
    border-radius: 10px;
}.copy_notice .play_market {
    margin-top: 3rem;
}
}

@media (max-width: 576px) {.copy_notice {
    padding: 3rem 0 1.5rem;
}.copy_notice .contact_faq {
    margin-bottom: 2.5rem;
    padding-bottom: 1.5rem;
}.copy_notice .text_main_holder {
    gap: 2.5rem;
}.copy_notice .nav_study {
    padding: 1rem;
}.copy_notice .nav_study h5 {
    text-align: center;
}.copy_notice .subscribe_holder {
    padding: 1.5rem;
}.copy_notice .subscribe_holder::before {
    border-width: 30px 30px 0 0;
}.copy_notice .play_market {
    margin-top: 2.5rem;
}
}