* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}.design_reslog {
    flex: 0 0 auto;
}.header_lessonlog {
    flex: 1 0 auto;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1194px;
}html,body {
    height: 100%;
    font-family: Arial, sans-serif;
    min-height: 100%;
    color: #000000;
}.wrapper-structurelog {
    height: 100%;
    flex-direction: column;
    display: flex;
    min-height: 100%;
}::-webkit-scrollbar {
    width: 6px;
}::-webkit-scrollbar-track {
    border: 1px ridge rgb(176,109,143,0.5);
    border-radius: 9%;
    background: rgb(176,109,143);
}::-webkit-scrollbar-thumb {
    box-shadow: -3px 3px 4px 6px rgba(0, 0, 0, 0.3);
    transition: all 4s ease-in;
    border-radius: 19.6rem;
    background: rgb(230,224,228);
}::-webkit-scrollbar-thumb:hover {
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.6);
    background: rgb(176,109,143,0.5);
}::-webkit-scrollbar-corner {
    background: #ffffff;
    border-radius: 3px;
}* {
    scrollbar-width: thin;
}svg {
    height: 30px;
    width: 30px;
}a {
    text-decoration: none;
    color: inherit;
}header,footer {
    width: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.about_thislog {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.about_thislog::before {
    z-index: 1;
    left: 0;
    right: 0;
    background: radial-gradient(ellipse at 70% 50%, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.85) 100%);
    bottom: 0;
    position: absolute;
    content: "";
    top: 0;
}.about_thislog::after {
    width: 200%;
    top: -50%;
    z-index: 2;
    position: absolute;
    background-size: 20px 20px;
    content: "";
    background: radial-gradient(circle at center, rgb(203,179,191,0.5) 0%, transparent 15%);
    left: -50%;
    opacity: 0.3;
    pointer-events: none;
    height: 200%;
    animation: rotate 120s linear infinite;
}.about_thislog .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
    z-index: 3;
}.about_thislog .text_itemlog {
    transform: perspective(1000px) rotateX(2deg);
    background: linear-gradient(135deg, 
        rgba(255,255,255,0.05) 0%, 
        rgba(255,255,255,0.02) 100%);
    margin: 0 auto;
    transform-origin: center bottom;
    box-shadow: 0 20px 40px rgba(0,0,0,0.3),
                0 0 0 1px rgba(255,255,255,0.1),
                inset 0 0 0 1px rgba(255,255,255,0.05);
    max-width: 900px;
    padding: 40px;
    backdrop-filter: blur(10px);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.2, 0.85, 0.4, 1);
}.about_thislog .text_itemlog:hover {
    transform: perspective(1000px) rotateX(0deg);
}.about_thislog .text_itemlog > div:first-child {
    position: relative;
    margin-bottom: 15px;
}.about_thislog .text_itemlog > div:first-child::before {
    left: -60px;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    height: 1px;
    width: 40px;
    background: linear-gradient(90deg, transparent, rgb(176,109,143), transparent);
    content: "";
}.about_thislog .text_itemlog > div:first-child::after {
    background: linear-gradient(90deg, transparent, rgb(176,109,143), transparent);
    position: absolute;
    height: 1px;
    width: 40px;
    transform: translateY(-50%);
    right: -60px;
    content: "";
    top: 50%;
}.about_thislog h5 {
    color: #ffffff;
    position: relative;
    padding: 0;
    text-transform: uppercase;
    margin: 0;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    display: inline-block;
    letter-spacing: 2px;
}.about_thislog h5::after {
    content: "";
    left: 0;
    bottom: -8px;
    width: 100%;
    transform-origin: center;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgb(203,179,191), transparent);
    animation: pulse 2s ease-in-out infinite;
    position: absolute;
}.about_thislog .text_itemlog > div:nth-child(2) {
    margin-bottom: 25px;
    text-align: center;
}.about_thislog .text_itemlog > div:nth-child(2) p {
    font-weight: 400;
    margin: 0;
    text-shadow: 0 1px 3px rgba(0,0,0,0.3);
    font-size: calc(12px * 1.3);
    color: #ffffff;
}.about_thislog .text_itemlog > div:nth-child(2) p b {
    color: rgb(203,179,191);
    letter-spacing: 1px;
    font-weight: 700;
}.about_thislog ol {
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: relative;
}.about_thislog ol::before {
    background: radial-gradient(circle at center, rgb(176,109,143,0.5) 0%, transparent 70%);
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    opacity: 0.1;
    height: 100%;
    z-index: -1;
}.about_thislog ol li {
    font-weight: 300;
    text-align: justify;
    position: relative;
    animation-delay: 0.5s;
    font-size: 12px;
    animation: fadeIn 1s ease-out forwards;
    line-height: 1.8;
    color: #ffffff;
    opacity: 0;
}.about_thislog ol li::first-letter {
    font-size: 150%;
    color: rgb(203,179,191);
    font-weight: 700;
}

@keyframes pulse {
    0%, 100% {
        transform: scaleX(0.8);
        opacity: 0.6;
    }
    50% {
        transform: scaleX(1);
        opacity: 1;
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

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

@media (max-width: 991px) {.about_thislog {
    padding: 80px 0;
}.about_thislog .text_itemlog {
    padding: 30px;
    transform: perspective(1000px) rotateX(1deg);
}.about_thislog h5 {
    font-size: calc(24px * 0.9);
}
}

@media (max-width: 767px) {.about_thislog {
    padding: 60px 0;
}.about_thislog .text_itemlog {
    transform: none;
    padding: 25px 20px;
}.about_thislog .text_itemlog > div:first-child::before,
    .about_thislog .text_itemlog > div:first-child::after {
    width: 25px;
    right: -35px;
    left: -35px;
}.about_thislog h5 {
    font-size: calc(24px * 0.8);
}.about_thislog .text_itemlog > div:nth-child(2) p {
    font-size: 12px;
}.about_thislog ol li {
    font-size: calc(12px * 0.9);
    line-height: 1.6;
}
}

@media (max-width: 575px) {.about_thislog {
    padding: 40px 0;
}.about_thislog .text_itemlog {
    padding: 20px 15px;
}.about_thislog .text_itemlog > div:first-child::before,
    .about_thislog .text_itemlog > div:first-child::after {
    display: none;
}.about_thislog h5 {
    font-size: calc(24px * 0.7);
}.about_thislog ol li {
    text-align: left;
    font-size: calc(12px * 0.85);
    line-height: 1.5;
}}.education_experiencelog {
    padding: 6rem 0;
    background-color: rgb(230,224,228);
    position: relative;
    overflow: hidden;
}.education_experiencelog::before {
    transform: rotate(-15deg) skewX(15deg);
    opacity: 0.15;
    position: absolute;
    top: -5%;
    background: linear-gradient(135deg, rgb(203,179,191,0.5), rgb(176,109,143,0.5));
    z-index: 1;
    right: -10%;
    height: 70%;
    width: 45%;
    filter: blur(25px);
    content: "";
}.education_experiencelog::after {
    left: -5%;
    content: "";
    width: 35%;
    transform: rotate(10deg) skewX(-10deg);
    z-index: 1;
    background: linear-gradient(225deg, rgb(176,109,143,0.5), rgb(203,179,191,0.5));
    filter: blur(20px);
    bottom: -10%;
    height: 60%;
    opacity: 0.1;
    position: absolute;
}.education_experiencelog .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    padding: 0 2rem;
}.education_experiencelog .learning_feedbacklog {
    gap: 2.5rem;
    box-shadow: 0 25px 50px -12px rgba(0,0,0,0.08);
    background: linear-gradient(145deg, rgba(255,255,255,0.95), rgba(255,255,255,0.8));
    backdrop-filter: blur(10px);
    padding: 3rem;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.6s ease;
    transform: perspective(1000px) rotateY(1deg) rotateX(1deg);
    display: grid;
    position: relative;
    grid-template-columns: 1fr;
}.education_experiencelog .learning_feedbacklog:hover {
    box-shadow: 0 30px 60px -15px rgba(0,0,0,0.12);
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg) translateY(-5px);
}.education_experiencelog .learning_feedbacklog > div:first-child {
    position: relative;
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
}.education_experiencelog .learning_feedbacklog .video_thumbnaillog {
    transform: translateZ(20px);
    border-radius: 5px;
    position: relative;
    box-shadow: 
        0 10px 30px -10px rgba(0,0,0,0.15),
        0 1px 3px rgba(0,0,0,0.1);
    width: 100%;
    padding-bottom: 100%;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.5s ease;
    overflow: hidden;
}.education_experiencelog .learning_feedbacklog .video_thumbnaillog::before {
    width: 100%;
    left: 0;
    content: "";
    position: absolute;
    z-index: 1;
    opacity: 0.7;
    height: 100%;
    top: 0;
    background: linear-gradient(
        to bottom,
        transparent 65%,
        rgb(176,109,143,0.5) 100%
    );
}.education_experiencelog .learning_feedbacklog .video_thumbnaillog::after {
    position: absolute;
    background: linear-gradient(
        45deg,
        rgb(203,179,191,0.5) 0%,
        transparent 50%
    );
    width: 100%;
    left: 0;
    z-index: 1;
    height: 100%;
    content: "";
    opacity: 0.4;
    top: 0;
}.education_experiencelog .learning_feedbacklog:hover .video_thumbnaillog {
    transform: translateZ(30px) scale(1.02);
    box-shadow: 
        0 15px 35px -10px rgba(0,0,0,0.2),
        0 1px 5px rgba(0,0,0,0.1);
}.education_experiencelog .learning_feedbacklog > div:nth-child(2) {
    position: relative;
    text-align: center;
}.education_experiencelog .learning_feedbacklog .name {
    margin-bottom: 0.5rem;
    color: #000000;
    font-weight: 700;
    font-size: calc(23px * 1.1);
    position: relative;
    display: inline-block;
}.education_experiencelog .learning_feedbacklog .name::after {
    border-radius: 10px;
    position: absolute;
    height: 3px;
    transform: translateX(-50%);
    width: 35%;
    left: 50%;
    content: "";
    background: linear-gradient(90deg, rgb(176,109,143), rgb(203,179,191));
    bottom: -5px;
}.education_experiencelog .learning_feedbacklog > div:nth-child(2) > div {
    color: rgb(176,109,143);
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: calc(16px * 0.95);
    margin-top: 0.8rem;
}.education_experiencelog .learning_feedbacklog > div:nth-child(3) {
    position: relative;
}.education_experiencelog .learning_feedbacklog .job_taskslog {
    margin: 0;
    color: #000000;
    line-height: 1.7;
    font-size: 16px;
    position: relative;
    padding: 0.5rem 0.5rem 0.5rem 1.5rem;
    border-left: 3px solid rgb(203,179,191,0.5);
}.education_experiencelog .learning_feedbacklog .job_taskslog::before {
    font-family: serif;
    content: "";
    opacity: 0.2;
    z-index: -1;
    position: absolute;
    top: -20px;
    font-size: 5rem;
    left: -10px;
    color: rgb(203,179,191,0.5);
}

@media (min-width: 768px) {.education_experiencelog .learning_feedbacklog {
    grid-template-rows: auto 1fr;
    grid-template-areas: 
            "photo info"
            "photo quote";
    padding: 3.5rem;
    gap: 2rem 3.5rem;
    grid-template-columns: 280px 1fr;
}.education_experiencelog .learning_feedbacklog > div:first-child {
    grid-area: photo;
    margin: 0;
}.education_experiencelog .learning_feedbacklog > div:nth-child(2) {
    grid-area: info;
    align-self: flex-end;
    text-align: left;
}.education_experiencelog .learning_feedbacklog > div:nth-child(3) {
    grid-area: quote;
    align-self: flex-start;
}.education_experiencelog .learning_feedbacklog .name::after {
    left: 0;
    transform: none;
    width: 50px;
}.education_experiencelog .learning_feedbacklog .video_thumbnaillog {
    border-radius: 8px;
}
}

