* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}a {
    text-decoration: none;
    color: inherit;
}.top_study {
    flex: 1 0 auto;
}.wrap-structure {
    min-height: 100%;
    display: flex;
    height: 100%;
    flex-direction: column;
}html,body {
    font-family: Arial, sans-serif;
    min-height: 100%;
    auto
contain
touch-action: none;
    color: #000000;
    height: 100%;
    scroll-snap-type: none;
    auto
    scroll-behavior: smooth;
}.career_help {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}svg {
    height: 30px;
    width: 30px;
}.container {
    max-width: 100%;
    width: 1175px;
    margin: auto;
}

@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.thxField {
    background: linear-gradient(135deg, rgb(153,154,178,0.5), rgb(107,111,168), rgb(153,154,178));
    padding: 6rem 2rem;
    overflow: hidden;
    isolation: isolate;
    position: relative;
}.thxField::before {
    background-size: 60px 60px, 40px 40px;
    content: "";
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(255,255,255,0.1) 2px, transparent 3px),
        radial-gradient(circle at 80% 70%, rgba(255,255,255,0.1) 2px, transparent 3px);
    width: 100%;
    animation: shimmer 15s infinite linear;
    opacity: 0.6;
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    z-index: -1;
}.thxField::after {
    height: 70%;
    content: "";
    filter: blur(40px);
    position: absolute;
    z-index: -1;
    transform: rotate(-15deg) skew(20deg);
    background: linear-gradient(160deg, rgb(107,111,168,0.5), transparent);
    width: 40%;
    right: -5%;
    top: -10%;
}.thxField .container {
    max-width: 1140px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
}.thxField .learning_creators {
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    padding: 3.5rem;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 3px 10px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    position: relative;
    transform-origin: center bottom;
    transform: perspective(1000px) rotateX(2deg);
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
}.thxField .learning_creators::before {
    top: 0;
    background: linear-gradient(90deg, rgb(153,154,178), rgb(107,111,168), rgb(153,154,178));
    opacity: 0.9;
    animation: shimmerBorder 3s infinite linear;
    left: 0;
    width: 100%;
    position: absolute;
    transform-origin: left center;
    content: "";
    height: 6px;
}.thxField .learning_creators::after {
    content: "";
    background: rgba(0, 0, 0, 0.07);
    border-radius: 50%;
    position: absolute;
    height: 20px;
    left: 5%;
    z-index: -1;
    width: 90%;
    filter: blur(15px);
    bottom: -20px;
}.thxField .learning_creators > div:first-child {
    margin-bottom: 2rem;
    position: relative;
}.thxField .learning_creators > div:first-child::after {
    position: absolute;
    height: 3px;
    width: 60px;
    transform: scaleX(0);
    animation: expandLine 1.5s 0.5s forwards cubic-bezier(0.19, 1, 0.22, 1);
    bottom: -0.75rem;
    content: "";
    transform-origin: left center;
    background: rgb(107,111,168);
    left: 0;
}.thxField h5 {
    transform: translateY(20px);
    line-height: 1.4;
    opacity: 0;
    animation: fadeSlideUp 1s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    color: #000000;
    font-weight: 700;
    font-size: 18px;
    margin: 0;
}.thxField p {
    opacity: 0;
    margin: 0;
    color: #000000;
    animation: fadeSlideUp 1s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
    font-family: Arial, sans-serif;
    transform: translateY(20px);
    font-size: 13px;
    line-height: 1.8;
}.thxField a {
    position: relative;
    display: block;
    color: inherit;
    text-decoration: none;
    transition: all 0.3s ease;
}.thxField a::before {
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    height: 2px;
    transform: scaleX(0);
    width: 30%;
    background: rgb(153,154,178,0.5);
    content: "";
    transform-origin: right center;
    position: absolute;
    bottom: -10px;
    right: 0;
}.thxField a:hover {
    transform: translateX(5px);
}.thxField a:hover::before {
    transform: scaleX(1);
}

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

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

@keyframes shimmer {
    0% {
        background-position: 0 0, 0 0;
    }
    100% {
        background-position: 100px 100px, -100px -100px;
    }
}

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

@media (hover: hover) {.thxField .learning_creators:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 
            0 25px 50px rgba(0, 0, 0, 0.12),
            0 5px 15px rgba(0, 0, 0, 0.06),
            0 0 0 1px rgba(255, 255, 255, 0.25) inset;
}
}

@media screen and (max-width: 992px) {.thxField {
    padding: 5rem 2rem;
}.thxField .learning_creators {
    padding: 2.5rem;
    transform: perspective(1000px) rotateX(1deg);
}.thxField h5 {
    font-size: calc(18px * 0.9);
}
}

@media screen and (max-width: 768px) {.thxField {
    padding: 4rem 1.5rem;
}.thxField .learning_creators {
    transform: none;
    padding: 2rem;
}.thxField .learning_creators::before {
    height: 4px;
}.thxField h5 {
    font-size: calc(18px * 0.85);
}.thxField p {
    font-size: calc(13px * 0.95);
}
}

@media screen and (max-width: 576px) {.thxField {
    padding: 3rem 1rem;
}.thxField .learning_creators {
    padding: 1.75rem;
}.thxField .learning_creators::before {
    height: 3px;
}.thxField h5 {
    font-size: calc(18px * 0.8);
}.thxField p {
    line-height: 1.7;
    font-size: calc(13px * 0.9);
}.thxField .learning_creators > div:first-child {
    margin-bottom: 1.5rem;
}}.mentorship_experience {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(125deg, #000000 0%, rgb(197,196,202) 100%);
}.mentorship_experience::before {
    content: "";
    animation: pulse 20s infinite alternate;
    background: 
    radial-gradient(circle at 20% 30%, rgb(153,154,178,0.5) 0%, transparent 25%),
    radial-gradient(circle at 80% 70%, rgb(107,111,168,0.5) 0%, transparent 30%);
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    height: 100%;
}.mentorship_experience .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
    perspective: 1200px;
    padding: 0 20px;
}.mentorship_experience .client_feedback {
    display: grid;
    position: relative;
    gap: 10px 30px;
    grid-template-rows: auto auto auto;
    grid-template-areas:
    "quote photo"
    "quote name"
    "quote job";
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transform-style: preserve-3d;
    transform: rotateY(-10deg);
    grid-template-columns: 1.2fr 0.8fr;
}.mentorship_experience .client_feedback:hover {
    transform: rotateY(0deg) translateZ(10px);
}.mentorship_experience .work_card {
    border-radius: 29px;
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgb(153,154,178,0.5);
    color: #ffffff;
    z-index: 1;
    backdrop-filter: blur(10px);
    background: linear-gradient(135deg, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
    line-height: 1.7;
    margin: 0;
    font-size: 13px;
    padding: 50px 40px;
    font-weight: 300;
    position: relative;
    transform: translateZ(20px);
    grid-area: quote;
}.mentorship_experience .work_card::before {
    color: rgb(153,154,178);
    top: 15px;
    position: absolute;
    font-size: calc(46px * 2);
    left: 20px;
    line-height: 1;
    content: "";
}.mentorship_experience .pic_list {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 90% 100%, 0 100%);
    box-shadow: 
    10px 10px 20px rgba(0, 0, 0, 0.5),
    -5px -5px 30px rgb(153,154,178,0.5);
    border-radius: 10px;
    grid-area: photo;
    transform: translateZ(40px);
    height: 280px;
}.mentorship_experience .client_feedback:hover .pic_list {
    transform: translateZ(60px) translateX(-10px);
    box-shadow: 
    15px 15px 25px rgba(0, 0, 0, 0.5),
    -8px -8px 35px rgb(153,154,178,0.5);
}.mentorship_experience .name {
    padding: 15px 20px;
    color: #ffffff;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
    background: rgb(153,154,178);
    font-size: 21px;
    border-radius: 10px;
    transform: translateZ(30px);
    z-index: 2;
    font-weight: 700;
    grid-area: name;
    margin: 0;
    transition: transform 0.3s ease;
}.mentorship_experience .client_feedback:hover .name {
    transform: translateZ(45px) translateY(-5px);
}.mentorship_experience .client_feedback > span:not(.name) {
    font-size: 13px;
    transform: translateZ(25px);
    font-weight: 600;
    padding: 10px 15px;
    border-radius: 10px;
    z-index: 2;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    color: rgb(107,111,168);
    grid-area: job;
    transition: transform 0.3s ease;
}.mentorship_experience .client_feedback:hover > span:not(.name) {
    transform: translateZ(35px) translateY(-5px);
}

@keyframes pulse {
  0%, 100% {
    opacity: 0.8;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.1);
  }
}

