﻿* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}html,body {
    min-height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
    height: 100%;
}.container {
    max-width: 100%;
    width: 1274px;
    margin: auto;
}a {
    color: inherit;
    text-decoration: none;
}.subscr_info409 {
    flex: 0 0 auto;
}.main_edu364 {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}.wrapper-segment396 {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
}svg {
    height: 30px;
    width: 30px;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.course_offering918 {
    padding: 120px 0 100px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(218,209,206) 0%, #ffffff 100%);
}.course_offering918::before {
    transform: rotate(-15deg) skewX(15deg);
    width: 40%;
    z-index: 0;
    right: -5%;
    background: linear-gradient(145deg, rgb(195,169,162,0.5) 0%, transparent 80%);
    filter: blur(30px);
    position: absolute;
    opacity: 0.7;
    top: -10%;
    content: "";
    height: 80%;
}.course_offering918::after {
    background: linear-gradient(225deg, rgb(176,135,115,0.5) 0%, transparent 85%);
    z-index: 0;
    width: 30%;
    transform: rotate(25deg) skewX(-15deg);
    content: "";
    opacity: 0.6;
    position: absolute;
    left: -5%;
    bottom: -5%;
    filter: blur(20px);
    height: 60%;
}.course_offering918 .container {
    padding: 0 25px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.course_offering918 h2 {
    position: relative;
    color: #000000;
    margin-bottom: 50px;
    transform: translateX(-5px);
    font-size: calc(33px * 1.1);
    font-weight: 700;
    line-height: 1.3;
}.course_offering918 h2::before {
    background: linear-gradient(90deg, rgb(195,169,162) 0%, rgb(176,135,115) 100%);
    height: 4px;
    left: 0;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    width: 80px;
    bottom: -15px;
    transform-origin: left center;
    position: absolute;
    content: "";
}.course_offering918 h2:hover::before {
    transform: scaleX(1.5);
}.course_offering918 .learn_development498 {
    gap: 30px;
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
}.course_offering918 .thumbnail_img594 {
    border-radius: 29px;
    transform: perspective(1000px) rotateX(2deg) rotateY(-2deg);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    overflow: hidden;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    height: 300px;
}.course_offering918 .thumbnail_img594::before {
    position: absolute;
    z-index: 1;
    height: 100%;
    top: 0;
    background: linear-gradient(
        to bottom right,
        rgba(var(--primary-color-rgb), 0.2),
        transparent 50%,
        rgba(var(--secondary-color-rgb), 0.2)
    );
    left: 0;
    width: 100%;
    content: "";
}.course_offering918 .thumbnail_img594::after {
    animation: shine 6s infinite cubic-bezier(0.22, 1, 0.36, 1);
    width: 200%;
    position: absolute;
    height: 200%;
    content: "";
    z-index: 2;
    top: -100%;
    background: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.1) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    left: -100%;
}.course_offering918 .paragraph_box812 {
    position: relative;
    padding: 20px 0;
}.course_offering918 .description {
    margin-bottom: 20px;
    font-size: 16px;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    max-height: 300px;
    position: relative;
    transform: translateY(0);
    line-height: 1.7;
    padding-right: 15px;
    overflow-y: auto;
    color: #000000;
}.course_offering918 .description:first-of-type {
    position: relative;
}.course_offering918 .description:first-of-type::after {
    bottom: 0;
    width: 60%;
    height: 1px;
    background: linear-gradient(90deg, rgb(176,135,115,0.5) 0%, transparent 100%);
    left: 0;
    position: absolute;
    content: "";
}.course_offering918 .paragraph_box812::before {
    left: -20px;
    top: 0;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    transform-origin: top center;
    width: 4px;
    content: "";
    transform: scaleY(0.7);
    height: 70%;
    background: linear-gradient(to bottom, rgb(195,169,162), transparent);
    position: absolute;
}.course_offering918 .paragraph_box812:hover::before {
    transform: scaleY(1);
}.course_offering918 .description::-webkit-scrollbar {
    width: 4px;
}.course_offering918 .description::-webkit-scrollbar-track {
    background: #ffffff;
}.course_offering918 .description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(176,135,115,0.5);
}

@keyframes shine {
    0% {
        transform: translate(-100%, -100%) rotate(45deg);
    }
    20% {
        transform: translate(100%, 100%) rotate(45deg);
    }
    100% {
        transform: translate(100%, 100%) rotate(45deg);
    }
}

@media (min-width: 768px) {.course_offering918 {
    padding: 150px 0;
}.course_offering918 h2 {
    font-size: calc(33px * 1.2);
    margin-left: 60px;
    max-width: 80%;
}.course_offering918 h2::before {
    width: 100px;
    left: -60px;
    bottom: 50%;
}.course_offering918 .learn_development498 {
    grid-template-columns: 1fr 1.5fr;
    gap: 50px;
    align-items: center;
}.course_offering918 .thumbnail_img594 {
    height: 450px;
    transform: perspective(1000px) rotateX(3deg) rotateY(-3deg);
}.course_offering918 .paragraph_box812 {
    padding: 0 30px;
}.course_offering918 .description {
    max-height: 450px;
}
}

@media (min-width: 992px) {.course_offering918 .container {
    padding: 0 50px;
}.course_offering918 h2 {
    margin-bottom: 70px;
    font-size: calc(33px * 1.3);
    margin-left: 80px;
}.course_offering918 h2::before {
    width: 120px;
    left: -80px;
    height: 5px;
}.course_offering918 .thumbnail_img594 {
    transform: perspective(1500px) rotateX(4deg) rotateY(-4deg);
    height: 500px;
}.course_offering918 .thumbnail_img594:hover {
    box-shadow: 0 25px 40px rgba(0, 0, 0, 0.2);
    transform: perspective(1500px) rotateX(2deg) rotateY(-2deg) translateY(-10px);
}.course_offering918 .paragraph_box812 {
    padding: 0 50px 0 20px;
}.course_offering918 .description {
    line-height: 1.8;
    font-size: calc(16px * 1.05);
}
}

