* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}.container {
    width: 1163px;
    margin: auto;
    max-width: 100%;
}.head-section-style {
    flex: 1 0 auto;
}.reg-remind-style {
    flex: 0 0 auto;
}html,body {
    scroll-snap-type: none;
    font-family: Arial, sans-serif;
    auto
contain
touch-action: none;
    min-height: 100%;
    auto;
    color: #000000;
    height: 100%;
}.grid-container-style {
    flex-direction: column;
    display: flex;
    min-height: 100%;
    height: 100%;
}a {
    text-decoration: none;
    color: inherit;
}svg {
    width: 30px;
    height: 30px;
}header,footer {
    width: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.program-structure-style {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(200,195,195) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
    padding: 120px 0;
}.program-structure-style::before {
    opacity: 0.3;
    width: 200px;
    top: -50px;
    background: radial-gradient(circle, rgb(168,162,162,0.5) 0%, transparent 70%);
    position: absolute;
    border-radius: 50%;
    content: "";
    height: 200px;
    right: -50px;
    animation: floatEffect 15s infinite alternate ease-in-out;
}.program-structure-style::after {
    content: "";
    width: 150px;
    opacity: 0.2;
    left: -30px;
    bottom: -30px;
    background: radial-gradient(circle, rgb(137,130,130,0.5) 0%, transparent 70%);
    position: absolute;
    animation: floatEffect 12s infinite alternate-reverse ease-in-out;
    height: 150px;
}.program-structure-style .container {
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
    z-index: 2;
    margin: 0 auto;
}.program-structure-style .learn-professional-style {
    perspective: 1000px;
    display: grid;
    position: relative;
    gap: 40px;
    transform-style: preserve-3d;
    grid-template-columns: 1fr;
}.program-structure-style .img-hover-style {
    transition: transform 0.5s ease-out;
    overflow: hidden;
    position: relative;
    height: 350px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translateZ(20px) rotateX(2deg);
}.program-structure-style .img-hover-style::before {
    mix-blend-mode: overlay;
    position: absolute;
    width: 100%;
    top: 0;
    background: linear-gradient(to right, rgb(168,162,162,0.5) 0%, transparent 50%);
    opacity: 0.6;
    left: 0;
    content: "";
    height: 100%;
}.program-structure-style .img-hover-style::after {
    animation: orbitEffect 20s infinite linear;
    position: absolute;
    left: -50%;
    width: 200%;
    top: -50%;
    content: "";
    background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, transparent 10%);
    height: 200%;
}.program-structure-style .text-element-style {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
    backdrop-filter: blur(5px);
    transform: translateZ(10px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    transition: transform 0.4s ease-out;
    padding: 30px;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.08);
}.program-structure-style .text-element-style:hover {
    transform: translateZ(15px);
}.program-structure-style h3 {
    color: rgb(168,162,162);
    margin-bottom: 25px;
    position: relative;
    letter-spacing: 0.5px;
    font-size: calc(19px * 1.1);
    line-height: 1.4;
    font-weight: 600;
}.program-structure-style h3::after {
    left: 0;
    background: linear-gradient(90deg, rgb(168,162,162) 0%, rgb(137,130,130) 100%);
    transition: transform 0.4s ease-out;
    height: 3px;
    transform: scaleX(1);
    position: absolute;
    bottom: -10px;
    content: "";
    transform-origin: left;
    width: 60px;
}.program-structure-style .text-element-style:hover h3::after {
    transform: scaleX(1.5);
}.program-structure-style .description {
    overflow-y: auto;
    margin-bottom: 20px;
    font-size: 17px;
    max-height: 300px;
    color: #000000;
    line-height: 1.8;
    scrollbar-color: rgb(137,130,130,0.5) transparent;
    scrollbar-width: thin;
    position: relative;
}.program-structure-style .description::-webkit-scrollbar {
    width: 6px;
}.program-structure-style .description::-webkit-scrollbar-track {
    background: transparent;
}.program-structure-style .description::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background-color: rgb(137,130,130,0.5);
}.program-structure-style p.description {
    display: block;
}.program-structure-style span.description {
    display: none;
}.program-structure-style .learn-professional-style div {
    position: relative;
}

@keyframes floatEffect {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(20px, 20px);
    }
}

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

@media (min-width: 768px) {.program-structure-style .learn-professional-style {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 60px;
}.program-structure-style .img-hover-style {
    transform: translateZ(30px) rotateY(-3deg);
    height: 450px;
}.program-structure-style h3 {
    margin-bottom: 30px;
    font-size: 38px;
}.program-structure-style h3::after {
    width: 80px;
}.program-structure-style .description {
    max-height: 350px;
}
}

@media (min-width: 992px) {.program-structure-style {
    padding: 150px 0;
}.program-structure-style .container {
    padding: 0 40px;
}.program-structure-style .learn-professional-style {
    gap: 80px;
}.program-structure-style .img-hover-style {
    height: 500px;
    transform: translateZ(40px) rotateY(-5deg);
}.program-structure-style .text-element-style {
    transform: translateZ(20px) rotateY(2deg);
    padding: 40px;
}.program-structure-style .text-element-style:hover {
    transform: translateZ(25px) rotateY(2deg);
}.program-structure-style .description {
    max-height: 400px;
    font-size: calc(17px * 1.05);
    line-height: 1.9;
}
}

@media (min-width: 1200px) {.program-structure-style .img-hover-style {
    height: 550px;
}.program-structure-style .learn-professional-style {
    gap: 100px;
}.program-structure-style .description {
    max-height: 450px;
}
}

@media (max-width: 767px) {.program-structure-style {
    padding: 80px 0;
}.program-structure-style .container {
    padding: 0 15px;
}.program-structure-style .text-element-style {
    padding: 25px 20px;
}.program-structure-style h3 {
    margin-bottom: 20px;
    font-size: 16px;
}.program-structure-style .description {
    max-height: 250px;
    line-height: 1.7;
    font-size: calc(17px * 0.95);
}}.contact-us-style {
    overflow: hidden;
    background: linear-gradient(90deg, #ffffff 50%, rgb(200,195,195) 50%);
    padding: 100px 0;
    position: relative;
}.contact-us-style::before {
    top: 0;
    background-size: 60px 60px;
    width: 100%;
    content: "";
    z-index: 0;
    left: 0;
    position: absolute;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 20%, rgba(0, 0, 0, 0.02) 0%, transparent 20%),
        radial-gradient(circle at 80% 80%, rgba(0, 0, 0, 0.02) 0%, transparent 20%);
}.contact-us-style .container {
    z-index: 1;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
}.contact-us-style h2 {
    font-size: 30px;
    color: rgb(168,162,162);
    font-weight: 700;
    text-align: center;
    margin-bottom: 60px;
    position: relative;
}.contact-us-style h2::after {
    transform: translateX(-50%);
    left: 50%;
    height: 3px;
    position: absolute;
    bottom: -15px;
    background: rgb(168,162,162);
    width: 60px;
    content: "";
}.contact-us-style .inquiry-map-style {
    display: flex;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    position: relative;
    border-radius: 16px;
}.contact-us-style .inquiry-map-style::before {
    background: linear-gradient(90deg, rgb(168,162,162), rgb(137,130,130));
    height: 5px;
    position: absolute;
    width: 100%;
    left: 0;
    content: "";
    top: 0;
}.contact-us-style .img-hover-style {
    min-height: 550px;
    position: relative;
    flex: 0 0 50%;
    transition: all 0.5s ease;
}.contact-us-style .img-hover-style::after {
    position: absolute;
    left: 0;
    width: 100%;
    content: "";
    top: 0;
    background: linear-gradient(45deg, rgb(168,162,162,0.5), transparent);
    height: 100%;
}.contact-us-style .help-info-style {
    background: #ffffff;
    flex: 0 0 50%;
    position: relative;
    padding: 60px 50px;
}.contact-us-style .help-info-style::before {
    background: rgb(200,195,195);
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    position: absolute;
    width: 10px;
}.contact-us-style #contact {
    display: flex;
    gap: 30px;
    flex-direction: column;
}.contact-us-style h3 {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    font-size: 21px;
    color: #000000;
    padding-bottom: 10px;
    font-weight: 600;
}.contact-us-style h3::after {
    left: 0;
    position: absolute;
    width: 100%;
    bottom: 0;
    background: rgb(168,162,162,0.5);
    height: 2px;
    content: "";
}.contact-us-style input[type="text"] {
    padding: 18px 20px;
    transition: all 0.3s ease;
    background: #ffffff;
    font-size: 16px;
    color: #000000;
    border-radius: 10px;
    border: 2px solid rgb(200,195,195);
    width: 100%;
}.contact-us-style input[type="text"]:focus {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-color: rgb(168,162,162);
    outline: none;
}.contact-us-style input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.6;
}.contact-us-style .inquiry-reach-style {
    display: flex;
    align-items: flex-start;
    margin-top: 10px;
    gap: 12px;
}.contact-us-style .inquiry-reach-style input[type="checkbox"] {
    width: 24px;
    transition: all 0.3s ease;
    position: relative;
    cursor: pointer;
    appearance: none;
    border-radius: 10px;
    margin-top: 2px;
    height: 24px;
    border: 2px solid rgb(200,195,195);
}.contact-us-style .inquiry-reach-style input[type="checkbox"]:checked {
    background: rgb(168,162,162);
    border-color: rgb(168,162,162);
}.contact-us-style .inquiry-reach-style input[type="checkbox"]:checked::after {
    position: absolute;
    border-right: 2px solid #ffffff;
    transform: rotate(45deg);
    content: "";
    border-bottom: 2px solid #ffffff;
    top: 5px;
    height: 10px;
    left: 8px;
    width: 6px;
}.contact-us-style .inquiry-reach-style label {
    color: #000000;
    font-size: 16px;
    line-height: 1.5;
}.contact-us-style .inquiry-reach-style a {
    font-weight: 600;
    color: rgb(168,162,162);
    text-decoration: none;
    transition: all 0.3s ease;
}.contact-us-style .inquiry-reach-style a:hover {
    color: rgb(137,130,130);
}.contact-us-style .help-query-style {
    margin-top: 20px;
    font-weight: 600;
    align-self: flex-start;
    border: none;
    overflow: hidden;
    color: #ffffff;
    padding: 16px 40px;
    position: relative;
    background: rgb(168,162,162);
    box-shadow: 0 8px 20px rgb(168,162,162,0.5);
    cursor: pointer;
    font-size: 20px;
    transition: all 0.3s ease;
    border-radius: 10px;
}.contact-us-style .help-query-style::before {
    position: absolute;
    content: "";
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: all 0.6s ease;
    width: 100%;
    left: -100%;
    height: 100%;
}.contact-us-style .help-query-style:hover {
    box-shadow: 0 10px 25px rgb(137,130,130,0.5);
    background: rgb(137,130,130);
    transform: translateY(-3px);
}.contact-us-style .help-query-style:hover::before {
    left: 100%;
}.contact-us-style svg {
    fill: rgb(168,162,162);
    transition: all 0.3s ease;
    height: 22px;
    width: 22px;
}.contact-us-style svg path {
    fill: rgb(168,162,162);
    transition: all 0.3s ease;
}.contact-us-style svg:hover {
    fill: rgb(137,130,130);
    transform: translateY(-2px);
}.contact-us-style svg:hover path {
    fill: rgb(137,130,130);
}

