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

header,footer {
    width: 100%;
}

header {
    overflow: visible;
    width: 100%;
    background: linear-gradient(135deg, rgb(205,203,183), #ffffff);
    z-index: 99;
    position: relative;
}


.subscribe_to_newsletter9t0W {
    padding: 4rem 2rem;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    background: linear-gradient(135deg, rgb(205,203,183) 0%, rgb(173,161,159,0.5) 100%);
    border-radius: 18px;
    overflow: hidden;
}

.subscribe_to_newsletter9t0W p {
    animation: slideIn 0.7s forwards 0.3s;
    font-family: Arial, sans-serif;
    color: #000000;
    opacity: 0;
    padding-left: 3rem;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    transform: translateX(-20px);
    margin-bottom: 1.5rem;
}

.subscribe_to_newsletter9t0W .sub_material9Wfy {
    background-color: #ffffff;
    border: none;
    width: 100%;
    border-radius: 10px;
    padding: 1rem 1.5rem;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.5);
    transform: translateY(0);
    transition: all 0.3s ease;
    font-size: 15px;
    font-family: Arial, sans-serif;
}

.subscribe_to_newsletter9t0W .news_sectionG1CI:hover {
    box-shadow: 0 10px 25px rgb(173,161,159,0.5);
    transform: translateY(-5px) scale(1.02);
}

.instructor_profilespEg {
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(205,203,183) 0%, rgba(0, 0, 0, 0.5) 100%);
    overflow: hidden;
    position: relative;
}

.instructor_profilespEg .feedback_starsPJsX {
    transition: transform 0.3s ease;
    border-radius: 15px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    grid-template-columns: minmax(250px, 35%) 1fr;
    backdrop-filter: blur(8px);
    padding: 3rem;
    grid-gap: 1.5rem;
    grid-template-areas:
        "photo quote"
        "photo name"
        "photo job";
    background-color: rgba(0, 0, 0, 0.5);
    transform: perspective(1000px) rotateX(2deg);
    display: grid;
}

.instructor_profilespEg .emp_containerZWQ0 {
    grid-area: quote;
    padding: 1.5rem;
    border-left: 4px solid rgb(173,161,159);
    transform: translateZ(15px);
    line-height: 1.6;
    position: relative;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
    border-radius: 10px;
    color: #ffffff;
    font-size: 14px;
}

.who_we_areJF48::after {
    left: 0;
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.1;
    background-size: 40px 40px;
    background-image: 
        linear-gradient(90deg, rgb(130,118,116,0.5) 1px, transparent 1px),
        linear-gradient(180deg, rgb(130,118,116,0.5) 1px, transparent 1px);
    top: 0;
    z-index: 2;
}

.who_we_areJF48 .text_blockCJjT {
    padding: 40px;
    display: flex;
    animation: fadeUpIn 1s cubic-bezier(0.25, 1, 0.5, 1) 0.3s forwards;
    background: rgba(255, 255, 255, 0.03);
    opacity: 0;
    transform: translateY(20px);
    border-left: 4px solid rgb(130,118,116);
    flex-direction: column;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    position: relative;
    backdrop-filter: blur(10px);
}

.who_we_areJF48 .text_blockCJjT div div {
    color: #ffffff;
    line-height: 1.8;
    opacity: 0;
    font-size: 18px;
    text-align: justify;
    column-count: 1;
    animation: fadeIn 1s ease-out 0.7s forwards;
    font-family: Arial, sans-serif;
    column-gap: 40px;
}

.training_structureHP1R .study_zone1W58 {
    border-radius: 25px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    align-items: center;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.08);
    max-width: 900px;
    display: flex;
    padding: 3rem;
    animation: appearIn 1s ease-out forwards;
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    flex-direction: column;
    z-index: 2;
}

.training_structureHP1R h3::after {
    content: "";
    bottom: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    height: 3px;
    background: linear-gradient(90deg, rgb(173,161,159) 0%, rgb(130,118,116) 100%);
    width: 80px;
    border-radius: 2px;
}



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

.info_hubq3P0 .connect_todayX8g9 {
    position: relative;
    gap: 3rem;
    display: flex;
    flex-wrap: wrap;
}

