* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}.header-train-util {
    flex: 1 0 auto;
}.content-wrapper-util {
    min-height: 100%;
    display: flex;
    height: 100%;
    flex-direction: column;
}header,footer {
    width: 100%;
}.sample-docs-util {
    flex: 0 0 auto;
}html,body {
    font-family: Arial, sans-serif;
    color: #000000;
    min-height: 100%;
    height: 100%;
}.container {
    margin: auto;
    width: 1101px;
    max-width: 100%;
}svg {
    width: 30px;
    height: 30px;
}a {
    color: inherit;
    text-decoration: none;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.title-screen-util {
    display: flex;
    background: linear-gradient(135deg, #000000, rgb(195,184,203,0.5));
    overflow: hidden;
    flex-direction: column;
    position: relative;
    min-height: 100vh;
}.title-screen-util .cover-photo-util {
    transform: scale(1.05);
    left: 0;
    top: 0;
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    opacity: 0.25;
    height: 100%;
    filter: contrast(1.2) saturate(0.8);
    transition: transform 1.5s cubic-bezier(0.22, 1, 0.36, 1);
    z-index: 1;
    width: 100%;
}.title-screen-util:hover .cover-photo-util {
    transform: scale(1.1);
}.title-screen-util .learning-creators-util {
    display: flex;
    justify-content: center;
    padding: 3rem 2rem;
    position: relative;
    margin: auto;
    align-items: flex-start;
    flex-direction: column;
    z-index: 2;
    max-width: 1200px;
    gap: 2rem;
    width: 100%;
}.title-screen-util h1 {
    position: relative;
    opacity: 0;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3), 0 5px 15px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    transform: translateY(20px);
    animation: fadeInUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    line-height: 1.2;
    margin-bottom: 1rem;
    font-weight: 700;
    max-width: 800px;
    font-size: clamp(2rem, 5vw, 42px);
}.title-screen-util h1::after {
    left: 0;
    position: absolute;
    bottom: -0.5rem;
    animation: scaleIn 1s 0.4s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    height: 4px;
    transform-origin: left;
    transform: scaleX(0);
    width: 80px;
    content: "";
    background: rgb(160,148,167);
}.title-screen-util .textual-box-util {
    display: flex;
    opacity: 0;
    gap: 2rem;
    transform: translateY(20px);
    max-width: 600px;
    animation: fadeInUp 0.8s 0.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    flex-direction: column;
}.title-screen-util p {
    margin-bottom: 1rem;
    color: #ffffff;
    font-size: clamp(1rem, 2vw, 15px);
    position: relative;
    line-height: 1.6;
}.title-screen-util .learn-base-util {
    display: flex;
    margin: 2rem 0;
    animation: fadeInUp 0.8s 0.4s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    transform: translateY(20px);
    opacity: 0;
    justify-content: center;
    align-items: center;
}.title-screen-util svg {
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), filter 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    filter: drop-shadow(0 5px 15px rgba(94, 170, 168, 0.3));
    width: 120px;
    height: 120px;
}.title-screen-util svg:hover {
    transform: translateY(-5px) scale(1.05);
    filter: drop-shadow(0 10px 20px rgba(94, 170, 168, 0.5));
}.title-screen-util svg path {
    transition: fill 0.5s ease;
    fill: rgb(94, 170, 168);
}.title-screen-util svg:hover path {
    fill: rgb(160,148,167);
}.title-screen-util svg text {
    font-family: Arial, sans-serif;
    transition: fill 0.5s ease;
}.title-screen-util svg:hover text {
    fill: #ffffff;
}.title-screen-util h6 {
    margin-top: 1rem;
    opacity: 0;
    animation: fadeInUp 0.8s 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    transform: translateY(20px);
}.title-screen-util .inquiry-panel-util {
    z-index: 1;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    border-radius: 10px;
    background: linear-gradient(135deg, rgb(160,148,167), rgb(94, 170, 168));
    color: #ffffff;
    text-decoration: none;
    font-size: 19px;
    box-shadow: 0 4px 20px rgba(94, 170, 168, 0.3);
    display: inline-block;
    padding: 0.8rem 1.8rem;
}.title-screen-util .inquiry-panel-util::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    height: 100%;
    background: linear-gradient(135deg, rgb(94, 170, 168), rgb(160,148,167));
    left: 0;
    transition: opacity 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    width: 100%;
    opacity: 0;
}.title-screen-util .inquiry-panel-util:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(94, 170, 168, 0.5);
}.title-screen-util .inquiry-panel-util:hover::before {
    opacity: 1;
}.title-screen-util .inquiry-panel-util:active {
    box-shadow: 0 2px 10px rgba(94, 170, 168, 0.3);
    transform: translateY(1px);
}

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

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

@media (min-width: 768px) {.title-screen-util .learning-creators-util {
    align-items: flex-start;
    padding: 4rem;
}.title-screen-util h1 {
    max-width: 70%;
}.title-screen-util .textual-box-util {
    max-width: 60%;
}.title-screen-util svg {
    height: 150px;
    width: 150px;
}.title-screen-util .cover-photo-util {
    opacity: 0.3;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}
}

@media (min-width: 992px) {.title-screen-util .learning-creators-util {
    padding: 5rem;
}.title-screen-util h1 {
    max-width: 60%;
}.title-screen-util .textual-box-util {
    max-width: 50%;
}.title-screen-util svg {
    width: 180px;
    height: 180px;
}.title-screen-util .cover-photo-util {
    opacity: 0.35;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 20% 100%);
}
}

@media (max-width: 767px) {.title-screen-util .learning-creators-util {
    text-align: center;
    align-items: center;
    padding: 3rem 1.5rem;
}.title-screen-util h1::after {
    transform: translateX(-50%) scaleX(0);
    left: 50%;
}@keyframes scaleIn {
        from {
            transform: translateX(-50%) scaleX(0);
        }
        to {
            transform: translateX(-50%) scaleX(1);
        }
    }
    
    .title-screen-util .textual-box-util {
    align-items: center;
}}.our-background-util {
    overflow: hidden;
    padding: 120px 0 100px;
    color: #ffffff;
    position: relative;
}.our-background-util::before {
    content: '';
    left: 0;
    right: 0;
    top: 0;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.75) 40%,
        rgba(0, 0, 0, 0.65) 100%);
    z-index: 1;
    bottom: 0;
    position: absolute;
}.our-background-util::after {
    position: absolute;
    content: '';
    top: -10%;
    width: 40%;
    transform: rotate(-15deg) skewX(-15deg);
    z-index: 1;
    background: rgb(195,184,203);
    height: 70%;
    animation: float 15s ease-in-out infinite;
    opacity: 0.15;
    right: -5%;
}.our-background-util .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
    padding: 0 20px;
}.our-background-util h2 {
    animation: slideInTitle 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    padding-bottom: 15px;
    font-size: 32px;
    opacity: 0;
    position: relative;
    transform: translateX(-20px);
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 50px;
}.our-background-util h2::after {
    background: rgb(195,184,203);
    width: 80px;
    transform-origin: left;
    height: 3px;
    position: absolute;
    bottom: 0;
    transform: scaleX(0);
    animation: expandLine 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.5s;
    left: 0;
    content: '';
}.our-background-util .textual-box-util {
    animation: slideUpFade 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.3s;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    padding: 40px;
    transform: translateY(30px);
    backdrop-filter: blur(10px);
    position: relative;
    opacity: 0;
}.our-background-util .textual-box-util::before {
    height: 0;
    left: 0;
    content: '';
    width: 3px;
    background: rgb(160,148,167);
    top: 0;
    animation: expandHeight 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.8s;
    position: absolute;
}.our-background-util .textual-box-util > div {
    width: 100%;
}.our-background-util .textual-box-util p {
    font-weight: 600;
    opacity: 0;
    font-size: calc(20px - 2px);
    color: rgb(195,184,203);
    animation: slideInRight 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.6s;
    margin-bottom: 20px;
    transform: translateX(-15px);
}.our-background-util .textual-box-util div div {
    font-family: Arial, sans-serif;
    column-count: 1;
    animation: fadeInText 1s ease forwards 0.9s;
    font-size: 12px;
    color: #ffffff;
    line-height: 1.8;
    transform: translateY(20px);
    opacity: 0;
}

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

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

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

@keyframes expandHeight {
    to {
        height: 100%;
    }
}

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

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

@keyframes float {
    0%, 100% {
        transform: rotate(-15deg) skewX(-15deg) translateY(0);
    }
    50% {
        transform: rotate(-15deg) skewX(-15deg) translateY(-20px);
    }
}

@media screen and (min-width: 768px) {.our-background-util {
    padding: 150px 0 130px;
}.our-background-util h2 {
    margin-bottom: 60px;
    font-size: calc(32px + 0.5rem);
}.our-background-util h2::after {
    width: 120px;
}.our-background-util .textual-box-util {
    margin-left: 40px;
    padding: 60px;
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
    margin-right: 40px;
}.our-background-util .textual-box-util::before {
    width: 5px;
}.our-background-util .textual-box-util div div {
    column-gap: 40px;
    column-count: 2;
}
}

@media screen and (min-width: 992px) {.our-background-util {
    padding: 180px 0 160px;
}.our-background-util::after {
    right: -2%;
    top: -15%;
    width: 35%;
    height: 80%;
}.our-background-util h2 {
    margin-left: 60px;
}.our-background-util .textual-box-util {
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateY(-2deg);
    margin-left: 60px;
    margin-right: 60px;
    padding: 70px;
}.our-background-util .textual-box-util:hover {
    transform: perspective(1000px) rotateY(0deg);
}.our-background-util .textual-box-util div div {
    column-count: 2;
    column-gap: 50px;
}
}

@media screen and (min-width: 1200px) {.our-background-util .textual-box-util {
    max-width: 90%;
    margin: 0 auto;
}.our-background-util .textual-box-util::after {
    right: 30px;
    animation: expandWidth 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 1.2s;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(195,184,203));
    width: 200px;
    content: '';
    transform-origin: right;
    transform: scaleX(0);
    height: 5px;
    bottom: -15px;
}
    
    @keyframes expandWidth {
        to {
            transform: scaleX(1);
        }
    }
}

@media (hover: hover) {.our-background-util .textual-box-util {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                   box-shadow 0.4s ease;
}.our-background-util .textual-box-util:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3), 
                    0 0 0 1px rgba(rgb(195,184,203,0.5), 0.1);
}
}

