﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1132px;
}.wrap-structure-98315 {
    height: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}a {
    color: inherit;
    text-decoration: none;
}header,footer {
    width: 100%;
}.nav-pagewrap-81507 {
    flex: 1 0 auto;
}.fund-cta-19738 {
    flex: 0 0 auto;
}svg {
    width: 30px;
    height: 30px;
}html,body {
    auto
contain;
    min-height: 100%;
    font-family: Arial, sans-serif;
    height: 100%;
    color: #000000;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.privacy-stronghold-24605 {
    overflow: hidden;
    background: linear-gradient(120deg, rgb(180,208,205), #ffffff);
    padding: 5rem 2rem;
    position: relative;
}.privacy-stronghold-24605::before {
    top: 0;
    left: 0;
    content: "";
    background: 
        radial-gradient(circle at 80% 20%, rgb(146,93,172,0.5) 0%, transparent 60%),
        radial-gradient(circle at 20% 80%, rgb(140,180,192,0.5) 0%, transparent 60%);
    position: absolute;
    z-index: 0;
    height: 100%;
    opacity: 0.15;
    width: 100%;
    pointer-events: none;
}.privacy-stronghold-24605 .container {
    max-width: 1140px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08), 
                0 5px 10px rgba(0,0,0,0.03);
    position: relative;
    background: #ffffff;
    transform: perspective(1000px) rotateX(1deg);
    margin: 0 auto;
    padding: 3rem;
    z-index: 1;
}.privacy-stronghold-24605 .container::before {
    position: absolute;
    content: "";
    left: 0;
    height: 100%;
    top: 0;
    width: 4px;
    background: linear-gradient(to bottom, rgb(140,180,192), rgb(146,93,172));
    transform: translateX(-2px);
}.privacy-stronghold-24605 h1 {
    color: #000000;
    font-weight: 700;
    position: relative;
    margin-bottom: 2rem;
    font-family: Arial, sans-serif;
    font-size: 39px;
    padding-bottom: 1rem;
    transform: translateX(1.5rem);
}.privacy-stronghold-24605 h1::after {
    width: 80px;
    left: 0;
    background: rgb(140,180,192);
    height: 3px;
    position: absolute;
    content: "";
    transition: width 0.4s ease;
    transform-origin: left center;
    bottom: 0;
}.privacy-stronghold-24605:hover h1::after {
    width: 120px;
}.privacy-stronghold-24605 h2 {
    display: inline-block;
    padding-left: 1.5rem;
    margin: 3rem 0 1.5rem;
    color: rgb(146,93,172);
    font-weight: 600;
    font-family: Arial, sans-serif;
    position: relative;
    font-size: 30px;
}.privacy-stronghold-24605 h2::before {
    transform: translateY(-50%) rotate(45deg);
    content: "";
    left: 0;
    top: 50%;
    height: 8px;
    position: absolute;
    width: 8px;
    background: rgb(140,180,192);
}.privacy-stronghold-24605 h3 {
    position: relative;
    font-size: calc(30px * 0.85);
    margin: 2.5rem 0 1.25rem;
    font-family: Arial, sans-serif;
    font-weight: 600;
    color: #000000;
    padding-left: 1.25rem;
}.privacy-stronghold-24605 h3::before {
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
    width: 6px;
    left: 0;
    background: rgb(146,93,172);
    position: absolute;
    content: "";
    height: 6px;
}.privacy-stronghold-24605 h4 {
    font-family: Arial, sans-serif;
    font-weight: 600;
    padding-left: 1rem;
    color: #000000;
    font-size: calc(30px * 0.7);
    margin: 2rem 0 1rem;
    position: relative;
}.privacy-stronghold-24605 h4::before {
    height: 4px;
    background: rgb(140,180,192);
    transform: translateY(-50%) rotate(45deg);
    width: 4px;
    top: 50%;
    position: absolute;
    left: 0;
    content: "";
}.privacy-stronghold-24605 p {
    line-height: 1.8;
    margin-bottom: 1.5rem;
    color: #000000;
    font-family: Arial, sans-serif;
    transform: translateZ(0);
    max-width: 90%;
    font-size: 18px;
    position: relative;
}.privacy-stronghold-24605 p strong {
    display: inline-block;
    font-weight: 600;
    position: relative;
    color: #000000;
}.privacy-stronghold-24605 p strong::after {
    left: 0;
    content: "";
    height: 1px;
    position: absolute;
    width: 100%;
    bottom: -2px;
    background: rgb(140,180,192,0.5);
}.privacy-stronghold-24605 ul {
    margin: 1.5rem 0 2rem;
    list-style: none;
    padding-left: 1.5rem;
}.privacy-stronghold-24605 li {
    padding-left: 1.5rem;
    font-family: Arial, sans-serif;
    position: relative;
    margin-bottom: 1rem;
    color: #000000;
    line-height: 1.6;
    font-size: 18px;
}.privacy-stronghold-24605 li::before {
    width: 6px;
    top: 0.7em;
    border: 1px solid rgb(140,180,192);
    transform: rotate(45deg);
    position: absolute;
    content: "";
    transition: all 0.3s ease;
    height: 6px;
    left: 0;
}.privacy-stronghold-24605 li:hover::before {
    background: rgb(140,180,192);
    transform: rotate(135deg);
}.privacy-stronghold-24605 span {
    padding: 0.5rem 0 0.5rem 1rem;
    display: block;
    font-size: 18px;
    line-height: 1.7;
    color: #000000;
    border-left: 2px solid rgb(146,93,172,0.5);
    font-family: Arial, sans-serif;
    margin-bottom: 1.5rem;
}

@media (min-width: 992px) {.privacy-stronghold-24605 {
    padding: 7rem 3rem;
}.privacy-stronghold-24605 .container {
    transform: perspective(1200px) rotateX(1deg);
    padding: 4rem 5rem;
}.privacy-stronghold-24605 h1 {
    font-size: calc(39px * 1.15);
    transform: translateX(2rem);
}.privacy-stronghold-24605 p {
    max-width: 80%;
}.privacy-stronghold-24605 ul {
    padding-left: 2.5rem;
}
}

@media (max-width: 991px) {.privacy-stronghold-24605 {
    padding: 4rem 1.5rem;
}.privacy-stronghold-24605 .container {
    padding: 2.5rem;
}.privacy-stronghold-24605 h1 {
    transform: translateX(1rem);
}
}

@media (max-width: 767px) {.privacy-stronghold-24605 {
    padding: 3rem 1rem;
}.privacy-stronghold-24605 .container {
    transform: perspective(800px) rotateX(0.5deg);
    padding: 2rem 1.5rem;
}.privacy-stronghold-24605 h1 {
    transform: translateX(0);
    font-size: calc(39px * 0.85);
}.privacy-stronghold-24605 h2 {
    font-size: calc(30px * 0.9);
}.privacy-stronghold-24605 p, .privacy-stronghold-24605 li, .privacy-stronghold-24605 span {
    font-size: calc(18px * 0.95);
}.privacy-stronghold-24605 p {
    max-width: 100%;
}
}

@media (max-width: 480px) {.privacy-stronghold-24605 {
    padding: 2rem 0.75rem;
}.privacy-stronghold-24605 .container {
    padding: 1.75rem 1.25rem;
    transform: none;
}.privacy-stronghold-24605 .container::before {
    width: 3px;
}.privacy-stronghold-24605 h1 {
    font-size: calc(39px * 0.75);
    margin-bottom: 1.5rem;
}.privacy-stronghold-24605 h2 {
    padding-left: 1.25rem;
    font-size: calc(30px * 0.8);
}.privacy-stronghold-24605 h3, .privacy-stronghold-24605 h4 {
    padding-left: 1rem;
}.privacy-stronghold-24605 p, .privacy-stronghold-24605 li, .privacy-stronghold-24605 span {
    font-size: calc(18px * 0.9);
    line-height: 1.6;
}.privacy-stronghold-24605 ul {
    padding-left: 0.75rem;
}.privacy-stronghold-24605 li {
    padding-left: 1.25rem;
}}header .top_plank {
    background: rgb(140,180,192);
    color:  #ffffff;
}header .top_plank .best-skills-54192 div svg, header .top_plank .best-skills-54192 div svg path {
    fill: #ffffff;
}header .top_plank .best-skills-54192 div span {
    color: #ffffff;
}header .top_plank .best-skills-54192 {
    justify-content: flex-start;
    width: 100%;
    font-size: 13px;
    padding: 15px 0 10px 0;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    line-height: 21px;
}header .top_plank .best-skills-54192 div {
    margin-right: 24px;
    align-items: center;
    justify-content: flex-start;
    display: flex;
}header .top_plank .best-skills-54192 div img, header .top_plank .best-skills-54192 div svg {
    width: 16px;
    margin-right: 8px;
    height: 16px;
}.learning-profits-07564 {
    padding: 90px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(120deg, rgb(180,208,205) 30%, rgb(140,180,192,0.5) 100%);
}.learning-profits-07564::before {
    position: absolute;
    content: "";
    width: 100%;
    opacity: 0.4;
    left: 0;
    background: radial-gradient(circle at 70% 30%, rgb(146,93,172,0.5) 0%, transparent 60%);
    height: 100%;
    top: 0;
}.learning-profits-07564 .container {
    z-index: 2;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.learning-profits-07564 .edu-promise-53946 {
    display: flex;
    gap: 40px;
    align-items: center;
}.learning-profits-07564 .photo-frame-wrap-69308 {
    max-width: 45%;
    flex: 0 0 45%;
    transform: translateY(-10px);
    border-radius: 30% 10% 30% 10%;
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease;
    position: relative;
}.learning-profits-07564 .photo-frame-wrap-69308::after {
    position: absolute;
    content: "";
    border-radius: 30% 10% 30% 10%;
    top: 20px;
    left: 20px;
    right: -20px;
    z-index: -1;
    border: 3px solid rgb(140,180,192,0.5);
    bottom: -20px;
}.learning-profits-07564 .photo-frame-wrap-69308:hover {
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(0);
}.learning-profits-07564 .text-header-87901 {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    z-index: 1;
    background: #ffffff;
    flex: 0 0 50%;
    position: relative;
    padding: 40px 35px;
    border-radius: 10px;
}.learning-profits-07564 .text-header-87901::before {
    content: "";
    background: linear-gradient(to bottom, rgb(140,180,192), rgb(146,93,172));
    height: 100%;
    width: 6px;
    left: 0;
    position: absolute;
    border-radius: 10px;
    top: 0;
}.learning-profits-07564 h3 {
    font-size: 29px;
    position: relative;
    color: #000000;
    padding-left: 15px;
    margin-bottom: 30px;
    font-weight: 700;
}.learning-profits-07564 h3::after {
    border-radius: 10px;
    left: 15px;
    height: 3px;
    bottom: -12px;
    width: 80px;
    background: rgb(140,180,192);
    position: absolute;
    content: "";
}.learning-profits-07564 ul {
    list-style: none;
    gap: 20px;
    display: flex;
    flex-direction: column;
    padding: 0 0 0 15px;
    margin: 0;
}.learning-profits-07564 li {
    border-radius: 10px;
    padding: 15px;
    background: linear-gradient(90deg, #ffffff, rgb(180,208,205) 180%);
    transition: all 0.3s ease;
    position: relative;
}.learning-profits-07564 li:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    background: linear-gradient(90deg, #ffffff, rgb(146,93,172,0.5) 180%);
    transform: translateX(10px);
}.learning-profits-07564 li p {
    color: #000000;
    gap: 16px;
    margin: 0;
    font-weight: 400;
    align-items: center;
    font-size: 15px;
    display: flex;
    line-height: 1.5;
}.learning-profits-07564 svg {
    background: #ffffff;
    align-items: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
    padding: 5px;
    height: 24px;
    display: flex;
    width: 24px;
    justify-content: center;
    border-radius: 50%;
}.learning-profits-07564 svg path {
    fill: rgb(140,180,192);
    transition: fill 0.3s ease;
}.learning-profits-07564 li:hover svg {
    transform: scale(1.1);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}.learning-profits-07564 li:hover svg path {
    fill: rgb(146,93,172);
}

@media (max-width: 992px) {.learning-profits-07564 {
    padding: 70px 0;
}.learning-profits-07564 .edu-promise-53946 {
    flex-direction: column;
    gap: 40px;
}.learning-profits-07564 .photo-frame-wrap-69308 {
    max-width: 70%;
    flex: none;
    margin: 0 auto;
}.learning-profits-07564 .text-header-87901 {
    margin: 0 auto;
    width: 90%;
    flex: none;
}.learning-profits-07564 .text-header-87901::before {
    height: 6px;
    left: 0;
    top: 0;
    width: 100%;
}
}

@media (max-width: 576px) {.learning-profits-07564 {
    padding: 50px 0;
}.learning-profits-07564 .photo-frame-wrap-69308 {
    max-width: 90%;
}.learning-profits-07564 .photo-frame-wrap-69308::after {
    display: none;
}.learning-profits-07564 .text-header-87901 {
    width: 100%;
    padding: 30px 20px;
}.learning-profits-07564 h3 {
    margin-bottom: 25px;
    font-size: 24px;
}.learning-profits-07564 ul {
    gap: 15px;
}.learning-profits-07564 li {
    padding: 12px;
}.learning-profits-07564 svg {
    width: 22px;
    height: 22px;
}}.appSpotlight-97015 {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(180,208,205) 0%, rgba(245, 245, 255, 0.95) 100%);
    padding: 6rem 0;
    position: relative;
}.appSpotlight-97015::before {
    background: linear-gradient(120deg, rgb(140,180,192,0.5) 0%, rgb(146,93,172,0.5) 100%);
    content: '';
    top: -10%;
    position: absolute;
    animation: float 15s ease-in-out infinite alternate;
    filter: blur(60px);
    height: 40%;
    right: -5%;
    width: 40%;
    z-index: 1;
    opacity: 0.4;
}.appSpotlight-97015::after {
    opacity: 0.3;
    z-index: 1;
    left: -5%;
    animation: float 18s ease-in-out infinite alternate-reverse;
    filter: blur(50px);
    content: '';
    background: linear-gradient(240deg, rgb(146,93,172,0.5) 0%, rgb(140,180,192,0.5) 100%);
    position: absolute;
    bottom: -15%;
    height: 40%;
    width: 35%;
}.appSpotlight-97015 .container {
    transform: perspective(1000px) rotateX(2deg);
    padding: 0 2rem;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    position: relative;
}.appSpotlight-97015 h2 {
    animation: slideUp 0.8s 0.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    transform: translateY(0);
    color: #000000;
    font-weight: 700;
    margin-bottom: 3rem;
    font-size: 37px;
    opacity: 0;
    font-family: Arial, sans-serif;
    position: relative;
    line-height: 1.3;
}.appSpotlight-97015 h2::after {
    transform-origin: left;
    background: linear-gradient(90deg, rgb(140,180,192) 0%, rgb(146,93,172) 100%);
    position: absolute;
    transform: scaleX(0);
    content: '';
    width: 10rem;
    height: 4px;
    bottom: -0.8rem;
    animation: expandWidth 1s 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    left: 0;
}.appSpotlight-97015 .edu-promise-53946 {
    background: #ffffff;
    position: relative;
    transform: translateY(30px);
    opacity: 0;
    animation: fadeScale 1s 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    border-radius: 1rem;
    overflow: hidden;
    padding: 3rem;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08), 0 5px 10px rgba(0, 0, 0, 0.04);
}.appSpotlight-97015 .edu-promise-53946::before {
    position: absolute;
    background: linear-gradient(180deg, rgb(140,180,192) 0%, rgb(146,93,172) 100%);
    animation: pulseGlow 4s infinite alternate;
    top: 0;
    left: 0;
    height: 100%;
    width: 5px;
    content: '';
}.appSpotlight-97015 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}.appSpotlight-97015 li {
    position: relative;
    display: block;
    padding-left: 1.5rem;
}.appSpotlight-97015 li::before {
    transform: scale(0);
    animation: popIn 0.5s 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    position: absolute;
    border-radius: 50%;
    width: 0.5rem;
    content: '';
    left: 0;
    top: 0.5rem;
    height: 0.5rem;
    background-color: rgb(140,180,192);
}.appSpotlight-97015 li span {
    font-family: Arial, sans-serif;
    opacity: 0.95;
    transform: translateY(20px);
    animation: slideUp 0.8s 0.7s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    display: block;
    margin: 0;
    line-height: 1.8;
    font-size: calc(16px * 1.05);
    opacity: 0;
    color: #000000;
}

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

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

