﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}.head_site_HB {
    flex: 1 0 auto;
}.trial_offer_RE {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}.wrapper-skeleton_fo {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
}.container {
    width: 1218px;
    margin: auto;
    max-width: 100%;
}svg {
    width: 30px;
    height: 30px;
}a {
    text-decoration: none;
    color: inherit;
}html,body {
    auto
contain
touch-action: none;
    height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
    min-height: 100%;
    scroll-behavior: 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;
}}
.cookie_notice_banner_ZR {
    align-items: center;
    position: fixed;
    max-width: 600px;
    background: rgb(226,224,204);
    z-index: 1050;
    left: 50%;
    padding: 20px;
    flex-direction: column;
    overflow: hidden;
    transform: translateX(-50%);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    border-radius: 11px;
    text-align: center;
    display: flex;
    font-family: Arial, sans-serif;
    bottom: 20px;
    width: 90%;
}.cookie_overview_Gz {
    display: flex;
    z-index: 1;
    align-items: center;
    flex-direction: column;
}.cookie_review_tu {
    animation: bounce 2s infinite;
    margin-bottom: 20px;
}.cookie_review_tu svg, .cookie_review_tu svg path, .cookie_review_tu img {
    fill: rgb(192,181,179);
    width: 80px;
    height: 80px;
}@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-15px);
    }
    60% {
        transform: translateY(-10px);
    }
}
.cookie_notice_banner_ZR h5 {
    color: rgb(192,181,179);
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 700;
}.cookie_notice_banner_ZR p {
    color: #000000;
    font-size: 18px;
    margin-bottom: 20px;
}.edu_accept_Jk {
    text-decoration: none;
    transition: background 0.3s ease-in-out, transform 0.2s ease-in-out;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
    color: #ffffff;
    display: inline-block;
    border-radius: 10px;
    padding: 10px 20px;
    width: calc(50% - 10px);
    margin: 5px;
    background: rgb(192,181,179);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}.edu_accept_Jk:hover {
    background: rgb(154,141,143);
    transform: translateY(-3px);
}.cookie_button.cookie_gate_nJ {
    background: rgba(0, 0, 0, 0.5);
}.cookie_button.cookie_gate_nJ:hover {
    background: rgb(154,141,143,0.5);
}.cookie_notice_banner_ZR p a {
    text-decoration: underline;
    transition: color 0.3s ease-in-out;
    color: rgb(192,181,179);
}.cookie_notice_banner_ZR p a:hover {
    color: rgb(154,141,143);
}
@media only screen and (max-width: 600px) {.cookie_notice_banner_ZR {
    border-radius: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    transform: none;
}.cookie_overview_Gz {
    padding: 15px;
}.cookie_review_tu svg {
    width: 50px;
    height: 50px;
}.cookie_notice_banner_ZR h5 {
    font-size: calc(22px - 2px);
}.cookie_notice_banner_ZR p {
    font-size: calc(18px - 2px);
}.edu_accept_Jk {
    font-size: calc(14px - 2px);
    width: calc(100% - 10px);
    padding: 8px 16px;
}}
#cookiePreferenceBox_Ex {
    display: none;
}#cookiePreferenceBox_Ex:checked ~ .cookie_notice_banner_ZR {
    visibility: hidden;
    opacity: 0;
}.about_this_qP {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    padding: 0;
    z-index: 1;
}.about_this_qP::before {
    width: 100%;
    background: linear-gradient(135deg, rgb(192,181,179) 0%, rgba(0, 0, 0, 0.8) 100%);
    top: 0;
    content: "";
    height: 100%;
    transition: opacity 0.5s ease-out;
    opacity: 0.85;
    z-index: -1;
    left: 0;
    position: absolute;
}.about_this_qP::after {
    z-index: 0;
    background: linear-gradient(90deg, rgb(154,141,143) 0%, rgb(192,181,179) 50%, rgb(154,141,143) 100%);
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    content: "";
    position: absolute;
    height: 10px;
    animation: shimmer 8s infinite linear;
    bottom: -5px;
    left: 0;
}.about_this_qP .container {
    z-index: 2;
    max-width: 1200px;
    transform: translateZ(0);
    padding: 7% 5% 10%;
    margin: 0 auto;
    position: relative;
}.about_this_qP .desc_block_jV {
    padding: 3rem;
    position: relative;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
    backdrop-filter: blur(5px);
    transition: transform 0.5s ease-out;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.1);
    border-left: 4px solid rgb(154,141,143);
    transform: perspective(1000px) rotateY(-2deg);
}.about_this_qP .desc_block_jV:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(255, 255, 255, 0.15);
}.about_this_qP h1 {
    letter-spacing: 0.05em;
    animation: slideInTitle 0.8s 0.2s forwards ease-out;
    position: relative;
    padding-bottom: 1rem;
    font-weight: 700;
    transform: translateX(-10px);
    opacity: 0;
    font-size: calc(44px * 1.2);
    text-transform: uppercase;
    margin: 0 0 2rem;
    color: #ffffff;
}.about_this_qP h1::after {
    content: "";
    background: rgb(154,141,143);
    animation: growLine 0.6s 0.8s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    bottom: 0;
    left: 0;
    height: 4px;
    transform-origin: left;
    width: 60px;
    transform: scaleX(0);
    position: absolute;
}.about_this_qP ul {
    margin: 0;
    animation: fadeIn 0.8s 0.6s forwards ease-out;
    padding: 0;
    opacity: 0;
    list-style: none;
}.about_this_qP li {
    margin-bottom: 1.5rem;
}.about_this_qP h4 {
    margin: 0 0 1rem;
    opacity: 0;
    animation: slideUp 0.6s 1s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    display: inline-flex;
    align-items: center;
    padding-left: 1.5rem;
    color: rgb(154,141,143);
    transform: translateY(10px);
    position: relative;
    font-size: calc(21px * 1.15);
    font-weight: 600;
}.about_this_qP h4::before {
    height: 8px;
    transform: translateY(-50%) rotate(45deg);
    left: 0;
    background: rgb(154,141,143);
    position: absolute;
    top: 50%;
    width: 8px;
    content: "";
}.about_this_qP span {
    color: rgba(255, 255, 255, 0.9);
    position: relative;
    opacity: 0;
    animation: slideUp 0.8s 1.2s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    display: block;
    font-size: 16px;
    margin-left: 1.5rem;
    transform: translateY(15px);
    line-height: 1.8;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    padding-left: 1rem;
}

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

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

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

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

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

@media (max-width: 1200px) {.about_this_qP .container {
    padding: 8% 5%;
}.about_this_qP .desc_block_jV {
    padding: 2.5rem;
}
}

@media (max-width: 992px) {.about_this_qP h1 {
    font-size: calc(44px * 1.1);
}.about_this_qP .desc_block_jV {
    transform: perspective(1000px) rotateY(-1deg);
}
}

@media (max-width: 768px) {.about_this_qP .container {
    padding: 10% 5%;
}.about_this_qP .desc_block_jV {
    padding: 2rem;
    transform: none;
}.about_this_qP h1 {
    font-size: 44px;
    margin-bottom: 1.5rem;
}.about_this_qP span {
    font-size: calc(16px * 0.95);
}
}

@media (max-width: 576px) {.about_this_qP .container {
    padding: 15% 5%;
}.about_this_qP .desc_block_jV {
    border-left-width: 3px;
    padding: 1.5rem;
}.about_this_qP h1 {
    font-size: calc(44px * 0.9);
}.about_this_qP h4 {
    font-size: 21px;
}.about_this_qP span {
    margin-left: 0.5rem;
    font-size: calc(16px * 0.9);
    line-height: 1.6;
}
}

@media (hover: hover) {.about_this_qP:hover::before {
    opacity: 0.9;
}
}

