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

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

.HVZfLwrapper-template {
    flex-direction: column;
    min-height: 100%;
    height: 100%;
    display: flex;
}

.UZpgbhead_learning {
    flex: 1 0 auto;
}

header,footer {
    width: 100%;
}

header {
    position: relative;
    z-index: 100;
    background: linear-gradient(135deg, rgb(158,184,186,0.5) 0%, rgb(112,150,154,0.5) 100%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0;
    margin-top: 0;
}

.RlqeOlaunch_now::before {
    position: absolute;
    z-index: 1;
    top: 0;
    background: repeating-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.03) 0px,
    rgba(255, 255, 255, 0.03) 2px,
    transparent 2px,
    transparent 10px
  );
    height: 100%;
    left: 0;
    content: "";
    width: 100%;
}

.RlqeOlaunch_now .container {
    grid-template-columns: 1fr;
    z-index: 2;
    grid-gap: 40px;
    margin: 0 auto;
    padding: 0 15px;
    display: grid;
    transform: translateZ(0);
    max-width: 1200px;
    position: relative;
}

.RlqeOlaunch_now .elnYZpro_study {
    padding: 30px 40px;
    animation: slideInHolder 0.8s 0.4s forwards ease-out;
    opacity: 0;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    background: #ffffff;
    transform: translateX(-20px) rotateY(-5deg);
    position: relative;
    display: flex;
    justify-content: flex-start;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    align-items: center;
}

.RlqeOlaunch_now svg {
    height: 48px;
    transition: transform 0.3s ease;
    margin-right: 30px;
    flex-shrink: 0;
    width: 48px;
    transform: translateY(10px) scale(1);
}

.RlqeOlaunch_now .elnYZpro_study:hover svg path {
    fill: rgb(158,184,186);
}

.RlqeOlaunch_now .htdoXsupport_inquiry {
    z-index: 1;
    overflow: hidden;
    color: #ffffff;
    border: none;
    background: linear-gradient(135deg, rgb(112,150,154) 0%, rgb(158,184,186) 100%);
    text-decoration: none;
    font-family: Arial, sans-serif;
    padding: 15px 30px;
    position: relative;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    display: inline-block;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    font-size: 14px;
    font-weight: 600;
}

.RlqeOlaunch_now .htdoXsupport_inquiry:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.RlqeOlaunch_now .htdoXsupport_inquiry:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

.HgLpOour_team::before {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 1;
    background: 
        linear-gradient(0deg, rgb(205,218,219) 20%, transparent 80%),
        linear-gradient(90deg, rgb(205,218,219) 10%, transparent 90%);
    content: "";
}



.HgLpOour_team::before {
    background-size: 100px 100px;
    background-image: 
        radial-gradient(circle at 10% 10%, transparent 10px, rgb(158,184,186,0.5) 10px, transparent 12px),
        radial-gradient(circle at 15% 15%, transparent 10px, rgb(158,184,186,0.5) 10px, transparent 12px),
        radial-gradient(circle at 20% 20%, transparent 10px, rgb(158,184,186,0.5) 10px, transparent 12px),
        radial-gradient(circle at 25% 25%, transparent 10px, rgb(158,184,186,0.5) 10px, transparent 12px),
        radial-gradient(circle at 30% 30%, transparent 10px, rgb(158,184,186,0.5) 10px, transparent 12px),
        radial-gradient(circle at 35% 35%, transparent 10px, rgb(158,184,186,0.5) 10px, transparent 12px),
        radial-gradient(circle at 40% 40%, transparent 10px, rgb(158,184,186,0.5) 10px, transparent 12px),
        radial-gradient(circle at 45% 45%, transparent 10px, rgb(158,184,186,0.5) 10px, transparent 12px),
        radial-gradient(circle at 50% 50%, transparent 10px, rgb(112,150,154,0.5) 10px, transparent 12px),
        radial-gradient(circle at 55% 55%, transparent 10px, rgb(112,150,154,0.5) 10px, transparent 12px),
        radial-gradient(circle at 60% 60%, transparent 10px, rgb(112,150,154,0.5) 10px, transparent 12px),
        radial-gradient(circle at 65% 65%, transparent 10px, rgb(112,150,154,0.5) 10px, transparent 12px),
        radial-gradient(circle at 70% 70%, transparent 10px, rgb(112,150,154,0.5) 10px, transparent 12px),
        radial-gradient(circle at 75% 75%, transparent 10px, rgb(112,150,154,0.5) 10px, transparent 12px),
        radial-gradient(circle at 80% 80%, transparent 10px, rgb(112,150,154,0.5) 10px, transparent 12px),
        radial-gradient(circle at 85% 85%, transparent 10px, rgb(112,150,154,0.5) 10px, transparent 12px),
        radial-gradient(circle at 90% 90%, transparent 10px, rgb(112,150,154,0.5) 10px, transparent 12px);
    background-position: center;
    content: "";
    opacity: 0.15;
    z-index: 1;
    position: absolute;
    height: 100%;
    width: 100%;
}

.HgLpOour_team .qhUcKlearn_studio::before {
    height: 20px;
    width: 20px;
    position: absolute;
    border-radius: 50%;
    z-index: 3;
    top: 50%;
    content: "";
    background: rgb(158,184,186);
}

.HgLpOour_team .qhUcKlearn_studio:nth-child(2)::before {
    background: rgb(112,150,154);
    left: -55px;
    transform: translateY(-50%);
    box-shadow: 0 0 15px rgb(112,150,154,0.5);
}

.HgLpOour_team .qhUcKlearn_studio:nth-child(1)::after {
    right: -35px;
}

.HgLpOour_team .qhUcKlearn_studio:hover {
    z-index: 4;
    transform: scale(1.03) translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.HgLpOour_team .qhUcKlearn_studio:nth-child(2):hover {
    transform: scale(1.03) translateY(-5px) translateX(40px);
}

.HgLpOour_team .qhUcKlearn_studio h3::after {
    bottom: 0;
    height: 2px;
    transition: width 0.4s ease;
    left: 0;
    content: "";
    width: 40%;
    position: absolute;
    background: linear-gradient(90deg, rgb(158,184,186), transparent);
}

.HgLpOour_team .qhUcKlearn_studio p {
    line-height: 1.8;
    position: relative;
    z-index: 2;
    font-size: 17px;
    color: #000000;
    font-weight: 400;
}

.HgLpOour_team .container::after {
    bottom: 10%;
    animation-delay: -5s;
    background: linear-gradient(45deg, rgb(112,150,154,0.5), transparent);
    right: -150px;
}

.nMvkjthanksPage {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    background: linear-gradient(135deg, rgb(205,218,219) 0%, rgb(158,184,186,0.5) 100%);
    overflow: hidden;
    padding: 4rem 0;
    position: relative;
}

.nMvkjthanksPage::after {
    bottom: -5%;
    z-index: 1;
    content: "";
    opacity: 0.09;
    width: 20rem;
    height: 20rem;
    position: absolute;
    transform: rotate(15deg);
    filter: blur(8px);
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    background: linear-gradient(45deg, rgb(112,150,154) 0%, transparent 70%);
    left: -5%;
}

.nMvkjthanksPage .elnYZpro_study {
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.03);
    flex-direction: column;
    padding: 3rem;
    border-left: 4px solid rgb(158,184,186);
    transform: perspective(1000px) rotateX(2deg);
    display: flex;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.97), rgba(255, 255, 255, 0.95));
    transform-origin: center bottom;
}

