﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1256px;
}.head-base-16384 {
    flex: 1 0 auto;
}.reward-sys-68037 {
    flex: 0 0 auto;
}.wrapper-bundle-21073 {
    flex-direction: column;
    min-height: 100%;
    display: flex;
    height: 100%;
}svg {
    width: 30px;
    height: 30px;
}a {
    text-decoration: none;
    color: inherit;
}::-webkit-scrollbar {
    width: 20px;
}::-webkit-scrollbar-button {
    border-radius: 5px;
}::-webkit-scrollbar-track {
    border-radius: 17.5vh;
    border: 1px dotted #ffffff;
    box-shadow: inset -1px 2px 12px 2px rgba(0, 0, 0, 0.4);
    margin: 4px 0;
    background: #ffffff;
}::-webkit-scrollbar-track:active {
    background: rgb(181,179,179);
}::-webkit-scrollbar-thumb {
    border-radius: 12.3vw;
    background: rgb(118,112,113,0.5);
    min-height: 54px;
}::-webkit-scrollbar-thumb:hover {
    background: rgb(118,112,113,0.5);
}::-webkit-scrollbar-thumb:active {
    box-shadow: inset -3px -5px 0px 3px rgba(0, 0, 0, 0.1);
    background: rgb(181,179,179);
}::-webkit-scrollbar-corner {
    border-radius: 0px;
    background: rgb(118,112,113);
}html {
    scrollbar-width: none;
    scrollbar-color: rgb(118,112,113,0.5) rgb(118,112,113);
}html,body {
    color: #000000;
    auto
    scroll-behavior: smooth;
    auto
contain
touch-action: none;
    font-family: Arial, sans-serif;
    height: 100%;
    scroll-snap-type: none;
    min-height: 100%;
}header,footer {
    width: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.location-details-24867 {
    overflow: hidden;
    perspective: 1000px;
    padding: 80px 20px;
    position: relative;
    font-family: Arial, sans-serif;
    color: #000000;
    background: linear-gradient(135deg, rgb(181,179,179) 0%, #ffffff 60%, rgb(181,179,179) 100%);
}.location-details-24867::before {
    top: 0;
    z-index: -1;
    width: 100%;
    left: 0;
    position: absolute;
    content: "";
    height: 100%;
    transform-origin: top left;
    transform: skewY(-3deg);
    background: linear-gradient(45deg, rgba(rgb(149,145,145,0.5), 0.05) 0%, rgba(rgb(118,112,113,0.5), 0.03) 100%);
}.location-details-24867::after {
    width: 100%;
    background: linear-gradient(90deg, rgb(149,145,145) 0%, transparent 20%, rgb(118,112,113) 40%, transparent 60%, rgb(149,145,145) 80%, transparent 100%);
    height: 10px;
    position: absolute;
    content: "";
    opacity: 0.3;
    bottom: -5px;
    left: 0;
}.location-details-24867 h1 {
    font-weight: 700;
    position: relative;
    font-size: 44px;
    transform: perspective(800px) translateZ(0);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    text-align: center;
    margin-bottom: 40px;
}.location-details-24867 h1::after {
    background: linear-gradient(90deg, transparent, rgb(149,145,145), transparent);
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    height: 3px;
    bottom: -10px;
    width: 120px;
    content: "";
}.location-details-24867 h1:hover {
    transform: perspective(800px) translateZ(20px);
}.location-details-24867 .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.location-details-24867 .help-request-32084 {
    display: grid;
    transform-style: preserve-3d;
    grid-template-columns: 1fr;
    position: relative;
    gap: 40px;
}.location-details-24867 .help-request-32084 > div {
    padding: 30px;
    transform: perspective(1000px) rotateX(0deg);
    z-index: 1;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    position: relative;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease;
    border-radius: 10px;
    overflow: hidden;
    background: #ffffff;
}.location-details-24867 .help-request-32084 > div::before {
    height: 5px;
    z-index: 2;
    width: 100%;
    top: 0;
    content: "";
    transition: transform 0.3s ease;
    background: linear-gradient(90deg, rgb(149,145,145), rgb(118,112,113));
    left: 0;
    transform: translateY(-100%);
    position: absolute;
}.location-details-24867 .help-request-32084 > div:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateX(2deg) translateY(-5px);
}.location-details-24867 .help-request-32084 > div:hover::before {
    transform: translateY(0);
}.location-details-24867 h6 {
    color: #000000;
    text-transform: capitalize;
    align-items: center;
    font-size: 17px;
    display: flex;
    font-weight: 600;
    margin-bottom: 10px;
}.location-details-24867 h6 svg {
    margin-left: 10px;
    transition: transform 0.3s ease;
}.location-details-24867 span {
    color: #000000;
    font-size: 15px;
    margin-left: 30px;
    display: block;
    line-height: 1.6;
}.location-details-24867 .get-contactblock-70385 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}.location-details-24867 .get-contactblock-70385 > div {
    transition: transform 0.3s ease;
}.location-details-24867 .get-contactblock-70385 > div:hover {
    transform: translateX(10px);
}.location-details-24867 .contact-help-61974 {
    align-items: center;
    font-weight: 400;
    display: flex;
    font-size: 15px;
    color: #000000;
    text-decoration: none;
    transition: color 0.3s ease;
    position: relative;
}.location-details-24867 .contact-help-61974::after {
    width: 0;
    background: rgb(149,145,145);
    position: absolute;
    bottom: -3px;
    left: 0;
    height: 1px;
    transition: width 0.3s ease;
    content: "";
}.location-details-24867 .contact-help-61974:hover {
    color: rgb(149,145,145);
}.location-details-24867 .contact-help-61974:hover::after {
    width: 70%;
}.location-details-24867 .contact-help-61974 svg {
    transition: transform 0.3s ease;
    margin-left: 10px;
}.location-details-24867 .contact-help-61974:hover svg {
    transform: translateX(3px) scale(1.1);
}.location-details-24867 svg {
    width: 24px;
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.1));
    height: 24px;
}.location-details-24867 svg path {
    transition: fill 0.3s ease;
}.location-details-24867 .contact-help-61974:hover svg path {
    fill: rgb(149,145,145);
}.location-details-24867 h6:hover svg {
    transform: scale(1.1) rotate(5deg);
}.location-details-24867 h6:hover svg path {
    fill: rgb(149,145,145);
}

@media (min-width: 768px) {.location-details-24867 {
    padding: 100px 40px;
}.location-details-24867 .help-request-32084 {
    grid-template-columns: repeat(2, 1fr);
}.location-details-24867 h1 {
    margin-bottom: 60px;
}
}

@media (min-width: 992px) {.location-details-24867 {
    padding: 120px 60px;
}.location-details-24867 .help-request-32084 {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}.location-details-24867 .help-request-32084 > div {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}.location-details-24867 .help-request-32084 > div:first-child {
    transform: perspective(1000px) rotateY(-2deg);
}.location-details-24867 .help-request-32084 > div:last-child {
    transform: perspective(1000px) rotateY(2deg);
}.location-details-24867 .help-request-32084 > div:hover {
    transform: perspective(1000px) rotateX(0) rotateY(0) translateY(-10px);
}
}

@media (hover: none) {.location-details-24867 .help-request-32084 > div,
    .location-details-24867 h1,
    .location-details-24867 .get-contactblock-70385 > div {
    transform: none !important;
}.location-details-24867 .help-request-32084 > div:hover,
    .location-details-24867 h1:hover,
    .location-details-24867 .get-contactblock-70385 > div:hover {
    transform: none !important;
}
}

@media (prefers-reduced-motion) {.location-details-24867 .help-request-32084 > div,
    .location-details-24867 h1,
    .location-details-24867 .contact-help-61974,
    .location-details-24867 svg,
    .location-details-24867 .get-contactblock-70385 > div {
    transition: none !important;
}}.appNote-02534 {
    position: relative;
    background: linear-gradient(135deg, rgb(181,179,179) 0%, rgb(118,112,113,0.5) 100%);
    padding: 80px 0;
    overflow: hidden;
}.appNote-02534::before {
    content: "";
    height: 100%;
    top: 0;
    left: 0;
    background: radial-gradient(circle at 70% 30%, rgb(149,145,145,0.5) 0%, transparent 60%);
    opacity: 0.7;
    z-index: 1;
    animation: pulse 8s infinite alternate ease-in-out;
    position: absolute;
    width: 100%;
}.appNote-02534::after {
    opacity: 0.3;
    height: 40%;
    content: "";
    right: -5%;
    filter: blur(50px);
    bottom: -10%;
    transform: rotate(15deg);
    width: 40%;
    background: linear-gradient(225deg, rgb(118,112,113) 0%, transparent 80%);
    position: absolute;
    z-index: 0;
}.appNote-02534 .container {
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    position: relative;
}.appNote-02534 .growth-path-75926 {
    position: relative;
    flex-direction: column;
    display: flex;
    gap: 30px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 0 0 1px rgba(0, 0, 0, 0.02), 
                0 4px 6px rgba(0, 0, 0, 0.04);
    transform: perspective(1000px) rotateX(2deg);
    padding: 50px;
}.appNote-02534 .growth-path-75926:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12), 
                0 0 0 1px rgba(0, 0, 0, 0.04), 
                0 8px 12px rgba(0, 0, 0, 0.06);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.appNote-02534 .growth-path-75926::before {
    background-size: 200% 100%;
    top: -2px;
    height: 4px;
    width: 100%;
    left: 0;
    background: linear-gradient(90deg, 
        rgb(149,145,145) 0%, 
        rgb(118,112,113) 50%, 
        rgb(149,145,145) 100%);
    animation: gradientMove 6s linear infinite;
    content: "";
    position: absolute;
}.appNote-02534 .growth-path-75926 > div:first-child {
    position: relative;
    padding-bottom: 20px;
}.appNote-02534 .growth-path-75926 > div:first-child::after {
    width: 80px;
    position: absolute;
    height: 3px;
    background-color: rgb(149,145,145);
    transform-origin: left;
    left: 0;
    animation: lineExtend 1.5s ease-out forwards;
    bottom: 0;
    content: "";
}.appNote-02534 h5 {
    color: #000000;
    margin: 0;
    position: relative;
    transform: translateY(10px);
    line-height: 1.4;
    font-weight: 700;
    font-size: 24px;
    animation: fadeSlideUp 0.8s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
}.appNote-02534 .growth-path-75926 > div:last-child {
    animation: fadeSlideUp 0.8s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    transform: translateY(20px);
    opacity: 0;
}.appNote-02534 a {
    transition: transform 0.3s ease;
    display: block;
    position: relative;
    text-decoration: none;
}.appNote-02534 a:hover {
    transform: translateX(5px);
}.appNote-02534 a::before {
    content: "";
    background-color: rgb(118,112,113);
    height: 0;
    position: absolute;
    transition: height 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    top: 0;
    width: 4px;
    left: -20px;
}.appNote-02534 a:hover::before {
    height: 100%;
}.appNote-02534 p {
    color: #000000;
    line-height: 1.8;
    margin: 0;
    position: relative;
    font-weight: 400;
    font-size: 14px;
}

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

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

@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 200% 50%;
    }
}

@keyframes pulse {
    0% {
        opacity: 0.5;
        transform: scale(1);
    }
    100% {
        opacity: 0.8;
        transform: scale(1.1);
    }
}

@media (min-width: 768px) {.appNote-02534 .growth-path-75926 {
    padding: 60px 70px;
    gap: 40px;
}.appNote-02534 h5 {
    font-size: calc(24px * 1.2);
}.appNote-02534 p {
    font-size: calc(14px * 1.05);
}
}

@media (max-width: 767px) {.appNote-02534 {
    padding: 60px 0;
}.appNote-02534 .growth-path-75926 {
    gap: 25px;
    padding: 35px 25px;
}.appNote-02534 .growth-path-75926 > div:first-child::after {
    width: 60px;
}.appNote-02534 h5 {
    font-size: calc(24px * 0.9);
}.appNote-02534 a::before {
    left: -10px;
}
}

