* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}.container {
    width: 1172px;
    margin: auto;
    max-width: 100%;
}.wrapper-holder_NDi {
    flex-direction: column;
    height: 100%;
    min-height: 100%;
    display: flex;
}svg {
    width: 30px;
    height: 30px;
}a {
    text-decoration: none;
    color: inherit;
}html,body {
    font-family: Arial, sans-serif;
    min-height: 100%;
    height: 100%;
    auto
contain
    scroll-behavior: auto;
    color: #000000;
}header,footer {
    width: 100%;
}@keyframes shift_scrollbar { 0% { transform: translateX(0); } 50% { transform: translateX(5px); } 100% { transform: translateX(0); } }

::-webkit-scrollbar {
    width: 9px;
}::-webkit-scrollbar-track {
    background: linear-gradient(335deg, #ffffff 26%, rgb(255, 255, 255, 0.5) 63%, rgb(173,158,152,0.5) 97%, rgb(208,196,191) 29%, rgb(208,196,191,0.5) 65%, rgb(233,228,225) 23%);
    border-radius: 15px;
}::-webkit-scrollbar-track:active {
    background: rgb(208,196,191);
}::-webkit-scrollbar-thumb {
    animation: shift_scrollbar 3.8s ease-out 4;
    border-radius: 11.8rem;
    background: rgb(208,196,191);
    transition: border-radius 2.1s ease;
}::-webkit-scrollbar-thumb:hover {
    background: rgb(208,196,191);
    box-shadow: -3px 1px 15px -2px rgba(0, 0, 0, 0.4);
    transform: translateX(2px);
}::-webkit-scrollbar-thumb:active {
    box-shadow: inset 2px -1px 1px 0px rgba(0, 0, 0, 0.2);
    background: rgb(173,158,152,0.5);
}::-webkit-scrollbar-corner {
    background: rgb(255, 255, 255, 0.5);
}* {
    scrollbar-width: thin;
    scrollbar-color: #ffffff rgb(233,228,225);
}.head_pro_kTu {
    flex: 1 0 auto;
}.grant_cta_dUW {
    flex: 0 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.welcome_board_Imf {
    background: linear-gradient(135deg, rgb(233,228,225), #ffffff, rgb(233,228,225));
    overflow: hidden;
    position: relative;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    padding: 5% 3%;
}.welcome_board_Imf::before {
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(208,196,191,0.5) 49.5%, rgb(208,196,191,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(173,158,152,0.5) 49.5%, rgb(173,158,152,0.5) 50.5%, transparent 50.5%);
    animation: backgroundShift 30s linear infinite;
    height: 100%;
    opacity: 0.1;
    left: 0;
    z-index: 0;
    top: 0;
    position: absolute;
    background-size: 50px 50px;
    width: 100%;
    content: "";
}.welcome_board_Imf h1 {
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-weight: 700;
    position: relative;
    z-index: 2;
    transform: translateY(0);
    text-align: center;
    letter-spacing: 0.5px;
    margin-bottom: 2rem;
    color: rgb(208,196,191);
    font-size: calc(21px * 1.2);
    text-transform: uppercase;
}.welcome_board_Imf h1::after {
    transform: translateX(-50%);
    left: 50%;
    height: 3px;
    background: linear-gradient(90deg, rgb(208,196,191), rgb(173,158,152));
    bottom: -10px;
    position: absolute;
    border-radius: 10px;
    width: 80px;
    content: "";
}.welcome_board_Imf .study_pro_GPS {
    gap: 2rem;
    display: flex;
    z-index: 2;
    flex-direction: column;
    position: relative;
}.welcome_board_Imf .statement_holder_zqU {
    border-left: 4px solid rgb(208,196,191);
    flex: 1;
    padding: 2rem;
    background: linear-gradient(145deg, rgba(255,255,255,0.9), rgba(255,255,255,0.7));
    box-shadow: 0 15px 30px rgba(0,0,0,0.08);
    transition: transform 0.4s ease-out;
    backdrop-filter: blur(5px);
}.welcome_board_Imf .statement_holder_zqU:hover {
    transform: translateY(-5px);
}.welcome_board_Imf ol {
    list-style: none;
    margin: 0;
    padding: 0;
}.welcome_board_Imf ol li {
    margin-bottom: 1.5rem;
}.welcome_board_Imf .edu_front_Eij {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}.welcome_board_Imf svg {
    height: 120px;
    width: 120px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    filter: drop-shadow(0 4px 6px rgba(0,0,0,0.1));
    margin-bottom: 1.5rem;
}.welcome_board_Imf svg:hover {
    transform: scale(1.05) rotate(2deg);
}.welcome_board_Imf svg path {
    transition: fill 0.4s ease;
}.welcome_board_Imf svg:hover path {
    fill: rgb(173,158,152);
}.welcome_board_Imf svg text {
    transition: fill 0.4s ease;
}.welcome_board_Imf svg:hover text {
    fill: rgb(208,196,191);
}.welcome_board_Imf .edu_front_Eij p {
    max-width: 85%;
    line-height: 1.6;
    font-weight: 400;
    margin: 0 0 1.5rem;
    font-size: calc(13px * 1.1);
    color: #000000;
}.welcome_board_Imf .query_form_KTN {
    background: linear-gradient(135deg, rgb(208,196,191), rgb(173,158,152));
    font-size: 19px;
    max-width: 250px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1), 0 10px 20px rgb(208,196,191,0.5);
    position: relative;
    border-radius: 10px;
    font-weight: 600;
    letter-spacing: 0.5px;
    overflow: hidden;
    color: #ffffff;
    text-align: center;
    transform: translateZ(0);
    margin: 1rem auto;
    text-decoration: none;
    display: inline-block;
    transition: all 0.4s ease;
    padding: 1rem 2rem;
    display: block;
}.welcome_board_Imf .query_form_KTN::before {
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: all 0.6s ease;
    position: absolute;
    width: 100%;
    left: -100%;
    content: "";
    height: 100%;
    top: 0;
}.welcome_board_Imf .query_form_KTN:hover {
    box-shadow: 0 8px 25px rgba(0,0,0,0.15), 0 15px 30px rgb(208,196,191,0.5);
    transform: translateY(-3px) translateZ(0);
}.welcome_board_Imf .query_form_KTN:hover::before {
    left: 100%;
}.welcome_board_Imf .img_item_qdH {
    overflow: hidden;
    position: relative;
    height: 300px;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    width: 100%;
    border-radius: 10px;
}.welcome_board_Imf .img_item_qdH::after {
    height: 100%;
    width: 100%;
    z-index: 1;
    background: linear-gradient(135deg, rgb(208,196,191,0.5), transparent);
    position: absolute;
    top: 0;
    content: "";
    left: 0;
}.welcome_board_Imf .img_item_qdH:hover {
    transform: scale(1.02) translateY(-5px);
}

@keyframes backgroundShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

@media screen and (min-width: 768px) {.welcome_board_Imf {
    padding: 6% 5%;
}.welcome_board_Imf h1 {
    margin-bottom: 3rem;
    font-size: calc(35px * 0.85);
}.welcome_board_Imf .study_pro_GPS {
    flex-direction: row;
    align-items: center;
    gap: 3rem;
}.welcome_board_Imf .statement_holder_zqU {
    padding: 3rem;
}.welcome_board_Imf svg {
    width: 150px;
    height: 150px;
}.welcome_board_Imf .img_item_qdH {
    height: 450px;
    flex: 1;
    clip-path: polygon(10% 0, 100% 0, 100% 90%, 90% 100%, 0 100%, 0 10%);
}.welcome_board_Imf .edu_front_Eij p {
    font-size: calc(13px * 1.2);
    line-height: 1.7;
}.welcome_board_Imf .query_form_KTN {
    padding: 1.2rem 2.5rem;
    font-size: calc(19px * 1.1);
}
}

@media screen and (min-width: 992px) {.welcome_board_Imf {
    padding: 5% 8%;
}.welcome_board_Imf h1 {
    font-size: 35px;
}.welcome_board_Imf .study_pro_GPS {
    gap: 5rem;
}.welcome_board_Imf .statement_holder_zqU {
    border-right: 1px solid rgb(173,158,152,0.5);
    border-left: 6px solid rgb(208,196,191);
}.welcome_board_Imf .edu_front_Eij {
    text-align: left;
    align-items: flex-start;
}.welcome_board_Imf svg {
    width: 180px;
    height: 180px;
}.welcome_board_Imf .img_item_qdH {
    height: 500px;
    transform-origin: center right;
}.welcome_board_Imf .edu_front_Eij p {
    font-size: calc(13px * 1.25);
    max-width: 90%;
}.welcome_board_Imf .query_form_KTN {
    margin: 1rem 0;
}
}

@media screen and (min-width: 1200px) {.welcome_board_Imf .study_pro_GPS {
    gap: 7rem;
}.welcome_board_Imf .statement_holder_zqU {
    padding: 4rem;
}.welcome_board_Imf .img_item_qdH {
    height: 550px;
}.welcome_board_Imf h1 {
    margin-bottom: 4rem;
}.welcome_board_Imf h1::after {
    width: 120px;
}
}

@media (prefers-reduced-motion: reduce) {.welcome_board_Imf::before,
    .welcome_board_Imf .query_form_KTN::before,
    .welcome_board_Imf .img_item_qdH,
    .welcome_board_Imf svg,
    .welcome_board_Imf h1,
    .welcome_board_Imf .statement_holder_zqU {
    transition: none;
    animation: none;
}}.connect_form_hKL {
    overflow: hidden;
    position: relative;
    background: linear-gradient(120deg, rgb(233,228,225) 0%, #1a1e2e 100%);
    padding: 90px 0;
}.connect_form_hKL::before {
    z-index: 0;
    left: 0;
    background: 
        radial-gradient(circle at 20% 50%, rgba(0, 0, 0, 0.4) 0%, transparent 40%),
        linear-gradient(0deg, transparent 80%, rgba(rgb(208,196,191), 0.05) 100%);
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
}.connect_form_hKL::after {
    position: absolute;
    height: 100px;
    content: "";
    left: 0;
    bottom: 0;
    z-index: 1;
    background: 
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 20px);
    width: 100%;
}.connect_form_hKL .container {
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    position: relative;
}.connect_form_hKL h2 {
    position: relative;
    font-weight: 700;
    margin-bottom: 70px;
    text-align: center;
    letter-spacing: 2px;
    font-size: 29px;
    color: #ffffff;
    text-transform: uppercase;
}.connect_form_hKL h2::before {
    bottom: -20px;
    height: 2px;
    position: absolute;
    content: "";
    width: 30px;
    left: calc(50% - 50px);
    background: rgb(208,196,191);
}.connect_form_hKL h2::after {
    height: 2px;
    position: absolute;
    bottom: -20px;
    width: 70px;
    left: calc(50% - 10px);
    background: rgb(208,196,191);
    content: "";
}.connect_form_hKL .request_block_fKc {
    border: 1px solid rgba(255, 255, 255, 0.05);
    display: grid;
    backdrop-filter: blur(10px);
    overflow: hidden;
    border-radius: 27px;
    grid-template-columns: 6fr 4fr;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
    background: rgba(0, 0, 0, 0.2);
}.connect_form_hKL .img_item_qdH {
    position: relative;
    min-height: 100%;
}.connect_form_hKL .img_item_qdH::before {
    position: absolute;
    content: "";
    z-index: 1;
    width: 100%;
    top: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
    height: 100%;
    left: 0;
}.connect_form_hKL .img_item_qdH::after {
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(rgb(208,196,191), 0.1) 10px, rgba(rgb(208,196,191), 0.1) 11px);
    content: "";
    z-index: 2;
    position: absolute;
    animation: scanLines 5s linear infinite;
}@keyframes scanLines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.connect_form_hKL .feedback_info_ftu {
    position: relative;
    padding: 50px;
}.connect_form_hKL .feedback_info_ftu::before {
    z-index: -1;
    content: "";
    top: 0;
    background: radial-gradient(circle at 50% 30%, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
    height: 100%;
    width: 100%;
    left: 0;
    position: absolute;
}.connect_form_hKL #contact {
    display: flex;
    flex-direction: column;
    gap: 25px;
}.connect_form_hKL h3 {
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    position: relative;
    font-size: 20px;
    margin-bottom: 30px;
}.connect_form_hKL h3::after {
    content: "";
    position: absolute;
    height: 2px;
    background: rgb(208,196,191);
    bottom: -10px;
    width: 50px;
    left: 0;
}.connect_form_hKL input[type="text"] {
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 16px 20px;
    position: relative;
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    color: #ffffff;
    font-size: 16px;
    border-radius: 10px;
    transition: all 0.3s ease;
}.connect_form_hKL input[type="text"]:focus {
    outline: none;
    box-shadow: 0 0 15px rgba(rgb(208,196,191), 0.2);
    background: rgba(0, 0, 0, 0.3);
    border-color: rgb(208,196,191);
}.connect_form_hKL input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}.connect_form_hKL .support_section_OdP {
    display: flex;
    margin-top: 5px;
    gap: 12px;
    align-items: flex-start;
}.connect_form_hKL .support_section_OdP input[type="checkbox"] {
    height: 24px;
    border-radius: 3px;
    margin-top: 2px;
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    width: 24px;
    cursor: pointer;
    appearance: none;
}.connect_form_hKL .support_section_OdP input[type="checkbox"]:checked {
    background: rgb(208,196,191);
    border-color: rgb(208,196,191);
}.connect_form_hKL .support_section_OdP input[type="checkbox"]:checked::after {
    content: "";
    top: 6px;
    transform: rotate(45deg);
    height: 10px;
    border: solid #ffffff;
    position: absolute;
    left: 9px;
    width: 6px;
    border-width: 0 2px 2px 0;
}.connect_form_hKL .support_section_OdP label {
    font-size: calc(16px - 2px);
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5;
}.connect_form_hKL .support_section_OdP a {
    color: rgb(208,196,191);
    position: relative;
    transition: all 0.3s ease;
    text-decoration: none;
}.connect_form_hKL .support_section_OdP a:hover {
    color: #ffffff;
}.connect_form_hKL .support_section_OdP a::after {
    left: 0;
    position: absolute;
    height: 1px;
    bottom: -2px;
    content: "";
    background: rgb(208,196,191);
    transition: all 0.3s ease;
    width: 100%;
}.connect_form_hKL .support_section_OdP a:hover::after {
    background: #ffffff;
}.connect_form_hKL .query_form_KTN {
    border: none;
    letter-spacing: 1px;
    color: #ffffff;
    margin-top: 10px;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    background: rgb(208,196,191);
    position: relative;
    font-size: 15px;
    padding: 16px 35px;
    text-transform: uppercase;
    align-self: flex-start;
    font-weight: 600;
    cursor: pointer;
}.connect_form_hKL .query_form_KTN::before {
    left: -100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: all 0.5s ease;
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
}.connect_form_hKL .query_form_KTN:hover {
    transform: translateY(-3px);
    background: rgb(173,158,152);
}.connect_form_hKL .query_form_KTN:hover::before {
    left: 100%;
}.connect_form_hKL svg {
    transition: all 0.3s ease;
    fill: rgb(208,196,191);
    height: 22px;
    width: 22px;
    filter: drop-shadow(0 0 5px rgba(rgb(208,196,191), 0.5));
}.connect_form_hKL svg path {
    transition: all 0.3s ease;
    fill: rgb(208,196,191);
}.connect_form_hKL svg:hover {
    fill: #ffffff;
    transform: scale(1.1);
}.connect_form_hKL svg:hover path {
    fill: #ffffff;
}

