* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}html,body {
    height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
    min-height: 100%;
}a {
    color: inherit;
    text-decoration: none;
}header,footer {
    width: 100%;
}.webinar-live-log {
    flex: 0 0 auto;
}.wrapper-canvas-log {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
}svg {
    width: 30px;
    height: 30px;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1196px;
}.site-header-log {
    flex: 1 0 auto;
}::-webkit-scrollbar {
    width: 1rem;
}::-webkit-scrollbar-track {
    background: rgb(158,181,205);
    margin: 5px 0;
}::-webkit-scrollbar-track:active {
    background: rgb(158,181,205,0.5);
}::-webkit-scrollbar-thumb {
    border-radius: 9999px;
    box-shadow: 4px -5px 3px 2px rgba(0, 0, 0, 0.1);
    background: radial-gradient(ellipse at top left, rgb(158,181,205) 25%, rgb(204,216,230) 22%);
    transition: background 4.1s ease;
}::-webkit-scrollbar-thumb:hover {
    border-color: rgb(255, 255, 255, 0.5);
}::-webkit-scrollbar-corner {
    background: rgb(108,147,176,0.5);
    border-radius: 7px;
}html {
    scrollbar-color: rgb(255, 255, 255, 0.5) rgb(108,147,176,0.5);
    scrollbar-width: none;
}
@media (max-width: 768px) {::-webkit-scrollbar {
    width: 8px;
}::-webkit-scrollbar-thumb {
    background: rgb(255, 255, 255, 0.5);
}
}

@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.teaching-experience-log {
    overflow: hidden;
    position: relative;
    padding: 100px 0;
    background: rgb(204,216,230);
}.teaching-experience-log::before {
    position: absolute;
    left: 0;
    width: 100%;
    content: "";
    top: 0;
    opacity: 0.3;
    background: linear-gradient(90deg, 
        transparent 9%, 
        rgb(158,181,205,0.5) 10%, 
        transparent 11%);
    height: 100%;
    animation: gradientSlide 30s linear infinite;
    background-size: 150px 100%;
}.teaching-experience-log .container {
    z-index: 2;
    position: relative;
    margin: 0 auto;
    max-width: 800px;
}.teaching-experience-log .feedback-corner-log {
    display: flex;
    background: #ffffff;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    flex-direction: column;
    padding: 60px 40px 40px;
    border-radius: 2px;
    position: relative;
}.teaching-experience-log .feedback-corner-log:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}.teaching-experience-log .photo-card-log {
    transition: all 0.5s ease;
    top: -60px;
    width: 120px;
    border-radius: 2px;
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    left: 40px;
    height: 120px;
    transform: rotate(0deg);
    box-shadow: 10px 10px 0 #ffffff, 12px 12px 0 rgb(158,181,205);
}.teaching-experience-log .feedback-corner-log:hover .photo-card-log {
    transform: rotate(-5deg);
}.teaching-experience-log .name {
    margin-top: 40px;
    color: #000000;
    transition: transform 0.5s ease;
    font-size: calc(23px * 1.2);
    letter-spacing: -0.5px;
    font-weight: 700;
    transform: translateX(0);
    margin-left: 0;
}.teaching-experience-log .feedback-corner-log:hover .name {
    transform: translateX(10px);
}.teaching-experience-log .feedback-corner-log span:not(.name) {
    transition: transform 0.5s ease;
    text-transform: uppercase;
    color: #000000;
    transform: translateX(0);
    letter-spacing: 1px;
    font-weight: 300;
    font-size: 13px;
    margin-top: 5px;
}.teaching-experience-log .feedback-corner-log:hover span:not(.name) {
    transform: translateX(10px);
    color: rgb(158,181,205);
}.teaching-experience-log .employee-area-log {
    transition: padding 0.5s ease;
    padding-left: 0;
    position: relative;
    color: #000000;
    font-weight: 400;
    font-size: 13px;
    margin-top: 40px;
    line-height: 1.8;
}.teaching-experience-log .employee-area-log::before {
    width: 30px;
    transform: scaleX(0);
    transform-origin: right;
    background: rgb(158,181,205);
    height: 2px;
    left: -40px;
    position: absolute;
    top: 15px;
    transition: transform 0.5s ease;
    content: "";
}.teaching-experience-log .feedback-corner-log:hover .employee-area-log {
    padding-left: 20px;
}.teaching-experience-log .feedback-corner-log:hover .employee-area-log::before {
    transform: scaleX(1);
}

@keyframes gradientSlide {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 0%;
    }
}

@media (max-width: 768px) {.teaching-experience-log {
    padding: 80px 0;
}.teaching-experience-log .feedback-corner-log {
    padding: 80px 25px 30px;
    margin: 0 15px;
}.teaching-experience-log .photo-card-log {
    width: 100px;
    left: 25px;
    height: 100px;
}.teaching-experience-log .name {
    font-size: 23px;
}.teaching-experience-log .employee-area-log {
    font-size: calc(13px * 0.95);
}.teaching-experience-log .employee-area-log::before {
    width: 20px;
    left: -25px;
}}.thankYouBox-log {
    min-height: 100vh;
    display: flex;
    overflow: hidden;
    align-items: center;
    background: linear-gradient(135deg, rgb(204,216,230) 0%, #ffffff 100%);
    perspective: 1000px;
    position: relative;
    justify-content: center;
}.thankYouBox-log::before {
    content: "";
    background: 
        linear-gradient(120deg, rgb(158,181,205,0.5) 0%, transparent 40%),
        linear-gradient(-120deg, rgb(108,147,176,0.5) 0%, transparent 40%);
    top: -10%;
    pointer-events: none;
    left: -5%;
    width: 120%;
    z-index: 0;
    transform: rotate(-5deg) skewX(5deg);
    height: 120%;
    position: absolute;
}.thankYouBox-log::after {
    content: "";
    width: 60%;
    height: 60%;
    position: absolute;
    filter: blur(80px);
    transform: rotate(15deg);
    z-index: 0;
    bottom: -20%;
    right: -20%;
    background: linear-gradient(135deg, rgb(158,181,205,0.5) 0%, rgb(108,147,176,0.5) 100%);
    opacity: 0.2;
}.thankYouBox-log .container {
    position: relative;
    width: 90%;
    animation: container-entry 1.2s cubic-bezier(0.215, 0.610, 0.355, 1.000) forwards;
    max-width: 1200px;
    z-index: 2;
    transform-style: preserve-3d;
}.thankYouBox-log .method-edu-log {
    background-color: #ffffff;
    transition: transform 0.5s ease;
    position: relative;
    transform: translateZ(0) rotateX(2deg);
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 30px), 
        calc(100% - 30px) 100%, 
        0 100%
    );
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(0, 0, 0, 0.02);
    transform-style: preserve-3d;
    padding: calc(2rem + 3vw);
}.thankYouBox-log .method-edu-log::before {
    border: 1px solid rgb(158,181,205,0.5);
    transform: translateZ(-10px);
    bottom: 20px;
    pointer-events: none;
    opacity: 0.4;
    right: 20px;
    left: 20px;
    content: "";
    position: absolute;
    top: 20px;
}.thankYouBox-log .method-edu-log:hover {
    transform: translateZ(10px) rotateX(0deg);
}.thankYouBox-log .method-edu-log > div:first-child {
    transform: translateZ(20px);
    margin-bottom: 2rem;
    position: relative;
}.thankYouBox-log .method-edu-log > div:first-child::after {
    left: 0;
    transform-origin: left center;
    content: "";
    transform: scaleX(1);
    height: 4px;
    position: absolute;
    width: 80px;
    background: linear-gradient(90deg, rgb(158,181,205) 0%, rgb(108,147,176) 100%);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    bottom: -10px;
}.thankYouBox-log .method-edu-log:hover > div:first-child::after {
    transform: scaleX(1.5);
}.thankYouBox-log h5 {
    line-height: 1.4;
    transform: translateZ(30px);
    color: #000000;
    font-weight: 700;
    position: relative;
    font-size: 24px;
    transition: transform 0.5s ease;
    margin: 0;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}.thankYouBox-log .method-edu-log:hover h5 {
    transform: translateZ(40px);
}.thankYouBox-log .method-edu-log > div:last-child {
    transition: transform 0.5s ease;
    transform: translateZ(10px);
    position: relative;
}.thankYouBox-log .method-edu-log:hover > div:last-child {
    transform: translateZ(20px);
}.thankYouBox-log p {
    color: #000000;
    font-weight: 400;
    line-height: 1.8;
    transform: translateZ(0);
    margin: 0;
    font-size: 12px;
    transition: color 0.3s ease, transform 0.5s ease;
    position: relative;
}.thankYouBox-log a {
    display: block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    transition: transform 0.3s ease;
}.thankYouBox-log a::before {
    transform: translateY(10px);
    z-index: -1;
    transition: opacity 0.3s ease, transform 0.3s ease;
    opacity: 0;
    width: 100%;
    background: linear-gradient(135deg, 
        transparent 0%, 
        transparent 95%, 
        rgb(158,181,205,0.5) 95%, 
        rgb(158,181,205,0.5) 100%
    );
    height: 100%;
    content: "";
    left: 0;
    position: absolute;
    bottom: 0;
}.thankYouBox-log a:hover::before {
    transform: translateY(0);
    opacity: 0.2;
}.thankYouBox-log a:hover p {
    color: rgb(158,181,205);
    transform: translateZ(5px);
}

@keyframes container-entry {
    0% {
        opacity: 0;
        transform: translateY(40px) translateZ(-100px) rotateX(10deg);
    }
    100% {
        opacity: 1;
        transform: translateY(0) translateZ(0) rotateX(0);
    }
}

