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

.style_footer_edu {
    flex: 0 0 auto;
}

.style_footer_edu {
    color: #000000;
    position: relative;
    padding: 4rem 0 2rem;
}

.style_nav_mentor {
    flex: 1 0 auto;
}

header,footer {
    width: 100%;
}

header {
    position: relative;
    background: rgb(236,215,217);
    padding: 1.2rem 0;
    z-index: 100;
}


.style_tariff_row {
    overflow: hidden;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgb(236,215,217), rgba(0, 0, 0, 0.5));
    position: relative;
    padding: 5rem 1rem;
}

.style_tariff_row .container {
    z-index: 2;
    margin: 0 auto;
    position: relative;
    max-width: 1400px;
}

.style_tariff_row .style_payment_option {
    order: -1;
    animation: fadeUp 0.8s ease-out forwards;
    max-width: 800px;
    transform: translateY(20px);
    margin: 0 auto 2rem;
    opacity: 0;
    text-align: center;
}

.style_tariff_row .style_payment_option h2::after {
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
    bottom: -10px;
    height: 3px;
    width: 80px;
    background: linear-gradient(90deg, rgb(218,173,188), rgb(199,133,138));
}

.style_tariff_row .style_annual_plan {
    border-radius: 26px;
    animation: fadeIn 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    position: relative;
    display: block;
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transform: translateZ(0) scale(1);
    opacity: 0;
    color: #000000;
    background: #ffffff;
}

.style_tariff_row .style_annual_plan:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: translateZ(30px) scale(1.03);
}

.style_tariff_row .style_annual_plan:hover::before {
    transform: scaleX(1);
}

.style_tariff_row .style_edu_rates {
    flex-direction: column;
    display: flex;
    height: 100%;
}

.style_tariff_row .style_value_plan h3 {
    font-size: 20px;
    margin: 0 0 1rem;
    font-weight: 700;
    transition: color 0.3s ease;
    position: relative;
    color: #000000;
}

.style_tariff_row .style_cert_cost::after {
    left: 0;
    height: 2px;
    transition: width 0.3s ease;
    content: "";
    position: absolute;
    bottom: -8px;
    width: 40px;
    background-color: rgb(199,133,138);
}

.style_tariff_row .style_annual_plan:hover .style_cert_cost {
    transform: translateY(-3px);
}

.style_tariff_row .style_img_shadow {
    position: relative;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    width: 100%;
    overflow: hidden;
    height: 200px;
}

.style_tariff_row .style_img_shadow::after {
    transition: opacity 0.5s ease;
    opacity: 0.7;
    right: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    content: "";
    background: linear-gradient(to top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 50%);
    left: 0;
}

.style_contact_box::before {
    position: absolute;
    width: 100%;
    background: 
        radial-gradient(circle at 20% 50%, rgba(0, 0, 0, 0.4) 0%, transparent 40%),
        linear-gradient(0deg, transparent 80%, rgba(rgb(218,173,188), 0.05) 100%);
    height: 100%;
    content: "";
    left: 0;
    z-index: 0;
    top: 0;
}

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

.style_contact_box h2::before {
    content: "";
    background: rgb(218,173,188);
    height: 2px;
    bottom: -20px;
    left: calc(50% - 50px);
    position: absolute;
    width: 30px;
}

.style_contact_box .style_inquiry_list {
    border: 1px solid rgba(255, 255, 255, 0.05);
    overflow: hidden;
    display: grid;
    backdrop-filter: blur(10px);
    grid-template-columns: 6fr 4fr;
    background: rgba(0, 0, 0, 0.2);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

.style_contact_box .style_img_shadow::after {
    position: absolute;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(rgb(218,173,188), 0.1) 10px, rgba(rgb(218,173,188), 0.1) 11px);
    animation: scanLines 5s linear infinite;
    content: "";
    height: 100%;
    left: 0;
    z-index: 2;
    width: 100%;
    top: 0;
}

.style_contact_box #contact {
    flex-direction: column;
    display: flex;
    gap: 25px;
}

.style_contact_box h3 {
    margin-bottom: 30px;
    color: #ffffff;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    position: relative;
    font-size: 23px;
}

.style_contact_box input[type="text"] {
    padding: 16px 20px;
    background: rgba(0, 0, 0, 0.2);
    position: relative;
    width: 100%;
    border-radius: 10px;
    color: #ffffff;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 15px;
}

.style_contact_box .style_query_request {
    margin-top: 5px;
    align-items: flex-start;
    display: flex;
    gap: 12px;
}

.style_contact_box .style_query_request input[type="checkbox"]:checked {
    border-color: rgb(218,173,188);
    background: rgb(218,173,188);
}

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

.style_contact_box .style_query_request a:hover {
    color: #ffffff;
}

.style_contact_box .style_query_request a:hover::after {
    background: #ffffff;
}