@media (prefers-reduced-motion: reduce) {.our-background-util h2,
    .our-background-util h2::after,
    .our-background-util .textual-box-util,
    .our-background-util .textual-box-util::before,
    .our-background-util .textual-box-util p,
    .our-background-util .textual-box-util div div,
    .our-background-util::after {
    opacity: 1;
    animation: none;
    transform: none;
}.our-background-util h2::after,
    .our-background-util .textual-box-util::before {
    height: 100%;
    transform: none;
    width: 100%;
}}.educational-rewards-util {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(231,220,240) 0%, rgba(245, 247, 250, 0.95) 100%);
}.educational-rewards-util::before {
    position: absolute;
    left: 0;
    z-index: 0;
    background: 
        radial-gradient(circle at 15% 25%, rgba(rgb(195,184,203,0.5), 0.08) 0%, transparent 50%),
        radial-gradient(circle at 85% 75%, rgba(rgb(160,148,167,0.5), 0.06) 0%, transparent 60%);
    height: 100%;
    content: '';
    width: 100%;
    top: 0;
}.educational-rewards-util .container {
    padding: 0 20px;
    max-width: 1200px;
    z-index: 1;
    margin: 0 auto;
    position: relative;
}.educational-rewards-util .learning-creators-util {
    flex-direction: column-reverse;
    gap: 50px;
    display: flex;
    position: relative;
    align-items: center;
}.educational-rewards-util .textual-box-util {
    padding: 40px 30px;
    background: rgba(#ffffff, 0.95);
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    flex: 1;
    box-shadow: 0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.08);
    position: relative;
}.educational-rewards-util .textual-box-util:hover {
    transform: translateY(-5px);
}.educational-rewards-util .textual-box-util::before {
    content: '';
    width: 4px;
    background: rgb(195,184,203);
    left: 0;
    position: absolute;
    top: 0;
    transition: height 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    height: 0;
}.educational-rewards-util .textual-box-util:hover::before {
    height: 100%;
}.educational-rewards-util h4 {
    line-height: 1.4;
    margin-bottom: 35px;
    position: relative;
    padding-bottom: 15px;
    color: #000000;
    font-size: calc(22px * 1.05);
    font-weight: 700;
    letter-spacing: -0.01em;
}.educational-rewards-util h4::after {
    height: 3px;
    background: rgb(195,184,203);
    left: 0;
    width: 80px;
    content: '';
    position: absolute;
    transition: width 0.4s ease;
    bottom: 0;
}.educational-rewards-util .textual-box-util:hover h4::after {
    width: 120px;
}.educational-rewards-util .textual-box-util > div {
    flex-direction: column;
    display: flex;
    gap: 20px;
}.educational-rewards-util ul {
    padding: 0;
    margin: 0;
    list-style: none;
}.educational-rewards-util li {
    transform: translateY(15px);
    animation-delay: calc(0.1s * var(--i, 0));
    animation: fadeInUp 0.5s forwards;
    margin-bottom: 18px;
    opacity: 0;
}.educational-rewards-util li:nth-child(1) {
    --i: 1;
}.educational-rewards-util li:nth-child(2) {
    --i: 2;
}.educational-rewards-util li:nth-child(3) {
    --i: 3;
}.educational-rewards-util li:nth-child(4) {
    --i: 4;
}.educational-rewards-util li:nth-child(5) {
    --i: 5;
}.educational-rewards-util li p {
    gap: 12px;
    color: #000000;
    align-items: flex-start;
    font-size: 12px;
    transition: transform 0.3s ease;
    margin: 0;
    display: flex;
    line-height: 1.6;
}.educational-rewards-util li:hover p {
    transform: translateX(5px);
}.educational-rewards-util li p span:first-child {
    margin-top: 3px;
    flex-shrink: 0;
}.educational-rewards-util li p span:last-child {
    position: relative;
}.educational-rewards-util li p span:last-child::after {
    left: 0;
    background-color: rgb(195,184,203);
    width: 0;
    content: '';
    position: absolute;
    height: 1px;
    bottom: -2px;
    transition: width 0.3s ease-in-out;
}.educational-rewards-util li:hover p span:last-child::after {
    width: 100%;
}.educational-rewards-util svg {
    transform: translateY(0);
    width: 20px;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 20px;
}.educational-rewards-util li:hover svg {
    transform: translateY(-3px) rotate(-8deg);
}.educational-rewards-util svg path {
    transition: fill 0.3s ease;
    fill: rgb(195,184,203);
}.educational-rewards-util li:hover svg path {
    fill: rgb(160,148,167);
}.educational-rewards-util .cover-photo-util {
    max-width: 520px;
    width: 100%;
    object-fit: cover;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateY(-3deg) rotateX(2deg);
    border-radius: 4px;
    height: auto;
    filter: saturate(0.92);
    box-shadow: 
        25px 25px 45px rgba(rgba(0, 0, 0, 0.5), 0.1),
        -5px -5px 30px rgba(#ffffff, 0.8);
}.educational-rewards-util .cover-photo-util:hover {
    transform: perspective(1000px) rotateY(0) rotateX(0);
    box-shadow: 
        15px 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.12),
        -5px -5px 25px rgba(#ffffff, 0.9);
    filter: saturate(1.05);
}

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

@media (min-width: 768px) {.educational-rewards-util {
    padding: 140px 0;
}.educational-rewards-util .container {
    padding: 0 30px;
}.educational-rewards-util .learning-creators-util {
    align-items: center;
    flex-direction: row;
    gap: 60px;
}.educational-rewards-util .textual-box-util {
    padding: 50px 40px;
}.educational-rewards-util h4 {
    font-size: calc(22px * 1.15);
    margin-bottom: 40px;
}.educational-rewards-util .textual-box-util > div {
    gap: 30px;
    flex-direction: row;
}.educational-rewards-util .textual-box-util > div > div {
    flex: 1;
}.educational-rewards-util .cover-photo-util {
    max-width: 45%;
}
}

@media (min-width: 992px) {.educational-rewards-util .container {
    padding: 0 40px;
}.educational-rewards-util .learning-creators-util {
    gap: 80px;
}.educational-rewards-util .textual-box-util {
    padding: 60px 50px;
}.educational-rewards-util h4 {
    font-size: calc(22px * 1.25);
}.educational-rewards-util li {
    margin-bottom: 22px;
}.educational-rewards-util .cover-photo-util {
    transform: perspective(1200px) rotateY(-5deg) rotateX(3deg) translateX(-20px);
}.educational-rewards-util .cover-photo-util:hover {
    transform: perspective(1200px) rotateY(0) rotateX(0) translateX(0);
}
}

@media (min-width: 1200px) {.educational-rewards-util .learning-creators-util {
    gap: 100px;
}.educational-rewards-util .textual-box-util {
    padding: 70px 60px;
}.educational-rewards-util h4 {
    font-size: calc(22px * 1.35);
}.educational-rewards-util li p {
    font-size: calc(12px * 1.05);
}
}

@media (max-width: 767px) {.educational-rewards-util {
    padding: 80px 0;
}.educational-rewards-util h4 {
    font-size: calc(22px * 0.95);
    margin-bottom: 30px;
    padding-bottom: 12px;
}.educational-rewards-util .textual-box-util > div {
    gap: 10px;
}.educational-rewards-util .cover-photo-util {
    max-width: 90%;
}}.newsletter-util {
    padding: 4rem 2rem;
    z-index: 1;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(231,220,240) 0%, rgb(195,184,203,0.5) 100%);
    position: relative;
}.newsletter-util::before {
    top: -50%;
    position: absolute;
    transform: rotate(-15deg);
    z-index: -1;
    height: 200%;
    content: "";
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0 85%);
    left: -10%;
    background: rgb(160,148,167,0.5);
    width: 70%;
}.newsletter-util::after {
    opacity: 0.05;
    z-index: -1;
    top: 0;
    height: 100%;
    right: 0;
    position: absolute;
    width: 100%;
    content: "";
    background: repeating-linear-gradient(
        45deg,
        rgb(195,184,203,0.5) 0,
        rgb(195,184,203,0.5) 1px,
        transparent 1px,
        transparent 10px
    );
}.newsletter-util .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}.newsletter-util .learning-creators-util {
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    display: grid;
    padding: 2rem;
    gap: 2rem;
    grid-template-columns: 1fr;
    position: relative;
    backdrop-filter: blur(5px);
    transform: translateZ(0);
}.newsletter-util .learning-creators-util::before {
    opacity: 0.9;
    width: 100%;
    transform-origin: left bottom;
    background: #ffffff;
    z-index: -1;
    left: 0;
    height: 100%;
    top: 0;
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
    content: "";
    position: absolute;
}.newsletter-util .learning-creators-util:hover::before {
    transform: scale(1.01);
}.newsletter-util h4 {
    transform: translateY(0);
    line-height: 1.4;
    font-family: Arial, sans-serif;
    color: #000000;
    margin: 0 0 1rem;
    transition: transform 0.3s ease;
    font-weight: 600;
    font-size: calc(19px * 0.9);
    position: relative;
}.newsletter-util .learning-creators-util:hover h4 {
    transform: translateY(-5px);
}.newsletter-util h4::after {
    position: absolute;
    background: rgb(195,184,203);
    height: 3px;
    left: 0;
    transition: width 0.3s ease;
    width: 50px;
    bottom: -10px;
    content: "";
}.newsletter-util .learning-creators-util:hover h4::after {
    width: 100px;
}.newsletter-util .input_holder {
    gap: 1rem;
    display: flex;
    position: relative;
    flex-direction: column;
}.newsletter-util .input_holder span {
    position: relative;
    display: block;
}.newsletter-util .input_holder input[type="email"] {
    background: #ffffff;
    border-radius: 10px;
    outline: none;
    transition: all 0.3s ease;
    color: #000000;
    padding: 1rem 1.2rem;
    width: 100%;
    font-family: Arial, sans-serif;
    border: 1px solid rgba(0,0,0,0.1);
    font-size: 16px;
}.newsletter-util .input_holder input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgb(195,184,203,0.5);
    border-color: rgb(195,184,203);
}.newsletter-util .input_holder input[type="email"]::placeholder {
    transition: opacity 0.3s ease;
    color: #000000;
    opacity: 0.6;
}.newsletter-util .input_holder input[type="email"]:focus::placeholder {
    opacity: 0.3;
}.newsletter-util .input_holder input[type="submit"] {
    border-radius: 10px;
    transform: translateZ(0);
    color: #ffffff;
    padding: 1rem 1.5rem;
    font-weight: 600;
    font-family: Arial, sans-serif;
    font-size: 18px;
    border: none;
    position: relative;
    cursor: pointer;
    background: rgb(195,184,203);
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
}.newsletter-util .input_holder input[type="submit"]::before {
    top: 0;
    transition: left 0.6s ease;
    height: 100%;
    position: absolute;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    content: "";
    width: 100%;
}.newsletter-util .input_holder input[type="submit"]:hover {
    box-shadow: 0 5px 15px rgb(195,184,203,0.5);
    transform: translateY(-2px);
    background: rgb(160,148,167);
}.newsletter-util .input_holder input[type="submit"]:active {
    transform: translateY(1px);
    box-shadow: 0 2px 5px rgb(195,184,203,0.5);
}.newsletter-util .input_holder span:last-child {
    align-self: flex-start;
}

@media (min-width: 768px) {.newsletter-util {
    padding: 5rem 3rem;
}.newsletter-util .learning-creators-util {
    gap: 3rem;
    grid-template-columns: 1fr 1fr;
    padding: 3rem;
    align-items: center;
}.newsletter-util h4 {
    font-size: 19px;
    margin: 0;
}.newsletter-util .input_holder {
    align-items: stretch;
    flex-direction: row;
}.newsletter-util .input_holder span:first-child {
    flex: 1;
}
}

@media (min-width: 992px) {.newsletter-util {
    padding: 6rem 4rem;
}.newsletter-util .learning-creators-util {
    padding: 4rem;
    grid-template-columns: 1.5fr 1fr;
}.newsletter-util h4 {
    font-size: calc(19px * 1.1);
}.newsletter-util .input_holder {
    margin-left: auto;
    max-width: 500px;
}.newsletter-util .input_holder input[type="email"] {
    padding: 1.2rem 1.5rem;
}.newsletter-util .input_holder input[type="submit"] {
    padding: 1.2rem 2rem;
}
}

@media (max-width: 767px) {.newsletter-util::before {
    left: -50%;
    width: 100%;
}.newsletter-util .learning-creators-util {
    padding: 1.5rem;
}.newsletter-util h4 {
    margin-bottom: 1.5rem;
    text-align: center;
}.newsletter-util h4::after {
    transform: translateX(-50%);
    left: 50%;
}.newsletter-util .input_holder span:last-child {
    align-self: stretch;
}.newsletter-util .input_holder input[type="submit"] {
    width: 100%;
}
}

