* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}.log_warp-container {
    flex-direction: column;
    display: flex;
    min-height: 100%;
    height: 100%;
}.container {
    width: 1179px;
    margin: auto;
    max-width: 100%;
}::-webkit-scrollbar {
    background: #ffffff;
    padding: 5px;
    width: 10px;
}::-webkit-scrollbar-track {
    box-shadow: inset -3px -3px 9px 3px rgba(0, 0, 0, 0.3);
    background: linear-gradient(345deg, rgb(212,209,198) 19%, rgb(239,238,234) 9%);
    border-radius: 15%;
}::-webkit-scrollbar-thumb {
    border-radius: 10px;
    border: 3px dotted rgb(179,174,161,0.5);
    box-shadow: 5px -3px 14px 7px rgba(0, 0, 0, 0.8);
    background: radial-gradient(circle at top left, #ffffff 25%, rgb(255, 255, 255, 0.5) 84%, rgb(179,174,161,0.5) 27%, rgb(212,209,198,0.5) 58%, rgb(239,238,234) 83%);
    transition: transform 4.5s ease-in;
}::-webkit-scrollbar-thumb:hover {
    background: rgb(239,238,234);
}::-webkit-scrollbar-thumb:active {
    background: rgb(239,238,234);
    box-shadow: inset -2px 2px 12px 5px rgba(0, 0, 0, 0.8);
}html {
    scrollbar-color: rgb(179,174,161,0.5) rgb(239,238,234);
    scrollbar-width: none;
}.log_nav_pagewrap {
    flex: 1 0 auto;
}a {
    text-decoration: none;
    color: inherit;
}svg {
    height: 30px;
    width: 30px;
}.log_zoom_meet {
    flex: 0 0 auto;
}html,body {
    height: 100%;
    min-height: 100%;
    color: #000000;
    auto
contain
touch-action: none;
    font-family: Arial, sans-serif;
}header,footer {
    width: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.log_future_students {
    padding: 90px 0;
    overflow: hidden;
    position: relative;
    background-color: #ffffff;
}.log_future_students::before {
    top: 0;
    opacity: 0.03;
    height: 100%;
    width: 100%;
    z-index: 1;
    background: repeating-linear-gradient(
        45deg,
        rgb(212,209,198,0.5) 0,
        rgb(212,209,198,0.5) 1px,
        transparent 1px,
        transparent 30px
    );
    content: '';
    left: 0;
    position: absolute;
}.log_future_students .log_digital_education {
    padding: 0 30px;
    margin: 0 auto;
    z-index: 10;
    position: relative;
    text-align: center;
    max-width: 1100px;
}.log_future_students h3 {
    font-size: 38px;
    color: #000000;
    margin-bottom: 50px;
    display: inline-block;
    position: relative;
    padding: 0 30px;
    font-weight: 700;
}.log_future_students h3::before,
.log_future_students h3::after {
    content: '';
    position: absolute;
    width: 15px;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgb(212,209,198,0.5);
    border-radius: 50%;
    height: 15px;
}.log_future_students h3::before {
    left: 0;
}.log_future_students h3::after {
    right: 0;
}.log_future_students ul {
    margin: 0;
    padding: 0;
    gap: 25px;
    flex-wrap: wrap;
    display: flex;
    list-style: none;
    justify-content: center;
}.log_future_students ul li {
    padding: 35px 25px;
    position: relative;
    border-radius: 20px;
    align-items: center;
    width: calc(33.333% - 17px);
    gap: 20px;
    z-index: 1;
    text-align: left;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    min-width: 280px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    transition: all 0.4s ease;
}.log_future_students ul li::before {
    border-radius: 20px;
    position: absolute;
    width: 100%;
    z-index: -1;
    background: linear-gradient(135deg, 
                #ffffff 0%, 
                #ffffff 60%, 
                rgb(239,238,234) 100%);
    opacity: 0;
    top: 0;
    height: 100%;
    transition: opacity 0.4s ease;
    content: '';
    left: 0;
}.log_future_students ul li:hover {
    transform: translateY(-7px) scale(1.03);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border-color: rgba(0, 0, 0, 0.1);
}.log_future_students ul li:hover::before {
    opacity: 1;
}.log_future_students ul li svg {
    position: relative;
    flex-shrink: 0;
    width: 45px;
    height: 45px;
    transition: all 0.4s ease;
}.log_future_students ul li:hover svg {
    transform: scale(1.1);
}.log_future_students ul li svg path {
    fill: rgb(212,209,198);
    transition: fill 0.4s ease;
}.log_future_students ul li:hover svg path {
    fill: rgb(179,174,161);
}.log_future_students ul li::after {
    background-color: rgb(212,209,198,0.5);
    content: '';
    width: 10px;
    bottom: 15px;
    border-radius: 50%;
    right: 15px;
    transition: all 0.4s ease;
    position: absolute;
    height: 10px;
    opacity: 0.5;
}.log_future_students ul li:hover::after {
    background-color: rgb(179,174,161,0.5);
    transform: scale(1.5);
}@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.log_future_students ul li {
    animation: slideUp 0.5s ease forwards;
    opacity: 0;
}.log_future_students ul li:nth-child(1) {
    animation-delay: 0.1s;
}.log_future_students ul li:nth-child(2) {
    animation-delay: 0.2s;
}.log_future_students ul li:nth-child(3) {
    animation-delay: 0.3s;
}.log_future_students ul li:nth-child(4) {
    animation-delay: 0.4s;
}.log_future_students ul li:nth-child(5) {
    animation-delay: 0.5s;
}.log_future_students ul li:nth-child(6) {
    animation-delay: 0.6s;
}.log_future_students ul li:nth-child(3n+1) {
    box-shadow: 0 5px 20px rgba(rgb(212,209,198,0.5), 0.1);
}.log_future_students ul li:nth-child(3n+2) {
    box-shadow: 0 5px 20px rgba(rgb(179,174,161,0.5), 0.1);
}

@media (max-width: 992px) {.log_future_students {
    padding: 70px 0;
}.log_future_students h3 {
    margin-bottom: 40px;
}.log_future_students ul li {
    padding: 30px 20px;
    width: calc(50% - 13px);
}
}

@media (max-width: 768px) {.log_future_students ul {
    gap: 20px;
}.log_future_students ul li {
    width: 100%;
    padding: 25px 20px;
}
}

@media (max-width: 576px) {.log_future_students {
    padding: 50px 0;
}.log_future_students h3 {
    padding: 0 20px;
    margin-bottom: 30px;
    font-size: calc(38px * 0.85);
}.log_future_students h3::before,
    .log_future_students h3::after {
    width: 10px;
    height: 10px;
}.log_future_students ul li {
    padding: 20px 15px;
    gap: 15px;
}.log_future_students ul li svg {
    height: 35px;
    width: 35px;
}
}

@media (prefers-reduced-motion: reduce) {.log_future_students ul li {
    animation: none;
    opacity: 1;
}.log_future_students ul li:hover {
    transform: none;
}.log_future_students ul li:hover svg {
    transform: none;
}}.log_thanksPanel {
    background: linear-gradient(135deg, rgb(239,238,234) 0%, #ffffff 100%);
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.log_thanksPanel::before {
    animation: float 12s ease-in-out infinite;
    background: rgb(179,174,161,0.5);
    top: -50px;
    width: 300px;
    content: "";
    height: 300px;
    z-index: 0;
    left: -50px;
    filter: blur(80px);
    position: absolute;
}.log_thanksPanel::after {
    background: rgb(212,209,198,0.5);
    content: "";
    height: 280px;
    filter: blur(70px);
    width: 280px;
    right: -80px;
    bottom: -80px;
    position: absolute;
    animation: float 15s ease-in-out infinite reverse;
    z-index: 0;
}.log_thanksPanel .container {
    z-index: 2;
    position: relative;
}.log_thanksPanel .log_digital_education {
    grid-template-columns: 1fr;
    clip-path: polygon(
        0% 0%, 
        97% 0%, 
        100% 3%, 
        100% 100%, 
        3% 100%, 
        0% 97%
    );
    background: rgba(255, 255, 255, 0.85);
    transform: perspective(1000px) rotateX(2deg);
    backdrop-filter: blur(15px);
    padding: 3.5rem;
    position: relative;
    gap: 2rem;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.05),
                -20px -20px 60px rgba(255, 255, 255, 0.8),
                inset 5px 5px 10px rgba(255, 255, 255, 0.8),
                inset -5px -5px 10px rgba(0, 0, 0, 0.05);
    display: grid;
}.log_thanksPanel .log_digital_education::before {
    left: 0;
    width: 100%;
    background: linear-gradient(45deg, transparent 48%, rgb(179,174,161,0.5) 49%, transparent 51%);
    top: 0;
    height: 100%;
    content: "";
    pointer-events: none;
    opacity: 0.08;
    position: absolute;
    background-size: 10px 10px;
}.log_thanksPanel .log_digital_education > div:first-child {
    position: relative;
}.log_thanksPanel .log_digital_education > div:first-child::after {
    left: 0;
    transform-origin: left center;
    width: 80px;
    content: "";
    position: absolute;
    transform: scaleX(1);
    height: 4px;
    bottom: -1rem;
    background: linear-gradient(90deg, rgb(212,209,198) 0%, rgb(179,174,161) 100%);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}.log_thanksPanel .log_digital_education:hover > div:first-child::after {
    transform: scaleX(1.5);
}.log_thanksPanel h5 {
    margin-bottom: 0.5rem;
    color: #000000;
    transform: translateX(0);
    font-weight: 700;
    font-family: Arial, sans-serif;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    line-height: 1.3;
    font-size: 23px;
}.log_thanksPanel .log_digital_education:hover h5 {
    transform: translateX(10px);
}.log_thanksPanel a {
    text-decoration: none;
    overflow: hidden;
    transform: translateY(0);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    display: block;
    position: relative;
}.log_thanksPanel a:hover {
    transform: translateY(-5px);
}.log_thanksPanel a::before {
    height: 0;
    background: linear-gradient(to top, rgb(212,209,198,0.5) 0%, transparent 100%);
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    content: "";
    transition: height 0.5s ease, opacity 0.5s ease;
    z-index: -1;
}.log_thanksPanel a:hover::before {
    opacity: 0.1;
    height: 100%;
}.log_thanksPanel p {
    line-height: 1.7;
    font-family: Arial, sans-serif;
    font-weight: 400;
    margin: 0;
    color: #000000;
    font-size: 16px;
}

@keyframes float {
    0%, 100% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(20px, -20px);
    }
    50% {
        transform: translate(0, -40px);
    }
    75% {
        transform: translate(-20px, -20px);
    }
}

@media (min-width: 768px) {.log_thanksPanel {
    padding: 150px 0;
}.log_thanksPanel .log_digital_education {
    gap: 3rem;
    grid-template-columns: 1fr 1fr;
    padding: 4rem;
    align-items: center;
}.log_thanksPanel h5 {
    font-size: calc(23px * 1.1);
    margin-bottom: 0;
}.log_thanksPanel p {
    font-size: calc(16px * 1.05);
}
}

@media (min-width: 992px) {.log_thanksPanel {
    padding: 180px 0;
}.log_thanksPanel .log_digital_education {
    padding: 5rem;
}.log_thanksPanel h5 {
    font-size: calc(23px * 1.2);
}.log_thanksPanel .log_digital_education > div:first-child::after {
    width: 100px;
}
}

@media (max-width: 767px) {.log_thanksPanel {
    padding: 80px 0;
}.log_thanksPanel .log_digital_education {
    padding: 2.5rem;
}.log_thanksPanel h5 {
    font-size: calc(23px * 0.9);
}.log_thanksPanel p {
    font-size: calc(16px * 0.95);
}.log_thanksPanel .log_digital_education > div:first-child::after {
    width: 60px;
}
}

@media (max-width: 480px) {.log_thanksPanel {
    padding: 60px 0;
}.log_thanksPanel .log_digital_education {
    padding: 2rem;
    clip-path: polygon(
            0% 0%, 
            95% 0%, 
            100% 5%, 
            100% 100%, 
            5% 100%, 
            0% 95%
        );
}.log_thanksPanel h5 {
    font-size: calc(23px * 0.85);
}.log_thanksPanel p {
    font-size: calc(16px * 0.9);
}}.log_teaching_history {
    padding: 90px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(239,238,234) 0%, #f5f7fa 100%);
    position: relative;
}.log_teaching_history::before {
    position: absolute;
    animation: float 15s ease-in-out infinite alternate;
    height: 300px;
    z-index: 0;
    width: 300px;
    opacity: 0.4;
    background: linear-gradient(45deg, rgb(212,209,198,0.5), rgb(179,174,161,0.5));
    right: -5%;
    top: -10%;
    filter: blur(60px);
    content: "";
}.log_teaching_history::after {
    width: 250px;
    content: "";
    background: linear-gradient(225deg, rgb(179,174,161,0.5), rgb(212,209,198,0.5));
    opacity: 0.3;
    bottom: -5%;
    filter: blur(50px);
    animation: float 18s ease-in-out infinite alternate-reverse;
    position: absolute;
    z-index: 0;
    left: -5%;
    height: 250px;
}.log_teaching_history .container {
    margin: 0 auto;
    z-index: 1;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
}.log_teaching_history .log_client_sentiments {
    transform: perspective(1000px) rotateY(2deg);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    background: #ffffff;
    grid-gap: 30px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    display: grid;
    grid-template-columns: 1fr;
    padding: 40px;
}.log_teaching_history .log_client_sentiments:hover {
    transform: perspective(1000px) rotateY(0deg);
}.log_teaching_history .log_client_sentiments > div:first-child {
    position: relative;
    margin-bottom: 10px;
}.log_teaching_history .log_pic_hover {
    width: 120px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border: 3px solid #ffffff;
    height: 120px;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
}.log_teaching_history .log_client_sentiments:hover .log_pic_hover {
    transform: scale(1.05) translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}.log_teaching_history .name {
    margin-bottom: 5px;
    font-weight: 700;
    display: inline-block;
    font-size: 18px;
    color: rgb(212,209,198);
    position: relative;
}.log_teaching_history .name::after {
    width: 0;
    height: 3px;
    bottom: -4px;
    left: 0;
    transition: width 0.3s ease-in-out;
    background: linear-gradient(90deg, rgb(212,209,198), rgb(179,174,161));
    position: absolute;
    content: "";
}.log_teaching_history .log_client_sentiments:hover .name::after {
    width: 100%;
}.log_teaching_history .log_client_sentiments > div:nth-child(2) > div {
    font-size: calc(14px - 1px);
    margin-bottom: 15px;
    padding-left: 0;
    transition: padding-left 0.3s ease;
    position: relative;
    font-weight: 600;
    color: rgb(179,174,161);
}.log_teaching_history .log_client_sentiments:hover > div:nth-child(2) > div {
    padding-left: 10px;
}.log_teaching_history .log_emp_summary {
    font-size: 14px;
    padding: 20px;
    border-left: 3px solid rgb(212,209,198);
    background: linear-gradient(to right, rgba(245, 247, 250, 0.5), rgba(245, 247, 250, 0));
    color: #000000;
    line-height: 1.7;
    font-family: Arial, sans-serif;
    margin: 0;
    position: relative;
}.log_teaching_history .log_emp_summary::before {
    font-family: serif;
    font-size: 60px;
    opacity: 0.3;
    position: absolute;
    line-height: 1;
    top: -15px;
    content: "";
    left: 10px;
    color: rgb(212,209,198,0.5);
}

@media (min-width: 768px) {.log_teaching_history {
    padding: 120px 0;
}.log_teaching_history .log_client_sentiments {
    grid-template-rows: auto 1fr;
    grid-template-columns: 150px 1fr;
    padding: 50px;
}.log_teaching_history .log_client_sentiments > div:first-child {
    margin-bottom: 0;
    grid-row: 1 / span 2;
}.log_teaching_history .log_pic_hover {
    height: 150px;
    width: 150px;
}.log_teaching_history .log_client_sentiments > div:nth-child(2) {
    align-self: end;
}.log_teaching_history .log_client_sentiments > div:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
}
}

@media (min-width: 992px) {.log_teaching_history .log_client_sentiments {
    padding: 60px;
    grid-template-columns: 180px 1fr;
    grid-gap: 40px;
}.log_teaching_history .log_pic_hover {
    width: 180px;
    height: 180px;
}.log_teaching_history .name {
    font-size: calc(18px + 2px);
}.log_teaching_history .log_emp_summary {
    padding: 25px;
    font-size: calc(14px + 1px);
}
}

@media (max-width: 767px) {.log_teaching_history {
    padding: 60px 0;
}.log_teaching_history .log_client_sentiments {
    padding: 30px;
    text-align: center;
}.log_teaching_history .log_pic_hover {
    margin: 0 auto 20px;
}.log_teaching_history .name::after {
    transform: translateX(-50%);
    left: 50%;
}.log_teaching_history .log_client_sentiments:hover > div:nth-child(2) > div {
    padding-left: 0;
}.log_teaching_history .log_emp_summary {
    text-align: left;
    padding: 15px;
}}

@keyframes float {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    50% {
        transform: translate(15px, 15px) rotate(5deg);
    }
    100% {
        transform: translate(-15px, 10px) rotate(-5deg);
    }
}.log_customer_comments {
    background: linear-gradient(135deg, rgb(239,238,234) 0%, rgb(179,174,161,0.5) 100%);
    overflow: hidden;
    position: relative;
    padding: 5rem 0;
}.log_customer_comments::before {
    background-image: radial-gradient(circle at 10% 20%, rgb(212,209,198,0.5) 5%, transparent 60%);
    content: "";
    height: 100%;
    z-index: 0;
    opacity: 0.4;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}.log_customer_comments::after {
    bottom: -5%;
    opacity: 0.5;
    background-image: radial-gradient(circle, rgb(179,174,161,0.5) 10%, transparent 70%);
    z-index: 0;
    width: 40%;
    position: absolute;
    height: 40%;
    content: "";
    right: -5%;
}.log_customer_comments .container {
    padding: 0 1.5rem;
    z-index: 1;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.log_customer_comments h2 {
    color: #000000;
    text-align: center;
    font-size: 36px;
    transform: translateZ(0);
    position: relative;
    margin-bottom: 3rem;
    font-weight: 700;
}.log_customer_comments h2::after {
    width: 5rem;
    background: linear-gradient(90deg, rgb(212,209,198) 0%, rgb(179,174,161) 100%);
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    bottom: -0.8rem;
    content: "";
    height: 0.3rem;
}.log_customer_comments .log_success_testimonials {
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
    display: grid;
    perspective: 1000px;
    gap: 2rem;
}.log_customer_comments .log_client_sentiments {
    background: #ffffff;
    overflow: hidden;
    padding: 2rem;
    transform-style: preserve-3d;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), 
                box-shadow 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    z-index: 1;
    position: relative;
}.log_customer_comments .log_client_sentiments::before {
    top: 0;
    position: absolute;
    z-index: 2;
    background: linear-gradient(90deg, rgb(212,209,198) 0%, rgb(179,174,161) 100%);
    left: 0;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    height: 0.3rem;
    transform: scaleX(0);
    transform-origin: left;
    content: "";
    width: 100%;
}.log_customer_comments .log_client_sentiments:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}.log_customer_comments .log_client_sentiments:hover::before {
    transform: scaleX(1);
}.log_customer_comments .log_client_sentiments div {
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
}.log_customer_comments .log_client_sentiments img {
    height: 60px;
    object-fit: cover;
    margin-right: 1rem;
    width: 60px;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    border: 3px solid #ffffff;
}.log_customer_comments .log_client_sentiments:hover img {
    transform: scale(1.05);
}.log_customer_comments .log_client_sentiments h4 {
    position: relative;
    font-size: 21px;
    margin: 0;
    font-weight: 600;
    color: #000000;
}.log_customer_comments .log_client_sentiments h4::after {
    background: rgb(212,209,198);
    bottom: -0.5rem;
    left: 0;
    transition: transform 0.3s ease;
    height: 0.15rem;
    content: "";
    transform: scaleX(0);
    position: absolute;
    transform-origin: left;
    width: 2rem;
}.log_customer_comments .log_client_sentiments:hover h4::after {
    transform: scaleX(1);
}.log_customer_comments .description {
    color: #000000;
    line-height: 1.6;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
    position: relative;
}.log_customer_comments .description::before {
    top: -1.5rem;
    font-family: serif;
    position: absolute;
    font-size: 5rem;
    left: -0.5rem;
    line-height: 1;
    color: rgb(212,209,198,0.5);
    opacity: 0.2;
    content: "";
}.log_customer_comments a {
    margin-top: 3rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    z-index: 1;
    text-decoration: none;
    overflow: hidden;
    padding: 0.8rem 2rem;
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(212,209,198) 0%, rgb(179,174,161) 100%);
    position: relative;
    font-weight: 600;
    font-size: 17px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    display: inline-block;
    color: #ffffff;
}.log_customer_comments a::before {
    top: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
    background: linear-gradient(90deg, rgb(179,174,161) 0%, rgb(212,209,198) 100%);
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    content: "";
    position: absolute;
}.log_customer_comments a:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}.log_customer_comments a:hover::before {
    opacity: 1;
}.log_customer_comments .log_digital_education {
    flex-direction: column;
    align-items: center;
    display: flex;
}

