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

* {
    scrollbar-width: auto;
    scrollbar-color: rgb(183,152,40,0.5) rgb(183,152,40,0.5);
}

.grid-containerXopLnK {
    height: 100%;
    flex-direction: column;
    display: flex;
    min-height: 100%;
}

.gratBlockHreYWd::after {
    width: 100%;
    opacity: 0.15;
    z-index: 0;
    background: radial-gradient(
        circle at center,
        rgb(211,186,106,0.5) 0%,
        transparent 70%
    );
    position: absolute;
    height: 100%;
    animation: gradientPulse 15s ease-in-out infinite alternate;
    right: -50%;
    transform: rotate(-15deg) scale(2);
    content: "";
    top: -50%;
}

.gratBlockHreYWd .mentor_teamDsx9Bv {
    animation: holderEntrance 1s cubic-bezier(0.215, 0.61, 0.355, 1) forwards 0.3s;
    position: relative;
    border-radius: 15px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 3px 5px rgba(0, 0, 0, 0.03);
    opacity: 0;
    overflow: hidden;
    padding: 40px;
    background: #ffffff;
    transform: translateZ(15px) rotateX(2deg);
    margin-top: 20px;
}

.gratBlockHreYWd span {
    opacity: 0;
    color: #000000;
    transform: translateY(15px);
    animation: textFadeIn 1s ease-out forwards 0.8s;
    font-family: Arial, sans-serif;
    font-size: calc(12px * 1.05);
    line-height: 1.7;
    display: block;
}

.course_instructorXj9ay5 .opinion_ratingstqVjsk {
    display: grid;
    grid-gap: 2rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(0, 0, 0, 0.02);
    transform: perspective(1000px) rotateY(-2deg);
    position: relative;
    background: #ffffff;
    grid-template-columns: 1fr;
    padding: 3rem;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.course_instructorXj9ay5 .photo_stripokw3F5 {
    overflow: hidden;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    transform: translateZ(30px);
    width: 240px;
    height: 240px;
    position: relative;
    clip-path: polygon(0% 15%, 15% 0%, 85% 0%, 100% 15%, 100% 85%, 85% 100%, 15% 100%, 0% 85%);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.course_instructorXj9ay5 .opinion_ratingstqVjsk > div:nth-child(2) > div {
    font-weight: 600;
    color: rgb(183,152,40);
    transform: translateZ(10px);
    font-family: Arial, sans-serif;
    position: relative;
    margin-top: 1.5rem;
    font-size: calc(12px * 1.1);
}

header::after {
    bottom: 0;
    width: 100%;
    left: 0;
    height: 10px;
    content: '';
    background: linear-gradient(90deg, 
        transparent, 
        rgb(211,186,106,0.5), 
        transparent
    );
    position: absolute;
    opacity: 0.6;
}

header .top_knowrpg14q {
    transition: all 0.4s ease;
    display: block;
    position: relative;
}

header .top_knowrpg14q img {
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.1));
    max-height: 38px;
}

header .nav_sitebarsI0CDr:hover::before {
    border-radius: 40% 60% 30% 70% / 60% 30% 70% 40%;
    opacity: 0.2;
}

header .head_sitebarcVyThk a {
    transition: all 0.4s ease;
    justify-content: center;
    display: flex;
    border-radius: 60% 40% 40% 60% / 40% 50% 50% 60%;
    align-items: center;
    z-index: 1;
    font-weight: 600;
    color: #000000;
    padding: 0.8rem 1.3rem;
    position: relative;
    text-decoration: none;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.1);
    font-size: 18px;
}

.opening_boardpaE8ZD {
    overflow: hidden;
    background: linear-gradient(135deg, #000000, rgb(211,186,106));
    position: relative;
    height: 100vh;
}

.opening_boardpaE8ZD .photo_stripokw3F5::after {
    z-index: 2;
    background: linear-gradient(
        to right,
        rgba(15, 23, 42, 0.9) 0%,
        rgba(15, 23, 42, 0.6) 55%,
        rgba(15, 23, 42, 0.4) 100%
    );
    height: 100%;
    top: 0;
    width: 100%;
    left: 0;
    position: absolute;
    content: "";
}

.opening_boardpaE8ZD p {
    font-size: calc(12px * 1.2);
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.02em;
    color: #ffffff;
    margin-bottom: 2.5rem;
}

.opening_boardpaE8ZD .page_beginOQl7Bu svg {
    transform: rotate(-5deg);
    width: 120px;
    height: 120px;
    filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.15));
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.opening_boardpaE8ZD .page_beginOQl7Bu svg:hover text {
    fill: rgb(120, 190, 188);
}

