* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}.webinar_livenet {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}.main_teachnet {
    flex: 1 0 auto;
}.content-wrappernet {
    height: 100%;
    min-height: 100%;
    flex-direction: column;
    display: flex;
}.container {
    width: 1158px;
    margin: auto;
    max-width: 100%;
}a {
    text-decoration: none;
    color: inherit;
}svg {
    height: 30px;
    width: 30px;
}html,body {
    font-family: Arial, sans-serif;
    height: 100%;
    min-height: 100%;
    scroll-behavior: smooth;
    color: #000000;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.course_instructornet {
    overflow: hidden;
    padding: 8rem 0;
    background: linear-gradient(150deg, rgb(214,216,207) 0%, #000000 100%);
    min-height: 700px;
    position: relative;
}.course_instructornet::before {
    animation: gridFlow 20s linear infinite;
    top: 0;
    position: absolute;
    content: "";
    background-size: 150px 150px;
    height: 100%;
    width: 100%;
    background: 
        linear-gradient(90deg, transparent 85%, rgb(180,186,161,0.5) 85%, rgb(180,186,161,0.5) 88%, transparent 88%),
        linear-gradient(180deg, transparent 85%, rgb(148,158,97,0.5) 85%, rgb(148,158,97,0.5) 88%, transparent 88%);
    z-index: 1;
    left: 0;
    opacity: 0.1;
}.course_instructornet .container {
    z-index: 2;
    margin: 0 auto;
    max-width: 1300px;
    padding: 0 2rem;
    position: relative;
}.course_instructornet .learner_feedbacknet {
    display: grid;
    position: relative;
    grid-template-columns: 45% 1fr;
    gap: 20px 30px;
    min-height: 580px;
    background: transparent;
    grid-template-rows: auto auto 1fr;
    grid-template-areas:
        "photo name"
        "photo job"
        "photo quote";
}.course_instructornet .learner_feedbacknet::before {
    top: 50%;
    opacity: 0.3;
    transform: translateY(-50%);
    right: 0;
    content: "";
    filter: blur(40px);
    height: 90%;
    animation: horizontalBreathing 8s ease-in-out infinite alternate;
    border-radius: 18px;
    background: linear-gradient(90deg, rgb(180,186,161,0.5) 0%, transparent 50%);
    position: absolute;
    left: 0;
    z-index: -1;
}.course_instructornet .learner_feedbacknet::after {
    position: absolute;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    border-radius: 18px;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    height: 100%;
    backdrop-filter: blur(15px);
    top: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(0, 0, 0, 0.2) 100%);
    z-index: -2;
    content: "";
    left: 0;
}.course_instructornet .image_slidernet {
    z-index: 2;
    height: 100%;
    filter: contrast(1.1) brightness(1.05);
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    transform: scale(1);
    grid-area: photo;
    border-radius: 18px 0 0 18px;
    position: relative;
    overflow: hidden;
}.course_instructornet .learner_feedbacknet:hover .image_slidernet {
    transform: scale(1.02);
    filter: contrast(1.2) brightness(1.1);
}.course_instructornet .image_slidernet::before {
    top: 0;
    width: 10px;
    opacity: 0.7;
    z-index: 3;
    height: 100%;
    background: rgb(180,186,161);
    left: 0;
    content: "";
    animation: pulseOpacity 3s ease-in-out infinite;
    position: absolute;
}.course_instructornet .name {
    color: #ffffff;
    z-index: 3;
    font-size: 38px;
    transform: translateX(0);
    position: relative;
    padding-bottom: 10px;
    align-self: end;
    grid-area: name;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    font-weight: 700;
    margin-top: 80px;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}.course_instructornet .learner_feedbacknet:hover .name {
    transform: translateX(15px);
}.course_instructornet .name::after {
    background: rgb(180,186,161);
    position: absolute;
    content: "";
    bottom: 0;
    transition: width 0.5s ease;
    height: 2px;
    left: 0;
    width: 0;
}.course_instructornet .learner_feedbacknet:hover .name::after {
    width: 60%;
}.course_instructornet .learner_feedbacknet span:not(.name) {
    align-self: start;
    position: relative;
    z-index: 3;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    display: inline-block;
    background: rgba(0, 0, 0, 0.2);
    color: rgb(148,158,97);
    backdrop-filter: blur(5px);
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
    grid-area: job;
    padding: 0.6rem 1.2rem;
    transform: translateX(0);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.05s;
}.course_instructornet .learner_feedbacknet:hover span:not(.name) {
    transform: translateX(15px);
    background: rgba(0, 0, 0, 0.3);
}.course_instructornet .past_careernet {
    margin-right: 0;
    backdrop-filter: blur(10px);
    border-left: 4px solid rgb(148,158,97);
    grid-area: quote;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.3);
    color: #ffffff;
    align-self: start;
    font-size: 15px;
    transform: translateY(0);
    padding: 2rem;
    width: 95%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
    border-radius: 18px;
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
    line-height: 1.8;
    position: relative;
    z-index: 2;
}.course_instructornet .learner_feedbacknet:hover .past_careernet {
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.4);
    transform: translateX(15px) translateY(-5px);
}.course_instructornet .container::after {
    animation: pulseGlow 10s ease-in-out infinite alternate;
    background: radial-gradient(circle, rgb(148,158,97,0.5) 0%, transparent 70%);
    right: -150px;
    content: "";
    bottom: -150px;
    position: absolute;
    width: 300px;
    height: 300px;
    z-index: -1;
    filter: blur(70px);
    opacity: 0.3;
}

@keyframes gridFlow {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 150px 150px;
    }
}

@keyframes horizontalBreathing {
    0%, 100% {
        opacity: 0.2;
        transform: translateY(-50%) scaleX(0.9);
    }
    50% {
        opacity: 0.4;
        transform: translateY(-50%) scaleX(1.1);
    }
}

@keyframes pulseOpacity {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.9;
    }
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.2);
    }
}

@media (max-width: 992px) {.course_instructornet .learner_feedbacknet {
    grid-template-columns: 1fr;
    gap: 20px;
    grid-template-areas:
            "image_slidernet"
            "name"
            "emp_summarynet"
            "past_careernet";
    grid-template-rows: auto auto auto auto;
}.course_instructornet .image_slidernet {
    border-radius: 18px 18px 0 0;
    height: 350px;
}.course_instructornet .image_slidernet::before {
    height: 10px;
    width: 100%;
}.course_instructornet .name {
    margin-top: 0;
    text-align: center;
}.course_instructornet .name::after {
    left: 50%;
    transform: translateX(-50%);
}.course_instructornet .learner_feedbacknet:hover .name {
    transform: translateY(-5px);
}.course_instructornet .learner_feedbacknet span:not(.name) {
    margin: 0 auto;
}.course_instructornet .learner_feedbacknet:hover span:not(.name) {
    transform: translateY(-5px);
}.course_instructornet .past_careernet {
    margin: 0 auto;
    border-left: none;
    border-top: 4px solid rgb(148,158,97);
    width: 90%;
}.course_instructornet .learner_feedbacknet:hover .past_careernet {
    transform: translateY(-5px);
}
}

@media (max-width: 576px) {.course_instructornet {
    padding: 5rem 0;
}.course_instructornet .image_slidernet {
    height: 250px;
}.course_instructornet .name {
    font-size: 18px;
}.course_instructornet .learner_feedbacknet span:not(.name) {
    padding: 0.5rem 1rem;
    font-size: 15px;
}.course_instructornet .past_careernet {
    padding: 1.5rem;
    font-size: calc(15px * 0.9);
    width: 95%;
    line-height: 1.6;
}}.connect_with_usnet {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background: rgb(214,216,207);
}.connect_with_usnet::before {
    left: 0;
    height: 5px;
    background: linear-gradient(90deg, rgb(180,186,161), rgb(148,158,97));
    position: absolute;
    content: "";
    width: 100%;
    top: 0;
}.connect_with_usnet .container {
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 1;
    margin: 0 auto;
}.connect_with_usnet h2 {
    font-size: 33px;
    position: relative;
    margin-bottom: 60px;
    font-weight: 700;
    font-family: Arial, sans-serif;
    text-align: left;
    display: inline-block;
    color: #000000;
    padding-left: 20px;
}.connect_with_usnet h2::before {
    top: 0;
    border-radius: 10px;
    left: 0;
    background: rgb(180,186,161);
    content: "";
    position: absolute;
    width: 5px;
    height: 100%;
}.connect_with_usnet .support_querynet {
    gap: 60px;
    grid-template-columns: 1fr 1fr;
    display: grid;
    align-items: center;
}.connect_with_usnet .image_slidernet {
    min-height: 500px;
    box-shadow: -15px 15px 0 rgb(180,186,161,0.5);
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    order: 2;
}.connect_with_usnet .reach_gridnet {
    order: 1;
}.connect_with_usnet form {
    padding: 50px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    width: 100%;
    background: #ffffff;
    border-radius: 16px;
}.connect_with_usnet form h3 {
    font-size: 22px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 35px;
    font-weight: 700;
    color: #000000;
    font-family: Arial, sans-serif;
}.connect_with_usnet form input[type="text"] {
    font-family: Arial, sans-serif;
    padding: 18px 25px;
    color: #000000;
    background: rgb(214,216,207);
    margin-bottom: 25px;
    border-radius: 10px;
    transition: all 0.3s ease;
    width: 100%;
    border: none;
    font-size: 13px;
}.connect_with_usnet form input[type="text"]:focus {
    box-shadow: 0 0 0 2px rgb(180,186,161,0.5);
    outline: none;
    background: #ffffff;
}.connect_with_usnet form input[type="text"]::placeholder {
    opacity: 0.5;
    color: #000000;
}.connect_with_usnet .inquiry_gridnet {
    align-items: flex-start;
    display: flex;
    margin-bottom: 30px;
}.connect_with_usnet .inquiry_gridnet input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.connect_with_usnet .inquiry_gridnet label {
    cursor: pointer;
    font-size: 12px;
    position: relative;
    line-height: 1.5;
    padding-left: 35px;
    color: #000000;
}.connect_with_usnet .inquiry_gridnet label::before {
    top: 2px;
    height: 22px;
    left: 0;
    transition: all 0.2s ease;
    content: "";
    background: rgb(214,216,207);
    width: 22px;
    border-radius: 10px;
    position: absolute;
}.connect_with_usnet .inquiry_gridnet input[type="checkbox"]:checked + label::before {
    background: rgb(180,186,161);
}.connect_with_usnet .inquiry_gridnet input[type="checkbox"]:checked + label::after {
    left: 8px;
    top: 6px;
    border-right: 2px solid #ffffff;
    position: absolute;
    height: 10px;
    transform: rotate(45deg);
    content: "";
    width: 6px;
    border-bottom: 2px solid #ffffff;
}.connect_with_usnet .inquiry_gridnet label a {
    color: rgb(180,186,161);
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
}.connect_with_usnet .inquiry_gridnet label a:hover {
    color: rgb(148,158,97);
}.connect_with_usnet form .request_querynet {
    font-size: 19px;
    cursor: pointer;
    border: none;
    font-weight: 600;
    color: #ffffff;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    padding: 18px 40px;
    overflow: hidden;
    transition: all 0.3s ease;
    display: inline-block;
    position: relative;
    background: #000000;
}.connect_with_usnet form .request_querynet:hover {
    background: rgb(180,186,161);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}.connect_with_usnet svg {
    width: 20px;
    height: 20px;
    fill: rgb(180,186,161);
}.connect_with_usnet svg path {
    fill: rgb(180,186,161);
    transition: fill 0.3s ease;
}

@media screen and (max-width: 991px) {.connect_with_usnet {
    padding: 90px 0;
}.connect_with_usnet .support_querynet {
    grid-template-columns: 1fr;
    gap: 40px;
}.connect_with_usnet .image_slidernet {
    margin: 0 auto;
    order: 1;
    max-width: 600px;
    min-height: 400px;
}.connect_with_usnet .reach_gridnet {
    order: 2;
}.connect_with_usnet form {
    margin: 0 auto;
    max-width: 600px;
}
}

@media screen and (max-width: 767px) {.connect_with_usnet {
    padding: 70px 0;
}.connect_with_usnet h2 {
    margin-bottom: 40px;
    font-size: calc(33px * 0.9);
}.connect_with_usnet .image_slidernet {
    box-shadow: -10px 10px 0 rgb(180,186,161,0.5);
    min-height: 300px;
    width: 100%;
}.connect_with_usnet form {
    padding: 40px 30px;
}
}

