header,footer {
    width: 100%;
}

header {
    border-bottom: 2px solid rgb(219,216,239);
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #ffffff;
    left: 0;
    z-index: 1000;
    transition: all 0.3s ease;
}

svg {
    width: 30px;
    height: 30px;
}

.core-container-14027 {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
}


.privacy-cordon-68410 {
    background-color: rgb(219,216,239);
    position: relative;
    color: #000000;
    padding: 50px;
    overflow: hidden;
    font-family: Arial, sans-serif;
    border: 1px solid rgba(0, 0, 0, 0.5);
}

.privacy-cordon-68410::after {
    bottom: -100px;
    width: 300px;
    right: -100px;
    height: 300px;
}

.privacy-cordon-68410 h1::before,
.privacy-cordon-68410 h2::before {
    background: rgb(183,178,217);
    content: '';
    left: 0;
    border-radius: 50%;
    position: absolute;
    width: 30px;
    height: 30px;
}

.privacy-cordon-68410 h2 {
    color: rgb(146,144,197);
    font-weight: 600;
    font-size: 29px;
}

.privacy-cordon-68410 ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    font-weight: 400;
    padding: 10px 0;
    position: relative;
    color: #000000;
    padding-left: 40px;
    font-size: 12px;
}

.privacy-cordon-68410 p {
    border-left: 4px solid rgb(183,178,217);
    font-weight: 300;
    line-height: 1.8;
    margin: 20px 0;
    position: relative;
    color: #000000;
    padding-left: 15px;
    font-size: 12px;
}

.privacy-cordon-68410 p::before {
    left: 0;
    position: absolute;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    height: 10px;
    background: rgb(183,178,217);
    width: 10px;
    content: '';
    top: 0;
}

.privacy-cordon-68410 .container div::after {
    height: 20px;
    background: rgb(146,144,197);
    border-radius: 50%;
    bottom: -10px;
    content: '';
    position: absolute;
    width: 20px;
    right: -10px;
    opacity: 0.5;
}

.contact-panel-90382::before {
    left: 0;
    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(183,178,217), 0.05) 100%);
    z-index: 0;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
}

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

.contact-panel-90382 h2::before {
    width: 30px;
    height: 2px;
    background: rgb(183,178,217);
    bottom: -20px;
    left: calc(50% - 50px);
    content: "";
    position: absolute;
}

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

.contact-panel-90382 .pic-box-57619::after {
    width: 100%;
    left: 0;
    content: "";
    animation: scanLines 5s linear infinite;
    z-index: 2;
    top: 0;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(rgb(183,178,217), 0.1) 10px, rgba(rgb(183,178,217), 0.1) 11px);
    position: absolute;
    height: 100%;
}

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

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

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

.contact-panel-90382 .request-widget-02193 {
    gap: 12px;
    display: flex;
    align-items: flex-start;
    margin-top: 5px;
}

.contact-panel-90382 .request-widget-02193 input[type="checkbox"]:checked {
    border-color: rgb(183,178,217);
    background: rgb(183,178,217);
}

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

.contact-panel-90382 .request-widget-02193 a:hover {
    color: #ffffff;
}

.contact-panel-90382 .request-widget-02193 a::after {
    left: 0;
    width: 100%;
    height: 1px;
    background: rgb(183,178,217);
    position: absolute;
    content: "";
    bottom: -2px;
    transition: all 0.3s ease;
}

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

.contact-panel-90382 .inquiry-form-35672:hover {
    background: rgb(146,144,197);
    transform: translateY(-3px);
}

.contact-panel-90382 svg {
    fill: rgb(183,178,217);
    transition: all 0.3s ease;
    height: 22px;
    width: 22px;
    filter: drop-shadow(0 0 5px rgba(rgb(183,178,217), 0.5));
}

.contact-panel-90382 svg:hover path {
    fill: #ffffff;
}

.course-beneficiaries-67298::before {
    background: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 10px,
            rgba(228, 232, 243, 0.8) 10px,
            rgba(228, 232, 243, 0.8) 11px
        ),
        repeating-linear-gradient(
            90deg,
            transparent,
            transparent 10px,
            rgba(228, 232, 243, 0.8) 10px,
            rgba(228, 232, 243, 0.8) 11px
        );
    position: absolute;
    top: 0;
    content: '';
    left: 0;
    opacity: 0.4;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.course-beneficiaries-67298 h3::after {
    width: 60px;
    transform: translateX(-50%);
    left: 50%;
    background: linear-gradient(90deg, rgb(183,178,217), rgb(146,144,197));
    position: absolute;
    bottom: -15px;
    height: 5px;
    border-radius: 10px;
    content: '';
}

.course-beneficiaries-67298 ul li:hover {
    box-shadow: 
        inset 5px 5px 10px rgba(166, 180, 208, 0.4),
        inset -5px -5px 10px rgba(255, 255, 255, 0.8);
    transform: translateY(-5px);
}