@media (min-width: 992px) {.education_experiencelog {
    padding: 8rem 0;
}.education_experiencelog .learning_feedbacklog {
    grid-template-columns: 320px 1fr;
    padding: 4rem;
    gap: 2.5rem 4rem;
}.education_experiencelog .learning_feedbacklog .name {
    font-size: calc(23px * 1.2);
}.education_experiencelog .learning_feedbacklog > div:nth-child(2) > div {
    font-size: 16px;
}.education_experiencelog .learning_feedbacklog .job_taskslog {
    padding: 0.5rem 1rem 0.5rem 2rem;
    font-size: calc(16px * 1.05);
}
}

@media (max-width: 576px) {.education_experiencelog {
    padding: 4rem 0;
}.education_experiencelog .learning_feedbacklog {
    padding: 2rem;
    gap: 1.5rem;
}.education_experiencelog .learning_feedbacklog .video_thumbnaillog {
    max-width: 220px;
}.education_experiencelog .learning_feedbacklog .name {
    font-size: 23px;
}.education_experiencelog .learning_feedbacklog > div:nth-child(2) > div {
    font-size: calc(16px * 0.9);
}.education_experiencelog .learning_feedbacklog .job_taskslog {
    font-size: calc(16px * 0.95);
    line-height: 1.6;
    padding: 0.5rem 0 0.5rem 1rem;
}}.pricing_layoutlog {
    position: relative;
    z-index: 1;
    padding: 100px 0;
    overflow: hidden;
}.pricing_layoutlog::before {
    content: "";
    z-index: -1;
    width: 100%;
    background: linear-gradient(135deg, 
        rgba(22, 28, 45, 0.85) 0%,
        rgba(22, 28, 45, 0.75) 50%, 
        rgba(22, 28, 45, 0.9) 100%);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}.pricing_layoutlog .container {
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
}.pricing_layoutlog .price_schemeslog {
    position: relative;
}.pricing_layoutlog h2 {
    margin-bottom: 20px;
    transform: translateZ(0);
    text-align: center;
    letter-spacing: 0.5px;
    font-size: 34px;
    position: relative;
    color: #ffffff;
    font-weight: 700;
}.pricing_layoutlog h2::after {
    width: 80px;
    background: linear-gradient(90deg, rgb(203,179,191), rgb(176,109,143));
    position: absolute;
    content: "";
    bottom: -12px;
    transform: translateX(-50%);
    height: 4px;
    border-radius: 10px;
    left: 50%;
}.pricing_layoutlog .study_rateslog {
    text-align: center;
    opacity: 0.9;
    max-width: 800px;
    line-height: 1.6;
    color: #ffffff;
    font-weight: 300;
    font-size: calc(17px + 2px);
    margin: 0 auto 60px;
}.pricing_layoutlog .pricing_rateslog {
    margin: 0;
    list-style: none;
    perspective: 1000px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    padding: 0;
    gap: 30px;
}.pricing_layoutlog .pricing_rateslog li {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.pricing_layoutlog .pricing_rateslog li:hover {
    z-index: 2;
    transform: translateY(-15px);
}.pricing_layoutlog .learning_pricelog {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15), 
                0 8px 15px rgba(0, 0, 0, 0.1),
                0 1px 0 rgba(255, 255, 255, 0.1) inset;
    isolation: isolate;
    display: block;
    height: 100%;
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.03);
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
}.pricing_layoutlog .learning_pricelog::before {
    transform-origin: 0 0;
    top: 0;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    right: 0;
    left: 0;
    position: absolute;
    height: 4px;
    background: linear-gradient(90deg, rgb(203,179,191), rgb(176,109,143));
    content: "";
    transform: scaleX(0);
}.pricing_layoutlog .learning_pricelog:hover::before {
    transform: scaleX(1);
}.pricing_layoutlog .learning_pricelog::after {
    bottom: 0;
    width: 100%;
    z-index: -1;
    left: 0;
    background: linear-gradient(to top, rgba(rgb(203,179,191,0.5), 0.05), transparent);
    content: "";
    position: absolute;
    height: 50%;
}.pricing_layoutlog .study_sublog {
    height: 100%;
    display: flex;
    padding: 35px 30px;
    z-index: 1;
    flex-direction: column;
    position: relative;
    box-sizing: border-box;
}.pricing_layoutlog .rate_optionslog {
    flex: 1;
    display: flex;
    flex-direction: column;
}.pricing_layoutlog .rate_optionslog h4 {
    color: #ffffff;
    font-size: calc(22px + 2px);
    position: relative;
    padding-bottom: 15px;
    font-weight: 600;
    transition: transform 0.3s ease;
    margin: 0 0 20px;
    letter-spacing: 0.5px;
}.pricing_layoutlog .rate_optionslog h4::after {
    transition: width 0.3s ease;
    width: 40px;
    left: 0;
    position: absolute;
    bottom: 0;
    content: "";
    height: 3px;
    background: rgb(176,109,143);
}.pricing_layoutlog .learning_pricelog:hover .rate_optionslog h4::after {
    width: 60px;
}.pricing_layoutlog .rate_optionslog p {
    font-size: 17px;
    word-wrap: break-word;
    color: rgba(255, 255, 255, 0.8);
    margin: 0 0 30px;
    hyphens: auto;
    line-height: 1.6;
    flex: 1;
    overflow-wrap: break-word;
}.pricing_layoutlog .access_planslog {
    color: rgb(203,179,191);
    font-size: calc(22px + 4px);
    font-weight: 700;
    align-self: flex-start;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
    background: rgba(rgb(203,179,191,0.5), 0.1);
    border-radius: 10px;
    margin-top: auto;
    display: block;
    position: relative;
    padding: 10px 20px;
}.pricing_layoutlog .learning_pricelog:hover .access_planslog {
    transform: scale(1.05);
    background: rgba(rgb(203,179,191,0.5), 0.2);
}

@media (min-width: 1200px) {.pricing_layoutlog .pricing_rateslog {
    grid-template-columns: repeat(4, 1fr);
}.pricing_layoutlog .study_sublog {
    padding: 40px 35px;
}.pricing_layoutlog h2 {
    font-size: calc(34px + 4px);
}
}

@media (min-width: 992px) and (max-width: 1199px) {.pricing_layoutlog .pricing_rateslog {
    grid-template-columns: repeat(3, 1fr);
}.pricing_layoutlog .study_sublog {
    padding: 35px 30px;
}
}

@media (min-width: 768px) and (max-width: 991px) {.pricing_layoutlog .pricing_rateslog {
    grid-template-columns: repeat(2, 1fr);
}.pricing_layoutlog .rate_optionslog p {
    font-size: calc(17px - 1px);
    margin-bottom: 25px;
}.pricing_layoutlog .study_sublog {
    padding: 30px 25px;
}
}

@media (max-width: 767px) {.pricing_layoutlog {
    padding: 70px 0;
}.pricing_layoutlog .pricing_rateslog {
    gap: 20px;
    grid-template-columns: 1fr;
}.pricing_layoutlog h2 {
    font-size: calc(34px - 2px);
}.pricing_layoutlog .study_rateslog {
    font-size: 17px;
    margin-bottom: 40px;
}.pricing_layoutlog .rate_optionslog h4 {
    font-size: 22px;
}.pricing_layoutlog .rate_optionslog p {
    font-size: calc(17px - 1px);
    margin-bottom: 20px;
}.pricing_layoutlog .access_planslog {
    font-size: calc(22px + 2px);
}.pricing_layoutlog .study_sublog {
    padding: 30px 20px;
}
}

@media (max-width: 480px) {.pricing_layoutlog {
    padding: 50px 0;
}.pricing_layoutlog .study_sublog {
    padding: 25px 20px;
}.pricing_layoutlog h2::after {
    width: 60px;
    height: 3px;
}.pricing_layoutlog .access_planslog {
    padding: 8px 16px;
}}.contact_panellog {
    background: rgb(230,224,228);
    overflow: hidden;
    position: relative;
    padding: 100px 0;
}.contact_panellog::before {
    height: 100%;
    background: rgb(230,224,228);
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(203,179,191,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(176,109,143,0.5) 0%, transparent 30%);
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    z-index: 1;
    position: absolute;
}.contact_panellog::after {
    content: "";
    opacity: 0.2;
    background-position: 0 0, 0 0, 0 0, 0 0;
    z-index: 1;
    left: 0;
    animation: backgroundMove 30s infinite linear;
    width: 100%;
    background-image: 
        repeating-linear-gradient(45deg, rgb(203,179,191,0.5) 0, rgb(203,179,191,0.5) 1px, transparent 1px, transparent 20px),
        repeating-linear-gradient(-45deg, rgb(176,109,143,0.5) 0, rgb(176,109,143,0.5) 1px, transparent 1px, transparent 20px),
        linear-gradient(90deg, rgb(203,179,191,0.5), transparent 70%),
        linear-gradient(180deg, rgb(176,109,143,0.5), transparent 70%);
    top: 0;
    background-size: 30px 30px, 30px 30px, 100% 100%, 100% 100%;
    height: 100%;
    position: absolute;
}@keyframes backgroundMove {
    0% {
        background-position: 0 0, 0 0, 0 0, 0 0;
    }
    100% {
        background-position: 60px 60px, 60px 60px, 0 0, 0 0;
    }
}

