* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}.wrapper-capsule {
    display: flex;
    min-height: 100%;
    height: 100%;
    flex-direction: column;
}a {
    color: inherit;
    text-decoration: none;
}header,footer {
    width: 100%;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1219px;
}.class_guide {
    flex: 0 0 auto;
}@keyframes pulse_scrollbar { 0% { opacity: 1; } 50% { opacity: 0.7; } 100% { opacity: 1; } }

::-webkit-scrollbar {
    background: radial-gradient(circle at top left, #ffffff 97%, rgb(117,126,119) 7%, rgb(163,178,170) 48%);
    width: 0.8em;
}::-webkit-scrollbar-button {
    width: 3px;
    height: 9px;
    border-radius: 2px;
}::-webkit-scrollbar-thumb {
    border-radius: 12vw;
    transition: all, border-radius, transform 1s ease-in;
    background: rgb(117,126,119,0.5);
    min-height: 79px;
    animation: pulse_scrollbar 2.2s linear infinite;
}html {
    scrollbar-color: rgb(163,178,170,0.5) rgb(117,126,119,0.5);
    scrollbar-width: none;
}html,body {
    min-height: 100%;
    color: #000000;
    height: 100%;
    font-family: Arial, sans-serif;
}.main_pagewrap {
    flex: 1 0 auto;
}svg {
    width: 30px;
    height: 30px;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.customer_support {
    overflow: hidden;
    background: #a7c7dd;
    padding: 100px 0;
    position: relative;
}.customer_support::before {
    height: 100%;
    left: 0;
    z-index: 1;
    width: 50%;
    background: rgb(163,178,170,0.5);
    content: '';
    top: 0;
    position: absolute;
}.customer_support .container {
    padding: 0 15px;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
}.customer_support .talk_answer {
    text-align: left;
    margin-bottom: 60px;
    position: relative;
    font-weight: 700;
    color: #000000;
    font-size: 45px;
    margin-left: 30px;
}.customer_support .talk_answer::after {
    content: '';
    left: 0;
    bottom: -15px;
    width: 80px;
    position: absolute;
    background: rgb(163,178,170);
    height: 4px;
}.customer_support .contact_question {
    width: 80%;
    flex-direction: column;
    display: flex;
    overflow: hidden;
    background: #ffffff;
    margin: 0 auto;
    border-radius: 0;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
}.customer_support .image_card {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%;
    background-size: cover !important;
    display: block;
    background-position: center !important;
    position: relative;
    height: 300px;
}.customer_support .image_card::after {
    position: absolute;
    background: linear-gradient(to top, #000000 0%, transparent 100%);
    opacity: 0.7;
    left: 0;
    bottom: 0;
    height: 30%;
    width: 100%;
    content: '';
    z-index: 1;
}.customer_support .get_contactpanel {
    padding: 40px;
    background: #ffffff;
}.customer_support .get_contactpanel p {
    color: #000000;
    align-items: center;
    padding: 0;
    padding-bottom: 10px;
    position: relative;
    margin: 0 0 25px 0;
    border-bottom: 1px solid #eee;
    display: flex;
    font-size: 13px;
}.customer_support .get_contactpanel p:last-child {
    border-bottom: none;
    margin-bottom: 0;
}.customer_support .get_contactpanel p::after {
    width: 100%;
    position: absolute;
    left: 0;
    content: '';
    height: 1px;
    background: rgb(215,214,189);
    bottom: -12px;
}.customer_support .get_contactpanel p:last-child::after {
    display: none;
}.customer_support .get_contactpanel p svg {
    flex-shrink: 0;
    margin-right: 15px;
    order: -1;
    fill: rgb(163,178,170);
    width: 24px;
    height: 24px;
}.customer_support .get_contactpanel p svg path {
    fill: rgb(163,178,170);
    transition: fill 0.3s ease;
}.customer_support .get_contactpanel p:hover svg path {
    fill: rgb(117,126,119);
}.customer_support .get_contactpanel p span {
    transition: transform 0.3s ease;
    position: relative;
}.customer_support .get_contactpanel p span:first-child {
    font-weight: 400;
    margin-right: auto;
    color: #000000;
}.customer_support .get_contactpanel p span:last-child {
    margin-left: 10px;
}.customer_support .get_contactpanel p:hover span:last-child {
    transform: translateX(10px);
}.customer_support .get_contactpanel p span a {
    transition: color 0.3s ease;
    font-weight: 400;
    color: rgb(163,178,170);
    text-decoration: none;
}.customer_support .get_contactpanel p span a:hover {
    color: rgb(117,126,119);
}.customer_support .message_info {
    margin-top: 40px;
    border-top: 1px solid rgb(215,214,189);
    padding-top: 40px;
}.customer_support .get_contactus {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
    position: relative;
    color: #000000;
}.customer_support .get_contactus::after {
    position: absolute;
    content: '';
    background: rgb(163,178,170);
    height: 2px;
    left: 0;
    bottom: -10px;
    width: 40px;
}.customer_support .quick_answers {
    gap: 15px;
    display: grid;
}.customer_support .contact_list {
    transition: background 0.3s ease, color 0.3s ease;
    font-size: 13px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    color: #000000;
    padding: 15px 20px;
    background: rgb(215,214,189);
}.customer_support .contact_list:hover {
    background: rgb(163,178,170);
    color: #ffffff;
}.customer_support .message_info svg {
    margin-right: 10px;
    height: 20px;
    width: 20px;
    vertical-align: middle;
    fill: rgb(163,178,170);
}.customer_support .contact_list:hover svg path {
    fill: #ffffff;
}

@media (min-width: 992px) {.customer_support .image_card {
    order: 2;
}.customer_support .get_contactpanel {
    width: 60%;
    order: 1;
}.customer_support .quick_answers {
    grid-template-columns: repeat(3, 1fr);
}
}

@media (min-width: 768px) and (max-width: 991px) {.customer_support {
    padding: 80px 0;
}.customer_support .talk_answer {
    font-size: 29px;
    margin-bottom: 50px;
}.customer_support .quick_answers {
    grid-template-columns: repeat(2, 1fr);
}.customer_support .get_contactpanel p svg {
    height: 20px;
    margin-right: 10px;
    width: 20px;
}
}

@media (max-width: 767px) {.customer_support {
    padding: 60px 0;
}.customer_support .talk_answer {
    font-size: 20px;
    margin-bottom: 40px;
}.customer_support .get_contactpanel {
    padding: 30px;
}.customer_support .get_contactus {
    font-size: 16px;
}.customer_support .get_contactpanel p svg {
    margin-right: 8px;
    width: 18px;
    height: 18px;
}}header {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
    z-index: 100;
    overflow: visible;
    background: linear-gradient(90deg, rgb(117,126,119) 0%, rgb(163,178,170) 100%);
    padding: 0;
    margin-top: 0;
    position: relative;
}header::before {
    width: 100%;
    top: 0;
    position: absolute;
    left: 0;
    z-index: 0;
    height: 100%;
    content: '';
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 5px,
        transparent 5px,
        transparent 25px
    );
}header .main_learn {
    justify-content: space-between;
    align-items: center;
    z-index: 5;
    display: flex;
    padding: 1.2rem 2.5rem;
    position: relative;
}header .head_skill {
    margin-right: 2rem;
    position: relative;
    overflow: visible;
    padding: 0.5rem;
    flex: 0 0 auto;
}header .head_skill::before {
    z-index: -1;
    content: '';
    top: -5px;
    right: -5px;
    transform: skew(-5deg);
    left: -5px;
    bottom: -5px;
    transition: all 0.3s ease;
    border: 2px solid #ffffff;
    position: absolute;
    opacity: 0.1;
}header .head_skill::after {
    transition: all 0.3s ease;
    right: -5px;
    left: -5px;
    content: '';
    opacity: 0;
    transform: skew(-5deg);
    position: absolute;
    z-index: -1;
    bottom: -5px;
    top: -5px;
    box-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff;
    border: 2px solid #ffffff;
}header .head_skill:hover::before {
    opacity: 0;
}header .head_skill:hover::after {
    opacity: 0.5;
    animation: neonPulse 1.5s infinite alternate;
}@keyframes neonPulse {
    0% { opacity: 0.3; box-shadow: 0 0 5px #ffffff, 0 0 10px #ffffff; }
    100% { opacity: 0.7; box-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff, 0 0 30px #ffffff; }
}

header .main_sitewrap {
    position: relative;
    display: block;
    transition: all 0.3s ease;
}header .main_sitewrap:hover {
    transform: scale(1.05);
}header .main_sitewrap img {
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
    max-height: 40px;
}header .nav_sitebar {
    position: relative;
    margin: 0;
    display: flex;
    z-index: 2;
    list-style: none;
    padding: 0;
}header .header_sitebar {
    margin: 0 0.4rem;
    position: relative;
}header .header_sitebar a {
    z-index: 1;
    text-decoration: none;
    padding: 0 1.2rem;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
    position: relative;
    letter-spacing: 0.5px;
    text-shadow: 0 0 5px #ffffff;
    display: flex;
    align-items: center;
    height: 40px;
    overflow: hidden;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
}header .header_sitebar a::before {
    opacity: 0;
    content: '';
    transition: opacity 0.3s ease;
    transform: scale(0.9);
    left: -2px;
    right: -2px;
    bottom: -2px;
    position: absolute;
    z-index: -1;
    top: -2px;
    background: #ffffff;
}header .header_sitebar a:hover {
    border-color: #ffffff;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
    text-shadow: none;
    color: rgb(163,178,170);
    transform: translateY(-3px);
}header .header_sitebar a:hover::before {
    transform: scale(1);
    opacity: 1;
}header .header_sitebar::after {
    bottom: -10px;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    content: '';
    position: absolute;
    width: 80%;
    filter: blur(3px);
    opacity: 0;
    transition: all 0.3s ease;
    height: 5px;
    left: 10%;
}header .header_sitebar:hover::after {
    bottom: -5px;
    opacity: 0.5;
}header .main_learn::before {
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
    content: '';
    top: 0;
}header .main_learn::after {
    height: 1px;
    position: absolute;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    left: 0;
    bottom: 0;
    content: '';
    width: 100%;
}header .main_pagewrap {
    background: rgb(215,214,189);
    z-index: 1;
    position: relative;
    padding-top: 2rem;
}

@media (min-width: 1400px) {header .main_learn {
    margin: 0 auto;
    max-width: 1320px;
}header .header_sitebar {
    margin: 0 0.6rem;
}header .header_sitebar a {
    padding: 0 1.5rem;
}
}

@media (max-width: 991px) {header .main_learn {
    flex-wrap: wrap;
    padding: 1rem 2rem;
}header .head_skill {
    margin-bottom: 0;
    margin-right: 0;
}header .nav_sitebar {
    margin-top: 1rem;
    flex-basis: 100%;
    justify-content: flex-end;
}header .header_sitebar a {
    height: 36px;
    padding: 0 1rem;
    font-size: calc(12px - 1px);
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .main_learn {
    padding: 0.8rem 1.5rem;
}header .head_skill {
    max-width: 140px;
}header .head_skill::before, 
    header .head_skill::after {
    left: -3px;
    right: -3px;
    bottom: -3px;
    top: -3px;
}header .main_sitewrap img {
    max-height: 35px;
}header .nav_sitebar {
    justify-content: flex-start;
    overflow-x: auto;
    margin-top: 0.8rem;
    padding-bottom: 0.5rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
}header .nav_sitebar::-webkit-scrollbar {
    height: 3px;
}header .nav_sitebar::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
}header .header_sitebar {
    margin: 0 0.2rem;
    flex: 0 0 auto;
}header .header_sitebar a {
    padding: 0 0.8rem;
    height: 32px;
    white-space: nowrap;
    font-size: calc(12px - 2px);
}header .header_sitebar::after {
    display: none;
}
}

@media (max-width: 479px) {header .main_learn {
    padding: 0.7rem 1.2rem;
}header .head_skill {
    max-width: 120px;
}header .header_sitebar a {
    height: 30px;
    font-size: calc(12px - 3px);
    padding: 0 0.6rem;
}}.primary_page {
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    min-height: 90vh;
    background: linear-gradient(135deg, rgb(215,214,189) 0%, rgba(94,170,168,0.05) 100%);
    padding: 3rem 0;
    display: flex;
    position: relative;
}.primary_page::before {
    height: 100%;
    top: 0;
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgba(94,170,168,0.03) 0px,
        rgba(94,170,168,0.03) 2px,
        transparent 2px,
        transparent 10px
    );
    z-index: 0;
}.primary_page::after {
    z-index: 0;
    background: radial-gradient(circle at center, rgba(94,170,168,0.1) 0%, transparent 70%);
    right: -5%;
    border-radius: 50%;
    top: -5%;
    content: "";
    width: 40%;
    height: 40%;
    position: absolute;
}.primary_page h1 {
    color: #000000;
    transform: translateY(-15px);
    font-weight: 600;
    margin-bottom: 2rem;
    z-index: 2;
    opacity: 0;
    font-size: calc(19px * 1.2);
    text-align: center;
    position: relative;
    animation: fadeSlideDown 0.8s ease-out forwards 0.2s;
    letter-spacing: 0.12rem;
}.primary_page .skill_sessions {
    position: relative;
    z-index: 2;
    width: 90%;
    max-width: 1200px;
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.primary_page .words_container {
    backdrop-filter: blur(8px);
    position: relative;
    transform: translateX(-15px);
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    animation: fadeSlideRight 0.8s ease-out forwards 0.4s;
    padding: 2rem;
    opacity: 0;
}.primary_page .words_container::before {
    background: linear-gradient(to bottom, rgb(163,178,170), rgb(117,126,119));
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    width: 4px;
    top: 0;
}.primary_page ol {
    padding: 0;
    margin: 0;
    list-style: none;
}.primary_page li {
    margin-bottom: 2rem;
}.primary_page .start_primary {
    align-items: center;
    flex-direction: column;
    display: flex;
}.primary_page svg {
    height: 120px;
    transform: scale(0);
    animation: scaleIn 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 0.6s;
    width: 120px;
    margin-bottom: 1.5rem;
}.primary_page svg path {
    fill: rgb(94,170,168);
    transform-origin: center;
    transition: fill 0.3s ease;
}.primary_page svg text {
    font-family: Arial, sans-serif;
    transition: fill 0.3s ease;
}.primary_page svg:hover path {
    fill: rgb(163,178,170);
}.primary_page svg:hover text {
    fill: rgb(163,178,170);
}.primary_page .start_primary p {
    color: #000000;
    font-size: 15px;
    text-align: center;
    animation: fadeIn 0.8s ease-out forwards 0.8s;
    line-height: 1.6;
    max-width: 40rem;
    margin-bottom: 1rem;
    opacity: 0;
}.primary_page .query_box {
    font-size: 20px;
    background: linear-gradient(135deg, rgb(163,178,170) 0%, rgb(94,170,168) 100%);
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(94,170,168,0.2);
    color: #ffffff;
    padding: 1rem 2.5rem;
    animation: fadeSlideUp 0.8s ease-out forwards 1s;
    transform: translateY(20px);
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease, background 0.3s ease;
    display: inline-block;
    font-weight: 600;
    z-index: 2;
    border: none;
    opacity: 0;
    text-decoration: none;
    position: relative;
}.primary_page .query_box::before {
    transition: left 0.6s ease;
    top: 0;
    left: -100%;
    content: "";
    position: absolute;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    width: 100%;
}.primary_page .query_box:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 25px rgba(94,170,168,0.3);
}.primary_page .query_box:hover::before {
    left: 100%;
}.primary_page .image_card {
    animation: fadeSlideLeft 0.8s ease-out forwards 0.6s;
    transform: translateX(15px);
    height: 300px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    width: 100%;
    position: relative;
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
    opacity: 0;
}.primary_page .image_card::after {
    content: "";
    background: linear-gradient(135deg, rgba(94,170,168,0.3) 0%, transparent 60%);
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    position: absolute;
}

@keyframes fadeSlideDown {
    from {
        opacity: 0;
        transform: translateY(-15px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

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

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

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

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

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@media (min-width: 768px) {.primary_page {
    padding: 5rem 0;
}.primary_page h1 {
    font-size: calc(19px * 1.5);
    margin-bottom: 3rem;
}.primary_page .skill_sessions {
    align-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
}.primary_page .words_container {
    padding: 3rem;
}.primary_page svg {
    height: 150px;
    width: 150px;
}.primary_page .image_card {
    height: 400px;
}
}

@media (min-width: 992px) {.primary_page {
    min-height: 100vh;
}.primary_page .skill_sessions {
    gap: 4rem;
}.primary_page .words_container {
    padding: 4rem;
}.primary_page svg {
    width: 180px;
    height: 180px;
}.primary_page .image_card {
    clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
    height: 500px;
}.primary_page .start_primary p {
    font-size: calc(15px * 1.1);
}.primary_page .query_box {
    padding: 1.2rem 3rem;
}
}

@media (min-width: 1200px) {.primary_page .skill_sessions {
    gap: 5rem;
}.primary_page h1 {
    font-size: calc(19px * 1.8);
}.primary_page .image_card {
    height: 550px;
}.primary_page .words_container::before {
    width: 6px;
}
}

@media (max-width: 767px) {.primary_page .skill_sessions {
    flex-direction: column-reverse;
    display: flex;
}.primary_page .image_card {
    margin-bottom: 1.5rem;
}.primary_page .words_container {
    padding: 1.5rem;
}.primary_page h1 {
    font-size: calc(19px * 1.1);
}.primary_page .start_primary p {
    font-size: calc(15px * 0.95);
}.primary_page .query_box {
    font-size: calc(20px * 0.9);
    padding: 0.8rem 2rem;
}}.who_we_are {
    position: relative;
    background: linear-gradient(135deg, rgb(215,214,189) 0%, rgba(245, 245, 250, 0.98) 100%);
    overflow: hidden;
    padding: 100px 0;
}.who_we_are::before {
    content: "";
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(117,126,119,0.5) 0.5%, transparent 5%),
        radial-gradient(circle at 80% 70%, rgb(117,126,119,0.5) 0.5%, transparent 5%),
        radial-gradient(circle at 50% 50%, rgb(117,126,119,0.5) 0.5%, transparent 5%),
        radial-gradient(circle at 30% 80%, rgb(117,126,119,0.5) 0.5%, transparent 5%);
    z-index: 1;
    height: 100%;
    left: 0;
    width: 100%;
    background-size: 250px 250px;
    top: 0;
    opacity: 0.08;
    position: absolute;
}.who_we_are .container {
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 2;
}.who_we_are h1 {
    text-align: center;
    transform: perspective(1000px) translateZ(0);
    font-weight: 700;
    margin-bottom: 50px;
    font-size: 40px;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    color: rgb(163,178,170);
}.who_we_are h1::after {
    position: absolute;
    background: linear-gradient(90deg, rgb(163,178,170), rgb(117,126,119));
    border-radius: 10px;
    height: 3px;
    transform: translateX(-50%);
    bottom: -15px;
    content: "";
    left: 50%;
    width: 80px;
}.who_we_are .study_guide {
    position: relative;
}.who_we_are .study_guide ul {
    gap: 40px;
    margin: 0;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr;
    padding: 0;
}.who_we_are .expert_learning {
    position: relative;
    border-radius: 3px;
    padding: 40px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    background: #ffffff;
}.who_we_are .expert_learning::before {
    background: linear-gradient(90deg, rgb(163,178,170), rgb(117,126,119));
    top: 0;
    width: 100%;
    content: "";
    transform-origin: left;
    position: absolute;
    left: 0;
    transform: scaleX(0);
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 4px;
}.who_we_are .expert_learning:hover::before {
    transform: scaleX(1);
}.who_we_are .expert_learning::after {
    content: "";
    position: absolute;
    bottom: -100px;
    width: 200px;
    background: radial-gradient(circle, rgb(117,126,119,0.5) 0%, transparent 70%);
    border-radius: 100%;
    opacity: 0.1;
    right: -100px;
    z-index: 0;
    height: 200px;
}.who_we_are .expert_learning h4 {
    margin-bottom: 20px;
    transition: transform 0.3s ease;
    transform: translateX(0);
    font-size: calc(21px + 2px);
    color: rgb(163,178,170);
    font-weight: 700;
    position: relative;
}.who_we_are .expert_learning:hover h4 {
    transform: translateX(10px);
}.who_we_are .expert_learning h4::after {
    width: 40px;
    left: 0;
    position: absolute;
    height: 2px;
    bottom: -10px;
    background-color: rgb(117,126,119);
    transition: width 0.3s ease;
    content: "";
}.who_we_are .expert_learning:hover h4::after {
    width: 60px;
}.who_we_are .expert_learning div {
    font-size: 17px;
    overflow-y: auto;
    font-family: Arial, sans-serif;
    padding-right: 10px;
    position: relative;
    color: #000000;
    max-height: 200px;
    line-height: 1.8;
    font-weight: 400;
    z-index: 1;
}.who_we_are .expert_learning div::-webkit-scrollbar {
    width: 4px;
}.who_we_are .expert_learning div::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.05);
}.who_we_are .expert_learning div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(117,126,119,0.5);
}.who_we_are .expert_learning:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

@media (min-width: 768px) {.who_we_are .study_guide ul {
    grid-template-columns: repeat(2, 1fr);
}.who_we_are h1 {
    font-size: calc(40px + 4px);
    margin-bottom: 70px;
}.who_we_are .expert_learning div {
    max-height: 300px;
}
}

@media (min-width: 992px) {.who_we_are {
    padding: 120px 0;
}.who_we_are .expert_learning {
    padding: 50px;
}.who_we_are h1 {
    font-size: calc(40px + 8px);
}.who_we_are .expert_learning div {
    font-size: calc(17px + 1px);
    max-height: 350px;
}.who_we_are .container {
    padding: 0 40px;
}
}

@media (max-width: 767px) {.who_we_are {
    padding: 70px 0;
}.who_we_are h1 {
    font-size: calc(40px - 2px);
    margin-bottom: 40px;
}.who_we_are .expert_learning {
    padding: 30px;
}.who_we_are .expert_learning div {
    line-height: 1.6;
    font-size: calc(17px - 1px);
}
}

@media (hover: hover) {.who_we_are h1:hover {
    transform: perspective(1000px) translateZ(10px);
}.who_we_are .expert_learning:hover div::-webkit-scrollbar-thumb {
    background: rgb(117,126,119);
}}.ideal_participants {
    overflow: hidden;
    padding: 120px 0 100px;
    perspective: 1000px;
    background: rgb(215,214,189);
    position: relative;
}.ideal_participants::before {
    right: -5%;
    filter: blur(60px);
    height: 600px;
    width: 600px;
    top: -10%;
    opacity: 0.6;
    content: '';
    border-radius: 38% 62% 63% 37% / 41% 44% 56% 59%;
    animation: rotateBlob 20s infinite linear;
    position: absolute;
    background: linear-gradient(45deg, rgb(163,178,170,0.5), rgb(117,126,119,0.5));
    transform: rotate(-15deg);
}@keyframes rotateBlob {
    0% {
        border-radius: 38% 62% 63% 37% / 41% 44% 56% 59%;
        transform: rotate(-15deg);
    }
    50% {
        border-radius: 45% 55% 52% 48% / 56% 48% 52% 44%;
        transform: rotate(10deg);
    }
    100% {
        border-radius: 38% 62% 63% 37% / 41% 44% 56% 59%;
        transform: rotate(-15deg);
    }
}

.ideal_participants .container {
    padding: 0 15px;
    margin: 0 auto;
    z-index: 3;
    max-width: 1200px;
    position: relative;
}.ideal_participants .skill_sessions {
    z-index: 2;
    padding: 0;
    display: flex;
    position: relative;
    flex-direction: column;
}.ideal_participants h4 {
    transform: translateZ(40px);
    font-weight: 700;
    position: relative;
    font-size: 40px;
    max-width: 700px;
    color: #000000;
    margin-bottom: 70px;
    padding-left: 35px;
}.ideal_participants h4::before {
    height: calc(100% - 20px);
    border-radius: 10px;
    top: 15px;
    content: '';
    background: rgb(163,178,170);
    width: 8px;
    position: absolute;
    left: 0;
}.ideal_participants h4::after {
    left: 30px;
    background: rgb(117,126,119);
    border-radius: 10px;
    position: absolute;
    height: 3px;
    width: 120px;
    content: '';
    bottom: -15px;
}.ideal_participants div > div {
    transform-style: preserve-3d;
    grid-template-columns: repeat(12, 1fr);
    display: grid;
    gap: 25px;
    grid-auto-rows: minmax(100px, auto);
}.ideal_participants p {
    border-radius: 10px;
    position: relative;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    align-items: flex-start;
    font-size: 18px;
    line-height: 1.6;
    padding: 30px;
    background: #ffffff;
    transform: translateZ(0);
    overflow: hidden;
    margin: 0;
    color: #000000;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    display: flex;
}.ideal_participants p:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    transform: translateZ(20px);
}.ideal_participants p svg {
    flex-shrink: 0;
    margin-top: 3px;
    transition: all 0.3s ease;
    margin-right: 20px;
    height: 30px;
    width: 30px;
}.ideal_participants p:hover svg {
    transform: scale(1.2) rotate(5deg);
}.ideal_participants p svg path {
    transition: fill 0.3s ease;
    fill: rgb(163,178,170);
}.ideal_participants p:hover svg path {
    fill: rgb(117,126,119);
}.ideal_participants p::after {
    content: '';
    transform-origin: left;
    transition: transform 0.4s ease;
    transform: scaleX(0);
    left: 0;
    height: 4px;
    bottom: 0;
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, rgb(163,178,170), rgb(117,126,119));
}.ideal_participants p:hover::after {
    transform: scaleX(1);
}.ideal_participants p:nth-child(1) {
    grid-row: 1;
    grid-column: 1 / span 6;
    z-index: 5;
}.ideal_participants p:nth-child(2) {
    grid-row: 1;
    z-index: 4;
    grid-column: 8 / span 5;
}.ideal_participants p:nth-child(3) {
    grid-column: 3 / span 6;
    z-index: 6;
    grid-row: 2;
}.ideal_participants p:nth-child(4) {
    z-index: 3;
    grid-row: 3;
    grid-column: 1 / span 4;
}.ideal_participants p:nth-child(5) {
    z-index: 2;
    grid-column: 6 / span 7;
    grid-row: 3;
}.ideal_participants p:nth-child(6) {
    grid-column: 2 / span 5;
    z-index: 1;
    grid-row: 4;
}.ideal_participants p:nth-child(7) {
    grid-row: 4;
    grid-column: 8 / span 5;
    z-index: 1;
}.ideal_participants p:nth-child(8) {
    grid-column: 4 / span 6;
    z-index: 1;
    grid-row: 5;
}@keyframes float-in {
    0% {
        opacity: 0;
        transform: translateY(50px) translateZ(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0) translateZ(0);
    }
}