@media (prefers-reduced-motion) {.about_this_qP .desc_block_jV,
    .about_this_qP .desc_block_jV:hover,
    .about_this_qP h1,
    .about_this_qP h1::after,
    .about_this_qP ul,
    .about_this_qP h4,
    .about_this_qP span {
    transform: none;
    opacity: 1;
    animation: none;
}.about_this_qP h1::after {
    transform: scaleX(1);
}.about_this_qP::after {
    animation: none;
}}.secure_nook_Qt {
    width: 100%;
    padding: 40px;
    height: auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease;
    overflow: hidden;
}.secure_nook_Qt h1 {
    margin-bottom: 25px;
    font-family: Arial, sans-serif;
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;
    margin-top: 40px;
    text-align: center;
}.secure_nook_Qt h2 {
    font-weight: 600;
    font-size: 36px;
    margin-bottom: 20px;
    margin-top: 35px;
    color: #ffffff;
    text-align: left;
    font-family: Arial, sans-serif;
}.secure_nook_Qt h4,.secure_nook_Qt h3, .secure_nook_Qt h5 {
    color: #ffffff;
}.secure_nook_Qt ul {
    padding-left: 0;
    list-style-type: none;
}.secure_nook_Qt li {
    font-size: 17px;
    line-height: 1.6;
    border-radius: 10px;
    padding: 10px;
    color: #000000;
    transition: background 0.3s ease;
    margin-bottom: 15px;
    background: rgb(192,181,179,0.5);
    font-family: Arial, sans-serif;
}.secure_nook_Qt li:hover {
    color: #ffffff;
    background: rgb(192,181,179);
}.secure_nook_Qt div {
    color: #000000;
    font-size: 17px;
    margin-bottom: 20px;
    line-height: 1.8;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    padding: 15px;
    background: rgb(226,224,204);
    border-radius: 18px;
}.secure_nook_Qt p, .secure_nook_Qt span {
    line-height: 1.8;
    color: rgb(255, 255, 255, 0.5);
    margin-bottom: 10px;
}
@media only screen and (max-width: 800px) {.secure_nook_Qt {
    padding: 20px;
}.secure_nook_Qt h1 {
    margin-bottom: 20px;
    font-size: calc(18px - 4px);
    margin-top: 30px;
}.secure_nook_Qt h2 {
    margin-bottom: 15px;
    font-size: calc(18px - 4px);
    margin-top: 25px;
}.secure_nook_Qt li {
    padding: 8px;
    margin-bottom: 10px;
}.secure_nook_Qt div {
    padding: 10px;
}}.title_welcome_bY {
    overflow: hidden;
    position: relative;
    min-height: 100vh;
    width: 100%;
}.title_welcome_bY .page_base_Hy {
    height: 100vh;
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: flex-start;
    position: relative;
}.title_welcome_bY .page_base_Hy::before {
    bottom: 0;
    top: 0;
    z-index: 1;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgba(0,0,0,0.8) 100%);
    right: 0;
    position: absolute;
    left: 0;
    content: "";
}.title_welcome_bY .page_base_Hy::after {
    height: 100%;
    position: absolute;
    left: 0;
    width: 100%;
    content: "";
    animation: pulse 8s infinite alternate;
    opacity: 0.1;
    background: repeating-linear-gradient(
    -45deg,
    rgb(192,181,179,0.5),
    rgb(192,181,179,0.5) 1px,
    transparent 1px,
    transparent 10px
  );
    top: 0;
    z-index: 2;
}.title_welcome_bY .virtual_guides_Gw {
    z-index: 3;
    margin-left: 10%;
    max-width: 700px;
    transform: translateY(-2rem);
    opacity: 0;
    padding: 3rem;
    animation: fadeSlideUp 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.3s;
    position: relative;
}.title_welcome_bY .virtual_guides_Gw::before {
    content: "";
    position: absolute;
    background: rgb(192,181,179);
    height: 0;
    animation: growLine 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.6s;
    width: 6px;
    left: -20px;
    top: 0;
}.title_welcome_bY .virtual_guides_Gw::after {
    width: 0;
    position: absolute;
    animation: expandWidth 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.9s;
    content: "";
    height: 3px;
    left: 0;
    bottom: 0;
    background: rgb(154,141,143);
}.title_welcome_bY h1 {
    transition: transform 0.5s ease;
    margin-bottom: 1.5rem;
    color: #ffffff;
    font-size: clamp(2.5rem, 5vw, 42px);
    transform: perspective(1000px) rotateX(0deg);
    line-height: 1.2;
    font-weight: 700;
    position: relative;
}.title_welcome_bY h1::before {
    transform-origin: left;
    transform: scaleX(0);
    left: 0;
    animation: expandWidth 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 1.2s;
    position: absolute;
    content: "";
    height: 5px;
    width: 60px;
    background: rgb(192,181,179);
    bottom: -15px;
}.title_welcome_bY h3 {
    max-width: 90%;
    position: relative;
    margin-bottom: 1.5rem;
    font-weight: 600;
    line-height: 1.4;
    font-size: clamp(1.25rem, 3vw, 18px);
    color: #ffffff;
    opacity: 0;
    animation: fadeIn 1.5s ease forwards 0.6s;
}.title_welcome_bY p {
    margin-top: 2rem;
    opacity: 0;
    border-left: 3px solid rgb(154,141,143);
    line-height: 1.6;
    font-size: clamp(1rem, 2vw, 14px);
    animation: fadeIn 1.5s ease forwards 0.9s;
    color: #ffffff;
    max-width: 85%;
    padding-left: 1rem;
    position: relative;
}.title_welcome_bY .virtual_guides_Gw:hover h1 {
    transform: perspective(1000px) rotateX(5deg);
    color: rgb(192,181,179);
}

@keyframes fadeSlideUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes growLine {
  0% {
    height: 0;
  }
  100% {
    height: 80%;
  }
}

@keyframes expandWidth {
  0% {
    width: 0;
  }
  100% {
    width: 50%;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes pulse {
  0% {
    opacity: 0.05;
  }
  50% {
    opacity: 0.15;
  }
  100% {
    opacity: 0.05;
  }
}

@media (max-width: 992px) {.title_welcome_bY .virtual_guides_Gw {
    margin-left: 5%;
    padding: 2rem;
}.title_welcome_bY h1 {
    font-size: clamp(2rem, 6vw, 2.5rem);
}.title_welcome_bY h3 {
    max-width: 100%;
}.title_welcome_bY p {
    max-width: 100%;
}
}

@media (max-width: 768px) {.title_welcome_bY .page_base_Hy {
    padding-top: 15vh;
    align-items: flex-start;
}.title_welcome_bY .virtual_guides_Gw {
    margin-left: 2rem;
    margin-right: 2rem;
}.title_welcome_bY h1::before {
    width: 40px;
}.title_welcome_bY .virtual_guides_Gw::before {
    left: -10px;
}
}

@media (max-width: 576px) {.title_welcome_bY .page_base_Hy {
    padding-top: 10vh;
}.title_welcome_bY .virtual_guides_Gw {
    padding: 1.5rem;
    margin-left: 1rem;
    margin-right: 1rem;
}.title_welcome_bY h1 {
    font-size: clamp(1.75rem, 7vw, 2rem);
}.title_welcome_bY h3 {
    font-size: clamp(1rem, 4vw, 1.25rem);
}.title_welcome_bY p {
    font-size: clamp(0.875rem, 3vw, 1rem);
    padding-left: 0.75rem;
}.title_welcome_bY .virtual_guides_Gw::before {
    width: 4px;
}}.leadership_experience_Th {
    padding: 6rem 0;
    background-color: rgb(226,224,204);
    position: relative;
    overflow: hidden;
}.leadership_experience_Th::before {
    opacity: 0.6;
    background-size: 30px 30px;
    z-index: 1;
    background: 
        linear-gradient(135deg, rgba(255,255,255,0.05) 25%, transparent 25%) 0 0,
        linear-gradient(225deg, rgba(255,255,255,0.05) 25%, transparent 25%) 0 0,
        linear-gradient(315deg, rgba(255,255,255,0.05) 25%, transparent 25%) 0 0,
        linear-gradient(45deg, rgba(255,255,255,0.05) 25%, transparent 25%) 0 0;
    content: "";
    left: 0;
    right: 0;
    position: absolute;
    bottom: 0;
    top: 0;
}.leadership_experience_Th .container {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 0 2rem;
    max-width: 1200px;
}.leadership_experience_Th .rating_reviews_iE {
    transform: perspective(1000px) rotateX(2deg);
    grid-template-columns: 1fr;
    gap: 2rem;
    display: grid;
    border-radius: 16px;
    background: linear-gradient(145deg, #ffffff, rgb(226,224,204));
    padding: 3rem;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.1),
        -20px -20px 60px rgba(255, 255, 255, 0.5),
        inset 5px 5px 10px rgba(255, 255, 255, 0.5),
        inset -5px -5px 10px rgba(0, 0, 0, 0.05);
}.leadership_experience_Th .rating_reviews_iE:hover {
    box-shadow: 
        25px 25px 70px rgba(0, 0, 0, 0.12),
        -25px -25px 70px rgba(255, 255, 255, 0.6),
        inset 5px 5px 10px rgba(255, 255, 255, 0.5),
        inset -5px -5px 10px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(0deg) translateY(-10px);
}.leadership_experience_Th .main_photo_Up {
    border-radius: 16px;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    margin: 0 auto;
    box-shadow: 
        8px 8px 16px rgba(0, 0, 0, 0.15),
        -8px -8px 16px rgba(255, 255, 255, 0.7),
        inset 2px 2px 4px rgba(255, 255, 255, 0.25),
        inset -2px -2px 4px rgba(0, 0, 0, 0.1);
    height: 150px;
    transform: translateZ(30px);
    width: 150px;
}.leadership_experience_Th .rating_reviews_iE:hover .main_photo_Up {
    transform: translateZ(50px) scale(1.05);
}.leadership_experience_Th .name {
    transform: translateZ(20px);
    letter-spacing: 0.02em;
    color: rgb(192,181,179);
    font-weight: 700;
    text-align: center;
    margin-bottom: 0.5rem;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    font-size: calc(20px * 1.1);
}.leadership_experience_Th .rating_reviews_iE:hover .name {
    transform: translateZ(30px);
}.leadership_experience_Th .rating_reviews_iE div:nth-child(2) div {
    transform: translateZ(15px);
    margin-bottom: 1rem;
    color: rgb(154,141,143);
    text-align: center;
    font-size: calc(17px * 0.95);
    font-weight: 600;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) 0.05s;
}.leadership_experience_Th .rating_reviews_iE:hover div:nth-child(2) div {
    transform: translateZ(25px);
}.leadership_experience_Th .career_content_if {
    padding: 2rem;
    box-shadow: 
        6px 6px 12px rgba(0, 0, 0, 0.08),
        -6px -6px 12px rgba(255, 255, 255, 0.5),
        inset 1px 1px 2px rgba(255, 255, 255, 0.3),
        inset -1px -1px 2px rgba(0, 0, 0, 0.05);
    transform: translateZ(10px);
    position: relative;
    border-radius: 12px;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) 0.1s;
    color: #000000;
    background: linear-gradient(145deg, rgba(255,255,255,0.65), rgba(255,255,255,0.35));
    font-size: 17px;
    backdrop-filter: blur(5px);
    line-height: 1.7;
}.leadership_experience_Th .rating_reviews_iE:hover .career_content_if {
    box-shadow: 
        8px 8px 16px rgba(0, 0, 0, 0.1),
        -8px -8px 16px rgba(255, 255, 255, 0.6),
        inset 1px 1px 2px rgba(255, 255, 255, 0.3),
        inset -1px -1px 2px rgba(0, 0, 0, 0.05);
    transform: translateZ(20px);
}.leadership_experience_Th .career_content_if::before {
    font-family: serif;
    color: rgb(192,181,179,0.5);
    content: "";
    line-height: 1;
    opacity: 0.3;
    transition: all 0.4s ease;
    top: -1.5rem;
    font-size: 5rem;
    position: absolute;
    left: 1rem;
}.leadership_experience_Th .rating_reviews_iE:hover .career_content_if::before {
    opacity: 0.5;
    transform: scale(1.1) translateY(-5px);
}

