﻿.leaderboard_51279 {
    flex: 0 0 auto;
}

.leaderboard_51279 {
    overflow: hidden;
    font-family: Arial, sans-serif;
    position: relative;
    padding: 0 0 30px;
}

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

.header_nav_73560 {
    flex: 1 0 auto;
}

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

.wrapper-border_97038 {
    min-height: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}


.program_structure_52689 {
    background: rgb(215,228,219);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

.program_structure_52689::before {
    filter: blur(60px);
    animation: gradientShift 15s infinite alternate ease-in-out;
    width: 100%;
    opacity: 0.7;
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 0;
    content: "";
    background: 
        radial-gradient(circle at 20% 30%, rgb(177,202,188,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(137,174,149,0.5) 0%, transparent 30%);
}

.program_structure_52689 .container {
    z-index: 1;
    position: relative;
}

.program_structure_52689 .promise_block_02437 {
    display: flex;
    min-height: 600px;
    align-items: center;
    position: relative;
    justify-content: center;
}

.program_structure_52689 .img_overlay_90163::before {
    width: 100%;
    mix-blend-mode: multiply;
    z-index: 2;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    background: 
        radial-gradient(
            circle at center,
            transparent 30%,
            rgba(0, 0, 0, 0.5) 100%
        );
}

.program_structure_52689 .promise_block_02437:hover .img_overlay_90163 {
    filter: brightness(1) contrast(1.2);
    transform: scale(0.95) rotate(2deg);
}

.program_structure_52689 .promise_block_02437:hover .img_overlay_90163::after {
    opacity: 0.6;
    animation: rotateOverlay 20s linear infinite;
}

.program_structure_52689 .knowledge_flow_18963 {
    width: 60%;
    flex-direction: column;
    position: relative;
    padding: 0;
    z-index: 2;
    align-items: center;
    display: flex;
}

.program_structure_52689 .main_edu_78952::before {
    bottom: -10px;
    background: 
        conic-gradient(
            from 0deg,
            rgb(177,202,188) 0deg,
            rgb(177,202,188,0.5) 90deg,
            rgb(137,174,149,0.5) 180deg,
            rgb(137,174,149) 270deg,
            rgb(177,202,188) 360deg
        );
    animation: rotateLogo 10s linear infinite;
    right: -10px;
    border-radius: 50%;
    left: -10px;
    top: -10px;
    content: "";
    position: absolute;
    z-index: -1;
    opacity: 0.7;
}

.program_structure_52689 .main_edu_78952:hover {
    box-shadow: 
        0 20px 45px rgba(0, 0, 0, 0.2),
        0 8px 25px rgb(177,202,188,0.5);
    transform: translateY(-10px);
}

.program_structure_52689 .main_edu_78952:hover svg {
    transform: rotate(15deg) scale(1.1);
}

.program_structure_52689 .main_edu_78952 svg path {
    transition: fill 0.5s ease;
    fill: rgb(177,202,188);
}

.program_structure_52689 h3 {
    text-align: center;
    position: relative;
    border-radius: 16px;
    margin-bottom: 30px;
    width: 90%;
    max-width: 600px;
    padding: 25px 40px;
    background: #ffffff;
    color: #000000;
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    font-weight: 700;
    transform: perspective(800px) rotateX(2deg);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    font-size: 28px;
}

.program_structure_52689 .knowledge_flow_18963:hover h3 {
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
    transform: perspective(800px) rotateX(0deg);
}

.program_structure_52689 .knowledge_flow_18963:hover h3::after {
    width: 120px;
}

.program_structure_52689 p::before {
    z-index: -1;
    border-radius: 16px;
    top: 0;
    opacity: 0.1;
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    background: linear-gradient(225deg, rgb(137,174,149,0.5) 0%, transparent 100%);
    left: 0;
}

.program_structure_52689 p::after {
    width: 60px;
    position: absolute;
    background: rgb(137,174,149,0.5);
    opacity: 0.5;
    height: 60px;
    content: "";
    transition: all 0.5s ease;
    z-index: -2;
    right: 30px;
    top: -30px;
    filter: blur(25px);
    border-radius: 50%;
}

.course_demographic_93124 {
    position: relative;
    padding: 100px 0;
    background: linear-gradient(120deg, rgb(215,228,219) 0%, #ffffff 100%);
    overflow: hidden;
}

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

.course_demographic_93124 .promise_block_02437 {
    position: relative;
}

.course_demographic_93124 h4:hover {
    transform: perspective(1000px) rotateX(5deg);
}

.course_demographic_93124 h4::after {
    transform: translateX(-50%);
    border-radius: 5px;
    width: 100px;
    content: "";
    background: linear-gradient(90deg, rgb(177,202,188), rgb(137,174,149));
    left: 50%;
    bottom: -15px;
    position: absolute;
    height: 5px;
}

.course_demographic_93124 p:nth-child(even) {
    transform: translateY(100px);
}

.course_demographic_93124 p::before {
    height: 100%;
    transition: opacity 0.3s ease;
    opacity: 0;
    width: 100%;
    content: "";
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    top: 0;
    z-index: -1;
    background: linear-gradient(135deg, #ffffff, rgb(215,228,219));
    left: 0;
    position: absolute;
}

.course_demographic_93124 p:hover::before {
    opacity: 1;
}

.course_demographic_93124 p svg {
    position: absolute;
    transition: all 0.3s ease;
    left: 50%;
    width: 32px;
    height: 32px;
    transform: translateX(-50%);
    top: 30px;
}

.course_demographic_93124 p:hover svg {
    transform: translateX(-50%) scale(1.2);
}



.course_demographic_93124::after {
    opacity: 0.5;
    position: absolute;
    top: 10%;
    border: 2px dashed rgb(137,174,149,0.5);
    width: 200px;
    animation: hexSpin 30s linear infinite;
    z-index: 1;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    left: 5%;
    content: "";
    height: 200px;
}

.course_demographic_93124 .promise_block_02437 > div p:nth-child(4) {
    animation-delay: 0.4s;
}

.course_demographic_93124 .promise_block_02437 > div p:nth-child(6) {
    animation-delay: 0.6s;
}

.user_testimonials_69280::before {
    opacity: 0.05;
    z-index: 0;
    height: 300px;
    width: 300px;
    top: -100px;
    position: absolute;
    right: -50px;
    transform: rotate(45deg) skew(10deg, 10deg);
    background: linear-gradient(to right, rgb(177,202,188), rgb(137,174,149));
    content: "";
}

.user_testimonials_69280 .container {
    z-index: 1;
    position: relative;
}

.user_testimonials_69280 h2 {
    margin-bottom: 60px;
    text-align: left;
    color: #000000;
    position: relative;
    transform: perspective(1000px) translateZ(10px);
    font-weight: 700;
    font-size: 38px;
    transform-style: preserve-3d;
}

.user_testimonials_69280 h2:hover::after {
    transform: scaleX(1.5);
}

.user_testimonials_69280 .review_spot_06459 {
    padding: 0;
    list-style: none;
    display: grid;
    margin: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
}

.user_testimonials_69280 .user_voices_58671::before {
    top: 0;
    position: absolute;
    transition: height 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    left: 0;
    height: 0;
    background: linear-gradient(to bottom, rgb(177,202,188), rgb(137,174,149));
    content: "";
    width: 5px;
}

.user_testimonials_69280 .user_voices_58671:hover::before {
    height: 100%;
}

.user_testimonials_69280 .user_voices_58671 div {
    margin-bottom: 20px;
    align-items: center;
    display: flex;
    position: relative;
    z-index: 1;
}

.user_testimonials_69280 .user_voices_58671 img {
    box-shadow: 0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.1);
    border: 3px solid #ffffff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    object-fit: cover;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.user_testimonials_69280 .user_voices_58671 h4::after {
    width: 0;
    background: rgb(137,174,149);
    height: 2px;
    left: 0;
    bottom: -5px;
    transition: width 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    position: absolute;
    content: "";
}

.user_testimonials_69280 .user_voices_58671:hover .description {
    transform: translateX(8px);
}

.user_testimonials_69280 a {
    margin-top: 40px;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(rgb(177,202,188,0.5), 0.3);
    color: #ffffff;
    cursor: pointer;
    font-weight: 600;
    display: inline-block;
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    overflow: hidden;
    padding: 12px 30px;
    border: none;
    font-size: 15px;
    transform: translateZ(0);
    background: linear-gradient(45deg, rgb(177,202,188), rgb(137,174,149));
    position: relative;
}

.user_testimonials_69280 a:hover::before {
    left: 100%;
}

.study_method_97516 {
    padding: 170px 0 130px;
    position: relative;
    background: linear-gradient(150deg, rgb(215,228,219) 0%, rgb(137,174,149,0.5) 100%);
    overflow: visible;
}

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

.study_method_97516 .post_container_73815 {
    display: flex;
    width: 100%;
    position: relative;
    flex-direction: column;
    align-items: flex-start;
}

.study_method_97516 .post_container_73815 p {
    backdrop-filter: blur(15px);
    width: 65%;
    position: relative;
    font-size: 16px;
    border-radius: 0 0 13px 13px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    z-index: 3;
    line-height: 1.8;
    color: #ffffff;
    align-self: flex-end;
    margin-top: -20px;
    padding: 45px 50px;
    background: rgba(255, 255, 255, 0.05);
}

.study_method_97516 .post_container_73815::after {
    content: '';
    bottom: 0;
    border-left: 30px solid transparent;
    left: 35%;
    position: absolute;
    height: 0;
    width: 0;
    border-bottom: 40px solid rgb(137,174,149);
    z-index: 5;
    opacity: 0.3;
    border-right: 30px solid transparent;
}

.study_method_97516 .post_container_73815 h2::after {
    content: '';
    top: 0;
    height: 100%;
    width: 30px;
    right: -30px;
    background: linear-gradient(to right, rgb(177,202,188,0.5), transparent);
    z-index: -1;
    opacity: 0.3;
    position: absolute;
}

.study_method_97516 .post_container_73815 p::after {
    top: 0;
    z-index: -1;
    left: -30px;
    width: 30px;
    position: absolute;
    height: 100%;
    background: linear-gradient(to left, rgb(137,174,149,0.5), transparent);
    opacity: 0.3;
    content: '';
}

.study_method_97516 .promise_block_02437::before {
    opacity: 0.3;
    content: '';
    background: linear-gradient(90deg, rgb(137,174,149), transparent);
    position: absolute;
    top: 50px;
    left: 0;
    height: 1px;
    z-index: 1;
    width: 400px;
}

footer {
    width: 100%;
    position: relative;
}

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

footer .edu_askedu_89234::after {
    position: absolute;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    pointer-events: none;
    content: "";
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
}

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

footer .info_item p,
footer .info_item a {
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
}

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

footer .ar_tools_63489 {
    color: #000000;
    max-width: 350px;
    line-height: 1.6;
    text-align: center;
    margin: 0 auto;
    font-size: 15px;
}

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

footer .head_site_17520 {
    display: flex;
    margin-bottom: 25px;
    flex-direction: column;
    gap: 10px 30px;
    flex-wrap: wrap;
}

footer .head_site_17520 a::after {
    content: "";
    width: 0;
    position: absolute;
    background-color: rgb(177,202,188);
    height: 1px;
    left: 0;
    bottom: 0;
    transition: width 0.3s ease;
}

footer .head_site_17520 a:hover::after {
    width: 100%;
}

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

footer .subscribe_holder h5 {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 20px;
    color: #ffffff;
}

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

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

footer .news_alert_57039:hover {
    background-color: rgb(137,174,149);
}

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

footer .law_res_75016 {
    color: #000000;
    font-size: 15px;
    text-align: center;
}

.plan_list_85134::before {
    width: 100%;
    top: 0;
    z-index: 1;
    content: "";
    position: absolute;
    background: linear-gradient(135deg, rgb(177,202,188,0.5), rgba(0, 0, 0, 0.5) 90%);
    left: 0;
    height: 100%;
}

.plan_list_85134 h2 {
    text-align: center;
    line-height: 1.3;
    margin-bottom: 20px;
    color: #ffffff;
    position: relative;
    font-size: 31px;
    font-weight: 700;
}

.plan_list_85134 .cert_fees_98357 {
    max-width: 700px;
    font-size: 18px;
    color: #ffffff;
    margin: 30px auto 50px;
    line-height: 1.6;
    text-align: center;
}

.plan_list_85134 .cost_table_75906 li {
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
}

.plan_list_85134 .program_price_38965 {
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    padding: 40px 30px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: linear-gradient(145deg, rgba(255,255,255,0.1), rgba(255,255,255,0.03));
    border: 1px solid rgba(255,255,255,0.1);
    box-sizing: border-box;
    transition: all 0.3s ease;
    border-left: 3px solid rgb(137,174,149);
    height: 100%;
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
}

.plan_list_85134 .program_price_38965::after {
    top: -30px;
    border-radius: 50%;
    right: -30px;
    width: 100px;
    transition: transform 0.5s ease;
    content: "";
    position: absolute;
    opacity: 0.1;
    background: rgb(137,174,149);
    z-index: -1;
    height: 100px;
}

.plan_list_85134 .learn_packs_59261 h4::after {
    transition: width 0.3s ease;
    height: 2px;
    background: rgb(137,174,149);
    bottom: 0;
    content: "";
    position: absolute;
    width: 40px;
    left: 0;
}

.plan_list_85134 .learn_packs_59261 p {
    color: #ffffff;
    opacity: 0.85;
    word-wrap: break-word;
    flex-grow: 1;
    overflow-wrap: break-word;
    margin: 0 0 25px;
    font-size: calc(18px - 2px);
    line-height: 1.5;
    word-break: break-word;
}

.plan_list_85134 .trial_pricing_27836::before {
    background: rgb(137,174,149);
    position: absolute;
    width: 30%;
    content: "";
    height: 1px;
    left: 0;
    top: -1px;
}

.newsletter_signup_36275::before {
    position: absolute;
    left: 0;
    height: 100%;
    background: linear-gradient(45deg, transparent 45%, rgb(137,174,149,0.5) 45%, rgb(137,174,149,0.5) 55%, transparent 55%);
    width: 100%;
    transform: scale(1.5);
    content: "";
    top: 0;
    z-index: 1;
}

.newsletter_signup_36275 .feedback_links_95814::after {
    right: -10px;
    height: 10px;
    background: rgb(137,174,149);
    position: absolute;
    width: 60%;
    content: "";
    top: -10px;
    transform: skewX(15deg);
}

.newsletter_signup_36275 .feedback_links_95814::before {
    height: 10px;
    width: 60%;
    background: rgb(177,202,188);
    left: -10px;
    transform: skewX(15deg);
    bottom: -10px;
    position: absolute;
    content: "";
}

.newsletter_signup_36275 .input_holder {
    gap: 1.2rem;
    display: flex;
    transform: skewX(10deg);
    flex-direction: column;
}

.newsletter_signup_36275 input[type="email"] {
    border-radius: 10px;
    font-family: Arial, sans-serif;
    width: 100%;
    background: #ffffff;
    padding: 0.8rem 1.5rem;
    border: 2px solid rgb(137,174,149,0.5);
    transform: translateX(-10px);
    transition: all 0.3s ease;
    font-size: 12px;
    color: #000000;
}

.newsletter_signup_36275 input[type="submit"]:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    transform: translateY(-5px);
    background: linear-gradient(90deg, rgb(137,174,149) 0%, rgb(177,202,188) 100%);
}

.educational_gains_93648 {
    padding: 6rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(215,228,219) 0%, rgba(245, 247, 250, 0.92) 100%);
    position: relative;
}

.educational_gains_93648::after {
    background: linear-gradient(45deg, rgb(137,174,149,0.5) 0%, transparent 70%);
    content: "";
    left: -5%;
    bottom: -5%;
    transform: rotate(15deg);
    height: 30%;
    position: absolute;
    z-index: 0;
    width: 30%;
    opacity: 0.12;
}

.educational_gains_93648 .promise_block_02437 {
    display: flex;
    gap: 3rem;
    position: relative;
    flex-direction: column-reverse;
}

.educational_gains_93648 .post_container_73815:hover {
    transform: translateY(0);
}

.educational_gains_93648 h4 {
    margin-bottom: 2rem;
    position: relative;
    line-height: 1.3;
    color: #000000;
    font-weight: 700;
    padding-bottom: 1rem;
    font-size: calc(21px * 1.1);
}

.educational_gains_93648 .post_container_73815:hover h4::after {
    width: 6rem;
}

.educational_gains_93648 .post_container_73815 > div {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.educational_gains_93648 li {
    margin-bottom: 1.25rem;
    transition: transform 0.3s ease-out;
    transform: translateX(0);
}

.educational_gains_93648 li p span:first-child {
    flex-shrink: 0;
    margin-top: 0.125rem;
}

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

.educational_gains_93648 li:hover svg {
    transform: rotate(10deg) scale(1.1);
}

.educational_gains_93648 svg path {
    transition: fill 0.3s ease;
    fill: rgb(177,202,188);
}

.educational_gains_93648 .img_overlay_90163 {
    object-fit: cover;
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.08);
    max-height: 400px;
    width: 100%;
    transform: scale(1) translateY(0);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    height: auto;
}

.thxSpot_21895::before {
    background: linear-gradient(45deg, rgb(177,202,188,0.5) 0%, rgb(137,174,149) 100%);
    position: absolute;
    opacity: 0.4;
    content: "";
    right: -20%;
    height: 70%;
    top: -20%;
    z-index: 0;
    transform: rotate(-15deg);
    width: 60%;
    filter: blur(40px);
    animation: float 12s ease-in-out infinite;
}

.thxSpot_21895 .container {
    align-items: center;
    animation: fadeIn 0.8s ease-out forwards;
    position: relative;
    margin: 0 auto;
    display: flex;
    max-width: 1200px;
    z-index: 2;
    flex-direction: column;
}

.thxSpot_21895 h2::before {
    position: absolute;
    left: 50%;
    background: linear-gradient(90deg, rgb(177,202,188) 0%, rgb(137,174,149) 100%);
    transform: translateX(-50%);
    content: "";
    bottom: -16px;
    border-radius: 2px;
    width: 80px;
    height: 4px;
}

.thxSpot_21895 .promise_block_02437::before {
    content: "";
    left: 15px;
    pointer-events: none;
    top: 15px;
    bottom: 15px;
    position: absolute;
    border: 1px dashed rgba(0,0,0,0.07);
    right: 15px;
    z-index: 0;
    border-radius: calc(23px - 15px);
}

.thxSpot_21895 ul {
    position: relative;
    padding: 0;
    margin: 0;
    z-index: 1;
    list-style: none;
}

.thxSpot_21895 li {
    position: relative;
    padding-left: 2rem;
}

.thxSpot_21895 span {
    font-weight: 400;
    font-family: Arial, sans-serif;
    line-height: 1.7;
    display: block;
    position: relative;
    color: #000000;
    font-size: clamp(1rem, 2vw, 1.1rem);
    z-index: 2;
}

.privacy_hideaway_21765 h1, .privacy_hideaway_21765 h2 {
    color: rgb(177,202,188);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.75rem;
}

.privacy_hideaway_21765 h1 {
    padding-left: 0.5rem;
    border-radius: 10px;
    padding: 0.5rem 1rem;
    border-left: 4px solid rgb(177,202,188);
    font-size: 39px;
    background-color: rgba(0, 0, 0, 0.5);
    font-weight: 700;
}

.privacy_hideaway_21765 h3, .privacy_hideaway_21765 h4, .privacy_hideaway_21765 h5, .privacy_hideaway_21765 h6 {
    margin: 10px 0;
}

.privacy_hideaway_21765 ul li {
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    background-color: rgb(137,174,149,0.5);
    display: flex;
    border-radius: 10px;
    gap: 1rem;
    padding: 0.5rem;
}

.privacy_hideaway_21765 div {
    margin-bottom: 1rem;
}

.privacy_hideaway_21765 section {
    gap: 1rem;
    flex-direction: column;
    display: flex;
}

.about_this_16590::before {
    right: 0;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.75) 50%, 
        rgba(0, 0, 0, 0.65) 100%);
    bottom: 0;
    z-index: 1;
    left: 0;
    position: absolute;
    top: 0;
    content: "";
}

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

