* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}header,footer {
    width: 100%;
}.badge-case-UidN {
    flex: 0 0 auto;
}@keyframes shift_scrollbar { 0% { transform: translateX(0); } 50% { transform: translateX(5px); } 100% { transform: translateX(0); } }

::-webkit-scrollbar {
    height: 14px;
    width: 5px;
}::-webkit-scrollbar-button {
    background: rgb(203,203,186);
    height: 3px;
}::-webkit-scrollbar-track {
    box-shadow: inset -2px 4px 0px 0px rgba(0, 0, 0, 0.2);
    background: radial-gradient(circle at bottom left, rgb(255, 255, 255, 0.5) 99%, rgb(124,126,124) 59%, rgb(124,126,124,0.5) 68%, rgb(167,169,166) 40%, rgb(167,169,166,0.5) 55%, rgb(203,203,186) 89%);
    border-radius: 15.3vw;
}::-webkit-scrollbar-thumb {
    background: rgb(255, 255, 255, 0.5);
    border: 3px double #ffffff;
    border-radius: 15.4vh;
}::-webkit-scrollbar-thumb:active {
    box-shadow: inset 1px 1px 14px 2px rgba(0, 0, 0, 0.6);
    background: rgb(124,126,124);
}::-webkit-scrollbar-corner {
    border-radius: 6px;
    background: rgb(124,126,124,0.5);
}html {
    scrollbar-color: rgb(167,169,166,0.5) rgb(167,169,166,0.5);
}html,body {
    min-height: 100%;
    scroll-behavior: auto;
    font-family: Arial, sans-serif;
    height: 100%;
    color: #000000;
}.wrapper-viewport-4V05 {
    height: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}.container {
    margin: auto;
    width: 1219px;
    max-width: 100%;
}svg {
    width: 30px;
    height: 30px;
}.main-mentor-OlEo {
    flex: 1 0 auto;
}a {
    color: inherit;
    text-decoration: none;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
header {
    position: relative;
    overflow: visible;
    background: linear-gradient(to right, rgb(124,126,124,0.5), rgb(167,169,166));
    padding: 1.5rem 0;
    z-index: 1000;
}header::before {
    background: 
        radial-gradient(circle at 10% 20%, #ffffff 0%, transparent 15%),
        radial-gradient(circle at 90% 80%, #ffffff 0%, transparent 15%);
    top: 0;
    left: 0;
    width: 100%;
    content: '';
    opacity: 0.1;
    z-index: -1;
    height: 100%;
    position: absolute;
}header .container {
    max-width: 1200px;
    padding: 0 1.5rem;
    margin: 0 auto;
    position: relative;
}header .head-skill-lbPa {
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    flex-direction: column;
    display: flex;
}header .head-mainwrap-xeUM {
    justify-content: center;
    position: relative;
    align-items: center;
    text-decoration: none;
    z-index: 2;
    padding: 1rem;
    display: flex;
}header .head-mainwrap-xeUM::after {
    left: 50%;
    transition: width 0.3s ease, opacity 0.3s ease;
    width: 50%;
    bottom: 0;
    content: '';
    transform: translateX(-50%);
    height: 2px;
    background: #ffffff;
    position: absolute;
    opacity: 0.6;
}header .head-mainwrap-xeUM:hover::after {
    opacity: 1;
    width: 80%;
}header .head-mainwrap-xeUM svg {
    filter: drop-shadow(0 4px 8px rgb(167,169,166,0.5));
    transition: all 0.3s ease;
    width: 220px;
    height: auto;
}header .head-mainwrap-xeUM:hover svg {
    transform: translateY(-5px);
}header .nav-site-RPHh {
    position: relative;
    width: 100%;
    display: flex;
    border-radius: 13px;
    max-width: 800px;
    gap: 0.8rem;
    padding: 0.6rem 1rem;
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.1);
    justify-content: center;
    flex-wrap: wrap;
}header .nav-site-RPHh::before {
    width: 100%;
    top: 0;
    content: '';
    height: 100%;
    border-radius: 13px;
    z-index: -1;
    position: absolute;
    box-shadow: 
        0 4px 30px rgba(0, 0, 0, 0.1),
        inset 0 1px 1px rgba(255, 255, 255, 0.2);
    left: 0;
}header .main-site-RFjk {
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    position: relative;
    color: #ffffff;
    font-weight: 400;
    font-size: 14px;
    text-decoration: none;
    font-family: Arial, sans-serif;
    overflow: hidden;
    padding: 0.7rem 1.2rem;
    border-radius: 10px;
}header .main-site-RFjk::before {
    z-index: -1;
    position: absolute;
    transition: opacity 0.3s ease;
    height: 100%;
    left: 0;
    transform: translateY(100%) scale(0.8);
    opacity: 0;
    width: 100%;
    background: #ffffff;
    top: 0;
    border-radius: 10px;
    content: '';
}header .main-site-RFjk:hover {
    color: rgb(167,169,166);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}header .main-site-RFjk:hover::before {
    opacity: 1;
    transform: translateY(0) scale(1);
}

@media (max-width: 991px) {header {
    padding: 1.2rem 0;
}header .head-skill-lbPa {
    gap: 1.2rem;
}header .head-mainwrap-xeUM svg {
    width: 180px;
}header .nav-site-RPHh {
    gap: 0.6rem;
    padding: 0.5rem;
}header .main-site-RFjk {
    font-size: calc(14px - 1px);
    padding: 0.6rem 1rem;
}
}

@media (max-width: 767px) {header {
    padding: 1rem 0;
}header .head-skill-lbPa {
    gap: 1rem;
}header .head-mainwrap-xeUM svg {
    width: 150px;
}header .nav-site-RPHh {
    padding: 0.4rem;
    gap: 0.4rem;
}header .main-site-RFjk {
    padding: 0.5rem 0.8rem;
    font-size: calc(14px - 2px);
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0;
}header .head-skill-lbPa {
    gap: 0.8rem;
}header .head-mainwrap-xeUM svg {
    width: 140px;
}header .nav-site-RPHh {
    overflow-x: auto;
    padding: 0.4rem 0.6rem;
    justify-content: flex-start;
    flex-wrap: nowrap;
}header .nav-site-RPHh::-webkit-scrollbar {
    height: 3px;
}header .nav-site-RPHh::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #ffffff;
}header .main-site-RFjk {
    white-space: nowrap;
    font-size: calc(14px - 3px);
    padding: 0.4rem 0.7rem;
}}.tariff-block-Ukqo {
    background: linear-gradient(135deg, rgb(203,203,186) 0%, rgba(245, 247, 250, 0.95) 100%);
    overflow: hidden;
    position: relative;
    padding: 7rem 0;
}.tariff-block-Ukqo::before {
    right: -5%;
    width: 40%;
    transform: rotate(-15deg);
    top: -10%;
    position: absolute;
    height: 70%;
    content: "";
    opacity: 0.1;
    background: linear-gradient(120deg, rgb(167,169,166,0.5) 20%, rgb(124,126,124,0.5) 80%);
    z-index: 0;
    border-radius: 10px;
}.tariff-block-Ukqo::after {
    opacity: 0.08;
    bottom: -5%;
    content: "";
    transform: rotate(10deg);
    left: -3%;
    width: 35%;
    position: absolute;
    height: 50%;
    background: linear-gradient(45deg, rgb(124,126,124,0.5) 30%, rgb(167,169,166,0.5) 70%);
    border-radius: 10px;
    z-index: 0;
}.tariff-block-Ukqo .container {
    margin: 0 auto;
    padding: 0 2rem;
    z-index: 2;
    position: relative;
    max-width: 1400px;
}.tariff-block-Ukqo .promo-plans-g0Bz {
    flex-direction: column;
    display: flex;
}.tariff-block-Ukqo .learn-deals-FDAa {
    margin-bottom: 3.5rem;
    text-align: center;
    order: 1;
    position: relative;
}.tariff-block-Ukqo .learn-deals-FDAa h2 {
    margin-bottom: 1.5rem;
    font-size: 36px;
    font-weight: 700;
    color: #000000;
    position: relative;
    display: inline-block;
}.tariff-block-Ukqo .learn-deals-FDAa h2::after {
    content: "";
    bottom: -0.75rem;
    width: 70%;
    height: 3px;
    background: linear-gradient(90deg, transparent, rgb(167,169,166), transparent);
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
}.tariff-block-Ukqo .premium-cost-jkrW {
    max-width: 800px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.6;
    color: #000000;
}.tariff-block-Ukqo .learn-pricing-1oQm {
    gap: 2rem;
    display: grid;
    width: 100%;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    order: 2;
}.tariff-block-Ukqo .package-pricing-XsbP {
    background: #ffffff;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
    overflow: hidden;
    display: block;
    height: 100%;
    text-decoration: none;
    color: #000000;
}.tariff-block-Ukqo .package-pricing-XsbP:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}.tariff-block-Ukqo .package-pricing-XsbP::before {
    top: 0;
    position: absolute;
    height: 5px;
    width: 100%;
    background: linear-gradient(90deg, rgb(167,169,166), rgb(124,126,124));
    transition: transform 0.3s ease;
    content: "";
    transform: translateY(-5px);
    left: 0;
}.tariff-block-Ukqo .package-pricing-XsbP:hover::before {
    transform: translateY(0);
}.tariff-block-Ukqo .monthly-plan-7WN6 {
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
    height: 100%;
}.tariff-block-Ukqo .fee-package-eITq {
    display: flex;
    flex: 1;
    position: relative;
    flex-direction: column;
    padding: 2rem 1.75rem;
}.tariff-block-Ukqo .fee-package-eITq h3 {
    display: inline-block;
    font-weight: 700;
    position: relative;
    color: #000000;
    font-size: calc(22px * 1.1);
    margin-bottom: 1rem;
}.tariff-block-Ukqo .fee-package-eITq .learning-fees-P5q4 {
    margin-bottom: 1.5rem;
    position: relative;
    font-size: calc(22px * 1.3);
    color: rgb(167,169,166);
    font-weight: 700;
}.tariff-block-Ukqo .fee-package-eITq .learning-fees-P5q4::after {
    left: 0;
    background: rgb(167,169,166,0.5);
    bottom: -0.75rem;
    width: 40px;
    height: 2px;
    position: absolute;
    content: "";
}.tariff-block-Ukqo .fee-package-eITq p {
    line-height: 1.65;
    font-size: 14px;
    overflow-wrap: break-word;
    margin-bottom: 1.5rem;
    word-wrap: break-word;
    color: #000000;
    flex-grow: 1;
    word-break: break-word;
}.tariff-block-Ukqo .img-clickable-DHAF {
    position: relative;
    transition: transform 0.5s ease;
    width: 100%;
    overflow: hidden;
    height: 180px;
}.tariff-block-Ukqo .img-clickable-DHAF::after {
    top: 0;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
    left: 0;
    position: absolute;
    content: "";
    width: 100%;
}.tariff-block-Ukqo .package-pricing-XsbP:hover .img-clickable-DHAF {
    transform: scale(1.05);
}.tariff-block-Ukqo .package-pricing-XsbP:nth-child(odd) .fee-package-eITq::before {
    height: 2.5rem;
    position: absolute;
    background: rgb(167,169,166,0.5);
    opacity: 0.1;
    width: 2.5rem;
    content: "";
    border-radius: 50%;
    top: 1rem;
    z-index: -1;
    right: 1rem;
}.tariff-block-Ukqo .package-pricing-XsbP:nth-child(even) .fee-package-eITq::before {
    border-radius: 50%;
    position: absolute;
    width: 2.5rem;
    bottom: 1rem;
    background: rgb(124,126,124,0.5);
    height: 2.5rem;
    opacity: 0.1;
    z-index: -1;
    left: 1rem;
    content: "";
}