@media (max-width: 1024px) {.log_customer_comments {
    padding: 4rem 0;
}.log_customer_comments h2 {
    font-size: calc(36px * 0.9);
}.log_customer_comments .log_success_testimonials {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}

@media (max-width: 768px) {.log_customer_comments {
    padding: 3rem 0;
}.log_customer_comments h2 {
    font-size: calc(36px * 0.8);
    margin-bottom: 2rem;
}.log_customer_comments h2::after {
    width: 4rem;
}.log_customer_comments .log_success_testimonials {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.log_customer_comments .log_client_sentiments {
    padding: 1.5rem;
}
}

@media (max-width: 576px) {.log_customer_comments {
    padding: 2.5rem 0;
}.log_customer_comments h2 {
    font-size: calc(36px * 0.7);
    margin-bottom: 1.5rem;
}.log_customer_comments h2::after {
    width: 3rem;
}.log_customer_comments .log_success_testimonials {
    grid-template-columns: 1fr;
}.log_customer_comments .log_client_sentiments {
    padding: 1.2rem;
}.log_customer_comments .log_client_sentiments div {
    margin-bottom: 1rem;
}.log_customer_comments .log_client_sentiments img {
    width: 50px;
    height: 50px;
}.log_customer_comments a {
    padding: 0.7rem 1.5rem;
    margin-top: 2rem;
}}

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

.log_customer_comments .log_client_sentiments:nth-child(1) {
    animation: fadeInUp 0.6s 0.1s both;
}.log_customer_comments .log_client_sentiments:nth-child(2) {
    animation: fadeInUp 0.6s 0.2s both;
}.log_customer_comments .log_client_sentiments:nth-child(3) {
    animation: fadeInUp 0.6s 0.3s both;
}.log_customer_comments .log_client_sentiments:nth-child(4) {
    animation: fadeInUp 0.6s 0.4s both;
}.log_customer_comments .log_client_sentiments:nth-child(5) {
    animation: fadeInUp 0.6s 0.5s both;
}.log_customer_comments .log_client_sentiments:nth-child(6) {
    animation: fadeInUp 0.6s 0.6s both;
}.log_customer_comments .log_client_sentiments:nth-child(7) {
    animation: fadeInUp 0.6s 0.7s both;
}.log_course_highlights {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(239,238,234), #ffffff 80%);
    padding: 6rem 0;
    position: relative;
}.log_course_highlights::before {
    position: absolute;
    right: -50px;
    opacity: 0.15;
    filter: blur(40px);
    width: 250px;
    height: 250px;
    transform: translateZ(0);
    border-radius: 50%;
    top: -50px;
    background: rgb(179,174,161,0.5);
    content: "";
}.log_course_highlights::after {
    bottom: 0;
    left: 0;
    height: 3px;
    position: absolute;
    opacity: 0.6;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(179,174,161), transparent);
    width: 100%;
}.log_course_highlights .container {
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    position: relative;
}.log_course_highlights h2 {
    transform: translateX(10px);
    line-height: 1.3;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 3rem;
    max-width: 90%;
    display: inline-block;
    color: #000000;
    position: relative;
}.log_course_highlights h2::before {
    top: 0;
    content: "";
    background: rgb(179,174,161);
    position: absolute;
    transition: transform 0.3s ease;
    height: 100%;
    transform: scaleY(0.9);
    width: 4px;
    left: -10px;
}.log_course_highlights h2:hover::before {
    transform: scaleY(1.1);
}.log_course_highlights .log_pro_skills {
    transform: translateZ(0);
    display: grid;
    gap: 2.5rem;
    grid-template-columns: 1fr;
}.log_course_highlights .log_pic_hover {
    transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    border-radius: 10px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translateZ(0) perspective(1000px) rotateY(2deg);
    overflow: hidden;
    height: 300px;
}.log_course_highlights .log_pic_hover:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateZ(0) perspective(1000px) rotateY(0deg) translateY(-5px);
}.log_course_highlights .log_pic_hover::after {
    background: linear-gradient(to bottom, rgba(0,0,0,0.05), rgba(0,0,0,0.2));
    top: 0;
    height: 100%;
    transition: opacity 0.5s ease;
    left: 0;
    width: 100%;
    position: absolute;
    opacity: 0;
    content: "";
}.log_course_highlights .log_pic_hover:hover::after {
    opacity: 1;
}.log_course_highlights .log_content_card {
    transition: transform 0.3s ease;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
    padding: 2.5rem;
}.log_course_highlights .log_content_card::before {
    left: 0;
    top: 0;
    content: "";
    transform: scaleX(0.97);
    background: linear-gradient(90deg, rgb(212,209,198), rgb(179,174,161));
    height: 5px;
    transition: transform 0.5s ease;
    width: 100%;
    position: absolute;
}.log_course_highlights .log_content_card:hover::before {
    transform: scaleX(1);
}.log_course_highlights .description {
    line-height: 1.75;
    transition: opacity 0.3s ease;
    font-size: 15px;
    opacity: 0.9;
    color: #000000;
    margin-bottom: 1.5rem;
    position: relative;
}.log_course_highlights .description:last-child {
    margin-bottom: 0;
}.log_course_highlights .description:hover {
    opacity: 1;
}.log_course_highlights .description:first-of-type::first-letter {
    color: rgb(179,174,161);
    font-size: 1.5em;
    font-weight: 700;
}

