* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}

.wrapper-capsule {
    flex-direction: column;
    display: flex;
    min-height: 100%;
    height: 100%;
}


.contact_box {
    background: linear-gradient(
        -45deg, 
        rgb(178,189,210) 0%, 
        rgb(105,115,130,0.5) 100%
    );
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
}

.contact_box .request_grid {
    justify-content: center;
    z-index: 3;
    flex: 0 0 55%;
    flex-direction: column;
    padding: 4rem 3rem 4rem 10%;
    position: relative;
    display: flex;
}

.contact_box .request_grid h3 {
    color: #ffffff;
    position: relative;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    font-weight: 600;
    font-size: 38px;
}

.contact_box .request_grid input:not([type="checkbox"]):not([type="submit"])::after {
    height: 2px;
    content: '';
    bottom: -2px;
    background: rgb(141,152,173);
    left: 0;
    width: 0;
    position: absolute;
    transition: width 0.3s ease;
}

.contact_box .request_grid .reach_request input[type="checkbox"]:checked {
    border-color: rgb(141,152,173);
    background: rgb(141,152,173);
}

.contact_box .request_grid .reach_request a {
    color: rgb(141,152,173);
    margin-left: 0.3rem;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact_box .request_grid .connect_widget:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgb(141,152,173,0.5);
}

.course_rewards::before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0.08;
    z-index: 0;
    left: 0;
    background-image: radial-gradient(circle at 10% 10%, rgb(141,152,173,0.5) 0%, transparent 60%),
                      radial-gradient(circle at 90% 90%, rgb(105,115,130,0.5) 0%, transparent 60%);
}

.course_rewards .image_item {
    transition: transform 0.5s ease-out, box-shadow 0.5s ease-out;
    border-radius: 19px;
    width: 100%;
    transform: perspective(1000px) rotateY(-2deg);
    object-fit: cover;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    height: auto;
}

.course_rewards li {
    position: relative;
    transition: transform 0.3s ease;
}

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

.course_rewards li p svg {
    margin-top: 3px;
    position: relative;
    transform: scale(0.95);
    flex-shrink: 0;
    transition: transform 0.3s ease, filter 0.3s ease;
}

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

.enroll_instantly .connect_widget {
    justify-content: center;
    flex: 0 0 300px;
    letter-spacing: 1px;
    padding: 50px;
    font-weight: 600;
    display: flex;
    background: linear-gradient(135deg, rgb(141,152,173) 0%, rgb(105,115,130) 100%);
    position: relative;
    color: #ffffff;
    text-decoration: none;
    height: 100%;
    font-size: 18px;
    text-transform: uppercase;
    z-index: 5;
    align-items: center;
    transition: all 0.4s ease;
}

.title_intro::before {
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
    z-index: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(var(--primary-color-rgb, 94, 170, 168), 0.05) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgba(var(--secondary-color-rgb, 94, 170, 168), 0.05) 0%, transparent 25%);
    height: 100%;
}

.title_intro ol {
    margin: 0;
    list-style: none;
    padding: 0;
}

