* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}html,body {
    color: #000000;
    height: 100%;
    scroll-behavior: smooth;
    font-family: Arial, sans-serif;
    min-height: 100%;
}.head-lead {
    flex: 1 0 auto;
}svg {
    width: 30px;
    height: 30px;
}a {
    text-decoration: none;
    color: inherit;
}header,footer {
    width: 100%;
}.wrapper-capsule {
    display: flex;
    height: 100%;
    min-height: 100%;
    flex-direction: column;
}.access-help {
    flex: 0 0 auto;
}.container {
    width: 1196px;
    margin: auto;
    max-width: 100%;
}

@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.program-information {
    overflow: hidden;
    position: relative;
    padding: 7rem 0;
    background: linear-gradient(150deg, rgb(176,182,167,0.5) 0%, rgb(204,211,195) 50%, rgb(147,153,134,0.5) 100%);
}.program-information::before {
    transform-origin: center;
    filter: blur(60px);
    height: 150%;
    content: "";
    position: absolute;
    background: 
        radial-gradient(ellipse at 30% 40%, rgb(176,182,167,0.5) 0%, transparent 60%),
        radial-gradient(circle at 70% 60%, rgb(147,153,134,0.5) 0%, transparent 50%);
    animation: pulseBackground 20s ease-in-out infinite alternate;
    top: -25%;
    left: -25%;
    z-index: 0;
    width: 150%;
    opacity: 0.6;
}.program-information::after {
    background-size: 20px 20px;
    top: 0;
    animation: gridMove 30s linear infinite;
    background-image: 
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    z-index: 1;
    left: 0;
    width: 100%;
    position: absolute;
    height: 100%;
    content: "";
}.program-information .container {
    z-index: 2;
    position: relative;
}.program-information .story-visual {
    grid-template-columns: repeat(12, 1fr);
    gap: 15px;
    min-height: 550px;
    position: relative;
    display: grid;
    grid-template-rows: repeat(12, minmax(30px, auto));
}.program-information .program-flow {
    z-index: 5;
    padding: 2.5rem;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.05),
        0 5px 10px rgba(0, 0, 0, 0.03);
    grid-row: 3 / 11;
    border-radius: 29px;
    background: rgba(255, 255, 255, 0.07);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    transform: translateZ(0);
    position: relative;
    grid-column: 1 / 8;
}.program-information .program-flow::before {
    top: 0;
    z-index: -1;
    position: absolute;
    width: 100%;
    opacity: 0.15;
    height: 100%;
    content: "";
    background: 
        radial-gradient(circle at 90% 10%, rgb(176,182,167,0.5) 0%, transparent 80%),
        radial-gradient(circle at 10% 90%, rgb(147,153,134,0.5) 0%, transparent 80%);
    left: 0;
    border-radius: 29px;
}.program-information .program-flow::after {
    transform: translateX(-50%);
    position: absolute;
    width: 80%;
    bottom: -10px;
    height: 1px;
    filter: blur(1px);
    background: linear-gradient(to right, rgb(176,182,167) 0%, transparent 100%);
    left: 50%;
    content: "";
}.program-information .header-lead {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    margin-bottom: 1.5rem;
    position: relative;
    transform-style: preserve-3d;
    transition: all 0.5s ease;
    width: 110px;
    height: 110px;
}.program-information .header-lead::before {
    background: conic-gradient(
        from 0deg, 
        rgb(176,182,167) 0%, 
        rgb(147,153,134) 50%, 
        rgb(176,182,167) 100%
    );
    inset: -4px;
    animation: rotateConic 10s linear infinite;
    z-index: -1;
    border-radius: 33% 67% 67% 33% / 33% 33% 67% 67%;
    content: "";
    position: absolute;
}.program-information .header-lead::after {
    background: rgb(204,211,195);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    z-index: -1;
    content: "";
    position: absolute;
    inset: 6px;
}.program-information .header-lead svg {
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    height: 60px;
    width: 60px;
    filter: drop-shadow(0 0 10px rgb(176,182,167,0.5));
    position: absolute;
    animation: floatLogo 6s ease-in-out infinite;
    z-index: 1;
}.program-information .header-lead svg path {
    fill: rgb(176,182,167);
    transition: fill 0.3s ease;
}.program-information h3 {
    color: #ffffff;
    transform-origin: left bottom;
    line-height: 1.3;
    padding-right: 2rem;
    font-size: 36px;
    font-weight: 700;
    position: relative;
    margin-bottom: 1.5rem;
    text-shadow: 0 0 20px rgb(176,182,167,0.5);
    transform: perspective(1000px) rotateX(2deg);
}.program-information h3::before {
    content: "";
    left: 0;
    bottom: -8px;
    position: absolute;
    height: 3px;
    animation: lineExpand 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    width: 60px;
    background: rgb(176,182,167);
    transform-origin: left;
}.program-information p {
    max-width: 100%;
    color: #ffffff;
    transform: perspective(1000px) rotateX(1deg);
    position: relative;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
    font-size: 14px;
    transform-origin: left bottom;
    line-height: 1.8;
}.program-information .img-caption {
    z-index: 4;
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.1),
        10px 10px 20px rgba(0, 0, 0, 0.05);
    position: relative;
    transform: perspective(1000px) rotateY(-5deg) rotateX(5deg);
    height: 500px;
    grid-column: 5 / 13;
    overflow: hidden;
    animation: morphShape 20s ease-in-out infinite alternate;
    transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    grid-row: 1 / 13;
}.program-information .img-caption::before {
    content: "";
    z-index: 1;
    inset: 0;
    opacity: 0.6;
    mix-blend-mode: overlay;
    position: absolute;
    background: 
        linear-gradient(135deg, transparent 0%, rgb(176,182,167,0.5) 100%),
        radial-gradient(circle at 30% 70%, rgb(147,153,134,0.5) 0%, transparent 70%);
}.program-information .img-caption::after {
    top: -25%;
    position: absolute;
    content: "";
    animation: pulseOverlay 15s ease-in-out infinite;
    width: 150%;
    height: 150%;
    opacity: 0.2;
    mix-blend-mode: multiply;
    z-index: 1;
    background: radial-gradient(
        circle at center,
        transparent 30%,
        rgb(204,211,195) 100%
    );
    left: -25%;
}.program-information .story-visual:hover .img-caption {
    transform: perspective(1000px) rotateY(-8deg) rotateX(8deg) scale(1.03);
    box-shadow: 
        30px 30px 80px rgba(0, 0, 0, 0.15),
        15px 15px 30px rgba(0, 0, 0, 0.1);
}.program-information .story-visual:hover .program-flow {
    box-shadow: 
        0 25px 35px rgba(0, 0, 0, 0.08),
        0 10px 20px rgba(0, 0, 0, 0.05);
    transform: translateZ(20px) translateX(10px);
}.program-information .story-visual:hover .header-lead {
    transform: rotate(5deg) scale(1.05);
}.program-information .story-visual:hover .header-lead svg path {
    fill: rgb(147,153,134);
}

@keyframes pulseBackground {
    0%, 100% {
        opacity: 0.6;
        transform: scale(1);
    }
    50% {
        opacity: 0.8;
        transform: scale(1.05);
    }
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}

