* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}.wrapper-section-ZP {
    min-height: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}a {
    color: inherit;
    text-decoration: none;
}svg {
    width: 30px;
    height: 30px;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1195px;
}html,body {
    font-family: Arial, sans-serif;
    min-height: 100%;
    color: #000000;
    auto
contain;
    height: 100%;
}.header-lead-Qz {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}.pledge-block-0z {
    flex: 0 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.learning-process-OU {
    padding: 8rem 2rem;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(215,222,236) 0%, rgb(136,160,184,0.5) 100%);
}.learning-process-OU::before {
    transform: translateZ(0);
    position: absolute;
    opacity: 0.4;
    content: "";
    background: radial-gradient(circle at 75% 25%, rgb(176,191,210,0.5) 0%, transparent 60%);
    animation: gradientShift 15s ease-in-out infinite alternate;
    z-index: 0;
    height: 120%;
    top: -5%;
    left: -10%;
    width: 120%;
}.learning-process-OU::after {
    transform: translateZ(0);
    z-index: 1;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(176,191,210), transparent);
    position: absolute;
    height: 2px;
    width: 100%;
    bottom: 0;
    left: 0;
}.learning-process-OU .container {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateX(1deg);
    animation: container-entrance 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
    backdrop-filter: blur(10px);
    z-index: 2;
    display: flex;
    padding: 3rem;
    transform-origin: center top;
    position: relative;
    flex-direction: column;
    background: linear-gradient(to bottom, #ffffff, rgb(255, 255, 255, 0.5));
    margin: 0 auto;
    max-width: 1200px;
}.learning-process-OU .container > div {
    position: relative;
}.learning-process-OU h3 {
    line-height: 1.3;
    position: relative;
    color: #000000;
    font-weight: 700;
    transform: translateY(20px);
    font-size: calc(28px * 0.85);
    opacity: 0;
    animation: text-entrance 0.6s cubic-bezier(0.2, 0.8, 0.2, 1) 0.3s forwards;
    display: inline-block;
    margin-bottom: 2rem;
}.learning-process-OU h3::after {
    animation: line-draw 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) 0.9s forwards;
    height: 3px;
    content: "";
    width: 60%;
    transform: scaleX(0);
    bottom: -10px;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(176,191,210), transparent);
    left: 0;
    position: absolute;
}.learning-process-OU p {
    opacity: 0;
    margin-bottom: 1.5rem;
    font-size: 17px;
    color: #000000;
    position: relative;
    transform: translateY(30px);
    animation: text-entrance 0.7s cubic-bezier(0.2, 0.8, 0.2, 1) 0.6s forwards;
    line-height: 1.8;
}.learning-process-OU p span {
    position: relative;
    padding-left: 1.5rem;
    display: block;
}.learning-process-OU p span::before {
    transform: scale(0);
    content: "";
    position: absolute;
    border-radius: 50%;
    width: 6px;
    animation: dot-entrance 0.4s cubic-bezier(0.2, 0.8, 0.2, 1) 1s forwards;
    left: 0;
    height: 6px;
    background: rgb(176,191,210);
    top: 0.6rem;
}

@media (min-width: 768px) {.learning-process-OU {
    padding: 10rem 3rem;
}.learning-process-OU .container {
    padding: 4rem;
    transform: perspective(1200px) rotateX(1deg);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.08), 0 0 20px rgba(0, 0, 0, 0.03);
}.learning-process-OU h3 {
    font-size: 28px;
    margin-bottom: 3rem;
}.learning-process-OU p {
    padding-right: 2rem;
    font-size: calc(17px * 1.1);
}.learning-process-OU p span {
    padding-left: 2rem;
}.learning-process-OU p span::before {
    width: 8px;
    height: 8px;
}
}

@media (min-width: 992px) {.learning-process-OU {
    padding: 12rem 4rem;
}.learning-process-OU .container {
    padding: 5rem;
}.learning-process-OU::before {
    animation: gradientShift 20s ease-in-out infinite alternate;
}.learning-process-OU h3 {
    margin-bottom: 3.5rem;
}.learning-process-OU p {
    margin: 0 auto;
    max-width: 90%;
}.learning-process-OU .container:hover {
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
    transform: perspective(1200px) rotateX(1.5deg) translateY(-5px);
}
}

@media (max-width: 767px) {.learning-process-OU {
    padding: 6rem 1.5rem;
}.learning-process-OU .container {
    transform: perspective(800px) rotateX(0.5deg);
    padding: 2rem;
}.learning-process-OU h3 {
    font-size: calc(28px * 0.7);
    margin-bottom: 1.5rem;
}.learning-process-OU p {
    font-size: calc(17px * 0.95);
}.learning-process-OU p span {
    padding-left: 1rem;
}.learning-process-OU p span::before {
    width: 4px;
    top: 0.5rem;
    height: 4px;
}}

@keyframes container-entrance {
    from {
        opacity: 0;
        transform: perspective(1000px) rotateX(5deg) translateY(50px);
    }
    to {
        opacity: 1;
        transform: perspective(1000px) rotateX(1deg) translateY(0);
    }
}

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

@keyframes line-draw {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}

@keyframes dot-entrance {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}

@keyframes gradientShift {
    0% {
        opacity: 0.3;
        transform: translateX(-5%) translateY(-5%) scale(1.05);
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 0.3;
        transform: translateX(5%) translateY(5%) scale(1);
    }
}.service-plan-Y7 {
    position: relative;
    padding: 100px 0;
    background-color: rgb(215,222,236);
    font-family: Arial, sans-serif;
    overflow: hidden;
}.service-plan-Y7::before {
    left: 0;
    top: 0;
    height: 100%;
    content: "";
    background: linear-gradient(135deg, rgba(rgb(136,160,184,0.5), 0.05) 0%, rgba(rgb(176,191,210,0.5), 0.08) 100%);
    width: 100%;
    position: absolute;
    z-index: 0;
}.service-plan-Y7 .container {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1400px;
    z-index: 1;
    position: relative;
}.service-plan-Y7 .value-deals-TL {
    flex-direction: column;
    display: flex;
}.service-plan-Y7 .pricing-rates-xH {
    transform: translateY(20px);
    margin-bottom: 60px;
    opacity: 0;
    animation: fadeUp 0.8s ease-out forwards;
}.service-plan-Y7 .pricing-rates-xH h2 {
    font-weight: 700;
    display: inline-block;
    line-height: 1.2;
    font-size: 35px;
    color: #000000;
    margin-bottom: 20px;
    text-transform: uppercase;
    position: relative;
}.service-plan-Y7 .pricing-rates-xH h2::after {
    height: 4px;
    border-radius: 2px;
    left: 0;
    content: "";
    bottom: -10px;
    position: absolute;
    background: linear-gradient(90deg, rgb(136,160,184), rgb(176,191,210));
    width: 80px;
}.service-plan-Y7 .cert-cost-eG {
    max-width: 800px;
    margin-top: 25px;
    color: #000000;
    font-size: 13px;
    line-height: 1.6;
}.service-plan-Y7 .fee-options-tx {
    margin-top: 20px;
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}.service-plan-Y7 .price-plan-t4 {
    transform: translateY(30px);
    display: block;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    opacity: 0;
    perspective: 1000px;
    animation: fadeUp 0.8s ease-out forwards;
    text-decoration: none;
    animation-delay: calc(0.15s * var(--i, 1));
}.service-plan-Y7 .price-plan-t4:nth-child(1) {
    --i: 1;
}.service-plan-Y7 .price-plan-t4:nth-child(2) {
    --i: 2;
}.service-plan-Y7 .price-plan-t4:nth-child(3) {
    --i: 3;
}.service-plan-Y7 .price-plan-t4:nth-child(4) {
    --i: 4;
}.service-plan-Y7 .fee-schemes-xs {
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.15), 
              0 5px 15px -10px rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
    overflow: hidden;
    height: 100%;
    border-radius: 12px;
    transform-style: preserve-3d;
    background-color: #ffffff;
    position: relative;
}.service-plan-Y7 .price-plan-t4:hover .fee-schemes-xs {
    transform: translateY(-15px) rotateX(2deg) rotateY(-2deg);
    box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.2),
              15px 15px 30px -10px rgba(0, 0, 0, 0.1),
              -15px 15px 30px -10px rgba(rgb(176,191,210,0.5), 0.1);
}.service-plan-Y7 .learn-pricing-pR {
    min-height: 250px;
    position: relative;
    padding: 35px 30px;
    box-sizing: border-box;
    z-index: 2;
}.service-plan-Y7 .learn-pricing-pR h3 {
    margin-bottom: 20px;
    transition: transform 0.3s ease;
    font-size: calc(19px + 2px);
    color: #000000;
    font-weight: 700;
    display: inline-block;
    position: relative;
}.service-plan-Y7 .price-plan-t4:hover .learn-pricing-pR h3 {
    transform: translateX(5px);
    color: rgb(176,191,210);
}.service-plan-Y7 .value-rates-uS {
    font-weight: 700;
    display: block;
    color: rgb(136,160,184);
    margin: 20px 0;
    position: relative;
    font-size: calc(19px + 4px);
    transition: all 0.3s ease;
}.service-plan-Y7 .value-rates-uS::before {
    width: 40px;
    left: 0;
    position: absolute;
    height: 3px;
    border-radius: 2px;
    background: linear-gradient(90deg, rgb(136,160,184), transparent);
    top: -10px;
    content: "";
}.service-plan-Y7 .price-plan-t4:hover .value-rates-uS {
    transform: scale(1.05);
    color: rgb(176,191,210);
}.service-plan-Y7 .learn-pricing-pR p {
    word-wrap: break-word;
    color: #000000;
    white-space: normal;
    overflow-wrap: break-word;
    font-size: 13px;
    hyphens: auto;
    word-break: normal;
    margin-top: 15px;
    line-height: 1.6;
    transition: color 0.3s ease;
}.service-plan-Y7 .thumb-EB {
    overflow: hidden;
    position: relative;
    height: 200px;
    width: 100%;
    transition: all 0.5s ease;
}.service-plan-Y7 .thumb-EB::after {
    top: 0;
    z-index: 1;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    width: 100%;
    height: 100%;
    left: 0;
    content: "";
    transition: opacity 0.4s ease;
    opacity: 0.6;
    position: absolute;
}.service-plan-Y7 .price-plan-t4:hover .thumb-EB {
    transform: scale(1.05);
}.service-plan-Y7 .price-plan-t4:hover .thumb-EB::after {
    opacity: 0.3;
}

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

@media (min-width: 1200px) {.service-plan-Y7 .value-deals-TL {
    flex-direction: row-reverse;
}.service-plan-Y7 .pricing-rates-xH {
    margin-bottom: 0;
    width: 30%;
    padding-left: 50px;
}.service-plan-Y7 .fee-options-tx {
    width: 70%;
}.service-plan-Y7 .pricing-rates-xH h2 {
    font-size: calc(35px + 4px);
}
}

@media (max-width: 1199px) {.service-plan-Y7 {
    padding: 80px 0;
}.service-plan-Y7 .pricing-rates-xH {
    max-width: 800px;
    text-align: center;
    margin: 0 auto 50px;
}.service-plan-Y7 .pricing-rates-xH h2::after {
    left: 50%;
    transform: translateX(-50%);
}
}