@media screen and (max-width: 576px) {.connect_with_usnet {
    padding: 50px 0;
}.connect_with_usnet h2 {
    margin-bottom: 30px;
    font-size: calc(33px * 0.8);
}.connect_with_usnet .image_slidernet {
    box-shadow: -8px 8px 0 rgb(180,186,161,0.5);
    min-height: 250px;
}.connect_with_usnet form {
    padding: 30px 20px;
}.connect_with_usnet form h3 {
    font-size: calc(22px * 0.9);
    margin-bottom: 25px;
}.connect_with_usnet form input[type="text"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}.connect_with_usnet form .request_querynet {
    padding: 15px 20px;
    width: 100%;
}}.client_feedbacknet {
    padding: 5rem 0;
    background: linear-gradient(145deg, rgb(214,216,207) 0%, rgba(245, 245, 250, 0.9) 100%);
    overflow: hidden;
    position: relative;
}.client_feedbacknet::before {
    transform: rotate(-15deg) skew(20deg);
    background: linear-gradient(120deg, rgb(180,186,161,0.5) 0%, transparent 70%);
    z-index: 0;
    height: 25rem;
    content: "";
    filter: blur(30px);
    position: absolute;
    width: 25rem;
    opacity: 0.4;
    right: -5%;
    top: -10%;
}.client_feedbacknet::after {
    position: absolute;
    filter: blur(25px);
    content: "";
    opacity: 0.3;
    width: 15rem;
    height: 15rem;
    background: linear-gradient(220deg, rgb(148,158,97,0.5) 0%, transparent 70%);
    z-index: 0;
    transform: rotate(30deg) skew(-10deg);
    left: -5%;
    bottom: -5%;
}.client_feedbacknet h2 {
    font-weight: 700;
    margin-bottom: 3.5rem;
    position: relative;
    color: #000000;
    font-size: 37px;
    transform: translateZ(0);
    text-align: center;
    z-index: 2;
}.client_feedbacknet h2::after {
    content: "";
    position: absolute;
    bottom: -1rem;
    transform: translateX(-50%) scaleX(0.8);
    width: 6rem;
    height: 3px;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    background: linear-gradient(90deg, rgb(180,186,161), rgb(148,158,97));
    left: 50%;
}.client_feedbacknet h2:hover::after {
    transform: translateX(-50%) scaleX(1.2);
}.client_feedbacknet .container.culture_blocknet {
    padding: 0 1.5rem;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    position: relative;
}.client_feedbacknet .feedback_zonenet {
    perspective: 1000px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2.5rem;
    display: grid;
}.client_feedbacknet .learner_feedbacknet {
    position: relative;
    transform-style: preserve-3d;
    transform: translateZ(0) rotateX(0deg);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    will-change: transform, box-shadow;
    padding: 2rem;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.05),
        0 1px 5px rgba(0, 0, 0, 0.03);
    background: #ffffff;
    overflow: hidden;
    border-left: 4px solid rgb(180,186,161);
}.client_feedbacknet .learner_feedbacknet::before {
    font-size: 12rem;
    top: -2rem;
    font-family: serif;
    line-height: 1;
    z-index: 0;
    color: rgb(180,186,161,0.5);
    content: "";
    right: 1rem;
    opacity: 0.15;
    position: absolute;
}.client_feedbacknet .learner_feedbacknet:hover {
    transform: translateY(-10px) rotateX(5deg) scale(1.02);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 2px 10px rgba(0, 0, 0, 0.04);
}.client_feedbacknet .learner_feedbacknet:nth-child(even):hover {
    transform: translateY(-10px) rotateX(-5deg) scale(1.02);
}.client_feedbacknet .learner_feedbacknet h3 {
    z-index: 2;
    margin-bottom: 0.75rem;
    position: relative;
    font-size: calc(22px - 0.1rem);
    color: #000000;
    display: inline-block;
    font-weight: 600;
}.client_feedbacknet .learner_feedbacknet h3::after {
    position: absolute;
    transform-origin: left;
    left: 0;
    width: 100%;
    transition: transform 0.3s ease-out;
    transform: scaleX(0.3);
    height: 8px;
    content: "";
    bottom: 2px;
    z-index: -1;
    background-color: rgb(148,158,97,0.5);
}.client_feedbacknet .learner_feedbacknet:hover h3::after {
    transform: scaleX(1);
}.client_feedbacknet .learner_feedbacknet .description {
    position: relative;
    color: #000000;
    z-index: 2;
    margin-bottom: 1.5rem;
    line-height: 1.6;
    font-size: 14px;
}.client_feedbacknet .learner_feedbacknet div {
    overflow: hidden;
    border-radius: 50%;
    position: relative;
    border: 3px solid #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    width: 70px;
    height: 70px;
    margin-left: auto;
}.client_feedbacknet .learner_feedbacknet div::before {
    left: 0;
    transform: rotate(35deg) translateX(-100%);
    position: absolute;
    z-index: 3;
    bottom: 0;
    content: "";
    right: 0;
    transition: transform 0.7s ease-out;
    top: 0;
    background: linear-gradient(
        to bottom right,
        transparent 0%,
        rgba(255, 255, 255, 0.2) 50%,
        transparent 100%
    );
}.client_feedbacknet .learner_feedbacknet:hover div::before {
    transform: rotate(35deg) translateX(100%);
}.client_feedbacknet .learner_feedbacknet img {
    height: 100%;
    object-position: center;
    object-fit: cover;
    transition: transform 0.5s ease;
    width: 100%;
}.client_feedbacknet .learner_feedbacknet:hover img {
    transform: scale(1.1);
}

@media (max-width: 991px) {.client_feedbacknet {
    padding: 4rem 0;
}.client_feedbacknet .feedback_zonenet {
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.client_feedbacknet .learner_feedbacknet {
    padding: 1.75rem;
}
}

@media (max-width: 767px) {.client_feedbacknet {
    padding: 3rem 0;
}.client_feedbacknet h2 {
    margin-bottom: 2.5rem;
    font-size: calc(37px - 0.2rem);
}.client_feedbacknet .feedback_zonenet {
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 500px;
}.client_feedbacknet .learner_feedbacknet {
    transform: none !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}.client_feedbacknet .learner_feedbacknet:hover {
    transform: translateY(-5px) !important;
}
}

@media (max-width: 576px) {.client_feedbacknet {
    padding: 2.5rem 0;
}.client_feedbacknet h2 {
    font-size: calc(37px - 0.4rem);
    margin-bottom: 2rem;
}.client_feedbacknet h2::after {
    width: 4rem;
}.client_feedbacknet .learner_feedbacknet {
    padding: 1.5rem;
}.client_feedbacknet .learner_feedbacknet::before {
    top: -1.5rem;
    font-size: 8rem;
}.client_feedbacknet .learner_feedbacknet div {
    width: 60px;
    height: 60px;
}}.enroll_instantlynet {
    overflow: hidden;
    background: linear-gradient(125deg, rgb(148,158,97,0.5) 0%, rgb(180,186,161,0.5) 100%);
    margin: 0;
    padding: 6rem 2rem;
    position: relative;
    box-shadow: inset 0 0 70px rgba(rgb(180,186,161), 0.3);
}.enroll_instantlynet::before {
    height: 100%;
    left: 0;
    width: 100%;
    background-size: 200% 200%;
    position: absolute;
    background: 
        linear-gradient(125deg, 
            rgba(255, 255, 255, 0.3) 10%, 
            rgba(255, 255, 255, 0.05) 30%, 
            rgba(255, 255, 255, 0.2) 50%, 
            rgba(255, 255, 255, 0.05) 70%, 
            rgba(255, 255, 255, 0.3) 90%);
    animation: holographicShift 15s linear infinite;
    z-index: 1;
    top: 0;
    opacity: 0.3;
    content: '';
}@keyframes holographicShift {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 200% 200%;
    }
}

.enroll_instantlynet::after {
    width: 100%;
    filter: blur(1px);
    left: 0;
    position: absolute;
    height: 100%;
    background-image: 
        radial-gradient(circle at 10% 10%, rgba(255, 255, 255, 0.3) 0%, transparent 5px),
        radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.2) 0%, transparent 4px),
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.3) 0%, transparent 6px),
        radial-gradient(circle at 70% 70%, rgba(255, 255, 255, 0.2) 0%, transparent 5px),
        radial-gradient(circle at 90% 90%, rgba(255, 255, 255, 0.3) 0%, transparent 7px),
        radial-gradient(circle at 20% 80%, rgba(255, 255, 255, 0.2) 0%, transparent 4px),
        radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.3) 0%, transparent 6px);
    top: 0;
    content: '';
    animation: particlesMove 25s linear infinite;
    z-index: 1;
}@keyframes particlesMove {
    0% {
        background-position: 
            0% 0%,
            0% 0%,
            0% 0%,
            0% 0%,
            0% 0%,
            0% 0%,
            0% 0%;
    }
    50% {
        background-position: 
            5% 10%,
            -8% 5%,
            10% -5%,
            -5% 8%,
            8% 12%,
            -12% 8%,
            7% -12%;
    }
    100% {
        background-position: 
            0% 0%,
            0% 0%,
            0% 0%,
            0% 0%,
            0% 0%,
            0% 0%,
            0% 0%;
    }
}

.enroll_instantlynet::before {
    height: 200%;
    animation: prismRotate 30s linear infinite;
    background-image:
        conic-gradient(
            transparent 0deg,
            rgba(255, 255, 255, 0.05) 10deg,
            transparent 20deg,
            rgba(255, 255, 255, 0.05) 30deg,
            transparent 40deg,
            rgba(255, 255, 255, 0.05) 50deg,
            transparent 60deg,
            rgba(255, 255, 255, 0.05) 70deg,
            transparent 80deg,
            rgba(255, 255, 255, 0.05) 90deg,
            transparent 100deg,
            rgba(255, 255, 255, 0.05) 110deg,
            transparent 120deg,
            rgba(255, 255, 255, 0.05) 130deg,
            transparent 140deg,
            rgba(255, 255, 255, 0.05) 150deg,
            transparent 160deg,
            rgba(255, 255, 255, 0.05) 170deg,
            transparent 180deg,
            rgba(255, 255, 255, 0.05) 190deg,
            transparent 200deg,
            rgba(255, 255, 255, 0.05) 210deg,
            transparent 220deg,
            rgba(255, 255, 255, 0.05) 230deg,
            transparent 240deg,
            rgba(255, 255, 255, 0.05) 250deg,
            transparent 260deg,
            rgba(255, 255, 255, 0.05) 270deg,
            transparent 280deg,
            rgba(255, 255, 255, 0.05) 290deg,
            transparent 300deg,
            rgba(255, 255, 255, 0.05) 310deg,
            transparent 320deg,
            rgba(255, 255, 255, 0.05) 330deg,
            transparent 340deg,
            rgba(255, 255, 255, 0.05) 350deg,
            transparent 360deg
        );
    position: absolute;
    top: -50%;
    z-index: 2;
    opacity: 0.5;
    width: 200%;
    left: -50%;
    content: '';
}@keyframes prismRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.enroll_instantlynet .culture_blocknet {
    display: flex;
    padding: 4rem 3rem;
    align-items: center;
    margin: 0 auto;
    backdrop-filter: blur(15px);
    flex-direction: column;
    max-width: 950px;
    position: relative;
    transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    text-align: center;
    overflow: hidden;
    z-index: 5;
    background: rgba(255, 255, 255, 0.15);
    justify-content: center;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 0 100px rgba(255, 255, 255, 0.2);
    border-radius: 20px;
}.enroll_instantlynet .culture_blocknet:hover {
    transform: translateY(-10px);
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.15),
        0 0 120px rgba(255, 255, 255, 0.3);
}.enroll_instantlynet .culture_blocknet::before {
    border-radius: 20px;
    opacity: 0.5;
    background-size: 200% 200%;
    content: '';
    animation: holoBorderShift 5s ease infinite;
    inset: 0;
    border: 1px solid rgba(255, 255, 255, 0.3);
    position: absolute;
    background: linear-gradient(
        125deg,
        rgba(255, 255, 255, 0) 20%,
        rgba(255, 255, 255, 0.4) 50%,
        rgba(255, 255, 255, 0) 80%
    );
    z-index: -1;
}@keyframes holoBorderShift {
    0% {
        background-position: 0% 0%;
    }
    50% {
        background-position: 100% 100%;
    }
    100% {
        background-position: 0% 0%;
    }
}

.enroll_instantlynet .culture_blocknet::after {
    inset: -10px;
    position: absolute;
    content: '';
    z-index: -2;
    filter: blur(15px);
    border-radius: 30px;
    background: linear-gradient(
        125deg,
        rgb(180,186,161,0.5),
        rgba(255, 255, 255, 0.4),
        rgb(148,158,97,0.5)
    );
    opacity: 0.4;
    animation: spectrumPulse 8s ease-in-out infinite;
}@keyframes spectrumPulse {
    0%, 100% {
        opacity: 0.3;
        filter: blur(15px);
    }
    50% {
        opacity: 0.5;
        filter: blur(20px);
    }
}

.enroll_instantlynet h3 {
    font-weight: 700;
    font-family: Arial, sans-serif;
    margin-bottom: 2.5rem;
    color: #ffffff;
    letter-spacing: 1px;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
    position: relative;
    font-size: 31px;
    z-index: 1;
}.enroll_instantlynet h3::after {
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.8),
        transparent
    );
    transform: translateX(-50%);
    animation: lineGlow 3s ease-in-out infinite;
    width: 60%;
    bottom: -12px;
    height: 2px;
    content: '';
    left: 50%;
    position: absolute;
}@keyframes lineGlow {
    0%, 100% {
        opacity: 0.5;
        width: 60%;
    }
    50% {
        opacity: 1;
        width: 80%;
    }
}

.enroll_instantlynet h3::before {
    left: -30px;
    position: absolute;
    filter: blur(8px);
    background: linear-gradient(
        125deg,
        rgba(255, 255, 255, 0) 20%,
        rgba(255, 255, 255, 0.1) 50%,
        rgba(255, 255, 255, 0) 80%
    );
    z-index: -1;
    border-radius: 50%;
    opacity: 0.5;
    right: -30px;
    top: -20px;
    bottom: -20px;
    animation: titleHaloRotate 5s ease-in-out infinite;
    content: '';
}@keyframes titleHaloRotate {
    0% {
        transform: scale(1) rotate(0deg);
    }
    50% {
        transform: scale(1.1) rotate(5deg);
    }
    100% {
        transform: scale(1) rotate(0deg);
    }
}