@media (max-width: 992px) {.mentorship_experience {
    padding: 80px 0;
}.mentorship_experience .client_feedback {
    transform: none;
    grid-template-areas:
      "pic_list"
      "name"
      "job_profile"
      "work_card";
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
    gap: 15px;
}.mentorship_experience .work_card,
  .mentorship_experience .pic_list,
  .mentorship_experience .name,
  .mentorship_experience .client_feedback > span:not(.name) {
    transform: none;
}.mentorship_experience .client_feedback:hover .work_card,
  .mentorship_experience .client_feedback:hover .pic_list,
  .mentorship_experience .client_feedback:hover .name,
  .mentorship_experience .client_feedback:hover > span:not(.name) {
    transform: none;
}.mentorship_experience .pic_list {
    height: 240px;
    margin: 0 auto;
    width: 90%;
}.mentorship_experience .work_card {
    padding: 30px;
}.mentorship_experience .name,
  .mentorship_experience .client_feedback > span:not(.name) {
    text-align: center;
    margin: 0 auto;
    width: 90%;
}
}

@media (max-width: 576px) {.mentorship_experience {
    padding: 60px 0;
}.mentorship_experience .pic_list {
    width: 100%;
    height: 200px;
}.mentorship_experience .work_card {
    padding: 25px 20px;
    font-size: calc(13px * 0.95);
}.mentorship_experience .name {
    font-size: calc(21px * 0.9);
}.mentorship_experience .client_feedback > span:not(.name) {
    font-size: calc(13px * 0.9);
}}.pricing_block {
    padding: 120px 0 100px;
    z-index: 1;
    position: relative;
    overflow: hidden;
}.pricing_block::before {
    width: 100%;
    background: linear-gradient(135deg, rgb(107,111,168,0.5), rgba(0, 0, 0, 0.5) 80%);
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    position: absolute;
    z-index: -1;
}.pricing_block::after {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    left: -50%;
    height: 200%;
    animation: rotateBackground 180s linear infinite;
    content: "";
    top: -50%;
    background: radial-gradient(circle at center, transparent 45%, rgba(255, 255, 255, 0.03) 50%, transparent 55%);
    width: 200%;
}.pricing_block .container {
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
}.learning_fees {
    position: relative;
}.pricing_block h2 {
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 38px;
    position: relative;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    text-align: center;
    transform: perspective(1000px) translateZ(20px);
}.pricing_block h2::after {
    background: linear-gradient(90deg, transparent, rgb(153,154,178), transparent);
    width: 80px;
    height: 3px;
    transform: translateX(-50%);
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
}.pricing_block .plan_pricing {
    color: #ffffff;
    max-width: 800px;
    line-height: 1.6;
    text-align: center;
    opacity: 0.9;
    margin: 0 auto 60px;
    font-size: 15px;
    transform: perspective(1000px) translateZ(10px);
}.pricing_block .study_fees {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
    gap: 30px;
    padding: 0;
    perspective: 1000px;
}.pricing_block .study_fees li {
    transform-style: preserve-3d;
    transition: transform 0.5s ease-out;
}.pricing_block .access_rates {
    display: block;
    height: 100%;
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
}.pricing_block .promo_cost {
    border-radius: 16px;
    padding: 30px;
    overflow: hidden;
    position: relative;
    transform-style: preserve-3d;
    backdrop-filter: blur(8px);
    height: 100%;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
    transition: all 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2),
              -10px -10px 30px rgba(255, 255, 255, 0.05),
              inset 2px 2px 4px rgba(255, 255, 255, 0.05),
              inset -2px -2px 4px rgba(0, 0, 0, 0.1);
}.pricing_block .promo_cost::before {
    border-radius: 50%;
    transition: transform 0.5s ease-out;
    content: "";
    right: -40px;
    top: -40px;
    background: rgb(153,154,178);
    height: 80px;
    position: absolute;
    width: 80px;
    opacity: 0.1;
}.pricing_block .promo_cost::after {
    position: absolute;
    height: 3px;
    background: linear-gradient(90deg, rgb(153,154,178), transparent);
    transition: transform 0.5s ease-out;
    left: 0;
    width: 100%;
    content: "";
    bottom: 0;
    transform: scaleX(0.7);
    transform-origin: left;
}.pricing_block .study_packages {
    position: relative;
    z-index: 2;
    transform: translateZ(20px);
}.pricing_block .access_rates h4 {
    font-size: calc(23px + 2px);
    display: inline-block;
    font-weight: 600;
    margin: 0 0 20px;
    color: #ffffff;
    position: relative;
}.pricing_block .access_rates h4::after {
    transition: width 0.3s ease;
    left: 0;
    bottom: -8px;
    position: absolute;
    width: 40px;
    content: "";
    height: 2px;
    background: rgb(153,154,178);
}.pricing_block .access_rates p {
    line-height: 1.6;
    max-height: 240px;
    scrollbar-width: thin;
    margin-bottom: 25px;
    font-size: calc(15px - 1px);
    opacity: 0.8;
    padding-right: 10px;
    color: #ffffff;
    overflow-y: auto;
    scrollbar-color: rgb(153,154,178) transparent;
}.pricing_block .access_rates p::-webkit-scrollbar {
    width: 4px;
}.pricing_block .access_rates p::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
}.pricing_block .access_rates p::-webkit-scrollbar-thumb {
    background: rgb(153,154,178);
    border-radius: 10px;
}.pricing_block .edu_packages {
    display: block;
    font-weight: 700;
    text-align: right;
    position: relative;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    font-size: calc(23px + 6px);
    margin-top: 20px;
}.pricing_block .edu_packages::before {
    transform: scaleX(0);
    width: 60px;
    transform-origin: right;
    background: rgb(153,154,178);
    right: 0;
    bottom: -10px;
    transition: transform 0.3s ease;
    content: "";
    height: 2px;
    position: absolute;
}.pricing_block .access_rates:hover .promo_cost {
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.25),
              -15px -15px 40px rgba(255, 255, 255, 0.07),
              inset 2px 2px 4px rgba(255, 255, 255, 0.05),
              inset -2px -2px 4px rgba(0, 0, 0, 0.1);
    transform: translateY(-8px) translateZ(0);
}.pricing_block .access_rates:hover .promo_cost::before {
    opacity: 0.05;
    transform: scale(3);
}.pricing_block .access_rates:hover .promo_cost::after {
    transform: scaleX(1);
}.pricing_block .access_rates:hover h4::after {
    width: 100%;
}.pricing_block .access_rates:hover .edu_packages::before {
    transform: scaleX(1);
}

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

@media screen and (min-width: 1200px) {.pricing_block .study_fees {
    grid-template-columns: repeat(4, 1fr);
}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {.pricing_block .study_fees {
    grid-template-columns: repeat(3, 1fr);
}.pricing_block {
    padding: 100px 0 80px;
}
}

@media screen and (min-width: 768px) and (max-width: 991px) {.pricing_block .study_fees {
    grid-template-columns: repeat(2, 1fr);
}.pricing_block {
    padding: 80px 0 60px;
}.pricing_block .plan_pricing {
    margin-bottom: 50px;
}
}

@media screen and (max-width: 767px) {.pricing_block .study_fees {
    margin: 0 auto;
    max-width: 400px;
    grid-template-columns: 1fr;
}.pricing_block {
    padding: 60px 0 40px;
}.pricing_block h2 {
    font-size: calc(38px - 4px);
}.pricing_block .plan_pricing {
    font-size: calc(15px - 1px);
    margin-bottom: 40px;
}.pricing_block .promo_cost {
    padding: 25px 20px;
}
}

@media (hover: none) {.pricing_block .promo_cost {
    box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.2),
                -8px -8px 20px rgba(255, 255, 255, 0.05);
}.pricing_block .access_rates:active .promo_cost {
    transform: translateY(-5px);
}
}

@media (prefers-reduced-motion: reduce) {.pricing_block::after {
    animation: none;
}.pricing_block .access_rates:hover .promo_cost {
    transform: none;
}.pricing_block .access_rates:hover .promo_cost::before {
    transform: none;
}}.cookieNotificationBox {
    z-index: 90;
    background: rgb(197,196,202);
    width: 100%;
    border-top: 2px solid rgb(153,154,178);
    bottom: 0;
    position: fixed;
}.cookie_review {
    display: flex;
    align-items: center;
    padding: 20px 0;
    justify-content: space-between;
}.cookieNotificationBox h5 {
    margin-bottom: 6px;
    font-size: 22px;
}#cookie_popupalert {
    display: none;
}#cookie_popupalert:checked ~ .cookieNotificationBox {
    opacity: 0;
    visibility: hidden;
}.cookieNotificationBox p {
    font-size: 18px;
}.edu_track {
    flex-shrink: 0;
    margin-right: 10px;
}.edu_track svg, .edu_track svg path, .edu_track img {
    height: 100px;
    fill: rgb(153,154,178);
    width: 100px;
}.digital_cookies {
    flex-shrink: 0;
    color: rgb(153,154,178);
    margin-left: 10px;
    white-space: nowrap;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    font-size: 24px;
    line-height: 35px;
    min-width: 120px;
    border-bottom: 2px solid rgb(153,154,178);
}.cookieNotificationBox p a {
    color: rgb(153,154,178);
    text-decoration: none;
}
@media only screen and (max-width: 1200px) {.cookieNotificationBox {
    padding: 20px;
}}

