﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}header,footer {
    width: 100%;
}.Y-main-pagewrap {
    flex: 1 0 auto;
}a {
    text-decoration: none;
    color: inherit;
}svg {
    height: 30px;
    width: 30px;
}.R-abuse-ctrl {
    flex: 0 0 auto;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1248px;
}html,body {
    min-height: 100%;
    auto
contain
touch-action: none;
    color: #000000;
    font-family: Arial, sans-serif;
    height: 100%;
}.B-wrap-structure {
    height: 100%;
    display: flex;
    min-height: 100%;
    flex-direction: column;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.A-plan-wrapper {
    overflow: hidden;
    position: relative;
    background: rgb(207,204,190);
    padding: 120px 0;
}.A-plan-wrapper::before {
    right: -10%;
    opacity: 0.15;
    content: "";
    filter: blur(80px);
    width: 600px;
    background: linear-gradient(135deg, rgb(171,174,170,0.5), rgb(128,130,128,0.5));
    height: 600px;
    position: absolute;
    top: -15%;
    z-index: 0;
}.A-plan-wrapper::after {
    width: 500px;
    height: 500px;
    position: absolute;
    background: linear-gradient(225deg, rgb(128,130,128,0.5), rgb(171,174,170,0.5));
    left: -10%;
    content: "";
    filter: blur(100px);
    opacity: 0.1;
    bottom: -15%;
    z-index: 0;
}.A-plan-wrapper .container {
    z-index: 1;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    max-width: 1400px;
}.A-plan-wrapper .t-cost-summary {
    flex-direction: column;
    gap: 60px;
    display: flex;
}.A-plan-wrapper .E-program-fees {
    transform: translateX(5%);
    order: -1;
    position: relative;
    z-index: 2;
    margin-bottom: 20px;
}.A-plan-wrapper .E-program-fees h2 {
    -webkit-background-clip: text !important;
    color: transparent;
    color: #000000;
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateX(0deg);
    font-weight: 700;
    margin-bottom: 15px;
    background-clip: text !important;
    background: linear-gradient(90deg, #000000, rgb(171,174,170));
    font-size: 30px;
}.A-plan-wrapper .E-program-fees .u-offer-box {
    color: #000000;
    transition: transform 0.4s ease;
    transform: translateY(0);
    margin-left: 5px;
    line-height: 1.6;
    max-width: 700px;
    font-size: 15px;
}.A-plan-wrapper .E-program-fees:hover h2 {
    transform: perspective(1000px) rotateX(5deg);
}.A-plan-wrapper .E-program-fees:hover .u-offer-box {
    transform: translateY(3px);
}.A-plan-wrapper .q-package-price {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
    display: grid;
    perspective: 1000px;
}.A-plan-wrapper .a-access-rates {
    overflow: hidden;
    text-decoration: none;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: translateZ(0) scale(1);
    position: relative;
    display: block;
    transform-style: preserve-3d;
    height: 100%;
}.A-plan-wrapper .a-access-rates:hover {
    transform: translateZ(20px) scale(1.02);
    z-index: 5;
}.A-plan-wrapper .P-learning-plan {
    background: #ffffff;
    transition: box-shadow 0.5s ease;
    display: flex;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
    flex-direction: column;
    height: 100%;
}.A-plan-wrapper .a-access-rates:hover .P-learning-plan {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 0 0 0 1px rgb(171,174,170,0.5);
}.A-plan-wrapper .P-learning-plan::before {
    right: 0;
    content: "";
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scaleX(0);
    height: 5px;
    background: linear-gradient(90deg, rgb(171,174,170), rgb(128,130,128));
    position: absolute;
    top: 0;
    left: 0;
}.A-plan-wrapper .a-access-rates:hover .P-learning-plan::before {
    transform: scaleX(1);
}.A-plan-wrapper .N-class-cost {
    z-index: 2;
    padding: 35px 30px;
    display: flex;
    position: relative;
    flex-direction: column;
    overflow: hidden;
    flex-grow: 1;
}.A-plan-wrapper .N-class-cost h3 {
    font-weight: 600;
    overflow-wrap: break-word;
    transition: transform 0.4s ease, color 0.3s ease;
    margin-bottom: 15px;
    position: relative;
    transform: translateY(0);
    word-break: break-word;
    color: #000000;
    font-size: calc(21px + 2px);
}.A-plan-wrapper .a-access-rates:hover .N-class-cost h3 {
    color: rgb(171,174,170);
    transform: translateY(-2px);
}.A-plan-wrapper .N-class-cost .r-plan-fee {
    position: relative;
    margin: 5px 0 20px;
    word-break: break-word;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    display: block;
    font-weight: 700;
    color: rgb(171,174,170);
    overflow-wrap: break-word;
    font-size: calc(21px + 6px);
}.A-plan-wrapper .a-access-rates:hover .N-class-cost .r-plan-fee {
    transform: scale(1.05);
}.A-plan-wrapper .N-class-cost .r-plan-fee::after {
    left: 0;
    height: 2px;
    transition: width 0.4s ease;
    bottom: -10px;
    content: "";
    position: absolute;
    width: 50px;
    background: rgb(128,130,128,0.5);
}.A-plan-wrapper .a-access-rates:hover .N-class-cost .r-plan-fee::after {
    width: 80px;
}.A-plan-wrapper .N-class-cost p {
    overflow-wrap: break-word;
    font-size: 15px;
    transition: opacity 0.3s ease;
    word-break: break-word;
    opacity: 0.85;
    white-space: normal;
    flex-grow: 1;
    margin-top: 10px;
    color: #000000;
    line-height: 1.7;
}.A-plan-wrapper .a-access-rates:hover .N-class-cost p {
    opacity: 1;
}.A-plan-wrapper .a-access-rates .w-product-photo {
    transition: height 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 220px;
}.A-plan-wrapper .a-access-rates:hover .w-product-photo {
    height: 240px;
}.A-plan-wrapper .a-access-rates .w-product-photo::after {
    bottom: 0;
    left: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.3), transparent);
    content: "";
    right: 0;
    top: 0;
    position: absolute;
    transition: opacity 0.4s ease;
    opacity: 0;
}.A-plan-wrapper .a-access-rates:hover .w-product-photo::after {
    opacity: 1;
}.A-plan-wrapper .a-access-rates:nth-child(odd) .P-learning-plan {
    flex-direction: column-reverse;
}

@media (min-width: 992px) {.A-plan-wrapper {
    padding: 140px 0;
}.A-plan-wrapper .t-cost-summary {
    flex-direction: row;
    align-items: flex-start;
}.A-plan-wrapper .E-program-fees {
    align-self: flex-start;
    position: sticky;
    transform: translateX(0);
    order: 0;
    top: 100px;
    width: 30%;
    margin-right: 70px;
}.A-plan-wrapper .q-package-price {
    grid-template-columns: repeat(2, 1fr);
    width: 70%;
}
}

