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

a {
    color: inherit;
    text-decoration: none;
}

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

.quiz-links-dfM {
    flex: 0 0 auto;
}

.quiz-links-dfM {
    padding: 4.5rem 0 2rem;
    position: relative;
}

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


.program-structure-URX {
    background: linear-gradient(135deg, rgb(219,216,223) 0%, rgba(247, 247, 247, 0.9) 100%);
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}

.program-structure-URX::after {
    bottom: -100px;
    opacity: 0.08;
    height: 300px;
    border-radius: 50%;
    animation: pulse 18s infinite alternate-reverse ease-in-out;
    position: absolute;
    filter: blur(80px);
    content: "";
    left: -100px;
    background: linear-gradient(225deg, rgb(135,127,173,0.5) 0%, rgb(177,173,194,0.5) 100%);
    z-index: 0;
    width: 300px;
}

.program-structure-URX h2 {
    opacity: 0;
    font-weight: 700;
    position: relative;
    text-align: left;
    color: #000000;
    animation: slideIn 0.8s 0.2s forwards ease-out;
    line-height: 1.3;
    margin-bottom: 50px;
    font-size: 37px;
    transform: translateX(-10px);
}

.program-structure-URX .learn-tools-yNd {
    grid-template-columns: 1fr;
    transform: translateY(20px);
    display: grid;
    animation: fadeIn 0.8s 0.4s forwards ease-out;
    opacity: 0;
    position: relative;
    gap: 40px;
}

.program-structure-URX .img-container-iHt::after {
    content: "";
    top: 0;
    position: absolute;
    z-index: 1;
    background: linear-gradient(
        to bottom right,
        rgba(rgb(177,173,194,0.5), 0.1),
        rgba(rgb(135,127,173,0.5), 0.05)
    );
    width: 100%;
    height: 100%;
    left: 0;
}

.program-structure-URX .text-field-Jko {
    display: flex;
    flex-direction: column;
    opacity: 0;
    transform: translateY(15px);
    animation: fadeSlideUp 0.8s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    gap: 25px;
}

.program-structure-URX .description:hover {
    border-left: 3px solid rgb(135,127,173);
    transform: translateX(3px);
}

.program-structure-URX .description:first-of-type {
    position: relative;
}

.program-structure-URX .description:first-of-type:hover::before {
    opacity: 1;
    transform: scale(1);
}

.program-structure-URX .description:nth-of-type(2) {
    opacity: 0.85;
    color: #000000;
}

.get-in-touch-IKw {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(219,216,223) 0%, rgb(177,173,194,0.5) 100%);
    position: relative;
    padding: 80px 0;
}

.get-in-touch-IKw::after {
    background-size: 200px 200px;
    z-index: 1;
    width: 100%;
    background-image: 
        linear-gradient(45deg, rgb(177,173,194,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(177,173,194,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(177,173,194,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(177,173,194,0.5) 75%);
    top: 0;
    content: '';
    background-position: 0 0, 0 100px, 100px -100px, -100px 0px;
    position: absolute;
    left: 0;
    height: 100%;
    opacity: 0.05;
}

.get-in-touch-IKw h3 {
    color: #000000;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 35px;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    text-align: center;
    position: relative;
}

.get-in-touch-IKw .support-message-ApM::before {
    top: -5px;
    z-index: -1;
    background: linear-gradient(45deg, rgb(135,127,173), rgb(177,173,194), rgb(135,127,173));
    content: '';
    position: absolute;
    left: -5px;
    border-radius: calc(25px + 5px);
    animation: border-glow 5s infinite linear;
    right: -5px;
    bottom: -5px;
}

.get-in-touch-IKw .inquiry-info-NOx #contact {
    position: relative;
    z-index: 1;
}

.get-in-touch-IKw .inquiry-info-NOx h3 {
    color: #000000;
    text-align: left;
    font-weight: 600;
    margin-bottom: 30px;
    font-size: 18px;
}

.get-in-touch-IKw .inquiry-info-NOx h3::after {
    width: 60px;
    left: 0;
    transform: none;
}

.get-in-touch-IKw .inquiry-info-NOx input[type="text"],
.get-in-touch-IKw .inquiry-info-NOx textarea {
    font-size: 18px;
    margin-bottom: 20px;
    padding: 15px 20px;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    border-radius: 10px;
    width: 100%;
    color: #000000;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background-color: rgba(0, 0, 0, 0.02);
}

.get-in-touch-IKw .inquiry-info-NOx textarea {
    resize: vertical;
    height: 120px;
}

.get-in-touch-IKw .inquiry-info-NOx .contact-message-vSg {
    margin-bottom: 25px;
    align-items: flex-start;
    display: flex;
}

.get-in-touch-IKw .inquiry-info-NOx .contact-message-vSg label {
    padding-left: 35px;
    cursor: pointer;
    color: #000000;
    position: relative;
    line-height: 1.5;
    font-size: calc(18px - 2px);
}

.get-in-touch-IKw .inquiry-info-NOx .contact-message-vSg input[type="checkbox"]:checked + label::before {
    border-color: rgb(177,173,194);
    background-color: rgb(177,173,194);
}

.get-in-touch-IKw .inquiry-info-NOx .contact-message-vSg a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: rgb(177,173,194);
    font-weight: 600;
}

.get-in-touch-IKw .inquiry-info-NOx .contact-message-vSg a:hover {
    color: rgb(135,127,173);
    text-decoration: underline;
}

.get-in-touch-IKw .inquiry-info-NOx .help-request-qSM::before {
    top: 0;
    height: 100%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: all 0.5s ease;
    content: '';
    width: 100%;
    left: -100%;
}

.get-in-touch-IKw .inquiry-info-NOx .help-request-qSM:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}

