* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

a {
    color: inherit;
    text-decoration: none;
}

header,footer {
    width: 100%;
}

header {
    z-index: 1000;
    position: relative;
    overflow: visible;
    background: linear-gradient(to right, rgb(185,174,164,0.5), rgb(217,210,200));
    padding: 1.5rem 0;
}

html,body {
    color: #000000;
    min-height: 100%;
    font-family: Arial, sans-serif;
    height: 100%;
    scroll-behavior: smooth;
}

.client-feedback-5983::before {
    height: 100%;
    content: "";
    background: linear-gradient(0deg, transparent 40%, rgb(217,210,200,0.5) 100%);
    top: 0;
    width: 100%;
    position: absolute;
    left: 0;
    clip-path: polygon(0 0, 100% 0, 100% 60%, 0 30%);
}

.client-feedback-5983 .container {
    z-index: 2;
    position: relative;
}

.client-feedback-5983 h2 {
    width: fit-content;
    font-size: 31px;
    position: relative;
    text-align: left;
    color: #000000;
    margin-bottom: 4rem;
    font-weight: 700;
    padding: 1rem 0;
}

.client-feedback-5983 h2::after {
    height: 3px;
    content: "";
    bottom: 0;
    width: 80%;
    position: absolute;
    background: rgb(185,174,164);
    left: 0;
}

.client-feedback-5983 .user-praise-9315 {
    background: #ffffff;
    flex-direction: column;
    position: relative;
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    display: flex;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border-radius: 21px;
    padding: 2.5rem 2rem 2rem;
}

.client-feedback-5983 .user-praise-9315::before {
    width: 100%;
    top: 15px;
    transition: all 0.3s ease;
    background: rgb(217,210,200,0.5);
    height: 100%;
    content: "";
    left: 15px;
    border-radius: 21px;
    z-index: -1;
    position: absolute;
}

.client-feedback-5983 .user-praise-9315 p {
    margin: 0.5rem 0;
    padding-left: 60px;
    font-weight: 600;
    color: #000000;
    font-size: calc(18px + 0.1rem);
}

.client-feedback-5983 .user-praise-9315 .description::before {
    left: 0;
    line-height: 1;
    position: absolute;
    color: rgb(217,210,200,0.5);
    font-size: 3rem;
    top: 0.5rem;
    content: "";
}

.client-feedback-5983 .user-praise-9315 .description::after {
    bottom: -1.5rem;
    content: "";
    line-height: 1;
    font-size: 3rem;
    right: 0;
    position: absolute;
    color: rgb(217,210,200,0.5);
}

header .container {
    max-width: 1200px;
    padding: 0 1.5rem;
    margin: 0 auto;
    position: relative;
}

header .main-mainbar-7346 {
    display: flex;
    gap: 1.5rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

header .top-section-5103::after {
    bottom: 0;
    opacity: 0.6;
    height: 2px;
    background: #ffffff;
    position: absolute;
    content: '';
    width: 50%;
    left: 50%;
    transform: translateX(-50%);
    transition: width 0.3s ease, opacity 0.3s ease;
}

header .top-section-5103:hover svg {
    transform: translateY(-5px);
}

header .nav-base-3728::before {
    height: 100%;
    border-radius: 23px;
    z-index: -1;
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    box-shadow: 
        0 4px 30px rgba(0, 0, 0, 0.1),
        inset 0 1px 1px rgba(255, 255, 255, 0.2);
    top: 0;
}

header .header-sitebar-7943::before {
    transform: translateY(100%) scale(0.8);
    border-radius: 10px;
    opacity: 0;
    left: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
    top: 0;
    height: 100%;
    position: absolute;
    content: '';
    background: #ffffff;
    width: 100%;
}

header .header-sitebar-7943:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    color: rgb(217,210,200);
    transform: translateY(-3px);
}

.package-deal-6280::before {
    width: 100%;
    position: absolute;
    background: linear-gradient(135deg, rgb(217,210,200,0.5) 0%, transparent 70%);
    pointer-events: none;
    left: 0;
    z-index: 1;
    content: "";
    top: 0;
    height: 100%;
}

.package-deal-6280 .container {
    z-index: 2;
    margin: 0 auto;
    max-width: 1400px;
    position: relative;
    padding: 0 2rem;
}

.package-deal-6280 .program-fees-6907 {
    grid-template-columns: 1fr;
    position: relative;
    gap: 3rem;
    display: grid;
}

.package-deal-6280 .fee-offers-0524::before {
    content: "";
    width: 40px;
    transform: rotate(45deg);
    position: absolute;
    z-index: -1;
    height: 40px;
    left: -20px;
    top: 20px;
    background-color: rgb(217,210,200);
}

.package-deal-6280 .fee-offers-0524 h2::after {
    position: absolute;
    bottom: -10px;
    content: "";
    height: 3px;
    background: linear-gradient(90deg, rgb(217,210,200), rgb(185,174,164));
    left: 0;
    width: 80px;
}

.package-deal-6280 .value-fees-9364 {
    display: grid;
    perspective: 1000px;
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.package-deal-6280 .study-costs-1670:hover {
    transform: translateY(-10px);
}

.package-deal-6280 .plan-pricing-6497 {
    border-radius: 10px;
    background-color: #ffffff;
    overflow: hidden;
    flex-direction: column;
    transform: translateZ(0);
    display: flex;
    position: relative;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
}

.package-deal-6280 .study-costs-1670:nth-child(even) .plan-pricing-6497 {
    transform: rotate(1deg);
}

.package-deal-6280 .promo-rates-8267::before {
    top: 0;
    left: 0;
    z-index: -1;
    background: linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%);
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
}

.package-deal-6280 .study-costs-1670:hover .promo-rates-8267 h3 {
    transform: translateZ(25px);
}

.package-deal-6280 .promo-rates-8267 h3::after {
    bottom: -8px;
    background: rgb(217,210,200);
    height: 3px;
    width: 40px;
    left: 0;
    transition: width 0.3s ease;
    position: absolute;
    content: "";
}

.package-deal-6280 .training-fees-8796::before {
    position: absolute;
    left: 0;
    content: "";
    height: 2px;
    width: 80px;
    bottom: -8px;
    background: linear-gradient(90deg, rgb(217,210,200,0.5), transparent);
}