.style_contact_box .style_connect_reach {
    border-radius: 10px;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 1px;
    padding: 16px 35px;
    overflow: hidden;
    border: none;
    transition: all 0.3s ease;
    cursor: pointer;
    margin-top: 10px;
    align-self: flex-start;
    color: #ffffff;
    position: relative;
    background: rgb(218,173,188);
    text-transform: uppercase;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.style_contact_box .style_connect_reach:hover::before {
    left: 100%;
}

.style_contact_box svg path {
    fill: rgb(218,173,188);
    transition: all 0.3s ease;
}

.style_contact_box svg:hover {
    transform: scale(1.1);
    fill: #ffffff;
}

.style_course_suitability {
    z-index: 1;
    position: relative;
    padding: 5rem 0;
    background: rgb(236,215,217);
    overflow: hidden;
}

.style_course_suitability::after {
    width: 100%;
    height: 100%;
    background-position: 0 0, 25px 25px;
    background-image: 
        radial-gradient(rgba(rgb(218,173,188,0.5), 0.15) 2px, transparent 2px),
        radial-gradient(rgba(rgb(199,133,138,0.5), 0.1) 2px, transparent 2px);
    position: absolute;
    content: "";
    top: 0;
    background-size: 50px 50px, 100px 100px;
    z-index: -1;
    opacity: 0.5;
    left: 0;
}

.style_course_suitability h3 {
    font-weight: 700;
    margin-bottom: 3rem;
    position: relative;
    padding-left: 2rem;
    text-align: left;
    font-size: 33px;
    color: rgb(199,133,138);
}

.style_course_suitability ul {
    margin: 0;
    position: relative;
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
    display: grid;
    gap: 2rem 1.5rem;
    list-style: none;
}

.style_course_suitability li {
    align-items: flex-start;
    transition: all 0.3s ease;
    background: rgba(rgb(199,133,138,0.5), 0.03);
    border-radius: 25px;
    padding: 1.5rem;
    display: flex;
    position: relative;
    box-shadow: 
        0 5px 15px rgba(0, 0, 0, 0.05),
        inset 0 0 0 1px rgba(rgb(199,133,138,0.5), 0.1);
}

.style_course_suitability li {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
}

.style_course_suitability li::after {
    width: 40px;
    top: -10px;
    content: "";
    border-radius: 50%;
    z-index: -1;
    left: -10px;
    position: absolute;
    height: 40px;
    background: radial-gradient(
        circle,
        rgba(rgb(218,173,188,0.5), 0.15) 0%,
        transparent 70%
    );
}

.style_course_suitability li:hover::before {
    opacity: 1;
}

.style_course_suitability li:nth-child(even)::after {
    animation: pulseOdd 3s infinite alternate-reverse ease-in-out;
}

.style_course_suitability li svg {
    margin-right: 1rem;
    transition: all 0.3s ease;
    position: relative;
    fill: rgb(218,173,188);
    width: 32px;
    flex-shrink: 0;
    height: 32px;
}

.style_course_suitability li svg path {
    fill: rgb(218,173,188);
    transition: fill 0.3s ease;
}

.style_course_suitability li:hover svg path {
    fill: rgb(218,173,188);
}

header::before {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    background: linear-gradient(135deg, 
        rgb(218,173,188,0.5) 0%, 
        transparent 50%, 
        rgb(199,133,138,0.5) 100%);
    height: 100%;
    content: '';
    opacity: 0.5;
}

header .style_top_page {
    text-decoration: none;
    margin-bottom: 0.5rem;
    display: flex;
    justify-content: center;
    padding: 0.5rem 1rem;
    position: relative;
}

header .style_top_page svg {
    height: auto;
    width: 160px;
    transition: all 0.3s ease;
}

header .style_top_page:hover svg {
    transform: translateY(-2px);
    filter: drop-shadow(0 2px 4px rgb(218,173,188,0.5));
}

header .style_main_top {
    flex-wrap: wrap;
    border-radius: 10px;
    justify-content: center;
    gap: 0.4rem;
    width: 100%;
    padding: 0.6rem;
    display: flex;
    background: rgb(236,215,217);
}

header .style_top_prime::before {
    left: 0;
    opacity: 0;
    position: absolute;
    background: linear-gradient(135deg, rgb(218,173,188), rgb(199,133,138));
    height: 100%;
    transition: opacity 0.3s ease;
    top: 0;
    z-index: -1;
    width: 100%;
    content: '';
}

header .style_top_prime:hover::after {
    transform: scaleX(1);
}

.style_leadership_profile {
    position: relative;
    background: linear-gradient(135deg, rgb(236,215,217) 0%, rgb(199,133,138,0.5) 100%);
    padding: 120px 0;
    overflow: hidden;
}

.style_leadership_profile::after {
    z-index: 0;
    animation: glow 8s infinite alternate ease-in-out;
    top: -50px;
    position: absolute;
    height: 200px;
    filter: blur(80px);
    width: 200px;
    content: "";
    right: -50px;
    background: rgb(218,173,188,0.5);
}

.style_leadership_profile .container {
    max-width: 1140px;
    position: relative;
    padding: 0 15px;
    z-index: 2;
    margin: 0 auto;
}

.style_leadership_profile .style_success_stories {
    background: #ffffff;
    grid-template-columns: 1fr;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    gap: 30px;
    display: grid;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    padding: 40px;
    backdrop-filter: blur(5px);
}

.style_leadership_profile .style_success_stories > div:nth-child(2) {
    order: 2;
}

.style_leadership_profile .style_img_shadow {
    transition: transform 0.5s ease;
    height: 300px;
    width: 100%;
    transform: translateZ(0);
    position: relative;
    overflow: hidden;
}

.style_leadership_profile .style_success_stories:hover .style_img_shadow {
    transform: scale(1.03);
}

.style_leadership_profile .style_success_stories:hover .style_img_shadow::before {
    opacity: 0.9;
}

.style_leadership_profile .name::after {
    content: "";
    bottom: -5px;
    width: 0;
    left: 0;
    position: absolute;
    background: rgb(218,173,188);
    transition: width 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    height: 2px;
}

.style_leadership_profile .style_success_stories > div:nth-child(2) > div {
    margin-bottom: 15px;
    letter-spacing: 0.5px;
    font-weight: 600;
    opacity: 0.85;
    color: #000000;
    font-size: calc(13px - 2px);
}

.style_leadership_profile .style_work_achievements::before {
    left: -15px;
    z-index: -1;
    color: rgb(199,133,138,0.5);
    position: absolute;
    font-size: 80px;
    top: -30px;
    font-family: Georgia, serif;
    opacity: 0.2;
    content: "";
}

.style_find_contact::before {
    transform: skewY(-3deg);
    z-index: -1;
    width: 100%;
    position: absolute;
    left: 0;
    transform-origin: top left;
    top: 0;
    background: linear-gradient(45deg, rgb(218,173,188,0.5) 0%, transparent 70%);
    content: '';
    height: 100%;
}

.style_find_contact .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0 1.5rem;
}

