* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}.main-teach-6 {
    flex: 1 0 auto;
}.panel-container-9 {
    min-height: 100%;
    height: 100%;
    flex-direction: column;
    display: flex;
}a {
    color: inherit;
    text-decoration: none;
}html,body {
    height: 100%;
    scroll-behavior: auto;
    min-height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
}header,footer {
    width: 100%;
}.container {
    width: 1105px;
    max-width: 100%;
    margin: auto;
}svg {
    height: 30px;
    width: 30px;
}.art-portal-0 {
    flex: 0 0 auto;
}::-webkit-scrollbar {
    padding: 2px;
    width: auto;
}::-webkit-scrollbar-track {
    background: rgb(146,144,197);
}::-webkit-scrollbar-thumb {
    background: rgb(183,178,217);
    box-shadow: 5px -1px 1px -2px rgba(0, 0, 0, 0.6);
    border: 3px groove rgb(219,216,239);
    border-radius: 9999px;
}::-webkit-scrollbar-thumb:hover {
    box-shadow: 4px 0px 5px 5px rgba(0, 0, 0, 0.4);
}::-webkit-scrollbar-thumb:active {
    background: rgb(146,144,197);
    box-shadow: inset -2px 3px 6px 6px rgba(0, 0, 0, 0.1);
}* {
    scrollbar-color: rgb(255, 255, 255, 0.5) rgb(146,144,197);
    scrollbar-width: none;
}

@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.contact-form-box-3 {
    overflow: hidden;
    padding: 100px 0;
    position: relative;
    background: rgb(219,216,239);
}.contact-form-box-3::before {
    background: repeating-linear-gradient(
        45deg,
        rgb(183,178,217,0.5) 0,
        rgb(183,178,217,0.5) 1px,
        transparent 1px,
        transparent 30px
    );
    content: "";
    opacity: 0.07;
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
}.contact-form-box-3::after {
    width: 100%;
    background-size: 30px 30px;
    top: 0;
    content: "";
    height: 100%;
    position: absolute;
    left: 0;
    z-index: 1;
    background-image: 
        linear-gradient(rgb(146,144,197,0.5) 1px, transparent 1px),
        linear-gradient(90deg, rgb(146,144,197,0.5) 1px, transparent 1px);
    opacity: 0.07;
}.contact-form-box-3 .container {
    z-index: 2;
    padding: 0 30px;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.contact-form-box-3 h2 {
    position: relative;
    text-align: center;
    transform: translateX(-50%);
    font-size: 34px;
    margin-bottom: 20px;
    display: inline-block;
    color: #000000;
    padding-bottom: 20px;
    left: 50%;
    font-weight: 700;
}.contact-form-box-3 h2::before {
    position: absolute;
    left: calc(50% - 40px);
    width: 80px;
    background: rgb(183,178,217);
    content: "";
    bottom: 0;
    height: 4px;
}.contact-form-box-3 h2::after {
    width: 30px;
    bottom: 0;
    background: rgb(146,144,197);
    height: 4px;
    content: "";
    position: absolute;
    left: calc(50% - 15px);
}.contact-form-box-3 .support-card-7 {
    background: #ffffff;
    position: relative;
    display: flex;
    border-radius: 0;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin-top: 50px;
}.contact-form-box-3 .pic-hover-4 {
    flex: 0 0 45%;
    min-height: 550px;
    position: relative;
}.contact-form-box-3 .pic-hover-4::before {
    z-index: 1;
    inset: 0;
    position: absolute;
    content: "";
    background: linear-gradient(
        135deg, 
        rgba(rgb(183,178,217), 0.4), 
        rgba(rgb(146,144,197), 0.4)
    );
}.contact-form-box-3 .inquiry-section-6 {
    justify-content: center;
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 60px;
    flex: 0 0 55%;
}.contact-form-box-3 .inquiry-section-6::before {
    content: "";
    border: 30px solid rgb(183,178,217,0.5);
    height: 150px;
    right: -75px;
    top: -75px;
    width: 150px;
    z-index: 0;
    position: absolute;
    border-radius: 50%;
}.contact-form-box-3 .inquiry-section-6::after {
    height: 100px;
    width: 100px;
    transform: rotate(45deg);
    left: -50px;
    bottom: -50px;
    border-radius: 0;
    z-index: 0;
    background: rgb(146,144,197,0.5);
    content: "";
    position: absolute;
}.contact-form-box-3 form {
    z-index: 2;
    position: relative;
}.contact-form-box-3 form h3 {
    color: #000000;
    font-weight: 600;
    margin-bottom: 40px;
    display: inline-block;
    font-size: 20px;
    position: relative;
}.contact-form-box-3 form h3::after {
    height: 2px;
    left: 0;
    background: rgb(183,178,217);
    position: absolute;
    content: "";
    bottom: -15px;
    width: 50%;
}.contact-form-box-3 form input[type="text"] {
    color: #000000;
    border-bottom: 2px solid rgb(219,216,239);
    margin-bottom: 25px;
    width: 100%;
    transition: all 0.3s ease;
    padding: 20px 25px;
    font-size: 18px;
    border: none;
    background: transparent;
}.contact-form-box-3 form input[type="text"]:focus {
    outline: none;
    border-bottom-color: rgb(183,178,217);
}.contact-form-box-3 form input[type="text"]::placeholder {
    color: rgba(#000000, 0.5);
    transition: all 0.3s ease;
}.contact-form-box-3 form input[type="text"]:focus::placeholder {
    opacity: 0;
    transform: translateY(-10px);
}.contact-form-box-3 .help-map-7 {
    margin-bottom: 40px;
    position: relative;
}.contact-form-box-3 .help-map-7 input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact-form-box-3 .help-map-7 label {
    line-height: 1.5;
    padding-left: 35px;
    position: relative;
    color: #000000;
    font-size: 14px;
    cursor: pointer;
}.contact-form-box-3 .help-map-7 label::before {
    position: absolute;
    background: transparent;
    width: 22px;
    content: "";
    left: 0;
    border: 2px solid rgb(219,216,239);
    top: 0;
    height: 22px;
    transition: all 0.3s ease;
}.contact-form-box-3 .help-map-7 input[type="checkbox"]:checked + label::before {
    background: rgb(183,178,217);
    border-color: rgb(183,178,217);
}.contact-form-box-3 .help-map-7 input[type="checkbox"]:checked + label::after {
    height: 12px;
    top: 4px;
    position: absolute;
    left: 8px;
    content: "";
    border: solid #ffffff;
    transform: rotate(45deg);
    border-width: 0 2px 2px 0;
    width: 6px;
}.contact-form-box-3 .help-map-7 label a {
    color: rgb(183,178,217);
    position: relative;
    transition: all 0.3s ease;
    font-weight: 600;
    text-decoration: none;
}.contact-form-box-3 .help-map-7 label a::after {
    transform-origin: left;
    background: rgb(183,178,217);
    left: 0;
    content: "";
    position: absolute;
    transition: transform 0.3s ease;
    width: 100%;
    bottom: -1px;
    transform: scaleX(1);
    height: 1px;
}.contact-form-box-3 .help-map-7 label a:hover {
    color: rgb(146,144,197);
}.contact-form-box-3 .help-map-7 label a:hover::after {
    background: rgb(146,144,197);
    transform: scaleX(0);
}.contact-form-box-3 .reach-reach-8 {
    background: rgb(183,178,217);
    border: none;
    clip-path: polygon(
        0 0,
        100% 0,
        100% 70%,
        90% 100%,
        0 100%
    );
    display: inline-block;
    color: #ffffff;
    padding: 18px 40px;
    cursor: pointer;
    font-weight: 600;
    width: auto;
    transition: all 0.3s ease;
    overflow: hidden;
    font-size: 20px;
    position: relative;
    z-index: 1;
}.contact-form-box-3 .reach-reach-8::before {
    transform: skewX(-25deg);
    transition: width 0.5s ease;
    top: 0;
    z-index: -1;
    content: "";
    background: rgb(146,144,197);
    position: absolute;
    width: 0;
    left: -10px;
    height: 100%;
}.contact-form-box-3 .reach-reach-8:hover::before {
    width: 150%;
}.contact-form-box-3 svg {
    fill: none;
    stroke: rgb(183,178,217);
    transition: all 0.3s ease;
    stroke-width: 2;
    height: 24px;
    width: 24px;
}.contact-form-box-3 svg path {
    fill: none;
    stroke: rgb(183,178,217);
    transition: all 0.3s ease;
}.contact-form-box-3 svg:hover,
.contact-form-box-3 svg:hover path {
    stroke: rgb(146,144,197);
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0px);
    }
}

@media (max-width: 1024px) {.contact-form-box-3 {
    padding: 80px 0;
}.contact-form-box-3 .pic-hover-4 {
    min-height: 500px;
}.contact-form-box-3 .inquiry-section-6 {
    padding: 50px 40px;
}
}

@media (max-width: 768px) {.contact-form-box-3 {
    padding: 60px 0;
}.contact-form-box-3 .support-card-7 {
    flex-direction: column;
}.contact-form-box-3 .pic-hover-4 {
    min-height: 300px;
    width: 100%;
}.contact-form-box-3 .inquiry-section-6 {
    padding: 40px 30px;
    width: 100%;
}.contact-form-box-3 form h3 {
    margin-bottom: 30px;
}.contact-form-box-3 form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.contact-form-box-3 .help-map-7 {
    margin-bottom: 30px;
}.contact-form-box-3 .reach-reach-8 {
    width: 100%;
    padding: 15px 30px;
}
}