.ideal_participants p {
    animation: float-in 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    opacity: 0;
}.ideal_participants p:nth-child(1) {
    animation-delay: 0.1s;
}.ideal_participants p:nth-child(2) {
    animation-delay: 0.3s;
}.ideal_participants p:nth-child(3) {
    animation-delay: 0.5s;
}.ideal_participants p:nth-child(4) {
    animation-delay: 0.7s;
}.ideal_participants p:nth-child(5) {
    animation-delay: 0.9s;
}.ideal_participants p:nth-child(6) {
    animation-delay: 1.1s;
}.ideal_participants p:nth-child(7) {
    animation-delay: 1.3s;
}.ideal_participants p:nth-child(8) {
    animation-delay: 1.5s;
}

@media screen and (max-width: 1200px) {.ideal_participants p:nth-child(1) {
    grid-column: 1 / span 7;
}.ideal_participants p:nth-child(2) {
    grid-column: 8 / span 5;
}.ideal_participants p:nth-child(3) {
    grid-column: 2 / span 7;
}.ideal_participants p:nth-child(4) {
    grid-column: 1 / span 5;
}.ideal_participants p:nth-child(5) {
    grid-column: 6 / span 7;
}
}

@media screen and (max-width: 992px) {.ideal_participants {
    padding: 90px 0 80px;
}.ideal_participants h4 {
    margin-bottom: 60px;
    font-size: calc(40px * 0.85);
}.ideal_participants div > div {
    grid-template-columns: repeat(8, 1fr);
    gap: 20px;
}.ideal_participants p {
    padding: 25px;
}.ideal_participants p:nth-child(1) {
    grid-column: 1 / span 4;
}.ideal_participants p:nth-child(2) {
    grid-column: 5 / span 4;
}.ideal_participants p:nth-child(3) {
    grid-column: 2 / span 6;
}.ideal_participants p:nth-child(4) {
    grid-column: 1 / span 3;
}.ideal_participants p:nth-child(5) {
    grid-column: 4 / span 5;
}.ideal_participants p:nth-child(6) {
    grid-column: 2 / span 6;
}.ideal_participants p:nth-child(7) {
    grid-column: 1 / span 4;
}.ideal_participants p:nth-child(8) {
    grid-column: 5 / span 4;
}
}