.about_this_16590 .post_container_73815 {
    padding: 40px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2), 
                0 4px 8px rgba(0, 0, 0, 0.1);
    background: linear-gradient(to right, 
        rgba(#000000, 0.8) 0%,
        rgba(#000000, 0.6) 100%);
    transform: translateZ(0);
    position: relative;
    border-left: 4px solid rgb(177,202,188);
    backdrop-filter: blur(8px);
}

.about_this_16590 h5 {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 18px;
    color: rgb(177,202,188);
    position: relative;
    display: inline-block;
    margin: 0 0 15px;
}

.about_this_16590 p {
    line-height: 1.6;
    color: #ffffff;
    margin-bottom: 25px;
    font-family: Arial, sans-serif;
    font-size: calc(12px * 1.25);
}

.about_this_16590 p b::after {
    height: 3px;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    background: rgb(177,202,188);
}

.about_this_16590 ol li {
    text-align: justify;
    line-height: 1.8;
    column-gap: 30px;
    padding-left: 0;
    color: #ffffff;
    font-size: 12px;
    opacity: 0;
    transform: translateY(20px);
    column-count: 1;
    position: relative;
    animation: fadeInUp 1s forwards 0.8s;
    margin-bottom: 15px;
}

.cookieNoticeContainer_89374 h5 {
    font-size: 22px;
    margin-bottom: 6px;
}

#cookieWarningPanel_72018:checked ~ .cookieNoticeContainer_89374 {
    opacity: 0;
    visibility: hidden;
}

.cookie_customize_47259 svg, .cookie_customize_47259 svg path, .cookie_customize_47259 img {
    fill: rgb(177,202,188);
    width: 100px;
    height: 100px;
}

.cookieNoticeContainer_89374 p a {
    color: rgb(177,202,188);
    text-decoration: none;
}



.wrapper-border_97038 .cookieNoticeContainer_89374 {
    box-shadow: rgb(137,174,149,0.5) 0px 0px 40px 39px;
    padding: 40px 0;
    background: rgb(137,174,149);
    border: none;
}

.wrapper-border_97038 .cookie_view_37628 h5, .wrapper-border_97038 .cookie_view_37628 p {
    color: #ffffff;
}

.instructor_profile_14385::before {
    content: "";
    position: absolute;
    top: 0;
    animation: rotateBackground 15s linear infinite;
    height: 100%;
    width: 100%;
    background: conic-gradient(from 225deg at 50% 50%, rgb(137,174,149,0.5) 0%, transparent 25%, rgb(177,202,188,0.5) 50%, transparent 75%, rgb(137,174,149,0.5) 100%);
    left: 0;
    opacity: 0.4;
}

.instructor_profile_14385 .user_voices_58671:hover {
    transform: rotateY(0);
}

.instructor_profile_14385 .img_overlay_90163 {
    transition: all 0.4s ease;
    width: 220px;
    transform: translateZ(30px);
    border-radius: 50%;
    border: 5px solid #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5),
                0 0 0 10px rgb(177,202,188,0.5);
    height: 220px;
    grid-area: photo;
}

.instructor_profile_14385 .user_voices_58671:hover .img_overlay_90163 {
    transform: translateZ(50px) scale(1.05);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5),
                0 0 0 10px rgb(177,202,188);
}