@media (min-width: 768px) {.leadership_experience_Th {
    padding: 8rem 0;
}.leadership_experience_Th .rating_reviews_iE {
    padding: 4rem;
    gap: 3rem;
    grid-template-columns: auto 1fr 2fr;
    align-items: center;
}.leadership_experience_Th .main_photo_Up {
    height: 180px;
    margin: 0;
    width: 180px;
}.leadership_experience_Th .name {
    text-align: left;
    font-size: calc(20px * 1.2);
}.leadership_experience_Th .rating_reviews_iE div:nth-child(2) div {
    font-size: 17px;
    text-align: left;
}.leadership_experience_Th .career_content_if {
    font-size: calc(17px * 1.05);
    line-height: 1.8;
}
}

@media (min-width: 1200px) {.leadership_experience_Th {
    padding: 10rem 0;
}.leadership_experience_Th .container {
    padding: 0 3rem;
}.leadership_experience_Th .rating_reviews_iE {
    gap: 4rem;
    padding: 5rem;
}.leadership_experience_Th .main_photo_Up {
    width: 220px;
    height: 220px;
}.leadership_experience_Th .name {
    margin-bottom: 0.75rem;
    font-size: calc(20px * 1.3);
}.leadership_experience_Th .rating_reviews_iE div:nth-child(2) div {
    margin-bottom: 1.5rem;
    font-size: calc(17px * 1.05);
}.leadership_experience_Th .career_content_if {
    font-size: calc(17px * 1.1);
    line-height: 1.9;
    padding: 2.5rem;
}
}

@media (max-width: 767px) {.leadership_experience_Th .rating_reviews_iE {
    padding: 2.5rem 1.5rem;
}.leadership_experience_Th .main_photo_Up {
    width: 120px;
    height: 120px;
}.leadership_experience_Th .name {
    margin-top: 1rem;
}.leadership_experience_Th .career_content_if {
    padding: 1.5rem;
}}.client_feedback_OA {
    padding: 5rem 1rem;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(226,224,204) 0%, rgb(192,181,179,0.5) 100%);
}.client_feedback_OA::before {
    pointer-events: none;
    background: repeating-linear-gradient(
        45deg,
        rgb(255, 255, 255, 0.5) 0px,
        rgb(255, 255, 255, 0.5) 1px,
        transparent 1px,
        transparent 15px
    );
    content: "";
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
    opacity: 0.05;
}.client_feedback_OA h2 {
    margin-bottom: 3rem;
    font-size: 31px;
    color: #000000;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    position: relative;
    font-weight: 700;
    text-align: center;
    transform: translateY(0);
}.client_feedback_OA h2::after {
    left: 50%;
    width: 80px;
    transition: transform 0.4s ease-out;
    background: linear-gradient(90deg, rgb(192,181,179), rgb(154,141,143));
    height: 3px;
    transform: translateX(-50%) scaleX(0.8);
    bottom: -15px;
    content: "";
    position: absolute;
}.client_feedback_OA h2:hover::after {
    transform: translateX(-50%) scaleX(1);
}.client_feedback_OA .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.client_feedback_OA .impact_facts_cp {
    position: relative;
}.client_feedback_OA .learner_voices_UG {
    position: relative;
    gap: 2rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.client_feedback_OA .rating_reviews_iE {
    padding: 2rem;
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.05);
    transform: translateY(0);
    z-index: 1;
    background: #ffffff;
    transition: all 0.35s cubic-bezier(0.25, 1, 0.5, 1);
}.client_feedback_OA .rating_reviews_iE::before {
    top: 0;
    left: 0;
    position: absolute;
    height: 0;
    transition: height 0.5s ease;
    content: "";
    width: 5px;
    background: linear-gradient(to bottom, rgb(192,181,179), rgb(154,141,143));
}.client_feedback_OA .rating_reviews_iE:hover {
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.1), 
                0 15px 25px rgba(0, 0, 0, 0.08);
    transform: translateY(-10px);
}.client_feedback_OA .rating_reviews_iE:hover::before {
    height: 100%;
}.client_feedback_OA .rating_reviews_iE::after {
    pointer-events: none;
    top: -25px;
    font-size: 150px;
    font-family: Georgia, serif;
    position: absolute;
    opacity: 0.15;
    right: 20px;
    color: rgb(154,141,143,0.5);
    content: "";
}.client_feedback_OA .rating_reviews_iE h3 {
    font-size: calc(18px * 1.1);
    font-weight: 600;
    color: #000000;
    transition: all 0.3s ease;
    margin-bottom: 1rem;
    position: relative;
    padding-left: 1rem;
}.client_feedback_OA .rating_reviews_iE:hover h3 {
    color: rgb(192,181,179);
    padding-left: 1.5rem;
}.client_feedback_OA .rating_reviews_iE .description {
    font-size: 16px;
    transition: all 0.3s ease;
    line-height: 1.6;
    position: relative;
    color: #000000;
    margin-bottom: 1.5rem;
}.client_feedback_OA .rating_reviews_iE:hover .description {
    padding-left: 0.5rem;
}.client_feedback_OA .rating_reviews_iE div {
    overflow: hidden;
    margin-top: 1rem;
    position: relative;
    width: 60px;
    height: 60px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: translateX(0) rotate(0);
}.client_feedback_OA .rating_reviews_iE:hover div {
    transform: translateX(10px) rotate(5deg);
}.client_feedback_OA .rating_reviews_iE div::before {
    content: "";
    transition: opacity 0.4s ease;
    width: 100%;
    top: 0;
    z-index: 1;
    opacity: 0;
    left: 0;
    height: 100%;
    position: absolute;
    background: linear-gradient(45deg, rgb(192,181,179,0.5), transparent);
}.client_feedback_OA .rating_reviews_iE:hover div::before {
    opacity: 0.3;
}.client_feedback_OA .rating_reviews_iE img {
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease;
    object-fit: cover;
}.client_feedback_OA .rating_reviews_iE:hover img {
    transform: scale(1.1);
}

@media (max-width: 1200px) {.client_feedback_OA {
    padding: 4rem 1rem;
}.client_feedback_OA .learner_voices_UG {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1.5rem;
}
}

