* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}::-webkit-scrollbar {
    scroll-behavior: smooth;
    width: 5px;
    height: 9px;
}::-webkit-scrollbar-track {
    background: #ffffff;
    border-radius: 13%;
}::-webkit-scrollbar-thumb {
    border: 1px ridge rgb(255, 255, 255, 0.5);
    transition: all, border-radius, transform 4.3s ease-in;
    border-radius: 9999px;
    min-height: 32px;
    background: repeating-radial-gradient(circle at center, rgb(214,224,205), rgb(214,224,205) 7px, rgb(207,167,191,0.5) 7px, rgb(207,167,191,0.5) 20px);
}::-webkit-scrollbar-thumb:hover {
    background: rgb(141,110,172);
}::-webkit-scrollbar-corner {
    background: rgb(255, 255, 255, 0.5);
}* {
    scrollbar-width: thin;
    scrollbar-color: rgb(207,167,191,0.5) rgb(141,110,172);
}svg {
    height: 30px;
    width: 30px;
}html,body {
    min-height: 100%;
    height: 100%;
    color: #000000;
    scroll-behavior: auto;
    font-family: Arial, sans-serif;
}a {
    color: inherit;
    text-decoration: none;
}.desktop-app-89 {
    flex: 0 0 auto;
}.container {
    width: 1197px;
    max-width: 100%;
    margin: auto;
}.nav-start-08 {
    flex: 1 0 auto;
}.segment-wrapper-04 {
    height: 100%;
    flex-direction: column;
    display: flex;
    min-height: 100%;
}header,footer {
    width: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
header {
    overflow: visible;
    z-index: 100;
    position: relative;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
    padding: 0;
    margin-top: 0;
    background: linear-gradient(90deg, rgb(141,110,172) 0%, rgb(207,167,191) 100%);
}header::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 5px,
        transparent 5px,
        transparent 25px
    );
    z-index: 0;
}header .site-nav-39 {
    z-index: 5;
    position: relative;
    justify-content: space-between;
    display: flex;
    padding: 1.2rem 2.5rem;
    align-items: center;
}header .top-class-03 {
    position: relative;
    margin-right: 2rem;
    overflow: visible;
    padding: 0.5rem;
    flex: 0 0 auto;
}header .top-class-03::before {
    opacity: 0.1;
    transition: all 0.3s ease;
    z-index: -1;
    transform: skew(-5deg);
    position: absolute;
    content: '';
    bottom: -5px;
    border: 2px solid #ffffff;
    top: -5px;
    right: -5px;
    left: -5px;
}header .top-class-03::after {
    bottom: -5px;
    z-index: -1;
    transition: all 0.3s ease;
    left: -5px;
    right: -5px;
    opacity: 0;
    border: 2px solid #ffffff;
    position: absolute;
    box-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff;
    content: '';
    top: -5px;
    transform: skew(-5deg);
}header .top-class-03:hover::before {
    opacity: 0;
}header .top-class-03:hover::after {
    animation: neonPulse 1.5s infinite alternate;
    opacity: 0.5;
}@keyframes neonPulse {
    0% { opacity: 0.3; box-shadow: 0 0 5px #ffffff, 0 0 10px #ffffff; }
    100% { opacity: 0.7; box-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff, 0 0 30px #ffffff; }
}

header .main-mainbar-15 {
    position: relative;
    display: block;
    transition: all 0.3s ease;
}header .main-mainbar-15:hover {
    transform: scale(1.05);
}header .main-mainbar-15 img {
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
    max-height: 40px;
}header .head-main-42 {
    margin: 0;
    display: flex;
    padding: 0;
    position: relative;
    z-index: 2;
    list-style: none;
}header .head-mainwrap-42 {
    position: relative;
    margin: 0 0.4rem;
}header .head-mainwrap-42 a {
    border: 1px solid rgba(255, 255, 255, 0.2);
    text-shadow: 0 0 5px #ffffff;
    font-size: 16px;
    align-items: center;
    z-index: 1;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    font-weight: 600;
    overflow: hidden;
    padding: 0 1.2rem;
    color: #ffffff;
    display: flex;
    position: relative;
    letter-spacing: 0.5px;
    text-decoration: none;
    justify-content: center;
}header .head-mainwrap-42 a::before {
    right: -2px;
    content: '';
    position: absolute;
    opacity: 0;
    left: -2px;
    transition: opacity 0.3s ease;
    background: #ffffff;
    bottom: -2px;
    top: -2px;
    transform: scale(0.9);
    z-index: -1;
}header .head-mainwrap-42 a:hover {
    color: rgb(207,167,191);
    text-shadow: none;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
    border-color: #ffffff;
    transform: translateY(-3px);
}header .head-mainwrap-42 a:hover::before {
    transform: scale(1);
    opacity: 1;
}header .head-mainwrap-42::after {
    position: absolute;
    bottom: -10px;
    filter: blur(3px);
    height: 5px;
    transition: all 0.3s ease;
    width: 80%;
    left: 10%;
    content: '';
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    opacity: 0;
}header .head-mainwrap-42:hover::after {
    opacity: 0.5;
    bottom: -5px;
}header .site-nav-39::before {
    position: absolute;
    width: 100%;
    left: 0;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    top: 0;
    content: '';
    height: 1px;
}header .site-nav-39::after {
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    width: 100%;
    position: absolute;
    bottom: 0;
    content: '';
    left: 0;
    height: 1px;
}header .nav-start-08 {
    z-index: 1;
    position: relative;
    padding-top: 2rem;
    background: rgb(214,224,205);
}

@media (min-width: 1400px) {header .site-nav-39 {
    margin: 0 auto;
    max-width: 1320px;
}header .head-mainwrap-42 {
    margin: 0 0.6rem;
}header .head-mainwrap-42 a {
    padding: 0 1.5rem;
}
}

@media (max-width: 991px) {header .site-nav-39 {
    padding: 1rem 2rem;
    flex-wrap: wrap;
}header .top-class-03 {
    margin-bottom: 0;
    margin-right: 0;
}header .head-main-42 {
    margin-top: 1rem;
    justify-content: flex-end;
    flex-basis: 100%;
}header .head-mainwrap-42 a {
    font-size: calc(16px - 1px);
    height: 36px;
    padding: 0 1rem;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .site-nav-39 {
    padding: 0.8rem 1.5rem;
}header .top-class-03 {
    max-width: 140px;
}header .top-class-03::before, 
    header .top-class-03::after {
    left: -3px;
    top: -3px;
    bottom: -3px;
    right: -3px;
}header .main-mainbar-15 img {
    max-height: 35px;
}header .head-main-42 {
    scrollbar-width: thin;
    margin-top: 0.8rem;
    overflow-x: auto;
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.5rem;
}header .head-main-42::-webkit-scrollbar {
    height: 3px;
}header .head-main-42::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
}header .head-mainwrap-42 {
    margin: 0 0.2rem;
    flex: 0 0 auto;
}header .head-mainwrap-42 a {
    font-size: calc(16px - 2px);
    white-space: nowrap;
    padding: 0 0.8rem;
    height: 32px;
}header .head-mainwrap-42::after {
    display: none;
}
}

@media (max-width: 479px) {header .site-nav-39 {
    padding: 0.7rem 1.2rem;
}header .top-class-03 {
    max-width: 120px;
}header .head-mainwrap-42 a {
    padding: 0 0.6rem;
    font-size: calc(16px - 3px);
    height: 30px;
}}.price-package-61 {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(214,224,205) 0%, rgb(207,167,191,0.5) 100%);
}.price-package-61::before {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    content: "";
    pointer-events: none;
    z-index: 0;
    background: radial-gradient(circle at 30% 70%, rgb(141,110,172,0.5) 0%, transparent 60%);
}.price-package-61 .container {
    margin: 0 auto;
    padding: 0 15px;
    z-index: 1;
    max-width: 1320px;
    position: relative;
}.price-package-61 .study-offers-37 {
    display: flex;
    flex-direction: column-reverse;
    gap: 60px;
    position: relative;
}.price-package-61 .learning-packages-61 {
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    padding: 30px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateX(0deg);
    border-left: 3px solid rgb(207,167,191);
    position: relative;
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 90%);
    max-width: 100%;
}.price-package-61 .learning-packages-61:hover {
    transform: perspective(1000px) rotateX(2deg);
}.price-package-61 .learning-packages-61 h2 {
    line-height: 1.3;
    transform: translateZ(0);
    font-size: 28px;
    color: transparent;
    -webkit-background-clip: text !important;
    letter-spacing: -0.02em;
    background: linear-gradient(90deg, rgb(207,167,191), rgb(141,110,172));
    font-weight: 700;
    background-clip: text !important;
    margin-bottom: 20px;
}.price-package-61 .learning-packages-61 .fee-choices-85 {
    color: #000000;
    word-break: break-word;
    max-width: 700px;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 0;
    overflow-wrap: break-word;
}.price-package-61 .member-fees-89 {
    position: relative;
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr;
}.price-package-61 .qtr-cost-80 {
    text-decoration: none;
    overflow: hidden;
    display: block;
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    border-radius: 4px;
}.price-package-61 .qtr-cost-80:hover {
    z-index: 5;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
}.price-package-61 .basic-rates-65 {
    height: 100%;
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 95%);
    border: 1px solid rgba(0, 0, 0, 0.06);
    display: flex;
    position: relative;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}.price-package-61 .basic-rates-65::before {
    top: 0;
    transition: transform 0.4s ease-out;
    content: "";
    height: 5px;
    transform: scaleX(0.8);
    left: 0;
    background: linear-gradient(90deg, rgb(207,167,191), rgb(141,110,172));
    position: absolute;
    transform-origin: left;
    width: 100%;
}.price-package-61 .qtr-cost-80:hover .basic-rates-65::before {
    transform: scaleX(1);
}.price-package-61 .price-grid-26 {
    padding: 30px;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
    flex: 1;
}.price-package-61 .price-grid-26 h3 {
    transform-origin: left;
    overflow: hidden;
    font-size: calc(21px + 2px);
    margin-bottom: 15px;
    position: relative;
    transition: transform 0.3s ease;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #000000;
    font-weight: 700;
}.price-package-61 .qtr-cost-80:hover .price-grid-26 h3 {
    color: rgb(207,167,191);
    transform: translateX(5px) scale(1.03);
}.price-package-61 .lesson-rates-81 {
    font-weight: 700;
    display: inline-block;
    color: rgb(141,110,172);
    font-size: calc(21px + 4px);
    position: relative;
    margin-bottom: 20px;
}.price-package-61 .lesson-rates-81::after {
    width: 50px;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    content: "";
    bottom: -5px;
    background: rgb(207,167,191);
    transform: scaleX(0.5);
    left: 0;
    height: 3px;
    transform-origin: left;
    position: absolute;
}.price-package-61 .qtr-cost-80:hover .lesson-rates-81::after {
    transform: scaleX(1);
}.price-package-61 .price-grid-26 p {
    word-break: break-word;
    line-height: 1.6;
    color: #000000;
    flex: 1;
    overflow: hidden;
    -webkit-box-orient: vertical;
    font-size: 18px;
    -webkit-line-clamp: 5;
    overflow-wrap: break-word;
    margin-bottom: 0;
    display: -webkit-box;
}.price-package-61 .img-center-align-67 {
    height: 200px;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
    overflow: hidden;
}.price-package-61 .img-center-align-67::after {
    content: "";
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.3) 100%);
    height: 100%;
    top: 0;
    width: 100%;
    position: absolute;
    pointer-events: none;
    left: 0;
}.price-package-61 .qtr-cost-80:hover .img-center-align-67 {
    transform: scale(1.05);
}