.wrap-structure .cookieNotificationBox {
    background: rgb(107,111,168);
    box-shadow: rgb(107,111,168,0.5) 0px 0px 40px 39px;
    padding: 40px 0;
    border: none;
}.wrap-structure .digital_cookies {
    margin-left: 30px;
    color: #ffffff;
    font-size: 20px;
    padding: 10px;
    border: none;
    font-weight: 400;
    background: rgb(153,154,178);
}.wrap-structure .cookie_tips h5, .wrap-structure .cookie_tips p {
    color: #ffffff;
}
@media only screen and (max-width: 800px) {.edu_track {
    display: none;
}.cookie_review {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}.cookieNotificationBox h5 {
    text-align: center;
}.cookieNotificationBox p {
    text-align: center;
}.cookie_tips {
    margin-bottom: 20px;
}body .wrap-structure .digital_cookies {
    margin-left: 0;
    margin-bottom: 10px;
}}.our_mission {
    position: relative;
    padding: 100px 0 120px;
    overflow: hidden;
    color: #ffffff;
    isolation: isolate;
}.our_mission::before {
    top: 0;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%, 
        rgba(0, 0, 0, 0.65) 50%, 
        rgba(0, 0, 0, 0.75) 100%);
    height: 100%;
    width: 100%;
    content: "";
    left: 0;
    position: absolute;
    z-index: -1;
}.our_mission::after {
    width: 50%;
    top: -15%;
    opacity: 0.12;
    background: rgb(107,111,168);
    z-index: -1;
    right: -10%;
    content: "";
    animation: shimmer 12s infinite alternate ease-in-out;
    position: absolute;
    height: 140%;
    transform: rotate(-12deg);
}.our_mission h4 {
    text-align: center;
    transform: translateY(20px);
    text-transform: uppercase;
    color: rgb(107,111,168);
    letter-spacing: 3px;
    position: relative;
    font-size: calc(24px * 1.2);
    animation: fadeSlideUp 0.8s forwards 0.2s ease-out;
    opacity: 0;
    margin-bottom: 2rem;
    font-weight: 700;
}.our_mission h4::after {
    content: "";
    transform: translateX(-50%);
    position: absolute;
    width: 60px;
    left: 50%;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(107,111,168) 20%, 
        rgb(107,111,168) 80%, 
        transparent);
    bottom: -12px;
    height: 3px;
}.our_mission .container {
    width: 90%;
    animation: containerReveal 1s forwards 0.4s ease-out;
    opacity: 0;
    position: relative;
    max-width: 1200px;
    transform: translateY(40px);
    margin: 0 auto;
}.our_mission .word_block {
    backdrop-filter: blur(8px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.05),
        inset 0 0 30px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateY(-1deg);
    position: relative;
    padding: 3.5rem;
    background: linear-gradient(
        135deg,
        rgba(40, 40, 40, 0.65) 0%,
        rgba(30, 30, 30, 0.78) 100%
    );
    border-left: 4px solid rgb(107,111,168);
    transition: transform 0.7s ease-out;
}.our_mission .word_block:hover {
    transform: perspective(1000px) rotateY(0);
}.our_mission .word_block::before {
    pointer-events: none;
    top: 0;
    width: 100%;
    left: 0;
    content: "";
    position: absolute;
    background: linear-gradient(
        135deg,
        transparent 30%,
        rgba(255, 255, 255, 0.05) 100%
    );
    height: 100%;
}.our_mission h6 {
    transform: translateX(-10px);
    position: relative;
    font-weight: 700;
    animation: slideRight 0.7s forwards 0.8s ease-out;
    color: #ffffff;
    margin-bottom: 1.8rem;
    font-size: calc(16px * 1.5);
    opacity: 0;
    display: inline-block;
}.our_mission h6::after {
    left: 0;
    background: rgb(107,111,168);
    content: "";
    width: 0;
    position: absolute;
    animation: lineGrow 1.2s forwards 1.3s ease-in-out;
    height: 2px;
    bottom: -8px;
}.our_mission .word_block div {
    overflow-y: auto;
    position: relative;
    scrollbar-width: thin;
    scrollbar-color: rgb(107,111,168) rgba(255, 255, 255, 0.1);
    padding-right: 15px;
    max-height: 400px;
}.our_mission .word_block div::-webkit-scrollbar {
    width: 5px;
}.our_mission .word_block div::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
}.our_mission .word_block div::-webkit-scrollbar-thumb {
    background: rgb(107,111,168);
    border-radius: 10px;
}.our_mission span {
    animation: textReveal 1s forwards 1.2s ease-out;
    position: relative;
    line-height: 1.8;
    font-size: 18px;
    display: block;
    color: rgba(255, 255, 255, 0.9);
    transform: translateY(20px);
    opacity: 0;
}.our_mission span::first-letter {
    font-weight: 700;
    margin-right: 6px;
    float: left;
    color: rgb(107,111,168);
    font-size: 1.7em;
    line-height: 1;
}

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