.nMvkjthanksPage .elnYZpro_study:hover > div:first-child::after {
    width: 8rem;
}

.nMvkjthanksPage h5 {
    transform: translateZ(0);
    color: #000000;
    font-size: 19px;
    line-height: 1.4;
    position: relative;
    font-weight: 700;
    margin: 0;
}

.nMvkjthanksPage a:hover {
    transform: translateY(-3px);
}

.nMvkjthanksPage a::before {
    z-index: 0;
    right: 0;
    transition: transform 0.5s ease-out, opacity 0.5s ease-out;
    width: 100%;
    content: "";
    background: linear-gradient(to top left, rgb(158,184,186,0.5) 0%, transparent 100%);
    position: absolute;
    height: 100%;
    opacity: 0;
    transform: translateY(100%);
    bottom: 0;
}

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

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

.lrgUAcontact_box h2::before {
    content: "";
    height: 2px;
    position: absolute;
    left: calc(50% - 50px);
    background: rgb(158,184,186);
    width: 30px;
    bottom: -20px;
}

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

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

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

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

.lrgUAcontact_box input[type="text"]:focus {
    background: rgba(0, 0, 0, 0.3);
    outline: none;
    box-shadow: 0 0 15px rgba(rgb(158,184,186), 0.2);
    border-color: rgb(158,184,186);
}

.lrgUAcontact_box input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.lrgUAcontact_box .NbgdYrequest_widget input[type="checkbox"] {
    border-radius: 3px;
    position: relative;
    margin-top: 2px;
    width: 24px;
    appearance: none;
    border: 1px solid rgba(255, 255, 255, 0.1);
    cursor: pointer;
    height: 24px;
    background: rgba(0, 0, 0, 0.2);
}

.lrgUAcontact_box .NbgdYrequest_widget label {
    font-size: calc(14px - 2px);
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.7);
}

.lrgUAcontact_box .NbgdYrequest_widget a {
    text-decoration: none;
    color: rgb(158,184,186);
    transition: all 0.3s ease;
    position: relative;
}

.lrgUAcontact_box .NbgdYrequest_widget a::after {
    width: 100%;
    bottom: -2px;
    transition: all 0.3s ease;
    height: 1px;
    left: 0;
    background: rgb(158,184,186);
    position: absolute;
    content: "";
}

.lrgUAcontact_box .htdoXsupport_inquiry::before {
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    left: -100%;
    width: 100%;
    transition: all 0.5s ease;
    top: 0;
    position: absolute;
    content: "";
}

.lrgUAcontact_box .htdoXsupport_inquiry:hover {
    transform: translateY(-3px);
    background: rgb(112,150,154);
}

.lrgUAcontact_box svg {
    filter: drop-shadow(0 0 5px rgba(rgb(158,184,186), 0.5));
    fill: rgb(158,184,186);
    width: 22px;
    transition: all 0.3s ease;
    height: 22px;
}

.LApqEcourse_highlights {
    background: linear-gradient(145deg, rgb(205,218,219) 0%, rgb(158,184,186,0.5) 100%);
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
}

.LApqEcourse_highlights .container {
    z-index: 2;
    position: relative;
}

.LApqEcourse_highlights .Usbimlearn_plan {
    grid-template-columns: 1fr;
    position: relative;
    display: grid;
    gap: 0;
}

.LApqEcourse_highlights .tvAHzmessage_box:hover {
    transform: translateY(-10px);
}

.LApqEcourse_highlights .tvAHzmessage_box::before {
    z-index: -1;
    border-radius: 50%;
    right: 3rem;
    opacity: 0.6;
    background: rgb(112,150,154,0.5);
    width: 8rem;
    position: absolute;
    content: "";
    top: -4rem;
    height: 8rem;
}



.LApqEcourse_highlights .tvAHzmessage_box h2::after {
    border-radius: 10px;
    background: rgb(112,150,154);
    content: "";
    height: 4px;
    transition: width 0.4s ease;
    width: 3rem;
    bottom: -10px;
    left: 0;
    position: absolute;
}

.LApqEcourse_highlights .tvAHzmessage_box .description:last-of-type {
    font-weight: 600;
    margin-bottom: 0;
    animation-delay: 0.4s;
}

.LApqEcourse_highlights .tvAHzmessage_box .description::before {
    content: "";
    left: 0;
    height: 4px;
    position: absolute;
    border-radius: 50%;
    width: 4px;
    background: rgb(112,150,154);
    top: 0.5rem;
}

.LApqEcourse_highlights .zRkrwlightbox_image:hover {
    transform: perspective(1000px) rotateX(0) rotateY(0);
}

.LApqEcourse_highlights .zRkrwlightbox_image::after {
    background: linear-gradient(
        to bottom right,
        rgb(158,184,186,0.5) 0%,
        transparent 40%
    );
    top: 0;
    height: 100%;
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
}

.UywXQeducational_gains::before {
    transform: rotate(-15deg);
    width: 40%;
    opacity: 0.15;
    height: 40%;
    position: absolute;
    background: linear-gradient(225deg, rgb(158,184,186,0.5) 0%, transparent 70%);
    z-index: 0;
    content: "";
    top: -5%;
    right: -5%;
}

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

.UywXQeducational_gains .tvAHzmessage_box {
    padding: 2rem;
    flex: 1;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(-5px);
    backdrop-filter: blur(8px);
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04), 0 6px 12px rgba(0, 0, 0, 0.02);
}

.UywXQeducational_gains .tvAHzmessage_box:hover h4::after {
    width: 6rem;
}

.UywXQeducational_gains .tvAHzmessage_box > div {
    flex-direction: column;
    display: flex;
    gap: 1.5rem;
}

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

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

.UywXQeducational_gains li p span:first-child {
    margin-top: 0.125rem;
    flex-shrink: 0;
}

.UywXQeducational_gains li p span:last-child {
    flex: 1;
}

.UywXQeducational_gains svg {
    height: 22px;
    transform-origin: center;
    width: 22px;
    transition: transform 0.3s ease;
}

.UywXQeducational_gains li:hover svg path {
    fill: rgb(112,150,154);
}

.UywXQeducational_gains .zRkrwlightbox_image:hover {
    transform: scale(1.02) translateY(-5px);
}