@media (min-width: 992px) {.tariff-block-Ukqo .promo-plans-g0Bz {
    flex-direction: row;
}.tariff-block-Ukqo .learn-deals-FDAa {
    flex-direction: column;
    padding-left: 3rem;
    margin-bottom: 0;
    text-align: left;
    order: 2;
    flex: 0 0 30%;
    justify-content: center;
    display: flex;
}.tariff-block-Ukqo .learn-deals-FDAa h2 {
    margin-bottom: 2rem;
    text-align: left;
}.tariff-block-Ukqo .learn-deals-FDAa h2::after {
    transform: none;
    left: 0;
    width: 40%;
}.tariff-block-Ukqo .premium-cost-jkrW {
    margin: 0;
    text-align: left;
}.tariff-block-Ukqo .learn-pricing-1oQm {
    order: 1;
    flex: 0 0 70%;
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 991px) {.tariff-block-Ukqo {
    padding: 5rem 0;
}.tariff-block-Ukqo .package-pricing-XsbP {
    margin-bottom: 1.5rem;
}.tariff-block-Ukqo .learn-deals-FDAa {
    padding: 0 1rem;
}
}

@media (max-width: 767px) {.tariff-block-Ukqo {
    padding: 4rem 0;
}.tariff-block-Ukqo .learn-deals-FDAa h2 {
    font-size: calc(36px * 0.9);
}.tariff-block-Ukqo .fee-package-eITq h3 {
    font-size: 22px;
}.tariff-block-Ukqo .fee-package-eITq .learning-fees-P5q4 {
    font-size: calc(22px * 1.15);
}.tariff-block-Ukqo .img-clickable-DHAF {
    height: 160px;
}
}

@media (max-width: 575px) {.tariff-block-Ukqo {
    padding: 3rem 0;
}.tariff-block-Ukqo .container {
    padding: 0 1.5rem;
}.tariff-block-Ukqo .learn-pricing-1oQm {
    gap: 1.5rem;
}.tariff-block-Ukqo .fee-package-eITq {
    padding: 1.5rem;
}.tariff-block-Ukqo .img-clickable-DHAF {
    height: 140px;
}
}

@media (hover: none) {.tariff-block-Ukqo .package-pricing-XsbP:hover {
    transform: none;
}.tariff-block-Ukqo .package-pricing-XsbP:hover .img-clickable-DHAF {
    transform: none;
}}.data-statistics-JTVs {
    position: relative;
    color: #ffffff;
    padding: 120px 0;
    overflow: hidden;
}.data-statistics-JTVs::before {
    width: 100%;
    opacity: 0.9;
    left: 0;
    content: "";
    z-index: 1;
    position: absolute;
    background: linear-gradient(135deg, rgb(167,169,166) 0%, rgb(124,126,124) 100%);
    top: 0;
    height: 100%;
}.data-statistics-JTVs::after {
    z-index: 2;
    width: 100%;
    background: radial-gradient(
        circle at 10px 10px,
        rgba(255, 255, 255, 0.1) 0,
        rgba(255, 255, 255, 0.1) 2px,
        transparent 2px,
        transparent 10px
    );
    position: absolute;
    left: 0;
    height: 100%;
    background-size: 20px 20px;
    top: 0;
    content: "";
    animation: movePattern 30s linear infinite;
}@keyframes movePattern {
    0% { background-position: 0 0; }
    100% { background-position: 100px 100px; }
}

.data-statistics-JTVs .container {
    margin: 0 auto;
    position: relative;
    z-index: 5;
    padding: 0 20px;
    max-width: 1200px;
}.data-statistics-JTVs .top-gain-uYVq {
    gap: 40px;
    grid-template-columns: 1fr 2fr;
    position: relative;
    display: grid;
}.data-statistics-JTVs .key-pros-52lX {
    border-radius: 10px;
    width: 120px;
    height: 120px;
    transform: rotate(-5deg);
    grid-column: 1;
    margin: 0;
    align-items: center;
    grid-row: 1;
    justify-content: center;
    display: flex;
    box-shadow: 0 0 0 2px rgb(167,169,166), 
                0 0 0 8px #000000, 
                0 0 30px -5px rgb(167,169,166,0.5);
    background: #000000;
}.data-statistics-JTVs .key-pros-52lX svg {
    fill: rgb(167,169,166);
    height: 60px;
    width: 60px;
}.data-statistics-JTVs .key-pros-52lX svg path {
    fill: rgb(167,169,166);
}.data-statistics-JTVs .extra-experts-twG0 {
    margin: 0;
    grid-row: 1;
    text-transform: uppercase;
    position: relative;
    text-align: left;
    align-items: center;
    padding-left: 0;
    grid-column: 2;
    font-size: 48px;
    letter-spacing: 2px;
    display: flex;
    font-weight: 700;
}.data-statistics-JTVs .extra-experts-twG0::before {
    content: "";
    top: 50%;
    transform: translateY(-50%);
    left: -20px;
    position: absolute;
    width: 4px;
    border-radius: 10px;
    background: rgb(167,169,166);
    height: 80%;
}.data-statistics-JTVs .key-statistics-xXRs {
    background: rgba(255, 255, 255, 0.05);
    line-height: 1.7;
    grid-column: 1 / -1;
    padding: 20px;
    border-left: 4px solid rgb(124,126,124);
    grid-row: 2;
    margin: 20px 0 50px;
    font-size: calc(14px * 1.1);
    border-radius: 24px;
    text-align: left;
}.data-statistics-JTVs .statistics-benefits-amdE {
    gap: 30px;
    justify-content: flex-start;
    flex-wrap: wrap;
    grid-row: 3;
    grid-column: 1 / -1;
    position: relative;
    display: flex;
}.data-statistics-JTVs .statistics-benefits-amdE::before {
    width: 100%;
    top: -30px;
    background: linear-gradient(90deg, 
                rgb(167,169,166) 0%, 
                transparent 100%);
    position: absolute;
    content: "";
    height: 1px;
    left: 0;
}.data-statistics-JTVs .statistics-zone-FYZ8 {
    text-align: left;
    display: flex;
    position: relative;
    flex-direction: column;
    padding: 0;
    transition: all 0.3s ease;
    align-items: flex-start;
    flex: 0 0 calc(25% - 30px);
}.data-statistics-JTVs .statistics-zone-FYZ8:hover {
    transform: translateX(10px);
}.data-statistics-JTVs .expert-statistics-8YSi {
    transform: rotate(-3deg);
    background: #000000;
    width: 50px;
    border-radius: 10px;
    align-items: center;
    height: 50px;
    box-shadow: 0 0 0 2px rgb(124,126,124,0.5);
    order: 1;
    display: flex;
    margin: 0 0 15px 0;
    justify-content: center;
}.data-statistics-JTVs .expert-statistics-8YSi svg {
    fill: rgb(124,126,124);
    width: 25px;
    height: 25px;
}.data-statistics-JTVs .expert-statistics-8YSi svg path {
    fill: rgb(124,126,124);
}.data-statistics-JTVs .statistics-zone-FYZ8 span {
    position: relative;
    line-height: 1;
    display: inline-block;
    order: 2;
    margin: 0 0 5px 0;
    color: #ffffff;
    font-size: calc(29px * 1.5);
    font-weight: 700;
}.data-statistics-JTVs .statistics-zone-FYZ8 span::after {
    height: 3px;
    background: rgb(167,169,166);
    width: 30px;
    bottom: -10px;
    position: absolute;
    left: 0;
    border-radius: 10px;
    content: "";
}.data-statistics-JTVs .statistics-zone-FYZ8 p {
    margin: 15px 0 0 0;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    order: 3;
}

@media screen and (max-width: 1024px) {.data-statistics-JTVs .statistics-zone-FYZ8 {
    flex: 0 0 calc(33.33% - 30px);
}
}

@media screen and (max-width: 992px) {.data-statistics-JTVs {
    padding: 90px 0;
}.data-statistics-JTVs .top-gain-uYVq {
    grid-template-columns: 1fr;
    gap: 30px;
}.data-statistics-JTVs .key-pros-52lX {
    margin: 0 auto 20px;
    width: 100px;
    grid-row: 1;
    grid-column: 1;
    height: 100px;
}.data-statistics-JTVs .extra-experts-twG0 {
    text-align: center;
    grid-column: 1;
    justify-content: center;
    grid-row: 2;
    font-size: calc(48px * 0.9);
}.data-statistics-JTVs .extra-experts-twG0::before {
    height: 3px;
    bottom: -10px;
    transform: none;
    top: auto;
    width: 80px;
    left: 0;
}.data-statistics-JTVs .key-statistics-xXRs {
    grid-row: 3;
    border-left: none;
    text-align: center;
    border-top: 4px solid rgb(124,126,124);
}.data-statistics-JTVs .statistics-zone-FYZ8 {
    flex: 0 0 calc(50% - 30px);
}
}

@media screen and (max-width: 768px) {.data-statistics-JTVs {
    padding: 70px 0;
}.data-statistics-JTVs .key-pros-52lX {
    width: 80px;
    height: 80px;
}.data-statistics-JTVs .key-pros-52lX svg {
    width: 40px;
    height: 40px;
}.data-statistics-JTVs .extra-experts-twG0 {
    font-size: calc(48px * 0.8);
}.data-statistics-JTVs .key-statistics-xXRs {
    font-size: 14px;
    padding: 15px;
    margin: 10px 0 40px;
}.data-statistics-JTVs .statistics-benefits-amdE {
    justify-content: center;
}
}

@media screen and (max-width: 576px) {.data-statistics-JTVs {
    padding: 60px 0;
}.data-statistics-JTVs .top-gain-uYVq {
    gap: 20px;
}.data-statistics-JTVs .key-pros-52lX {
    height: 70px;
    width: 70px;
}.data-statistics-JTVs .key-pros-52lX svg {
    width: 35px;
    height: 35px;
}.data-statistics-JTVs .extra-experts-twG0 {
    font-size: calc(48px * 0.7);
}.data-statistics-JTVs .key-statistics-xXRs {
    margin: 10px 0 30px;
    font-size: calc(14px * 0.9);
}.data-statistics-JTVs .statistics-zone-FYZ8 {
    align-items: center;
    flex: 0 0 100%;
    text-align: center;
    margin-bottom: 20px;
}.data-statistics-JTVs .statistics-zone-FYZ8 span::after {
    transform: translateX(-50%);
    left: 50%;
}}.newsletter-subscription-fNix {
    position: relative;
    overflow: hidden;
    padding: 4rem 0;
    background: linear-gradient(135deg, rgb(124,126,124,0.5), rgb(167,169,166));
}.newsletter-subscription-fNix::before {
    pointer-events: none;
    width: 200%;
    height: 200%;
    left: -50%;
    background: radial-gradient(circle at center, rgba(255,255,255,0.1) 0%, transparent 60%);
    top: -50%;
    content: "";
    position: absolute;
    animation: pulse 15s infinite alternate ease-in-out;
}.newsletter-subscription-fNix::after {
    opacity: 0.1;
    content: "";
    left: 0;
    width: 100%;
    bottom: 0;
    position: absolute;
    background: linear-gradient(to top, rgb(124,126,124) 0%, transparent 100%);
    pointer-events: none;
    height: 30%;
}.newsletter-subscription-fNix .container {
    position: relative;
    margin: 0 auto;
    padding: 0 2rem;
    z-index: 2;
    max-width: 1200px;
}.newsletter-subscription-fNix .knowledge-growth-LzK3 {
    display: flex;
    transform: perspective(1000px) rotateY(-2deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    padding: 3rem;
    gap: 2rem;
    position: relative;
    border-left: 4px solid rgb(167,169,166);
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.newsletter-subscription-fNix .knowledge-growth-LzK3:hover {
    transform: perspective(1000px) rotateY(0deg);
}.newsletter-subscription-fNix h3 {
    margin: 0;
    font-weight: 700;
    max-width: 90%;
    color: #ffffff;
    font-size: calc(22px * 1.2);
    line-height: 1.4;
    position: relative;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}.newsletter-subscription-fNix h3::after {
    left: 0;
    content: "";
    background: linear-gradient(90deg, rgb(167,169,166), rgb(124,126,124));
    transition: transform 0.4s ease;
    bottom: -12px;
    height: 3px;
    position: absolute;
    width: 80px;
    transform-origin: left;
    transform: scaleX(0.8);
}.newsletter-subscription-fNix .knowledge-growth-LzK3:hover h3::after {
    transform: scaleX(1);
}.newsletter-subscription-fNix .input_holder {
    gap: 1rem;
    display: flex;
    position: relative;
    width: 100%;
}.newsletter-subscription-fNix .input_holder > div {
    flex: 1;
    position: relative;
}.newsletter-subscription-fNix .join-news-PvWO {
    padding: 1.2rem 1.5rem;
    background: rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    color: #ffffff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    font-size: 18px;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.2);
}.newsletter-subscription-fNix .join-news-PvWO::placeholder {
    color: rgba(255, 255, 255, 0.6);
    transition: color 0.3s ease;
}.newsletter-subscription-fNix .join-news-PvWO:focus {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    border-color: rgb(167,169,166);
    background: rgba(255, 255, 255, 0.15);
    outline: none;
}.newsletter-subscription-fNix .join-news-PvWO:focus::placeholder {
    transform: translateX(5px);
    color: rgba(255, 255, 255, 0.3);
}.newsletter-subscription-fNix .mail-sub-KV0x {
    padding: 1.2rem 2rem;
    font-size: 15px;
    white-space: nowrap;
    border: none;
    font-weight: 600;
    background: linear-gradient(135deg, rgb(167,169,166), rgb(124,126,124));
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    cursor: pointer;
    color: #ffffff;
    overflow: hidden;
    position: relative;
}.newsletter-subscription-fNix .mail-sub-KV0x:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
}.newsletter-subscription-fNix .mail-sub-KV0x::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transform: translateX(-100%);
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    width: 100%;
    content: "";
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
}.newsletter-subscription-fNix .mail-sub-KV0x:hover::before {
    transform: translateX(100%);
}.newsletter-subscription-fNix .mail-sub-KV0x:active {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(-1px);
}

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

@media (max-width: 991px) {.newsletter-subscription-fNix {
    padding: 3rem 0;
}.newsletter-subscription-fNix .knowledge-growth-LzK3 {
    transform: perspective(1000px) rotateY(-1deg);
    padding: 2.5rem;
}.newsletter-subscription-fNix h3 {
    max-width: 100%;
    font-size: 22px;
}
}

@media (max-width: 767px) {.newsletter-subscription-fNix {
    padding: 2.5rem 0;
}.newsletter-subscription-fNix .knowledge-growth-LzK3 {
    border-left: 3px solid rgb(167,169,166);
    transform: none;
    padding: 2rem;
}.newsletter-subscription-fNix .input_holder {
    flex-direction: column;
}.newsletter-subscription-fNix .join-news-PvWO {
    padding: 1rem 1.25rem;
}.newsletter-subscription-fNix .mail-sub-KV0x {
    padding: 1rem;
    width: 100%;
}.newsletter-subscription-fNix h3 {
    font-size: calc(18px * 1.1);
}.newsletter-subscription-fNix h3::after {
    bottom: -8px;
    width: 60px;
}
}

@media (max-width: 480px) {.newsletter-subscription-fNix {
    padding: 2rem 0;
}.newsletter-subscription-fNix .knowledge-growth-LzK3 {
    gap: 1.5rem;
    padding: 1.5rem;
}.newsletter-subscription-fNix h3 {
    font-size: 18px;
}.newsletter-subscription-fNix .container {
    padding: 0 1rem;
}.newsletter-subscription-fNix .join-news-PvWO {
    font-size: calc(18px * 0.9);
}.newsletter-subscription-fNix .mail-sub-KV0x {
    font-size: calc(15px * 0.9);
}}.leadership-profile-x1SC {
    position: relative;
    background: linear-gradient(135deg, rgb(203,203,186) 0%, rgb(167,169,166,0.5) 100%);
    padding: 120px 0;
    overflow: hidden;
}.leadership-profile-x1SC::before {
    background: rgb(124,126,124,0.5);
    right: -50px;
    top: -50px;
    position: absolute;
    z-index: 0;
    filter: blur(80px);
    height: 300px;
    transform: rotate(-15deg);
    width: 300px;
    content: "";
}.leadership-profile-x1SC::after {
    filter: blur(60px);
    z-index: 0;
    content: "";
    position: absolute;
    transform: rotate(25deg);
    left: -50px;
    bottom: -80px;
    width: 250px;
    background: rgb(167,169,166,0.5);
    height: 250px;
}.leadership-profile-x1SC .container {
    z-index: 1;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}.leadership-profile-x1SC .review-experiences-QiPY {
    padding: 40px;
    background: #ffffff;
    display: grid;
    gap: 30px;
    position: relative;
    transform: perspective(1000px) rotateY(2deg);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    grid-template-columns: 1fr;
}.leadership-profile-x1SC .review-experiences-QiPY:hover {
    transform: perspective(1000px) rotateY(0deg);
}.leadership-profile-x1SC .review-experiences-QiPY::before {
    left: 0;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    width: 5px;
    transform: scaleY(0);
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    transform-origin: left center;
    background: linear-gradient(to bottom, rgb(167,169,166), rgb(124,126,124));
}.leadership-profile-x1SC .review-experiences-QiPY:hover::before {
    transform: scaleY(1);
}.leadership-profile-x1SC .img-clickable-DHAF {
    margin: 0 auto;
    position: relative;
    clip-path: polygon(25% 0%, 75% 0%, 100% 25%, 100% 75%, 75% 100%, 25% 100%, 0% 75%, 0% 25%);
    border: 3px solid #ffffff;
    height: 200px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    width: 200px;
}.leadership-profile-x1SC .review-experiences-QiPY:hover .img-clickable-DHAF {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px) scale(1.05);
}.leadership-profile-x1SC .img-clickable-DHAF::after {
    height: 100%;
    background: linear-gradient(135deg, rgb(167,169,166,0.5) 0%, transparent 50%, rgb(124,126,124,0.5) 100%);
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    content: "";
    transition: opacity 0.6s ease;
    position: absolute;
}.leadership-profile-x1SC .review-experiences-QiPY:hover .img-clickable-DHAF::after {
    opacity: 0.4;
}.leadership-profile-x1SC .name {
    position: relative;
    color: rgb(167,169,166);
    font-size: calc(24px * 1.1);
    display: inline-block;
    transform: translateX(0);
    font-weight: 700;
    margin: 0 0 5px 0;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}.leadership-profile-x1SC .review-experiences-QiPY:hover .name {
    transform: translateX(10px);
}.leadership-profile-x1SC .name::after {
    left: 0;
    width: 0;
    transition: width 0.5s cubic-bezier(0.22, 1, 0.36, 1) 0.1s;
    bottom: -3px;
    height: 2px;
    content: "";
    position: absolute;
    background: rgb(124,126,124);
}.leadership-profile-x1SC .review-experiences-QiPY:hover .name::after {
    width: 100%;
}.leadership-profile-x1SC .review-experiences-QiPY > div:nth-child(2) > div {
    padding-left: 0;
    font-size: calc(16px * 0.95);
    color: #000000;
    margin-bottom: 15px;
    transition: padding-left 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    font-weight: 600;
    position: relative;
}.leadership-profile-x1SC .review-experiences-QiPY:hover > div:nth-child(2) > div {
    padding-left: 10px;
}.leadership-profile-x1SC .work-wrap-7Rt6 {
    position: relative;
    background-size: 200% 100%;
    color: #000000;
    background: linear-gradient(to right, #ffffff, rgb(203,203,186), #ffffff);
    margin: 0;
    transition: background-position 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    border-radius: 10px;
    line-height: 1.8;
    padding: 25px 20px;
    font-size: 16px;
}.leadership-profile-x1SC .review-experiences-QiPY:hover .work-wrap-7Rt6 {
    background-position: right center;
}.leadership-profile-x1SC .work-wrap-7Rt6::before,
.leadership-profile-x1SC .work-wrap-7Rt6::after {
    position: absolute;
    font-size: 60px;
    line-height: 1;
    color: rgb(167,169,166,0.5);
    content: "";
    font-family: Georgia, serif;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}.leadership-profile-x1SC .work-wrap-7Rt6::before {
    opacity: 0.5;
    top: -10px;
    left: -10px;
    transform: translateX(-20px) translateY(-20px) scale(0.8);
}.leadership-profile-x1SC .work-wrap-7Rt6::after {
    content: "";
    opacity: 0.5;
    transform: translateX(20px) translateY(20px) scale(0.8);
    bottom: -30px;
    right: -10px;
}.leadership-profile-x1SC .review-experiences-QiPY:hover .work-wrap-7Rt6::before {
    transform: translateX(0) translateY(0) scale(1);
    opacity: 0.7;
}.leadership-profile-x1SC .review-experiences-QiPY:hover .work-wrap-7Rt6::after {
    transform: translateX(0) translateY(0) scale(1);
    opacity: 0.7;
}

@media (min-width: 768px) {.leadership-profile-x1SC .review-experiences-QiPY {
    grid-template-columns: 220px 1fr;
    grid-template-rows: auto 1fr;
    gap: 25px 40px;
}.leadership-profile-x1SC .review-experiences-QiPY > div:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-row: 1 / 3;
}.leadership-profile-x1SC .review-experiences-QiPY > div:nth-child(2) {
    align-self: end;
}.leadership-profile-x1SC .review-experiences-QiPY > div:nth-child(3) {
    grid-column: 2 / 3;
}.leadership-profile-x1SC .img-clickable-DHAF {
    height: 200px;
    width: 200px;
}
}