.contact_panellog .container {
    position: relative;
    margin: 0 auto;
    padding: 0 30px;
    max-width: 1200px;
    z-index: 2;
}.contact_panellog h2 {
    letter-spacing: 2px;
    font-weight: 700;
    margin-bottom: 50px;
    color: #000000;
    text-align: center;
    font-size: 45px;
    text-transform: uppercase;
    position: relative;
}.contact_panellog h2::before {
    background: rgb(203,179,191);
    height: 2px;
    box-shadow: 
        0 0 5px rgb(203,179,191),
        0 0 10px rgb(203,179,191),
        0 0 15px rgb(203,179,191);
    bottom: -15px;
    left: calc(50% - 50px);
    position: absolute;
    content: "";
    width: 100px;
}.contact_panellog .request_listlog {
    border-radius: 12px;
    position: relative;
    display: flex;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgb(203,179,191,0.5);
    overflow: hidden;
}.contact_panellog .request_listlog::before {
    inset: 0;
    content: "";
    z-index: 3;
    border-radius: 12px;
    opacity: 0.2;
    position: absolute;
    pointer-events: none;
    border: 1px solid rgb(203,179,191);
}.contact_panellog .video_thumbnaillog {
    flex: 0 0 45%;
    min-height: 550px;
    position: relative;
    overflow: hidden;
}.contact_panellog .video_thumbnaillog::before {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
}.contact_panellog .video_thumbnaillog::after {
    background: 
        linear-gradient(135deg, transparent 0%, rgb(203,179,191,0.5) 100%);
    inset: 0;
    opacity: 0.7;
    content: "";
    z-index: 2;
    position: absolute;
}.contact_panellog .inquiry_supportlog {
    flex: 0 0 55%;
    position: relative;
    background: #ffffff;
    padding: 60px;
}.contact_panellog .inquiry_supportlog::before {
    filter: blur(100px);
    content: "";
    opacity: 0.3;
    top: -100px;
    position: absolute;
    height: 200px;
    width: 200px;
    right: -100px;
    z-index: 0;
    background: rgb(203,179,191,0.5);
}.contact_panellog .inquiry_supportlog::after {
    left: -75px;
    height: 150px;
    content: "";
    width: 150px;
    filter: blur(80px);
    bottom: -75px;
    opacity: 0.3;
    position: absolute;
    z-index: 0;
    background: rgb(176,109,143,0.5);
}.contact_panellog form {
    position: relative;
    z-index: 2;
}.contact_panellog form h3 {
    color: #000000;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 1px;
    position: relative;
    margin-bottom: 40px;
    text-transform: uppercase;
}.contact_panellog form h3::after {
    background: rgb(203,179,191);
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -15px;
    content: "";
    width: 40px;
    box-shadow: 
        0 0 5px rgb(203,179,191,0.5),
        0 0 10px rgb(203,179,191,0.5);
}.contact_panellog form input[type="text"] {
    border: 1px solid rgb(203,179,191,0.5);
    background: rgb(230,224,228);
    font-size: 13px;
    transition: all 0.3s ease;
    color: #000000;
    padding: 18px 25px;
    margin-bottom: 25px;
    width: 100%;
    border-radius: 8px;
}.contact_panellog form input[type="text"]:focus {
    box-shadow: 
        0 0 0 1px rgb(203,179,191),
        0 0 5px rgb(203,179,191,0.5);
    border-color: rgb(203,179,191);
    outline: none;
}.contact_panellog form input[type="text"]::placeholder {
    opacity: 0.7;
    color: #000000;
}.contact_panellog .reach_linkslog {
    margin-bottom: 35px;
    position: relative;
}.contact_panellog .reach_linkslog input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact_panellog .reach_linkslog label {
    cursor: pointer;
    position: relative;
    padding-left: 35px;
    color: #000000;
    line-height: 1.5;
    font-size: 16px;
}.contact_panellog .reach_linkslog label::before {
    transition: all 0.3s ease;
    position: absolute;
    border-radius: 4px;
    height: 22px;
    width: 22px;
    border: 1px solid rgb(203,179,191,0.5);
    content: "";
    background: rgb(230,224,228);
    top: 0;
    left: 0;
}.contact_panellog .reach_linkslog input[type="checkbox"]:checked + label::before {
    border-color: rgb(203,179,191);
    box-shadow: 0 0 5px rgb(203,179,191,0.5);
    background: rgb(203,179,191);
}.contact_panellog .reach_linkslog input[type="checkbox"]:checked + label::after {
    height: 12px;
    top: 4px;
    border: solid #ffffff;
    left: 8px;
    content: "";
    transform: rotate(45deg);
    width: 6px;
    border-width: 0 2px 2px 0;
    position: absolute;
}.contact_panellog .reach_linkslog label a {
    position: relative;
    transition: all 0.3s ease;
    font-weight: 600;
    color: rgb(203,179,191);
    text-decoration: none;
}.contact_panellog .reach_linkslog label a::after {
    transform: scaleX(0);
    transition: transform 0.3s ease;
    content: "";
    transform-origin: right;
    bottom: -1px;
    left: 0;
    width: 100%;
    position: absolute;
    background: rgb(203,179,191);
    height: 1px;
}.contact_panellog .reach_linkslog label a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}.contact_panellog .message_requestlog {
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
    box-shadow: 
        0 5px 15px rgb(203,179,191,0.5),
        0 0 0 1px rgb(203,179,191);
    background: rgb(203,179,191);
    border-radius: 8px;
    position: relative;
    letter-spacing: 1px;
    padding: 18px 30px;
    overflow: hidden;
    border: none;
    width: 100%;
    font-weight: 700;
    transition: all 0.3s ease;
}.contact_panellog .message_requestlog::before {
    position: absolute;
    height: 100%;
    background: rgb(176,109,143);
    transition: transform 0.5s ease;
    width: 100%;
    z-index: -1;
    top: 0;
    transform-origin: right;
    content: "";
    transform: scaleX(0);
    left: 0;
}.contact_panellog .message_requestlog:hover {
    box-shadow: 
        0 5px 20px rgb(176,109,143,0.5),
        0 0 0 1px rgb(176,109,143);
}.contact_panellog .message_requestlog:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}.contact_panellog svg {
    fill: rgb(203,179,191);
    filter: drop-shadow(0 0 2px rgb(203,179,191,0.5));
    width: 22px;
    transition: all 0.3s ease;
    height: 22px;
}.contact_panellog svg path {
    transition: all 0.3s ease;
    fill: rgb(203,179,191);
}.contact_panellog svg:hover,
.contact_panellog svg:hover path {
    transform: translateY(-2px);
    fill: rgb(176,109,143);
    filter: drop-shadow(0 0 3px rgb(176,109,143,0.5));
}

@media (max-width: 1024px) {.contact_panellog {
    padding: 80px 0;
}.contact_panellog .video_thumbnaillog {
    min-height: 500px;
}.contact_panellog .inquiry_supportlog {
    padding: 50px 40px;
}
}

@media (max-width: 768px) {.contact_panellog {
    padding: 60px 0;
}.contact_panellog h2 {
    font-size: calc(45px * 0.8);
    margin-bottom: 40px;
}.contact_panellog .request_listlog {
    flex-direction: column;
}.contact_panellog .video_thumbnaillog {
    min-height: 300px;
    width: 100%;
}.contact_panellog .inquiry_supportlog {
    padding: 40px 30px;
    width: 100%;
}.contact_panellog form h3 {
    margin-bottom: 30px;
}.contact_panellog form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.contact_panellog .reach_linkslog {
    margin-bottom: 25px;
}.contact_panellog .message_requestlog {
    padding: 15px 25px;
}
}