@media (max-width: 480px) {.newsletter-util {
    padding: 3rem 1rem;
}.newsletter-util .learning-creators-util {
    padding: 1.25rem;
}.newsletter-util h4 {
    font-size: calc(19px * 0.8);
}}.privacy-unit-util {
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, rgb(231,220,240) 0%, rgba(245, 245, 250, 0.95) 100%);
    overflow: hidden;
    padding: 5rem 2rem;
    color: #000000;
    position: relative;
}.privacy-unit-util::before {
    content: "";
    z-index: 1;
    right: 0;
    height: 8px;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, rgb(195,184,203) 0%, rgb(160,148,167) 100%);
    position: absolute;
}.privacy-unit-util::after {
    left: 0;
    top: 0;
    background-size: 20px 20px;
    content: "";
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 100%;
}.privacy-unit-util .container {
    z-index: 2;
    max-width: 1140px;
    position: relative;
    transform: translateZ(0);
    margin: 0 auto;
}.privacy-unit-util h1 {
    color: rgb(195,184,203);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform-style: preserve-3d;
    transform: perspective(1000px) translateZ(10px);
    margin-bottom: 2.5rem;
    font-weight: 700;
    font-size: calc(38px * 1.2);
    padding-bottom: 1rem;
}.privacy-unit-util h1::after {
    position: absolute;
    left: 0;
    width: 80px;
    background: linear-gradient(90deg, rgb(195,184,203), rgb(160,148,167,0.5));
    bottom: 0;
    height: 4px;
    content: "";
    transform-origin: left;
    transition: width 0.4s ease-out;
}.privacy-unit-util h1:hover::after {
    width: 120px;
}.privacy-unit-util h2 {
    padding-left: 1.2rem;
    transform: translateX(0);
    transition: transform 0.35s ease-out;
    font-size: 30px;
    margin: 3rem 0 1.5rem;
    color: rgb(160,148,167);
    font-weight: 600;
    position: relative;
}.privacy-unit-util h2::before {
    content: "";
    top: 50%;
    transform: translateY(-50%);
    background: rgb(195,184,203,0.5);
    width: 8px;
    left: 0;
    height: 85%;
    position: absolute;
}.privacy-unit-util h2:hover {
    transform: translateX(5px);
}.privacy-unit-util h3 {
    position: relative;
    color: #000000;
    margin: 2.5rem 0 1.2rem;
    padding-left: 1rem;
    font-size: calc(30px * 0.85);
    font-weight: 600;
}.privacy-unit-util h3::before {
    content: "";
    width: 6px;
    height: 70%;
    top: 50%;
    position: absolute;
    left: 0;
    transform: translateY(-50%);
    background: rgb(160,148,167,0.5);
}.privacy-unit-util h4 {
    position: relative;
    font-size: calc(21px * 1.1);
    margin: 2rem 0 1rem;
    font-weight: 600;
    color: #000000;
    padding-left: 0.8rem;
}.privacy-unit-util h4::before {
    background: rgb(160,148,167,0.5);
    position: absolute;
    left: 0;
    height: 60%;
    content: "";
    transform: translateY(-50%);
    width: 4px;
    top: 50%;
}.privacy-unit-util p {
    line-height: 1.8;
    color: #000000;
    padding: 0.5rem 0;
    max-width: 90%;
    font-size: 18px;
    margin-bottom: 1.5rem;
    transform: translateZ(0);
    position: relative;
    transition: transform 0.35s ease;
}.privacy-unit-util p strong {
    padding-bottom: 2px;
    display: inline-block;
    color: #000000;
    position: relative;
}.privacy-unit-util p strong::after {
    transform-origin: right;
    width: 100%;
    height: 1px;
    bottom: 0;
    transform: scaleX(0);
    transition: transform 0.35s ease-out;
    background: rgb(195,184,203,0.5);
    content: "";
    position: absolute;
    left: 0;
}.privacy-unit-util p:hover strong::after {
    transform: scaleX(1);
    transform-origin: left;
}.privacy-unit-util ul {
    padding-left: 1.5rem;
    list-style: none;
    position: relative;
    margin: 1.5rem 0 2rem;
}.privacy-unit-util ul::before {
    background: linear-gradient(to bottom, rgb(195,184,203,0.5), transparent);
    content: "";
    height: 100%;
    left: 0;
    width: 2px;
    top: 0;
    position: absolute;
}.privacy-unit-util li {
    font-size: calc(18px * 0.97);
    transition: transform 0.3s ease;
    padding: 0.8rem 0 0.8rem 2rem;
    position: relative;
    color: #000000;
    line-height: 1.7;
    margin-bottom: 0.5rem;
}.privacy-unit-util li::before {
    transition: all 0.3s ease;
    opacity: 0.8;
    border: 2px solid rgb(195,184,203);
    left: 0;
    height: 10px;
    transform: rotate(45deg);
    top: 1.2rem;
    position: absolute;
    width: 10px;
    content: "";
}.privacy-unit-util li:hover {
    transform: translateX(5px);
}.privacy-unit-util li:hover::before {
    transform: rotate(225deg);
    background-color: rgb(195,184,203,0.5);
}.privacy-unit-util span {
    transition: all 0.3s ease;
    font-size: calc(18px * 0.95);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
    padding: 1rem 1.5rem;
    line-height: 1.75;
    border-left: 3px solid rgb(160,148,167);
    display: block;
    color: #000000;
    margin-bottom: 1.5rem;
    background-color: rgba(255, 255, 255, 0.6);
    transform: translateZ(0);
}.privacy-unit-util span:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
    background-color: rgba(255, 255, 255, 0.9);
    transform: translateY(-3px);
}

@media (min-width: 992px) {.privacy-unit-util {
    padding: 7rem 3rem;
}.privacy-unit-util h1 {
    font-size: calc(38px * 1.3);
    margin-bottom: 3rem;
}.privacy-unit-util p {
    max-width: 80%;
}.privacy-unit-util h2 {
    padding-left: 1.5rem;
}.privacy-unit-util h2::before {
    width: 10px;
}.privacy-unit-util span {
    margin-left: 3rem;
    max-width: calc(100% - 6rem);
}
}

@media (max-width: 991px) {.privacy-unit-util h1 {
    font-size: calc(38px * 1.1);
}.privacy-unit-util h2 {
    font-size: calc(30px * 0.95);
}.privacy-unit-util p, .privacy-unit-util span {
    max-width: 100%;
}
}

@media (max-width: 767px) {.privacy-unit-util {
    padding: 4rem 1.5rem;
}.privacy-unit-util h1 {
    font-size: 38px;
    margin-bottom: 2rem;
}.privacy-unit-util h2 {
    padding-left: 1rem;
    margin: 2.5rem 0 1rem;
}.privacy-unit-util h3, .privacy-unit-util h4 {
    padding-left: 0.7rem;
}.privacy-unit-util ul {
    padding-left: 0.5rem;
}.privacy-unit-util li {
    padding: 0.7rem 0 0.7rem 1.8rem;
}.privacy-unit-util li::before {
    width: 8px;
    height: 8px;
}.privacy-unit-util span {
    margin-bottom: 1.2rem;
    padding: 0.8rem 1.2rem;
}
}

