* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}header,footer {
    width: 100%;
}html,body {
    min-height: 100%;
    color: #000000;
    scroll-behavior: smooth;
    height: 100%;
    font-family: Arial, sans-serif;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1268px;
}.music_edu {
    flex: 0 0 auto;
}svg {
    width: 30px;
    height: 30px;
}.head_sitebar {
    flex: 1 0 auto;
}.framework-wrap {
    height: 100%;
    flex-direction: column;
    display: flex;
    min-height: 100%;
}a {
    text-decoration: none;
    color: inherit;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.course_structure {
    position: relative;
    background: rgb(211,229,226);
    padding: 140px 0;
    overflow: hidden;
}.course_structure::before {
    left: 0;
    top: 0;
    position: absolute;
    z-index: 1;
    right: 0;
    content: '';
    opacity: 0.15;
    bottom: 0;
    background: 
        linear-gradient(45deg, rgb(167,202,198,0.5) 0%, transparent 50%),
        linear-gradient(135deg, transparent 50%, rgb(121,173,168,0.5) 100%);
}.course_structure .container {
    position: relative;
    z-index: 2;
}.course_structure .pro_skills {
    flex-direction: column;
    display: flex;
    position: relative;
}.course_structure .message_wrap {
    position: relative;
    z-index: 3;
    margin: -80px auto 0;
    background: #ffffff;
    padding: 40px;
    border-radius: 26px;
    width: 80%;
    order: 2;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}.course_structure .message_wrap h2 {
    padding-bottom: 15px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
    color: #000000;
    font-size: 28px;
}.course_structure .message_wrap h2::after {
    width: 80px;
    content: '';
    transform: translateX(-50%);
    bottom: 0;
    height: 3px;
    background: linear-gradient(to right, rgb(167,202,198), rgb(121,173,168));
    position: absolute;
    left: 50%;
    border-radius: 10px;
}.course_structure .message_wrap .description {
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.75;
    font-size: 18px;
    color: #000000;
}.course_structure .message_wrap .description:last-of-type {
    margin-bottom: 0;
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}.course_structure .picture {
    z-index: 2;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    height: 500px;
    transform: perspective(1000px) rotateX(5deg);
    transform-origin: bottom;
    width: 100%;
    position: relative;
    margin: 0 auto;
    border-radius: 26px;
    order: 1;
}.course_structure .picture::before {
    z-index: 1;
    position: absolute;
    left: 0;
    content: '';
    top: 0;
    right: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), transparent 70%);
    bottom: 0;
}.course_structure .picture::after {
    bottom: 0;
    width: 100%;
    content: '';
    height: 30%;
    left: 0;
    position: absolute;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4), transparent);
    z-index: 1;
}.course_structure .pro_skills::before {
    animation: pulse 4s ease-in-out infinite;
    left: 10%;
    content: '';
    top: 20px;
    height: 60px;
    width: 60px;
    position: absolute;
    border-radius: 50%;
    z-index: 1;
    border: 2px solid rgb(167,202,198,0.5);
}.course_structure .pro_skills::after {
    height: 40px;
    animation: float 6s ease-in-out infinite;
    z-index: 1;
    border-radius: 10px;
    bottom: 50px;
    right: 15%;
    width: 40px;
    background: rgb(121,173,168,0.5);
    content: '';
    position: absolute;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.3;
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-20px) rotate(10deg);
    }
}

@media (min-width: 992px) {.course_structure .message_wrap::before {
    background: linear-gradient(to right, transparent, rgb(167,202,198,0.5), transparent);
    position: absolute;
    top: 0;
    width: 200px;
    z-index: 1;
    transform: translateY(130px) rotate(90deg);
    left: -160px;
    content: '';
    height: 3px;
}.course_structure .message_wrap::after {
    content: '';
    top: 0;
    z-index: 1;
    background: linear-gradient(to right, transparent, rgb(121,173,168,0.5), transparent);
    right: -160px;
    width: 200px;
    height: 3px;
    position: absolute;
    transform: translateY(130px) rotate(90deg);
}
}

@media (max-width: 1200px) {.course_structure .message_wrap {
    width: 70%;
}
}

@media (max-width: 992px) {.course_structure {
    padding: 100px 0;
}.course_structure .message_wrap {
    width: 80%;
    padding: 30px;
}.course_structure .picture {
    height: 350px;
}
}

@media (max-width: 768px) {.course_structure {
    padding: 80px 0;
}.course_structure .message_wrap {
    width: 90%;
    margin-top: -50px;
    padding: 25px;
}.course_structure .picture {
    width: 100%;
    transform: perspective(1000px) rotateX(3deg);
    height: 300px;
}.course_structure .pro_skills::before,
    .course_structure .pro_skills::after {
    display: none;
}
}

@media (max-width: 576px) {.course_structure {
    padding: 60px 0;
}.course_structure .message_wrap {
    margin-top: -30px;
    padding: 20px;
    width: 100%;
}.course_structure .picture {
    transform: none;
    height: 250px;
}.course_structure .message_wrap h2 {
    font-size: calc(28px * 0.85);
}.course_structure .message_wrap .description {
    font-size: calc(18px * 0.95);
    line-height: 1.6;
}}.sign_up_now {
    position: relative;
    background: linear-gradient(135deg, #000000 0%, rgb(167,202,198) 100%);
    overflow: hidden;
    padding: 80px 0;
}.sign_up_now::before {
    width: 100%;
    top: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(167,202,198,0.5),
        rgb(167,202,198,0.5) 10px,
        transparent 10px,
        transparent 20px
    );
    left: 0;
    position: absolute;
    height: 100%;
    opacity: 0.1;
    content: '';
    z-index: 1;
}.sign_up_now::after {
    top: -50%;
    background: radial-gradient(
        circle,
        rgb(121,173,168) 0%,
        transparent 70%
    );
    left: -50%;
    height: 200%;
    content: '';
    z-index: 0;
    animation: pulse 15s infinite alternate;
    opacity: 0.05;
    width: 200%;
    position: absolute;
}.sign_up_now .corp_values {
    margin: 0 auto;
    text-align: center;
    max-width: 1200px;
    position: relative;
    z-index: 2;
    flex-direction: column;
    align-items: center;
    display: flex;
    padding: 0 20px;
    justify-content: center;
}.sign_up_now h3 {
    color: #ffffff;
    letter-spacing: 1px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    font-size: 30px;
    position: relative;
    font-weight: 700;
    transform: translateY(0);
    font-family: Arial, sans-serif;
    margin-bottom: 40px;
    transition: transform 0.5s ease;
}.sign_up_now h3::after {
    transform: translateX(-50%);
    box-shadow: 0 0 15px rgb(121,173,168);
    bottom: -15px;
    height: 4px;
    width: 80px;
    background: rgb(121,173,168);
    position: absolute;
    content: '';
    border-radius: 10px;
    left: 50%;
}.sign_up_now .message_card {
    border: 2px solid transparent;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    padding: 16px 40px;
    color: #ffffff;
    text-transform: uppercase;
    background: rgb(121,173,168);
    letter-spacing: 2px;
    z-index: 2;
    display: inline-block;
    transition: all 0.4s ease;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    position: relative;
    border-radius: 24px;
}.sign_up_now .message_card::before {
    top: 0;
    width: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    content: '';
    transition: all 0.6s ease;
    position: absolute;
    left: -100%;
    height: 100%;
}.sign_up_now .message_card:hover {
    transform: translateY(-5px);
    background: transparent;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    border-color: rgb(121,173,168);
}.sign_up_now .message_card:hover::before {
    left: 100%;
}.sign_up_now .corp_values::before {
    opacity: 0.1;
    left: -100px;
    z-index: -1;
    width: calc(100% + 200px);
    background-size: 30px 30px;
    top: -100px;
    content: '';
    height: calc(100% + 200px);
    position: absolute;
    background-image: 
        linear-gradient(to right, rgb(167,202,198,0.5) 1px, transparent 1px),
        linear-gradient(to bottom, rgb(167,202,198,0.5) 1px, transparent 1px);
}.sign_up_now .corp_values::after {
    width: 200px;
    opacity: 0.2;
    border: 2px solid rgb(121,173,168,0.5);
    position: absolute;
    right: -50px;
    bottom: -100px;
    height: 200px;
    animation: rotate 20s linear infinite;
    content: '';
    border-radius: 50%;
}

@media screen and (max-width: 992px) {.sign_up_now {
    padding: 60px 0;
}.sign_up_now h3 {
    font-size: calc(30px * 0.9);
    margin-bottom: 30px;
}.sign_up_now .corp_values::after {
    bottom: -70px;
    width: 150px;
    height: 150px;
    right: -30px;
}
}

@media screen and (max-width: 768px) {.sign_up_now {
    padding: 50px 0;
}.sign_up_now h3 {
    margin-bottom: 25px;
    font-size: calc(30px * 0.8);
}.sign_up_now .message_card {
    padding: 14px 30px;
}.sign_up_now .corp_values::after {
    width: 100px;
    bottom: -50px;
    height: 100px;
    right: -20px;
}
}