.HMCBVget_support {
    background: linear-gradient(135deg, rgb(205,218,219) 0%, rgba(245, 247, 250, 0.97) 100%);
    font-family: Arial, sans-serif;
    padding: 4rem 2rem;
    overflow: hidden;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.HMCBVget_support::after {
    bottom: 0;
    width: 100%;
    z-index: 1;
    background: linear-gradient(90deg, rgb(158,184,186) 0%, rgb(112,150,154) 50%, rgb(158,184,186,0.5) 100%);
    height: 5px;
    left: 0;
    content: "";
    position: absolute;
}

.HMCBVget_support h1::after {
    transform: translateX(-50%) scaleX(0.8);
    width: 80px;
    position: absolute;
    height: 3px;
    content: "";
    background: rgb(112,150,154);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    left: 50%;
    bottom: -10px;
}

.HMCBVget_support .PsHazedu_chat {
    transform: translateY(0);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    gap: 2.5rem;
    grid-template-columns: 1fr;
    padding: 2.5rem;
    border-radius: 27px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    display: grid;
}

.HMCBVget_support .PsHazedu_chat > div:hover {
    border-left: 3px solid rgb(112,150,154);
    background: rgba(245, 247, 250, 0.8);
    transform: translateX(5px);
}

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

.HMCBVget_support h6 svg {
    transition: transform 0.3s ease;
    margin-left: 10px;
}

.HMCBVget_support .nQxsYcontact_panel {
    flex-direction: column;
    gap: 1.2rem;
    display: flex;
}

.HMCBVget_support .nQxsYcontact_panel > div {
    transition: transform 0.3s ease;
    position: relative;
}

.HMCBVget_support .OVXcPmessage_panel:hover {
    color: rgb(158,184,186);
}

.HMCBVget_support .OVXcPmessage_panel svg {
    transition: transform 0.3s ease;
    margin-left: 10px;
}

.HMCBVget_support .OVXcPmessage_panel:hover svg {
    transform: scale(1.1) rotate(5deg);
}

.HMCBVget_support svg:hover {
    opacity: 1;
    transform: scale(1.1);
}

.HMCBVget_support svg path {
    transition: fill 0.3s ease;
    fill: rgb(112,150,154);
}

footer::before {
    position: absolute;
    background: linear-gradient(135deg, rgb(158,184,186,0.5) 0%, rgb(112,150,154,0.5) 100%);
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 0.92;
    content: "";
}

.CrUOAfooter_careers .container {
    display: flex;
    gap: 0;
    position: relative;
    flex-wrap: wrap;
}

.CrUOAfooter_careers .company_holder {
    position: relative;
    padding: 0 3rem 2rem 0;
    margin-bottom: 2rem;
    flex: 0 0 40%;
}

.CrUOAfooter_careers .company_holder h3 {
    position: relative;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-bottom: 1rem;
    transform: skewX(-10deg);
    font-size: 35px;
    margin: 0 0 1.5rem;
    color: #ffffff;
}

.CrUOAfooter_careers .twuORdesktop_app {
    color: #ffffff;
    border-left: 3px solid rgb(158,184,186);
    transform-origin: left top;
    font-size: 18px;
    line-height: 1.6;
    transform: skewX(-5deg);
    background: rgba(0, 0, 0, 0.2);
    padding: 1.5rem;
}

.CrUOAfooter_careers .PGwAumain_guide {
    flex: 0 0 50%;
    position: relative;
    padding: 0 1rem 2rem 1rem;
}

.CrUOAfooter_careers .PGwAumain_guide h5::before {
    content: "";
    background: rgb(158,184,186);
    position: absolute;
    width: 3px;
    top: 0;
    bottom: 0;
    left: 0;
    transform: skewX(5deg);
}

.CrUOAfooter_careers .PGwAumain_guide .ntNzrhead_site a {
    transform: skewX(-5deg);
    overflow: hidden;
    display: block;
    transition: all 0.3s ease;
    text-decoration: none;
    font-size: 18px;
    background: rgba(255, 255, 255, 0.05);
    padding: 0.7rem 1rem;
    color: #ffffff;
    position: relative;
}

.CrUOAfooter_careers .PGwAumain_guide .ntNzrhead_site a:hover {
    color: #ffffff;
    transform: skewX(-5deg) translateX(5px);
    background: rgba(255, 255, 255, 0.1);
    padding-left: 1.5rem;
}

.KDkxudiscount_cta .container {
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    flex-wrap: wrap;
    display: flex;
}

.TBCxRtitle_screen {
    background: linear-gradient(135deg, #f5f7fa 0%, #eef1f5 100%);
    position: relative;
    min-height: 100vh;
    overflow: hidden;
}

.TBCxRtitle_screen::after {
    height: 15px;
    bottom: -10px;
    opacity: 0.1;
    content: "";
    width: 100%;
    background: rgb(158,184,186);
    position: absolute;
    transform: skewY(-1deg);
    z-index: 1;
    left: 0;
}

.TBCxRtitle_screen .tvAHzmessage_box {
    position: relative;
    flex-direction: column;
    flex: 1;
    transform: translateY(0);
    padding: 2rem 1rem;
    display: flex;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    justify-content: center;
    z-index: 3;
}

.TBCxRtitle_screen h1::after {
    left: 0;
    transform-origin: left;
    content: "";
    width: 80px;
    height: 4px;
    bottom: -10px;
    background: rgb(158,184,186);
    transform: scaleX(1);
    position: absolute;
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.TBCxRtitle_screen .vuGUAmaster_zone:hover {
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
    transform: translateY(-5px);
}

.TBCxRtitle_screen .vuGUAmaster_zone p {
    color: #000000;
    position: relative;
    line-height: 1.6;
    max-width: 500px;
    margin-top: 1.5rem;
    font-size: calc(13px * 1.1);
    padding: 0 1.5rem;
}

.TBCxRtitle_screen svg {
    display: block;
    width: 70px;
    margin: 0 auto;
    height: 70px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.TBCxRtitle_screen .vuGUAmaster_zone:hover svg path,
.TBCxRtitle_screen .vuGUAmaster_zone:hover svg text {
    fill: rgb(112,150,154);
}

.TBCxRtitle_screen li {
    margin-right: 1rem;
    margin-bottom: 1rem;
}

.TBCxRtitle_screen .htdoXsupport_inquiry::before {
    top: 0;
    width: 100%;
    background: linear-gradient(135deg, rgb(112,150,154) 0%, rgb(158,184,186) 100%);
    opacity: 0;
    content: "";
    left: 0;
    transition: opacity 0.4s ease;
    position: absolute;
    height: 100%;
    z-index: -1;
}

.TBCxRtitle_screen .htdoXsupport_inquiry:hover {
    box-shadow: 0 10px 25px rgba(94,170,168,0.3);
    transform: translateY(-3px);
}

.TBCxRtitle_screen .htdoXsupport_inquiry:hover::before {
    opacity: 1;
}

.TBCxRtitle_screen .zRkrwlightbox_image::before {
    position: absolute;
    top: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    content: "";
    background: linear-gradient(180deg, rgba(0,0,0,0) 60%, rgba(0,0,0,0.4) 100%);
    left: 0;
}

.TBCxRtitle_screen:hover .zRkrwlightbox_image {
    transform: scale(1.02);
}

.TBCxRtitle_screen:hover .zRkrwlightbox_image::after {
    opacity: 0.2;
}

header::before {
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0.5;
    left: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgb(158,184,186,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(112,150,154,0.5) 0%, transparent 30%);
    top: 0;
    z-index: -1;
    content: '';
}

header .SRakdmain_primary:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.25);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

header .ORLbStop_section {
    display: block;
    transition: all 0.3s ease;
}

header .ORLbStop_section img {
    max-height: 40px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

header .fnVEihead_train {
    position: relative;
    margin: 0 0.3rem;
}

header .fnVEihead_train a {
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.1);
    padding: 0.8rem 1.2rem;
    display: block;
    position: relative;
    color: #ffffff;
    backdrop-filter: blur(5px);
    font-size: 16px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    border-radius: 25px;
    z-index: 1;
}

header .fnVEihead_train a:hover::before {
    opacity: 1;
}

header .fnVEihead_train::after {
    opacity: 0.7;
    content: '';
    background: #ffffff;
    border-radius: 10px;
    transition: width 0.3s ease;
    bottom: -3px;
    left: 50%;
    height: 3px;
    width: 0;
    position: absolute;
    transform: translateX(-50%);
}

header .KNUhrmain_header::after {
    content: '';
    border-radius: 50%;
    opacity: 0.5;
    position: absolute;
    bottom: -20px;
    z-index: -1;
    left: -20px;
    width: 80px;
    height: 80px;
    background: rgb(112,150,154,0.5);
    filter: blur(30px);
}



header .SRakdmain_primary::after {
    bottom: -20px;
    left: 0;
    opacity: 0.5;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.1) 0%, transparent 70%);
    height: 20px;
    position: absolute;
    content: '';
    transition: all 0.4s ease;
    width: 100%;
}

.jYArlinstructor_profile .trujQclient_quotes {
    display: flex;
    flex-direction: row;
    position: relative;
    align-items: center;
    z-index: 2;
    transform: translateX(5%);
    gap: 3rem;
}

.jYArlinstructor_profile .zRkrwlightbox_image {
    width: 280px;
    height: 350px;
    box-shadow: 15px 15px 0 rgb(158,184,186,0.5);
    border-radius: 11px;
    transition: all 0.5s ease;
    transform: rotate(-5deg);
}

.jYArlinstructor_profile .hASliwork_projects::after {
    height: 10px;
    filter: blur(8px);
    position: absolute;
    content: "";
    width: 85%;
    bottom: -10px;
    left: 30px;
    transition: all 0.5s ease;
    opacity: 0.6;
    background: rgb(112,150,154);
}

.jYArlinstructor_profile .hASliwork_projects:hover::after {
    width: 95%;
    opacity: 0.8;
}

.jYArlinstructor_profile .hASliwork_projects > div:nth-child(2) {
    transform: translateX(-10px);
    font-weight: 600;
    color: rgb(112,150,154);
    font-size: 16px;
    margin-bottom: 1.5rem;
}

.jYArlinstructor_profile .EfBbVemp_block::before {
    background: linear-gradient(to bottom, rgb(158,184,186), rgb(112,150,154));
    height: 100%;
    position: absolute;
    top: 0;
    border-radius: 10px;
    left: 0;
    content: "";
    width: 5px;
}

.xwtpGmetrics_summary::before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    background: linear-gradient(135deg, transparent 0%, rgb(158,184,186,0.5) 100%);
}