@media (min-width: 1200px) {.A-plan-wrapper .q-package-price {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.A-plan-wrapper .E-program-fees h2 {
    font-size: calc(30px + 5px);
}
}

@media (max-width: 991px) {.A-plan-wrapper {
    padding: 80px 0;
}.A-plan-wrapper .E-program-fees {
    transform: translateX(0);
    text-align: center;
}.A-plan-wrapper .E-program-fees .u-offer-box {
    margin: 0 auto;
}
}

@media (max-width: 767px) {.A-plan-wrapper {
    padding: 60px 0;
}.A-plan-wrapper .q-package-price {
    grid-template-columns: 1fr;
}.A-plan-wrapper .N-class-cost {
    padding: 25px 20px;
}.A-plan-wrapper .a-access-rates .w-product-photo {
    height: 180px;
}.A-plan-wrapper .E-program-fees h2 {
    font-size: calc(30px - 2px);
}
}

@media (max-width: 480px) {.A-plan-wrapper {
    padding: 50px 0;
}.A-plan-wrapper .N-class-cost h3 {
    font-size: 21px;
}.A-plan-wrapper .N-class-cost .r-plan-fee {
    font-size: calc(21px + 2px);
}.A-plan-wrapper .N-class-cost p {
    font-size: calc(15px - 1px);
}}.M-learning-impact {
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(207,204,190) 0%, rgb(171,174,170,0.5) 100%);
}.M-learning-impact::before {
    animation: pulse 15s infinite alternate;
    content: '';
    position: absolute;
    background: 
        radial-gradient(circle at 20% 30%, rgb(171,174,170,0.5) 0%, transparent 10%),
        radial-gradient(circle at 80% 70%, rgb(128,130,128,0.5) 0%, transparent 20%);
    height: 100%;
    width: 100%;
    z-index: 1;
    left: 0;
    top: 0;
}.M-learning-impact .N-creds-block {
    margin: 0 auto;
    display: flex;
    position: relative;
    padding: 0 2rem;
    align-items: center;
    z-index: 5;
    flex-direction: row-reverse;
    max-width: 1200px;
}.M-learning-impact .w-product-photo {
    transform: perspective(1000px) rotateY(-5deg);
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    height: 500px;
    border-radius: 28px;
    transition: transform 0.5s ease;
    flex: 0 0 45%;
    position: relative;
}.M-learning-impact .w-product-photo::after {
    content: '';
    width: 100%;
    background: linear-gradient(135deg, transparent 0%, rgb(128,130,128,0.5) 100%);
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}.M-learning-impact .X-text-bubble {
    padding-right: 5rem;
    flex: 0 0 55%;
}.M-learning-impact h2 {
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    font-weight: 700;
    color: #000000;
    font-size: 36px;
    position: relative;
}.M-learning-impact h2::after {
    content: '';
    height: 4px;
    background: rgb(171,174,170);
    bottom: 0;
    width: 80px;
    left: 0;
    position: absolute;
    border-radius: 10px;
}.M-learning-impact .text_main_holder {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.M-learning-impact .text_main_holder > div {
    transform: translateX(0);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    padding: 1.5rem;
    align-items: flex-start;
    display: flex;
}.M-learning-impact .text_main_holder > div:hover {
    transform: translateX(10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}.M-learning-impact .text_main_holder svg {
    width: 2.5rem;
    fill: rgb(171,174,170);
    height: 2.5rem;
    margin-right: 1rem;
    flex-shrink: 0;
}.M-learning-impact .text_main_holder svg path {
    stroke: #ffffff;
    stroke-width: 0.5;
    fill: rgb(171,174,170);
}.M-learning-impact .text_main_holder p {
    line-height: 1.6;
    color: #000000;
    font-size: 15px;
    margin: 0;
}

@keyframes pulse {
    0% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.8;
    }
    100% {
        opacity: 0.5;
    }
}

@media (max-width: 992px) {.M-learning-impact .N-creds-block {
    flex-direction: column;
}.M-learning-impact .w-product-photo {
    margin-bottom: 3rem;
    height: 400px;
    transform: perspective(1000px) rotateY(0);
    flex: 0 0 100%;
}.M-learning-impact .X-text-bubble {
    padding-right: 0;
    flex: 0 0 100%;
}
}

@media (max-width: 768px) {.M-learning-impact {
    padding: 4rem 0;
}.M-learning-impact .w-product-photo {
    height: 300px;
}.M-learning-impact h2 {
    font-size: calc(36px * 0.85);
}.M-learning-impact .text_main_holder > div {
    padding: 1.2rem;
}
}

@media (max-width: 576px) {.M-learning-impact .N-creds-block {
    padding: 0 1rem;
}.M-learning-impact .w-product-photo {
    height: 250px;
}.M-learning-impact .text_main_holder svg {
    height: 2rem;
    width: 2rem;
}}.I-appSpace {
    overflow: hidden;
    padding: 100px 0;
    background: linear-gradient(135deg, rgb(171,174,170,0.5), rgb(128,130,128) 120%);
    position: relative;
}.I-appSpace::before {
    background: rgb(255, 255, 255, 0.5);
    position: absolute;
    right: -10%;
    pointer-events: none;
    top: -10%;
    height: 60%;
    transform: rotate(-15deg);
    content: "";
    width: 50%;
    opacity: 0.05;
}.I-appSpace::after {
    background: rgb(171,174,170);
    width: 40%;
    position: absolute;
    transform: rotate(10deg);
    opacity: 0.1;
    pointer-events: none;
    content: "";
    left: -5%;
    bottom: -5%;
    height: 30%;
}.I-appSpace .container {
    margin: 0 auto;
    z-index: 2;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
}.I-appSpace .N-creds-block {
    padding: 60px 50px;
    transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
    flex-direction: column;
    transform: translateY(0);
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08), 0 5px 20px rgba(0, 0, 0, 0.05);
    gap: 40px;
    background: #ffffff;
    display: flex;
    position: relative;
}.I-appSpace .N-creds-block:hover {
    transform: translateY(-5px);
}.I-appSpace .N-creds-block::before {
    height: 100%;
    width: 4px;
    position: absolute;
    content: "";
    left: 0;
    background: linear-gradient(to bottom, rgb(171,174,170), rgb(128,130,128));
    top: 0;
}.I-appSpace .N-creds-block div:first-child {
    padding-bottom: 25px;
    position: relative;
}.I-appSpace .N-creds-block div:first-child::after {
    content: "";
    background: rgb(171,174,170,0.5);
    width: 80px;
    bottom: 0;
    height: 2px;
    position: absolute;
    left: 0;
}.I-appSpace .N-creds-block h5 {
    transform: translateX(0);
    transition: transform 0.4s ease-out;
    line-height: 1.4;
    font-weight: 700;
    margin: 0;
    font-size: 21px;
    color: #000000;
}.I-appSpace .N-creds-block:hover h5 {
    transform: translateX(8px);
}.I-appSpace .N-creds-block div:last-child {
    position: relative;
}.I-appSpace .N-creds-block a {
    transition: all 0.4s ease;
    text-decoration: none;
    display: block;
}.I-appSpace .N-creds-block p {
    z-index: 1;
    position: relative;
    margin: 0;
    line-height: 1.8;
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #000000;
    transition: color 0.3s ease;
}.I-appSpace .N-creds-block a:hover p {
    color: rgb(171,174,170);
}.I-appSpace .N-creds-block a::before {
    opacity: 0;
    z-index: 0;
    right: -10px;
    height: 40%;
    background: linear-gradient(135deg, transparent, rgb(128,130,128,0.5) 60%);
    width: 40%;
    content: "";
    bottom: -10px;
    transition: opacity 0.5s ease;
    position: absolute;
}.I-appSpace .N-creds-block a:hover::before {
    opacity: 0.1;
}

@media (min-width: 768px) {.I-appSpace .N-creds-block {
    padding: 70px 80px;
}.I-appSpace .N-creds-block::before {
    width: 6px;
}.I-appSpace .N-creds-block div:first-child::after {
    width: 120px;
}
}

@media (max-width: 767px) {.I-appSpace {
    padding: 60px 0;
}.I-appSpace .N-creds-block {
    padding: 40px 30px;
    gap: 25px;
}.I-appSpace .N-creds-block h5 {
    font-size: calc(21px - 2px);
}.I-appSpace .N-creds-block p {
    font-size: calc(12px - 1px);
}.I-appSpace .N-creds-block div:first-child {
    padding-bottom: 20px;
}.I-appSpace .N-creds-block div:first-child::after {
    width: 60px;
}
}

@media (max-width: 480px) {.I-appSpace {
    padding: 40px 0;
}.I-appSpace .N-creds-block {
    padding: 30px 20px;
    gap: 20px;
}.I-appSpace .N-creds-block h5 {
    font-size: calc(21px - 4px);
}
}

@media (prefers-reduced-motion: reduce) {.I-appSpace .N-creds-block,
    .I-appSpace .N-creds-block h5,
    .I-appSpace .N-creds-block a::before,
    .I-appSpace .N-creds-block a p {
    transition: none;
}.I-appSpace .N-creds-block:hover,
    .I-appSpace .N-creds-block:hover h5 {
    transform: none;
}}.n-connect-with-us {
    background: rgb(207,204,190);
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}.n-connect-with-us::before {
    z-index: 1;
    width: 100%;
    left: 0;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(171,174,170,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(128,130,128,0.5) 0%, transparent 30%);
    top: 0;
    height: 100%;
    content: "";
    background: rgb(207,204,190);
    position: absolute;
}.n-connect-with-us::after {
    top: 0;
    opacity: 0.2;
    left: 0;
    background-size: 30px 30px, 30px 30px, 100% 100%, 100% 100%;
    position: absolute;
    width: 100%;
    background-position: 0 0, 0 0, 0 0, 0 0;
    content: "";
    background-image: 
        repeating-linear-gradient(45deg, rgb(171,174,170,0.5) 0, rgb(171,174,170,0.5) 1px, transparent 1px, transparent 20px),
        repeating-linear-gradient(-45deg, rgb(128,130,128,0.5) 0, rgb(128,130,128,0.5) 1px, transparent 1px, transparent 20px),
        linear-gradient(90deg, rgb(171,174,170,0.5), transparent 70%),
        linear-gradient(180deg, rgb(128,130,128,0.5), transparent 70%);
    height: 100%;
    animation: backgroundMove 30s infinite linear;
    z-index: 1;
}@keyframes backgroundMove {
    0% {
        background-position: 0 0, 0 0, 0 0, 0 0;
    }
    100% {
        background-position: 60px 60px, 60px 60px, 0 0, 0 0;
    }
}