@media (max-width: 480px) {.contact-form-box-3 {
    padding: 50px 0;
}.contact-form-box-3 h2 {
    font-size: calc(34px * 0.85);
}.contact-form-box-3 .support-card-7 {
    margin-top: 30px;
}.contact-form-box-3 .pic-hover-4 {
    min-height: 200px;
}.contact-form-box-3 .inquiry-section-6 {
    padding: 30px 20px;
}.contact-form-box-3 form h3 {
    font-size: calc(20px * 0.9);
    margin-bottom: 25px;
}.contact-form-box-3 form input[type="text"] {
    margin-bottom: 15px;
    padding: 12px 15px;
}.contact-form-box-3 .help-map-7 {
    margin-bottom: 25px;
}.contact-form-box-3 .help-map-7 label {
    font-size: calc(14px * 0.9);
}.contact-form-box-3 .reach-reach-8 {
    padding: 12px 25px;
}}.privacy-repository-8 {
    background: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    padding: 50px;
    width: 100%;
    color: #000000;
    height: auto;
}.privacy-repository-8 h1 {
    margin-bottom: 20px;
    font-size: 41px;
    color: rgb(183,178,217);
    font-family: Arial, sans-serif;
    grid-column: span 2;
    margin-top: 0;
    text-align: center;
    border-bottom: 2px solid rgb(146,144,197);
    padding-bottom: 10px;
    font-weight: 700;
}.privacy-repository-8 h2 {
    text-align: left;
    border-left: 4px solid rgb(183,178,217);
    padding-left: 10px;
    margin-top: 0;
    font-size: 28px;
    font-family: Arial, sans-serif;
    margin-bottom: 15px;
    color: rgb(146,144,197);
    font-weight: 600;
}.privacy-repository-8 h3, .privacy-repository-8 h4, .privacy-repository-8 h5 {
    color: #000000;
    font-size: 23px;
}.privacy-repository-8 ul {
    padding-left: 20px;
    list-style-type: square;
    margin: 0;
}.privacy-repository-8 li {
    font-family: Arial, sans-serif;
    color: #000000;
    border-radius: 10px;
    background: rgb(146,144,197,0.5);
    margin-bottom: 10px;
    padding: 10px;
    font-size: 17px;
    line-height: 1.5;
}.privacy-repository-8 div {
    color: #000000;
    margin-bottom: 15px;
    font-family: Arial, sans-serif;
    border-radius: 18px;
    font-size: 17px;
    line-height: 1.8;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.5);
    padding: 15px;
    background: rgb(183,178,217,0.5);
}.privacy-repository-8 p, .privacy-repository-8 span {
    margin-bottom: 10px;
    color: #000000;
    font-size: 17px;
    line-height: 1.8;
}
@media only screen and (max-width: 800px) {.privacy-repository-8 {
    gap: 20px;
    grid-template-columns: 1fr;
    padding: 20px;
}.privacy-repository-8 h1 {
    font-size: calc(23px - 4px);
    margin-bottom: 15px;
}.privacy-repository-8 h2 {
    margin-bottom: 10px;
    font-size: calc(23px - 2px);
}.privacy-repository-8 ul {
    padding-left: 15px;
}.privacy-repository-8 li {
    padding: 8px;
    margin-bottom: 8px;
}.privacy-repository-8 div {
    padding: 10px;
}}.appNote-0 {
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(219,216,239) 0%, #ffffff 100%);
    overflow: hidden;
    position: relative;
}.appNote-0::before {
    background: linear-gradient(120deg, rgb(183,178,217,0.5) 0%, rgb(146,144,197,0.5) 100%);
    animation: float 15s ease-in-out infinite;
    width: 40%;
    right: -5%;
    top: -10%;
    transform: rotate(-15deg) skewX(15deg);
    content: "";
    z-index: 0;
    filter: blur(25px);
    height: 70%;
    opacity: 0.4;
    position: absolute;
}.appNote-0::after {
    content: "";
    z-index: 0;
    width: 30%;
    transform: rotate(10deg) skewX(-10deg);
    background: linear-gradient(220deg, rgb(146,144,197,0.5) 0%, rgb(183,178,217,0.5) 100%);
    opacity: 0.3;
    height: 60%;
    animation: float 18s ease-in-out infinite reverse;
    position: absolute;
    left: -2%;
    bottom: -5%;
    filter: blur(20px);
}.appNote-0 .container {
    margin: 0 auto;
    z-index: 2;
    position: relative;
    max-width: 1200px;
    padding: 0 1.5rem;
}.appNote-0 .exp-years-8 {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    padding: 3.5rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.07), 
              0 5px 15px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    transform: perspective(1000px) rotateX(1deg);
    position: relative;
    border-left: 5px solid rgb(183,178,217);
    backdrop-filter: blur(10px);
}.appNote-0 .exp-years-8:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1),
              0 10px 20px rgba(0, 0, 0, 0.07);
}.appNote-0 .exp-years-8::before {
    mask-size: 200% 200%;
    background: linear-gradient(to right, 
               #ffffff 0%, 
               rgba(255, 255, 255, 0.8) 100%);
    mask-image: linear-gradient(45deg, #000 25%, rgba(0, 0, 0, 0.7) 50%, #000 75%);
    top: 0;
    content: "";
    left: 0;
    z-index: -1;
    width: 100%;
    animation: shimmerMask 8s infinite linear;
    height: 100%;
    position: absolute;
}.appNote-0 .exp-years-8 > div:first-child {
    margin-bottom: 2rem;
    position: relative;
}.appNote-0 .exp-years-8 > div:first-child::after {
    width: 60px;
    content: "";
    transform-origin: left center;
    position: absolute;
    bottom: -1rem;
    background: linear-gradient(90deg, rgb(183,178,217) 0%, rgb(146,144,197) 100%);
    left: 0;
    transition: width 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    height: 4px;
}.appNote-0 .exp-years-8:hover > div:first-child::after {
    width: 120px;
}.appNote-0 h5 {
    font-size: 19px;
    opacity: 0;
    animation: fadeInUp 0.8s forwards 0.2s;
    color: #000000;
    font-weight: 600;
    transform: translateZ(0);
    margin: 0;
    line-height: 1.4;
    position: relative;
}.appNote-0 a {
    display: block;
    transform: translateZ(0);
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}.appNote-0 a:hover {
    transform: translateY(-3px);
}.appNote-0 p {
    margin: 0;
    line-height: 1.7;
    color: #000000;
    font-size: 13px;
    font-weight: 400;
    font-family: Arial, sans-serif;
    opacity: 0;
    animation: fadeInUp 0.8s forwards 0.5s;
}

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

@keyframes shimmerMask {
  0% {
    mask-position: 0% 0%;
  }
  100% {
    mask-position: 200% 0%;
  }
}

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

@media (max-width: 992px) {.appNote-0 {
    padding: 5rem 0;
}.appNote-0 .exp-years-8 {
    padding: 2.5rem;
}.appNote-0 h5 {
    font-size: calc(19px * 0.95);
}
}

@media (max-width: 768px) {.appNote-0 {
    padding: 4rem 0;
}.appNote-0 .exp-years-8 {
    transform: perspective(1000px) rotateX(0deg);
    padding: 2rem;
}.appNote-0 h5 {
    font-size: calc(19px * 0.9);
}.appNote-0 p {
    line-height: 1.6;
    font-size: calc(13px * 0.95);
}
}

@media (max-width: 576px) {.appNote-0 {
    padding: 3rem 0;
}.appNote-0 .exp-years-8 {
    border-left-width: 3px;
    padding: 1.5rem;
}.appNote-0 .exp-years-8 > div:first-child::after {
    width: 50px;
    height: 3px;
}.appNote-0 .exp-years-8:hover > div:first-child::after {
    width: 80px;
}.appNote-0 h5 {
    font-size: calc(19px * 0.85);
}.appNote-0 p {
    line-height: 1.5;
    font-size: calc(13px * 0.9);
}}.title-opener-0 {
    position: relative;
    overflow: hidden;
    background-color: rgb(219,216,239);
    height: 100vh;
    min-height: 600px;
    width: 100%;
}.title-opener-0::before {
    top: 0;
    height: 100%;
    background: linear-gradient(135deg, rgb(183,178,217,0.5) 0%, rgb(146,144,197,0.5) 50%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 1;
    content: "";
    opacity: 0.75;
    position: absolute;
    width: 100%;
    left: 0;
}.title-opener-0::after {
    background: radial-gradient(circle at 70% 30%, rgb(146,144,197,0.5) 0%, transparent 60%);
    top: 0;
    position: absolute;
    content: "";
    pointer-events: none;
    height: 100%;
    left: 0;
    width: 100%;
    z-index: 2;
}.title-opener-0 .exp-years-8 {
    display: flex;
    height: 100%;
    width: 100%;
    z-index: 3;
    justify-content: center;
    position: relative;
    flex-direction: column;
}.title-opener-0 .master-zone-6 {
    top: 0;
    width: 100%;
    position: absolute;
    left: 0;
    overflow: hidden;
    height: 100%;
}.title-opener-0 .edu-home-3 {
    display: flex;
    height: 100%;
    width: 500%;
    animation: carousel-auto-slide 35s cubic-bezier(0.34, 1.56, 0.64, 1) infinite;
}.title-opener-0 .edu-smart-9 {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 20%;
}.title-opener-0 .edu-smart-9::before {
    height: 100%;
    transition: opacity 1s ease;
    left: 0;
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    opacity: 0.7;
    background: linear-gradient(45deg, rgb(146,144,197,0.5) 0%, transparent 75%);
    content: "";
}.title-opener-0 .edu-smart-9 img {
    width: 100%;
    transform: scale(1.05);
    filter: brightness(0.9) saturate(1.2);
    object-fit: cover;
    transition: transform 8s ease;
    height: 100%;
}.title-opener-0 .text-item-1 {
    opacity: 0;
    border-radius: 0 17px 17px 0;
    margin-left: 10%;
    background: linear-gradient(to right, rgb(146,144,197,0.5) 0%, transparent 100%);
    z-index: 4;
    transform: translateY(30px);
    border-left: 4px solid rgb(183,178,217);
    animation: text-fade-in 1s forwards 0.5s;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    max-width: 650px;
    padding: 2.5rem;
    backdrop-filter: blur(8px);
    position: relative;
}.title-opener-0 .text-item-1 h1 {
    font-weight: 700;
    line-height: 1.2;
    text-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    position: relative;
    margin-bottom: 1.5rem;
    color: #ffffff;
    font-size: 42px;
}.title-opener-0 .text-item-1 h1::after {
    width: 60px;
    border-radius: 10px;
    left: 0;
    content: "";
    background: linear-gradient(to right, rgb(183,178,217) 0%, rgb(146,144,197) 100%);
    position: absolute;
    height: 4px;
    bottom: -0.75rem;
}.title-opener-0 .text-item-1 p {
    margin-bottom: 2rem;
    opacity: 0.95;
    line-height: 1.6;
    color: #ffffff;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    font-size: 14px;
}.title-opener-0 .text-item-1 .reach-reach-8 {
    box-shadow: 0 5px 20px rgba(rgb(183,178,217,0.5), 0.5);
    border-radius: 17px;
    z-index: 1;
    background: linear-gradient(135deg, rgb(183,178,217) 0%, rgb(146,144,197) 100%);
    text-decoration: none;
    font-weight: 600;
    padding: 0.85rem 2.25rem;
    color: #ffffff;
    font-size: 20px;
    display: inline-block;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}.title-opener-0 .text-item-1 .reach-reach-8::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: -100%;
    background: linear-gradient(135deg, rgb(146,144,197) 0%, rgb(183,178,217) 100%);
    width: 100%;
    transition: left 0.4s ease;
    height: 100%;
    top: 0;
}.title-opener-0 .text-item-1 .reach-reach-8:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(rgb(183,178,217,0.5), 0.7);
}.title-opener-0 .text-item-1 .reach-reach-8:hover::before {
    left: 0;
}