@media screen and (max-width: 768px) {.ideal_participants {
    padding: 80px 0 70px;
}.ideal_participants h4 {
    font-size: calc(40px * 0.7);
    margin-bottom: 50px;
    padding-left: 25px;
}.ideal_participants h4::before {
    width: 6px;
}.ideal_participants div > div {
    grid-template-columns: 1fr;
    gap: 15px;
}.ideal_participants p {
    grid-column: 1 !important;
    padding: 20px;
    grid-row: auto !important;
}.ideal_participants p svg {
    height: 25px;
    width: 25px;
    margin-right: 15px;
}}.appDiv {
    justify-content: center;
    display: flex;
    position: relative;
    overflow: hidden;
    min-height: 60vh;
    align-items: center;
    background: linear-gradient(135deg, rgb(215,214,189) 0%, rgb(163,178,170,0.5) 100%);
    padding: 5rem 2rem;
}.appDiv::before {
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    z-index: 1;
    background: repeating-linear-gradient(
        -45deg,
        rgb(163,178,170,0.5) 0px,
        rgb(163,178,170,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    position: absolute;
    opacity: 0.05;
    top: 0;
}.appDiv::after {
    background: rgb(117,126,119,0.5);
    transform: rotate(15deg);
    opacity: 0.1;
    content: "";
    position: absolute;
    right: -5%;
    width: 30%;
    height: 30%;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    z-index: 1;
    top: -5%;
}.appDiv .container {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    width: 100%;
}.appDiv .skill_sessions {
    display: grid;
    background: rgba(255, 255, 255, 0.97);
    padding: 3.5rem;
    transform: perspective(1000px) rotateX(2deg);
    gap: 2rem;
    grid-template-columns: 1fr;
    position: relative;
    border-left: 5px solid rgb(163,178,170);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08), 0 10px 20px rgba(0, 0, 0, 0.05);
}.appDiv .skill_sessions::before {
    width: 100%;
    content: "";
    background: linear-gradient(90deg, rgb(163,178,170) 0%, rgb(117,126,119) 100%);
    position: absolute;
    left: 0;
    transform-origin: left top;
    height: 8px;
    top: 0;
}.appDiv .skill_sessions > div:first-child {
    padding-bottom: 1.5rem;
    position: relative;
}.appDiv .skill_sessions > div:first-child::after {
    animation: lineGrow 1.2s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    position: absolute;
    transform-origin: left;
    bottom: 0;
    height: 4px;
    content: "";
    left: 0;
    background: rgb(117,126,119);
    width: 80px;
}.appDiv h5 {
    color: #000000;
    margin: 0;
    font-size: calc(18px * 1.1);
    transform: translateY(20px);
    opacity: 0;
    font-weight: 700;
    line-height: 1.4;
    animation: fadeUp 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.2s forwards;
}.appDiv a {
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    display: block;
}.appDiv a:hover {
    transform: translateY(-5px);
}.appDiv p {
    opacity: 0;
    font-size: 17px;
    border-radius: 10px;
    border-left: 3px solid rgb(117,126,119,0.5);
    transform: translateY(20px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.03);
    color: #000000;
    line-height: 1.8;
    margin: 0;
    animation: fadeUp 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.4s forwards;
    background: linear-gradient(to bottom right, rgba(rgb(215,214,189), 0.3), rgba(255, 255, 255, 0.9));
    position: relative;
    padding: 1.5rem;
}.appDiv p::before {
    left: -15px;
    border-radius: 50%;
    position: absolute;
    justify-content: center;
    display: flex;
    content: "✓";
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    top: -15px;
    color: #ffffff;
    height: 36px;
    align-items: center;
    background: rgb(163,178,170);
    width: 36px;
    font-weight: 700;
}

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

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

@media (min-width: 768px) {.appDiv {
    padding: 7rem 3rem;
}.appDiv .skill_sessions {
    transform: perspective(1000px) rotateX(1deg);
    gap: 3rem;
    grid-template-columns: 1fr 1fr;
    padding: 4rem;
}.appDiv h5 {
    font-size: calc(18px * 1.3);
}.appDiv .skill_sessions > div:first-child {
    padding-bottom: 0;
    display: flex;
    align-items: center;
}.appDiv .skill_sessions > div:first-child::after {
    display: none;
}.appDiv p {
    padding: 2rem;
}
}

@media (max-width: 767px) {.appDiv {
    padding: 4rem 1.5rem;
}.appDiv .skill_sessions {
    transform: perspective(1000px) rotateX(1deg);
    padding: 2.5rem 1.5rem;
}.appDiv h5 {
    line-height: 1.5;
    font-size: 18px;
}.appDiv p {
    padding: 1.2rem;
    font-size: calc(17px * 0.95);
}.appDiv p::before {
    top: -10px;
    font-size: 0.8rem;
    height: 30px;
    width: 30px;
    left: -10px;
}
}

@media (max-width: 480px) {.appDiv {
    padding: 3rem 1rem;
}.appDiv .skill_sessions {
    padding: 2rem 1.2rem;
    border-left-width: 3px;
}.appDiv .skill_sessions::before {
    height: 5px;
}.appDiv h5 {
    font-size: calc(18px * 0.9);
}.appDiv p {
    line-height: 1.6;
    font-size: calc(17px * 0.9);
    padding: 1rem;
}}.cookie_popup_disclosure {
    bottom: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    z-index: 1050;
    background: #ffffff;
    width: 90%;
    position: fixed;
    left: 50%;
    max-width: 500px;
    transform: translateX(-50%);
    border-radius: 26px;
    overflow: hidden;
    font-family: Arial, sans-serif;
}.learn_consent {
    padding: 20px;
    flex-direction: column;
    align-items: center;
    display: flex;
}.cookie_show {
    margin-bottom: 20px;
}.cookie_show svg, .cookie_show svg path, .cookie_show img {
    height: 60px;
    width: 60px;
    fill: rgb(163,178,170);
}.cookie_popup_disclosure h5 {
    text-align: center;
    font-weight: 700;
    color: rgb(163,178,170);
    margin-bottom: 10px;
    font-size: 20px;
}.cookie_popup_disclosure p {
    color: #000000;
    margin-bottom: 20px;
    font-size: 12px;
    text-align: center;
}.cookies_overview {
    padding: 10px 20px;
    margin: 5px;
    text-decoration: none;
    background: rgb(163,178,170);
    font-size: 14px;
    color: #ffffff;
    border-radius: 10px;
    text-align: center;
    transition: background 0.3s ease-in-out;
    width: calc(50% - 10px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    display: inline-block;
}.cookies_overview:hover {
    background: rgb(117,126,119);
}.cookie_button.privacy_cookies {
    background: rgb(117,126,119);
}.cookie_button.privacy_cookies:hover {
    background: rgb(117,126,119,0.5);
}.cookie_popup_disclosure p a {
    text-decoration: none;
    color: rgb(163,178,170);
    transition: color 0.3s ease-in-out;
}.cookie_popup_disclosure p a:hover {
    color: rgb(117,126,119);
}#windowUserConsent {
    display: none;
}#windowUserConsent:checked ~ .cookie_popup_disclosure {
    opacity: 0;
    visibility: hidden;
}.class_guide {
    background-position: center center;
    padding: 5rem 0 3rem;
    position: relative;
    z-index: 1;
    color: #ffffff;
}.class_guide::before {
    width: 100%;
    position: absolute;
    background: linear-gradient(0deg, #000000 20%, transparent 100%);
    top: 0;
    height: 100%;
    left: 0;
    z-index: -1;
    content: "";
}.class_guide::after {
    top: 0;
    z-index: -1;
    left: 0;
    height: 100%;
    position: absolute;
    content: "";
    width: 100%;
    background: repeating-linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.3) 0px,
        rgba(0, 0, 0, 0.3) 1px,
        transparent 1px,
        transparent 20px
    );
    opacity: 0.5;
}.class_guide .container {
    display: flex;
    flex-direction: column;
    position: relative;
}.class_guide .container::before {
    clip-path: polygon(0 80%, 100% 80%, 100% 100%, 0 100%);
    top: -80px;
    background: linear-gradient(0deg, rgb(163,178,170) 0%, transparent 100%);
    width: 100%;
    opacity: 0.3;
    content: "";
    left: 0;
    height: 80px;
    position: absolute;
}.class_guide .company_holder {
    padding: 2rem;
    margin-bottom: 4rem;
    border: 1px solid rgba(rgb(163,178,170), 0.3);
    clip-path: polygon(
        0 0,
        calc(100% - 30px) 0,
        100% 30px,
        100% 100%,
        30px 100%,
        0 calc(100% - 30px)
    );
    background: rgba(0, 0, 0, 0.4);
    border-radius: 10px;
    backdrop-filter: blur(5px);
    position: relative;
}.class_guide .company_holder::before {
    clip-path: polygon(
        0 0,
        calc(100% - 40px) 0,
        100% 40px,
        100% 100%,
        40px 100%,
        0 calc(100% - 40px)
    );
    content: "";
    width: calc(100% + 10px);
    filter: blur(5px);
    height: calc(100% + 10px);
    z-index: -1;
    left: -5px;
    background: linear-gradient(45deg, rgb(163,178,170), transparent 70%);
    position: absolute;
    top: -5px;
    opacity: 0.5;
}.class_guide .company_holder h3 {
    text-transform: uppercase;
    font-size: calc(33px * 1.2);
    position: relative;
    margin-bottom: 1.5rem;
    color: #ffffff;
    text-shadow: 0 0 10px rgb(163,178,170), 0 0 20px rgb(163,178,170), 0 0 30px rgb(163,178,170);
    font-weight: 700;
    letter-spacing: 2px;
    display: inline-block;
}.class_guide .company_holder h3::before {
    filter: blur(1px);
    left: 2px;
    z-index: -1;
    content: attr(data-text);
    position: absolute;
    color: rgb(163,178,170);
    opacity: 0.7;
    top: 2px;
}.class_guide .abuse_ctrl {
    line-height: 1.6;
    border-left: 2px solid rgb(163,178,170);
    font-size: 15px;
    color: #ffffff;
    padding-left: 1rem;
    margin-top: 1.5rem;
    opacity: 0.8;
}.class_guide .module_end {
    justify-content: space-between;
    display: flex;
    position: relative;
}.class_guide .module_end::before {
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    top: -20px;
    background: linear-gradient(90deg, transparent, rgb(163,178,170), transparent);
    content: "";
}.class_guide .head_master {
    width: 100%;
    gap: 2rem;
    display: flex;
    justify-content: space-between;
}.class_guide .nav_sitebar {
    padding: 1.5rem;
    box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.3);
    border-left: 2px solid rgb(163,178,170);
    background: rgba(0, 0, 0, 0.2);
    border-bottom: 2px solid rgb(163,178,170);
    position: relative;
    flex: 1;
    transition: all 0.3s ease;
}.class_guide .nav_sitebar:hover {
    box-shadow: -8px 8px 20px rgba(0, 0, 0, 0.4);
    background: rgba(rgb(163,178,170,0.5), 0.1);
    transform: translateY(-5px);
}.class_guide .nav_sitebar h5 {
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 1.5rem;
    color: rgb(117,126,119);
    position: relative;
    font-weight: 600;
    font-size: 19px;
}.class_guide .nav_sitebar h5::after {
    left: 0;
    position: absolute;
    height: 2px;
    content: "";
    background: rgb(163,178,170);
    width: 40px;
    box-shadow: 0 0 10px rgb(163,178,170);
    bottom: -8px;
}.class_guide .nav_sitebar .head_master {
    display: flex;
    gap: 1rem;
    flex-direction: column;
}.class_guide .nav_sitebar .head_master a {
    opacity: 0.7;
    color: #ffffff;
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
    padding: 0.5rem 0 0.5rem 1.5rem;
    text-decoration: none;
    font-size: 15px;
}.class_guide .nav_sitebar .head_master a::before {
    color: rgb(163,178,170);
    transition: all 0.3s ease;
    position: absolute;
    font-size: 0.8em;
    content: "//";
    left: 0;
}.class_guide .nav_sitebar .head_master a:hover {
    text-shadow: 0 0 5px rgb(163,178,170);
    color: rgb(163,178,170);
    opacity: 1;
}.class_guide .nav_sitebar .head_master a:hover::before {
    color: rgb(117,126,119);
}.music_edu {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    margin-top: 3rem;
    background: rgba(0, 0, 0, 0.6);
    position: relative;
    padding: 1.5rem 0;
}.music_edu::before {
    height: 1px;
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;
    content: "";
    background-image: 
        linear-gradient(90deg, transparent, rgb(163,178,170), transparent);
}.music_edu .container {
    display: flex;
    align-items: center;
    justify-content: center;
}.music_edu .assign_help {
    opacity: 0.7;
    text-transform: uppercase;
    font-size: 15px;
    text-align: center;
    letter-spacing: 1px;
    color: #ffffff;
}.music_edu .assign_help::before,
.music_edu .assign_help::after {
    margin: 0 10px;
    content: "//";
    color: rgb(163,178,170);
}