@media (max-width: 767px) {.service-plan-Y7 {
    padding: 60px 0;
}.service-plan-Y7 .fee-options-tx {
    grid-template-columns: 1fr;
    gap: 20px;
}.service-plan-Y7 .learn-pricing-pR {
    padding: 25px 20px;
}.service-plan-Y7 .thumb-EB {
    height: 180px;
}.service-plan-Y7 .pricing-rates-xH h2 {
    font-size: calc(35px - 2px);
}.service-plan-Y7 .cert-cost-eG {
    font-size: calc(13px - 1px);
}
}

@media (hover: none) {.service-plan-Y7 .price-plan-t4:hover .fee-schemes-xs {
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.15),
                0 5px 15px -10px rgba(0, 0, 0, 0.05);
    transform: none;
}.service-plan-Y7 .price-plan-t4:hover .learn-pricing-pR h3 {
    transform: none;
}.service-plan-Y7 .price-plan-t4:hover .value-rates-uS {
    transform: none;
}.service-plan-Y7 .price-plan-t4:hover .thumb-EB {
    transform: none;
}}.who-we-are-hZ {
    padding: 120px 0;
    color: #000000;
    background-position: center center;
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
    overflow: hidden;
    background-size: 30px 30px;
    position: relative;
    background: linear-gradient(135deg, rgb(176,191,210,0.5) 0%, rgb(215,222,236) 50%, rgb(136,160,184,0.5) 100%);
}.who-we-are-hZ::before {
    z-index: 0;
    background: linear-gradient(to bottom, transparent, rgb(176,191,210,0.5), transparent);
    position: absolute;
    width: 2px;
    top: 0;
    height: 50%;
    content: "";
    left: 20%;
}.who-we-are-hZ::after {
    bottom: 0;
    width: 2px;
    z-index: 0;
    background: linear-gradient(to bottom, transparent, rgb(136,160,184,0.5), transparent);
    height: 70%;
    right: 30%;
    content: "";
    position: absolute;
}.who-we-are-hZ .container {
    z-index: 2;
    position: relative;
}.who-we-are-hZ .container::before {
    animation: techPulse 4s infinite;
    z-index: 1;
    content: "";
    position: absolute;
    border: 2px solid rgb(176,191,210);
    width: 20px;
    border-radius: 50%;
    left: -100px;
    height: 20px;
    top: 40%;
}.who-we-are-hZ .container::after {
    position: absolute;
    border-radius: 0;
    content: "";
    width: 15px;
    z-index: 1;
    border: 2px solid rgb(136,160,184);
    bottom: 30%;
    height: 15px;
    animation: techRotate 6s infinite linear;
    right: -80px;
}.who-we-are-hZ h2 {
    text-align: left;
    font-weight: 700;
    position: relative;
    margin-bottom: 80px;
    color: #000000;
    font-size: 39px;
}.who-we-are-hZ h2::before {
    height: 4px;
    left: 0;
    content: "";
    position: absolute;
    bottom: -20px;
    background: rgb(176,191,210);
    width: 120px;
}.who-we-are-hZ h2::after {
    position: absolute;
    background: rgb(136,160,184);
    height: 4px;
    bottom: -20px;
    width: 60px;
    left: 130px;
    content: "";
}.who-we-are-hZ .study-classes-Ks {
    grid-template-columns: 1fr;
    display: grid;
    gap: 80px;
    position: relative;
}.who-we-are-hZ .study-classes-Ks::before {
    z-index: 1;
    top: 0;
    position: absolute;
    background: linear-gradient(to bottom, 
        rgb(176,191,210) 0%, 
        rgb(176,191,210,0.5) 20%,
        rgb(136,160,184,0.5) 80%,
        rgb(136,160,184) 100%
    );
    width: 2px;
    height: 100%;
    left: 40%;
    content: "";
}.who-we-are-hZ .study-classes-Ks::after {
    position: absolute;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    content: "";
    height: 10px;
    left: calc(40% - 4px);
    z-index: 2;
    width: 10px;
    top: 0;
    background: rgb(176,191,210);
    animation: moveDown 10s infinite alternate ease-in-out;
}.who-we-are-hZ .expert-zone-ZE {
    border-radius: 12px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 1);
    padding: 40px;
    position: relative;
    overflow: visible;
}.who-we-are-hZ .expert-zone-ZE:first-child {
    z-index: 20;
    border-left: 3px solid rgb(176,191,210);
}.who-we-are-hZ .expert-zone-ZE:last-child {
    z-index: 20;
    border-right: 3px solid rgb(136,160,184);
    align-self: end;
}.who-we-are-hZ .expert-zone-ZE:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
}.who-we-are-hZ .expert-zone-ZE h3 {
    font-weight: 600;
    position: relative;
    color: rgb(176,191,210);
    font-size: 19px;
    margin-bottom: 25px;
    padding-left: 20px;
}.who-we-are-hZ .expert-zone-ZE:last-child h3 {
    color: rgb(136,160,184);
}.who-we-are-hZ .expert-zone-ZE h3::before {
    background: rgb(176,191,210);
    content: "";
    position: absolute;
    height: 10px;
    transform: translateY(-50%);
    left: 0;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    width: 10px;
    top: 50%;
}.who-we-are-hZ .expert-zone-ZE:last-child h3::before {
    background: rgb(136,160,184);
}.who-we-are-hZ .expert-zone-ZE p {
    color: #000000;
    z-index: 1;
    position: relative;
    line-height: 1.8;
    font-size: 17px;
}.who-we-are-hZ .expert-zone-ZE::before {
    opacity: 0.05;
    position: absolute;
    left: 0;
    z-index: 0;
    content: "";
    background-size: 10px 10px;
    width: 100%;
    top: 0;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.1) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1) 75%, transparent 75%, transparent);
    height: 100%;
}.who-we-are-hZ .expert-zone-ZE::after {
    inset: 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    position: absolute;
    pointer-events: none;
    content: "";
}.who-we-are-hZ .expert-zone-ZE::before {
    top: -1px;
    left: -1px;
    border-radius: calc(12px + 1px);
    transition: opacity 0.3s ease;
    opacity: 0;
    position: absolute;
    bottom: -1px;
    background: linear-gradient(135deg, rgb(176,191,210) 0%, transparent 50%, rgb(136,160,184) 100%);
    content: "";
    right: -1px;
    z-index: -2;
}

@keyframes techPulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.8;
    }
}

@keyframes techRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes moveDown {
    0% {
        top: 0;
        background: rgb(176,191,210);
    }
    100% {
        top: calc(100% - 10px);
        background: rgb(136,160,184);
    }
}

@keyframes borderGlow {
    0% {
        opacity: 0.3;
    }
    100% {
        opacity: 0.7;
    }
}

@media screen and (max-width: 1200px) {.who-we-are-hZ .expert-zone-ZE:first-child {
    margin-right: -10%;
}.who-we-are-hZ .expert-zone-ZE:last-child {
    margin-left: -10%;
}
}

@media screen and (max-width: 991px) {.who-we-are-hZ {
    padding: 80px 0;
}.who-we-are-hZ h2 {
    transform: translateX(0);
    font-size: calc(39px * 0.9);
    margin-bottom: 50px;
}.who-we-are-hZ .study-classes-Ks {
    gap: 50px;
}.who-we-are-hZ .expert-zone-ZE:first-child,
    .who-we-are-hZ .expert-zone-ZE:last-child {
    margin-left: 0;
    margin-right: 0;
}.who-we-are-hZ .study-classes-Ks::before {
    left: 20px;
}.who-we-are-hZ .study-classes-Ks::after {
    left: 16px;
}
}

@media screen and (max-width: 767px) {.who-we-are-hZ {
    padding: 60px 0;
}.who-we-are-hZ h2 {
    margin-bottom: 40px;
    font-size: calc(39px * 0.8);
}.who-we-are-hZ .expert-zone-ZE {
    padding: 30px;
}.who-we-are-hZ .expert-zone-ZE h3 {
    font-size: calc(19px * 0.9);
}.who-we-are-hZ .expert-zone-ZE p {
    font-size: calc(17px * 0.95);
}.who-we-are-hZ .expert-zone-ZE:first-child h3::after,
    .who-we-are-hZ .expert-zone-ZE:last-child h3::after {
    top: -50px;
    font-size: 80px;
}
}

@media screen and (max-width: 575px) {.who-we-are-hZ {
    padding: 50px 0;
}.who-we-are-hZ h2 {
    margin-bottom: 30px;
    font-size: calc(39px * 0.7);
}.who-we-are-hZ h2::before {
    height: 3px;
    width: 80px;
}.who-we-are-hZ h2::after {
    height: 3px;
    width: 40px;
    left: 90px;
}.who-we-are-hZ .expert-zone-ZE {
    padding: 25px;
}.who-we-are-hZ .expert-zone-ZE h3 {
    margin-bottom: 15px;
    font-size: calc(19px * 0.85);
}.who-we-are-hZ .expert-zone-ZE p {
    font-size: calc(17px * 0.9);
    line-height: 1.6;
}.who-we-are-hZ .expert-zone-ZE:first-child h3::after,
    .who-we-are-hZ .expert-zone-ZE:last-child h3::after {
    font-size: 60px;
    top: -40px;
}.who-we-are-hZ .study-classes-Ks::before {
    left: 10px;
}.who-we-are-hZ .study-classes-Ks::after {
    left: 6px;
}}.teaching-experience-PY {
    overflow: hidden;
    padding: 5rem 2rem;
    isolation: isolate;
    position: relative;
    background: rgb(215,222,236);
}.teaching-experience-PY::before {
    right: -5%;
    content: "";
    position: absolute;
    width: 60%;
    top: -20%;
    z-index: -1;
    transform: rotate(15deg);
    background: rgb(176,191,210,0.5);
    filter: blur(3px);
    height: 140%;
}.teaching-experience-PY::after {
    content: "";
    position: absolute;
    background: rgb(136,160,184,0.5);
    z-index: -1;
    animation: morph 15s linear infinite alternate;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    height: 30%;
    width: 30%;
    bottom: -5%;
    left: -5%;
}@keyframes morph {
    0% {
        border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    }
    100% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
}