@keyframes expandWidth {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}

@keyframes popIn {
    from {
        transform: scale(0);
    }
    50% {
        transform: scale(1.2);
    }
    to {
        transform: scale(1);
    }
}

@keyframes float {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(15px, -15px);
    }
}

@keyframes pulseGlow {
    0% {
        opacity: 0.7;
        box-shadow: 0 0 5px 1px rgb(140,180,192,0.5);
    }
    100% {
        opacity: 1;
        box-shadow: 0 0 12px 3px rgb(140,180,192,0.5);
    }
}

@media (max-width: 992px) {.appSpotlight-97015 {
    padding: 5rem 0;
}.appSpotlight-97015 h2 {
    font-size: calc(37px * 0.85);
    margin-bottom: 2.5rem;
}.appSpotlight-97015 .edu-promise-53946 {
    padding: 2.5rem 2rem;
}
}

@media (max-width: 768px) {.appSpotlight-97015 {
    padding: 4rem 0;
}.appSpotlight-97015::before,
    .appSpotlight-97015::after {
    width: 50%;
    height: 30%;
}.appSpotlight-97015 .container {
    transform: perspective(1000px) rotateX(1deg);
    padding: 0 1.5rem;
}.appSpotlight-97015 h2 {
    font-size: calc(37px * 0.75);
    margin-bottom: 2rem;
}.appSpotlight-97015 h2::after {
    width: 8rem;
    height: 3px;
}.appSpotlight-97015 .edu-promise-53946 {
    padding: 2rem 1.5rem;
}.appSpotlight-97015 li span {
    font-size: 16px;
    line-height: 1.7;
}
}

@media (max-width: 576px) {.appSpotlight-97015 {
    padding: 3.5rem 0;
}.appSpotlight-97015 .container {
    transform: none;
    padding: 0 1rem;
}.appSpotlight-97015 h2 {
    font-size: calc(37px * 0.7);
    margin-bottom: 1.8rem;
}.appSpotlight-97015 h2::after {
    width: 6rem;
    height: 3px;
}.appSpotlight-97015 .edu-promise-53946 {
    padding: 1.8rem 1.2rem;
}.appSpotlight-97015 li {
    padding-left: 1.2rem;
}.appSpotlight-97015 li::before {
    width: 0.4rem;
    top: 0.4rem;
    height: 0.4rem;
}.appSpotlight-97015 li span {
    line-height: 1.6;
    font-size: calc(16px * 0.95);
}}.tariff-grid-46519 {
    background-color: rgb(180,208,205);
    position: relative;
    overflow: hidden;
    font-family: Arial, sans-serif;
    padding: 100px 0;
}.tariff-grid-46519::before {
    content: "";
    height: 100%;
    z-index: 0;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    background: linear-gradient(135deg, rgba(rgb(146,93,172,0.5), 0.05) 0%, rgba(rgb(140,180,192,0.5), 0.08) 100%);
}.tariff-grid-46519 .container {
    z-index: 1;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}.tariff-grid-46519 .learn-packs-27451 {
    display: flex;
    flex-direction: column;
}.tariff-grid-46519 .pay-plans-67518 {
    transform: translateY(20px);
    opacity: 0;
    margin-bottom: 60px;
    animation: fadeUp 0.8s ease-out forwards;
}.tariff-grid-46519 .pay-plans-67518 h2 {
    line-height: 1.2;
    color: #000000;
    font-weight: 700;
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 30px;
}.tariff-grid-46519 .pay-plans-67518 h2::after {
    content: "";
    bottom: -10px;
    background: linear-gradient(90deg, rgb(146,93,172), rgb(140,180,192));
    height: 4px;
    left: 0;
    border-radius: 2px;
    position: absolute;
    width: 80px;
}.tariff-grid-46519 .cert-fees-71039 {
    line-height: 1.6;
    color: #000000;
    max-width: 800px;
    margin-top: 25px;
    font-size: 16px;
}.tariff-grid-46519 .price-deals-18632 {
    margin-top: 20px;
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    display: grid;
}.tariff-grid-46519 .learn-deals-28065 {
    display: block;
    text-decoration: none;
    perspective: 1000px;
    animation-delay: calc(0.15s * var(--i, 1));
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    opacity: 0;
    transform: translateY(30px);
    animation: fadeUp 0.8s ease-out forwards;
}.tariff-grid-46519 .learn-deals-28065:nth-child(1) {
    --i: 1;
}.tariff-grid-46519 .learn-deals-28065:nth-child(2) {
    --i: 2;
}.tariff-grid-46519 .learn-deals-28065:nth-child(3) {
    --i: 3;
}.tariff-grid-46519 .learn-deals-28065:nth-child(4) {
    --i: 4;
}.tariff-grid-46519 .pricing-fees-69285 {
    transition: all 0.4s ease;
    border-radius: 12px;
    height: 100%;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.15), 
              0 5px 15px -10px rgba(0, 0, 0, 0.05);
    transform-style: preserve-3d;
    background-color: #ffffff;
    overflow: hidden;
    position: relative;
}.tariff-grid-46519 .learn-deals-28065:hover .pricing-fees-69285 {
    box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.2),
              15px 15px 30px -10px rgba(0, 0, 0, 0.1),
              -15px 15px 30px -10px rgba(rgb(140,180,192,0.5), 0.1);
    transform: translateY(-15px) rotateX(2deg) rotateY(-2deg);
}.tariff-grid-46519 .edu-deals-80261 {
    padding: 35px 30px;
    position: relative;
    min-height: 250px;
    box-sizing: border-box;
    z-index: 2;
}.tariff-grid-46519 .edu-deals-80261 h3 {
    color: #000000;
    position: relative;
    font-weight: 700;
    margin-bottom: 20px;
    display: inline-block;
    transition: transform 0.3s ease;
    font-size: calc(18px + 2px);
}.tariff-grid-46519 .learn-deals-28065:hover .edu-deals-80261 h3 {
    transform: translateX(5px);
    color: rgb(140,180,192);
}.tariff-grid-46519 .price-tiers-87563 {
    transition: all 0.3s ease;
    color: rgb(146,93,172);
    display: block;
    font-size: calc(18px + 4px);
    margin: 20px 0;
    font-weight: 700;
    position: relative;
}.tariff-grid-46519 .price-tiers-87563::before {
    border-radius: 2px;
    position: absolute;
    height: 3px;
    width: 40px;
    left: 0;
    content: "";
    top: -10px;
    background: linear-gradient(90deg, rgb(146,93,172), transparent);
}.tariff-grid-46519 .learn-deals-28065:hover .price-tiers-87563 {
    transform: scale(1.05);
    color: rgb(140,180,192);
}.tariff-grid-46519 .edu-deals-80261 p {
    white-space: normal;
    overflow-wrap: break-word;
    font-size: 16px;
    word-break: normal;
    margin-top: 15px;
    color: #000000;
    transition: color 0.3s ease;
    word-wrap: break-word;
    line-height: 1.6;
    hyphens: auto;
}.tariff-grid-46519 .photo-frame-wrap-69308 {
    transition: all 0.5s ease;
    overflow: hidden;
    height: 200px;
    width: 100%;
    position: relative;
}.tariff-grid-46519 .photo-frame-wrap-69308::after {
    top: 0;
    z-index: 1;
    width: 100%;
    opacity: 0.6;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    position: absolute;
    transition: opacity 0.4s ease;
    left: 0;
    height: 100%;
    content: "";
}.tariff-grid-46519 .learn-deals-28065:hover .photo-frame-wrap-69308 {
    transform: scale(1.05);
}.tariff-grid-46519 .learn-deals-28065:hover .photo-frame-wrap-69308::after {
    opacity: 0.3;
}

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

@media (min-width: 1200px) {.tariff-grid-46519 .learn-packs-27451 {
    flex-direction: row-reverse;
}.tariff-grid-46519 .pay-plans-67518 {
    width: 30%;
    padding-left: 50px;
    margin-bottom: 0;
}.tariff-grid-46519 .price-deals-18632 {
    width: 70%;
}.tariff-grid-46519 .pay-plans-67518 h2 {
    font-size: calc(30px + 4px);
}
}

@media (max-width: 1199px) {.tariff-grid-46519 {
    padding: 80px 0;
}.tariff-grid-46519 .pay-plans-67518 {
    max-width: 800px;
    text-align: center;
    margin: 0 auto 50px;
}.tariff-grid-46519 .pay-plans-67518 h2::after {
    left: 50%;
    transform: translateX(-50%);
}
}

@media (max-width: 767px) {.tariff-grid-46519 {
    padding: 60px 0;
}.tariff-grid-46519 .price-deals-18632 {
    grid-template-columns: 1fr;
    gap: 20px;
}.tariff-grid-46519 .edu-deals-80261 {
    padding: 25px 20px;
}.tariff-grid-46519 .photo-frame-wrap-69308 {
    height: 180px;
}.tariff-grid-46519 .pay-plans-67518 h2 {
    font-size: calc(30px - 2px);
}.tariff-grid-46519 .cert-fees-71039 {
    font-size: calc(16px - 1px);
}
}