@keyframes carousel-auto-slide {
    0%, 16% {
        transform: translateX(0);
    }
    20%, 36% {
        transform: translateX(-20%);
    }
    40%, 56% {
        transform: translateX(-40%);
    }
    60%, 76% {
        transform: translateX(-60%);
    }
    80%, 96% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes text-fade-in {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 991px) {.title-opener-0 {
    height: auto;
    min-height: unset;
}.title-opener-0 .text-item-1 {
    margin-left: 5%;
    max-width: 550px;
}.title-opener-0 .text-item-1 h1 {
    font-size: calc(42px * 0.9);
}
}

@media (max-width: 767px) {.title-opener-0 {
    height: auto;
    min-height: unset;
}.title-opener-0 .exp-years-8 {
    padding: 6rem 0;
}.title-opener-0 .text-item-1 {
    margin: 0 auto;
    padding: 1.75rem;
    max-width: 90%;
    border-top: 4px solid rgb(183,178,217);
    border-radius: 0 0 17px 17px;
    background: linear-gradient(to bottom, rgb(146,144,197,0.5) 0%, transparent 100%);
    border-left: none;
}.title-opener-0 .text-item-1 h1 {
    font-size: calc(42px * 0.8);
}.title-opener-0 .text-item-1 p {
    font-size: calc(14px * 0.95);
}.title-opener-0 .edu-home-3 {
    animation-duration: 25s;
}
}

@media (max-width: 575px) {.title-opener-0 .exp-years-8 {
    padding: 5rem 0;
}.title-opener-0 .text-item-1 {
    max-width: 95%;
    padding: 1.25rem;
}.title-opener-0 .text-item-1 h1 {
    font-size: calc(42px * 0.75);
}.title-opener-0 .text-item-1 p {
    margin-bottom: 1.5rem;
    font-size: calc(14px * 0.9);
}.title-opener-0 .text-item-1 .reach-reach-8 {
    padding: 0.7rem 1.75rem;
    font-size: calc(20px * 0.9);
}}

.title-opener-0 .edu-smart-9::after {
    background: linear-gradient(to top, rgb(146,144,197,0.5) 0%, transparent 100%);
    position: absolute;
    z-index: 1;
    height: 50%;
    bottom: 0;
    width: 100%;
    content: "";
    left: 0;
}.title-opener-0 .edu-smart-9:nth-child(odd)::before {
    background: linear-gradient(135deg, rgb(183,178,217,0.5) 0%, transparent 75%);
}.title-opener-0 .edu-smart-9:nth-child(1) {
    animation: scale-rotate-effect 25s ease infinite;
}.title-opener-0 .edu-smart-9:nth-child(2) {
    animation: scale-rotate-effect 25s ease infinite 5s;
}.title-opener-0 .edu-smart-9:nth-child(3) {
    animation: scale-rotate-effect 25s ease infinite 10s;
}.title-opener-0 .edu-smart-9:nth-child(4) {
    animation: scale-rotate-effect 25s ease infinite 15s;
}.title-opener-0 .edu-smart-9:nth-child(5) {
    animation: scale-rotate-effect 25s ease infinite 20s;
}@keyframes scale-rotate-effect {
    0%, 20%, 100% {
        transform: scale(1) rotate(0deg);
    }
    10% {
        transform: scale(1.05) rotate(0.5deg);
    }
}

.title-opener-0 .text-item-1::before {
    top: 0;
    width: 40%;
    background: linear-gradient(to left, rgb(146,144,197) 0%, transparent 100%);
    height: 4px;
    border-radius: 10px;
    content: "";
    right: 0;
    position: absolute;
}.title-opener-0 .text-item-1::after {
    bottom: 0;
    position: absolute;
    width: 40%;
    content: "";
    background: linear-gradient(to right, rgb(183,178,217) 0%, transparent 100%);
    height: 4px;
    border-radius: 10px;
    left: 0;
}.title-opener-0 .exp-years-8::before {
    top: 15%;
    border: 3px solid rgb(183,178,217,0.5);
    z-index: 2;
    width: 200px;
    animation: pulse-rotate 15s infinite linear;
    height: 200px;
    right: 15%;
    content: "";
    border-radius: 50%;
    opacity: 0.4;
    position: absolute;
}.title-opener-0 .exp-years-8::after {
    bottom: 10%;
    border-radius: 50%;
    position: absolute;
    opacity: 0.3;
    content: "";
    height: 150px;
    z-index: 2;
    border: 2px solid rgb(146,144,197,0.5);
    width: 150px;
    left: 5%;
    animation: pulse-rotate 12s infinite linear reverse;
}@keyframes pulse-rotate {
    0% {
        transform: scale(1) rotate(0deg);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.3) rotate(180deg);
        opacity: 0.5;
    }
    100% {
        transform: scale(1) rotate(360deg);
        opacity: 0.3;
    }
}

.title-opener-0::before {
    animation: bg-flow 25s infinite alternate;
    background-size: 400% 400%;
}@keyframes bg-flow {
    0% {
        background-position: 0% 0%;
    }
    50% {
        background-position: 100% 100%;
    }
    100% {
        background-position: 0% 0%;
    }
}

.title-opener-0 .master-zone-6::before {
    content: "";
    pointer-events: none;
    height: 100%;
    width: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(183,178,217,0.5) 0%,
        transparent 1px,
        transparent 2px,
        rgb(146,144,197,0.5) 3px,
        transparent 4px
    );
    z-index: 2;
    position: absolute;
    top: 0;
    opacity: 0.1;
    left: 0;
}.title-opener-0 .master-zone-6::after {
    top: 0;
    width: 100%;
    background: radial-gradient(
        circle at center,
        rgb(183,178,217,0.5) 0%,
        transparent 70%
    );
    left: 0;
    opacity: 0.2;
    content: "";
    position: absolute;
    pointer-events: none;
    z-index: 2;
    height: 100%;
    mix-blend-mode: overlay;
}.audience-profile-0 {
    padding: 120px 0;
    background: #ffffff;
    overflow: hidden;
    position: relative;
}.audience-profile-0::before {
    z-index: 1;
    width: 100%;
    position: absolute;
    content: "";
    top: 0;
    opacity: 0.3;
    height: 100%;
    left: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(183,178,217,0.5) 0, transparent 80px),
        radial-gradient(circle at 80% 70%, rgb(146,144,197,0.5) 0, transparent 80px);
}.audience-profile-0 .container {
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
    z-index: 2;
    padding: 0 15px;
}.audience-profile-0 .exp-years-8 {
    position: relative;
}.audience-profile-0 h4 {
    position: relative;
    font-size: 38px;
    color: #000000;
    margin-bottom: 80px;
    text-align: center;
    font-weight: 400;
}.audience-profile-0 h4::after {
    bottom: -20px;
    background: rgb(183,178,217);
    content: "";
    transform: translateX(-50%);
    height: 2px;
    left: 50%;
    width: 50px;
    position: absolute;
}.audience-profile-0 div > div {
    flex-wrap: wrap;
    margin: 0 auto;
    gap: 40px 20px;
    display: flex;
    justify-content: space-between;
    max-width: 900px;
}.audience-profile-0 p {
    transition: all 0.5s ease;
    font-size: 13px;
    flex-direction: column;
    align-items: center;
    display: flex;
    position: relative;
    margin: 0;
    padding: 0;
    text-align: center;
    flex: 0 0 calc(33.333% - 20px);
    color: #000000;
}.audience-profile-0 p::before {
    content: "";
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    left: 50%;
    position: absolute;
    top: 50%;
    z-index: -1;
    width: 0;
    transform: translate(-50%, -50%);
    background: rgb(219,216,239);
    height: 0;
    border-radius: 50%;
}.audience-profile-0 p:hover::before {
    height: 200%;
    width: 170%;
}.audience-profile-0 p svg {
    width: 50px;
    padding: 10px;
    height: 50px;
    transition: all 0.4s ease;
    border-radius: 50%;
    margin-bottom: 15px;
    border: 1px solid rgb(183,178,217,0.5);
}.audience-profile-0 p svg path {
    transition: fill 0.3s ease;
    fill: rgb(183,178,217);
}.audience-profile-0 p:hover svg {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    border-color: transparent;
    transform: translateY(-10px);
}.audience-profile-0 p:hover svg path {
    fill: rgb(146,144,197);
}.audience-profile-0 p span {
    padding-top: 10px;
    position: relative;
}.audience-profile-0 p span::before {
    width: 0;
    top: 0;
    height: 1px;
    transition: width 0.3s ease;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    background: rgb(183,178,217);
}.audience-profile-0 p:hover span::before {
    width: 30px;
}@keyframes floatAnimation {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

.audience-profile-0 p:nth-child(odd) {
    animation: floatAnimation 5s infinite ease-in-out;
}.audience-profile-0 p:nth-child(even) {
    animation: floatAnimation 6s infinite ease-in-out reverse;
}@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.audience-profile-0 .exp-years-8 > div p {
    opacity: 0;
    animation: fadeIn 0.6s ease forwards;
}.audience-profile-0 .exp-years-8 > div p:nth-child(1) {
    animation-delay: 0.1s;
}.audience-profile-0 .exp-years-8 > div p:nth-child(2) {
    animation-delay: 0.2s;
}.audience-profile-0 .exp-years-8 > div p:nth-child(3) {
    animation-delay: 0.3s;
}.audience-profile-0 .exp-years-8 > div p:nth-child(4) {
    animation-delay: 0.4s;
}.audience-profile-0 .exp-years-8 > div p:nth-child(5) {
    animation-delay: 0.5s;
}.audience-profile-0 .exp-years-8 > div p:nth-child(6) {
    animation-delay: 0.6s;
}.audience-profile-0::after {
    content: "";
    width: 100%;
    left: 0;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(183,178,217,0.5), 
        rgb(146,144,197,0.5), 
        transparent);
    position: absolute;
    height: 2px;
    bottom: 0;
}

@media (max-width: 991px) {.audience-profile-0 {
    padding: 100px 0;
}.audience-profile-0 h4 {
    font-size: calc(38px * 0.9);
    margin-bottom: 60px;
}.audience-profile-0 div > div {
    gap: 30px 20px;
}.audience-profile-0 p {
    flex: 0 0 calc(50% - 20px);
}.audience-profile-0 p svg {
    height: 45px;
    margin-bottom: 12px;
    width: 45px;
}
}

@media (max-width: 768px) {.audience-profile-0 {
    padding: 80px 0;
}.audience-profile-0 h4 {
    margin-bottom: 50px;
    font-size: calc(38px * 0.8);
}.audience-profile-0 h4::after {
    bottom: -15px;
    width: 40px;
}.audience-profile-0 div > div {
    gap: 40px 0;
}.audience-profile-0 p {
    flex: 0 0 100%;
}.audience-profile-0 p:nth-child(odd),
    .audience-profile-0 p:nth-child(even) {
    animation: none;
}
}

