﻿header,footer {
    width: 100%;
}

header {
    background: linear-gradient(to right, #ffffff, rgb(211,216,235));
    z-index: 100;
    padding: 0;
    position: relative;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.07);
    width: 100%;
}

.modalTrackingConsent .consent_edu svg {
    width: 60px;
    height: 60px;
    fill: rgb(169,180,213);
}

.modalTrackingConsent .visitor_confirm p {
    font-size: 12px;
    color: #000000;
    line-height: 1.5;
    margin: 0;
}

.modalTrackingConsent .user_dialog:active {
    box-shadow: none;
    transform: translateY(1px);
}

.join_our_mailing_list::before {
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.03) 10px,
        transparent 10px,
        transparent 20px
    );
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    content: "";
    left: 0;
    z-index: -1;
}

.join_our_mailing_list h4 {
    font-weight: 600;
    animation: slideInTitle 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.2s;
    transform: translateX(-10px);
    line-height: 1.4;
    opacity: 0;
    margin-bottom: 2rem;
    color: #ffffff;
    font-size: 20px;
    position: relative;
}

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

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

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

.course_highlights .image_box::after {
    content: "";
    position: absolute;
    inset: 0;
    backdrop-filter: brightness(1.05);
    background: linear-gradient(
    to right,
    rgba(rgb(169,180,213,0.5), 0.2),
    transparent 40%
  );
}

.course_highlights .text_pill_wrap:hover::before {
    height: 100%;
}

.course_highlights .text_pill_wrap:hover h3 {
    transform: translateX(15px);
    color: rgb(169,180,213);
}

.course_highlights .text_pill_wrap div {
    position: relative;
    overflow: hidden;
}

.title_section {
    width: 100%;
    position: relative;
    z-index: 1;
    height: 100vh;
    min-height: 650px;
    overflow: hidden;
}

.title_section .skill_studio {
    max-width: 1200px;
    width: 90%;
    gap: 2rem;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.03) 100%);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    transform: perspective(1000px) rotateX(2deg);
    transform-style: preserve-3d;
    padding: 3rem;
    position: relative;
    flex-direction: column;
    z-index: 2;
    transition: transform 0.5s ease-out;
    backdrop-filter: blur(10px);
    display: flex;
}

.title_section h3 {
    font-weight: 300;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(122,141,188,0.5) 100%);
    color: #ffffff;
    border-right: 3px solid rgb(122,141,188);
    animation: slideIn 0.8s 0.9s forwards;
    text-align: right;
    opacity: 0;
    font-size: calc(19px * 0.9);
    margin: 0;
    padding: 1rem 1.5rem;
    transform: translateX(20px);
    line-height: 1.6;
    font-family: Arial, sans-serif;
}

.training_benefits .study_training {
    position: relative;
    gap: 0;
    display: grid;
    grid-template-columns: 1fr 1.3fr;
}

.training_benefits .text_pill_wrap::before {
    top: 0;
    height: 100px;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    right: 0;
    position: absolute;
    opacity: 0.4;
    background: linear-gradient(135deg, rgb(169,180,213,0.5), transparent);
    width: 100px;
    content: "";
}

.training_benefits ul {
    padding: 0;
    display: flex;
    margin: 0;
    list-style: none;
    flex-direction: column;
    gap: 15px;
}

.training_benefits li p {
    font-size: 12px;
    gap: 16px;
    margin: 0;
    z-index: 1;
    color: #000000;
    overflow: hidden;
    box-shadow: 
    5px 5px 15px rgba(0, 0, 0, 0.05),
    -3px -3px 10px rgba(255, 255, 255, 0.8);
    position: relative;
    border-radius: 10px;
    display: flex;
    padding: 15px 20px;
    align-items: center;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.5));
}

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

.pricing_set h2 {
    font-size: 37px;
    transform: translateX(-5%);
    display: inline-block;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
    position: relative;
}

.pricing_set .cert_fees {
    line-height: 1.6;
    transform: translateX(-3%);
    font-size: calc(15px * 1.1);
    opacity: 0.9;
    margin-bottom: 50px;
    max-width: 80%;
}

.pricing_set .value_fees:hover {
    transform: translateY(-8px) scale(1.02);
}

.pricing_set .value_fees:hover .qtr_cost::before {
    opacity: 0.15;
}