@keyframes rotateConic {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes floatLogo {
    0%, 100% {
        transform: translate(-50%, -50%);
    }
    50% {
        transform: translate(-50%, -55%);
    }
}

@keyframes lineExpand {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@keyframes morphShape {
    0% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
    25% {
        border-radius: 40% 60% 70% 30% / 40% 40% 60% 60%;
    }
    50% {
        border-radius: 60% 40% 40% 60% / 50% 60% 40% 50%;
    }
    75% {
        border-radius: 40% 60% 30% 70% / 60% 30% 70% 40%;
    }
    100% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
}

@keyframes pulseOverlay {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.3;
        transform: scale(1.1);
    }
}

@media (max-width: 1200px) {.program-information .story-visual {
    min-height: 500px;
}.program-information .program-flow {
    grid-column: 1 / 8;
    padding: 2.2rem;
}.program-information h3 {
    font-size: calc(36px * 0.9);
}.program-information .header-lead {
    height: 100px;
    width: 100px;
}.program-information .header-lead svg {
    width: 55px;
    height: 55px;
}
}

@media (max-width: 992px) {.program-information {
    padding: 5rem 0;
}.program-information .story-visual {
    grid-template-columns: 1fr;
    gap: 10px;
    min-height: auto;
    grid-template-rows: auto auto;
}.program-information .program-flow {
    margin-top: -80px;
    grid-row: 2 / 3;
    padding: 2.5rem;
    grid-column: 1 / -1;
    z-index: 5;
}.program-information .img-caption {
    height: 350px;
    grid-row: 1 / 2;
    grid-column: 1 / -1;
    border-radius: 40% 60% 60% 40% / 30% 40% 60% 70%;
}.program-information .header-lead {
    margin-right: auto;
    margin-left: auto;
}.program-information h3 {
    padding-right: 0;
    text-align: center;
}.program-information h3::before {
    transform: translateX(-50%) scaleX(0);
    left: 50%;
    animation: lineCenterExpand 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}.program-information p {
    text-align: center;
}.program-information .story-visual:hover .img-caption {
    transform: perspective(1000px) rotateX(-5deg) scale(1.03);
}.program-information .story-visual:hover .program-flow {
    transform: translateZ(10px) translateY(-15px);
}
}

@keyframes lineCenterExpand {
    0% {
        transform: translateX(-50%) scaleX(0);
    }
    100% {
        transform: translateX(-50%) scaleX(1);
    }
}

@media (max-width: 768px) {.program-information {
    padding: 4rem 0;
}.program-information .img-caption {
    height: 300px;
}.program-information .program-flow {
    margin-top: -60px;
    padding: 2rem;
}.program-information .header-lead {
    height: 90px;
    margin-bottom: 1.3rem;
    width: 90px;
}.program-information .header-lead svg {
    height: 50px;
    width: 50px;
}.program-information h3 {
    margin-bottom: 1.3rem;
    font-size: calc(36px * 0.8);
}.program-information p {
    font-size: calc(14px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 576px) {.program-information {
    padding: 3rem 0;
}.program-information .img-caption {
    border-radius: 30% 70% 70% 30% / 30% 40% 60% 70%;
    height: 250px;
}.program-information .program-flow {
    padding: 1.8rem 1.5rem;
    margin-top: -50px;
}.program-information .header-lead {
    height: 80px;
    margin-bottom: 1.2rem;
    width: 80px;
}.program-information .header-lead svg {
    width: 45px;
    height: 45px;
}.program-information h3 {
    font-size: calc(36px * 0.7);
    margin-bottom: 1.2rem;
}.program-information h3::before {
    height: 2px;
    width: 50px;
}.program-information p {
    font-size: calc(14px * 0.9);
    line-height: 1.6;
}}.study-process {
    padding: 120px 0;
    position: relative;
    z-index: 1;
    background: rgb(204,211,195);
    overflow: hidden;
}.study-process::before {
    top: -50%;
    transform: rotate(-30deg);
    background: rgb(176,182,167,0.5);
    z-index: -1;
    left: -20%;
    height: 200%;
    content: "";
    width: 60%;
    animation: shape-rotate 40s linear infinite;
    position: absolute;
}.study-process::after {
    animation: shape-pulse 15s ease-in-out infinite alternate;
    content: "";
    width: 40%;
    height: 60%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%);
    position: absolute;
    bottom: -20%;
    background: rgb(147,153,134,0.5);
    right: -10%;
    z-index: -1;
}.study-process .container {
    max-width: 1200px;
    z-index: 2;
    grid-gap: 50px;
    margin: 0 auto;
    align-items: center;
    position: relative;
    display: grid;
    grid-template-columns: 2fr 3fr;
}.study-process .story-visual {
    position: relative;
    padding: 0;
}.study-process .story-visual::before {
    transform: rotate(-2deg);
    content: "";
    height: 20px;
    opacity: 0.5;
    background: linear-gradient(90deg, transparent, rgb(176,182,167), transparent);
    top: -80px;
    width: 120%;
    position: absolute;
    animation: line-slide 10s ease-in-out infinite alternate;
    left: -10%;
}.study-process .story-visual::after {
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(147,153,134), transparent);
    width: 120%;
    bottom: -80px;
    transform: rotate(2deg);
    content: "";
    height: 20px;
    opacity: 0.5;
    right: -10%;
    animation: line-slide 10s ease-in-out infinite alternate-reverse;
}.study-process h3 {
    line-height: 1.2;
    transform: translateX(-50px);
    border-right: 4px solid rgb(176,182,167);
    margin-right: -40px;
    text-align: right;
    font-weight: 700;
    opacity: 0;
    font-size: 47px;
    color: #000000;
    position: relative;
    animation: slide-in 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    z-index: 2;
    grid-column: 1;
    padding-right: 40px;
}.study-process h3::before {
    right: -22px;
    z-index: -1;
    border: 4px solid rgb(147,153,134);
    content: "";
    position: absolute;
    top: -10px;
    animation: square-rotate 6s linear infinite;
    width: 40px;
    height: 40px;
}.study-process h3::after {
    content: "";
    position: absolute;
    bottom: -10px;
    animation: circle-pulse 4s ease-in-out infinite;
    height: 20px;
    width: 20px;
    background: rgb(176,182,167);
    border-radius: 50%;
    right: -8px;
}.study-process span {
    transform: translateX(50px);
    line-height: 1.8;
    color: #000000;
    padding-left: 30px;
    opacity: 0;
    grid-column: 2;
    animation: slide-in 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s forwards;
    font-size: 13px;
    text-align: left;
    position: relative;
}.study-process span::before {
    content: "";
    height: 100%;
    position: absolute;
    pointer-events: none;
    z-index: -1;
    left: 15px;
    top: 15px;
    width: 100%;
    animation: border-dance 20s linear infinite;
    border: 1px dashed rgb(176,182,167,0.5);
}

@keyframes shape-rotate {
    0% {
        transform: rotate(-30deg);
    }
    100% {
        transform: rotate(330deg);
    }
}

@keyframes shape-pulse {
    0% {
        transform: scale(1) translateX(0);
    }
    100% {
        transform: scale(1.2) translateX(-20px);
    }
}

@keyframes line-slide {
    0% {
        transform: translateX(-10%) rotate(-2deg);
    }
    100% {
        transform: translateX(10%) rotate(-2deg);
    }
}

@keyframes slide-in {
    0% {
        opacity: 0;
        transform: translateX(-50px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes square-rotate {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes circle-pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.3);
    }
}

@keyframes border-dance {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 991px) {.study-process {
    padding: 90px 20px;
}.study-process .container {
    grid-gap: 30px;
}.study-process h3 {
    font-size: calc(47px - 6px);
    margin-right: -20px;
    padding-right: 20px;
}.study-process h3::before {
    width: 30px;
    height: 30px;
    right: -17px;
}.study-process span {
    padding-left: 20px;
}.study-process .story-visual::before,
    .study-process .story-visual::after {
    height: 15px;
}
}

@media (max-width: 767px) {.study-process {
    padding: 70px 15px;
}.study-process .container {
    grid-template-columns: 1fr;
    grid-gap: 40px;
}.study-process h3 {
    text-align: center;
    margin-right: 0;
    padding-bottom: 20px;
    border-bottom: 4px solid rgb(176,182,167);
    border-right: none;
    padding-right: 0;
}.study-process h3::before {
    right: auto;
    bottom: -17px;
    top: auto;
    left: 20px;
}.study-process h3::after {
    bottom: -8px;
    right: auto;
    left: calc(100% - 30px);
}.study-process span {
    text-align: center;
    padding-left: 0;
    animation-name: slide-in-mobile;
}.study-process span::before {
    border: 1px dashed rgb(176,182,167,0.5);
    left: 0;
    border-top: none;
}.study-process .story-visual::before {
    transform: rotate(0);
    top: -20px;
}.study-process .story-visual::after {
    transform: rotate(0);
    bottom: -20px;
}
    
    @keyframes slide-in {
        0% {
            opacity: 0;
            transform: translateY(-30px);
        }
        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }
    
    @keyframes slide-in-mobile {
        0% {
            opacity: 0;
            transform: translateY(30px);
        }
        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }
}

@media (max-width: 479px) {.study-process {
    padding: 50px 10px;
}.study-process h3 {
    padding-bottom: 15px;
    font-size: calc(47px - 12px);
}.study-process h3::before {
    left: 10px;
    bottom: -12px;
    height: 20px;
    width: 20px;
}.study-process h3::after {
    height: 15px;
    width: 15px;
    left: calc(100% - 20px);
}.study-process span {
    font-size: calc(13px - 1px);
    line-height: 1.6;
}.study-process .story-visual::before,
    .study-process .story-visual::after {
    height: 10px;
}}.thxCard {
    position: relative;
    padding: 120px 0 80px;
    overflow: hidden;
    perspective: 1000px;
    background: linear-gradient(135deg, rgb(204,211,195) 0%, rgb(147,153,134,0.5) 100%);
}.thxCard::before {
    background-image: repeating-linear-gradient(
        45deg,
        rgb(147,153,134,0.5) 0px,
        rgb(147,153,134,0.5) 1px,
        transparent 1px,
        transparent 12px
    );
    top: 0;
    opacity: 0.07;
    left: 0;
    width: 100%;
    transform: translateZ(-10px);
    content: "";
    position: absolute;
    z-index: 0;
    height: 100%;
}.thxCard::after {
    filter: blur(40px);
    bottom: -50px;
    background: radial-gradient(circle, rgb(176,182,167,0.5) 0%, transparent 70%);
    opacity: 0.4;
    width: 200px;
    position: absolute;
    height: 200px;
    right: -50px;
    animation: floating 8s infinite ease-in-out;
    content: "";
}.thxCard .container {
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1140px;
    transform-style: preserve-3d;
    z-index: 2;
}.thxCard h2 {
    position: relative;
    font-size: 33px;
    margin-bottom: 40px;
    text-shadow: 0 1px 0 rgba(255,255,255,0.6);
    animation: slideIn 0.8s ease-out forwards;
    letter-spacing: -0.01em;
    font-weight: 700;
    color: #000000;
    transform: translateZ(20px);
    line-height: 1.3;
}.thxCard h2::after {
    width: 120px;
    content: "";
    background: linear-gradient(90deg, rgb(176,182,167) 0%, rgb(147,153,134) 100%);
    animation: lineExpand 1.2s 0.4s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    bottom: -12px;
    transform: scaleX(0);
    transform-origin: left;
    position: absolute;
    height: 4px;
    left: 0;
}.thxCard .story-visual {
    position: relative;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    transition: transform 0.5s ease;
    animation: fadeIn 1s 0.3s both;
    transform: translateZ(10px) rotateX(2deg);
    background: #ffffff;
    border-left: 5px solid rgb(176,182,167);
    padding: 40px;
}.thxCard .story-visual:hover {
    box-shadow: 0 20px 50px rgba(0,0,0,0.12);
    transform: translateZ(15px) rotateX(0deg);
}.thxCard ul {
    padding: 0;
    margin: 0;
    list-style: none;
}.thxCard li {
    padding-left: 30px;
    position: relative;
}.thxCard li::before {
    top: 8px;
    animation: pulse 3s infinite;
    width: 8px;
    content: "";
    left: 0;
    position: absolute;
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgb(147,153,134,0.5);
    height: 8px;
    background-color: rgb(147,153,134);
}.thxCard span {
    display: block;
    font-size: 16px;
    font-family: Arial, sans-serif;
    line-height: 1.8;
    transition: all 0.3s;
    color: #000000;
}.thxCard .story-visual::after {
    position: absolute;
    background: linear-gradient(135deg, rgb(176,182,167) 0%, rgb(147,153,134) 100%);
    height: 60px;
    border-radius: 10px;
    top: -10px;
    right: 30px;
    animation: float 6s infinite ease-in-out;
    opacity: 0.9;
    width: 60px;
    z-index: -1;
    transform: rotate(15deg);
    content: "";
}

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

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateZ(10px) rotateX(5deg) translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateZ(10px) rotateX(2deg) translateY(0);
    }
}

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

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(147,153,134,0.5);
    }
    70% {
        box-shadow: 0 0 0 8px rgba(rgb(147,153,134), 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(rgb(147,153,134), 0);
    }
}

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

@keyframes floating {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.05);
    }
}

@media (max-width: 991px) {.thxCard {
    padding: 80px 0 60px;
}.thxCard h2 {
    font-size: calc(33px * 0.9);
    margin-bottom: 30px;
}.thxCard .story-visual {
    padding: 30px;
}.thxCard h2::after {
    width: 100px;
}
}

@media (max-width: 767px) {.thxCard {
    padding: 60px 0 40px;
}.thxCard h2 {
    margin-bottom: 25px;
    font-size: calc(33px * 0.8);
}.thxCard .story-visual {
    transform: translateZ(5px) rotateX(1deg);
    padding: 25px 20px;
}.thxCard .story-visual:hover {
    transform: translateZ(8px) rotateX(0deg);
}.thxCard li {
    padding-left: 25px;
}.thxCard span {
    font-size: calc(16px * 0.95);
    line-height: 1.7;
}.thxCard .story-visual::after {
    top: -5px;
    width: 40px;
    right: 20px;
    height: 40px;
}
}

