* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}.nav-lesson {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}.container {
    width: 1181px;
    max-width: 100%;
    margin: auto;
}@keyframes slide_scrollbar { 0% { background-position: 0% 50%; } 100% { background-position: 100% 50%; } }

::-webkit-scrollbar {
    width: 3px;
}::-webkit-scrollbar-button {
    border-radius: 1px;
    height: 6px;
}::-webkit-scrollbar-track {
    box-shadow: inset -1px -3px 11px 3px rgba(0, 0, 0, 0.2);
    border-radius: 15.8vw;
    background: rgb(130,138,130,0.5);
}::-webkit-scrollbar-thumb {
    border-radius: 9999px;
    border: 1px groove rgb(218,224,198);
    background: linear-gradient(133deg, #ffffff 3%, rgb(255, 255, 255, 0.5) 4%, rgb(130,138,130) 12%, rgb(171,187,176) 80%, rgb(171,187,176,0.5) 32%);
    min-height: 39px;
    animation: slide_scrollbar 2.7s ease-in 4;
}::-webkit-scrollbar-thumb:hover {
    background: rgb(218,224,198);
    box-shadow: 4px -5px 0px -1px rgba(0, 0, 0, 0.2);
}::-webkit-scrollbar-thumb:active {
    background: rgb(171,187,176);
}.wrapper-skeleton {
    display: flex;
    min-height: 100%;
    height: 100%;
    flex-direction: column;
}.contest-info {
    flex: 0 0 auto;
}html,body {
    font-family: Arial, sans-serif;
    auto
contain
touch-action: none;
    min-height: 100%;
    color: #000000;
    auto
    scroll-behavior: auto;
    scroll-snap-type: none;
    height: 100%;
}a {
    text-decoration: none;
    color: inherit;
}svg {
    height: 30px;
    width: 30px;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.company-info {
    overflow: hidden;
    padding: 120px 0 80px;
    position: relative;
}.company-info::before {
    z-index: 1;
    position: absolute;
    left: 0;
    content: "";
    background: linear-gradient(135deg, rgb(171,187,176,0.5), rgba(20, 30, 60, 0.85), rgba(40, 50, 80, 0.82));
    top: 0;
    backdrop-filter: blur(3px);
    right: 0;
    bottom: 0;
}.company-info::after {
    right: -30%;
    animation: glow 15s infinite alternate ease-in-out;
    opacity: 0.15;
    position: absolute;
    transform: rotate(-15deg);
    content: "";
    background: radial-gradient(ellipse at center, rgb(130,138,130,0.5) 0%, transparent 70%);
    width: 80%;
    z-index: 2;
    height: 200%;
    top: -50%;
}.company-info .container {
    max-width: 1140px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}.company-info h2 {
    display: inline-block;
    position: relative;
    transform: translateZ(0);
    color: #ffffff;
    font-weight: 700;
    font-size: 29px;
    letter-spacing: 1.5px;
    margin-bottom: 40px;
}.company-info h2::before {
    position: absolute;
    height: 3px;
    content: "";
    background: rgb(130,138,130);
    width: 40%;
    bottom: -10px;
    animation: expandLine 1.5s forwards ease-out;
    transform-origin: left;
    left: 0;
}.company-info h2::after {
    bottom: -10px;
    position: absolute;
    left: 0;
    height: 1px;
    background: rgb(255, 255, 255, 0.5);
    width: 80%;
    transform-origin: left;
    content: "";
    animation: expandWiderLine 2s forwards ease-out;
}.company-info .text-box-content {
    background: linear-gradient(to right, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04));
    border-left: 4px solid rgb(130,138,130);
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    transform: perspective(1000px) rotateY(-1deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2), 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 30px 40px;
    overflow: hidden;
    backdrop-filter: blur(8px);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}.company-info .text-box-content::before {
    animation: shimmer 5s infinite;
    left: 0;
    content: "";
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    transform: translateX(-100%);
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.05), transparent);
}.company-info .text-box-content:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25), 0 8px 20px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateY(0deg);
}.company-info .text-box-content > div {
    position: relative;
}.company-info .text-box-content p {
    font-weight: 600;
    transform: translateZ(0);
    display: inline-block;
    color: #ffffff;
    position: relative;
    font-size: calc(23px * 1.1);
    margin-bottom: 20px;
}.company-info .text-box-content p::after {
    animation: expandLine 1.5s forwards ease-out 0.5s;
    bottom: -8px;
    width: 70px;
    left: 0;
    content: "";
    transform-origin: left;
    position: absolute;
    height: 2px;
    background: rgb(130,138,130);
}.company-info .text-box-content div div {
    margin-bottom: 0;
    text-align: justify;
    font-size: 18px;
    column-gap: 40px;
    column-count: 1;
    line-height: 1.7;
    transition: all 0.5s ease;
    position: relative;
    color: rgba(255, 255, 255, 0.9);
}

@keyframes expandLine {
    0% {
        width: 0;
    }
    100% {
        width: 40%;
    }
}

@keyframes expandWiderLine {
    0% {
        width: 0;
    }
    100% {
        width: 80%;
    }
}

@keyframes shimmer {
    0% {
        transform: translateX(-100%);
    }
    20%, 100% {
        transform: translateX(100%);
    }
}

@keyframes glow {
    0%, 100% {
        opacity: 0.15;
        transform: rotate(-15deg) scale(1);
    }
    50% {
        opacity: 0.25;
        transform: rotate(-15deg) scale(1.05);
    }
}

@media (min-width: 768px) {.company-info {
    padding: 150px 0 100px;
}.company-info h2 {
    margin-bottom: 60px;
}.company-info .text-box-content {
    padding: 40px 50px;
    transform: perspective(1200px) rotateY(-1deg);
}.company-info .text-box-content div div {
    column-count: 2;
}
}

@media (min-width: 992px) {.company-info {
    padding: 180px 0 120px;
}.company-info .container {
    padding: 0 30px;
}.company-info h2 {
    font-size: calc(29px * 1.1);
}.company-info .text-box-content {
    transform: perspective(1500px) rotateY(-1deg);
    padding: 50px 60px;
}.company-info .text-box-content div div {
    column-count: 2;
    line-height: 1.8;
}
}

@media (max-width: 767px) {.company-info {
    padding: 90px 0 60px;
}.company-info .container {
    padding: 0 15px;
}.company-info h2 {
    font-size: calc(29px * 0.9);
    margin-bottom: 30px;
}.company-info .text-box-content {
    padding: 25px 20px;
    transform: perspective(800px) rotateY(-1deg);
}.company-info .text-box-content p {
    font-size: 23px;
}.company-info .text-box-content div div {
    font-size: calc(18px * 0.95);
    line-height: 1.6;
}
}

@media (max-width: 480px) {.company-info {
    padding: 70px 0 50px;
}.company-info .text-box-content {
    transform: none;
    padding: 20px 15px;
}.company-info h2 {
    font-size: calc(29px * 0.85);
}.company-info .text-box-content p {
    font-size: calc(23px * 0.9);
}.company-info .text-box-content div div {
    line-height: 1.5;
    font-size: calc(18px * 0.9);
}}.title-portal {
    position: relative;
    min-height: 100vh;
    background: linear-gradient(135deg, rgb(218,224,198) 0%, rgba(245, 245, 245, 0.9) 100%);
    overflow: hidden;
}.title-portal::before {
    width: 100%;
    left: 0;
    height: 100%;
    opacity: 0.15;
    content: "";
    pointer-events: none;
    position: absolute;
    z-index: 1;
    background: linear-gradient(45deg, rgb(171,187,176,0.5) 0%, transparent 40%);
    top: 0;
}.title-portal::after {
    bottom: 0;
    content: "";
    z-index: 1;
    transform: translateY(20%) rotate(-5deg);
    height: 70%;
    right: 0;
    background: linear-gradient(225deg, rgb(130,138,130,0.5) 0%, transparent 60%);
    position: absolute;
    width: 50%;
    opacity: 0.1;
    pointer-events: none;
}.title-portal .learn-way {
    position: relative;
    padding: 2rem;
    display: grid;
    min-height: 100vh;
    grid-template-columns: 1fr 1fr;
    z-index: 2;
}.title-portal h1 {
    font-weight: 700;
    grid-column: 1 / 3;
    animation: titleFadeIn 1.2s ease-out forwards;
    text-shadow: 0.05em 0.05em 0.1em rgba(0, 0, 0, 0.1);
    color: #000000;
    margin-bottom: 2rem;
    position: relative;
    transform: translateX(1rem);
    font-size: 42px;
}.title-portal h1::after {
    bottom: -0.5rem;
    transform: scaleX(0);
    animation: lineGrow 1.4s ease-out forwards;
    left: 0;
    content: "";
    background: linear-gradient(90deg, rgb(171,187,176) 0%, rgb(130,138,130) 100%);
    height: 0.3rem;
    width: 8rem;
    transform-origin: left;
    position: absolute;
}.title-portal .text-box-content {
    perspective: 1000px;
    flex-direction: column;
    transform: translateY(-2rem);
    display: flex;
    justify-content: center;
    z-index: 3;
}.title-portal .study-fast {
    transform-style: preserve-3d;
    transition: transform 0.5s ease;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05);
    animation: cardReveal 1s ease-out forwards;
    background: rgba(255, 255, 255, 0.9);
    border-left: 4px solid rgb(171,187,176);
    transform: rotateY(-5deg) translateZ(0);
    padding: 2.5rem;
    backdrop-filter: blur(10px);
}.title-portal .study-fast:hover {
    transform: rotateY(0deg) translateZ(20px);
}.title-portal .study-fast p {
    line-height: 1.6;
    color: #000000;
    position: relative;
    font-size: calc(14px * 1.2);
    transform: translateZ(20px);
    margin-bottom: 2rem;
}.title-portal .study-fast p::after {
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(130,138,130,0.5));
    right: 0;
    width: 70%;
    content: "";
    height: 1px;
    bottom: -1rem;
}.title-portal svg {
    width: 100px;
    margin: 0.5rem 0 2rem;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
    height: 100px;
    transition: transform 0.5s ease, filter 0.5s ease;
    transform: translateZ(30px);
}.title-portal svg:hover {
    transform: translateZ(30px) scale(1.05);
    filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.15));
}.title-portal svg path {
    fill: rgb(171,187,176);
    transition: fill 0.3s ease;
}.title-portal svg text {
    transition: fill 0.3s ease;
    font-family: Arial, sans-serif;
}.title-portal svg:hover path {
    fill: rgb(130,138,130);
}.title-portal svg:hover text {
    fill: rgb(130,138,130);
}.title-portal .help-panel {
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    z-index: 5;
    box-shadow: 0 10px 30px rgba(94, 170, 168, 0.2), 
                0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    background: linear-gradient(135deg, rgb(171,187,176) 0%, rgb(130,138,130) 100%);
    border: none;
    cursor: pointer;
    transform: translateZ(40px);
    position: relative;
    font-size: 16px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 1rem 2rem;
    font-weight: 600;
}.title-portal .help-panel::before {
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    content: "";
    position: absolute;
    left: -100%;
    width: 100%;
    transition: left 0.7s ease;
    top: 0;
}.title-portal .help-panel:hover {
    transform: translateZ(40px) translateY(-5px);
    box-shadow: 0 15px 35px rgba(94, 170, 168, 0.3), 
                0 5px 15px rgba(0, 0, 0, 0.1);
}.title-portal .help-panel:hover::before {
    left: 100%;
}.title-portal .content-photo {
    animation: photoReveal 1.5s ease-out forwards;
    z-index: 2;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    position: relative;
    height: 100%;
    transform: translateX(1rem) translateY(-2rem);
    min-height: 400px;
    clip-path: polygon(10% 0, 100% 0, 100% 90%, 0 100%);
}.title-portal .content-photo::before {
    z-index: 3;
    height: 100%;
    opacity: 0.7;
    top: 0;
    background: linear-gradient(135deg, transparent 30%, rgb(171,187,176,0.5) 100%);
    width: 100%;
    left: 0;
    position: absolute;
    content: "";
}.title-portal .content-photo::after {
    height: 100%;
    width: 100%;
    opacity: 0.8;
    content: "";
    top: 0;
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.5) 100%);
    left: 0;
    z-index: 3;
    position: absolute;
}