.xwtpGmetrics_summary .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
}

.xwtpGmetrics_summary .UhxRHclass_benefits {
    text-align: center;
    background: transparent;
    z-index: 2;
    border-bottom: 3px solid transparent;
    perspective: 1000px;
    transition: all 0.4s ease;
    flex: 0 0 calc(25% - 20px);
    transform-style: preserve-3d;
    position: relative;
    padding: 40px 20px;
}

.xwtpGmetrics_summary .UhxRHclass_benefits:first-child::before {
    opacity: 0;
}

.xwtpGmetrics_summary .UhxRHclass_benefits h4 {
    font-size: 3rem;
    transform: translateZ(20px);
    font-weight: 700;
    margin: 0 0 10px;
    color: rgb(158,184,186);
    transition: all 0.3s ease;
}



.xwtpGmetrics_summary .UhxRHclass_benefits h4 {
    opacity: 0;
    animation: countUp 1s forwards;
    animation-delay: calc(var(--i, 0) * 0.2s);
}

.xwtpGmetrics_summary .OfLyxstatistics_benefit {
    text-align: center;
    z-index: 2;
    position: relative;
    margin: 0 auto;
    max-width: 800px;
}

.xwtpGmetrics_summary .tsGjSstatistics_pros {
    position: relative;
    font-weight: 700;
    margin-bottom: 20px;
    display: inline-block;
    letter-spacing: 2px;
    font-size: 30px;
    text-transform: uppercase;
    color: #000000;
}

.xwtpGmetrics_summary .tsGjSstatistics_pros::before,
.xwtpGmetrics_summary .tsGjSstatistics_pros::after {
    top: 50%;
    width: 30px;
    position: absolute;
    height: 2px;
    background: rgb(158,184,186);
    content: "";
}

.xwtpGmetrics_summary .tsGjSstatistics_pros::before {
    left: -40px;
}

.xwtpGmetrics_summary svg path {
    transition: all 0.5s ease;
    fill: rgb(158,184,186);
}

.xwtpGmetrics_summary .UhxRHclass_benefits:hover svg {
    opacity: 1;
    transform: rotateY(180deg);
    fill: rgb(112,150,154);
}

.xwtpGmetrics_summary .UhxRHclass_benefits:nth-child(2) h4 {
    --i: 2;
}

.xwtpGmetrics_summary .UhxRHclass_benefits:nth-child(4) h4 {
    --i: 4;
}

.KxWeAclient_testimonials::before {
    height: 100%;
    left: 0;
    top: 0;
    background-image: 
        radial-gradient(circle at 10% 20%, rgb(158,184,186,0.5) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgb(112,150,154,0.5) 0%, transparent 60%);
    width: 100%;
    z-index: 1;
    position: absolute;
    opacity: 0.2;
    content: '';
}

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

.KxWeAclient_testimonials h2::after {
    left: 50%;
    height: 4px;
    background: linear-gradient(90deg, rgb(158,184,186), rgb(112,150,154));
    bottom: 0;
    width: 80px;
    position: absolute;
    content: '';
    transform: translateX(-50%);
    border-radius: 2px;
}

.KxWeAclient_testimonials .FouRUfeedback_cloud {
    position: relative;
    display: grid;
    gap: 2.5rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.KxWeAclient_testimonials .trujQclient_quotes::before {
    opacity: 0.15;
    content: '"';
    right: 1.5rem;
    z-index: -1;
    position: absolute;
    color: rgb(158,184,186,0.5);
    font-family: serif;
    font-size: 8rem;
    top: -0.5rem;
    line-height: 1;
}

.KxWeAclient_testimonials .trujQclient_quotes:hover {
    box-shadow: 
        0 20px 30px -10px rgba(0, 0, 0, 0.15),
        0 5px 10px rgba(0, 0, 0, 0.05);
    transform: translateY(-8px) scale(1.02);
}

.KxWeAclient_testimonials .trujQclient_quotes h3 {
    display: inline-block;
    font-weight: 600;
    position: relative;
    color: rgb(158,184,186);
    font-size: calc(20px * 1.1);
    margin-bottom: 0.75rem;
}

.KxWeAclient_testimonials .trujQclient_quotes .description {
    color: #000000;
    position: relative;
    font-style: italic;
    flex-grow: 1;
    margin-bottom: 1.5rem;
    line-height: 1.6;
    font-size: 12px;
    z-index: 2;
}

.KxWeAclient_testimonials .trujQclient_quotes:hover img {
    transform: scale(1.1);
}

.KxWeAclient_testimonials .trujQclient_quotes:nth-child(odd) {
    transform: translateY(10px) scale(1);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.75));
}

