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

svg {
    height: 30px;
    width: 30px;
}

header,footer {
    width: 100%;
}

header {
    width: 100%;
    z-index: 100;
    backdrop-filter: blur(10px);
    transition: all 0.5s ease;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    left: 0;
    position: fixed;
    top: 0;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.our_team .text_info_box > div:nth-child(2) {
    margin-bottom: 2rem;
}

.our_team .text_info_box > div:nth-child(2) p {
    opacity: 0;
    font-weight: 300;
    margin: 0;
    transform: translateY(15px);
    animation: fadeUp 0.6s ease-out forwards 0.7s;
    font-size: calc(24px * 1.3);
    color: #000000;
}

.our_team ol li::first-line {
    color: rgb(219,192,167);
    font-weight: 600;
}

.privacy_hedge h1 {
    color: #000000;
    font-size: 30px;
    font-weight: 600;
    font-family: Arial, sans-serif;
    margin-bottom: 15px;
}

.privacy_hedge h3, .privacy_hedge h4, .privacy_hedge h5, .privacy_hedge h6 {
    color: #000000;
    margin: 1em 0;
    font-size: 20px;
}

header .header_start {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
    justify-content: space-between;
}

header .header_lead::before {
    height: 2px;
    left: 0;
    width: 0;
    transition: width 0.3s ease;
    background: linear-gradient(to right, rgb(219,192,167), rgb(196,158,125));
    content: "";
    bottom: 0;
    position: absolute;
}

header .header_lead:hover::before {
    width: 100%;
}

.contact_form_box {
    background: linear-gradient(90deg, #ffffff 50%, rgb(238,224,210) 50%);
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}

.contact_form_box h2::after {
    transform: translateX(-50%);
    bottom: -15px;
    position: absolute;
    left: 50%;
    height: 3px;
    width: 60px;
    background: rgb(219,192,167);
    content: "";
}

.contact_form_box .photo_card {
    transition: all 0.5s ease;
    min-height: 550px;
    position: relative;
    flex: 0 0 50%;
}

.contact_form_box .feedback_block::before {
    left: 0;
    content: "";
    position: absolute;
    background: rgb(238,224,210);
    top: 0;
    width: 10px;
    height: 100%;
}

.contact_form_box input[type="text"]:focus {
    outline: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-color: rgb(219,192,167);
}

.contact_form_box .query_feedback input[type="checkbox"] {
    position: relative;
    margin-top: 2px;
    appearance: none;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 24px;
    border: 2px solid rgb(238,224,210);
    height: 24px;
}

.contact_form_box .message_query::before {
    position: absolute;
    transition: all 0.6s ease;
    height: 100%;
    content: "";
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    width: 100%;
    top: 0;
}

.contact_form_box svg:hover path {
    fill: rgb(196,158,125);
}

.operation_process::before {
    top: 0;
    height: 100%;
    width: 100%;
    animation: gridPulse 8s ease-in-out infinite alternate;
    content: "";
    opacity: 0.15;
    z-index: 1;
    position: absolute;
    left: 0;
    background-image: 
        linear-gradient(rgb(196,158,125,0.5) 1px, transparent 1px),
        linear-gradient(90deg, rgb(196,158,125,0.5) 1px, transparent 1px);
    background-size: 30px 30px;
}

.operation_process span {
    text-align: center;
    font-size: 14px;
    justify-content: center;
    z-index: 2;
    line-height: 1.8;
    color: #000000;
    align-items: center;
    padding: 3rem;
    display: flex;
    animation: moduleInitialize 1s ease-out forwards;
    position: relative;
}

.operation_process .why_trust::after {
    height: 16px;
    box-shadow: 
        0 0 15px rgb(219,192,167,0.5),
        0 0 30px rgb(219,192,167,0.5);
    position: absolute;
    left: calc(50% - 8px);
    z-index: 1;
    border-radius: 50%;
    content: "";
    animation: pulseNode 3s ease-in-out infinite;
    top: calc(3rem + 70px);
    background: linear-gradient(135deg, rgb(219,192,167), rgb(196,158,125));
    width: 16px;
}

.cookie_view p a {
    color: rgb(219,192,167);
    text-decoration: underline;
}

.cookie_button.data_opt {
    margin-right: 10px;
}


.pricing_set {
    position: relative;
    background: rgb(238,224,210);
    padding: 120px 0;
    overflow: hidden;
}

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

.pricing_set .premium_grid {
    z-index: 2;
    order: -1;
    position: relative;
    margin-bottom: 20px;
    transform: translateX(5%);
}

.pricing_set .premium_grid:hover .fee_struct {
    transform: translateY(3px);
}

.pricing_set .cert_cost {
    overflow: hidden;
    transform: translateZ(0) scale(1);
    transform-style: preserve-3d;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    text-decoration: none;
    display: block;
    height: 100%;
    position: relative;
}

.pricing_set .value_pricing {
    flex-grow: 1;
    overflow: hidden;
    position: relative;
    flex-direction: column;
    display: flex;
    z-index: 2;
    padding: 35px 30px;
}

.pricing_set .value_pricing .monthly_rate {
    display: block;
    margin: 5px 0 20px;
    position: relative;
    color: rgb(219,192,167);
    font-size: calc(18px + 6px);
    font-weight: 700;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    overflow-wrap: break-word;
    word-break: break-word;
}

.pricing_set .cert_cost .photo_card::after {
    top: 0;
    position: absolute;
    left: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.3), transparent);
    transition: opacity 0.4s ease;
    content: "";
    opacity: 0;
    right: 0;
    bottom: 0;
}

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