@media (max-width: 992px) {.connect_form_hKL {
    padding: 70px 0;
}.connect_form_hKL .request_block_fKc {
    grid-template-columns: 1fr;
}.connect_form_hKL .img_item_qdH {
    min-height: 300px;
}.connect_form_hKL .feedback_info_ftu {
    padding: 40px 30px 50px;
}
}

@media (max-width: 768px) {.connect_form_hKL {
    padding: 50px 0;
}.connect_form_hKL h2 {
    margin-bottom: 50px;
    font-size: calc(29px - 4px);
}.connect_form_hKL .img_item_qdH {
    min-height: 250px;
}
}

@media (max-width: 576px) {.connect_form_hKL {
    padding: 40px 0;
}.connect_form_hKL .container {
    padding: 0 15px;
}.connect_form_hKL h2 {
    font-size: calc(29px - 6px);
    margin-bottom: 40px;
}.connect_form_hKL h2::before {
    width: 20px;
    left: calc(50% - 35px);
}.connect_form_hKL h2::after {
    width: 50px;
}.connect_form_hKL .feedback_info_ftu {
    padding: 30px 20px 40px;
}.connect_form_hKL #contact {
    gap: 20px;
}.connect_form_hKL .query_form_KTN {
    width: 100%;
}.connect_form_hKL .img_item_qdH {
    min-height: 200px;
}}.education_experience_ANv {
    position: relative;
    background: linear-gradient(160deg, rgb(233,228,225) 0%, #000000 100%);
    padding: 8rem 0;
    min-height: 700px;
    overflow: hidden;
}.education_experience_ANv::before {
    background: 
        radial-gradient(circle at 80% 20%, rgb(208,196,191,0.5) 0%, transparent 35%),
        radial-gradient(circle at 20% 80%, rgb(173,158,152,0.5) 0%, transparent 35%);
    left: 0;
    height: 100%;
    animation: breatheGlow 15s ease-in-out infinite alternate;
    position: absolute;
    content: "";
    z-index: 1;
    filter: blur(70px);
    opacity: 0.4;
    width: 100%;
    top: 0;
}.education_experience_ANv .container {
    max-width: 1200px;
    z-index: 2;
    position: relative;
    padding: 0 2rem;
    margin: 0 auto;
}.education_experience_ANv .success_reviews_ZnR {
    min-height: 580px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.3) 100%);
    overflow: hidden;
    grid-template-rows: auto 1fr;
    padding: 3rem;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 30px;
    position: relative;
    border-radius: 13px;
    display: grid;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(15px);
}.education_experience_ANv .success_reviews_ZnR::before {
    opacity: 0.2;
    width: 100%;
    background: linear-gradient(135deg, transparent, rgb(208,196,191,0.5), transparent);
    left: 0;
    height: 100%;
    background-size: 200% 200%;
    top: 0;
    animation: shimmerEffect 10s ease-in-out infinite;
    z-index: -1;
    content: "";
    position: absolute;
}.education_experience_ANv .img_item_qdH {
    position: relative;
    z-index: 3;
    filter: contrast(1.1) brightness(1.05);
    border-radius: 13px;
    transform: scale(1) rotate(0deg);
    grid-row: 1 / span 2;
    transition: all 0.7s cubic-bezier(0.2, 1, 0.3, 1);
    height: 100%;
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.4);
    grid-column: 2;
}.education_experience_ANv .success_reviews_ZnR:hover .img_item_qdH {
    transform: scale(1.05) rotate(2deg);
    box-shadow: 30px 30px 60px rgba(0, 0, 0, 0.5);
}.education_experience_ANv .img_item_qdH::before {
    height: 100%;
    position: absolute;
    left: 0;
    content: "";
    border: 1px solid rgba(255, 255, 255, 0.2);
    top: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 1;
    border-radius: inherit;
}.education_experience_ANv .name {
    margin: 0;
    grid-row: 1;
    grid-column: 1;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    z-index: 4;
    transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
    transform: translateX(0);
    font-size: 29px;
    color: #ffffff;
    font-weight: 700;
    position: relative;
}.education_experience_ANv .success_reviews_ZnR:hover .name {
    transform: translateX(10px);
}.education_experience_ANv .name::after {
    bottom: -10px;
    left: 0;
    transition: width 0.6s ease;
    background: linear-gradient(90deg, rgb(208,196,191), rgb(173,158,152));
    content: "";
    width: 0;
    height: 3px;
    position: absolute;
}.education_experience_ANv .success_reviews_ZnR:hover .name::after {
    width: 120px;
}.education_experience_ANv .success_reviews_ZnR span:not(.name) {
    border-radius: 10px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    color: rgb(173,158,152);
    width: max-content;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    grid-row: 1;
    padding: 0.7rem 1.5rem;
    font-size: 21px;
    z-index: 3;
    margin-top: 4rem;
    font-weight: 600;
    transform: translateX(0);
    transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
    grid-column: 1;
}.education_experience_ANv .success_reviews_ZnR:hover span:not(.name) {
    transform: translateX(10px);
    background: rgba(0, 0, 0, 0.3);
}.education_experience_ANv .employee_details_gBi {
    grid-column: 1;
    color: #ffffff;
    overflow: hidden;
    transition: all 0.7s cubic-bezier(0.2, 1, 0.3, 1);
    border-radius: 13px;
    border-left: 4px solid rgb(173,158,152);
    z-index: 2;
    backdrop-filter: blur(10px);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
    transform: translateY(0);
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.3);
    padding: 2rem;
    line-height: 1.8;
    font-size: 16px;
    grid-row: 2;
    position: relative;
}.education_experience_ANv .success_reviews_ZnR:hover .employee_details_gBi {
    transform: translateY(-10px);
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.4);
}.education_experience_ANv .employee_details_gBi::before {
    width: 100%;
    animation: shimmerEffect 5s ease-in-out infinite;
    height: 100%;
    background-size: 200% 200%;
    content: "";
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
}.education_experience_ANv .container::after {
    height: 400px;
    width: 400px;
    content: "";
    opacity: 0.2;
    animation: rotateGlow 25s linear infinite;
    position: absolute;
    z-index: -1;
    bottom: -200px;
    left: -200px;
    background: conic-gradient(from 135deg, rgb(208,196,191,0.5) 0%, rgb(173,158,152,0.5) 50%, rgb(208,196,191,0.5) 100%);
    border-radius: 50%;
    filter: blur(80px);
}