.opening_boardpaE8ZD .contact_feedbackSr2jA9::before {
    left: -100%;
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.2) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    transition: all 0.8s ease;
    top: 0;
    content: "";
}

.company_infouE1OM6 .container {
    max-width: 1200px;
    padding: 0 30px;
    position: relative;
    margin: 0 auto;
    z-index: 5;
}

.company_infouE1OM6 .text_archAfm3ob {
    transform: perspective(1000px) rotateY(-2deg);
    backdrop-filter: blur(10px);
    border-left: 3px solid rgb(183,152,40);
    padding: 60px 50px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.05) inset;
    position: relative;
}

.company_infouE1OM6 .text_archAfm3ob ol li {
    text-align: justify;
    color: #ffffff;
    font-family: Arial, sans-serif;
    margin-bottom: 20px;
    padding: 10px 0 10px 10px;
    font-size: 16px;
    position: relative;
    line-height: 1.8;
    border-left: 1px dashed rgba(255, 255, 255, 0.3);
}



.supportgx08li .container {
    position: relative;
    z-index: 10;
}

.supportgx08li .course_infoWKu1Dy::before {
    width: 200%;
    content: "";
    transform: rotate(25deg);
    top: -50%;
    animation: shimmer 8s infinite linear;
    z-index: -1;
    left: -50%;
    position: absolute;
    background: linear-gradient(45deg, transparent 65%, rgba(255, 255, 255, 0.03) 70%, rgba(255, 255, 255, 0.01) 75%, transparent 80%);
    height: 200%;
}

.supportgx08li .course_infoWKu1Dy h2::after {
    background: linear-gradient(to right, rgb(211,186,106), rgb(183,152,40));
    position: absolute;
    bottom: -10px;
    left: 0;
    content: "";
    width: 60px;
    border-radius: 10px;
    height: 3px;
    transition: width 0.3s ease;
}

.supportgx08li .help_form7kjscG {
    margin-top: 2.5rem;
    flex-wrap: wrap;
    display: flex;
    gap: 1.5rem;
}

.supportgx08li .help_form7kjscG {
    gap: 1rem;
    flex-direction: column;
}

.supportgx08li .message_infoYcf7IN:hover::before {
    left: 100%;
}

.supportgx08li .message_infoYcf7IN:hover svg {
    transform: scale(1.1);
    fill: #ffffff;
}

.supportgx08li .message_infoYcf7IN:hover svg path {
    fill: #ffffff;
}

.course_program_info2pUne3 .learn_more2po5Pz {
    overflow: hidden;
    z-index: 1;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
}

.course_program_info2pUne3 .fast_developmentyUFYT9 {
    width: 500%;
    display: flex;
    animation: split-carousel 30s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
    height: 100%;
}

.course_program_info2pUne3 .skill_mapmd7vPa img {
    height: 100%;
    width: 100%;
    filter: brightness(0.8) saturate(1.2);
    transform: scale(1.1);
    object-fit: cover;
    transition: transform 8s ease;
}

.course_program_info2pUne3 .knowledge_guide6wOt0Y p {
    grid-column: 3 / 4;
    margin: 0;
    opacity: 0.7;
    font-size: 16px;
    line-height: 1.6;
    color: #ffffff;
}

.course_program_info2pUne3 .knowledge_guide6wOt0Y .contact_feedbackSr2jA9:hover {
    transform: translateY(-5px);
    color: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.course_program_info2pUne3 .skill_mapmd7vPa::after {
    background: linear-gradient(90deg, 
                transparent 0%, 
                rgb(211,186,106) 50%, 
                transparent 100%);
    position: absolute;
    top: 30%;
    z-index: 3;
    left: -100%;
    content: "";
    box-shadow: 0 0 8px rgb(211,186,106);
    height: 1px;
    animation: moving-line 8s linear infinite;
    width: 100%;
}

.visitor_controlsqjN61t {
    align-items: center;
    border: 2px solid rgb(211,186,106);
    border-radius: 16px;
    width: 90%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: space-between;
    margin: auto;
    max-width: 1200px;
    display: flex;
    padding: 20px;
}

.edu_cookie9Tt07l p {
    margin: 0;
    color: #ffffff;
    line-height: 1.5;
    font-size: 15px;
}

#cookie_popup_modalPDu2NX {
    display: none;
}