@media (max-width: 480px) {.contact_panellog {
    padding: 50px 0;
}.contact_panellog h2 {
    font-size: calc(45px * 0.7);
    margin-bottom: 30px;
}.contact_panellog .video_thumbnaillog {
    min-height: 200px;
}.contact_panellog .inquiry_supportlog {
    padding: 30px 20px;
}.contact_panellog form h3 {
    font-size: calc(18px * 0.9);
    margin-bottom: 25px;
}.contact_panellog form input[type="text"] {
    margin-bottom: 15px;
    padding: 12px 15px;
}.contact_panellog .reach_linkslog {
    margin-bottom: 20px;
}.contact_panellog .reach_linkslog label {
    font-size: calc(16px * 0.9);
}.contact_panellog .message_requestlog {
    padding: 12px 20px;
}}.prospective_studentslog {
    position: relative;
    padding: 110px 0;
    background: #ffffff;
    overflow: hidden;
}.prospective_studentslog::before {
    position: absolute;
    height: 100%;
    content: "";
    top: 0;
    background: linear-gradient(135deg, 
                rgb(203,179,191,0.5) 0%, 
                transparent 30%, 
                transparent 70%, 
                rgb(176,109,143,0.5) 100%);
    width: 100%;
    opacity: 0.1;
    z-index: 1;
    left: 0;
}.prospective_studentslog .container {
    max-width: 1140px;
    margin: 0 auto;
    z-index: 2;
    padding: 0 15px;
    position: relative;
}.prospective_studentslog .mentor_teamlog {
    position: relative;
}.prospective_studentslog h4 {
    margin-bottom: 50px;
    color: #000000;
    letter-spacing: 0.5px;
    font-size: 30px;
    text-align: center;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
}.prospective_studentslog h4::after {
    content: "";
    width: 80px;
    bottom: 0;
    border-radius: 10px;
    height: 3px;
    transform: translateX(-50%);
    position: absolute;
    background: rgb(203,179,191);
    left: 50%;
}.prospective_studentslog div > div {
    flex-direction: column;
    gap: 20px;
    display: flex;
}.prospective_studentslog p {
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    border-radius: 23px;
    font-size: 12px;
    padding: 25px 30px;
    margin: 0;
    color: #000000;
    background: #ffffff;
    align-items: center;
    display: flex;
    transition: all 0.3s ease;
    position: relative;
}.prospective_studentslog p::before {
    background: rgb(203,179,191);
    left: 0;
    position: absolute;
    height: 100%;
    top: 0;
    width: 5px;
    content: "";
    transition: width 0.3s ease;
}.prospective_studentslog p::after {
    opacity: 0;
    left: 0;
    content: "";
    top: 0;
    z-index: -1;
    transition: opacity 0.3s ease;
    width: 100%;
    background: linear-gradient(90deg, 
                rgb(203,179,191,0.5) 0%, 
                transparent 30%);
    position: absolute;
    height: 100%;
}.prospective_studentslog p:hover {
    transform: translateX(10px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}.prospective_studentslog p:hover::before {
    width: 8px;
}.prospective_studentslog p:hover::after {
    opacity: 0.2;
}.prospective_studentslog p svg {
    height: 28px;
    transition: all 0.3s ease;
    width: 28px;
    flex-shrink: 0;
    margin-right: 20px;
}.prospective_studentslog p svg path {
    transition: fill 0.3s ease;
    fill: rgb(203,179,191);
}.prospective_studentslog p:hover svg {
    transform: scale(1.2);
}.prospective_studentslog p:hover svg path {
    fill: rgb(176,109,143);
}.prospective_studentslog p:nth-child(even)::before {
    background: rgb(176,109,143);
}.prospective_studentslog p:nth-child(even)::after {
    background: linear-gradient(90deg, 
                rgb(176,109,143,0.5) 0%, 
                transparent 30%);
}@keyframes fadeInSlide {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.prospective_studentslog .mentor_teamlog > div p {
    opacity: 0;
    animation: fadeInSlide 0.5s ease forwards;
}.prospective_studentslog .mentor_teamlog > div p:nth-child(1) {
    animation-delay: 0.1s;
}.prospective_studentslog .mentor_teamlog > div p:nth-child(2) {
    animation-delay: 0.2s;
}.prospective_studentslog .mentor_teamlog > div p:nth-child(3) {
    animation-delay: 0.3s;
}.prospective_studentslog .mentor_teamlog > div p:nth-child(4) {
    animation-delay: 0.4s;
}.prospective_studentslog .mentor_teamlog > div p:nth-child(5) {
    animation-delay: 0.5s;
}.prospective_studentslog .mentor_teamlog > div p:nth-child(6) {
    animation-delay: 0.6s;
}

@media (max-width: 991px) {.prospective_studentslog {
    padding: 90px 0;
}.prospective_studentslog h4 {
    font-size: calc(30px * 0.9);
    margin-bottom: 40px;
}.prospective_studentslog div > div {
    gap: 18px;
}.prospective_studentslog p {
    padding: 20px 25px;
}.prospective_studentslog p svg {
    margin-right: 15px;
    height: 25px;
    width: 25px;
}
}

@media (max-width: 768px) {.prospective_studentslog {
    padding: 70px 0;
}.prospective_studentslog h4 {
    margin-bottom: 30px;
    font-size: calc(30px * 0.8);
}.prospective_studentslog h4::after {
    width: 60px;
}.prospective_studentslog div > div {
    gap: 15px;
}.prospective_studentslog p {
    padding: 18px 20px;
}
}

@media (max-width: 576px) {.prospective_studentslog {
    padding: 60px 0;
}.prospective_studentslog h4 {
    padding-bottom: 10px;
    font-size: calc(30px * 0.7);
    margin-bottom: 25px;
}.prospective_studentslog h4::after {
    height: 2px;
    width: 50px;
}.prospective_studentslog div > div {
    gap: 12px;
}.prospective_studentslog p {
    font-size: calc(12px * 0.9);
    padding: 15px;
}.prospective_studentslog p svg {
    height: 22px;
    width: 22px;
    margin-right: 12px;
}.prospective_studentslog p:hover {
    transform: translateX(5px);
}}.reach_out_infolog {
    position: relative;
    padding: 80px 0;
    background: linear-gradient(120deg, rgb(230,224,228) 0%, #ffffff 100%);
    overflow: hidden;
}.reach_out_infolog::before {
    width: 100%;
    opacity: 0.04;
    background-image: repeating-linear-gradient(
        45deg,
        rgb(203,179,191,0.5) 0,
        rgb(203,179,191,0.5) 1px,
        transparent 1px,
        transparent 50px
    );
    z-index: 1;
    height: 100%;
    top: 0;
    content: '';
    position: absolute;
    left: 0;
}.reach_out_infolog .container {
    padding: 0 20px;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.reach_out_infolog .msg_teamlog {
    position: relative;
    z-index: 2;
    border-radius: 20px;
    background: transparent;
}.reach_out_infolog h3 {
    display: inline-block;
    position: relative;
    color: #000000;
    font-family: Arial, sans-serif;
    margin-bottom: 15px;
    font-size: 29px;
    font-weight: 700;
}.reach_out_infolog h3::after {
    position: absolute;
    background: linear-gradient(90deg, rgb(203,179,191), rgb(176,109,143));
    border-radius: 10px;
    width: 100%;
    content: '';
    bottom: -5px;
    height: 3px;
    left: 0;
}.reach_out_infolog .talk_nowlog {
    margin-bottom: 50px;
    line-height: 1.6;
    color: #000000;
    font-size: 18px;
    max-width: 700px;
}.reach_out_infolog .quick_requestlog {
    border-radius: 20px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    display: grid;
    position: relative;
    background: #ffffff;
    padding: 40px;
    gap: 30px;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.05);
}.reach_out_infolog .quick_requestlog::before {
    z-index: -1;
    background: 
        linear-gradient(135deg, transparent 49.5%, rgb(203,179,191,0.5) 49.5%, rgb(203,179,191,0.5) 50.5%, transparent 50.5%),
        linear-gradient(45deg, transparent 49.5%, rgb(176,109,143,0.5) 49.5%, rgb(176,109,143,0.5) 50.5%, transparent 50.5%);
    height: 100%;
    border-radius: 20px;
    opacity: 0.15;
    top: 0;
    background-size: 30px 30px;
    left: 0;
    width: 100%;
    position: absolute;
    content: '';
}.reach_out_infolog .quick_requestlog > span {
    transition: transform 0.3s ease;
    padding-left: 35px;
    position: relative;
}.reach_out_infolog .quick_requestlog > span:hover {
    transform: translateX(5px);
}.reach_out_infolog .quick_requestlog > span p {
    margin-bottom: 3px;
    margin: 0;
    font-weight: 600;
    font-size: 18px;
    color: #000000;
}.reach_out_infolog .quick_requestlog > span > span {
    display: block;
    font-size: 18px;
    color: #000000;
}.reach_out_infolog .quick_requestlog > span a {
    position: relative;
    transition: color 0.3s ease;
    font-weight: 600;
    color: rgb(203,179,191);
    text-decoration: none;
}.reach_out_infolog .quick_requestlog > span a::after {
    transition: width 0.3s ease;
    position: absolute;
    content: '';
    width: 0;
    bottom: -2px;
    height: 1px;
    background: rgb(176,109,143);
    left: 0;
}.reach_out_infolog .quick_requestlog > span a:hover {
    color: rgb(176,109,143);
}.reach_out_infolog .quick_requestlog > span a:hover::after {
    width: 100%;
}.reach_out_infolog .quick_requestlog > span svg {
    left: 0;
    width: 24px;
    position: absolute;
    stroke-linecap: round;
    top: 0;
    transition: transform 0.3s ease;
    stroke: rgb(203,179,191);
    stroke-linejoin: round;
    stroke-width: 2px;
    fill: none;
    height: 24px;
}.reach_out_infolog .quick_requestlog > span:nth-child(even) svg {
    stroke: rgb(176,109,143);
}.reach_out_infolog .quick_requestlog > span:hover svg {
    transform: scale(1.1);
}.reach_out_infolog .quick_requestlog > span svg path {
    transition: stroke-dasharray 0.3s ease;
}.reach_out_infolog .quick_requestlog > span:hover svg path {
    stroke-dasharray: 5;
    animation: dash 1.5s linear infinite;
}@keyframes dash {
    to {
        stroke-dashoffset: 10;
    }
}

.reach_out_infolog .course_asklog {
    margin-top: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding-top: 30px;
    grid-column: 1 / -1;
}.reach_out_infolog .course_asklog h4 {
    font-size: 18px;
    margin-right: 20px;
    position: relative;
    display: inline-block;
    color: #000000;
    font-weight: 600;
}.reach_out_infolog .course_asklog h4::after {
    position: absolute;
    content: '';
    bottom: -5px;
    background: rgb(176,109,143);
    left: 0;
    height: 2px;
    width: 40px;
}.reach_out_infolog .course_asklog span {
    padding: 8px 15px;
    font-size: 18px;
    transition: transform 0.3s ease, background-color 0.3s ease;
    color: #000000;
    margin-bottom: 10px;
    display: inline-block;
    border-radius: 10px;
    background: rgb(230,224,228);
    margin-right: 10px;
}.reach_out_infolog .course_asklog span:hover {
    transform: translateY(-3px);
    background-color: rgb(203,179,191,0.5);
}.reach_out_infolog .course_asklog svg {
    stroke-linecap: round;
    margin-right: 5px;
    vertical-align: middle;
    stroke: rgb(176,109,143);
    fill: none;
    width: 18px;
    stroke-width: 2px;
    stroke-linejoin: round;
    height: 18px;
}.reach_out_infolog .course_asklog span:hover svg {
    animation: rotate 1s ease-in-out;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 991px) {.reach_out_infolog .course_asklog h4 {
    width: 100%;
    margin-bottom: 20px;
}.reach_out_infolog {
    padding: 70px 0;
}.reach_out_infolog .quick_requestlog {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
    padding: 30px;
}.reach_out_infolog h3 {
    font-size: calc(29px - 2px);
}.reach_out_infolog .quick_requestlog > span svg {
    height: 22px;
    width: 22px;
}
}

@media (max-width: 767px) {.reach_out_infolog {
    padding: 60px 0;
}.reach_out_infolog .quick_requestlog {
    grid-template-columns: 1fr;
    padding: 25px;
    gap: 20px;
}.reach_out_infolog h3 {
    font-size: calc(29px - 4px);
}.reach_out_infolog .talk_nowlog {
    margin-bottom: 35px;
}.reach_out_infolog .course_asklog span {
    padding: 6px 12px;
    margin-right: 8px;
    margin-bottom: 8px;
}.reach_out_infolog .quick_requestlog > span svg {
    width: 20px;
    height: 20px;
}.reach_out_infolog .course_asklog svg {
    height: 16px;
    width: 16px;
}
}

@media (max-width: 479px) {.reach_out_infolog {
    padding: 50px 0;
}.reach_out_infolog .quick_requestlog {
    gap: 15px;
    padding: 20px;
}.reach_out_infolog h3 {
    font-size: calc(29px - 6px);
}.reach_out_infolog .talk_nowlog {
    font-size: calc(18px - 1px);
    margin-bottom: 30px;
}.reach_out_infolog .quick_requestlog > span {
    padding-left: 25px;
}.reach_out_infolog .quick_requestlog > span::before {
    width: 15px;
}.reach_out_infolog .course_asklog {
    padding-top: 20px;
}.reach_out_infolog .course_asklog h4 {
    font-size: calc(18px - 2px);
    margin-bottom: 15px;
}.reach_out_infolog .course_asklog span {
    margin-bottom: 5px;
    margin-right: 5px;
    font-size: calc(18px - 1px);
    padding: 5px 10px;
}.reach_out_infolog .quick_requestlog > span svg {
    height: 18px;
    width: 18px;
}.reach_out_infolog .course_asklog svg {
    height: 14px;
    width: 14px;
}
}

@media (hover: none) {.reach_out_infolog .quick_requestlog > span:hover {
    transform: none;
}.reach_out_infolog .course_asklog span:hover {
    background-color: rgb(230,224,228);
    transform: none;
}.reach_out_infolog .quick_requestlog > span a:hover {
    color: rgb(203,179,191);
}.reach_out_infolog .quick_requestlog > span a:hover::after {
    width: 0;
}.reach_out_infolog .quick_requestlog > span:hover svg {
    transform: none;
}.reach_out_infolog .quick_requestlog > span:hover svg path {
    animation: none;
    stroke-dasharray: none;
}.reach_out_infolog .course_asklog span:hover svg {
    animation: none;
}}.cookieNotificationBannerlog {
    border-top: 2px solid rgb(203,179,191);
    position: fixed;
    bottom: 0;
    background: rgb(230,224,228);
    z-index: 90;
    width: 100%;
}#consentNotificationlog {
    display: none;
}#consentNotificationlog:checked ~ .cookieNotificationBannerlog {
    visibility: hidden;
    opacity: 0;
}.cookie_optionlog {
    justify-content: space-between;
    align-items: center;
    display: flex;
    padding: 20px 0;
}.cookieNotificationBannerlog h5 {
    font-size: 22px;
    margin-bottom: 6px;
}.cookieNotificationBannerlog p {
    font-size: 18px;
}.edu_consentlog {
    flex-shrink: 0;
    margin-right: 10px;
}.edu_consentlog svg, .edu_consentlog svg path, .edu_consentlog img {
    width: 100px;
    fill: rgb(203,179,191);
    height: 100px;
}.cookie_customizelog {
    color: rgb(203,179,191);
    line-height: 35px;
    font-size: 24px;
    border-bottom: 2px solid rgb(203,179,191);
    flex-shrink: 0;
    text-align: center;
    cursor: pointer;
    margin-left: 10px;
    min-width: 120px;
    white-space: nowrap;
    text-decoration: none;
}.cookieNotificationBannerlog p a {
    color: rgb(203,179,191);
    text-decoration: none;
}
@media only screen and (max-width: 1200px) {.cookieNotificationBannerlog {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.edu_consentlog {
    display: none;
}.cookie_optionlog {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}.cookieNotificationBannerlog h5 {
    text-align: center;
}.cookieNotificationBannerlog p {
    text-align: center;
}.cookie_locklog {
    margin-bottom: 20px;
}body .wrapper-structurelog .cookie_customizelog {
    margin-bottom: 10px;
    margin-left: 0;
}}
.wrapper-structurelog .cookieNotificationBannerlog {
    box-shadow: rgb(176,109,143,0.5) 0px 0px 10px 10px;
    background: rgb(203,179,191);
}.wrapper-structurelog .cookie_optionlog {
    padding: 40px 0;
    justify-content: space-between;
}.wrapper-structurelog .cookie_customizelog {
    font-size: 20px;
    padding: 10px;
    border: none;
    color: rgb(203,179,191);
    background: #ffffff;
    margin-left: 30px;
}.wrapper-structurelog .cookie_locklog {
    color: #ffffff;
    text-align: left;
}.wrapper-structurelog .cookie_locklog h5 {
    font-weight: 700;
}.wrapper-structurelog .cookie_locklog h5, .wrapper-structurelog .cookie_locklog p {
    color: #ffffff;
}.wrapper-structurelog .cookieNotificationBannerlog p a {
    color: rgb(176,109,143);
    text-decoration: underline;
}.thanksNotelog {
    background: linear-gradient(135deg, rgb(230,224,228) 0%, rgba(245, 245, 245, 0.9) 100%);
    padding: 80px 0;
    position: relative;
    perspective: 1000px;
    overflow: hidden;
}.thanksNotelog::before {
    height: 100%;
    transform: translateZ(-20px);
    animation: patternMove 30s linear infinite;
    z-index: 1;
    content: "";
    opacity: 0.1;
    left: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(176,109,143,0.5) 0px,
        transparent 1px,
        transparent 10px,
        rgb(176,109,143,0.5) 11px
    );
    pointer-events: none;
    width: 100%;
    top: 0;
    position: absolute;
}.thanksNotelog::after {
    position: absolute;
    opacity: 0.15;
    animation: gradientPulse 15s ease-in-out infinite alternate;
    z-index: 0;
    width: 100%;
    right: -50%;
    content: "";
    height: 100%;
    transform: rotate(-15deg) scale(2);
    top: -50%;
    background: radial-gradient(
        circle at center,
        rgb(203,179,191,0.5) 0%,
        transparent 70%
    );
}.thanksNotelog .container {
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
    transform-style: preserve-3d;
    max-width: 1200px;
}.thanksNotelog h2 {
    text-align: center;
    position: relative;
    transform: translateZ(30px);
    color: #000000;
    margin-bottom: 40px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    opacity: 0;
    letter-spacing: 0.5px;
    font-size: 29px;
    font-weight: 700;
    line-height: 1.4;
    animation: titleEntrance 1.2s cubic-bezier(0.17, 0.84, 0.44, 1) forwards;
}.thanksNotelog h2::after {
    bottom: -15px;
    width: 150px;
    transform: translateX(-50%);
    left: 50%;
    animation: underlineExpand 1.5s ease-out forwards 0.5s;
    position: absolute;
    transform-origin: center;
    height: 3px;
    background: linear-gradient(90deg, transparent, rgb(176,109,143), transparent);
    content: "";
    opacity: 0;
}.thanksNotelog .mentor_teamlog {
    transform: translateZ(15px) rotateX(2deg);
    background: #ffffff;
    opacity: 0;
    border-radius: 13px;
    margin-top: 20px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 3px 5px rgba(0, 0, 0, 0.03);
    animation: holderEntrance 1s cubic-bezier(0.215, 0.61, 0.355, 1) forwards 0.3s;
    overflow: hidden;
    position: relative;
    padding: 40px;
}.thanksNotelog .mentor_teamlog::before {
    top: 0;
    z-index: -1;
    height: 100%;
    content: "";
    width: 100%;
    background: linear-gradient(45deg, rgb(176,109,143,0.5) 0%, transparent 70%);
    opacity: 0.1;
    left: 0;
    position: absolute;
}.thanksNotelog .mentor_teamlog::after {
    right: 0;
    width: 180px;
    transform: translate(40%, 40%);
    background: radial-gradient(circle at center, rgb(203,179,191,0.5), transparent 70%);
    position: absolute;
    bottom: 0;
    height: 180px;
    z-index: -1;
    animation: glowPulse 8s ease-in-out infinite alternate;
    content: "";
    opacity: 0.2;
    border-radius: 50%;
}.thanksNotelog ul {
    padding: 0;
    margin: 0;
    list-style: none;
}.thanksNotelog li {
    position: relative;
    border-radius: 0 10px 10px 0;
    background: linear-gradient(to right, rgba(245, 245, 245, 0.5) 0%, transparent 100%);
    padding: 20px 15px 20px 35px;
    animation: itemSlideIn 0.8s ease-out forwards 0.6s;
    margin-bottom: 15px;
    opacity: 0;
    border-left: 3px solid rgb(176,109,143);
    transform: translateX(-20px);
}.thanksNotelog li::before {
    transform: translateY(-50%);
    border: 3px solid rgb(176,109,143);
    animation: pulseDot 3s infinite;
    width: 15px;
    background-color: #ffffff;
    box-shadow: 0 0 0 5px rgba(var(--secondary-color-rgb, 0, 120, 200), 0.1);
    height: 15px;
    position: absolute;
    content: "";
    left: -9px;
    border-radius: 50%;
    top: 50%;
}.thanksNotelog span {
    color: #000000;
    line-height: 1.7;
    animation: textFadeIn 1s ease-out forwards 0.8s;
    display: block;
    opacity: 0;
    font-family: Arial, sans-serif;
    font-size: calc(18px * 1.05);
    transform: translateY(15px);
}

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

@keyframes gradientPulse {
    0% {
        opacity: 0.1;
        transform: rotate(-15deg) scale(2);
    }
    50% {
        opacity: 0.2;
        transform: rotate(-14deg) scale(2.1);
    }
    100% {
        opacity: 0.1;
        transform: rotate(-15deg) scale(2);
    }
}

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

@keyframes underlineExpand {
    0% {
        width: 0;
        opacity: 0;
    }
    100% {
        width: 150px;
        opacity: 1;
    }
}

@keyframes holderEntrance {
    0% {
        opacity: 0;
        transform: translateY(40px) translateZ(15px) rotateX(2deg);
    }
    100% {
        opacity: 1;
        transform: translateY(0) translateZ(15px) rotateX(2deg);
    }
}

@keyframes glowPulse {
    0% {
        opacity: 0.1;
        transform: translate(40%, 40%) scale(1);
    }
    50% {
        opacity: 0.3;
        transform: translate(40%, 40%) scale(1.2);
    }
    100% {
        opacity: 0.1;
        transform: translate(40%, 40%) scale(1);
    }
}

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

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

@keyframes pulseDot {
    0% {
        box-shadow: 0 0 0 0 rgba(var(--secondary-color-rgb, 0, 120, 200), 0.4);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(var(--secondary-color-rgb, 0, 120, 200), 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(var(--secondary-color-rgb, 0, 120, 200), 0);
    }
}

@media (max-width: 992px) {.thanksNotelog {
    padding: 60px 0;
}.thanksNotelog h2 {
    font-size: calc(29px * 0.9);
    margin-bottom: 30px;
}.thanksNotelog .mentor_teamlog {
    padding: 30px;
}
}

@media (max-width: 768px) {.thanksNotelog {
    padding: 50px 0;
}.thanksNotelog h2 {
    font-size: calc(29px * 0.8);
    margin-bottom: 25px;
}.thanksNotelog .mentor_teamlog {
    padding: 25px;
    transform: translateZ(10px) rotateX(1deg);
}.thanksNotelog span {
    font-size: 18px;
}.thanksNotelog li {
    padding: 15px 10px 15px 25px;
}
}

@media (max-width: 576px) {.thanksNotelog {
    padding: 40px 0;
}.thanksNotelog h2 {
    font-size: calc(29px * 0.7);
    margin-bottom: 20px;
    line-height: 1.5;
}.thanksNotelog h2::after {
    width: 100px;
    bottom: -10px;
}.thanksNotelog .mentor_teamlog {
    margin-top: 15px;
    transform: translateZ(5px) rotateX(0.5deg);
    padding: 20px;
}.thanksNotelog li {
    margin-bottom: 10px;
    padding: 12px 10px 12px 20px;
}.thanksNotelog li::before {
    width: 12px;
    height: 12px;
    left: -7px;
}.thanksNotelog span {
    line-height: 1.6;
    font-size: calc(18px * 0.95);
}}footer {
    background-color: #000000;
    position: relative;
    margin-top: 0;
}footer::before {
    height: 100%;
    opacity: 0.9;
    z-index: 1;
    left: 0;
    width: 100%;
    background: linear-gradient(to right,
    #000000 0%,
    rgb(203,179,191,0.5) 50%,
    #000000 100%);
    content: "";
    position: absolute;
    top: 0;
}.design_reslog {
    position: relative;
    padding: 60px 0 40px;
    z-index: 5;
    background-color: transparent;
}.design_reslog .container {
    position: relative;
    grid-template-columns: repeat(12, 1fr);
    display: grid;
    grid-gap: 30px;
}.design_reslog .company_holder {
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.03);
    border-radius: 10px;
    grid-column: span 4;
    position: relative;
}.design_reslog .company_holder h3 {
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-weight: 700;
    font-size: 32px;
}.design_reslog .company_holder h3::after {
    bottom: -8px;
    content: "";
    background: rgb(203,179,191);
    height: 2px;
    left: 0;
    width: 100%;
    position: absolute;
}.design_reslog .award_showlog {
    font-size: 12px;
    color: #ffffff;
    line-height: 1.6;
    opacity: 0.8;
}.design_reslog .diploma_ctalog {
    grid-gap: 30px;
    display: grid;
    grid-column: span 8;
    grid-template-columns: repeat(2, 1fr);
}.design_reslog .head_tutorlog {
    position: relative;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.03);
    padding: 30px;
}.design_reslog .head_tutorlog h5 {
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
}.design_reslog .head_tutorlog h5::after {
    content: "";
    background: rgb(176,109,143);
    left: 0;
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: -8px;
}.design_reslog .head_tutorlog .main_barlog {
    grid-gap: 15px;
    display: grid;
}.design_reslog .head_tutorlog .main_barlog a {
    display: block;
    position: relative;
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease, transform 0.3s ease;
    padding-left: 15px;
    opacity: 0.8;
    font-size: 12px;
}.design_reslog .head_tutorlog .main_barlog a::before {
    background: rgb(176,109,143);
    transform: translateY(-50%);
    height: 6px;
    left: 0;
    border-radius: 50%;
    content: "";
    position: absolute;
    top: 50%;
    width: 6px;
}.design_reslog .head_tutorlog .main_barlog a:hover {
    opacity: 1;
    transform: translateX(5px);
    color: rgb(203,179,191);
}.enroll_infolog {
    margin-top: 40px;
    position: relative;
    padding: 25px 0;
    z-index: 5;
    background-color: rgba(0, 0, 0, 0.2);
}.enroll_infolog .container {
    display: flex;
    align-items: center;
    justify-content: center;
}.enroll_infolog .telegram_reflog {
    text-align: center;
    opacity: 0.7;
    color: #ffffff;
    font-size: 15px;
}

@media (max-width: 991px) {.design_reslog .container {
    grid-template-columns: 1fr;
    grid-gap: 30px;
}.design_reslog .company_holder {
    grid-column: span 12;
}.design_reslog .diploma_ctalog {
    grid-column: span 12;
    grid-template-columns: 1fr 1fr;
}
}

@media (max-width: 767px) {.design_reslog {
    padding: 40px 0 30px;
}.design_reslog .diploma_ctalog {
    grid-template-columns: 1fr;
}.design_reslog .company_holder {
    padding: 25px;
}.design_reslog .head_tutorlog {
    padding: 25px;
}.design_reslog .company_holder h3 {
    font-size: calc(32px - 2px);
}.design_reslog .head_tutorlog h5 {
    font-size: calc(24px - 1px);
}
}

@media (max-width: 575px) {.design_reslog {
    padding: 30px 0 20px;
}.design_reslog .company_holder,
  .design_reslog .head_tutorlog {
    padding: 20px;
}.design_reslog .company_holder h3 {
    font-size: calc(32px - 4px);
}.enroll_infolog {
    padding: 20px 0;
}}

.design_reslog .company_holder:hover,
.design_reslog .head_tutorlog:hover {
    background-color: rgba(255, 255, 255, 0.05);
    transition: background-color 0.3s ease;
}.design_reslog .container::before {
    top: 0;
    position: absolute;
    content: "";
    width: 100%;
    background: 
    linear-gradient(to right, rgb(203,179,191,0.5) 1px, transparent 1px) 0 0 / 40px 100%,
    linear-gradient(to bottom, rgb(203,179,191,0.5) 1px, transparent 1px) 0 0 / 100% 40px;
    pointer-events: none;
    left: 0;
    height: 100%;
    z-index: -1;
    opacity: 0.05;
}.design_reslog .company_holder::before {
    height: 100%;
    left: 0;
    background: rgb(203,179,191);
    position: absolute;
    top: 0;
    opacity: 0.5;
    content: "";
    width: 5px;
}.design_reslog .head_tutorlog::before {
    height: 100%;
    background: rgb(176,109,143);
    width: 5px;
    opacity: 0.5;
    position: absolute;
    left: 0;
    content: "";
    top: 0;
}footer::after {
    background: linear-gradient(to right,
    rgb(203,179,191),
    rgb(176,109,143),
    rgb(203,179,191));
    left: 0;
    height: 5px;
    content: "";
    position: absolute;
    opacity: 0.3;
    width: 100%;
    bottom: 0;
    z-index: 2;
}.design_reslog .main_barlog {
    position: relative;
}.design_reslog .main_barlog::after {
    bottom: -15px;
    background: rgb(176,109,143,0.5);
    width: 100%;
    height: 1px;
    left: 0;
    content: "";
    position: absolute;
    opacity: 0.2;
}.design_reslog .head_tutorlog h5,
.design_reslog .company_holder h3 {
    text-transform: uppercase;
    letter-spacing: 1px;
}.design_reslog .head_tutorlog:nth-child(1) {
    grid-row: 1;
    grid-column: 1;
}.design_reslog .head_tutorlog:nth-child(2) {
    grid-row: 1;
    grid-column: 2;
}.enroll_infolog .telegram_reflog {
    display: inline-block;
    position: relative;
}.enroll_infolog .telegram_reflog::before {
    top: 50%;
    content: "";
    position: absolute;
    width: 30px;
    transform: translateY(-50%);
    height: 1px;
    left: -40px;
    opacity: 0.5;
    background: rgb(203,179,191);
}.enroll_infolog .telegram_reflog::after {
    position: absolute;
    right: -40px;
    height: 1px;
    top: 50%;
    background: rgb(203,179,191);
    opacity: 0.5;
    content: "";
    transform: translateY(-50%);
    width: 30px;
}.course_program_detailslog {
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(230,224,228), rgba(rgb(176,109,143,0.5), 0.05));
}.course_program_detailslog::before {
    transform: skew(-15deg, -15deg);
    right: -100px;
    opacity: 0.05;
    z-index: 0;
    top: -100px;
    width: 300px;
    content: "";
    background: linear-gradient(210deg, rgb(203,179,191), rgb(176,109,143));
    border-radius: 50%;
    height: 300px;
    position: absolute;
}.course_program_detailslog::after {
    background: linear-gradient(45deg, rgb(176,109,143), rgb(203,179,191));
    left: -80px;
    height: 200px;
    width: 300px;
    z-index: 0;
    clip-path: polygon(0 0, 100% 20%, 85% 100%, 15% 80%);
    bottom: -80px;
    position: absolute;
    opacity: 0.07;
    content: "";
}.course_program_detailslog .container {
    margin: 0 auto;
    z-index: 1;
    padding: 0 2rem;
    position: relative;
    max-width: 1200px;
}.course_program_detailslog h2 {
    font-weight: 700;
    position: relative;
    color: #000000;
    max-width: 85%;
    transform: perspective(1000px) translateZ(0);
    font-size: 29px;
    padding-bottom: 1.5rem;
    margin-bottom: 3rem;
}.course_program_detailslog h2::after {
    height: 4px;
    left: 0;
    bottom: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(203,179,191), rgb(176,109,143));
    content: "";
    width: 100px;
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}.course_program_detailslog .knowledge_guidelog {
    grid-template-columns: 1fr;
    display: grid;
    perspective: 1000px;
    gap: 3rem;
    position: relative;
}.course_program_detailslog .video_thumbnaillog {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12), 0 5px 15px rgba(0, 0, 0, 0.05);
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
    overflow: hidden;
    position: relative;
    transform: perspective(1000px) rotateY(-2deg) translateZ(0);
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 0.6s ease;
    height: 400px;
}.course_program_detailslog .video_thumbnaillog::before {
    top: 0;
    left: 0;
    z-index: 1;
    bottom: 0;
    background: linear-gradient(135deg, rgba(rgb(203,179,191,0.5), 0.2), transparent);
    right: 0;
    position: absolute;
    content: "";
}.course_program_detailslog .video_thumbnaillog:hover {
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15), 0 8px 25px rgba(0, 0, 0, 0.08);
    transform: perspective(1000px) rotateY(-1deg) translateZ(5px);
}.course_program_detailslog .text_itemlog {
    transform: perspective(1000px) translateZ(0);
    flex-direction: column;
    gap: 2rem;
    display: flex;
    position: relative;
}.course_program_detailslog .description {
    padding-left: 1.5rem;
    opacity: 0.95;
    transition: opacity 0.3s ease;
    position: relative;
    margin: 0;
    font-size: 12px;
    line-height: 1.7;
    color: #000000;
}.course_program_detailslog .description::before {
    width: 3px;
    background: linear-gradient(to bottom, rgb(203,179,191), rgb(176,109,143));
    top: 0;
    position: absolute;
    bottom: 0;
    content: "";
    opacity: 0.7;
    left: 0;
}.course_program_detailslog .description:first-of-type {
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(rgba(0, 0, 0, 0.5), 0.1);
}.course_program_detailslog .description:last-of-type {
    padding-top: 1rem;
}.course_program_detailslog .description:hover {
    opacity: 1;
}