@keyframes slideRight {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

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

@keyframes lineGrow {
    to {
        width: 100%;
    }
}

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

@keyframes shimmer {
    0%, 100% {
        opacity: 0.12;
        transform: rotate(-12deg) translateX(0);
    }
    50% {
        opacity: 0.2;
        transform: rotate(-12deg) translateX(5%);
    }
}

@media screen and (max-width: 1200px) {.our_mission {
    padding: 80px 0 100px;
}.our_mission .word_block {
    padding: 2.8rem;
}
}

@media screen and (max-width: 992px) {.our_mission h4 {
    font-size: calc(24px * 1.1);
}.our_mission h6 {
    font-size: calc(16px * 1.3);
}.our_mission .word_block {
    padding: 2.5rem;
    transform: perspective(1000px) rotateY(0);
}.our_mission .word_block div {
    max-height: 350px;
}
}

@media screen and (max-width: 768px) {.our_mission {
    padding: 70px 0 80px;
}.our_mission h4 {
    letter-spacing: 2px;
    font-size: 24px;
}.our_mission h6 {
    margin-bottom: 1.5rem;
    font-size: 16px;
}.our_mission .word_block {
    padding: 2rem;
    border-left-width: 3px;
}.our_mission::after {
    top: -5%;
    width: 70%;
    height: 100%;
    right: -20%;
}
}

@media screen and (max-width: 576px) {.our_mission {
    padding: 60px 0 70px;
}.our_mission .container {
    width: 92%;
}.our_mission h4::after {
    width: 40px;
    bottom: -10px;
}.our_mission .word_block {
    border-left-width: 2px;
    padding: 1.8rem 1.5rem;
}.our_mission span {
    font-size: calc(18px * 0.95);
    line-height: 1.7;
}.our_mission .word_block div {
    padding-right: 10px;
    max-height: 300px;
}.our_mission::after {
    opacity: 0.08;
}}.greeting_page {
    background: rgb(197,196,202);
    min-height: 100vh;
    overflow: hidden;
    position: relative;
    width: 100%;
}.greeting_page::before {
    background: 
        linear-gradient(217deg, rgb(153,154,178,0.5), transparent 70%),
        linear-gradient(127deg, rgb(107,111,168,0.5), transparent 70%),
        linear-gradient(336deg, rgba(0, 0, 0, 0.5), transparent 70%);
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    position: absolute;
    content: "";
    z-index: 1;
}.greeting_page::after {
    background: radial-gradient(rgb(153,154,178,0.5) 2px, transparent 4px);
    opacity: 0.2;
    top: -50%;
    animation: backgroundMove 50s linear infinite;
    content: "";
    width: 200%;
    height: 200%;
    left: -50%;
    background-size: 30px 30px;
    position: absolute;
    z-index: 2;
}.greeting_page .learning_creators {
    position: relative;
    width: 100%;
    z-index: 3;
    height: 100vh;
}.greeting_page .page_welcome {
    overflow: hidden;
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
    height: 100vh;
}.greeting_page .page_welcome input {
    display: none;
}.greeting_page .learn_page {
    display: flex;
    transition: transform 1s cubic-bezier(0.645, 0.045, 0.355, 1);
    width: 100%;
    height: 100%;
}.greeting_page .main_welcome {
    overflow: hidden;
    flex: 0 0 100%;
    height: 100%;
    position: relative;
}.greeting_page .main_welcome::before {
    content: "";
    mix-blend-mode: multiply;
    z-index: 2;
    background: linear-gradient(0deg, rgb(197,196,202) 0%, transparent 35%, transparent 65%, rgb(197,196,202) 100%);
    position: absolute;
    inset: 0;
}.greeting_page .main_welcome img {
    height: 100%;
    width: 100%;
    filter: saturate(0.8) brightness(0.9);
    object-fit: cover;
    transition: transform 6s cubic-bezier(0.215, 0.610, 0.355, 1), filter 1s ease;
    transform: scale(1.1);
}.greeting_page .learn_open {
    gap: 20px;
    left: 10%;
    z-index: 10;
    bottom: 40px;
    display: flex;
    justify-content: center;
    position: absolute;
    width: 80%;
}.greeting_page .learn_open label {
    cursor: pointer;
    opacity: 0.2;
    position: relative;
    width: 50px;
    overflow: hidden;
    background: #ffffff;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    height: 6px;
}.greeting_page .learn_open label::before {
    width: 100%;
    top: 0;
    transition: transform 0.5s ease;
    background: rgb(153,154,178);
    left: -100%;
    position: absolute;
    height: 100%;
    content: "";
}.greeting_page .learn_open label:hover {
    opacity: 0.6;
}.greeting_page .learn_open label:hover::before {
    transform: translateX(100%);
}.greeting_page .word_block {
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    z-index: 5;
}.greeting_page .word_block .container {
    border-radius: 27px;
    overflow: hidden;
    max-width: 700px;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
    padding: 40px;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
}.greeting_page .word_block .container::before {
    content: "";
    width: 300%;
    opacity: 0.1;
    left: -100%;
    height: 300%;
    top: -100%;
    animation: backgroundShift 120s linear infinite;
    position: absolute;
    z-index: -1;
    background: 
        repeating-linear-gradient(
            45deg,
            rgb(153,154,178,0.5) 0,
            rgb(153,154,178,0.5) 1px,
            transparent 1px,
            transparent 10px
        );
}.greeting_page .word_block .container::after {
    mask: 
        linear-gradient(#fff 0 0) padding-box,
        linear-gradient(#fff 0 0);
    inset: 0;
    content: "";
    mask-composite: exclude;
    border-radius: 27px;
    position: absolute;
    background: linear-gradient(90deg, rgb(153,154,178), rgb(107,111,168)) border-box;
    z-index: -1;
    border: 2px solid transparent;
}.greeting_page .word_block h1 {
    position: relative;
    font-size: 45px;
    color: #ffffff;
    margin-bottom: 20px;
    display: inline-block;
    font-weight: 700;
}.greeting_page .word_block h1::before {
    opacity: 0.7;
    content: "";
    position: absolute;
    left: -20px;
    width: 40px;
    top: -10px;
    border-left: 2px solid rgb(153,154,178);
    border-top: 2px solid rgb(153,154,178);
    z-index: -1;
    height: 40px;
}.greeting_page .word_block h1::after {
    animation: lineExpand 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, rgb(153,154,178), rgb(107,111,168));
    content: "";
    bottom: -5px;
    width: 0;
    height: 2px;
}.greeting_page .word_block h3 {
    color: #ffffff;
    font-size: 21px;
    margin-bottom: 20px;
    position: relative;
    font-weight: 600;
    padding-left: 15px;
}.greeting_page .word_block h3::before {
    background: rgb(107,111,168);
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    content: "";
}.greeting_page .word_block p {
    backdrop-filter: blur(4px);
    color: #ffffff;
    border-radius: 10px;
    padding: 20px;
    position: relative;
    font-size: 14px;
    border-left: 2px solid rgb(153,154,178);
    font-weight: 400;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    line-height: 1.8;
    background: rgb(107,111,168);
}.greeting_page input[type="radio"]:nth-of-type(1):checked ~ .learn_page {
    transform: translateX(0%);
}.greeting_page input[type="radio"]:nth-of-type(2):checked ~ .learn_page {
    transform: translateX(-100%);
}.greeting_page input[type="radio"]:nth-of-type(3):checked ~ .learn_page {
    transform: translateX(-200%);
}.greeting_page input[type="radio"]:nth-of-type(4):checked ~ .learn_page {
    transform: translateX(-300%);
}.greeting_page input[type="radio"]:nth-of-type(5):checked ~ .learn_page {
    transform: translateX(-400%);
}.greeting_page input[type="radio"]:nth-of-type(6):checked ~ .learn_page {
    transform: translateX(-500%);
}.greeting_page input[type="radio"]:nth-of-type(7):checked ~ .learn_page {
    transform: translateX(-600%);
}.greeting_page input[type="radio"]:nth-of-type(8):checked ~ .learn_page {
    transform: translateX(-700%);
}.greeting_page input[type="radio"]:nth-of-type(9):checked ~ .learn_page {
    transform: translateX(-800%);
}.greeting_page input[type="radio"]:nth-of-type(10):checked ~ .learn_page {
    transform: translateX(-900%);
}.greeting_page input[type="radio"]:nth-of-type(1):checked ~ .learn_open label:nth-of-type(1),
.greeting_page input[type="radio"]:nth-of-type(2):checked ~ .learn_open label:nth-of-type(2),
.greeting_page input[type="radio"]:nth-of-type(3):checked ~ .learn_open label:nth-of-type(3),
.greeting_page input[type="radio"]:nth-of-type(4):checked ~ .learn_open label:nth-of-type(4),
.greeting_page input[type="radio"]:nth-of-type(5):checked ~ .learn_open label:nth-of-type(5),
.greeting_page input[type="radio"]:nth-of-type(6):checked ~ .learn_open label:nth-of-type(6),
.greeting_page input[type="radio"]:nth-of-type(7):checked ~ .learn_open label:nth-of-type(7),
.greeting_page input[type="radio"]:nth-of-type(8):checked ~ .learn_open label:nth-of-type(8),
.greeting_page input[type="radio"]:nth-of-type(9):checked ~ .learn_open label:nth-of-type(9),
.greeting_page input[type="radio"]:nth-of-type(10):checked ~ .learn_open label:nth-of-type(10) {
    opacity: 1;
    width: 70px;
    box-shadow: 0 0 15px rgb(153,154,178,0.5);
    background: linear-gradient(90deg, rgb(153,154,178), rgb(107,111,168));
}.greeting_page input[type="radio"]:nth-of-type(1):checked ~ .learn_page .main_welcome:nth-of-type(1) img,
.greeting_page input[type="radio"]:nth-of-type(2):checked ~ .learn_page .main_welcome:nth-of-type(2) img,
.greeting_page input[type="radio"]:nth-of-type(3):checked ~ .learn_page .main_welcome:nth-of-type(3) img,
.greeting_page input[type="radio"]:nth-of-type(4):checked ~ .learn_page .main_welcome:nth-of-type(4) img,
.greeting_page input[type="radio"]:nth-of-type(5):checked ~ .learn_page .main_welcome:nth-of-type(5) img,
.greeting_page input[type="radio"]:nth-of-type(6):checked ~ .learn_page .main_welcome:nth-of-type(6) img,
.greeting_page input[type="radio"]:nth-of-type(7):checked ~ .learn_page .main_welcome:nth-of-type(7) img,
.greeting_page input[type="radio"]:nth-of-type(8):checked ~ .learn_page .main_welcome:nth-of-type(8) img,
.greeting_page input[type="radio"]:nth-of-type(9):checked ~ .learn_page .main_welcome:nth-of-type(9) img,
.greeting_page input[type="radio"]:nth-of-type(10):checked ~ .learn_page .main_welcome:nth-of-type(10) img {
    filter: saturate(1.2) brightness(1.1);
    transform: scale(1.2);
}

@keyframes lineExpand {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

@keyframes backgroundMove {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(50%, 50%);
    }
}

@keyframes backgroundShift {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 1024px) {.greeting_page .word_block .container {
    max-width: 80%;
}.greeting_page .learn_open {
    width: 90%;
    left: 5%;
}
}

@media screen and (max-width: 768px) {.greeting_page .word_block {
    justify-content: center;
    padding-top: 80px;
    align-items: flex-start;
}.greeting_page .word_block .container {
    padding: 30px;
    max-width: 90%;
}.greeting_page .learn_open {
    bottom: 30px;
}.greeting_page .learn_open label {
    width: 40px;
    height: 5px;
}.greeting_page input[type="radio"]:checked ~ .learn_open label {
    width: 60px;
}
}

@media screen and (max-width: 480px) {.greeting_page .word_block {
    padding-top: 60px;
}.greeting_page .word_block .container {
    padding: 20px;
}.greeting_page .word_block h1 {
    margin-bottom: 15px;
    font-size: calc(45px * 0.8);
}.greeting_page .word_block h1::before {
    top: -5px;
    width: 30px;
    left: -15px;
    height: 30px;
}.greeting_page .word_block h3 {
    font-size: calc(21px * 0.9);
    margin-bottom: 15px;
}.greeting_page .word_block p {
    padding: 15px;
    font-size: calc(14px * 0.9);
}.greeting_page .learn_open {
    gap: 10px;
}.greeting_page .learn_open label {
    height: 4px;
    width: 30px;
}.greeting_page input[type="radio"]:checked ~ .learn_open label {
    width: 45px;
}}.career_help {
    color: #000000;
    font-family: Arial, sans-serif;
    background-color: rgb(197,196,202);
    position: relative;
    padding: 5rem 0 2rem;
}.career_help::before {
    z-index: 0;
    height: 250px;
    content: '';
    position: absolute;
    background: linear-gradient(180deg, transparent 0%, rgb(153,154,178,0.5) 100%);
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.05;
}.career_help .container {
    z-index: 1;
    position: relative;
}.career_help .res_connect {
    display: flex;
    flex-direction: column;
    gap: 4rem;
}.career_help .support_info {
    display: grid;
    gap: 1.5rem;
    position: relative;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    border-bottom: 1px solid rgb(107,111,168,0.5);
    padding-bottom: 2.5rem;
}.career_help .support_info::after {
    position: absolute;
    left: 0;
    height: 3px;
    bottom: -1px;
    background-color: rgb(153,154,178);
    width: 60px;
    content: '';
}.career_help .info_item {
    transition: transform 0.3s ease-out;
    padding: 0.5rem;
}.career_help .info_item:hover {
    transform: translateX(5px);
}.career_help .info_item p,
.career_help .info_item a {
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    display: flex;
    transition: color 0.3s ease;
    align-items: center;
    color: #000000;
    gap: 0.75rem;
}.career_help .info_item a:hover {
    color: rgb(153,154,178);
}.career_help .info_item svg {
    fill: rgb(153,154,178);
    height: 20px;
    width: 20px;
    flex-shrink: 0;
}.career_help .text_main_holder {
    grid-template-columns: 1.2fr 1fr 1.2fr;
    gap: 3rem;
    display: grid;
}.career_help .top_head {
    gap: 1.25rem;
    flex-direction: column;
    display: flex;
}.career_help .top_head svg {
    max-width: 160px;
    height: auto;
    transition: opacity 0.3s ease;
}.career_help .top_head svg:hover {
    opacity: 0.8;
}.career_help .case_study {
    font-size: 15px;
    opacity: 0.8;
    max-width: 300px;
    color: #000000;
    line-height: 1.6;
}.career_help .header_primary {
    flex-direction: column;
    gap: 1.5rem;
    display: flex;
}.career_help .header_primary h5 {
    font-weight: 600;
    font-size: 23px;
    position: relative;
    margin-bottom: 0.5rem;
    color: #000000;
}.career_help .main_learn {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}.career_help .main_learn a {
    font-size: 18px;
    position: relative;
    transition: color 0.3s ease, padding-left 0.3s ease;
    color: #000000;
    text-decoration: none;
    padding-left: 0;
}.career_help .main_learn a::before {
    background-color: rgb(153,154,178);
    transition: width 0.3s ease, left 0.3s ease;
    transform: translateY(-50%);
    content: '';
    position: absolute;
    height: 1px;
    width: 0;
    top: 50%;
    left: -10px;
}.career_help .main_learn a:hover {
    color: rgb(153,154,178);
    padding-left: 12px;
}.career_help .main_learn a:hover::before {
    width: 10px;
    left: 0;
}.career_help .subscribe_holder {
    display: flex;
    border-radius: 29px;
    background-color: #ffffff;
    gap: 1.5rem;
    flex-direction: column;
    padding: 2rem;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
}.career_help .subscribe_holder h5 {
    font-size: 23px;
    color: #000000;
    font-weight: 600;
}.career_help .subscribe_holder p {
    line-height: 1.6;
    font-size: 18px;
    color: #000000;
}.career_help .input_holder {
    position: relative;
    gap: 0.5rem;
    display: flex;
}.career_help .input_holder input[type="email"] {
    padding: 1rem 1.25rem;
    border-radius: 10px;
    border: 1px solid rgb(107,111,168,0.5);
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    flex: 1;
    color: #000000;
    font-size: 18px;
    background-color: transparent;
}.career_help .input_holder input[type="email"]:focus {
    border-color: rgb(153,154,178);
    outline: none;
    box-shadow: 0 0 0 3px rgb(153,154,178,0.5);
}.career_help .input_holder input[type="email"]::placeholder {
    color: #000000;
    opacity: 0.5;
}.career_help .updates_header {
    background-color: rgb(153,154,178);
    border: none;
    transition: background-color 0.3s ease, transform 0.3s ease;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    color: #ffffff;
    padding: 1rem 1.5rem;
}.career_help .updates_header:hover {
    transform: translateY(-2px);
    background-color: rgb(107,111,168);
}.career_help .transcript {
    border-top: 1px solid rgb(107,111,168,0.5);
    padding-top: 1.5rem;
    text-align: center;
    margin-top: 3rem;
}.career_help .verify_cta {
    opacity: 0.8;
    color: #000000;
    font-size: 15px;
}.career_help .main_learn:first-child {
    margin-bottom: 1.5rem;
    position: relative;
}.career_help .main_learn:first-child::after {
    position: absolute;
    width: 30px;
    height: 1px;
    left: 0;
    bottom: -0.75rem;
    background-color: rgb(107,111,168,0.5);
    content: '';
}.career_help {
    background-blend-mode: overlay;
    background-attachment: fixed;
    background-position: center;
    background-size: 40px 40px;
    background-image: 
        linear-gradient(rgb(107,111,168,0.5) 1px, transparent 1px),
        linear-gradient(to right, rgb(107,111,168,0.5) 1px, transparent 1px);
    background-repeat: repeat;
}

@media (max-width: 1024px) {.career_help {
    padding: 4rem 0 2rem;
}.career_help .text_main_holder {
    gap: 2.5rem;
    grid-template-columns: 1fr 1fr;
}.career_help .subscribe_holder {
    grid-column: span 2;
}
}

@media (max-width: 768px) {.career_help {
    padding: 3.5rem 0 1.5rem;
}.career_help .text_main_holder {
    grid-template-columns: 1fr;
    gap: 3rem;
}.career_help .subscribe_holder {
    grid-column: auto;
}.career_help .support_info {
    grid-template-columns: 1fr 1fr;
}.career_help .info_item:hover {
    transform: translateX(0) translateY(-5px);
}
}

@media (max-width: 576px) {.career_help {
    padding: 3rem 0 1.5rem;
}.career_help .support_info {
    grid-template-columns: 1fr;
}.career_help .input_holder {
    flex-direction: column;
}.career_help .updates_header {
    width: 100%;
}.career_help .top_head,
    .career_help .header_primary h5,
    .career_help .main_learn,
    .career_help .main_learn a {
    align-items: center;
    text-align: center;
}.career_help .top_head svg {
    margin: 0 auto;
}.career_help .case_study {
    max-width: 100%;
    text-align: center;
}.career_help .main_learn:first-child::after {
    left: 50%;
    transform: translateX(-50%);
}.career_help .support_info::after {
    transform: translateX(-50%);
    left: 50%;
}.career_help .main_learn a::before {
    display: none;
}.career_help .main_learn a:hover {
    padding-left: 0;
}}.target_audience {
    overflow: hidden;
    padding: 100px 0;
    position: relative;
    background-color: #edf0f8;
}.target_audience::before {
    height: 100%;
    opacity: 0.4;
    left: 0;
    background: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 10px,
            rgba(228, 232, 243, 0.8) 10px,
            rgba(228, 232, 243, 0.8) 11px
        ),
        repeating-linear-gradient(
            90deg,
            transparent,
            transparent 10px,
            rgba(228, 232, 243, 0.8) 10px,
            rgba(228, 232, 243, 0.8) 11px
        );
    position: absolute;
    content: '';
    top: 0;
    z-index: 1;
    width: 100%;
}.target_audience .learning_creators {
    text-align: center;
    position: relative;
    margin: 0 auto;
    z-index: 10;
    padding: 0 30px;
    max-width: 1200px;
}.target_audience h3 {
    box-shadow: 
        10px 10px 20px rgba(166, 180, 208, 0.7),
        -10px -10px 20px rgba(255, 255, 255, 0.8);
    margin-bottom: 60px;
    padding: 20px 40px;
    font-weight: 700;
    position: relative;
    background-color: #edf0f8;
    color: #000000;
    font-size: 29px;
    border-radius: 15px;
    display: inline-block;
}.target_audience h3::after {
    position: absolute;
    bottom: -15px;
    background: linear-gradient(90deg, rgb(153,154,178), rgb(107,111,168));
    height: 5px;
    left: 50%;
    width: 60px;
    transform: translateX(-50%);
    content: '';
    border-radius: 10px;
}.target_audience ul {
    list-style: none;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    gap: 35px;
}.target_audience ul li {
    display: flex;
    width: calc(33.333% - 24px);
    padding: 35px 30px;
    text-align: left;
    transition: all 0.4s ease;
    position: relative;
    border-radius: 20px;
    align-items: flex-start;
    background-color: #edf0f8;
    min-width: 280px;
    box-shadow: 
        10px 10px 20px rgba(166, 180, 208, 0.5),
        -10px -10px 20px rgba(255, 255, 255, 0.8);
    gap: 20px;
}.target_audience ul li:hover {
    box-shadow: 
        inset 5px 5px 10px rgba(166, 180, 208, 0.4),
        inset -5px -5px 10px rgba(255, 255, 255, 0.8);
    transform: translateY(-5px);
}.target_audience ul li::before {
    position: absolute;
    background: linear-gradient(135deg, rgb(153,154,178), rgb(107,111,168));
    content: '';
    border-radius: 50%;
    opacity: 0.5;
    right: 15px;
    transition: opacity 0.3s ease;
    height: 12px;
    top: 15px;
    width: 12px;
}.target_audience ul li:hover::before {
    opacity: 1;
}.target_audience ul li svg {
    border-radius: 12px;
    padding: 10px;
    flex-shrink: 0;
    background: linear-gradient(135deg, #edf0f8, #e2e6f3);
    width: 50px;
    transition: all 0.4s ease;
    box-shadow: 
        5px 5px 10px rgba(166, 180, 208, 0.5),
        -5px -5px 10px rgba(255, 255, 255, 0.8);
    height: 50px;
}.target_audience 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);
}.target_audience ul li svg path {
    transition: fill 0.4s ease;
    fill: rgb(153,154,178);
}.target_audience ul li:hover svg path {
    fill: rgb(107,111,168);
}@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.target_audience ul li {
    opacity: 0;
    animation: fadeInUp 0.6s ease forwards;
}.target_audience ul li:nth-child(1) {
    animation-delay: 0.1s;
}.target_audience ul li:nth-child(2) {
    animation-delay: 0.2s;
}.target_audience ul li:nth-child(3) {
    animation-delay: 0.3s;
}.target_audience ul li:nth-child(4) {
    animation-delay: 0.4s;
}.target_audience ul li:nth-child(5) {
    animation-delay: 0.5s;
}.target_audience ul li:nth-child(6) {
    animation-delay: 0.6s;
}

