.wrap-container-81 {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    height: 100%;
}

.top-prime-94 {
    flex: 1 0 auto;
}

header,footer {
    width: 100%;
}


header {
    background: rgb(217,230,225);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    padding: 0;
    z-index: 100;
    margin-top: 0;
}

header::before {
    left: 0;
    top: 0;
    width: 100%;
    background: linear-gradient(90deg, 
        transparent 0%,
        rgba(rgb(180,206,197), 0.03) 25%, 
        rgba(rgb(180,206,197), 0.05) 50%,
        rgba(rgb(180,206,197), 0.03) 75%,
        transparent 100%
    );
    position: absolute;
    height: 100%;
    pointer-events: none;
    content: '';
}

header .header-wrap-96:hover {
    transform: translateY(-3px);
}

header .header-wrap-96::before {
    transition: all 0.3s ease;
    left: 0;
    content: '';
    transform: scaleX(0.7);
    position: absolute;
    height: 10px;
    bottom: -15px;
    width: 100%;
    opacity: 0;
    border-radius: 10px;
    background: rgb(180,206,197);
}

header .header-start-32::after {
    height: 1px;
    bottom: -15px;
    content: '';
    position: absolute;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(180,206,197,0.5), 
        transparent
    );
    left: 0;
    width: 100%;
}

header .main-learn-40 a::before {
    content: '';
    position: absolute;
    left: 0;
    transition: transform 0.3s ease;
    bottom: 0;
    transform: translateX(-100%);
    height: 3px;
    width: 100%;
    background: rgb(180,206,197);
}

header .main-learn-40 a:hover::after {
    transform: scale(1);
    opacity: 0.15;
}

header .head-sitewrap-42::before {
    right: 0;
    width: 30%;
    content: '';
    z-index: -1;
    background: linear-gradient(-90deg, rgb(217,230,225), transparent);
    position: absolute;
    height: 100%;
    top: 0;
}

header .top-prime-94 {
    position: relative;
    z-index: 1;
    background: #ffffff;
    padding-top: 2rem;
}

.take-a-spin-24 {
    padding: 120px 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: linear-gradient(180deg, rgb(180,206,197) 0%, rgb(140,178,160) 100%);
}

.take-a-spin-24::after {
    left: 0;
    position: absolute;
    z-index: -1;
    content: '';
    width: 100%;
    background: 
        linear-gradient(0deg, transparent 0%, #ffffff 50%, transparent 100%),
        linear-gradient(90deg, transparent 0%, #ffffff 50%, transparent 100%);
    opacity: 0.05;
    background-size: 100% 30px, 30px 100%;
    height: 100%;
    animation: gridGlow 8s ease-in-out infinite alternate;
    top: 0;
}

.take-a-spin-24 .smart-guide-86::before {
    z-index: -1;
    width: 100%;
    left: 0;
    background: 
        linear-gradient(135deg, transparent 45%, #ffffff 50%, transparent 55%),
        linear-gradient(45deg, transparent 45%, #ffffff 50%, transparent 55%);
    animation: patternShift 15s linear infinite;
    background-size: 30px 30px;
    position: absolute;
    top: 0;
    height: 100%;
    opacity: 0.05;
    content: '';
}

.take-a-spin-24 h3 {
    color: #ffffff;
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    text-align: center;
    position: relative;
    margin-bottom: 60px;
    font-size: 29px;
}

.take-a-spin-24 h3::before {
    border-radius: 50%;
    top: -80px;
    width: 60px;
    position: absolute;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
    content: '';
    left: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    height: 60px;
    z-index: -1;
    animation: orbitRotate 10s linear infinite;
    transform: translateX(-50%);
}

.take-a-spin-24 .get-contactblock-10 {
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    display: inline-block;
    transition: all 0.4s ease;
    background: rgba(255, 255, 255, 0.9);
    color: rgb(180,206,197);
    letter-spacing: 2px;
    border-radius: 10px;
    padding: 16px 45px;
    z-index: 1;
    text-decoration: none;
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.1),
        0 0 15px rgba(255, 255, 255, 0.2);
    overflow: hidden;
    font-weight: 600;
    font-size: 19px;
    position: relative;
}

.take-a-spin-24 .get-contactblock-10::after {
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.7),
        transparent
    );
    left: -100px;
    height: 200%;
    content: '';
    top: -50%;
    width: 20px;
    position: absolute;
    transform: rotate(35deg);
    z-index: 1;
    transition: all 0.6s ease;
}

.take-a-spin-24 .get-contactblock-10:hover::after {
    left: 200%;
}

.our-story-28::before {
    bottom: 0;
    z-index: 1;
    content: "";
    right: 0;
    top: 0;
    position: absolute;
    left: 0;
    background: linear-gradient(135deg, rgb(180,206,197,0.5) 0%, transparent 50%);
}

.our-story-28 .container {
    position: relative;
    z-index: 10;
}

.our-story-28 .smart-guide-86 {
    flex-direction: column;
    position: relative;
    gap: 60px;
    display: flex;
}

.our-story-28 h3 {
    position: relative;
    color: rgb(180,206,197);
    transform: perspective(1000px) rotateX(0deg);
    transition: transform 0.5s ease;
    text-align: center;
    font-size: 31px;
    font-weight: 700;
    margin-bottom: 40px;
}

.our-story-28 h3:hover {
    transform: perspective(1000px) rotateX(5deg);
}

.our-story-28 .edu-commit-47 {
    border-radius: 17px;
    position: relative;
    backdrop-filter: blur(10px);
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    align-items: center;
    padding: 40px;
    gap: 40px;
    border-left: 3px solid rgb(180,206,197);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
    display: grid;
}

.our-story-28 .edu-commit-47 span {
    margin-bottom: 20px;
    color: rgb(180,206,197);
    position: relative;
    grid-column: 1 / 2;
    font-size: 18px;
    padding-left: 15px;
    display: block;
    font-weight: 600;
}

.our-story-28 .edu-commit-47 p {
    color: #000000;
    font-size: 13px;
    position: relative;
    grid-column: 1 / 2;
    line-height: 1.8;
}

.our-story-28 .edu-commit-47 .img-placeholder-86::before {
    position: absolute;
    z-index: 1;
    height: 100%;
    content: "";
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 60%);
    width: 100%;
}