@media (min-width: 992px) {.leadership-profile-x1SC {
    padding: 150px 0;
}.leadership-profile-x1SC .review-experiences-QiPY {
    transform: perspective(1500px) rotateY(3deg);
    gap: 30px 60px;
    padding: 60px;
}.leadership-profile-x1SC .img-clickable-DHAF {
    width: 240px;
    height: 240px;
}.leadership-profile-x1SC .name {
    font-size: calc(24px * 1.2);
}.leadership-profile-x1SC .review-experiences-QiPY > div:nth-child(2) > div {
    font-size: 16px;
}.leadership-profile-x1SC .work-wrap-7Rt6 {
    line-height: 1.9;
    padding: 30px 25px;
    font-size: calc(16px * 1.05);
}
}

@media (max-width: 767px) {.leadership-profile-x1SC {
    padding: 80px 0;
}.leadership-profile-x1SC .review-experiences-QiPY {
    padding: 30px 25px;
    gap: 20px;
}.leadership-profile-x1SC .img-clickable-DHAF {
    width: 150px;
    height: 150px;
}.leadership-profile-x1SC .name {
    font-size: 24px;
    text-align: center;
}.leadership-profile-x1SC .review-experiences-QiPY > div:nth-child(2) {
    text-align: center;
}.leadership-profile-x1SC .review-experiences-QiPY > div:nth-child(2) > div {
    font-size: calc(16px * 0.9);
}.leadership-profile-x1SC .work-wrap-7Rt6 {
    padding: 20px 15px;
    font-size: calc(16px * 0.95);
    line-height: 1.7;
}}.prospective-members-gBoM {
    position: relative;
    overflow: hidden;
    background-color: rgb(203,203,186);
    padding: 100px 20px;
    z-index: 1;
}.prospective-members-gBoM::before {
    opacity: 0.6;
    height: 200%;
    width: 200%;
    background: radial-gradient(
    circle at 30% 30%,
    rgb(124,126,124,0.5) 0%,
    transparent 50%
  ), radial-gradient(
    circle at 70% 70%,
    rgb(167,169,166,0.5) 0%,
    transparent 45%
  );
    top: -50%;
    animation: slowRotate 35s linear infinite;
    position: absolute;
    content: "";
    z-index: -1;
    left: -50%;
}.prospective-members-gBoM .knowledge-growth-LzK3 {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px);
    box-shadow: 
    0 10px 40px rgba(0, 0, 0, 0.1),
    0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    max-width: 900px;
    border-radius: 18px;
    margin: 0 auto;
    position: relative;
    padding: 50px;
    z-index: 2;
}.prospective-members-gBoM h3 {
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 50px;
    font-weight: 600;
    position: relative;
    color: #000000;
    font-size: 32px;
}.prospective-members-gBoM h3::after {
    position: absolute;
    content: "";
    border-radius: 10px;
    transform: translateX(-50%);
    bottom: -15px;
    background: linear-gradient(90deg, 
    rgb(167,169,166,0.5), 
    rgb(124,126,124), 
    rgb(167,169,166,0.5)
  );
    width: 60px;
    height: 3px;
    left: 50%;
}.prospective-members-gBoM ul {
    flex-direction: column;
    display: flex;
    list-style: none;
    gap: 25px;
    margin: 0;
    padding: 0;
}.prospective-members-gBoM ul li {
    transition: all 0.4s ease;
    padding: 25px;
    border-radius: 18px;
    flex-direction: column;
    display: flex;
    position: relative;
    text-align: center;
    align-items: center;
    box-shadow: 
    0 5px 15px rgba(0, 0, 0, 0.05),
    0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    background-color: rgba(255, 255, 255, 0.15);
}.prospective-members-gBoM ul li::before {
    border-radius: 18px;
    background: linear-gradient(
    45deg,
    transparent,
    rgb(124,126,124,0.5),
    rgb(167,169,166,0.5),
    transparent
  );
    -webkit-mask-composite: xor;
    padding: 2px;
    opacity: 0.4;
    transition: opacity 0.4s ease;
    mask-composite: exclude;
    inset: 0;
    -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
    position: absolute;
    content: "";
}.prospective-members-gBoM ul li:hover {
    transform: translateY(-5px);
    box-shadow: 
    0 15px 25px rgba(0, 0, 0, 0.08),
    0 0 0 1px rgba(255, 255, 255, 0.2) inset;
}.prospective-members-gBoM ul li:hover::before {
    opacity: 1;
}.prospective-members-gBoM ul li svg {
    height: 45px;
    margin-bottom: 15px;
    width: 45px;
    fill: rgb(124,126,124);
    transition: all 0.3s ease;
}.prospective-members-gBoM ul li:hover svg {
    fill: rgb(167,169,166);
    transform: scale(1.05);
}.prospective-members-gBoM ul li svg path {
    fill: rgb(124,126,124);
    transition: all 0.3s ease;
}.prospective-members-gBoM ul li:hover svg path {
    fill: rgb(167,169,166);
}.prospective-members-gBoM ul li {
    font-size: 13px;
    font-weight: 300;
    line-height: 1.6;
    color: #000000;
}.prospective-members-gBoM ul li::after {
    top: 0;
    left: 0;
    opacity: 0;
    background: radial-gradient(
    circle at var(--x, center) var(--y, center),
    rgba(255, 255, 255, 0.15) 0%,
    transparent 60%
  );
    content: "";
    bottom: 0;
    border-radius: 18px;
    right: 0;
    z-index: -1;
    position: absolute;
    transition: opacity 0.3s ease;
}.prospective-members-gBoM ul li:hover::after {
    opacity: 1;
}