@media (max-width: 992px) {.target_audience {
    padding: 80px 0;
}.target_audience h3 {
    padding: 15px 30px;
    margin-bottom: 50px;
}.target_audience ul {
    gap: 25px;
}.target_audience ul li {
    padding: 30px 25px;
    width: calc(50% - 13px);
}
}

@media (max-width: 768px) {.target_audience ul li {
    max-width: 400px;
    width: 100%;
}
}

@media (max-width: 576px) {.target_audience {
    padding: 60px 0;
}.target_audience h3 {
    padding: 15px 20px;
    font-size: calc(29px * 0.85);
    margin-bottom: 40px;
}.target_audience ul li {
    gap: 15px;
    padding: 25px 20px;
}.target_audience ul li svg {
    width: 40px;
    padding: 8px;
    height: 40px;
}
}

@media (prefers-reduced-motion: reduce) {.target_audience ul li {
    opacity: 1;
    animation: none;
}.target_audience ul li:hover {
    transform: none;
}}header {
    width: 100%;
    top: 0;
    background: #000000;
    position: fixed;
    z-index: 1000;
    left: 0;
    background: 
        linear-gradient(170deg, 
            #000000 0%,
            rgb(153,154,178,0.5) 100%);
    overflow: hidden;
}header::before {
    content: "";
    height: 100%;
    position: absolute;
    opacity: 0.03;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 10px,
            rgb(107,111,168,0.5) 10px,
            rgb(107,111,168,0.5) 11px
        );
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1;
}header::after {
    animation: gradient-shift 8s linear infinite;
    left: 0;
    top: 0;
    content: "";
    z-index: 5;
    position: absolute;
    background-size: 200% 100%;
    background: linear-gradient(90deg, 
        rgb(153,154,178),
        rgb(107,111,168),
        rgb(153,154,178));
    width: 100%;
    height: 5px;
}header .container {
    position: relative;
    align-items: center;
    flex-direction: column;
    display: flex;
    padding: 0;
}header .head_guide {
    padding-top: 1.5rem;
    flex-direction: column;
    z-index: 2;
    width: 100%;
    align-items: center;
    position: relative;
    display: flex;
}header .main_pagewrap {
    display: flex;
    justify-content: center;
    z-index: 3;
    margin-bottom: 2rem;
    position: relative;
    padding: 0.5rem 2rem;
    text-decoration: none;
}header .main_pagewrap::before {
    bottom: -10px;
    position: absolute;
    height: 1px;
    content: "";
    width: 160%;
    background: linear-gradient(90deg, 
        transparent 0%,
        rgb(107,111,168,0.5) 20%,
        rgb(107,111,168) 50%,
        rgb(107,111,168,0.5) 80%,
        transparent 100%);
    left: -30%;
}header .main_pagewrap::after {
    border-radius: 50%;
    filter: blur(20px);
    content: "";
    z-index: -1;
    width: 40px;
    height: 40px;
    animation: orb-float 5s ease-in-out infinite alternate;
    position: absolute;
    background: rgb(153,154,178,0.5);
    opacity: 0.5;
}header .main_pagewrap svg {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    filter: drop-shadow(0 0 8px rgb(153,154,178,0.5));
    z-index: 2;
    width: auto;
    height: 48px;
    position: relative;
}header .main_pagewrap:hover svg {
    filter: drop-shadow(0 0 12px rgb(153,154,178));
    transform: scale(1.08);
}header .header_primary {
    scrollbar-width: none;
    display: flex;
    mask-image: linear-gradient(90deg, 
        transparent 0%,
        #000 5%,
        #000 95%,
        transparent 100%);
    background: linear-gradient(to bottom, 
        #000000 0%,
        rgba(0, 0, 0, 0.5) 100%);
    gap: 1rem;
    justify-content: center;
    width: 100vw;
    padding: 1rem 0;
    position: relative;
    overflow-x: auto;
}header .header_primary::-webkit-scrollbar {
    display: none;
}header .header_primary::before {
    width: 100%;
    top: 0;
    height: 1px;
    left: 0;
    content: "";
    position: absolute;
    background: rgb(153,154,178,0.5);
}header .site_head {
    font-family: Arial, sans-serif;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    border: 1px solid rgb(153,154,178,0.5);
    text-decoration: none;
    padding: 0.6rem 1.8rem;
    letter-spacing: 0.5px;
    border-radius: 27px;
    font-weight: 400;
    font-size: 13px;
    color: #ffffff;
    background: linear-gradient(135deg,
        #000000 0%,
        rgba(0, 0, 0, 0.5) 100%);
    transition: all 0.3s ease;
}header .site_head::before {
    background: linear-gradient(90deg,
        transparent,
        rgb(107,111,168,0.5),
        transparent);
    content: "";
    transition: left 0.5s ease;
    height: 100%;
    width: 100%;
    top: 0;
    opacity: 0.5;
    position: absolute;
    left: -100%;
}header .site_head::after {
    top: 50%;
    transform: translateY(-50%) scale(0);
    border-radius: 50%;
    position: absolute;
    height: 8px;
    box-shadow: 0 0 10px rgb(107,111,168);
    content: "";
    transition: transform 0.3s ease;
    right: 12px;
    width: 8px;
    background: rgb(107,111,168);
}header .site_head:hover {
    color: rgb(107,111,168);
    transform: translateY(-2px);
    border-color: rgb(107,111,168);
    box-shadow: 0 0 15px rgb(153,154,178,0.5),
                inset 0 0 10px rgb(153,154,178,0.5);
}header .site_head:hover::before {
    left: 100%;
}header .site_head:hover::after {
    transform: translateY(-50%) scale(1);
}

