* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}.wrapper-canvas-567 {
    height: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}header,footer {
    width: 100%;
}.container {
    width: 1183px;
    max-width: 100%;
    margin: auto;
}.degree-path-824 {
    flex: 0 0 auto;
}html,body {
    min-height: 100%;
    height: 100%;
    color: #000000;
    scroll-behavior: auto;
    font-family: Arial, sans-serif;
}svg {
    width: 30px;
    height: 30px;
}a {
    color: inherit;
    text-decoration: none;
}.header-base-621 {
    flex: 1 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
header .top_plank {
    color:  #ffffff;
    background: rgb(208,199,191);
}header .top_plank .top-knowledge-594 div svg, header .top_plank .top-knowledge-594 div svg path {
    fill: #ffffff;
}header .top_plank .top-knowledge-594 div span {
    color: #ffffff;
}header .top_plank .top-knowledge-594 {
    align-items: center;
    line-height: 21px;
    flex-wrap: wrap;
    font-size: 14px;
    justify-content: flex-start;
    padding: 15px 0 10px 0;
    display: flex;
    width: 100%;
}header .top_plank .top-knowledge-594 div {
    margin-right: 24px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}header .top_plank .top-knowledge-594 div img, header .top_plank .top-knowledge-594 div svg {
    height: 16px;
    margin-right: 8px;
    width: 16px;
}.course-program-description-950 {
    overflow: hidden;
    background: linear-gradient(45deg, rgb(173,163,152,0.5) 0%, rgb(233,229,225) 50%, rgb(208,199,191,0.5) 100%);
    padding: 8rem 2rem;
    position: relative;
}.course-program-description-950::before {
    top: -50%;
    position: absolute;
    animation: rotate 60s linear infinite;
    background: 
        radial-gradient(ellipse at center, transparent 0%, transparent 65%, rgb(173,163,152,0.5) 100%);
    height: 200%;
    z-index: 1;
    content: "";
    width: 200%;
    left: -50%;
}.course-program-description-950::after {
    background: linear-gradient(
        rgb(173,163,152,0.5),
        transparent 20%,
        transparent 80%,
        rgb(208,199,191,0.5)
    );
    left: 0;
    content: "";
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
}.course-program-description-950 .container {
    position: relative;
    z-index: 3;
    max-width: 1400px;
    margin: 0 auto;
}.course-program-description-950 .program-plan-032 {
    display: flex;
    position: relative;
    flex-direction: column;
    margin-bottom: 2rem;
}.course-program-description-950 .summary-frame-107 {
    margin-left: auto;
    max-width: 800px;
    margin-right: auto;
    text-align: center;
    margin-bottom: 4rem;
}.course-program-description-950 h2 {
    margin-bottom: 3rem;
    font-size: 46px;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    position: relative;
}.course-program-description-950 h2::before,
.course-program-description-950 h2::after {
    height: 3px;
    width: 150%;
    background: linear-gradient(to right, transparent, rgb(208,199,191), transparent);
    position: absolute;
    content: "";
    left: -25%;
}.course-program-description-950 h2::before {
    top: -15px;
}.course-program-description-950 h2::after {
    bottom: -15px;
}.course-program-description-950 .description {
    line-height: 1.8;
    font-size: calc(15px * 1.1);
    position: relative;
    animation: slideUp 0.8s forwards;
    animation-delay: 0.2s;
    margin-bottom: 1.5rem;
    color: #000000;
    transform: translateY(30px);
    opacity: 0;
}.course-program-description-950 .description:nth-of-type(2) {
    animation-delay: 0.5s;
}.course-program-description-950 .pic-border-523 {
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 100%;
    margin-top: 2rem;
    position: relative;
    transform: scale(0.95);
    overflow: hidden;
    height: 500px;
    border-radius: 12px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}.course-program-description-950 .pic-border-523::before {
    left: 0;
    background: linear-gradient(
        to bottom,
        rgb(208,199,191,0.5) 0%,
        transparent 40%,
        transparent 60%,
        rgb(173,163,152,0.5) 100%
    );
    content: "";
    position: absolute;
    transition: opacity 0.5s ease;
    width: 100%;
    z-index: 1;
    top: 0;
    height: 100%;
    opacity: 0.7;
}.course-program-description-950 .pic-border-523:hover {
    transform: scale(1);
}.course-program-description-950 .pic-border-523:hover::before {
    opacity: 0.4;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes slideUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media screen and (max-width: 992px) {.course-program-description-950 {
    padding: 5rem 1.5rem;
}.course-program-description-950 .summary-frame-107 {
    margin-bottom: 3rem;
}.course-program-description-950 h2 {
    font-size: calc(46px * 0.85);
}.course-program-description-950 .pic-border-523 {
    height: 400px;
}
}

@media screen and (max-width: 768px) {.course-program-description-950 {
    padding: 4rem 1rem;
}.course-program-description-950 .summary-frame-107 {
    margin-bottom: 2rem;
}.course-program-description-950 h2 {
    font-size: calc(46px * 0.7);
}.course-program-description-950 h2::before,
    .course-program-description-950 h2::after {
    left: -10%;
    width: 120%;
}.course-program-description-950 .description {
    font-size: 15px;
}.course-program-description-950 .pic-border-523 {
    height: 300px;
}}.title-greeting-097 {
    background: linear-gradient(135deg, rgb(233,229,225) 0%, rgba(94,170,168,0.1) 100%);
    overflow: hidden;
    padding: 4rem 2rem;
    position: relative;
}.title-greeting-097::before {
    content: "";
    animation: backgroundShift 60s linear infinite;
    bottom: 0;
    left: 0;
    z-index: 0;
    right: 0;
    opacity: 0.5;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgba(94,170,168,0.1) 49.5%, rgba(94,170,168,0.1) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgba(94,170,168,0.1) 49.5%, rgba(94,170,168,0.1) 50.5%, transparent 50.5%);
    position: absolute;
    top: 0;
    background-size: 50px 50px;
}@keyframes backgroundShift {
    0% { background-position: 0 0; }
    100% { background-position: 100px 100px; }
}

.title-greeting-097 h1 {
    text-align: center;
    z-index: 2;
    color: rgb(173,163,152);
    opacity: 1;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    letter-spacing: 1px;
    margin-bottom: 2rem;
    font-size: 20px;
    font-weight: 600;
    transform: translateY(0);
}.title-greeting-097 .fast-learn-615 {
    gap: 2rem;
    z-index: 1;
    display: flex;
    position: relative;
    flex-direction: column;
}.title-greeting-097 .summary-frame-107 {
    z-index: 3;
    background: linear-gradient(to right, rgba(255,255,255,0.95), rgba(255,255,255,0.85));
    box-shadow: 0 10px 30px rgba(94,170,168,0.15);
    backdrop-filter: blur(10px);
    flex: 1;
    border-left: 4px solid rgb(173,163,152);
    transform: translateX(0);
    transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    padding: 2.5rem;
    opacity: 1;
}.title-greeting-097 .summary-frame-107::before {
    width: 100%;
    position: absolute;
    z-index: -1;
    height: 100%;
    left: 0;
    content: "";
    background: linear-gradient(45deg, transparent 98%, rgb(173,163,152) 98%);
    top: 0;
    opacity: 0.3;
}.title-greeting-097 ol {
    padding: 0;
    margin: 0;
    list-style: none;
}.title-greeting-097 li {
    margin-bottom: 2rem;
}.title-greeting-097 li:last-child {
    margin-bottom: 0;
}.title-greeting-097 .learn-main-260 {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}.title-greeting-097 svg {
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 120px;
    height: 120px;
    margin-bottom: 1.5rem;
    filter: drop-shadow(0 4px 6px rgba(94,170,168,0.2));
    transform: translateY(0) rotate(0);
}.title-greeting-097 svg:hover {
    transform: translateY(-5px) rotate(2deg);
}.title-greeting-097 svg path {
    transition: fill 0.3s ease;
    fill: rgb(94,170,168);
}.title-greeting-097 svg text {
    font-family: Arial, sans-serif;
    fill: rgb(94,170,168);
    transition: fill 0.3s ease;
}.title-greeting-097 .learn-main-260 p {
    font-size: calc(17px * 1.1);
    margin-bottom: 1.5rem;
    color: #000000;
    max-width: 90%;
    line-height: 1.6;
    position: relative;
}.title-greeting-097 .inquiry-reach-420 {
    padding: 1rem 2rem;
    font-size: 15px;
    transform: translateY(0);
    text-align: center;
    letter-spacing: 0.5px;
    position: relative;
    color: #ffffff;
    border: none;
    text-decoration: none;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(173,163,152) 0%, rgba(94,170,168,0.9) 100%);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 4px 15px rgba(94,170,168,0.2);
    display: inline-block;
    font-weight: 600;
}.title-greeting-097 .inquiry-reach-420::before {
    transition: left 0.7s ease;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    left: -100%;
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
}.title-greeting-097 .inquiry-reach-420:hover {
    box-shadow: 0 8px 20px rgba(94,170,168,0.3);
    transform: translateY(-3px);
}.title-greeting-097 .inquiry-reach-420:hover::before {
    left: 100%;
}.title-greeting-097 .pic-border-523 {
    transform: scale(1);
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
}.title-greeting-097 .pic-border-523::before {
    bottom: 0;
    content: "";
    top: 0;
    background: linear-gradient(to bottom, transparent 70%, rgba(94,170,168,0.4));
    right: 0;
    z-index: 1;
    left: 0;
    position: absolute;
}.title-greeting-097 .pic-border-523::after {
    mix-blend-mode: color;
    background: rgba(94,170,168,0.2);
    right: 0;
    transition: opacity 0.5s ease;
    top: 0;
    position: absolute;
    left: 0;
    opacity: 0;
    bottom: 0;
    content: "";
    z-index: 1;
}.title-greeting-097 .pic-border-523:hover {
    transform: scale(1.02);
}.title-greeting-097 .pic-border-523:hover::after {
    opacity: 1;
}