@media (max-width: 1200px) {.contact-us-style {
    background: #ffffff;
}
}

@media (max-width: 992px) {.contact-us-style {
    padding: 80px 0;
}.contact-us-style .inquiry-map-style {
    flex-direction: column-reverse;
}.contact-us-style .img-hover-style {
    flex: 0 0 auto;
    min-height: 350px;
}.contact-us-style .help-info-style {
    flex: 0 0 auto;
    padding: 50px 40px;
}.contact-us-style .help-info-style::before {
    top: 0;
    height: 10px;
    width: 100%;
    left: 0;
}
}

@media (max-width: 768px) {.contact-us-style {
    padding: 60px 0;
}.contact-us-style h2 {
    margin-bottom: 40px;
    font-size: calc(30px - 4px);
}.contact-us-style .help-info-style {
    padding: 40px 30px;
}.contact-us-style #contact {
    gap: 25px;
}.contact-us-style .img-hover-style {
    min-height: 300px;
}
}

@media (max-width: 576px) {.contact-us-style {
    padding: 50px 0;
}.contact-us-style .container {
    padding: 0 15px;
}.contact-us-style h2 {
    margin-bottom: 30px;
    font-size: calc(30px - 6px);
}.contact-us-style .help-info-style {
    padding: 35px 25px;
}.contact-us-style #contact {
    gap: 20px;
}.contact-us-style input[type="text"] {
    padding: 15px;
}.contact-us-style .help-query-style {
    padding: 15px 25px;
    width: 100%;
}.contact-us-style .img-hover-style {
    min-height: 250px;
}}.pricing-item-style {
    padding: 120px 0;
    position: relative;
    color: #ffffff;
    overflow: hidden;
}.pricing-item-style::before {
    z-index: 1;
    left: 0;
    position: absolute;
    content: '';
    top: 0;
    height: 100%;
    background: linear-gradient(135deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.6) 100%);
    width: 100%;
}.pricing-item-style .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    z-index: 2;
}.pricing-item-style .plan-options-style {
    position: relative;
}.pricing-item-style h2 {
    text-align: center;
    margin-bottom: 25px;
    font-size: 36px;
    background-clip: text !important;
    animation: titleFloat 6s ease-in-out infinite;
    background: linear-gradient(90deg, rgb(168,162,162) 0%, rgb(137,130,130) 100%);
    -webkit-background-clip: text !important;
    color: transparent;
    position: relative;
    transform: translateY(0);
    font-weight: 700;
}.pricing-item-style h2::after {
    width: 80px;
    left: 50%;
    background: rgb(137,130,130);
    transform: translateX(-50%);
    bottom: -10px;
    height: 3px;
    position: absolute;
    content: '';
}.pricing-item-style .fee-choices-style {
    margin: 0 auto 50px;
    color: #ffffff;
    max-width: 700px;
    opacity: 0.9;
    font-size: calc(18px + 2px);
    text-align: center;
    line-height: 1.6;
}.pricing-item-style .pricing-levels-style {
    gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    display: grid;
    list-style: none;
    margin: 0;
    padding: 0;
}.pricing-item-style .pricing-levels-style li {
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
}.pricing-item-style .pricing-levels-style li:hover {
    transform: translateY(-10px);
    z-index: 3;
}.pricing-item-style .price-sheet-style {
    overflow: hidden;
    position: relative;
    color: #ffffff;
    display: block;
    text-decoration: none;
    height: 100%;
}.pricing-item-style .rate-plans-style {
    -webkit-backdrop-filter: blur(10px);
    transition: all 0.4s ease;
    height: 100%;
    backdrop-filter: blur(10px);
    background: linear-gradient(145deg, rgba(41, 41, 41, 0.8) 0%, rgba(25, 25, 25, 0.9) 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 35px 30px;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3), 0 5px 15px rgba(0, 0, 0, 0.2);
}.pricing-item-style .rate-plans-style::before {
    top: 0;
    content: '';
    position: absolute;
    background: linear-gradient(90deg, rgb(168,162,162), rgb(137,130,130));
    transition: transform 0.5s ease;
    width: 100%;
    left: 0;
    height: 5px;
    transform-origin: left;
    transform: scaleX(0);
}.pricing-item-style .price-sheet-style:hover .rate-plans-style::before {
    transform: scaleX(1);
}.pricing-item-style .rate-plans-style::after {
    position: absolute;
    height: 60px;
    width: 60px;
    transition: opacity 0.5s ease;
    opacity: 0;
    content: '';
    bottom: 0;
    background: linear-gradient(135deg, transparent 50%, rgb(137,130,130,0.5) 50%);
    right: 0;
}.pricing-item-style .price-sheet-style:hover .rate-plans-style::after {
    opacity: 1;
}.pricing-item-style .learn-fees-style {
    z-index: 2;
    position: relative;
}.pricing-item-style .learn-fees-style h4 {
    position: relative;
    margin: 0 0 20px;
    font-weight: 700;
    font-size: calc(24px + 2px);
    display: inline-block;
    color: #ffffff;
}.pricing-item-style .learn-fees-style h4::after {
    transition: width 0.4s ease;
    content: '';
    bottom: -8px;
    height: 2px;
    background: rgb(168,162,162);
    position: absolute;
    left: 0;
    width: 40px;
}.pricing-item-style .price-sheet-style:hover .learn-fees-style h4::after {
    width: 100%;
}.pricing-item-style .learn-fees-style p {
    word-break: break-word;
    overflow-wrap: break-word;
    overflow-y: auto;
    font-size: 18px;
    padding-right: 5px;
    max-height: 200px;
    margin: 0 0 30px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
}.pricing-item-style .learn-fees-style p::-webkit-scrollbar {
    width: 4px;
}.pricing-item-style .learn-fees-style p::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
}.pricing-item-style .learn-fees-style p::-webkit-scrollbar-thumb {
    background: rgb(168,162,162,0.5);
}.pricing-item-style .payment-plans-style {
    padding: 10px 0;
    font-size: calc(24px + 4px);
    margin-top: 15px;
    display: block;
    color: #ffffff;
    position: relative;
    font-weight: 700;
}.pricing-item-style .payment-plans-style::before {
    position: absolute;
    left: 0;
    height: 1px;
    content: '';
    top: 0;
    width: 40px;
    background: rgba(255, 255, 255, 0.2);
}

@keyframes titleFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

@media (max-width: 991px) {.pricing-item-style {
    padding: 80px 0;
}.pricing-item-style .pricing-levels-style {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}.pricing-item-style .rate-plans-style {
    padding: 25px 20px;
}.pricing-item-style .learn-fees-style p {
    max-height: 150px;
    font-size: calc(18px - 1px);
}.pricing-item-style .payment-plans-style {
    font-size: calc(24px + 2px);
}
}

