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

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

header,footer {
    width: 100%;
}

header {
    overflow: visible;
    position: relative;
    margin-top: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    z-index: 100;
    padding: 0;
    background: rgb(160,175,187);
}

.price_deck_grid_8 .study_cost_7 {
    display: flex;
    flex-direction: column;
}

.price_deck_grid_8 .package_pricing_7 {
    order: -1;
    margin-bottom: 3rem;
    position: relative;
}

.price_deck_grid_8 .program_fees_4 {
    line-height: 1.6;
    color: #000000;
    max-width: 800px;
    margin-bottom: 1rem;
    font-size: 13px;
}

.price_deck_grid_8 .pricing_pack_2 {
    display: flex;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-color: #ffffff;
    box-shadow: 0 8px 24px rgba(0,0,0,0.05);
    height: 100%;
    transform: translateY(0);
    flex-direction: column;
    border: 1px solid rgba(0,0,0,0.06);
    overflow: hidden;
    min-height: 480px;
}

.price_deck_grid_8 .pricing_catalog_9:hover .price_options_6::before {
    transform: scaleX(1.5);
}

.price_deck_grid_8 .photo_wrap_2 {
    position: relative;
    overflow: hidden;
    width: 100%;
    transition: transform 0.6s ease;
    height: 180px;
}

.price_deck_grid_8 .pricing_catalog_9:hover .photo_wrap_2::after {
    opacity: 0.4;
}

header::before {
    position: absolute;
    left: 0;
    top: 0;
    background: 
        linear-gradient(135deg, transparent 25%, rgba(rgb(126,140,155), 0.03) 25%) 0 0 / 20px 20px,
        linear-gradient(225deg, transparent 25%, rgba(rgb(126,140,155), 0.03) 25%) 0 0 / 20px 20px,
        linear-gradient(315deg, transparent 25%, rgba(rgb(126,140,155), 0.03) 25%) 0 0 / 20px 20px,
        linear-gradient(45deg, transparent 25%, rgba(rgb(126,140,155), 0.03) 25%) 0 0 / 20px 20px;
    width: 100%;
    content: '';
    height: 100%;
    z-index: 0;
}

header .top_teach_4::before {
    transform-origin: top;
    height: 10px;
    transform: rotateX(90deg);
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.05));
    content: '';
    width: 100%;
    top: 100%;
    position: absolute;
    left: 0;
}

header .top_train_6 a:hover::before {
    opacity: 1;
}

header .top_train_6 a:hover::after {
    bottom: -8px;
    opacity: 0.3;
}

header .header_start_7::before {
    top: 0;
    left: 35%;
    content: '';
    background: linear-gradient(to right, 
        transparent, 
        rgb(126,140,155), 
        transparent
    );
    height: 1px;
    position: absolute;
    width: 30%;
}

.course_highlights_9 .learn_now_6 {
    display: flex;
    position: absolute;
    animation: carousel-slide 30s infinite linear;
    height: 100%;
    width: 500%;
    top: 0;
    left: 0;
}

.course_highlights_9 .pro_skills_3:hover img {
    transform: scale(1.2);
}

.course_highlights_9 .knowledge_base_9 {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 18px;
    border-top: 4px solid rgb(126,140,155);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
    padding: 3rem;
    position: relative;
    backdrop-filter: blur(5px);
}

.course_highlights_9 .knowledge_base_9 .support_message_4:hover::before {
    opacity: 1;
}