.n-connect-with-us .container {
    position: relative;
    max-width: 1200px;
    z-index: 2;
    padding: 0 30px;
    margin: 0 auto;
}.n-connect-with-us h2 {
    letter-spacing: 2px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 43px;
    color: #000000;
    text-align: center;
    position: relative;
    margin-bottom: 50px;
}.n-connect-with-us h2::before {
    content: "";
    width: 100px;
    left: calc(50% - 50px);
    height: 2px;
    bottom: -15px;
    position: absolute;
    box-shadow: 
        0 0 5px rgb(171,174,170),
        0 0 10px rgb(171,174,170),
        0 0 15px rgb(171,174,170);
    background: rgb(171,174,170);
}.n-connect-with-us .F-help-card {
    position: relative;
    border-radius: 12px;
    display: flex;
    overflow: hidden;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgb(171,174,170,0.5);
}.n-connect-with-us .F-help-card::before {
    border: 1px solid rgb(171,174,170);
    border-radius: 12px;
    pointer-events: none;
    opacity: 0.2;
    inset: 0;
    position: absolute;
    content: "";
    z-index: 3;
}.n-connect-with-us .w-product-photo {
    overflow: hidden;
    position: relative;
    flex: 0 0 45%;
    min-height: 550px;
}.n-connect-with-us .w-product-photo::before {
    content: "";
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
    inset: 0;
    position: absolute;
}.n-connect-with-us .w-product-photo::after {
    inset: 0;
    background: 
        linear-gradient(135deg, transparent 0%, rgb(171,174,170,0.5) 100%);
    position: absolute;
    content: "";
    opacity: 0.7;
    z-index: 2;
}.n-connect-with-us .h-inquiry-section {
    position: relative;
    flex: 0 0 55%;
    padding: 60px;
    background: #ffffff;
}.n-connect-with-us .h-inquiry-section::before {
    opacity: 0.3;
    height: 200px;
    right: -100px;
    background: rgb(171,174,170,0.5);
    position: absolute;
    top: -100px;
    z-index: 0;
    filter: blur(100px);
    width: 200px;
    content: "";
}.n-connect-with-us .h-inquiry-section::after {
    background: rgb(128,130,128,0.5);
    bottom: -75px;
    left: -75px;
    width: 150px;
    height: 150px;
    content: "";
    filter: blur(80px);
    position: absolute;
    opacity: 0.3;
    z-index: 0;
}.n-connect-with-us form {
    position: relative;
    z-index: 2;
}.n-connect-with-us form h3 {
    position: relative;
    font-size: 24px;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 40px;
    font-weight: 700;
}.n-connect-with-us form h3::after {
    width: 40px;
    position: absolute;
    bottom: -15px;
    background: rgb(171,174,170);
    height: 2px;
    box-shadow: 
        0 0 5px rgb(171,174,170,0.5),
        0 0 10px rgb(171,174,170,0.5);
    left: 0;
    content: "";
}.n-connect-with-us form input[type="text"] {
    border: 1px solid rgb(171,174,170,0.5);
    background: rgb(207,204,190);
    color: #000000;
    border-radius: 8px;
    padding: 18px 25px;
    margin-bottom: 25px;
    transition: all 0.3s ease;
    width: 100%;
    font-size: 13px;
}.n-connect-with-us form input[type="text"]:focus {
    box-shadow: 
        0 0 0 1px rgb(171,174,170),
        0 0 5px rgb(171,174,170,0.5);
    outline: none;
    border-color: rgb(171,174,170);
}.n-connect-with-us form input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.7;
}.n-connect-with-us .P-reach-panel {
    margin-bottom: 35px;
    position: relative;
}.n-connect-with-us .P-reach-panel input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.n-connect-with-us .P-reach-panel label {
    padding-left: 35px;
    line-height: 1.5;
    color: #000000;
    cursor: pointer;
    font-size: 13px;
    position: relative;
}.n-connect-with-us .P-reach-panel label::before {
    left: 0;
    width: 22px;
    border-radius: 4px;
    position: absolute;
    border: 1px solid rgb(171,174,170,0.5);
    background: rgb(207,204,190);
    height: 22px;
    transition: all 0.3s ease;
    content: "";
    top: 0;
}.n-connect-with-us .P-reach-panel input[type="checkbox"]:checked + label::before {
    border-color: rgb(171,174,170);
    background: rgb(171,174,170);
    box-shadow: 0 0 5px rgb(171,174,170,0.5);
}.n-connect-with-us .P-reach-panel input[type="checkbox"]:checked + label::after {
    transform: rotate(45deg);
    left: 8px;
    width: 6px;
    height: 12px;
    border: solid #ffffff;
    content: "";
    top: 4px;
    position: absolute;
    border-width: 0 2px 2px 0;
}.n-connect-with-us .P-reach-panel label a {
    color: rgb(171,174,170);
    position: relative;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}.n-connect-with-us .P-reach-panel label a::after {
    content: "";
    background: rgb(171,174,170);
    bottom: -1px;
    width: 100%;
    height: 1px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s ease;
}.n-connect-with-us .P-reach-panel label a:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}.n-connect-with-us .L-message-support {
    border-radius: 8px;
    text-transform: uppercase;
    padding: 18px 30px;
    position: relative;
    overflow: hidden;
    font-size: 14px;
    transition: all 0.3s ease;
    color: #ffffff;
    border: none;
    background: rgb(171,174,170);
    letter-spacing: 1px;
    width: 100%;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 
        0 5px 15px rgb(171,174,170,0.5),
        0 0 0 1px rgb(171,174,170);
}.n-connect-with-us .L-message-support::before {
    transition: transform 0.5s ease;
    z-index: -1;
    left: 0;
    background: rgb(128,130,128);
    transform: scaleX(0);
    height: 100%;
    content: "";
    transform-origin: right;
    width: 100%;
    top: 0;
    position: absolute;
}.n-connect-with-us .L-message-support:hover {
    box-shadow: 
        0 5px 20px rgb(128,130,128,0.5),
        0 0 0 1px rgb(128,130,128);
}.n-connect-with-us .L-message-support:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}.n-connect-with-us svg {
    filter: drop-shadow(0 0 2px rgb(171,174,170,0.5));
    transition: all 0.3s ease;
    fill: rgb(171,174,170);
    width: 22px;
    height: 22px;
}.n-connect-with-us svg path {
    fill: rgb(171,174,170);
    transition: all 0.3s ease;
}.n-connect-with-us svg:hover,
.n-connect-with-us svg:hover path {
    transform: translateY(-2px);
    fill: rgb(128,130,128);
    filter: drop-shadow(0 0 3px rgb(128,130,128,0.5));
}

@media (max-width: 1024px) {.n-connect-with-us {
    padding: 80px 0;
}.n-connect-with-us .w-product-photo {
    min-height: 500px;
}.n-connect-with-us .h-inquiry-section {
    padding: 50px 40px;
}
}

@media (max-width: 768px) {.n-connect-with-us {
    padding: 60px 0;
}.n-connect-with-us h2 {
    margin-bottom: 40px;
    font-size: calc(43px * 0.8);
}.n-connect-with-us .F-help-card {
    flex-direction: column;
}.n-connect-with-us .w-product-photo {
    width: 100%;
    min-height: 300px;
}.n-connect-with-us .h-inquiry-section {
    width: 100%;
    padding: 40px 30px;
}.n-connect-with-us form h3 {
    margin-bottom: 30px;
}.n-connect-with-us form input[type="text"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}.n-connect-with-us .P-reach-panel {
    margin-bottom: 25px;
}.n-connect-with-us .L-message-support {
    padding: 15px 25px;
}
}