@media (max-width: 480px) {.appNote-02534 {
    padding: 50px 0;
}.appNote-02534 .growth-path-75926 {
    transform: perspective(1000px) rotateX(1deg);
    padding: 30px 20px;
}.appNote-02534 h5 {
    font-size: calc(24px * 0.85);
}.appNote-02534 p {
    font-size: calc(14px * 0.95);
}.appNote-02534 .growth-path-75926 > div:first-child {
    padding-bottom: 15px;
}}.program-overview-62871 {
    background: linear-gradient(135deg, rgb(181,179,179) 0%, #ffffff 100%);
    overflow: hidden;
    padding: 7rem 0;
    position: relative;
}.program-overview-62871::before {
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    content: "";
    background: repeating-linear-gradient(
        45deg,
        rgb(149,145,145,0.5) 0px,
        rgb(149,145,145,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    width: 100%;
    pointer-events: none;
    opacity: 0.05;
}.program-overview-62871::after {
    content: "";
    right: -5%;
    z-index: 0;
    top: -10%;
    opacity: 0.15;
    background: radial-gradient(circle, rgb(149,145,145,0.5) 0%, transparent 70%);
    width: 30rem;
    height: 30rem;
    position: absolute;
}.program-overview-62871 .container {
    max-width: 1200px;
    z-index: 1;
    position: relative;
    padding: 0 1.5rem;
    margin: 0 auto;
}.program-overview-62871 h2 {
    text-align: center;
    animation: fadeInUp 0.8s ease forwards 0.2s;
    color: #000000;
    position: relative;
    margin-bottom: 3rem;
    opacity: 0;
    transform: translateY(20px);
    font-weight: 700;
    font-size: 35px;
    line-height: 1.3;
}.program-overview-62871 h2::after {
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(149,145,145) 0%, rgb(118,112,113) 100%);
    position: absolute;
    width: 80px;
    bottom: -15px;
    height: 4px;
    border-radius: 10px;
    content: "";
    left: 50%;
}.program-overview-62871 .career-challenge-10247 {
    animation: fadeInUp 0.8s ease forwards 0.4s;
    display: flex;
    opacity: 0;
    flex-direction: column;
    transform: translateY(30px);
    gap: 2.5rem;
}.program-overview-62871 .img-hover-65310 {
    position: relative;
    border-radius: 21px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    transform: perspective(1000px) rotateY(-3deg);
    height: 350px;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}.program-overview-62871 .img-hover-65310::before {
    width: 100%;
    top: 0;
    height: 100%;
    content: "";
    background: linear-gradient(
        to bottom,
        transparent 60%,
        rgba(0, 0, 0, 0.5) 100%
    );
    position: absolute;
    z-index: 1;
    left: 0;
}.program-overview-62871 .img-hover-65310::after {
    width: 300%;
    height: 300%;
    transform: rotate(45deg);
    z-index: 2;
    left: -100%;
    top: -100%;
    animation: shimmer 6s infinite linear;
    position: absolute;
    background: linear-gradient(
        135deg,
        transparent 0%,
        rgba(255, 255, 255, 0.1) 50%,
        transparent 100%
    );
    content: "";
}.program-overview-62871 .content-box-54708 {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}.program-overview-62871 .description {
    padding: 0 0.5rem;
    color: #000000;
    transition: all 0.3s ease;
    font-size: 13px;
    line-height: 1.7;
    position: relative;
    font-weight: 400;
}.program-overview-62871 .description:first-of-type {
    padding-left: 1.25rem;
    border-left: 3px solid rgb(149,145,145);
    position: relative;
}.program-overview-62871 .description:nth-of-type(2) {
    position: relative;
    padding-right: 1.25rem;
    border-right: 3px solid rgb(118,112,113);
}.program-overview-62871 .description:first-of-type::before {
    position: absolute;
    left: -10px;
    border-radius: 50%;
    opacity: 0.2;
    top: 0;
    height: 20px;
    width: 20px;
    background: rgb(149,145,145);
    content: "";
}.program-overview-62871 .description:nth-of-type(2)::after {
    content: "";
    width: 20px;
    opacity: 0.2;
    right: -10px;
    border-radius: 50%;
    position: absolute;
    background: rgb(118,112,113);
    height: 20px;
    bottom: 0;
}

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

@keyframes shimmer {
    0% {
        transform: translateX(-100%) translateY(-100%) rotate(45deg);
    }
    100% {
        transform: translateX(100%) translateY(100%) rotate(45deg);
    }
}

@media (min-width: 768px) {.program-overview-62871 .career-challenge-10247 {
    flex-direction: row;
    align-items: flex-start;
}.program-overview-62871 .img-hover-65310 {
    flex: 0 0 45%;
    height: 450px;
}.program-overview-62871 .content-box-54708 {
    flex: 0 0 55%;
    padding-left: 2.5rem;
}.program-overview-62871 .description {
    font-size: calc(13px + 0.05rem);
}.program-overview-62871 h2 {
    font-size: calc(35px + 0.2rem);
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}.program-overview-62871 .img-hover-65310:hover {
    transform: perspective(1000px) rotateY(0deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}
}

@media (min-width: 992px) {.program-overview-62871 {
    padding: 9rem 0;
}.program-overview-62871 .container {
    padding: 0 3rem;
}.program-overview-62871 .img-hover-65310 {
    height: 500px;
}.program-overview-62871 h2 {
    margin-bottom: 4rem;
}.program-overview-62871 .description {
    font-size: calc(13px + 0.1rem);
}
}

@media (max-width: 767px) {.program-overview-62871 {
    padding: 5rem 0;
}.program-overview-62871 h2 {
    margin-bottom: 2rem;
    font-size: calc(35px - 0.2rem);
}.program-overview-62871 .img-hover-65310 {
    height: 280px;
}.program-overview-62871 .content-box-54708 {
    gap: 1rem;
}.program-overview-62871 .description {
    font-size: calc(13px - 0.1rem);
}}.connect-with-us-43698 {
    position: relative;
    background: linear-gradient(125deg, rgb(181,179,179) 0%, rgb(181,179,179) 60%, rgb(149,145,145,0.5) 100%);
    overflow: hidden;
    padding: 110px 0;
}.connect-with-us-43698::before {
    position: absolute;
    content: "";
    right: 0;
    opacity: 0.05;
    height: 100%;
    background: repeating-radial-gradient(
        circle at 80% 50%,
        rgb(149,145,145,0.5),
        rgb(149,145,145,0.5) 1px,
        transparent 1px,
        transparent 15px
    );
    top: 0;
    width: 50%;
}.connect-with-us-43698 .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 1;
    position: relative;
}.connect-with-us-43698 h2 {
    position: relative;
    color: #000000;
    margin-bottom: 50px;
    font-weight: 700;
    font-size: 38px;
    font-family: Arial, sans-serif;
    text-align: center;
}.connect-with-us-43698 h2::before {
    transform: translateX(-50%);
    position: absolute;
    background: rgb(149,145,145);
    width: 60px;
    bottom: -15px;
    left: 50%;
    content: "";
    border-radius: 2px;
    height: 4px;
}.connect-with-us-43698 .help-panel-10258 {
    gap: 40px;
    position: relative;
    align-items: center;
    grid-template-columns: 1fr 450px;
    display: grid;
    background: transparent;
}.connect-with-us-43698 .img-hover-65310 {
    overflow: hidden;
    transform: perspective(1000px) rotateY(-5deg);
    height: 550px;
    position: relative;
    transition: transform 0.5s ease;
    border-radius: 23px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
}.connect-with-us-43698 .img-hover-65310:hover {
    transform: perspective(1000px) rotateY(0deg);
}.connect-with-us-43698 .contact-reach-34978 {
    transform: perspective(1000px) rotateY(5deg);
    padding: 50px;
    border-radius: 23px;
    transition: transform 0.5s ease;
    position: relative;
    background: #ffffff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}.connect-with-us-43698 .contact-reach-34978:hover {
    transform: perspective(1000px) rotateY(0deg);
}.connect-with-us-43698 form {
    width: 100%;
}.connect-with-us-43698 form h3 {
    font-family: Arial, sans-serif;
    color: #000000;
    font-weight: 600;
    margin-bottom: 30px;
    font-size: 24px;
}.connect-with-us-43698 form input[type="text"] {
    padding: 16px 20px;
    border-radius: 10px;
    width: 100%;
    transition: all 0.3s ease;
    border: none;
    font-size: 15px;
    color: #000000;
    font-family: Arial, sans-serif;
    background: rgb(181,179,179);
    margin-bottom: 20px;
}.connect-with-us-43698 form input[type="text"]:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgb(149,145,145);
}.connect-with-us-43698 form input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.5;
}.connect-with-us-43698 .request-widget-67190 {
    display: flex;
    margin-bottom: 30px;
    align-items: flex-start;
}.connect-with-us-43698 .request-widget-67190 input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.connect-with-us-43698 .request-widget-67190 label {
    padding-left: 35px;
    cursor: pointer;
    line-height: 1.5;
    color: #000000;
    position: relative;
    font-size: 12px;
}.connect-with-us-43698 .request-widget-67190 label::before {
    content: "";
    width: 22px;
    background: rgb(181,179,179);
    position: absolute;
    border-radius: 4px;
    transition: all 0.3s ease;
    top: 2px;
    height: 22px;
    left: 0;
}.connect-with-us-43698 .request-widget-67190 input[type="checkbox"]:checked + label::before {
    background: rgb(149,145,145);
}.connect-with-us-43698 .request-widget-67190 input[type="checkbox"]:checked + label::after {
    border-right: 2px solid #ffffff;
    left: 8px;
    position: absolute;
    height: 10px;
    top: 6px;
    transform: rotate(45deg);
    content: "";
    border-bottom: 2px solid #ffffff;
    width: 6px;
}.connect-with-us-43698 .request-widget-67190 label a {
    transition: all 0.3s ease;
    color: rgb(149,145,145);
    text-decoration: none;
}.connect-with-us-43698 .request-widget-67190 label a:hover {
    color: rgb(118,112,113);
}.connect-with-us-43698 form .request-panel-35642 {
    padding: 16px 35px;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    font-size: 19px;
    color: #ffffff;
    border: none;
    position: relative;
    background: rgb(149,145,145);
    font-weight: 600;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
}.connect-with-us-43698 form .request-panel-35642::after {
    background: rgb(118,112,113);
    transition: width 0.3s ease;
    top: 0;
    height: 100%;
    position: absolute;
    content: "";
    right: 0;
    z-index: 0;
    width: 0;
}.connect-with-us-43698 form .request-panel-35642:hover::after {
    width: 100%;
    right: auto;
    left: 0;
}.connect-with-us-43698 form .request-panel-35642 span {
    z-index: 1;
    position: relative;
}.connect-with-us-43698 svg {
    fill: rgb(149,145,145);
    height: 22px;
    width: 22px;
}.connect-with-us-43698 svg path {
    fill: rgb(149,145,145);
    transition: fill 0.3s ease;
}

@media screen and (max-width: 1100px) {.connect-with-us-43698 .help-panel-10258 {
    grid-template-columns: 1fr 400px;
    gap: 30px;
}.connect-with-us-43698 .img-hover-65310 {
    height: 500px;
}.connect-with-us-43698 .contact-reach-34978 {
    padding: 40px;
}
}

@media screen and (max-width: 991px) {.connect-with-us-43698 {
    padding: 80px 0;
}.connect-with-us-43698 .help-panel-10258 {
    grid-template-columns: 1fr;
    gap: 40px;
}.connect-with-us-43698 .img-hover-65310 {
    height: 400px;
    transform: perspective(1000px) rotateY(0deg);
}.connect-with-us-43698 .contact-reach-34978 {
    transform: perspective(1000px) rotateY(0deg);
}
}

@media screen and (max-width: 767px) {.connect-with-us-43698 {
    padding: 60px 0;
}.connect-with-us-43698 h2 {
    margin-bottom: 40px;
}.connect-with-us-43698 .img-hover-65310 {
    height: 350px;
}
}