.get-in-touch-IKw .inquiry-info-NOx .help-request-qSM:hover::before {
    left: 100%;
}

.get-in-touch-IKw .contact-inquiry-PRl::before {
    background-image: 
        radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 20%),
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.05) 0%, transparent 40%);
    opacity: 0.6;
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    content: '';
}

.get-in-touch-IKw .contact-inquiry-PRl .connect-links-fuK {
    padding: 0;
    list-style: none;
    margin: 0;
}

.get-in-touch-IKw .contact-inquiry-PRl .connect-links-fuK li svg {
    width: 24px;
    flex-shrink: 0;
    margin-right: 15px;
    height: 24px;
}

.get-in-touch-IKw .contact-inquiry-PRl .connect-links-fuK li:hover svg path {
    fill: rgba(255, 255, 255, 0.8);
}

.get-in-touch-IKw .contact-inquiry-PRl .connect-links-fuK li a {
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.tyNote-pIc {
    padding: 6rem 0;
    overflow: hidden;
    background: radial-gradient(circle at 30% 70%, rgb(135,127,173,0.5), transparent 70%), 
                radial-gradient(circle at 70% 30%, rgb(177,173,194,0.5), transparent 60%);
    position: relative;
}

.tyNote-pIc::after {
    z-index: 1;
    transform: translateY(-50%);
    height: 300px;
    top: 50%;
    left: -150px;
    content: "";
    opacity: 0.3;
    border: 1px solid rgb(135,127,173,0.5);
    width: 300px;
    border-radius: 50%;
    position: absolute;
}

.tyNote-pIc .skills-center-BvT {
    transform: perspective(1000px) rotateX(2deg);
    display: flex;
    padding: 4rem 3rem;
    border-left: 2px solid rgb(135,127,173);
    backdrop-filter: blur(8px);
    background: linear-gradient(135deg, 
                rgba(255,255,255,0.15), 
                rgba(255,255,255,0.05));
    flex-direction: column;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    box-shadow: 
        0 15px 30px rgba(0,0,0,0.1),
        0 1px 0 rgba(255,255,255,0.1) inset;
    gap: 2.5rem;
}

.tyNote-pIc .skills-center-BvT:hover > div:first-child::before {
    width: 20px;
}

.tyNote-pIc h5 {
    font-weight: 700;
    -webkit-background-clip: text !important;
    z-index: 2;
    margin: 0;
    background-clip: text !important;
    font-size: 22px;
    position: relative;
    background: linear-gradient(to right, #000000, rgb(135,127,173));
    opacity: 0;
    color: transparent;
    color: #000000;
    transform: translateY(20px);
    line-height: 1.4;
    animation: fadeSlideIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.tyNote-pIc a::after {
    background: rgb(135,127,173);
    left: 0;
    position: absolute;
    bottom: 0;
    width: 0;
    transition: width 0.4s cubic-bezier(0.76, 0, 0.24, 1);
    height: 1px;
    content: "";
}

footer::before {
    animation: gradientShift 15s ease infinite;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(177,173,194,0.5) 50%, rgb(135,127,173,0.5) 100%);
    backdrop-filter: blur(8px);
    left: 0;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
}

.quiz-links-dfM .container {
    justify-content: space-between;
    position: relative;
    display: flex;
    z-index: 1;
    flex-wrap: wrap;
}

.quiz-links-dfM .company_holder:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 
                inset 0 0 0 1px rgba(255, 255, 255, 0.15),
                0 0 20px rgb(177,173,194,0.5);
}

.quiz-links-dfM .company_holder h3 {
    font-size: calc(32px * 0.85);
    color: #ffffff;
    position: relative;
    display: inline-block;
    margin-bottom: 1.25rem;
    font-weight: 700;
}

.quiz-links-dfM .company_holder:hover h3::after {
    transform: scaleX(1);
}

.quiz-links-dfM .pledge-block-exB {
    margin-top: 1rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    max-width: 450px;
    font-size: 17px;
}

.quiz-links-dfM .carbon-cta-MdN {
    position: relative;
    flex: 1 1 450px;
}

.quiz-links-dfM .carbon-cta-MdN .nav-begin-hHw {
    justify-content: flex-end;
}

.quiz-links-dfM .main-head-gtN h5 {
    margin-bottom: 1.25rem;
    display: inline-block;
    font-size: 22px;
    font-weight: 600;
    position: relative;
    color: #ffffff;
}

.quiz-links-dfM .main-head-gtN h5::before {
    bottom: -6px;
    width: 40px;
    transition: width 0.3s ease;
    content: "";
    left: 0;
    height: 2px;
    position: absolute;
    background: rgb(177,173,194);
}

.quiz-links-dfM .main-head-gtN a {
    transition: all 0.3s ease;
    font-size: 17px;
    position: relative;
    display: block;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    padding: 0.25rem 0.5rem;
    z-index: 1;
}

.quiz-links-dfM .main-head-gtN a:hover {
    color: #ffffff;
    transform: translateX(5px);
}

.rating-stars-BXp::before {
    content: "";
    right: 0;
    left: 0;
    height: 1px;
    top: 0;
    position: absolute;
    background: linear-gradient(to right, 
                transparent 0%, 
                rgb(135,127,173) 25%, 
                #ffffff 50%, 
                rgb(177,173,194) 75%, 
                transparent 100%);
}

.rating-stars-BXp .mod-tools-BsE:hover {
    background: rgba(0, 0, 0, 0.2);
    color: #ffffff;
    box-shadow: 0 0 15px rgb(177,173,194,0.5);
}



.quiz-links-dfM .nav-begin-hHw a::after {
    background: rgb(177,173,194);
    position: absolute;
    border-radius: 50%;
    left: -10px;
    transform: translateY(-50%) scale(0);
    height: 4px;
    width: 4px;
    content: "";
    transition: transform 0.3s ease;
    top: 50%;
}

.quiz-links-dfM .pledge-block-exB::after {
    width: 0;
    position: absolute;
    border: 1px solid transparent;
    transition: width 0.5s ease 0.3s, height 0.5s ease;
    right: -10px;
    bottom: -10px;
    content: "";
    height: 0;
}

.quiz-links-dfM .company_holder:hover .pledge-block-exB::after {
    border-left-color: rgb(135,127,173,0.5);
    transition: width 0.5s ease, height 0.5s ease 0.3s;
    width: calc(100% + 20px);
    border-bottom-color: rgb(135,127,173,0.5);
    height: calc(100% + 20px);
}

.operation-process-Fmc::before {
    width: 100%;
    filter: blur(40px);
    top: 0;
    left: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgb(177,173,194,0.5) 0%, transparent 25%),
        radial-gradient(circle at 90% 80%, rgb(135,127,173,0.5) 0%, transparent 25%);
    position: absolute;
    content: '';
    height: 100%;
}

