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

.media_kit72 {
    flex: 0 0 auto;
}

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

html,body {
    height: 100%;
    min-height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
}

.course_overview83::before {
    background: linear-gradient(45deg, rgb(170,207,200,0.5) 0%, transparent 70%);
    width: 100%;
    pointer-events: none;
    left: 0;
    height: 100%;
    position: absolute;
    content: "";
    z-index: 1;
    top: 0;
}

.course_overview83 h2 {
    font-size: 28px;
    opacity: 0;
    font-weight: 700;
    color: #000000;
    margin-bottom: 50px;
    animation: slideInTitle 0.8s 0.2s forwards;
    position: relative;
    transform: translateX(-10px);
}

.course_overview83 .pic_list16::before {
    background: linear-gradient(45deg, rgb(119,158,177,0.5), transparent);
    opacity: 0.5;
    content: "";
    inset: 0;
    z-index: 2;
    border-radius: 10px;
    transition: opacity 0.5s ease;
    position: absolute;
}

.course_overview83 .text_post09 {
    z-index: 2;
    border-radius: 10px;
    background: #ffffff;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    transform: translateY(0);
    box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.5);
    padding: 30px;
    position: relative;
}

.course_overview83 .description:nth-child(2) {
    animation: fadeInText 0.8s 0.8s forwards;
    opacity: 0;
}

.who_we_are29::after {
    transform: rotate(-15deg);
    height: 200%;
    top: -50%;
    content: "";
    background: linear-gradient(135deg, 
        rgb(170,207,200,0.5) 0%,
        transparent 65%);
    pointer-events: none;
    position: absolute;
    width: 100%;
    z-index: 2;
    right: -50%;
}



.who_we_are29 .text_post09 {
    border-left: 3px solid rgb(119,158,177);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    padding: 40px;
    display: flex;
    background: rgba(255, 255, 255, 0.05);
    opacity: 0;
    flex-direction: column;
    backdrop-filter: blur(10px);
    animation: fadeIn 1s 0.3s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    transform: translateY(20px);
}

.who_we_are29 .text_post09 div div {
    position: relative;
    line-height: 1.8;
    margin-bottom: 15px;
    color: rgba(255, 255, 255, 0.9);
    font-family: Arial, sans-serif;
    column-gap: 40px;
    column-count: 1;
    font-size: 17px;
}

.contact_information89 .pic_list16::after {
    content: '';
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 0 17px 17px 0;
}

.contact_information89 h3 {
    margin-bottom: 50px;
    font-size: 31px;
    position: relative;
    border-radius: 10px;
    font-weight: 700;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    background: #ffffff;
    display: inline-block;
    padding: 10px 30px;
    font-family: Arial, sans-serif;
    color: rgb(170,207,200);
}

.contact_information89 .inquiry_info71 {
    padding: 40px;
}

.contact_information89 form h3 {
    padding: 0;
    box-shadow: none;
    text-align: left;
    padding-bottom: 10px;
    border-radius: 0;
    width: 100%;
    color: #000000;
    display: block;
    border-bottom: 2px solid rgb(119,158,177,0.5);
    font-size: 23px;
    background: transparent;
    margin-bottom: 30px;
}

.contact_information89 input[type="text"]:focus,
.contact_information89 textarea:focus {
    outline: none;
    background: #ffffff;
    box-shadow: 0 0 0 2px rgb(170,207,200);
}

.contact_information89 .help_support40 label {
    cursor: pointer;
    padding-left: 30px;
    line-height: 1.5;
    color: #000000;
    font-size: 12px;
    position: relative;
}

.contact_information89 .help_support40 a {
    text-decoration: none;
    font-weight: 600;
    color: rgb(170,207,200);
    transition: all 0.3s ease;
}

.contact_information89 .inquiry_card97 {
    border-radius: 10px;
    background-size: 200% auto;
    cursor: pointer;
    font-family: Arial, sans-serif;
    font-size: 14px;
    padding: 14px 30px;
    font-weight: 600;
    border: none;
    transition: all 0.5s ease;
    color: #ffffff;
    background: linear-gradient(to right, rgb(170,207,200), rgb(170,207,200));
}

.contact_information89 .request_help63 {
    margin: 0;
    list-style: none;
    padding: 0;
}