@media (hover: none) {.tariff-grid-46519 .learn-deals-28065:hover .pricing-fees-69285 {
    transform: none;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.15),
                0 5px 15px -10px rgba(0, 0, 0, 0.05);
}.tariff-grid-46519 .learn-deals-28065:hover .edu-deals-80261 h3 {
    transform: none;
}.tariff-grid-46519 .learn-deals-28065:hover .price-tiers-87563 {
    transform: none;
}.tariff-grid-46519 .learn-deals-28065:hover .photo-frame-wrap-69308 {
    transform: none;
}}.contact-28950 {
    overflow: hidden;
    padding: 110px 0;
    position: relative;
    background: rgb(180,208,205);
}.contact-28950::before {
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    background: 
        linear-gradient(0deg, transparent 24%, rgb(140,180,192,0.5) 25%, rgb(140,180,192,0.5) 26%, transparent 27%, transparent 74%, rgb(140,180,192,0.5) 75%, rgb(140,180,192,0.5) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, rgb(140,180,192,0.5) 25%, rgb(140,180,192,0.5) 26%, transparent 27%, transparent 74%, rgb(140,180,192,0.5) 75%, rgb(140,180,192,0.5) 76%, transparent 77%, transparent);
    position: absolute;
    z-index: 0;
    width: 100%;
    background-size: 50px 50px;
    opacity: 0.3;
}.contact-28950 .photo-frame-wrap-69308 {
    opacity: 0.05;
    top: 0;
    width: 100%;
    filter: saturate(0) contrast(1.2);
    position: absolute;
    z-index: 0;
    height: 100%;
    left: 0;
}.contact-28950::after {
    position: absolute;
    background: radial-gradient(circle at center, transparent 50%, rgb(180,208,205) 100%);
    width: 100%;
    content: "";
    left: 0;
    height: 100%;
    top: 0;
    z-index: 1;
}.contact-28950 .container {
    z-index: 5;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.contact-28950 h3 {
    text-align: center;
    font-weight: 700;
    margin-bottom: 50px;
    position: relative;
    color: #000000;
    font-size: 36px;
}.contact-28950 h3::before {
    height: 6px;
    border-radius: 50%;
    top: -15px;
    position: absolute;
    background: rgb(140,180,192);
    width: 6px;
    content: "";
    transform: translateX(-50%);
    left: 50%;
}.contact-28950 h3::after {
    height: 6px;
    background: rgb(140,180,192);
    position: absolute;
    left: 50%;
    content: "";
    border-radius: 50%;
    bottom: -15px;
    width: 6px;
    transform: translateX(-50%);
}.inquiry-map-26370 {
    position: relative;
    z-index: 10;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    display: flex;
    border-radius: 50px;
    background: #ffffff;
    backdrop-filter: blur(5px);
}.inquiry-map-26370::before {
    content: "";
    top: -150px;
    right: -150px;
    height: 300px;
    z-index: 0;
    filter: blur(70px);
    width: 300px;
    position: absolute;
    background: rgb(140,180,192,0.5);
    border-radius: 50%;
}.inquiry-map-26370::after {
    content: "";
    width: 300px;
    border-radius: 50%;
    background: rgb(146,93,172,0.5);
    left: -150px;
    bottom: -150px;
    position: absolute;
    filter: blur(70px);
    z-index: 0;
    height: 300px;
}.inquiry-map-26370 .support-card-24973 {
    padding: 70px;
    position: relative;
    float: left;
    z-index: 1;
    width: 60%;
}.inquiry-map-26370 .support-card-24973 h3 {
    text-align: left;
    font-weight: 600;
    color: #000000;
    margin-bottom: 40px;
    font-size: 24px;
}.inquiry-map-26370 .support-card-24973 h3::before,
.inquiry-map-26370 .support-card-24973 h3::after {
    display: none;
}.inquiry-map-26370 .support-card-24973 h3::before {
    background: rgb(140,180,192);
    left: 0;
    width: 30px;
    bottom: -15px;
    content: "";
    height: 2px;
    position: absolute;
}.inquiry-map-26370 .support-card-24973 form {
    display: flex;
    flex-direction: column;
}.inquiry-map-26370 .support-card-24973 input[type="text"],
.inquiry-map-26370 .support-card-24973 textarea {
    margin-bottom: 25px;
    font-size: 18px;
    padding: 20px 25px;
    transition: all 0.3s ease;
    border: none;
    font-family: Arial, sans-serif;
    background: rgba(245, 245, 245, 0.7);
    border-radius: 30px;
    width: 100%;
}.inquiry-map-26370 .support-card-24973 input[type="text"]:focus,
.inquiry-map-26370 .support-card-24973 textarea:focus {
    outline: none;
    background: rgba(245, 245, 245, 1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}.inquiry-map-26370 .support-card-24973 textarea {
    border-radius: 25px;
    resize: vertical;
    min-height: 160px;
}.inquiry-map-26370 .support-card-24973 .message-help-94013 {
    position: relative;
    align-items: flex-start;
    display: flex;
    margin-bottom: 35px;
}.inquiry-map-26370 .support-card-24973 .message-help-94013 input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.inquiry-map-26370 .support-card-24973 .message-help-94013 label {
    color: #000000;
    font-size: calc(18px - 2px);
    cursor: pointer;
    position: relative;
    line-height: 1.5;
    padding-left: 35px;
}.inquiry-map-26370 .support-card-24973 .message-help-94013 label::before {
    top: 2px;
    transition: all 0.3s ease;
    border-radius: 50%;
    height: 22px;
    position: absolute;
    width: 22px;
    left: 0;
    background: rgba(245, 245, 245, 0.7);
    content: "";
}.inquiry-map-26370 .support-card-24973 .message-help-94013 input[type="checkbox"]:checked + label::before {
    background: rgb(140,180,192);
}.inquiry-map-26370 .support-card-24973 .message-help-94013 input[type="checkbox"]:checked + label::after {
    height: 10px;
    transform: rotate(45deg);
    border: solid #ffffff;
    position: absolute;
    width: 6px;
    border-width: 0 2px 2px 0;
    top: 6px;
    content: "";
    left: 8px;
}.inquiry-map-26370 .support-card-24973 .message-help-94013 a {
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
    font-weight: 600;
    color: rgb(140,180,192);
}.inquiry-map-26370 .support-card-24973 .message-help-94013 a:hover {
    color: rgb(146,93,172);
}.inquiry-map-26370 .support-card-24973 .reach-list-65481 {
    color: #ffffff;
    padding: 18px 40px;
    align-self: flex-start;
    border-radius: 30px;
    font-size: 19px;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    cursor: pointer;
    border: none;
    background: rgb(140,180,192);
    z-index: 1;
    font-weight: 600;
    position: relative;
    display: inline-block;
    overflow: hidden;
}.inquiry-map-26370 .support-card-24973 .reach-list-65481:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: rgb(146,93,172);
}.inquiry-map-26370 .connect-inquiry-84096 {
    z-index: 1;
    position: relative;
    background: rgb(180,208,205);
    padding: 70px 50px;
    float: left;
    width: 40%;
}.inquiry-map-26370 .connect-inquiry-84096::before {
    position: absolute;
    z-index: -1;
    height: 100%;
    content: "";
    background: 
        radial-gradient(circle at 20% 30%, rgb(140,180,192,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(146,93,172,0.5) 0%, transparent 30%);
    top: 0;
    left: 0;
    width: 100%;
}.inquiry-map-26370 .connect-inquiry-84096 h4 {
    margin-bottom: 40px;
    position: relative;
    color: #000000;
    font-size: 24px;
    font-weight: 600;
}.inquiry-map-26370 .connect-inquiry-84096 h4::after {
    height: 2px;
    background: rgb(140,180,192);
    bottom: -15px;
    width: 30px;
    content: "";
    position: absolute;
    left: 0;
}.inquiry-map-26370 .connect-inquiry-84096 .query-block-91237 {
    list-style: none;
    margin: 0;
    padding: 0;
}.inquiry-map-26370 .connect-inquiry-84096 .query-block-91237 li {
    align-items: center;
    margin-bottom: 30px;
    backdrop-filter: blur(5px);
    padding: 20px;
    background: rgba(255, 255, 255, 0.7);
    display: flex;
    border-radius: 20px;
    transition: all 0.3s ease;
}.inquiry-map-26370 .connect-inquiry-84096 .query-block-91237 li:last-child {
    margin-bottom: 0;
}.inquiry-map-26370 .connect-inquiry-84096 .query-block-91237 li:hover {
    background: rgba(255, 255, 255, 0.9);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}.inquiry-map-26370 .connect-inquiry-84096 .query-block-91237 li svg {
    height: 26px;
    transition: all 0.3s ease;
    margin-right: 15px;
    width: 26px;
    flex-shrink: 0;
}.inquiry-map-26370 .connect-inquiry-84096 .query-block-91237 li:hover svg {
    transform: scale(1.2);
}.inquiry-map-26370 .connect-inquiry-84096 .query-block-91237 li svg path {
    fill: rgb(140,180,192);
    transition: all 0.3s ease;
}.inquiry-map-26370 .connect-inquiry-84096 .query-block-91237 li:hover svg path {
    fill: rgb(146,93,172);
}.inquiry-map-26370 .connect-inquiry-84096 .query-block-91237 li span {
    color: #000000;
    font-size: 18px;
    line-height: 1.5;
}.inquiry-map-26370 .connect-inquiry-84096 .query-block-91237 li a {
    color: #000000;
    transition: all 0.3s ease;
    text-decoration: none;
}.inquiry-map-26370 .connect-inquiry-84096 .query-block-91237 li a:hover {
    color: rgb(140,180,192);
}

@media screen and (max-width: 992px) {.contact-28950 {
    padding: 80px 0;
}.inquiry-map-26370 {
    display: block;
    border-radius: 30px;
}.inquiry-map-26370 .support-card-24973,
    .inquiry-map-26370 .connect-inquiry-84096 {
    padding: 50px;
    width: 100%;
    float: none;
}
}

@media screen and (max-width: 768px) {.contact-28950 {
    padding: 60px 0;
}.contact-28950 h3 {
    font-size: calc(36px - 4px);
}.inquiry-map-26370 {
    border-radius: 25px;
}.inquiry-map-26370 .support-card-24973,
    .inquiry-map-26370 .connect-inquiry-84096 {
    padding: 40px 30px;
}.inquiry-map-26370 .support-card-24973 input[type="text"],
    .inquiry-map-26370 .support-card-24973 textarea {
    border-radius: 20px;
    padding: 15px 20px;
}.inquiry-map-26370 .support-card-24973 .reach-list-65481 {
    padding: 15px 30px;
    width: 100%;
    text-align: center;
}.inquiry-map-26370 .connect-inquiry-84096 .query-block-91237 li {
    padding: 15px;
    border-radius: 15px;
}
}

@media screen and (max-width: 480px) {.contact-28950 {
    padding: 40px 0;
}.inquiry-map-26370 {
    border-radius: 20px;
}.inquiry-map-26370 .support-card-24973,
    .inquiry-map-26370 .connect-inquiry-84096 {
    padding: 30px 20px;
}}.developer-experience-83205 {
    position: relative;
    overflow: hidden;
    padding: 5rem 2rem;
    background: rgb(180,208,205);
}.developer-experience-83205::before {
    position: absolute;
    background: linear-gradient(120deg, rgb(140,180,192,0.5) 0%, transparent 70%);
    left: 0;
    z-index: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
}.developer-experience-83205::after {
    background: linear-gradient(210deg, rgb(146,93,172,0.5) 0%, transparent 70%);
    position: absolute;
    right: 0;
    z-index: 0;
    height: 70%;
    content: "";
    width: 70%;
    bottom: 0;
}.developer-experience-83205 .rating-zone-06984 {
    display: flex;
    z-index: 1;
    max-width: 600px;
    position: relative;
    margin: 0 auto;
    flex-direction: column;
}.developer-experience-83205 .photo-frame-wrap-69308 {
    width: 80%;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 17px;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateY(0);
    height: 400px;
    z-index: 2;
    position: relative;
    box-shadow: 0 30px 60px -20px rgba(0, 0, 0, 0.5);
}.developer-experience-83205 .photo-frame-wrap-69308::before {
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.5) 100%);
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
}.developer-experience-83205 .photo-frame-wrap-69308::after {
    top: -100%;
    mix-blend-mode: overlay;
    transition: all 0.8s ease;
    height: 300%;
    left: -100%;
    content: "";
    background: linear-gradient(45deg, rgb(140,180,192,0.5) 0%, transparent 40%, transparent 60%, rgb(146,93,172,0.5) 100%);
    animation: shiftGradient 10s infinite alternate;
    position: absolute;
    opacity: 0.3;
    width: 300%;
}.developer-experience-83205 .work-content-92146 {
    padding: 2.5rem 2rem 2rem;
    width: 90%;
    z-index: 3;
    transform: translateY(0);
    border-radius: 17px;
    margin: -80px auto 0;
    position: relative;
    background: #ffffff;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
}.developer-experience-83205 .work-content-92146::before {
    transform: translate(-50%, -50%);
    background: #ffffff;
    height: 70px;
    z-index: 4;
    border-radius: 50%;
    top: 0;
    border: 5px solid rgb(180,208,205);
    content: "";
    left: 50%;
    position: absolute;
    width: 70px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}.developer-experience-83205 .name {
    margin-bottom: 0.5rem;
    position: relative;
    text-align: center;
    color: rgb(140,180,192);
    font-size: 35px;
    font-weight: 700;
}.developer-experience-83205 .work-content-92146 div:nth-child(2) {
    font-weight: 600;
    text-align: center;
    color: rgb(146,93,172);
    margin-bottom: 1.5rem;
    position: relative;
    font-size: 19px;
}.developer-experience-83205 .work-content-92146 div:nth-child(2)::after {
    height: 3px;
    width: 40px;
    background: rgb(140,180,192,0.5);
    content: "";
    display: block;
    margin: 1rem auto 0;
}.developer-experience-83205 .exp-details-32641 {
    padding: 0 1rem;
    font-size: 18px;
    color: #000000;
    font-style: italic;
    position: relative;
    line-height: 1.7;
    text-align: center;
}.developer-experience-83205 .exp-details-32641::before,
.developer-experience-83205 .exp-details-32641::after {
    font-size: 3rem;
    content: "";
    color: rgb(140,180,192,0.5);
    font-family: serif;
    position: absolute;
    line-height: 0;
}.developer-experience-83205 .exp-details-32641::before {
    top: 0.5rem;
    left: 0;
    transform: rotate(180deg);
}.developer-experience-83205 .exp-details-32641::after {
    right: 0;
    bottom: -0.5rem;
}.developer-experience-83205 .rating-zone-06984:hover .photo-frame-wrap-69308 {
    transform: translateY(-20px);
}.developer-experience-83205 .rating-zone-06984:hover .work-content-92146 {
    transform: translateY(20px);
}