.operation-process-Fmc .skills-center-BvT {
    justify-content: center;
    position: relative;
    display: flex;
    margin: 0 auto;
    z-index: 2;
    width: 100%;
    max-width: 1200px;
}

.operation-process-Fmc .text-field-Jko:hover {
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.2),
        -15px -15px 30px rgba(255, 255, 255, 0.9);
}

.operation-process-Fmc .text-field-Jko::before {
    box-shadow: 
        4px 4px 8px rgba(0, 0, 0, 0.1),
        -4px -4px 8px rgba(255, 255, 255, 0.9);
    content: '';
    width: 60px;
    z-index: -1;
    position: absolute;
    height: 60px;
    border-radius: 50%;
    right: 20px;
    top: 20px;
    background: linear-gradient(135deg, rgb(177,173,194,0.5), rgb(135,127,173,0.5));
    animation: pulse 5s infinite alternate;
}

.operation-process-Fmc .text-field-Jko::before,
.operation-process-Fmc .text-field-Jko::after {
    transition: all 0.5s ease;
}

.operation-process-Fmc h2 {
    background-clip: text !important;
    text-align: center;
    text-fill-color: transparent;
    background: linear-gradient(135deg, rgb(177,173,194), rgb(135,127,173));
    color: #000000;
    display: inline-block;
    position: relative;
    margin-bottom: 2rem;
    font-weight: 700;
    font-size: 30px;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
}