@media (max-width: 991px) {.thankYouBox-log {
    padding: 4rem 0;
}.thankYouBox-log .method-edu-log {
    padding: calc(1.5rem + 2vw);
    transform: translateZ(0) rotateX(1deg);
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 20px), 
            calc(100% - 20px) 100%, 
            0 100%
        );
}.thankYouBox-log h5 {
    font-size: calc(24px * 0.9);
    line-height: 1.5;
}.thankYouBox-log p {
    font-size: calc(12px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 767px) {.thankYouBox-log {
    min-height: auto;
}.thankYouBox-log .container {
    width: 95%;
}.thankYouBox-log .method-edu-log {
    padding: 1.5rem;
    transform: none;
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 15px), 
            calc(100% - 15px) 100%, 
            0 100%
        );
}.thankYouBox-log .method-edu-log::before {
    right: 10px;
    top: 10px;
    left: 10px;
    bottom: 10px;
}.thankYouBox-log .method-edu-log > div:first-child::after {
    width: 60px;
    height: 3px;
}.thankYouBox-log h5 {
    font-size: calc(24px * 0.85);
    transform: none;
}.thankYouBox-log p {
    font-size: calc(12px * 0.9);
    line-height: 1.6;
}.thankYouBox-log .method-edu-log:hover h5,
    .thankYouBox-log .method-edu-log:hover > div:last-child,
    .thankYouBox-log .method-edu-log:hover {
    transform: none;
}
}

@media (max-width: 480px) {.thankYouBox-log {
    padding: 3rem 0;
}.thankYouBox-log .method-edu-log {
    padding: 1.25rem;
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 10px), 
            calc(100% - 10px) 100%, 
            0 100%
        );
    box-shadow: 
            0 10px 25px rgba(0, 0, 0, 0.08),
            0 3px 10px rgba(0, 0, 0, 0.04),
            0 0 0 1px rgba(0, 0, 0, 0.02);
}.thankYouBox-log h5 {
    font-size: calc(24px * 0.8);
    line-height: 1.4;
}.thankYouBox-log p {
    font-size: calc(12px * 0.85);
    line-height: 1.5;
}.thankYouBox-log .method-edu-log > div:first-child {
    margin-bottom: 1.5rem;
}.thankYouBox-log .method-edu-log > div:first-child::after {
    width: 50px;
    bottom: -8px;
    height: 3px;
}}header {
    background: rgb(204,216,230);
    width: 100%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    z-index: 100;
    padding: 1rem 0;
    position: relative;
}header::before {
    content: '';
    height: 100%;
    position: absolute;
    z-index: 0;
    width: 100%;
    background: linear-gradient(to right, 
        rgb(158,181,205,0.5) 0%, 
        transparent 20%, 
        transparent 80%, 
        rgb(108,147,176,0.5) 100%);
    left: 0;
    opacity: 0.4;
    top: 0;
}header .container {
    margin: 0;
    z-index: 1;
    width: 100%;
    padding: 0 2%;
    max-width: 100%;
    position: relative;
}header .head-lesson-log {
    grid-template-columns: 1fr 3fr 1fr;
    grid-template-areas:
        "logo logo logo"
        "left menu right";
    align-items: center;
    display: grid;
    gap: 1rem;
}header .nav-site-log {
    padding: 0.5rem 1rem;
    display: flex;
    grid-area: logo;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    position: relative;
}header .nav-site-log::after {
    content: '';
    bottom: 0;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    position: absolute;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(158,181,205), 
        rgb(108,147,176), 
        rgb(158,181,205), 
        transparent);
}header .nav-site-log svg {
    width: 160px;
    height: auto;
    transition: all 0.3s ease;
}header .nav-site-log:hover svg {
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.1));
    transform: translateY(-3px);
}header .header-pagewrap-log {
    gap: 0.5rem;
    border-radius: 27px;
    display: flex;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
    background: rgba(255, 255, 255, 0.5);
    padding: 0.6rem;
    grid-area: menu;
    align-items: center;
    justify-content: center;
}header .top-guide-log {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
    font-family: Arial, sans-serif;
    font-size: 19px;
    padding: 0.4rem 0.8rem;
    text-align: center;
    color: #000000;
    border-radius: 10px;
    position: relative;
    background: #ffffff;
    font-weight: 400;
    transition: all 0.3s ease;
    text-decoration: none;
}header .top-guide-log:hover {
    color: #ffffff;
    box-shadow: 0 3px 8px rgb(158,181,205,0.5);
    background: linear-gradient(135deg, rgb(158,181,205), rgb(108,147,176));
    transform: translateY(-2px);
}

@media (max-width: 991px) {header .nav-site-log svg {
    width: 140px;
}header .header-pagewrap-log {
    padding: 0.5rem;
    gap: 0.4rem;
}header .top-guide-log {
    padding: 0.35rem 0.6rem;
    font-size: calc(19px - 1px);
}
}

@media (max-width: 767px) {header .head-lesson-log {
    grid-template-areas:
            "logo"
            "header-pagewrap-log";
    grid-template-columns: 1fr;
}header .nav-site-log {
    padding: 0.4rem;
}header .nav-site-log svg {
    width: 130px;
}header .header-pagewrap-log {
    padding: 0.4rem;
    flex-wrap: wrap;
}header .top-guide-log {
    font-size: calc(19px - 1px);
    padding: 0.3rem 0.5rem;
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0;
}header .nav-site-log svg {
    width: 120px;
}header .header-pagewrap-log {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding: 0.4rem;
}header .header-pagewrap-log::-webkit-scrollbar {
    height: 2px;
}header .header-pagewrap-log::-webkit-scrollbar-thumb {
    background: rgb(158,181,205);
    border-radius: 10px;
}header .top-guide-log {
    flex-shrink: 0;
    white-space: nowrap;
}}.contact-box-log {
    background: linear-gradient(120deg, rgb(204,216,230), rgba(rgb(158,181,205), 0.03));
    overflow: hidden;
    padding: 100px 0;
    position: relative;
}.contact-box-log::before {
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 1;
    content: "";
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(158,181,205), 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(rgb(108,147,176), 0.05) 0%, transparent 50%);
    position: absolute;
}.contact-box-log::after {
    z-index: 1;
    width: 100%;
    background-image: 
        linear-gradient(90deg, rgba(rgb(158,181,205), 0.03) 1px, transparent 1px),
        linear-gradient(rgba(rgb(158,181,205), 0.03) 1px, transparent 1px),
        radial-gradient(circle at 50% 50%, rgba(rgb(108,147,176), 0.05) 0%, transparent 25%),
        radial-gradient(circle at 80% 20%, rgba(rgb(158,181,205), 0.04) 0%, transparent 30%),
        radial-gradient(circle at 20% 80%, rgba(rgb(108,147,176), 0.04) 0%, transparent 30%);
    content: "";
    height: 100%;
    background-size: 30px 30px, 30px 30px, 600px 600px, 400px 400px, 300px 300px;
    position: absolute;
    animation: backgroundShift 30s linear infinite;
    background-position: center center;
    left: 0;
    top: 0;
}@keyframes backgroundShift {
    0% {
        background-position: 0px 0px, 0px 0px, center center, 80% 20%, 20% 80%;
    }
    100% {
        background-position: 30px 30px, 30px 30px, center center, 85% 15%, 15% 85%;
    }
}

.contact-box-log .container {
    z-index: 2;
    padding: 0 30px;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.contact-box-log h2 {
    perspective: 1000px;
    transform: translateX(-50%);
    text-align: center;
    left: 50%;
    font-size: 37px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 15px;
    letter-spacing: 1px;
    position: relative;
    display: inline-block;
}.contact-box-log h2::before {
    background: linear-gradient(90deg, transparent, rgb(158,181,205), transparent);
    height: 2px;
    left: 0;
    content: "";
    bottom: -10px;
    position: absolute;
    width: 100%;
}.contact-box-log .help-query-log {
    background: #ffffff;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
    transform-style: preserve-3d;
    border-radius: 16px;
    perspective: 1000px;
    overflow: hidden;
    display: flex;
    margin-top: 60px;
    position: relative;
}.contact-box-log .help-query-log::before {
    background: linear-gradient(90deg, rgb(158,181,205), rgb(108,147,176));
    width: 100%;
    height: 5px;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 3;
    content: "";
}.contact-box-log .photo-card-log {
    transform: translateZ(0);
    min-height: 500px;
    flex: 0 0 45%;
    overflow: hidden;
    position: relative;
}.contact-box-log .photo-card-log::before {
    background: linear-gradient(210deg, rgba(rgb(158,181,205), 0.5), rgba(rgb(108,147,176), 0.5));
    mix-blend-mode: multiply;
    inset: 0;
    content: "";
    z-index: 1;
    position: absolute;
}.contact-box-log .photo-card-log::after {
    content: "";
    background: linear-gradient(45deg, transparent 45%, rgba(255, 255, 255, 0.1) 50%, transparent 55%);
    top: -100%;
    width: 300%;
    height: 300%;
    animation: shine 6s infinite ease-in-out;
    left: -100%;
    z-index: 2;
    position: absolute;
}@keyframes shine {
    0% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }
    30%, 100% { transform: translateX(100%) translateY(100%) rotate(45deg); }
}