@media (max-width: 480px) {.n-connect-with-us {
    padding: 50px 0;
}.n-connect-with-us h2 {
    font-size: calc(43px * 0.7);
    margin-bottom: 30px;
}.n-connect-with-us .w-product-photo {
    min-height: 200px;
}.n-connect-with-us .h-inquiry-section {
    padding: 30px 20px;
}.n-connect-with-us form h3 {
    margin-bottom: 25px;
    font-size: calc(24px * 0.9);
}.n-connect-with-us form input[type="text"] {
    margin-bottom: 15px;
    padding: 12px 15px;
}.n-connect-with-us .P-reach-panel {
    margin-bottom: 20px;
}.n-connect-with-us .P-reach-panel label {
    font-size: calc(13px * 0.9);
}.n-connect-with-us .L-message-support {
    padding: 12px 20px;
}}.W-contact {
    position: relative;
    padding: 80px 0;
    background: rgb(207,204,190);
    overflow: hidden;
}.W-contact::before {
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    z-index: 0;
    height: 100%;
    position: absolute;
    background: linear-gradient(45deg, rgb(171,174,170,0.5) 0%, transparent 40%, rgb(128,130,128,0.5) 60%, transparent 100%);
}.W-contact::after {
    height: 100%;
    background-size: 85px 85px;
    opacity: 0.4;
    top: 0;
    background-image: 
        linear-gradient(0deg, transparent 84px, rgb(171,174,170,0.5) 85px, transparent 86px),
        linear-gradient(90deg, transparent 84px, rgb(128,130,128,0.5) 85px, transparent 86px);
    animation: gridMove 40s linear infinite;
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 0;
}@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 85px 85px;
    }
}
.W-contact .container {
    margin: 0 auto;
    padding: 0 15px;
    z-index: 1;
    position: relative;
    max-width: 1200px;
}.W-contact .C-reach-section {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    border-radius: 23px;
    display: flex;
    background: #ffffff;
    position: relative;
    flex-direction: column;
}.W-contact .g-join-community {
    margin: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    justify-content: center;
    padding: 25px 30px;
    text-align: center;
    align-items: center;
    position: relative;
    color: #ffffff;
    font-size: 38px;
    display: flex;
    background: rgb(171,174,170);
    font-weight: 700;
}.W-contact .g-join-community svg {
    width: 30px;
    stroke-linejoin: round;
    animation: pulse 2s infinite ease-in-out;
    stroke: #ffffff;
    stroke-linecap: round;
    stroke-width: 2;
    fill: none;
    filter: drop-shadow(0 0 3px rgba(255, 255, 255, 0.5));
    margin-right: 15px;
    height: 30px;
}@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}
.W-contact .w-product-photo {
    width: 100%;
    height: 350px;
    object-position: center;
    object-fit: cover;
    display: block;
}.W-contact .B-edu-reach {
    z-index: 2;
    gap: 15px;
    padding: 30px;
    display: flex;
    position: relative;
    flex-direction: column;
}.W-contact .B-edu-reach p {
    padding: 16px 25px 16px 50px;
    align-items: center;
    position: relative;
    display: flex;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin: 0;
    font-size: 18px;
    background: #ffffff;
    border-radius: 10px;
}.W-contact .B-edu-reach p:hover {
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.5);
    transform: translateY(-3px);
}.W-contact .B-edu-reach p::before {
    height: 100%;
    top: 0;
    background: rgb(171,174,170);
    content: "";
    position: absolute;
    left: 0;
    width: 4px;
}.W-contact .B-edu-reach p svg {
    stroke-width: 2;
    fill: none;
    position: absolute;
    stroke-linejoin: round;
    stroke-linecap: round;
    left: 20px;
    width: 20px;
    stroke: rgb(171,174,170);
    transition: all 0.3s ease;
    top: 50%;
    height: 20px;
    transform: translateY(-50%);
}.W-contact .B-edu-reach p:hover svg {
    stroke: rgb(128,130,128);
    transform: translateY(-50%) scale(1.2);
}.W-contact .B-edu-reach p span {
    font-weight: 400;
    color: #000000;
    margin-left: 10px;
}.W-contact .B-edu-reach p a {
    text-decoration: none;
    color: rgb(171,174,170);
    transition: color 0.3s ease;
    font-weight: 600;
}.W-contact .B-edu-reach p a:hover {
    color: rgb(128,130,128);
}.W-contact .L-instant-request {
    background: rgb(207,204,190);
    margin-top: 15px;
    border-radius: 10px;
    position: relative;
    border-top: 3px solid rgb(171,174,170);
    padding: 25px 30px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
}.W-contact .g-ask-support {
    align-items: center;
    text-align: center;
    font-size: 20px;
    display: flex;
    color: rgb(171,174,170);
    border-bottom: 1px solid rgb(171,174,170,0.5);
    margin: 0 0 20px 0;
    font-weight: 700;
    padding-bottom: 15px;
    justify-content: center;
}.W-contact .g-ask-support svg {
    stroke: rgb(171,174,170);
    height: 20px;
    margin-right: 10px;
    stroke-linecap: round;
    width: 20px;
    fill: none;
    stroke-linejoin: round;
    stroke-width: 2;
}.W-contact .g-ask-support svg circle {
    animation: rotate 10s linear infinite;
    transform-origin: center;
}@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.W-contact .d-edu-mentor {
    gap: 12px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
}.W-contact .J-help-form {
    border-left: 3px solid rgb(171,174,170,0.5);
    padding: 12px;
    font-size: 18px;
    text-align: center;
    align-items: center;
    transition: all 0.3s ease;
    color: #000000;
    justify-content: center;
    background: #ffffff;
    display: flex;
    border-radius: 10px;
}.W-contact .J-help-form:hover {
    border-left-color: rgb(171,174,170);
    background: rgb(171,174,170,0.5);
}.W-contact .J-help-form svg {
    stroke-linecap: round;
    width: 14px;
    stroke: rgb(171,174,170);
    transition: transform 0.3s ease;
    stroke-width: 2;
    fill: none;
    height: 14px;
    margin-right: 6px;
    stroke-linejoin: round;
}.W-contact .J-help-form:hover svg {
    transform: rotate(30deg);
    stroke: rgb(128,130,128);
}@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.W-contact .B-edu-reach p {
    opacity: 0;
    animation: slideUp 0.4s ease forwards;
}.W-contact .B-edu-reach p:nth-child(1) {
    animation-delay: 0.1s;
}.W-contact .B-edu-reach p:nth-child(2) {
    animation-delay: 0.2s;
}.W-contact .B-edu-reach p:nth-child(3) {
    animation-delay: 0.3s;
}.W-contact .B-edu-reach p:nth-child(4) {
    animation-delay: 0.4s;
}.W-contact .B-edu-reach p:nth-child(5) {
    animation-delay: 0.5s;
}@keyframes drawSvg {
    to {
        stroke-dashoffset: 0;
    }
}
.W-contact .B-edu-reach p svg path {
    stroke-dasharray: 50;
    animation: drawSvg 1s forwards;
    stroke-dashoffset: 50;
}.W-contact .B-edu-reach p:nth-child(1) svg path {
    animation-delay: 0.6s;
}.W-contact .B-edu-reach p:nth-child(2) svg path {
    animation-delay: 0.7s;
}.W-contact .B-edu-reach p:nth-child(3) svg path {
    animation-delay: 0.8s;
}.W-contact .B-edu-reach p:nth-child(4) svg path {
    animation-delay: 0.9s;
}.W-contact .B-edu-reach p:nth-child(5) svg path {
    animation-delay: 1s;
}
@media (min-width: 768px) {.W-contact .C-reach-section {
    display: grid;
    grid-template-rows: auto 1fr;
    grid-template-columns: 1fr 1fr;
}.W-contact .g-join-community {
    grid-column: 1 / -1;
}.W-contact .g-join-community svg {
    width: 32px;
    height: 32px;
    margin-right: 18px;
}.W-contact .w-product-photo {
    height: 100%;
    object-position: center;
    grid-column: 1;
    grid-row: 2;
    object-fit: cover;
}.W-contact .B-edu-reach {
    padding: 30px;
    grid-row: 2;
    grid-column: 2;
}.W-contact .B-edu-reach p svg {
    height: 22px;
    width: 22px;
}.W-contact .L-instant-request {
    margin-top: 20px;
}.W-contact .g-ask-support svg {
    width: 22px;
    height: 22px;
    margin-right: 12px;
}.W-contact .d-edu-mentor {
    grid-template-columns: repeat(3, 1fr);
}.W-contact .J-help-form svg {
    height: 16px;
    margin-right: 8px;
    width: 16px;
}
}
@media (min-width: 1024px) {.W-contact {
    padding: 100px 0;
}.W-contact .C-reach-section {
    margin: 0 auto;
    max-width: 1100px;
}.W-contact .g-join-community {
    padding: 30px;
}.W-contact .g-join-community svg {
    width: 35px;
    height: 35px;
    margin-right: 20px;
}.W-contact .B-edu-reach {
    padding: 40px;
}.W-contact .B-edu-reach p svg {
    width: 24px;
    height: 24px;
}.W-contact .L-instant-request {
    margin-top: 30px;
    padding: 30px;
}.W-contact .g-ask-support svg {
    width: 24px;
    height: 24px;
}.W-contact .d-edu-mentor {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 15px;
}}.z-try-immediately {
    padding: 4rem 2rem;
    z-index: 1;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    background: linear-gradient(135deg, rgb(171,174,170) 0%, rgb(128,130,128) 100%);
    position: relative;
}.z-try-immediately::before {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    content: "";
    top: 0;
    opacity: 0.2;
    z-index: -1;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, 
                transparent 50%, rgba(255, 255, 255, 0.1) 50%, 
                rgba(255, 255, 255, 0.1) 75%, transparent 75%);
    background-size: 50px 50px;
    transform: skewY(-3deg) translateY(20px);
}.z-try-immediately::after {
    z-index: -1;
    width: 50%;
    transform: rotate(-15deg);
    top: -10%;
    pointer-events: none;
    height: 70%;
    right: -10%;
    filter: blur(20px);
    position: absolute;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, transparent 70%);
    content: "";
}.z-try-immediately:hover::before {
    transform: skewY(-5deg) translateY(10px);
}.z-try-immediately .container {
    margin: 0 auto;
    position: relative;
    align-items: center;
    transform-style: preserve-3d;
    perspective: 1000px;
    gap: 2.5rem;
    display: flex;
    z-index: 2;
    flex-direction: column;
    max-width: 1200px;
    justify-content: center;
}.z-try-immediately h6 {
    text-align: center;
    color: #ffffff;
    line-height: 1.5;
    margin: 0;
    font-weight: 600;
    font-size: calc(17px * 1.2);
    position: relative;
    padding-bottom: 1.5rem;
    transform: translateZ(20px);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    max-width: 800px;
    letter-spacing: 0.025em;
}.z-try-immediately h6::after {
    width: 60px;
    content: "";
    opacity: 0.7;
    left: 50%;
    background: #ffffff;
    position: absolute;
    border-radius: 1px;
    bottom: 0;
    transform: translateX(-50%);
    height: 3px;
}.z-try-immediately div div {
    transform: translateZ(30px);
    display: flex;
    justify-content: center;
    position: relative;
}.z-try-immediately div span {
    display: inline-block;
    transform: perspective(800px) rotateX(0deg);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
}.z-try-immediately div span:hover {
    transform: perspective(800px) rotateX(10deg) translateY(-5px);
}.z-try-immediately .L-message-support {
    background: #ffffff;
    position: relative;
    text-decoration: none;
    isolation: isolate;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 
                0 6px 6px rgba(0, 0, 0, 0.05),
                0 0 0 6px rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    justify-content: center;
    font-size: 15px;
    display: inline-flex;
    transition: all 0.3s ease;
    align-items: center;
    padding: 1.2rem 2.5rem;
    overflow: hidden;
    font-weight: 700;
    color: rgb(171,174,170);
}.z-try-immediately .L-message-support::before {
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    position: absolute;
    content: "";
    transition: left 0.6s ease;
}.z-try-immediately .L-message-support:hover {
    color: rgb(128,130,128);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15), 
                0 10px 10px rgba(0, 0, 0, 0.05),
                0 0 0 8px rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
    background: #ffffff;
}.z-try-immediately .L-message-support:hover::before {
    left: 100%;
}.z-try-immediately .L-message-support:active {
    transform: translateY(1px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1), 
                0 3px 3px rgba(0, 0, 0, 0.05),
                0 0 0 4px rgba(255, 255, 255, 0.1);
}.z-try-immediately .L-message-support span {
    z-index: 2;
    display: block;
    transition: transform 0.3s ease;
    position: relative;
}.z-try-immediately .L-message-support:hover span {
    transform: scale(1.05);
}


@media (max-width: 991px) {.z-try-immediately {
    padding: 3.5rem 1.5rem;
}.z-try-immediately h6 {
    font-size: calc(17px * 1.1);
}.z-try-immediately .container {
    gap: 2rem;
}
}

@media (max-width: 767px) {.z-try-immediately {
    padding: 3rem 1rem;
}.z-try-immediately::before {
    background-size: 30px 30px;
}.z-try-immediately h6 {
    font-size: 17px;
    padding-bottom: 1.25rem;
}.z-try-immediately h6::after {
    height: 2px;
    width: 50px;
}.z-try-immediately .container {
    gap: 1.75rem;
}.z-try-immediately .L-message-support {
    padding: 1rem 2rem;
}
}

@media (max-width: 480px) {.z-try-immediately {
    padding: 2.5rem 0.75rem;
}.z-try-immediately h6 {
    font-size: calc(17px * 0.9);
    padding-bottom: 1rem;
}.z-try-immediately h6::after {
    width: 40px;
}.z-try-immediately .container {
    gap: 1.5rem;
}.z-try-immediately .L-message-support {
    padding: 0.9rem 1.75rem;
    font-size: calc(15px * 0.9);
}
}