@keyframes breatheGlow {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
}

@keyframes shimmerEffect {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

@keyframes rotateGlow {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 992px) {.education_experience_ANv .success_reviews_ZnR {
    gap: 20px;
    padding: 2rem;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
}.education_experience_ANv .img_item_qdH {
    height: 350px;
    grid-row: 1;
    grid-column: 1;
}.education_experience_ANv .name {
    grid-column: 1;
    grid-row: 2;
    margin: 0;
}.education_experience_ANv .success_reviews_ZnR span:not(.name) {
    grid-row: 2;
    grid-column: 1;
    margin-top: 3.5rem;
}.education_experience_ANv .employee_details_gBi {
    grid-row: 3;
    grid-column: 1;
}.education_experience_ANv .success_reviews_ZnR:hover .name,
    .education_experience_ANv .success_reviews_ZnR:hover span:not(.name) {
    transform: translateY(-5px);
}
}

@media (max-width: 576px) {.education_experience_ANv {
    padding: 5rem 0;
}.education_experience_ANv .success_reviews_ZnR {
    padding: 1.5rem;
}.education_experience_ANv .img_item_qdH {
    height: 250px;
}.education_experience_ANv .name {
    font-size: 21px;
}.education_experience_ANv .success_reviews_ZnR span:not(.name) {
    font-size: 16px;
    margin-top: 3rem;
    padding: 0.6rem 1rem;
}.education_experience_ANv .employee_details_gBi {
    padding: 1.5rem;
    line-height: 1.6;
    font-size: calc(16px * 0.9);
}}.client_testimonials_JVw {
    overflow: hidden;
    padding: 7rem 0;
    background: linear-gradient(145deg, rgb(233,228,225) 0%, rgba(0, 0, 0, 0.5) 100%);
    perspective: 1200px;
    position: relative;
}.client_testimonials_JVw::before {
    position: absolute;
    content: "";
    background: radial-gradient(ellipse at 30% 20%, rgb(208,196,191,0.5) 0%, transparent 60%);
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.6;
    width: 100%;
}.client_testimonials_JVw .container {
    position: relative;
    z-index: 2;
}.client_testimonials_JVw h2 {
    left: 50%;
    font-weight: 700;
    color: #000000;
    text-align: center;
    transform: translateX(-50%);
    font-size: 29px;
    display: inline-block;
    position: relative;
    margin-bottom: 3rem;
}.client_testimonials_JVw h2::after {
    position: absolute;
    transform: perspective(500px) rotateX(45deg);
    background: rgb(208,196,191);
    bottom: -15px;
    width: 60%;
    box-shadow: 0 5px 15px rgb(208,196,191,0.5);
    height: 4px;
    left: 20%;
    content: "";
}.client_testimonials_JVw .learner_stories_gUG {
    margin: 0 -1rem;
    gap: 3rem;
    transform-style: preserve-3d;
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding: 3rem 1rem;
}.client_testimonials_JVw .learner_stories_gUG::-webkit-scrollbar {
    height: 8px;
}.client_testimonials_JVw .learner_stories_gUG::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}.client_testimonials_JVw .learner_stories_gUG::-webkit-scrollbar-thumb {
    background: rgb(208,196,191);
    border-radius: 10px;
}.client_testimonials_JVw .success_reviews_ZnR {
    background: #ffffff;
    flex: 0 0 300px;
    scroll-snap-align: center;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: -10px 10px 30px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateY(5deg) translateZ(0);
    position: relative;
    border-radius: 30px;
    transform-origin: center center;
    padding: 2rem;
}.client_testimonials_JVw .success_reviews_ZnR::before {
    left: 0;
    position: absolute;
    transition: all 0.3s ease;
    top: 0;
    background: linear-gradient(135deg, rgb(208,196,191,0.5) 0%, transparent 80%);
    height: 100%;
    width: 100%;
    content: "";
    opacity: 0.3;
    border-radius: 30px;
}.client_testimonials_JVw .success_reviews_ZnR:nth-child(odd) {
    transform: perspective(1000px) rotateY(-5deg) translateZ(10px);
}.client_testimonials_JVw .success_reviews_ZnR:nth-child(3n+1) {
    transform: perspective(1000px) rotateY(8deg) translateZ(20px);
}.client_testimonials_JVw .success_reviews_ZnR:hover {
    z-index: 10;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    transform: perspective(1000px) rotateY(0) translateZ(50px) scale(1.05);
}.client_testimonials_JVw .success_reviews_ZnR:hover::before {
    opacity: 0;
}.client_testimonials_JVw .success_reviews_ZnR img {
    transition: all 0.4s ease;
    width: 80px;
    border: 3px solid #ffffff;
    transform: translateX(-1rem);
    margin-bottom: 1rem;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    object-fit: cover;
    height: 80px;
    border-radius: 50%;
}.client_testimonials_JVw .success_reviews_ZnR:hover img {
    box-shadow: 0 15px 25px rgb(208,196,191,0.5);
    transform: translateX(0) translateY(-10px);
}.client_testimonials_JVw .success_reviews_ZnR p {
    margin: 0.5rem 0;
    color: #000000;
    font-size: calc(13px + 0.1rem);
    font-weight: 600;
    transition: all 0.3s ease;
}.client_testimonials_JVw .success_reviews_ZnR .description {
    color: #000000;
    border-left: 3px solid rgb(173,158,152,0.5);
    transition: all 0.3s ease;
    position: relative;
    padding-left: 1.5rem;
    font-weight: 400;
    font-size: 13px;
    margin-top: 1rem;
    line-height: 1.6;
}.client_testimonials_JVw .success_reviews_ZnR:hover .description {
    padding-left: 1rem;
    border-left-color: rgb(208,196,191);
}

@media (min-width: 768px) {.client_testimonials_JVw .learner_stories_gUG {
    padding-bottom: 2rem;
}.client_testimonials_JVw .learner_stories_gUG::after {
    flex: 0 0 1rem;
    content: "";
}
}