@keyframes slowRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media screen and (max-width: 992px) {.prospective-members-gBoM {
    padding: 70px 15px;
}.prospective-members-gBoM .knowledge-growth-LzK3 {
    padding: 40px 30px;
}.prospective-members-gBoM h3 {
    margin-bottom: 40px;
    font-size: calc(32px * 0.9);
}.prospective-members-gBoM ul {
    gap: 20px;
}
}

@media screen and (max-width: 768px) {.prospective-members-gBoM {
    padding: 50px 15px;
}.prospective-members-gBoM .knowledge-growth-LzK3 {
    backdrop-filter: blur(8px);
    padding: 30px 20px;
}.prospective-members-gBoM h3 {
    font-size: calc(32px * 0.8);
    margin-bottom: 35px;
}.prospective-members-gBoM ul {
    gap: 15px;
}.prospective-members-gBoM ul li {
    padding: 20px 15px;
}.prospective-members-gBoM ul li svg {
    width: 35px;
    height: 35px;
    margin-bottom: 12px;
}.prospective-members-gBoM::before {
    animation-duration: 60s;
}.prospective-members-gBoM ul li::before {
    padding: 1px;
}}

.prospective-members-gBoM ul li {
    --x: center;
    --y: center;
}

@media (hover: hover) {.prospective-members-gBoM ul li:hover {
    --x: calc(1100%);
    --y: calc(100%);
}
}

@media screen and (min-width: 1200px) {.prospective-members-gBoM ul {
    gap: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}}.privacy-reserve-YqRA {
    overflow: hidden;
    width: 100%;
    padding: 30px;
    height: 100%;
}.privacy-reserve-YqRA h1 {
    margin-bottom: 20px;
    margin-top: 30px;
}.privacy-reserve-YqRA h2 {
    margin-top: 25px;
    margin-bottom: 15px;
}.privacy-reserve-YqRA h3, .privacy-reserve-YqRA h4, .privacy-reserve-YqRA h5, .privacy-reserve-YqRA h6 {
    font-size: 1.2em;
    margin-bottom: 10px;
    margin-top: 20px;
}.privacy-reserve-YqRA ul, .privacy-reserve-YqRA ol {
    list-style-position: inside;
    padding-left: 0;
    padding: 10px 0;
}.privacy-reserve-YqRA li {
    margin-bottom: 10px;
}.privacy-reserve-YqRA section {
    background: none;
}.privacy-reserve-YqRA p, .privacy-reserve-YqRA span, .privacy-reserve-YqRA div {
    margin-bottom: 5px;
    line-height: 20px;
}
@media only screen and (max-width: 800px) {.privacy-reserve-YqRA {
    padding: 20px 0;
}}.our-team-l83U {
    z-index: 1;
    position: relative;
    overflow: hidden;
    padding: 100px 0 80px;
}.our-team-l83U::before {
    top: 0;
    width: 100%;
    z-index: -1;
    background: linear-gradient(135deg, rgb(167,169,166,0.5), rgba(0, 0, 0, 0.5));
    height: 100%;
    opacity: 0.85;
    content: "";
    left: 0;
    position: absolute;
}.our-team-l83U::after {
    z-index: -1;
    animation: float 15s infinite ease-in-out;
    position: absolute;
    border: 2px solid rgb(124,126,124);
    right: -50px;
    opacity: 0.2;
    bottom: -50px;
    content: "";
    width: 250px;
    height: 250px;
    transform: rotate(15deg);
}.our-team-l83U h4 {
    transform: translateY(20px);
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 40px;
    text-align: center;
    font-weight: 700;
    opacity: 0;
    font-size: calc(19px * 1.2);
    animation: fadeInUp 0.8s 0.2s forwards;
    letter-spacing: 3px;
    font-family: Arial, sans-serif;
    position: relative;
}.our-team-l83U h4::after {
    width: 60px;
    content: "";
    left: 50%;
    bottom: -15px;
    position: absolute;
    height: 3px;
    transform: translateX(-50%);
    background: rgb(124,126,124);
}.our-team-l83U .container {
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.our-team-l83U .text-header-haZs {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    background: rgba(255, 255, 255, 0.95);
    animation: fadeInUp 0.8s 0.4s forwards;
    opacity: 0;
    transform: translateY(30px);
    padding: 50px;
    position: relative;
}.our-team-l83U .text-header-haZs::before {
    width: 5px;
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    background: linear-gradient(to bottom, rgb(167,169,166), rgb(124,126,124));
}.our-team-l83U .text-header-haZs h6 {
    animation: fadeInRight 0.8s 0.6s forwards;
    font-family: Arial, sans-serif;
    margin-bottom: 25px;
    transform: translateX(-10px);
    opacity: 0;
    font-size: calc(16px * 1.3);
    font-weight: 700;
    color: rgb(167,169,166);
    position: relative;
    padding-bottom: 15px;
}.our-team-l83U .text-header-haZs h6::after {
    content: "";
    height: 2px;
    position: absolute;
    left: 0;
    width: 80px;
    background: rgb(124,126,124);
    bottom: 0;
}.our-team-l83U .text-header-haZs div {
    z-index: 1;
    position: relative;
}.our-team-l83U .text-header-haZs span {
    animation: fadeInUp 0.8s 0.8s forwards;
    position: relative;
    line-height: 1.8;
    transform: translateY(20px);
    display: block;
    font-family: Arial, sans-serif;
    color: #000000;
    opacity: 0;
    font-size: 18px;
}.our-team-l83U .text-header-haZs::after {
    content: "";
    height: 100px;
    background: linear-gradient(135deg, transparent 50%, rgb(124,126,124,0.5) 50%);
    z-index: 0;
    right: 0;
    width: 100px;
    bottom: 0;
    position: absolute;
}

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

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

@keyframes float {
    0%, 100% {
        transform: rotate(15deg) translate(0, 0);
    }
    25% {
        transform: rotate(18deg) translate(-10px, 15px);
    }
    50% {
        transform: rotate(15deg) translate(5px, -10px);
    }
    75% {
        transform: rotate(12deg) translate(15px, 5px);
    }
}

@media (max-width: 992px) {.our-team-l83U {
    padding: 80px 0 60px;
}.our-team-l83U .text-header-haZs {
    padding: 40px 30px;
}.our-team-l83U h4 {
    font-size: calc(19px * 1.1);
}.our-team-l83U .text-header-haZs h6 {
    font-size: calc(16px * 1.2);
    margin-bottom: 20px;
}
}

@media (max-width: 768px) {.our-team-l83U {
    padding: 60px 0 40px;
}.our-team-l83U .text-header-haZs {
    padding: 30px 25px;
}.our-team-l83U h4 {
    font-size: 19px;
    margin-bottom: 30px;
}.our-team-l83U .text-header-haZs h6 {
    font-size: 16px;
    margin-bottom: 15px;
    padding-bottom: 10px;
}.our-team-l83U .text-header-haZs span {
    line-height: 1.7;
    font-size: calc(18px * 0.95);
}.our-team-l83U::after {
    height: 180px;
    width: 180px;
}
}

@media (max-width: 576px) {.our-team-l83U {
    padding: 50px 0 30px;
}.our-team-l83U .text-header-haZs {
    padding: 25px 20px;
}.our-team-l83U h4 {
    letter-spacing: 2px;
    font-size: calc(19px * 0.9);
}.our-team-l83U h4::after {
    bottom: -10px;
    width: 40px;
}.our-team-l83U .text-header-haZs h6 {
    font-size: calc(16px * 0.95);
}.our-team-l83U .text-header-haZs span {
    font-size: calc(18px * 0.9);
    line-height: 1.6;
}.our-team-l83U::after {
    bottom: -30px;
    right: -30px;
    height: 120px;
    width: 120px;
}}.gratBlock-Mztf {
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(203,203,186) 0%, rgb(124,126,124,0.5) 100%);
    position: relative;
}.gratBlock-Mztf::before {
    opacity: 0.4;
    position: absolute;
    top: 0;
    z-index: 1;
    background: 
    radial-gradient(circle at 10% 20%, rgb(167,169,166,0.5) 5%, transparent 60%),
    radial-gradient(circle at 90% 80%, rgb(124,126,124,0.5) 10%, transparent 50%);
    height: 100%;
    left: 0;
    pointer-events: none;
    content: "";
    width: 100%;
}.gratBlock-Mztf::after {
    top: -50%;
    filter: blur(80px);
    opacity: 0.08;
    pointer-events: none;
    height: 90%;
    width: 90%;
    content: "";
    z-index: 1;
    position: absolute;
    transform: rotate(-15deg);
    background: rgb(255, 255, 255, 0.5);
    right: -50%;
}.gratBlock-Mztf .container {
    margin: 0 auto;
    z-index: 2;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
}.gratBlock-Mztf .knowledge-growth-LzK3 {
    padding: 60px 50px;
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
              0 5px 12px rgba(0, 0, 0, 0.05);
    border-left: 4px solid rgb(167,169,166);
    animation: slideIn 0.8s cubic-bezier(0.17, 0.67, 0.45, 1.09) forwards;
    background: #ffffff;
    position: relative;
    backdrop-filter: blur(10px);
}.gratBlock-Mztf .knowledge-growth-LzK3::before {
    border: 1px solid rgb(124,126,124,0.5);
    left: 20px;
    top: 20px;
    bottom: 20px;
    opacity: 0.2;
    content: "";
    pointer-events: none;
    right: 20px;
    position: absolute;
    transition: transform 0.5s ease;
    border-radius: 10px;
    transform: scale(0.97);
}.gratBlock-Mztf .knowledge-growth-LzK3:hover::before {
    transform: scale(1);
}.gratBlock-Mztf .knowledge-growth-LzK3 > div:first-child {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 25px;
}.gratBlock-Mztf .knowledge-growth-LzK3 > div:first-child::after {
    width: 80px;
    height: 3px;
    bottom: 0;
    background: linear-gradient(90deg, rgb(167,169,166) 0%, rgb(124,126,124) 100%);
    left: 0;
    transform-origin: left center;
    position: absolute;
    animation: lineExpand 1s ease-out 0.3s forwards;
    content: "";
}.gratBlock-Mztf h5 {
    opacity: 0;
    margin: 0;
    font-weight: 700;
    line-height: 1.4;
    font-size: 24px;
    transform: translateY(15px);
    color: #000000;
    animation: fadeUp 0.7s ease-out 0.2s forwards;
}.gratBlock-Mztf p {
    color: #000000;
    animation: fadeUp 0.7s ease-out 0.4s forwards;
    line-height: 1.8;
    opacity: 0;
    margin: 0;
    font-weight: 400;
    transform: translateY(15px);
    font-size: 12px;
}.gratBlock-Mztf a {
    position: relative;
    transition: transform 0.4s cubic-bezier(0.17, 0.67, 0.45, 1.09);
    color: inherit;
    text-decoration: none;
    display: block;
}.gratBlock-Mztf a:hover {
    transform: translateY(-5px);
}.gratBlock-Mztf a::after {
    position: absolute;
    width: 100%;
    transition: transform 0.5s ease, opacity 0.5s ease;
    bottom: -8px;
    height: 1px;
    content: "";
    background: linear-gradient(90deg, rgb(167,169,166,0.5) 0%, transparent 100%);
    transform: scaleX(0.3);
    left: 0;
    transform-origin: left;
    opacity: 0;
}.gratBlock-Mztf a:hover::after {
    opacity: 1;
    transform: scaleX(1);
}

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

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

