* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}header,footer {
    width: 100%;
}.page_topstyle {
    flex: 1 0 auto;
}.transcriptstyle {
    flex: 0 0 auto;
}html,body {
    scroll-snap-type: none;
    color: #000000;
    font-family: Arial, sans-serif;
    min-height: 100%;
    auto;
    auto
contain
touch-action: none;
    height: 100%;
}.container {
    width: 1233px;
    max-width: 100%;
    margin: auto;
}a {
    text-decoration: none;
    color: inherit;
}.wrap-structurestyle {
    height: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}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;
}}
.potential_studentsstyle {
    background: rgb(208,210,182);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}.potential_studentsstyle::before {
    opacity: 0.2;
    z-index: 0;
    left: 0;
    position: absolute;
    width: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(158,172,160,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(114,122,114,0.5) 0%, transparent 40%);
    height: 100%;
    content: "";
    top: 0;
}.potential_studentsstyle .container {
    position: relative;
    padding: 0 20px;
    z-index: 1;
    margin: 0 auto;
    max-width: 1200px;
}.potential_studentsstyle .corp_culturestyle {
    border-radius: 22px;
    padding: 50px;
    position: relative;
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.1),
        -20px -20px 60px rgba(255, 255, 255, 0.8);
    background: rgb(208,210,182);
}.potential_studentsstyle h4 {
    margin-bottom: 50px;
    text-align: center;
    font-size: 30px;
    position: relative;
    color: #000000;
    font-weight: 700;
}.potential_studentsstyle h4::after {
    left: 50%;
    content: "";
    height: 4px;
    position: absolute;
    transform: translateX(-50%);
    width: 80px;
    border-radius: 2px;
    bottom: -15px;
    background: linear-gradient(90deg, rgb(158,172,160), rgb(114,122,114));
}.potential_studentsstyle div {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}.potential_studentsstyle div p {
    border-radius: 22px;
    align-items: center;
    display: flex;
    font-size: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
    background: rgb(208,210,182);
    line-height: 1.6;
    padding: 25px;
    margin: 0;
    box-shadow: 
        8px 8px 16px rgba(0, 0, 0, 0.05),
        -8px -8px 16px rgba(255, 255, 255, 0.8),
        inset 1px 1px 1px rgba(255, 255, 255, 0.3);
    flex: 1 1 calc(33.333% - 20px);
    min-width: 250px;
    color: #000000;
    position: relative;
}.potential_studentsstyle div p:hover {
    box-shadow: 
        12px 12px 24px rgba(0, 0, 0, 0.08),
        -12px -12px 24px rgba(255, 255, 255, 0.9),
        inset 1px 1px 1px rgba(255, 255, 255, 0.4);
    transform: translateY(-5px);
}.potential_studentsstyle div p::before {
    content: "";
    background: linear-gradient(180deg, rgb(158,172,160), rgb(114,122,114));
    position: absolute;
    top: 0;
    height: 100%;
    opacity: 0.7;
    left: 0;
    width: 5px;
    border-radius: 5px 0 0 5px;
}.potential_studentsstyle div p svg {
    height: 40px;
    min-width: 40px;
    transition: all 0.3s ease;
    margin-right: 20px;
    border-radius: 50%;
    background: rgb(208,210,182);
    box-shadow: 
        4px 4px 8px rgba(0, 0, 0, 0.1),
        -4px -4px 8px rgba(255, 255, 255, 0.8);
    width: 40px;
    padding: 8px;
}.potential_studentsstyle div p:hover svg {
    transform: rotate(10deg);
    box-shadow: 
        6px 6px 12px rgba(0, 0, 0, 0.15),
        -6px -6px 12px rgba(255, 255, 255, 0.9),
        inset 1px 1px 1px rgba(255, 255, 255, 0.4);
}.potential_studentsstyle div p svg path {
    fill: rgb(158,172,160);
    transition: fill 0.3s ease;
}.potential_studentsstyle div p:hover svg path {
    fill: rgb(114,122,114);
}

@media (max-width: 1100px) {.potential_studentsstyle div p {
    flex: 1 1 calc(50% - 15px);
}
}

@media (max-width: 991px) {.potential_studentsstyle {
    padding: 80px 0;
}.potential_studentsstyle .corp_culturestyle {
    padding: 40px 30px;
}.potential_studentsstyle h4 {
    font-size: calc(30px - 2px);
    margin-bottom: 40px;
}.potential_studentsstyle div {
    gap: 20px;
}.potential_studentsstyle div p {
    padding: 20px;
}.potential_studentsstyle div p svg {
    margin-right: 15px;
    min-width: 35px;
    height: 35px;
    width: 35px;
}
}

@media (max-width: 767px) {.potential_studentsstyle {
    padding: 60px 0;
}.potential_studentsstyle .corp_culturestyle {
    padding: 30px 20px;
}.potential_studentsstyle h4 {
    margin-bottom: 35px;
    font-size: calc(30px - 4px);
}.potential_studentsstyle div p {
    padding: 18px;
    flex: 1 1 100%;
}.potential_studentsstyle div p svg {
    padding: 6px;
    min-width: 30px;
    width: 30px;
    height: 30px;
    margin-right: 15px;
}
}

@media (max-width: 479px) {.potential_studentsstyle {
    padding: 40px 0;
}.potential_studentsstyle .corp_culturestyle {
    padding: 25px 15px;
}.potential_studentsstyle h4 {
    margin-bottom: 30px;
    font-size: calc(30px - 6px);
}.potential_studentsstyle div {
    gap: 15px;
}.potential_studentsstyle div p {
    padding: 15px;
    font-size: calc(16px - 1px);
}.potential_studentsstyle div p svg {
    height: 26px;
    margin-right: 12px;
    min-width: 26px;
    width: 26px;
    padding: 5px;
}}.join_our_communitystyle {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(158,172,160,0.5) 0%, rgb(114,122,114) 100%);
}.join_our_communitystyle::before {
    height: 200%;
    position: absolute;
    background-size: 40px 40px;
    transform: rotate(15deg);
    left: -50%;
    content: '';
    background: radial-gradient(circle at center, rgb(255, 255, 255, 0.5) 0.5%, transparent 8%);
    width: 200%;
    opacity: 0.1;
    pointer-events: none;
    top: -50%;
}.join_our_communitystyle::after {
    right: 0;
    background: linear-gradient(to right, transparent, rgb(158,172,160,0.5));
    height: 100%;
    width: 40%;
    transform: skewX(-15deg) translateX(20%);
    top: 0;
    position: absolute;
    content: '';
    opacity: 0.2;
}.join_our_communitystyle .container {
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
    max-width: 1200px;
}.join_our_communitystyle .corp_culturestyle {
    border-left: 4px solid rgb(114,122,114);
    transition: transform 0.5s ease-out;
    backdrop-filter: blur(10px);
    padding: 50px 40px;
    align-items: center;
    display: flex;
    position: relative;
    flex-direction: column;
    box-shadow: 0 15px 30px 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);
    transform: perspective(1000px) rotateY(-2deg);
    background: rgba(255, 255, 255, 0.08);
}.join_our_communitystyle .corp_culturestyle:hover {
    transform: perspective(1000px) rotateY(0deg);
}.join_our_communitystyle h3 {
    font-family: Arial, sans-serif;
    font-weight: 600;
    position: relative;
    text-align: center;
    max-width: 800px;
    line-height: 1.3;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    font-size: clamp(1.5rem, 4vw, 2.25rem);
    margin-bottom: 30px;
}.join_our_communitystyle .input_holder {
    gap: 15px;
    position: relative;
    width: 100%;
    max-width: 600px;
    display: flex;
    flex-direction: column;
}.join_our_communitystyle .input_holder > div {
    position: relative;
    width: 100%;
}.join_our_communitystyle .input_holder > div::before {
    left: 20px;
    background-repeat: no-repeat;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
    position: absolute;
    width: 18px;
    height: 18px;
    opacity: 0.7;
    content: '';
    pointer-events: none;
}.join_our_communitystyle input[type="email"] {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    background: rgba(255, 255, 255, 0.9);
    padding: 18px 20px 18px 50px;
    width: 100%;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    border-radius: 10px;
    border: none;
    color: #000000;
    font-size: 13px;
}.join_our_communitystyle input[type="email"]:focus {
    outline: none;
    background: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 0 0 3px rgba(rgb(114,122,114), 0.3), 0 4px 12px rgba(0, 0, 0, 0.1);
}.join_our_communitystyle input[type="email"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(0, 0, 0, 0.4);
}.join_our_communitystyle input[type="email"]:focus::placeholder {
    opacity: 0.6;
    transform: translateX(5px);
}.join_our_communitystyle .sub_backdropstyle {
    font-weight: 600;
    padding: 16px 32px;
    font-size: 14px;
    border: none;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: linear-gradient(135deg, rgb(114,122,114) 0%, rgb(114,122,114,0.5) 100%);
    overflow: hidden;
    border-radius: 10px;
    color: #ffffff;
    align-self: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1), 0 10px 20px rgba(0, 0, 0, 0.05);
    position: relative;
    font-family: Arial, sans-serif;
}.join_our_communitystyle .sub_backdropstyle:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
}.join_our_communitystyle .sub_backdropstyle:active {
    transform: translateY(-1px);
}.join_our_communitystyle .sub_backdropstyle::after {
    position: absolute;
    top: 0;
    width: 100%;
    left: -100%;
    content: '';
    height: 100%;
    transition: left 0.7s ease;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}.join_our_communitystyle .sub_backdropstyle:hover::after {
    left: 100%;
}

@media (min-width: 768px) {.join_our_communitystyle .input_holder {
    align-items: stretch;
    flex-direction: row;
}.join_our_communitystyle .input_holder > div {
    flex: 1;
}.join_our_communitystyle .sub_backdropstyle {
    align-self: stretch;
    white-space: nowrap;
}.join_our_communitystyle .corp_culturestyle {
    transform: perspective(1000px) rotateY(-1deg);
    padding: 60px;
}
}

@media (max-width: 767px) {.join_our_communitystyle {
    padding: 60px 0;
}.join_our_communitystyle .corp_culturestyle {
    transform: none;
    padding: 40px 25px;
}.join_our_communitystyle h3 {
    margin-bottom: 25px;
    font-size: 1.5rem;
}.join_our_communitystyle input[type="email"] {
    padding: 15px 15px 15px 45px;
}.join_our_communitystyle .sub_backdropstyle {
    width: 100%;
    padding: 14px 20px;
}.join_our_communitystyle .input_holder > div::before {
    left: 15px;
    height: 16px;
    width: 16px;
}
}

@media (max-width: 480px) {.join_our_communitystyle {
    padding: 40px 0;
}.join_our_communitystyle .corp_culturestyle {
    padding: 30px 20px;
}.join_our_communitystyle h3 {
    font-size: 1.25rem;
    margin-bottom: 20px;
}
}

@media (min-width: 1200px) {.join_our_communitystyle::before {
    background-size: 50px 50px;
}.join_our_communitystyle .corp_culturestyle {
    transform: perspective(1500px) rotateY(-1deg);
}
}

@media (prefers-reduced-motion: reduce) {.join_our_communitystyle .corp_culturestyle,
  .join_our_communitystyle .corp_culturestyle:hover,
  .join_our_communitystyle input[type="email"],
  .join_our_communitystyle input[type="email"]:focus,
  .join_our_communitystyle .sub_backdropstyle,
  .join_our_communitystyle .sub_backdropstyle:hover,
  .join_our_communitystyle .sub_backdropstyle:active,
  .join_our_communitystyle .sub_backdropstyle::after,
  .join_our_communitystyle .sub_backdropstyle:hover::after,
  .join_our_communitystyle input[type="email"]::placeholder,
  .join_our_communitystyle input[type="email"]:focus::placeholder {
    transition: none;
    transform: none;
}}header {
    width: 100%;
    position: relative;
    z-index: 100;
    background: rgb(208,210,182);
    padding: 0;
}header::before {
    left: 0;
    background: linear-gradient(135deg, 
        rgb(158,172,160,0.5) 0%, 
        transparent 60%, 
        rgb(114,122,114,0.5) 100%);
    top: 0;
    z-index: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    content: '';
    opacity: 0.6;
}header .container {
    position: relative;
    width: 100%;
    z-index: 1;
    margin: 0;
    max-width: 100%;
    padding: 0;
}header .head_skillstyle {
    justify-content: space-between;
    padding: 0.8rem 3%;
    align-items: center;
    flex-wrap: wrap;
    display: flex;
}header .head_sitestyle {
    align-items: center;
    text-decoration: none;
    position: relative;
    padding: 0.6rem;
    display: flex;
    margin-right: 1rem;
}header .head_sitestyle::after {
    left: 0;
    transform: scaleX(0.7);
    background: linear-gradient(to right, rgb(158,172,160), rgb(114,122,114));
    position: absolute;
    transition: transform 0.3s ease;
    bottom: 0;
    width: 100%;
    height: 2px;
    content: '';
}header .head_sitestyle:hover::after {
    transform: scaleX(1);
}header .head_sitestyle svg {
    height: auto;
    transition: all 0.3s ease;
    width: 140px;
}header .head_sitestyle:hover svg {
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.1));
}header .main_tutorstyle {
    padding: 0.5rem;
    flex-wrap: wrap;
    border-radius: 10px;
    display: flex;
    background: rgba(255, 255, 255, 0.5);
    gap: 0.4rem;
}header .top_primarystyle {
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    z-index: 1;
    border-radius: 10px;
    position: relative;
    text-decoration: none;
    padding: 0.4rem 0.7rem;
    color: #000000;
    overflow: hidden;
    transition: all 0.3s ease;
}header .top_primarystyle::after {
    width: 100%;
    height: 2px;
    transition: transform 0.3s ease;
    transform-origin: left;
    position: absolute;
    bottom: 0;
    transform: scaleX(0);
    background: linear-gradient(to right, rgb(158,172,160), rgb(114,122,114));
    content: '';
    left: 0;
}header .top_primarystyle:hover {
    background: rgba(255, 255, 255, 0.7);
    color: rgb(158,172,160);
}header .top_primarystyle:hover::after {
    transform: scaleX(1);
}

