* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}.guide_section {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}.wrapper-segment {
    flex-direction: column;
    height: 100%;
    min-height: 100%;
    display: flex;
}::-webkit-scrollbar {
    width: 14px;
}::-webkit-scrollbar-track {
    background: rgb(193,154,154);
}::-webkit-scrollbar-thumb {
    border: 2px dashed rgb(236,222,222);
    box-shadow: 5px 0px 2px 8px rgba(0, 0, 0, 0.8);
    background: #ffffff;
    border-radius: 18.2vw;
}::-webkit-scrollbar-thumb:hover {
    box-shadow: 2px 0px 14px 0px rgba(0, 0, 0, 0.6);
    background: rgb(193,154,154);
}::-webkit-scrollbar-thumb:active {
    background: rgb(255, 255, 255, 0.5);
}* {
    scrollbar-color: rgb(193,154,154) rgb(217,188,188,0.5);
    scrollbar-width: thin;
}.container {
    margin: auto;
    width: 1133px;
    max-width: 100%;
}svg {
    height: 30px;
    width: 30px;
}html,body {
    font-family: Arial, sans-serif;
    height: 100%;
    color: #000000;
    min-height: 100%;
}.nav_lead {
    flex: 1 0 auto;
}a {
    color: inherit;
    text-decoration: none;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.thxDiv {
    overflow: hidden;
    perspective: 1000px;
    background: linear-gradient(135deg, rgb(236,222,222) 0%, rgb(193,154,154,0.5) 100%);
    position: relative;
    padding: 6rem 0;
}.thxDiv::before {
    width: 60%;
    background: radial-gradient(ellipse at center, rgb(217,188,188,0.5) 0%, transparent 70%);
    position: absolute;
    animation: floatGradient 15s ease-in-out infinite alternate;
    transform: rotate(-15deg);
    opacity: 0.7;
    height: 70%;
    content: "";
    top: -10%;
    z-index: 1;
    right: -5%;
}.thxDiv::after {
    animation: floatGradient 18s ease-in-out infinite alternate-reverse;
    position: absolute;
    bottom: -5%;
    content: "";
    left: -10%;
    height: 60%;
    z-index: 1;
    opacity: 0.5;
    width: 70%;
    transform: rotate(10deg);
    background: radial-gradient(ellipse at center, rgb(193,154,154,0.5) 0%, transparent 70%);
}.thxDiv .container {
    max-width: 1200px;
    padding: 0 20px;
    z-index: 5;
    margin: 0 auto;
    position: relative;
}.thxDiv .class_sessions {
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    flex-direction: column;
    position: relative;
    transform: rotateX(5deg);
    display: flex;
    padding: 3rem;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(255, 255, 255, 0.1);
    transform-style: preserve-3d;
    background: rgba(255, 255, 255, 0.95);
}.thxDiv .class_sessions:hover {
    transform: rotateX(0deg) translateY(-5px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 10px 20px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.2);
}.thxDiv .class_sessions > div:first-child {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin-bottom: 2rem;
    position: relative;
    transform: translateZ(30px);
}.thxDiv .class_sessions:hover > div:first-child {
    transform: translateZ(40px);
}.thxDiv .class_sessions > div:first-child::before {
    height: 60px;
    position: absolute;
    transform: rotate(25deg);
    border-radius: 10px;
    opacity: 0.1;
    content: "";
    width: 60px;
    left: -20px;
    z-index: -1;
    top: -10px;
    background: rgb(217,188,188);
}.thxDiv .class_sessions > div:first-child::after {
    right: 30px;
    height: 10px;
    opacity: 0.2;
    transform: skewX(-20deg);
    bottom: -15px;
    width: 70px;
    background: rgb(193,154,154);
    content: "";
    position: absolute;
}.thxDiv h5 {
    transform: translateX(0);
    transition: transform 0.5s ease;
    line-height: 1.4;
    font-weight: 700;
    font-size: 19px;
    padding-bottom: 1rem;
    margin: 0;
    position: relative;
    color: #000000;
}.thxDiv h5::after {
    transition: width 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    content: "";
    width: 0;
    bottom: 0;
    height: 3px;
    left: 0;
    background: linear-gradient(90deg, rgb(217,188,188) 0%, rgb(193,154,154) 100%);
}.thxDiv .class_sessions:hover h5::after {
    width: 80px;
}.thxDiv .class_sessions > div:last-child {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    transform: translateZ(15px);
    overflow: hidden;
}.thxDiv .class_sessions:hover > div:last-child {
    transform: translateZ(25px);
}.thxDiv a {
    overflow: hidden;
    transition: transform 0.5s ease;
    text-decoration: none;
    position: relative;
    display: block;
}.thxDiv a::before {
    top: 0;
    background: rgb(217,188,188);
    position: absolute;
    opacity: 0;
    left: 0;
    height: 100%;
    transform: scaleX(0);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s ease;
    z-index: -1;
    transform-origin: left;
    content: "";
    width: 100%;
}.thxDiv a:hover::before {
    transform: scaleX(1);
    opacity: 0.05;
}.thxDiv p {
    line-height: 1.8;
    transition: transform 0.4s ease, color 0.3s ease;
    font-weight: 400;
    margin: 0;
    font-size: 12px;
    color: #000000;
    transform: translateY(0);
    position: relative;
    font-family: Arial, sans-serif;
}.thxDiv a:hover p {
    transform: translateY(-2px);
    color: #000000;
}

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

@media screen and (min-width: 768px) {.thxDiv {
    padding: 8rem 0;
}.thxDiv .class_sessions {
    margin: 0 auto;
    max-width: 90%;
    padding: 4rem;
}.thxDiv h5 {
    line-height: 1.3;
    font-size: calc(19px * 1.2);
}.thxDiv p {
    font-size: calc(12px * 1.1);
    line-height: 1.7;
}.thxDiv .class_sessions > div:first-child {
    margin-bottom: 2.5rem;
}
}

@media screen and (min-width: 992px) {.thxDiv {
    padding: 10rem 0;
}.thxDiv .class_sessions {
    display: grid;
    gap: 3rem;
    max-width: 80%;
    align-items: center;
    grid-template-columns: 1fr 1fr;
    padding: 5rem;
}.thxDiv .class_sessions > div:first-child {
    margin-bottom: 0;
}.thxDiv h5 {
    font-size: calc(19px * 1.3);
}.thxDiv h5::after {
    width: 0;
}.thxDiv .class_sessions:hover h5::after {
    width: 120px;
}
}

@media screen and (max-width: 767px) {.thxDiv {
    padding: 4rem 0;
}.thxDiv .class_sessions {
    transform: rotateX(2deg);
    padding: 2rem;
}.thxDiv h5 {
    font-size: 19px;
}.thxDiv p {
    font-size: 12px;
    line-height: 1.6;
}.thxDiv .class_sessions > div:first-child {
    margin-bottom: 1.5rem;
}.thxDiv .class_sessions:hover > div:first-child {
    transform: translateZ(20px);
}.thxDiv .class_sessions:hover > div:last-child {
    transform: translateZ(10px);
}}.service_info {
    position: relative;
    background: rgb(236,222,222);
    padding: 100px 0;
    overflow: hidden;
}.service_info::before {
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
    top: 0;
    z-index: 0;
    opacity: 0.1;
    height: 100%;
    background: rgb(217,188,188,0.5);
    position: absolute;
    right: 0;
    content: "";
    width: 50%;
}.service_info::after {
    left: 0;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(217,188,188) 0%, rgb(193,154,154) 100%);
    z-index: 1;
    width: 100%;
    bottom: 0;
    height: 10px;
}.service_info .container {
    position: relative;
    z-index: 2;
}.service_info .message_us {
    display: grid;
    gap: 40px;
    grid-template-columns: 1.5fr 1fr 1fr;
}.service_info .edu_askus {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    padding: 40px;
}.service_info .edu_askus:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}.service_info .edu_askus h2 {
    font-weight: 700;
    padding-bottom: 15px;
    margin-bottom: 25px;
    position: relative;
    color: #000000;
    font-size: 30px;
}.service_info .edu_askus h2::after {
    height: 4px;
    bottom: 0;
    content: "";
    width: 60px;
    position: absolute;
    border-radius: 10px;
    left: 0;
    background: rgb(217,188,188);
}.service_info .send_request {
    font-weight: 600;
    margin-bottom: 20px;
    font-size: calc(13px * 1.2);
    color: #000000;
}.service_info .talk_contact {
    margin-bottom: 30px;
    font-size: 13px;
    color: #000000;
    line-height: 1.7;
}.service_info .edu_askus p {
    display: flex;
    color: #000000;
    font-size: 13px;
    align-items: center;
    margin-bottom: 20px;
}.service_info .edu_askus p span {
    color: #000000;
    display: inline-block;
    font-weight: 400;
    margin-left: 10px;
}.service_info .message_block {
    background: rgb(236,222,222);
    padding: 25px;
    margin-top: 30px;
    border-radius: 10px;
}.service_info .message_block h3 {
    margin-bottom: 20px;
    font-size: 19px;
    color: rgb(217,188,188);
    font-weight: 600;
}.service_info .help_now {
    gap: 12px;
    flex-direction: column;
    display: flex;
}.service_info .help_now span {
    font-size: 13px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    color: #000000;
    padding: 8px 0;
}.service_info .edu_askus .hero_image {
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100%;
    border-radius: 24px;
    min-height: 350px;
}.service_info .reach_contact {
    gap: 30px;
    justify-content: center;
    display: flex;
    flex-direction: column;
}.service_info .reach_contact a {
    padding: 20px;
    border-left: 4px solid rgb(193,154,154);
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
    border-radius: 10px;
    text-decoration: none;
    background: #ffffff;
}.service_info .reach_contact a:hover {
    border-left-color: rgb(217,188,188);
    background: rgb(236,222,222);
}.service_info .reach_contact a span {
    font-size: 19px;
    margin-bottom: 8px;
    font-weight: 600;
    color: rgb(217,188,188);
}.service_info .reach_contact a p {
    font-weight: 600;
    font-size: 13px;
    margin: 0;
    color: #000000;
}.service_info svg {
    width: 22px;
    height: 22px;
    fill: rgb(217,188,188);
    margin-right: 12px;
}.service_info svg path {
    fill: rgb(217,188,188);
    transition: fill 0.3s ease;
}.service_info .reach_contact a:hover svg,
.service_info .reach_contact a:hover svg path {
    fill: rgb(193,154,154);
}

