* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}svg {
    width: 30px;
    height: 30px;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1231px;
}html,body {
    height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
    min-height: 100%;
    scroll-behavior: auto;
}a {
    color: inherit;
    text-decoration: none;
}.subscr-info-N7 {
    flex: 0 0 auto;
}.nav-sitebar-4x {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}.segment-wrapper-5a {
    flex-direction: column;
    height: 100%;
    min-height: 100%;
    display: flex;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.course-candidates-Ih {
    padding: 130px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(211,209,202) 0%, rgba(0, 0, 0, 0.5) 100%);
}.course-candidates-Ih::before {
    background: 
        linear-gradient(45deg, rgb(193,174,174,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(164,106,121,0.5) 25%, transparent 25%);
    position: absolute;
    background-size: 60px 60px;
    height: 100%;
    opacity: 0.05;
    left: 0;
    content: "";
    top: 0;
    width: 100%;
    z-index: 0;
}.course-candidates-Ih .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
    z-index: 1;
}.course-candidates-Ih .teach-method-F3 {
    position: relative;
}.course-candidates-Ih h4 {
    font-size: 34px;
    position: relative;
    font-weight: 700;
    padding-bottom: 20px;
    color: #000000;
    margin-bottom: 70px;
    text-align: center;
}.course-candidates-Ih h4::after {
    border-radius: 2px;
    width: 70px;
    transform: translateX(-50%);
    position: absolute;
    background: linear-gradient(90deg, rgb(193,174,174), rgb(164,106,121));
    left: 50%;
    content: "";
    height: 4px;
    bottom: 0;
}.course-candidates-Ih div {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}.course-candidates-Ih div p {
    font-size: 12px;
    min-width: 280px;
    position: relative;
    line-height: 1.6;
    margin: 0;
    transition: all 0.3s ease;
    flex: 0 0 calc(33.333% - 20px);
    background: #ffffff;
    color: #000000;
    z-index: 1;
    border-radius: 16px;
    padding: 25px 25px 25px 75px;
}.course-candidates-Ih div p::before {
    opacity: 0.4;
    left: 5px;
    border: 1px solid rgb(193,174,174,0.5);
    height: calc(100% - 10px);
    width: calc(100% - 10px);
    position: absolute;
    top: 5px;
    transition: all 0.3s ease;
    background: #ffffff;
    content: "";
    z-index: -1;
    border-radius: calc(16px - 5px);
}.course-candidates-Ih div p::after {
    position: absolute;
    height: calc(100% - 20px);
    width: calc(100% - 20px);
    content: "";
    top: 10px;
    left: 10px;
    border-radius: calc(16px - 10px);
    background: #ffffff;
    transition: all 0.3s ease;
    opacity: 0.2;
    border: 1px solid rgb(164,106,121,0.5);
    z-index: -2;
}.course-candidates-Ih div p:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}.course-candidates-Ih div p:hover::before {
    left: 10px;
    top: 10px;
}.course-candidates-Ih div p:hover::after {
    left: 15px;
    top: 15px;
}.course-candidates-Ih div p svg {
    background: rgb(211,209,202);
    border-radius: 50%;
    left: 25px;
    position: absolute;
    top: 25px;
    width: 35px;
    transition: all 0.3s ease;
    height: 35px;
    padding: 8px;
}.course-candidates-Ih div p:hover svg {
    background: rgb(193,174,174,0.5);
    transform: rotate(15deg);
}.course-candidates-Ih div p svg path {
    transition: all 0.3s ease;
    fill: rgb(193,174,174);
}.course-candidates-Ih div p:hover svg path {
    fill: rgb(164,106,121);
}

@media (max-width: 991px) {.course-candidates-Ih {
    padding: 100px 0;
}.course-candidates-Ih h4 {
    font-size: calc(34px - 2px);
    margin-bottom: 60px;
}.course-candidates-Ih div {
    gap: 25px;
}.course-candidates-Ih div p {
    flex: 0 0 calc(50% - 15px);
    padding: 20px 20px 20px 65px;
    min-width: 250px;
}.course-candidates-Ih div p svg {
    left: 20px;
    height: 30px;
    width: 30px;
    top: 20px;
}
}

@media (max-width: 767px) {.course-candidates-Ih {
    padding: 80px 0;
}.course-candidates-Ih h4 {
    font-size: calc(34px - 4px);
    margin-bottom: 50px;
}.course-candidates-Ih div {
    gap: 20px;
}.course-candidates-Ih div p {
    flex: 0 0 100%;
    padding: 18px 18px 18px 60px;
}.course-candidates-Ih div p svg {
    height: 28px;
    width: 28px;
}
}

@media (max-width: 479px) {.course-candidates-Ih {
    padding: 60px 0;
}.course-candidates-Ih h4 {
    padding-bottom: 15px;
    margin-bottom: 40px;
    font-size: calc(34px - 6px);
}.course-candidates-Ih div {
    gap: 15px;
}.course-candidates-Ih div p {
    font-size: calc(12px - 1px);
    padding: 15px 15px 15px 55px;
}.course-candidates-Ih div p svg {
    left: 15px;
    height: 25px;
    padding: 6px;
    width: 25px;
    top: 15px;
}}header {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    background: linear-gradient(to bottom, rgb(211,209,202), #ffffff);
    position: relative;
    z-index: 100;
    width: 100%;
    padding: 1.2rem 0;
}header::before {
    top: 0;
    left: 0;
    opacity: 0.5;
    background: linear-gradient(45deg, 
        transparent 65%, 
        rgb(193,174,174,0.5) 65%, 
        rgb(193,174,174,0.5) 70%, 
        transparent 70%),
        linear-gradient(135deg, 
        transparent 75%, 
        rgb(164,106,121,0.5) 75%, 
        rgb(164,106,121,0.5) 80%, 
        transparent 80%);
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 0;
}header .container {
    padding: 0 3%;
    width: 100%;
    max-width: 100%;
    margin: 0;
    position: relative;
    z-index: 1;
}header .head-nav-8J {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}header .main-mainbar-9x {
    align-items: center;
    border-radius: 29px;
    position: relative;
    display: flex;
    background: linear-gradient(135deg, rgb(193,174,174,0.5), rgb(164,106,121,0.5));
    transition: all 0.3s ease;
    text-decoration: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    padding: 0.5rem 1.5rem;
}header .main-mainbar-9x::before {
    position: absolute;
    top: -50%;
    transition: opacity 0.3s ease;
    opacity: 0;
    height: 200%;
    width: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
    left: -50%;
    content: '';
}header .main-mainbar-9x:hover::before {
    opacity: 1;
}header .main-mainbar-9x svg {
    height: auto;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    transition: all 0.3s ease;
    width: 150px;
}header .main-mainbar-9x:hover svg {
    transform: scale(1.03);
}header .main-guide-px {
    gap: 0.6rem;
    margin-top: 0.5rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 800px;
    width: 100%;
}header .main-core-KR {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.03);
    font-family: Arial, sans-serif;
    text-decoration: none;
    border-radius: 10px;
    background: #ffffff;
    overflow: hidden;
    z-index: 1;
    color: #000000;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    padding: 0.6rem 1.2rem;
    transition: all 0.3s ease;
    position: relative;
}header .main-core-KR::before {
    transition: transform 0.3s ease;
    background: linear-gradient(to right, rgb(193,174,174), rgb(164,106,121));
    transform-origin: left;
    content: '';
    transform: scaleX(0);
    width: 100%;
    left: 0;
    position: absolute;
    height: 3px;
    top: 0;
}header .main-core-KR:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    color: rgb(193,174,174);
    transform: translateY(-3px);
}header .main-core-KR:hover::before {
    transform: scaleX(1);
}

@media (max-width: 991px) {header {
    padding: 1rem 0;
}header .main-mainbar-9x {
    padding: 0.5rem 1.2rem;
}header .main-mainbar-9x svg {
    width: 140px;
}header .main-guide-px {
    gap: 0.5rem;
}header .main-core-KR {
    padding: 0.5rem 1rem;
}
}

@media (max-width: 767px) {header .head-nav-8J {
    gap: 1.5rem;
}header .main-mainbar-9x {
    padding: 0.4rem 1rem;
}header .main-mainbar-9x svg {
    width: 130px;
}header .main-guide-px {
    gap: 0.5rem;
}header .main-core-KR {
    padding: 0.5rem 0.9rem;
    font-size: calc(14px - 1px);
}
}

@media (max-width: 480px) {header {
    padding: 1rem 0;
}header .head-nav-8J {
    gap: 1rem;
}header .main-mainbar-9x svg {
    width: 120px;
}header .main-guide-px {
    flex-wrap: nowrap;
    padding-bottom: 10px;
    gap: 0.4rem;
    overflow-x: auto;
    justify-content: flex-start;
}header .main-guide-px::-webkit-scrollbar {
    height: 3px;
}header .main-guide-px::-webkit-scrollbar-thumb {
    background: rgb(193,174,174);
    border-radius: 10px;
}header .main-core-KR {
    flex-shrink: 0;
    margin-right: 2px;
    white-space: nowrap;
}}.get-in-touch-7O {
    background: linear-gradient(125deg, rgb(211,209,202) 0%, rgb(211,209,202) 60%, rgb(193,174,174,0.5) 100%);
    overflow: hidden;
    padding: 110px 0;
    position: relative;
}.get-in-touch-7O::before {
    width: 50%;
    opacity: 0.05;
    height: 100%;
    top: 0;
    background: repeating-radial-gradient(
        circle at 80% 50%,
        rgb(193,174,174,0.5),
        rgb(193,174,174,0.5) 1px,
        transparent 1px,
        transparent 15px
    );
    position: absolute;
    content: "";
    right: 0;
}.get-in-touch-7O .container {
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    z-index: 1;
}.get-in-touch-7O h2 {
    margin-bottom: 50px;
    font-weight: 700;
    font-size: 32px;
    color: #000000;
    position: relative;
    font-family: Arial, sans-serif;
    text-align: center;
}.get-in-touch-7O h2::before {
    border-radius: 2px;
    height: 4px;
    position: absolute;
    left: 50%;
    width: 60px;
    content: "";
    background: rgb(193,174,174);
    bottom: -15px;
    transform: translateX(-50%);
}.get-in-touch-7O .query-section-t5 {
    display: grid;
    gap: 40px;
    position: relative;
    align-items: center;
    background: transparent;
    grid-template-columns: 1fr 450px;
}.get-in-touch-7O .img-img-AR {
    position: relative;
    transform: perspective(1000px) rotateY(-5deg);
    transition: transform 0.5s ease;
    height: 550px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    border-radius: 22px;
}.get-in-touch-7O .img-img-AR:hover {
    transform: perspective(1000px) rotateY(0deg);
}.get-in-touch-7O .query-feedback-AN {
    position: relative;
    background: #ffffff;
    padding: 50px;
    transition: transform 0.5s ease;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    border-radius: 22px;
    transform: perspective(1000px) rotateY(5deg);
}.get-in-touch-7O .query-feedback-AN:hover {
    transform: perspective(1000px) rotateY(0deg);
}.get-in-touch-7O form {
    width: 100%;
}.get-in-touch-7O form h3 {
    font-weight: 600;
    color: #000000;
    font-size: 24px;
    font-family: Arial, sans-serif;
    margin-bottom: 30px;
}.get-in-touch-7O form input[type="text"] {
    font-family: Arial, sans-serif;
    font-size: 18px;
    transition: all 0.3s ease;
    padding: 16px 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    background: rgb(211,209,202);
    width: 100%;
    color: #000000;
    border: none;
}.get-in-touch-7O form input[type="text"]:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgb(193,174,174);
}.get-in-touch-7O form input[type="text"]::placeholder {
    opacity: 0.5;
    color: #000000;
}.get-in-touch-7O .help-grid-hd {
    display: flex;
    margin-bottom: 30px;
    align-items: flex-start;
}.get-in-touch-7O .help-grid-hd input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.get-in-touch-7O .help-grid-hd label {
    line-height: 1.5;
    cursor: pointer;
    padding-left: 35px;
    color: #000000;
    font-size: 14px;
    position: relative;
}.get-in-touch-7O .help-grid-hd label::before {
    left: 0;
    position: absolute;
    background: rgb(211,209,202);
    width: 22px;
    transition: all 0.3s ease;
    border-radius: 4px;
    height: 22px;
    content: "";
    top: 2px;
}.get-in-touch-7O .help-grid-hd input[type="checkbox"]:checked + label::before {
    background: rgb(193,174,174);
}.get-in-touch-7O .help-grid-hd input[type="checkbox"]:checked + label::after {
    transform: rotate(45deg);
    content: "";
    top: 6px;
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    height: 10px;
    width: 6px;
    left: 8px;
    position: absolute;
}.get-in-touch-7O .help-grid-hd label a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: rgb(193,174,174);
}.get-in-touch-7O .help-grid-hd label a:hover {
    color: rgb(164,106,121);
}.get-in-touch-7O form .message-links-yp {
    background: rgb(193,174,174);
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    font-weight: 600;
    border-radius: 10px;
    color: #ffffff;
    overflow: hidden;
    font-size: 16px;
    padding: 16px 35px;
    border: none;
}.get-in-touch-7O form .message-links-yp::after {
    content: "";
    height: 100%;
    position: absolute;
    z-index: 0;
    width: 0;
    right: 0;
    top: 0;
    transition: width 0.3s ease;
    background: rgb(164,106,121);
}.get-in-touch-7O form .message-links-yp:hover::after {
    width: 100%;
    right: auto;
    left: 0;
}.get-in-touch-7O form .message-links-yp span {
    z-index: 1;
    position: relative;
}.get-in-touch-7O svg {
    height: 22px;
    width: 22px;
    fill: rgb(193,174,174);
}.get-in-touch-7O svg path {
    transition: fill 0.3s ease;
    fill: rgb(193,174,174);
}