@media (min-width: 768px) {.log_course_highlights {
    padding: 8rem 0;
}.log_course_highlights .log_pro_skills {
    align-items: start;
    gap: 3rem;
    grid-template-columns: 1fr 1.5fr;
}.log_course_highlights h2 {
    max-width: 80%;
    font-size: calc(28px * 1.1);
    margin-bottom: 4rem;
}.log_course_highlights .log_pic_hover {
    min-height: 500px;
    height: 100%;
}.log_course_highlights .log_content_card {
    max-height: 600px;
    overflow-y: auto;
    padding: 3rem;
}.log_course_highlights .log_content_card::-webkit-scrollbar {
    width: 8px;
}.log_course_highlights .log_content_card::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0,0,0,0.03);
}.log_course_highlights .log_content_card::-webkit-scrollbar-thumb {
    background: rgb(179,174,161,0.5);
    border-radius: 10px;
}.log_course_highlights .log_content_card::-webkit-scrollbar-thumb:hover {
    background: rgb(179,174,161);
}
}

@media (min-width: 992px) {.log_course_highlights h2 {
    font-size: calc(28px * 1.2);
    max-width: 70%;
}.log_course_highlights .log_pro_skills {
    grid-template-columns: 0.8fr 1.2fr;
    gap: 4rem;
}.log_course_highlights .log_pic_hover {
    transform: translateZ(0) perspective(1200px) rotateY(4deg);
}.log_course_highlights .log_content_card {
    max-height: 650px;
    transform: translateZ(0) perspective(1200px) rotateY(-2deg);
    padding: 3.5rem;
}.log_course_highlights .log_content_card:hover {
    transform: translateZ(0) perspective(1200px) rotateY(0deg);
}.log_course_highlights .description {
    line-height: 1.8;
}
}

@media (min-width: 1200px) {.log_course_highlights {
    padding: 10rem 0;
}.log_course_highlights .container {
    padding: 0 30px;
}.log_course_highlights h2 {
    font-size: calc(28px * 1.3);
    margin-bottom: 5rem;
}.log_course_highlights .log_pro_skills {
    gap: 5rem;
    grid-template-columns: 0.7fr 1.3fr;
}.log_course_highlights .log_pic_hover {
    min-height: 600px;
}.log_course_highlights .log_content_card {
    max-height: 700px;
    padding: 4rem;
}
}

@media (max-width: 767px) {.log_course_highlights {
    padding: 4rem 0;
}.log_course_highlights h2 {
    margin-bottom: 2rem;
    font-size: calc(28px * 0.9);
}.log_course_highlights .log_pic_hover {
    height: 250px;
}.log_course_highlights .log_content_card {
    padding: 1.5rem;
}.log_course_highlights .description {
    line-height: 1.6;
    font-size: calc(15px * 0.95);
}
}

@media (max-width: 480px) {.log_course_highlights {
    padding: 3rem 0;
}.log_course_highlights h2 {
    max-width: 100%;
    font-size: calc(28px * 0.8);
}.log_course_highlights .log_pic_hover {
    height: 200px;
}.log_course_highlights .log_content_card {
    padding: 1.25rem;
}.log_course_highlights .description {
    line-height: 1.5;
    font-size: calc(15px * 0.9);
}}.log_help_center {
    background: rgb(239,238,234);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}.log_help_center::before {
    left: 0;
    top: 0;
    opacity: 0.4;
    background: linear-gradient(135deg, rgb(212,209,198,0.5) 0%, transparent 70%);
    position: absolute;
    z-index: 0;
    height: 100%;
    width: 100%;
    content: "";
}.log_help_center::after {
    top: 0;
    left: 0;
    position: absolute;
    background-size: 20px 20px;
    width: 100%;
    background-image: linear-gradient(rgb(239,238,234) 1px, transparent 1px),
                      linear-gradient(90deg, rgb(239,238,234) 1px, transparent 1px);
    z-index: 0;
    opacity: 0.06;
    background-position: center center;
    content: "";
    height: 100%;
}.log_help_center .container {
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
}.log_help_center .log_support_contact {
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
    position: relative;
    gap: 30px;
}.log_help_center .log_reach_form {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    padding: 0;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    background: #ffffff;
    border-radius: 0;
}.log_help_center .log_reach_form:first-child {
    display: flex;
    flex-direction: column;
    padding: 40px;
}.log_help_center .log_reach_form:first-child::before {
    content: "";
    position: absolute;
    top: 0;
    height: 6px;
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, rgb(212,209,198), rgb(179,174,161));
}.log_help_center .log_reach_form:hover {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}.log_help_center h2 {
    margin-bottom: 30px;
    font-weight: 700;
    letter-spacing: -0.02em;
    position: relative;
    color: #000000;
    font-size: 34px;
}.log_help_center h2::after {
    width: 30px;
    bottom: -15px;
    background: rgb(212,209,198);
    left: 0;
    position: absolute;
    transition: width 0.3s ease;
    height: 2px;
    content: "";
}.log_help_center .log_reach_form:hover h2::after {
    width: 50px;
}.log_help_center h3 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #000000;
    font-weight: 600;
}.log_help_center p {
    margin-bottom: 15px;
    color: #000000;
    font-size: 14px;
    line-height: 1.6;
}.log_help_center .log_help_form {
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 0.05em;
    font-weight: 700;
    color: rgb(212,209,198);
    font-size: calc(14px * 1.2);
}.log_help_center .log_contact_today {
    margin-bottom: 30px;
    padding-left: 15px;
    border-left: 2px solid rgb(212,209,198,0.5);
}.log_help_center .log_write_feedback {
    margin-top: auto;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding-top: 30px;
}.log_help_center .log_write_feedback h3 {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}.log_help_center .log_write_feedback h3::before {
    width: 16px;
    content: "";
    margin-right: 10px;
    background: rgb(212,209,198);
    display: block;
    height: 16px;
}.log_help_center .log_contact_faq {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    gap: 10px;
}.log_help_center .log_contact_faq span {
    text-align: center;
    display: block;
    transition: all 0.3s ease;
    background: rgb(239,238,234);
    font-size: calc(14px * 0.85);
    color: #000000;
    padding: 8px 10px;
    border-left: 3px solid rgb(212,209,198);
}.log_help_center .log_contact_faq span:hover {
    transform: translateX(3px);
    background: rgb(212,209,198);
    color: #ffffff;
}.log_help_center .log_reach_form .log_pic_hover {
    min-height: 100%;
    transition: transform 0.5s ease;
    width: 100%;
    position: relative;
    height: 100%;
}.log_help_center .log_reach_form:hover .log_pic_hover {
    transform: scale(1.05);
}.log_help_center .log_request_team {
    flex-direction: column;
    padding: 40px;
    display: flex;
    gap: 20px;
}.log_help_center .log_request_team a {
    position: relative;
    transition: all 0.3s ease;
    text-decoration: none;
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding-bottom: 20px;
    align-items: flex-start;
}.log_help_center .log_request_team a:last-child {
    padding-bottom: 0;
    border-bottom: none;
}.log_help_center .log_request_team a:hover {
    transform: translateX(5px);
}.log_help_center .log_request_team a::before {
    background: rgb(212,209,198);
    position: absolute;
    height: 100%;
    content: "";
    left: -40px;
    width: 0;
    top: 0;
    transition: width 0.3s ease;
}.log_help_center .log_request_team a:hover::before {
    width: 3px;
}.log_help_center .log_request_team a span {
    font-weight: 400;
    font-size: 14px;
    display: block;
    color: #000000;
    margin-bottom: 5px;
}.log_help_center .log_request_team a p {
    font-size: calc(14px * 1.1);
    font-weight: 600;
    margin: 0;
    color: #000000;
}.log_help_center svg {
    width: 24px;
    margin-top: 5px;
    flex-shrink: 0;
    fill: rgb(212,209,198);
    transition: transform 0.3s ease;
    height: 24px;
    margin-right: 15px;
}.log_help_center svg path {
    transition: fill 0.3s ease;
    fill: rgb(212,209,198);
}.log_help_center .log_request_team a:hover svg {
    transform: scale(1.2);
}.log_help_center .log_request_team a:hover svg,
.log_help_center .log_request_team a:hover svg path {
    fill: rgb(179,174,161);
}

@media (max-width: 992px) {.log_help_center {
    padding: 70px 0;
}.log_help_center .log_support_contact {
    grid-template-columns: 1fr 1fr;
}.log_help_center .log_reach_form:last-child {
    grid-column: span 2;
}
}

@media (max-width: 768px) {.log_help_center {
    padding: 50px 0;
}.log_help_center .log_support_contact {
    grid-template-columns: 1fr;
}.log_help_center .log_reach_form:last-child {
    grid-column: span 1;
}.log_help_center .log_reach_form .log_pic_hover {
    height: 300px;
}.log_help_center .log_reach_form:first-child {
    order: 1;
}.log_help_center .log_reach_form:nth-child(2) {
    order: 3;
}.log_help_center .log_reach_form:last-child {
    order: 2;
}
}

@media (max-width: 576px) {.log_help_center {
    padding: 40px 0;
}.log_help_center .log_reach_form:first-child,
    .log_help_center .log_request_team {
    padding: 30px 20px;
}.log_help_center .log_reach_form .log_pic_hover {
    height: 220px;
}.log_help_center .log_contact_faq {
    grid-template-columns: 1fr 1fr;
}}

.log_help_center::before {
    animation: gradient-shift 15s ease infinite alternate;
}@keyframes gradient-shift {
    0% {
        opacity: 0.3;
        transform: translateX(-5%) translateY(-5%) rotate(0deg);
    }
    100% {
        opacity: 0.5;
        transform: translateX(5%) translateY(5%) rotate(2deg);
    }
}