@media (max-width: 480px) {.privacy-unit-util {
    padding: 3rem 1rem;
}.privacy-unit-util h1 {
    font-size: calc(38px * 0.9);
}.privacy-unit-util h2 {
    font-size: calc(30px * 0.9);
}.privacy-unit-util h3 {
    font-size: calc(21px * 1.1);
}.privacy-unit-util h4 {
    font-size: 21px;
}.privacy-unit-util p, .privacy-unit-util li, .privacy-unit-util span {
    font-size: calc(18px * 0.95);
    line-height: 1.6;
}}.cookieAlertContainer-util {
    padding: 20px 0;
    width: 100%;
    background: rgb(231,220,240);
    position: fixed;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    z-index: 90;
    border-top: 3px solid rgb(195,184,203);
    bottom: 0;
}.track-toggle-util {
    padding: 0 20px;
    flex-wrap: nowrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
}#cookieUsageMessage-util {
    display: none;
}#cookieUsageMessage-util:checked ~ .cookieAlertContainer-util {
    opacity: 0;
    visibility: hidden;
}.cookieAlertContainer-util h5 {
    font-weight: 700;
    font-size: 19px;
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgb(195,184,203);
}.cookieAlertContainer-util p {
    font-size: 15px;
    max-width: 500px;
    color: #000000;
}.digital-consent-util {
    margin-right: 20px;
    flex-shrink: 0;
}.digital-consent-util svg, .digital-consent-util svg path {
    height: 80px;
    width: 80px;
    fill: rgb(195,184,203);
}.cookies-tracking-util {
    color: #ffffff;
    flex-shrink: 0;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 20px;
    transition: border 0.2s;
    margin-left: 10px;
    border-radius: 10px;
    min-width: 140px;
    background: rgb(195,184,203);
    text-decoration: none;
    border: 2px solid transparent;
    padding: 12px 24px;
    text-align: center;
}.cookie_button.cookie-none-util {
    background: rgb(195,184,203);
}.cookie_button.cookie-notice-util {
    background: rgb(160,148,167);
}.cookies-tracking-util:hover {
    border: 2px solid #ffffff;
}.cookieAlertContainer-util p a {
    color: rgb(195,184,203);
    text-decoration: underline;
    font-weight: 700;
}
@media only screen and (max-width: 1200px) {.track-toggle-util {
    padding: 0 10px;
}
}
@media only screen and (max-width: 800px) {.digital-consent-util {
    display: none;
}.track-toggle-util {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}.cookieAlertContainer-util h5, .cookieAlertContainer-util p {
    text-align: center;
}.cookie-all-util {
    margin-bottom: 20px;
}.cookies-tracking-util {
    max-width: 300px;
    margin-top: 10px;
    width: 100%;
    margin-left: 0;
}}
.content-wrapper-util .cookieAlertContainer-util {
    padding: 30px 0;
    background: rgb(160,148,167);
    border: none;
}.content-wrapper-util .cookies-tracking-util {
    background: rgb(195,184,203);
    border-radius: 10px;
    margin-left: 0;
    border: none;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
}.content-wrapper-util .cookie-all-util h5, .content-wrapper-util .cookie-all-util p {
    color: #ffffff;
}.sample-docs-util {
    position: relative;
    color: #000000;
    padding: 5rem 0 2rem;
    font-family: Arial, sans-serif;
    background-color: rgb(231,220,240);
}.sample-docs-util::before {
    bottom: 0;
    position: absolute;
    left: 0;
    height: 250px;
    opacity: 0.05;
    content: '';
    background: linear-gradient(180deg, transparent 0%, rgb(195,184,203,0.5) 100%);
    right: 0;
    z-index: 0;
}.sample-docs-util .container {
    position: relative;
    z-index: 1;
}.sample-docs-util .gdpr-block-util {
    gap: 4rem;
    display: flex;
    flex-direction: column;
}.sample-docs-util .ask-support-util {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
    border-bottom: 1px solid rgb(160,148,167,0.5);
    position: relative;
    padding-bottom: 2.5rem;
}.sample-docs-util .ask-support-util::after {
    left: 0;
    height: 3px;
    background-color: rgb(195,184,203);
    content: '';
    width: 60px;
    bottom: -1px;
    position: absolute;
}.sample-docs-util .info_item {
    padding: 0.5rem;
    transition: transform 0.3s ease-out;
}.sample-docs-util .info_item:hover {
    transform: translateX(5px);
}.sample-docs-util .info_item p,
.sample-docs-util .info_item a {
    text-decoration: none;
    color: #000000;
    font-size: 16px;
    gap: 0.75rem;
    transition: color 0.3s ease;
    display: flex;
    font-weight: 400;
    align-items: center;
}.sample-docs-util .info_item a:hover {
    color: rgb(195,184,203);
}.sample-docs-util .info_item svg {
    height: 20px;
    fill: rgb(195,184,203);
    flex-shrink: 0;
    width: 20px;
}.sample-docs-util .text_main_holder {
    display: grid;
    gap: 3rem;
    grid-template-columns: 1.2fr 1fr 1.2fr;
}.sample-docs-util .nav-mentor-util {
    flex-direction: column;
    display: flex;
    gap: 1.25rem;
}.sample-docs-util .nav-mentor-util svg {
    max-width: 160px;
    transition: opacity 0.3s ease;
    height: auto;
}.sample-docs-util .nav-mentor-util svg:hover {
    opacity: 0.8;
}.sample-docs-util .student-aid-util {
    font-size: 16px;
    max-width: 300px;
    line-height: 1.6;
    opacity: 0.8;
    color: #000000;
}.sample-docs-util .nav-wrap-util {
    flex-direction: column;
    gap: 1.5rem;
    display: flex;
}.sample-docs-util .nav-wrap-util h5 {
    position: relative;
    margin-bottom: 0.5rem;
    font-size: 23px;
    font-weight: 600;
    color: #000000;
}.sample-docs-util .top-know-util {
    flex-direction: column;
    display: flex;
    gap: 1rem;
}.sample-docs-util .top-know-util a {
    text-decoration: none;
    color: #000000;
    padding-left: 0;
    font-size: 16px;
    position: relative;
    transition: color 0.3s ease, padding-left 0.3s ease;
}.sample-docs-util .top-know-util a::before {
    transition: width 0.3s ease, left 0.3s ease;
    height: 1px;
    left: -10px;
    position: absolute;
    background-color: rgb(195,184,203);
    width: 0;
    content: '';
    transform: translateY(-50%);
    top: 50%;
}.sample-docs-util .top-know-util a:hover {
    color: rgb(195,184,203);
    padding-left: 12px;
}.sample-docs-util .top-know-util a:hover::before {
    width: 10px;
    left: 0;
}.sample-docs-util .subscribe_holder {
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    border-radius: 22px;
    gap: 1.5rem;
    padding: 2rem;
}.sample-docs-util .subscribe_holder h5 {
    color: #000000;
    font-size: 23px;
    font-weight: 600;
}.sample-docs-util .subscribe_holder p {
    line-height: 1.6;
    color: #000000;
    font-size: 16px;
}.sample-docs-util .input_holder {
    position: relative;
    gap: 0.5rem;
    display: flex;
}.sample-docs-util .input_holder input[type="email"] {
    background-color: transparent;
    flex: 1;
    border-radius: 10px;
    border: 1px solid rgb(160,148,167,0.5);
    font-size: 16px;
    padding: 1rem 1.25rem;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    color: #000000;
}.sample-docs-util .input_holder input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgb(195,184,203,0.5);
    outline: none;
    border-color: rgb(195,184,203);
}.sample-docs-util .input_holder input[type="email"]::placeholder {
    color: #000000;
    opacity: 0.5;
}.sample-docs-util .mail-signup-util {
    border: none;
    padding: 1rem 1.5rem;
    border-radius: 10px;
    cursor: pointer;
    background-color: rgb(195,184,203);
    font-size: 15px;
    font-weight: 600;
    transition: background-color 0.3s ease, transform 0.3s ease;
    color: #ffffff;
}.sample-docs-util .mail-signup-util:hover {
    transform: translateY(-2px);
    background-color: rgb(160,148,167);
}.sample-docs-util .event-cal-util {
    border-top: 1px solid rgb(160,148,167,0.5);
    text-align: center;
    margin-top: 3rem;
    padding-top: 1.5rem;
}.sample-docs-util .teach-supp-util {
    opacity: 0.8;
    color: #000000;
    font-size: 16px;
}.sample-docs-util .top-know-util:first-child {
    margin-bottom: 1.5rem;
    position: relative;
}.sample-docs-util .top-know-util:first-child::after {
    height: 1px;
    position: absolute;
    left: 0;
    content: '';
    bottom: -0.75rem;
    background-color: rgb(160,148,167,0.5);
    width: 30px;
}.sample-docs-util {
    background-blend-mode: overlay;
    background-image: 
        linear-gradient(rgb(160,148,167,0.5) 1px, transparent 1px),
        linear-gradient(to right, rgb(160,148,167,0.5) 1px, transparent 1px);
    background-size: 40px 40px;
    background-position: center;
    background-attachment: fixed;
    background-repeat: repeat;
}

@media (max-width: 1024px) {.sample-docs-util {
    padding: 4rem 0 2rem;
}.sample-docs-util .text_main_holder {
    gap: 2.5rem;
    grid-template-columns: 1fr 1fr;
}.sample-docs-util .subscribe_holder {
    grid-column: span 2;
}
}

@media (max-width: 768px) {.sample-docs-util {
    padding: 3.5rem 0 1.5rem;
}.sample-docs-util .text_main_holder {
    grid-template-columns: 1fr;
    gap: 3rem;
}.sample-docs-util .subscribe_holder {
    grid-column: auto;
}.sample-docs-util .ask-support-util {
    grid-template-columns: 1fr 1fr;
}.sample-docs-util .info_item:hover {
    transform: translateX(0) translateY(-5px);
}
}

@media (max-width: 576px) {.sample-docs-util {
    padding: 3rem 0 1.5rem;
}.sample-docs-util .ask-support-util {
    grid-template-columns: 1fr;
}.sample-docs-util .input_holder {
    flex-direction: column;
}.sample-docs-util .mail-signup-util {
    width: 100%;
}.sample-docs-util .nav-mentor-util,
    .sample-docs-util .nav-wrap-util h5,
    .sample-docs-util .top-know-util,
    .sample-docs-util .top-know-util a {
    align-items: center;
    text-align: center;
}.sample-docs-util .nav-mentor-util svg {
    margin: 0 auto;
}.sample-docs-util .student-aid-util {
    text-align: center;
    max-width: 100%;
}.sample-docs-util .top-know-util:first-child::after {
    transform: translateX(-50%);
    left: 50%;
}.sample-docs-util .ask-support-util::after {
    transform: translateX(-50%);
    left: 50%;
}.sample-docs-util .top-know-util a::before {
    display: none;
}.sample-docs-util .top-know-util a:hover {
    padding-left: 0;
}}header {
    position: fixed;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    z-index: 1000;
    width: 100%;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    background: rgb(231,220,240);
    left: 0;
    top: 0;
}header:before {
    height: 5px;
    left: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, 
        rgb(195,184,203) 0%, 
        rgb(160,148,167) 50%, 
        rgb(195,184,203) 100%
    );
    top: 0;
    content: '';
}header:after {
    width: 100%;
    opacity: 0.4;
    background: 
        linear-gradient(135deg, rgb(231,220,240) 25%, transparent 25%) -10px 0,
        linear-gradient(225deg, rgb(231,220,240) 25%, transparent 25%) -10px 0,
        linear-gradient(315deg, rgb(231,220,240) 25%, transparent 25%),
        linear-gradient(45deg, rgb(231,220,240) 25%, transparent 25%);
    left: 0;
    position: absolute;
    height: 100%;
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0.01);
    content: '';
    background-size: 20px 20px;
    bottom: 0;
}header .head-master-util {
    position: relative;
    overflow: hidden;
}header .head-master-util:before {
    height: 1px;
    background: linear-gradient(to right, 
        transparent, 
        rgb(195,184,203,0.5),
        transparent
    );
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    position: absolute;
}header .container {
    margin: 0 auto;
    position: relative;
    padding: 15px 25px;
    max-width: 1200px;
}header .container:before {
    transform: translateY(-50%) rotate(45deg);
    background: rgb(195,184,203);
    width: 8px;
    content: '';
    left: 10px;
    height: 8px;
    position: absolute;
    opacity: 0.7;
    top: 50%;
}header .container:after {
    background: rgb(160,148,167);
    opacity: 0.7;
    transform: translateY(-50%) rotate(45deg);
    height: 8px;
    right: 10px;
    content: '';
    top: 50%;
    width: 8px;
    position: absolute;
}header .top-skill-util {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}header .top-skill-util:before {
    left: 0;
    bottom: -10px;
    width: 100%;
    opacity: 0.2;
    height: 1px;
    content: '';
    position: absolute;
    background: linear-gradient(90deg,
        transparent 0%,
        #000000 20%,
        #000000 80%,
        transparent 100%
    );
}header .nav-wrap-util {
    align-items: center;
    position: relative;
    gap: 30px;
    display: flex;
}header .nav-wrap-util:before {
    transform-origin: center;
    left: 0;
    width: 100%;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    bottom: -8px;
    height: 2px;
    transform: scaleX(0.9);
    opacity: 0;
    background: rgb(195,184,203);
    position: absolute;
    content: '';
}header .nav-wrap-util:hover:before {
    opacity: 0.3;
    transform: scaleX(1);
}header .nav-guide-util {
    letter-spacing: 0.5px;
    font-weight: 600;
    font-family: Arial, sans-serif;
    padding: 8px 2px;
    position: relative;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 17px;
    color: #000000;
    transition: all 0.3s ease;
    overflow: hidden;
}header .nav-guide-util:before {
    content: '';
    bottom: 0;
    transform: translateX(-101%);
    left: 0;
    transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    height: 2px;
    background: rgb(195,184,203);
    position: absolute;
    width: 100%;
}header .nav-guide-util:after {
    transform: translate(-50%, -50%) rotate(45deg);
    transition: all 0.3s ease;
    position: absolute;
    height: 8px;
    content: '';
    top: 100%;
    background: rgb(195,184,203);
    opacity: 0;
    width: 8px;
    left: 50%;
}header .nav-guide-util:hover {
    color: rgb(195,184,203);
}header .nav-guide-util:hover:before {
    transform: translateX(0);
}header .nav-guide-util:hover:after {
    opacity: 1;
    top: calc(100% - 3px);
}header .head-core-util {
    display: flex;
    text-decoration: none;
    align-items: center;
    position: relative;
    transition: all 0.3s ease;
    padding: 5px 12px;
}header .head-core-util:before {
    top: 0;
    width: 100%;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    border: 2px solid transparent;
    background: linear-gradient(rgb(231,220,240), rgb(231,220,240)) padding-box,
                linear-gradient(135deg, rgb(195,184,203), rgb(160,148,167)) border-box;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border-radius: 10px;
    height: 100%;
}header .head-core-util:after {
    left: -5px;
    opacity: 0;
    background: linear-gradient(135deg, rgb(195,184,203), rgb(160,148,167));
    border-radius: 50%;
    width: 10px;
    position: absolute;
    height: 10px;
    transition: all 0.4s ease;
    content: '';
    transform: scale(0);
    top: -5px;
}header .head-core-util:hover:before {
    opacity: 1;
}header .head-core-util:hover:after {
    transform: scale(1);
    opacity: 1;
}header .head-core-util svg {
    width: auto;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    height: 42px;
}header .head-core-util:hover svg {
    transform: scale(1.05);
}

@keyframes drawBorder {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 300% 0%;
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.7;
    }
    50% {
        opacity: 1;
    }
}

@media (max-width: 991px) {header .container {
    padding: 15px 20px;
}header .nav-wrap-util {
    gap: 20px;
}header .head-core-util svg {
    height: 38px;
}
}