@keyframes titleFadeIn {
    0% {
        opacity: 0;
        transform: translateY(-2rem) translateX(1rem);
    }
    100% {
        opacity: 1;
        transform: translateY(0) translateX(1rem);
    }
}

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

@keyframes cardReveal {
    0% {
        opacity: 0;
        transform: rotateY(-10deg) translateZ(0) translateX(-2rem);
    }
    100% {
        opacity: 1;
        transform: rotateY(-5deg) translateZ(0);
    }
}

@keyframes photoReveal {
    0% {
        opacity: 0;
        transform: translateX(3rem) translateY(-2rem);
    }
    100% {
        opacity: 1;
        transform: translateX(1rem) translateY(-2rem);
    }
}

@media (max-width: 992px) {.title-portal .learn-way {
    grid-template-columns: 1fr;
    gap: 2rem;
}.title-portal h1 {
    grid-column: 1 / 2;
    font-size: calc(42px * 0.9);
}.title-portal .text-box-content {
    order: 2;
    transform: translateY(0);
}.title-portal .content-photo {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    order: 1;
    transform: translateX(0) translateY(0);
    min-height: 300px;
}
}

@media (max-width: 768px) {.title-portal {
    min-height: auto;
}.title-portal .learn-way {
    padding: 1.5rem;
    min-height: auto;
}.title-portal h1 {
    text-align: center;
    transform: translateX(0);
    margin-bottom: 1.5rem;
    font-size: calc(42px * 0.8);
}.title-portal h1::after {
    left: 50%;
    transform: translateX(-50%) scaleX(0);
}@keyframes lineGrow {
        0% {
            transform: translateX(-50%) scaleX(0);
        }
        100% {
            transform: translateX(-50%) scaleX(1);
        }
    }
    
    .title-portal .study-fast {
    padding: 1.5rem;
    transform: rotateY(0) translateZ(0);
}.title-portal .content-photo {
    clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
    min-height: 250px;
}.title-portal svg {
    width: 80px;
    height: 80px;
}
}

@media (max-width: 480px) {.title-portal h1 {
    font-size: calc(42px * 0.7);
}.title-portal .study-fast p {
    font-size: 14px;
}.title-portal .content-photo {
    min-height: 200px;
}.title-portal svg {
    height: 60px;
    width: 60px;
}.title-portal .help-panel {
    padding: 0.8rem 1.5rem;
    font-size: calc(16px * 0.9);
}
}

@media (hover: none) {.title-portal .help-panel::before {
    display: none;
}.title-portal .study-fast:hover {
    transform: rotateY(0) translateZ(0);
}.title-portal svg:hover {
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
    transform: translateZ(0);
}.title-portal .help-panel:hover {
    transform: translateZ(0);
    box-shadow: 0 10px 30px rgba(94, 170, 168, 0.2), 0 4px 8px rgba(0, 0, 0, 0.1);
}}.teaching-history {
    background: radial-gradient(circle at 70% 30%, rgb(171,187,176,0.5) 0%, transparent 40%), 
              radial-gradient(circle at 30% 70%, rgb(130,138,130,0.5) 0%, transparent 40%), 
              #000000;
    padding: 7rem 2rem;
    overflow: hidden;
    position: relative;
}.teaching-history::before {
    position: absolute;
    left: -25%;
    animation: backgroundMovement 30s linear infinite alternate;
    width: 150%;
    background: radial-gradient(ellipse at center, transparent 0%, transparent 50%, #000000 100%), 
              repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0px, rgba(0, 0, 0, 0.5) 1px, transparent 1px, transparent 10px);
    content: "";
    top: -25%;
    height: 150%;
    opacity: 0.3;
}.teaching-history .container {
    max-width: 1200px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}.teaching-history .learner-views {
    display: grid;
    position: relative;
    gap: 0;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    border-radius: 17px;
    grid-template-rows: auto auto auto;
}.teaching-history .learner-views::after {
    top: 0;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(135deg, rgb(171,187,176,0.5) 0%, transparent 50%);
    left: 0;
    content: "";
    position: absolute;
    opacity: 0.3;
    width: 100%;
    mix-blend-mode: overlay;
}.teaching-history .learner-views .content-photo {
    transform: scale(1.05) translateX(-5%);
    position: relative;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
    grid-column: 1 / 2;
    z-index: 1;
    transition: all 0.5s ease;
    grid-row: 1 / 4;
    border-radius: 0;
    box-shadow: 0 0 30px rgb(171,187,176,0.5);
    min-height: 500px;
}.teaching-history .learner-views .content-photo:hover {
    box-shadow: 0 0 50px rgb(171,187,176);
    transform: scale(1.07) translateX(-4%);
}.teaching-history .learner-views .name {
    letter-spacing: 2px;
    text-shadow: 0 0 10px rgb(171,187,176,0.5), 0 0 20px rgb(171,187,176,0.5);
    font-size: 30px;
    grid-column: 2 / 3;
    padding: 3.5rem 2rem 0.5rem 3rem;
    z-index: 2;
    position: relative;
    font-weight: 700;
    color: #ffffff;
    grid-row: 1 / 2;
    animation: neonPulse 4s infinite alternate;
}.teaching-history .learner-views span:not(.name) {
    text-transform: uppercase;
    grid-column: 2 / 3;
    padding: 0 2rem 1rem 3rem;
    font-size: 21px;
    position: relative;
    z-index: 2;
    color: rgb(130,138,130);
    letter-spacing: 1px;
    font-weight: 400;
    grid-row: 2 / 3;
}.teaching-history .learner-views .employee-history {
    position: relative;
    border-top: 1px solid rgb(130,138,130,0.5);
    font-size: 13px;
    z-index: 2;
    line-height: 1.7;
    grid-row: 3 / 4;
    color: #ffffff;
    backdrop-filter: blur(5px);
    grid-column: 2 / 3;
    padding: 2rem 2rem 2.5rem 3rem;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    margin-right: 1.5rem;
    border-radius: 0 10px 0 0;
}

@keyframes neonPulse {
  0%, 100% {
    text-shadow: 0 0 10px rgb(171,187,176,0.5), 0 0 20px rgb(171,187,176,0.5);
  }
  50% {
    text-shadow: 0 0 20px rgb(171,187,176), 0 0 30px rgb(171,187,176);
  }
}

@keyframes backgroundMovement {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  100% {
    transform: translate(50px, 50px) rotate(10deg);
  }
}

@media (max-width: 992px) {.teaching-history {
    padding: 5rem 1.5rem;
}.teaching-history .learner-views {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
}.teaching-history .learner-views .content-photo {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    grid-row: 1 / 2;
    min-height: 350px;
    transform: scale(1.02) translateY(-5%);
    grid-column: 1 / 2;
}.teaching-history .learner-views .content-photo:hover {
    transform: scale(1.03) translateY(-4%);
}.teaching-history .learner-views .name {
    grid-row: 2 / 3;
    grid-column: 1 / 2;
    padding: 2rem 1.5rem 0.5rem 1.5rem;
}.teaching-history .learner-views span:not(.name) {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
    padding: 0 1.5rem 1rem 1.5rem;
}.teaching-history .learner-views .employee-history {
    border-radius: 10px;
    grid-row: 4 / 5;
    margin-right: 0;
    grid-column: 1 / 2;
    padding: 1.5rem;
}
}