.course-beneficiaries-67298 ul li::before {
    opacity: 0.5;
    right: 15px;
    background: linear-gradient(135deg, rgb(183,178,217), rgb(146,144,197));
    content: '';
    height: 12px;
    width: 12px;
    border-radius: 50%;
    transition: opacity 0.3s ease;
    top: 15px;
    position: absolute;
}

.course-beneficiaries-67298 ul li svg {
    flex-shrink: 0;
    transition: all 0.4s ease;
    padding: 10px;
    width: 50px;
    height: 50px;
    border-radius: 12px;
    box-shadow: 
        5px 5px 10px rgba(166, 180, 208, 0.5),
        -5px -5px 10px rgba(255, 255, 255, 0.8);
    background: linear-gradient(135deg, #edf0f8, #e2e6f3);
}

.course-beneficiaries-67298 ul li:nth-child(1) {
    animation-delay: 0.1s;
}

.course-beneficiaries-67298 ul li:nth-child(3) {
    animation-delay: 0.3s;
}

.course-beneficiaries-67298 ul li:nth-child(5) {
    animation-delay: 0.5s;
}

.homepage-36829 {
    overflow: hidden;
    min-height: 100vh;
    background-image: linear-gradient(135deg, rgb(219,216,239) 0%, rgba(255,255,255,0.95) 100%);
    position: relative;
}

.homepage-36829::after {
    animation: float 12s infinite alternate-reverse ease-in-out;
    position: absolute;
    z-index: 0;
    bottom: -5%;
    height: 40%;
    opacity: 0.15;
    content: "";
    right: -5%;
    width: 30%;
    border-radius: 50% 40% 30% 60%;
    background: rgb(146,144,197,0.5);
    filter: blur(60px);
}

.homepage-36829 h1 {
    transform: translateY(0);
    z-index: 2;
    max-width: 90%;
    font-size: 41px;
    margin-bottom: 2rem;
    position: relative;
    color: #000000;
    font-weight: 700;
    line-height: 1.2;
}

.homepage-36829 h1:hover::after {
    width: 150px;
}

.homepage-36829 .text-area-52860 {
    margin-bottom: 2rem;
    flex-direction: column;
    position: relative;
    justify-content: center;
    z-index: 2;
    display: flex;
    align-items: flex-start;
}

.homepage-36829 .tech-master-74958:hover {
    box-shadow: 10px 10px 35px rgba(0, 0, 0, 0.08),
                -10px -10px 35px rgba(255, 255, 255, 0.9),
                inset 1px 1px 1px rgba(255, 255, 255, 0.7),
                inset -1px -1px 1px rgba(0, 0, 0, 0.07);
    transform: translateY(-5px) translateZ(0);
}

.homepage-36829 .tech-master-74958 p {
    line-height: 1.6;
    position: relative;
    margin-bottom: 2rem;
    color: #000000;
    font-size: calc(14px * 1.2);
}

.homepage-36829 svg:hover {
    filter: drop-shadow(0px 6px 12px rgba(0, 0, 0, 0.15));
    transform: scale(1.05) rotate(2deg);
}

.homepage-36829 svg path {
    transition: fill 0.3s ease;
}

.homepage-36829 svg text {
    transition: fill 0.3s ease;
}

.homepage-36829 .inquiry-form-35672 {
    display: inline-block;
    border-radius: 12px;
    overflow: hidden;
    color: #ffffff;
    position: relative;
    transform: translateZ(0);
    font-weight: 600;
    box-shadow: 6px 6px 18px rgba(0, 0, 0, 0.1),
                -6px -6px 18px rgba(255, 255, 255, 0.8),
                inset 1px 1px 1px rgba(255, 255, 255, 0.3);
    border: none;
    transition: all 0.3s ease;
    cursor: pointer;
    background: linear-gradient(135deg, rgb(183,178,217) 0%, rgb(146,144,197) 100%);
    padding: 1rem 2rem;
    text-decoration: none;
    font-size: 15px;
}

.homepage-36829 .inquiry-form-35672:hover::before {
    left: 100%;
}

.homepage-36829 .pic-box-57619 {
    margin-top: 2rem;
    transition: transform 0.7s ease, box-shadow 0.7s ease;
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    height: 350px;
    position: relative;
    transform: translateZ(0) rotate(0deg);
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1),
                -10px -10px 30px rgba(255, 255, 255, 0.7),
                inset 1px 1px 2px rgba(255, 255, 255, 0.3);
}

.homepage-36829 .pic-box-57619:hover {
    box-shadow: 15px 15px 35px rgba(0, 0, 0, 0.15),
                -15px -15px 35px rgba(255, 255, 255, 0.8),
                inset 1px 1px 2px rgba(255, 255, 255, 0.4);
    transform: translateZ(0) rotate(1deg) scale(1.02);
}