@media (max-width: 767px) {header .nav-wrap-util {
    top: 0;
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.1);
    height: 100vh;
    position: fixed;
    width: 80%;
    right: -100%;
    background: rgb(231,220,240);
    z-index: 1001;
    flex-direction: column;
    max-width: 320px;
    padding: 75px 30px 30px;
    transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    gap: 5px;
}header .nav-wrap-util:before {
    left: 10%;
    width: 80%;
    bottom: auto;
    top: 60px;
    height: 1px;
}header .menu.active {
    right: 0;
}header .nav-guide-util {
    width: 100%;
    padding: 14px 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}header .nav-guide-util:last-child {
    border-bottom: none;
}header .nav-guide-util:after {
    transform: translateY(-50%) rotate(45deg);
    left: 10px;
    top: 50%;
}header .nav-guide-util:hover:after {
    top: 50%;
    left: 5px;
    opacity: 1;
}header .head-core-util {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 12px 15px;
}header .container:before,
    header .container:after {
    display: none;
}header .head-core-util svg {
    height: 35px;
}}.contact-information-util {
    padding: 6rem 0;
    overflow: hidden;
    background: linear-gradient(
        -45deg, 
        rgb(231,220,240) 0%, 
        rgb(160,148,167,0.5) 100%
    );
    position: relative;
}.contact-information-util .container {
    padding: 0 1rem;
    max-width: 1400px;
    margin: 0 auto;
}.contact-information-util .request-info-util {
    background: rgb(160,148,167,0.5);
    border-radius: 14px;
    box-shadow: 0 25px 50px rgb(195,184,203,0.5);
    align-items: stretch;
    display: flex;
    position: relative;
    overflow: hidden;
}.contact-information-util .cover-photo-util {
    transform: skew(-10deg);
    flex: 0 0 45%;
    min-height: 600px;
    margin-left: -5%;
    position: relative;
    z-index: 2;
}.contact-information-util .cover-photo-util::before {
    height: 100%;
    z-index: 1;
    width: 120%;
    top: 0;
    position: absolute;
    content: '';
    opacity: 0.7;
    left: 0;
    transform: skew(10deg);
    background: linear-gradient(
        135deg, 
        rgb(195,184,203,0.5) 0%, 
        rgb(160,148,167,0.5) 100%
    );
}.contact-information-util .request-links-util {
    flex-direction: column;
    padding: 4rem 3rem 4rem 10%;
    justify-content: center;
    display: flex;
    position: relative;
    flex: 0 0 55%;
    z-index: 3;
}.contact-information-util h2 {
    margin-bottom: 2.5rem;
    position: relative;
    font-size: 39px;
    font-weight: 700;
    text-align: left;
    color: #ffffff;
    padding-left: 2rem;
}.contact-information-util h2::before {
    left: 0;
    content: '';
    background: rgb(195,184,203);
    transform: translateY(-50%);
    height: 1rem;
    width: 1rem;
    top: 50%;
    position: absolute;
    border-radius: 50%;
    box-shadow: 0 0 15px rgb(195,184,203,0.5);
}.contact-information-util .request-links-util h3 {
    color: #ffffff;
    font-weight: 600;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    font-size: 29px;
    position: relative;
}.contact-information-util .request-links-util h3::after {
    content: '';
    left: 0;
    height: 3px;
    background: rgb(195,184,203);
    width: 50px;
    bottom: 0;
    position: absolute;
}.contact-information-util .request-links-util form {
    gap: 1.5rem;
    display: grid;
}.contact-information-util .request-links-util input:not([type="checkbox"]):not([type="submit"]) {
    border: 1px solid rgb(195,184,203,0.5);
    position: relative;
    padding: 1rem 1.5rem;
    font-size: 12px;
    transition: all 0.3s ease;
    border-radius: 10px;
    color: #ffffff;
    background: rgb(160,148,167,0.5);
    outline: none;
    width: 100%;
}.contact-information-util .request-links-util input:not([type="checkbox"]):not([type="submit"])::after {
    position: absolute;
    background: rgb(195,184,203);
    bottom: -2px;
    content: '';
    left: 0;
    transition: width 0.3s ease;
    height: 2px;
    width: 0;
}.contact-information-util .request-links-util input:not([type="checkbox"]):not([type="submit"]):focus {
    box-shadow: 0 0 15px rgb(195,184,203,0.5);
    border-color: rgb(195,184,203);
}.contact-information-util .request-links-util input:not([type="checkbox"]):not([type="submit"]):focus::after {
    width: 100%;
}.contact-information-util .request-links-util .contact-inquiry-util {
    align-items: center;
    gap: 1rem;
    display: flex;
}.contact-information-util .request-links-util .contact-inquiry-util input[type="checkbox"] {
    background: rgb(160,148,167,0.5);
    position: relative;
    border: 2px solid rgb(195,184,203,0.5);
    appearance: none;
    width: 22px;
    transition: all 0.3s ease;
    border-radius: 10px;
    height: 22px;
    cursor: pointer;
}.contact-information-util .request-links-util .contact-inquiry-util input[type="checkbox"]:checked {
    border-color: rgb(195,184,203);
    background: rgb(195,184,203);
}.contact-information-util .request-links-util .contact-inquiry-util input[type="checkbox"]:checked::after {
    left: 50%;
    position: absolute;
    color: #ffffff;
    transform: translate(-50%, -50%);
    font-size: 0.8rem;
    content: '✔';
    top: 50%;
}.contact-information-util .request-links-util .contact-inquiry-util label {
    display: flex;
    color: #ffffff;
    align-items: center;
    font-size: 12px;
}.contact-information-util .request-links-util .contact-inquiry-util a {
    text-decoration: none;
    color: rgb(195,184,203);
    transition: color 0.3s ease;
    margin-left: 0.3rem;
}.contact-information-util .request-links-util .contact-inquiry-util a:hover {
    text-decoration: underline;
}.contact-information-util .request-links-util .inquiry-panel-util {
    border-radius: 10px;
    transition: all 0.3s ease;
    position: relative;
    width: 100%;
    border: none;
    padding: 1rem;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    background: rgb(195,184,203);
    overflow: hidden;
}.contact-information-util .request-links-util .inquiry-panel-util::before {
    content: '';
    position: absolute;
    top: -50%;
    background: linear-gradient(
        135deg, 
        transparent, 
        rgb(195,184,203,0.5), 
        transparent
    );
    height: 200%;
    transition: all 0.5s ease;
    opacity: 0;
    transform: rotate(-45deg);
    left: -50%;
    width: 200%;
}.contact-information-util .request-links-util .inquiry-panel-util:hover::before {
    opacity: 1;
}.contact-information-util .request-links-util .inquiry-panel-util:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgb(195,184,203,0.5);
}

@media screen and (max-width: 1200px) {.contact-information-util .cover-photo-util {
    margin-left: -3%;
}
}

@media screen and (max-width: 1024px) {.contact-information-util .request-info-util {
    flex-direction: column;
}.contact-information-util .cover-photo-util {
    margin-left: 0;
    transform: none;
    flex: 0 0 100%;
    min-height: 300px;
}.contact-information-util .cover-photo-util::before {
    transform: none;
    width: 100%;
}.contact-information-util .request-links-util {
    padding: 3rem 2rem;
    flex: 0 0 100%;
}
}

@media screen and (max-width: 768px) {.contact-information-util {
    padding: 3rem 0;
}.contact-information-util h2 {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
    font-size: calc(39px * 0.8);
}.contact-information-util h2::before {
    width: 0.8rem;
    height: 0.8rem;
}.contact-information-util .request-links-util h3 {
    font-size: calc(29px * 0.9);
    margin-bottom: 1.5rem;
}.contact-information-util .request-links-util input:not([type="checkbox"]):not([type="submit"]) {
    padding: 0.8rem 1.2rem;
}
}

@media screen and (max-width: 480px) {.contact-information-util .request-info-util {
    border-radius: 0;
}.contact-information-util .request-links-util {
    padding: 2rem 1.5rem;
}}.course-candidates-util {
    padding: 5rem 0;
    position: relative;
    background: rgb(231,220,240);
    overflow: hidden;
    z-index: 1;
}.course-candidates-util::before {
    width: 100%;
    position: absolute;
    background: linear-gradient(135deg, 
        transparent 0%,
        rgba(rgb(160,148,167,0.5), 0.05) 25%, 
        transparent 35%,
        rgba(rgb(195,184,203,0.5), 0.05) 50%,
        transparent 65%,
        rgba(rgb(160,148,167,0.5), 0.05) 75%,
        transparent 100%
    );
    height: 100%;
    left: 0;
    z-index: -1;
    top: 0;
    content: "";
}.course-candidates-util::after {
    background-image: 
        radial-gradient(rgba(rgb(195,184,203,0.5), 0.15) 2px, transparent 2px),
        radial-gradient(rgba(rgb(160,148,167,0.5), 0.1) 2px, transparent 2px);
    left: 0;
    opacity: 0.5;
    height: 100%;
    background-position: 0 0, 25px 25px;
    background-size: 50px 50px, 100px 100px;
    content: "";
    z-index: -1;
    position: absolute;
    width: 100%;
    top: 0;
}.course-candidates-util .learning-creators-util {
    position: relative;
    padding: 0 2rem;
    max-width: 1100px;
    margin: 0 auto;
}.course-candidates-util h3 {
    margin-bottom: 3rem;
    color: rgb(160,148,167);
    font-weight: 700;
    font-size: 33px;
    position: relative;
    padding-left: 2rem;
    text-align: left;
}.course-candidates-util h3::before {
    width: 5px;
    left: 0;
    height: 100%;
    position: absolute;
    background: linear-gradient(
        to bottom,
        rgb(160,148,167),
        rgb(195,184,203)
    );
    content: "";
    border-radius: 10px;
    top: 0;
}.course-candidates-util ul {
    list-style: none;
    display: grid;
    gap: 2rem 1.5rem;
    position: relative;
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
    margin: 0;
}.course-candidates-util ul::before {
    height: 100%;
    background: linear-gradient(
        to bottom,
        transparent,
        rgba(rgb(195,184,203,0.5), 0.3),
        transparent
    );
    position: absolute;
    width: 1px;
    z-index: -1;
    content: "";
    left: 50%;
    top: 0;
}.course-candidates-util li {
    align-items: flex-start;
    background: rgba(rgb(160,148,167,0.5), 0.03);
    position: relative;
    transition: all 0.3s ease;
    box-shadow: 
        0 5px 15px rgba(0, 0, 0, 0.05),
        inset 0 0 0 1px rgba(rgb(160,148,167,0.5), 0.1);
    padding: 1.5rem;
    display: flex;
    border-radius: 17px;
}.course-candidates-util li::before {
    height: 4px;
    position: absolute;
    content: "";
    transition: opacity 0.4s ease;
    border-radius: 10px 10px 0 0;
    opacity: 0;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(rgb(195,184,203,0.5), 0.5),
        transparent
    );
    top: 0;
    right: 0;
    left: 0;
}.course-candidates-util li::after {
    left: -10px;
    background: radial-gradient(
        circle,
        rgba(rgb(195,184,203,0.5), 0.15) 0%,
        transparent 70%
    );
    border-radius: 50%;
    content: "";
    top: -10px;
    height: 40px;
    width: 40px;
    position: absolute;
    z-index: -1;
}.course-candidates-util li:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 10px 25px rgba(0, 0, 0, 0.1),
        inset 0 0 0 1px rgba(rgb(195,184,203,0.5), 0.2);
    background: rgba(rgb(160,148,167,0.5), 0.05);
}.course-candidates-util li:hover::before {
    opacity: 1;
}.course-candidates-util li:nth-child(odd)::after {
    right: -10px;
    left: auto;
    animation: pulseEven 3s infinite alternate ease-in-out;
}.course-candidates-util li:nth-child(even)::after {
    animation: pulseOdd 3s infinite alternate-reverse ease-in-out;
}.course-candidates-util li svg {
    margin-right: 1rem;
    transition: all 0.3s ease;
    fill: rgb(195,184,203);
    height: 32px;
    flex-shrink: 0;
    position: relative;
    width: 32px;
}.course-candidates-util li svg::after {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
    background: radial-gradient(
        circle,
        rgba(rgb(195,184,203,0.5), 0.3) 0%,
        transparent 70%
    );
    border-radius: 50%;
    content: "";
}.course-candidates-util li svg path {
    fill: rgb(195,184,203);
    transition: fill 0.3s ease;
}.course-candidates-util li:hover svg {
    animation: pulse 2s infinite;
    transform: scale(1.1);
}.course-candidates-util li:hover svg path {
    fill: rgb(195,184,203);
}.course-candidates-util li {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
}