@media (max-width: 991px) {header .head_skillstyle {
    padding: 0.7rem 2.5%;
}header .head_sitestyle svg {
    width: 130px;
}header .main_tutorstyle {
    gap: 0.35rem;
    padding: 0.4rem;
}header .top_primarystyle {
    font-size: calc(14px - 1px);
    padding: 0.35rem 0.6rem;
}
}

@media (max-width: 767px) {header .head_skillstyle {
    padding: 0.7rem 2%;
    justify-content: center;
}header .head_sitestyle {
    margin: 0 0 0.6rem 0;
}header .head_sitestyle svg {
    width: 120px;
}header .main_tutorstyle {
    justify-content: center;
    width: 100%;
}header .top_primarystyle {
    font-size: calc(14px - 2px);
    padding: 0.3rem 0.5rem;
}
}

@media (max-width: 480px) {header .head_skillstyle {
    padding: 0.6rem 1.5%;
}header .head_sitestyle svg {
    width: 110px;
}header .main_tutorstyle {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
}header .main_tutorstyle::-webkit-scrollbar {
    height: 2px;
}header .main_tutorstyle::-webkit-scrollbar-thumb {
    background: rgb(158,172,160);
    border-radius: 10px;
}header .top_primarystyle {
    white-space: nowrap;
    flex-shrink: 0;
}}.enroll_instantlystyle {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    background: linear-gradient(45deg, #000000 0%, rgb(208,210,182) 100%);
}.enroll_instantlystyle::before {
    background-size: 40px 40px;
    width: 100%;
    background-image: 
        linear-gradient(rgb(158,172,160,0.5) 1px, transparent 1px),
        linear-gradient(to right, rgb(158,172,160,0.5) 1px, transparent 1px);
    z-index: 1;
    opacity: 0.07;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    position: absolute;
}.enroll_instantlystyle .corp_culturestyle {
    overflow: hidden;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    padding: 70px 50px;
    position: relative;
    border-radius: 20px;
    z-index: 10;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.15);
}.enroll_instantlystyle .corp_culturestyle::before,
.enroll_instantlystyle .corp_culturestyle::after {
    position: absolute;
    width: 300px;
    content: '';
    height: 300px;
    opacity: 0.5;
    z-index: -1;
    filter: blur(60px);
    border-radius: 50%;
}.enroll_instantlystyle .corp_culturestyle::before {
    top: -100px;
    background: rgb(158,172,160);
    left: -100px;
    animation: float-blob1 15s ease-in-out infinite alternate;
}.enroll_instantlystyle .corp_culturestyle::after {
    background: rgb(114,122,114);
    right: -100px;
    animation: float-blob2 20s ease-in-out infinite alternate;
    bottom: -100px;
}.enroll_instantlystyle .container p {
    margin-bottom: 50px;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    position: relative;
    line-height: 1.4;
    font-size: 31px;
    color: #ffffff;
    z-index: 5;
    letter-spacing: 0.5px;
    font-weight: 700;
}.enroll_instantlystyle .container p::first-letter {
    font-size: 130%;
    color: rgb(158,172,160);
}.enroll_instantlystyle .feedback_messagestyle {
    z-index: 5;
    border-radius: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    font-weight: 600;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    position: relative;
    padding: 16px 42px;
    color: #ffffff;
    overflow: hidden;
    font-size: 17px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(5px);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-decoration: none;
}.enroll_instantlystyle .feedback_messagestyle::before {
    background: linear-gradient(45deg, rgb(158,172,160), rgb(114,122,114));
    top: 0;
    height: 100%;
    left: 0;
    opacity: 0;
    content: '';
    width: 100%;
    position: absolute;
    transition: opacity 0.4s ease;
    z-index: -1;
}.enroll_instantlystyle .feedback_messagestyle:hover {
    border-color: rgba(255, 255, 255, 0.3);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    transform: translateY(-5px) scale(1.05);
}.enroll_instantlystyle .feedback_messagestyle:hover::before {
    opacity: 0.8;
}.enroll_instantlystyle::after {
    top: 0;
    left: 0;
    animation: twinkle 10s linear infinite;
    opacity: 0.1;
    width: 100%;
    content: '';
    background-size: 50px 50px;
    height: 100%;
    position: absolute;
    background-image: radial-gradient(#ffffff 1px, transparent 1px);
    z-index: 1;
}

@keyframes twinkle {
    0%, 100% {
        opacity: 0.1;
    }
    50% {
        opacity: 0.2;
    }
}

@keyframes float-blob1 {
    0% {
        transform: translate(0, 0) scale(1);
    }
    50% {
        transform: translate(50px, 20px) scale(1.2);
    }
    100% {
        transform: translate(10px, 40px) scale(0.8);
    }
}

@keyframes float-blob2 {
    0% {
        transform: translate(0, 0) scale(1);
    }
    50% {
        transform: translate(-30px, -20px) scale(1.2);
    }
    100% {
        transform: translate(-10px, -40px) scale(0.9);
    }
}

@media (max-width: 991px) {.enroll_instantlystyle {
    padding: 90px 0;
}.enroll_instantlystyle .corp_culturestyle {
    padding: 50px 30px;
}.enroll_instantlystyle .container p {
    margin-bottom: 40px;
    font-size: calc(24px * 1.3);
}
}

@media (max-width: 767px) {.enroll_instantlystyle {
    padding: 70px 0;
}.enroll_instantlystyle .corp_culturestyle {
    padding: 40px 25px;
}.enroll_instantlystyle .container p {
    margin-bottom: 30px;
    font-size: 24px;
}.enroll_instantlystyle .feedback_messagestyle {
    padding: 14px 34px;
}
}

@media (max-width: 480px) {.enroll_instantlystyle {
    padding: 50px 0;
}.enroll_instantlystyle .corp_culturestyle {
    padding: 30px 20px;
}.enroll_instantlystyle .container p {
    font-size: calc(13px * 1.2);
    margin-bottom: 25px;
}.enroll_instantlystyle .feedback_messagestyle {
    padding: 12px 28px;
    font-size: calc(17px * 0.9);
}.enroll_instantlystyle .corp_culturestyle::before,
    .enroll_instantlystyle .corp_culturestyle::after {
    height: 200px;
    width: 200px;
}}.welcome_boardstyle {
    align-items: center;
    padding: 6rem 2rem;
    justify-content: center;
    background: linear-gradient(135deg, rgb(208,210,182) 0%, rgb(158,172,160,0.5) 85%, rgb(114,122,114,0.5) 100%);
    position: relative;
    overflow: hidden;
    display: flex;
    min-height: 100vh;
}.welcome_boardstyle > div {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 3rem;
    width: 100%;
    max-width: 1200px;
    grid-template-columns: 1fr;
}.welcome_boardstyle::before {
    left: 0;
    content: "";
    height: 6px;
    transform-origin: left;
    animation: scanline 4s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
    position: absolute;
    background: linear-gradient(90deg, rgb(158,172,160) 0%, rgb(114,122,114) 100%);
    right: 0;
    top: 0;
}.welcome_boardstyle::after {
    transform: skewY(-3deg);
    content: "";
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    height: 35%;
    position: absolute;
    z-index: 0;
    left: -5%;
    bottom: 0;
    width: 110%;
}.welcome_boardstyle h1.learn_teamstyle {
    animation: fadeSlideUp 1s ease-out forwards;
    line-height: 1.2;
    color: #000000;
    margin: 0 0 1.5rem;
    font-size: clamp(2.5rem, 5vw, 48px);
    transform: translateZ(0);
    overflow: hidden;
    position: relative;
    font-weight: 700;
}.welcome_boardstyle h1.learn_teamstyle::after {
    transform: scaleX(0);
    transform-origin: left;
    background: rgb(158,172,160);
    left: 0;
    animation: lineReveal 1.2s 0.3s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    height: 4px;
    content: "";
    bottom: 0;
    width: 6rem;
    position: absolute;
}.welcome_boardstyle p {
    position: relative;
    margin: 0;
    opacity: 0;
    line-height: 1.6;
    transform: translateY(20px);
    animation: fadeSlideUp 1s 0.3s ease-out forwards;
    font-size: clamp(1rem, 2vw, 14px);
    max-width: 38rem;
    color: #000000;
}.welcome_boardstyle .edu_pagestyle {
    position: relative;
    animation: fadeIn 1.2s 0.6s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    width: 100%;
    opacity: 0;
    margin-top: 2rem;
    perspective: 1000px;
}.welcome_boardstyle .mission_blockstyle {
    position: relative;
    overflow: hidden;
    transform: rotateX(3deg) rotateY(0) translateZ(0);
    height: clamp(280px, 40vh, 450px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 3px 10px rgba(0, 0, 0, 0.05);
    width: 100%;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}.welcome_boardstyle .mission_blockstyle::before {
    z-index: 1;
    height: 100%;
    left: 0;
    background: linear-gradient(150deg, rgb(158,172,160,0.5) 0%, transparent 50%, rgba(0, 0, 0, 0.5) 100%);
    top: 0;
    content: "";
    position: absolute;
    width: 100%;
}.welcome_boardstyle .mission_blockstyle:hover {
    transform: rotateX(0) rotateY(-2deg) translateZ(0) scale(1.01);
}.welcome_boardstyle .mission_blockstyle span {
    padding: 2rem;
    background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0.7) 70%, transparent 100%);
    bottom: 0;
    z-index: 2;
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(10%);
    width: 100%;
    left: 0;
}.welcome_boardstyle .mission_blockstyle:hover span {
    transform: translateY(0);
}.welcome_boardstyle .mission_blockstyle h3 {
    font-weight: 600;
    font-size: clamp(1rem, 2vw, 1.25rem);
    margin: 0;
    color: #ffffff;
    line-height: 1.4;
}

@media (min-width: 768px) {.welcome_boardstyle > div {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 4rem;
}.welcome_boardstyle::after {
    height: 25%;
}.welcome_boardstyle .edu_pagestyle {
    margin-top: 0;
}.welcome_boardstyle .mission_blockstyle {
    height: clamp(350px, 50vh, 550px);
}
}

@media (min-width: 1200px) {.welcome_boardstyle {
    padding: 8rem 4rem;
}.welcome_boardstyle > div {
    gap: 6rem;
}.welcome_boardstyle .mission_blockstyle::after {
    height: 100px;
    border: 2px solid rgb(158,172,160,0.5);
    right: -50px;
    content: "";
    position: absolute;
    top: -50px;
    width: 100px;
    z-index: 0;
    animation: rotateSlow 20s linear infinite;
}
}

@media (max-width: 767px) {.welcome_boardstyle {
    padding: 4rem 1.5rem;
}.welcome_boardstyle h1.learn_teamstyle {
    font-size: clamp(2rem, 8vw, 2.5rem);
}.welcome_boardstyle .edu_pagestyle {
    margin-top: 2.5rem;
}}

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

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

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes scanline {
  0% {
    transform: scaleX(0);
    opacity: 1;
  }
  50% {
    transform: scaleX(1);
    opacity: 0.7;
  }
  100% {
    transform: scaleX(0);
    opacity: 1;
    left: 100%;
  }
}