.pricing_set .learning_fees h4 {
    transition: color 0.3s ease;
    font-weight: 700;
    position: relative;
    font-size: calc(23px * 1.2);
    margin: 0 0 20px;
    color: #ffffff;
}

.pricing_set .value_fees:hover .learning_fees h4::after {
    height: 100%;
    opacity: 1;
}

.pricing_set .skill_plans {
    color: #ffffff;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    background: linear-gradient(135deg, 
        rgb(169,180,213,0.5) 0%, 
        rgb(122,141,188,0.5) 100%);
    font-weight: 700;
    padding: 5px 10px;
    transition: all 0.3s ease;
    margin-top: auto;
    display: inline-block;
    font-size: calc(23px * 1.3);
    border-radius: 4px;
    position: relative;
    align-self: flex-start;
}

.education_history .user_opinions {
    backdrop-filter: blur(10px);
    gap: 2rem;
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
    transform: translateZ(0);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.05),
        0 1px 3px rgba(0, 0, 0, 0.03),
        0 0 80px rgba(rgb(169,180,213), 0.03) inset;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 100%);
    padding: 2.5rem;
}

.education_history .user_opinions > div:nth-child(2) > div {
    font-size: calc(18px - 0.1rem);
    letter-spacing: 0.02em;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.5);
    margin-top: 0.5rem;
}

.contact_form_box::before {
    border-radius: 50%;
    z-index: 1;
    content: "";
    position: absolute;
    right: -150px;
    height: 400px;
    filter: blur(70px);
    top: -150px;
    width: 400px;
    background: linear-gradient(45deg, rgb(169,180,213,0.5), rgb(122,141,188,0.5));
}

.contact_form_box .query_help {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    display: flex;
    position: relative;
    background: #ffffff;
    border-radius: 20px;
}

.contact_form_box .image_box::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5));
    z-index: 1;
    inset: 0;
    position: absolute;
    content: "";
}

.contact_form_box form {
    z-index: 3;
    position: relative;
}

.contact_form_box form input[type="text"] {
    border-radius: 12px;
    transition: all 0.3s ease;
    background: rgb(211,216,235);
    color: #000000;
    padding: 18px 25px;
    border: none;
    margin-bottom: 25px;
    font-size: 16px;
    width: 100%;
}

.contact_form_box .query_inquiry input[type="checkbox"]:checked + label::before {
    background: linear-gradient(135deg, rgb(169,180,213), rgb(122,141,188));
}

.contact_form_box .query_inquiry label a:hover {
    color: rgb(122,141,188);
}

.contact_form_box .message_message:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}

.contact_form_box svg {
    stroke: rgb(169,180,213);
    height: 24px;
    fill: none;
    margin-right: 12px;
    transition: all 0.3s ease;
    width: 24px;
}

.secure_safehouse {
    background-color: rgb(211,216,235);
    padding: 2rem;
    color: #000000;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
}

.secure_safehouse ul li {
    position: relative;
    padding: 0.5rem 0;
    margin-bottom: 0.5rem;
    padding-left: 1.5rem;
    font-size: 18px;
    font-weight: 400;
}

.try_immediately::before {
    background: repeating-linear-gradient(
        45deg,
        rgb(122,141,188,0.5) 0px,
        rgb(122,141,188,0.5) 2px,
        transparent 2px,
        transparent 12px
    );
    opacity: 0.1;
    z-index: 1;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    content: "";
    position: absolute;
}

.try_immediately .study_training:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}

.try_immediately svg {
    transition: transform 0.3s ease;
    height: 48px;
    width: 48px;
    transform: rotate(-5deg);
}

.try_immediately .message_message {
    position: relative;
    display: inline-block;
    font-size: 14px;
    overflow: hidden;
    text-decoration: none;
    background: linear-gradient(135deg, rgb(169,180,213) 0%, rgb(122,141,188) 100%);
    border-radius: 10px;
    padding: 15px 35px;
    font-family: Arial, sans-serif;
    z-index: 1;
    color: #ffffff;
    font-weight: 600;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.education_framework .study_training:hover {
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.07), 0 10px 20px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}

.education_framework h3 {
    opacity: 0;
    font-weight: 700;
    position: relative;
    animation: slide-in 0.8s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    font-size: calc(37px * 0.85);
    font-family: Arial, sans-serif;
    margin-bottom: 1.5rem;
    transform: translateX(-20px);
    letter-spacing: -0.02em;
    color: #000000;
}