@media (max-width: 767px) {.pricing-item-style {
    padding: 60px 0;
}.pricing-item-style h2 {
    font-size: calc(36px - 4px);
}.pricing-item-style .fee-choices-style {
    margin-bottom: 30px;
    font-size: 18px;
}.pricing-item-style .pricing-levels-style {
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 450px;
}.pricing-item-style .learn-fees-style h4 {
    font-size: 24px;
}.pricing-item-style .payment-plans-style {
    font-size: 24px;
}
}

@media (max-width: 480px) {.pricing-item-style {
    padding: 50px 0;
}.pricing-item-style h2 {
    font-size: calc(36px - 8px);
}.pricing-item-style .fee-choices-style {
    font-size: calc(18px - 2px);
}.pricing-item-style .rate-plans-style {
    padding: 20px 15px;
}.pricing-item-style .learn-fees-style p {
    font-size: calc(18px - 2px);
}}.access-now-style {
    margin: 5rem 0;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
    z-index: 1;
    overflow: hidden;
    padding: 4rem 0;
    background: linear-gradient(135deg, rgb(137,130,130,0.5), rgb(168,162,162,0.5) 60%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
}.access-now-style::before {
    z-index: -1;
    left: 0;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    background: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 2px,
        transparent 2px,
        transparent 8px
    );
    position: absolute;
}.access-now-style::after {
    transform: translateY(-10%) scale(1.5);
    right: -10%;
    background: radial-gradient(
        circle at center,
        rgb(168,162,162,0.5) 0%,
        transparent 70%
    );
    content: "";
    top: 0;
    height: 100%;
    z-index: -1;
    opacity: 0.4;
    filter: blur(50px);
    width: 50%;
    position: absolute;
}.access-now-style .container {
    padding: 0 2rem;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    position: relative;
}.access-now-style h2 {
    margin-left: auto;
    position: relative;
    max-width: 85%;
    transform: perspective(1000px) rotateX(2deg);
    line-height: 1.4;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    color: #000000;
    padding: 0.5rem 0;
    text-align: center;
    margin-bottom: 2.5rem;
    margin-right: auto;
    font-size: 34px;
}.access-now-style h2::after {
    width: 80px;
    background: rgb(168,162,162);
    content: "";
    transform-origin: center;
    animation: underlineExpand 1.2s ease-out forwards 0.3s;
    height: 3px;
    transform: translateX(-50%) scaleX(0);
    bottom: -0.75rem;
    left: 50%;
    position: absolute;
}.access-now-style .impact-numbers-style {
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.85);
    gap: 2.5rem;
    justify-content: center;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 
                0 3px 10px rgba(0, 0, 0, 0.05),
                inset 0 0 0 1px rgba(255, 255, 255, 0.8);
    position: relative;
    align-items: center;
    backdrop-filter: blur(10px);
    padding: 1.5rem;
    display: flex;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    max-width: 80%;
    transform: translateY(0) scale(1);
}.access-now-style .impact-numbers-style:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
                0 5px 15px rgba(0, 0, 0, 0.08),
                inset 0 0 0 1px rgba(255, 255, 255, 0.9);
    transform: translateY(-5px) scale(1.02);
}.access-now-style svg {
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
    width: 56px;
    flex-shrink: 0;
    height: 56px;
    transform: rotate(-5deg);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.access-now-style .impact-numbers-style:hover svg {
    transform: rotate(5deg) scale(1.1);
}.access-now-style svg path {
    fill: rgb(168,162,162);
    transition: fill 0.3s ease;
}.access-now-style .impact-numbers-style:hover svg path {
    fill: rgb(137,130,130);
}.access-now-style .help-query-style {
    text-align: center;
    background: linear-gradient(135deg, rgb(168,162,162), rgb(137,130,130));
    text-decoration: none;
    padding: 1rem 2.5rem;
    min-width: 200px;
    font-weight: 600;
    transform: translateZ(0);
    display: inline-block;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    color: #ffffff;
    font-size: 14px;
    overflow: hidden;
    position: relative;
}.access-now-style .help-query-style::before {
    top: 0;
    left: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
    width: 100%;
    transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    content: "";
    height: 100%;
    transform: translateX(-100%);
}.access-now-style .help-query-style:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px) translateZ(0);
}.access-now-style .help-query-style:hover::before {
    transform: translateX(100%);
}.access-now-style .help-query-style:active {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    transform: translateY(1px) translateZ(0);
}

@keyframes underlineExpand {
    0% {
        transform: translateX(-50%) scaleX(0);
    }
    100% {
        transform: translateX(-50%) scaleX(1);
    }
}

@media (max-width: 992px) {.access-now-style {
    padding: 3.5rem 0;
}.access-now-style h2 {
    font-size: calc(34px * 0.9);
    max-width: 95%;
}.access-now-style .impact-numbers-style {
    max-width: 90%;
    padding: 1.25rem;
}
}

@media (max-width: 768px) {.access-now-style {
    padding: 3rem 0;
}.access-now-style h2 {
    font-size: calc(34px * 0.8);
    transform: perspective(1000px) rotateX(1deg);
}.access-now-style .impact-numbers-style {
    max-width: 100%;
    flex-direction: column;
    gap: 1.5rem;
}.access-now-style svg {
    width: 48px;
    height: 48px;
}.access-now-style .help-query-style {
    width: 100%;
    padding: 0.9rem 2rem;
}
}

@media (max-width: 576px) {.access-now-style {
    padding: 2.5rem 0;
    margin: 3rem 0;
}.access-now-style h2 {
    margin-bottom: 2rem;
    transform: none;
    font-size: calc(34px * 0.7);
}.access-now-style .impact-numbers-style {
    padding: 1rem;
}.access-now-style svg {
    height: 40px;
    width: 40px;
}.access-now-style .help-query-style {
    font-size: calc(14px * 0.9);
    padding: 0.8rem 1.5rem;
    min-width: auto;
}
}

@media (max-width: 480px) {.access-now-style h2 {
    font-size: calc(34px * 0.6);
}
}

@media (hover: none) {.access-now-style .impact-numbers-style {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 
                    0 3px 10px rgba(0, 0, 0, 0.05);
    transform: none !important;
}.access-now-style svg {
    transform: none !important;
}.access-now-style .help-query-style:hover {
    transform: none;
}
}

@container (max-width: 500px) {.access-now-style .container {
    padding: 0 1rem;
}}.privacy-shelter-style {
    border: 1px solid rgba(0, 0, 0, 0.5);
    background: #ffffff;
    font-family: Arial, sans-serif;
    margin: 0 auto;
    position: relative;
    padding: 40px;
    max-width: 1000px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    color: #000000;
    width: 80%;
}.privacy-shelter-style:before, .privacy-shelter-style:after {
    position: absolute;
    z-index: 0;
    background: rgb(168,162,162,0.5);
    content: "";
    border-radius: 50%;
}.privacy-shelter-style:before {
    width: 200px;
    left: -100px;
    top: -100px;
    height: 200px;
}.privacy-shelter-style:after {
    bottom: -75px;
    width: 150px;
    height: 150px;
    right: -75px;
}.privacy-shelter-style h1 {
    color: #000000;
    position: relative;
    z-index: 1;
    font-size: 43px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 2px solid rgb(168,162,162);
    font-weight: 700;
    margin-top: 30px;
}.privacy-shelter-style h2 {
    padding-bottom: 5px;
    border-bottom: 1px solid rgb(137,130,130,0.5);
    font-size: 28px;
    margin-bottom: 15px;
    z-index: 1;
    font-weight: 600;
    color: rgb(137,130,130);
    position: relative;
    margin-top: 25px;
}.privacy-shelter-style ul, .privacy-shelter-style ol {
    margin-bottom: 20px;
    padding-left: 0;
    position: relative;
    z-index: 1;
    list-style-type: none;
}.privacy-shelter-style li {
    margin-bottom: 10px;
    line-height: 1.6;
    font-size: 13px;
    position: relative;
    padding-left: 20px;
}.privacy-shelter-style li:before {
    line-height: 1;
    font-size: 1.2em;
    color: rgb(168,162,162);
    left: 0;
    content: "•";
    position: absolute;
}.privacy-shelter-style div {
    position: relative;
    margin-bottom: 20px;
    padding: 20px;
    z-index: 1;
    border-radius: 10px;
    line-height: 1.8;
    background: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}.privacy-shelter-style .container {
    z-index: 1;
    position: relative;
}.privacy-shelter-style h3, .privacy-shelter-style h4, .privacy-shelter-style h5, .privacy-shelter-style h6 {
    margin-bottom: 10px;
    position: relative;
    font-weight: 600;
    color: rgb(168,162,162);
    z-index: 1;
    font-size: 18px;
    margin-top: 20px;
}.privacy-shelter-style p, .privacy-shelter-style span {
    line-height: 1.6;
    color: #000000;
    font-size: 13px;
    z-index: 1;
    position: relative;
    margin-bottom: 10px;
}.privacy-shelter-style a {
    z-index: 1;
    border-bottom: 1px solid rgb(137,130,130,0.5);
    position: relative;
    font-weight: 400;
    text-decoration: none;
    color: rgb(137,130,130);
}.privacy-shelter-style a:hover {
    color: rgb(168,162,162);
    border-bottom: 1px solid rgb(168,162,162);
}.privacy-shelter-style button {
    font-size: 15px;
    border-radius: 10px;
    background: rgb(137,130,130);
    padding: 10px 20px;
    z-index: 1;
    color: #ffffff;
    cursor: pointer;
    border: none;
    position: relative;
}.privacy-shelter-style button:hover {
    background: rgb(168,162,162);
}