.newsletter_subscription .why_trust::before {
    height: 100%;
    left: 0;
    width: 6px;
    position: absolute;
    top: 0;
    background: rgb(219,192,167);
    content: "";
    z-index: 2;
}

.newsletter_subscription .input_holder span {
    position: relative;
    display: block;
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.newsletter_subscription .input_holder input[type="email"]:focus::placeholder {
    opacity: 0.5;
}

.newsletter_subscription .mail_list {
    position: relative;
    font-family: Arial, sans-serif;
    font-weight: 600;
    transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    z-index: 1;
    padding: 1rem 1.5rem;
    cursor: pointer;
    font-size: 15px;
    background: rgb(219,192,167);
    color: #ffffff;
    width: 100%;
    border: none;
    overflow: hidden;
}

.brainstorm::before {
    background: linear-gradient(90deg, 
                transparent 0%, 
                rgb(196,158,125) 50%, 
                transparent 100%);
    left: 0;
    content: "";
    top: 0;
    animation: glowPulse 3s ease-in-out infinite alternate;
    position: absolute;
    height: 2px;
    width: 100%;
}

.brainstorm .company_holder h3::after {
    bottom: 0;
    transition: width 0.4s ease-in-out;
    left: 0;
    width: 60px;
    position: absolute;
    content: "";
    background: rgb(219,192,167);
    height: 3px;
}

.brainstorm .equity_pledge::before {
    top: 0;
    height: 100%;
    position: absolute;
    left: 0;
    width: 2px;
    content: "";
    background: linear-gradient(to bottom, 
                rgb(219,192,167) 0%, 
                transparent 100%);
}

.brainstorm .header_know:hover::after {
    border-color: transparent rgb(196,158,125) transparent transparent;
    border-width: 0 35px 35px 0;
}

.brainstorm .header_know h5 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: #ffffff;
    display: inline-block;
    letter-spacing: 0.5px;
    position: relative;
}

.brainstorm .header_know .head_site {
    flex-direction: column;
    display: flex;
    gap: 0.875rem;
}

.brainstorm .header_know a:hover {
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
    color: #ffffff;
    transform: translateX(20px);
}

.subscr_info {
    background: rgba(0, 0, 0, 0.3);
    margin-top: 3rem;
    padding: 1.5rem 0;
    backdrop-filter: blur(10px);
    position: relative;
}



.brainstorm .company_holder::before,
.brainstorm .header_know::before {
    z-index: -1;
    position: absolute;
    content: "";
    height: 100px;
    border-radius: 50%;
    width: 100px;
    transition: opacity 0.5s ease;
    background: radial-gradient(circle, rgb(219,192,167,0.5) 0%, transparent 70%);
    filter: blur(30px);
    opacity: 0;
}

.brainstorm .company_holder::before {
    bottom: -20px;
    right: -20px;
}