@keyframes shiftGradient {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 767px) {.developer-experience-83205 .photo-frame-wrap-69308 {
    width: 90%;
    height: 320px;
}.developer-experience-83205 .work-content-92146 {
    width: 95%;
    margin-top: -60px;
    padding: 2rem 1.5rem 1.5rem;
}.developer-experience-83205 .work-content-92146::before {
    width: 60px;
    height: 60px;
}}.title-opener-75641 {
    align-items: center;
    display: flex;
    background-color: rgb(180,208,205);
    overflow: hidden;
    min-height: 100vh;
    width: 100%;
    position: relative;
}.title-opener-75641 .photo-frame-wrap-69308 {
    left: 0;
    transition: transform 0.8s cubic-bezier(0.215, 0.610, 0.355, 1);
    z-index: 1;
    transform: scale(1.05);
    width: 100%;
    top: 0;
    position: absolute;
    height: 100%;
}.title-opener-75641 .photo-frame-wrap-69308::before {
    width: 100%;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.8) 0%, 
        rgba(0, 0, 0, 0.5) 50%, 
        rgba(0, 0, 0, 0.3) 100%);
    height: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    content: '';
}.title-opener-75641 .photo-frame-wrap-69308::after {
    left: 0;
    z-index: 3;
    content: '';
    height: 100%;
    width: 100%;
    background: radial-gradient(circle at 70% 30%, 
        rgba(94, 170, 168, 0.2) 0%, 
        rgba(94, 170, 168, 0) 60%);
    position: absolute;
    mix-blend-mode: overlay;
    top: 0;
}.title-opener-75641:hover .photo-frame-wrap-69308 {
    transform: scale(1.02);
}.title-opener-75641 .edu-promise-53946 {
    align-items: flex-start;
    width: 90%;
    flex-direction: column;
    margin: 0 auto;
    padding: 6rem 2rem;
    position: relative;
    max-width: 1200px;
    display: flex;
    z-index: 4;
}.title-opener-75641 h1 {
    font-weight: 700;
    animation: slideTitle 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    letter-spacing: 0.05em;
    position: relative;
    margin-bottom: 1.5rem;
    transform: translateY(0);
    color: #ffffff;
    font-size: calc(44px * 1.2);
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
    opacity: 1;
}.title-opener-75641 h1::after {
    background: rgb(140,180,192);
    animation: expandLine 1.5s 0.5s cubic-bezier(0.215, 0.610, 0.355, 1) forwards;
    width: 80px;
    transform-origin: left;
    position: absolute;
    bottom: -0.5rem;
    content: '';
    left: 0;
    height: 3px;
    transform: scaleX(0);
}.title-opener-75641 .text-header-87901 {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    padding: 2rem;
    backdrop-filter: blur(10px);
    width: 100%;
    max-width: 600px;
    animation: fadeInRight 1s 0.3s cubic-bezier(0.215, 0.610, 0.355, 1) forwards;
    transform: translateX(-20px);
    border-left: 2px solid rgb(140,180,192);
    opacity: 0;
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.1) 0%, 
        rgba(255, 255, 255, 0.05) 100%);
    margin-top: 1rem;
}.title-opener-75641 .text-header-87901 p {
    margin-bottom: 2rem;
    line-height: 1.6;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    font-size: calc(18px * 1.1);
}.title-opener-75641 .tech-track-90856 {
    display: flex;
    position: relative;
    margin: 2rem 0;
    justify-content: center;
}.title-opener-75641 .tech-track-90856::before {
    width: 150px;
    transform: translate(-50%, -50%);
    animation: pulseGlow 3s infinite alternate;
    height: 150px;
    top: 50%;
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    left: 50%;
    opacity: 0;
    background: radial-gradient(circle, 
        rgba(94, 170, 168, 0.2) 0%, 
        rgba(94, 170, 168, 0) 70%);
    content: '';
}.title-opener-75641 .tech-track-90856 svg {
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: rotate(-5deg);
    height: 80px;
    width: 80px;
}.title-opener-75641 .tech-track-90856 svg:hover {
    transform: rotate(0) scale(1.1);
}.title-opener-75641 .tech-track-90856 svg path {
    transition: fill 0.3s ease;
    fill: rgb(140,180,192);
}.title-opener-75641 .tech-track-90856 svg text {
    fill: rgb(140,180,192);
    transition: fill 0.3s ease;
    font-weight: 700;
}.title-opener-75641 .tech-track-90856 svg:hover path,
.title-opener-75641 .tech-track-90856 svg:hover text {
    fill: #ffffff;
}.title-opener-75641 h6 {
    margin-top: 1.5rem;
    transform: translateY(20px);
    align-self: flex-start;
    opacity: 0;
    animation: fadeInUp 1s 0.7s cubic-bezier(0.215, 0.610, 0.355, 1) forwards;
}.title-opener-75641 h6 .reach-list-65481 {
    background: linear-gradient(135deg, 
        rgb(140,180,192) 0%, 
        rgb(146,93,172) 100%);
    position: relative;
    border-radius: 10px;
    font-size: 17px;
    box-shadow: 0 8px 20px rgba(94, 170, 168, 0.3);
    overflow: hidden;
    border: none;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-weight: 600;
    padding: 1rem 2rem;
    color: #ffffff;
    display: inline-block;
    text-decoration: none;
}.title-opener-75641 h6 .reach-list-65481::before {
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    transition: all 0.5s ease;
    background: linear-gradient(90deg, 
        rgba(255, 255, 255, 0) 0%, 
        rgba(255, 255, 255, 0.2) 50%, 
        rgba(255, 255, 255, 0) 100%);
    content: '';
    left: -100%;
}.title-opener-75641 h6 .reach-list-65481:hover {
    box-shadow: 0 12px 25px rgba(94, 170, 168, 0.4);
    transform: translateY(-5px);
}.title-opener-75641 h6 .reach-list-65481:hover::before {
    left: 100%;
}

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

@keyframes expandLine {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

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

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

@keyframes pulseGlow {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.8);
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 0.2;
        transform: translate(-50%, -50%) scale(1.2);
    }
}

@media (max-width: 992px) {.title-opener-75641 .edu-promise-53946 {
    padding: 4rem 1.5rem;
}.title-opener-75641 h1 {
    font-size: calc(44px * 1.1);
}.title-opener-75641 .text-header-87901 {
    max-width: 500px;
}
}

@media (max-width: 768px) {.title-opener-75641 .edu-promise-53946 {
    align-items: center;
    padding: 3rem 1.5rem;
}.title-opener-75641 h1 {
    margin-left: auto;
    text-align: center;
    margin-right: auto;
    font-size: 44px;
}.title-opener-75641 h1::after {
    transform: translateX(-50%) scaleX(0);
    left: 50%;
}@keyframes expandLine {
        0% {
            transform: translateX(-50%) scaleX(0);
        }
        100% {
            transform: translateX(-50%) scaleX(1);
        }
    }
    
    .title-opener-75641 .text-header-87901 {
    text-align: center;
    border-left: none;
    padding: 1.5rem;
    border-top: 2px solid rgb(140,180,192);
    transform: translateX(0);
}.title-opener-75641 .tech-track-90856 svg {
    height: 70px;
    width: 70px;
}.title-opener-75641 h6 {
    align-self: center;
}.title-opener-75641 h6 .reach-list-65481 {
    padding: 0.8rem 1.5rem;
}
}

@media (max-width: 576px) {.title-opener-75641 .edu-promise-53946 {
    width: 95%;
    padding: 2rem 1rem;
}.title-opener-75641 h1 {
    font-size: calc(44px * 0.9);
}.title-opener-75641 .text-header-87901 p {
    font-size: 18px;
}.title-opener-75641 .tech-track-90856 svg {
    width: 60px;
    height: 60px;
}.title-opener-75641 h6 .reach-list-65481 {
    font-size: calc(17px * 0.9);
    padding: 0.7rem 1.3rem;
}}footer {
    z-index: 1;
    width: 100%;
    position: relative;
}.fund-cta-19738 {
    position: relative;
    color: #ffffff;
    font-family: Arial, sans-serif;
    padding: 80px 0 30px;
    background: linear-gradient(135deg, #000000, rgb(146,93,172));
}.fund-cta-19738::before {
    content: "";
    bottom: 0;
    top: 0;
    left: 0;
    pointer-events: none;
    background: radial-gradient(circle at 10% 20%, rgb(146,93,172,0.5) 0%, transparent 50%);
    position: absolute;
    right: 0;
}.fund-cta-19738::after {
    top: 0;
    animation: shiftGradient 15s infinite linear;
    background: linear-gradient(45deg, transparent 40%, rgb(140,180,192,0.5) 70%, transparent 100%);
    pointer-events: none;
    left: 0;
    right: 0;
    content: "";
    position: absolute;
    bottom: 0;
}@keyframes shiftGradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.fund-cta-19738 .container {
    z-index: 2;
    position: relative;
}footer .policy-links-03276 {
    grid-template-columns: 1fr;
    display: grid;
    gap: 40px;
}footer .get-contactus-48796 {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    gap: 20px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(8px);
    border-radius: 18px;
    padding: 25px;
    background: rgba(255, 255, 255, 0.05);
    transform: translateY(0);
    flex-wrap: wrap;
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
}footer .get-contactus-48796:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}footer .info_item {
    display: flex;
    flex: 1 1 220px;
    align-items: center;
}footer .info_item svg {
    filter: drop-shadow(0 0 3px rgb(140,180,192,0.5));
    width: 20px;
    margin-right: 12px;
    transition: transform 0.3s ease;
    fill: rgb(140,180,192);
    height: 20px;
}footer .info_item:hover svg {
    transform: scale(1.1);
}footer .info_item p, footer .info_item a {
    align-items: center;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    transition: color 0.3s ease;
    color: #ffffff;
    display: flex;
}footer .info_item a:hover {
    text-shadow: 0 0 8px rgb(140,180,192,0.5);
    color: rgb(140,180,192);
}footer .text_main_holder {
    gap: 40px;
    display: grid;
    margin-top: 20px;
    grid-template-columns: 1fr;
}footer .nav-main-67590 {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
}footer .nav-main-67590 svg {
    margin-bottom: 10px;
    transition: filter 0.3s ease;
    width: auto;
    filter: drop-shadow(0 0 5px rgb(140,180,192,0.5));
    height: 50px;
}footer .nav-main-67590:hover svg {
    filter: drop-shadow(0 0 8px rgb(140,180,192));
}footer .equity-info-10532 {
    color: #ffffff;
    font-size: 14px;
    max-width: 300px;
    line-height: 1.5;
    opacity: 0.8;
}footer .header-primary-04398 {
    position: relative;
    transition: box-shadow 0.3s ease;
    padding: 25px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.05);
}footer .header-primary-04398:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}footer .header-primary-04398::before {
    position: absolute;
    content: "";
    border-radius: calc(18px + 2px);
    opacity: 0;
    right: -2px;
    z-index: -1;
    top: -2px;
    transition: opacity 0.5s ease;
    left: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, rgb(140,180,192), transparent, rgb(146,93,172), transparent);
}footer .header-primary-04398:hover::before {
    opacity: 0.7;
    animation: borderRotate 6s linear infinite;
}@keyframes borderRotate {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 300% 0%;
    }
}

