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

html,body {
    color: #000000;
    scroll-snap-type: none;
    scroll-behavior: smooth;
    height: 100%;
    font-family: Arial, sans-serif;
    auto
contain
touch-action: none;
    min-height: 100%;
}

.opening_page867::before {
    top: 0;
    animation: backgroundMove 60s linear infinite;
    background-size: 100px 100px;
    width: 100%;
    background: linear-gradient(135deg, rgb(179,191,166,0.5) 25%, transparent 25%, transparent 50%, rgb(149,164,101,0.5) 50%, rgb(149,164,101,0.5) 75%, transparent 75%);
    z-index: 1;
    opacity: 0.3;
    content: "";
    left: 0;
    height: 100%;
    position: absolute;
}

.opening_page867 .course_front357 input {
    display: none;
}

.opening_page867 .start_lead654 {
    position: relative;
    overflow: hidden;
    height: 100%;
    flex: 0 0 100%;
}

.opening_page867 .start_lead654 img {
    filter: saturate(1.2) contrast(1.1);
    width: 100%;
    height: 100%;
    transition: transform 8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: scale(1.05);
    object-fit: cover;
}

.opening_page867 .edu_expert426 label {
    position: relative;
    height: 12px;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    width: 12px;
    cursor: pointer;
}

.opening_page867 .edu_expert426 label::before {
    opacity: 0.3;
    content: "";
    inset: 0;
    position: absolute;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: #ffffff;
    border-radius: 2px;
    transform: rotate(0deg);
}

.opening_page867 .text_dock879 .container {
    overflow: hidden;
    border-bottom: 1px solid rgb(149,164,101,0.5);
    position: relative;
    border-radius: 10px;
    max-width: 85%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.65) 100%);
    border-left: 4px solid rgb(179,191,166);
    margin: 0 auto;
    backdrop-filter: blur(15px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
    padding: 3.5rem;
}

.opening_page867 .text_dock879 h1::before {
    transform-origin: left;
    height: 2px;
    bottom: -5px;
    animation: lineExpand 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, rgb(179,191,166) 0%, rgb(149,164,101) 100%);
    width: 100%;
    content: "";
}

.opening_page867 .text_dock879 p {
    position: relative;
    font-size: 15px;
    padding-left: 20px;
    line-height: 1.8;
    max-width: 90%;
    text-shadow: 0 1px 2px #000000;
    font-weight: 400;
    border-left: 1px solid rgb(149,164,101,0.5);
    color: #ffffff;
}

.opening_page867 input[type="radio"]:nth-of-type(2):checked ~ .start_home081 {
    transform: translateX(-100%);
}

.opening_page867 input[type="radio"]:nth-of-type(4):checked ~ .start_home081 {
    transform: translateX(-300%);
}

.opening_page867 input[type="radio"]:nth-of-type(7):checked ~ .start_home081 {
    transform: translateX(-600%);
}

.opening_page867 input[type="radio"]:nth-of-type(10):checked ~ .start_home081 {
    transform: translateX(-900%);
}

.opening_page867 input[type="radio"]:nth-of-type(1):checked ~ .start_home081 .start_lead654:nth-of-type(1) img,
.opening_page867 input[type="radio"]:nth-of-type(2):checked ~ .start_home081 .start_lead654:nth-of-type(2) img,
.opening_page867 input[type="radio"]:nth-of-type(3):checked ~ .start_home081 .start_lead654:nth-of-type(3) img,
.opening_page867 input[type="radio"]:nth-of-type(4):checked ~ .start_home081 .start_lead654:nth-of-type(4) img,
.opening_page867 input[type="radio"]:nth-of-type(5):checked ~ .start_home081 .start_lead654:nth-of-type(5) img,
.opening_page867 input[type="radio"]:nth-of-type(6):checked ~ .start_home081 .start_lead654:nth-of-type(6) img,
.opening_page867 input[type="radio"]:nth-of-type(7):checked ~ .start_home081 .start_lead654:nth-of-type(7) img,
.opening_page867 input[type="radio"]:nth-of-type(8):checked ~ .start_home081 .start_lead654:nth-of-type(8) img,
.opening_page867 input[type="radio"]:nth-of-type(9):checked ~ .start_home081 .start_lead654:nth-of-type(9) img,
.opening_page867 input[type="radio"]:nth-of-type(10):checked ~ .start_home081 .start_lead654:nth-of-type(10) img {
    transform: scale(1.15);
    filter: saturate(1.3) contrast(1.15);
}

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