.operation-process-Fmc .text-field-Jko:hover p {
    box-shadow: 
        inset 4px 4px 8px rgba(0, 0, 0, 0.12),
        inset -4px -4px 8px rgba(255, 255, 255, 0.8);
}

.operation-process-Fmc .text-field-Jko:hover::before {
    transform: scale(1.15) translateY(-5px);
}

.operation-process-Fmc .text-field-Jko:hover::after {
    transform: scale(1.15) translateY(5px);
}

.developer-experience-nis::before {
    width: 200px;
    height: 200px;
    background: rgb(135,127,173,0.5);
    border-radius: 50%;
    z-index: 0;
    right: -50px;
    content: "";
    animation: float 8s ease-in-out infinite;
    top: -50px;
    position: absolute;
    filter: blur(40px);
}

.developer-experience-nis .learning-stories-jmK {
    transition: all 0.5s ease;
    transform: rotate(-3deg);
    z-index: 1;
    flex-wrap: wrap;
    gap: 30px;
    flex-direction: row;
    position: relative;
    display: flex;
}

.developer-experience-nis .img-container-iHt {
    box-shadow: 15px 15px 0 rgb(135,127,173,0.5);
    transform: translateY(20px);
    transition: all 0.4s ease;
    clip-path: polygon(0 0, 100% 10%, 85% 100%, 0% 90%);
    width: 280px;
    border-radius: 15px;
    position: relative;
    height: 350px;
}

.developer-experience-nis .learning-stories-jmK:hover .work-items-DQH {
    transform: translateX(0) rotate(0deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.developer-experience-nis .name {
    padding-bottom: 15px;
    margin-bottom: 10px;
    position: relative;
    color: rgb(177,173,194);
    font-size: 33px;
    font-weight: 700;
}

.developer-experience-nis .work-items-DQH > div:nth-child(2) {
    color: #000000;
    opacity: 0.8;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
}

.developer-experience-nis .job-profile-XIw::before {
    top: -20px;
    content: "";
    font-size: 80px;
    font-family: Arial, sans-serif;
    color: rgb(177,173,194);
    left: -15px;
    opacity: 0.1;
    position: absolute;
}

.consent-ack-mga {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.consent-edu-YWf {
    margin-bottom: 20px;
}

.consent-edu-YWf svg, .consent-edu-YWf svg path, .consent-edu-YWf img {
    width: 60px;
    height: 60px;
    fill: rgb(177,173,194);
}

.consentWarningDialog-IcH h5 {
    margin-bottom: 10px;
    font-weight: 700;
    color: rgb(177,173,194);
    font-size: 19px;
    text-align: center;
}

.cookie-view-qvm:hover {
    background: rgb(135,127,173);
}

.cookie_button.data-approval-YhP {
    background: rgb(135,127,173);
}

.cookie_button.data-approval-YhP:hover {
    background: rgb(135,127,173,0.5);
}

.consentWarningDialog-IcH p a {
    text-decoration: none;
    transition: color 0.3s ease-in-out;
    color: rgb(177,173,194);
}

#cookiePolicyBanner-TbS {
    display: none;
}

#cookiePolicyBanner-TbS:checked ~ .consentWarningDialog-IcH {
    opacity: 0;
    visibility: hidden;
}

header:after {
    content: '';
    filter: blur(1px);
    opacity: 0.8;
    height: 3px;
    bottom: 0;
    left: 0;
    background: linear-gradient(
        90deg,
        rgb(135,127,173) 0%,
        rgb(177,173,194) 50%,
        rgb(135,127,173) 100%
    );
    position: absolute;
    width: 100%;
}

header .nav-class-xEL:before {
    mix-blend-mode: overlay;
    content: '';
    background: 
        radial-gradient(circle at 10% 20%, rgb(177,173,194,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 80%, rgb(135,127,173,0.5) 0%, transparent 40%);
    left: 0;
    top: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    opacity: 0.15;
    position: absolute;
}

header .nav-block-TYJ {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
}

header .main-head-gtN:before {
    top: 50%;
    transition: all 0.4s ease;
    content: '';
    opacity: 0;
    height: 35px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    position: absolute;
    width: 100%;
    left: 0;
    transform: translateY(-50%) scaleX(0.8);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

header .top-header-LuV:before {
    position: absolute;
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    content: '';
    bottom: 0;
    left: 0;
    height: 1px;
    transform: scaleX(0);
    transform-origin: right;
    width: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        #ffffff,
        transparent
    );
}

header .top-header-LuV:hover {
    color: #ffffff;
    text-shadow: 0 0 5px #ffffff;
}

header .top-header-LuV:hover:after {
    transform: scaleY(1);
    opacity: 0.15;
}

header .nav-base-QEu:before {
    background: radial-gradient(
        circle,
        rgb(177,173,194,0.5) 0%,
        transparent 70%
    );
    left: -10px;
    top: -10px;
    transition: opacity 0.5s ease;
    opacity: 0;
    content: '';
    position: absolute;
    z-index: -1;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
}

header .nav-base-QEu:hover:before {
    animation: pulse 2s infinite;
    opacity: 0.15;
}

header .nav-base-QEu:hover:after {
    opacity: 0.7;
}

header .nav-base-QEu:hover svg {
    transform: scale(1.05);
    filter: drop-shadow(0 0 5px rgb(177,173,194));
}

.opening-board-pJZ {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.opening-board-pJZ .course-front-zfu::before {
    left: 0;
    width: 100%;
    background: linear-gradient(
    135deg,
    rgb(177,173,194,0.5),
    rgb(135,127,173,0.5),
    rgba(0, 0, 0, 0.6)
  );
    position: absolute;
    z-index: 1;
    top: 0;
    content: "";
    height: 100%;
}

.opening-board-pJZ .skill-philo-oIV {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25),
              0 0 0 1px rgba(255, 255, 255, 0.1);
    z-index: 3;
    backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateX(2deg);
    animation: fadeIn 1.2s ease-out forwards, floatEffect 8s ease-in-out infinite;
    position: relative;
    background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.08),
    rgba(255, 255, 255, 0.03)
  );
    max-width: 80%;
    padding: 3rem;
}