#cookie_popup_modalPDu2NX:checked ~ .privacySettingsBannerAbRpuL {
    opacity: 0;
    visibility: hidden;
}

.confidential_refugeNhIPil::after {
    position: absolute;
    top: 0;
    width: 40%;
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 50% 0);
    z-index: 0;
    content: "";
    right: 0;
    background: linear-gradient(135deg, transparent 0%, rgb(183,152,40,0.5) 100%);
    pointer-events: none;
    height: 100%;
    opacity: 0.03;
}

.confidential_refugeNhIPil h1:hover::after {
    width: 10rem;
}

.confidential_refugeNhIPil h2 {
    font-size: 29px;
    color: #000000;
    font-weight: 600;
    padding-left: 1rem;
    border-left: 2px solid rgb(211,186,106);
    margin: 3rem 0 1.5rem;
    transition: all 0.3s ease;
}

.confidential_refugeNhIPil p:hover {
    transform: translateX(5px);
}

.confidential_refugeNhIPil strong {
    color: #000000;
    font-weight: 600;
    position: relative;
}

.confidential_refugeNhIPil li {
    position: relative;
    line-height: 1.7;
    margin-bottom: 1rem;
    font-size: 15px;
    transition: all 0.3s ease;
    padding-left: 1.5rem;
}

.confidential_refugeNhIPil span {
    opacity: 0.9;
    border-left: 1px solid rgb(183,152,40,0.5);
    font-style: italic;
    margin-bottom: 1.5rem;
    font-size: 15px;
    line-height: 1.8;
    padding-left: 1rem;
    display: block;
    color: #000000;
}

.learning_profitsO89nGF .mentor_teamDsx9Bv {
    grid-template-columns: 1fr 1fr;
    display: grid;
    gap: 70px;
    position: relative;
}

.learning_profitsO89nGF .photo_stripokw3F5:hover {
    transform: perspective(800px) rotateY(0deg) scale(1.05);
    border-radius: 50% 35% 65% 50% / 35% 50% 50% 65%;
}

.learning_profitsO89nGF .photo_stripokw3F5:hover::after {
    opacity: 0.3;
    inset: -25px;
}

.learning_profitsO89nGF .text_archAfm3ob::before {
    position: absolute;
    border-radius: 10px 0 0 0;
    opacity: 0.7;
    border-top: 3px solid rgb(211,186,106);
    content: "";
    width: 70px;
    height: 70px;
    top: -10px;
    left: -10px;
    border-left: 3px solid rgb(211,186,106);
}

.learning_profitsO89nGF li {
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
    background: rgb(239,224,183);
}

.learning_profitsO89nGF svg {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 24px;
    display: flex;
    border-radius: 12px;
    padding: 5px;
    justify-content: center;
    background: #ffffff;
    flex-shrink: 0;
    transition: all 0.3s ease;
    align-items: center;
    height: 24px;
}

.contact_usLyrOv7 .container {
    z-index: 1;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
}

.contact_usLyrOv7 h2::after {
    transform: translateX(-50%);
    content: "";
    position: absolute;
    left: 50%;
    background: linear-gradient(to right, transparent, rgb(211,186,106), transparent);
    height: 3px;
    width: 80px;
    bottom: 0;
}

.contact_usLyrOv7 .photo_stripokw3F5::after {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}

.contact_usLyrOv7 form h3 {
    font-weight: 600;
    margin-bottom: 30px;
    color: #ffffff;
    font-size: 19px;
    padding-left: 15px;
    font-family: Arial, sans-serif;
    position: relative;
}

.contact_usLyrOv7 form input[type="text"] {
    color: #ffffff;
    margin-bottom: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 15px 20px;
    font-size: 15px;
    background: rgba(255, 255, 255, 0.05);
    width: 100%;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
}