.thxSpot-76438::before {
    animation: backgroundPulse 12s infinite alternate ease-in-out;
    position: absolute;
    background: 
        radial-gradient(circle at 15% 15%, rgb(183,178,217,0.5) 0%, transparent 50%),
        radial-gradient(circle at 85% 85%, rgb(146,144,197,0.5) 0%, transparent 50%);
    left: 0;
    height: 100%;
    top: 0;
    width: 100%;
    opacity: 0.25;
    content: "";
    z-index: 0;
}

.thxSpot-76438 h2 {
    line-height: 1.3;
    transform: perspective(1000px) rotateX(2deg);
    max-width: 90%;
    padding-bottom: 1.5rem;
    margin-bottom: 3rem;
    font-family: Arial, sans-serif;
    font-size: 28px;
    position: relative;
    color: #000000;
    font-weight: 700;
}

.thxSpot-76438 h2:hover::after {
    width: 180px;
}

.thxSpot-76438 .learn-corner-04812:hover {
    transform: perspective(1000px) rotateY(0);
}

.thxSpot-76438 .learn-corner-04812::before {
    content: "";
    opacity: 0.05;
    background-size: 40px 40px;
    pointer-events: none;
    width: 100%;
    left: 0;
    top: 0;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(146,144,197,0.5) 49.5%, rgb(146,144,197,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(146,144,197,0.5) 49.5%, rgb(146,144,197,0.5) 50.5%, transparent 50.5%);
    position: absolute;
    height: 100%;
    z-index: 0;
}

.thxSpot-76438 li::before {
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    left: 0;
    top: 0.5rem;
    animation: rotateDiamond 8s infinite linear;
    background: rgb(183,178,217);
    width: 12px;
    height: 12px;
    position: absolute;
    content: "";
}

.plan-option-48297 {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}

.plan-option-48297::before {
    content: "";
    top: 0;
    width: 100%;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
    position: absolute;
    height: 100%;
    left: 0;
    z-index: 1;
}

.plan-option-48297 h2 {
    font-size: calc(33px * 1.1);
    animation: fadeSlideUp 0.8s ease-out forwards;
    margin-bottom: 25px;
    font-weight: 700;
    position: relative;
    text-align: center;
    transform: translateY(20px);
    letter-spacing: 0.5px;
    opacity: 0;
    color: #ffffff;
}

.plan-option-48297 .promo-cost-29031 {
    list-style: none;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    perspective: 1000px;
    display: grid;
    gap: 25px;
    padding: 0;
}

.plan-option-48297 .promo-cost-29031 li:nth-child(1) {
    --li-index: 1;
}

.plan-option-48297 .promo-cost-29031 li:nth-child(2) {
    --li-index: 2;
}

.plan-option-48297 .promo-cost-29031 li:nth-child(3) {
    --li-index: 3;
}

.plan-option-48297 .study-cost-03482 {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    text-decoration: none;
    height: 100%;
    display: block;
}

.plan-option-48297 .study-cost-03482:hover .fee-offers-26317 {
    box-shadow: 0 20px 40px rgba(0,0,0,0.25), 
                0 10px 20px rgba(0,0,0,0.15),
                inset 0 1px 2px rgba(255,255,255,0.15);
    background: linear-gradient(145deg, 
        rgba(rgb(183,178,217), 0.15) 0%, 
        rgba(rgb(183,178,217), 0.05) 100%);
}

.plan-option-48297 .fee-offers-26317::before {
    background: radial-gradient(
        ellipse at center,
        rgba(255,255,255,0.1) 0%,
        rgba(255,255,255,0) 70%
    );
    height: 200%;
    opacity: 0;
    top: -50%;
    pointer-events: none;
    content: "";
    left: -50%;
    transition: opacity 0.6s ease;
    position: absolute;
    width: 200%;
    transform: rotate(30deg);
}

.plan-option-48297 .study-cost-03482:hover .cost-table-83569 h4 {
    color: rgb(183,178,217);
    transform: translateY(-2px);
}

.plan-option-48297 .cost-table-83569 h4::after {
    left: 0;
    bottom: -10px;
    width: 50px;
    position: absolute;
    background: rgb(183,178,217);
    height: 2px;
    content: "";
    transform-origin: left;
    transform: scaleX(0.7);
    transition: transform 0.4s ease;
}

.plan-option-48297 .deal-opts-39012 {
    margin-top: auto;
    padding: 10px 0;
    transition: transform 0.3s ease, color 0.3s ease;
    font-weight: 700;
    font-size: calc(23px * 1.4);
    position: relative;
    display: inline-block;
    color: #ffffff;
}

.our-mission-16053 {
    padding: 6rem 0;
    overflow: hidden;
    color: #ffffff;
    position: relative;
}

.our-mission-16053::before {
    left: 0;
    height: 100%;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 100%);
    width: 100%;
    top: 0;
    content: "";
    z-index: 1;
    position: absolute;
}