@media only screen and (max-width: 800px) {.privacy-shelter-style {
    width: 90%;
    padding: 20px;
}.privacy-shelter-style h1 {
    font-size: calc(18px - 5px);
}.privacy-shelter-style h2 {
    font-size: calc(18px - 3px);
}.privacy-shelter-style ul, .privacy-shelter-style ol {
    padding-left: 10px;
}.privacy-shelter-style li {
    padding-left: 15px;
}.privacy-shelter-style li:before {
    left: -10px;
}.privacy-shelter-style button {
    padding: 8px 15px;
}}.study-process-style {
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(200,195,195) 0%, rgba(255,255,255,0.92) 100%);
    position: relative;
}.study-process-style::before {
    z-index: 1;
    opacity: 0.1;
    position: absolute;
    width: 300px;
    animation: floatingShape 20s infinite alternate ease-in-out;
    content: "";
    height: 300px;
    top: -5%;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    background: linear-gradient(45deg, rgb(168,162,162,0.5), rgb(137,130,130,0.5));
    right: -5%;
}.study-process-style::after {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    height: 250px;
    background: linear-gradient(225deg, rgb(137,130,130,0.5), rgb(168,162,162,0.5));
    bottom: -8%;
    left: -5%;
    content: "";
    animation: floatingShape 15s infinite alternate-reverse ease-in-out;
    opacity: 0.08;
    width: 250px;
    position: absolute;
    z-index: 1;
}.study-process-style .impact-numbers-style {
    margin: 0 auto;
    position: relative;
    max-width: 1140px;
    z-index: 2;
    padding: 0 20px;
}.study-process-style h2 {
    transform: translateX(-8px);
    animation: slideIn 0.8s 0.2s forwards ease-out;
    color: #000000;
    opacity: 0;
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 32px;
    position: relative;
    display: inline-block;
}.study-process-style h2::after {
    bottom: -8px;
    width: 0;
    position: absolute;
    content: "";
    height: 3px;
    background: linear-gradient(to right, rgb(168,162,162), rgb(137,130,130));
    left: 0;
    animation: lineGrow 1.2s 0.8s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
}.study-process-style .text-element-style {
    background-color: #ffffff;
    position: relative;
    padding: 40px;
    transform: translateY(20px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
    opacity: 0;
    animation: fadeUp 1s 0.6s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
}.study-process-style .text-element-style::before {
    position: absolute;
    width: 4px;
    height: 0%;
    background: linear-gradient(to bottom, rgb(168,162,162), rgb(137,130,130));
    left: 0;
    top: 0;
    content: "";
    animation: verticalLineGrow 1.2s 1.2s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
}.study-process-style .text-element-style p {
    margin: 0;
    color: #000000;
    line-height: 1.8;
    font-family: Arial, sans-serif;
    font-size: 17px;
}

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

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

@keyframes lineGrow {
    0% {
        width: 0;
    }
    100% {
        width: 60px;
    }
}

@keyframes verticalLineGrow {
    0% {
        height: 0;
    }
    100% {
        height: 100%;
    }
}

@keyframes floatingShape {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    50% {
        transform: translate(15px, 15px) rotate(5deg);
    }
    100% {
        transform: translate(-15px, -15px) rotate(-5deg);
    }
}

@media (max-width: 991px) {.study-process-style {
    padding: 90px 0;
}.study-process-style::before {
    height: 200px;
    width: 200px;
}.study-process-style::after {
    width: 180px;
    height: 180px;
}.study-process-style .text-element-style {
    padding: 30px;
}
}

@media (max-width: 767px) {.study-process-style {
    padding: 70px 0;
}.study-process-style h2 {
    font-size: calc(32px * 0.85);
    margin-bottom: 30px;
}.study-process-style .text-element-style {
    padding: 25px 20px;
}.study-process-style .text-element-style p {
    font-size: calc(17px * 0.95);
}
}

@media (max-width: 576px) {.study-process-style {
    padding: 50px 0;
}.study-process-style::before, 
    .study-process-style::after {
    width: 150px;
    height: 150px;
}.study-process-style h2 {
    margin-bottom: 25px;
    font-size: calc(32px * 0.75);
}.study-process-style .text-element-style {
    padding: 20px 15px;
}.study-process-style .text-element-style::before {
    width: 3px;
}.study-process-style .text-element-style p {
    line-height: 1.7;
    font-size: calc(17px * 0.9);
}.study-process-style h2::after {
    height: 2px;
}}

.study-process-style:hover .text-element-style {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    transform: translateY(-5px);
}header {
    top: 0;
    z-index: 100;
    transition: all 0.5s ease;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.5) 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: fixed;
    left: 0;
    backdrop-filter: blur(10px);
    width: 100%;
}header::before {
    left: 0;
    position: absolute;
    z-index: -1;
    content: "";
    height: 100%;
    top: 0;
    width: 100%;
    background: 
        radial-gradient(circle at 10% 20%, rgb(168,162,162,0.5) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgb(137,130,130,0.5) 0%, transparent 20%);
    animation: pulse 15s infinite alternate;
    opacity: 0.3;
}header .container {
    position: relative;
    padding: 1rem 2rem;
}header .head-page-style {
    display: flex;
    z-index: 2;
    position: relative;
    align-items: center;
    justify-content: space-between;
}header .header-main-style {
    gap: 2rem;
    position: relative;
    display: flex;
    align-items: center;
}header .header-main-style::before {
    width: calc(100% + 60px);
    border-radius: 11px;
    height: calc(100% + 30px);
    content: "";
    z-index: -1;
    background: linear-gradient(90deg, transparent 0%, rgb(168,162,162,0.5) 50%, transparent 100%);
    left: -30px;
    transform: skewX(-15deg);
    top: -15px;
    opacity: 0.1;
    position: absolute;
}header .main-core-style {
    font-family: Arial, sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 16px;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 0.5rem 0;
}header .main-core-style::before {
    left: 0;
    content: "";
    background: linear-gradient(to right, rgb(168,162,162), rgb(137,130,130));
    height: 2px;
    width: 0;
    position: absolute;
    bottom: 0;
    transition: width 0.3s ease;
}header .main-core-style:hover {
    color: rgb(168,162,162);
    transform: translateY(-2px);
}header .main-core-style:hover::before {
    width: 100%;
}header .head-wrap-style {
    text-decoration: none;
    position: relative;
    display: flex;
    z-index: 2;
    align-items: center;
}header .head-wrap-style svg {
    width: auto;
    height: 40px;
    filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.3));
    transition: all 0.3s ease;
}header .head-wrap-style:hover svg {
    transform: scale(1.05);
    filter: drop-shadow(0 0 12px rgb(168,162,162,0.5));
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.2;
    }
    50% {
        opacity: 0.4;
    }
}

@media (max-width: 991px) {header .container {
    padding: 0.8rem 1.5rem;
}header .header-main-style {
    gap: 1.5rem;
}header .main-core-style {
    font-size: calc(16px - 1px);
}
}