.teaching-experience-PY .review-carousel-eW {
    gap: 0;
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
}.teaching-experience-PY .thumb-EB {
    z-index: 2;
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    position: relative;
    border-radius: 0;
    grid-column: 1 / 2;
    transform: translateX(-5%);
    height: 450px;
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
    grid-row: 1 / 2;
    width: 100%;
}.teaching-experience-PY .thumb-EB::after {
    content: "";
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.5) 0%,
        transparent 50%
    );
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
}.teaching-experience-PY .review-carousel-eW:hover .thumb-EB {
    filter: contrast(1.1);
    transform: translateX(0) scale(1.02);
}.teaching-experience-PY .career-wrap-QL {
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.5);
    transform: translateX(-15%);
    grid-column: 2 / 3;
    padding: 3rem 3rem 3rem 5rem;
    z-index: 1;
    flex-direction: column;
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    display: flex;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
    grid-row: 1 / 2;
    background: #ffffff;
    justify-content: center;
}.teaching-experience-PY .review-carousel-eW:hover .career-wrap-QL {
    box-shadow: 0 25px 50px -15px rgba(0, 0, 0, 0.5);
    transform: translateX(-10%) translateY(-5px);
}.teaching-experience-PY .name {
    font-weight: 700;
    color: rgb(176,191,210);
    display: inline-block;
    margin-bottom: 0.7rem;
    position: relative;
    font-size: 31px;
}.teaching-experience-PY .name::before {
    left: -20px;
    width: 30px;
    content: "";
    height: 30px;
    transform: rotate(45deg) scale(0);
    border-radius: 10px;
    background: rgb(136,160,184,0.5);
    top: -10px;
    position: absolute;
    transition: transform 0.4s ease 0.2s;
    z-index: -1;
}.teaching-experience-PY .review-carousel-eW:hover .name::before {
    transform: rotate(45deg) scale(1);
}.teaching-experience-PY .career-wrap-QL > div:nth-child(2) {
    opacity: 0;
    font-weight: 600;
    margin-bottom: 2rem;
    transform: translateX(-20px);
    font-size: 19px;
    opacity: 0.9;
    color: rgb(136,160,184);
    transition: all 0.5s ease 0.3s;
}.teaching-experience-PY .review-carousel-eW:hover .career-wrap-QL > div:nth-child(2) {
    transform: translateX(0);
    opacity: 1;
}.teaching-experience-PY .work-timeline-3X {
    font-style: italic;
    line-height: 1.7;
    opacity: 0;
    font-weight: 400;
    position: relative;
    transform: translateY(20px);
    color: #000000;
    padding-top: 20px;
    font-size: 18px;
    transition: all 0.5s ease 0.5s;
}.teaching-experience-PY .review-carousel-eW:hover .work-timeline-3X {
    transform: translateY(0);
    opacity: 1;
}.teaching-experience-PY .work-timeline-3X::before {
    position: absolute;
    background: linear-gradient(to right, rgb(176,191,210), transparent);
    content: "";
    height: 3px;
    left: 0;
    top: 0;
    width: 60px;
}@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}

.teaching-experience-PY .career-wrap-QL::after {
    width: 40px;
    content: "";
    background: rgb(176,191,210,0.5);
    bottom: 20px;
    height: 40px;
    right: 20px;
    animation: float 4s ease-in-out infinite;
    position: absolute;
    border-radius: 50%;
    z-index: -1;
}

@media (max-width: 992px) {.teaching-experience-PY .review-carousel-eW {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    gap: 2rem;
}.teaching-experience-PY .thumb-EB {
    grid-row: 1 / 2;
    height: 300px;
    transform: none;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    grid-column: 1 / 2;
}.teaching-experience-PY .thumb-EB::after {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}.teaching-experience-PY .career-wrap-QL {
    transform: none;
    grid-column: 1 / 2;
    grid-row: 2 / 3;
    clip-path: none;
    padding: 2rem;
}.teaching-experience-PY .review-carousel-eW:hover .career-wrap-QL {
    transform: translateY(-5px);
}}.privacy-fort-tN {
    padding: 50px;
    width: 90%;
    overflow: hidden;
    border: 1px solid rgb(176,191,210);
    font-family: Arial, sans-serif;
    color: #000000;
    margin: 0 auto;
    position: relative;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    max-width: 1200px;
}.privacy-fort-tN:before {
    width: 150px;
    top: -50px;
    height: 150px;
    position: absolute;
    content: "";
    left: -50px;
    border-radius: 50%;
    background: rgb(176,191,210,0.5);
    z-index: 1;
}.privacy-fort-tN:after {
    z-index: 1;
    width: 200px;
    content: "";
    right: -50px;
    background: rgb(136,160,184,0.5);
    height: 200px;
    bottom: -50px;
    position: absolute;
    border-radius: 50%;
}.privacy-fort-tN h1 {
    position: relative;
    font-size: 43px;
    font-weight: 700;
    z-index: 2;
    padding-bottom: 10px;
    color: #000000;
    border-bottom: 3px solid rgb(176,191,210);
    margin-top: 40px;
    margin-bottom: 30px;
    text-transform: uppercase;
}.privacy-fort-tN h1:before {
    background: rgb(136,160,184);
    width: 50px;
    left: 0;
    content: "";
    z-index: -1;
    bottom: -5px;
    position: absolute;
    height: 5px;
}.privacy-fort-tN h2 {
    color: rgb(136,160,184);
    font-size: 32px;
    position: relative;
    z-index: 2;
    margin-bottom: 25px;
    font-weight: 600;
    margin-top: 35px;
}.privacy-fort-tN h2:before {
    position: absolute;
    z-index: -1;
    height: 3px;
    width: 30px;
    left: 0;
    background: rgb(176,191,210);
    content: "";
    bottom: -5px;
}.privacy-fort-tN ul, .privacy-fort-tN ol {
    list-style-type: disc;
    list-style: none;
    padding-left: 40px;
    margin-bottom: 30px;
    z-index: 2;
    position: relative;
}.privacy-fort-tN li {
    margin-bottom: 15px;
    line-height: 1.8;
    font-size: 16px;
    position: relative;
}.privacy-fort-tN li:before {
    font-size: 1.5em;
    position: absolute;
    left: -25px;
    line-height: 1;
    color: rgb(176,191,210);
    content: "•";
}.privacy-fort-tN div {
    border-radius: 10px;
    padding: 25px;
    z-index: 2;
    position: relative;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    margin-bottom: 30px;
    line-height: 1.8;
    background: #ffffff;
}.privacy-fort-tN .container {
    z-index: 2;
    position: relative;
}.privacy-fort-tN h3, .privacy-fort-tN h4, .privacy-fort-tN h5, .privacy-fort-tN h6 {
    position: relative;
    margin-bottom: 15px;
    font-size: 1.2em;
    z-index: 2;
    color: rgb(176,191,210);
    margin-top: 30px;
    font-weight: 600;
}.privacy-fort-tN p, .privacy-fort-tN span {
    margin-bottom: 20px;
    font-size: 16px;
    color: #000000;
    z-index: 2;
    line-height: 1.8;
    position: relative;
}.privacy-fort-tN a {
    font-weight: 400;
    z-index: 2;
    border-bottom: 1px solid rgb(136,160,184);
    text-decoration: none;
    position: relative;
    color: rgb(136,160,184);
}.privacy-fort-tN a:hover {
    border-bottom: 1px solid rgb(176,191,210);
    color: rgb(176,191,210);
}.privacy-fort-tN button {
    position: relative;
    padding: 12px 25px;
    background: rgb(136,160,184);
    cursor: pointer;
    z-index: 2;
    color: #ffffff;
    border-radius: 10px;
    font-size: 20px;
    border: 2px solid rgb(176,191,210);
}.privacy-fort-tN button:hover {
    border-color: rgb(136,160,184);
    background: rgb(176,191,210);
}

@media only screen and (max-width: 800px) {.privacy-fort-tN {
    width: 95%;
    padding: 30px;
}.privacy-fort-tN h1 {
    font-size: calc(21px - 10px);
}.privacy-fort-tN h2 {
    font-size: calc(21px - 5px);
}.privacy-fort-tN ul, .privacy-fort-tN ol {
    padding-left: 20px;
}.privacy-fort-tN li:before {
    left: -15px;
}.privacy-fort-tN button {
    padding: 10px 20px;
}}.program-details-mQ {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    background-color: rgb(215,222,236);
}.program-details-mQ::before {
    width: 100%;
    top: 0;
    z-index: 1;
    left: 0;
    height: 100%;
    content: "";
    position: absolute;
    background: linear-gradient(135deg, rgb(176,191,210,0.5) 0%, transparent 50%, rgb(136,160,184,0.5) 100%);
}.program-details-mQ::after {
    border-radius: 50%;
    top: -50px;
    right: -50px;
    content: "";
    height: 200px;
    position: absolute;
    z-index: 0;
    filter: blur(80px);
    background-color: rgb(176,191,210,0.5);
    width: 200px;
    animation: floatAnimation 15s infinite alternate ease-in-out;
}.program-details-mQ .learn-plan-ij {
    flex-direction: column;
    display: flex;
    z-index: 2;
}.program-details-mQ .word-box-FB {
    position: relative;
    margin: 0 auto 60px;
    width: 80%;
}.program-details-mQ .word-box-FB::before {
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(176,191,210), rgb(136,160,184));
    left: 0;
    position: absolute;
    top: -20px;
    height: 4px;
    width: 80px;
    content: "";
}.program-details-mQ .word-box-FB h2 {
    transition: transform 0.5s ease;
    position: relative;
    background-image: repeating-linear-gradient(45deg, rgb(176,191,210,0.5) 0px, rgb(176,191,210,0.5) 2px, transparent 2px, transparent 8px);
    border-radius: 10px;
    font-size: 33px;
    font-weight: 700;
    margin-bottom: 30px;
    transform: translateX(0);
    color: #000000;
    padding: 15px;
}.program-details-mQ .word-box-FB h2:hover {
    transform: translateX(10px);
}.program-details-mQ .word-box-FB .description {
    padding-left: 20px;
    line-height: 1.7;
    color: #000000;
    position: relative;
    border-left: 2px solid rgb(176,191,210);
    margin-bottom: 20px;
    font-size: 17px;
}.program-details-mQ .word-box-FB .description:last-child {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 12px;
    font-weight: 600;
    color: #ffffff;
    backdrop-filter: blur(5px);
    position: relative;
    padding: 30px 40px;
    z-index: 2;
    margin-top: 30px;
    border-left: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}.program-details-mQ .thumb-EB {
    transition: opacity 0.5s ease, transform 0.5s ease;
    left: 0;
    height: 100%;
    z-index: 1;
    width: 100%;
    opacity: 0.2;
    top: 0;
    position: absolute;
}.program-details-mQ .learn-plan-ij:hover .thumb-EB {
    opacity: 0.3;
    transform: scale(1.05);
}.program-details-mQ .thumb-EB::before {
    content: "";
    width: 100%;
    left: 0;
    z-index: 1;
    background: linear-gradient(135deg, rgb(176,191,210,0.5) 0%, transparent 80%);
    top: 0;
    position: absolute;
    height: 100%;
}.program-details-mQ .thumb-EB::after {
    z-index: 1;
    content: "";
    height: 40%;
    background: linear-gradient(225deg, rgb(136,160,184,0.5) 0%, transparent 100%);
    bottom: 0;
    position: absolute;
    width: 80%;
    right: 0;
}@keyframes floatAnimation {
    0% {
        transform: translate(0, 0) scale(1);
    }
    25% {
        transform: translate(50px, 20px) scale(1.2);
    }
    50% {
        transform: translate(0, 40px) scale(0.8);
    }
    75% {
        transform: translate(-30px, 20px) scale(1.1);
    }
    100% {
        transform: translate(0, 0) scale(1);
    }
}

@keyframes pulseAnimation {
    0% {
        opacity: 0.4;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 0.4;
    }
}