.our-mission-16053 h4 {
    letter-spacing: 3px;
    position: relative;
    text-align: center;
    font-size: calc(24px * 1.2);
    margin-bottom: 2.5rem;
    z-index: 5;
    opacity: 1;
    transform: translateY(0);
    color: #ffffff;
    animation: fadeInDown 0.8s ease-out;
    text-transform: uppercase;
    font-weight: 700;
}

.our-mission-16053 h4::after {
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    content: "";
    width: 60px;
    bottom: -12px;
    background: rgb(146,144,197);
    transition: width 0.3s ease;
    position: absolute;
}

.our-mission-16053 .text-area-52860 {
    padding: 3rem;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(0);
    background: rgba(255, 255, 255, 0.09);
    border-left: 4px solid rgb(146,144,197);
    backdrop-filter: blur(10px);
}

.our-mission-16053 .text-area-52860::after {
    bottom: -10px;
    width: 20px;
    z-index: -1;
    position: absolute;
    opacity: 0.15;
    background: rgb(183,178,217);
    left: 40px;
    height: 20px;
    transform: rotate(45deg);
    content: "";
}

.our-mission-16053 .text-area-52860 h6::after {
    height: 1px;
    left: 0;
    position: absolute;
    bottom: 0;
    background: linear-gradient(90deg, rgb(146,144,197) 0%, transparent 100%);
    content: "";
    width: 100%;
}

.our-mission-16053 .text-area-52860 span {
    opacity: 0.9;
    column-count: 1;
    font-size: 13px;
    text-align: justify;
    transition: opacity 0.3s ease;
    display: block;
    column-gap: 40px;
    color: #ffffff;
}

.operation-process-26190::before {
    opacity: 0.2;
    top: 0;
    position: absolute;
    left: 0;
    content: "";
    background: linear-gradient(135deg, rgb(183,178,217,0.5) 0%, transparent 70%);
    height: 100%;
    z-index: 1;
    width: 100%;
}

.operation-process-26190 .learn-corner-04812 {
    margin: 0 auto;
    z-index: 2;
    gap: 2.5rem;
    display: flex;
    max-width: 900px;
    flex-direction: column;
    position: relative;
}

.operation-process-26190 h3::before {
    z-index: -1;
    opacity: 0.5;
    left: 0;
    border-radius: inherit;
    height: 100%;
    content: "";
    transform: translate(8px, 8px);
    width: 100%;
    position: absolute;
    top: 0;
    pointer-events: none;
    border: 2px solid rgb(183,178,217,0.5);
}

.operation-process-26190 span::before {
    top: 0;
    z-index: -1;
    border: 2px solid rgb(146,144,197,0.5);
    left: 0;
    content: "";
    opacity: 0.5;
    position: absolute;
    width: 100%;
    pointer-events: none;
    border-radius: inherit;
    height: 100%;
    transform: translate(-8px, -8px);
}

.education-history-37094::before {
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    opacity: 0.08;
    z-index: 1;
    background: repeating-linear-gradient(
    -45deg,
    rgb(183,178,217,0.5) 0px,
    rgb(183,178,217,0.5) 1px,
    transparent 1px,
    transparent 20px
  );
}

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

.education-history-37094 .feedback-views-29017::before {
    height: 100%;
    left: 0;
    width: 4px;
    position: absolute;
    content: "";
    background: linear-gradient(to bottom, rgb(183,178,217), rgb(146,144,197));
    top: 0;
    z-index: 1;
}

.education-history-37094 .feedback-views-29017 .pic-box-57619 {
    position: relative;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    height: 200px;
    transform: translateY(-10px) rotate(-3deg);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 200px;
}

.education-history-37094 .feedback-views-29017 .pic-box-57619:hover {
    transform: translateY(-15px) rotate(0deg) scale(1.05);
}

.education-history-37094 .feedback-views-29017 .name {
    color: rgb(183,178,217);
    margin-bottom: 0.5rem;
    position: relative;
    display: inline-block;
    font-size: calc(20px * 1.1);
    font-weight: 700;
}

.education-history-37094 .feedback-views-29017 .name:hover::after {
    transform: scaleX(1);
}

.education-history-37094 .feedback-views-29017 > div:nth-child(2) > div {
    color: rgb(146,144,197);
    font-weight: 600;
    margin-top: 0.5rem;
    font-size: 17px;
    letter-spacing: 0.5px;
}

.education-history-37094 .feedback-views-29017 .work-trajectory-01954 {
    border-radius: 10px;
    background: linear-gradient(to right, rgb(219,216,239) 0%, transparent 100%);
    padding: 1.5rem;
    line-height: 1.7;
    color: #000000;
    margin: 0;
    font-size: 17px;
    position: relative;
}

header .head-lead-85467 {
    width: 100%;
    padding: 0;
}

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

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