footer .header-primary-04398 h5 {
    color: #ffffff;
    padding-bottom: 10px;
    font-size: 23px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    margin-bottom: 20px;
    font-weight: 600;
}footer .header-primary-04398 h5::after {
    left: 0;
    bottom: -1px;
    position: absolute;
    height: 2px;
    content: "";
    width: 50px;
    background: rgb(140,180,192);
    transition: width 0.3s ease;
}footer .header-primary-04398:hover h5::after {
    width: 100px;
}footer .top-train-89073 {
    display: flex;
    margin-bottom: 25px;
    gap: 10px;
    flex-direction: column;
}footer .top-train-89073 a {
    transition: color 0.3s ease, padding-left 0.3s ease;
    padding-left: 15px;
    font-weight: 400;
    position: relative;
    font-size: calc(15px - 1px);
    text-decoration: none;
    color: #ffffff;
}footer .top-train-89073 a::before {
    opacity: 0.7;
    width: 6px;
    transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
    top: 50%;
    background-color: rgb(140,180,192);
    position: absolute;
    height: 6px;
    border-radius: 50%;
    content: "";
    transform: translateY(-50%) scale(0.8);
    left: 0;
}footer .top-train-89073 a:hover {
    padding-left: 20px;
    color: rgb(140,180,192);
}footer .top-train-89073 a:hover::before {
    transform: translateY(-50%) scale(1);
    opacity: 1;
    background-color: rgb(140,180,192);
    box-shadow: 0 0 5px rgb(140,180,192), 0 0 10px rgb(140,180,192,0.5);
}footer .subscribe_holder {
    padding: 30px;
    border-radius: 18px;
    position: relative;
    background: linear-gradient(135deg, rgb(146,93,172,0.5), #000000);
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}footer .subscribe_holder::before {
    animation: pulseBackground 10s infinite ease-in-out;
    left: -50%;
    z-index: -1;
    top: -50%;
    width: 200%;
    height: 200%;
    content: "";
    position: absolute;
    background: radial-gradient(circle, transparent 20%, #000000 70%);
}@keyframes pulseBackground {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
    100% {
        transform: scale(1);
        opacity: 0.5;
    }
}

footer .subscribe_holder h5 {
    display: inline-block;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 23px;
    color: #ffffff;
    position: relative;
}footer .subscribe_holder h5::after {
    background: linear-gradient(90deg, rgb(140,180,192), transparent);
    width: 100%;
    content: "";
    bottom: -5px;
    position: absolute;
    height: 2px;
    left: 0;
}footer .subscribe_holder p {
    opacity: 0.9;
    font-size: 15px;
    color: #ffffff;
    margin-bottom: 20px;
    line-height: 1.6;
}footer .input_holder {
    gap: 15px;
    position: relative;
    display: flex;
    flex-direction: column;
}footer .input_holder input[type="email"] {
    transition: all 0.3s ease;
    padding: 14px 16px;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-size: 15px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
}footer .input_holder input[type="email"]:focus {
    box-shadow: 0 0 10px rgb(140,180,192,0.5);
    border-color: rgb(140,180,192);
    outline: none;
    background: rgba(255, 255, 255, 0.1);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}footer .sub-cards-94865 {
    border-radius: 10px;
    color: #ffffff;
    font-size: 18px;
    border: none;
    transition: all 0.3s ease;
    background: rgb(140,180,192);
    display: inline-block;
    padding: 14px 24px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    text-align: center;
    font-weight: 600;
}footer .sub-cards-94865::before {
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
    top: 0;
    width: 100%;
    left: -100%;
    content: "";
    transition: left 0.7s ease;
}footer .sub-cards-94865:hover {
    background: rgb(146,93,172);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}footer .sub-cards-94865:hover::before {
    left: 100%;
}footer .footer-social-58327 {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 50px;
    padding-top: 20px;
}footer .sample-docs-35641 {
    letter-spacing: 0.5px;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    opacity: 0.7;
}

@media (min-width: 768px) {footer .info_item {
    flex: 1 1 60px;
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .sub-cards-94865 {
    white-space: nowrap;
}
}

@media (min-width: 992px) {footer .policy-links-03276 {
    grid-template-columns: 1fr;
}footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .get-contactus-48796 {
    flex-wrap: nowrap;
    display: flex;
    justify-content: space-between;
}footer .info_item {
    flex: 0 1 auto;
}
}

@media (max-width: 767px) {footer .fund-cta-19738 {
    padding: 60px 0 30px;
}footer .get-contactus-48796 {
    gap: 15px;
    flex-direction: column;
    padding: 20px;
}footer .info_item {
    width: 100%;
}footer .header-primary-04398, footer .subscribe_holder {
    padding: 20px;
}footer .subscribe_holder h5, footer .header-primary-04398 h5 {
    font-size: calc(23px - 2px);
}footer .subscribe_holder p, footer .top-train-89073 a {
    font-size: calc(15px - 2px);
}footer .footer-social-58327 {
    margin-top: 30px;
}
}

@media (max-width: 576px) {footer .fund-cta-19738 {
    padding: 40px 0 20px;
}footer .get-contactus-48796, footer .header-primary-04398, footer .subscribe_holder {
    padding: 15px;
}footer .input_holder input[type="email"], footer .sub-cards-94865 {
    padding: 12px;
}footer .nav-main-67590 svg {
    height: 40px;
}footer .equity-info-10532 {
    font-size: calc(14px - 1px);
}}.future-learners-84652 {
    position: relative;
    overflow: hidden;
    background-color: #edf0f8;
    padding: 100px 0;
}.future-learners-84652::before {
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 10px,
            rgba(228, 232, 243, 0.8) 10px,
            rgba(228, 232, 243, 0.8) 11px
        ),
        repeating-linear-gradient(
            90deg,
            transparent,
            transparent 10px,
            rgba(228, 232, 243, 0.8) 10px,
            rgba(228, 232, 243, 0.8) 11px
        );
    opacity: 0.4;
    z-index: 1;
    content: '';
}.future-learners-84652 .edu-promise-53946 {
    padding: 0 30px;
    max-width: 1200px;
    text-align: center;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}.future-learners-84652 h3 {
    font-size: 36px;
    background-color: #edf0f8;
    box-shadow: 
        10px 10px 20px rgba(166, 180, 208, 0.7),
        -10px -10px 20px rgba(255, 255, 255, 0.8);
    display: inline-block;
    color: #000000;
    font-weight: 700;
    position: relative;
    padding: 20px 40px;
    margin-bottom: 60px;
    border-radius: 15px;
}.future-learners-84652 h3::after {
    position: absolute;
    transform: translateX(-50%);
    width: 60px;
    height: 5px;
    content: '';
    background: linear-gradient(90deg, rgb(140,180,192), rgb(146,93,172));
    bottom: -15px;
    border-radius: 10px;
    left: 50%;
}.future-learners-84652 ul {
    list-style: none;
    justify-content: center;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 35px;
    flex-wrap: wrap;
}.future-learners-84652 ul li {
    background-color: #edf0f8;
    text-align: left;
    padding: 35px 30px;
    gap: 20px;
    display: flex;
    width: calc(33.333% - 24px);
    border-radius: 20px;
    min-width: 280px;
    box-shadow: 
        10px 10px 20px rgba(166, 180, 208, 0.5),
        -10px -10px 20px rgba(255, 255, 255, 0.8);
    align-items: flex-start;
    position: relative;
    transition: all 0.4s ease;
}.future-learners-84652 ul li:hover {
    transform: translateY(-5px);
    box-shadow: 
        inset 5px 5px 10px rgba(166, 180, 208, 0.4),
        inset -5px -5px 10px rgba(255, 255, 255, 0.8);
}.future-learners-84652 ul li::before {
    height: 12px;
    right: 15px;
    content: '';
    background: linear-gradient(135deg, rgb(140,180,192), rgb(146,93,172));
    top: 15px;
    opacity: 0.5;
    border-radius: 50%;
    transition: opacity 0.3s ease;
    position: absolute;
    width: 12px;
}.future-learners-84652 ul li:hover::before {
    opacity: 1;
}.future-learners-84652 ul li svg {
    width: 50px;
    border-radius: 12px;
    transition: all 0.4s ease;
    height: 50px;
    padding: 10px;
    flex-shrink: 0;
    background: linear-gradient(135deg, #edf0f8, #e2e6f3);
    box-shadow: 
        5px 5px 10px rgba(166, 180, 208, 0.5),
        -5px -5px 10px rgba(255, 255, 255, 0.8);
}.future-learners-84652 ul li:hover svg {
    box-shadow: 
        inset 3px 3px 6px rgba(166, 180, 208, 0.4),
        inset -3px -3px 6px rgba(255, 255, 255, 0.8);
    transform: scale(1.05);
}.future-learners-84652 ul li svg path {
    fill: rgb(140,180,192);
    transition: fill 0.4s ease;
}.future-learners-84652 ul li:hover svg path {
    fill: rgb(146,93,172);
}@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.future-learners-84652 ul li {
    animation: fadeInUp 0.6s ease forwards;
    opacity: 0;
}.future-learners-84652 ul li:nth-child(1) {
    animation-delay: 0.1s;
}.future-learners-84652 ul li:nth-child(2) {
    animation-delay: 0.2s;
}.future-learners-84652 ul li:nth-child(3) {
    animation-delay: 0.3s;
}.future-learners-84652 ul li:nth-child(4) {
    animation-delay: 0.4s;
}.future-learners-84652 ul li:nth-child(5) {
    animation-delay: 0.5s;
}.future-learners-84652 ul li:nth-child(6) {
    animation-delay: 0.6s;
}

@media (max-width: 992px) {.future-learners-84652 {
    padding: 80px 0;
}.future-learners-84652 h3 {
    margin-bottom: 50px;
    padding: 15px 30px;
}.future-learners-84652 ul {
    gap: 25px;
}.future-learners-84652 ul li {
    width: calc(50% - 13px);
    padding: 30px 25px;
}
}

@media (max-width: 768px) {.future-learners-84652 ul li {
    max-width: 400px;
    width: 100%;
}
}

@media (max-width: 576px) {.future-learners-84652 {
    padding: 60px 0;
}.future-learners-84652 h3 {
    margin-bottom: 40px;
    padding: 15px 20px;
    font-size: calc(36px * 0.85);
}.future-learners-84652 ul li {
    padding: 25px 20px;
    gap: 15px;
}.future-learners-84652 ul li svg {
    padding: 8px;
    width: 40px;
    height: 40px;
}
}

@media (prefers-reduced-motion: reduce) {.future-learners-84652 ul li {
    opacity: 1;
    animation: none;
}.future-learners-84652 ul li:hover {
    transform: none;
}}#cookie-alert-window-54831 {
    display: none;
}#cookie-alert-window-54831:checked ~ .cookie-message-banner-89406 {
    visibility: hidden;
    opacity: 0;
}.cookie-message-banner-89406 {
    position: fixed;
    background: rgb(146,93,172);
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.5);
    padding: 20px 0;
    border-top: 3px solid rgb(140,180,192);
    bottom: 0;
    width: 100%;
    font-family: Arial, sans-serif;
    z-index: 90;
}.consent-ack-47819 {
    background: rgba(0, 0, 0, 0.5);
    padding: 20px 5%;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    border: 2px dashed rgb(140,180,192);
    border-radius: 23px;
    display: flex;
}.cookie-message-banner-89406 h5 {
    font-size: 23px;
    text-transform: uppercase;
    margin: 0;
    font-weight: 700;
    color: rgb(140,180,192);
    letter-spacing: 1.5px;
}.cookie-message-banner-89406 p {
    color: #ffffff;
    position: relative;
    line-height: 1.5;
    font-size: 18px;
    margin: 0;
}.track-toggle-53982 {
    flex-shrink: 0;
    align-items: center;
    display: flex;
    justify-content: center;
    margin-right: 20px;
    padding: 10px;
    background: rgb(140,180,192,0.5);
    border-radius: 23px;
}.track-toggle-53982 svg {
    width: 60px;
    height: 60px;
    fill: rgb(140,180,192);
}.visitor-confirm-16735 {
    text-decoration: none;
    padding: 10px 20px;
    cursor: pointer;
    border: 2px solid rgb(140,180,192);
    flex-shrink: 0;
    white-space: nowrap;
    font-size: 15px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    background: rgb(140,180,192);
    border-radius: 10px;
    line-height: 40px;
    color: #000000;
    margin-left: 10px;
    min-width: 140px;
    text-align: center;
}.visitor-confirm-16735:hover {
    background-color: rgb(146,93,172);
    box-shadow: 0 0 10px rgb(146,93,172);
}.cookie_button.data-approval-98246 {
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5);
    border: 2px solid rgb(146,93,172);
}.cookie_button.data-approval-98246:hover {
    box-shadow: 0 0 10px rgb(146,93,172);
}.cookie-message-banner-89406 p a {
    border-bottom: 1px dashed rgb(140,180,192);
    transition: color 0.3s ease;
    text-decoration: none;
    color: rgb(140,180,192);
}.cookie-message-banner-89406 p a:hover {
    color: rgb(146,93,172);
}
@media only screen and (max-width: 1200px) {.cookie-message-banner-89406 {
    padding: 15px 0;
}.consent-ack-47819 {
    padding: 15px 5%;
}.track-toggle-53982 {
    display: none;
}.consent-ack-47819 {
    text-align: center;
    flex-direction: column;
    align-items: center;
}.cookie-message-banner-89406 h5 {
    font-size: 17px;
    margin-bottom: 10px;
}.cookie-comply-41798 {
    margin-bottom: 15px;
}.visitor-confirm-16735 {
    margin: 10px 0;
    min-width: 100%;
}}
.customer-comments-65821 {
    padding: 5rem 0 6rem;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(180,208,205) 0%, rgba(245, 247, 250, 0.95) 100%);
    position: relative;
}.customer-comments-65821::before {
    right: -5%;
    animation: floatElement 15s infinite alternate ease-in-out;
    z-index: 0;
    opacity: 0.1;
    width: 20rem;
    transform: rotate(15deg);
    border-radius: 30% 70% 70% 30% / 30% 40% 60% 70%;
    background: linear-gradient(45deg, rgb(140,180,192,0.5) 0%, rgb(146,93,172,0.5) 100%);
    content: "";
    height: 20rem;
    position: absolute;
    top: -5%;
}.customer-comments-65821::after {
    height: 25rem;
    background: linear-gradient(225deg, rgb(146,93,172,0.5) 0%, rgb(140,180,192,0.5) 100%);
    transform: rotate(-10deg);
    border-radius: 60% 40% 50% 50% / 50% 60% 40% 50%;
    opacity: 0.08;
    content: "";
    position: absolute;
    bottom: -10%;
    width: 25rem;
    z-index: 0;
    animation: floatElement 18s infinite alternate-reverse ease-in-out;
    left: -5%;
}.customer-comments-65821 .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
    padding: 0 1.5rem;
}.customer-comments-65821 h2 {
    text-align: center;
    opacity: 0;
    transform: translateY(20px);
    font-size: 28px;
    animation: fadeInUp 0.8s 0.2s forwards ease-out;
    margin-bottom: 3.5rem;
    font-weight: 700;
    color: #000000;
    position: relative;
}.customer-comments-65821 h2::after {
    bottom: -1rem;
    width: 5rem;
    border-radius: 10px;
    content: "";
    position: absolute;
    left: 50%;
    background: linear-gradient(90deg, rgb(140,180,192) 0%, rgb(146,93,172) 100%);
    transform: translateX(-50%);
    height: 0.25rem;
}.customer-comments-65821 .review-feedback-61583 {
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
    padding: 0;
    display: grid;
    margin: 0;
    list-style: none;
}.customer-comments-65821 .rating-zone-06984 {
    background: #ffffff;
    padding: 2rem;
    overflow: hidden;
    position: relative;
    animation: fadeInUp 0.8s forwards ease-out;
    transform: translateY(30px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.03);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    opacity: 0;
    border-radius: 27px;
}.customer-comments-65821 .rating-zone-06984:nth-child(1) {
    animation-delay: 0.3s;
}.customer-comments-65821 .rating-zone-06984:nth-child(2) {
    animation-delay: 0.4s;
}.customer-comments-65821 .rating-zone-06984:nth-child(3) {
    animation-delay: 0.5s;
}.customer-comments-65821 .rating-zone-06984:nth-child(4) {
    animation-delay: 0.6s;
}.customer-comments-65821 .rating-zone-06984:nth-child(5) {
    animation-delay: 0.7s;
}.customer-comments-65821 .rating-zone-06984:nth-child(6) {
    animation-delay: 0.8s;
}.customer-comments-65821 .rating-zone-06984:nth-child(7) {
    animation-delay: 0.9s;
}.customer-comments-65821 .rating-zone-06984::before {
    position: absolute;
    font-family: Georgia, serif;
    top: -2rem;
    z-index: 0;
    font-size: 12rem;
    color: rgba(0, 0, 0, 0.03);
    right: 1rem;
    line-height: 1;
    content: "";
}.customer-comments-65821 .rating-zone-06984:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 3px 10px rgba(0, 0, 0, 0.05);
}.customer-comments-65821 .rating-zone-06984 div {
    display: flex;
    position: relative;
    z-index: 1;
    margin-bottom: 1.5rem;
    align-items: center;
}.customer-comments-65821 .rating-zone-06984 img {
    width: 60px;
    border-radius: 50%;
    border: 3px solid #ffffff;
    margin-right: 1rem;
    height: 60px;
    transition: transform 0.3s ease;
    object-fit: cover;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}.customer-comments-65821 .rating-zone-06984:hover img {
    transform: scale(1.05);
}.customer-comments-65821 .rating-zone-06984 h4 {
    color: #000000;
    position: relative;
    margin: 0;
    font-size: 24px;
    font-weight: 600;
}.customer-comments-65821 .rating-zone-06984 h4::after {
    width: 0;
    background: linear-gradient(90deg, rgb(140,180,192) 0%, rgb(146,93,172) 100%);
    transition: width 0.3s ease;
    bottom: -0.5rem;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
}.customer-comments-65821 .rating-zone-06984:hover h4::after {
    width: 100%;
}.customer-comments-65821 .rating-zone-06984 .description {
    line-height: 1.6;
    font-size: 12px;
    position: relative;
    font-weight: 400;
    z-index: 1;
    margin: 0;
    color: #000000;
}.customer-comments-65821 a {
    font-weight: 600;
    padding: 0.75rem 2rem;
    background: linear-gradient(45deg, rgb(140,180,192) 0%, rgb(146,93,172) 100%);
    margin-top: 3rem;
    position: relative;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(20px);
    opacity: 0;
    border-radius: 27px;
    font-size: 18px;
    animation: fadeInUp 0.8s 1s forwards ease-out;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
}.customer-comments-65821 a::before {
    content: "";
    transition: all 0.75s ease;
    transform: skewX(-25deg);
    left: -100%;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
}.customer-comments-65821 a:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}.customer-comments-65821 a:hover::before {
    left: 100%;
}

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