@media (min-width: 1200px) {.course_offering918 h2 {
    margin-left: 100px;
    font-size: calc(33px * 1.4);
}.course_offering918 h2::before {
    left: -100px;
    width: 150px;
}.course_offering918 .learn_development498 {
    grid-template-columns: 1fr 1.7fr;
    gap: 70px;
}.course_offering918 .thumbnail_img594 {
    height: 550px;
}.course_offering918 .description {
    margin-bottom: 25px;
    max-height: 550px;
}}footer {
    position: relative;
    width: 100%;
}footer .subscr_info409 {
    padding: 100px 0 30px;
    color: #ffffff;
    background-color: #2c3e50;
    position: relative;
    font-family: Arial, sans-serif;
}footer .subscr_info409::before {
    content: "";
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    opacity: 0.1;
    background-image: linear-gradient(30deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%, transparent 50%, 
                      rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, transparent 75%, transparent);
    position: absolute;
    background-size: 60px 60px;
}footer .edu_links574 {
    position: relative;
    z-index: 1;
}footer .write_feedback815 {
    gap: 15px;
    display: grid;
    margin: -70px auto 60px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    position: relative;
}footer .info_item {
    display: flex;
    border-radius: 10px;
    background-color: #ffffff;
    overflow: hidden;
    align-items: center;
    height: 100px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 0 20px;
    transition: all 0.3s ease;
}footer .info_item:nth-child(even) {
    transform: translateY(30px);
}footer .info_item::before {
    top: 25%;
    transition: height 0.3s ease, top 0.3s ease;
    background-color: rgb(195,169,162);
    position: absolute;
    left: 0;
    width: 6px;
    content: "";
    height: 50%;
}footer .info_item:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(0);
}footer .info_item:hover::before {
    height: 100%;
    top: 0;
}footer .info_item svg {
    height: 22px;
    fill: rgb(195,169,162);
    margin-right: 15px;
    z-index: 1;
    flex-shrink: 0;
    width: 22px;
    position: relative;
}footer .info_item p,
footer .info_item a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: #2c3e50;
    position: relative;
    font-size: 15px;
    z-index: 1;
}footer .info_item a:hover {
    color: rgb(195,169,162);
}footer .text_main_holder {
    display: grid;
    position: relative;
    grid-template-columns: 1fr;
    gap: 30px;
}footer .nav_page619, footer .subscribe_holder {
    padding: 30px;
    transition: all 0.3s ease;
    border-radius: 23px;
    background-color: rgba(255, 255, 255, 0.05);
    position: relative;
}footer .nav_page619:hover, footer .subscribe_holder:hover {
    background-color: rgba(255, 255, 255, 0.08);
}footer .header_pagewrap301 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}footer .nav_page619 svg {
    height: 45px;
    width: auto;
    filter: brightness(0) invert(1);
    margin-bottom: 20px;
}footer .credit_info125 {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
}footer .header_pagewrap301 h5 {
    font-weight: 600;
    position: relative;
    margin-bottom: 20px;
    color: #ffffff;
    grid-column: 1 / -1;
    font-size: 21px;
    padding-bottom: 10px;
}footer .header_pagewrap301 h5::after {
    height: 2px;
    left: 0;
    width: 50px;
    content: "";
    bottom: 0;
    position: absolute;
    background-color: rgb(195,169,162);
}footer .head_sitebar692 {
    border-radius: 23px;
    height: 100%;
    transition: all 0.3s ease;
    background-color: rgba(255, 255, 255, 0.05);
    padding: 20px;
}footer .head_sitebar692:hover {
    background-color: rgba(255, 255, 255, 0.08);
    transform: translateY(-5px);
}footer .head_sitebar692 a {
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
    font-size: 15px;
    display: block;
    padding: 8px 0;
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
}footer .head_sitebar692 a:last-child {
    border-bottom: none;
}footer .head_sitebar692 a::before {
    content: "→";
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transform: translateX(-10px);
    right: 0;
    position: absolute;
}footer .head_sitebar692 a:hover {
    color: #ffffff;
    padding-left: 5px;
}footer .head_sitebar692 a:hover::before {
    transform: translateX(0);
    opacity: 1;
}footer .subscribe_holder h5 {
    color: #ffffff;
    padding-bottom: 10px;
    font-weight: 600;
    font-size: 21px;
    position: relative;
    margin-bottom: 15px;
}footer .subscribe_holder h5::after {
    bottom: 0;
    position: absolute;
    left: 0;
    content: "";
    height: 2px;
    width: 50px;
    background-color: rgb(195,169,162);
}footer .subscribe_holder p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 25px;
}footer .input_holder {
    gap: 15px;
    display: flex;
    flex-direction: column;
}footer .input_holder input[type="email"] {
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-size: 15px;
    background-color: rgba(255, 255, 255, 0.05);
    padding: 15px;
    transition: all 0.3s ease;
    border-radius: 10px;
}footer .input_holder input[type="email"]:focus {
    border-color: rgb(195,169,162);
    background-color: rgba(255, 255, 255, 0.1);
    outline: none;
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .subscribe_box087 {
    border-radius: 10px;
    background-color: rgb(195,169,162);
    color: #ffffff;
    border: none;
    transition: all 0.3s ease;
    font-weight: 600;
    cursor: pointer;
    padding: 15px;
    font-size: 14px;
}footer .subscribe_box087:hover {
    background-color: rgb(176,135,115);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}footer .music_edu037 {
    margin-top: 50px;
    text-align: center;
    position: relative;
}footer .lecture_ref846 {
    padding: 8px 20px;
    display: inline-block;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
    border-radius: 30px;
    background-color: rgba(255, 255, 255, 0.05);
}

@media (min-width: 768px) {footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 2fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .subscribe_box087 {
    white-space: nowrap;
}
}

@media (max-width: 991px) {footer .info_item:nth-child(even) {
    transform: translateY(15px);
}footer .header_pagewrap301 {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
}

@media (max-width: 767px) {footer .subscr_info409 {
    padding: 70px 0 30px;
}footer .write_feedback815 {
    margin-bottom: 40px;
    margin-top: 0;
}footer .info_item {
    height: auto;
    padding: 15px 20px;
}footer .info_item:nth-child(even) {
    transform: none;
}footer .nav_page619, footer .subscribe_holder {
    padding: 25px 20px;
}footer .header_pagewrap301 h5, footer .subscribe_holder h5 {
    margin-bottom: 15px;
}footer .music_edu037 {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .subscr_info409 {
    padding: 50px 0 20px;
}footer .head_sitebar692 {
    padding: 15px;
}footer .header_pagewrap301 h5, footer .subscribe_holder h5 {
    font-size: calc(21px - 2px);
}footer .input_holder input[type="email"],
    footer .subscribe_box087 {
    padding: 12px;
}}.price_combo235 {
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
    background-color: rgb(218,209,206);
}.price_combo235::before {
    opacity: 0.07;
    width: 12rem;
    height: 12rem;
    top: -3rem;
    transform: rotate(15deg);
    position: absolute;
    background: linear-gradient(135deg, rgb(195,169,162), rgb(176,135,115));
    content: "";
    right: -3rem;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}.price_combo235::after {
    background: linear-gradient(45deg, rgb(176,135,115), rgb(195,169,162,0.5));
    left: -5rem;
    height: 18rem;
    z-index: 0;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    content: "";
    position: absolute;
    transform: rotate(-10deg);
    width: 18rem;
    opacity: 0.05;
    bottom: -5rem;
}.price_combo235 .container {
    position: relative;
    padding: 0 1.5rem;
    margin: 0 auto;
    z-index: 1;
    max-width: 1200px;
}.price_combo235 .learn_sub842 {
    display: flex;
    flex-direction: column;
}.price_combo235 .fee_plans746 {
    position: relative;
    order: -1;
    margin-bottom: 3rem;
}.price_combo235 .fee_plans746 h2 {
    color: #000000;
    display: inline-block;
    font-size: 31px;
    margin-bottom: 1rem;
    font-weight: 700;
    position: relative;
}.price_combo235 .fee_plans746 h2::after {
    content: "";
    left: 0;
    height: 3px;
    width: 60%;
    position: absolute;
    background: linear-gradient(90deg, rgb(195,169,162), transparent);
    bottom: -0.5rem;
}.price_combo235 .rate_plans914 {
    line-height: 1.6;
    font-size: 17px;
    color: #000000;
    max-width: 800px;
    margin-bottom: 1rem;
}.price_combo235 .learning_cost685 {
    width: 100%;
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    display: grid;
}.price_combo235 .value_rates958 {
    color: #000000;
    overflow: hidden;
    z-index: 2;
    text-decoration: none;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.5s ease;
}.price_combo235 .promo_plans821 {
    min-height: 480px;
    display: flex;
    position: relative;
    transform: translateY(0);
    flex-direction: column;
    border: 1px solid rgba(0,0,0,0.06);
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    background-color: #ffffff;
}.price_combo235 .value_rates958:hover .promo_plans821 {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.1);
}.price_combo235 .monthly_rate357 {
    position: relative;
    flex-direction: column;
    flex: 1;
    z-index: 2;
    overflow: hidden;
    padding: 2rem;
    display: flex;
}.price_combo235 .monthly_rate357 h3 {
    font-weight: 600;
    display: inline-block;
    color: #000000;
    position: relative;
    font-size: calc(21px + 0.1rem);
    margin-bottom: 0.5rem;
    transition: color 0.3s ease;
}.price_combo235 .value_rates958:hover .monthly_rate357 h3 {
    color: rgb(195,169,162);
}.price_combo235 .pricing_pack534 {
    font-size: calc(21px + 0.5rem);
    color: rgb(195,169,162);
    transition: transform 0.3s ease;
    display: block;
    font-weight: 700;
    margin-bottom: 1.5rem;
    position: relative;
}.price_combo235 .pricing_pack534::before {
    transform: scaleX(1);
    bottom: -0.75rem;
    left: 0;
    transform-origin: left;
    position: absolute;
    background-color: rgb(195,169,162,0.5);
    transition: transform 0.4s ease;
    width: 3rem;
    height: 2px;
    content: "";
}.price_combo235 .value_rates958:hover .pricing_pack534::before {
    transform: scaleX(1.5);
}.price_combo235 .monthly_rate357 p {
    color: #000000;
    margin-bottom: 1.5rem;
    font-size: calc(17px - 0.1rem);
    overflow-wrap: break-word;
    word-break: break-word;
    flex-grow: 1;
    line-height: 1.6;
}.price_combo235 .thumbnail_img594 {
    width: 100%;
    height: 180px;
    position: relative;
    transition: transform 0.6s ease;
    overflow: hidden;
}.price_combo235 .thumbnail_img594::after {
    background: linear-gradient(to top, rgba(0,0,0,0.15), transparent);
    opacity: 0.7;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    transition: opacity 0.3s ease;
}.price_combo235 .value_rates958:hover .thumbnail_img594 {
    transform: scale(1.03);
}.price_combo235 .value_rates958:hover .thumbnail_img594::after {
    opacity: 0.4;
}.price_combo235 .promo_plans821::before {
    transform-origin: left;
    height: 5px;
    position: absolute;
    content: "";
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(195,169,162), rgb(176,135,115));
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    top: 0;
    left: 0;
    width: 100%;
}.price_combo235 .value_rates958:hover .promo_plans821::before {
    transform: scaleX(1);
}

@media (min-width: 768px) {.price_combo235 .learn_sub842 {
    align-items: flex-start;
    gap: 2rem;
    flex-direction: row;
}.price_combo235 .fee_plans746 {
    flex: 0 0 30%;
    margin-bottom: 0;
    padding-top: 2rem;
    order: 0;
}.price_combo235 .learning_cost685 {
    flex: 0 0 70%;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.price_combo235 .promo_plans821 {
    border-radius: 0.25rem;
}
}

@media (max-width: 767px) {.price_combo235 {
    padding: 3rem 0;
}.price_combo235 .learning_cost685 {
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 500px;
}.price_combo235 .fee_plans746 h2 {
    text-align: center;
    display: block;
}.price_combo235 .fee_plans746 h2::after {
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
}.price_combo235 .rate_plans914 {
    text-align: center;
}.price_combo235 .promo_plans821 {
    min-height: auto;
}.price_combo235 .monthly_rate357 {
    padding: 1.5rem;
}.price_combo235 .thumbnail_img594 {
    height: 160px;
}
}

@media (min-width: 1024px) {.price_combo235 .learning_cost685 {
    grid-template-columns: repeat(2, 1fr);
}.price_combo235 .value_rates958:nth-child(odd) {
    transform: translateY(1.5rem);
}
}

@media (min-width: 1200px) {.price_combo235 .fee_plans746 {
    padding-top: 4rem;
}.price_combo235 .value_rates958:hover {
    z-index: 5;
}.price_combo235 .learning_cost685 {
    row-gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 2rem;
}
}

@media (prefers-reduced-motion: reduce) {.price_combo235 .value_rates958,
    .price_combo235 .promo_plans821,
    .price_combo235 .thumbnail_img594,
    .price_combo235 .pricing_pack534::before,
    .price_combo235 .promo_plans821::before {
    transition: none;
}}.contact_form_section048 {
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(218,209,206) 0%, rgba(16, 22, 47, 0.95) 100%);
    position: relative;
    overflow: hidden;
}.contact_form_section048::before {
    top: 0;
    left: 0;
    background: 
        linear-gradient(90deg, transparent 0%, rgba(rgb(195,169,162), 0.03) 50%, transparent 100%),
        linear-gradient(180deg, transparent 0%, rgba(rgb(176,135,115), 0.04) 50%, transparent 100%);
    content: "";
    background-size: 20px 20px, 20px 20px;
    position: absolute;
    width: 100%;
    height: 100%;
    animation: gridMove 20s linear infinite;
}.contact_form_section048::after {
    left: 0;
    height: 100%;
    background: radial-gradient(
        circle at 20% 30%, 
        rgba(rgb(195,169,162), 0.15) 0%, 
        transparent 50%
    ), radial-gradient(
        circle at 80% 70%, 
        rgba(rgb(176,135,115), 0.15) 0%, 
        transparent 50%
    );
    position: absolute;
    content: "";
    z-index: 0;
    top: 0;
    width: 100%;
    opacity: 0.6;
}@keyframes gridMove {
    0% {
        background-position: 0 0, 0 0;
    }
    100% {
        background-position: 40px 0, 0 40px;
    }
}

.contact_form_section048 .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 2;
    padding: 0 20px;
}.contact_form_section048 h2 {
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-family: Arial, sans-serif;
    position: relative;
    font-weight: 700;
    font-size: 28px;
    letter-spacing: 2px;
}.contact_form_section048 h2::after {
    border-radius: 1.5px;
    position: absolute;
    height: 3px;
    content: "";
    width: 80px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(195,169,162), rgb(176,135,115));
    left: 50%;
    bottom: -15px;
}.contact_form_section048 .request_help162 {
    margin-top: 60px;
    gap: 30px;
    grid-template-columns: 1fr 1fr;
    position: relative;
    display: grid;
}.contact_form_section048 .request_help162::before {
    left: -8px;
    border: 1px solid rgba(rgb(195,169,162), 0.2);
    height: 100%;
    top: -8px;
    z-index: -1;
    width: 100%;
    content: "";
    border-radius: 19px;
    position: absolute;
}.contact_form_section048 .request_help162::after {
    border: 1px solid rgba(rgb(176,135,115), 0.2);
    width: 100%;
    bottom: -8px;
    border-radius: 19px;
    position: absolute;
    right: -8px;
    content: "";
    z-index: -1;
    height: 100%;
}.contact_form_section048 .thumbnail_img594 {
    border-radius: 19px;
    height: 100%;
    min-height: 550px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}.contact_form_section048 .thumbnail_img594::before {
    z-index: 1;
    top: 0;
    height: 100%;
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, 0.6));
}.contact_form_section048 .thumbnail_img594::after {
    top: 20px;
    content: "";
    width: 60px;
    position: absolute;
    border-right: 2px solid rgba(rgb(195,169,162), 0.6);
    z-index: 2;
    right: 20px;
    height: 60px;
    border-top: 2px solid rgba(rgb(195,169,162), 0.6);
}.contact_form_section048 .connect_query957 {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 50px;
    border-radius: 19px;
    background: rgba(255, 255, 255, 0.03);
}.contact_form_section048 .connect_query957::before {
    content: "";
    left: 20px;
    border-bottom: 2px solid rgba(rgb(176,135,115), 0.6);
    border-left: 2px solid rgba(rgb(176,135,115), 0.6);
    position: absolute;
    bottom: 20px;
    width: 60px;
    height: 60px;
}.contact_form_section048 form {
    width: 100%;
}.contact_form_section048 form h3 {
    color: #ffffff;
    font-size: 22px;
    font-family: Arial, sans-serif;
    font-weight: 600;
    padding-left: 20px;
    position: relative;
    margin-bottom: 30px;
}.contact_form_section048 form h3::before {
    left: 0;
    position: absolute;
    background: rgb(195,169,162);
    top: 0;
    height: 100%;
    width: 3px;
    border-radius: 10px;
    content: "";
}.contact_form_section048 form input[type="text"] {
    margin-bottom: 25px;
    padding: 18px 25px;
    font-family: Arial, sans-serif;
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    border-radius: 10px;
    font-size: 18px;
    transition: all 0.3s ease;
}.contact_form_section048 form input[type="text"]:focus {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgb(195,169,162);
    outline: none;
    box-shadow: 0 0 15px rgba(rgb(195,169,162), 0.2);
}.contact_form_section048 form input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}.contact_form_section048 .help_request109 {
    margin-bottom: 30px;
    align-items: flex-start;
    display: flex;
}.contact_form_section048 .help_request109 input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact_form_section048 .help_request109 label {
    padding-left: 35px;
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    line-height: 1.5;
    font-size: 16px;
    position: relative;
}.contact_form_section048 .help_request109 label::before {
    background: rgba(255, 255, 255, 0.05);
    left: 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: absolute;
    width: 22px;
    top: 2px;
    transition: all 0.3s ease;
    content: "";
    border-radius: 10px;
    height: 22px;
}.contact_form_section048 .help_request109 input[type="checkbox"]:checked + label::before {
    background: rgb(195,169,162);
    border-color: rgb(195,169,162);
}.contact_form_section048 .help_request109 input[type="checkbox"]:checked + label::after {
    content: "";
    position: absolute;
    border-right: 2px solid #ffffff;
    width: 6px;
    height: 10px;
    transform: rotate(45deg);
    border-bottom: 2px solid #ffffff;
    top: 6px;
    left: 8px;
}.contact_form_section048 .help_request109 label a {
    color: rgb(195,169,162);
    transition: all 0.3s ease;
    font-weight: 600;
    position: relative;
    text-decoration: none;
}.contact_form_section048 .help_request109 label a:hover {
    color: rgb(176,135,115);
}.contact_form_section048 form .reach_inquiry315 {
    cursor: pointer;
    font-weight: 600;
    position: relative;
    background: linear-gradient(45deg, rgb(195,169,162), rgb(176,135,115));
    font-size: 15px;
    transition: all 0.4s ease;
    padding: 16px 40px;
    color: #ffffff;
    display: inline-block;
    overflow: hidden;
    border: none;
    font-family: Arial, sans-serif;
    z-index: 1;
    border-radius: 10px;
}.contact_form_section048 form .reach_inquiry315::before {
    height: 100%;
    left: -100%;
    transition: all 0.4s ease;
    width: 100%;
    content: "";
    background: linear-gradient(45deg, rgb(176,135,115), rgb(195,169,162));
    position: absolute;
    top: 0;
    z-index: -1;
}.contact_form_section048 form .reach_inquiry315:hover::before {
    left: 0;
}.contact_form_section048 form .reach_inquiry315:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}.contact_form_section048 svg {
    height: 22px;
    fill: rgb(195,169,162);
    width: 22px;
}.contact_form_section048 svg path {
    transition: fill 0.3s ease;
    fill: rgb(195,169,162);
}