@media (max-width: 576px) {.teaching-history {
    padding: 4rem 1rem;
}.teaching-history .learner-views .content-photo {
    min-height: 280px;
}.teaching-history .learner-views .name {
    padding: 1.5rem 1rem 0.5rem 1rem;
}.teaching-history .learner-views span:not(.name) {
    padding: 0 1rem 1rem 1rem;
}.teaching-history .learner-views .employee-history {
    padding: 1.2rem;
}}.privacy-hideout {
    font-family: Arial, sans-serif;
    color: #000000;
    transition: all 0.3s ease-in-out;
    background-color: rgb(218,224,198);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
    padding: 40px 20px;
}.privacy-hideout h1, .privacy-hideout h2, .privacy-hideout h3, .privacy-hideout h4, .privacy-hideout h5, .privacy-hideout h6 {
    margin-bottom: 20px;
    color: rgb(171,187,176);
}.privacy-hideout h1 {
    font-size: 45px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgb(171,187,176);
    font-weight: 700;
}.privacy-hideout h2 {
    font-size: 32px;
    font-weight: 600;
}.privacy-hideout h3 {
    font-weight: 600;
    font-size: 1.5em;
}.privacy-hideout h4 {
    font-size: 1.25em;
    font-weight: 400;
}.privacy-hideout h5 {
    font-weight: 400;
    font-size: 18px;
}.privacy-hideout h6 {
    font-weight: 300;
    font-size: 21px;
}.privacy-hideout ul, .privacy-hideout ol {
    padding-left: 20px;
    margin-left: 20px;
    list-style: none;
}.privacy-hideout ul li, .privacy-hideout ol li {
    margin-bottom: 10px;
    padding-left: 20px;
    line-height: 1.6;
    position: relative;
    font-size: 18px;
}.privacy-hideout ul li:before {
    position: absolute;
    content: '•';
    color: rgb(130,138,130);
    left: 0;
    font-size: 1.2em;
}.privacy-hideout p, .privacy-hideout span, .privacy-hideout div {
    line-height: 1.8;
    font-size: 18px;
    color: #000000;
    margin-bottom: 20px;
}
@media only screen and (max-width: 800px) {.privacy-hideout {
    padding: 20px 10px;
}.privacy-hideout h1 {
    font-size: calc(18px - 10%);
}.privacy-hideout h2 {
    font-size: calc(18px - 10%);
}.privacy-hideout p, .privacy-hideout span, .privacy-hideout div {
    font-size: calc(18px - 10%);
}}
.privacy-hideout a {
    transition: color 0.3s ease-in-out;
    text-decoration: underline;
    color: rgb(171,187,176);
}.privacy-hideout a:hover {
    color: rgb(130,138,130);
}.privacy-hideout blockquote {
    background-color: rgb(171,187,176,0.5);
    padding: 15px 20px;
    border-left: 5px solid rgb(171,187,176);
    margin: 20px 0;
    font-style: italic;
}.privacy-hideout code {
    font-family: monospace;
    padding: 2px 6px;
    border-radius: 10px;
    background-color: rgb(130,138,130,0.5);
}.privacy-hideout hr {
    margin: 30px 0;
    height: 1px;
    border: 0;
    background: rgba(0, 0, 0, 0.5);
}.program-offerings {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background: rgb(218,224,198);
}.program-offerings::before {
    right: 0;
    position: absolute;
    z-index: 0;
    bottom: 0;
    content: "";
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 2px, rgb(130,138,130,0.5) 2px, rgb(130,138,130,0.5) 4px),
        repeating-linear-gradient(-45deg, transparent, transparent 2px, rgb(171,187,176,0.5) 2px, rgb(171,187,176,0.5) 4px);
    top: 0;
    left: 0;
    opacity: 0.03;
}.program-offerings::after {
    height: 90%;
    content: "";
    background: 
        radial-gradient(ellipse at top left, rgb(171,187,176,0.5) 0%, transparent 60%),
        radial-gradient(ellipse at bottom right, rgb(130,138,130,0.5) 0%, transparent 60%);
    left: 5%;
    filter: blur(40px);
    position: absolute;
    animation: ambientLight 15s infinite alternate ease-in-out;
    z-index: 0;
    top: 5%;
    width: 90%;
}.program-offerings .container {
    position: relative;
    z-index: 1;
}.program-offerings .learn-way {
    overflow: visible;
    position: relative;
    max-width: 100%;
    border-radius: 20px;
    flex-direction: column;
    display: flex;
    background: transparent;
}.program-offerings .content-photo {
    overflow: hidden;
    top: 0;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 5px 15px rgba(0, 0, 0, 0.1);
    left: 0;
    transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateZ(0);
    filter: saturate(0.8) contrast(1.1);
    width: 100%;
    z-index: 0;
    border-radius: 20px;
    position: absolute;
    height: 100%;
}.program-offerings .content-photo::before {
    left: 0;
    mix-blend-mode: multiply;
    position: absolute;
    content: "";
    background: linear-gradient(
        135deg,
        rgba(0, 0, 0, 0.5) 0%,
        transparent 30%,
        transparent 70%,
        rgba(0, 0, 0, 0.5) 100%
    );
    z-index: 1;
    height: 100%;
    top: 0;
    width: 100%;
}.program-offerings .content-photo::after {
    background: 
        linear-gradient(to right, #000000 0%, transparent 20%, transparent 80%, #000000 100%),
        linear-gradient(to bottom, #000000 0%, transparent 20%, transparent 80%, #000000 100%);
    left: 0;
    top: 0;
    width: 100%;
    content: "";
    height: 100%;
    position: absolute;
    opacity: 0.7;
    z-index: 2;
}.program-offerings .learn-way:hover .content-photo {
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 100%, 
        65% 100%, 
        60% 85%, 
        40% 85%, 
        35% 100%, 
        0% 100%
    );
    filter: saturate(1.1) contrast(1.2);
}.program-offerings .program-path {
    backdrop-filter: blur(10px);
    width: 85%;
    z-index: 3;
    padding: 80px 60px;
    margin: 40px auto;
    transition: all 0.6s ease;
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    box-shadow:
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.9);
}.program-offerings .program-path::before {
    background: linear-gradient(
        45deg,
        rgb(171,187,176) 0%,
        transparent 30%,
        transparent 70%,
        rgb(130,138,130) 100%
    );
    transition: opacity 0.6s ease;
    content: "";
    z-index: -1;
    top: -2px;
    border-radius: calc(20px + 2px);
    right: -2px;
    opacity: 0.7;
    bottom: -2px;
    position: absolute;
    left: -2px;
}.program-offerings .program-path::after {
    opacity: 0.5;
    top: 10px;
    left: 10px;
    transition: all 0.4s ease;
    z-index: -1;
    content: "";
    border-radius: 10px;
    bottom: 10px;
    border: 1px dashed rgb(171,187,176,0.5);
    right: 10px;
    position: absolute;
}.program-offerings .learn-way:hover .program-path {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow:
        0 20px 45px rgba(0, 0, 0, 0.15),
        0 10px 25px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.2);
}.program-offerings .learn-way:hover .program-path::before {
    opacity: 1;
}.program-offerings .learn-way:hover .program-path::after {
    top: 15px;
    right: 15px;
    opacity: 0.7;
    bottom: 15px;
    left: 15px;
}.program-offerings .head-prime {
    background: #ffffff;
    position: absolute;
    left: 50%;
    display: flex;
    top: -35px;
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.1),
        0 4px 8px rgba(0, 0, 0, 0.05),
        0 0 0 5px rgb(171,187,176,0.5);
    width: 70px;
    height: 70px;
    z-index: 5;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    transform: translateX(-50%);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.program-offerings .head-prime::before {
    bottom: -10px;
    left: -10px;
    content: "";
    border-radius: 50%;
    right: -10px;
    background: 
        conic-gradient(
            rgb(171,187,176) 0deg, 
            rgb(171,187,176) 90deg, 
            transparent 90deg, 
            transparent 180deg, 
            rgb(130,138,130) 180deg, 
            rgb(130,138,130) 270deg, 
            transparent 270deg, 
            transparent 360deg
        );
    transition: opacity 0.5s ease;
    top: -10px;
    position: absolute;
    z-index: -1;
    animation: rotateConic 10s linear infinite;
    opacity: 0.5;
}.program-offerings .head-prime:hover {
    transform: translateX(-50%) scale(1.1);
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.15),
        0 6px 12px rgba(0, 0, 0, 0.08),
        0 0 0 5px rgb(130,138,130,0.5);
}.program-offerings .head-prime:hover::before {
    opacity: 0.8;
}.program-offerings .head-prime svg {
    width: 40px;
    height: 40px;
    transition: transform 0.5s ease;
}.program-offerings .head-prime:hover svg {
    transform: rotate(15deg);
}.program-offerings .head-prime svg path {
    fill: rgb(171,187,176);
    transition: fill 0.5s ease;
}.program-offerings .head-prime:hover svg path {
    fill: rgb(130,138,130);
}.program-offerings h3 {
    margin-bottom: 30px;
    margin-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 37px;
    letter-spacing: 1px;
    color: #000000;
    font-weight: 700;
    position: relative;
}.program-offerings h3::before {
    content: "";
    transition: width 0.5s ease;
    width: 50px;
    bottom: 0;
    height: 2px;
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    background: rgb(171,187,176);
}.program-offerings h3::after {
    position: absolute;
    left: 50%;
    background: rgb(130,138,130,0.5);
    transform: translateX(-50%);
    bottom: -5px;
    height: 1px;
    content: "";
    transition: width 0.5s ease;
    width: 100px;
}.program-offerings .program-path:hover h3::before {
    width: 100px;
}.program-offerings .program-path:hover h3::after {
    width: 150px;
}.program-offerings p {
    max-width: 90%;
    margin: 0 auto;
    color: #000000;
    line-height: 1.8;
    position: relative;
    text-align: center;
    font-size: 14px;
}.program-offerings p::before, 
.program-offerings p::after {
    height: 20px;
    position: absolute;
    opacity: 0.3;
    transition: all 0.5s ease;
    width: 20px;
    content: "";
}.program-offerings p::before {
    left: -10px;
    border-left: 2px solid rgb(171,187,176);
    top: -10px;
    border-top: 2px solid rgb(171,187,176);
}.program-offerings p::after {
    border-right: 2px solid rgb(130,138,130);
    bottom: -10px;
    border-bottom: 2px solid rgb(130,138,130);
    right: -10px;
}.program-offerings .program-path:hover p::before,
.program-offerings .program-path:hover p::after {
    opacity: 0.6;
    width: 40px;
    height: 40px;
}