.info_hubq3P0 .chat_form1TK6:nth-child(1) {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
    border-left: 4px solid rgb(130,118,116);
    padding: 3rem;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.1),
                -20px -20px 60px rgba(255, 255, 255, 0.05);
    order: 1;
    border-radius: 26px;
}

.info_hubq3P0 .online_questions8Y5A {
    font-size: calc(14px * 1.3);
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 1rem;
    color: #ffffff;
}

.info_hubq3P0 .chat_form1TK6 p {
    display: flex;
    align-items: flex-start;
    opacity: 0.9;
    color: #ffffff;
    gap: 1rem;
    margin-bottom: 1rem;
}

.info_hubq3P0 .talk_supportFIjh h3::before {
    background: rgb(130,118,116);
    height: 12px;
    content: '';
    display: block;
    width: 12px;
    border-radius: 50%;
}

.info_hubq3P0 .request_supportE6xu span:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    background: rgb(130,118,116,0.5);
}

.info_hubq3P0 .chat_form1TK6 .img_lightboxEJmO::after {
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.5) 100%);
    left: 0;
    position: absolute;
    height: 100%;
    top: 0;
    content: '';
    z-index: 1;
    width: 100%;
}

.info_hubq3P0 .get_helpicXu a:nth-child(2) {
    border-left-color: rgb(173,161,159);
}

.info_hubq3P0 .get_helpicXu a::before {
    width: 100%;
    left: -100%;
    top: 0;
    content: '';
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), transparent);
    position: absolute;
    transition: all 0.5s ease;
    height: 100%;
}

.info_hubq3P0 svg path {
    fill: rgb(130,118,116);
    transition: fill 0.3s ease;
}

.info_hubq3P0 .get_helpicXu a:hover svg path {
    fill: #ffffff;
}

.course_highlightsM2wS .learn_development2wxC::before {
    content: "";
    background: linear-gradient(90deg, rgb(130,118,116,0.5), transparent);
    height: 100%;
    left: 0;
    width: 30%;
    position: absolute;
    top: 0;
    z-index: 2;
    pointer-events: none;
}

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

.course_highlightsM2wS .learn_moresQHP:hover .knowledge_routeKfzY {
    animation-play-state: paused;
}

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

.course_highlightsM2wS .program_mapOrRb::after {
    bottom: -40px;
    height: 80px;
    width: 80px;
    border-right: 3px solid rgb(173,161,159);
    content: "";
    animation: fade-in 0.5s 0.9s ease-out forwards;
    right: -40px;
    opacity: 0;
    position: absolute;
    border-bottom: 3px solid rgb(173,161,159);
}

.course_highlightsM2wS .support_map0UsM:hover {
    background: transparent;
    transform: scale(1.05);
    box-shadow: 0 0 30px rgba(rgb(173,161,159), 0.5);
}

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

header::before {
    width: 100%;
    opacity: 0.3;
    position: absolute;
    bottom: 0;
    left: 0;
    background: 
        radial-gradient(
            circle at 0% 50%,
            transparent 6px,
            rgb(173,161,159,0.5) 6px,
            rgb(173,161,159,0.5) 10px,
            transparent 10px
        ) repeat-x;
    height: 15px;
    background-size: 20px 20px;
    content: "";
}

header .head_pagewrapd5aY .header_nav8jnH {
    z-index: 2;
    position: relative;
}

header .head_pagewrapd5aY .header_nav8jnH:hover::before {
    transform: rotate(15deg) scale(1.1);
}

header .head_pagewrapd5aY .header_nav8jnH:hover .head_masterQ5Z8 {
    transform: translateY(-3px);
}

header .head_pagewrapd5aY .site_navbar56l0 {
    display: flex;
    list-style: none;
    padding: 0;
    position: relative;
    margin: 0;
}

header .head_pagewrapd5aY .site_navbar56l0 .top_prosLEp {
    position: relative;
    margin: 0 8px;
}

header .head_pagewrapd5aY .site_navbar56l0 .top_prosLEp a:hover {
    border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%;
    color: #ffffff;
}

header .head_pagewrapd5aY .site_navbar56l0 .top_prosLEp a::before {
    width: 100%;
    border-radius: 0% 0% 0% 0% / 0% 0% 0% 0%;
    transform-origin: right top;
    background: rgb(173,161,159);
    height: 100%;
    z-index: -1;
    content: "";
    top: 0;
    transform: scale(0);
    transition: transform 0.4s ease, border-radius 0.4s ease;
    left: 0;
    position: absolute;
}