.program-details-mQ .learn-plan-ij::before {
    width: 200px;
    bottom: -100px;
    left: -50px;
    background-color: rgb(136,160,184,0.5);
    z-index: -1;
    height: 200px;
    filter: blur(100px);
    content: "";
    border-radius: 50%;
    animation: pulseAnimation 10s infinite ease-in-out;
    position: absolute;
}.program-details-mQ .learn-plan-ij::after {
    border-radius: 10px;
    border: 4px solid rgb(176,191,210,0.5);
    top: 40px;
    width: 40px;
    position: absolute;
    content: "";
    z-index: -1;
    right: -20px;
    animation: rotateAnimation 20s infinite linear;
    height: 40px;
}@keyframes rotateAnimation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.program-details-mQ .word-box-FB::after {
    height: 100px;
    border-radius: 50%;
    animation: rotateAnimation 30s infinite linear reverse;
    width: 100px;
    content: "";
    position: absolute;
    right: -60px;
    border: 2px dashed rgb(176,191,210,0.5);
    top: -40px;
    z-index: -1;
}.program-details-mQ .word-box-FB .description:first-of-type {
    padding: 20px;
    border-left: none;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 10px,
        rgb(215,222,236) 10px,
        rgb(215,222,236) 12px
    );
}.program-details-mQ .word-box-FB .description:first-of-type::after {
    background: linear-gradient(90deg, rgb(176,191,210), transparent);
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    content: "";
    height: 2px;
}.program-details-mQ .word-box-FB .description:last-child::before {
    height: 100%;
    z-index: -1;
    left: 0;
    border-radius: 12px;
    position: absolute;
    width: 100%;
    background-position: center;
    filter: brightness(0.5) contrast(1.2);
    top: 0;
    background-size: cover;
    content: "";
}

@media (max-width: 1024px) {.program-details-mQ {
    padding: 80px 0;
}.program-details-mQ .word-box-FB {
    width: 90%;
}
}

@media (max-width: 768px) {.program-details-mQ {
    padding: 60px 0;
}.program-details-mQ .word-box-FB {
    margin-bottom: 40px;
    width: 100%;
}.program-details-mQ .word-box-FB h2 {
    margin-bottom: 20px;
    font-size: calc(33px * 0.9);
}.program-details-mQ .word-box-FB .description:last-child {
    padding: 25px 30px;
}
}

@media (max-width: 576px) {.program-details-mQ {
    padding: 40px 0;
}.program-details-mQ .word-box-FB h2 {
    font-size: calc(33px * 0.8);
}.program-details-mQ .word-box-FB .description {
    font-size: calc(17px * 0.95);
}.program-details-mQ .word-box-FB .description:last-child {
    padding: 20px;
}.program-details-mQ::after,
    .program-details-mQ .learn-plan-ij::before,
    .program-details-mQ .word-box-FB::after {
    display: none;
}.program-details-mQ .word-box-FB::before {
    width: 60px;
}}