header .head-learning-59031 {
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    text-decoration: none;
    color: #000000;
    position: relative;
    font-weight: 600;
    padding: 5px 0;
    font-size: 14px;
}

header .head-learning-59031:after {
    left: 0;
    width: 100%;
    bottom: 0;
    background-color: rgb(183,178,217);
    transition: transform 0.3s ease;
    position: absolute;
    transform: scaleX(0);
    height: 2px;
    transform-origin: center;
    content: '';
}

header .head-learning-59031:hover:after {
    transform: scaleX(1);
}

header .main-nav-52084:before {
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    transition: opacity 0.3s ease;
    opacity: 0;
    left: 0;
    -webkit-mask-composite: xor;
    width: 100%;
    border: 2px solid transparent;
    position: absolute;
    border-radius: 10px;
    height: 100%;
    background: linear-gradient(to right, rgb(183,178,217), rgb(146,144,197)) border-box;
    content: '';
    mask-composite: exclude;
    top: 0;
}

footer .mobile-cta-65408::before {
    opacity: 0.05;
    width: 100%;
    top: 0;
    content: "";
    height: 100%;
    left: 0;
    background-image: 
        linear-gradient(30deg, rgb(146,144,197) 12%, transparent 12.5%, transparent 87%, rgb(146,144,197) 87.5%, rgb(146,144,197)),
        linear-gradient(150deg, rgb(146,144,197) 12%, transparent 12.5%, transparent 87%, rgb(146,144,197) 87.5%, rgb(146,144,197)),
        linear-gradient(30deg, rgb(146,144,197) 12%, transparent 12.5%, transparent 87%, rgb(146,144,197) 87.5%, rgb(146,144,197)),
        linear-gradient(150deg, rgb(146,144,197) 12%, transparent 12.5%, transparent 87%, rgb(146,144,197) 87.5%, rgb(146,144,197)),
        linear-gradient(60deg, rgb(183,178,217,0.5) 25%, transparent 25.5%, transparent 75%, rgb(183,178,217,0.5) 75%, rgb(183,178,217,0.5)),
        linear-gradient(60deg, rgb(183,178,217,0.5) 25%, transparent 25.5%, transparent 75%, rgb(183,178,217,0.5) 75%, rgb(183,178,217,0.5));
    background-size: 80px 140px;
    background-position: 0 0, 0 0, 40px 70px, 40px 70px, 0 0, 40px 70px;
    pointer-events: none;
    position: absolute;
}

footer .info_item:hover {
    transform: translateY(-5px);
    background-color: rgb(183,178,217);
}

footer .info_item:hover svg {
    fill: #ffffff;
}

footer .info_item p,
footer .info_item a {
    transition: all 0.3s ease;
    z-index: 1;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
    font-size: 17px;
    white-space: nowrap;
    overflow: hidden;
    display: flex;
    height: 100%;
    color: #ffffff;
    text-overflow: ellipsis;
    width: 100%;
}

footer .top-guide-38754 {
    max-width: 350px;
    padding: 20px;
    margin: 0 auto;
    align-items: center;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    justify-content: center;
    text-align: center;
    flex-direction: column;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
    position: relative;
    display: flex;
}

footer .top-guide-38754 svg {
    width: auto;
    height: 45px;
    filter: brightness(0) invert(1);
    margin-bottom: 20px;
}

footer .nav-primary-35167 {
    border-radius: 13px;
    background-color: rgba(255, 255, 255, 0.03);
    padding: 30px;
    position: relative;
}

footer .nav-primary-35167 h5::after {
    content: "";
    height: 2px;
    left: 0;
    pointer-events: none;
    bottom: 0;
    position: absolute;
    background-color: rgb(183,178,217);
    width: 50px;
}

footer .head-base-46785 a::before {
    border-bottom: 4px solid transparent;
    pointer-events: none;
    position: absolute;
    height: 0;
    opacity: 0;
    border-left: 4px solid rgb(183,178,217);
    border-top: 4px solid transparent;
    content: "";
    width: 0;
    transform: translateY(-50%);
    top: 50%;
    left: 5px;
    transition: all 0.3s ease;
}

footer .head-base-46785 a:hover::before {
    opacity: 1;
}

footer .subscribe_holder {
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.05);
    position: relative;
    border-radius: 13px;
}

footer .subscribe_holder h5 {
    font-weight: 700;
    font-size: 21px;
    margin-bottom: 15px;
    color: #ffffff;
}

footer .subscribe_holder p {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    margin-bottom: 25px;
}

footer .input_holder {
    z-index: 5;
    flex-direction: column;
    width: 100%;
    position: relative;
    display: flex;
    gap: 15px;
}

footer .input_holder input[type="email"]:focus {
    border-color: rgb(183,178,217);
    outline: none;
    background-color: rgba(255, 255, 255, 0.08);
}

footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