.track_barHrOg {
    flex-wrap: nowrap;
    max-width: 1200px;
    justify-content: space-between;
    padding: 0 20px;
    margin: auto;
    display: flex;
    align-items: center;
}

.privacyConsentPanelTxjq h5 {
    font-weight: 700;
    margin-bottom: 6px;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgb(173,161,159);
}

.cookie_button.cookie_gateqUpu {
    background: rgb(173,161,159);
}

.edu_cookie6W84:hover {
    border: 2px solid #ffffff;
}


.wrap-containerbZfX .privacyConsentPanelTxjq {
    background: rgb(130,118,116);
    border: none;
    padding: 30px 0;
}

.wrap-containerbZfX .cookie_frameu17f h5, .wrap-containerbZfX .cookie_frameu17f p {
    color: #ffffff;
}

.statistical_data5FiU::before {
    opacity: 0.05;
    width: 100%;
    left: 0;
    content: "";
    pointer-events: none;
    top: 0;
    height: 100%;
    position: absolute;
    background-image: repeating-linear-gradient(
        45deg,
        rgb(173,161,159,0.5) 0px,
        rgb(173,161,159,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
}

.statistical_data5FiU:hover h4::after {
    transform: scaleX(1.5);
}

.statistical_data5FiU ul {
    margin: 0;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    padding: 0;
    gap: 2rem;
    list-style: none;
    display: grid;
}

.statistical_data5FiU .expert_statisticsndSp:hover::before {
    opacity: 0.05;
}

.statistical_data5FiU .expert_statisticsndSp div {
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: column;
}

.statistical_data5FiU .expert_statisticsndSp:hover p {
    color: rgb(130,118,116);
    transform: perspective(400px) rotateX(10deg);
}

.statistical_data5FiU .expert_statisticsndSp:hover p::after {
    background: rgb(130,118,116);
    transform: translateX(-50%) scaleX(1);
}

.statistical_data5FiU .expert_statisticsndSp span {
    font-weight: var(--font-weight-medium);
    margin-top: 0.5rem;
    line-height: 1.4;
    transition: color 0.3s ease, transform 0.3s ease;
    color: #000000;
    display: block;
    max-width: 180px;
    font-size: 15px;
}



.statistical_data5FiU .expert_statisticsndSp:nth-child(3n+2):hover p {
    animation: pulse 2s infinite ease-in-out;
}

.training_resultsiWnI::before {
    height: 200%;
    opacity: 0.07;
    background: repeating-linear-gradient(
        45deg,
        rgb(173,161,159,0.5),
        rgb(173,161,159,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    content: '';
    width: 140%;
    top: -50%;
    left: -20%;
    transform: rotate(15deg);
    animation: gridMove 40s linear infinite;
    position: absolute;
}

.training_resultsiWnI .img_lightboxEJmO::before {
    inset: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 50%);
    z-index: 2;
    position: absolute;
    content: '';
}

.training_resultsiWnI .text_blockCJjT {
    position: relative;
    justify-content: center;
    flex-direction: column;
    display: flex;
}

.training_resultsiWnI h2::before {
    transform: translateY(-50%);
    background-color: rgb(173,161,159);
    content: '';
    height: 2px;
    position: absolute;
    width: 20px;
    left: -30px;
    top: 50%;
}

.training_resultsiWnI .text_main_holder > div {
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    align-items: center;
    gap: 15px;
    overflow: hidden;
    padding: 25px;
    position: relative;
    display: flex;
    backdrop-filter: blur(10px);
}

.training_resultsiWnI .text_main_holder svg {
    height: 32px;
    transition: transform 0.3s ease;
    width: 32px;
    flex-shrink: 0;
    transform: translateY(-2px);
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.2));
}

.landing_pageKATj {
    background: linear-gradient(135deg, rgb(130,118,116,0.5), rgba(0, 0, 0, 0.5));
    justify-content: center;
    overflow: hidden;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    min-height: 100vh;
}

.landing_pageKATj .course_entrycHQR {
    max-width: 1200px;
    position: relative;
    z-index: 5;
    width: 90%;
    transform: translateY(-2vh);
}

.landing_pageKATj .edu_smartGaw3::before {
    opacity: 0.85;
    left: 0;
    position: absolute;
    content: "";
    background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.5) 0%,
    rgb(130,118,116,0.5) 50%,
    rgba(0, 0, 0, 0.5) 100%
  );
    width: 100%;
    z-index: 1;
    height: 100%;
    top: 0;
}