@media (min-width: 768px) {.title-greeting-097 {
    padding: 6rem 3rem;
}.title-greeting-097::before {
    background-size: 80px 80px;
}.title-greeting-097 h1 {
    margin-bottom: 3rem;
    font-size: calc(20px * 1.2);
}.title-greeting-097 .fast-learn-615 {
    flex-direction: row;
    align-items: center;
}.title-greeting-097 .summary-frame-107 {
    margin-right: -4rem;
    padding: 3rem;
    clip-path: polygon(0 0, 95% 0, 100% 100%, 0 100%);
}.title-greeting-097 .pic-border-523 {
    flex: 1;
    height: 450px;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%);
}.title-greeting-097 svg {
    height: 150px;
    width: 150px;
}.title-greeting-097 .learn-main-260 p {
    max-width: 80%;
    font-size: calc(17px * 1.2);
}.title-greeting-097 .inquiry-reach-420 {
    padding: 1.2rem 2.5rem;
}
}

@media (min-width: 992px) {.title-greeting-097 {
    padding: 8rem 5rem;
}.title-greeting-097 h1 {
    font-size: calc(20px * 1.4);
}.title-greeting-097 .summary-frame-107 {
    padding: 4rem;
    transform: translateX(2rem);
}.title-greeting-097 .pic-border-523 {
    transform: translateX(-2rem);
    height: 550px;
}.title-greeting-097 svg {
    width: 180px;
    height: 180px;
}.title-greeting-097 .learn-main-260 p {
    font-size: calc(17px * 1.3);
    max-width: 70%;
}.title-greeting-097 .inquiry-reach-420 {
    padding: 1.3rem 3rem;
}
}

@media (max-width: 767px) {.title-greeting-097 .summary-frame-107 {
    padding: 2rem;
}.title-greeting-097 h1 {
    font-size: 17px;
}.title-greeting-097 .learn-main-260 p {
    font-size: 17px;
}.title-greeting-097 .inquiry-reach-420 {
    padding: 1rem;
    width: 100%;
}
}

@media (prefers-reduced-motion: reduce) {.title-greeting-097::before {
    animation: none;
}.title-greeting-097 h1,
    .title-greeting-097 .summary-frame-107,
    .title-greeting-097 svg,
    .title-greeting-097 .inquiry-reach-420,
    .title-greeting-097 .pic-border-523 {
    transition: none;
}.title-greeting-097 svg:hover,
    .title-greeting-097 .inquiry-reach-420:hover,
    .title-greeting-097 .pic-border-523:hover {
    transform: none;
}}footer {
    position: relative;
}footer::before {
    z-index: 1;
    bottom: 0;
    position: absolute;
    content: '';
    left: 0;
    opacity: 0.95;
    background: linear-gradient(125deg, #000000 0%, rgb(173,163,152) 100%);
    right: 0;
    top: 0;
}.degree-path-824 {
    padding: 60px 0;
    color: #ffffff;
    font-family: Arial, sans-serif;
    position: relative;
    z-index: 2;
}.degree-path-824 .container {
    flex-wrap: wrap;
    display: flex;
}.degree-path-824 .company_holder {
    margin-bottom: 40px;
    background: rgba(0, 0, 0, 0.2);
    flex: 0 0 100%;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    padding: 25px;
    text-align: center;
    border-radius: 20px;
}.degree-path-824 .company_holder h3 {
    margin-bottom: 20px;
    letter-spacing: 1px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    font-weight: 700;
    font-size: 32px;
}.degree-path-824 .cheat-sheet-897 {
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
    margin: 0 auto;
    padding: 15px 20px;
    border-radius: 10px;
    max-width: 80%;
    line-height: 1.7;
}.degree-path-824 .quiz-links-243 {
    margin-top: 20px;
    flex: 0 0 100%;
}.degree-path-824 .header-main-901 {
    margin-top: 30px;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    gap: 30px;
}.degree-path-824 .site-header-807 {
    padding: 20px;
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    flex: 0 0 calc(50% - 30px);
    max-width: calc(50% - 30px);
    border-radius: 20px;
}.degree-path-824 .site-header-807:hover {
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}.degree-path-824 .site-header-807 h5 {
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 18px;
    color: #ffffff;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
}.degree-path-824 .site-header-807 .header-main-901 {
    flex-direction: column;
    margin-top: 0;
    display: flex;
    gap: 12px;
}.degree-path-824 .site-header-807 .header-main-901 a {
    transition: all 0.3s ease;
    padding: 8px 12px;
    text-decoration: none;
    color: #ffffff;
    text-align: center;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    font-size: 16px;
}.degree-path-824 .site-header-807 .header-main-901 a:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
    color: #ffffff;
    background: rgba(255, 255, 255, 0.15);
}.partner-logo-392 {
    padding: 20px 0;
    margin-top: 40px;
    z-index: 2;
    background: rgba(0, 0, 0, 0.3);
    position: relative;
}.partner-logo-392::before {
    right: 20%;
    opacity: 0.2;
    content: '';
    left: 20%;
    height: 1px;
    position: absolute;
    top: 0;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
}.partner-logo-392 .container {
    display: flex;
    justify-content: center;
}.partner-logo-392 .assign-help-563 {
    letter-spacing: 0.5px;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
}

@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
@media (min-width: 768px) {.degree-path-824 .header-main-901 {
    justify-content: space-between;
}.degree-path-824 .company_holder {
    text-align: left;
    flex: 0 0 30%;
}.degree-path-824 .quiz-links-243 {
    flex: 0 0 65%;
}.degree-path-824 .container {
    align-items: flex-start;
    justify-content: space-between;
}.degree-path-824 .cheat-sheet-897 {
    max-width: 100%;
    margin: 0;
    text-align: left;
}
}

@media (max-width: 767px) {.degree-path-824 .site-header-807 {
    max-width: 100%;
    margin-bottom: 20px;
    flex: 0 0 100%;
}.degree-path-824 .company_holder {
    padding: 20px 15px;
}.degree-path-824 .cheat-sheet-897 {
    padding: 15px;
    max-width: 100%;
}
}

@media (max-width: 576px) {.degree-path-824 {
    padding: 40px 0;
}.degree-path-824 .company_holder h3 {
    font-size: calc(32px * 0.8);
}.degree-path-824 .site-header-807 h5 {
    font-size: calc(18px * 0.9);
}.degree-path-824 .site-header-807 .header-main-901 a {
    font-size: calc(16px * 0.95);
}}

@keyframes pulseLight {
    0%, 100% {
        opacity: 0.1;
        transform: scale(1);
    }
    50% {
        opacity: 0.15;
        transform: scale(1.1);
    }
}