@media screen and (max-width: 576px) {.sign_up_now {
    padding: 40px 0;
}.sign_up_now h3 {
    margin-bottom: 20px;
    font-size: calc(30px * 0.7);
}.sign_up_now .message_card {
    font-size: calc(16px * 0.9);
    padding: 12px 25px;
}.sign_up_now h3::after {
    height: 3px;
    width: 60px;
    bottom: -10px;
}}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.05;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.1;
    }
    100% {
        transform: scale(1);
        opacity: 0.05;
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}.privacy_vaulting {
    width: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    color: #000000;
    overflow: hidden;
    font-family: Arial, sans-serif;
    background-color: rgb(121,173,168,0.5);
    height: 100%;
    padding: 40px;
}.privacy_vaulting h1 {
    font-weight: 700;
    font-size: 47px;
    color: rgb(167,202,198);
    margin-top: 40px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgb(167,202,198,0.5);
    margin-bottom: 30px;
}.privacy_vaulting h2 {
    font-size: 29px;
    color: rgb(121,173,168);
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 20px;
}.privacy_vaulting h3, .privacy_vaulting h4, .privacy_vaulting h5, .privacy_vaulting h6 {
    font-weight: 400;
    font-size: 20px;
    margin-top: 25px;
    color: rgb(167,202,198);
    margin-bottom: 15px;
}.privacy_vaulting ul, .privacy_vaulting ol {
    padding-left: 20px;
    list-style-position: inside;
    line-height: 1.6;
    font-size: 17px;
    padding: 15px 0;
}.privacy_vaulting li {
    padding-left: 5px;
    border-left: 3px solid rgb(167,202,198);
    margin-bottom: 12px;
}.privacy_vaulting section {
    background: rgb(211,229,226);
    border-radius: 10px;
    padding: 20px;
}.privacy_vaulting p, .privacy_vaulting span, .privacy_vaulting div {
    color: #000000;
    margin-bottom: 15px;
    line-height: 1.8;
    font-size: 17px;
}

@media only screen and (max-width: 800px) {.privacy_vaulting {
    padding: 20px;
}.privacy_vaulting h1 {
    font-size: calc(20px - 10px);
}.privacy_vaulting h2 {
    font-size: calc(20px - 8px);
}.privacy_vaulting h3, .privacy_vaulting h4, .privacy_vaulting h5, .privacy_vaulting h6 {
    font-size: calc(20px - 6px);
}.privacy_vaulting ul, .privacy_vaulting ol {
    padding-left: 10px;
}}

.privacy_vaulting a {
    color: rgb(167,202,198);
    text-decoration: none;
    transition: color 0.3s ease, border-bottom-color 0.3s ease;
    border-bottom: 1px solid rgb(167,202,198,0.5);
}.privacy_vaulting a:hover {
    border-bottom-color: rgb(121,173,168,0.5);
    color: rgb(121,173,168);
}header .top_plank {
    background: rgb(167,202,198);
    color:  #ffffff;
}header .top_plank .edu_headerbar div svg, header .top_plank .edu_headerbar div svg path {
    fill: #ffffff;
}header .top_plank .edu_headerbar div span {
    color: #ffffff;
}header .top_plank .edu_headerbar {
    display: flex;
    font-size: 13px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    line-height: 21px;
    padding: 15px 0 10px 0;
    flex-wrap: wrap;
}header .top_plank .edu_headerbar div {
    margin-right: 24px;
    justify-content: flex-start;
    display: flex;
    align-items: center;
}header .top_plank .edu_headerbar div img, header .top_plank .edu_headerbar div svg {
    margin-right: 8px;
    width: 16px;
    height: 16px;
}.tariff_feature {
    padding: 100px 0;
    overflow: hidden;
    background: rgb(211,229,226);
    position: relative;
}.tariff_feature::before {
    top: -50px;
    filter: blur(80px);
    z-index: 0;
    animation: float-effect 12s infinite alternate ease-in-out;
    background: rgb(167,202,198,0.5);
    width: 300px;
    height: 300px;
    position: absolute;
    content: "";
    right: -50px;
}.tariff_feature::after {
    filter: blur(60px);
    left: -50px;
    content: "";
    width: 250px;
    z-index: 0;
    animation: float-effect 15s infinite alternate-reverse ease-in-out;
    bottom: -50px;
    background: rgb(121,173,168,0.5);
    height: 250px;
    position: absolute;
}.tariff_feature .container {
    z-index: 1;
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
    max-width: 1200px;
}.tariff_feature .learning_pricing {
    flex-direction: column;
    display: flex;
    gap: 60px;
}.tariff_feature .rate_options {
    margin: 0 auto;
    text-align: center;
    max-width: 700px;
    padding: 0 20px;
    order: -1;
    position: relative;
}.tariff_feature .rate_options h2 {
    color: #000000;
    margin-bottom: 20px;
    position: relative;
    font-weight: 700;
    font-size: 33px;
    display: inline-block;
}.tariff_feature .rate_options h2::after {
    background: rgb(167,202,198);
    left: 50%;
    content: "";
    bottom: -10px;
    height: 3px;
    transform: translateX(-50%);
    position: absolute;
    width: 80px;
}.tariff_feature .skill_pricing {
    color: #000000;
    font-size: 13px;
    opacity: 0.85;
    margin-bottom: 0;
    line-height: 1.6;
}.tariff_feature .tuition_table {
    perspective: 1000px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    gap: 30px;
}.tariff_feature .cert_cost {
    height: 100%;
    perspective: 1000px;
    text-decoration: none;
    color: inherit;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform-style: preserve-3d;
    position: relative;
}.tariff_feature .cert_cost:hover {
    transform: translateY(-10px) scale(1.02);
}.tariff_feature .pro_fees {
    position: relative;
    display: flex;
    overflow: hidden;
    transition: box-shadow 0.4s ease;
    transform-style: preserve-3d;
    flex-direction: column;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    border-radius: 10px;
    height: 100%;
}.tariff_feature .cert_cost:hover .pro_fees {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12), 0 0 20px rgb(167,202,198,0.5);
}.tariff_feature .pricing_levels {
    position: relative;
    z-index: 2;
    flex-direction: column;
    padding: 30px;
    display: flex;
    flex-grow: 1;
    overflow: hidden;
}.tariff_feature .pricing_levels::before {
    transition: transform 0.5s ease;
    top: 0;
    transform: scaleX(0);
    height: 5px;
    position: absolute;
    content: "";
    right: 0;
    background: linear-gradient(90deg, rgb(167,202,198), rgb(121,173,168));
    left: 0;
    transform-origin: left;
}.tariff_feature .cert_cost:hover .pricing_levels::before {
    transform: scaleX(1);
}.tariff_feature .pricing_levels h3 {
    color: #000000;
    overflow-wrap: break-word;
    transition: transform 0.4s ease, color 0.3s ease;
    font-size: calc(21px + 2px);
    word-break: break-word;
    white-space: normal;
    margin-bottom: 10px;
    font-weight: 700;
}.tariff_feature .cert_cost:hover .pricing_levels h3 {
    color: rgb(167,202,198);
    transform: translateX(5px);
}.tariff_feature .study_sub {
    transition: transform 0.4s ease;
    font-weight: 700;
    color: rgb(121,173,168);
    font-size: 21px;
    margin: 10px 0 20px;
    white-space: normal;
    display: block;
    position: relative;
    overflow-wrap: break-word;
    word-break: break-word;
}.tariff_feature .study_sub::before {
    left: 0;
    height: 2px;
    content: "";
    bottom: -8px;
    position: absolute;
    background: rgb(121,173,168,0.5);
    transition: width 0.4s ease;
    width: 40px;
}.tariff_feature .cert_cost:hover .study_sub::before {
    width: 80px;
}.tariff_feature .pricing_levels p {
    overflow-wrap: break-word;
    margin-bottom: 0;
    color: #000000;
    font-size: calc(13px - 1px);
    white-space: normal;
    transition: color 0.3s ease;
    word-break: break-word;
    flex-grow: 1;
    line-height: 1.6;
}.tariff_feature .picture {
    transition: transform 0.6s ease, filter 0.6s ease;
    transform: translateZ(-10px);
    height: 200px;
    overflow: hidden;
    position: relative;
}.tariff_feature .picture::after {
    inset: 0;
    content: "";
    position: absolute;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    opacity: 0.6;
    transition: opacity 0.5s ease;
}.tariff_feature .cert_cost:hover .picture {
    filter: brightness(1.1) contrast(1.05);
    transform: translateZ(0);
}.tariff_feature .cert_cost:hover .picture::after {
    opacity: 0.4;
}.tariff_feature .cert_cost::after {
    opacity: 0;
    background: rgb(167,202,198,0.5);
    right: 30px;
    content: "";
    height: 15px;
    top: 100%;
    transition: opacity 0.4s ease;
    position: absolute;
    filter: blur(10px);
    left: 30px;
    z-index: -1;
    border-radius: 50%;
}.tariff_feature .cert_cost:hover::after {
    opacity: 0.5;
}

@keyframes float-effect {
    0% {
        transform: translate(0, 0) scale(1);
    }
    50% {
        transform: translate(20px, 20px) scale(1.1);
    }
    100% {
        transform: translate(-20px, -20px) scale(0.9);
    }
}