.landing_pageKATj .edu_smartGaw3 h3 {
    max-width: 90%;
    font-weight: 600;
    padding-left: 1rem;
    margin-bottom: 1.5rem;
    letter-spacing: 0.05em;
    color: #ffffff;
    border-left: 3px solid rgb(173,161,159);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    line-height: 1.5;
    font-size: calc(19px * 0.9);
}

.landing_pageKATj .edu_smartGaw3 p {
    max-width: 80%;
    padding-right: 1rem;
    font-size: calc(14px * 1.1);
    position: relative;
    color: #ffffff;
    line-height: 1.6;
    margin-bottom: 2.5rem;
}

.give_it_a_tryQ0N8 {
    z-index: 1;
    overflow: hidden;
    padding: 130px 0;
    background: linear-gradient(165deg, rgb(173,161,159) 0%, rgb(130,118,116) 100%);
    position: relative;
}

.give_it_a_tryQ0N8::after {
    height: 100%;
    z-index: -1;
    content: '';
    background: radial-gradient(
        circle at 50% 50%,
        rgba(255, 255, 255, 0.1) 0%,
        transparent 60%
    );
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.give_it_a_tryQ0N8 .study_zone1W58::after {
    height: 1px;
    background: linear-gradient(
        to right,
        transparent 0%,
        rgba(255, 255, 255, 0.1) 50%,
        transparent 100%
    );
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
    bottom: 0;
    content: '';
}

.give_it_a_tryQ0N8 h3 {
    font-weight: 300;
    text-transform: uppercase;
    transition: all 0.4s ease;
    letter-spacing: 8px;
    position: relative;
    font-size: 36px;
    font-family: Arial, sans-serif;
    color: #ffffff;
    margin-bottom: 60px;
    text-align: center;
    opacity: 0.9;
}

.give_it_a_tryQ0N8 .learn_askcjNW::before {
    z-index: -1;
    opacity: 0;
    left: 0;
    transition: opacity 0.4s ease;
    width: 100%;
    position: absolute;
    top: 0;
    background: linear-gradient(
        to right,
        rgb(173,161,159),
        rgb(130,118,116)
    );
    content: '';
    height: 100%;
}

.give_it_a_tryQ0N8 .learn_askcjNW:hover {
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.15),
        0 8px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
    color: #ffffff;
}

.privacy_folioPING::before {
    content: "";
    left: 0;
    height: 100%;
    background: linear-gradient(135deg, 
        rgba(rgb(130,118,116,0.5), 0.03) 0%,
        rgba(rgb(130,118,116,0.5), 0.08) 60%, 
        rgba(rgb(130,118,116,0.5), 0.15) 100%);
    top: 0;
    width: 100%;
    z-index: 0;
    position: absolute;
}

.privacy_folioPING .container:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.privacy_folioPING h1 {
    border-bottom: 1px solid rgba(rgb(130,118,116,0.5), 0.2);
    color: #000000;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
    padding-bottom: 1.5rem;
    position: relative;
    margin: 0 0 2.5rem 0;
    letter-spacing: -0.02em;
}

.privacy_folioPING h2::before {
    border-radius: 2px;
    width: 4px;
    content: "";
    height: calc(100% - 1rem);
    background: rgb(130,118,116);
    top: 0.5rem;
    left: 0;
    position: absolute;
}

.privacy_folioPING p {
    font-size: 14px;
    line-height: 1.8;
    color: #000000;
    max-width: 95%;
    margin-bottom: 1.5rem;
}

.privacy_folioPING span {
    margin-bottom: 1.5rem;
    font-size: 14px;
    display: block;
    color: #000000;
    border-left: 2px solid rgba(rgb(130,118,116,0.5), 0.3);
    padding-left: 1rem;
    line-height: 1.7;
}