@media (min-width: 768px) {.course_program_detailslog {
    padding: 8rem 0;
}.course_program_detailslog h2 {
    font-size: calc(29px * 1.1);
    max-width: 70%;
}.course_program_detailslog .knowledge_guidelog {
    align-items: start;
    gap: 4rem;
    grid-template-columns: 1fr 1fr;
}.course_program_detailslog .video_thumbnaillog {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    height: 500px;
}.course_program_detailslog h2::after {
    width: 120px;
}
}

@media (min-width: 992px) {.course_program_detailslog {
    padding: 10rem 0;
}.course_program_detailslog .container {
    padding: 0 3rem;
}.course_program_detailslog h2 {
    margin-bottom: 4rem;
    max-width: 65%;
    font-size: calc(29px * 1.2);
}.course_program_detailslog .knowledge_guidelog {
    gap: 5rem;
}.course_program_detailslog .video_thumbnaillog {
    transform: perspective(1200px) rotateY(-3deg) translateZ(0);
    height: 600px;
}.course_program_detailslog .text_itemlog {
    padding-right: 2rem;
}.course_program_detailslog h2::after {
    width: 150px;
}.course_program_detailslog .description {
    line-height: 1.8;
    font-size: calc(12px * 1.05);
}
}

@media (min-width: 1200px) {.course_program_detailslog .container {
    padding: 0 4rem;
}.course_program_detailslog h2 {
    max-width: 60%;
}.course_program_detailslog .knowledge_guidelog {
    gap: 6rem;
}.course_program_detailslog .video_thumbnaillog {
    transform: perspective(1500px) rotateY(-4deg) translateZ(0);
}.course_program_detailslog .description {
    padding-left: 2rem;
}.course_program_detailslog .description::before {
    width: 4px;
}
}