@media (max-width: 575px) {.thxCard {
    padding: 50px 0 30px;
}.thxCard h2 {
    margin-bottom: 20px;
    line-height: 1.4;
    font-size: calc(33px * 0.7);
}.thxCard h2::after {
    width: 80px;
    height: 3px;
}.thxCard .story-visual {
    box-shadow: 0 10px 25px rgba(0,0,0,0.07);
    transform: none;
    padding: 20px 15px;
}.thxCard .story-visual:hover {
    transform: translateY(-3px);
}.thxCard li {
    padding-left: 20px;
}.thxCard li::before {
    height: 6px;
    width: 6px;
    top: 7px;
}.thxCard span {
    line-height: 1.6;
    font-size: calc(16px * 0.9);
}.thxCard .story-visual::after {
    display: none;
}}header .top_plank {
    color:  #ffffff;
    background: rgb(176,182,167);
}header .top_plank .high-skills div svg, header .top_plank .high-skills div svg path {
    fill: #ffffff;
}header .top_plank .high-skills div span {
    color: #ffffff;
}header .top_plank .high-skills {
    font-size: 13px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: flex-start;
    padding: 15px 0 10px 0;
    flex-wrap: wrap;
    line-height: 21px;
}header .top_plank .high-skills div {
    align-items: center;
    display: flex;
    margin-right: 24px;
    justify-content: flex-start;
}header .top_plank .high-skills div img, header .top_plank .high-skills div svg {
    margin-right: 8px;
    height: 16px;
    width: 16px;
}.opening-page {
    min-height: 100vh;
    overflow: hidden;
    background: rgb(176,182,167);
    width: 100%;
    position: relative;
}.opening-page .story-visual {
    z-index: 2;
    position: relative;
    width: 100%;
    height: 100vh;
}.opening-page .page-intro {
    overflow: hidden;
    top: 0;
    height: 100vh;
    right: 0;
    width: 65%;
    position: absolute;
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
}.opening-page .page-intro input {
    display: none;
}.opening-page .learn-expressfast {
    display: flex;
    transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1);
    width: 100%;
    height: 100%;
}.opening-page .virtual-school {
    position: relative;
    flex: 0 0 100%;
    height: 100%;
}.opening-page .virtual-school::before {
    inset: 0;
    content: "";
    position: absolute;
    z-index: 2;
    background: linear-gradient(90deg, #000000 0%, transparent 50%);
}.opening-page .virtual-school img {
    transition: all 1s ease;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: contrast(1.1) brightness(0.9);
}.opening-page .page-open {
    position: absolute;
    top: 50%;
    gap: 20px;
    left: 25%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    z-index: 10;
}.opening-page .page-open label {
    transition: all 0.3s ease;
    z-index: 10;
    height: 15px;
    border-radius: 50%;
    background: transparent;
    width: 15px;
    border: 2px solid #ffffff;
    cursor: pointer;
    position: relative;
}.opening-page .page-open label::before {
    position: absolute;
    background: #ffffff;
    inset: 2px;
    transform: scale(0);
    content: "";
    border-radius: 50%;
    transition: transform 0.3s ease;
}.opening-page .page-open label:hover {
    border-color: #ffffff;
}.opening-page .page-open label:hover::before {
    background: #ffffff;
    transform: scale(0.5);
}.opening-page .text-wrap-item {
    display: flex;
    width: 40%;
    justify-content: center;
    position: absolute;
    height: 100%;
    align-items: center;
    z-index: 5;
    padding-left: 5%;
}.opening-page .text-wrap-item .container {
    background: rgb(176,182,167);
    padding: 30px;
    max-width: 90%;
    border-radius: 17px;
}.opening-page .text-wrap-item h1 {
    font-size: 38px;
    font-weight: 700;
    display: inline-block;
    position: relative;
    color: #ffffff;
    margin-bottom: 25px;
}.opening-page .text-wrap-item h1::after {
    content: "";
    background: #ffffff;
    height: 4px;
    width: 80px;
    position: absolute;
    bottom: -10px;
    left: 0;
}.opening-page .text-wrap-item h3 {
    margin-bottom: 30px;
    color: #ffffff;
    font-weight: 600;
    opacity: 0.9;
    font-size: 24px;
}.opening-page .text-wrap-item p {
    opacity: 0.8;
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
    max-width: 95%;
    line-height: 1.8;
}.opening-page input[type="radio"]:nth-of-type(1):checked ~ .learn-expressfast {
    transform: translateX(0%);
}.opening-page input[type="radio"]:nth-of-type(2):checked ~ .learn-expressfast {
    transform: translateX(-100%);
}.opening-page input[type="radio"]:nth-of-type(3):checked ~ .learn-expressfast {
    transform: translateX(-200%);
}.opening-page input[type="radio"]:nth-of-type(4):checked ~ .learn-expressfast {
    transform: translateX(-300%);
}.opening-page input[type="radio"]:nth-of-type(5):checked ~ .learn-expressfast {
    transform: translateX(-400%);
}.opening-page input[type="radio"]:nth-of-type(6):checked ~ .learn-expressfast {
    transform: translateX(-500%);
}.opening-page input[type="radio"]:nth-of-type(7):checked ~ .learn-expressfast {
    transform: translateX(-600%);
}.opening-page input[type="radio"]:nth-of-type(8):checked ~ .learn-expressfast {
    transform: translateX(-700%);
}.opening-page input[type="radio"]:nth-of-type(9):checked ~ .learn-expressfast {
    transform: translateX(-800%);
}.opening-page input[type="radio"]:nth-of-type(10):checked ~ .learn-expressfast {
    transform: translateX(-900%);
}.opening-page input[type="radio"]:nth-of-type(1):checked ~ .page-open label:nth-of-type(1),
.opening-page input[type="radio"]:nth-of-type(2):checked ~ .page-open label:nth-of-type(2),
.opening-page input[type="radio"]:nth-of-type(3):checked ~ .page-open label:nth-of-type(3),
.opening-page input[type="radio"]:nth-of-type(4):checked ~ .page-open label:nth-of-type(4),
.opening-page input[type="radio"]:nth-of-type(5):checked ~ .page-open label:nth-of-type(5),
.opening-page input[type="radio"]:nth-of-type(6):checked ~ .page-open label:nth-of-type(6),
.opening-page input[type="radio"]:nth-of-type(7):checked ~ .page-open label:nth-of-type(7),
.opening-page input[type="radio"]:nth-of-type(8):checked ~ .page-open label:nth-of-type(8),
.opening-page input[type="radio"]:nth-of-type(9):checked ~ .page-open label:nth-of-type(9),
.opening-page input[type="radio"]:nth-of-type(10):checked ~ .page-open label:nth-of-type(10) {
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
    transform: scale(1.2);
    border-color: #ffffff;
}.opening-page input[type="radio"]:nth-of-type(1):checked ~ .page-open label:nth-of-type(1)::before,
.opening-page input[type="radio"]:nth-of-type(2):checked ~ .page-open label:nth-of-type(2)::before,
.opening-page input[type="radio"]:nth-of-type(3):checked ~ .page-open label:nth-of-type(3)::before,
.opening-page input[type="radio"]:nth-of-type(4):checked ~ .page-open label:nth-of-type(4)::before,
.opening-page input[type="radio"]:nth-of-type(5):checked ~ .page-open label:nth-of-type(5)::before,
.opening-page input[type="radio"]:nth-of-type(6):checked ~ .page-open label:nth-of-type(6)::before,
.opening-page input[type="radio"]:nth-of-type(7):checked ~ .page-open label:nth-of-type(7)::before,
.opening-page input[type="radio"]:nth-of-type(8):checked ~ .page-open label:nth-of-type(8)::before,
.opening-page input[type="radio"]:nth-of-type(9):checked ~ .page-open label:nth-of-type(9)::before,
.opening-page input[type="radio"]:nth-of-type(10):checked ~ .page-open label:nth-of-type(10)::before {
    transform: scale(1);
    background: #ffffff;
}.opening-page input[type="radio"]:nth-of-type(1):checked ~ .learn-expressfast .virtual-school:nth-of-type(1) img,
.opening-page input[type="radio"]:nth-of-type(2):checked ~ .learn-expressfast .virtual-school:nth-of-type(2) img,
.opening-page input[type="radio"]:nth-of-type(3):checked ~ .learn-expressfast .virtual-school:nth-of-type(3) img,
.opening-page input[type="radio"]:nth-of-type(4):checked ~ .learn-expressfast .virtual-school:nth-of-type(4) img,
.opening-page input[type="radio"]:nth-of-type(5):checked ~ .learn-expressfast .virtual-school:nth-of-type(5) img,
.opening-page input[type="radio"]:nth-of-type(6):checked ~ .learn-expressfast .virtual-school:nth-of-type(6) img,
.opening-page input[type="radio"]:nth-of-type(7):checked ~ .learn-expressfast .virtual-school:nth-of-type(7) img,
.opening-page input[type="radio"]:nth-of-type(8):checked ~ .learn-expressfast .virtual-school:nth-of-type(8) img,
.opening-page input[type="radio"]:nth-of-type(9):checked ~ .learn-expressfast .virtual-school:nth-of-type(9) img,
.opening-page input[type="radio"]:nth-of-type(10):checked ~ .learn-expressfast .virtual-school:nth-of-type(10) img {
    filter: contrast(1.2) brightness(1);
}

@media screen and (max-width: 1200px) {.opening-page .page-intro {
    width: 60%;
}.opening-page .text-wrap-item {
    width: 40%;
}
}

@media screen and (max-width: 992px) {.opening-page .page-intro {
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
}
}

@media screen and (max-width: 768px) {.opening-page .page-intro {
    clip-path: none;
    height: 60vh;
    width: 100%;
    right: auto;
}.opening-page .text-wrap-item {
    top: auto;
    padding: 0;
    padding-top: 60vh;
    width: 100%;
    height: auto;
    bottom: 0;
    padding-bottom: 20px;
    align-items: flex-start;
}.opening-page .text-wrap-item .container {
    border-radius: 17px;
    background: rgb(176,182,167);
    padding: 30px;
    max-width: 90%;
    margin: 0 auto;
}.opening-page .page-open {
    top: auto;
    transform: translateX(-50%);
    flex-direction: row;
    left: 50%;
    gap: 15px;
    bottom: 37vh;
}
}

@media screen and (max-width: 480px) {.opening-page .page-intro {
    height: 50vh;
}.opening-page .text-wrap-item {
    padding-top: 50vh;
}.opening-page .text-wrap-item .container {
    padding: 20px;
}.opening-page .text-wrap-item h1 {
    font-size: calc(38px * 0.8);
    margin-bottom: 20px;
}.opening-page .text-wrap-item h3 {
    margin-bottom: 20px;
    font-size: calc(24px * 0.9);
}.opening-page .page-open {
    bottom: 47vh;
}.opening-page .page-open label {
    width: 12px;
    height: 12px;
}}.contact-form-box {
    overflow: hidden;
    background: #ffffff;
    position: relative;
    padding: 80px 0;
}.contact-form-box::before {
    height: 100%;
    left: 0;
    content: "";
    z-index: 0;
    background-size: 20px 20px;
    position: absolute;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%) -10px 0,
                linear-gradient(225deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%) -10px 0,
                linear-gradient(315deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%),
                linear-gradient(45deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%);
    top: 0;
    width: 100%;
}.contact-form-box .container {
    z-index: 1;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.contact-form-box h2 {
    margin-bottom: 50px;
    padding-left: 20px;
    font-size: 36px;
    font-weight: 700;
    position: relative;
    border-left: 5px solid rgb(176,182,167);
    color: #000000;
    text-align: left;
}.contact-form-box .inquiry-card {
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    flex-direction: row-reverse;
    display: flex;
    border-radius: 13px;
}.contact-form-box .img-caption {
    min-height: 500px;
    flex: 0 0 40%;
    position: relative;
}.contact-form-box .img-caption::before {
    content: "";
    background: rgb(176,182,167,0.5);
    mix-blend-mode: multiply;
    top: 0;
    left: 0;
    z-index: 1;
    position: absolute;
    height: 100%;
    width: 100%;
}.contact-form-box .support-links {
    flex: 0 0 60%;
    position: relative;
    padding: 60px;
}.contact-form-box .support-links::after {
    position: absolute;
    height: 150px;
    content: "";
    top: 0;
    right: 0;
    background: rgb(204,211,195);
    border-radius: 0 0 0 100%;
    z-index: -1;
    width: 150px;
}.contact-form-box #contact {
    flex-direction: column;
    display: flex;
    gap: 30px;
}.contact-form-box h3 {
    color: #000000;
    position: relative;
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 19px;
}.contact-form-box h3::after {
    position: absolute;
    background: rgb(176,182,167);
    width: 40px;
    content: "";
    left: 0;
    height: 2px;
    bottom: -10px;
}.contact-form-box input[type="text"] {
    padding: 18px 20px;
    color: #000000;
    width: 100%;
    border-radius: 10px;
    border: none;
    font-size: 15px;
    transition: all 0.3s ease;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.03);
    background: rgb(204,211,195);
}.contact-form-box input[type="text"]:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgb(176,182,167,0.5), inset 0 2px 4px rgba(0, 0, 0, 0.03);
    background: #ffffff;
}.contact-form-box input[type="text"]::placeholder {
    opacity: 0.6;
    color: #000000;
}.contact-form-box .reach-request {
    align-items: center;
    gap: 12px;
    display: flex;
    margin-top: 5px;
}.contact-form-box .reach-request input[type="checkbox"] {
    border: 2px solid rgb(204,211,195);
    appearance: none;
    cursor: pointer;
    transition: all 0.2s ease;
    width: 22px;
    border-radius: 10px;
    height: 22px;
    position: relative;
}.contact-form-box .reach-request input[type="checkbox"]:checked {
    background: rgb(176,182,167);
    border-color: rgb(176,182,167);
}.contact-form-box .reach-request input[type="checkbox"]:checked::after {
    height: 11px;
    transform: rotate(45deg);
    top: 3px;
    position: absolute;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    width: 6px;
    content: "";
    left: 7px;
}.contact-form-box .reach-request label {
    line-height: 1.5;
    color: #000000;
    font-size: 15px;
}.contact-form-box .reach-request a {
    position: relative;
    transition: all 0.3s ease;
    text-decoration: none;
    color: rgb(176,182,167);
}.contact-form-box .reach-request a:hover {
    color: rgb(147,153,134);
}.contact-form-box .reach-request a::after {
    position: absolute;
    content: "";
    height: 1px;
    bottom: -2px;
    background: rgb(176,182,167);
    left: 0;
    width: 100%;
    transition: all 0.3s ease;
}.contact-form-box .reach-request a:hover::after {
    background: rgb(147,153,134);
}.contact-form-box .reach-grid {
    background: rgb(176,182,167);
    margin-top: 20px;
    cursor: pointer;
    padding: 18px 40px;
    box-shadow: 0 4px 15px rgb(176,182,167,0.5);
    border: none;
    transition: all 0.3s ease;
    font-weight: 600;
    border-radius: 13px;
    font-size: 15px;
    color: #ffffff;
    align-self: flex-start;
}.contact-form-box .reach-grid:hover {
    transform: translateY(-2px);
    box-shadow: 0 7px 20px rgb(147,153,134,0.5);
    background: rgb(147,153,134);
}.contact-form-box svg {
    width: 20px;
    transition: all 0.3s ease;
    height: 20px;
    fill: rgb(176,182,167);
}.contact-form-box svg path {
    transition: all 0.3s ease;
    fill: rgb(176,182,167);
}.contact-form-box svg:hover {
    fill: rgb(147,153,134);
}.contact-form-box svg:hover path {
    fill: rgb(147,153,134);
}