.program-details-mQ .learn-plan-ij .word-box-FB .description strong {
    font-weight: 600;
    color: rgb(136,160,184);
}.program-details-mQ .container::before {
    background: linear-gradient(90deg, transparent, rgb(176,191,210,0.5), transparent);
    content: "";
    left: -25%;
    height: 1px;
    position: absolute;
    width: 150%;
    bottom: -40px;
}.program-details-mQ .word-box-FB h2::after {
    height: 30px;
    left: -15px;
    top: -15px;
    border-radius: 50%;
    filter: blur(15px);
    background-color: rgb(176,191,210,0.5);
    z-index: -1;
    content: "";
    width: 30px;
    position: absolute;
}.opening-page-M7 {
    min-height: 100vh;
    width: 100%;
    background: rgb(215,222,236);
    overflow: hidden;
    position: relative;
}.opening-page-M7::before {
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    background: 
        radial-gradient(circle at 20% 20%, rgb(176,191,210,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 80%, rgb(136,160,184,0.5) 0%, transparent 40%);
    z-index: 0;
    width: 100%;
    position: absolute;
}.opening-page-M7 .class-track-yw {
    width: 100%;
    position: relative;
    display: grid;
    height: 100vh;
    z-index: 1;
    grid-template-rows: 2fr 1fr;
}.opening-page-M7 .learn-head-JH {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    grid-row: 1;
}.opening-page-M7 .learn-head-JH input {
    display: none;
}.opening-page-M7 .learn-quickpro-jM {
    display: flex;
    transition: none;
    height: 100%;
}.opening-page-M7 .page-title-9x {
    height: 100%;
    opacity: 0;
    min-width: 100%;
    transition: opacity 0.5s ease;
    position: relative;
}.opening-page-M7 .page-title-9x img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}.opening-page-M7 .page-title-9x::before {
    opacity: 0.3;
    transition: opacity 0.5s ease;
    z-index: 1;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    content: "";
    position: absolute;
    backdrop-filter: blur(1px);
}.opening-page-M7 .learn-head-JH input:nth-child(1):checked ~ .learn-quickpro-jM .page-title-9x:nth-child(1),
.opening-page-M7 .learn-head-JH input:nth-child(2):checked ~ .learn-quickpro-jM .page-title-9x:nth-child(2),
.opening-page-M7 .learn-head-JH input:nth-child(3):checked ~ .learn-quickpro-jM .page-title-9x:nth-child(3),
.opening-page-M7 .learn-head-JH input:nth-child(4):checked ~ .learn-quickpro-jM .page-title-9x:nth-child(4),
.opening-page-M7 .learn-head-JH input:nth-child(5):checked ~ .learn-quickpro-jM .page-title-9x:nth-child(5),
.opening-page-M7 .learn-head-JH input:nth-child(6):checked ~ .learn-quickpro-jM .page-title-9x:nth-child(6),
.opening-page-M7 .learn-head-JH input:nth-child(7):checked ~ .learn-quickpro-jM .page-title-9x:nth-child(7),
.opening-page-M7 .learn-head-JH input:nth-child(8):checked ~ .learn-quickpro-jM .page-title-9x:nth-child(8),
.opening-page-M7 .learn-head-JH input:nth-child(9):checked ~ .learn-quickpro-jM .page-title-9x:nth-child(9),
.opening-page-M7 .learn-head-JH input:nth-child(10):checked ~ .learn-quickpro-jM .page-title-9x:nth-child(10) {
    z-index: 2;
    opacity: 1;
}.opening-page-M7 .learn-head-JH input:nth-child(1):checked ~ .learn-quickpro-jM .page-title-9x:nth-child(1)::before,
.opening-page-M7 .learn-head-JH input:nth-child(2):checked ~ .learn-quickpro-jM .page-title-9x:nth-child(2)::before,
.opening-page-M7 .learn-head-JH input:nth-child(3):checked ~ .learn-quickpro-jM .page-title-9x:nth-child(3)::before,
.opening-page-M7 .learn-head-JH input:nth-child(4):checked ~ .learn-quickpro-jM .page-title-9x:nth-child(4)::before,
.opening-page-M7 .learn-head-JH input:nth-child(5):checked ~ .learn-quickpro-jM .page-title-9x:nth-child(5)::before,
.opening-page-M7 .learn-head-JH input:nth-child(6):checked ~ .learn-quickpro-jM .page-title-9x:nth-child(6)::before,
.opening-page-M7 .learn-head-JH input:nth-child(7):checked ~ .learn-quickpro-jM .page-title-9x:nth-child(7)::before,
.opening-page-M7 .learn-head-JH input:nth-child(8):checked ~ .learn-quickpro-jM .page-title-9x:nth-child(8)::before,
.opening-page-M7 .learn-head-JH input:nth-child(9):checked ~ .learn-quickpro-jM .page-title-9x:nth-child(9)::before,
.opening-page-M7 .learn-head-JH input:nth-child(10):checked ~ .learn-quickpro-jM .page-title-9x:nth-child(10)::before {
    opacity: 0;
}.opening-page-M7 .edu-trackfast-Lx {
    bottom: 20px;
    display: flex;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    position: absolute;
    gap: 15px;
}.opening-page-M7 .edu-trackfast-Lx label {
    position: relative;
    background: #ffffff;
    opacity: 0.5;
    border-radius: 50%;
    cursor: pointer;
    transform: scale(1);
    width: 12px;
    height: 12px;
    transition: all 0.3s ease;
}.opening-page-M7 .learn-head-JH input:nth-child(1):checked ~ .edu-trackfast-Lx label:nth-child(1),
.opening-page-M7 .learn-head-JH input:nth-child(2):checked ~ .edu-trackfast-Lx label:nth-child(2),
.opening-page-M7 .learn-head-JH input:nth-child(3):checked ~ .edu-trackfast-Lx label:nth-child(3),
.opening-page-M7 .learn-head-JH input:nth-child(4):checked ~ .edu-trackfast-Lx label:nth-child(4),
.opening-page-M7 .learn-head-JH input:nth-child(5):checked ~ .edu-trackfast-Lx label:nth-child(5),
.opening-page-M7 .learn-head-JH input:nth-child(6):checked ~ .edu-trackfast-Lx label:nth-child(6),
.opening-page-M7 .learn-head-JH input:nth-child(7):checked ~ .edu-trackfast-Lx label:nth-child(7),
.opening-page-M7 .learn-head-JH input:nth-child(8):checked ~ .edu-trackfast-Lx label:nth-child(8),
.opening-page-M7 .learn-head-JH input:nth-child(9):checked ~ .edu-trackfast-Lx label:nth-child(9),
.opening-page-M7 .learn-head-JH input:nth-child(10):checked ~ .edu-trackfast-Lx label:nth-child(10) {
    opacity: 1;
    transform: scale(1.3);
    background: rgb(176,191,210);
}.opening-page-M7 .word-box-FB {
    grid-row: 2;
    display: flex;
    background: #ffffff;
    z-index: 5;
    position: relative;
    align-items: center;
    overflow: hidden;
}.opening-page-M7 .word-box-FB::before {
    position: absolute;
    width: 100%;
    background: linear-gradient(to right, rgb(176,191,210), rgb(136,160,184));
    content: "";
    top: 0;
    left: 0;
    height: 5px;
}.opening-page-M7 .word-box-FB .container {
    padding: 40px 30px;
    max-width: 1140px;
    position: relative;
    margin: 0 auto;
}.opening-page-M7 .word-box-FB h1 {
    font-size: 45px;
    position: relative;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 15px;
    color: #000000;
}.opening-page-M7 .word-box-FB h3 {
    font-weight: 600;
    color: rgb(136,160,184);
    margin-bottom: 20px;
    font-size: 18px;
}.opening-page-M7 .word-box-FB p {
    font-size: 13px;
    max-width: 800px;
    line-height: 1.7;
    color: #000000;
    margin-bottom: 0;
}@keyframes slideInUp {
    from {
        transform: translateY(30px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.opening-page-M7 .word-box-FB h1,
.opening-page-M7 .word-box-FB h3,
.opening-page-M7 .word-box-FB p {
    opacity: 0;
    animation: slideInUp 0.6s forwards;
}.opening-page-M7 .word-box-FB h1 {
    animation-delay: 0.2s;
}.opening-page-M7 .word-box-FB h3 {
    animation-delay: 0.4s;
}.opening-page-M7 .word-box-FB p {
    animation-delay: 0.6s;
}.opening-page-M7 .learn-head-JH input:nth-child(1):checked ~ .learn-quickpro-jM .page-title-9x:nth-child(1) img,
.opening-page-M7 .learn-head-JH input:nth-child(2):checked ~ .learn-quickpro-jM .page-title-9x:nth-child(2) img,
.opening-page-M7 .learn-head-JH input:nth-child(3):checked ~ .learn-quickpro-jM .page-title-9x:nth-child(3) img,
.opening-page-M7 .learn-head-JH input:nth-child(4):checked ~ .learn-quickpro-jM .page-title-9x:nth-child(4) img,
.opening-page-M7 .learn-head-JH input:nth-child(5):checked ~ .learn-quickpro-jM .page-title-9x:nth-child(5) img,
.opening-page-M7 .learn-head-JH input:nth-child(6):checked ~ .learn-quickpro-jM .page-title-9x:nth-child(6) img,
.opening-page-M7 .learn-head-JH input:nth-child(7):checked ~ .learn-quickpro-jM .page-title-9x:nth-child(7) img,
.opening-page-M7 .learn-head-JH input:nth-child(8):checked ~ .learn-quickpro-jM .page-title-9x:nth-child(8) img,
.opening-page-M7 .learn-head-JH input:nth-child(9):checked ~ .learn-quickpro-jM .page-title-9x:nth-child(9) img,
.opening-page-M7 .learn-head-JH input:nth-child(10):checked ~ .learn-quickpro-jM .page-title-9x:nth-child(10) img {
    animation: slowZoom 15s infinite alternate;
}

@keyframes slowZoom {
    from { transform: scale(1); }
    to { transform: scale(1.1); }
}

@media (max-width: 1200px) {.opening-page-M7 .word-box-FB .container {
    max-width: 960px;
}
}

@media (max-width: 992px) {.opening-page-M7 .word-box-FB .container {
    max-width: 720px;
    padding: 30px 20px;
}.opening-page-M7 .word-box-FB h1 {
    font-size: calc(45px * 0.9);
}
}

@media (max-width: 768px) {.opening-page-M7 .class-track-yw {
    grid-template-rows: 3fr 2fr;
}.opening-page-M7 .word-box-FB .container {
    padding: 25px 15px;
    max-width: 540px;
}.opening-page-M7 .word-box-FB h1 {
    font-size: calc(45px * 0.8);
    margin-bottom: 10px;
}.opening-page-M7 .word-box-FB h3 {
    margin-bottom: 15px;
    font-size: calc(18px * 0.9);
}.opening-page-M7 .edu-trackfast-Lx {
    gap: 10px;
    bottom: 15px;
}
}

@media (max-width: 576px) {.opening-page-M7 .word-box-FB .container {
    padding: 20px 15px;
}.opening-page-M7 .word-box-FB h1 {
    font-size: calc(45px * 0.7);
}.opening-page-M7 .word-box-FB h3 {
    margin-bottom: 10px;
    font-size: calc(18px * 0.8);
}.opening-page-M7 .word-box-FB p {
    font-size: calc(13px * 0.9);
}.opening-page-M7 .edu-trackfast-Lx {
    gap: 8px;
}.opening-page-M7 .edu-trackfast-Lx label {
    height: 10px;
    width: 10px;
}}

.opening-page-M7 .edu-trackfast-Lx label:hover {
    opacity: 0.8;
    transform: scale(1.2);
}.opening-page-M7 .learn-quickpro-jM .page-title-9x:not(:first-child) {
    inset: 0;
    position: absolute;
}.thanksPanel-Se {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(215,222,236) 0%, rgba(rgb(176,191,210), 0.05) 100%);
    position: relative;
    padding: 6rem 0;
}.thanksPanel-Se::before {
    opacity: 0.8;
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(176,191,210), 0.07) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(rgb(136,160,184), 0.05) 0%, transparent 60%);
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    z-index: 0;
}.thanksPanel-Se::after {
    z-index: 0;
    height: 70%;
    transform: rotate(-15deg);
    right: -5%;
    background: linear-gradient(45deg, rgba(rgb(176,191,210), 0.03) 0%, rgba(rgb(136,160,184), 0.05) 100%);
    top: -10%;
    clip-path: polygon(0 0, 100% 25%, 85% 100%, 15% 80%);
    position: absolute;
    content: "";
    width: 40%;
    animation: float 15s infinite ease-in-out;
}.thanksPanel-Se .container {
    max-width: 1200px;
    position: relative;
    perspective: 1000px;
    margin: 0 auto;
    z-index: 1;
    padding: 0 2rem;
    transform-style: preserve-3d;
}.thanksPanel-Se h2 {
    transform: translateZ(10px);
    letter-spacing: -0.02em;
    position: relative;
    color: rgb(176,191,210);
    line-height: 1.3;
    font-family: Arial, sans-serif;
    font-size: 30px;
    max-width: 90%;
    font-weight: 700;
    margin-bottom: 2.5rem;
    text-shadow: 0 2px 15px rgba(#000000, 0.05);
}.thanksPanel-Se h2::after {
    left: 0;
    background: linear-gradient(90deg, rgb(176,191,210) 0%, rgb(136,160,184) 100%);
    height: 4px;
    transform-origin: left center;
    content: "";
    position: absolute;
    border-radius: 2px;
    bottom: -0.8rem;
    animation: expandWidth 0.8s ease-out forwards;
    width: 5rem;
}.thanksPanel-Se .class-track-yw {
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
    transform: translateZ(5px);
    box-shadow: 
        0 15px 35px rgba(#000000, 0.05),
        0 5px 15px rgba(#000000, 0.03);
    background: #ffffff;
    overflow: hidden;
    border-radius: 29px;
    padding: 3rem;
}.thanksPanel-Se .class-track-yw::before {
    position: absolute;
    height: 6px;
    content: "";
    background: linear-gradient(90deg, rgb(176,191,210) 0%, rgb(136,160,184) 100%);
    left: 0;
    top: 0;
    width: 100%;
}.thanksPanel-Se .class-track-yw::after {
    right: 0;
    height: 30%;
    bottom: 0;
    background-size: 12px 12px;
    background-image: 
        linear-gradient(45deg, rgba(rgb(176,191,210), 0.03) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(rgb(176,191,210), 0.03) 25%, transparent 25%);
    position: absolute;
    width: 40%;
    opacity: 0.5;
    content: "";
    z-index: -1;
}.thanksPanel-Se ul {
    margin: 0;
    padding: 0;
    list-style: none;
}.thanksPanel-Se li {
    transform: translateY(20px);
    padding-left: 0;
    position: relative;
    opacity: 0;
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
}.thanksPanel-Se li::before {
    content: "";
    left: -1.5rem;
    position: absolute;
    height: 8px;
    width: 8px;
    background: rgb(136,160,184);
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(rgb(136,160,184), 0.1);
    top: 0.5rem;
}.thanksPanel-Se span {
    font-weight: 400;
    line-height: 1.7;
    font-family: Arial, sans-serif;
    color: #000000;
    display: block;
    font-size: calc(18px * 1.05);
    letter-spacing: 0.01em;
}

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

@keyframes expandWidth {
    from {
        width: 0;
    }
    to {
        width: 5rem;
    }
}

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

@media (hover: hover) {.thanksPanel-Se .class-track-yw:hover {
    transform: translateZ(10px) scale(1.01);
    box-shadow: 
            0 20px 45px rgba(#000000, 0.07),
            0 5px 20px rgba(#000000, 0.05);
}
}

@media (max-width: 992px) {.thanksPanel-Se {
    padding: 5rem 0;
}.thanksPanel-Se h2 {
    font-size: calc(30px * 0.9);
    max-width: 100%;
}.thanksPanel-Se .class-track-yw {
    padding: 2.5rem;
}
}

@media (max-width: 768px) {.thanksPanel-Se {
    padding: 4rem 0;
}.thanksPanel-Se h2 {
    margin-bottom: 2rem;
    font-size: calc(30px * 0.8);
}.thanksPanel-Se .class-track-yw {
    padding: 2rem;
}.thanksPanel-Se span {
    line-height: 1.6;
    font-size: 18px;
}
}

@media (max-width: 576px) {.thanksPanel-Se {
    padding: 3rem 0;
}.thanksPanel-Se .container {
    padding: 0 1.5rem;
}.thanksPanel-Se h2 {
    margin-bottom: 1.5rem;
    font-size: calc(30px * 0.7);
}.thanksPanel-Se .class-track-yw {
    padding: 1.5rem;
}.thanksPanel-Se li::before {
    width: 6px;
    left: -1.2rem;
    height: 6px;
}}.join-list-MK {
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateX(5deg);
    position: relative;
    transform-origin: center bottom;
    background: linear-gradient(135deg, #ffffff 0%, rgb(215,222,236) 100%);
    padding: 6rem 2rem;
}.join-list-MK::before {
    animation: gridMove 30s linear infinite;
    content: "";
    position: absolute;
    opacity: 0.03;
    z-index: 0;
    background: repeating-linear-gradient(
        45deg,
        rgba(0, 0, 0, 0.5) 0,
        rgba(0, 0, 0, 0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    width: 200%;
    top: -50%;
    height: 200%;
    left: -50%;
}.join-list-MK::after {
    position: absolute;
    z-index: 0;
    width: 50%;
    opacity: 0.05;
    content: "";
    background: rgb(176,191,210,0.5);
    transform: translate(30%, 30%) rotate(30deg) skewX(-30deg) scale(1, 0.866);
    bottom: 0;
    height: 50%;
    right: 0;
}.join-list-MK .container {
    z-index: 2;
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
}.join-list-MK .class-track-yw {
    position: relative;
    display: grid;
    transform-style: preserve-3d;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
}.join-list-MK .class-track-yw::before {
    position: absolute;
    transform: skewY(30deg) rotate(10deg) translateZ(-50px);
    top: 20%;
    left: -10%;
    background: rgb(136,160,184);
    content: "";
    filter: blur(20px);
    width: 50%;
    height: 100%;
    opacity: 0.1;
}.join-list-MK .class-track-yw::after {
    transform: skewY(-20deg) rotate(-10deg) translateZ(-30px);
    top: -20%;
    filter: blur(15px);
    width: 40%;
    position: absolute;
    height: 40%;
    background: rgb(176,191,210);
    opacity: 0.1;
    content: "";
    right: 10%;
}.join-list-MK p {
    font-size: 37px;
    transform: translateZ(20px);
    position: relative;
    transform-style: preserve-3d;
    margin: 0;
    font-family: Arial, sans-serif;
    line-height: 1.3;
    font-weight: 700;
    color: #000000;
}.join-list-MK p::before {
    transform: translateZ(-10px) rotate(45deg);
    content: "";
    left: -30px;
    width: 80px;
    position: absolute;
    opacity: 0.1;
    background: rgb(176,191,210);
    height: 80px;
    top: -30px;
    z-index: -1;
}.join-list-MK p::after {
    content: "";
    background: linear-gradient(90deg, rgb(176,191,210) 0%, transparent 100%);
    left: 0;
    bottom: -15px;
    height: 2px;
    position: absolute;
    width: 60%;
}.join-list-MK .input_holder {
    transform-style: preserve-3d;
    display: flex;
    position: relative;
    gap: 0;
    flex-direction: column;
    transform: translateZ(40px) translateX(20px) rotate(-2deg);
}.join-list-MK .input_holder::before {
    top: 10px;
    position: absolute;
    transform: translateZ(-10px);
    opacity: 0.03;
    left: -10px;
    content: "";
    width: 100%;
    background: #000000;
    z-index: -1;
    height: 100%;
}.join-list-MK .news-optin-hR {
    padding: 1.5rem;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 18px;
    position: relative;
    outline: none;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.5);
    background: #ffffff;
    border-bottom: none;
    transform: translateZ(10px);
}.join-list-MK .news-optin-hR:focus {
    border-color: rgb(176,191,210);
    box-shadow: 0 0 0 2px rgb(176,191,210,0.5);
}.join-list-MK .inquiry-panel-6R {
    transition: all 0.3s ease;
    font-weight: 600;
    font-size: 19px;
    font-family: Arial, sans-serif;
    position: relative;
    color: #ffffff;
    cursor: pointer;
    border: none;
    padding: 1.5rem;
    overflow: hidden;
    transform: translateZ(20px);
    background: #000000;
}.join-list-MK .inquiry-panel-6R::before {
    background: rgb(176,191,210);
    z-index: -1;
    transition: transform 0.3s ease;
    top: 0;
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    transform: translateY(100%);
    height: 100%;
}.join-list-MK .inquiry-panel-6R:hover {
    color: #ffffff;
}.join-list-MK .inquiry-panel-6R:hover::before {
    transform: translateY(0);
}.join-list-MK .input_holder:hover {
    transform: translateZ(40px) translateX(20px) rotate(0deg);
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

@media (max-width: 992px) {.join-list-MK {
    padding: 5rem 1.5rem;
    transform: perspective(1000px) rotateX(3deg);
}.join-list-MK .class-track-yw {
    grid-template-columns: 1fr;
    gap: 3rem;
}.join-list-MK .input_holder {
    transform: translateZ(30px) translateX(0) rotate(-2deg);
}.join-list-MK .input_holder:hover {
    transform: translateZ(30px) translateX(0) rotate(0deg);
}.join-list-MK p::before {
    left: -20px;
    top: -20px;
    width: 60px;
    height: 60px;
}
}

@media (max-width: 768px) {.join-list-MK {
    padding: 4rem 1.5rem;
    transform: perspective(1000px) rotateX(2deg);
}.join-list-MK p {
    font-size: calc(37px * 0.8);
}.join-list-MK .input_holder {
    transform: translateZ(20px) translateX(0) rotate(-1deg);
}.join-list-MK .input_holder:hover {
    transform: translateZ(20px) translateX(0) rotate(0deg);
}
}

@media (max-width: 576px) {.join-list-MK {
    padding: 3rem 1rem;
    transform: none;
    margin: 4rem 0;
}.join-list-MK p {
    font-size: 23px;
    transform: none;
}.join-list-MK .input_holder {
    transform: none;
}.join-list-MK .input_holder:hover {
    transform: none;
}.join-list-MK .news-optin-hR,
    .join-list-MK .inquiry-panel-6R {
    transform: none;
    padding: 1.2rem 1rem;
}.join-list-MK p::before,
    .join-list-MK .class-track-yw::before,
    .join-list-MK .class-track-yw::after {
    display: none;
}}footer {
    position: relative;
    width: 100%;
}.pledge-block-0z {
    padding: 80px 0 30px;
    overflow: hidden;
    color: #ffffff;
    background-color: #000000;
    position: relative;
    font-family: Arial, sans-serif;
}.pledge-block-0z::before {
    opacity: 0.4;
    content: "";
    height: 500px;
    top: -100px;
    right: -100px;
    position: absolute;
    width: 500px;
    background: repeating-linear-gradient(
        45deg,
        #000000,
        #000000 10px,
        rgba(0, 0, 0, 0.5) 10px,
        rgba(0, 0, 0, 0.5) 20px
    );
    transform: rotate(45deg);
}.pledge-block-0z::after {
    background: repeating-linear-gradient(
        -45deg,
        #000000,
        #000000 15px,
        rgb(136,160,184,0.5) 15px,
        rgb(136,160,184,0.5) 30px
    );
    width: 300px;
    left: -50px;
    opacity: 0.2;
    height: 300px;
    bottom: -50px;
    content: "";
    transform: rotate(30deg);
    position: absolute;
}footer .fund-cta-L9 {
    position: relative;
    z-index: 1;
}footer .connect-today-Hu {
    margin-bottom: 60px;
    border-radius: 0 16px 16px 0;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    background-color: rgba(255, 255, 255, 0.05);
    border-left: 4px solid rgb(176,191,210);
    padding: 30px;
    display: grid;
}footer .info_item {
    align-items: center;
    display: flex;
}footer .info_item svg {
    flex-shrink: 0;
    width: 20px;
    fill: rgb(176,191,210);
    margin-right: 15px;
    height: 20px;
}footer .info_item p,
footer .info_item a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 300;
    transition: color 0.3s ease;
    color: #ffffff;
}footer .info_item a:hover {
    color: rgb(176,191,210);
}footer .text_main_holder {
    gap: 50px;
    display: grid;
    grid-template-columns: 1fr;
}footer .head-sitebar-4N {
    position: relative;
}footer .head-sitebar-4N::after {
    bottom: -30px;
    height: 3px;
    background-color: rgb(176,191,210);
    position: absolute;
    left: 0;
    width: 30%;
    content: "";
}footer .head-sitebar-4N svg {
    margin-bottom: 20px;
    height: 45px;
    filter: brightness(0) invert(1);
    width: auto;
}footer .music-edu-ki {
    max-width: 330px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
}footer .main-master-wA {
    position: relative;
}footer .main-master-wA h5 {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    display: inline-block;
    position: relative;
    font-size: 18px;
    margin-bottom: 25px;
    color: #ffffff;
}footer .main-master-wA h5::after {
    position: absolute;
    content: "";
    width: 40px;
    background-color: rgb(176,191,210);
    left: 0;
    bottom: -10px;
    height: 3px;
}footer .nav-learn-FI {
    margin-bottom: 30px;
}footer .nav-learn-FI a {
    padding: 8px 0;
    color: rgba(255, 255, 255, 0.7);
    position: relative;
    font-size: 14px;
    text-decoration: none;
    margin-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    display: block;
    transition: all 0.3s ease;
}footer .nav-learn-FI a:hover {
    border-bottom-color: rgb(176,191,210,0.5);
    color: #ffffff;
    padding-left: 10px;
}footer .subscribe_holder {
    background-color: rgba(0, 0, 0, 0.2);
    position: relative;
    border-radius: 16px;
    padding: 35px;
}footer .subscribe_holder::before {
    content: "";
    bottom: 0;
    top: 0;
    position: absolute;
    background: linear-gradient(135deg, rgb(176,191,210,0.5), transparent);
    left: 0;
    opacity: 0.1;
    right: 0;
    border-radius: 16px;
}footer .subscribe_holder h5 {
    font-weight: 700;
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}footer .subscribe_holder p {
    font-size: 14px;
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.7;
}footer .input_holder {
    flex-direction: column;
    position: relative;
    display: flex;
    gap: 15px;
}footer .input_holder input[type="email"] {
    border-radius: 10px;
    color: #ffffff;
    padding: 15px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: rgba(255, 255, 255, 0.05);
    font-size: 14px;
}footer .input_holder input[type="email"]:focus {
    background-color: rgba(255, 255, 255, 0.1);
    outline: none;
    border-color: rgb(176,191,210);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .start-classes-yu {
    color: #ffffff;
    position: relative;
    text-transform: uppercase;
    transition: all 0.3s ease;
    border: none;
    display: inline-block;
    background-color: rgb(176,191,210);
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
    font-size: 19px;
    border-radius: 10px;
    padding: 15px 20px;
    overflow: hidden;
}footer .start-classes-yu::after {
    transform: rotate(45deg);
    width: 30px;
    position: absolute;
    left: -100px;
    top: -100px;
    height: 300px;
    transition: all 0.7s ease;
    background-color: rgba(255, 255, 255, 0.2);
    content: "";
}footer .start-classes-yu:hover {
    background-color: rgb(136,160,184);
}footer .start-classes-yu:hover::after {
    left: 120%;
}footer .hackathon-oz {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 60px;
    padding-top: 20px;
}footer .footer-disclaimer-oV {
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
}

@keyframes pulseLight {
    0% {
        opacity: 0.1;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 0.1;
    }
}

@media (min-width: 768px) {footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .input_holder {
    align-items: stretch;
    flex-direction: row;
}footer .start-classes-yu {
    white-space: nowrap;
}
}

@media (max-width: 767px) {footer .pledge-block-0z {
    padding: 60px 0 30px;
}footer .connect-today-Hu {
    padding: 20px;
    margin-bottom: 40px;
    grid-template-columns: 1fr;
}footer .main-master-wA h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
}footer .main-master-wA h5::after {
    bottom: -8px;
}footer .subscribe_holder {
    padding: 25px 20px;
}footer .hackathon-oz {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .pledge-block-0z {
    padding: 50px 0 20px;
}footer .connect-today-Hu {
    margin-bottom: 30px;
    padding: 15px;
}footer .head-sitebar-4N::after {
    width: 50px;
}footer .main-master-wA h5, footer .subscribe_holder h5 {
    font-size: calc(18px - 2px);
}footer .subscribe_holder p, footer .nav-learn-FI a, footer .info_item p, footer .info_item a {
    font-size: calc(14px - 1px);
}footer .subscribe_holder {
    padding: 20px 15px;
}footer .input_holder input[type="email"],
    footer .start-classes-yu {
    padding: 12px 15px;
}}.user-feedback-VO {
    position: relative;
    padding: 7rem 1rem;
    background: rgb(215,222,236);
    overflow: hidden;
}.user-feedback-VO::before {
    clip-path: polygon(0 0, 100% 0, 100% 60%, 0 30%);
    width: 100%;
    left: 0;
    background: linear-gradient(0deg, transparent 40%, rgb(176,191,210,0.5) 100%);
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
}.user-feedback-VO::after {
    bottom: 0;
    width: 100%;
    content: "";
    right: 0;
    height: 100%;
    clip-path: polygon(0 70%, 100% 90%, 100% 100%, 0 100%);
    position: absolute;
    background: linear-gradient(180deg, transparent 50%, rgb(136,160,184,0.5) 100%);
}.user-feedback-VO .container {
    z-index: 2;
    position: relative;
}.user-feedback-VO h2 {
    width: fit-content;
    color: #000000;
    font-size: 33px;
    text-align: left;
    position: relative;
    padding: 1rem 0;
    font-weight: 700;
    margin-bottom: 4rem;
}.user-feedback-VO h2::before {
    left: -20px;
    content: "";
    transform: skewY(45deg);
    top: 0;
    width: 5px;
    position: absolute;
    background: rgb(176,191,210);
    height: 100%;
}.user-feedback-VO h2::after {
    height: 3px;
    bottom: 0;
    left: 0;
    width: 80%;
    content: "";
    background: rgb(136,160,184);
    position: absolute;
}.user-feedback-VO .opinion-hub-qa {
    gap: 5rem;
    display: flex;
    margin: 0 auto;
    flex-direction: column;
    max-width: 800px;
}.user-feedback-VO .review-carousel-eW {
    flex-direction: column;
    padding: 2.5rem 2rem 2rem;
    border-radius: 26px;
    background: #ffffff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateY(0);
    display: flex;
}.user-feedback-VO .review-carousel-eW:nth-child(odd) {
    transform: translateX(-30px);
    align-self: flex-start;
}.user-feedback-VO .review-carousel-eW:nth-child(even) {
    align-self: flex-end;
    transform: translateX(30px);
}.user-feedback-VO .review-carousel-eW:hover {
    transform: translateY(-10px) translateX(0);
}.user-feedback-VO .review-carousel-eW::before {
    width: 100%;
    background: rgb(176,191,210,0.5);
    transition: all 0.3s ease;
    z-index: -1;
    position: absolute;
    top: 15px;
    left: 15px;
    height: 100%;
    border-radius: 26px;
    content: "";
}.user-feedback-VO .review-carousel-eW:hover::before {
    top: 10px;
    left: 10px;
    background: rgb(136,160,184,0.5);
}.user-feedback-VO .review-carousel-eW img {
    height: 70px;
    border: 4px solid #ffffff;
    position: absolute;
    object-fit: cover;
    width: 70px;
    top: -25px;
    left: 25px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
}.user-feedback-VO .review-carousel-eW p {
    color: #000000;
    padding-left: 60px;
    font-size: calc(15px + 0.1rem);
    margin: 0.5rem 0;
    font-weight: 600;
}.user-feedback-VO .review-carousel-eW .description {
    margin-top: 1rem;
    padding: 1.5rem 0 0.5rem;
    position: relative;
    font-weight: 400;
    color: #000000;
    line-height: 1.7;
    font-size: 15px;
    border-top: 1px solid rgb(215,222,236);
}.user-feedback-VO .review-carousel-eW .description::before {
    content: "";
    line-height: 1;
    font-size: 3rem;
    position: absolute;
    top: 0.5rem;
    left: 0;
    color: rgb(176,191,210,0.5);
}.user-feedback-VO .review-carousel-eW .description::after {
    right: 0;
    font-size: 3rem;
    line-height: 1;
    bottom: -1.5rem;
    content: "";
    color: rgb(176,191,210,0.5);
    position: absolute;
}

@media (max-width: 991px) {.user-feedback-VO {
    padding: 5rem 1rem;
}.user-feedback-VO .opinion-hub-qa {
    gap: 4rem;
}
}

@media (max-width: 767px) {.user-feedback-VO h2 {
    font-size: calc(33px - 0.3rem);
    margin-bottom: 3rem;
}.user-feedback-VO .opinion-hub-qa {
    gap: 3.5rem;
}.user-feedback-VO .review-carousel-eW:nth-child(odd),
    .user-feedback-VO .review-carousel-eW:nth-child(even) {
    align-self: center;
    transform: none;
    width: 100%;
}.user-feedback-VO .review-carousel-eW:hover {
    transform: translateY(-5px);
}.user-feedback-VO .review-carousel-eW p {
    padding-left: 50px;
}}header {
    background: 
        linear-gradient(170deg, 
            #000000 0%,
            rgb(176,191,210,0.5) 100%);
    top: 0;
    position: fixed;
    overflow: hidden;
    left: 0;
    background: #000000;
    width: 100%;
    z-index: 1000;
}header::before {
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 10px,
            rgb(136,160,184,0.5) 10px,
            rgb(136,160,184,0.5) 11px
        );
    left: 0;
    width: 100%;
    content: "";
    top: 0;
    z-index: 1;
    height: 100%;
    position: absolute;
    opacity: 0.03;
}header::after {
    position: absolute;
    background-size: 200% 100%;
    background: linear-gradient(90deg, 
        rgb(176,191,210),
        rgb(136,160,184),
        rgb(176,191,210));
    z-index: 5;
    animation: gradient-shift 8s linear infinite;
    height: 5px;
    top: 0;
    left: 0;
    width: 100%;
    content: "";
}header .container {
    align-items: center;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0;
}header .header-edu-Vu {
    position: relative;
    flex-direction: column;
    align-items: center;
    z-index: 2;
    display: flex;
    width: 100%;
    padding-top: 1.5rem;
}header .nav-train-Ec {
    text-decoration: none;
    display: flex;
    margin-bottom: 2rem;
    position: relative;
    justify-content: center;
    padding: 0.5rem 2rem;
    z-index: 3;
}header .nav-train-Ec::before {
    bottom: -10px;
    background: linear-gradient(90deg, 
        transparent 0%,
        rgb(136,160,184,0.5) 20%,
        rgb(136,160,184) 50%,
        rgb(136,160,184,0.5) 80%,
        transparent 100%);
    width: 160%;
    left: -30%;
    height: 1px;
    content: "";
    position: absolute;
}header .nav-train-Ec::after {
    content: "";
    animation: orb-float 5s ease-in-out infinite alternate;
    opacity: 0.5;
    height: 40px;
    position: absolute;
    border-radius: 50%;
    filter: blur(20px);
    background: rgb(176,191,210,0.5);
    z-index: -1;
    width: 40px;
}header .nav-train-Ec svg {
    width: auto;
    position: relative;
    z-index: 2;
    height: 48px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    filter: drop-shadow(0 0 8px rgb(176,191,210,0.5));
}header .nav-train-Ec:hover svg {
    filter: drop-shadow(0 0 12px rgb(176,191,210));
    transform: scale(1.08);
}header .main-master-wA {
    gap: 1rem;
    display: flex;
    width: 100vw;
    scrollbar-width: none;
    padding: 1rem 0;
    overflow-x: auto;
    mask-image: linear-gradient(90deg, 
        transparent 0%,
        #000 5%,
        #000 95%,
        transparent 100%);
    position: relative;
    background: linear-gradient(to bottom, 
        #000000 0%,
        rgba(0, 0, 0, 0.5) 100%);
    justify-content: center;
}header .main-master-wA::-webkit-scrollbar {
    display: none;
}header .main-master-wA::before {
    position: absolute;
    content: "";
    background: rgb(176,191,210,0.5);
    width: 100%;
    left: 0;
    height: 1px;
    top: 0;
}header .main-mentor-L4 {
    padding: 0.6rem 1.8rem;
    text-decoration: none;
    border: 1px solid rgb(176,191,210,0.5);
    position: relative;
    font-weight: 400;
    border-radius: 13px;
    font-family: Arial, sans-serif;
    overflow: hidden;
    transition: all 0.3s ease;
    font-size: 16px;
    white-space: nowrap;
    color: #ffffff;
    letter-spacing: 0.5px;
    background: linear-gradient(135deg,
        #000000 0%,
        rgba(0, 0, 0, 0.5) 100%);
}header .main-mentor-L4::before {
    position: absolute;
    left: -100%;
    opacity: 0.5;
    height: 100%;
    background: linear-gradient(90deg,
        transparent,
        rgb(136,160,184,0.5),
        transparent);
    transition: left 0.5s ease;
    top: 0;
    width: 100%;
    content: "";
}header .main-mentor-L4::after {
    content: "";
    background: rgb(136,160,184);
    width: 8px;
    height: 8px;
    position: absolute;
    right: 12px;
    transition: transform 0.3s ease;
    top: 50%;
    box-shadow: 0 0 10px rgb(136,160,184);
    border-radius: 50%;
    transform: translateY(-50%) scale(0);
}header .main-mentor-L4:hover {
    color: rgb(136,160,184);
    transform: translateY(-2px);
    border-color: rgb(136,160,184);
    box-shadow: 0 0 15px rgb(176,191,210,0.5),
                inset 0 0 10px rgb(176,191,210,0.5);
}header .main-mentor-L4:hover::before {
    left: 100%;
}header .main-mentor-L4:hover::after {
    transform: translateY(-50%) scale(1);
}

@keyframes gradient-shift {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 200% 50%;
    }
}

@keyframes orb-float {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(30px, 10px);
    }
}

@media (max-width: 991px) {header .nav-train-Ec {
    margin-bottom: 1.5rem;
}header .nav-train-Ec svg {
    height: 42px;
}header .main-mentor-L4 {
    padding: 0.5rem 1.5rem;
    font-size: calc(16px - 1px);
}
}

@media (max-width: 767px) {header .header-edu-Vu {
    padding-top: 1rem;
}header .nav-train-Ec {
    margin-bottom: 1rem;
}header .nav-train-Ec svg {
    height: 36px;
}header .main-master-wA {
    justify-content: flex-start;
    padding: 0.8rem 0;
}header .main-mentor-L4 {
    font-size: calc(16px - 2px);
    margin: 0 0.2rem;
    padding: 0.4rem 1.2rem;
}header .main-mentor-L4:first-child {
    margin-left: 1rem;
}header .main-mentor-L4:last-child {
    margin-right: 1rem;
}header .main-mentor-L4::after {
    height: 6px;
    width: 6px;
    right: 8px;
}}.trackingPolicyPanel-59 {
    animation: slideUp 0.5s forwards;
    bottom: 0;
    padding: 20px 0;
    background: rgb(136,160,184);
    transition: transform 0.3s ease-in-out;
    position: fixed;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    transform: translateY(100%);
    width: 100%;
    z-index: 90;
    border-top: 3px solid rgb(136,160,184);
}@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}
#cookieUsagePrompt-vJ {
    display: none;
}#cookieUsagePrompt-vJ:checked ~ .trackingPolicyPanel-59 {
    opacity: 0;
    visibility: hidden;
}.track-switch-cN {
    display: flex;
    align-items: center;
    padding: 20px 5%;
    gap: 20px;
    justify-content: space-between;
}.trackingPolicyPanel-59 h5 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: Arial, sans-serif;
    font-size: 20px;
    color: #ffffff;
    font-weight: 700;
}.trackingPolicyPanel-59 p {
    line-height: 1.5;
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-size: 15px;
}.accept-cookies-G9 {
    margin-right: 15px;
    filter: drop-shadow(0 0 10px rgb(176,191,210));
    align-items: center;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
}.accept-cookies-G9 svg {
    height: 80px;
    transition: transform 0.3s ease-in-out;
    fill: rgb(176,191,210);
    width: 80px;
}.accept-cookies-G9:hover svg {
    transform: scale(1.1);
}.data-control-ik {
    min-width: 140px;
    flex-shrink: 0;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    border-radius: 30px;
    font-size: 16px;
    text-align: center;
    box-shadow: 0 0 15px rgb(176,191,210);
    margin-left: 10px;
    text-decoration: none;
    white-space: nowrap;
    padding: 10px 20px;
    background: linear-gradient(90deg, rgb(176,191,210), rgb(136,160,184));
    line-height: 40px;
    cursor: pointer;
    color: #000000;
}.data-control-ik:hover {
    box-shadow: 0 0 20px rgb(136,160,184);
}.cookie_button.policy-ack-BM {
    border: 2px solid rgb(136,160,184);
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5);
}.cookie_button.policy-ack-BM:hover {
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px rgb(136,160,184);
}.trackingPolicyPanel-59 p a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: rgb(176,191,210);
}.trackingPolicyPanel-59 p a:hover {
    color: rgb(136,160,184);
}
@media only screen and (max-width: 1200px) {.trackingPolicyPanel-59 {
    padding: 15px 0;
}.track-switch-cN {
    padding: 15px 5%;
}
}
@media only screen and (max-width: 800px) {.accept-cookies-G9 {
    display: none;
}.track-switch-cN {
    text-align: center;
    flex-direction: column;
    align-items: center;
}.trackingPolicyPanel-59 h5 {
    margin-bottom: 5px;
    font-size: 18px;
}.visitor-acceptance-8l {
    margin-bottom: 15px;
}.data-control-ik {
    margin: 10px 0;
    min-width: 100%;
}}
.contact-box-MQ {
    background: rgb(215,222,236);
    overflow: hidden;
    position: relative;
    padding: 110px 0;
}.contact-box-MQ::before {
    width: 100%;
    height: 100%;
    background-size: 50px 50px;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 0;
    content: "";
    opacity: 0.3;
    background: 
        linear-gradient(0deg, transparent 24%, rgb(176,191,210,0.5) 25%, rgb(176,191,210,0.5) 26%, transparent 27%, transparent 74%, rgb(176,191,210,0.5) 75%, rgb(176,191,210,0.5) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, rgb(176,191,210,0.5) 25%, rgb(176,191,210,0.5) 26%, transparent 27%, transparent 74%, rgb(176,191,210,0.5) 75%, rgb(176,191,210,0.5) 76%, transparent 77%, transparent);
}.contact-box-MQ .thumb-EB {
    opacity: 0.05;
    filter: saturate(0) contrast(1.2);
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
    top: 0;
    left: 0;
}.contact-box-MQ::after {
    width: 100%;
    content: "";
    background: radial-gradient(circle at center, transparent 50%, rgb(215,222,236) 100%);
    position: absolute;
    left: 0;
    z-index: 1;
    height: 100%;
    top: 0;
}.contact-box-MQ .container {
    padding: 0 20px;
    margin: 0 auto;
    z-index: 5;
    position: relative;
    max-width: 1200px;
}.contact-box-MQ h3 {
    position: relative;
    color: #000000;
    text-align: center;
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 50px;
}.contact-box-MQ h3::before {
    width: 6px;
    content: "";
    transform: translateX(-50%);
    position: absolute;
    border-radius: 50%;
    top: -15px;
    height: 6px;
    background: rgb(176,191,210);
    left: 50%;
}.contact-box-MQ h3::after {
    transform: translateX(-50%);
    background: rgb(176,191,210);
    position: absolute;
    content: "";
    border-radius: 50%;
    left: 50%;
    height: 6px;
    width: 6px;
    bottom: -15px;
}.feedback-block-k3 {
    position: relative;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    z-index: 10;
    border-radius: 50px;
    backdrop-filter: blur(5px);
    display: flex;
}.feedback-block-k3::before {
    right: -150px;
    height: 300px;
    top: -150px;
    border-radius: 50%;
    filter: blur(70px);
    background: rgb(176,191,210,0.5);
    content: "";
    z-index: 0;
    position: absolute;
    width: 300px;
}.feedback-block-k3::after {
    z-index: 0;
    content: "";
    height: 300px;
    filter: blur(70px);
    bottom: -150px;
    background: rgb(136,160,184,0.5);
    left: -150px;
    border-radius: 50%;
    position: absolute;
    width: 300px;
}.feedback-block-k3 .reach-inquiry-aX {
    float: left;
    z-index: 1;
    width: 60%;
    position: relative;
    padding: 70px;
}.feedback-block-k3 .reach-inquiry-aX h3 {
    font-size: 19px;
    text-align: left;
    color: #000000;
    margin-bottom: 40px;
    font-weight: 600;
}.feedback-block-k3 .reach-inquiry-aX h3::before,
.feedback-block-k3 .reach-inquiry-aX h3::after {
    display: none;
}.feedback-block-k3 .reach-inquiry-aX h3::before {
    background: rgb(176,191,210);
    position: absolute;
    left: 0;
    content: "";
    height: 2px;
    bottom: -15px;
    width: 30px;
}.feedback-block-k3 .reach-inquiry-aX form {
    flex-direction: column;
    display: flex;
}.feedback-block-k3 .reach-inquiry-aX input[type="text"],
.feedback-block-k3 .reach-inquiry-aX textarea {
    border-radius: 30px;
    font-size: 18px;
    transition: all 0.3s ease;
    width: 100%;
    padding: 20px 25px;
    margin-bottom: 25px;
    font-family: Arial, sans-serif;
    background: rgba(245, 245, 245, 0.7);
    border: none;
}.feedback-block-k3 .reach-inquiry-aX input[type="text"]:focus,
.feedback-block-k3 .reach-inquiry-aX textarea:focus {
    background: rgba(245, 245, 245, 1);
    outline: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}.feedback-block-k3 .reach-inquiry-aX textarea {
    min-height: 160px;
    resize: vertical;
    border-radius: 25px;
}.feedback-block-k3 .reach-inquiry-aX .query-support-Cg {
    margin-bottom: 35px;
    display: flex;
    position: relative;
    align-items: flex-start;
}.feedback-block-k3 .reach-inquiry-aX .query-support-Cg input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.feedback-block-k3 .reach-inquiry-aX .query-support-Cg label {
    line-height: 1.5;
    font-size: calc(18px - 2px);
    position: relative;
    color: #000000;
    cursor: pointer;
    padding-left: 35px;
}.feedback-block-k3 .reach-inquiry-aX .query-support-Cg label::before {
    left: 0;
    border-radius: 50%;
    content: "";
    transition: all 0.3s ease;
    width: 22px;
    height: 22px;
    background: rgba(245, 245, 245, 0.7);
    top: 2px;
    position: absolute;
}.feedback-block-k3 .reach-inquiry-aX .query-support-Cg input[type="checkbox"]:checked + label::before {
    background: rgb(176,191,210);
}.feedback-block-k3 .reach-inquiry-aX .query-support-Cg input[type="checkbox"]:checked + label::after {
    position: absolute;
    height: 10px;
    content: "";
    top: 6px;
    width: 6px;
    left: 8px;
    border-width: 0 2px 2px 0;
    border: solid #ffffff;
    transform: rotate(45deg);
}.feedback-block-k3 .reach-inquiry-aX .query-support-Cg a {
    position: relative;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    color: rgb(176,191,210);
}.feedback-block-k3 .reach-inquiry-aX .query-support-Cg a:hover {
    color: rgb(136,160,184);
}.feedback-block-k3 .reach-inquiry-aX .inquiry-panel-6R {
    font-size: 18px;
    padding: 18px 40px;
    border-radius: 30px;
    border: none;
    background: rgb(176,191,210);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: inline-block;
    font-weight: 600;
    z-index: 1;
    align-self: flex-start;
    cursor: pointer;
    overflow: hidden;
    color: #ffffff;
    position: relative;
}.feedback-block-k3 .reach-inquiry-aX .inquiry-panel-6R:hover {
    background: rgb(136,160,184);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}.feedback-block-k3 .reach-grid-TW {
    position: relative;
    background: rgb(215,222,236);
    width: 40%;
    float: left;
    z-index: 1;
    padding: 70px 50px;
}.feedback-block-k3 .reach-grid-TW::before {
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(176,191,210,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(136,160,184,0.5) 0%, transparent 30%);
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}.feedback-block-k3 .reach-grid-TW h4 {
    margin-bottom: 40px;
    color: #000000;
    font-size: 19px;
    position: relative;
    font-weight: 600;
}.feedback-block-k3 .reach-grid-TW h4::after {
    background: rgb(176,191,210);
    position: absolute;
    content: "";
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 30px;
}.feedback-block-k3 .reach-grid-TW .support-feedback-aZ {
    margin: 0;
    list-style: none;
    padding: 0;
}.feedback-block-k3 .reach-grid-TW .support-feedback-aZ li {
    display: flex;
    align-items: center;
    backdrop-filter: blur(5px);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.7);
    transition: all 0.3s ease;
    padding: 20px;
    margin-bottom: 30px;
}.feedback-block-k3 .reach-grid-TW .support-feedback-aZ li:last-child {
    margin-bottom: 0;
}.feedback-block-k3 .reach-grid-TW .support-feedback-aZ li:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 0.9);
}.feedback-block-k3 .reach-grid-TW .support-feedback-aZ li svg {
    transition: all 0.3s ease;
    height: 26px;
    flex-shrink: 0;
    margin-right: 15px;
    width: 26px;
}.feedback-block-k3 .reach-grid-TW .support-feedback-aZ li:hover svg {
    transform: scale(1.2);
}.feedback-block-k3 .reach-grid-TW .support-feedback-aZ li svg path {
    transition: all 0.3s ease;
    fill: rgb(176,191,210);
}.feedback-block-k3 .reach-grid-TW .support-feedback-aZ li:hover svg path {
    fill: rgb(136,160,184);
}.feedback-block-k3 .reach-grid-TW .support-feedback-aZ li span {
    color: #000000;
    font-size: 18px;
    line-height: 1.5;
}.feedback-block-k3 .reach-grid-TW .support-feedback-aZ li a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: #000000;
}.feedback-block-k3 .reach-grid-TW .support-feedback-aZ li a:hover {
    color: rgb(176,191,210);
}