@media screen and (max-width: 1200px) {.service_info {
    padding: 80px 0;
}.service_info .edu_askus {
    padding: 30px;
}
}

@media screen and (max-width: 992px) {.service_info .message_us {
    gap: 30px;
    grid-template-columns: 1fr 1fr;
}.service_info .edu_askus:nth-child(1) {
    grid-column: span 2;
}.service_info .edu_askus .hero_image {
    min-height: 300px;
}
}

@media screen and (max-width: 768px) {.service_info {
    padding: 60px 0;
}.service_info .message_us {
    grid-template-columns: 1fr;
    gap: 25px;
}.service_info .edu_askus:nth-child(1) {
    grid-column: auto;
}.service_info .edu_askus .hero_image {
    min-height: 250px;
}
}

@media screen and (max-width: 576px) {.service_info {
    padding: 40px 0;
}.service_info .edu_askus {
    padding: 25px;
}.service_info .edu_askus h2 {
    font-size: calc(30px * 0.9);
}.service_info .reach_contact a {
    padding: 15px;
}.service_info .message_block {
    padding: 20px;
}.service_info .edu_askus .hero_image {
    min-height: 200px;
}}.cookieUsageContainer {
    width: 100%;
    animation: slideUp 0.5s forwards;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    bottom: 0;
    border-top: 3px solid rgb(193,154,154);
    background: rgb(193,154,154);
    transform: translateY(100%);
    position: fixed;
    z-index: 90;
    transition: transform 0.3s ease-in-out;
    padding: 20px 0;
}@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}
#trackingAlertPopup {
    display: none;
}#trackingAlertPopup:checked ~ .cookieUsageContainer {
    opacity: 0;
    visibility: hidden;
}.cookie_rules {
    gap: 20px;
    align-items: center;
    padding: 20px 5%;
    display: flex;
    justify-content: space-between;
}.cookieUsageContainer h5 {
    font-family: Arial, sans-serif;
    font-size: 19px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
}.cookieUsageContainer p {
    line-height: 1.5;
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #ffffff;
}.cookie_view {
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(0 0 10px rgb(217,188,188));
    flex-shrink: 0;
}.cookie_view svg {
    fill: rgb(217,188,188);
    transition: transform 0.3s ease-in-out;
    height: 80px;
    width: 80px;
}.cookie_view:hover svg {
    transform: scale(1.1);
}.manage_tracking {
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    padding: 10px 20px;
    flex-shrink: 0;
    min-width: 140px;
    line-height: 40px;
    background: linear-gradient(90deg, rgb(217,188,188), rgb(193,154,154));
    white-space: nowrap;
    border-radius: 27px;
    margin-left: 10px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    font-size: 20px;
    box-shadow: 0 0 15px rgb(217,188,188);
    color: #000000;
}.manage_tracking:hover {
    box-shadow: 0 0 20px rgb(193,154,154);
}.cookie_button.learn_cookies {
    border: 2px solid rgb(193,154,154);
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5);
}.cookie_button.learn_cookies:hover {
    box-shadow: 0 0 15px rgb(193,154,154);
    background: rgba(0, 0, 0, 0.5);
}.cookieUsageContainer p a {
    color: rgb(217,188,188);
    transition: color 0.3s ease;
    text-decoration: none;
}.cookieUsageContainer p a:hover {
    color: rgb(193,154,154);
}
@media only screen and (max-width: 1200px) {.cookieUsageContainer {
    padding: 15px 0;
}.cookie_rules {
    padding: 15px 5%;
}
}
@media only screen and (max-width: 800px) {.cookie_view {
    display: none;
}.cookie_rules {
    text-align: center;
    flex-direction: column;
    align-items: center;
}.cookieUsageContainer h5 {
    margin-bottom: 5px;
    font-size: 18px;
}.cookie_control {
    margin-bottom: 15px;
}.manage_tracking {
    min-width: 100%;
    margin: 10px 0;
}}
.privacy_cloister {
    flex-direction: column;
    display: flex;
    overflow: hidden;
    padding: 60px;
    font-family: Arial, sans-serif;
    width: 100%;
    color: #ffffff;
    border: 2px solid rgb(217,188,188);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    align-items: center;
    height: auto;
}.privacy_cloister h1 {
    border-bottom: 3px solid rgb(217,188,188);
    color: rgb(217,188,188);
    padding-bottom: 10px;
    margin-top: 50px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-weight: 700;
    width: 100%;
    font-size: 42px;
}.privacy_cloister h2 {
    border-bottom: 2px solid rgb(193,154,154);
    font-size: 28px;
    text-align: center;
    margin-top: 40px;
    color: rgb(193,154,154);
    margin-bottom: 25px;
    width: 100%;
    font-weight: 600;
    padding-bottom: 10px;
}.privacy_cloister h3, .privacy_cloister h4, .privacy_cloister h5, .privacy_cloister h6 {
    color: rgb(217,188,188);
    padding-bottom: 5px;
    font-size: 18px;
    border-bottom: 1px solid rgb(217,188,188);
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
    margin-top: 30px;
    font-weight: 600;
}.privacy_cloister li {
    margin-bottom: 15px;
    padding-left: 10px;
    padding-left: 20px;
    font-size: 15px;
    position: relative;
    font-weight: 400;
    border-left: 3px solid rgb(217,188,188);
    color: #000000;
    line-height: 1.6;
}.privacy_cloister section {
    padding: 30px;
    text-align: center;
    border: 1px solid rgb(217,188,188);
    border-radius: 10px;
    margin-top: 30px;
    width: 100%;
    box-shadow: 0 0 15px rgb(217,188,188,0.5);
}.privacy_cloister p, .privacy_cloister span, .privacy_cloister div {
    text-align: center;
    font-size: 15px;
    width: 100%;
    line-height: 1.8;
    padding-bottom: 5px;
    font-weight: 300;
    margin-bottom: 15px;
    margin: 0 auto 15px auto;
    color: #000000;
}