@media (max-width: 767px) {header {
    position: relative;
}header .head-page-style {
    padding: 1rem 0;
    flex-direction: column-reverse;
    gap: 1rem;
}header .head-wrap-style {
    margin-bottom: 0.5rem;
}header .header-main-style {
    mask-image: linear-gradient(to right, transparent 0%, #000 5%, #000 95%, transparent 100%);
    padding: 0.5rem 0;
    justify-content: flex-start;
    overflow-x: auto;
    width: 100%;
}header .header-main-style::before {
    display: none;
}header .main-core-style {
    white-space: nowrap;
    padding: 0.5rem 1rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
}header .main-core-style::before {
    display: none;
}}.teacher-profile-style {
    perspective: 1000px;
    background: linear-gradient(135deg, rgb(200,195,195), rgb(168,162,162,0.5));
    position: relative;
    overflow: hidden;
    padding: 4rem 0;
}.teacher-profile-style::before {
    transform: rotate(-15deg);
    position: absolute;
    top: -50%;
    z-index: 1;
    opacity: 0.4;
    background: radial-gradient(ellipse at center, rgb(137,130,130,0.5) 0%, transparent 70%);
    width: 200%;
    content: '';
    left: -50%;
    height: 200%;
    pointer-events: none;
}.teacher-profile-style::after {
    background: radial-gradient(circle at top right, rgb(168,162,162,0.5) 0%, transparent 60%);
    opacity: 0.5;
    pointer-events: none;
    content: '';
    z-index: 1;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
}.teacher-profile-style .container {
    padding: 0 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    transform-style: preserve-3d;
    position: relative;
}.teacher-profile-style .student-views-style {
    border-left: 4px solid rgb(168,162,162);
    padding: 2.5rem;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    gap: 2rem;
    grid-template-columns: 1fr;
    transform: translateZ(0);
    display: grid;
    background: #ffffff;
}.teacher-profile-style .student-views-style:hover {
    transform: translateZ(20px);
}.teacher-profile-style .student-views-style > div:nth-child(1) {
    display: flex;
    justify-content: center;
    align-items: center;
}.teacher-profile-style .img-hover-style {
    position: relative;
    border-radius: 10px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    transform: rotate(-3deg) translateZ(30px);
    width: 180px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    height: 180px;
}.teacher-profile-style .img-hover-style::after {
    position: absolute;
    height: 100%;
    content: '';
    opacity: 0.7;
    background: linear-gradient(45deg, rgb(168,162,162,0.5), transparent);
    left: 0;
    mix-blend-mode: overlay;
    top: 0;
    width: 100%;
}.teacher-profile-style .student-views-style:hover .img-hover-style {
    transform: rotate(0deg) translateZ(40px) scale(1.05);
}.teacher-profile-style .student-views-style > div:nth-child(2) {
    text-align: center;
    transform: translateZ(10px);
}.teacher-profile-style .name {
    font-size: 20px;
    display: inline-block;
    position: relative;
    letter-spacing: 0.03em;
    font-weight: 700;
    color: rgb(168,162,162);
    margin-bottom: 0.5rem;
}.teacher-profile-style .name::after {
    content: '';
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    position: absolute;
    bottom: -8px;
    background: rgb(137,130,130);
    height: 3px;
}.teacher-profile-style .student-views-style > div:nth-child(2) > div {
    letter-spacing: 0.02em;
    color: #000000;
    font-size: calc(14px * 0.95);
    margin-top: 1rem;
    font-weight: 600;
}.teacher-profile-style .student-views-style > div:nth-child(3) {
    position: relative;
    transform: translateZ(5px);
}.teacher-profile-style .career-progress-style {
    line-height: 1.7;
    font-size: 14px;
    padding: 0 1rem;
    position: relative;
    color: #000000;
}.teacher-profile-style .career-progress-style::before,
.teacher-profile-style .career-progress-style::after {
    position: absolute;
    background-size: contain;
    content: '';
    opacity: 0.15;
    background-repeat: no-repeat;
    height: 25px;
    width: 25px;
}.teacher-profile-style .career-progress-style::before {
    left: -10px;
    top: -10px;
}.teacher-profile-style .career-progress-style::after {
    right: -10px;
    bottom: -10px;
    transform: rotate(180deg);
}

@media (min-width: 768px) {.teacher-profile-style {
    padding: 6rem 0;
}.teacher-profile-style .student-views-style {
    grid-template-rows: auto 1fr;
    grid-template-columns: 220px 1fr;
    gap: 2rem 3rem;
}.teacher-profile-style .student-views-style > div:nth-child(1) {
    grid-row: span 2;
    padding-top: 1rem;
    align-items: flex-start;
}.teacher-profile-style .student-views-style > div:nth-child(2) {
    text-align: left;
}.teacher-profile-style .name::after {
    transform: none;
    left: 0;
}.teacher-profile-style .img-hover-style {
    width: 220px;
    height: 220px;
    transform: rotate(-2deg) translateZ(30px);
}.teacher-profile-style .career-progress-style {
    font-size: calc(14px * 1.05);
    line-height: 1.8;
    padding: 0;
}
}

@media (min-width: 992px) {.teacher-profile-style {
    padding: 8rem 0;
}.teacher-profile-style .student-views-style {
    grid-template-columns: 280px 1fr;
    padding: 3rem;
    gap: 2rem 4rem;
}.teacher-profile-style .img-hover-style {
    width: 280px;
    height: 280px;
}.teacher-profile-style .name {
    font-size: calc(20px * 1.1);
}.teacher-profile-style .student-views-style > div:nth-child(2) > div {
    font-size: 14px;
}.teacher-profile-style .career-progress-style {
    font-size: calc(14px * 1.1);
    line-height: 1.9;
}.teacher-profile-style .student-views-style::before {
    top: -10px;
    transition: opacity 0.5s ease;
    left: -10px;
    width: calc(100% + 20px);
    position: absolute;
    z-index: -1;
    background: linear-gradient(135deg, rgb(137,130,130,0.5), transparent);
    height: calc(100% + 20px);
    opacity: 0.15;
    content: '';
    transform: translateZ(-10px);
}.teacher-profile-style .student-views-style:hover::before {
    opacity: 0.3;
}
}

@media (min-width: 1200px) {.teacher-profile-style .container {
    padding: 0 2rem;
}.teacher-profile-style .student-views-style {
    padding: 3.5rem;
    grid-template-columns: 320px 1fr;
}.teacher-profile-style .img-hover-style {
    height: 320px;
    width: 320px;
}@keyframes constellationPulse {
        0%, 100% { opacity: 0.4; }
        50% { opacity: 0.7; }
    }
    
    .teacher-profile-style::before {
    animation: constellationPulse 8s infinite ease-in-out;
}@keyframes orbitalShift {
        0% { transform: rotate(-15deg); }
        50% { transform: rotate(-10deg); }
        100% { transform: rotate(-15deg); }
    }
    
    .teacher-profile-style::before {
    animation: orbitalShift 20s infinite ease-in-out, constellationPulse 8s infinite ease-in-out;
}}.usageAgreementAlert-style {
    align-items: center;
    overflow: hidden;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease-in-out;
    display: flex;
    width: 100%;
    z-index: 90;
    position: fixed;
    border-top: 3px solid rgb(168,162,162);
    background: rgb(200,195,195);
    justify-content: center;
    bottom: 0;
    padding: 1rem 0;
}#consentPolicyBanner-style {
    display: none;
}#consentPolicyBanner-style:checked ~ .usageAgreementAlert-style {
    opacity: 0;
    visibility: hidden;
}.usageAgreementAlert-style .container {
    padding: 0 15px;
    max-width: 1140px;
    display: flex;
    margin: 0 auto;
    gap: 1rem;
    z-index: 1;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}.cookie-tips-style {
    display: flex;
    margin-right: 1rem;
    flex-shrink: 0;
    align-items: center;
}.cookie-tips-style svg {
    width: 50px;
    height: 50px;
    fill: rgb(168,162,162);
}.cookies-consent-style {
    flex: 1;
    min-width: 300px;
    margin-bottom: 20px;
}.cookies-consent-style h5 {
    font-weight: 600;
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    color: rgb(168,162,162);
}.cookies-consent-style p {
    color: #000000;
    font-size: 1rem;
}.cookie-overview-style {
    font-size: 1rem;
    border-radius: 10px;
    border: none;
    background: rgb(168,162,162);
    text-decoration: none;
    padding: 0.75rem 1.5rem;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
    display: inline-block;
    color: #ffffff;
}.cookie_button.cookie-reset-style {
    background: rgb(168,162,162);
}.cookie_button.cookie-all-style {
    margin-left: 0.5rem;
    background: #000000;
}.cookie-overview-style:hover {
    background: #000000;
    transform: translateY(-3px);
}.cookie_button.cookie-all-style:hover {
    background: rgb(168,162,162);
}.usageAgreementAlert-style p a {
    color: rgb(168,162,162);
    text-decoration: underline;
    transition: color 0.3s ease;
}.usageAgreementAlert-style p a:hover {
    color: #000000;
}
@media only screen and (max-width: 768px) {.usageAgreementAlert-style .container {
    align-items: center;
    flex-direction: column;
}.cookie-tips-style {
    margin-bottom: 1rem;
    margin-right: 0;
}.cookies-consent-style {
    text-align: center;
    margin-bottom: 1rem;
}.cookie_button.cookie-all-style {
    margin-left: 0;
    margin-top: 0.5rem;
}}
.tyContainer-style {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(168,162,162,0.5) 0%, rgb(200,195,195) 100%);
    padding: 120px 0;
}.tyContainer-style::before {
    pointer-events: none;
    opacity: 0.1;
    width: 100%;
    left: 0;
    content: "";
    top: 0;
    background: repeating-linear-gradient(45deg, transparent, transparent 50px, rgb(137,130,130,0.5) 50px, rgb(137,130,130,0.5) 52px);
    height: 100%;
    position: absolute;
}.tyContainer-style::after {
    right: -20px;
    bottom: -20px;
    content: "";
    opacity: 0.08;
    position: absolute;
    height: 250px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    width: 250px;
    background: rgb(168,162,162);
    transform: rotate(15deg);
    z-index: 0;
}.tyContainer-style .container {
    z-index: 1;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
}.tyContainer-style .impact-numbers-style {
    display: grid;
    position: relative;
    grid-template-columns: 1fr;
    gap: 40px;
    transform: translateX(0);
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}.tyContainer-style .impact-numbers-style:hover {
    transform: translateX(10px);
}.tyContainer-style .impact-numbers-style > div:first-child {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    padding-left: 30px;
    border-left: 4px solid rgb(168,162,162);
    transform-origin: left center;
}.tyContainer-style .impact-numbers-style > div:first-child::before {
    width: 24px;
    transition: transform 0.4s ease;
    top: 50%;
    left: -14px;
    height: 24px;
    content: "";
    background: #ffffff;
    border: 3px solid rgb(168,162,162);
    position: absolute;
    transform: translateY(-50%) rotate(45deg);
}.tyContainer-style .impact-numbers-style:hover > div:first-child::before {
    transform: translateY(-50%) rotate(225deg);
}.tyContainer-style h5 {
    line-height: 1.4;
    position: relative;
    margin: 0;
    font-weight: 700;
    color: #000000;
    font-size: 20px;
}.tyContainer-style .impact-numbers-style > div:last-child {
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    padding: 35px 40px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.6s ease;
    transform: translateY(0);
    background: #ffffff;
}.tyContainer-style .impact-numbers-style > div:last-child::before {
    left: 0;
    top: 0;
    width: 6px;
    background: linear-gradient(to bottom, rgb(168,162,162), rgb(137,130,130));
    position: absolute;
    transition: width 0.4s ease;
    content: "";
    height: 100%;
}.tyContainer-style .impact-numbers-style > div:last-child:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}.tyContainer-style .impact-numbers-style > div:last-child:hover::before {
    width: 10px;
}.tyContainer-style .impact-numbers-style > div:last-child::after {
    opacity: 0.15;
    height: 90px;
    top: -30px;
    content: "";
    background: rgb(137,130,130,0.5);
    width: 90px;
    right: -30px;
    z-index: 0;
    position: absolute;
    border-radius: 50%;
}.tyContainer-style a {
    position: relative;
    text-decoration: none;
    display: block;
    transition: transform 0.3s ease;
    z-index: 1;
}.tyContainer-style a:hover {
    transform: translateX(5px);
}.tyContainer-style p {
    z-index: 2;
    color: #000000;
    position: relative;
    font-size: 12px;
    margin: 0;
    line-height: 1.8;
}