@keyframes rotateSlow {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}.cookie_warning_windowstyle {
    background: rgb(208,210,182);
    overflow: hidden;
    width: 100%;
    border-top: 3px solid rgb(158,172,160);
    font-family: Arial, sans-serif;
    bottom: 0;
    position: fixed;
    padding: 20px;
    z-index: 1050;
}.edu_trackstyle {
    justify-content: space-between;
    z-index: 1;
    flex-wrap: nowrap;
    align-items: center;
    display: flex;
}.cookie_confirmstyle {
    flex-shrink: 0;
    margin-right: 20px;
}#cookiePolicyPromptstyle {
    display: none;
}#cookiePolicyPromptstyle:checked ~ .cookie_warning_windowstyle {
    opacity: 0;
    visibility: hidden;
}.cookie_confirmstyle svg {
    transition: fill 0.3s ease-in-out;
    height: 60px;
    fill: rgb(158,172,160);
    width: 60px;
}.cookie_verifystyle {
    margin-right: 20px;
    flex-grow: 1;
}.cookie_verifystyle h5 {
    margin-bottom: 5px;
    font-weight: 700;
    color: rgb(158,172,160);
    font-size: 18px;
}.cookie_verifystyle p {
    font-size: 17px;
    margin-bottom: 0;
    color: #000000;
}.online_cookiesstyle {
    font-size: 19px;
    border-radius: 10px;
    text-decoration: none;
    padding: 10px 20px;
    margin-left: 10px;
    transition: all 0.3s ease-in-out;
}.online_cookiesstyle {
    background-color: rgb(158,172,160);
    border: 1px solid rgb(158,172,160);
    color: #ffffff;
}.online_cookiesstyle:hover {
    border-color: #000000;
    background-color: rgba(0, 0, 0, 0.5);
}.cookie_warning_windowstyle p a {
    text-decoration: underline;
    color: rgb(158,172,160);
}.cookie_warning_windowstyle p a:hover {
    color: #000000;
}
@media (max-width: 1200px) {.cookie_verifystyle h5 {
    font-size: calc(18px - 2px);
}.cookie_verifystyle p {
    font-size: calc(17px - 2px);
}.online_cookiesstyle {
    padding: 8px 16px;
    font-size: calc(19px - 2px);
}
}
@media (max-width: 800px) {.edu_trackstyle {
    flex-direction: column;
    align-items: center;
}.cookie_confirmstyle {
    margin-bottom: 15px;
}.cookie_verifystyle {
    margin-bottom: 20px;
    text-align: center;
}.online_cookiesstyle {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
}}
.client_feedbackstyle {
    overflow: hidden;
    padding: 5rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(208,210,182) 0%, rgb(158,172,160,0.5) 100%);
}.client_feedbackstyle::before {
    position: absolute;
    z-index: 1;
    content: "";
    left: 0;
    background: radial-gradient(circle at 70% 30%, rgb(114,122,114,0.5) 0%, transparent 60%);
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
}.client_feedbackstyle::after {
    height: 20px;
    opacity: 0.3;
    bottom: -10px;
    content: "";
    left: -10%;
    background: #ffffff;
    filter: blur(15px);
    transform: rotate(-1deg);
    position: absolute;
    width: 120%;
}.client_feedbackstyle h2 {
    color: #000000;
    margin-bottom: 3rem;
    transform: perspective(1000px) rotateX(2deg);
    z-index: 2;
    letter-spacing: 0.5px;
    font-size: 33px;
    text-shadow: 2px 2px 4px rgb(255, 255, 255, 0.5);
    text-align: center;
    font-weight: 700;
    position: relative;
}.client_feedbackstyle h2::after {
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    bottom: -15px;
    transform: translateX(-50%);
    content: "";
    width: 80px;
    background: linear-gradient(90deg, rgb(158,172,160) 0%, rgb(114,122,114) 100%);
    left: 50%;
    height: 4px;
    position: absolute;
}.client_feedbackstyle .container.corp_culturestyle {
    z-index: 2;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}.client_feedbackstyle .learning_feedbackstyle {
    padding: 0.5rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    gap: 2rem;
}.client_feedbackstyle .feedback_storystyle {
    box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.08), 
                -12px -12px 24px rgba(255, 255, 255, 0.8);
    border-radius: 13px;
    overflow: hidden;
    position: relative;
    padding: 1.5rem;
    background: #ffffff;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), 
                box-shadow 0.3s ease-out;
}.client_feedbackstyle .feedback_storystyle:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.1), 
                -15px -15px 30px rgba(255, 255, 255, 1),
                0 10px 20px rgba(rgb(158,172,160,0.5), 0.2);
}.client_feedbackstyle .feedback_storystyle::before {
    top: 0;
    width: 100%;
    position: absolute;
    height: 5px;
    content: "";
    background: linear-gradient(90deg, rgb(158,172,160) 0%, rgb(114,122,114) 100%);
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transform: scaleX(0);
    transform-origin: left;
    left: 0;
}.client_feedbackstyle .feedback_storystyle:hover::before {
    transform: scaleX(1);
}.client_feedbackstyle .feedback_storystyle h3 {
    display: inline-block;
    color: #000000;
    font-weight: 600;
    margin-bottom: 0.75rem;
    font-size: 23px;
    position: relative;
}.client_feedbackstyle .feedback_storystyle h3::after {
    height: 2px;
    width: 30px;
    left: 0;
    transition: width 0.3s ease;
    content: "";
    background: rgb(114,122,114);
    bottom: -5px;
    position: absolute;
}.client_feedbackstyle .feedback_storystyle:hover h3::after {
    width: 100%;
}.client_feedbackstyle .feedback_storystyle .description {
    color: #000000;
    line-height: 1.6;
    font-size: 13px;
    z-index: 1;
    margin-bottom: 1.5rem;
    position: relative;
}.client_feedbackstyle .feedback_storystyle .description::before {
    content: "";
    color: rgb(114,122,114,0.5);
    position: absolute;
    transition: transform 0.4s ease, opacity 0.3s ease;
    left: -1rem;
    top: -2rem;
    z-index: -1;
    opacity: 0.15;
    font-size: 5rem;
}.client_feedbackstyle .feedback_storystyle:hover .description::before {
    transform: translateY(-5px) rotate(-5deg);
    opacity: 0.25;
}.client_feedbackstyle .feedback_storystyle div {
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    transition: transform 0.4s ease;
    box-shadow: 
        inset 4px 4px 8px rgba(0, 0, 0, 0.1),
        inset -4px -4px 8px rgba(255, 255, 255, 0.8),
        4px 4px 10px rgba(0, 0, 0, 0.05);
    width: 70px;
    height: 70px;
}.client_feedbackstyle .feedback_storystyle:hover div {
    transform: scale(1.1) translateX(5px);
}.client_feedbackstyle .feedback_storystyle div::before {
    transition: opacity 0.3s ease;
    width: 100%;
    opacity: 0;
    z-index: 2;
    height: 100%;
    content: "";
    background: radial-gradient(circle at 30% 30%, transparent 0%, rgba(0, 0, 0, 0.2) 100%);
    position: absolute;
}.client_feedbackstyle .feedback_storystyle:hover div::before {
    opacity: 1;
}.client_feedbackstyle .feedback_storystyle div img {
    height: 100%;
    transition: transform 0.5s ease;
    width: 100%;
    object-fit: cover;
}.client_feedbackstyle .feedback_storystyle:hover div img {
    transform: scale(1.1);
}

@media (max-width: 991px) {.client_feedbackstyle {
    padding: 4rem 0;
}.client_feedbackstyle h2 {
    font-size: calc(33px * 0.9);
    margin-bottom: 2.5rem;
}.client_feedbackstyle .learning_feedbackstyle {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1.5rem;
}
}

@media (max-width: 767px) {.client_feedbackstyle {
    padding: 3rem 0;
}.client_feedbackstyle h2 {
    transform: perspective(1000px) rotateX(1deg);
    font-size: calc(33px * 0.8);
    margin-bottom: 2rem;
}.client_feedbackstyle h2::after {
    height: 3px;
    width: 60px;
}.client_feedbackstyle .learning_feedbackstyle {
    gap: 1.25rem;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.client_feedbackstyle .feedback_storystyle {
    padding: 1.25rem;
}
}

@media (max-width: 575px) {.client_feedbackstyle {
    padding: 2.5rem 0;
}.client_feedbackstyle h2 {
    font-size: calc(33px * 0.7);
    transform: none;
    padding: 0 1rem;
}.client_feedbackstyle .learning_feedbackstyle {
    gap: 1.5rem;
    grid-template-columns: 1fr;
    padding: 0 1rem;
}.client_feedbackstyle .feedback_storystyle {
    padding: 1.25rem;
}.client_feedbackstyle .feedback_storystyle:hover {
    transform: translateY(-5px);
}
}

@media (min-width: 1400px) {.client_feedbackstyle h2 {
    font-size: calc(33px * 1.1);
}.client_feedbackstyle .learning_feedbackstyle {
    gap: 2.5rem;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
}.client_feedbackstyle .feedback_storystyle {
    padding: 2rem;
}
}

@media (prefers-reduced-motion: reduce) {.client_feedbackstyle .feedback_storystyle,
    .client_feedbackstyle .feedback_storystyle::before,
    .client_feedbackstyle .feedback_storystyle h3::after,
    .client_feedbackstyle .feedback_storystyle div,
    .client_feedbackstyle .feedback_storystyle div img,
    .client_feedbackstyle .feedback_storystyle .description::before {
    transition: none;
}.client_feedbackstyle .feedback_storystyle:hover {
    transform: none;
}.client_feedbackstyle .feedback_storystyle:hover div {
    transform: none;
}.client_feedbackstyle .feedback_storystyle:hover div img {
    transform: none;
}}.data_explorationstyle {
    background: linear-gradient(135deg, rgb(208,210,182) 0%, rgba(245, 245, 255, 0.95) 100%);
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
}.data_explorationstyle::before {
    height: 70%;
    opacity: 0.07;
    position: absolute;
    content: "";
    transform: rotate(-15deg) skewX(15deg);
    width: 35%;
    z-index: 1;
    background: linear-gradient(165deg, rgb(158,172,160,0.5) 0%, transparent 70%);
    left: -10%;
    top: -15%;
}.data_explorationstyle::after {
    height: 60%;
    transform: rotate(10deg);
    content: "";
    opacity: 0.08;
    bottom: -5%;
    width: 30%;
    right: -5%;
    z-index: 1;
    background: linear-gradient(195deg, rgb(114,122,114,0.5) 0%, transparent 85%);
    position: absolute;
}.data_explorationstyle .container {
    max-width: 1320px;
    padding: 0 20px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}.data_explorationstyle h4 {
    font-size: 18px;
    margin-top: 3rem;
    transform: translateY(20px);
    color: rgb(158,172,160);
    font-weight: 600;
    opacity: 0;
    letter-spacing: 0.5px;
    text-align: center;
    font-family: Arial, sans-serif;
    animation: fadeUp 0.8s ease-out 0.6s forwards;
}.data_explorationstyle ul {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
}.data_explorationstyle .growth_trackstyle {
    opacity: 0;
    animation: fadeUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    position: relative;
    flex: 0 0 calc(25% - 20px);
    animation-delay: calc(0.1s * var(--order));
    padding: 1.75rem 1rem;
    transform: translateY(20px);
}.data_explorationstyle .growth_trackstyle:nth-child(1) {
    --order: 1;
}.data_explorationstyle .growth_trackstyle:nth-child(2) {
    --order: 2;
}.data_explorationstyle .growth_trackstyle:nth-child(3) {
    --order: 3;
}.data_explorationstyle .growth_trackstyle:nth-child(4) {
    --order: 4;
}.data_explorationstyle .growth_trackstyle:nth-child(5) {
    --order: 5;
}.data_explorationstyle .growth_trackstyle:nth-child(6) {
    --order: 6;
}.data_explorationstyle .growth_trackstyle:nth-child(7) {
    --order: 7;
}.data_explorationstyle .growth_trackstyle div {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.6));
    position: relative;
    overflow: hidden;
    justify-content: center;
    box-shadow: 0 8px 20px -12px rgba(0, 0, 0, 0.1), 
                0 1px 3px rgba(0, 0, 0, 0.05);
    height: 100%;
    min-height: 160px;
    flex-direction: column;
    align-items: center;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    padding: 1.75rem;
    display: flex;
}.data_explorationstyle .growth_trackstyle div::before {
    width: 4px;
    content: "";
    transition: height 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    top: 0;
    left: 0;
    position: absolute;
    height: 0;
    background: linear-gradient(to bottom, rgb(158,172,160), rgb(114,122,114));
}.data_explorationstyle .growth_trackstyle:hover div::before {
    height: 100%;
}.data_explorationstyle .growth_trackstyle div::after {
    position: absolute;
    content: "";
    transform: scaleX(0);
    bottom: 0;
    width: 40%;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    height: 2px;
    background: linear-gradient(to right, transparent, rgb(114,122,114,0.5));
    right: 0;
    transform-origin: right;
}.data_explorationstyle .growth_trackstyle:hover div::after {
    transform: scaleX(1);
}.data_explorationstyle .growth_trackstyle p {
    background-clip: text;
    color: transparent;
    transition: transform 0.3s ease;
    font-weight: 700;
    font-family: Arial, sans-serif;
    background: linear-gradient(90deg, rgb(158,172,160), rgb(114,122,114));
    margin: 0 0 0.5rem;
    font-size: calc(30px * 1.2);
    -webkit-background-clip: text;
    color: rgb(158,172,160);
}.data_explorationstyle .growth_trackstyle:hover p {
    transform: translateY(-5px);
}.data_explorationstyle .growth_trackstyle span {
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    font-weight: 400;
    color: #000000;
    margin: 0;
    text-align: center;
    max-width: 90%;
    line-height: 1.4;
    font-size: 13px;
}.data_explorationstyle .growth_trackstyle:hover span {
    color: #000000;
}

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

@media screen and (max-width: 1200px) {.data_explorationstyle .growth_trackstyle {
    flex: 0 0 calc(33.333% - 20px);
}
}

@media screen and (max-width: 992px) {.data_explorationstyle {
    padding: 5rem 0;
}.data_explorationstyle .growth_trackstyle {
    flex: 0 0 calc(50% - 20px);
}.data_explorationstyle .growth_trackstyle div {
    min-height: 150px;
    padding: 1.5rem;
}.data_explorationstyle .growth_trackstyle p {
    font-size: calc(30px * 1.1);
}
}

@media screen and (max-width: 768px) {.data_explorationstyle {
    padding: 4rem 0;
}.data_explorationstyle::before,
    .data_explorationstyle::after {
    width: 50%;
}.data_explorationstyle .growth_trackstyle {
    flex: 0 0 calc(50% - 15px);
}.data_explorationstyle .growth_trackstyle div {
    padding: 1.25rem;
    min-height: 140px;
}.data_explorationstyle h4 {
    margin-top: 2.5rem;
}
}