@keyframes pulse {
    0% {
        filter: drop-shadow(0 0 2px rgba(rgb(195,184,203,0.5), 0.5));
    }
    50% {
        filter: drop-shadow(0 0 8px rgba(rgb(195,184,203,0.5), 0.8));
    }
    100% {
        filter: drop-shadow(0 0 2px rgba(rgb(195,184,203,0.5), 0.5));
    }
}

@keyframes pulseOdd {
    0% {
        opacity: 0.4;
        transform: scale(0.8);
    }
    100% {
        opacity: 0.7;
        transform: scale(1.2);
    }
}

@keyframes pulseEven {
    0% {
        opacity: 0.3;
        transform: scale(1);
    }
    100% {
        opacity: 0.6;
        transform: scale(1.4);
    }
}

@media (max-width: 992px) {.course-candidates-util {
    padding: 4rem 0;
}.course-candidates-util h3 {
    font-size: calc(33px * 0.9);
    margin-bottom: 2.5rem;
}.course-candidates-util ul {
    gap: 1.5rem 1.2rem;
}
}

@media (max-width: 768px) {.course-candidates-util {
    padding: 3.5rem 0;
}.course-candidates-util .learning-creators-util {
    padding: 0 1.5rem;
}.course-candidates-util h3 {
    padding-left: 0;
    font-size: calc(33px * 0.8);
    margin-bottom: 2rem;
    text-align: center;
}.course-candidates-util h3::before {
    transform: translateX(-50%);
    height: 4px;
    left: 50%;
    top: auto;
    bottom: -12px;
    width: 80px;
}.course-candidates-util ul {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.course-candidates-util ul::before {
    display: none;
}
}

@media (max-width: 480px) {.course-candidates-util {
    padding: 3rem 0;
}.course-candidates-util .learning-creators-util {
    padding: 0 1rem;
}.course-candidates-util h3 {
    font-size: calc(33px * 0.7);
    margin-bottom: 1.8rem;
}.course-candidates-util h3::before {
    height: 3px;
    width: 60px;
}.course-candidates-util li {
    padding: 1.2rem;
}.course-candidates-util li svg {
    height: 28px;
    width: 28px;
    margin-right: 0.8rem;
}.course-candidates-util li::after {
    height: 30px;
    width: 30px;
    top: -8px;
    left: -8px;
}}.pricing-plan-card-util {
    position: relative;
    padding: 120px 0 140px;
    color: #ffffff;
    overflow: hidden;
}.pricing-plan-card-util::before {
    content: "";
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    background: linear-gradient(135deg, rgba(25, 35, 60, 0.92), rgba(35, 45, 85, 0.95));
    z-index: 0;
    top: 0;
}.pricing-plan-card-util .container {
    padding: 0 15px;
    margin: 0 auto;
    z-index: 1;
    max-width: 1320px;
    position: relative;
}.pricing-plan-card-util .cost-options-util {
    position: relative;
}.pricing-plan-card-util .cost-options-util::before {
    position: absolute;
    border-radius: 50%;
    height: 200px;
    right: -80px;
    width: 200px;
    opacity: 0.4;
    filter: blur(60px);
    content: "";
    pointer-events: none;
    top: -80px;
    background: linear-gradient(225deg, rgb(195,184,203,0.5), transparent);
}.pricing-plan-card-util h2 {
    background-clip: text !important;
    color: transparent;
    margin-bottom: 20px;
    position: relative;
    text-shadow: 0 2px 15px rgba(255, 255, 255, 0.15);
    font-weight: 700;
    display: inline-block;
    background: linear-gradient(90deg, #ffffff, rgba(255, 255, 255, 0.8));
    -webkit-background-clip: text !important;
    font-size: 35px;
}.pricing-plan-card-util h2::after {
    content: "";
    width: 80px;
    left: 0;
    height: 3px;
    transform-origin: left;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: absolute;
    transform: scaleX(1);
    bottom: -8px;
    background: rgb(195,184,203);
}.pricing-plan-card-util h2:hover::after {
    transform: scaleX(1.2);
}.pricing-plan-card-util .class-rates-util {
    margin-bottom: 50px;
    line-height: 1.6;
    font-weight: 300;
    font-size: calc(16px + 2px);
    opacity: 0.9;
    max-width: 700px;
}.pricing-plan-card-util .premium-grid-util {
    display: grid;
    list-style: none;
    margin: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    padding: 0;
    gap: 30px;
}.pricing-plan-card-util .premium-grid-util li {
    height: 100%;
    perspective: 1000px;
}.pricing-plan-card-util .fee-offers-util {
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 0 3px 10px rgba(0, 0, 0, 0.1);
    display: block;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.08);
    min-height: 400px;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    height: 100%;
    transform-style: preserve-3d;
    -webkit-backdrop-filter: blur(10px);
}.pricing-plan-card-util .fee-offers-util:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 0 5px 15px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px) rotateX(2deg) rotateY(2deg);
}.pricing-plan-card-util .fee-offers-util::before {
    width: 100%;
    background: linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.05), transparent);
    pointer-events: none;
    content: "";
    height: 100%;
    transition: transform 0.8s ease;
    top: 0;
    transform: translateX(-100%);
    left: 0;
    position: absolute;
}.pricing-plan-card-util .fee-offers-util:hover::before {
    transform: translateX(100%);
}.pricing-plan-card-util .fee-offers-util::after {
    width: 10px;
    border-radius: 50%;
    height: 10px;
    position: absolute;
    background: rgb(195,184,203);
    left: -5px;
    content: "";
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    top: -5px;
    opacity: 0.8;
    box-shadow: 0 0 20px 5px rgb(195,184,203,0.5);
}.pricing-plan-card-util .fee-offers-util:hover::after {
    transform: scale(1.5);
}.pricing-plan-card-util .value-plan-util {
    position: relative;
    flex-direction: column;
    padding: 35px 25px;
    height: 100%;
    display: flex;
    overflow: hidden;
}.pricing-plan-card-util .member-plans-util {
    z-index: 2;
    position: relative;
}.pricing-plan-card-util .fee-offers-util h4 {
    position: relative;
    font-size: 24px;
    transition: transform 0.3s ease;
    margin-bottom: 20px;
    padding-bottom: 15px;
    color: #ffffff;
    font-weight: 600;
}.pricing-plan-card-util .fee-offers-util:hover h4 {
    transform: translateX(5px);
}.pricing-plan-card-util .fee-offers-util h4::after {
    background: rgb(195,184,203);
    bottom: 0;
    content: "";
    transition: width 0.3s ease;
    position: absolute;
    height: 2px;
    left: 0;
    width: 40px;
}.pricing-plan-card-util .fee-offers-util:hover h4::after {
    width: 60px;
}.pricing-plan-card-util .fee-offers-util p {
    font-size: 16px;
    overflow-y: auto;
    padding-right: 10px;
    max-height: 200px;
    white-space: normal;
    margin-bottom: 30px;
    overflow-wrap: break-word;
    word-break: normal;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.7;
}.pricing-plan-card-util .fee-offers-util p::-webkit-scrollbar {
    width: 4px;
}.pricing-plan-card-util .fee-offers-util p::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
}.pricing-plan-card-util .fee-offers-util p::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.1);
}.pricing-plan-card-util .lesson-plans-util {
    background: linear-gradient(135deg, rgb(195,184,203), rgb(160,148,167));
    font-size: calc(24px + 4px);
    display: inline-block;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    font-weight: 700;
    padding: 10px 25px;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}.pricing-plan-card-util .fee-offers-util:hover .lesson-plans-util {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}.pricing-plan-card-util .lesson-plans-util::before {
    position: absolute;
    transform: skewX(-20deg) translateX(-100%);
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.1), transparent);
    top: 0;
    height: 100%;
    width: 100%;
    transition: transform 0.6s ease;
    content: "";
    left: 0;
}.pricing-plan-card-util .fee-offers-util:hover .lesson-plans-util::before {
    transform: skewX(-20deg) translateX(100%);
}