.opening-board-pJZ .skill-philo-oIV {
    padding: 1.8rem;
    transform: perspective(1000px) rotateX(0deg);
}

.opening-board-pJZ .skill-philo-oIV h1::after {
    transform: scaleX(0);
    left: 0;
    background: linear-gradient(90deg, rgb(177,173,194), rgb(135,127,173));
    animation: lineGrow 1s ease-out 1s forwards;
    width: 60px;
    transform-origin: left;
    bottom: -10px;
    height: 4px;
    position: absolute;
    content: "";
}

.opening-board-pJZ .skill-philo-oIV h1::after {
    bottom: -8px;
    width: 50px;
    height: 3px;
}

.opening-board-pJZ .skill-philo-oIV p {
    padding-left: 20px;
    transform: translateY(-5px);
    margin: 0;
    opacity: 0;
    color: #ffffff;
    position: relative;
    letter-spacing: 0.5px;
    animation: slideUp 0.8s ease-out 0.9s forwards;
    opacity: 0.8;
    font-weight: 400;
    font-size: 13px;
}

.opening-board-pJZ .skill-philo-oIV p {
    padding-left: 15px;
    font-size: calc(13px - 0.1rem);
}

.pricing-suite-vUS {
    overflow: hidden;
    padding: 100px 0;
    position: relative;
    background: rgb(219,216,223);
}

.pricing-suite-vUS::before {
    right: -50px;
    z-index: 0;
    position: absolute;
    width: 300px;
    top: -50px;
    height: 300px;
    animation: float-effect 12s infinite alternate ease-in-out;
    background: rgb(177,173,194,0.5);
    content: "";
    filter: blur(80px);
}

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

.pricing-suite-vUS .package-deal-gfi {
    max-width: 700px;
    margin: 0 auto;
    order: -1;
    padding: 0 20px;
    position: relative;
    text-align: center;
}

.pricing-suite-vUS .package-deal-gfi h2::after {
    background: rgb(177,173,194);
    height: 3px;
    width: 80px;
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
}

.pricing-suite-vUS .study-fees-lmR {
    height: 100%;
    text-decoration: none;
    transform-style: preserve-3d;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    perspective: 1000px;
    position: relative;
    color: inherit;
}

.pricing-suite-vUS .study-fees-lmR:hover .group-rates-xLf {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12), 0 0 20px rgb(177,173,194,0.5);
}

.pricing-suite-vUS .cert-fees-uHY {
    flex-grow: 1;
    flex-direction: column;
    overflow: hidden;
    display: flex;
    position: relative;
    z-index: 2;
    padding: 30px;
}

.pricing-suite-vUS .study-fees-lmR:hover .cert-fees-uHY::before {
    transform: scaleX(1);
}

.pricing-suite-vUS .cert-fees-uHY h3 {
    overflow-wrap: break-word;
    word-break: break-word;
    font-size: calc(20px + 2px);
    margin-bottom: 10px;
    white-space: normal;
    transition: transform 0.4s ease, color 0.3s ease;
    color: #000000;
    font-weight: 700;
}

.pricing-suite-vUS .price-opts-Ijy {
    white-space: normal;
    transition: transform 0.4s ease;
    position: relative;
    display: block;
    font-weight: 700;
    color: rgb(135,127,173);
    overflow-wrap: break-word;
    font-size: 20px;
    margin: 10px 0 20px;
    word-break: break-word;
}