@media (max-width: 767px) {.client_testimonials_JVw {
    padding: 5rem 0;
}.client_testimonials_JVw h2 {
    margin-bottom: 2.5rem;
    font-size: calc(29px - 0.2rem);
}.client_testimonials_JVw .learner_stories_gUG {
    gap: 1.5rem;
}.client_testimonials_JVw .success_reviews_ZnR {
    transform: perspective(800px) rotateY(3deg) !important;
    padding: 1.5rem;
    flex: 0 0 250px;
}.client_testimonials_JVw .success_reviews_ZnR:hover {
    transform: perspective(800px) rotateY(0) translateZ(20px) scale(1.03) !important;
}.client_testimonials_JVw .success_reviews_ZnR img {
    width: 60px;
    height: 60px;
}}footer {
    position: relative;
    width: 100%;
}footer .grant_cta_dUW {
    position: relative;
    background-color: #2c3e50;
    color: #ffffff;
    font-family: Arial, sans-serif;
    padding: 100px 0 30px;
}footer .grant_cta_dUW::before {
    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);
    content: "";
    width: 100%;
    position: absolute;
    opacity: 0.1;
    top: 0;
    left: 0;
    height: 100%;
    background-size: 60px 60px;
}footer .debate_club_kaf {
    z-index: 1;
    position: relative;
}footer .help_request_iQy {
    position: relative;
    gap: 15px;
    display: grid;
    margin: -70px auto 60px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}footer .info_item {
    background-color: #ffffff;
    overflow: hidden;
    position: relative;
    height: 100px;
    border-radius: 10px;
    display: flex;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    align-items: center;
    padding: 0 20px;
}footer .info_item:nth-child(even) {
    transform: translateY(30px);
}footer .info_item::before {
    transition: height 0.3s ease, top 0.3s ease;
    width: 6px;
    content: "";
    top: 25%;
    height: 50%;
    left: 0;
    background-color: rgb(208,196,191);
    position: absolute;
}footer .info_item:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(0);
}footer .info_item:hover::before {
    top: 0;
    height: 100%;
}footer .info_item svg {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    margin-right: 15px;
    fill: rgb(208,196,191);
    z-index: 1;
    position: relative;
}footer .info_item p,
footer .info_item a {
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease;
    color: #2c3e50;
    z-index: 1;
    font-size: 14px;
}footer .info_item a:hover {
    color: rgb(208,196,191);
}footer .text_main_holder {
    grid-template-columns: 1fr;
    gap: 30px;
    position: relative;
    display: grid;
}footer .header_lead_igh, footer .subscribe_holder {
    border-radius: 25px;
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    position: relative;
}footer .header_lead_igh:hover, footer .subscribe_holder:hover {
    background-color: rgba(255, 255, 255, 0.08);
}footer .top_pagewrap_Hgc {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}footer .header_lead_igh svg {
    filter: brightness(0) invert(1);
    width: auto;
    margin-bottom: 20px;
    height: 45px;
}footer .conduct_code_XZO {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
}footer .top_pagewrap_Hgc h5 {
    font-size: 23px;
    margin-bottom: 20px;
    color: #ffffff;
    grid-column: 1 / -1;
    padding-bottom: 10px;
    position: relative;
    font-weight: 600;
}footer .top_pagewrap_Hgc h5::after {
    bottom: 0;
    left: 0;
    height: 2px;
    width: 50px;
    background-color: rgb(208,196,191);
    content: "";
    position: absolute;
}footer .nav_mainbar_ckm {
    transition: all 0.3s ease;
    border-radius: 25px;
    background-color: rgba(255, 255, 255, 0.05);
    padding: 20px;
    height: 100%;
}footer .nav_mainbar_ckm:hover {
    background-color: rgba(255, 255, 255, 0.08);
    transform: translateY(-5px);
}footer .nav_mainbar_ckm a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    position: relative;
    padding: 8px 0;
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    font-size: 14px;
    display: block;
}footer .nav_mainbar_ckm a:last-child {
    border-bottom: none;
}footer .nav_mainbar_ckm a::before {
    right: 0;
    position: absolute;
    content: "→";
    transform: translateX(-10px);
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
}footer .nav_mainbar_ckm a:hover {
    color: #ffffff;
    padding-left: 5px;
}footer .nav_mainbar_ckm a:hover::before {
    transform: translateX(0);
    opacity: 1;
}footer .subscribe_holder h5 {
    position: relative;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 15px;
    font-size: 23px;
    padding-bottom: 10px;
}footer .subscribe_holder h5::after {
    position: absolute;
    width: 50px;
    height: 2px;
    background-color: rgb(208,196,191);
    left: 0;
    bottom: 0;
    content: "";
}footer .subscribe_holder p {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    margin-bottom: 25px;
    font-size: 14px;
}footer .input_holder {
    display: flex;
    flex-direction: column;
    gap: 15px;
}footer .input_holder input[type="email"] {
    font-size: 14px;
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    border-radius: 10px;
    padding: 15px;
    color: #ffffff;
}footer .input_holder input[type="email"]:focus {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgb(208,196,191);
    outline: none;
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .sub_form_tSn {
    color: #ffffff;
    cursor: pointer;
    font-weight: 600;
    background-color: rgb(208,196,191);
    transition: all 0.3s ease;
    padding: 15px;
    border-radius: 10px;
    font-size: 16px;
    border: none;
}footer .sub_form_tSn:hover {
    background-color: rgb(173,158,152);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}footer .news_feed_YMf {
    margin-top: 50px;
    position: relative;
    text-align: center;
}footer .eng_center_wbt {
    display: inline-block;
    color: rgba(255, 255, 255, 0.6);
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 30px;
    font-size: 13px;
    padding: 8px 20px;
}

@media (min-width: 768px) {footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 2fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .sub_form_tSn {
    white-space: nowrap;
}
}

@media (max-width: 991px) {footer .info_item:nth-child(even) {
    transform: translateY(15px);
}footer .top_pagewrap_Hgc {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
}

@media (max-width: 767px) {footer .grant_cta_dUW {
    padding: 70px 0 30px;
}footer .help_request_iQy {
    margin-bottom: 40px;
    margin-top: 0;
}footer .info_item {
    padding: 15px 20px;
    height: auto;
}footer .info_item:nth-child(even) {
    transform: none;
}footer .header_lead_igh, footer .subscribe_holder {
    padding: 25px 20px;
}footer .top_pagewrap_Hgc h5, footer .subscribe_holder h5 {
    margin-bottom: 15px;
}footer .news_feed_YMf {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .grant_cta_dUW {
    padding: 50px 0 20px;
}footer .nav_mainbar_ckm {
    padding: 15px;
}footer .top_pagewrap_Hgc h5, footer .subscribe_holder h5 {
    font-size: calc(23px - 2px);
}footer .input_holder input[type="email"],
    footer .sub_form_tSn {
    padding: 12px;
}}.appContent_mEd {
    overflow: hidden;
    align-items: center;
    background: linear-gradient(135deg, rgb(233,228,225) 0%, #ffffff 100%);
    min-height: 100vh;
    display: flex;
    position: relative;
    perspective: 1000px;
    justify-content: center;
}.appContent_mEd::before {
    pointer-events: none;
    height: 120%;
    top: -10%;
    transform: rotate(-5deg) skewX(5deg);
    z-index: 0;
    left: -5%;
    background: 
        linear-gradient(120deg, rgb(208,196,191,0.5) 0%, transparent 40%),
        linear-gradient(-120deg, rgb(173,158,152,0.5) 0%, transparent 40%);
    content: "";
    width: 120%;
    position: absolute;
}.appContent_mEd::after {
    width: 60%;
    z-index: 0;
    transform: rotate(15deg);
    height: 60%;
    right: -20%;
    opacity: 0.2;
    bottom: -20%;
    content: "";
    position: absolute;
    filter: blur(80px);
    background: linear-gradient(135deg, rgb(208,196,191,0.5) 0%, rgb(173,158,152,0.5) 100%);
}.appContent_mEd .container {
    position: relative;
    transform-style: preserve-3d;
    z-index: 2;
    width: 90%;
    animation: container-entry 1.2s cubic-bezier(0.215, 0.610, 0.355, 1.000) forwards;
    max-width: 1200px;
}.appContent_mEd .study_pro_GPS {
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(0, 0, 0, 0.02);
    background-color: #ffffff;
    transition: transform 0.5s ease;
    padding: calc(2rem + 3vw);
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 30px), 
        calc(100% - 30px) 100%, 
        0 100%
    );
    position: relative;
    transform-style: preserve-3d;
    transform: translateZ(0) rotateX(2deg);
}.appContent_mEd .study_pro_GPS::before {
    position: absolute;
    transform: translateZ(-10px);
    bottom: 20px;
    right: 20px;
    content: "";
    left: 20px;
    opacity: 0.4;
    top: 20px;
    pointer-events: none;
    border: 1px solid rgb(208,196,191,0.5);
}.appContent_mEd .study_pro_GPS:hover {
    transform: translateZ(10px) rotateX(0deg);
}.appContent_mEd .study_pro_GPS > div:first-child {
    margin-bottom: 2rem;
    position: relative;
    transform: translateZ(20px);
}.appContent_mEd .study_pro_GPS > div:first-child::after {
    background: linear-gradient(90deg, rgb(208,196,191) 0%, rgb(173,158,152) 100%);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    content: "";
    transform: scaleX(1);
    transform-origin: left center;
    width: 80px;
    height: 4px;
    left: 0;
    bottom: -10px;
    position: absolute;
}.appContent_mEd .study_pro_GPS:hover > div:first-child::after {
    transform: scaleX(1.5);
}.appContent_mEd h5 {
    color: #000000;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    line-height: 1.4;
    transform: translateZ(30px);
    font-size: 24px;
    transition: transform 0.5s ease;
    margin: 0;
    position: relative;
    font-weight: 700;
}.appContent_mEd .study_pro_GPS:hover h5 {
    transform: translateZ(40px);
}.appContent_mEd .study_pro_GPS > div:last-child {
    position: relative;
    transform: translateZ(10px);
    transition: transform 0.5s ease;
}.appContent_mEd .study_pro_GPS:hover > div:last-child {
    transform: translateZ(20px);
}.appContent_mEd p {
    color: #000000;
    line-height: 1.8;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    transform: translateZ(0);
    transition: color 0.3s ease, transform 0.5s ease;
    position: relative;
}.appContent_mEd a {
    position: relative;
    text-decoration: none;
    overflow: hidden;
    transition: transform 0.3s ease;
    display: block;
}.appContent_mEd a::before {
    content: "";
    width: 100%;
    left: 0;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    bottom: 0;
    opacity: 0;
    background: linear-gradient(135deg, 
        transparent 0%, 
        transparent 95%, 
        rgb(208,196,191,0.5) 95%, 
        rgb(208,196,191,0.5) 100%
    );
    position: absolute;
    z-index: -1;
    height: 100%;
}.appContent_mEd a:hover::before {
    transform: translateY(0);
    opacity: 0.2;
}.appContent_mEd a:hover p {
    color: rgb(208,196,191);
    transform: translateZ(5px);
}

@keyframes container-entry {
    0% {
        opacity: 0;
        transform: translateY(40px) translateZ(-100px) rotateX(10deg);
    }
    100% {
        opacity: 1;
        transform: translateY(0) translateZ(0) rotateX(0);
    }
}

@media (max-width: 991px) {.appContent_mEd {
    padding: 4rem 0;
}.appContent_mEd .study_pro_GPS {
    padding: calc(1.5rem + 2vw);
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 20px), 
            calc(100% - 20px) 100%, 
            0 100%
        );
    transform: translateZ(0) rotateX(1deg);
}.appContent_mEd h5 {
    font-size: calc(24px * 0.9);
    line-height: 1.5;
}.appContent_mEd p {
    line-height: 1.7;
    font-size: calc(16px * 0.95);
}
}

