﻿.container {
    max-width: 100%;
    margin: auto;
    width: 1233px;
}

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

.contact_information_04::after {
    z-index: 0;
    opacity: 0.6;
    top: 0;
    content: "";
    background: radial-gradient(
        circle at 20% 30%, 
        rgba(rgb(225,195,173), 0.15) 0%, 
        transparent 50%
    ), radial-gradient(
        circle at 80% 70%, 
        rgba(rgb(204,162,131), 0.15) 0%, 
        transparent 50%
    );
    height: 100%;
    left: 0;
    width: 100%;
    position: absolute;
}

.contact_information_04 .connect_message_59::after {
    position: absolute;
    content: "";
    border: 1px solid rgba(rgb(204,162,131), 0.2);
    right: -8px;
    width: 100%;
    z-index: -1;
    border-radius: 18px;
    bottom: -8px;
    height: 100%;
}

.contact_information_04 .query_block_69 {
    padding: 50px;
    border-radius: 18px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.03);
    position: relative;
    backdrop-filter: blur(10px);
}

.contact_information_04 form input[type="text"] {
    margin-bottom: 25px;
    font-size: 15px;
    padding: 18px 25px;
    width: 100%;
    transition: all 0.3s ease;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    font-family: Arial, sans-serif;
    border-radius: 10px;
}

.contact_information_04 .reach_box_03 input[type="checkbox"]:checked + label::after {
    width: 6px;
    top: 6px;
    left: 8px;
    border-bottom: 2px solid #ffffff;
    transform: rotate(45deg);
    position: absolute;
    height: 10px;
    border-right: 2px solid #ffffff;
    content: "";
}

.contact_information_04 form .help_map_48:hover::before {
    left: 0;
}

.contact_information_04 svg {
    width: 22px;
    height: 22px;
    fill: rgb(225,195,173);
}

.pricing_bundle_69 {
    overflow: hidden;
    position: relative;
    background: rgb(240,225,214);
    padding: 100px 0;
}

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

.pricing_bundle_69 .learning_deals_54 {
    max-width: 700px;
    order: -1;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    text-align: center;
}

.pricing_bundle_69 .price_options_65 {
    display: grid;
    gap: 30px;
    perspective: 1000px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.pricing_bundle_69 .value_deals_81:hover .qtr_cost_68 {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12), 0 0 20px rgb(225,195,173,0.5);
}

.pricing_bundle_69 .value_deals_81:hover .pricing_deals_62::before {
    transform: scaleX(1);
}

.pricing_bundle_69 .value_deals_81:hover .pricing_deals_62 h3 {
    color: rgb(225,195,173);
    transform: translateX(5px);
}

.pricing_bundle_69 .pay_options_08::before {
    position: absolute;
    height: 2px;
    width: 40px;
    left: 0;
    bottom: -8px;
    background: rgb(204,162,131,0.5);
    content: "";
    transition: width 0.4s ease;
}

.pricing_bundle_69 .media_thumbnail_15::after {
    opacity: 0.6;
    inset: 0;
    content: "";
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    transition: opacity 0.5s ease;
    position: absolute;
}

.academic_expertise_87::before {
    left: 0;
    height: 1px;
    content: "";
    animation: lineExpand 5s ease-in-out infinite alternate;
    transform-origin: left center;
    background: linear-gradient(to right, transparent, rgb(225,195,173,0.5), transparent);
    width: 40%;
    top: 40%;
    position: absolute;
}

.academic_expertise_87 .media_thumbnail_15::after {
    top: 0;
    background: linear-gradient(135deg, rgb(225,195,173,0.5) 0%, transparent 50%);
    transition: all 0.7s ease;
    opacity: 0.5;
    left: 0;
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    mix-blend-mode: overlay;
}

.academic_expertise_87 .career_wrap_50 {
    padding-left: 2rem;
    transform: translateX(0);
    font-weight: 300;
    position: relative;
    font-size: 18px;
    transition: all 0.5s ease 0.2s;
    color: #000000;
    line-height: 1.8;
}