.pricing-suite-vUS .cert-fees-uHY p {
    margin-bottom: 0;
    font-size: calc(12px - 1px);
    white-space: normal;
    transition: color 0.3s ease;
    word-break: break-word;
    overflow-wrap: break-word;
    color: #000000;
    flex-grow: 1;
    line-height: 1.6;
}

.pricing-suite-vUS .study-fees-lmR:hover .img-container-iHt {
    transform: translateZ(0);
    filter: brightness(1.1) contrast(1.05);
}

.pricing-suite-vUS .study-fees-lmR:hover .img-container-iHt::after {
    opacity: 0.4;
}

.pricing-suite-vUS .study-fees-lmR:hover::after {
    opacity: 0.5;
}

.confidential-hearth-KYw {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    align-items: center;
    padding: 50px;
    height: 100%;
    display: flex;
    overflow: hidden;
    width: 100%;
    flex-direction: column;
    background: #ffffff;
    border: 2px solid rgb(177,173,194);
}

.confidential-hearth-KYw h2 {
    font-weight: 600;
    padding-bottom: 5px;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
    margin-top: 30px;
    color: rgb(135,127,173);
    font-size: 31px;
    border-bottom: 2px solid rgb(177,173,194);
}

.confidential-hearth-KYw li {
    padding: 10px 0;
    border-bottom: 1px solid rgb(135,127,173,0.5);
}

.confidential-hearth-KYw section {
    background: none;
}

.confidential-hearth-KYw p, .confidential-hearth-KYw span, .confidential-hearth-KYw div {
    line-height: 1.8;
    width: 100%;
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
    color: #000000;
    text-align: left;
    font-size: 14px;
}

.our-mission-eBr::after {
    top: 0;
    height: 100%;
    content: "";
    width: 100%;
    position: absolute;
    background: linear-gradient(to right, rgb(177,173,194,0.5) 0%, transparent 30%);
    left: 0;
    z-index: 2;
}

.our-mission-eBr .text-field-Jko {
    backdrop-filter: blur(8px);
    position: relative;
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    padding: 50px 60px;
    background: rgba(255, 255, 255, 0.92);
    transform: translateY(0);
    overflow: hidden;
}

.our-mission-eBr .text-field-Jko:hover::before {
    transform: scaleY(1);
}

.our-mission-eBr .text-field-Jko h5 {
    transition: transform 0.5s ease-out;
    display: inline-block;
    font-size: 18px;
    position: relative;
    transform: translateX(0);
    font-weight: 700;
    margin: 0;
    color: rgb(177,173,194);
    letter-spacing: 2px;
    text-transform: uppercase;
}

.our-mission-eBr .text-field-Jko:hover h5::after {
    width: 100%;
}

.our-mission-eBr .text-field-Jko > div:nth-child(2) p {
    position: relative;
    font-weight: 400;
    display: inline-block;
    font-size: calc(14px * 1.5);
    margin: 0;
    color: #000000;
}

.our-mission-eBr .text-field-Jko:hover > div:nth-child(2) p b::after {
    height: 45%;
}

.our-mission-eBr .text-field-Jko ol {
    list-style-type: none;
    counter-reset: item;
    margin: 0;
    padding-left: 0;
}

.our-mission-eBr .text-field-Jko ol li {
    hyphens: auto;
    padding-left: 0;
    line-height: 1.8;
    text-align: justify;
    margin-bottom: 16px;
    position: relative;
    column-count: 1;
    font-size: 14px;
    column-gap: 40px;
    color: #000000;
}


@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: 992px) {.program-structure-URX {
    padding: 150px 0;
}.program-structure-URX .container {
    padding: 0 40px;
}.program-structure-URX .learn-tools-yNd {
    gap: 80px;
}.program-structure-URX .img-container-iHt {
    height: 550px;
}.program-structure-URX h2 {
    margin-bottom: 70px;
    font-size: calc(37px * 1.2);
}.program-structure-URX .description {
    font-size: calc(13px * 1.05);
    padding-left: 30px;
}
}



@media (max-width: 767px) {.program-structure-URX {
    padding: 80px 0;
}.program-structure-URX h2 {
    margin-bottom: 40px;
    font-size: calc(37px * 0.9);
}.program-structure-URX .img-container-iHt {
    height: 250px;
    transform: perspective(800px) rotateY(-2deg);
}.program-structure-URX .description {
    font-size: calc(13px * 0.95);
    line-height: 1.7;
    padding-left: 15px;
}.program-structure-URX .learn-tools-yNd {
    gap: 30px;
}
}