@media (max-width: 767px) {.appContent_mEd {
    min-height: auto;
}.appContent_mEd .container {
    width: 95%;
}.appContent_mEd .study_pro_GPS {
    padding: 1.5rem;
    transform: none;
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 15px), 
            calc(100% - 15px) 100%, 
            0 100%
        );
}.appContent_mEd .study_pro_GPS::before {
    left: 10px;
    bottom: 10px;
    right: 10px;
    top: 10px;
}.appContent_mEd .study_pro_GPS > div:first-child::after {
    height: 3px;
    width: 60px;
}.appContent_mEd h5 {
    transform: none;
    font-size: calc(24px * 0.85);
}.appContent_mEd p {
    line-height: 1.6;
    font-size: calc(16px * 0.9);
}.appContent_mEd .study_pro_GPS:hover h5,
    .appContent_mEd .study_pro_GPS:hover > div:last-child,
    .appContent_mEd .study_pro_GPS:hover {
    transform: none;
}
}

@media (max-width: 480px) {.appContent_mEd {
    padding: 3rem 0;
}.appContent_mEd .study_pro_GPS {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 10px), 
            calc(100% - 10px) 100%, 
            0 100%
        );
    padding: 1.25rem;
    box-shadow: 
            0 10px 25px rgba(0, 0, 0, 0.08),
            0 3px 10px rgba(0, 0, 0, 0.04),
            0 0 0 1px rgba(0, 0, 0, 0.02);
}.appContent_mEd h5 {
    font-size: calc(24px * 0.8);
    line-height: 1.4;
}.appContent_mEd p {
    line-height: 1.5;
    font-size: calc(16px * 0.85);
}.appContent_mEd .study_pro_GPS > div:first-child {
    margin-bottom: 1.5rem;
}.appContent_mEd .study_pro_GPS > div:first-child::after {
    bottom: -8px;
    height: 3px;
    width: 50px;
}}.price_package_vpY {
    position: relative;
    padding: 6rem 0;
    background: linear-gradient(145deg, rgb(233,228,225), #ffffff);
    overflow: hidden;
}.price_package_vpY::before {
    height: 100%;
    top: 0;
    content: "";
    z-index: 1;
    width: 100%;
    background: linear-gradient(120deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0) 70%);
    position: absolute;
    left: 0;
}.price_package_vpY .container {
    z-index: 2;
    margin: 0 auto;
    max-width: 1320px;
    padding: 0 15px;
    position: relative;
}.price_package_vpY .study_rates_aAs {
    gap: 3rem;
    display: grid;
    grid-template-columns: 1fr;
}.price_package_vpY .skill_plans_PTp {
    text-align: center;
    transform: translateY(20px);
    animation: fadeInUp 0.8s forwards 0.2s;
    opacity: 0;
    padding: 2rem;
    box-shadow: 0 15px 35px rgba(0,0,0,0.05);
    order: 1;
    background: linear-gradient(145deg, #ffffff, rgb(255, 255, 255, 0.5));
}.price_package_vpY .skill_plans_PTp h2 {
    color: rgb(208,196,191);
    display: inline-block;
    margin-bottom: 1.5rem;
    position: relative;
    font-weight: 700;
    font-size: 34px;
}.price_package_vpY .skill_plans_PTp h2::after {
    content: "";
    transform: translateX(-50%);
    bottom: -10px;
    background: linear-gradient(90deg, transparent, rgb(208,196,191), transparent);
    position: absolute;
    left: 50%;
    height: 3px;
    width: 60%;
}.price_package_vpY .skill_plans_PTp .learn_price_chf {
    color: #000000;
    font-weight: 400;
    max-width: 80%;
    font-size: 18px;
    line-height: 1.6;
    margin: 0 auto;
}.price_package_vpY .indv_cost_liP {
    order: 2;
    grid-template-columns: 1fr;
    gap: 2rem;
    display: grid;
}.price_package_vpY .package_deals_DlL {
    opacity: 0;
    animation-delay: calc(0.1s * var(--i, 1));
    transition: transform 0.4s cubic-bezier(0.2, 0.85, 0.4, 1.275);
    display: block;
    animation: fadeInUp 0.8s forwards;
    text-decoration: none;
    transform: translateY(30px);
    will-change: transform, opacity;
}.price_package_vpY .package_deals_DlL:nth-child(1) {
    --i: 1;
}.price_package_vpY .package_deals_DlL:nth-child(2) {
    --i: 2;
}.price_package_vpY .package_deals_DlL:nth-child(3) {
    --i: 3;
}.price_package_vpY .package_deals_DlL:nth-child(4) {
    --i: 4;
}.price_package_vpY .package_deals_DlL:hover {
    transform: translateY(-5px) scale(1.02);
}.price_package_vpY .study_offers_Hsn {
    box-shadow: 0 10px 30px rgba(0,0,0,0.07);
    flex-direction: column;
    overflow: hidden;
    height: 100%;
    position: relative;
    display: flex;
    background: #ffffff;
    transition: all 0.4s ease;
}.price_package_vpY .package_deals_DlL:hover .study_offers_Hsn {
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}.price_package_vpY .program_rate_uxt {
    display: flex;
    z-index: 1;
    padding: 2.5rem 2rem;
    flex-grow: 1;
    flex-direction: column;
    position: relative;
}.price_package_vpY .program_rate_uxt::before {
    opacity: 0;
    width: 120px;
    top: 0;
    height: 120px;
    transition: opacity 0.4s ease, transform 0.4s ease;
    z-index: -1;
    transform: translate(30px, -30px);
    background: linear-gradient(135deg, transparent 50%, rgb(208,196,191,0.5) 50%);
    right: 0;
    position: absolute;
    content: "";
}.price_package_vpY .package_deals_DlL:hover .program_rate_uxt::before {
    transform: translate(0, 0);
    opacity: 0.7;
}.price_package_vpY .package_deals_DlL h3 {
    margin-bottom: 1rem;
    font-weight: 700;
    transition: color 0.3s ease;
    color: #000000;
    position: relative;
    font-size: calc(20px + 0.2rem);
}.price_package_vpY .package_deals_DlL:hover h3 {
    color: rgb(208,196,191);
}.price_package_vpY .pricing_offers_Ghc {
    position: relative;
    display: inline-block;
    margin-bottom: 1.5rem;
    color: rgb(208,196,191);
    font-size: calc(19px + 0.8rem);
    font-weight: 700;
}.price_package_vpY .pricing_offers_Ghc::before {
    width: 40px;
    position: absolute;
    height: 3px;
    transition: width 0.3s ease;
    background: rgb(173,158,152);
    bottom: -5px;
    content: "";
    left: 0;
}.price_package_vpY .package_deals_DlL:hover .pricing_offers_Ghc::before {
    width: 80px;
}.price_package_vpY .package_deals_DlL p {
    font-size: 18px;
    line-height: 1.6;
    -ms-word-break: break-all;
    overflow-wrap: break-word;
    color: #000000;
    word-break: break-word;
    margin-bottom: 0;
    word-wrap: break-word;
}.price_package_vpY .img_item_qdH {
    overflow: hidden;
    height: 200px;
    transition: transform 0.5s ease;
    position: relative;
}.price_package_vpY .img_item_qdH::after {
    content: "";
    position: absolute;
    background: linear-gradient(to top, rgba(0,0,0,0.2), transparent);
    inset: 0;
}.price_package_vpY .package_deals_DlL:hover .img_item_qdH {
    transform: scale(1.05);
}

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

@media (min-width: 768px) {.price_package_vpY .indv_cost_liP {
    grid-template-columns: repeat(2, 1fr);
}.price_package_vpY .skill_plans_PTp {
    padding: 3rem;
}.price_package_vpY .program_rate_uxt {
    padding: 2.8rem 2.2rem;
}
}

@media (min-width: 992px) {.price_package_vpY .study_rates_aAs {
    gap: 2rem;
    grid-template-columns: 2fr 1fr;
}.price_package_vpY .skill_plans_PTp {
    display: flex;
    justify-content: center;
    text-align: left;
    padding: 4rem 3rem;
    flex-direction: column;
    height: 100%;
    order: 2;
}.price_package_vpY .skill_plans_PTp h2::after {
    left: 0;
    background: linear-gradient(90deg, rgb(208,196,191), transparent);
    width: 100px;
    transform: none;
}.price_package_vpY .skill_plans_PTp .learn_price_chf {
    max-width: 100%;
    margin: 0;
}.price_package_vpY .indv_cost_liP {
    order: 1;
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 1200px) {.price_package_vpY .indv_cost_liP {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
}.price_package_vpY .program_rate_uxt {
    padding: 3rem 2.5rem;
}.price_package_vpY .skill_plans_PTp h2 {
    font-size: calc(34px + 0.3rem);
}
}

@media (max-width: 767px) {.price_package_vpY {
    padding: 4rem 0;
}.price_package_vpY .skill_plans_PTp h2 {
    font-size: calc(34px - 0.2rem);
}.price_package_vpY .skill_plans_PTp .learn_price_chf {
    font-size: calc(18px - 0.1rem);
    max-width: 100%;
}.price_package_vpY .package_deals_DlL h3 {
    font-size: 20px;
}.price_package_vpY .pricing_offers_Ghc {
    font-size: calc(19px + 0.5rem);
}.price_package_vpY .img_item_qdH {
    height: 160px;
}}.check_it_out_now_OIU {
    padding: 120px 0;
    position: relative;
    background: rgb(233,228,225);
    overflow: hidden;
}.check_it_out_now_OIU::before {
    width: 100%;
    content: '';
    left: 0;
    position: absolute;
    z-index: 1;
    background: linear-gradient(135deg, rgb(208,196,191,0.5) 0%, transparent 50%, rgb(173,158,152,0.5) 100%);
    height: 100%;
    top: 0;
    opacity: 0.15;
}.check_it_out_now_OIU::after {
    content: '';
    position: absolute;
    background: repeating-linear-gradient(45deg, #000000, #000000 10px, rgba(0, 0, 0, 0.5) 10px, rgba(0, 0, 0, 0.5) 20px);
    left: -50%;
    opacity: 0.05;
    top: -50%;
    width: 200%;
    z-index: 1;
    height: 200%;
    animation: rotate-bg 120s linear infinite;
}.check_it_out_now_OIU .study_pro_GPS {
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    z-index: 10;
    justify-content: space-between;
    display: flex;
    align-items: center;
    padding: 60px;
    -webkit-backdrop-filter: blur(10px);
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1));
    border-radius: 12px;
    flex-direction: row-reverse;
}.check_it_out_now_OIU .container p {
    width: 60%;
    margin: 0;
    font-weight: 700;
    z-index: 5;
    color: #ffffff;
    line-height: 1.4;
    font-size: 35px;
    text-shadow: 0 0 10px rgba(rgb(208,196,191,0.5), 0.5);
}.check_it_out_now_OIU .query_form_KTN {
    width: 200px;
    border-radius: 50%;
    align-items: center;
    overflow: hidden;
    font-size: 15px;
    height: 200px;
    padding: 0;
    position: relative;
    background: transparent;
    z-index: 5;
    isolation: isolate;
    display: flex;
    font-weight: 700;
    text-decoration: none;
    justify-content: center;
    color: #ffffff;
}.check_it_out_now_OIU .query_form_KTN::before {
    z-index: -2;
    inset: 0;
    border-radius: 50%;
    background: conic-gradient(
        rgb(208,196,191),
        rgb(173,158,152),
        rgb(208,196,191)
    );
    animation: rotate-border 8s linear infinite;
    content: '';
    position: absolute;
}.check_it_out_now_OIU .query_form_KTN::after {
    background: rgb(173,158,152);
    position: absolute;
    inset: 3px;
    z-index: -1;
    content: '';
    border-radius: 50%;
}.check_it_out_now_OIU .query_form_KTN:hover {
    transform: scale(1.05);
}.check_it_out_now_OIU .query_form_KTN:hover::after {
    background: linear-gradient(135deg, rgb(173,158,152) 0%, rgba(0, 0, 0, 0.5) 100%);
}

@keyframes rotate-bg {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotate-border {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 991px) {.check_it_out_now_OIU {
    padding: 90px 0;
}.check_it_out_now_OIU .study_pro_GPS {
    padding: 40px;
}.check_it_out_now_OIU .container p {
    font-size: calc(18px * 1.2);
}.check_it_out_now_OIU .query_form_KTN {
    width: 160px;
    height: 160px;
}
}

@media (max-width: 767px) {.check_it_out_now_OIU {
    padding: 70px 0;
}.check_it_out_now_OIU .study_pro_GPS {
    flex-direction: column;
    gap: 40px;
    padding: 30px;
}.check_it_out_now_OIU .container p {
    font-size: 18px;
    width: 100%;
    text-align: center;
}.check_it_out_now_OIU .query_form_KTN {
    height: 140px;
    width: 140px;
}
}

@media (max-width: 480px) {.check_it_out_now_OIU {
    padding: 50px 0;
}.check_it_out_now_OIU .study_pro_GPS {
    padding: 25px 20px;
}.check_it_out_now_OIU .container p {
    font-size: calc(18px * 1.2);
}.check_it_out_now_OIU .query_form_KTN {
    height: 120px;
    width: 120px;
    font-size: calc(15px * 0.9);
}}.meet_us_LmH {
    position: relative;
    padding: 120px 0 80px;
    color: #ffffff;
    overflow: hidden;
}.meet_us_LmH::before {
    position: absolute;
    z-index: 1;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(135deg, rgb(208,196,191,0.5), rgba(0, 0, 0, 0.5) 80%);
    top: 0;
}.meet_us_LmH::after {
    position: absolute;
    z-index: 2;
    top: -10%;
    opacity: 0.6;
    content: "";
    animation: float 15s ease-in-out infinite;
    height: 70%;
    width: 50%;
    background: radial-gradient(circle at center, rgb(173,158,152,0.5) 0%, transparent 70%);
    right: -10%;
}.meet_us_LmH h4 {
    text-align: center;
    animation: fadeInDown 0.8s ease-out;
    position: relative;
    font-size: calc(31px * 1.2);
    font-weight: 700;
    margin-bottom: 30px;
    letter-spacing: 2px;
    text-transform: uppercase;
    transform: translateY(0);
    z-index: 5;
    opacity: 1;
    color: #ffffff;
}.meet_us_LmH h4::after {
    background: linear-gradient(90deg, transparent, rgb(173,158,152), transparent);
    height: 3px;
    bottom: -15px;
    transform: translateX(-50%);
    content: "";
    width: 80px;
    left: 50%;
    position: absolute;
}.meet_us_LmH .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 5;
    padding: 0 20px;
    position: relative;
}.meet_us_LmH .statement_holder_zqU {
    transform: perspective(1000px) rotateY(-2deg);
    border-left: 3px solid rgb(173,158,152);
    background: linear-gradient(145deg, rgba(255,255,255,0.1), rgba(255,255,255,0.05));
    position: relative;
    padding: 40px;
    animation: slideInUp 1s ease-out;
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    transition: transform 0.5s ease-out;
    -webkit-backdrop-filter: blur(10px);
}.meet_us_LmH .statement_holder_zqU:hover {
    transform: perspective(1000px) rotateY(0);
}.meet_us_LmH .statement_holder_zqU::before {
    height: 70px;
    top: 20px;
    opacity: 0.6;
    position: absolute;
    border-top: 2px solid rgb(173,158,152,0.5);
    border-right: 2px solid rgb(173,158,152,0.5);
    content: "";
    width: 70px;
    right: 20px;
}.meet_us_LmH .statement_holder_zqU::after {
    border-left: 2px solid rgb(173,158,152,0.5);
    width: 70px;
    left: 20px;
    border-bottom: 2px solid rgb(173,158,152,0.5);
    content: "";
    height: 70px;
    opacity: 0.6;
    position: absolute;
    bottom: 20px;
}.meet_us_LmH h6 {
    padding-right: 15px;
    margin-bottom: 25px;
    font-size: calc(22px * 1.2);
    display: inline-block;
    animation: fadeInLeft 0.8s ease-out 0.3s backwards;
    font-weight: 700;
    color: rgb(173,158,152);
    position: relative;
}.meet_us_LmH h6::after {
    width: 40px;
    transform-origin: left;
    transform: scaleX(0);
    background-color: rgb(173,158,152);
    bottom: -8px;
    height: 2px;
    position: absolute;
    content: "";
    left: 0;
    animation: growLine 0.6s 1s forwards;
}.meet_us_LmH .statement_holder_zqU div {
    padding-right: 10px;
    overflow-y: auto;
    position: relative;
    max-height: 380px;
    margin-bottom: 20px;
}.meet_us_LmH .statement_holder_zqU div::-webkit-scrollbar {
    width: 4px;
}.meet_us_LmH .statement_holder_zqU div::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(255,255,255,0.1);
}.meet_us_LmH .statement_holder_zqU div::-webkit-scrollbar-thumb {
    background: rgb(173,158,152,0.5);
    border-radius: 10px;
}.meet_us_LmH .statement_holder_zqU span {
    line-height: 1.8;
    animation: fadeIn 1s ease-out 0.6s backwards;
    color: #ffffff;
    opacity: 0.9;
    font-size: 12px;
    text-align: justify;
    display: block;
}

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

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