@media (min-width: 992px) {.tariff_feature .learning_pricing {
    flex-direction: row;
    align-items: center;
}.tariff_feature .rate_options {
    padding-right: 40px;
    flex: 0 0 30%;
    text-align: left;
    order: 0;
}.tariff_feature .rate_options h2::after {
    left: 0;
    transform: none;
}.tariff_feature .tuition_table {
    flex: 0 0 70%;
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 1200px) {.tariff_feature .tuition_table {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.tariff_feature .pricing_levels {
    padding: 35px;
}.tariff_feature .picture {
    height: 220px;
}
}

@media (max-width: 991px) {.tariff_feature {
    padding: 80px 0;
}.tariff_feature .rate_options {
    margin-bottom: 20px;
}
}

@media (max-width: 767px) {.tariff_feature {
    padding: 60px 0;
}.tariff_feature .tuition_table {
    gap: 25px;
    grid-template-columns: 1fr;
}.tariff_feature .rate_options h2 {
    font-size: calc(33px - 4px);
}.tariff_feature .picture {
    height: 180px;
}.tariff_feature .pricing_levels {
    padding: 25px;
}
}

@media (max-width: 480px) {.tariff_feature {
    padding: 50px 0;
}.tariff_feature .pricing_levels h3 {
    font-size: 21px;
}.tariff_feature .study_sub {
    font-size: calc(21px - 2px);
}.tariff_feature .picture {
    height: 160px;
}.tariff_feature .pricing_levels {
    padding: 20px;
}}.learning_impact {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(167,202,198,0.5), rgb(211,229,226));
}.learning_impact::before {
    left: 0;
    height: 100%;
    animation: gradientShift 15s infinite alternate ease-in-out;
    position: absolute;
    width: 100%;
    background: linear-gradient(45deg, transparent 30%, rgb(167,202,198,0.5) 70%, transparent 100%);
    z-index: 1;
    top: 0;
    transform: skewX(-15deg) translateX(-50%);
    content: "";
}.learning_impact::after {
    opacity: 0.7;
    top: -5%;
    content: "";
    right: -10%;
    height: 40%;
    position: absolute;
    filter: blur(60px);
    z-index: 1;
    background: radial-gradient(circle at center, rgb(121,173,168,0.5) 0%, transparent 70%);
    width: 60%;
}.learning_impact .container {
    display: flex;
    z-index: 2;
    margin: 0 auto;
    flex-direction: column;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
}.learning_impact .picture {
    object-fit: cover;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), 
                box-shadow 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15), 0 15px 25px rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
    z-index: 3;
    width: 100%;
    height: auto;
    transform: perspective(1000px) rotateX(5deg);
}.learning_impact .picture:hover {
    transform: perspective(1000px) rotateX(2deg) translateY(-5px);
    box-shadow: 0 40px 70px rgba(0, 0, 0, 0.2), 0 20px 30px rgba(0, 0, 0, 0.15);
}.learning_impact .corp_values {
    padding: 30px;
    z-index: 4;
    position: relative;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    transform: perspective(1000px) rotateX(2deg);
}.learning_impact .message_wrap {
    padding: 20px;
    position: relative;
}.learning_impact h1 {
    margin-bottom: 30px;
    font-weight: 700;
    color: #000000;
    position: relative;
    line-height: 1.2;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    font-size: 43px;
    transform: translateZ(5px);
}.learning_impact h1::after {
    bottom: -15px;
    height: 4px;
    left: 0;
    width: 80px;
    transform: scaleX(1);
    content: "";
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: left center;
    position: absolute;
    background: linear-gradient(90deg, rgb(167,202,198), rgb(121,173,168));
}.learning_impact ul {
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 25px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}.learning_impact li {
    padding: 20px;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), 
                box-shadow 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    border-left: 3px solid rgb(167,202,198);
    background: linear-gradient(to bottom right, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.95));
    backdrop-filter: blur(5px);
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}.learning_impact li:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}.learning_impact li p {
    font-size: calc(17px - 1px);
    color: #000000;
    display: flex;
    line-height: 1.6;
    margin: 0;
    align-items: flex-start;
}.learning_impact li svg {
    transition: transform 0.3s ease;
    width: 24px;
    transform: translateY(2px);
    height: 24px;
    margin-right: 12px;
    flex-shrink: 0;
}.learning_impact li:hover svg {
    transform: translateY(0) scale(1.1);
}.learning_impact svg path {
    fill: rgb(167,202,198);
    transition: fill 0.3s ease;
}.learning_impact li:hover svg path {
    fill: rgb(121,173,168);
}

@keyframes gradientShift {
    0% { 
        opacity: 0.4;
        transform: skewX(-15deg) translateX(-50%);
    }
    50% {
        opacity: 0.6;
        transform: skewX(-18deg) translateX(-40%);
    }
    100% {
        opacity: 0.4;
        transform: skewX(-15deg) translateX(-50%);
    }
}

@media (min-width: 768px) {.learning_impact .container {
    gap: 40px;
    flex-direction: row;
    align-items: center;
}.learning_impact .picture {
    width: 45%;
    margin-bottom: 0;
    max-height: 500px;
    object-position: center;
}.learning_impact .corp_values {
    width: 55%;
    margin-left: -50px;
    z-index: 5;
}.learning_impact li {
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), 
                    box-shadow 0.4s cubic-bezier(0.19, 1, 0.22, 1),
                    border-left 0.3s ease;
}.learning_impact li:hover {
    border-left: 5px solid rgb(121,173,168);
}
}

