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

header,footer {
    width: 100%;
}


header {
    background-color: rgb(214,217,211);
    padding: 1.2rem 0;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 97% 100%, 3% 100%, 0 85%);
    z-index: 1000;
}

header::before {
    z-index: -1;
    background: 
        linear-gradient(90deg, transparent 49.5%, rgb(170,178,159,0.5) 49.5%, rgb(170,178,159,0.5) 50.5%, transparent 50.5%) 0 0 / 20px 100%,
        linear-gradient(0deg, transparent 49.5%, rgb(173,136,123,0.5) 49.5%, rgb(173,136,123,0.5) 50.5%, transparent 50.5%) 0 0 / 100% 20px;
    content: '';
    left: 0;
    height: 100%;
    width: 100%;
    animation: gridMove 40s linear infinite;
    top: 0;
    opacity: 0.15;
    position: absolute;
}

header .main_master::after {
    right: 0;
    z-index: -1;
    background: rgb(170,178,159);
    top: 0;
    content: '';
    left: 0;
    position: absolute;
    bottom: 0;
    border-radius: 10px;
}

header .main_master:hover::before {
    opacity: 1;
    transform: scale(1);
}

header .top_head::before {
    transition: 0.5s;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.1),
        transparent
    );
    position: absolute;
    content: '';
    height: 100%;
    top: 0;
    left: -100%;
    width: 100%;
}

.thxSpace::after {
    right: -80px;
    bottom: -80px;
    background: rgb(170,178,159,0.5);
    content: "";
    filter: blur(70px);
    width: 280px;
    height: 280px;
    position: absolute;
    animation: float 15s ease-in-out infinite reverse;
    z-index: 0;
}

.thxSpace .knowledge_classes > div:first-child {
    position: relative;
}

.thxSpace .knowledge_classes > div:first-child::after {
    content: "";
    position: absolute;
    height: 4px;
    bottom: -1rem;
    width: 80px;
    left: 0;
    transform-origin: left center;
    background: linear-gradient(90deg, rgb(170,178,159) 0%, rgb(173,136,123) 100%);
    transform: scaleX(1);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.thxSpace .knowledge_classes:hover h5 {
    transform: translateX(10px);
}

.thxSpace a:hover {
    transform: translateY(-5px);
}

.thxSpace a::before {
    bottom: 0;
    opacity: 0;
    z-index: -1;
    transition: height 0.5s ease, opacity 0.5s ease;
    height: 0;
    width: 100%;
    left: 0;
    content: "";
    background: linear-gradient(to top, rgb(170,178,159,0.5) 0%, transparent 100%);
    position: absolute;
}

footer .info_item {
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.2);
    display: flex;
    transition: all 0.3s ease;
    flex: 1 1 200px;
    align-items: center;
    padding: 10px 20px;
    max-width: 300px;
}

footer .info_item svg {
    fill: #ffffff;
    width: 22px;
    height: 22px;
    margin-right: 15px;
    flex-shrink: 0;
}

footer .text_main_holder::before {
    background-color: #ffffff;
    height: 100%;
    left: 0;
    z-index: -1;
    width: 100%;
    position: absolute;
    clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 100%);
    top: 0;
    content: "";
}

footer .nav_lesson h5 {
    display: inline-block;
    margin-bottom: 25px;
    font-size: 20px;
    color: #000000;
    font-weight: 600;
    position: relative;
}

footer .top_mentor a {
    transition: all 0.3s ease;
    position: relative;
    font-size: 14px;
    text-decoration: none;
    color: #000000;
    padding: 8px 0;
    flex: 1 0 calc(50% - 30px);
}

footer .subscribe_holder {
    padding: 30px;
    background-color: rgb(170,178,159);
    clip-path: polygon(0 0, 95% 0, 100% 100%, 5% 100%);
    position: relative;
    color: #ffffff;
    margin: 0 20px;
}

footer .input_holder {
    gap: 15px;
    display: flex;
    flex-direction: column;
    position: relative;
}

footer .input_holder input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
    outline: none;
}

footer .challenge_cta {
    padding-top: 20px;
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
    margin-top: 60px;
}