.education_framework p span::before {
    opacity: 0.3;
    height: 1px;
    background: linear-gradient(to right, rgb(122,141,188,0.5), transparent);
    position: absolute;
    animation: line-grow-subtle 1.2s 1s forwards cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    bottom: -5px;
    transform-origin: left;
    transform: scaleX(0);
    content: "";
    width: 100%;
}

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

.tyCard .study_training:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.12),
        0 10px 20px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(255, 255, 255, 0.2);
}

.tyCard h5 {
    color: #000000;
    font-size: 19px;
    position: relative;
    margin: 0;
    font-weight: 700;
    display: inline-block;
    line-height: 1.4;
}

.tyCard a::before {
    height: 100%;
    transition: width 0.3s ease;
    top: 0;
    width: 4px;
    position: absolute;
    content: "";
    left: 0;
    background: linear-gradient(to bottom, rgb(169,180,213), rgb(122,141,188));
}

footer {
    position: relative;
}

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

.slack_invite .company_holder h3::after {
    bottom: -8px;
    left: 0;
    position: absolute;
    content: "";
    height: 3px;
    width: 40px;
    background: rgb(169,180,213);
    border-radius: 10px;
}

.slack_invite .head_base {
    gap: 60px;
    display: flex;
}

.slack_invite .page_header .head_base {
    flex-direction: column;
    gap: 15px;
    display: flex;
}

.slack_invite .page_header .head_base a::before {
    height: 1px;
    width: 0;
    top: 50%;
    opacity: 0;
    background: rgb(169,180,213);
    transition: all 0.3s ease;
    transform: translateY(-50%);
    position: absolute;
    content: "";
    left: 0;
}

.slack_invite .container::before {
    left: -75px;
    height: 150px;
    bottom: -75px;
    position: absolute;
    content: "";
    filter: blur(30px);
    animation: pulse 10s infinite alternate-reverse;
    background: radial-gradient(
        circle, 
        rgb(122,141,188,0.5), 
        transparent 70%
    );
    border-radius: 50%;
    width: 150px;
}

.slack_invite .page_header .head_base a:nth-child(even):hover {
    transform: translateX(2px);
}

.knowl_base .green_edu:hover {
    letter-spacing: 0.7px;
    opacity: 1;
}

.aspiring_learners {
    overflow: hidden;
    padding: 120px 0;
    background: rgb(211,216,235);
    position: relative;
}

.aspiring_learners h3 {
    font-size: 29px;
    color: #000000;
    display: inline-block;
    text-align: center;
    margin-bottom: 70px;
    font-family: Arial, sans-serif;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 700;
    position: relative;
}

.aspiring_learners ul li {
    position: relative;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    align-items: center;
    z-index: 2;
    overflow: hidden;
    justify-content: flex-start;
    height: 220px;
    color: #000000;
    transition: all 0.4s ease;
    padding: 0;
    flex-direction: column;
    width: 220px;
    font-size: 18px;
    background: #ffffff;
    display: flex;
    border-radius: 50%;
    font-family: Arial, sans-serif;
}

.aspiring_learners ul li:hover svg path {
    fill: #ffffff;
}

header::after {
    content: '';
    position: absolute;
    left: 0;
    background: linear-gradient(to bottom, rgb(169,180,213), rgb(122,141,188));
    z-index: 1;
    top: 0;
    height: 100%;
    width: 5px;
}

header .top_prime:hover {
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

header .page_header {
    border-radius: 10px;
    position: relative;
    padding: 0.4rem 0.6rem;
    gap: 0.4rem;
    background: rgba(255, 255, 255, 0.3);
    display: flex;
    align-items: center;
}

header .nav_teach:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
    color: #ffffff;
    transform: translateY(-2px);
}

.about_this {
    z-index: 1;
    padding: 140px 0;
    overflow: hidden;
    background: rgb(211,216,235);
    position: relative;
}

.about_this .container::before {
    width: 200px;
    top: -100px;
    position: absolute;
    opacity: 0.1;
    background: rgb(169,180,213,0.5);
    border-radius: 50%;
    content: "";
    animation: float 15s ease-in-out infinite alternate;
    right: -100px;
    filter: blur(80px);
    height: 200px;
}

.about_this .path_creators:hover {
    transform: translateY(-15px) rotateX(5deg);
    border-color: rgb(169,180,213,0.5);
    box-shadow: 0 35px 60px rgba(0, 0, 0, 0.12), 0 0 30px rgb(169,180,213,0.5);
}