@media (min-width: 992px) {.learning_impact {
    padding: 150px 0;
}.learning_impact .picture {
    transform: perspective(1200px) rotateX(5deg) rotateY(-5deg);
}.learning_impact .picture:hover {
    transform: perspective(1200px) rotateX(2deg) rotateY(-2deg) translateY(-10px);
}.learning_impact .corp_values {
    margin-left: -80px;
    transform: perspective(1200px) rotateX(2deg) rotateY(2deg);
}.learning_impact h1 {
    font-size: calc(43px * 1.1);
}.learning_impact ul {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 767px) {.learning_impact {
    padding: 80px 0;
}.learning_impact h1 {
    font-size: calc(43px * 0.85);
}.learning_impact ul {
    grid-template-columns: 1fr;
    gap: 15px;
}.learning_impact li {
    padding: 15px;
}.learning_impact .picture {
    object-fit: cover;
    max-height: 300px;
}
}

@media (max-width: 480px) {.learning_impact {
    padding: 60px 0;
}.learning_impact h1 {
    font-size: calc(43px * 0.7);
}.learning_impact .message_wrap {
    padding: 10px;
}.learning_impact li {
    padding: 12px;
}.learning_impact li p {
    font-size: calc(17px - 2px);
}}.title_intro {
    position: relative;
    background: linear-gradient(145deg, rgb(211,229,226) 0%, rgba(245, 245, 250, 0.9) 100%);
    padding: 120px 0 80px;
    overflow: hidden;
}.title_intro > div {
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.title_intro .training_pro {
    position: relative;
    margin-bottom: 40px;
    opacity: 1;
    transform: translateY(0);
    animation: fadeInUp 0.8s ease-out forwards;
}.title_intro .course_begin {
    display: inline-block;
    transform: translateZ(0);
    font-size: 43px;
    font-weight: 700;
    margin-bottom: 15px;
    position: relative;
    color: #000000;
}.title_intro .course_begin::after {
    width: 80%;
    transform-origin: left;
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(167,202,198) 0%, rgb(121,173,168) 100%);
    bottom: -8px;
    left: 0;
    content: "";
    transition: transform 0.5s ease;
    animation: lineExpand 1s 0.5s forwards;
    position: absolute;
    height: 3px;
}.title_intro .fast_school {
    border-radius: 18px;
    margin: 20px 0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    padding: 60px 40px;
}.title_intro .fast_school::before {
    background: linear-gradient(135deg, rgb(167,202,198,0.5) 0%, rgb(121,173,168,0.5) 100%);
    right: 0;
    top: 0;
    left: 0;
    content: "";
    z-index: 1;
    opacity: 0.85;
    bottom: 0;
    position: absolute;
}.title_intro .fast_school > div {
    position: relative;
    z-index: 2;
    max-width: 800px;
}.title_intro .fast_school p {
    line-height: 1.6;
    animation: fadeInUp 0.8s 0.3s forwards;
    font-weight: 600;
    color: #ffffff;
    transform: translateY(20px);
    opacity: 0;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    font-size: calc(12px * 1.2);
}.title_intro .fast_school h3 {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    font-weight: 700;
    color: #ffffff;
    opacity: 0;
    animation: fadeInUp 0.8s 0.6s forwards;
    line-height: 1.4;
    transform: translateY(20px);
    font-size: 23px;
    padding-left: 20px;
    border-left: 4px solid rgb(121,173,168);
}.title_intro .fast_school:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

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

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

@media (max-width: 991px) {.title_intro {
    padding: 100px 0 60px;
}.title_intro .course_begin {
    font-size: calc(43px * 0.9);
}.title_intro .fast_school {
    padding: 50px 30px;
}.title_intro .fast_school p {
    font-size: calc(12px * 1.1);
}.title_intro .fast_school h3 {
    font-size: calc(23px * 0.9);
}
}

@media (max-width: 767px) {.title_intro {
    padding: 80px 0 40px;
}.title_intro .course_begin {
    font-size: calc(43px * 0.8);
}.title_intro .fast_school {
    margin: 15px 0;
    padding: 40px 25px;
}.title_intro .fast_school p {
    font-size: 12px;
    margin-bottom: 20px;
}.title_intro .fast_school h3 {
    padding-left: 15px;
    border-left: 3px solid rgb(121,173,168);
    font-size: calc(23px * 0.85);
}
}

@media (max-width: 480px) {.title_intro {
    padding: 60px 0 30px;
}.title_intro .training_pro {
    margin-bottom: 30px;
}.title_intro .course_begin {
    font-size: calc(43px * 0.7);
}.title_intro .fast_school {
    padding: 30px 20px;
}.title_intro .fast_school p {
    margin-bottom: 15px;
    font-size: calc(12px * 0.95);
}.title_intro .fast_school h3 {
    font-size: calc(23px * 0.8);
    border-left: 3px solid rgb(121,173,168);
    padding-left: 12px;
}}.instructor_history {
    position: relative;
    overflow: hidden;
    padding: 5rem 2rem;
    background: linear-gradient(135deg, rgb(211,229,226) 0%, rgb(121,173,168,0.5) 100%);
}.instructor_history::before {
    background-size: 20px 20px;
    left: 0;
    top: 0;
    opacity: 0.05;
    z-index: 1;
    background-image: 
    linear-gradient(45deg, rgb(121,173,168,0.5) 25%, transparent 25%),
    linear-gradient(-45deg, rgb(121,173,168,0.5) 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, rgb(121,173,168,0.5) 75%),
    linear-gradient(-45deg, transparent 75%, rgb(121,173,168,0.5) 75%);
    content: "";
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    width: 100%;
    position: absolute;
    height: 100%;
}.instructor_history .container {
    perspective: 1000px;
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}.instructor_history .rating_praise {
    padding: 2.5rem;
    border-left: 4px solid rgb(167,202,198);
    box-shadow: 
    0 10px 30px rgba(0,0,0,0.05),
    0 20px 60px rgba(0,0,0,0.08);
    gap: 2rem;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: #ffffff;
    overflow: hidden;
    grid-template-columns: 1fr;
    display: grid;
    position: relative;
    transform: rotateY(-5deg);
}.instructor_history .rating_praise::after {
    width: 100%;
    pointer-events: none;
    background: linear-gradient(
    135deg,
    transparent 0%,
    rgba(rgb(167,202,198), 0.02) 100%
  );
    content: "";
    left: 0;
    height: 100%;
    top: 0;
    position: absolute;
}.instructor_history .rating_praise: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_history .rating_praise > div:first-child {
    opacity: 0;
    position: relative;
    transform: translateX(-2rem);
    animation: slide-in 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}.instructor_history .picture {
    animation: pulse 6s infinite alternate;
    height: 120px;
    border-radius: 50%;
    width: 120px;
    box-shadow: 
    0 5px 15px rgba(0,0,0,0.1),
    0 0 0 5px #ffffff,
    0 0 0 8px rgb(121,173,168,0.5);
}.instructor_history .rating_praise > div:nth-child(2) {
    animation: slide-up 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s forwards;
    opacity: 0;
    transform: translateY(1rem);
}.instructor_history .name {
    margin: 0 0 0.5rem;
    font-size: 21px;
    display: inline-block;
    font-weight: 700;
    color: rgb(167,202,198);
    position: relative;
}.instructor_history .name::after {
    background: rgb(121,173,168);
    width: 0;
    transition: width 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    bottom: -8px;
    left: 0;
    content: "";
    position: absolute;
    height: 2px;
}.instructor_history .rating_praise:hover .name::after {
    width: 100%;
}.instructor_history .rating_praise > div:nth-child(2) > div {
    opacity: 0.85;
    font-weight: 600;
    font-size: 0.95rem;
    color: #000000;
    position: relative;
}.instructor_history .career_area {
    line-height: 1.8;
    color: #000000;
    position: relative;
    opacity: 0;
    animation: slide-up 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s forwards;
    transform: translateY(1rem);
    font-size: 12px;
}.instructor_history .career_area::before {
    color: rgb(121,173,168,0.5);
    pointer-events: none;
    left: -1rem;
    content: "";
    top: -2.5rem;
    position: absolute;
    font-size: 5rem;
    opacity: 0.3;
}.instructor_history .career_area::after {
    pointer-events: none;
    position: absolute;
    color: rgb(121,173,168,0.5);
    bottom: -4rem;
    right: -1rem;
    font-size: 5rem;
    content: "";
    opacity: 0.3;
}

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

@keyframes slide-up {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    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(121,173,168,0.5);
  }
  50% {
    box-shadow: 
      0 8px 20px rgba(0,0,0,0.15),
      0 0 0 5px #ffffff,
      0 0 0 12px rgb(121,173,168,0.5);
  }
}

@media (min-width: 768px) {.instructor_history {
    padding: 7rem 3rem;
}.instructor_history .rating_praise {
    align-items: center;
    padding: 3rem;
    gap: 3rem;
    grid-template-columns: auto 1fr 2fr;
}.instructor_history .picture {
    height: 150px;
    width: 150px;
}.instructor_history .name {
    font-size: calc(21px * 1.1);
    margin-bottom: 0.75rem;
}.instructor_history .rating_praise > div:nth-child(2) > div {
    font-size: 1.05rem;
}.instructor_history .career_area {
    padding-right: 2rem;
    font-size: calc(12px * 1.05);
}
}

@media (min-width: 1200px) {.instructor_history {
    padding: 8rem 4rem;
}.instructor_history .rating_praise {
    gap: 4rem;
    padding: 4rem;
    border-left-width: 6px;
}.instructor_history .picture {
    width: 180px;
    height: 180px;
}.instructor_history .career_area {
    font-size: calc(12px * 1.1);
    line-height: 1.9;
}.instructor_history .container::before {
    border-radius: 50%;
    filter: blur(30px);
    z-index: -1;
    height: 100px;
    right: -20px;
    top: -20px;
    content: "";
    width: 100px;
    opacity: 0.6;
    background: linear-gradient(135deg, rgb(167,202,198,0.5) 0%, transparent 70%);
    position: absolute;
}.instructor_history .container::after {
    height: 150px;
    position: absolute;
    width: 150px;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    content: "";
    opacity: 0.5;
    bottom: -30px;
    z-index: -1;
    filter: blur(40px);
    left: 10%;
    background: linear-gradient(135deg, rgb(121,173,168,0.5) 0%, transparent 70%);
}}.tySpot {
    background: linear-gradient(135deg, rgb(211,229,226) 0%, rgb(121,173,168,0.5) 100%);
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.tySpot::before {
    width: 300px;
    transform: rotate(-15deg);
    right: -50px;
    height: 300px;
    background: radial-gradient(circle, rgb(167,202,198,0.5) 0%, transparent 70%);
    animation: pulse 8s infinite alternate ease-in-out;
    z-index: 1;
    position: absolute;
    top: -50px;
    content: "";
    opacity: 0.6;
}.tySpot::after {
    position: absolute;
    opacity: 0.4;
    content: "";
    background: radial-gradient(ellipse, rgb(121,173,168,0.5) 0%, transparent 70%);
    left: -100px;
    z-index: 1;
    animation: float 12s infinite alternate ease-in-out;
    width: 400px;
    bottom: -100px;
    height: 400px;
}.tySpot .container {
    max-width: 1140px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
}.tySpot h2 {
    font-weight: 700;
    margin-bottom: 40px;
    position: relative;
    transform: translateY(0);
    font-size: 36px;
    opacity: 1;
    color: #000000;
    animation: slideInTitle 1.2s ease-out;
}.tySpot h2::after {
    left: 0;
    transform-origin: left;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(167,202,198) 0%, rgb(121,173,168) 100%);
    width: 80px;
    height: 4px;
    animation: expandWidth 1.5s ease-out forwards 0.5s;
    bottom: -15px;
}.tySpot .corp_values {
    transform: translateY(0);
    animation: slideInContent 1.5s ease-out 0.3s both;
    background: #ffffff;
    padding: 40px;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}.tySpot .corp_values::before {
    content: "";
    width: 100%;
    top: 0;
    z-index: -1;
    background: linear-gradient(135deg, transparent 0%, rgb(255, 255, 255, 0.5) 100%);
    position: absolute;
    height: 100%;
    left: 0;
}.tySpot ul {
    padding: 0;
    margin: 0;
    list-style: none;
}.tySpot li {
    padding-left: 25px;
    animation: fadeIn 1.8s ease-out 0.6s both;
    margin-bottom: 15px;
    position: relative;
}.tySpot li::before {
    top: 10px;
    width: 8px;
    left: 0;
    position: absolute;
    height: 8px;
    animation: rotateMark 6s infinite alternate ease-in-out;
    content: "";
    transform: rotate(45deg);
    background: rgb(167,202,198);
}.tySpot li span {
    color: #000000;
    font-family: Arial, sans-serif;
    line-height: 1.8;
    font-size: 15px;
    display: block;
}

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

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

@keyframes expandWidth {
  from {
    transform: scaleX(0.3);
  }
  to {
    transform: scaleX(1);
  }
}

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

@keyframes rotateMark {
  0% {
    transform: rotate(45deg);
  }
  50% {
    transform: rotate(135deg);
  }
  100% {
    transform: rotate(45deg);
  }
}