@media screen and (max-width: 991px) {.contact_form_section048 {
    padding: 90px 0;
}.contact_form_section048 .request_help162 {
    gap: 40px;
    grid-template-columns: 1fr;
}.contact_form_section048 .thumbnail_img594 {
    min-height: 400px;
}.contact_form_section048 .connect_query957 {
    padding: 40px 30px;
}
}

@media screen and (max-width: 767px) {.contact_form_section048 {
    padding: 70px 0;
}.contact_form_section048 h2 {
    font-size: calc(28px * 0.9);
}.contact_form_section048 .thumbnail_img594 {
    min-height: 350px;
}.contact_form_section048 .thumbnail_img594::after,
    .contact_form_section048 .connect_query957::before {
    width: 40px;
    height: 40px;
}
}

@media screen and (max-width: 576px) {.contact_form_section048 {
    padding: 50px 0;
}.contact_form_section048 h2 {
    font-size: calc(28px * 0.8);
}.contact_form_section048 .request_help162 {
    margin-top: 40px;
}.contact_form_section048 .thumbnail_img594 {
    min-height: 250px;
}.contact_form_section048 .connect_query957 {
    padding: 30px 20px;
}.contact_form_section048 form h3 {
    margin-bottom: 25px;
    font-size: calc(22px * 0.9);
}.contact_form_section048 form input[type="text"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}.contact_form_section048 form .reach_inquiry315 {
    width: 100%;
    padding: 15px 20px;
}}header {
    position: relative;
    overflow: visible;
    z-index: 99;
    background: rgb(218,209,206);
    width: 100%;
}header::before {
    position: absolute;
    background: linear-gradient(90deg, rgb(195,169,162,0.5) 0%, transparent 50%, rgb(195,169,162,0.5) 100%);
    height: 100%;
    left: 0;
    content: "";
    z-index: -1;
    top: 0;
    opacity: 0.15;
    width: 100%;
}header .head_mainwrap023 {
    display: grid;
    position: relative;
    grid-template-rows: auto auto;
    padding: 20px;
    gap: 15px;
    grid-template-columns: 1fr;
}header .head_mainwrap023::after {
    background: linear-gradient(90deg, transparent, rgb(195,169,162,0.5), transparent);
    content: "";
    left: 0;
    width: 100%;
    top: 50%;
    position: absolute;
    height: 1px;
}header .head_mainwrap023 .nav_page619 {
    position: relative;
    z-index: 10;
    justify-self: center;
    padding: 5px 20px 15px;
}header .head_mainwrap023 .nav_page619::before,
header .head_mainwrap023 .nav_page619::after {
    border-radius: 18px;
    content: "";
    height: 90%;
    position: absolute;
    width: 90%;
}header .head_mainwrap023 .nav_page619::before {
    transform-origin: top left;
    top: -5px;
    left: -5px;
    transition: transform 0.3s ease;
    border-top: 2px solid rgb(195,169,162);
    transform: scale(0);
    border-left: 2px solid rgb(195,169,162);
}header .head_mainwrap023 .nav_page619::after {
    transform: scale(0);
    border-right: 2px solid rgb(176,135,115);
    transition: transform 0.3s ease;
    transform-origin: bottom right;
    border-bottom: 2px solid rgb(176,135,115);
    bottom: -5px;
    right: -5px;
}header .head_mainwrap023 .nav_page619:hover::before,
header .head_mainwrap023 .nav_page619:hover::after {
    transform: scale(1);
}header .head_mainwrap023 .nav_page619 .nav_prime406 {
    transition: transform 0.3s ease;
    display: block;
}header .head_mainwrap023 .nav_page619 .nav_prime406 svg {
    height: 60px;
    width: auto;
}header .head_mainwrap023 .header_pagewrap301 {
    list-style: none;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    background: linear-gradient(180deg, transparent, rgb(176,135,115) 15%, rgba(0, 0, 0, 0.5) 85%, transparent 50%);
    position: relative;
    display: flex;
    padding: 20px 0 10px;
}header .head_mainwrap023 .header_pagewrap301::before,
header .head_mainwrap023 .header_pagewrap301::after {
    position: absolute;
    width: 2px;
    top: 15%;
    content: "";
    height: 70%;
    background: rgb(195,169,162,0.5);
}header .head_mainwrap023 .header_pagewrap301::before {
    left: 0;
}header .head_mainwrap023 .header_pagewrap301::after {
    right: 0;
}header .head_mainwrap023 .header_pagewrap301 .site_top102 {
    padding: 0 15px;
    transition: transform 0.3s ease;
    position: relative;
    margin: 0;
}header .head_mainwrap023 .header_pagewrap301 .site_top102:not(:last-child)::after {
    content: "";
    background: rgb(176,135,115,0.5);
    height: 60%;
    right: 0;
    top: 20%;
    width: 1px;
    position: absolute;
}header .head_mainwrap023 .header_pagewrap301 .site_top102:hover {
    transform: translateY(-3px);
}header .head_mainwrap023 .header_pagewrap301 .site_top102 a {
    display: block;
    color: #000000;
    font-weight: 600;
    text-decoration: none;
    padding: 10px 5px;
    font-family: Arial, sans-serif;
    transition: color 0.3s ease;
    font-size: 15px;
    text-align: center;
    position: relative;
}header .head_mainwrap023 .header_pagewrap301 .site_top102 a:hover {
    color: rgb(195,169,162);
}header .head_mainwrap023 .header_pagewrap301 .site_top102 a::before {
    transform: scaleX(0);
    background: rgb(176,135,115);
    left: 0;
    position: absolute;
    bottom: 5px;
    width: 100%;
    content: "";
    height: 2px;
    transition: transform 0.3s ease;
}header .head_mainwrap023 .header_pagewrap301 .site_top102 a:hover::before {
    transform: scaleX(1);
}