.package-deal-6280 .img-cover-7391 {
    width: 100%;
    position: relative;
    height: 200px;
    overflow: hidden;
    transform: translateZ(0);
    transition: transform 0.5s ease;
}

.package-deal-6280 .img-cover-7391::after {
    content: "";
    height: 50%;
    z-index: 1;
    bottom: 0;
    position: absolute;
    left: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
}

.package-deal-6280 .study-costs-1670:hover .img-cover-7391::before {
    opacity: 0.05;
}

.contact-information-1285::before {
    position: absolute;
    left: 0;
    background-size: 60px 60px;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 0;
    background: 
        radial-gradient(circle at 20% 20%, rgba(0, 0, 0, 0.02) 0%, transparent 20%),
        radial-gradient(circle at 80% 80%, rgba(0, 0, 0, 0.02) 0%, transparent 20%);
    top: 0;
}

.contact-information-1285 h2::after {
    width: 60px;
    transform: translateX(-50%);
    background: rgb(217,210,200);
    bottom: -15px;
    height: 3px;
    position: absolute;
    left: 50%;
    content: "";
}

.contact-information-1285 .connect-panel-2046::before {
    background: linear-gradient(90deg, rgb(217,210,200), rgb(185,174,164));
    position: absolute;
    width: 100%;
    height: 5px;
    content: "";
    left: 0;
    top: 0;
}

.contact-information-1285 .request-panel-9318 {
    position: relative;
    background: #ffffff;
    flex: 0 0 50%;
    padding: 60px 50px;
}

.contact-information-1285 .request-panel-9318::before {
    position: absolute;
    width: 10px;
    content: "";
    top: 0;
    height: 100%;
    left: 0;
    background: rgb(242,236,231);
}

.contact-information-1285 h3::after {
    width: 100%;
    content: "";
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgb(217,210,200,0.5);
}

.contact-information-1285 input[type="text"]:focus {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    outline: none;
    border-color: rgb(217,210,200);
}

.contact-information-1285 input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.6;
}

.contact-information-1285 .feedback-reach-2198 input[type="checkbox"] {
    position: relative;
    width: 24px;
    height: 24px;
    border: 2px solid rgb(242,236,231);
    border-radius: 10px;
    transition: all 0.3s ease;
    appearance: none;
    cursor: pointer;
    margin-top: 2px;
}

.contact-information-1285 .feedback-reach-2198 label {
    font-size: 15px;
    line-height: 1.5;
    color: #000000;
}

.contact-information-1285 .feedback-reach-2198 a {
    font-weight: 600;
    color: rgb(217,210,200);
    text-decoration: none;
    transition: all 0.3s ease;
}

.contact-information-1285 .request-box-6217 {
    position: relative;
    background: rgb(217,210,200);
    padding: 16px 40px;
    margin-top: 20px;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
    align-self: flex-start;
    overflow: hidden;
    box-shadow: 0 8px 20px rgb(217,210,200,0.5);
    border-radius: 10px;
    color: #ffffff;
    font-weight: 600;
    font-size: 18px;
}

.contact-information-1285 .request-box-6217:hover::before {
    left: 100%;
}

.contact-information-1285 svg {
    transition: all 0.3s ease;
    fill: rgb(217,210,200);
    width: 22px;
    height: 22px;
}

.contact-information-1285 svg:hover {
    transform: translateY(-2px);
    fill: rgb(185,174,164);
}

.program-structure-8165::before {
    opacity: 0.03;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 2px, rgb(185,174,164,0.5) 2px, rgb(185,174,164,0.5) 4px),
        repeating-linear-gradient(-45deg, transparent, transparent 2px, rgb(217,210,200,0.5) 2px, rgb(217,210,200,0.5) 4px);
    top: 0;
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.program-structure-8165 .container {
    z-index: 1;
    position: relative;
}

.program-structure-8165 .quick-skill-5048 {
    display: flex;
    position: relative;
    flex-direction: column;
    overflow: visible;
    background: transparent;
    max-width: 100%;
    border-radius: 10px;
}

.program-structure-8165 .img-cover-7391::before {
    position: absolute;
    background: linear-gradient(
        135deg,
        rgba(0, 0, 0, 0.5) 0%,
        transparent 30%,
        transparent 70%,
        rgba(0, 0, 0, 0.5) 100%
    );
    height: 100%;
    top: 0;
    z-index: 1;
    width: 100%;
    left: 0;
    mix-blend-mode: multiply;
    content: "";
}

.program-structure-8165 .quick-skill-5048:hover .img-cover-7391 {
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 100%, 
        65% 100%, 
        60% 85%, 
        40% 85%, 
        35% 100%, 
        0% 100%
    );
    filter: saturate(1.1) contrast(1.2);
}

.program-structure-8165 .career-class-1380::before {
    right: -2px;
    transition: opacity 0.6s ease;
    left: -2px;
    z-index: -1;
    position: absolute;
    bottom: -2px;
    opacity: 0.7;
    background: linear-gradient(
        45deg,
        rgb(217,210,200) 0%,
        transparent 30%,
        transparent 70%,
        rgb(185,174,164) 100%
    );
    top: -2px;
    border-radius: calc(10px + 2px);
    content: "";
}

.program-structure-8165 .career-class-1380::after {
    position: absolute;
    content: "";
    top: 10px;
    bottom: 10px;
    right: 10px;
    border: 1px dashed rgb(217,210,200,0.5);
    z-index: -1;
    left: 10px;
    opacity: 0.5;
    border-radius: 10px;
    transition: all 0.4s ease;
}

.program-structure-8165 .quick-skill-5048:hover .career-class-1380::after {
    top: 15px;
    opacity: 0.7;
    right: 15px;
    left: 15px;
    bottom: 15px;
}