.style_find_contact .style_get_contact:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.style_find_contact h3 {
    transform: translateZ(30px);
    margin-bottom: 1.5rem;
    font-size: 37px;
    position: relative;
    display: inline-block;
    color: rgb(218,173,188);
    font-weight: 700;
}

.style_find_contact .style_get_contact:hover h3::after {
    width: 100%;
}

.style_find_contact p {
    transition: transform 0.3s ease-out;
    color: #000000;
    font-size: 16px;
    margin-bottom: 1.5rem;
    max-width: 90%;
    line-height: 1.7;
}

.style_find_contact h5 {
    align-items: center;
    display: flex;
    font-weight: 600;
    gap: 0.75rem;
    margin-bottom: 0.5rem;
    text-transform: capitalize;
    font-size: 21px;
    color: #000000;
}

.style_find_contact .style_talk_support::before {
    width: 50px;
    left: 0;
    content: '';
    height: 10px;
    top: -5px;
    background: #ffffff;
    position: absolute;
}

.style_find_contact .style_talk_support li:hover {
    transform: translateX(10px);
}

.style_find_contact .style_contact_card:hover {
    color: rgb(218,173,188);
}

.style_find_contact .style_contact_card svg {
    transition: transform 0.3s ease;
    height: 22px;
    width: 22px;
}

.style_find_contact .style_contact_card:hover svg {
    transform: scale(1.2) rotate(5deg);
}

.style_find_contact svg path {
    transition: fill 0.3s ease;
}

.style_find_contact .style_contact_card:hover svg path {
    fill: rgb(218,173,188);
}

.style_ty_success::before {
    content: "";
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    transform: perspective(1000px) rotateX(5deg);
    width: 100%;
    opacity: 0.07;
    background-size: 35px 35px;
    z-index: 1;
    background-image: 
        linear-gradient(90deg, rgb(218,173,188,0.5) 1px, transparent 1px),
        linear-gradient(0deg, rgb(218,173,188,0.5) 1px, transparent 1px);
    height: 100%;
}

.style_ty_success h2 {
    font-size: 36px;
    opacity: 0;
    position: relative;
    margin-bottom: 2.5rem;
    max-width: 80%;
    animation: slideUp 0.8s forwards ease-out 0.2s;
    font-weight: 700;
    color: #000000;
    transform: translateY(20px);
}

.style_ty_success .style_expert_studio {
    position: relative;
    opacity: 0;
    background: #ffffff;
    animation: slideUp 0.8s forwards ease-out 0.5s;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06), 
                0 0 0 1px rgba(0, 0, 0, 0.03);
    transform: translateY(30px);
    padding: 3.5rem;
}

.style_ty_success .style_expert_studio ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.style_ty_success .style_expert_studio li {
    position: relative;
    padding-left: 2rem;
}

.style_ty_success .style_expert_studio span {
    transform: translateX(10px);
    position: relative;
    display: block;
    line-height: 1.7;
    animation: fadeIn 0.8s forwards ease-out 0.9s;
    font-size: 18px;
    font-family: Arial, sans-serif;
    color: #000000;
    opacity: 0;
}

.style_opening_page .style_page_entry {
    position: relative;
    align-items: center;
    height: 100vh;
    justify-content: center;
    display: flex;
    width: 100%;
}

.style_opening_page .style_master_classes {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    max-width: 1200px;
    animation: fadeInUp 1s ease-out forwards;
    transform: translateY(-20px);
    grid-template-columns: 1fr;
    gap: 2rem;
    display: grid;
    position: relative;
    z-index: 2;
    padding: 3rem;
    width: 90%;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.style_opening_page .style_master_classes {
    padding: 4rem;
    gap: 3rem;
    align-items: center;
    grid-template-columns: 1fr 1fr;
}

.style_opening_page .style_master_classes {
    gap: 4rem;
    padding: 5rem;
}

.style_opening_page .title_style_header {
    font-size: 42px;
    letter-spacing: 0.5px;
    line-height: 1.2;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    margin-bottom: 1rem;
    opacity: 0;
    font-weight: 700;
    transform: translateY(20px);
    animation: fadeInUp 1s ease-out 0.3s forwards;
}

.style_opening_page .title_style_header {
    font-size: calc(42px * 1.2);
}

.style_opening_page .title_style_header {
    font-size: calc(42px * 1.4);
}

.style_opening_page p {
    margin-bottom: 2rem;
    color: #ffffff;
    transform: translateX(-10px);
    padding-left: 1rem;
    border-left: 3px solid rgb(199,133,138);
    opacity: 0;
    animation: fadeInRight 1s ease-out 0.9s forwards;
    position: relative;
    font-size: 13px;
    line-height: 1.6;
}

.style_opening_page p {
    font-size: calc(13px * 1.1);
}

#style_cookie_alert_modal {
    display: none;
}