.our-story-28 .edu-commit-47 .img-placeholder-86::after {
    top: 0;
    background: linear-gradient(to right, rgb(180,206,197), rgb(140,178,160));
    content: "";
    height: 5px;
    left: 0;
    width: 100%;
    position: absolute;
}

.our-story-28 .corp-values-75::before {
    animation: float 8s infinite ease-in-out reverse;
    content: "";
    position: absolute;
    background: radial-gradient(circle, rgb(140,178,160,0.5) 0%, transparent 70%);
    bottom: -100px;
    width: 200px;
    height: 200px;
    left: -100px;
    border-radius: 50%;
}

.our-story-28 .corp-values-75:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.our-story-28 .corp-values-75 .pedagogy-way-21 {
    border-radius: 17px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    overflow: hidden;
    position: relative;
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    height: 350px;
}

.our-story-28 .corp-values-75 .pedagogy-way-21::after {
    background: linear-gradient(to right, rgb(140,178,160), rgb(180,206,197));
    top: 0;
    position: absolute;
    width: 100%;
    height: 5px;
    left: 0;
    content: "";
}

.training-specialist-29::before {
    width: 120%;
    position: absolute;
    background: linear-gradient(
        135deg,
        rgb(140,178,160,0.5) 0%,
        transparent 40%,
        rgb(180,206,197,0.5) 100%
    );
    content: "";
    left: -5%;
    transform: skewY(-5deg);
    height: 120%;
    z-index: 0;
    top: -10%;
}

.training-specialist-29 .learner-review-01:hover {
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.1),
        0 10px 25px rgba(0, 0, 0, 0.07),
        0 0 0 1px rgba(0, 0, 0, 0.03);
    transform: perspective(1000px) rotateY(0deg) translateZ(10px);
}

.training-specialist-29 .learner-review-01 > div:first-child {
    transition: transform 0.4s ease-out;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    height: 240px;
    transform: translateZ(20px);
}

.training-specialist-29 .learner-review-01:hover .img-placeholder-86 {
    transform: scale(1.03);
}

.training-specialist-29 .learner-review-01 > div:nth-child(2) {
    position: relative;
    transform: translateZ(10px);
    padding-left: 15px;
}

.training-specialist-29 .learner-review-01:hover > div:nth-child(2)::before {
    transform: scaleY(1);
}

.training-specialist-29 .name {
    position: relative;
    font-size: 22px;
    color: #000000;
    margin: 0 0 10px;
    font-weight: 700;
    display: inline-block;
}

.training-specialist-29 .name::after {
    bottom: -5px;
    background-color: rgb(180,206,197);
    position: absolute;
    width: 40%;
    height: 2px;
    content: "";
    transition: width 0.4s ease;
    left: 0;
}

.training-specialist-29 .learner-review-01 > div:nth-child(3) {
    position: relative;
    transition: transform 0.4s ease-out;
    transform: translateZ(5px);
}

.training-specialist-29 .career-tasks-95 {
    line-height: 1.8;
    padding: 20px 10px 20px 25px;
    position: relative;
    color: #000000;
    margin: 0;
    border-radius: 10px;
    box-shadow: 
        inset 0 0 0 1px rgba(rgb(180,206,197,0.5), 0.1),
        0 10px 30px rgba(0, 0, 0, 0.03);
    background-color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
}