.welcome {
    align-items: center;
    background: linear-gradient(135deg, rgb(214,217,211) 0%, #f0f4f8 100%);
    display: flex;
    justify-content: center;
    min-height: 100vh;
    padding: 5rem 2rem;
    overflow: hidden;
    position: relative;
}

.welcome .knowledge_classes {
    display: grid;
    background: linear-gradient(145deg, #f0f0f0, #ffffff);
    max-width: 1200px;
    width: 100%;
    grid-template-columns: 1fr 1fr;
    box-shadow: 20px 20px 60px #d1d9e6, -20px -20px 60px #ffffff;
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    gap: 2rem;
    padding: 3rem;
    border-radius: 13px;
}

.welcome p {
    position: relative;
    line-height: 1.6;
    margin-bottom: 2rem;
    animation: fadeUp 0.8s ease-out 0.3s forwards;
    font-size: calc(12px * 1.1);
    opacity: 0;
    color: #000000;
}

.welcome svg:hover path {
    fill: rgb(70, 150, 148);
}

.welcome svg:hover text {
    fill: rgb(70, 150, 148);
}

.welcome .help_form::before {
    height: 100%;
    transform: translateX(-100%) skewX(-15deg);
    left: 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 50%);
    transition: transform 0.5s ease;
    position: absolute;
    top: 0;
    content: '';
    width: 100%;
}

.welcome .img_placeholder::before {
    background: linear-gradient(135deg, rgba(94, 170, 168, 0.3) 0%, transparent 80%);
    width: 100%;
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    z-index: 1;
}

.welcome .img_placeholder:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.pricing_list_item .container {
    position: relative;
    z-index: 2;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 15px;
}

.pricing_list_item h2::after {
    transform: translateX(-50%);
    content: "";
    width: 80px;
    position: absolute;
    bottom: -12px;
    background: rgb(170,178,159);
    height: 3px;
    left: 50%;
}

.pricing_list_item .edu_deals {
    display: block;
    height: 100%;
    text-decoration: none;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    overflow: hidden;
}

.pricing_list_item .rate_list {
    flex-direction: column;
    display: flex;
    z-index: 2;
    position: relative;
    height: 100%;
}

.pricing_list_item .edu_deals h4 {
    margin-bottom: 20px;
    font-weight: 600;
    position: relative;
    transition: transform 0.4s ease;
    font-size: 22px;
    color: #ffffff;
    padding-bottom: 15px;
}

.pricing_list_item .pricing_rates {
    align-self: flex-start;
    font-size: 28px;
    color: #ffffff;
    border-radius: 10px;
    margin-top: auto;
    position: relative;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    padding: 10px 20px;
    display: inline-block;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    background: linear-gradient(135deg, rgb(170,178,159), rgb(173,136,123));
    font-weight: 700;
}

.pricing_list_item .edu_deals:hover h4 {
    transform: translateX(5px);
}

.pricing_list_item .edu_deals:hover .pricing_rates::before {
    transform: translateX(100%);
}

.program_assets::after {
    background: linear-gradient(45deg, rgb(173,136,123,0.5) 30%, transparent 80%);
    z-index: 1;
    filter: blur(40px);
    bottom: -10%;
    transform: rotate(15deg);
    position: absolute;
    width: 35%;
    animation: float 15s infinite ease-in-out reverse;
    left: -5%;
    opacity: 0.5;
    content: "";
    height: 60%;
}

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

.program_assets .knowledge_classes:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 8px 20px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    transform: translateY(-5px);
}

.program_assets .knowledge_classes:hover .img_placeholder {
    transform: perspective(1000px) rotateY(-2deg) translateZ(10px);
}

.program_assets .subtext_wrap {
    padding-left: 20px;
}

.program_assets ul {
    margin: 0;
    display: grid;
    list-style: none;
    gap: 20px;
    grid-template-columns: 1fr;
    padding: 0;
}

.program_assets li:nth-child(4) {
    --item-index: 4;
}

.program_assets li:hover {
    transform: translateX(5px);
    transition: transform 0.3s ease;
}

.program_assets li:hover svg {
    transform: scale(1.1) rotate(5deg);
}