.contact-box-log .connect-links-log {
    backdrop-filter: blur(10px);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.95));
    position: relative;
    padding: 60px 50px;
    flex: 0 0 55%;
}.contact-box-log .connect-links-log::before {
    position: absolute;
    opacity: 0.5;
    background: 
        radial-gradient(circle, rgba(rgb(158,181,205), 0.03) 0%, transparent 70%);
    z-index: 0;
    border-radius: 50%;
    top: 0;
    content: "";
    width: 500px;
    right: 0;
    height: 500px;
}.contact-box-log form {
    z-index: 3;
    position: relative;
}.contact-box-log form h3 {
    margin-bottom: 35px;
    font-weight: 600;
    color: #000000;
    letter-spacing: 0.5px;
    position: relative;
    font-size: 20px;
}.contact-box-log form h3::after {
    height: 2px;
    width: 30px;
    bottom: -15px;
    position: absolute;
    left: 0;
    content: "";
    background: rgb(158,181,205);
}.contact-box-log form input[type="text"] {
    backdrop-filter: blur(5px);
    font-size: 12px;
    width: 100%;
    transition: all 0.3s ease;
    padding: 18px 25px;
    background: rgba(rgb(204,216,230), 0.5);
    border-radius: 8px;
    color: #000000;
    margin-bottom: 25px;
    border: 1px solid rgba(rgb(158,181,205), 0.1);
}.contact-box-log form input[type="text"]:focus {
    background: rgba(#ffffff, 0.9);
    outline: none;
    border-color: rgb(158,181,205);
    box-shadow: 0 0 0 4px rgba(rgb(158,181,205), 0.1);
}.contact-box-log form input[type="text"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(#000000, 0.5);
}.contact-box-log form input[type="text"]:focus::placeholder {
    opacity: 0.7;
    transform: translateX(5px);
}.contact-box-log .message-help-log {
    position: relative;
    margin-bottom: 30px;
    display: flex;
}.contact-box-log .message-help-log input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact-box-log .message-help-log label {
    font-size: 13px;
    line-height: 1.5;
    cursor: pointer;
    padding-left: 35px;
    color: #000000;
    position: relative;
}.contact-box-log .message-help-log label::before {
    height: 22px;
    position: absolute;
    transition: all 0.3s ease;
    left: 0;
    border: 1px solid rgba(rgb(158,181,205), 0.3);
    background: rgba(#ffffff, 0.6);
    border-radius: 4px;
    width: 22px;
    content: "";
    top: 0;
}.contact-box-log .message-help-log input[type="checkbox"]:checked + label::before {
    background: rgb(158,181,205);
    border-color: rgb(158,181,205);
}.contact-box-log .message-help-log input[type="checkbox"]:checked + label::after {
    border: solid #ffffff;
    width: 6px;
    left: 8px;
    content: "";
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    position: absolute;
    top: 4px;
    height: 12px;
}.contact-box-log .message-help-log label a {
    transition: all 0.3s ease;
    position: relative;
    color: rgb(158,181,205);
    text-decoration: none;
    font-weight: 600;
}.contact-box-log .message-help-log label a::after {
    position: absolute;
    width: 100%;
    transform-origin: right;
    background: rgb(158,181,205);
    bottom: -2px;
    transform: scaleX(0);
    left: 0;
    transition: transform 0.3s ease;
    content: "";
    height: 1px;
}.contact-box-log .message-help-log label a:hover {
    color: rgb(108,147,176);
}.contact-box-log .message-help-log label a:hover::after {
    background: rgb(108,147,176);
    transform: scaleX(1);
    transform-origin: left;
}.contact-box-log .request-query-log {
    background: rgb(158,181,205);
    padding: 16px 40px;
    overflow: hidden;
    border-radius: 8px;
    letter-spacing: 0.5px;
    border: none;
    font-size: 20px;
    font-weight: 600;
    z-index: 1;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #ffffff;
    position: relative;
}.contact-box-log .request-query-log::before {
    transition: opacity 0.3s ease;
    background: linear-gradient(45deg, rgb(158,181,205), rgb(108,147,176));
    top: 0;
    z-index: -1;
    left: 0;
    position: absolute;
    opacity: 0;
    height: 100%;
    width: 100%;
    content: "";
}.contact-box-log .request-query-log:hover::before {
    opacity: 1;
}.contact-box-log .request-query-log::after {
    content: "";
    background: rgba(255, 255, 255, 0.3);
    width: 50px;
    left: -10px;
    position: absolute;
    top: -50%;
    height: 50px;
    transition: all 0.5s ease;
    border-radius: 50%;
    z-index: -1;
    transform: scale(0);
}.contact-box-log .request-query-log:hover::after {
    transform: scale(4);
    opacity: 0;
}.contact-box-log svg {
    filter: drop-shadow(0 2px 2px rgba(rgb(158,181,205), 0.3));
    transition: all 0.3s ease;
    fill: none;
    width: 22px;
    stroke-width: 2;
    height: 22px;
    stroke: rgb(158,181,205);
}.contact-box-log svg path {
    stroke: rgb(158,181,205);
    transition: all 0.3s ease;
    stroke-width: 2;
}.contact-box-log svg:hover,
.contact-box-log svg:hover path {
    transform: translateY(-2px);
    stroke: rgb(108,147,176);
}.contact-box-log form input {
    border: 1px solid rgb(158,181,205);
}

@media (max-width: 1024px) {.contact-box-log {
    padding: 80px 0;
}.contact-box-log .help-query-log {
    margin-top: 50px;
}.contact-box-log .photo-card-log {
    min-height: 450px;
}.contact-box-log .connect-links-log {
    padding: 50px 40px;
}
}

@media (max-width: 768px) {.contact-box-log {
    padding: 60px 0;
}.contact-box-log .help-query-log {
    margin-top: 40px;
    flex-direction: column;
}.contact-box-log .photo-card-log {
    min-height: 300px;
    width: 100%;
}.contact-box-log .connect-links-log {
    padding: 40px 30px;
    width: 100%;
}.contact-box-log form h3 {
    margin-bottom: 30px;
}.contact-box-log form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.contact-box-log .message-help-log {
    margin-bottom: 25px;
}.contact-box-log .request-query-log {
    width: 100%;
    padding: 14px 30px;
}
}

@media (max-width: 480px) {.contact-box-log {
    padding: 50px 0;
}.contact-box-log h2 {
    font-size: calc(37px * 0.85);
}.contact-box-log .help-query-log {
    margin-top: 30px;
    border-radius: 12px;
}.contact-box-log .photo-card-log {
    min-height: 220px;
}.contact-box-log .connect-links-log {
    padding: 30px 20px;
}.contact-box-log form h3 {
    font-size: calc(20px * 0.9);
    margin-bottom: 25px;
}.contact-box-log form input[type="text"] {
    margin-bottom: 15px;
    padding: 12px 15px;
}.contact-box-log .message-help-log {
    margin-bottom: 20px;
}.contact-box-log .message-help-log label {
    font-size: calc(13px * 0.9);
}.contact-box-log .request-query-log {
    padding: 12px 20px;
}}.course-structure-log {
    flex-direction: column;
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    display: flex;
    background-color: rgb(204,216,230);
}.course-structure-log::before {
    z-index: 2;
    background: linear-gradient(180deg, transparent 30%, #000000 100%);
    height: 100%;
    position: absolute;
    pointer-events: none;
    content: "";
    width: 100%;
}.course-structure-log .learn-code-log {
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}.course-structure-log .training-plan-log {
    height: 100%;
    width: calc(100% * 5);
    display: flex;
    animation: carousel-slide 35s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}.course-structure-log .learn-code-log:hover .training-plan-log {
    animation-play-state: paused;
}.course-structure-log .program-track-log {
    position: relative;
    width: calc(100% / 5);
    height: 100%;
}.course-structure-log .program-track-log img {
    object-fit: cover;
    height: 100%;
    filter: brightness(0.7);
    width: 100%;
}.course-structure-log .container {
    position: relative;
    z-index: 3;
    padding-bottom: 80px;
    margin-top: auto;
}.course-structure-log .method-edu-log {
    display: flex;
    justify-content: center;
}.course-structure-log .learn-path-log {
    padding: 50px;
    border-radius: 0;
    overflow: hidden;
    width: 100%;
    animation: float-up 1s forwards;
    border-top: 4px solid rgb(158,181,205);
    max-width: 800px;
    background: rgba(0, 0, 0, 0.5);
    position: relative;
    backdrop-filter: blur(8px);
    transform: translateY(30px);
}.course-structure-log .learn-path-log::before,
.course-structure-log .learn-path-log::after {
    opacity: 0.3;
    z-index: -1;
    background: rgb(158,181,205);
    border-radius: 50%;
    content: "";
    position: absolute;
}.course-structure-log .learn-path-log::before {
    top: -150px;
    width: 300px;
    height: 300px;
    right: -150px;
}.course-structure-log .learn-path-log::after {
    height: 200px;
    width: 200px;
    bottom: -100px;
    left: -100px;
}.course-structure-log .learn-path-log h3 {
    position: relative;
    font-size: 46px;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}.course-structure-log .learn-path-log p {
    font-size: 18px;
    margin-bottom: 30px;
    color: #ffffff;
    text-align: center;
    line-height: 1.7;
    opacity: 0.8;
}.course-structure-log .learn-path-log .request-query-log {
    padding: 15px 0;
    overflow: hidden;
    font-weight: 600;
    display: block;
    transition: all 0.3s ease;
    color: #ffffff;
    font-size: 19px;
    text-align: center;
    position: relative;
    margin: 0 auto;
    background: rgb(158,181,205);
    border-radius: 10px;
    width: 200px;
    text-decoration: none;
}.course-structure-log .learn-path-log .request-query-log::before {
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    z-index: -1;
    position: absolute;
    height: 100%;
    content: "";
    top: 0;
    background: rgb(108,147,176);
    left: 0;
    width: 100%;
}.course-structure-log .learn-path-log .request-query-log:hover {
    color: #ffffff;
}.course-structure-log .learn-path-log .request-query-log:hover::before {
    transform: translateX(0);
}

@keyframes carousel-slide {
    0%, 16% {
        transform: translateX(0);
    }
    20%, 36% {
        transform: translateX(-20%);
    }
    40%, 56% {
        transform: translateX(-40%);
    }
    60%, 76% {
        transform: translateX(-60%);
    }
    80%, 96% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes float-up {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 992px) {.course-structure-log {
    min-height: 100vh;
}.course-structure-log .container {
    padding-bottom: 60px;
}.course-structure-log .learn-path-log {
    padding: 40px 30px;
}.course-structure-log .learn-path-log h3 {
    font-size: calc(37px * 1.1);
}
}

@media (max-width: 768px) {.course-structure-log {
    height: auto;
    min-height: auto;
    padding-top: 50vh;
}.course-structure-log::before {
    background: linear-gradient(180deg, transparent 40%, #000000 70%);
}.course-structure-log .learn-code-log {
    height: 50vh;
    position: fixed;
    top: 0;
}.course-structure-log .container {
    margin-top: 0;
    padding-bottom: 50px;
}.course-structure-log .learn-path-log {
    padding: 30px 25px;
}.course-structure-log .learn-path-log h3 {
    font-size: 37px;
}.course-structure-log .learn-path-log .request-query-log {
    width: 100%;
}
}

@media (max-width: 576px) {.course-structure-log {
    padding-top: 45vh;
}.course-structure-log .learn-code-log {
    height: 45vh;
}.course-structure-log .container {
    padding-bottom: 40px;
}.course-structure-log .learn-path-log {
    padding: 25px 20px;
}.course-structure-log .learn-path-log h3 {
    margin-bottom: 15px;
    font-size: calc(22px * 1.1);
}.course-structure-log .learn-path-log p {
    margin-bottom: 25px;
}.course-structure-log .learn-path-log .request-query-log {
    padding: 12px 0;
}}.webinar-live-log {
    z-index: 1;
    color: #ffffff;
    background-attachment: fixed;
    padding: 6rem 0 3rem;
    position: relative;
}.webinar-live-log::before {
    top: 0;
    z-index: -1;
    left: 0;
    position: absolute;
    height: 100%;
    background: linear-gradient(180deg, rgba(0,0,0,0.9) 0%, rgb(158,181,205,0.5) 100%);
    content: "";
    width: 100%;
}.webinar-live-log::after {
    position: absolute;
    z-index: -1;
    width: 100%;
    left: 0;
    content: "";
    height: 100%;
    pointer-events: none;
    background-image: repeating-linear-gradient(45deg, rgba(255,255,255,0.03) 0px, rgba(255,255,255,0.03) 2px, transparent 2px, transparent 4px);
    top: 0;
}@keyframes gridMovement {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.webinar-live-log .container {
    position: relative;
    flex-direction: column;
    display: flex;
}.webinar-live-log .company_holder {
    margin-bottom: 3rem;
    text-align: center;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    position: relative;
}.webinar-live-log .company_holder::before,
.webinar-live-log .company_holder::after {
    height: 2px;
    content: "";
    animation: slide 3s infinite alternate;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(108,147,176), transparent);
    bottom: -1px;
    width: 20%;
}.webinar-live-log .company_holder::before {
    animation-delay: 0s;
    left: 0;
}.webinar-live-log .company_holder::after {
    animation-delay: 1.5s;
    right: 0;
}@keyframes slide {
    0% {
        width: 0;
        opacity: 0.5;
    }
    100% {
        width: 40%;
        opacity: 1;
    }
}

.webinar-live-log .company_holder h3 {
    display: inline-block;
    font-size: calc(31px * 1.3);
    position: relative;
    font-weight: 700;
    margin-bottom: 1rem;
}.webinar-live-log .company_holder h3::after {
    transform: translateX(-50%);
    left: 50%;
    background: rgb(108,147,176);
    width: 60px;
    content: "";
    bottom: -10px;
    height: 3px;
    position: absolute;
}.webinar-live-log .partner-logo-log {
    font-size: 17px;
    line-height: 1.7;
    max-width: 600px;
    opacity: 0.8;
    margin: 1.5rem auto 0;
    color: #ffffff;
}.webinar-live-log .ranking-bar-log {
    justify-content: center;
    display: flex;
}.webinar-live-log .nav-pagebar-log {
    position: relative;
    gap: 6rem;
    display: flex;
}.webinar-live-log .nav-pagebar-log::before {
    content: "";
    background: rgb(158,181,205);
    width: 1px;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    height: 20px;
}.webinar-live-log .header-pagewrap-log {
    position: relative;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background: rgba(255,255,255,0.05);
    padding: 1rem 1.5rem;
    transition: all 0.3s ease;
}.webinar-live-log .header-pagewrap-log:hover {
    transform: translateY(-5px);
    background: rgba(rgb(158,181,205,0.5), 0.1);
    box-shadow: 0 12px 40px 0 rgba(0, 0, 0, 0.2);
}.webinar-live-log .header-pagewrap-log h5 {
    font-size: 18px;
    border-bottom: 1px dashed rgba(255,255,255,0.2);
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding-bottom: 0.8rem;
    font-weight: 600;
    color: rgb(108,147,176);
    text-align: center;
    margin-bottom: 1.5rem;
}.webinar-live-log .header-pagewrap-log .nav-pagebar-log {
    gap: 0.8rem;
    position: static;
    flex-direction: column;
    display: flex;
}.webinar-live-log .header-pagewrap-log .nav-pagebar-log a {
    text-align: center;
    transition: all 0.3s ease;
    z-index: 1;
    opacity: 0.75;
    position: relative;
    overflow: hidden;
    color: #ffffff;
    text-decoration: none;
    padding: 0.4rem 0;
    font-size: 17px;
}.webinar-live-log .header-pagewrap-log .nav-pagebar-log a::before {
    transform-origin: center;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(158,181,205), transparent);
    bottom: 0;
    transition: transform 0.4s ease;
    height: 1px;
    transform: scaleX(0);
    z-index: -1;
    left: 0;
    width: 100%;
}.webinar-live-log .header-pagewrap-log .nav-pagebar-log a:hover {
    opacity: 1;
    color: rgb(108,147,176);
}.webinar-live-log .header-pagewrap-log .nav-pagebar-log a:hover::before {
    transform: scaleX(1);
}.trade-mark-log {
    padding: 1.2rem 0;
    position: relative;
    overflow: hidden;
    margin-top: 4rem;
    background-color: rgba(0, 0, 0, 0.8);
}.trade-mark-log::before {
    position: absolute;
    background-image: linear-gradient(45deg, rgba(rgb(158,181,205,0.5), 0.05) 25%, transparent 25%, transparent 50%, rgba(rgb(158,181,205,0.5), 0.05) 50%, rgba(rgb(158,181,205,0.5), 0.05) 75%, transparent 75%, transparent);
    height: 100%;
    animation: bgMove 20s linear infinite;
    background-size: 4px 4px;
    content: "";
    width: 100%;
    top: 0;
    opacity: 0.3;
    left: 0;
}@keyframes bgMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.trade-mark-log .container {
    align-items: center;
    display: flex;
    justify-content: center;
}.trade-mark-log .equity-pledge-log {
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 0.5px;
    opacity: 0.8;
    position: relative;
}.trade-mark-log .equity-pledge-log::before,
.trade-mark-log .equity-pledge-log::after {
    content: "•";
    color: rgb(158,181,205);
    margin: 0 0.6rem;
}

@media screen and (max-width: 992px) {.webinar-live-log {
    padding: 4rem 0 2rem;
}.webinar-live-log .company_holder {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}.webinar-live-log .company_holder h3 {
    font-size: 31px;
}.webinar-live-log .nav-pagebar-log {
    gap: 3rem;
}
}

@media screen and (max-width: 768px) {.webinar-live-log .ranking-bar-log {
    flex-direction: column;
    align-items: center;
}.webinar-live-log .nav-pagebar-log {
    max-width: 450px;
    gap: 2rem;
    flex-direction: column;
    width: 100%;
}.webinar-live-log .header-pagewrap-log {
    width: 100%;
}
}

@media screen and (max-width: 576px) {.webinar-live-log {
    padding: 3rem 0 1.5rem;
}.webinar-live-log .company_holder h3 {
    font-size: calc(31px * 0.9);
}.webinar-live-log .partner-logo-log {
    font-size: calc(17px * 0.9);
}.webinar-live-log .header-pagewrap-log {
    padding: 1rem;
}.webinar-live-log .header-pagewrap-log h5 {
    font-size: calc(18px * 0.9);
}.trade-mark-log {
    margin-top: 2rem;
    padding: 1rem 0;
}.trade-mark-log .equity-pledge-log {
    font-size: calc(14px * 0.9);
}.trade-mark-log .equity-pledge-log::before,
    .trade-mark-log .equity-pledge-log::after {
    display: none;
}}.get-support-log {
    position: relative;
    background: rgb(204,216,230);
    overflow: hidden;
    padding: 80px 0;
}.get-support-log::before {
    position: absolute;
    bottom: 0;
    z-index: 1;
    background: 
        linear-gradient(135deg, transparent 0%, rgb(158,181,205,0.5) 100%),
        radial-gradient(circle at 20% 30%, rgb(108,147,176,0.5) 0%, transparent 70%);
    content: '';
    right: 0;
    left: 0;
    top: 0;
}.get-support-log::after {
    left: 0;
    right: 0;
    content: '';
    position: absolute;
    z-index: 2;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.03) 10px,
        rgba(255, 255, 255, 0.03) 20px
    );
    bottom: 0;
    top: 0;
}.get-support-log .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 3;
    position: relative;
    padding: 0 20px;
}.get-support-log .info-request-log {
    border: 1px solid rgba(255, 255, 255, 0.1);
    gap: 40px;
    border-radius: 19px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    -webkit-backdrop-filter: blur(10px);
    padding: 0;
    display: grid;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    grid-template-columns: 1fr 2fr;
}.get-support-log .course-ask-log {
    background: linear-gradient(to right, rgba(255, 255, 255, 0.05), transparent);
    margin: 0;
    font-weight: 700;
    padding: 35px 40px;
    color: rgb(158,181,205);
    position: relative;
    font-size: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    grid-column: 1 / -1;
}.get-support-log .course-ask-log::after {
    height: 3px;
    content: '';
    width: 60px;
    position: absolute;
    bottom: 0;
    left: 40px;
    border-radius: 10px;
    background: rgb(158,181,205);
}.get-support-log .photo-card-log {
    overflow: hidden;
    position: relative;
    border-radius: 0;
    min-height: 350px;
    height: 100%;
    transform: scale(1.001);
}.get-support-log .photo-card-log::before {
    z-index: 1;
    background: linear-gradient(
        to bottom right,
        transparent 0%,
        rgb(158,181,205,0.5) 100%
    );
    right: 0;
    top: 0;
    left: 0;
    position: absolute;
    content: '';
    bottom: 0;
}.get-support-log .photo-card-log::after {
    opacity: 0.7;
    height: 60%;
    animation: floatEffect 8s infinite alternate ease-in-out;
    top: -10%;
    right: -10%;
    position: absolute;
    content: '';
    z-index: 2;
    width: 60%;
    background: radial-gradient(
        circle,
        rgb(158,181,205,0.5) 0%,
        transparent 70%
    );
}@keyframes floatEffect {
    0% {
        transform: translateY(0) scale(1);
    }
    100% {
        transform: translateY(-20px) scale(1.1);
    }
}

.get-support-log .edu-chat-log {
    flex-direction: column;
    position: relative;
    display: flex;
    background: rgba(255, 255, 255, 0.02);
    gap: 22px;
    padding: 40px;
}.get-support-log .edu-chat-log::before {
    left: 0;
    width: 3px;
    content: '';
    height: 100%;
    background: linear-gradient(to bottom, rgb(158,181,205), rgb(108,147,176), rgb(158,181,205));
    top: 0;
    position: absolute;
}.get-support-log .edu-chat-log p {
    gap: 15px;
    display: flex;
    position: relative;
    flex-direction: row;
    padding: 0 0 22px 0;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    align-items: flex-start;
}.get-support-log .edu-chat-log p:last-child {
    border-bottom: none;
    padding-bottom: 0;
}.get-support-log .edu-chat-log p svg {
    height: 22px;
    flex-shrink: 0;
    margin-top: 3px;
    width: 22px;
}.get-support-log .edu-chat-log p svg path {
    transition: fill 0.3s ease;
    fill: rgb(158,181,205);
}.get-support-log .edu-chat-log p:hover svg path {
    fill: #ffffff;
}.get-support-log .edu-chat-log p .content-wrapper {
    gap: 8px;
    flex-direction: column;
    flex-grow: 1;
    display: flex;
}.get-support-log .edu-chat-log p {
    color: #ffffff;
}.get-support-log .edu-chat-log p span {
    transition: all 0.3s ease;
    font-size: 13px;
    color: #ffffff;
    display: inline-block;
    position: relative;
}.get-support-log .edu-chat-log p:first-child span {
    font-size: calc(13px + 2px);
}.get-support-log .edu-chat-log p span a {
    text-decoration: none;
    color: #ffffff;
    position: relative;
    transition: all 0.3s ease;
    border-radius: 10px;
    padding: 2px 8px;
    background: rgba(255, 255, 255, 0.05);
}.get-support-log .edu-chat-log p span a:hover {
    color: #ffffff;
    background: rgb(158,181,205,0.5);
    transform: translateX(5px);
}.get-support-log .edu-chat-log p span b {
    font-weight: 700;
    color: rgb(158,181,205);
}.get-support-log .edu-input-log {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 35px;
    padding-top: 35px;
}.get-support-log .message-page-log {
    gap: 12px;
    font-size: 19px;
    display: flex;
    color: rgb(158,181,205);
    position: relative;
    align-items: center;
    padding-bottom: 15px;
    margin: 0 0 20px 0;
    font-weight: 600;
}.get-support-log .message-page-log svg {
    width: 20px;
    height: 20px;
}.get-support-log .message-page-log svg path {
    fill: rgb(158,181,205);
}.get-support-log .message-page-log:after {
    width: 40px;
    border-radius: 10px;
    height: 2px;
    bottom: 0;
    background: rgb(158,181,205);
    position: absolute;
    content: '';
    left: 0;
}.get-support-log .msg-details-log {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 15px;
    display: grid;
}.get-support-log .ask-questions-log {
    transition: all 0.3s ease;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.05);
    overflow: hidden;
    position: relative;
    padding: 12px 15px;
    border-radius: 10px;
    font-size: calc(13px - 1px);
}.get-support-log .ask-questions-log::before {
    background: rgb(158,181,205);
    height: 100%;
    position: absolute;
    content: '';
    top: 0;
    width: 4px;
    opacity: 0.7;
    left: 0;
}.get-support-log .ask-questions-log::after {
    z-index: -1;
    transition: opacity 0.3s ease;
    background: rgb(158,181,205);
    top: 0;
    content: '';
    opacity: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
}.get-support-log .ask-questions-log:hover {
    transform: translateX(5px);
}.get-support-log .ask-questions-log:hover::after {
    opacity: 0.1;
}

@media (max-width: 1199px) {.get-support-log .info-request-log {
    gap: 30px;
}.get-support-log .edu-chat-log {
    padding: 30px;
}
}

@media (max-width: 991px) {.get-support-log {
    padding: 60px 0;
}.get-support-log .info-request-log {
    grid-template-columns: 1fr;
}.get-support-log .course-ask-log {
    padding: 30px;
}.get-support-log .course-ask-log::after {
    left: 30px;
}.get-support-log .photo-card-log {
    min-height: 300px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}.get-support-log .edu-chat-log {
    padding: 30px;
}.get-support-log .edu-chat-log p svg {
    height: 20px;
    width: 20px;
}
}

@media (max-width: 767px) {.get-support-log {
    padding: 50px 0;
}.get-support-log .course-ask-log {
    padding: 25px;
    font-size: calc(30px - 4px);
}.get-support-log .course-ask-log::after {
    left: 25px;
}.get-support-log .edu-chat-log {
    padding: 25px;
    gap: 18px;
}.get-support-log .edu-chat-log p {
    padding-bottom: 18px;
}.get-support-log .photo-card-log {
    min-height: 250px;
}.get-support-log .edu-input-log {
    margin-top: 25px;
    padding-top: 25px;
}.get-support-log .msg-details-log {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
}
}

@media (max-width: 576px) {.get-support-log {
    padding: 40px 0;
}.get-support-log .course-ask-log {
    text-align: center;
    padding: 20px;
}.get-support-log .course-ask-log::after {
    left: 50%;
    transform: translateX(-50%);
}.get-support-log .edu-chat-log {
    padding: 20px;
}.get-support-log .photo-card-log {
    min-height: 200px;
}.get-support-log .message-page-log {
    text-align: center;
}.get-support-log .message-page-log:after {
    left: 50%;
    transform: translateX(-50%);
}.get-support-log .msg-details-log {
    grid-template-columns: 1fr;
}.get-support-log .edu-chat-log p {
    flex-direction: row;
}.get-support-log .edu-chat-log p svg {
    width: 18px;
    height: 18px;
}
}

@media (max-width: 375px) {.get-support-log .info-request-log {
    border-radius: 10px;
}.get-support-log .edu-chat-log {
    padding: 15px;
}.get-support-log .edu-chat-log p {
    padding-bottom: 15px;
}.get-support-log .photo-card-log {
    min-height: 180px;
}.get-support-log .edu-input-log {
    padding-top: 20px;
    margin-top: 20px;
}
}

@media (prefers-reduced-motion: reduce) {.get-support-log .photo-card-log::after {
    animation: none;
}.get-support-log .edu-chat-log p span a:hover,
    .get-support-log .ask-questions-log:hover {
    transform: none;
}}.pricing-offer-log {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.pricing-offer-log::before {
    position: absolute;
    z-index: 1;
    bottom: 0;
    content: "";
    left: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 100%);
    top: 0;
    right: 0;
}.pricing-offer-log .container {
    z-index: 2;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
}.enroll-cost-log {
    position: relative;
}.pricing-offer-log h2 {
    margin-bottom: 25px;
    font-size: 28px;
    transform: translateY(0);
    opacity: 1;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2);
    text-align: center;
    color: #ffffff;
    position: relative;
    letter-spacing: 0.5px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.6s ease;
    font-weight: 700;
}.pricing-offer-log h2::after {
    display: block;
    background: linear-gradient(90deg, rgb(108,147,176), rgb(158,181,205));
    content: "";
    height: 3px;
    transition: transform 0.4s ease;
    width: 80px;
    margin: 20px auto 0;
    transform: scaleX(1);
}.pricing-offer-log:hover h2::after {
    transform: scaleX(1.2);
}.pricing-offer-log .promo-cost-log {
    max-width: 800px;
    font-size: calc(15px + 2px);
    text-align: center;
    opacity: 0.9;
    text-shadow: 0 1px 3px rgba(0,0,0,0.2);
    line-height: 1.6;
    color: #ffffff;
    margin: 0 auto 60px;
}.pricing-offer-log .learning-deals-log {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    padding: 0;
    gap: 30px;
    margin: 0;
    display: grid;
    list-style: none;
}.pricing-offer-log .learning-deals-log li {
    margin: 0;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.pricing-offer-log .learning-deals-log li:hover {
    z-index: 10;
    transform: translateY(-10px);
}.pricing-offer-log .learning-plan-log {
    background: linear-gradient(145deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.02) 100%);
    display: block;
    border: 1px solid rgba(255,255,255,0.1);
    position: relative;
    height: 100%;
    text-decoration: none;
    overflow: hidden;
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    backdrop-filter: blur(10px);
    transition: all 0.4s ease;
}.pricing-offer-log .learning-plan-log::before {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    transition: opacity 0.5s ease;
    left: 0;
    top: 0;
    content: "";
    background: linear-gradient(230deg, rgb(108,147,176,0.5) 0%, transparent 80%);
}.pricing-offer-log .learning-plan-log:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
    border-color: rgba(255,255,255,0.2);
}.pricing-offer-log .learning-plan-log:hover::before {
    opacity: 0.2;
}.pricing-offer-log .pricing-list-log {
    z-index: 2;
    position: relative;
    padding: 40px 30px;
}.pricing-offer-log .pricing-rates-log {
    flex-direction: column;
    display: flex;
    height: 100%;
}.pricing-offer-log .pricing-rates-log h4 {
    margin-bottom: 20px;
    padding-bottom: 15px;
    transition: transform 0.3s ease;
    color: #ffffff;
    margin-top: 0;
    font-weight: 600;
    font-size: calc(22px + 2px);
    position: relative;
}.pricing-offer-log .pricing-rates-log h4::after {
    width: 40px;
    height: 2px;
    background: rgb(158,181,205);
    content: "";
    left: 0;
    transition: width 0.4s ease;
    bottom: 0;
    position: absolute;
}.pricing-offer-log .learning-plan-log:hover .pricing-rates-log h4::after {
    width: 60px;
}.pricing-offer-log .pricing-rates-log p {
    color: rgba(255,255,255,0.85);
    transition: color 0.3s ease;
    position: relative;
    font-size: 15px;
    flex-grow: 1;
    margin-bottom: 30px;
    line-height: 1.6;
}.pricing-offer-log .learning-plan-log:hover .pricing-rates-log p {
    color: #ffffff;
}.pricing-offer-log .pro-rates-log {
    font-size: calc(22px + 4px);
    padding: 10px 0;
    background-clip: text !important;
    transition: transform 0.3s ease;
    color: #ffffff;
    font-weight: 700;
    background: linear-gradient(90deg, rgb(108,147,176) 0%, rgb(158,181,205) 100%);
    position: relative;
    margin-top: auto;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    -webkit-background-clip: text !important;
}.pricing-offer-log .pro-rates-log::before {
    bottom: 0;
    height: 1px;
    width: 100%;
    content: "";
    background: linear-gradient(90deg, rgb(108,147,176) 0%, transparent 100%);
    left: 0;
    position: absolute;
}.pricing-offer-log .learning-plan-log:hover .pro-rates-log {
    transform: scale(1.05);
}

