header,footer {
    width: 100%;
}

header {
    width: 100%;
    z-index: 1000;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    background: rgb(224,235,233);
    left: 0;
    position: fixed;
    top: 0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}


.course_overview83 {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(224,235,233) 0%, #ffffff 100%);
}

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

.course_overview83 h2::after {
    bottom: -15px;
    width: 80px;
    transform: scaleX(0);
    position: absolute;
    animation: expandUnderline 1s 0.6s forwards;
    left: 0;
    height: 4px;
    content: "";
    background: rgb(170,207,200);
    transform-origin: left;
}

.course_overview83 .pic_list16:hover {
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.5);
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) scale(1.02);
}

.course_overview83 .pic_list16:hover::before {
    opacity: 0.3;
}

.course_overview83 .text_post09::before {
    height: 0;
    left: 0;
    top: 0;
    width: 4px;
    animation: expandVertical 1s 0.8s forwards;
    background: rgb(170,207,200);
    content: "";
    position: absolute;
}

.course_overview83 .description:last-child {
    margin-bottom: 0;
}

.who_we_are29 {
    position: relative;
    color: #ffffff;
    overflow: hidden;
    padding: 120px 0 140px;
}

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



.who_we_are29 .container {
    animation: slideUp 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.who_we_are29 h2::after {
    animation: lineWidth 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    transform-origin: left;
    width: 80px;
    background: rgb(170,207,200);
    height: 3px;
    content: "";
    left: 0;
    position: absolute;
    bottom: -12px;
}

.who_we_are29 .text_post09 p::before {
    height: 10px;
    left: -20px;
    width: 10px;
    top: 50%;
    position: absolute;
    background-color: rgb(170,207,200);
    content: "";
    transform: translateY(-50%);
}

.contact_information89 {
    overflow: hidden;
    position: relative;
    padding: 100px 0;
    background: rgb(224,235,233);
}

.contact_information89 .pic_list16 {
    top: 5%;
    left: 0;
    position: absolute;
    border-radius: 0 17px 17px 0;
    width: 45%;
    box-shadow: 5px 0 25px rgba(0, 0, 0, 0.2);
    height: 90%;
}

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

.contact_information89 .connect_message65 {
    background: #ffffff;
    overflow: hidden;
    float: right;
    flex-direction: column;
    display: flex;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    border-radius: 17px;
    width: 60%;
    position: relative;
}

.contact_information89 .connect_message65::before {
    background: linear-gradient(to right, rgb(170,207,200), rgb(119,158,177));
    height: 5px;
    width: 100%;
    left: 0;
    content: '';
    position: absolute;
    top: 0;
}

.contact_information89 input[type="text"],
.contact_information89 textarea {
    border: none;
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 10px;
    width: 100%;
    background: rgb(224,235,233);
    color: #000000;
    font-size: 18px;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
}

.contact_information89 .help_support40 {
    align-items: flex-start;
    display: flex;
    margin-bottom: 25px;
}

.contact_information89 .help_support40 input[type="checkbox"]:checked + label::before {
    background: rgb(170,207,200);
}

.contact_information89 .help_support40 input[type="checkbox"]:checked + label::after {
    border: solid #ffffff;
    left: 6px;
    border-width: 0 2px 2px 0;
    height: 9px;
    position: absolute;
    width: 6px;
    top: 6px;
    content: '';
    transform: rotate(45deg);
}

.contact_information89 .help_form84 {
    background: linear-gradient(135deg, rgb(170,207,200), rgb(119,158,177));
    padding: 40px;
    color: #ffffff;
}

.contact_information89 .help_form84 h4::after {
    bottom: -8px;
    position: absolute;
    left: 0;
    width: 40px;
    content: '';
    background: #ffffff;
    height: 2px;
}

.contact_information89 .request_help63 li:hover {
    transform: translateX(5px);
}

.contact_information89 .request_help63 svg path {
    fill: #ffffff;
}

.contact_information89 .request_help63 a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: #ffffff;
}

.privacy_compartment73:before, .privacy_compartment73:after {
    top: 0;
    transform: rotate(45deg) translate(-50%, -50%);
    background: linear-gradient(45deg, rgb(170,207,200,0.5), rgb(119,158,177,0.5));
    left: 0;
    position: absolute;
    content: "";
    z-index: 0;
    width: 100%;
    height: 100%;
    transform-origin: center;
    opacity: 0.2;
    pointer-events: none;
}