.program-structure-8165 .nav-study-9427::before {
    z-index: -1;
    transition: opacity 0.5s ease;
    top: -10px;
    content: "";
    border-radius: 50%;
    right: -10px;
    bottom: -10px;
    position: absolute;
    animation: rotateConic 10s linear infinite;
    left: -10px;
    background: 
        conic-gradient(
            rgb(217,210,200) 0deg, 
            rgb(217,210,200) 90deg, 
            transparent 90deg, 
            transparent 180deg, 
            rgb(185,174,164) 180deg, 
            rgb(185,174,164) 270deg, 
            transparent 270deg, 
            transparent 360deg
        );
    opacity: 0.5;
}

.program-structure-8165 .nav-study-9427:hover::before {
    opacity: 0.8;
}

.program-structure-8165 .nav-study-9427:hover svg {
    transform: rotate(15deg);
}

.program-structure-8165 .nav-study-9427:hover svg path {
    fill: rgb(185,174,164);
}

.program-structure-8165 h3 {
    font-weight: 700;
    font-size: 31px;
    text-align: center;
    letter-spacing: 1px;
    color: #000000;
    margin-top: 20px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    position: relative;
}

.program-structure-8165 h3::after {
    width: 100px;
    content: "";
    transition: width 0.5s ease;
    left: 50%;
    transform: translateX(-50%);
    bottom: -5px;
    height: 1px;
    background: rgb(185,174,164,0.5);
    position: absolute;
}

.program-structure-8165 p::before, 
.program-structure-8165 p::after {
    opacity: 0.3;
    height: 20px;
    transition: all 0.5s ease;
    width: 20px;
    content: "";
    position: absolute;
}

.program-structure-8165 p::before {
    top: -10px;
    border-top: 2px solid rgb(217,210,200);
    border-left: 2px solid rgb(217,210,200);
    left: -10px;
}

.help-center-5798 {
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(217,210,200,0.5) 0%, rgb(185,174,164,0.5) 100%);
    position: relative;
    overflow: hidden;
}

.help-center-5798::after {
    width: 90%;
    opacity: 0.1;
    border-radius: 50%;
    content: '';
    background: radial-gradient(ellipse at center, rgb(217,210,200,0.5) 0%, transparent 70%);
    z-index: 0;
    height: 90%;
    animation: pulse 20s infinite alternate;
    right: -50%;
    position: absolute;
    top: -50%;
}


.help-center-5798 .container {
    z-index: 1;
    position: relative;
}

.help-center-5798 .learn-faq-6541::before {
    width: 100%;
    height: 5px;
    left: 0;
    content: '';
    top: 0;
    background: linear-gradient(90deg, rgb(217,210,200) 0%, rgb(185,174,164) 100%);
    position: absolute;
}

.help-center-5798 .learn-faq-6541::after {
    background: 
        linear-gradient(45deg, transparent 49%, rgb(217,210,200,0.5) 50%, transparent 51%),
        linear-gradient(-45deg, transparent 49%, rgb(185,174,164,0.5) 50%, transparent 51%);
    background-position: center center;
    z-index: -1;
    bottom: 0;
    width: 30%;
    opacity: 0.07;
    background-size: 20px 20px;
    right: 0;
    position: absolute;
    height: 30%;
    content: '';
}

.help-center-5798 .ask-question-9873 {
    font-size: calc(14px * 1.1);
    text-align: center;
    line-height: 1.6;
    color: #000000;
    max-width: 80%;
    margin-bottom: 2.5rem;
}

.help-center-5798 .edu-help-2160 {
    border: 1px solid rgba(rgb(217,210,200,0.5), 0.1);
    background-color: rgba(rgb(242,236,231), 0.03);
    display: grid;
    padding: 2rem;
    position: relative;
    gap: 2rem;
    border-radius: 28px;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
}


.help-center-5798 .edu-help-2160 {
    position: relative;
    overflow: hidden;
}

.help-center-5798 .edu-help-2160 > span::before {
    top: 0;
    content: '';
    background-color: rgb(217,210,200);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    left: 0;
    box-shadow: 0 0 0 3px rgb(217,210,200,0.5);
    position: absolute;
}

.help-center-5798 .edu-help-2160 > span svg {
    fill: rgb(217,210,200);
    position: absolute;
    height: 20px;
    opacity: 0.9;
    width: 20px;
    left: 0;
    transition: all 0.3s ease;
    top: 0.1rem;
}

.help-center-5798 .edu-help-2160 > span:hover svg path {
    stroke-width: 1;
}

.help-center-5798 .edu-help-2160 span > span {
    position: relative;
    margin-top: 0.3rem;
    color: #000000;
    font-weight: 600;
    padding-bottom: 3px;
    align-items: center;
    display: inline-flex;
}

.help-center-5798 .edu-help-2160 span:hover > span svg {
    fill: rgb(185,174,164);
    transform: translateX(3px);
}

.help-center-5798 .edu-help-2160 span > span::after {
    position: absolute;
    content: '';
    height: 1px;
    background-color: rgb(217,210,200);
    transition: width 0.3s ease-in-out;
    width: 0;
    left: 0;
    bottom: 0;
}

.help-center-5798 .edu-help-2160 a svg {
    transition: all 0.3s ease;
    fill: rgb(217,210,200);
    width: 14px;
    margin-right: 0.5rem;
    height: 14px;
    position: relative;
}

.help-center-5798 .help-desk-2917 {
    border-radius: 10px;
    margin-top: 1rem;
    border: 1px dashed rgba(rgb(217,210,200,0.5), 0.2);
    grid-column: span 2;
    position: relative;
    background-color: rgba(rgb(242,236,231), 0.05);
    padding: 1.5rem;
}

.help-center-5798 .help-desk-2917 h4 {
    font-weight: 600;
    display: inline-flex;
    position: relative;
    padding-bottom: 8px;
    margin-bottom: 1rem;
    align-items: center;
    font-size: 23px;
    color: rgb(217,210,200);
}

.help-center-5798 .help-desk-2917 h4 svg {
    width: 20px;
    margin-right: 0.75rem;
    height: 20px;
    transition: transform 0.5s ease;
    fill: rgb(217,210,200);
}

.help-center-5798 .help-desk-2917 span {
    display: flex;
    color: #000000;
    position: relative;
    align-items: center;
    margin-bottom: 0.5rem;
    font-size: calc(14px * 0.95);
    padding-left: 1.2rem;
}