.enroll_instantlynet .get_helpnet {
    font-weight: 600;
    padding: 1.2rem 3.5rem;
    text-decoration: none;
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    overflow: hidden;
    background: linear-gradient(125deg, rgb(180,186,161), rgb(148,158,97));
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    font-size: 19px;
    border: none;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    position: relative;
    border-radius: 50px;
    justify-content: center;
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.1),
        0 0 15px rgba(255, 255, 255, 0.2);
    z-index: 1;
}.enroll_instantlynet .get_helpnet::before {
    height: 100%;
    position: absolute;
    width: 50%;
    z-index: 0;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.5),
        transparent
    );
    top: 0;
    animation: buttonSpark 5s ease-in-out infinite;
    transform: skewX(-25deg);
    content: '';
    left: -50%;
}@keyframes buttonSpark {
    0% {
        left: -50%;
    }
    30%, 100% {
        left: 150%;
    }
}

.enroll_instantlynet .get_helpnet:hover {
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.15),
        0 0 20px rgba(255, 255, 255, 0.3);
    transform: translateY(-5px) scale(1.03);
}.enroll_instantlynet .get_helpnet::after {
    background: linear-gradient(
        125deg,
        rgb(180,186,161),
        rgb(148,158,97)
    );
    content: '';
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: -1;
    filter: blur(10px);
    border-radius: 55px;
    position: absolute;
    inset: -5px;
}.enroll_instantlynet .get_helpnet:hover::after {
    opacity: 0.5;
}.enroll_instantlynet::after {
    content: '';
    z-index: 3;
    position: absolute;
    background-image: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 20px,
            rgba(255, 255, 255, 0.03) 20px,
            rgba(255, 255, 255, 0.03) 21px
        ),
        repeating-linear-gradient(
            90deg,
            transparent,
            transparent 20px,
            rgba(255, 255, 255, 0.03) 20px,
            rgba(255, 255, 255, 0.03) 21px
        );
    height: 100%;
    left: 0;
    width: 100%;
    top: 0;
}.enroll_instantlynet::before {
    animation: spectrumHorizontal 10s linear infinite;
    width: 100%;
    opacity: 0.5;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgb(180,186,161) 25%,
        #ffffff 50%,
        rgb(148,158,97) 75%,
        transparent 100%
    );
    left: 0;
    filter: blur(2px);
    z-index: 3;
    position: absolute;
    content: '';
    height: 2px;
    top: 50%;
}@keyframes spectrumHorizontal {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

.enroll_instantlynet::after {
    animation: spectrumVertical 15s linear infinite;
    position: absolute;
    background: linear-gradient(
        180deg,
        transparent 0%,
        rgb(180,186,161) 25%,
        #ffffff 50%,
        rgb(148,158,97) 75%,
        transparent 100%
    );
    opacity: 0.5;
    height: 100%;
    top: 0;
    filter: blur(2px);
    width: 2px;
    content: '';
    z-index: 3;
    left: 50%;
}

@keyframes spectrumVertical {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(100%);
    }
}

@media screen and (max-width: 991px) {.enroll_instantlynet {
    padding: 5rem 1.5rem;
}.enroll_instantlynet .culture_blocknet {
    padding: 3.5rem 2.5rem;
}.enroll_instantlynet h3 {
    margin-bottom: 2.2rem;
    font-size: calc(31px * 0.9);
}.enroll_instantlynet .get_helpnet {
    padding: 1.1rem 3rem;
}
}

@media screen and (max-width: 767px) {.enroll_instantlynet {
    padding: 4rem 1.2rem;
}.enroll_instantlynet .culture_blocknet {
    padding: 3rem 2rem;
}.enroll_instantlynet h3 {
    font-size: calc(31px * 0.8);
    margin-bottom: 2rem;
}.enroll_instantlynet .get_helpnet {
    padding: 1rem 2.5rem;
    font-size: calc(19px * 0.95);
}
}

@media screen and (max-width: 480px) {.enroll_instantlynet {
    padding: 3.5rem 1rem;
}.enroll_instantlynet .culture_blocknet {
    padding: 2.5rem 1.5rem;
}.enroll_instantlynet h3 {
    margin-bottom: 1.8rem;
    font-size: calc(31px * 0.7);
}.enroll_instantlynet .get_helpnet {
    font-size: calc(19px * 0.9);
    padding: 0.9rem 2.2rem;
}}footer {
    margin-top: 0;
    position: relative;
    background-color: #000000;
}footer::before {
    top: 0;
    width: 100%;
    background: linear-gradient(to right,
    #000000 0%,
    rgb(180,186,161,0.5) 50%,
    #000000 100%);
    height: 100%;
    position: absolute;
    opacity: 0.9;
    content: "";
    z-index: 1;
    left: 0;
}.webinar_livenet {
    z-index: 5;
    padding: 60px 0 40px;
    background-color: transparent;
    position: relative;
}.webinar_livenet .container {
    grid-gap: 30px;
    display: grid;
    position: relative;
    grid-template-columns: repeat(12, 1fr);
}.webinar_livenet .company_holder {
    position: relative;
    border-radius: 10px;
    padding: 30px;
    grid-column: span 4;
    background-color: rgba(255, 255, 255, 0.03);
}.webinar_livenet .company_holder h3 {
    position: relative;
    font-size: 35px;
    margin-bottom: 20px;
    color: #ffffff;
    font-weight: 700;
    display: inline-block;
}.webinar_livenet .company_holder h3::after {
    left: 0;
    width: 100%;
    background: rgb(180,186,161);
    content: "";
    height: 2px;
    bottom: -8px;
    position: absolute;
}.webinar_livenet .knowl_basenet {
    font-size: 13px;
    color: #ffffff;
    line-height: 1.6;
    opacity: 0.8;
}.webinar_livenet .fund_ctanet {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column: span 8;
    grid-gap: 30px;
}.webinar_livenet .nav_knownet {
    background-color: rgba(255, 255, 255, 0.03);
    border-radius: 10px;
    padding: 30px;
    position: relative;
}.webinar_livenet .nav_knownet h5 {
    display: inline-block;
    color: #ffffff;
    position: relative;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 600;
}.webinar_livenet .nav_knownet h5::after {
    background: rgb(148,158,97);
    width: 100%;
    height: 2px;
    content: "";
    left: 0;
    bottom: -8px;
    position: absolute;
}.webinar_livenet .nav_knownet .head_sitebarnet {
    display: grid;
    grid-gap: 15px;
}.webinar_livenet .nav_knownet .head_sitebarnet a {
    position: relative;
    transition: color 0.3s ease, transform 0.3s ease;
    text-decoration: none;
    padding-left: 15px;
    color: #ffffff;
    display: block;
    font-size: 13px;
    opacity: 0.8;
}.webinar_livenet .nav_knownet .head_sitebarnet a::before {
    height: 6px;
    left: 0;
    background: rgb(148,158,97);
    transform: translateY(-50%);
    content: "";
    border-radius: 50%;
    width: 6px;
    position: absolute;
    top: 50%;
}.webinar_livenet .nav_knownet .head_sitebarnet a:hover {
    transform: translateX(5px);
    opacity: 1;
    color: rgb(180,186,161);
}.template_ctanet {
    position: relative;
    margin-top: 40px;
    z-index: 5;
    padding: 25px 0;
    background-color: rgba(0, 0, 0, 0.2);
}.template_ctanet .container {
    justify-content: center;
    display: flex;
    align-items: center;
}.template_ctanet .copy_noticenet {
    color: #ffffff;
    opacity: 0.7;
    text-align: center;
    font-size: 14px;
}

@media (max-width: 991px) {.webinar_livenet .container {
    grid-template-columns: 1fr;
    grid-gap: 30px;
}.webinar_livenet .company_holder {
    grid-column: span 12;
}.webinar_livenet .fund_ctanet {
    grid-column: span 12;
    grid-template-columns: 1fr 1fr;
}
}

@media (max-width: 767px) {.webinar_livenet {
    padding: 40px 0 30px;
}.webinar_livenet .fund_ctanet {
    grid-template-columns: 1fr;
}.webinar_livenet .company_holder {
    padding: 25px;
}.webinar_livenet .nav_knownet {
    padding: 25px;
}.webinar_livenet .company_holder h3 {
    font-size: calc(35px - 2px);
}.webinar_livenet .nav_knownet h5 {
    font-size: calc(22px - 1px);
}
}

@media (max-width: 575px) {.webinar_livenet {
    padding: 30px 0 20px;
}.webinar_livenet .company_holder,
  .webinar_livenet .nav_knownet {
    padding: 20px;
}.webinar_livenet .company_holder h3 {
    font-size: calc(35px - 4px);
}.template_ctanet {
    padding: 20px 0;
}}

.webinar_livenet .company_holder:hover,
.webinar_livenet .nav_knownet:hover {
    transition: background-color 0.3s ease;
    background-color: rgba(255, 255, 255, 0.05);
}.webinar_livenet .container::before {
    opacity: 0.05;
    pointer-events: none;
    top: 0;
    content: "";
    left: 0;
    background: 
    linear-gradient(to right, rgb(180,186,161,0.5) 1px, transparent 1px) 0 0 / 40px 100%,
    linear-gradient(to bottom, rgb(180,186,161,0.5) 1px, transparent 1px) 0 0 / 100% 40px;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: -1;
}.webinar_livenet .company_holder::before {
    background: rgb(180,186,161);
    position: absolute;
    opacity: 0.5;
    top: 0;
    content: "";
    left: 0;
    width: 5px;
    height: 100%;
}.webinar_livenet .nav_knownet::before {
    content: "";
    width: 5px;
    top: 0;
    height: 100%;
    left: 0;
    background: rgb(148,158,97);
    position: absolute;
    opacity: 0.5;
}footer::after {
    bottom: 0;
    content: "";
    opacity: 0.3;
    height: 5px;
    z-index: 2;
    width: 100%;
    background: linear-gradient(to right,
    rgb(180,186,161),
    rgb(148,158,97),
    rgb(180,186,161));
    position: absolute;
    left: 0;
}.webinar_livenet .head_sitebarnet {
    position: relative;
}.webinar_livenet .head_sitebarnet::after {
    opacity: 0.2;
    position: absolute;
    height: 1px;
    left: 0;
    content: "";
    background: rgb(148,158,97,0.5);
    width: 100%;
    bottom: -15px;
}.webinar_livenet .nav_knownet h5,
.webinar_livenet .company_holder h3 {
    text-transform: uppercase;
    letter-spacing: 1px;
}.webinar_livenet .nav_knownet:nth-child(1) {
    grid-row: 1;
    grid-column: 1;
}.webinar_livenet .nav_knownet:nth-child(2) {
    grid-row: 1;
    grid-column: 2;
}.template_ctanet .copy_noticenet {
    position: relative;
    display: inline-block;
}.template_ctanet .copy_noticenet::before {
    width: 30px;
    top: 50%;
    opacity: 0.5;
    background: rgb(180,186,161);
    content: "";
    height: 1px;
    left: -40px;
    position: absolute;
    transform: translateY(-50%);
}.template_ctanet .copy_noticenet::after {
    height: 1px;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    opacity: 0.5;
    right: -40px;
    content: "";
    width: 30px;
    background: rgb(180,186,161);
}header {
    padding: 0;
    width: 100%;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
    z-index: 100;
    position: relative;
    background: #ffffff;
}header::before {
    top: 0;
    width: 35%;
    position: absolute;
    background: linear-gradient(135deg, rgb(180,186,161), rgb(148,158,97));
    z-index: 0;
    left: 0;
    height: 100%;
    content: '';
}header .container {
    position: relative;
    margin: 0;
    max-width: 100%;
    padding: 0;
    z-index: 1;
    width: 100%;
}header .head_lessonnet {
    display: flex;
    align-items: stretch;
    height: 100%;
}header .head_learningnet {
    justify-content: center;
    padding: 1.2rem 0;
    display: flex;
    position: relative;
    text-decoration: none;
    align-items: center;
    width: 35%;
}header .head_learningnet svg {
    width: 150px;
    transition: all 0.3s ease;
    height: auto;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}header .head_learningnet:hover svg {
    transform: scale(1.05);
}header .nav_knownet {
    display: flex;
    align-items: center;
    width: 65%;
    padding: 1.2rem 3%;
    gap: 0.5rem;
    position: relative;
    justify-content: flex-start;
}header .nav_knownet::before {
    height: 100%;
    left: 0;
    position: absolute;
    content: '';
    top: 0;
    width: 1px;
    background: linear-gradient(to bottom, transparent, rgb(180,186,161,0.5), transparent);
}header .nav_sitebarnet {
    color: #000000;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    font-weight: 600;
    background: #ffffff;
    border-radius: 10px;
    z-index: 1;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    font-family: Arial, sans-serif;
    padding: 0.6rem 1.2rem;
    font-size: 16px;
}header .nav_sitebarnet::before {
    border-radius: 10px;
    left: 0;
    content: '';
    position: absolute;
    z-index: -1;
    transition: opacity 0.3s ease;
    height: 100%;
    opacity: 0;
    top: 0;
    width: 100%;
    background: linear-gradient(135deg, rgb(180,186,161,0.5), rgb(148,158,97,0.5));
}header .nav_sitebarnet:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    color: #ffffff;
}header .nav_sitebarnet:hover::before {
    opacity: 1;
}