@keyframes slideInUp {
    from {
        transform: perspective(1000px) rotateY(-2deg) translateY(50px);
        opacity: 0;
    }
    to {
        transform: perspective(1000px) rotateY(-2deg) translateY(0);
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 0.9;
    }
}

@keyframes growLine {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}

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

@media screen and (min-width: 992px) {.meet_us_LmH {
    padding: 150px 0 100px;
}.meet_us_LmH h4 {
    font-size: calc(39px * 0.8);
    margin-bottom: 50px;
}.meet_us_LmH .statement_holder_zqU {
    margin: 0 auto;
    max-width: 90%;
    padding: 60px;
}.meet_us_LmH h6 {
    font-size: 22px;
    margin-bottom: 30px;
}.meet_us_LmH .statement_holder_zqU div {
    max-height: 450px;
}.meet_us_LmH .statement_holder_zqU span {
    font-size: calc(12px * 1.1);
    line-height: 2;
}
}

@media screen and (max-width: 991px) {.meet_us_LmH {
    padding: 100px 0 70px;
}.meet_us_LmH .statement_holder_zqU {
    transform: perspective(800px) rotateY(-1deg);
}
}

@media screen and (max-width: 767px) {.meet_us_LmH {
    padding: 80px 0 60px;
}.meet_us_LmH h4 {
    font-size: calc(31px * 0.9);
    margin-bottom: 25px;
}.meet_us_LmH .statement_holder_zqU {
    padding: 30px 20px;
    transform: none;
}.meet_us_LmH h6 {
    font-size: calc(22px * 1.1);
    margin-bottom: 20px;
}.meet_us_LmH .statement_holder_zqU::before,
    .meet_us_LmH .statement_holder_zqU::after {
    height: 50px;
    width: 50px;
}.meet_us_LmH .statement_holder_zqU div {
    max-height: 300px;
}.meet_us_LmH .statement_holder_zqU span {
    line-height: 1.7;
    font-size: calc(12px * 0.95);
}
}