.instructor_profile_14385 .user_voices_58671 span:not(.name) {
    grid-area: info;
    color: rgb(177,202,188);
    transform: translateZ(15px);
    display: block;
    margin-top: 3.5rem;
    font-size: 15px;
    font-weight: 600;
}

.instructor_profile_14385 .job_area_76308::before {
    background: linear-gradient(45deg, transparent 40%, rgb(137,174,149,0.5) 40%, rgb(137,174,149,0.5) 60%, transparent 60%);
    position: absolute;
    left: 0;
    opacity: 0.2;
    width: 100%;
    top: 0;
    content: "";
    animation: shimmer 3s infinite linear;
    background-size: 200% 200%;
    mix-blend-mode: overlay;
    height: 100%;
}

.title_welcome_12543 {
    font-family: Arial, sans-serif;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.title_welcome_12543 .learn_quickpro_82459::before {
    position: absolute;
    content: "";
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.4) 100%);
    z-index: 1;
}

.title_welcome_12543 .master_sessions_48012:hover {
    transform: perspective(1000px) rotateY(0);
}

.title_welcome_12543 .master_sessions_48012 > div {
    transition: transform 0.4s ease;
    margin-bottom: 2rem;
    transform: translateX(0);
}

.title_welcome_12543 p {
    font-weight: 400;
    font-size: calc(17px * 1.1);
    position: relative;
    color: #ffffff;
    padding-left: 20px;
    margin-bottom: 1rem;
    line-height: 1.6;
    letter-spacing: 0.5px;
}