@media screen and (max-width: 1100px) {.get-in-touch-7O .query-section-t5 {
    grid-template-columns: 1fr 400px;
    gap: 30px;
}.get-in-touch-7O .img-img-AR {
    height: 500px;
}.get-in-touch-7O .query-feedback-AN {
    padding: 40px;
}
}

@media screen and (max-width: 991px) {.get-in-touch-7O {
    padding: 80px 0;
}.get-in-touch-7O .query-section-t5 {
    grid-template-columns: 1fr;
    gap: 40px;
}.get-in-touch-7O .img-img-AR {
    transform: perspective(1000px) rotateY(0deg);
    height: 400px;
}.get-in-touch-7O .query-feedback-AN {
    transform: perspective(1000px) rotateY(0deg);
}
}

@media screen and (max-width: 767px) {.get-in-touch-7O {
    padding: 60px 0;
}.get-in-touch-7O h2 {
    margin-bottom: 40px;
}.get-in-touch-7O .img-img-AR {
    height: 350px;
}
}

@media screen and (max-width: 576px) {.get-in-touch-7O {
    padding: 50px 0;
}.get-in-touch-7O h2 {
    font-size: calc(32px * 0.85);
}.get-in-touch-7O .img-img-AR {
    height: 250px;
}.get-in-touch-7O .query-feedback-AN {
    padding: 30px 25px;
}.get-in-touch-7O form h3 {
    font-size: calc(24px * 0.9);
}.get-in-touch-7O form .message-links-yp {
    width: 100%;
}}.info-hub-P6 {
    padding: 80px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(145deg, rgb(211,209,202) 40%, rgb(164,106,121,0.5) 140%);
}.info-hub-P6::before {
    top: -50%;
    position: absolute;
    width: 80%;
    content: "";
    right: -20%;
    height: 200%;
    animation: pulse 15s infinite alternate ease-in-out;
    transform: rotate(-15deg);
    opacity: 0.4;
    z-index: 0;
    background: radial-gradient(circle at center, rgb(164,106,121,0.5) 0%, transparent 70%);
}.info-hub-P6::after {
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
    content: "";
    height: 40px;
    bottom: -20px;
    position: absolute;
    opacity: 0.2;
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, 
        rgb(193,174,174,0.5) 0%, 
        rgb(164,106,121,0.5) 25%, 
        rgb(193,174,174,0.5) 50%, 
        rgb(164,106,121,0.5) 75%, 
        rgb(193,174,174,0.5) 100%);
}.info-hub-P6 .container {
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    z-index: 1;
}.info-hub-P6 .get-assistance-b3 {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr;
    border-radius: 19px;
    transform: perspective(1000px) rotateX(1deg);
    padding: 40px;
    position: relative;
    background: #ffffff;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05);
}.info-hub-P6 .get-assistance-b3:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 
                0 10px 20px rgba(0, 0, 0, 0.08);
}.info-hub-P6 h3 {
    padding-bottom: 15px;
    font-size: 38px;
    font-weight: 700;
    margin: 0 0 20px 0;
    color: rgb(193,174,174);
    position: relative;
}.info-hub-P6 h3::after {
    height: 3px;
    width: 80px;
    background: rgb(193,174,174);
    left: 0;
    bottom: 0;
    position: absolute;
    transform-origin: left;
    content: "";
    animation: expandWidth 1s ease-out forwards;
}.info-hub-P6 p {
    margin: 0 0 15px 0;
    line-height: 1.6;
    font-size: 15px;
    color: #000000;
}.info-hub-P6 h5 {
    display: flex;
    color: #000000;
    font-size: 22px;
    align-items: center;
    margin: 0 0 10px 0;
    gap: 10px;
    font-weight: 600;
}.info-hub-P6 svg {
    transition: transform 0.3s ease;
    height: 24px;
    width: 24px;
}.info-hub-P6 svg path {
    fill: rgb(193,174,174);
    transition: fill 0.3s ease;
}.info-hub-P6 .start-chat-zp {
    gap: 15px;
    margin: 20px 0 0 0;
    display: flex;
    padding: 0;
    flex-direction: column;
    list-style: none;
}.info-hub-P6 .start-chat-zp li {
    transition: transform 0.3s ease;
}.info-hub-P6 .start-chat-zp li:hover {
    transform: translateX(5px);
}.info-hub-P6 .join-conversation-Tp {
    display: flex;
    padding: 10px 15px;
    gap: 10px;
    color: #000000;
    align-items: center;
    transform-origin: left;
    transition: all 0.3s ease;
    font-size: 15px;
    background: linear-gradient(to right, rgb(211,209,202), transparent);
    border-radius: 10px;
    text-decoration: none;
}.info-hub-P6 .join-conversation-Tp:hover {
    background: linear-gradient(to right, rgb(211,209,202) 70%, transparent);
    color: rgb(193,174,174);
}.info-hub-P6 .join-conversation-Tp:hover svg {
    transform: scale(1.1);
}.info-hub-P6 .join-conversation-Tp:hover svg path {
    fill: rgb(164,106,121);
}

@keyframes pulse {
    0%, 100% { opacity: 0.4; transform: rotate(-15deg) scale(1); }
    50% { opacity: 0.6; transform: rotate(-15deg) scale(1.05); }
}

@keyframes expandWidth {
    from { width: 0; }
    to { width: 80px; }
}

@media (min-width: 768px) {.info-hub-P6 .get-assistance-b3 {
    padding: 50px;
    grid-template-areas: 
            "title title"
            "description address"
            "links links";
    grid-template-columns: 2fr 1fr;
}.info-hub-P6 h3 {
    font-size: calc(38px * 1.1);
    grid-area: title;
}.info-hub-P6 .get-assistance-b3 > div:nth-child(2) {
    grid-area: description;
}.info-hub-P6 .get-assistance-b3 > div:nth-child(3) {
    grid-area: address;
}.info-hub-P6 .start-chat-zp {
    justify-content: space-between;
    flex-wrap: wrap;
    grid-area: links;
    flex-direction: row;
}.info-hub-P6 .start-chat-zp li {
    flex: 0 0 calc(33.333% - 20px);
}
}

@media (min-width: 992px) {.info-hub-P6 {
    padding: 100px 0;
}.info-hub-P6 .get-assistance-b3 {
    padding: 60px;
    grid-template-columns: 3fr 2fr;
    gap: 40px;
}.info-hub-P6 h3 {
    font-size: calc(38px * 1.2);
}.info-hub-P6 h3::after {
    width: 100px;
}.info-hub-P6 .start-chat-zp li {
    flex: 0 0 calc(33.333% - 30px);
}
    
    @keyframes expandWidth {
        from { width: 0; }
        to { width: 100px; }
    }
}

@media (max-width: 767px) {.info-hub-P6 {
    padding: 60px 0;
}.info-hub-P6 .get-assistance-b3 {
    padding: 30px 20px;
}.info-hub-P6 h3 {
    font-size: calc(38px * 0.9);
}.info-hub-P6 h5 {
    font-size: calc(22px * 0.9);
}.info-hub-P6 .join-conversation-Tp {
    padding: 8px 12px;
}
}

@media (max-width: 480px) {.info-hub-P6 {
    padding: 40px 0;
}.info-hub-P6 .get-assistance-b3 {
    padding: 25px 15px;
}.info-hub-P6 h3 {
    font-size: calc(38px * 0.8);
}.info-hub-P6 svg {
    width: 20px;
    height: 20px;
}}.company-info-bF {
    position: relative;
    padding: 120px 0 90px;
    overflow: hidden;
    color: #ffffff;
}.company-info-bF::before {
    left: 0;
    z-index: 1;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 50%, rgba(0,0,0,0.85) 100%);
    right: 0;
    content: "";
    position: absolute;
    bottom: 0;
    top: 0;
}.company-info-bF::after {
    right: 0;
    content: "";
    bottom: 0;
    background: linear-gradient(90deg, 
        rgb(193,174,174,0.5) 0%, 
        transparent 30%, 
        rgb(164,106,121,0.5) 70%, 
        rgb(193,174,174,0.5) 100%);
    opacity: 0.4;
    top: 0;
    z-index: 2;
    position: absolute;
    animation: gradientShift 15s ease-in-out infinite alternate;
    left: 0;
}.company-info-bF h4 {
    margin-bottom: 60px;
    z-index: 5;
    letter-spacing: 3px;
    font-weight: 700;
    font-size: 35px;
    text-align: center;
    transition: transform 0.5s ease-out;
    color: #ffffff;
    text-transform: uppercase;
    transform: translateY(0);
    position: relative;
}.company-info-bF h4::after {
    background: linear-gradient(90deg, rgb(193,174,174), rgb(164,106,121));
    transform: translateX(-50%);
    bottom: -15px;
    z-index: 5;
    width: 80px;
    position: absolute;
    content: "";
    height: 3px;
    left: 50%;
}.company-info-bF .container {
    padding: 0 20px;
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
    z-index: 5;
}.company-info-bF .post-container-zq {
    transform: perspective(1000px) rotateY(0deg);
    background: linear-gradient(145deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.05) 100%);
    z-index: 5;
    padding: 40px;
    backdrop-filter: blur(10px);
    position: relative;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    border: 1px solid rgba(255,255,255,0.1);
}.company-info-bF .post-container-zq:hover {
    transform: perspective(1000px) rotateY(2deg) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0,0,0,0.3);
}.company-info-bF .post-container-zq::before {
    z-index: -1;
    filter: blur(5px);
    top: -2px;
    content: "";
    background: linear-gradient(45deg, 
        rgb(193,174,174) 0%, 
        transparent 40%, 
        transparent 60%, 
        rgb(164,106,121) 100%);
    bottom: -2px;
    position: absolute;
    left: -2px;
    transform: translateZ(-10px);
    right: -2px;
    opacity: 0.7;
}.company-info-bF .post-container-zq h6 {
    color: #ffffff;
    display: inline-block;
    font-weight: 700;
    font-size: calc(22px * 1.2);
    transform: translateX(0);
    margin-bottom: 25px;
    position: relative;
    transition: transform 0.4s ease;
}.company-info-bF .post-container-zq h6::after {
    background: linear-gradient(90deg, rgb(193,174,174), rgb(164,106,121));
    transform: scaleX(0.3);
    content: "";
    bottom: -8px;
    height: 2px;
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
    transform-origin: left;
    left: 0;
}.company-info-bF .post-container-zq:hover h6::after {
    transform: scaleX(1);
}.company-info-bF .post-container-zq div {
    z-index: 5;
    position: relative;
}.company-info-bF .post-container-zq span {
    max-width: 100%;
    opacity: 0.95;
    column-count: 1;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 0 1px 1px rgba(0,0,0,0.1);
    font-weight: 400;
    display: block;
    transition: opacity 0.4s ease;
    line-height: 1.8;
    column-gap: 30px;
}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@media screen and (min-width: 768px) {.company-info-bF {
    padding: 150px 0 120px;
}.company-info-bF h4 {
    font-size: calc(35px * 1.2);
    margin-bottom: 80px;
}.company-info-bF .post-container-zq {
    max-width: 90%;
    padding: 60px;
    margin: 0 auto;
    transform: perspective(1200px) rotateY(0deg);
}.company-info-bF .post-container-zq span {
    column-count: 2;
}
}