.contact_panel395 .connect_message714 {
    transform-style: preserve-3d;
    border-radius: 27px;
    overflow: hidden;
    position: relative;
    perspective: 1000px;
    display: flex;
}

.contact_panel395 .request_help407 h3::before {
    height: 5px;
    width: 30px;
    position: absolute;
    top: -15px;
    left: 0;
    background: rgb(179,191,166);
    content: '';
}

.contact_panel395 .request_help407 svg {
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    width: 30px;
    margin-right: 15px;
    height: 30px;
    background: #ffffff;
    padding: 6px;
}

.contact_panel395 .request_help407 a {
    position: relative;
    text-decoration: none;
    color: rgb(179,191,166);
    font-weight: 600;
}

.contact_panel395 form {
    position: relative;
}

.contact_panel395 form h3 {
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 40px;
    font-size: 35px;
    color: rgb(179,191,166);
    text-align: center;
}

.contact_panel395 form input::placeholder {
    color: rgba(255, 255, 255, 0.5);
    font-weight: 300;
}

.contact_panel395 .query_query124 {
    margin: 30px 0;
    align-items: flex-start;
    display: flex;
}

.contact_panel395 .query_query124 label::before {
    position: absolute;
    transition: all 0.3s ease;
    height: 22px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    background: transparent;
    left: 0;
    width: 22px;
    content: '';
    top: 0;
}

.contact_panel395 .query_query124 a {
    font-weight: 600;
    color: rgb(179,191,166);
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact_panel395 .query_block945::before {
    background: rgb(149,164,101);
    height: 100%;
    top: 0;
    width: 0;
    position: absolute;
    left: 0;
    content: '';
    transition: width 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: -1;
}

.instructional_approach497::before {
    width: 100%;
    top: -30%;
    height: 100%;
    position: absolute;
    z-index: 0;
    content: "";
    border-radius: 50%;
    filter: blur(120px);
    left: -30%;
    background: rgb(179,191,166,0.5);
    opacity: 0.25;
    animation: floatCircle 15s infinite alternate ease-in-out;
}

.instructional_approach497 h3 {
    color: #000000;
    position: relative;
    animation: slideInLeft 0.8s ease-out forwards;
    font-size: 38px;
    padding: 0;
    font-weight: 700;
    margin: 0;
}

.instructional_approach497 h3 {
    text-align: center;
    font-size: calc(38px * 0.8);
}

.instructional_approach497 span {
    animation: slideInRight 0.8s ease-out forwards;
    font-size: 12px;
    color: #000000;
    position: relative;
    line-height: 1.8;
    border-left: 2px solid rgb(149,164,101,0.5);
    padding: 2rem;
}

.instructional_approach497 span {
    border-left: none;
    font-size: calc(12px * 0.95);
    padding: 1.5rem;
    border-top: 2px solid rgb(149,164,101,0.5);
}

.plan_wrapper276 {
    background: rgb(225,228,221);
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}

.plan_wrapper276::before {
    z-index: 0;
    left: 0;
    position: absolute;
    height: 100%;
    top: 0;
    background: linear-gradient(135deg, rgb(179,191,166,0.5), rgb(149,164,101,0.5));
    width: 100%;
    content: "";
    opacity: 0.08;
}

.plan_wrapper276 .cert_fees164 h2::after {
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    position: absolute;
    background: linear-gradient(90deg, rgb(179,191,166), rgb(149,164,101));
    content: "";
    border-radius: 3px;
    bottom: -10px;
    left: 50%;
}

.plan_wrapper276 .plan_rates690 {
    transition: all 0.4s ease;
    background: linear-gradient(145deg, #f6f6f6, #ffffff);
    display: flex;
    overflow: hidden;
    flex-direction: column;
    border-radius: 16px;
    position: relative;
    height: 100%;
    box-shadow: 16px 16px 32px rgba(0, 0, 0, 0.05),
              -16px -16px 32px rgba(255, 255, 255, 0.8);
}

.plan_wrapper276 .study_sub516:hover .pricing_deals349 h3::after {
    width: 60px;
}

.plan_wrapper276 .rate_list961::before {
    position: absolute;
    left: 0;
    height: 1px;
    bottom: -5px;
    width: 100%;
    content: "";
    background: linear-gradient(90deg, rgb(179,191,166,0.5), transparent);
}

.plan_wrapper276 .responsive_img702 {
    transition: all 0.5s ease;
    height: 220px;
    position: relative;
    border-radius: 0 0 12px 12px;
    width: 100%;
    overflow: hidden;
}

.about_this263 {
    overflow: hidden;
    padding: 140px 0 120px;
    position: relative;
    background: rgb(225,228,221);
}



.about_this263::after {
    filter: blur(50px);
    z-index: 1;
    top: 0;
    width: 100%;
    left: 0;
    animation: pulseBackground 15s infinite alternate;
    background: radial-gradient(ellipse at 30% 20%, rgb(179,191,166,0.5) 0%, transparent 60%),
                radial-gradient(ellipse at 70% 80%, rgb(149,164,101,0.5) 0%, transparent 60%);
    height: 100%;
    position: absolute;
    opacity: 0.15;
    content: "";
}

.about_this263 .skill_philo673 span {
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
    top: -15px;
    z-index: 10;
    font-weight: 600;
    padding: 10px 30px;
    right: 10%;
    background: rgb(179,191,166);
    position: absolute;
    border-radius: 0 10px 10px 0;
    font-size: 19px;
    transform: skewX(-15deg);
    color: #ffffff;
}

.about_this263 .skill_philo673 .responsive_img702::before {
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.3), transparent);
    top: 0;
    height: 100%;
    z-index: 2;
}