@media (min-width: 768px) {.tyContainer-style {
    padding: 150px 0;
}.tyContainer-style .impact-numbers-style {
    gap: 60px;
    grid-template-columns: 1fr 1.5fr;
    align-items: center;
}.tyContainer-style .impact-numbers-style > div:first-child {
    padding-left: 50px;
}.tyContainer-style h5 {
    max-width: 90%;
    font-size: calc(20px * 1.2);
}
}

@media (min-width: 992px) {.tyContainer-style {
    padding: 180px 0;
}.tyContainer-style .impact-numbers-style {
    grid-template-columns: 1fr 1.2fr;
    gap: 80px;
}.tyContainer-style .impact-numbers-style > div:first-child {
    transform: translateX(-30px);
}.tyContainer-style .impact-numbers-style:hover > div:first-child {
    transform: translateX(-20px);
}.tyContainer-style .impact-numbers-style > div:last-child {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    padding: 50px 60px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), clip-path 0.6s ease, box-shadow 0.6s ease;
}.tyContainer-style .impact-numbers-style > div:last-child:hover {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
}

@media (max-width: 767px) {.tyContainer-style {
    padding: 80px 0;
}.tyContainer-style::after {
    height: 150px;
    width: 150px;
}.tyContainer-style .impact-numbers-style > div:first-child {
    padding-left: 20px;
}.tyContainer-style .impact-numbers-style > div:last-child {
    padding: 25px 30px;
}.tyContainer-style h5 {
    font-size: calc(20px * 0.9);
}.tyContainer-style p {
    font-size: calc(12px * 0.95);
}}.our-story-style {
    position: relative;
    overflow: hidden;
    padding: 80px 0;
    color: #ffffff;
}.our-story-style::before {
    z-index: 1;
    content: "";
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.65));
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
}.our-story-style::after {
    width: 100%;
    height: 100%;
    background-image: repeating-linear-gradient(
        45deg,
        rgba(rgb(168,162,162), 0.03) 0px,
        rgba(rgb(168,162,162), 0.03) 1px,
        transparent 1px,
        transparent 10px
    );
    top: 0;
    z-index: 2;
    position: absolute;
    content: "";
    pointer-events: none;
    left: 0;
}.our-story-style .container {
    z-index: 10;
    display: grid;
    grid-template-columns: 1fr;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
}.our-story-style h4 {
    z-index: 10;
    letter-spacing: 2px;
    transform: translateY(0);
    color: rgb(168,162,162);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    text-transform: uppercase;
    opacity: 1;
    text-align: center;
    font-weight: 700;
    position: relative;
    font-size: 33px;
    margin-bottom: 40px;
}.our-story-style:hover h4 {
    transform: translateY(-5px);
}.our-story-style h4::after {
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    transform: translateX(-50%) scaleX(0.8);
    left: 50%;
    position: absolute;
    height: 3px;
    bottom: -12px;
    background: rgb(168,162,162);
    content: "";
    width: 60px;
}.our-story-style:hover h4::after {
    transform: translateX(-50%) scaleX(1.2);
}.our-story-style .text-element-style {
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    transform: perspective(1000px) rotateY(0deg);
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15), 0 10px 25px rgba(0, 0, 0, 0.1);
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 20px), 
        calc(100% - 20px) 100%, 
        0 100%
    );
    position: relative;
    background: rgba(255, 255, 255, 0.9);
}.our-story-style .text-element-style:hover {
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.2), 0 15px 35px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateY(2deg) translateZ(10px);
}.our-story-style .text-element-style::before {
    content: "";
    position: absolute;
    top: 0;
    clip-path: inherit;
    z-index: -1;
    width: 100%;
    background: linear-gradient(
        135deg,
        rgba(rgb(168,162,162), 0.08) 0%,
        rgba(rgb(137,130,130), 0.05) 100%
    );
    height: 100%;
    left: 0;
}.our-story-style .text-element-style h6 {
    color: rgb(168,162,162);
    display: inline-block;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    transform: translateX(0);
    font-size: calc(21px * 1.1);
}.our-story-style .text-element-style:hover h6 {
    transform: translateX(5px);
}.our-story-style .text-element-style h6::after {
    position: absolute;
    bottom: -8px;
    left: 0;
    height: 2px;
    width: 100%;
    transform-origin: left;
    background: linear-gradient(
        90deg,
        rgb(168,162,162) 0%,
        rgb(137,130,130) 100%
    );
    transform: scaleX(0.5);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    content: "";
}.our-story-style .text-element-style:hover h6::after {
    transform: scaleX(1);
}.our-story-style .text-element-style div {
    position: relative;
    overflow: hidden;
}.our-story-style .text-element-style span {
    line-height: 1.8;
    column-gap: 40px;
    opacity: 0.9;
    transition: opacity 0.3s;
    color: #000000;
    text-align: justify;
    display: block;
    column-count: 1;
    font-size: 14px;
}.our-story-style .text-element-style:hover span {
    opacity: 1;
}.our-story-style .text-element-style span::first-letter {
    float: left;
    margin-right: 8px;
    line-height: 0.8;
    font-weight: 700;
    font-size: 2.5em;
    color: rgb(168,162,162);
}.our-story-style::before {
    background-size: 200% 200%;
    background-position: 0% 0%;
    transition: background-position 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}.our-story-style:hover::before {
    background-position: 100% 100%;
}


@media (min-width: 768px) {.our-story-style {
    padding: 100px 0;
}.our-story-style h4 {
    font-size: calc(33px * 1.2);
    margin-bottom: 60px;
}.our-story-style .text-element-style {
    padding: 50px 60px;
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 30px), 
            calc(100% - 30px) 100%, 
            0 100%
        );
}.our-story-style .text-element-style h6 {
    margin-bottom: 30px;
    font-size: calc(21px * 1.3);
}.our-story-style .text-element-style span {
    column-gap: 50px;
    column-count: 2;
}
}

@media (min-width: 1024px) {.our-story-style {
    padding: 120px 0;
}.our-story-style .container {
    grid-template-columns: 1fr;
    gap: 50px;
}.our-story-style .text-element-style {
    padding: 60px 70px;
}.our-story-style .text-element-style span {
    column-count: 2;
}
}

@media (max-width: 767px) {.our-story-style {
    padding: 60px 0;
}.our-story-style h4 {
    font-size: calc(21px * 1.2);
    margin-bottom: 30px;
}.our-story-style .text-element-style {
    padding: 30px 25px;
}.our-story-style .text-element-style h6 {
    font-size: 22px;
    margin-bottom: 15px;
}.our-story-style .text-element-style span {
    font-size: calc(14px * 0.95);
    line-height: 1.6;
}
}