@media screen and (min-width: 992px) {.company-info-bF {
    padding: 180px 0 150px;
}.company-info-bF h4 {
    font-size: calc(35px * 1.3);
}.company-info-bF .container {
    max-width: 1200px;
}.company-info-bF .post-container-zq {
    max-width: 85%;
    padding: 70px;
}.company-info-bF .post-container-zq span {
    column-count: 3;
}
}

@media screen and (min-width: 1200px) {.company-info-bF h4 {
    transform: translateY(-20px);
}.company-info-bF .post-container-zq {
    padding: 80px;
    max-width: 80%;
}.company-info-bF .post-container-zq:hover {
    transform: perspective(1500px) rotateY(3deg) translateY(-10px);
}
}

@media screen and (max-width: 767px) {.company-info-bF {
    padding: 90px 0 70px;
}.company-info-bF h4 {
    font-size: calc(35px * 0.9);
    margin-bottom: 40px;
}.company-info-bF .post-container-zq {
    padding: 30px;
}.company-info-bF .post-container-zq h6 {
    font-size: 22px;
    margin-bottom: 20px;
}.company-info-bF .post-container-zq span {
    line-height: 1.6;
    font-size: calc(12px * 0.95);
}
}

@media (hover: hover) {.company-info-bF .post-container-zq:hover span {
    opacity: 1;
}.company-info-bF .post-container-zq:hover h6 {
    transform: translateX(5px);
    color: rgb(164,106,121);
}}.welcome-board-xt {
    min-height: 100vh;
    position: relative;
    flex-direction: column;
    padding: 5rem 2rem;
    background: linear-gradient(135deg, rgb(211,209,202) 0%, #ffffff 100%);
    overflow: hidden;
    perspective: 1000px;
    display: flex;
    justify-content: center;
}.welcome-board-xt::before {
    right: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(193,174,174,0.5),
        transparent 2px,
        transparent 10px,
        rgb(193,174,174,0.5) 12px
    );
    z-index: 1;
    bottom: 0;
    left: 0;
    top: 0;
    opacity: 0.05;
    pointer-events: none;
    content: "";
    position: absolute;
}.welcome-board-xt h1 {
    margin-bottom: 2rem;
    text-shadow: 0 1px 3px rgba(0,0,0,0.1);
    position: relative;
    font-weight: 700;
    z-index: 10;
    transform: translateZ(50px);
    font-size: calc(21px * 1.2);
    color: rgb(193,174,174);
    text-align: center;
    letter-spacing: 1px;
}.welcome-board-xt .teach-method-F3 {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 2;
    gap: 2rem;
    transform-style: preserve-3d;
}.welcome-board-xt .post-container-zq {
    transform: translateZ(20px) perspective(1000px);
    flex: 1;
    background: #ffffff;
    padding: 2rem;
    position: relative;
    border-left: 4px solid rgb(193,174,174);
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.05),
        0 5px 15px rgba(0,0,0,0.03);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}.welcome-board-xt .post-container-zq::before {
    top: -10px;
    left: -10px;
    position: absolute;
    opacity: 0.2;
    z-index: -1;
    bottom: 10px;
    background: linear-gradient(135deg, rgb(164,106,121,0.5), transparent);
    right: 10px;
    content: "";
    transform: translateZ(-10px);
}.welcome-board-xt ol {
    padding: 0;
    margin: 0;
    list-style: none;
}.welcome-board-xt li {
    margin-bottom: 1.5rem;
}.welcome-board-xt .skill-quick-Zl {
    align-items: center;
    flex-direction: column;
    display: flex;
    text-align: center;
}.welcome-board-xt .skill-quick-Zl p {
    line-height: 1.6;
    max-width: 600px;
    margin-top: 1.5rem;
    color: #000000;
    font-size: 15px;
}.welcome-board-xt svg {
    transition: transform 0.5s ease, filter 0.5s ease;
    margin-bottom: 1rem;
    transform: translateZ(30px) rotateY(5deg);
    height: 120px;
    filter: drop-shadow(0 5px 15px rgba(0,0,0,0.1));
    width: 120px;
}.welcome-board-xt svg:hover {
    transform: translateZ(40px) rotateY(0deg) scale(1.05);
    filter: drop-shadow(0 8px 20px rgba(0,0,0,0.15));
}.welcome-board-xt svg path {
    transition: fill 0.3s ease;
}.welcome-board-xt svg text {
    font-family: Arial, sans-serif;
    transition: fill 0.3s ease;
}.welcome-board-xt .message-links-yp {
    display: inline-block;
    border-radius: 10px;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-align: center;
    transform: translateZ(15px);
    overflow: hidden;
    margin-top: 1rem;
    font-size: 15px;
    background: linear-gradient(135deg, rgb(193,174,174) 0%, rgb(164,106,121) 100%);
    box-shadow: 0 4px 15px rgba(94,170,168,0.3);
    font-weight: 600;
    color: #ffffff;
    text-decoration: none;
    position: relative;
    padding: 0.8rem 2rem;
}.welcome-board-xt .message-links-yp:hover {
    box-shadow: 0 8px 25px rgba(94,170,168,0.4);
    transform: translateZ(20px) translateY(-3px);
}.welcome-board-xt .message-links-yp::before {
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    transition: left 0.7s ease;
    left: -100%;
    width: 100%;
}.welcome-board-xt .message-links-yp:hover::before {
    left: 100%;
}.welcome-board-xt .img-img-AR {
    height: 350px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    clip-path: polygon(0 5%, 100% 0, 95% 100%, 5% 95%);
    position: relative;
    transform: translateZ(10px) rotateX(2deg);
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.1),
        0 10px 20px rgba(0,0,0,0.05);
}.welcome-board-xt .img-img-AR::after {
    background: linear-gradient(135deg, rgb(193,174,174,0.5) 0%, rgb(164,106,121,0.5) 100%);
    opacity: 0.3;
    position: absolute;
    transition: opacity 0.3s ease;
    content: "";
    mix-blend-mode: overlay;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}.welcome-board-xt .img-img-AR:hover {
    transform: translateZ(30px) rotateX(0deg);
}.welcome-board-xt .img-img-AR:hover::after {
    opacity: 0.2;
}

@media (min-width: 768px) {.welcome-board-xt {
    padding: 5rem;
}.welcome-board-xt h1 {
    text-align: left;
    margin-left: 2rem;
    font-size: calc(31px * 0.8);
}.welcome-board-xt .teach-method-F3 {
    min-height: 500px;
    flex-direction: row;
    height: auto;
}.welcome-board-xt .post-container-zq {
    z-index: 3;
    padding: 3rem;
    flex: 1;
    align-self: center;
    margin-right: -50px;
}.welcome-board-xt .img-img-AR {
    height: auto;
    flex: 1;
    clip-path: polygon(5% 0, 100% 5%, 95% 100%, 0 95%);
}.welcome-board-xt .skill-quick-Zl {
    align-items: flex-start;
    text-align: left;
}
}

@media (min-width: 1200px) {.welcome-board-xt h1 {
    font-size: 31px;
    margin-left: 4rem;
}.welcome-board-xt .teach-method-F3 {
    min-height: 600px;
}.welcome-board-xt .post-container-zq {
    margin-right: -100px;
    padding: 4rem;
}.welcome-board-xt svg {
    width: 150px;
    height: 150px;
}}

@keyframes floating {
    0% { transform: translateY(0) translateZ(30px) rotateY(5deg); }
    50% { transform: translateY(-10px) translateZ(35px) rotateY(3deg); }
    100% { transform: translateY(0) translateZ(30px) rotateY(5deg); }
}

.welcome-board-xt .post-container-zq:hover svg {
    animation: floating 3s ease-in-out infinite;
}