@media only screen and (max-width: 800px) {.privacy_cloister {
    padding: 20px 10px;
}.privacy_cloister h1 {
    width: 100%;
    font-size: calc(18px * 0.8);
}.privacy_cloister h2 {
    width: 100%;
    font-size: calc(18px * 0.8);
}.privacy_cloister h3, .privacy_cloister h4, .privacy_cloister h5, .privacy_cloister h6 {
    font-size: calc(18px * 0.8);
    width: 100%;
}.privacy_cloister p, .privacy_cloister span, .privacy_cloister div {
    font-size: calc(15px * 0.9);
    width: 100%;
}.privacy_cloister ul, .privacy_cloister ol {
    width: 100%;
}.privacy_cloister section {
    width: 100%;
}}.connect_form {
    overflow: hidden;
    position: relative;
    background: linear-gradient(145deg, rgb(236,222,222) 0%, rgba(9, 19, 32, 0.9) 100%);
    padding: 120px 0;
}.connect_form::before {
    background: repeating-linear-gradient(
        45deg,
        rgb(217,188,188,0.5) 0px,
        transparent 1px,
        transparent 10px,
        rgb(217,188,188,0.5) 11px
    );
    height: 100%;
    position: absolute;
    content: "";
    pointer-events: none;
    opacity: 0.05;
    width: 100%;
    left: 0;
    animation: gridMove 20s linear infinite;
    top: 0;
}.connect_form::after {
    pointer-events: none;
    animation: pulseGlow 15s ease-in-out infinite;
    background: radial-gradient(circle, rgb(217,188,188,0.5) 0%, transparent 60%);
    width: 200%;
    position: absolute;
    top: -50%;
    opacity: 0.1;
    content: "";
    left: -50%;
    height: 200%;
}.connect_form .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
    padding: 0 20px;
}.connect_form h2 {
    text-align: center;
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: 37px;
    position: relative;
    margin-bottom: 60px;
    padding-bottom: 15px;
}.connect_form h2::after {
    height: 3px;
    content: "";
    position: absolute;
    transform: translateX(-50%);
    bottom: 0;
    background: linear-gradient(to right, transparent, rgb(217,188,188), transparent);
    left: 50%;
    width: 80px;
}.connect_form .request_panel {
    overflow: hidden;
    border-radius: 22px;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.03);
    display: flex;
}.connect_form .request_panel::before {
    opacity: 0.03;
    content: "";
    pointer-events: none;
    top: 0;
    background: linear-gradient(to bottom right, rgb(217,188,188,0.5), transparent);
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
}.connect_form .hero_image {
    position: relative;
    transform: scale(1.01);
    min-height: 500px;
    transition: transform 0.6s ease;
    flex: 1;
}.connect_form .hero_image::after {
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    position: absolute;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
    content: "";
}.connect_form .query_card {
    position: relative;
    flex: 1;
    padding: 50px;
}.connect_form .query_card::before {
    position: absolute;
    opacity: 0.7;
    border-top: 2px solid rgb(217,188,188,0.5);
    border-right: 2px solid rgb(217,188,188,0.5);
    top: 20px;
    right: 20px;
    height: 50px;
    content: "";
    width: 50px;
}.connect_form .query_card::after {
    bottom: 20px;
    position: absolute;
    content: "";
    height: 50px;
    width: 50px;
    border-bottom: 2px solid rgb(217,188,188,0.5);
    border-left: 2px solid rgb(217,188,188,0.5);
    left: 20px;
    opacity: 0.7;
}.connect_form form {
    width: 100%;
}.connect_form form h3 {
    margin-bottom: 30px;
    font-size: 22px;
    font-family: Arial, sans-serif;
    color: #ffffff;
    position: relative;
    padding-left: 15px;
    font-weight: 600;
}.connect_form form h3::before {
    content: "";
    top: 50%;
    background: rgb(217,188,188);
    position: absolute;
    transform: translateY(-50%);
    width: 5px;
    height: 25px;
    border-radius: 10px;
    left: 0;
}.connect_form form input[type="text"] {
    background: rgba(255, 255, 255, 0.05);
    font-family: Arial, sans-serif;
    font-size: 18px;
    padding: 15px 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    margin-bottom: 20px;
    border-radius: 10px;
    transition: all 0.3s ease;
    width: 100%;
}.connect_form form input[type="text"]:focus {
    border-color: rgb(217,188,188);
    outline: none;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 0 15px rgba(rgb(217,188,188), 0.2);
}.connect_form form input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}.connect_form .reach_map {
    align-items: flex-start;
    margin-bottom: 30px;
    position: relative;
    display: flex;
}.connect_form .reach_map input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.connect_form .reach_map label {
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.7);
    position: relative;
    font-size: 15px;
    cursor: pointer;
    padding-left: 35px;
}.connect_form .reach_map label::before {
    transition: all 0.3s ease;
    width: 22px;
    background: rgba(255, 255, 255, 0.05);
    height: 22px;
    left: 0;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    content: "";
    top: 2px;
    position: absolute;
}.connect_form .reach_map input[type="checkbox"]:checked + label::before {
    border-color: rgb(217,188,188);
    background: rgb(217,188,188);
}.connect_form .reach_map input[type="checkbox"]:checked + label::after {
    left: 7px;
    border-left: 2px solid #ffffff;
    position: absolute;
    width: 8px;
    transform: rotate(-45deg);
    content: "";
    border-bottom: 2px solid #ffffff;
    height: 4px;
    top: 11px;
}.connect_form .reach_map label a {
    transition: all 0.3s ease;
    color: rgb(217,188,188);
    text-decoration: none;
}.connect_form .reach_map label a:hover {
    text-decoration: underline;
}.connect_form form .connect_box {
    font-family: Arial, sans-serif;
    position: relative;
    font-size: 14px;
    cursor: pointer;
    background: linear-gradient(45deg, rgb(217,188,188), rgb(193,154,154));
    transition: all 0.4s ease;
    font-weight: 600;
    overflow: hidden;
    color: #ffffff;
    z-index: 1;
    padding: 15px 35px;
    border: none;
    display: inline-block;
    border-radius: 10px;
}.connect_form form .connect_box::before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: -100%;
    transition: all 0.4s ease;
    top: 0;
    z-index: -1;
    content: "";
    background: linear-gradient(45deg, rgb(193,154,154), rgb(217,188,188));
}.connect_form form .connect_box:hover::before {
    left: 0;
}.connect_form form .connect_box:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
}.connect_form svg {
    fill: rgb(217,188,188);
    height: 24px;
    width: 24px;
    margin-right: 15px;
}.connect_form svg path {
    transition: fill 0.3s ease;
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.05;
        transform: scale(1);
    }
    50% {
        opacity: 0.1;
        transform: scale(1.1);
    }
}

@media screen and (max-width: 991px) {.connect_form {
    padding: 80px 0;
}.connect_form .request_panel {
    flex-direction: column;
}.connect_form .hero_image {
    min-height: 300px;
    order: 1;
}.connect_form .query_card {
    padding: 40px 30px;
    order: 2;
}
}

@media screen and (max-width: 767px) {.connect_form {
    padding: 60px 0;
}.connect_form h2 {
    margin-bottom: 40px;
}.connect_form .hero_image {
    min-height: 200px;
}.connect_form .query_card {
    padding: 30px 20px;
}.connect_form form .connect_box {
    text-align: center;
    width: 100%;
}
}

@media screen and (max-width: 480px) {.connect_form {
    padding: 40px 0;
}.connect_form h2 {
    font-size: calc(37px * 0.8);
}.connect_form form h3 {
    font-size: calc(22px * 0.9);
}.connect_form .query_card::before,
    .connect_form .query_card::after {
    width: 30px;
    height: 30px;
}}.title_greeting {
    min-height: 100vh;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    position: relative;
}.title_greeting::before {
    z-index: 1;
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    right: 0;
    background: linear-gradient(135deg, 
    rgb(217,188,188,0.5) 0%,
    rgb(193,154,154,0.5) 40%,
    rgba(0, 0, 0, 0.7) 100%);
    bottom: 0;
}.title_greeting > div {
    z-index: 2;
    transform-style: preserve-3d;
    gap: 2rem;
    width: 100%;
    padding: 2rem;
    transform: perspective(1000px) rotateX(2deg);
    grid-template-columns: 1fr;
    position: relative;
    display: grid;
    max-width: 1200px;
}.title_greeting .title_style_header {
    font-weight: 700;
    margin: 0;
    transform: translateZ(50px);
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3),
               0 4px 20px rgba(0, 0, 0, 0.2);
    padding: 0;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    letter-spacing: 0.05em;
    color: #ffffff;
    font-size: clamp(2rem, 5vw, 47px);
}.title_greeting .title_style_header::after {
    transform-origin: left center;
    content: "";
    left: 0;
    width: 80px;
    box-shadow: 0 0 15px rgb(193,154,154);
    background: rgb(193,154,154);
    animation: lineExpand 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards 0.5s;
    position: absolute;
    height: 4px;
    bottom: -15px;
}.title_greeting .edu_expert {
    border-left: 4px solid rgb(217,188,188);
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    transform: translateZ(30px);
    box-shadow: 
    10px 10px 30px rgba(0, 0, 0, 0.3),
    -15px -15px 30px rgba(255, 255, 255, 0.05),
    inset 5px 5px 10px rgba(255, 255, 255, 0.05),
    inset -5px -5px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    padding: 2.5rem;
    transition: transform 0.6s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}.title_greeting .study_hub {
    margin-bottom: 1.5rem;
}.title_greeting .study_hub h3 {
    color: #ffffff;
    font-weight: 600;
    line-height: 1.4;
    margin: 0 0 1rem;
    font-size: clamp(1.25rem, 3vw, 22px);
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}.title_greeting span {
    position: relative;
    padding-left: 1.5rem;
    display: block;
}.title_greeting span::before {
    position: absolute;
    left: 0;
    background: rgb(193,154,154);
    transform: rotate(45deg);
    top: 8px;
    width: 8px;
    content: "";
    box-shadow: 0 0 10px rgb(193,154,154);
    height: 8px;
}.title_greeting p {
    font-size: clamp(1rem, 2vw, 12px);
    line-height: 1.6;
    color: #ffffff;
    font-weight: 400;
    margin: 0;
    animation: fadeSlideUp 0.8s ease-out forwards 1.2s;
    transform: translateY(20px);
    opacity: 0;
}@keyframes lineExpand {
  0% { width: 0; }
  100% { width: 80px; }
}

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

.title_greeting:hover .title_style_header {
    transform: translateZ(60px);
}.title_greeting:hover .edu_expert {
    transform: translateZ(40px);
}

@media (min-width: 768px) {.title_greeting > div {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}.title_greeting .title_style_header {
    padding-top: 1rem;
    margin-bottom: 1rem;
}.title_greeting .edu_expert {
    margin-right: 1rem;
    padding: 3rem;
    margin-left: -1rem;
}
}

@media (min-width: 992px) {.title_greeting::after {
    content: "";
    position: absolute;
    width: 60%;
    pointer-events: none;
    height: 60%;
    top: -20%;
    opacity: 0.4;
    background: radial-gradient(circle, rgb(217,188,188,0.5) 0%, transparent 70%);
    z-index: 1;
    animation: floatGlow 15s ease-in-out infinite alternate;
    right: -20%;
}.title_greeting > div {
    padding: 3rem;
    gap: 4rem;
}.title_greeting .title_style_header {
    transform: perspective(1000px) rotateX(5deg) translateZ(50px);
    font-size: 47px;
}.title_greeting .edu_expert {
    transform: perspective(1000px) rotateX(-2deg) translateZ(30px);
    transition: all 0.6s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}.title_greeting:hover .edu_expert {
    box-shadow: 
      15px 15px 40px rgba(0, 0, 0, 0.4),
      -15px -15px 40px rgba(255, 255, 255, 0.07),
      inset 5px 5px 15px rgba(255, 255, 255, 0.05),
      inset -5px -5px 15px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateX(0) translateZ(40px);
}
}