footer .fund-cta-31::before {
    background-image: 
        radial-gradient(circle at 10% 20%, rgb(180,206,197,0.5) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgb(140,178,160,0.5) 0%, transparent 20%);
    z-index: 0;
    width: 100%;
    opacity: 0.3;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
}

footer .info_item {
    transition: all 0.3s ease;
    display: flex;
    padding: 15px;
    flex: 1 1 200px;
    border-radius: 10px;
    background-color: rgb(217,230,225);
    align-items: center;
}

footer .info_item svg {
    fill: rgb(180,206,197);
    transition: transform 0.3s ease;
    width: 22px;
    margin-right: 12px;
    height: 22px;
}

footer .info_item a:hover {
    color: rgb(180,206,197);
}

footer .text_main_holder {
    position: relative;
    display: flex;
    perspective: 2000px;
    flex-direction: column;
    gap: 20px;
    margin-top: 40px;
}

footer .header-main-56:hover {
    transform: translateZ(30px) scale(1.02);
}

footer .header-start-32 {
    color: #ffffff;
    z-index: 1;
    margin-top: -20px;
    background-color: rgb(140,178,160);
    transform: translateZ(-10px) scale(0.98);
    margin-left: 20px;
    margin-right: 20px;
}

footer .subscribe_holder {
    color: #ffffff;
    background-color: rgb(180,206,197);
    z-index: 0;
    transform: translateZ(-20px) scale(0.96);
    margin-top: -20px;
    margin-right: 40px;
    margin-left: 40px;
}

footer .header-main-56:hover::after, footer .header-start-32:hover::after, footer .subscribe_holder:hover::after {
    opacity: 1;
}

footer .header-main-56 svg {
    width: auto;
    display: block;
    height: 45px;
    margin-bottom: 20px;
}

footer .faculty-info-20 {
    font-size: 12px;
    color: #000000;
    line-height: 1.6;
}

footer .header-start-32 h5::after {
    width: 40px;
    position: absolute;
    transition: width 0.3s ease;
    content: "";
    left: 0;
    height: 2px;
    bottom: -8px;
    background: linear-gradient(90deg, rgb(180,206,197), transparent);
}

footer .header-pagewrap-04 a {
    padding: 5px 0;
    display: inline-block;
    transition: all 0.3s ease;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.75);
    position: relative;
    text-decoration: none;
}

footer .header-pagewrap-04 a:hover {
    transform: translateX(5px);
    color: #ffffff;
}

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

footer .input_holder {
    gap: 15px;
    display: flex;
    flex-direction: column;
}

footer .input_holder input[type="email"]:focus {
    outline: none;
    background-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.2);
}

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

footer .updates-list-10:hover {
    transform: translateY(-3px);
    background-color: rgb(140,178,160);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    color: #ffffff;
}

footer .edu-global-65 {
    text-align: center;
    margin-top: 60px;
    position: relative;
}

.secure-enclave-27 {
    font-family: Arial, sans-serif;
    margin: 0 auto;
    border: 1px solid rgb(180,206,197,0.5);
    box-shadow: 0 0 20px rgb(180,206,197,0.5);
    color: #ffffff;
    background-color: rgb(180,206,197);
    padding: 2em;
}

.secure-enclave-27 h2 {
    color: rgb(140,178,160);
    margin-bottom: 1em;
    text-shadow: 0 0 8px rgb(140,178,160,0.5);
    font-weight: 600;
    font-size: 34px;
}

.secure-enclave-27 h4 {
    font-size: calc(20px - 0.4em);
    font-weight: 400;
}

.secure-enclave-27 h5 {
    font-weight: 300;
    font-size: 20px;
}

.secure-enclave-27 ul,
.secure-enclave-27 ol {
    margin-bottom: 1.5em;
    padding-left: 1.5em;
}

.secure-enclave-27 ul {
    list-style-type: circle;
}

.secure-enclave-27 p {
    font-size: 15px;
    margin-bottom: 1.5em;
    line-height: 1.7;
    color: #ffffff;
}

.secure-enclave-27 div {
    margin-bottom: 1.5em;
}

.secure-enclave-27 h2::after {
    background-color: rgb(140,178,160);
    width: 60px;
    display: block;
    height: 3px;
    content: "";
    margin: 0.5em auto 0;
    box-shadow: 0 0 8px rgb(140,178,160,0.5);
    border-radius: 10px;
}

.secure-enclave-27 a {
    color: rgb(180,206,197);
    text-decoration: underline;
    box-shadow: 0 0 5px rgb(180,206,197,0.5);
}