footer .sub-warning-18765 {
    transition: all 0.3s ease;
    font-size: 18px;
    padding: 14px 20px;
    z-index: 5;
    width: 100%;
    font-weight: 600;
    position: relative;
    text-align: center;
    border: none;
    color: #ffffff;
    border-radius: 10px;
    cursor: pointer;
    background-color: rgb(183,178,217);
}

footer .chrome-ext-53026 {
    font-size: 14px;
    position: relative;
    color: rgba(255, 255, 255, 0.5);
    display: inline-block;
    padding: 0 20px;
}

footer .chrome-ext-53026::after {
    right: -10px;
    transform: rotate(45deg);
}

.privacyConsentPanel-23614 {
    padding: 15px 20px;
    z-index: 1050;
    border-top: 3px solid rgb(183,178,217);
    bottom: 0;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
    position: fixed;
    font-family: Arial, sans-serif;
    background: #ffffff;
    width: 100%;
}

.privacy-ack-06179 {
    flex-grow: 1;
    margin-right: 15px;
}

.privacy-ack-06179 h5 {
    color: rgb(183,178,217);
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 24px;
}

.visitor-acceptance-27041 {
    padding: 0.375rem 0.75rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    text-align: center;
    border: 1px solid transparent;
    white-space: nowrap;
    line-height: 1.5;
    border-radius: 10px;
    margin-left: 10px;
    text-decoration: none;
    user-select: none;
    font-size: 16px;
    vertical-align: middle;
}

.cookie_button.cookie-layer-84193 {
    border-color: rgb(146,144,197);
    background-color: rgb(146,144,197);
    color: #000000;
}

.privacyConsentPanel-23614 p a {
    text-decoration: underline;
    color: rgb(183,178,217);
}

.course-structure-38216::before {
    z-index: 1;
    opacity: 0.08;
    animation: gridPulse 8s linear infinite;
    background: 
        linear-gradient(90deg, transparent 49.9%, rgb(183,178,217,0.5) 50%, rgb(183,178,217,0.5) 50.1%, transparent 50.2%) 0 0 / 100px 100%,
        linear-gradient(0deg, transparent 49.9%, rgb(183,178,217,0.5) 50%, rgb(183,178,217,0.5) 50.1%, transparent 50.2%) 0 0 / 100% 100px;
    height: 100%;
    top: 0;
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
}

.course-structure-38216 .container {
    margin: 0 auto;
    width: 100%;
    position: relative;
    padding: 0 30px;
    z-index: 5;
    max-width: 1600px;
}

.course-structure-38216 .text-area-52860 {
    z-index: 15;
    border-left: 3px solid rgb(183,178,217);
    backdrop-filter: blur(20px);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
    position: relative;
    transform: translateZ(50px);
    border-radius: 0;
    padding: 60px;
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.3),
        0 0 30px rgb(183,178,217,0.5);
    background: rgba(0, 0, 0, 0.7);
}

.course-structure-38216 .text-area-52860::after {
    position: absolute;
    transform: translate(50%, 50%);
    content: "";
    height: 150px;
    right: 0;
    width: 150px;
    bottom: 0;
    border-radius: 50%;
    opacity: 0.2;
    background: 
        conic-gradient(from 0deg, rgb(183,178,217,0.5) 0deg, transparent 120deg);
    animation: rotateConic 10s linear infinite;
}

.course-structure-38216 .text-area-52860 .description {
    font-size: 18px;
    opacity: 0.9;
    color: #ffffff;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    position: relative;
    line-height: 1.9;
    margin-bottom: 30px;
    padding-left: 20px;
}

.course-structure-38216 .text-area-52860 .description:last-child {
    margin-bottom: 0;
}

.course-structure-38216 .hud-element {
    border: 1px solid rgb(183,178,217,0.5);
    z-index: 5;
    opacity: 0.2;
    position: absolute;
}

.course-structure-38216 .pic-box-57619::before {
    top: 0;
    z-index: 1;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    background: 
        linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, transparent 15%, transparent 85%, rgba(0, 0, 0, 0.5) 100%),
        linear-gradient(to right, #000000 0%, transparent 20%);
}


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


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


@media only screen and (max-width: 800px) {.privacy-cordon-68410 {
    padding: 30px;
}.privacy-cordon-68410 h1 {
    font-size: calc(20px - 8px);
}.privacy-cordon-68410 h2 {
    font-size: calc(20px - 8px);
}.privacy-cordon-68410 ul li {
    font-size: calc(12px - 2px);
}.privacy-cordon-68410 p {
    font-size: calc(12px - 2px);
}}



@media (max-width: 768px) {.contact-panel-90382 {
    padding: 50px 0;
}.contact-panel-90382 h2 {
    font-size: calc(36px - 4px);
    margin-bottom: 50px;
}.contact-panel-90382 .pic-box-57619 {
    min-height: 250px;
}
}