@keyframes gradient-shift {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 200% 50%;
    }
}

@keyframes orb-float {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(30px, 10px);
    }
}

@media (max-width: 991px) {header .main_pagewrap {
    margin-bottom: 1.5rem;
}header .main_pagewrap svg {
    height: 42px;
}header .site_head {
    padding: 0.5rem 1.5rem;
    font-size: calc(13px - 1px);
}
}

@media (max-width: 767px) {header .head_guide {
    padding-top: 1rem;
}header .main_pagewrap {
    margin-bottom: 1rem;
}header .main_pagewrap svg {
    height: 36px;
}header .header_primary {
    justify-content: flex-start;
    padding: 0.8rem 0;
}header .site_head {
    margin: 0 0.2rem;
    font-size: calc(13px - 2px);
    padding: 0.4rem 1.2rem;
}header .site_head:first-child {
    margin-left: 1rem;
}header .site_head:last-child {
    margin-right: 1rem;
}header .site_head::after {
    right: 8px;
    height: 6px;
    width: 6px;
}}.contact_box {
    background: rgb(197,196,202);
    z-index: 1;
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}.contact_box::before {
    height: 100%;
    opacity: 0.3;
    content: '';
    background: linear-gradient(45deg, transparent 48%, rgb(153,154,178,0.5) 49%, rgb(153,154,178,0.5) 51%, transparent 52%),
                linear-gradient(-45deg, transparent 48%, rgb(107,111,168,0.5) 49%, rgb(107,111,168,0.5) 51%, transparent 52%);
    left: 0;
    background-size: 60px 60px;
    top: 0;
    width: 100%;
    z-index: 0;
    position: absolute;
}.contact_box::after {
    height: 100%;
    left: 0;
    background-size: 100px 100px;
    content: '';
    background: 
        linear-gradient(90deg, rgb(197,196,202) 6px, transparent 6px),
        linear-gradient(0deg, rgb(197,196,202) 6px, transparent 6px);
    opacity: 0.2;
    top: 0;
    position: absolute;
    z-index: 0;
    width: 100%;
}.contact_box .pic_list {
    left: 0;
    top: 0;
    z-index: 0;
    position: absolute;
    opacity: 0.15;
    filter: grayscale(0.7) hue-rotate(25deg);
    width: 100%;
    height: 100%;
}.contact_box .container {
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 2;
}.contact_box h3 {
    margin-bottom: 60px;
    letter-spacing: 4px;
    position: relative;
    font-family: Arial, sans-serif;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 42px;
    color: #000000;
    transform: skew(-5deg);
}.contact_box h3::before {
    content: '';
    background: linear-gradient(90deg, rgb(153,154,178), rgb(107,111,168));
    left: 50%;
    height: 5px;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    transform: translateX(-50%);
    position: absolute;
    bottom: -15px;
    width: 100px;
}.contact_box .reach_widget {
    flex-wrap: wrap;
    z-index: 1;
    position: relative;
    display: flex;
}.contact_box .query_query {
    border-radius: 0;
    box-shadow: -10px 10px 0 rgba(0, 0, 0, 0.1);
    transform: skew(-3deg);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    padding: 60px;
    background: #ffffff;
    position: relative;
    flex: 1 1 60%;
    z-index: 2;
}.contact_box .query_query::before {
    bottom: 20px;
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    left: 20px;
    right: 20px;
    content: '';
    border: 2px solid rgba(0, 0, 0, 0.05);
    top: 20px;
    pointer-events: none;
}.contact_box .query_query #contact {
    transform: skew(3deg);
}.contact_box .query_query h3 {
    color: #000000;
    margin-bottom: 40px;
    transform: skew(0);
    text-align: left;
    font-size: 21px;
    font-weight: 700;
}.contact_box .query_query h3::before {
    height: 3px;
    transform: none;
    left: 0;
    clip-path: none;
    width: 60px;
}.contact_box .query_query input[type="text"],
.contact_box .query_query textarea {
    transition: all 0.3s ease;
    background-color: #ffffff;
    font-family: Arial, sans-serif;
    border: 2px solid rgb(153,154,178);
    padding: 20px;
    color: #000000;
    width: 100%;
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.05);
    border-radius: 0;
    font-size: 18px;
    margin-bottom: 25px;
}.contact_box .query_query input[type="text"]:focus,
.contact_box .query_query textarea:focus {
    box-shadow: 8px 8px 0 rgb(153,154,178,0.5);
    transform: translate(-3px, -3px);
    outline: none;
    background-color: rgba(0, 0, 0, 0.02);
}.contact_box .query_query textarea {
    height: 140px;
    resize: vertical;
}.contact_box .query_query .help_links {
    margin-bottom: 30px;
    align-items: flex-start;
    display: flex;
}.contact_box .query_query .help_links input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact_box .query_query .help_links label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    color: #000000;
    font-size: calc(18px - 2px);
    line-height: 1.5;
}.contact_box .query_query .help_links label::before {
    left: 0;
    content: '';
    border: 2px solid rgb(153,154,178);
    height: 24px;
    background-color: #ffffff;
    top: 0;
    transition: all 0.3s ease;
    position: absolute;
    width: 24px;
}.contact_box .query_query .help_links input[type="checkbox"]:checked + label::before {
    background-color: rgb(153,154,178);
}.contact_box .query_query .help_links input[type="checkbox"]:checked + label::after {
    border-right: 2px solid #ffffff;
    height: 12px;
    width: 6px;
    content: '';
    top: 5px;
    transform: rotate(45deg);
    border-bottom: 2px solid #ffffff;
    position: absolute;
    left: 9px;
}.contact_box .query_query .help_links a {
    position: relative;
    transition: color 0.3s ease;
    font-weight: 600;
    text-decoration: none;
    color: rgb(153,154,178);
}.contact_box .query_query .help_links a::after {
    transform: scaleX(0);
    left: 0;
    height: 2px;
    background-color: rgb(153,154,178);
    transform-origin: left;
    bottom: -2px;
    transition: transform 0.3s ease;
    position: absolute;
    width: 100%;
    content: '';
}.contact_box .query_query .help_links a:hover {
    color: rgb(107,111,168);
}.contact_box .query_query .help_links a:hover::after {
    background-color: rgb(107,111,168);
    transform: scaleX(1);
}.contact_box .query_query .query_widget {
    position: relative;
    color: #ffffff;
    font-weight: 700;
    cursor: pointer;
    background: rgb(153,154,178);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    display: inline-block;
    padding: 18px 40px;
    font-size: 18px;
    text-transform: uppercase;
    border: none;
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
    letter-spacing: 2px;
    transition: all 0.3s ease;
}.contact_box .query_query .query_widget:hover {
    box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.2);
    background: rgb(107,111,168);
    transform: translate(-3px, -3px);
}.contact_box .request_message {
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    z-index: 1;
    padding: 60px 60px 60px 80px;
    flex: 1 1 40%;
    margin-left: -40px;
    position: relative;
    color: #ffffff;
    background: rgb(197,196,202);
}.contact_box .request_message::before {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.03) 10px,
        rgba(255, 255, 255, 0.03) 20px
    );
    top: 0;
    left: 0;
    height: 100%;
}.contact_box .request_message::after {
    bottom: 20px;
    right: 20px;
    position: absolute;
    pointer-events: none;
    border: 2px solid rgba(255, 255, 255, 0.1);
    top: 20px;
    content: '';
    left: 20px;
}.contact_box .request_message h4 {
    font-size: 21px;
    margin-bottom: 40px;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    font-weight: 700;
    color: #000000;
}.contact_box .request_message h4::after {
    content: '';
    height: 3px;
    background: rgb(153,154,178);
    bottom: -15px;
    position: absolute;
    left: 0;
    width: 60px;
}.contact_box .request_message .connect_card {
    margin: 0;
    padding: 0;
    list-style: none;
}.contact_box .request_message .connect_card li {
    align-items: flex-start;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
}.contact_box .request_message .connect_card li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}.contact_box .request_message .connect_card li svg {
    margin-right: 20px;
    height: 24px;
    width: 24px;
    flex-shrink: 0;
}.contact_box .request_message .connect_card li svg path {
    fill: rgb(153,154,178);
}.contact_box .request_message .connect_card li:hover svg path {
    fill: rgb(107,111,168);
    transition: fill 0.3s ease;
}.contact_box .request_message .connect_card li span {
    line-height: 1.5;
    color: #000000;
    font-size: 18px;
}.contact_box .request_message .connect_card li a {
    color: #000000;
    text-decoration: none;
    transition: all 0.3s ease;
}.contact_box .request_message .connect_card li a:hover {
    color: rgb(153,154,178);
}