@media (max-width: 767px) {.course_program_detailslog {
    padding: 4rem 0;
}.course_program_detailslog h2 {
    font-size: calc(29px * 0.9);
    margin-bottom: 2rem;
    padding-bottom: 1rem;
}.course_program_detailslog .description {
    font-size: calc(12px * 0.95);
    line-height: 1.6;
}.course_program_detailslog .video_thumbnaillog {
    height: 300px;
}}.opening_pagelog {
    overflow: hidden;
    width: 100%;
    position: relative;
    min-height: 600px;
    height: 100vh;
    background-color: #000000;
}.opening_pagelog::before {
    z-index: 1;
    width: 100%;
    content: "";
    background: 
        radial-gradient(circle at 20% 30%, rgb(203,179,191,0.5) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgb(176,109,143,0.5) 0%, transparent 25%),
        linear-gradient(45deg, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    animation: backgroundPulse 15s infinite alternate ease-in-out;
}.opening_pagelog .mentor_teamlog {
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    position: relative;
    z-index: 2;
    width: 100%;
    display: flex;
}.opening_pagelog .master_expertlog {
    overflow: hidden;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    position: absolute;
}.opening_pagelog .course_beginlog {
    display: flex;
    width: fit-content;
    animation: carouselSlide 30s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
    height: 100%;
}.opening_pagelog .tech_tracklog {
    overflow: hidden;
    width: 100vw;
    position: relative;
    height: 100%;
}.opening_pagelog .tech_tracklog::before {
    top: 0;
    position: absolute;
    height: 100%;
    left: 0;
    z-index: 2;
    background: linear-gradient(
        135deg,
        #000000 0%,
        rgba(0, 0, 0, 0.6) 40%,
        rgba(0, 0, 0, 0.6) 60%,
        #000000 100%
    );
    width: 100%;
    content: "";
}.opening_pagelog .tech_tracklog img {
    height: 100%;
    transition: transform 8s ease-in-out;
    animation: zoomEffect 10s infinite alternate;
    filter: brightness(0.8) contrast(1.1) saturate(1.2);
    object-fit: cover;
    transform: scale(1.05);
    width: 100%;
}.opening_pagelog .text_itemlog {
    transform: translateY(0);
    backdrop-filter: blur(8px);
    margin-left: 10%;
    position: relative;
    padding: 3rem;
    border-radius: 22px;
    border-left: 4px solid rgb(203,179,191);
    background: linear-gradient(
        135deg,
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.75) 50%,
        rgba(0, 0, 0, 0.7) 100%
    );
    max-width: 600px;
    z-index: 3;
    animation: textAppear 1s ease-out forwards;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3), 
                0 0 0 1px rgba(255, 255, 255, 0.05),
                0 0 20px rgba(rgb(203,179,191), 0.2);
    opacity: 1;
}.opening_pagelog .text_itemlog::before {
    z-index: -1;
    top: -2px;
    bottom: -2px;
    content: "";
    position: absolute;
    background: linear-gradient(45deg, rgb(203,179,191), rgb(176,109,143));
    opacity: 0.3;
    border-radius: calc(22px + 2px);
    left: -2px;
    right: -2px;
    animation: borderGlow 4s infinite alternate;
}.opening_pagelog .text_itemlog h1 {
    position: relative;
    font-weight: 700;
    margin-bottom: 1.5rem;
    font-size: 45px;
    letter-spacing: 1px;
    color: #ffffff;
}.opening_pagelog .text_itemlog h1::after {
    position: absolute;
    width: 60px;
    background: linear-gradient(to right, rgb(203,179,191), transparent);
    bottom: -0.5rem;
    left: 0;
    content: "";
    height: 3px;
}.opening_pagelog .text_itemlog p {
    font-weight: 400;
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    font-size: 13px;
    letter-spacing: 0.3px;
    line-height: 1.7;
    margin-bottom: 2rem;
}.opening_pagelog .text_itemlog .message_requestlog {
    letter-spacing: 0.5px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    padding: 1rem 2.5rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    background: linear-gradient(
        90deg,
        rgb(203,179,191) 0%,
        rgb(176,109,143) 100%
    );
    font-size: 18px;
    text-decoration: none;
    color: #ffffff;
    transition: all 0.4s ease;
    font-weight: 600;
    display: inline-block;
}.opening_pagelog .text_itemlog .message_requestlog::before {
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.2) 50%,
        transparent 100%
    );
    top: 0;
    left: -100%;
    height: 100%;
    width: 100%;
    transition: all 0.6s ease;
    position: absolute;
    animation: buttonShine 3s infinite;
    content: "";
}.opening_pagelog .text_itemlog .message_requestlog:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
    transform: translateY(-3px);
    background: linear-gradient(
        90deg,
        rgb(176,109,143) 0%,
        rgb(203,179,191) 100%
    );
}