.title_welcome_12543 .title_style_header {
    margin-bottom: 1.5rem;
    letter-spacing: 1px;
    position: relative;
    font-size: calc(43px * 1.2);
    transform-origin: left center;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
    color: #ffffff;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    line-height: 1.2;
}

header::before {
    content: '';
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 15px), 
        calc(100% - 15px) 100%, 
        15px 100%, 
        0 calc(100% - 15px)
    );
    position: absolute;
    left: 2px;
    top: 2px;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05) 0px,
        rgba(255, 255, 255, 0.05) 1px,
        transparent 1px,
        transparent 10px
    );
    z-index: -1;
    bottom: 2px;
    right: 2px;
}

header .main_edu_78952::before {
    bottom: 3px;
    content: '';
    left: 3px;
    right: 3px;
    z-index: -1;
    top: 3px;
    clip-path: polygon(
        0 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% 100%,
        10px 100%,
        0 calc(100% - 10px)
    );
    position: absolute;
    border: 1px dashed rgba(255, 255, 255, 0.3);
}

header .page_header_37291 {
    display: flex;
    z-index: 2;
    list-style: none;
    margin: 0;
    position: relative;
    padding: 0;
}

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

header .header_primary_02859 a:hover {
    transform: translateY(-3px);
    border-color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.2);
}