@media (max-width: 767px) {.welcome-board-xt h1 {
    font-size: 21px;
}.welcome-board-xt .post-container-zq {
    padding: 1.5rem;
}.welcome-board-xt .img-img-AR {
    height: 250px;
}.welcome-board-xt svg {
    height: 100px;
    width: 100px;
}.welcome-board-xt .message-links-yp {
    font-size: calc(15px * 0.9);
    padding: 0.7rem 1.5rem;
}}.learning-system-x0 {
    background: linear-gradient(155deg, rgb(211,209,202) 0%, rgb(193,174,174,0.5) 100%);
    position: relative;
    overflow: visible;
    padding: 180px 0 150px;
}.learning-system-x0::before {
    width: 100%;
    content: '';
    background: linear-gradient(45deg, rgb(193,174,174,0.5) 0%, transparent 60%);
    opacity: 0.1;
    left: 0;
    top: 0;
    height: 100%;
    position: absolute;
    z-index: 1;
}.learning-system-x0 .teach-method-F3 {
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: flex-start;
    max-width: 1200px;
    z-index: 2;
    position: relative;
}.learning-system-x0 .post-container-zq {
    width: 55%;
    flex-direction: column;
    position: relative;
    margin-left: 5%;
    display: flex;
}.learning-system-x0 .post-container-zq h2 {
    backdrop-filter: blur(10px);
    font-weight: 700;
    color: #ffffff;
    z-index: 4;
    font-size: 38px;
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.15);
    background: linear-gradient(120deg, rgb(193,174,174,0.5) 0%, rgba(255, 255, 255, 0.1) 100%);
    margin-bottom: 0;
    position: relative;
    align-self: flex-start;
    transform: translateX(-80px) translateY(20px);
    padding: 40px;
    border-radius: 0 26px 26px 0;
}.learning-system-x0 .post-container-zq p {
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    position: relative;
    align-self: flex-end;
    transform: translateX(60px);
    border-radius: 26px 0 0 26px;
    margin-top: -30px;
    font-size: 17px;
    z-index: 3;
    line-height: 1.8;
    backdrop-filter: blur(15px);
    padding: 45px;
}.learning-system-x0 .post-container-zq::before {
    opacity: 0.1;
    animation: rotate-float 40s infinite linear;
    top: -130px;
    right: -200px;
    content: '';
    border: 2px solid rgb(193,174,174,0.5);
    height: 300px;
    z-index: 1;
    transform: rotate(25deg);
    width: 300px;
    position: absolute;
}.learning-system-x0 .post-container-zq::after {
    width: 250px;
    z-index: 0;
    transform: rotate(15deg);
    bottom: -100px;
    content: '';
    height: 250px;
    position: absolute;
    left: -150px;
    animation: rotate-float 30s infinite linear reverse;
    opacity: 0.1;
    border: 2px solid rgb(164,106,121,0.5);
}.learning-system-x0 .post-container-zq h2::before {
    transform: rotate(45deg);
    opacity: 0.1;
    width: 80px;
    top: -25px;
    content: '';
    z-index: -1;
    height: 80px;
    left: -25px;
    background: rgb(193,174,174);
    position: absolute;
}.learning-system-x0 .post-container-zq h2::after {
    left: 0;
    content: '';
    position: absolute;
    height: 3px;
    opacity: 0.6;
    bottom: 0;
    width: 100%;
    background: linear-gradient(90deg, rgb(193,174,174) 0%, transparent 100%);
}.learning-system-x0 .post-container-zq p::before {
    content: '';
    right: 0;
    top: 15%;
    width: 15px;
    opacity: 0.3;
    height: 70%;
    background: rgb(164,106,121,0.5);
    position: absolute;
}.learning-system-x0 .post-container-zq p::after {
    transform-origin: right center;
    right: 30px;
    height: 3px;
    position: absolute;
    content: '';
    animation: pulse-width 5s infinite ease-in-out;
    opacity: 0.3;
    background: linear-gradient(90deg, transparent 0%, rgb(193,174,174) 100%);
    width: 170px;
    bottom: 20px;
}.learning-system-x0::after {
    position: absolute;
    z-index: 1;
    width: 35%;
    background: linear-gradient(90deg, transparent 0%, rgb(193,174,174) 60%, rgb(193,174,174) 100%);
    content: '';
    opacity: 0.3;
    right: 0;
    bottom: 50px;
    height: 2px;
}.learning-system-x0 .teach-method-F3::before {
    background: rgb(193,174,174);
    border-radius: 50%;
    content: '';
    opacity: 0.05;
    height: 250px;
    left: -125px;
    width: 250px;
    position: absolute;
    filter: blur(80px);
    top: -125px;
    animation: pulse-subtle 15s infinite alternate;
}.learning-system-x0 .teach-method-F3::after {
    top: -25%;
    width: 1px;
    background: linear-gradient(to bottom, transparent, rgb(193,174,174,0.5), transparent);
    opacity: 0.2;
    position: absolute;
    z-index: 0;
    content: '';
    height: 150%;
    left: 30%;
}

@keyframes rotate-float {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulse-width {
    0%, 100% {
        width: 170px;
        opacity: 0.3;
    }
    50% {
        width: 120px;
        opacity: 0.5;
    }
}

@keyframes pulse-subtle {
    0%, 100% {
        opacity: 0.05;
        transform: scale(1);
    }
    50% {
        opacity: 0.08;
        transform: scale(1.1);
    }
}

@media screen and (max-width: 1200px) {.learning-system-x0 .post-container-zq {
    width: 65%;
}.learning-system-x0 .post-container-zq h2 {
    transform: translateX(-60px) translateY(20px);
}.learning-system-x0 .post-container-zq p {
    transform: translateX(40px);
}.learning-system-x0 .post-container-zq::before {
    height: 250px;
    width: 250px;
    right: -150px;
}.learning-system-x0 .post-container-zq::after {
    width: 200px;
    left: -100px;
    height: 200px;
}
}

@media screen and (max-width: 992px) {.learning-system-x0 {
    padding: 150px 0 120px;
}.learning-system-x0 .post-container-zq {
    width: 75%;
}.learning-system-x0 .post-container-zq h2 {
    transform: translateX(-40px) translateY(15px);
    padding: 35px;
}.learning-system-x0 .post-container-zq p {
    transform: translateX(30px);
    padding: 35px;
}.learning-system-x0 .post-container-zq::before {
    right: -100px;
    top: -100px;
    height: 200px;
    width: 200px;
}.learning-system-x0 .post-container-zq::after {
    height: 150px;
    width: 150px;
    bottom: -75px;
    left: -75px;
}.learning-system-x0 .teach-method-F3::after {
    left: 20%;
}
}

@media screen and (max-width: 768px) {.learning-system-x0 {
    padding: 120px 0 100px;
    overflow: hidden;
}.learning-system-x0 .teach-method-F3 {
    justify-content: center;
}.learning-system-x0 .post-container-zq {
    margin-left: 0;
    width: 90%;
}.learning-system-x0 .post-container-zq h2 {
    transform: translateX(0) translateY(0);
    align-self: center;
    font-size: calc(38px * 0.9);
    padding: 30px;
    margin-bottom: 20px;
    border-radius: 26px;
}.learning-system-x0 .post-container-zq p {
    padding: 30px;
    transform: translateX(0);
    align-self: center;
    margin-top: 0;
    border-radius: 26px;
}.learning-system-x0 .post-container-zq::before,
    .learning-system-x0 .post-container-zq::after,
    .learning-system-x0::after,
    .learning-system-x0 .teach-method-F3::before,
    .learning-system-x0 .teach-method-F3::after {
    display: none;
}
}

@media screen and (max-width: 480px) {.learning-system-x0 {
    padding: 100px 0 80px;
}.learning-system-x0 .post-container-zq {
    width: 100%;
}.learning-system-x0 .post-container-zq h2 {
    font-size: calc(38px * 0.8);
    padding: 25px;
}.learning-system-x0 .post-container-zq p {
    font-size: calc(17px * 0.9);
    padding: 25px;
}}.privacy-hub-tF {
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    height: auto;
    padding: 40px;
    width: 100%;
    background: linear-gradient(135deg, rgb(193,174,174,0.5) 30%, rgb(164,106,121,0.5) 100%);
}.privacy-hub-tF h1 {
    padding: 10px;
    margin-top: 40px;
    font-size: 46px;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: rgb(193,174,174);
    margin-bottom: 30px;
    border-radius: 10px;
    color: #000000;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    font-weight: 700;
    text-align: center;
}.privacy-hub-tF h2 {
    border-bottom: 2px solid rgb(193,174,174);
    text-align: left;
    padding-bottom: 5px;
    font-size: 36px;
    margin-top: 35px;
    margin-bottom: 25px;
    color: rgb(164,106,121);
    font-weight: 600;
}.privacy-hub-tF ul, .privacy-hub-tF ol {
    color: #000000;
    font-family: Arial, sans-serif;
    list-style-position: outside;
    padding: 15px 0;
    list-style: none;
    padding-left: 20px;
    font-size: 17px;
}.privacy-hub-tF li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 15px;
}.privacy-hub-tF li::before {
    line-height: 1em;
    top: 0;
    font-size: 1.5em;
    left: 0;
    color: rgb(193,174,174);
    content: '•';
    position: absolute;
}.privacy-hub-tF p, .privacy-hub-tF span, .privacy-hub-tF div {
    line-height: 1.6;
    transition: all 0.3s ease;
    margin-bottom: 15px;
    font-size: 17px;
    font-family: Arial, sans-serif;
    color: #000000;
}.privacy-hub-tF p:hover, .privacy-hub-tF span:hover, .privacy-hub-tF div:hover {
    transform: translateY(-2px);
    color: rgb(193,174,174);
}

@media only screen and (max-width: 800px) {.privacy-hub-tF {
    border-radius: 10px;
    padding: 20px 10px;
}.privacy-hub-tF h1 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: calc(22px - 10px);
}.privacy-hub-tF h2 {
    margin-bottom: 15px;
    margin-top: 20px;
    font-size: calc(22px - 8px);
}.privacy-hub-tF ul, .privacy-hub-tF ol {
    padding-left: 10px;
}.privacy-hub-tF li {
    padding-left: 15px;
}}
.subscr-info-N7 {
    position: relative;
    z-index: 1;
    color: #ffffff;
    padding: 6rem 0 4rem;
}.subscr-info-N7::before {
    position: absolute;
    opacity: 0.85;
    height: 100%;
    width: 100%;
    z-index: -1;
    background: #000000;
    top: 0;
    content: "";
    left: 0;
}.subscr-info-N7::after {
    top: 0;
    background-size: 30px 30px;
    z-index: -1;
    height: 100%;
    width: 100%;
    left: 0;
    animation: gridAnimate 15s linear infinite;
    opacity: 0.15;
    position: absolute;
    background: 
        linear-gradient(rgba(rgb(193,174,174), 0.2) 1px, transparent 1px),
        linear-gradient(90deg, rgba(rgb(193,174,174), 0.2) 1px, transparent 1px);
    background-position: center;
    content: "";
}@keyframes gridAnimate {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 30px;
    }
}

.subscr-info-N7 .container {
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 2rem;
    display: grid;
}.subscr-info-N7 .company_holder {
    grid-column: 1 / 5;
    grid-row: 1;
    position: relative;
}.subscr-info-N7 .company_holder::before {
    width: 60px;
    height: 60px;
    top: -20px;
    left: -20px;
    opacity: 0.7;
    content: "";
    border-top: 2px solid rgb(193,174,174);
    border-left: 2px solid rgb(193,174,174);
    position: absolute;
}.subscr-info-N7 .company_holder::after {
    border-right: 2px solid rgb(193,174,174);
    position: absolute;
    bottom: -20px;
    opacity: 0.7;
    right: -20px;
    content: "";
    border-bottom: 2px solid rgb(193,174,174);
    width: 60px;
    height: 60px;
}.subscr-info-N7 .company_holder h3 {
    display: inline-block;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, #ffffff, rgb(193,174,174));
    margin-bottom: 1.5rem;
    font-weight: 700;
    position: relative;
    -webkit-background-clip: text !important;
    font-size: 32px;
}.subscr-info-N7 .company_holder h3::after {
    height: 2px;
    content: "";
    box-shadow: 0 0 10px rgb(193,174,174);
    background: rgb(193,174,174);
    bottom: -5px;
    width: 30%;
    left: 0;
    position: absolute;
}.subscr-info-N7 .twitter-cta-4o {
    color: #ffffff;
    margin-top: 1.5rem;
    opacity: 0.8;
    font-size: 12px;
    line-height: 1.6;
}.subscr-info-N7 .cheat-sheet-OE {
    display: flex;
    justify-content: flex-end;
    grid-row: 1;
    grid-column: 6 / 13;
}.subscr-info-N7 .head-edu-py {
    width: 100%;
    gap: 3rem;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
}.subscr-info-N7 .main-guide-px {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
    padding: 1.5rem;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    backdrop-filter: blur(4px);
    position: relative;
}.subscr-info-N7 .main-guide-px:hover {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.02) 100%);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
    transform: translateY(-5px);
}.subscr-info-N7 .main-guide-px::before {
    top: 0;
    content: "";
    height: 0;
    transition: height 0.3s ease;
    width: 3px;
    background: rgb(193,174,174);
    position: absolute;
    left: 0;
}.subscr-info-N7 .main-guide-px:hover::before {
    height: 100%;
}.subscr-info-N7 .main-guide-px h5 {
    position: relative;
    padding-left: 1rem;
    color: rgb(164,106,121);
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 1.5rem;
    font-size: 20px;
}.subscr-info-N7 .main-guide-px h5::before {
    background: rgb(193,174,174);
    left: 0;
    position: absolute;
    width: 5px;
    height: 5px;
    box-shadow: 0 0 10px rgb(193,174,174);
    border-radius: 50%;
    content: "";
    transform: translateY(-50%);
    top: 50%;
}.subscr-info-N7 .main-guide-px .head-edu-py {
    flex-direction: column;
    gap: 0.7rem;
    display: flex;
}.subscr-info-N7 .main-guide-px .head-edu-py a {
    position: relative;
    transition: all 0.3s ease;
    text-decoration: none;
    border-radius: 10px;
    opacity: 0.7;
    font-size: 12px;
    padding: 0.4rem 1rem;
    color: #ffffff;
    overflow: hidden;
    z-index: 1;
}.subscr-info-N7 .main-guide-px .head-edu-py a::before {
    height: 100%;
    top: 0;
    position: absolute;
    z-index: -1;
    width: 100%;
    content: "";
    background: linear-gradient(90deg, rgba(rgb(193,174,174,0.5), 0.1), transparent);
    transform: translateX(-100%);
    left: 0;
    transition: transform 0.3s ease;
}.subscr-info-N7 .main-guide-px .head-edu-py a:hover {
    opacity: 1;
    padding-left: 1.5rem;
    color: #ffffff;
}.subscr-info-N7 .main-guide-px .head-edu-py a:hover::before {
    transform: translateX(0);
}.trial-offer-di {
    margin-top: 4rem;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    grid-row: 2;
    background: rgba(0, 0, 0, 0.5);
    position: relative;
    grid-column: 1 / 13;
    padding: 1.5rem 0;
}.trial-offer-di::before {
    content: "";
    position: absolute;
    transform: translateX(-50%);
    height: 1px;
    left: 50%;
    width: 60%;
    background: linear-gradient(90deg, transparent, rgb(193,174,174), transparent);
    top: 0;
}.trial-offer-di .container {
    align-items: center;
    display: flex;
    justify-content: center;
}.trial-offer-di .digital-res-u9 {
    opacity: 0.7;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 0.5px;
    text-align: center;
}