@keyframes neon-flicker {
    0%, 19%, 21%, 23%, 25%, 54%, 56%, 100% {
        opacity: 0.9;
        text-shadow: 0 0 10px rgb(163,178,170), 0 0 20px rgb(163,178,170);
    }
    20%, 24%, 55% {
        opacity: 0.5;
        text-shadow: none;
    }
}

@keyframes scan-lines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 100%;
    }
}

@media screen and (max-width: 992px) {.class_guide .module_end {
    flex-direction: column;
}.class_guide .head_master {
    flex-direction: column;
}.class_guide .nav_sitebar {
    margin-bottom: 1rem;
    width: 100%;
}.music_edu {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
}
}

@media screen and (max-width: 768px) {.class_guide {
    padding: 4rem 0 2rem;
}.class_guide .company_holder {
    padding: 1.5rem;
    margin-bottom: 3rem;
}.class_guide .company_holder h3 {
    font-size: 33px;
}.class_guide .nav_sitebar h5 {
    font-size: calc(19px * 0.9);
}.music_edu {
    margin-top: 2rem;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 15% 100%);
    padding: 1.2rem 0;
}
}

@media screen and (max-width: 576px) {.class_guide {
    padding: 3rem 0 2rem;
}.class_guide .company_holder {
    clip-path: polygon(
            0 0,
            calc(100% - 20px) 0,
            100% 20px,
            100% 100%,
            20px 100%,
            0 calc(100% - 20px)
        );
}.class_guide .company_holder h3 {
    font-size: calc(33px * 0.85);
    letter-spacing: 1px;
}.class_guide .abuse_ctrl {
    font-size: calc(15px * 0.9);
}.class_guide .nav_sitebar {
    padding: 1rem;
}.class_guide .nav_sitebar .head_master a {
    font-size: calc(15px * 0.9);
}.music_edu {
    padding: 1rem 0;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
}.music_edu .assign_help::before,
    .music_edu .assign_help::after {
    display: none;
}}.privacy_arsenal {
    transition: all 0.3s ease-in-out;
    font-family: Arial, sans-serif;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
    color: #000000;
    padding: 40px 20px;
    background-color: rgb(215,214,189);
}.privacy_arsenal h1, .privacy_arsenal h2, .privacy_arsenal h3, .privacy_arsenal h4, .privacy_arsenal h5, .privacy_arsenal h6 {
    color: rgb(163,178,170);
    margin-bottom: 20px;
}.privacy_arsenal h1 {
    font-weight: 700;
    border-bottom: 2px solid rgb(163,178,170);
    font-size: 48px;
    padding-bottom: 10px;
}.privacy_arsenal h2 {
    font-size: 34px;
    font-weight: 600;
}.privacy_arsenal h3 {
    font-weight: 600;
    font-size: 1.5em;
}.privacy_arsenal h4 {
    font-size: 1.25em;
    font-weight: 400;
}.privacy_arsenal h5 {
    font-size: 20px;
    font-weight: 400;
}.privacy_arsenal h6 {
    font-size: 16px;
    font-weight: 300;
}.privacy_arsenal ul, .privacy_arsenal ol {
    margin-left: 20px;
    padding-left: 20px;
    list-style: none;
}.privacy_arsenal ul li, .privacy_arsenal ol li {
    margin-bottom: 10px;
    padding-left: 20px;
    font-size: 13px;
    position: relative;
    line-height: 1.6;
}.privacy_arsenal ul li:before {
    position: absolute;
    left: 0;
    content: '•';
    font-size: 1.2em;
    color: rgb(117,126,119);
}.privacy_arsenal p, .privacy_arsenal span, .privacy_arsenal div {
    font-size: 13px;
    margin-bottom: 20px;
    line-height: 1.8;
    color: #000000;
}
@media only screen and (max-width: 800px) {.privacy_arsenal {
    padding: 20px 10px;
}.privacy_arsenal h1 {
    font-size: calc(20px - 10%);
}.privacy_arsenal h2 {
    font-size: calc(20px - 10%);
}.privacy_arsenal p, .privacy_arsenal span, .privacy_arsenal div {
    font-size: calc(13px - 10%);
}}
.privacy_arsenal a {
    text-decoration: underline;
    color: rgb(163,178,170);
    transition: color 0.3s ease-in-out;
}.privacy_arsenal a:hover {
    color: rgb(117,126,119);
}.privacy_arsenal blockquote {
    margin: 20px 0;
    border-left: 5px solid rgb(163,178,170);
    font-style: italic;
    padding: 15px 20px;
    background-color: rgb(163,178,170,0.5);
}.privacy_arsenal code {
    background-color: rgb(117,126,119,0.5);
    padding: 2px 6px;
    border-radius: 10px;
    font-family: monospace;
}.privacy_arsenal hr {
    height: 1px;
    background: rgba(0, 0, 0, 0.5);
    border: 0;
    margin: 30px 0;
}.follow {
    background: linear-gradient(135deg, rgb(163,178,170,0.5), rgb(117,126,119,0.5));
    position: relative;
    overflow: hidden;
    padding: 4rem 0;
}.follow::before {
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
    left: 0;
    position: absolute;
    content: "";
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.03) 2px,
        transparent 2px,
        transparent 8px
    );
}.follow::after {
    height: 120%;
    transform: rotate(15deg);
    background: rgb(163,178,170);
    opacity: 0.1;
    position: absolute;
    width: 35%;
    content: "";
    z-index: 0;
    right: -5%;
    top: -10%;
}.follow .container {
    padding: 0 1.5rem;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 5;
    position: relative;
}.follow .skill_sessions {
    transform: translateZ(0);
    grid-template-columns: 1fr;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.1);
    display: grid;
    position: relative;
    padding: 2.5rem;
    overflow: hidden;
    gap: 2rem;
    background: #ffffff;
}.follow .skill_sessions::before {
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background: rgb(163,178,170);
    width: 6px;
    content: "";
    z-index: 2;
}.follow .skill_sessions::after {
    background: rgb(117,126,119);
    width: 40%;
    bottom: 0;
    position: absolute;
    content: "";
    height: 6px;
    right: 0;
    transform-origin: right;
    z-index: 2;
}.follow h4 {
    font-size: 20px;
    color: #000000;
    transform: translateY(0);
    line-height: 1.4;
    margin: 0 0 0.5rem;
    font-weight: 600;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}.follow .input_holder {
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
    gap: 1rem;
}.follow .input_holder span {
    display: block;
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
}.follow .input_holder span:hover {
    transform: translateY(-2px);
}.follow .input_holder input[type="email"] {
    outline: none;
    transition: all 0.3s ease;
    border: 2px solid rgba(0, 0, 0, 0.08);
    color: #000000;
    font-family: Arial, sans-serif;
    padding: 1rem 1.25rem;
    width: 100%;
    font-size: 15px;
    background: #ffffff;
}.follow .input_holder input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgb(163,178,170,0.5);
    border-color: rgb(163,178,170);
}.follow .input_holder input[type="email"]::placeholder {
    transition: opacity 0.3s ease;
    color: rgba(0, 0, 0, 0.4);
}.follow .input_holder input[type="email"]:focus::placeholder {
    opacity: 0.5;
}.follow .sub_approach {
    overflow: hidden;
    position: relative;
    border: none;
    transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    background: rgb(163,178,170);
    font-family: Arial, sans-serif;
    width: 100%;
    font-size: 15px;
    z-index: 1;
    font-weight: 600;
    color: #ffffff;
    padding: 1rem 1.5rem;
    cursor: pointer;
}.follow .sub_approach:hover {
    background: #000000;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}.follow .sub_approach:active {
    transform: translateY(0);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}.follow .sub_approach::before {
    content: "";
    background: linear-gradient(
        90deg, 
        rgba(255, 255, 255, 0) 0%, 
        rgba(255, 255, 255, 0.2) 50%, 
        rgba(255, 255, 255, 0) 100%
    );
    transition: transform 0.6s ease;
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    z-index: -1;
    left: -100%;
}.follow .sub_approach:hover::before {
    transform: translateX(200%);
}