.contact_information89 .request_help63 svg {
    margin-top: 3px;
    flex-shrink: 0;
    margin-right: 15px;
    height: 22px;
    width: 22px;
}

.contact_information89 .request_help63 a:hover {
    opacity: 0.8;
    text-decoration: underline;
}

.privacy_compartment73 {
    width: 90%;
    padding: 40px;
    font-family: Arial, sans-serif;
    overflow: hidden;
    color: #000000;
    margin: 0 auto;
    position: relative;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    max-width: 1200px;
}

.privacy_compartment73 h2 {
    color: rgb(119,158,177);
    z-index: 1;
    letter-spacing: 1.5px;
    position: relative;
    font-weight: 600;
    font-size: 32px;
    margin-top: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgb(119,158,177,0.5);
    margin-bottom: 15px;
}

.privacy_compartment73 div {
    z-index: 1;
    background: #ffffff;
    padding: 20px;
    line-height: 1.8;
    position: relative;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
}

.privacy_compartment73 a {
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid rgb(119,158,177);
    color: rgb(119,158,177);
    z-index: 1;
    position: relative;
}

header:before {
    top: 0;
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, 
        rgb(170,207,200) 0%, 
        rgb(119,158,177) 50%, 
        rgb(170,207,200) 100%
    );
    height: 5px;
    content: '';
    left: 0;
}

header .top_edu31:before {
    height: 1px;
    content: '';
    position: absolute;
    background: linear-gradient(to right, 
        transparent, 
        rgb(170,207,200,0.5),
        transparent
    );
    left: 0;
    bottom: 0;
    width: 100%;
}

header .container:after {
    top: 50%;
    width: 8px;
    transform: translateY(-50%) rotate(45deg);
    content: '';
    height: 8px;
    background: rgb(119,158,177);
    position: absolute;
    right: 10px;
    opacity: 0.7;
}

header .top_train30 {
    position: relative;
    gap: 30px;
    align-items: center;
    display: flex;
}

header .top_train30:hover:before {
    opacity: 0.3;
    transform: scaleX(1);
}

header .first_pagebar40 {
    text-transform: uppercase;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    position: relative;
    text-decoration: none;
    letter-spacing: 0.5px;
    font-size: 13px;
    font-weight: 600;
    overflow: hidden;
    color: #000000;
    padding: 8px 2px;
}

header .first_pagebar40:hover:before {
    transform: translateX(0);
}

header .head_expert35 {
    transition: all 0.3s ease;
    position: relative;
    padding: 5px 12px;
    display: flex;
    align-items: center;
    text-decoration: none;
}

header .head_expert35:hover:before {
    opacity: 1;
}

header .head_expert35:hover:after {
    transform: scale(1);
    opacity: 1;
}

header .head_expert35 svg {
    height: 42px;
    width: auto;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.data_accept06 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}

.data_guard82 {
    flex-shrink: 0;
    margin-right: 10px;
}

.alertPrivacySettings79 p a {
    color: rgb(170,207,200);
    text-decoration: none;
}

#panelCookieWarning60 {
    display: none;
}


.wrapper-container48 .data_accept06 {
    justify-content: flex-end;
}

.wrapper-container48 .track_settings28 {
    background: rgb(170,207,200);
    margin-left: 30px;
    font-size: 20px;
    color: #ffffff;
    padding: 10px;
}

.offer_card06::after {
    left: -5rem;
    width: 18rem;
    content: "";
    transform: rotate(-10deg);
    z-index: 0;
    position: absolute;
    bottom: -5rem;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    background: linear-gradient(45deg, rgb(119,158,177), rgb(170,207,200,0.5));
    height: 18rem;
    opacity: 0.05;
}

.offer_card06 .edu_packages39 h2::after {
    position: absolute;
    width: 60%;
    bottom: -0.5rem;
    height: 3px;
    background: linear-gradient(90deg, rgb(170,207,200), transparent);
    left: 0;
    content: "";
}

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

.offer_card06 .price_opts26 {
    display: block;
    margin-bottom: 1.5rem;
    font-weight: 700;
    font-size: calc(19px + 0.5rem);
    position: relative;
    color: rgb(170,207,200);
    transition: transform 0.3s ease;
}

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