.contactN8Wf {
    position: relative;
    background: rgb(205,203,183);
    overflow: hidden;
    padding: 100px 0;
}

.contactN8Wf::after {
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    opacity: 0.2;
    background-size: 30px 30px, 30px 30px, 100% 100%, 100% 100%;
    animation: backgroundMove 30s infinite linear;
    background-position: 0 0, 0 0, 0 0, 0 0;
    position: absolute;
    content: "";
    background-image: 
        repeating-linear-gradient(45deg, rgb(173,161,159,0.5) 0, rgb(173,161,159,0.5) 1px, transparent 1px, transparent 20px),
        repeating-linear-gradient(-45deg, rgb(130,118,116,0.5) 0, rgb(130,118,116,0.5) 1px, transparent 1px, transparent 20px),
        linear-gradient(90deg, rgb(173,161,159,0.5), transparent 70%),
        linear-gradient(180deg, rgb(130,118,116,0.5), transparent 70%);
    z-index: 1;
}

.contactN8Wf .img_lightboxEJmO::before {
    position: absolute;
    inset: 0;
    z-index: 1;
    content: "";
    background: rgba(0, 0, 0, 0.5);
}

.contactN8Wf .query_widgetYc1g::before {
    background: rgb(173,161,159,0.5);
    filter: blur(100px);
    top: -100px;
    z-index: 0;
    height: 200px;
    content: "";
    opacity: 0.3;
    right: -100px;
    position: absolute;
    width: 200px;
}

.contactN8Wf form h3::after {
    content: "";
    left: 0;
    position: absolute;
    width: 40px;
    background: rgb(173,161,159);
    box-shadow: 
        0 0 5px rgb(173,161,159,0.5),
        0 0 10px rgb(173,161,159,0.5);
    bottom: -15px;
    height: 2px;
}

.contactN8Wf form input[type="text"]::placeholder {
    opacity: 0.7;
    color: #000000;
}

.contactN8Wf .support_requestb5iE input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.contactN8Wf .support_requestb5iE input[type="checkbox"]:checked + label::before {
    box-shadow: 0 0 5px rgb(173,161,159,0.5);
    background: rgb(173,161,159);
    border-color: rgb(173,161,159);
}

.contactN8Wf .support_requestb5iE label a {
    color: rgb(173,161,159);
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
    text-decoration: none;
}

.contactN8Wf .support_map0UsM {
    box-shadow: 
        0 5px 15px rgb(173,161,159,0.5),
        0 0 0 1px rgb(173,161,159);
    border-radius: 8px;
    border: none;
    width: 100%;
    overflow: hidden;
    font-weight: 700;
    background: rgb(173,161,159);
    padding: 18px 30px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    color: #ffffff;
    letter-spacing: 1px;
    position: relative;
    font-size: 17px;
    cursor: pointer;
}

.gratMessagebye7 {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(205,203,183) 0%, #ffffff 100%);
    padding: 120px 0;
    position: relative;
}

.gratMessagebye7::after {
    opacity: 0.1;
    width: 40%;
    z-index: 1;
    content: "";
    height: 80%;
    background: rgb(130,118,116,0.5);
    clip-path: polygon(15% 0, 100% 15%, 100% 100%, 0% 85%);
    bottom: -5%;
    transform: rotate(3deg);
    position: absolute;
    right: -5%;
}

.gratMessagebye7 .study_zone1W58::before {
    height: 6px;
    width: 100%;
    left: 0;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(173,161,159) 0%, rgb(130,118,116) 100%);
    top: 0;
}

.gratMessagebye7 h5 {
    position: relative;
    transform: translateZ(0);
    padding-left: 20px;
    font-weight: 700;
    line-height: 1.4;
    color: rgb(173,161,159);
    margin: 0 0 10px;
    font-size: 18px;
}

.gratMessagebye7 a::before {
    height: 2px;
    bottom: 0;
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    transform: scaleX(0.7);
    transition: transform 0.5s ease;
    transform-origin: left;
    background: linear-gradient(90deg, transparent, rgb(173,161,159,0.5), transparent);
}

footer::before {
    position: absolute;
    opacity: 0.9;
    top: 0;
    right: 0;
    z-index: -2;
    background: linear-gradient(to right, rgb(130,118,116), rgb(173,161,159));
    content: "";
    bottom: 0;
    left: 0;
}