@media (min-width: 768px) {.follow {
    padding: 6rem 0;
}.follow .skill_sessions {
    grid-template-columns: 1fr 1fr;
    padding: 3rem;
    gap: 3rem;
    align-items: center;
}.follow .input_holder {
    gap: 1rem;
    grid-template-columns: 2fr 1fr;
}.follow h4 {
    font-size: calc(20px * 1.1);
    margin: 0;
}.follow .skill_sessions::after {
    width: 25%;
}
}

@media (min-width: 992px) {.follow .skill_sessions {
    padding: 4rem;
    gap: 4rem;
}.follow h4 {
    font-size: calc(20px * 1.2);
}.follow .input_holder input[type="email"] {
    padding: 1.1rem 1.5rem;
}.follow .sub_approach {
    padding: 1.1rem 2rem;
}.follow .skill_sessions:hover h4 {
    transform: translateY(-3px);
}
}

@media (max-width: 767px) {.follow {
    padding: 3rem 0;
}.follow .skill_sessions {
    padding: 2rem;
}.follow h4 {
    font-size: 15px;
    margin-bottom: 1.5rem;
}.follow .input_holder span {
    margin-bottom: 0.5rem;
}.follow .input_holder input[type="email"],
    .follow .sub_approach {
    padding: 0.9rem 1rem;
}
}