@media (max-width: 992px) {.pricing-offer-log {
    padding: 90px 0;
}.pricing-offer-log .learning-deals-log {
    grid-template-columns: repeat(2, 1fr);
}.pricing-offer-log .pricing-list-log {
    padding: 30px 25px;
}
}

@media (max-width: 768px) {.pricing-offer-log {
    padding: 70px 0;
}.pricing-offer-log h2 {
    font-size: calc(28px - 4px);
}.pricing-offer-log .promo-cost-log {
    margin-bottom: 40px;
    font-size: 15px;
}.pricing-offer-log .learning-deals-log {
    gap: 20px;
    grid-template-columns: 1fr;
}.pricing-offer-log .pricing-list-log {
    padding: 25px 20px;
}.pricing-offer-log .pro-rates-log {
    font-size: calc(22px + 2px);
}
}

@media (max-width: 480px) {.pricing-offer-log {
    padding: 60px 0;
}.pricing-offer-log h2 {
    font-size: calc(28px - 6px);
}.pricing-offer-log .pricing-rates-log h4 {
    font-size: 22px;
}.pricing-offer-log .pricing-rates-log p {
    font-size: calc(15px - 1px);
}}.secure-sanctum-log {
    width: 100%;
    height: auto;
    padding: 40px;
}.secure-sanctum-log h1 {
    margin-bottom: 20px;
    text-shadow: 0 0 10px rgb(158,181,205);
    padding-bottom: 10px;
    font-weight: 700;
    font-size: 46px;
    color: rgb(158,181,205);
    grid-column: span 2;
    text-align: center;
    margin-top: 0;
    border-bottom: 2px solid rgb(108,147,176);
    font-family: Arial, sans-serif;
}.secure-sanctum-log h2 {
    text-align: left;
    font-weight: 600;
    font-size: 28px;
    text-shadow: 0 0 5px rgb(108,147,176);
    margin-top: 0;
    border-left: 4px solid rgb(158,181,205);
    color: rgb(108,147,176);
    padding-left: 10px;
    font-family: Arial, sans-serif;
    margin-bottom: 15px;
}.secure-sanctum-log ul {
    margin: 0;
    list-style-type: none;
    padding-left: 0;
}.secure-sanctum-log li {
    font-size: 17px;
    color: #ffffff;
    background: rgb(108,147,176,0.5);
    border-radius: 10px;
    line-height: 1.5;
    padding: 10px;
    font-family: Arial, sans-serif;
    margin-bottom: 10px;
    text-shadow: 0 0 5px rgb(158,181,205);
    border: 1px solid rgb(158,181,205);
}.secure-sanctum-log div {
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
    padding: 15px;
    line-height: 1.8;
    background: rgb(158,181,205,0.5);
    font-family: Arial, sans-serif;
    margin-bottom: 15px;
    font-size: 17px;
    border: 1px solid rgb(108,147,176);
    color: #ffffff;
    border-radius: 12px;
}.secure-sanctum-log p, .secure-sanctum-log span {
    color: #ffffff;
    font-size: 17px;
    text-shadow: 0 0 5px rgb(108,147,176);
    margin-bottom: 10px;
    line-height: 1.8;
}
@media only screen and (max-width: 800px) {.secure-sanctum-log {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 20px;
}.secure-sanctum-log h1 {
    font-size: calc(22px - 4px);
    margin-bottom: 15px;
}.secure-sanctum-log h2 {
    font-size: calc(22px - 2px);
    margin-bottom: 10px;
}.secure-sanctum-log ul {
    padding-left: 0;
}.secure-sanctum-log li {
    margin-bottom: 8px;
    padding: 8px;
}.secure-sanctum-log div {
    padding: 10px;
}}.our-background-log {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.our-background-log::before {
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    z-index: 1;
    background: linear-gradient(135deg, rgb(158,181,205,0.5) 0%, rgba(0,0,0,0.65) 100%);
    height: 100%;
    position: absolute;
}.our-background-log::after {
    animation: floatElement 15s ease-in-out infinite alternate;
    z-index: 2;
    position: absolute;
    top: -10%;
    height: 70%;
    content: "";
    opacity: 0.2;
    right: -10%;
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
    background: linear-gradient(45deg, rgb(108,147,176,0.5) 0%, rgb(158,181,205,0.5) 100%);
    width: 50%;
}.our-background-log .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 5;
    padding: 0 20px;
}.our-background-log .text-body-log {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
    position: relative;
    transition: transform 0.5s ease-in-out;
    padding: 40px;
    transform: perspective(1000px) rotateY(2deg);
    backdrop-filter: blur(8px);
}.our-background-log .text-body-log:hover {
    transform: perspective(1000px) rotateY(0deg);
}.our-background-log .text-body-log::before {
    left: 0;
    content: "";
    height: 100%;
    transform: scaleY(0.95);
    top: 0;
    position: absolute;
    width: 4px;
    background: linear-gradient(to bottom, rgb(158,181,205), rgb(108,147,176));
}.our-background-log h1 {
    font-weight: 700;
    display: inline-block;
    color: #000000;
    font-size: 39px;
    margin-bottom: 30px;
    position: relative;
}.our-background-log h1::after {
    left: 0;
    bottom: -10px;
    background: linear-gradient(90deg, rgb(158,181,205), transparent);
    position: absolute;
    height: 3px;
    content: "";
    width: 60%;
    transition: width 0.3s ease-in-out;
}.our-background-log h1:hover::after {
    width: 100%;
}.our-background-log ul {
    margin: 0;
    padding: 0;
    list-style: none;
}.our-background-log ul li {
    margin-bottom: 20px;
    position: relative;
}.our-background-log h4 {
    font-size: calc(19px + 2px);
    color: rgb(108,147,176);
    margin-bottom: 15px;
    font-weight: 600;
    position: relative;
    padding-left: 0;
    transition: padding-left 0.3s ease;
}.our-background-log h4:hover {
    padding-left: 15px;
}.our-background-log h4::before {
    background-color: rgb(158,181,205);
    height: 8px;
    left: -15px;
    transition: transform 0.3s ease;
    content: "";
    width: 8px;
    top: 50%;
    transform: translateY(-50%) scale(0);
    position: absolute;
}.our-background-log h4:hover::before {
    transform: translateY(-50%) scale(1);
}.our-background-log span {
    position: relative;
    font-size: 14px;
    padding: 10px 0;
    column-gap: 30px;
    font-family: Arial, sans-serif;
    column-count: 1;
    display: block;
    color: #000000;
    line-height: 1.7;
    text-align: justify;
}