.secure-enclave-27 a:hover {
    box-shadow: 0 0 5px rgb(140,178,160,0.5);
    color: rgb(140,178,160);
}

.secure-enclave-27 blockquote {
    color: #ffffff;
    padding: 1.5em;
    margin: 1em 0;
    box-shadow: 0 0 10px rgb(180,206,197,0.5);
    border-left: 5px solid rgb(180,206,197);
    background-color: rgba(0, 0, 0, 0.5);
    font-style: italic;
}

.id-thankbar-93::after {
    border-radius: 100px;
    animation: float 15s ease-in-out infinite;
    opacity: 0.1;
    right: -50px;
    content: "";
    position: absolute;
    background: rgb(180,206,197);
    transform: rotate(15deg);
    height: 300px;
    width: 300px;
    z-index: 0;
    bottom: -50px;
}

.id-thankbar-93 .container {
    z-index: 2;
    padding: 0 20px;
    max-width: 1200px;
    transform-style: preserve-3d;
    margin: 0 auto;
    position: relative;
}

.id-thankbar-93 h2::after {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    left: 0;
    background: rgb(180,206,197);
    content: "";
    transform: translateZ(30px);
    position: absolute;
    height: 4px;
    animation: pulse 3s infinite alternate;
    bottom: -15px;
    width: 80px;
}

.id-thankbar-93 .smart-guide-86::before {
    left: 0;
    height: 6px;
    width: 100%;
    background: linear-gradient(90deg, rgb(180,206,197) 0%, rgb(140,178,160) 100%);
    content: "";
    top: 0;
    position: absolute;
}

.id-thankbar-93 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.id-thankbar-93 li::before {
    position: absolute;
    left: 0;
    top: 8px;
    height: 8px;
    content: "";
    transform: rotate(45deg);
    background: rgb(180,206,197);
    width: 8px;
    animation: spin 12s linear infinite;
}

.course-program-description-34 .quick-progress-15 {
    right: 0;
    width: 50%;
    top: 0;
    overflow: hidden;
    height: 100%;
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
    position: absolute;
}

.course-program-description-34 .quick-progress-15 {
    position: relative;
    clip-path: none;
    height: 40vh;
    width: 100%;
}

.course-program-description-34 .quick-progress-15 {
    height: 30vh;
}

.course-program-description-34 .quick-progress-15:hover .skill-academy-06 {
    animation-play-state: paused;
}

.course-program-description-34 .learn-path-35 {
    position: relative;
    width: 100%;
    transform: scale(1.1);
    height: 25%;
    transition: transform 0.5s ease;
}

.course-program-description-34 .learn-path-35 {
    height: 100%;
    width: 25%;
}

.course-program-description-34 .learn-path-35 {
    width: 33.333%;
}

.course-program-description-34 .learn-path-35 img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    transition: filter 0.5s ease;
    filter: saturate(0.8) contrast(1.2);
}

.course-program-description-34 .learn-path-35:hover img {
    filter: saturate(1.2) contrast(1.3);
}

.course-program-description-34 .smart-guide-86 {
    padding-right: 10%;
    padding-left: 10%;
    width: 100%;
}

.course-program-description-34 .smart-guide-86 {
    padding: 0 5%;
}

.course-program-description-34 .lesson-plan-36 {
    background: transparent;
    border-left: 4px solid rgb(180,206,197);
    padding: 4rem 3rem;
    position: relative;
}

.course-program-description-34 .lesson-plan-36 {
    border-left-width: 3px;
    padding: 2rem 1rem;
}

.course-program-description-34 .lesson-plan-36:hover::before {
    width: 100%;
}

.course-program-description-34 .lesson-plan-36 h3 {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 2rem;
    letter-spacing: 2px;
}

.course-program-description-34 .lesson-plan-36 h3 {
    font-size: calc(34px * 0.9);
    letter-spacing: 1px;
}

.course-program-description-34 .lesson-plan-36 span > * {
    display: inline-block;
    transform: skewX(15deg);
}

.course-program-description-34 .lesson-plan-36 .support-section-73 {
    letter-spacing: 1px;
    font-size: 20px;
    border: 2px solid rgb(180,206,197);
    z-index: 1;
    color: #ffffff;
    transition: color 0.3s ease;
    display: inline-block;
    padding: 1rem 2.5rem;
    background: transparent;
    position: relative;
    text-transform: uppercase;
    text-decoration: none;
    overflow: hidden;
    font-weight: 700;
}

.course-program-description-34 .lesson-plan-36 .support-section-73 {
    padding: 0.8rem 1.5rem;
    font-size: calc(20px * 0.9);
    text-align: center;
    display: block;
}

.welcome-section-78 {
    overflow: hidden;
    position: relative;
    min-height: 85vh;
    color: #ffffff;
    font-family: Arial, sans-serif;
}