.title_intro svg {
    margin-bottom: 1.5rem;
    width: 120px;
    height: 120px;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.title_intro .connect_widget {
    display: inline-block;
    text-decoration: none;
    position: relative;
    font-size: var(--btn-font-size, 1rem);
    overflow: hidden;
    font-weight: 600;
    transform: translateZ(0);
    background: linear-gradient(135deg, var(--primary-color, rgb(94, 170, 168)) 0%, var(--secondary-color, rgb(94, 170, 168)) 100%);
    box-shadow: 0 6px 15px rgba(94, 170, 168, 0.2);
    padding: 0.75rem 2rem;
    color: var(--white-color, #fff);
    transition: all 0.3s ease;
    border: none;
}

.newsletter_signup::before {
    content: "";
    top: -10%;
    left: -10%;
    background: rgb(141,152,173,0.5);
    position: absolute;
    transform: rotateY(-20deg) rotateX(10deg);
    opacity: 0.15;
    filter: blur(2px);
    height: 140%;
    z-index: 1;
    width: 60%;
    animation: float-panel 15s ease-in-out infinite alternate;
}

.newsletter_signup .input_holder {
    display: flex;
    flex-direction: column;
    transform: translateZ(50px) rotateY(5deg);
    flex: 0 0 60%;
    position: relative;
    gap: 1rem;
}

.newsletter_signup .subscribe_wrap:focus {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    transform: translateZ(20px);
    outline: none;
}

.newsletter_signup .email_join::before {
    height: 100%;
    width: 100%;
    z-index: -1;
    content: "";
    opacity: 0;
    transition: opacity 0.3s ease;
    position: absolute;
    background: linear-gradient(to left, rgb(105,115,130), rgb(141,152,173));
    top: 0;
    left: 0;
}

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

.our_team h2::after {
    height: 3px;
    border-radius: 10px;
    width: 100px;
    background: linear-gradient(90deg, rgb(141,152,173), rgb(105,115,130));
    transform: translateX(-50%);
    bottom: -15px;
    left: 50%;
    content: "";
    position: absolute;
}

.our_team .vision_mission:nth-child(2)::after {
    border-color: rgb(105,115,130,0.5);
    animation-delay: 2s;
}

.our_team .vision_mission h3 {
    display: inline-block;
    color: rgb(141,152,173);
    font-weight: 600;
    position: relative;
    margin-bottom: 20px;
    font-size: 19px;
}

.our_team .vision_mission:last-child {
    opacity: 0;
    transform: translateX(-20px);
    animation: slideIn 0.6s forwards 0.5s;
}

.our_team .container::after {
    left: -100px;
    background: radial-gradient(circle, rgb(105,115,130,0.5) 0%, transparent 70%);
    bottom: -100px;
}

footer::after {
    position: absolute;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 10px,
        transparent 10px,
        transparent 20px
    );
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    content: "";
    z-index: -1;
}

.story_spot .desktop_app {
    border-left: 3px solid rgba(255, 255, 255, 0.3);
    position: relative;
    line-height: 1.7;
    font-size: 17px;
    margin-top: 1.5rem;
    padding: 0 0 0 1.5rem;
    color: #ffffff;
}

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

.trophy_case .container {
    align-items: center;
    justify-content: center;
    display: flex;
}

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

.tariff_list_item::before {
    content: "";
    right: -3rem;
    opacity: 0.07;
    background: linear-gradient(135deg, rgb(141,152,173), rgb(105,115,130));
    width: 12rem;
    transform: rotate(15deg);
    position: absolute;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    top: -3rem;
    height: 12rem;
}

.tariff_list_item .price_plan {
    max-width: 800px;
    font-size: 13px;
    line-height: 1.6;
    color: #000000;
    margin-bottom: 1rem;
}

.tariff_list_item .learning_price {
    background-color: #ffffff;
    position: relative;
    min-height: 480px;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform: translateY(0);
    height: 100%;
    box-shadow: 0 8px 24px rgba(0,0,0,0.05);
    overflow: hidden;
    border: 1px solid rgba(0,0,0,0.06);
    display: flex;
}

.tariff_list_item .rate_schemes:hover .annual_plan::before {
    transform: scaleX(1.5);
}

.tariff_list_item .image_item {
    height: 180px;
    transition: transform 0.6s ease;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.tariff_list_item .learning_price::before {
    background: linear-gradient(90deg, rgb(141,152,173), rgb(105,115,130));
    height: 5px;
    content: "";
    top: 0;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: absolute;
    transform: scaleX(0);
    left: 0;
    width: 100%;
    transform-origin: left;
}

.tySpotlight .impact_facts {
    background: rgba(rgb(255, 255, 255, 0.5), 0.9);
    transform: perspective(1000px) rotateY(1deg);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    gap: 2rem;
    flex-direction: column;
    backdrop-filter: blur(10px);
    box-shadow: 
        0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.05),
        0 1px 0 rgba(rgb(255, 255, 255, 0.5), 0.95) inset,
        0 -20px 50px rgba(rgb(105,115,130,0.5), 0.1) inset;
    padding: 3.5rem;
    display: flex;
}

.tySpotlight a:hover::before {
    width: 100%;
}

.tySpotlight .impact_facts:hover > div:first-child::before {
    transform: rotate(5deg) scale(1.1);
    opacity: 0.2;
}

.find_us::before {
    left: 0;
    width: 100%;
    top: 0;
    opacity: 0.7;
    background: linear-gradient(135deg, rgb(141,152,173,0.5) 0%, rgb(105,115,130,0.5) 100%);
    position: absolute;
    content: '';
    z-index: 0;
    height: 100%;
}

.find_us .support_now::before {
    height: 100%;
    content: '';
    left: 0;
    width: 6px;
    position: absolute;
    background: linear-gradient(to bottom, rgb(141,152,173), rgb(105,115,130));
    top: 0;
    border-radius: 10px 0 0 10px;
}

.find_us h3 {
    padding-bottom: 15px;
    font-weight: 700;
    font-size: 37px;
    color: rgb(141,152,173);
    position: relative;
    margin-bottom: 25px;
}

.find_us .assist_experts::before {
    content: '';
    position: absolute;
    width: 100%;
    top: -20px;
    height: 1px;
    background: linear-gradient(to right, rgb(141,152,173,0.5), transparent);
    left: 0;
}

.find_us .assist_experts span:hover::before {
    width: 6px;
}

.find_us .assist_experts span:hover svg {
    opacity: 1;
    transform: rotate(15deg) scale(1.1);
    fill: rgb(105,115,130);
}

.find_us .assist_experts span p {
    display: flex;
    margin: 0;
    line-height: 1.5;
    font-size: 15px;
    align-items: center;
    font-weight: 400;
    color: #000000;
}

.find_us .assist_experts span span a {
    align-items: center;
    display: inline-flex;
    color: rgb(141,152,173);
    transition: color 0.3s ease;
    text-decoration: none;
    position: relative;
}

.find_us .course_ask {
    padding: 20px;
    margin-top: 10px;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(178,189,210) 0%, #ffffff 100%);
    position: relative;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    grid-column: 1 / -1;
}

.find_us .course_ask span:last-child {
    border-bottom: none;
}

.find_us .course_ask span:hover {
    transform: translateX(5px);
    color: rgb(141,152,173);
}

.secure_protection {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 40px;
    font-family: Arial, sans-serif;
    background-color: rgb(178,189,210);
}

.secure_protection div {
    margin-top: 20px;
}

.education_history::before {
    content: "";
    filter: blur(25px);
    opacity: 0.15;
    position: absolute;
    transform: rotate(-15deg) skewX(15deg);
    top: -5%;
    height: 70%;
    right: -10%;
    width: 45%;
    background: linear-gradient(135deg, rgb(141,152,173,0.5), rgb(105,115,130,0.5));
    z-index: 1;
}

.education_history .reviews_hub > div:first-child {
    margin: 0 auto;
    width: 100%;
    position: relative;
    max-width: 320px;
}

.education_history .reviews_hub .image_item::after {
    left: 0;
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    opacity: 0.4;
    content: "";
    background: linear-gradient(
        45deg,
        rgb(141,152,173,0.5) 0%,
        transparent 50%
    );
    height: 100%;
}

.education_history .reviews_hub .name::after {
    content: "";
    background: linear-gradient(90deg, rgb(105,115,130), rgb(141,152,173));
    width: 35%;
    transform: translateX(-50%);
    bottom: -5px;
    position: absolute;
    height: 3px;
    left: 50%;
    border-radius: 10px;
}

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

.edu_cookie {
    margin-right: 10px;
    flex-shrink: 0;
}

#dialogConsentForm {
    display: none;
}