@media (min-width: 993px) {header .head_mainwrap023 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding: 15px 30px;
}header .head_mainwrap023 .header_pagewrap301 {
    padding: 20px 10px 10px;
}
}

@media (max-width: 992px) {header .head_mainwrap023 {
    gap: 10px;
    grid-template-rows: auto auto;
    padding: 15px;
}header .head_mainwrap023 .nav_page619 {
    padding: 5px 10px;
}header .head_mainwrap023 .nav_page619 .nav_prime406 svg {
    height: 45px;
}header .head_mainwrap023 .header_pagewrap301 {
    padding: 15px 0 10px;
}header .head_mainwrap023 .header_pagewrap301 .site_top102 {
    padding: 0 10px;
}header .head_mainwrap023 .header_pagewrap301 .site_top102 a {
    padding: 8px 3px;
    font-size: calc(15px - 1px);
}
}

@media (max-width: 767px) {header .head_mainwrap023 .header_pagewrap301 {
    justify-content: center;
    flex-wrap: wrap;
}header .head_mainwrap023 .header_pagewrap301 .site_top102 {
    margin: 3px 0;
}header .head_mainwrap023 .header_pagewrap301 .site_top102:not(:last-child)::after {
    display: none;
}}.thxBlock153 {
    padding: 6rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(176,135,115,0.5), rgb(195,169,162,0.5));
    position: relative;
    perspective: 1000px;
}.thxBlock153::before {
    content: "";
    pointer-events: none;
    opacity: 0.1;
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(176,135,115,0.5) 0px,
        rgb(176,135,115,0.5) 2px,
        transparent 2px,
        transparent 10px
    );
    left: 0;
    z-index: 1;
}.thxBlock153::after {
    height: 80%;
    right: -10%;
    position: absolute;
    transform: rotate(-15deg);
    top: -10%;
    opacity: 0.4;
    width: 80%;
    content: "";
    z-index: 0;
    background: radial-gradient(
        circle at center,
        rgb(195,169,162,0.5) 0%,
        transparent 70%
    );
}.thxBlock153 .container {
    transform-style: preserve-3d;
    margin: 0 auto;
    transform: translateZ(0);
    max-width: 1200px;
    padding: 0 2rem;
    z-index: 2;
    position: relative;
}.thxBlock153 h2 {
    font-family: Arial, sans-serif;
    font-weight: 700;
    transform: translateZ(30px);
    max-width: 90%;
    color: #000000;
    font-size: 34px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    margin-bottom: 3rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    position: relative;
}.thxBlock153 h2::after {
    position: absolute;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scaleX(1);
    bottom: -1rem;
    left: 0;
    content: "";
    height: 0.3rem;
    width: 8rem;
    transform-origin: left;
    background: linear-gradient(to right, rgb(195,169,162), rgb(176,135,115));
}.thxBlock153 .pro_learning584 {
    backdrop-filter: blur(5px);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.6s ease;
    background: #ffffff;
    transform-style: preserve-3d;
    position: relative;
    border-left: 4px solid rgb(195,169,162);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1), 
        0 8px 16px rgba(0, 0, 0, 0.05),
        0 4px 8px rgba(0, 0, 0, 0.025);
    transform: translateZ(10px) rotateX(2deg);
    padding: 3rem;
}.thxBlock153 .pro_learning584::before {
    left: 1rem;
    pointer-events: none;
    opacity: 0.5;
    top: 1rem;
    content: "";
    border: 1px dashed rgb(176,135,115,0.5);
    position: absolute;
    z-index: 0;
    bottom: 1rem;
    right: 1rem;
}.thxBlock153 .pro_learning584:hover {
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.15), 
        0 10px 20px rgba(0, 0, 0, 0.1),
        0 5px 10px rgba(0, 0, 0, 0.05);
    transform: translateZ(20px) rotateX(0deg);
}.thxBlock153 ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    z-index: 1;
}.thxBlock153 li {
    margin-bottom: 1rem;
    position: relative;
    transform: translateZ(5px);
}.thxBlock153 li::before {
    left: -2rem;
    border-radius: 0.2rem;
    content: "";
    transition: opacity 0.3s ease, transform 0.3s ease;
    position: absolute;
    width: 0.8rem;
    transform: rotate(45deg);
    top: 0.5rem;
    opacity: 0;
    background: linear-gradient(135deg, rgb(195,169,162), rgb(176,135,115));
    height: 0.8rem;
}.thxBlock153 li:hover::before {
    transform: rotate(45deg) scale(1.2);
    opacity: 1;
}.thxBlock153 span {
    font-size: 14px;
    position: relative;
    font-family: Arial, sans-serif;
    display: block;
    transition: padding-left 0.3s ease;
    color: #000000;
    padding-left: 0;
    line-height: 1.8;
}.thxBlock153 span::after {
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    transform-origin: left;
    content: "";
    bottom: -0.8rem;
    width: 100%;
    transform: scaleX(0);
    height: 1px;
    position: absolute;
    background: linear-gradient(to right, rgb(176,135,115,0.5), transparent);
}.thxBlock153 li:hover span {
    padding-left: 0.5rem;
}.thxBlock153 li:hover span::after {
    transform: scaleX(1);
}

@media (max-width: 991px) {.thxBlock153 {
    padding: 5rem 0;
}.thxBlock153 .pro_learning584 {
    transform: translateZ(5px) rotateX(1deg);
    padding: 2.5rem;
}.thxBlock153 h2 {
    transform: translateZ(20px);
    font-size: calc(34px * 0.9);
    max-width: 100%;
}
}