.contact_usLyrOv7 .feedback_card4c7JCS input[type="checkbox"]:checked + label::after {
    content: "";
    transform: rotate(-45deg);
    width: 8px;
    left: 7px;
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    height: 4px;
    top: 11px;
    position: absolute;
}

.contact_usLyrOv7 svg {
    width: 24px;
    fill: rgb(211,186,106);
    height: 24px;
    margin-right: 15px;
}

.contact_usLyrOv7 svg path {
    transition: fill 0.3s ease;
}

.cheat_sheetiWnJFN::after {
    z-index: -1;
    height: 100%;
    top: 0;
    position: absolute;
    opacity: 0.5;
    left: 0;
    width: 100%;
    content: "";
    background: repeating-linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.3) 0px,
        rgba(0, 0, 0, 0.3) 1px,
        transparent 1px,
        transparent 20px
    );
}

.cheat_sheetiWnJFN .company_holder h3 {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 1.5rem;
    letter-spacing: 2px;
    position: relative;
    font-size: calc(35px * 1.2);
    display: inline-block;
    text-shadow: 0 0 10px rgb(211,186,106), 0 0 20px rgb(211,186,106), 0 0 30px rgb(211,186,106);
}

.cheat_sheetiWnJFN .head_siteJAjzIP {
    width: 100%;
    justify-content: space-between;
    gap: 2rem;
    display: flex;
}

.cheat_sheetiWnJFN .nav_sitebarsI0CDr h5 {
    color: rgb(183,152,40);
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
}

.cheat_sheetiWnJFN .nav_sitebarsI0CDr .head_siteJAjzIP a {
    transition: all 0.3s ease;
    position: relative;
    opacity: 0.7;
    overflow: hidden;
    padding: 0.5rem 0 0.5rem 1.5rem;
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
}