.privacy_compartment73 li {
    counter-increment: list-counter;
    padding-left: 30px;
    position: relative;
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 10px;
}

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

.privacy_compartment73 h3, .privacy_compartment73 h4, .privacy_compartment73 h5, .privacy_compartment73 h6 {
    font-weight: 600;
    font-size: 18px;
    margin-top: 20px;
    z-index: 1;
    text-transform: uppercase;
    position: relative;
    color: rgb(170,207,200);
    margin-bottom: 10px;
}

.privacy_compartment73 button {
    background: rgb(170,207,200);
    font-size: 20px;
    border-radius: 10px;
    color: #ffffff;
    cursor: pointer;
    position: relative;
    padding: 15px 30px;
    border: none;
    font-weight: 700;
    z-index: 1;
    text-transform: uppercase;
}

header .top_edu31 {
    overflow: hidden;
    position: relative;
}

header .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 15px 25px;
}

header .container:before {
    opacity: 0.7;
    background: rgb(170,207,200);
    transform: translateY(-50%) rotate(45deg);
    height: 8px;
    position: absolute;
    left: 10px;
    content: '';
    width: 8px;
    top: 50%;
}

header .header_pagewrap84:before {
    opacity: 0.2;
    bottom: -10px;
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    background: linear-gradient(90deg,
        transparent 0%,
        #000000 20%,
        #000000 80%,
        transparent 100%
    );
    left: 0;
}

header .first_pagebar40:before {
    height: 2px;
    content: '';
    width: 100%;
    bottom: 0;
    transform: translateX(-101%);
    background: rgb(170,207,200);
    transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    left: 0;
    position: absolute;
}

header .first_pagebar40:hover {
    color: rgb(170,207,200);
}

header .first_pagebar40:hover:after {
    top: calc(100% - 3px);
    opacity: 1;
}

header .head_expert35:after {
    height: 10px;
    background: linear-gradient(135deg, rgb(170,207,200), rgb(119,158,177));
    left: -5px;
    position: absolute;
    transform: scale(0);
    transition: all 0.4s ease;
    top: -5px;
    opacity: 0;
    width: 10px;
    content: '';
    border-radius: 50%;
}

header .head_expert35:hover svg {
    transform: scale(1.05);
}

.alertPrivacySettings79 {
    position: fixed;
    z-index: 90;
    border-top: 2px solid rgb(170,207,200);
    bottom: 0;
    background: rgb(224,235,233);
    width: 100%;
}

.track_settings28 {
    border-bottom: 2px solid rgb(170,207,200);
    text-align: center;
    font-size: 24px;
    white-space: nowrap;
    flex-shrink: 0;
    color: rgb(170,207,200);
    min-width: 120px;
    cursor: pointer;
    margin-left: 10px;
    text-decoration: none;
    line-height: 35px;
}

.offer_card06::before {
    right: -3rem;
    top: -3rem;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    content: "";
    opacity: 0.07;
    transform: rotate(15deg);
    background: linear-gradient(135deg, rgb(170,207,200), rgb(119,158,177));
    width: 12rem;
    position: absolute;
    height: 12rem;
}

.offer_card06 .edu_packages39 h2 {
    margin-bottom: 1rem;
    position: relative;
    color: #000000;
    display: inline-block;
    font-size: 37px;
    font-weight: 700;
}

.offer_card06 .price_grid42 {
    display: grid;
    width: 100%;
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.offer_card06 .access_rates43:hover .learn_price74 {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.1);
}

.offer_card06 .rate_plans35 {
    flex-direction: column;
    display: flex;
    overflow: hidden;
    position: relative;
    flex: 1;
    padding: 2rem;
    z-index: 2;
}

.offer_card06 .access_rates43:hover .rate_plans35 h3 {
    color: rgb(170,207,200);
}

.offer_card06 .price_opts26::before {
    width: 3rem;
    transition: transform 0.4s ease;
    content: "";
    bottom: -0.75rem;
    background-color: rgb(170,207,200,0.5);
    position: absolute;
    left: 0;
    height: 2px;
    transform-origin: left;
    transform: scaleX(1);
}

.offer_card06 .pic_list16::after {
    transition: opacity 0.3s ease;
    position: absolute;
    background: linear-gradient(to top, rgba(0,0,0,0.15), transparent);
    right: 0;
    left: 0;
    top: 0;
    content: "";
    bottom: 0;
    opacity: 0.7;
}