@media (max-width: 991px) {header::before {
    width: 30%;
}header .head_learningnet {
    width: 30%;
    padding: 1rem 0;
}header .head_learningnet svg {
    width: 130px;
}header .nav_knownet {
    padding: 1rem 2.5%;
    width: 70%;
    gap: 0.5rem;
}header .nav_sitebarnet {
    padding: 0.5rem 1rem;
    font-size: calc(16px);
}
}

@media (max-width: 767px) {header {
    background: rgb(214,216,207);
}header::before {
    width: 100%;
    top: 0;
    bottom: 50%;
    height: auto;
}header .head_lessonnet {
    align-items: center;
    flex-direction: column;
}header .head_learningnet {
    width: 100%;
    padding: 0.8rem 0;
}header .head_learningnet svg {
    width: 120px;
}header .nav_knownet {
    gap: 0.6rem;
    padding: 0.8rem 0;
    flex-wrap: wrap;
    justify-content: center;
    width: 95%;
}header .nav_knownet::before {
    height: 1px;
    background: linear-gradient(to right, transparent, rgb(180,186,161,0.5), transparent);
    left: 0;
    width: 100%;
    top: 0;
}header .nav_sitebarnet {
    padding: 0.5rem 0.9rem;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
}
}

@media (max-width: 480px) {header .head_learningnet {
    padding: 0.7rem 0;
}header .head_learningnet svg {
    width: 110px;
}header .nav_knownet {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding: 0.7rem 2%;
    width: 100%;
}header .nav_knownet::-webkit-scrollbar {
    height: 3px;
}header .nav_knownet::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(180,186,161);
}header .nav_sitebarnet {
    margin-right: 2px;
    flex-shrink: 0;
    font-size: calc(16px - 1px);
    padding: 0.45rem 0.9rem;
    white-space: nowrap;
}}.privacy_panelnet {
    position: relative;
    padding: 5rem 2rem;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    overflow: hidden;
    background: linear-gradient(135deg, rgb(214,216,207) 0%, rgba(255,255,255,0.95) 100%);
}.privacy_panelnet::before {
    transform: rotate(-15deg);
    right: -5%;
    height: 40%;
    animation: float 15s ease-in-out infinite;
    filter: blur(40px);
    content: "";
    opacity: 0.15;
    position: absolute;
    z-index: 0;
    width: 40%;
    top: -5%;
    background: linear-gradient(225deg, rgb(180,186,161,0.5) 0%, transparent 70%);
}.privacy_panelnet::after {
    z-index: 0;
    transform: rotate(10deg);
    left: -5%;
    bottom: -5%;
    filter: blur(30px);
    animation: float 18s ease-in-out infinite reverse;
    opacity: 0.15;
    content: "";
    background: linear-gradient(45deg, rgb(148,158,97,0.5) 0%, transparent 80%);
    position: absolute;
    width: 35%;
    height: 35%;
}@keyframes float {
    0%, 100% { transform: translate(0, 0) rotate(-15deg); }
    50% { transform: translate(10px, 15px) rotate(-5deg); }
}

.privacy_panelnet .container {
    z-index: 2;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    box-shadow: 0 15px 40px rgba(0,0,0,0.04), 0 5px 10px rgba(0,0,0,0.02);
    transform: perspective(1000px) rotateX(0.5deg);
    margin: 0 auto;
    padding: 3rem;
    max-width: 1140px;
    background: #ffffff;
}.privacy_panelnet .container:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.privacy_panelnet h1 {
    letter-spacing: -0.01em;
    margin-bottom: 2rem;
    position: relative;
    display: inline-block;
    color: #000000;
    font-size: 47px;
    line-height: 1.2;
    font-weight: 700;
}.privacy_panelnet h1::after {
    transform-origin: left;
    background: linear-gradient(90deg, rgb(180,186,161) 0%, rgb(148,158,97) 100%);
    transition: width 0.3s ease;
    content: "";
    position: absolute;
    width: 40%;
    bottom: -0.5rem;
    height: 4px;
    left: 0;
}.privacy_panelnet h2 {
    margin: 2.5rem 0 1.5rem;
    border-left: 3px solid rgb(180,186,161);
    color: #000000;
    font-size: 29px;
    transition: all 0.3s ease;
    font-weight: 600;
    padding-left: 1rem;
}.privacy_panelnet h2:hover {
    border-left-width: 5px;
    transform: translateX(5px);
}.privacy_panelnet h3 {
    margin: 2rem 0 1.2rem;
    position: relative;
    font-size: calc(29px * 0.8);
    font-weight: 600;
    color: #000000;
    padding-left: 0.8rem;
    border-left: 2px solid rgb(148,158,97);
}.privacy_panelnet h4 {
    border-left: 1px solid rgb(148,158,97);
    font-weight: 600;
    font-size: calc(29px * 0.7);
    position: relative;
    margin: 1.8rem 0 1rem;
    color: #000000;
    padding-left: 0.6rem;
}.privacy_panelnet p {
    transition: transform 0.3s ease;
    color: #000000;
    font-size: 16px;
    z-index: 1;
    line-height: 1.7;
    position: relative;
    margin-bottom: 1.5rem;
}.privacy_panelnet p:hover {
    transform: translateX(3px);
}.privacy_panelnet p strong {
    position: relative;
    color: rgb(180,186,161);
    display: inline-block;
    font-weight: 600;
}.privacy_panelnet p strong::after {
    transform: scaleX(0);
    background: rgb(180,186,161,0.5);
    left: 0;
    transform-origin: left;
    height: 1px;
    width: 100%;
    content: "";
    bottom: -2px;
    position: absolute;
    transition: transform 0.3s ease;
}.privacy_panelnet p:hover strong::after {
    transform: scaleX(1);
}.privacy_panelnet span {
    line-height: 1.7;
    position: relative;
    font-size: 16px;
    display: block;
    padding-left: 1rem;
    margin-bottom: 1.5rem;
    color: #000000;
    border-left: 1px dashed rgb(148,158,97,0.5);
}.privacy_panelnet ul {
    margin: 1.5rem 0 2rem;
    padding-left: 0;
    position: relative;
    list-style-type: none;
}.privacy_panelnet ul::before {
    bottom: 0;
    background: linear-gradient(to bottom, rgb(180,186,161,0.5), transparent);
    width: 1px;
    content: "";
    transform-origin: top;
    transform: scaleY(0.95);
    left: 0.8rem;
    top: 0;
    position: absolute;
}.privacy_panelnet li {
    font-size: 16px;
    line-height: 1.6;
    padding-left: 2.5rem;
    color: #000000;
    transition: transform 0.2s ease;
    position: relative;
    margin-bottom: 1rem;
}.privacy_panelnet li:hover {
    transform: translateX(5px);
}.privacy_panelnet li::before {
    width: 8px;
    content: "";
    height: 8px;
    border-radius: 50%;
    background: rgb(180,186,161);
    position: absolute;
    box-shadow: 0 0 0 2px rgb(180,186,161,0.5);
    top: 0.6rem;
    transition: all 0.2s ease;
    left: 0.5rem;
}.privacy_panelnet li:hover::before {
    transform: scale(1.2);
    background: rgb(148,158,97);
}

@media (max-width: 992px) {.privacy_panelnet {
    padding: 4rem 1.5rem;
}.privacy_panelnet .container {
    transform: perspective(800px) rotateX(0.3deg);
    padding: 2.5rem;
}.privacy_panelnet h1 {
    font-size: calc(47px * 0.9);
}.privacy_panelnet h2 {
    padding-left: 0.8rem;
    font-size: calc(29px * 0.9);
}
}

@media (max-width: 768px) {.privacy_panelnet {
    padding: 3rem 1rem;
}.privacy_panelnet .container {
    padding: 2rem;
    transform: none;
}.privacy_panelnet h1 {
    font-size: calc(47px * 0.8);
}.privacy_panelnet h2 {
    font-size: calc(29px * 0.8);
    margin: 2rem 0 1rem;
}.privacy_panelnet h3 {
    font-size: calc(29px * 0.7);
}.privacy_panelnet h4 {
    font-size: calc(29px * 0.6);
}.privacy_panelnet p, 
    .privacy_panelnet span, 
    .privacy_panelnet li {
    font-size: calc(16px * 0.95);
}.privacy_panelnet ul {
    margin: 1.2rem 0 1.5rem;
}.privacy_panelnet li {
    padding-left: 2rem;
}
}

@media (max-width: 576px) {.privacy_panelnet {
    padding: 2rem 0.8rem;
}.privacy_panelnet .container {
    padding: 1.5rem;
}.privacy_panelnet h1 {
    margin-bottom: 1.5rem;
    font-size: calc(47px * 0.7);
}.privacy_panelnet h1::after {
    height: 3px;
}.privacy_panelnet h2 {
    font-size: calc(29px * 0.7);
    padding-left: 0.6rem;
    border-left-width: 2px;
}.privacy_panelnet p, 
    .privacy_panelnet span, 
    .privacy_panelnet li {
    line-height: 1.6;
    font-size: calc(16px * 0.9);
}.privacy_panelnet li {
    padding-left: 1.8rem;
}.privacy_panelnet li::before {
    height: 6px;
    width: 6px;
}}.title_greetingnet {
    display: flex;
    position: relative;
    color: #ffffff;
    align-items: center;
    padding: 5rem 2rem;
    min-height: 100vh;
    overflow: hidden;
    justify-content: center;
}.title_greetingnet::before {
    z-index: 1;
    height: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.65) 50%,
    rgba(0, 0, 0, 0.45) 100%
  );
    content: "";
    top: 0;
    width: 100%;
}.title_greetingnet::after {
    top: 0;
    z-index: 2;
    height: 100%;
    opacity: 0.3;
    width: 100%;
    background: linear-gradient(
    to bottom,
    rgb(180,186,161,0.5) 0%,
    transparent 100%
  );
    animation: gradientPulse 8s infinite alternate ease-in-out;
    left: 0;
    content: "";
    position: absolute;
}.title_greetingnet > div {
    transform: translateY(0);
    flex-direction: column;
    z-index: 5;
    width: 100%;
    position: relative;
    max-width: 1200px;
    animation: appearFromBottom 1.2s ease-out forwards;
    display: flex;
    gap: 3rem;
}.title_greetingnet > div > div:first-child {
    margin-left: 5vw;
    transform: perspective(1000px) rotateY(-5deg);
    position: relative;
}.title_style_header {
    font-weight: 700;
    color: transparent;
    background: linear-gradient(
    120deg,
    #ffffff 0%,
    rgb(148,158,97) 100%
  );
    transition: transform 0.3s ease;
    transform-origin: left;
    line-height: 1.1;
    -webkit-background-clip: text !important;
    transform: scale(1);
    font-size: calc(46px * 1.2);
    position: relative;
    background-clip: text !important;
    margin: 0;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    letter-spacing: -0.03em;
}.title_style_header::after {
    width: 60%;
    transform: scaleX(0.8);
    bottom: -0.5rem;
    background: rgb(148,158,97);
    transform-origin: left;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    height: 4px;
    position: absolute;
    left: 0;
    content: "";
}.title_greetingnet:hover .title_style_header::after {
    transform: scaleX(1);
}.start_leadnet {
    transition: transform 0.5s ease;
    display: flex;
    padding: 2.5rem;
    border-left: 4px solid rgb(148,158,97);
    transform: perspective(1000px) rotateX(2deg) rotateY(-2deg);
    flex-direction: column;
    background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0.6) 100%
  );
    gap: 2rem;
    margin-left: 10vw;
    clip-path: polygon(0 0, 100% 0, 96% 100%, 0 100%);
    position: relative;
    backdrop-filter: blur(8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}.title_greetingnet:hover .start_leadnet {
    transform: perspective(1000px) rotateX(0) rotateY(0);
}.title_greetingnet .mentor_valuesnet {
    animation: slideInRight 0.8s ease-out forwards;
    position: relative;
    transform: translateX(0);
    animation-delay: 0.3s;
    opacity: 1;
}.title_greetingnet .mentor_valuesnet h3 {
    font-size: calc(20px * 1.1);
    color: #ffffff;
    letter-spacing: 0.02em;
    position: relative;
    line-height: 1.4;
    font-weight: 600;
    margin: 0;
}.title_greetingnet .mentor_valuesnet::before {
    background: rgb(148,158,97);
    content: "";
    position: absolute;
    animation-delay: 1s;
    width: 40px;
    left: 0;
    height: 3px;
    animation: expandWidth 1.5s ease-out forwards;
    top: -1rem;
    transform-origin: left;
}.title_greetingnet .start_leadnet > div:last-child {
    margin-top: 1rem;
    animation-delay: 0.6s;
    opacity: 0;
    animation: fadeIn 0.8s ease forwards;
}.title_greetingnet .start_leadnet > div:last-child span {
    display: inline-block;
    position: relative;
    padding-left: 1.5rem;
}.title_greetingnet .start_leadnet > div:last-child span::before {
    height: 12px;
    left: 0;
    border-left: 3px solid rgb(148,158,97);
    position: absolute;
    width: 12px;
    top: 50%;
    content: "";
    border-bottom: 3px solid rgb(148,158,97);
    transform: translateY(-50%) rotate(225deg);
}.title_greetingnet .start_leadnet > div:last-child p {
    margin: 0;
    line-height: 1.6;
    letter-spacing: 0.01em;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    opacity: 0.9;
}

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

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

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

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

@keyframes gradientPulse {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.2;
  }
}

@media (min-width: 768px) {.title_greetingnet {
    padding: 8rem 4rem;
}.title_greetingnet > div {
    gap: 4rem;
}.title_greetingnet > div > div:first-child {
    margin-left: 0;
}.title_style_header {
    font-size: calc(46px * 1.5);
}.start_leadnet {
    padding: 3rem;
    width: 80%;
    margin-left: 5vw;
}
}