@media screen and (max-width: 992px) {.subscr-info-N7 .container {
    grid-template-columns: repeat(1, 1fr);
}.subscr-info-N7 .company_holder {
    grid-column: 1;
    grid-row: 1;
}.subscr-info-N7 .cheat-sheet-OE {
    grid-row: 2;
    grid-column: 1;
    margin-top: 2rem;
}.trial-offer-di {
    margin-top: 3rem;
    grid-row: 3;
}
}

@media screen and (max-width: 768px) {.subscr-info-N7 {
    padding: 4rem 0 3rem;
}.subscr-info-N7 .head-edu-py {
    grid-template-columns: 1fr;
    gap: 2rem;
}.subscr-info-N7 .main-guide-px {
    padding: 1.2rem;
}.subscr-info-N7 .main-guide-px h5 {
    font-size: calc(20px * 0.9);
}.subscr-info-N7 .company_holder::before,
    .subscr-info-N7 .company_holder::after {
    height: 40px;
    width: 40px;
}
}

@media screen and (max-width: 576px) {.subscr-info-N7 {
    padding: 3rem 0 2rem;
}.subscr-info-N7 .company_holder h3 {
    font-size: calc(32px * 0.9);
}.subscr-info-N7 .twitter-cta-4o {
    font-size: calc(12px * 0.9);
}.subscr-info-N7 .main-guide-px .head-edu-py a {
    font-size: calc(12px * 0.9);
}.trial-offer-di {
    margin-top: 2rem;
    padding: 1rem 0;
}}.client-experience-AO {
    background: linear-gradient(180deg, rgb(211,209,202) 0%, rgb(193,174,174,0.5) 30%, rgb(211,209,202) 100%);
    overflow: hidden;
    padding: 7rem 2rem;
    position: relative;
}.client-experience-AO::before {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    background: radial-gradient(circle at top right, rgb(164,106,121,0.5) 0%, transparent 60%);
    left: 0;
    content: "";
}.client-experience-AO::after {
    position: absolute;
    z-index: 0;
    content: "";
    width: 40%;
    opacity: 0.3;
    left: -10%;
    filter: blur(70px);
    background: rgb(193,174,174,0.5);
    height: 100%;
    top: -20%;
    transform: rotate(45deg);
}.client-experience-AO .container {
    z-index: 2;
    max-width: 1200px;
    position: relative;
}.client-experience-AO h2 {
    font-weight: 700;
    margin-bottom: 4rem;
    color: #000000;
    position: relative;
    font-size: calc(31px * 1.3);
    transform: translateX(5%);
    text-align: left;
}.client-experience-AO h2::after {
    height: 4px;
    transition: transform 0.5s ease;
    width: 100px;
    left: 0;
    transform: scaleX(1);
    position: absolute;
    bottom: -15px;
    background: rgb(193,174,174);
    content: "";
    transform-origin: left;
}.client-experience-AO:hover h2::after {
    transform: scaleX(1.5);
}.client-experience-AO .learner-views-k0 {
    gap: 8rem;
    padding-left: 50px;
    position: relative;
    flex-direction: column;
    display: flex;
}.client-experience-AO .learner-views-k0::before {
    z-index: 1;
    bottom: 10px;
    background: linear-gradient(to bottom, rgb(193,174,174), rgb(164,106,121));
    content: "";
    left: 25px;
    top: 10px;
    position: absolute;
    width: 3px;
}.client-experience-AO .learn-ratings-Lv {
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    display: grid;
    gap: 0.5rem 2rem;
    grid-template-areas: 
        "image name"
        "image description";
    grid-template-columns: 100px 1fr;
    position: relative;
}.client-experience-AO .learn-ratings-Lv::before {
    border: 3px solid rgb(193,174,174);
    transition: all 0.3s ease;
    top: 40px;
    background: #ffffff;
    z-index: 2;
    height: 20px;
    width: 20px;
    left: -50px;
    position: absolute;
    content: "";
    box-shadow: 0 0 0 5px rgb(211,209,202);
    border-radius: 50%;
}.client-experience-AO .learn-ratings-Lv:hover::before {
    box-shadow: 0 0 0 8px rgb(211,209,202), 0 0 15px rgb(193,174,174);
    transform: scale(1.3);
}.client-experience-AO .learn-ratings-Lv img {
    width: 100px;
    box-shadow: 5px 5px 0 rgb(193,174,174,0.5);
    transform: rotate(-3deg);
    transition: all 0.3s ease;
    height: 100px;
    border: 3px solid #ffffff;
    object-fit: cover;
    border-radius: 29px;
    grid-area: image;
}.client-experience-AO .learn-ratings-Lv:hover img {
    transform: rotate(0deg) scale(1.05);
    box-shadow: 8px 8px 0 rgb(193,174,174);
}.client-experience-AO .learn-ratings-Lv p {
    color: #000000;
    margin: 0;
    align-self: end;
    position: relative;
    font-weight: 600;
    font-size: calc(20px * 1.1);
    padding-bottom: 0.5rem;
    grid-area: name;
}.client-experience-AO .learn-ratings-Lv p::after {
    bottom: 0;
    background: rgb(164,106,121);
    left: 0;
    width: 40px;
    transition: width 0.3s ease;
    content: "";
    height: 2px;
    position: absolute;
}.client-experience-AO .learn-ratings-Lv:hover p::after {
    width: 80px;
}.client-experience-AO .learn-ratings-Lv .description {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    line-height: 1.6;
    transition: all 0.3s ease;
    transform: translateX(0);
    position: relative;
    z-index: 1;
    margin: 0;
    border-radius: 29px;
    background: #ffffff;
    grid-area: description;
    color: #000000;
    padding: 1.5rem;
    font-weight: 400;
}.client-experience-AO .learn-ratings-Lv:hover .description {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    transform: translateX(10px);
}.client-experience-AO .learn-ratings-Lv .description::before {
    color: rgb(193,174,174,0.5);
    font-size: 4rem;
    position: absolute;
    left: 10px;
    content: "";
    line-height: 1;
    opacity: 0.2;
    top: 10px;
}.client-experience-AO .learn-ratings-Lv:nth-child(even) {
    margin-left: 30px;
}.client-experience-AO .learn-ratings-Lv:nth-child(even) img {
    transform: rotate(3deg);
}.client-experience-AO .learn-ratings-Lv:nth-child(even):hover img {
    transform: rotate(0deg) scale(1.05);
}

@media (max-width: 992px) {.client-experience-AO {
    padding: 5rem 1.5rem;
}.client-experience-AO h2 {
    margin-bottom: 3rem;
    transform: translateX(0);
    text-align: center;
}.client-experience-AO h2::after {
    left: 50%;
    transform: translateX(-50%) scaleX(1);
}.client-experience-AO:hover h2::after {
    transform: translateX(-50%) scaleX(1.5);
}
}

@media (max-width: 768px) {.client-experience-AO {
    padding: 4rem 1rem;
}.client-experience-AO .learner-views-k0 {
    gap: 5rem;
    padding-left: 40px;
}.client-experience-AO .learner-views-k0::before {
    left: 20px;
}.client-experience-AO .learn-ratings-Lv {
    grid-template-columns: 1fr;
    grid-template-areas: 
            "image"
            "name"
            "description";
    gap: 1rem;
}.client-experience-AO .learn-ratings-Lv::before {
    top: 30px;
    left: -40px;
}.client-experience-AO .learn-ratings-Lv img {
    justify-self: start;
}.client-experience-AO .learn-ratings-Lv p {
    padding-bottom: 0.7rem;
}.client-experience-AO .learn-ratings-Lv .description {
    padding: 1.2rem;
}.client-experience-AO .learn-ratings-Lv:nth-child(even) {
    margin-left: 0;
}
}