@keyframes slideIn {
  0% {
    transform: perspective(1000px) translateY(50px) rotateX(8deg);
    opacity: 0;
  }
  100% {
    transform: perspective(1000px) translateY(0) rotateX(2deg);
    opacity: 1;
  }
}

@media (max-width: 992px) {.gratBlock-Mztf {
    padding: 80px 0;
}.gratBlock-Mztf .knowledge-growth-LzK3 {
    padding: 50px 40px;
}.gratBlock-Mztf h5 {
    font-size: calc(24px - 2px);
}
}

@media (max-width: 768px) {.gratBlock-Mztf {
    padding: 60px 0;
}.gratBlock-Mztf .knowledge-growth-LzK3 {
    transform: perspective(1000px) rotateX(1deg);
    padding: 40px 30px;
}.gratBlock-Mztf .knowledge-growth-LzK3::before {
    right: 15px;
    left: 15px;
    top: 15px;
    bottom: 15px;
}.gratBlock-Mztf .knowledge-growth-LzK3 > div:first-child {
    padding-bottom: 20px;
    margin-bottom: 25px;
}.gratBlock-Mztf h5 {
    font-size: calc(24px - 4px);
}.gratBlock-Mztf p {
    font-size: calc(12px - 1px);
    line-height: 1.7;
}
}

@media (max-width: 576px) {.gratBlock-Mztf {
    padding: 50px 0;
}.gratBlock-Mztf .knowledge-growth-LzK3 {
    border-left: 3px solid rgb(167,169,166);
    transform: none;
    padding: 30px 20px;
}.gratBlock-Mztf .knowledge-growth-LzK3::before {
    display: none;
}.gratBlock-Mztf .knowledge-growth-LzK3 > div:first-child {
    margin-bottom: 20px;
    padding-bottom: 15px;
}.gratBlock-Mztf .knowledge-growth-LzK3 > div:first-child::after {
    height: 2px;
    width: 60px;
}.gratBlock-Mztf h5 {
    font-size: calc(24px - 6px);
}.gratBlock-Mztf p {
    line-height: 1.6;
    font-size: calc(12px - 2px);
}}.contact-form-box-Ythi {
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(
        -45deg, 
        rgb(203,203,186) 0%, 
        rgb(124,126,124,0.5) 100%
    );
    overflow: hidden;
}.contact-form-box-Ythi .container {
    max-width: 1400px;
    padding: 0 1rem;
    margin: 0 auto;
}.contact-form-box-Ythi .inquiry-query-tTWd {
    position: relative;
    overflow: hidden;
    background: rgb(124,126,124,0.5);
    display: flex;
    box-shadow: 0 25px 50px rgb(167,169,166,0.5);
    border-radius: 12px;
    align-items: stretch;
}.contact-form-box-Ythi .img-clickable-DHAF {
    z-index: 2;
    margin-left: -5%;
    transform: skew(-10deg);
    min-height: 600px;
    flex: 0 0 45%;
    position: relative;
}.contact-form-box-Ythi .img-clickable-DHAF::before {
    opacity: 0.7;
    position: absolute;
    background: linear-gradient(
        135deg, 
        rgb(167,169,166,0.5) 0%, 
        rgb(124,126,124,0.5) 100%
    );
    transform: skew(10deg);
    height: 100%;
    left: 0;
    width: 120%;
    content: '';
    top: 0;
    z-index: 1;
}.contact-form-box-Ythi .query-message-q3Oj {
    flex-direction: column;
    padding: 4rem 3rem 4rem 10%;
    justify-content: center;
    flex: 0 0 55%;
    display: flex;
    z-index: 3;
    position: relative;
}.contact-form-box-Ythi h2 {
    position: relative;
    color: #ffffff;
    font-weight: 700;
    text-align: left;
    font-size: 42px;
    margin-bottom: 2.5rem;
    padding-left: 2rem;
}.contact-form-box-Ythi h2::before {
    background: rgb(167,169,166);
    border-radius: 50%;
    height: 1rem;
    transform: translateY(-50%);
    top: 50%;
    width: 1rem;
    box-shadow: 0 0 15px rgb(167,169,166,0.5);
    left: 0;
    position: absolute;
    content: '';
}.contact-form-box-Ythi .query-message-q3Oj h3 {
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 2rem;
    position: relative;
    padding-bottom: 1rem;
    font-size: 36px;
}.contact-form-box-Ythi .query-message-q3Oj h3::after {
    background: rgb(167,169,166);
    left: 0;
    height: 3px;
    width: 50px;
    bottom: 0;
    position: absolute;
    content: '';
}.contact-form-box-Ythi .query-message-q3Oj form {
    display: grid;
    gap: 1.5rem;
}.contact-form-box-Ythi .query-message-q3Oj input:not([type="checkbox"]):not([type="submit"]) {
    border: 1px solid rgb(167,169,166,0.5);
    padding: 1rem 1.5rem;
    background: rgb(124,126,124,0.5);
    width: 100%;
    transition: all 0.3s ease;
    color: #ffffff;
    position: relative;
    font-size: 13px;
    border-radius: 10px;
    outline: none;
}.contact-form-box-Ythi .query-message-q3Oj input:not([type="checkbox"]):not([type="submit"])::after {
    width: 0;
    background: rgb(167,169,166);
    content: '';
    transition: width 0.3s ease;
    left: 0;
    height: 2px;
    position: absolute;
    bottom: -2px;
}.contact-form-box-Ythi .query-message-q3Oj input:not([type="checkbox"]):not([type="submit"]):focus {
    box-shadow: 0 0 15px rgb(167,169,166,0.5);
    border-color: rgb(167,169,166);
}.contact-form-box-Ythi .query-message-q3Oj input:not([type="checkbox"]):not([type="submit"]):focus::after {
    width: 100%;
}.contact-form-box-Ythi .query-message-q3Oj .request-form-apqH {
    display: flex;
    gap: 1rem;
    align-items: center;
}.contact-form-box-Ythi .query-message-q3Oj .request-form-apqH input[type="checkbox"] {
    width: 22px;
    border: 2px solid rgb(167,169,166,0.5);
    position: relative;
    border-radius: 10px;
    appearance: none;
    background: rgb(124,126,124,0.5);
    transition: all 0.3s ease;
    height: 22px;
    cursor: pointer;
}.contact-form-box-Ythi .query-message-q3Oj .request-form-apqH input[type="checkbox"]:checked {
    border-color: rgb(167,169,166);
    background: rgb(167,169,166);
}.contact-form-box-Ythi .query-message-q3Oj .request-form-apqH input[type="checkbox"]:checked::after {
    top: 50%;
    content: '✔';
    transform: translate(-50%, -50%);
    color: #ffffff;
    left: 50%;
    position: absolute;
    font-size: 0.8rem;
}.contact-form-box-Ythi .query-message-q3Oj .request-form-apqH label {
    font-size: 13px;
    align-items: center;
    color: #ffffff;
    display: flex;
}.contact-form-box-Ythi .query-message-q3Oj .request-form-apqH a {
    margin-left: 0.3rem;
    transition: color 0.3s ease;
    text-decoration: none;
    color: rgb(167,169,166);
}.contact-form-box-Ythi .query-message-q3Oj .request-form-apqH a:hover {
    text-decoration: underline;
}.contact-form-box-Ythi .query-message-q3Oj .connect-panel-1eLp {
    width: 100%;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s ease;
    background: rgb(167,169,166);
    border: none;
    padding: 1rem;
    overflow: hidden;
    font-size: 20px;
    cursor: pointer;
    position: relative;
    border-radius: 10px;
    color: #ffffff;
}.contact-form-box-Ythi .query-message-q3Oj .connect-panel-1eLp::before {
    height: 200%;
    position: absolute;
    background: linear-gradient(
        135deg, 
        transparent, 
        rgb(167,169,166,0.5), 
        transparent
    );
    width: 200%;
    content: '';
    opacity: 0;
    left: -50%;
    top: -50%;
    transition: all 0.5s ease;
    transform: rotate(-45deg);
}.contact-form-box-Ythi .query-message-q3Oj .connect-panel-1eLp:hover::before {
    opacity: 1;
}.contact-form-box-Ythi .query-message-q3Oj .connect-panel-1eLp:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgb(167,169,166,0.5);
}

@media screen and (max-width: 1200px) {.contact-form-box-Ythi .img-clickable-DHAF {
    margin-left: -3%;
}
}

@media screen and (max-width: 1024px) {.contact-form-box-Ythi .inquiry-query-tTWd {
    flex-direction: column;
}.contact-form-box-Ythi .img-clickable-DHAF {
    margin-left: 0;
    flex: 0 0 100%;
    min-height: 300px;
    transform: none;
}.contact-form-box-Ythi .img-clickable-DHAF::before {
    transform: none;
    width: 100%;
}.contact-form-box-Ythi .query-message-q3Oj {
    padding: 3rem 2rem;
    flex: 0 0 100%;
}
}