@keyframes floatGlow {
  0% { transform: translate(0, 0); opacity: 0.4; }
  50% { transform: translate(-5%, 5%); opacity: 0.6; }
  100% { transform: translate(-2%, -2%); opacity: 0.4; }
}

@media (max-width: 767px) {.title_greeting {
    min-height: 100vh;
    padding: 2rem 1rem;
}.title_greeting > div {
    transform: perspective(800px) rotateX(0);
    padding: 1.5rem;
}.title_greeting .title_style_header {
    margin-bottom: 2.5rem;
    font-size: 1.75rem;
}.title_greeting .edu_expert {
    padding: 1.5rem;
    margin-top: 1rem;
    transform: translateZ(20px);
}.title_greeting .study_hub h3 {
    font-size: 1.2rem;
}}.offer_list {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    color: #ffffff;
}.offer_list::before {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    content: "";
    top: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.7) 100%);
    left: 0;
}.offer_list .container {
    max-width: 1200px;
    position: relative;
    padding: 0 15px;
    z-index: 2;
    margin: 0 auto;
}.offer_list .basic_rates {
    position: relative;
}.offer_list h2 {
    color: #ffffff;
    font-weight: 700;
    transform: translateY(10px);
    position: relative;
    font-size: calc(28px * 1.2);
    opacity: 0;
    margin-bottom: 20px;
    animation: fadeInUp 0.8s forwards 0.3s;
    text-align: center;
}.offer_list .rate_panel {
    color: rgb(255, 255, 255, 0.5);
    transform: translateY(10px);
    line-height: 1.6;
    max-width: 700px;
    animation: fadeInUp 0.8s forwards 0.5s;
    font-size: calc(15px * 1.1);
    text-align: center;
    opacity: 0;
    margin: 0 auto 40px;
}.offer_list .basic_cost {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 30px;
}.offer_list .basic_cost li {
    transform: translateY(20px);
    height: 100%;
    opacity: 0;
    animation-delay: calc(0.6s + (0.15s * var(--i, 0)));
    animation: fadeInUp 0.8s forwards;
}.offer_list .basic_cost li:nth-child(1) {
    --i: 1;
}.offer_list .basic_cost li:nth-child(2) {
    --i: 2;
}.offer_list .basic_cost li:nth-child(3) {
    --i: 3;
}.offer_list .basic_cost li:nth-child(4) {
    --i: 4;
}.offer_list .deal_grid {
    display: block;
    color: inherit;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 100%;
    text-decoration: none;
}.offer_list .deal_grid:hover {
    transform: translateY(-10px);
}.offer_list .cost_deals {
    height: 100%;
    border: 1px solid rgba(255,255,255,0.1);
    border-left: 3px solid rgb(217,188,188);
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    padding: 30px;
    transition: all 0.4s ease;
    position: relative;
    border-radius: 3px;
    backdrop-filter: blur(10px);
    background: linear-gradient(145deg, 
        rgba(255,255,255,0.03) 0%, 
        rgba(255,255,255,0.08) 100%);
    overflow: hidden;
}.offer_list .deal_grid:hover .cost_deals {
    background: linear-gradient(145deg, 
        rgba(255,255,255,0.05) 0%, 
        rgba(255,255,255,0.1) 100%);
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}.offer_list .cost_deals::before {
    transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    content: "";
    width: 100%;
    left: 0;
    transform-origin: left;
    transform: scaleX(0);
    height: 5px;
    position: absolute;
    background: linear-gradient(to right, 
        rgb(217,188,188), 
        rgb(193,154,154));
    top: 0;
}.offer_list .deal_grid:hover .cost_deals::before {
    transform: scaleX(1);
}.offer_list .pricing_offers {
    flex-direction: column;
    height: 100%;
    display: flex;
}.offer_list .pricing_offers h4 {
    margin: 0 0 20px;
    color: #ffffff;
    padding-bottom: 15px;
    position: relative;
    font-size: calc(20px * 1.1);
    font-weight: 700;
}.offer_list .pricing_offers h4::after {
    height: 3px;
    content: "";
    position: absolute;
    transition: width 0.4s ease;
    left: 0;
    width: 40px;
    background: rgb(217,188,188);
    bottom: 0;
}.offer_list .deal_grid:hover .pricing_offers h4::after {
    width: 60px;
}.offer_list .pricing_offers p {
    margin: 0 0 25px;
    overflow-wrap: break-word;
    line-height: 1.6;
    color: rgb(255, 255, 255, 0.5);
    flex-grow: 1;
    font-size: 15px;
    word-break: break-word;
}.offer_list .learning_pricing {
    transition: color 0.3s ease;
    position: relative;
    padding-top: 15px;
    border-top: 1px solid rgba(255,255,255,0.1);
    display: block;
    margin-top: auto;
    font-weight: 700;
    font-size: calc(20px * 1.2);
    color: rgb(193,154,154);
}.offer_list .deal_grid:hover .learning_pricing {
    color: rgb(217,188,188);
}

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

@media (max-width: 991px) {.offer_list {
    padding: 80px 0;
}.offer_list h2 {
    font-size: 28px;
}.offer_list .rate_panel {
    margin-bottom: 30px;
    font-size: 15px;
}.offer_list .basic_cost {
    gap: 20px;
}.offer_list .cost_deals {
    padding: 25px;
}
}

@media (max-width: 767px) {.offer_list {
    padding: 60px 0;
}.offer_list .basic_cost {
    grid-template-columns: 1fr;
    max-width: 500px;
    margin: 0 auto;
}.offer_list .pricing_offers h4 {
    font-size: 20px;
}.offer_list .learning_pricing {
    font-size: 20px;
}
}

@media (max-width: 480px) {.offer_list {
    padding: 50px 0;
}.offer_list h2 {
    font-size: calc(28px * 0.9);
}.offer_list .rate_panel {
    font-size: calc(15px * 0.9);
}.offer_list .cost_deals {
    padding: 20px;
}}.learning_profits {
    position: relative;
    padding: 120px 0;
    background: linear-gradient(130deg, rgb(236,222,222) 0%, rgb(217,188,188,0.5) 80%);
    overflow: hidden;
}.learning_profits::before {
    opacity: 0.7;
    position: absolute;
    top: 0;
    background: radial-gradient(circle at 80% 20%, rgb(193,154,154,0.5) 0%, transparent 55%);
    width: 100%;
    left: 0;
    height: 100%;
    content: "";
}.learning_profits::after {
    left: -5%;
    position: absolute;
    border-radius: 50%;
    opacity: 0.4;
    bottom: -10%;
    height: 400px;
    width: 400px;
    content: "";
    filter: blur(80px);
    background: rgb(217,188,188,0.5);
    animation: breathe 8s infinite alternate ease-in-out;
}.learning_profits .container {
    max-width: 1200px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
}.learning_profits .class_sessions {
    grid-template-columns: 1fr 1fr;
    position: relative;
    gap: 70px;
    display: grid;
}.learning_profits .class_sessions::before {
    position: absolute;
    content: "";
    width: 2px;
    top: 10%;
    left: calc(50% - 1px);
    height: 80%;
    z-index: 1;
    background: linear-gradient(to bottom, rgb(217,188,188,0.5), transparent);
}.learning_profits .hero_image {
    width: 100%;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.12);
    position: relative;
    border-radius: 35% 65% 50% 50% / 50% 35% 65% 50%;
    transform: perspective(800px) rotateY(10deg);
    transition: all 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 2;
    grid-column: 1;
}.learning_profits .hero_image::after {
    z-index: -1;
    content: "";
    inset: -15px;
    position: absolute;
    border: 1px solid rgb(193,154,154,0.5);
    transition: all 0.7s ease;
    border-radius: 35% 65% 50% 50% / 50% 35% 65% 50%;
    opacity: 0.6;
}.learning_profits .hero_image:hover {
    border-radius: 50% 35% 65% 50% / 35% 50% 50% 65%;
    transform: perspective(800px) rotateY(0deg) scale(1.05);
}.learning_profits .hero_image:hover::after {
    opacity: 0.3;
    inset: -25px;
}.learning_profits .body_content {
    grid-column: 2;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    position: relative;
    background: #ffffff;
    border-radius: 20px;
    transform: translateY(20px);
    z-index: 2;
    padding: 50px 40px;
}.learning_profits .body_content::before {
    height: 70px;
    top: -10px;
    width: 70px;
    left: -10px;
    border-left: 3px solid rgb(217,188,188);
    content: "";
    position: absolute;
    border-radius: 10px 0 0 0;
    opacity: 0.7;
    border-top: 3px solid rgb(217,188,188);
}.learning_profits .body_content::after {
    border-right: 3px solid rgb(193,154,154);
    opacity: 0.7;
    height: 70px;
    content: "";
    right: -10px;
    position: absolute;
    width: 70px;
    bottom: -10px;
    border-radius: 0 0 10px 0;
    border-bottom: 3px solid rgb(193,154,154);
}.learning_profits h3 {
    margin-bottom: 35px;
    color: #000000;
    position: relative;
    font-weight: 700;
    font-size: 34px;
    padding-bottom: 15px;
}.learning_profits h3::after {
    bottom: 0;
    content: "";
    left: 0;
    width: 60px;
    background: linear-gradient(to right, rgb(217,188,188), rgb(193,154,154));
    border-radius: 10px;
    position: absolute;
    height: 4px;
}.learning_profits ul {
    flex-direction: column;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 25px;
    margin: 0;
}.learning_profits li {
    position: relative;
    transition: all 0.3s ease;
    overflow: hidden;
    background: rgb(236,222,222);
    border-radius: 12px;
}.learning_profits li::before {
    height: 100%;
    transition: opacity 0.3s ease;
    opacity: 0;
    position: absolute;
    width: 100%;
    top: 0;
    background: linear-gradient(to right, rgb(217,188,188,0.5), transparent);
    content: "";
    left: 0;
}.learning_profits li:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}.learning_profits li:hover::before {
    opacity: 0.3;
}.learning_profits li p {
    z-index: 1;
    font-size: 12px;
    align-items: center;
    padding: 16px 20px;
    margin: 0;
    font-weight: 400;
    gap: 16px;
    position: relative;
    display: flex;
    color: #000000;
    line-height: 1.5;
}.learning_profits svg {
    transition: all 0.3s ease;
    border-radius: 12px;
    padding: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 24px;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    display: flex;
    height: 24px;
}.learning_profits svg path {
    transition: fill 0.3s ease;
    fill: rgb(217,188,188);
}.learning_profits li:hover svg {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    background: #ffffff;
    transform: scale(1.1) rotate(-10deg);
}.learning_profits li:hover svg path {
    fill: rgb(193,154,154);
}