.offer_card06 .access_rates43:hover .pic_list16::after {
    opacity: 0.4;
}

.offer_card06 .access_rates43:hover .learn_price74::before {
    transform: scaleX(1);
}

.title_board26 {
    position: relative;
    display: flex;
    background: linear-gradient(135deg, rgb(224,235,233) 0%, rgba(245, 247, 250, 0.92) 100%);
    align-items: center;
    min-height: 100vh;
    overflow: hidden;
    padding: 80px 0;
}

.title_board26 .text_post09 {
    padding: 40px 20px;
    flex: 1;
    z-index: 3;
    transform: translateY(0);
    position: relative;
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.title_board26 h1 {
    line-height: 1.3;
    font-size: 30px;
    font-weight: 700;
    color: #000000;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateX(0deg);
    position: relative;
    margin-bottom: 25px;
}

.title_board26 .learn_head29 svg {
    width: 80px;
    height: 80px;
    filter: drop-shadow(0 4px 6px rgba(94, 170, 168, 0.15));
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), filter 0.6s ease;
}

.title_board26 .learn_head29 p {
    padding-left: 12px;
    font-size: calc(12px * 1.1);
    margin: 0;
    color: #000000;
    max-width: 600px;
    line-height: 1.7;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.title_board26 ul li {
    margin-right: 15px;
}

.title_board26 .inquiry_card97 {
    padding: 15px 30px;
    box-shadow: 0 4px 15px rgba(94, 170, 168, 0.2);
    position: relative;
    font-weight: 600;
    color: #ffffff;
    overflow: hidden;
    font-size: 14px;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    display: inline-block;
    text-decoration: none;
    background: linear-gradient(135deg, rgb(170,207,200) 0%, rgb(119,158,177) 100%);
    transform: translateY(0);
    z-index: 1;
    border-radius: 10px;
}

.title_board26 .pic_list16:hover {
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15), 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateX(2deg) rotateY(-2deg) translateY(-5px);
}

.instructor_profile96 .container {
    z-index: 2;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    perspective: 1000px;
}

.instructor_profile96 .feedback_track36::after {
    pointer-events: none;
    left: 0;
    content: "";
    height: 100%;
    background: linear-gradient(
    135deg,
    transparent 0%,
    rgba(rgb(170,207,200), 0.02) 100%
  );
    position: absolute;
    width: 100%;
    top: 0;
}

.instructor_profile96 .feedback_track36:hover {
    box-shadow: 
    0 15px 35px rgba(0,0,0,0.08),
    0 25px 70px rgba(0,0,0,0.12);
    transform: rotateY(0deg) translateZ(10px);
}

.instructor_profile96 .feedback_track36 > div:nth-child(2) {
    opacity: 0;
    transform: translateY(1rem);
    animation: slide-up 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s forwards;
}

.instructor_profile96 .name::after {
    position: absolute;
    left: 0;
    background: rgb(119,158,177);
    content: "";
    transition: width 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    bottom: -8px;
    width: 0;
    height: 2px;
}

.instructor_profile96 .career_expertise72::before {
    font-size: 5rem;
    color: rgb(119,158,177,0.5);
    left: -1rem;
    pointer-events: none;
    opacity: 0.3;
    top: -2.5rem;
    position: absolute;
    content: "";
}

.future_members84::before,
.future_members84::after {
    background: linear-gradient(to bottom, 
        transparent 20%, 
        rgb(170,207,200) 50%, 
        transparent 80%);
    height: 100%;
    opacity: 0;
    z-index: -1;
    width: 1px;
    animation: beamScan 8s infinite ease-out;
    position: absolute;
    content: '';
    top: 0;
}

.future_members84::before {
    left: 25%;
    animation-delay: 0s;
}

.future_members84 h3::after {
    bottom: -15px;
    animation: pulseLine 4s infinite ease-in-out;
    position: absolute;
    opacity: 0.7;
    height: 2px;
    content: '';
    left: 50%;
    width: 100px;
    transform: translateX(-50%) scaleX(0.3);
    background: rgb(170,207,200);
}

.future_members84 ul li::after {
    content: '';
    left: 0;
    transition: transform 0.5s ease;
    transform: translateX(-100%);
    width: 100%;
    top: 0;
    z-index: -1;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(170,207,200,0.5) 20%, 
        transparent 80%);
    position: absolute;
    height: 100%;
    opacity: 0;
}