@keyframes carouselSlide {
    0%, 16% {
        transform: translateX(0);
    }
    20%, 36% {
        transform: translateX(-100vw);
    }
    40%, 56% {
        transform: translateX(-200vw);
    }
    60%, 76% {
        transform: translateX(-300vw);
    }
    80%, 96% {
        transform: translateX(-400vw);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes zoomEffect {
    0% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1.15);
    }
}

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

@keyframes borderGlow {
    0% {
        opacity: 0.3;
    }
    100% {
        opacity: 0.6;
    }
}

@keyframes buttonShine {
    0% {
        left: -100%;
    }
    40% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}

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

@media screen and (max-width: 1200px) {.opening_pagelog .text_itemlog {
    margin-left: 8%;
    max-width: 500px;
    padding: 2.5rem;
}
}

@media screen and (max-width: 992px) {.opening_pagelog {
    height: 90vh;
}.opening_pagelog .text_itemlog {
    padding: 2rem;
    max-width: 450px;
    margin-left: 5%;
}.opening_pagelog .text_itemlog h1 {
    font-size: calc(45px * 0.9);
}
}

@media screen and (max-width: 768px) {.opening_pagelog {
    height: auto;
    min-height: unset;
}.opening_pagelog .mentor_teamlog {
    padding: 4rem 0;
    justify-content: center;
    flex-direction: column;
}.opening_pagelog .tech_tracklog {
    height: 100vh;
}.opening_pagelog .text_itemlog {
    max-width: 90%;
    backdrop-filter: blur(10px);
    padding: 2rem;
    margin: 0 auto;
}.opening_pagelog .text_itemlog h1 {
    font-size: calc(45px * 0.8);
}.opening_pagelog .text_itemlog p {
    font-size: calc(13px * 0.95);
}
}

@media screen and (max-width: 576px) {.opening_pagelog .text_itemlog {
    padding: 1.5rem;
}.opening_pagelog .text_itemlog h1 {
    font-size: calc(45px * 0.7);
    margin-bottom: 1rem;
}.opening_pagelog .text_itemlog p {
    font-size: calc(13px * 0.9);
    margin-bottom: 1.5rem;
}.opening_pagelog .text_itemlog .message_requestlog {
    font-size: calc(18px * 0.9);
    padding: 0.8rem 2rem;
}}.privacy_hideawaylog {
    font-family: Arial, sans-serif;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #f9f9f9, #f1f1f1);
    padding: 5rem 2rem;
}.privacy_hideawaylog::before {
    content: "";
    width: 100%;
    top: 0;
    z-index: 0;
    height: 100%;
    background: linear-gradient(to right, rgb(203,179,191,0.5) 0%, transparent 10%);
    pointer-events: none;
    position: absolute;
    left: 0;
}.privacy_hideawaylog::after {
    content: "";
    background: linear-gradient(to bottom, rgb(176,109,143,0.5) 0%, transparent 50%);
    z-index: 0;
    right: 0;
    width: 40%;
    top: 0;
    position: absolute;
    pointer-events: none;
    height: 100%;
}.privacy_hideawaylog .container {
    transform-origin: left center;
    transform: perspective(1000px) rotateY(0.5deg);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    position: relative;
    transition: transform 0.5s ease-out;
    padding: 2rem;
    z-index: 1;
    margin: 0 auto;
    background-color: #ffffff;
    max-width: 1140px;
}.privacy_hideawaylog .container:hover {
    transform: perspective(1000px) rotateY(0deg);
}.privacy_hideawaylog h1 {
    color: #000000;
    position: relative;
    font-weight: 700;
    font-size: 48px;
    opacity: 0;
    padding-bottom: 0.75rem;
    animation: slideInTitle 0.8s 0.2s forwards;
    margin-bottom: 2rem;
    transform: translateX(-5px);
}.privacy_hideawaylog h1::after {
    height: 3px;
    background: linear-gradient(to right, rgb(203,179,191), rgb(176,109,143));
    left: 0;
    width: 0;
    content: "";
    position: absolute;
    bottom: 0;
    animation: expandUnderline 1.2s 0.8s forwards;
}.privacy_hideawaylog h2 {
    font-weight: 600;
    animation: slideInUp 0.6s 0.4s forwards;
    font-size: 32px;
    opacity: 0;
    color: #000000;
    position: relative;
    margin: 2.5rem 0 1rem;
    transform: translateY(10px);
    padding-left: 1rem;
}.privacy_hideawaylog h2::before {
    height: 100%;
    transform: scaleY(0);
    animation: scaleVertical 0.4s 0.8s forwards;
    content: "";
    position: absolute;
    width: 4px;
    transform-origin: top;
    top: 0;
    background-color: rgb(203,179,191);
    left: 0;
}.privacy_hideawaylog h3 {
    animation: slideInUp 0.6s 0.5s forwards;
    color: #000000;
    position: relative;
    font-weight: 600;
    font-size: calc(32px * 0.85);
    margin: 2rem 0 1rem;
    transform: translateY(8px);
    padding-left: 1.5rem;
    opacity: 0;
}.privacy_hideawaylog h3::before {
    height: 10px;
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
    content: "";
    width: 10px;
    background-color: rgb(176,109,143);
    position: absolute;
    left: 0;
}.privacy_hideawaylog h4 {
    padding-left: 1.75rem;
    position: relative;
    font-weight: 400;
    margin: 1.5rem 0 0.75rem;
    transform: translateY(5px);
    font-size: calc(32px * 0.75);
    animation: slideInUp 0.6s 0.6s forwards;
    opacity: 0;
    color: #000000;
}.privacy_hideawaylog h4::before {
    height: 6px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    border: 2px solid rgb(203,179,191);
    width: 6px;
    position: absolute;
    left: 0;
    content: "";
}.privacy_hideawaylog p {
    margin-bottom: 1.5rem;
    opacity: 0;
    line-height: 1.7;
    transform: translateY(10px);
    animation: slideInUp 0.6s 0.5s forwards;
    color: #000000;
    font-size: 13px;
    position: relative;
}.privacy_hideawaylog p strong {
    display: inline-block;
    position: relative;
    color: #000000;
    font-weight: 600;
}.privacy_hideawaylog p strong::after {
    bottom: -2px;
    background-color: rgb(203,179,191,0.5);
    height: 1px;
    content: "";
    left: 0;
    width: 100%;
    position: absolute;
}.privacy_hideawaylog ul {
    transform: translateX(10px);
    animation: slideInRight 0.7s 0.7s forwards;
    padding-left: 1.5rem;
    margin: 1.5rem 0 2rem 1rem;
    position: relative;
    opacity: 0;
}.privacy_hideawaylog ul::before {
    position: absolute;
    height: 100%;
    background: linear-gradient(to bottom, rgb(203,179,191), transparent);
    left: 0;
    width: 1px;
    content: "";
    top: 0;
}.privacy_hideawaylog li {
    line-height: 1.6;
    padding-left: 0.25rem;
    margin-bottom: 0.75rem;
    font-size: 13px;
    color: #000000;
    position: relative;
}.privacy_hideawaylog li::before {
    left: -1.5rem;
    border-radius: 50%;
    animation: scaleIn 0.3s 1s forwards;
    width: 6px;
    height: 6px;
    background-color: rgb(203,179,191);
    position: absolute;
    transform: scale(0);
    content: "";
    top: 0.7rem;
}.privacy_hideawaylog span {
    padding-left: 1rem;
    opacity: 0;
    font-size: 13px;
    animation: slideInUp 0.6s 0.6s forwards;
    color: #000000;
    margin: 0.75rem 0 1.5rem;
    display: block;
    transform: translateY(10px);
    border-left: 2px solid rgb(176,109,143,0.5);
    line-height: 1.7;
}