@media (max-width: 576px) {.audience-profile-0 {
    padding: 60px 0;
}.audience-profile-0 h4 {
    font-size: calc(38px * 0.7);
    margin-bottom: 40px;
}.audience-profile-0 h4::after {
    bottom: -12px;
    width: 30px;
}.audience-profile-0 div > div {
    gap: 30px 0;
}.audience-profile-0 p svg {
    width: 40px;
    padding: 8px;
    height: 40px;
    margin-bottom: 10px;
}.audience-profile-0 p {
    font-size: calc(13px * 0.9);
}}.plan-block-1 {
    position: relative;
    overflow: hidden;
    padding: 7rem 0;
    background: linear-gradient(135deg, rgb(219,216,239) 0%, rgba(245, 247, 250, 0.95) 100%);
}.plan-block-1::before {
    position: absolute;
    right: -5%;
    transform: rotate(-15deg);
    border-radius: 10px;
    height: 70%;
    width: 40%;
    opacity: 0.1;
    top: -10%;
    z-index: 0;
    background: linear-gradient(120deg, rgb(183,178,217,0.5) 20%, rgb(146,144,197,0.5) 80%);
    content: "";
}.plan-block-1::after {
    background: linear-gradient(45deg, rgb(146,144,197,0.5) 30%, rgb(183,178,217,0.5) 70%);
    content: "";
    width: 35%;
    opacity: 0.08;
    left: -3%;
    transform: rotate(10deg);
    z-index: 0;
    border-radius: 10px;
    bottom: -5%;
    position: absolute;
    height: 50%;
}.plan-block-1 .container {
    position: relative;
    padding: 0 2rem;
    margin: 0 auto;
    max-width: 1400px;
    z-index: 2;
}.plan-block-1 .plan-matrix-8 {
    display: flex;
    flex-direction: column;
}.plan-block-1 .pricing-rates-1 {
    position: relative;
    order: 1;
    text-align: center;
    margin-bottom: 3.5rem;
}.plan-block-1 .pricing-rates-1 h2 {
    position: relative;
    font-size: 32px;
    display: inline-block;
    color: #000000;
    margin-bottom: 1.5rem;
    font-weight: 700;
}.plan-block-1 .pricing-rates-1 h2::after {
    width: 70%;
    height: 3px;
    transform: translateX(-50%);
    content: "";
    background: linear-gradient(90deg, transparent, rgb(183,178,217), transparent);
    left: 50%;
    bottom: -0.75rem;
    position: absolute;
}.plan-block-1 .lesson-fees-0 {
    max-width: 800px;
    line-height: 1.6;
    color: #000000;
    font-size: 17px;
    margin: 0 auto;
}.plan-block-1 .fee-schemes-3 {
    width: 100%;
    order: 2;
    gap: 2rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.plan-block-1 .learning-plan-4 {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    height: 100%;
    overflow: hidden;
    text-decoration: none;
    color: #000000;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
    background: #ffffff;
    display: block;
}.plan-block-1 .learning-plan-4:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-8px);
}.plan-block-1 .learning-plan-4::before {
    width: 100%;
    transform: translateY(-5px);
    height: 5px;
    content: "";
    transition: transform 0.3s ease;
    top: 0;
    background: linear-gradient(90deg, rgb(183,178,217), rgb(146,144,197));
    left: 0;
    position: absolute;
}.plan-block-1 .learning-plan-4:hover::before {
    transform: translateY(0);
}.plan-block-1 .cost-schemes-5 {
    flex-direction: column;
    display: flex;
    height: 100%;
    box-sizing: border-box;
}.plan-block-1 .access-rates-6 {
    flex: 1;
    display: flex;
    position: relative;
    padding: 2rem 1.75rem;
    flex-direction: column;
}.plan-block-1 .access-rates-6 h3 {
    position: relative;
    color: #000000;
    margin-bottom: 1rem;
    font-weight: 700;
    display: inline-block;
    font-size: calc(22px * 1.1);
}.plan-block-1 .access-rates-6 .cert-fees-0 {
    font-size: calc(22px * 1.3);
    font-weight: 700;
    position: relative;
    color: rgb(183,178,217);
    margin-bottom: 1.5rem;
}.plan-block-1 .access-rates-6 .cert-fees-0::after {
    left: 0;
    height: 2px;
    content: "";
    bottom: -0.75rem;
    width: 40px;
    position: absolute;
    background: rgb(183,178,217,0.5);
}.plan-block-1 .access-rates-6 p {
    line-height: 1.65;
    flex-grow: 1;
    word-break: break-word;
    word-wrap: break-word;
    overflow-wrap: break-word;
    font-size: 17px;
    color: #000000;
    margin-bottom: 1.5rem;
}.plan-block-1 .pic-hover-4 {
    overflow: hidden;
    height: 180px;
    width: 100%;
    transition: transform 0.5s ease;
    position: relative;
}.plan-block-1 .pic-hover-4::after {
    width: 100%;
    content: "";
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
    position: absolute;
    left: 0;
    top: 0;
}.plan-block-1 .learning-plan-4:hover .pic-hover-4 {
    transform: scale(1.05);
}.plan-block-1 .learning-plan-4:nth-child(odd) .access-rates-6::before {
    width: 2.5rem;
    right: 1rem;
    z-index: -1;
    top: 1rem;
    background: rgb(183,178,217,0.5);
    position: absolute;
    height: 2.5rem;
    content: "";
    border-radius: 50%;
    opacity: 0.1;
}.plan-block-1 .learning-plan-4:nth-child(even) .access-rates-6::before {
    position: absolute;
    background: rgb(146,144,197,0.5);
    height: 2.5rem;
    bottom: 1rem;
    border-radius: 50%;
    content: "";
    width: 2.5rem;
    opacity: 0.1;
    z-index: -1;
    left: 1rem;
}