@media (max-width: 480px) {.our-story-style {
    padding: 50px 0;
}.our-story-style .text-element-style {
    padding: 25px 20px;
}.our-story-style .text-element-style span::first-letter {
    font-size: 2em;
}}.welcome-style {
    min-height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 4rem 1.5rem;
    position: relative;
}.welcome-style::before {
    backdrop-filter: blur(2px);
    width: 100%;
    content: "";
    height: 100%;
    z-index: 1;
    top: 0;
    background: linear-gradient(135deg, 
    rgb(137,130,130,0.5) 0%,
    rgba(0, 0, 0, 0.85) 100%);
    position: absolute;
    left: 0;
}.welcome-style::after {
    transform: rotate(-5deg);
    background: linear-gradient(45deg, 
    rgb(168,162,162,0.5) 0%, 
    transparent 80%);
    z-index: 2;
    content: "";
    top: -10%;
    height: 60%;
    width: 70%;
    opacity: 0.7;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%);
    animation: float 15s ease-in-out infinite alternate;
    position: absolute;
    right: -10%;
}.welcome-style > div {
    grid-template-columns: 1fr;
    max-width: 1200px;
    margin: 0 auto;
    gap: 3rem;
    display: grid;
    position: relative;
    z-index: 5;
    width: 100%;
}.welcome-style > div > div:first-child {
    transform: translateX(-100px);
    opacity: 0;
    animation: slideIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}.welcome-style .title_style_header {
    line-height: 1.2;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    font-weight: 700;
    font-size: clamp(2.5rem, 5vw, 43px);
    position: relative;
    color: #ffffff;
    margin: 0;
    max-width: 90%;
    padding-left: 1.5rem;
}.welcome-style .title_style_header::before {
    animation: scaleIn 0.6s 0.9s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    transform-origin: top;
    transform: scaleY(0);
    width: 6px;
    content: "";
    position: absolute;
    background: rgb(168,162,162);
    bottom: 0.5rem;
    left: 0;
    top: 0.5rem;
}.welcome-style .page-home-style {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    overflow: hidden;
    background: rgba(255, 255, 255, 0.08);
    position: relative;
    backdrop-filter: blur(8px);
    transform: translateY(50px);
    animation: slideUp 0.8s 0.4s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    opacity: 0;
    padding: 2.5rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}.welcome-style .page-home-style::before {
    width: 100%;
    background: linear-gradient(
    to right,
    transparent 0%,
    rgba(255, 255, 255, 0.05) 15%,
    rgba(255, 255, 255, 0.08) 30%,
    transparent 50%
  );
    transform: translateX(-100%);
    height: 100%;
    left: 0;
    content: "";
    animation: shimmer 5s infinite;
    position: absolute;
    top: 0;
}.welcome-style .mastery-zone-style {
    position: relative;
    margin-bottom: 2rem;
}.welcome-style .mastery-zone-style::after {
    left: 0;
    transform: scaleX(0);
    height: 3px;
    animation: scaleIn 0.6s 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    content: "";
    transform-origin: left;
    background: rgb(168,162,162);
    bottom: -1rem;
    position: absolute;
    width: 80px;
}.welcome-style .mastery-zone-style h3 {
    font-weight: 600;
    font-size: clamp(1.25rem, 3vw, 18px);
    opacity: 0;
    margin: 0;
    line-height: 1.4;
    color: #ffffff;
    animation: fadeIn 0.8s 0.8s ease-out forwards;
}.welcome-style .page-home-style > div:last-child {
    position: relative;
    margin-top: 2rem;
}.welcome-style .page-home-style span {
    position: relative;
    display: inline-block;
    animation: fadeIn 0.8s 1s ease-out forwards;
    opacity: 0;
}.welcome-style .page-home-style p {
    font-size: clamp(1rem, 2vw, 15px);
    color: #ffffff;
    line-height: 1.6;
    padding-left: 1rem;
    position: relative;
    margin: 0;
}.welcome-style .page-home-style p::before {
    width: 3px;
    animation: scaleIn 0.6s 1.4s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    left: 0;
    background: rgb(137,130,130);
    content: "";
    transform-origin: bottom;
    position: absolute;
    transform: scaleY(0);
    bottom: 0.3rem;
    top: 0.3rem;
}

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

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

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes scaleIn {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}

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

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

@media (min-width: 768px) {.welcome-style {
    padding: 5rem 2rem;
}.welcome-style > div {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: center;
}.welcome-style .title_style_header {
    padding-left: 2rem;
}.welcome-style .title_style_header::before {
    width: 8px;
}.welcome-style .page-home-style {
    transform: translateY(0) translateX(50px);
    margin-left: -2rem;
    opacity: 0;
    z-index: 6;
    animation: slideRight 0.8s 0.4s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    padding: 3rem;
}.welcome-style .mastery-zone-style::after {
    width: 120px;
}
}

@media (min-width: 1200px) {.welcome-style {
    padding: 6rem 3rem;
}.welcome-style > div {
    gap: 3rem;
}.welcome-style .title_style_header {
    padding-left: 3rem;
}.welcome-style .title_style_header::before {
    width: 10px;
}.welcome-style .page-home-style {
    margin-left: -4rem;
    padding: 4rem;
}
}