.program_assets li svg path {
    transition: fill 0.3s ease;
    fill: rgb(170,178,159);
}

.newsletter_signup .container {
    margin: 0 auto;
    width: 90%;
    max-width: 1200px;
    position: relative;
}

.newsletter_signup .knowledge_classes {
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    backdrop-filter: blur(8px);
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.05),
        0 1px 0 rgba(255, 255, 255, 0.1) inset;
    background: rgba(255, 255, 255, 0.04);
    padding: 2.5rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    transform: translateZ(0);
}

.newsletter_signup .knowledge_classes {
    grid-template-columns: 1.5fr 1fr;
}

.newsletter_signup .input_holder span {
    position: relative;
    display: block;
}

.newsletter_signup .input_holder input[type="email"] {
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    color: #ffffff;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    outline: none;
    background-color: rgba(255, 255, 255, 0.05);
    font-size: 17px;
    padding: 1rem 1.25rem;
    font-family: Arial, sans-serif;
}

.newsletter_signup .input_holder .help_form:hover {
    transform: translateY(-2px);
    background: rgb(173,136,123);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.newsletter_signup .input_holder .help_form:hover::before {
    left: 100%;
}

.newsletter_signup .input_holder .help_form:active {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transform: translateY(1px);
}

.education_history::after {
    content: "";
    left: -5%;
    z-index: -1;
    background: rgb(173,136,123,0.5);
    animation: morph 15s linear infinite alternate;
    bottom: -5%;
    position: absolute;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    height: 30%;
    width: 30%;
}

.education_history .feedback_panel:hover .img_placeholder {
    filter: contrast(1.1);
    transform: translateX(0) scale(1.02);
}

.education_history .job_timeline {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.5);
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    display: flex;
    padding: 3rem 3rem 3rem 5rem;
    flex-direction: column;
    transform: translateX(-15%);
    justify-content: center;
    z-index: 1;
    background: #ffffff;
}

.education_history .feedback_panel:hover .job_timeline > div:nth-child(2) {
    transform: translateX(0);
    opacity: 1;
}

.education_history .feedback_panel:hover .experience_path {
    opacity: 1;
    transform: translateY(0);
}



.education_history .job_timeline::after {
    border-radius: 50%;
    position: absolute;
    animation: float 4s ease-in-out infinite;
    bottom: 20px;
    z-index: -1;
    width: 40px;
    content: "";
    background: rgb(170,178,159,0.5);
    height: 40px;
    right: 20px;
}

.privacy_preserve::after {
    left: -5%;
    filter: blur(50px);
    bottom: -10%;
    z-index: 0;
    height: 200px;
    width: 200px;
    opacity: 0.2;
    transform: rotate(15deg);
    content: "";
    position: absolute;
    background: linear-gradient(230deg, rgb(173,136,123,0.5), rgb(170,178,159,0.5));
}

.privacy_preserve h1::after {
    content: "";
    transition: width 0.3s ease-out;
    position: absolute;
    width: 80px;
    height: 4px;
    left: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgb(170,178,159), rgb(173,136,123));
    transform-origin: left center;
}

.privacy_preserve h2::before {
    left: 0;
    height: 12px;
    transition: height 0.3s, opacity 0.3s;
    opacity: 0.25;
    content: "";
    z-index: -1;
    transform: skewX(-15deg);
    background-color: rgb(170,178,159,0.5);
    bottom: 5px;
    position: absolute;
    width: 100%;
}

.privacy_preserve h4 {
    text-transform: uppercase;
    font-size: calc(28px * 0.7);
    letter-spacing: 0.05em;
    margin: 1.5rem 0 0.75rem;
    font-weight: 600;
    opacity: 0.85;
    color: #000000;
}

.privacy_preserve strong::after {
    width: 100%;
    left: 0;
    content: "";
    height: 1px;
    background: rgb(170,178,159,0.5);
    position: absolute;
    bottom: 0;
}

.privacy_preserve li::before {
    background-color: #ffffff;
    transform: rotate(45deg);
    position: absolute;
    width: 8px;
    content: "";
    left: -1.5rem;
    transition: transform 0.3s, background-color 0.3s;
    height: 8px;
    border: 1px solid rgb(170,178,159);
    top: 0.7em;
}