@media (max-width: 767px) {.thxBlock153 {
    padding: 4rem 0;
}.thxBlock153 .container {
    padding: 0 1.5rem;
}.thxBlock153 .pro_learning584 {
    transform: translateZ(0) rotateX(0deg);
    padding: 2rem;
}.thxBlock153 h2 {
    margin-bottom: 2rem;
    transform: translateZ(10px);
    font-size: calc(34px * 0.8);
}.thxBlock153 h2::after {
    height: 0.25rem;
    width: 6rem;
}.thxBlock153 span {
    font-size: calc(14px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 575px) {.thxBlock153 {
    padding: 3rem 0;
}.thxBlock153 .container {
    padding: 0 1rem;
}.thxBlock153 .pro_learning584 {
    border-left-width: 3px;
    padding: 1.5rem;
}.thxBlock153 h2 {
    margin-bottom: 1.5rem;
    font-size: calc(34px * 0.7);
}.thxBlock153 h2::after {
    height: 0.2rem;
    bottom: -0.7rem;
    width: 5rem;
}.thxBlock153 span {
    line-height: 1.6;
    font-size: calc(14px * 0.9);
}.thxBlock153 li::before {
    height: 0.7rem;
    left: -1.5rem;
    width: 0.7rem;
}}.privacy_cabinet068 {
    overflow: hidden;
    padding: 40px;
    font-family: Arial, sans-serif;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    background-color: rgb(195,169,162,0.5);
    height: 100%;
    width: 100%;
}.privacy_cabinet068 h1 {
    margin-top: 40px;
    color: #ffffff;
    font-weight: 700;
    font-size: 43px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgb(176,135,115);
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}.privacy_cabinet068 h2 {
    font-size: 37px;
    font-weight: 600;
    letter-spacing: 1px;
    color: rgb(176,135,115);
    margin-top: 35px;
    margin-bottom: 25px;
    text-transform: uppercase;
}.privacy_cabinet068 h3, .privacy_cabinet068 h4, .privacy_cabinet068 h5, .privacy_cabinet068 h6 {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 15px;
    margin-top: 25px;
}.privacy_cabinet068 ul, .privacy_cabinet068 ol {
    background-color: #ffffff;
    padding-left: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    padding: 15px 0;
    list-style-position: inside;
}.privacy_cabinet068 li {
    line-height: 1.6;
    position: relative;
    margin-bottom: 15px;
    padding-left: 20px;
    font-size: 17px;
    color: #000000;
}.privacy_cabinet068 section {
    border-radius: 12px;
    padding: 20px;
    background: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}.privacy_cabinet068 p, .privacy_cabinet068 span, .privacy_cabinet068 div {
    font-weight: 300;
    border-radius: 10px;
    padding: 5px 10px;
    color: #000000;
    font-size: 17px;
    margin-bottom: 10px;
    line-height: 1.8;
    background-color: rgb(195,169,162,0.5);
    border-left: 3px solid rgb(195,169,162);
}

@media only screen and (max-width: 800px) {.privacy_cabinet068 {
    padding: 20px;
}.privacy_cabinet068 h1 {
    font-size: calc(18px - 10%);
}.privacy_cabinet068 h2 {
    font-size: calc(18px - 10%);
}.privacy_cabinet068 h3, .privacy_cabinet068 h4, .privacy_cabinet068 h5, .privacy_cabinet068 h6 {
    font-size: calc(18px - 10%);
}.privacy_cabinet068 li {
    font-size: calc(17px - 10%);
}}.get_updates158 {
    padding: 4rem 2rem;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(195,169,162,0.5) 0%, rgb(176,135,115) 100%);
    position: relative;
}.get_updates158::before {
    top: -10%;
    width: 120%;
    height: 70%;
    z-index: 1;
    background: rgb(176,135,115,0.5);
    clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 100%);
    transform: rotate(-15deg);
    content: "";
    position: absolute;
    left: -10%;
}.get_updates158 .pro_learning584 {
    max-width: 1200px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}.get_updates158 .request_request273 {
    max-width: 90%;
    transform: translateX(10%);
    display: flex;
    flex-direction: column;
}.get_updates158 h3 {
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    font-weight: 700;
    font-family: Arial, sans-serif;
    margin-bottom: 2rem;
    transform: skewX(-5deg);
    font-size: 38px;
    color: #ffffff;
}.get_updates158 .input_holder {
    display: flex;
    transform: perspective(800px) rotateY(-5deg);
    max-width: 90%;
    flex-direction: row;
    overflow: hidden;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5);
    align-items: stretch;
    border-radius: 17px;
}.get_updates158 input[type="email"] {
    background: #ffffff;
    border: none;
    flex-grow: 1;
    padding: 1.2rem 1.5rem;
    transition: all 0.3s ease;
    color: #000000;
    font-size: 12px;
    font-family: Arial, sans-serif;
}.get_updates158 input[type="email"]:focus {
    background: rgb(218,209,206);
    box-shadow: inset 0 0 0 3px rgb(195,169,162,0.5);
    outline: none;
}.get_updates158 .subscribe_box087 {
    cursor: pointer;
    border: none;
    font-family: Arial, sans-serif;
    padding: 1rem 2.5rem;
    font-weight: 600;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: linear-gradient(to right, rgb(195,169,162), rgb(176,135,115));
    color: #ffffff;
    font-size: 20px;
}.get_updates158 .subscribe_box087:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(195,169,162,0.5);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.get_updates158 .subscribe_box087:active {
    transform: translateY(2px);
    animation: pulse 1s forwards;
}

@media (max-width: 768px) {.get_updates158 {
    padding: 3rem 1rem;
}.get_updates158 .request_request273 {
    transform: translateX(0);
    max-width: 100%;
}.get_updates158 h3 {
    font-size: calc(22px + 0.2rem);
    text-align: left;
}.get_updates158 .input_holder {
    flex-direction: column;
    transform: perspective(0) rotateY(0);
    max-width: 100%;
}.get_updates158 input[type="email"] {
    padding: 1rem;
    border-radius: 10px 10px 0 0;
    width: 100%;
}.get_updates158 .subscribe_box087 {
    border-radius: 0 0 10px 10px;
    width: 100%;
    padding: 1rem;
}}.teaching_history960 {
    padding: 5rem 2rem;
    background: rgb(218,209,206);
    position: relative;
    overflow: hidden;
}.teaching_history960::before {
    left: 0;
    content: "";
    position: absolute;
    z-index: 0;
    width: 100%;
    top: 0;
    height: 100%;
    background: linear-gradient(120deg, rgb(195,169,162,0.5) 0%, transparent 70%);
}.teaching_history960::after {
    width: 70%;
    height: 70%;
    z-index: 0;
    position: absolute;
    bottom: 0;
    content: "";
    background: linear-gradient(210deg, rgb(176,135,115,0.5) 0%, transparent 70%);
    right: 0;
}.teaching_history960 .feedback_slider620 {
    max-width: 600px;
    flex-direction: column;
    position: relative;
    margin: 0 auto;
    display: flex;
    z-index: 1;
}.teaching_history960 .thumbnail_img594 {
    transform: translateY(0);
    border-radius: 19px;
    width: 80%;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    box-shadow: 0 30px 60px -20px rgba(0, 0, 0, 0.5);
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 2;
    height: 400px;
}.teaching_history960 .thumbnail_img594::before {
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    left: 0;
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.5) 100%);
    top: 0;
    content: "";
}.teaching_history960 .thumbnail_img594::after {
    animation: shiftGradient 10s infinite alternate;
    content: "";
    position: absolute;
    top: -100%;
    background: linear-gradient(45deg, rgb(195,169,162,0.5) 0%, transparent 40%, transparent 60%, rgb(176,135,115,0.5) 100%);
    mix-blend-mode: overlay;
    left: -100%;
    transition: all 0.8s ease;
    opacity: 0.3;
    width: 300%;
    height: 300%;
}.teaching_history960 .career_projects218 {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    padding: 2.5rem 2rem 2rem;
    border-radius: 19px;
    width: 90%;
    z-index: 3;
    margin: -80px auto 0;
    transform: translateY(0);
    position: relative;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
}.teaching_history960 .career_projects218::before {
    z-index: 4;
    transform: translate(-50%, -50%);
    content: "";
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    left: 50%;
    border: 5px solid rgb(218,209,206);
    position: absolute;
    background: #ffffff;
    top: 0;
    border-radius: 50%;
    height: 70px;
    width: 70px;
}.teaching_history960 .name {
    text-align: center;
    font-size: 31px;
    position: relative;
    color: rgb(195,169,162);
    font-weight: 700;
    margin-bottom: 0.5rem;
}.teaching_history960 .career_projects218 div:nth-child(2) {
    color: rgb(176,135,115);
    font-weight: 600;
    margin-bottom: 1.5rem;
    text-align: center;
    position: relative;
    font-size: 19px;
}.teaching_history960 .career_projects218 div:nth-child(2)::after {
    display: block;
    width: 40px;
    height: 3px;
    background: rgb(195,169,162,0.5);
    content: "";
    margin: 1rem auto 0;
}.teaching_history960 .career_back160 {
    font-size: 14px;
    font-style: italic;
    color: #000000;
    position: relative;
    text-align: center;
    padding: 0 1rem;
    line-height: 1.7;
}.teaching_history960 .career_back160::before,
.teaching_history960 .career_back160::after {
    content: "";
    line-height: 0;
    font-size: 3rem;
    color: rgb(195,169,162,0.5);
    position: absolute;
    font-family: serif;
}.teaching_history960 .career_back160::before {
    transform: rotate(180deg);
    left: 0;
    top: 0.5rem;
}.teaching_history960 .career_back160::after {
    right: 0;
    bottom: -0.5rem;
}.teaching_history960 .feedback_slider620:hover .thumbnail_img594 {
    transform: translateY(-20px);
}.teaching_history960 .feedback_slider620:hover .career_projects218 {
    transform: translateY(20px);
}