.log_help_center .log_reach_form:first-child {
    position: relative;
    overflow: hidden;
}.log_help_center .log_reach_form:first-child::after {
    width: 100%;
    transition: transform 0.5s ease;
    z-index: -1;
    opacity: 0.05;
    position: absolute;
    right: -50%;
    top: -50%;
    transform: rotate(45deg);
    height: 100%;
    content: "";
    background: linear-gradient(135deg, transparent 0%, rgb(212,209,198,0.5) 100%);
}.log_help_center .log_reach_form:first-child:hover::after {
    transform: rotate(45deg) scale(1.2);
}.log_help_center .log_request_team a:nth-child(1) {
    animation-delay: 0.1s;
}.log_help_center .log_request_team a:nth-child(2) {
    animation-delay: 0.2s;
}.log_help_center .log_request_team a:nth-child(3) {
    animation-delay: 0.3s;
}.log_help_center .log_reach_form:nth-child(2) .log_pic_hover::after {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0;
    background: linear-gradient(180deg, transparent 70%, rgba(0, 0, 0, 0.5) 100%);
}.log_help_center .log_contact_faq span:hover {
    animation: pulse 1s ease;
}@keyframes pulse {
    0% {
        transform: translateX(3px);
    }
    50% {
        transform: translateX(6px);
    }
    100% {
        transform: translateX(3px);
    }
}.log_cookie_message_alert {
    width: 100%;
    position: fixed;
    bottom: 0;
    border-top: 3px solid rgb(212,209,198);
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
    background: rgb(179,174,161);
    padding: 15px 20px;
    z-index: 90;
}.log_cookie_menu {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    align-items: center;
}.log_policy_ack {
    flex-shrink: 0;
    margin-right: 20px;
}.log_policy_ack svg {
    height: 50px;
    fill: rgb(212,209,198);
    width: 50px;
}.log_cookies_tech {
    max-width: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}.log_cookie_message_alert h5 {
    font-size: 22px;
    margin-bottom: 10px;
    color: #ffffff;
    font-weight: 700;
}.log_cookie_message_alert p {
    font-size: 17px;
    color: #000000;
    line-height: 1.5;
}.log_edu_accept {
    border: 2px solid rgb(212,209,198);
    color: #ffffff;
    border-radius: 10px;
    font-size: 14px;
    background: rgb(212,209,198);
    text-align: center;
    margin-left: 10px;
    padding: 10px 20px;
    flex-shrink: 0;
    min-width: 150px;
    transition: none;
    cursor: pointer;
    text-decoration: none;
}.log_edu_accept:hover {
    border-color: rgb(212,209,198,0.5);
    background: rgb(212,209,198,0.5);
}.log_cookie_message_alert p a {
    color: rgb(212,209,198);
    border-bottom: 2px solid rgb(212,209,198);
    text-decoration: none;
}.log_cookie_message_alert p a:hover {
    border-bottom-color: rgb(179,174,161);
    color: rgb(179,174,161);
}
@media only screen and (max-width: 1200px) {.log_cookie_message_alert {
    padding: 15px;
}
}
@media only screen and (max-width: 800px) {.log_policy_ack {
    display: none;
}.log_cookie_menu {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}.log_cookie_message_alert h5, .log_cookie_message_alert p {
    text-align: center;
}.log_cookies_tech {
    margin-bottom: 15px;
}.log_edu_accept {
    margin-top: 10px;
    margin-left: 0;
}}
#log_cookie_banneralert {
    display: none;
}#log_cookie_banneralert:checked ~ .log_cookie_message_alert {
    opacity: 0;
    visibility: hidden;
}.log_pricing_plan {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    background: rgb(239,238,234);
}.log_pricing_plan::before {
    content: "";
    height: 100%;
    top: 0;
    z-index: 1;
    width: 100%;
    position: absolute;
    background: linear-gradient(135deg, rgb(212,209,198,0.5) 0%, transparent 70%);
    left: 0;
}.log_pricing_plan .container {
    position: relative;
    padding: 0 15px;
    max-width: 1320px;
    z-index: 2;
    margin: 0 auto;
}.log_pricing_plan .log_pricing_block {
    display: flex;
    gap: 60px;
    flex-direction: column-reverse;
}.log_pricing_plan .log_deal_opts {
    animation: fadeInUp 0.8s ease-out forwards;
    text-align: center;
    transform: translateY(-10px);
    max-width: 800px;
    margin: 0 auto;
}.log_pricing_plan .log_deal_opts h2 {
    font-size: 32px;
    font-weight: 700;
    display: inline-block;
    color: #000000;
    position: relative;
    margin-bottom: 20px;
}.log_pricing_plan .log_deal_opts h2::after {
    left: 50%;
    position: absolute;
    bottom: -10px;
    width: 80px;
    height: 3px;
    transform: translateX(-50%);
    background: rgb(212,209,198);
    content: "";
}.log_pricing_plan .log_study_rates {
    color: #000000;
    max-width: 600px;
    margin: 0 auto;
    font-size: 17px;
    line-height: 1.7;
    overflow-wrap: break-word;
    word-break: break-word;
    margin-bottom: 0;
}.log_pricing_plan .log_price_sheet {
    grid-template-columns: 1fr;
    width: 100%;
    display: grid;
    gap: 30px;
}.log_pricing_plan .log_pricing_pack {
    transform: translateY(20px);
    border-radius: 10px;
    text-decoration: none;
    animation: fadeInUp 0.8s ease-out forwards;
    display: block;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    height: 100%;
    opacity: 0;
    overflow: hidden;
    animation-delay: calc(var(--index, 0) * 0.1s);
}.log_pricing_plan .log_pricing_pack:nth-child(1) {
    --index: 1;
}.log_pricing_plan .log_pricing_pack:nth-child(2) {
    --index: 2;
}.log_pricing_plan .log_pricing_pack:nth-child(3) {
    --index: 3;
}.log_pricing_plan .log_pricing_pack:nth-child(4) {
    --index: 4;
}.log_pricing_plan .log_pricing_pack:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px) scale(1.02);
}.log_pricing_plan .log_learning_cost {
    background: linear-gradient(145deg, #ffffff, #f5f8ff);
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}.log_pricing_plan .log_learning_cost::before {
    top: 0;
    content: "";
    position: absolute;
    height: 5px;
    left: 0;
    background: linear-gradient(90deg, rgb(212,209,198), rgb(179,174,161));
    width: 100%;
}.log_pricing_plan .log_pro_fees {
    display: flex;
    padding: 40px 30px;
    box-sizing: border-box;
    flex: 1;
    flex-direction: column;
}.log_pricing_plan .log_pro_fees h3 {
    margin-bottom: 15px;
    overflow-wrap: break-word;
    position: relative;
    font-weight: 700;
    font-size: 18px;
    color: #000000;
    margin-top: 0;
    word-break: break-word;
}.log_pricing_plan .log_pro_fees h3::after {
    position: absolute;
    background-color: rgb(212,209,198);
    transition: width 0.3s ease;
    height: 2px;
    content: "";
    left: 0;
    bottom: -8px;
    width: 40px;
}.log_pricing_plan .log_pricing_pack:hover .log_pro_fees h3::after {
    width: 70px;
}.log_pricing_plan .log_class_cost {
    font-size: calc(18px * 1.2);
    font-weight: 700;
    display: inline-block;
    overflow-wrap: break-word;
    border-radius: 10px;
    word-break: break-word;
    color: rgb(212,209,198);
    background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.1), rgba(var(--primary-color-rgb), 0.05));
    padding: 8px 16px;
    margin: 10px 0 20px;
    position: relative;
}.log_pricing_plan .log_pro_fees p {
    font-size: 17px;
    color: #000000;
    overflow-wrap: break-word;
    word-break: break-word;
    white-space: normal;
    line-height: 1.7;
    flex-grow: 1;
    margin-bottom: 0;
}.log_pricing_plan .log_pic_hover {
    width: 100%;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), filter 0.6s ease;
    height: 200px;
}.log_pricing_plan .log_pricing_pack:hover .log_pic_hover {
    filter: brightness(1.05);
    transform: scale(1.05);
}

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

@media (min-width: 768px) {.log_pricing_plan .log_price_sheet {
    grid-template-columns: repeat(2, 1fr);
}.log_pricing_plan .log_pro_fees {
    padding: 40px;
}.log_pricing_plan .log_pic_hover {
    height: 220px;
}
}

@media (min-width: 992px) {.log_pricing_plan .log_pricing_block {
    align-items: center;
    gap: 50px;
    flex-direction: row;
}.log_pricing_plan .log_price_sheet {
    grid-template-columns: repeat(2, 1fr);
    width: 65%;
}.log_pricing_plan .log_deal_opts {
    text-align: left;
    width: 35%;
    margin: 0;
}.log_pricing_plan .log_deal_opts h2::after {
    transform: none;
    left: 0;
}.log_pricing_plan .log_study_rates {
    margin: 0;
}
}

@media (min-width: 1200px) {.log_pricing_plan .log_price_sheet {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}.log_pricing_plan .log_pro_fees h3 {
    font-size: calc(18px * 1.1);
}.log_pricing_plan .log_class_cost {
    font-size: calc(18px * 1.3);
}.log_pricing_plan .log_pic_hover {
    height: 240px;
}
}

@media (max-width: 767px) {.log_pricing_plan {
    padding: 80px 0;
}.log_pricing_plan .log_pro_fees {
    padding: 30px 20px;
}.log_pricing_plan .log_class_cost {
    padding: 6px 12px;
    font-size: 18px;
}.log_pricing_plan .log_pic_hover {
    height: 180px;
}
}

@media (max-width: 480px) {.log_pricing_plan {
    padding: 60px 0;
}.log_pricing_plan .log_deal_opts h2 {
    font-size: calc(32px * 0.85);
}.log_pricing_plan .log_pro_fees h3 {
    font-size: calc(18px * 0.95);
}.log_pricing_plan .log_pic_hover {
    height: 160px;
}}.log_company_overview {
    padding: 100px 0 120px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    color: #ffffff;
}.log_company_overview::before {
    position: absolute;
    width: 100%;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.8) 0%,
        rgba(0, 0, 0, 0.6) 40%,
        rgba(0, 0, 0, 0.4) 100%);
    content: "";
    top: 0;
    z-index: -1;
    height: 100%;
    left: 0;
}.log_company_overview::after {
    opacity: 0.15;
    top: -10%;
    position: absolute;
    filter: blur(40px);
    height: 60%;
    content: "";
    background: linear-gradient(to bottom right, 
        rgb(179,174,161) 0%, 
        rgb(212,209,198) 100%);
    transform: rotate(-15deg);
    right: -10%;
    width: 60%;
    z-index: -1;
    animation: floatGradient 20s ease-in-out infinite alternate;
}.log_company_overview h4 {
    position: relative;
    margin-bottom: 40px;
    text-align: center;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), 
                opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    letter-spacing: 3px;
    font-weight: 700;
    color: #ffffff;
    opacity: 1;
    font-size: calc(21px * 1.1);
    transform: translateY(0);
    text-transform: uppercase;
}.log_company_overview h4::after {
    bottom: -10px;
    background: rgb(179,174,161);
    position: absolute;
    width: 60px;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
}.log_company_overview .container {
    margin: 0 auto;
    padding: 0 30px;
    max-width: 1200px;
    position: relative;
}.log_company_overview .log_content_card {
    position: relative;
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
                0 5px 15px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.08);
    transform: perspective(1000px) rotateY(0deg);
    border-left: 4px solid rgb(179,174,161);
    padding: 50px;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    -webkit-backdrop-filter: blur(10px);
}.log_company_overview .log_content_card:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2), 
                0 10px 20px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateY(2deg) translateY(-5px);
}.log_company_overview .log_content_card::before {
    top: 0;
    content: "";
    height: 100%;
    position: absolute;
    background: linear-gradient(45deg, 
        rgb(212,209,198,0.5) 0%, 
        transparent 40%);
    opacity: 0.07;
    z-index: -1;
    width: 100%;
    left: 0;
}.log_company_overview h6 {
    display: inline-block;
    font-weight: 700;
    font-size: calc(20px * 1.2);
    position: relative;
    margin-bottom: 25px;
    color: rgb(179,174,161);
    letter-spacing: 1px;
}.log_company_overview h6::after {
    height: 2px;
    transition: width 0.4s ease;
    bottom: -8px;
    background: rgb(179,174,161);
    position: absolute;
    left: 0;
    content: "";
    width: 40%;
}.log_company_overview .log_content_card:hover h6::after {
    width: 70%;
}.log_company_overview span {
    color: #ffffff;
    display: block;
    font-family: Arial, sans-serif;
    line-height: 1.8;
    font-weight: 400;
    opacity: 0.9;
    column-gap: 40px;
    text-align: justify;
    font-size: 16px;
    columns: 1;
}

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