footer::after {
    background-image: linear-gradient(0deg, 
        rgba(255, 255, 255, 0.02) 1px, 
        transparent 1px),
        linear-gradient(90deg, 
        rgba(255, 255, 255, 0.02) 1px, 
        transparent 1px);
    content: '';
    z-index: 1;
    background-size: 20px 20px;
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
}.reach-out-291 {
    overflow: hidden;
    background: rgb(233,229,225);
    padding: 100px 0;
    position: relative;
}.reach-out-291::before {
    top: 0;
    background-image: linear-gradient(30deg, rgb(173,163,152,0.5) 12%, transparent 12.5%, transparent 87%, rgb(173,163,152,0.5) 87.5%, rgb(173,163,152,0.5)),
                      linear-gradient(150deg, rgb(173,163,152,0.5) 12%, transparent 12.5%, transparent 87%, rgb(173,163,152,0.5) 87.5%, rgb(173,163,152,0.5)),
                      linear-gradient(30deg, rgb(173,163,152,0.5) 12%, transparent 12.5%, transparent 87%, rgb(173,163,152,0.5) 87.5%, rgb(173,163,152,0.5)),
                      linear-gradient(150deg, rgb(173,163,152,0.5) 12%, transparent 12.5%, transparent 87%, rgb(173,163,152,0.5) 87.5%, rgb(173,163,152,0.5)),
                      linear-gradient(60deg, rgb(208,199,191,0.5) 25%, transparent 25.5%, transparent 75%, rgb(208,199,191,0.5) 75%, rgb(208,199,191,0.5)),
                      linear-gradient(60deg, rgb(208,199,191,0.5) 25%, transparent 25.5%, transparent 75%, rgb(208,199,191,0.5) 75%, rgb(208,199,191,0.5));
    opacity: 0.05;
    width: 100%;
    left: 0;
    background-size: 80px 140px;
    content: '';
    position: absolute;
    height: 100%;
    background-position: 0 0, 0 0, 40px 70px, 40px 70px, 0 0, 40px 70px;
}.reach-out-291 .pic-border-523 {
    width: 45%;
    position: absolute;
    top: 5%;
    border-radius: 0 26px 26px 0;
    left: 0;
    box-shadow: 5px 0 25px rgba(0, 0, 0, 0.2);
    height: 90%;
}.reach-out-291 .pic-border-523::after {
    border-radius: 0 26px 26px 0;
    position: absolute;
    top: 0;
    content: '';
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
    left: 0;
    height: 100%;
    width: 100%;
}.reach-out-291 .container {
    padding: 0 20px;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.reach-out-291 h3 {
    font-family: Arial, sans-serif;
    padding: 10px 30px;
    font-weight: 700;
    margin-bottom: 50px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    font-size: 38px;
    display: inline-block;
    background: #ffffff;
    border-radius: 10px;
    text-align: center;
    color: rgb(208,199,191);
    position: relative;
}.reach-out-291 .support-message-120 {
    position: relative;
    border-radius: 26px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    background: #ffffff;
    flex-direction: column;
    width: 60%;
    float: right;
    display: flex;
}.reach-out-291 .support-message-120::before {
    left: 0;
    position: absolute;
    background: linear-gradient(to right, rgb(208,199,191), rgb(173,163,152));
    height: 5px;
    top: 0;
    content: '';
    width: 100%;
}.reach-out-291 .inquiry-grid-498 {
    padding: 40px;
}.reach-out-291 form h3 {
    display: block;
    background: transparent;
    margin-bottom: 30px;
    text-align: left;
    padding-bottom: 10px;
    color: #000000;
    font-size: 23px;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    border-bottom: 2px solid rgb(173,163,152,0.5);
    width: 100%;
}.reach-out-291 input[type="text"],
.reach-out-291 textarea {
    padding: 15px;
    color: #000000;
    font-family: Arial, sans-serif;
    margin-bottom: 20px;
    border-radius: 10px;
    font-size: 15px;
    background: rgb(233,229,225);
    border: none;
    transition: all 0.3s ease;
    width: 100%;
}.reach-out-291 input[type="text"]:focus,
.reach-out-291 textarea:focus {
    background: #ffffff;
    outline: none;
    box-shadow: 0 0 0 2px rgb(208,199,191);
}.reach-out-291 textarea {
    height: 130px;
    resize: none;
}.reach-out-291 .help-request-453 {
    margin-bottom: 25px;
    align-items: flex-start;
    display: flex;
}.reach-out-291 .help-request-453 input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.reach-out-291 .help-request-453 label {
    line-height: 1.5;
    position: relative;
    font-size: 15px;
    cursor: pointer;
    padding-left: 30px;
    color: #000000;
}.reach-out-291 .help-request-453 label::before {
    border: 1px solid rgb(208,199,191);
    top: 2px;
    width: 18px;
    left: 0;
    border-radius: 10px;
    height: 18px;
    content: '';
    transition: all 0.3s ease;
    position: absolute;
}.reach-out-291 .help-request-453 input[type="checkbox"]:checked + label::before {
    background: rgb(208,199,191);
}.reach-out-291 .help-request-453 input[type="checkbox"]:checked + label::after {
    height: 9px;
    transform: rotate(45deg);
    position: absolute;
    top: 6px;
    width: 6px;
    content: '';
    border-width: 0 2px 2px 0;
    border: solid #ffffff;
    left: 6px;
}.reach-out-291 .help-request-453 a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: rgb(208,199,191);
    font-weight: 600;
}.reach-out-291 .help-request-453 a:hover {
    text-decoration: underline;
    color: rgb(173,163,152);
}.reach-out-291 .inquiry-reach-420 {
    background: linear-gradient(to right, rgb(208,199,191), rgb(208,199,191));
    background-size: 200% auto;
    font-weight: 600;
    border-radius: 10px;
    border: none;
    padding: 14px 30px;
    cursor: pointer;
    transition: all 0.5s ease;
    font-size: 14px;
    color: #ffffff;
    font-family: Arial, sans-serif;
}.reach-out-291 .inquiry-reach-420:hover {
    background-position: right center;
    box-shadow: 0 5px 15px rgb(208,199,191,0.5);
    transform: translateY(-2px);
}.reach-out-291 .inquiry-panel-178 {
    color: #ffffff;
    padding: 40px;
    background: linear-gradient(135deg, rgb(208,199,191), rgb(173,163,152));
}.reach-out-291 .inquiry-panel-178 h4 {
    font-weight: 600;
    font-family: Arial, sans-serif;
    position: relative;
    color: #ffffff;
    margin-bottom: 25px;
    font-size: 23px;
}.reach-out-291 .inquiry-panel-178 h4::after {
    width: 40px;
    content: '';
    background: #ffffff;
    position: absolute;
    height: 2px;
    left: 0;
    bottom: -8px;
}.reach-out-291 .support-info-839 {
    padding: 0;
    margin: 0;
    list-style: none;
}.reach-out-291 .support-info-839 li {
    align-items: flex-start;
    transition: transform 0.3s ease;
    display: flex;
    margin-bottom: 20px;
}.reach-out-291 .support-info-839 li:hover {
    transform: translateX(5px);
}.reach-out-291 .support-info-839 svg {
    margin-right: 15px;
    width: 22px;
    height: 22px;
    margin-top: 3px;
    flex-shrink: 0;
}.reach-out-291 .support-info-839 svg path {
    fill: #ffffff;
}.reach-out-291 .support-info-839 span {
    font-family: Arial, sans-serif;
    line-height: 1.5;
    font-size: 15px;
    color: #ffffff;
}.reach-out-291 .support-info-839 a {
    text-decoration: none;
    color: #ffffff;
    transition: all 0.3s ease;
}.reach-out-291 .support-info-839 a:hover {
    text-decoration: underline;
    opacity: 0.8;
}

@media (max-width: 992px) {.reach-out-291 {
    padding: 80px 0;
}.reach-out-291 .pic-border-523 {
    display: none;
}.reach-out-291 .support-message-120 {
    margin: 0 auto;
    float: none;
    max-width: 650px;
    width: 100%;
}
}

@media (max-width: 768px) {.reach-out-291 {
    padding: 60px 0;
}.reach-out-291 h3 {
    margin-bottom: 40px;
    font-size: calc(38px * 0.9);
}.reach-out-291 .inquiry-grid-498,
    .reach-out-291 .inquiry-panel-178 {
    padding: 30px;
}.reach-out-291 form h3,
    .reach-out-291 .inquiry-panel-178 h4 {
    margin-bottom: 20px;
    font-size: calc(23px * 0.9);
}
}

@media (max-width: 576px) {.reach-out-291 {
    padding: 40px 0;
}.reach-out-291 h3 {
    font-size: calc(38px * 0.8);
    margin-bottom: 30px;
}.reach-out-291 .inquiry-grid-498,
    .reach-out-291 .inquiry-panel-178 {
    padding: 25px 20px;
}.reach-out-291 input[type="text"],
    .reach-out-291 textarea {
    padding: 12px;
    margin-bottom: 15px;
}.reach-out-291 textarea {
    height: 110px;
}.reach-out-291 .inquiry-reach-420 {
    width: 100%;
}}.cookie-overlay-window-752 {
    border-top: 3px solid rgb(208,199,191);
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    bottom: 0;
    z-index: 90;
    width: 100%;
    transition: transform 0.3s ease-in-out;
    background: rgb(233,229,225);
    position: fixed;
}.cookie-show-169 {
    margin: 0 auto;
    justify-content: space-between;
    padding: 20px 15px;
    align-items: center;
    max-width: 1200px;
    display: flex;
}.cookie-layer-246 {
    margin-right: 15px;
    flex-shrink: 0;
}.cookie-layer-246 svg {
    height: 60px;
    width: 60px;
    fill: rgb(208,199,191);
    transition: fill 0.3s ease;
}.cookie-layer-246 svg:hover {
    fill: rgb(173,163,152);
}.learn-prefs-541 {
    margin-right: 15px;
    flex-grow: 1;
    color: #000000;
}.cookie-overlay-window-752 h5 {
    color: rgb(208,199,191);
    font-weight: 600;
    margin-bottom: 8px;
    font-family: Arial, sans-serif;
    font-size: 21px;
}.cookie-overlay-window-752 p {
    color: #000000;
    font-size: 17px;
    font-family: Arial, sans-serif;
    line-height: 1.5;
}.cookie-guide-052 {
    margin-left: 10px;
    line-height: 35px;
    cursor: pointer;
    text-decoration: none;
    padding: 10px 20px;
    background: rgb(208,199,191);
    transition: background 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    border-radius: 29px;
}.cookie-guide-052:hover {
    background: rgb(173,163,152);
    box-shadow: 0 0 10px rgb(173,163,152,0.5);
}#cookies-consent-approval-702 {
    background: rgb(208,199,191);
}#reject-cookies-collection-319 {
    background: rgba(0, 0, 0, 0.5);
}.cookie-overlay-window-752 p a {
    text-decoration: underline;
    color: rgb(208,199,191);
    transition: color 0.3s ease;
}.cookie-overlay-window-752 p a:hover {
    color: rgb(173,163,152);
}
@media only screen and (max-width: 1200px) {.cookie-show-169 {
    align-items: center;
    flex-direction: column;
}.cookie-layer-246 {
    margin-bottom: 15px;
}.learn-prefs-541 {
    text-align: center;
    margin-bottom: 15px;
    margin-right: 0;
}.cookie-guide-052 {
    margin-left: 0;
    width: 100%;
    max-width: 200px;
    margin-bottom: 10px;
}
}
@media only screen and (max-width: 800px) {.cookie-show-169 {
    padding: 15px;
}.cookie-layer-246 {
    display: none;
}.cookie-overlay-window-752 h5 {
    font-size: 17px;
}.cookie-overlay-window-752 p {
    font-size: 16px;
}}
#panelCookieWarning-376 {
    display: none;
}#panelCookieWarning-376:checked ~ .cookie-overlay-window-752 {
    visibility: hidden;
    opacity: 0;
}.course-instructor-271 {
    overflow: hidden;
    isolation: isolate;
    background: rgb(233,229,225);
    padding: 5rem 2rem;
    position: relative;
}.course-instructor-271::before {
    width: 60%;
    transform: rotate(15deg);
    position: absolute;
    z-index: -1;
    content: "";
    background: rgb(208,199,191,0.5);
    height: 140%;
    right: -5%;
    filter: blur(3px);
    top: -20%;
}.course-instructor-271::after {
    left: -5%;
    width: 30%;
    z-index: -1;
    animation: morph 15s linear infinite alternate;
    content: "";
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    bottom: -5%;
    background: rgb(173,163,152,0.5);
    height: 30%;
    position: absolute;
}@keyframes morph {
    0% {
        border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    }
    100% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
}