@media screen and (max-width: 576px) {.connect-with-us-43698 {
    padding: 50px 0;
}.connect-with-us-43698 h2 {
    font-size: calc(38px * 0.85);
}.connect-with-us-43698 .img-hover-65310 {
    height: 250px;
}.connect-with-us-43698 .contact-reach-34978 {
    padding: 30px 25px;
}.connect-with-us-43698 form h3 {
    font-size: calc(24px * 0.9);
}.connect-with-us-43698 form .request-panel-35642 {
    width: 100%;
}}.title-opener-98261 {
    height: 100vh;
    overflow: hidden;
    position: relative;
    align-items: center;
    display: flex;
    background: linear-gradient(135deg, #000000, #1a2a36);
}.title-opener-98261 .img-hover-65310 {
    top: 0;
    width: 100%;
    position: absolute;
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 75% 100%, 0 90%);
    left: 0;
    z-index: 1;
}.title-opener-98261 .img-hover-65310::after {
    left: 0;
    content: '';
    background: linear-gradient(
        210deg, 
        rgba(0,0,0,0.7) 0%, 
        rgb(149,145,145,0.5) 50%, 
        rgba(94,170,168,0.4) 100%
    );
    height: 100%;
    width: 100%;
    position: absolute;
    backdrop-filter: blur(3px);
    top: 0;
}.title-opener-98261 .growth-path-75926 {
    gap: 2rem;
    z-index: 2;
    display: grid;
    position: relative;
    max-width: 1200px;
    width: 90%;
    grid-template-columns: 1fr;
    margin: 0 auto;
    transform: translateY(-2vh);
}.title-opener-98261 h1 {
    opacity: 0;
    margin-bottom: 1.5rem;
    position: relative;
    font-size: clamp(2.5rem, 5vw, 43px);
    animation: slideInTitle 0.9s ease-out forwards 0.3s;
    text-shadow: 0 4px 12px rgba(0,0,0,0.3);
    color: #ffffff;
    font-weight: 700;
    transform: translateX(-5%);
}.title-opener-98261 h1::after {
    height: 4px;
    width: 80px;
    background: rgb(149,145,145);
    position: absolute;
    bottom: -10px;
    transform-origin: left;
    transform: scaleX(0);
    animation: expandLine 1.2s ease-out forwards 0.8s;
    content: '';
    left: 0;
}.title-opener-98261 .content-box-54708 {
    border-bottom-right-radius: 16px;
    opacity: 0;
    background: linear-gradient(
        140deg,
        rgba(255,255,255,0.1) 0%,
        rgba(255,255,255,0.05) 100%
    );
    border-top-right-radius: 16px;
    transform: translateY(20px);
    box-shadow: 10px 10px 30px rgba(0,0,0,0.2);
    animation: slideUpFade 0.8s ease-out forwards 0.6s;
    border-left: 3px solid rgb(149,145,145);
    position: relative;
    padding: 2.5rem;
    backdrop-filter: blur(10px);
}.title-opener-98261 .content-box-54708::before {
    position: absolute;
    z-index: -1;
    background: linear-gradient(
        to right,
        transparent,
        rgba(94,170,168,0.08)
    );
    top: 0;
    right: 0;
    height: 100%;
    width: 60%;
    content: '';
}.title-opener-98261 p {
    line-height: 1.6;
    max-width: 600px;
    color: #ffffff;
    margin-bottom: 2rem;
    font-size: clamp(1rem, 2vw, 1.25rem);
}.title-opener-98261 .page-hero-75386 {
    transform: scale(0.9);
    margin: 2rem 0;
    opacity: 0;
    justify-content: center;
    display: flex;
    animation: popIn 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards 1s;
}.title-opener-98261 svg {
    width: 120px;
    transition: transform 0.5s ease;
    filter: drop-shadow(0 4px 6px rgba(0,0,0,0.2));
    height: 120px;
}.title-opener-98261 svg:hover {
    transform: scale(1.05) rotate(2deg);
}.title-opener-98261 svg path {
    fill: rgb(94,170,168);
    transition: fill 0.3s ease;
}.title-opener-98261 svg:hover path {
    fill: #7fcdca;
}.title-opener-98261 svg text {
    transition: transform 0.3s ease;
    filter: drop-shadow(0 2px 2px rgba(0,0,0,0.2));
}.title-opener-98261 svg:hover text {
    transform: translateY(-2px);
}.title-opener-98261 h6 {
    margin-top: 2rem;
    text-align: center;
}.title-opener-98261 .request-panel-35642 {
    transform: translateY(0);
    transition: all 0.3s ease, transform 0.2s ease;
    border-radius: 10px;
    animation: bounceIn 0.8s cubic-bezier(0.18, 0.89, 0.32, 1.28) forwards 1.2s;
    font-size: 17px;
    display: inline-block;
    letter-spacing: 0.5px;
    overflow: hidden;
    color: #ffffff;
    font-weight: 600;
    position: relative;
    background: linear-gradient(135deg, rgb(149,145,145), rgb(94,170,168));
    box-shadow: 0 4px 15px rgba(94,170,168,0.3);
    text-decoration: none;
    opacity: 0;
    padding: 1rem 2.5rem;
}.title-opener-98261 .request-panel-35642::before {
    height: 200%;
    width: 200%;
    top: -50%;
    left: -50%;
    transform: scale(0);
    opacity: 0;
    content: '';
    transition: transform 0.6s ease-out, opacity 0.6s ease-out;
    position: absolute;
    background: radial-gradient(
        circle,
        rgba(255,255,255,0.3) 0%,
        transparent 70%
    );
}.title-opener-98261 .request-panel-35642:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(94,170,168,0.4);
}.title-opener-98261 .request-panel-35642:hover::before {
    transform: scale(1);
    opacity: 1;
}.title-opener-98261 .request-panel-35642:active {
    transform: translateY(1px);
    box-shadow: 0 3px 10px rgba(94,170,168,0.3);
}