@media screen and (max-width: 768px) {.contact-form-box-Ythi {
    padding: 3rem 0;
}.contact-form-box-Ythi h2 {
    font-size: calc(42px * 0.8);
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
}.contact-form-box-Ythi h2::before {
    height: 0.8rem;
    width: 0.8rem;
}.contact-form-box-Ythi .query-message-q3Oj h3 {
    font-size: calc(36px * 0.9);
    margin-bottom: 1.5rem;
}.contact-form-box-Ythi .query-message-q3Oj input:not([type="checkbox"]):not([type="submit"]) {
    padding: 0.8rem 1.2rem;
}
}

@media screen and (max-width: 480px) {.contact-form-box-Ythi .inquiry-query-tTWd {
    border-radius: 0;
}.contact-form-box-Ythi .query-message-q3Oj {
    padding: 2rem 1.5rem;
}}.badge-case-UidN {
    z-index: 1;
    color: #ffffff;
    position: relative;
    padding: 80px 0 40px;
}.badge-case-UidN::before {
    left: 0;
    backdrop-filter: blur(8px);
    top: 0;
    z-index: -1;
    content: "";
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
}footer {
    position: relative;
}.badge-case-UidN .container {
    display: grid;
    position: relative;
    gap: 40px;
    grid-template-columns: 1fr 1fr;
}.badge-case-UidN .company_holder {
    padding-right: 40px;
    position: relative;
}.badge-case-UidN .company_holder::after {
    width: 1px;
    position: absolute;
    content: "";
    background: linear-gradient(to bottom, 
        transparent, 
        rgb(124,126,124,0.5), 
        transparent);
    height: 60%;
    top: 20%;
    right: 0;
}.badge-case-UidN .company_holder h3 {
    display: inline-block;
    font-size: calc(35px * 0.9);
    position: relative;
    font-weight: 700;
    margin-bottom: 25px;
}.badge-case-UidN .company_holder h3::after {
    width: 40px;
    border-radius: 10px;
    position: absolute;
    background: rgb(167,169,166);
    content: "";
    height: 3px;
    left: 0;
    bottom: -8px;
}.badge-case-UidN .peer-help-6HRL {
    font-size: 18px;
    margin-bottom: 30px;
    line-height: 1.6;
    max-width: 90%;
    color: #ffffff;
    opacity: 0.8;
}.badge-case-UidN .tiktok-edu-Nznc {
    justify-content: flex-end;
    display: flex;
}.badge-case-UidN .main-start-R0Az {
    gap: 60px;
    display: flex;
}.badge-case-UidN .nav-site-RPHh {
    position: relative;
}.badge-case-UidN .nav-site-RPHh h5 {
    padding-bottom: 12px;
    font-weight: 600;
    margin-bottom: 25px;
    font-size: 20px;
    position: relative;
}.badge-case-UidN .nav-site-RPHh h5::after {
    background: rgb(167,169,166);
    border-radius: 10px;
    height: 2px;
    bottom: 0;
    width: 30px;
    content: "";
    left: 0;
    position: absolute;
}.badge-case-UidN .nav-site-RPHh .main-start-R0Az {
    flex-direction: column;
    display: flex;
    gap: 15px;
}.badge-case-UidN .nav-site-RPHh .main-start-R0Az a {
    padding-left: 0;
    text-decoration: none;
    font-size: calc(18px * 0.95);
    transition: all 0.3s ease;
    position: relative;
    opacity: 0.7;
    color: #ffffff;
}.badge-case-UidN .nav-site-RPHh .main-start-R0Az a::before {
    position: absolute;
    opacity: 0;
    content: "";
    transition: all 0.3s ease;
    left: 0;
    background: rgb(167,169,166);
    width: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
}.badge-case-UidN .nav-site-RPHh .main-start-R0Az a:hover {
    opacity: 1;
    padding-left: 12px;
    color: rgb(167,169,166);
}.badge-case-UidN .nav-site-RPHh .main-start-R0Az a:hover::before {
    width: 8px;
    opacity: 1;
}.res-connect-2zgm {
    backdrop-filter: blur(5px);
    padding: 20px 0;
    background-color: rgba(0, 0, 0, 0.3);
}.res-connect-2zgm .container {
    justify-content: center;
    align-items: center;
    display: flex;
}.res-connect-2zgm .award-show-8k90 {
    color: #ffffff;
    text-align: center;
    opacity: 0.6;
    letter-spacing: 0.5px;
    font-size: 13px;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.2;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.3;
    }
}

@keyframes glow {
    0%, 100% {
        box-shadow: 0 0 5px rgb(167,169,166,0.5);
    }
    50% {
        box-shadow: 0 0 15px rgb(167,169,166);
    }
}

@media (max-width: 991px) {.badge-case-UidN {
    padding: 60px 0 30px;
}.badge-case-UidN .container {
    grid-template-columns: 1fr;
    gap: 50px;
}.badge-case-UidN .company_holder {
    max-width: 600px;
    text-align: center;
    padding-right: 0;
    margin: 0 auto;
}.badge-case-UidN .company_holder::after {
    display: none;
}.badge-case-UidN .company_holder h3 {
    margin-right: auto;
    margin-left: auto;
}.badge-case-UidN .company_holder h3::after {
    width: 60px;
    left: 50%;
    transform: translateX(-50%);
}.badge-case-UidN .peer-help-6HRL {
    max-width: 100%;
    text-align: center;
}.badge-case-UidN .tiktok-edu-Nznc {
    justify-content: center;
}
}

@media (max-width: 767px) {.badge-case-UidN {
    padding: 50px 0 20px;
}.badge-case-UidN .main-start-R0Az {
    flex-direction: column;
    gap: 40px;
    width: 100%;
}.badge-case-UidN .nav-site-RPHh {
    text-align: center;
}.badge-case-UidN .nav-site-RPHh h5 {
    text-align: center;
}.badge-case-UidN .nav-site-RPHh h5::after {
    transform: translateX(-50%);
    left: 50%;
}.badge-case-UidN .nav-site-RPHh .main-start-R0Az {
    align-items: center;
}.badge-case-UidN .nav-site-RPHh .main-start-R0Az a {
    text-align: center;
}.badge-case-UidN .nav-site-RPHh .main-start-R0Az a::before {
    display: none;
}.badge-case-UidN .nav-site-RPHh .main-start-R0Az a:hover {
    padding-left: 0;
}
}

@media (max-width: 480px) {.badge-case-UidN {
    padding: 40px 0 20px;
}.badge-case-UidN .company_holder h3 {
    font-size: calc(35px * 0.8);
}.badge-case-UidN .peer-help-6HRL {
    font-size: calc(18px * 0.9);
}.res-connect-2zgm .award-show-8k90 {
    font-size: calc(13px * 0.9);
}}

.badge-case-UidN::before {
    background-image: radial-gradient(
        circle at 20% 80%, 
        #000000 0%, 
        rgba(0, 0, 0, 0.5) 70%
    );
}.badge-case-UidN::after {
    box-shadow: 0 0 40px rgb(167,169,166,0.5);
}.badge-case-UidN .container::before {
    width: 150px;
    filter: blur(30px);
    border-radius: 50%;
    content: "";
    position: absolute;
    height: 150px;
    background: radial-gradient(
        circle, 
        rgb(124,126,124,0.5), 
        transparent 70%
    );
    bottom: -75px;
    animation: pulse 10s infinite alternate-reverse;
    left: -75px;
}.badge-case-UidN .nav-site-RPHh::before {
    top: 10px;
    position: absolute;
    height: 5px;
    content: "";
    left: -15px;
    background: rgb(167,169,166);
    border-radius: 50%;
    opacity: 0.7;
    width: 5px;
}.badge-case-UidN .nav-site-RPHh:hover::before {
    animation: glow 2s infinite;
}.badge-case-UidN .company_holder::before {
    bottom: -20px;
    width: 100px;
    background: linear-gradient(90deg, 
        rgb(167,169,166,0.5), 
        transparent);
    left: 0;
    position: absolute;
    height: 1px;
    content: "";
}

@media (max-width: 991px) {.badge-case-UidN .company_holder::before {
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(90deg, 
            transparent, 
            rgb(167,169,166,0.5), 
            transparent);
}}

.badge-case-UidN .nav-site-RPHh .main-start-R0Az a::after {
    background: rgb(167,169,166);
    bottom: -2px;
    height: 1px;
    content: "";
    left: 0;
    width: 0;
    position: absolute;
    transition: width 0.3s ease;
}.badge-case-UidN .nav-site-RPHh .main-start-R0Az a:hover::after {
    width: 100%;
}.badge-case-UidN .nav-site-RPHh .main-start-R0Az a:nth-child(odd):hover {
    transform: translateX(2px);
}.badge-case-UidN .nav-site-RPHh .main-start-R0Az a:nth-child(even):hover {
    transform: translateX(2px);
}

@media (min-width: 992px) {footer::after {
    right: 0;
    background: linear-gradient(90deg, 
            transparent, 
            rgb(124,126,124,0.5), 
            transparent);
    position: absolute;
    content: "";
    height: 1px;
    left: 0;
    top: 0;
}.badge-case-UidN::before {
    background-blend-mode: overlay;
}}

.badge-case-UidN .company_holder h3::before {
    position: absolute;
    width: 20px;
    height: 1px;
    left: -30px;
    opacity: 0.7;
    background: rgb(167,169,166);
    top: 50%;
    content: "";
}

@media (max-width: 991px) {.badge-case-UidN .company_holder h3::before {
    display: none;
}}

.res-connect-2zgm {
    position: relative;
    overflow: hidden;
}.res-connect-2zgm::before {
    top: 0;
    height: 1px;
    position: absolute;
    content: "";
    left: 0;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(124,126,124,0.5), 
        transparent);
    width: 100%;
}.res-connect-2zgm::after {
    background: linear-gradient(90deg, 
        transparent, 
        rgb(124,126,124,0.5), 
        transparent);
    height: 1px;
    content: "";
    position: absolute;
    left: 35%;
    width: 30%;
    bottom: 0;
    opacity: 0.3;
}.res-connect-2zgm .award-show-8k90 {
    position: relative;
    transition: all 0.3s ease;
}.res-connect-2zgm .award-show-8k90:hover {
    letter-spacing: 0.7px;
    opacity: 1;
}.course-offering-dKHM {
    position: relative;
    background: linear-gradient(135deg, rgb(203,203,186) 0%, #ffffff 100%);
    padding: 120px 0 80px;
    overflow: hidden;
}.course-offering-dKHM::before {
    content: "";
    z-index: 1;
    position: absolute;
    right: -5%;
    top: -10%;
    width: 50%;
    opacity: 0.6;
    transform: rotate(-15deg) skew(10deg);
    filter: blur(20px);
    height: 70%;
    background: linear-gradient(45deg, rgb(167,169,166,0.5) 0%, rgb(124,126,124,0.5) 100%);
}.course-offering-dKHM::after {
    transform: rotate(15deg) skew(-10deg);
    bottom: -10%;
    content: "";
    height: 60%;
    z-index: 1;
    background: linear-gradient(225deg, rgb(124,126,124,0.5) 0%, rgb(167,169,166,0.5) 100%);
    position: absolute;
    width: 40%;
    left: -5%;
    opacity: 0.4;
    filter: blur(20px);
}.course-offering-dKHM .container {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 2;
    position: relative;
}.course-offering-dKHM h2 {
    max-width: 80%;
    font-size: 37px;
    margin-bottom: 50px;
    position: relative;
    color: #000000;
    font-weight: 700;
    transform: translateX(-5px);
}.course-offering-dKHM h2::after {
    transform: scaleX(1);
    left: 0;
    position: absolute;
    bottom: -15px;
    transform-origin: left center;
    content: "";
    width: 80px;
    height: 3px;
    background: rgb(167,169,166);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}.course-offering-dKHM h2:hover::after {
    transform: scaleX(1.5);
}.course-offering-dKHM .skill-path-8fzt {
    grid-template-columns: 1fr;
    position: relative;
    display: grid;
    gap: 40px;
}.course-offering-dKHM .img-clickable-DHAF {
    width: 100%;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateY(-2deg) translateZ(0);
    overflow: hidden;
    height: 400px;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}.course-offering-dKHM .img-clickable-DHAF::before {
    transition: opacity 0.5s ease;
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    opacity: 0.4;
    top: 0;
    background: linear-gradient(to right, rgb(167,169,166,0.5) 0%, transparent 100%);
    height: 100%;
}.course-offering-dKHM .img-clickable-DHAF:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(0) scale(1.02);
}.course-offering-dKHM .img-clickable-DHAF:hover::before {
    opacity: 0.2;
}.course-offering-dKHM .text-header-haZs {
    padding: 20px 0;
    position: relative;
}.course-offering-dKHM .description {
    color: #000000;
    padding-left: 20px;
    font-size: 18px;
    transition: all 0.3s ease;
    position: relative;
    margin-bottom: 25px;
    border-left: 2px solid rgb(124,126,124,0.5);
    line-height: 1.7;
}.course-offering-dKHM .description:first-child {
    font-weight: 600;
    font-size: calc(18px * 1.05);
}.course-offering-dKHM .description:last-child {
    transform: translateY(5px);
    opacity: 0.85;
}.course-offering-dKHM .description::first-letter {
    color: rgb(167,169,166);
    font-weight: 700;
    font-size: 1.5em;
}.course-offering-dKHM .description:hover {
    transform: translateX(5px);
    border-left-color: rgb(167,169,166);
}