@media screen and (min-width: 768px) {.log_company_overview span {
    columns: 2;
}.log_company_overview .log_content_card {
    padding: 60px;
}
}

@media screen and (min-width: 992px) {.log_company_overview {
    padding: 140px 0 160px;
}.log_company_overview h4 {
    margin-bottom: 60px;
    font-size: calc(21px * 1.3);
}.log_company_overview h6 {
    margin-bottom: 30px;
    font-size: calc(20px * 1.4);
}.log_company_overview .log_content_card {
    max-width: 90%;
    padding: 70px;
    margin: 0 auto;
}
}

@media screen and (max-width: 767px) {.log_company_overview {
    padding: 70px 0 80px;
}.log_company_overview h4 {
    margin-bottom: 30px;
    font-size: 21px;
}.log_company_overview .log_content_card {
    padding: 30px 25px;
}.log_company_overview h6 {
    font-size: 20px;
    margin-bottom: 20px;
}.log_company_overview span {
    font-size: calc(16px * 0.95);
    line-height: 1.6;
}
}

@media (hover: hover) {.log_company_overview .log_content_card::after {
    pointer-events: none;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    content: "";
    background: linear-gradient(135deg, 
            rgba(255, 255, 255, 0.1) 0%, 
            rgba(255, 255, 255, 0) 50%);
    position: absolute;
    opacity: 0;
    transition: opacity 0.5s ease;
}.log_company_overview .log_content_card:hover::after {
    opacity: 1;
}
}

@media (prefers-reduced-motion: reduce) {.log_company_overview .log_content_card,
    .log_company_overview .log_content_card:hover,
    .log_company_overview h6::after,
    .log_company_overview .log_content_card:hover h6::after,
    .log_company_overview::after {
    transform: none;
    animation: none;
    transition: none;
}}.log_contact_box {
    padding: 6rem 0;
    overflow: hidden;
    background: linear-gradient(
        -45deg, 
        rgb(239,238,234) 0%, 
        rgb(179,174,161,0.5) 100%
    );
    position: relative;
}.log_contact_box .container {
    margin: 0 auto;
    max-width: 1400px;
    padding: 0 1rem;
}.log_contact_box .log_support_widget {
    border-radius: 17px;
    overflow: hidden;
    background: rgb(179,174,161,0.5);
    align-items: stretch;
    display: flex;
    position: relative;
    box-shadow: 0 25px 50px rgb(212,209,198,0.5);
}.log_contact_box .log_pic_hover {
    margin-left: -5%;
    z-index: 2;
    position: relative;
    flex: 0 0 45%;
    min-height: 600px;
    transform: skew(-10deg);
}.log_contact_box .log_pic_hover::before {
    left: 0;
    background: linear-gradient(
        135deg, 
        rgb(212,209,198,0.5) 0%, 
        rgb(179,174,161,0.5) 100%
    );
    top: 0;
    z-index: 1;
    height: 100%;
    transform: skew(10deg);
    content: '';
    width: 120%;
    opacity: 0.7;
    position: absolute;
}.log_contact_box .log_inquiry_info {
    position: relative;
    justify-content: center;
    display: flex;
    padding: 4rem 3rem 4rem 10%;
    z-index: 3;
    flex-direction: column;
    flex: 0 0 55%;
}.log_contact_box h2 {
    font-weight: 700;
    margin-bottom: 2.5rem;
    text-align: left;
    color: #ffffff;
    padding-left: 2rem;
    position: relative;
    font-size: 39px;
}.log_contact_box h2::before {
    width: 1rem;
    position: absolute;
    top: 50%;
    background: rgb(212,209,198);
    left: 0;
    border-radius: 50%;
    transform: translateY(-50%);
    content: '';
    box-shadow: 0 0 15px rgb(212,209,198,0.5);
    height: 1rem;
}.log_contact_box .log_inquiry_info h3 {
    position: relative;
    color: #ffffff;
    font-weight: 600;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    font-size: 35px;
}.log_contact_box .log_inquiry_info h3::after {
    bottom: 0;
    background: rgb(212,209,198);
    position: absolute;
    width: 50px;
    height: 3px;
    left: 0;
    content: '';
}.log_contact_box .log_inquiry_info form {
    gap: 1.5rem;
    display: grid;
}.log_contact_box .log_inquiry_info input:not([type="checkbox"]):not([type="submit"]) {
    font-size: 18px;
    color: #ffffff;
    outline: none;
    transition: all 0.3s ease;
    background: rgb(179,174,161,0.5);
    border: 1px solid rgb(212,209,198,0.5);
    padding: 1rem 1.5rem;
    width: 100%;
    border-radius: 10px;
    position: relative;
}.log_contact_box .log_inquiry_info input:not([type="checkbox"]):not([type="submit"])::after {
    left: 0;
    width: 0;
    content: '';
    transition: width 0.3s ease;
    bottom: -2px;
    position: absolute;
    height: 2px;
    background: rgb(212,209,198);
}.log_contact_box .log_inquiry_info input:not([type="checkbox"]):not([type="submit"]):focus {
    box-shadow: 0 0 15px rgb(212,209,198,0.5);
    border-color: rgb(212,209,198);
}.log_contact_box .log_inquiry_info input:not([type="checkbox"]):not([type="submit"]):focus::after {
    width: 100%;
}.log_contact_box .log_inquiry_info .log_help_inquiry {
    display: flex;
    align-items: center;
    gap: 1rem;
}.log_contact_box .log_inquiry_info .log_help_inquiry input[type="checkbox"] {
    transition: all 0.3s ease;
    width: 22px;
    appearance: none;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
    background: rgb(179,174,161,0.5);
    height: 22px;
    border: 2px solid rgb(212,209,198,0.5);
}.log_contact_box .log_inquiry_info .log_help_inquiry input[type="checkbox"]:checked {
    border-color: rgb(212,209,198);
    background: rgb(212,209,198);
}.log_contact_box .log_inquiry_info .log_help_inquiry input[type="checkbox"]:checked::after {
    top: 50%;
    font-size: 0.8rem;
    position: absolute;
    content: '✔';
    transform: translate(-50%, -50%);
    left: 50%;
    color: #ffffff;
}.log_contact_box .log_inquiry_info .log_help_inquiry label {
    font-size: 18px;
    display: flex;
    align-items: center;
    color: #ffffff;
}.log_contact_box .log_inquiry_info .log_help_inquiry a {
    text-decoration: none;
    margin-left: 0.3rem;
    transition: color 0.3s ease;
    color: rgb(212,209,198);
}.log_contact_box .log_inquiry_info .log_help_inquiry a:hover {
    text-decoration: underline;
}.log_contact_box .log_inquiry_info .log_query_widget {
    position: relative;
    transition: all 0.3s ease;
    color: #ffffff;
    background: rgb(212,209,198);
    cursor: pointer;
    font-weight: 600;
    border: none;
    padding: 1rem;
    width: 100%;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 10px;
}.log_contact_box .log_inquiry_info .log_query_widget::before {
    width: 200%;
    content: '';
    background: linear-gradient(
        135deg, 
        transparent, 
        rgb(212,209,198,0.5), 
        transparent
    );
    opacity: 0;
    height: 200%;
    top: -50%;
    transition: all 0.5s ease;
    position: absolute;
    left: -50%;
    transform: rotate(-45deg);
}.log_contact_box .log_inquiry_info .log_query_widget:hover::before {
    opacity: 1;
}.log_contact_box .log_inquiry_info .log_query_widget:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgb(212,209,198,0.5);
}

@media screen and (max-width: 1200px) {.log_contact_box .log_pic_hover {
    margin-left: -3%;
}
}

@media screen and (max-width: 1024px) {.log_contact_box .log_support_widget {
    flex-direction: column;
}.log_contact_box .log_pic_hover {
    flex: 0 0 100%;
    margin-left: 0;
    transform: none;
    min-height: 300px;
}.log_contact_box .log_pic_hover::before {
    transform: none;
    width: 100%;
}.log_contact_box .log_inquiry_info {
    padding: 3rem 2rem;
    flex: 0 0 100%;
}
}

@media screen and (max-width: 768px) {.log_contact_box {
    padding: 3rem 0;
}.log_contact_box h2 {
    font-size: calc(39px * 0.8);
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
}.log_contact_box h2::before {
    width: 0.8rem;
    height: 0.8rem;
}.log_contact_box .log_inquiry_info h3 {
    font-size: calc(35px * 0.9);
    margin-bottom: 1.5rem;
}.log_contact_box .log_inquiry_info input:not([type="checkbox"]):not([type="submit"]) {
    padding: 0.8rem 1.2rem;
}
}