@keyframes ambientLight {
    0% {
        opacity: 0.3;
        transform: scale(0.95) rotate(0deg);
    }
    50% {
        opacity: 0.5;
        transform: scale(1) rotate(5deg);
    }
    100% {
        opacity: 0.3;
        transform: scale(0.95) rotate(0deg);
    }
}

@keyframes rotateConic {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (min-width: 992px) and (max-width: 1199px) {.program-offerings {
    padding: 100px 0;
}.program-offerings .program-path {
    padding: 70px 50px;
    width: 90%;
}.program-offerings h3 {
    font-size: calc(37px - 2px);
}
}

@media (min-width: 768px) and (max-width: 991px) {.program-offerings {
    padding: 80px 0;
}.program-offerings .program-path {
    margin: 30px auto;
    width: 90%;
    padding: 60px 40px;
}.program-offerings .head-prime {
    top: -30px;
    height: 60px;
    width: 60px;
}.program-offerings .head-prime svg {
    height: 35px;
    width: 35px;
}.program-offerings h3 {
    padding-bottom: 15px;
    font-size: calc(37px - 4px);
    margin-bottom: 25px;
}.program-offerings p {
    font-size: calc(14px - 1px);
    line-height: 1.7;
}
}

@media (max-width: 767px) {.program-offerings {
    padding: 60px 0;
}.program-offerings .program-path {
    width: 95%;
    margin: 25px auto;
    transform: none;
    padding: 50px 30px;
}.program-offerings .head-prime {
    top: -25px;
    width: 50px;
    height: 50px;
}.program-offerings .head-prime svg {
    height: 30px;
    width: 30px;
}.program-offerings .head-prime::before {
    display: none;
}.program-offerings h3 {
    padding-bottom: 12px;
    font-size: calc(37px - 6px);
    margin-bottom: 20px;
}.program-offerings p {
    font-size: calc(14px - 2px);
    line-height: 1.6;
    max-width: 100%;
}.program-offerings p::before, 
    .program-offerings p::after {
    height: 15px;
    width: 15px;
}.program-offerings .program-path:hover p::before,
    .program-offerings .program-path:hover p::after {
    height: 25px;
    width: 25px;
}.program-offerings h3::before {
    width: 40px;
}.program-offerings h3::after {
    width: 80px;
}.program-offerings .program-path:hover h3::before {
    width: 70px;
}.program-offerings .program-path:hover h3::after {
    width: 110px;
}.program-offerings .content-photo {
    clip-path: polygon(
            0% 0%, 
            100% 0%, 
            100% 100%, 
            60% 100%, 
            50% 95%, 
            40% 95%, 
            30% 100%, 
            0% 100%
        );
}.program-offerings .learn-way:hover .content-photo {
    clip-path: polygon(
            0% 0%, 
            100% 0%, 
            100% 100%, 
            65% 100%, 
            55% 92%, 
            35% 92%, 
            25% 100%, 
            0% 100%
        );
}.program-offerings .program-path::after {
    display: none;
}}.educational-gains {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(218,224,198) 0%, rgba(rgb(171,187,176,0.5), 0.05) 100%);
    padding: 80px 0;
    margin: 40px 0;
}.educational-gains::before {
    opacity: 0.08;
    left: 0;
    content: '';
    width: 100%;
    position: absolute;
    z-index: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgb(171,187,176,0.5) 0%, transparent 70%),
        radial-gradient(circle at 90% 80%, rgb(130,138,130,0.5) 0%, transparent 70%);
    height: 100%;
    top: 0;
}.educational-gains::after {
    right: -50%;
    transform: rotate(45deg);
    opacity: 0.05;
    width: 100%;
    background: linear-gradient(45deg, transparent 45%, rgb(171,187,176,0.5) 100%);
    position: absolute;
    z-index: 0;
    height: 100%;
    content: '';
    top: -50%;
}.educational-gains .container {
    margin: 0 auto;
    flex-direction: column;
    position: relative;
    z-index: 1;
    padding: 0 20px;
    display: flex;
    max-width: 1200px;
    gap: 40px;
}.educational-gains .content-photo {
    clip-path: polygon(0 0, 100% 0, 100% 92%, 0 100%);
    width: 100%;
    box-shadow: 0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.15);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: perspective(1000px) rotateY(-2deg);
    object-fit: cover;
    max-height: 400px;
}.educational-gains .content-photo:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}.educational-gains .learn-way {
    background: #ffffff;
    transform: translateY(-20px);
    position: relative;
    box-shadow: 0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.08);
    padding: 30px;
}.educational-gains .learn-way::before {
    content: '';
    position: absolute;
    left: 0;
    width: 5px;
    background: linear-gradient(to bottom, rgb(171,187,176), rgb(130,138,130));
    top: 0;
    height: 100%;
}.educational-gains .text-box-content {
    position: relative;
}.educational-gains h1 {
    font-weight: 700;
    font-size: 33px;
    margin-bottom: 30px;
    line-height: 1.3;
    color: #000000;
    position: relative;
}.educational-gains h1::after {
    transform-origin: left;
    left: 0;
    width: 80px;
    animation: expand 0.8s ease-out forwards;
    background: rgb(171,187,176);
    content: '';
    height: 3px;
    bottom: -10px;
    position: absolute;
}.educational-gains ul {
    display: grid;
    gap: 20px;
    padding: 0;
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.educational-gains li {
    position: relative;
    transition: transform 0.3s ease;
    padding: 10px 0;
    transform: translateX(0);
}.educational-gains li:hover {
    transform: translateX(5px);
}.educational-gains li p {
    font-size: 14px;
    color: #000000;
    align-items: flex-start;
    line-height: 1.6;
    margin: 0;
    gap: 15px;
    display: flex;
}.educational-gains li svg {
    width: 24px;
    flex-shrink: 0;
    transform: scale(1);
    transition: transform 0.3s ease;
    margin-top: 3px;
    height: 24px;
}.educational-gains li:hover svg {
    transform: scale(1.15);
}.educational-gains svg path {
    fill: rgb(171,187,176);
    transition: fill 0.3s ease;
}.educational-gains li:hover svg path {
    fill: rgb(130,138,130);
}

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

@media (min-width: 768px) {.educational-gains .container {
    flex-direction: row;
    align-items: center;
}.educational-gains .content-photo {
    transform: perspective(1000px) rotateY(-5deg);
    max-height: 500px;
    width: 45%;
}.educational-gains .learn-way {
    z-index: 2;
    margin-left: -50px;
    transform: translateY(0);
    width: 55%;
}.educational-gains h1 {
    font-size: 48px;
}
}

@media (min-width: 992px) {.educational-gains {
    padding: 120px 0;
}.educational-gains .content-photo {
    transform: perspective(1200px) rotateY(-8deg);
}.educational-gains .learn-way {
    padding: 40px 50px;
    margin-left: -80px;
}.educational-gains ul {
    grid-template-columns: repeat(2, 1fr);
}.educational-gains h1::after {
    width: 100px;
}
    
    @keyframes expand {
        0% { width: 0; }
        100% { width: 100px; }
    }
}

@media (max-width: 767px) {.educational-gains {
    padding: 60px 0;
}.educational-gains .learn-way {
    padding: 25px 20px;
}.educational-gains h1 {
    font-size: calc(33px * 0.9);
    margin-bottom: 25px;
}.educational-gains ul {
    gap: 15px;
    grid-template-columns: 1fr;
}.educational-gains li p {
    font-size: calc(14px * 0.95);
}
}

@media (max-width: 480px) {.educational-gains {
    padding: 40px 0;
}.educational-gains .content-photo {
    max-height: 300px;
}.educational-gains .learn-way {
    padding: 20px 15px;
}.educational-gains h1 {
    font-size: calc(33px * 0.85);
    margin-bottom: 20px;
}.educational-gains li svg {
    height: 20px;
    width: 20px;
}}.contest-info {
    position: relative;
    font-family: Arial, sans-serif;
    background: linear-gradient(45deg, #000000 0%, rgb(130,138,130,0.5) 100%);
    padding: 6rem 0 2rem;
    color: #ffffff;
}.contest-info::before {
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(171,187,176,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(130,138,130,0.5) 0%, transparent 30%);
    opacity: 0.15;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    left: 0;
    position: absolute;
    z-index: 1;
}.contest-info::after {
    height: 100%;
    top: 0;
    content: '';
    z-index: 2;
    width: 100%;
    background-image: 
        repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.03) 4px),
        repeating-linear-gradient(90deg, transparent, transparent 2px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.03) 4px);
    position: absolute;
    left: 0;
}.contest-info .container {
    z-index: 3;
    position: relative;
}.contest-info .lang-learn {
    position: relative;
    flex-direction: column;
    display: flex;
}.contest-info .msg-details {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    flex-wrap: wrap;
    margin-bottom: 2rem;
    transform: translateY(-3.5rem);
    padding: 1.25rem 2rem;
    gap: 1.5rem;
    z-index: 10;
    justify-content: space-between;
    display: flex;
    background-color: #ffffff;
    border-radius: 21px;
    position: relative;
}.contest-info .msg-details::before {
    z-index: -1;
    top: 0;
    width: 100%;
    content: '';
    border-radius: 21px;
    height: 100%;
    left: 0;
    background: linear-gradient(135deg, transparent 20%, rgb(171,187,176,0.5) 140%);
    opacity: 0.08;
    position: absolute;
}.contest-info .info_item {
    position: relative;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    flex: 1;
    max-width: 300px;
    min-width: 200px;
}.contest-info .info_item:not(:last-child)::after {
    height: 70%;
    content: '';
    right: -0.75rem;
    transform: translateY(-50%);
    top: 50%;
    width: 1px;
    position: absolute;
    background: linear-gradient(to bottom, transparent, rgb(130,138,130,0.5), transparent);
}.contest-info .info_item p,
.contest-info .info_item a {
    padding: 0.5rem;
    display: flex;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
    color: #000000;
    align-items: center;
    border-radius: 10px;
    gap: 0.875rem;
}.contest-info .info_item:hover {
    transform: translateY(-5px);
}.contest-info .info_item:hover p,
.contest-info .info_item:hover a {
    color: rgb(171,187,176);
}.contest-info .info_item svg {
    transition: transform 0.3s ease;
    height: 22px;
    width: 22px;
    fill: rgb(171,187,176);
}.contest-info .info_item:hover svg {
    transform: scale(1.15);
}.contest-info .text_main_holder {
    grid-template-columns: 1fr 1.5fr 1fr;
    gap: 4rem;
    position: relative;
    display: grid;
}.contest-info .head-prime {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}.contest-info .head-prime svg {
    height: auto;
    transition: filter 0.3s ease, transform 0.3s ease;
    filter: brightness(0) invert(1);
    max-width: 180px;
}.contest-info .head-prime:hover svg {
    filter: brightness(0) invert(1) drop-shadow(0 0 5px rgb(171,187,176,0.5));
    transform: scale(1.03);
}.contest-info .law-res {
    opacity: 0.8;
    line-height: 1.6;
    font-size: calc(15px + 1px);
}.contest-info .head-page {
    flex-direction: column;
    display: flex;
    position: relative;
}.contest-info .head-page::before {
    background: linear-gradient(to bottom, transparent, rgb(130,138,130,0.5) 30%, rgb(130,138,130,0.5) 70%, transparent);
    top: 0;
    width: 1px;
    bottom: 0;
    left: -2rem;
    position: absolute;
    content: '';
}.contest-info .head-page::after {
    background: linear-gradient(to bottom, transparent, rgb(130,138,130,0.5) 30%, rgb(130,138,130,0.5) 70%, transparent);
    position: absolute;
    content: '';
    bottom: 0;
    right: -2rem;
    top: 0;
    width: 1px;
}.contest-info .head-page h5 {
    padding-bottom: 0.875rem;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 1.75rem;
    position: relative;
}.contest-info .head-page h5::after {
    width: 60px;
    content: '';
    bottom: 0;
    left: 0;
    position: absolute;
    height: 2px;
    background: linear-gradient(to right, rgb(171,187,176), transparent);
}.contest-info .top-pagewrap {
    gap: 1.25rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}.contest-info .top-pagewrap:first-child {
    margin-bottom: 2rem;
}.contest-info .top-pagewrap a {
    color: #ffffff;
    transition: all 0.3s ease;
    transform-origin: left;
    padding: 0.25rem 0;
    font-size: 16px;
    text-decoration: none;
    opacity: 0.85;
    position: relative;
}.contest-info .top-pagewrap a::before {
    transition: width 0.3s ease;
    position: absolute;
    height: 1px;
    left: 0;
    content: '';
    bottom: 0;
    width: 0;
    background-color: rgb(171,187,176);
}.contest-info .top-pagewrap a:hover {
    color: rgb(171,187,176);
    opacity: 1;
    transform: translateX(8px);
}.contest-info .top-pagewrap a:hover::before {
    width: 20px;
}.contest-info .subscribe_holder {
    overflow: hidden;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    gap: 1.5rem;
    backdrop-filter: blur(10px);
    position: relative;
    flex-direction: column;
    border-radius: 21px;
    display: flex;
    padding: 2rem;
}.contest-info .subscribe_holder::before {
    z-index: -1;
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
    background: 
        linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.05) 50%, transparent 100%),
        radial-gradient(circle at top right, rgb(171,187,176,0.5), transparent 70%);
    content: '';
    opacity: 0.2;
}.contest-info .subscribe_holder::after {
    position: absolute;
    height: 150px;
    background: radial-gradient(circle, rgb(171,187,176,0.5) 0%, transparent 70%);
    right: 0;
    animation: pulseGlow 6s infinite alternate;
    z-index: -1;
    content: '';
    width: 150px;
    bottom: 0;
    opacity: 0.3;
}@keyframes pulseGlow {
    0% {
        opacity: 0.1;
        transform: scale(0.8);
    }
    100% {
        opacity: 0.3;
        transform: scale(1.2);
    }
}