.privacy_fence_2 h1 {
    font-size: 45px;
    margin-bottom: 25px;
    color: rgb(126,140,155);
    text-transform: uppercase;
    margin-top: 40px;
    font-weight: 700;
    letter-spacing: 1px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.privacy_fence_2 ul li::before {
    vertical-align: middle;
    margin-right: 10px;
    color: rgb(126,140,155);
    content: '•';
    font-size: 1.5em;
}

footer::before {
    opacity: 0.9;
    top: 0;
    background: linear-gradient(135deg, rgb(93,106,121,0.5) 0%, rgb(126,140,155,0.5) 100%);
    right: 0;
    content: "";
    left: 0;
    bottom: 0;
    z-index: -2;
    position: absolute;
}

.intern_ship_6 .company_holder {
    background: rgb(126,140,155,0.5);
    padding: 2rem;
    transform-style: preserve-3d;
    transform: rotateX(5deg);
    position: relative;
    flex: 1 1 380px;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15);
    transition: all 0.4s ease;
    border-radius: 0;
    border-bottom: 6px solid rgb(126,140,155);
}

.intern_ship_6 .header_pagewrap_2 {
    gap: 3rem;
    flex-wrap: wrap;
    display: flex;
}

.intern_ship_6 .top_teach_4:hover {
    transform: rotateX(0deg);
}

.intern_ship_6 .top_teach_4 h5::after {
    bottom: -5px;
    background: rgb(93,106,121);
    left: 0;
    position: absolute;
    content: "";
    right: 0;
    height: 5px;
}

.intern_ship_6 .top_teach_4 .header_pagewrap_2 a::before {
    top: 0;
    transition: all 0.5s ease;
    width: 100%;
    left: -100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
    content: "";
}

.idea_pool_0 .container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.meet_us_3 {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}

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

.meet_us_3 .statement_holder_7:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.meet_us_3 .statement_holder_7::before {
    top: -15px;
    left: -15px;
    border-top: 3px solid rgb(126,140,155);
    content: "";
    height: 70px;
    position: absolute;
    z-index: -1;
    width: 70px;
    border-left: 3px solid rgb(126,140,155);
}

.meet_us_3 h5::after {
    bottom: 0;
    width: 60%;
    height: 2px;
    transition: width 0.4s ease;
    content: "";
    left: 0;
    background: rgb(126,140,155);
    position: absolute;
}

.meet_us_3 ol li {
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
    hyphens: auto;
    color: #000000;
    position: relative;
    padding-left: 20px;
    column-count: 1;
    line-height: 1.8;
    text-align: justify;
    column-gap: 40px;
    font-size: 14px;
}

.start_now_7 .digital_education_3::before {
    content: '';
    border-radius: 15px;
    top: 0;
    position: absolute;
    width: 100%;
    background: linear-gradient(45deg, transparent 96%, rgb(126,140,155) 96%, rgb(126,140,155) 100%);
    z-index: -1;
    height: 100%;
    left: 0;
}

.start_now_7 .support_message_4:hover::before {
    transform: translateX(0);
}

.start_now_7::after {
    content: '';
    position: absolute;
    right: -200px;
    top: -200px;
    width: 400px;
    opacity: 0.4;
    height: 400px;
    z-index: 1;
    background: radial-gradient(circle, rgb(126,140,155,0.5) 0%, transparent 70%);
}

.ty_note_3::before {
    width: 40%;
    filter: blur(80px);
    position: absolute;
    animation: float 15s ease-in-out infinite alternate;
    opacity: 0.1;
    top: -15%;
    content: "";
    transform: rotate(35deg) skew(15deg);
    height: 70%;
    background: linear-gradient(120deg, rgb(93,106,121), rgba(rgb(93,106,121,0.5), 0.2));
    right: -10%;
    z-index: 0;
}

.ty_note_3 .digital_education_3 > div:first-child::after {
    transform-origin: left;
    position: absolute;
    background: rgb(126,140,155);
    transition: width 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    width: 60px;
    content: "";
    bottom: 0;
    height: 3px;
}

.ty_note_3 p {
    font-family: Arial, sans-serif;
    line-height: 1.8;
    color: #000000;
    margin: 0;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    transition: color 0.3s ease;
}

header .top_plank {
    background: rgb(126,140,155);
    color:  #ffffff;
}