.course-instructor-271 .learner-review-736 {
    margin: 0 auto;
    position: relative;
    max-width: 1100px;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    display: grid;
}.course-instructor-271 .pic-border-523 {
    transform: translateX(-5%);
    grid-column: 1 / 2;
    position: relative;
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
    z-index: 2;
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    border-radius: 0;
    height: 450px;
    grid-row: 1 / 2;
    width: 100%;
}.course-instructor-271 .pic-border-523::after {
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    position: absolute;
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.5) 0%,
        transparent 50%
    );
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
    width: 100%;
}.course-instructor-271 .learner-review-736:hover .pic-border-523 {
    transform: translateX(0) scale(1.02);
    filter: contrast(1.1);
}.course-instructor-271 .career-achievements-205 {
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
    transform: translateX(-15%);
    flex-direction: column;
    justify-content: center;
    background: #ffffff;
    display: flex;
    padding: 3rem 3rem 3rem 5rem;
    grid-column: 2 / 3;
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    z-index: 1;
    grid-row: 1 / 2;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.5);
}.course-instructor-271 .learner-review-736:hover .career-achievements-205 {
    transform: translateX(-10%) translateY(-5px);
    box-shadow: 0 25px 50px -15px rgba(0, 0, 0, 0.5);
}.course-instructor-271 .name {
    color: rgb(208,199,191);
    position: relative;
    display: inline-block;
    margin-bottom: 0.7rem;
    font-size: 36px;
    font-weight: 700;
}.course-instructor-271 .name::before {
    content: "";
    width: 30px;
    background: rgb(173,163,152,0.5);
    z-index: -1;
    left: -20px;
    transition: transform 0.4s ease 0.2s;
    top: -10px;
    position: absolute;
    transform: rotate(45deg) scale(0);
    height: 30px;
    border-radius: 10px;
}.course-instructor-271 .learner-review-736:hover .name::before {
    transform: rotate(45deg) scale(1);
}.course-instructor-271 .career-achievements-205 > div:nth-child(2) {
    opacity: 0.9;
    color: rgb(173,163,152);
    opacity: 0;
    margin-bottom: 2rem;
    font-size: 16px;
    font-weight: 600;
    transform: translateX(-20px);
    transition: all 0.5s ease 0.3s;
}.course-instructor-271 .learner-review-736:hover .career-achievements-205 > div:nth-child(2) {
    opacity: 1;
    transform: translateX(0);
}.course-instructor-271 .career-details-534 {
    padding-top: 20px;
    position: relative;
    line-height: 1.7;
    font-size: 12px;
    font-weight: 400;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s ease 0.5s;
    color: #000000;
    font-style: italic;
}.course-instructor-271 .learner-review-736:hover .career-details-534 {
    transform: translateY(0);
    opacity: 1;
}.course-instructor-271 .career-details-534::before {
    width: 60px;
    left: 0;
    height: 3px;
    position: absolute;
    background: linear-gradient(to right, rgb(208,199,191), transparent);
    content: "";
    top: 0;
}@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}

.course-instructor-271 .career-achievements-205::after {
    height: 40px;
    background: rgb(208,199,191,0.5);
    content: "";
    animation: float 4s ease-in-out infinite;
    right: 20px;
    z-index: -1;
    border-radius: 50%;
    bottom: 20px;
    width: 40px;
    position: absolute;
}

@media (max-width: 992px) {.course-instructor-271 .learner-review-736 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    gap: 2rem;
}.course-instructor-271 .pic-border-523 {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    transform: none;
    height: 300px;
}.course-instructor-271 .pic-border-523::after {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}.course-instructor-271 .career-achievements-205 {
    grid-column: 1 / 2;
    transform: none;
    clip-path: none;
    grid-row: 2 / 3;
    padding: 2rem;
}.course-instructor-271 .learner-review-736:hover .career-achievements-205 {
    transform: translateY(-5px);
}}.price-offering-910 {
    overflow: hidden;
    position: relative;
    padding: 4rem 0;
    color: #ffffff;
}.price-offering-910::before {
    background: linear-gradient(135deg, rgba(34, 30, 80, 0.95), rgba(19, 31, 60, 0.85));
    left: 0;
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
}.price-offering-910 .container {
    max-width: 1200px;
    padding: 0 1.5rem;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}.price-offering-910 .discount-tier-940 {
    position: relative;
}.price-offering-910 h2 {
    transform: translateY(10px);
    animation: fadeIn 0.8s ease-out forwards;
    font-size: 35px;
    background-clip: text !important;
    color: transparent;
    background: linear-gradient(90deg, rgb(208,199,191), rgb(173,163,152));
    text-align: center;
    -webkit-background-clip: text !important;
    font-weight: 700;
    margin-bottom: 1.5rem;
}.price-offering-910 .fee-plan-230 {
    animation: fadeIn 0.8s ease-out 0.2s forwards;
    font-size: calc(16px * 1.1);
    position: relative;
    color: #ffffff;
    max-width: 800px;
    text-align: center;
    transform: translateY(15px);
    margin: 0 auto 3rem;
    padding: 0 1rem;
    opacity: 0;
    line-height: 1.6;
}.price-offering-910 .edu-rates-175 {
    list-style: none;
    padding: 0;
    gap: 2rem;
    perspective: 1000px;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    display: grid;
    margin: 0;
}.price-offering-910 .edu-rates-175 li {
    opacity: 0;
    animation: fadeInUp 0.8s ease-out forwards;
    transform: translateY(30px);
}.price-offering-910 .edu-rates-175 li:nth-child(1) {
    animation-delay: 0.2s;
}.price-offering-910 .edu-rates-175 li:nth-child(2) {
    animation-delay: 0.3s;
}.price-offering-910 .edu-rates-175 li:nth-child(3) {
    animation-delay: 0.4s;
}.price-offering-910 .edu-rates-175 li:nth-child(4) {
    animation-delay: 0.5s;
}.price-offering-910 .group-plans-618 {
    display: block;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 100%;
    text-decoration: none;
}.price-offering-910 .group-plans-618:hover {
    transform: translateY(-12px) scale(1.02);
}.price-offering-910 .rate-schemes-856 {
    height: 100%;
    overflow: hidden;
    flex-direction: column;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2), 0 1px 3px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0;
    transition: all 0.4s ease;
    position: relative;
    background: linear-gradient(140deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.05) 100%);
    backdrop-filter: blur(10px);
    display: flex;
    -webkit-backdrop-filter: blur(10px);
}.price-offering-910 .rate-schemes-856::before {
    background: linear-gradient(90deg, rgb(208,199,191), rgb(173,163,152));
    top: 0;
    content: "";
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    height: 5px;
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    left: 0;
    transform-origin: left;
}.price-offering-910 .group-plans-618:hover .rate-schemes-856::before {
    transform: scaleX(1);
}.price-offering-910 .bundle-offer-920 {
    color: #ffffff;
    height: 100%;
    flex-direction: column;
    padding: 2.5rem 2rem;
    display: flex;
}.price-offering-910 .bundle-offer-920 h4 {
    padding-bottom: 0.75rem;
    position: relative;
    font-size: calc(24px * 1.2);
    margin-top: 0;
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: #ffffff;
}.price-offering-910 .bundle-offer-920 h4::after {
    height: 2px;
    content: "";
    width: 50px;
    bottom: 0;
    left: 0;
    position: absolute;
    background: rgb(173,163,152);
}.price-offering-910 .bundle-offer-920 p {
    word-wrap: break-word;
    word-break: break-word;
    flex-grow: 1;
    overflow-wrap: break-word;
    margin-bottom: 2rem;
    font-size: 16px;
    hyphens: auto;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.85);
}.price-offering-910 .group-rates-317 {
    align-items: center;
    display: inline-flex;
    font-size: calc(16px * 1.3);
    font-weight: 700;
    align-self: flex-start;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    justify-content: center;
    margin-top: auto;
    padding: 0.75rem 1.5rem;
    background: linear-gradient(120deg, rgb(208,199,191), rgb(173,163,152));
    transition: all 0.3s ease;
    border-radius: 10px;
}.price-offering-910 .group-plans-618:hover .group-rates-317 {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
    transform: translateY(-5px);
}

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

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


@media (max-width: 1200px) {.price-offering-910 .edu-rates-175 {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}.price-offering-910 .bundle-offer-920 {
    padding: 2rem 1.5rem;
}
}

@media (max-width: 991px) {.price-offering-910 {
    padding: 3.5rem 0;
}.price-offering-910 h2 {
    font-size: calc(35px * 0.9);
}.price-offering-910 .fee-plan-230 {
    margin-bottom: 2.5rem;
    font-size: 16px;
}
}

@media (max-width: 768px) {.price-offering-910 {
    padding: 3rem 0;
}.price-offering-910 h2 {
    font-size: calc(35px * 0.85);
}.price-offering-910 .edu-rates-175 {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin: 0 auto;
}.price-offering-910 .bundle-offer-920 h4 {
    font-size: 24px;
}.price-offering-910 .group-rates-317 {
    padding: 0.6rem 1.2rem;
    font-size: calc(16px * 1.2);
}
}