.contest-info .subscribe_holder h5 {
    position: relative;
    margin-bottom: 0.5rem;
    padding-bottom: 0.875rem;
    font-weight: 600;
    font-size: 19px;
}.contest-info .subscribe_holder h5::after {
    position: absolute;
    width: 40px;
    background: rgb(171,187,176);
    height: 2px;
    bottom: 0;
    left: 0;
    content: '';
}.contest-info .subscribe_holder p {
    margin-bottom: 0.5rem;
    font-size: 16px;
    opacity: 0.9;
    line-height: 1.6;
}.contest-info .input_holder {
    position: relative;
    gap: 1rem;
    display: flex;
    margin-top: 0.5rem;
    flex-direction: column;
}.contest-info .input_holder::before {
    content: '';
    position: absolute;
    border-radius: calc(10px + 10px);
    background: 
        radial-gradient(circle at bottom right, rgb(171,187,176,0.5) 0%, transparent 70%),
        radial-gradient(circle at top left, rgb(130,138,130,0.5) 0%, transparent 70%);
    height: calc(100% + 20px);
    left: -10px;
    top: -10px;
    width: calc(100% + 20px);
    opacity: 0.1;
    z-index: -1;
    animation: subtleRotate 15s linear infinite;
}@keyframes subtleRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.contest-info .input_holder input[type="email"] {
    color: #ffffff;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    font-size: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1.125rem 1.5rem;
}.contest-info .input_holder input[type="email"]:focus {
    outline: none;
    border-color: rgb(171,187,176,0.5);
    background-color: rgba(255, 255, 255, 0.15);
    box-shadow: 0 0 0 3px rgb(171,187,176,0.5);
}.contest-info .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}.contest-info .course-offerings {
    position: relative;
    transition: all 0.3s ease;
    font-weight: 600;
    color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    background-color: rgb(171,187,176);
    cursor: pointer;
    font-size: 14px;
    padding: 1.125rem 1.5rem;
    border: none;
    z-index: 1;
}.contest-info .course-offerings::before {
    left: -100%;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    content: '';
    transition: left 0.7s ease;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}.contest-info .course-offerings::after {
    top: 0;
    height: 100%;
    background: rgb(130,138,130);
    position: absolute;
    content: '';
    opacity: 0;
    width: 100%;
    z-index: -2;
    left: 0;
    transition: opacity 0.3s ease;
}.contest-info .course-offerings:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
}.contest-info .course-offerings:hover::before {
    left: 100%;
}.contest-info .course-offerings:hover::after {
    opacity: 1;
}.contest-info .eco-foot {
    margin-top: 4rem;
    padding-top: 2rem;
    position: relative;
    text-align: center;
}.contest-info .eco-foot::before {
    position: absolute;
    width: 60%;
    content: '';
    top: 0;
    height: 1px;
    left: 20%;
    background: linear-gradient(to right, transparent, rgb(130,138,130,0.5), transparent);
}.contest-info .progress-bar {
    opacity: 0.7;
    font-size: 15px;
}

@media (max-width: 1200px) {.contest-info .text_main_holder {
    gap: 3rem;
    grid-template-columns: 1fr 1.5fr;
}.contest-info .subscribe_holder {
    margin-top: 2rem;
    grid-column: 1 / -1;
}.contest-info .head-page::after {
    display: none;
}
}

@media (max-width: 991px) {.contest-info {
    padding: 5rem 0 2rem;
}.contest-info .msg-details {
    justify-content: center;
    flex-wrap: wrap;
}.contest-info .info_item {
    width: calc(50% - 2rem);
    max-width: none;
    flex: 0 0 auto;
}.contest-info .info_item:not(:last-child)::after {
    display: none;
}.contest-info .text_main_holder {
    gap: 3rem;
    grid-template-columns: 1fr;
}.contest-info .head-page::before, 
    .contest-info .head-page::after {
    display: none;
}.contest-info .head-prime {
    align-items: center;
    text-align: center;
}.contest-info .head-page h5, 
    .contest-info .subscribe_holder h5 {
    text-align: center;
}.contest-info .head-page h5::after, 
    .contest-info .subscribe_holder h5::after {
    transform: translateX(-50%);
    left: 50%;
}.contest-info .top-pagewrap {
    grid-template-columns: repeat(3, 1fr);
}.contest-info .input_holder {
    max-width: 400px;
    margin: 0 auto;
}
}

@media (max-width: 768px) {.contest-info {
    padding: 4rem 0 2rem;
}.contest-info .msg-details {
    padding: 1rem 1.5rem;
    transform: translateY(-2.5rem);
}.contest-info .info_item {
    max-width: none;
    width: 100%;
}.contest-info .top-pagewrap {
    grid-template-columns: repeat(2, 1fr);
}.contest-info .eco-foot {
    margin-top: 3rem;
}
}