@media (min-width: 768px) {.price-package-61 .member-fees-89 {
    grid-template-columns: repeat(2, 1fr);
}.price-package-61 .learning-packages-61 {
    padding: 40px;
}.price-package-61 .price-grid-26 {
    padding: 30px 35px;
}.price-package-61 .img-center-align-67 {
    height: 240px;
}
}

@media (min-width: 992px) {.price-package-61 .study-offers-37 {
    align-items: stretch;
    gap: 40px;
    flex-direction: row;
}.price-package-61 .learning-packages-61 {
    width: 30%;
    padding: 50px 40px;
    flex-direction: column;
    display: flex;
    justify-content: center;
}.price-package-61 .member-fees-89 {
    grid-template-columns: repeat(2, 1fr);
    width: 70%;
}.price-package-61 .price-grid-26 {
    padding: 30px;
}.price-package-61 .price-grid-26 p {
    -webkit-line-clamp: 6;
}
}

@media (min-width: 1200px) {.price-package-61 {
    padding: 120px 0;
}.price-package-61 .member-fees-89 {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}.price-package-61 .learning-packages-61 h2 {
    font-size: calc(28px + 4px);
}.price-package-61 .price-grid-26 h3 {
    font-size: calc(21px + 4px);
}.price-package-61 .lesson-rates-81 {
    font-size: calc(21px + 8px);
}.price-package-61 .img-center-align-67 {
    height: 280px;
}
}

@media (min-width: 1400px) {.price-package-61 .member-fees-89 {
    grid-template-columns: repeat(2, 1fr);
}.price-package-61 .price-grid-26 p {
    -webkit-line-clamp: 7;
}
}