@keyframes slideInTitle {
    0% {
        transform: translateX(-5%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

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

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

@keyframes popIn {
    0% {
        transform: scale(0.9);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes bounceIn {
    0% {
        transform: scale(0.7);
        opacity: 0;
    }
    50% {
        transform: scale(1.1);
        opacity: 1;
    }
    70% {
        transform: scale(0.95);
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@media screen and (min-width: 768px) {.title-opener-98261 .growth-path-75926 {
    align-items: center;
    grid-template-columns: 1fr 1fr;
    transform: translateY(0);
}.title-opener-98261 h1 {
    font-size: 43px;
    grid-column: 1 / -1;
    max-width: 80%;
}.title-opener-98261 .content-box-54708 {
    animation: slideRightFade 0.8s ease-out forwards 0.6s;
    opacity: 0;
    transform: translateX(20px);
}.title-opener-98261 .page-hero-75386 {
    margin: 2.5rem 0;
}.title-opener-98261 svg {
    height: 150px;
    width: 150px;
}
    
    @keyframes slideRightFade {
        0% {
            transform: translateX(20px);
            opacity: 0;
        }
        100% {
            transform: translateX(0);
            opacity: 1;
        }
    }
}

@media screen and (min-width: 992px) {.title-opener-98261 .img-hover-65310 {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 65% 100%, 0 80%);
}.title-opener-98261 .growth-path-75926 {
    padding: 0 2rem;
}.title-opener-98261 h1 {
    font-size: calc(43px * 1.2);
    max-width: 70%;
}.title-opener-98261 h1::after {
    height: 5px;
    width: 120px;
}.title-opener-98261 .content-box-54708 {
    padding: 3rem;
}.title-opener-98261 svg {
    width: 180px;
    height: 180px;
}
}

@media screen and (max-width: 767px) {.title-opener-98261 {
    padding: 4rem 0;
    height: auto;
    min-height: 100vh;
}.title-opener-98261 .img-hover-65310 {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}.title-opener-98261 .growth-path-75926 {
    width: 85%;
}.title-opener-98261 h1 {
    font-size: 2rem;
    transform: translateX(0);
    text-align: center;
}.title-opener-98261 h1::after {
    transform: translateX(-50%) scaleX(0);
    left: 50%;
}@keyframes expandLine {
        0% {
            transform: translateX(-50%) scaleX(0);
        }
        100% {
            transform: translateX(-50%) scaleX(1);
        }
    }
    
    .title-opener-98261 .content-box-54708 {
    padding: 2rem 1.5rem;
    text-align: center;
}.title-opener-98261 p {
    margin: 0 auto 1.5rem;
}.title-opener-98261 svg {
    width: 100px;
    height: 100px;
}
}

@media (prefers-reduced-motion: reduce) {.title-opener-98261 h1,
    .title-opener-98261 h1::after,
    .title-opener-98261 .content-box-54708,
    .title-opener-98261 .page-hero-75386,
    .title-opener-98261 .request-panel-35642 {
    animation: none;
    transform: none;
    opacity: 1;
}}.instructor-profile-93210 {
    background: linear-gradient(135deg, rgb(181,179,179) 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
}.instructor-profile-93210::before {
    top: 0;
    background: conic-gradient(from 45deg at 50% 50%, transparent 0deg, rgb(149,145,145,0.5) 90deg, transparent 180deg, rgb(118,112,113,0.5) 270deg, transparent 360deg);
    animation: rotateBg 30s linear infinite;
    position: absolute;
    left: 0;
    height: 100%;
    content: "";
    opacity: 0.2;
    width: 100%;
}@keyframes rotateBg {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.instructor-profile-93210 .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
    padding: 0 1.5rem;
}.instructor-profile-93210 .feedback-quotes-49238 {
    padding: 3rem;
    transform: perspective(1000px) rotateX(2deg);
    grid-gap: 1.5rem;
    grid-template-columns: minmax(250px, 35%) 1fr;
    display: grid;
    background-color: rgba(0, 0, 0, 0.5);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    grid-template-areas:
        "photo quote"
        "photo name"
        "photo job";
    transition: transform 0.3s ease;
    backdrop-filter: blur(8px);
    border-radius: 10px;
}.instructor-profile-93210 .feedback-quotes-49238:hover {
    transform: perspective(1000px) rotateX(0);
}.instructor-profile-93210 .img-hover-65310 {
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    grid-area: photo;
    transition: transform 0.3s ease;
    min-height: 350px;
    transform: translateZ(20px);
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
}.instructor-profile-93210 .feedback-quotes-49238:hover .img-hover-65310 {
    transform: translateZ(30px);
}.instructor-profile-93210 .name {
    margin-bottom: 0.5rem;
    font-weight: 700;
    grid-area: name;
    transform: translateZ(10px);
    color: #ffffff;
    font-size: 28px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}.instructor-profile-93210 .feedback-quotes-49238 span:not(.name) {
    margin-bottom: 1rem;
    font-size: 19px;
    color: rgb(118,112,113);
    grid-area: job;
    transform: translateZ(5px);
    font-weight: 600;
}.instructor-profile-93210 .emp-details-30241 {
    border-radius: 10px;
    line-height: 1.6;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
    padding: 1.5rem;
    position: relative;
    grid-area: quote;
    border-left: 4px solid rgb(149,145,145);
    transform: translateZ(15px);
    font-size: 15px;
    color: #ffffff;
}.instructor-profile-93210 .emp-details-30241::before {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    content: "";
    left: 0;
    mix-blend-mode: overlay;
    opacity: 0.1;
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(149,145,145,0.5) 0%, transparent 100%);
}

@media (max-width: 991px) {.instructor-profile-93210 .feedback-quotes-49238 {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
            "photo photo"
            "name job"
            "quote quote";
}.instructor-profile-93210 .img-hover-65310 {
    clip-path: polygon(0 0, 100% 0, 95% 95%, 5% 95%);
    min-height: 300px;
}
}

@media (max-width: 767px) {.instructor-profile-93210 {
    padding: 3rem 0;
}.instructor-profile-93210 .feedback-quotes-49238 {
    grid-template-areas:
            "img-hover-65310"
            "name"
            "job-wrap-56437"
            "emp-details-30241";
    padding: 2rem;
    grid-template-columns: 1fr;
}.instructor-profile-93210 .img-hover-65310 {
    min-height: 250px;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
}}.company-overview-02491 {
    z-index: 1;
    overflow: hidden;
    padding: 140px 0;
    position: relative;
    background: rgb(181,179,179);
}.company-overview-02491::before {
    width: 100%;
    position: absolute;
    content: "";
    filter: blur(20px);
    background: 
        linear-gradient(217deg, rgb(149,145,145,0.5), transparent 70%),
        linear-gradient(127deg, rgb(118,112,113,0.5), transparent 70%),
        linear-gradient(336deg, rgb(149,145,145,0.5), transparent 70%);
    top: 0;
    z-index: -1;
    height: 100%;
    animation: gradientFlow 15s ease infinite;
    transform-origin: center center;
    opacity: 0.15;
    left: 0;
}@keyframes gradientFlow {
    0% {
        background-position: 0% 0%;
        filter: blur(20px) brightness(1);
    }
    50% {
        background-position: 100% 100%;
        filter: blur(15px) brightness(1.1);
    }
    100% {
        background-position: 0% 0%;
        filter: blur(20px) brightness(1);
    }
}

.company-overview-02491::after {
    z-index: -2;
    height: 100%;
    width: 100%;
    opacity: 0.2;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(149,145,145,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(118,112,113,0.5) 0%, transparent 50%);
    animation: pulsateBackground 20s ease-in-out infinite alternate;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
}@keyframes pulsateBackground {
    0% {
        opacity: 0.1;
        background-size: 100% 100%;
    }
    50% {
        opacity: 0.2;
        background-size: 120% 120%;
    }
    100% {
        opacity: 0.1;
        background-size: 100% 100%;
    }
}

.company-overview-02491 .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
}.company-overview-02491 .container::before {
    border-radius: 50%;
    background: rgb(149,145,145,0.5);
    height: 200px;
    content: "";
    opacity: 0.1;
    animation: float 15s ease-in-out infinite alternate;
    width: 200px;
    filter: blur(80px);
    right: -100px;
    position: absolute;
    top: -100px;
}@keyframes float {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(-30px, 20px);
    }
    100% {
        transform: translate(0, 0);
    }
}

.company-overview-02491 .growth-path-75926 {
    position: relative;
    gap: 60px;
    justify-content: space-between;
    display: flex;
    align-items: center;
}.company-overview-02491 .growth-path-75926::before {
    position: absolute;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(149,145,145), transparent);
    bottom: -30px;
    width: 40%;
    animation: scanline 4s ease-in-out infinite;
    opacity: 0.4;
    left: 30%;
    height: 1px;
}@keyframes scanline {
    0% {
        opacity: 0;
        transform: scaleX(0.5);
    }
    50% {
        opacity: 0.4;
        transform: scaleX(1);
    }
    100% {
        opacity: 0;
        transform: scaleX(0.5);
    }
}

.company-overview-02491 .exp-years-94510 {
    padding: 50px 35px;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    backdrop-filter: blur(15px);
    perspective: 1000px;
    position: relative;
    flex: 0 0 40%;
    display: flex;
    border-radius: 19px;
    background: rgba(255, 255, 255, 0.02);
    transform-style: preserve-3d;
    flex-direction: column;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.1);
}.company-overview-02491 .exp-years-94510:hover {
    box-shadow: 0 35px 60px rgba(0, 0, 0, 0.12), 0 0 30px rgb(149,145,145,0.5);
    border-color: rgb(149,145,145,0.5);
    transform: translateY(-15px) rotateX(5deg);
}.company-overview-02491 .exp-years-94510::before {
    z-index: -1;
    position: absolute;
    opacity: 0.07;
    transition: opacity 0.4s ease;
    border-radius: 19px;
    content: "";
    inset: 0;
    background: linear-gradient(135deg, transparent 0%, rgb(149,145,145,0.5) 100%);
}.company-overview-02491 .exp-years-94510:hover::before {
    opacity: 0.12;
}.company-overview-02491 .exp-years-94510::after {
    position: absolute;
    opacity: 0;
    z-index: -2;
    border-radius: calc(19px + 1px);
    animation: borderGlow 4s linear infinite;
    inset: -1px;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(149,145,145,0.5), transparent);
    transition: opacity 0.4s ease;
}@keyframes borderGlow {
    0% {
        opacity: 0;
        background-position: 0% 50%;
    }
    50% {
        opacity: 0.5;
        background-position: 100% 50%;
    }
    100% {
        opacity: 0;
        background-position: 0% 50%;
    }
}

.company-overview-02491 .exp-years-94510:hover::after {
    opacity: 1;
}.company-overview-02491 .img-hover-65310 {
    width: 220px;
    border-radius: 50%;
    transition: all 0.5s ease;
    border: 5px solid rgba(255, 255, 255, 0.8);
    position: relative;
    margin-bottom: 30px;
    z-index: 2;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    height: 220px;
}.company-overview-02491 .img-hover-65310::before {
    -webkit-mask: linear-gradient(rgb(118,112,113,0.5)) content-box, linear-gradient(rgb(149,145,145,0.5));
    -webkit-mask-composite: xor;
    padding: 3px;
    mask-composite: exclude;
    content: "";
    position: absolute;
    border-radius: 50%;
    opacity: 0.2;
    inset: -3px;
    animation: rotate 8s linear infinite;
    background: conic-gradient(rgb(149,145,145), rgb(118,112,113), rgb(149,145,145));
}.company-overview-02491 .img-hover-65310::after {
    content: "";
    border: 1px dashed rgb(149,145,145,0.5);
    border-radius: 50%;
    opacity: 0.2;
    position: absolute;
    animation: rotateReverse 20s linear infinite;
    inset: -10px;
}@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotateReverse {
    0% {
        transform: rotate(360deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.company-overview-02491 .skill-learn-89175 {
    width: 100%;
    position: relative;
    text-align: center;
    padding-top: 15px;
}.company-overview-02491 .skill-learn-89175::before {
    height: 2px;
    width: 70px;
    opacity: 0.8;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(149,145,145), transparent);
    top: 0;
    transform: translateX(-50%);
    left: 50%;
    content: "";
}.company-overview-02491 .learn-learn-35271 {
    font-weight: 700;
    margin-bottom: 10px;
    position: relative;
    font-size: calc(22px * 1.15);
    color: #000000;
    display: inline-block;
    letter-spacing: 0.5px;
}.company-overview-02491 .learn-learn-35271::after {
    transition: width 0.4s ease;
    width: 0;
    background: rgb(149,145,145);
    content: "";
    left: 50%;
    bottom: -4px;
    transform: translateX(-50%);
    height: 2px;
    position: absolute;
}.company-overview-02491 .exp-years-94510:hover .learn-learn-35271::after {
    width: 80%;
}.company-overview-02491 .edu-beliefs-78916 {
    letter-spacing: 0.5px;
    opacity: 0.9;
    font-size: calc(12px * 1.05);
    color: rgb(149,145,145);
    font-weight: 600;
    margin-bottom: 0;
    transition: all 0.3s ease;
}.company-overview-02491 .exp-years-94510:hover .edu-beliefs-78916 {
    opacity: 1;
    color: rgb(118,112,113);
    transform: translateY(2px);
}.company-overview-02491 .content-box-54708 {
    background: rgba(255, 255, 255, 0.01);
    backdrop-filter: blur(10px);
    padding: 50px 45px;
    border-radius: 19px;
    overflow: hidden;
    flex: 0 0 55%;
    border: 1px solid rgba(255, 255, 255, 0.03);
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.05);
    position: relative;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}.company-overview-02491 .content-box-54708:hover {
    border-color: rgb(118,112,113,0.5);
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.08), 0 0 30px rgb(118,112,113,0.5);
}.company-overview-02491 .content-box-54708::before,
.company-overview-02491 .content-box-54708::after {
    transition: all 0.8s ease;
    height: 500px;
    content: "";
    position: absolute;
    filter: blur(60px);
    z-index: -1;
    animation: blobAnimation 25s infinite alternate;
    opacity: 0.03;
    border-radius: 45% 55% 50% 50% / 55% 45% 55% 45%;
    width: 500px;
    background: rgb(149,145,145,0.5);
}@keyframes blobAnimation {
    0% {
        border-radius: 45% 55% 50% 50% / 55% 45% 55% 45%;
        transform: translate(0, 0) rotate(0deg) scale(1);
    }
    33% {
        border-radius: 60% 40% 55% 45% / 45% 65% 35% 55%;
        transform: translate(-20px, 10px) rotate(60deg) scale(1.05);
    }
    66% {
        border-radius: 50% 50% 35% 65% / 50% 50% 65% 35%;
        transform: translate(20px, -10px) rotate(120deg) scale(0.95);
    }
    100% {
        border-radius: 45% 55% 50% 50% / 55% 45% 55% 45%;
        transform: translate(0, 0) rotate(180deg) scale(1);
    }
}

.company-overview-02491 .content-box-54708::before {
    top: -250px;
    right: -250px;
}.company-overview-02491 .content-box-54708::after {
    left: -250px;
    bottom: -250px;
    animation-delay: -15s;
    background: rgb(118,112,113,0.5);
}.company-overview-02491 .content-box-54708:hover::before,
.company-overview-02491 .content-box-54708:hover::after {
    filter: blur(40px);
    opacity: 0.08;
}.company-overview-02491 .study-space-65249 {
    font-weight: 600;
    font-size: calc(18px * 1.2);
    margin-bottom: 25px;
    align-items: center;
    gap: 16px;
    color: rgb(149,145,145);
    position: relative;
    display: flex;
    transition: all 0.3s ease;
}.company-overview-02491 .study-space-65249::after {
    width: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(149,145,145), transparent);
    bottom: -8px;
    transition: width 0.4s ease;
    height: 1px;
    content: "";
    left: 0;
}.company-overview-02491 .content-box-54708:hover .study-space-65249::after {
    width: 50%;
}.company-overview-02491 .study-space-65249 svg {
    fill: rgb(149,145,145);
    width: 48px;
    height: 48px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    transition: all 0.4s ease;
}.company-overview-02491 .study-space-65249 svg path {
    transition: fill 0.4s ease;
}.company-overview-02491 .content-box-54708 h2 {
    transition: all 0.4s ease;
    letter-spacing: 0.5px;
    position: relative;
    font-weight: 700;
    padding-bottom: 20px;
    font-size: calc(38px * 1.1);
    margin-bottom: 30px;
    color: #000000;
}.company-overview-02491 .content-box-54708 h2::after {
    content: "";
    height: 3px;
    transition: width 0.5s ease;
    border-radius: 10px;
    width: 100px;
    left: 0;
    background: linear-gradient(90deg, rgb(149,145,145), rgb(118,112,113,0.5), transparent);
    bottom: 0;
    position: absolute;
}.company-overview-02491 .content-box-54708 p {
    margin-bottom: 0;
    line-height: 1.9;
    transition: all 0.4s ease;
    color: #000000;
    font-size: calc(12px * 1.05);
    position: relative;
}.company-overview-02491 .content-box-54708::before,
.company-overview-02491 .content-box-54708::after,
.company-overview-02491 .exp-years-94510::before,
.company-overview-02491 .exp-years-94510::after,
.company-overview-02491 .img-hover-65310::before,
.company-overview-02491 .img-hover-65310::after {
    pointer-events: none;
}.company-overview-02491 .growth-path-75926::after {
    height: 100%;
    background-image: 
        radial-gradient(rgb(149,145,145,0.5) 1px, transparent 1px),
        radial-gradient(rgb(118,112,113,0.5) 1px, transparent 1px);
    z-index: -1;
    left: 0;
    background-size: 40px 40px;
    position: absolute;
    width: 100%;
    opacity: 0.03;
    content: "";
    background-position: 0 0, 20px 20px;
    top: 0;
    pointer-events: none;
}

@media (max-width: 1199px) {.company-overview-02491 {
    padding: 120px 0;
}.company-overview-02491 .growth-path-75926 {
    gap: 50px;
}.company-overview-02491 .content-box-54708 {
    padding: 40px 35px;
}.company-overview-02491 .exp-years-94510 {
    padding: 40px 30px;
}
}

@media (max-width: 991px) {.company-overview-02491 {
    padding: 100px 0;
}.company-overview-02491 .growth-path-75926 {
    gap: 50px;
    flex-direction: column;
}.company-overview-02491 .exp-years-94510,
    .company-overview-02491 .content-box-54708 {
    flex: 0 0 100%;
    width: 100%;
}.company-overview-02491 .content-box-54708 {
    padding: 40px 30px;
}.company-overview-02491 .exp-years-94510 {
    max-width: 500px;
    margin: 0 auto;
}.company-overview-02491 .growth-path-75926::before {
    width: 60%;
    left: 20%;
}.company-overview-02491 .content-box-54708 h2 {
    font-size: 38px;
}
}

@media (max-width: 767px) {.company-overview-02491 {
    padding: 80px 0;
}.company-overview-02491 .img-hover-65310 {
    height: 180px;
    width: 180px;
}.company-overview-02491 .exp-years-94510 {
    padding: 35px 25px;
}.company-overview-02491 .content-box-54708 {
    padding: 35px 25px;
}.company-overview-02491 .content-box-54708 h2 {
    margin-bottom: 25px;
    padding-bottom: 15px;
    font-size: calc(38px * 0.9);
}.company-overview-02491 .learn-learn-35271 {
    font-size: 22px;
}.company-overview-02491 .edu-beliefs-78916 {
    font-size: 12px;
}.company-overview-02491 .study-space-65249 {
    font-size: 18px;
}.company-overview-02491 .study-space-65249 svg {
    width: 40px;
    height: 40px;
}
}