.KxWeAclient_testimonials .trujQclient_quotes:nth-child(3n+1) {
    border-top: 3px solid rgb(158,184,186);
}

.KxWeAclient_testimonials .trujQclient_quotes:nth-child(3n+3) {
    border-top: 3px solid #000000;
}

.BPNewfollow .container {
    transform: skewY(2deg);
    position: relative;
    z-index: 1;
}

.BPNewfollow .elnYZpro_study {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    align-items: flex-start;
    max-width: 1140px;
}

.BPNewfollow .elnYZpro_study::after {
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    height: 60%;
    bottom: -20%;
    background: rgb(158,184,186,0.5);
    content: "";
    animation: float 6s infinite alternate;
    left: 10%;
    z-index: -1;
    position: absolute;
    width: 40%;
}

.BPNewfollow p::before {
    width: 5px;
    position: absolute;
    height: 80%;
    border-radius: 10px;
    background: rgb(112,150,154);
    transform: translateY(-50%);
    left: 0;
    content: "";
    top: 50%;
}

.BPNewfollow .input_holder {
    max-width: 600px;
    border-radius: 16px;
    transform: perspective(1000px) rotateX(2deg) rotateY(-2deg);
    align-items: center;
    margin-left: 3rem;
    width: 100%;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    flex-direction: row;
    overflow: hidden;
    display: flex;
    transition: all 0.3s ease;
}

.BPNewfollow .IUVlKinstant_learn:focus {
    background: #ffffff;
    box-shadow: inset 0 0 0 2px rgb(158,184,186,0.5);
}

.BPNewfollow .htdoXsupport_inquiry::before {
    left: -100%;
    top: 0;
    content: "";
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: all 0.5s ease;
    height: 100%;
    position: absolute;
}

.BPNewfollow .htdoXsupport_inquiry:hover::before {
    left: 100%;
}

.ekHQgprivacy_corner {
    background: rgb(205,218,219);
    color: #000000;
    overflow: hidden;
    position: relative;
    padding: 5rem 2rem;
    font-family: Arial, sans-serif;
}

.ekHQgprivacy_corner::after {
    content: "";
    width: 200px;
    filter: blur(20px);
    position: absolute;
    top: -40px;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    z-index: 1;
    background: linear-gradient(to bottom right, 
        rgb(112,150,154) 0%, 
        transparent 70%);
    right: -40px;
    height: 200px;
    opacity: 0.1;
    transform: rotate(-15deg);
}

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

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

.ekHQgprivacy_corner h1::before {
    left: 0;
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transform: scaleX(1);
    bottom: -1px;
    position: absolute;
    height: 3px;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(158,184,186), rgb(112,150,154));
    content: "";
    width: 30%;
}

.ekHQgprivacy_corner h3 {
    font-weight: 600;
    border-bottom: 1px dashed rgba(rgb(112,150,154,0.5), 0.2);
    padding-bottom: 0.8rem;
    font-size: calc(32px * 0.8);
    color: #000000;
    margin: 2.5rem 0 1.2rem;
}

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

.ekHQgprivacy_corner span {
    color: #000000;
    padding-left: 1rem;
    margin-bottom: 1.5rem;
    border-left: 2px solid rgba(rgb(112,150,154,0.5), 0.3);
    font-size: 12px;
    line-height: 1.7;
    display: block;
}

.ekHQgprivacy_corner li::before {
    transition: transform 0.3s ease, background 0.3s ease;
    width: 8px;
    transform: rotate(45deg);
    left: 0;
    content: "";
    background: rgb(112,150,154);
    opacity: 0.8;
    top: 0.7rem;
    height: 8px;
    position: absolute;
}

.DiRwepricing_offer::before {
    transform: rotate(-3deg);
    background: linear-gradient(135deg, 
        rgba(var(--secondary-color-rgb), 0.03) 0%,
        rgba(var(--secondary-color-rgb), 0.01) 40%, 
        rgba(var(--primary-color-rgb), 0.02) 60%, 
        rgba(var(--primary-color-rgb), 0.05) 100%);
    position: absolute;
    z-index: 0;
    left: -5%;
    content: "";
    height: 120%;
    top: -10%;
    width: 110%;
}

.DiRwepricing_offer .GhDnspricing_fees:hover h2 {
    transform: translateY(-5px);
}

.DiRwepricing_offer .pRUJFtuition_table {
    font-size: 18px;
    max-width: 700px;
    position: relative;
    line-height: 1.6;
    margin: 0 auto;
    color: #000000;
}

.DiRwepricing_offer .pRUJFtuition_table::after {
    transition: transform 0.5s ease;
    content: "";
    height: 3px;
    bottom: -15px;
    width: 100px;
    background: linear-gradient(90deg, rgb(112,150,154), rgb(158,184,186));
    transform: translateX(-50%) scaleX(0.7);
    position: absolute;
    left: 50%;
}

.DiRwepricing_offer .TCrcpdiscount_tier {
    text-decoration: none;
    z-index: 1;
    overflow: hidden;
    perspective: 1000px;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), 
                box-shadow 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
    transform-style: preserve-3d;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    display: block;
    border-radius: 25px;
    background-color: #ffffff;
}

.DiRwepricing_offer .TCrcpdiscount_tier:hover::before {
    transform: scaleX(1);
}

.DiRwepricing_offer .LVuivtraining_sub {
    display: flex;
    overflow: hidden;
    flex-direction: column;
    position: relative;
    z-index: 1;
    padding: 30px;
    flex-grow: 1;
}

.DiRwepricing_offer .LVuivtraining_sub h3 {
    color: #000000;
    transition: transform 0.4s ease;
    font-weight: 700;
    font-size: calc(23px + 2px);
    margin-bottom: 15px;
    position: relative;
}

.DiRwepricing_offer .TCrcpdiscount_tier:hover .LVuivtraining_sub h3 {
    transform: translateX(5px);
}

.DiRwepricing_offer .POEexfee_board::before {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: left;
    transform: scaleX(0.3);
    background: linear-gradient(90deg, rgb(112,150,154), rgb(158,184,186));
    left: 0;
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 2px;
}

.DiRwepricing_offer .LVuivtraining_sub p {
    margin-bottom: 0;
    overflow-wrap: break-word;
    line-height: 1.6;
    font-size: 18px;
    flex-grow: 1;
    hyphens: auto;
    word-wrap: break-word;
    color: #000000;
    max-width: 100%;
}

.DiRwepricing_offer .zRkrwlightbox_image::after {
    top: 0;
    z-index: 1;
    left: 0;
    height: 100%;
    content: "";
    background: linear-gradient(0deg, 
        rgba(var(--dark-color-rgb), 0.4) 0%, 
        rgba(var(--dark-color-rgb), 0) 40%);
    position: absolute;
    width: 100%;
}