@media screen and (max-width: 576px) {.data_explorationstyle {
    padding: 3.5rem 0;
}.data_explorationstyle .growth_trackstyle {
    margin-bottom: 5px;
    flex: 0 0 100%;
}.data_explorationstyle .growth_trackstyle div {
    padding: 1.5rem 1rem;
    min-height: auto;
}.data_explorationstyle .growth_trackstyle p {
    font-size: 30px;
}.data_explorationstyle h4 {
    margin-top: 2rem;
    font-size: calc(18px * 0.9);
}}footer {
    position: relative;
    z-index: 1;
}footer::before {
    background: linear-gradient(120deg, rgb(158,172,160) 0%, rgb(114,122,114) 100%);
    right: 0;
    z-index: -2;
    left: 0;
    content: "";
    opacity: 0.85;
    position: absolute;
    top: 0;
    bottom: 0;
}footer::after {
    left: 0;
    bottom: 0;
    content: "";
    top: 0;
    z-index: -1;
    background-image: 
        linear-gradient(to right, rgba(255,255,255,0.07) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(255,255,255,0.07) 1px, transparent 1px);
    background-size: 20px 20px;
    position: absolute;
    right: 0;
}.transcriptstyle {
    color: #ffffff;
    padding: 4rem 0 2.5rem;
    position: relative;
}.transcriptstyle::before {
    opacity: 0.2;
    width: 100%;
    height: 10px;
    top: 0;
    content: "";
    clip-path: polygon(
        0% 0%, 4% 100%, 8% 0%, 12% 100%, 16% 0%, 20% 100%, 
        24% 0%, 28% 100%, 32% 0%, 36% 100%, 40% 0%, 44% 100%, 
        48% 0%, 52% 100%, 56% 0%, 60% 100%, 64% 0%, 68% 100%, 
        72% 0%, 76% 100%, 80% 0%, 84% 100%, 88% 0%, 92% 100%, 
        96% 0%, 100% 100%
    );
    background: #ffffff;
    left: 0;
    position: absolute;
}.transcriptstyle .container {
    flex-wrap: wrap;
    display: flex;
    position: relative;
    justify-content: space-between;
    gap: 3rem;
}.transcriptstyle .company_holder {
    clip-path: polygon(
        0% 0%, 100% 0%, 95% 100%, 5% 100%
    );
    padding: 2.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.1);
    position: relative;
    flex: 1 1 400px;
}.transcriptstyle .company_holder h3 {
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 5% 100%);
    background: rgba(255, 255, 255, 0.15);
    letter-spacing: 1px;
    margin: 0 0 1.5rem;
    color: #ffffff;
    padding: 0.5rem 2rem;
    font-size: 32px;
}.transcriptstyle .music_edustyle {
    clip-path: polygon(3% 0%, 97% 0%, 100% 100%, 0% 100%);
    color: #ffffff;
    line-height: 1.6;
    padding: 1.5rem;
    background: rgba(0, 0, 0, 0.15);
    font-size: 17px;
    margin: 0 1rem;
}.transcriptstyle .footer_benefitstyle {
    min-width: 400px;
    flex: 1 1 calc(100% - 480px);
    gap: 2rem;
    display: flex;
    flex-direction: column;
}.transcriptstyle .site_studystyle {
    gap: 2.5rem;
    display: flex;
    flex-wrap: wrap;
}.transcriptstyle .main_tutorstyle {
    position: relative;
    flex: 1 1 calc(50% - 1.25rem);
    min-width: 200px;
}.transcriptstyle .main_tutorstyle h5 {
    position: relative;
    clip-path: polygon(0% 0%, 95% 0%, 100% 100%, 5% 100%);
    padding: 0.5rem 1.5rem;
    margin: 0 0 1.5rem;
    background: rgba(255, 255, 255, 0.15);
    font-size: 20px;
    display: inline-block;
    font-weight: 600;
    color: #ffffff;
}.transcriptstyle .main_tutorstyle .site_studystyle {
    background: rgba(0, 0, 0, 0.15);
    gap: 0.8rem;
    display: flex;
    padding: 1.5rem;
    flex-direction: column;
    clip-path: polygon(2% 0%, 98% 0%, 100% 95%, 0% 100%);
}.transcriptstyle .main_tutorstyle .site_studystyle a {
    padding: 0.6rem 1rem;
    text-decoration: none;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.05);
    position: relative;
    clip-path: polygon(0% 0%, 97% 0%, 100% 100%, 3% 100%);
    transition: all 0.3s ease;
    font-size: 17px;
    display: block;
}.transcriptstyle .main_tutorstyle .site_studystyle a:hover {
    transform: translateX(5px);
    background: rgba(255, 255, 255, 0.15);
}.transcriptstyle .main_tutorstyle .site_studystyle a::before {
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.3s ease;
    width: 3px;
    position: absolute;
    height: 100%;
    background: #ffffff;
    content: "";
}.transcriptstyle .main_tutorstyle .site_studystyle a:hover::before {
    opacity: 0.7;
}.help_centerstyle {
    clip-path: polygon(0% 20%, 2% 0%, 98% 0%, 100% 20%, 100% 100%, 0% 100%);
    position: relative;
    margin-top: 3rem;
    padding: 2rem 0;
    background: rgba(255, 255, 255, 0.1);
}.help_centerstyle .container {
    align-items: center;
    display: flex;
    justify-content: center;
}.help_centerstyle .volunteerstyle {
    font-size: 16px;
    padding: 0.7rem 2rem;
    text-align: center;
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    clip-path: polygon(5% 0%, 95% 0%, 100% 100%, 0% 100%);
}

@keyframes hexagonPulse {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@media (max-width: 1200px) {.transcriptstyle .container {
    gap: 2rem;
}.transcriptstyle .company_holder {
    flex: 1 1 380px;
}.transcriptstyle .footer_benefitstyle {
    min-width: 380px;
    flex: 1 1 calc(100% - 430px);
}
}

@media (max-width: 992px) {.transcriptstyle {
    padding: 3.5rem 0 2rem;
}.transcriptstyle .container {
    gap: 2.5rem;
    flex-direction: column;
}.transcriptstyle .company_holder,
    .transcriptstyle .footer_benefitstyle {
    flex: 1 1 100%;
    min-width: 100%;
}.transcriptstyle .main_tutorstyle {
    min-width: 200px;
    flex: 1 1 calc(50% - 1.25rem);
}
}

@media (max-width: 768px) {.transcriptstyle {
    padding: 3rem 0 1.5rem;
}.transcriptstyle .company_holder {
    padding: 2rem;
}.transcriptstyle .company_holder h3 {
    font-size: calc(32px - 2px);
}.transcriptstyle .site_studystyle {
    gap: 1.5rem;
}.help_centerstyle {
    margin-top: 2rem;
}
}

@media (max-width: 576px) {.transcriptstyle {
    padding: 2.5rem 0 1rem;
}.transcriptstyle .main_tutorstyle {
    flex: 1 1 100%;
    min-width: 100%;
}.transcriptstyle .site_studystyle {
    gap: 1rem;
}.help_centerstyle {
    clip-path: polygon(0% 10%, 2% 0%, 98% 0%, 100% 10%, 100% 100%, 0% 100%);
    padding: 1.5rem 0;
    margin-top: 1.5rem;
}.transcriptstyle::before {
    height: 5px;
}
}

@media (max-width: 420px) {.transcriptstyle .company_holder {
    padding: 1.5rem;
    clip-path: polygon(0% 0%, 100% 0%, 97% 100%, 3% 100%);
}.transcriptstyle .company_holder h3 {
    padding: 0.4rem 1rem;
}.transcriptstyle .main_tutorstyle h5 {
    padding: 0.4rem 1rem;
}.transcriptstyle .main_tutorstyle .site_studystyle {
    padding: 1rem;
}.transcriptstyle .main_tutorstyle .site_studystyle a:hover {
    transform: translateX(3px);
}.help_centerstyle .volunteerstyle {
    padding: 0.6rem 1.5rem;
    width: 90%;
}}.learning_processstyle {
    background: rgb(208,210,182);
    position: relative;
    isolation: isolate;
    min-height: 70vh;
    overflow: hidden;
}.learning_processstyle::before {
    position: absolute;
    animation: rotateBg 25s linear infinite;
    top: -50%;
    left: -50%;
    z-index: 0;
    width: 200%;
    content: "";
    background: 
        radial-gradient(circle at 30% 30%, rgb(158,172,160,0.5) 0%, transparent 50%),
        radial-gradient(circle at 70% 70%, rgb(114,122,114,0.5) 0%, transparent 50%);
    height: 200%;
}.learning_processstyle::after {
    left: 0;
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    height: 100%;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 20px, rgba(255, 255, 255, 0.03) 20px, rgba(255, 255, 255, 0.03) 40px);
    width: 100%;
}.learning_processstyle .container {
    margin: 0 auto;
    z-index: 2;
    max-width: 1000px;
    padding: 5rem 2rem;
    position: relative;
}.learning_processstyle .corp_culturestyle {
    position: relative;
    justify-content: center;
    display: flex;
    align-items: center;
    padding: 4rem 2rem;
    gap: 2rem;
    flex-direction: column;
}.learning_processstyle .corp_culturestyle::before {
    top: 0;
    width: 120%;
    filter: blur(15px);
    opacity: 0.7;
    position: absolute;
    left: -10%;
    z-index: -1;
    animation: waveEffect 8s ease-in-out infinite;
    height: 30px;
    background: linear-gradient(90deg, transparent, rgb(158,172,160,0.5), transparent);
    content: "";
}.learning_processstyle .corp_culturestyle::after {
    z-index: -1;
    bottom: 0;
    filter: blur(15px);
    position: absolute;
    animation: waveEffect 8s ease-in-out infinite reverse;
    left: -10%;
    opacity: 0.7;
    height: 30px;
    background: linear-gradient(90deg, transparent, rgb(114,122,114,0.5), transparent);
    content: "";
    width: 120%;
}.learning_processstyle h3 {
    transform-style: preserve-3d;
    width: 100%;
    perspective: 500px;
    margin-bottom: 0;
    position: relative;
    padding-bottom: 2rem;
    overflow: hidden;
    text-align: center;
    font-size: 33px;
    font-weight: 700;
    color: rgb(158,172,160);
}.learning_processstyle h3::before {
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    animation: shimmerEffect 5s infinite;
    left: 0;
    transform: translateX(-100%);
    top: 0;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
}.learning_processstyle h3::after {
    left: 0;
    height: 100%;
    content: attr(data-text);
    z-index: -1;
    animation: glowPulse 4s ease-in-out infinite;
    position: absolute;
    opacity: 0;
    top: 0;
    color: transparent;
    text-shadow: 0 0 15px rgb(158,172,160), 0 0 10px rgb(158,172,160);
    transform: translateZ(20px);
    width: 100%;
}.learning_processstyle span {
    color: #000000;
    line-height: 1.8;
    text-align: center;
    position: relative;
    padding: 2rem;
    border-radius: 13px;
    backdrop-filter: blur(5px);
    font-size: 18px;
    display: block;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    z-index: 2;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    animation: floatText 6s ease-in-out infinite;
    max-width: 800px;
}.learning_processstyle span::before {
    top: -50%;
    animation: holographicShine 10s linear infinite;
    transform: rotate(45deg);
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.1) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    content: "";
    width: 200%;
    left: -50%;
    height: 200%;
    z-index: -1;
    position: absolute;
}.learning_processstyle span::after {
    opacity: 0.5;
    bottom: -10px;
    border-radius: 50%;
    content: "";
    filter: blur(10px);
    z-index: -1;
    width: 80%;
    animation: shadowPulse 6s ease-in-out infinite;
    left: 10%;
    background: rgb(114,122,114,0.5);
    height: 10px;
    position: absolute;
}