@media (max-width: 992px) {.client_feedback_OA h2 {
    font-size: calc(31px * 0.9);
}.client_feedback_OA .learner_voices_UG {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.client_feedback_OA .rating_reviews_iE {
    padding: 1.5rem;
}
}

@media (max-width: 768px) {.client_feedback_OA {
    padding: 3rem 1rem;
}.client_feedback_OA h2 {
    font-size: calc(31px * 0.8);
    margin-bottom: 2rem;
}.client_feedback_OA .learner_voices_UG {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1.25rem;
}
}

@media (max-width: 576px) {.client_feedback_OA {
    padding: 2.5rem 1rem;
}.client_feedback_OA h2 {
    font-size: calc(31px * 0.7);
}.client_feedback_OA .learner_voices_UG {
    gap: 1rem;
    grid-template-columns: 1fr;
}.client_feedback_OA .rating_reviews_iE {
    padding: 1.25rem;
}.client_feedback_OA .rating_reviews_iE h3 {
    font-size: 18px;
}.client_feedback_OA .rating_reviews_iE div {
    height: 50px;
    width: 50px;
}}header .header_main_Xm {
    padding: 1.5rem 2rem;
    left: 0;
    position: relative;
    overflow: visible;
    justify-content: space-between;
    display: flex;
    width: 100%;
    border-bottom-left-radius: 18px;
    align-items: center;
    background: linear-gradient(135deg, rgb(192,181,179,0.5) 0%, rgb(154,141,143) 100%);
    border-bottom-right-radius: 0;
    z-index: 100;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}header .header_main_Xm .head_know_Xc {
    position: relative;
    transform: skewX(5deg);
    z-index: 2;
}header .header_main_Xm .head_know_Xc .nav_sitebar_gA {
    display: block;
    transition: transform 0.3s ease-in-out;
}header .header_main_Xm .head_know_Xc .nav_sitebar_gA:hover {
    transform: translateY(-8px) rotate(0deg);
}header .header_main_Xm .head_know_Xc svg {
    width: 80px;
    height: auto;
}header .header_main_Xm .head_mainbar_cf {
    list-style: none;
    margin: 0;
    display: flex;
    padding: 0;
    position: relative;
    gap: 1rem;
}header .header_main_Xm .head_mainbar_cf::before {
    height: calc(100% + 20px);
    left: -20px;
    position: absolute;
    z-index: -1;
    border-radius: 10px;
    transition: opacity 0.3s ease, transform 0.3s ease;
    background: linear-gradient(45deg, transparent 0%, rgb(192,181,179,0.5) 100%);
    width: calc(100% + 40px);
    top: -10px;
    content: "";
    opacity: 0;
}header .header_main_Xm .top_start_Sl {
    position: relative;
    transition: transform 0.3s ease;
}header .header_main_Xm .top_start_Sl a {
    position: relative;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
    color: #ffffff;
    font-size: 16px;
    display: block;
    padding: 0.5rem 1rem;
    font-family: Arial, sans-serif;
}header .header_main_Xm .top_start_Sl a::before {
    content: "";
    transition: transform 0.3s ease;
    background: rgb(154,141,143);
    height: 2px;
    transform-origin: right;
    bottom: 0;
    position: absolute;
    width: 100%;
    transform: scaleX(0) rotate(-2deg);
    left: 0;
}header .header_main_Xm .top_start_Sl a:hover {
    color: rgb(154,141,143);
}header .header_main_Xm .top_start_Sl a:hover::before {
    transform-origin: left;
    transform: scaleX(1) rotate(-2deg);
}

@media (max-width: 992px) {header .header_main_Xm {
    box-sizing: border-box;
    padding: 1rem;
    flex-direction: column;
    width: 100vw;
    transform: skewX(0);
    margin-left: calc(-50vw + 50%);
}header .header_main_Xm .head_know_Xc {
    margin-bottom: 1rem;
    transform: skewX(0);
}header .header_main_Xm .head_mainbar_cf {
    transform: skewX(0);
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}header .header_main_Xm .head_mainbar_cf::before {
    transform: skewX(0);
}header .header_main_Xm .head_mainbar_cf:hover::before {
    transform: skewX(0);
}header .header_main_Xm .top_start_Sl {
    margin: 0.25rem;
}header .header_main_Xm .top_start_Sl:nth-child(odd),
  header .header_main_Xm .top_start_Sl:nth-child(even) {
    transform: translateY(0);
}
}

@media (max-width: 576px) {header .header_main_Xm {
    padding: 0.75rem;
}header .header_main_Xm .head_mainbar_cf {
    flex-direction: column;
    align-items: center;
}header .header_main_Xm .top_start_Sl {
    text-align: center;
    width: 100%;
}header .header_main_Xm .head_know_Xc svg {
    width: 100px;
}}.program_overview_tw {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(226,224,204) 0%, rgba(245, 247, 250, 0.92) 100%);
    padding: 5rem 0;
}.program_overview_tw::before {
    top: -10%;
    filter: blur(20px);
    content: "";
    position: absolute;
    height: 70%;
    opacity: 0.5;
    z-index: 1;
    transform: rotate(-15deg) translateZ(0);
    width: 35%;
    background: linear-gradient(225deg, rgb(192,181,179,0.5) 0%, rgb(154,141,143,0.5) 100%);
    right: -5%;
}.program_overview_tw::after {
    content: "";
    height: 50%;
    position: absolute;
    z-index: 1;
    filter: blur(15px);
    background: linear-gradient(45deg, rgb(154,141,143,0.5) 0%, rgb(192,181,179,0.5) 100%);
    bottom: -5%;
    opacity: 0.4;
    width: 25%;
    transform: rotate(10deg) translateZ(0);
    left: -2%;
}.program_overview_tw .container {
    z-index: 2;
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
}.program_overview_tw .skill_plan_jb {
    display: grid;
    grid-template-columns: 1fr;
    transform: perspective(1000px) rotateX(2deg);
    gap: 2rem;
    position: relative;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08);
    background: #ffffff;
}.program_overview_tw .main_photo_Up {
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    transform-origin: top center;
    overflow: hidden;
    height: 300px;
}.program_overview_tw .main_photo_Up::before {
    top: 0;
    left: 0;
    z-index: 1;
    content: "";
    position: absolute;
    right: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0) 60%, rgba(0,0,0,0.6) 100%);
    bottom: 0;
}.program_overview_tw .main_photo_Up::after {
    background: rgb(192,181,179);
    height: 100%;
    position: absolute;
    mix-blend-mode: overlay;
    top: 0;
    width: 100%;
    content: "";
    left: 0;
    opacity: 0.2;
}.program_overview_tw .desc_block_jV {
    clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 100%);
    transform: translateY(-40px);
    position: relative;
    background: #ffffff;
    padding: 2.5rem 2rem;
}.program_overview_tw .desc_block_jV h3 {
    font-size: calc(22px * 1.1);
    animation: slideUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    transform: translateY(0);
    animation-delay: 0.3s;
    color: #000000;
    line-height: 1.4;
    position: relative;
    font-weight: 700;
    opacity: 0;
    margin-bottom: 1.5rem;
}.program_overview_tw .desc_block_jV h3::after {
    transform: scaleX(0);
    width: 60px;
    display: block;
    background: rgb(192,181,179);
    height: 3px;
    animation: expandLine 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    margin-top: 1rem;
    content: "";
    transform-origin: left;
    animation-delay: 0.6s;
}.program_overview_tw .desc_block_jV p.description {
    line-height: 1.7;
    opacity: 0;
    color: #000000;
    transform: translateY(20px);
    margin-bottom: 1.5rem;
    font-size: 18px;
    animation: slideUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    animation-delay: 0.5s;
}.program_overview_tw .desc_block_jV span.description {
    display: none;
}.program_overview_tw .desc_block_jV div {
    overflow-y: auto;
    position: relative;
    max-height: 300px;
    padding-right: 10px;
}.program_overview_tw .desc_block_jV div::-webkit-scrollbar {
    width: 6px;
}.program_overview_tw .desc_block_jV div::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.04);
}.program_overview_tw .desc_block_jV div::-webkit-scrollbar-thumb {
    transition: background 0.3s ease;
    background: rgb(192,181,179,0.5);
}.program_overview_tw .desc_block_jV div::-webkit-scrollbar-thumb:hover {
    background: rgb(192,181,179);
}

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

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

@media (min-width: 768px) {.program_overview_tw {
    padding: 7rem 0;
}.program_overview_tw .skill_plan_jb {
    transform: perspective(1200px) rotateY(-2deg);
    transition: transform 0.5s ease;
    grid-template-columns: 45% 55%;
    gap: 0;
}.program_overview_tw .skill_plan_jb:hover {
    transform: perspective(1200px) rotateY(0deg);
}.program_overview_tw .main_photo_Up {
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}.program_overview_tw .desc_block_jV {
    padding: 3.5rem 3rem 3.5rem 4rem;
    clip-path: none;
    transform: translateY(0) translateX(-50px);
}.program_overview_tw .desc_block_jV h3 {
    font-size: 30px;
    margin-bottom: 2rem;
}.program_overview_tw .desc_block_jV div {
    max-height: 350px;
}
}

@media (min-width: 992px) {.program_overview_tw {
    padding: 8rem 0;
}.program_overview_tw .skill_plan_jb {
    grid-template-columns: 40% 60%;
}.program_overview_tw .main_photo_Up {
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
}.program_overview_tw .main_photo_Up:hover {
    transform: scale(1.03);
}.program_overview_tw .desc_block_jV {
    transform: translateX(-70px);
    padding: 4rem 5rem 4rem 5rem;
}.program_overview_tw .desc_block_jV h3 {
    margin-bottom: 2.5rem;
}.program_overview_tw .desc_block_jV div {
    max-height: 400px;
}
}

@media (min-width: 1200px) {.program_overview_tw .skill_plan_jb {
    grid-template-columns: 45% 55%;
}.program_overview_tw .desc_block_jV {
    padding: 5rem 6rem 5rem 7rem;
    transform: translateX(-100px);
}
}