@media (min-width: 992px) {.title_greetingnet > div {
    gap: 5rem;
}.title_greetingnet > div > div:first-child {
    width: 80%;
}.title_style_header {
    font-size: calc(46px * 1.8);
}.title_greetingnet .mentor_valuesnet h3 {
    font-size: calc(20px * 1.2);
}.start_leadnet {
    width: 65%;
    padding: 3.5rem;
    margin-left: 10vw;
}
}

@media (max-width: 767px) {.title_greetingnet {
    align-items: flex-start;
    padding-top: 6rem;
}.title_style_header {
    font-size: calc(46px * 1.1);
}.title_greetingnet > div > div:first-child {
    margin-left: 0;
    transform: none;
}.start_leadnet {
    margin-left: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    transform: none;
    padding: 2rem 1.5rem;
}.title_greetingnet .mentor_valuesnet h3 {
    font-size: 20px;
}}.instructional_approachnet {
    position: relative;
    background: linear-gradient(115deg, rgb(214,216,207) 0%, rgb(180,186,161,0.5) 150%);
    padding: 180px 0 140px;
    overflow: visible;
}.instructional_approachnet::before {
    position: absolute;
    opacity: 0.15;
    content: '';
    z-index: 1;
    background: radial-gradient(circle at 30% 70%, rgb(148,158,97,0.5) 0%, transparent 60%);
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
}.instructional_approachnet .culture_blocknet {
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 2;
}.instructional_approachnet .word_blocknet {
    display: flex;
    position: relative;
    width: 100%;
}.instructional_approachnet .word_blocknet h2 {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    left: 15%;
    display: flex;
    font-weight: 700;
    z-index: 4;
    width: 300px;
    padding: 40px 50px;
    backdrop-filter: blur(10px);
    color: #ffffff;
    position: absolute;
    top: -50px;
    transform: translateX(-50%);
    font-size: 38px;
    background: linear-gradient(135deg, rgb(180,186,161,0.5) 0%, rgba(255, 255, 255, 0.1) 100%);
    border-radius: 50%;
    text-align: center;
    justify-content: center;
    align-items: center;
    height: 300px;
}.instructional_approachnet .word_blocknet p {
    z-index: 3;
    position: relative;
    font-size: 15px;
    backdrop-filter: blur(15px);
    line-height: 1.8;
    color: #ffffff;
    margin-left: 15%;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.05);
    padding: 60px 50px 60px 250px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}.instructional_approachnet .word_blocknet::before {
    border-radius: 50%;
    content: '';
    opacity: 0.15;
    width: 450px;
    top: -110px;
    transform: translateX(-50%);
    position: absolute;
    height: 450px;
    animation: rotate-slow 60s linear infinite;
    left: 15%;
    z-index: 2;
    border: 1px solid rgb(180,186,161,0.5);
}.instructional_approachnet .word_blocknet::after {
    z-index: 1;
    border-radius: 50%;
    position: absolute;
    opacity: 0.1;
    width: 550px;
    transform: translateX(-50%);
    border: 1px dashed rgb(148,158,97,0.5);
    height: 550px;
    animation: rotate-slow 80s linear infinite reverse;
    top: -160px;
    left: 15%;
    content: '';
}.instructional_approachnet .word_blocknet h2::before {
    position: absolute;
    opacity: 0.3;
    content: '';
    transform: translate(-50%, -50%);
    z-index: 5;
    left: 50%;
    background: rgb(180,186,161);
    border-radius: 50%;
    height: 40px;
    top: 0;
    width: 40px;
}.instructional_approachnet .word_blocknet h2::after {
    height: 350px;
    width: 350px;
    top: 50%;
    content: '';
    border-radius: 50%;
    left: 50%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    z-index: -1;
    position: absolute;
    transform: translate(-50%, -50%);
}.instructional_approachnet .word_blocknet p::before {
    height: 100%;
    background: linear-gradient(135deg, rgb(180,186,161,0.5) 0%, transparent 80%);
    top: 0;
    width: 100%;
    left: 0;
    content: '';
    position: absolute;
    z-index: -1;
    opacity: 0.05;
    border-radius: 28px;
}.instructional_approachnet .word_blocknet p::after {
    z-index: 5;
    right: 30px;
    height: 80px;
    width: 80px;
    transform: rotate(45deg);
    top: -40px;
    border-radius: 10px;
    content: '';
    opacity: 0.1;
    position: absolute;
    background: rgb(148,158,97);
}.instructional_approachnet::after {
    content: '';
    position: absolute;
    z-index: 1;
    height: 1px;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgb(180,186,161,0.5), transparent);
    opacity: 0.2;
    left: 0;
    bottom: 50%;
}.instructional_approachnet .culture_blocknet::before {
    border-radius: 50%;
    top: 50%;
    animation: pulse-subtle 10s infinite alternate;
    position: absolute;
    content: '';
    filter: blur(30px);
    left: 15%;
    height: 70px;
    opacity: 0.05;
    background: rgb(180,186,161);
    transform: translate(-50%, -50%);
    width: 70px;
}.instructional_approachnet .culture_blocknet::after {
    content: '';
    background: rgb(148,158,97);
    bottom: -100px;
    border-radius: 50%;
    right: 10%;
    position: absolute;
    height: 200px;
    width: 200px;
    filter: blur(60px);
    animation: pulse-subtle 15s infinite alternate-reverse;
    opacity: 0.03;
}

@keyframes rotate-slow {
    0% {
        transform: translateX(-50%) rotate(0deg);
    }
    100% {
        transform: translateX(-50%) rotate(360deg);
    }
}

@keyframes pulse-subtle {
    0%, 100% {
        opacity: 0.05;
        transform: scale(1);
    }
    50% {
        opacity: 0.08;
        transform: scale(1.2);
    }
}
@media screen and (max-width: 1200px) {.instructional_approachnet .word_blocknet h2 {
    width: 280px;
    padding: 35px 40px;
    left: 20%;
    height: 280px;
}.instructional_approachnet .word_blocknet p {
    padding: 50px 40px 50px 220px;
    margin-left: 20%;
}.instructional_approachnet .word_blocknet::before {
    width: 400px;
    top: -95px;
    height: 400px;
    left: 20%;
}.instructional_approachnet .word_blocknet::after {
    top: -145px;
    left: 20%;
    width: 500px;
    height: 500px;
}.instructional_approachnet .culture_blocknet::before {
    left: 20%;
}
}

@media screen and (max-width: 992px) {.instructional_approachnet {
    padding: 160px 0 120px;
}.instructional_approachnet .word_blocknet h2 {
    height: 250px;
    width: 250px;
    padding: 30px;
    left: 25%;
    top: -40px;
}.instructional_approachnet .word_blocknet p {
    padding: 45px 35px 45px 180px;
    margin-left: 25%;
}.instructional_approachnet .word_blocknet::before {
    height: 350px;
    left: 25%;
    top: -80px;
    width: 350px;
}.instructional_approachnet .word_blocknet::after {
    left: 25%;
    top: -125px;
    width: 450px;
    height: 450px;
}.instructional_approachnet .word_blocknet h2::after {
    width: 290px;
    height: 290px;
}.instructional_approachnet .culture_blocknet::before {
    left: 25%;
}
}

@media screen and (max-width: 768px) {.instructional_approachnet {
    padding: 130px 0 100px;
    overflow: hidden;
}.instructional_approachnet .word_blocknet {
    flex-direction: column;
    align-items: center;
}.instructional_approachnet .word_blocknet h2 {
    width: 90%;
    margin-bottom: 20px;
    font-size: calc(38px * 0.9);
    left: 0;
    transform: none;
    border-radius: 28px;
    position: relative;
    top: 0;
    padding: 30px;
    height: auto;
}.instructional_approachnet .word_blocknet p {
    width: 90%;
    margin-left: 0;
    padding: 30px;
}.instructional_approachnet .word_blocknet::before,
    .instructional_approachnet .word_blocknet::after,
    .instructional_approachnet::after,
    .instructional_approachnet .culture_blocknet::before,
    .instructional_approachnet .culture_blocknet::after,
    .instructional_approachnet .word_blocknet p::after,
    .instructional_approachnet .word_blocknet h2::before,
    .instructional_approachnet .word_blocknet h2::after {
    display: none;
}
}

@media screen and (max-width: 480px) {.instructional_approachnet {
    padding: 100px 0 80px;
}.instructional_approachnet .word_blocknet h2 {
    padding: 25px;
    font-size: calc(38px * 0.8);
    width: 100%;
}.instructional_approachnet .word_blocknet p {
    font-size: calc(15px * 0.9);
    width: 100%;
    padding: 25px;
}}.our_teamnet {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    color: #ffffff;
}.our_teamnet::before {
    background: linear-gradient(135deg, rgba(0, 0, 20, 0.85) 0%, rgba(0, 20, 40, 0.75) 50%, rgba(0, 40, 80, 0.9) 100%);
    right: 0;
    top: 0;
    z-index: 1;
    left: 0;
    position: absolute;
    bottom: 0;
    content: "";
}.our_teamnet::after {
    height: 70%;
    top: -10%;
    transform: rotate(-15deg) skew(20deg);
    background: rgb(180,186,161);
    right: -10%;
    position: absolute;
    width: 40%;
    z-index: 1;
    opacity: 0.1;
    content: "";
    filter: blur(50px);
    animation: glow 20s infinite alternate;
}.our_teamnet .container {
    padding: 0 20px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
}.our_teamnet .word_blocknet {
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
    border-left: 4px solid rgb(180,186,161);
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    padding: 3rem;
    clip-path: polygon(0 0, 100% 0, 98% 100%, 0% 100%);
    transform: perspective(1000px) rotateY(1deg);
    position: relative;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset;
}.our_teamnet .word_blocknet:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}.our_teamnet .word_blocknet > div:first-child {
    margin-bottom: 0.5rem;
    display: inline-block;
}.our_teamnet .word_blocknet h5 {
    color: #ffffff;
    padding: 0.5rem 1.5rem;
    background: rgb(180,186,161);
    display: inline-block;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
    font-size: 19px;
    margin: 0;
    background: linear-gradient(90deg, rgb(180,186,161) 0%, rgb(148,158,97) 100%);
    position: relative;
    transform: translateX(-1.5rem);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}.our_teamnet .word_blocknet h5::before {
    height: 20px;
    opacity: 0.3;
    content: "";
    filter: blur(10px);
    bottom: -10px;
    width: 20px;
    background: rgb(180,186,161);
    position: absolute;
    border-radius: 50%;
    left: -10px;
    animation: pulse 3s infinite alternate;
}.our_teamnet .word_blocknet > div:nth-child(2) {
    position: relative;
    margin-bottom: 1.5rem;
}.our_teamnet .word_blocknet > div:nth-child(2) p {
    position: relative;
    line-height: 1.4;
    display: inline-block;
    letter-spacing: 1px;
    color: #ffffff;
    margin: 0.5rem 0 1.5rem;
    font-size: calc(19px * 1.2);
}.our_teamnet .word_blocknet > div:nth-child(2) p::after {
    width: 100%;
    height: 2px;
    content: "";
    position: absolute;
    bottom: -0.5rem;
    background: linear-gradient(90deg, rgb(180,186,161) 0%, transparent 100%);
    left: 0;
}.our_teamnet .word_blocknet ol {
    list-style-type: none;
    padding: 0;
    margin: 0;
}.our_teamnet .word_blocknet ol li {
    line-height: 1.8;
    text-align: justify;
    opacity: 0.85;
    column-count: 1;
    color: #ffffff;
    font-size: 14px;
    position: relative;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}.our_teamnet .word_blocknet ol li::first-letter {
    font-size: 1.5em;
    float: left;
    margin-right: 0.25rem;
    color: rgb(180,186,161);
    font-weight: 700;
}

@keyframes pulse {
    0% {
        transform: scale(0.8);
        opacity: 0.3;
    }
    100% {
        transform: scale(1.2);
        opacity: 0.5;
    }
}

@keyframes glow {
    0% {
        opacity: 0.05;
        transform: rotate(-15deg) skew(20deg);
    }
    50% {
        opacity: 0.15;
        transform: rotate(-12deg) skew(15deg) translateX(-5%);
    }
    100% {
        opacity: 0.1;
        transform: rotate(-18deg) skew(25deg) translateX(5%);
    }
}

@media (min-width: 768px) {.our_teamnet {
    padding: 150px 0;
}.our_teamnet .word_blocknet {
    width: 90%;
    margin-left: 5%;
    padding: 4rem;
}.our_teamnet .word_blocknet ol li {
    column-count: 2;
    column-gap: 3rem;
}
}

@media (min-width: 992px) {.our_teamnet .word_blocknet {
    width: 80%;
    margin-left: 10%;
}.our_teamnet .container {
    padding: 0 40px;
}
}

@media (max-width: 767px) {.our_teamnet {
    padding: 80px 0;
}.our_teamnet .word_blocknet {
    padding: 2rem;
    transform: perspective(1000px) rotateY(0deg);
}.our_teamnet .word_blocknet h5 {
    padding: 0.4rem 1.2rem;
    font-size: calc(19px * 0.9);
}.our_teamnet .word_blocknet > div:nth-child(2) p {
    font-size: calc(19px * 1.1);
}.our_teamnet .word_blocknet ol li {
    line-height: 1.6;
    font-size: calc(14px * 0.95);
}
}