@media (max-width: 575px) {.company-overview-02491 {
    padding: 60px 0;
}.company-overview-02491 .img-hover-65310 {
    margin-bottom: 20px;
    height: 150px;
    width: 150px;
}.company-overview-02491 .exp-years-94510 {
    padding: 30px 20px;
}.company-overview-02491 .content-box-54708 {
    padding: 30px 20px;
}.company-overview-02491 .study-space-65249 {
    font-size: calc(18px * 0.95);
}.company-overview-02491 .study-space-65249 svg {
    height: 35px;
    width: 35px;
}.company-overview-02491 .content-box-54708 h2 {
    font-size: calc(38px * 0.8);
    margin-bottom: 20px;
}.company-overview-02491 .content-box-54708 p {
    font-size: 12px;
    line-height: 1.8;
}.company-overview-02491 .learn-learn-35271 {
    font-size: calc(22px * 0.95);
}.company-overview-02491 .edu-beliefs-78916 {
    font-size: calc(12px * 0.95);
}.company-overview-02491 .growth-path-75926::before {
    left: 10%;
    width: 80%;
}}header {
    z-index: 1000;
    background: linear-gradient(120deg, 
        rgb(149,145,145) 0%, 
        rgb(149,145,145,0.5) 100%
    );
    width: 100%;
    left: 0;
    top: 0;
    position: fixed;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}header:before {
    content: '';
    left: 0;
    opacity: 0.1;
    height: 100%;
    pointer-events: none;
    width: 100%;
    position: absolute;
    top: 0;
}header:after {
    top: 0;
    height: 100%;
    background-size: 100px 100px;
    pointer-events: none;
    width: 100%;
    content: '';
    background-image: 
        linear-gradient(to right, 
            transparent 20%, 
            rgba(255, 255, 255, 0.05) 40%, 
            rgba(255, 255, 255, 0.05) 60%, 
            transparent 80%
        ),
        linear-gradient(to bottom, 
            transparent 20%, 
            rgba(255, 255, 255, 0.05) 40%, 
            rgba(255, 255, 255, 0.05) 60%, 
            transparent 80%
        );
    left: 0;
    position: absolute;
}header .main-bar-38952 {
    position: relative;
}header .main-bar-38952:before {
    background: linear-gradient(to right, 
        transparent, 
        #ffffff, 
        transparent
    );
    opacity: 0.3;
    width: 100%;
    position: absolute;
    bottom: -1px;
    left: 0;
    content: '';
    height: 2px;
}header .main-bar-38952:after {
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    width: 60px;
    filter: blur(8px);
    background-image: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.1) 0%,
        transparent 70%
    );
    pointer-events: none;
    opacity: 0.5;
    height: 60px;
    position: absolute;
    content: '';
}header .container {
    padding: 15px 25px;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}header .container:before {
    background-size: 6px 2px, 6px 2px;
    background-position: 0 0, 0 10px;
    right: 20px;
    position: absolute;
    opacity: 0.5;
    background-image: 
        linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.1) 50%),
        linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.1) 50%);
    pointer-events: none;
    height: 30px;
    top: 50%;
    background-repeat: repeat-x;
    content: '';
    width: 50px;
    transform: translateY(-50%);
}header .top-wrap-67293 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}header .top-wrap-67293:before {
    height: 20px;
    left: 0;
    top: 50%;
    width: 20px;
    content: '';
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    opacity: 0.5;
    transform: translateY(-50%) translateX(-40px);
    position: absolute;
}header .top-wrap-67293:after {
    content: '';
    top: 50%;
    width: 20px;
    position: absolute;
    transform: translateY(-50%) translateX(40px);
    border-radius: 50%;
    height: 20px;
    right: 0;
    opacity: 0.5;
    border: 1px solid rgba(255, 255, 255, 0.2);
}header .nav-train-24076 {
    gap: 30px;
    position: relative;
    display: flex;
    align-items: center;
}header .nav-train-24076:before {
    left: 0;
    background: linear-gradient(to right, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    transition: opacity 0.4s ease;
    bottom: -10px;
    width: 100%;
    content: '';
    position: absolute;
    height: 2px;
    opacity: 0;
}header .nav-train-24076:hover:before {
    opacity: 0.7;
}header .header-master-31789 {
    font-weight: 400;
    text-decoration: none;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
    position: relative;
    padding: 8px 0;
    font-family: Arial, sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 12px;
}header .header-master-31789:before {
    position: absolute;
    height: 6px;
    transform: translateY(-50%);
    transition: all 0.3s ease;
    width: 6px;
    border-radius: 50%;
    content: '';
    opacity: 0;
    background: #ffffff;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
    top: 50%;
    left: -12px;
}header .header-master-31789:after {
    content: '';
    width: 20px;
    height: 1px;
    left: -30px;
    transform: translateY(-50%) scaleX(0);
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.5);
    transform-origin: right;
    position: absolute;
    top: 50%;
}header .header-master-31789:hover {
    transform: translateX(5px);
    color: #ffffff;
}header .header-master-31789:hover:before {
    left: -20px;
    opacity: 1;
}header .header-master-31789:hover:after {
    transform: translateY(-50%) scaleX(1);
}header .head-section-50428 {
    transition: all 0.3s ease;
    text-decoration: none;
    align-items: center;
    display: flex;
    position: relative;
    padding: 5px;
}header .head-section-50428:before {
    content: '';
    border: 1px solid rgba(255, 255, 255, 0.2);
    top: -10px;
    border-radius: 10px;
    position: absolute;
    transition: all 0.3s ease;
    height: calc(100% + 20px);
    left: -10px;
    width: calc(100% + 20px);
    opacity: 0;
}header .head-section-50428:after {
    transition: all 0.3s ease;
    width: 10px;
    border-radius: 50%;
    content: '';
    height: 10px;
    left: -5px;
    position: absolute;
    opacity: 0;
    top: -5px;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    background: #ffffff;
}header .head-section-50428:hover:before {
    opacity: 1;
}header .head-section-50428:hover:after {
    animation: circuit 3s infinite;
    opacity: 1;
}header .head-section-50428 svg {
    width: auto;
    height: 40px;
    transition: all 0.3s ease;
}header .head-section-50428:hover svg {
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
}

@keyframes circuit {
    0%, 100% {
        top: -5px;
        left: -5px;
    }
    25% {
        top: -5px;
        left: calc(100% - 5px);
    }
    50% {
        top: calc(100% - 5px);
        left: calc(100% - 5px);
    }
    75% {
        top: calc(100% - 5px);
        left: -5px;
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
}

@media (max-width: 991px) {header .container {
    padding: 12px 20px;
}header .nav-train-24076 {
    gap: 20px;
}header .head-section-50428 svg {
    height: 35px;
}
}

@media (max-width: 767px) {header .nav-train-24076 {
    flex-direction: column;
    gap: 25px;
    height: 100vh;
    z-index: 1001;
    width: 80%;
    position: fixed;
    right: -100%;
    background: rgb(149,145,145);
    max-width: 320px;
    top: 0;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.2);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    padding: 80px 30px 30px;
}header .nav-train-24076:before {
    bottom: auto;
    top: 60px;
    left: 10%;
    width: 80%;
}header .nav-train-24076:after {
    content: '';
    top: 20px;
    border-radius: 50%;
    height: 30px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    pointer-events: none;
    right: 20px;
    width: 30px;
    position: absolute;
}header .menu.active {
    right: 0;
}header .header-master-31789 {
    padding: 12px 0;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}header .header-master-31789:hover {
    transform: translateX(0);
}header .header-master-31789:last-child {
    border-bottom: none;
}header .head-section-50428 {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 10px 15px;
}header .head-section-50428 svg {
    height: 30px;
}}.study-process-29540 {
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(181,179,179) 0%, rgba(rgb(149,145,145,0.5), 0.05) 100%);
    position: relative;
}.study-process-29540::before {
    width: 40%;
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
    top: 0;
    background: linear-gradient(to right, transparent, rgba(rgb(118,112,113,0.5), 0.08));
    right: 0;
    content: "";
    height: 100%;
    position: absolute;
    z-index: 1;
    transform: translateX(10%);
}.study-process-29540::after {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    background: linear-gradient(to top, rgba(rgb(149,145,145,0.5), 0.05), transparent);
    height: 25%;
    content: "";
    width: 100%;
}.study-process-29540 .growth-path-75926 {
    padding: 0 20px;
    perspective: 1000px;
    margin: 0 auto;
    position: relative;
    transform-style: preserve-3d;
    z-index: 2;
    max-width: 1240px;
}.study-process-29540 h2 {
    display: inline-block;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-weight: 700;
    color: #000000;
    font-size: 37px;
    position: relative;
    margin-bottom: 40px;
    transform: translateZ(5px);
}.study-process-29540 h2::after {
    height: 3px;
    position: absolute;
    transition: width 0.4s ease-out;
    bottom: -10px;
    transform-origin: left center;
    background: linear-gradient(90deg, rgb(149,145,145), rgb(118,112,113));
    left: 0;
    width: 80px;
    content: "";
}.study-process-29540 .growth-path-75926:hover h2::after {
    width: 100%;
}.study-process-29540 .content-box-54708 {
    padding: 40px;
    border-left: 5px solid rgb(149,145,145);
    position: relative;
    box-shadow: 10px 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.08),
                -5px -5px 20px rgba(rgb(255, 255, 255, 0.5), 0.7);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), 
                box-shadow 0.5s ease;
    backdrop-filter: blur(5px);
    background: linear-gradient(to right, rgba(rgb(255, 255, 255, 0.5), 0.9), rgba(rgb(255, 255, 255, 0.5), 0.98));
    transform: translateZ(10px) rotateY(-2deg);
}.study-process-29540 .content-box-54708::before {
    top: 0;
    opacity: 0.8;
    border-color: transparent rgb(118,112,113) transparent transparent;
    height: 0;
    transition: transform 0.3s ease-out;
    right: 0;
    border-width: 0 40px 40px 0;
    position: absolute;
    width: 0;
    content: "";
    border-style: solid;
}.study-process-29540 .content-box-54708:hover {
    box-shadow: 15px 15px 40px rgba(rgba(0, 0, 0, 0.5), 0.12),
                -8px -8px 25px rgba(rgb(255, 255, 255, 0.5), 0.8);
    transform: translateZ(20px) rotateY(0deg);
}.study-process-29540 .content-box-54708:hover::before {
    transform: scale(1.2) rotate(10deg);
}.study-process-29540 p {
    position: relative;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    color: #000000;
    line-height: 1.8;
    transition: transform 0.4s ease;
}.study-process-29540 .content-box-54708:hover p {
    transform: translateX(5px);
}

@media (max-width: 991px) {.study-process-29540 {
    padding: 90px 0;
}.study-process-29540 h2 {
    font-size: calc(37px * 0.9);
    margin-bottom: 30px;
}.study-process-29540 .content-box-54708 {
    transform: translateZ(5px) rotateY(-1deg);
    padding: 30px;
}.study-process-29540::before {
    width: 30%;
}
}

@media (max-width: 767px) {.study-process-29540 {
    padding: 70px 0;
}.study-process-29540 h2 {
    margin-bottom: 25px;
    font-size: calc(37px * 0.8);
}.study-process-29540 .content-box-54708 {
    transform: translateZ(0) rotateY(0);
    padding: 25px;
}.study-process-29540 .content-box-54708::before {
    border-width: 0 30px 30px 0;
}.study-process-29540 p {
    line-height: 1.7;
    font-size: calc(18px * 0.95);
}
}