@media (max-width: 480px) {.client-experience-AO h2 {
    font-size: 31px;
}.client-experience-AO .learner-views-k0 {
    padding-left: 30px;
    gap: 4rem;
}.client-experience-AO .learner-views-k0::before {
    left: 15px;
}.client-experience-AO .learn-ratings-Lv::before {
    height: 15px;
    width: 15px;
    left: -30px;
}.client-experience-AO .learn-ratings-Lv img {
    width: 80px;
    height: 80px;
}}.statistical-details-WQ {
    z-index: 1;
    background: linear-gradient(to bottom right, #000000 0%, rgb(211,209,202) 100%);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}.statistical-details-WQ::before {
    background-size: 20px 20px;
    z-index: -1;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    background: 
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    width: 100%;
    top: 0;
}.statistical-details-WQ::after {
    background: radial-gradient(circle, rgb(193,174,174,0.5) 0%, transparent 50%);
    width: 200%;
    height: 200%;
    z-index: -1;
    opacity: 0.15;
    left: -50%;
    position: absolute;
    top: -50%;
    content: "";
}.statistical-details-WQ .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 0 15px;
}.statistical-details-WQ .statistics-plus-hy {
    position: relative;
    justify-content: center;
    display: flex;
    margin-top: 50px;
    flex-wrap: wrap;
    z-index: 2;
}.statistical-details-WQ .knowledge-statistics-GU {
    position: relative;
    text-align: center;
    overflow: visible;
    display: flex;
    align-items: center;
    flex-direction: column;
    border-radius: 0;
    margin: 0;
    padding: 0;
    width: calc(25% - 15px);
}.statistical-details-WQ .knowledge-statistics-GU:not(:last-child)::after {
    right: -7.5px;
    height: 1px;
    width: 15px;
    background: linear-gradient(90deg, rgb(193,174,174), transparent);
    top: 50%;
    z-index: 1;
    position: absolute;
    content: "";
}.statistical-details-WQ .knowledge-statistics-GU h4 {
    transition: transform 0.5s ease;
    color: #ffffff;
    font-size: 4rem;
    position: relative;
    line-height: 1;
    margin-bottom: 15px;
    font-weight: 700;
    transform: perspective(500px) translateZ(0);
    text-shadow: 0 0 15px rgb(193,174,174,0.5);
    display: inline-block;
}.statistical-details-WQ .knowledge-statistics-GU:hover h4 {
    transform: perspective(500px) translateZ(30px);
}.statistical-details-WQ .knowledge-statistics-GU span {
    margin: 0 auto;
    transform: perspective(500px) translateZ(0);
    font-size: 18px;
    transition: transform 0.5s ease;
    position: relative;
    opacity: 0.8;
    max-width: 85%;
    color: #ffffff;
}.statistical-details-WQ .knowledge-statistics-GU:hover span {
    transform: perspective(500px) translateZ(15px);
}.statistical-details-WQ .statistics-tracks-Y2 {
    position: relative;
    transform-style: preserve-3d;
    margin-bottom: 80px;
}.statistical-details-WQ .statistics-tracks-Y2::before {
    position: absolute;
    transform: translateY(-50%);
    background: rgb(193,174,174);
    top: 50%;
    width: 5px;
    border-radius: 3px;
    content: "";
    left: -30px;
    height: 70%;
}.statistical-details-WQ .key-pros-8G {
    text-align: left;
    text-transform: uppercase;
    position: relative;
    color: #ffffff;
    font-size: 29px;
    letter-spacing: 2px;
    margin-bottom: 20px;
    font-weight: 700;
}.statistical-details-WQ .statistics-benefits-23 {
    opacity: 0.8;
    font-size: 18px;
    line-height: 1.8;
    color: #ffffff;
    text-align: left;
    max-width: 70%;
}.statistical-details-WQ svg {
    height: 0;
    width: 0;
    fill: rgb(193,174,174);
}.statistical-details-WQ svg path {
    fill: rgb(193,174,174);
}.statistical-details-WQ .knowledge-statistics-GU::before {
    width: 30px;
    height: 30px;
    left: 50%;
    transition: all 0.3s ease;
    position: absolute;
    transform: translateX(-50%) rotate(45deg);
    background: rgb(193,174,174);
    content: "";
    opacity: 0.7;
    top: -45px;
}.statistical-details-WQ .knowledge-statistics-GU:hover::before {
    transform: translateX(-50%) rotate(225deg);
}@keyframes pulsate {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.8;
    }
}

.statistical-details-WQ .knowledge-statistics-GU::after {
    animation: pulsate 3s infinite ease-in-out;
}@keyframes slide {
    0%, 100% {
        transform: translateX(-100%);
    }
    50% {
        transform: translateX(100%);
    }
}

.statistical-details-WQ .statistics-plus-hy::before {
    top: -20px;
    content: "";
    z-index: 1;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(193,174,174), transparent);
    width: 100%;
    position: absolute;
    left: 0;
}.statistical-details-WQ .statistics-plus-hy::after {
    width: 100%;
    z-index: 1;
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(193,174,174), transparent);
    content: "";
    bottom: -20px;
    height: 1px;
}.statistical-details-WQ .container::before {
    width: 1px;
    left: 15px;
    top: 0;
    height: 100%;
    background: linear-gradient(180deg, transparent, rgb(193,174,174,0.5), transparent);
    z-index: 0;
    content: "";
    position: absolute;
}.statistical-details-WQ .container::after {
    top: 0;
    width: 1px;
    position: absolute;
    z-index: 0;
    height: 100%;
    right: 15px;
    background: linear-gradient(180deg, transparent, rgb(193,174,174,0.5), transparent);
    content: "";
}

@media (max-width: 1199px) {.statistical-details-WQ .knowledge-statistics-GU h4 {
    font-size: 3.5rem;
}.statistical-details-WQ .statistics-benefits-23 {
    max-width: 80%;
}
}

@media (max-width: 991px) {.statistical-details-WQ {
    padding: 80px 0;
}.statistical-details-WQ .knowledge-statistics-GU {
    width: calc(50% - 15px);
    margin-bottom: 40px;
}.statistical-details-WQ .knowledge-statistics-GU:nth-child(2n)::after {
    display: none;
}.statistical-details-WQ .knowledge-statistics-GU h4 {
    font-size: 3.2rem;
}.statistical-details-WQ .statistics-tracks-Y2 {
    margin-bottom: 60px;
}.statistical-details-WQ .key-pros-8G {
    font-size: calc(29px * 0.9);
}.statistical-details-WQ .statistics-benefits-23 {
    font-size: calc(18px * 0.95);
    max-width: 90%;
}
}

@media (max-width: 767px) {.statistical-details-WQ {
    padding: 70px 0;
}.statistical-details-WQ .knowledge-statistics-GU {
    width: calc(50% - 10px);
    margin-bottom: 35px;
}.statistical-details-WQ .knowledge-statistics-GU h4 {
    font-size: 2.8rem;
}.statistical-details-WQ .knowledge-statistics-GU span {
    font-size: calc(18px * 0.9);
}.statistical-details-WQ .statistics-tracks-Y2 {
    margin-bottom: 50px;
}.statistical-details-WQ .statistics-tracks-Y2::before {
    height: 60%;
    left: -20px;
}.statistical-details-WQ .key-pros-8G {
    letter-spacing: 1px;
    font-size: calc(29px * 0.8);
}.statistical-details-WQ .statistics-benefits-23 {
    font-size: calc(18px * 0.9);
    max-width: 100%;
}
}