@keyframes slideInTitle {
    from {
        transform: translateX(-5px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

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

@keyframes slideInRight {
    from {
        transform: translateX(10px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

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

@keyframes scaleVertical {
    from {
        transform: scaleY(0);
    }
    to {
        transform: scaleY(1);
    }
}

@keyframes scaleIn {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}

@media (max-width: 991px) {.privacy_hideawaylog {
    padding: 3rem 1rem;
}.privacy_hideawaylog .container {
    transform: perspective(1000px) rotateY(0.2deg);
    padding: 1.5rem;
}.privacy_hideawaylog h1 {
    font-size: calc(48px * 0.9);
}.privacy_hideawaylog h2 {
    font-size: calc(32px * 0.9);
    margin: 2rem 0 1rem;
}.privacy_hideawaylog h3 {
    font-size: calc(32px * 0.8);
}.privacy_hideawaylog h4 {
    font-size: calc(32px * 0.7);
}
}

@media (max-width: 767px) {.privacy_hideawaylog {
    padding: 2rem 0.75rem;
}.privacy_hideawaylog .container {
    padding: 1.25rem;
    transform: none;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04), 0 3px 10px rgba(0, 0, 0, 0.02);
}.privacy_hideawaylog h1 {
    font-size: calc(48px * 0.8);
    margin-bottom: 1.5rem;
}.privacy_hideawaylog h2 {
    margin: 1.75rem 0 0.75rem;
    font-size: calc(32px * 0.8);
}.privacy_hideawaylog h3 {
    margin: 1.5rem 0 0.75rem;
    font-size: calc(32px * 0.75);
}.privacy_hideawaylog h4 {
    font-size: calc(32px * 0.65);
    margin: 1.25rem 0 0.5rem;
}.privacy_hideawaylog p, .privacy_hideawaylog li, .privacy_hideawaylog span {
    font-size: calc(13px * 0.95);
    line-height: 1.6;
}.privacy_hideawaylog ul {
    margin: 1rem 0 1.5rem 0.5rem;
}
}

@media (max-width: 575px) {.privacy_hideawaylog {
    padding: 1.5rem 0.5rem;
}.privacy_hideawaylog .container {
    padding: 1rem;
}.privacy_hideawaylog h1 {
    font-size: calc(48px * 0.7);
    margin-bottom: 1.25rem;
}.privacy_hideawaylog h2 {
    font-size: calc(32px * 0.7);
    padding-left: 0.75rem;
}.privacy_hideawaylog h2::before {
    width: 3px;
}.privacy_hideawaylog h3 {
    font-size: calc(32px * 0.65);
    padding-left: 1.25rem;
}.privacy_hideawaylog h3::before {
    width: 8px;
    height: 8px;
}.privacy_hideawaylog h4 {
    font-size: calc(32px * 0.6);
    padding-left: 1.5rem;
}.privacy_hideawaylog p, .privacy_hideawaylog li, .privacy_hideawaylog span {
    line-height: 1.5;
    font-size: calc(13px * 0.9);
}.privacy_hideawaylog span {
    padding-left: 0.75rem;
}}header {
    padding: 0;
    background: rgb(230,224,228);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    z-index: 100;
    margin-top: 0;
}header::before {
    content: '';
    left: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
    position: absolute;
    background: linear-gradient(90deg, 
        transparent 0%,
        rgba(rgb(203,179,191), 0.03) 25%, 
        rgba(rgb(203,179,191), 0.05) 50%,
        rgba(rgb(203,179,191), 0.03) 75%,
        transparent 100%
    );
    top: 0;
}header .top_sitelog {
    padding: 1.2rem 2rem;
    display: flex;
    z-index: 2;
    justify-content: space-between;
    align-items: center;
    position: relative;
}header .nav_mainlog {
    margin-right: 2rem;
    position: relative;
    max-width: 180px;
    flex: 0 0 auto;
}header .top_startlog {
    display: block;
    position: relative;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}header .top_startlog:hover {
    transform: translateY(-3px);
}header .top_startlog img {
    display: block;
    filter: brightness(1.03);
    max-width: 100%;
    height: auto;
}header .top_startlog::before {
    bottom: -15px;
    border-radius: 10px;
    background: rgb(203,179,191);
    left: 0;
    height: 10px;
    content: '';
    opacity: 0;
    transition: all 0.3s ease;
    transform: scaleX(0.7);
    position: absolute;
    width: 100%;
}header .top_startlog:hover::before {
    transform: scaleX(1);
    opacity: 0.7;
}header .head_tutorlog {
    display: flex;
    position: relative;
    margin: 0;
    list-style: none;
    flex-wrap: nowrap;
    padding: 0;
}header .head_tutorlog::after {
    left: 0;
    bottom: -15px;
    width: 100%;
    position: absolute;
    content: '';
    height: 1px;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(203,179,191,0.5), 
        transparent
    );
}header .header_primarylog {
    position: relative;
    margin: 0;
}header .header_primarylog a {
    text-decoration: none;
    font-size: 17px;
    overflow: hidden;
    transition: all 0.3s ease;
    padding: 1rem 1.2rem;
    display: block;
    position: relative;
    font-weight: 600;
    color: #000000;
}header .header_primarylog a::before {
    transition: transform 0.3s ease;
    background: rgb(203,179,191);
    width: 100%;
    height: 3px;
    left: 0;
    content: '';
    transform: translateX(-100%);
    position: absolute;
    bottom: 0;
}header .header_primarylog a:hover {
    color: rgb(203,179,191);
}header .header_primarylog a:hover::before {
    transform: translateX(0);
}header .header_primarylog a::after {
    background: rgb(203,179,191,0.5);
    border-radius: 10px;
    z-index: -1;
    left: 0;
    transform: scale(0.8);
    pointer-events: none;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
    top: 0;
    position: absolute;
    opacity: 0;
    content: '';
}header .header_primarylog a:hover::after {
    opacity: 0.15;
    transform: scale(1);
}header .top_sitelog::before {
    height: 100%;
    position: absolute;
    background: linear-gradient(-90deg, rgb(230,224,228), transparent);
    z-index: -1;
    content: '';
    width: 30%;
    right: 0;
    top: 0;
}header .top_sitelog::after {
    left: 0;
    height: 100%;
    position: absolute;
    background: linear-gradient(90deg, rgb(230,224,228), transparent);
    content: '';
    top: 0;
    width: 30%;
    z-index: -1;
}header .header_lessonlog {
    position: relative;
    z-index: 1;
    background: #ffffff;
    padding-top: 2rem;
}

@media (min-width: 1400px) {header .top_sitelog {
    max-width: 1300px;
    margin: 0 auto;
}header .header_primarylog a {
    padding: 1rem 1.5rem;
}
}

@media (max-width: 991px) {header .top_sitelog {
    padding: 1rem;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}header .nav_mainlog {
    margin-bottom: 0;
    margin-right: 0;
}header .head_tutorlog {
    flex-wrap: wrap;
    margin-top: 0;
    padding-top: 1rem;
    justify-content: flex-end;
    flex-basis: 100%;
}header .header_primarylog {
    margin-bottom: 0.5rem;
}header .header_primarylog a {
    font-size: calc(17px - 1px);
    padding: 0.7rem 1rem;
}
}

@media (max-width: 767px) {header {
    margin-top: 0;
}header .top_sitelog {
    padding: 1rem 1.5rem;
}header .nav_mainlog {
    max-width: 150px;
    flex: 0 0 auto;
}header .head_tutorlog {
    padding-bottom: 0.5rem;
    -webkit-overflow-scrolling: touch;
    margin-top: 0.5rem;
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    scrollbar-width: thin;
    padding: 0.5rem 0;
}header .head_tutorlog::-webkit-scrollbar {
    height: 3px;
}header .head_tutorlog::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(203,179,191,0.5);
}header .header_primarylog {
    flex: 0 0 auto;
}header .header_primarylog a {
    padding: 0.6rem 0.8rem;
    white-space: nowrap;
    font-size: calc(17px - 2px);
}header .head_tutorlog::after {
    bottom: 0;
}header .top_startlog::before {
    display: none;
}}.training_structurelog {
    align-items: center;
    display: flex;
    background: rgb(230,224,228);
    overflow: hidden;
    min-height: 75vh;
    justify-content: center;
    position: relative;
}.training_structurelog::before {
    height: 100%;
    opacity: 0.5;
    left: 0;
    z-index: 1;
    width: 100%;
    background: 
        radial-gradient(ellipse at 30% 30%, rgb(203,179,191,0.5) 0%, transparent 60%),
        radial-gradient(ellipse at 70% 70%, rgb(176,109,143,0.5) 0%, transparent 60%);
    position: absolute;
    content: "";
    animation: pulseBackground 8s ease-in-out infinite alternate;
    top: 0;
}.training_structurelog::after {
    width: 100%;
    left: 0;
    z-index: 1;
    background-image: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 5px,
            rgba(255, 255, 255, 0.02) 5px,
            rgba(255, 255, 255, 0.02) 10px
        ),
        repeating-linear-gradient(
            90deg,
            transparent,
            transparent 5px,
            rgba(255, 255, 255, 0.02) 5px,
            rgba(255, 255, 255, 0.02) 10px
        );
    height: 100%;
    top: 0;
    content: "";
    position: absolute;
}.training_structurelog .container {
    z-index: 5;
    padding: 0 2rem;
    align-items: center;
    display: flex;
    width: 100%;
    position: relative;
    justify-content: center;
    max-width: 1200px;
}.training_structurelog .mentor_teamlog {
    gap: 5rem;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1300px;
}.training_structurelog .mentor_teamlog::before {
    background: 
        repeating-radial-gradient(
            circle at center,
            transparent,
            transparent 40px,
            rgba(255, 255, 255, 0.03) 40px,
            rgba(255, 255, 255, 0.03) 60px
        );
    animation: rotateField 40s linear infinite;
    opacity: 0.6;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    z-index: -1;
    position: absolute;
    content: "";
}.training_structurelog .mentor_teamlog::after {
    content: "";
    transform-origin: center;
    opacity: 0.3;
    height: 100%;
    width: 100%;
    z-index: -2;
    position: absolute;
    background: 
        conic-gradient(
            transparent 0deg,
            rgb(203,179,191,0.5) 90deg,
            transparent 180deg,
            rgb(176,109,143,0.5) 270deg,
            transparent 360deg
        );
    border-radius: 50%;
    animation: rotateField 20s linear infinite reverse;
}.training_structurelog h3 {
    font-size: 29px;
    max-width: 600px;
    justify-content: center;
    font-weight: 700;
    margin: 0 10px;
    z-index: 2;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    display: flex;
    background: #ffffff;
    border-radius: 30px;
    text-align: center;
    align-items: center;
    position: relative;
    flex: 0 1 48%;
    color: rgb(203,179,191);
    padding: 2rem 3rem;
    animation: magneticPulse 5s ease-in-out infinite;
}.training_structurelog h3::before {
    background: linear-gradient(135deg, rgb(203,179,191,0.5), rgb(176,109,143,0.5));
    z-index: -1;
    animation: borderPulse 5s ease-in-out infinite;
    position: absolute;
    opacity: 0.7;
    inset: -5px;
    border-radius: 35px;
    content: "";
}.training_structurelog h3::after {
    top: 50%;
    width: 40px;
    background: linear-gradient(to right, rgb(203,179,191), transparent);
    content: "";
    height: 2px;
    z-index: 1;
    position: absolute;
    right: -20px;
}.training_structurelog span {
    z-index: 2;
    font-size: 16px;
    max-width: 850px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    margin: 0 10px;
    flex: 0 1 70%;
    position: relative;
    padding: 2rem 3rem;
    color: #000000;
    line-height: 1.7;
    animation: magneticPulse 5s ease-in-out 0.5s infinite;
    background: #ffffff;
    border-radius: 30px;
}.training_structurelog span::before {
    animation: borderPulse 5s ease-in-out 0.5s infinite;
    z-index: -1;
    border-radius: 35px;
    position: absolute;
    opacity: 0.7;
    inset: -5px;
    background: linear-gradient(135deg, rgb(176,109,143,0.5), rgb(203,179,191,0.5));
    content: "";
}.training_structurelog span::after {
    background: linear-gradient(to left, rgb(176,109,143), transparent);
    position: absolute;
    content: "";
    z-index: 1;
    top: 50%;
    width: 40px;
    left: -20px;
    height: 2px;
}

@keyframes pulseBackground {
    0%, 100% {
        opacity: 0.5;
        background-position: 0% 0%;
    }
    50% {
        opacity: 0.7;
        background-position: 100% 100%;
    }
}

@keyframes rotateField {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes magneticPulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.02);
    }
}

@keyframes borderPulse {
    0%, 100% {
        opacity: 0.7;
    }
    50% {
        opacity: 0.3;
    }
}

@media (max-width: 992px) {.training_structurelog .container {
    padding: 4rem 1.5rem;
}.training_structurelog .mentor_teamlog {
    flex-direction: column;
    gap: 3rem;
}.training_structurelog h3 {
    width: 100%;
    max-width: 100%;
    padding: 1.8rem 2.5rem;
    flex: 0 1 auto;
    font-size: calc(29px * 0.9);
}.training_structurelog span {
    width: 100%;
    flex: 0 1 auto;
    padding: 1.8rem 2.5rem;
    font-size: calc(16px * 0.95);
    max-width: 100%;
}.training_structurelog h3::after {
    width: 40px;
    transform: translateX(50%) rotate(90deg);
    top: auto;
    bottom: -20px;
    right: 50%;
}.training_structurelog span::after {
    display: none;
}
}

@media (max-width: 768px) {.training_structurelog {
    min-height: auto;
    padding: 3rem 0;
}.training_structurelog .container {
    padding: 0 1.2rem;
}.training_structurelog .mentor_teamlog {
    gap: 2.5rem;
}.training_structurelog h3 {
    padding: 1.5rem 2rem;
    font-size: calc(29px * 0.8);
}.training_structurelog span {
    font-size: calc(16px * 0.9);
    padding: 1.5rem 2rem;
}.training_structurelog h3::before,
    .training_structurelog span::before {
    inset: -3px;
}
}

@media (max-width: 576px) {.training_structurelog {
    padding: 2.5rem 0;
}.training_structurelog .container {
    padding: 0 1rem;
}.training_structurelog .mentor_teamlog {
    gap: 2rem;
}.training_structurelog h3 {
    padding: 1.2rem 1.5rem;
    font-size: calc(29px * 0.7);
}.training_structurelog span {
    font-size: calc(16px * 0.85);
    padding: 1.2rem 1.5rem;
}.training_structurelog h3::after {
    bottom: -15px;
    width: 30px;
}.training_structurelog h3::before,
    .training_structurelog span::before {
    inset: -2px;
}
}