.style_cookie_banner_window h5 {
    font-size: 22px;
    margin-bottom: 6px;
}

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

.style_cookies_tech svg, .style_cookies_tech svg path, .style_cookies_tech img {
    height: 100px;
    width: 100px;
    fill: rgb(218,173,188);
}

.style_cookie_banner_window p a {
    color: rgb(218,173,188);
    text-decoration: none;
}


.style_wrapper-padding .style_cookie_banner_window {
    border: none;
    background: #ffffff;
    box-shadow: rgb(218,173,188,0.5) 0px 0px 40px 39px;
}

.style_wrapper-padding .style_cookies_tech {
    height: 80px;
    display: flex;
    background:rgb(218,173,188);
    justify-content: center;
    width: 80px;
    border-radius: 50%;
    align-items: center;
}

.style_wrapper-padding .style_track_manage h5, .style_wrapper-padding .style_track_manage p {
    color: #000000;
}

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

footer::after {
    opacity: 0.1;
    position: absolute;
    right: 0;
    z-index: -1;
    top: 0;
    bottom: 0;
    background-image: 
        repeating-linear-gradient(0deg, rgb(218,173,188,0.5), rgb(218,173,188,0.5) 1px, transparent 1px, transparent 20px),
        repeating-linear-gradient(90deg, rgb(218,173,188,0.5), rgb(218,173,188,0.5) 1px, transparent 1px, transparent 20px);
    left: 0;
    content: "";
}

.style_footer_edu .company_holder {
    position: relative;
    padding: 2rem 2.5rem;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    flex: 1 1 400px;
    border-radius: 26px;
}

.style_footer_edu .company_holder h3 {
    color: rgb(218,173,188);
    letter-spacing: 0.5px;
    position: relative;
    font-weight: 700;
    margin: 0 0 1.5rem;
    font-size: 37px;
}

.style_footer_edu .style_login_footer {
    border-left: 3px solid rgb(199,133,138);
    border-radius: 10px;
    padding: 1.5rem;
    position: relative;
    color: #000000;
    font-size: 17px;
    background: rgb(236,215,217);
    line-height: 1.7;
}

.style_footer_edu .style_main_top {
    background: #ffffff;
    min-width: 200px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    flex: 1 1 calc(50% - 1.25rem);
    border-radius: 26px;
    position: relative;
}

.style_footer_edu .style_main_top .style_head_pro {
    display: flex;
    flex-direction: column;
    padding: 1rem 0;
    gap: 0;
}

.style_footer_edu .style_main_top .style_head_pro a::before {
    background: rgb(236,215,217);
    width: 0;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    transition: all 0.3s ease;
    z-index: -1;
    height: 100%;
}

.style_footer_edu .style_main_top .style_head_pro a:hover {
    padding-left: 2.2rem;
    color: rgb(218,173,188);
}

.style_footer_edu .style_main_top .style_head_pro a:hover::before {
    width: 100%;
}

.style_footer_edu .style_main_top .style_head_pro a:hover::after {
    opacity: 1;
}

.style_footer_account::before {
    content: "";
    top: 0;
    right: 10%;
    left: 10%;
    position: absolute;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(218,173,188,0.5), transparent);
}

.style_footer_account .style_play_market {
    color: #000000;
    font-size: 13px;
    background: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    font-weight: 400;
    text-align: center;
    border-radius: 50px;
    padding: 0.8rem 2rem;
}

.style_secure_haven h2 {
    font-size: 38px;
    color: #ffffff;
    font-family: Arial, sans-serif;
    margin-top: 35px;
    text-align: left;
    margin-bottom: 20px;
    font-weight: 600;
}

.style_secure_haven ul {
    list-style-type: none;
    padding-left: 0;
}

.style_secure_haven li:hover {
    background: rgb(218,173,188);
    color: #ffffff;
}

.style_secure_haven div {
    background: rgb(236,215,217);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
    margin-bottom: 20px;
    border-radius: 28px;
    line-height: 1.8;
    color: #000000;
    font-size: 15px;
    padding: 15px;
    font-family: Arial, sans-serif;
}

.style_give_it_a_try {
    position: relative;
    background: linear-gradient(120deg, rgb(236,215,217) 0%, rgb(218,173,188,0.5) 100%);
    overflow: hidden;
    padding: 120px 0;
}

.style_give_it_a_try::after {
    background: linear-gradient(to top, rgb(218,173,188,0.5) 0%, transparent 100%);
    content: '';
    z-index: 1;
    bottom: 0;
    opacity: 0.2;
    left: 0;
    height: 40%;
    width: 100%;
    position: absolute;
}

.style_give_it_a_try .container p {
    z-index: 5;
    margin: 0;
    font-weight: 700;
    flex: 1;
    font-size: 30px;
    line-height: 1.4;
    padding: 60px;
    position: relative;
    color: #000000;
}

.style_give_it_a_try .container p::after {
    height: 4px;
    position: absolute;
    background: linear-gradient(to right, rgb(218,173,188), rgb(199,133,138));
    content: '';
    bottom: 40px;
    width: 60px;
    left: 60px;
    border-radius: 10px;
}

.style_give_it_a_try .style_connect_reach::before {
    z-index: -1;
    top: 0;
    position: absolute;
    opacity: 0;
    background: linear-gradient(135deg, rgb(199,133,138) 0%, rgb(218,173,188) 100%);
    left: 0;
    height: 100%;
    width: 100%;
    transition: opacity 0.4s ease;
    content: '';
}