header .header_primary_02859 a:hover::before {
    left: 100%;
}

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

header .header_wrap_92368::after {
    left: 10px;
    width: 40px;
    border-top: none;
    content: '';
    opacity: 0.5;
    bottom: 10px;
    position: absolute;
    height: 40px;
    border-left: none;
    border: 2px solid rgba(255, 255, 255, 0.3);
}



header::after {
    width: 8px;
    right: 15px;
    border-radius: 50%;
    animation: pulse 2s infinite;
    position: absolute;
    content: '';
    background: #ffffff;
    box-shadow: 0 0 10px #ffffff;
    height: 8px;
    top: 15px;
}

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

.contact_04157 h2 {
    position: relative;
    text-align: center;
    font-size: 33px;
    font-family: Arial, sans-serif;
    margin-bottom: 50px;
    color: #000000;
    font-weight: 700;
}

.contact_04157 .support_block_94185 {
    display: grid;
    gap: 40px;
    position: relative;
    grid-template-columns: 1fr 450px;
    background: transparent;
    align-items: center;
}

.contact_04157 .img_overlay_90163 {
    border-radius: 22px;
    transition: transform 0.5s ease;
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    height: 550px;
    transform: perspective(1000px) rotateY(-5deg);
    overflow: hidden;
}

.contact_04157 .request_card_81642:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.contact_04157 form {
    width: 100%;
}