@media (hover: none) {.z-try-immediately div span {
    transform: none !important;
}.z-try-immediately .L-message-support:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 
                    0 6px 6px rgba(0, 0, 0, 0.05),
                    0 0 0 6px rgba(255, 255, 255, 0.1);
    transform: none;
}.z-try-immediately .L-message-support:active {
    transform: translateY(1px);
}}.L-company-overview {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    color: #ffffff;
}.L-company-overview::before {
    top: 0;
    content: "";
    left: 0;
    position: absolute;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%, 
        rgba(0, 0, 0, 0.65) 50%, 
        rgba(0, 0, 0, 0.75) 100%);
    right: 0;
    bottom: 0;
    z-index: 1;
}.L-company-overview::after {
    z-index: 0;
    opacity: 0.15;
    background: rgb(128,130,128);
    border-radius: 50% 25% 50% 45%;
    height: 300px;
    animation: float 15s infinite ease-in-out;
    top: -5%;
    content: "";
    width: 300px;
    filter: blur(120px);
    right: -5%;
    position: absolute;
}.L-company-overview .container {
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
}.L-company-overview .X-text-bubble {
    background: linear-gradient(
        145deg, 
        rgba(255, 255, 255, 0.08) 0%, 
        rgba(255, 255, 255, 0.03) 100%
    );
    padding: 30px 40px 40px;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    margin-left: 0;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    max-width: 900px;
    backdrop-filter: blur(10px);
    position: relative;
    transform: translateX(0);
}.L-company-overview .X-text-bubble::before {
    width: 5px;
    content: "";
    top: 0;
    left: 0;
    transition: height 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    position: absolute;
    background: rgb(128,130,128);
    height: 0;
}.L-company-overview .X-text-bubble:hover::before {
    height: 100%;
}.L-company-overview h1 {
    margin-bottom: 35px;
    position: relative;
    font-weight: 700;
    font-size: 46px;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    color: #ffffff;
    transform: translateX(0);
}.L-company-overview h1::after {
    transform: scaleX(1);
    position: absolute;
    content: "";
    height: 3px;
    width: 80px;
    bottom: -10px;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    background: rgb(128,130,128);
    transform-origin: left;
    left: 0;
}.L-company-overview .X-text-bubble:hover h1::after {
    transform: scaleX(1.5);
}.L-company-overview ul {
    list-style: none;
    margin: 0;
    padding: 0;
}.L-company-overview ul li {
    margin-bottom: 15px;
}.L-company-overview ul li h4 {
    font-size: calc(19px + 2px);
    position: relative;
    display: inline-block;
    color: rgb(128,130,128);
    font-weight: 600;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    transform: translateY(0);
    margin-bottom: 15px;
}.L-company-overview ul li h4::before {
    background: rgb(128,130,128);
    transform: translateY(-50%);
    height: 8px;
    opacity: 0;
    position: absolute;
    content: "";
    left: -15px;
    width: 8px;
    top: 50%;
    transition: opacity 0.4s ease, left 0.4s ease;
}.L-company-overview .X-text-bubble:hover ul li h4::before {
    left: -25px;
    opacity: 1;
}.L-company-overview ul li span {
    transform: translateY(0);
    color: rgba(255, 255, 255, 0.9);
    column-count: 1;
    display: block;
    position: relative;
    font-size: 17px;
    column-gap: 40px;
    text-align: justify;
    transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    line-height: 1.8;
    opacity: 0.9;
}.L-company-overview .X-text-bubble:hover ul li span {
    opacity: 1;
    transform: translateY(-5px);
}

@keyframes float {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    25% { transform: translate(15px, -15px) rotate(2deg); }
    50% { transform: translate(5px, 10px) rotate(-1deg); }
    75% { transform: translate(-10px, -5px) rotate(1deg); }
}

@media (min-width: 768px) {.L-company-overview {
    padding: 150px 0;
}.L-company-overview .X-text-bubble {
    padding: 50px 60px 60px;
    transform: translateX(0);
    margin-left: 5%;
}.L-company-overview .X-text-bubble:hover {
    transform: translateX(10px);
}.L-company-overview h1 {
    margin-bottom: 50px;
    font-size: calc(46px + 10px);
}.L-company-overview ul li span {
    column-count: 2;
}
}

@media (min-width: 992px) {.L-company-overview {
    padding: 180px 0;
}.L-company-overview::after {
    width: 450px;
    height: 450px;
}.L-company-overview .X-text-bubble {
    padding: 60px 70px 70px;
    margin-left: 10%;
}.L-company-overview h1 {
    transform: translateX(-20px);
}.L-company-overview .X-text-bubble:hover h1 {
    transform: translateX(0);
}
}

@media (max-width: 767px) {.L-company-overview {
    padding: 80px 0;
}.L-company-overview .X-text-bubble {
    padding: 30px 25px;
}.L-company-overview h1 {
    font-size: calc(46px - 4px);
    margin-bottom: 30px;
}.L-company-overview h1::after {
    width: 60px;
    height: 2px;
}.L-company-overview ul li h4 {
    margin-bottom: 10px;
    font-size: 19px;
}.L-company-overview ul li span {
    line-height: 1.6;
    font-size: calc(17px - 1px);
}}.P-opening-page {
    padding: 4rem 2rem;
    background: linear-gradient(145deg, rgb(171,174,170,0.5), rgb(128,130,128,0.5));
    display: flex;
    overflow: hidden;
    position: relative;
    min-height: 90vh;
    justify-content: center;
    align-items: center;
}.P-opening-page::before {
    background-size: 40px 40px;
    width: 100%;
    position: absolute;
    opacity: 0.05;
    height: 100%;
    top: 0;
    background-image: 
    linear-gradient(45deg, rgb(171,174,170,0.5) 25%, transparent 25%),
    linear-gradient(-45deg, rgb(171,174,170,0.5) 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, rgb(171,174,170,0.5) 75%),
    linear-gradient(-45deg, transparent 75%, rgb(171,174,170,0.5) 75%);
    content: "";
    left: 0;
    background-position: 0 0, 0 20px, 20px -20px, -20px 0px;
    z-index: 1;
}.P-opening-page > div {
    max-width: 1200px;
    position: relative;
    z-index: 2;
    width: 100%;
}.P-opening-page .C-edu-values {
    animation: fadeSlideDown 1s forwards 0.2s ease-out;
    opacity: 0;
    margin-bottom: 3rem;
    position: relative;
    transform: translateY(-20px);
}.P-opening-page .S-edu-welcome {
    display: inline-block;
    margin: 0;
    position: relative;
    font-size: 48px;
    line-height: 1.2;
    font-weight: 700;
    padding-bottom: 1rem;
    color: #000000;
}.P-opening-page .S-edu-welcome::after {
    height: 4px;
    bottom: 0;
    content: "";
    animation: lineGrow 1.5s forwards 0.5s ease-in-out;
    left: 0;
    background: linear-gradient(to right, rgb(171,174,170), rgb(128,130,128));
    width: 0;
    position: absolute;
}.P-opening-page .M-page-hero {
    animation: fadeSlideUp 1s forwards 0.4s ease-out;
    overflow: hidden;
    position: relative;
    transform: translateY(20px);
    opacity: 0;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
    border-radius: 26px;
    padding: 3rem;
}.P-opening-page .M-page-hero::before {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    content: "";
    backdrop-filter: blur(5px);
    left: 0;
    top: 0;
    position: absolute;
}.P-opening-page .M-page-hero > div {
    color: #ffffff;
    position: relative;
    z-index: 2;
}.P-opening-page .M-page-hero p {
    line-height: 1.6;
    transform: translateX(-20px);
    animation: fadeSlideRight 1s forwards 0.6s ease-out;
    font-weight: 400;
    margin-bottom: 2rem;
    opacity: 0;
    position: relative;
    padding-left: 1.5rem;
    font-size: calc(18px * 1.2);
}.P-opening-page .M-page-hero p::before {
    left: 0;
    position: absolute;
    animation: lineGrowVertical 1.2s forwards 0.8s ease-in-out;
    background: linear-gradient(to bottom, rgb(171,174,170), rgb(128,130,128));
    content: "";
    width: 4px;
    height: 0;
    top: 0.5rem;
}.P-opening-page .M-page-hero h3 {
    opacity: 0;
    transform: translateY(20px);
    line-height: 1.4;
    padding-top: 1.5rem;
    animation: fadeSlideUp 1s forwards 0.8s ease-out;
    margin: 0;
    font-size: 23px;
    border-top: 1px solid rgb(255, 255, 255, 0.5);
    font-weight: 600;
}@keyframes fadeSlideDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

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

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

@keyframes lineGrow {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@keyframes lineGrowVertical {
  from {
    height: 0;
  }
  to {
    height: 85%;
  }
}

.P-opening-page {
    cursor: default;
}.P-opening-page .S-edu-welcome:hover {
    transition: text-shadow 0.3s ease;
    text-shadow: 0 0 15px rgb(171,174,170,0.5);
}.P-opening-page .M-page-hero {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}.P-opening-page .M-page-hero:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px) scale(1.01);
}

@media (max-width: 992px) {.P-opening-page {
    padding: 3rem 1.5rem;
}.P-opening-page .S-edu-welcome {
    font-size: calc(48px * 0.9);
}.P-opening-page .M-page-hero {
    padding: 2.5rem;
}.P-opening-page .M-page-hero p {
    font-size: calc(18px * 1.1);
}.P-opening-page .M-page-hero h3 {
    font-size: calc(23px * 0.95);
}
}

@media (max-width: 768px) {.P-opening-page {
    padding: 2.5rem 1rem;
    min-height: 80vh;
}.P-opening-page .C-edu-values {
    margin-bottom: 2rem;
}.P-opening-page .S-edu-welcome {
    font-size: calc(48px * 0.8);
}.P-opening-page .M-page-hero {
    padding: 2rem;
}.P-opening-page .M-page-hero p {
    padding-left: 1rem;
    margin-bottom: 1.5rem;
    font-size: 18px;
}.P-opening-page .M-page-hero h3 {
    padding-top: 1rem;
    font-size: calc(23px * 0.9);
}
}