.style_give_it_a_try .style_expert_studio::before {
    background: linear-gradient(to right, rgb(218,173,188), rgb(199,133,138));
    width: 100%;
    z-index: 2;
    top: 0;
    content: '';
    height: 6px;
    left: 0;
    position: absolute;
}

.style_statistical_details {
    padding: 7rem 0;
    background: rgb(236,215,217);
    overflow: hidden;
    position: relative;
}

.style_statistical_details::before {
    z-index: 0;
    width: 100%;
    position: absolute;
    height: 100%;
    opacity: 0.05;
    background: linear-gradient(120deg, rgb(218,173,188,0.5) 0%, transparent 70%);
    content: "";
    left: 0;
    top: 0;
}

.style_statistical_details ul {
    position: relative;
    display: flex;
    list-style: none;
    margin: 0 0 0 5rem;
    flex-direction: column;
    padding: 0;
}

.style_statistical_details .style_knowledge_statistics {
    display: flex;
    width: 80%;
    margin-bottom: 3.5rem;
    z-index: 2;
    position: relative;
}

.style_statistical_details .style_knowledge_statistics:nth-child(even) {
    flex-direction: row-reverse;
    margin-left: auto;
}

.style_statistical_details .style_knowledge_statistics p {
    color: rgb(218,173,188);
    align-items: center;
    font-size: calc(41px * 1.4);
    width: 120px;
    transition: all 0.4s ease;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 1);
    height: 120px;
    z-index: 2;
    display: flex;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0 10px 25px -10px rgba(0, 0, 0, 0.1);
    margin: 0;
    justify-content: center;
    position: relative;
    font-weight: 700;
}

.style_statistical_details .style_knowledge_statistics span::before {
    content: "";
    top: 0;
    z-index: -1;
    width: 120%;
    background: linear-gradient(90deg, transparent, rgb(218,173,188,0.5), transparent);
    left: -10%;
    position: absolute;
    height: 1px;
}

.style_statistical_details .style_knowledge_statistics:nth-child(even) span::before,
.style_statistical_details .style_knowledge_statistics:nth-child(even) span::after {
    background: linear-gradient(90deg, transparent, rgb(199,133,138,0.5), transparent);
}

.style_statistical_details .style_knowledge_statistics:nth-child(odd)::before {
    width: calc(100% - 60px);
    background: linear-gradient(90deg, rgb(218,173,188) 0%, transparent 100%);
    left: 60px;
    position: absolute;
    z-index: 1;
    top: 60px;
    height: 1px;
    content: "";
}

.style_statistical_details svg {
    width: 30px;
    height: 30px;
    opacity: 0.2;
    top: 0;
    right: 0;
    fill: rgb(218,173,188);
    position: absolute;
    transition: all 0.3s ease;
}

.style_statistical_details svg path {
    fill: inherit;
}

.style_statistical_details .style_knowledge_statistics:hover span {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    background: rgba(255, 255, 255, 0.9);
}

.style_statistical_details .container::after {
    top: 0;
    height: 100%;
    width: 80%;
    content: "";
    right: 0;
    opacity: 0.05;
    z-index: -1;
    background: repeating-linear-gradient(
        45deg,
        rgb(218,173,188,0.5) 0px,
        rgb(218,173,188,0.5) 1px,
        transparent 1px,
        transparent 10px
    );
    position: absolute;
}

.style_statistical_details .style_knowledge_statistics:nth-child(1) p::before,
.style_statistical_details .style_knowledge_statistics:nth-child(2) p::before,
.style_statistical_details .style_knowledge_statistics:nth-child(3) p::before,
.style_statistical_details .style_knowledge_statistics:nth-child(4) p::before {
    background: #ffffff;
    z-index: -1;
    border-radius: 50%;
    left: -10%;
    top: -10%;
    content: "";
    height: 120%;
    opacity: 0.5;
    position: absolute;
    transition: all 0.4s ease;
    width: 120%;
}

.style_course_program_description {
    min-height: 100vh;
    overflow: hidden;
    position: relative;
    background-color: rgb(236,215,217);
    grid-template-rows: 1fr;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
}

.style_course_program_description .style_training_flow::before {
    z-index: 2;
    pointer-events: none;
    position: absolute;
    background: linear-gradient(90deg, rgb(199,133,138,0.5), transparent);
    content: "";
    width: 30%;
    top: 0;
    left: 0;
    height: 100%;
}

.style_course_program_description .style_job_success {
    transition: opacity 0.8s, transform 0.8s;
    top: 0;
    height: 100%;
    position: absolute;
    left: 0;
    width: 100%;
    transform: translateZ(-50px);
    z-index: 1;
    opacity: 0;
}

.style_course_program_description .style_job_success:nth-child(3) {
    animation: slide-cube 25s infinite -10s;
}

.style_course_program_description .style_job_success:nth-child(5) {
    animation: slide-cube 25s infinite -20s;
}

.style_course_program_description .style_education:hover .style_job_success {
    animation-play-state: paused;
}

.style_course_program_description .style_expert_studio {
    margin-left: 0;
    max-width: 550px;
    position: relative;
    width: 100%;
    margin-right: auto;
}

.style_course_program_description .style_online_learn {
    background: rgba(0, 0, 0, 0.6);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 2rem;
    border-radius: 21px;
}