@media (max-width: 480px) {.price-offering-910 {
    padding: 2.5rem 0;
}.price-offering-910 h2 {
    font-size: calc(35px * 0.8);
}.price-offering-910 .fee-plan-230 {
    font-size: calc(16px * 0.95);
    margin-bottom: 2rem;
}.price-offering-910 .bundle-offer-920 {
    padding: 1.75rem 1.25rem;
}.price-offering-910 .bundle-offer-920 p {
    margin-bottom: 1.5rem;
    font-size: calc(16px * 0.95);
}}.privacy-recess-358 {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
    padding: 40px 20px;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease-in-out;
    color: #000000;
    background-color: rgb(233,229,225);
}.privacy-recess-358 h1, .privacy-recess-358 h2, .privacy-recess-358 h3, .privacy-recess-358 h4, .privacy-recess-358 h5, .privacy-recess-358 h6 {
    color: rgb(208,199,191);
    margin-bottom: 20px;
}.privacy-recess-358 h1 {
    padding-bottom: 10px;
    font-size: 47px;
    border-bottom: 2px solid rgb(208,199,191);
    font-weight: 700;
}.privacy-recess-358 h2 {
    font-weight: 600;
    font-size: 35px;
}.privacy-recess-358 h3 {
    font-size: 1.5em;
    font-weight: 600;
}.privacy-recess-358 h4 {
    font-size: 1.25em;
    font-weight: 400;
}.privacy-recess-358 h5 {
    font-weight: 400;
    font-size: 21px;
}.privacy-recess-358 h6 {
    font-weight: 300;
    font-size: 20px;
}.privacy-recess-358 ul, .privacy-recess-358 ol {
    margin-left: 20px;
    padding-left: 20px;
    list-style: none;
}.privacy-recess-358 ul li, .privacy-recess-358 ol li {
    position: relative;
    padding-left: 20px;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 10px;
}.privacy-recess-358 ul li:before {
    left: 0;
    content: '•';
    color: rgb(173,163,152);
    position: absolute;
    font-size: 1.2em;
}.privacy-recess-358 p, .privacy-recess-358 span, .privacy-recess-358 div {
    line-height: 1.8;
    font-size: 18px;
    margin-bottom: 20px;
    color: #000000;
}
@media only screen and (max-width: 800px) {.privacy-recess-358 {
    padding: 20px 10px;
}.privacy-recess-358 h1 {
    font-size: calc(21px - 10%);
}.privacy-recess-358 h2 {
    font-size: calc(21px - 10%);
}.privacy-recess-358 p, .privacy-recess-358 span, .privacy-recess-358 div {
    font-size: calc(18px - 10%);
}}
.privacy-recess-358 a {
    color: rgb(208,199,191);
    transition: color 0.3s ease-in-out;
    text-decoration: underline;
}.privacy-recess-358 a:hover {
    color: rgb(173,163,152);
}.privacy-recess-358 blockquote {
    padding: 15px 20px;
    font-style: italic;
    border-left: 5px solid rgb(208,199,191);
    margin: 20px 0;
    background-color: rgb(208,199,191,0.5);
}.privacy-recess-358 code {
    padding: 2px 6px;
    border-radius: 10px;
    font-family: monospace;
    background-color: rgb(173,163,152,0.5);
}.privacy-recess-358 hr {
    height: 1px;
    background: rgba(0, 0, 0, 0.5);
    border: 0;
    margin: 30px 0;
}.gratZone-184 {
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: 100vh;
    perspective: 1000px;
    background: linear-gradient(135deg, rgb(233,229,225) 0%, #ffffff 100%);
    display: flex;
    overflow: hidden;
}.gratZone-184::before {
    background: 
        linear-gradient(120deg, rgb(208,199,191,0.5) 0%, transparent 40%),
        linear-gradient(-120deg, rgb(173,163,152,0.5) 0%, transparent 40%);
    left: -5%;
    width: 120%;
    height: 120%;
    content: "";
    z-index: 0;
    pointer-events: none;
    top: -10%;
    transform: rotate(-5deg) skewX(5deg);
    position: absolute;
}.gratZone-184::after {
    width: 60%;
    right: -20%;
    filter: blur(80px);
    content: "";
    z-index: 0;
    transform: rotate(15deg);
    height: 60%;
    position: absolute;
    background: linear-gradient(135deg, rgb(208,199,191,0.5) 0%, rgb(173,163,152,0.5) 100%);
    opacity: 0.2;
    bottom: -20%;
}.gratZone-184 .container {
    z-index: 2;
    width: 90%;
    position: relative;
    transform-style: preserve-3d;
    animation: container-entry 1.2s cubic-bezier(0.215, 0.610, 0.355, 1.000) forwards;
    max-width: 1200px;
}.gratZone-184 .fast-learn-615 {
    background-color: #ffffff;
    transform: translateZ(0) rotateX(2deg);
    position: relative;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(0, 0, 0, 0.02);
    padding: calc(2rem + 3vw);
    transition: transform 0.5s ease;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 30px), 
        calc(100% - 30px) 100%, 
        0 100%
    );
    transform-style: preserve-3d;
}.gratZone-184 .fast-learn-615::before {
    position: absolute;
    right: 20px;
    top: 20px;
    opacity: 0.4;
    border: 1px solid rgb(208,199,191,0.5);
    left: 20px;
    content: "";
    pointer-events: none;
    bottom: 20px;
    transform: translateZ(-10px);
}.gratZone-184 .fast-learn-615:hover {
    transform: translateZ(10px) rotateX(0deg);
}.gratZone-184 .fast-learn-615 > div:first-child {
    margin-bottom: 2rem;
    transform: translateZ(20px);
    position: relative;
}.gratZone-184 .fast-learn-615 > div:first-child::after {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    content: "";
    height: 4px;
    position: absolute;
    left: 0;
    transform: scaleX(1);
    bottom: -10px;
    background: linear-gradient(90deg, rgb(208,199,191) 0%, rgb(173,163,152) 100%);
    width: 80px;
    transform-origin: left center;
}.gratZone-184 .fast-learn-615:hover > div:first-child::after {
    transform: scaleX(1.5);
}.gratZone-184 h5 {
    color: #000000;
    transition: transform 0.5s ease;
    font-weight: 700;
    margin: 0;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    line-height: 1.4;
    position: relative;
    font-size: 23px;
    transform: translateZ(30px);
}.gratZone-184 .fast-learn-615:hover h5 {
    transform: translateZ(40px);
}.gratZone-184 .fast-learn-615 > div:last-child {
    position: relative;
    transform: translateZ(10px);
    transition: transform 0.5s ease;
}.gratZone-184 .fast-learn-615:hover > div:last-child {
    transform: translateZ(20px);
}.gratZone-184 p {
    font-weight: 400;
    transform: translateZ(0);
    margin: 0;
    font-size: 17px;
    line-height: 1.8;
    transition: color 0.3s ease, transform 0.5s ease;
    color: #000000;
    position: relative;
}.gratZone-184 a {
    overflow: hidden;
    transition: transform 0.3s ease;
    text-decoration: none;
    position: relative;
    display: block;
}.gratZone-184 a::before {
    height: 100%;
    content: "";
    width: 100%;
    opacity: 0;
    background: linear-gradient(135deg, 
        transparent 0%, 
        transparent 95%, 
        rgb(208,199,191,0.5) 95%, 
        rgb(208,199,191,0.5) 100%
    );
    transition: opacity 0.3s ease, transform 0.3s ease;
    transform: translateY(10px);
    bottom: 0;
    left: 0;
    z-index: -1;
    position: absolute;
}.gratZone-184 a:hover::before {
    opacity: 0.2;
    transform: translateY(0);
}.gratZone-184 a:hover p {
    color: rgb(208,199,191);
    transform: translateZ(5px);
}

@keyframes container-entry {
    0% {
        opacity: 0;
        transform: translateY(40px) translateZ(-100px) rotateX(10deg);
    }
    100% {
        opacity: 1;
        transform: translateY(0) translateZ(0) rotateX(0);
    }
}

@media (max-width: 991px) {.gratZone-184 {
    padding: 4rem 0;
}.gratZone-184 .fast-learn-615 {
    transform: translateZ(0) rotateX(1deg);
    padding: calc(1.5rem + 2vw);
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 20px), 
            calc(100% - 20px) 100%, 
            0 100%
        );
}.gratZone-184 h5 {
    font-size: calc(23px * 0.9);
    line-height: 1.5;
}.gratZone-184 p {
    line-height: 1.7;
    font-size: calc(17px * 0.95);
}
}

@media (max-width: 767px) {.gratZone-184 {
    min-height: auto;
}.gratZone-184 .container {
    width: 95%;
}.gratZone-184 .fast-learn-615 {
    transform: none;
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 15px), 
            calc(100% - 15px) 100%, 
            0 100%
        );
    padding: 1.5rem;
}.gratZone-184 .fast-learn-615::before {
    bottom: 10px;
    top: 10px;
    right: 10px;
    left: 10px;
}.gratZone-184 .fast-learn-615 > div:first-child::after {
    width: 60px;
    height: 3px;
}.gratZone-184 h5 {
    transform: none;
    font-size: calc(23px * 0.85);
}.gratZone-184 p {
    line-height: 1.6;
    font-size: calc(17px * 0.9);
}.gratZone-184 .fast-learn-615:hover h5,
    .gratZone-184 .fast-learn-615:hover > div:last-child,
    .gratZone-184 .fast-learn-615:hover {
    transform: none;
}
}