.transcriptVtCj .container {
    grid-template-columns: repeat(12, 1fr);
    gap: 2rem;
    display: grid;
    position: relative;
}

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

.transcriptVtCj .subscr_infox1Fp {
    grid-column: span 7;
}

.transcriptVtCj .site_navbar56l0 h5 {
    color: #ffffff;
    font-weight: 600;
    padding-bottom: 0.8rem;
    margin: 0 0 1.5rem;
    font-size: 18px;
    position: relative;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

.transcriptVtCj .site_navbar56l0 .nav_classahSV a:hover {
    color: #ffffff;
    padding-left: 0.5rem;
}

.transcriptVtCj .site_navbar56l0 .nav_classahSV a:hover::after {
    transform: translateX(0);
    opacity: 1;
}

.mentor_netOWDt .diploma_ctadnLh {
    color: #ffffff;
    font-size: 12px;
    position: relative;
    opacity: 0.9;
    text-align: center;
    padding: 0 1rem;
}

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

.bundle_planwM6A::before {
    content: "";
    height: 100%;
    z-index: 1;
    top: 0;
    background: linear-gradient(135deg, rgb(173,161,159,0.5) 0%, transparent 70%);
    position: absolute;
    pointer-events: none;
    width: 100%;
    left: 0;
}

.bundle_planwM6A .value_fees81jW {
    position: relative;
    display: grid;
    gap: 3rem;
    grid-template-columns: 1fr;
}

.bundle_planwM6A .bundle_offerJ34G::before {
    width: 40px;
    position: absolute;
    background-color: rgb(173,161,159);
    height: 40px;
    transform: rotate(45deg);
    left: -20px;
    content: "";
    top: 20px;
    z-index: -1;
}

.bundle_planwM6A .package_pricezISn {
    perspective: 1000px;
    gap: 2rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.bundle_planwM6A .pricing_ratesnNce:hover {
    transform: translateY(-10px);
}

.bundle_planwM6A .pricing_ratesnNce:hover .edu_ratesjZLD {
    transform: translateZ(20px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 0 0 0 1px rgb(173,161,159,0.5);
}

.bundle_planwM6A .pricing_ratesnNce:hover .edu_ratesjZLD {
    transform: rotate(0) translateZ(20px);
}

.bundle_planwM6A .pricing_listnyKc {
    position: relative;
    flex: 1;
    overflow-wrap: break-word;
    word-break: break-word;
    flex-direction: column;
    display: flex;
    z-index: 2;
    padding: 2rem;
}

.bundle_planwM6A .pricing_ratesnNce:hover .pricing_listnyKc h3 {
    transform: translateZ(25px);
}

.bundle_planwM6A .cost_summaryo6Yz {
    display: block;
    position: relative;
    font-weight: 700;
    color: rgb(173,161,159);
    margin: 0.5rem 0 1.5rem;
    transform: translateZ(15px);
    font-size: calc(19px * 1.8);
}

.bundle_planwM6A .img_lightboxEJmO {
    overflow: hidden;
    transition: transform 0.5s ease;
    width: 100%;
    transform: translateZ(0);
    height: 200px;
    position: relative;
}

.bundle_planwM6A .pricing_ratesnNce:hover .img_lightboxEJmO::before {
    opacity: 0.05;
}


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



@media screen and (min-width: 768px) {.subscribe_to_newsletter9t0W {
    padding: 5rem 3rem;
}.subscribe_to_newsletter9t0W .container {
    align-items: center;
    grid-template-columns: 1.2fr 1fr;
}.subscribe_to_newsletter9t0W p {
    margin-bottom: 0;
    padding-left: 5rem;
    font-size: 30px;
}.subscribe_to_newsletter9t0W p::before {
    width: 4rem;
}.subscribe_to_newsletter9t0W .input_holder {
    flex-direction: row;
    align-items: stretch;
}.subscribe_to_newsletter9t0W .sub_material9Wfy {
    border-radius: 10px 0 0 10px;
    flex: 1;
}.subscribe_to_newsletter9t0W .news_sectionG1CI {
    align-self: stretch;
    border-radius: 0 10px 10px 0;
}}



@media (min-width: 1200px) {.who_we_areJF48 .text_blockCJjT {
    width: calc(100% - 80px);
    padding: 70px 100px;
    margin-left: 80px;
}.who_we_areJF48 .text_blockCJjT::after {
    height: 150px;
    width: 150px;
}.who_we_areJF48 .text_blockCJjT div div {
    column-gap: 80px;
    column-count: 2;
}
}



@media (max-width: 768px) {.training_structureHP1R {
    padding: 2rem 0;
}.training_structureHP1R .study_zone1W58 {
    transform: none;
    padding: 1.5rem;
}.training_structureHP1R h3 {
    font-size: calc(30px * 0.8);
}.training_structureHP1R span {
    font-size: calc(18px * 0.95);
}}



@media (max-width: 480px) {.info_hubq3P0 {
    padding: 3rem 0;
}.info_hubq3P0 .container {
    padding: 0 1rem;
}.info_hubq3P0 .chat_form1TK6 {
    padding: 1.5rem;
}.info_hubq3P0 .chat_form1TK6 h2 {
    font-size: calc(38px * 0.8);
}.info_hubq3P0 .online_questions8Y5A {
    font-size: 14px;
}.info_hubq3P0 .talk_supportFIjh {
    margin-top: 2rem;
    padding: 1.25rem;
}.info_hubq3P0 .request_supportE6xu {
    grid-template-columns: 1fr;
}.info_hubq3P0 .chat_form1TK6 .img_lightboxEJmO {
    min-height: 200px;
}.info_hubq3P0 .get_helpicXu a {
    padding: 1.25rem;
}.info_hubq3P0 .get_helpicXu a p {
    padding-left: 0;
}}



@media screen and (max-width: 768px) {.course_highlightsM2wS .learn_development2wxC {
    height: 40vh;
}.course_highlightsM2wS .container {
    padding: 3rem 2rem;
}.course_highlightsM2wS .program_mapOrRb h3 {
    font-size: calc(46px * 0.8);
}.course_highlightsM2wS .program_mapOrRb::before,
    .course_highlightsM2wS .program_mapOrRb::after {
    height: 60px;
    width: 60px;
}
}



@media (max-width: 992px) {header .head_pagewrapd5aY {
    padding: 20px 15px;
    flex-direction: column;
}header .head_pagewrapd5aY .header_nav8jnH {
    margin-bottom: 15px;
}header .head_pagewrapd5aY .site_navbar56l0 {
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}header .head_pagewrapd5aY .site_navbar56l0 .top_prosLEp {
    margin: 5px;
}header .head_pagewrapd5aY .site_navbar56l0 .top_prosLEp a {
    padding: 8px 12px;
    font-size: calc(13px - 1px);
}
}



@media (min-width: 992px) {.statistical_data5FiU ul {
    gap: 2rem;
    grid-template-columns: repeat(4, 1fr);
}.statistical_data5FiU h4::after {
    width: 80px;
}.statistical_data5FiU .expert_statisticsndSp p {
    font-size: 3.5rem;
}
}



@media (max-width: 767px) {.statistical_data5FiU {
    padding: 4rem 0;
}.statistical_data5FiU ul {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 1.5rem;
}.statistical_data5FiU .expert_statisticsndSp {
    padding: 1.5rem;
}.statistical_data5FiU .expert_statisticsndSp p {
    font-size: 2.5rem;
}.statistical_data5FiU h4 {
    font-size: 19px;
    margin-top: 2rem;
}.statistical_data5FiU h4::after {
    margin-top: 0.75rem;
    width: 50px;
}
}



@media screen and (max-width: 1200px) {.landing_pageKATj .edu_smartGaw3 {
    padding: 3.5rem 2.5rem;
}.landing_pageKATj .edu_smartGaw3 h1 {
    font-size: calc(44px * 0.95);
}.landing_pageKATj .edu_smartGaw3 h3 {
    max-width: 95%;
    font-size: calc(19px * 0.85);
}.landing_pageKATj .edu_smartGaw3 p {
    max-width: 85%;
}
}



@media screen and (max-width: 992px) {.landing_pageKATj {
    min-height: 90vh;
}.landing_pageKATj .edu_smartGaw3 {
    padding: 3rem 2rem;
}.landing_pageKATj .edu_smartGaw3 h1 {
    font-size: calc(44px * 0.85);
}.landing_pageKATj .edu_smartGaw3 h3 {
    border-left-width: 2px;
    font-size: calc(19px * 0.8);
}.landing_pageKATj .edu_smartGaw3 p {
    max-width: 90%;
    font-size: 14px;
}
}



@media screen and (max-width: 992px) {.give_it_a_tryQ0N8 {
    padding: 110px 0;
}.give_it_a_tryQ0N8 .study_zone1W58 {
    max-width: 85%;
    padding: 70px 50px;
}.give_it_a_tryQ0N8 h3 {
    margin-bottom: 55px;
    letter-spacing: 6px;
    font-size: calc(36px * 0.9);
}.give_it_a_tryQ0N8 .learn_askcjNW {
    letter-spacing: 2.5px;
    font-size: calc(18px * 0.95);
    padding: 14px 45px;
}
}



@media (max-width: 992px) {.privacy_folioPING {
    padding: 4rem 1.5rem;
}.privacy_folioPING .container {
    transform: perspective(800px) rotateY(0deg);
    padding: 2.5rem 2rem;
}.privacy_folioPING h1 {
    font-size: calc(40px * 0.9);
    padding-bottom: 1.2rem;
    margin-bottom: 2rem;
}.privacy_folioPING h2 {
    margin: 2.5rem 0 1.2rem;
    font-size: calc(36px * 0.9);
}
}



@media (max-width: 1024px) {.contactN8Wf {
    padding: 80px 0;
}.contactN8Wf .img_lightboxEJmO {
    min-height: 500px;
}.contactN8Wf .query_widgetYc1g {
    padding: 50px 40px;
}
}



@media (max-width: 768px) {.contactN8Wf {
    padding: 60px 0;
}.contactN8Wf h2 {
    margin-bottom: 40px;
    font-size: calc(42px * 0.8);
}.contactN8Wf .connect_mappzbY {
    flex-direction: column;
}.contactN8Wf .img_lightboxEJmO {
    width: 100%;
    min-height: 300px;
}.contactN8Wf .query_widgetYc1g {
    width: 100%;
    padding: 40px 30px;
}.contactN8Wf form h3 {
    margin-bottom: 30px;
}.contactN8Wf form input[type="text"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}.contactN8Wf .support_requestb5iE {
    margin-bottom: 25px;
}.contactN8Wf .support_map0UsM {
    padding: 15px 25px;
}
}



@media screen and (min-width: 992px) {.gratMessagebye7 {
    padding: 180px 0;
}.gratMessagebye7 .study_zone1W58 {
    grid-template-columns: 0.8fr 1.2fr;
    padding: 100px 80px;
    gap: 60px;
}.gratMessagebye7 h5 {
    padding-left: 30px;
    font-size: calc(18px * 1.2);
}.gratMessagebye7 h5::before {
    width: 10px;
    height: 10px;
}.gratMessagebye7 p {
    padding-left: 30px;
    font-size: calc(18px * 1.1);
}.gratMessagebye7 a {
    padding: 30px;
}
}



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



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



@media (min-width: 992px) {.bundle_planwM6A .value_fees81jW {
    grid-template-columns: 2fr 1fr;
    gap: 4rem;
}.bundle_planwM6A .bundle_offerJ34G {
    padding: 3rem;
}.bundle_planwM6A .package_pricezISn {
    grid-column: 1;
    grid-row: 1;
}.bundle_planwM6A .bundle_offerJ34G {
    top: 2rem;
    position: sticky;
    transform: perspective(1000px) rotateY(-5deg) translateZ(0);
    grid-column: 2;
    grid-row: 1;
    align-self: start;
}.bundle_planwM6A .bundle_offerJ34G:hover {
    transform: perspective(1000px) rotateY(0) translateZ(30px);
}
}



@keyframes slideIn {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes rotateBg {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}



@keyframes fadeUpIn {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}



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



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



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



@keyframes fade-in {
    to {
        opacity: 1;
    }
}



@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}



@keyframes pulse {
    0% {
        opacity: 0.2;
        transform: scale(0.95);
    }
    100% {
        opacity: 0.4;
        transform: scale(1.05);
    }
}



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



@keyframes rotateBg {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}



@keyframes orbitRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