.style_course_program_description .style_online_learn::before {
    content: "";
    height: 80px;
    border-left: 3px solid rgb(218,173,188);
    left: -40px;
    border-top: 3px solid rgb(218,173,188);
    animation: fade-in 0.5s 0.9s ease-out forwards;
    position: absolute;
    top: -40px;
    width: 80px;
    opacity: 0;
}

.style_course_program_description .style_online_learn p {
    margin-bottom: 2.5rem;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    transform: translateY(30px);
    line-height: 1.8;
    opacity: 0;
    font-size: 16px;
    animation: slide-up 0.7s 0.4s ease-out forwards;
}

.style_course_program_description .style_connect_reach:hover {
    transform: scale(1.05);
    background: transparent;
    box-shadow: 0 0 30px rgba(rgb(218,173,188), 0.5);
}

.style_course_program_description .style_connect_reach::before {
    width: 100%;
    left: 0;
    content: "";
    transition: transform 0.5s;
    top: 0;
    height: 100%;
    transform-origin: bottom right;
    z-index: -1;
    transform: scale(1);
    background: rgb(218,173,188);
    position: absolute;
}

.style_course_program_description::after {
    content: "";
    opacity: 0.5;
    position: absolute;
    height: 100%;
    z-index: 0;
    background: radial-gradient(
        circle at 30% 50%,
        rgb(218,173,188,0.5) 0%,
        transparent 50%
    );
    top: 0;
    width: 100%;
    pointer-events: none;
    left: 0;
}

.style_company_info::after {
    background-size: 60px 60px;
    opacity: 0.1;
    width: 100%;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(218,173,188,0.5) 49.5%, rgb(218,173,188,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(199,133,138,0.5) 49.5%, rgb(199,133,138,0.5) 50.5%, transparent 50.5%);
    z-index: 1;
    left: 0;
    animation: slide 20s linear infinite;
    position: absolute;
    height: 100%;
    content: "";
    top: 0;
}

.style_company_info .style_expert_studio {
    display: grid;
    grid-gap: 60px;
    align-items: center;
    grid-template-columns: 1fr 1fr;
}

.style_company_info h3::after {
    background: rgb(218,173,188);
    left: 0;
    content: "";
    bottom: -10px;
    width: 80px;
    border-radius: 10px;
    transition: width 0.5s ease;
    height: 4px;
    position: absolute;
}

.style_company_info .style_skill_spot::before {
    background: linear-gradient(90deg, rgb(218,173,188), rgb(199,133,138));
    height: 5px;
    left: 0;
    top: 0;
    width: 100%;
    border-radius: 10px 10px 0 0;
    position: absolute;
    content: "";
}

.style_company_info .style_skill_spot span {
    font-weight: 600;
    position: relative;
    color: rgb(218,173,188);
    display: block;
    font-size: 23px;
    padding-left: 20px;
    margin-bottom: 20px;
}

.style_company_info .style_skill_spot p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #000000;
    font-weight: 400;
}

.style_company_info .style_skill_spot .style_img_shadow::after {
    content: "";
    animation: shine 3s infinite;
    height: 100%;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    top: 0;
    position: absolute;
    width: 50%;
}

.style_company_info .style_learning_lab::before {
    position: absolute;
    height: 5px;
    border-radius: 10px 10px 0 0;
    background: linear-gradient(90deg, rgb(199,133,138), rgb(218,173,188));
    right: 0;
    content: "";
    top: 0;
    width: 100%;
}

.style_company_info .style_learning_lab .style_success_path {
    position: relative;
    transition: transform 0.5s ease;
    border-radius: 50%;
    height: 180px;
    margin: 0 auto;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border: 5px solid #ffffff;
    width: 180px;
}

.style_company_info .style_learning_lab .style_success_path::after {
    width: calc(100% + 10px);
    animation: rotate 20s linear infinite reverse;
    top: -5px;
    border: 1px solid rgb(218,173,188,0.5);
    left: -5px;
    border-radius: 50%;
    content: "";
    height: calc(100% + 10px);
    position: absolute;
}


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media (min-width: 992px) {.style_tariff_row .style_pricing_pack {
    grid-template-columns: repeat(2, 1fr);
}
}



@media (min-width: 1200px) {.style_tariff_row {
    padding: 8rem 2rem;
}.style_tariff_row .style_payment_option {
    flex: 0 0 25%;
}.style_tariff_row .style_pricing_pack {
    flex: 0 0 75%;
}.style_tariff_row .style_value_plan {
    padding: 2.5rem;
}
}



@media (max-width: 767px) {.style_tariff_row .style_annual_plan {
    margin: 0 auto;
    max-width: 400px;
}.style_tariff_row .style_payment_option h2 {
    font-size: calc(32px * 0.9);
}.style_tariff_row .style_study_pricing {
    font-size: calc(15px * 0.95);
}}



@media (max-width: 992px) {.style_contact_box {
    padding: 70px 0;
}.style_contact_box .style_inquiry_list {
    grid-template-columns: 1fr;
}.style_contact_box .style_img_shadow {
    min-height: 300px;
}.style_contact_box .style_reach_query {
    padding: 40px 30px 50px;
}
}



@media (max-width: 576px) {.style_contact_box {
    padding: 40px 0;
}.style_contact_box .container {
    padding: 0 15px;
}.style_contact_box h2 {
    margin-bottom: 40px;
    font-size: calc(35px - 6px);
}.style_contact_box h2::before {
    width: 20px;
    left: calc(50% - 35px);
}.style_contact_box h2::after {
    width: 50px;
}.style_contact_box .style_reach_query {
    padding: 30px 20px 40px;
}.style_contact_box #contact {
    gap: 20px;
}.style_contact_box .style_connect_reach {
    width: 100%;
}.style_contact_box .style_img_shadow {
    min-height: 200px;
}}