.title_board26::before {
    right: 0;
    top: 0;
    pointer-events: none;
    background: radial-gradient(circle at 70% 30%, rgba(94, 170, 168, 0.08) 0%, transparent 70%),
                repeating-linear-gradient(45deg, rgba(94, 170, 168, 0.03) 0px, rgba(94, 170, 168, 0.03) 1px, 
                transparent 1px, transparent 10px);
    content: "";
    z-index: 1;
    bottom: 0;
    position: absolute;
    left: 0;
}

.title_board26 h1::after {
    transform: scaleX(0.7);
    height: 3px;
    width: 80px;
    background: linear-gradient(90deg, rgb(170,207,200) 0%, rgb(119,158,177) 100%);
    left: 0;
    position: absolute;
    content: "";
    transform-origin: left;
    bottom: -10px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.title_board26 .learn_head29 svg path {
    transition: fill 0.4s ease;
    fill: rgb(94, 170, 168);
}

.title_board26 .learn_head29 svg text {
    transition: fill 0.4s ease;
    letter-spacing: 0.5px;
    font-family: Arial, sans-serif;
}

.title_board26 .learn_head29 p::before {
    left: 0;
    background: linear-gradient(to bottom, rgb(170,207,200), rgb(119,158,177));
    top: 0;
    border-radius: 2px;
    width: 3px;
    bottom: 0;
    position: absolute;
    content: "";
    opacity: 0.7;
}

.title_board26 .inquiry_card97:hover {
    box-shadow: 0 8px 25px rgba(94, 170, 168, 0.3);
    transform: translateY(-3px);
}

.title_board26 .inquiry_card97:hover::before {
    transform: translateX(100%);
}

.title_board26 .pic_list16 {
    margin-bottom: 30px;
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg);
    z-index: 2;
    border-radius: 28px;
    height: 300px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.6s ease;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.instructor_profile96::before {
    left: 0;
    content: "";
    top: 0;
    background-image: 
    linear-gradient(45deg, rgb(119,158,177,0.5) 25%, transparent 25%),
    linear-gradient(-45deg, rgb(119,158,177,0.5) 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, rgb(119,158,177,0.5) 75%),
    linear-gradient(-45deg, transparent 75%, rgb(119,158,177,0.5) 75%);
    background-size: 20px 20px;
    opacity: 0.05;
    width: 100%;
    height: 100%;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    position: absolute;
    z-index: 1;
}

.instructor_profile96 .pic_list16 {
    width: 120px;
    border-radius: 50%;
    animation: pulse 6s infinite alternate;
    box-shadow: 
    0 5px 15px rgba(0,0,0,0.1),
    0 0 0 5px #ffffff,
    0 0 0 8px rgb(119,158,177,0.5);
    height: 120px;
}

.instructor_profile96 .feedback_track36:hover .name::after {
    width: 100%;
}

.instructor_profile96 .feedback_track36 > div:nth-child(2) > div {
    position: relative;
    opacity: 0.85;
    font-weight: 600;
    font-size: 0.95rem;
    color: #000000;
}

.instructor_profile96 .career_expertise72::after {
    position: absolute;
    color: rgb(119,158,177,0.5);
    content: "";
    opacity: 0.3;
    font-size: 5rem;
    pointer-events: none;
    bottom: -4rem;
    right: -1rem;
}

.future_members84::after {
    right: 25%;
    animation-delay: 4s;
}

.future_members84 .skill_guides69::before,
.future_members84 .skill_guides69::after {
    position: absolute;
    width: 100%;
    content: '';
    animation: horizontalBeam 10s infinite ease-out;
    background: linear-gradient(to right, 
        transparent 10%, 
        rgb(119,158,177) 50%, 
        transparent 90%);
    z-index: -1;
    left: 0;
    height: 1px;
    opacity: 0;
}

.future_members84 .skill_guides69::before {
    top: 30%;
    animation-delay: 2s;
}

.future_members84 ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    align-items: center;
    overflow: hidden;
    font-size: 17px;
    color: #000000;
    display: flex;
    font-weight: 400;
    padding: 1.3rem 1.5rem;
    position: relative;
}

.future_members84 ul li:hover {
    color: #000000;
    background-color: rgba(255, 255, 255, 0.05);
}

.future_members84 ul li:hover::before {
    transform: scaleY(1);
}

.future_members84 ul li svg {
    margin-right: 1.5rem;
    transition: all 0.4s ease;
    position: relative;
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    z-index: 1;
}

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