@media (max-width: 480px) {.gratZone-184 {
    padding: 3rem 0;
}.gratZone-184 .fast-learn-615 {
    padding: 1.25rem;
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 10px), 
            calc(100% - 10px) 100%, 
            0 100%
        );
    box-shadow: 
            0 10px 25px rgba(0, 0, 0, 0.08),
            0 3px 10px rgba(0, 0, 0, 0.04),
            0 0 0 1px rgba(0, 0, 0, 0.02);
}.gratZone-184 h5 {
    font-size: calc(23px * 0.8);
    line-height: 1.4;
}.gratZone-184 p {
    font-size: calc(17px * 0.85);
    line-height: 1.5;
}.gratZone-184 .fast-learn-615 > div:first-child {
    margin-bottom: 1.5rem;
}.gratZone-184 .fast-learn-615 > div:first-child::after {
    width: 50px;
    height: 3px;
    bottom: -8px;
}}.explore-now-235 {
    background: linear-gradient(135deg, rgb(208,199,191) 0%, rgb(173,163,152) 100%);
    z-index: 1;
    position: relative;
    overflow: hidden;
    padding: 4rem 2rem;
}.explore-now-235::before {
    top: 0;
    height: 100%;
    content: "";
    z-index: -1;
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.03) 2px,
        transparent 2px,
        transparent 10px
    );
    left: 0;
    width: 100%;
}.explore-now-235::after {
    transform: rotate(-15deg);
    top: -30%;
    width: 40%;
    position: absolute;
    right: -10%;
    background: radial-gradient(
        circle at center,
        rgba(255, 255, 255, 0.15) 0%,
        transparent 70%
    );
    content: "";
    z-index: -1;
    height: 150%;
}.explore-now-235 .container {
    max-width: 1140px;
    position: relative;
    perspective: 1000px;
    align-items: center;
    transform-style: preserve-3d;
    flex-direction: column;
    display: flex;
    margin: 0 auto;
}.explore-now-235 h6 {
    font-size: calc(19px * 1.1);
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    font-weight: 600;
    margin-bottom: 2.5rem;
    max-width: 800px;
    color: #ffffff;
    line-height: 1.6;
    text-align: center;
    font-family: Arial, sans-serif;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    opacity: 0;
    transform: translateZ(10px);
}.explore-now-235 div div {
    transform: translateZ(20px);
    justify-content: center;
    display: flex;
}.explore-now-235 span {
    display: inline-block;
    position: relative;
    animation: fadeInUp 0.8s ease-out 0.6s forwards;
    opacity: 0;
}.explore-now-235 .inquiry-reach-420 {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    padding: 1rem 2rem;
    font-family: Arial, sans-serif;
    overflow: hidden;
    transition: all 0.35s cubic-bezier(0.25, 1, 0.5, 1);
    align-items: center;
    background-color: #ffffff;
    font-weight: 600;
    justify-content: center;
    z-index: 1;
    color: rgb(208,199,191);
    text-decoration: none;
    border-radius: 10px;
    position: relative;
    transform: translateY(0);
    font-size: 14px;
    display: inline-flex;
}.explore-now-235 .inquiry-reach-420::before {
    width: 100%;
    height: 100%;
    content: "";
    transition: transform 0.8s ease;
    transform: translateX(-100%);
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.2) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    top: 0;
    z-index: -1;
    position: absolute;
    left: 0;
}.explore-now-235 .inquiry-reach-420 span {
    animation: none;
    z-index: 2;
    opacity: 1;
    position: relative;
}.explore-now-235 .inquiry-reach-420:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
    color: rgb(173,163,152);
}.explore-now-235 .inquiry-reach-420:hover::before {
    transform: translateX(100%);
}.explore-now-235 .inquiry-reach-420:active {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

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

@media (max-width: 991px) {.explore-now-235 {
    padding: 3.5rem 1.5rem;
}.explore-now-235 h6 {
    margin-bottom: 2rem;
    font-size: calc(19px * 1);
}.explore-now-235 .inquiry-reach-420 {
    padding: 0.9rem 1.8rem;
}
}

@media (max-width: 767px) {.explore-now-235 {
    padding: 3rem 1.2rem;
}.explore-now-235 h6 {
    line-height: 1.5;
    margin-bottom: 1.8rem;
    font-size: calc(19px * 0.95);
}.explore-now-235 .inquiry-reach-420 {
    font-size: calc(14px * 0.95);
    padding: 0.8rem 1.6rem;
}
}

@media (max-width: 575px) {.explore-now-235 {
    padding: 2.5rem 1rem;
}.explore-now-235 h6 {
    font-size: calc(19px * 0.9);
    line-height: 1.4;
    margin-bottom: 1.5rem;
}.explore-now-235 .inquiry-reach-420 {
    padding: 0.75rem 1.4rem;
    font-size: calc(14px * 0.9);
}.explore-now-235::after {
    right: -20%;
    width: 60%;
}
}

@media (max-width: 380px) {.explore-now-235 h6 {
    font-size: calc(19px * 0.85);
}.explore-now-235 .inquiry-reach-420 {
    font-size: calc(14px * 0.85);
    padding: 0.7rem 1.2rem;
}}.educational-yield-017 {
    background: linear-gradient(145deg, rgb(233,229,225) 0%, rgb(208,199,191,0.5) 100%);
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}.educational-yield-017::before {
    opacity: 0.5;
    height: 100%;
    background: 
        radial-gradient(circle at 10% 20%, rgb(208,199,191,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(173,163,152,0.5) 0%, transparent 40%);
    animation: pulse 8s infinite alternate;
    content: "";
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}@keyframes pulse {
    0% {
        opacity: 0.3;
        transform: scale(1);
    }
    100% {
        opacity: 0.5;
        transform: scale(1.1);
    }
}

.educational-yield-017 .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
    z-index: 2;
    position: relative;
}.educational-yield-017 .fast-learn-615 {
    position: relative;
    gap: 50px;
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.1),
        -10px -10px 30px rgba(255, 255, 255, 0.5);
    flex-direction: row-reverse;
    align-items: center;
    padding: 50px;
    background: #ffffff;
    border-radius: 30px;
    overflow: hidden;
    display: flex;
}.educational-yield-017 .fast-learn-615::before {
    filter: blur(100px);
    border-radius: 50%;
    background: rgb(208,199,191,0.5);
    height: 300px;
    width: 300px;
    content: "";
    right: -150px;
    position: absolute;
    top: -150px;
    z-index: -1;
    opacity: 0.3;
}.educational-yield-017 .fast-learn-615::after {
    bottom: -100px;
    content: "";
    border-radius: 50%;
    background: rgb(173,163,152,0.5);
    position: absolute;
    filter: blur(80px);
    height: 250px;
    opacity: 0.3;
    z-index: -1;
    width: 250px;
    left: -100px;
}.educational-yield-017 .pic-border-523 {
    position: relative;
    border-radius: 50%;
    transition: all 0.5s ease;
    width: 45%;
    box-shadow: 
        10px 10px 20px rgba(0, 0, 0, 0.1),
        -10px -10px 20px rgba(255, 255, 255, 0.5),
        inset 0 0 0 8px rgba(255, 255, 255, 0.5);
}.educational-yield-017 .pic-border-523::before {
    left: 0;
    content: "";
    top: 0;
    width: 100%;
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    height: 100%;
    animation: shine 5s infinite linear;
}@keyframes shine {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.educational-yield-017 .pic-border-523:hover {
    transform: scale(1.03);
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.15),
        -15px -15px 30px rgba(255, 255, 255, 0.7),
        inset 0 0 0 10px rgba(255, 255, 255, 0.8);
}.educational-yield-017 .summary-frame-107 {
    position: relative;
    width: 55%;
    padding: 20px;
}.educational-yield-017 .summary-frame-107::before {
    z-index: -1;
    opacity: 0.3;
    border: 4px solid rgb(208,199,191,0.5);
    height: 80px;
    left: -40px;
    content: "";
    border-radius: 50%;
    width: 80px;
    top: -40px;
    position: absolute;
}.educational-yield-017 h3 {
    position: relative;
    display: inline-block;
    font-size: 33px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 30px;
}.educational-yield-017 h3::after {
    background: linear-gradient(90deg, rgb(208,199,191), rgb(173,163,152));
    left: 0;
    border-radius: 10px;
    height: 6px;
    content: "";
    transform-origin: left;
    transform: scaleX(0.3);
    bottom: -10px;
    position: absolute;
    width: 100%;
    transition: transform 0.5s ease;
}.educational-yield-017 .summary-frame-107:hover h3::after {
    transform: scaleX(1);
}.educational-yield-017 ul {
    margin: 0;
    list-style: none;
    padding: 0;
}.educational-yield-017 li {
    background: rgb(233,229,225);
    padding: 15px 20px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    border-radius: 15px;
    transform-origin: left;
    margin-bottom: 20px;
}.educational-yield-017 li:hover {
    background: linear-gradient(to right, rgb(233,229,225), #ffffff);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transform: scale(1.02);
}.educational-yield-017 li p {
    color: #000000;
    align-items: center;
    gap: 15px;
    display: flex;
    font-size: 13px;
    margin: 0;
}.educational-yield-017 svg {
    align-items: center;
    border-radius: 50%;
    background: rgb(208,199,191);
    display: flex;
    width: 22px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    justify-content: center;
    padding: 10px;
    height: 22px;
}.educational-yield-017 svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}.educational-yield-017 li:hover svg {
    transform: scale(1.1) rotate(10deg);
    background: rgb(173,163,152);
}

@media (max-width: 992px) {.educational-yield-017 {
    padding: 80px 0;
}.educational-yield-017 .fast-learn-615 {
    padding: 40px;
    gap: 40px;
}.educational-yield-017 h3 {
    font-size: calc(33px * 0.9);
}
}

@media (max-width: 768px) {.educational-yield-017 .fast-learn-615 {
    gap: 40px;
    flex-direction: column;
}.educational-yield-017 .pic-border-523 {
    margin: 0 auto;
    width: 70%;
    max-width: 300px;
}.educational-yield-017 .summary-frame-107 {
    width: 100%;
    padding: 10px;
}.educational-yield-017 .summary-frame-107::before {
    left: 50%;
    transform: translateX(-50%);
    top: -30px;
}
}