@media (max-width: 576px) {.contest-info {
    padding: 3rem 0 1.5rem;
}.contest-info .msg-details {
    transform: translateY(-1.5rem);
    padding: 1rem;
}.contest-info .info_item p,
    .contest-info .info_item a {
    font-size: calc(16px - 1px);
}.contest-info .top-pagewrap {
    grid-template-columns: 1fr;
    text-align: center;
}.contest-info .top-pagewrap a:hover {
    transform: none;
}.contest-info .top-pagewrap a::before {
    left: 50%;
    transform: translateX(-50%);
}.contest-info .top-pagewrap a:hover::before {
    width: 30px;
}.contest-info .input_holder {
    width: 100%;
}}.consentSettingsDialog {
    bottom: 0;
    background: rgb(218,224,198);
    width: 100%;
    position: fixed;
    z-index: 90;
    border-top: 2px solid rgb(171,187,176);
}.cookies-tracking {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}.consentSettingsDialog h5 {
    margin-bottom: 6px;
    font-size: 22px;
}.consentSettingsDialog p {
    font-size: 18px;
}.cookie-menu {
    margin-right: 10px;
    flex-shrink: 0;
}.cookie-menu svg, .cookie-menu svg path, .cookie-menu img {
    height: 100px;
    width: 100px;
    fill: rgb(171,187,176);
}.cookie-control {
    color: rgb(171,187,176);
    white-space: nowrap;
    border-bottom: 2px solid rgb(171,187,176);
    line-height: 35px;
    text-decoration: none;
    margin-left: 10px;
    font-size: 24px;
    flex-shrink: 0;
    min-width: 120px;
    text-align: center;
    cursor: pointer;
}.consentSettingsDialog p a {
    color: rgb(171,187,176);
    text-decoration: none;
}
@media only screen and (max-width: 1200px) {.consentSettingsDialog {
    padding: 20px;
}}
#cookieWarningAlert {
    display: none;
}#cookieWarningAlert:checked ~ .consentSettingsDialog {
    opacity: 0;
    visibility: hidden;
}
@media only screen and (max-width: 800px) {.cookie-menu {
    display: none;
}.cookies-tracking {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}.consentSettingsDialog h5 {
    text-align: center;
}.consentSettingsDialog p {
    text-align: center;
}.cookie-tips {
    margin-bottom: 20px;
}body .wrapper-skeleton .cookie-control {
    margin-left: 0;
}}.price-package {
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(218,224,198) 0%, #ffffff 100%);
    overflow: hidden;
}.price-package::before {
    content: "";
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(45deg, rgb(171,187,176,0.5) 0%, transparent 40%);
    width: 100%;
    height: 100%;
}.price-package .container {
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
}.price-package .cost-fee {
    display: flex;
    flex-direction: column;
}.price-package .pricing-schemes {
    margin-bottom: 3rem;
    text-align: center;
    margin-right: auto;
    order: 1;
    max-width: 800px;
    margin-left: auto;
}.price-package .pricing-schemes h2 {
    position: relative;
    color: #000000;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 1rem;
    display: inline-block;
}.price-package .pricing-schemes h2::after {
    width: 80px;
    height: 3px;
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    content: "";
    bottom: -10px;
    background: rgb(171,187,176);
}.price-package .monthly-plan {
    color: #000000;
    line-height: 1.6;
    overflow-wrap: break-word;
    font-size: 18px;
    max-width: 600px;
    word-break: break-word;
    margin: 0 auto;
}.price-package .training-sub {
    margin-top: 2rem;
    order: 2;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2rem;
    display: grid;
}.price-package .skill-offers {
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.5s ease;
    border-radius: 10px;
    background: #ffffff;
    height: 100%;
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    display: block;
}.price-package .skill-offers:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px) scale(1.02);
}.price-package .plan-options {
    display: flex;
    flex-direction: column;
    height: 100%;
}.price-package .pricing-rates {
    overflow-wrap: break-word;
    flex-direction: column;
    flex-grow: 1;
    padding: 2rem;
    display: flex;
    word-break: break-word;
    z-index: 1;
    position: relative;
}.price-package .pricing-rates::before {
    background: linear-gradient(135deg, transparent 0%, #ffffff 100%);
    height: 100%;
    opacity: 0.7;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    position: absolute;
    content: "";
}.price-package .pricing-rates h3 {
    color: #000000;
    font-weight: 700;
    position: relative;
    padding-bottom: 0.5rem;
    margin-bottom: 1.5rem;
    font-size: calc(24px * 1.2);
}.price-package .pricing-rates h3::after {
    content: "";
    background: rgb(130,138,130);
    height: 2px;
    transition: width 0.3s ease;
    width: 40px;
    bottom: 0;
    left: 0;
    position: absolute;
}.price-package .skill-offers:hover .pricing-rates h3::after {
    width: 80px;
}.price-package .value-plan {
    color: rgb(171,187,176);
    position: relative;
    font-weight: 700;
    margin-bottom: 1.5rem;
    display: inline-block;
    font-size: calc(24px * 1.5);
}.price-package .value-plan::before {
    height: 2px;
    left: 0;
    position: absolute;
    width: 0;
    background: rgb(171,187,176);
    bottom: -5px;
    content: "";
    transition: width 0.3s ease;
}.price-package .skill-offers:hover .value-plan::before {
    width: 100%;
}.price-package .pricing-rates p {
    word-break: break-word;
    overflow-wrap: break-word;
    line-height: 1.6;
    margin-top: auto;
    font-size: 18px;
    color: #000000;
}.price-package .content-photo {
    position: relative;
    height: 200px;
    overflow: hidden;
    transition: transform 0.5s ease;
}.price-package .content-photo::after {
    width: 100%;
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.4) 100%);
    height: 100%;
    content: "";
    top: 0;
    position: absolute;
    left: 0;
}.price-package .skill-offers:hover .content-photo {
    transform: scale(1.05);
}.price-package .skill-offers:nth-child(odd) .plan-options {
    flex-direction: column-reverse;
}.price-package .skill-offers:nth-child(3n+1) {
    border-top: 3px solid rgb(171,187,176);
}.price-package .skill-offers:nth-child(3n+2) {
    border-top: 3px solid rgb(130,138,130);
}.price-package .skill-offers:nth-child(3n+3) {
    border-top: 3px solid #000000;
}

@media (min-width: 768px) {.price-package .cost-fee {
    flex-direction: row;
    gap: 4rem;
    align-items: center;
}.price-package .pricing-schemes {
    order: 2;
    text-align: left;
    flex: 0 0 30%;
    margin-bottom: 0;
}.price-package .pricing-schemes h2 {
    text-align: left;
}.price-package .pricing-schemes h2::after {
    left: 0;
    transform: none;
}.price-package .monthly-plan {
    margin: 0;
    text-align: left;
}.price-package .training-sub {
    grid-template-columns: repeat(2, 1fr);
    flex: 0 0 65%;
    order: 1;
}
}

@media (min-width: 992px) {.price-package .training-sub {
    grid-template-columns: repeat(2, 1fr);
}.price-package .skill-offers:nth-child(4n+1) {
    transform: translateY(20px);
}.price-package .skill-offers:nth-child(4n+3) {
    transform: translateY(-20px);
}.price-package .skill-offers:hover {
    transform: translateY(0) scale(1.02);
}
}

@media (max-width: 767px) {.price-package {
    padding: 4rem 0;
}.price-package .pricing-rates {
    padding: 1.5rem;
}.price-package .pricing-rates h3 {
    font-size: 24px;
}.price-package .value-plan {
    font-size: 24px;
}.price-package .pricing-rates p {
    font-size: calc(18px * 0.9);
    max-height: 150px;
    overflow-y: auto;
    line-height: 1.5;
}.price-package .content-photo {
    height: 150px;
}
}