@media (max-width: 991px) {.pricing-plan-card-util {
    padding: 80px 0 100px;
}.pricing-plan-card-util .premium-grid-util {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.pricing-plan-card-util .fee-offers-util {
    min-height: 450px;
}.pricing-plan-card-util .value-plan-util {
    padding: 25px 20px;
}.pricing-plan-card-util h2 {
    font-size: calc(35px - 4px);
}.pricing-plan-card-util .class-rates-util {
    font-size: 16px;
    margin-bottom: 40px;
}
}

@media (max-width: 767px) {.pricing-plan-card-util {
    padding: 60px 0 80px;
}.pricing-plan-card-util .premium-grid-util {
    max-width: 400px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.pricing-plan-card-util .fee-offers-util {
    min-height: auto;
}.pricing-plan-card-util h2 {
    font-size: calc(35px - 8px);
}.pricing-plan-card-util .class-rates-util {
    margin-bottom: 30px;
    font-size: calc(16px - 1px);
}.pricing-plan-card-util .fee-offers-util p {
    max-height: 150px;
}
}

@media (max-width: 480px) {.pricing-plan-card-util {
    padding: 50px 0 70px;
}.pricing-plan-card-util .value-plan-util {
    padding: 20px 15px;
}.pricing-plan-card-util h2 {
    font-size: calc(35px - 10px);
}.pricing-plan-card-util .lesson-plans-util {
    padding: 8px 20px;
    font-size: 24px;
}.pricing-plan-card-util .fee-offers-util h4 {
    font-size: calc(24px - 2px);
    margin-bottom: 15px;
}}.teacher-profile-util {
    background: linear-gradient(45deg, rgb(231,220,240) 0%, #ffffff 100%);
    padding: 70px 30px;
    overflow: hidden;
    position: relative;
}.teacher-profile-util::before {
    opacity: 0.4;
    width: 100%;
    position: absolute;
    background: radial-gradient(circle at 30% 50%, rgb(195,184,203,0.5) 0%, transparent 40%);
    height: 100%;
    left: 0;
    z-index: 0;
    content: "";
    top: 0;
}.teacher-profile-util::after {
    position: absolute;
    z-index: 0;
    right: 0;
    top: 0;
    height: 100%;
    opacity: 0.3;
    background: radial-gradient(circle at 70% 30%, rgb(160,148,167,0.5) 0%, transparent 40%);
    content: "";
    width: 100%;
}.teacher-profile-util .user-feedback-util {
    grid-template-columns: 1fr;
    max-width: 1000px;
    transform-style: preserve-3d;
    z-index: 2;
    display: grid;
    position: relative;
    margin: 0 auto;
    perspective: 1500px;
}.teacher-profile-util .cover-photo-util {
    width: 100%;
    height: 300px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    border-radius: 19px 19px 0 0;
    transform: rotateX(10deg);
    z-index: 2;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-origin: bottom;
}.teacher-profile-util .cover-photo-util::before {
    background: linear-gradient(
        to bottom,
        transparent 50%,
        rgba(0, 0, 0, 0.5) 100%
    );
    left: 0;
    height: 100%;
    z-index: 1;
    top: 0;
    width: 100%;
    position: absolute;
    content: "";
}.teacher-profile-util .user-feedback-util:hover .cover-photo-util {
    transform: rotateX(0deg) translateZ(30px);
}.teacher-profile-util .exp-grid-util {
    border-radius: 0 0 19px 19px;
    padding: 40px;
    transform: rotateX(-5deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 1;
    position: relative;
    transform-origin: top;
}.teacher-profile-util .user-feedback-util:hover .exp-grid-util {
    transform: rotateX(0deg) translateZ(20px);
}.teacher-profile-util .name {
    font-size: 28px;
    margin-bottom: 10px;
    display: inline-block;
    transform: translateZ(0);
    color: rgb(195,184,203);
    position: relative;
    transition: transform 0.4s ease;
    font-weight: 700;
}.teacher-profile-util .name::after {
    position: absolute;
    left: 0;
    width: 0;
    background: linear-gradient(to right, rgb(160,148,167), transparent);
    content: "";
    bottom: -5px;
    transition: width 0.4s ease 0.1s;
    height: 3px;
}.teacher-profile-util .user-feedback-util:hover .name::after {
    width: 100%;
}.teacher-profile-util .user-feedback-util:hover .name {
    transform: translateZ(10px);
}.teacher-profile-util .exp-grid-util > div:nth-child(2) {
    color: #000000;
    margin-bottom: 20px;
    transition: transform 0.4s ease 0.1s, color 0.3s ease;
    opacity: 0.7;
    font-size: 19px;
    font-weight: 600;
    transform: translateZ(0);
    letter-spacing: 1px;
}.teacher-profile-util .user-feedback-util:hover .exp-grid-util > div:nth-child(2) {
    transform: translateZ(15px);
    color: rgb(160,148,167);
}.teacher-profile-util .experience-tasks-util {
    line-height: 1.7;
    transform: translateZ(0);
    transition: transform 0.4s ease 0.2s;
    border-top: 1px solid rgb(231,220,240);
    position: relative;
    font-size: 14px;
    padding: 20px 0 0 0;
    color: #000000;
}.teacher-profile-util .user-feedback-util:hover .experience-tasks-util {
    transform: translateZ(5px);
}.teacher-profile-util .experience-tasks-util::before {
    color: rgb(160,148,167,0.5);
    left: -5px;
    opacity: 0.5;
    content: "";
    top: 10px;
    font-size: 60px;
    position: absolute;
    line-height: 0;
}

@media (min-width: 768px) {.teacher-profile-util .user-feedback-util {
    grid-template-columns: 300px 1fr;
    grid-gap: 0;
}.teacher-profile-util .cover-photo-util {
    border-radius: 19px 0 0 19px;
    transform: rotateY(-10deg);
    height: 100%;
    transform-origin: right;
}.teacher-profile-util .user-feedback-util:hover .cover-photo-util {
    transform: rotateY(0deg) translateZ(30px);
}.teacher-profile-util .exp-grid-util {
    border-radius: 0 19px 19px 0;
    transform: rotateY(5deg);
    transform-origin: left;
}.teacher-profile-util .user-feedback-util:hover .exp-grid-util {
    transform: rotateY(0deg) translateZ(20px);
}
}

@media (max-width: 767px) {.teacher-profile-util {
    padding: 50px 20px;
}.teacher-profile-util .cover-photo-util {
    height: 250px;
}.teacher-profile-util .exp-grid-util {
    padding: 30px 25px;
}.teacher-profile-util .name {
    font-size: calc(28px - 4px);
}.teacher-profile-util .exp-grid-util > div:nth-child(2) {
    font-size: calc(19px - 1px);
}.teacher-profile-util .experience-tasks-util {
    font-size: calc(14px - 1px);
}}.gratNote-util {
    background: linear-gradient(135deg, rgb(231,220,240) 0%, rgb(160,148,167,0.5) 100%);
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
}.gratNote-util::before {
    left: 0;
    position: absolute;
    content: "";
    transform: perspective(1000px) rotateX(5deg);
    width: 100%;
    background-image: 
        linear-gradient(90deg, rgb(195,184,203,0.5) 1px, transparent 1px),
        linear-gradient(0deg, rgb(195,184,203,0.5) 1px, transparent 1px);
    top: 0;
    z-index: 1;
    height: 100%;
    background-size: 35px 35px;
    pointer-events: none;
    opacity: 0.07;
}.gratNote-util::after {
    z-index: 0;
    top: -20%;
    filter: blur(30px);
    animation: float 15s infinite ease-in-out;
    opacity: 0.15;
    position: absolute;
    right: -10%;
    background: radial-gradient(circle, rgb(195,184,203,0.5) 0%, transparent 70%);
    content: "";
    height: 70%;
    width: 60%;
}.gratNote-util .container {
    padding: 0 20px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
}.gratNote-util h2 {
    font-weight: 700;
    position: relative;
    margin-bottom: 2.5rem;
    max-width: 80%;
    transform: translateY(20px);
    animation: slideUp 0.8s forwards ease-out 0.2s;
    color: #000000;
    opacity: 0;
    font-size: 35px;
}.gratNote-util h2::after {
    background: linear-gradient(90deg, rgb(195,184,203) 0%, rgb(195,184,203,0.5) 100%);
    transform-origin: left;
    content: "";
    height: 3px;
    transform: scaleX(0);
    position: absolute;
    animation: expandLine 1s forwards ease-out 1s;
    width: 80px;
    bottom: -12px;
    left: 0;
}.gratNote-util .learning-creators-util {
    animation: slideUp 0.8s forwards ease-out 0.5s;
    padding: 3.5rem;
    transform: translateY(30px);
    opacity: 0;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06), 
                0 0 0 1px rgba(0, 0, 0, 0.03);
    background: #ffffff;
}.gratNote-util .learning-creators-util::before {
    z-index: -1;
    height: 100%;
    top: 0;
    background: linear-gradient(135deg, rgb(195,184,203,0.5) 0%, transparent 100%);
    opacity: 0.03;
    position: absolute;
    width: 100%;
    left: 0;
    content: "";
}.gratNote-util .learning-creators-util ul {
    list-style: none;
    padding: 0;
    margin: 0;
}.gratNote-util .learning-creators-util li {
    padding-left: 2rem;
    position: relative;
}.gratNote-util .learning-creators-util li::before {
    top: 8px;
    position: absolute;
    height: 8px;
    border-radius: 50%;
    transform: scale(0);
    background-color: rgb(195,184,203);
    left: 0;
    width: 8px;
    animation: pulseIn 0.6s forwards ease-out 1.2s;
    content: "";
}.gratNote-util .learning-creators-util span {
    font-family: Arial, sans-serif;
    font-size: 17px;
    transform: translateX(10px);
    opacity: 0;
    display: block;
    animation: fadeIn 0.8s forwards ease-out 0.9s;
    color: #000000;
    position: relative;
    line-height: 1.7;
}

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

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

@keyframes pulseIn {
    0% {
        transform: scale(0);
    }
    50% {
        transform: scale(1.3);
    }
    100% {
        transform: scale(1);
    }
}

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

@keyframes float {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-30px) rotate(5deg);
    }
}

@media (max-width: 991px) {.gratNote-util {
    padding: 4rem 0;
}.gratNote-util h2 {
    font-size: calc(35px * 0.9);
    max-width: 100%;
}.gratNote-util .learning-creators-util {
    padding: 2.5rem;
}
}

@media (max-width: 767px) {.gratNote-util {
    padding: 3rem 0;
}.gratNote-util::before {
    background-size: 25px 25px;
}.gratNote-util h2 {
    font-size: calc(35px * 0.8);
    margin-bottom: 2rem;
}.gratNote-util .learning-creators-util {
    padding: 2rem;
}.gratNote-util .learning-creators-util li {
    padding-left: 1.5rem;
}.gratNote-util .learning-creators-util li::before {
    height: 6px;
    width: 6px;
    top: 6px;
}
}

@media (max-width: 480px) {.gratNote-util {
    padding: 2.5rem 0;
}.gratNote-util h2 {
    font-size: calc(35px * 0.7);
    margin-bottom: 1.5rem;
}.gratNote-util .learning-creators-util {
    padding: 1.5rem;
}.gratNote-util h2::after {
    bottom: -8px;
    height: 2px;
    width: 60px;
}}.user-comments-util {
    padding: 8rem 2rem;
    position: relative;
    background: linear-gradient(90deg, rgb(231,220,240) 0%, rgb(195,184,203,0.5) 30%, rgb(231,220,240) 100%);
    perspective: 1000px;
    overflow: hidden;
}.user-comments-util::before {
    left: 10%;
    position: absolute;
    content: "";
    width: 80%;
    top: 50%;
    background: linear-gradient(90deg, transparent, rgb(195,184,203), transparent);
    height: 1px;
    z-index: 1;
    box-shadow: 0 0 20px 5px rgb(195,184,203,0.5);
}.user-comments-util::after {
    z-index: 0;
    left: 0;
    height: 100%;
    top: 0;
    position: absolute;
    background: radial-gradient(circle at 30% 50%, rgb(160,148,167,0.5) 0%, transparent 60%);
    opacity: 0.4;
    width: 100%;
    content: "";
}.user-comments-util .container {
    position: relative;
    z-index: 2;
}.user-comments-util h2 {
    perspective: 1000px;
    position: relative;
    font-weight: 700;
    text-align: center;
    color: #000000;
    font-size: calc(32px * 1.4);
    margin-bottom: 4rem;
}.user-comments-util h2::before {
    width: 100%;
    content: "";
    left: 0;
    height: 20px;
    background: linear-gradient(to right, transparent, rgb(195,184,203,0.5), transparent);
    bottom: -20px;
    filter: blur(10px);
    position: absolute;
}.user-comments-util .testimonials-hub-util {
    scroll-snap-type: x mandatory;
    transform-style: preserve-3d;
    gap: 3rem;
    padding: 3rem 0;
    flex-wrap: nowrap;
    display: flex;
    scrollbar-width: thin;
    overflow-x: auto;
    scrollbar-color: rgb(195,184,203) rgb(231,220,240);
}.user-comments-util .testimonials-hub-util::-webkit-scrollbar {
    height: 8px;
}.user-comments-util .testimonials-hub-util::-webkit-scrollbar-track {
    background: rgb(231,220,240);
    border-radius: 10px;
}.user-comments-util .testimonials-hub-util::-webkit-scrollbar-thumb {
    background-color: rgb(195,184,203);
    border-radius: 10px;
}.user-comments-util .user-feedback-util {
    overflow: hidden;
    position: relative;
    flex-direction: column;
    scroll-snap-align: center;
    display: flex;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform-origin: left center;
    background: #ffffff;
    padding: 2rem;
    flex: 0 0 300px;
    align-items: center;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: rotateY(10deg) translateZ(0);
    border-radius: 10px;
}.user-comments-util .user-feedback-util:hover {
    transform: rotateY(0deg) translateZ(50px) scale(1.05);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
    z-index: 3;
}.user-comments-util .user-feedback-util::before {
    transition: opacity 0.3s ease;
    z-index: -1;
    content: "";
    height: 100%;
    left: 0;
    background: linear-gradient(135deg, rgb(195,184,203,0.5) 0%, transparent 70%);
    position: absolute;
    opacity: 0.4;
    top: 0;
    width: 100%;
}.user-comments-util .user-feedback-util:hover::before {
    opacity: 0.7;
}.user-comments-util .user-feedback-util img {
    margin-bottom: 1.5rem;
    border-radius: 50%;
    transition: all 0.4s ease;
    border: 5px solid #ffffff;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    height: 120px;
    width: 120px;
    object-fit: cover;
    transform: translateY(-30px);
}.user-comments-util .user-feedback-util:hover img {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    transform: translateY(-40px) scale(1.1);
}.user-comments-util .user-feedback-util p {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    text-align: center;
    transform: translateY(-10px);
    color: #000000;
}.user-comments-util .user-feedback-util .description {
    font-size: 13px;
    position: relative;
    transition: all 0.3s ease;
    text-align: center;
    margin-top: 1rem;
    color: #000000;
    transform: translateY(0);
    opacity: 0.9;
    font-weight: 400;
    z-index: 1;
    line-height: 1.6;
}.user-comments-util .user-feedback-util:hover .description {
    transform: translateY(-5px);
    opacity: 1;
}.user-comments-util .user-feedback-util:nth-child(odd) {
    transform: rotateY(15deg) translateZ(0);
}.user-comments-util .user-feedback-util:nth-child(odd):hover {
    transform: rotateY(0deg) translateZ(50px) scale(1.05);
}.user-comments-util .user-feedback-util:nth-child(3n+1)::after {
    border-radius: 50%;
    content: "";
    background: rgb(160,148,167,0.5);
    right: -20px;
    position: absolute;
    height: 50px;
    bottom: -20px;
    opacity: 0.5;
    transition: all 0.3s ease;
    width: 50px;
    filter: blur(15px);
}.user-comments-util .user-feedback-util:nth-child(3n+1):hover::after {
    height: 70px;
    opacity: 0.7;
    width: 70px;
}.user-comments-util .user-feedback-util:nth-child(3n+2)::after {
    content: "";
    background: rgb(195,184,203,0.5);
    opacity: 0.4;
    border-radius: 50%;
    filter: blur(10px);
    right: -15px;
    transition: all 0.3s ease;
    height: 40px;
    width: 40px;
    position: absolute;
    top: -15px;
}.user-comments-util .user-feedback-util:nth-child(3n+2):hover::after {
    width: 60px;
    opacity: 0.6;
    height: 60px;
}

@media (max-width: 992px) {.user-comments-util {
    padding: 6rem 1rem;
}.user-comments-util h2 {
    font-size: calc(32px * 1.2);
    margin-bottom: 3rem;
}.user-comments-util .testimonials-hub-util {
    gap: 2.5rem;
    padding: 2.5rem 0;
}.user-comments-util .user-feedback-util {
    padding: 1.8rem;
    flex: 0 0 270px;
}.user-comments-util .user-feedback-util img {
    height: 100px;
    width: 100px;
}
}

@media (max-width: 768px) {.user-comments-util {
    padding: 5rem 1rem;
}.user-comments-util::before {
    display: none;
}.user-comments-util h2 {
    margin-bottom: 2.5rem;
    font-size: 32px;
}.user-comments-util .testimonials-hub-util {
    padding: 2rem 0;
    gap: 2rem;
}.user-comments-util .user-feedback-util {
    flex: 0 0 240px;
    transform: rotateY(5deg) translateZ(0) !important;
    padding: 1.5rem;
}.user-comments-util .user-feedback-util:hover {
    transform: rotateY(0deg) translateZ(20px) scale(1.03) !important;
}.user-comments-util .user-feedback-util img {
    transform: translateY(-25px);
    height: 90px;
    width: 90px;
}.user-comments-util .user-feedback-util:hover img {
    transform: translateY(-30px) scale(1.05);
}.user-comments-util .user-feedback-util p {
    font-size: calc(13px * 1.1);
}.user-comments-util .user-feedback-util .description {
    font-size: calc(13px * 0.9);
}
}

@media (max-width: 480px) {.user-comments-util {
    padding: 4rem 0.5rem;
}.user-comments-util .testimonials-hub-util {
    padding: 1.5rem 0;
    gap: 1.5rem;
}.user-comments-util .user-feedback-util {
    flex: 0 0 85%;
    transform: rotateY(0) translateZ(0) !important;
}.user-comments-util .user-feedback-util:hover {
    transform: rotateY(0) translateZ(0) scale(1.02) !important;
}}.course-offering-util {
    overflow: hidden;
    position: relative;
    align-items: stretch;
    background-color: #ffffff;
    min-height: 100vh;
    display: flex;
}.course-offering-util::before {
    left: 0;
    position: absolute;
    height: 100%;
    content: '';
    pointer-events: none;
    width: 100%;
    background: radial-gradient(circle at center, rgba(255,255,255,0.1) 0%, rgb(231,220,240) 90%);
    top: 0;
    z-index: 2;
}.course-offering-util .tech-skills-util {
    height: 100%;
    right: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    width: 55%;
}.course-offering-util .ready-skills-util {
    flex-direction: column;
    height: 500%;
    display: flex;
    width: 100%;
    animation: carousel-vertical 25s ease infinite;
}.course-offering-util .tech-skills-util:hover .ready-skills-util {
    animation-play-state: paused;
}.course-offering-util .training-track-util {
    height: 20%;
    position: relative;
    width: 100%;
}.course-offering-util .training-track-util::before {
    content: '';
    z-index: 2;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.1) 0%, transparent 30%);
}.course-offering-util .training-track-util img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transform: scale(1.05);
    filter: brightness(1.2) contrast(1.15) saturate(1.15) opacity(0.95);
    transition: transform 0.8s ease;
}.course-offering-util .training-track-util:hover img {
    transform: scale(1.1);
}.course-offering-util .container {
    width: 100%;
    padding: 0;
    z-index: 5;
    align-items: center;
    position: relative;
    display: flex;
}.course-offering-util .learning-creators-util {
    display: flex;
    justify-content: center;
    padding-left: 8%;
    flex-direction: column;
    width: 45%;
}.course-offering-util .learn-development-util {
    border-radius: 0 30px 30px 0;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    background: linear-gradient(135deg, #ffffff 0%, rgb(231,220,240) 100%);
    padding: 3.5rem;
    border-left: 5px solid rgb(195,184,203);
    max-width: 550px;
}.course-offering-util .learn-development-util::before {
    border-radius: 0 10px 10px 0;
    border-left: none;
    position: absolute;
    right: 20px;
    top: 20px;
    bottom: 20px;
    content: '';
    left: 20px;
    border: 1px solid rgb(160,148,167,0.5);
    pointer-events: none;
}.course-offering-util .learn-development-util h3 {
    position: relative;
    font-size: 39px;
    margin-bottom: 1.5rem;
    color: rgb(195,184,203);
    padding-bottom: 15px;
    font-weight: 700;
}.course-offering-util .learn-development-util h3::after {
    content: '';
    width: 80px;
    background: rgb(160,148,167);
    left: 0;
    height: 3px;
    bottom: 0;
    position: absolute;
}.course-offering-util .learn-development-util p {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 2.5rem;
    color: #000000;
}.course-offering-util .learn-development-util .inquiry-panel-util {
    font-size: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    position: relative;
    z-index: 1;
    padding: 1.2rem 2.5rem;
    display: inline-block;
    font-weight: 600;
    overflow: hidden;
    transition: all 0.3s ease;
    text-decoration: none;
    background: linear-gradient(45deg, rgb(195,184,203) 0%, rgb(160,148,167) 100%);
    color: #ffffff;
}.course-offering-util .learn-development-util .inquiry-panel-util::before {
    position: absolute;
    width: 100%;
    content: '';
    background: linear-gradient(45deg, rgb(160,148,167) 0%, rgb(195,184,203) 100%);
    left: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
    opacity: 0;
    height: 100%;
    top: 0;
}.course-offering-util .learn-development-util .inquiry-panel-util:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}.course-offering-util .learn-development-util .inquiry-panel-util:hover::before {
    opacity: 1;
}