@keyframes breathe {
    0% { transform: scale(1); opacity: 0.4; }
    50% { transform: scale(1.2); opacity: 0.5; }
    100% { transform: scale(1); opacity: 0.4; }
}

@media (max-width: 992px) {.learning_profits {
    padding: 80px 0;
}.learning_profits .class_sessions {
    grid-template-columns: 1fr;
    gap: 50px;
}.learning_profits .class_sessions::before {
    display: none;
}.learning_profits .hero_image {
    transform: perspective(800px) rotateY(0);
    width: 80%;
    grid-row: 1;
    grid-column: 1;
    margin: 0 auto;
}.learning_profits .body_content {
    margin: 0 auto;
    width: 90%;
    grid-column: 1;
    grid-row: 2;
    transform: translateY(0);
}
}

@media (max-width: 576px) {.learning_profits {
    padding: 60px 0;
}.learning_profits .hero_image {
    width: 100%;
    border-radius: 25% 45% 30% 40% / 40% 25% 45% 30%;
}.learning_profits .hero_image::after {
    display: none;
}.learning_profits .body_content {
    width: 100%;
    padding: 35px 25px;
}.learning_profits .body_content::before,
    .learning_profits .body_content::after {
    height: 50px;
    width: 50px;
}.learning_profits h3 {
    margin-bottom: 25px;
    font-size: 19px;
}.learning_profits ul {
    gap: 15px;
}.learning_profits li p {
    padding: 12px 15px;
}.learning_profits svg {
    width: 22px;
    padding: 4px;
    height: 22px;
}}.course_candidates {
    background: linear-gradient(120deg, rgb(236,222,222) 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}.course_candidates::before {
    z-index: 1;
    position: absolute;
    background-image: radial-gradient(rgb(217,188,188,0.5) 20%, transparent 20%);
    right: 0;
    opacity: 0.3;
    background-size: 20px 20px;
    content: "";
    width: 60%;
    background-position: 0 0;
    bottom: 0;
    height: 60%;
}.course_candidates .container {
    max-width: 1140px;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}.course_candidates .class_sessions {
    position: relative;
}.course_candidates h4 {
    margin-bottom: 50px;
    transition: transform 0.5s ease;
    font-weight: 700;
    transform: perspective(1000px) rotateX(0deg);
    text-align: center;
    position: relative;
    font-size: 43px;
    color: rgb(217,188,188);
}.course_candidates h4:hover {
    transform: perspective(1000px) rotateX(5deg);
}.course_candidates h4::after {
    border-radius: 5px;
    position: absolute;
    background: linear-gradient(90deg, rgb(217,188,188), rgb(193,154,154));
    bottom: -15px;
    content: "";
    width: 100px;
    transform: translateX(-50%);
    height: 5px;
    left: 50%;
}.course_candidates div > div {
    padding: 0 20px;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    display: grid;
}.course_candidates p {
    z-index: 1;
    display: flex;
    position: relative;
    text-align: center;
    padding: 40px 30px;
    align-items: center;
    color: #000000;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    font-size: 18px;
    transition: all 0.3s ease;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    margin: 0;
    height: 200px;
}.course_candidates p:nth-child(even) {
    transform: translateY(100px);
}.course_candidates p::before {
    opacity: 0;
    height: 100%;
    position: absolute;
    content: "";
    background: linear-gradient(135deg, #ffffff, rgb(236,222,222));
    transition: opacity 0.3s ease;
    top: 0;
    width: 100%;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    z-index: -1;
    left: 0;
}.course_candidates p:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    color: #000000;
}.course_candidates p:hover::before {
    opacity: 1;
}.course_candidates p svg {
    width: 32px;
    top: 30px;
    transition: all 0.3s ease;
    height: 32px;
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
}.course_candidates p svg path {
    transition: fill 0.3s ease;
    fill: rgb(217,188,188);
}.course_candidates p span {
    margin-top: 50px;
    width: 100%;
    display: block;
}.course_candidates p:hover svg {
    transform: translateX(-50%) scale(1.2);
}.course_candidates p:hover svg path {
    fill: rgb(193,154,154);
}@keyframes hexSpin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.course_candidates::after {
    width: 200px;
    border: 2px dashed rgb(193,154,154,0.5);
    content: "";
    position: absolute;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    opacity: 0.5;
    animation: hexSpin 30s linear infinite;
    left: 5%;
    z-index: 1;
    height: 200px;
    top: 10%;
}@keyframes fadeScale {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.course_candidates .class_sessions > div p {
    opacity: 0;
    animation: fadeScale 0.5s ease forwards;
}.course_candidates .class_sessions > div p:nth-child(1) {
    animation-delay: 0.1s;
}.course_candidates .class_sessions > div p:nth-child(2) {
    animation-delay: 0.2s;
}.course_candidates .class_sessions > div p:nth-child(3) {
    animation-delay: 0.3s;
}.course_candidates .class_sessions > div p:nth-child(4) {
    animation-delay: 0.4s;
}.course_candidates .class_sessions > div p:nth-child(5) {
    animation-delay: 0.5s;
}.course_candidates .class_sessions > div p:nth-child(6) {
    animation-delay: 0.6s;
}

@media (max-width: 991px) {.course_candidates {
    padding: 80px 0;
}.course_candidates h4 {
    font-size: calc(43px * 0.85);
    margin-bottom: 70px;
}.course_candidates div > div {
    padding: 0;
    gap: 100px 20px;
    grid-template-columns: repeat(2, 1fr);
}.course_candidates p {
    height: 180px;
    padding: 35px 25px;
}.course_candidates p:nth-child(3n+2) {
    transform: translateY(0);
}.course_candidates p:nth-child(even) {
    transform: translateY(90px);
}.course_candidates p svg {
    top: 25px;
}.course_candidates p span {
    margin-top: 45px;
}.course_candidates::after {
    width: 150px;
    height: 150px;
}
}

@media (max-width: 768px) {.course_candidates {
    padding: 70px 0;
}.course_candidates h4 {
    margin-bottom: 60px;
    font-size: calc(43px * 0.7);
}.course_candidates h4::after {
    bottom: -12px;
    width: 80px;
}.course_candidates div > div {
    grid-template-columns: 1fr;
    gap: 20px;
}.course_candidates p {
    clip-path: none;
    aspect-ratio: 1.73 / 1;
    padding: 20px;
    height: auto;
    border-radius: 30px;
}.course_candidates p::before {
    border-radius: 30px;
    clip-path: none;
}.course_candidates p:nth-child(even) {
    transform: translateY(0);
}.course_candidates p svg {
    width: 28px;
    transform: none;
    position: static;
    margin-right: 15px;
    height: 28px;
}.course_candidates p span {
    display: inline;
    margin-top: 0;
}.course_candidates p:hover {
    transform: translateY(0) scale(1.03);
}.course_candidates p:hover svg {
    transform: scale(1.2);
}.course_candidates::after {
    display: none;
}
}

@media (max-width: 576px) {.course_candidates {
    padding: 60px 0;
}.course_candidates h4 {
    margin-bottom: 40px;
    font-size: calc(43px * 0.6);
}.course_candidates h4::after {
    width: 60px;
    bottom: -10px;
    height: 4px;
}.course_candidates p {
    padding: 15px;
    font-size: calc(18px * 0.9);
}.course_candidates p svg {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}}header .top_plank {
    background: rgb(217,188,188);
    color:  #ffffff;
}header .top_plank .top_utils div svg, header .top_plank .top_utils div svg path {
    fill: #ffffff;
}header .top_plank .top_utils div span {
    color: #ffffff;
}header .top_plank .top_utils {
    width: 100%;
    font-size: 14px;
    align-items: center;
    flex-wrap: wrap;
    line-height: 21px;
    display: flex;
    justify-content: flex-start;
    padding: 15px 0 10px 0;
}header .top_plank .top_utils div {
    justify-content: flex-start;
    align-items: center;
    margin-right: 24px;
    display: flex;
}header .top_plank .top_utils div img, header .top_plank .top_utils div svg {
    margin-right: 8px;
    height: 16px;
    width: 16px;
}.who_we_are {
    overflow: hidden;
    padding: 8rem 0 6rem;
    color: #ffffff;
    position: relative;
}.who_we_are::before {
    left: 0;
    z-index: 1;
    content: "";
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.9) 0%, 
        rgba(0, 0, 0, 0.75) 30%, 
        rgba(0, 0, 0, 0.6) 70%, 
        rgba(0, 0, 0, 0.85) 100%);
    bottom: 0;
    position: absolute;
    right: 0;
    top: 0;
}.who_we_are::after {
    animation: float 10s infinite ease-in-out;
    opacity: 0.1;
    content: "";
    border-radius: 50%;
    height: 200px;
    top: -50px;
    right: -50px;
    width: 200px;
    z-index: 2;
    filter: blur(50px);
    position: absolute;
    background: rgb(217,188,188);
}.who_we_are h4 {
    transform: translateY(20px);
    animation: fadeInUp 1s forwards 0.2s;
    font-size: calc(31px * 1.2);
    text-align: center;
    letter-spacing: 2px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    z-index: 5;
    position: relative;
    margin-bottom: 2.5rem;
    opacity: 0;
}.who_we_are h4::after {
    content: "";
    transform: translateX(-50%);
    bottom: -12px;
    left: 50%;
    height: 3px;
    position: absolute;
    width: 80px;
    background: linear-gradient(90deg, rgb(217,188,188), rgb(193,154,154));
}.who_we_are .container {
    z-index: 5;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
}.who_we_are .body_content {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    padding: 3rem;
    backdrop-filter: blur(10px);
    animation: fadeInUp 1s forwards 0.4s;
    border-radius: 10px;
    position: relative;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
    transform: translateY(30px);
    opacity: 0;
    border-left: 3px solid rgb(217,188,188);
    transition: transform 0.5s ease-out;
}.who_we_are .body_content:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
    transform: translateY(-5px) scale(1.01);
}.who_we_are .body_content::before {
    top: 0;
    pointer-events: none;
    background: linear-gradient(45deg, 
        rgb(217,188,188,0.5) 0%, 
        transparent 20%, 
        transparent 80%, 
        rgb(193,154,154,0.5) 100%);
    height: 100%;
    position: absolute;
    width: 100%;
    content: "";
    left: 0;
    z-index: -1;
    opacity: 0.1;
}.who_we_are h6 {
    opacity: 0;
    color: rgb(217,188,188);
    animation: fadeInRight 0.8s forwards 0.6s;
    transform: translateX(-10px);
    margin-bottom: 1.5rem;
    font-weight: 700;
    font-size: calc(22px * 1.1);
    letter-spacing: 1px;
    display: inline-block;
    position: relative;
}.who_we_are h6::after {
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    background: rgb(193,154,154);
    left: 0;
    animation: expandLine 0.6s forwards 1.2s;
    transform-origin: left;
    bottom: -8px;
    width: 30px;
    content: "";
    height: 2px;
    transform: scaleX(0);
}.who_we_are .body_content div {
    overflow: hidden;
    position: relative;
}.who_we_are .body_content span {
    opacity: 0;
    animation: fadeInUp 1s forwards 0.8s;
    text-align: justify;
    display: block;
    line-height: 1.8;
    margin-bottom: 1rem;
    transform: translateY(20px);
    position: relative;
    color: rgba(255, 255, 255, 0.9);
    font-size: 17px;
}.who_we_are .body_content span::first-letter {
    margin-right: 3px;
    font-weight: 700;
    color: rgb(193,154,154);
    font-size: 1.5em;
}

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

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