@media screen and (max-width: 992px) {.contact-box-MQ {
    padding: 80px 0;
}.feedback-block-k3 {
    border-radius: 30px;
    display: block;
}.feedback-block-k3 .reach-inquiry-aX,
    .feedback-block-k3 .reach-grid-TW {
    width: 100%;
    padding: 50px;
    float: none;
}
}

@media screen and (max-width: 768px) {.contact-box-MQ {
    padding: 60px 0;
}.contact-box-MQ h3 {
    font-size: calc(36px - 4px);
}.feedback-block-k3 {
    border-radius: 25px;
}.feedback-block-k3 .reach-inquiry-aX,
    .feedback-block-k3 .reach-grid-TW {
    padding: 40px 30px;
}.feedback-block-k3 .reach-inquiry-aX input[type="text"],
    .feedback-block-k3 .reach-inquiry-aX textarea {
    border-radius: 20px;
    padding: 15px 20px;
}.feedback-block-k3 .reach-inquiry-aX .inquiry-panel-6R {
    padding: 15px 30px;
    width: 100%;
    text-align: center;
}.feedback-block-k3 .reach-grid-TW .support-feedback-aZ li {
    padding: 15px;
    border-radius: 15px;
}
}

@media screen and (max-width: 480px) {.contact-box-MQ {
    padding: 40px 0;
}.feedback-block-k3 {
    border-radius: 20px;
}.feedback-block-k3 .reach-inquiry-aX,
    .feedback-block-k3 .reach-grid-TW {
    padding: 30px 20px;
}
}