@media (max-width: 992px) {.contact-form-box .inquiry-card {
    flex-direction: column;
}.contact-form-box .img-caption {
    order: 1;
    min-height: 300px;
    flex: 0 0 auto;
}.contact-form-box .support-links {
    flex: 0 0 auto;
    padding: 50px 40px;
    order: 2;
}.contact-form-box h2 {
    margin-bottom: 40px;
}
}

@media (max-width: 768px) {.contact-form-box {
    padding: 60px 0;
}.contact-form-box h2 {
    font-size: calc(36px - 4px);
    margin-bottom: 30px;
}.contact-form-box .support-links {
    padding: 40px 30px;
}.contact-form-box #contact {
    gap: 25px;
}.contact-form-box .img-caption {
    min-height: 250px;
}
}

@media (max-width: 576px) {.contact-form-box {
    padding: 40px 0;
}.contact-form-box .container {
    padding: 0 15px;
}.contact-form-box h2 {
    font-size: calc(36px - 6px);
    margin-bottom: 25px;
    padding-left: 15px;
}.contact-form-box .support-links {
    padding: 30px 20px;
}.contact-form-box #contact {
    gap: 20px;
}.contact-form-box input[type="text"] {
    padding: 15px;
}.contact-form-box .reach-grid {
    width: 100%;
    padding: 15px 20px;
}.contact-form-box .img-caption {
    min-height: 200px;
}}.consentNotificationBox {
    transform: translateY(100%);
    position: fixed;
    animation: slideUp 0.5s forwards;
    padding: 20px 0;
    font-family: Arial, sans-serif;
    z-index: 90;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    bottom: 0;
    background: rgb(147,153,134);
    width: 100%;
    transition: transform 0.5s ease-in-out;
    border-top: 3px solid rgb(147,153,134);
}@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}
.cookie-reset {
    padding: 20px 5%;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    display: flex;
}.consentNotificationBox h5 {
    font-weight: 700;
    letter-spacing: 1px;
    color: #ffffff;
    font-size: 22px;
    text-transform: uppercase;
}.consentNotificationBox p {
    color: #ffffff;
    font-size: 13px;
    margin: 0;
    line-height: 1.5;
}.data-notice {
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    display: flex;
    filter: drop-shadow(0 0 10px rgb(176,182,167));
    margin-right: 15px;
}.data-notice svg {
    transition: transform 0.3s ease-in-out;
    width: 80px;
    fill: rgb(176,182,167);
    height: 80px;
}.data-notice:hover svg {
    transform: scale(1.1);
}.data-consent {
    text-align: center;
    cursor: pointer;
    flex-shrink: 0;
    font-size: 18px;
    min-width: 140px;
    padding: 10px 20px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    border-radius: 23px;
    background: linear-gradient(90deg, rgb(176,182,167), rgb(147,153,134));
    box-shadow: 0 0 15px rgb(176,182,167);
    line-height: 40px;
    color: #000000;
    white-space: nowrap;
    margin-left: 10px;
    text-decoration: none;
}.data-consent:hover {
    box-shadow: 0 0 20px rgb(147,153,134);
}.cookie_button.user-dialog:hover {
    box-shadow: 0 0 15px rgb(147,153,134);
}.consentNotificationBox p a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: rgb(176,182,167);
}.consentNotificationBox p a:hover {
    color: rgb(147,153,134);
}#trackingFormPanel {
    display: none;
}#trackingFormPanel:checked ~ .consentNotificationBox {
    opacity: 0;
    visibility: hidden;
}
@media only screen and (max-width: 1200px) {.consentNotificationBox {
    padding: 15px 0;
}.cookie-reset {
    padding: 15px 5%;
}
}
@media only screen and (max-width: 800px) {.data-notice {
    display: none;
}.cookie-reset {
    text-align: center;
    align-items: center;
    flex-direction: column;
}.consentNotificationBox h5 {
    margin-bottom: 5px;
    font-size: 19px;
}.cookie-none {
    margin-bottom: 15px;
}.data-consent {
    min-width: 100%;
    margin: 10px 0;
}}
.privacy-sanctum {
    padding: 40px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    width: 100%;
    background-color: #ffffff;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    height: 100%;
}.privacy-sanctum:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
}.privacy-sanctum h1 {
    font-weight: 700;
    padding-bottom: 10px;
    color: rgb(176,182,167);
    margin-top: 40px;
    margin-bottom: 30px;
    font-size: 38px;
    border-bottom: 2px solid rgb(147,153,134);
}.privacy-sanctum h2 {
    border-bottom: 1px solid rgb(147,153,134,0.5);
    margin-top: 30px;
    font-weight: 600;
    font-size: 32px;
    color: rgb(147,153,134);
    margin-bottom: 20px;
    padding-bottom: 8px;
}.privacy-sanctum h3, .privacy-sanctum h4, .privacy-sanctum h5, .privacy-sanctum h6 {
    color: rgb(176,182,167,0.5);
    margin-top: 25px;
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 23px;
}.privacy-sanctum ul, .privacy-sanctum ol {
    list-style-position: inside;
    border-left: 3px solid rgb(176,182,167);
    padding: 20px 0;
    padding-left: 0;
    margin: 20px 0;
}.privacy-sanctum li {
    padding-left: 10px;
    margin-bottom: 15px;
    color: #000000;
    line-height: 1.6;
    font-size: 17px;
}.privacy-sanctum section {
    margin-bottom: 20px;
    padding: 20px;
    background: rgb(204,211,195);
    border-radius: 10px;
}.privacy-sanctum p, .privacy-sanctum span, .privacy-sanctum div {
    font-size: 17px;
    font-family: Arial, sans-serif;
    color: #000000;
    margin-bottom: 15px;
    line-height: 1.8;
}.privacy-sanctum p {
    text-align: justify;
}.privacy-sanctum a {
    font-weight: 600;
    text-decoration: none;
    color: rgb(176,182,167);
    transition: color 0.3s ease-in-out;
}.privacy-sanctum a:hover {
    color: rgb(147,153,134);
    text-decoration: underline;
}