@keyframes shiftGradient {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 767px) {.teaching_history960 .thumbnail_img594 {
    height: 320px;
    width: 90%;
}.teaching_history960 .career_projects218 {
    margin-top: -60px;
    width: 95%;
    padding: 2rem 1.5rem 1.5rem;
}.teaching_history960 .career_projects218::before {
    width: 60px;
    height: 60px;
}}.opening_page956 {
    background: linear-gradient(135deg, rgb(218,209,206), rgba(0, 0, 0, 0.5));
    flex-direction: column;
    display: flex;
    position: relative;
    overflow: hidden;
    height: 100vh;
    width: 100%;
}.opening_page956::before {
    height: 100%;
    width: 100%;
    top: 0;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 85%);
    background: linear-gradient(45deg, rgba(94,170,168,0.1), rgba(94,170,168,0.05));
    left: 0;
    position: absolute;
    content: "";
    z-index: 1;
}.opening_page956::after {
    content: "";
    top: 0;
    right: 0;
    width: 40%;
    z-index: 1;
    position: absolute;
    background: linear-gradient(to right, transparent, rgba(94,170,168,0.08));
    height: 100%;
}.opening_page956 .thumbnail_img594 {
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0.85;
    width: 100%;
    position: absolute;
    filter: saturate(1.2) contrast(1.1);
}.opening_page956:hover .thumbnail_img594 {
    transform: scale(1.03);
    filter: saturate(1.3) contrast(1.15);
}.opening_page956 .pro_learning584 {
    height: 100%;
    position: relative;
    justify-content: center;
    padding: 2rem 5%;
    flex-direction: column;
    width: 100%;
    z-index: 2;
    display: flex;
}.opening_page956 h1 {
    color: #ffffff;
    margin-bottom: 2rem;
    max-width: 700px;
    opacity: 0;
    animation: slideInTitle 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    font-weight: 700;
    position: relative;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2);
    transform: translateX(-50px);
    font-size: clamp(2rem, 4vw, 42px);
}.opening_page956 h1::after {
    width: 80px;
    bottom: -10px;
    animation: scaleIn 1.2s 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    position: absolute;
    left: 0;
    background: rgb(195,169,162);
    transform-origin: left;
    content: "";
    height: 4px;
    transform: scaleX(0);
}.opening_page956 .paragraph_box812 {
    transform: translateY(30px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    position: relative;
    animation: fadeUp 0.8s 0.4s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    border-left: 4px solid rgb(195,169,162);
    backdrop-filter: blur(8px);
    background: rgba(255, 255, 255, 0.95);
    padding: 2rem;
    opacity: 0;
    max-width: 550px;
}.opening_page956 .paragraph_box812 p {
    font-size: clamp(1rem, 1.2vw, 1.2rem);
    font-weight: 400;
    color: #000000;
    line-height: 1.6;
    margin-bottom: 2rem;
}.opening_page956 .start_head368 {
    display: flex;
    margin: 1.5rem 0;
    justify-content: center;
}.opening_page956 svg {
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 120px;
    height: 120px;
}.opening_page956 .start_head368:hover svg {
    transform: scale(1.08) rotate(3deg);
}.opening_page956 svg path {
    transition: fill 0.4s ease;
}.opening_page956 .start_head368:hover svg path {
    fill: rgb(195,169,162);
}.opening_page956 svg text {
    transition: all 0.4s ease;
}.opening_page956 .start_head368:hover svg text {
    fill: rgb(176,135,115);
}.opening_page956 h6 {
    margin-top: 1.5rem;
    text-align: center;
}.opening_page956 .reach_inquiry315 {
    color: #ffffff;
    overflow: hidden;
    font-weight: 600;
    box-shadow: 0 5px 15px rgba(94,170,168,0.3);
    position: relative;
    padding: 0.8rem 2rem;
    font-size: 17px;
    display: inline-block;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    border-radius: 10px;
    text-decoration: none;
    background: linear-gradient(135deg, rgb(195,169,162), rgb(176,135,115));
}.opening_page956 .reach_inquiry315::before {
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    content: "";
    top: 0;
    position: absolute;
    transition: left 0.7s ease;
}.opening_page956 .reach_inquiry315:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(94,170,168,0.4);
}.opening_page956 .reach_inquiry315:hover::before {
    left: 100%;
}

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

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

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

@media (max-width: 992px) {.opening_page956 .pro_learning584 {
    padding: 2rem 3%;
}.opening_page956 h1 {
    margin-bottom: 1.5rem;
}.opening_page956 .paragraph_box812 {
    padding: 1.5rem;
    max-width: 500px;
}
}

@media (max-width: 768px) {.opening_page956 {
    height: auto;
    min-height: 100vh;
}.opening_page956 .thumbnail_img594 {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 95%);
}.opening_page956 .pro_learning584 {
    padding: 5rem 1.5rem;
}.opening_page956 h1 {
    margin-top: 2rem;
}.opening_page956 .paragraph_box812 {
    max-width: none;
    width: 100%;
}.opening_page956 svg {
    width: 100px;
    height: 100px;
}
}

@media (max-width: 576px) {.opening_page956 .pro_learning584 {
    padding: 4rem 1rem;
}.opening_page956 h1 {
    font-size: 1.8rem;
}.opening_page956 .paragraph_box812 {
    padding: 1.2rem;
}.opening_page956 .reach_inquiry315 {
    padding: 0.7rem 1.5rem;
}.opening_page956 svg {
    width: 80px;
    height: 80px;
}}.user_reviews708 {
    overflow: hidden;
    background: linear-gradient(180deg, rgb(218,209,206) 0%, rgb(195,169,162,0.5) 30%, rgb(218,209,206) 100%);
    position: relative;
    padding: 7rem 2rem;
}.user_reviews708::before {
    background: radial-gradient(circle at top right, rgb(176,135,115,0.5) 0%, transparent 60%);
    top: 0;
    left: 0;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
}.user_reviews708::after {
    transform: rotate(45deg);
    position: absolute;
    filter: blur(70px);
    content: "";
    left: -10%;
    width: 40%;
    z-index: 0;
    opacity: 0.3;
    top: -20%;
    height: 100%;
    background: rgb(195,169,162,0.5);
}.user_reviews708 .container {
    z-index: 2;
    position: relative;
    max-width: 1200px;
}.user_reviews708 h2 {
    margin-bottom: 4rem;
    font-weight: 700;
    text-align: left;
    transform: translateX(5%);
    position: relative;
    font-size: calc(30px * 1.3);
    color: #000000;
}.user_reviews708 h2::after {
    transform: scaleX(1);
    left: 0;
    background: rgb(195,169,162);
    width: 100px;
    bottom: -15px;
    transform-origin: left;
    content: "";
    height: 4px;
    transition: transform 0.5s ease;
    position: absolute;
}.user_reviews708:hover h2::after {
    transform: scaleX(1.5);
}.user_reviews708 .learner_stories402 {
    padding-left: 50px;
    display: flex;
    position: relative;
    flex-direction: column;
    gap: 8rem;
}.user_reviews708 .learner_stories402::before {
    bottom: 10px;
    width: 3px;
    background: linear-gradient(to bottom, rgb(195,169,162), rgb(176,135,115));
    left: 25px;
    content: "";
    z-index: 1;
    position: absolute;
    top: 10px;
}.user_reviews708 .feedback_slider620 {
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    display: grid;
    gap: 0.5rem 2rem;
    position: relative;
    grid-template-areas: 
        "image name"
        "image description";
    grid-template-columns: 100px 1fr;
}.user_reviews708 .feedback_slider620::before {
    box-shadow: 0 0 0 5px rgb(218,209,206);
    transition: all 0.3s ease;
    content: "";
    border-radius: 50%;
    z-index: 2;
    position: absolute;
    background: #ffffff;
    top: 40px;
    width: 20px;
    border: 3px solid rgb(195,169,162);
    height: 20px;
    left: -50px;
}.user_reviews708 .feedback_slider620:hover::before {
    box-shadow: 0 0 0 8px rgb(218,209,206), 0 0 15px rgb(195,169,162);
    transform: scale(1.3);
}.user_reviews708 .feedback_slider620 img {
    height: 100px;
    width: 100px;
    transition: all 0.3s ease;
    border: 3px solid #ffffff;
    grid-area: image;
    object-fit: cover;
    transform: rotate(-3deg);
    border-radius: 17px;
    box-shadow: 5px 5px 0 rgb(195,169,162,0.5);
}.user_reviews708 .feedback_slider620:hover img {
    box-shadow: 8px 8px 0 rgb(195,169,162);
    transform: rotate(0deg) scale(1.05);
}.user_reviews708 .feedback_slider620 p {
    font-weight: 600;
    margin: 0;
    font-size: calc(19px * 1.1);
    color: #000000;
    align-self: end;
    position: relative;
    grid-area: name;
    padding-bottom: 0.5rem;
}.user_reviews708 .feedback_slider620 p::after {
    left: 0;
    bottom: 0;
    position: absolute;
    background: rgb(176,135,115);
    content: "";
    transition: width 0.3s ease;
    width: 40px;
    height: 2px;
}.user_reviews708 .feedback_slider620:hover p::after {
    width: 80px;
}.user_reviews708 .feedback_slider620 .description {
    margin: 0;
    background: #ffffff;
    padding: 1.5rem;
    border-radius: 17px;
    color: #000000;
    grid-area: description;
    font-weight: 400;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transform: translateX(0);
    z-index: 1;
    position: relative;
    transition: all 0.3s ease;
    line-height: 1.6;
}.user_reviews708 .feedback_slider620:hover .description {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    transform: translateX(10px);
}.user_reviews708 .feedback_slider620 .description::before {
    color: rgb(195,169,162,0.5);
    position: absolute;
    font-size: 4rem;
    line-height: 1;
    opacity: 0.2;
    content: "";
    left: 10px;
    top: 10px;
}.user_reviews708 .feedback_slider620:nth-child(even) {
    margin-left: 30px;
}.user_reviews708 .feedback_slider620:nth-child(even) img {
    transform: rotate(3deg);
}.user_reviews708 .feedback_slider620:nth-child(even):hover img {
    transform: rotate(0deg) scale(1.05);
}