@media (max-width: 767px) {.program_overview_tw .skill_plan_jb:hover .main_photo_Up {
    transform: scale(1.05);
}}.contact_form_section_Kd {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background: #000000;
}.contact_form_section_Kd::before {
    height: 100%;
    top: 0;
    z-index: 1;
    left: 0;
    opacity: 0.2;
    width: 100%;
    background: 
        radial-gradient(circle at 10% 20%, rgb(192,181,179,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 80%, rgb(154,141,143,0.5) 0%, transparent 40%);
    position: absolute;
    content: '';
}.contact_form_section_Kd::after {
    z-index: 1;
    background: 
        linear-gradient(90deg, transparent 95%, rgb(192,181,179,0.5) 95.5%, transparent 96%),
        linear-gradient(0deg, transparent 95%, rgb(154,141,143,0.5) 95.5%, transparent 96%);
    content: '';
    height: 100%;
    position: absolute;
    background-size: 20px 20px;
    opacity: 0.1;
    width: 100%;
    left: 0;
    top: 0;
}.contact_form_section_Kd .main_photo_Up {
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0;
    z-index: 1;
    top: 0;
    opacity: 0.7;
}.contact_form_section_Kd .main_photo_Up::before {
    background: linear-gradient(to right, #000000 0%, transparent 50%, #000000 100%);
    position: absolute;
    right: 0;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
}.contact_form_section_Kd .main_photo_Up::after {
    width: 100%;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    content: '';
    top: 0;
    position: absolute;
}.contact_form_section_Kd .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}.contact_form_section_Kd h3 {
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 60px;
    font-family: Arial, sans-serif;
    text-shadow: 
        0 0 5px rgb(192,181,179),
        0 0 10px rgb(192,181,179),
        0 0 15px rgb(192,181,179);
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    letter-spacing: 3px;
}.contact_form_section_Kd .reach_info_ZV {
    overflow: hidden;
    box-shadow: 
        0 0 0 1px rgba(255, 255, 255, 0.1),
        0 0 30px rgba(0, 0, 0, 0.5),
        0 0 10px rgb(192,181,179,0.5),
        0 0 20px rgb(154,141,143,0.5);
    display: flex;
    background: rgba(30, 30, 30, 0.7);
    border-radius: 24px;
    backdrop-filter: blur(10px);
    margin: 0 auto;
    max-width: 1100px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}.contact_form_section_Kd .inquiry_message_jy {
    flex: 3;
    padding: 50px;
    position: relative;
}.contact_form_section_Kd form h3 {
    font-size: 20px;
    text-align: left;
    text-shadow: 0 0 5px rgb(192,181,179);
    margin-bottom: 30px;
}.contact_form_section_Kd input[type="text"],
.contact_form_section_Kd textarea {
    padding: 15px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    color: #ffffff;
    transition: all 0.3s ease;
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
    border: 1px solid rgba(rgb(192,181,179,0.5), 0.3);
    font-size: 14px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
    width: 100%;
}.contact_form_section_Kd input[type="text"]:focus,
.contact_form_section_Kd textarea:focus {
    outline: none;
    box-shadow: 
        inset 0 0 5px rgba(0, 0, 0, 0.5),
        0 0 5px rgb(192,181,179,0.5);
    border-color: rgb(192,181,179);
}.contact_form_section_Kd input[type="text"]::placeholder,
.contact_form_section_Kd textarea::placeholder {
    color: rgba(255, 255, 255, 0.5);
}.contact_form_section_Kd textarea {
    height: 140px;
    resize: none;
}.contact_form_section_Kd .inquiry_inquiry_NW {
    display: flex;
    margin-bottom: 25px;
    align-items: flex-start;
    position: relative;
}.contact_form_section_Kd .inquiry_inquiry_NW input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact_form_section_Kd .inquiry_inquiry_NW label {
    line-height: 1.5;
    cursor: pointer;
    padding-left: 35px;
    position: relative;
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
}.contact_form_section_Kd .inquiry_inquiry_NW label::before {
    top: 2px;
    box-shadow: 0 0 5px rgb(192,181,179,0.5);
    background: rgba(0, 0, 0, 0.3);
    left: 0;
    height: 20px;
    width: 20px;
    content: '';
    position: absolute;
    transition: all 0.3s ease;
    border-radius: 10px;
    border: 1px solid rgb(192,181,179);
}.contact_form_section_Kd .inquiry_inquiry_NW input[type="checkbox"]:checked + label::before {
    box-shadow: 0 0 8px rgb(192,181,179);
    background: rgb(192,181,179);
}.contact_form_section_Kd .inquiry_inquiry_NW input[type="checkbox"]:checked + label::after {
    transform: rotate(45deg);
    left: 7px;
    position: absolute;
    border: solid #ffffff;
    content: '';
    width: 6px;
    border-width: 0 2px 2px 0;
    height: 12px;
    top: 5px;
}.contact_form_section_Kd .inquiry_inquiry_NW a {
    text-shadow: 0 0 3px rgb(192,181,179);
    transition: all 0.3s ease;
    color: rgb(192,181,179);
    text-decoration: none;
}.contact_form_section_Kd .inquiry_inquiry_NW a:hover {
    text-shadow: 0 0 5px rgb(154,141,143);
    color: rgb(154,141,143);
}.contact_form_section_Kd .help_widget_Wf {
    border-radius: 10px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    background: rgb(192,181,179);
    letter-spacing: 1px;
    overflow: hidden;
    padding: 15px 35px;
    cursor: pointer;
    border: none;
    font-weight: 600;
    color: #ffffff;
    position: relative;
    box-shadow: 0 0 15px rgb(192,181,179,0.5);
    font-size: 20px;
}.contact_form_section_Kd .help_widget_Wf::before {
    width: 100%;
    position: absolute;
    content: '';
    transition: left 0.7s ease;
    left: -100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
}.contact_form_section_Kd .help_widget_Wf:hover {
    box-shadow: 0 0 20px rgb(154,141,143);
    transform: translateY(-3px);
    background: rgb(154,141,143);
}.contact_form_section_Kd .help_widget_Wf:hover::before {
    left: 100%;
}.contact_form_section_Kd .support_section_MK {
    background: rgba(0, 0, 0, 0.4);
    padding: 50px;
    backdrop-filter: blur(5px);
    flex-direction: column;
    position: relative;
    display: flex;
    justify-content: center;
    flex: 2;
}.contact_form_section_Kd .support_section_MK::before {
    content: '';
    position: absolute;
    left: 0;
    height: 100%;
    opacity: 0.1;
    background: linear-gradient(135deg, rgb(192,181,179,0.5) 0%, transparent 100%);
    top: 0;
    width: 100%;
}.contact_form_section_Kd .support_section_MK h4 {
    color: #ffffff;
    text-shadow: 0 0 5px rgb(192,181,179);
    margin-bottom: 30px;
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    position: relative;
}.contact_form_section_Kd .support_section_MK h4::after {
    height: 2px;
    width: 50px;
    left: 0;
    position: absolute;
    background: rgb(192,181,179);
    bottom: -10px;
    box-shadow: 0 0 5px rgb(192,181,179);
    content: '';
}.contact_form_section_Kd .feedback_reach_mT {
    padding: 0;
    list-style: none;
    margin: 0;
}.contact_form_section_Kd .feedback_reach_mT li {
    margin-bottom: 25px;
    transition: transform 0.3s ease;
    align-items: flex-start;
    display: flex;
}.contact_form_section_Kd .feedback_reach_mT li:hover {
    transform: translateX(5px);
}.contact_form_section_Kd .feedback_reach_mT svg {
    height: 24px;
    width: 24px;
    margin-right: 15px;
    margin-top: 2px;
    flex-shrink: 0;
}.contact_form_section_Kd .feedback_reach_mT svg path {
    fill: rgb(192,181,179);
    transition: fill 0.3s ease;
    filter: drop-shadow(0 0 3px rgb(192,181,179));
}.contact_form_section_Kd .feedback_reach_mT li:hover svg path {
    fill: rgb(154,141,143);
    filter: drop-shadow(0 0 5px rgb(154,141,143));
}.contact_form_section_Kd .feedback_reach_mT span {
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.6;
}.contact_form_section_Kd .feedback_reach_mT a {
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
}.contact_form_section_Kd .feedback_reach_mT a:hover {
    text-shadow: 0 0 5px rgb(192,181,179,0.5);
    color: rgb(192,181,179);
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(192,181,179,0.5);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

@media (max-width: 992px) {.contact_form_section_Kd .main_photo_Up {
    opacity: 0.3;
    width: 100%;
    height: 40%;
}.contact_form_section_Kd .reach_info_ZV {
    flex-direction: column;
    max-width: 700px;
}.contact_form_section_Kd .inquiry_message_jy,
    .contact_form_section_Kd .support_section_MK {
    width: 100%;
    padding: 40px;
}
}

@media (max-width: 768px) {.contact_form_section_Kd {
    padding: 80px 0;
}.contact_form_section_Kd h3 {
    font-size: calc(36px * 0.9);
    margin-bottom: 40px;
}.contact_form_section_Kd .inquiry_message_jy,
    .contact_form_section_Kd .support_section_MK {
    padding: 30px;
}.contact_form_section_Kd form h3,
    .contact_form_section_Kd .support_section_MK h4 {
    font-size: calc(20px * 0.9);
    margin-bottom: 25px;
}
}

@media (max-width: 576px) {.contact_form_section_Kd {
    padding: 60px 0;
}.contact_form_section_Kd h3 {
    font-size: calc(36px * 0.8);
    margin-bottom: 30px;
}.contact_form_section_Kd .inquiry_message_jy,
    .contact_form_section_Kd .support_section_MK {
    padding: 25px 20px;
}.contact_form_section_Kd input[type="text"],
    .contact_form_section_Kd textarea {
    padding: 12px;
    margin-bottom: 15px;
}.contact_form_section_Kd .help_widget_Wf {
    padding: 12px;
    width: 100%;
}}.plan_box_TH {
    z-index: 1;
    padding: 120px 0 100px;
    overflow: hidden;
    position: relative;
}.plan_box_TH::before {
    content: "";
    background: linear-gradient(135deg, rgb(154,141,143,0.5), rgba(0, 0, 0, 0.5) 80%);
    position: absolute;
    top: 0;
    height: 100%;
    z-index: -1;
    left: 0;
    width: 100%;
}.plan_box_TH::after {
    top: -50%;
    content: "";
    animation: rotateBackground 180s linear infinite;
    height: 200%;
    position: absolute;
    left: -50%;
    width: 200%;
    pointer-events: none;
    z-index: -1;
    background: radial-gradient(circle at center, transparent 45%, rgba(255, 255, 255, 0.03) 50%, transparent 55%);
}.plan_box_TH .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
}.study_rates_oL {
    position: relative;
}.plan_box_TH h2 {
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    text-align: center;
    font-size: 38px;
    color: #ffffff;
    position: relative;
    margin-bottom: 25px;
    font-weight: 700;
    transform: perspective(1000px) translateZ(20px);
}.plan_box_TH h2::after {
    bottom: -10px;
    left: 50%;
    width: 80px;
    height: 3px;
    position: absolute;
    content: "";
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, rgb(192,181,179), transparent);
}.plan_box_TH .learn_price_tO {
    text-align: center;
    color: #ffffff;
    opacity: 0.9;
    max-width: 800px;
    line-height: 1.6;
    font-size: 12px;
    transform: perspective(1000px) translateZ(10px);
    margin: 0 auto 60px;
}.plan_box_TH .pricing_block_aR {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    padding: 0;
    list-style: none;
    perspective: 1000px;
    gap: 30px;
}.plan_box_TH .pricing_block_aR li {
    transform-style: preserve-3d;
    transition: transform 0.5s ease-out;
}.plan_box_TH .program_rate_tI {
    height: 100%;
    text-decoration: none;
    display: block;
    transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
}.plan_box_TH .study_packages_nt {
    transition: all 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2),
              -10px -10px 30px rgba(255, 255, 255, 0.05),
              inset 2px 2px 4px rgba(255, 255, 255, 0.05),
              inset -2px -2px 4px rgba(0, 0, 0, 0.1);
    position: relative;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
    padding: 30px;
    border-radius: 16px;
    transform-style: preserve-3d;
    height: 100%;
    backdrop-filter: blur(8px);
    overflow: hidden;
}.plan_box_TH .study_packages_nt::before {
    width: 80px;
    opacity: 0.1;
    top: -40px;
    transition: transform 0.5s ease-out;
    content: "";
    background: rgb(192,181,179);
    border-radius: 50%;
    right: -40px;
    position: absolute;
    height: 80px;
}.plan_box_TH .study_packages_nt::after {
    content: "";
    transform-origin: left;
    transition: transform 0.5s ease-out;
    width: 100%;
    transform: scaleX(0.7);
    bottom: 0;
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, rgb(192,181,179), transparent);
    height: 3px;
}.plan_box_TH .plan_options_xs {
    transform: translateZ(20px);
    position: relative;
    z-index: 2;
}.plan_box_TH .program_rate_tI h4 {
    margin: 0 0 20px;
    position: relative;
    color: #ffffff;
    font-size: calc(18px + 2px);
    font-weight: 600;
    display: inline-block;
}.plan_box_TH .program_rate_tI h4::after {
    left: 0;
    bottom: -8px;
    width: 40px;
    content: "";
    transition: width 0.3s ease;
    background: rgb(192,181,179);
    position: absolute;
    height: 2px;
}.plan_box_TH .program_rate_tI p {
    opacity: 0.8;
    overflow-y: auto;
    color: #ffffff;
    scrollbar-color: rgb(192,181,179) transparent;
    max-height: 240px;
    scrollbar-width: thin;
    font-size: calc(12px - 1px);
    line-height: 1.6;
    padding-right: 10px;
    margin-bottom: 25px;
}.plan_box_TH .program_rate_tI p::-webkit-scrollbar {
    width: 4px;
}.plan_box_TH .program_rate_tI p::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
}.plan_box_TH .program_rate_tI p::-webkit-scrollbar-thumb {
    background: rgb(192,181,179);
    border-radius: 10px;
}.plan_box_TH .plan_matrix_zS {
    display: block;
    position: relative;
    text-align: right;
    margin-top: 20px;
    font-weight: 700;
    color: #ffffff;
    font-size: calc(18px + 6px);
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}.plan_box_TH .plan_matrix_zS::before {
    position: absolute;
    bottom: -10px;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s ease;
    height: 2px;
    right: 0;
    width: 60px;
    background: rgb(192,181,179);
    content: "";
}.plan_box_TH .program_rate_tI:hover .study_packages_nt {
    transform: translateY(-8px) translateZ(0);
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.25),
              -15px -15px 40px rgba(255, 255, 255, 0.07),
              inset 2px 2px 4px rgba(255, 255, 255, 0.05),
              inset -2px -2px 4px rgba(0, 0, 0, 0.1);
}.plan_box_TH .program_rate_tI:hover .study_packages_nt::before {
    transform: scale(3);
    opacity: 0.05;
}.plan_box_TH .program_rate_tI:hover .study_packages_nt::after {
    transform: scaleX(1);
}.plan_box_TH .program_rate_tI:hover h4::after {
    width: 100%;
}.plan_box_TH .program_rate_tI:hover .plan_matrix_zS::before {
    transform: scaleX(1);
}