@keyframes expandLine {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}

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

@media (max-width: 991px) {.who_we_are {
    padding: 6rem 0 4rem;
}.who_we_are h4 {
    font-size: calc(31px * 1.1);
}.who_we_are .body_content {
    padding: 2.5rem;
}
}

@media (max-width: 767px) {.who_we_are {
    padding: 4rem 0 3rem;
}.who_we_are h4 {
    font-size: 31px;
    margin-bottom: 2rem;
}.who_we_are h4::after {
    width: 60px;
    height: 2px;
}.who_we_are .body_content {
    padding: 2rem;
}.who_we_are h6 {
    margin-bottom: 1.2rem;
    font-size: 22px;
}.who_we_are .body_content span {
    line-height: 1.7;
}
}

@media (max-width: 576px) {.who_we_are {
    padding: 3rem 0 2rem;
}.who_we_are h4 {
    font-size: calc(22px * 1.3);
    margin-bottom: 1.5rem;
}.who_we_are h4::after {
    width: 50px;
}.who_we_are .body_content {
    border-left-width: 2px;
    padding: 1.5rem;
}.who_we_are h6 {
    font-size: calc(18px * 1.1);
    margin-bottom: 1rem;
}.who_we_are .body_content span {
    line-height: 1.6;
    font-size: calc(17px * 0.95);
}}.program_details {
    position: relative;
    background: linear-gradient(120deg, rgb(236,222,222) 0%, rgb(217,188,188,0.5) 25%, rgb(193,154,154,0.5) 75%, rgb(236,222,222) 100%);
    overflow: hidden;
    padding: 120px 0;
}.program_details::before {
    top: 0;
    height: 100%;
    content: "";
    width: 100%;
    left: 0;
    animation: patternShift 20s linear infinite;
    position: absolute;
    opacity: 0.1;
    background-image: repeating-linear-gradient(
        45deg,
        rgb(217,188,188,0.5) 0,
        rgb(217,188,188,0.5) 1px,
        transparent 1px,
        transparent 10px
    );
}.program_details::after {
    height: 100%;
    filter: blur(50px);
    z-index: 1;
    background: radial-gradient(
        circle at 30% 70%,
        rgb(193,154,154,0.5) 0%,
        transparent 50%
    );
    left: 0;
    position: absolute;
    width: 100%;
    content: "";
    top: 0;
}.program_details .container {
    position: relative;
    z-index: 2;
}.program_details .class_sessions {
    display: flex;
    position: relative;
    border-radius: 0;
    min-height: 500px;
    justify-content: flex-end;
    align-items: center;
    overflow: hidden;
}.program_details .hero_image {
    position: absolute;
    z-index: 1;
    left: 0;
    transform: scale(1.05);
    top: 0;
    width: 100%;
    transition: transform 0.7s ease-out, filter 0.7s ease;
    filter: saturate(1.2) contrast(1.1);
    height: 100%;
}.program_details .hero_image::before {
    left: 0;
    width: 100%;
    position: absolute;
    top: 0;
    content: "";
    background: linear-gradient(
        135deg,
        transparent 30%,
        rgb(217,188,188,0.5) 100%
    );
    z-index: 2;
    height: 100%;
}.program_details .hero_image::after {
    width: 100%;
    background: 
        radial-gradient(
            circle at 75% 25%,
            transparent 0%,
            rgba(0, 0, 0, 0.5) 90%
        );
    opacity: 0.8;
    top: 0;
    content: "";
    left: 0;
    position: absolute;
    z-index: 3;
    height: 100%;
}.program_details .tech_training {
    position: relative;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    backdrop-filter: blur(10px);
    box-shadow: -15px 15px 30px rgba(0, 0, 0, 0.15);
    transform: translateX(-30px);
    background: rgba(255, 255, 255, 0.85);
    z-index: 4;
    border-radius: 18px 0 0 18px;
    max-width: 55%;
    padding: 50px;
}.program_details .tech_training::before {
    border-radius: 18px 0 0 18px;
    height: 100%;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(
        135deg,
        #ffffff 0%,
        rgba(255, 255, 255, 0.8) 100%
    );
    content: "";
}.program_details .tech_training::after {
    width: calc(100% - 30px);
    left: 15px;
    opacity: 0.5;
    content: "";
    height: calc(100% - 30px);
    border: 1px solid rgb(217,188,188,0.5);
    position: absolute;
    border-radius: calc(18px - 10px) 0 0 calc(18px - 10px);
    z-index: -1;
    top: 15px;
}.program_details .head_guide {
    margin-bottom: 25px;
    z-index: 5;
    position: relative;
    display: inline-block;
}.program_details .head_guide svg {
    width: auto;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
    height: 60px;
    transition: transform 0.3s ease;
}.program_details .head_guide svg:hover {
    transform: scale(1.05) translateY(-5px);
}.program_details .head_guide svg path {
    transition: fill 0.3s ease;
    fill: rgb(217,188,188);
}.program_details .head_guide::after {
    transition: width 0.3s ease;
    border-radius: 10px;
    bottom: -8px;
    position: absolute;
    height: 3px;
    content: "";
    width: 40px;
    left: 0;
    background: rgb(193,154,154);
}.program_details .head_guide:hover::after {
    width: 100%;
}.program_details h3 {
    font-size: 34px;
    font-weight: 700;
    color: #000000;
    line-height: 1.3;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px;
}.program_details h3::after {
    position: absolute;
    left: 0;
    border-radius: 10px;
    height: 2px;
    content: "";
    width: 70px;
    bottom: 0;
    background: linear-gradient(
        90deg,
        rgb(217,188,188) 0%,
        rgb(193,154,154) 100%
    );
}.program_details p {
    position: relative;
    font-size: 14px;
    color: #000000;
    margin-bottom: 0;
    line-height: 1.8;
}