@media (max-width: 992px) {.get-in-touch-IKw {
    padding: 60px 0;
}.get-in-touch-IKw .container {
    padding: 0 15px;
}.get-in-touch-IKw .support-message-ApM {
    flex-direction: column;
}.get-in-touch-IKw .inquiry-info-NOx,
    .get-in-touch-IKw .contact-inquiry-PRl {
    flex: 1 1 100%;
}.get-in-touch-IKw .inquiry-info-NOx {
    padding: 30px;
}.get-in-touch-IKw .contact-inquiry-PRl {
    padding: 30px;
}
}



@media (max-width: 576px) {.get-in-touch-IKw {
    padding: 30px 0;
}.get-in-touch-IKw .inquiry-info-NOx,
    .get-in-touch-IKw .contact-inquiry-PRl {
    padding: 20px;
}.get-in-touch-IKw h3 {
    font-size: calc(35px - 6px);
}.get-in-touch-IKw .inquiry-info-NOx .contact-message-vSg label {
    font-size: calc(18px - 3px);
}}



@media (min-width: 768px) {.tyNote-pIc .skills-center-BvT {
    padding: 5rem 4rem;
    margin-left: 5rem;
    border-radius: 0 18px 18px 0;
}.tyNote-pIc .skills-center-BvT::before {
    width: 200px;
    content: "";
    right: -30px;
    border-radius: 50%;
    opacity: 0.5;
    border: 1px solid rgb(177,173,194,0.5);
    height: 200px;
    position: absolute;
    top: -50px;
    z-index: 1;
}.tyNote-pIc h5 {
    font-size: calc(22px * 1.1);
}.tyNote-pIc p {
    max-width: 90%;
}
}



@media (max-width: 767px) {.tyNote-pIc {
    padding: 4rem 0;
}.tyNote-pIc .skills-center-BvT {
    gap: 2rem;
    padding: 3rem 2rem;
}.tyNote-pIc h5 {
    font-size: calc(22px * 0.9);
}.tyNote-pIc::after,
    .tyNote-pIc .skills-center-BvT::before {
    display: none;
}
}



@media (max-width: 992px) {.quiz-links-dfM {
    padding: 3.5rem 0 2rem;
}.quiz-links-dfM .container {
    flex-direction: column;
}.quiz-links-dfM .company_holder {
    margin-bottom: 2rem;
    flex: 1 1 100%;
    margin-right: 0;
}.quiz-links-dfM .carbon-cta-MdN {
    flex: 1 1 100%;
}.quiz-links-dfM .carbon-cta-MdN .nav-begin-hHw {
    justify-content: space-between;
}.quiz-links-dfM .main-head-gtN {
    flex: 1 1 calc(50% - 1rem);
}
}



@media (max-width: 576px) {.quiz-links-dfM {
    padding: 2.5rem 0 1rem;
}.quiz-links-dfM .company_holder h3 {
    font-size: calc(32px * 0.75);
}.quiz-links-dfM .pledge-block-exB {
    font-size: calc(17px * 0.9);
}.quiz-links-dfM .main-head-gtN h5 {
    font-size: calc(22px * 0.9);
}.quiz-links-dfM .main-head-gtN a {
    font-size: calc(17px * 0.9);
}.rating-stars-BXp .mod-tools-BsE {
    padding: 0.4rem 0.8rem;
    font-size: calc(12px * 0.9);
}}



@media (max-width: 576px) {.operation-process-Fmc {
    padding: 2.5rem 0.8rem;
}.operation-process-Fmc .text-field-Jko {
    padding: 1.5rem;
    box-shadow: 
            8px 8px 16px rgba(0, 0, 0, 0.15),
            -8px -8px 16px rgba(255, 255, 255, 0.8);
}.operation-process-Fmc h2 {
    font-size: calc(30px * 0.7);
    margin-bottom: 1.2rem;
}.operation-process-Fmc h2::before {
    height: 3px;
    bottom: -8px;
}.operation-process-Fmc p {
    margin-top: 1rem;
    padding: 0.5rem;
    font-size: calc(18px * 0.9);
}}



@media (max-width: 767px) {.developer-experience-nis {
    padding: 30px 15px;
}.developer-experience-nis .img-container-iHt {
    width: 180px;
    height: 220px;
}.developer-experience-nis .work-items-DQH {
    padding: 20px;
}.developer-experience-nis .name {
    font-size: calc(33px - 4px);
}.developer-experience-nis .job-profile-XIw {
    font-size: 14px;
}}



@media (max-width: 991px) {header .container {
    padding: 14px 20px;
}header .main-head-gtN {
    gap: 20px;
}header .nav-base-QEu svg {
    height: 38px;
}
}