.about_this .path_creators::after {
    transition: opacity 0.4s ease;
    position: absolute;
    inset: -1px;
    border-radius: calc(17px + 1px);
    opacity: 0;
    background: linear-gradient(90deg, transparent, rgb(169,180,213,0.5), transparent);
    z-index: -2;
    content: "";
    animation: borderGlow 4s linear infinite;
}



.about_this .skill_track {
    padding-top: 15px;
    text-align: center;
    position: relative;
    width: 100%;
}

.about_this .quick_studies {
    display: inline-block;
    font-size: calc(19px * 1.15);
    position: relative;
    color: #000000;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    font-weight: 700;
}

.about_this .path_creators:hover .learn_spot {
    color: rgb(122,141,188);
    transform: translateY(2px);
    opacity: 1;
}

.about_this .text_pill_wrap::before,
.about_this .text_pill_wrap::after {
    animation: blobAnimation 25s infinite alternate;
    position: absolute;
    content: "";
    border-radius: 45% 55% 50% 50% / 55% 45% 55% 45%;
    width: 500px;
    transition: all 0.8s ease;
    height: 500px;
    filter: blur(60px);
    background: rgb(169,180,213,0.5);
    opacity: 0.03;
    z-index: -1;
}



.about_this .text_pill_wrap::before {
    top: -250px;
    right: -250px;
}

.about_this .text_pill_wrap::before,
.about_this .text_pill_wrap::after,
.about_this .path_creators::before,
.about_this .path_creators::after,
.about_this .image_box::before,
.about_this .image_box::after {
    pointer-events: none;
}

.about_this .study_training::after {
    top: 0;
    background-size: 40px 40px;
    pointer-events: none;
    z-index: -1;
    left: 0;
    position: absolute;
    opacity: 0.03;
    height: 100%;
    background-image: 
        radial-gradient(rgb(169,180,213,0.5) 1px, transparent 1px),
        radial-gradient(rgb(122,141,188,0.5) 1px, transparent 1px);
    background-position: 0 0, 20px 20px;
    width: 100%;
    content: "";
}

.reach_out_info .contact_links h3 {
    color: #ffffff;
    font-size: 42px;
    letter-spacing: 1px;
    position: relative;
    text-shadow: 0 0 10px rgba(rgb(169,180,213,0.5), 0.5);
    padding-left: 1rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    border-left: 4px solid rgb(169,180,213);
    transform: translateZ(5px);
    display: inline-block;
    text-transform: uppercase;
}

.reach_out_info .contact_card span:hover {
    transform: translateY(-5px) translateZ(10px);
    border-color: rgba(rgb(169,180,213,0.5), 0.4);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3), 0 0 15px rgba(rgb(169,180,213,0.5), 0.3);
}

.reach_out_info .contact_card span svg {
    fill: rgb(169,180,213);
    height: 24px;
    transition: all 0.3s ease;
    right: 1rem;
    transform: translateZ(10px);
    width: 24px;
    position: absolute;
    opacity: 0.8;
    top: 1rem;
    filter: drop-shadow(0 0 5px rgba(rgb(169,180,213,0.5), 0.7));
}

.reach_out_info .contact_card span > span svg {
    margin-right: 0.75rem;
    position: relative;
    width: 18px;
    top: auto;
    height: 18px;
    opacity: 0.7;
    right: auto;
    margin-bottom: 0;
}

.reach_out_info .contact_card span a:hover svg {
    transform: translateZ(5px) scale(1.1);
    fill: #ffffff;
}

.reach_out_info .request_info::after {
    content: '';
    height: 60px;
    width: 60px;
    right: -30px;
    top: -30px;
    border-radius: 50%;
    background: rgb(122,141,188);
    position: absolute;
    opacity: 0.1;
}

.reach_out_info .request_info h4 svg {
    filter: drop-shadow(0 0 5px rgba(rgb(122,141,188,0.5), 0.5));
    margin-right: 0.75rem;
    animation: clockRotate 10s linear infinite;
    transform-origin: center;
    width: 22px;
    fill: rgb(122,141,188);
    height: 22px;
}


.reach_out_info .container::before {
    box-shadow: 0 0 15px rgb(169,180,213);
    border-radius: 50%;
    bottom: 20px;
    height: 10px;
    background: rgb(169,180,213);
    animation: blinkingLight 2s infinite;
    z-index: 5;
    position: absolute;
    width: 10px;
    content: '';
    right: 20px;
}