@keyframes rotateBg {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes waveEffect {
    0%, 100% {
        transform: translateX(-30%) scaleX(1.2);
    }
    50% {
        transform: translateX(30%) scaleX(0.8);
    }
}

@keyframes shimmerEffect {
    0% {
        transform: translateX(-100%);
    }
    20%, 100% {
        transform: translateX(100%);
    }
}

@keyframes glowPulse {
    0%, 100% {
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
}

@keyframes floatText {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@keyframes holographicShine {
    0% {
        transform: rotate(45deg) translateX(-100%);
    }
    100% {
        transform: rotate(45deg) translateX(100%);
    }
}

@keyframes shadowPulse {
    0%, 100% {
        opacity: 0.3;
        transform: scaleX(0.8);
    }
    50% {
        opacity: 0.6;
        transform: scaleX(1.2);
    }
}

@media (max-width: 992px) {.learning_processstyle {
    min-height: 60vh;
}.learning_processstyle .container {
    padding: 4rem 1.5rem;
}.learning_processstyle .corp_culturestyle {
    padding: 3rem 1.5rem;
}.learning_processstyle h3 {
    font-size: calc(33px * 0.9);
    padding-bottom: 1.5rem;
}.learning_processstyle span {
    font-size: calc(18px * 0.95);
    padding: 1.8rem;
}
}

@media (max-width: 768px) {.learning_processstyle {
    min-height: 50vh;
}.learning_processstyle .container {
    padding: 3rem 1.2rem;
}.learning_processstyle .corp_culturestyle {
    padding: 2.5rem 1.2rem;
    gap: 1.5rem;
}.learning_processstyle h3 {
    padding-bottom: 1.2rem;
    font-size: calc(33px * 0.8);
}.learning_processstyle span {
    padding: 1.5rem;
    font-size: calc(18px * 0.9);
    line-height: 1.7;
}
}

@media (max-width: 576px) {.learning_processstyle {
    min-height: 40vh;
}.learning_processstyle .container {
    padding: 2.5rem 1rem;
}.learning_processstyle .corp_culturestyle {
    padding: 2rem 1rem;
    gap: 1.2rem;
}.learning_processstyle h3 {
    padding-bottom: 1rem;
    font-size: calc(33px * 0.7);
}.learning_processstyle span {
    font-size: calc(18px * 0.85);
    padding: 1.2rem;
    line-height: 1.6;
}.learning_processstyle .corp_culturestyle::before,
    .learning_processstyle .corp_culturestyle::after {
    height: 20px;
}}.instructor_historystyle {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(208,210,182) 0%, rgb(158,172,160,0.5) 50%, rgb(208,210,182) 100%);
}.instructor_historystyle::before {
    height: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(158,172,160,0.5) 0,
        rgb(158,172,160,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    position: absolute;
    left: 0;
    content: "";
    opacity: 0.05;
    width: 100%;
    top: 0;
}.instructor_historystyle::after {
    left: 0;
    height: 100%;
    opacity: 0.4;
    background: 
        radial-gradient(circle at 20% 30%, rgb(158,172,160,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(114,122,114,0.5) 0%, transparent 50%);
    position: absolute;
    top: 0;
    content: "";
    width: 100%;
    filter: blur(60px);
}.instructor_historystyle .container {
    padding: 0 15px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    max-width: 1200px;
}.instructor_historystyle .feedback_storystyle {
    position: relative;
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    overflow: hidden;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.9) 0%,
        rgba(255, 255, 255, 0.7) 100%
    );
    backdrop-filter: blur(10px);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    flex-direction: column;
    border-radius: 28px;
    padding: 60px 40px;
}.instructor_historystyle .feedback_storystyle::before {
    transition: opacity 0.6s ease;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.2) 15%,
        rgba(255, 255, 255, 0.3) 50%,
        rgba(255, 255, 255, 0.2) 85%,
        transparent 100%
    );
    content: "";
    inset: 0;
    transform: rotate(-45deg) scale(2);
    z-index: 1;
    opacity: 0;
    position: absolute;
}.instructor_historystyle .feedback_storystyle:hover::before {
    opacity: 1;
    animation: holographic-sweep 1.5s ease infinite;
}@keyframes holographic-sweep {
    0% {
        transform: rotate(-45deg) translateX(-50%) scale(2);
        opacity: 0;
    }
    30% {
        opacity: 0.3;
    }
    70% {
        opacity: 0.3;
    }
    100% {
        transform: rotate(-45deg) translateX(50%) scale(2);
        opacity: 0;
    }
}

.instructor_historystyle .pic_floatstyle {
    height: 180px;
    overflow: hidden;
    transition: all 0.5s ease;
    margin-bottom: 35px;
    position: relative;
    border-radius: 10px;
    width: 180px;
    transform: rotate(-3deg);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.2),
        0 0 0 5px rgba(255, 255, 255, 0.8),
        0 0 0 10px rgb(158,172,160,0.5);
    z-index: 2;
}.instructor_historystyle .pic_floatstyle::before {
    top: 0;
    height: 100%;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.4) 0%,
        transparent 50%,
        rgba(255, 255, 255, 0.4) 100%
    );
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 3;
    content: "";
}.instructor_historystyle .pic_floatstyle::after {
    animation: rotate 15s linear infinite;
    left: -50%;
    height: 200%;
    opacity: 0.15;
    position: absolute;
    content: "";
    z-index: 1;
    background: 
        conic-gradient(
            from 0deg,
            transparent 0deg,
            rgb(158,172,160,0.5) 90deg,
            transparent 180deg,
            rgb(114,122,114,0.5) 270deg,
            transparent 360deg
        );
    width: 200%;
    mix-blend-mode: overlay;
    top: -50%;
}@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.instructor_historystyle .name {
    z-index: 2;
    font-weight: 700;
    color: #000000;
    margin-bottom: 10px;
    position: relative;
    text-align: center;
    font-size: 30px;
}.instructor_historystyle .name::after {
    left: 50%;
    content: "";
    position: absolute;
    height: 2px;
    bottom: -8px;
    width: 70px;
    transform: translateX(-50%);
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgb(158,172,160) 50%,
        transparent 100%
    );
}.instructor_historystyle .feedback_storystyle span:not(.name) {
    position: relative;
    text-align: center;
    z-index: 2;
    margin-bottom: 25px;
    color: rgba(0, 0, 0, 0.5);
    font-size: 19px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
}.instructor_historystyle .emp_itemsstyle {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    z-index: 2;
    background: rgba(255, 255, 255, 0.5);
    color: #000000;
    padding: 25px 30px;
    margin: 0;
    line-height: 1.8;
    border-right: 3px solid rgb(114,122,114);
    font-size: 13px;
    text-align: center;
    backdrop-filter: blur(5px);
    position: relative;
    border-left: 3px solid rgb(158,172,160);
    max-width: 85%;
}.instructor_historystyle .emp_itemsstyle::before,
.instructor_historystyle .emp_itemsstyle::after {
    background: rgb(158,172,160,0.5);
    height: 40px;
    content: "";
    opacity: 0.1;
    position: absolute;
    width: 40px;
}.instructor_historystyle .emp_itemsstyle::before {
    border-top: 3px solid rgb(158,172,160);
    top: -5px;
    border-left: 3px solid rgb(158,172,160);
    left: -5px;
}.instructor_historystyle .emp_itemsstyle::after {
    border-bottom: 3px solid rgb(114,122,114);
    right: -5px;
    bottom: -5px;
    border-right: 3px solid rgb(114,122,114);
}.instructor_historystyle .feedback_storystyle:hover {
    transform: translateY(-10px);
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.2);
}.instructor_historystyle .feedback_storystyle:hover .pic_floatstyle {
    transform: rotate(0deg) scale(1.05);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.3),
        0 0 0 5px rgba(255, 255, 255, 0.9),
        0 0 0 12px rgb(158,172,160,0.5);
}

@media (max-width: 991px) {.instructor_historystyle {
    padding: 80px 0;
}.instructor_historystyle .feedback_storystyle {
    padding: 50px 30px;
}.instructor_historystyle .pic_floatstyle {
    margin-bottom: 30px;
    height: 160px;
    width: 160px;
}.instructor_historystyle .emp_itemsstyle {
    max-width: 90%;
    padding: 20px 25px;
}
}

@media (max-width: 767px) {.instructor_historystyle {
    padding: 60px 0;
}.instructor_historystyle .feedback_storystyle {
    padding: 40px 25px;
}.instructor_historystyle .pic_floatstyle {
    margin-bottom: 25px;
    height: 140px;
    width: 140px;
}.instructor_historystyle .name {
    font-size: calc(30px * 0.9);
}.instructor_historystyle .feedback_storystyle span:not(.name) {
    font-size: calc(19px * 0.95);
    margin-bottom: 20px;
}.instructor_historystyle .emp_itemsstyle {
    font-size: calc(13px * 0.95);
    padding: 18px 20px;
}
}