header .top_plank .best_focus_0 div span {
    color: #ffffff;
}

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

.title_intro_6 .start_base_9::after {
    background: linear-gradient(145deg, 
        rgb(126,140,155,0.5) 0%, 
        transparent 60%);
    clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 85%);
    height: 120%;
    width: 45%;
    z-index: -1;
    position: absolute;
    content: "";
    right: -5%;
    transform: rotate(-15deg) translateZ(20px);
    top: -10%;
}

.title_intro_6 .start_base_9 > div {
    align-items: flex-start;
    opacity: 0;
    transform: translateX(-30px) translateZ(20px);
    animation: slideInLeft 0.8s 0.6s ease-out forwards;
    flex-direction: column;
    display: flex;
}

.title_intro_6 .start_base_9 p {
    letter-spacing: 0.5px;
    color: #ffffff;
    font-size: calc(14px * 1.2);
    transform: skewX(5deg);
    font-weight: 300;
}

.user_comments_0::after {
    right: -20%;
    height: 70vw;
    z-index: 0;
    border-radius: 50%;
    top: -50%;
    content: "";
    position: absolute;
    background: radial-gradient(
        circle at center,
        rgba(rgb(93,106,121,0.5), 0.08) 0%,
        rgba(rgb(93,106,121,0.5), 0.03) 40%,
        transparent 70%
    );
    width: 70vw;
}

.user_comments_0 .rating_voices_5 {
    gap: 40px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    perspective: 1000px;
}

.user_comments_0 .opinion_spot_3::before {
    left: 20px;
    top: -20px;
    font-size: 120px;
    content: "";
    color: rgba(rgb(93,106,121,0.5), 0.1);
    line-height: 1;
    position: absolute;
    z-index: 0;
    font-family: serif;
}

.user_comments_0 .opinion_spot_3 .description {
    color: #000000;
    font-size: 16px;
    position: relative;
    flex-grow: 1;
    z-index: 2;
    margin-bottom: 25px;
    line-height: 1.6;
}

.user_comments_0 .opinion_spot_3 img {
    width: 100%;
    transition: transform 0.6s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    height: 100%;
    object-fit: cover;
}

.user_comments_0 .opinion_spot_3:nth-child(3n)::before {
    left: auto;
    right: 20px;
}

.user_comments_0 .opinion_spot_3:nth-child(3n+2) {
    border-top: 3px solid rgb(93,106,121);
}

.service_info_2::after {
    animation: gridMove 40s linear infinite;
    height: 100%;
    content: "";
    left: 0;
    z-index: 0;
    background-size: 85px 85px;
    background-image: 
        linear-gradient(0deg, transparent 84px, rgb(126,140,155,0.5) 85px, transparent 86px),
        linear-gradient(90deg, transparent 84px, rgb(93,106,121,0.5) 85px, transparent 86px);
    position: absolute;
    width: 100%;
    top: 0;
    opacity: 0.4;
}

.service_info_2 .support_contact_8 {
    position: relative;
    z-index: 2;
    gap: 15px;
    padding: 30px;
    flex-direction: column;
    display: flex;
}

.service_info_2 .support_contact_8 p svg {
    stroke-linejoin: round;
    stroke-width: 2;
    stroke: rgb(126,140,155);
    transition: all 0.3s ease;
    top: 50%;
    height: 20px;
    stroke-linecap: round;
    left: 20px;
    position: absolute;
    fill: none;
    width: 20px;
    transform: translateY(-50%);
}

.service_info_2 .edu_faq_4 svg {
    stroke-linecap: round;
    height: 20px;
    margin-right: 10px;
    stroke: rgb(126,140,155);
    width: 20px;
    stroke-linejoin: round;
    stroke-width: 2;
    fill: none;
}

.service_info_2 .msg_details_4 {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 12px;
    text-align: center;
    border-left: 3px solid rgb(126,140,155,0.5);
    transition: all 0.3s ease;
    background: #ffffff;
    font-size: 17px;
    color: #000000;
    border-radius: 10px;
}