@media (max-width: 480px) {.follow {
    padding: 2.5rem 0;
}.follow .skill_sessions {
    padding: 1.5rem;
}.follow h4 {
    font-size: calc(15px * 0.95);
}.follow .skill_sessions::before {
    width: 4px;
}.follow .skill_sessions::after {
    height: 4px;
    width: 50%;
}
}

@media (prefers-reduced-motion: reduce) {.follow .skill_sessions:hover h4,
    .follow .input_holder span:hover,
    .follow .sub_approach:hover,
    .follow .sub_approach:hover::before {
    transition: none;
    transform: none;
}}.plan_selection {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.plan_selection::before {
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    z-index: 1;
    position: absolute;
    content: "";
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 100%);
}.plan_selection .container {
    z-index: 2;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
}.plan_selection .pro_fees {
    position: relative;
}.plan_selection h2 {
    font-weight: 700;
    text-shadow: 0 2px 5px rgba(0,0,0,0.2);
    margin-bottom: 20px;
    opacity: 0;
    transform: translateY(20px);
    text-align: center;
    color: #ffffff;
    font-size: 33px;
    position: relative;
    animation: fadeUp 0.7s ease-out 0.2s forwards;
}.plan_selection h2::after {
    height: 3px;
    left: 50%;
    width: 80px;
    background: rgb(117,126,119);
    content: "";
    transform: translateX(-50%);
    bottom: -15px;
    position: absolute;
    box-shadow: 0 0 10px rgb(117,126,119,0.5);
}.plan_selection .sub_options {
    max-width: 800px;
    text-align: center;
    line-height: 1.6;
    animation: fadeUp 0.7s ease-out 0.4s forwards;
    color: #ffffff;
    letter-spacing: 0.3px;
    opacity: 0;
    margin: 0 auto 50px;
    transform: translateY(20px);
    font-size: calc(14px * 1.1);
}.plan_selection .plan_fees {
    list-style: none;
    margin: 0;
    display: grid;
    gap: 30px;
    perspective: 1000px;
    padding: 0;
    grid-template-columns: repeat(1, 1fr);
}.plan_selection .plan_fees li {
    opacity: 0;
    transform: translateY(40px);
    animation-delay: calc(0.5s + var(--li-index, 0) * 0.15s);
    animation: fadeUp 0.8s ease-out forwards;
}.plan_selection .plan_fees li:nth-child(1) {
    --li-index: 1;
}.plan_selection .plan_fees li:nth-child(2) {
    --li-index: 2;
}.plan_selection .plan_fees li:nth-child(3) {
    --li-index: 3;
}.plan_selection .plan_fees li:nth-child(4) {
    --li-index: 4;
}.plan_selection .rate_choice {
    display: block;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    height: 100%;
    transform-style: preserve-3d;
    text-decoration: none;
}.plan_selection .rate_choice:hover {
    transform: translateY(-10px) scale(1.02);
}.plan_selection .pricing_options {
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    -webkit-backdrop-filter: blur(10px);
    padding: 40px 30px;
    transition: all 0.4s ease;
    border: 1px solid rgba(255,255,255,0.1);
    background: linear-gradient(145deg, 
        rgba(255,255,255,0.1) 0%, 
        rgba(255,255,255,0.05) 100%);
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(255,255,255,0.2);
    box-shadow: 0 15px 35px rgba(0,0,0,0.2), 
                0 5px 15px rgba(0,0,0,0.1);
    height: 100%;
    border-left: 1px solid rgba(255,255,255,0.2);
}.plan_selection .rate_choice:hover .pricing_options {
    border-color: rgb(117,126,119,0.5);
    box-shadow: 0 25px 45px rgba(0,0,0,0.25), 
                0 10px 20px rgba(0,0,0,0.15);
}.plan_selection .pricing_options::before {
    transition: transform 0.8s ease, opacity 0.8s ease;
    top: -50%;
    left: -50%;
    z-index: 0;
    content: "";
    position: absolute;
    height: 200%;
    width: 200%;
    background: radial-gradient(
        circle at center,
        rgba(rgb(117,126,119), 0.05) 0%,
        transparent 70%
    );
    opacity: 0;
    transform: scale(0.8);
}.plan_selection .rate_choice:hover .pricing_options::before {
    transform: scale(1);
    opacity: 1;
}.plan_selection .annual_fee {
    z-index: 2;
    position: relative;
}.plan_selection .annual_fee h4 {
    padding-bottom: 15px;
    font-size: calc(20px * 1.15);
    transition: transform 0.4s ease;
    font-weight: 600;
    position: relative;
    color: #ffffff;
    margin-bottom: 15px;
}.plan_selection .rate_choice:hover .annual_fee h4 {
    transform: translateY(-5px);
    color: rgb(117,126,119);
}.plan_selection .annual_fee h4::after {
    left: 0;
    background: rgb(117,126,119);
    transition: width 0.4s ease;
    content: "";
    position: absolute;
    height: 2px;
    width: 50px;
    bottom: 0;
}.plan_selection .rate_choice:hover .annual_fee h4::after {
    width: 80px;
}.plan_selection .annual_fee p {
    font-size: 14px;
    max-height: 150px;
    line-height: 1.6;
    color: rgba(255,255,255,0.8);
    scrollbar-width: thin;
    overflow-y: auto;
    scrollbar-color: rgb(117,126,119) rgba(255,255,255,0.1);
    padding-right: 10px;
    margin-bottom: 25px;
}.plan_selection .annual_fee p::-webkit-scrollbar {
    width: 4px;
}.plan_selection .annual_fee p::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(255,255,255,0.1);
}.plan_selection .annual_fee p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(117,126,119);
}.plan_selection .pricing_list {
    color: #ffffff;
    background: linear-gradient(135deg, 
        rgb(117,126,119) 0%, 
        rgb(163,178,170) 100%);
    font-size: calc(20px * 1.5);
    position: relative;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    font-weight: 700;
    display: inline-block;
    overflow: hidden;
    padding: 8px 20px;
    transition: all 0.4s ease;
}.plan_selection .rate_choice:hover .pricing_list {
    box-shadow: 0 8px 25px rgba(0,0,0,0.3);
    transform: translateY(-5px) scale(1.05);
}.plan_selection .pricing_list::before {
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255,255,255,0.2) 50%,
        transparent 100%
    );
    height: 100%;
    transition: left 0.7s ease;
    content: "";
    position: absolute;
    left: -100%;
    top: 0;
    width: 70%;
}.plan_selection .rate_choice:hover .pricing_list::before {
    left: 200%;
}

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