@keyframes pulse {
  0% {
    transform: scale(1) rotate(-15deg);
    opacity: 0.6;
  }
  50% {
    transform: scale(1.1) rotate(-15deg);
    opacity: 0.8;
  }
  100% {
    transform: scale(1) rotate(-15deg);
    opacity: 0.6;
  }
}

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

@media (max-width: 992px) {.tySpot {
    padding: 80px 0;
}.tySpot h2 {
    font-size: calc(36px * 0.9);
}.tySpot .corp_values {
    padding: 30px;
}
}

@media (max-width: 768px) {.tySpot {
    padding: 60px 0;
}.tySpot h2 {
    font-size: calc(36px * 0.8);
    margin-bottom: 30px;
}.tySpot h2::after {
    width: 60px;
}.tySpot .corp_values {
    padding: 25px;
}.tySpot::before {
    width: 200px;
    height: 200px;
}.tySpot::after {
    width: 250px;
    height: 250px;
}
}

@media (max-width: 576px) {.tySpot {
    padding: 40px 0;
}.tySpot h2 {
    margin-bottom: 25px;
    font-size: calc(36px * 0.7);
}.tySpot h2::after {
    width: 50px;
    height: 3px;
}.tySpot .corp_values {
    padding: 20px;
}.tySpot li {
    padding-left: 20px;
}.tySpot li span {
    font-size: calc(15px * 0.95);
    line-height: 1.6;
}
}

@media (prefers-reduced-motion: reduce) {.tySpot, .tySpot::before, .tySpot::after, 
  .tySpot h2, .tySpot h2::after, 
  .tySpot .corp_values, .tySpot li, .tySpot li::before {
    transition: none;
    animation: none;
}
}

@supports (container-type: inline-size) {.tySpot .container {
    container-type: inline-size;
    container-name: thanks-container;
}
  
  @container thanks-container (max-width: 768px) {.tySpot .corp_values {
    padding: 20px;
}.tySpot h2 {
    margin-bottom: 25px;
}}
}.contact_box {
    padding: 120px 0;
    background: rgb(211,229,226);
    overflow: hidden;
    position: relative;
}.contact_box::before {
    content: "";
    opacity: 0.3;
    background: repeating-linear-gradient(
        45deg,
        rgb(167,202,198,0.5) 0,
        rgb(167,202,198,0.5) 1px,
        transparent 1px,
        transparent 10px
    );
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}.contact_box::after {
    filter: blur(60px);
    width: 300px;
    content: "";
    animation: float 10s ease-in-out infinite;
    right: 0;
    height: 300px;
    position: absolute;
    z-index: 1;
    opacity: 0.2;
    bottom: 0;
    background: radial-gradient(circle, rgb(121,173,168) 0%, transparent 70%);
}.contact_box .picture {
    filter: blur(2px) saturate(0.8);
    height: 100%;
    position: absolute;
    opacity: 0.08;
    top: 0;
    width: 100%;
    z-index: 0;
    left: 0;
}.contact_box .picture::after {
    height: 100%;
    content: "";
    width: 100%;
    top: 0;
    background: linear-gradient(to bottom, rgb(121,173,168,0.5) 0%, transparent 100%);
    position: absolute;
    left: 0;
}.contact_box .container {
    z-index: 5;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
}.contact_box h3 {
    position: relative;
    text-align: center;
    margin-bottom: 50px;
    color: #000000;
    letter-spacing: 1px;
    font-size: 29px;
    font-weight: 700;
}.contact_box h3::before {
    top: -20px;
    content: "";
    width: 40px;
    transform: translateX(-50%);
    background: rgb(167,202,198);
    position: absolute;
    left: 50%;
    height: 4px;
}.contact_box h3::after {
    content: "";
    left: 50%;
    bottom: -20px;
    width: 100px;
    position: absolute;
    background: linear-gradient(to right, transparent, rgb(167,202,198), transparent);
    transform: translateX(-50%);
    height: 1px;
}.support_links {
    overflow: hidden;
    gap: 0;
    z-index: 10;
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.07), 0 5px 15px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-radius: 13px;
}.support_links::before {
    position: absolute;
    animation: rotate 60s linear infinite;
    opacity: 0.2;
    content: "";
    top: -50%;
    width: 200%;
    left: -50%;
    background: radial-gradient(circle at center, rgb(121,173,168,0.5) 0%, transparent 50%);
    height: 200%;
    z-index: 0;
}.support_links .message_help {
    position: relative;
    z-index: 2;
    padding: 60px 50px;
}.support_links .message_help::before {
    height: 70%;
    right: 0;
    top: 15%;
    position: absolute;
    content: "";
    background: linear-gradient(to bottom, transparent, rgb(167,202,198,0.5), transparent);
    width: 1px;
}.support_links .message_help h3 {
    text-align: left;
    margin-bottom: 35px;
    font-weight: 600;
    color: #000000;
    font-size: 19px;
    letter-spacing: 0.5px;
}.support_links .message_help h3::before {
    display: none;
}.support_links .message_help h3::after {
    left: 0;
    background: rgb(167,202,198);
    bottom: -15px;
    width: 60px;
    transform: none;
    height: 2px;
}.support_links .message_help form {
    display: flex;
    flex-direction: column;
}.support_links .message_help input[type="text"],
.support_links .message_help textarea {
    border-radius: 10px;
    transition: all 0.3s ease;
    margin-bottom: 25px;
    width: 100%;
    padding: 18px 22px;
    border: none;
    background: rgba(240, 240, 240, 0.5);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
    font-family: Arial, sans-serif;
    font-size: 14px;
}.support_links .message_help input[type="text"]:focus,
.support_links .message_help textarea:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgb(167,202,198,0.5), inset 0 1px 3px rgba(0, 0, 0, 0.05);
    background: #ffffff;
}.support_links .message_help textarea {
    min-height: 150px;
    resize: vertical;
}.support_links .message_help .reach_inquiry {
    margin-bottom: 30px;
    display: flex;
    position: relative;
    align-items: flex-start;
}.support_links .message_help .reach_inquiry input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.support_links .message_help .reach_inquiry label {
    position: relative;
    color: #000000;
    padding-left: 30px;
    cursor: pointer;
    line-height: 1.5;
    font-size: calc(14px - 2px);
}.support_links .message_help .reach_inquiry label::before {
    position: absolute;
    background: rgba(240, 240, 240, 0.8);
    border-radius: 10px;
    transition: all 0.3s ease;
    height: 20px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.08);
    width: 20px;
    top: 2px;
    content: "";
    left: 0;
}.support_links .message_help .reach_inquiry input[type="checkbox"]:checked + label::before {
    background: rgb(167,202,198);
}.support_links .message_help .reach_inquiry input[type="checkbox"]:checked + label::after {
    top: 5px;
    left: 8px;
    width: 5px;
    border-width: 0 2px 2px 0;
    position: absolute;
    transform: rotate(45deg);
    content: "";
    border: solid #ffffff;
    height: 10px;
}.support_links .message_help .reach_inquiry a {
    text-decoration: none;
    font-weight: 600;
    color: rgb(167,202,198);
    position: relative;
    transition: all 0.3s ease;
}.support_links .message_help .reach_inquiry a::after {
    position: absolute;
    transition: width 0.3s ease;
    bottom: -2px;
    height: 1px;
    background-color: rgb(167,202,198);
    content: "";
    left: 0;
    width: 0;
}.support_links .message_help .reach_inquiry a:hover::after {
    width: 100%;
}.support_links .message_help .contact_message {
    display: inline-block;
    border: 2px solid rgb(167,202,198);
    border-radius: 10px;
    padding: 15px 30px;
    z-index: 1;
    font-size: 20px;
    overflow: hidden;
    background: transparent;
    cursor: pointer;
    color: #000000;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    font-weight: 600;
    align-self: flex-start;
}.support_links .message_help .contact_message::before {
    width: 0;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 100%;
    content: "";
    background: rgb(167,202,198);
    top: 0;
    z-index: -1;
    position: absolute;
    left: 0;
}.support_links .message_help .contact_message:hover {
    color: #ffffff;
}.support_links .message_help .contact_message:hover::before {
    width: 100%;
}.support_links .reach_support {
    z-index: 2;
    position: relative;
    padding: 60px 50px;
    background: linear-gradient(135deg, #ffffff 0%, rgba(245, 245, 245, 1) 100%);
}.support_links .reach_support::before {
    top: 0;
    background: linear-gradient(45deg, transparent 25%, rgba(0, 0, 0, 0.02) 25%, rgba(0, 0, 0, 0.02) 50%, transparent 50%, transparent 75%, rgba(0, 0, 0, 0.02) 75%);
    position: absolute;
    height: 100%;
    left: 0;
    background-size: 20px 20px;
    content: "";
    opacity: 0.5;
    width: 100%;
}.support_links .reach_support h4 {
    font-weight: 600;
    letter-spacing: 0.5px;
    position: relative;
    margin-bottom: 35px;
    color: #000000;
    font-size: 19px;
}.support_links .reach_support h4::after {
    width: 60px;
    bottom: -15px;
    height: 2px;
    content: "";
    position: absolute;
    background: rgb(167,202,198);
    left: 0;
}.support_links .reach_support .connect_list {
    list-style: none;
    padding: 0;
    margin: 0;
}.support_links .reach_support .connect_list li {
    margin-bottom: 30px;
    padding-left: 15px;
    position: relative;
    border-left: 2px solid transparent;
    align-items: center;
    z-index: 1;
    display: flex;
    transition: all 0.3s ease;
}.support_links .reach_support .connect_list li:last-child {
    margin-bottom: 0;
}.support_links .reach_support .connect_list li:hover {
    border-left-color: rgb(167,202,198);
    padding-left: 20px;
}.support_links .reach_support .connect_list li svg {
    transition: all 0.3s ease;
    width: 22px;
    flex-shrink: 0;
    margin-right: 18px;
    height: 22px;
    opacity: 0.8;
}.support_links .reach_support .connect_list li:hover svg {
    opacity: 1;
    transform: scale(1.1);
}.support_links .reach_support .connect_list li svg path {
    fill: rgb(167,202,198);
    transition: all 0.3s ease;
}.support_links .reach_support .connect_list li:hover svg path {
    fill: rgb(121,173,168);
}.support_links .reach_support .connect_list li span {
    color: #000000;
    font-size: 14px;
    line-height: 1.5;
}.support_links .reach_support .connect_list li a {
    text-decoration: none;
    color: #000000;
    position: relative;
    transition: all 0.3s ease;
}.support_links .reach_support .connect_list li a::after {
    transition: width 0.3s ease;
    background-color: rgb(167,202,198);
    content: "";
    position: absolute;
    bottom: -3px;
    height: 1px;
    width: 0;
    left: 0;
}.support_links .reach_support .connect_list li a:hover {
    color: rgb(167,202,198);
}.support_links .reach_support .connect_list li a:hover::after {
    width: 100%;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.1);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 992px) {.contact_box {
    padding: 80px 0;
}.support_links {
    grid-template-columns: 1fr;
}.support_links .message_help::before {
    right: auto;
    bottom: 0;
    left: 15%;
    top: auto;
    width: 70%;
    height: 1px;
}.support_links .message_help,
    .support_links .reach_support {
    padding: 50px 40px;
}
}