.Gkjoqinstructional_approach::before {
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(158,184,186,0.5), 0.05) 0%, transparent 70%),
        radial-gradient(circle at 80% 70%, rgba(rgb(112,150,154,0.5), 0.08) 0%, transparent 70%);
    content: "";
    height: 100%;
    position: absolute;
    z-index: -1;
    width: 100%;
    top: 0;
    left: 0;
}

.Gkjoqinstructional_approach .elnYZpro_study {
    max-width: 1200px;
    padding: 0 25px;
    margin: 0 auto;
    position: relative;
}

.Gkjoqinstructional_approach h2 {
    display: inline-block;
    margin-bottom: 45px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateX(-10px);
    position: relative;
    font-size: 28px;
    color: #000000;
    font-weight: 700;
}

.Gkjoqinstructional_approach h2::after {
    height: 3px;
    transition: transform 0.5s ease-out;
    transform-origin: left center;
    content: "";
    position: absolute;
    bottom: -10px;
    background: linear-gradient(90deg, rgb(158,184,186) 0%, rgb(112,150,154) 100%);
    transform: scaleX(1);
    width: 80px;
    left: 0;
}

.Gkjoqinstructional_approach .tvAHzmessage_box::before {
    position: absolute;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    transition: transform 0.5s ease-out;
    right: 30px;
    height: 50px;
    opacity: 0.1;
    width: 50px;
    content: "";
    top: -20px;
    transform: rotate(15deg);
    background: rgb(112,150,154);
}

.Gkjoqinstructional_approach .tvAHzmessage_box:hover::before {
    transform: rotate(30deg) scale(1.2);
}

.Gkjoqinstructional_approach p {
    line-height: 1.7;
    margin: 0;
    position: relative;
    color: #000000;
    font-size: 15px;
}

.YxtjRdata_accept {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    z-index: 1;
}

#GgJDZpopupConsentNotice {
    display: none;
}

#GgJDZpopupConsentNotice:checked ~ .RCnOxprivacySettingsWindow {
    visibility: hidden;
    opacity: 0;
}

.erLxkcookie_user {
    flex-grow: 1;
    margin-right: 20px;
}

.erLxkcookie_user p {
    font-size: 18px;
    color: #000000;
    margin-bottom: 0;
}

.PlDNCcookie_overlay {
    transition: all 0.3s ease-in-out;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 18px;
    text-decoration: none;
    margin-left: 10px;
}

.PlDNCcookie_overlay {
    color: #ffffff;
    background-color: rgb(158,184,186);
    border: 1px solid rgb(158,184,186);
}


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


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



@media (min-width: 768px) {.RlqeOlaunch_now {
    padding: 100px 0;
}.RlqeOlaunch_now .container {
    grid-gap: 60px;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}.RlqeOlaunch_now h2 {
    font-size: calc(31px * 1.1);
    transform: translateX(-30px);
}.RlqeOlaunch_now .elnYZpro_study {
    padding: 40px 50px;
    clip-path: polygon(0 0, 100% 0, 97% 100%, 0% 100%);
}
}



@media (min-width: 992px) {.RlqeOlaunch_now {
    padding: 120px 0;
}.RlqeOlaunch_now::before {
    background-size: 20px 20px;
}.RlqeOlaunch_now .container {
    grid-gap: 80px;
}.RlqeOlaunch_now h2 {
    line-height: 1.2;
    font-size: calc(31px * 1.2);
}.RlqeOlaunch_now .elnYZpro_study {
    padding: 50px 60px;
}.RlqeOlaunch_now svg {
    height: 60px;
    width: 60px;
    margin-right: 40px;
}.RlqeOlaunch_now .htdoXsupport_inquiry {
    font-size: calc(14px * 1.1);
    padding: 18px 36px;
}
}



@media screen and (max-width: 1200px) {.HgLpOour_team .qhUcKlearn_studio:nth-child(1) {
    transform: translateX(-20px);
}.HgLpOour_team .qhUcKlearn_studio:nth-child(2) {
    transform: translateX(20px);
}.HgLpOour_team .qhUcKlearn_studio:nth-child(1):hover {
    transform: scale(1.03) translateY(-5px) translateX(-20px);
}.HgLpOour_team .qhUcKlearn_studio:nth-child(2):hover {
    transform: scale(1.03) translateY(-5px) translateX(20px);
}
}



@media screen and (max-width: 768px) {.HgLpOour_team {
    padding: 80px 0;
}.HgLpOour_team h2 {
    margin-bottom: 50px;
    font-size: calc(30px + 0.1rem);
}.HgLpOour_team .Zovpehow_started::before {
    left: 30px;
}.HgLpOour_team .qhUcKlearn_studio {
    margin-left: auto;
    max-width: 500px;
    padding: 25px;
    width: 85%;
}.HgLpOour_team .qhUcKlearn_studio:nth-child(1),
    .HgLpOour_team .qhUcKlearn_studio:nth-child(2) {
    margin-left: 60px;
    align-self: flex-end;
    border-right: none;
    transform: translateX(0);
    border-left: 4px solid rgb(158,184,186);
}.HgLpOour_team .qhUcKlearn_studio:nth-child(2) {
    border-left: 4px solid rgb(112,150,154);
}.HgLpOour_team .qhUcKlearn_studio:nth-child(1):hover,
    .HgLpOour_team .qhUcKlearn_studio:nth-child(2):hover {
    transform: scale(1.03) translateY(-5px);
}.HgLpOour_team .qhUcKlearn_studio::before {
    right: auto;
    left: -45px;
}.HgLpOour_team .qhUcKlearn_studio::after {
    left: -25px;
    right: auto;
}
}



@media (min-width: 768px) {.nMvkjthanksPage {
    padding: 6rem 0;
}.nMvkjthanksPage .elnYZpro_study {
    padding: 4rem;
    border-left: 6px solid rgb(158,184,186);
}.nMvkjthanksPage .elnYZpro_study > div:first-child {
    margin-bottom: 2rem;
}.nMvkjthanksPage .elnYZpro_study > div:first-child::after {
    height: 4px;
    width: 6rem;
}.nMvkjthanksPage .elnYZpro_study:hover > div:first-child::after {
    width: 12rem;
}
}



@media (max-width: 767px) {.nMvkjthanksPage {
    padding: 3rem 0;
}.nMvkjthanksPage .elnYZpro_study {
    transform: perspective(800px) rotateX(1deg);
    padding: 2rem;
}.nMvkjthanksPage h5 {
    font-size: calc(19px * 0.9);
}.nMvkjthanksPage p {
    font-size: calc(14px * 0.95);
}.nMvkjthanksPage .elnYZpro_study > div:first-child::after {
    width: 3rem;
}.nMvkjthanksPage .elnYZpro_study:hover > div:first-child::after {
    width: 6rem;
}
}



@media (max-width: 768px) {.lrgUAcontact_box {
    padding: 50px 0;
}.lrgUAcontact_box h2 {
    margin-bottom: 50px;
    font-size: calc(29px - 4px);
}.lrgUAcontact_box .zRkrwlightbox_image {
    min-height: 250px;
}
}



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