@media screen and (max-width: 480px) {.meet_us_LmH {
    padding: 60px 0 40px;
}.meet_us_LmH h4 {
    font-size: 31px;
}.meet_us_LmH .statement_holder_zqU {
    padding: 25px 15px;
}.meet_us_LmH h6 {
    font-size: 22px;
}.meet_us_LmH .statement_holder_zqU::before,
    .meet_us_LmH .statement_holder_zqU::after {
    width: 40px;
    height: 40px;
}.meet_us_LmH .statement_holder_zqU div {
    max-height: 250px;
}.meet_us_LmH .statement_holder_zqU span {
    font-size: 12px;
    line-height: 1.6;
}}.program_details_icv {
    padding: 6rem 0;
    background: linear-gradient(145deg, rgb(233,228,225) 0%, rgb(208,196,191,0.5) 100%);
    overflow: hidden;
    position: relative;
}.program_details_icv::before {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    opacity: 0.04;
    height: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgb(208,196,191,0.5),
        rgb(208,196,191,0.5) 2px,
        transparent 2px,
        transparent 12px
    );
    content: "";
}.program_details_icv .container {
    z-index: 2;
    position: relative;
}.program_details_icv .program_plan_HjC {
    position: relative;
    grid-template-columns: 1fr;
    gap: 0;
    display: grid;
}.program_details_icv .statement_holder_zqU {
    background: #ffffff;
    transition: transform 0.4s ease;
    border-radius: 28px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    position: relative;
    padding: 2.5rem;
    transform: translateY(0);
    z-index: 3;
}.program_details_icv .statement_holder_zqU:hover {
    transform: translateY(-10px);
}.program_details_icv .statement_holder_zqU::before {
    z-index: -1;
    content: "";
    height: 8rem;
    width: 8rem;
    background: rgb(173,158,152,0.5);
    opacity: 0.6;
    right: 3rem;
    position: absolute;
    border-radius: 50%;
    top: -4rem;
}.program_details_icv .statement_holder_zqU h2 {
    animation: fadeInUp 0.8s ease forwards;
    color: rgb(208,196,191);
    position: relative;
    font-size: 30px;
    display: inline-block;
    margin-bottom: 2rem;
    font-weight: 700;
}@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.program_details_icv .statement_holder_zqU h2::after {
    left: 0;
    background: rgb(173,158,152);
    bottom: -10px;
    height: 4px;
    border-radius: 10px;
    width: 3rem;
    content: "";
    position: absolute;
    transition: width 0.4s ease;
}.program_details_icv .statement_holder_zqU:hover h2::after {
    width: 100%;
}.program_details_icv .statement_holder_zqU .description {
    margin-bottom: 1.2rem;
    opacity: 0;
    animation-delay: 0.2s;
    font-size: 12px;
    line-height: 1.7;
    color: #000000;
    animation: fadeInUp 0.8s ease forwards;
    padding-left: 1rem;
    position: relative;
}.program_details_icv .statement_holder_zqU .description:last-of-type {
    margin-bottom: 0;
    animation-delay: 0.4s;
    font-weight: 600;
}.program_details_icv .statement_holder_zqU .description::before {
    content: "";
    width: 4px;
    left: 0;
    height: 4px;
    background: rgb(173,158,152);
    top: 0.5rem;
    position: absolute;
    border-radius: 50%;
}.program_details_icv .img_item_qdH {
    transform: perspective(1000px) rotateX(5deg) rotateY(-5deg);
    border-radius: 0;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    height: 320px;
    z-index: 2;
    position: relative;
    clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
    transition: transform 0.5s ease;
    margin-top: -2rem;
}.program_details_icv .img_item_qdH:hover {
    transform: perspective(1000px) rotateX(0) rotateY(0);
}.program_details_icv .img_item_qdH::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    background: linear-gradient(
        to bottom right,
        rgb(208,196,191,0.5) 0%,
        transparent 40%
    );
}

@media (min-width: 768px) {.program_details_icv .program_plan_HjC {
    grid-template-columns: 1.2fr 0.8fr;
    gap: 2rem;
}.program_details_icv .statement_holder_zqU {
    grid-column: 1 / 2;
    margin-right: -4rem;
    align-self: center;
}.program_details_icv .img_item_qdH {
    height: 400px;
    transform: perspective(1000px) rotateX(8deg) rotateY(-8deg);
    margin-top: 0;
    grid-column: 2 / 3;
}.program_details_icv .img_item_qdH::before {
    width: 60%;
    filter: blur(15px);
    position: absolute;
    height: 20px;
    content: "";
    background: rgb(173,158,152);
    opacity: 0.4;
    left: 20px;
    bottom: -20px;
    z-index: -1;
}
}

@media (min-width: 992px) {.program_details_icv .program_plan_HjC {
    grid-template-columns: 1.2fr 0.8fr;
}.program_details_icv .statement_holder_zqU {
    padding: 3rem;
}.program_details_icv .img_item_qdH {
    height: 450px;
    margin-top: 3rem;
}.program_details_icv .statement_holder_zqU::after {
    width: 6rem;
    bottom: -3rem;
    position: absolute;
    opacity: 0.4;
    height: 6rem;
    background: rgb(208,196,191,0.5);
    content: "";
    left: 25%;
    z-index: -1;
    border-radius: 50%;
}
}