@media (max-width: 480px) {.style_course_suitability {
    padding: 3rem 0;
}.style_course_suitability .style_expert_studio {
    padding: 0 1rem;
}.style_course_suitability h3 {
    font-size: calc(33px * 0.7);
    margin-bottom: 1.8rem;
}.style_course_suitability h3::before {
    height: 3px;
    width: 60px;
}.style_course_suitability li {
    padding: 1.2rem;
}.style_course_suitability li svg {
    width: 28px;
    margin-right: 0.8rem;
    height: 28px;
}.style_course_suitability li::after {
    width: 30px;
    left: -8px;
    top: -8px;
    height: 30px;
}}



@media (max-width: 480px) {header {
    padding: 0.7rem 0;
}header .style_site_top {
    gap: 0.6rem;
    padding: 0.6rem;
}header .style_top_page svg {
    width: 110px;
}header .style_main_top {
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding: 0.4rem;
    overflow-x: auto;
}header .style_main_top::-webkit-scrollbar {
    height: 2px;
}header .style_main_top::-webkit-scrollbar-thumb {
    background: rgb(218,173,188);
    border-radius: 10px;
}header .style_top_prime {
    white-space: nowrap;
    flex-shrink: 0;
}}



@media (min-width: 992px) {.style_leadership_profile {
    padding: 140px 0;
}.style_leadership_profile .style_success_stories {
    padding: 60px;
    gap: 40px 60px;
}.style_leadership_profile .style_img_shadow::after {
    top: 20px;
    transition: transform 0.5s ease;
    content: "";
    position: absolute;
    left: 20px;
    z-index: 2;
    right: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    bottom: 20px;
    transform: scale(0.95);
}.style_leadership_profile .style_success_stories:hover .style_img_shadow::after {
    transform: scale(1);
}.style_leadership_profile .name {
    font-size: calc(24px + 2px);
}.style_leadership_profile .style_work_achievements {
    padding-left: 30px;
    font-size: calc(13px + 1px);
    line-height: 1.9;
}
}



@media screen and (min-width: 768px) {.style_find_contact .style_get_contact {
    display: grid;
    padding: 4rem 3rem;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}.style_find_contact .style_get_contact > div:first-of-type {
    grid-column: 1 / -1;
}.style_find_contact .style_talk_support {
    grid-column: 1 / -1;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}.style_find_contact h3 {
    font-size: calc(37px * 1.2);
    margin-bottom: 2rem;
}.style_find_contact p {
    font-size: calc(16px * 1.05);
}
}



@media (hover: hover) {.style_find_contact .style_get_contact > div:hover p {
    transform: translateX(5px);
}.style_find_contact .style_contact_card:active svg {
    transform: scale(0.9);
}
}



@media (max-width: 991px) {.style_ty_success {
    padding: 4rem 0;
}.style_ty_success h2 {
    font-size: calc(36px * 0.9);
    max-width: 100%;
}.style_ty_success .style_expert_studio {
    padding: 2.5rem;
}
}



@media (max-width: 480px) {.style_ty_success {
    padding: 2.5rem 0;
}.style_ty_success h2 {
    font-size: calc(36px * 0.7);
    margin-bottom: 1.5rem;
}.style_ty_success .style_expert_studio {
    padding: 1.5rem;
}.style_ty_success h2::after {
    height: 2px;
    width: 60px;
    bottom: -8px;
}}



@media (max-width: 767px) {.style_opening_page {
    min-height: 100vh;
}.style_opening_page .style_page_entry {
    height: 100vh;
}.style_opening_page .style_master_classes {
    padding: 2rem;
    gap: 1.5rem;
}.style_opening_page .title_style_header {
    font-size: calc(42px * 0.9);
}.style_opening_page h3 {
    font-size: calc(20px * 0.9);
}
}


@media only screen and (max-width: 1200px) {.style_cookie_banner_window {
    padding: 20px;
}
}


@media only screen and (max-width: 800px){.style_wrapper-padding .style_cookies_tech {
    margin: 0;
    margin-bottom: 14px;
}}



@media (max-width: 1200px) {.style_footer_edu .container {
    gap: 2rem;
}.style_footer_edu .company_holder {
    flex: 1 1 360px;
}.style_footer_edu .style_digital_res {
    min-width: 360px;
    flex: 1 1 calc(100% - 400px);
}.style_footer_edu .style_head_pro {
    gap: 2rem;
}
}



@media (max-width: 992px) {.style_footer_edu {
    padding: 3.5rem 0 2rem;
}.style_footer_edu .container {
    flex-direction: column;
    gap: 2.5rem;
}.style_footer_edu .company_holder,
    .style_footer_edu .style_digital_res {
    flex: 1 1 100%;
    min-width: 100%;
}.style_footer_edu .style_main_top {
    min-width: 200px;
    flex: 1 1 calc(50% - 1rem);
}
}



@media (max-width: 420px) {.style_footer_edu .company_holder h3::after {
    width: 50px;
}.style_footer_edu .style_main_top .style_head_pro a:hover {
    padding-left: 2rem;
}.style_footer_account .style_play_market {
    padding: 0.7rem 1.5rem;
    width: 90%;
}}