@keyframes rotateBackground {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media screen and (min-width: 1200px) {.plan_box_TH .pricing_block_aR {
    grid-template-columns: repeat(4, 1fr);
}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {.plan_box_TH .pricing_block_aR {
    grid-template-columns: repeat(3, 1fr);
}.plan_box_TH {
    padding: 100px 0 80px;
}
}

@media screen and (min-width: 768px) and (max-width: 991px) {.plan_box_TH .pricing_block_aR {
    grid-template-columns: repeat(2, 1fr);
}.plan_box_TH {
    padding: 80px 0 60px;
}.plan_box_TH .learn_price_tO {
    margin-bottom: 50px;
}
}

@media screen and (max-width: 767px) {.plan_box_TH .pricing_block_aR {
    margin: 0 auto;
    max-width: 400px;
    grid-template-columns: 1fr;
}.plan_box_TH {
    padding: 60px 0 40px;
}.plan_box_TH h2 {
    font-size: calc(38px - 4px);
}.plan_box_TH .learn_price_tO {
    font-size: calc(12px - 1px);
    margin-bottom: 40px;
}.plan_box_TH .study_packages_nt {
    padding: 25px 20px;
}
}

@media (hover: none) {.plan_box_TH .study_packages_nt {
    box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.2),
                -8px -8px 20px rgba(255, 255, 255, 0.05);
}.plan_box_TH .program_rate_tI:active .study_packages_nt {
    transform: translateY(-5px);
}
}

@media (prefers-reduced-motion: reduce) {.plan_box_TH::after {
    animation: none;
}.plan_box_TH .program_rate_tI:hover .study_packages_nt {
    transform: none;
}.plan_box_TH .program_rate_tI:hover .study_packages_nt::before {
    transform: none;
}}.trial_offer_RE {
    position: relative;
    color: #ffffff;
    font-family: Arial, sans-serif;
    padding: 0;
    background-color: rgb(154,141,143);
}.trial_offer_RE .container {
    position: relative;
    z-index: 2;
}.trial_offer_RE .podcast_cta_Oq {
    flex-direction: column;
    display: flex;
}.trial_offer_RE .send_feedback_Sm {
    grid-template-columns: repeat(4, 1fr);
    display: grid;
    padding: 3rem 1.5rem 5rem;
    background-color: rgb(192,181,179);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    margin-bottom: -2rem;
    z-index: 3;
    position: relative;
}.trial_offer_RE .send_feedback_Sm::before {
    width: 100%;
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.03) 10px,
        rgba(255, 255, 255, 0.03) 20px
    );
    height: 100%;
    z-index: -1;
}.trial_offer_RE .info_item {
    position: relative;
    transition: transform 0.3s ease;
    padding: 0.5rem 1rem;
}.trial_offer_RE .info_item:hover {
    transform: translateX(10px);
}.trial_offer_RE .info_item p,
.trial_offer_RE .info_item a {
    transition: all 0.3s ease;
    gap: 0.75rem;
    align-items: center;
    color: #ffffff;
    display: flex;
    font-size: 14px;
    text-decoration: none;
}.trial_offer_RE .info_item svg {
    fill: #ffffff;
    width: 20px;
    transition: transform 0.3s ease;
    height: 20px;
}.trial_offer_RE .info_item:hover svg {
    transform: scale(1.2);
}.trial_offer_RE .text_main_holder {
    z-index: 2;
    position: relative;
    grid-template-columns: 1fr 1.5fr 1fr;
    gap: 0;
    display: grid;
}.trial_offer_RE .head_know_Xc {
    background-color: rgb(154,141,143);
    flex-direction: column;
    display: flex;
    z-index: 4;
    gap: 1.5rem;
    clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
    position: relative;
    padding: 4rem 2rem 3rem;
}.trial_offer_RE .head_know_Xc svg {
    max-width: 150px;
    transition: all 0.3s ease;
    height: auto;
    filter: brightness(0) invert(1);
}.trial_offer_RE .head_know_Xc:hover svg {
    transform: scale(1.05);
}.trial_offer_RE .webinar_arch_sI {
    color: #ffffff;
    line-height: 1.6;
    font-size: 13px;
    opacity: 0.9;
}.trial_offer_RE .head_mainbar_cf {
    flex-direction: column;
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
    position: relative;
    z-index: 2;
    display: flex;
    background-color: #000000;
    padding: 5rem 2rem 3rem;
    gap: 2rem;
}.trial_offer_RE .head_mainbar_cf::before {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, transparent 100%);
    top: 0;
    z-index: -1;
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    height: 100%;
}.trial_offer_RE .head_mainbar_cf h5 {
    margin-bottom: 1.5rem;
    color: #ffffff;
    position: relative;
    display: inline-block;
    font-size: 23px;
    font-weight: 600;
}.trial_offer_RE .head_mainbar_cf h5::after {
    width: 40px;
    background-color: rgb(192,181,179);
    height: 3px;
    content: '';
    bottom: -0.5rem;
    position: absolute;
    left: 0;
}.trial_offer_RE .head_learning_pK {
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
}.trial_offer_RE .head_learning_pK:not(:last-child) {
    margin-bottom: 1rem;
}.trial_offer_RE .head_learning_pK a {
    padding: 0.5rem 0;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
    opacity: 0.8;
    font-size: 14px;
    color: #ffffff;
}.trial_offer_RE .head_learning_pK a::before {
    height: 2px;
    transition: width 0.3s ease;
    width: 0;
    background-color: rgb(192,181,179);
    left: 0;
    content: '';
    bottom: 0;
    position: absolute;
}.trial_offer_RE .head_learning_pK a:hover {
    padding-left: 10px;
    opacity: 1;
}.trial_offer_RE .head_learning_pK a:hover::before {
    width: 30px;
}.trial_offer_RE .subscribe_holder {
    padding: 4rem 2rem 3rem;
    gap: 1.5rem;
    display: flex;
    position: relative;
    background-color: rgb(154,141,143);
    z-index: 3;
    flex-direction: column;
}.trial_offer_RE .subscribe_holder::before {
    top: 0;
    content: '';
    z-index: -1;
    left: 0;
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(0, 0, 0, 0.05) 10px,
        rgba(0, 0, 0, 0.05) 20px
    );
    width: 100%;
    height: 100%;
}.trial_offer_RE .subscribe_holder h5 {
    font-size: 23px;
    margin-bottom: 1rem;
    font-weight: 600;
    color: #ffffff;
}.trial_offer_RE .subscribe_holder p {
    color: #ffffff;
    margin-bottom: 1rem;
    font-size: 14px;
    opacity: 0.9;
    line-height: 1.6;
}.trial_offer_RE .input_holder {
    flex-direction: column;
    display: flex;
    gap: 1rem;
}.trial_offer_RE .input_holder input[type="email"] {
    transition: all 0.3s ease;
    background-color: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    border-radius: 10px;
    font-size: 14px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 1rem 1.25rem;
}.trial_offer_RE .input_holder input[type="email"]:focus {
    outline: none;
    background-color: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.3);
}.trial_offer_RE .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}.trial_offer_RE .sub_approach_zd {
    position: relative;
    font-size: 14px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 600;
    padding: 1rem 1.25rem;
    color: #ffffff;
    background-color: rgb(192,181,179);
    overflow: hidden;
    transition: all 0.3s ease;
}.trial_offer_RE .sub_approach_zd::before {
    width: 100%;
    top: 0;
    height: 100%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s ease;
    left: -100%;
    content: '';
}.trial_offer_RE .sub_approach_zd:hover {
    background-color: rgb(192,181,179,0.5);
}.trial_offer_RE .sub_approach_zd:hover::before {
    left: 100%;
}.trial_offer_RE .idea_pool_Dd {
    background-color: rgb(154,141,143);
    padding: 6rem 0 2rem;
    clip-path: polygon(0 30%, 100% 0, 100% 100%, 0 100%);
    text-align: center;
    position: relative;
    margin-top: 0;
    z-index: 1;
}.trial_offer_RE .idea_pool_Dd::before {
    position: absolute;
    width: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, transparent 70%);
    left: 0;
    height: 100%;
    z-index: -1;
    content: '';
    top: 0;
}.trial_offer_RE .desktop_app_Vi {
    opacity: 0.7;
    color: #ffffff;
    font-size: 13px;
}