@keyframes carousel-vertical {
    0%, 16% {
        transform: translateY(0);
    }
    20%, 36% {
        transform: translateY(-20%);
    }
    40%, 56% {
        transform: translateY(-40%);
    }
    60%, 76% {
        transform: translateY(-60%);
    }
    80%, 96% {
        transform: translateY(-80%);
    }
    100% {
        transform: translateY(0);
    }
}

@media screen and (min-width: 1440px) {.course-offering-util .learning-creators-util {
    padding-left: 10%;
}.course-offering-util .learn-development-util {
    max-width: 650px;
}
}

@media screen and (max-width: 1200px) {.course-offering-util .tech-skills-util {
    width: 50%;
}.course-offering-util .learning-creators-util {
    width: 50%;
    padding-left: 5%;
}.course-offering-util .learn-development-util {
    padding: 2.5rem;
}
}

@media screen and (max-width: 992px) {.course-offering-util {
    min-height: auto;
    flex-direction: column;
}.course-offering-util .tech-skills-util {
    position: relative;
    width: 100%;
    height: 400px;
}.course-offering-util .ready-skills-util {
    height: 100%;
    width: 500%;
    animation: carousel-horizontal 25s ease infinite;
    flex-direction: row;
}.course-offering-util .training-track-util {
    width: 20%;
    height: 100%;
}.course-offering-util .training-track-util::before {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, transparent 30%);
}.course-offering-util .container {
    padding: 3rem 1rem;
}.course-offering-util .learning-creators-util {
    padding-left: 0;
    width: 100%;
    margin: 0 auto;
    max-width: 800px;
}.course-offering-util .learn-development-util {
    max-width: 100%;
    border-top: 5px solid rgb(195,184,203);
    border-left: none;
    border-radius: 30px;
}.course-offering-util .learn-development-util::before {
    border-top: none;
    border: 1px solid rgb(160,148,167,0.5);
    top: 20px;
    border-radius: 10px;
    right: 20px;
    left: 20px;
    bottom: 20px;
}
}

@media screen and (max-width: 768px) {.course-offering-util .tech-skills-util {
    height: 350px;
}.course-offering-util .container {
    padding: 2.5rem 1rem;
}.course-offering-util .learn-development-util {
    padding: 2rem;
}.course-offering-util .learn-development-util h3 {
    font-size: calc(39px * 0.8);
}

}

@media screen and (max-width: 576px) {.course-offering-util .tech-skills-util {
    height: 300px;
}.course-offering-util .container {
    padding: 2rem 1rem;
}.course-offering-util .learn-development-util {
    padding: 1.5rem;
}.course-offering-util .learn-development-util h3 {
    font-size: calc(39px * 0.7);
}.course-offering-util .learn-development-util p {
    margin-bottom: 2rem;
    font-size: calc(15px * 0.9);
}.course-offering-util .learn-development-util .inquiry-panel-util {
    padding: 1rem;
    text-align: center;
    width: 100%;
}.course-offering-util .learn-development-util::before {
    display: none;
}
}

@keyframes carousel-horizontal {
    0%, 16% {
        transform: translateX(0);
    }
    20%, 36% {
        transform: translateX(-20%);
    }
    40%, 56% {
        transform: translateX(-40%);
    }
    60%, 76% {
        transform: translateX(-60%);
    }
    80%, 96% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0);
    }
}