@media screen and (max-width: 768px) {.contact_box {
    padding: 60px 0;
}.contact_box h3 {
    font-size: calc(29px - 4px);
    margin-bottom: 40px;
}.support_links .message_help,
    .support_links .reach_support {
    padding: 40px 30px;
}.support_links .message_help h3,
    .support_links .reach_support h4 {
    font-size: calc(19px - 2px);
    margin-bottom: 30px;
}.support_links .message_help input[type="text"],
    .support_links .message_help textarea {
    margin-bottom: 20px;
    padding: 15px 18px;
}.support_links .message_help .contact_message {
    width: 100%;
    text-align: center;
}
}

@media screen and (max-width: 480px) {.contact_box {
    padding: 50px 0;
}.support_links {
    border-radius: 10px;
}.support_links .message_help,
    .support_links .reach_support {
    padding: 30px 25px;
}.support_links .reach_support .connect_list li {
    align-items: flex-start;
}.support_links .reach_support .connect_list li svg {
    margin-top: 3px;
}}header .head_top {
    z-index: 100;
    justify-content: space-between;
    position: relative;
    background: linear-gradient(135deg, rgb(167,202,198,0.5) 0%, rgb(121,173,168) 100%);
    width: 100%;
    left: 0;
    align-items: center;
    overflow: visible;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    padding: 1.5rem 2rem;
    border-bottom-left-radius: 14px;
    display: flex;
    border-bottom-right-radius: 0;
}header .head_top .nav_sitebar {
    transform: skewX(5deg);
    z-index: 2;
    position: relative;
}header .head_top .nav_sitebar .head_train {
    display: block;
    transition: transform 0.3s ease-in-out;
}header .head_top .nav_sitebar .head_train:hover {
    transform: translateY(-8px) rotate(0deg);
}header .head_top .nav_sitebar svg {
    width: 80px;
    height: auto;
}header .head_top .top_pro {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    gap: 1rem;
}header .head_top .top_pro::before {
    transition: opacity 0.3s ease, transform 0.3s ease;
    position: absolute;
    background: linear-gradient(45deg, transparent 0%, rgb(167,202,198,0.5) 100%);
    z-index: -1;
    top: -10px;
    left: -20px;
    border-radius: 10px;
    width: calc(100% + 40px);
    opacity: 0;
    content: "";
    height: calc(100% + 20px);
}header .head_top .main_start {
    transition: transform 0.3s ease;
    position: relative;
}header .head_top .main_start a {
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    padding: 0.5rem 1rem;
    display: block;
    font-weight: 600;
    position: relative;
    transition: color 0.3s ease;
    font-family: Arial, sans-serif;
}header .head_top .main_start a::before {
    left: 0;
    background: rgb(121,173,168);
    transform: scaleX(0) rotate(-2deg);
    width: 100%;
    height: 2px;
    content: "";
    bottom: 0;
    transition: transform 0.3s ease;
    transform-origin: right;
    position: absolute;
}header .head_top .main_start a:hover {
    color: rgb(121,173,168);
}header .head_top .main_start a:hover::before {
    transform: scaleX(1) rotate(-2deg);
    transform-origin: left;
}

@media (max-width: 992px) {header .head_top {
    width: 100vw;
    padding: 1rem;
    margin-left: calc(-50vw + 50%);
    transform: skewX(0);
    flex-direction: column;
    box-sizing: border-box;
}header .head_top .nav_sitebar {
    transform: skewX(0);
    margin-bottom: 1rem;
}header .head_top .top_pro {
    transform: skewX(0);
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
}header .head_top .top_pro::before {
    transform: skewX(0);
}header .head_top .top_pro:hover::before {
    transform: skewX(0);
}header .head_top .main_start {
    margin: 0.25rem;
}header .head_top .main_start:nth-child(odd),
  header .head_top .main_start:nth-child(even) {
    transform: translateY(0);
}
}