@media (max-width: 767px) {.program_details_icv {
    padding: 4rem 0;
}.program_details_icv .img_item_qdH {
    margin-bottom: 2rem;
    transform: perspective(1000px) rotateX(3deg) rotateY(-3deg);
}}header {
    z-index: 99;
    background: linear-gradient(135deg, rgb(233,228,225), #ffffff);
    position: relative;
    overflow: visible;
    width: 100%;
}header::before {
    bottom: 0;
    background: 
        radial-gradient(
            circle at 0% 50%,
            transparent 6px,
            rgb(208,196,191,0.5) 6px,
            rgb(208,196,191,0.5) 10px,
            transparent 10px
        ) repeat-x;
    height: 15px;
    background-size: 20px 20px;
    opacity: 0.3;
    content: "";
    left: 0;
    width: 100%;
    position: absolute;
}header .head_wrap_jTJ {
    padding: 25px 30px;
    justify-content: space-between;
    display: flex;
    position: relative;
    align-items: center;
}header .head_wrap_jTJ::before,
header .head_wrap_jTJ::after {
    height: 2px;
    content: "";
    width: 30%;
    position: absolute;
    background: linear-gradient(to right, rgb(208,196,191), transparent);
}header .head_wrap_jTJ::before {
    left: 0;
    top: 10px;
}header .head_wrap_jTJ::after {
    background: linear-gradient(to left, rgb(173,158,152), transparent);
    right: 0;
    bottom: 10px;
}header .head_wrap_jTJ .header_lead_igh {
    z-index: 2;
    position: relative;
}header .head_wrap_jTJ .header_lead_igh::before {
    z-index: -1;
    position: absolute;
    left: -20%;
    transition: transform 0.5s ease-in-out;
    top: -20%;
    opacity: 0.05;
    height: 140%;
    border-radius: 60% 40% 50% 30% / 40% 50% 60% 50%;
    background: rgb(208,196,191,0.5);
    width: 140%;
    content: "";
}header .head_wrap_jTJ .header_lead_igh:hover::before {
    transform: rotate(15deg) scale(1.1);
}header .head_wrap_jTJ .header_lead_igh .site_nav_iSN {
    transition: transform 0.3s ease;
    display: block;
}header .head_wrap_jTJ .header_lead_igh:hover .site_nav_iSN {
    transform: translateY(-3px);
}header .head_wrap_jTJ .header_lead_igh .site_nav_iSN svg {
    height: 45px;
    filter: drop-shadow(0 2px 3px rgba(0,0,0,0.1));
    width: auto;
}header .head_wrap_jTJ .top_pagewrap_Hgc {
    list-style: none;
    position: relative;
    padding: 0;
    margin: 0;
    display: flex;
}header .head_wrap_jTJ .top_pagewrap_Hgc::before {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    background: rgb(173,158,152,0.5);
    content: "";
    z-index: -1;
    height: 100%;
    opacity: 0.05;
    position: absolute;
    transition: all 0.5s ease;
    width: 100%;
    left: 0;
    top: 0;
}header .head_wrap_jTJ .top_pagewrap_Hgc:hover::before {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    opacity: 0.08;
}header .head_wrap_jTJ .top_pagewrap_Hgc .nav_sitebar_HTQ {
    position: relative;
    margin: 0 8px;
}header .head_wrap_jTJ .top_pagewrap_Hgc .nav_sitebar_HTQ a {
    transition: all 0.4s ease;
    text-decoration: none;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    font-family: Arial, sans-serif;
    font-size: 13px;
    position: relative;
    padding: 10px 15px;
    font-weight: 600;
    overflow: hidden;
    display: block;
    color: #000000;
}header .head_wrap_jTJ .top_pagewrap_Hgc .nav_sitebar_HTQ a:hover {
    color: #ffffff;
    border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%;
}header .head_wrap_jTJ .top_pagewrap_Hgc .nav_sitebar_HTQ a::before {
    transform-origin: right top;
    content: "";
    transform: scale(0);
    transition: transform 0.4s ease, border-radius 0.4s ease;
    left: 0;
    height: 100%;
    border-radius: 0% 0% 0% 0% / 0% 0% 0% 0%;
    top: 0;
    width: 100%;
    z-index: -1;
    position: absolute;
    background: rgb(208,196,191);
}header .head_wrap_jTJ .top_pagewrap_Hgc .nav_sitebar_HTQ a:hover::before {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    transform: scale(1);
}header .head_wrap_jTJ .top_pagewrap_Hgc .nav_sitebar_HTQ:nth-child(2n) a::before {
    background: rgb(173,158,152);
    transform-origin: left bottom;
}header .head_wrap_jTJ .top_pagewrap_Hgc .nav_sitebar_HTQ:nth-child(2n) a:hover::before {
    border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
}header .head_wrap_jTJ .top_pagewrap_Hgc .nav_sitebar_HTQ:hover {
    animation: menu-wobble 1s ease;
}

@keyframes menu-wobble {
    0%, 100% {
        transform: translateX(0);
    }
    15% {
        transform: translateX(-3px) rotate(-1deg);
    }
    30% {
        transform: translateX(2px) rotate(1deg);
    }
    45% {
        transform: translateX(-2px) rotate(-0.5deg);
    }
    60% {
        transform: translateX(1px) rotate(0.5deg);
    }
    75% {
        transform: translateX(-1px) rotate(-0.25deg);
    }
}

@media (max-width: 992px) {header .head_wrap_jTJ {
    flex-direction: column;
    padding: 20px 15px;
}header .head_wrap_jTJ .header_lead_igh {
    margin-bottom: 15px;
}header .head_wrap_jTJ .top_pagewrap_Hgc {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}header .head_wrap_jTJ .top_pagewrap_Hgc .nav_sitebar_HTQ {
    margin: 5px;
}header .head_wrap_jTJ .top_pagewrap_Hgc .nav_sitebar_HTQ a {
    padding: 8px 12px;
    font-size: calc(13px - 1px);
}
}

@media (max-width: 767px) {header .head_wrap_jTJ {
    padding: 15px 10px;
}header .head_wrap_jTJ .header_lead_igh .site_nav_iSN svg {
    height: 40px;
}header .head_wrap_jTJ .top_pagewrap_Hgc .nav_sitebar_HTQ a {
    font-size: calc(13px - 2px);
    padding: 6px 10px;
}}.trackingSettingsPopup_NZq {
    bottom: 0;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    position: fixed;
    background: rgb(233,228,225);
    z-index: 90;
    transition: transform 0.3s ease-in-out;
    width: 100%;
    border-top: 3px solid rgb(208,196,191);
}.user_alert_mqQ {
    justify-content: space-between;
    align-items: center;
    display: flex;
    margin: 0 auto;
    max-width: 1200px;
    padding: 20px 15px;
}.privacy_cookies_jrt {
    flex-shrink: 0;
    margin-right: 15px;
}.privacy_cookies_jrt svg {
    width: 60px;
    fill: rgb(208,196,191);
    transition: fill 0.3s ease;
    height: 60px;
}.privacy_cookies_jrt svg:hover {
    fill: rgb(173,158,152);
}.online_tracking_HXR {
    margin-right: 15px;
    color: #000000;
    flex-grow: 1;
}.trackingSettingsPopup_NZq h5 {
    color: rgb(208,196,191);
    font-weight: 600;
    margin-bottom: 8px;
    font-family: Arial, sans-serif;
    font-size: 18px;
}.trackingSettingsPopup_NZq p {
    color: #000000;
    font-size: 17px;
    font-family: Arial, sans-serif;
    line-height: 1.5;
}.cookie_rules_Eys {
    padding: 10px 20px;
    margin-left: 10px;
    color: #ffffff;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
    text-align: center;
    border-radius: 23px;
    background: rgb(208,196,191);
    font-size: 15px;
    line-height: 35px;
    cursor: pointer;
}.cookie_rules_Eys:hover {
    box-shadow: 0 0 10px rgb(173,158,152,0.5);
    background: rgb(173,158,152);
}#enableCookieAgreementBtn_zLq {
    background: rgb(208,196,191);
}#disallow_privacy_cookies_PBb {
    background: rgba(0, 0, 0, 0.5);
}.trackingSettingsPopup_NZq p a {
    transition: color 0.3s ease;
    text-decoration: underline;
    color: rgb(208,196,191);
}.trackingSettingsPopup_NZq p a:hover {
    color: rgb(173,158,152);
}
@media only screen and (max-width: 1200px) {.user_alert_mqQ {
    flex-direction: column;
    align-items: center;
}.privacy_cookies_jrt {
    margin-bottom: 15px;
}.online_tracking_HXR {
    text-align: center;
    margin-bottom: 15px;
    margin-right: 0;
}.cookie_rules_Eys {
    max-width: 200px;
    margin-bottom: 10px;
    width: 100%;
    margin-left: 0;
}
}
@media only screen and (max-width: 800px) {.user_alert_mqQ {
    padding: 15px;
}.privacy_cookies_jrt {
    display: none;
}.trackingSettingsPopup_NZq h5 {
    font-size: 18px;
}.trackingSettingsPopup_NZq p {
    font-size: 14px;
}}
#cookiePromptModal_CvL {
    display: none;
}#cookiePromptModal_CvL:checked ~ .trackingSettingsPopup_NZq {
    visibility: hidden;
    opacity: 0;
}.privacy_hutch_JYm {
    border: 2px solid rgb(208,196,191);
    font-family: Arial, sans-serif;
    width: 85%;
    max-width: 1000px;
    position: relative;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    margin: 0 auto;
    color: #000000;
    padding: 50px;
}.privacy_hutch_JYm:before, .privacy_hutch_JYm:after {
    position: absolute;
    opacity: 0.1;
    z-index: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(135deg, rgb(208,196,191,0.5), rgb(173,158,152,0.5));
    content: "";
    height: 100%;
    top: 0;
}.privacy_hutch_JYm h1 {
    padding-bottom: 10px;
    position: relative;
    font-weight: 700;
    z-index: 1;
    color: #000000;
    margin-bottom: 30px;
    font-size: 43px;
    text-transform: uppercase;
    border-bottom: 3px solid rgb(208,196,191);
    margin-top: 20px;
}.privacy_hutch_JYm h2 {
    padding-bottom: 5px;
    position: relative;
    color: rgb(173,158,152);
    border-bottom: 2px solid rgb(173,158,152,0.5);
    margin-bottom: 20px;
    z-index: 1;
    font-weight: 600;
    font-size: 36px;
    margin-top: 30px;
}.privacy_hutch_JYm ul, .privacy_hutch_JYm ol {
    list-style-type: disc;
    margin-bottom: 20px;
    z-index: 1;
    padding-left: 20px;
    list-style: none;
    position: relative;
}.privacy_hutch_JYm li {
    font-size: 18px;
    position: relative;
    margin-bottom: 10px;
    line-height: 1.8;
}.privacy_hutch_JYm li:before {
    line-height: 1;
    left: -20px;
    font-size: 1.2em;
    color: rgb(208,196,191);
    position: absolute;
    content: "•";
}.privacy_hutch_JYm div {
    position: relative;
    line-height: 1.8;
    margin-bottom: 30px;
    background: #ffffff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
    z-index: 1;
    border-radius: 10px;
    padding: 25px;
}.privacy_hutch_JYm .container {
    z-index: 1;
    position: relative;
}.privacy_hutch_JYm h3, .privacy_hutch_JYm h4, .privacy_hutch_JYm h5, .privacy_hutch_JYm h6 {
    z-index: 1;
    margin-top: 25px;
    font-size: 18px;
    color: rgb(208,196,191);
    font-weight: 600;
    position: relative;
    margin-bottom: 15px;
}.privacy_hutch_JYm p, .privacy_hutch_JYm span {
    line-height: 1.6;
    position: relative;
    z-index: 1;
    font-size: 18px;
    margin-bottom: 15px;
    color: #000000;
}.privacy_hutch_JYm a {
    z-index: 1;
    color: rgb(173,158,152);
    position: relative;
    font-weight: 600;
    border-bottom: 1px solid rgb(173,158,152);
    text-decoration: none;
}.privacy_hutch_JYm a:hover {
    color: rgb(208,196,191);
    border-bottom: 1px solid rgb(208,196,191);
}.privacy_hutch_JYm button {
    cursor: pointer;
    z-index: 1;
    font-size: 16px;
    padding: 12px 24px;
    background: rgb(173,158,152);
    color: #ffffff;
    border: none;
    border-radius: 10px;
    position: relative;
}.privacy_hutch_JYm button:hover {
    background: rgb(208,196,191);
}

@media only screen and (max-width: 800px) {.privacy_hutch_JYm {
    padding: 30px;
    width: 90%;
}.privacy_hutch_JYm h1 {
    font-size: calc(18px - 5px);
}.privacy_hutch_JYm h2 {
    font-size: calc(18px - 3px);
}.privacy_hutch_JYm ul, .privacy_hutch_JYm ol {
    padding-left: 10px;
}.privacy_hutch_JYm li:before {
    left: -10px;
}.privacy_hutch_JYm button {
    padding: 10px 20px;
}
}