@media (max-width: 575px) {.statistical-details-WQ {
    padding: 60px 0;
}.statistical-details-WQ .statistics-plus-hy {
    margin-top: 40px;
}.statistical-details-WQ .knowledge-statistics-GU {
    margin-bottom: 30px;
    width: 100%;
}.statistical-details-WQ .knowledge-statistics-GU:not(:last-child)::after {
    display: none;
}.statistical-details-WQ .knowledge-statistics-GU h4 {
    font-size: 2.5rem;
}.statistical-details-WQ .knowledge-statistics-GU span {
    font-size: calc(18px * 0.85);
    max-width: 90%;
}.statistical-details-WQ .statistics-tracks-Y2 {
    margin-bottom: 40px;
}.statistical-details-WQ .statistics-tracks-Y2::before {
    width: 3px;
    left: -15px;
}.statistical-details-WQ .key-pros-8G {
    font-size: calc(29px * 0.7);
}.statistical-details-WQ .statistics-benefits-23 {
    font-size: calc(18px * 0.85);
    line-height: 1.7;
}.statistical-details-WQ .knowledge-statistics-GU::before {
    width: 25px;
    height: 25px;
    top: -35px;
}}.appSpot-10 {
    overflow: hidden;
    padding: 5rem 2rem;
    background: linear-gradient(135deg, rgb(211,209,202) 0%, rgb(164,106,121,0.5) 100%);
    position: relative;
}.appSpot-10::before {
    background: 
        radial-gradient(circle at 10% 20%, rgb(193,174,174,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(164,106,121,0.5) 0%, transparent 40%);
    top: 0;
    position: absolute;
    left: 0;
    opacity: 0.15;
    width: 100%;
    height: 100%;
    z-index: 0;
    content: "";
}.appSpot-10::after {
    position: absolute;
    opacity: 0.05;
    height: 100%;
    content: "";
    transform: rotate(25deg);
    top: -50%;
    width: 100%;
    clip-path: polygon(50% 0%, 100% 0%, 100% 100%, 0% 100%);
    z-index: 0;
    background: rgb(255, 255, 255, 0.5);
    right: -50%;
}.appSpot-10 .container {
    perspective: 1000px;
    transform: translateZ(0);
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}.appSpot-10 h2 {
    opacity: 0;
    font-weight: 700;
    color: #000000;
    text-align: left;
    font-size: 29px;
    position: relative;
    max-width: 90%;
    transform: translateY(30px);
    line-height: 1.3;
    margin-bottom: 3rem;
    font-family: Arial, sans-serif;
    animation: slide-up 0.8s ease-out forwards;
    border-left: 5px solid rgb(193,174,174);
    padding-left: 1.5rem;
}.appSpot-10 .teach-method-F3 {
    opacity: 0;
    animation: slide-up 0.8s ease-out forwards 0.2s;
    padding: 3rem;
    background: #ffffff;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(0, 0, 0, 0.05);
    clip-path: polygon(0 0, 100% 0, 100% 92%, 95% 100%, 0 100%);
    transform: translateY(30px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.03);
    position: relative;
    overflow: hidden;
}.appSpot-10 .teach-method-F3::before {
    top: 0;
    width: 100%;
    height: 5px;
    position: absolute;
    content: "";
    left: 0;
    background: linear-gradient(90deg, rgb(193,174,174) 0%, rgb(164,106,121) 100%);
}.appSpot-10 ul {
    margin: 0;
    padding: 0;
    position: relative;
    list-style: none;
}.appSpot-10 li {
    padding: 0.5rem 0;
    position: relative;
}.appSpot-10 li::before {
    transform: scaleY(0);
    opacity: 0;
    height: 100%;
    content: "";
    position: absolute;
    width: 3px;
    top: 0;
    animation: grow-line 1.2s ease-out forwards 0.8s;
    left: -1.5rem;
    background: rgb(193,174,174,0.5);
    transform-origin: top;
}.appSpot-10 li span {
    color: #000000;
    font-size: 17px;
    display: block;
    padding-left: 0.5rem;
    text-align: left;
    opacity: 0;
    position: relative;
    font-family: Arial, sans-serif;
    line-height: 1.8;
    transform: translateX(20px);
    animation: fade-in-text 1s ease-out forwards 0.6s;
}@keyframes slide-up {
    0% {
        transform: translateY(30px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes grow-line {
    0% {
        transform: scaleY(0);
        opacity: 0;
    }
    100% {
        transform: scaleY(1);
        opacity: 1;
    }
}

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

.appSpot-10 .teach-method-F3:hover {
    transform: translateZ(0) scale(1.01);
    transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.07), 
                0 10px 20px rgba(0, 0, 0, 0.05);
}

@media (max-width: 991px) {.appSpot-10 {
    padding: 4rem 1.5rem;
}.appSpot-10 h2 {
    font-size: calc(29px * 0.9);
    max-width: 100%;
    margin-bottom: 2rem;
}.appSpot-10 .teach-method-F3 {
    padding: 2rem;
}
}

@media (max-width: 767px) {.appSpot-10 {
    padding: 3rem 1rem;
}.appSpot-10 h2 {
    border-left: 3px solid rgb(193,174,174);
    margin-bottom: 1.5rem;
    padding-left: 1rem;
    font-size: calc(29px * 0.8);
}.appSpot-10 .teach-method-F3 {
    padding: 1.5rem;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 90% 100%, 0 100%);
}.appSpot-10 li::before {
    left: -1rem;
}
}

@media (max-width: 575px) {.appSpot-10 {
    padding: 2rem 0.8rem;
}.appSpot-10 h2 {
    margin-bottom: 1.2rem;
    font-size: calc(29px * 0.7);
}.appSpot-10 .teach-method-F3 {
    padding: 1.2rem;
}.appSpot-10 li span {
    font-size: calc(17px * 0.95);
    line-height: 1.6;
}
}

@media (min-width: 1200px) {.appSpot-10 .container {
    align-items: flex-start;
    flex-direction: column;
    display: flex;
}.appSpot-10 h2 {
    max-width: 80%;
    margin-left: 3rem;
}.appSpot-10 .teach-method-F3 {
    transform: translateY(30px) translateX(-2rem);
    width: 85%;
    margin-left: auto;
}.appSpot-10 .teach-method-F3:hover {
    transform: translateZ(0) translateX(-2.5rem) scale(1.01);
}
}

@media (hover: hover) {.appSpot-10 .teach-method-F3 {
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
                    box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}}.pricing-set-Qr {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(211,209,202) 0%, rgba(245, 247, 252, 1) 100%);
    padding: 100px 0;
}.pricing-set-Qr::before {
    background-image: repeating-linear-gradient(
    45deg,
    rgba(0, 0, 0, 0.02) 0px,
    rgba(0, 0, 0, 0.02) 1px,
    transparent 1px,
    transparent 11px
  );
    z-index: 1;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    pointer-events: none;
    content: "";
    top: 0;
}.pricing-set-Qr .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 2;
    padding: 0 20px;
}.pricing-set-Qr .learning-plan-Ur {
    display: flex;
    flex-direction: column-reverse;
}.pricing-set-Qr .cost-fee-Pu {
    text-align: center;
    margin-bottom: 50px;
    transition: transform 0.5s ease-out;
}.pricing-set-Qr .cost-fee-Pu h2 {
    color: #000000;
    font-size: 38px;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 15px;
    position: relative;
}.pricing-set-Qr .cost-fee-Pu h2::after {
    transform: translateX(-50%);
    left: 50%;
    height: 3px;
    position: absolute;
    background: rgb(193,174,174);
    width: 80px;
    bottom: -10px;
    content: "";
}.pricing-set-Qr .cost-card-ld {
    max-width: 700px;
    overflow-wrap: break-word;
    line-height: 1.6;
    color: #000000;
    margin: 0 auto;
    font-size: 14px;
    word-break: break-word;
    white-space: normal;
}.pricing-set-Qr .discount-tier-Rw {
    grid-template-columns: 1fr;
    gap: 30px;
    display: grid;
}.pricing-set-Qr .plan-fees-fG {
    border-radius: 8px;
    text-decoration: none;
    color: #000000;
    display: block;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    position: relative;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.pricing-set-Qr .plan-fees-fG:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}.pricing-set-Qr .pricing-list-Jt {
    flex-direction: column;
    min-height: 450px;
    overflow: hidden;
    background-color: #ffffff;
    position: relative;
    display: flex;
}.pricing-set-Qr .learning-cost-ry {
    position: relative;
    white-space: normal;
    flex: 1;
    word-break: break-word;
    padding: 30px;
    flex-direction: column;
    z-index: 2;
    overflow-wrap: break-word;
    display: flex;
}.pricing-set-Qr .learning-cost-ry h3 {
    transition: transform 0.3s ease;
    position: relative;
    transform: translateX(0);
    color: #000000;
    font-weight: 600;
    margin-bottom: 8px;
    font-size: calc(19px + 2px);
}.pricing-set-Qr .plan-fees-fG:hover .learning-cost-ry h3 {
    transform: translateX(5px);
}.pricing-set-Qr .learn-rates-oI {
    font-size: calc(19px + 4px);
    position: relative;
    margin: 15px 0;
    display: inline-block;
    color: rgb(193,174,174);
    font-weight: 700;
}.pricing-set-Qr .learn-rates-oI::before {
    content: "";
    left: -20px;
    width: 10px;
    height: 2px;
    position: absolute;
    opacity: 0;
    transform: translateX(-10px);
    transition: all 0.3s ease;
    background: rgb(193,174,174);
    top: 50%;
}.pricing-set-Qr .plan-fees-fG:hover .learn-rates-oI::before {
    opacity: 1;
    transform: translateX(0);
}.pricing-set-Qr .learning-cost-ry p {
    line-height: 1.6;
    margin-top: 15px;
    word-break: break-word;
    flex: 1;
    color: #000000;
    white-space: normal;
    font-size: 14px;
    overflow-wrap: break-word;
}.pricing-set-Qr .img-img-AR {
    width: 100%;
    height: 200px;
    transition: transform 0.6s ease;
    overflow: hidden;
    position: relative;
}.pricing-set-Qr .img-img-AR::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    background: linear-gradient(0deg, rgba(rgb(193,174,174,0.5), 0.2) 0%, rgba(0, 0, 0, 0) 100%);
}.pricing-set-Qr .plan-fees-fG:hover .img-img-AR {
    transform: scale(1.05);
}.pricing-set-Qr .plan-fees-fG:nth-child(odd) .pricing-list-Jt {
    background: linear-gradient(135deg, #ffffff 0%, rgba(245, 247, 252, 1) 100%);
}.pricing-set-Qr .plan-fees-fG:nth-child(even) .pricing-list-Jt {
    background: linear-gradient(135deg, rgba(245, 247, 252, 1) 0%, #ffffff 100%);
}.pricing-set-Qr .plan-fees-fG:nth-child(1) {
    animation: fadeInUp 0.6s 0.1s both;
}.pricing-set-Qr .plan-fees-fG:nth-child(2) {
    animation: fadeInUp 0.6s 0.2s both;
}.pricing-set-Qr .plan-fees-fG:nth-child(3) {
    animation: fadeInUp 0.6s 0.3s both;
}.pricing-set-Qr .plan-fees-fG:nth-child(4) {
    animation: fadeInUp 0.6s 0.4s both;
}

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

@media (min-width: 768px) {.pricing-set-Qr .discount-tier-Rw {
    grid-template-columns: repeat(2, 1fr);
}.pricing-set-Qr .cost-fee-Pu {
    margin-bottom: 60px;
}.pricing-set-Qr .learning-cost-ry h3 {
    font-size: 19px;
}.pricing-set-Qr .learn-rates-oI {
    font-size: calc(19px + 2px);
}.pricing-set-Qr .learning-cost-ry p {
    font-size: calc(14px - 1px);
}
}

@media (min-width: 992px) {.pricing-set-Qr .learning-plan-Ur {
    align-items: center;
    flex-direction: row;
    gap: 50px;
}.pricing-set-Qr .cost-fee-Pu {
    margin-bottom: 0;
    flex: 0 0 30%;
    text-align: left;
}.pricing-set-Qr .cost-fee-Pu h2::after {
    transform: none;
    left: 0;
}.pricing-set-Qr .discount-tier-Rw {
    flex: 0 0 70%;
    grid-template-columns: repeat(2, 1fr);
}.pricing-set-Qr .learning-cost-ry {
    padding: 35px;
}
}

@media (min-width: 1200px) {.pricing-set-Qr .discount-tier-Rw {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}.pricing-set-Qr .pricing-list-Jt {
    min-height: 500px;
}.pricing-set-Qr .img-img-AR {
    height: 220px;
}.pricing-set-Qr .learning-cost-ry h3 {
    font-size: calc(19px + 2px);
}.pricing-set-Qr .learn-rates-oI {
    font-size: calc(19px + 6px);
}}.training-benefits-Z5 {
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(211,209,202) 0%, rgb(193,174,174,0.5) 100%);
}.training-benefits-Z5::before {
    background: 
        radial-gradient(circle at 20% 30%, rgb(193,174,174,0.5) 0%, transparent 10%),
        radial-gradient(circle at 80% 70%, rgb(164,106,121,0.5) 0%, transparent 20%);
    width: 100%;
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    animation: pulse 15s infinite alternate;
    height: 100%;
    z-index: 1;
}.training-benefits-Z5 .teach-method-F3 {
    padding: 0 2rem;
    display: flex;
    max-width: 1200px;
    align-items: center;
    position: relative;
    margin: 0 auto;
    flex-direction: row-reverse;
    z-index: 5;
}.training-benefits-Z5 .img-img-AR {
    position: relative;
    height: 500px;
    transition: transform 0.5s ease;
    border-radius: 22px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    transform: perspective(1000px) rotateY(-5deg);
    flex: 0 0 45%;
    overflow: hidden;
}.training-benefits-Z5 .img-img-AR::after {
    height: 100%;
    position: absolute;
    content: '';
    width: 100%;
    background: linear-gradient(135deg, transparent 0%, rgb(164,106,121,0.5) 100%);
    top: 0;
    z-index: 1;
    left: 0;
}.training-benefits-Z5 .post-container-zq {
    padding-right: 5rem;
    flex: 0 0 55%;
}.training-benefits-Z5 h2 {
    position: relative;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    font-size: 35px;
    font-weight: 700;
    color: #000000;
}.training-benefits-Z5 h2::after {
    content: '';
    background: rgb(193,174,174);
    width: 80px;
    position: absolute;
    left: 0;
    border-radius: 10px;
    bottom: 0;
    height: 4px;
}.training-benefits-Z5 .text_main_holder {
    gap: 1.5rem;
    grid-template-columns: 1fr;
    display: grid;
}.training-benefits-Z5 .text_main_holder > div {
    display: flex;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    transform: translateX(0);
    padding: 1.5rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    align-items: flex-start;
    border-radius: 10px;
}.training-benefits-Z5 .text_main_holder > div:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translateX(10px);
}.training-benefits-Z5 .text_main_holder svg {
    height: 2.5rem;
    flex-shrink: 0;
    margin-right: 1rem;
    width: 2.5rem;
    fill: rgb(193,174,174);
}.training-benefits-Z5 .text_main_holder svg path {
    stroke-width: 0.5;
    stroke: #ffffff;
    fill: rgb(193,174,174);
}.training-benefits-Z5 .text_main_holder p {
    line-height: 1.6;
    color: #000000;
    margin: 0;
    font-size: 17px;
}

@keyframes pulse {
    0% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.8;
    }
    100% {
        opacity: 0.5;
    }
}

@media (max-width: 992px) {.training-benefits-Z5 .teach-method-F3 {
    flex-direction: column;
}.training-benefits-Z5 .img-img-AR {
    margin-bottom: 3rem;
    flex: 0 0 100%;
    height: 400px;
    transform: perspective(1000px) rotateY(0);
}.training-benefits-Z5 .post-container-zq {
    padding-right: 0;
    flex: 0 0 100%;
}
}

@media (max-width: 768px) {.training-benefits-Z5 {
    padding: 4rem 0;
}.training-benefits-Z5 .img-img-AR {
    height: 300px;
}.training-benefits-Z5 h2 {
    font-size: calc(35px * 0.85);
}.training-benefits-Z5 .text_main_holder > div {
    padding: 1.2rem;
}
}

@media (max-width: 576px) {.training-benefits-Z5 .teach-method-F3 {
    padding: 0 1rem;
}.training-benefits-Z5 .img-img-AR {
    height: 250px;
}.training-benefits-Z5 .text_main_holder svg {
    height: 2rem;
    width: 2rem;
}}.training-specialist-1v {
    background: linear-gradient(to bottom, #000000 0%, rgb(211,209,202) 100%);
    position: relative;
    overflow: hidden;
    padding: 8rem 0;
}.training-specialist-1v::before {
    width: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(193,174,174,0.5) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgb(164,106,121,0.5) 0%, transparent 25%);
    height: 100%;
    position: absolute;
    filter: blur(60px);
    top: 0;
    animation: ambientLight 20s ease-in-out infinite alternate;
    content: "";
    left: 0;
}@keyframes ambientLight {
    0% { opacity: 0.3; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.1); }
    100% { opacity: 0.3; transform: scale(1); }
}