.about_this263 .culture_block762 p {
    transform: translateX(30px);
    border-radius: 30px;
    line-height: 1.8;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.05),
                -20px -20px 60px rgba(255, 255, 255, 0.05);
    padding: 40px;
    color: #000000;
    align-self: center;
    grid-row: 1 / 2;
    width: 110%;
    font-size: 12px;
    grid-column: 1 / 2;
    z-index: 5;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.8);
}

.about_this263 .culture_block762::after {
    left: 10%;
    background: rgb(149,164,101);
    top: -100px;
}

.about_this263 .master_classes540::before,
.about_this263 .master_classes540::after {
    content: "";
    position: absolute;
    animation: horizontalLine 15s infinite alternate;
    background: linear-gradient(90deg, transparent, rgb(179,191,166,0.5) 50%, transparent);
    height: 1px;
    width: 80%;
}



.about_this263 .master_classes540::before {
    left: 10%;
    top: 15%;
}

header .nav_page841::after {
    content: "";
    animation: gradientSlide 5s ease infinite;
    z-index: -1;
    height: 100%;
    top: 0;
    position: absolute;
    background-size: 200% 200%;
    background: linear-gradient(45deg, transparent 48%, rgb(149,164,101) 49%, rgb(149,164,101) 51%, transparent 52%);
    left: 0;
    width: 100%;
    opacity: 0.1;
}

header .nav_page841 .head_guide376 .main_learn390:hover {
    transform: perspective(800px) rotateY(15deg);
}

header .nav_page841 .head_guide376 svg {
    width: 120px;
    filter: drop-shadow(0 0 5px rgb(149,164,101,0.5));
    height: auto;
}

header .nav_page841 .nav_expert574::before {
    width: 100%;
    transform: scaleX(0.5);
    background: rgb(179,191,166);
    animation: neonPulse 4s infinite alternate-reverse;
    content: "";
    box-shadow: 0 0 10px 2px rgb(179,191,166);
    position: absolute;
    left: 0;
    top: 105%;
    height: 2px;
}

header .nav_page841 .top_base961 a:hover {
    text-shadow: 0 0 5px rgb(149,164,101,0.5);
    border: 1px solid rgb(149,164,101,0.5);
    color: rgb(149,164,101);
}