@media (max-width: 576px) {.educational-yield-017 {
    padding: 60px 0;
}.educational-yield-017 .fast-learn-615 {
    padding: 30px 20px;
}.educational-yield-017 .pic-border-523 {
    width: 80%;
}.educational-yield-017 h3 {
    text-align: center;
    display: block;
    font-size: 19px;
}.educational-yield-017 li {
    padding: 12px 15px;
}.educational-yield-017 li p {
    font-size: 13px;
}.educational-yield-017 svg {
    padding: 8px;
}}.user-comments-371 {
    background: linear-gradient(135deg, rgb(233,229,225) 50%, rgb(208,199,191,0.5) 50%);
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
}.user-comments-371::before {
    top: -5%;
    height: 200px;
    right: -5%;
    width: 200px;
    border-radius: 50%;
    content: "";
    filter: blur(50px);
    background: linear-gradient(45deg, rgb(173,163,152), rgb(208,199,191,0.5));
    position: absolute;
    opacity: 0.7;
    z-index: 0;
}.user-comments-371::after {
    position: absolute;
    background: linear-gradient(135deg, rgb(208,199,191), rgb(173,163,152,0.5));
    filter: blur(60px);
    left: -5%;
    opacity: 0.5;
    border-radius: 50%;
    z-index: 0;
    bottom: -5%;
    content: "";
    width: 250px;
    height: 250px;
}.user-comments-371 .container {
    position: relative;
    z-index: 1;
}.user-comments-371 h2 {
    transform: skewX(-5deg);
    color: #000000;
    display: inline-block;
    margin-bottom: 4rem;
    position: relative;
    font-weight: 700;
    font-size: 31px;
}.user-comments-371 h2::after {
    left: 0;
    background: linear-gradient(90deg, rgb(173,163,152), transparent);
    height: 4px;
    width: 70%;
    transform: translateX(15%);
    position: absolute;
    content: "";
    bottom: -10px;
}.user-comments-371 .learner-ratings-167 {
    gap: 3rem;
    grid-template-columns: repeat(3, 1fr);
    transform: rotate(-2deg);
    display: grid;
}.user-comments-371 .learner-review-736 {
    flex-direction: column;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease;
    transform: rotate(2deg);
    border-radius: 17px;
    display: flex;
    position: relative;
    background: #ffffff;
    overflow: hidden;
    padding: 2rem;
}.user-comments-371 .learner-review-736:nth-child(odd) {
    transform: rotate(4deg) translateY(-15px);
}.user-comments-371 .learner-review-736:nth-child(3n) {
    transform: rotate(-1deg) translateY(10px);
}.user-comments-371 .learner-review-736:hover {
    transform: rotate(0) translateY(-10px) scale(1.05);
    z-index: 2;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.user-comments-371 .learner-review-736::before {
    left: 0;
    content: "";
    position: absolute;
    height: 5px;
    background: linear-gradient(90deg, rgb(173,163,152), rgb(208,199,191));
    top: 0;
    width: 100%;
}.user-comments-371 .learner-review-736 img {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    margin: 0 auto 1rem;
    transition: all 0.5s ease;
    object-fit: cover;
    transform: translateY(-20px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    border: 3px solid #ffffff;
}.user-comments-371 .learner-review-736:hover img {
    transform: translateY(-20px) scale(1.1) rotate(360deg);
}.user-comments-371 .learner-review-736 p {
    font-weight: 600;
    font-size: calc(14px * 1.1);
    margin-bottom: 0.5rem;
    color: #000000;
    text-align: center;
}.user-comments-371 .learner-review-736 .description {
    color: #000000;
    position: relative;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
    font-style: italic;
}.user-comments-371 .learner-review-736 .description::before {
    position: absolute;
    top: -20px;
    font-size: 4rem;
    left: 0;
    color: rgb(173,163,152,0.5);
    font-family: serif;
    content: "";
    z-index: -1;
}

@media (max-width: 992px) {.user-comments-371 .learner-ratings-167 {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 768px) {.user-comments-371 {
    background: linear-gradient(135deg, rgb(233,229,225) 40%, rgb(208,199,191,0.5) 60%);
    padding: 4rem 0;
}.user-comments-371 h2 {
    margin-bottom: 3rem;
    font-size: calc(31px * 0.9);
}.user-comments-371 .learner-ratings-167 {
    gap: 2rem;
    grid-template-columns: 1fr;
    transform: rotate(0);
}.user-comments-371 .learner-review-736,
    .user-comments-371 .learner-review-736:nth-child(odd),
    .user-comments-371 .learner-review-736:nth-child(3n) {
    transform: rotate(0);
}.user-comments-371 .learner-review-736:hover {
    transform: translateY(-5px);
}}header {
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 15px), 
        calc(100% - 15px) 100%, 
        15px 100%, 
        0 calc(100% - 15px)
    );
    padding: 0;
    overflow: visible;
    z-index: 100;
    position: relative;
    margin-top: 0;
    background: linear-gradient(120deg, rgb(208,199,191) 0%, rgb(173,163,152) 100%);
}header::before {
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05) 0px,
        rgba(255, 255, 255, 0.05) 1px,
        transparent 1px,
        transparent 10px
    );
    content: '';
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 15px), 
        calc(100% - 15px) 100%, 
        15px 100%, 
        0 calc(100% - 15px)
    );
    left: 2px;
    bottom: 2px;
    right: 2px;
    position: absolute;
    top: 2px;
    z-index: -1;
}header .main-edu-986 {
    padding: 1.2rem 3rem;
    justify-content: space-between;
    display: flex;
    position: relative;
    z-index: 5;
    align-items: center;
}header .head-page-076 {
    clip-path: polygon(
        0 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% 100%,
        10px 100%,
        0 calc(100% - 10px)
    );
    transition: all 0.3s ease;
    flex: 0 0 auto;
    padding: 0.7rem 1.2rem 0.7rem 1rem;
    background: rgba(255, 255, 255, 0.15);
    margin-right: 2rem;
    position: relative;
}header .head-page-076::before {
    left: 3px;
    content: '';
    position: absolute;
    clip-path: polygon(
        0 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% 100%,
        10px 100%,
        0 calc(100% - 10px)
    );
    z-index: -1;
    right: 3px;
    bottom: 3px;
    border: 1px dashed rgba(255, 255, 255, 0.3);
    top: 3px;
}header .head-page-076:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px) scale(1.03);
}header .nav-main-027 {
    transition: all 0.3s ease;
    z-index: 1;
    position: relative;
    display: block;
}header .nav-main-027 img {
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
    max-height: 40px;
}header .site-header-807 {
    display: flex;
    padding: 0;
    position: relative;
    list-style: none;
    z-index: 2;
    margin: 0;
}header .site-prime-534 {
    position: relative;
    margin: 0 0.5rem;
}header .site-prime-534 a {
    align-items: center;
    height: 40px;
    text-decoration: none;
    font-weight: 600;
    border: 1px solid transparent;
    clip-path: polygon(
        10px 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% calc(100% - 10px),
        calc(100% - 10px) 100%,
        10px 100%,
        0 calc(100% - 10px),
        0 10px
    );
    font-size: 18px;
    display: flex;
    padding: 0 1.2rem;
    justify-content: center;
    color: #ffffff;
    overflow: hidden;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.1);
    position: relative;
}header .site-prime-534 a::before {
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    height: 100%;
    top: 0;
    content: '';
    left: -100%;
    position: absolute;
    transition: left 0.7s ease;
    width: 100%;
}header .site-prime-534 a:hover {
    border-color: #ffffff;
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}header .site-prime-534 a:hover::before {
    left: 100%;
}header .site-prime-534::after {
    position: absolute;
    transition: width 0.3s ease;
    width: 0;
    background: #ffffff;
    height: 2px;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    content: '';
}header .site-prime-534:hover::after {
    width: 80%;
}header .main-edu-986::before {
    border-bottom: none;
    position: absolute;
    height: 40px;
    width: 40px;
    content: '';
    border-right: none;
    border: 2px solid rgba(255, 255, 255, 0.3);
    right: 10px;
    opacity: 0.5;
    top: 10px;
}header .main-edu-986::after {
    bottom: 10px;
    width: 40px;
    height: 40px;
    content: '';
    border-top: none;
    border-left: none;
    left: 10px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    opacity: 0.5;
    position: absolute;
}header .header-base-621 {
    margin-top: -15px;
    z-index: 1;
    position: relative;
    padding-top: 2rem;
    background: rgb(233,229,225);
}@keyframes pulse {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 1; }
}

header::after {
    background: #ffffff;
    width: 8px;
    box-shadow: 0 0 10px #ffffff;
    animation: pulse 2s infinite;
    right: 15px;
    height: 8px;
    top: 15px;
    position: absolute;
    border-radius: 50%;
    content: '';
}

@media (min-width: 1400px) {header .main-edu-986 {
    max-width: 1320px;
    margin: 0 auto;
}header .site-prime-534 {
    margin: 0 0.7rem;
}header .site-prime-534 a {
    padding: 0 1.5rem;
}
}

@media (max-width: 991px) {header {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 10px), 
            calc(100% - 10px) 100%, 
            10px 100%, 
            0 calc(100% - 10px)
        );
}header .main-edu-986 {
    flex-wrap: wrap;
    padding: 1rem 2rem;
}header .head-page-076 {
    margin-right: 0;
    margin-bottom: 0;
}header .site-header-807 {
    flex-basis: 100%;
    justify-content: flex-end;
    margin-top: 1rem;
}header .site-prime-534 a {
    font-size: calc(18px - 1px);
    height: 35px;
    padding: 0 1rem;
}header .main-edu-986::before,
    header .main-edu-986::after {
    display: none;
}.header-base-621 {
    margin-top: -10px;
}
}