@keyframes floatElement {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    50% {
        transform: translate(15px, 15px) rotate(5deg);
    }
    100% {
        transform: translate(-15px, 5px) rotate(-5deg);
    }
}

@media (max-width: 992px) {.customer-comments-65821 {
    padding: 4rem 0 5rem;
}.customer-comments-65821 h2 {
    font-size: calc(28px * 0.9);
    margin-bottom: 3rem;
}.customer-comments-65821 .review-feedback-61583 {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}

@media (max-width: 768px) {.customer-comments-65821 {
    padding: 3.5rem 0 4.5rem;
}.customer-comments-65821 h2 {
    margin-bottom: 2.5rem;
    font-size: calc(28px * 0.85);
}.customer-comments-65821 .review-feedback-61583 {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    gap: 1.25rem;
}.customer-comments-65821 .rating-zone-06984 {
    padding: 1.75rem;
}.customer-comments-65821 .rating-zone-06984 div {
    margin-bottom: 1.25rem;
}.customer-comments-65821 .rating-zone-06984 img {
    width: 50px;
    height: 50px;
}.customer-comments-65821 a {
    padding: 0.7rem 1.8rem;
    margin-top: 2.5rem;
}
}

@media (max-width: 576px) {.customer-comments-65821 {
    padding: 3rem 0 4rem;
}.customer-comments-65821 h2 {
    font-size: calc(28px * 0.8);
    margin-bottom: 2rem;
}.customer-comments-65821 .rating-zone-06984 {
    padding: 1.5rem;
}.customer-comments-65821 .rating-zone-06984 img {
    height: 45px;
    width: 45px;
}.customer-comments-65821 .rating-zone-06984 div {
    margin-bottom: 1rem;
}.customer-comments-65821 a {
    margin-top: 2rem;
    padding: 0.65rem 1.6rem;
}}.data-analysis-45631 {
    overflow: hidden;
    background: rgb(180,208,205);
    z-index: 1;
    padding: 8rem 0;
    position: relative;
}.data-analysis-45631::before {
    top: 0;
    height: 100%;
    left: 0;
    z-index: -1;
    background: 
        linear-gradient(135deg, transparent, rgb(140,180,192,0.5), transparent) 0 0,
        linear-gradient(to right, transparent, transparent, rgba(255,255,255,0.05), transparent, transparent) 0 0;
    width: 100%;
    position: absolute;
    animation: backgroundSweep 8s infinite ease-in-out;
    content: "";
    background-size: 100% 100%, 200% 100%;
    opacity: 1;
}@keyframes backgroundSweep {
    0% {
        background-position: 0 0, -100% 0;
    }
    50% {
        background-position: 0 0, 100% 0;
    }
    100% {
        background-position: 0 0, -100% 0;
    }
}

.data-analysis-45631 .container {
    padding: 0;
    margin: 0 auto;
    flex-direction: column;
    max-width: 1200px;
    position: relative;
    display: flex;
}.data-analysis-45631 .container::before {
    left: 0;
    z-index: -1;
    top: 0;
    opacity: 0.03;
    animation: lineShift 30s infinite linear;
    width: 100%;
    background-size: 100% 50px, 100% 100px;
    background-image: 
        linear-gradient(0deg, rgb(140,180,192,0.5) 1px, transparent 1px),
        linear-gradient(0deg, rgb(146,93,172,0.5) 1px, transparent 1px);
    height: 100%;
    position: absolute;
    content: "";
}@keyframes lineShift {
    0% {
        background-position: 0 0, 0 0;
    }
    100% {
        background-position: 0 50px, 0 100px;
    }
}

.data-analysis-45631 h2 {
    width: max-content;
    position: relative;
    margin: 0 0 6rem;
    align-self: center;
    font-weight: 700;
    color: #000000;
    text-align: center;
    font-size: 38px;
}.data-analysis-45631 h2::after {
    bottom: -20px;
    width: 120%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(140,180,192), transparent);
    height: 8px;
    content: "";
    left: -10%;
    border-radius: 10px;
    opacity: 0.3;
}.data-analysis-45631 ul {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    min-height: 300px;
    flex-wrap: wrap;
    display: flex;
}.data-analysis-45631 ul::before {
    bottom: 0;
    position: absolute;
    left: 0;
    content: "";
    animation: gradientMove 6s infinite linear;
    width: 100%;
    background-size: 200% 1px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(140,180,192,0.5), rgb(146,93,172,0.5), rgb(140,180,192,0.5), transparent);
}.data-analysis-45631 ul::after {
    background: linear-gradient(90deg, transparent, rgb(146,93,172,0.5), rgb(140,180,192,0.5), rgb(146,93,172,0.5), transparent);
    height: 1px;
    position: absolute;
    animation: gradientMove 6s infinite linear reverse;
    left: 0;
    content: "";
    width: 100%;
    top: 0;
    background-size: 200% 1px;
}@keyframes gradientMove {
    0% {
        background-position: 0% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

.data-analysis-45631 .expert-benefits-35941 {
    animation: slideIn 0.5s forwards;
    flex-direction: column;
    align-items: center;
    padding: 2rem 1rem;
    height: 0;
    background: linear-gradient(to bottom, transparent, rgba(rgb(140,180,192), 0.02), transparent);
    justify-content: center;
    transition: all 0.4s ease;
    opacity: 0;
    position: relative;
    display: flex;
    flex: 0 0 20%;
    transform: translateY(100%);
}@keyframes slideIn {
    to {
        height: auto;
        transform: translateY(0);
        opacity: 1;
    }
}


.data-analysis-45631 .expert-benefits-35941:nth-child(1) {
    animation-delay: 0.1s;
}.data-analysis-45631 .expert-benefits-35941:nth-child(2) {
    animation-delay: 0.2s;
}.data-analysis-45631 .expert-benefits-35941:nth-child(3) {
    animation-delay: 0.3s;
}.data-analysis-45631 .expert-benefits-35941:nth-child(4) {
    animation-delay: 0.4s;
}.data-analysis-45631 .expert-benefits-35941:nth-child(5) {
    animation-delay: 0.5s;
}.data-analysis-45631 .expert-benefits-35941:nth-child(6) {
    animation-delay: 0.6s;
}.data-analysis-45631 .expert-benefits-35941:nth-child(7) {
    animation-delay: 0.7s;
}.data-analysis-45631 .expert-benefits-35941:nth-child(8) {
    animation-delay: 0.8s;
}.data-analysis-45631 .expert-benefits-35941:nth-child(9) {
    animation-delay: 0.9s;
}.data-analysis-45631 .expert-benefits-35941:nth-child(10) {
    animation-delay: 1s;
}.data-analysis-45631 .expert-benefits-35941::before {
    background: linear-gradient(to bottom, transparent, rgb(140,180,192,0.5), transparent);
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    content: "";
    width: 1px;
}.data-analysis-45631 .expert-benefits-35941:nth-child(5n)::before {
    display: none;
}.data-analysis-45631 .expert-benefits-35941::after {
    left: 10%;
    opacity: 0.1;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(140,180,192,0.5), transparent);
    position: absolute;
    transition: all 0.3s ease;
    width: 80%;
    bottom: -5px;
    z-index: -1;
    height: 2px;
}.data-analysis-45631 .expert-benefits-35941:hover::after {
    opacity: 0.5;
    left: 5%;
    width: 90%;
    height: 3px;
}.data-analysis-45631 .expert-benefits-35941 p {
    color: rgb(140,180,192);
    margin: 0 0 1.5rem;
    font-weight: 700;
    position: relative;
    transition: all 0.3s ease;
    font-size: calc(38px * 1.3);
    text-align: center;
}.data-analysis-45631 .expert-benefits-35941 span {
    text-align: center;
    max-width: 100%;
    color: #000000;
    position: relative;
    margin-top: auto;
    transition: all 0.3s ease;
    font-weight: 400;
    font-size: 12px;
}.data-analysis-45631 .expert-benefits-35941:nth-child(odd) p {
    color: rgb(140,180,192);
}.data-analysis-45631 .expert-benefits-35941:nth-child(even) p {
    color: rgb(146,93,172);
}.data-analysis-45631 svg {
    left: 50%;
    transition: all 0.3s ease;
    height: 50px;
    fill: rgb(140,180,192);
    position: absolute;
    opacity: 0.1;
    transform: translateX(-50%);
    width: 50px;
    bottom: -25px;
}.data-analysis-45631 svg path {
    fill: inherit;
}.data-analysis-45631 .expert-benefits-35941:hover p {
    transform: translateY(-5px);
}.data-analysis-45631 .expert-benefits-35941:hover svg {
    opacity: 0.2;
    transform: translateX(-50%) scale(1.1);
}.data-analysis-45631::after {
    z-index: -1;
    background-position: 0% 100%, 100% 85%;
    height: 40%;
    background-image: 
        linear-gradient(90deg, transparent, rgb(140,180,192,0.5) 50%, transparent 100%),
        linear-gradient(90deg, transparent, rgb(146,93,172,0.5) 50%, transparent 100%);
    width: 100%;
    animation: lineSweep 10s infinite linear;
    opacity: 0.15;
    bottom: 0;
    left: 0;
    background-repeat: repeat-x;
    content: "";
    background-size: 200% 1px, 200% 1px;
    position: absolute;
}@keyframes lineSweep {
    0% {
        background-position: 0% 100%, 100% 85%;
    }
    50% {
        background-position: 100% 100%, 0% 85%;
    }
    100% {
        background-position: 0% 100%, 100% 85%;
    }
}

.data-analysis-45631 .expert-benefits-35941 p::before {
    position: absolute;
    width: 30px;
    justify-content: center;
    background: rgb(140,180,192);
    content: attr(data-count);
    opacity: 0;
    top: -15px;
    font-weight: 600;
    height: 30px;
    transition: all 0.3s ease;
    right: -15px;
    align-items: center;
    color: #ffffff;
    display: flex;
    border-radius: 50%;
    font-size: 20px;
    transform: scale(0);
}.data-analysis-45631 .expert-benefits-35941:hover p::before {
    opacity: 1;
    transform: scale(1);
}.data-analysis-45631 .expert-benefits-35941:nth-child(1) p::before {
    content: "01";
}.data-analysis-45631 .expert-benefits-35941:nth-child(2) p::before {
    content: "02";
    background: rgb(146,93,172);
}.data-analysis-45631 .expert-benefits-35941:nth-child(3) p::before {
    background: rgb(140,180,192);
    content: "03";
}.data-analysis-45631 .expert-benefits-35941:nth-child(4) p::before {
    background: rgb(146,93,172);
    content: "04";
}.data-analysis-45631 .expert-benefits-35941:nth-child(5) p::before {
    content: "05";
    background: rgb(140,180,192);
}.data-analysis-45631 .expert-benefits-35941:nth-child(6) p::before {
    background: rgb(146,93,172);
    content: "06";
}.data-analysis-45631 .expert-benefits-35941:nth-child(7) p::before {
    content: "07";
    background: rgb(140,180,192);
}.data-analysis-45631 .expert-benefits-35941:nth-child(8) p::before {
    content: "08";
    background: rgb(146,93,172);
}.data-analysis-45631 .expert-benefits-35941:nth-child(9) p::before {
    content: "09";
    background: rgb(140,180,192);
}.data-analysis-45631 .expert-benefits-35941:nth-child(10) p::before {
    background: rgb(146,93,172);
    content: "10";
}


@media screen and (max-width: 1024px) {.data-analysis-45631 {
    padding: 6rem 0;
}.data-analysis-45631 ul {
    height: 350px;
}.data-analysis-45631 .expert-benefits-35941 p {
    font-size: calc(38px * 1.2);
}
}

@media screen and (max-width: 768px) {.data-analysis-45631 {
    padding: 5rem 0;
}.data-analysis-45631 h2 {
    font-size: calc(38px * 0.9);
    margin-bottom: 4rem;
}.data-analysis-45631 ul {
    height: auto;
    flex-wrap: wrap;
}.data-analysis-45631 .expert-benefits-35941 {
    margin-bottom: 3rem;
    padding: 0 1.5rem;
    flex: 0 0 33.33%;
}.data-analysis-45631 .expert-benefits-35941:nth-child(5n)::before {
    display: block;
}.data-analysis-45631 .expert-benefits-35941:nth-child(3n)::before {
    display: none;
}.data-analysis-45631 .expert-benefits-35941:nth-child(3n+1) {
    animation-delay: 0.1s;
}.data-analysis-45631 .expert-benefits-35941:nth-child(3n+2) {
    animation-delay: 0.2s;
}.data-analysis-45631 .expert-benefits-35941:nth-child(3n) {
    animation-delay: 0.3s;
}
}

@media screen and (max-width: 480px) {.data-analysis-45631 {
    padding: 4rem 0;
}.data-analysis-45631 h2 {
    font-size: calc(38px * 0.8);
    margin-bottom: 3rem;
}.data-analysis-45631 ul {
    display: flex;
    flex-wrap: wrap;
}.data-analysis-45631 .expert-benefits-35941 {
    padding: 0;
    margin-bottom: 2.5rem;
    flex: 0 0 100%;
}.data-analysis-45631 .expert-benefits-35941::before {
    display: none;
}.data-analysis-45631 .expert-benefits-35941:last-child {
    margin-bottom: 0;
}.data-analysis-45631 .expert-benefits-35941 p {
    font-size: calc(38px * 1.1);
}.data-analysis-45631 .expert-benefits-35941:nth-child(n) {
    animation-delay: calc(0.1s * var(--n));
}}.course-highlights-14087 {
    background-color: rgb(146,93,172);
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.course-highlights-14087::before {
    left: 0;
    background: 
        radial-gradient(ellipse at bottom right, rgb(140,180,192,0.5) 0%, transparent 60%),
        radial-gradient(ellipse at top left, rgb(146,93,172,0.5) 0%, transparent 60%);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    content: "";
}.course-highlights-14087::after {
    z-index: 1;
    width: 100%;
    left: 0;
    background-image: 
        linear-gradient(0deg, transparent 24%, rgba(255, 255, 255, 0.02) 25%, rgba(255, 255, 255, 0.02) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, 0.02) 75%, rgba(255, 255, 255, 0.02) 76%, transparent 77%),
        linear-gradient(90deg, transparent 24%, rgba(255, 255, 255, 0.02) 25%, rgba(255, 255, 255, 0.02) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, 0.02) 75%, rgba(255, 255, 255, 0.02) 76%, transparent 77%);
    content: "";
    top: 0;
    height: 100%;
    background-size: 50px 50px;
    position: absolute;
}.course-highlights-14087 .container {
    position: relative;
    z-index: 2;
}.course-highlights-14087 .training-plan-72058 {
    gap: 60px;
    display: flex;
    position: relative;
    flex-direction: column;
}.course-highlights-14087 .text-header-87901 {
    display: grid;
    gap: 30px;
    order: 2;
    position: relative;
    grid-template-columns: repeat(2, 1fr);
}.course-highlights-14087 .text-header-87901 h2 {
    position: relative;
    padding-bottom: 20px;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 0;
    color: #ffffff;
    grid-column: 1 / -1;
}.course-highlights-14087 .text-header-87901 h2::after {
    height: 3px;
    left: 50%;
    content: "";
    background: linear-gradient(90deg, rgb(140,180,192), rgb(146,93,172));
    bottom: 0;
    border-radius: 10px;
    position: absolute;
    width: 100px;
    transform: translateX(-50%);
}.course-highlights-14087 .text-header-87901 .description {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    backdrop-filter: blur(10px);
    overflow: hidden;
    line-height: 1.8;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.03);
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.05);
    margin: 0;
    color: #ffffff;
    padding: 25px;
    font-size: 15px;
}.course-highlights-14087 .text-header-87901 .description:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}.course-highlights-14087 .text-header-87901 .description::before {
    top: 0;
    background: rgb(140,180,192);
    height: 4px;
    width: 100%;
    left: 0;
    position: absolute;
    content: "";
}.course-highlights-14087 .text-header-87901 .description:last-of-type::before {
    background: rgb(146,93,172);
}.course-highlights-14087 .text-header-87901 .description::after {
    pointer-events: none;
    top: 0;
    content: "";
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 100%);
    height: 100%;
    left: 0;
    width: 100%;
    position: absolute;
}.course-highlights-14087 .photo-frame-wrap-69308 {
    order: 1;
    position: relative;
    border-radius: 18px;
    height: 400px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}.course-highlights-14087 .photo-frame-wrap-69308::before {
    background: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.8));
    z-index: 1;
    position: absolute;
    content: "";
    inset: 0;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes float-tech {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    25% {
        transform: translateY(-15px) rotate(5deg);
    }
    50% {
        transform: translateY(0) rotate(0deg);
    }
    75% {
        transform: translateY(15px) rotate(-5deg);
    }
}