.contact_04157 form input[type="text"] {
    transition: all 0.3s ease;
    background: rgb(215,228,219);
    color: #000000;
    padding: 16px 20px;
    font-family: Arial, sans-serif;
    margin-bottom: 20px;
    border: none;
    width: 100%;
    font-size: 16px;
    border-radius: 10px;
}

.contact_04157 .inquiry_form_41327 {
    display: flex;
    margin-bottom: 30px;
    align-items: flex-start;
}

.contact_04157 .inquiry_form_41327 label {
    font-size: 13px;
    cursor: pointer;
    position: relative;
    color: #000000;
    line-height: 1.5;
    padding-left: 35px;
}

.contact_04157 .inquiry_form_41327 input[type="checkbox"]:checked + label::before {
    background: rgb(177,202,188);
}

.contact_04157 .inquiry_form_41327 label a {
    color: rgb(177,202,188);
    transition: all 0.3s ease;
    text-decoration: none;
}

.contact_04157 .inquiry_form_41327 label a:hover {
    color: rgb(137,174,149);
}

.contact_04157 form .inquiry_grid_59062 {
    position: relative;
    padding: 16px 35px;
    font-family: Arial, sans-serif;
    color: #ffffff;
    transition: all 0.3s ease;
    font-weight: 600;
    overflow: hidden;
    font-size: 16px;
    border-radius: 10px;
    cursor: pointer;
    background: rgb(177,202,188);
    border: none;
}

.contact_04157 form .inquiry_grid_59062 span {
    position: relative;
    z-index: 1;
}

.contact_04157 svg path {
    transition: fill 0.3s ease;
    fill: rgb(177,202,188);
}


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


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



@media (min-width: 992px) and (max-width: 1199px) {.program_structure_52689 {
    padding: 100px 0;
}.program_structure_52689 .promise_block_02437 {
    min-height: 550px;
}.program_structure_52689 .knowledge_flow_18963 {
    width: 70%;
}.program_structure_52689 .main_edu_78952 {
    height: 90px;
    margin-bottom: 25px;
    width: 90px;
}.program_structure_52689 .main_edu_78952 svg {
    height: 45px;
    width: 45px;
}.program_structure_52689 h3 {
    padding: 22px 35px;
    margin-bottom: 25px;
    font-size: calc(28px - 2px);
}.program_structure_52689 p {
    padding: 30px;
    font-size: calc(14px - 1px);
}
}



@media (min-width: 768px) and (max-width: 991px) {.program_structure_52689 {
    padding: 80px 0;
}.program_structure_52689 .promise_block_02437 {
    min-height: 450px;
}.program_structure_52689 .img_overlay_90163 {
    transform: scale(0.85);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}.program_structure_52689 .promise_block_02437:hover .img_overlay_90163 {
    transform: scale(0.9) rotate(3deg);
}.program_structure_52689 .knowledge_flow_18963 {
    width: 80%;
}.program_structure_52689 .main_edu_78952 {
    width: 80px;
    margin-bottom: 20px;
    height: 80px;
}.program_structure_52689 .main_edu_78952 svg {
    height: 40px;
    width: 40px;
}.program_structure_52689 h3 {
    padding: 20px 30px;
    font-size: calc(28px - 4px);
    width: 95%;
    margin-bottom: 20px;
}.program_structure_52689 p {
    padding: 25px;
    line-height: 1.7;
    font-size: calc(14px - 1px);
}.program_structure_52689 h3::after {
    width: 50px;
    bottom: -12px;
}.program_structure_52689 .knowledge_flow_18963:hover h3::after {
    width: 100px;
}.program_structure_52689 p::after {
    width: 50px;
    top: -25px;
    height: 50px;
    right: 25px;
}.program_structure_52689 .knowledge_flow_18963:hover p::after {
    width: 65px;
    height: 65px;
}
}



@media (max-width: 991px) {.course_demographic_93124 {
    padding: 80px 0;
}.course_demographic_93124 h4 {
    font-size: calc(47px * 0.85);
    margin-bottom: 70px;
}.course_demographic_93124 div > div {
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
    gap: 100px 20px;
}.course_demographic_93124 p {
    padding: 35px 25px;
    height: 180px;
}.course_demographic_93124 p:nth-child(3n+2) {
    transform: translateY(0);
}.course_demographic_93124 p:nth-child(even) {
    transform: translateY(90px);
}.course_demographic_93124 p svg {
    top: 25px;
}.course_demographic_93124 p span {
    margin-top: 45px;
}.course_demographic_93124::after {
    height: 150px;
    width: 150px;
}
}



@media (max-width: 576px) {.course_demographic_93124 {
    padding: 60px 0;
}.course_demographic_93124 h4 {
    font-size: calc(47px * 0.6);
    margin-bottom: 40px;
}.course_demographic_93124 h4::after {
    bottom: -10px;
    height: 4px;
    width: 60px;
}.course_demographic_93124 p {
    padding: 15px;
    font-size: calc(15px * 0.9);
}.course_demographic_93124 p svg {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}}