header .nav_page841 .top_base961 a:hover::before {
    transform: scale(1);
    opacity: 0.2;
}

.program_assets857::after {
    z-index: 1;
    right: -10%;
    transform: rotate(15deg) skewX(-5deg);
    position: absolute;
    height: 70%;
    width: 60%;
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
    background: linear-gradient(240deg, rgb(149,164,101,0.5) 0%, transparent 70%);
    bottom: -5%;
    content: '';
}

.program_assets857 .text_dock879:hover {
    transform: translateZ(20px) perspective(1000px) rotateX(2deg);
}

.program_assets857 h4::after {
    width: 70px;
    background: rgb(179,191,166);
    height: 3px;
    transition: transform 0.5s ease;
    transform: scaleX(1);
    margin-top: 15px;
    transform-origin: left;
    display: block;
    content: '';
}

.program_assets857 li {
    transform: translateX(0);
    margin-bottom: 15px;
    transition: transform 0.3s ease;
}

.program_assets857 li p span:last-child {
    flex-grow: 1;
}

.program_assets857 li:hover svg {
    transform: rotate(5deg);
}

.program_assets857 li:hover svg path {
    fill: rgb(149,164,101);
}

.program_assets857 .responsive_img702:hover {
    transform: translateY(-10px) rotate(-1deg);
}

.analysis_summary603::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgb(179,191,166,0.5) 0%, transparent 70%);
    left: 0;
    z-index: 0;
    opacity: 0.1;
    top: 0;
}

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

.analysis_summary603 .statistics_boost289::before {
    width: 5px;
    top: 0;
    position: absolute;
    background: rgb(179,191,166);
    left: 0;
    border-radius: 10px 0 0 10px;
    height: 100%;
    content: "";
}

.analysis_summary603 .boost_experts514 {
    line-height: 1.7;
    font-size: 15px;
    font-weight: 400;
    max-width: 80%;
    color: #000000;
    margin: 0;
}

.analysis_summary603 .statistics_boosters954:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.analysis_summary603 .statistics_boosters954:nth-child(even) h4 {
    background: rgb(149,164,101);
}

.analysis_summary603 .statistics_boosters954 h4::before {
    height: 200%;
    opacity: 0;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 60%);
    left: -50%;
    position: absolute;
    content: "";
    width: 200%;
    transition: opacity 0.3s ease;
    top: -50%;
}

.analysis_summary603 .statistics_boosters954:hover svg {
    transform: scale(1.2) rotate(15deg);
    fill: rgba(255, 255, 255, 0.8);
}

header .top_plank .top_links014 {
    justify-content: flex-start;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 15px 0 10px 0;
    font-size: 13px;
    line-height: 21px;
}

.ty_banner589::after {
    background: radial-gradient(
        circle at center,
        rgb(179,191,166,0.5) 0%,
        transparent 70%
    );
    z-index: 0;
    content: "";
    height: 80%;
    transform: rotate(-15deg);
    position: absolute;
    opacity: 0.4;
    right: -10%;
    top: -10%;
    width: 80%;
}

.ty_banner589 h2 {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    font-weight: 700;
    font-size: 31px;
    color: #000000;
    position: relative;
    font-family: Arial, sans-serif;
    transform: translateZ(30px);
    max-width: 90%;
    margin-bottom: 3rem;
}

.ty_banner589 .master_classes540::before {
    left: 1rem;
    content: "";
    right: 1rem;
    top: 1rem;
    bottom: 1rem;
    z-index: 0;
    position: absolute;
    border: 1px dashed rgb(149,164,101,0.5);
    opacity: 0.5;
    pointer-events: none;
}

.ty_banner589 li::before {
    border-radius: 0.2rem;
    transition: opacity 0.3s ease, transform 0.3s ease;
    content: "";
    background: linear-gradient(135deg, rgb(179,191,166), rgb(149,164,101));
    position: absolute;
    height: 0.8rem;
    opacity: 0;
    width: 0.8rem;
    transform: rotate(45deg);
    top: 0.5rem;
    left: -2rem;
}