.course_summary::before {
    z-index: 1;
    transform: rotate(-15deg);
    content: "";
    right: -5%;
    width: 300px;
    top: -5%;
    opacity: 0.1;
    background: linear-gradient(225deg, rgb(170,178,159) 0%, rgb(170,178,159,0.5) 70%);
    border-radius: 40% 60% 65% 35% / 40% 45% 55% 60%;
    height: 300px;
    animation: floatElement 15s infinite ease-in-out;
    position: absolute;
}

.course_summary .img_placeholder::before {
    top: 0;
    position: absolute;
    content: "";
    background: linear-gradient(
        to bottom,
        transparent 50%,
        rgba(#000000, 0.2) 100%
    );
    width: 100%;
    z-index: 1;
    height: 100%;
    left: 0;
}

.course_summary .subtext_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.course_summary h3::before {
    position: absolute;
    width: 0.4rem;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    height: 0.4rem;
    content: "";
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    background-color: rgb(173,136,123);
}

.course_summary span.description {
    display: none;
}

.meet_us {
    overflow: hidden;
    position: relative;
    background: linear-gradient(180deg, rgb(214,217,211) 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 120px 0;
}

.meet_us .knowledge_classes {
    z-index: 2;
    display: flex;
    gap: 50px;
    align-items: center;
    position: relative;
}

.meet_us .class_track::before {
    bottom: -5px;
    content: '';
    background: linear-gradient(45deg, rgb(170,178,159), rgb(173,136,123));
    top: -5px;
    z-index: -1;
    transform: perspective(1000px) rotateY(5deg);
    right: -5px;
    left: -5px;
    opacity: 0.5;
    border-radius: calc(16px + 5px);
    position: absolute;
}

.meet_us .skill_boost {
    position: relative;
    text-align: center;
    padding: 10px 0;
}

.meet_us .learning_dna {
    font-weight: 600;
    color: rgb(170,178,159);
    font-size: 13px;
}

.meet_us .subtext_wrap::before {
    background: linear-gradient(to bottom, rgb(170,178,159), rgb(173,136,123));
    border-radius: 10px 0 0 10px;
    position: absolute;
    height: 100%;
    width: 5px;
    top: 0;
    left: 0;
    content: '';
}

.meet_us h2 {
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 15px;
    font-weight: 700;
    color: #000000;
    font-size: 28px;
}

.ideal_participants::before {
    position: absolute;
    opacity: 0.03;
    background-image: 
        linear-gradient(
            45deg, 
            rgb(170,178,159,0.5) 25%, 
            transparent 25%, 
            transparent 75%, 
            rgb(170,178,159,0.5) 75%
        ),
        linear-gradient(
            -45deg, 
            rgb(170,178,159,0.5) 25%, 
            transparent 25%, 
            transparent 75%, 
            rgb(170,178,159,0.5) 75%
        );
    width: 100%;
    background-size: 60px 60px;
    background-position: 0 0, 30px 30px;
    top: 0;
    left: 0;
    z-index: 0;
    height: 100%;
    content: "";
}

.ideal_participants div::before {
    position: absolute;
    left: 50%;
    content: "";
    width: 2px;
    z-index: 0;
    height: 100%;
    background: linear-gradient(180deg, rgb(170,178,159,0.5), rgb(173,136,123,0.5), transparent);
    opacity: 0.5;
    top: 0;
}

.ideal_participants div p:hover {
    transform: scale(1.03);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.ideal_participants div p:nth-child(odd)::before {
    left: -15px;
    top: -15px;
}

.ideal_participants div p:nth-child(odd)::after {
    top: -7.5px;
    left: -7.5px;
}

.ideal_participants div p:hover::after {
    transform: scale(1.3);
    box-shadow: 0 0 10px rgb(170,178,159,0.5);
}

.ideal_participants div p:hover svg {
    transform: rotate(15deg);
}

.get_in_touch {
    overflow: hidden;
    position: relative;
    padding: 100px 0;
}



.get_in_touch .container {
    position: relative;
    z-index: 3;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.get_in_touch .inquiry_box {
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.1) 100%);
    display: flex;
}

.get_in_touch .feedback_box h3::after {
    background: #ffffff;
    bottom: 0;
    content: '';
    position: absolute;
    width: 60px;
    border-radius: 10px;
    height: 3px;
    left: 0;
}

.get_in_touch .feedback_box div:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateX(5px);
}

.get_in_touch .feedback_box svg path {
    transition: fill 0.3s ease;
    fill: #ffffff;
}

.get_in_touch .feedback_box span {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
}

.get_in_touch .connect_support {
    background: rgba(255, 255, 255, 0.95);
    position: relative;
    padding: 50px 40px;
    overflow: hidden;
    flex: 1.2;
}

.get_in_touch form {
    position: relative;
    z-index: 1;
}

.get_in_touch form h3 {
    padding-bottom: 15px;
    font-weight: 700;
    color: #000000;
    text-align: center;
    margin-bottom: 30px;
    font-size: 28px;
    position: relative;
}

.get_in_touch form input[type="text"]:focus,
.get_in_touch form input[type="email"]:focus {
    transform: translateY(-2px);
    background: #fff;
    outline: none;
    box-shadow: 0 0 0 2px rgb(170,178,159,0.5);
}

.get_in_touch .inquiry_section input[type="checkbox"]:checked {
    background: rgb(170,178,159);
}

.get_in_touch .inquiry_section label {
    color: #000000;
    font-size: 16px;
    line-height: 1.4;
    cursor: pointer;
}

.get_in_touch .inquiry_section a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: rgb(170,178,159);
    font-weight: 600;
}