@media (max-width: 992px) {.user_reviews708 {
    padding: 5rem 1.5rem;
}.user_reviews708 h2 {
    transform: translateX(0);
    text-align: center;
    margin-bottom: 3rem;
}.user_reviews708 h2::after {
    transform: translateX(-50%) scaleX(1);
    left: 50%;
}.user_reviews708:hover h2::after {
    transform: translateX(-50%) scaleX(1.5);
}
}

@media (max-width: 768px) {.user_reviews708 {
    padding: 4rem 1rem;
}.user_reviews708 .learner_stories402 {
    gap: 5rem;
    padding-left: 40px;
}.user_reviews708 .learner_stories402::before {
    left: 20px;
}.user_reviews708 .feedback_slider620 {
    grid-template-areas: 
            "image"
            "name"
            "description";
    gap: 1rem;
    grid-template-columns: 1fr;
}.user_reviews708 .feedback_slider620::before {
    left: -40px;
    top: 30px;
}.user_reviews708 .feedback_slider620 img {
    justify-self: start;
}.user_reviews708 .feedback_slider620 p {
    padding-bottom: 0.7rem;
}.user_reviews708 .feedback_slider620 .description {
    padding: 1.2rem;
}.user_reviews708 .feedback_slider620:nth-child(even) {
    margin-left: 0;
}
}

@media (max-width: 480px) {.user_reviews708 h2 {
    font-size: 30px;
}.user_reviews708 .learner_stories402 {
    padding-left: 30px;
    gap: 4rem;
}.user_reviews708 .learner_stories402::before {
    left: 15px;
}.user_reviews708 .feedback_slider620::before {
    left: -30px;
    height: 15px;
    width: 15px;
}.user_reviews708 .feedback_slider620 img {
    width: 80px;
    height: 80px;
}}.program_results367 {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(218,209,206) 0%, #ffffff 100%);
    padding: 5rem 1.5rem;
}.program_results367::before {
    position: absolute;
    left: 0;
    background: radial-gradient(circle at 30% 30%, rgb(195,169,162,0.5) 0%, transparent 60%);
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 0;
    content: "";
    pointer-events: none;
}.program_results367::after {
    position: absolute;
    z-index: 0;
    right: -5%;
    width: 40%;
    height: 40%;
    content: "";
    bottom: -5%;
    pointer-events: none;
    background: radial-gradient(circle, rgb(176,135,115,0.5) 0%, transparent 70%);
}.program_results367 h5 {
    transition: transform 0.5s ease;
    text-align: center;
    margin-bottom: 3rem;
    transform: perspective(1000px) translateZ(0);
    font-size: 23px;
    position: relative;
    color: #000000;
    font-weight: 700;
}.program_results367 h5::after {
    background: linear-gradient(to right, rgb(195,169,162), rgb(176,135,115));
    content: "";
    position: absolute;
    width: 80px;
    bottom: -12px;
    height: 3px;
    transform: translateX(-50%);
    left: 50%;
    border-radius: 10px;
}.program_results367 .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 1;
}.program_results367 .pro_learning584 {
    display: flex;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    border-radius: 22px;
    flex-direction: column;
    background: #ffffff;
    gap: 2rem;
    transform: translateY(0);
}.program_results367 .pro_learning584:hover {
    transform: translateY(-10px);
}.program_results367 .thumbnail_img594 {
    transition: transform 1.2s ease;
    object-fit: cover;
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    object-position: center;
}.program_results367 .pro_learning584:hover .thumbnail_img594 {
    transform: scale(1.05);
}.program_results367 .paragraph_box812 {
    position: relative;
    padding: 2rem;
}.program_results367 .paragraph_box812::before {
    top: 0;
    content: "";
    left: 20px;
    width: calc(100% - 40px);
    background: linear-gradient(to right, transparent, rgb(176,135,115,0.5), transparent);
    position: absolute;
    height: 1px;
}.program_results367 ul {
    padding: 0;
    list-style: none;
    display: grid;
    gap: 1.2rem;
    margin: 0;
}.program_results367 li {
    padding-left: 2.5rem;
    transition: transform 0.3s ease-out;
    align-items: flex-start;
    display: flex;
    transform: translateX(0);
    position: relative;
}.program_results367 li:hover {
    transform: translateX(5px);
}.program_results367 li p {
    display: flex;
    color: #000000;
    align-items: flex-start;
    line-height: 1.6;
    gap: 0.5rem;
    margin: 0;
    font-size: 18px;
}.program_results367 li svg {
    top: 3px;
    width: 24px;
    height: 24px;
    transition: transform 0.3s ease;
    left: 0;
    position: absolute;
}.program_results367 li:hover svg {
    transform: rotate(5deg) scale(1.1);
}.program_results367 li svg path {
    transition: fill 0.3s ease;
    fill: rgb(195,169,162);
}.program_results367 li:hover svg path:first-child {
    fill: rgb(176,135,115);
}.program_results367 li:nth-child(odd) {
    opacity: 0;
    animation: fadeInFromLeft 0.5s forwards;
    animation-delay: calc(0.1s * var(--i, 0));
    transform: translateY(0);
}.program_results367 li:nth-child(even) {
    transform: translateY(0);
    animation: fadeInFromRight 0.5s forwards;
    opacity: 0;
    animation-delay: calc(0.1s * var(--i, 0));
}

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

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