@media (max-width: 992px) {.course-beneficiaries-67298 {
    padding: 80px 0;
}.course-beneficiaries-67298 h3 {
    padding: 15px 30px;
    margin-bottom: 50px;
}.course-beneficiaries-67298 ul {
    gap: 25px;
}.course-beneficiaries-67298 ul li {
    width: calc(50% - 13px);
    padding: 30px 25px;
}
}



@media (max-width: 768px) {.course-beneficiaries-67298 ul li {
    max-width: 400px;
    width: 100%;
}
}



@media (max-width: 576px) {.course-beneficiaries-67298 {
    padding: 60px 0;
}.course-beneficiaries-67298 h3 {
    padding: 15px 20px;
    margin-bottom: 40px;
    font-size: calc(35px * 0.85);
}.course-beneficiaries-67298 ul li {
    padding: 25px 20px;
    gap: 15px;
}.course-beneficiaries-67298 ul li svg {
    width: 40px;
    padding: 8px;
    height: 40px;
}
}



@media (min-width: 992px) {.homepage-36829 .learn-corner-04812 {
    padding: 5rem;
    min-height: 85vh;
}.homepage-36829 h1 {
    max-width: 60%;
    font-size: calc(41px * 1.4);
}.homepage-36829 .text-area-52860 {
    width: 45%;
}.homepage-36829 .pic-box-57619 {
    transform: translateZ(0) translateX(0) rotate(0deg);
    height: 550px;
    width: 50%;
}.homepage-36829 .pic-box-57619:hover {
    transform: translateZ(0) translateX(-10px) rotate(1deg) scale(1.03);
}.homepage-36829 svg {
    height: 160px;
    width: 160px;
}
}



@media (max-width: 767px) {.homepage-36829 h1 {
    font-size: calc(41px * 0.9);
}.homepage-36829 .tech-master-74958 {
    padding: 1.5rem;
}.homepage-36829 .tech-master-74958 p {
    font-size: 14px;
}.homepage-36829 .inquiry-form-35672 {
    padding: 0.8rem 1.5rem;
}.homepage-36829 svg {
    height: 120px;
    width: 120px;
}}



@media (max-width: 767px) {.thxSpot-76438 {
    padding: 4rem 0;
}.thxSpot-76438 h2 {
    margin-bottom: 1.5rem;
    font-size: calc(28px * 0.8);
    transform: perspective(1000px) rotateX(1deg);
}.thxSpot-76438 .learn-corner-04812 {
    padding: 1.5rem;
    transform: perspective(1000px) rotateY(-0.5deg);
}.thxSpot-76438 li {
    padding-left: 1.5rem;
}.thxSpot-76438 li::before {
    top: 0.4rem;
    width: 10px;
    height: 10px;
}
}



@media (max-width: 1024px) {.plan-option-48297 {
    padding: 100px 0;
}.plan-option-48297 .promo-cost-29031 {
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.plan-option-48297 .fee-offers-26317 {
    padding: 25px;
}
}



@media (max-width: 480px) {.plan-option-48297 {
    padding: 60px 0;
}.plan-option-48297 h2 {
    font-size: calc(33px * 0.9);
}.plan-option-48297 .skill-offers-70612 {
    font-size: calc(18px * 0.9);
}.plan-option-48297 .fee-offers-26317 {
    padding: 20px 15px;
}.plan-option-48297 .cost-table-83569 h4 {
    font-size: calc(23px * 0.95);
}.plan-option-48297 .cost-table-83569 p {
    line-height: 1.6;
    margin-bottom: 20px;
}.plan-option-48297 .deal-opts-39012 {
    font-size: calc(23px * 1.1);
}}



@media (min-width: 768px) {.our-mission-16053 {
    padding: 8rem 0;
}.our-mission-16053 h4 {
    margin-bottom: 3.5rem;
    font-size: calc(24px * 1.4);
}.our-mission-16053 .text-area-52860 {
    border-left-width: 6px;
    padding: 4rem;
}.our-mission-16053 .text-area-52860 span {
    column-count: 2;
}
}



@media (max-width: 767px) {.our-mission-16053 {
    padding: 4rem 0;
}.our-mission-16053 h4 {
    margin-bottom: 2rem;
    font-size: 24px;
}.our-mission-16053 .text-area-52860 {
    padding: 2rem;
}.our-mission-16053 .text-area-52860 h6 {
    font-size: 16px;
    margin-bottom: 1rem;
}.our-mission-16053 .text-area-52860 span {
    line-height: 1.7;
    font-size: calc(13px * 0.95);
}
}



@media (max-width: 992px) {.operation-process-26190 {
    padding: 5rem 1.5rem;
}.operation-process-26190 h3 {
    font-size: calc(33px * 0.9);
    padding: 1.8rem;
}.operation-process-26190 span {
    padding: 1.8rem;
}.operation-process-26190 h3::before,
    .operation-process-26190 span::before {
    transform: translate(6px, 6px);
}.operation-process-26190 span::before {
    transform: translate(-6px, -6px);
}
}



@media (min-width: 768px) {.education-history-37094 .feedback-views-29017 {
    grid-template-columns: 250px 1fr;
    gap: 3rem;
    padding: 4rem;
    grid-template-areas: 
      "photo info"
      "quote quote";
}.education-history-37094 .feedback-views-29017 > div:first-child {
    grid-area: photo;
    justify-content: flex-start;
}.education-history-37094 .feedback-views-29017 > div:nth-child(2) {
    border-left: none;
    grid-area: info;
    align-self: center;
    padding-left: 0;
}.education-history-37094 .feedback-views-29017 > div:nth-child(3) {
    grid-area: quote;
}.education-history-37094 .feedback-views-29017 .work-trajectory-01954 {
    background: linear-gradient(135deg, rgb(219,216,239) 0%, transparent 100%);
    padding: 2rem;
}
}



@media (min-width: 1200px) {.education-history-37094 .feedback-views-29017 {
    transition: transform 0.5s ease-out;
    transform: perspective(1000px) rotateX(1deg) rotateY(-1deg);
}.education-history-37094 .feedback-views-29017:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg);
}.education-history-37094 .feedback-views-29017 .pic-box-57619 {
    height: 320px;
    width: 320px;
}
}