@media (max-width: 575px) {.instructor_historystyle {
    padding: 50px 0;
}.instructor_historystyle .feedback_storystyle {
    padding: 35px 20px;
}.instructor_historystyle .pic_floatstyle {
    margin-bottom: 20px;
    height: 120px;
    width: 120px;
}.instructor_historystyle .name {
    font-size: calc(30px * 0.8);
}.instructor_historystyle .feedback_storystyle span:not(.name) {
    margin-bottom: 15px;
    font-size: calc(19px * 0.9);
    letter-spacing: 1px;
}.instructor_historystyle .emp_itemsstyle {
    font-size: calc(13px * 0.9);
    padding: 15px;
    max-width: 100%;
}}.privacy_compartmentstyle {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    background-color: rgb(208,210,182);
    padding: 40px;
    font-family: Arial, sans-serif;
}.privacy_compartmentstyle h1 {
    font-size: 48px;
    color: rgb(158,172,160);
    font-weight: 700;
    margin-bottom: 20px;
}.privacy_compartmentstyle h2 {
    margin: 15px 0;
    font-weight: 600;
    color: #000000;
    font-size: 32px;
}.privacy_compartmentstyle ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}.privacy_compartmentstyle li {
    line-height: 1.6;
    font-size: 15px;
    margin-bottom: 10px;
    color: #000000;
}.privacy_compartmentstyle div {
    margin-top: 20px;
}.privacy_compartmentstyle h3, .privacy_compartmentstyle h4, .privacy_compartmentstyle h5, .privacy_compartmentstyle h6 {
    color: #000000;
    margin: 1rem 0;
}
@media only screen and (max-width: 800px) {.privacy_compartmentstyle {
    padding: 20px;
}.privacy_compartmentstyle h1 {
    font-size: calc(18px * 0.8);
}.privacy_compartmentstyle h2 {
    font-size: calc(18px * 0.9);
}.privacy_compartmentstyle li {
    font-size: 15px;
}}.our_storystyle {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.our_storystyle::before {
    background: radial-gradient(ellipse at 70% 50%, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.85) 100%);
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    content: "";
    top: 0;
    bottom: 0;
}.our_storystyle::after {
    height: 200%;
    width: 200%;
    z-index: 2;
    position: absolute;
    animation: rotate 120s linear infinite;
    left: -50%;
    content: "";
    top: -50%;
    background-size: 20px 20px;
    pointer-events: none;
    opacity: 0.3;
    background: radial-gradient(circle at center, rgb(158,172,160,0.5) 0%, transparent 15%);
}.our_storystyle .container {
    z-index: 3;
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.our_storystyle .text_pill_wrapstyle {
    position: relative;
    box-shadow: 0 20px 40px rgba(0,0,0,0.3),
                0 0 0 1px rgba(255,255,255,0.1),
                inset 0 0 0 1px rgba(255,255,255,0.05);
    margin: 0 auto;
    max-width: 900px;
    padding: 40px;
    transition: transform 0.5s cubic-bezier(0.2, 0.85, 0.4, 1);
    backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateX(2deg);
    transform-origin: center bottom;
    background: linear-gradient(135deg, 
        rgba(255,255,255,0.05) 0%, 
        rgba(255,255,255,0.02) 100%);
}.our_storystyle .text_pill_wrapstyle:hover {
    transform: perspective(1000px) rotateX(0deg);
}.our_storystyle .text_pill_wrapstyle > div:first-child {
    margin-bottom: 15px;
    position: relative;
}.our_storystyle .text_pill_wrapstyle > div:first-child::before {
    background: linear-gradient(90deg, transparent, rgb(114,122,114), transparent);
    top: 50%;
    left: -60px;
    content: "";
    transform: translateY(-50%);
    height: 1px;
    position: absolute;
    width: 40px;
}.our_storystyle .text_pill_wrapstyle > div:first-child::after {
    position: absolute;
    content: "";
    top: 50%;
    height: 1px;
    transform: translateY(-50%);
    right: -60px;
    width: 40px;
    background: linear-gradient(90deg, transparent, rgb(114,122,114), transparent);
}.our_storystyle h5 {
    text-align: center;
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 23px;
    color: #ffffff;
    display: inline-block;
    position: relative;
    letter-spacing: 2px;
    padding: 0;
}.our_storystyle h5::after {
    background: linear-gradient(90deg, transparent, rgb(158,172,160), transparent);
    content: "";
    bottom: -8px;
    height: 2px;
    left: 0;
    width: 100%;
    animation: pulse 2s ease-in-out infinite;
    position: absolute;
    transform-origin: center;
}.our_storystyle .text_pill_wrapstyle > div:nth-child(2) {
    text-align: center;
    margin-bottom: 25px;
}.our_storystyle .text_pill_wrapstyle > div:nth-child(2) p {
    font-size: calc(14px * 1.3);
    text-shadow: 0 1px 3px rgba(0,0,0,0.3);
    margin: 0;
    color: #ffffff;
    font-weight: 400;
}.our_storystyle .text_pill_wrapstyle > div:nth-child(2) p b {
    font-weight: 700;
    letter-spacing: 1px;
    color: rgb(158,172,160);
}.our_storystyle ol {
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: relative;
}.our_storystyle ol::before {
    position: absolute;
    height: 100%;
    opacity: 0.1;
    width: 100%;
    content: "";
    background: radial-gradient(circle at center, rgb(114,122,114,0.5) 0%, transparent 70%);
    z-index: -1;
    top: 0;
    left: 0;
}.our_storystyle ol li {
    position: relative;
    animation-delay: 0.5s;
    line-height: 1.8;
    text-align: justify;
    animation: fadeIn 1s ease-out forwards;
    color: #ffffff;
    font-weight: 300;
    opacity: 0;
    font-size: 14px;
}.our_storystyle ol li::first-letter {
    color: rgb(158,172,160);
    font-size: 150%;
    font-weight: 700;
}

@keyframes pulse {
    0%, 100% {
        transform: scaleX(0.8);
        opacity: 0.6;
    }
    50% {
        transform: scaleX(1);
        opacity: 1;
    }
}

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

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

@media (max-width: 991px) {.our_storystyle {
    padding: 80px 0;
}.our_storystyle .text_pill_wrapstyle {
    padding: 30px;
    transform: perspective(1000px) rotateX(1deg);
}.our_storystyle h5 {
    font-size: calc(23px * 0.9);
}
}

@media (max-width: 767px) {.our_storystyle {
    padding: 60px 0;
}.our_storystyle .text_pill_wrapstyle {
    transform: none;
    padding: 25px 20px;
}.our_storystyle .text_pill_wrapstyle > div:first-child::before,
    .our_storystyle .text_pill_wrapstyle > div:first-child::after {
    right: -35px;
    left: -35px;
    width: 25px;
}.our_storystyle h5 {
    font-size: calc(23px * 0.8);
}.our_storystyle .text_pill_wrapstyle > div:nth-child(2) p {
    font-size: 14px;
}.our_storystyle ol li {
    line-height: 1.6;
    font-size: calc(14px * 0.9);
}
}

@media (max-width: 575px) {.our_storystyle {
    padding: 40px 0;
}.our_storystyle .text_pill_wrapstyle {
    padding: 20px 15px;
}.our_storystyle .text_pill_wrapstyle > div:first-child::before,
    .our_storystyle .text_pill_wrapstyle > div:first-child::after {
    display: none;
}.our_storystyle h5 {
    font-size: calc(23px * 0.7);
}.our_storystyle ol li {
    line-height: 1.5;
    text-align: left;
    font-size: calc(14px * 0.85);
}}.pricing_bundlestyle {
    overflow: hidden;
    position: relative;
    padding: 120px 0 140px;
    color: #ffffff;
}.pricing_bundlestyle::before {
    content: "";
    background: linear-gradient(135deg, rgba(25, 35, 60, 0.92), rgba(35, 45, 85, 0.95));
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    left: 0;
}.pricing_bundlestyle .container {
    z-index: 1;
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1320px;
    position: relative;
}.pricing_bundlestyle .pay_optionsstyle {
    position: relative;
}.pricing_bundlestyle .pay_optionsstyle::before {
    right: -80px;
    pointer-events: none;
    background: linear-gradient(225deg, rgb(158,172,160,0.5), transparent);
    position: absolute;
    border-radius: 50%;
    content: "";
    top: -80px;
    width: 200px;
    height: 200px;
    opacity: 0.4;
    filter: blur(60px);
}.pricing_bundlestyle h2 {
    -webkit-background-clip: text !important;
    position: relative;
    text-shadow: 0 2px 15px rgba(255, 255, 255, 0.15);
    background-clip: text !important;
    color: transparent;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 35px;
    background: linear-gradient(90deg, #ffffff, rgba(255, 255, 255, 0.8));
}.pricing_bundlestyle h2::after {
    height: 3px;
    position: absolute;
    left: 0;
    content: "";
    width: 80px;
    bottom: -8px;
    transform-origin: left;
    background: rgb(158,172,160);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: scaleX(1);
}.pricing_bundlestyle h2:hover::after {
    transform: scaleX(1.2);
}.pricing_bundlestyle .value_planstyle {
    font-size: calc(15px + 2px);
    margin-bottom: 50px;
    opacity: 0.9;
    line-height: 1.6;
    font-weight: 300;
    max-width: 700px;
}.pricing_bundlestyle .lesson_ratesstyle {
    padding: 0;
    margin: 0;
    list-style: none;
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.pricing_bundlestyle .lesson_ratesstyle li {
    height: 100%;
    perspective: 1000px;
}.pricing_bundlestyle .learning_feesstyle {
    transform-style: preserve-3d;
    -webkit-backdrop-filter: blur(10px);
    min-height: 400px;
    height: 100%;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 0 3px 10px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    backdrop-filter: blur(10px);
    position: relative;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
    border: 1px solid rgba(255, 255, 255, 0.08);
    display: block;
}.pricing_bundlestyle .learning_feesstyle:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 0 5px 15px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px) rotateX(2deg) rotateY(2deg);
}.pricing_bundlestyle .learning_feesstyle::before {
    height: 100%;
    width: 100%;
    background: linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.05), transparent);
    content: "";
    left: 0;
    top: 0;
    transition: transform 0.8s ease;
    transform: translateX(-100%);
    position: absolute;
    pointer-events: none;
}.pricing_bundlestyle .learning_feesstyle:hover::before {
    transform: translateX(100%);
}.pricing_bundlestyle .learning_feesstyle::after {
    position: absolute;
    border-radius: 50%;
    background: rgb(158,172,160);
    opacity: 0.8;
    left: -5px;
    content: "";
    box-shadow: 0 0 20px 5px rgb(158,172,160,0.5);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    top: -5px;
    width: 10px;
    height: 10px;
}.pricing_bundlestyle .learning_feesstyle:hover::after {
    transform: scale(1.5);
}.pricing_bundlestyle .rate_packagesstyle {
    flex-direction: column;
    display: flex;
    padding: 35px 25px;
    overflow: hidden;
    position: relative;
    height: 100%;
}.pricing_bundlestyle .plan_tablestyle {
    z-index: 2;
    position: relative;
}.pricing_bundlestyle .learning_feesstyle h4 {
    transition: transform 0.3s ease;
    color: #ffffff;
    position: relative;
    font-size: 21px;
    font-weight: 600;
    padding-bottom: 15px;
    margin-bottom: 20px;
}.pricing_bundlestyle .learning_feesstyle:hover h4 {
    transform: translateX(5px);
}.pricing_bundlestyle .learning_feesstyle h4::after {
    background: rgb(158,172,160);
    content: "";
    width: 40px;
    left: 0;
    position: absolute;
    transition: width 0.3s ease;
    bottom: 0;
    height: 2px;
}.pricing_bundlestyle .learning_feesstyle:hover h4::after {
    width: 60px;
}.pricing_bundlestyle .learning_feesstyle p {
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.8);
    max-height: 200px;
    overflow-wrap: break-word;
    font-size: 15px;
    line-height: 1.7;
    padding-right: 10px;
    white-space: normal;
    overflow-y: auto;
    word-break: normal;
}.pricing_bundlestyle .learning_feesstyle p::-webkit-scrollbar {
    width: 4px;
}.pricing_bundlestyle .learning_feesstyle p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.2);
}.pricing_bundlestyle .learning_feesstyle p::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}.pricing_bundlestyle .pricing_feesstyle {
    padding: 10px 25px;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(158,172,160), rgb(114,122,114));
    color: #ffffff;
    font-size: calc(21px + 4px);
    font-weight: 700;
    border-radius: 10px;
    display: inline-block;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}.pricing_bundlestyle .learning_feesstyle:hover .pricing_feesstyle {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}.pricing_bundlestyle .pricing_feesstyle::before {
    position: absolute;
    width: 100%;
    transition: transform 0.6s ease;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.1), transparent);
    left: 0;
    content: "";
    height: 100%;
    transform: skewX(-20deg) translateX(-100%);
    top: 0;
}.pricing_bundlestyle .learning_feesstyle:hover .pricing_feesstyle::before {
    transform: skewX(-20deg) translateX(100%);
}

@media (max-width: 991px) {.pricing_bundlestyle {
    padding: 80px 0 100px;
}.pricing_bundlestyle .lesson_ratesstyle {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.pricing_bundlestyle .learning_feesstyle {
    min-height: 450px;
}.pricing_bundlestyle .rate_packagesstyle {
    padding: 25px 20px;
}.pricing_bundlestyle h2 {
    font-size: calc(35px - 4px);
}.pricing_bundlestyle .value_planstyle {
    font-size: 15px;
    margin-bottom: 40px;
}
}

@media (max-width: 767px) {.pricing_bundlestyle {
    padding: 60px 0 80px;
}.pricing_bundlestyle .lesson_ratesstyle {
    max-width: 400px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.pricing_bundlestyle .learning_feesstyle {
    min-height: auto;
}.pricing_bundlestyle h2 {
    font-size: calc(35px - 8px);
}.pricing_bundlestyle .value_planstyle {
    margin-bottom: 30px;
    font-size: calc(15px - 1px);
}.pricing_bundlestyle .learning_feesstyle p {
    max-height: 150px;
}
}

@media (max-width: 480px) {.pricing_bundlestyle {
    padding: 50px 0 70px;
}.pricing_bundlestyle .rate_packagesstyle {
    padding: 20px 15px;
}.pricing_bundlestyle h2 {
    font-size: calc(35px - 10px);
}.pricing_bundlestyle .pricing_feesstyle {
    padding: 8px 20px;
    font-size: 21px;
}.pricing_bundlestyle .learning_feesstyle h4 {
    margin-bottom: 15px;
    font-size: calc(21px - 2px);
}}.course_offeringstyle {
    position: relative;
    background-color: rgb(208,210,182);
    min-height: 100vh;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    display: flex;
}.course_offeringstyle .education_flowstyle {
    overflow: hidden;
    left: 0;
    position: absolute;
    height: 100%;
    top: 0;
    z-index: 1;
    width: 100%;
}.course_offeringstyle .job_trainingstyle {
    animation: carousel-slide 30s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    height: 100%;
    display: flex;
    width: 500%;
}.course_offeringstyle .education_flowstyle:hover .job_trainingstyle {
    animation-play-state: paused;
}.course_offeringstyle .coding_classstyle {
    overflow: hidden;
    height: 100%;
    width: 20%;
    position: relative;
}.course_offeringstyle .coding_classstyle img {
    height: 100%;
    transform: scale(1.05);
    transition: transform 0.7s ease-out;
    filter: brightness(0.85) contrast(1.1);
    width: 100%;
    object-fit: cover;
}.course_offeringstyle .coding_classstyle:hover img {
    filter: brightness(0.9) contrast(1.05);
    transform: scale(1);
}.course_offeringstyle .coding_classstyle::before {
    position: absolute;
    animation: gradient-shift 8s infinite alternate;
    height: 100%;
    top: 0;
    z-index: 2;
    background: linear-gradient(
        135deg,
        rgba(var(--primary-color, 0, 204, 204), 0.2) 0%,
        rgba(var(--primary-color, 0, 204, 204), 0) 25%,
        rgba(var(--secondary-color, 102, 16, 242), 0) 75%,
        rgba(var(--secondary-color, 102, 16, 242), 0.2) 100%
    );
    left: 0;
    width: 100%;
    content: "";
}.course_offeringstyle .coding_classstyle::after {
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0;
    top: 0;
    content: "";
    position: absolute;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 2px,
            rgba(var(--primary-color, 0, 204, 204), 0.03) 2px,
            rgba(var(--primary-color, 0, 204, 204), 0.03) 4px
        ),
        radial-gradient(
            circle at 80% 20%,
            transparent 0%,
            rgba(0, 0, 0, 0.5) 70%
        );
}.course_offeringstyle .container {
    margin: auto;
    height: 100%;
    justify-content: center;
    position: relative;
    z-index: 2;
    align-items: center;
    display: flex;
    padding: 2rem;
}.course_offeringstyle .corp_culturestyle {
    width: 100%;
    max-width: 800px;
    position: relative;
}.course_offeringstyle .skill_toolstyle {
    text-align: center;
    background: rgba(var(--dark-color, 21, 20, 26), 0.75);
    border-radius: 23px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    transform: translateY(0);
    padding: 4rem;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.3), 
        0 3px 10px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.05) inset;
    backdrop-filter: blur(10px);
}.course_offeringstyle .skill_toolstyle::before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: 
        linear-gradient(
            90deg, 
            transparent 0%,
            rgba(var(--primary-color, 0, 204, 204), 0.05) 25%,
            rgba(var(--secondary-color, 102, 16, 242), 0.05) 75%,
            transparent 100%
        );
    left: 0;
    opacity: 0.7;
    animation: pulse-gradient 8s ease infinite;
    content: "";
}.course_offeringstyle .skill_toolstyle::after {
    transform: translateX(-100%);
    top: 0;
    z-index: -1;
    right: 0;
    background: 
        linear-gradient(
            45deg,
            transparent 40%,
            rgba(var(--primary-color, 0, 204, 204), 0.03) 45%,
            rgba(var(--primary-color, 0, 204, 204), 0.03) 55%,
            transparent 60%
        );
    bottom: 0;
    animation: shine-effect 10s ease-in-out infinite;
    position: absolute;
    content: "";
    left: 0;
}.course_offeringstyle .skill_toolstyle h3 {
    font-weight: 700;
    font-size: 38px;
    margin-bottom: 1.5rem;
    color: #ffffff;
    position: relative;
    display: inline-block;
}.course_offeringstyle .skill_toolstyle h3::after {
    content: "";
    transition: width 0.3s ease;
    left: 50%;
    background: linear-gradient(
        90deg,
        rgb(158,172,160) 0%,
        rgb(114,122,114) 100%
    );
    position: absolute;
    height: 2px;
    bottom: -8px;
    width: 30%;
    transform: translateX(-50%);
}.course_offeringstyle .skill_toolstyle:hover h3::after {
    width: 60%;
}.course_offeringstyle .skill_toolstyle p {
    font-weight: 300;
    color: #ffffff;
    opacity: 0.8;
    font-size: 14px;
    max-width: 90%;
    margin-bottom: 2.5rem;
    line-height: 1.8;
    margin-right: auto;
    margin-left: auto;
}.course_offeringstyle .skill_toolstyle .feedback_messagestyle {
    display: inline-block;
    z-index: 1;
    position: relative;
    background: linear-gradient(
        45deg,
        rgb(158,172,160) 0%,
        rgb(114,122,114) 100%
    );
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    font-weight: 600;
    padding: 1rem 2.5rem;
    text-decoration: none;
    overflow: hidden;
    border-radius: 10px;
    font-size: 19px;
    box-shadow: 0 8px 25px rgb(158,172,160,0.5);
    color: #ffffff;
}.course_offeringstyle .skill_toolstyle .feedback_messagestyle::before {
    opacity: 0;
    left: 0;
    height: 100%;
    transition: opacity 0.3s ease;
    background: linear-gradient(
        45deg,
        rgb(114,122,114) 0%,
        rgb(158,172,160) 100%
    );
    width: 100%;
    position: absolute;
    top: 0;
    content: "";
    z-index: -1;
}.course_offeringstyle .skill_toolstyle .feedback_messagestyle::after {
    content: "";
    left: -50%;
    opacity: 0;
    transform: scale(0);
    height: 200%;
    position: absolute;
    background: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.2) 0%,
        transparent 60%
    );
    transition: transform 0.5s ease, opacity 0.5s ease;
    top: -50%;
    width: 200%;
}.course_offeringstyle .skill_toolstyle .feedback_messagestyle:hover {
    box-shadow: 0 12px 30px rgb(158,172,160,0.5);
    transform: translateY(-3px);
}.course_offeringstyle .skill_toolstyle .feedback_messagestyle:hover::before {
    opacity: 1;
}.course_offeringstyle .skill_toolstyle .feedback_messagestyle:hover::after {
    transform: scale(1);
    animation: ripple-out 1.5s ease;
    opacity: 1;
}@keyframes carousel-slide {
    0% {
        transform: translateX(0);
    }
    18% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(-20%);
    }
    38% {
        transform: translateX(-20%);
    }
    40% {
        transform: translateX(-40%);
    }
    58% {
        transform: translateX(-40%);
    }
    60% {
        transform: translateX(-60%);
    }
    78% {
        transform: translateX(-60%);
    }
    80% {
        transform: translateX(-80%);
    }
    98% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes gradient-shift {
    0% {
        background: linear-gradient(
            135deg,
            rgba(var(--primary-color, 0, 204, 204), 0.2) 0%,
            rgba(var(--primary-color, 0, 204, 204), 0) 25%,
            rgba(var(--secondary-color, 102, 16, 242), 0) 75%,
            rgba(var(--secondary-color, 102, 16, 242), 0.2) 100%
        );
    }
    50% {
        background: linear-gradient(
            135deg,
            rgba(var(--secondary-color, 102, 16, 242), 0.2) 0%,
            rgba(var(--secondary-color, 102, 16, 242), 0) 25%,
            rgba(var(--primary-color, 0, 204, 204), 0) 75%,
            rgba(var(--primary-color, 0, 204, 204), 0.2) 100%
        );
    }
    100% {
        background: linear-gradient(
            135deg,
            rgba(var(--primary-color, 0, 204, 204), 0.2) 0%,
            rgba(var(--primary-color, 0, 204, 204), 0) 25%,
            rgba(var(--secondary-color, 102, 16, 242), 0) 75%,
            rgba(var(--secondary-color, 102, 16, 242), 0.2) 100%
        );
    }
}