@media (hover: hover) {.price-package-61 .qtr-cost-80 {
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.price-package-61 .qtr-cost-80:hover {
    transform: translateY(-10px) scale(1.02);
}}.program-overview-45 {
    padding: 100px 0;
    background-color: rgb(214,224,205);
    position: relative;
    overflow: hidden;
}.program-overview-45::before {
    left: 0;
    content: "";
    background: linear-gradient(45deg, rgb(207,167,191,0.5) 0%, transparent 50%, rgb(141,110,172,0.5) 100%);
    width: 100%;
    top: 0;
    height: 100%;
    position: absolute;
    z-index: 1;
}.program-overview-45::after {
    content: "";
    z-index: 1;
    animation: rotate 20s linear infinite;
    background: radial-gradient(circle, rgb(141,110,172,0.5) 0%, transparent 80%);
    border-radius: 50%;
    position: absolute;
    right: -100px;
    top: -100px;
    width: 400px;
    height: 400px;
}.program-overview-45 .container {
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
}.program-overview-45 .program-guide-13 {
    gap: 40px;
    position: relative;
    grid-template-columns: 1fr;
    display: grid;
}.program-overview-45 .paragraph-box-42 {
    display: grid;
    gap: 30px;
    align-items: center;
    grid-template-columns: 1fr 1fr;
}.program-overview-45 .paragraph-box-42 h2 {
    grid-column: 1 / -1;
    padding-left: 20px;
    border-left: 4px solid rgb(207,167,191);
    font-weight: 700;
    color: #000000;
    position: relative;
    font-size: 29px;
    margin-bottom: 20px;
}.program-overview-45 .description {
    line-height: 1.8;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    font-size: 18px;
    border-radius: 10px;
    backdrop-filter: blur(10px);
    color: #000000;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-color: rgba(255, 255, 255, 0.05);
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}.program-overview-45 .description:first-of-type {
    overflow: hidden;
    position: relative;
}.program-overview-45 .description:first-of-type::before {
    background-color: rgb(207,167,191,0.5);
    left: -10px;
    position: absolute;
    height: 40px;
    border-radius: 50%;
    content: "";
    width: 40px;
    top: -10px;
    z-index: -1;
}.program-overview-45 .description:last-of-type {
    position: relative;
    overflow: hidden;
}.program-overview-45 .description:last-of-type::before {
    z-index: -1;
    position: absolute;
    width: 40px;
    right: -10px;
    height: 40px;
    bottom: -10px;
    border-radius: 50%;
    content: "";
    background-color: rgb(141,110,172,0.5);
}.program-overview-45 .description:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}.program-overview-45 .img-center-align-67 {
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    height: 400px;
    transition: transform 0.5s ease;
    border-radius: 10px;
    transform: perspective(1000px) rotateX(2deg);
    overflow: hidden;
    margin: 40px 0;
}.program-overview-45 .img-center-align-67::before {
    bottom: 0;
    left: 0;
    content: "";
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, transparent 40%);
    top: 0;
    right: 0;
    z-index: 1;
    position: absolute;
}.program-overview-45 .img-center-align-67::after {
    position: absolute;
    height: 10px;
    transform: translateX(-50%);
    animation: glow 4s infinite alternate;
    opacity: 0.7;
    border-radius: 50%;
    background: rgb(207,167,191);
    content: "";
    left: 50%;
    top: -20px;
    width: 90%;
    filter: blur(10px);
}.program-overview-45 .img-center-align-67:hover {
    transform: perspective(1000px) rotateX(0deg);
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes glow {
    0% {
        opacity: 0.5;
        width: 90%;
    }
    100% {
        opacity: 0.8;
        width: 95%;
    }
}

@media screen and (max-width: 1024px) {.program-overview-45 {
    padding: 80px 0;
}.program-overview-45 .img-center-align-67 {
    margin: 30px 0;
    height: 350px;
}
}

@media screen and (max-width: 768px) {.program-overview-45 {
    padding: 60px 0;
}.program-overview-45 .paragraph-box-42 {
    gap: 20px;
    grid-template-columns: 1fr;
}.program-overview-45 .description {
    padding: 25px;
}.program-overview-45 .img-center-align-67 {
    margin: 25px 0;
    height: 300px;
}.program-overview-45 h2 {
    font-size: calc(29px * 0.9);
}
}

@media screen and (max-width: 480px) {.program-overview-45 {
    padding: 40px 0;
}.program-overview-45 .program-guide-13 {
    gap: 30px;
}.program-overview-45 .paragraph-box-42 h2 {
    font-size: calc(29px * 0.8);
    padding-left: 15px;
}.program-overview-45 .description {
    font-size: calc(18px * 0.95);
    padding: 20px;
}.program-overview-45 .img-center-align-67 {
    margin: 20px 0;
    transform: perspective(1000px) rotateX(0deg);
    height: 250px;
}}.potential-enrollees-94 {
    padding: 100px 0;
    background: linear-gradient(45deg, rgb(214,224,205) 0%, #ffffff 100%);
    overflow: hidden;
    position: relative;
}.potential-enrollees-94::before {
    height: 100%;
    background: rgb(207,167,191,0.5);
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    position: absolute;
    width: 50%;
    z-index: 1;
    content: "";
    right: 0;
    top: 0;
    opacity: 0.1;
}.potential-enrollees-94::after {
    opacity: 0.1;
    z-index: 1;
    position: absolute;
    clip-path: polygon(0 100%, 0 0, 100% 100%);
    background: rgb(141,110,172,0.5);
    bottom: 0;
    width: 50%;
    left: 0;
    content: "";
    height: 100%;
}.potential-enrollees-94 .container {
    z-index: 2;
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1140px;
    position: relative;
}.potential-enrollees-94 .skill-growth-59 {
    position: relative;
}.potential-enrollees-94 h4 {
    padding-left: 20px;
    border-left: 4px solid rgb(207,167,191);
    text-align: left;
    position: relative;
    font-size: 37px;
    color: #000000;
    margin-bottom: 60px;
    font-weight: 700;
}.potential-enrollees-94 h4::after {
    width: 60%;
    content: "";
    bottom: -10px;
    left: 0;
    height: 1px;
    position: absolute;
    background: linear-gradient(90deg, rgb(141,110,172), transparent);
}.potential-enrollees-94 div > div {
    display: flex;
    max-width: 800px;
    margin-left: 60px;
    position: relative;
    flex-direction: column;
}.potential-enrollees-94 div > div::before {
    height: 100%;
    background: linear-gradient(to bottom, rgb(207,167,191,0.5), rgb(141,110,172,0.5));
    top: 0;
    width: 2px;
    position: absolute;
    left: 15px;
    content: "";
    z-index: 1;
}.potential-enrollees-94 p {
    transition: all 0.3s ease;
    font-size: 16px;
    border-radius: 10px;
    color: #000000;
    z-index: 2;
    margin-left: 30px;
    position: relative;
    padding: 20px 25px;
    background: #ffffff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    align-items: center;
    display: flex;
}.potential-enrollees-94 p:last-child {
    margin-bottom: 0;
}.potential-enrollees-94 p::before {
    position: absolute;
    content: "";
    left: -30px;
    height: 2px;
    width: 30px;
    background: linear-gradient(90deg, rgb(207,167,191,0.5), rgb(141,110,172));
    transform: translateY(-50%);
    top: 50%;
}.potential-enrollees-94 p::after {
    top: 50%;
    border-radius: 50%;
    height: 16px;
    z-index: 3;
    border: 3px solid rgb(207,167,191);
    transition: all 0.3s ease;
    content: "";
    background: #ffffff;
    position: absolute;
    width: 16px;
    left: -42px;
    transform: translateY(-50%);
}.potential-enrollees-94 p:hover {
    transform: translateX(10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}.potential-enrollees-94 p:hover::after {
    transform: translateY(-50%) scale(1.2);
    background: rgb(207,167,191);
}.potential-enrollees-94 p:nth-child(odd)::after {
    border-color: rgb(207,167,191);
}.potential-enrollees-94 p:nth-child(even)::after {
    border-color: rgb(141,110,172);
}.potential-enrollees-94 p:nth-child(even):hover::after {
    background: rgb(141,110,172);
}.potential-enrollees-94 p svg {
    margin-right: 15px;
    height: 24px;
    width: 24px;
    flex-shrink: 0;
    transition: all 0.3s ease;
}.potential-enrollees-94 p svg path {
    fill: rgb(207,167,191);
    transition: fill 0.3s ease;
}.potential-enrollees-94 p:nth-child(even) svg path {
    fill: rgb(141,110,172);
}.potential-enrollees-94 p:hover svg {
    transform: scale(1.1) rotate(10deg);
}.potential-enrollees-94 p:nth-child(1) {
    transform: translateX(0);
}.potential-enrollees-94 p:nth-child(2) {
    transform: translateX(30px);
}.potential-enrollees-94 p:nth-child(3) {
    transform: translateX(60px);
}.potential-enrollees-94 p:nth-child(4) {
    transform: translateX(90px);
}.potential-enrollees-94 p:nth-child(5) {
    transform: translateX(120px);
}.potential-enrollees-94 p:nth-child(6) {
    transform: translateX(150px);
}.potential-enrollees-94 p:nth-child(1):hover {
    transform: translateX(10px);
}.potential-enrollees-94 p:nth-child(2):hover {
    transform: translateX(40px);
}.potential-enrollees-94 p:nth-child(3):hover {
    transform: translateX(70px);
}.potential-enrollees-94 p:nth-child(4):hover {
    transform: translateX(100px);
}.potential-enrollees-94 p:nth-child(5):hover {
    transform: translateX(130px);
}.potential-enrollees-94 p:nth-child(6):hover {
    transform: translateX(160px);
}@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.potential-enrollees-94 .skill-growth-59 > div p {
    animation: slideIn 0.5s ease forwards;
    opacity: 0;
}.potential-enrollees-94 .skill-growth-59 > div p:nth-child(1) {
    animation-delay: 0.1s;
}.potential-enrollees-94 .skill-growth-59 > div p:nth-child(2) {
    animation-name: none;
    opacity: 1;
    transform: translateX(30px);
    animation-delay: 0.2s;
}.potential-enrollees-94 .skill-growth-59 > div p:nth-child(3) {
    transform: translateX(60px);
    opacity: 1;
    animation-delay: 0.3s;
    animation-name: none;
}.potential-enrollees-94 .skill-growth-59 > div p:nth-child(4) {
    transform: translateX(90px);
    animation-delay: 0.4s;
    animation-name: none;
    opacity: 1;
}.potential-enrollees-94 .skill-growth-59 > div p:nth-child(5) {
    transform: translateX(120px);
    animation-name: none;
    animation-delay: 0.5s;
    opacity: 1;
}.potential-enrollees-94 .skill-growth-59 > div p:nth-child(6) {
    animation-delay: 0.6s;
    animation-name: none;
    opacity: 1;
    transform: translateX(150px);
}.potential-enrollees-94 .skill-growth-59 > div p:nth-child(7) {
    animation-name: none;
    animation-delay: 0.6s;
    opacity: 1;
    transform: translateX(120px);
}.potential-enrollees-94 .skill-growth-59 > div p:nth-child(8) {
    animation-delay: 0.6s;
    opacity: 1;
    transform: translateX(90px);
    animation-name: none;
}.potential-enrollees-94 .skill-growth-59 > div p:nth-child(9) {
    opacity: 1;
    animation-name: none;
    transform: translateX(60px);
    animation-delay: 0.6s;
}.potential-enrollees-94 .skill-growth-59 > div p:nth-child(10) {
    opacity: 1;
    animation-delay: 0.6s;
    animation-name: none;
    transform: translateX(30px);
}


@media (max-width: 991px) {.potential-enrollees-94 {
    padding: 80px 0;
}.potential-enrollees-94 h4 {
    font-size: calc(37px * 0.9);
    margin-bottom: 50px;
}.potential-enrollees-94 div > div {
    margin-left: 40px;
}.potential-enrollees-94 p {
    padding: 18px 20px;
    margin-bottom: 25px;
}.potential-enrollees-94 p:nth-child(1) {
    transform: translateX(0);
}.potential-enrollees-94 p:nth-child(2) {
    transform: translateX(20px);
}.potential-enrollees-94 p:nth-child(3) {
    transform: translateX(40px);
}.potential-enrollees-94 p:nth-child(4) {
    transform: translateX(60px);
}.potential-enrollees-94 p:nth-child(5) {
    transform: translateX(80px);
}.potential-enrollees-94 p:nth-child(6) {
    transform: translateX(100px);
}.potential-enrollees-94 p:nth-child(7) {
    transform: translateX(120px);
}.potential-enrollees-94 p:nth-child(8) {
    transform: translateX(140px);
}.potential-enrollees-94 p:nth-child(9) {
    transform: translateX(160px);
}.potential-enrollees-94 p:nth-child(10) {
    transform: translateX(180px);
}.potential-enrollees-94 p:nth-child(1):hover {
    transform: translateX(5px);
}.potential-enrollees-94 p:nth-child(2):hover {
    transform: translateX(25px);
}.potential-enrollees-94 p:nth-child(3):hover {
    transform: translateX(45px);
}.potential-enrollees-94 p:nth-child(4):hover {
    transform: translateX(65px);
}.potential-enrollees-94 p:nth-child(5):hover {
    transform: translateX(85px);
}.potential-enrollees-94 p:nth-child(6):hover {
    transform: translateX(105px);
}.potential-enrollees-94 p:nth-child(7):hover {
    transform: translateX(125px);
}.potential-enrollees-94 p:nth-child(8):hover {
    transform: translateX(145px);
}.potential-enrollees-94 p:nth-child(9):hover {
    transform: translateX(165px);
}.potential-enrollees-94 p:nth-child(10):hover {
    transform: translateX(185px);
}
}

@media (max-width: 768px) {.potential-enrollees-94 {
    padding: 70px 0;
}.potential-enrollees-94 h4 {
    font-size: calc(37px * 0.8);
    padding-left: 15px;
    margin-bottom: 40px;
}.potential-enrollees-94 div > div {
    margin-left: 30px;
}.potential-enrollees-94 div > div::before {
    left: 10px;
}.potential-enrollees-94 p {
    margin-left: 20px;
    padding: 15px;
    margin-bottom: 20px;
}.potential-enrollees-94 p::before {
    width: 20px;
    left: -20px;
}.potential-enrollees-94 p::after {
    width: 14px;
    height: 14px;
    left: -32px;
}.potential-enrollees-94 p:nth-child(1) {
    transform: translateX(0);
}.potential-enrollees-94 p:nth-child(2) {
    transform: translateX(0);
}.potential-enrollees-94 p:nth-child(3) {
    transform: translateX(0);
}.potential-enrollees-94 p:nth-child(4) {
    transform: translateX(0);
}.potential-enrollees-94 p:nth-child(5) {
    transform: translateX(0);
}.potential-enrollees-94 p:nth-child(6) {
    transform: translateX(0);
}.potential-enrollees-94 p:hover,
    .potential-enrollees-94 p:nth-child(n):hover {
    transform: translateX(5px);
}
}

@media (max-width: 576px) {.potential-enrollees-94 {
    padding: 60px 0;
}.potential-enrollees-94 h4 {
    border-left-width: 3px;
    margin-bottom: 30px;
    font-size: calc(37px * 0.7);
}.potential-enrollees-94 div > div {
    margin-left: 25px;
}.potential-enrollees-94 p {
    margin-bottom: 15px;
    padding: 12px;
    font-size: calc(16px * 0.9);
}.potential-enrollees-94 p svg {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}.potential-enrollees-94 p::after {
    height: 12px;
    border-width: 2px;
    width: 12px;
}}footer {
    position: relative;
}footer::before {
    bottom: 0;
    left: 0;
    position: absolute;
    content: '';
    background: linear-gradient(45deg, rgb(141,110,172,0.5) 0%, rgb(207,167,191,0.5) 100%);
    right: 0;
    top: 0;
    z-index: 1;
}.desktop-app-89 {
    padding: 80px 0 40px;
    position: relative;
    color: #ffffff;
    z-index: 2;
    font-family: Arial, sans-serif;
}.desktop-app-89 .container {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(12, 1fr);
}.desktop-app-89 .company_holder {
    grid-column: 1 / 5;
    z-index: 3;
    position: relative;
}.desktop-app-89 .company_holder h3 {
    font-size: 34px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    position: relative;
    color: #ffffff;
    font-weight: 700;
    display: inline-block;
    padding-bottom: 10px;
}.desktop-app-89 .company_holder h3::after {
    bottom: 0;
    height: 4px;
    left: 0;
    content: '';
    position: absolute;
    border-radius: 10px;
    width: 40px;
    background: rgb(207,167,191);
}.desktop-app-89 .news-feed-34 {
    line-height: 1.6;
    margin-top: 25px;
    font-size: 14px;
    border-left: 4px solid rgb(207,167,191);
    border-radius: 14px;
    backdrop-filter: blur(10px);
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transform: translateZ(0);
    background: rgba(255, 255, 255, 0.1);
}.desktop-app-89 .teach-supp-83 {
    grid-column: 5 / 13;
    position: relative;
}.desktop-app-89 .main-nav-08 {
    grid-gap: 40px;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
}.desktop-app-89 .head-main-42 {
    position: relative;
}.desktop-app-89 .head-main-42 h5 {
    display: inline-block;
    color: #ffffff;
    font-size: 19px;
    margin-bottom: 25px;
    position: relative;
    font-weight: 600;
}.desktop-app-89 .head-main-42 h5::before {
    content: '';
    transform: translateY(-50%);
    left: -15px;
    border-radius: 50%;
    top: 50%;
    width: 8px;
    position: absolute;
    height: 8px;
    background: rgb(207,167,191);
}.desktop-app-89 .head-main-42 .main-nav-08 {
    flex-direction: column;
    display: flex;
    gap: 15px;
}.desktop-app-89 .head-main-42 .main-nav-08 a {
    background: rgba(255, 255, 255, 0.05);
    font-size: 14px;
    z-index: 1;
    border-radius: 10px;
    position: relative;
    padding: 8px 15px;
    color: #ffffff;
    overflow: hidden;
    transition: all 0.3s ease;
    text-decoration: none;
}.desktop-app-89 .head-main-42 .main-nav-08 a::before {
    left: 0;
    height: 100%;
    background: rgb(207,167,191);
    transition: all 0.3s ease;
    z-index: -1;
    top: 0;
    position: absolute;
    content: '';
    width: 3px;
}.desktop-app-89 .head-main-42 .main-nav-08 a:hover {
    transform: translateX(5px);
    background: rgba(255, 255, 255, 0.1);
}.desktop-app-89 .head-main-42 .main-nav-08 a:hover::before {
    width: 100%;
    background: rgb(207,167,191,0.5);
}.glossary-12 {
    position: relative;
    background: rgba(0, 0, 0, 0.3);
    margin-top: 60px;
    padding: 20px 0;
    z-index: 2;
}.glossary-12::before {
    content: '';
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    height: 1px;
    position: absolute;
    right: 15%;
    opacity: 0.2;
    left: 15%;
    top: 0;
}.glossary-12 .container {
    display: flex;
    justify-content: center;
    align-items: center;
}.glossary-12 .policy-links-57 {
    opacity: 0.8;
    letter-spacing: 0.5px;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
}@keyframes floatAnimation {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

footer::after {
    z-index: 1;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.02) 10px,
        rgba(255, 255, 255, 0.02) 20px
    );
    content: '';
    position: absolute;
}

@media (max-width: 992px) {.desktop-app-89 .container {
    grid-template-columns: repeat(1, 1fr);
}.desktop-app-89 .company_holder {
    grid-column: 1 / -1;
    margin-bottom: 40px;
}.desktop-app-89 .teach-supp-83 {
    grid-column: 1 / -1;
}.desktop-app-89 .main-nav-08 {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 768px) {.desktop-app-89 {
    padding: 60px 0 30px;
}.desktop-app-89 .main-nav-08 {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
}.desktop-app-89 .head-main-42 {
    padding: 0;
}}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.desktop-app-89::before {
    background: linear-gradient(90deg, rgb(207,167,191), rgb(141,110,172), rgb(207,167,191));
    left: 0;
    top: 0;
    position: absolute;
    content: '';
    animation: gradientShift 5s infinite;
    height: 5px;
    width: 100%;
    background-size: 200% 200%;
}.desktop-app-89 .company_holder::after {
    filter: blur(60px);
    z-index: -1;
    height: 150px;
    opacity: 0.4;
    border-radius: 50%;
    width: 150px;
    top: 40px;
    right: -50px;
    content: '';
    position: absolute;
    background: rgb(207,167,191,0.5);
}.desktop-app-89 .company_holder::before {
    left: -30px;
    opacity: 0.3;
    content: '';
    background: rgb(141,110,172,0.5);
    z-index: -1;
    height: 100px;
    bottom: 0;
    filter: blur(40px);
    width: 100px;
    position: absolute;
    border-radius: 50%;
}.desktop-app-89 .teach-supp-83::after {
    width: 120px;
    content: '';
    height: 120px;
    z-index: -1;
    background: rgb(207,167,191,0.5);
    opacity: 0.2;
    filter: blur(50px);
    top: -20px;
    border-radius: 50%;
    position: absolute;
    right: 100px;
}.desktop-app-89 .teach-supp-83::before {
    height: 180px;
    width: 180px;
    opacity: 0.25;
    z-index: -1;
    left: 80px;
    content: '';
    position: absolute;
    filter: blur(70px);
    background: rgb(141,110,172,0.5);
    border-radius: 50%;
    bottom: -50px;
}@keyframes borderPulse {
    0%, 100% {
        border-color: rgba(255, 255, 255, 0.1);
    }
    50% {
        border-color: rgba(255, 255, 255, 0.3);
    }
}

.desktop-app-89 .head-main-42 {
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    animation: borderPulse 4s infinite;
}.desktop-app-89 .head-main-42 h5 {
    letter-spacing: 0.5px;
}.desktop-app-89 .head-main-42 h5::after {
    content: '';
    position: absolute;
    height: 2px;
    background: rgb(141,110,172);
    width: 30px;
    left: 0;
    bottom: -5px;
}@keyframes movingGradient {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

.glossary-12 {
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.6) 0%, 
        rgba(0, 0, 0, 0.3) 50%, 
        rgba(0, 0, 0, 0.6) 100%);
    animation: movingGradient 10s ease infinite;
    background-size: 200% 200%;
}.title-welcome-53 {
    justify-content: center;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    display: flex;
    padding: 2rem 1rem;
    align-items: center;
    background: linear-gradient(135deg, rgb(214,224,205) 0%, rgba(0, 0, 0, 0.5) 100%);
}.title-welcome-53::before {
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
    content: '';
    background: 
    radial-gradient(circle at 20% 30%, rgb(207,167,191,0.5) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgb(141,110,172,0.5) 0%, transparent 50%);
    position: absolute;
    width: 100%;
    z-index: 1;
}.title-welcome-53::after {
    width: 100%;
    height: 30%;
    pointer-events: none;
    z-index: 2;
    bottom: 0;
    position: absolute;
    background: linear-gradient(to top, rgb(214,224,205) 0%, transparent 100%);
    content: '';
    left: 0;
}.title-welcome-53 .fast-edu-82 {
    transform: perspective(1000px) rotateX(2deg);
    z-index: 3;
    max-width: 1200px;
    display: grid;
    width: 100%;
    position: relative;
    gap: 2rem;
    grid-template-columns: 1fr;
}.title-welcome-53 .fast-edu-82 > div:first-child {
    background: linear-gradient(120deg, rgb(207,167,191,0.5) 0%, transparent 80%);
    padding: 2rem;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    backdrop-filter: blur(8px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    transform: translateX(-20px);
}.title-welcome-53 .fast-edu-82 > div:first-child:hover {
    transform: translateX(0);
}.title-welcome-53 .fast-edu-82 > div:first-child::before {
    position: absolute;
    top: 0;
    content: '';
    height: 100%;
    transform: scaleY(0);
    transform-origin: top;
    background: rgb(207,167,191);
    width: 6px;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    left: 0;
}.title-welcome-53 .fast-edu-82 > div:first-child:hover::before {
    transform: scaleY(1);
}.title-welcome-53 h3 {
    margin: 0;
    font-size: 23px;
    font-weight: 600;
    font-family: Arial, sans-serif;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
    color: #ffffff;
    line-height: 1.5;
    max-width: 90%;
}.title-welcome-53 .fast-edu-82 > div:last-child {
    align-items: flex-end;
    position: relative;
    flex-direction: column;
    display: flex;
}.title-welcome-53 .edu-promise-89 {
    background: linear-gradient(210deg, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 2.5rem;
    border-radius: 12px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    max-width: 600px;
    transform: translateY(20px);
    position: relative;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15), 0 5px 15px rgba(0,0,0,0.1);
}.title-welcome-53 .edu-promise-89:hover {
    transform: translateY(0);
}.title-welcome-53 h1 {
    line-height: 1.2;
    position: relative;
    color: #ffffff;
    margin: 0 0 2rem;
    font-weight: 700;
    font-size: 46px;
    letter-spacing: -0.5px;
    padding-bottom: 1rem;
    font-family: Arial, sans-serif;
}.title-welcome-53 h1::after {
    height: 3px;
    left: 0;
    position: absolute;
    content: '';
    bottom: 0;
    width: 60%;
    background: linear-gradient(90deg, rgb(207,167,191) 0%, transparent 100%);
}.title-welcome-53 .edu-promise-89 > div {
    overflow: hidden;
    border-radius: 10px;
    margin-top: 1.5rem;
    position: relative;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}.title-welcome-53 .edu-promise-89 > div::before {
    top: 0;
    left: 0;
    height: 100%;
    position: absolute;
    content: '';
    z-index: 1;
    background: linear-gradient(to bottom, transparent 0%, #000000 100%);
    width: 100%;
}.title-welcome-53 p {
    position: relative;
    font-size: 14px;
    line-height: 1.6;
    text-shadow: 0 1px 3px rgba(0,0,0,0.2);
    padding: 2rem;
    color: #ffffff;
    z-index: 2;
    margin: 0;
    font-family: Arial, sans-serif;
}

@media (min-width: 768px) {.title-welcome-53 {
    padding: 4rem 2rem;
}.title-welcome-53 .fast-edu-82 {
    gap: 3rem;
    grid-template-columns: 1fr 1fr;
}.title-welcome-53 h3 {
    font-size: calc(23px * 1.1);
}.title-welcome-53 h1 {
    font-size: calc(46px * 1.2);
}.title-welcome-53 p {
    font-size: calc(14px * 1.1);
}.title-welcome-53 .edu-promise-89 {
    padding: 3rem;
}
}

@media (min-width: 1024px) {.title-welcome-53 {
    padding: 5rem 2rem;
}.title-welcome-53 .fast-edu-82 > div:first-child {
    transform: translateX(-40px);
}.title-welcome-53 .edu-promise-89 {
    transform: translate(40px, 20px);
}.title-welcome-53 .edu-promise-89:hover {
    transform: translate(20px, 0);
}.title-welcome-53 h3 {
    font-size: calc(23px * 1.2);
    max-width: 80%;
}.title-welcome-53 h1 {
    font-size: calc(46px * 1.3);
}
}

@media (max-width: 767px) {.title-welcome-53 .fast-edu-82 {
    transform: perspective(1000px) rotateX(0);
}.title-welcome-53 .fast-edu-82 > div:first-child {
    padding: 1.5rem;
    transform: translateX(0);
}.title-welcome-53 h3 {
    font-size: calc(23px * 0.9);
    max-width: 100%;
}.title-welcome-53 .edu-promise-89 {
    padding: 1.5rem;
    transform: translateY(0);
}.title-welcome-53 h1 {
    margin-bottom: 1.5rem;
    font-size: calc(46px * 0.9);
}.title-welcome-53 p {
    padding: 1.5rem;
}}.connect-with-us-94 {
    overflow: hidden;
    background: linear-gradient(145deg, rgb(214,224,205) 0%, rgba(9, 19, 32, 0.9) 100%);
    padding: 120px 0;
    position: relative;
}.connect-with-us-94::before {
    animation: gridMove 20s linear infinite;
    background: repeating-linear-gradient(
        45deg,
        rgb(207,167,191,0.5) 0px,
        transparent 1px,
        transparent 10px,
        rgb(207,167,191,0.5) 11px
    );
    top: 0;
    position: absolute;
    opacity: 0.05;
    pointer-events: none;
    left: 0;
    height: 100%;
    content: "";
    width: 100%;
}.connect-with-us-94::after {
    opacity: 0.1;
    top: -50%;
    left: -50%;
    width: 200%;
    position: absolute;
    height: 200%;
    background: radial-gradient(circle, rgb(207,167,191,0.5) 0%, transparent 60%);
    pointer-events: none;
    animation: pulseGlow 15s ease-in-out infinite;
    content: "";
}.connect-with-us-94 .container {
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 1;
}.connect-with-us-94 h2 {
    color: #ffffff;
    margin-bottom: 60px;
    font-family: Arial, sans-serif;
    position: relative;
    font-size: 28px;
    text-align: center;
    font-weight: 700;
    padding-bottom: 15px;
}.connect-with-us-94 h2::after {
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    width: 80px;
    height: 3px;
    content: "";
    bottom: 0;
    background: linear-gradient(to right, transparent, rgb(207,167,191), transparent);
}.connect-with-us-94 .inquiry-section-10 {
    display: flex;
    backdrop-filter: blur(10px);
    border-radius: 29px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.03);
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.05);
}.connect-with-us-94 .inquiry-section-10::before {
    content: "";
    opacity: 0.03;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    pointer-events: none;
    background: linear-gradient(to bottom right, rgb(207,167,191,0.5), transparent);
    left: 0;
}.connect-with-us-94 .img-center-align-67 {
    flex: 1;
    transform: scale(1.01);
    min-height: 500px;
    transition: transform 0.6s ease;
    position: relative;
}.connect-with-us-94 .img-center-align-67::after {
    top: 0;
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
    left: 0;
}.connect-with-us-94 .request-request-05 {
    flex: 1;
    padding: 50px;
    position: relative;
}.connect-with-us-94 .request-request-05::before {
    content: "";
    top: 20px;
    height: 50px;
    border-right: 2px solid rgb(207,167,191,0.5);
    border-top: 2px solid rgb(207,167,191,0.5);
    position: absolute;
    width: 50px;
    opacity: 0.7;
    right: 20px;
}.connect-with-us-94 .request-request-05::after {
    border-left: 2px solid rgb(207,167,191,0.5);
    bottom: 20px;
    position: absolute;
    height: 50px;
    opacity: 0.7;
    left: 20px;
    border-bottom: 2px solid rgb(207,167,191,0.5);
    content: "";
    width: 50px;
}.connect-with-us-94 form {
    width: 100%;
}.connect-with-us-94 form h3 {
    color: #ffffff;
    margin-bottom: 30px;
    position: relative;
    font-family: Arial, sans-serif;
    font-size: 20px;
    font-weight: 600;
    padding-left: 15px;
}.connect-with-us-94 form h3::before {
    left: 0;
    width: 5px;
    top: 50%;
    background: rgb(207,167,191);
    transform: translateY(-50%);
    height: 25px;
    content: "";
    border-radius: 10px;
    position: absolute;
}.connect-with-us-94 form input[type="text"] {
    font-family: Arial, sans-serif;
    font-size: 18px;
    padding: 15px 20px;
    color: #ffffff;
    width: 100%;
    background: rgba(255, 255, 255, 0.05);
    margin-bottom: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    transition: all 0.3s ease;
}.connect-with-us-94 form input[type="text"]:focus {
    box-shadow: 0 0 15px rgba(rgb(207,167,191), 0.2);
    background: rgba(255, 255, 255, 0.08);
    outline: none;
    border-color: rgb(207,167,191);
}.connect-with-us-94 form input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}.connect-with-us-94 .inquiry-box-13 {
    margin-bottom: 30px;
    align-items: flex-start;
    position: relative;
    display: flex;
}.connect-with-us-94 .inquiry-box-13 input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.connect-with-us-94 .inquiry-box-13 label {
    color: rgba(255, 255, 255, 0.7);
    padding-left: 35px;
    cursor: pointer;
    font-size: 15px;
    line-height: 1.5;
    position: relative;
}.connect-with-us-94 .inquiry-box-13 label::before {
    border-radius: 10px;
    width: 22px;
    position: absolute;
    top: 2px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    height: 22px;
    background: rgba(255, 255, 255, 0.05);
    left: 0;
    content: "";
    transition: all 0.3s ease;
}.connect-with-us-94 .inquiry-box-13 input[type="checkbox"]:checked + label::before {
    background: rgb(207,167,191);
    border-color: rgb(207,167,191);
}.connect-with-us-94 .inquiry-box-13 input[type="checkbox"]:checked + label::after {
    content: "";
    width: 8px;
    height: 4px;
    position: absolute;
    border-left: 2px solid #ffffff;
    left: 7px;
    top: 11px;
    border-bottom: 2px solid #ffffff;
    transform: rotate(-45deg);
}.connect-with-us-94 .inquiry-box-13 label a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: rgb(207,167,191);
}.connect-with-us-94 .inquiry-box-13 label a:hover {
    text-decoration: underline;
}.connect-with-us-94 form .connect-box-93 {
    color: #ffffff;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    overflow: hidden;
    font-weight: 600;
    transition: all 0.4s ease;
    z-index: 1;
    font-size: 16px;
    position: relative;
    padding: 15px 35px;
    background: linear-gradient(45deg, rgb(207,167,191), rgb(141,110,172));
    cursor: pointer;
    border: none;
    display: inline-block;
}.connect-with-us-94 form .connect-box-93::before {
    height: 100%;
    position: absolute;
    transition: all 0.4s ease;
    top: 0;
    background: linear-gradient(45deg, rgb(141,110,172), rgb(207,167,191));
    width: 100%;
    z-index: -1;
    content: "";
    left: -100%;
}.connect-with-us-94 form .connect-box-93:hover::before {
    left: 0;
}.connect-with-us-94 form .connect-box-93:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
}.connect-with-us-94 svg {
    fill: rgb(207,167,191);
    width: 24px;
    height: 24px;
    margin-right: 15px;
}.connect-with-us-94 svg path {
    transition: fill 0.3s ease;
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.05;
        transform: scale(1);
    }
    50% {
        opacity: 0.1;
        transform: scale(1.1);
    }
}