@media (min-width: 992px) {.plan-block-1 .plan-matrix-8 {
    flex-direction: row;
}.plan-block-1 .pricing-rates-1 {
    text-align: left;
    display: flex;
    margin-bottom: 0;
    justify-content: center;
    order: 2;
    flex-direction: column;
    padding-left: 3rem;
    flex: 0 0 30%;
}.plan-block-1 .pricing-rates-1 h2 {
    text-align: left;
    margin-bottom: 2rem;
}.plan-block-1 .pricing-rates-1 h2::after {
    width: 40%;
    transform: none;
    left: 0;
}.plan-block-1 .lesson-fees-0 {
    text-align: left;
    margin: 0;
}.plan-block-1 .fee-schemes-3 {
    order: 1;
    flex: 0 0 70%;
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 991px) {.plan-block-1 {
    padding: 5rem 0;
}.plan-block-1 .learning-plan-4 {
    margin-bottom: 1.5rem;
}.plan-block-1 .pricing-rates-1 {
    padding: 0 1rem;
}
}

@media (max-width: 767px) {.plan-block-1 {
    padding: 4rem 0;
}.plan-block-1 .pricing-rates-1 h2 {
    font-size: calc(32px * 0.9);
}.plan-block-1 .access-rates-6 h3 {
    font-size: 22px;
}.plan-block-1 .access-rates-6 .cert-fees-0 {
    font-size: calc(22px * 1.15);
}.plan-block-1 .pic-hover-4 {
    height: 160px;
}
}

@media (max-width: 575px) {.plan-block-1 {
    padding: 3rem 0;
}.plan-block-1 .container {
    padding: 0 1.5rem;
}.plan-block-1 .fee-schemes-3 {
    gap: 1.5rem;
}.plan-block-1 .access-rates-6 {
    padding: 1.5rem;
}.plan-block-1 .pic-hover-4 {
    height: 140px;
}
}

@media (hover: none) {.plan-block-1 .learning-plan-4:hover {
    transform: none;
}.plan-block-1 .learning-plan-4:hover .pic-hover-4 {
    transform: none;
}}.cookie-modal-message-9 {
    background: rgb(219,216,239);
    width: 100%;
    position: fixed;
    border-top: 2px solid rgb(183,178,217);
    bottom: 0;
    z-index: 90;
}.cookie-option-3 {
    justify-content: space-between;
    display: flex;
    align-items: center;
    padding: 20px 0;
}.cookie-modal-message-9 h5 {
    font-size: 22px;
    margin-bottom: 6px;
}.cookie-modal-message-9 p {
    font-size: 18px;
}.consent-box-6 {
    flex-shrink: 0;
    margin-right: 10px;
}.consent-box-6 svg, .consent-box-6 svg path, .consent-box-6 img {
    fill: rgb(183,178,217);
    height: 100px;
    width: 100px;
}.cookie-guide-2 {
    color: rgb(183,178,217);
    line-height: 35px;
    cursor: pointer;
    border-bottom: 2px solid rgb(183,178,217);
    font-size: 24px;
    text-decoration: none;
    min-width: 120px;
    white-space: nowrap;
    flex-shrink: 0;
    text-align: center;
    margin-left: 10px;
}.cookie-modal-message-9 p a {
    color: rgb(183,178,217);
    text-decoration: none;
}#cookieUsageMessage-3 {
    display: none;
}#cookieUsageMessage-3:checked ~ .cookie-modal-message-9 {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 1200px) {.cookie-modal-message-9 {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.consent-box-6 {
    display: none;
}.cookie-option-3 {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.cookie-modal-message-9 h5 {
    text-align: center;
}.cookie-modal-message-9 p {
    text-align: center;
}.edu-settings-7 {
    margin-bottom: 20px;
}body .panel-container-9 .cookie-guide-2 {
    margin-left: 0;
}}
.panel-container-9 .cookie-option-3 {
    justify-content: flex-end;
}.panel-container-9 .cookie-guide-2 {
    padding: 10px;
    margin-left: 30px;
    color: #ffffff;
    font-size: 20px;
    background: rgb(183,178,217);
}.panel-container-9 .edu-settings-7 {
    text-align: right;
}
@media only screen and (max-width: 800px)  {.panel-container-9 .cookie-guide-2 {
    margin-bottom: 10px;
    margin-left: 0;
}}.register-now-6 {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    position: relative;
    margin: 4rem 0;
    padding: 5rem 2rem;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(183,178,217), rgb(146,144,197) 70%, rgb(183,178,217,0.5) 100%);
    transform: perspective(1000px) rotateX(2deg);
}.register-now-6::before {
    position: absolute;
    background: linear-gradient(45deg, transparent 30%, rgb(146,144,197,0.5) 40%, transparent 60%);
    height: 140%;
    content: "";
    animation: shimmer 8s infinite linear;
    width: 120%;
    pointer-events: none;
    transform: rotate(-5deg);
    z-index: 1;
    top: -10%;
    left: -5%;
}.register-now-6::after {
    background-image: 
        radial-gradient(circle at 10% 20%, rgb(183,178,217,0.5) 5%, transparent 15%),
        radial-gradient(circle at 90% 80%, rgb(146,144,197,0.5) 5%, transparent 15%),
        radial-gradient(circle at 50% 50%, rgb(183,178,217,0.5) 2%, transparent 10%);
    opacity: 0.4;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
    z-index: 1;
    position: absolute;
    content: "";
    height: 100%;
}.register-now-6 .container {
    z-index: 2;
    transform: translateY(10px);
    position: relative;
    gap: 2.5rem;
    align-items: center;
    flex-direction: column;
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    animation: container-appear 0.8s ease-out forwards;
}.register-now-6 h6 {
    font-weight: 600;
    padding: 0 1rem;
    letter-spacing: 0.5px;
    animation: text-appear 0.7s ease-out 0.2s forwards;
    max-width: 800px;
    transform: translateY(10px);
    opacity: 0;
    text-align: center;
    color: #ffffff;
    margin: 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    line-height: 1.6;
    font-size: clamp(19px, 4vw, calc(19px * 1.2));
}.register-now-6 div div {
    justify-content: center;
    transform: translateY(15px);
    opacity: 0;
    display: flex;
    margin-top: 1rem;
    animation: button-appear 0.8s ease-out 0.4s forwards;
}.register-now-6 div span {
    position: relative;
    display: inline-block;
}.register-now-6 .reach-reach-8 {
    background: #ffffff;
    padding: 1rem 2.5rem;
    overflow: hidden;
    color: rgb(183,178,217);
    transform: translateZ(0);
    border: none;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    text-decoration: none;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    display: inline-flex;
    font-weight: 600;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.register-now-6 .reach-reach-8::before {
    right: -2px;
    animation: gradient-shift 5s ease infinite;
    content: "";
    left: -2px;
    position: absolute;
    top: -2px;
    bottom: -2px;
    transform: translate3d(0, 0, 0);
    background: linear-gradient(45deg, rgb(183,178,217), rgb(146,144,197), rgb(183,178,217));
    z-index: -1;
}.register-now-6 .reach-reach-8 span {
    transition: transform 0.3s ease;
    position: relative;
    z-index: 1;
}.register-now-6 .reach-reach-8:hover {
    color: rgb(146,144,197);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px) scale(1.02);
}.register-now-6 .reach-reach-8:hover span {
    transform: translateX(5px);
}.register-now-6 .reach-reach-8:active {
    transform: translateY(1px) scale(0.98);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

@keyframes shimmer {
    0% {
        transform: translateX(-100%) rotate(-5deg);
    }
    100% {
        transform: translateX(100%) rotate(-5deg);
    }
}

@keyframes text-appear {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes button-appear {
    0% {
        opacity: 0;
        transform: translateY(15px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes container-appear {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes gradient-shift {
    0%, 100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

@media screen and (max-width: 991px) {.register-now-6 {
    padding: 4rem 1.5rem;
    margin: 3rem 0;
}.register-now-6 .container {
    gap: 2rem;
}.register-now-6 h6 {
    font-size: 19px;
}
}

@media screen and (max-width: 768px) {.register-now-6 {
    transform: perspective(1000px) rotateX(1deg);
    padding: 3.5rem 1.25rem;
}.register-now-6 .container {
    gap: 1.8rem;
}.register-now-6 .reach-reach-8 {
    padding: 0.9rem 2rem;
}
}

@media screen and (max-width: 576px) {.register-now-6 {
    transform: none;
    padding: 3rem 1rem;
}.register-now-6 .container {
    gap: 1.5rem;
}.register-now-6 h6 {
    letter-spacing: 0.3px;
    line-height: 1.5;
}.register-now-6 .reach-reach-8 {
    padding: 0.8rem 1.75rem;
}}.company-overview-1 {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 120px 0;
}.company-overview-1:before {
    z-index: -1;
    top: 0;
    opacity: 0.92;
    background: linear-gradient(135deg, rgb(183,178,217,0.5), rgb(146,144,197,0.5));
    position: absolute;
    left: 0;
    height: 100%;
    content: "";
    width: 100%;
}.company-overview-1:after {
    pointer-events: none;
    right: -20%;
    background: rgb(146,144,197);
    content: "";
    transform: rotate(-15deg);
    top: -50%;
    height: 200%;
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    width: 80%;
    z-index: -1;
    position: absolute;
    opacity: 0.05;
}.company-overview-1 .container {
    perspective: 1000px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 0 20px;
}.company-overview-1 .text-item-1 {
    padding: 40px;
    box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.1),
                -12px -12px 24px rgba(255, 255, 255, 0.6),
                inset 2px 2px 4px rgba(255, 255, 255, 0.7),
                inset -2px -2px 4px rgba(0, 0, 0, 0.05);
    position: relative;
    background: rgba(255, 255, 255, 0.95);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform-style: preserve-3d;
    transform: rotateX(2deg) rotateY(-1deg);
}.company-overview-1 .text-item-1:hover {
    transform: rotateX(0deg) rotateY(0deg) translateZ(10px);
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.12),
                -15px -15px 30px rgba(255, 255, 255, 0.7),
                inset 2px 2px 4px rgba(255, 255, 255, 0.8),
                inset -2px -2px 4px rgba(0, 0, 0, 0.06);
}.company-overview-1 .text-item-1:before {
    filter: blur(20px);
    right: -10px;
    top: -10px;
    content: "";
    bottom: -10px;
    background: linear-gradient(45deg, transparent 20%, rgb(146,144,197,0.5) 100%);
    left: -10px;
    transition: opacity 0.4s ease-out;
    position: absolute;
    z-index: -1;
    opacity: 0.3;
}.company-overview-1 .text-item-1:hover:before {
    opacity: 0.5;
}.company-overview-1 .text-item-1 > div:first-child {
    position: relative;
    margin-bottom: 20px;
}.company-overview-1 .text-item-1 > div:first-child:before {
    content: "";
    clip-path: polygon(0 0, 100% 20%, 100% 80%, 0 100%);
    left: -20px;
    width: 8px;
    height: 40px;
    top: 50%;
    background: rgb(183,178,217);
    transform: translateY(-50%);
    position: absolute;
}.company-overview-1 h5 {
    font-size: 20px;
    text-transform: uppercase;
    position: relative;
    margin: 0;
    display: inline-block;
    padding-bottom: 8px;
    color: rgb(183,178,217);
    letter-spacing: 2px;
    font-weight: 700;
}.company-overview-1 h5:after {
    height: 2px;
    width: 60%;
    left: 0;
    content: "";
    bottom: 0;
    transition: width 0.3s ease-out;
    position: absolute;
    transform-origin: left center;
    background: rgb(146,144,197);
}.company-overview-1 .text-item-1:hover h5:after {
    width: 100%;
}.company-overview-1 .text-item-1 > div:nth-child(2) {
    margin-bottom: 25px;
}.company-overview-1 .text-item-1 > div:nth-child(2) p {
    color: #000000;
    display: inline-block;
    position: relative;
    font-size: calc(16px * 1.3);
    font-weight: 600;
    margin: 0;
}.company-overview-1 .text-item-1 > div:nth-child(2) p b {
    position: relative;
    background: linear-gradient(135deg, rgb(183,178,217), rgb(146,144,197));
    -webkit-background-clip: text !important;
    background-clip: text !important;
    color: transparent;
}.company-overview-1 ol {
    list-style-position: inside;
    counter-reset: item;
    padding: 0 0 0 2px;
    margin: 0;
}.company-overview-1 ol li {
    font-size: 16px;
    column-gap: 40px;
    font-family: Arial, sans-serif;
    columns: 1;
    color: #000000;
    position: relative;
    counter-increment: item;
    list-style: none;
    line-height: 1.7;
    margin-bottom: 10px;
    text-align: justify;
}.company-overview-1 ol li:before {
    margin-right: 12px;
    background: rgb(146,144,197);
    display: inline-block;
    content: "";
    width: 6px;
    transform: rotate(45deg);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1),
                -2px -2px 4px rgba(255, 255, 255, 0.5);
    vertical-align: middle;
    height: 6px;
}.company-overview-1 .text-item-1:after {
    bottom: -15px;
    border-radius: 50%;
    height: 180px;
    mix-blend-mode: overlay;
    position: absolute;
    opacity: 0.1;
    right: -15px;
    width: 180px;
    content: "";
    background: linear-gradient(135deg, rgb(183,178,217,0.5), rgb(146,144,197,0.5));
    z-index: -1;
}

@media (min-width: 768px) {.company-overview-1 {
    padding: 150px 0;
}.company-overview-1 .text-item-1 {
    padding: 60px;
}.company-overview-1 ol li {
    columns: 2;
}.company-overview-1 h5 {
    font-size: calc(20px * 1.2);
}.company-overview-1 .text-item-1 > div:nth-child(2) p {
    font-size: calc(16px * 1.5);
}
}

@media (min-width: 992px) {.company-overview-1 .text-item-1 {
    padding: 70px;
    margin: 0 60px;
}.company-overview-1 .text-item-1:before {
    right: -15px;
    top: -15px;
    left: -15px;
    bottom: -15px;
}.company-overview-1 ol li {
    font-size: calc(16px * 1.05);
    line-height: 1.8;
}.company-overview-1 .text-item-1 > div:first-child:before {
    height: 50px;
    left: -30px;
}
}

@media (max-width: 767px) {.company-overview-1 {
    padding: 80px 0;
}.company-overview-1 .text-item-1 {
    padding: 30px;
    transform: none;
}.company-overview-1 h5 {
    font-size: calc(20px * 0.9);
}.company-overview-1 .text-item-1 > div:nth-child(2) p {
    font-size: calc(16px * 1.1);
}.company-overview-1 ol li {
    line-height: 1.6;
    font-size: calc(16px * 0.95);
}.company-overview-1 .text-item-1 > div:first-child:before {
    height: 30px;
    left: -15px;
}}.mentorship-profile-4 {
    padding: 6rem 2rem;
    background: rgb(219,216,239);
    overflow: hidden;
    position: relative;
}.mentorship-profile-4::before {
    top: 40%;
    transform-origin: left center;
    background: linear-gradient(to right, transparent, rgb(183,178,217,0.5), transparent);
    width: 40%;
    height: 1px;
    animation: lineExpand 5s ease-in-out infinite alternate;
    position: absolute;
    left: 0;
    content: "";
}.mentorship-profile-4::after {
    height: 1px;
    bottom: 40%;
    position: absolute;
    transform-origin: right center;
    animation: lineExpand 5s ease-in-out infinite alternate 2.5s;
    right: 0;
    content: "";
    background: linear-gradient(to left, transparent, rgb(146,144,197,0.5), transparent);
    width: 40%;
}.mentorship-profile-4 .learner-ratings-5 {
    grid-template-columns: 1fr 2fr;
    max-width: 1100px;
    gap: 4rem;
    display: grid;
    z-index: 1;
    margin: 0 auto;
    position: relative;
}.mentorship-profile-4 .pic-hover-4 {
    width: 100%;
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scale(1);
    filter: grayscale(100%);
    position: relative;
    clip-path: polygon(0 10%, 100% 0%, 85% 100%, 0% 90%);
    overflow: hidden;
    height: 400px;
    border-radius: 0;
}.mentorship-profile-4 .pic-hover-4::after {
    content: "";
    transition: all 0.7s ease;
    width: 100%;
    left: 0;
    position: absolute;
    background: linear-gradient(135deg, rgb(183,178,217,0.5) 0%, transparent 50%);
    height: 100%;
    mix-blend-mode: overlay;
    top: 0;
    opacity: 0.5;
}.mentorship-profile-4 .employee-progress-9 {
    transition: all 0.7s ease;
    opacity: 0.9;
    justify-content: center;
    display: flex;
    position: relative;
    flex-direction: column;
}.mentorship-profile-4 .employee-progress-9::before {
    position: absolute;
    left: -2rem;
    content: "";
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5), transparent);
    top: 15%;
    width: 1px;
    height: 70%;
}.mentorship-profile-4 .name {
    transform: translateX(0);
    transition: all 0.5s ease;
    color: #000000;
    position: relative;
    font-size: calc(46px * 1.2);
    margin-bottom: 1rem;
    font-weight: 700;
}.mentorship-profile-4 .name::after {
    height: 2px;
    left: 0;
    transition: transform 0.5s ease 0.2s;
    bottom: -0.5rem;
    background: rgb(183,178,217);
    width: 50px;
    transform-origin: left;
    transform: scaleX(0);
    content: "";
    position: absolute;
}.mentorship-profile-4 .employee-progress-9 div:nth-child(2) {
    margin-bottom: 3rem;
    font-size: 20px;
    transform: translateX(0);
    transition: all 0.5s ease 0.1s;
    font-weight: 300;
    text-transform: uppercase;
    color: rgb(146,144,197);
    letter-spacing: 2px;
}.mentorship-profile-4 .experience-data-8 {
    position: relative;
    font-size: 23px;
    padding-left: 2rem;
    transition: all 0.5s ease 0.2s;
    line-height: 1.8;
    transform: translateX(0);
    font-weight: 300;
    color: #000000;
}.mentorship-profile-4 .experience-data-8::before {
    top: -1rem;
    line-height: 1;
    font-size: 4rem;
    font-family: serif;
    content: "";
    color: rgb(183,178,217,0.5);
    left: 0;
    position: absolute;
}.mentorship-profile-4 .learner-ratings-5:hover .pic-hover-4 {
    filter: grayscale(0%);
    transform: scale(1.05);
}.mentorship-profile-4 .learner-ratings-5:hover .pic-hover-4::after {
    opacity: 0.3;
}.mentorship-profile-4 .learner-ratings-5:hover .name {
    transform: translateX(10px);
}.mentorship-profile-4 .learner-ratings-5:hover .name::after {
    transform: scaleX(1);
}.mentorship-profile-4 .learner-ratings-5:hover .employee-progress-9 div:nth-child(2) {
    transform: translateX(20px);
}.mentorship-profile-4 .learner-ratings-5:hover .experience-data-8 {
    transform: translateX(5px);
}

@keyframes lineExpand {
    0% {
        transform: scaleX(0.3);
        opacity: 0.3;
    }
    100% {
        transform: scaleX(1);
        opacity: 1;
    }
}

@media screen and (max-width: 991px) {.mentorship-profile-4 .learner-ratings-5 {
    grid-template-columns: 1fr;
    gap: 3rem;
}.mentorship-profile-4 .pic-hover-4 {
    width: 80%;
    margin: 0 auto;
    height: 350px;
    clip-path: polygon(0 5%, 100% 0%, 95% 100%, 0% 95%);
}.mentorship-profile-4 .employee-progress-9::before {
    width: 60%;
    top: -1.5rem;
    background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.5), transparent);
    left: 20%;
    height: 1px;
}.mentorship-profile-4 .learner-ratings-5:hover .name,
    .mentorship-profile-4 .learner-ratings-5:hover .employee-progress-9 div:nth-child(2),
    .mentorship-profile-4 .learner-ratings-5:hover .experience-data-8 {
    transform: translateX(0);
}}header {
    left: 0;
    background-color: #ffffff;
    z-index: 1000;
    position: fixed;
    top: 0;
    transition: all 0.3s ease;
    border-bottom: 2px solid rgb(219,216,239);
    width: 100%;
}header:before {
    content: '';
    top: 0;
    width: 100%;
    height: 4px;
    position: absolute;
    background-size: 200% 100%;
    background: linear-gradient(90deg, rgb(183,178,217), rgb(146,144,197), rgb(183,178,217));
    left: 0;
    animation: gradientMove 6s infinite linear;
}header .main-learning-4 {
    width: 100%;
    padding: 0;
}header .container {
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}header .header-learn-3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}header .main-class-9 {
    display: flex;
    align-items: center;
    gap: 35px;
}header .site-study-6 {
    font-size: 12px;
    color: #000000;
    text-decoration: none;
    font-family: Arial, sans-serif;
    position: relative;
    font-weight: 600;
    transition: all 0.3s ease;
    padding: 5px 0;
}header .site-study-6:before {
    height: 6px;
    left: -15px;
    content: '';
    width: 6px;
    position: absolute;
    border-radius: 10px;
    transition: transform 0.3s ease;
    background-color: rgb(183,178,217);
    top: 50%;
    transform: translateY(-50%) scale(0);
}header .site-study-6:after {
    transition: transform 0.3s ease;
    transform: scaleX(0);
    content: '';
    height: 2px;
    bottom: 0;
    position: absolute;
    left: 0;
    transform-origin: center;
    background-color: rgb(183,178,217);
    width: 100%;
}header .site-study-6:hover {
    color: rgb(183,178,217);
}header .site-study-6:hover:before {
    transform: translateY(-50%) scale(1);
}header .site-study-6:hover:after {
    transform: scaleX(1);
}header .head-tutor-9 {
    display: flex;
    position: relative;
    text-decoration: none;
    padding: 5px 10px;
    transition: all 0.3s ease;
    align-items: center;
}header .head-tutor-9:before {
    border: 2px solid transparent;
    position: absolute;
    opacity: 0;
    transition: opacity 0.3s ease;
    top: 0;
    width: 100%;
    border-radius: 10px;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    background: linear-gradient(to right, rgb(183,178,217), rgb(146,144,197)) border-box;
    height: 100%;
    content: '';
    left: 0;
}header .head-tutor-9:hover:before {
    opacity: 1;
}header .head-tutor-9 svg {
    transition: transform 0.3s ease;
    height: 42px;
    width: auto;
}header .head-tutor-9:hover svg {
    transform: scale(1.05);
}