@keyframes patternShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

@media (max-width: 1200px) {.program_details .tech_training {
    max-width: 65%;
}
}

@media (max-width: 992px) {.program_details {
    padding: 80px 0;
}.program_details .class_sessions {
    display: block;
    min-height: auto;
}.program_details .hero_image {
    margin-bottom: 30px;
    position: relative;
    height: 300px;
}.program_details .tech_training {
    border-radius: 18px;
    transform: translateX(0);
    max-width: 100%;
    padding: 40px 30px;
}.program_details .tech_training::before,
    .program_details .tech_training::after {
    border-radius: 18px;
}
}

@media (max-width: 768px) {.program_details {
    padding: 60px 0;
}.program_details .hero_image {
    height: 250px;
}.program_details .tech_training {
    padding: 30px 25px;
}.program_details h3 {
    font-size: calc(34px * 0.9);
}.program_details p {
    font-size: calc(14px * 0.95);
}.program_details .head_guide svg {
    height: 50px;
}}.guide_section {
    padding: 6rem 0 3rem;
    z-index: 1;
    color: #ffffff;
    position: relative;
    background-attachment: fixed;
}.guide_section::before {
    width: 100%;
    top: 0;
    height: 100%;
    z-index: -1;
    background: linear-gradient(180deg, rgba(0,0,0,0.9) 0%, rgb(217,188,188,0.5) 100%);
    left: 0;
    content: "";
    position: absolute;
}.guide_section::after {
    height: 100%;
    top: 0;
    background-image: repeating-linear-gradient(45deg, rgba(255,255,255,0.03) 0px, rgba(255,255,255,0.03) 2px, transparent 2px, transparent 4px);
    width: 100%;
    content: "";
    pointer-events: none;
    position: absolute;
    z-index: -1;
    left: 0;
}@keyframes gridMovement {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.guide_section .container {
    flex-direction: column;
    position: relative;
    display: flex;
}.guide_section .company_holder {
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding-bottom: 2.5rem;
    position: relative;
    text-align: center;
    margin-bottom: 3rem;
}.guide_section .company_holder::before,
.guide_section .company_holder::after {
    width: 20%;
    position: absolute;
    bottom: -1px;
    content: "";
    height: 2px;
    animation: slide 3s infinite alternate;
    background: linear-gradient(90deg, transparent, rgb(193,154,154), transparent);
}.guide_section .company_holder::before {
    left: 0;
    animation-delay: 0s;
}.guide_section .company_holder::after {
    animation-delay: 1.5s;
    right: 0;
}@keyframes slide {
    0% {
        width: 0;
        opacity: 0.5;
    }
    100% {
        width: 40%;
        opacity: 1;
    }
}

.guide_section .company_holder h3 {
    margin-bottom: 1rem;
    font-weight: 700;
    display: inline-block;
    position: relative;
    font-size: calc(34px * 1.3);
}.guide_section .company_holder h3::after {
    bottom: -10px;
    background: rgb(193,154,154);
    transform: translateX(-50%);
    width: 60px;
    content: "";
    position: absolute;
    height: 3px;
    left: 50%;
}.guide_section .digital_res {
    opacity: 0.8;
    max-width: 600px;
    color: #ffffff;
    font-size: 13px;
    margin: 1.5rem auto 0;
    line-height: 1.7;
}.guide_section .cheat_sheet {
    justify-content: center;
    display: flex;
}.guide_section .header_site {
    position: relative;
    display: flex;
    gap: 6rem;
}.guide_section .header_site::before {
    top: -30px;
    position: absolute;
    width: 1px;
    background: rgb(217,188,188);
    transform: translateX(-50%);
    left: 50%;
    height: 20px;
    content: "";
}.guide_section .nav_learning {
    backdrop-filter: blur(10px);
    background: rgba(255,255,255,0.05);
    transition: all 0.3s ease;
    border-radius: 10px;
    padding: 1rem 1.5rem;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.1);
    position: relative;
}.guide_section .nav_learning:hover {
    box-shadow: 0 12px 40px 0 rgba(0, 0, 0, 0.2);
    background: rgba(rgb(217,188,188,0.5), 0.1);
    transform: translateY(-5px);
}.guide_section .nav_learning h5 {
    font-weight: 600;
    font-size: 16px;
    padding-bottom: 0.8rem;
    letter-spacing: 1.5px;
    color: rgb(193,154,154);
    text-align: center;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    border-bottom: 1px dashed rgba(255,255,255,0.2);
}.guide_section .nav_learning .header_site {
    display: flex;
    gap: 0.8rem;
    position: static;
    flex-direction: column;
}.guide_section .nav_learning .header_site a {
    opacity: 0.75;
    font-size: 13px;
    padding: 0.4rem 0;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    transition: all 0.3s ease;
    z-index: 1;
    text-align: center;
    color: #ffffff;
}.guide_section .nav_learning .header_site a::before {
    content: "";
    background: linear-gradient(90deg, transparent, rgb(217,188,188), transparent);
    transform: scaleX(0);
    position: absolute;
    bottom: 0;
    z-index: -1;
    transition: transform 0.4s ease;
    height: 1px;
    transform-origin: center;
    width: 100%;
    left: 0;
}.guide_section .nav_learning .header_site a:hover {
    color: rgb(193,154,154);
    opacity: 1;
}.guide_section .nav_learning .header_site a:hover::before {
    transform: scaleX(1);
}.chrome_ext {
    margin-top: 4rem;
    overflow: hidden;
    padding: 1.2rem 0;
    background-color: rgba(0, 0, 0, 0.8);
    position: relative;
}.chrome_ext::before {
    content: "";
    background-size: 4px 4px;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0.3;
    animation: bgMove 20s linear infinite;
    position: absolute;
    background-image: linear-gradient(45deg, rgba(rgb(217,188,188,0.5), 0.05) 25%, transparent 25%, transparent 50%, rgba(rgb(217,188,188,0.5), 0.05) 50%, rgba(rgb(217,188,188,0.5), 0.05) 75%, transparent 75%, transparent);
    height: 100%;
}@keyframes bgMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.chrome_ext .container {
    justify-content: center;
    display: flex;
    align-items: center;
}.chrome_ext .sponsor_logo {
    font-size: 13px;
    opacity: 0.8;
    position: relative;
    text-align: center;
    color: #ffffff;
    letter-spacing: 0.5px;
}.chrome_ext .sponsor_logo::before,
.chrome_ext .sponsor_logo::after {
    margin: 0 0.6rem;
    color: rgb(217,188,188);
    content: "•";
}

@media screen and (max-width: 992px) {.guide_section {
    padding: 4rem 0 2rem;
}.guide_section .company_holder {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
}.guide_section .company_holder h3 {
    font-size: 34px;
}.guide_section .header_site {
    gap: 3rem;
}
}

@media screen and (max-width: 768px) {.guide_section .cheat_sheet {
    flex-direction: column;
    align-items: center;
}.guide_section .header_site {
    max-width: 450px;
    gap: 2rem;
    width: 100%;
    flex-direction: column;
}.guide_section .nav_learning {
    width: 100%;
}
}