.future_members84 ul::before {
    position: absolute;
    right: 20px;
    content: '';
    border-radius: 50%;
    border: 1px solid rgb(170,207,200,0.5);
    width: 50px;
    height: 50px;
    top: 20px;
    opacity: 0.2;
}

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

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

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

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

footer .main_sitewrap89 a {
    color: #000000;
    position: relative;
    padding: 8px 0;
    flex: 1 0 calc(50% - 30px);
    font-size: 12px;
    transition: all 0.3s ease;
    text-decoration: none;
}

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

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

footer .news_section20 {
    border: none;
    cursor: pointer;
    color: #ffffff;
    border-radius: 10px;
    padding: 15px;
    background-color: #000000;
    transition: all 0.3s ease;
    font-size: 16px;
    font-weight: 600;
}

.gratHub94::before {
    filter: blur(20px);
    transform: rotate(-15deg) translateZ(0);
    content: "";
    top: -5%;
    z-index: -1;
    background: linear-gradient(225deg, rgb(170,207,200) 0%, transparent 70%);
    height: 45%;
    animation: float 15s ease-in-out infinite alternate;
    right: -5%;
    width: 45%;
    opacity: 0.15;
    position: absolute;
}

.gratHub94 .skill_guides69:hover {
    transform: perspective(1000px) rotateX(0deg) translateZ(0) translateY(-5px);
    box-shadow: 0 30px 60px -15px rgba(rgba(0, 0, 0, 0.5), 0.15),
                0 -10px 40px -10px rgba(rgb(170,207,200,0.5), 0.1);
}

.gratHub94 h5 {
    font-weight: 700;
    color: #000000;
    font-size: clamp(calc(18px * 0.8), 4vw, 18px);
    line-height: 1.4;
    letter-spacing: -0.01em;
    opacity: 0;
    margin: 0;
    animation: fadeUpIn 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    transform: translateY(20px);
}

.gratHub94 .skill_guides69 > div:last-child::before {
    z-index: -1;
    content: "";
    width: 80px;
    background: linear-gradient(135deg, rgb(119,158,177) 0%, transparent 80%);
    position: absolute;
    border-radius: 50%;
    top: -10px;
    height: 80px;
    opacity: 0.2;
    transform: translateZ(0);
    right: -40px;
    animation: pulse 6s ease-in-out infinite alternate;
}



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



@media (min-width: 768px) {.course_overview83 {
    padding: 150px 0;
}.course_overview83 h2 {
    font-size: calc(28px + 0.5rem);
    margin-bottom: 60px;
    max-width: 80%;
}.course_overview83 h2::after {
    width: 120px;
}.course_overview83 .learn_path56 {
    gap: 60px;
    flex-direction: row;
    align-items: flex-start;
}.course_overview83 .pic_list16 {
    transform: perspective(1000px) rotateX(3deg) rotateY(-5deg);
    min-height: 500px;
    flex: 0 0 45%;
    height: auto;
}.course_overview83 .text_post09 {
    transform: translateY(30px);
    padding: 40px;
    flex: 1;
}.course_overview83 .description {
    font-size: 15px;
}
}



@media (min-width: 992px) {.who_we_are29 {
    padding: 150px 0 180px;
}.who_we_are29 .container {
    padding: 0 40px;
}.who_we_are29 h2 {
    margin-bottom: 60px;
    font-size: calc(32px * 1.4);
}.who_we_are29 .text_post09 {
    width: calc(100% - 40px);
    margin-left: 40px;
    padding: 60px;
}
}



@media (prefers-reduced-motion) {.who_we_are29 .container,
    .who_we_are29 .text_post09,
    .who_we_are29 h2::after {
    transform: none;
    opacity: 1;
    animation: none;
}}



@media (max-width: 576px) {.contact_information89 {
    padding: 40px 0;
}.contact_information89 h3 {
    margin-bottom: 30px;
    font-size: calc(31px * 0.8);
}.contact_information89 .inquiry_info71,
    .contact_information89 .help_form84 {
    padding: 25px 20px;
}.contact_information89 input[type="text"],
    .contact_information89 textarea {
    margin-bottom: 15px;
    padding: 12px;
}.contact_information89 textarea {
    height: 110px;
}.contact_information89 .inquiry_card97 {
    width: 100%;
}}