.future_members84 ul li:hover svg {
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
    transform: translateY(-2px);
}



.future_members84::before :nth-child(1) {
    animation-delay: 1s;
}

.future_members84::before :nth-child(3) {
    animation-delay: 5s;
}

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

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

footer .ask_support60 {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    padding: 40px 20px;
    gap: 20px;
    margin-bottom: 70px;
    color: #ffffff;
    position: relative;
    background-color: rgb(119,158,177);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
}

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

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

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

footer .top_train30 h5::after {
    width: 100%;
    left: 0;
    position: absolute;
    bottom: -8px;
    background: linear-gradient(90deg, rgb(170,207,200), transparent);
    content: "";
    height: 2px;
}

footer .main_sitewrap89 a::after {
    background-color: rgb(170,207,200);
    left: 0;
    content: "";
    width: 0;
    position: absolute;
    bottom: 0;
    height: 1px;
    transition: width 0.3s ease;
}

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

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

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

footer .news_section20:hover {
    background-color: rgb(119,158,177);
}

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

.gratHub94::after {
    position: absolute;
    filter: blur(20px);
    width: 35%;
    bottom: -5%;
    background: linear-gradient(45deg, rgb(119,158,177) 0%, transparent 70%);
    content: "";
    left: -5%;
    animation: float 18s ease-in-out infinite alternate-reverse;
    opacity: 0.15;
    height: 35%;
    transform: rotate(15deg) translateZ(0);
    z-index: -1;
}

.gratHub94 .skill_guides69 > div:first-child {
    padding-bottom: 1.5rem;
    position: relative;
}

.gratHub94 .skill_guides69 > div:first-child::after {
    background: linear-gradient(90deg, rgb(170,207,200) 0%, transparent 100%);
    left: 0;
    transform: scaleX(0);
    transform-origin: left center;
    animation: expandLine 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.2s;
    position: absolute;
    height: 3px;
    bottom: 0;
    width: 80%;
    content: "";
}

.gratHub94 .skill_guides69 > div:last-child {
    position: relative;
    opacity: 0;
    animation: fadeUpIn 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.3s;
}

.gratHub94 p {
    color: #000000;
    line-height: 1.7;
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: clamp(calc(12px * 0.95), 3vw, 12px);
    transition: color 0.3s ease;
}

.gratHub94 a:hover {
    transform: translateX(5px);
}

.gratHub94 a::after {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: left center;
    height: 1px;
    opacity: 0.5;
    background: linear-gradient(90deg, rgb(119,158,177) 0%, transparent 100%);
    transform: scaleX(0.3);
    left: 0;
    position: absolute;
    bottom: 0;
    content: "";
    width: 100%;
}



@media (max-width: 767px) {.course_overview83 {
    padding: 80px 0;
}.course_overview83 h2 {
    margin-bottom: 40px;
    font-size: calc(28px - 0.2rem);
}.course_overview83 .pic_list16 {
    height: 250px;
}.course_overview83 .text_post09 {
    padding: 25px 20px;
}.course_overview83 .description {
    line-height: 1.6;
    font-size: calc(15px - 2px);
}}



@media (min-width: 768px) {.who_we_are29 .text_post09 div div {
    column-count: 2;
}
}



@media (min-width: 1200px) {.who_we_are29 .text_post09 {
    width: calc(100% - 80px);
    margin-left: 80px;
}.who_we_are29 .text_post09 div div {
    font-size: calc(17px * 1.05);
}
}



@media (hover: hover) {.who_we_are29 .text_post09:hover {
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transform: translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25), 0 0 20px rgba(rgb(170,207,200,0.5), 0.2);
}}



@media (max-width: 768px) {.contact_information89 {
    padding: 60px 0;
}.contact_information89 h3 {
    font-size: calc(31px * 0.9);
    margin-bottom: 40px;
}.contact_information89 .inquiry_info71,
    .contact_information89 .help_form84 {
    padding: 30px;
}.contact_information89 form h3,
    .contact_information89 .help_form84 h4 {
    font-size: calc(23px * 0.9);
    margin-bottom: 20px;
}
}