@media (max-width: 480px) {.our_teamnet {
    padding: 60px 0;
}.our_teamnet .word_blocknet {
    clip-path: polygon(0 0, 100% 0, 97% 100%, 0% 100%);
    padding: 1.5rem;
}.our_teamnet .word_blocknet h5 {
    font-size: calc(19px * 0.8);
    padding: 0.3rem 1rem;
}}.future_learnersnet {
    position: relative;
    background: linear-gradient(135deg, #ffffff 0%, rgb(214,216,207) 100%);
    padding: 110px 0;
    overflow: hidden;
}.future_learnersnet::before {
    content: "";
    position: absolute;
    height: 100%;
    opacity: 0.4;
    background-size: 30px 30px;
    width: 100%;
    background: 
        linear-gradient(90deg, transparent 98%, rgb(148,158,97,0.5) 98%, rgb(148,158,97,0.5) 100%),
        linear-gradient(0deg, transparent 98%, rgb(148,158,97,0.5) 98%, rgb(148,158,97,0.5) 100%);
    left: 0;
    top: 0;
    z-index: 1;
}.future_learnersnet .container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
    z-index: 2;
    position: relative;
}.future_learnersnet .culture_blocknet {
    position: relative;
}.future_learnersnet h4 {
    padding: 15px 30px;
    position: relative;
    border: 2px solid rgb(180,186,161);
    left: 50%;
    color: #000000;
    border-radius: 10px;
    font-size: 35px;
    display: inline-block;
    margin-bottom: 60px;
    transform: translateX(-50%);
    font-weight: 700;
    box-shadow: 5px 5px 0 rgb(180,186,161,0.5);
    background: #ffffff;
}.future_learnersnet div > div {
    display: flex;
    position: relative;
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap;
}.future_learnersnet div > div::before {
    z-index: -1;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(180,186,161,0.5), transparent);
    top: 50%;
    height: 2px;
    left: 0;
    width: 100%;
    position: absolute;
}.future_learnersnet div > div::after {
    content: "";
    width: 2px;
    left: 50%;
    position: absolute;
    top: 0;
    z-index: -1;
    height: 100%;
    background: linear-gradient(180deg, transparent, rgb(148,158,97,0.5), transparent);
}.future_learnersnet p {
    align-items: center;
    justify-content: flex-start;
    margin: 0;
    font-size: 13px;
    padding: 20px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    position: relative;
    color: #000000;
    width: calc(33.333% - 50px);
    border: 1px solid rgb(214,216,207);
    z-index: 1;
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    display: flex;
}.future_learnersnet p::before {
    background: linear-gradient(135deg, transparent 0%, rgb(180,186,161,0.5) 300%);
    content: "";
    width: 100%;
    border-radius: 10px;
    height: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
    transition: opacity 0.4s ease;
    opacity: 0;
    top: 0;
}.future_learnersnet p::after {
    content: "";
    height: 20px;
    border: 1px solid rgb(180,186,161);
    width: 20px;
    border-radius: 50%;
    background: #ffffff;
    position: absolute;
    top: -10px;
    transition: all 0.3s ease;
    left: -10px;
}.future_learnersnet p:hover {
    border-color: rgb(180,186,161,0.5);
    transform: translateY(-10px);
}.future_learnersnet p:hover::before {
    opacity: 0.2;
}.future_learnersnet p:hover::after {
    background: rgb(180,186,161);
    transform: scale(1.5);
}.future_learnersnet p svg {
    margin-right: 15px;
    width: 26px;
    flex-shrink: 0;
    height: 26px;
    transition: all 0.3s ease;
}.future_learnersnet p svg path {
    transition: fill 0.3s ease;
    fill: rgb(180,186,161);
}.future_learnersnet p:hover svg {
    transform: rotate(15deg);
}.future_learnersnet p:hover svg path {
    fill: rgb(148,158,97);
}@keyframes circuitPath {
    0% {
        stroke-dashoffset: 1000;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

.future_learnersnet::after {
    bottom: 0;
    right: 0;
    z-index: 1;
    content: "";
    width: 300px;
    position: absolute;
    height: 300px;
    opacity: 0.3;
    background-position: bottom right;
    background-repeat: no-repeat;
}@keyframes fadeInScale {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.future_learnersnet .culture_blocknet > div p {
    animation: fadeInScale 0.5s ease forwards;
    opacity: 0;
}.future_learnersnet .culture_blocknet > div p:nth-child(1) {
    animation-delay: 0.1s;
}.future_learnersnet .culture_blocknet > div p:nth-child(2) {
    animation-delay: 0.2s;
}.future_learnersnet .culture_blocknet > div p:nth-child(3) {
    animation-delay: 0.3s;
}.future_learnersnet .culture_blocknet > div p:nth-child(4) {
    animation-delay: 0.4s;
}.future_learnersnet .culture_blocknet > div p:nth-child(5) {
    animation-delay: 0.5s;
}.future_learnersnet .culture_blocknet > div p:nth-child(6) {
    animation-delay: 0.6s;
}

@media (max-width: 991px) {.future_learnersnet {
    padding: 90px 0;
}.future_learnersnet h4 {
    margin-bottom: 50px;
    padding: 12px 25px;
    font-size: calc(35px * 0.9);
}.future_learnersnet div > div {
    gap: 30px;
}.future_learnersnet p {
    width: calc(50% - 30px);
    padding: 18px;
}.future_learnersnet p svg {
    height: 24px;
    margin-right: 12px;
    width: 24px;
}.future_learnersnet::after {
    width: 200px;
    height: 200px;
}
}

@media (max-width: 768px) {.future_learnersnet {
    padding: 70px 0;
}.future_learnersnet h4 {
    padding: 10px 20px;
    box-shadow: 3px 3px 0 rgb(180,186,161,0.5);
    font-size: calc(35px * 0.8);
    margin-bottom: 40px;
}.future_learnersnet div > div {
    gap: 25px;
}.future_learnersnet div > div::before,
    .future_learnersnet div > div::after {
    opacity: 0.4;
}.future_learnersnet p {
    font-size: calc(13px * 0.95);
    width: 100%;
    padding: 15px;
}
}

@media (max-width: 576px) {.future_learnersnet {
    padding: 60px 0;
}.future_learnersnet h4 {
    border-width: 1px;
    box-shadow: 2px 2px 0 rgb(180,186,161,0.5);
    margin-bottom: 35px;
    padding: 8px 16px;
    font-size: calc(35px * 0.7);
}.future_learnersnet div > div {
    gap: 20px;
}.future_learnersnet p {
    font-size: calc(13px * 0.9);
    padding: 12px;
}.future_learnersnet p svg {
    width: 20px;
    margin-right: 10px;
    height: 20px;
}.future_learnersnet p::after {
    height: 12px;
    left: -5px;
    width: 12px;
    top: -5px;
}.future_learnersnet::after {
    width: 100px;
    height: 100px;
}}.windowPrivacySettingsnet {
    z-index: 90;
    position: fixed;
    border-top: 3px solid rgb(180,186,161);
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    width: 100%;
    transition: transform 0.3s ease-in-out;
    background: rgb(214,216,207);
    bottom: 0;
}.data_acceptnet {
    justify-content: space-between;
    display: flex;
    align-items: center;
    padding: 20px 15px;
    margin: 0 auto;
    max-width: 1200px;
}.edu_approvenet {
    flex-shrink: 0;
    margin-right: 15px;
}.edu_approvenet svg {
    width: 60px;
    transition: fill 0.3s ease;
    fill: rgb(180,186,161);
    height: 60px;
}.edu_approvenet svg:hover {
    fill: rgb(148,158,97);
}.manage_trackingnet {
    color: #000000;
    flex-grow: 1;
    margin-right: 15px;
}.windowPrivacySettingsnet h5 {
    color: rgb(180,186,161);
    font-size: 24px;
    font-weight: 600;
    font-family: Arial, sans-serif;
    margin-bottom: 8px;
}.windowPrivacySettingsnet p {
    font-size: 16px;
    font-family: Arial, sans-serif;
    line-height: 1.5;
    color: #000000;
}.edu_cookienet {
    text-align: center;
    color: #ffffff;
    margin-left: 10px;
    background: rgb(180,186,161);
    text-decoration: none;
    padding: 10px 20px;
    line-height: 35px;
    font-size: 17px;
    border-radius: 16px;
    cursor: pointer;
    transition: background 0.3s ease, box-shadow 0.3s ease;
}.edu_cookienet:hover {
    box-shadow: 0 0 10px rgb(148,158,97,0.5);
    background: rgb(148,158,97);
}#cookies_allowance_approvalnet {
    background: rgb(180,186,161);
}#rejectTrackingCookiesBtnnet {
    background: rgba(0, 0, 0, 0.5);
}.windowPrivacySettingsnet p a {
    color: rgb(180,186,161);
    text-decoration: underline;
    transition: color 0.3s ease;
}.windowPrivacySettingsnet p a:hover {
    color: rgb(148,158,97);
}
@media only screen and (max-width: 1200px) {.data_acceptnet {
    align-items: center;
    flex-direction: column;
}.edu_approvenet {
    margin-bottom: 15px;
}.manage_trackingnet {
    margin-bottom: 15px;
    text-align: center;
    margin-right: 0;
}.edu_cookienet {
    margin-bottom: 10px;
    width: 100%;
    max-width: 200px;
    margin-left: 0;
}
}
@media only screen and (max-width: 800px) {.data_acceptnet {
    padding: 15px;
}.edu_approvenet {
    display: none;
}.windowPrivacySettingsnet h5 {
    font-size: 19px;
}.windowPrivacySettingsnet p {
    font-size: 16px;
}}
#alertTrackingUsagenet {
    display: none;
}#alertTrackingUsagenet:checked ~ .windowPrivacySettingsnet {
    opacity: 0;
    visibility: hidden;
}.get_supportnet {
    overflow: hidden;
    border-top: 4px solid rgb(180,186,161);
    background: rgb(180,186,161,0.5);
    padding: 80px 0;
    position: relative;
}.get_supportnet::before {
    width: 100%;
    background-image: 
    repeating-linear-gradient(90deg, 
      rgba(255, 255, 255, 0.03) 0px, 
      rgba(255, 255, 255, 0.03) 1px, 
      transparent 1px, 
      transparent 30px
    ),
    repeating-linear-gradient(0deg, 
      rgba(255, 255, 255, 0.03) 0px, 
      rgba(255, 255, 255, 0.03) 1px, 
      transparent 1px, 
      transparent 30px
    );
    top: 0;
    position: absolute;
    z-index: 1;
    content: "";
    left: 0;
    height: 100%;
}.get_supportnet .container {
    z-index: 2;
    padding: 0 15px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}.get_supportnet .edu_reachnet {
    padding: 0;
    border-left: 1px solid rgb(180,186,161);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    background: rgb(148,158,97);
    position: relative;
}.get_supportnet h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin: 0;
    padding: 30px;
    letter-spacing: 2px;
    color: #ffffff;
}.get_supportnet p {
    line-height: 1.6;
    padding: 30px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}.get_supportnet .ask_for_helpnet {
    justify-content: space-between;
    display: flex;
    padding: 30px;
}.get_supportnet .get_helpnet {
    background: #2a2a2a;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    width: 70px;
    text-decoration: none;
    border-radius: 50%;
    display: flex;
    height: 70px;
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    align-items: center;
    justify-content: center;
}.get_supportnet .get_helpnet::before {
    width: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    transform: scale(0);
    z-index: -1;
    background: rgb(180,186,161);
    content: "";
    transition: transform 0.3s ease;
    height: 100%;
    left: 0;
}.get_supportnet .get_helpnet:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3), 0 0 10px rgb(180,186,161,0.5);
    border-color: rgb(180,186,161);
}.get_supportnet .get_helpnet:hover::before {
    transform: scale(0.9);
}.get_supportnet .get_helpnet svg {
    height: 28px;
    transition: transform 0.3s ease;
    width: 28px;
}.get_supportnet .get_helpnet:hover svg {
    transform: scale(1.2);
}.get_supportnet .get_helpnet svg path {
    transition: fill 0.3s ease;
    fill: rgb(180,186,161);
}.get_supportnet .get_helpnet:hover svg path {
    fill: #ffffff;
}.get_supportnet p svg {
    height: 22px;
    margin-right: 15px;
    width: 22px;
}.get_supportnet p svg path {
    fill: rgb(180,186,161);
}.get_supportnet p:nth-last-child(2) {
    align-items: center;
    display: flex;
    padding: 25px 30px;
    border-bottom: none;
}.get_supportnet .edu_reachnet::after {
    width: calc(100% - 40px);
    right: 20px;
    height: 20px;
    position: absolute;
    content: "";
    background: #1a1a1a;
    z-index: -1;
    bottom: -20px;
}.get_supportnet .edu_reachnet::before {
    position: absolute;
    background: rgb(180,186,161);
    right: 15px;
    height: 15px;
    top: 15px;
    content: "";
    z-index: 1;
    width: 15px;
}

@media (max-width: 991px) {.get_supportnet {
    padding: 60px 0;
}.get_supportnet h2 {
    font-size: calc(30px * 0.9);
    padding: 25px;
}.get_supportnet p,
  .get_supportnet p:nth-last-child(2) {
    padding: 20px 25px;
}.get_supportnet .ask_for_helpnet {
    padding: 25px;
}.get_supportnet .get_helpnet {
    width: 60px;
    height: 60px;
}.get_supportnet .get_helpnet svg {
    height: 24px;
    width: 24px;
}
}