@media (max-width: 992px) {.contact_box {
    padding: 70px 0;
}.contact_box .reach_widget {
    flex-direction: column;
}.contact_box .query_query {
    padding: 40px;
    clip-path: polygon(0 0, 100% 0, 97% 100%, 0% 100%);
    flex: 1 1 100%;
}.contact_box .request_message {
    flex: 1 1 100%;
    padding: 40px;
    margin-left: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 3% 100%);
    margin-top: -20px;
}
}

@media (max-width: 768px) {.contact_box {
    padding: 50px 0;
}.contact_box h3 {
    font-size: calc(38px);
    letter-spacing: 2px;
    margin-bottom: 40px;
}.contact_box .query_query h3,
    .contact_box .request_message h4 {
    margin-bottom: 30px;
    font-size: calc(21px - 2px);
}.contact_box .query_query input[type="text"],
    .contact_box .query_query textarea {
    margin-bottom: 20px;
    padding: 15px;
}.contact_box .query_query textarea {
    height: 120px;
}.contact_box .query_query .query_widget {
    padding: 15px 30px;
}.contact_box .request_message .connect_card li {
    margin-bottom: 20px;
    padding-bottom: 15px;
}.contact_box .request_message .connect_card li svg {
    margin-right: 15px;
    width: 20px;
    height: 20px;
}
}

@media (max-width: 576px) {.contact_box {
    padding: 40px 0;
}.contact_box .query_query,
    .contact_box .request_message {
    clip-path: none;
    padding: 30px 20px;
    transform: skew(0);
    box-shadow: none;
}.contact_box .query_query #contact {
    transform: skew(0);
}.contact_box .query_query::before,
    .contact_box .request_message::after {
    clip-path: none;
}.contact_box .request_message {
    margin-top: 0;
}.contact_box h3 {
    font-size: calc(38px - 6px);
    transform: skew(0);
}.contact_box .query_query .help_links label {
    font-size: calc(18px - 3px);
}.contact_box .query_query .query_widget {
    clip-path: none;
}}.program_offerings {
    overflow: hidden;
    padding: 120px 0;
    background: rgb(197,196,202);
    perspective: 1000px;
    position: relative;
}.program_offerings::before {
    width: 100%;
    animation: shiftLines 20s linear infinite;
    height: 100%;
    position: absolute;
    content: "";
    background: repeating-linear-gradient(
        45deg,
        rgb(153,154,178,0.5) 0,
        rgb(153,154,178,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    left: 0;
    opacity: 0.05;
    top: 0;
}@keyframes shiftLines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}

.program_offerings .container {
    z-index: 2;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    max-width: 1280px;
    overflow: visible;
}.program_offerings .career_classes {
    display: grid;
    min-height: 550px;
    grid-template-rows: auto auto;
    position: relative;
    grid-template-columns: 1fr;
    gap: 0;
}.program_offerings .word_block {
    background: #ffffff;
    margin-left: 50px;
    transition: transform 0.5s ease;
    grid-row: 2;
    transform: translateZ(0);
    position: relative;
    grid-column: 1;
    z-index: 5;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1),
                0 10px 30px rgba(0, 0, 0, 0.05);
    margin-top: -80px;
    padding: 40px;
    border-radius: 28px;
    margin-right: 50px;
}.program_offerings .word_block::before {
    backdrop-filter: blur(10px);
    width: 100%;
    content: "";
    border-radius: 28px;
    left: 0;
    top: 0;
    z-index: -1;
    background: linear-gradient(120deg, 
                rgba(255, 255, 255, 0.8) 0%, 
                rgba(255, 255, 255, 0.95) 100%);
    height: 100%;
    position: absolute;
}.program_offerings .word_block::after {
    background: radial-gradient(circle, rgb(153,154,178) 0%, transparent 70%);
    filter: blur(20px);
    position: absolute;
    height: 100px;
    opacity: 0.3;
    width: 100px;
    top: -20px;
    z-index: -1;
    content: "";
    right: -20px;
    animation: pulsate 5s ease-in-out infinite;
    border-radius: 50%;
}@keyframes pulsate {
    0%, 100% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.5;
    }
}