.welcome-section-78 .main-front-69::before {
    bottom: 0;
    content: "";
    z-index: 1;
    backdrop-filter: blur(3px);
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.75) 0%,
    rgb(180,206,197,0.5) 65%,
    rgb(140,178,160,0.5) 100%
  );
    right: 0;
}

.welcome-section-78 .learning-corner-50 {
    padding: 2rem;
    position: relative;
    grid-template-columns: 1fr;
    transition: transform 0.8s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    display: grid;
    max-width: 750px;
    gap: 1.5rem;
    z-index: 2;
    transform: translateY(0);
    margin-left: 8%;
}

.welcome-section-78 .learning-corner-50 > div {
    transition: all 0.6s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    transform: translateX(0);
    position: relative;
    opacity: 1;
}

.welcome-section-78 .learning-corner-50 > div:nth-child(2) {
    animation: slideIn 0.7s cubic-bezier(0.17, 0.67, 0.83, 0.67) 0.2s forwards;
    transform: translateX(-30px);
}

.welcome-section-78 p {
    padding: 0.75rem 0;
    letter-spacing: 0.5px;
    color: #ffffff;
    display: inline-block;
    transition: transform 0.5s ease;
    border-left: 3px solid rgb(140,178,160);
    font-size: calc(18px + 0.1rem);
    padding-left: 1rem;
    font-weight: 400;
    transform: perspective(1000px) rotateX(0deg);
    margin: 0;
    line-height: 1.5;
    background: linear-gradient(90deg, rgb(180,206,197,0.5), transparent);
    position: relative;
}

.welcome-section-78 .title_style_header:hover {
    transform: scale(1.02);
}

.welcome-section-78 .title_style_header::after {
    width: 80px;
    content: "";
    background: rgb(140,178,160);
    transform-origin: left center;
    height: 3px;
    transition: transform 0.5s ease-out;
    position: absolute;
    left: 0;
    bottom: -10px;
    transform: scaleX(1);
}

.welcome-section-78 h3:hover {
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    transform: translateY(-5px);
}

.audience-profile-72 {
    background: rgb(217,230,225);
    z-index: 1;
    padding: 5rem 0;
    overflow: hidden;
    position: relative;
}

.audience-profile-72::before {
    background: linear-gradient(135deg, 
        transparent 0%,
        rgba(rgb(140,178,160,0.5), 0.05) 25%, 
        transparent 35%,
        rgba(rgb(180,206,197,0.5), 0.05) 50%,
        transparent 65%,
        rgba(rgb(140,178,160,0.5), 0.05) 75%,
        transparent 100%
    );
    left: 0;
    width: 100%;
    top: 0;
    z-index: -1;
    height: 100%;
    content: "";
    position: absolute;
}

.audience-profile-72 .smart-guide-86 {
    padding: 0 2rem;
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
}

.audience-profile-72 h3::before {
    width: 5px;
    top: 0;
    height: 100%;
    border-radius: 10px;
    content: "";
    background: linear-gradient(
        to bottom,
        rgb(140,178,160),
        rgb(180,206,197)
    );
    position: absolute;
    left: 0;
}

.audience-profile-72 ul::before {
    width: 1px;
    content: "";
    z-index: -1;
    background: linear-gradient(
        to bottom,
        transparent,
        rgba(rgb(180,206,197,0.5), 0.3),
        transparent
    );
    height: 100%;
    left: 50%;
    top: 0;
    position: absolute;
}

.audience-profile-72 li::before {
    opacity: 0;
    border-radius: 10px 10px 0 0;
    top: 0;
    position: absolute;
    content: "";
    height: 4px;
    transition: opacity 0.4s ease;
    left: 0;
    right: 0;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(rgb(180,206,197,0.5), 0.5),
        transparent
    );
}

.audience-profile-72 li:hover {
    background: rgba(rgb(140,178,160,0.5), 0.05);
    box-shadow: 
        0 10px 25px rgba(0, 0, 0, 0.1),
        inset 0 0 0 1px rgba(rgb(180,206,197,0.5), 0.2);
    transform: translateY(-5px);
}

.audience-profile-72 li:nth-child(even)::after {
    animation: pulseOdd 3s infinite alternate-reverse ease-in-out;
}

.audience-profile-72 li svg {
    transition: all 0.3s ease;
    width: 32px;
    margin-right: 1rem;
    height: 32px;
    position: relative;
    flex-shrink: 0;
    fill: rgb(180,206,197);
}

.audience-profile-72 li svg path {
    transition: fill 0.3s ease;
    fill: rgb(180,206,197);
}

.audience-profile-72 li:hover svg path {
    fill: rgb(180,206,197);
}