@media (min-width: 768px) {.course-offering-dKHM h2 {
    max-width: 70%;
    font-size: calc(37px * 1.1);
}.course-offering-dKHM .skill-path-8fzt {
    align-items: flex-start;
    gap: 60px;
    grid-template-columns: 1fr 1fr;
}.course-offering-dKHM .img-clickable-DHAF {
    height: 500px;
}.course-offering-dKHM .text-header-haZs {
    padding: 20px 0 20px 20px;
}
}

@media (min-width: 992px) {.course-offering-dKHM {
    padding: 150px 0 100px;
}.course-offering-dKHM h2 {
    margin-bottom: 70px;
    transform: translateX(-10px);
    max-width: 60%;
}.course-offering-dKHM .skill-path-8fzt {
    gap: 80px;
}.course-offering-dKHM .img-clickable-DHAF {
    height: 600px;
    transform: perspective(1000px) rotateY(-5deg) translateZ(0);
}.course-offering-dKHM .text-header-haZs {
    max-height: 600px;
    scrollbar-color: rgb(124,126,124) #ffffff;
    scrollbar-width: thin;
    overflow-y: auto;
    padding: 40px 0 40px 40px;
}.course-offering-dKHM .text-header-haZs::-webkit-scrollbar {
    width: 6px;
}.course-offering-dKHM .text-header-haZs::-webkit-scrollbar-track {
    background: #ffffff;
}.course-offering-dKHM .text-header-haZs::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(124,126,124);
}.course-offering-dKHM .description {
    padding-left: 30px;
    margin-bottom: 30px;
}
}

@media (min-width: 1200px) {.course-offering-dKHM h2 {
    font-size: calc(37px * 1.2);
    max-width: 50%;
}.course-offering-dKHM .skill-path-8fzt {
    grid-template-columns: 45% 55%;
}.course-offering-dKHM .img-clickable-DHAF {
    height: 650px;
}.course-offering-dKHM .text-header-haZs {
    padding: 60px 0 60px 60px;
    max-height: 650px;
}.course-offering-dKHM .description {
    font-size: calc(18px * 1.05);
    line-height: 1.8;
}.course-offering-dKHM .description:first-child {
    font-size: calc(18px * 1.1);
}
}

@media (max-width: 767px) {.course-offering-dKHM {
    padding: 80px 0 50px;
}.course-offering-dKHM h2 {
    max-width: 100%;
    margin-bottom: 40px;
    font-size: calc(37px * 0.9);
}.course-offering-dKHM .img-clickable-DHAF {
    transform: perspective(1000px) rotateY(-1deg) translateZ(0);
    height: 300px;
}.course-offering-dKHM .description {
    padding-left: 15px;
    font-size: calc(18px * 0.95);
    line-height: 1.6;
}}.title-board-pmqT {
    width: 100%;
    overflow: hidden;
    position: relative;
}.title-board-pmqT .edu-space-yUvC {
    justify-content: flex-start;
    position: relative;
    z-index: 1;
    min-height: 100vh;
    display: flex;
    align-items: center;
}.title-board-pmqT .edu-space-yUvC::before {
    background: linear-gradient(
    135deg,
    rgb(167,169,166,0.5) 0%,
    rgba(0, 0, 0, 0.75) 100%
  );
    width: 100%;
    top: 0;
    content: "";
    height: 100%;
    left: 0;
    transition: opacity 0.5s ease-in-out;
    position: absolute;
    z-index: -1;
}.title-board-pmqT .edu-space-yUvC::after {
    mix-blend-mode: overlay;
    top: 0;
    background: linear-gradient(
    45deg,
    rgb(124,126,124,0.5) 10%,
    transparent 50%,
    rgb(167,169,166,0.5) 90%
  );
    width: 100%;
    left: 0;
    z-index: -1;
    transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1);
    opacity: 0.7;
    position: absolute;
    height: 100%;
    content: "";
}.title-board-pmqT .study-sessions-EHwc {
    backdrop-filter: blur(5px);
    background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.08) 0%,
    rgba(255, 255, 255, 0.03) 100%
  );
    z-index: 2;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
              0 0 0 1px rgba(255, 255, 255, 0.05);
    margin-left: 10%;
    animation: fadeUp 1.2s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    transform: translateY(0);
    max-width: 700px;
    padding: 3.5rem;
}.title-board-pmqT .study-sessions-EHwc::before {
    left: 0;
    content: "";
    top: 0;
    position: absolute;
    width: 4px;
    background: rgb(124,126,124);
    animation: lineGrow 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.5s forwards;
    height: 0;
}.title-board-pmqT .study-sessions-EHwc::after {
    opacity: 0;
    border: 2px solid rgb(124,126,124);
    height: 50px;
    transform: rotate(45deg) scale(0.8);
    bottom: 2rem;
    position: absolute;
    right: 3.5rem;
    content: "";
    border-radius: 10px;
    animation: rotateFade 1.2s cubic-bezier(0.34, 1.56, 0.64, 1) 1s forwards;
    width: 50px;
}.title-board-pmqT h1 {
    letter-spacing: -0.02em;
    font-weight: 700;
    animation: slideRight 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0.2s forwards;
    margin-bottom: 1.5rem;
    line-height: 1.1;
    position: relative;
    opacity: 0;
    font-size: calc(47px * 1.1);
    color: #ffffff;
    transform: translateX(-10px);
}.title-board-pmqT h1::after {
    content: "";
    background: linear-gradient(
    90deg,
    rgb(124,126,124) 0%,
    rgb(167,169,166) 100%
  );
    position: absolute;
    width: 0;
    height: 2px;
    left: 0;
    animation: lineExpand 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0.7s forwards;
    bottom: -0.5rem;
}.title-board-pmqT h3 {
    animation: fadeUp 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0.4s forwards;
    opacity: 0;
    color: #ffffff;
    margin-bottom: 1.5rem;
    line-height: 1.5;
    font-size: calc(21px * 1.05);
    font-weight: 400;
    border-left: 1px solid rgb(124,126,124,0.5);
    padding-left: 1rem;
    position: relative;
    transform: translateY(10px);
}.title-board-pmqT p {
    color: rgb(255, 255, 255, 0.5);
    font-size: 17px;
    line-height: 1.6;
    animation: fadeUp 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0.6s forwards;
    transform: translateY(10px);
    opacity: 0;
    max-width: 90%;
    font-weight: 300;
}@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

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

@keyframes lineExpand {
  0% {
    width: 0;
  }
  100% {
    width: 80px;
  }
}

@keyframes lineGrow {
  0% {
    height: 0;
  }
  100% {
    height: 70%;
  }
}

@keyframes rotateFade {
  0% {
    opacity: 0;
    transform: rotate(45deg) scale(0.8);
  }
  100% {
    opacity: 0.2;
    transform: rotate(45deg) scale(1);
  }
}

.title-board-pmqT .edu-space-yUvC:hover::after {
    opacity: 0.9;
    background-position: 30% 70%;
}.title-board-pmqT .edu-space-yUvC:hover .study-sessions-EHwc {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15), 
              0 0 0 1px rgba(255, 255, 255, 0.07);
}

@media (max-width: 1200px) {.title-board-pmqT .study-sessions-EHwc {
    padding: 3rem;
    max-width: 600px;
    margin-left: 5%;
}.title-board-pmqT h1 {
    font-size: calc(47px * 1);
}.title-board-pmqT h3 {
    font-size: 21px;
}
}

@media (max-width: 768px) {.title-board-pmqT .study-sessions-EHwc {
    margin: 0 auto;
    max-width: 90%;
    padding: 2.5rem;
    margin-left: 0;
}.title-board-pmqT h1 {
    font-size: calc(47px * 0.9);
}.title-board-pmqT h3 {
    font-size: calc(21px * 0.95);
}.title-board-pmqT p {
    max-width: 100%;
}.title-board-pmqT .study-sessions-EHwc::after {
    right: 2rem;
    width: 40px;
    height: 40px;
    bottom: 1.5rem;
}
}