@media (max-width: 480px) {.price-package .training-sub {
    grid-template-columns: 1fr;
}.price-package .pricing-schemes h2 {
    font-size: calc(34px * 0.8);
}.price-package .monthly-plan {
    font-size: calc(18px * 0.9);
}.price-package .pricing-rates p {
    max-height: 120px;
}}.connect-form {
    position: relative;
    padding: 100px 0;
}.connect-form::before {
    background-color: rgb(218,224,198);
    top: 0;
    bottom: 0;
    position: absolute;
    content: "";
    z-index: 1;
    left: 0;
    right: 0;
}.connect-form .container {
    z-index: 2;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.connect-form .request-grid {
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}.connect-form .query-map {
    background: rgb(171,187,176);
    overflow: hidden;
    position: relative;
    width: 40%;
    padding: 60px 40px;
}.connect-form .query-map::before {
    background: rgb(130,138,130);
    position: absolute;
    height: 200px;
    content: "";
    border-radius: 50%;
    right: -10%;
    width: 200px;
    opacity: 0.3;
    top: -10%;
}.connect-form .query-map::after {
    border-radius: 50%;
    height: 200px;
    width: 200px;
    position: absolute;
    bottom: -10%;
    content: "";
    left: -10%;
    opacity: 0.3;
    background: rgb(130,138,130);
}.connect-form .query-map h3 {
    font-weight: 700;
    position: relative;
    z-index: 1;
    font-size: 34px;
    margin-bottom: 40px;
    color: #ffffff;
}.connect-form .query-map div {
    z-index: 1;
    position: relative;
    border-left: 3px solid #ffffff;
    margin-bottom: 25px;
    transition: all 0.3s ease;
    padding-left: 15px;
    align-items: center;
    display: flex;
}.connect-form .query-map div:hover {
    transform: translateX(5px);
    border-left-color: rgb(130,138,130);
}.connect-form .query-map div svg {
    margin-right: 15px;
    height: 24px;
    width: 24px;
}.connect-form .query-map div svg path {
    transition: fill 0.3s ease;
    fill: #ffffff;
}.connect-form .query-map div:hover svg path {
    fill: rgb(130,138,130);
}.connect-form .query-map div span {
    color: #ffffff;
    font-size: 14px;
}.connect-form .query-map div span a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: #ffffff;
}.connect-form .query-map div span a:hover {
    color: rgb(130,138,130);
}.connect-form .feedback-request {
    background: #ffffff;
    padding: 60px 40px;
    width: 60%;
}.connect-form .feedback-request h3 {
    margin-bottom: 30px;
    color: #000000;
    font-weight: 600;
    font-size: 21px;
}.connect-form form {
    flex-direction: column;
    display: flex;
}.connect-form form input[type="text"],
.connect-form form input[type="email"] {
    font-size: 14px;
    padding: 15px 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    border: 2px solid #EFEFEF;
    transition: all 0.3s ease;
}.connect-form form input[type="text"]:focus,
.connect-form form input[type="email"]:focus {
    border-color: rgb(171,187,176);
    outline: none;
}.connect-form form input::placeholder {
    color: #BBBBBB;
}.connect-form .inquiry-query {
    display: flex;
    margin-bottom: 25px;
    align-items: flex-start;
}.connect-form .inquiry-query input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.connect-form .inquiry-query label {
    font-size: 15px;
    cursor: pointer;
    position: relative;
    color: #000000;
    line-height: 1.6;
    padding-left: 35px;
}.connect-form .inquiry-query label::before {
    top: 2px;
    height: 20px;
    border: 2px solid #EFEFEF;
    position: absolute;
    width: 20px;
    border-radius: 10px;
    left: 0;
    transition: all 0.3s ease;
    content: "";
}.connect-form .inquiry-query input[type="checkbox"]:checked + label::before {
    background-color: rgb(171,187,176);
    border-color: rgb(171,187,176);
}.connect-form .inquiry-query input[type="checkbox"]:checked + label::after {
    top: 4px;
    position: absolute;
    height: 12px;
    content: "";
    border: solid white;
    width: 6px;
    left: 7px;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}.connect-form .inquiry-query label a {
    transition: all 0.3s ease;
    color: rgb(171,187,176);
    text-decoration: none;
}.connect-form .inquiry-query label a:hover {
    text-decoration: underline;
}.connect-form form .help-panel {
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    font-size: 20px;
    overflow: hidden;
    border: none;
    padding: 15px 30px;
    border-radius: 10px;
    color: #ffffff;
    background-color: rgb(171,187,176);
    font-weight: 600;
    align-self: flex-start;
}.connect-form form .help-panel::after {
    background: rgba(255, 255, 255, 0.2);
    top: 50%;
    left: 50%;
    height: 0;
    border-radius: 100%;
    width: 0;
    transition: width 0.3s ease, height 0.3s ease;
    content: "";
    transform: translate3d(-50%, -50%, 0);
    position: absolute;
    transform-style: flat;
}.connect-form form .help-panel:hover {
    background-color: rgb(130,138,130);
}.connect-form form .help-panel:active::after {
    width: 200px;
    height: 200px;
}@keyframes slideInLeft {
    from {
        transform: translateX(-20px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.connect-form .query-map div {
    opacity: 0;
    animation: slideInLeft 0.5s forwards;
}.connect-form .query-map div:nth-child(2) {
    animation-delay: 0.1s;
}.connect-form .query-map div:nth-child(3) {
    animation-delay: 0.2s;
}.connect-form .query-map div:nth-child(4) {
    animation-delay: 0.3s;
}.connect-form .query-map div:nth-child(5) {
    animation-delay: 0.4s;
}

@media screen and (max-width: 992px) {.connect-form .query-map,
    .connect-form .feedback-request {
    width: 100%;
    padding: 40px 30px;
}.connect-form .query-map {
    order: 2;
}.connect-form .feedback-request {
    order: 1;
}
}

@media screen and (max-width: 576px) {.connect-form {
    padding: 60px 0;
}.connect-form .container {
    width: 90%;
}.connect-form .query-map,
    .connect-form .feedback-request {
    padding: 30px 20px;
}.connect-form .query-map h3 {
    font-size: calc(34px * 0.8);
}.connect-form form .help-panel {
    width: 100%;
}}.thanksCard {
    background: linear-gradient(135deg, rgb(218,224,198) 0%, rgba(rgb(171,187,176,0.5), 0.05) 100%);
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
}.thanksCard::before {
    position: absolute;
    z-index: 1;
    left: -5%;
    opacity: 0.07;
    transform: rotate(-15deg) translateZ(0);
    height: 40%;
    content: "";
    background: linear-gradient(225deg, rgb(171,187,176) 0%, transparent 70%);
    top: -5%;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0 85%);
    width: 40%;
}.thanksCard::after {
    transform: rotate(15deg) translateZ(0);
    clip-path: polygon(20% 0, 100% 15%, 100% 100%, 0 100%);
    height: 50%;
    right: -5%;
    position: absolute;
    z-index: 1;
    opacity: 0.07;
    content: "";
    bottom: -5%;
    width: 50%;
    background: linear-gradient(45deg, transparent 40%, rgb(130,138,130) 100%);
}.thanksCard .container {
    padding: 0 15px;
    margin: 0 auto;
    z-index: 2;
    max-width: 1140px;
    position: relative;
    width: 100%;
}.thanksCard .learn-way {
    box-shadow: 0 10px 40px rgba(rgba(0, 0, 0, 0.5), 0.1), 
                0 2px 10px rgba(rgb(171,187,176,0.5), 0.05),
                0 30px 60px -10px rgba(rgb(130,138,130,0.5), 0.12);
    transform: perspective(1000px) rotateX(2deg);
    flex-direction: column;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), 
                box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    background: #ffffff;
    padding: 3.5rem;
    position: relative;
    transform-origin: center top;
    display: flex;
}.thanksCard .learn-way:hover {
    box-shadow: 0 15px 50px rgba(rgba(0, 0, 0, 0.5), 0.15), 
                0 5px 20px rgba(rgb(171,187,176,0.5), 0.1),
                0 40px 80px -15px rgba(rgb(130,138,130,0.5), 0.18);
    transform: perspective(1000px) rotateX(0deg);
}.thanksCard .learn-way > div:first-child {
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    position: relative;
}.thanksCard .learn-way > div:first-child::after {
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgb(171,187,176), rgb(130,138,130));
    bottom: 0;
    transform-origin: left center;
    transform: scaleX(1) translateZ(0);
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    left: 0;
    width: 20%;
    height: 3px;
}.thanksCard .learn-way:hover > div:first-child::after {
    transform: scaleX(2) translateZ(0);
}.thanksCard h5 {
    line-height: 1.4;
    transition: transform 0.4s ease-out;
    transform: translateZ(0);
    margin: 0;
    font-weight: 700;
    color: #000000;
    font-size: 19px;
}.thanksCard .learn-way:hover h5 {
    transform: translateY(-3px) translateZ(0);
}.thanksCard a {
    overflow: hidden;
    text-decoration: none;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    display: block;
    position: relative;
}.thanksCard a:hover {
    transform: translateY(-5px);
}.thanksCard a::before {
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 50px;
    right: -10px;
    transform: rotate(45deg) scale(0);
    width: 50px;
    z-index: 1;
    background: linear-gradient(135deg, transparent 45%, rgb(171,187,176) 55%);
    top: -10px;
    content: "";
    opacity: 0.1;
    position: absolute;
    transform-origin: center;
}.thanksCard a:hover::before {
    transform: rotate(45deg) scale(1);
}.thanksCard p {
    background: linear-gradient(to right, rgba(rgb(130,138,130,0.5), 0.03), rgba(rgb(171,187,176,0.5), 0.03));
    margin: 0;
    line-height: 1.7;
    font-size: 15px;
    padding: 1.5rem;
    color: #000000;
    border-left: 2px solid rgba(rgb(171,187,176,0.5), 0.2);
    font-weight: 400;
    transition: all 0.4s ease;
    position: relative;
}.thanksCard a:hover p {
    border-left: 2px solid rgb(171,187,176);
    background: linear-gradient(to right, rgba(rgb(130,138,130,0.5), 0.07), rgba(rgb(171,187,176,0.5), 0.07));
}

@media (min-width: 768px) {.thanksCard .learn-way {
    padding: 4rem 5rem;
}.thanksCard h5 {
    font-size: calc(19px * 1.2);
}.thanksCard p {
    padding: 2rem;
    font-size: calc(15px * 1.05);
}
}

@media (min-width: 992px) {.thanksCard {
    padding: 8rem 0;
}.thanksCard .learn-way {
    max-width: 90%;
    margin: 0 auto;
    padding: 5rem 6rem;
}.thanksCard .learn-way > div:first-child {
    margin-bottom: 3rem;
    padding-bottom: 2rem;
}.thanksCard .learn-way > div:first-child::after {
    width: 15%;
}
}

@media (max-width: 767px) {.thanksCard {
    padding: 3rem 0;
}.thanksCard .learn-way {
    transform: perspective(1000px) rotateX(1deg);
    padding: 2rem;
}.thanksCard h5 {
    font-size: calc(19px * 0.9);
}.thanksCard p {
    padding: 1rem;
    line-height: 1.6;
    font-size: calc(15px * 0.95);
}.thanksCard .learn-way > div:first-child {
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
}
}