@media (max-width: 992px) {.user_testimonials_69280 {
    padding: 80px 0 60px;
}.user_testimonials_69280 h2 {
    margin-bottom: 40px;
    font-size: calc(38px * 0.9);
}.user_testimonials_69280 .review_spot_06459 {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 25px;
}
}



@media (max-width: 768px) {.user_testimonials_69280 {
    padding: 60px 0 40px;
}.user_testimonials_69280 h2 {
    text-align: center;
    font-size: calc(38px * 0.8);
    margin-bottom: 35px;
}.user_testimonials_69280 h2::after {
    transform: translateX(-50%);
    left: 50%;
}.user_testimonials_69280 h2:hover::after {
    transform: translateX(-50%) scaleX(1.5);
}.user_testimonials_69280 .review_spot_06459 {
    grid-template-columns: 1fr;
    gap: 20px;
}.user_testimonials_69280 .user_voices_58671 {
    padding: 25px;
}.user_testimonials_69280 a {
    text-align: center;
    display: block;
    margin: 30px auto 0;
    width: 80%;
}
}



@media screen and (max-width: 1200px) {.study_method_97516 .post_container_73815 h2 {
    width: 55%;
}.study_method_97516 .post_container_73815 p {
    width: 70%;
}.study_method_97516 .post_container_73815::before {
    right: 30%;
}.study_method_97516 .post_container_73815::after {
    left: 30%;
}
}



@media screen and (max-width: 768px) {.study_method_97516 {
    padding: 120px 0 90px;
    overflow: hidden;
}.study_method_97516 .post_container_73815 {
    align-items: center;
}.study_method_97516 .post_container_73815 h2 {
    border-radius: 13px 13px 13px 13px;
    width: 90%;
    margin-bottom: 20px;
    font-size: calc(29px * 0.9);
}.study_method_97516 .post_container_73815 p {
    width: 90%;
    margin-top: 0;
    border-radius: 13px 13px 13px 13px;
}.study_method_97516 .post_container_73815::before,
    .study_method_97516 .post_container_73815::after,
    .study_method_97516::after,
    .study_method_97516 .promise_block_02437::before,
    .study_method_97516 .promise_block_02437::after {
    display: none;
}
}



@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .news_alert_57039 {
    white-space: nowrap;
}footer .main_edu_78952 {
    padding-top: 80px;
}
}



@media (max-width: 576px) {footer .edu_askedu_89234 {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}footer .page_header_37291 h5, footer .subscribe_holder h5 {
    font-size: calc(20px - 2px);
}footer .head_site_17520 a {
    flex: 1 0 100%;
}footer .input_holder input[type="email"],
    footer .news_alert_57039 {
    padding: 12px;
}}



@media (max-width: 767px) {.plan_list_85134 {
    padding: 80px 0;
}.plan_list_85134 .cost_table_75906 {
    grid-template-columns: 1fr;
}.plan_list_85134 h2 {
    font-size: calc(31px - 2px);
}.plan_list_85134 .cert_fees_98357 {
    font-size: calc(18px - 1px);
    margin-bottom: 30px;
}.plan_list_85134 .learn_packs_59261 p {
    max-height: 300px;
    overflow-y: auto;
    padding-right: 10px;
    font-size: calc(18px - 3px);
}.plan_list_85134 .learn_packs_59261 p::-webkit-scrollbar {
    width: 3px;
}.plan_list_85134 .learn_packs_59261 p::-webkit-scrollbar-thumb {
    background: rgb(137,174,149);
}
}



@media (max-width: 480px) {.newsletter_signup_36275 {
    padding: 2rem 0.8rem;
}.newsletter_signup_36275 .feedback_links_95814 {
    padding: 1.5rem;
    transform: none;
}.newsletter_signup_36275 h3 {
    text-align: center;
    padding-left: 0;
    font-size: calc(22px * 0.8);
    transform: none;
}.newsletter_signup_36275 h3::before {
    left: 50%;
    top: -10px;
    width: 50px;
    transform: translateX(-50%);
    height: 5px;
}.newsletter_signup_36275 .input_holder {
    transform: none;
}.newsletter_signup_36275 input[type="email"] {
    transform: none;
}}



@media (min-width: 992px) {.educational_gains_93648 .promise_block_02437 {
    gap: 6rem;
}.educational_gains_93648 .post_container_73815 {
    padding: 3.5rem;
}.educational_gains_93648 h4 {
    margin-bottom: 2.5rem;
}.educational_gains_93648 .img_overlay_90163 {
    max-height: 550px;
}
}



@media (max-width: 480px) {.educational_gains_93648 {
    padding: 3rem 0;
}.educational_gains_93648 .post_container_73815 {
    padding: 1.5rem;
}.educational_gains_93648 h4 {
    margin-bottom: 1.25rem;
    font-size: 22px;
}.educational_gains_93648 li p {
    gap: 0.75rem;
}.educational_gains_93648 svg {
    height: 18px;
    width: 18px;
}}



@media screen and (max-width: 480px) {.thxSpot_21895 {
    padding: 2.5rem 1rem;
}.thxSpot_21895 h2 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
}.thxSpot_21895 .promise_block_02437 {
    padding: 1.5rem 1.25rem;
}.thxSpot_21895 span {
    font-size: 0.95rem;
}}


@media only screen and (max-width: 800px) {.privacy_hideaway_21765 {
    padding: 1.5rem;
    gap: 1rem;
    border-radius: 10px;
}.privacy_hideaway_21765 h1 {
    font-size: calc(23px * 0.9);
}.privacy_hideaway_21765 h2 {
    font-size: calc(23px * 0.9);
}.privacy_hideaway_21765 ul {
    gap: 0.5rem;
}.privacy_hideaway_21765 ul li {
    padding: 0.75rem;
}.privacy_hideaway_21765 ul li::before {
    font-size: 1rem;
}}