.brainstorm .header_know:nth-child(2)::before {
    background: radial-gradient(circle, rgb(196,158,125,0.5) 0%, transparent 70%);
}

.check_it_out_now {
    animation: gradientFlow 15s ease infinite;
    background-size: 200% 200%;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: linear-gradient(130deg, rgb(219,192,167) 0%, rgb(196,158,125) 50%, rgb(219,192,167) 100%);
    padding: 120px 0;
}

.check_it_out_now .why_trust::before {
    background: 
        linear-gradient(90deg, transparent 49.5%, rgba(255, 255, 255, 0.1) 50%, transparent 50.5%),
        linear-gradient(0deg, transparent 49.5%, rgba(255, 255, 255, 0.1) 50%, transparent 50.5%);
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    content: '';
    animation: pulseGrid 4s linear infinite alternate;
    background-size: 40px 40px;
    top: 0;
    opacity: 0.3;
    z-index: -1;
}

.check_it_out_now h3::after {
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.1) 50%,
        transparent 100%
    );
    left: 0;
    width: 100%;
    content: '';
    opacity: 0;
    top: 0;
    height: 100%;
    position: absolute;
    animation: titleScan 3s ease-in-out infinite;
}

.check_it_out_now .online_form:hover {
    color: rgb(219,192,167);
    transform: translateY(-5px);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.3), 0 0 20px rgba(255, 255, 255, 0.2);
    border-color: transparent;
}

.course_candidates::before {
    animation: slowRotate 35s linear infinite;
    z-index: -1;
    content: "";
    position: absolute;
    background: radial-gradient(
    circle at 30% 30%,
    rgb(196,158,125,0.5) 0%,
    transparent 50%
  ), radial-gradient(
    circle at 70% 70%,
    rgb(219,192,167,0.5) 0%,
    transparent 45%
  );
    width: 200%;
    top: -50%;
    opacity: 0.6;
    height: 200%;
    left: -50%;
}

.course_candidates ul li::before {
    -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
    mask-composite: exclude;
    -webkit-mask-composite: xor;
    background: linear-gradient(
    45deg,
    transparent,
    rgb(196,158,125,0.5),
    rgb(219,192,167,0.5),
    transparent
  );
    border-radius: 28px;
    content: "";
    transition: opacity 0.4s ease;
    inset: 0;
    position: absolute;
    padding: 2px;
    opacity: 0.4;
}

.program_information::before {
    content: "";
    height: 100%;
    position: absolute;
    background: 
    radial-gradient(circle at 20% 20%, rgb(196,158,125,0.5) 0%, transparent 30%),
    radial-gradient(circle at 80% 80%, rgb(219,192,167,0.5) 0%, transparent 30%);
    top: 0;
    width: 100%;
    z-index: 1;
    left: 0;
}

.program_information .nav_know {
    position: relative;
    transform-style: preserve-3d;
    margin-bottom: 30px;
    perspective: 500px;
}

.program_information .nav_know svg {
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.1));
    max-width: 140px;
    transition: all 0.3s ease;
}

.program_information .nav_know:hover svg {
    transform: scale(1.05);
}

.program_information h3 {
    padding-left: 20px;
    color: #000000;
    font-size: 38px;
    position: relative;
    border-left: 3px solid rgb(219,192,167);
    margin-bottom: 30px;
    font-weight: 700;
    line-height: 1.3;
}

.program_information .photo_card::after {
    inset: 15px;
    border-radius: 50% 0 0 50%;
    position: absolute;
    box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.2);
    z-index: 2;
    content: "";
}

.program_information .photo_card::after {
    border-radius: 0 0 30% 30%;
}

.title_page::before {
    background: radial-gradient(
        circle at 70% 30%,
        rgb(196,158,125,0.5) 0%,
        transparent 60%
    );
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    content: "";
    position: absolute;
    top: 0;
}

.title_page .fast_edu::before {
    position: absolute;
    opacity: 0.85;
    z-index: 2;
    background: linear-gradient(
        135deg,
        rgb(219,192,167,0.5) 0%,
        rgba(0,0,0,0.4) 40%,
        rgba(0,0,0,0.4) 60%,
        rgb(196,158,125,0.5) 100%
    );
    top: 0;
    width: 100%;
    content: "";
    height: 100%;
    left: 0;
}