@keyframes floatElement {
    0% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-15px) rotate(1deg); }
    100% { transform: translateY(5px) rotate(-1deg); }
}

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


@media (min-width: 768px) {.our-background-log .text-body-log {
    width: 90%;
    margin-left: 5%;
}.our-background-log span {
    column-count: 2;
}
}

@media (min-width: 992px) {.our-background-log {
    padding: 150px 0;
}.our-background-log .text-body-log {
    width: 80%;
    margin-left: 10%;
}.our-background-log span {
    column-count: 2;
}.our-background-log h1 {
    font-size: calc(39px + 5px);
}
}

@media (max-width: 767px) {.our-background-log {
    padding: 80px 0;
}.our-background-log .text-body-log {
    transform: perspective(800px) rotateY(0deg);
    padding: 25px;
}.our-background-log h1 {
    font-size: calc(39px - 4px);
}.our-background-log h4 {
    font-size: 19px;
}.our-background-log span {
    font-size: calc(14px - 1px);
    line-height: 1.6;
}
}

@media (max-width: 480px) {.our-background-log {
    padding: 60px 0;
}.our-background-log .text-body-log {
    padding: 20px 15px;
}.our-background-log h1 {
    font-size: calc(39px - 6px);
    margin-bottom: 20px;
}.our-background-log h4 {
    margin-bottom: 10px;
    font-size: calc(19px - 2px);
}.our-background-log span {
    line-height: 1.5;
    font-size: calc(14px - 2px);
}}.opening-board-log {
    background: rgb(204,216,230);
    overflow: hidden;
    position: relative;
    min-height: 100vh;
    width: 100%;
}.opening-board-log::before {
    background: 
        linear-gradient(217deg, rgb(158,181,205,0.5), transparent 70%),
        linear-gradient(127deg, rgb(108,147,176,0.5), transparent 70%),
        linear-gradient(336deg, rgba(0, 0, 0, 0.5), transparent 70%);
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    content: "";
    z-index: 1;
    top: 0;
}.opening-board-log::after {
    content: "";
    z-index: 2;
    background-size: 30px 30px;
    opacity: 0.2;
    position: absolute;
    background: radial-gradient(rgb(158,181,205,0.5) 2px, transparent 4px);
    animation: backgroundMove 50s linear infinite;
    left: -50%;
    height: 200%;
    width: 200%;
    top: -50%;
}.opening-board-log .method-edu-log {
    width: 100%;
    z-index: 3;
    position: relative;
    height: 100vh;
}.opening-board-log .course-main-log {
    overflow: hidden;
    height: 100vh;
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
}.opening-board-log .course-main-log input {
    display: none;
}.opening-board-log .start-page-log {
    width: 100%;
    display: flex;
    transition: transform 1s cubic-bezier(0.645, 0.045, 0.355, 1);
    height: 100%;
}.opening-board-log .skill-plus-log {
    overflow: hidden;
    flex: 0 0 100%;
    height: 100%;
    position: relative;
}.opening-board-log .skill-plus-log::before {
    z-index: 2;
    position: absolute;
    mix-blend-mode: multiply;
    background: linear-gradient(0deg, rgb(204,216,230) 0%, transparent 35%, transparent 65%, rgb(204,216,230) 100%);
    content: "";
    inset: 0;
}.opening-board-log .skill-plus-log img {
    filter: saturate(0.8) brightness(0.9);
    object-fit: cover;
    transition: transform 6s cubic-bezier(0.215, 0.610, 0.355, 1), filter 1s ease;
    height: 100%;
    width: 100%;
    transform: scale(1.1);
}.opening-board-log .edu-skill-log {
    left: 10%;
    width: 80%;
    gap: 20px;
    justify-content: center;
    z-index: 10;
    display: flex;
    position: absolute;
    bottom: 40px;
}.opening-board-log .edu-skill-log label {
    background: #ffffff;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    cursor: pointer;
    width: 50px;
    height: 6px;
    overflow: hidden;
    opacity: 0.2;
}.opening-board-log .edu-skill-log label::before {
    top: 0;
    position: absolute;
    height: 100%;
    left: -100%;
    transition: transform 0.5s ease;
    width: 100%;
    content: "";
    background: rgb(158,181,205);
}.opening-board-log .edu-skill-log label:hover {
    opacity: 0.6;
}.opening-board-log .edu-skill-log label:hover::before {
    transform: translateX(100%);
}.opening-board-log .text-body-log {
    align-items: center;
    width: 100%;
    z-index: 5;
    display: flex;
    position: absolute;
    justify-content: center;
    height: 100%;
}.opening-board-log .text-body-log .container {
    padding: 40px;
    max-width: 700px;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border-radius: 28px;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
}.opening-board-log .text-body-log .container::before {
    left: -100%;
    z-index: -1;
    animation: backgroundShift 120s linear infinite;
    background: 
        repeating-linear-gradient(
            45deg,
            rgb(158,181,205,0.5) 0,
            rgb(158,181,205,0.5) 1px,
            transparent 1px,
            transparent 10px
        );
    width: 300%;
    opacity: 0.1;
    top: -100%;
    position: absolute;
    height: 300%;
    content: "";
}.opening-board-log .text-body-log .container::after {
    border: 2px solid transparent;
    inset: 0;
    background: linear-gradient(90deg, rgb(158,181,205), rgb(108,147,176)) border-box;
    mask: 
        linear-gradient(#fff 0 0) padding-box,
        linear-gradient(#fff 0 0);
    border-radius: 28px;
    position: absolute;
    mask-composite: exclude;
    z-index: -1;
    content: "";
}.opening-board-log .text-body-log h1 {
    margin-bottom: 20px;
    display: inline-block;
    color: #ffffff;
    font-size: 39px;
    font-weight: 700;
    position: relative;
}.opening-board-log .text-body-log h1::before {
    left: -20px;
    height: 40px;
    border-left: 2px solid rgb(158,181,205);
    opacity: 0.7;
    border-top: 2px solid rgb(158,181,205);
    width: 40px;
    position: absolute;
    z-index: -1;
    content: "";
    top: -10px;
}.opening-board-log .text-body-log h1::after {
    animation: lineExpand 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
    bottom: -5px;
    position: absolute;
    width: 0;
    background: linear-gradient(90deg, rgb(158,181,205), rgb(108,147,176));
    content: "";
    left: 0;
    height: 2px;
}.opening-board-log .text-body-log h3 {
    font-weight: 600;
    padding-left: 15px;
    font-size: 19px;
    margin-bottom: 20px;
    position: relative;
    color: #ffffff;
}.opening-board-log .text-body-log h3::before {
    top: 0;
    width: 3px;
    content: "";
    position: absolute;
    background: rgb(108,147,176);
    left: 0;
    height: 100%;
}.opening-board-log .text-body-log p {
    background: rgb(108,147,176);
    border-radius: 10px;
    font-weight: 400;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    font-size: 16px;
    padding: 20px;
    line-height: 1.8;
    color: #ffffff;
    border-left: 2px solid rgb(158,181,205);
    position: relative;
    backdrop-filter: blur(4px);
}.opening-board-log input[type="radio"]:nth-of-type(1):checked ~ .start-page-log {
    transform: translateX(0%);
}.opening-board-log input[type="radio"]:nth-of-type(2):checked ~ .start-page-log {
    transform: translateX(-100%);
}.opening-board-log input[type="radio"]:nth-of-type(3):checked ~ .start-page-log {
    transform: translateX(-200%);
}.opening-board-log input[type="radio"]:nth-of-type(4):checked ~ .start-page-log {
    transform: translateX(-300%);
}.opening-board-log input[type="radio"]:nth-of-type(5):checked ~ .start-page-log {
    transform: translateX(-400%);
}.opening-board-log input[type="radio"]:nth-of-type(6):checked ~ .start-page-log {
    transform: translateX(-500%);
}.opening-board-log input[type="radio"]:nth-of-type(7):checked ~ .start-page-log {
    transform: translateX(-600%);
}.opening-board-log input[type="radio"]:nth-of-type(8):checked ~ .start-page-log {
    transform: translateX(-700%);
}.opening-board-log input[type="radio"]:nth-of-type(9):checked ~ .start-page-log {
    transform: translateX(-800%);
}.opening-board-log input[type="radio"]:nth-of-type(10):checked ~ .start-page-log {
    transform: translateX(-900%);
}.opening-board-log input[type="radio"]:nth-of-type(1):checked ~ .edu-skill-log label:nth-of-type(1),
.opening-board-log input[type="radio"]:nth-of-type(2):checked ~ .edu-skill-log label:nth-of-type(2),
.opening-board-log input[type="radio"]:nth-of-type(3):checked ~ .edu-skill-log label:nth-of-type(3),
.opening-board-log input[type="radio"]:nth-of-type(4):checked ~ .edu-skill-log label:nth-of-type(4),
.opening-board-log input[type="radio"]:nth-of-type(5):checked ~ .edu-skill-log label:nth-of-type(5),
.opening-board-log input[type="radio"]:nth-of-type(6):checked ~ .edu-skill-log label:nth-of-type(6),
.opening-board-log input[type="radio"]:nth-of-type(7):checked ~ .edu-skill-log label:nth-of-type(7),
.opening-board-log input[type="radio"]:nth-of-type(8):checked ~ .edu-skill-log label:nth-of-type(8),
.opening-board-log input[type="radio"]:nth-of-type(9):checked ~ .edu-skill-log label:nth-of-type(9),
.opening-board-log input[type="radio"]:nth-of-type(10):checked ~ .edu-skill-log label:nth-of-type(10) {
    width: 70px;
    opacity: 1;
    box-shadow: 0 0 15px rgb(158,181,205,0.5);
    background: linear-gradient(90deg, rgb(158,181,205), rgb(108,147,176));
}.opening-board-log input[type="radio"]:nth-of-type(1):checked ~ .start-page-log .skill-plus-log:nth-of-type(1) img,
.opening-board-log input[type="radio"]:nth-of-type(2):checked ~ .start-page-log .skill-plus-log:nth-of-type(2) img,
.opening-board-log input[type="radio"]:nth-of-type(3):checked ~ .start-page-log .skill-plus-log:nth-of-type(3) img,
.opening-board-log input[type="radio"]:nth-of-type(4):checked ~ .start-page-log .skill-plus-log:nth-of-type(4) img,
.opening-board-log input[type="radio"]:nth-of-type(5):checked ~ .start-page-log .skill-plus-log:nth-of-type(5) img,
.opening-board-log input[type="radio"]:nth-of-type(6):checked ~ .start-page-log .skill-plus-log:nth-of-type(6) img,
.opening-board-log input[type="radio"]:nth-of-type(7):checked ~ .start-page-log .skill-plus-log:nth-of-type(7) img,
.opening-board-log input[type="radio"]:nth-of-type(8):checked ~ .start-page-log .skill-plus-log:nth-of-type(8) img,
.opening-board-log input[type="radio"]:nth-of-type(9):checked ~ .start-page-log .skill-plus-log:nth-of-type(9) img,
.opening-board-log input[type="radio"]:nth-of-type(10):checked ~ .start-page-log .skill-plus-log:nth-of-type(10) img {
    transform: scale(1.2);
    filter: saturate(1.2) brightness(1.1);
}

@keyframes lineExpand {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

@keyframes backgroundMove {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(50%, 50%);
    }
}

@keyframes backgroundShift {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 1024px) {.opening-board-log .text-body-log .container {
    max-width: 80%;
}.opening-board-log .edu-skill-log {
    width: 90%;
    left: 5%;
}
}

@media screen and (max-width: 768px) {.opening-board-log .text-body-log {
    justify-content: center;
    align-items: flex-start;
    padding-top: 80px;
}.opening-board-log .text-body-log .container {
    max-width: 90%;
    padding: 30px;
}.opening-board-log .edu-skill-log {
    bottom: 30px;
}.opening-board-log .edu-skill-log label {
    width: 40px;
    height: 5px;
}.opening-board-log input[type="radio"]:checked ~ .edu-skill-log label {
    width: 60px;
}
}

@media screen and (max-width: 480px) {.opening-board-log .text-body-log {
    padding-top: 60px;
}.opening-board-log .text-body-log .container {
    padding: 20px;
}.opening-board-log .text-body-log h1 {
    font-size: calc(39px * 0.8);
    margin-bottom: 15px;
}.opening-board-log .text-body-log h1::before {
    width: 30px;
    top: -5px;
    left: -15px;
    height: 30px;
}.opening-board-log .text-body-log h3 {
    margin-bottom: 15px;
    font-size: calc(19px * 0.9);
}.opening-board-log .text-body-log p {
    font-size: calc(16px * 0.9);
    padding: 15px;
}.opening-board-log .edu-skill-log {
    gap: 10px;
}.opening-board-log .edu-skill-log label {
    height: 4px;
    width: 30px;
}.opening-board-log input[type="radio"]:checked ~ .edu-skill-log label {
    width: 45px;
}}.modalCookieAgreement-log {
    animation: slideIn 0.5s ease-in-out;
    z-index: 90;
    width: 100%;
    position: fixed;
    box-shadow: 0 -10px 30px rgb(158,181,205,0.5);
    background: rgb(108,147,176);
    bottom: 0;
    border-top: 2px solid rgb(158,181,205);
}@keyframes slideIn {
    from {
        bottom: -100px;
        opacity: 0;
    }
    to {
        bottom: 0;
        opacity: 1;
    }
}
.privacy-opt-log {
    background: linear-gradient(135deg, rgb(108,147,176) 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 20px 5%;
    justify-content: space-between;
    display: flex;
    align-items: center;
    box-shadow: 0 0 20px rgb(158,181,205,0.5);
    flex-wrap: wrap;
}.cookie-none-log {
    box-shadow: 0 0 15px rgb(158,181,205);
    margin-right: 20px;
    background: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    flex-shrink: 0;
    border-radius: 18px;
    padding: 10px;
}.cookie-none-log svg, .cookie-none-log svg path {
    width: 60px;
    height: 60px;
    transition: transform 0.3s ease;
    fill: rgb(158,181,205);
}.cookie-none-log:hover svg {
    transform: rotate(20deg);
}.cookie-control-log {
    color: #ffffff;
    min-width: 300px;
    flex: 1;
}.cookie-control-log h5 {
    text-shadow: 0 0 10px rgb(158,181,205);
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 24px;
    color: rgb(158,181,205);
}.cookie-control-log p {
    text-shadow: 0 0 5px rgb(158,181,205,0.5);
    margin-bottom: 0;
    color: #ffffff;
    font-size: 15px;
}.track-bar-log {
    border-radius: 10px;
    padding: 12px 25px;
    white-space: nowrap;
    cursor: pointer;
    color: #000000;
    font-size: 20px;
    text-decoration: none;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 0 10px rgb(158,181,205,0.5);
    background: rgb(158,181,205);
    margin-left: 10px;
}.track-bar-log:hover {
    box-shadow: 0 0 20px rgb(108,147,176,0.5);
    background: rgb(108,147,176);
}.modalCookieAgreement-log p a {
    color: rgb(158,181,205);
    transition: color 0.3s ease;
    text-decoration: underline;
}.modalCookieAgreement-log p a:hover {
    color: rgb(108,147,176);
}#cookieNoticeBoard-log {
    display: none;
}#cookieNoticeBoard-log:checked ~ .modalCookieAgreement-log {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 1200px) {.modalCookieAgreement-log {
    padding: 20px;
}.privacy-opt-log {
    padding: 20px 2%;
}
}
@media only screen and (max-width: 800px) {.cookie-none-log {
    display: none;
}.privacy-opt-log {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}.cookie-control-log {
    text-align: center;
    margin-bottom: 20px;
}.modalCookieAgreement-log h5, .modalCookieAgreement-log p {
    text-align: center;
}.track-bar-log {
    text-align: center;
    margin-top: 10px;
    margin-left: 0;
    width: 100%;
}}
.follow-log {
    overflow: hidden;
    padding: 6rem 2rem;
    background: rgb(204,216,230);
    position: relative;
    perspective: 1000px;
}.follow-log::before {
    content: "";
    background: 
        linear-gradient(30deg, transparent 49%, rgb(158,181,205,0.5) 49%, rgb(158,181,205,0.5) 51%, transparent 51%),
        linear-gradient(150deg, transparent 49%, rgb(108,147,176,0.5) 49%, rgb(108,147,176,0.5) 51%, transparent 51%);
    opacity: 0.2;
    left: 0;
    position: absolute;
    height: 100%;
    z-index: 1;
    background-size: 60px 60px;
    width: 100%;
    top: 0;
}.follow-log .method-edu-log {
    max-width: 1200px;
    transform-style: preserve-3d;
    display: flex;
    z-index: 2;
    justify-content: center;
    position: relative;
    margin: 0 auto;
}.follow-log .inquiry-request-log {
    background: #ffffff;
    padding: 3.5rem 3rem;
    transform: rotateX(5deg) rotateY(-15deg) rotateZ(0deg);
    transition: transform 0.5s ease;
    position: relative;
    width: 70%;
    box-shadow: 
        30px 30px 0px rgb(158,181,205,0.5),
        -30px -30px 0px rgb(108,147,176,0.5);
}.follow-log .inquiry-request-log:hover {
    transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
}.follow-log h3 {
    font-weight: 700;
    position: relative;
    margin-bottom: 2.5rem;
    color: #000000;
    border-left: 5px solid rgb(158,181,205);
    padding-left: 1.5rem;
    transform: translateZ(20px);
    font-size: 22px;
}.follow-log .input_holder {
    transform: translateZ(30px);
    display: flex;
    flex-direction: column;
    gap: 2rem;
}.follow-log input[type="email"] {
    transform: skewY(0deg);
    border: 2px solid rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    padding: 1.2rem 1.5rem;
    font-size: 16px;
    transition: all 0.3s ease;
    background: #ffffff;
    transform-origin: left center;
    color: #000000;
}.follow-log input[type="email"]:focus {
    box-shadow: 10px 10px 0px rgb(108,147,176,0.5);
    border-color: rgb(158,181,205);
    outline: none;
    transform: skewY(-2deg);
}.follow-log input[type="submit"] {
    padding: 1rem 2.5rem;
    transform: skewY(0deg);
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    background: rgb(158,181,205);
    cursor: pointer;
    letter-spacing: 1px;
    color: #ffffff;
    align-self: flex-end;
    font-weight: 600;
    font-size: 16px;
    position: relative;
    transform-origin: right center;
    text-transform: uppercase;
    border: none;
    overflow: hidden;
}.follow-log input[type="submit"]:hover {
    transform: skewY(2deg);
    background: rgb(108,147,176);
    box-shadow: -10px 10px 0px rgb(158,181,205,0.5);
}.follow-log .inquiry-request-log::before {
    height: 100px;
    background: rgb(108,147,176);
    opacity: 0.2;
    right: -50px;
    content: "";
    transform: rotateX(45deg) rotateY(15deg) rotateZ(45deg);
    top: -50px;
    position: absolute;
    width: 100px;
}.follow-log .inquiry-request-log::after {
    width: 100px;
    transform: rotateX(45deg) rotateY(15deg) rotateZ(45deg);
    position: absolute;
    left: -50px;
    height: 100px;
    bottom: -50px;
    background: rgb(158,181,205);
    opacity: 0.2;
    content: "";
}.follow-log .input_holder::before {
    top: 20%;
    position: absolute;
    border: 2px solid rgb(108,147,176);
    opacity: 0.3;
    height: 50px;
    animation: float 6s ease-in-out infinite;
    transform: rotateX(45deg) rotateY(15deg) rotateZ(45deg);
    right: -25px;
    content: "";
    width: 50px;
}.follow-log .input_holder::after {
    transform: rotateX(45deg) rotateY(15deg) rotateZ(45deg);
    width: 50px;
    left: -25px;
    animation: float 8s ease-in-out infinite reverse;
    bottom: 20%;
    content: "";
    height: 50px;
    position: absolute;
    opacity: 0.3;
    border: 2px solid rgb(158,181,205);
}