.get_in_touch .help_form::before {
    transition: all 0.5s ease;
    width: 100%;
    content: '';
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    z-index: -1;
    top: 0;
    height: 100%;
    left: -100%;
    position: absolute;
}

.cookies_tech {
    max-width: 1200px;
    display: flex;
    margin: auto;
    justify-content: space-between;
    padding: 0 20px;
    align-items: center;
    flex-wrap: nowrap;
}

.cookie_warning_popup h5 {
    color: rgb(170,178,159);
    font-weight: 700;
    margin-bottom: 6px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 18px;
}

.cookie_button.data_approve {
    background: rgb(170,178,159);
}

.visitor_privacy:hover {
    border: 2px solid #ffffff;
}


.layer-container .cookie_warning_popup {
    padding: 30px 0;
    border: none;
    background: rgb(173,136,123);
}

.layer-container .learn_consent h5, .layer-container .learn_consent p {
    color: #ffffff;
}

.customer_reviews::before {
    opacity: 0.3;
    position: absolute;
    content: "";
    background: 
        radial-gradient(circle at 20% 20%, rgb(170,178,159,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 80%, rgb(173,136,123,0.5) 0%, transparent 30%);
    width: 100%;
    top: 0;
    z-index: 0;
    height: 100%;
    left: 0;
}

.customer_reviews h4::before {
    top: 50%;
    z-index: -1;
    width: 120px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    left: 50%;
    content: "";
    border: 2px solid rgb(170,178,159,0.5);
    position: absolute;
    height: 120px;
    opacity: 0.3;
}

.customer_reviews .feedback_panel:hover {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgb(170,178,159);
    transform: translateZ(30px);
}



.customer_reviews .feedback_panel:hover {
    animation-play-state: paused;
}

.customer_reviews .feedback_panel:hover::before {
    animation: pulse 2s infinite;
    opacity: 0.1;
}



.customer_reviews .feedback_panel::after {
    width: 20px;
    background: rgb(170,178,159,0.5);
    transition: all 0.3s ease;
    top: 20px;
    height: 20px;
    border-radius: 50%;
    content: "";
    opacity: 0.5;
    right: 20px;
    position: absolute;
}

.customer_reviews .feedback_panel:hover .img_placeholder::before {
    opacity: 1;
}



.customer_reviews .feedback_panel span {
    text-align: center;
    transition: all 0.4s ease;
    margin-bottom: 1rem;
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    transform: translateZ(10px);
    display: block;
}

.customer_reviews .feedback_panel p {
    line-height: 1.7;
    text-align: center;
    transition: all 0.4s ease;
    position: relative;
    font-size: 14px;
    transform: translateZ(5px);
    color: #000000;
}

.customer_reviews .feedback_panel:nth-child(n) {
    animation-name: float-mobile;
}


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media (max-width: 767px) {header {
    padding: 1rem 0 1.5rem;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 90% 100%, 10% 100%, 0 95%);
}header .site_info {
    flex-direction: column;
}header .nav_lesson {
    width: 100%;
    gap: 0.5rem;
    justify-content: center;
    order: 2;
    flex-wrap: wrap;
    padding: 10px;
    margin-top: 1rem;
}header .main_master {
    padding: 0.5rem 0.7rem;
    font-size: calc(12px - 2px);
}header .top_head {
    margin-bottom: 0.5rem;
    order: 1;
}header .top_head svg {
    width: 130px;
}
}