@media (min-width: 768px) {.plan_selection .plan_fees {
    grid-template-columns: repeat(2, 1fr);
}.plan_selection h2 {
    font-size: calc(33px * 1.1);
}
}

@media (min-width: 992px) {.plan_selection {
    padding: 150px 0;
}.plan_selection .plan_fees {
    grid-template-columns: repeat(4, 1fr);
}.plan_selection .pricing_options {
    padding: 40px 25px;
}.plan_selection h2 {
    font-size: calc(33px * 1.2);
    margin-bottom: 30px;
}.plan_selection .sub_options {
    margin-bottom: 70px;
}
}

@media (max-width: 767px) {.plan_selection {
    padding: 80px 0;
}.plan_selection h2 {
    font-size: calc(33px * 0.9);
}.plan_selection .sub_options {
    font-size: 14px;
    margin-bottom: 40px;
}.plan_selection .pricing_options {
    padding: 30px 20px;
}.plan_selection .annual_fee p {
    max-height: 120px;
}.plan_selection .pricing_list {
    font-size: calc(20px * 1.2);
    padding: 6px 15px;
}}.course_program_description {
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(215,214,189) 0%, rgba(245, 245, 255, 0.95) 100%);
}.course_program_description::before {
    opacity: 0.2;
    right: -5%;
    top: -10%;
    animation: floatEffect 15s infinite alternate ease-in-out;
    width: 40%;
    background: linear-gradient(45deg, rgb(163,178,170,0.5) 0%, rgb(117,126,119,0.5) 100%);
    z-index: 0;
    position: absolute;
    height: 70%;
    filter: blur(30px);
    content: "";
    transform: rotate(-15deg) skewX(15deg);
}.course_program_description::after {
    transform: rotate(10deg) skewX(-15deg);
    bottom: -10%;
    background: linear-gradient(225deg, rgb(117,126,119,0.5) 0%, rgb(163,178,170,0.5) 100%);
    filter: blur(25px);
    z-index: 0;
    content: "";
    left: -5%;
    width: 35%;
    height: 60%;
    position: absolute;
    opacity: 0.15;
    animation: floatEffect 18s infinite alternate-reverse ease-in-out;
}.course_program_description .container {
    padding: 0 1.5rem;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    position: relative;
}.course_program_description h2 {
    transition: transform 0.5s ease;
    text-align: center;
    transform: perspective(1000px) rotateX(0deg);
    color: #000000;
    font-size: 35px;
    font-weight: 700;
    position: relative;
    margin-bottom: 2.5rem;
}.course_program_description h2::after {
    height: 4px;
    transition: transform 0.5s ease;
    transform: translateX(-50%) scaleX(0.8);
    position: absolute;
    left: 50%;
    width: 80px;
    content: "";
    bottom: -12px;
    background: linear-gradient(90deg, rgb(163,178,170) 0%, rgb(117,126,119) 100%);
}.course_program_description h2:hover {
    transform: perspective(1000px) rotateX(2deg);
}.course_program_description h2:hover::after {
    transform: translateX(-50%) scaleX(1.2);
}.course_program_description .class_plan {
    position: relative;
    grid-template-columns: 1fr;
    perspective: 1500px;
    display: grid;
    gap: 2.5rem;
}.course_program_description .image_card {
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 18px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
               0 5px 15px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateY(-4deg) translateZ(30px);
    height: 350px;
}.course_program_description .image_card::before {
    opacity: 0.5;
    z-index: 1;
    left: 0;
    top: 0;
    background: linear-gradient(
        135deg,
        rgba(rgb(163,178,170), 0.3) 0%,
        rgba(rgb(117,126,119), 0.2) 100%
    );
    transition: opacity 0.6s ease;
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
}.course_program_description .image_card:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
               0 8px 20px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateY(0deg) translateZ(40px);
}.course_program_description .image_card:hover::before {
    opacity: 0.7;
}.course_program_description .words_container {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    position: relative;
    z-index: 2;
    border-radius: 18px;
    transform: perspective(1000px) rotateY(2deg) translateZ(20px);
    padding: 2.5rem;
    background-color: #ffffff;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}.course_program_description .words_container::before {
    height: 0;
    background: linear-gradient(to bottom, rgb(163,178,170), rgb(117,126,119));
    content: "";
    transition: height 0.8s ease;
    width: 3px;
    position: absolute;
    left: 0;
    top: 0;
}.course_program_description .words_container:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    transform: perspective(1000px) rotateY(0deg) translateZ(30px);
}.course_program_description .words_container:hover::before {
    height: 100%;
}.course_program_description .description {
    position: relative;
    max-height: 300px;
    overflow-y: auto;
    font-size: 12px;
    color: #000000;
    margin-bottom: 1.5rem;
    padding-right: 10px;
    line-height: 1.8;
}.course_program_description .description:last-child {
    margin-bottom: 0;
}.course_program_description .description:first-child::first-letter {
    font-weight: 700;
    padding: 0.1em 0.1em 0 0;
    font-size: 2.2em;
    line-height: 0.8;
    float: left;
    color: rgb(163,178,170);
}.course_program_description .description::-webkit-scrollbar {
    width: 4px;
}.course_program_description .description::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.05);
}.course_program_description .description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: linear-gradient(to bottom, rgb(163,178,170), rgb(117,126,119));
}

@keyframes floatEffect {
    0% {
        transform: rotate(-15deg) skewX(15deg) translate(0, 0);
    }
    50% {
        transform: rotate(-13deg) skewX(12deg) translate(10px, -10px);
    }
    100% {
        transform: rotate(-15deg) skewX(15deg) translate(-5px, 5px);
    }
}

@media (min-width: 768px) {.course_program_description {
    padding: 8rem 0;
}.course_program_description h2 {
    font-size: calc(35px * 1.1);
    margin-bottom: 3.5rem;
}.course_program_description .class_plan {
    gap: 3rem;
    align-items: center;
    grid-template-columns: 1fr 1.5fr;
}.course_program_description .image_card {
    height: 500px;
}.course_program_description .words_container {
    padding: 3rem;
}
}

@media (min-width: 992px) {.course_program_description {
    padding: 10rem 0;
}.course_program_description h2 {
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
    font-size: calc(35px * 1.2);
    margin-bottom: 4rem;
}.course_program_description .class_plan {
    gap: 4rem;
    grid-template-columns: 1fr 1.3fr;
}.course_program_description .image_card {
    height: 550px;
}.course_program_description .words_container {
    padding: 3.5rem;
}.course_program_description .description {
    margin-bottom: 2rem;
    line-height: 1.9;
    max-height: 350px;
    font-size: calc(12px * 1.1);
}
}