@media only screen and (max-width: 800px) {.style_secure_haven {
    padding: 20px;
}.style_secure_haven h1 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: calc(18px - 4px);
}.style_secure_haven h2 {
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: calc(18px - 4px);
}.style_secure_haven li {
    margin-bottom: 10px;
    padding: 8px;
}.style_secure_haven div {
    padding: 10px;
}}



@media (max-width: 767px) {.style_give_it_a_try {
    padding: 70px 0;
}.style_give_it_a_try .style_expert_studio {
    flex-direction: column;
}.style_give_it_a_try .container p {
    padding: 30px;
    font-size: 18px;
    text-align: center;
}.style_give_it_a_try .style_connect_reach {
    flex: none;
    width: 100%;
    padding: 20px;
}.style_give_it_a_try .container p::after {
    transform: translateX(-50%);
    left: 50%;
    bottom: 15px;
}
}



@media screen and (max-width: 768px) {.style_statistical_details {
    padding: 5rem 0;
}.style_statistical_details h2 {
    writing-mode: horizontal-tb;
    left: auto;
    padding-bottom: 1rem;
    padding-right: 0;
    margin-bottom: 4rem;
    text-align: center;
    transform: none;
    height: auto;
    top: auto;
    border-right: none;
    border-bottom: 3px solid rgb(218,173,188);
    position: relative;
}.style_statistical_details ul {
    margin: 0;
}.style_statistical_details .style_knowledge_statistics, 
    .style_statistical_details .style_knowledge_statistics:nth-child(even) {
    width: 100%;
    margin-bottom: 3rem;
    align-items: center;
    flex-direction: column;
    margin-left: 0;
}.style_statistical_details .style_knowledge_statistics p {
    margin-bottom: 1.5rem;
}.style_statistical_details .style_knowledge_statistics span {
    max-width: 80%;
    margin: 0;
    text-align: center;
}.style_statistical_details .style_knowledge_statistics:nth-child(odd)::before,
    .style_statistical_details .style_knowledge_statistics:nth-child(even)::before {
    display: none;
}.style_statistical_details .style_knowledge_statistics span::before,
    .style_statistical_details .style_knowledge_statistics span::after {
    left: 10%;
    width: 80%;
}
}



@media screen and (max-width: 992px) {.style_course_program_description {
    padding: 0;
    display: flex;
    min-height: auto;
    flex-direction: column;
}.style_course_program_description .style_training_flow {
    clip-path: none;
    order: 1;
    height: 50vh;
    width: 100%;
}.style_course_program_description .style_training_flow::before {
    display: none;
}.style_course_program_description .container {
    order: 2;
    padding: 4rem 3rem;
    width: 100%;
}.style_course_program_description .style_expert_studio {
    max-width: 600px;
    margin: 0;
}.style_course_program_description .style_online_learn {
    background: rgba(0, 0, 0, 0.7);
}.style_course_program_description::before {
    background: rgb(199,133,138,0.5);
    opacity: 0.95;
}.style_course_program_description::after {
    background: none;
}.style_course_program_description .style_job_success {
    animation-duration: 20s;
}
}



@media (max-width: 992px) {.style_company_info {
    padding: 90px 0;
}.style_company_info .style_expert_studio {
    grid-template-columns: 1fr;
    grid-gap: 40px;
}.style_company_info .style_skill_spot,
    .style_company_info .style_learning_lab {
    max-width: 600px;
    margin: 0 auto;
}.style_company_info .style_skill_spot .style_img_shadow {
    height: 240px;
}.style_company_info .style_learning_lab .style_success_path {
    height: 160px;
    width: 160px;
}
}



@media (max-width: 576px) {.style_company_info {
    padding: 50px 0;
}.style_company_info .container {
    padding: 0 15px;
}.style_company_info h3 {
    margin-bottom: 20px;
    font-size: calc(29px * 0.8);
}.style_company_info .style_expert_studio {
    grid-gap: 30px;
}.style_company_info .style_skill_spot,
    .style_company_info .style_learning_lab {
    padding: 20px;
}.style_company_info .style_skill_spot p,
    .style_company_info .style_learning_lab p {
    margin-bottom: 20px;
}.style_company_info .style_skill_spot .style_img_shadow {
    height: 180px;
}.style_company_info .style_learning_lab .style_success_path {
    height: 120px;
    width: 120px;
}.style_company_info .style_learning_lab .style_success_path::before {
    top: -10px;
    height: calc(100% + 20px);
    width: calc(100% + 20px);
    left: -10px;
}
}



@keyframes pulse {
    0% {
        filter: drop-shadow(0 0 2px rgba(rgb(218,173,188,0.5), 0.5));
    }
    50% {
        filter: drop-shadow(0 0 8px rgba(rgb(218,173,188,0.5), 0.8));
    }
    100% {
        filter: drop-shadow(0 0 2px rgba(rgb(218,173,188,0.5), 0.5));
    }
}



@keyframes glow {
    0% { opacity: 0.3; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.2); }
    100% { opacity: 0.3; transform: scale(1); }
}



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



@keyframes pulseIn {
    0% {
        transform: scale(0);
    }
    50% {
        transform: scale(1.3);
    }
    100% {
        transform: scale(1);
    }
}



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



@keyframes expandWidth {
  from {
    width: 0;
  }
  to {
    width: 100px;
  }
}


  
  @keyframes expandWidth {
    from {
      width: 0;
    }
    to {
      width: 150px;
    }
  }

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



@keyframes slide-up {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}



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



@keyframes shine {
    0% {
        left: -100%;
    }
    20% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}