.title_page .text_info_box .container::before {
    right: 5px;
    top: 5px;
    content: "";
    background: #ffffff;
    z-index: -1;
    bottom: 5px;
    position: absolute;
    left: 5px;
    clip-path: polygon(
        3% 0,
        100% 0,
        100% 100%,
        0 100%
    );
}

.title_page input:nth-of-type(3):checked ~ .fast_knowledge {
    transform: translateX(-40%);
}

.title_page input:nth-of-type(6):checked ~ .fast_knowledge {
    transform: translateX(-100%);
}

.title_page input:nth-of-type(10):checked ~ .fast_knowledge {
    transform: translateX(-180%);
}

.appPage {
    overflow: hidden;
    background: linear-gradient(135deg, rgba(rgb(219,192,167,0.5), 0.05), rgba(rgb(196,158,125,0.5), 0.1));
    padding: 120px 0;
    position: relative;
}

.appPage::before {
    height: 100%;
    width: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(219,192,167,0.5), 0.12) 0%, transparent 80%),
        radial-gradient(circle at 80% 70%, rgba(rgb(196,158,125,0.5), 0.1) 0%, transparent 70%);
    content: "";
    left: 0;
    top: 0;
    z-index: 0;
    position: absolute;
}

.appPage::after {
    border-radius: 40% 60% 70% 30% / 40% 50% 50% 60%;
    top: -150px;
    height: 300px;
    animation: floatShape 15s ease-in-out infinite alternate;
    z-index: 0;
    position: absolute;
    filter: blur(20px);
    opacity: 0.05;
    right: -150px;
    background: rgb(219,192,167);
    width: 300px;
    content: "";
}

.appPage h2::after {
    left: 0;
    bottom: -12px;
    height: 4px;
    position: absolute;
    transform: scaleX(0.8);
    width: 120px;
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(219,192,167), rgb(196,158,125));
    content: "";
}

.appPage li::before {
    box-shadow: 0 0 10px rgba(rgb(219,192,167,0.5), 0.5);
    top: 24px;
    border-radius: 50%;
    content: "";
    left: 0;
    height: 8px;
    background: rgb(219,192,167);
    width: 8px;
    position: absolute;
    transform: translateY(-50%);
}

.appPage .why_trust:hover span::after {
    opacity: 1;
    transform: scaleX(1);
}

.find_support::before {
    top: 0;
    content: '';
    left: 0;
    background-image: 
        linear-gradient(rgba(0, 0, 0, 0.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 0, 0, 0.02) 1px, transparent 1px);
    background-size: 30px 30px;
    z-index: 0;
    width: 100%;
    position: absolute;
    height: 100%;
}

.find_support .edu_form {
    flex-wrap: wrap;
    display: flex;
    gap: 30px;
}

.find_support .online_form::after {
    position: absolute;
    background: rgb(219,192,167);
    bottom: 0;
    height: 3px;
    transform: scaleX(0);
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
    transform-origin: left;
    left: 0;
    content: '';
}

.find_support .online_form span {
    font-weight: 600;
    color: #000000;
    transition: all 0.3s ease;
    font-size: calc(15px * 0.85);
    text-align: center;
}

.instructor_history {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(238,224,210) 0%, rgb(219,192,167,0.5) 50%, rgb(238,224,210) 100%);
    position: relative;
    padding: 100px 0;
}

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

.instructor_history .edu_voices:hover::before {
    opacity: 1;
    animation: holographic-sweep 1.5s ease infinite;
}

.instructor_history .photo_card::before {
    z-index: 3;
    height: 100%;
    content: "";
    position: absolute;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.4) 0%,
        transparent 50%,
        rgba(255, 255, 255, 0.4) 100%
    );
    left: 0;
    width: 100%;
    top: 0;
}

.instructor_history .name::after {
    bottom: -8px;
    position: absolute;
    transform: translateX(-50%);
    height: 2px;
    content: "";
    left: 50%;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgb(219,192,167) 50%,
        transparent 100%
    );
    width: 70px;
}

.instructor_history .career_exp::after {
    border-right: 3px solid rgb(196,158,125);
    bottom: -5px;
    right: -5px;
    border-bottom: 3px solid rgb(196,158,125);
}

.instructor_history .edu_voices:hover {
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.2);
    transform: translateY(-10px);
}