.contact-information-61 {
    position: relative;
    padding: 0;
}

.contact-information-61 .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.contact-information-61 .request-section-94 {
    grid-template-rows: auto auto auto;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
}

.contact-information-61 .help-query-27 h3 {
    font-weight: 700;
    font-size: 32px;
    padding: 40px;
    margin: 0;
    background: rgb(180,206,197);
    color: #ffffff;
    text-align: center;
}

.contact-information-61 .help-query-27 svg {
    width: 50px;
    border-radius: 50%;
    padding: 10px;
    margin-bottom: 15px;
    background: rgb(217,230,225);
    height: 50px;
}

.contact-information-61 .help-query-27 span {
    font-size: 17px;
    color: #000000;
}

.contact-information-61 .help-query-27 a:hover {
    color: rgb(140,178,160);
}

.contact-information-61 form {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    width: 60%;
    border-radius: 30px;
    max-width: 700px;
    margin: 0 auto;
    background: #ffffff;
    padding: 60px;
}

.contact-information-61 form h3::after {
    width: 70px;
    height: 3px;
    left: 50%;
    content: '';
    bottom: -15px;
    transform: translateX(-50%);
    background: rgb(180,206,197);
    position: absolute;
}

.contact-information-61 form input[type="text"]:focus,
.contact-information-61 form input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgb(180,206,197,0.5);
    border-color: rgb(180,206,197);
}

.contact-information-61 form input::placeholder {
    color: #000000;
}

.contact-information-61 .message-reach-31 input[type="checkbox"] {
    appearance: none;
    margin-right: 15px;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    border-radius: 10px;
    border: 2px solid rgb(217,230,225);
    -webkit-appearance: none;
}

.contact-information-61 .message-reach-31 label {
    font-size: 12px;
    color: #000000;
    line-height: 1.6;
}

.contact-information-61 .message-reach-31 a {
    transition: color 0.3s ease;
    color: rgb(180,206,197);
    font-weight: 600;
    text-decoration: none;
}

.contact-information-61 .support-section-73:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    background: rgb(140,178,160);
}

.windowPrivacySettings-80 {
    z-index: 1050;
    font-family: Arial, sans-serif;
    border-radius: 18px;
    max-width: 600px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    background: rgb(217,230,225);
    align-items: center;
    width: 90%;
    flex-direction: column;
    bottom: 20px;
    position: fixed;
    overflow: hidden;
    transform: translateX(-50%);
    left: 50%;
    display: flex;
    padding: 20px;
    text-align: center;
}

.windowPrivacySettings-80 p {
    margin-bottom: 20px;
    color: #000000;
    font-size: 14px;
}

.cookie-frame-97:hover {
    background: rgb(140,178,160);
    transform: translateY(-3px);
}

.cookie_button.cookie-all-71 {
    background: rgba(0, 0, 0, 0.5);
}

.cookie_button.cookie-all-71:hover {
    background: rgb(140,178,160,0.5);
}

.windowPrivacySettings-80 p a {
    transition: color 0.3s ease-in-out;
    color: rgb(180,206,197);
    text-decoration: underline;
}

.windowPrivacySettings-80 p a:hover {
    color: rgb(140,178,160);
}



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



@media (min-width: 1400px) {header .head-sitewrap-42 {
    max-width: 1300px;
    margin: 0 auto;
}header .main-learn-40 a {
    padding: 1rem 1.5rem;
}
}



@media (max-width: 767px) {header {
    margin-top: 0;
}header .head-sitewrap-42 {
    padding: 1rem 1.5rem;
}header .header-main-56 {
    flex: 0 0 auto;
    max-width: 150px;
}header .header-start-32 {
    justify-content: flex-start;
    flex-wrap: nowrap;
    margin-top: 0.5rem;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.5rem;
    padding: 0.5rem 0;
    overflow-x: auto;
    scrollbar-width: thin;
}header .header-start-32::-webkit-scrollbar {
    height: 3px;
}header .header-start-32::-webkit-scrollbar-thumb {
    background: rgb(180,206,197,0.5);
    border-radius: 10px;
}header .main-learn-40 {
    flex: 0 0 auto;
}header .main-learn-40 a {
    white-space: nowrap;
    font-size: calc(12px - 2px);
    padding: 0.6rem 0.8rem;
}header .header-start-32::after {
    bottom: 0;
}header .header-wrap-96::before {
    display: none;
}}



@media screen and (max-width: 768px) {.take-a-spin-24 {
    padding: 80px 0;
}.take-a-spin-24 .smart-guide-86 {
    padding: 30px;
}.take-a-spin-24 h3 {
    font-size: calc(29px * 0.8);
    letter-spacing: 2px;
    margin-bottom: 45px;
}.take-a-spin-24 h3::before {
    width: 40px;
    height: 40px;
    top: -60px;
}.take-a-spin-24 h3::after {
    width: 70px;
    bottom: -15px;
}.take-a-spin-24 .get-contactblock-10 {
    letter-spacing: 1.5px;
    padding: 12px 35px;
    font-size: calc(19px * 0.9);
}
}