@media (min-width: 992px) {.LApqEcourse_highlights .Usbimlearn_plan {
    grid-template-columns: 1.2fr 0.8fr;
}.LApqEcourse_highlights .tvAHzmessage_box {
    padding: 3rem;
}.LApqEcourse_highlights .zRkrwlightbox_image {
    margin-top: 3rem;
    height: 450px;
}.LApqEcourse_highlights .tvAHzmessage_box::after {
    left: 25%;
    bottom: -3rem;
    width: 6rem;
    background: rgb(158,184,186,0.5);
    z-index: -1;
    content: "";
    opacity: 0.4;
    position: absolute;
    height: 6rem;
    border-radius: 50%;
}
}



@media (min-width: 992px) {.UywXQeducational_gains .elnYZpro_study {
    gap: 6rem;
}.UywXQeducational_gains .tvAHzmessage_box {
    padding: 3.5rem;
}.UywXQeducational_gains h4 {
    margin-bottom: 2.5rem;
}.UywXQeducational_gains .zRkrwlightbox_image {
    max-height: 550px;
}
}



@media (max-width: 480px) {.UywXQeducational_gains {
    padding: 3rem 0;
}.UywXQeducational_gains .tvAHzmessage_box {
    padding: 1.5rem;
}.UywXQeducational_gains h4 {
    font-size: 21px;
    margin-bottom: 1.25rem;
}.UywXQeducational_gains li p {
    gap: 0.75rem;
}.UywXQeducational_gains svg {
    width: 18px;
    height: 18px;
}}



@media (min-width: 768px) {.HMCBVget_support {
    padding: 5rem 3rem;
}.HMCBVget_support h1 {
    font-size: calc(47px * 1.1);
    margin-bottom: 3rem;
}.HMCBVget_support .PsHazedu_chat {
    grid-template-columns: 1fr 1fr;
}.HMCBVget_support .PsHazedu_chat > div:first-child {
    padding: 2.5rem;
    text-align: left;
    grid-column: 1 / -1;
}
}



@media (max-width: 767px) {.HMCBVget_support {
    padding: 3rem 1.5rem;
}.HMCBVget_support h1 {
    font-size: calc(47px * 0.9);
}.HMCBVget_support .PsHazedu_chat {
    padding: 1.5rem;
}.HMCBVget_support .PsHazedu_chat > div {
    padding: 1.25rem;
}.HMCBVget_support .PsHazedu_chat > div:first-child {
    padding: 1.5rem;
    line-height: 1.6;
    font-size: 14px;
}.HMCBVget_support h6 {
    font-size: calc(21px * 0.95);
}.HMCBVget_support span {
    margin-left: 25px;
}.HMCBVget_support .nQxsYcontact_panel {
    gap: 1rem;
}.HMCBVget_support svg {
    width: 20px;
    height: 20px;
}
}



@media (max-width: 992px) {.CrUOAfooter_careers {
    padding: 4rem 0 2rem;
}.CrUOAfooter_careers .container {
    flex-direction: column;
}.CrUOAfooter_careers .company_holder {
    flex: 0 0 100%;
    padding-right: 0;
    margin-bottom: 3rem;
}.CrUOAfooter_careers .company_holder::after {
    display: none;
}.CrUOAfooter_careers .oMedKfooter_milestones {
    flex: 0 0 100%;
}.CrUOAfooter_careers .PGwAumain_guide {
    padding-bottom: 1.5rem;
}
}



@media (max-width: 576px) {.CrUOAfooter_careers {
    padding: 3rem 0 1rem;
}.CrUOAfooter_careers::before {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}.CrUOAfooter_careers .PGwAumain_guide {
    flex: 0 0 100%;
    padding: 0 0 2rem 0;
}.CrUOAfooter_careers .company_holder {
    margin-bottom: 2rem;
}.CrUOAfooter_careers .PGwAumain_guide .ntNzrhead_site a {
    padding: 0.6rem 0.8rem;
}.CrUOAfooter_careers .PGwAumain_guide .ntNzrhead_site a:hover {
    padding-left: 1.2rem;
}.KDkxudiscount_cta {
    margin-top: 1rem;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}
}



@media (min-width: 768px) {.TBCxRtitle_screen .elnYZpro_study {
    flex-direction: row;
    align-items: center;
    padding: 3rem;
}.TBCxRtitle_screen .tvAHzmessage_box {
    flex: 1;
    padding-right: 3rem;
}.TBCxRtitle_screen .zRkrwlightbox_image {
    margin-bottom: 0;
    height: 450px;
    flex: 1;
}.TBCxRtitle_screen h1 {
    font-size: calc(48px * 1.4);
}.TBCxRtitle_screen svg {
    width: 80px;
    margin: 0 0 0 1.5rem;
    height: 80px;
}.TBCxRtitle_screen .vuGUAmaster_zone p {
    margin-top: 0;
}
}



@media (min-width: 1200px) {.TBCxRtitle_screen .elnYZpro_study {
    padding: 0 5rem;
    height: 100vh;
}.TBCxRtitle_screen .tvAHzmessage_box {
    padding-right: 6rem;
}.TBCxRtitle_screen .zRkrwlightbox_image {
    height: 600px;
}.TBCxRtitle_screen h1 {
    font-size: calc(48px * 1.6);
}.TBCxRtitle_screen svg {
    height: 100px;
    width: 100px;
}.TBCxRtitle_screen .vuGUAmaster_zone p {
    font-size: calc(13px * 1.2);
}
}



@media (min-width: 1400px) {header .KNUhrmain_header {
    margin: 0 auto;
    max-width: 1320px;
}header .fnVEihead_train {
    margin: 0 0.5rem;
}header .fnVEihead_train a {
    padding: 0.8rem 1.5rem;
}
}



@media (max-width: 991px) {header {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}header .KNUhrmain_header {
    padding: 1rem 1.5rem;
    flex-wrap: wrap;
}header .SRakdmain_primary {
    border-radius: 10px;
    margin-bottom: 0;
    padding: 0.6rem 1rem;
}header .PGwAumain_guide {
    justify-content: flex-end;
    margin-top: 1rem;
    flex-basis: 100%;
}header .fnVEihead_train a {
    border-radius: 10px;
    font-size: calc(16px - 1px);
    padding: 0.6rem 1rem;
}header .KNUhrmain_header::before,
    header .KNUhrmain_header::after {
    display: none;
}
}



@media (max-width: 479px) {header .KNUhrmain_header {
    padding: 0.7rem 1rem;
}header .SRakdmain_primary {
    padding: 0.4rem 0.7rem;
    max-width: 120px;
}header .fnVEihead_train a {
    padding: 0.4rem 0.6rem;
    font-size: calc(16px - 3px);
}}



@media (max-width: 992px) {.jYArlinstructor_profile .trujQclient_quotes {
    flex-direction: column;
    gap: 2rem;
    transform: none;
}.jYArlinstructor_profile .zRkrwlightbox_image {
    height: 280px;
    margin: 0 auto;
    width: 220px;
}.jYArlinstructor_profile .hASliwork_projects {
    max-width: 100%;
    transform: none;
}.jYArlinstructor_profile .name,
    .jYArlinstructor_profile .hASliwork_projects > div:nth-child(2) {
    transform: none;
}}