.ty_banner589 li:hover span::after {
    transform: scaleX(1);
}

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

.program_structure041 .text_dock879 h2 {
    text-align: center;
    font-weight: 700;
    color: #000000;
    margin-bottom: 25px;
    border-bottom: 2px solid rgb(179,191,166);
    font-size: 34px;
    padding-bottom: 15px;
}

.program_structure041 .responsive_img702::after {
    top: 0;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3));
    width: 100%;
    z-index: 2;
    content: "";
    left: 0;
    position: absolute;
}

footer .transcript259 {
    z-index: 1;
    position: relative;
}

footer .contact_links369 {
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-start;
    display: flex;
    margin-bottom: 60px;
}

footer .info_item svg {
    height: 20px;
    vertical-align: middle;
    fill: #ffffff;
    margin-right: 10px;
    width: 20px;
    transform: skewX(5deg);
}

footer .text_main_holder {
    grid-template-columns: 1fr;
    display: grid;
    gap: 40px;
    position: relative;
}

footer .head_guide376 svg {
    height: 45px;
    width: auto;
    margin-bottom: 20px;
    filter: brightness(0) invert(1);
}

footer .nav_expert574 {
    position: relative;
}

footer .head_lesson513 {
    gap: 15px;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    margin-bottom: 25px;
    display: grid;
}

footer .head_lesson513 a {
    position: relative;
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
    padding-left: 0;
    font-size: 18px;
    text-decoration: none;
}

footer .subscribe_holder {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 18px;
    position: relative;
    padding: 30px;
    border-left: 5px solid rgb(179,191,166);
}

footer .subscribe_holder p {
    font-size: 18px;
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
}

footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

footer .updates_header942 {
    letter-spacing: 1px;
    font-weight: 600;
    border: none;
    transition: all 0.3s ease;
    cursor: pointer;
    border-radius: 10px;
    font-size: 19px;
    background-color: rgb(179,191,166);
    text-transform: uppercase;
    color: #ffffff;
    padding: 14px 20px;
}

.manage_tracking215 {
    display: flex;
    padding: 20px 5%;
    gap: 20px;
    border-radius: 13px;
    align-items: center;
    justify-content: space-between;
    background: rgba(0, 0, 0, 0.5);
    border: 2px dashed rgb(179,191,166);
}

.cookie_review023 svg {
    width: 60px;
    height: 60px;
    fill: rgb(179,191,166);
}