@keyframes gradientMove {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 200% 0%;
    }
}

@media (max-width: 991px) {header .container {
    padding: 15px;
}header .main-class-9 {
    gap: 20px;
}header .site-study-6:before {
    left: -10px;
}header .head-tutor-9 svg {
    height: 38px;
}
}

@media (max-width: 767px) {header .main-class-9 {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border-bottom: 3px solid rgb(183,178,217);
    max-height: 0;
    width: 100%;
    flex-direction: column;
    z-index: 1001;
    padding: 0;
    overflow: hidden;
    gap: 0;
    left: 0;
    transition: max-height 0.4s ease;
    top: 100%;
    position: absolute;
    background-color: #ffffff;
}header .menu.active {
    max-height: 400px;
}header .site-study-6 {
    padding: 12px 20px;
    border-bottom: 1px solid rgb(219,216,239);
    width: 100%;
}header .site-study-6:last-child {
    border-bottom: none;
}header .site-study-6:before {
    left: 5px;
}header .header-learn-3 {
    padding: 5px 0;
}header .head-tutor-9 {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 12px 10px;
}header .head-tutor-9 svg {
    height: 32px;
}}footer {
    width: 100%;
    position: relative;
}.art-portal-0 {
    font-family: Arial, sans-serif;
    position: relative;
    color: #000000;
    background-color: #ffffff;
    padding: 70px 0 30px;
}.art-portal-0::before {
    height: 5px;
    content: "";
    top: 0;
    left: 0;
    background: linear-gradient(90deg, rgb(183,178,217), rgb(146,144,197));
    width: 100%;
    position: absolute;
}footer .reward-sys-8 {
    gap: 60px;
    display: grid;
}footer .talk-experts-7 {
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 40px;
}footer .info_item {
    margin-bottom: 15px;
    position: relative;
    margin-right: 30px;
}footer .info_item:last-child {
    margin-right: 0;
}footer .info_item svg {
    fill: rgb(183,178,217);
    height: 18px;
    width: 18px;
    position: relative;
    top: 3px;
    margin-right: 10px;
}footer .info_item p,
footer .info_item a {
    text-decoration: none;
    color: #000000;
    letter-spacing: 0.3px;
    font-size: 15px;
    transition: color 0.2s ease;
}footer .info_item a:hover {
    color: rgb(183,178,217);
}footer .text_main_holder {
    gap: 40px;
    display: grid;
    grid-template-columns: 1fr;
}footer .nav-sitewrap-5 {
    margin-bottom: 15px;
}footer .nav-sitewrap-5 svg {
    height: 40px;
    margin-bottom: 20px;
    width: auto;
}footer .a11y-tools-2 {
    font-size: 14px;
    color: #000000;
    line-height: 1.6;
    max-width: 350px;
}footer .main-class-9 h5 {
    margin-bottom: 25px;
    font-size: 19px;
    position: relative;
    color: #000000;
    font-weight: 600;
}footer .main-class-9 h5::after {
    position: absolute;
    left: 0;
    background-color: rgb(183,178,217);
    height: 2px;
    width: 30px;
    content: "";
    bottom: -8px;
}footer .head-sitewrap-0 {
    margin-bottom: 30px;
}footer .head-sitewrap-0 a {
    transition: transform 0.2s ease, color 0.2s ease;
    text-decoration: none;
    display: block;
    font-size: 15px;
    color: #000000;
    margin-bottom: 12px;
}footer .head-sitewrap-0 a:hover {
    color: rgb(183,178,217);
    transform: translateX(5px);
}footer .subscribe_holder {
    border-radius: 10px;
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.02);
}footer .subscribe_holder h5 {
    font-weight: 600;
    margin-bottom: 15px;
    color: #000000;
    font-size: 19px;
}footer .subscribe_holder p {
    margin-bottom: 25px;
    line-height: 1.6;
    color: #000000;
    font-size: 15px;
}footer .input_holder {
    gap: 10px;
    display: flex;
    flex-direction: column;
}footer .input_holder input[type="email"] {
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: border-color 0.3s ease;
    padding: 14px 16px;
    color: #000000;
    font-size: 15px;
    border-radius: 10px;
    background-color: #ffffff;
}footer .input_holder input[type="email"]:focus {
    outline: none;
    border-color: rgb(183,178,217);
}footer .email-entry-0 {
    border-radius: 10px;
    font-weight: 600;
    background-color: rgb(183,178,217);
    text-align: center;
    color: #ffffff;
    border: none;
    padding: 14px 20px;
    font-size: 18px;
    transition: background-color 0.3s ease;
    cursor: pointer;
}footer .email-entry-0:hover {
    background-color: rgb(146,144,197);
}footer .challenge-cta-5 {
    margin-top: 50px;
}footer .play-market-7 {
    font-size: 14px;
    color: #000000;
    text-align: center;
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .email-entry-0 {
    white-space: nowrap;
}
}

@media (max-width: 767px) {footer .art-portal-0 {
    padding: 50px 0 30px;
}footer .talk-experts-7 {
    flex-direction: column;
    gap: 15px;
}footer .info_item {
    margin-bottom: 20px;
    margin-right: 0;
}footer .subscribe_holder {
    padding: 20px;
}footer .challenge-cta-5 {
    margin-top: 30px;
}
}

@media (max-width: 576px) {footer .art-portal-0 {
    padding: 40px 0 20px;
}footer .reward-sys-8 {
    gap: 40px;
}footer .main-class-9 h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
}}.educational-rewards-3 {
    position: relative;
    background: linear-gradient(145deg, rgb(219,216,239) 50%, rgba(rgb(183,178,217,0.5), 0.05) 100%);
    padding: 7rem 0;
    overflow: hidden;
}.educational-rewards-3::before {
    position: absolute;
    height: 40%;
    right: -5%;
    opacity: 0.1;
    z-index: 0;
    filter: blur(50px);
    top: -5%;
    width: 40%;
    content: '';
    background: radial-gradient(circle, rgb(146,144,197) 0%, transparent 70%);
}.educational-rewards-3::after {
    background: radial-gradient(circle, rgb(183,178,217) 0%, transparent 70%);
    left: -5%;
    width: 30%;
    height: 30%;
    opacity: 0.1;
    content: '';
    z-index: 0;
    filter: blur(40px);
    bottom: -5%;
    position: absolute;
}.educational-rewards-3 .container {
    padding: 0 1.5rem;
    position: relative;
    gap: 3rem;
    z-index: 1;
    max-width: 1200px;
    grid-template-columns: 1fr;
    display: grid;
    margin: 0 auto;
}.educational-rewards-3 .pic-hover-4 {
    width: 100%;
    clip-path: polygon(0 5%, 95% 0, 100% 95%, 5% 100%);
    transition: transform 0.7s cubic-bezier(0.17, 0.67, 0.3, 1.33);
    object-fit: cover;
    height: auto;
    transform: perspective(1000px) rotateY(-5deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    filter: brightness(1.03) contrast(1.05);
}.educational-rewards-3 .pic-hover-4:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-10px);
}.educational-rewards-3 .exp-years-8 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}.educational-rewards-3 .text-item-1 {
    background: linear-gradient(140deg, rgba(rgb(255, 255, 255, 0.5), 0.97), rgba(rgb(255, 255, 255, 0.5), 0.85));
    transform: translateX(0);
    padding: 2.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    transition: transform 0.5s ease-out;
    border-left: 4px solid rgb(183,178,217);
    backdrop-filter: blur(10px);
}.educational-rewards-3 .text-item-1:hover {
    transform: translateX(10px);
}.educational-rewards-3 h1 {
    margin-bottom: 2rem;
    position: relative;
    line-height: 1.3;
    font-size: 28px;
    font-weight: 700;
    color: #000000;
}.educational-rewards-3 h1::after {
    content: '';
    left: 0;
    bottom: -0.8rem;
    background: rgb(183,178,217);
    width: 60px;
    transform: scaleX(1);
    position: absolute;
    height: 3px;
    transform-origin: left;
    transition: transform 0.4s ease;
}.educational-rewards-3 .text-item-1:hover h1::after {
    transform: scaleX(1.5);
}.educational-rewards-3 ul {
    gap: 1.2rem;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr;
    padding: 0;
    list-style: none;
}.educational-rewards-3 li {
    transition: transform 0.3s ease;
    align-items: flex-start;
    display: flex;
    position: relative;
}.educational-rewards-3 li:hover {
    transform: translateX(5px);
}.educational-rewards-3 li p {
    padding-left: 0.5rem;
    font-size: calc(13px * 0.95);
    color: #000000;
    margin: 0;
    align-items: flex-start;
    display: flex;
    line-height: 1.5;
}.educational-rewards-3 svg {
    margin-right: 0.8rem;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    margin-top: 0.2rem;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}.educational-rewards-3 li:hover svg {
    transform: scale(1.15);
}.educational-rewards-3 svg path {
    fill: rgb(183,178,217);
    transition: fill 0.3s ease;
}.educational-rewards-3 li:hover svg path {
    fill: rgb(146,144,197);
}.educational-rewards-3 .text-item-1, 
.educational-rewards-3 .pic-hover-4,
.educational-rewards-3 li {
    cursor: pointer;
}