@media (max-width: 1200px) {.trial_offer_RE .send_feedback_Sm {
    gap: 1.5rem;
    grid-template-columns: repeat(2, 1fr);
}.trial_offer_RE .text_main_holder {
    grid-template-columns: 1fr 1.5fr;
}.trial_offer_RE .subscribe_holder {
    grid-column: 1 / -1;
}
}

@media (max-width: 991px) {.trial_offer_RE .text_main_holder {
    grid-template-columns: 1fr;
}.trial_offer_RE .head_know_Xc,
    .trial_offer_RE .head_mainbar_cf,
    .trial_offer_RE .subscribe_holder {
    clip-path: none;
}.trial_offer_RE .head_mainbar_cf {
    padding: 3rem 2rem;
}.trial_offer_RE .head_know_Xc {
    align-items: center;
    text-align: center;
    padding: 3rem 2rem;
}.trial_offer_RE .subscribe_holder {
    padding: 3rem 2rem;
}.trial_offer_RE .idea_pool_Dd {
    padding: 3rem 0 2rem;
    clip-path: none;
}
}

@media (max-width: 768px) {.trial_offer_RE .send_feedback_Sm {
    clip-path: none;
    margin-bottom: 0;
    padding: 2.5rem 1.5rem 3rem;
    grid-template-columns: 1fr;
}.trial_offer_RE .head_learning_pK {
    grid-template-columns: 1fr;
}.trial_offer_RE .head_mainbar_cf h5,
    .trial_offer_RE .subscribe_holder h5 {
    display: block;
    text-align: center;
}.trial_offer_RE .head_mainbar_cf h5::after {
    transform: translateX(-50%);
    left: 50%;
}.trial_offer_RE .subscribe_holder p {
    text-align: center;
}
}

@media (max-width: 576px) {.trial_offer_RE .head_know_Xc,
    .trial_offer_RE .head_mainbar_cf,
    .trial_offer_RE .subscribe_holder {
    padding: 2.5rem 1.5rem;
}.trial_offer_RE .idea_pool_Dd {
    padding: 2.5rem 0 1.5rem;
}.trial_offer_RE .info_item {
    padding: 0.5rem 0;
}.trial_offer_RE .info_item p,
    .trial_offer_RE .info_item a {
    justify-content: center;
}}.give_it_a_try_XQ {
    background: linear-gradient(110deg, rgb(192,181,179) 55%, rgb(226,224,204) 45%);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.give_it_a_try_XQ::before {
    position: absolute;
    background: repeating-linear-gradient(
        -45deg, 
        transparent, 
        transparent 20px, 
        rgba(255, 255, 255, 0.03) 20px, 
        rgba(255, 255, 255, 0.03) 40px
    );
    z-index: 1;
    content: '';
    height: 100%;
    left: 0;
    width: 100%;
    top: 0;
}.give_it_a_try_XQ .impact_facts_cp {
    justify-content: space-between;
    z-index: 10;
    position: relative;
    flex-direction: row;
    display: flex;
    padding: 0;
    align-items: center;
}.give_it_a_try_XQ .container p {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.4;
    z-index: 5;
    width: 60%;
    padding-right: 30px;
    color: #ffffff;
    margin: 0;
    position: relative;
}.give_it_a_try_XQ .help_widget_Wf {
    text-decoration: none;
    z-index: 5;
    font-size: 19px;
    transition: all 0.4s ease;
    border-radius: 17px;
    display: flex;
    transform: skewX(-10deg);
    overflow: hidden;
    width: 35%;
    justify-content: center;
    height: 100px;
    background: rgb(192,181,179);
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.2);
    position: relative;
    align-items: center;
    font-weight: 600;
    color: #ffffff;
}.give_it_a_try_XQ .help_widget_Wf::before {
    content: '';
    transform: rotate(35deg) translateY(-50px);
    height: 150%;
    left: -50px;
    width: 10px;
    transition: all 0.6s ease;
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
}.give_it_a_try_XQ .help_widget_Wf:hover {
    background: rgb(154,141,143);
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.3);
    transform: skewX(-10deg) translateY(-8px);
}.give_it_a_try_XQ .help_widget_Wf:hover::before {
    left: 120%;
}.give_it_a_try_XQ .container::after {
    animation: pulse 8s infinite alternate;
    position: absolute;
    top: -50px;
    height: 200px;
    border-radius: 50%;
    z-index: -1;
    background: rgb(192,181,179,0.5);
    content: '';
    right: -50px;
    width: 200px;
    filter: blur(60px);
}.give_it_a_try_XQ .container::before {
    left: -50px;
    width: 150px;
    position: absolute;
    background: rgb(154,141,143,0.5);
    filter: blur(50px);
    content: '';
    z-index: -1;
    animation: pulse 8s infinite alternate-reverse;
    border-radius: 50%;
    bottom: -50px;
    height: 150px;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 0.3;
    }
}