@media only screen and (max-width: 800px) {.privacy-sanctum {
    padding: 30px 15px;
}.privacy-sanctum h1 {
    font-size: calc(23px - 10px);
}.privacy-sanctum h2 {
    font-size: calc(23px - 5px);
}.privacy-sanctum ul, .privacy-sanctum ol {
    padding-left: 10px;
}.privacy-sanctum li {
    font-size: calc(17px - 2px);
}}.find-contact {
    position: relative;
    padding: 120px 20px;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(204,211,195) 0%, rgba(245, 247, 251, 0.92) 100%);
    font-family: Arial, sans-serif;
}.find-contact::before {
    width: 100%;
    background-size: 40px 40px;
    top: 0;
    left: 0;
    background-image: 
        linear-gradient(30deg, rgb(176,182,167,0.5) 1px, transparent 1px),
        linear-gradient(150deg, rgb(176,182,167,0.5) 1px, transparent 1px);
    opacity: 0.15;
    pointer-events: none;
    content: "";
    position: absolute;
    z-index: 0;
    height: 100%;
}.find-contact::after {
    opacity: 0.25;
    height: 300px;
    position: absolute;
    content: "";
    width: 300px;
    z-index: 0;
    right: -5%;
    top: -10%;
    filter: blur(30px);
    background: linear-gradient(135deg, rgb(176,182,167,0.5) 0%, rgb(147,153,134,0.5) 100%);
    animation: floatShape 15s infinite alternate ease-in-out;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
}.find-contact h1 {
    z-index: 1;
    margin-bottom: 60px;
    text-align: center;
    font-size: 44px;
    transform: perspective(1000px) translateZ(0);
    color: #000000;
    font-weight: 700;
    position: relative;
}.find-contact h1::after {
    left: 50%;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgb(176,182,167) 0%, rgb(147,153,134) 100%);
    bottom: -12px;
    height: 4px;
    width: 80px;
    border-radius: 10px;
    transform: translateX(-50%);
}.find-contact .container {
    position: relative;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
}.find-contact .edu-mentor {
    display: grid;
    background: #ffffff;
    grid-template-columns: 1fr;
    border-radius: 20px;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    padding: 40px;
    gap: 40px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    transform: translateY(0);
}.find-contact .edu-mentor:hover {
    transform: translateY(-5px);
}.find-contact .edu-mentor > div {
    background: linear-gradient(145deg, rgba(250, 252, 255, 0.9), rgba(250, 252, 255, 0.4));
    box-shadow: 0 4px 24px -8px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    backdrop-filter: blur(8px);
    padding: 20px;
}.find-contact .edu-mentor > div:hover {
    box-shadow: 0 8px 28px -4px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px) scale(1.01);
}.find-contact .edu-mentor > div:first-child {
    line-height: 1.7;
    letter-spacing: 0.02em;
    border-left: 4px solid rgb(176,182,167);
    color: #000000;
    font-size: calc(18px + 2px);
}.find-contact h6 {
    text-transform: capitalize;
    align-items: center;
    font-weight: 600;
    font-size: 21px;
    gap: 12px;
    color: #000000;
    display: flex;
    margin-bottom: 15px;
}.find-contact span {
    line-height: 1.6;
    margin-left: 36px;
    color: #000000;
    font-size: 18px;
    display: block;
}.find-contact .get-help4lQd {
    gap: 18px;
    flex-direction: column;
    display: flex;
}.find-contact .learn-help {
    border-radius: 10px;
    color: #000000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
    padding: 10px 15px;
    background: linear-gradient(135deg, rgba(250, 252, 255, 0.8), rgba(245, 247, 251, 0.4));
    transition: all 0.3s ease;
    font-weight: 400;
    display: flex;
    text-decoration: none;
    gap: 12px;
    transform-origin: left center;
    align-items: center;
    font-size: 18px;
}.find-contact .learn-help:hover {
    transform: translateX(5px) scale(1.02);
    background: linear-gradient(135deg, rgba(255, 255, 255, 1), rgba(250, 252, 255, 0.95));
    box-shadow: 0 5px 15px rgba(var(--primary-color-rgb), 0.15);
    color: rgb(176,182,167);
}.find-contact svg {
    transition: transform 0.3s ease;
    height: 24px;
    flex-shrink: 0;
    width: 24px;
}.find-contact svg path {
    fill: #000000;
    transition: fill 0.3s ease;
}.find-contact .learn-help:hover svg {
    transform: scale(1.1);
}.find-contact .learn-help:hover svg path {
    fill: rgb(176,182,167);
}

@keyframes floatShape {
    0% {
        transform: translate(0, 0) rotate(0deg);
        border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    }
    50% {
        transform: translate(-20px, 20px) rotate(4deg);
        border-radius: 60% 40% 30% 70% / 50% 60% 30% 60%;
    }
    100% {
        transform: translate(20px, -15px) rotate(-5deg);
        border-radius: 35% 65% 60% 40% / 40% 45% 65% 55%;
    }
}

@media (min-width: 768px) {.find-contact {
    padding: 150px 30px;
}.find-contact h1 {
    margin-bottom: 80px;
}.find-contact .edu-mentor {
    padding: 60px;
    grid-template-columns: repeat(2, 1fr);
}.find-contact .edu-mentor > div:first-child {
    grid-column: 1 / -1;
}
}

@media (min-width: 992px) {.find-contact {
    padding: 180px 40px;
}.find-contact h1 {
    font-size: calc(44px * 1.1);
}.find-contact .edu-mentor {
    grid-template-columns: 1.5fr 1fr 1fr;
}.find-contact .edu-mentor > div:first-child {
    grid-column: 1;
    align-items: center;
    grid-row: span 2;
    display: flex;
}.find-contact .get-help4lQd {
    margin-top: 15px;
}
}

@media (max-width: 767px) {.find-contact {
    padding: 80px 15px;
}.find-contact h1 {
    margin-bottom: 40px;
    font-size: calc(44px * 0.9);
}.find-contact .edu-mentor {
    padding: 30px 20px;
}.find-contact .edu-mentor > div {
    padding: 15px;
}.find-contact span {
    margin-left: 20px;
}.find-contact .learn-help {
    padding: 8px 10px;
}
}

@media (hover: none) {.find-contact .edu-mentor:hover {
    transform: none;
}.find-contact .edu-mentor > div:hover {
    box-shadow: 0 4px 24px -8px rgba(0, 0, 0, 0.05);
    transform: none;
}.find-contact .learn-help:hover {
    transform: none;
}}.price-plan-item {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.price-plan-item::before {
    top: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.75) 50%, rgba(0,0,0,0.65) 100%);
    right: 0;
    z-index: 1;
    bottom: 0;
    content: "";
}.price-plan-item .container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
}.price-plan-item .cost-matrix {
    display: flex;
    align-items: center;
    flex-direction: column;
}.price-plan-item h2 {
    color: #ffffff;
    text-align: center;
    position: relative;
    opacity: 0;
    font-size: 37px;
    transform: translateY(20px);
    animation: fadeInUp 0.8s ease-out forwards;
    margin-bottom: 20px;
    font-weight: 700;
}.price-plan-item .price-schemes {
    transform: translateY(20px);
    max-width: 700px;
    font-size: 12px;
    text-align: center;
    margin-bottom: 40px;
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    color: rgb(255, 255, 255, 0.5);
    opacity: 0;
    line-height: 1.6;
}.price-plan-item .pricing-block {
    width: 100%;
    padding: 0;
    gap: 30px;
    margin: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    list-style: none;
}.price-plan-item .pricing-block li {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.8s ease-out forwards;
}.price-plan-item .pricing-block li:nth-child(1) {
    animation-delay: 0.3s;
}.price-plan-item .pricing-block li:nth-child(2) {
    animation-delay: 0.4s;
}.price-plan-item .pricing-block li:nth-child(3) {
    animation-delay: 0.5s;
}.price-plan-item .pricing-block li:nth-child(4) {
    animation-delay: 0.6s;
}.price-plan-item .promo-rates {
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    height: 100%;
    overflow: hidden;
    display: block;
    position: relative;
}.price-plan-item .promo-rates:hover {
    transform: translateY(-8px) scale(1.02);
}.price-plan-item .promo-rates::before {
    pointer-events: none;
    transition: left 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
    position: absolute;
    width: 100%;
    top: 0;
    content: "";
    left: -100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
}.price-plan-item .promo-rates:hover::before {
    left: 100%;
}.price-plan-item .program-rate {
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.1);
    background: linear-gradient(145deg, rgba(255,255,255,0.09) 0%, rgba(255,255,255,0.05) 100%);
    overflow: hidden;
    padding: 5px;
    transition: box-shadow 0.4s ease, transform 0.3s ease;
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    -webkit-backdrop-filter: blur(10px);
    position: relative;
    height: 100%;
}.price-plan-item .promo-rates:hover .program-rate {
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}.price-plan-item .program-rate::after {
    height: 5px;
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(176,182,167), rgb(147,153,134));
    position: absolute;
    left: 0;
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
    content: '';
    width: 100%;
    top: 0;
}.price-plan-item .promo-rates:hover .program-rate::after {
    transform: scaleX(1);
}.price-plan-item .value-pricing {
    color: #ffffff;
    min-height: 400px;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    box-sizing: border-box;
    height: 100%;
}.price-plan-item .value-pricing h4 {
    color: rgb(176,182,167);
    font-size: 19px;
    margin: 0 0 20px;
    font-weight: 700;
    position: relative;
    transition: transform 0.3s ease;
    padding-bottom: 15px;
}.price-plan-item .promo-rates:hover .value-pricing h4 {
    transform: translateX(5px);
}.price-plan-item .value-pricing h4::after {
    transition: width 0.3s ease;
    left: 0;
    bottom: 0;
    background: rgb(147,153,134);
    position: absolute;
    width: 40px;
    content: "";
    height: 3px;
}.price-plan-item .promo-rates:hover .value-pricing h4::after {
    width: 60px;
}.price-plan-item .value-pricing p {
    font-size: calc(12px - 2px);
    margin: 0 0 30px;
    scrollbar-color: rgb(176,182,167,0.5) transparent;
    max-height: 200px;
    overflow-wrap: break-word;
    color: rgba(255,255,255,0.8);
    scrollbar-width: thin;
    overflow-y: auto;
    line-height: 1.6;
    word-break: break-word;
}.price-plan-item .value-pricing p::-webkit-scrollbar {
    width: 5px;
}.price-plan-item .value-pricing p::-webkit-scrollbar-track {
    background: transparent;
}.price-plan-item .value-pricing p::-webkit-scrollbar-thumb {
    background-color: rgb(176,182,167,0.5);
    border-radius: 10px;
}.price-plan-item .study-sub {
    border-radius: 10px;
    font-size: calc(19px + 4px);
    padding: 10px 20px;
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    background: linear-gradient(135deg, rgb(176,182,167) 0%, rgb(176,182,167,0.5) 100%);
    display: inline-block;
    position: relative;
    align-self: flex-start;
    overflow: hidden;
    margin-top: auto;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    font-weight: 700;
}.price-plan-item .promo-rates:hover .study-sub {
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}.price-plan-item .study-sub::before {
    top: -50%;
    transition: transform 0.6s ease-out, opacity 0.6s ease-out;
    width: 200%;
    transform: scale(0);
    content: "";
    position: absolute;
    height: 200%;
    opacity: 0;
    left: -50%;
    background: radial-gradient(circle, rgba(255,255,255,0.3) 0%, transparent 70%);
}.price-plan-item .promo-rates:hover .study-sub::before {
    transform: scale(1);
    opacity: 1;
}

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

@media (max-width: 991px) {.price-plan-item {
    padding: 80px 0;
}.price-plan-item .pricing-block {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}.price-plan-item .value-pricing {
    padding: 25px;
    min-height: 350px;
}
}

@media (max-width: 767px) {.price-plan-item {
    padding: 60px 0;
}.price-plan-item h2 {
    font-size: calc(37px - 4px);
}.price-plan-item .price-schemes {
    margin-bottom: 30px;
    font-size: calc(12px - 1px);
}.price-plan-item .pricing-block {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 400px;
}.price-plan-item .value-pricing {
    min-height: 300px;
}.price-plan-item .study-sub {
    font-size: calc(19px + 2px);
}
}