.help-center-5798 .help-desk-2917 span:hover svg {
    transform: translateY(-50%) scale(1.2);
}

.help-center-5798 .help-desk-2917 span::before {
    display: none;
}

.help-center-5798 .edu-help-2160 > span:nth-child(2) {
    --i: 2;
}

.help-center-5798 .edu-help-2160 > span:nth-child(4) {
    --i: 4;
}

.help-center-5798 .edu-help-2160 > span:nth-child(6) {
    --i: 6;
}

.help-center-5798 .container::after {
    bottom: -10%;
    right: -5%;
    position: absolute;
    background: linear-gradient(135deg, rgb(185,174,164,0.5) 0%, transparent 70%);
    content: '';
    z-index: -1;
    width: 180px;
    height: 180px;
    animation: float 12s ease-in-out infinite reverse;
    border-radius: 50%;
    filter: blur(25px);
}

.welcome-section-0961::before {
    content: "";
    width: 40%;
    z-index: 1;
    height: 20%;
    top: 0;
    position: absolute;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    background: rgb(185,174,164,0.5);
    right: 0;
}

.welcome-section-0961::after {
    left: 0;
    width: 35%;
    bottom: 0;
    content: "";
    clip-path: polygon(0 100%, 100% 100%, 0 0);
    z-index: 1;
    background: rgb(217,210,200,0.5);
    position: absolute;
    height: 25%;
}

.welcome-section-0961 h1.edu-welcome-3289::after {
    position: absolute;
    animation: expandLine 1s ease forwards 1s;
    height: 4px;
    width: 80px;
    left: 0;
    bottom: -10px;
    background: rgb(217,210,200);
    transform: scaleX(0);
    content: "";
    transform-origin: left;
}

.welcome-section-0961 .learn-hero-5639 {
    width: 100%;
    position: relative;
    margin-top: 2rem;
    perspective: 1000px;
}

.welcome-section-0961 .method-ped-9854 {
    min-height: 280px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(30px) rotateX(5deg);
    position: relative;
    opacity: 0;
    overflow: hidden;
    width: 100%;
    transform-origin: center bottom;
    animation: popIn 1s cubic-bezier(0.17, 0.67, 0.4, 1.2) forwards 0.8s;
}

.welcome-section-0961 .method-ped-9854 span {
    transform: translateY(10px);
    z-index: 2;
    opacity: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    padding: 2rem;
    animation: fadeUp 0.8s ease-out forwards 1.2s;
    width: 100%;
}

.privacy-hideout-7549 {
    color: #000000;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    line-height: 1.6;
    font-family: Arial, sans-serif;
    padding: 40px;
    background-color: rgb(242,236,231);
}

.privacy-hideout-7549 h2 {
    margin-bottom: 15px;
    font-size: 31px;
    margin-top: 30px;
    font-weight: 600;
    color: rgb(185,174,164);
}

.privacy-hideout-7549 h3,
.privacy-hideout-7549 h4,
.privacy-hideout-7549 h5,
.privacy-hideout-7549 h6 {
    margin-top: 20px;
    font-weight: 400;
    color: rgb(185,174,164,0.5);
}

.privacy-hideout-7549 ol {
    padding: 0;
    list-style: none;
    margin: 20px 0;
    counter-reset: li;
}

.privacy-hideout-7549 ol li {
    margin-bottom: 10px;
    padding: 10px 15px 10px 40px;
    background-color: #ffffff;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

.privacy-hideout-7549 p {
    margin-bottom: 15px;
    font-size: 12px;
    font-weight: 300;
}

.privacy-hideout-7549 span {
    color: rgb(217,210,200);
    font-weight: 600;
}

.privacy-hideout-7549 div {
    margin-bottom: 20px;
}

.follow-4389 .container {
    z-index: 3;
    position: relative;
    transform: rotateZ(2deg) scale(1.02);
}

.follow-4389 .quick-skill-5048 {
    display: flex;
    position: relative;
    flex-direction: column;
}

.follow-4389::after {
    top: -20px;
    left: -20px;
    animation: rotate 120s linear infinite;
    background: repeating-linear-gradient(
        45deg,
        rgb(185,174,164,0.5),
        rgb(185,174,164,0.5) 10px,
        transparent 10px,
        transparent 20px
    );
    z-index: 0;
    opacity: 0.1;
    bottom: -20px;
    right: -20px;
}

.follow-4389 p::after {
    width: 80%;
    content: "";
    position: absolute;
    height: 4px;
    left: 0;
    background: linear-gradient(to right, rgb(217,210,200), transparent);
    bottom: 0;
}

.follow-4389 .input_holder {
    background: #ffffff;
    display: flex;
    position: relative;
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgb(185,174,164,0.5);
    gap: 1.5rem;
    padding: 1.5rem;
    border-radius: 10px;
    flex-direction: column;
    transition: transform 0.3s ease;
    transform: translateY(0);
}

.follow-4389 .input_holder:hover::before {
    opacity: 0.5;
}

.follow-4389 .join-list-8317 {
    border-radius: 10px 10px 0 0;
    padding: 1rem 1.5rem;
    font-size: 12px;
    width: 100%;
    transition: all 0.3s ease;
    border-bottom: 3px solid rgb(185,174,164,0.5);
    border: none;
    background-color: rgb(242,236,231);
    font-family: Arial, sans-serif;
}

.follow-4389 .sub-widget-7036::before {
    width: 100%;
    top: 0;
    content: "";
    position: absolute;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    left: -100%;
    transition: all 0.5s ease;
}

.follow-4389 .sub-widget-7036:hover::before {
    left: 100%;
}

.appBlock-1857 {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(217,210,200,0.5), rgb(185,174,164) 120%);
    padding: 7rem 0;
    position: relative;
}

.appBlock-1857::after {
    width: 250px;
    transform: rotate(15deg);
    bottom: -5%;
    animation: float 9s ease-in-out infinite reverse;
    position: absolute;
    content: "";
    background: radial-gradient(circle, rgb(185,174,164) 10%, transparent 70%);
    left: -5%;
    height: 250px;
    opacity: 0.15;
}