@keyframes scan-move {
    0% {
        top: 0;
        opacity: 0;
    }
    5% {
        opacity: 0.5;
    }
    95% {
        opacity: 0.5;
    }
    100% {
        top: 100%;
        opacity: 0;
    }
}

@media (min-width: 992px) {.course-highlights-14087 .training-plan-72058 {
    gap: 80px;
}.course-highlights-14087 .photo-frame-wrap-69308 {
    height: 500px;
}
}

@media (max-width: 991px) {.course-highlights-14087 {
    padding: 80px 0;
}
}

@media (max-width: 767px) {.course-highlights-14087 {
    padding: 60px 0;
}.course-highlights-14087 .text-header-87901 {
    grid-template-columns: 1fr;
}.course-highlights-14087 .text-header-87901 h2 {
    font-size: calc(40px * 0.9);
}.course-highlights-14087 .photo-frame-wrap-69308 {
    height: 350px;
}
}

@media (max-width: 480px) {.course-highlights-14087 {
    padding: 40px 0;
}.course-highlights-14087 .training-plan-72058 {
    gap: 40px;
}.course-highlights-14087 .text-header-87901 h2 {
    padding-bottom: 15px;
    font-size: calc(40px * 0.8);
}.course-highlights-14087 .text-header-87901 h2::after {
    width: 80px;
}.course-highlights-14087 .text-header-87901 .description {
    padding: 20px;
}.course-highlights-14087 .photo-frame-wrap-69308 {
    height: 250px;
}}.stay-connected-38490 {
    background: linear-gradient(135deg, rgb(140,180,192,0.5), rgb(146,93,172));
    margin: 2rem 0;
    padding: 4rem 0;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}.stay-connected-38490::before {
    width: 40%;
    content: "";
    position: absolute;
    background: rgb(140,180,192);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%);
    right: -5%;
    height: 40%;
    top: -5%;
    opacity: 0.1;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    transform: rotate(-15deg) translateZ(0);
    z-index: 1;
}.stay-connected-38490::after {
    z-index: 1;
    position: absolute;
    background: rgb(146,93,172);
    height: 35%;
    transform: rotate(15deg) translateZ(0);
    content: "";
    left: -5%;
    opacity: 0.1;
    width: 35%;
    clip-path: polygon(0 0, 70% 0, 100% 100%, 0 100%);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    bottom: -5%;
}.stay-connected-38490:hover::before {
    transform: rotate(-10deg) scale(1.05) translateZ(0);
}.stay-connected-38490:hover::after {
    transform: rotate(10deg) scale(1.05) translateZ(0);
}.stay-connected-38490 .container {
    margin: 0 auto;
    padding: 0 15px;
    z-index: 2;
    position: relative;
    max-width: 1200px;
}.stay-connected-38490 .edu-promise-53946 {
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 0.95);
    border-left: 4px solid rgb(140,180,192);
    backdrop-filter: blur(5px);
    padding: 3rem;
    transform: perspective(1000px) rotateX(2deg);
}.stay-connected-38490 .edu-promise-53946:hover {
    transform: perspective(1000px) rotateX(0);
}.stay-connected-38490 h3 {
    font-size: 21px;
    line-height: 1.4;
    opacity: 1;
    transition: transform 0.4s ease-out, opacity 0.4s ease-out;
    max-width: 90%;
    transform: translateY(0);
    margin-bottom: 1.5rem;
    color: #000000;
    font-weight: 600;
    font-family: Arial, sans-serif;
}.stay-connected-38490:hover h3 {
    transform: translateY(-5px);
}.stay-connected-38490 .input_holder {
    position: relative;
    flex-direction: row;
    z-index: 2;
    gap: 15px;
    align-items: stretch;
    display: flex;
    margin-top: 2rem;
}.stay-connected-38490 .input_holder div {
    flex: 1;
    overflow: hidden;
    position: relative;
}.stay-connected-38490 .input_holder input[type="email"] {
    width: 100%;
    font-family: Arial, sans-serif;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
    outline: none;
    padding: 0.9rem 1.2rem;
    border: 2px solid rgba(0, 0, 0, 0.08);
    background: #ffffff;
    font-size: 14px;
    transition: all 0.3s ease;
    color: #000000;
}.stay-connected-38490 .input_holder input[type="email"]::placeholder {
    color: rgba(0, 0, 0, 0.35);
    transition: all 0.3s ease;
}.stay-connected-38490 .input_holder input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgb(140,180,192,0.5);
    border-color: rgb(140,180,192);
}.stay-connected-38490 .input_holder input[type="email"]:focus::placeholder {
    transform: translateX(5px);
    opacity: 0.5;
}.stay-connected-38490 .input_holder input[type="submit"] {
    white-space: nowrap;
    border: none;
    color: #ffffff;
    background: linear-gradient(135deg, rgb(140,180,192), rgb(146,93,172));
    position: relative;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    padding: 0.9rem 1.8rem;
    font-family: Arial, sans-serif;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
    z-index: 1;
}.stay-connected-38490 .input_holder input[type="submit"]:hover {
    box-shadow: 0 7px 14px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}.stay-connected-38490 .input_holder input[type="submit"]:active {
    transform: translateY(1px);
}.stay-connected-38490 .input_holder input[type="submit"]::after {
    top: 50%;
    z-index: -1;
    transform: translate(-50%, -50%) scale(0);
    border-radius: 50%;
    width: 150%;
    content: '';
    background: rgba(255, 255, 255, 0.1);
    height: 150%;
    transition: transform 0.6s, opacity 0.6s;
    position: absolute;
    left: 50%;
}.stay-connected-38490 .input_holder input[type="submit"]:hover::after {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
}