@media (max-width: 991px) {header .container {
    padding: 15px 20px;
}header .top_train30 {
    gap: 20px;
}header .head_expert35 svg {
    height: 38px;
}
}



@media (max-width: 480px) {header .container {
    padding: 12px 15px;
}header .container:before,
    header .container:after {
    display: none;
}header .head_expert35 svg {
    height: 35px;
}}


@media only screen and (max-width: 800px)  {.wrapper-container48 .track_settings28 {
    margin-left: 0;
    margin-bottom: 10px;
}}



@media (min-width: 768px) {.offer_card06 .enroll_cost86 {
    gap: 2rem;
    flex-direction: row;
    align-items: flex-start;
}.offer_card06 .edu_packages39 {
    margin-bottom: 0;
    padding-top: 2rem;
    flex: 0 0 30%;
    order: 0;
}.offer_card06 .price_grid42 {
    flex: 0 0 70%;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.offer_card06 .learn_price74 {
    border-radius: 0.25rem;
}
}



@media (min-width: 1024px) {.offer_card06 .price_grid42 {
    grid-template-columns: repeat(2, 1fr);
}.offer_card06 .access_rates43:nth-child(odd) {
    transform: translateY(1.5rem);
}
}



@media (prefers-reduced-motion: reduce) {.offer_card06 .access_rates43,
    .offer_card06 .learn_price74,
    .offer_card06 .pic_list16,
    .offer_card06 .price_opts26::before,
    .offer_card06 .learn_price74::before {
    transition: none;
}}



@media (min-width: 1200px) {.title_board26 .skill_guides69 {
    gap: 80px;
}.title_board26 .pic_list16 {
    height: 600px;
}.title_board26 h1 {
    font-size: 43px;
    transform: perspective(1000px) translateZ(0px);
}.title_board26 .text_post09:hover h1 {
    transform: perspective(1000px) translateZ(10px);
}
}



@media (max-width: 767px) {.title_board26 {
    padding: 60px 0;
}.title_board26 h1 {
    font-size: calc(30px * 0.9);
}.title_board26 .inquiry_card97 {
    font-size: calc(14px * 0.95);
    padding: 12px 25px;
}
}



@media (max-width: 480px) {.title_board26 {
    padding: 40px 0;
}.title_board26 .skill_guides69 {
    padding: 0 15px;
}.title_board26 .text_post09 {
    padding: 30px 10px;
}.title_board26 h1 {
    margin-bottom: 20px;
    font-size: calc(30px * 0.85);
}.title_board26 .learn_head29 {
    gap: 20px;
    margin-bottom: 25px;
}.title_board26 .learn_head29 p {
    font-size: 12px;
}.title_board26 .pic_list16 {
    height: 250px;
}.title_board26 .inquiry_card97 {
    padding: 10px 20px;
    font-size: calc(14px * 0.9);
}}



@media (max-width: 992px) {.future_members84 {
    padding: 4rem 0;
}.future_members84 h3 {
    font-size: calc(37px * 0.9);
}.future_members84 ul {
    gap: 1rem;
}.future_members84 ul li {
    padding: 1.1rem 1.3rem;
}
}



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



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



@media (max-width: 480px) {.gratHub94 {
    padding: 4rem 0;
}.gratHub94 .skill_guides69 {
    padding: 2rem 1.5rem;
    clip-path: polygon(
            0 0,
            100% 0,
            100% calc(100% - 1rem),
            calc(100% - 1rem) 100%,
            0 100%
        );
}.gratHub94 h5 {
    font-size: calc(18px * 0.75);
}.gratHub94 p {
    font-size: calc(12px * 0.9);
}
}



@keyframes slideInTitle {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}



@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}



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



@keyframes slide-in {
  0% {
    transform: translateX(-2rem);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}



@keyframes horizontalBeam {
    0% {
        opacity: 0;
        transform: translateX(-100%);
    }
    20%, 35% {
        opacity: 0.5;
    }
    80%, 100% {
        opacity: 0;
        transform: translateX(100%);
    }
}



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



@keyframes pulse {
    0%, 100% {
        transform: scale(1) translateZ(0);
        opacity: 0.2;
    }
    50% {
        transform: scale(1.2) translateZ(0);
        opacity: 0.3;
    }
}