@keyframes slideRight {
  0% {
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@media (prefers-reduced-motion) {.welcome-style::after {
    animation: none;
}.welcome-style > div > div:first-child,
  .welcome-style .page-home-style,
  .welcome-style .title_style_header::before,
  .welcome-style .mastery-zone-style::after,
  .welcome-style .mastery-zone-style h3,
  .welcome-style .page-home-style span,
  .welcome-style .page-home-style p::before {
    animation-duration: 0.1s;
}.welcome-style .page-home-style::before {
    animation: none;
}}.interested-learners-style {
    background: rgb(200,195,195);
    padding: 140px 0;
    overflow: hidden;
    position: relative;
}.interested-learners-style::before {
    left: 0;
    background-position: 0 0, 30px 30px;
    height: 100%;
    z-index: 0;
    opacity: 0.03;
    position: absolute;
    width: 100%;
    top: 0;
    content: "";
    background-image: 
        linear-gradient(
            45deg, 
            rgb(168,162,162,0.5) 25%, 
            transparent 25%, 
            transparent 75%, 
            rgb(168,162,162,0.5) 75%
        ),
        linear-gradient(
            -45deg, 
            rgb(168,162,162,0.5) 25%, 
            transparent 25%, 
            transparent 75%, 
            rgb(168,162,162,0.5) 75%
        );
    background-size: 60px 60px;
}.interested-learners-style::after {
    height: 150px;
    position: absolute;
    content: "";
    width: 100%;
    bottom: 0;
    background: linear-gradient(to top, rgb(200,195,195), transparent);
    z-index: 1;
    left: 0;
}.interested-learners-style .container {
    z-index: 2;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
}.interested-learners-style .impact-numbers-style {
    position: relative;
}.interested-learners-style h4 {
    font-size: 37px;
    padding: 20px 0;
    margin-bottom: 80px;
    color: #000000;
    font-weight: 700;
    position: relative;
    text-align: center;
}.interested-learners-style h4::before {
    height: 3px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    background: rgb(168,162,162,0.5);
    width: 100px;
    top: 0;
    border-radius: 2px;
    content: "";
}.interested-learners-style h4::after {
    left: 50%;
    width: 100px;
    bottom: 0;
    content: "";
    background: rgb(137,130,130,0.5);
    border-radius: 2px;
    transform: translateX(-50%);
    position: absolute;
    height: 3px;
}.interested-learners-style div {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}.interested-learners-style div::before {
    z-index: 0;
    background: linear-gradient(180deg, rgb(168,162,162,0.5), rgb(137,130,130,0.5), transparent);
    height: 100%;
    left: 50%;
    opacity: 0.5;
    position: absolute;
    content: "";
    width: 2px;
    top: 0;
}.interested-learners-style div p {
    border-radius: 50px;
    padding: 25px 30px;
    align-items: center;
    margin: 0 0 60px 0;
    font-size: 14px;
    color: #000000;
    width: 70%;
    line-height: 1.6;
    position: relative;
    transition: all 0.4s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    display: flex;
    z-index: 1;
}.interested-learners-style div p:nth-child(odd) {
    border-top-left-radius: 0;
    align-self: flex-start;
}.interested-learners-style div p:nth-child(even) {
    border-top-right-radius: 0;
    align-self: flex-end;
}.interested-learners-style div p:hover {
    transform: scale(1.03);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}.interested-learners-style div p::before {
    border-radius: 50%;
    position: absolute;
    background: #ffffff;
    height: 30px;
    width: 30px;
    z-index: 2;
    content: "";
}.interested-learners-style div p:nth-child(odd)::before {
    left: -15px;
    top: -15px;
}.interested-learners-style div p:nth-child(even)::before {
    right: -15px;
    top: -15px;
}.interested-learners-style div p::after {
    transition: all 0.3s ease;
    z-index: 3;
    height: 15px;
    background: linear-gradient(135deg, rgb(168,162,162), rgb(137,130,130));
    border-radius: 50%;
    position: absolute;
    width: 15px;
    content: "";
}.interested-learners-style div p:nth-child(odd)::after {
    left: -7.5px;
    top: -7.5px;
}.interested-learners-style div p:nth-child(even)::after {
    right: -7.5px;
    top: -7.5px;
}.interested-learners-style div p:hover::after {
    box-shadow: 0 0 10px rgb(168,162,162,0.5);
    transform: scale(1.3);
}.interested-learners-style div p svg {
    height: 32px;
    min-width: 32px;
    width: 32px;
    transition: all 0.3s ease;
    margin-right: 20px;
}.interested-learners-style div p:hover svg {
    transform: rotate(15deg);
}.interested-learners-style div p svg path {
    fill: rgb(168,162,162);
    transition: fill 0.3s ease;
}.interested-learners-style div p:hover svg path {
    fill: rgb(137,130,130);
}

@media (max-width: 991px) {.interested-learners-style {
    padding: 120px 0;
}.interested-learners-style h4 {
    margin-bottom: 70px;
    font-size: calc(37px - 2px);
}.interested-learners-style div p {
    padding: 22px 25px;
    width: 80%;
    margin-bottom: 50px;
}.interested-learners-style div p svg {
    margin-right: 15px;
    width: 28px;
    min-width: 28px;
    height: 28px;
}
}

@media (max-width: 767px) {.interested-learners-style {
    padding: 100px 0;
}.interested-learners-style h4 {
    font-size: calc(37px - 4px);
    margin-bottom: 60px;
}.interested-learners-style div p {
    width: 90%;
    align-self: center !important;
    border-radius: 30px !important;
    margin-bottom: 40px;
    padding: 18px 22px;
}.interested-learners-style div p::before,
    .interested-learners-style div p::after {
    display: none;
}.interested-learners-style div p svg {
    margin-right: 12px;
    width: 24px;
    height: 24px;
    min-width: 24px;
}
}

@media (max-width: 479px) {.interested-learners-style {
    padding: 80px 0;
}.interested-learners-style h4 {
    font-size: calc(37px - 6px);
    margin-bottom: 50px;
}.interested-learners-style div p {
    width: 100%;
    font-size: calc(14px - 1px);
    margin-bottom: 30px;
    padding: 15px 18px;
}.interested-learners-style div p svg {
    width: 22px;
    height: 22px;
    margin-right: 10px;
    min-width: 22px;
}}footer {
    width: 100%;
    position: relative;
}.reg-remind-style {
    font-family: Arial, sans-serif;
    color: #000000;
    position: relative;
    padding: 80px 0 30px;
    background-color: #ffffff;
}.reg-remind-style::before {
    background-image: repeating-linear-gradient(
        to right,
        rgb(168,162,162),
        rgb(168,162,162) 10px,
        transparent 10px,
        transparent 20px
    );
    position: absolute;
    height: 1px;
    content: "";
    bottom: 0;
    width: 100%;
    left: 0;
}footer .story-spot-style {
    z-index: 1;
    position: relative;
}footer .get-connected-style {
    height: 100px;
    flex-wrap: wrap;
    margin-bottom: 70px;
    justify-content: space-between;
    position: relative;
    display: flex;
    overflow: hidden;
}footer .info_item {
    min-width: 250px;
    transition: all 0.5s ease;
    display: flex;
    padding: 0 25px;
    overflow: hidden;
    position: relative;
    background-color: rgb(137,130,130);
    margin-right: 1px;
    height: 100px;
    cursor: pointer;
    align-items: center;
    flex: 1;
}footer .info_item:last-child {
    margin-right: 0;
}footer .info_item:hover {
    background-color: rgb(168,162,162);
    flex: 1.5;
}footer .info_item::after {
    top: 0;
    height: 100%;
    content: "";
    background-color: rgba(255, 255, 255, 0.1);
    width: 1px;
    right: 0;
    position: absolute;
}footer .info_item:last-child::after {
    display: none;
}footer .info_item svg {
    z-index: 2;
    position: relative;
    height: 24px;
    width: 24px;
    margin-right: 15px;
    flex-shrink: 0;
    fill: #ffffff;
}footer .info_item p,
footer .info_item a {
    text-overflow: ellipsis;
    z-index: 2;
    text-decoration: none;
    white-space: nowrap;
    font-size: 17px;
    color: #ffffff;
    overflow: hidden;
    max-width: 100%;
    position: relative;
}footer .info_item::before {
    opacity: 0;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 100%);
    transition: opacity 0.5s ease;
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    width: 100%;
}footer .info_item:hover::before {
    opacity: 1;
}footer .text_main_holder {
    -webkit-overflow-scrolling: touch;
    flex-wrap: nowrap;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
    gap: 0;
    -ms-overflow-style: none;
    margin: 0 -20px;
    padding: 0 20px;
    overflow-x: auto;
    display: flex;
}footer .text_main_holder::-webkit-scrollbar {
    display: none;
}footer .top-site-style, footer .header-main-style, footer .subscribe_holder {
    flex: 0 0 100%;
    transition: all 0.4s ease;
    padding: 30px;
    border-radius: 25px;
    max-width: 500px;
    position: relative;
    min-width: 280px;
    height: 450px;
    margin-right: 30px;
    scroll-snap-align: start;
}footer .top-site-style {
    text-align: center;
    background-color: rgb(200,195,195);
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
}footer .top-site-style svg {
    margin-bottom: 30px;
    height: 50px;
    width: auto;
}footer .webinar-arch-style {
    max-width: 300px;
    line-height: 1.6;
    font-size: 13px;
    color: #000000;
}footer .header-main-style {
    position: relative;
    overflow: hidden;
    background-color: rgb(137,130,130);
    display: flex;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(137,130,130,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(168,162,162,0.5) 0%, transparent 40%);
    justify-content: center;
    color: #ffffff;
    flex-direction: column;
}footer .header-main-style::after {
    opacity: 0.3;
    top: 0;
    position: absolute;
    right: 0;
    background-image: 
        linear-gradient(45deg, transparent 92%, rgba(255, 255, 255, 0.05) 93%, transparent 94%),
        linear-gradient(135deg, transparent 92%, rgba(255, 255, 255, 0.05) 93%, transparent 94%);
    content: "";
    background-size: 30px 30px;
    bottom: 0;
    left: 0;
    pointer-events: none;
}footer .header-main-style h5 {
    margin-bottom: 30px;
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 1px;
    display: inline-block;
    font-size: 21px;
}footer .header-main-style h5::after {
    content: "";
    width: 30px;
    bottom: -10px;
    height: 2px;
    background-color: rgb(168,162,162);
    left: 0;
    position: absolute;
}footer .top-nav-style {
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    max-height: 280px;
    height: auto;
}footer .top-nav-style a {
    display: block;
    padding: 10px 0;
    text-decoration: none;
    font-size: 17px;
    transition: all 0.3s ease;
    color: rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}footer .top-nav-style a:hover {
    padding-left: 10px;
    border-bottom-color: rgb(168,162,162);
    color: #ffffff;
}footer .subscribe_holder {
    justify-content: center;
    display: flex;
    flex-direction: column;
    color: #ffffff;
    background-color: rgb(168,162,162);
}footer .subscribe_holder h5 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 21px;
    margin-bottom: 20px;
    color: #ffffff;
    font-weight: 700;
}footer .subscribe_holder p {
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 30px;
    font-size: 17px;
}footer .input_holder {
    flex-direction: column;
    display: flex;
    gap: 15px;
}footer .input_holder input[type="email"] {
    color: #ffffff;
    padding: 15px;
    border-radius: 10px;
    border: none;
    background-color: rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    font-size: 17px;
}footer .input_holder input[type="email"]:focus {
    background-color: rgba(255, 255, 255, 0.2);
    outline: none;
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}footer .subscribe-widget-style {
    cursor: pointer;
    border-radius: 10px;
    text-align: center;
    padding: 15px;
    border: none;
    color: #ffffff;
    font-weight: 600;
    background-color: rgb(137,130,130);
    font-size: 20px;
    transition: all 0.3s ease;
}footer .subscribe-widget-style:hover {
    background-color: rgb(137,130,130,0.5);
}footer .trophy-case-style {
    padding-top: 20px;
    position: relative;
    margin-top: 40px;
}footer .trophy-case-style::before {
    right: 20%;
    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.5), transparent);
    position: absolute;
    height: 1px;
    left: 20%;
    top: 0;
    content: "";
}footer .intern-ship-style {
    text-align: center;
    color: #000000;
    font-size: 13px;
}

@media (min-width: 992px) {footer .text_main_holder {
    scroll-snap-type: none;
    margin: 0;
    gap: 30px;
    flex-wrap: wrap;
    padding: 0;
    overflow-x: visible;
}footer .top-site-style, footer .header-main-style, footer .subscribe_holder {
    height: 500px;
    min-width: 0;
    flex: 1;
    margin-right: 0;
}
}

@media (max-width: 991px) {footer .info_item {
    min-width: 200px;
}footer .top-site-style::before,
    footer .header-main-style::before,
    footer .subscribe_holder::before {
    font-size: 3rem;
}
}

@media (max-width: 767px) {footer .reg-remind-style {
    padding: 60px 0 30px;
}footer .get-connected-style {
    height: auto;
    flex-direction: column;
    margin-bottom: 40px;
}footer .info_item {
    margin-bottom: 1px;
    margin-right: 0;
    width: 100%;
}footer .info_item:hover {
    padding-left: 35px;
    flex: 1;
}footer .top-site-style, footer .header-main-style, footer .subscribe_holder {
    height: auto;
    min-height: 350px;
    padding: 25px 20px;
}
}

@media (max-width: 576px) {footer .reg-remind-style {
    padding: 50px 0 20px;
}footer .top-site-style::before,
    footer .header-main-style::before,
    footer .subscribe_holder::before {
    top: 15px;
    font-size: 2rem;
    left: 15px;
}footer .top-nav-style {
    height: auto;
    max-height: 220px;
}footer .top-site-style, footer .header-main-style, footer .subscribe_holder {
    min-height: 300px;
    padding: 20px 15px;
}footer .header-main-style h5, footer .subscribe_holder h5 {
    margin-bottom: 15px;
    font-size: calc(21px - 2px);
}footer .subscribe_holder p {
    margin-bottom: 20px;
}footer .input_holder input[type="email"],
    footer .subscribe-widget-style {
    padding: 12px;
}
}