.appBlock-1857 .quick-skill-5048 {
    clip-path: polygon(0 0, 100% 0, 100% 95%, 95% 100%, 0 100%);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1), 0 10px 20px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(10px);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: rgba(255, 255, 255, 0.92);
    transform: perspective(1000px) rotateX(1deg);
    position: relative;
    padding: 3.5rem;
}

.appBlock-1857 h5 {
    font-size: 19px;
    transform: translateX(0);
    padding-bottom: 0.5rem;
    transition: transform 0.4s ease;
    margin: 0;
    font-weight: 700;
    position: relative;
    line-height: 1.4;
    color: #000000;
}

.appBlock-1857 h5::after {
    height: 3px;
    background: linear-gradient(to right, rgb(217,210,200), transparent);
    content: "";
    transition: width 0.4s ease;
    position: absolute;
    bottom: 0;
    width: 80px;
    left: 0;
}

.appBlock-1857 a {
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    text-decoration: none;
    display: block;
    transform: translateY(0);
    position: relative;
    padding: 0.5rem 0;
}

.appBlock-1857 a:hover {
    transform: translateY(-3px);
}

.appBlock-1857 a:hover::before {
    width: 100%;
}

.appBlock-1857 a:focus {
    box-shadow: 0 0 0 2px rgb(217,210,200,0.5);
    outline: none;
}

.give-it-a-try-9754::before {
    transform: skewY(-5deg);
    left: 0;
    content: '';
    position: absolute;
    background: linear-gradient(to right, transparent 0%, #ffffff 50%, transparent 100%);
    opacity: 0.1;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.give-it-a-try-9754 .quick-skill-5048 {
    align-items: center;
    background: #ffffff;
    display: flex;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    z-index: 10;
    border-radius: 17px;
    position: relative;
}

.give-it-a-try-9754 .request-box-6217 {
    letter-spacing: 1px;
    flex: 0 0 300px;
    font-size: 17px;
    background: linear-gradient(135deg, rgb(217,210,200) 0%, rgb(185,174,164) 100%);
    color: #ffffff;
    padding: 50px;
    display: flex;
    text-transform: uppercase;
    position: relative;
    align-items: center;
    z-index: 5;
    justify-content: center;
    height: 100%;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.4s ease;
}

.give-it-a-try-9754 .request-box-6217:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

.give-it-a-try-9754 .request-box-6217:hover::before {
    opacity: 1;
}

.give-it-a-try-9754 .quick-skill-5048::after {
    width: 100%;
    opacity: 0.05;
    left: 0;
    height: 100%;
    position: absolute;
    bottom: 0;
    background: 
        radial-gradient(circle at 10% 90%, rgb(217,210,200,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 10%, rgb(185,174,164,0.5) 0%, transparent 30%);
    z-index: 1;
    content: '';
}

.equity-info-3872 .container {
    grid-gap: 30px;
    grid-template-columns: repeat(12, 1fr);
    display: grid;
}

.equity-info-3872 .company_holder h3 {
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 29px;
    padding-bottom: 10px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.equity-info-3872 .academy-info-4721 {
    line-height: 1.6;
    transform: translateZ(0);
    padding: 20px;
    background: rgba(255, 255, 255, 0.1);
    font-size: 18px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    margin-top: 25px;
    border-radius: 11px;
    border-left: 4px solid rgb(217,210,200);
    backdrop-filter: blur(10px);
}

.equity-info-3872 .nav-base-3728 h5 {
    display: inline-block;
    font-size: 21px;
    margin-bottom: 25px;
    position: relative;
    color: #ffffff;
    font-weight: 600;
}

.equity-info-3872 .nav-base-3728 h5 {
    letter-spacing: 0.5px;
}

.equity-info-3872 .nav-base-3728 .nav-train-7523 {
    flex-direction: column;
    display: flex;
    gap: 15px;
}

.equity-info-3872 .nav-base-3728 .nav-train-7523 a::before {
    left: 0;
    position: absolute;
    top: 0;
    width: 3px;
    background: rgb(217,210,200);
    content: '';
    z-index: -1;
    height: 100%;
    transition: all 0.3s ease;
}

.equity-info-3872 .nav-base-3728 .nav-train-7523 a:hover {
    transform: translateX(5px);
    background: rgba(255, 255, 255, 0.1);
}

.insta-feed-7389 {
    background: rgba(0, 0, 0, 0.3);
    padding: 20px 0;
    margin-top: 60px;
    z-index: 2;
    position: relative;
}



.insta-feed-7389 {
    animation: movingGradient 10s ease infinite;
    background-size: 200% 200%;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.6) 0%, 
        rgba(0, 0, 0, 0.3) 50%, 
        rgba(0, 0, 0, 0.6) 100%);
}



footer::after {
    top: 0;
    content: '';
    right: 0;
    bottom: 0;
    position: absolute;
    left: 0;
    z-index: 1;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.02) 10px,
        rgba(255, 255, 255, 0.02) 20px
    );
}

.equity-info-3872 .company_holder::after {
    filter: blur(60px);
    border-radius: 50%;
    position: absolute;
    background: rgb(217,210,200,0.5);
    width: 150px;
    top: 40px;
    opacity: 0.4;
    right: -50px;
    z-index: -1;
    content: '';
    height: 150px;
}

.equity-info-3872 .event-cal-1623::after {
    z-index: -1;
    height: 120px;
    top: -20px;
    opacity: 0.2;
    right: 100px;
    background: rgb(217,210,200,0.5);
    border-radius: 50%;
    filter: blur(50px);
    position: absolute;
    content: '';
    width: 120px;
}

.equity-info-3872 .nav-base-3728 h5::after {
    content: '';
    background: rgb(185,174,164);
    bottom: -5px;
    left: 0;
    width: 30px;
    position: absolute;
    height: 2px;
}

.our-story-0976::before {
    z-index: 1;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: linear-gradient(135deg, 
                rgb(217,210,200,0.5) 0%, 
                transparent 25%);
}

.our-story-0976 .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
    z-index: 5;
    position: relative;
}

.our-story-0976 h2::after {
    content: "";
    width: 80px;
    bottom: -20px;
    height: 4px;
    left: 50%;
    position: absolute;
    border-radius: 10px;
    background: rgb(217,210,200);
    transform: translateX(-50%);
}