@media (max-width: 767px) {.education-history-37094 {
    padding: 3rem 0;
}.education-history-37094 .container {
    padding: 0 1.5rem;
}.education-history-37094 .feedback-views-29017 {
    transform: none;
    padding: 2rem 1.5rem;
}.education-history-37094 .feedback-views-29017 .pic-box-57619 {
    height: 180px;
    width: 180px;
}}



@media (max-width: 480px) {header .container {
    padding: 12px 10px;
}header .main-nav-52084 svg {
    height: 32px;
}}



@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .sub-warning-18765 {
    min-width: 150px;
    flex-shrink: 0;
    width: auto;
}footer .input_holder input[type="email"] {
    flex: 1;
    min-width: 0;
}
}



@media (max-width: 991px) {footer .head-base-46785 {
    grid-template-columns: 1fr;
}
}



@media (max-width: 767px) {footer .mobile-cta-65408 {
    padding: 60px 0 30px;
}footer .learn-ask-48795 {
    margin-bottom: 40px;
}footer .info_item {
    padding: 15px 20px;
    min-width: 150px;
}footer .nav-primary-35167, footer .subscribe_holder {
    padding: 25px 20px;
}footer .top-guide-38754 {
    padding: 15px;
    margin-bottom: 20px;
}footer .citation-12067 {
    margin-top: 40px;
}
}


@media (max-width: 1200px) {.privacy-ack-06179 h5 {
    font-size: calc(24px - 2px);
}.privacy-ack-06179 p {
    font-size: calc(14px - 2px);
}.visitor-acceptance-27041 {
    font-size: calc(16px - 2px);
}
}


@media screen and (max-width: 1200px) {.course-structure-38216 {
    padding: 80px 0;
}.course-structure-38216 .text-area-52860 {
    padding: 40px;
}.course-structure-38216 .pic-box-57619 {
    height: 550px;
}
}



@media screen and (max-width: 991px) {.course-structure-38216 {
    min-height: auto;
    padding: 60px 0;
}.course-structure-38216 .training-plan-53489 {
    grid-template-columns: 1fr;
    grid-gap: 40px;
}.course-structure-38216 .text-area-52860 {
    transform: translateZ(0);
    padding: 30px;
    clip-path: polygon(0 0, 100% 0, 97% 100%, 0 100%);
}.course-structure-38216 .pic-box-57619 {
    transform: translateZ(0) rotateY(0);
    height: 450px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 3% 100%);
}
}



@media screen and (max-width: 480px) {.course-structure-38216 {
    padding: 40px 0;
}.course-structure-38216 .container {
    padding: 0 15px;
}.course-structure-38216 .text-area-52860 {
    padding: 20px;
}.course-structure-38216 .text-area-52860 h2 {
    margin-bottom: 20px;
    font-size: calc(47px * 0.7);
}.course-structure-38216 .text-area-52860 h2::before {
    top: -20px;
    font-size: 14px;
}.course-structure-38216 .pic-box-57619 {
    height: 280px;
}
}



@keyframes backgroundPulse {
    0% {
        opacity: 0.2;
        transform: scale(1);
    }
    100% {
        opacity: 0.35;
        transform: scale(1.1);
    }
}



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



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



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



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



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



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



@keyframes gridPulse {
    0% {
        opacity: 0.05;
        background-size: 100px 100%, 100% 100px;
    }
    50% {
        opacity: 0.1;
        background-size: 110px 110%, 110% 110px;
    }
    100% {
        opacity: 0.05;
        background-size: 100px 100%, 100% 100px;
    }
}



@keyframes scanlines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 100%;
    }
}