@media (max-width: 768px) {.modalTrackingConsent .consent_edu {
    margin-bottom: 15px;
    margin-right: 0;
}.modalTrackingConsent .user_dialog {
    width: 48%;
    text-align: center;
    margin-left: 0;
}}



@media screen and (max-width: 767px) {.join_our_mailing_list {
    padding: 4rem 0;
}.join_our_mailing_list .study_training {
    padding: 2rem;
}.join_our_mailing_list h4 {
    text-align: center;
    font-size: calc(20px * 0.9);
}.join_our_mailing_list h4::before {
    left: -15px;
}.join_our_mailing_list .input_holder {
    justify-content: center;
}.join_our_mailing_list .input_holder span {
    flex: 1 1 100%;
}
}



@media (max-width: 767px) {.course_highlights {
    padding: 70px 0;
}.course_highlights .image_box {
    height: 280px;
    margin: 0 -15px;
    width: calc(100% + 30px);
}.course_highlights .text_pill_wrap {
    padding: 30px 25px;
}.course_highlights .text_pill_wrap h3 {
    font-size: calc(22px * 1.1);
    margin-bottom: 20px;
}.course_highlights .description {
    line-height: 1.7;
    max-height: 250px;
    font-size: calc(13px * 0.95);
}}



@media (max-width: 992px) {.training_benefits {
    padding: 60px 0;
}.training_benefits .study_training {
    gap: 30px;
    grid-template-columns: 1fr;
}.training_benefits .image_box {
    min-height: 350px;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}.training_benefits .text_pill_wrap {
    margin-left: 0;
    padding: 35px 30px;
}
}



@media (max-width: 576px) {.training_benefits {
    padding: 40px 0;
}.training_benefits .image_box {
    min-height: 220px;
}.training_benefits .text_pill_wrap {
    padding: 25px 20px;
}.training_benefits h3 {
    font-size: calc(31px * 0.9);
    margin-bottom: 25px;
}.training_benefits li p {
    padding: 12px 15px;
    font-size: 12px;
    gap: 12px;
}.training_benefits svg {
    width: 22px;
    padding: 8px;
    height: 22px;
}}



@media (min-width: 1024px) {.education_history .user_opinions {
    grid-template-columns: auto 1fr;
    gap: 3rem 4rem;
    padding: 4rem;
}.education_history .image_box {
    transform: rotate(-3deg) translateZ(0);
    width: 300px;
    height: 300px;
}.education_history .name {
    font-size: calc(23px + 0.4rem);
}.education_history .name::after {
    height: 4px;
}.education_history .emp_items {
    font-size: calc(18px + 0.1rem);
    line-height: 1.7;
}.education_history .user_opinions > div:nth-child(2) > div {
    font-size: 18px;
}
}


@media only screen and (max-width: 800px) {.secure_safehouse {
    padding: 1rem;
    border-radius: 10px;
}.secure_safehouse h1 {
    font-size: calc(20px * 0.8);
}.secure_safehouse h2 {
    font-size: calc(20px * 0.8);
}.secure_safehouse ul li {
    padding-left: 1rem;
}.secure_safehouse ul li::before {
    font-size: 1.2rem;
}}



@media (max-width: 479px) {.try_immediately {
    padding: 50px 0;
}.try_immediately h2 {
    font-size: calc(32px * 0.7);
    margin-bottom: 20px;
}.try_immediately .study_training {
    padding: 20px;
}.try_immediately svg {
    height: 32px;
    width: 32px;
}.try_immediately .message_message {
    padding: 10px 25px;
    font-size: calc(14px * 0.85);
}}



@media (max-width: 576px) {.education_framework {
    padding: 3rem 0;
}.education_framework .study_training {
    padding: 1.5rem;
    margin: 0 1rem;
}.education_framework h3 {
    font-size: calc(37px * 0.65);
    margin-bottom: 1rem;
}.education_framework p {
    line-height: 1.6;
    font-size: calc(12px * 0.9);
}.education_framework .study_training > div::before {
    left: -1.25rem;
    width: 2px;
}.education_framework::after {
    opacity: 0.06;
    height: 120px;
    width: 120px;
}
}