@media screen and (max-width: 576px) {.guide_section {
    padding: 3rem 0 1.5rem;
}.guide_section .company_holder h3 {
    font-size: calc(34px * 0.9);
}.guide_section .digital_res {
    font-size: calc(13px * 0.9);
}.guide_section .nav_learning {
    padding: 1rem;
}.guide_section .nav_learning h5 {
    font-size: calc(16px * 0.9);
}.chrome_ext {
    margin-top: 2rem;
    padding: 1rem 0;
}.chrome_ext .sponsor_logo {
    font-size: calc(13px * 0.9);
}.chrome_ext .sponsor_logo::before,
    .chrome_ext .sponsor_logo::after {
    display: none;
}}header {
    padding: 1.2rem 0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    position: relative;
    width: 100%;
    background: linear-gradient(to bottom, rgb(236,222,222), #ffffff);
    z-index: 100;
}header::before {
    left: 0;
    position: absolute;
    height: 100%;
    opacity: 0.5;
    z-index: 0;
    background: linear-gradient(45deg, 
        transparent 65%, 
        rgb(217,188,188,0.5) 65%, 
        rgb(217,188,188,0.5) 70%, 
        transparent 70%),
        linear-gradient(135deg, 
        transparent 75%, 
        rgb(193,154,154,0.5) 75%, 
        rgb(193,154,154,0.5) 80%, 
        transparent 80%);
    width: 100%;
    content: '';
    top: 0;
}header .container {
    z-index: 1;
    position: relative;
    padding: 0 3%;
    margin: 0;
    width: 100%;
    max-width: 100%;
}header .nav_skill {
    flex-wrap: wrap;
    gap: 2rem;
    display: flex;
    justify-content: center;
}header .site_nav {
    transition: all 0.3s ease;
    overflow: hidden;
    text-decoration: none;
    position: relative;
    border-radius: 19px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    background: linear-gradient(135deg, rgb(217,188,188,0.5), rgb(193,154,154,0.5));
    align-items: center;
    display: flex;
    padding: 0.5rem 1.5rem;
}header .site_nav::before {
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
    opacity: 0;
    position: absolute;
    transition: opacity 0.3s ease;
    top: -50%;
    width: 200%;
    left: -50%;
    content: '';
    height: 200%;
}header .site_nav:hover::before {
    opacity: 1;
}header .site_nav svg {
    transition: all 0.3s ease;
    width: 150px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    height: auto;
}header .site_nav:hover svg {
    transform: scale(1.03);
}header .nav_learning {
    flex-wrap: wrap;
    gap: 0.6rem;
    width: 100%;
    margin-top: 0.5rem;
    justify-content: center;
    display: flex;
    max-width: 800px;
}header .head_bar {
    text-decoration: none;
    background: #ffffff;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.03);
    font-family: Arial, sans-serif;
    border-radius: 10px;
    color: #000000;
    font-weight: 600;
    padding: 0.6rem 1.2rem;
    transition: all 0.3s ease;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    font-size: 20px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}header .head_bar::before {
    height: 3px;
    background: linear-gradient(to right, rgb(217,188,188), rgb(193,154,154));
    width: 100%;
    transform: scaleX(0);
    position: absolute;
    transform-origin: left;
    top: 0;
    content: '';
    transition: transform 0.3s ease;
    left: 0;
}header .head_bar:hover {
    color: rgb(217,188,188);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
}header .head_bar:hover::before {
    transform: scaleX(1);
}

@media (max-width: 991px) {header {
    padding: 1rem 0;
}header .site_nav {
    padding: 0.5rem 1.2rem;
}header .site_nav svg {
    width: 140px;
}header .nav_learning {
    gap: 0.5rem;
}header .head_bar {
    padding: 0.5rem 1rem;
}
}

@media (max-width: 767px) {header .nav_skill {
    gap: 1.5rem;
}header .site_nav {
    padding: 0.4rem 1rem;
}header .site_nav svg {
    width: 130px;
}header .nav_learning {
    gap: 0.5rem;
}header .head_bar {
    font-size: calc(20px - 1px);
    padding: 0.5rem 0.9rem;
}
}

@media (max-width: 480px) {header {
    padding: 1rem 0;
}header .nav_skill {
    gap: 1rem;
}header .site_nav svg {
    width: 120px;
}header .nav_learning {
    overflow-x: auto;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding-bottom: 10px;
    gap: 0.4rem;
}header .nav_learning::-webkit-scrollbar {
    height: 3px;
}header .nav_learning::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(217,188,188);
}header .head_bar {
    margin-right: 2px;
    flex-shrink: 0;
    white-space: nowrap;
}}.instructor_profile {
    background: linear-gradient(150deg, rgb(236,222,222) 0%, #000000 100%);
    padding: 8rem 0;
    position: relative;
    overflow: hidden;
    min-height: 700px;
}.instructor_profile::before {
    background-size: 150px 150px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.1;
    content: "";
    position: absolute;
    background: 
        linear-gradient(90deg, transparent 85%, rgb(217,188,188,0.5) 85%, rgb(217,188,188,0.5) 88%, transparent 88%),
        linear-gradient(180deg, transparent 85%, rgb(193,154,154,0.5) 85%, rgb(193,154,154,0.5) 88%, transparent 88%);
    animation: gridFlow 20s linear infinite;
    z-index: 1;
}.instructor_profile .container {
    padding: 0 2rem;
    max-width: 1300px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}.instructor_profile .testimonials_hub {
    grid-template-areas:
        "photo name"
        "photo job"
        "photo quote";
    grid-template-columns: 45% 1fr;
    background: transparent;
    gap: 20px 30px;
    grid-template-rows: auto auto 1fr;
    min-height: 580px;
    position: relative;
    display: grid;
}.instructor_profile .testimonials_hub::before {
    content: "";
    right: 0;
    position: absolute;
    border-radius: 15px;
    left: 0;
    z-index: -1;
    top: 50%;
    opacity: 0.3;
    animation: horizontalBreathing 8s ease-in-out infinite alternate;
    filter: blur(40px);
    height: 90%;
    background: linear-gradient(90deg, rgb(217,188,188,0.5) 0%, transparent 50%);
    transform: translateY(-50%);
}.instructor_profile .testimonials_hub::after {
    height: 100%;
    position: absolute;
    backdrop-filter: blur(15px);
    width: 100%;
    z-index: -2;
    left: 0;
    top: 0;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    content: "";
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(0, 0, 0, 0.2) 100%);
}.instructor_profile .hero_image {
    height: 100%;
    border-radius: 15px 0 0 15px;
    transform: scale(1);
    grid-area: photo;
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    filter: contrast(1.1) brightness(1.05);
    overflow: hidden;
    z-index: 2;
    position: relative;
}.instructor_profile .testimonials_hub:hover .hero_image {
    transform: scale(1.02);
    filter: contrast(1.2) brightness(1.1);
}.instructor_profile .hero_image::before {
    opacity: 0.7;
    z-index: 3;
    top: 0;
    background: rgb(217,188,188);
    position: absolute;
    animation: pulseOpacity 3s ease-in-out infinite;
    left: 0;
    height: 100%;
    content: "";
    width: 10px;
}.instructor_profile .name {
    margin-top: 80px;
    font-size: 30px;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    z-index: 3;
    grid-area: name;
    color: #ffffff;
    font-weight: 700;
    padding-bottom: 10px;
    position: relative;
    transform: translateX(0);
    align-self: end;
}.instructor_profile .testimonials_hub:hover .name {
    transform: translateX(15px);
}.instructor_profile .name::after {
    width: 0;
    background: rgb(217,188,188);
    position: absolute;
    transition: width 0.5s ease;
    content: "";
    height: 2px;
    bottom: 0;
    left: 0;
}.instructor_profile .testimonials_hub:hover .name::after {
    width: 60%;
}.instructor_profile .testimonials_hub span:not(.name) {
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.05s;
    transform: translateX(0);
    padding: 0.6rem 1.2rem;
    position: relative;
    align-self: start;
    font-size: 21px;
    backdrop-filter: blur(5px);
    border-radius: 10px;
    display: inline-block;
    z-index: 3;
    background: rgba(0, 0, 0, 0.2);
    grid-area: job;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    color: rgb(193,154,154);
    font-weight: 600;
}.instructor_profile .testimonials_hub:hover span:not(.name) {
    transform: translateX(15px);
    background: rgba(0, 0, 0, 0.3);
}.instructor_profile .emp_skills {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
    transform: translateY(0);
    position: relative;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.3);
    border-radius: 15px;
    margin-right: 0;
    align-self: start;
    padding: 2rem;
    z-index: 2;
    color: #ffffff;
    line-height: 1.8;
    grid-area: quote;
    backdrop-filter: blur(10px);
    width: 95%;
    border-left: 4px solid rgb(193,154,154);
    font-size: 18px;
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
}.instructor_profile .testimonials_hub:hover .emp_skills {
    transform: translateX(15px) translateY(-5px);
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.4);
}.instructor_profile .container::after {
    opacity: 0.3;
    height: 300px;
    z-index: -1;
    content: "";
    background: radial-gradient(circle, rgb(193,154,154,0.5) 0%, transparent 70%);
    width: 300px;
    right: -150px;
    filter: blur(70px);
    position: absolute;
    bottom: -150px;
    animation: pulseGlow 10s ease-in-out infinite alternate;
}

@keyframes gridFlow {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 150px 150px;
    }
}

@keyframes horizontalBreathing {
    0%, 100% {
        opacity: 0.2;
        transform: translateY(-50%) scaleX(0.9);
    }
    50% {
        opacity: 0.4;
        transform: translateY(-50%) scaleX(1.1);
    }
}

@keyframes pulseOpacity {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.9;
    }
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.2);
    }
}

@media (max-width: 992px) {.instructor_profile .testimonials_hub {
    grid-template-columns: 1fr;
    gap: 20px;
    grid-template-rows: auto auto auto auto;
    grid-template-areas:
            "hero_image"
            "name"
            "emp_block"
            "emp_skills";
}.instructor_profile .hero_image {
    border-radius: 15px 15px 0 0;
    height: 350px;
}.instructor_profile .hero_image::before {
    width: 100%;
    height: 10px;
}.instructor_profile .name {
    text-align: center;
    margin-top: 0;
}.instructor_profile .name::after {
    transform: translateX(-50%);
    left: 50%;
}.instructor_profile .testimonials_hub:hover .name {
    transform: translateY(-5px);
}.instructor_profile .testimonials_hub span:not(.name) {
    margin: 0 auto;
}.instructor_profile .testimonials_hub:hover span:not(.name) {
    transform: translateY(-5px);
}.instructor_profile .emp_skills {
    width: 90%;
    border-left: none;
    margin: 0 auto;
    border-top: 4px solid rgb(193,154,154);
}.instructor_profile .testimonials_hub:hover .emp_skills {
    transform: translateY(-5px);
}
}

@media (max-width: 576px) {.instructor_profile {
    padding: 5rem 0;
}.instructor_profile .hero_image {
    height: 250px;
}.instructor_profile .name {
    font-size: 21px;
}.instructor_profile .testimonials_hub span:not(.name) {
    padding: 0.5rem 1rem;
    font-size: 18px;
}.instructor_profile .emp_skills {
    font-size: calc(18px * 0.9);
    padding: 1.5rem;
    width: 95%;
    line-height: 1.6;
}
}