@keyframes float {
    0%, 100% {
        transform: rotateX(45deg) rotateY(15deg) rotateZ(45deg) translateY(0);
    }
    50% {
        transform: rotateX(45deg) rotateY(15deg) rotateZ(45deg) translateY(-20px);
    }
}

@media (max-width: 992px) {.follow-log .inquiry-request-log {
    transform: rotateX(3deg) rotateY(-10deg) rotateZ(0deg);
    width: 85%;
    box-shadow: 
            20px 20px 0px rgb(158,181,205,0.5),
            -20px -20px 0px rgb(108,147,176,0.5);
}
}

@media (max-width: 768px) {.follow-log {
    padding: 4rem 1.5rem;
}.follow-log .inquiry-request-log {
    transform: none;
    padding: 2.5rem 2rem;
    box-shadow: 
            10px 10px 0px rgb(158,181,205,0.5),
            -10px -10px 0px rgb(108,147,176,0.5);
    width: 100%;
}.follow-log h3 {
    font-size: calc(22px * 0.9);
    transform: none;
}.follow-log .input_holder {
    transform: none;
}.follow-log .inquiry-request-log::before,
    .follow-log .inquiry-request-log::after,
    .follow-log .input_holder::before,
    .follow-log .input_holder::after {
    display: none;
}
}

@media (max-width: 480px) {.follow-log {
    padding: 3rem 1rem;
}.follow-log .inquiry-request-log {
    padding: 2rem 1.5rem;
    box-shadow: 
            5px 5px 0px rgb(158,181,205,0.5),
            -5px -5px 0px rgb(108,147,176,0.5);
}.follow-log h3 {
    margin-bottom: 2rem;
    padding-left: 1rem;
    font-size: calc(22px * 0.8);
}.follow-log input[type="email"] {
    padding: 1rem;
}.follow-log input[type="submit"] {
    align-self: stretch;
    padding: 0.8rem 1.5rem;
}
}