@media (max-width: 576px) {header .head_top {
    padding: 0.75rem;
}header .head_top .top_pro {
    align-items: center;
    flex-direction: column;
}header .head_top .main_start {
    width: 100%;
    text-align: center;
}header .head_top .nav_sitebar svg {
    width: 100px;
}}.cookieNotificationAlert {
    width: 100%;
    background: rgb(121,173,168);
    position: fixed;
    animation: slideIn 0.5s ease-in-out;
    box-shadow: 0 -10px 30px rgb(167,202,198,0.5);
    z-index: 90;
    bottom: 0;
    border-top: 2px solid rgb(167,202,198);
}@keyframes slideIn {
    from {
        bottom: -100px;
        opacity: 0;
    }
    to {
        bottom: 0;
        opacity: 1;
    }
}
.edu_settings {
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    background: linear-gradient(135deg, rgb(121,173,168) 0%, rgba(0, 0, 0, 0.5) 100%);
    display: flex;
    box-shadow: 0 0 20px rgb(167,202,198,0.5);
    padding: 20px 5%;
}.cookie_disclaimer {
    margin-right: 20px;
    overflow: hidden;
    flex-shrink: 0;
    padding: 10px;
    border-radius: 21px;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px rgb(167,202,198);
}.cookie_disclaimer svg, .cookie_disclaimer svg path {
    height: 60px;
    fill: rgb(167,202,198);
    width: 60px;
    transition: transform 0.3s ease;
}.cookie_disclaimer:hover svg {
    transform: rotate(20deg);
}.digital_cookies {
    flex: 1;
    color: #ffffff;
    min-width: 300px;
}.digital_cookies h5 {
    font-weight: 700;
    color: rgb(167,202,198);
    margin-bottom: 10px;
    font-size: 21px;
    text-shadow: 0 0 10px rgb(167,202,198);
}.digital_cookies p {
    text-shadow: 0 0 5px rgb(167,202,198,0.5);
    margin-bottom: 0;
    color: #ffffff;
    font-size: 12px;
}.cookie_guard {
    transition: background 0.3s ease, box-shadow 0.3s ease;
    padding: 12px 25px;
    color: #000000;
    margin-left: 10px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 18px;
    text-decoration: none;
    box-shadow: 0 0 10px rgb(167,202,198,0.5);
    white-space: nowrap;
    background: rgb(167,202,198);
}.cookie_guard:hover {
    background: rgb(121,173,168);
    box-shadow: 0 0 20px rgb(121,173,168,0.5);
}.cookieNotificationAlert p a {
    transition: color 0.3s ease;
    color: rgb(167,202,198);
    text-decoration: underline;
}.cookieNotificationAlert p a:hover {
    color: rgb(121,173,168);
}#cookieNoticeBanner {
    display: none;
}#cookieNoticeBanner:checked ~ .cookieNotificationAlert {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 1200px) {.cookieNotificationAlert {
    padding: 20px;
}.edu_settings {
    padding: 20px 2%;
}
}
@media only screen and (max-width: 800px) {.cookie_disclaimer {
    display: none;
}.edu_settings {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.digital_cookies {
    margin-bottom: 20px;
    text-align: center;
}.cookieNotificationAlert h5, .cookieNotificationAlert p {
    text-align: center;
}.cookie_guard {
    margin-left: 0;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}}
.statistical_summary {
    background: linear-gradient(135deg, rgb(211,229,226) 0%, rgba(255, 255, 255, 0.9) 100%);
    overflow: hidden;
    z-index: 1;
    padding: 120px 0;
    position: relative;
}.statistical_summary::before {
    background: 
        radial-gradient(circle at 10% 20%, rgb(167,202,198,0.5) 3%, transparent 15%),
        radial-gradient(circle at 85% 60%, rgb(121,173,168,0.5) 3%, transparent 20%),
        radial-gradient(circle at 40% 80%, rgb(167,202,198,0.5) 5%, transparent 25%);
    opacity: 0.2;
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    width: 100%;
    z-index: -1;
    height: 100%;
}.statistical_summary::after {
    height: 200px;
    right: -50px;
    z-index: -1;
    filter: blur(70px);
    background: rgb(167,202,198,0.5);
    position: absolute;
    opacity: 0.2;
    width: 200px;
    border-radius: 50%;
    top: -50px;
    content: "";
}.statistical_summary .container {
    gap: 60px;
    max-width: 1200px;
    flex-direction: column-reverse;
    position: relative;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
}.statistical_summary .statistics_edges {
    z-index: 2;
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(4, 1fr);
    position: relative;
}.statistical_summary .fast_benefits {
    position: relative;
    padding: 40px 20px;
    transition: all 0.4s ease;
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    text-align: center;
    border-radius: 24px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    background: rgba(255, 255, 255, 0.15);
    overflow: hidden;
}.statistical_summary .fast_benefits::before {
    height: 200%;
    transform: rotate(25deg);
    z-index: -1;
    opacity: 0.1;
    left: -50%;
    transition: all 0.8s ease;
    width: 200%;
    content: "";
    background: linear-gradient(
        45deg,
        transparent 0%,
        rgb(167,202,198,0.5) 30%,
        rgb(121,173,168,0.5) 70%,
        transparent 100%
    );
    position: absolute;
    top: -50%;
}.statistical_summary .fast_benefits:hover {
    transform: translateY(-10px);
    border-color: rgb(167,202,198,0.5);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.statistical_summary .fast_benefits:hover::before {
    transform: rotate(0deg);
    opacity: 0.2;
}.statistical_summary .fast_benefits h4 {
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    color: rgb(167,202,198);
    position: relative;
    margin-bottom: 20px;
    font-size: 3.5rem;
    font-weight: 700;
    display: inline-block;
}.statistical_summary .fast_benefits h4::after {
    transform: translateX(-50%);
    position: absolute;
    bottom: -10px;
    height: 3px;
    width: 40px;
    content: "";
    left: 50%;
    border-radius: 10px;
    background: rgb(121,173,168);
}.statistical_summary .fast_benefits span {
    font-size: 13px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.75);
    line-height: 1.6;
    display: block;
}.statistical_summary .statistics_benefits {
    position: relative;
    max-width: 700px;
    z-index: 2;
    text-align: center;
    margin: 0 auto;
}.statistical_summary .statistics_benefits::before {
    z-index: -1;
    position: absolute;
    content: "";
    left: -60px;
    width: 150px;
    opacity: 0.2;
    filter: blur(50px);
    border-radius: 50%;
    top: -60px;
    height: 150px;
    background: rgb(121,173,168,0.5);
}.statistical_summary .knowledge_gains {
    color: #000000;
    margin-bottom: 25px;
    font-weight: 700;
    display: inline-block;
    font-size: 28px;
    position: relative;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}.statistical_summary .knowledge_gains::after {
    width: 80px;
    left: 50%;
    border-radius: 10px;
    content: "";
    background: linear-gradient(90deg, rgb(167,202,198) 0%, rgb(121,173,168) 100%);
    transform: translateX(-50%);
    position: absolute;
    bottom: -12px;
    height: 4px;
}.statistical_summary .key_statistics {
    color: rgba(0, 0, 0, 0.7);
    font-size: 13px;
    margin-bottom: 0;
    line-height: 1.8;
}.statistical_summary svg {
    transition: all 0.3s ease;
    fill: rgb(167,202,198);
    margin-bottom: 20px;
    width: 50px;
    height: 50px;
}.statistical_summary svg path {
    fill: rgb(167,202,198);
    transition: all 0.3s ease;
}.statistical_summary .fast_benefits:hover svg {
    fill: rgb(121,173,168);
    transform: scale(1.1);
}.statistical_summary .fast_benefits:hover svg path {
    fill: rgb(121,173,168);
}@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.7;
    }
    100% {
        transform: scale(1);
        opacity: 0.5;
    }
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}

.statistical_summary .fast_benefits:nth-child(1)::after {
    border-radius: 50%;
    opacity: 0.2;
    right: -50px;
    background: rgb(167,202,198,0.5);
    bottom: -50px;
    animation: pulse 5s infinite ease-in-out;
    height: 100px;
    z-index: -1;
    width: 100px;
    position: absolute;
    filter: blur(30px);
    content: "";
}.statistical_summary .fast_benefits:nth-child(2)::after {
    content: "";
    filter: blur(30px);
    border-radius: 50%;
    width: 80px;
    animation: pulse 6s infinite ease-in-out;
    position: absolute;
    left: -40px;
    background: rgb(121,173,168,0.5);
    top: -40px;
    opacity: 0.2;
    z-index: -1;
    height: 80px;
}.statistical_summary .fast_benefits:nth-child(3)::after {
    background: rgb(167,202,198,0.5);
    bottom: -60px;
    left: -60px;
    opacity: 0.15;
    z-index: -1;
    position: absolute;
    border-radius: 50%;
    content: "";
    height: 120px;
    width: 120px;
    animation: pulse 7s infinite ease-in-out;
    filter: blur(40px);
}.statistical_summary .fast_benefits:nth-child(4)::after {
    content: "";
    top: -45px;
    height: 90px;
    animation: pulse 8s infinite ease-in-out;
    width: 90px;
    position: absolute;
    border-radius: 50%;
    filter: blur(35px);
    background: rgb(121,173,168,0.5);
    opacity: 0.15;
    z-index: -1;
    right: -45px;
}

@media (max-width: 991px) {.statistical_summary {
    padding: 90px 0;
}.statistical_summary .container {
    gap: 50px;
}.statistical_summary .statistics_edges {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}.statistical_summary .fast_benefits {
    padding: 35px 15px;
}.statistical_summary .fast_benefits h4 {
    font-size: 3rem;
}.statistical_summary .knowledge_gains {
    font-size: calc(28px * 0.9);
}
}

@media (max-width: 767px) {.statistical_summary {
    padding: 70px 0;
}.statistical_summary .container {
    gap: 40px;
}.statistical_summary .fast_benefits h4 {
    font-size: 2.5rem;
}.statistical_summary .fast_benefits span {
    font-size: calc(13px * 0.95);
}.statistical_summary .knowledge_gains {
    font-size: calc(28px * 0.8);
}.statistical_summary .knowledge_gains::after {
    width: 60px;
}.statistical_summary .key_statistics {
    font-size: calc(13px * 0.95);
}
}