.data_exploration::before {
    left: 0;
    z-index: 1;
    position: absolute;
    width: 100%;
    opacity: 0.07;
    transform: skewY(-5deg) translateY(-30px);
    background: linear-gradient(45deg, rgb(219,192,167,0.5) 0%, transparent 70%);
    top: 0;
    height: 100%;
    content: "";
}

.data_exploration h3:hover::after {
    transform: translateX(-50%) scaleX(1.2);
}

.data_exploration .edu_wins {
    transform: translateZ(0) translateY(0);
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    background: #ffffff;
    transform-style: preserve-3d;
    z-index: 5;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    padding: 30px 20px;
}

.data_exploration .edu_wins:nth-child(odd) {
    transform: translateZ(0) translateY(0) rotate(-1deg);
}

.data_exploration .edu_wins:nth-child(even) {
    transform: translateZ(0) translateY(0) rotate(1deg);
}

header .top_plank .study_peak div svg, header .top_plank .study_peak div svg path {
    fill: #ffffff;
}

header .top_plank .study_peak div img, header .top_plank .study_peak div svg {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}



@media (max-width: 992px) {.our_team {
    padding: 80px 0;
}.our_team .text_info_box {
    padding: 2.5rem;
}.our_team ol li {
    columns: 1;
}.our_team h5 {
    font-size: calc(24px * 0.9);
}.our_team .text_info_box > div:nth-child(2) p {
    font-size: calc(24px * 1.1);
}
}



@media (max-width: 991px) {header .container {
    padding: 0.8rem 1.5rem;
}header .header_know {
    gap: 1.5rem;
}header .header_lead {
    font-size: calc(14px - 1px);
}
}



@media (max-width: 992px) {.contact_form_box {
    padding: 80px 0;
}.contact_form_box .connect_support {
    flex-direction: column-reverse;
}.contact_form_box .photo_card {
    min-height: 350px;
    flex: 0 0 auto;
}.contact_form_box .feedback_block {
    flex: 0 0 auto;
    padding: 50px 40px;
}.contact_form_box .feedback_block::before {
    width: 100%;
    height: 10px;
    top: 0;
    left: 0;
}
}



@media (max-width: 768px) {.operation_process {
    padding: 4rem 1rem;
}.operation_process::before {
    background-size: 20px 20px;
}.operation_process h3 {
    letter-spacing: 1px;
    font-size: calc(35px * 0.8);
    padding: 0 1rem;
}.operation_process span {
    padding: 2rem;
    font-size: calc(14px * 0.95);
}.operation_process .why_trust::before {
    height: 30px;
}.operation_process .why_trust::after {
    left: calc(50% - 6px);
    top: calc(3rem + 50px);
    width: 12px;
    height: 12px;
}}



@media (max-width: 480px) {.pricing_set {
    padding: 50px 0;
}.pricing_set .value_pricing h3 {
    font-size: 18px;
}.pricing_set .value_pricing .monthly_rate {
    font-size: calc(18px + 2px);
}.pricing_set .value_pricing p {
    font-size: calc(12px - 1px);
}}



@media (max-width: 480px) {.newsletter_subscription {
    padding: 2.5rem 0;
}.newsletter_subscription .why_trust {
    padding: 1.5rem;
}.newsletter_subscription h4 {
    font-size: calc(15px * 0.95);
}.newsletter_subscription .why_trust::before {
    width: 4px;
}.newsletter_subscription .why_trust::after {
    width: 50%;
    height: 4px;
}
}