.program_offerings .word_block h2 {
    display: inline-block;
    margin-bottom: 30px;
    color: #000000;
    position: relative;
    font-weight: 700;
    z-index: 2;
    font-size: 30px;
}.program_offerings .word_block h2::before {
    bottom: -8px;
    height: 4px;
    transition: width 0.3s ease;
    border-radius: 10px;
    content: "";
    background: rgb(153,154,178);
    left: 0;
    width: 40px;
    position: absolute;
}.program_offerings .word_block:hover h2::before {
    width: 100%;
}.program_offerings .word_block .description {
    position: relative;
    color: #000000;
    font-size: 12px;
    z-index: 2;
    margin-bottom: 20px;
    line-height: 1.7;
}.program_offerings .word_block .description:last-child {
    margin-bottom: 0;
}.program_offerings .pic_list {
    height: 450px;
    z-index: 3;
    grid-row: 1;
    overflow: hidden;
    position: relative;
    grid-column: 1;
    transform: rotateX(5deg);
    transition: transform 0.5s ease;
    border-radius: 28px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}.program_offerings .pic_list::before {
    width: 100%;
    position: absolute;
    background: linear-gradient(180deg, 
                transparent 0%, 
                rgba(0, 0, 0, 0.5) 100%);
    content: "";
    height: 100%;
    z-index: 1;
    left: 0;
    top: 0;
}.program_offerings .pic_list::after {
    mix-blend-mode: overlay;
    height: 100%;
    position: absolute;
    z-index: 1;
    content: "";
    width: 100%;
    left: 0;
    background: radial-gradient(
        circle at 70% 20%,
        rgb(153,154,178,0.5) 0%,
        transparent 60%
    );
    top: 0;
}.program_offerings:hover .pic_list {
    transform: rotateX(2deg) translateY(-10px);
}.program_offerings:hover .word_block {
    transform: translateY(-10px);
}.program_offerings .container::before,
.program_offerings .container::after {
    border-radius: 50%;
    z-index: 1;
    content: "";
    position: absolute;
    opacity: 0.1;
    background: rgb(107,111,168,0.5);
}.program_offerings .container::before {
    left: -50px;
    animation: float 20s ease-in-out infinite;
    width: 200px;
    height: 200px;
    top: -100px;
}.program_offerings .container::after {
    bottom: -50px;
    width: 150px;
    animation: float 15s ease-in-out infinite reverse;
    right: -30px;
    height: 150px;
}@keyframes float {
    0%, 100% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(20px, -20px);
    }
    50% {
        transform: translate(0, -40px);
    }
    75% {
        transform: translate(-20px, -20px);
    }
}

.program_offerings .career_classes::after {
    width: 100%;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 20px,
        rgb(153,154,178,0.5) 20px,
        rgb(153,154,178,0.5) 21px
    );
    pointer-events: none;
    opacity: 0.05;
    position: absolute;
    right: 0;
    height: 100%;
    z-index: 1;
    content: "";
    top: 0;
}

@media screen and (max-width: 1024px) {.program_offerings {
    padding: 80px 0;
}.program_offerings .career_classes {
    min-height: 400px;
}.program_offerings .pic_list {
    height: 350px;
}.program_offerings .word_block {
    margin-top: -60px;
    margin-right: 30px;
    margin-left: 30px;
    padding: 30px;
}.program_offerings .container::before {
    width: 150px;
    height: 150px;
}.program_offerings .container::after {
    width: 100px;
    height: 100px;
}
}

@media screen and (max-width: 767px) {.program_offerings {
    padding: 60px 0;
}.program_offerings .career_classes {
    min-height: auto;
}.program_offerings .pic_list {
    height: 250px;
    transform: none;
}.program_offerings .word_block {
    margin-top: -40px;
    transform: none;
    margin-right: 15px;
    margin-left: 15px;
    padding: 25px;
}.program_offerings .word_block h2 {
    margin-bottom: 20px;
    font-size: calc(30px * 0.85);
}.program_offerings .word_block .description {
    font-size: calc(12px * 0.95);
}.program_offerings:hover .pic_list,
    .program_offerings:hover .word_block {
    transform: none;
}.program_offerings .container::before,
    .program_offerings .container::after {
    display: none;
}}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.program_offerings .pic_list {
    animation: slideUp 0.8s ease-out forwards;
}.program_offerings .word_block {
    animation-fill-mode: forwards;
    animation: slideUp 1s 0.3s ease-out forwards;
    opacity: 0;
}

@media (prefers-color-scheme: dark) {.program_offerings {
    background: rgb(153,154,178);
}.program_offerings .word_block::before {
    background: linear-gradient(120deg, 
                    rgba(30, 30, 30, 0.9) 0%, 
                    rgba(50, 50, 50, 0.95) 100%);
}.program_offerings .word_block h2 {
    color: #ffffff;
}.program_offerings .word_block .description {
    opacity: 0.9;
    color: #ffffff;
}
}

@media (prefers-contrast: more) {.program_offerings .word_block {
    background: #ffffff;
}.program_offerings .word_block h2 {
    color: #000000;
}.program_offerings .word_block .description {
    color: #000000;
}.program_offerings .pic_list::before {
    opacity: 0.7;
}
}

@media (prefers-reduced-motion: reduce) {.program_offerings::before,
    .program_offerings .container::before,
    .program_offerings .container::after,
    .program_offerings .word_block::after,
    .program_offerings:hover .pic_list,
    .program_offerings:hover .word_block {
    animation: none;
    transform: none;
}.program_offerings .pic_list,
    .program_offerings .word_block {
    animation: none;
    opacity: 1;
}}

.program_offerings .pic_list,
.program_offerings .word_block {
    will-change: transform;
    transform: translateZ(0);
}

@media (hover: hover) {.program_offerings .word_block:hover h2::before {
    width: 100%;
}.program_offerings:hover .pic_list {
    transform: rotateX(2deg) translateY(-10px);
}.program_offerings:hover .word_block {
    transform: translateY(-10px);
}}.privacy_quarters {
    height: auto;
    display: flex;
    width: 100%;
    flex-direction: column;
    color: #ffffff;
    gap: 20px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    padding: 20px 40px;
    background: linear-gradient(135deg, rgb(153,154,178) 30%, rgb(107,111,168) 100%);
}.privacy_quarters h1 {
    border-bottom: 2px solid #ffffff;
    padding-bottom: 10px;
    color: #ffffff;
    font-weight: 700;
    font-size: 39px;
    text-transform: uppercase;
}.privacy_quarters h2 {
    font-size: 32px;
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
    padding-bottom: 8px;
    font-weight: 600;
}.privacy_quarters h3, .privacy_quarters h4, .privacy_quarters h5, .privacy_quarters h6 {
    margin-top: 15px;
    color: #ffffff;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 10px;
}.privacy_quarters ul, .privacy_quarters ol {
    padding: 0;
    border-left: 2px solid #ffffff;
    margin: 20px 0;
    list-style: none;
}.privacy_quarters li {
    color: #ffffff;
    padding: 10px 0;
    font-size: 12px;
    border-bottom: 1px dashed #ffffff;
    margin-left: 10px;
}.privacy_quarters section {
    border-radius: 10px;
    margin-bottom: 20px;
    color: #ffffff;
    padding: 20px;
}.privacy_quarters p, .privacy_quarters span, .privacy_quarters div {
    margin-bottom: 15px;
    line-height: 1.6;
    color: #ffffff;
    font-size: 12px;
}

@media only screen and (max-width: 800px) {.privacy_quarters {
    flex-direction: column;
    padding: 20px;
    gap: 15px;
}.privacy_quarters h1 {
    font-size: calc(24px - 10px);
}.privacy_quarters h2 {
    font-size: calc(24px - 5px);
}.privacy_quarters ul, .privacy_quarters ol {
    border-left: 1px solid #ffffff;
}.privacy_quarters li {
    font-size: calc(12px - 2px);
}
}