@media (max-width: 480px) {.price-plan-item {
    padding: 40px 0;
}.price-plan-item h2 {
    font-size: calc(37px - 6px);
}.price-plan-item .value-pricing {
    padding: 20px;
    min-height: 280px;
}.price-plan-item .value-pricing p {
    margin-bottom: 20px;
    font-size: calc(12px - 3px);
}.price-plan-item .study-sub {
    padding: 8px 15px;
}}.meet-us {
    padding: 120px 0 80px;
    position: relative;
    overflow: hidden;
}.meet-us::before {
    left: 0;
    bottom: 0;
    top: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(176,182,167,0.5) 100%);
    content: "";
    right: 0;
    position: absolute;
    z-index: 1;
    backdrop-filter: blur(3px) saturate(110%);
}.meet-us::after {
    transform: rotate(15deg);
    top: -5%;
    content: "";
    z-index: 0;
    opacity: 0.15;
    background: linear-gradient(120deg, rgb(147,153,134) 0%, rgb(176,182,167) 100%);
    position: absolute;
    width: 30%;
    filter: blur(20px);
    animation: float 15s ease-in-out infinite alternate;
    right: -2%;
    height: 40%;
}.meet-us .container {
    max-width: 1200px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
}.meet-us .text-wrap-item {
    backdrop-filter: blur(10px);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: rgba(255, 255, 255, 0.92);
    position: relative;
    padding: 3.5rem;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1), 0 10px 15px rgba(0, 0, 0, 0.05);
    border-left: 4px solid rgb(176,182,167);
    transform: perspective(1000px) rotateY(-1deg);
}.meet-us .text-wrap-item:hover {
    transform: perspective(1000px) rotateY(0deg);
}.meet-us .text-wrap-item::before {
    content: "";
    top: 0;
    mix-blend-mode: overlay;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
    height: 100%;
    width: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
}.meet-us h1 {
    color: #000000;
    padding-bottom: 1rem;
    transform: translateX(-2%);
    font-weight: 700;
    letter-spacing: -0.05em;
    position: relative;
    margin-bottom: 2rem;
    font-size: 40px;
}.meet-us h1::after {
    bottom: 0;
    left: 0;
    animation: expandLine 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    background: linear-gradient(90deg, rgb(176,182,167) 0%, rgb(147,153,134) 100%);
    position: absolute;
    transform-origin: left;
    height: 3px;
    content: "";
    width: 80px;
}.meet-us ul {
    padding: 0;
    list-style: none;
    margin: 0;
}.meet-us li {
    margin-bottom: 1.5rem;
}.meet-us h4 {
    transform: translateX(-1%);
    font-size: 20px;
    margin-bottom: 1rem;
    font-weight: 600;
    color: rgb(176,182,167);
    letter-spacing: 0.03em;
}.meet-us span {
    font-size: 16px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    font-weight: 400;
    line-height: 1.8;
    position: relative;
    padding-left: 1rem;
    display: block;
    color: #000000;
    max-width: 100%;
}.meet-us span::first-letter {
    color: rgb(147,153,134);
    font-weight: 600;
    font-size: 1.2em;
}

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

@keyframes float {
    0% {
        transform: rotate(15deg) translate(0, 0);
    }
    50% {
        transform: rotate(12deg) translate(-10px, 10px);
    }
    100% {
        transform: rotate(18deg) translate(10px, -10px);
    }
}

@media (max-width: 991px) {.meet-us {
    padding: 80px 0 60px;
}.meet-us .text-wrap-item {
    transform: perspective(800px) rotateY(-0.5deg);
    padding: 2.5rem;
}.meet-us h1 {
    margin-bottom: 1.5rem;
    font-size: calc(40px * 0.9);
}.meet-us h4 {
    font-size: calc(20px * 0.95);
}
}

@media (max-width: 767px) {.meet-us {
    padding: 60px 0 40px;
}.meet-us .text-wrap-item {
    padding: 2rem 1.5rem;
    border-left-width: 3px;
    transform: none;
}.meet-us h1 {
    margin-bottom: 1.25rem;
    font-size: calc(40px * 0.8);
}.meet-us h1::after {
    height: 2px;
    width: 60px;
}.meet-us h4 {
    margin-bottom: 0.75rem;
    font-size: calc(20px * 0.9);
}.meet-us span {
    line-height: 1.6;
    font-size: calc(16px * 0.95);
    padding-left: 0.75rem;
}.meet-us::after {
    height: 30%;
    right: -10%;
    width: 50%;
    top: -10%;
}
    
    @keyframes expandLine {
        100% {
            width: 60px;
        }
    }
}

@media (max-width: 480px) {.meet-us {
    padding: 50px 0 30px;
}.meet-us .text-wrap-item {
    border-left-width: 2px;
    padding: 1.5rem 1.25rem;
}.meet-us h1 {
    font-size: calc(40px * 0.7);
    margin-bottom: 1rem;
}.meet-us h1::after {
    width: 50px;
}.meet-us span {
    padding-left: 0.5rem;
    line-height: 1.5;
    font-size: calc(16px * 0.9);
}@keyframes expandLine {
        100% {
            width: 50px;
        }
    }
}.customer-experience {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(204,211,195) 0%, #ffffff 100%);
    padding: 7rem 2rem;
}.customer-experience::before {
    content: "";
    background: 
        linear-gradient(45deg, rgb(176,182,167,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(176,182,167,0.5) 25%, transparent 25%);
    z-index: 0;
    width: 100%;
    opacity: 0.07;
    position: absolute;
    background-size: 60px 60px;
    height: 100%;
    top: 0;
    left: 0;
}.customer-experience .story-visual {
    position: relative;
    margin: 0 auto;
    max-width: 1000px;
    z-index: 1;
}.customer-experience h4 {
    color: #000000;
    text-align: center;
    position: relative;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 38px;
    margin-bottom: 4rem;
}.customer-experience h4::before {
    bottom: -15px;
    left: 50%;
    height: 3px;
    position: absolute;
    content: "";
    transform: translateX(-50%);
    width: 80px;
    background: rgb(176,182,167);
}.customer-experience h4::after {
    position: absolute;
    transform: translateX(-50%);
    bottom: -22px;
    width: 40px;
    height: 3px;
    background: rgb(147,153,134);
    content: "";
    left: 50%;
}.customer-experience .review-slider {
    display: flex;
    position: relative;
    flex-direction: column;
    padding-left: 50px;
}.customer-experience .review-slider::before {
    width: 2px;
    position: absolute;
    top: 0;
    z-index: 1;
    left: 24px;
    bottom: 0;
    background: linear-gradient(to bottom, rgb(176,182,167), rgb(147,153,134));
    content: "";
}.customer-experience .review-slider::after {
    z-index: 2;
    height: 10px;
    width: 10px;
    bottom: 0;
    content: "";
    border-radius: 50%;
    left: 20px;
    background: rgb(147,153,134);
    position: absolute;
}.customer-experience .review-voices {
    width: 100%;
    position: relative;
    transform: translateX(0);
    background: #ffffff;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
    border-radius: 27px;
    margin-bottom: 4rem;
}.customer-experience .review-voices:last-child {
    margin-bottom: 0;
}.customer-experience .review-voices::before {
    border: 3px solid #ffffff;
    top: 20px;
    left: -65px;
    box-shadow: 0 0 0 3px rgb(176,182,167,0.5);
    background: rgb(176,182,167);
    border-radius: 50%;
    position: absolute;
    transition: all 0.3s ease;
    z-index: 2;
    width: 16px;
    content: "";
    height: 16px;
}.customer-experience .review-voices::after {
    background: rgb(176,182,167,0.5);
    position: absolute;
    content: "";
    z-index: 1;
    width: 20px;
    top: 24px;
    left: -15px;
    height: 2px;
}.customer-experience .review-voices:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    transform: translateX(10px);
}.customer-experience .review-voices:hover::before {
    transform: scale(1.2);
    background: rgb(147,153,134);
}.customer-experience .review-voices:nth-child(even) {
    align-self: flex-end;
    border-left: 3px solid rgb(176,182,167);
    background: linear-gradient(135deg, #ffffff 0%, rgb(204,211,195) 100%);
}.customer-experience .review-voices:nth-child(odd) {
    background: linear-gradient(135deg, rgb(204,211,195) 0%, #ffffff 100%);
    border-right: 3px solid rgb(147,153,134);
    align-self: flex-start;
}.customer-experience .review-voices .img-caption {
    border-radius: 50%;
    height: 70px;
    width: 70px;
    border: 3px solid #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    margin-right: 20px;
    float: left;
}.customer-experience .review-voices:hover .img-caption {
    transform: scale(1.05);
    border-color: rgb(176,182,167,0.5);
}.customer-experience .review-voices:nth-child(even) .img-caption {
    float: right;
    margin-right: 0;
    margin-left: 20px;
}.customer-experience .review-voices span {
    color: #000000;
    margin-bottom: 0.5rem;
    font-weight: 600;
    padding-top: 10px;
    display: block;
    font-size: 20px;
}.customer-experience .review-voices:nth-child(even) span {
    text-align: right;
}.customer-experience .review-voices p {
    line-height: 1.6;
    font-size: 17px;
    color: #000000;
    clear: both;
    margin-top: 1rem;
}.customer-experience .review-voices:nth-child(even) p {
    text-align: right;
}

@media (max-width: 992px) {.customer-experience {
    padding: 5rem 1.5rem;
}.customer-experience h4 {
    font-size: calc(38px * 0.9);
}.customer-experience .review-voices {
    padding: 1.5rem;
}
}

@media (max-width: 768px) {.customer-experience {
    padding: 4rem 1rem;
}.customer-experience .review-slider {
    padding-left: 30px;
}.customer-experience .review-slider::before {
    left: 14px;
}.customer-experience .review-slider::after {
    left: 10px;
}.customer-experience .review-voices::before {
    left: -45px;
    width: 14px;
    height: 14px;
}.customer-experience h4 {
    font-size: calc(38px * 0.8);
    margin-bottom: 3rem;
}.customer-experience .review-voices:nth-child(even),
    .customer-experience .review-voices:nth-child(odd) {
    width: 100%;
    align-self: auto;
}.customer-experience .review-voices .img-caption {
    float: none;
    margin: 0 auto 1rem;
}.customer-experience .review-voices:nth-child(even) .img-caption {
    float: none;
    margin: 0 auto 1rem;
}.customer-experience .review-voices span,
    .customer-experience .review-voices:nth-child(even) span {
    padding-top: 0;
    text-align: center;
}.customer-experience .review-voices p,
    .customer-experience .review-voices:nth-child(even) p {
    text-align: center;
}}.join-now {
    background: linear-gradient(135deg, rgb(176,182,167) 0%, rgb(147,153,134) 100%);
    z-index: 1;
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.join-now::before {
    content: '';
    top: 0;
    position: absolute;
    background-size: 50px 50px;
    left: 0;
    opacity: 0.05;
    background-image: 
        linear-gradient(0deg, transparent 24%, #ffffff 25%, #ffffff 26%, transparent 27%, transparent 74%, #ffffff 75%, #ffffff 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, #ffffff 25%, #ffffff 26%, transparent 27%, transparent 74%, #ffffff 75%, #ffffff 76%, transparent 77%, transparent);
    width: 100%;
    z-index: -1;
    height: 100%;
}.join-now::after {
    animation: pulseGlow 10s ease-in-out infinite alternate;
    top: 0;
    height: 100%;
    left: 0;
    background: 
        radial-gradient(circle at 20% 30%, #ffffff 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, #ffffff 0%, transparent 50%);
    opacity: 0.1;
    position: absolute;
    z-index: -1;
    width: 100%;
    content: '';
    filter: blur(60px);
}.join-now .story-visual {
    display: flex;
    background: rgba(255, 255, 255, 0.05);
    overflow: hidden;
    position: relative;
    padding: 60px 40px;
    align-items: center;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    justify-content: center;
    margin: 0 auto;
    flex-direction: column;
    z-index: 2;
    max-width: 1000px;
    border-radius: 12px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}.join-now .story-visual::before {
    content: '';
    left: -100%;
    width: 100%;
    z-index: 1;
    height: 2px;
    position: absolute;
    box-shadow: 0 0 10px #ffffff;
    background: linear-gradient(90deg, 
        transparent 0%, 
        #ffffff 50%, 
        transparent 100%);
    animation: scanLine 4s ease-in-out infinite;
    top: 0;
}.join-now .story-visual::after {
    opacity: 0.3;
    content: '';
    top: 0;
    z-index: -1;
    position: absolute;
    height: 100%;
    left: 0;
    width: 100%;
    background: 
        linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 100%);
}.join-now h3 {
    color: #ffffff;
    font-size: 30px;
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    letter-spacing: 3px;
    margin-bottom: 50px;
    font-family: Arial, sans-serif;
}.join-now h3::before {
    opacity: 0.8;
    left: 2px;
    content: attr(data-text);
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 100% 45%, 0 45%);
    top: 0;
    animation: glitchTop 3s infinite linear alternate;
    color: #ffffff;
    text-shadow: 2px 0 rgb(147,153,134);
    background: transparent;
}.join-now h3::after {
    opacity: 0.8;
    content: attr(data-text);
    left: -2px;
    position: absolute;
    top: 0;
    animation: glitchBottom 2.7s infinite linear alternate;
    color: #ffffff;
    text-shadow: -2px 0 rgb(176,182,167);
    clip-path: polygon(0 55%, 100% 55%, 100% 100%, 0 100%);
    background: transparent;
}.join-now .learn-help {
    font-size: 18px;
    border-radius: 10px;
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.2),
        0 0 15px rgba(255, 255, 255, 0.2);
    background: #ffffff;
    text-transform: uppercase;
    transition: all 0.4s ease;
    position: relative;
    z-index: 1;
    text-decoration: none;
    display: inline-block;
    overflow: hidden;
    color: rgb(176,182,167);
    font-family: Arial, sans-serif;
    letter-spacing: 2px;
    padding: 16px 45px;
    font-weight: 600;
}.join-now .learn-help::before {
    z-index: -1;
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    transition: opacity 0.4s ease;
    background: linear-gradient(
        45deg,
        rgb(176,182,167) 0%,
        rgb(147,153,134) 100%
    );
    width: 100%;
    height: 100%;
    content: '';
}.join-now .learn-help::after {
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.8),
        transparent
    );
    z-index: 2;
    width: 8px;
    left: -100px;
    position: absolute;
    transition: all 0.7s ease;
    top: 0;
    transform: skewX(-20deg);
    content: '';
}.join-now .learn-help:hover {
    color: #ffffff;
    transform: translateY(-5px);
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.3),
        0 0 20px rgba(255, 255, 255, 0.4);
}.join-now .learn-help:hover::before {
    opacity: 1;
}.join-now .learn-help:hover::after {
    transition-duration: 1s;
    left: 200%;
}