@media (max-width: 991px) {.give_it_a_try_XQ {
    padding: 90px 0;
    background: linear-gradient(130deg, #000000 55%, rgb(226,224,204) 55%);
}.give_it_a_try_XQ .container p {
    font-size: calc(20px * 1.3);
}.give_it_a_try_XQ .help_widget_Wf {
    height: 80px;
}
}

@media (max-width: 767px) {.give_it_a_try_XQ {
    padding: 70px 0;
    background: #000000;
}.give_it_a_try_XQ .impact_facts_cp {
    flex-direction: column;
    gap: 30px;
}.give_it_a_try_XQ .container p {
    padding-right: 0;
    width: 100%;
    font-size: 20px;
    text-align: center;
}.give_it_a_try_XQ .help_widget_Wf {
    width: 80%;
    transform: skewX(0);
    height: 70px;
}.give_it_a_try_XQ .help_widget_Wf:hover {
    transform: skewX(0) translateY(-5px);
}
}

@media (max-width: 480px) {.give_it_a_try_XQ {
    padding: 50px 0;
}.give_it_a_try_XQ .container p {
    font-size: calc(15px * 1.2);
}.give_it_a_try_XQ .help_widget_Wf {
    width: 100%;
    height: 60px;
    font-size: calc(19px * 0.9);
}}.gratPanel_XY {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(192,181,179,0.5) 0%, rgb(226,224,204) 100%);
}.gratPanel_XY::before {
    z-index: 1;
    width: 100%;
    animation: patternShift 30s infinite linear;
    background-size: 60px 60px;
    opacity: 0.1;
    top: 0;
    background-image: 
        linear-gradient(30deg, rgb(192,181,179,0.5) 1px, transparent 1px),
        linear-gradient(120deg, rgb(192,181,179,0.5) 1px, transparent 1px);
    height: 100%;
    position: absolute;
    left: 0;
    content: "";
}.gratPanel_XY::after {
    position: absolute;
    top: -50%;
    z-index: 0;
    height: 200%;
    transform: translateZ(0);
    width: 200%;
    content: "";
    left: -50%;
    opacity: 0.15;
    animation: lightPulse 10s infinite ease-in-out;
    background: radial-gradient(ellipse at center, #ffffff 0%, transparent 70%);
}.gratPanel_XY .container {
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
}.gratPanel_XY .impact_facts_cp {
    transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    backdrop-filter: blur(10px);
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    background: linear-gradient(145deg, 
        rgba(255, 255, 255, 0.95), 
        rgba(255, 255, 255, 0.85));
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.08),
        0 1px 0 rgba(255, 255, 255, 0.8) inset,
        0 -1px 0 rgba(0, 0, 0, 0.05) inset;
    border-radius: 10px;
    padding: 60px;
}.gratPanel_XY .impact_facts_cp::before {
    background: linear-gradient(45deg, 
        rgb(192,181,179) 0%, 
        transparent 30%, 
        transparent 70%, 
        rgb(154,141,143) 100%);
    content: "";
    z-index: -1;
    transition: opacity 0.6s ease, filter 0.6s ease;
    opacity: 0.6;
    right: -5px;
    border-radius: calc(10px + 5px);
    filter: blur(8px);
    top: -5px;
    position: absolute;
    bottom: -5px;
    left: -5px;
}.gratPanel_XY .impact_facts_cp:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.12),
        0 1px 0 rgba(255, 255, 255, 0.9) inset,
        0 -1px 0 rgba(0, 0, 0, 0.08) inset;
}.gratPanel_XY .impact_facts_cp:hover::before {
    opacity: 0.8;
    filter: blur(12px);
}.gratPanel_XY .impact_facts_cp > div:first-child {
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}.gratPanel_XY .impact_facts_cp > div:first-child::after {
    content: "";
    bottom: -10px;
    transform-origin: left center;
    border-radius: 2px;
    animation: lineExtend 1.5s ease-out forwards;
    width: 80px;
    left: 0;
    background: linear-gradient(90deg, rgb(192,181,179), rgb(154,141,143));
    position: absolute;
    height: 4px;
}.gratPanel_XY h5 {
    margin: 0;
    font-weight: 700;
    font-size: 19px;
    animation: slideIn 0.8s 0.2s ease-out forwards;
    padding: 0;
    color: #000000;
    font-family: Arial, sans-serif;
    line-height: 1.4;
    transform: translateX(0);
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
    opacity: 0;
}.gratPanel_XY .impact_facts_cp > div:last-child {
    overflow: hidden;
    position: relative;
}.gratPanel_XY a {
    display: block;
    text-decoration: none;
    transition: transform 0.4s ease;
}.gratPanel_XY a:hover {
    transform: translateX(5px);
}.gratPanel_XY p {
    font-size: 15px;
    animation: fadeIn 1s 0.5s ease-out forwards;
    padding: 0;
    line-height: 1.8;
    font-family: Arial, sans-serif;
    color: #000000;
    font-weight: 400;
    opacity: 0;
    margin: 0;
}

@keyframes lineExtend {
    0% { 
        width: 0; 
        opacity: 0;
    }
    100% { 
        width: 80px; 
        opacity: 1;
    }
}

@keyframes slideIn {
    0% { 
        transform: translateX(-30px); 
        opacity: 0;
    }
    100% { 
        transform: translateX(0); 
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

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

@keyframes lightPulse {
    0%, 100% { 
        opacity: 0.15; 
        transform: translate(-50%, -50%) scale(1); 
    }
    50% { 
        opacity: 0.2; 
        transform: translate(-50%, -50%) scale(1.1); 
    }
}

@media (max-width: 992px) {.gratPanel_XY {
    padding: 90px 0;
}.gratPanel_XY .impact_facts_cp {
    transform: perspective(1000px) rotateX(1deg);
    padding: 50px 40px;
}.gratPanel_XY h5 {
    font-size: calc(19px - 0.1rem);
}
}

@media (max-width: 768px) {.gratPanel_XY {
    padding: 70px 0;
}.gratPanel_XY .impact_facts_cp {
    padding: 40px 30px;
    transform: none;
}.gratPanel_XY h5 {
    font-size: calc(19px - 0.2rem);
}.gratPanel_XY p {
    font-size: calc(15px - 0.05rem);
    line-height: 1.7;
}.gratPanel_XY .impact_facts_cp > div:first-child::after {
    width: 60px;
}
    
    @keyframes lineExtend {
        100% { width: 60px; }
    }
}

@media (max-width: 576px) {.gratPanel_XY {
    padding: 50px 0;
}.gratPanel_XY .impact_facts_cp {
    padding: 30px 20px;
}.gratPanel_XY h5 {
    font-size: calc(19px - 0.3rem);
}.gratPanel_XY p {
    font-size: calc(15px - 0.1rem);
    line-height: 1.6;
}.gratPanel_XY .impact_facts_cp > div:first-child {
    margin-bottom: 25px;
}.gratPanel_XY .impact_facts_cp > div:first-child::after {
    height: 3px;
    width: 50px;
}
    
    @keyframes lineExtend {
        100% { width: 50px; }
    }
}

@media (hover: none) {.gratPanel_XY .impact_facts_cp:hover {
    box-shadow: 
            0 10px 30px rgba(0, 0, 0, 0.08),
            0 1px 0 rgba(255, 255, 255, 0.8) inset,
            0 -1px 0 rgba(0, 0, 0, 0.05) inset;
    transform: none;
}.gratPanel_XY .impact_facts_cp:hover::before {
    filter: blur(8px);
    opacity: 0.6;
}.gratPanel_XY a:hover {
    transform: none;
}
}