@media (max-width: 767px) {.course_program_description {
    padding: 4rem 0;
}.course_program_description h2 {
    font-size: calc(35px * 0.9);
    margin-bottom: 2rem;
}.course_program_description .image_card {
    transform: perspective(1000px) rotateY(0deg) translateZ(10px);
    height: 250px;
}.course_program_description .words_container {
    padding: 1.5rem;
    transform: perspective(1000px) rotateY(0deg) translateZ(10px);
}.course_program_description .description {
    line-height: 1.6;
    font-size: calc(12px * 0.95);
    margin-bottom: 1rem;
    max-height: 250px;
}}.leadership_experience {
    background: linear-gradient(135deg, rgb(215,214,189) 0%, rgba(0, 0, 0, 0.5) 100%);
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
}.leadership_experience::before {
    content: "";
    animation: rotateBg 30s linear infinite;
    height: 100%;
    left: 0;
    width: 100%;
    position: absolute;
    top: 0;
    opacity: 0.2;
    background: conic-gradient(from 45deg at 50% 50%, transparent 0deg, rgb(163,178,170,0.5) 90deg, transparent 180deg, rgb(117,126,119,0.5) 270deg, transparent 360deg);
}@keyframes rotateBg {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.leadership_experience .container {
    margin: 0 auto;
    padding: 0 1.5rem;
    z-index: 1;
    max-width: 1200px;
    position: relative;
}.leadership_experience .rating_praise {
    transition: transform 0.3s ease;
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    display: grid;
    grid-template-columns: minmax(250px, 35%) 1fr;
    backdrop-filter: blur(8px);
    border-radius: 22px;
    padding: 3rem;
    grid-gap: 1.5rem;
    background-color: rgba(0, 0, 0, 0.5);
    grid-template-areas:
        "photo quote"
        "photo name"
        "photo job";
}.leadership_experience .rating_praise:hover {
    transform: perspective(1000px) rotateX(0);
}.leadership_experience .image_card {
    height: 100%;
    transform: translateZ(20px);
    clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
    border-radius: 22px;
    transition: transform 0.3s ease;
    min-height: 350px;
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.5);
    grid-area: photo;
}.leadership_experience .rating_praise:hover .image_card {
    transform: translateZ(30px);
}.leadership_experience .name {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    transform: translateZ(10px);
    color: #ffffff;
    font-size: 34px;
    grid-area: name;
    font-weight: 700;
    margin-bottom: 0.5rem;
}.leadership_experience .rating_praise span:not(.name) {
    transform: translateZ(5px);
    grid-area: job;
    font-weight: 600;
    margin-bottom: 1rem;
    color: rgb(117,126,119);
    font-size: 21px;
}.leadership_experience .emp_overview {
    padding: 1.5rem;
    transform: translateZ(15px);
    border-radius: 10px;
    color: #ffffff;
    grid-area: quote;
    font-size: 13px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
    line-height: 1.6;
    position: relative;
    border-left: 4px solid rgb(163,178,170);
}.leadership_experience .emp_overview::before {
    content: "";
    background: linear-gradient(90deg, rgb(163,178,170,0.5) 0%, transparent 100%);
    mix-blend-mode: overlay;
    opacity: 0.1;
    border-radius: 10px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

@media (max-width: 991px) {.leadership_experience .rating_praise {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
            "photo photo"
            "name job"
            "quote quote";
}.leadership_experience .image_card {
    min-height: 300px;
    clip-path: polygon(0 0, 100% 0, 95% 95%, 5% 95%);
}
}

@media (max-width: 767px) {.leadership_experience {
    padding: 3rem 0;
}.leadership_experience .rating_praise {
    grid-template-areas:
            "image_card"
            "name"
            "professional_exp"
            "emp_overview";
    grid-template-columns: 1fr;
    padding: 2rem;
}.leadership_experience .image_card {
    min-height: 250px;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
}}.connect_form {
    padding: 100px 0;
    overflow: hidden;
    background-color: rgb(215,214,189);
    position: relative;
}.connect_form::before {
    width: 100%;
    height: 100%;
    opacity: 0.15;
    content: "";
    left: 0;
    position: absolute;
    background: linear-gradient(120deg, rgb(163,178,170,0.5) 0%, transparent 75%);
    top: 0;
}.connect_form::after {
    position: absolute;
    content: "";
    background: linear-gradient(240deg, rgb(117,126,119,0.5) 0%, transparent 70%);
    bottom: 0;
    width: 70%;
    right: 0;
    opacity: 0.1;
    height: 70%;
}.connect_form .container {
    padding: 0 30px;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}.connect_form h2 {
    position: relative;
    font-family: Arial, sans-serif;
    color: #000000;
    font-weight: 700;
    font-size: 31px;
    margin-bottom: 15px;
    text-align: center;
}.connect_form .help_panel {
    border-radius: 20px;
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}.connect_form .image_card {
    position: relative;
    min-height: 500px;
    flex: 0 0 40%;
    overflow: hidden;
}.connect_form .image_card::after {
    position: absolute;
    right: 0;
    background: linear-gradient(to bottom, transparent 30%, rgba(0, 0, 0, 0.4));
    bottom: 0;
    left: 0;
    content: "";
    top: 0;
}.connect_form .connect_panel {
    padding: 60px;
    position: relative;
    flex: 0 0 60%;
}.connect_form .connect_panel::before {
    content: "";
    left: 0;
    background: linear-gradient(to bottom, rgb(163,178,170), rgb(117,126,119));
    width: 5px;
    height: calc(100% - 80px);
    position: absolute;
    top: 40px;
    border-radius: 2.5px;
}.connect_form form {
    padding-left: 25px;
    width: 100%;
}.connect_form form h3 {
    color: #000000;
    font-family: Arial, sans-serif;
    margin-bottom: 35px;
    font-size: 22px;
    font-weight: 600;
}.connect_form form input[type="text"] {
    padding: 18px 25px;
    width: 100%;
    border: none;
    margin-bottom: 20px;
    background: rgb(215,214,189);
    color: #000000;
    font-size: 12px;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    border-radius: 10px;
}.connect_form form input[type="text"]:focus {
    background: rgba(rgb(163,178,170), 0.05);
    outline: none;
    box-shadow: 0 0 0 2px rgb(163,178,170,0.5);
}.connect_form form input[type="text"]::placeholder {
    color: rgba(#000000, 0.4);
}.connect_form .reach_inquiry {
    margin: 10px 0 30px;
    display: flex;
    align-items: flex-start;
}.connect_form .reach_inquiry input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.connect_form .reach_inquiry label {
    color: #000000;
    line-height: 1.5;
    font-size: 15px;
    padding-left: 35px;
    position: relative;
    cursor: pointer;
}.connect_form .reach_inquiry label::before {
    height: 22px;
    border: 2px solid rgb(163,178,170,0.5);
    position: absolute;
    transition: all 0.2s ease;
    content: "";
    left: 0;
    border-radius: 10px;
    top: 2px;
    width: 22px;
}.connect_form .reach_inquiry input[type="checkbox"]:checked + label::before {
    border-color: rgb(163,178,170);
    background-color: rgb(163,178,170);
}.connect_form .reach_inquiry input[type="checkbox"]:checked + label::after {
    content: "";
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: rotate(45deg);
    left: 8px;
    top: 9px;
    position: absolute;
    width: 6px;
    height: 11px;
}.connect_form .reach_inquiry label a {
    text-decoration: none;
    color: rgb(163,178,170);
    transition: all 0.3s ease;
}.connect_form .reach_inquiry label a:hover {
    text-decoration: underline;
    color: rgb(117,126,119);
}.connect_form form .query_box {
    font-weight: 600;
    transition: all 0.3s ease;
    background: linear-gradient(45deg, rgb(163,178,170), rgb(117,126,119));
    color: #ffffff;
    font-size: 18px;
    position: relative;
    padding: 15px 35px;
    display: inline-block;
    cursor: pointer;
    font-family: Arial, sans-serif;
    overflow: hidden;
    border: none;
    border-radius: 10px;
}.connect_form form .query_box::before {
    height: 120%;
    background: rgba(255, 255, 255, 0.2);
    left: -10%;
    transition: all 0.4s ease;
    top: -10%;
    transform: rotate(45deg) translateX(-200%);
    width: 120%;
    content: "";
    position: absolute;
}.connect_form form .query_box:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 15px rgba(rgb(163,178,170), 0.3);
}.connect_form form .query_box:hover::before {
    transform: rotate(45deg) translateX(200%);
}.connect_form svg {
    fill: rgb(163,178,170);
    height: 22px;
    width: 22px;
}.connect_form svg path {
    fill: rgb(163,178,170);
    transition: fill 0.3s ease;
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.05;
    }
    50% {
        opacity: 0.1;
    }
}

@media screen and (max-width: 1024px) {.connect_form .connect_panel {
    padding: 50px 40px;
}
}

@media screen and (max-width: 991px) {.connect_form .image_card {
    min-height: 300px;
    flex: 0 0 100%;
}.connect_form .connect_panel {
    flex: 0 0 100%;
}.connect_form .connect_panel::before {
    top: 0;
    width: calc(100% - 80px);
    background: linear-gradient(to right, rgb(163,178,170), rgb(117,126,119));
    height: 5px;
    left: 40px;
}.connect_form form {
    padding-left: 0;
    padding-top: 25px;
}
}

@media screen and (max-width: 767px) {.connect_form {
    padding: 70px 0;
}.connect_form .image_card {
    min-height: 250px;
}.connect_form .connect_panel {
    padding: 40px 30px;
}.connect_form .connect_panel::before {
    width: calc(100% - 60px);
    left: 30px;
}
}

@media screen and (max-width: 480px) {.connect_form {
    padding: 50px 0;
}.connect_form h2 {
    font-size: calc(31px * 0.8);
}.connect_form .image_card {
    min-height: 200px;
}.connect_form .connect_panel {
    padding: 30px 20px;
}.connect_form .connect_panel::before {
    left: 20px;
    width: calc(100% - 40px);
}.connect_form form h3 {
    margin-bottom: 25px;
    font-size: calc(22px * 0.9);
}.connect_form form input[type="text"] {
    padding: 15px 20px;
}.connect_form form .query_box {
    width: 100%;
    text-align: center;
}}header .top_plank {
    color:  #ffffff;
    background: rgb(163,178,170);
}header .top_plank .аnav_notice div svg, header .top_plank .аnav_notice div svg path {
    fill: #ffffff;
}header .top_plank .аnav_notice div span {
    color: #ffffff;
}header .top_plank .аnav_notice {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    padding: 15px 0 10px 0;
    line-height: 21px;
    font-size: 14px;
    justify-content: flex-start;
    width: 100%;
}header .top_plank .аnav_notice div {
    margin-right: 24px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}header .top_plank .аnav_notice div img, header .top_plank .аnav_notice div svg {
    width: 16px;
    margin-right: 8px;
    height: 16px;
}