.service_info_2 .support_contact_8 p:nth-child(1) svg path {
    animation-delay: 0.6s;
}

.service_info_2 .support_contact_8 p:nth-child(4) svg path {
    animation-delay: 0.9s;
}

.sign_up_for_updates_2::after {
    z-index: 0;
    width: 250px;
    animation: float 20s infinite ease-in-out reverse;
    content: "";
    background: radial-gradient(circle, rgb(126,140,155,0.5) 0%, transparent 70%);
    height: 250px;
    left: -5%;
    bottom: -10%;
    opacity: 0.5;
    position: absolute;
}

.sign_up_for_updates_2 .digital_education_3:hover h3 {
    transform: translateY(-5px);
}

.sign_up_for_updates_2 .digital_education_3:hover h3::after {
    transform: scaleX(1.5);
}

.sign_up_for_updates_2 .input_holder {
    flex-wrap: wrap;
    margin-top: 1.5rem;
    gap: 1rem;
    display: flex;
}

.sign_up_for_updates_2 .input_holder input[type="email"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
    transition: color 0.3s ease;
}

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

.cookie_notice_message_2 .privacy_switch_7 {
    margin-right: 20px;
    animation: logoScale 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    flex-shrink: 0;
    transform-origin: center;
}

.cookie_notice_message_2 .cookie_notice_8 {
    text-decoration: none;
    display: inline-block;
    padding: 10px 20px;
    margin-top: 20px;
    color: #ffffff;
    background-color: rgb(126,140,155);
    margin-right: 15px;
    transition: transform 0.3s, box-shadow 0.3s;
    border-radius: 5px;
    font-size: 18px;
}