@media (min-width: 768px) {.educational-rewards-3 .container {
    gap: 4rem;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}.educational-rewards-3 h1 {
    font-size: 43px;
}.educational-rewards-3 ul {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}.educational-rewards-3 .pic-hover-4 {
    height: 100%;
    max-height: 600px;
}
}

@media (min-width: 992px) {.educational-rewards-3 {
    padding: 9rem 0;
}.educational-rewards-3 .container {
    gap: 5rem;
}.educational-rewards-3 .text-item-1 {
    padding: 3.5rem;
}.educational-rewards-3 ul {
    gap: 1.5rem;
}
}

@media (max-width: 767px) {.educational-rewards-3 {
    padding: 5rem 0;
}.educational-rewards-3 .pic-hover-4 {
    max-height: 350px;
    object-position: center;
}.educational-rewards-3 .text-item-1 {
    padding: 1.8rem;
}.educational-rewards-3 h1 {
    margin-bottom: 1.5rem;
    font-size: calc(28px * 0.85);
}.educational-rewards-3 li p {
    font-size: calc(13px * 0.9);
}
}

@media (max-width: 480px) {.educational-rewards-3 .pic-hover-4 {
    max-height: 280px;
    clip-path: polygon(0 3%, 97% 0, 100% 97%, 3% 100%);
}.educational-rewards-3 h1 {
    font-size: calc(28px * 0.75);
}.educational-rewards-3 .text-item-1 {
    padding: 1.5rem;
}.educational-rewards-3 ul {
    gap: 1rem;
}}.user-testimonials-8 {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgb(219,216,239) 100%);
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
}.user-testimonials-8::before {
    z-index: 0;
    position: absolute;
    right: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgb(183,178,217,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(146,144,197,0.5) 0%, transparent 40%);
    bottom: 0;
    content: "";
    left: 0;
    top: 0;
}.user-testimonials-8::after {
    opacity: 0.5;
    z-index: 1;
    height: 1px;
    position: absolute;
    content: "";
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(183,178,217,0.5) 20%, 
        rgb(183,178,217) 50%, 
        rgb(183,178,217,0.5) 80%, 
        transparent 100%);
    width: 100%;
    animation: pulse 3s infinite;
}@keyframes pulse {
    0%, 100% { opacity: 0.2; }
    50% { opacity: 0.7; }
}

.user-testimonials-8 .container {
    position: relative;
    z-index: 2;
}.user-testimonials-8 h2 {
    padding: 0.5rem 1rem;
    left: 50%;
    position: relative;
    font-weight: 700;
    display: inline-block;
    color: #000000;
    margin-bottom: 4rem;
    transform: translateX(-50%);
    font-size: 38px;
    text-align: center;
}.user-testimonials-8 h2::before {
    animation: borderGlow 4s infinite alternate;
    border: 2px solid transparent;
    position: absolute;
    border-image: linear-gradient(45deg, rgb(183,178,217), rgb(146,144,197));
    border-image-slice: 1;
    top: 0;
    left: 0;
    right: 0;
    content: "";
    opacity: 0.7;
    bottom: 0;
}@keyframes borderGlow {
    from { 
        filter: drop-shadow(0 0 2px rgb(183,178,217,0.5)) 
                drop-shadow(0 0 5px rgb(183,178,217,0.5)); 
    }
    to { 
        filter: drop-shadow(0 0 5px rgb(146,144,197,0.5)) 
                drop-shadow(0 0 10px rgb(146,144,197,0.5)); 
    }
}

.user-testimonials-8 .learner-feedback-5 {
    display: flex;
    perspective: 1000px;
    gap: 3rem;
    justify-content: center;
    flex-wrap: wrap;
}.user-testimonials-8 .learner-ratings-5 {
    align-items: center;
    overflow: hidden;
    width: calc(33% - 3rem);
    border-radius: 10px;
    display: flex;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.05);
    padding: 2rem;
    transform-style: preserve-3d;
    backdrop-filter: blur(10px);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    flex-direction: column;
}.user-testimonials-8 .learner-ratings-5::before {
    inset: 0;
    mask-composite: exclude;
    z-index: -1;
    border: 1px solid transparent;
    -webkit-mask-composite: xor;
    content: "";
    opacity: 0.7;
    -webkit-mask: 
        linear-gradient(#fff 0 0) padding-box, 
        linear-gradient(#fff 0 0);
    background: linear-gradient(135deg, rgb(183,178,217), rgb(146,144,197)) border-box;
    position: absolute;
    border-radius: 10px;
}.user-testimonials-8 .learner-ratings-5::after {
    position: absolute;
    background: linear-gradient(
        0deg,
        transparent,
        rgb(183,178,217,0.5),
        rgb(183,178,217,0.5),
        transparent
    );
    transform: rotate(45deg);
    height: 200%;
    width: 200%;
    left: -50%;
    z-index: -1;
    animation: scanline 6s linear infinite;
    content: "";
    top: -50%;
}@keyframes scanline {
    0% { transform: rotate(45deg) translateY(-80%); }
    100% { transform: rotate(45deg) translateY(80%); }
}

.user-testimonials-8 .learner-ratings-5:hover {
    transform: translateZ(20px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.2),
        0 0 10px rgb(183,178,217,0.5), 
        0 0 20px rgb(146,144,197,0.5);
}.user-testimonials-8 .learner-ratings-5 img {
    border: 3px solid #ffffff;
    border-radius: 50%;
    box-shadow: 
        0 0 0 1px rgb(183,178,217,0.5),
        0 0 10px rgb(183,178,217,0.5);
    width: 90px;
    object-fit: cover;
    transition: all 0.5s ease;
    margin-bottom: 1.5rem;
    filter: grayscale(50%);
    height: 90px;
}.user-testimonials-8 .learner-ratings-5:hover img {
    filter: grayscale(0%);
    box-shadow: 
        0 0 0 2px rgb(183,178,217),
        0 0 15px rgb(183,178,217,0.5),
        0 0 30px rgb(183,178,217,0.5);
    transform: scale(1.1);
}.user-testimonials-8 .learner-ratings-5 p {
    font-size: calc(15px * 1.1);
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #000000;
    text-align: center;
}.user-testimonials-8 .learner-ratings-5 .description {
    margin: 0 auto;
    line-height: 1.6;
    max-width: 90%;
    text-align: center;
    font-weight: 400;
    font-size: 15px;
    color: #000000;
}.user-testimonials-8 .learner-ratings-5:nth-child(3n+1) {
    transform: translateY(-10px) rotate(-1deg);
}.user-testimonials-8 .learner-ratings-5:nth-child(3n+2) {
    transform: translateY(10px) rotate(1deg);
}.user-testimonials-8 .learner-ratings-5:nth-child(3n+3) {
    transform: translateY(0) rotate(0);
}.user-testimonials-8 .learner-ratings-5:hover {
    transform: translateZ(30px) rotate(0);
}

@media (max-width: 992px) {.user-testimonials-8 .learner-ratings-5 {
    width: calc(50% - 2rem);
}
}

@media (max-width: 768px) {.user-testimonials-8 {
    padding: 4rem 0;
}.user-testimonials-8 h2 {
    margin-bottom: 3rem;
    font-size: calc(38px * 0.9);
}.user-testimonials-8 .learner-feedback-5 {
    gap: 2rem;
    flex-direction: column;
}.user-testimonials-8 .learner-ratings-5 {
    transform: none !important;
    width: 100%;
}.user-testimonials-8 .learner-ratings-5:hover {
    transform: translateZ(10px) !important;
}.user-testimonials-8::after {
    width: 1px;
    height: 100%;
}}.course-overview-9 {
    position: relative;
    background: rgb(219,216,239);
    padding: 120px 0;
    overflow: hidden;
    perspective: 1000px;
}.course-overview-9::before {
    top: 0;
    width: 100%;
    animation: shiftLines 20s linear infinite;
    left: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(183,178,217,0.5) 0,
        rgb(183,178,217,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    position: absolute;
    content: "";
    height: 100%;
    opacity: 0.05;
}@keyframes shiftLines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}

.course-overview-9 .container {
    margin: 0 auto;
    max-width: 1280px;
    overflow: visible;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}.course-overview-9 .skill-path-6 {
    gap: 0;
    display: grid;
    min-height: 550px;
    position: relative;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
}.course-overview-9 .text-item-1 {
    z-index: 5;
    background: #ffffff;
    border-radius: 15px;
    margin-left: 50px;
    grid-column: 1;
    position: relative;
    padding: 40px;
    grid-row: 2;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1),
                0 10px 30px rgba(0, 0, 0, 0.05);
    margin-right: 50px;
    transition: transform 0.5s ease;
    transform: translateZ(0);
    margin-top: -80px;
}.course-overview-9 .text-item-1::before {
    backdrop-filter: blur(10px);
    background: linear-gradient(120deg, 
                rgba(255, 255, 255, 0.8) 0%, 
                rgba(255, 255, 255, 0.95) 100%);
    top: 0;
    width: 100%;
    z-index: -1;
    content: "";
    left: 0;
    position: absolute;
    border-radius: 15px;
    height: 100%;
}.course-overview-9 .text-item-1::after {
    width: 100px;
    border-radius: 50%;
    top: -20px;
    z-index: -1;
    filter: blur(20px);
    animation: pulsate 5s ease-in-out infinite;
    opacity: 0.3;
    background: radial-gradient(circle, rgb(183,178,217) 0%, transparent 70%);
    height: 100px;
    content: "";
    right: -20px;
    position: absolute;
}@keyframes pulsate {
    0%, 100% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.5;
    }
}