.training-specialist-1v .container {
    padding: 0 2rem;
    max-width: 1200px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
    perspective: 1000px;
}.training-specialist-1v .learn-ratings-Lv {
    border-radius: 12px;
    display: flex;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgb(164,106,121,0.5),
        inset 0 0 30px rgb(193,174,174,0.5);
    position: relative;
    flex-wrap: wrap;
    transform-style: preserve-3d;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(15px);
    transform: rotateX(5deg) rotateY(-5deg);
    padding: 3rem;
}.training-specialist-1v .learn-ratings-Lv:hover {
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.3),
        0 0 0 2px rgb(164,106,121,0.5),
        inset 0 0 50px rgb(193,174,174,0.5);
    transform: rotateX(0) rotateY(0);
}.training-specialist-1v .img-img-AR {
    top: -90px;
    border-radius: 50%;
    height: 180px;
    left: 50%;
    position: absolute;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.3),
        0 0 0 5px rgb(193,174,174,0.5);
    width: 180px;
    transform: translateX(-50%) translateZ(30px);
    border: 3px solid #ffffff;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}.training-specialist-1v .learn-ratings-Lv:hover .img-img-AR {
    transform: translateX(-50%) translateZ(50px);
}.training-specialist-1v .name {
    text-shadow: 0 0 10px rgb(193,174,174,0.5);
    color: #ffffff;
    letter-spacing: 1px;
    font-weight: 700;
    transform: translateZ(20px);
    text-align: center;
    font-size: 36px;
    width: 100%;
    margin-top: 100px;
}.training-specialist-1v .learn-ratings-Lv span:not(.name) {
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 0.5rem;
    transform: translateZ(15px);
    width: 100%;
    color: rgb(164,106,121);
    font-weight: 600;
    text-align: center;
    font-size: 16px;
}.training-specialist-1v .work-items-5p {
    padding: 2rem;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
    width: 100%;
    border-radius: 10px;
    position: relative;
    color: #ffffff;
    font-size: 16px;
    transition: transform 0.3s ease;
    border-left: 3px solid rgb(193,174,174);
    line-height: 1.7;
    transform: translateZ(10px);
    margin-top: 2rem;
}.training-specialist-1v .work-items-5p::before {
    position: absolute;
    mix-blend-mode: overlay;
    background: linear-gradient(45deg, rgb(193,174,174,0.5) 0%, transparent 70%);
    border-radius: 10px;
    height: 100%;
    content: "";
    left: 0;
    opacity: 0.1;
    width: 100%;
    top: 0;
}.training-specialist-1v .learn-ratings-Lv:hover .work-items-5p {
    transform: translateZ(25px);
}

@media (max-width: 991px) {.training-specialist-1v {
    padding: 7rem 0 5rem;
}.training-specialist-1v .learn-ratings-Lv {
    padding: 2.5rem 2rem;
}.training-specialist-1v .img-img-AR {
    width: 150px;
    height: 150px;
    top: -75px;
}.training-specialist-1v .name {
    margin-top: 80px;
}.training-specialist-1v .work-items-5p {
    padding: 1.5rem;
}
}

@media (max-width: 767px) {.training-specialist-1v {
    padding: 6rem 0 3rem;
}.training-specialist-1v .container {
    padding: 0 1rem;
}.training-specialist-1v .learn-ratings-Lv {
    transform: none;
    padding: 2rem 1.5rem;
}.training-specialist-1v .img-img-AR {
    top: -60px;
    width: 120px;
    height: 120px;
}.training-specialist-1v .name {
    margin-top: 70px;
    font-size: calc(36px - 2px);
}.training-specialist-1v .learn-ratings-Lv span:not(.name) {
    font-size: calc(16px - 1px);
}.training-specialist-1v .work-items-5p {
    padding: 1.2rem;
    font-size: calc(16px - 1px);
    margin-top: 1.5rem;
}.training-specialist-1v .learn-ratings-Lv:hover {
    transform: none;
}}.program-overview-YV {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(211,209,202) 0%, rgba(245, 247, 250, 0.95) 100%);
}.program-overview-YV::before {
    opacity: 0.3;
    position: absolute;
    animation: patternFloat 60s infinite linear;
    width: 100%;
    z-index: 0;
    content: "";
    background-image: 
        radial-gradient(circle at 10% 10%, rgb(193,174,174,0.5) 1px, transparent 5px),
        radial-gradient(circle at 20% 40%, rgb(193,174,174,0.5) 1px, transparent 5px),
        radial-gradient(circle at 30% 70%, rgb(193,174,174,0.5) 1px, transparent 5px),
        radial-gradient(circle at 70% 20%, rgb(193,174,174,0.5) 1px, transparent 5px),
        radial-gradient(circle at 90% 60%, rgb(193,174,174,0.5) 1px, transparent 5px);
    right: 0;
    top: 0;
    height: 100%;
    background-size: 120px 120px;
}.program-overview-YV::after {
    transform: scale(2);
    right: -50%;
    z-index: 0;
    opacity: 0.15;
    content: "";
    top: -50%;
    position: absolute;
    height: 100%;
    width: 100%;
    background: radial-gradient(circle at center, rgb(193,174,174,0.5) 0%, transparent 70%);
}.program-overview-YV .container {
    max-width: 1200px;
    z-index: 1;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}.program-overview-YV .tech-training-3y {
    grid-template-columns: 1fr;
    gap: 40px;
    animation: fadeInUp 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    transform: translateY(20px);
    display: grid;
    position: relative;
}.program-overview-YV .img-img-AR {
    height: 380px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    transform: perspective(1000px) rotateY(2deg);
    overflow: hidden;
}.program-overview-YV .img-img-AR::before {
    content: "";
    background: linear-gradient(to right, 
        rgba(#000000, 0.5) 0%, 
        rgba(#000000, 0.2) 50%, 
        rgba(#000000, 0) 100%);
    width: 100%;
    z-index: 1;
    top: 0;
    position: absolute;
    left: 0;
    height: 100%;
}.program-overview-YV .img-img-AR::after {
    height: 30%;
    bottom: 0;
    width: 100%;
    content: "";
    left: 0;
    background: linear-gradient(to top, 
        rgba(#000000, 0.7) 0%, 
        rgba(#000000, 0) 100%);
    position: absolute;
    z-index: 1;
}.program-overview-YV .img-img-AR:hover {
    transform: perspective(1000px) rotateY(0deg) scale(1.02);
}.program-overview-YV .post-container-zq {
    transform: translateZ(0);
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px -10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    border-left: 4px solid rgb(193,174,174);
    position: relative;
    background: #ffffff;
}.program-overview-YV .post-container-zq::before {
    top: 0;
    content: "";
    height: 100%;
    background: linear-gradient(135deg, 
        rgba(rgb(193,174,174,0.5), 0.05) 0%, 
        rgba(#ffffff, 0.95) 100%);
    left: 0;
    width: 100%;
    z-index: -1;
    position: absolute;
}.program-overview-YV h3 {
    margin-bottom: 24px;
    font-size: calc(23px * 1.1);
    position: relative;
    font-family: Arial, sans-serif;
    transform: translateX(0);
    color: rgb(193,174,174);
    line-height: 1.4;
    font-weight: 700;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.program-overview-YV h3::after {
    transform-origin: left;
    position: absolute;
    bottom: -10px;
    left: 0;
    background: rgb(164,106,121);
    content: "";
    width: 60px;
    transform: scaleX(1);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    height: 3px;
}.program-overview-YV .post-container-zq:hover h3 {
    transform: translateX(5px);
}.program-overview-YV .post-container-zq:hover h3::after {
    transform: scaleX(1.5);
}.program-overview-YV p.description {
    color: #000000;
    transform: translateY(0);
    column-count: 1;
    font-size: 13px;
    font-family: Arial, sans-serif;
    line-height: 1.8;
    position: relative;
    transition: opacity 0.5s, transform 0.5s;
    opacity: 1;
    margin-bottom: 20px;
    column-gap: 30px;
}.program-overview-YV span.description {
    display: none;
}.program-overview-YV .post-container-zq div {
    position: relative;
    overflow: hidden;
}

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

@keyframes patternFloat {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 500px 500px;
    }
}

@media (min-width: 768px) {.program-overview-YV {
    padding: 150px 0;
}.program-overview-YV .tech-training-3y {
    gap: 60px;
    align-items: center;
    grid-template-columns: 1fr 1fr;
}.program-overview-YV .img-img-AR {
    height: 450px;
    transform: perspective(1000px) rotateY(5deg);
}.program-overview-YV p.description {
    column-count: 2;
}.program-overview-YV .post-container-zq {
    padding: 40px;
}.program-overview-YV h3 {
    margin-bottom: 30px;
    font-size: 28px;
}.program-overview-YV h3::after {
    width: 80px;
}
}

@media (min-width: 992px) {.program-overview-YV .tech-training-3y {
    gap: 80px;
}.program-overview-YV .img-img-AR {
    height: 520px;
}.program-overview-YV .post-container-zq {
    padding: 50px;
}.program-overview-YV h3 {
    font-size: calc(28px * 1.1);
}.program-overview-YV p.description {
    line-height: 1.9;
    font-size: calc(13px * 1.05);
}
}

@media (max-width: 767px) {.program-overview-YV {
    padding: 80px 0;
}.program-overview-YV .img-img-AR {
    height: 280px;
    transform: perspective(1000px) rotateY(3deg);
}.program-overview-YV .post-container-zq {
    padding: 25px 20px;
}.program-overview-YV h3 {
    margin-bottom: 20px;
    font-size: calc(23px * 1.05);
}.program-overview-YV h3::after {
    width: 50px;
    height: 2px;
}.program-overview-YV p.description {
    line-height: 1.7;
    font-size: calc(13px * 0.95);
}
}

@media (hover: hover) {.program-overview-YV .img-img-AR::before {
    transition: opacity 0.5s ease;
}.program-overview-YV .img-img-AR:hover::before {
    opacity: 0.7;
}}.dialogCookieSettings-jm {
    display: flex;
    position: fixed;
    bottom: 0;
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.5);
    background: rgb(211,209,202);
    padding: 20px 0;
    z-index: 100;
    border-top: 3px solid rgb(193,174,174);
    width: 100%;
    justify-content: center;
}.cookie-confirm-PG {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 11px;
    padding: 20px;
    display: flex;
    width: 90%;
    max-width: 1200px;
    justify-content: space-between;
    margin: auto;
    align-items: center;
    border: 2px solid rgb(193,174,174);
}.data-opt-rI {
    margin-right: 20px;
    flex-shrink: 0;
}.data-opt-rI svg {
    fill: rgb(193,174,174);
    height: 50px;
    width: 50px;
}.cookie-lock-b5 {
    color: #ffffff;
    flex-grow: 1;
    text-align: left;
}.cookie-lock-b5 h5 {
    font-size: 20px;
    color: rgb(193,174,174);
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 10px;
}.cookie-lock-b5 p {
    color: #ffffff;
    margin: 0;
    line-height: 1.5;
    font-size: 14px;
}.cookie-lock-b5 p a {
    text-decoration: underline;
    color: rgb(193,174,174);
}.tracking-policy-nR {
    cursor: pointer;
    background: rgb(193,174,174);
    padding: 10px 20px;
    text-align: center;
    font-size: 16px;
    border-radius: 10px;
    color: #ffffff;
    text-decoration: none;
    min-width: 120px;
    border: none;
    flex-shrink: 0;
}.cookie_button.manage-tracking-bh {
    margin-right: 10px;
}#cookie-alert-dialog-Jk {
    display: none;
}#cookie-alert-dialog-Jk:checked ~ .dialogCookieSettings-jm {
    opacity: 0;
    visibility: hidden;
}
@media only screen and (max-width: 1200px) {.cookie-confirm-PG {
    flex-direction: column;
    text-align: center;
    align-items: center;
}.data-opt-rI {
    margin-bottom: 20px;
    margin-right: 0;
}.tracking-policy-nR {
    width: 100%;
    margin: 10px 0;
    max-width: 250px;
}
}