@media (max-width: 767px) {header {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 5px), 
            calc(100% - 5px) 100%, 
            5px 100%, 
            0 calc(100% - 5px)
        );
    padding: 0;
}header .main-edu-986 {
    padding: 0.8rem 1.5rem;
}header .head-page-076 {
    padding: 0.5rem 0.8rem;
    clip-path: polygon(
            0 0,
            calc(100% - 5px) 0,
            100% 5px,
            100% 100%,
            5px 100%,
            0 calc(100% - 5px)
        );
}header .nav-main-027 img {
    max-height: 35px;
}header .site-header-807 {
    margin-top: 0.8rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    overflow-x: auto;
    padding-bottom: 0.5rem;
    justify-content: flex-start;
}header .site-header-807::-webkit-scrollbar {
    height: 3px;
}header .site-header-807::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
}header .site-prime-534 {
    flex: 0 0 auto;
    margin: 0 0.25rem;
}header .site-prime-534 a {
    height: 32px;
    white-space: nowrap;
    font-size: calc(18px - 2px);
    clip-path: polygon(
            5px 0,
            calc(100% - 5px) 0,
            100% 5px,
            100% calc(100% - 5px),
            calc(100% - 5px) 100%,
            5px 100%,
            0 calc(100% - 5px),
            0 5px
        );
    padding: 0 0.8rem;
}header .site-prime-534::after {
    display: none;
}header::after {
    right: 10px;
    top: 10px;
    width: 5px;
    height: 5px;
}.header-base-621 {
    margin-top: -5px;
}
}

@media (max-width: 479px) {header .main-edu-986 {
    padding: 0.7rem 1.2rem;
}header .head-page-076 {
    max-width: 120px;
    padding: 0.4rem 0.6rem;
}header .site-prime-534 a {
    padding: 0 0.6rem;
    font-size: calc(18px - 3px);
    height: 30px;
}}.company-info-971 {
    background: rgb(233,229,225);
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.company-info-971::before {
    left: 0;
    background: linear-gradient(135deg, rgb(208,199,191,0.5) 0%, transparent 50%);
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0.35;
    position: absolute;
    z-index: 1;
}.company-info-971::after {
    z-index: 1;
    height: 100%;
    top: 0;
    content: "";
    position: absolute;
    background: radial-gradient(circle at 70% 30%, rgb(173,163,152,0.5) 0%, transparent 70%);
    width: 60%;
    right: 0;
}.company-info-971 .container {
    padding: 0 15px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    max-width: 1200px;
}.company-info-971 .fast-learn-615 {
    position: relative;
    flex-direction: row-reverse;
    align-items: center;
    display: flex;
    gap: 60px;
}.company-info-971 .fast-learn-615::before {
    width: 200px;
    content: "";
    background: rgb(208,199,191,0.5);
    filter: blur(80px);
    top: -80px;
    border-radius: 50%;
    position: absolute;
    animation: pulse 8s infinite alternate;
    z-index: -1;
    height: 200px;
    right: -100px;
}.company-info-971 .fast-learn-615::after {
    z-index: -1;
    height: 150px;
    background: rgb(173,163,152,0.5);
    animation: pulse 6s infinite alternate-reverse;
    width: 150px;
    left: -70px;
    border-radius: 50%;
    bottom: -50px;
    filter: blur(60px);
    position: absolute;
    content: "";
}@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.6;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
    100% {
        transform: scale(1);
        opacity: 0.6;
    }
}

.company-info-971 .knowledge-sessions-679 {
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.1);
    position: relative;
    flex: 0 0 35%;
    transform: perspective(1000px) rotateY(5deg);
    transition: transform 0.6s ease;
}.company-info-971 .knowledge-sessions-679:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-10px);
}.company-info-971 .knowledge-sessions-679::before {
    border-radius: 22px;
    bottom: -10px;
    top: -10px;
    position: absolute;
    z-index: -1;
    animation: border-pulse 4s infinite alternate;
    border: 1px solid rgb(173,163,152,0.5);
    right: -10px;
    content: "";
    left: -10px;
}@keyframes border-pulse {
    0% {
        transform: scale(1);
        opacity: 0.3;
    }
    100% {
        transform: scale(1.05);
        opacity: 0.7;
    }
}

.company-info-971 .pic-border-523 {
    overflow: hidden;
    height: 380px;
    position: relative;
}.company-info-971 .pic-border-523::after {
    bottom: 0;
    left: 0;
    background: linear-gradient(to top, #000000, transparent);
    height: 50%;
    content: "";
    position: absolute;
    width: 100%;
    z-index: 1;
}.company-info-971 .learn-spot-925 {
    padding: 20px 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    position: relative;
}.company-info-971 .pro-training-493 {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    font-weight: 700;
    margin: 0 0 8px;
    color: #ffffff;
    font-size: calc(22px - 2px);
}.company-info-971 .quick-mastery-942 {
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    opacity: 0.9;
    font-size: 16px;
    font-weight: 300;
    margin: 0;
    color: #ffffff;
}.company-info-971 .summary-frame-107 {
    padding: 40px;
    background: rgba(255, 255, 255, 0.05);
    position: relative;
    backdrop-filter: blur(5px);
    border-radius: 22px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    flex: 1;
}.company-info-971 .summary-frame-107::before {
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    opacity: 0.15;
    background: linear-gradient(135deg, rgb(208,199,191,0.5) 0%, transparent 100%);
    z-index: -1;
}.company-info-971 .summary-frame-107::after {
    opacity: 0.8;
    right: -50%;
    position: absolute;
    background: radial-gradient(circle, rgb(173,163,152,0.5) 0%, transparent 70%);
    height: 200px;
    top: -50%;
    width: 200px;
    animation: float 15s infinite linear;
    z-index: -1;
    content: "";
}@keyframes float {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    50% {
        transform: translate(-30px, 30px) rotate(180deg);
    }
    100% {
        transform: translate(0, 0) rotate(360deg);
    }
}

.company-info-971 .growth-graph-827 {
    gap: 15px;
    margin-bottom: 25px;
    align-items: center;
    display: flex;
}.company-info-971 .growth-graph-827 svg {
    width: 48px;
    filter: drop-shadow(0 2px 10px rgb(208,199,191,0.5));
    height: 48px;
    fill: rgb(208,199,191);
    transition: transform 0.4s ease, filter 0.4s ease;
}.company-info-971 .growth-graph-827:hover svg {
    filter: drop-shadow(0 5px 15px rgb(208,199,191));
    transform: scale(1.1) rotate(5deg);
}.company-info-971 .growth-graph-827 svg path {
    transition: fill 0.3s ease;
}.company-info-971 .growth-graph-827:hover svg path {
    fill: rgb(173,163,152);
}.company-info-971 .growth-graph-827 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: calc(21px - 1px);
    letter-spacing: 1px;
    color: rgb(208,199,191);
}.company-info-971 h2 {
    position: relative;
    margin: 0 0 25px;
    color: #000000;
    font-size: 35px;
    font-weight: 700;
    padding-bottom: 15px;
}.company-info-971 h2::after {
    background: rgb(208,199,191);
    left: 0;
    content: "";
    width: 80px;
    bottom: 0;
    height: 3px;
    border-radius: 10px;
    position: absolute;
}.company-info-971 p {
    position: relative;
    z-index: 2;
    line-height: 1.8;
    margin: 0;
    color: #000000;
    font-size: 16px;
}

@media (max-width: 1024px) {.company-info-971 {
    padding: 90px 0;
}.company-info-971 .fast-learn-615 {
    gap: 40px;
}.company-info-971 .knowledge-sessions-679 {
    flex: 0 0 40%;
}.company-info-971 .pic-border-523 {
    height: 350px;
}.company-info-971 .summary-frame-107 {
    padding: 30px;
}
}

@media (max-width: 768px) {.company-info-971 {
    padding: 70px 0;
}.company-info-971 .fast-learn-615 {
    flex-direction: column;
    gap: 50px;
}.company-info-971 .knowledge-sessions-679 {
    margin: 0 auto;
    width: 80%;
    transform: perspective(1000px) rotateY(0);
    max-width: 350px;
}.company-info-971 .knowledge-sessions-679:hover {
    transform: perspective(1000px) rotateY(0) translateY(-5px);
}.company-info-971 .pic-border-523 {
    height: 320px;
}.company-info-971 .summary-frame-107 {
    padding: 30px 25px;
    width: 100%;
}.company-info-971 h2 {
    font-size: calc(35px - 4px);
}
}

@media (max-width: 576px) {.company-info-971 {
    padding: 60px 0;
}.company-info-971::before,
    .company-info-971::after {
    opacity: 0.25;
}.company-info-971 .knowledge-sessions-679 {
    width: 100%;
}.company-info-971 .pic-border-523 {
    height: 280px;
}.company-info-971 .learn-spot-925 {
    padding: 15px 20px;
}.company-info-971 .pro-training-493 {
    font-size: calc(21px + 1px);
}.company-info-971 .summary-frame-107 {
    padding: 25px 20px;
}.company-info-971 .growth-graph-827 svg {
    height: 40px;
    width: 40px;
}.company-info-971 .growth-graph-827 {
    font-size: 16px;
    margin-bottom: 20px;
}.company-info-971 h2 {
    margin-bottom: 20px;
    padding-bottom: 12px;
    font-size: calc(35px - 6px);
}.company-info-971 h2::after {
    height: 2px;
    width: 60px;
}.company-info-971 p {
    font-size: calc(16px - 1px);
    line-height: 1.7;
}
}