@media (max-width: 992px) {.our-story-28 {
    padding: 80px 0;
}.our-story-28 .smart-guide-86::before {
    height: 90%;
}.our-story-28 .edu-commit-47,
    .our-story-28 .corp-values-75 {
    grid-template-columns: 1fr;
    gap: 30px;
}.our-story-28 .edu-commit-47 span,
    .our-story-28 .edu-commit-47 p {
    grid-column: 1 / -1;
}.our-story-28 .edu-commit-47 .img-placeholder-86 {
    grid-row: 3 / 4;
    grid-column: 1 / -1;
    height: 300px;
}.our-story-28 .corp-values-75 p {
    grid-column: 1 / -1;
    grid-row: 2 / 3;
}.our-story-28 .corp-values-75 .pedagogy-way-21 {
    grid-row: 1 / 2;
    grid-column: 1 / -1;
    height: 300px;
}
}



@media screen and (min-width: 768px) {.training-specialist-29 {
    padding: 100px 0;
}.training-specialist-29 .learner-review-01 {
    grid-template-columns: 300px 1fr;
    grid-template-rows: auto 1fr;
    padding: 50px;
}.training-specialist-29 .learner-review-01 > div:first-child {
    grid-row: 1 / span 2;
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
}.training-specialist-29 .learner-review-01 > div:nth-child(2) {
    grid-row: 1;
    align-self: start;
    grid-column: 2;
    padding-left: 40px;
}.training-specialist-29 .learner-review-01 > div:nth-child(3) {
    padding-left: 40px;
    grid-column: 2;
    grid-row: 2;
}.training-specialist-29 .career-tasks-95 {
    font-size: calc(12px + 1px);
    padding: 25px 20px 25px 35px;
}
}



@media (hover: none) {.training-specialist-29 .learner-review-01 {
    transform: none !important;
}.training-specialist-29 .learner-review-01 > div:first-child,
    .training-specialist-29 .learner-review-01 > div:nth-child(3) {
    transform: none !important;
}
}



@media (min-width: 992px) {footer .text_main_holder {
    flex-direction: row;
    align-items: stretch;
}footer .header-main-56, footer .header-start-32, footer .subscribe_holder {
    flex-direction: column;
    margin-top: 0;
    display: flex;
    flex: 1;
}footer .header-main-56 {
    margin-right: -20px;
}footer .header-start-32 {
    margin-left: 0;
    margin-right: -20px;
    z-index: 1;
}footer .subscribe_holder {
    margin-left: 0;
    margin-right: 0;
}
}



@media (max-width: 576px) {footer .fund-cta-31 {
    padding: 70px 0 20px;
}footer .support-request-45 {
    padding: 10px;
}footer .info_item {
    padding: 10px;
}footer .text_main_holder {
    margin-top: 60px;
}footer .header-main-56, footer .header-start-32, footer .subscribe_holder {
    padding: 20px 15px;
}footer .header-start-32 h5, footer .subscribe_holder h5 {
    font-size: calc(19px - 2px);
}footer .header-pagewrap-04 {
    grid-template-columns: 1fr;
}footer .input_holder input[type="email"],
    footer .updates-list-10 {
    padding: 12px;
}}



@media (max-width: 992px) {.id-thankbar-93 {
    padding: 90px 0;
}.id-thankbar-93 h2 {
    font-size: calc(32px * 0.9);
}.id-thankbar-93 .smart-guide-86 {
    padding: 30px;
}
}



@media (max-width: 576px) {.id-thankbar-93 {
    padding: 50px 0;
}.id-thankbar-93 h2 {
    font-size: calc(32px * 0.7);
    margin-bottom: 25px;
}.id-thankbar-93 h2::after {
    height: 3px;
    width: 50px;
}.id-thankbar-93 .smart-guide-86 {
    transform: none;
    padding: 20px;
}.id-thankbar-93 li {
    padding-left: 20px;
}.id-thankbar-93 span {
    line-height: 1.6;
    font-size: calc(18px * 0.9);
}}



@media screen and (max-width: 768px) {.course-program-description-34 .lesson-plan-36 {
    padding: 3rem 1.5rem;
}.course-program-description-34 .lesson-plan-36 h3 {
    font-size: 34px;
    margin-bottom: 1.5rem;
}.course-program-description-34 .lesson-plan-36::after {
    left: -15px;
    width: 30px;
    height: 30px;
}
}