#dialogConsentForm:checked ~ .cookie_message_window {
    visibility: hidden;
    opacity: 0;
}

.wrapper-capsule .cookie_necessary {
    text-align: right;
}

header::after {
    content: "";
    height: 5px;
    animation: gradient-shift 8s linear infinite;
    position: absolute;
    background-size: 200% 100%;
    z-index: 5;
    left: 0;
    background: linear-gradient(90deg, 
        rgb(141,152,173),
        rgb(105,115,130),
        rgb(141,152,173));
    width: 100%;
    top: 0;
}

header .nav_prime svg {
    position: relative;
    filter: drop-shadow(0 0 8px rgb(141,152,173,0.5));
    width: auto;
    height: 48px;
    z-index: 2;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

header .top_nav::before {
    height: 1px;
    width: 100%;
    top: 0;
    background: rgb(141,152,173,0.5);
    left: 0;
    position: absolute;
    content: "";
}

header .head_lesson::after {
    width: 8px;
    transform: translateY(-50%) scale(0);
    right: 12px;
    top: 50%;
    content: "";
    border-radius: 50%;
    height: 8px;
    transition: transform 0.3s ease;
    box-shadow: 0 0 10px rgb(105,115,130);
    background: rgb(105,115,130);
    position: absolute;
}

.audience_profile::before {
    left: 0;
    background: 
        radial-gradient(circle at 10% 10%, rgba(rgb(141,152,173), 0.05) 0%, transparent 50%),
        radial-gradient(circle at 90% 90%, rgba(rgb(105,115,130), 0.05) 0%, transparent 50%);
    position: absolute;
    z-index: 0;
    width: 100%;
    top: 0;
    height: 100%;
    content: "";
}

.audience_profile div p {
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    flex: 1 1 calc(100% - 30px);
    border-left: 3px solid rgb(141,152,173);
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    width: calc(100% - 30px);
    z-index: 1;
    background: #ffffff;
    padding: 20px 20px 20px 60px;
    margin: 0 15px 0 15px;
}

.audience_profile div p svg path {
    transition: fill 0.3s ease;
    fill: rgb(141,152,173);
}

.course_program::after {
    width: 250px;
    background: linear-gradient(45deg, rgb(105,115,130) 0%, rgb(105,115,130,0.5) 70%);
    position: absolute;
    transform: rotate(10deg);
    animation: floatElement 18s infinite ease-in-out reverse;
    opacity: 0.1;
    border-radius: 30% 70% 70% 30% / 30% 52% 48% 70%;
    z-index: 1;
    bottom: -8%;
    content: "";
    height: 250px;
    left: -3%;
}

.course_program .text_text {
    display: flex;
    justify-content: center;
    position: relative;
    flex-direction: column;
}

.course_program h3 {
    font-size: calc(21px * 1.1);
    position: relative;
    padding-left: 1rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
    animation: fadeSlideUp 0.8s forwards 0.3s;
    color: rgb(141,152,173);
    transform: translateY(20px);
    opacity: 0;
}

.course_program p.description {
    padding-right: 1rem;
    scrollbar-width: thin;
    display: block;
    max-height: 400px;
    position: relative;
    scrollbar-color: rgb(105,115,130) transparent;
    overflow-y: auto;
}



@media screen and (max-width: 768px) {.contact_box {
    padding: 3rem 0;
}.contact_box h2 {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
    font-size: calc(44px * 0.8);
}.contact_box h2::before {
    width: 0.8rem;
    height: 0.8rem;
}.contact_box .request_grid h3 {
    font-size: calc(38px * 0.9);
    margin-bottom: 1.5rem;
}.contact_box .request_grid input:not([type="checkbox"]):not([type="submit"]) {
    padding: 0.8rem 1.2rem;
}
}



@media (max-width: 991px) {.enroll_instantly {
    padding: 90px 0;
}.enroll_instantly .container p {
    font-size: calc(19px * 1.2);
    padding: 40px;
}.enroll_instantly .connect_widget {
    flex: 0 0 200px;
    padding: 40px 20px;
}.enroll_instantly .container p::after {
    bottom: 30px;
    left: 40px;
    width: 50px;
}
}



@media (min-width: 992px) {.title_intro {
    padding: 6rem 3rem;
}.title_intro h1 {
    margin-bottom: 3rem;
    font-size: calc(var(--h5-font-size, 1.5rem) * 1.4);
}.title_intro .impact_facts {
    gap: 5rem;
}.title_intro .text_text {
    flex: 1.2;
}.title_intro svg {
    width: 150px;
    height: 150px;
}.title_intro .image_item {
    height: 500px;
    flex: 1;
}.title_intro .course_begin p {
    font-size: calc(var(--p-font-size, 1rem) * 1.1);
}.title_intro .connect_widget {
    padding: 1rem 2.5rem;
}
}



@media (max-width: 992px) {.our_team {
    padding: 80px 0;
}.our_team h2 {
    margin-bottom: 50px;
}.our_team .vision_mission {
    padding: 30px;
}
}



@media (max-width: 1200px) {.story_spot .container {
    gap: 1.5rem;
}
}



@media (max-width: 992px) {.story_spot {
    padding: 4rem 0 2rem;
}.story_spot .container {
    grid-template-columns: 1fr;
}.story_spot .company_holder,
    .story_spot .gdpr_block {
    grid-column: span 12;
}.story_spot .company_holder {
    margin-bottom: 2rem;
}.story_spot::after,
    .story_spot .company_holder::before,
    .story_spot .company_holder::after,
    .story_spot .gdpr_block::after {
    display: none;
}
}



@media (max-width: 767px) {.tariff_list_item {
    padding: 3rem 0;
}.tariff_list_item .price_grid {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 500px;
}.tariff_list_item .discount_tier h2 {
    text-align: center;
    display: block;
}.tariff_list_item .discount_tier h2::after {
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
}.tariff_list_item .price_plan {
    text-align: center;
}.tariff_list_item .learning_price {
    min-height: auto;
}.tariff_list_item .rate_options {
    padding: 1.5rem;
}.tariff_list_item .image_item {
    height: 160px;
}
}



@media (max-width: 576px) {.tySpotlight {
    padding: 2.5rem 0;
}.tySpotlight .impact_facts {
    padding: 1.5rem;
    gap: 1.25rem;
}.tySpotlight h5 {
    font-size: calc(18px * 0.8);
}.tySpotlight p {
    font-size: calc(14px * 0.9);
    line-height: 1.6;
}.tySpotlight .impact_facts > div:first-child {
    padding-bottom: 1rem;
}.tySpotlight .impact_facts > div:first-child::after {
    height: 2px;
    width: 40px;
}.tySpotlight .impact_facts:hover > div:first-child::after {
    width: 80px;
}.tySpotlight .impact_facts > div:first-child::before {
    top: -15px;
    font-size: calc(33px * 1.2);
}}



@media (min-width: 992px) {.education_history {
    padding: 8rem 0;
}.education_history .reviews_hub {
    padding: 4rem;
    gap: 2.5rem 4rem;
    grid-template-columns: 320px 1fr;
}.education_history .reviews_hub .name {
    font-size: calc(19px * 1.2);
}.education_history .reviews_hub > div:nth-child(2) > div {
    font-size: 16px;
}.education_history .reviews_hub .career_overview {
    font-size: calc(16px * 1.05);
    padding: 0.5rem 1rem 0.5rem 2rem;
}
}


@media only screen and (max-width: 800px)  {.wrapper-capsule .safe_cookies {
    margin-bottom: 10px;
    margin-left: 0;
}}



@media (max-width: 767px) {header .header_base {
    padding-top: 1rem;
}header .nav_prime {
    margin-bottom: 1rem;
}header .nav_prime svg {
    height: 36px;
}header .top_nav {
    padding: 0.8rem 0;
    justify-content: flex-start;
}header .head_lesson {
    margin: 0 0.2rem;
    padding: 0.4rem 1.2rem;
    font-size: calc(14px - 2px);
}header .head_lesson:first-child {
    margin-left: 1rem;
}header .head_lesson:last-child {
    margin-right: 1rem;
}header .head_lesson::after {
    height: 6px;
    right: 8px;
    width: 6px;
}}



@media (min-width: 992px) {.course_program {
    padding: 9rem 0;
}.course_program .image_item {
    height: 500px;
}.course_program .text_text {
    padding-right: 2rem;
}.course_program .text_text::before {
    left: -40px;
}.course_program h3 {
    font-size: calc(29px * 0.7);
    margin-bottom: 2rem;
}.course_program .description {
    font-size: calc(14px * 1.05);
}.course_program p.description {
    max-height: 450px;
}
}



@keyframes float-panel-reverse {
    0% {
        transform: rotateY(20deg) rotateX(-5deg) translateZ(0);
    }
    100% {
        transform: rotateY(15deg) rotateX(-10deg) translateZ(20px);
    }
}



@keyframes gradient-shift {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 200% 50%;
    }
}



@keyframes floatElement {
    0%, 100% {
        transform: translate(0, 0) rotate(-15deg);
    }
    25% {
        transform: translate(-10px, 15px) rotate(-10deg);
    }
    50% {
        transform: translate(10px, 5px) rotate(-20deg);
    }
    75% {
        transform: translate(15px, -10px) rotate(-12deg);
    }
}