@media (max-width: 768px) {.brainstorm {
    padding: 3.5rem 0 1.5rem;
}.brainstorm .head_site {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.brainstorm .company_holder,
    .brainstorm .header_know {
    padding: 1.5rem;
}.brainstorm .company_holder h3,
    .brainstorm .header_know h5 {
    margin-bottom: 1.25rem;
}.subscr_info {
    margin-top: 2rem;
    padding: 1.25rem 0;
}
}



@media screen and (max-width: 576px) {.check_it_out_now {
    padding: 60px 0;
}.check_it_out_now .why_trust {
    padding: 30px 20px;
}.check_it_out_now h3 {
    letter-spacing: 1.5px;
    margin-bottom: 40px;
    font-size: calc(36px * 0.7);
}.check_it_out_now h3::before {
    width: 50px;
    bottom: -12px;
}.check_it_out_now .online_form {
    font-size: calc(20px * 0.85);
    padding: 12px 30px;
    letter-spacing: 1px;
}}



@media screen and (max-width: 1200px) {.program_information {
    padding: 80px 0;
}.program_information .learn_route {
    padding: 0 30px 0 0;
}
}



@media (max-width: 1199px) {.title_page .text_info_box {
    max-width: 900px;
    width: 95%;
    padding-bottom: 70px;
}.title_page .text_info_box .container {
    padding: 2rem;
}
}



@media (max-width: 991px) {.title_page .why_trust {
    height: 70vh;
}.title_page .course_entry {
    height: 70vh;
}.title_page .text_info_box {
    width: 98%;
    padding-bottom: 40px;
    max-width: 900px;
}.title_page .text_info_box .container {
    padding: 2.2rem;
}.title_page .text_info_box h1 {
    font-size: calc(38px * 0.9);
}.title_page .text_info_box h3 {
    font-size: calc(21px * 0.9);
}.title_page .course_open {
    left: 30px;
    gap: 12px;
    bottom: 25px;
}.title_page .course_open label {
    height: 12px;
    width: 12px;
}
}



@media (max-width: 480px) {.title_page .text_info_box .container {
    padding: 1rem;
}.title_page .text_info_box h1 {
    padding-left: 10px;
    border-left-width: 2px;
}
}



@media (max-height: 600px) and (min-width: 576px) {.title_page .why_trust {
    height: 90vh;
}.title_page .course_entry {
    height: 90vh;
}.title_page .text_info_box {
    padding-bottom: 70px;
}
}



@media (max-width: 767px) {.appPage {
    padding: 80px 0;
}.appPage .container {
    padding: 0 20px;
}.appPage h2 {
    margin-bottom: 30px;
    font-size: calc(34px * 0.9);
}.appPage .why_trust {
    padding: 30px 20px;
}.appPage li {
    padding: 10px 0 10px 15px;
}.appPage li::before {
    width: 6px;
    height: 6px;
}.appPage span {
    font-size: calc(15px * 0.95);
    line-height: 1.6;
}
}



@media screen and (max-width: 767px) {.find_support {
    padding: 60px 0;
}.find_support .connect_team {
    padding: 30px;
}.find_support .connect_team h2 {
    font-size: calc(29px * 0.9);
}.find_support .edu_form {
    justify-content: center;
    gap: 20px;
}.find_support .online_form {
    width: 90px;
    height: 90px;
}.find_support .online_form svg {
    width: 30px;
    height: 30px;
    margin-bottom: 8px;
}
}



@media (max-width: 992px) {.data_exploration {
    padding: 80px 0 60px;
}.data_exploration h3 {
    font-size: calc(36px * 0.9);
    margin-bottom: 50px;
}.data_exploration ul {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 25px;
}.data_exploration .edu_wins {
    padding: 25px 15px;
}.data_exploration .edu_wins p {
    font-size: calc(43px * 1.1);
}
}



@media (max-width: 480px) {.data_exploration ul {
    grid-template-columns: 1fr;
    gap: 15px;
}.data_exploration .edu_wins {
    transform: none !important;
}.data_exploration .edu_wins:hover {
    transform: translateY(-3px) !important;
}}



@keyframes pulse {
    0%, 100% {
        opacity: 0.2;
    }
    50% {
        opacity: 0.4;
    }
}



@keyframes circuitConnect {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}



@keyframes glowPulse {
    0%, 100% {
        opacity: 0.8;
        box-shadow: 0 0 10px rgb(196,158,125,0.5);
    }
    50% {
        opacity: 1;
        box-shadow: 0 0 20px rgb(196,158,125);
    }
}



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



@keyframes floatTitle {
    0%, 100% {
        transform: translateY(0);
        text-shadow: 0 0 15px rgba(255, 255, 255, 0.4);
    }
    50% {
        transform: translateY(-10px);
        text-shadow: 0 0 25px rgba(255, 255, 255, 0.6);
    }
}



@keyframes pulse-subtle {
    0%, 100% {
        transform: scale(1);
        opacity: 0.05;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.08;
    }
}