@media (max-width: 767px) {header .main-head-gtN {
    padding: 80px 30px 30px;
    width: 80%;
    flex-direction: column;
    right: -100%;
    -webkit-backdrop-filter: blur(15px);
    position: fixed;
    top: 0;
    height: 100vh;
    background: rgb(177,173,194);
    max-width: 320px;
    backdrop-filter: blur(15px);
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.2);
    z-index: 1001;
    gap: 20px;
    transition: right 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    background: linear-gradient(
            135deg,
            rgb(177,173,194) 0%,
            rgb(177,173,194,0.5) 100%
        );
}header .main-head-gtN:before {
    display: none;
}header .menu.active {
    right: 0;
}header .top-header-LuV {
    padding: 12px 5px;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}header .top-header-LuV:last-child {
    border-bottom: none;
}header .nav-base-QEu {
    margin: 0 auto;
}
}



@media (max-height: 600px) {.opening-board-pJZ .course-front-zfu {
    padding: 3rem 0;
    height: auto;
    min-height: 100vh;
}.opening-board-pJZ .skill-philo-oIV {
    padding: 1.5rem;
}}



@media (min-width: 992px) {.pricing-suite-vUS .program-price-kBp {
    flex-direction: row;
    align-items: center;
}.pricing-suite-vUS .package-deal-gfi {
    text-align: left;
    order: 0;
    flex: 0 0 30%;
    padding-right: 40px;
}.pricing-suite-vUS .package-deal-gfi h2::after {
    transform: none;
    left: 0;
}.pricing-suite-vUS .cost-fee-Ycg {
    flex: 0 0 70%;
    grid-template-columns: repeat(2, 1fr);
}
}



@media (max-width: 991px) {.pricing-suite-vUS {
    padding: 80px 0;
}.pricing-suite-vUS .package-deal-gfi {
    margin-bottom: 20px;
}
}



@media (max-width: 480px) {.pricing-suite-vUS {
    padding: 50px 0;
}.pricing-suite-vUS .cert-fees-uHY h3 {
    font-size: 20px;
}.pricing-suite-vUS .price-opts-Ijy {
    font-size: calc(20px - 2px);
}.pricing-suite-vUS .img-container-iHt {
    height: 160px;
}.pricing-suite-vUS .cert-fees-uHY {
    padding: 20px;
}}



@media (min-width: 1200px) {.our-mission-eBr .text-field-Jko ol li {
    column-count: 2;
}
}



@media (min-width: 992px) and (max-width: 1199px) {.our-mission-eBr {
    padding: 100px 0;
}.our-mission-eBr .text-field-Jko {
    padding: 45px 50px;
}.our-mission-eBr .text-field-Jko ol li {
    column-count: 2;
}
}



@media (min-width: 768px) and (max-width: 991px) {.our-mission-eBr {
    padding: 80px 0;
}.our-mission-eBr .text-field-Jko {
    padding: 40px;
}.our-mission-eBr .text-field-Jko ol li {
    column-count: 1;
}
}



@media (max-width: 480px) {.our-mission-eBr {
    padding: 50px 0;
}.our-mission-eBr .text-field-Jko {
    padding: 25px 20px;
}.our-mission-eBr .text-field-Jko > div:nth-child(2) p {
    font-size: calc(14px * 1.2);
}.our-mission-eBr .text-field-Jko ol li {
    font-size: calc(14px * 0.9);
    line-height: 1.6;
}.our-mission-eBr .text-field-Jko ol li::first-letter {
    font-size: 1.8em;
}
}



@media (prefers-reduced-motion: reduce) {.our-mission-eBr .text-field-Jko,
    .our-mission-eBr .text-field-Jko::before,
    .our-mission-eBr .text-field-Jko h5,
    .our-mission-eBr .text-field-Jko h5::after,
    .our-mission-eBr .text-field-Jko > div:nth-child(2) p b::after {
    transition: none;
}
}



@keyframes slideIn {
    0% {
        transform: translateX(-10px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}



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



@keyframes pulse {
    0%, 100% {
        opacity: 0.6;
    }
    50% {
        opacity: 0.8;
    }
}



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



@keyframes gradientShift {
    0%, 100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}



@keyframes pulsate {
    0%, 100% {
        opacity: 0.4;
        transform: scale(1);
    }
    50% {
        opacity: 0.6;
        transform: scale(1.05);
    }
}



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



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



@keyframes pulse {
    0%, 100% {
        opacity: 0.15;
    }
    50% {
        opacity: 0.3;
    }
}



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



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


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



@keyframes float-effect {
    0% {
        transform: translate(0, 0) scale(1);
    }
    50% {
        transform: translate(20px, 20px) scale(1.1);
    }
    100% {
        transform: translate(-20px, -20px) scale(0.9);
    }
}