@media (max-width: 992px) {.stay-connected-38490 {
    padding: 3rem 0;
}.stay-connected-38490 .edu-promise-53946 {
    transform: perspective(1000px) rotateX(1deg);
    padding: 2.5rem;
}.stay-connected-38490 h3 {
    max-width: 100%;
    font-size: calc(21px * 0.9);
}
}

@media (max-width: 768px) {.stay-connected-38490 {
    padding: 2.5rem 0;
}.stay-connected-38490 .edu-promise-53946 {
    padding: 2rem;
    transform: none;
}.stay-connected-38490 .input_holder {
    gap: 12px;
    flex-direction: column;
}.stay-connected-38490 h3 {
    margin-bottom: 1rem;
    font-size: calc(21px * 0.85);
}.stay-connected-38490 .input_holder input[type="email"] {
    padding: 0.8rem 1rem;
}.stay-connected-38490 .input_holder input[type="submit"] {
    width: 100%;
    padding: 0.8rem 1rem;
}
}

@media (max-width: 576px) {.stay-connected-38490 {
    padding: 2rem 0;
}.stay-connected-38490 .edu-promise-53946 {
    border-left-width: 3px;
    padding: 1.5rem;
}.stay-connected-38490 h3 {
    font-size: calc(21px * 0.8);
}.stay-connected-38490::before,
    .stay-connected-38490::after {
    opacity: 0.07;
}
}

@media (hover: none) {.stay-connected-38490 .edu-promise-53946 {
    transform: none;
}.stay-connected-38490:hover h3 {
    transform: none;
}.stay-connected-38490 .input_holder input[type="submit"]:hover {
    box-shadow: none;
    transform: none;
}}header .main-lead-80413 {
    position: relative;
    padding: 1.5rem 0;
    align-items: center;
    overflow: visible;
    z-index: 99;
    justify-content: space-between;
    background: linear-gradient(120deg, rgb(140,180,192) 0%, rgb(146,93,172,0.5) 100%);
    display: flex;
    box-sizing: border-box;
    width: 100%;
}header .main-lead-80413::before {
    background: radial-gradient(circle at 70% 30%, rgb(146,93,172,0.5) 0%, transparent 60%);
    top: 0;
    z-index: -1;
    left: 0;
    width: 100%;
    position: absolute;
    height: 100%;
    content: "";
}header .main-lead-80413 .nav-main-67590 {
    position: relative;
    transition: all 0.4s ease;
    transform: translateY(-5px);
    z-index: 2;
    margin-left: calc((100vw - 100%) / 2);
}header .main-lead-80413 .nav-main-67590:hover {
    transform: translateY(0) scale(1.05);
}header .main-lead-80413 .nav-main-67590 .page-header-89715 {
    padding: 0.5rem 1rem;
    display: block;
    position: relative;
}header .main-lead-80413 .nav-main-67590 .page-header-89715::before {
    background: rgba(0, 0, 0, 0.5);
    clip-path: polygon(0 0, 100% 0, 85% 100%, 15% 100%);
    z-index: -1;
    width: calc(100% + 40px);
    left: -20px;
    content: "";
    top: -10px;
    position: absolute;
    height: calc(100% + 20px);
}header .main-lead-80413 .nav-main-67590 .page-header-89715 svg {
    height: 2.8rem;
    width: auto;
    filter: drop-shadow(0 0 8px #ffffff);
}header .main-lead-80413 .header-primary-04398 {
    position: relative;
    background: linear-gradient(90deg, transparent, rgb(140,180,192,0.5) 30%, rgba(0, 0, 0, 0.5) 100%);
    display: flex;
    padding: 0;
    margin: 0;
    justify-content: flex-end;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    padding-right: calc((100vw - 100%) / 2);
    width: 80vw;
    list-style: none;
}header .main-lead-80413 .header-primary-04398::before {
    width: 100%;
    content: "";
    left: 0;
    z-index: -1;
    top: 0;
    background: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 10px,
    rgba(255, 255, 255, 0.03) 10px,
    rgba(255, 255, 255, 0.03) 20px
  );
    height: 100%;
    position: absolute;
}header .main-lead-80413 .header-primary-04398 .top-master-14603 {
    perspective: 1000px;
    transform-style: preserve-3d;
    margin: 0;
    position: relative;
}header .main-lead-80413 .header-primary-04398 .top-master-14603 a {
    color: #ffffff;
    transform-origin: center;
    display: block;
    font-weight: 600;
    padding: 1.2rem 1.5rem;
    transition: all 0.3s ease;
    text-decoration: none;
    font-size: 18px;
    position: relative;
}header .main-lead-80413 .header-primary-04398 .top-master-14603 a::after {
    transition: width 0.3s ease;
    bottom: 0.8rem;
    content: "";
    left: 1.5rem;
    background: rgb(146,93,172);
    width: 0;
    position: absolute;
    height: 2px;
}header .main-lead-80413 .header-primary-04398 .top-master-14603 a:hover {
    transform: translateZ(10px);
    color: rgb(146,93,172);
}header .main-lead-80413 .header-primary-04398 .top-master-14603 a:hover::after {
    width: calc(100% - 3rem);
}

@media screen and (max-width: 991px) {header .main-lead-80413 {
    flex-direction: column;
    padding: 1rem 0;
    align-items: center;
}header .main-lead-80413 .nav-main-67590 {
    margin-bottom: 1rem;
    margin-left: 0;
}header .main-lead-80413 .header-primary-04398 {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    clip-path: none;
    background: rgb(140,180,192,0.5);
    padding-right: 0;
}header .main-lead-80413 .header-primary-04398 .top-master-14603 a {
    padding: 0.8rem 1rem;
}header .main-lead-80413 .header-primary-04398 .top-master-14603 a::after {
    bottom: 0.4rem;
    left: 1rem;
}header .main-lead-80413 .header-primary-04398 .top-master-14603 a:hover::after {
    width: calc(100% - 2rem);
}
}

@media screen and (max-width: 767px) {header .main-lead-80413 .header-primary-04398 {
    padding: 0.5rem 0;
}header .main-lead-80413 .header-primary-04398 .top-master-14603 {
    width: 50%;
}header .main-lead-80413 .header-primary-04398 .top-master-14603 a {
    font-size: calc(18px - 2px);
    padding: 0.6rem 0.8rem;
    text-align: center;
}header .main-lead-80413 .header-primary-04398 .top-master-14603 a::after {
    display: none;
}}.our-mission-48712 {
    position: relative;
    overflow: hidden;
    background-color: rgb(180,208,205);
    padding: 90px 0;
}.our-mission-48712::before {
    top: 0;
    opacity: 0.4;
    right: 0;
    content: "";
    width: 40%;
    background: radial-gradient(circle at top right, rgb(140,180,192,0.5) 0%, transparent 70%);
    height: 100%;
    position: absolute;
    z-index: 1;
}.our-mission-48712::after {
    opacity: 0.3;
    height: 60%;
    background: radial-gradient(circle at bottom left, rgb(146,93,172,0.5) 0%, transparent 70%);
    position: absolute;
    width: 30%;
    z-index: 1;
    left: 0;
    content: "";
    bottom: 0;
}.our-mission-48712 .container {
    z-index: 2;
    position: relative;
}.our-mission-48712 .edu-promise-53946 {
    display: grid;
    grid-gap: 60px;
    grid-template-columns: repeat(2, 1fr);
}.our-mission-48712 h3 {
    font-size: 32px;
    position: relative;
    margin-bottom: 50px;
    color: #000000;
    grid-column: 1 / -1;
    font-weight: 700;
    text-align: center;
}.our-mission-48712 h3::after {
    width: 80px;
    border-radius: 10px;
    content: "";
    height: 3px;
    position: absolute;
    background: linear-gradient(to right, rgb(140,180,192), rgb(146,93,172));
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
}.our-mission-48712 .learn-spot-32186 {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    padding: 30px;
    border-radius: 17px;
    background: #ffffff;
    transform: translateX(0);
    position: relative;
    display: flex;
    flex-direction: column;
}.our-mission-48712 .learn-spot-32186:hover {
    transform: translateX(10px);
}.our-mission-48712 .learn-spot-32186 span {
    margin-bottom: 15px;
    position: relative;
    color: rgb(140,180,192);
    display: inline-block;
    font-size: 23px;
    font-weight: 600;
}.our-mission-48712 .learn-spot-32186 span::after {
    background-color: rgb(146,93,172);
    width: 40px;
    left: 0;
    position: absolute;
    height: 2px;
    content: "";
    bottom: -5px;
}.our-mission-48712 .learn-spot-32186 p {
    font-size: 12px;
    margin-bottom: 25px;
    color: #000000;
    line-height: 1.7;
}.our-mission-48712 .photo-frame-wrap-69308 {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    height: 250px;
    overflow: hidden;
    border-radius: 17px;
    position: relative;
}.our-mission-48712 .photo-frame-wrap-69308::after {
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, transparent 75%, rgba(0, 0, 0, 0.3));
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
}.our-mission-48712 .pro-learn-06429 {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    display: flex;
    background: #ffffff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    padding: 30px;
    flex-direction: column;
    transform: translateX(0);
    border-radius: 17px;
}.our-mission-48712 .pro-learn-06429:hover {
    transform: translateX(-10px);
}.our-mission-48712 .pro-learn-06429 p {
    margin-bottom: 25px;
    padding-top: 15px;
    color: #000000;
    line-height: 1.7;
    position: relative;
    font-size: 12px;
}.our-mission-48712 .edu-ethos-02938 {
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    height: 250px;
    position: relative;
    border-radius: 17px;
}.our-mission-48712 .edu-ethos-02938::after {
    left: 0;
    position: absolute;
    height: 100%;
    background: linear-gradient(to bottom, transparent 75%, rgba(0, 0, 0, 0.3));
    content: "";
    top: 0;
    width: 100%;
}.our-mission-48712 .learn-spot-32186,
.our-mission-48712 .pro-learn-06429 {
    border-top: 4px solid rgb(140,180,192);
}.our-mission-48712 .pro-learn-06429 {
    border-color: rgb(146,93,172);
}.our-mission-48712 .edu-promise-53946::before {
    height: 200px;
    position: absolute;
    width: 200px;
    border: 2px dotted rgb(140,180,192,0.5);
    content: "";
    opacity: 0.4;
    animation: rotate 30s linear infinite;
    top: -100px;
    border-radius: 50%;
    z-index: -1;
    left: -100px;
}.our-mission-48712 .edu-promise-53946::after {
    animation: rotate 20s linear infinite reverse;
    border: 2px dotted rgb(146,93,172,0.5);
    position: absolute;
    content: "";
    z-index: -1;
    height: 150px;
    opacity: 0.4;
    right: -75px;
    bottom: -75px;
    width: 150px;
    border-radius: 50%;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 1200px) {.our-mission-48712 {
    padding: 80px 0;
}.our-mission-48712 .edu-promise-53946 {
    grid-gap: 40px;
}.our-mission-48712 h3 {
    margin-bottom: 40px;
}
}

@media (max-width: 992px) {.our-mission-48712 .edu-promise-53946 {
    grid-template-columns: 1fr;
    grid-gap: 50px;
}.our-mission-48712 h3 {
    margin-bottom: 35px;
}.our-mission-48712 .learn-spot-32186:hover,
    .our-mission-48712 .pro-learn-06429:hover {
    transform: translateY(-10px);
}
}

@media (max-width: 768px) {.our-mission-48712 {
    padding: 60px 0;
}.our-mission-48712 h3 {
    font-size: calc(32px * 0.9);
}.our-mission-48712 .learn-spot-32186,
    .our-mission-48712 .pro-learn-06429 {
    padding: 25px;
}.our-mission-48712 .learn-spot-32186 span {
    font-size: calc(23px * 0.9);
}.our-mission-48712 .photo-frame-wrap-69308,
    .our-mission-48712 .edu-ethos-02938 {
    height: 220px;
}
}

@media (max-width: 576px) {.our-mission-48712 {
    padding: 50px 0;
}.our-mission-48712 h3 {
    margin-bottom: 30px;
    font-size: calc(32px * 0.8);
}.our-mission-48712 .learn-spot-32186,
    .our-mission-48712 .pro-learn-06429 {
    padding: 20px;
}.our-mission-48712 .learn-spot-32186 p,
    .our-mission-48712 .pro-learn-06429 p {
    margin-bottom: 20px;
    font-size: calc(12px * 0.95);
    line-height: 1.6;
}.our-mission-48712 .photo-frame-wrap-69308,
    .our-mission-48712 .edu-ethos-02938 {
    height: 200px;
}}

.our-mission-48712 .learn-spot-32186::before,
.our-mission-48712 .pro-learn-06429::before {
    top: -10px;
    width: 20px;
    transform: rotate(45deg);
    content: "";
    position: absolute;
    height: 20px;
    right: 30px;
    z-index: -1;
    background: rgb(140,180,192);
}.our-mission-48712 .pro-learn-06429::before {
    background: rgb(146,93,172);
}.our-mission-48712 .learn-spot-32186,
.our-mission-48712 .pro-learn-06429 {
    overflow: hidden;
}.our-mission-48712 .learn-spot-32186::after,
.our-mission-48712 .pro-learn-06429::after {
    top: -50%;
    width: 100px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 70%);
    content: "";
    right: -50%;
    height: 100px;
    opacity: 0.2;
    position: absolute;
}

@media (min-width: 1400px) {.our-mission-48712 .container {
    max-width: 1320px;
}
}