.course-overview-9 .text-item-1 h2 {
    margin-bottom: 30px;
    font-size: 28px;
    font-weight: 700;
    position: relative;
    z-index: 2;
    color: #000000;
    display: inline-block;
}.course-overview-9 .text-item-1 h2::before {
    position: absolute;
    width: 40px;
    left: 0;
    height: 4px;
    border-radius: 10px;
    background: rgb(183,178,217);
    transition: width 0.3s ease;
    bottom: -8px;
    content: "";
}.course-overview-9 .text-item-1:hover h2::before {
    width: 100%;
}.course-overview-9 .text-item-1 .description {
    margin-bottom: 20px;
    line-height: 1.7;
    z-index: 2;
    color: #000000;
    font-size: 13px;
    position: relative;
}.course-overview-9 .text-item-1 .description:last-child {
    margin-bottom: 0;
}.course-overview-9 .pic-hover-4 {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
    transform: rotateX(5deg);
    position: relative;
    overflow: hidden;
    height: 450px;
    grid-column: 1;
    transition: transform 0.5s ease;
    grid-row: 1;
    z-index: 3;
}.course-overview-9 .pic-hover-4::before {
    position: absolute;
    width: 100%;
    background: linear-gradient(180deg, 
                transparent 0%, 
                rgba(0, 0, 0, 0.5) 100%);
    content: "";
    z-index: 1;
    height: 100%;
    left: 0;
    top: 0;
}.course-overview-9 .pic-hover-4::after {
    z-index: 1;
    mix-blend-mode: overlay;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    content: "";
    background: radial-gradient(
        circle at 70% 20%,
        rgb(183,178,217,0.5) 0%,
        transparent 60%
    );
    height: 100%;
}.course-overview-9:hover .pic-hover-4 {
    transform: rotateX(2deg) translateY(-10px);
}.course-overview-9:hover .text-item-1 {
    transform: translateY(-10px);
}.course-overview-9 .container::before,
.course-overview-9 .container::after {
    position: absolute;
    z-index: 1;
    opacity: 0.1;
    border-radius: 50%;
    background: rgb(146,144,197,0.5);
    content: "";
}.course-overview-9 .container::before {
    animation: float 20s ease-in-out infinite;
    left: -50px;
    height: 200px;
    top: -100px;
    width: 200px;
}.course-overview-9 .container::after {
    height: 150px;
    animation: float 15s ease-in-out infinite reverse;
    width: 150px;
    right: -30px;
    bottom: -50px;
}@keyframes float {
    0%, 100% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(20px, -20px);
    }
    50% {
        transform: translate(0, -40px);
    }
    75% {
        transform: translate(-20px, -20px);
    }
}

.course-overview-9 .skill-path-6::after {
    opacity: 0.05;
    height: 100%;
    content: "";
    width: 100%;
    pointer-events: none;
    right: 0;
    top: 0;
    z-index: 1;
    position: absolute;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 20px,
        rgb(183,178,217,0.5) 20px,
        rgb(183,178,217,0.5) 21px
    );
}

@media screen and (max-width: 1024px) {.course-overview-9 {
    padding: 80px 0;
}.course-overview-9 .skill-path-6 {
    min-height: 400px;
}.course-overview-9 .pic-hover-4 {
    height: 350px;
}.course-overview-9 .text-item-1 {
    margin-right: 30px;
    padding: 30px;
    margin-left: 30px;
    margin-top: -60px;
}.course-overview-9 .container::before {
    height: 150px;
    width: 150px;
}.course-overview-9 .container::after {
    height: 100px;
    width: 100px;
}
}

@media screen and (max-width: 767px) {.course-overview-9 {
    padding: 60px 0;
}.course-overview-9 .skill-path-6 {
    min-height: auto;
}.course-overview-9 .pic-hover-4 {
    transform: none;
    height: 250px;
}.course-overview-9 .text-item-1 {
    margin-right: 15px;
    padding: 25px;
    margin-top: -40px;
    transform: none;
    margin-left: 15px;
}.course-overview-9 .text-item-1 h2 {
    margin-bottom: 20px;
    font-size: calc(28px * 0.85);
}.course-overview-9 .text-item-1 .description {
    font-size: calc(13px * 0.95);
}.course-overview-9:hover .pic-hover-4,
    .course-overview-9:hover .text-item-1 {
    transform: none;
}.course-overview-9 .container::before,
    .course-overview-9 .container::after {
    display: none;
}}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.course-overview-9 .pic-hover-4 {
    animation: slideUp 0.8s ease-out forwards;
}.course-overview-9 .text-item-1 {
    animation-fill-mode: forwards;
    animation: slideUp 1s 0.3s ease-out forwards;
    opacity: 0;
}

@media (prefers-color-scheme: dark) {.course-overview-9 {
    background: rgb(183,178,217);
}.course-overview-9 .text-item-1::before {
    background: linear-gradient(120deg, 
                    rgba(30, 30, 30, 0.9) 0%, 
                    rgba(50, 50, 50, 0.95) 100%);
}.course-overview-9 .text-item-1 h2 {
    color: #ffffff;
}.course-overview-9 .text-item-1 .description {
    opacity: 0.9;
    color: #ffffff;
}
}

@media (prefers-contrast: more) {.course-overview-9 .text-item-1 {
    background: #ffffff;
}.course-overview-9 .text-item-1 h2 {
    color: #000000;
}.course-overview-9 .text-item-1 .description {
    color: #000000;
}.course-overview-9 .pic-hover-4::before {
    opacity: 0.7;
}
}

@media (prefers-reduced-motion: reduce) {.course-overview-9::before,
    .course-overview-9 .container::before,
    .course-overview-9 .container::after,
    .course-overview-9 .text-item-1::after,
    .course-overview-9:hover .pic-hover-4,
    .course-overview-9:hover .text-item-1 {
    transform: none;
    animation: none;
}.course-overview-9 .pic-hover-4,
    .course-overview-9 .text-item-1 {
    animation: none;
    opacity: 1;
}}

.course-overview-9 .pic-hover-4,
.course-overview-9 .text-item-1 {
    will-change: transform;
    transform: translateZ(0);
}

@media (hover: hover) {.course-overview-9 .text-item-1:hover h2::before {
    width: 100%;
}.course-overview-9:hover .pic-hover-4 {
    transform: rotateX(2deg) translateY(-10px);
}.course-overview-9:hover .text-item-1 {
    transform: translateY(-10px);
}}.training-structure-9 {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, 
        rgb(219,216,239) 0%, 
        rgba(rgb(183,178,217,0.5), 0.05) 50%, 
        rgb(219,216,239) 100%);
}.training-structure-9::before {
    width: 100%;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 40px,
        rgba(rgb(146,144,197,0.5), 0.02) 40px,
        rgba(rgb(146,144,197,0.5), 0.02) 80px
    );
    left: 0;
    height: 100%;
    content: "";
    z-index: 1;
    position: absolute;
    top: 0;
}.training-structure-9::after {
    position: absolute;
    background: radial-gradient(
        circle at center,
        rgba(rgb(183,178,217,0.5), 0.1) 0%,
        rgba(rgb(183,178,217,0.5), 0.05) 40%,
        transparent 70%
    );
    filter: blur(40px);
    z-index: 0;
    content: "";
    width: 300px;
    height: 300px;
    top: -10%;
    border-radius: 50%;
    right: -5%;
}.training-structure-9 .exp-years-8 {
    transform-style: preserve-3d;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 2;
    position: relative;
    perspective: 1000px;
    margin: 0 auto;
}.training-structure-9 h2 {
    color: #000000;
    position: relative;
    transform: translateZ(30px);
    margin-bottom: 40px;
    font-weight: 700;
    text-shadow: 0 1px 2px rgba(rgba(0, 0, 0, 0.5), 0.1);
    font-size: 35px;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}.training-structure-9 h2::before {
    background: rgb(183,178,217);
    position: absolute;
    bottom: -10px;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    left: 0;
    transform: scaleX(1);
    width: 80px;
    content: "";
    transform-origin: left;
    height: 3px;
}.training-structure-9 h2::after {
    background: rgba(rgb(146,144,197,0.5), 0.3);
    width: 120px;
    transform: scaleX(1);
    content: "";
    left: 80px;
    position: absolute;
    bottom: -10px;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
    height: 3px;
    transform-origin: left;
}.training-structure-9 .text-item-1 {
    border-left: 3px solid rgb(183,178,217);
    padding: 40px;
    position: relative;
    transform: translateZ(10px) rotateX(2deg);
    background: linear-gradient(
        to right bottom,
        rgba(rgb(255, 255, 255, 0.5), 0.9),
        rgba(rgb(255, 255, 255, 0.5), 0.7)
    );
    box-shadow: 
        0 10px 30px -10px rgba(rgba(0, 0, 0, 0.5), 0.1),
        0 1px 4px rgba(rgba(0, 0, 0, 0.5), 0.05);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    backdrop-filter: blur(4px);
}.training-structure-9 .text-item-1::before {
    position: absolute;
    z-index: 3;
    top: 20px;
    height: 40px;
    content: "";
    background: rgb(183,178,217);
    width: 40px;
    left: -20px;
    opacity: 0.9;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}.training-structure-9 .text-item-1::after {
    width: 100%;
    background: linear-gradient(
        135deg,
        transparent 0%,
        transparent 50%,
        rgba(rgb(146,144,197,0.5), 0.03) 50%,
        rgba(rgb(146,144,197,0.5), 0.03) 100%
    );
    background-size: 20px 20px;
    z-index: -1;
    content: "";
    height: 100%;
    right: 0;
    top: 0;
    position: absolute;
}.training-structure-9 p {
    font-weight: 400;
    font-size: 13px;
    position: relative;
    line-height: 1.7;
    margin: 0;
    z-index: 2;
    transition: transform 0.3s ease;
    color: #000000;
}.training-structure-9:hover .text-item-1 {
    box-shadow: 
        0 20px 40px -15px rgba(rgba(0, 0, 0, 0.5), 0.15),
        0 1px 6px rgba(rgba(0, 0, 0, 0.5), 0.1);
    transform: translateZ(15px) rotateX(1deg);
}.training-structure-9:hover h2 {
    transform: translateZ(40px);
}.training-structure-9:hover h2::before {
    transform: scaleX(1.2);
}.training-structure-9:hover h2::after {
    transform: scaleX(1.1);
}

@media (max-width: 992px) {.training-structure-9 {
    padding: 90px 0;
}.training-structure-9 h2 {
    font-size: calc(35px * 0.9);
    margin-bottom: 30px;
}.training-structure-9 .text-item-1 {
    transform: translateZ(5px) rotateX(1deg);
    padding: 30px;
}
}

@media (max-width: 768px) {.training-structure-9 {
    padding: 70px 0;
}.training-structure-9::after {
    top: -5%;
    height: 200px;
    right: -10%;
    width: 200px;
}.training-structure-9 h2 {
    font-size: calc(35px * 0.8);
    margin-bottom: 25px;
    transform: translateZ(20px);
}.training-structure-9 h2::before {
    height: 2px;
    width: 60px;
}.training-structure-9 h2::after {
    left: 60px;
    width: 90px;
    height: 2px;
}.training-structure-9 .text-item-1 {
    padding: 25px;
    transform: translateZ(0) rotateX(0);
}.training-structure-9 .text-item-1::before {
    height: 30px;
    left: -15px;
    width: 30px;
    top: 15px;
}.training-structure-9 p {
    font-size: calc(13px * 0.95);
    line-height: 1.6;
}.training-structure-9:hover .text-item-1 {
    transform: translateZ(0) rotateX(0);
}.training-structure-9:hover h2 {
    transform: translateZ(25px);
}
}

@media (max-width: 576px) {.training-structure-9 {
    padding: 50px 0;
}.training-structure-9::after {
    height: 150px;
    width: 150px;
}.training-structure-9 .exp-years-8 {
    padding: 0 15px;
}.training-structure-9 h2 {
    transform: translateZ(10px);
    font-size: calc(35px * 0.7);
    margin-bottom: 20px;
}.training-structure-9 h2::before {
    width: 50px;
}.training-structure-9 h2::after {
    left: 50px;
    width: 70px;
}.training-structure-9 .text-item-1 {
    border-left-width: 2px;
    padding: 20px;
}.training-structure-9 .text-item-1::before {
    top: 12px;
    width: 24px;
    left: -12px;
    height: 24px;
}.training-structure-9 p {
    line-height: 1.5;
    font-size: calc(13px * 0.9);
}.training-structure-9:hover h2 {
    transform: translateZ(15px);
}
}