@media (max-width: 576px) {.study-process-29540 {
    padding: 50px 0;
}.study-process-29540 h2 {
    margin-bottom: 20px;
    font-size: calc(37px * 0.7);
}.study-process-29540 h2::after {
    height: 2px;
    width: 60px;
}.study-process-29540 .content-box-54708 {
    padding: 20px;
    border-left: 3px solid rgb(149,145,145);
}.study-process-29540 .content-box-54708::before {
    border-width: 0 20px 20px 0;
}.study-process-29540 p {
    font-size: calc(18px * 0.9);
    line-height: 1.6;
}.study-process-29540::before {
    clip-path: polygon(50% 0, 100% 0, 100% 100%, 20% 100%);
    width: 20%;
}}.pricing-package-57239 {
    overflow: hidden;
    background-color: rgb(181,179,179);
    position: relative;
    padding: 120px 0;
}.pricing-package-57239::before {
    height: 120%;
    left: -5%;
    top: -10%;
    transform: rotate(-3deg);
    background: linear-gradient(135deg, 
        rgba(var(--secondary-color-rgb), 0.03) 0%,
        rgba(var(--secondary-color-rgb), 0.01) 40%, 
        rgba(var(--primary-color-rgb), 0.02) 60%, 
        rgba(var(--primary-color-rgb), 0.05) 100%);
    content: "";
    z-index: 0;
    width: 110%;
    position: absolute;
}.pricing-package-57239 .container {
    margin: 0 auto;
    z-index: 1;
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
}.pricing-package-57239 .pricing-offers-21498 {
    flex-direction: column;
    display: flex;
}.pricing-package-57239 .learn-sub-79140 {
    position: relative;
    text-align: center;
    margin-bottom: 50px;
    order: 1;
}.pricing-package-57239 .learn-sub-79140 h2 {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    font-weight: 700;
    background: linear-gradient(120deg, rgb(118,112,113), rgb(149,145,145));
    transform: translateY(0);
    color: #000000;
    -webkit-text-fill-color: transparent;
    font-size: 28px;
    -webkit-background-clip: text !important;
    margin-bottom: 15px;
}.pricing-package-57239 .learn-sub-79140:hover h2 {
    transform: translateY(-5px);
}.pricing-package-57239 .lesson-rates-78531 {
    font-size: 13px;
    line-height: 1.6;
    max-width: 700px;
    margin: 0 auto;
    color: #000000;
    position: relative;
}.pricing-package-57239 .lesson-rates-78531::after {
    bottom: -15px;
    content: "";
    transition: transform 0.5s ease;
    left: 50%;
    width: 100px;
    background: linear-gradient(90deg, rgb(118,112,113), rgb(149,145,145));
    position: absolute;
    transform: translateX(-50%) scaleX(0.7);
    height: 3px;
}.pricing-package-57239 .learn-sub-79140:hover .lesson-rates-78531::after {
    transform: translateX(-50%) scaleX(1);
}.pricing-package-57239 .learning-fees-25084 {
    display: grid;
    gap: 30px;
    order: 2;
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
}.pricing-package-57239 .pricing-pack-75482 {
    display: block;
    transform-style: preserve-3d;
    border-radius: 18px;
    perspective: 1000px;
    position: relative;
    z-index: 1;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), 
                box-shadow 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    background-color: #ffffff;
    text-decoration: none;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}.pricing-package-57239 .pricing-pack-75482::before {
    width: 100%;
    left: 0;
    position: absolute;
    height: 5px;
    top: 0;
    transform: scaleX(0.85);
    background: linear-gradient(90deg, rgb(118,112,113), rgb(149,145,145));
    content: "";
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 2;
    transform-origin: left;
}.pricing-package-57239 .pricing-pack-75482:hover {
    box-shadow: 0 15px 30px rgba(var(--secondary-color-rgb), 0.12);
    transform: translateY(-10px);
}.pricing-package-57239 .pricing-pack-75482:hover::before {
    transform: scaleX(1);
}.pricing-package-57239 .learning-package-37418 {
    display: flex;
    height: 100%;
    flex-direction: column;
}.pricing-package-57239 .cost-options-31748 {
    position: relative;
    flex-grow: 1;
    z-index: 1;
    overflow: hidden;
    padding: 30px;
    display: flex;
    flex-direction: column;
}.pricing-package-57239 .cost-options-31748::before {
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(135deg, 
        rgba(var(--white-color-rgb), 0.7) 0%, 
        rgba(var(--white-color-rgb), 1) 60%);
    z-index: -1;
}.pricing-package-57239 .cost-options-31748 h3 {
    position: relative;
    font-weight: 700;
    font-size: calc(21px + 2px);
    margin-bottom: 15px;
    transition: transform 0.4s ease;
    color: #000000;
}.pricing-package-57239 .pricing-pack-75482:hover .cost-options-31748 h3 {
    transform: translateX(5px);
}.pricing-package-57239 .payment-scheme-25613 {
    color: rgb(149,145,145);
    margin-bottom: 20px;
    font-weight: 700;
    font-size: calc(21px + 8px);
    padding: 5px 10px;
    transition: transform 0.4s ease, color 0.4s ease;
    position: relative;
    display: inline-block;
}.pricing-package-57239 .payment-scheme-25613::before {
    width: 100%;
    background: linear-gradient(90deg, rgb(118,112,113), rgb(149,145,145));
    transform: scaleX(0.3);
    bottom: 0;
    left: 0;
    transform-origin: left;
    content: "";
    height: 2px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
}.pricing-package-57239 .pricing-pack-75482:hover .payment-scheme-25613 {
    color: rgb(118,112,113);
    transform: translateY(-5px);
}.pricing-package-57239 .pricing-pack-75482:hover .payment-scheme-25613::before {
    transform: scaleX(1);
}.pricing-package-57239 .cost-options-31748 p {
    margin-bottom: 0;
    color: #000000;
    word-wrap: break-word;
    hyphens: auto;
    max-width: 100%;
    font-size: 13px;
    line-height: 1.6;
    flex-grow: 1;
    overflow-wrap: break-word;
}.pricing-package-57239 .img-hover-65310 {
    transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    height: 200px;
    overflow: hidden;
    position: relative;
    width: 100%;
}.pricing-package-57239 .img-hover-65310::after {
    left: 0;
    content: "";
    z-index: 1;
    top: 0;
    background: linear-gradient(0deg, 
        rgba(var(--dark-color-rgb), 0.4) 0%, 
        rgba(var(--dark-color-rgb), 0) 40%);
    height: 100%;
    width: 100%;
    position: absolute;
}.pricing-package-57239 .pricing-pack-75482:hover .img-hover-65310 {
    transform: scale(1.05);
}

@media (min-width: 768px) {.pricing-package-57239 .learning-fees-25084 {
    grid-template-columns: repeat(2, 1fr);
}.pricing-package-57239 .cost-options-31748 {
    padding: 35px;
}.pricing-package-57239 .img-hover-65310 {
    height: 220px;
}
}

@media (min-width: 992px) {.pricing-package-57239 .pricing-offers-21498 {
    align-items: center;
    gap: 60px;
    flex-direction: row;
}.pricing-package-57239 .learn-sub-79140 {
    flex: 0 0 30%;
    text-align: left;
    order: 2;
    margin-bottom: 0;
}.pricing-package-57239 .learning-fees-25084 {
    flex: 0 0 65%;
    grid-template-columns: repeat(2, 1fr);
    order: 1;
}.pricing-package-57239 .lesson-rates-78531::after {
    transform: translateX(0) scaleX(0.7);
    left: 0;
}.pricing-package-57239 .learn-sub-79140:hover .lesson-rates-78531::after {
    transform: translateX(0) scaleX(1);
}
}

@media (min-width: 1200px) {.pricing-package-57239 {
    padding: 150px 0;
}.pricing-package-57239 .learning-fees-25084 {
    gap: 40px;
}.pricing-package-57239 .pricing-pack-75482 {
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), 
                    box-shadow 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}.pricing-package-57239 .pricing-pack-75482:hover {
    transform: translateY(-15px) scale(1.02);
}.pricing-package-57239 .pricing-pack-75482:nth-child(even) {
    transform: translateY(15px);
}.pricing-package-57239 .pricing-pack-75482:nth-child(even):hover {
    transform: translateY(0) scale(1.02);
}.pricing-package-57239 .img-hover-65310 {
    height: 250px;
}}.newsletter-signup-67935 {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(149,145,145,0.5), rgb(118,112,113) 120%);
    padding: 3.5rem 0;
    z-index: 1;
}.newsletter-signup-67935::before {
    content: '';
    position: absolute;
    z-index: -1;
    animation: orbitGlow 15s infinite alternate ease-in-out;
    width: 80%;
    background: radial-gradient(circle at center, rgba(255,255,255,0.1) 0%, transparent 60%);
    height: 200%;
    transform: rotate(-15deg);
    top: -50%;
    left: -10%;
}.newsletter-signup-67935::after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    height: 100%;
    z-index: -1;
    width: 100%;
    background-image: 
        radial-gradient(circle at 80% 20%, rgba(255,255,255,0.12) 0%, transparent 25%),
        radial-gradient(circle at 20% 80%, rgba(255,255,255,0.08) 0%, transparent 30%);
}.newsletter-signup-67935 .container {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1140px;
}.newsletter-signup-67935 .growth-path-75926 {
    position: relative;
    grid-gap: 2rem;
    z-index: 2;
    transform: perspective(1000px) rotateX(2deg);
    display: grid;
    grid-template-columns: 1fr;
}.newsletter-signup-67935 .growth-path-75926 > div {
    position: relative;
    z-index: 2;
}.newsletter-signup-67935 .growth-path-75926 h4 {
    transform: translateY(5px);
    font-weight: 600;
    text-shadow: 0 2px 4px rgba(0,0,0,0.15);
    animation: floatText 6s infinite alternate ease-in-out;
    color: #ffffff;
    line-height: 1.4;
    font-size: 19px;
    margin: 0;
}.newsletter-signup-67935 .input_holder {
    gap: 1rem;
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 3;
}.newsletter-signup-67935 .input_holder span {
    position: relative;
    width: 100%;
    display: block;
}.newsletter-signup-67935 .input_holder span:first-child::before {
    left: -20px;
    animation: pulseOrbit 4s infinite;
    height: 10px;
    transform: translateY(-50%);
    content: '';
    position: absolute;
    top: 50%;
    border-radius: 50%;
    width: 10px;
    opacity: 0.6;
    background-color: rgb(255, 255, 255, 0.5);
}.newsletter-signup-67935 .input_holder span:last-child::after {
    animation: pulseOrbit 3s infinite 1s;
    width: 6px;
    right: -15px;
    border-radius: 50%;
    height: 6px;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    position: absolute;
    background-color: rgb(149,145,145);
}.newsletter-signup-67935 .input_holder input[type="email"] {
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    font-size: 18px;
    border-radius: 10px;
    backdrop-filter: blur(8px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.2);
    color: #ffffff;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 15px 20px;
    background-color: rgba(255, 255, 255, 0.15);
}.newsletter-signup-67935 .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.7);
}.newsletter-signup-67935 .input_holder input[type="email"]:focus {
    background-color: rgba(255, 255, 255, 0.25);
    border-color: rgb(149,145,145);
    outline: none;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.3);
}.newsletter-signup-67935 .input_holder .sub-field-63920 {
    border-radius: 10px;
    width: 100%;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 15px 25px;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    border: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    background: linear-gradient(135deg, rgb(118,112,113), rgb(149,145,145));
}.newsletter-signup-67935 .input_holder .sub-field-63920:hover {
    background: linear-gradient(135deg, rgb(149,145,145), rgb(118,112,113));
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}.newsletter-signup-67935 .input_holder .sub-field-63920:active {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(1px);
}.newsletter-signup-67935 .input_holder .sub-field-63920::before {
    position: absolute;
    left: -50%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    animation: shine 3s infinite;
    top: -50%;
    content: '';
    width: 200%;
    transform: rotate(45deg);
    height: 200%;
}

@keyframes shine {
    0% {
        left: -100%;
    }
    20%, 100% {
        left: 100%;
    }
}

@keyframes floatText {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}

@keyframes pulseOrbit {
    0%, 100% {
        transform: translateY(-50%) scale(1);
        opacity: 0.6;
    }
    50% {
        transform: translateY(-50%) scale(1.5);
        opacity: 0.3;
    }
}

@keyframes orbitGlow {
    0% {
        opacity: 0.3;
        transform: rotate(-15deg) translateX(0);
    }
    50% {
        opacity: 0.5;
        transform: rotate(-15deg) translateX(5%);
    }
    100% {
        opacity: 0.3;
        transform: rotate(-15deg) translateX(0);
    }
}

@media (min-width: 768px) {.newsletter-signup-67935 {
    padding: 4rem 0;
}.newsletter-signup-67935 .growth-path-75926 {
    align-items: center;
    transform: perspective(1200px) rotateX(1deg);
    grid-template-columns: 1fr 1fr;
}.newsletter-signup-67935 .growth-path-75926 h4 {
    font-size: calc(19px * 1.1);
    max-width: 90%;
}.newsletter-signup-67935 .input_holder {
    gap: 1.5rem;
    flex-direction: row;
}.newsletter-signup-67935 .input_holder span:first-child {
    flex: 2;
}.newsletter-signup-67935 .input_holder span:last-child {
    flex: 1;
    max-width: 200px;
}
}

@media (min-width: 992px) {.newsletter-signup-67935 {
    padding: 5rem 0;
}.newsletter-signup-67935::before {
    width: 60%;
}.newsletter-signup-67935 .growth-path-75926 {
    transform: perspective(1500px) rotateX(1deg);
}.newsletter-signup-67935 .growth-path-75926 h4 {
    max-width: 85%;
    font-size: calc(19px * 1.2);
}.newsletter-signup-67935 .input_holder {
    padding-left: 2rem;
}.newsletter-signup-67935 .input_holder span:first-child::before {
    width: 12px;
    left: -30px;
    height: 12px;
}.newsletter-signup-67935 .input_holder span:last-child::after {
    right: -25px;
    width: 8px;
    height: 8px;
}
}