@media (max-width: 768px) {.tyCard {
    padding: 4rem 0;
}.tyCard .container {
    padding: 0 1.5rem;
}.tyCard .study_training {
    transform: perspective(1000px) rotateX(1deg);
    gap: 1.8rem;
    padding: 2rem;
}.tyCard h5 {
    font-size: calc(19px * 0.9);
}.tyCard a {
    padding: 1.2rem 1.5rem;
}.tyCard p {
    line-height: 1.6;
    font-size: calc(12px * 0.95);
}
}



@media (max-width: 480px) {.slack_invite {
    padding: 40px 0 20px;
}.slack_invite .company_holder h3 {
    font-size: calc(38px * 0.8);
}.slack_invite .converter {
    font-size: calc(14px * 0.9);
}.knowl_base .green_edu {
    font-size: calc(14px * 0.9);
}}



@media (min-width: 992px) {footer::after {
    background: linear-gradient(90deg, 
            transparent, 
            rgb(122,141,188,0.5), 
            transparent);
    right: 0;
    top: 0;
    content: "";
    position: absolute;
    left: 0;
    height: 1px;
}.slack_invite::before {
    background-blend-mode: overlay;
}}



@media (max-width: 480px) {.aspiring_learners ul li {
    width: 200px;
    height: 200px;
}.aspiring_learners ul li svg {
    margin-bottom: 15px;
    margin-top: 35px;
    width: 30px;
    height: 30px;
}.aspiring_learners ul li > span {
    padding: 0 20px;
}}



@media (max-width: 1199px) {.about_this {
    padding: 120px 0;
}.about_this .study_training {
    gap: 50px;
}.about_this .text_pill_wrap {
    padding: 40px 35px;
}.about_this .path_creators {
    padding: 40px 30px;
}
}



@media (max-width: 767px) {.about_this {
    padding: 80px 0;
}.about_this .image_box {
    width: 180px;
    height: 180px;
}.about_this .path_creators {
    padding: 35px 25px;
}.about_this .text_pill_wrap {
    padding: 35px 25px;
}.about_this .text_pill_wrap h2 {
    font-size: calc(31px * 0.9);
    margin-bottom: 25px;
    padding-bottom: 15px;
}.about_this .quick_studies {
    font-size: 19px;
}.about_this .learn_spot {
    font-size: 17px;
}.about_this .pro_learn {
    font-size: 22px;
}.about_this .pro_learn svg {
    height: 40px;
    width: 40px;
}
}


@media (max-width: 575px) {.reach_out_info {
    padding: 3rem 0;
}.reach_out_info .contact_links h3 {
    font-size: calc(42px * 0.6);
}.reach_out_info .send_request {
    font-size: calc(18px * 0.95);
}.reach_out_info .contact_card span {
    padding: 1.25rem;
}.reach_out_info .request_info {
    padding: 1.5rem;
}.reach_out_info .request_info h4 {
    font-size: calc(21px * 0.9);
    margin-bottom: 1.25rem;
}.reach_out_info .request_info h4 svg {
    height: 18px;
    width: 18px;
}}



@keyframes lineExpand {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}



@keyframes line-grow-subtle {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}



@keyframes followMouse {
    0% {
        opacity: 0;
        transform: scale(0.5) translate(-50%, -50%);
    }
    100% {
        opacity: 0.1;
        transform: scale(1) translate(-50%, -50%);
    }
}



@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}



@keyframes glow {
    0%, 100% {
        box-shadow: 0 0 5px rgb(169,180,213,0.5);
    }
    50% {
        box-shadow: 0 0 15px rgb(169,180,213);
    }
}

@keyframes scanline {
    0% {
        opacity: 0;
        transform: scaleX(0.5);
    }
    50% {
        opacity: 0.4;
        transform: scaleX(1);
    }
    100% {
        opacity: 0;
        transform: scaleX(0.5);
    }
}

@keyframes blobAnimation {
    0% {
        border-radius: 45% 55% 50% 50% / 55% 45% 55% 45%;
        transform: translate(0, 0) rotate(0deg) scale(1);
    }
    33% {
        border-radius: 60% 40% 55% 45% / 45% 65% 35% 55%;
        transform: translate(-20px, 10px) rotate(60deg) scale(1.05);
    }
    66% {
        border-radius: 50% 50% 35% 65% / 50% 50% 65% 35%;
        transform: translate(20px, -10px) rotate(120deg) scale(0.95);
    }
    100% {
        border-radius: 45% 55% 50% 50% / 55% 45% 55% 45%;
        transform: translate(0, 0) rotate(180deg) scale(1);
    }
}