.our-story-0976 .learn-corner-6384:first-child {
    grid-row: 1 / span 2;
    transform-origin: left center;
    grid-column: 1;
}

.our-story-0976 .learn-corner-6384:nth-child(2) {
    grid-row: 1 / span 2;
    grid-column: 2;
    transform-origin: right center;
}

.our-story-0976 .learn-corner-6384:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    transform: scale(1.03);
    z-index: 10;
}

.our-story-0976 .learn-corner-6384:nth-child(2) h3 {
    background: rgb(185,174,164);
}

.our-story-0976 .learn-corner-6384 p {
    padding: 30px;
    font-size: 16px;
    display: flex;
    color: #000000;
    z-index: 1;
    margin: 0;
    position: relative;
    align-items: center;
    flex-grow: 1;
    line-height: 1.8;
}

.our-story-0976 .learn-corner-6384::before {
    content: "";
    z-index: 1;
    bottom: 0;
    width: 100px;
    position: absolute;
    background: linear-gradient(135deg, transparent 50%, rgba(rgb(217,210,200,0.5), 0.1) 50%);
    height: 100px;
    right: 0;
}

.our-story-0976 .learn-corner-6384:nth-child(2)::after {
    background: linear-gradient(90deg, rgb(185,174,164), transparent);
}

.course-beneficiaries-0165 {
    position: relative;
    overflow: hidden;
    padding: 140px 0;
    background: rgb(242,236,231);
}

.course-beneficiaries-0165::after {
    height: 150px;
    left: 0;
    z-index: 1;
    content: "";
    background: linear-gradient(to top, rgb(242,236,231), transparent);
    width: 100%;
    position: absolute;
    bottom: 0;
}

.course-beneficiaries-0165 .container {
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
    max-width: 1200px;
    position: relative;
}

.course-beneficiaries-0165 .quick-skill-5048 {
    position: relative;
}

.course-beneficiaries-0165 h4 {
    margin-bottom: 80px;
    padding: 20px 0;
    font-size: 37px;
    text-align: center;
    font-weight: 700;
    color: #000000;
    position: relative;
}

.course-beneficiaries-0165 h4::after {
    left: 50%;
    width: 100px;
    height: 3px;
    position: absolute;
    content: "";
    transform: translateX(-50%);
    bottom: 0;
    border-radius: 2px;
    background: rgb(185,174,164,0.5);
}

.course-beneficiaries-0165 div::before {
    opacity: 0.5;
    width: 2px;
    left: 50%;
    content: "";
    height: 100%;
    background: linear-gradient(180deg, rgb(217,210,200,0.5), rgb(185,174,164,0.5), transparent);
    z-index: 0;
    top: 0;
    position: absolute;
}

.course-beneficiaries-0165 div p:nth-child(odd) {
    align-self: flex-start;
    border-top-left-radius: 0;
}

.course-beneficiaries-0165 div p:nth-child(even) {
    border-top-right-radius: 0;
    align-self: flex-end;
}

.course-beneficiaries-0165 div p::before {
    position: absolute;
    z-index: 2;
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #ffffff;
}

.course-beneficiaries-0165 div p::after {
    border-radius: 50%;
    background: linear-gradient(135deg, rgb(217,210,200), rgb(185,174,164));
    position: absolute;
    content: "";
    z-index: 3;
    height: 15px;
    transition: all 0.3s ease;
    width: 15px;
}

.course-beneficiaries-0165 div p svg {
    min-width: 32px;
    margin-right: 20px;
    width: 32px;
    transition: all 0.3s ease;
    height: 32px;
}

.course-beneficiaries-0165 div p svg path {
    fill: rgb(217,210,200);
    transition: fill 0.3s ease;
}

.leadership-experience-9672 {
    padding: 5rem 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(242,236,231) 0%, rgb(217,210,200,0.5) 100%);
}

.leadership-experience-9672 .user-praise-9315 {
    gap: 2rem;
    max-width: 1100px;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    z-index: 1;
    transform: rotate(-2deg);
    flex-direction: row;
    display: flex;
    position: relative;
}

.leadership-experience-9672 .career-section-8153 {
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    z-index: 2;
    transform: perspective(1000px) rotateY(5deg) translateX(-30px);
    position: relative;
    transition: all 0.5s ease;
    padding: 2.5rem;
    max-width: 450px;
    background: #ffffff;
}

.leadership-experience-9672 .name {
    margin-bottom: 0.5rem;
    font-weight: 700;
    font-size: 30px;
    transform: skewX(-5deg);
    color: rgb(217,210,200);
}

.leadership-experience-9672 .work-achievements-4317 {
    padding-left: 1.5rem;
    color: #000000;
    font-style: italic;
    line-height: 1.6;
    font-size: 14px;
    position: relative;
}

.leadership-experience-9672 .user-praise-9315:hover .img-cover-7391 {
    box-shadow: 30px 30px 0 rgb(217,210,200,0.5);
    transform: perspective(1000px) rotateY(-5deg);
}

.leadership-experience-9672 .user-praise-9315:hover .career-section-8153 {
    transform: perspective(1000px) rotateY(0) translateX(-20px);
}

.tracking-policy-2809 {
    justify-content: space-between;
    align-items: center;
    display: flex;
    padding: 20px 0;
}

#cookieNoticeBoard-8601 {
    display: none;
}

.cookie-dialog-notice-3874 p {
    font-size: 18px;
}

.privacy-ack-7965 {
    flex-shrink: 0;
    margin-right: 10px;
}

.cookie-edu-5407 {
    border-bottom: 2px solid rgb(217,210,200);
    min-width: 120px;
    white-space: nowrap;
    color: rgb(217,210,200);
    margin-left: 10px;
    font-size: 24px;
    text-align: center;
    cursor: pointer;
    flex-shrink: 0;
    line-height: 35px;
    text-decoration: none;
}

.layer-container-4976 .cookie-edu-5407 {
    margin-left: 30px;
    font-size: 20px;
    font-weight: 400;
    border: none;
    padding: 10px;
    background: rgb(217,210,200);
    color: #ffffff;
}


@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}