.cookie_controls356 {
    color: #000000;
    font-size: 14px;
    cursor: pointer;
    margin-left: 10px;
    border-radius: 10px;
    white-space: nowrap;
    background: rgb(179,191,166);
    padding: 10px 20px;
    text-align: center;
    flex-shrink: 0;
    line-height: 40px;
    border: 2px solid rgb(179,191,166);
    min-width: 140px;
    text-decoration: none;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.secure_archive789 h2 {
    margin-top: 35px;
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgb(149,164,101);
    font-weight: 600;
    color: rgb(149,164,101);
    font-size: 37px;
}

.secure_archive789 p, .secure_archive789 span, .secure_archive789 div {
    font-size: 17px;
    color: #000000;
    line-height: 1.8;
    margin-bottom: 15px;
}



.secure_archive789 h3, .secure_archive789 h4, .secure_archive789 h5, .secure_archive789 h6 {
    margin-bottom: 20px;
    padding-bottom: 5px;
    font-weight: 600;
    font-size: 20px;
    color: #000000;
    margin-top: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.teaching_experience126::before {
    background: radial-gradient(ellipse at center, transparent 0%, transparent 50%, #000000 100%), 
              repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0px, rgba(0, 0, 0, 0.5) 1px, transparent 1px, transparent 10px);
    top: -25%;
    height: 150%;
    width: 150%;
    content: "";
    left: -25%;
    opacity: 0.3;
    position: absolute;
    animation: backgroundMovement 30s linear infinite alternate;
}

.teaching_experience126 .alumni_voices902 .responsive_img702:hover {
    box-shadow: 0 0 50px rgb(179,191,166);
    transform: scale(1.07) translateX(-4%);
}

.teaching_experience126 .alumni_voices902 span:not(.name) {
    font-size: 20px;
    z-index: 2;
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    letter-spacing: 1px;
    color: rgb(149,164,101);
    text-transform: uppercase;
    padding: 0 2rem 1rem 3rem;
    font-weight: 400;
    position: relative;
}


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



@media screen and (max-width: 1024px) {.opening_page867 .text_dock879 .container {
    padding: 2.5rem;
    max-width: 90%;
}.opening_page867 .text_dock879 p {
    max-width: 95%;
}.opening_page867 .edu_expert426 {
    padding: 10px 20px;
}
}



@media (max-width: 1024px) {.contact_panel395 .connect_message714 {
    transform-style: flat;
}.contact_panel395 .request_help407,
    .contact_panel395 .support_block645 {
    transform: none;
}
}



@media (max-width: 768px) {.contact_panel395 {
    padding: 80px 0;
}.contact_panel395 .connect_message714 {
    flex-direction: column;
}.contact_panel395 .request_help407,
    .contact_panel395 .support_block645 {
    border-radius: 0;
    width: 100%;
    padding: 40px 30px;
}.contact_panel395 .request_help407 {
    border-radius: 27px 27px 0 0;
}.contact_panel395 .support_block645 {
    border-radius: 0 0 27px 27px;
}.contact_panel395 .request_help407 h3,
    .contact_panel395 form h3 {
    margin-bottom: 30px;
    font-size: calc(35px * 0.9);
}
}



@media (min-width: 768px) {.plan_wrapper276 .monthly_rate834 {
    grid-template-columns: repeat(2, 1fr);
}.plan_wrapper276 .plan_rates690 {
    height: 100%;
}.plan_wrapper276 .responsive_img702 {
    height: 240px;
}
}



@media (min-width: 1200px) {.plan_wrapper276 .monthly_rate834 {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}.plan_wrapper276 .pricing_deals349 {
    padding: 40px;
}.plan_wrapper276 .responsive_img702 {
    height: 260px;
}.plan_wrapper276 .study_sub516:nth-child(odd) {
    transform: translateY(20px);
}.plan_wrapper276 .study_sub516:nth-child(odd):hover {
    transform: translateY(12px);
}.plan_wrapper276 .study_sub516:nth-child(even):hover {
    transform: translateY(-8px);
}
}



@media screen and (max-width: 1199px) {.about_this263 {
    padding: 120px 0 100px;
}.about_this263 h3 {
    font-size: calc(33px - 0.2rem);
}.about_this263 .skill_philo673,
    .about_this263 .culture_block762 {
    width: 110%;
}.about_this263 .skill_philo673 {
    margin-left: -10%;
}.about_this263 .culture_block762 {
    margin-right: -10%;
}.about_this263 .skill_philo673 .responsive_img702,
    .about_this263 .culture_block762 .mentor_values261 {
    height: 450px;
}.about_this263 .skill_philo673 p,
    .about_this263 .culture_block762 p {
    padding: 30px;
}
}



@media screen and (max-width: 575px) {.about_this263 {
    padding: 60px 0 40px;
}.about_this263 h3 {
    border-left-width: 3px;
    margin-bottom: 30px;
    padding-left: 15px;
    font-size: calc(33px - 0.8rem);
}.about_this263 .skill_philo673 {
    margin-bottom: 50px;
    gap: 20px;
}.about_this263 .skill_philo673 span {
    font-size: calc(19px - 0.4rem);
    padding: 6px 15px;
}.about_this263 .skill_philo673 .responsive_img702,
    .about_this263 .culture_block762 .mentor_values261 {
    height: 280px;
}.about_this263 .skill_philo673 p,
    .about_this263 .culture_block762 p {
    padding: 20px;
    font-size: calc(12px - 0.2rem);
}.about_this263::after {
    filter: blur(20px);
}.about_this263 .master_classes540::before,
    .about_this263 .master_classes540::after {
    width: 70%;
}
}



@media (max-width: 992px) {header .nav_page841 {
    width: 100vw;
    padding: 1rem;
    box-sizing: border-box;
    margin-left: calc(-50vw + 50%);
    flex-direction: column;
}header .nav_page841 .head_guide376 {
    margin-bottom: 1.5rem;
}header .nav_page841 .nav_expert574 {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}header .nav_page841 .nav_expert574::before {
    bottom: -10px;
    top: auto;
}header .nav_page841 .top_base961 {
    margin: 0.25rem 0.5rem;
}
}



@media (max-width: 576px) {.program_assets857 {
    padding: 60px 0;
}.program_assets857::before,
    .program_assets857::after {
    opacity: 0.5;
}.program_assets857 .text_dock879 {
    padding: 25px 20px;
}.program_assets857 h4 {
    font-size: calc(22px * 0.85);
}.program_assets857 li {
    margin-bottom: 12px;
}.program_assets857 li p {
    gap: 10px;
}.program_assets857 svg {
    width: 18px;
    height: 18px;
}}



@media (max-width: 991px) {.ty_banner589 {
    padding: 5rem 0;
}.ty_banner589 .master_classes540 {
    transform: translateZ(5px) rotateX(1deg);
    padding: 2.5rem;
}.ty_banner589 h2 {
    font-size: calc(31px * 0.9);
    transform: translateZ(20px);
    max-width: 100%;
}
}



@media (max-width: 767px) {.ty_banner589 {
    padding: 4rem 0;
}.ty_banner589 .container {
    padding: 0 1.5rem;
}.ty_banner589 .master_classes540 {
    transform: translateZ(0) rotateX(0deg);
    padding: 2rem;
}.ty_banner589 h2 {
    margin-bottom: 2rem;
    transform: translateZ(10px);
    font-size: calc(31px * 0.8);
}.ty_banner589 h2::after {
    height: 0.25rem;
    width: 6rem;
}.ty_banner589 span {
    font-size: calc(17px * 0.95);
    line-height: 1.7;
}
}


@media (max-width: 991px) {.program_structure041 {
    padding: 80px 0;
}.program_structure041 .text_dock879 {
    padding: 30px;
    max-width: 750px;
}
}


@media (max-width: 480px) {.program_structure041 {
    padding: 50px 0;
}.program_structure041 .text_dock879 {
    padding: 20px;
}.program_structure041 .text_dock879 h2 {
    padding-bottom: 10px;
    font-size: calc(34px * 0.8);
    margin-bottom: 15px;
}.program_structure041 .text_dock879 .description {
    font-size: calc(12px * 0.9);
    line-height: 1.5;
}}



@media (max-width: 767px) {footer .res_connect653 {
    padding: 60px 0 30px;
}footer .contact_links369 {
    margin-bottom: 40px;
    justify-content: center;
}footer .nav_expert574 h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
}footer .calc_foot653 {
    margin-top: 40px;
}
}



@media only screen and (max-width: 800px) {.secure_archive789 {
    padding: 25px;
}.secure_archive789 h1 {
    margin-bottom: 20px;
    font-size: 37px;
}.secure_archive789 h2 {
    font-size: 20px;
    margin-bottom: 15px;
}.secure_archive789 ul li, .secure_archive789 ol li {
    font-size: 17px;
}}



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



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



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



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



@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}



@keyframes expandLine {
    to {
        transform: scaleX(1);
    }
}

@keyframes expandLine {
        to {
            transform: translateX(-50%) scaleX(1);
        }
    }



@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(var(--primary-color-rgb), 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(var(--primary-color-rgb), 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(var(--primary-color-rgb), 0);
  }
}

@keyframes pulseOpacity {
    0% {
        opacity: 0.15;
        transform: scale(1);
    }
    100% {
        opacity: 0.2;
        transform: scale(1.1);
    }
}



@keyframes neonPulse {
  0% {
    opacity: 0.6;
    transform: scaleX(0.5);
  }
  100% {
    opacity: 1;
    transform: scaleX(1);
  }
}



@keyframes neonPulse {
  0%, 100% {
    text-shadow: 0 0 10px rgb(179,191,166,0.5), 0 0 20px rgb(179,191,166,0.5);
  }
  50% {
    text-shadow: 0 0 20px rgb(179,191,166), 0 0 30px rgb(179,191,166);
  }
}