@media (max-width: 576px) {.P-opening-page {
    padding: 2rem 0.8rem;
    min-height: 70vh;
}.P-opening-page .C-edu-values {
    margin-bottom: 1.5rem;
}.P-opening-page .S-edu-welcome {
    font-size: calc(48px * 0.7);
}.P-opening-page .M-page-hero {
    padding: 1.5rem;
}.P-opening-page .M-page-hero p {
    padding-left: 0.8rem;
    margin-bottom: 1.2rem;
    font-size: calc(18px * 0.9);
}.P-opening-page .M-page-hero h3 {
    font-size: calc(23px * 0.8);
}}.I-training-specialist {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(207,204,190) 0%, rgba(245, 248, 250, 0.9) 100%);
    padding: 6rem 0;
}.I-training-specialist::before {
    background: radial-gradient(circle, rgb(171,174,170,0.5) 0%, transparent 70%);
    opacity: 0.15;
    position: absolute;
    transform: translateZ(0);
    content: "";
    width: 40vw;
    right: -10%;
    height: 40vw;
    top: -5%;
}.I-training-specialist::after {
    left: -10%;
    height: 30vw;
    content: "";
    bottom: -5%;
    opacity: 0.1;
    transform: translateZ(0);
    background: radial-gradient(circle, rgb(128,130,128,0.5) 0%, transparent 70%);
    position: absolute;
    width: 30vw;
}.I-training-specialist .container {
    z-index: 2;
    margin: 0 auto;
    padding: 0 2rem;
    max-width: 1200px;
    position: relative;
}.I-training-specialist .J-edu-ratings {
    backdrop-filter: blur(10px);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 100%);
    position: relative;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.05),
        0 1px 3px rgba(0, 0, 0, 0.03),
        0 0 80px rgba(rgb(171,174,170), 0.03) inset;
    padding: 2.5rem;
    gap: 2rem;
    grid-template-columns: 1fr;
    transform: translateZ(0);
    display: grid;
}.I-training-specialist .J-edu-ratings > div:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
}.I-training-specialist .w-product-photo {
    border-radius: 8px;
    width: 200px;
    overflow: hidden;
    box-shadow: 
        10px 10px 20px rgba(0, 0, 0, 0.1),
        -10px -10px 20px rgba(255, 255, 255, 0.7);
    transform: rotate(-2deg) translateZ(0);
    position: relative;
    height: 200px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.I-training-specialist .w-product-photo::after {
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    background: linear-gradient(135deg, transparent 0%, rgba(rgb(171,174,170), 0.1) 100%);
    content: "";
    top: 0;
}.I-training-specialist .w-product-photo:hover {
    transform: rotate(0deg) scale(1.05) translateZ(0);
}.I-training-specialist .name {
    font-size: 21px;
    font-family: Arial, sans-serif;
    position: relative;
    font-weight: 700;
    display: inline-block;
    color: rgb(171,174,170);
    margin-bottom: 0.5rem;
}.I-training-specialist .name::after {
    position: absolute;
    transition: transform 0.4s ease;
    width: 60%;
    content: "";
    transform-origin: left;
    left: 0;
    background: linear-gradient(90deg, rgb(128,130,128) 0%, transparent 100%);
    bottom: -8px;
    height: 3px;
    transform: scaleX(0.8);
}.I-training-specialist .J-edu-ratings > div:nth-child(2) {
    justify-content: center;
    display: flex;
    flex-direction: column;
}.I-training-specialist .J-edu-ratings > div:nth-child(2) > div {
    font-size: calc(18px - 0.1rem);
    font-weight: 600;
    margin-top: 0.5rem;
    color: rgba(0, 0, 0, 0.5);
    letter-spacing: 0.02em;
}.I-training-specialist .d-work-background {
    line-height: 1.6;
    font-family: Arial, sans-serif;
    font-size: 18px;
    position: relative;
    margin: 0;
    color: #000000;
}.I-training-specialist .d-work-background::before {
    opacity: 0.15;
    color: rgb(171,174,170,0.5);
    font-family: serif;
    left: -1rem;
    position: absolute;
    content: "";
    z-index: -1;
    top: -2rem;
    font-size: 6rem;
}

@media (min-width: 768px) {.I-training-specialist {
    padding: 8rem 0;
}.I-training-specialist .J-edu-ratings {
    padding: 3rem;
    gap: 2.5rem 3rem;
    grid-template-rows: auto 1fr;
    grid-template-columns: auto 1fr;
}.I-training-specialist .J-edu-ratings > div:first-child {
    grid-row: span 2;
}.I-training-specialist .w-product-photo {
    width: 260px;
    height: 260px;
}.I-training-specialist .name {
    font-size: calc(21px + 0.2rem);
}.I-training-specialist .d-work-background {
    font-size: calc(18px + 0.05rem);
}
}

@media (min-width: 1024px) {.I-training-specialist .J-edu-ratings {
    grid-template-columns: auto 1fr;
    gap: 3rem 4rem;
    padding: 4rem;
}.I-training-specialist .w-product-photo {
    transform: rotate(-3deg) translateZ(0);
    width: 300px;
    height: 300px;
}.I-training-specialist .name {
    font-size: calc(21px + 0.4rem);
}.I-training-specialist .name::after {
    height: 4px;
}.I-training-specialist .d-work-background {
    line-height: 1.7;
    font-size: calc(18px + 0.1rem);
}.I-training-specialist .J-edu-ratings > div:nth-child(2) > div {
    font-size: 18px;
}
}

@media (min-width: 1200px) {.I-training-specialist .container {
    padding: 0 4rem;
}.I-training-specialist .J-edu-ratings {
    gap: 3rem 5rem;
}.I-training-specialist .J-edu-ratings:hover .name::after {
    transform: scaleX(1);
}
}

@media (max-width: 767px) {.I-training-specialist {
    padding: 4rem 0;
}.I-training-specialist .container {
    padding: 0 1rem;
}.I-training-specialist .J-edu-ratings {
    padding: 2rem;
}.I-training-specialist .w-product-photo {
    height: 180px;
    width: 180px;
}}.E-course-summary {
    overflow: hidden;
    background: rgb(207,204,190);
    padding: 7rem 0;
    position: relative;
}.E-course-summary::before {
    opacity: 0.15;
    background: 
        linear-gradient(45deg, transparent 45%, rgb(171,174,170,0.5) 100%),
        linear-gradient(135deg, transparent 45%, rgb(128,130,128,0.5) 100%);
    left: 0;
    position: absolute;
    content: "";
    width: 100%;
    top: 0;
    height: 100%;
}.E-course-summary::after {
    background: 
        repeating-linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.5) 1px, transparent 1px, transparent 20px),
        repeating-linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.5) 1px, transparent 1px, transparent 20px);
    z-index: 0;
    top: 0;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    opacity: 0.05;
}.E-course-summary .A-lesson-track {
    align-items: center;
    display: flex;
    flex-direction: column;
}.E-course-summary .X-text-bubble {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 100%);
    position: relative;
    backdrop-filter: blur(10px);
    clip-path: polygon(
        0% 5%, 
        5% 0%, 
        95% 0%, 
        100% 5%, 
        100% 95%, 
        95% 100%, 
        5% 100%, 
        0% 95%
    );
    width: 100%;
    transform: translateZ(0);
    z-index: 3;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 23px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
    padding: 4rem 3rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
}.E-course-summary .X-text-bubble:hover {
    box-shadow: 0 40px 70px rgba(0, 0, 0, 0.18);
    transform: translateY(-8px);
}.E-course-summary h2 {
    position: relative;
    font-size: calc(38px * 1.2);
    font-weight: 700;
    display: inline-block;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #000000;
    margin-bottom: 1.8rem;
}.E-course-summary h2::before {
    border-left: 3px solid rgb(171,174,170);
    top: -15px;
    height: 45px;
    content: "";
    border-top: 3px solid rgb(171,174,170);
    transition: all 0.5s ease;
    width: 45px;
    position: absolute;
    opacity: 0.7;
    left: -15px;
}.E-course-summary h2::after {
    height: 45px;
    content: "";
    position: absolute;
    border-bottom: 3px solid rgb(128,130,128);
    border-right: 3px solid rgb(128,130,128);
    right: -15px;
    width: 45px;
    transition: all 0.5s ease;
    opacity: 0.7;
    bottom: -15px;
}.E-course-summary .X-text-bubble:hover h2::before {
    width: 55px;
    left: -20px;
    height: 55px;
    top: -20px;
}.E-course-summary .X-text-bubble:hover h2::after {
    right: -20px;
    bottom: -20px;
    width: 55px;
    height: 55px;
}.E-course-summary .description {
    line-height: 1.9;
    max-width: 85%;
    margin-right: auto;
    color: #000000;
    margin-left: auto;
    margin-bottom: 1.8rem;
    font-size: 12px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    position: relative;
}.E-course-summary .description:last-of-type {
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    font-weight: 600;
    padding: 1.2rem 1.8rem;
    transition: all 0.5s ease;
    border-left: 3px solid rgb(171,174,170);
    border-radius: 10px;
    max-width: 90%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 100%);
    border-right: 3px solid rgb(128,130,128);
}.E-course-summary .X-text-bubble:hover .description:last-of-type {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateX(0deg);
}.E-course-summary .w-product-photo {
    transform: none;
    border-radius: 0;
    z-index: 0;
    filter: brightness(0.95) contrast(1.05);
    position: absolute;
    transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
    width: 120%;
    height: 120%;
    left: -10%;
    top: -10%;
}.E-course-summary .w-product-photo::before {
    z-index: 1;
    content: "";
    opacity: 0.85;
    background: 
        radial-gradient(circle at center, transparent 30%, rgba(0, 0, 0, 0.5) 100%),
        linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 70%);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}.E-course-summary .w-product-photo::after {
    width: 150%;
    top: -25%;
    left: -25%;
    animation: rotateGradient 20s infinite linear;
    z-index: 2;
    height: 150%;
    opacity: 0.3;
    position: absolute;
    content: "";
    background: 
        radial-gradient(
            ellipse at center, 
            transparent 30%, 
            rgb(171,174,170,0.5) 70%, 
            rgb(128,130,128,0.5) 100%
        );
}@keyframes rotateGradient {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.E-course-summary .X-text-bubble::before {
    height: 70%;
    content: "";
    right: -5%;
    top: -5%;
    position: absolute;
    animation: morph 15s linear infinite alternate;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    width: 70%;
    opacity: 0.15;
    background: rgb(171,174,170,0.5);
    z-index: -1;
}.E-course-summary .X-text-bubble::after {
    height: 70%;
    background: rgb(128,130,128,0.5);
    z-index: -1;
    opacity: 0.15;
    content: "";
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    width: 70%;
    animation: morph 15s linear infinite alternate-reverse;
    bottom: -5%;
    left: -5%;
    position: absolute;
}

@keyframes morph {
    0% {
        border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    }
    25% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    50% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
    75% {
        border-radius: 40% 60% 30% 70% / 60% 40% 30% 70%;
    }
    100% {
        border-radius: 60% 40% 60% 40% / 50% 60% 40% 50%;
    }
}

@media (max-width: 1200px) {.E-course-summary .X-text-bubble {
    max-width: 800px;
    padding: 3.5rem 2.5rem;
}.E-course-summary .w-product-photo {
    height: 130%;
    width: 130%;
}
}

@media (max-width: 992px) {.E-course-summary {
    padding: 5rem 0;
}.E-course-summary .X-text-bubble {
    max-width: 700px;
    padding: 3rem 2rem;
}.E-course-summary h2 {
    font-size: 38px;
}.E-course-summary .description {
    line-height: 1.8;
    max-width: 90%;
}.E-course-summary .w-product-photo {
    top: -20%;
    left: -20%;
    width: 140%;
    height: 140%;
}
}

@media (max-width: 768px) {.E-course-summary {
    padding: 4rem 0;
}.E-course-summary .X-text-bubble {
    max-width: 90%;
    clip-path: polygon(
            0% 3%, 
            3% 0%, 
            97% 0%, 
            100% 3%, 
            100% 97%, 
            97% 100%, 
            3% 100%, 
            0% 97%
        );
    padding: 2.5rem 1.5rem;
}.E-course-summary h2 {
    font-size: calc(38px * 0.95);
}.E-course-summary h2::before,
    .E-course-summary h2::after {
    height: 35px;
    width: 35px;
    top: -10px;
    left: -10px;
}.E-course-summary h2::after {
    bottom: -10px;
    right: -10px;
}.E-course-summary .X-text-bubble:hover h2::before,
    .E-course-summary .X-text-bubble:hover h2::after {
    width: 40px;
    height: 40px;
}.E-course-summary .description {
    max-width: 95%;
    line-height: 1.7;
    font-size: calc(12px * 0.95);
}.E-course-summary .description:last-of-type {
    padding: 1rem 1.5rem;
    max-width: 95%;
}.E-course-summary .w-product-photo {
    height: 150%;
    width: 150%;
}
}

@media (max-width: 576px) {.E-course-summary {
    padding: 3rem 0;
}.E-course-summary .X-text-bubble {
    clip-path: polygon(
            0% 2%, 
            2% 0%, 
            98% 0%, 
            100% 2%, 
            100% 98%, 
            98% 100%, 
            2% 100%, 
            0% 98%
        );
    padding: 2rem 1.2rem;
    max-width: 95%;
}.E-course-summary h2 {
    margin-bottom: 1.2rem;
    font-size: calc(38px * 0.85);
}.E-course-summary h2::before,
    .E-course-summary h2::after {
    left: -8px;
    height: 25px;
    border-width: 2px;
    width: 25px;
    top: -8px;
}.E-course-summary h2::after {
    right: -8px;
    border-width: 2px;
    bottom: -8px;
}.E-course-summary .X-text-bubble:hover h2::before,
    .E-course-summary .X-text-bubble:hover h2::after {
    height: 30px;
    width: 30px;
}.E-course-summary .description {
    line-height: 1.6;
    font-size: calc(12px * 0.9);
    max-width: 100%;
    margin-bottom: 1.2rem;
}.E-course-summary .description:last-of-type {
    max-width: 100%;
    border-width: 2px;
    padding: 0.8rem 1.2rem;
    transform: none;
}.E-course-summary .X-text-bubble:hover {
    transform: translateY(-5px);
}.E-course-summary .X-text-bubble:hover .description:last-of-type {
    transform: none;
}.E-course-summary .w-product-photo {
    top: -30%;
    left: -30%;
    width: 160%;
    height: 160%;
}.E-course-summary .X-text-bubble::before,
    .E-course-summary .X-text-bubble::after {
    width: 80%;
    height: 80%;
}}header {
    width: 100%;
    top: 0;
    transition: all 0.3s ease;
    left: 0;
    background-color: #ffffff;
    z-index: 1000;
    border-bottom: 2px solid rgb(207,204,190);
    position: fixed;
}header:before {
    content: '';
    background-size: 200% 100%;
    animation: gradientMove 6s infinite linear;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    height: 4px;
    background: linear-gradient(90deg, rgb(171,174,170), rgb(128,130,128), rgb(171,174,170));
}header .p-main-nav {
    width: 100%;
    padding: 0;
}header .container {
    padding: 20px;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}header .b-top-header {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
}header .R-nav-sitewrap {
    gap: 35px;
    align-items: center;
    display: flex;
}header .k-top-pro {
    font-family: Arial, sans-serif;
    color: #000000;
    position: relative;
    padding: 5px 0;
    transition: all 0.3s ease;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
}header .k-top-pro:before {
    transform: translateY(-50%) scale(0);
    top: 50%;
    height: 6px;
    background-color: rgb(171,174,170);
    position: absolute;
    left: -15px;
    border-radius: 10px;
    content: '';
    transition: transform 0.3s ease;
    width: 6px;
}header .k-top-pro:after {
    transition: transform 0.3s ease;
    width: 100%;
    bottom: 0;
    height: 2px;
    transform-origin: center;
    background-color: rgb(171,174,170);
    transform: scaleX(0);
    position: absolute;
    left: 0;
    content: '';
}header .k-top-pro:hover {
    color: rgb(171,174,170);
}header .k-top-pro:hover:before {
    transform: translateY(-50%) scale(1);
}header .k-top-pro:hover:after {
    transform: scaleX(1);
}header .m-main-learn {
    display: flex;
    transition: all 0.3s ease;
    position: relative;
    align-items: center;
    padding: 5px 10px;
    text-decoration: none;
}header .m-main-learn:before {
    position: absolute;
    content: '';
    -webkit-mask-composite: xor;
    border-radius: 10px;
    mask-composite: exclude;
    left: 0;
    background: linear-gradient(to right, rgb(171,174,170), rgb(128,130,128)) border-box;
    top: 0;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    width: 100%;
    height: 100%;
    border: 2px solid transparent;
    transition: opacity 0.3s ease;
    opacity: 0;
}header .m-main-learn:hover:before {
    opacity: 1;
}header .m-main-learn svg {
    width: auto;
    transition: transform 0.3s ease;
    height: 42px;
}header .m-main-learn:hover svg {
    transform: scale(1.05);
}

@keyframes gradientMove {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 200% 0%;
    }
}