@media (max-width: 767px) {.get_supportnet {
    padding: 50px 0;
}.get_supportnet h2 {
    font-size: calc(30px * 0.85);
    padding: 20px;
}.get_supportnet p {
    font-size: calc(14px * 0.95);
    padding: 20px;
}.get_supportnet p:nth-last-child(2) {
    padding: 18px 20px;
}.get_supportnet .ask_for_helpnet {
    padding: 20px;
}.get_supportnet .get_helpnet {
    height: 50px;
    width: 50px;
}.get_supportnet .get_helpnet svg {
    width: 20px;
    height: 20px;
}.get_supportnet p svg {
    margin-right: 12px;
    width: 20px;
    height: 20px;
}.get_supportnet .edu_reachnet::after {
    bottom: -10px;
    height: 10px;
}.get_supportnet .edu_reachnet::before {
    width: 10px;
    height: 10px;
    right: 10px;
    top: 10px;
}}

.get_supportnet .get_helpnet:active {
    transform: translateY(0);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2), 0 0 5px rgb(180,186,161,0.5);
}@keyframes pulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgb(180,186,161,0.5);
  }
  50% {
    box-shadow: 0 0 0 8px rgba(0, 0, 0, 0);
  }
}

.get_supportnet .get_helpnet:hover {
    animation: pulse 1.5s infinite;
}@keyframes blink {
  0%, 100% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.7;
  }
}

.get_supportnet .container::before {
    top: 15px;
    height: 8px;
    right: 45px;
    width: 8px;
    background: rgb(180,186,161);
    border-radius: 50%;
    content: "";
    animation: blink 2s ease-in-out infinite;
    position: absolute;
}.get_supportnet .container::after {
    letter-spacing: 1px;
    content: attr(data-text);
    left: 15px;
    position: absolute;
    font-size: 12px;
    color: rgb(180,186,161);
    top: -10px;
    text-transform: uppercase;
}.get_supportnet .get_helpnet:nth-child(1) {
    transition-delay: 0.1s;
}.get_supportnet .get_helpnet:nth-child(2) {
    transition-delay: 0.2s;
}.get_supportnet .get_helpnet:nth-child(3) {
    transition-delay: 0.3s;
}.course_overviewnet {
    background: linear-gradient(135deg, rgb(214,216,207) 0%, rgba(245, 247, 250, 0.95) 100%);
    overflow: hidden;
    padding: 5rem 0;
    position: relative;
}.course_overviewnet::before {
    content: "";
    z-index: 0;
    width: 250px;
    top: -5%;
    opacity: 0.1;
    animation: float 12s ease-in-out infinite;
    position: absolute;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    transform: rotate(15deg);
    right: -5%;
    background: linear-gradient(225deg, rgb(180,186,161) 0%, rgb(180,186,161,0.5) 70%);
    height: 250px;
}.course_overviewnet::after {
    left: -3%;
    z-index: 0;
    opacity: 0.1;
    animation: float 15s ease-in-out infinite reverse;
    transform: rotate(-15deg);
    background: linear-gradient(135deg, rgb(148,158,97) 0%, rgb(148,158,97,0.5) 80%);
    height: 200px;
    content: "";
    width: 200px;
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    position: absolute;
    bottom: -3%;
}.course_overviewnet .container {
    margin: 0 auto;
    padding: 0 1.5rem;
    z-index: 1;
    position: relative;
    max-width: 1200px;
}.course_overviewnet h2 {
    position: relative;
    text-align: center;
    margin-bottom: 3rem;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    color: #000000;
    font-weight: 700;
    font-size: 30px;
    transform: perspective(1000px) rotateX(0deg);
}.course_overviewnet h2::after {
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(180,186,161) 0%, rgb(148,158,97) 100%);
    position: absolute;
    content: "";
    width: 80px;
    left: 50%;
    height: 3px;
    bottom: -0.75rem;
}.course_overviewnet h2:hover {
    transform: perspective(1000px) rotateX(2deg) translateY(-5px);
}.course_overviewnet .lesson_plannet {
    background: #ffffff;
    transform: translateY(0);
    border-radius: 5px;
    gap: 2.5rem;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    grid-template-columns: 1fr;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    display: grid;
}.course_overviewnet .lesson_plannet:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}.course_overviewnet .image_slidernet {
    position: relative;
    overflow: hidden;
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
    height: 350px;
    transform: scale(1);
}.course_overviewnet .image_slidernet::after {
    background: linear-gradient(180deg, transparent 70%, rgba(0, 0, 0, 0.2) 100%);
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    content: "";
    height: 100%;
}.course_overviewnet .image_slidernet:hover {
    transform: scale(1.03);
}.course_overviewnet .word_blocknet {
    position: relative;
    padding: 2rem 2.5rem 2.5rem;
}.course_overviewnet .word_blocknet::before {
    content: "";
    background: linear-gradient(90deg, transparent, rgb(148,158,97,0.5), transparent);
    position: absolute;
    width: 90%;
    transform: translateX(-50%);
    left: 50%;
    top: 0;
    height: 1px;
}.course_overviewnet .description {
    font-size: 18px;
    overflow-y: auto;
    color: #000000;
    padding-right: 15px;
    max-height: 340px;
    margin-bottom: 1.5rem;
    line-height: 1.8;
    position: relative;
}.course_overviewnet .description:last-child {
    margin-bottom: 0;
}.course_overviewnet .description::-webkit-scrollbar {
    width: 4px;
}.course_overviewnet .description::-webkit-scrollbar-track {
    background: rgb(214,216,207);
    border-radius: 10px;
}.course_overviewnet .description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(180,186,161,0.5);
}.course_overviewnet .description::-webkit-scrollbar-thumb:hover {
    background: rgb(180,186,161);
}.course_overviewnet .description::first-letter {
    font-weight: 600;
    color: rgb(180,186,161);
    font-size: 1.5em;
}

@media (min-width: 768px) {.course_overviewnet {
    padding: 6rem 0;
}.course_overviewnet .lesson_plannet {
    grid-template-columns: 1fr 1.5fr;
    gap: 0;
}.course_overviewnet .image_slidernet {
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
}.course_overviewnet .word_blocknet {
    padding: 3rem 3.5rem;
}.course_overviewnet .word_blocknet::before {
    height: 90%;
    left: 0;
    background: linear-gradient(180deg, transparent, rgb(148,158,97,0.5), transparent);
    transform: translateY(-50%);
    top: 50%;
    width: 1px;
}.course_overviewnet h2 {
    margin-bottom: 4rem;
    font-size: calc(30px * 1.1);
}.course_overviewnet .description {
    columns: 2;
    column-gap: 2.5rem;
    max-height: 400px;
}
}

@media (min-width: 992px) {.course_overviewnet {
    padding: 7rem 0;
}.course_overviewnet h2 {
    font-size: calc(30px * 1.2);
}.course_overviewnet .lesson_plannet {
    grid-template-columns: 1fr 2fr;
}.course_overviewnet .description {
    font-size: calc(18px * 1.05);
    max-height: 450px;
    line-height: 1.85;
}
}

@media (min-width: 1200px) {.course_overviewnet .description {
    column-gap: 3rem;
    columns: 2;
}
}

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