@media (max-width: 767px) {.newsletter-signup-67935 .growth-path-75926 h4 {
    text-align: center;
    margin-bottom: 1rem;
}.newsletter-signup-67935 .input_holder {
    margin-top: 0.5rem;
}.newsletter-signup-67935 .input_holder span + span {
    margin-top: 0.75rem;
}}.client-comments-68547 {
    position: relative;
    background: linear-gradient(135deg, rgb(181,179,179) 0%, rgba(rgb(149,145,145,0.5), 0.05) 100%);
    overflow: hidden;
    padding: 6rem 0;
}.client-comments-68547::before {
    content: "";
    height: 3px;
    left: 0;
    right: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    background: linear-gradient(90deg, transparent, rgb(118,112,113), transparent);
}.client-comments-68547::after {
    bottom: 0;
    left: 0;
    background: radial-gradient(circle at 50% 120%, rgb(149,145,145,0.5) 0%, transparent 70%);
    width: 100%;
    position: absolute;
    pointer-events: none;
    opacity: 0.05;
    content: "";
    height: 100%;
    z-index: 0;
}.client-comments-68547 h2.container {
    margin-bottom: 3.5rem;
    z-index: 2;
    text-align: center;
    font-weight: 700;
    position: relative;
    transition: transform 0.5s ease-out;
    font-size: calc(28px * 1.1);
    transform: perspective(1000px) translateZ(0);
    color: #000000;
}.client-comments-68547 h2.container::after {
    height: 3px;
    bottom: -15px;
    width: 80px;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    background: linear-gradient(to right, transparent, rgb(118,112,113), transparent);
    content: "";
}.client-comments-68547 .container.growth-path-75926 {
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}.client-comments-68547 .client-testimonials-28195 {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    perspective: 1000px;
    gap: 2.5rem;
    display: grid;
}.client-comments-68547 .feedback-quotes-49238 {
    display: flex;
    padding: 2rem;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 100%);
    position: relative;
    transform: translateY(0) scale(1) rotate(0);
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(rgb(255, 255, 255, 0.5), 0.2);
    overflow: hidden;
    flex-direction: column;
    box-shadow: 0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.05),
                0 1px 4px rgba(rgba(0, 0, 0, 0.5), 0.03);
}.client-comments-68547 .feedback-quotes-49238::before {
    left: 0;
    top: 0;
    background: linear-gradient(90deg, rgb(149,145,145), rgb(118,112,113));
    height: 3px;
    position: absolute;
    width: 100%;
    content: "";
    transform: scaleX(0);
    transition: transform 0.5s ease-out;
    transform-origin: left;
    opacity: 0.8;
}.client-comments-68547 .feedback-quotes-49238:hover {
    box-shadow: 0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.08),
                0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.04);
    transform: translateY(-10px) scale(1.01) rotate(0.5deg);
}.client-comments-68547 .feedback-quotes-49238:hover::before {
    transform: scaleX(1);
}.client-comments-68547 .feedback-quotes-49238 h3 {
    position: relative;
    transition: transform 0.3s ease;
    font-size: calc(20px * 1.1);
    z-index: 2;
    color: #000000;
    transform-origin: left;
    font-weight: 600;
    margin-bottom: 0.75rem;
}.client-comments-68547 .feedback-quotes-49238:hover h3 {
    transform: translateX(5px);
    color: rgb(149,145,145);
}.client-comments-68547 .feedback-quotes-49238 .description {
    line-height: 1.6;
    margin-bottom: 1.5rem;
    color: #000000;
    font-size: 14px;
    flex-grow: 1;
    z-index: 2;
    position: relative;
}.client-comments-68547 .feedback-quotes-49238 div {
    transform-origin: bottom;
    height: 0;
    overflow: hidden;
    width: 100%;
    position: relative;
    padding-bottom: 60%;
    transition: transform 0.4s ease;
    border-radius: 4px;
}.client-comments-68547 .feedback-quotes-49238:hover div {
    transform: scale(1.03);
}.client-comments-68547 .feedback-quotes-49238 img {
    object-fit: cover;
    top: 0;
    position: absolute;
    width: 100%;
    transition: transform 0.6s ease;
    height: 100%;
    left: 0;
}.client-comments-68547 .feedback-quotes-49238:hover img {
    transform: scale(1.05);
}.client-comments-68547 .feedback-quotes-49238:nth-child(odd) {
    transform: translateY(0) rotate(-0.5deg);
}.client-comments-68547 .feedback-quotes-49238:nth-child(odd):hover {
    transform: translateY(-10px) rotate(0);
}.client-comments-68547 .feedback-quotes-49238:nth-child(even) {
    transform: translateY(0) rotate(0.5deg);
}.client-comments-68547 .feedback-quotes-49238:nth-child(even):hover {
    transform: translateY(-10px) rotate(0);
}.client-comments-68547 .feedback-quotes-49238::after {
    transform: translateY(-10px);
    font-size: 5rem;
    opacity: 0.1;
    font-family: serif;
    transition: all 0.4s ease;
    content: "";
    position: absolute;
    line-height: 1;
    z-index: 1;
    right: 1rem;
    color: rgb(118,112,113);
    top: 0.5rem;
}.client-comments-68547 .feedback-quotes-49238:hover::after {
    opacity: 0.15;
    transform: translateY(0) rotate(5deg);
}

@media (max-width: 991px) {.client-comments-68547 {
    padding: 4rem 0;
}.client-comments-68547 h2.container {
    margin-bottom: 2.5rem;
    font-size: 28px;
}.client-comments-68547 .client-testimonials-28195 {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 2rem;
}
}

@media (max-width: 767px) {.client-comments-68547 {
    padding: 3rem 0;
}.client-comments-68547 h2.container {
    font-size: calc(28px * 0.9);
    margin-bottom: 2rem;
}.client-comments-68547 h2.container::after {
    bottom: -10px;
    width: 60px;
}.client-comments-68547 .client-testimonials-28195 {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
}.client-comments-68547 .feedback-quotes-49238 {
    padding: 1.5rem;
}
}

@media (max-width: 480px) {.client-comments-68547 {
    padding: 2.5rem 0;
}.client-comments-68547 h2.container {
    padding: 0 1rem;
    font-size: calc(28px * 0.8);
}.client-comments-68547 .feedback-quotes-49238 {
    padding: 1.25rem;
}.client-comments-68547 .feedback-quotes-49238 h3 {
    font-size: 20px;
}.client-comments-68547 .feedback-quotes-49238 .description {
    margin-bottom: 1rem;
    font-size: calc(14px * 0.95);
}
}

@media (hover: none) {.client-comments-68547 .feedback-quotes-49238:hover {
    box-shadow: 0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.05),
                    0 1px 4px rgba(rgba(0, 0, 0, 0.5), 0.03);
    transform: none;
}.client-comments-68547 .feedback-quotes-49238:hover::before {
    transform: scaleX(0.3);
}.client-comments-68547 .feedback-quotes-49238:hover h3 {
    transform: none;
}.client-comments-68547 .feedback-quotes-49238:hover div,
    .client-comments-68547 .feedback-quotes-49238:hover img {
    transform: none;
}}.privacy-bastion-56138 {
    font-family: Arial, sans-serif;
    padding: 5rem 2rem;
    color: #000000;
    overflow: hidden;
    position: relative;
    background: linear-gradient(145deg, rgb(181,179,179) 0%, rgba(245, 248, 250, 0.95) 100%);
}.privacy-bastion-56138::before {
    top: 0;
    height: 100%;
    content: "";
    background: linear-gradient(135deg, transparent 40%, rgba(rgb(149,145,145,0.5), 0.05) 100%);
    right: 0;
    z-index: 1;
    width: 30%;
    clip-path: polygon(100% 0, 100% 100%, 30% 100%, 70% 0);
    position: absolute;
}.privacy-bastion-56138::after {
    left: 0;
    position: absolute;
    height: 60%;
    background: linear-gradient(180deg, transparent 40%, rgba(rgb(118,112,113,0.5), 0.03) 100%);
    content: "";
    width: 100%;
    bottom: 0;
    z-index: 0;
}.privacy-bastion-56138 .container {
    padding: 0 15px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    max-width: 1140px;
}.privacy-bastion-56138 h1 {
    font-weight: 700;
    color: #000000;
    transform: translateX(-8px);
    font-size: 41px;
    position: relative;
    padding-bottom: 1.5rem;
    margin-bottom: 2rem;
}.privacy-bastion-56138 h1::before {
    position: absolute;
    transform-origin: left;
    animation: scaleIn 0.8s ease-out forwards;
    width: 120px;
    bottom: 0;
    background: linear-gradient(90deg, rgb(149,145,145) 0%, rgb(118,112,113) 100%);
    height: 4px;
    content: "";
    left: 0;
}.privacy-bastion-56138 h2 {
    font-weight: 600;
    margin: 3rem 0 1.5rem;
    font-size: 37px;
    position: relative;
    color: #000000;
    padding-left: 1.5rem;
}.privacy-bastion-56138 h2::before {
    top: 50%;
    content: "";
    width: 8px;
    position: absolute;
    transform: translateY(-50%);
    left: 0;
    background: rgb(149,145,145);
    height: 70%;
}.privacy-bastion-56138 h3 {
    position: relative;
    font-weight: 600;
    padding-left: 1.25rem;
    font-size: calc(37px * 0.85);
    margin: 2.5rem 0 1.25rem;
    color: #000000;
}.privacy-bastion-56138 h3::before {
    height: 60%;
    content: "";
    top: 50%;
    background: rgb(118,112,113);
    width: 6px;
    left: 0;
    position: absolute;
    transform: translateY(-50%);
}.privacy-bastion-56138 h4 {
    position: relative;
    margin: 2rem 0 1rem;
    font-size: calc(37px * 0.7);
    font-weight: 600;
    color: #000000;
    padding-left: 1rem;
}.privacy-bastion-56138 h4::before {
    top: 50%;
    height: 50%;
    width: 4px;
    transform: translateY(-50%);
    position: absolute;
    opacity: 0.7;
    left: 0;
    background: rgb(118,112,113);
    content: "";
}.privacy-bastion-56138 p {
    line-height: 1.8;
    max-width: 95%;
    margin-bottom: 1.5rem;
    font-size: 13px;
    color: #000000;
}.privacy-bastion-56138 ul {
    list-style: none;
    padding-left: 1.5rem;
    margin: 1.5rem 0 2rem 1rem;
}.privacy-bastion-56138 li {
    font-size: 13px;
    padding-left: 1.75rem;
    margin-bottom: 1rem;
    position: relative;
    line-height: 1.7;
}.privacy-bastion-56138 li::before {
    top: 0.6rem;
    position: absolute;
    border: 2px solid rgb(149,145,145);
    width: 10px;
    transition: transform 0.3s ease;
    border-radius: 10px;
    height: 10px;
    transform: rotate(45deg);
    content: "";
    left: 0;
}.privacy-bastion-56138 li:hover::before {
    background-color: rgba(rgb(149,145,145,0.5), 0.1);
    transform: rotate(135deg);
}.privacy-bastion-56138 strong {
    position: relative;
    font-weight: 600;
    display: inline-block;
    color: #000000;
}.privacy-bastion-56138 span {
    padding-left: 1rem;
    font-size: 13px;
    display: block;
    margin-bottom: 2rem;
    color: #000000;
    line-height: 1.7;
    border-left: 2px solid rgba(rgb(118,112,113,0.5), 0.3);
}

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

@media (min-width: 768px) {.privacy-bastion-56138 {
    padding: 7rem 3rem;
}.privacy-bastion-56138 .container {
    padding: 0 30px;
}.privacy-bastion-56138 h1 {
    font-size: calc(41px * 1.2);
    margin-bottom: 3rem;
    transform: translateX(-15px);
}.privacy-bastion-56138 h1::before {
    height: 5px;
    width: 180px;
}.privacy-bastion-56138 h2 {
    padding-left: 2rem;
    margin: 4rem 0 2rem;
}.privacy-bastion-56138 h2::before {
    width: 10px;
}.privacy-bastion-56138 p {
    max-width: 85%;
}.privacy-bastion-56138 ul {
    margin-left: 2rem;
}.privacy-bastion-56138 span {
    padding-left: 1.5rem;
}
}

@media (min-width: 992px) {.privacy-bastion-56138 {
    padding: 8rem 4rem;
}.privacy-bastion-56138::before {
    width: 40%;
}.privacy-bastion-56138 h1 {
    transform: translateX(-25px);
}.privacy-bastion-56138 h1::before {
    width: 220px;
}.privacy-bastion-56138 p {
    max-width: 75%;
}.privacy-bastion-56138 li::before {
    height: 12px;
    width: 12px;
}.privacy-bastion-56138 span {
    padding-left: 2rem;
    border-left: 3px solid rgba(rgb(118,112,113,0.5), 0.3);
}
}

@media (max-width: 767px) {.privacy-bastion-56138 {
    padding: 4rem 1.5rem;
}.privacy-bastion-56138::before {
    width: 50%;
}.privacy-bastion-56138 h1 {
    padding-bottom: 1rem;
    font-size: calc(41px * 0.9);
}.privacy-bastion-56138 h2 {
    font-size: calc(37px * 0.9);
    margin: 2.5rem 0 1.25rem;
}.privacy-bastion-56138 h3 {
    font-size: calc(37px * 0.75);
}.privacy-bastion-56138 h4 {
    font-size: calc(37px * 0.65);
}.privacy-bastion-56138 p, .privacy-bastion-56138 span, .privacy-bastion-56138 li {
    font-size: calc(13px * 0.95);
}
}