@media (min-width: 768px) {.thxSpace {
    padding: 150px 0;
}.thxSpace .knowledge_classes {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
    padding: 4rem;
}.thxSpace h5 {
    margin-bottom: 0;
    font-size: calc(18px * 1.1);
}.thxSpace p {
    font-size: calc(13px * 1.05);
}
}



@media (max-width: 767px) {.thxSpace {
    padding: 80px 0;
}.thxSpace .knowledge_classes {
    padding: 2.5rem;
}.thxSpace h5 {
    font-size: calc(18px * 0.9);
}.thxSpace p {
    font-size: calc(13px * 0.95);
}.thxSpace .knowledge_classes > div:first-child::after {
    width: 60px;
}
}



@media (max-width: 767px) {footer .edu_asknow {
    padding: 30px 15px 50px;
}footer .nav_lesson, footer .subscribe_holder {
    padding: 25px 20px;
    margin: 0 10px;
}footer .challenge_cta {
    margin-top: 40px;
}
}



@media screen and (max-width: 768px) {.welcome {
    padding: 4rem 1.5rem;
}.welcome .knowledge_classes {
    padding: 1.5rem;
}.welcome h1 {
    font-size: calc(44px * 0.8);
    margin-bottom: 1.5rem;
}.welcome .edu_intro {
    padding: 1.5rem;
}.welcome svg {
    height: 80px;
    width: 80px;
}.welcome .img_placeholder {
    min-height: 250px;
}
}



@media (max-width: 1200px) {.pricing_list_item {
    padding: 100px 0;
}.pricing_list_item .rate_card {
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 25px;
}.pricing_list_item .pricing_tiers {
    padding: 25px;
    min-height: 360px;
}.pricing_list_item h2 {
    font-size: calc(31px - 2px);
}
}



@media (max-width: 992px) {.pricing_list_item {
    padding: 80px 0;
}.pricing_list_item .rate_card {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
}.pricing_list_item .pricing_tiers {
    padding: 22px;
    min-height: 340px;
}.pricing_list_item .edu_deals h4 {
    font-size: 20px;
}.pricing_list_item .edu_deals p {
    font-size: 14px;
    line-height: 1.6;
}.pricing_list_item .pricing_rates {
    padding: 8px 16px;
    font-size: 24px;
}
}



@media (max-width: 768px) {.program_assets {
    padding: 60px 0 40px;
}.program_assets h5 {
    font-size: calc(20px * 0.8);
    margin-bottom: 40px;
}.program_assets .knowledge_classes {
    padding: 20px;
}.program_assets li {
    padding-left: 35px;
}.program_assets li svg {
    width: 24px;
    height: 24px;
}.program_assets li p {
    font-size: calc(14px * 0.95);
}
}



@media (min-width: 992px) {.newsletter_signup {
    padding: 5rem 0;
}.newsletter_signup .knowledge_classes {
    padding: 4rem;
    gap: 4rem;
}.newsletter_signup h4 {
    max-width: 90%;
    font-size: calc(19px * 1.1);
}.newsletter_signup .input_holder input[type="email"] {
    height: 100%;
}
}