@media screen and (max-width: 991px) {.connect-with-us-94 {
    padding: 80px 0;
}.connect-with-us-94 .inquiry-section-10 {
    flex-direction: column;
}.connect-with-us-94 .img-center-align-67 {
    order: 1;
    min-height: 300px;
}.connect-with-us-94 .request-request-05 {
    padding: 40px 30px;
    order: 2;
}
}

@media screen and (max-width: 767px) {.connect-with-us-94 {
    padding: 60px 0;
}.connect-with-us-94 h2 {
    margin-bottom: 40px;
}.connect-with-us-94 .img-center-align-67 {
    min-height: 200px;
}.connect-with-us-94 .request-request-05 {
    padding: 30px 20px;
}.connect-with-us-94 form .connect-box-93 {
    text-align: center;
    width: 100%;
}
}

@media screen and (max-width: 480px) {.connect-with-us-94 {
    padding: 40px 0;
}.connect-with-us-94 h2 {
    font-size: calc(28px * 0.8);
}.connect-with-us-94 form h3 {
    font-size: calc(20px * 0.9);
}.connect-with-us-94 .request-request-05::before,
    .connect-with-us-94 .request-request-05::after {
    width: 30px;
    height: 30px;
}}.instructor-history-29 {
    position: relative;
    background: linear-gradient(160deg, rgb(214,224,205) 0%, #000000 100%);
    padding: 8rem 0;
    min-height: 700px;
    overflow: hidden;
}.instructor-history-29::before {
    animation: breatheGlow 15s ease-in-out infinite alternate;
    left: 0;
    content: "";
    height: 100%;
    opacity: 0.4;
    filter: blur(70px);
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    background: 
        radial-gradient(circle at 80% 20%, rgb(207,167,191,0.5) 0%, transparent 35%),
        radial-gradient(circle at 20% 80%, rgb(141,110,172,0.5) 0%, transparent 35%);
}.instructor-history-29 .container {
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
    padding: 0 2rem;
}.instructor-history-29 .learner-feedback-28 {
    overflow: hidden;
    position: relative;
    padding: 3rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    gap: 30px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.3) 100%);
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    border-radius: 10px;
    min-height: 580px;
    grid-template-rows: auto 1fr;
    backdrop-filter: blur(15px);
}.instructor-history-29 .learner-feedback-28::before {
    z-index: -1;
    top: 0;
    opacity: 0.2;
    left: 0;
    background: linear-gradient(135deg, transparent, rgb(207,167,191,0.5), transparent);
    animation: shimmerEffect 10s ease-in-out infinite;
    position: absolute;
    width: 100%;
    content: "";
    background-size: 200% 200%;
    height: 100%;
}.instructor-history-29 .img-center-align-67 {
    z-index: 3;
    border-radius: 10px;
    filter: contrast(1.1) brightness(1.05);
    grid-column: 2;
    position: relative;
    grid-row: 1 / span 2;
    transition: all 0.7s cubic-bezier(0.2, 1, 0.3, 1);
    transform: scale(1) rotate(0deg);
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.4);
    height: 100%;
}.instructor-history-29 .learner-feedback-28:hover .img-center-align-67 {
    box-shadow: 30px 30px 60px rgba(0, 0, 0, 0.5);
    transform: scale(1.05) rotate(2deg);
}.instructor-history-29 .img-center-align-67::before {
    width: 100%;
    top: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-sizing: border-box;
    z-index: 1;
    border-radius: inherit;
}.instructor-history-29 .name {
    margin: 0;
    font-weight: 700;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    color: #ffffff;
    transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
    z-index: 4;
    position: relative;
    font-size: 35px;
    transform: translateX(0);
    grid-row: 1;
    grid-column: 1;
}.instructor-history-29 .learner-feedback-28:hover .name {
    transform: translateX(10px);
}.instructor-history-29 .name::after {
    content: "";
    left: 0;
    background: linear-gradient(90deg, rgb(207,167,191), rgb(141,110,172));
    transition: width 0.6s ease;
    bottom: -10px;
    width: 0;
    position: absolute;
    height: 3px;
}.instructor-history-29 .learner-feedback-28:hover .name::after {
    width: 120px;
}.instructor-history-29 .learner-feedback-28 span:not(.name) {
    padding: 0.7rem 1.5rem;
    width: max-content;
    margin-top: 4rem;
    border-radius: 10px;
    backdrop-filter: blur(10px);
    font-weight: 600;
    grid-row: 1;
    transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
    z-index: 3;
    background: rgba(0, 0, 0, 0.2);
    color: rgb(141,110,172);
    font-size: 19px;
    grid-column: 1;
    transform: translateX(0);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
}.instructor-history-29 .learner-feedback-28:hover span:not(.name) {
    background: rgba(0, 0, 0, 0.3);
    transform: translateX(10px);
}.instructor-history-29 .experience-data-78 {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
    padding: 2rem;
    z-index: 2;
    line-height: 1.8;
    color: #ffffff;
    grid-column: 1;
    overflow: hidden;
    position: relative;
    border-left: 4px solid rgb(141,110,172);
    font-size: 18px;
    transform: translateY(0);
    grid-row: 2;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.3);
    transition: all 0.7s cubic-bezier(0.2, 1, 0.3, 1);
    backdrop-filter: blur(10px);
    border-radius: 10px;
}.instructor-history-29 .learner-feedback-28:hover .experience-data-78 {
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.4);
    transform: translateY(-10px);
}.instructor-history-29 .experience-data-78::before {
    left: 0;
    animation: shimmerEffect 5s ease-in-out infinite;
    position: absolute;
    top: 0;
    z-index: -1;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    background-size: 200% 200%;
    height: 100%;
    width: 100%;
    content: "";
}.instructor-history-29 .container::after {
    animation: rotateGlow 25s linear infinite;
    left: -200px;
    bottom: -200px;
    filter: blur(80px);
    position: absolute;
    content: "";
    z-index: -1;
    width: 400px;
    border-radius: 50%;
    opacity: 0.2;
    height: 400px;
    background: conic-gradient(from 135deg, rgb(207,167,191,0.5) 0%, rgb(141,110,172,0.5) 50%, rgb(207,167,191,0.5) 100%);
}