@media (max-width: 992px) {.welcome-section-78 .learning-corner-50 {
    max-width: 650px;
    padding: 1.5rem;
    margin-left: 5%;
}.welcome-section-78 .title_style_header {
    font-size: calc(40px * 0.9);
}.welcome-section-78 h3 {
    max-width: 95%;
    font-size: 22px;
}
}



@media (max-width: 576px) {.welcome-section-78 {
    min-height: 60vh;
}.welcome-section-78 .main-front-69 {
    min-height: 60vh;
}.welcome-section-78 .learning-corner-50 {
    gap: 0.75rem;
    padding: 1rem;
    max-width: 95%;
}.welcome-section-78 .title_style_header {
    font-size: 37px;
}.welcome-section-78 p {
    font-size: calc(18px - 0.1rem);
    padding-left: 0.75rem;
}.welcome-section-78 h3 {
    padding: 0.5rem;
    font-size: 22px;
}.welcome-section-78 .learning-corner-50::before {
    width: 3px;
    left: -5px;
}
}



@media (max-width: 992px) {.audience-profile-72 {
    padding: 4rem 0;
}.audience-profile-72 h3 {
    margin-bottom: 2.5rem;
    font-size: calc(37px * 0.9);
}.audience-profile-72 ul {
    gap: 1.5rem 1.2rem;
}
}



@media (max-width: 480px) {.audience-profile-72 {
    padding: 3rem 0;
}.audience-profile-72 .smart-guide-86 {
    padding: 0 1rem;
}.audience-profile-72 h3 {
    font-size: calc(37px * 0.7);
    margin-bottom: 1.8rem;
}.audience-profile-72 h3::before {
    width: 60px;
    height: 3px;
}.audience-profile-72 li {
    padding: 1.2rem;
}.audience-profile-72 li svg {
    margin-right: 0.8rem;
    height: 28px;
    width: 28px;
}.audience-profile-72 li::after {
    width: 30px;
    top: -8px;
    height: 30px;
    left: -8px;
}}



@media (max-width: 1200px) {.contact-information-61 .help-query-27 {
    grid-column: 2 / 12;
}.contact-information-61 form {
    width: 70%;
}
}



@media (max-width: 768px) {.contact-information-61 .help-query-27 h3 {
    padding: 30px;
    font-size: calc(32px * 0.9);
}.contact-information-61 .connect-support-50 {
    padding: 150px 20px 80px;
}.contact-information-61 form {
    padding: 40px 30px;
    width: 100%;
}.contact-information-61 form h3 {
    font-size: calc(32px * 0.9);
    margin-bottom: 35px;
}
}


@media only screen and (max-width: 600px) {.windowPrivacySettings-80 {
    width: 100%;
    bottom: 0;
    left: 0;
    border-radius: 0;
    transform: none;
}.cookies-terms-73 {
    padding: 15px;
}.cookie-expand-54 svg {
    height: 50px;
    width: 50px;
}.windowPrivacySettings-80 h5 {
    font-size: calc(19px - 2px);
}.windowPrivacySettings-80 p {
    font-size: calc(14px - 2px);
}.cookie-frame-97 {
    font-size: calc(19px - 2px);
    padding: 8px 16px;
    width: calc(100% - 10px);
}}



@keyframes patternShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 30px;
    }
}



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



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



@keyframes pulse {
    0%, 100% {
        opacity: 1;
        transform: translateZ(30px) scaleX(1);
    }
    50% {
        opacity: 0.8;
        transform: translateZ(30px) scaleX(1.1);
    }
}

@keyframes verticalScroll {
    0%, 5% {
        transform: translateY(0);
    }
    23%, 28% {
        transform: translateY(-25%);
    }
    48%, 53% {
        transform: translateY(-50%);
    }
    73%, 78% {
        transform: translateY(-75%);
    }
    95%, 100% {
        transform: translateY(-75%);
    }
}

@keyframes horizontalScroll {
        0%, 5% {
            transform: translateX(0);
        }
        30%, 35% {
            transform: translateX(-33.333%);
        }
        60%, 65% {
            transform: translateX(-66.666%);
        }
        95%, 100% {
            transform: translateX(-66.666%);
        }
    }



@keyframes pulse {
    0% {
        filter: drop-shadow(0 0 2px rgba(rgb(180,206,197,0.5), 0.5));
    }
    50% {
        filter: drop-shadow(0 0 8px rgba(rgb(180,206,197,0.5), 0.8));
    }
    100% {
        filter: drop-shadow(0 0 2px rgba(rgb(180,206,197,0.5), 0.5));
    }
}



@keyframes pulseEven {
    0% {
        opacity: 0.3;
        transform: scale(1);
    }
    100% {
        opacity: 0.6;
        transform: scale(1.4);
    }
}