@media (max-width: 767px) {.client-feedback-5983 h2 {
    font-size: calc(31px - 0.3rem);
    margin-bottom: 3rem;
}.client-feedback-5983 .learn-reviews-6309 {
    gap: 3.5rem;
}.client-feedback-5983 .user-praise-9315:nth-child(odd),
    .client-feedback-5983 .user-praise-9315:nth-child(even) {
    width: 100%;
    align-self: center;
    transform: none;
}.client-feedback-5983 .user-praise-9315:hover {
    transform: translateY(-5px);
}.client-feedback-5983 .user-praise-9315 p {
    padding-left: 50px;
}}



@media (max-width: 480px) {header {
    padding: 0.8rem 0;
}header .main-mainbar-7346 {
    gap: 0.8rem;
}header .top-section-5103 svg {
    width: 140px;
}header .nav-base-3728 {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 0.4rem 0.6rem;
}header .nav-base-3728::-webkit-scrollbar {
    height: 3px;
}header .nav-base-3728::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #ffffff;
}header .header-sitebar-7943 {
    white-space: nowrap;
    font-size: calc(17px - 3px);
    padding: 0.4rem 0.7rem;
}}



@media (min-width: 1200px) {.package-deal-6280 .value-fees-9364 {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
}.package-deal-6280 .promo-rates-8267 {
    min-height: 300px;
}
}



@media (max-width: 991px) {.package-deal-6280 {
    padding: 4rem 0;
}.package-deal-6280 .fee-offers-0524 {
    order: -1;
}.package-deal-6280 .fee-offers-0524 h2 {
    font-size: calc(28px * 0.9);
}.package-deal-6280 .fee-offers-0524 .rate-list-7128 {
    max-width: 100%;
}
}



@media (max-width: 480px) {.package-deal-6280 .promo-rates-8267 p {
    font-size: calc(15px * 0.9);
}.package-deal-6280 .promo-rates-8267 h3 {
    font-size: 24px;
}.package-deal-6280 .training-fees-8796 {
    font-size: calc(24px * 1.3);
}.package-deal-6280 .img-cover-7391 {
    height: 160px;
}}



@media (max-width: 992px) {.contact-information-1285 {
    padding: 80px 0;
}.contact-information-1285 .connect-panel-2046 {
    flex-direction: column-reverse;
}.contact-information-1285 .img-cover-7391 {
    min-height: 350px;
    flex: 0 0 auto;
}.contact-information-1285 .request-panel-9318 {
    padding: 50px 40px;
    flex: 0 0 auto;
}.contact-information-1285 .request-panel-9318::before {
    top: 0;
    left: 0;
    height: 10px;
    width: 100%;
}
}



@media (min-width: 992px) and (max-width: 1199px) {.program-structure-8165 {
    padding: 100px 0;
}.program-structure-8165 .career-class-1380 {
    width: 90%;
    padding: 70px 50px;
}.program-structure-8165 h3 {
    font-size: calc(31px - 2px);
}
}



@media (min-width: 768px) and (max-width: 991px) {.program-structure-8165 {
    padding: 80px 0;
}.program-structure-8165 .career-class-1380 {
    width: 90%;
    margin: 30px auto;
    padding: 60px 40px;
}.program-structure-8165 .nav-study-9427 {
    top: -30px;
    width: 60px;
    height: 60px;
}.program-structure-8165 .nav-study-9427 svg {
    height: 35px;
    width: 35px;
}.program-structure-8165 h3 {
    margin-bottom: 25px;
    padding-bottom: 15px;
    font-size: calc(31px - 4px);
}.program-structure-8165 p {
    line-height: 1.7;
    font-size: calc(15px - 1px);
}
}


@media (min-width: 992px) {.help-center-5798 .edu-help-2160 {
    gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
}.help-center-5798 {
    padding: 8rem 0;
}.help-center-5798 .learn-faq-6541 {
    padding: 4rem 5rem;
}.help-center-5798 .learn-faq-6541 h3 {
    font-size: calc(37px * 1.1);
}.help-center-5798 .edu-help-2160::before,
    .help-center-5798 .edu-help-2160::after {
    width: 30px;
    height: 30px;
}
}


@media (max-width: 991px) {.help-center-5798 {
    padding: 5rem 0;
}.help-center-5798 .learn-faq-6541 {
    padding: 3rem;
}.help-center-5798 .ask-question-9873 {
    max-width: 90%;
}.help-center-5798 .edu-help-2160 > span svg {
    height: 18px;
    width: 18px;
}
}


@media (max-width: 767px) {.help-center-5798 {
    padding: 4rem 0;
}.help-center-5798 .learn-faq-6541 {
    padding: 2.5rem;
}.help-center-5798 .edu-help-2160 {
    padding: 1.5rem;
    grid-template-columns: 1fr;
}.help-center-5798 .help-desk-2917 {
    grid-column: span 1;
}.help-center-5798 .ask-question-9873 {
    max-width: 100%;
    font-size: 14px;
}.help-center-5798 .learn-faq-6541 h3 {
    font-size: 37px;
}.help-center-5798 .edu-help-2160 > span svg {
    left: -0.3rem;
    width: 16px;
    height: 16px;
}.help-center-5798 .help-desk-2917 h4 svg {
    height: 18px;
    width: 18px;
}
}


@media (max-width: 575px) {.help-center-5798 {
    padding: 3rem 0;
}.help-center-5798 .learn-faq-6541 {
    padding: 2rem 1.5rem;
}.help-center-5798 .edu-help-2160 {
    padding: 1rem;
}.help-center-5798 .help-desk-2917 {
    padding: 1.2rem;
}.help-center-5798 .learn-faq-6541 h3 {
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
}.help-center-5798 .ask-question-9873 {
    margin-bottom: 2rem;
}.help-center-5798 .edu-help-2160 > span {
    padding-left: 1.2rem;
    margin-bottom: 1.2rem;
}.help-center-5798 .edu-help-2160 > span svg {
    left: -0.2rem;
    width: 14px;
    height: 14px;
}.help-center-5798 .help-desk-2917 span svg {
    width: 8px;
    height: 8px;
}.help-center-5798 .help-desk-2917 h4 svg {
    height: 16px;
    width: 16px;
}}