@media (max-width: 576px) {.title-board-pmqT .study-sessions-EHwc {
    margin: 0 1rem;
    max-width: 100%;
    padding: 2rem;
}.title-board-pmqT h1 {
    font-size: calc(47px * 0.8);
}.title-board-pmqT h3 {
    font-size: calc(21px * 0.9);
    padding-left: 0.75rem;
}.title-board-pmqT p {
    font-size: calc(17px * 0.95);
}.title-board-pmqT .study-sessions-EHwc::before {
    width: 3px;
}.title-board-pmqT .study-sessions-EHwc::after {
    display: none;
}}.course-benefits-FsZh {
    overflow: hidden;
    padding: 100px 0;
    background: linear-gradient(135deg, rgb(203,203,186) 0%, rgb(167,169,166,0.5) 100%);
    position: relative;
}.course-benefits-FsZh::before {
    background: radial-gradient(circle at 20% 30%, rgb(124,126,124,0.5) 0%, transparent 40%);
    content: "";
    position: absolute;
    left: 0;
    opacity: 0.7;
    height: 100%;
    top: 0;
    width: 100%;
}.course-benefits-FsZh::after {
    top: -200px;
    background: rgb(167,169,166,0.5);
    height: 400px;
    border-radius: 50%;
    content: "";
    width: 400px;
    position: absolute;
    opacity: 0.5;
    right: -200px;
    animation: rotate 30s linear infinite;
    filter: blur(80px);
}.course-benefits-FsZh .container {
    max-width: 1200px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
}.course-benefits-FsZh .knowledge-growth-LzK3 {
    gap: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}.course-benefits-FsZh .img-clickable-DHAF {
    transition: all 0.5s ease;
    max-width: 42%;
    z-index: 1;
    border-radius: 30px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    position: relative;
    flex: 0 0 42%;
}.course-benefits-FsZh .img-clickable-DHAF:hover {
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
}.course-benefits-FsZh .text-header-haZs {
    flex: 0 0 52%;
    padding: 40px;
    backdrop-filter: blur(10px);
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.08),
        inset 0 0 0 1px rgba(255, 255, 255, 0.5);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.9);
    position: relative;
}.course-benefits-FsZh .text-header-haZs::before {
    background: linear-gradient(135deg, rgb(167,169,166,0.5), rgb(124,126,124,0.5));
    border-radius: 20px;
    top: -20px;
    height: 80px;
    z-index: -1;
    opacity: 0.7;
    width: 80px;
    content: "";
    transform: rotate(45deg);
    position: absolute;
    right: 30px;
}.course-benefits-FsZh h3 {
    position: relative;
    font-size: 30px;
    margin-bottom: 35px;
    color: #000000;
    font-weight: 700;
}.course-benefits-FsZh h3::after {
    left: 0;
    background: linear-gradient(to right, rgb(167,169,166), rgb(124,126,124));
    content: "";
    bottom: -12px;
    height: 3px;
    position: absolute;
    border-radius: 10px;
    width: 50px;
}.course-benefits-FsZh ul {
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 0;
    list-style: none;
}.course-benefits-FsZh li {
    position: relative;
    transition: all 0.3s ease;
    overflow: hidden;
    border-radius: 12px;
}.course-benefits-FsZh li::before {
    transition: opacity 0.3s ease;
    height: 100%;
    position: absolute;
    top: 0;
    background: linear-gradient(90deg, rgb(167,169,166,0.5), transparent);
    z-index: 0;
    content: "";
    left: 0;
    opacity: 0;
    width: 100%;
}.course-benefits-FsZh li:hover {
    transform: translateX(10px);
}.course-benefits-FsZh li:hover::before {
    opacity: 0.3;
}.course-benefits-FsZh li p {
    font-size: 18px;
    box-shadow: 
        0 5px 15px rgba(0, 0, 0, 0.05),
        inset 0 0 0 1px rgba(255, 255, 255, 0.5);
    padding: 16px 20px;
    display: flex;
    transition: all 0.3s ease;
    font-weight: 400;
    position: relative;
    backdrop-filter: blur(5px);
    color: #000000;
    margin: 0;
    line-height: 1.5;
    background: rgba(255, 255, 255, 0.8);
    gap: 16px;
    align-items: center;
    z-index: 1;
    border-radius: 12px;
}.course-benefits-FsZh li:hover p {
    box-shadow: 
        0 8px 20px rgba(0, 0, 0, 0.08),
        inset 0 0 0 1px rgba(255, 255, 255, 0.6);
    background: rgba(255, 255, 255, 0.9);
}.course-benefits-FsZh svg {
    width: 24px;
    transition: all 0.3s ease;
    border-radius: 50%;
    background: linear-gradient(135deg, #ffffff, rgb(203,203,186));
    padding: 5px;
    align-items: center;
    height: 24px;
    display: flex;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
    justify-content: center;
}.course-benefits-FsZh svg path {
    transition: fill 0.3s ease;
    fill: rgb(167,169,166);
}.course-benefits-FsZh li:hover svg {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    transform: scale(1.1) rotate(10deg);
    background: #ffffff;
}.course-benefits-FsZh li:hover svg path {
    fill: rgb(124,126,124);
}

@keyframes rotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@media (max-width: 992px) {.course-benefits-FsZh {
    padding: 70px 0;
}.course-benefits-FsZh .knowledge-growth-LzK3 {
    gap: 40px;
    flex-direction: column;
}.course-benefits-FsZh .img-clickable-DHAF {
    flex: none;
    max-width: 60%;
    margin: 0 auto;
}.course-benefits-FsZh .text-header-haZs {
    margin: 0 auto;
    flex: none;
    width: 90%;
}
}

@media (max-width: 576px) {.course-benefits-FsZh {
    padding: 50px 0;
}.course-benefits-FsZh .img-clickable-DHAF {
    max-width: 85%;
}.course-benefits-FsZh .text-header-haZs {
    width: 100%;
    padding: 30px 25px;
}.course-benefits-FsZh .text-header-haZs::before {
    width: 60px;
    top: -15px;
    height: 60px;
    right: 20px;
}.course-benefits-FsZh h3 {
    margin-bottom: 25px;
    font-size: 23px;
}.course-benefits-FsZh li p {
    padding: 12px 15px;
}.course-benefits-FsZh svg {
    height: 22px;
    width: 22px;
    padding: 4px;
}}.cookie-warning-alert-NTtr {
    transition: transform 0.3s ease-in-out;
    background: rgb(203,203,186);
    width: 100%;
    z-index: 90;
    border-top: 3px solid rgb(167,169,166);
    position: fixed;
    bottom: 0;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
}.cookie-notice-5Jah {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}.cookies-overview-A38o {
    flex-shrink: 0;
    margin-right: 15px;
}.cookies-overview-A38o svg {
    transition: fill 0.3s ease;
    width: 60px;
    fill: rgb(167,169,166);
    height: 60px;
}.cookies-overview-A38o svg:hover {
    fill: rgb(124,126,124);
}.secure-cookies-hSuK {
    margin-right: 15px;
    flex-grow: 1;
    color: #000000;
}.cookie-warning-alert-NTtr h5 {
    font-weight: 600;
    color: rgb(167,169,166);
    margin-bottom: 8px;
    font-family: Arial, sans-serif;
    font-size: 20px;
}.cookie-warning-alert-NTtr p {
    line-height: 1.5;
    font-family: Arial, sans-serif;
    font-size: 18px;
    color: #000000;
}.track-optin-JuEF {
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    font-size: 17px;
    line-height: 35px;
    background: rgb(167,169,166);
    margin-left: 10px;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    padding: 10px 20px;
    border-radius: 19px;
    cursor: pointer;
}.track-optin-JuEF:hover {
    box-shadow: 0 0 10px rgb(124,126,124,0.5);
    background: rgb(124,126,124);
}#cookiePolicyAcceptUsageBtn-IMbg {
    background: rgb(167,169,166);
}#refuseDataCookiesSetting-kfNG {
    background: rgba(0, 0, 0, 0.5);
}.cookie-warning-alert-NTtr p a {
    text-decoration: underline;
    transition: color 0.3s ease;
    color: rgb(167,169,166);
}.cookie-warning-alert-NTtr p a:hover {
    color: rgb(124,126,124);
}
@media only screen and (max-width: 1200px) {.cookie-notice-5Jah {
    align-items: center;
    flex-direction: column;
}.cookies-overview-A38o {
    margin-bottom: 15px;
}.secure-cookies-hSuK {
    margin-bottom: 15px;
    text-align: center;
    margin-right: 0;
}.track-optin-JuEF {
    margin-left: 0;
    margin-bottom: 10px;
    width: 100%;
    max-width: 200px;
}
}
@media only screen and (max-width: 800px) {.cookie-notice-5Jah {
    padding: 15px;
}.cookies-overview-A38o {
    display: none;
}.cookie-warning-alert-NTtr h5 {
    font-size: 16px;
}.cookie-warning-alert-NTtr p {
    font-size: 15px;
}}
#cookie-info-window-TQRS {
    display: none;
}#cookie-info-window-TQRS:checked ~ .cookie-warning-alert-NTtr {
    visibility: hidden;
    opacity: 0;
}.locate-Btks {
    background: linear-gradient(135deg, #ffffff 0%, rgb(203,203,186) 100%);
    overflow: hidden;
    position: relative;
    font-family: Arial, sans-serif;
    padding: 6rem 2rem;
}.locate-Btks::before {
    background: radial-gradient(circle at 75% 25%, rgba(rgb(167,169,166,0.5), 0.05) 0%, transparent 60%);
    position: absolute;
    content: "";
    top: 0;
    z-index: 0;
    width: 100%;
    left: 0;
    height: 100%;
}.locate-Btks::after {
    background: linear-gradient(225deg, rgb(124,126,124,0.5) 0%, transparent 70%);
    content: "";
    height: 30%;
    right: 0;
    width: 30%;
    position: absolute;
    z-index: 0;
    bottom: 0;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
}.locate-Btks h1 {
    transform: translateY(0);
    font-size: 44px;
    color: #000000;
    animation: fadeSlideUp 0.8s 0.2s forwards ease-out;
    z-index: 1;
    margin-bottom: 3rem;
    position: relative;
    opacity: 0;
    font-weight: 700;
    text-align: center;
}.locate-Btks h1::after {
    width: 80px;
    bottom: -0.5rem;
    height: 3px;
    content: "";
    background: linear-gradient(90deg, transparent 0%, rgb(167,169,166) 50%, transparent 100%);
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
}.locate-Btks .container {
    max-width: 1200px;
    z-index: 1;
    margin: 0 auto;
    position: relative;
}.locate-Btks .request-feedback-9dAt {
    display: grid;
    opacity: 0;
    grid-template-columns: 1fr;
    transform: translateY(20px);
    gap: 2.5rem;
    animation: fadeSlideUp 0.8s 0.4s forwards ease-out;
}.locate-Btks .request-feedback-9dAt > div {
    backdrop-filter: blur(8px);
    box-shadow: 0 15px 30px rgba(rgba(0, 0, 0, 0.5), 0.08);
    background: rgba(#ffffff, 0.9);
    position: relative;
    padding: 2rem;
    border-left: 4px solid rgb(167,169,166);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}.locate-Btks .request-feedback-9dAt > div:hover {
    box-shadow: 0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.12);
    transform: translateY(-5px);
}.locate-Btks .request-feedback-9dAt > div:first-child {
    line-height: 1.6;
    transform: translateY(0);
    animation: fadeSlideUp 0.8s 0.5s forwards ease-out;
    color: #000000;
    font-size: calc(12px * 1.05);
    opacity: 0;
}.locate-Btks h6 {
    margin-bottom: 1rem;
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    text-transform: uppercase;
    letter-spacing: 1px;
    align-items: center;
}.locate-Btks h6 svg {
    transform: scale(0.85);
    transition: transform 0.3s ease;
    margin-left: 0.5rem;
}.locate-Btks .request-feedback-9dAt > div:hover h6 svg {
    transform: scale(1);
}.locate-Btks span {
    color: #000000;
    font-size: calc(12px * 0.95);
    margin-left: 1.5rem;
    display: block;
}.locate-Btks .help-now-2SWE {
    gap: 1.25rem;
    display: flex;
    flex-direction: column;
}.locate-Btks .msg-block-Tjrs {
    align-items: center;
    font-size: calc(12px * 0.95);
    transition: color 0.3s ease, transform 0.3s ease;
    text-decoration: none;
    color: #000000;
    position: relative;
    padding-bottom: 0.25rem;
    display: flex;
}.locate-Btks .msg-block-Tjrs::after {
    left: 0;
    height: 2px;
    transition: width 0.3s ease;
    background: rgb(167,169,166);
    content: "";
    bottom: 0;
    position: absolute;
    width: 0;
}.locate-Btks .msg-block-Tjrs:hover {
    color: rgb(167,169,166);
    transform: translateX(5px);
}.locate-Btks .msg-block-Tjrs:hover::after {
    width: 100%;
}.locate-Btks .msg-block-Tjrs svg {
    transition: transform 0.3s ease;
    transform: scale(0.85);
    margin-left: 0.5rem;
}.locate-Btks .msg-block-Tjrs:hover svg {
    transform: scale(1) rotate(5deg);
}.locate-Btks svg path {
    transition: fill 0.3s ease;
}.locate-Btks .msg-block-Tjrs:hover svg path {
    fill: rgb(167,169,166);
}

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

@media screen and (min-width: 768px) {.locate-Btks {
    padding: 8rem 3rem;
}.locate-Btks h1 {
    font-size: calc(44px * 1.2);
}.locate-Btks .request-feedback-9dAt {
    grid-template-columns: repeat(2, 1fr);
}.locate-Btks .request-feedback-9dAt > div:first-child {
    grid-column: 1 / -1;
}
}

@media screen and (min-width: 1024px) {.locate-Btks {
    padding: 10rem 4rem;
}.locate-Btks .request-feedback-9dAt {
    grid-template-columns: 1.5fr 1fr 1fr;
}.locate-Btks .request-feedback-9dAt > div:first-child {
    grid-column: auto;
}.locate-Btks h1::after {
    width: 120px;
}
}

@media (prefers-reduced-motion: reduce) {.locate-Btks h1,
    .locate-Btks .request-feedback-9dAt,
    .locate-Btks .request-feedback-9dAt > div:first-child {
    opacity: 1;
    animation: none;
    transform: translateY(0);
}.locate-Btks .request-feedback-9dAt > div:hover,
    .locate-Btks .msg-block-Tjrs:hover {
    transform: none;
}
}