@media (max-width: 768px) {.xwtpGmetrics_summary {
    padding: 80px 0;
}.xwtpGmetrics_summary .ncZrTgrowth_statistics {
    margin-top: 50px;
}.xwtpGmetrics_summary .UhxRHclass_benefits {
    padding: 30px 15px;
}.xwtpGmetrics_summary .UhxRHclass_benefits h4 {
    font-size: 2.5rem;
}.xwtpGmetrics_summary svg {
    height: 40px;
    margin-bottom: 15px;
    width: 40px;
}.xwtpGmetrics_summary .tsGjSstatistics_pros {
    font-size: calc(30px * 0.85);
}.xwtpGmetrics_summary .tsGjSstatistics_pros::before,
    .xwtpGmetrics_summary .tsGjSstatistics_pros::after {
    display: none;
}
}



@media (max-width: 1200px) {.KxWeAclient_testimonials {
    padding: 5rem 0;
}.KxWeAclient_testimonials h2 {
    font-size: calc(28px * 0.9);
}.KxWeAclient_testimonials .FouRUfeedback_cloud {
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}



@media (max-width: 768px) {.KxWeAclient_testimonials {
    padding: 3.5rem 0;
}.KxWeAclient_testimonials h2 {
    transform: none;
    font-size: calc(28px * 0.8);
    margin-bottom: 2rem;
}.KxWeAclient_testimonials .FouRUfeedback_cloud {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.5rem;
}.KxWeAclient_testimonials .trujQclient_quotes::before {
    font-size: 6rem;
}
}



@media (max-width: 375px) {.KxWeAclient_testimonials h2 {
    font-size: calc(28px * 0.6);
}.KxWeAclient_testimonials .trujQclient_quotes {
    padding: 1.25rem 1rem;
}
}



@media (prefers-reduced-motion: reduce) {.KxWeAclient_testimonials .trujQclient_quotes,
    .KxWeAclient_testimonials .trujQclient_quotes img {
    transition: none;
}.KxWeAclient_testimonials .trujQclient_quotes:hover {
    transform: none;
}.KxWeAclient_testimonials .trujQclient_quotes:hover img {
    transform: none;
}}



@media (max-width: 992px) {.BPNewfollow {
    padding: 3rem 1.5rem;
}.BPNewfollow p {
    font-size: calc(28px * 0.9);
    transform: translateX(15px);
    max-width: 80%;
}.BPNewfollow .input_holder {
    margin-left: 2rem;
}
}



@media (max-width: 576px) {.BPNewfollow {
    transform: skewY(-1deg);
    padding: 2.5rem 1rem;
}.BPNewfollow .container {
    transform: skewY(1deg);
}.BPNewfollow p {
    font-size: 22px;
    margin-bottom: 1.5rem;
}.BPNewfollow .elnYZpro_study::before {
    width: 100%;
    right: -50%;
}}



@media (max-width: 768px) {.ekHQgprivacy_corner {
    padding: 3rem 1rem;
}.ekHQgprivacy_corner .container {
    border-left: 3px solid rgb(158,184,186);
    padding: 2rem 1.5rem;
}.ekHQgprivacy_corner h1 {
    font-size: calc(46px * 0.8);
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
}.ekHQgprivacy_corner h2 {
    padding-left: 1rem;
    font-size: calc(32px * 0.8);
    margin: 2rem 0 1rem;
}.ekHQgprivacy_corner h3 {
    font-size: calc(32px * 0.7);
    margin: 2rem 0 1rem;
}.ekHQgprivacy_corner h4 {
    font-size: calc(32px * 0.6);
}.ekHQgprivacy_corner p, 
    .ekHQgprivacy_corner span,
    .ekHQgprivacy_corner li {
    line-height: 1.6;
    font-size: calc(12px * 0.95);
}.ekHQgprivacy_corner ul {
    padding-left: 0.5rem;
}.ekHQgprivacy_corner li {
    padding-left: 1.2rem;
}
}



@media (min-width: 768px) {.DiRwepricing_offer .DBpvErate_schemes {
    grid-template-columns: repeat(2, 1fr);
}.DiRwepricing_offer .LVuivtraining_sub {
    padding: 35px;
}.DiRwepricing_offer .zRkrwlightbox_image {
    height: 220px;
}
}



@media (min-width: 1200px) {.DiRwepricing_offer {
    padding: 150px 0;
}.DiRwepricing_offer .DBpvErate_schemes {
    gap: 40px;
}.DiRwepricing_offer .TCrcpdiscount_tier {
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), 
                    box-shadow 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}.DiRwepricing_offer .TCrcpdiscount_tier:hover {
    transform: translateY(-15px) scale(1.02);
}.DiRwepricing_offer .TCrcpdiscount_tier:nth-child(even) {
    transform: translateY(15px);
}.DiRwepricing_offer .TCrcpdiscount_tier:nth-child(even):hover {
    transform: translateY(0) scale(1.02);
}.DiRwepricing_offer .zRkrwlightbox_image {
    height: 250px;
}}



@media screen and (max-width: 768px) {.Gkjoqinstructional_approach {
    padding: 60px 0 50px;
}.Gkjoqinstructional_approach::after {
    top: -3%;
    right: -10%;
    width: 50%;
}.Gkjoqinstructional_approach h2 {
    transform: translateX(0);
    font-size: calc(28px * 0.8);
    margin-bottom: 30px;
}.Gkjoqinstructional_approach h2::after {
    width: 60px;
}.Gkjoqinstructional_approach .tvAHzmessage_box {
    padding: 30px 25px;
}.Gkjoqinstructional_approach .tvAHzmessage_box::before {
    top: -15px;
    height: 40px;
    width: 40px;
    right: 20px;
}.Gkjoqinstructional_approach p {
    font-size: calc(15px * 0.95);
}
}


@media (max-width: 800px) {.YxtjRdata_accept {
    flex-direction: column;
    align-items: center;
}.czXsHcookies_tech {
    margin-bottom: 15px;
}.erLxkcookie_user {
    text-align: center;
    margin-bottom: 20px;
}.PlDNCcookie_overlay {
    margin-top: 10px;
    width: 100%;
    margin-left: 0;
}
}



@keyframes slideInHolder {
  0% {
    transform: translateX(-20px) rotateY(-5deg);
    opacity: 0;
  }
  100% {
    transform: translateX(0) rotateY(0);
    opacity: 1;
  }
}

@keyframes floatAnim {
    0% {
        transform: translateY(0) rotate(0deg);
        border-radius: 40% 60% 60% 40% / 70% 30% 70% 30%;
    }
    50% {
        transform: translateY(-20px) rotate(180deg);
        border-radius: 60% 40% 40% 60% / 30% 70% 30% 70%;
    }
    100% {
        transform: translateY(0) rotate(360deg);
        border-radius: 40% 60% 60% 40% / 70% 30% 70% 30%;
    }
}

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



@keyframes pulse {
    0% {
        opacity: 0.1;
        transform: rotate(-15deg) scale(1);
    }
    50% {
        opacity: 0.2;
        transform: rotate(-10deg) scale(1.05);
    }
    100% {
        opacity: 0.1;
        transform: rotate(-15deg) scale(1);
    }
}