@media (max-width: 480px) {.thanksCard {
    padding: 2rem 0;
}.thanksCard .learn-way {
    transform: none;
    padding: 1.5rem;
}.thanksCard h5 {
    font-size: calc(19px * 0.85);
}.thanksCard p {
    padding: 0.75rem;
    font-size: calc(15px * 0.9);
    line-height: 1.5;
}}.user-comments {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(218,224,198) 0%, rgba(245, 247, 251, 0.95) 100%);
    padding: 5rem 0;
}.user-comments::before {
    top: 0;
    content: "";
    z-index: 0;
    position: absolute;
    opacity: 0.07;
    height: 100%;
    left: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(171,187,176,0.5) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgb(130,138,130,0.5) 0%, transparent 20%);
    width: 100%;
}.user-comments::after {
    top: -5%;
    right: -5%;
    width: 40%;
    opacity: 0.03;
    z-index: 0;
    height: 40%;
    background: rgb(171,187,176,0.5);
    content: "";
    transform: rotate(-15deg) skew(10deg);
    position: absolute;
}.user-comments h2 {
    transform: translateX(2vw);
    position: relative;
    font-size: calc(34px * 1.1);
    text-align: left;
    font-weight: 700;
    color: #000000;
    margin-bottom: 3.5rem;
    z-index: 2;
}.user-comments h2::after {
    left: 0;
    width: 5rem;
    position: absolute;
    height: 3px;
    content: "";
    bottom: -0.8rem;
    background: linear-gradient(90deg, rgb(171,187,176) 0%, rgb(130,138,130) 100%);
    transform-origin: left center;
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}.user-comments h2:hover::after {
    transform: scaleX(1.2);
}.user-comments .container {
    max-width: 1200px;
    padding: 0 1.5rem;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}.user-comments .learn-way {
    overflow: visible;
    position: relative;
}.user-comments .student-votes {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    gap: 2.5rem;
    position: relative;
}.user-comments .learner-views {
    background: #ffffff;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.03);
    border-left: 3px solid rgb(130,138,130);
    padding: 2rem 1.75rem;
    flex-direction: column;
    position: relative;
    display: flex;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateY(0);
    z-index: 1;
}.user-comments .learner-views::before {
    font-family: Arial, sans-serif;
    color: rgb(171,187,176);
    opacity: 0.07;
    line-height: 1;
    content: "";
    z-index: -1;
    right: 1rem;
    top: -2rem;
    position: absolute;
    font-size: 8rem;
}.user-comments .learner-views:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(var(--primary-color-rgb), 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
}.user-comments .learner-views:nth-child(2n) {
    border-left: 3px solid rgb(171,187,176);
}.user-comments .learner-views:nth-child(3n) {
    border-left: 3px solid rgb(130,138,130);
}.user-comments .learner-views h3 {
    font-weight: 600;
    color: rgb(171,187,176);
    margin: 0 0 0.75rem;
    letter-spacing: 0.02em;
    font-size: calc(23px * 1.05);
}.user-comments .learner-views .description {
    font-style: italic;
    font-size: 12px;
    flex-grow: 1;
    margin: 0 0 1.5rem;
    line-height: 1.6;
    color: #000000;
}.user-comments .learner-views div {
    transition: transform 0.4s ease;
    border: 2px solid rgba(var(--primary-color-rgb), 0.1);
    width: 3.5rem;
    height: 3.5rem;
    margin-top: auto;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    transform: rotate(-3deg);
}.user-comments .learner-views:hover div {
    transform: rotate(0deg) scale(1.05);
}.user-comments .learner-views img {
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
    width: 100%;
}.user-comments .learner-views:hover img {
    transform: scale(1.1);
}

@media (min-width: 992px) {.user-comments {
    padding: 7rem 0;
}.user-comments h2 {
    transform: translateX(4vw);
    font-size: calc(34px * 1.2);
    margin-bottom: 4rem;
}.user-comments .student-votes {
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}.user-comments .learner-views {
    padding: 2.5rem 2rem;
}.user-comments .learner-views:nth-child(odd) {
    transform: translateY(25px);
}.user-comments .learner-views:nth-child(even) {
    transform: translateY(-15px);
}.user-comments .learner-views:hover {
    transform: translateY(-10px);
}
}

@media (min-width: 1200px) {.user-comments h2 {
    transform: translateX(6vw);
    margin-bottom: 5rem;
}.user-comments .student-votes {
    gap: 2.5rem;
}.user-comments .learner-views {
    height: calc(100% - 20px);
}.user-comments .learner-views:nth-child(1) {
    transform: translateY(0);
}.user-comments .learner-views:nth-child(2) {
    transform: translateY(40px);
}.user-comments .learner-views:nth-child(3) {
    transform: translateY(20px);
}.user-comments .learner-views:nth-child(4) {
    transform: translateY(60px);
}.user-comments .learner-views:nth-child(5) {
    transform: translateY(10px);
}.user-comments .learner-views:nth-child(6) {
    transform: translateY(50px);
}.user-comments .learner-views:nth-child(7) {
    transform: translateY(30px);
}.user-comments .learner-views:hover {
    transform: translateY(calc(var(--translateY) - 15px));
}
}

@media (max-width: 991px) {.user-comments {
    padding: 4rem 0;
}.user-comments h2 {
    text-align: center;
    font-size: calc(34px * 1.05);
    transform: translateX(0);
}.user-comments h2::after {
    left: 50%;
    transform: translateX(-50%);
}.user-comments .student-votes {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2rem;
}
}

@media (max-width: 767px) {.user-comments {
    padding: 3rem 0;
}.user-comments h2 {
    font-size: 34px;
    margin-bottom: 2.5rem;
}.user-comments .student-votes {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.user-comments .learner-views {
    padding: 1.5rem;
}
}

@media (max-width: 480px) {.user-comments h2 {
    margin-bottom: 2rem;
    font-size: calc(34px * 0.85);
}.user-comments .learner-views {
    padding: 1.25rem;
}.user-comments .learner-views h3 {
    font-size: 23px;
}.user-comments .learner-views .description {
    font-size: calc(12px * 0.95);
}}header {
    top: 0;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
    position: fixed;
    transition: all 0.4s ease;
    z-index: 1000;
    width: 100%;
    left: 0;
    border-bottom: 1px solid rgb(171,187,176,0.5);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: linear-gradient(135deg, #000000 0%, rgb(171,187,176) 100%);
}header:before {
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(171,187,176,0.5), transparent);
    top: 0;
    content: '';
    opacity: 0.4;
    background-size: 200% 100%;
    pointer-events: none;
    height: 100%;
    animation: shine 8s infinite linear;
    left: 0;
    width: 100%;
}header .head-mainwrap {
    width: 100%;
}header .container {
    max-width: 1200px;
    padding: 15px 20px;
    margin: 0 auto;
}header .head-learn {
    align-items: center;
    position: relative;
    justify-content: space-between;
    display: flex;
}header .head-page {
    position: relative;
    display: flex;
    gap: 25px;
}header .head-page:before {
    content: '';
    transform: scaleX(0);
    width: 100%;
    background: linear-gradient(90deg, transparent, rgb(171,187,176), transparent);
    position: absolute;
    left: 0;
    bottom: -8px;
    transition: transform 0.6s ease;
    height: 1px;
    transform-origin: left;
}header .head-page:hover:before {
    transform: scaleX(1);
}header .head-class {
    text-transform: uppercase;
    font-weight: 400;
    text-decoration: none;
    position: relative;
    letter-spacing: 0.5px;
    transition: all 0.4s ease;
    font-size: 14px;
    color: #ffffff;
    font-family: Arial, sans-serif;
    padding: 8px 0;
}header .head-class:after {
    background: rgb(171,187,176);
    transform-origin: right;
    width: 100%;
    position: absolute;
    transform: scaleX(0);
    height: 2px;
    transition: transform 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
    bottom: 0;
    left: 0;
    content: '';
}header .head-class:before {
    border-radius: 50%;
    top: 0;
    height: 4px;
    position: absolute;
    transform: translateX(-50%);
    transition: all 0.3s ease;
    width: 4px;
    left: 50%;
    background: rgb(171,187,176);
    opacity: 0;
    content: '';
}header .head-class:hover {
    text-shadow: 0 0 8px rgb(171,187,176,0.5);
    color: rgb(171,187,176);
}header .head-class:hover:after {
    transform-origin: left;
    transform: scaleX(1);
}header .head-class:hover:before {
    opacity: 1;
}header .first-pagebar {
    display: flex;
    align-items: center;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease;
}header .first-pagebar svg {
    width: auto;
    filter: drop-shadow(0 0 4px rgb(171,187,176,0.5));
    height: 40px;
    transition: transform 0.5s ease;
}header .first-pagebar:hover svg {
    transform: scale(1.05);
}header .first-pagebar:after {
    transform: translateX(-50%);
    content: '';
    background: rgb(171,187,176);
    position: absolute;
    height: 1px;
    transition: width 0.4s ease;
    bottom: -8px;
    left: 50%;
    width: 0;
}header .first-pagebar:hover:after {
    width: 100%;
}

@keyframes shine {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

@keyframes pulse {
    0% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.5;
    }
}

@media (max-width: 991px) {header .container {
    padding: 12px 15px;
}header .head-page {
    gap: 15px;
}header .head-class {
    font-size: calc(14px - 1px);
}header .first-pagebar svg {
    height: 35px;
}
}

@media (max-width: 767px) {header .head-page {
    gap: 20px;
    position: fixed;
    padding: 80px 30px 30px;
    overflow-y: auto;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.2);
    width: 80%;
    transition: right 0.4s ease;
    height: 100vh;
    max-width: 300px;
    background: #000000;
    top: 0;
    z-index: 1001;
    flex-direction: column;
    right: -100%;
}header .menu.active {
    right: 0;
}header .head-class {
    padding: 10px 5px;
    border-bottom: 1px solid rgb(171,187,176,0.5);
    width: 100%;
}header .head-page:before {
    display: none;
}header .first-pagebar {
    margin-right: auto;
    margin-left: auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 10px;
}header .first-pagebar svg {
    height: 30px;
}
}