.fellow_prog3UHNjY .discord_ctarw1Qtv {
    font-size: 12px;
    color: #ffffff;
    opacity: 0.7;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.testimonialsQMT6us::after {
    bottom: 0;
    background: radial-gradient(circle at 50% 120%, rgb(211,186,106,0.5) 0%, transparent 70%);
    pointer-events: none;
    left: 0;
    z-index: 0;
    height: 100%;
    width: 100%;
    content: "";
    opacity: 0.05;
    position: absolute;
}

.testimonialsQMT6us .testimonial_sharingw1l7pe {
    gap: 2.5rem;
    perspective: 1000px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.testimonialsQMT6us .opinion_ratingstqVjsk:hover::before {
    transform: scaleX(1);
}

.testimonialsQMT6us .opinion_ratingstqVjsk h3 {
    z-index: 2;
    transform-origin: left;
    font-weight: 600;
    color: #000000;
    position: relative;
    transition: transform 0.3s ease;
    margin-bottom: 0.75rem;
    font-size: calc(18px * 1.1);
}

.testimonialsQMT6us .opinion_ratingstqVjsk:hover div {
    transform: scale(1.03);
}

.testimonialsQMT6us .opinion_ratingstqVjsk img {
    top: 0;
    left: 0;
    position: absolute;
    object-fit: cover;
    transition: transform 0.6s ease;
    height: 100%;
    width: 100%;
}

.testimonialsQMT6us .opinion_ratingstqVjsk:hover::after {
    opacity: 0.15;
    transform: translateY(0) rotate(5deg);
}

.plan_chooser2sbEGk .container {
    padding: 0 20px;
    z-index: 1;
    margin: 0 auto;
    position: relative;
    max-width: 1400px;
}

.plan_chooser2sbEGk .study_packagesLZGKcg {
    animation: fadeUp 0.8s ease-out forwards;
    transform: translateY(20px);
    opacity: 0;
    margin-bottom: 60px;
}

.plan_chooser2sbEGk .cost_tableEMXaCm {
    display: grid;
    margin-top: 20px;
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

.plan_chooser2sbEGk .price_optsduQlOX:nth-child(4) {
    --i: 4;
}

.plan_chooser2sbEGk .learning_feesE9qIVf {
    min-height: 250px;
    padding: 35px 30px;
    z-index: 2;
    position: relative;
    box-sizing: border-box;
}

.plan_chooser2sbEGk .learning_feesE9qIVf h3 {
    display: inline-block;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: calc(20px + 2px);
    transition: transform 0.3s ease;
    color: #000000;
    position: relative;
}

.plan_chooser2sbEGk .learning_feesE9qIVf p {
    font-size: 12px;
    margin-top: 15px;
    word-wrap: break-word;
    line-height: 1.6;
    color: #000000;
    hyphens: auto;
    word-break: normal;
    transition: color 0.3s ease;
    overflow-wrap: break-word;
    white-space: normal;
}


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



@media (max-width: 768px) {.gratBlockHreYWd {
    padding: 50px 0;
}.gratBlockHreYWd h2 {
    font-size: calc(28px * 0.8);
    margin-bottom: 25px;
}.gratBlockHreYWd .mentor_teamDsx9Bv {
    transform: translateZ(10px) rotateX(1deg);
    padding: 25px;
}.gratBlockHreYWd span {
    font-size: 12px;
}.gratBlockHreYWd li {
    padding: 15px 10px 15px 25px;
}
}



@media (min-width: 992px) {.course_instructorXj9ay5 {
    padding: 8rem 0;
}.course_instructorXj9ay5 .opinion_ratingstqVjsk {
    grid-template-areas:
            "photo info"
            "photo quote";
    grid-template-rows: auto 1fr;
    grid-template-columns: auto 1fr;
    padding: 5rem;
}.course_instructorXj9ay5 .emp_summaryjmu9IN {
    padding-left: 2rem;
    margin-top: 0;
}.course_instructorXj9ay5 .photo_stripokw3F5 {
    height: 280px;
    width: 280px;
}
}



@media (max-width: 479px) {header .header_tutorj8p6bJ {
    padding: 0.7rem 1.2rem;
}header .nav_base0QWuVE {
    padding: 0.5rem;
    max-width: 120px;
}header .head_sitebarcVyThk a {
    font-size: calc(18px - 3px);
    padding: 0.4rem 0.6rem;
}}



@media screen and (max-width: 1200px) {.opening_boardpaE8ZD h1 {
    font-size: calc(47px * 1.1);
    max-width: 70%;
}.opening_boardpaE8ZD .text_archAfm3ob {
    padding: 2.5rem;
    max-width: 500px;
}
}



@media screen and (max-width: 768px) {.opening_boardpaE8ZD .mentor_teamDsx9Bv {
    padding: 8% 5%;
    align-items: center;
    text-align: center;
}.opening_boardpaE8ZD h1 {
    max-width: 100%;
    font-size: calc(47px * 0.9);
    text-align: center;
}.opening_boardpaE8ZD .text_archAfm3ob {
    border-left: none;
    padding: 1.8rem;
    max-width: 100%;
    border-top: 4px solid rgb(183,152,40);
}.opening_boardpaE8ZD p {
    font-size: calc(12px * 0.95);
    text-align: center;
}.opening_boardpaE8ZD h6 {
    text-align: center;
}
}



@media (max-width: 768px) {.company_infouE1OM6 {
    padding: 60px 0;
}.company_infouE1OM6 .text_archAfm3ob {
    transform: perspective(1000px) rotateY(0deg);
    padding: 30px 20px;
}.company_infouE1OM6 .text_archAfm3ob h5 {
    font-size: calc(24px * 0.9);
}.company_infouE1OM6 .text_archAfm3ob > div:nth-child(2) p {
    font-size: 24px;
}.company_infouE1OM6 .text_archAfm3ob ol li {
    line-height: 1.7;
    font-size: calc(16px * 0.95);
}
}


@media only screen and (max-width: 1200px) {.visitor_controlsqjN61t {
    flex-direction: column;
    text-align: center;
    align-items: center;
}.cookie_hideOw4JRI {
    margin-right: 0;
    margin-bottom: 20px;
}.track_settingsvLAUgT {
    max-width: 250px;
    margin: 10px 0;
    width: 100%;
}}



@media (max-width: 768px) {.confidential_refugeNhIPil {
    padding: 4rem 1rem;
}.confidential_refugeNhIPil .container {
    border-left-width: 2px;
    transform: none;
    padding: 2rem 1.5rem;
}.confidential_refugeNhIPil::before,
    .confidential_refugeNhIPil::after {
    opacity: 0.02;
}.confidential_refugeNhIPil h1 {
    margin-bottom: 2rem;
    font-size: calc(41px - 0.4rem);
}.confidential_refugeNhIPil h2 {
    font-size: calc(29px - 0.3rem);
    margin: 2.5rem 0 1rem;
}.confidential_refugeNhIPil h3, 
    .confidential_refugeNhIPil h4 {
    font-size: calc(23px - 0.1rem);
}.confidential_refugeNhIPil p, 
    .confidential_refugeNhIPil li, 
    .confidential_refugeNhIPil span {
    font-size: calc(15px - 0.05rem);
    line-height: 1.6;
}.confidential_refugeNhIPil ul {
    margin-left: 0.5rem;
}.confidential_refugeNhIPil p:hover {
    transform: translateX(3px);
}
}



@media screen and (max-width: 767px) {.contact_usLyrOv7 {
    padding: 60px 0;
}.contact_usLyrOv7 h2 {
    margin-bottom: 40px;
}.contact_usLyrOv7 .photo_stripokw3F5 {
    min-height: 200px;
}.contact_usLyrOv7 .reach_listA0N5dq {
    padding: 30px 20px;
}.contact_usLyrOv7 form .contact_feedbackSr2jA9 {
    width: 100%;
    text-align: center;
}
}



@media screen and (max-width: 576px) {.cheat_sheetiWnJFN {
    padding: 3rem 0 2rem;
}.cheat_sheetiWnJFN .company_holder {
    clip-path: polygon(
            0 0,
            calc(100% - 20px) 0,
            100% 20px,
            100% 100%,
            20px 100%,
            0 calc(100% - 20px)
        );
}.cheat_sheetiWnJFN .company_holder h3 {
    letter-spacing: 1px;
    font-size: calc(35px * 0.85);
}.cheat_sheetiWnJFN .trust_badgegfAMH2 {
    font-size: calc(14px * 0.9);
}.cheat_sheetiWnJFN .nav_sitebarsI0CDr {
    padding: 1rem;
}.cheat_sheetiWnJFN .nav_sitebarsI0CDr .head_siteJAjzIP a {
    font-size: calc(14px * 0.9);
}.fellow_prog3UHNjY {
    padding: 1rem 0;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
}.fellow_prog3UHNjY .discord_ctarw1Qtv::before,
    .fellow_prog3UHNjY .discord_ctarw1Qtv::after {
    display: none;
}}



@media (max-width: 767px) {.plan_chooser2sbEGk {
    padding: 60px 0;
}.plan_chooser2sbEGk .cost_tableEMXaCm {
    grid-template-columns: 1fr;
    gap: 20px;
}.plan_chooser2sbEGk .learning_feesE9qIVf {
    padding: 25px 20px;
}.plan_chooser2sbEGk .photo_stripokw3F5 {
    height: 180px;
}.plan_chooser2sbEGk .study_packagesLZGKcg h2 {
    font-size: calc(37px - 2px);
}.plan_chooser2sbEGk .pricing_schemesobcKSZ {
    font-size: calc(12px - 1px);
}
}



@keyframes underlineExpand {
    0% {
        width: 0;
        opacity: 0;
    }
    100% {
        width: 150px;
        opacity: 1;
    }
}



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



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



@keyframes orbitGlow {
    0% {
        transform: rotate(0deg) scale(1);
        opacity: 0.4;
    }
    100% {
        transform: rotate(360deg) scale(1.2);
        opacity: 0.6;
    }
}

@keyframes pulseBackground {
    0% {
      opacity: 0.05;
      background-position: 0% 0%, 100% 100%, 50% 50%;
      background-size: 200px 200px, 250px 250px, 180px 180px;
    }
    50% {
      opacity: 0.15;
      background-position: 2% 3%, 98% 98%, 51% 52%;
      background-size: 220px 220px, 270px 270px, 200px 200px;
    }
    100% {
      opacity: 0.1;
      background-position: 3% 5%, 96% 96%, 52% 53%;
      background-size: 250px 250px, 300px 300px, 220px 220px;
    }
  }



@keyframes neon-flicker {
    0%, 19%, 21%, 23%, 25%, 54%, 56%, 100% {
        opacity: 0.9;
        text-shadow: 0 0 10px rgb(211,186,106), 0 0 20px rgb(211,186,106);
    }
    20%, 24%, 55% {
        opacity: 0.5;
        text-shadow: none;
    }
}