@media (max-width: 991px) {header .container {
    padding: 15px;
}header .R-nav-sitewrap {
    gap: 20px;
}header .k-top-pro:before {
    left: -10px;
}header .m-main-learn svg {
    height: 38px;
}
}

@media (max-width: 767px) {header .R-nav-sitewrap {
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    position: absolute;
    border-bottom: 3px solid rgb(171,174,170);
    padding: 0;
    gap: 0;
    top: 100%;
    background-color: #ffffff;
    left: 0;
    width: 100%;
    flex-direction: column;
    max-height: 0;
    z-index: 1001;
    transition: max-height 0.4s ease;
}header .menu.active {
    max-height: 400px;
}header .k-top-pro {
    padding: 12px 20px;
    width: 100%;
    border-bottom: 1px solid rgb(207,204,190);
}header .k-top-pro:last-child {
    border-bottom: none;
}header .k-top-pro:before {
    left: 5px;
}header .b-top-header {
    padding: 5px 0;
}header .m-main-learn {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 12px 10px;
}header .m-main-learn svg {
    height: 32px;
}}footer {
    position: relative;
    width: 100%;
}footer .R-abuse-ctrl {
    padding: 100px 0 30px;
    color: #000000;
    font-family: Arial, sans-serif;
    position: relative;
    background-color: rgb(207,204,190);
}footer .R-abuse-ctrl::before {
    background-image: 
        radial-gradient(circle at 10% 20%, rgb(171,174,170,0.5) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgb(128,130,128,0.5) 0%, transparent 20%);
    z-index: 0;
    content: "";
    left: 0;
    opacity: 0.3;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}footer .d-help-center {
    position: relative;
    z-index: 1;
}footer .c-message-form {
    display: flex;
    padding: 25px;
    background-color: #ffffff;
    margin: auto;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    z-index: 3;
    gap: 15px;
    flex-wrap: wrap;
    width: 85%;
    justify-content: space-between;
    border-radius: 18px;
}footer .info_item {
    display: flex;
    border-radius: 10px;
    align-items: center;
    padding: 15px;
    transition: all 0.3s ease;
    background-color: rgb(207,204,190);
    flex: 1 1 200px;
}footer .info_item:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px);
    background-color: #ffffff;
}footer .info_item svg {
    fill: rgb(171,174,170);
    height: 22px;
    transition: transform 0.3s ease;
    width: 22px;
    margin-right: 12px;
}footer .info_item:hover svg {
    transform: scale(1.2);
}footer .info_item p,
footer .info_item a {
    transition: all 0.3s ease;
    text-decoration: none;
    font-size: 12px;
    color: #000000;
}footer .info_item a:hover {
    color: rgb(171,174,170);
}footer .text_main_holder {
    position: relative;
    display: flex;
    gap: 20px;
    perspective: 2000px;
    flex-direction: column;
    margin-top: 40px;
}footer .u-nav-expert, footer .R-nav-sitewrap, footer .subscribe_holder {
    border-radius: 18px;
    transform-origin: center center;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    padding: 30px;
    position: relative;
    transform-style: preserve-3d;
    transition: all 0.5s ease;
}footer .u-nav-expert {
    transform: translateZ(0) scale(1);
    background-color: #ffffff;
    z-index: 2;
}footer .u-nav-expert:hover {
    transform: translateZ(30px) scale(1.02);
}footer .R-nav-sitewrap {
    z-index: 1;
    transform: translateZ(-10px) scale(0.98);
    color: #ffffff;
    margin-top: -20px;
    background-color: rgb(128,130,128);
    margin-left: 20px;
    margin-right: 20px;
}footer .subscribe_holder {
    color: #ffffff;
    z-index: 0;
    margin-left: 40px;
    margin-top: -20px;
    background-color: rgb(171,174,170);
    transform: translateZ(-20px) scale(0.96);
    margin-right: 40px;
}footer .subscribe_holder:hover {
    transform: translateZ(10px) scale(0.98);
}footer .u-nav-expert::after, footer .R-nav-sitewrap::after, footer .subscribe_holder::after {
    width: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    opacity: 0;
    z-index: -1;
    transition: opacity 0.3s ease;
    content: "";
    top: 0;
    border-radius: 18px;
    position: absolute;
    height: 100%;
    left: 0;
}footer .u-nav-expert:hover::after, footer .R-nav-sitewrap:hover::after, footer .subscribe_holder:hover::after {
    opacity: 1;
}footer .u-nav-expert svg {
    display: block;
    height: 45px;
    width: auto;
    margin-bottom: 20px;
}footer .u-edu-links {
    line-height: 1.6;
    font-size: 16px;
    color: #000000;
}footer .R-nav-sitewrap h5 {
    margin-bottom: 20px;
    font-size: 24px;
    position: relative;
    color: #ffffff;
    display: inline-block;
    font-weight: 600;
}footer .R-nav-sitewrap h5::after {
    left: 0;
    content: "";
    position: absolute;
    width: 40px;
    background: linear-gradient(90deg, rgb(171,174,170), transparent);
    transition: width 0.3s ease;
    bottom: -8px;
    height: 2px;
}footer .R-nav-sitewrap h5:hover::after {
    width: 100%;
}footer .C-nav-tutor {
    margin-bottom: 20px;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 15px;
    display: grid;
}footer .C-nav-tutor a {
    font-size: 12px;
    padding: 5px 0;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    color: rgba(255, 255, 255, 0.75);
    position: relative;
}footer .C-nav-tutor a::before {
    position: absolute;
    content: "";
    background-color: rgb(171,174,170);
    left: 0;
    transition: width 0.3s ease;
    bottom: 0;
    height: 1px;
    width: 0;
}footer .C-nav-tutor a:hover {
    transform: translateX(5px);
    color: #ffffff;
}footer .C-nav-tutor a:hover::before {
    width: 100%;
}footer .subscribe_holder h5 {
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 15px;
    font-weight: 600;
}footer .subscribe_holder p {
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    font-size: 12px;
    margin-bottom: 25px;
}footer .input_holder {
    flex-direction: column;
    display: flex;
    gap: 15px;
}footer .input_holder input[type="email"] {
    transition: all 0.3s ease;
    padding: 14px 16px;
    border: none;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    font-size: 12px;
    color: #ffffff;
}footer .input_holder input[type="email"]:focus {
    outline: none;
    background-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.2);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}footer .Z-updates-item {
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    border-radius: 10px;
    color: rgb(171,174,170);
    padding: 14px 20px;
    font-size: 18px;
    background-color: #ffffff;
    text-align: center;
    font-weight: 600;
}footer .Z-updates-item:hover {
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    background-color: rgb(128,130,128);
}footer .P-ranking-bar {
    text-align: center;
    margin-top: 60px;
    position: relative;
}footer .h-award-show {
    border-radius: 30px;
    display: inline-block;
    padding: 8px 20px;
    color: #000000;
    font-size: 16px;
    background-color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

@media (min-width: 992px) {footer .text_main_holder {
    align-items: stretch;
    flex-direction: row;
}footer .u-nav-expert, footer .R-nav-sitewrap, footer .subscribe_holder {
    flex-direction: column;
    margin-top: 0;
    flex: 1;
    display: flex;
}footer .u-nav-expert {
    margin-right: -20px;
}footer .R-nav-sitewrap {
    margin-right: -20px;
    margin-left: 0;
    z-index: 1;
}footer .subscribe_holder {
    margin-right: 0;
    margin-left: 0;
}
}

@media (max-width: 991px) {footer .c-message-form {
    width: 90%;
    padding: 20px;
}footer .text_main_holder {
    margin-top: 80px;
}
}

@media (max-width: 767px) {footer .R-abuse-ctrl {
    padding: 80px 0 30px;
}footer .c-message-form {
    padding: 15px;
    width: 95%;
}footer .info_item {
    flex: 1 1 100%;
}footer .u-nav-expert, footer .R-nav-sitewrap, footer .subscribe_holder {
    margin-right: 0;
    padding: 25px 20px;
    margin-left: 0;
}footer .R-nav-sitewrap, footer .subscribe_holder {
    margin-top: -10px;
}footer .P-ranking-bar {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .R-abuse-ctrl {
    padding: 70px 0 20px;
}footer .c-message-form {
    padding: 10px;
}footer .info_item {
    padding: 10px;
}footer .text_main_holder {
    margin-top: 60px;
}footer .u-nav-expert, footer .R-nav-sitewrap, footer .subscribe_holder {
    padding: 20px 15px;
}footer .R-nav-sitewrap h5, footer .subscribe_holder h5 {
    font-size: calc(24px - 2px);
}footer .C-nav-tutor {
    grid-template-columns: 1fr;
}footer .input_holder input[type="email"],
    footer .Z-updates-item {
    padding: 12px;
}}.n-cookie-warning-window {
    bottom: 0;
    background: rgb(207,204,190);
    display: flex;
    position: fixed;
    align-items: center;
    z-index: 90;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    padding: 1rem 0;
    justify-content: center;
    transition: transform 0.3s ease-in-out;
    overflow: hidden;
    border-top: 3px solid rgb(171,174,170);
    width: 100%;
}#i-cookieWarningBanner {
    display: none;
}#i-cookieWarningBanner:checked ~ .n-cookie-warning-window {
    visibility: hidden;
    opacity: 0;
}.n-cookie-warning-window .container {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    z-index: 1;
    position: relative;
    gap: 1rem;
    align-items: center;
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1140px;
}.l-cookie-none {
    display: flex;
    flex-shrink: 0;
    margin-right: 1rem;
    align-items: center;
}.l-cookie-none svg {
    width: 50px;
    height: 50px;
    fill: rgb(171,174,170);
}.W-user-tracker {
    margin-bottom: 20px;
    flex: 1;
    min-width: 300px;
}.W-user-tracker h5 {
    font-weight: 600;
    color: rgb(171,174,170);
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}.W-user-tracker p {
    color: #000000;
    font-size: 1rem;
}.E-privacy-gate {
    background: rgb(171,174,170);
    cursor: pointer;
    font-weight: 700;
    padding: 0.75rem 1.5rem;
    text-decoration: none;
    display: inline-block;
    border-radius: 10px;
    transition: background-color 0.3s ease, transform 0.3s ease;
    border: none;
    color: #ffffff;
    font-size: 1rem;
}.cookie_button.s-track-alert {
    background: rgb(171,174,170);
}.cookie_button.T-cookie-frame {
    margin-left: 0.5rem;
    background: #000000;
}.E-privacy-gate:hover {
    transform: translateY(-3px);
    background: #000000;
}.cookie_button.T-cookie-frame:hover {
    background: rgb(171,174,170);
}.n-cookie-warning-window p a {
    text-decoration: underline;
    color: rgb(171,174,170);
    transition: color 0.3s ease;
}.n-cookie-warning-window p a:hover {
    color: #000000;
}
@media only screen and (max-width: 768px) {.n-cookie-warning-window .container {
    flex-direction: column;
    align-items: center;
}.l-cookie-none {
    margin-bottom: 1rem;
    margin-right: 0;
}.W-user-tracker {
    margin-bottom: 1rem;
    text-align: center;
}.cookie_button.T-cookie-frame {
    margin-top: 0.5rem;
    margin-left: 0;
}}
.h-secure-safehouse {
    overflow: hidden;
    width: 100%;
    padding: 30px;
    height: 100%;
}.h-secure-safehouse h1 {
    margin-top: 30px;
    margin-bottom: 20px;
}.h-secure-safehouse h2 {
    margin-bottom: 15px;
    margin-top: 25px;
}.h-secure-safehouse h3, .h-secure-safehouse h4, .h-secure-safehouse h5, .h-secure-safehouse h6 {
    font-size: 1.2em;
    margin-bottom: 10px;
    margin-top: 20px;
}.h-secure-safehouse ul, .h-secure-safehouse ol {
    padding-left: 0;
    padding: 10px 0;
    list-style-position: inside;
}.h-secure-safehouse li {
    margin-bottom: 10px;
}.h-secure-safehouse section {
    background: none;
}.h-secure-safehouse p, .h-secure-safehouse span, .h-secure-safehouse div {
    line-height: 20px;
    margin-bottom: 5px;
}
@media only screen and (max-width: 800px) {.h-secure-safehouse {
    padding: 20px 0;
}
}