@media screen and (max-width: 992px) {.join-now {
    padding: 100px 0;
}.join-now .story-visual {
    padding: 50px 30px;
    max-width: 90%;
}.join-now h3 {
    font-size: calc(30px * 0.9);
    margin-bottom: 45px;
}.join-now .learn-help {
    font-size: calc(18px * 0.95);
    padding: 14px 40px;
}
}

@media screen and (max-width: 768px) {.join-now {
    padding: 80px 0;
}.join-now .story-visual {
    padding: 40px 25px;
}.join-now h3 {
    letter-spacing: 2px;
    font-size: calc(30px * 0.8);
    margin-bottom: 40px;
}.join-now .learn-help {
    letter-spacing: 1.5px;
    font-size: calc(18px * 0.9);
    padding: 12px 35px;
}
}

@media screen and (max-width: 576px) {.join-now {
    padding: 60px 0;
}.join-now .story-visual {
    padding: 30px 20px;
}.join-now h3 {
    margin-bottom: 35px;
    font-size: calc(30px * 0.7);
    letter-spacing: 1.5px;
}.join-now .learn-help {
    font-size: calc(18px * 0.85);
    letter-spacing: 1px;
    padding: 10px 30px;
}}

@keyframes pulseGlow {
    0% {
        opacity: 0.05;
        filter: blur(60px);
    }
    50% {
        opacity: 0.1;
        filter: blur(80px);
    }
    100% {
        opacity: 0.05;
        filter: blur(60px);
    }
}

@keyframes scanLine {
    0% {
        left: -100%;
    }
    50% {
        left: 100%;
    }
    100% {
        left: -100%;
    }
}

@keyframes glitchTop {
    0% {
        clip-path: polygon(0 0, 100% 0, 100% 45%, 0 45%);
        transform: translate(0);
    }
    10% {
        clip-path: polygon(0 15%, 100% 15%, 100% 40%, 0 40%);
        transform: translate(-5px, 2px);
    }
    20% {
        clip-path: polygon(0 10%, 100% 10%, 100% 30%, 0 30%);
        transform: translate(5px, -2px);
    }
    30% {
        clip-path: polygon(0 5%, 100% 5%, 100% 25%, 0 25%);
        transform: translate(-3px, 1px);
    }
    40% {
        clip-path: polygon(0 0, 100% 0, 100% 45%, 0 45%);
        transform: translate(0);
    }
    100% {
        clip-path: polygon(0 0, 100% 0, 100% 45%, 0 45%);
        transform: translate(0);
    }
}

@keyframes glitchBottom {
    0% {
        clip-path: polygon(0 55%, 100% 55%, 100% 100%, 0 100%);
        transform: translate(0);
    }
    10% {
        clip-path: polygon(0 60%, 100% 60%, 100% 95%, 0 95%);
        transform: translate(5px, 2px);
    }
    20% {
        clip-path: polygon(0 65%, 100% 65%, 100% 90%, 0 90%);
        transform: translate(-5px, -2px);
    }
    30% {
        clip-path: polygon(0 70%, 100% 70%, 100% 85%, 0 85%);
        transform: translate(3px, 1px);
    }
    40% {
        clip-path: polygon(0 55%, 100% 55%, 100% 100%, 0 100%);
        transform: translate(0);
    }
    100% {
        clip-path: polygon(0 55%, 100% 55%, 100% 100%, 0 100%);
        transform: translate(0);
    }
}.developer-experience {
    background-color: rgb(204,211,195);
    overflow: hidden;
    padding: 80px 0;
    position: relative;
}.developer-experience::before {
    left: -5%;
    width: 120%;
    transform: rotate(-3deg);
    content: "";
    z-index: 1;
    background: linear-gradient(135deg, rgb(176,182,167,0.5) 0%, transparent 70%);
    position: absolute;
    opacity: 0.07;
    height: 120%;
    top: -10%;
}.developer-experience::after {
    z-index: 1;
    right: -5%;
    content: "";
    height: 70%;
    bottom: -5%;
    position: absolute;
    opacity: 0.05;
    background: radial-gradient(circle at bottom right, rgb(147,153,134,0.5) 0%, transparent 70%);
    width: 50%;
}.developer-experience .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}.developer-experience .review-voices {
    display: grid;
    box-shadow: 0 15px 35px rgba(0,0,0,0.05), 0 5px 15px rgba(0,0,0,0.03);
    padding: 40px;
    background: linear-gradient(to right, rgba(255,255,255,0.95), rgba(255,255,255,0.98));
    position: relative;
    transform: perspective(1000px) rotateX(1deg);
    grid-template-columns: 1fr;
    gap: 30px;
}.developer-experience .review-voices::before {
    height: 100%;
    opacity: 0.04;
    background: linear-gradient(45deg, rgb(176,182,167,0.5) 0%, transparent 100%);
    left: 0;
    z-index: -1;
    position: absolute;
    top: 0;
    width: 100%;
    content: "";
}.developer-experience .review-voices > div:first-child {
    transform: translateY(-10px);
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    margin: 0 auto;
    position: relative;
    height: 180px;
    width: 180px;
}.developer-experience .review-voices > div:first-child:hover {
    transform: translateY(-15px) scale(1.02);
}.developer-experience .img-caption {
    width: 100%;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1), 0 5px 10px rgba(0,0,0,0.05);
    border-radius: 5px;
    overflow: hidden;
    height: 100%;
    position: relative;
}.developer-experience .img-caption::after {
    content: "";
    position: absolute;
    height: 100%;
    background: linear-gradient(to bottom, transparent 70%, rgba(0,0,0,0.2));
    top: 0;
    width: 100%;
    left: 0;
}.developer-experience .review-voices > div:nth-child(2) {
    text-align: center;
    animation: fadeIn 0.8s ease-out forwards;
    position: relative;
}.developer-experience .name {
    font-weight: 700;
    margin-bottom: 8px;
    position: relative;
    letter-spacing: 0.4px;
    color: rgb(176,182,167);
    font-size: calc(22px * 1.1);
    display: inline-block;
}.developer-experience .name::after {
    content: "";
    height: 2px;
    transition: width 0.3s ease;
    width: 40%;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    opacity: 0.7;
    background: linear-gradient(to right, rgb(176,182,167,0.5), rgb(147,153,134,0.5));
    bottom: -5px;
}.developer-experience .review-voices > div:nth-child(2):hover .name::after {
    width: 70%;
}.developer-experience .review-voices > div:nth-child(2) > div {
    opacity: 0.9;
    color: #000000;
    margin-top: 10px;
    font-size: calc(18px * 0.95);
    font-style: italic;
}.developer-experience .review-voices > div:nth-child(3) {
    position: relative;
    margin-top: 15px;
}.developer-experience .employee-info {
    padding: 0 15px;
    font-size: 18px;
    line-height: 1.8;
    position: relative;
    color: #000000;
}.developer-experience .employee-info::before,
.developer-experience .employee-info::after {
    color: rgb(176,182,167);
    font-family: Georgia, serif;
    position: absolute;
    font-size: 60px;
    opacity: 0.1;
    content: "";
}.developer-experience .employee-info::before {
    top: -20px;
    left: -15px;
}.developer-experience .employee-info::after {
    bottom: -50px;
    right: -15px;
    content: "";
}

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