@keyframes pulse-gradient {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 0.3;
    }
}

@keyframes shine-effect {
    0% {
        transform: translateX(-100%);
    }
    20%, 100% {
        transform: translateX(100%);
    }
}

@keyframes ripple-out {
    0% {
        opacity: 1;
        transform: scale(0);
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
}

.course_offeringstyle::before {
    position: absolute;
    content: "";
    background: 
        linear-gradient(
            0deg,
            #000000 0%,
            transparent 100%
        );
    left: 0;
    height: 100%;
    opacity: 0.7;
    top: 0;
    z-index: 1;
    width: 100%;
}.course_offeringstyle::after {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background: 
        radial-gradient(
            circle at 75% 25%, 
            transparent 0%,
            #000000 80%
        );
    z-index: 1;
}

@media (max-width: 992px) {.course_offeringstyle .skill_toolstyle {
    padding: 3rem;
}.course_offeringstyle .corp_culturestyle {
    max-width: 700px;
}.course_offeringstyle .skill_toolstyle h3 {
    font-size: calc(38px * 0.9);
}.course_offeringstyle .skill_toolstyle p {
    max-width: 95%;
}
}

@media (max-width: 768px) {.course_offeringstyle .skill_toolstyle {
    padding: 2.5rem;
}.course_offeringstyle .corp_culturestyle {
    max-width: 90%;
}.course_offeringstyle .skill_toolstyle h3 {
    font-size: calc(38px * 0.8);
    margin-bottom: 1.2rem;
}.course_offeringstyle .skill_toolstyle p {
    font-size: calc(14px * 0.95);
    margin-bottom: 2rem;
}.course_offeringstyle .skill_toolstyle .feedback_messagestyle {
    padding: 0.85rem 2rem;
}
}

@media (max-width: 576px) {.course_offeringstyle .job_trainingstyle {
    animation-duration: 25s;
}.course_offeringstyle .skill_toolstyle {
    padding: 2rem 1.5rem;
}.course_offeringstyle .skill_toolstyle h3 {
    font-size: calc(38px * 0.7);
    margin-bottom: 1rem;
}.course_offeringstyle .skill_toolstyle p {
    font-size: calc(14px * 0.9);
    max-width: 100%;
    margin-bottom: 1.5rem;
}.course_offeringstyle .skill_toolstyle .feedback_messagestyle {
    padding: 0.75rem 1.75rem;
    font-size: calc(19px * 0.9);
}@keyframes carousel-slide {
        0% {
            transform: translateX(0);
        }
        20% {
            transform: translateX(0);
        }
        25% {
            transform: translateX(-20%);
        }
        45% {
            transform: translateX(-20%);
        }
        50% {
            transform: translateX(-40%);
        }
        70% {
            transform: translateX(-40%);
        }
        75% {
            transform: translateX(-60%);
        }
        95% {
            transform: translateX(-60%);
        }
        100% {
            transform: translateX(0);
        }
    }
}

.course_offeringstyle .coding_classstyle:nth-child(1)::before {
    animation-delay: 0s;
}.course_offeringstyle .coding_classstyle:nth-child(2)::before {
    animation-delay: 2s;
}.course_offeringstyle .coding_classstyle:nth-child(3)::before {
    animation-delay: 4s;
}.course_offeringstyle .coding_classstyle:nth-child(4)::before {
    animation-delay: 6s;
}.course_offeringstyle .coding_classstyle:nth-child(5)::before {
    animation-delay: 8s;
}.course_offeringstyle .coding_classstyle::after {
    animation: tech-grid 15s linear infinite;
}@keyframes tech-grid {
    0% {
        opacity: 0.4;
        background-position: 0% 0%;
    }
    50% {
        opacity: 0.6;
        background-position: 100% 100%;
    }
    100% {
        opacity: 0.4;
        background-position: 0% 0%;
    }
}.our_infostyle {
    position: relative;
    overflow: hidden;
    background: linear-gradient(120deg, rgb(208,210,182) 0%, #ffffff 100%);
    padding: 80px 0;
}.our_infostyle::before {
    top: 0;
    background-image: repeating-linear-gradient(
        45deg,
        rgb(158,172,160,0.5) 0,
        rgb(158,172,160,0.5) 1px,
        transparent 1px,
        transparent 50px
    );
    z-index: 1;
    position: absolute;
    left: 0;
    height: 100%;
    content: '';
    width: 100%;
    opacity: 0.04;
}.our_infostyle .container {
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
    max-width: 1200px;
}.our_infostyle .send_querystyle {
    border-radius: 19px;
    z-index: 2;
    position: relative;
    background: transparent;
}.our_infostyle h3 {
    color: #000000;
    font-size: 35px;
    font-family: Arial, sans-serif;
    display: inline-block;
    margin-bottom: 15px;
    position: relative;
    font-weight: 700;
}.our_infostyle h3::after {
    content: '';
    left: 0;
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(158,172,160), rgb(114,122,114));
    height: 3px;
    bottom: -5px;
    width: 100%;
    position: absolute;
}.our_infostyle .contact_liststyle {
    line-height: 1.6;
    max-width: 700px;
    font-size: 12px;
    margin-bottom: 50px;
    color: #000000;
}.our_infostyle .write_formstyle {
    position: relative;
    display: grid;
    border-radius: 19px;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.05);
    padding: 40px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    background: #ffffff;
    gap: 30px;
}.our_infostyle .write_formstyle::before {
    background-size: 30px 30px;
    opacity: 0.15;
    width: 100%;
    border-radius: 19px;
    z-index: -1;
    background: 
        linear-gradient(135deg, transparent 49.5%, rgb(158,172,160,0.5) 49.5%, rgb(158,172,160,0.5) 50.5%, transparent 50.5%),
        linear-gradient(45deg, transparent 49.5%, rgb(114,122,114,0.5) 49.5%, rgb(114,122,114,0.5) 50.5%, transparent 50.5%);
    left: 0;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
}.our_infostyle .write_formstyle > span {
    transition: transform 0.3s ease;
    position: relative;
    padding-left: 35px;
}.our_infostyle .write_formstyle > span:hover {
    transform: translateX(5px);
}.our_infostyle .write_formstyle > span p {
    color: #000000;
    margin-bottom: 3px;
    font-size: 12px;
    font-weight: 600;
    margin: 0;
}.our_infostyle .write_formstyle > span > span {
    font-size: 12px;
    display: block;
    color: #000000;
}.our_infostyle .write_formstyle > span a {
    transition: color 0.3s ease;
    position: relative;
    color: rgb(158,172,160);
    font-weight: 600;
    text-decoration: none;
}.our_infostyle .write_formstyle > span a::after {
    bottom: -2px;
    position: absolute;
    left: 0;
    transition: width 0.3s ease;
    width: 0;
    content: '';
    height: 1px;
    background: rgb(114,122,114);
}.our_infostyle .write_formstyle > span a:hover {
    color: rgb(114,122,114);
}.our_infostyle .write_formstyle > span a:hover::after {
    width: 100%;
}.our_infostyle .write_formstyle > span svg {
    height: 24px;
    position: absolute;
    stroke-linejoin: round;
    fill: none;
    top: 0;
    left: 0;
    transition: transform 0.3s ease;
    width: 24px;
    stroke-width: 2px;
    stroke: rgb(158,172,160);
    stroke-linecap: round;
}.our_infostyle .write_formstyle > span:nth-child(even) svg {
    stroke: rgb(114,122,114);
}.our_infostyle .write_formstyle > span:hover svg {
    transform: scale(1.1);
}.our_infostyle .write_formstyle > span svg path {
    transition: stroke-dasharray 0.3s ease;
}.our_infostyle .write_formstyle > span:hover svg path {
    animation: dash 1.5s linear infinite;
    stroke-dasharray: 5;
}@keyframes dash {
    to {
        stroke-dashoffset: 10;
    }
}

.our_infostyle .contact_supportstyle {
    margin-top: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    grid-column: 1 / -1;
    padding-top: 30px;
}.our_infostyle .contact_supportstyle h4 {
    font-size: 18px;
    margin-right: 20px;
    position: relative;
    color: #000000;
    display: inline-block;
    font-weight: 600;
}.our_infostyle .contact_supportstyle h4::after {
    content: '';
    background: rgb(114,122,114);
    left: 0;
    position: absolute;
    height: 2px;
    bottom: -5px;
    width: 40px;
}.our_infostyle .contact_supportstyle span {
    padding: 8px 15px;
    font-size: 12px;
    margin-bottom: 10px;
    background: rgb(208,210,182);
    border-radius: 10px;
    margin-right: 10px;
    color: #000000;
    transition: transform 0.3s ease, background-color 0.3s ease;
    display: inline-block;
}.our_infostyle .contact_supportstyle span:hover {
    background-color: rgb(158,172,160,0.5);
    transform: translateY(-3px);
}.our_infostyle .contact_supportstyle svg {
    height: 18px;
    stroke-width: 2px;
    vertical-align: middle;
    stroke-linecap: round;
    width: 18px;
    stroke-linejoin: round;
    margin-right: 5px;
    stroke: rgb(114,122,114);
    fill: none;
}.our_infostyle .contact_supportstyle span:hover svg {
    animation: rotate 1s ease-in-out;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 991px) {.our_infostyle .contact_supportstyle h4 {
    margin-bottom: 20px;
    width: 100%;
}.our_infostyle {
    padding: 70px 0;
}.our_infostyle .write_formstyle {
    padding: 30px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
}.our_infostyle h3 {
    font-size: calc(35px - 2px);
}.our_infostyle .write_formstyle > span svg {
    height: 22px;
    width: 22px;
}
}

@media (max-width: 767px) {.our_infostyle {
    padding: 60px 0;
}.our_infostyle .write_formstyle {
    gap: 20px;
    grid-template-columns: 1fr;
    padding: 25px;
}.our_infostyle h3 {
    font-size: calc(35px - 4px);
}.our_infostyle .contact_liststyle {
    margin-bottom: 35px;
}.our_infostyle .contact_supportstyle span {
    padding: 6px 12px;
    margin-bottom: 8px;
    margin-right: 8px;
}.our_infostyle .write_formstyle > span svg {
    height: 20px;
    width: 20px;
}.our_infostyle .contact_supportstyle svg {
    height: 16px;
    width: 16px;
}
}