.academic_expertise_87 .client_review_90:hover .name {
    transform: translateX(10px);
}

.support_30 {
    z-index: 1;
    padding: 80px 0;
    position: relative;
    background: rgb(240,225,214);
    overflow: hidden;
}

.support_30 .message_form_32 {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06), 0 0 0 1px rgba(0, 0, 0, 0.02);
    border-radius: 19px;
    z-index: 2;
    overflow: hidden;
    padding: 45px 40px;
    position: relative;
    background: #ffffff;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    backdrop-filter: blur(10px);
}

.support_30 h3 {
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    color: #000000;
    font-size: 30px;
    padding-bottom: 15px;
    display: inline-block;
}

.support_30 .talk_team_71 {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    display: grid;
    position: relative;
    gap: 25px;
}

.support_30 .talk_team_71 span:hover {
    border-color: rgba(rgb(225,195,173), 0.2);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.support_30 .talk_team_71 span p {
    color: #000000;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
}

.support_30 .talk_team_71 span > span:hover {
    box-shadow: none;
    transform: none;
}

.support_30 .talk_team_71 span a:hover {
    color: rgb(204,162,131);
}

.support_30 .talk_team_71 span a:hover::after {
    background: rgb(204,162,131);
    width: 100%;
}

.support_30 .talk_team_71 span:nth-child(3) svg {
    transform-origin: center;
}

.support_30 .talk_team_71 span:nth-child(3) svg {
    position: relative;
}

.support_30 .talk_team_71 span:nth-child(4) svg path {
    stroke-dashoffset: 0;
    animation: dashAnimation 3s linear infinite;
    stroke-dasharray: 24;
    animation-delay: 0.5s;
}

.support_30 .talk_team_71 span:nth-child(4) svg path {
    transform-origin: center;
}

.support_30 .talk_team_71 span:nth-child(4):hover svg path {
    animation-duration: 2s;
}



.support_30 .ask_team_48 {
    position: relative;
    background: linear-gradient(135deg, rgba(rgb(225,195,173), 0.03) 0%, rgba(rgb(204,162,131), 0.03) 100%);
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    grid-column: 1 / -1;
    margin-top: 15px;
    padding: 25px 30px;
    overflow: hidden;
}

.support_30 .ask_team_48 h4 svg path {
    stroke: rgb(225,195,173);
}

.support_30 .ask_team_48 span:last-child {
    border-bottom: none;
}

.welcome_page_46 {
    overflow: hidden;
    position: relative;
    justify-content: center;
    display: flex;
    align-items: center;
    min-height: 100vh;
}

.welcome_page_46 .main_first_13::before {
    position: absolute;
    top: 0;
    background: linear-gradient(135deg, rgb(225,195,173,0.5), rgba(0, 0, 0, 0.5) 80%);
    backdrop-filter: brightness(0.8) contrast(1.2);
    right: 0;
    z-index: 1;
    left: 0;
    content: "";
    bottom: 0;
}

.welcome_page_46 .main_first_13 h1::after {
    left: 0;
    transform: scaleX(0);
    position: absolute;
    width: 120px;
    background: linear-gradient(90deg, rgb(204,162,131), rgb(225,195,173));
    bottom: -15px;
    animation: lineExpand 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.8s forwards;
    content: "";
    transform-origin: left;
    height: 4px;
}

.client_opinions_86::before {
    background: rgb(225,195,173,0.5);
    width: 35%;
    height: 100%;
    content: "";
    z-index: 1;
    transform: skewX(-15deg) translateX(-10%);
    left: 0;
    position: absolute;
    top: 0;
}

.client_opinions_86 h2::after {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    position: absolute;
    transform: translateX(-50%);
    background: rgb(225,195,173);
    left: 50%;
    content: "";
    height: 5px;
    bottom: -15px;
    width: 60px;
}

.client_opinions_86 .client_review_90::after {
    position: absolute;
    z-index: 2;
    transition: all 0.4s ease;
    content: "";
    background: rgb(225,195,173,0.5);
    height: 3px;
    top: 39px;
}

.client_opinions_86 .client_review_90:nth-child(odd)::after {
    width: 30px;
    right: -30px;
}

.client_opinions_86 .client_review_90:hover {
    transform: scale(1.03);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.client_opinions_86 .client_review_90:hover img {
    border-color: rgb(225,195,173,0.5);
    transform: scale(1.1);
}

.client_opinions_86 .client_review_90 .description {
    line-height: 1.6;
    padding-top: 0.75rem;
    font-size: 18px;
    color: #000000;
    position: relative;
    font-weight: 400;
    margin-top: 0.75rem;
}

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

.cookie_warning_panel_23 p {
    font-size: 18px;
}

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

.course_program_info_43::after {
    width: 240px;
    right: -20px;
    opacity: 0.07;
    transform: rotate(15deg);
    content: "";
    height: 240px;
    z-index: 0;
    background: linear-gradient(225deg, rgb(225,195,173) 0%, rgb(204,162,131) 100%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    bottom: -20px;
    position: absolute;
}

.course_program_info_43 .media_thumbnail_15:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.course_program_info_43 .description {
    margin-bottom: 1.5rem;
    position: relative;
    line-height: 1.8;
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #000000;
}

header::after {
    background: linear-gradient(90deg, 
        rgb(225,195,173) 0%, 
        rgb(204,162,131) 50%, 
        rgb(225,195,173) 100%);
    left: 0;
    height: 4px;
    content: '';
    bottom: 0;
    z-index: 1;
    position: absolute;
    width: 100%;
}

header .head_bar_48::before {
    z-index: -1;
    background: linear-gradient(45deg, rgb(225,195,173), rgb(204,162,131));
    left: -2px;
    bottom: -2px;
    position: absolute;
    transition: all 0.3s ease;
    right: -2px;
    content: '';
    opacity: 0;
    transform: scale(0.95);
    border-radius: calc(10px + 2px);
    top: -2px;
}

header .head_section_98:hover::before {
    left: 100%;
}

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

footer::before {
    right: 0;
    opacity: 0.9;
    z-index: -2;
    bottom: 0;
    left: 0;
    position: absolute;
    content: "";
    top: 0;
    background: linear-gradient(to right, rgb(204,162,131), rgb(225,195,173));
}

.training_zone_41 .company_holder {
    grid-column: span 5;
    padding: 0;
    position: relative;
}

.training_zone_41 .company_holder h3::after {
    left: 0;
    background: #ffffff;
    content: "";
    position: absolute;
    bottom: -2px;
    width: 80px;
    height: 2px;
}

.training_zone_41 .header_page_01 {
    position: relative;
}

.training_zone_41 .header_page_01 .top_header_35 a {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease;
}

.music_edu_17 {
    margin-top: 4rem;
    background: rgba(0, 0, 0, 0.1);
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 2rem 0;
}

.training_zone_41 .company_holder::after {
    bottom: 0;
    width: 50px;
    border-left: 2px solid rgba(255, 255, 255, 0.2);
    left: 0;
    content: "";
    position: absolute;
    height: 50px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

.appArea_53::after {
    width: 40%;
    background: linear-gradient(225deg, rgb(204,162,131) 0%, transparent 80%);
    bottom: -10%;
    position: absolute;
    transform: rotate(15deg);
    opacity: 0.3;
    height: 40%;
    content: "";
    right: -5%;
    filter: blur(50px);
    z-index: 0;
}

.appArea_53 .learn_mastery_47 > div:first-child {
    padding-bottom: 20px;
    position: relative;
}

.appArea_53 .learn_mastery_47 > div:first-child::after {
    left: 0;
    bottom: 0;
    transform-origin: left;
    animation: lineExtend 1.5s ease-out forwards;
    width: 80px;
    height: 3px;
    content: "";
    background-color: rgb(225,195,173);
    position: absolute;
}

.appArea_53 a::before {
    position: absolute;
    left: -20px;
    height: 0;
    content: "";
    transition: height 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    top: 0;
    width: 4px;
    background-color: rgb(204,162,131);
}

.who_we_are_70 .tag_content_09 {
    position: relative;
    padding: 45px 50px;
    clip-path: polygon(
        0 0, 
        100% 0, 
        98% 100%, 
        2% 100%
    );
    background: linear-gradient(to right, 
        rgba(30, 41, 59, 0.6), 
        rgba(30, 41, 59, 0.8));
    transform: perspective(1000px) rotateY(-2deg);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-left: 4px solid rgb(225,195,173);
    backdrop-filter: blur(8px);
    max-width: 950px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.3);
    margin: 0 auto;
}

.who_we_are_70 p b::after {
    position: absolute;
    background: linear-gradient(90deg, rgb(225,195,173), transparent);
    bottom: -5px;
    height: 2px;
    width: 100%;
    content: "";
    left: 0;
}

.who_we_are_70 li::after {
    transform: scale(0);
    transition: all 0.3s ease;
    content: "";
    width: 8px;
    border-radius: 50%;
    top: 12px;
    position: absolute;
    height: 8px;
    opacity: 0;
    left: -20px;
    background-color: rgb(225,195,173);
}

.check_it_out_now_94 .help_map_48 {
    color: #ffffff;
    overflow: hidden;
    text-decoration: none;
    display: flex;
    border-radius: 25px;
    justify-content: center;
    transition: all 0.5s ease;
    font-size: 18px;
    padding: 50px;
    background: rgb(225,195,173);
    transform: perspective(1000px) rotateX(2deg) rotateY(2deg) translateZ(0);
    align-items: center;
    position: relative;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(0, 0, 0, 0.01);
    font-weight: 600;
    z-index: 5;
}

.privacy_refuge_37 h1 {
    font-size: 44px;
    text-transform: uppercase;
    border-bottom: 2px solid rgb(225,195,173);
    text-shadow: 0 0 10px rgb(225,195,173,0.5);
    margin-bottom: 25px;
    margin-top: 40px;
    font-weight: 700;
    color: rgb(225,195,173);
    padding-bottom: 10px;
}

.privacy_refuge_37 section {
    margin-top: 20px;
    box-shadow: 0 0 15px rgb(225,195,173,0.5);
    padding: 20px;
    background: rgb(240,225,214);
    border-radius: 10px;
}


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



@media screen and (max-width: 767px) {.contact_information_04 {
    padding: 70px 0;
}.contact_information_04 h2 {
    font-size: calc(28px * 0.9);
}.contact_information_04 .media_thumbnail_15 {
    min-height: 350px;
}.contact_information_04 .media_thumbnail_15::after,
    .contact_information_04 .query_block_69::before {
    width: 40px;
    height: 40px;
}
}



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



@media (max-width: 767px) {.pricing_bundle_69 {
    padding: 60px 0;
}.pricing_bundle_69 .price_options_65 {
    grid-template-columns: 1fr;
    gap: 25px;
}.pricing_bundle_69 .learning_deals_54 h2 {
    font-size: calc(30px - 4px);
}.pricing_bundle_69 .media_thumbnail_15 {
    height: 180px;
}.pricing_bundle_69 .pricing_deals_62 {
    padding: 25px;
}
}



@media (max-width: 768px) {.support_30 {
    padding: 50px 0;
}.support_30 .message_form_32 {
    padding: 30px 25px;
}.support_30 h3 {
    font-size: calc(30px * 0.8);
    padding-bottom: 12px;
    margin-bottom: 15px;
}.support_30 .ask_feedback_05 {
    font-size: calc(16px * 0.95);
    margin-bottom: 25px;
}.support_30 .talk_team_71 {
    grid-template-columns: 1fr;
    gap: 15px;
}.support_30 .talk_team_71 span {
    padding: 12px 16px;
}.support_30 .ask_team_48 {
    padding: 20px 25px;
}.support_30 .ask_team_48 h4 {
    font-size: calc(20px * 0.9);
}.support_30 .ask_team_48 h4::before {
    height: 18px;
    width: 18px;
}.support_30 .ask_team_48 h4 svg {
    width: 18px;
    height: 18px;
}
}



@media (hover: hover) {.welcome_page_46 .main_first_13 {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.welcome_page_46 .main_first_13:hover {
    transform: translateY(-5px);
}.welcome_page_46 .main_first_13:hover::after {
    transition: opacity 0.5s ease;
    opacity: 0.25;
}}


@media only screen and (max-width: 800px) {.cookie_confirm_38 {
    display: none;
}.cookies_consent_47 {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.cookie_warning_panel_23 h5 {
    text-align: center;
}.cookie_warning_panel_23 p {
    text-align: center;
}.edu_track_39 {
    margin-bottom: 20px;
}body .panel-container_92 .cookie_visitor_75 {
    margin-left: 0;
    margin-bottom: 10px;
}}



@media (min-width: 1200px) {.course_program_info_43 .container {
    padding: 0 2rem;
}.course_program_info_43 h2 {
    font-size: calc(35px * 1.3);
    transform: translateX(-1rem);
    max-width: 65%;
}.course_program_info_43 .master_it_98 {
    gap: 6rem;
}.course_program_info_43 .media_thumbnail_15 {
    transform: perspective(1200px) rotateY(-8deg) translateZ(0);
}.course_program_info_43 .media_thumbnail_15:hover {
    transform: perspective(1200px) rotateY(-3deg) translateZ(0) scale(1.02);
}
}



@media (max-width: 767px) {header {
    padding: 1rem 0 1.5rem;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 90% 100%, 10% 100%, 0 95%);
}header .main_primary_83 {
    flex-direction: column;
}header .header_page_01 {
    flex-wrap: wrap;
    gap: 0.5rem;
    padding: 10px;
    order: 2;
    margin-top: 1rem;
    width: 100%;
    justify-content: center;
}header .head_bar_48 {
    padding: 0.5rem 0.7rem;
    font-size: calc(13px - 2px);
}header .head_section_98 {
    margin-bottom: 0.5rem;
    order: 1;
}header .head_section_98 svg {
    width: 130px;
}
}



@media (max-width: 420px) {.training_zone_41 .company_holder h3::after,
    .training_zone_41 .header_page_01 h5::after {
    width: 30px;
}.training_zone_41 .header_page_01 .top_header_35 a:hover {
    padding-left: 0.3rem;
}}



@media (max-width: 992px) {.who_we_are_70 {
    padding: 80px 0;
}.who_we_are_70 .tag_content_09 {
    transform: perspective(800px) rotateY(-1deg);
    padding: 35px 30px;
}.who_we_are_70 h5 {
    font-size: calc(19px * 0.9);
}.who_we_are_70 p {
    font-size: 18px;
}.who_we_are_70 p b {
    font-size: 16px;
}
}



@media (max-width: 991px) {.check_it_out_now_94 {
    padding: 90px 0;
}.check_it_out_now_94 .container p {
    padding: 40px;
    font-size: calc(24px * 1.2);
}.check_it_out_now_94 .help_map_48 {
    padding: 40px;
}
}



@media (max-width: 480px) {.check_it_out_now_94 {
    padding: 50px 0;
}.check_it_out_now_94 .container p {
    padding: 25px 20px;
    font-size: calc(13px * 1.2);
}.check_it_out_now_94 .help_map_48 {
    font-size: calc(18px * 0.9);
    padding: 20px;
}}



@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);
    }
}

@keyframes dashAnimation {
    0% {
        stroke-dashoffset: 20;
    }
    50% {
        stroke-dashoffset: 0;
    }
    100% {
        stroke-dashoffset: -20;
    }
}



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



@keyframes orbit {
    from { transform: rotate(0deg) translateX(10px) rotate(0deg); }
    to { transform: rotate(360deg) translateX(10px) rotate(-360deg); }
}