@keyframes breatheGlow {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
}

@keyframes shimmerEffect {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

@keyframes rotateGlow {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 992px) {.instructor-history-29 .learner-feedback-28 {
    grid-template-rows: auto auto auto;
    padding: 2rem;
    gap: 20px;
    grid-template-columns: 1fr;
}.instructor-history-29 .img-center-align-67 {
    grid-row: 1;
    height: 350px;
    grid-column: 1;
}.instructor-history-29 .name {
    grid-column: 1;
    margin: 0;
    grid-row: 2;
}.instructor-history-29 .learner-feedback-28 span:not(.name) {
    grid-column: 1;
    grid-row: 2;
    margin-top: 3.5rem;
}.instructor-history-29 .experience-data-78 {
    grid-row: 3;
    grid-column: 1;
}.instructor-history-29 .learner-feedback-28:hover .name,
    .instructor-history-29 .learner-feedback-28:hover span:not(.name) {
    transform: translateY(-5px);
}
}

@media (max-width: 576px) {.instructor-history-29 {
    padding: 5rem 0;
}.instructor-history-29 .learner-feedback-28 {
    padding: 1.5rem;
}.instructor-history-29 .img-center-align-67 {
    height: 250px;
}.instructor-history-29 .name {
    font-size: 19px;
}.instructor-history-29 .learner-feedback-28 span:not(.name) {
    font-size: 18px;
    padding: 0.6rem 1rem;
    margin-top: 3rem;
}.instructor-history-29 .experience-data-78 {
    line-height: 1.6;
    padding: 1.5rem;
    font-size: calc(18px * 0.9);
}}.cookieUsagePromptPanel-81 {
    animation: slideUp 0.5s forwards;
    padding: 20px 0;
    border-top: 3px solid rgb(141,110,172);
    width: 100%;
    bottom: 0;
    position: fixed;
    transform: translateY(100%);
    z-index: 90;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    background: rgb(141,110,172);
    transition: transform 0.3s ease-in-out;
}@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}
#cookieWarningPrompt-79 {
    display: none;
}#cookieWarningPrompt-79:checked ~ .cookieUsagePromptPanel-81 {
    visibility: hidden;
    opacity: 0;
}.privacy-cookies-40 {
    align-items: center;
    justify-content: space-between;
    display: flex;
    padding: 20px 5%;
    gap: 20px;
}.cookieUsagePromptPanel-81 h5 {
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-weight: 700;
    font-size: 21px;
    letter-spacing: 1px;
    text-transform: uppercase;
}.cookieUsagePromptPanel-81 p {
    color: #ffffff;
    line-height: 1.5;
    font-family: Arial, sans-serif;
    font-size: 17px;
}.track-toggle-82 {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    margin-right: 15px;
    justify-content: center;
    filter: drop-shadow(0 0 10px rgb(207,167,191));
}.track-toggle-82 svg {
    width: 80px;
    transition: transform 0.3s ease-in-out;
    height: 80px;
    fill: rgb(207,167,191);
}.track-toggle-82:hover svg {
    transform: scale(1.1);
}.cookie-user-17 {
    border-radius: 25px;
    font-size: 17px;
    background: linear-gradient(90deg, rgb(207,167,191), rgb(141,110,172));
    min-width: 140px;
    white-space: nowrap;
    margin-left: 10px;
    box-shadow: 0 0 15px rgb(207,167,191);
    padding: 10px 20px;
    color: #000000;
    text-decoration: none;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    flex-shrink: 0;
    line-height: 40px;
    text-align: center;
}.cookie-user-17:hover {
    box-shadow: 0 0 20px rgb(141,110,172);
}.cookie_button.user-dialog-76 {
    background: rgba(0, 0, 0, 0.5);
    border: 2px solid rgb(141,110,172);
    color: #ffffff;
}.cookie_button.user-dialog-76:hover {
    box-shadow: 0 0 15px rgb(141,110,172);
    background: rgba(0, 0, 0, 0.5);
}.cookieUsagePromptPanel-81 p a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: rgb(207,167,191);
}.cookieUsagePromptPanel-81 p a:hover {
    color: rgb(141,110,172);
}
@media only screen and (max-width: 1200px) {.cookieUsagePromptPanel-81 {
    padding: 15px 0;
}.privacy-cookies-40 {
    padding: 15px 5%;
}
}
@media only screen and (max-width: 800px) {.track-toggle-82 {
    display: none;
}.privacy-cookies-40 {
    text-align: center;
    align-items: center;
    flex-direction: column;
}.cookieUsagePromptPanel-81 h5 {
    font-size: 18px;
    margin-bottom: 5px;
}.edu-accept-40 {
    margin-bottom: 15px;
}.cookie-user-17 {
    margin: 10px 0;
    min-width: 100%;
}}
.our-story-52 {
    overflow: hidden;
    color: #ffffff;
    position: relative;
    padding: 120px 0;
}.our-story-52::before {
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.75) 50%, 
        rgba(0, 0, 0, 0.65) 100%);
    top: 0;
    bottom: 0;
    content: "";
    right: 0;
    left: 0;
    position: absolute;
    z-index: 1;
}.our-story-52::after {
    position: absolute;
    width: 100%;
    opacity: 0.15;
    height: 100%;
    right: -50%;
    animation: pulseGlow 15s infinite alternate ease-in-out;
    transform: rotate(45deg);
    top: -50%;
    z-index: 2;
    content: "";
    background: radial-gradient(circle at center, rgb(207,167,191,0.5) 0%, transparent 70%);
}.our-story-52 .container {
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 3;
}.our-story-52 .paragraph-box-42 {
    transform: translateZ(0);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2), 
                0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 40px;
    border-left: 4px solid rgb(207,167,191);
    position: relative;
    background: linear-gradient(to right, 
        rgba(#000000, 0.8) 0%,
        rgba(#000000, 0.6) 100%);
    backdrop-filter: blur(8px);
}.our-story-52 .paragraph-box-42::before {
    left: 0;
    opacity: 0.05;
    height: 100%;
    width: 100%;
    content: "";
    background-size: 20px 20px;
    background: linear-gradient(45deg, 
        transparent 49.5%, 
        rgb(207,167,191) 49.5%, 
        rgb(207,167,191) 50.5%, 
        transparent 50.5%);
    top: 0;
    z-index: -1;
    position: absolute;
}.our-story-52 h5 {
    letter-spacing: 2px;
    margin: 0 0 15px;
    text-transform: uppercase;
    font-size: 19px;
    display: inline-block;
    font-weight: 700;
    position: relative;
    color: rgb(207,167,191);
}.our-story-52 h5::after {
    margin-top: 8px;
    transition: width 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    height: 2px;
    background: rgb(207,167,191);
    width: 0;
    content: "";
    display: block;
    animation: expandLine 1.5s forwards 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.our-story-52 p {
    line-height: 1.6;
    font-family: Arial, sans-serif;
    font-size: calc(16px * 1.25);
    color: #ffffff;
    margin-bottom: 25px;
}.our-story-52 p b {
    color: rgb(141,110,172);
    position: relative;
    font-weight: 700;
    padding-bottom: 5px;
    display: inline-block;
    font-size: calc(16px * 1.5);
    margin-bottom: 5px;
}.our-story-52 p b::after {
    bottom: 0;
    background: rgb(207,167,191);
    content: "";
    position: absolute;
    width: 40px;
    height: 3px;
    left: 0;
}.our-story-52 ol {
    counter-reset: item;
    padding-left: 0;
    list-style-type: none;
}.our-story-52 ol li {
    line-height: 1.8;
    margin-bottom: 15px;
    color: #ffffff;
    column-gap: 30px;
    text-align: justify;
    animation: fadeInUp 1s forwards 0.8s;
    opacity: 0;
    padding-left: 0;
    column-count: 1;
    position: relative;
    transform: translateY(20px);
    font-size: 16px;
}

@keyframes expandLine {
    0% { width: 0; }
    100% { width: 80px; }
}

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

@keyframes pulseGlow {
    0% { opacity: 0.15; transform: rotate(45deg) scale(1); }
    50% { opacity: 0.2; transform: rotate(45deg) scale(1.1); }
    100% { opacity: 0.15; transform: rotate(45deg) scale(1); }
}


@media (min-width: 768px) {.our-story-52 .paragraph-box-42 {
    width: 90%;
    padding: 60px;
    margin-left: 5%;
}.our-story-52 ol li {
    column-count: 2;
}
}

@media (min-width: 992px) {.our-story-52 {
    padding: 150px 0;
}.our-story-52 .paragraph-box-42 {
    margin-left: 10%;
    width: 80%;
    transition: transform 0.5s ease;
    padding: 70px;
    transform: perspective(1000px) rotateY(-2deg);
}.our-story-52 .paragraph-box-42:hover {
    transform: perspective(1000px) rotateY(0deg);
}.our-story-52 h5 {
    font-size: calc(19px * 1.2);
}.our-story-52 ol li {
    column-count: 2;
}
}

@media (max-width: 767px) {.our-story-52 {
    padding: 80px 0;
}.our-story-52 .paragraph-box-42 {
    padding: 30px 20px;
}.our-story-52 h5 {
    font-size: 19px;
}.our-story-52 p b {
    font-size: calc(16px * 1.2);
}.our-story-52 ol li {
    line-height: 1.7;
    font-size: calc(16px * 0.9);
}
}

@media (max-width: 480px) {.our-story-52 {
    padding: 60px 0;
}.our-story-52 .paragraph-box-42 {
    padding: 25px 15px;
}.our-story-52 h5 {
    font-size: calc(19px * 0.9);
}.our-story-52 p b {
    font-size: 16px;
}.our-story-52 p {
    font-size: 16px;
}.our-story-52 ol li {
    font-size: calc(16px * 0.85);
    line-height: 1.6;
}}.course-benefits-59 {
    padding: 80px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(214,224,205) 0%, rgb(207,167,191,0.5) 100%);
    position: relative;
}.course-benefits-59::before {
    border-radius: 50%;
    content: "";
    background: linear-gradient(45deg, rgb(141,110,172,0.5) 0%, transparent 70%);
    position: absolute;
    top: -100px;
    animation: float 15s infinite alternate ease-in-out;
    right: -100px;
    width: 300px;
    height: 300px;
}.course-benefits-59::after {
    left: -50px;
    border-radius: 25px;
    position: absolute;
    content: "";
    background: linear-gradient(135deg, rgb(207,167,191,0.5) 0%, transparent 70%);
    bottom: -50px;
    transform: rotate(45deg);
    height: 200px;
    width: 200px;
    animation: pulse 8s infinite alternate ease-in-out;
}.course-benefits-59 .container {
    max-width: 1200px;
    z-index: 2;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
}.course-benefits-59 .skill-growth-59 {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    padding: 40px;
    background: #ffffff;
    align-items: center;
    border-radius: 25px;
    transition: transform 0.5s ease;
    display: flex;
    transform: perspective(1000px) rotateY(-2deg);
    gap: 60px;
}.course-benefits-59 .skill-growth-59:hover {
    transform: perspective(1000px) rotateY(0deg);
}.course-benefits-59 .img-center-align-67 {
    object-fit: cover;
    border-radius: 25px;
    box-shadow: 10px 10px 0 rgb(207,167,191,0.5);
    width: 40%;
    transition: all 0.3s ease;
    transform: translateY(-20px);
}.course-benefits-59 .skill-growth-59:hover .img-center-align-67 {
    transform: translateY(0);
    box-shadow: 15px 15px 0 rgb(207,167,191,0.5);
}.course-benefits-59 .paragraph-box-42 {
    padding: 20px 0;
    width: 60%;
}.course-benefits-59 h3 {
    font-size: 30px;
    margin-bottom: 30px;
    position: relative;
    color: #000000;
    font-weight: 700;
}.course-benefits-59 h3::after {
    bottom: -10px;
    height: 3px;
    background: rgb(141,110,172);
    border-radius: 10px;
    content: "";
    left: 0;
    position: absolute;
    width: 80px;
}.course-benefits-59 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}.course-benefits-59 li {
    margin-bottom: 22px;
    position: relative;
    padding-left: 15px;
    transition: transform 0.3s ease;
}.course-benefits-59 li:hover {
    transform: translateX(10px);
}.course-benefits-59 li p {
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    gap: 15px;
    display: flex;
    align-items: center;
    color: #000000;
}.course-benefits-59 svg {
    height: 24px;
    flex-shrink: 0;
    width: 24px;
}.course-benefits-59 svg path {
    transition: fill 0.3s ease;
    fill: rgb(207,167,191);
}.course-benefits-59 li:hover svg path {
    fill: rgb(141,110,172);
}

@keyframes float {
    0% { transform: translate(0, 0) rotate(0deg); }
    50% { transform: translate(30px, 30px) rotate(180deg); }
    100% { transform: translate(-30px, 15px) rotate(360deg); }
}

@keyframes pulse {
    0% { transform: rotate(45deg) scale(1); opacity: 0.5; }
    50% { transform: rotate(45deg) scale(1.2); opacity: 0.7; }
    100% { transform: rotate(45deg) scale(1); opacity: 0.5; }
}

@media (max-width: 992px) {.course-benefits-59 {
    padding: 60px 0;
}.course-benefits-59 .skill-growth-59 {
    flex-direction: column;
    gap: 40px;
    padding: 30px;
    transform: perspective(1000px) rotateY(0);
}.course-benefits-59 .img-center-align-67 {
    width: 80%;
    transform: translateY(0);
    margin: 0 auto;
}.course-benefits-59 .paragraph-box-42 {
    width: 100%;
    padding: 0;
}
}

@media (max-width: 576px) {.course-benefits-59 {
    padding: 40px 0;
}.course-benefits-59 .skill-growth-59 {
    padding: 25px;
    gap: 30px;
}.course-benefits-59 .img-center-align-67 {
    box-shadow: 5px 5px 0 rgb(207,167,191,0.5);
    width: 100%;
}.course-benefits-59 h3 {
    font-size: 21px;
    margin-bottom: 25px;
}.course-benefits-59 h3::after {
    width: 60px;
}.course-benefits-59 li {
    margin-bottom: 15px;
}.course-benefits-59 svg {
    width: 20px;
    height: 20px;
}}.help-center-08 {
    padding: 6rem 0;
    background: linear-gradient(120deg, rgb(214,224,205) 0%, rgb(207,167,191,0.5) 40%, rgb(214,224,205) 100%);
    position: relative;
    overflow: hidden;
    isolation: isolate;
}.help-center-08::before {
    inset: 0;
    z-index: -1;
    background: 
        repeating-linear-gradient(0deg, transparent, transparent 5px, rgba(255, 255, 255, 0.03) 5px, rgba(255, 255, 255, 0.03) 10px),
        repeating-linear-gradient(90deg, transparent, transparent 5px, rgba(255, 255, 255, 0.03) 5px, rgba(255, 255, 255, 0.03) 10px);
    position: absolute;
    content: "";
}.help-center-08::after {
    top: 0;
    position: absolute;
    width: 100%;
    z-index: -2;
    content: "";
    background: radial-gradient(circle at 30% 50%, rgb(207,167,191,0.5) 0%, transparent 50%);
    left: 0;
    animation: pulseGlow 15s infinite alternate;
    height: 100%;
    opacity: 0.4;
}@keyframes pulseGlow {
    0% {
        opacity: 0.2;
        transform: scale(0.8);
    }
    100% {
        opacity: 0.5;
        transform: scale(1.2);
    }
}

.help-center-08 .container {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    padding: 0 2rem;
}.help-center-08 .container::before {
    top: -200px;
    filter: blur(100px);
    content: "";
    z-index: -1;
    width: 400px;
    background: rgb(141,110,172,0.5);
    opacity: 0.1;
    right: -200px;
    position: absolute;
    border-radius: 50%;
    height: 400px;
}.help-center-08 .get-contactbox-02 {
    display: grid;
    gap: 3rem 2rem;
    position: relative;
    grid-template-columns: 1.5fr 1fr;
    grid-template-rows: auto auto;
}.help-center-08 .edu-guide-89 {
    padding: 2.5rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.03);
    position: relative;
    border-radius: 27px;
    backdrop-filter: blur(10px);
}.help-center-08 .edu-guide-89:nth-child(1) {
    grid-column: 1 / 2;
    justify-content: space-between;
    display: flex;
    grid-row: 1 / 3;
    flex-direction: column;
}.help-center-08 .edu-guide-89:nth-child(2) {
    grid-column: 2 / 3;
    padding: 0;
    grid-row: 1 / 2;
    position: relative;
    aspect-ratio: 16/9;
    overflow: hidden;
    border: none;
}.help-center-08 .edu-guide-89:nth-child(3) {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
}.help-center-08 .edu-guide-89::before {
    width: 2px;
    transform: scaleY(0.6);
    position: absolute;
    content: "";
    transition: opacity 0.3s ease, transform 0.3s ease;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, transparent, rgb(207,167,191), transparent);
    opacity: 0;
    height: 100%;
}.help-center-08 .edu-guide-89:hover::before {
    opacity: 1;
    transform: scaleY(1);
}.help-center-08 .edu-guide-89:hover {
    transform: translateY(-5px) translateX(5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.help-center-08 .edu-guide-89 h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 2rem;
    position: relative;
    display: inline-block;
    color: #ffffff;
}.help-center-08 .edu-guide-89 h2::after {
    content: "";
    bottom: -10px;
    position: absolute;
    left: 0;
    transition: width 0.3s ease;
    background: rgb(207,167,191);
    width: 40px;
    height: 3px;
}.help-center-08 .edu-guide-89:hover h2::after {
    width: 100%;
}.help-center-08 .get-answers-34 {
    position: relative;
    color: rgb(141,110,172);
    font-weight: 600;
    font-size: calc(14px * 1.3);
    margin-bottom: 1.5rem;
    padding-left: 15px;
}.help-center-08 .get-answers-34::before {
    background: rgb(207,167,191);
    content: "";
    transform: translateY(-50%);
    height: 8px;
    width: 8px;
    border-radius: 50%;
    left: 0;
    position: absolute;
    top: 50%;
}.help-center-08 .message-block-29 {
    font-size: 14px;
    max-width: 90%;
    position: relative;
    margin-bottom: 2.5rem;
    color: #000000;
    line-height: 1.8;
}.help-center-08 .edu-guide-89 p {
    margin-bottom: 1.5rem;
    color: #000000;
    align-items: center;
    display: flex;
    font-size: 14px;
}.help-center-08 .edu-guide-89 p span {
    margin-left: 0.5rem;
    font-weight: 600;
    transition: color 0.3s ease;
    padding-bottom: 2px;
    color: #ffffff;
    position: relative;
}.help-center-08 .edu-guide-89 p span::after {
    bottom: 0;
    left: 0;
    height: 1px;
    position: absolute;
    width: 0;
    content: "";
    background: rgb(207,167,191);
    transition: width 0.3s ease;
}.help-center-08 .edu-guide-89 p:hover span::after {
    width: 100%;
}.help-center-08 .ask-feedback-23 {
    border-radius: 10px;
    padding: 1.5rem;
    margin-top: 2.5rem;
    position: relative;
    background: rgba(0, 0, 0, 0.1);
    border-left: 3px solid rgb(141,110,172);
}.help-center-08 .ask-feedback-23::before {
    right: 0;
    height: 1px;
    width: 30%;
    background: linear-gradient(to right, transparent, rgb(141,110,172,0.5));
    top: 0;
    content: "";
    position: absolute;
}.help-center-08 .ask-feedback-23::after {
    bottom: 0;
    left: 0;
    background: linear-gradient(to right, rgb(141,110,172,0.5), transparent);
    width: 30%;
    position: absolute;
    height: 1px;
    content: "";
}.help-center-08 .ask-feedback-23 h3 {
    margin-bottom: 1.2rem;
    color: rgb(141,110,172);
    display: flex;
    font-size: 20px;
    font-weight: 600;
    align-items: center;
}.help-center-08 .ask-feedback-23 h3::before {
    border-radius: 50%;
    background: 
        linear-gradient(45deg, rgb(207,167,191) 0%, rgb(207,167,191) 40%, transparent 40%),
        linear-gradient(-45deg, rgb(141,110,172) 0%, rgb(141,110,172) 40%, transparent 40%);
    content: "";
    width: 18px;
    margin-right: 8px;
    display: inline-block;
    height: 18px;
}.help-center-08 .assist-support-49 {
    gap: 0.8rem;
    display: flex;
    flex-wrap: wrap;
}.help-center-08 .assist-support-49 span {
    overflow: hidden;
    color: #000000;
    font-size: calc(14px * 0.85);
    padding: 0.6rem 1rem;
    border-radius: 10px;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
    position: relative;
}.help-center-08 .assist-support-49 span::before {
    content: "";
    opacity: 0;
    height: 100%;
    top: 0;
    z-index: -1;
    width: 100%;
    position: absolute;
    transition: opacity 0.3s ease;
    left: 0;
    background: rgb(207,167,191);
}.help-center-08 .assist-support-49 span:hover {
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}.help-center-08 .assist-support-49 span:hover::before {
    opacity: 0.1;
}.help-center-08 .edu-guide-89 .img-center-align-67 {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
    border-radius: 27px;
}.help-center-08 .edu-guide-89 .img-center-align-67::after {
    left: 0;
    top: 0;
    z-index: 1;
    position: absolute;
    content: "";
    width: 100%;
    mix-blend-mode: overlay;
    background: 
        linear-gradient(135deg, rgb(207,167,191,0.5) 0%, transparent 100%),
        linear-gradient(45deg, transparent 70%, rgb(141,110,172,0.5) 100%);
    height: 100%;
}.help-center-08 .edu-guide-89 .img-center-align-67::before {
    bottom: 0;
    height: 50%;
    z-index: 2;
    left: 0;
    content: "";
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
    position: absolute;
}.help-center-08 .write-form-03 {
    gap: 1rem;
    grid-template-columns: repeat(3, 1fr);
    height: 100%;
    display: grid;
    align-content: center;
}.help-center-08 .write-form-03 a {
    overflow: hidden;
    grid-column: span 3;
    border-radius: 10px;
    display: flex;
    text-decoration: none;
    align-items: center;
    position: relative;
    background: rgba(0, 0, 0, 0.15);
    transition: all 0.4s ease;
    padding: 1.2rem;
}.help-center-08 .write-form-03 a::before {
    transition: width 0.3s ease;
    left: 0;
    height: 100%;
    top: 0;
    width: 3px;
    position: absolute;
    background: rgb(207,167,191);
    content: "";
}.help-center-08 .write-form-03 a::after {
    width: 100%;
    position: absolute;
    height: 100%;
    content: "";
    left: 0;
    background: rgb(207,167,191);
    z-index: -1;
    top: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
}.help-center-08 .write-form-03 a:hover {
    transform: translateX(5px);
}.help-center-08 .write-form-03 a:hover::before {
    width: 6px;
}.help-center-08 .write-form-03 a:hover::after {
    opacity: 0.05;
}.help-center-08 .write-form-03 a span {
    font-size: calc(14px * 0.9);
    color: rgb(141,110,172);
    font-weight: 600;
    margin-right: 2rem;
    width: 80px;
    display: inline-block;
}.help-center-08 .write-form-03 a p {
    font-size: 14px;
    transition: transform 0.3s ease;
    color: #ffffff;
    margin: 0;
    flex-grow: 1;
}.help-center-08 .write-form-03 a:hover p {
    transform: translateX(5px);
}.help-center-08 svg {
    transition: all 0.3s ease;
    margin-right: 1rem;
    width: 22px;
    height: 22px;
}.help-center-08 svg path {
    transition: fill 0.3s ease;
    fill: rgb(141,110,172);
}.help-center-08 .write-form-03 a:hover svg {
    transform: scale(1.1) rotate(5deg);
}.help-center-08 .write-form-03 a:hover svg path {
    fill: rgb(207,167,191);
}

@media (max-width: 1024px) {.help-center-08 .get-contactbox-02 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    gap: 2rem;
}.help-center-08 .edu-guide-89:nth-child(1) {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
}.help-center-08 .edu-guide-89:nth-child(2) {
    grid-row: 2 / 3;
    aspect-ratio: 21/9;
    grid-column: 1 / 2;
}.help-center-08 .edu-guide-89:nth-child(3) {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
}.help-center-08 .write-form-03 {
    grid-template-columns: repeat(2, 1fr);
}.help-center-08 .write-form-03 a {
    grid-column: span 1;
}.help-center-08 .write-form-03 a:last-child {
    grid-column: span 2;
}
}