@media (min-width: 768px) {.program_results367 {
    padding: 7rem 2rem;
}.program_results367 h5 {
    margin-bottom: 4rem;
    font-size: calc(23px * 1.2);
}.program_results367 h5::after {
    width: 120px;
}.program_results367 .pro_learning584 {
    align-items: stretch;
    flex-direction: row;
}.program_results367 .pro_learning584 > div:first-child {
    overflow: hidden;
    flex: 0 0 40%;
}.program_results367 .thumbnail_img594 {
    height: 100%;
    aspect-ratio: auto;
}.program_results367 .paragraph_box812 {
    flex: 0 0 60%;
    padding: 3rem;
    align-items: center;
    display: flex;
}.program_results367 .paragraph_box812::before {
    height: calc(100% - 40px);
    width: 1px;
    background: linear-gradient(to bottom, transparent, rgb(176,135,115,0.5), transparent);
    left: 0;
    top: 20px;
}.program_results367 ul {
    gap: 1.5rem;
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 992px) {.program_results367 {
    padding: 8rem 3rem;
}.program_results367 h5 {
    font-size: calc(23px * 1.4);
}.program_results367 .pro_learning584 {
    gap: 0;
}.program_results367 .pro_learning584 > div:first-child {
    flex: 0 0 45%;
}.program_results367 .paragraph_box812 {
    padding: 4rem;
    flex: 0 0 55%;
}.program_results367 li {
    padding-left: 3rem;
}.program_results367 li p {
    line-height: 1.7;
    font-size: calc(18px * 1.05);
}.program_results367 li svg {
    width: 28px;
    height: 28px;
}
}

@media (max-width: 767px) {.program_results367 {
    padding: 4rem 1rem;
}.program_results367 h5 {
    margin-bottom: 2rem;
    font-size: calc(23px * 0.9);
}.program_results367 ul {
    gap: 1rem;
}.program_results367 li {
    margin-bottom: 0.5rem;
}.program_results367 li p {
    font-size: calc(18px * 0.95);
    line-height: 1.5;
}.program_results367 li svg {
    top: 2px;
    height: 20px;
    width: 20px;
}}.cookieAlertContainer658 {
    z-index: 90;
    bottom: 0;
    background: rgb(218,209,206);
    position: fixed;
    width: 100%;
    border-top: 2px solid rgb(195,169,162);
}#cookiePolicyWindow189 {
    display: none;
}#cookiePolicyWindow189:checked ~ .cookieAlertContainer658 {
    visibility: hidden;
    opacity: 0;
}.privacy_notify538 {
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}.cookieAlertContainer658 h5 {
    margin-bottom: 6px;
    font-size: 22px;
}.cookieAlertContainer658 p {
    font-size: 18px;
}.cookie_window581 {
    margin-right: 10px;
    flex-shrink: 0;
}.cookie_window581 svg, .cookie_window581 svg path, .cookie_window581 img {
    fill: rgb(195,169,162);
    height: 100px;
    width: 100px;
}.privacy_opt089 {
    text-decoration: none;
    flex-shrink: 0;
    cursor: pointer;
    text-align: center;
    line-height: 35px;
    margin-left: 10px;
    min-width: 120px;
    white-space: nowrap;
    border-bottom: 2px solid rgb(195,169,162);
    font-size: 24px;
    color: rgb(195,169,162);
}.cookieAlertContainer658 p a {
    text-decoration: none;
    color: rgb(195,169,162);
}
@media only screen and (max-width: 1200px) {.cookieAlertContainer658 {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.cookie_window581 {
    display: none;
}.privacy_notify538 {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}.cookieAlertContainer658 h5 {
    text-align: center;
}.cookieAlertContainer658 p {
    text-align: center;
}.learn_cookies504 {
    margin-bottom: 20px;
}body .wrapper-segment396 .privacy_opt089 {
    margin-bottom: 10px;
    margin-left: 0;
}}
.wrapper-segment396 .cookieAlertContainer658 {
    box-shadow: rgb(176,135,115,0.5) 0px 0px 10px 10px;
    background: rgb(195,169,162);
}.wrapper-segment396 .privacy_notify538 {
    padding: 40px 0;
    justify-content: space-between;
}.wrapper-segment396 .privacy_opt089 {
    color: rgb(195,169,162);
    font-size: 20px;
    padding: 10px;
    margin-left: 30px;
    border: none;
    background: #ffffff;
}.wrapper-segment396 .learn_cookies504 {
    color: #ffffff;
    text-align: left;
}.wrapper-segment396 .learn_cookies504 h5 {
    font-weight: 700;
}.wrapper-segment396 .learn_cookies504 h5, .wrapper-segment396 .learn_cookies504 p {
    color: #ffffff;
}.wrapper-segment396 .cookieAlertContainer658 p a {
    text-decoration: underline;
    color: rgb(176,135,115);
}.meet_us413 {
    padding: 160px 0;
    overflow: hidden;
    position: relative;
    background: rgb(218,209,206);
}.meet_us413::before {
    height: 100%;
    content: "";
    left: 0;
    position: absolute;
    background-image: 
        repeating-linear-gradient(
            45deg,
            rgba(rgb(195,169,162,0.5), 0.03) 0px,
            rgba(rgb(195,169,162,0.5), 0.03) 1px,
            transparent 1px,
            transparent 20px
        ),
        repeating-linear-gradient(
            -45deg,
            rgba(rgb(176,135,115,0.5), 0.03) 0px,
            rgba(rgb(176,135,115,0.5), 0.03) 1px,
            transparent 1px,
            transparent 20px
        );
    width: 100%;
    top: 0;
    z-index: 0;
}.meet_us413::after {
    background: 
        radial-gradient(
            circle at 10% 90%,
            rgb(195,169,162,0.5) 0%,
            transparent 30%
        ),
        radial-gradient(
            circle at 90% 10%,
            rgb(176,135,115,0.5) 0%,
            transparent 35%
        );
    position: absolute;
    left: 0;
    height: 100%;
    filter: blur(60px);
    top: 0;
    animation: gradientMove 15s infinite alternate ease-in-out;
    z-index: 0;
    width: 100%;
    content: "";
}.meet_us413 .container {
    max-width: 1280px;
    padding: 0 15px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
}.meet_us413 .pro_learning584 {
    grid-template-rows: auto 1fr;
    grid-template-columns: 1fr 1fr;
    position: relative;
    grid-template-areas:
        "logo director"
        "content director";
    gap: 40px 60px;
    display: grid;
}.meet_us413 .pro_program014 {
    overflow: hidden;
    border-radius: 26px;
    grid-area: director;
    height: 550px;
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.15),
        0 5px 15px rgba(0, 0, 0, 0.1);
    position: relative;
}.meet_us413 .thumbnail_img594 {
    transition: transform 0.8s ease;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
}.meet_us413 .thumbnail_img594:hover {
    transform: scale(1.05);
}.meet_us413 .thumbnail_img594::before {
    top: 0;
    height: 100%;
    position: absolute;
    content: "";
    width: 100%;
    z-index: 1;
    left: 0;
    background: 
        linear-gradient(
            180deg,
            transparent 50%,
            rgba(0, 0, 0, 0.8) 100%
        );
}.meet_us413 .learn_guide520 {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    transition: transform 0.4s ease;
    padding: 30px;
    z-index: 2;
}.meet_us413 .pro_program014:hover .learn_guide520 {
    transform: translateY(-10px);
}.meet_us413 .class_track831 {
    font-size: 20px;
    font-weight: 700;
    position: relative;
    color: #ffffff;
    margin: 0 0 8px;
    font-family: Arial, sans-serif;
    padding-bottom: 12px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}.meet_us413 .class_track831::after {
    left: 0;
    width: 40px;
    background: rgb(195,169,162);
    bottom: 0;
    position: absolute;
    transition: width 0.3s ease;
    content: "";
    height: 2px;
}.meet_us413 .pro_program014:hover .class_track831::after {
    width: 60px;
}.meet_us413 .learn_culture694 {
    opacity: 0.9;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    margin: 0;
    font-family: Arial, sans-serif;
}.meet_us413 .learn_legacy364 {
    align-items: center;
    padding: 20px 0;
    grid-area: logo;
    position: relative;
    display: flex;
    border-bottom: 1px solid rgba(rgba(0, 0, 0, 0.5), 0.1);
}.meet_us413 .learn_legacy364 svg {
    transition: transform 0.4s ease;
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
    fill: rgb(195,169,162);
    width: 60px;
    height: 60px;
    margin-right: 20px;
}.meet_us413 .learn_legacy364 svg path {
    transition: fill 0.3s ease;
    fill: rgb(195,169,162);
}.meet_us413 .paragraph_box812 {
    justify-content: center;
    padding-right: 30px;
    flex-direction: column;
    grid-area: content;
    display: flex;
    position: relative;
}.meet_us413 .paragraph_box812::before {
    left: -30px;
    content: "";
    border-radius: 10px;
    top: 50%;
    width: 3px;
    height: 70%;
    position: absolute;
    background: linear-gradient(to bottom, rgb(195,169,162), rgb(176,135,115));
    transform: translateY(-50%);
}.meet_us413 h2 {
    position: relative;
    font-weight: 700;
    color: #000000;
    font-family: Arial, sans-serif;
    margin: 0 0 30px;
    line-height: 1.3;
    font-size: 30px;
}.meet_us413 .paragraph_box812 p {
    margin: 0;
    line-height: 1.8;
    color: #000000;
    font-size: 14px;
    position: relative;
    font-family: Arial, sans-serif;
}.meet_us413 .paragraph_box812 p::first-letter {
    font-size: 130%;
    color: rgb(195,169,162);
    font-weight: 600;
}


@keyframes gradientMove {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@media (max-width: 1200px) {.meet_us413 {
    padding: 130px 0;
}.meet_us413 .pro_learning584 {
    gap: 30px 40px;
}.meet_us413 .pro_program014 {
    height: 500px;
}
}

@media (max-width: 991px) {.meet_us413 {
    padding: 100px 0;
}.meet_us413 .pro_learning584 {
    grid-template-areas:
            "logo"
            "director"
            "main_edu364";
    gap: 30px;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
}.meet_us413 .pro_program014 {
    height: 450px;
    max-width: 100%;
}.meet_us413 .paragraph_box812 {
    padding-right: 0;
    padding-left: 30px;
}.meet_us413 .paragraph_box812::before {
    height: 80%;
    left: 0;
}

}

@media (max-width: 767px) {.meet_us413 {
    padding: 80px 0;
}.meet_us413 .pro_learning584 {
    gap: 25px;
}.meet_us413 .pro_program014 {
    height: 400px;
}.meet_us413 .learn_guide520 {
    padding: 25px;
}.meet_us413 .learn_legacy364 {
    padding: 15px 0;
}.meet_us413 .learn_legacy364 svg {
    height: 50px;
    margin-right: 15px;
    width: 50px;
}.meet_us413 h2 {
    font-size: calc(30px * 0.9);
    margin-bottom: 20px;
}.meet_us413 .paragraph_box812 p {
    line-height: 1.7;
    font-size: calc(14px * 0.95);
}
}

@media (max-width: 480px) {.meet_us413 {
    padding: 60px 0;
}.meet_us413 .pro_learning584 {
    gap: 20px;
}.meet_us413 .pro_program014 {
    height: 350px;
}.meet_us413 .learn_guide520 {
    padding: 20px;
}.meet_us413 .class_track831 {
    font-size: calc(20px * 0.9);
    padding-bottom: 8px;
}.meet_us413 .learn_culture694 {
    font-size: calc(14px * 0.9);
}.meet_us413 .learn_legacy364 {
    padding: 10px 0;
}.meet_us413 .learn_legacy364 svg {
    height: 40px;
    width: 40px;
    margin-right: 10px;
}.meet_us413 h2 {
    font-size: calc(30px * 0.8);
    margin-bottom: 15px;
}.meet_us413 .paragraph_box812 p {
    line-height: 1.6;
    font-size: calc(14px * 0.9);
}.meet_us413 .paragraph_box812::before {
    width: 2px;
}}header .top_plank {
    background: rgb(195,169,162);
    color:  #ffffff;
}header .top_plank .plank_bar519 div svg, header .top_plank .plank_bar519 div svg path {
    fill: #ffffff;
}header .top_plank .plank_bar519 div span {
    color: #ffffff;
}header .top_plank .plank_bar519 {
    width: 100%;
    flex-wrap: wrap;
    font-size: 12px;
    line-height: 21px;
    align-items: center;
    justify-content: flex-start;
    padding: 15px 0 10px 0;
    display: flex;
}header .top_plank .plank_bar519 div {
    align-items: center;
    justify-content: flex-start;
    margin-right: 24px;
    display: flex;
}header .top_plank .plank_bar519 div img, header .top_plank .plank_bar519 div svg {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}