@media (max-width: 767px) {header .top_train30 {
    transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    right: -100%;
    top: 0;
    height: 100vh;
    position: fixed;
    padding: 75px 30px 30px;
    flex-direction: column;
    gap: 5px;
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.1);
    z-index: 1001;
    background: rgb(224,235,233);
    width: 80%;
    max-width: 320px;
}header .top_train30:before {
    height: 1px;
    width: 80%;
    left: 10%;
    top: 60px;
    bottom: auto;
}header .menu.active {
    right: 0;
}header .first_pagebar40 {
    width: 100%;
    padding: 14px 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}header .first_pagebar40:last-child {
    border-bottom: none;
}header .first_pagebar40:after {
    left: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}header .first_pagebar40:hover:after {
    left: 5px;
    top: 50%;
    opacity: 1;
}header .head_expert35 {
    margin: 0 auto;
}
}



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



@media (min-width: 992px) {.title_board26 {
    padding: 120px 0;
}.title_board26 .skill_guides69 {
    gap: 60px;
}.title_board26 .text_post09 {
    padding: 0 40px 0 0;
}.title_board26 .pic_list16 {
    height: 550px;
}.title_board26 h1 {
    font-size: calc(43px * 0.95);
    margin-bottom: 35px;
}.title_board26 .learn_head29 {
    gap: 35px;
    margin-bottom: 40px;
}.title_board26 .learn_head29 p {
    font-size: calc(12px * 1.2);
}.title_board26 .learn_head29 svg {
    height: 120px;
    width: 120px;
}.title_board26 .inquiry_card97 {
    padding: 16px 36px;
}
}



@media (min-width: 1200px) {.instructor_profile96 {
    padding: 8rem 4rem;
}.instructor_profile96 .feedback_track36 {
    border-left-width: 6px;
    gap: 4rem;
    padding: 4rem;
}.instructor_profile96 .pic_list16 {
    width: 180px;
    height: 180px;
}.instructor_profile96 .career_expertise72 {
    font-size: calc(17px * 1.1);
    line-height: 1.9;
}.instructor_profile96 .container::before {
    opacity: 0.6;
    position: absolute;
    border-radius: 50%;
    filter: blur(30px);
    width: 100px;
    z-index: -1;
    top: -20px;
    right: -20px;
    content: "";
    height: 100px;
    background: linear-gradient(135deg, rgb(170,207,200,0.5) 0%, transparent 70%);
}.instructor_profile96 .container::after {
    content: "";
    opacity: 0.5;
    z-index: -1;
    background: linear-gradient(135deg, rgb(119,158,177,0.5) 0%, transparent 70%);
    width: 150px;
    bottom: -30px;
    position: absolute;
    filter: blur(40px);
    height: 150px;
    left: 10%;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}}



@media (min-width: 768px) {.gratHub94 {
    padding: 7rem 0;
}.gratHub94 .skill_guides69 {
    padding: clamp(3rem, 6vw, 5rem);
    gap: 4rem;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}.gratHub94 .skill_guides69 > div:first-child {
    padding-right: 2rem;
    padding-bottom: 0;
}.gratHub94 .skill_guides69 > div:first-child::after {
    height: 70%;
    right: 0;
    top: 15%;
    animation: expandVertLine 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.2s;
    left: auto;
    transform-origin: top center;
    background: linear-gradient(180deg, rgb(170,207,200) 0%, transparent 100%);
    width: 3px;
    transform: scaleY(0);
    bottom: auto;
}.gratHub94 h5 {
    text-align: left;
}
}



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



@keyframes expandVertical {
    to {
        height: 100%;
    }
}



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



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



@keyframes pulse {
  0%, 100% {
    box-shadow: 
      0 5px 15px rgba(0,0,0,0.1),
      0 0 0 5px #ffffff,
      0 0 0 8px rgb(119,158,177,0.5);
  }
  50% {
    box-shadow: 
      0 8px 20px rgba(0,0,0,0.15),
      0 0 0 5px #ffffff,
      0 0 0 12px rgb(119,158,177,0.5);
  }
}



@keyframes pulseLine {
    0%, 100% {
        opacity: 0.5;
        transform: translateX(-50%) scaleX(0.3);
    }
    50% {
        opacity: 1;
        transform: translateX(-50%) scaleX(1);
    }
}



@keyframes float {
    0% {
        transform: rotate(-15deg) translateZ(0) translate(0, 0);
    }
    100% {
        transform: rotate(-5deg) translateZ(0) translate(10px, -10px);
    }
}