.instructor_profile_8 .container {
    transform-style: preserve-3d;
    padding: 0 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.instructor_profile_8 .container {
    padding: 0 2rem;
}

.instructor_profile_8 .opinion_spot_3 > div:nth-child(1) {
    justify-content: center;
    display: flex;
    align-items: center;
}

.instructor_profile_8 .photo_wrap_2::after {
    top: 0;
    content: '';
    background: linear-gradient(45deg, rgb(126,140,155,0.5), transparent);
    opacity: 0.7;
    position: absolute;
    height: 100%;
    left: 0;
    width: 100%;
    mix-blend-mode: overlay;
}

.instructor_profile_8 .name::after {
    background: rgb(93,106,121);
    bottom: -8px;
    transform: translateX(-50%);
    content: '';
    left: 50%;
    width: 40px;
    position: absolute;
    height: 3px;
}

.instructor_profile_8 .career_box_3::after {
    transform: rotate(180deg);
    bottom: -10px;
    right: -10px;
}

.contact_4::after {
    background: radial-gradient(
        circle at 20% 30%, 
        rgba(rgb(126,140,155), 0.15) 0%, 
        transparent 50%
    ), radial-gradient(
        circle at 80% 70%, 
        rgba(rgb(93,106,121), 0.15) 0%, 
        transparent 50%
    );
    left: 0;
    height: 100%;
    top: 0;
    z-index: 0;
    width: 100%;
    opacity: 0.6;
    content: "";
    position: absolute;
}

.contact_4 .reach_info_3::before {
    top: -8px;
    height: 100%;
    z-index: -1;
    left: -8px;
    border-radius: 20px;
    content: "";
    width: 100%;
    position: absolute;
    border: 1px solid rgba(rgb(126,140,155), 0.2);
}

.contact_4 .photo_wrap_2::after {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
    border-right: 2px solid rgba(rgb(126,140,155), 0.6);
    height: 60px;
    content: "";
    width: 60px;
    border-top: 2px solid rgba(rgb(126,140,155), 0.6);
}

.contact_4 form h3::before {
    height: 100%;
    left: 0;
    content: "";
    border-radius: 10px;
    background: rgb(126,140,155);
    top: 0;
    position: absolute;
    width: 3px;
}

.contact_4 .request_map_9 input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.contact_4 .request_map_9 input[type="checkbox"]:checked + label::before {
    border-color: rgb(126,140,155);
    background: rgb(126,140,155);
}

.contact_4 .request_map_9 label a:hover {
    color: rgb(93,106,121);
}

.contact_4 form .support_message_4 {
    font-family: Arial, sans-serif;
    z-index: 1;
    border-radius: 10px;
    background: linear-gradient(45deg, rgb(126,140,155), rgb(93,106,121));
    font-weight: 600;
    position: relative;
    transition: all 0.4s ease;
    overflow: hidden;
    font-size: 19px;
    border: none;
    padding: 16px 40px;
    cursor: pointer;
    color: #ffffff;
    display: inline-block;
}



@media (min-width: 1200px) {.price_deck_grid_8 .package_pricing_7 {
    padding-top: 4rem;
}.price_deck_grid_8 .pricing_catalog_9:hover {
    z-index: 5;
}.price_deck_grid_8 .pro_rates_9 {
    column-gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 2.5rem;
}
}



@media (min-width: 1400px) {header .header_start_7 {
    margin: 0 auto;
    max-width: 1320px;
}header .top_train_6 {
    margin: 0 0.5rem;
}header .top_train_6 a {
    padding: 0.7rem 1.5rem;
}
}



@media (max-width: 479px) {header .header_start_7 {
    padding: 0.7rem 1.2rem;
}header .top_know_1 {
    max-width: 120px;
}header .top_train_6 a {
    padding: 0.4rem 0.6rem;
    font-size: calc(18px - 3px);
}header::after {
    height: 3px;
}
}



@media screen and (max-width: 576px) {.course_highlights_9 .learn_code_9 {
    height: 250px;
}.course_highlights_9 .container {
    padding: 2.5rem 1rem;
}.course_highlights_9 .knowledge_base_9 {
    padding: 1.5rem;
}.course_highlights_9 .knowledge_base_9 h3 {
    font-size: calc(34px * 0.8);
}.course_highlights_9 .knowledge_base_9 p {
    margin-bottom: 1.5rem;
    font-size: calc(15px * 0.9);
}.course_highlights_9 .knowledge_base_9 .support_message_4 {
    padding: 0.8rem 1.5rem;
    text-align: center;
    width: 100%;
}}



@media (max-width: 992px) {.intern_ship_6 {
    padding: 4rem 0 2rem;
}.intern_ship_6 .container {
    flex-direction: column;
    gap: 3rem;
}.intern_ship_6 .company_holder,
    .intern_ship_6 .sec_cert_7 {
    flex: 1 1 100%;
    min-width: 100%;
}.intern_ship_6 .top_teach_4 {
    min-width: 220px;
    flex: 1 1 calc(50% - 1.5rem);
}.intern_ship_6 .company_holder,
    .intern_ship_6 .top_teach_4 {
    transform: none;
}
}



@media (min-width: 992px) {.meet_us_3 .statement_holder_7 {
    max-width: 80%;
    padding: 80px 70px;
}.meet_us_3 ol li {
    column-count: 2;
    padding-left: 30px;
}.meet_us_3 ol li::before {
    height: 8px;
    width: 8px;
}
}



@media (max-width: 991px) {.start_now_7 {
    padding: 100px 0;
}.start_now_7 .digital_education_3 {
    padding: 40px;
}.start_now_7 .container p {
    font-size: calc(22px * 1.2);
}.start_now_7 .support_message_4 {
    height: 70px;
}.start_now_7 .digital_education_3::after {
    bottom: -12px;
    height: 25px;
    width: 25px;
    left: 40px;
}
}



@media (max-width: 992px) {.ty_note_3 {
    padding: 4rem 0;
}.ty_note_3 .digital_education_3 {
    padding: 2.5rem;
}.ty_note_3 h5 {
    font-size: calc(20px * 0.9);
}
}



@media (max-width: 576px) {.ty_note_3 {
    padding: 2.5rem 0;
}.ty_note_3 .digital_education_3 {
    padding: 1.5rem;
    gap: 1.25rem;
}.ty_note_3 h5 {
    font-size: calc(20px * 0.8);
}.ty_note_3 p {
    line-height: 1.6;
    font-size: calc(16px * 0.9);
}.ty_note_3 .digital_education_3 > div:first-child {
    padding-bottom: 1rem;
}.ty_note_3 .digital_education_3 > div:first-child::after {
    width: 40px;
    height: 2px;
}.ty_note_3 .digital_education_3:hover > div:first-child::after {
    width: 80px;
}.ty_note_3 .digital_education_3 > div:first-child::before {
    top: -15px;
    font-size: calc(29px * 1.2);
}}



@media (max-width: 991px) {.user_comments_0 {
    padding: 80px 0;
}.user_comments_0 h2 {
    font-size: calc(38px - 4px);
    margin-bottom: 40px;
}.user_comments_0 .rating_voices_5 {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}.user_comments_0 .opinion_spot_3 {
    padding: 25px;
}
}


@media (min-width: 768px) {.service_info_2 .talk_now_6 {
    grid-template-columns: 1fr 1fr;
    display: grid;
    grid-template-rows: auto 1fr;
}.service_info_2 .reach_experts_1 {
    grid-column: 1 / -1;
}.service_info_2 .reach_experts_1 svg {
    margin-right: 18px;
    height: 32px;
    width: 32px;
}.service_info_2 .photo_wrap_2 {
    object-position: center;
    grid-row: 2;
    grid-column: 1;
    object-fit: cover;
    height: 100%;
}.service_info_2 .support_contact_8 {
    grid-column: 2;
    grid-row: 2;
    padding: 30px;
}.service_info_2 .support_contact_8 p svg {
    width: 22px;
    height: 22px;
}.service_info_2 .get_contactbox_3 {
    margin-top: 20px;
}.service_info_2 .edu_faq_4 svg {
    width: 22px;
    margin-right: 12px;
    height: 22px;
}.service_info_2 .learn_help_7 {
    grid-template-columns: repeat(3, 1fr);
}.service_info_2 .msg_details_4 svg {
    margin-right: 8px;
    width: 16px;
    height: 16px;
}
}



@media screen and (max-width: 991px) {.contact_4 {
    padding: 90px 0;
}.contact_4 .reach_info_3 {
    gap: 40px;
    grid-template-columns: 1fr;
}.contact_4 .photo_wrap_2 {
    min-height: 400px;
}.contact_4 .support_inquiry_6 {
    padding: 40px 30px;
}
}



@media screen and (max-width: 576px) {.contact_4 {
    padding: 50px 0;
}.contact_4 h2 {
    font-size: calc(32px * 0.8);
}.contact_4 .reach_info_3 {
    margin-top: 40px;
}.contact_4 .photo_wrap_2 {
    min-height: 250px;
}.contact_4 .support_inquiry_6 {
    padding: 30px 20px;
}.contact_4 form h3 {
    margin-bottom: 25px;
    font-size: calc(23px * 0.9);
}.contact_4 form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.contact_4 form .support_message_4 {
    width: 100%;
    padding: 15px 20px;
}
}



@keyframes slideInLeft {
    0% {
        opacity: 0;
        transform: translateX(-50px) translateZ(40px);
    }
    100% {
        opacity: 1;
        transform: translateX(0) translateZ(40px);
    }
}

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

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes orbitalShift {
        0% { transform: rotate(-15deg); }
        50% { transform: rotate(-10deg); }
        100% { transform: rotate(-15deg); }
    }