@media (min-width: 768px) {.developer-experience {
    padding: 100px 0;
}.developer-experience .review-voices {
    padding: 60px;
    grid-template-rows: auto 1fr;
    grid-template-columns: 200px 1fr;
}.developer-experience .review-voices > div:first-child {
    height: 200px;
    width: 200px;
    margin: 0;
    grid-row: 1 / 3;
}.developer-experience .review-voices > div:nth-child(2) {
    padding-left: 30px;
    text-align: left;
}.developer-experience .name::after {
    left: 0;
    transform: none;
}.developer-experience .review-voices > div:nth-child(3) {
    grid-column: 2;
    padding-left: 30px;
    margin-top: 0;
}
}

@media (min-width: 992px) {.developer-experience .review-voices {
    grid-template-columns: 250px 1fr;
    gap: 40px;
    padding: 70px;
}.developer-experience .review-voices > div:first-child {
    height: 300px;
    width: 250px;
}.developer-experience .name {
    font-size: calc(22px * 1.2);
}.developer-experience .employee-info {
    font-size: calc(18px * 1.05);
    line-height: 1.9;
}
}

@media (min-width: 1200px) {.developer-experience .review-voices {
    margin: 0 auto;
    transform: perspective(1200px) rotateX(1deg) rotateY(-0.5deg);
    max-width: 1100px;
}.developer-experience .employee-info {
    padding: 0 25px;
}
}

@media (max-width: 767px) {.developer-experience {
    padding: 60px 0;
}.developer-experience .review-voices {
    padding: 30px;
}.developer-experience .employee-info {
    line-height: 1.7;
    font-size: calc(18px * 0.95);
}}header {
    z-index: 99;
    width: 100%;
    position: relative;
    overflow: visible;
    background: linear-gradient(to right, rgb(147,153,134) 0%, rgba(0, 0, 0, 0.5) 100%);
}header::before {
    top: 0;
    left: 0;
    content: '';
    opacity: 0.1;
    position: absolute;
    width: 100%;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgb(176,182,167,0.5) 10px,
        rgb(176,182,167,0.5) 11px
    );
    height: 100%;
    z-index: -1;
}header .head-info {
    position: relative;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 15px;
    display: flex;
}header .head-info::after {
    width: 90%;
    content: '';
    box-shadow: 0 0 10px rgb(147,153,134), 0 0 20px rgb(147,153,134,0.5);
    height: 1px;
    position: absolute;
    background: linear-gradient(
        90deg,
        transparent,
        rgb(176,182,167),
        rgb(147,153,134),
        rgb(176,182,167),
        transparent
    );
    left: 5%;
    bottom: 0;
}header .head-info .header-lead {
    position: relative;
    z-index: 2;
    margin-right: 20px;
    padding: 5px 10px;
}header .head-info .header-lead::before {
    box-shadow: 0 0 15px rgb(147,153,134,0.5);
    border-radius: 10px;
    opacity: 0;
    top: 0;
    content: '';
    position: absolute;
    width: 100%;
    border: 1px solid rgb(147,153,134,0.5);
    left: 0;
    height: 100%;
    transition: opacity 0.4s ease;
}header .head-info .header-lead:hover::before {
    opacity: 1;
}header .head-info .header-lead .top-prime {
    display: block;
    transition: transform 0.3s ease;
}header .head-info .header-lead:hover .top-prime {
    transform: scale(1.05);
}header .head-info .header-lead .top-prime svg {
    height: 45px;
    width: auto;
    filter: drop-shadow(0 0 5px rgb(147,153,134,0.5));
}header .head-info .header-train {
    padding: 15px 20px;
    display: flex;
    position: relative;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    list-style: none;
    justify-content: flex-end;
    flex-wrap: wrap;
    margin: 0;
}header .head-info .header-train::before {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    background: radial-gradient(
        ellipse at center,
        rgb(147,153,134,0.5) 0%,
        transparent 70%
    );
    border-radius: 10px;
    content: '';
    position: absolute;
}header .head-info .header-train .header-top {
    position: relative;
    margin: 0;
}header .head-info .header-train .header-top::after {
    left: 50%;
    width: 0;
    content: '';
    height: 2px;
    transition: width 0.3s ease, left 0.3s ease;
    box-shadow: 0 0 8px rgb(176,182,167);
    bottom: -5px;
    position: absolute;
    background: rgb(176,182,167);
}header .head-info .header-train .header-top:hover::after {
    width: 80%;
    left: 10%;
}header .head-info .header-train .header-top a {
    letter-spacing: 1px;
    font-family: Arial, sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    color: #ffffff;
    padding: 10px 15px;
    display: block;
    font-size: 18px;
    font-weight: 400;
    position: relative;
    transition: color 0.3s ease, text-shadow 0.3s ease;
}header .head-info .header-train .header-top:hover a {
    color: rgb(176,182,167);
    text-shadow: 0 0 5px rgb(176,182,167,0.5);
}

@media (max-width: 992px) {header .head-info {
    flex-direction: column;
}header .head-info .header-lead {
    align-self: center;
    margin: 0 0 15px 0;
}header .head-info .header-train {
    width: 100%;
    justify-content: center;
}header .head-info .header-train .header-top a {
    font-size: calc(18px - 1px);
    padding: 10px 15px;
}}footer {
    position: relative;
}footer::before {
    background: linear-gradient(210deg, #000000 0%, rgb(176,182,167) 100%);
    z-index: 1;
    right: 0;
    top: 0;
    content: '';
    bottom: 0;
    position: absolute;
    left: 0;
    opacity: 0.92;
}.access-help {
    z-index: 2;
    color: #ffffff;
    padding: 90px 0 50px;
    position: relative;
    font-family: Arial, sans-serif;
}.access-help::before {
    width: 100%;
    height: 1px;
    left: 0;
    opacity: 0.1;
    position: absolute;
    content: '';
    top: 0;
    background: linear-gradient(90deg, transparent 0%, #ffffff 50%, transparent 100%);
}.access-help .container {
    flex-direction: column;
    display: flex;
}.access-help .company_holder {
    transform: perspective(1000px) rotateX(2deg);
    order: 2;
    margin-top: 70px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    animation: shiftGradient 15s ease infinite;
    background-size: 200% 200%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    background: linear-gradient(
        135deg, 
        rgba(255, 255, 255, 0.05) 0%, 
        rgba(255, 255, 255, 0.01) 100%
    );
    padding: 30px;
    border-radius: 24px;
}.access-help .company_holder h3 {
    position: relative;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 34px;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 3px;
    text-align: center;
}.access-help .company_holder h3::after {
    display: block;
    border-radius: 3px;
    width: 60px;
    margin: 15px auto 0;
    background: rgb(176,182,167);
    content: '';
    height: 3px;
}.access-help .campus-links {
    line-height: 1.6;
    font-size: 12px;
    position: relative;
    text-align: center;
    margin: 0 auto;
    max-width: 80%;
    padding-top: 15px;
}.access-help .about-learn {
    position: relative;
    order: 1;
}.access-help .head-pagewrap {
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    display: flex;
    margin-bottom: 30px;
    gap: 60px;
}.access-help .header-train {
    position: relative;
    overflow: hidden;
    min-width: 250px;
    flex: 1;
    border-radius: 10px;
    padding: 20px;
    max-width: calc(50% - 30px);
    background: rgba(255, 255, 255, 0.03);
    transition: transform 0.3s ease;
    transform: translateZ(0);
}.access-help .header-train:nth-child(odd) {
    transform: perspective(1000px) rotateY(2deg);
}.access-help .header-train:nth-child(even) {
    transform: perspective(1000px) rotateY(-2deg);
}.access-help .header-train:hover {
    transform: perspective(1000px) rotateY(0);
}.access-help .header-train::before {
    z-index: -1;
    position: absolute;
    content: '';
    inset: 0;
    border-radius: 10px;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 100%
    );
}.access-help .header-train h5 {
    color: #ffffff;
    padding-bottom: 15px;
    font-size: 22px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
    margin-bottom: 30px;
    position: relative;
    font-weight: 600;
    word-wrap: break-word;
}.access-help .header-train h5::before {
    width: 50px;
    left: 0;
    content: '';
    height: 1px;
    background: rgb(147,153,134);
    position: absolute;
    bottom: -1px;
}.access-help .header-train .head-pagewrap {
    margin: 0;
    display: flex;
    gap: 12px;
    padding: 0 10px;
    flex-direction: column;
}.access-help .header-train .head-pagewrap a {
    white-space: normal;
    color: #ffffff;
    transition: all 0.3s ease;
    text-decoration: none;
    font-size: 12px;
    word-break: break-word;
    opacity: 0.8;
    display: flex;
    align-items: center;
}.access-help .header-train .head-pagewrap a::before {
    border-radius: 50%;
    min-width: 6px;
    margin-right: 10px;
    content: '';
    opacity: 0;
    transition: all 0.3s ease;
    background: rgb(147,153,134);
    flex-shrink: 0;
    height: 6px;
    transform: scale(0);
}.access-help .header-train .head-pagewrap a:hover {
    opacity: 1;
    color: #ffffff;
    transform: translateX(5px);
}.access-help .header-train .head-pagewrap a:hover::before {
    transform: scale(1);
    opacity: 1;
}.faq-block {
    z-index: 2;
    position: relative;
    padding: 25px 0;
    background: rgba(0, 0, 0, 0.2);
    margin-top: 40px;
}.faq-block::before {
    width: 100%;
    position: absolute;
    content: '';
    background: linear-gradient(90deg, transparent, rgb(147,153,134,0.5), transparent);
    top: 0;
    height: 1px;
    left: 0;
}.faq-block .container {
    text-align: center;
}.faq-block .insta-feed {
    opacity: 0.7;
    font-size: 12px;
    color: #ffffff;
}@keyframes floatUp {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.8;
    }
}

@keyframes shiftGradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.access-help .about-learn::before {
    animation: pulse 10s infinite ease-in-out reverse;
    content: '';
    position: absolute;
    border-radius: 50%;
    width: 250px;
    filter: blur(100px);
    z-index: -1;
    left: -5%;
    opacity: 0.1;
    height: 250px;
    bottom: -10%;
    background: rgb(147,153,134);
}footer::after {
    top: 0;
    pointer-events: none;
    content: '';
    left: 0;
    z-index: 1;
    bottom: 0;
    position: absolute;
    background-image: repeating-linear-gradient(
        0deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.03) 1px,
        transparent 1px,
        transparent 20px
    );
    right: 0;
}

@media (max-width: 992px) {.access-help {
    padding: 70px 0 40px;
}.access-help .head-pagewrap {
    gap: 40px;
}.access-help .company_holder {
    margin-top: 50px;
}
}

@media (max-width: 768px) {.access-help {
    padding: 50px 0 30px;
}.access-help .head-pagewrap {
    flex-direction: column;
    gap: 30px;
}.access-help .header-train {
    min-width: 100%;
    max-width: 100%;
}.access-help .company_holder {
    padding: 20px;
}.access-help .campus-links {
    max-width: 100%;
}
}

@media (max-width: 576px) {.access-help {
    padding: 40px 0 20px;
}.access-help .company_holder h3 {
    font-size: calc(34px * 0.8);
}.access-help .header-train h5 {
    font-size: calc(22px * 0.9);
}
}