@media screen and (max-width: 480px) {.log_contact_box .log_support_widget {
    border-radius: 0;
}.log_contact_box .log_inquiry_info {
    padding: 2rem 1.5rem;
}}footer {
    position: relative;
    perspective: 1000px;
    z-index: 1;
}footer::before {
    bottom: 0;
    opacity: 0.9;
    background: linear-gradient(135deg, rgb(179,174,161,0.5) 0%, rgb(212,209,198,0.5) 100%);
    z-index: -2;
    right: 0;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
}footer::after {
    background: 
        radial-gradient(circle at 20% 20%, transparent 0, transparent 80px, rgba(255, 255, 255, 0.03) 81px),
        radial-gradient(circle at 80% 40%, transparent 0, transparent 120px, rgba(255, 255, 255, 0.03) 121px),
        radial-gradient(circle at 40% 70%, transparent 0, transparent 100px, rgba(255, 255, 255, 0.03) 101px);
    content: "";
    bottom: 0;
    top: 0;
    z-index: -1;
    left: 0;
    position: absolute;
    right: 0;
}.log_zoom_meet {
    padding: 5rem 0 2.5rem;
    color: #ffffff;
    position: relative;
}.log_zoom_meet::before {
    height: 20px;
    background: repeating-linear-gradient(
        90deg,
        rgb(212,209,198) 0px,
        rgb(212,209,198) 40px,
        rgb(179,174,161) 40px,
        rgb(179,174,161) 80px
    );
    left: 0;
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
}.log_zoom_meet .container {
    display: flex;
    gap: 4rem;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}.log_zoom_meet .company_holder {
    transform: rotateX(5deg);
    background: rgb(212,209,198,0.5);
    transition: all 0.4s ease;
    flex: 1 1 380px;
    padding: 2rem;
    border-bottom: 6px solid rgb(212,209,198);
    border-radius: 0;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15);
    position: relative;
    transform-style: preserve-3d;
}.log_zoom_meet .company_holder:hover {
    transform: rotateX(0deg);
}.log_zoom_meet .company_holder h3 {
    color: #ffffff;
    position: relative;
    font-size: 28px;
    margin: 0 0 1.5rem;
    font-weight: 700;
    letter-spacing: 1px;
    transform: translateZ(20px);
    display: inline-block;
}.log_zoom_meet .company_holder h3::before {
    content: "";
    height: 30px;
    width: 30px;
    position: absolute;
    top: -10px;
    border-top: 3px solid #ffffff;
    left: -10px;
    border-left: 3px solid #ffffff;
}.log_zoom_meet .company_holder h3::after {
    position: absolute;
    content: "";
    width: 30px;
    right: -10px;
    border-right: 3px solid #ffffff;
    bottom: -10px;
    height: 30px;
    border-bottom: 3px solid #ffffff;
}.log_zoom_meet .log_footer_careers {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    padding: 1.5rem;
    transform: translateZ(10px);
    line-height: 1.6;
    font-size: 17px;
    border-radius: 10px;
}.log_zoom_meet .log_verify_cta {
    min-width: 400px;
    flex: 1 1 calc(100% - 480px);
}.log_zoom_meet .log_nav_expert {
    gap: 3rem;
    flex-wrap: wrap;
    display: flex;
}.log_zoom_meet .log_nav_start {
    position: relative;
    transition: all 0.4s ease;
    transform-style: preserve-3d;
    transform: rotateX(-5deg);
    flex: 1 1 calc(50% - 1.5rem);
    min-width: 220px;
}.log_zoom_meet .log_nav_start:hover {
    transform: rotateX(0deg);
}.log_zoom_meet .log_nav_start h5 {
    background: rgb(179,174,161,0.5);
    transform: translateZ(15px);
    display: inline-block;
    position: relative;
    font-size: 22px;
    color: #ffffff;
    font-weight: 600;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
    margin: 0 0 1.5rem;
    padding: 1rem 1.5rem;
    min-width: 200px;
}.log_zoom_meet .log_nav_start h5::after {
    bottom: -5px;
    background: rgb(179,174,161);
    height: 5px;
    left: 0;
    right: 0;
    content: "";
    position: absolute;
}.log_zoom_meet .log_nav_start .log_nav_expert {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
    transform: translateZ(5px);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
}.log_zoom_meet .log_nav_start .log_nav_expert a {
    background: rgba(255, 255, 255, 0.05);
    padding: 0.7rem 1rem;
    display: block;
    transition: all 0.3s ease;
    overflow: hidden;
    text-decoration: none;
    font-size: 17px;
    transform: translateZ(10px);
    position: relative;
    border-radius: 10px;
    color: #ffffff;
}.log_zoom_meet .log_nav_start .log_nav_expert a::before {
    content: "";
    width: 100%;
    left: -100%;
    transition: all 0.5s ease;
    top: 0;
    height: 100%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}.log_zoom_meet .log_nav_start .log_nav_expert a:hover {
    color: #ffffff;
    background: rgb(179,174,161,0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}.log_zoom_meet .log_nav_start .log_nav_expert a:hover::before {
    left: 100%;
}.log_academy_info {
    background: rgb(179,174,161,0.5);
    padding: 2rem 0;
    position: relative;
    transform-style: preserve-3d;
    perspective: 1000px;
    margin-top: 3rem;
}.log_academy_info::before {
    transform: rotateX(45deg);
    transform-origin: bottom;
    position: absolute;
    width: 100%;
    left: 0;
    height: 20px;
    content: "";
    background: rgb(179,174,161);
    top: -20px;
}.log_academy_info .container {
    display: flex;
    align-items: center;
    justify-content: center;
}.log_academy_info .log_linkedin_ref {
    padding: 0.8rem 2rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    transform: translateZ(5px);
    text-align: center;
    color: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    font-size: 15px;
}

@media (max-width: 1200px) {.log_zoom_meet .container {
    gap: 3rem;
}.log_zoom_meet .company_holder {
    flex: 1 1 350px;
}.log_zoom_meet .log_verify_cta {
    min-width: 350px;
    flex: 1 1 calc(100% - 430px);
}.log_zoom_meet .log_nav_expert {
    gap: 2rem;
}
}

@media (max-width: 992px) {.log_zoom_meet {
    padding: 4rem 0 2rem;
}.log_zoom_meet .container {
    gap: 3rem;
    flex-direction: column;
}.log_zoom_meet .company_holder,
    .log_zoom_meet .log_verify_cta {
    flex: 1 1 100%;
    min-width: 100%;
}.log_zoom_meet .log_nav_start {
    flex: 1 1 calc(50% - 1.5rem);
    min-width: 220px;
}.log_zoom_meet .company_holder,
    .log_zoom_meet .log_nav_start {
    transform: none;
}
}

@media (max-width: 768px) {.log_zoom_meet {
    padding: 3.5rem 0 1.5rem;
}.log_zoom_meet .log_nav_expert {
    gap: 1.5rem;
}.log_zoom_meet .company_holder h3 {
    font-size: calc(28px - 2px);
}.log_zoom_meet .company_holder h3::before,
    .log_zoom_meet .company_holder h3::after {
    width: 20px;
    height: 20px;
}.log_academy_info {
    margin-top: 2rem;
}.log_academy_info::before {
    height: 15px;
    top: -15px;
}
}

@media (max-width: 576px) {.log_zoom_meet {
    padding: 3rem 0 1rem;
}.log_zoom_meet .log_nav_start {
    min-width: 100%;
    flex: 1 1 100%;
}.log_zoom_meet .log_nav_expert {
    gap: 0.7rem;
}.log_zoom_meet .log_nav_start .log_nav_expert a {
    padding: 0.6rem 0.8rem;
}.log_academy_info {
    padding: 1.5rem 0;
    margin-top: 1.5rem;
}.log_academy_info::before {
    display: none;
}
}

@media (max-width: 420px) {.log_zoom_meet::before {
    height: 10px;
}.log_zoom_meet .company_holder h3::before,
    .log_zoom_meet .company_holder h3::after {
    display: none;
}.log_zoom_meet .log_nav_start h5 {
    width: 100%;
    min-width: auto;
}.log_academy_info .log_linkedin_ref {
    width: 90%;
    padding: 0.7rem 1.5rem;
}}.log_title_page {
    overflow: hidden;
    background: rgb(212,209,198);
    position: relative;
    width: 100%;
}.log_title_page::before {
    width: 100%;
    background: 
        repeating-linear-gradient(
            45deg,
            rgb(212,209,198) 0px,
            rgb(212,209,198) 10px,
            rgb(212,209,198,0.5) 10px,
            rgb(212,209,198,0.5) 12px
        );
    left: 0;
    position: absolute;
    height: 100%;
    top: 0;
    opacity: 0.05;
    content: "";
    z-index: 1;
}.log_title_page .log_digital_education {
    width: 100%;
    height: 100vh;
    z-index: 2;
    position: relative;
}.log_title_page .log_start_entry {
    left: 0;
    overflow: hidden;
    height: 100vh;
    position: absolute;
    width: 100%;
    top: 0;
}.log_title_page .log_start_entry input {
    display: none;
}.log_title_page .log_edu_start {
    display: flex;
    height: 100%;
    width: 500%;
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}.log_title_page .log_edu_skill {
    height: 100%;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    transition: clip-path 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    width: 20%;
}.log_title_page .log_edu_skill img {
    filter: saturate(1.2);
    transform: scale(1.1);
    width: 100%;
    transition: transform 1.2s ease-out;
    height: 100%;
    object-fit: cover;
}.log_title_page .log_edu_skill::after {
    height: 100%;
    top: 0;
    z-index: 2;
    background: linear-gradient(to bottom, 
                transparent 50%, 
                rgb(212,209,198,0.5) 75%,
                rgb(212,209,198) 100%);
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
}.log_title_page .log_course_page {
    position: absolute;
    bottom: 30px;
    gap: 6px;
    display: flex;
    width: 100%;
    z-index: 10;
    justify-content: center;
}.log_title_page .log_course_page label {
    cursor: pointer;
    opacity: 0.4;
    height: 5px;
    width: 40px;
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
    background: #ffffff;
}.log_title_page .log_course_page label::after {
    transition: transform 0.4s ease;
    content: "";
    height: 100%;
    left: -100%;
    background: rgb(179,174,161);
    top: 0;
    position: absolute;
    width: 100%;
}.log_title_page .log_course_page label:hover {
    opacity: 0.7;
}.log_title_page .log_content_card {
    z-index: 5;
    padding: 0 0 7rem;
    bottom: 0;
    position: absolute;
    left: 0;
    width: 100%;
}.log_title_page .log_content_card .container {
    margin: 0 auto;
    padding: 2rem;
    position: relative;
    max-width: 1200px;
}.log_title_page .log_content_card .container::before {
    left: 30px;
    content: "";
    position: absolute;
    top: 0;
    background: rgb(179,174,161);
    height: 80px;
    width: 3px;
}.log_title_page .log_content_card h1 {
    color: #ffffff;
    position: relative;
    padding-left: 50px;
    font-weight: 700;
    margin-bottom: 1rem;
    font-size: 44px;
}.log_title_page .log_content_card h3 {
    margin-bottom: 1.5rem;
    font-size: 22px;
    padding-left: 50px;
    font-weight: 600;
    color: rgb(179,174,161);
}.log_title_page .log_content_card p {
    padding-left: 50px;
    font-size: 17px;
    line-height: 1.7;
    color: #ffffff;
    max-width: 750px;
    font-weight: 400;
}.log_title_page input:nth-of-type(1):checked ~ .log_edu_start {
    transform: translateX(0);
}.log_title_page input:nth-of-type(2):checked ~ .log_edu_start {
    transform: translateX(-20%);
}.log_title_page input:nth-of-type(3):checked ~ .log_edu_start {
    transform: translateX(-40%);
}.log_title_page input:nth-of-type(4):checked ~ .log_edu_start {
    transform: translateX(-60%);
}.log_title_page input:nth-of-type(5):checked ~ .log_edu_start {
    transform: translateX(-80%);
}.log_title_page input:nth-of-type(6):checked ~ .log_edu_start {
    transform: translateX(-100%);
}.log_title_page input:nth-of-type(7):checked ~ .log_edu_start {
    transform: translateX(-120%);
}.log_title_page input:nth-of-type(8):checked ~ .log_edu_start {
    transform: translateX(-140%);
}.log_title_page input:nth-of-type(9):checked ~ .log_edu_start {
    transform: translateX(-160%);
}.log_title_page input:nth-of-type(10):checked ~ .log_edu_start {
    transform: translateX(-180%);
}.log_title_page input:nth-of-type(1):checked ~ .log_course_page label:nth-child(1)::after,
.log_title_page input:nth-of-type(2):checked ~ .log_course_page label:nth-child(2)::after,
.log_title_page input:nth-of-type(3):checked ~ .log_course_page label:nth-child(3)::after,
.log_title_page input:nth-of-type(4):checked ~ .log_course_page label:nth-child(4)::after,
.log_title_page input:nth-of-type(5):checked ~ .log_course_page label:nth-child(5)::after,
.log_title_page input:nth-of-type(6):checked ~ .log_course_page label:nth-child(6)::after,
.log_title_page input:nth-of-type(7):checked ~ .log_course_page label:nth-child(7)::after,
.log_title_page input:nth-of-type(8):checked ~ .log_course_page label:nth-child(8)::after,
.log_title_page input:nth-of-type(9):checked ~ .log_course_page label:nth-child(9)::after,
.log_title_page input:nth-of-type(10):checked ~ .log_course_page label:nth-child(10)::after {
    transform: translateX(100%);
}.log_title_page input:nth-of-type(1):checked ~ .log_course_page label:nth-child(1),
.log_title_page input:nth-of-type(2):checked ~ .log_course_page label:nth-child(2),
.log_title_page input:nth-of-type(3):checked ~ .log_course_page label:nth-child(3),
.log_title_page input:nth-of-type(4):checked ~ .log_course_page label:nth-child(4),
.log_title_page input:nth-of-type(5):checked ~ .log_course_page label:nth-child(5),
.log_title_page input:nth-of-type(6):checked ~ .log_course_page label:nth-child(6),
.log_title_page input:nth-of-type(7):checked ~ .log_course_page label:nth-child(7),
.log_title_page input:nth-of-type(8):checked ~ .log_course_page label:nth-child(8),
.log_title_page input:nth-of-type(9):checked ~ .log_course_page label:nth-child(9),
.log_title_page input:nth-of-type(10):checked ~ .log_course_page label:nth-child(10) {
    width: 60px;
    background: rgb(179,174,161);
    opacity: 1;
}.log_title_page input:checked ~ .log_edu_start .log_edu_skill img {
    transform: scale(1);
}


@media (max-width: 1199px) {.log_title_page .log_content_card .container {
    max-width: 960px;
}
}

@media (max-width: 991px) {.log_title_page .log_digital_education {
    height: 80vh;
}.log_title_page .log_start_entry {
    height: 80vh;
}.log_title_page .log_content_card {
    padding-bottom: 6rem;
}.log_title_page .log_content_card .container {
    max-width: 720px;
}.log_title_page .log_content_card .container::before {
    height: 70px;
}.log_title_page .log_content_card h1 {
    font-size: calc(44px * 0.9);
}.log_title_page .log_content_card h3 {
    font-size: calc(22px * 0.9);
}.log_title_page input:nth-of-type(n):checked ~ .log_course_page label:nth-child(n) {
    width: 50px;
}
}

@media (max-width: 767px) {.log_title_page .log_digital_education {
    height: 70vh;
}.log_title_page .log_start_entry {
    height: 70vh;
}.log_title_page .log_content_card {
    padding-bottom: 5rem;
}.log_title_page .log_content_card .container {
    max-width: 540px;
    padding: 1.5rem;
}.log_title_page .log_content_card .container::before {
    left: 20px;
    height: 60px;
}.log_title_page .log_content_card h1 {
    font-size: calc(44px * 0.85);
    padding-left: 40px;
}.log_title_page .log_content_card h3 {
    padding-left: 40px;
    font-size: calc(22px * 0.85);
}.log_title_page .log_content_card p {
    font-size: calc(17px * 0.95);
    line-height: 1.6;
    padding-left: 40px;
}.log_title_page .log_course_page {
    bottom: 25px;
    gap: 5px;
}.log_title_page .log_course_page label {
    height: 4px;
    width: 35px;
}.log_title_page input:nth-of-type(n):checked ~ .log_course_page label:nth-child(n) {
    width: 45px;
}
}

@media (max-width: 575px) {.log_title_page .log_digital_education {
    height: 60vh;
}.log_title_page .log_start_entry {
    height: 60vh;
}.log_title_page .log_content_card {
    padding-bottom: 4.5rem;
}.log_title_page .log_content_card .container {
    padding: 1rem;
}.log_title_page .log_content_card .container::before {
    height: 50px;
    left: 15px;
}.log_title_page .log_content_card h1 {
    padding-left: 30px;
    margin-bottom: 0.75rem;
    font-size: calc(44px * 0.8);
}.log_title_page .log_content_card h3 {
    margin-bottom: 1rem;
    font-size: calc(22px * 1.1);
    padding-left: 30px;
}.log_title_page .log_content_card p {
    font-size: calc(17px * 0.9);
    padding-left: 30px;
    line-height: 1.5;
}.log_title_page .log_course_page {
    gap: 4px;
    bottom: 20px;
}.log_title_page .log_course_page label {
    height: 3px;
    width: 30px;
}.log_title_page input:nth-of-type(n):checked ~ .log_course_page label:nth-child(n) {
    width: 40px;
}
}

@media (max-width: 480px) {.log_title_page .log_digital_education {
    height: 55vh;
}.log_title_page .log_start_entry {
    height: 55vh;
}.log_title_page .log_content_card {
    padding-bottom: 4rem;
}.log_title_page .log_content_card .container::before {
    height: 40px;
    left: 12px;
}.log_title_page .log_content_card h1 {
    padding-left: 25px;
}.log_title_page .log_content_card h3 {
    padding-left: 25px;
}.log_title_page .log_content_card p {
    padding-left: 25px;
}
}

@media (max-height: 700px) and (min-width: 768px) {.log_title_page .log_digital_education {
    height: 85vh;
}.log_title_page .log_start_entry {
    height: 85vh;
}
}

@media (max-height: 600px) {.log_title_page .log_digital_education {
    height: 90vh;
}.log_title_page .log_start_entry {
    height: 90vh;
}
}

@media (orientation: landscape) and (max-height: 500px) {.log_title_page .log_digital_education {
    height: 100vh;
}.log_title_page .log_start_entry {
    height: 100vh;
}}.log_join_now {
    transform: perspective(1000px) rotateX(2deg);
    background: linear-gradient(135deg, rgb(179,174,161) 0%, rgb(212,209,198) 100%);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    margin: 6rem 0;
    position: relative;
    padding: 5rem 2rem;
    overflow: hidden;
}.log_join_now::before {
    content: "";
    top: -50%;
    position: absolute;
    background: radial-gradient(circle, rgb(255, 255, 255, 0.5) 5%, transparent 60%);
    width: 200%;
    animation: pulse 15s infinite alternate ease-in-out;
    opacity: 0.1;
    height: 200%;
    pointer-events: none;
    left: -50%;
}.log_join_now::after {
    transform: skewY(-3deg);
    transform-origin: bottom right;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgb(179,174,161,0.5));
    opacity: 0.2;
    z-index: 1;
    right: 0;
    height: 30%;
    content: "";
}.log_join_now .container {
    max-width: 1200px;
    margin: 0 auto;
    flex-direction: column;
    display: flex;
    align-items: center;
    z-index: 2;
    position: relative;
    gap: 2.5rem;
}.log_join_now h6 {
    font-size: clamp(1.25rem, 3vw, 2rem);
    color: #ffffff;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    max-width: 800px;
    animation: floatText 5s infinite alternate ease-in-out;
    line-height: 1.4;
    margin: 0;
    transform: translateY(-5px);
    font-family: Arial, sans-serif;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.03em;
}.log_join_now div:not(.container) {
    margin-top: 1rem;
    display: flex;
    position: relative;
    justify-content: center;
}.log_join_now span {
    position: relative;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    display: inline-block;
    transform: perspective(800px) rotateX(2deg);
}.log_join_now span:hover {
    transform: perspective(800px) rotateX(0deg) translateY(-5px);
}.log_join_now .log_query_widget {
    display: inline-flex;
    padding: 1rem 2.5rem;
    overflow: hidden;
    border-radius: 10px;
    color: rgb(212,209,198);
    text-decoration: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1), 0 5px 15px rgb(212,209,198,0.5);
    align-items: center;
    font-size: 17px;
    position: relative;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    justify-content: center;
    font-weight: 700;
    background: #ffffff;
}.log_join_now .log_query_widget::before {
    top: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, transparent 80%);
    height: 100%;
    position: absolute;
    z-index: 1;
    content: "";
    left: 0;
    width: 100%;
}.log_join_now .log_query_widget::after {
    background: radial-gradient(circle, rgb(179,174,161,0.5) 0%, transparent 70%);
    position: absolute;
    width: 200%;
    z-index: 0;
    top: -50%;
    transform: scale(0.5);
    transition: transform 0.6s ease-out, opacity 0.6s ease-out;
    opacity: 0;
    height: 200%;
    content: "";
    left: -50%;
}.log_join_now .log_query_widget:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15), 0 8px 25px rgb(212,209,198,0.5);
    transform: translateY(-2px);
    color: #000000;
}.log_join_now .log_query_widget:hover::after {
    opacity: 0.5;
    transform: scale(1);
}.log_join_now .log_query_widget span {
    transform: none;
    z-index: 2;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}.log_join_now .log_query_widget:hover span {
    transform: scale(1.05);
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1) rotate(0deg);
    }
    50% {
        transform: scale(1.1) rotate(5deg);
    }
}