@media (max-width: 768px) {.help-center-08 {
    padding: 4rem 0;
}.help-center-08 .get-contactbox-02 {
    gap: 1.5rem;
}.help-center-08 .edu-guide-89 {
    padding: 2rem;
}.help-center-08 .edu-guide-89:nth-child(2) {
    aspect-ratio: 16/9;
}.help-center-08 .write-form-03 {
    grid-template-columns: 1fr;
}.help-center-08 .write-form-03 a {
    grid-column: span 1;
}.help-center-08 .write-form-03 a:last-child {
    grid-column: span 1;
}.help-center-08 .assist-support-49 {
    gap: 0.6rem;
}.help-center-08 .assist-support-49 span {
    padding: 0.5rem 0.8rem;
}
}

@media (max-width: 480px) {.help-center-08 {
    padding: 3rem 0;
}.help-center-08 .get-contactbox-02 {
    gap: 1.2rem;
}.help-center-08 .edu-guide-89 {
    padding: 1.5rem;
}.help-center-08 .edu-guide-89 h2 {
    margin-bottom: 1.5rem;
    font-size: calc(28px * 0.9);
}.help-center-08 .get-answers-34 {
    font-size: 14px;
}.help-center-08 .message-block-29 {
    margin-bottom: 1.5rem;
}.help-center-08 .ask-feedback-23 {
    margin-top: 1.5rem;
    padding: 1rem;
}.help-center-08 .write-form-03 a {
    padding: 1rem;
}.help-center-08 .write-form-03 a span {
    margin-right: 1rem;
    width: 60px;
}}