@media (max-width: 767px) {.welcome-section-0961 {
    padding: 4rem 1.5rem;
}.welcome-section-0961 > div {
    gap: 2rem;
}.welcome-section-0961 h1.edu-welcome-3289 {
    font-size: calc(38px * 0.9);
}.welcome-section-0961 p {
    font-size: 14px;
    max-width: 100%;
}
}



@media (max-width: 480px) {.welcome-section-0961 {
    padding: 3rem 1rem;
}.welcome-section-0961 h1.edu-welcome-3289 {
    font-size: calc(38px * 0.8);
}.welcome-section-0961 .method-ped-9854 {
    min-height: 240px;
}.welcome-section-0961 .method-ped-9854 h3 {
    font-size: calc(21px * 0.8);
}}



@media screen and (min-width: 768px) {.follow-4389 {
    padding: 5rem 3rem;
}.follow-4389 p {
    font-size: 32px;
    max-width: 70%;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
}.follow-4389 .input_holder {
    padding: 2rem;
    margin-right: auto;
    margin-left: auto;
    max-width: 80%;
}
}



@media screen and (max-width: 992px) {.appBlock-1857 {
    padding: 5rem 0;
}.appBlock-1857 .quick-skill-5048 {
    padding: 2.5rem;
}.appBlock-1857 h5 {
    font-size: calc(19px * 0.95);
}
}



@media screen and (max-width: 768px) {.appBlock-1857 {
    padding: 4rem 0;
}.appBlock-1857 .quick-skill-5048 {
    clip-path: polygon(0 0, 100% 0, 100% 97%, 97% 100%, 0 100%);
    padding: 2rem;
}.appBlock-1857 .quick-skill-5048 > div:first-child::before {
    width: 0.3rem;
    left: -1.5rem;
}.appBlock-1857 h5 {
    font-size: calc(19px * 0.9);
}
}



@media (max-width: 991px) {.give-it-a-try-9754 {
    padding: 90px 0;
}.give-it-a-try-9754 .container p {
    padding: 40px;
    font-size: calc(19px * 1.2);
}.give-it-a-try-9754 .request-box-6217 {
    flex: 0 0 200px;
    padding: 40px 20px;
}.give-it-a-try-9754 .container p::after {
    width: 50px;
    left: 40px;
    bottom: 30px;
}
}



@media (max-width: 767px) {.give-it-a-try-9754 {
    padding: 70px 0;
}.give-it-a-try-9754 .quick-skill-5048 {
    flex-direction: column;
}.give-it-a-try-9754 .container p {
    text-align: center;
    padding: 30px;
    font-size: 19px;
}.give-it-a-try-9754 .request-box-6217 {
    padding: 20px;
    flex: none;
    width: 100%;
}.give-it-a-try-9754 .container p::after {
    transform: translateX(-50%);
    bottom: 15px;
    left: 50%;
}
}



@media (max-width: 768px) {.equity-info-3872 {
    padding: 60px 0 30px;
}.equity-info-3872 .nav-train-7523 {
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr);
}.equity-info-3872 .nav-base-3728 {
    padding: 0;
}}




@media screen and (max-width: 991px) {.our-story-0976 {
    padding: 90px 0;
}.our-story-0976 h2 {
    margin-bottom: 60px;
}.our-story-0976 .study-training-6938 {
    gap: 30px;
}
}



@media screen and (max-width: 576px) {.our-story-0976 {
    padding: 60px 0;
}.our-story-0976 .container {
    padding: 0 15px;
}.our-story-0976 h2 {
    font-size: calc(38px * 0.9);
    margin-bottom: 40px;
}.our-story-0976 h2::after {
    bottom: -15px;
    height: 3px;
    width: 60px;
}.our-story-0976 .learn-corner-6384 h3 {
    font-size: calc(24px * 0.9);
    padding: 15px 20px;
}.our-story-0976 .learn-corner-6384 p {
    padding: 20px;
    font-size: calc(16px * 0.95);
    line-height: 1.7;
}}



@media (max-width: 767px) {.course-beneficiaries-0165 {
    padding: 100px 0;
}.course-beneficiaries-0165 h4 {
    margin-bottom: 60px;
    font-size: calc(37px - 4px);
}.course-beneficiaries-0165 div p {
    border-radius: 30px !important;
    width: 90%;
    padding: 18px 22px;
    margin-bottom: 40px;
    align-self: center !important;
}.course-beneficiaries-0165 div p::before,
    .course-beneficiaries-0165 div p::after {
    display: none;
}.course-beneficiaries-0165 div p svg {
    margin-right: 12px;
    height: 24px;
    width: 24px;
    min-width: 24px;
}
}



@media screen and (max-width: 991px) {.leadership-experience-9672 .user-praise-9315 {
    transform: rotate(0);
    gap: 3rem;
    flex-direction: column;
}.leadership-experience-9672 .img-cover-7391 {
    width: 280px;
    transform: perspective(1000px) rotateY(0);
    margin: 0 auto;
    height: 320px;
}.leadership-experience-9672 .career-section-8153 {
    transform: translateY(-30px) perspective(1000px) rotateY(0);
}.leadership-experience-9672 .user-praise-9315:hover .img-cover-7391 {
    transform: perspective(1000px) rotateY(0);
}.leadership-experience-9672 .user-praise-9315:hover .career-section-8153 {
    transform: translateY(-40px) perspective(1000px) rotateY(0);
}}



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

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.1;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.15;
    }
    100% {
        transform: scale(1);
        opacity: 0.1;
    }
}

@keyframes float {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(15px, 15px);
    }
    100% {
        transform: translate(0, 0);
    }
}



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



@keyframes popIn {
  0% {
    transform: translateY(30px) rotateX(5deg);
    opacity: 0;
  }
  70% {
    transform: translateY(-10px) rotateX(-2deg);
    opacity: 1;
  }
  100% {
    transform: translateY(0) rotateX(0);
    opacity: 1;
  }
}



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

@keyframes borderPulse {
    0%, 100% {
        border-color: rgba(255, 255, 255, 0.1);
    }
    50% {
        border-color: rgba(255, 255, 255, 0.3);
    }
}

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