@media (max-width: 767px) {.about_this_16590 {
    padding: 80px 0;
}.about_this_16590 .post_container_73815 {
    padding: 30px 20px;
}.about_this_16590 h5 {
    font-size: 18px;
}.about_this_16590 p b {
    font-size: calc(12px * 1.2);
}.about_this_16590 ol li {
    line-height: 1.7;
    font-size: calc(12px * 0.9);
}
}



@media (max-width: 480px) {.about_this_16590 {
    padding: 60px 0;
}.about_this_16590 .post_container_73815 {
    padding: 25px 15px;
}.about_this_16590 h5 {
    font-size: calc(18px * 0.9);
}.about_this_16590 p b {
    font-size: 12px;
}.about_this_16590 p {
    font-size: 12px;
}.about_this_16590 ol li {
    line-height: 1.6;
    font-size: calc(12px * 0.85);
}}



@media (max-width: 992px) {.instructor_profile_14385 .user_voices_58671 {
    padding: 2rem;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    grid-template-areas:
            "img_overlay_90163"
            "support_request_02796"
            "job_area_76308";
}.instructor_profile_14385 .img_overlay_90163 {
    margin: 0 auto;
    height: 180px;
    width: 180px;
}.instructor_profile_14385 .name,
    .instructor_profile_14385 .user_voices_58671 span:not(.name) {
    text-align: center;
    margin-top: 1rem;
}.instructor_profile_14385 .user_voices_58671 span:not(.name) {
    margin-top: 0;
}
}



@media screen and (max-width: 992px) {.title_welcome_12543 .learn_quickpro_82459 {
    min-height: 75vh;
}.title_welcome_12543 .master_sessions_48012 {
    transform: perspective(800px) rotateY(-1deg);
    width: 90%;
    padding: 2rem;
}.title_welcome_12543 .title_style_header {
    font-size: 43px;
}.title_welcome_12543 h3 {
    font-size: 20px;
}
}



@media screen and (max-width: 576px) {.title_welcome_12543 .learn_quickpro_82459 {
    min-height: 60vh;
}.title_welcome_12543 .master_sessions_48012 {
    padding: 1.25rem;
}.title_welcome_12543 .master_sessions_48012 > div {
    margin-bottom: 1.5rem;
}.title_welcome_12543 p {
    padding-left: 15px;
}.title_welcome_12543 .title_style_header {
    font-size: 28px;
}.title_welcome_12543 h3 {
    font-size: 20px;
}}



@media (max-width: 991px) {header {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 10px), 
            calc(100% - 10px) 100%, 
            10px 100%, 
            0 calc(100% - 10px)
        );
}header .header_wrap_92368 {
    flex-wrap: wrap;
    padding: 1rem 2rem;
}header .main_edu_78952 {
    margin-bottom: 0;
    margin-right: 0;
}header .page_header_37291 {
    justify-content: flex-end;
    margin-top: 1rem;
    flex-basis: 100%;
}header .header_primary_02859 a {
    font-size: calc(16px - 1px);
    padding: 0 1rem;
    height: 35px;
}header .header_wrap_92368::before,
    header .header_wrap_92368::after {
    display: none;
}.header_nav_73560 {
    margin-top: -10px;
}
}



@media (max-width: 479px) {header .header_wrap_92368 {
    padding: 0.7rem 1.2rem;
}header .main_edu_78952 {
    padding: 0.4rem 0.6rem;
    max-width: 120px;
}header .header_primary_02859 a {
    font-size: calc(16px - 3px);
    height: 30px;
    padding: 0 0.6rem;
}}



@media screen and (max-width: 1100px) {.contact_04157 .support_block_94185 {
    gap: 30px;
    grid-template-columns: 1fr 400px;
}.contact_04157 .img_overlay_90163 {
    height: 500px;
}.contact_04157 .request_card_81642 {
    padding: 40px;
}
}



@media screen and (max-width: 991px) {.contact_04157 {
    padding: 80px 0;
}.contact_04157 .support_block_94185 {
    grid-template-columns: 1fr;
    gap: 40px;
}.contact_04157 .img_overlay_90163 {
    height: 400px;
    transform: perspective(1000px) rotateY(0deg);
}.contact_04157 .request_card_81642 {
    transform: perspective(1000px) rotateY(0deg);
}
}



@media screen and (max-width: 767px) {.contact_04157 {
    padding: 60px 0;
}.contact_04157 h2 {
    margin-bottom: 40px;
}.contact_04157 .img_overlay_90163 {
    height: 350px;
}
}



@keyframes gradientShift {
    0% {
        opacity: 0.5;
        transform: scale(1) rotate(0deg);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.1) rotate(5deg);
    }
    100% {
        opacity: 0.5;
        transform: scale(1) rotate(0deg);
    }
}



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



@keyframes pulseBorder {
    0%, 100% {
        opacity: 0.3;
        transform: scale(1);
    }
    50% {
        opacity: 0.5;
        transform: scale(1.05);
    }
}

@keyframes fadeScale {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}



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



@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(177,202,188,0.5);
    }
    70% {
        box-shadow: 0 0 0 8px rgba(0,0,0,0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0,0,0,0);
    }
}



@keyframes expandLine {
    0% { width: 0; }
    100% { width: 80px; }
}



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



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

@keyframes pulse {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 1; }
}