.help-center-08 .container::after {
    z-index: -1;
    border-radius: 50%;
    position: absolute;
    left: -100px;
    animation: rotate 30s linear infinite;
    content: "";
    height: 200px;
    background: 
        radial-gradient(circle at center, rgba(255, 255, 255, 0.1) 0%, transparent 60%),
        repeating-conic-gradient(from 0deg, rgba(255, 255, 255, 0.03) 0deg, rgba(255, 255, 255, 0) 5deg, rgba(255, 255, 255, 0.03) 10deg);
    bottom: -100px;
    width: 200px;
}@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}.secure-bolt-34 {
    padding: 5rem 2rem;
    background: linear-gradient(135deg, rgb(214,224,205) 0%, rgba(rgb(207,167,191,0.5), 0.05) 100%);
    font-family: Arial, sans-serif;
    position: relative;
    overflow: hidden;
}.secure-bolt-34::before {
    top: 0;
    left: 0;
    height: 5px;
    animation: slidein 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    background: linear-gradient(90deg, rgb(207,167,191) 0%, rgb(141,110,172) 100%);
    position: absolute;
    content: "";
    transform-origin: left center;
    width: 100%;
}.secure-bolt-34::after {
    z-index: 0;
    right: 0;
    width: 30%;
    background: linear-gradient(to bottom, rgba(rgb(207,167,191,0.5), 0.03), transparent);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 30% 0);
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
}.secure-bolt-34 .container {
    z-index: 1;
    margin: 0 auto;
    max-width: 1140px;
    position: relative;
}.secure-bolt-34 h1 {
    color: #000000;
    letter-spacing: -0.5px;
    animation: fadeup 0.5s ease-out 0.2s forwards;
    font-weight: 700;
    font-size: 41px;
    transform: translateY(10px);
    margin-bottom: 2.5rem;
    position: relative;
    opacity: 0;
}.secure-bolt-34 h1::after {
    background: rgb(207,167,191);
    position: absolute;
    transform: scaleX(0);
    content: "";
    transform-origin: left;
    animation: scaleIn 0.6s ease-out 0.6s forwards;
    bottom: -12px;
    width: 60px;
    height: 3px;
    left: 0;
}.secure-bolt-34 h2 {
    color: #000000;
    opacity: 0;
    padding-left: 1rem;
    font-weight: 600;
    margin: 2.5rem 0 1.5rem;
    position: relative;
    transform: translateY(10px);
    font-size: 32px;
    animation: fadeup 0.5s ease-out 0.3s forwards;
}.secure-bolt-34 h2::before {
    position: absolute;
    height: 100%;
    width: 3px;
    left: 0;
    top: 0;
    opacity: 0.8;
    background: rgb(141,110,172);
    transform: scaleY(0.7);
    content: "";
}.secure-bolt-34 h3 {
    font-size: calc(32px * 0.85);
    transform: translateY(10px);
    font-weight: 600;
    opacity: 0;
    animation: fadeup 0.5s ease-out 0.3s forwards;
    color: #000000;
    margin: 2rem 0 1rem;
}.secure-bolt-34 h4 {
    margin: 1.5rem 0 1rem;
    opacity: 0;
    font-weight: 600;
    animation: fadeup 0.5s ease-out 0.3s forwards;
    transform: translateY(10px);
    font-size: calc(32px * 0.75);
    color: #000000;
    opacity: 0.85;
}.secure-bolt-34 p {
    color: #000000;
    animation: fadeup 0.5s ease-out 0.4s forwards;
    line-height: 1.75;
    max-width: 95%;
    margin-bottom: 1.5rem;
    transform: translateY(10px);
    font-size: 12px;
    opacity: 0;
}.secure-bolt-34 p strong {
    color: #000000;
    font-weight: 600;
    display: inline-block;
    position: relative;
}.secure-bolt-34 p strong::after {
    background: rgb(207,167,191);
    width: 100%;
    position: absolute;
    left: 0;
    height: 1px;
    bottom: -2px;
    content: "";
    opacity: 0.5;
}.secure-bolt-34 span {
    font-size: 12px;
    padding-left: 1rem;
    margin-bottom: 1.5rem;
    transform: translateY(10px);
    animation: fadeup 0.5s ease-out 0.4s forwards;
    position: relative;
    color: #000000;
    line-height: 1.75;
    opacity: 0;
    display: block;
}.secure-bolt-34 span::before {
    position: absolute;
    left: 0;
    background: rgb(141,110,172);
    opacity: 0.3;
    top: 0.5rem;
    content: "";
    height: calc(100% - 1rem);
    width: 3px;
}.secure-bolt-34 ul {
    position: relative;
    list-style: none;
    opacity: 0;
    padding-left: 0;
    transform: translateX(-10px);
    border-left: 3px solid rgb(207,167,191);
    border-radius: 0 10px 10px 0;
    margin: 1.5rem 0 2rem;
    background: rgba(rgb(255, 255, 255, 0.5), 0.5);
    animation: slidein 0.6s ease-out 0.5s forwards;
    padding: 1.5rem 2rem;
}.secure-bolt-34 ul::before {
    z-index: -1;
    left: 0;
    content: "";
    top: 0;
    width: 100%;
    background: linear-gradient(to right, rgba(rgb(207,167,191,0.5), 0.05), transparent);
    position: absolute;
    height: 100%;
}.secure-bolt-34 li {
    position: relative;
    padding-left: 1.75rem;
    margin-bottom: 1rem;
    font-size: 12px;
    color: #000000;
    line-height: 1.6;
}.secure-bolt-34 li:last-child {
    margin-bottom: 0;
}.secure-bolt-34 li::before {
    content: "";
    width: 8px;
    background: rgb(141,110,172);
    border-radius: 1px;
    position: absolute;
    top: 0.5rem;
    transform: rotate(45deg);
    height: 8px;
    left: 0;
}

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