@media (max-width: 479px) {.our_infostyle {
    padding: 50px 0;
}.our_infostyle .write_formstyle {
    gap: 15px;
    padding: 20px;
}.our_infostyle h3 {
    font-size: calc(35px - 6px);
}.our_infostyle .contact_liststyle {
    margin-bottom: 30px;
    font-size: calc(12px - 1px);
}.our_infostyle .write_formstyle > span {
    padding-left: 25px;
}.our_infostyle .write_formstyle > span::before {
    width: 15px;
}.our_infostyle .contact_supportstyle {
    padding-top: 20px;
}.our_infostyle .contact_supportstyle h4 {
    margin-bottom: 15px;
    font-size: calc(18px - 2px);
}.our_infostyle .contact_supportstyle span {
    padding: 5px 10px;
    font-size: calc(12px - 1px);
    margin-bottom: 5px;
    margin-right: 5px;
}.our_infostyle .write_formstyle > span svg {
    width: 18px;
    height: 18px;
}.our_infostyle .contact_supportstyle svg {
    height: 14px;
    width: 14px;
}
}

@media (hover: none) {.our_infostyle .write_formstyle > span:hover {
    transform: none;
}.our_infostyle .contact_supportstyle span:hover {
    background-color: rgb(208,210,182);
    transform: none;
}.our_infostyle .write_formstyle > span a:hover {
    color: rgb(158,172,160);
}.our_infostyle .write_formstyle > span a:hover::after {
    width: 0;
}.our_infostyle .write_formstyle > span:hover svg {
    transform: none;
}.our_infostyle .write_formstyle > span:hover svg path {
    stroke-dasharray: none;
    animation: none;
}.our_infostyle .contact_supportstyle span:hover svg {
    animation: none;
}}.contactstyle {
    overflow: hidden;
    padding: 90px 0;
    background: linear-gradient(120deg, rgb(208,210,182) 0%, #1a1e2e 100%);
    position: relative;
}.contactstyle::before {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
    background: 
        radial-gradient(circle at 20% 50%, rgba(0, 0, 0, 0.4) 0%, transparent 40%),
        linear-gradient(0deg, transparent 80%, rgba(rgb(158,172,160), 0.05) 100%);
    z-index: 0;
    content: "";
}.contactstyle::after {
    position: absolute;
    background: 
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 20px);
    left: 0;
    content: "";
    height: 100px;
    width: 100%;
    z-index: 1;
    bottom: 0;
}.contactstyle .container {
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}.contactstyle h2 {
    letter-spacing: 2px;
    position: relative;
    margin-bottom: 70px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    font-size: 34px;
    color: #ffffff;
}.contactstyle h2::before {
    bottom: -20px;
    background: rgb(158,172,160);
    left: calc(50% - 50px);
    width: 30px;
    position: absolute;
    height: 2px;
    content: "";
}.contactstyle h2::after {
    background: rgb(158,172,160);
    width: 70px;
    position: absolute;
    left: calc(50% - 10px);
    content: "";
    height: 2px;
    bottom: -20px;
}.contactstyle .help_inquirystyle {
    background: rgba(0, 0, 0, 0.2);
    grid-template-columns: 6fr 4fr;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
    border-radius: 21px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    display: grid;
    overflow: hidden;
    backdrop-filter: blur(10px);
}.contactstyle .pic_floatstyle {
    min-height: 100%;
    position: relative;
}.contactstyle .pic_floatstyle::before {
    height: 100%;
    width: 100%;
    left: 0;
    position: absolute;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
    content: "";
    top: 0;
    z-index: 1;
}.contactstyle .pic_floatstyle::after {
    animation: scanLines 5s linear infinite;
    position: absolute;
    content: "";
    top: 0;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(rgb(158,172,160), 0.1) 10px, rgba(rgb(158,172,160), 0.1) 11px);
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
}@keyframes scanLines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.contactstyle .message_messagestyle {
    position: relative;
    padding: 50px;
}.contactstyle .message_messagestyle::before {
    content: "";
    left: 0;
    top: 0;
    background: radial-gradient(circle at 50% 30%, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}.contactstyle #contact {
    display: flex;
    gap: 25px;
    flex-direction: column;
}.contactstyle h3 {
    color: #ffffff;
    font-weight: 700;
    position: relative;
    letter-spacing: 1px;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 30px;
    display: inline-block;
}.contactstyle h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    background: rgb(158,172,160);
    width: 50px;
    height: 2px;
}.contactstyle input[type="text"] {
    font-size: 14px;
    transition: all 0.3s ease;
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    width: 100%;
    padding: 16px 20px;
    color: #ffffff;
    position: relative;
}.contactstyle input[type="text"]:focus {
    box-shadow: 0 0 15px rgba(rgb(158,172,160), 0.2);
    background: rgba(0, 0, 0, 0.3);
    outline: none;
    border-color: rgb(158,172,160);
}.contactstyle input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}.contactstyle .connect_liststyle {
    align-items: flex-start;
    display: flex;
    margin-top: 5px;
    gap: 12px;
}.contactstyle .connect_liststyle input[type="checkbox"] {
    height: 24px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 2px;
    appearance: none;
    width: 24px;
    background: rgba(0, 0, 0, 0.2);
    position: relative;
    cursor: pointer;
    border-radius: 3px;
}.contactstyle .connect_liststyle input[type="checkbox"]:checked {
    background: rgb(158,172,160);
    border-color: rgb(158,172,160);
}.contactstyle .connect_liststyle input[type="checkbox"]:checked::after {
    width: 6px;
    left: 9px;
    border: solid #ffffff;
    content: "";
    transform: rotate(45deg);
    border-width: 0 2px 2px 0;
    top: 6px;
    position: absolute;
    height: 10px;
}.contactstyle .connect_liststyle label {
    font-size: calc(14px - 2px);
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5;
}.contactstyle .connect_liststyle a {
    position: relative;
    color: rgb(158,172,160);
    text-decoration: none;
    transition: all 0.3s ease;
}.contactstyle .connect_liststyle a:hover {
    color: #ffffff;
}.contactstyle .connect_liststyle a::after {
    width: 100%;
    left: 0;
    content: "";
    position: absolute;
    background: rgb(158,172,160);
    height: 1px;
    transition: all 0.3s ease;
    bottom: -2px;
}.contactstyle .connect_liststyle a:hover::after {
    background: #ffffff;
}.contactstyle .feedback_messagestyle {
    color: #ffffff;
    font-weight: 600;
    padding: 16px 35px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    align-self: flex-start;
    border-radius: 10px;
    background: rgb(158,172,160);
    border: none;
    transition: all 0.3s ease;
    font-size: 14px;
    overflow: hidden;
    position: relative;
    letter-spacing: 1px;
    margin-top: 10px;
    cursor: pointer;
    text-transform: uppercase;
}.contactstyle .feedback_messagestyle::before {
    left: -100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
    width: 100%;
    top: 0;
    content: "";
    transition: all 0.5s ease;
}.contactstyle .feedback_messagestyle:hover {
    transform: translateY(-3px);
    background: rgb(114,122,114);
}.contactstyle .feedback_messagestyle:hover::before {
    left: 100%;
}.contactstyle svg {
    transition: all 0.3s ease;
    fill: rgb(158,172,160);
    filter: drop-shadow(0 0 5px rgba(rgb(158,172,160), 0.5));
    height: 22px;
    width: 22px;
}.contactstyle svg path {
    transition: all 0.3s ease;
    fill: rgb(158,172,160);
}.contactstyle svg:hover {
    transform: scale(1.1);
    fill: #ffffff;
}.contactstyle svg:hover path {
    fill: #ffffff;
}

@media (max-width: 992px) {.contactstyle {
    padding: 70px 0;
}.contactstyle .help_inquirystyle {
    grid-template-columns: 1fr;
}.contactstyle .pic_floatstyle {
    min-height: 300px;
}.contactstyle .message_messagestyle {
    padding: 40px 30px 50px;
}
}

@media (max-width: 768px) {.contactstyle {
    padding: 50px 0;
}.contactstyle h2 {
    margin-bottom: 50px;
    font-size: calc(34px - 4px);
}.contactstyle .pic_floatstyle {
    min-height: 250px;
}
}

@media (max-width: 576px) {.contactstyle {
    padding: 40px 0;
}.contactstyle .container {
    padding: 0 15px;
}.contactstyle h2 {
    margin-bottom: 40px;
    font-size: calc(34px - 6px);
}.contactstyle h2::before {
    left: calc(50% - 35px);
    width: 20px;
}.contactstyle h2::after {
    width: 50px;
}.contactstyle .message_messagestyle {
    padding: 30px 20px 40px;
}.contactstyle #contact {
    gap: 20px;
}.contactstyle .feedback_messagestyle {
    width: 100%;
}.contactstyle .pic_floatstyle {
    min-height: 200px;
}}.gratBoxstyle {
    padding: 4rem 2rem;
    position: relative;
    overflow: hidden;
    box-shadow: 
        inset 12px 12px 24px rgba(255, 255, 255, 0.8),
        inset -12px -12px 24px rgba(70, 70, 80, 0.05);
    background: linear-gradient(145deg, rgb(208,210,182), #f8f9fd);
}.gratBoxstyle::before {
    transform: rotate(-15deg);
    height: 70%;
    pointer-events: none;
    filter: blur(80px);
    position: absolute;
    opacity: 0.2;
    top: -10%;
    z-index: 0;
    background: linear-gradient(120deg, rgb(158,172,160,0.5), rgb(114,122,114,0.5));
    content: "";
    width: 40%;
    right: -5%;
}.gratBoxstyle::after {
    opacity: 0.15;
    filter: blur(70px);
    z-index: 0;
    content: "";
    pointer-events: none;
    transform: rotate(20deg);
    height: 60%;
    background: linear-gradient(220deg, rgb(114,122,114,0.5), rgb(158,172,160,0.5));
    position: absolute;
    width: 30%;
    left: -5%;
    bottom: -10%;
}.gratBoxstyle .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}.gratBoxstyle h2 {
    line-height: 1.3;
    position: relative;
    text-align: center;
    transform: translateY(0);
    opacity: 1;
    margin-bottom: 2.5rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #000000;
    font-size: 36px;
    animation: fadeInDown 0.8s ease-out forwards;
}.gratBoxstyle h2::after {
    width: 80px;
    height: 3px;
    border-radius: 10px;
    left: 50%;
    background: linear-gradient(90deg, rgb(158,172,160), rgb(114,122,114));
    content: "";
    position: absolute;
    bottom: -0.8rem;
    transform: translateX(-50%);
}.gratBoxstyle .corp_culturestyle {
    border-radius: 12px;
    background: #ffffff;
    padding: 2.5rem;
    position: relative;
    transform: translateY(0);
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    opacity: 0;
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.05),
        -20px -20px 60px rgba(255, 255, 255, 0.9),
        inset 4px 4px 20px rgba(255, 255, 255, 0.9),
        inset -4px -4px 10px rgba(0, 0, 0, 0.03);
}.gratBoxstyle .corp_culturestyle::before {
    position: absolute;
    width: 100%;
    border-radius: inherit;
    top: 0;
    content: "";
    left: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgba(rgb(158,172,160,0.5), 0.03) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgba(rgb(114,122,114,0.5), 0.03) 0%, transparent 30%);
    z-index: -1;
    height: 100%;
}.gratBoxstyle ul {
    list-style: none;
    margin: 0;
    padding: 0;
}.gratBoxstyle li {
    margin-bottom: 0.5rem;
    position: relative;
    padding-left: 1.5rem;
}.gratBoxstyle li:last-child {
    margin-bottom: 0;
}.gratBoxstyle li::before {
    width: 8px;
    border-radius: 50%;
    animation: scaleIn 0.4s ease-out 0.8s forwards;
    background: linear-gradient(135deg, rgb(158,172,160), rgb(114,122,114));
    content: "";
    height: 8px;
    transform: scale(0);
    left: 0;
    top: 0.6rem;
    position: absolute;
}.gratBoxstyle li span {
    display: block;
    transform: translateX(0);
    opacity: 0;
    font-size: 14px;
    font-family: Arial, sans-serif;
    color: #000000;
    line-height: 1.7;
    animation: fadeInRight 0.7s ease-out 0.6s forwards;
    font-weight: 400;
}

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

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

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

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

@media (max-width: 991px) {.gratBoxstyle {
    padding: 3rem 1.5rem;
}.gratBoxstyle h2 {
    margin-bottom: 2rem;
    font-size: calc(36px * 0.9);
}.gratBoxstyle .corp_culturestyle {
    padding: 2rem;
}
}

@media (max-width: 767px) {.gratBoxstyle {
    padding: 2.5rem 1.25rem;
}.gratBoxstyle h2 {
    font-size: calc(36px * 0.8);
    margin-bottom: 1.8rem;
    line-height: 1.4;
}.gratBoxstyle h2::after {
    width: 60px;
}.gratBoxstyle .corp_culturestyle {
    padding: 1.5rem;
}.gratBoxstyle li span {
    font-size: calc(14px * 0.95);
    line-height: 1.6;
}
}

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