@media (max-width: 575px) {.statistical_summary {
    padding: 60px 0;
}.statistical_summary .container {
    gap: 35px;
}.statistical_summary .statistics_edges {
    grid-template-columns: 1fr;
    gap: 20px;
}.statistical_summary .fast_benefits {
    padding: 30px 15px;
}.statistical_summary .fast_benefits h4 {
    margin-bottom: 15px;
    font-size: 2.2rem;
}.statistical_summary .fast_benefits h4::after {
    height: 2px;
    width: 30px;
}.statistical_summary .fast_benefits span {
    font-size: calc(13px * 0.9);
}.statistical_summary .knowledge_gains {
    font-size: calc(28px * 0.7);
    margin-bottom: 20px;
}.statistical_summary .knowledge_gains::after {
    height: 3px;
    width: 50px;
}.statistical_summary .key_statistics {
    line-height: 1.7;
    font-size: calc(13px * 0.9);
}.statistical_summary svg {
    width: 40px;
    height: 40px;
}.statistical_summary::before,
    .statistical_summary::after,
    .statistical_summary .fast_benefits::before,
    .statistical_summary .fast_benefits::after,
    .statistical_summary .statistics_benefits::before {
    opacity: 0.15;
}}footer {
    position: relative;
    width: 100%;
}footer .music_edu {
    background:rgb(121,173,168);
    padding: 250px 0 30px;
    color: #ffffff;
    font-family: Arial, sans-serif;
    position: relative;
}footer .music_edu::before {
    height: 20px;
    background: linear-gradient(90deg, rgb(167,202,198) 25%, rgb(121,173,168) 25%, rgb(121,173,168) 50%, rgb(167,202,198) 50%, rgb(167,202,198) 75%, rgb(121,173,168) 75%);
    left: 0;
    width: 100%;
    position: absolute;
    content: "";
    top: 0;
}footer .help_center {
    position: relative;
    z-index: 1;
}footer .ask_team {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    overflow: hidden;
    border-radius: 23px;
    position: absolute;
    justify-content: space-between;
    display: flex;
    right: 0;
    top: -120px;
    flex-wrap: wrap;
    left: 0;
    margin-bottom: 50px;
    padding: 0;
}footer .info_item {
    display: flex;
    justify-content: flex-start;
    padding: 25px;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    align-items: center;
    transition: all 0.3s ease;
    flex: 1 1 250px;
    position: relative;
}footer .info_item:last-child {
    border-right: none;
}footer .info_item::after {
    width: 0;
    transition: width 0.3s ease;
    height: 3px;
    background-color: rgb(167,202,198);
    bottom: 0;
    left: 0;
    position: absolute;
    content: "";
}footer .info_item:hover::after {
    width: 100%;
}footer .info_item svg {
    margin-right: 15px;
    fill: rgb(167,202,198);
    width: 22px;
    height: 22px;
    flex-shrink: 0;
}footer .info_item p,
footer .info_item a {
    transition: all 0.3s ease;
    font-size: 15px;
    color: #000000;
    text-decoration: none;
}footer .info_item a:hover {
    color: rgb(167,202,198);
}footer .text_main_holder {
    display: grid;
    gap: 20px;
    margin-top: 100px;
    grid-template-columns: 1fr;
}footer .nav_sitebar {
    padding: 0 25px;
    position: relative;
}footer .nav_sitebar svg {
    filter: brightness(0) invert(1);
    height: 45px;
    margin-bottom: 20px;
    width: auto;
}footer .workshop_cta {
    font-size: 16px;
    line-height: 1.6;
    max-width: 350px;
    color: rgba(255, 255, 255, 0.8);
}footer .top_pro {
    position: relative;
    padding: 0 25px;
}footer .top_pro h5 {
    color: #ffffff;
    position: relative;
    font-size: 19px;
    padding-bottom: 10px;
    margin-bottom: 25px;
    font-weight: 600;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}footer .top_pro h5::after {
    width: 60px;
    background-color: rgb(167,202,198);
    bottom: -2px;
    position: absolute;
    content: "";
    height: 2px;
    left: 0;
}footer .top_teach {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}footer .top_teach a {
    color: rgba(255, 255, 255, 0.8);
    padding: 8px 16px;
    font-size: 15px;
    border-radius: 20px;
    text-decoration: none;
    transition: all 0.3s ease;
    margin: 5px 8px 5px 0;
    background-color: rgba(255, 255, 255, 0.05);
}footer .top_teach a:hover {
    transform: translateY(-3px);
    background-color: rgb(167,202,198);
    color: #ffffff;
}footer .subscribe_holder {
    background-color: rgb(121,173,168,0.5);
    padding: 30px 25px;
    border-radius: 23px;
    position: relative;
}footer .subscribe_holder h5 {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 19px;
}footer .subscribe_holder p {
    line-height: 1.6;
    margin-bottom: 25px;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.8);
}footer .input_holder {
    display: flex;
    gap: 15px;
    flex-direction: column;
    position: relative;
}footer .input_holder::before {
    opacity: 0.1;
    background-color: rgb(167,202,198);
    right: -10px;
    border-radius: 50%;
    z-index: -1;
    width: 50px;
    top: -10px;
    position: absolute;
    height: 50px;
    content: "";
}footer .input_holder::after {
    background-color: rgb(121,173,168);
    width: 70px;
    opacity: 0.1;
    z-index: -1;
    height: 70px;
    content: "";
    position: absolute;
    left: -10px;
    border-radius: 50%;
    bottom: -20px;
}footer .input_holder input[type="email"] {
    transition: all 0.3s ease;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
    border: none;
    color: rgb(121,173,168);
    padding: 15px;
}footer .input_holder input[type="email"]:focus {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    outline: none;
}footer .input_holder input[type="email"]::placeholder {
    opacity: 0.6;
    color: #000000;
}footer .knowledge_quest {
    overflow: hidden;
    border-radius: 10px;
    transition: all 0.3s ease;
    border: none;
    color: #ffffff;
    font-weight: 600;
    background-color: rgb(167,202,198);
    font-size: 20px;
    cursor: pointer;
    padding: 15px;
    position: relative;
}footer .knowledge_quest::before {
    left: -100%;
    content: "";
    transition: left 0.7s ease;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
    position: absolute;
}footer .knowledge_quest:hover {
    background-color: rgb(121,173,168);
}footer .knowledge_quest:hover::before {
    left: 100%;
}footer .campus_links {
    text-align: center;
    margin-top: 50px;
    border-top: 1px dashed rgba(255, 255, 255, 0.1);
    padding-top: 20px;
}footer .lecture_ref {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
}

@media (min-width: 768px) {footer .music_edu {
    padding-top: 60px;
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .knowledge_quest {
    white-space: nowrap;
}
}

@media (max-width: 991px) {footer .ask_team {
    margin-bottom: 80px;
    position: relative;
    top: 0;
}footer .music_edu {
    padding: 120px 0 30px;
}footer .text_main_holder {
    margin-top: 40px;
}
}

@media (max-width: 767px) {footer .info_item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-right: none;
}footer .info_item:last-child {
    border-bottom: none;
}footer .top_pro, footer .subscribe_holder, footer .nav_sitebar {
    padding: 20px;
}footer .campus_links {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .top_pro h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
    font-size: calc(19px - 2px);
}footer .top_teach a {
    padding: 6px 12px;
    font-size: calc(15px - 1px);
}footer .input_holder input[type="email"],
    footer .knowledge_quest {
    padding: 12px;
}}.our_story {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.our_story::before {
    z-index: 1;
    height: 100%;
    left: 0;
    backdrop-filter: blur(3px);
    content: "";
    top: 0;
    width: 100%;
    background: linear-gradient(135deg, rgb(167,202,198,0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: absolute;
}.our_story .container {
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
}.our_story .message_wrap {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    opacity: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
    transform: translateY(20px);
    padding: 3rem;
    animation: fadeUp 0.8s ease-out forwards 0.3s;
    border-left: 5px solid rgb(167,202,198);
}.our_story .message_wrap > div:first-child {
    margin-bottom: 1rem;
    position: relative;
}.our_story .message_wrap > div:first-child::before {
    content: "";
    bottom: -8px;
    animation: lineGrow 0.6s cubic-bezier(0.17, 0.67, 0.83, 0.67) forwards 0.8s;
    background: rgb(167,202,198);
    width: 60px;
    left: 0;
    position: absolute;
    transform-origin: left;
    height: 2px;
    transform: scaleX(0);
}.our_story h5 {
    animation: slideIn 0.6s ease-out forwards 0.5s;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 2px;
    font-weight: 600;
    transform: translateX(-10px);
    opacity: 0;
    color: rgb(167,202,198);
    font-size: 18px;
}.our_story .message_wrap > div:nth-child(2) {
    margin-bottom: 2rem;
}.our_story .message_wrap > div:nth-child(2) p {
    animation: fadeUp 0.6s ease-out forwards 0.7s;
    margin: 0;
    font-size: calc(18px * 1.3);
    color: #000000;
    opacity: 0;
    font-weight: 300;
    transform: translateY(15px);
}.our_story .message_wrap > div:nth-child(2) p b {
    display: inline-block;
    position: relative;
    font-weight: 700;
}.our_story .message_wrap > div:nth-child(2) p b::after {
    background: rgba(var(--primary-color-rgb), 0.2);
    transform-origin: bottom;
    height: 8px;
    transform: scaleY(0);
    animation: highlightGrow 0.5s ease-out forwards 1.2s;
    content: "";
    bottom: 0;
    z-index: -1;
    position: absolute;
    width: 100%;
    left: 0;
}.our_story ol {
    list-style-type: none;
    counter-reset: item;
    padding-left: 0;
    margin: 0;
}.our_story ol li {
    animation: fadeUp 0.8s ease-out forwards 1s;
    color: #000000;
    padding-left: 0;
    text-align: justify;
    font-size: 12px;
    font-family: Arial, sans-serif;
    transform: translateY(20px);
    columns: 2;
    column-gap: 3rem;
    position: relative;
    line-height: 1.8;
    opacity: 0;
}.our_story ol li::first-line {
    font-weight: 600;
    color: rgb(167,202,198);
}

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

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(-10px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

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

@keyframes highlightGrow {
  from {
    transform: scaleY(0);
  }
  to {
    transform: scaleY(1);
  }
}

@media (max-width: 992px) {.our_story {
    padding: 80px 0;
}.our_story .message_wrap {
    padding: 2.5rem;
}.our_story ol li {
    columns: 1;
}.our_story h5 {
    font-size: calc(18px * 0.9);
}.our_story .message_wrap > div:nth-child(2) p {
    font-size: calc(18px * 1.1);
}
}

@media (max-width: 768px) {.our_story {
    padding: 60px 0;
}.our_story .message_wrap {
    padding: 2rem;
}.our_story h5 {
    font-size: calc(18px * 0.85);
}.our_story .message_wrap > div:nth-child(2) p {
    font-size: 18px;
}.our_story .message_wrap > div:first-child::before {
    width: 40px;
}
}

@media (max-width: 576px) {.our_story {
    padding: 40px 0;
}.our_story .message_wrap {
    border-left-width: 3px;
    padding: 1.5rem;
}.our_story h5 {
    font-size: calc(18px * 0.8);
    letter-spacing: 1px;
}.our_story .message_wrap > div:nth-child(2) p {
    font-size: calc(12px * 1.2);
}.our_story ol li {
    line-height: 1.6;
    font-size: calc(12px * 0.9);
}
}

@media (hover: hover) {.our_story .message_wrap:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    transition: all 0.4s ease;
}
}