@media (prefers-reduced-motion: reduce) {.course_overviewnet::before,
    .course_overviewnet::after {
    animation: none;
}.course_overviewnet .lesson_plannet:hover {
    transform: none;
}.course_overviewnet .image_slidernet:hover {
    transform: none;
}.course_overviewnet h2:hover {
    transform: none;
}}.statistics_informationnet {
    overflow: hidden;
    position: relative;
    padding: 7rem 0;
    background: rgb(214,216,207);
}.statistics_informationnet::before {
    height: 100%;
    top: 0;
    content: "";
    width: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgb(180,186,161,0.5) 0,
        rgb(180,186,161,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    z-index: 0;
    opacity: 0.07;
    position: absolute;
    left: 0;
}.statistics_informationnet::after {
    opacity: 0.07;
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(148,158,97,0.5) 0,
        rgb(148,158,97,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    top: 0;
    content: "";
    z-index: 0;
    position: absolute;
    left: 0;
}.statistics_informationnet .container {
    z-index: 1;
    max-width: 1200px;
    padding: 0 1.5rem;
    gap: 3rem;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}.statistics_informationnet .statistics_classesnet {
    grid-template-columns: repeat(2, 1fr);
    flex: 0 0 60%;
    transform: rotate(-3deg);
    gap: 2rem;
    display: grid;
    grid-template-rows: repeat(2, 1fr);
}.statistics_informationnet .expert_statisticsnet {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 2rem;
    backdrop-filter: blur(10px);
    transform: translateZ(0);
    position: relative;
    background: linear-gradient(to right, rgb(180,186,161,0.5) 0%, transparent 100%);
    border-radius: 0 10px 10px 0;
    border-left: 3px solid rgb(180,186,161);
    -webkit-backdrop-filter: blur(10px);
}.statistics_informationnet .expert_statisticsnet:nth-child(even) {
    background: linear-gradient(to left, rgb(148,158,97,0.5) 0%, transparent 100%);
    border-left: none;
    transform: translateX(1.5rem) translateZ(0);
    border-right: 3px solid rgb(148,158,97);
    text-align: right;
    border-radius: 10px 0 0 10px;
}.statistics_informationnet .expert_statisticsnet:hover {
    z-index: 5;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: scale(1.05) translateZ(0);
}.statistics_informationnet .expert_statisticsnet:nth-child(even):hover {
    transform: translateX(1.5rem) scale(1.05) translateZ(0);
}.statistics_informationnet .expert_statisticsnet h4 {
    font-size: calc(36px * 1.3);
    margin: 0 0 0.5rem 0;
    color: rgb(180,186,161);
    line-height: 1;
    font-weight: 700;
}.statistics_informationnet .expert_statisticsnet:nth-child(even) h4 {
    color: rgb(148,158,97);
}.statistics_informationnet .expert_statisticsnet span {
    font-weight: 400;
    line-height: 1.4;
    font-size: 12px;
    display: block;
    color: #000000;
}.statistics_informationnet .boost_growthnet {
    padding-left: 3rem;
    position: relative;
    flex: 0 0 35%;
}.statistics_informationnet .boost_growthnet::before {
    background: linear-gradient(to bottom, rgb(180,186,161) 0%, rgb(148,158,97) 100%);
    border-radius: 10px;
    content: "";
    height: 100%;
    position: absolute;
    width: 5px;
    top: 0;
    left: 0;
}.statistics_informationnet .statistics_extranet {
    position: relative;
    line-height: 1.3;
    font-size: 36px;
    margin: 0 0 2rem 0;
    color: #000000;
    font-weight: 700;
}.statistics_informationnet .statistics_extranet::after {
    width: 80px;
    position: absolute;
    height: 2px;
    bottom: -0.8rem;
    left: 0;
    content: "";
    opacity: 0.7;
    background: rgb(148,158,97);
}.statistics_informationnet .success_statisticsnet {
    line-height: 1.8;
    margin: 0;
    font-weight: 400;
    color: #000000;
    font-size: 12px;
}.statistics_informationnet svg {
    transition: transform 0.3s ease;
    height: 24px;
    fill: rgb(180,186,161);
    margin-bottom: 0.5rem;
    width: 24px;
}.statistics_informationnet .expert_statisticsnet:nth-child(even) svg {
    fill: rgb(148,158,97);
    margin-left: auto;
}.statistics_informationnet svg path {
    fill: inherit;
}.statistics_informationnet .expert_statisticsnet:hover svg {
    transform: rotateY(180deg);
}

@media (max-width: 1024px) {.statistics_informationnet {
    padding: 5rem 0;
}.statistics_informationnet .container {
    flex-direction: column;
    gap: 4rem;
}.statistics_informationnet .statistics_classesnet {
    width: 100%;
    flex: 0 0 100%;
    transform: rotate(0deg);
}.statistics_informationnet .boost_growthnet {
    width: 100%;
    text-align: center;
    padding-left: 0;
    flex: 0 0 100%;
    padding-top: 3rem;
}.statistics_informationnet .boost_growthnet::before {
    background: linear-gradient(to right, rgb(180,186,161) 0%, rgb(148,158,97) 100%);
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    height: 5px;
    width: 80px;
}.statistics_informationnet .statistics_extranet {
    text-align: center;
}.statistics_informationnet .statistics_extranet::after {
    transform: translateX(-50%);
    left: 50%;
}
}

@media (max-width: 768px) {.statistics_informationnet {
    padding: 4rem 0;
}.statistics_informationnet .statistics_classesnet {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.statistics_informationnet .expert_statisticsnet {
    max-width: 100%;
    border-left: 5px solid rgb(180,186,161);
}.statistics_informationnet .expert_statisticsnet:nth-child(even) {
    border-radius: 0 10px 10px 0;
    transform: translateX(0);
    border-left: 5px solid rgb(148,158,97);
    background: linear-gradient(to right, rgb(148,158,97,0.5) 0%, transparent 100%);
    text-align: left;
    border-right: none;
}.statistics_informationnet .expert_statisticsnet:nth-child(even):hover {
    transform: scale(1.05) translateZ(0);
}.statistics_informationnet .expert_statisticsnet:nth-child(even) svg {
    margin-left: 0;
}.statistics_informationnet .expert_statisticsnet h4 {
    font-size: calc(36px * 1.1);
}.statistics_informationnet .expert_statisticsnet span {
    font-size: calc(12px * 0.9);
}.statistics_informationnet .boost_growthnet {
    padding-top: 2rem;
}.statistics_informationnet .statistics_extranet {
    font-size: calc(36px * 0.9);
    margin-bottom: 1.5rem;
}.statistics_informationnet .success_statisticsnet {
    line-height: 1.7;
    font-size: calc(12px * 0.9);
}
}

@media (max-width: 480px) {.statistics_informationnet {
    padding: 3rem 0;
}.statistics_informationnet .container {
    padding: 0 1rem;
    gap: 3rem;
}.statistics_informationnet .expert_statisticsnet {
    padding: 1.5rem;
}.statistics_informationnet .expert_statisticsnet h4 {
    font-size: 36px;
}.statistics_informationnet .expert_statisticsnet span {
    font-size: calc(12px * 0.85);
}.statistics_informationnet .statistics_extranet {
    margin-bottom: 1.2rem;
    font-size: calc(36px * 0.8);
}.statistics_informationnet .success_statisticsnet {
    line-height: 1.6;
    font-size: calc(12px * 0.85);
}.statistics_informationnet .boost_growthnet::before {
    width: 60px;
    height: 4px;
}}.pricing_itemnet {
    overflow: hidden;
    padding: 120px 0 100px;
    position: relative;
}.pricing_itemnet::before {
    content: "";
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 100%);
    left: 0;
    right: 0;
    position: absolute;
    bottom: 0;
    z-index: 1;
    top: 0;
}.pricing_itemnet .container {
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    z-index: 2;
}.pricing_itemnet .pricing_packnet {
    transform-style: preserve-3d;
    perspective: 1000px;
}.pricing_itemnet h2 {
    margin-bottom: 20px;
    transform: translateZ(20px);
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    position: relative;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2);
    font-size: 37px;
}.pricing_itemnet .learning_pricingnet {
    font-size: calc(13px * 1.1);
    color: rgb(255, 255, 255, 0.5);
    transform: translateZ(15px);
    line-height: 1.6;
    text-align: center;
    max-width: 700px;
    position: relative;
    margin: 0 auto 50px;
}.pricing_itemnet .price_gridnet {
    gap: 30px;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
    display: grid;
    margin: 0;
}.pricing_itemnet .price_gridnet li {
    transform-style: preserve-3d;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    perspective: 800px;
}.pricing_itemnet .plan_feesnet {
    height: 100%;
    text-decoration: none;
    transform: translateZ(0);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    display: block;
}.pricing_itemnet .class_ratesnet {
    backdrop-filter: blur(10px);
    height: 100%;
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.2),
        0 5px 15px rgba(0,0,0,0.15),
        0 0 0 1px rgba(255,255,255,0.1) inset;
    padding: 40px 30px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    overflow: hidden;
    border-radius: 4px;
    background: linear-gradient(135deg, 
        rgba(255,255,255,0.1) 0%, 
        rgba(255,255,255,0.03) 100%);
    position: relative;
    transform: translateZ(0);
}.pricing_itemnet .class_ratesnet::before {
    left: 0;
    height: 4px;
    width: 100%;
    opacity: 0.8;
    transition: all 0.4s ease;
    content: "";
    top: 0;
    background: linear-gradient(90deg, 
        rgb(180,186,161) 0%, 
        rgb(148,158,97) 100%);
    transform: scaleX(0.8);
    position: absolute;
}.pricing_itemnet .class_ratesnet::after {
    bottom: -60px;
    z-index: -1;
    position: absolute;
    right: -60px;
    background: radial-gradient(
        circle, 
        rgb(180,186,161,0.5) 0%, 
        transparent 70%
    );
    opacity: 0.5;
    transition: all 0.5s ease;
    width: 120px;
    height: 120px;
    content: "";
}.pricing_itemnet .cert_feesnet {
    z-index: 2;
    position: relative;
}.pricing_itemnet .cert_feesnet h4 {
    color: #ffffff;
    font-size: calc(21px * 1.2);
    position: relative;
    padding-bottom: 15px;
    margin: 0 0 20px;
    font-weight: 600;
}.pricing_itemnet .cert_feesnet h4::after {
    height: 2px;
    position: absolute;
    transition: width 0.3s ease;
    background-color: rgb(148,158,97);
    bottom: 0;
    width: 40px;
    left: 0;
    content: "";
}.pricing_itemnet .cert_feesnet p {
    line-height: 1.6;
    margin-bottom: 30px;
    scrollbar-color: rgb(148,158,97) transparent;
    scrollbar-width: thin;
    max-height: 200px;
    color: rgb(255, 255, 255, 0.5);
    font-size: 13px;
    overflow-y: auto;
    padding-right: 10px;
}.pricing_itemnet .cert_feesnet p::-webkit-scrollbar {
    width: 4px;
}.pricing_itemnet .cert_feesnet p::-webkit-scrollbar-track {
    background: transparent;
}.pricing_itemnet .cert_feesnet p::-webkit-scrollbar-thumb {
    background-color: rgb(148,158,97,0.5);
    border-radius: 20px;
}.pricing_itemnet .study_pricenet {
    display: block;
    color: #ffffff;
    margin-top: 10px;
    position: relative;
    font-size: calc(21px * 1.4);
    padding: 10px 0;
    font-weight: 700;
    text-shadow: 0 2px 8px rgba(0,0,0,0.2);
}.pricing_itemnet .study_pricenet::before {
    bottom: 0;
    content: "";
    width: 60px;
    background: linear-gradient(90deg, 
        rgb(148,158,97) 0%, 
        transparent 100%);
    position: absolute;
    height: 3px;
    left: 0;
}.pricing_itemnet .plan_feesnet:hover .class_ratesnet {
    transform: translateY(-8px) translateZ(20px);
    box-shadow: 
        0 25px 45px rgba(0,0,0,0.25),
        0 10px 20px rgba(0,0,0,0.2),
        0 0 0 1px rgba(255,255,255,0.15) inset;
}.pricing_itemnet .plan_feesnet:hover .class_ratesnet::before {
    opacity: 1;
    transform: scaleX(1);
}.pricing_itemnet .plan_feesnet:hover .class_ratesnet::after {
    opacity: 0.7;
    transform: scale(1.2);
}.pricing_itemnet .plan_feesnet:hover .cert_feesnet h4::after {
    width: 60px;
}@keyframes priceFadeIn {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.pricing_itemnet .price_gridnet li {
    animation: priceFadeIn 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
    opacity: 0;
}.pricing_itemnet .price_gridnet li:nth-child(1) {
    animation-delay: 0.1s;
}.pricing_itemnet .price_gridnet li:nth-child(2) {
    animation-delay: 0.2s;
}.pricing_itemnet .price_gridnet li:nth-child(3) {
    animation-delay: 0.3s;
}.pricing_itemnet .price_gridnet li:nth-child(4) {
    animation-delay: 0.4s;
}


@media (max-width: 1200px) {.pricing_itemnet {
    padding: 100px 0 80px;
}.pricing_itemnet .price_gridnet {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}
}

@media (max-width: 992px) {.pricing_itemnet h2 {
    font-size: calc(37px * 0.9);
}.pricing_itemnet .learning_pricingnet {
    margin-bottom: 40px;
}.pricing_itemnet .class_ratesnet {
    padding: 35px 25px;
}
}

@media (max-width: 768px) {.pricing_itemnet {
    padding: 80px 0 60px;
}.pricing_itemnet h2 {
    font-size: calc(37px * 0.8);
}.pricing_itemnet .learning_pricingnet {
    margin-bottom: 30px;
    font-size: 13px;
}.pricing_itemnet .price_gridnet {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
}.pricing_itemnet .cert_feesnet p {
    font-size: calc(13px * 0.95);
    max-height: 180px;
}
}

@media (max-width: 576px) {.pricing_itemnet {
    padding: 60px 0 40px;
}.pricing_itemnet .container {
    padding: 0 15px;
}.pricing_itemnet h2 {
    font-size: calc(37px * 0.7);
    margin-bottom: 15px;
}.pricing_itemnet .learning_pricingnet {
    font-size: calc(13px * 0.95);
    margin-bottom: 25px;
}.pricing_itemnet .price_gridnet {
    gap: 25px;
    grid-template-columns: 1fr;
}.pricing_itemnet .class_ratesnet {
    padding: 30px 20px;
}.pricing_itemnet .cert_feesnet h4 {
    font-size: 21px;
}.pricing_itemnet .study_pricenet {
    font-size: calc(21px * 1.2);
}}.appSpacenet {
    background: linear-gradient(135deg, rgb(214,216,207) 0%, rgba(rgb(180,186,161,0.5), 0.05) 100%);
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
}.appSpacenet::before {
    opacity: 0.2;
    content: "";
    z-index: 0;
    filter: blur(60px);
    top: -15%;
    background: linear-gradient(225deg, rgb(148,158,97) 0%, rgba(rgb(148,158,97,0.5), 0.2) 100%);
    height: 80%;
    width: 40%;
    animation: float 18s ease-in-out infinite alternate;
    transform: rotate(-15deg) skew(5deg);
    position: absolute;
    right: -5%;
}.appSpacenet::after {
    content: "";
    background: linear-gradient(45deg, rgb(180,186,161) 0%, rgba(rgb(180,186,161,0.5), 0.1) 100%);
    animation: float 15s ease-in-out infinite alternate-reverse;
    filter: blur(50px);
    height: 70%;
    width: 35%;
    left: -5%;
    position: absolute;
    opacity: 0.15;
    transform: rotate(15deg) skew(-5deg);
    bottom: -10%;
    z-index: 0;
}.appSpacenet .container {
    padding: 0 1.5rem;
    margin: 0 auto;
    z-index: 1;
    max-width: 1140px;
    position: relative;
}.appSpacenet .culture_blocknet {
    box-shadow: 0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.08),
                0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.05);
    background: rgba(rgb(255, 255, 255, 0.5), 0.95);
    display: grid;
    transform: translateY(20px);
    padding: clamp(2rem, 5vw, 3.5rem);
    position: relative;
    gap: calc(13px * 1.5);
    animation: slideUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.2s;
    grid-template-rows: auto auto;
    opacity: 0;
}.appSpacenet .culture_blocknet::before {
    background: linear-gradient(180deg, rgb(180,186,161) 0%, rgb(148,158,97) 100%);
    top: 0;
    left: 0;
    height: 100%;
    transform-origin: top;
    content: "";
    position: absolute;
    animation: growDown 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.6s;
    transform: scaleY(0);
    width: 5px;
}.appSpacenet h5 {
    padding-bottom: 0.75rem;
    overflow: hidden;
    line-height: 1.3;
    font-size: 22px;
    margin: 0;
    position: relative;
    letter-spacing: -0.01em;
    font-weight: 700;
    color: #000000;
}.appSpacenet h5::after {
    background: rgb(148,158,97);
    bottom: 0;
    content: "";
    animation: slideRight 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 1s;
    height: 3px;
    position: absolute;
    transform: translateX(-100%);
    left: 0;
    width: 80px;
}.appSpacenet a {
    display: block;
    transition: transform 0.4s ease-out;
    position: relative;
    text-decoration: none;
    overflow: hidden;
}.appSpacenet a:hover {
    transform: translateY(-5px);
}.appSpacenet a::before {
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    width: 80px;
    content: "";
    border-radius: 50% 0 50% 0;
    position: absolute;
    opacity: 0;
    background: linear-gradient(135deg, transparent 50%, rgba(rgb(148,158,97,0.5), 0.1) 50%);
    height: 80px;
    right: -20px;
    transform: scale(0);
    bottom: -20px;
}.appSpacenet a:hover::before {
    transform: scale(1);
    opacity: 1;
}.appSpacenet p {
    opacity: 0;
    font-family: Arial, sans-serif;
    transform: translateY(10px);
    color: #000000;
    font-size: 13px;
    position: relative;
    animation: fadeIn 0.8s ease-out forwards 1.2s;
    margin: 0;
    line-height: 1.7;
}

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

@keyframes growDown {
    from {
        transform: scaleY(0);
    }
    to {
        transform: scaleY(1);
    }
}

@keyframes slideRight {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0);
    }
}

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

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

@media screen and (min-width: 768px) {.appSpacenet {
    padding: 8rem 0;
}.appSpacenet .culture_blocknet {
    padding: clamp(2.5rem, 6vw, 4rem);
    gap: calc(13px * 2);
    border-radius: 10px;
}.appSpacenet h5 {
    font-size: calc(22px * 1.1);
    padding-bottom: 1rem;
}.appSpacenet h5::after {
    height: 4px;
    width: 120px;
}
}

@media screen and (min-width: 992px) {.appSpacenet {
    padding: 10rem 0;
}.appSpacenet .culture_blocknet {
    gap: calc(13px * 3);
    grid-template-columns: 1fr 1fr;
    padding: clamp(3rem, 7vw, 5rem);
}.appSpacenet h5 {
    padding-bottom: 0;
    font-size: calc(22px * 1.2);
}.appSpacenet h5::after {
    bottom: -0.75rem;
}.appSpacenet p {
    font-size: calc(13px * 1.05);
}
}

@media screen and (max-width: 767px) {.appSpacenet {
    padding: 4rem 0;
}.appSpacenet .culture_blocknet {
    padding: 1.75rem;
}.appSpacenet h5 {
    font-size: calc(22px * 0.9);
}.appSpacenet p {
    font-size: calc(13px * 0.95);
}
}

@media (prefers-reduced-motion: reduce) {.appSpacenet::before,
    .appSpacenet::after {
    animation: none;
}.appSpacenet .culture_blocknet,
    .appSpacenet h5::after,
    .appSpacenet p {
    animation-duration: 0.1s;
}.appSpacenet a:hover {
    transform: none;
}
}