@keyframes floatText {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
}

@media (max-width: 992px) {.log_join_now {
    padding: 4rem 1.5rem;
    transform: perspective(1000px) rotateX(1deg);
    margin: 4rem 0;
}.log_join_now .container {
    gap: 2rem;
}.log_join_now h6 {
    font-size: calc(16px * 1.1);
}.log_join_now .log_query_widget {
    padding: 0.9rem 2.2rem;
}
}

@media (max-width: 768px) {.log_join_now {
    transform: none;
    padding: 3.5rem 1.25rem;
    margin: 3rem 0;
}.log_join_now .container {
    gap: 1.75rem;
}.log_join_now h6 {
    font-size: 16px;
    line-height: 1.5;
}.log_join_now .log_query_widget {
    font-size: calc(17px * 0.95);
    padding: 0.85rem 2rem;
}
    
    @keyframes floatText {
        0%, 100% {
            transform: translateY(0);
        }
        50% {
            transform: translateY(-5px);
        }
    }
}

@media (max-width: 576px) {.log_join_now {
    padding: 3rem 1rem;
    margin: 2.5rem 0;
}.log_join_now .container {
    gap: 1.5rem;
}.log_join_now h6 {
    letter-spacing: 0.02em;
    font-size: calc(16px * 0.95);
}.log_join_now .log_query_widget {
    font-size: calc(17px * 0.9);
    padding: 0.8rem 1.8rem;
}}.log_confidential_armory {
    padding: 5rem 1.5rem;
    background: linear-gradient(135deg, rgb(239,238,234) 0%, rgba(245, 247, 250, 0.95) 100%);
    position: relative;
    overflow: hidden;
}.log_confidential_armory::before {
    height: 100%;
    left: 0;
    position: absolute;
    background-size: 60px 60px;
    opacity: 0.04;
    background-image: linear-gradient(45deg, rgb(212,209,198,0.5) 25%, transparent 25%), 
                      linear-gradient(-45deg, rgb(212,209,198,0.5) 25%, transparent 25%);
    content: "";
    width: 100%;
    top: 0;
    z-index: 0;
}.log_confidential_armory::after {
    z-index: 0;
    transform: rotate(-15deg);
    right: -10%;
    opacity: 0.2;
    position: absolute;
    background: linear-gradient(120deg, rgb(179,174,161,0.5) 0%, transparent 70%);
    content: "";
    width: 40%;
    height: 40%;
    top: -10%;
}.log_confidential_armory .container {
    padding: 3.5rem 4rem;
    transform: translateZ(0);
    max-width: 1140px;
    z-index: 1;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    margin: 0 auto;
    position: relative;
}.log_confidential_armory h1 {
    font-weight: 700;
    position: relative;
    line-height: 1.2;
    transform: translateX(-0.5rem);
    font-size: 43px;
    margin-bottom: 2.5rem;
    padding-bottom: 1.2rem;
    color: #000000;
}.log_confidential_armory h1::after {
    animation: expandWidth 0.7s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    left: 0;
    position: absolute;
    width: 8rem;
    content: "";
    bottom: 0;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(212,209,198) 0%, rgb(179,174,161) 100%);
    height: 4px;
}.log_confidential_armory h2 {
    line-height: 1.3;
    padding-left: 1.2rem;
    position: relative;
    color: #000000;
    font-size: 34px;
    font-weight: 600;
    margin: 3rem 0 1.5rem;
    transform: translateX(-1.2rem);
}.log_confidential_armory h2::before {
    background: rgb(212,209,198);
    bottom: 0.5rem;
    top: 0.5rem;
    position: absolute;
    width: 4px;
    left: 0;
    content: "";
    border-radius: 2px;
}.log_confidential_armory h3 {
    padding-left: 1rem;
    color: #000000;
    font-weight: 600;
    transform: translateX(-1rem);
    position: relative;
    margin: 2.5rem 0 1.2rem;
    font-size: calc(34px * 0.85);
}.log_confidential_armory h3::before {
    top: 0.4rem;
    content: "";
    bottom: 0.4rem;
    border-radius: 1.5px;
    width: 3px;
    left: 0;
    background: rgb(179,174,161);
    position: absolute;
}.log_confidential_armory h4 {
    padding-left: 0.8rem;
    margin: 2rem 0 1rem;
    color: #000000;
    font-size: calc(34px * 0.7);
    font-weight: 600;
    position: relative;
    transform: translateX(-0.8rem);
}.log_confidential_armory h4::before {
    bottom: 0.3rem;
    width: 2px;
    top: 0.3rem;
    left: 0;
    background: rgb(179,174,161,0.5);
    position: absolute;
    content: "";
    border-radius: 1px;
}.log_confidential_armory p {
    max-width: 95%;
    position: relative;
    font-size: 16px;
    color: #000000;
    margin-bottom: 1.5rem;
    line-height: 1.7;
}.log_confidential_armory strong {
    font-weight: 600;
    display: inline-block;
    color: #000000;
    position: relative;
}.log_confidential_armory strong::after {
    background-color: rgb(179,174,161,0.5);
    width: 100%;
    height: 1px;
    position: absolute;
    content: "";
    bottom: -2px;
    left: 0;
}.log_confidential_armory ul {
    list-style: none;
    margin: 1.5rem 0 2rem;
    padding-left: 1.5rem;
    position: relative;
}.log_confidential_armory li {
    padding-left: 1.8rem;
    color: #000000;
    line-height: 1.6;
    margin-bottom: 1rem;
    font-size: 16px;
    position: relative;
}.log_confidential_armory li::before {
    transition: transform 0.3s ease, background-color 0.3s ease;
    width: 0.6rem;
    left: 0;
    height: 0.6rem;
    content: "";
    border: 1px solid rgb(212,209,198);
    transform: rotate(45deg);
    background-color: rgb(212,209,198,0.5);
    top: 0.7rem;
    position: absolute;
}.log_confidential_armory li:hover::before {
    background-color: rgb(212,209,198);
    transform: rotate(135deg);
}.log_confidential_armory span {
    margin-bottom: 1.5rem;
    line-height: 1.7;
    display: block;
    font-size: 16px;
    padding: 0.5rem 0;
    position: relative;
    color: #000000;
}.log_confidential_armory span::after {
    background: linear-gradient(90deg, rgb(212,209,198,0.5) 0%, transparent 100%);
    bottom: 0;
    content: "";
    width: 100%;
    position: absolute;
    transform-origin: left;
    height: 1px;
    left: 0;
}

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