@media (max-width: 992px) {.privacy_preserve {
    padding: 3rem 1.5rem;
}.privacy_preserve .container {
    padding: 2.5rem;
}.privacy_preserve h1 {
    font-size: calc(43px * 0.9);
}.privacy_preserve h2 {
    font-size: calc(28px * 0.9);
}
}



@media (max-width: 576px) {.privacy_preserve {
    padding: 2rem 0.75rem;
}.privacy_preserve .container {
    padding: 1.5rem;
    clip-path: polygon(
            0 0,
            100% 0,
            100% calc(100% - 8px),
            calc(100% - 8px) 100%,
            0 100%
        );
}.privacy_preserve h1 {
    padding-bottom: 0.75rem;
    font-size: calc(43px * 0.7);
}.privacy_preserve h1::after {
    width: 60px;
    height: 3px;
}.privacy_preserve h2 {
    font-size: calc(28px * 0.7);
}.privacy_preserve h2::before {
    height: 8px;
}.privacy_preserve h3 {
    padding-left: 12px;
    font-size: calc(28px * 0.6);
}.privacy_preserve h3::before {
    width: 3px;
}.privacy_preserve h4 {
    font-size: calc(28px * 0.55);
}.privacy_preserve p, 
    .privacy_preserve li,
    .privacy_preserve span {
    font-size: calc(17px * 0.9);
    line-height: 1.6;
}.privacy_preserve ul {
    padding-left: 1.25rem;
}.privacy_preserve span {
    padding-left: 0.75rem;
}}



@media (max-width: 767px) {.course_summary {
    padding: 5rem 0;
}.course_summary .img_placeholder {
    height: 280px;
    margin-bottom: 1rem;
}.course_summary h3 {
    margin-bottom: 1rem;
    font-size: calc(22px * 1);
}.course_summary .subtext_wrap::before {
    left: -15px;
}.course_summary p.description {
    max-height: 350px;
}}



@media (max-width: 480px) {.meet_us {
    padding: 40px 0;
}.meet_us .img_placeholder {
    height: 200px;
}.meet_us .class_track {
    padding: 20px;
}.meet_us .subtext_wrap {
    padding: 25px 20px;
}.meet_us .founder_vision {
    font-size: calc(20px * 0.9);
}.meet_us .learning_dna {
    font-size: calc(13px * 0.9);
}.meet_us h2 {
    font-size: calc(28px * 0.8);
    margin-bottom: 15px;
    padding-bottom: 10px;
}.meet_us p {
    font-size: calc(13px * 0.9);
    line-height: 1.6;
}.meet_us .who_weare {
    font-size: calc(16px * 0.9);
}}



@media (max-width: 991px) {.get_in_touch {
    padding: 80px 0;
}.get_in_touch .inquiry_box {
    flex-direction: column;
}.get_in_touch .feedback_box,
    .get_in_touch .connect_support {
    width: 100%;
}.get_in_touch .feedback_box {
    padding: 40px 30px;
}.get_in_touch .feedback_box h3,
    .get_in_touch form h3 {
    font-size: calc(28px * 0.9);
    margin-bottom: 30px;
}
}


@media only screen and (max-width: 1200px) {.cookies_tech {
    padding: 0 10px;
}
}


@media only screen and (max-width: 800px) {.cookie_overlay {
    display: none;
}.cookies_tech {
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
}.cookie_warning_popup h5, .cookie_warning_popup p {
    text-align: center;
}.learn_consent {
    margin-bottom: 20px;
}.visitor_privacy {
    margin-top: 10px;
    margin-left: 0;
    max-width: 300px;
    width: 100%;
}}



@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 20px 20px;
    }
}



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



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

@keyframes gradientShift {
        0% {
            transform: rotate(-3deg) scale(1);
            opacity: 0.1;
        }
        50% {
            transform: rotate(-2deg) scale(1.05);
            opacity: 0.15;
        }
        100% {
            transform: rotate(-4deg) scale(1.02);
            opacity: 0.2;
        }
    }



@keyframes lineGrow {
    0% {
        transform: scaleY(0);
    }
    100% {
        transform: scaleY(1);
    }
}

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

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