@keyframes slidein {
    from {
        opacity: 0;
        transform: translateX(-10px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

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

@media (min-width: 768px) {.secure-bolt-34 {
    padding: 6rem 3rem;
}.secure-bolt-34 h1 {
    margin-bottom: 3rem;
    font-size: calc(41px * 1.15);
}.secure-bolt-34 h1::after {
    width: 80px;
}.secure-bolt-34 p, .secure-bolt-34 span {
    max-width: 85%;
}.secure-bolt-34 ul {
    margin-left: 1rem;
    max-width: 90%;
}
}

@media (min-width: 992px) {.secure-bolt-34 {
    padding: 7rem 4rem;
}.secure-bolt-34::after {
    width: 40%;
}.secure-bolt-34 h1 {
    font-size: calc(41px * 1.3);
}.secure-bolt-34 h2 {
    padding-left: 1.5rem;
}.secure-bolt-34 p, .secure-bolt-34 span {
    max-width: 80%;
    font-size: calc(12px * 1.05);
}.secure-bolt-34 ul {
    padding: 2rem 2.5rem;
}.secure-bolt-34 li {
    font-size: calc(12px * 1.05);
}
}

@media (max-width: 767px) {.secure-bolt-34 {
    padding: 4rem 1.5rem;
}.secure-bolt-34 h1 {
    font-size: calc(41px * 0.9);
}.secure-bolt-34 h2 {
    font-size: calc(32px * 0.9);
}.secure-bolt-34 h3 {
    font-size: calc(32px * 0.8);
}.secure-bolt-34 h4 {
    font-size: calc(32px * 0.7);
}.secure-bolt-34 p, .secure-bolt-34 span {
    max-width: 100%;
}.secure-bolt-34 ul {
    padding: 1.25rem 1.5rem;
}}.thxPage-98 {
    background: linear-gradient(145deg, rgb(214,224,205), #f8f9fd);
    padding: 4rem 2rem;
    position: relative;
    overflow: hidden;
    box-shadow: 
        inset 12px 12px 24px rgba(255, 255, 255, 0.8),
        inset -12px -12px 24px rgba(70, 70, 80, 0.05);
}.thxPage-98::before {
    right: -5%;
    pointer-events: none;
    opacity: 0.2;
    filter: blur(80px);
    position: absolute;
    height: 70%;
    content: "";
    top: -10%;
    z-index: 0;
    transform: rotate(-15deg);
    background: linear-gradient(120deg, rgb(207,167,191,0.5), rgb(141,110,172,0.5));
    width: 40%;
}.thxPage-98::after {
    background: linear-gradient(220deg, rgb(141,110,172,0.5), rgb(207,167,191,0.5));
    height: 60%;
    pointer-events: none;
    content: "";
    position: absolute;
    left: -5%;
    opacity: 0.15;
    width: 30%;
    filter: blur(70px);
    bottom: -10%;
    transform: rotate(20deg);
    z-index: 0;
}.thxPage-98 .container {
    max-width: 1200px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}.thxPage-98 h2 {
    line-height: 1.3;
    text-align: center;
    position: relative;
    margin-bottom: 2.5rem;
    opacity: 1;
    font-weight: 700;
    font-size: 29px;
    color: #000000;
    transform: translateY(0);
    letter-spacing: -0.02em;
    animation: fadeInDown 0.8s ease-out forwards;
}.thxPage-98 h2::after {
    bottom: -0.8rem;
    transform: translateX(-50%);
    width: 80px;
    border-radius: 10px;
    position: absolute;
    content: "";
    left: 50%;
    height: 3px;
    background: linear-gradient(90deg, rgb(207,167,191), rgb(141,110,172));
}.thxPage-98 .skill-growth-59 {
    padding: 2.5rem;
    background: #ffffff;
    opacity: 0;
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.05),
        -20px -20px 60px rgba(255, 255, 255, 0.9),
        inset 4px 4px 20px rgba(255, 255, 255, 0.9),
        inset -4px -4px 10px rgba(0, 0, 0, 0.03);
    border-radius: 12px;
    transform: translateY(0);
    position: relative;
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
}.thxPage-98 .skill-growth-59::before {
    z-index: -1;
    content: "";
    left: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgba(rgb(207,167,191,0.5), 0.03) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgba(rgb(141,110,172,0.5), 0.03) 0%, transparent 30%);
    border-radius: inherit;
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
}.thxPage-98 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}.thxPage-98 li {
    padding-left: 1.5rem;
    position: relative;
    margin-bottom: 0.5rem;
}.thxPage-98 li:last-child {
    margin-bottom: 0;
}.thxPage-98 li::before {
    background: linear-gradient(135deg, rgb(207,167,191), rgb(141,110,172));
    position: absolute;
    top: 0.6rem;
    content: "";
    animation: scaleIn 0.4s ease-out 0.8s forwards;
    transform: scale(0);
    width: 8px;
    height: 8px;
    left: 0;
    border-radius: 50%;
}.thxPage-98 li span {
    line-height: 1.7;
    transform: translateX(0);
    font-weight: 400;
    font-size: 17px;
    color: #000000;
    animation: fadeInRight 0.7s ease-out 0.6s forwards;
    display: block;
    font-family: Arial, sans-serif;
    opacity: 0;
}

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

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

@keyframes fadeInRight {
    from {
        transform: translateX(-10px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes scaleIn {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}

@media (max-width: 991px) {.thxPage-98 {
    padding: 3rem 1.5rem;
}.thxPage-98 h2 {
    margin-bottom: 2rem;
    font-size: calc(29px * 0.9);
}.thxPage-98 .skill-growth-59 {
    padding: 2rem;
}
}

@media (max-width: 767px) {.thxPage-98 {
    padding: 2.5rem 1.25rem;
}.thxPage-98 h2 {
    margin-bottom: 1.8rem;
    line-height: 1.4;
    font-size: calc(29px * 0.8);
}.thxPage-98 h2::after {
    width: 60px;
}.thxPage-98 .skill-growth-59 {
    padding: 1.5rem;
}.thxPage-98 li span {
    font-size: calc(17px * 0.95);
    line-height: 1.6;
}
}

@media (max-width: 480px) {.thxPage-98 {
    padding: 2rem 1rem;
}.thxPage-98 h2 {
    font-size: calc(29px * 0.7);
    text-align: left;
}.thxPage-98 h2::after {
    transform: none;
    left: 0;
    width: 50px;
}.thxPage-98 .skill-growth-59 {
    padding: 1.25rem;
}.thxPage-98 li {
    padding-left: 1.25rem;
}.thxPage-98 li::before {
    width: 6px;
    top: 0.5rem;
    height: 6px;
}
}