@media (max-width: 991px) {.log_confidential_armory {
    padding: 4rem 1rem;
}.log_confidential_armory .container {
    padding: 2.5rem 3rem;
}.log_confidential_armory h1 {
    margin-bottom: 2rem;
    font-size: calc(43px * 0.9);
}.log_confidential_armory h2 {
    margin: 2.5rem 0 1.2rem;
    font-size: calc(34px * 0.9);
}
}

@media (max-width: 767px) {.log_confidential_armory {
    padding: 3rem 0.8rem;
}.log_confidential_armory .container {
    padding: 2rem 1.5rem;
}.log_confidential_armory h1 {
    margin-bottom: 1.8rem;
    padding-bottom: 1rem;
    font-size: calc(43px * 0.8);
}.log_confidential_armory h1::after {
    width: 6rem;
}.log_confidential_armory h2 {
    margin: 2rem 0 1rem;
    transform: translateX(-1rem);
    font-size: calc(34px * 0.8);
    padding-left: 1rem;
}.log_confidential_armory h3 {
    padding-left: 0.8rem;
    transform: translateX(-0.8rem);
    margin: 1.8rem 0 1rem;
    font-size: calc(34px * 0.7);
}.log_confidential_armory h4 {
    font-size: calc(34px * 0.6);
    margin: 1.5rem 0 0.8rem;
}.log_confidential_armory p, 
    .log_confidential_armory span, 
    .log_confidential_armory li {
    margin-bottom: 1.2rem;
    font-size: calc(16px * 0.95);
}.log_confidential_armory ul {
    margin: 1.2rem 0 1.8rem;
    padding-left: 0.8rem;
}.log_confidential_armory li {
    padding-left: 1.5rem;
    margin-bottom: 0.8rem;
}
}

@media (max-width: 479px) {.log_confidential_armory {
    padding: 2rem 0.5rem;
}.log_confidential_armory .container {
    padding: 1.5rem 1.2rem;
}.log_confidential_armory h1 {
    margin-bottom: 1.5rem;
    font-size: calc(43px * 0.7);
}.log_confidential_armory h1::after {
    width: 5rem;
    height: 3px;
}.log_confidential_armory h2 {
    margin: 1.8rem 0 0.8rem;
    font-size: calc(34px * 0.7);
    padding-left: 0.8rem;
    transform: translateX(-0.8rem);
}.log_confidential_armory h2::before {
    width: 3px;
}.log_confidential_armory h3, .log_confidential_armory h4 {
    margin: 1.5rem 0 0.8rem;
    font-size: calc(34px * 0.6);
    transform: translateX(-0.7rem);
    padding-left: 0.7rem;
}.log_confidential_armory p, 
    .log_confidential_armory span, 
    .log_confidential_armory li {
    max-width: 100%;
    font-size: calc(16px * 0.9);
    margin-bottom: 1rem;
    line-height: 1.6;
}.log_confidential_armory ul {
    padding-left: 0.5rem;
}.log_confidential_armory li {
    padding-left: 1.3rem;
}.log_confidential_armory li::before {
    width: 0.5rem;
    height: 0.5rem;
}}header {
    position: fixed;
    backdrop-filter: blur(10px);
    background: linear-gradient(180deg, 
        rgb(212,209,198) 0%, 
        rgba(20, 20, 30, 0.95) 100%
    );
    border-bottom: 1px solid rgb(212,209,198,0.5);
    left: 0;
    width: 100%;
    transition: all 0.4s ease;
    top: 0;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    -webkit-backdrop-filter: blur(10px);
}header:before {
    background: 
        radial-gradient(circle at 15% 15%, rgb(212,209,198,0.5) 0%, transparent 25%),
        radial-gradient(circle at 85% 85%, rgb(179,174,161,0.5) 0%, transparent 25%);
    content: '';
    top: 0;
    height: 100%;
    opacity: 0.1;
    position: absolute;
    left: 0;
    width: 100%;
    pointer-events: none;
}header:after {
    content: '';
    pointer-events: none;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0.02;
    mix-blend-mode: overlay;
}header .log_nav_core {
    position: relative;
    overflow: hidden;
}header .log_nav_core:before {
    position: absolute;
    content: '';
    box-shadow: 0 0 15px rgb(212,209,198), 0 0 35px rgb(212,209,198);
    background: linear-gradient(90deg, 
        transparent 0%,
        rgb(212,209,198) 25%,
        #ffffff 50%,
        rgb(212,209,198) 75%,
        transparent 100%
    );
    width: 200%;
    bottom: 0;
    animation: scanlineGlow 4s linear infinite;
    height: 1px;
    opacity: 0.7;
    left: -50%;
}header .container {
    padding: 18px 25px;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}header .container:before {
    height: 100%;
    content: '';
    mix-blend-mode: overlay;
    position: absolute;
    width: 100%;
    background-image: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 2px,
            rgba(255, 255, 255, 0.015) 2px,
            rgba(255, 255, 255, 0.015) 3px
        );
    pointer-events: none;
    opacity: 0.5;
}header .log_top_lesson {
    justify-content: space-between;
    position: relative;
    align-items: center;
    display: flex;
}header .log_top_lesson:before {
    content: '';
    border-radius: 50%;
    top: 50%;
    background: rgb(212,209,198);
    left: -10px;
    width: 20px;
    position: absolute;
    transform: translateY(-50%);
    opacity: 0.3;
    filter: blur(15px);
    animation: breathe 5s infinite alternate;
    height: 20px;
}header .log_top_lesson:after {
    width: 20px;
    position: absolute;
    filter: blur(15px);
    border-radius: 50%;
    animation: breathe 5s infinite alternate-reverse;
    right: -10px;
    transform: translateY(-50%);
    opacity: 0.3;
    height: 20px;
    top: 50%;
    background: rgb(179,174,161);
    content: '';
}header .log_nav_start {
    display: flex;
    position: relative;
    align-items: center;
    gap: 30px;
}header .log_nav_start:before {
    position: absolute;
    filter: blur(5px);
    animation: menuGlow 10s infinite ease-in-out;
    width: 110%;
    opacity: 0.15;
    transform: translateX(-100%);
    top: -5%;
    content: '';
    left: -5%;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(212,209,198,0.5), 
        transparent
    );
    height: 110%;
}header .log_header_main {
    font-family: Arial, sans-serif;
    text-decoration: none;
    text-shadow: 0 0 1px #ffffff;
    font-weight: 400;
    padding: 8px 2px;
    font-size: 13px;
    text-transform: uppercase;
    color: #ffffff;
    position: relative;
    transition: all 0.3s ease;
    letter-spacing: 1px;
}header .log_header_main:before {
    z-index: -1;
    transition: all 0.4s ease;
    position: absolute;
    height: 100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(212,209,198,0.5), 
        transparent
    );
    transform: skewX(-20deg) scale(0.8, 1);
    content: '';
    width: 100%;
    left: 0;
    opacity: 0;
    top: 0;
}header .log_header_main:after {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 0;
    position: absolute;
    content: '';
    left: 50%;
    opacity: 0.8;
    background: linear-gradient(90deg, 
        rgb(212,209,198),
        #ffffff 50%,
        rgb(212,209,198)
    );
    filter: blur(0.5px);
    bottom: -2px;
    height: 2px;
    transform: translateX(-50%);
}header .log_header_main:hover {
    transform: translateY(-2px);
    text-shadow: 
        0 0 5px #ffffff,
        0 0 10px rgb(212,209,198);
    color: #ffffff;
}header .log_header_main:hover:before {
    transform: skewX(-20deg) scale(1.05, 1);
    opacity: 0.15;
}header .log_header_main:hover:after {
    width: 100%;
    box-shadow: 
        0 0 5px rgb(212,209,198),
        0 0 10px rgb(212,209,198);
}header .log_head_site {
    padding: 5px;
    display: flex;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    justify-content: center;
    align-items: center;
}header .log_head_site:before {
    transform: translate(-50%, -50%);
    height: 150%;
    top: 50%;
    opacity: 0;
    content: '';
    background: radial-gradient(circle, 
        rgb(212,209,198,0.5) 0%, 
        transparent 70%
    );
    transition: opacity 0.5s ease;
    position: absolute;
    left: 50%;
    width: 150%;
}header .log_head_site:after {
    opacity: 0;
    height: calc(100% + 10px);
    position: absolute;
    width: calc(100% + 10px);
    left: -5px;
    border: 1px solid transparent;
    border-image: linear-gradient(45deg, rgb(212,209,198), rgb(179,174,161), rgb(212,209,198)) 1;
    top: -5px;
    content: '';
    transition: all 0.5s ease;
}header .log_head_site:hover:before {
    opacity: 0.3;
}header .log_head_site:hover:after {
    opacity: 0.7;
    animation: borderRotate 4s linear infinite;
}header .log_head_site svg {
    height: 45px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: auto;
    position: relative;
    filter: drop-shadow(0 0 2px rgb(212,209,198,0.5));
}header .log_head_site:hover svg {
    transform: scale(1.05);
    filter: drop-shadow(0 0 5px rgb(212,209,198));
}header .log_head_site:hover svg path {
    animation: logoGlow 2s infinite alternate;
}

@keyframes scanlineGlow {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    10%, 90% {
        opacity: 0.7;
    }
    100% {
        transform: translateX(100%);
        opacity: 0;
    }
}

@keyframes breathe {
    0%, 100% {
        opacity: 0.3;
        filter: blur(15px);
    }
    50% {
        opacity: 0.5;
        filter: blur(20px);
    }
}

@keyframes menuGlow {
    0%, 100% {
        transform: translateX(-100%);
        opacity: 0.15;
    }
    50% {
        transform: translateX(100%);
        opacity: 0.25;
    }
}

@keyframes borderRotate {
    0% {
        border-image: linear-gradient(45deg, rgb(212,209,198), rgb(179,174,161), rgb(212,209,198)) 1;
    }
    50% {
        border-image: linear-gradient(225deg, rgb(212,209,198), rgb(179,174,161), rgb(212,209,198)) 1;
    }
    100% {
        border-image: linear-gradient(405deg, rgb(212,209,198), rgb(179,174,161), rgb(212,209,198)) 1;
    }
}

@keyframes logoGlow {
    0% {
        filter: brightness(1);
    }
    100% {
        filter: brightness(1.3);
    }
}

@keyframes glitchEffect {
    0%, 100% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(-2px);
    }
    40% {
        transform: translateX(2px);
    }
    60% {
        transform: skewX(2deg);
    }
    80% {
        transform: skewX(-2deg);
    }
}

@media (max-width: 991px) {header .container {
    padding: 15px 20px;
}header .log_nav_start {
    gap: 20px;
}header .log_head_site svg {
    height: 38px;
}
}

@media (max-width: 767px) {header .log_nav_start {
    right: -100%;
    z-index: 1001;
    background: linear-gradient(135deg, 
            rgba(20, 20, 30, 0.97) 0%, 
            rgba(10, 10, 20, 0.98) 100%
        );
    width: 85%;
    padding: 85px 30px 30px;
    backdrop-filter: blur(15px);
    height: 100vh;
    max-width: 330px;
    top: 0;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0.5);
    overflow-y: auto;
    gap: 25px;
    position: fixed;
    flex-direction: column;
    -webkit-backdrop-filter: blur(15px);
}header .log_nav_start:before {
    width: 80%;
    top: 70px;
    height: 1px;
    left: 10%;
    animation: none;
    opacity: 0.3;
}header .log_nav_start:after {
    opacity: 0.6;
    top: 20px;
    border: 1px solid rgb(212,209,198,0.5);
    width: 30px;
    background: transparent;
    content: '';
    position: absolute;
    right: 20px;
    height: 30px;
}header .menu.active {
    right: 0;
}header .log_header_main {
    border-bottom: 1px solid rgb(212,209,198,0.5);
    text-align: left;
    opacity: 0.8;
    width: 100%;
    padding: 12px 5px;
}header .log_header_main:last-child {
    border-bottom: none;
}header .log_header_main:hover {
    transform: translateY(0);
    opacity: 1;
}header .log_head_site {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 12px 15px;
}header .log_head_site svg {
    height: 35px;
}header .log_nav_start {
    max-width: 100%;
    width: 100%;
}
}