@media (max-width: 480px) {.privacy-bastion-56138 {
    padding: 3rem 1rem;
}.privacy-bastion-56138 h1 {
    font-size: calc(41px * 0.8);
}.privacy-bastion-56138 h2 {
    padding-left: 1.25rem;
    font-size: calc(37px * 0.8);
}.privacy-bastion-56138 h3 {
    padding-left: 1rem;
    font-size: calc(37px * 0.7);
}.privacy-bastion-56138 h4 {
    padding-left: 0.75rem;
    font-size: calc(37px * 0.6);
}.privacy-bastion-56138 p, .privacy-bastion-56138 span, .privacy-bastion-56138 li {
    line-height: 1.6;
    font-size: calc(13px * 0.9);
}.privacy-bastion-56138 li {
    padding-left: 1.5rem;
}.privacy-bastion-56138 span {
    padding-left: 0.75rem;
}}.cookie-dialog-banner-97534 {
    z-index: 1050;
    padding: 15px 20px;
    border-top: 3px solid rgb(149,145,145);
    width: 100%;
    transition: all 0.3s ease-in-out;
    bottom: 0;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    font-family: Arial, sans-serif;
    position: fixed;
}.cookie-eductrl-75862 {
    justify-content: space-between;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
}.edu-track-20867 {
    flex-shrink: 0;
    margin-right: 15px;
}.edu-track-20867 svg {
    fill: rgb(149,145,145);
    width: 50px;
    transition: fill 0.3s ease-in-out;
    height: 50px;
}.cookie-rules-96324 {
    flex-grow: 1;
    margin-right: 15px;
}.cookie-rules-96324 h5 {
    font-size: 22px;
    color: rgb(149,145,145);
    font-weight: 700;
    margin-bottom: 5px;
}.cookie-rules-96324 p {
    margin-bottom: 0;
    color: #000000;
    font-size: 18px;
}.safe-cookies-59081 {
    white-space: nowrap;
    border-radius: 10px;
    border: 1px solid transparent;
    text-decoration: none;
    user-select: none;
    font-size: 17px;
    text-align: center;
    line-height: 1.5;
    padding: 0.375rem 0.75rem;
    vertical-align: middle;
    margin-left: 10px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}.cookie_button.cookie-necessary-28437 {
    background-color: rgb(149,145,145);
    border-color: rgb(149,145,145);
    color: #ffffff;
}#cookieNoticePanel-64128 {
    display: none;
}#cookieNoticePanel-64128:checked ~ .cookie-dialog-banner-97534 {
    visibility: hidden;
    opacity: 0;
}.cookie_button.cookie-necessary-28437:hover {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.5);
}.cookie_button.data-comply-86124 {
    background-color: rgb(118,112,113);
    border-color: rgb(118,112,113);
    color: #000000;
}.cookie_button.data-comply-86124:hover {
    border-color: rgb(149,145,145);
    background-color: rgb(149,145,145);
    color: #ffffff;
}.cookie-dialog-banner-97534 p a {
    text-decoration: underline;
    color: rgb(149,145,145);
}.cookie-dialog-banner-97534 p a:hover {
    color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 1200px) {.cookie-rules-96324 h5 {
    font-size: calc(22px - 2px);
}.cookie-rules-96324 p {
    font-size: calc(18px - 2px);
}.safe-cookies-59081 {
    font-size: calc(17px - 2px);
}
}
@media (max-width: 800px) {.cookie-eductrl-75862 {
    flex-direction: column;
    align-items: center;
}.edu-track-20867 {
    margin-bottom: 10px;
}.cookie-rules-96324 {
    text-align: center;
    margin-bottom: 15px;
}.safe-cookies-59081 {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
}}
.check-it-out-now-63257 {
    position: relative;
    background: linear-gradient(120deg, rgb(118,112,113,0.5) 0%, #ffffff 100%);
    padding: 120px 0;
    overflow: hidden;
}.check-it-out-now-63257::before {
    right: -20%;
    z-index: 1;
    width: 80%;
    background: rgb(149,145,145,0.5);
    height: 200%;
    opacity: 0.1;
    content: '';
    transform: rotate(-15deg);
    position: absolute;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    top: -50%;
}.check-it-out-now-63257::after {
    background: rgb(118,112,113,0.5);
    width: 60%;
    content: '';
    opacity: 0.1;
    bottom: -30%;
    transform: rotate(15deg);
    height: 150%;
    left: -10%;
    position: absolute;
    z-index: 1;
    border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
}.check-it-out-now-63257 .growth-path-75926 {
    flex-direction: column;
    padding: 0;
    display: flex;
    position: relative;
    align-items: center;
    z-index: 10;
}.check-it-out-now-63257 .container p {
    background: #ffffff;
    color: #000000;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    margin: 0 0 60px 0;
    border-radius: 60% 40% 40% 60% / 20% 40% 60% 80%;
    z-index: 5;
    max-width: 800px;
    position: relative;
    line-height: 1.4;
    padding: 40px 60px;
    text-align: center;
    font-weight: 700;
    font-size: 29px;
}.check-it-out-now-63257 .request-panel-35642 {
    font-size: 16px;
    padding: 20px 50px;
    position: relative;
    color: #ffffff;
    text-decoration: none;
    overflow: hidden;
    z-index: 5;
    font-weight: 600;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    background: linear-gradient(90deg, rgb(149,145,145), rgb(118,112,113));
    border-radius: 30px;
    transition: all 0.4s ease;
}.check-it-out-now-63257 .request-panel-35642::before {
    content: '';
    top: 0;
    background: linear-gradient(90deg, rgb(118,112,113), rgb(149,145,145));
    height: 100%;
    width: 100%;
    left: 0;
    position: absolute;
    transition: opacity 0.4s ease;
    z-index: -1;
    opacity: 0;
}.check-it-out-now-63257 .request-panel-35642:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.check-it-out-now-63257 .request-panel-35642:hover::before {
    opacity: 1;
}.check-it-out-now-63257 .container p::before {
    top: -10%;
    opacity: 0.4;
    background: #ffffff;
    height: 120%;
    border-radius: 60% 40% 40% 60% / 20% 40% 60% 80%;
    z-index: -1;
    position: absolute;
    width: 140%;
    animation: morph 8s ease-in-out infinite;
    content: '';
    left: -20%;
}.check-it-out-now-63257 .request-panel-35642::after {
    top: 0;
    height: 100%;
    left: -100px;
    animation: shine 6s infinite;
    position: absolute;
    transform: skewX(-15deg);
    width: 30px;
    content: '';
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
}

@keyframes morph {
    0%, 100% {
        border-radius: 60% 40% 40% 60% / 20% 40% 60% 80%;
    }
    50% {
        border-radius: 40% 60% 60% 40% / 60% 30% 70% 40%;
    }
}

@keyframes shine {
    0% {
        left: -100px;
    }
    20% {
        left: 120%;
    }
    100% {
        left: 120%;
    }
}

@media (max-width: 991px) {.check-it-out-now-63257 {
    padding: 90px 0;
}.check-it-out-now-63257 .container p {
    margin-bottom: 50px;
    font-size: calc(18px * 1.2);
    padding: 35px 50px;
}.check-it-out-now-63257 .request-panel-35642 {
    padding: 18px 40px;
}
}

@media (max-width: 767px) {.check-it-out-now-63257 {
    padding: 70px 0;
}.check-it-out-now-63257 .container p {
    border-radius: 40% 60% 50% 50% / 40% 40% 60% 60%;
    padding: 30px 40px;
    margin-bottom: 40px;
    font-size: 18px;
}.check-it-out-now-63257 .request-panel-35642 {
    padding: 15px 35px;
}.check-it-out-now-63257 .container p::before {
    animation: none;
}
}

@media (max-width: 480px) {.check-it-out-now-63257 {
    padding: 50px 0;
}.check-it-out-now-63257 .container p {
    font-size: calc(17px * 1.2);
    margin-bottom: 30px;
    border-radius: 30px;
    padding: 25px 30px;
}.check-it-out-now-63257 .request-panel-35642 {
    font-size: calc(16px * 0.9);
    padding: 12px 30px;
}}footer {
    position: relative;
}footer::before {
    bottom: 0;
    position: absolute;
    z-index: 1;
    left: 0;
    content: '';
    background: linear-gradient(90deg, #000000 0%, rgb(149,145,145) 150%);
    top: 0;
    opacity: 0.92;
    right: 0;
}.reward-sys-68037 {
    font-family: Arial, sans-serif;
    z-index: 2;
    padding: 70px 0;
    position: relative;
    color: #ffffff;
}.reward-sys-68037 .container {
    flex-wrap: wrap;
    gap: 40px;
    display: flex;
}.reward-sys-68037 .company_holder {
    padding: 30px;
    background: rgba(0, 0, 0, 0.3);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
    border-radius: 12px 0 12px 0;
}.reward-sys-68037 .company_holder:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    transform: translateY(-5px);
}.reward-sys-68037 .company_holder::before {
    width: 100%;
    top: 0;
    background: rgb(149,145,145);
    content: '';
    height: 5px;
    left: 0;
    position: absolute;
}.reward-sys-68037 .company_holder h3 {
    margin-bottom: 25px;
    position: relative;
    font-size: 34px;
    display: inline-block;
    font-weight: 700;
    color: #ffffff;
}.reward-sys-68037 .company_holder h3::after {
    content: '';
    width: 60px;
    background: rgb(118,112,113);
    bottom: -8px;
    position: absolute;
    left: 0;
    height: 3px;
}.reward-sys-68037 .sec-cert-86510 {
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    line-height: 1.6;
    font-size: 12px;
}.reward-sys-68037 .challenge-cta-75829 {
    position: relative;
}.reward-sys-68037 .nav-wrap-89420 {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}.reward-sys-68037 .nav-train-24076 {
    position: relative;
    flex: 0 0 calc(50% - 15px);
}.reward-sys-68037 .nav-train-24076 h5 {
    font-size: 22px;
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: 600;
    position: relative;
    border-left: 3px solid rgb(149,145,145);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    padding-left: 15px;
}.reward-sys-68037 .nav-train-24076 .nav-wrap-89420 {
    flex-direction: column;
    gap: 12px;
    display: flex;
}.reward-sys-68037 .nav-train-24076 .nav-wrap-89420 a {
    font-size: 12px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    padding: 8px 15px;
    display: inline-block;
    z-index: 1;
    color: #ffffff;
    transition: all 0.3s ease;
    border-radius: 4px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
    position: relative;
}.reward-sys-68037 .nav-train-24076 .nav-wrap-89420 a::before {
    height: 100%;
    left: 0;
    content: '';
    position: absolute;
    transition: width 0.3s ease;
    z-index: -1;
    background: rgb(149,145,145,0.5);
    top: 0;
    width: 0;
}.reward-sys-68037 .nav-train-24076 .nav-wrap-89420 a:hover {
    color: #ffffff;
    transform: translateX(5px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}.reward-sys-68037 .nav-train-24076 .nav-wrap-89420 a:hover::before {
    width: 100%;
}.gift-card-37805 {
    position: relative;
    margin-top: 50px;
    padding: 20px 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 2;
}.gift-card-37805 .container {
    align-items: center;
    justify-content: center;
    display: flex;
}.gift-card-37805 .footer-clients-52690 {
    text-align: center;
    font-size: 13px;
    letter-spacing: 0.5px;
    color: #ffffff;
}@keyframes gradientAnimation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

footer::after {
    background-size: 40px 40px;
    left: 0;
    top: 0;
    position: absolute;
    bottom: 0;
    z-index: 1;
    background: 
        linear-gradient(0deg, transparent 49%, rgba(255, 255, 255, 0.03) 50%, transparent 51%),
        linear-gradient(90deg, transparent 49%, rgba(255, 255, 255, 0.03) 50%, transparent 51%);
    content: '';
    right: 0;
}

@media (max-width: 992px) {.reward-sys-68037 .container {
    flex-direction: column;
}
}

@media (max-width: 768px) {.reward-sys-68037 {
    padding: 50px 0;
}.reward-sys-68037 .nav-train-24076 {
    flex: 0 0 100%;
}
}

@media (max-width: 576px) {.reward-sys-68037 {
    padding: 40px 0;
}.reward-sys-68037 .company_holder h3 {
    font-size: calc(34px * 0.8);
}.reward-sys-68037 .nav-train-24076 h5 {
    font-size: calc(22px * 0.9);
}.reward-sys-68037 .nav-train-24076 .nav-wrap-89420 a,
    .reward-sys-68037 .footer_agreement {
    font-size: calc(12px * 0.95);
}}

.gift-card-37805::before {
    height: 1px;
    width: 100%;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.2;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
}