* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}header,footer {
    width: 100%;
}.event_cal_9k7KRH {
    flex: 0 0 auto;
}a {
    text-decoration: none;
    color: inherit;
}.main_guide_bUCHl5 {
    flex: 1 0 auto;
}html,body {
    height: 100%;
    color: #000000;
    scroll-behavior: smooth;
    font-family: Arial, sans-serif;
    min-height: 100%;
}.wrapper-bundle_8omJP7 {
    flex-direction: column;
    display: flex;
    min-height: 100%;
    height: 100%;
}.container {
    margin: auto;
    width: 1194px;
    max-width: 100%;
}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;
}}
.thanksHub_Bu4Egk {
    background: linear-gradient(135deg, rgb(225,214,214) 0%, rgb(199,173,173,0.5) 100%);
    overflow: hidden;
    position: relative;
    padding: 5rem 0;
}.thanksHub_Bu4Egk::before {
    top: 0;
    height: 100%;
    position: absolute;
    right: 0;
    clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
    background: linear-gradient(230deg, rgb(170,116,156,0.5) 10%, transparent 80%);
    content: "";
    width: 40%;
    z-index: 1;
}.thanksHub_Bu4Egk::after {
    animation: pulse 8s infinite ease-in-out;
    height: 20rem;
    width: 20rem;
    filter: blur(30px);
    bottom: -5rem;
    content: "";
    background: linear-gradient(45deg, rgb(199,173,173,0.5) 0%, transparent 70%);
    z-index: 0;
    position: absolute;
    left: -5rem;
    border-radius: 50%;
}.thanksHub_Bu4Egk .container {
    position: relative;
    margin: 0 auto;
    transform: perspective(1000px) rotateX(2deg);
    z-index: 2;
    max-width: 1200px;
    padding: 0 2rem;
}.thanksHub_Bu4Egk h2 {
    max-width: 90%;
    line-height: 1.3;
    color: #000000;
    font-size: 35px;
    position: relative;
    animation: slideInTitle 0.8s ease-out forwards;
    font-family: Arial, sans-serif;
    margin-bottom: 3rem;
    transform-origin: left center;
    font-weight: 700;
}.thanksHub_Bu4Egk h2::after {
    width: 6rem;
    transform-origin: left;
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(199,173,173) 0%, rgb(170,116,156) 100%);
    left: 0;
    position: absolute;
    content: "";
    bottom: -1rem;
    height: 0.3rem;
    animation: expandLine 1s 0.5s forwards cubic-bezier(0.19, 1, 0.22, 1);
}.thanksHub_Bu4Egk .corp_culture_iZ1BPb {
    box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.08);
    animation: fadeInUp 0.8s 0.3s forwards cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(20px);
    background: #ffffff;
    padding: 3rem;
    position: relative;
    opacity: 0;
}.thanksHub_Bu4Egk .corp_culture_iZ1BPb::before {
    z-index: -1;
    content: "";
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 95% 100%, 0 100%);
    background: linear-gradient(135deg, #ffffff 0%, #ffffff 60%, rgb(170,116,156,0.5) 150%);
    position: absolute;
}.thanksHub_Bu4Egk ul {
    padding: 0;
    margin: 0;
    list-style: none;
}.thanksHub_Bu4Egk li {
    padding-left: 2rem;
    position: relative;
}.thanksHub_Bu4Egk li::before {
    left: 0;
    position: absolute;
    top: 0.5rem;
    animation: scaleIn 0.5s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
    width: 0.6rem;
    height: 0.6rem;
    transform: rotate(45deg) scale(0);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    content: "";
    background: rgb(199,173,173);
}.thanksHub_Bu4Egk span {
    position: relative;
    font-family: Arial, sans-serif;
    line-height: 1.8;
    color: #000000;
    font-size: 16px;
    display: block;
}

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

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

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

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

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.5;
    }
}

@media (max-width: 992px) {.thanksHub_Bu4Egk {
    padding: 4rem 0;
}.thanksHub_Bu4Egk h2 {
    font-size: calc(35px * 0.9);
    max-width: 100%;
}.thanksHub_Bu4Egk .corp_culture_iZ1BPb {
    padding: 2.5rem;
}.thanksHub_Bu4Egk::before {
    width: 30%;
}
}

@media (max-width: 768px) {.thanksHub_Bu4Egk {
    padding: 3.5rem 0;
}.thanksHub_Bu4Egk h2 {
    font-size: calc(35px * 0.8);
    line-height: 1.4;
    margin-bottom: 2.5rem;
}.thanksHub_Bu4Egk .corp_culture_iZ1BPb {
    padding: 2rem;
}.thanksHub_Bu4Egk .container {
    transform: perspective(1000px) rotateX(1deg);
}.thanksHub_Bu4Egk::before {
    width: 25%;
}.thanksHub_Bu4Egk li::before {
    top: 0.4rem;
}
}

@media (max-width: 576px) {.thanksHub_Bu4Egk {
    padding: 3rem 0;
}.thanksHub_Bu4Egk h2 {
    font-size: calc(35px * 0.7);
    margin-bottom: 2rem;
}.thanksHub_Bu4Egk h2::after {
    height: 0.25rem;
    width: 5rem;
    bottom: -0.75rem;
}.thanksHub_Bu4Egk .corp_culture_iZ1BPb {
    padding: 1.5rem;
}.thanksHub_Bu4Egk .container {
    transform: none;
    padding: 0 1.5rem;
}.thanksHub_Bu4Egk::before {
    display: none;
}.thanksHub_Bu4Egk li {
    padding-left: 1.5rem;
}.thanksHub_Bu4Egk li::before {
    width: 0.5rem;
    top: 0.4rem;
    height: 0.5rem;
}.thanksHub_Bu4Egk span {
    line-height: 1.7;
    font-size: calc(16px * 0.95);
}}.our_background_uUXvPL {
    padding: 100px 0;
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
}.our_background_uUXvPL::before {
    height: 100%;
    opacity: 0.1;
    width: 100%;
    background: radial-gradient(circle at 10% 10%, rgb(199,173,173,0.5) 0%, transparent 50%);
    z-index: 1;
    left: 0;
    top: 0;
    content: "";
    position: absolute;
}.our_background_uUXvPL::after {
    bottom: 0;
    height: 100%;
    right: 0;
    z-index: 1;
    width: 100%;
    opacity: 0.1;
    position: absolute;
    content: "";
    background: radial-gradient(circle at 90% 90%, rgb(170,116,156,0.5) 0%, transparent 50%);
}.our_background_uUXvPL .container {
    position: relative;
    z-index: 5;
}.our_background_uUXvPL h2 {
    font-size: 47px;
    position: relative;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 60px;
    color: #000000;
    width: 100%;
    text-align: center;
}.our_background_uUXvPL h2::after {
    height: 4px;
    border-radius: 10px;
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
    content: "";
    background: linear-gradient(to right, rgb(199,173,173), rgb(170,116,156));
    position: absolute;
    width: 100px;
}.our_background_uUXvPL .heritage_edu_y4xXED {
    gap: 50px;
    align-items: center;
    display: flex;
    flex-direction: column;
    position: relative;
}.our_background_uUXvPL .skill_space_Aluec5 {
    position: relative;
    display: flex;
    padding: 0;
    max-width: 800px;
    width: 100%;
    align-items: flex-start;
    gap: 40px;
}.our_background_uUXvPL .skill_space_Aluec5:first-child {
    flex-direction: row;
}.our_background_uUXvPL .skill_space_Aluec5:last-child {
    flex-direction: row-reverse;
}.our_background_uUXvPL .skill_space_Aluec5 h3 {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    font-size: 20px;
    position: relative;
    text-align: center;
    border-radius: 10px;
    color: #ffffff;
    transition: all 0.3s ease;
    z-index: 2;
    margin: 0;
    min-width: 200px;
    padding: 20px;
    font-weight: 700;
}.our_background_uUXvPL .skill_space_Aluec5:first-child h3 {
    background: rgb(199,173,173);
}.our_background_uUXvPL .skill_space_Aluec5:last-child h3 {
    background: rgb(170,116,156);
}.our_background_uUXvPL .skill_space_Aluec5 h3::after {
    background: inherit;
    height: 20px;
    content: "";
    width: 20px;
    z-index: -1;
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
    position: absolute;
}.our_background_uUXvPL .skill_space_Aluec5:first-child h3::after {
    right: -10px;
}.our_background_uUXvPL .skill_space_Aluec5:last-child h3::after {
    left: -10px;
}.our_background_uUXvPL .skill_space_Aluec5 p {
    z-index: 1;
    border-radius: 10px;
    position: relative;
    flex: 1;
    line-height: 1.8;
    transition: all 0.3s ease;
    font-size: 18px;
    background: #ffffff;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    color: #000000;
}.our_background_uUXvPL .skill_space_Aluec5:hover h3 {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}.our_background_uUXvPL .skill_space_Aluec5:hover p {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}.our_background_uUXvPL .heritage_edu_y4xXED::before {
    width: 1px;
    background: linear-gradient(to bottom, rgb(199,173,173,0.5), rgb(170,116,156,0.5));
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0.3;
    left: 50%;
    z-index: 0;
}

@media screen and (max-width: 992px) {.our_background_uUXvPL {
    padding: 80px 0;
}.our_background_uUXvPL h2 {
    margin-bottom: 50px;
    font-size: calc(47px * 0.9);
}.our_background_uUXvPL .heritage_edu_y4xXED {
    gap: 40px;
}
}

@media screen and (max-width: 768px) {.our_background_uUXvPL {
    padding: 60px 0;
}.our_background_uUXvPL h2 {
    font-size: calc(47px * 0.8);
    margin-bottom: 40px;
}.our_background_uUXvPL h2::after {
    height: 3px;
    width: 80px;
}.our_background_uUXvPL .skill_space_Aluec5 {
    flex-direction: column !important;
    gap: 20px;
    align-items: center;
}.our_background_uUXvPL .skill_space_Aluec5 h3 {
    max-width: 100%;
    width: 100%;
    min-width: 0;
}.our_background_uUXvPL .skill_space_Aluec5 h3::after {
    display: none;
}.our_background_uUXvPL .skill_space_Aluec5 p {
    width: 100%;
    padding: 25px;
}.our_background_uUXvPL .heritage_edu_y4xXED::before {
    display: none;
}
}

@media screen and (max-width: 576px) {.our_background_uUXvPL {
    padding: 50px 0;
}.our_background_uUXvPL h2 {
    margin-bottom: 30px;
    font-size: calc(47px * 0.7);
}.our_background_uUXvPL h2::after {
    bottom: -10px;
    height: 3px;
    width: 60px;
}.our_background_uUXvPL .heritage_edu_y4xXED {
    gap: 30px;
}.our_background_uUXvPL .skill_space_Aluec5 h3 {
    padding: 15px;
    font-size: calc(20px * 0.9);
}.our_background_uUXvPL .skill_space_Aluec5 p {
    font-size: calc(18px * 0.9);
    line-height: 1.6;
    padding: 20px;
}}.leadership_profile_sm7lU3 {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    background: linear-gradient(150deg, rgb(225,214,214) 0%, rgb(170,116,156,0.5) 100%);
}.leadership_profile_sm7lU3::before {
    height: 100%;
    background: 
        linear-gradient(to right, transparent 49.5%, rgb(199,173,173,0.5) 49.5%, rgb(199,173,173,0.5) 50.5%, transparent 50.5%),
        linear-gradient(to bottom, transparent 49.5%, rgb(199,173,173,0.5) 49.5%, rgb(199,173,173,0.5) 50.5%, transparent 50.5%);
    opacity: 0.07;
    top: 0;
    content: "";
    background-size: 40px 40px;
    position: absolute;
    width: 100%;
    left: 0;
}.leadership_profile_sm7lU3::after {
    left: 0;
    top: 0;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0.04;
    background: 
        repeating-radial-gradient(
            circle at 50% 50%,
            transparent 0,
            transparent 40px,
            rgb(199,173,173,0.5) 40px,
            rgb(199,173,173,0.5) 41px,
            transparent 41px,
            transparent 60px,
            rgb(199,173,173,0.5) 60px,
            rgb(199,173,173,0.5) 61px,
            transparent 61px,
            transparent 80px,
            rgb(199,173,173,0.5) 80px,
            rgb(199,173,173,0.5) 81px
        );
}.leadership_profile_sm7lU3 .container {
    z-index: 2;
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1200px;
    position: relative;
}.leadership_profile_sm7lU3 .learning_voices_UhZdQ6 {
    padding: 50px;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    border-radius: 0;
    display: grid;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(0, 0, 0, 0.02);
    background: #ffffff;
    position: relative;
    gap: 40px;
}.leadership_profile_sm7lU3 .learning_voices_UhZdQ6::before {
    width: 100%;
    content: "";
    background: linear-gradient(
        90deg,
        rgb(199,173,173) 0%,
        rgb(170,116,156) 100%
    );
    height: 6px;
    left: 0;
    top: 0;
    position: absolute;
}.leadership_profile_sm7lU3 .learning_voices_UhZdQ6::after {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    animation: scanner 4s linear infinite;
    background: linear-gradient(
        90deg,
        rgb(199,173,173,0.5) 0%,
        transparent 20%,
        rgb(199,173,173,0.5) 40%,
        transparent 60%,
        rgb(170,116,156,0.5) 80%,
        transparent 100%
    );
    height: 1px;
    width: 100%;
}@keyframes scanner {
    0% {
        transform: translateY(0);
        opacity: 0.5;
    }
    50% {
        transform: translateY(calc(100% - 7px));
        opacity: 0.8;
    }
    50.1% {
        opacity: 0;
    }
    50.2% {
        transform: translateY(0);
        opacity: 0;
    }
    55% {
        opacity: 0.5;
    }
    100% {
        transform: translateY(0);
        opacity: 0.5;
    }
}

.leadership_profile_sm7lU3 .img_show_wrap_M0a2sF {
    transition: all 0.5s ease;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% 85%, 
        85% 100%, 
        0 100%
    );
    border-radius: 0;
    min-height: 360px;
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.1),
        -15px -15px 30px rgba(255, 255, 255, 0.8);
    width: 100%;
    overflow: hidden;
    height: 100%;
    position: relative;
}.leadership_profile_sm7lU3 .img_show_wrap_M0a2sF::before {
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.2) 0%,
        transparent 40%,
        rgba(0, 0, 0, 0.2) 100%
    );
    position: absolute;
    content: "";
    z-index: 1;
}.leadership_profile_sm7lU3 .img_show_wrap_M0a2sF::after {
    left: 0;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent 0,
            transparent 10px,
            rgba(255, 255, 255, 0.05) 10px,
            rgba(255, 255, 255, 0.05) 12px
        );
    width: 100%;
    top: 0;
    height: 100%;
    content: "";
    position: absolute;
    z-index: 2;
}.leadership_profile_sm7lU3 .name {
    position: relative;
    padding-left: 16px;
    line-height: 1.2;
    font-weight: 700;
    font-size: 35px;
    color: #000000;
    border-left: 4px solid rgb(199,173,173);
    margin-bottom: 12px;
}.leadership_profile_sm7lU3 .name::before {
    width: 4px;
    background: rgb(170,116,156);
    transition: height 0.5s ease;
    position: absolute;
    left: -4px;
    content: "";
    height: 0;
    top: 0;
}.leadership_profile_sm7lU3 .learning_voices_UhZdQ6:hover .name::before {
    height: 100%;
}.leadership_profile_sm7lU3 .learning_voices_UhZdQ6 span:not(.name) {
    background: rgb(225,214,214);
    margin-bottom: 25px;
    font-size: 17px;
    display: inline-block;
    letter-spacing: 1px;
    color: rgba(0, 0, 0, 0.5);
    position: relative;
    padding: 6px 12px;
    border-radius: 3px;
    font-weight: 600;
    text-transform: uppercase;
}.leadership_profile_sm7lU3 .learning_voices_UhZdQ6 span:not(.name)::after {
    bottom: 0;
    left: 0;
    content: "";
    width: 0;
    height: 2px;
    transition: width 0.3s ease;
    position: absolute;
    background: rgb(199,173,173);
}.leadership_profile_sm7lU3 .learning_voices_UhZdQ6:hover span:not(.name)::after {
    width: 100%;
}.leadership_profile_sm7lU3 .job_block_495l67 {
    color: #000000;
    box-shadow: 
        inset 0 1px 3px rgba(0, 0, 0, 0.05),
        0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 25px 30px;
    position: relative;
    line-height: 1.8;
    background: linear-gradient(
        to right,
        rgb(225,214,214) 0%,
        rgba(255, 255, 255, 0.8) 100%
    );
    margin: 0;
    font-size: 14px;
    border-radius: 10px;
    border-left: 1px solid rgb(199,173,173);
}.leadership_profile_sm7lU3 .job_block_495l67::before {
    border-left: 2px solid rgb(199,173,173);
    opacity: 0.6;
    top: 15px;
    border-top: 2px solid rgb(199,173,173);
    width: 12px;
    left: 12px;
    content: "";
    height: 12px;
    position: absolute;
}.leadership_profile_sm7lU3 .job_block_495l67::after {
    width: 12px;
    position: absolute;
    content: "";
    height: 12px;
    border-right: 2px solid rgb(170,116,156);
    right: 12px;
    border-bottom: 2px solid rgb(170,116,156);
    opacity: 0.6;
    bottom: 15px;
}.leadership_profile_sm7lU3 .learning_voices_UhZdQ6:hover {
    transform: translateY(-10px);
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.12),
        0 0 0 1px rgba(0, 0, 0, 0.03);
}.leadership_profile_sm7lU3 .learning_voices_UhZdQ6:hover .img_show_wrap_M0a2sF {
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.15),
        -20px -20px 40px rgba(255, 255, 255, 0.9);
    transform: scale(1.03);
}

@media (max-width: 991px) {.leadership_profile_sm7lU3 {
    padding: 90px 0;
}.leadership_profile_sm7lU3 .learning_voices_UhZdQ6 {
    padding: 40px 30px;
    gap: 30px;
}.leadership_profile_sm7lU3 .img_show_wrap_M0a2sF {
    min-height: 320px;
}.leadership_profile_sm7lU3 .job_block_495l67 {
    padding: 20px 25px;
}
}

@media (max-width: 767px) {.leadership_profile_sm7lU3 {
    padding: 70px 0;
}.leadership_profile_sm7lU3 .learning_voices_UhZdQ6 {
    gap: 25px;
    padding: 35px 25px;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
}.leadership_profile_sm7lU3 .img_show_wrap_M0a2sF {
    min-height: 280px;
}.leadership_profile_sm7lU3 .name {
    font-size: calc(35px * 0.9);
}.leadership_profile_sm7lU3 .learning_voices_UhZdQ6 span:not(.name) {
    margin-bottom: 20px;
    font-size: calc(17px * 0.95);
}.leadership_profile_sm7lU3 .job_block_495l67 {
    padding: 18px 22px;
    font-size: calc(14px * 0.95);
}
}

@media (max-width: 575px) {.leadership_profile_sm7lU3 {
    padding: 50px 0;
}.leadership_profile_sm7lU3 .learning_voices_UhZdQ6 {
    gap: 20px;
    padding: 30px 20px;
}.leadership_profile_sm7lU3 .img_show_wrap_M0a2sF {
    min-height: 220px;
}.leadership_profile_sm7lU3 .name {
    font-size: calc(35px * 0.8);
    padding-left: 12px;
}.leadership_profile_sm7lU3 .learning_voices_UhZdQ6 span:not(.name) {
    padding: 4px 10px;
    margin-bottom: 15px;
    font-size: calc(17px * 0.9);
}.leadership_profile_sm7lU3 .job_block_495l67 {
    font-size: calc(14px * 0.9);
    padding: 15px 18px;
}}.price_plan_grid_FeyVg0 {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}.price_plan_grid_FeyVg0::before {
    z-index: 1;
    width: 100%;
    left: 0;
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.7));
}.price_plan_grid_FeyVg0 .container {
    max-width: 1320px;
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}.price_plan_grid_FeyVg0 .price_grid_BTn2zH {
    position: relative;
}.price_plan_grid_FeyVg0 h2 {
    font-weight: 700;
    position: relative;
    animation: fadeInUp 0.8s ease-out forwards;
    font-size: 37px;
    transform: translateY(0);
    margin-bottom: 20px;
    text-align: center;
    color: #ffffff;
}.price_plan_grid_FeyVg0 .discount_tier_CZeKAG {
    text-align: center;
    max-width: 800px;
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    position: relative;
    font-size: 15px;
    margin: 0 auto 50px;
    color: rgb(255, 255, 255, 0.5);
    opacity: 0;
    transform: translateY(20px);
    line-height: 1.6;
}.price_plan_grid_FeyVg0 .pricing_options_oyxsRk {
    gap: 30px;
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin: 0;
}.price_plan_grid_FeyVg0 .pricing_options_oyxsRk li {
    transition: transform 0.4s ease;
    transform-style: preserve-3d;
    perspective: 1000px;
}.price_plan_grid_FeyVg0 .deal_grid_SJastz {
    transform: translateZ(0);
    text-decoration: none;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    will-change: transform;
    display: block;
    height: 100%;
}.price_plan_grid_FeyVg0 .fee_schemes_LKl8qd {
    height: 100%;
    min-height: 420px;
    overflow: hidden;
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.1), 
        rgba(255, 255, 255, 0.03));
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    padding: 30px;
    display: flex;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
    flex-direction: column;
    -webkit-backdrop-filter: blur(10px);
    justify-content: space-between;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}.price_plan_grid_FeyVg0 .fee_schemes_LKl8qd::before {
    top: 0;
    position: absolute;
    left: 0;
    transform: scaleX(0);
    width: 100%;
    height: 5px;
    content: "";
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform-origin: left;
    background: linear-gradient(90deg, 
        rgb(199,173,173), 
        rgb(170,116,156));
}.price_plan_grid_FeyVg0 .pay_options_M9vRQL {
    position: relative;
    flex-direction: column;
    height: 100%;
    z-index: 1;
    color: #ffffff;
    display: flex;
}.price_plan_grid_FeyVg0 .pay_options_M9vRQL h4 {
    padding-bottom: 15px;
    margin-bottom: 20px;
    transition: color 0.3s ease;
    font-weight: 700;
    position: relative;
    color: #ffffff;
    font-size: calc(18px * 1.1);
}.price_plan_grid_FeyVg0 .pay_options_M9vRQL h4::after {
    position: absolute;
    transition: width 0.4s ease;
    height: 2px;
    bottom: 0;
    content: "";
    width: 50px;
    left: 0;
    background-color: rgb(199,173,173);
}.price_plan_grid_FeyVg0 .pay_options_M9vRQL p {
    scrollbar-width: thin;
    word-break: break-word;
    max-height: 200px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 0.85);
    font-size: 15px;
    line-height: 1.6;
    overflow-y: auto;
    margin-bottom: 30px;
    scrollbar-color: rgb(199,173,173) rgba(255, 255, 255, 0.1);
    flex-grow: 1;
}.price_plan_grid_FeyVg0 .pay_options_M9vRQL p::-webkit-scrollbar {
    width: 4px;
}.price_plan_grid_FeyVg0 .pay_options_M9vRQL p::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
}.price_plan_grid_FeyVg0 .pay_options_M9vRQL p::-webkit-scrollbar-thumb {
    background-color: rgb(199,173,173);
}.price_plan_grid_FeyVg0 .learn_pricing_15n2Tq {
    color: transparent;
    background: linear-gradient(135deg, rgb(199,173,173), rgb(170,116,156));
    display: inline-block;
    font-size: calc(18px * 1.3);
    color: #ffffff;
    align-self: flex-start;
    margin-top: auto;
    font-weight: 700;
    position: relative;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    padding: 10px 0;
}.price_plan_grid_FeyVg0 .learn_pricing_15n2Tq::before {
    position: absolute;
    background: linear-gradient(90deg, 
        rgb(199,173,173), 
        transparent);
    left: 0;
    content: "";
    height: 1px;
    bottom: 0;
    width: 100%;
}.price_plan_grid_FeyVg0 .pricing_options_oyxsRk li:hover {
    transform: translateY(-5px);
}.price_plan_grid_FeyVg0 .pricing_options_oyxsRk li:hover .fee_schemes_LKl8qd {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}.price_plan_grid_FeyVg0 .pricing_options_oyxsRk li:hover .fee_schemes_LKl8qd::before {
    transform: scaleX(1);
}.price_plan_grid_FeyVg0 .pricing_options_oyxsRk li:hover .pay_options_M9vRQL h4::after {
    width: 80px;
}.price_plan_grid_FeyVg0 .pricing_options_oyxsRk li:nth-child(1) {
    animation: fadeInUp 0.8s ease-out 0.3s both;
}.price_plan_grid_FeyVg0 .pricing_options_oyxsRk li:nth-child(2) {
    animation: fadeInUp 0.8s ease-out 0.4s both;
}.price_plan_grid_FeyVg0 .pricing_options_oyxsRk li:nth-child(3) {
    animation: fadeInUp 0.8s ease-out 0.5s both;
}.price_plan_grid_FeyVg0 .pricing_options_oyxsRk li:nth-child(4) {
    animation: fadeInUp 0.8s ease-out 0.6s both;
}

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

@media (max-width: 1200px) {.price_plan_grid_FeyVg0 {
    padding: 80px 0;
}.price_plan_grid_FeyVg0 .pricing_options_oyxsRk {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
}.price_plan_grid_FeyVg0 .fee_schemes_LKl8qd {
    padding: 25px;
    min-height: 400px;
}
}

@media (max-width: 992px) {.price_plan_grid_FeyVg0 {
    padding: 70px 0;
}.price_plan_grid_FeyVg0 h2 {
    font-size: calc(37px * 0.9);
}.price_plan_grid_FeyVg0 .discount_tier_CZeKAG {
    font-size: calc(15px * 0.95);
    margin-bottom: 40px;
}.price_plan_grid_FeyVg0 .pricing_options_oyxsRk {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.price_plan_grid_FeyVg0 .fee_schemes_LKl8qd {
    padding: 20px;
    min-height: 380px;
}.price_plan_grid_FeyVg0 .pay_options_M9vRQL h4 {
    font-size: 18px;
}.price_plan_grid_FeyVg0 .learn_pricing_15n2Tq {
    font-size: calc(18px * 1.2);
}
}

@media (max-width: 768px) {.price_plan_grid_FeyVg0 {
    padding: 60px 0;
}.price_plan_grid_FeyVg0 h2 {
    margin-bottom: 15px;
    font-size: calc(37px * 0.85);
}.price_plan_grid_FeyVg0 .discount_tier_CZeKAG {
    margin-bottom: 30px;
    font-size: calc(15px * 0.9);
}.price_plan_grid_FeyVg0 .pricing_options_oyxsRk {
    max-width: 450px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.price_plan_grid_FeyVg0 .fee_schemes_LKl8qd {
    min-height: auto;
}.price_plan_grid_FeyVg0 .pay_options_M9vRQL p {
    max-height: 150px;
}
}

@media (max-width: 576px) {.price_plan_grid_FeyVg0 {
    padding: 50px 0;
}.price_plan_grid_FeyVg0 h2 {
    font-size: calc(37px * 0.8);
}.price_plan_grid_FeyVg0 .discount_tier_CZeKAG {
    font-size: calc(15px * 0.85);
}.price_plan_grid_FeyVg0 .fee_schemes_LKl8qd {
    padding: 20px 15px;
}.price_plan_grid_FeyVg0 .pay_options_M9vRQL h4 {
    padding-bottom: 10px;
    font-size: calc(18px * 0.95);
    margin-bottom: 15px;
}.price_plan_grid_FeyVg0 .pay_options_M9vRQL p {
    margin-bottom: 20px;
    font-size: calc(15px * 0.9);
}.price_plan_grid_FeyVg0 .learn_pricing_15n2Tq {
    font-size: calc(18px * 1.1);
}}.customer_experience_w4kquZ {
    padding: 8rem 2rem;
    position: relative;
    background: radial-gradient(circle at 30% 70%, rgb(225,214,214) 0%, rgb(170,116,156,0.5) 100%);
    overflow: hidden;
}.customer_experience_w4kquZ::before {
    width: 500px;
    top: -150px;
    content: "";
    filter: blur(100px);
    position: absolute;
    border-radius: 50%;
    background: rgb(199,173,173,0.5);
    height: 500px;
    left: -150px;
    z-index: 0;
}.customer_experience_w4kquZ::after {
    width: 400px;
    content: "";
    background: rgb(170,116,156,0.5);
    filter: blur(80px);
    border-radius: 50%;
    bottom: -100px;
    right: -100px;
    position: absolute;
    height: 400px;
    z-index: 0;
}.customer_experience_w4kquZ .corp_culture_iZ1BPb {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 1;
}.customer_experience_w4kquZ h4 {
    text-align: center;
    position: relative;
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 5rem;
    color: #000000;
}.customer_experience_w4kquZ h4::before {
    left: 50%;
    content: "";
    opacity: 0.5;
    top: 50%;
    transform: translate(-50%, -50%) scale(1.5);
    border-radius: 50%;
    height: 150px;
    border: 2px dashed rgb(199,173,173,0.5);
    position: absolute;
    animation: rotate 30s linear infinite;
    width: 150px;
}@keyframes rotate {
    0% { transform: translate(-50%, -50%) scale(1.5) rotate(0deg); }
    100% { transform: translate(-50%, -50%) scale(1.5) rotate(360deg); }
}

.customer_experience_w4kquZ .client_stories_7YGWEn {
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
    position: relative;
}.customer_experience_w4kquZ .client_stories_7YGWEn::before {
    top: 50%;
    z-index: -1;
    width: 400px;
    position: absolute;
    transform: translate(-50%, -50%);
    content: "";
    border: 3px solid rgb(170,116,156,0.5);
    left: 50%;
    height: 400px;
    border-radius: 50%;
}.customer_experience_w4kquZ .learning_voices_UhZdQ6 {
    width: calc(33.333% - 2rem);
    transition: all 0.5s ease;
    transform-style: preserve-3d;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    padding: 2.5rem;
    margin: 1rem;
    border-radius: 14px;
    background: #ffffff;
}.customer_experience_w4kquZ .learning_voices_UhZdQ6:nth-child(1) {
    transform: translateZ(20px);
}.customer_experience_w4kquZ .learning_voices_UhZdQ6:nth-child(2) {
    transform: translateZ(15px);
}.customer_experience_w4kquZ .learning_voices_UhZdQ6:nth-child(3) {
    transform: translateZ(10px);
}.customer_experience_w4kquZ .learning_voices_UhZdQ6:nth-child(4) {
    transform: translateZ(5px);
}.customer_experience_w4kquZ .learning_voices_UhZdQ6:nth-child(5) {
    transform: translateZ(0px);
}.customer_experience_w4kquZ .learning_voices_UhZdQ6:nth-child(6) {
    transform: translateZ(-5px);
}.customer_experience_w4kquZ .learning_voices_UhZdQ6:hover {
    transform: translateZ(30px);
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.15);
}.customer_experience_w4kquZ .learning_voices_UhZdQ6::before {
    transition: all 0.3s ease;
    top: -40px;
    content: "";
    opacity: 0.2;
    position: absolute;
    right: -40px;
    width: 80px;
    border-radius: 50%;
    background: rgb(199,173,173);
    height: 80px;
}.customer_experience_w4kquZ .learning_voices_UhZdQ6:hover::before {
    transform: scale(1.5);
}.customer_experience_w4kquZ .learning_voices_UhZdQ6 .img_show_wrap_M0a2sF {
    border: 4px solid rgb(170,116,156,0.5);
    width: 80px;
    position: relative;
    height: 80px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    transition: all 0.4s ease;
    margin: 0 auto 1.5rem;
}.customer_experience_w4kquZ .learning_voices_UhZdQ6 .img_show_wrap_M0a2sF::after {
    width: 120%;
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
    animation: spin 15s linear infinite;
    height: 120%;
    border: 2px dashed rgb(199,173,173,0.5);
    border-radius: 50%;
    content: "";
}@keyframes spin {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}

.customer_experience_w4kquZ .learning_voices_UhZdQ6:hover .img_show_wrap_M0a2sF {
    transform: scale(1.1);
}.customer_experience_w4kquZ .learning_voices_UhZdQ6 span {
    display: block;
    text-align: center;
    color: #000000;
    font-weight: 600;
    margin-bottom: 1rem;
    font-size: 16px;
}.customer_experience_w4kquZ .learning_voices_UhZdQ6 p {
    color: #000000;
    font-size: 17px;
    text-align: center;
    line-height: 1.7;
    position: relative;
}.customer_experience_w4kquZ .learning_voices_UhZdQ6 p::before {
    position: absolute;
    left: 0;
    font-size: 4rem;
    color: rgb(199,173,173,0.5);
    top: -20px;
    content: "";
    opacity: 0.5;
}.customer_experience_w4kquZ .learning_voices_UhZdQ6 p::after {
    position: absolute;
    content: "";
    font-size: 4rem;
    opacity: 0.5;
    bottom: -40px;
    color: rgb(199,173,173,0.5);
    right: 0;
}

@media (max-width: 992px) {.customer_experience_w4kquZ .learning_voices_UhZdQ6 {
    width: calc(50% - 2rem);
}.customer_experience_w4kquZ h4 {
    font-size: calc(36px * 0.9);
}.customer_experience_w4kquZ .client_stories_7YGWEn::before {
    height: 300px;
    width: 300px;
}
}

@media (max-width: 768px) {.customer_experience_w4kquZ {
    padding: 5rem 1.5rem;
}.customer_experience_w4kquZ .learning_voices_UhZdQ6 {
    margin: 1rem 0;
    width: 100%;
}.customer_experience_w4kquZ h4 {
    margin-bottom: 3rem;
    font-size: calc(36px * 0.8);
}.customer_experience_w4kquZ .client_stories_7YGWEn::before {
    width: 220px;
    height: 220px;
}.customer_experience_w4kquZ .learning_voices_UhZdQ6:nth-child(n) {
    transform: translateZ(0);
}}.cookieNotificationAlert_m5b1eN {
    position: fixed;
    border-top: 2px solid rgb(199,173,173);
    z-index: 90;
    bottom: 0;
    width: 100%;
    background: rgb(225,214,214);
}.data_consent_jyYI2t {
    align-items: center;
    display: flex;
    padding: 20px 0;
    justify-content: space-between;
}#consentPopupDialog_ZgcIQ1 {
    display: none;
}#consentPopupDialog_ZgcIQ1:checked ~ .cookieNotificationAlert_m5b1eN {
    opacity: 0;
    visibility: hidden;
}.cookieNotificationAlert_m5b1eN h5 {
    margin-bottom: 6px;
    font-size: 22px;
}.cookieNotificationAlert_m5b1eN p {
    font-size: 18px;
}.privacy_cookies_U3tgLF {
    flex-shrink: 0;
    margin-right: 10px;
}.privacy_cookies_U3tgLF svg, .privacy_cookies_U3tgLF svg path, .privacy_cookies_U3tgLF img {
    height: 100px;
    width: 100px;
    fill: rgb(199,173,173);
}.user_default_AGQacp {
    line-height: 35px;
    cursor: pointer;
    color: rgb(199,173,173);
    text-align: center;
    text-decoration: none;
    min-width: 120px;
    white-space: nowrap;
    flex-shrink: 0;
    font-size: 24px;
    border-bottom: 2px solid rgb(199,173,173);
    margin-left: 10px;
}.cookieNotificationAlert_m5b1eN p a {
    text-decoration: none;
    color: rgb(199,173,173);
}
@media only screen and (max-width: 1200px) {.cookieNotificationAlert_m5b1eN {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.privacy_cookies_U3tgLF {
    display: none;
}.data_consent_jyYI2t {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}.cookieNotificationAlert_m5b1eN h5 {
    text-align: center;
}.cookieNotificationAlert_m5b1eN p {
    text-align: center;
}.privacy_gate_Im5eTB {
    margin-bottom: 20px;
}body .wrapper-bundle_8omJP7 .user_default_AGQacp {
    margin-left: 0;
    margin-bottom: 10px;
}}
.wrapper-bundle_8omJP7 .cookieNotificationAlert_m5b1eN {
    background: #ffffff;
    box-shadow: rgb(199,173,173,0.5) 0px 0px 40px 39px;
    border: none;
}.wrapper-bundle_8omJP7 .user_default_AGQacp {
    border: none;
    margin-left: 30px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    padding: 10px;
    background: rgb(199,173,173);
}.wrapper-bundle_8omJP7 .privacy_cookies_U3tgLF {
    border-radius: 50%;
    justify-content: center;
    width: 80px;
    align-items: center;
    background:rgb(199,173,173);
    display: flex;
    height: 80px;
}.wrapper-bundle_8omJP7 .privacy_cookies_U3tgLF svg, .wrapper-bundle_8omJP7 .privacy_cookies_U3tgLF svg path, .wrapper-bundle_8omJP7 .privacy_cookies_U3tgLF img {
    fill:#000000;
    height: 40px;
    width: 40px;
}.wrapper-bundle_8omJP7 .privacy_gate_Im5eTB h5, .wrapper-bundle_8omJP7 .privacy_gate_Im5eTB p {
    color: #000000;
}
@media only screen and (max-width: 800px){.wrapper-bundle_8omJP7 .privacy_cookies_U3tgLF {
    margin-bottom: 14px;
    margin: 0;
}}.secure_fence_uEafyv {
    overflow: hidden;
    padding: 4rem 2rem;
    position: relative;
    background: linear-gradient(135deg, rgb(225,214,214) 0%, rgb(199,173,173,0.5) 100%);
}.secure_fence_uEafyv::before {
    z-index: 0;
    top: 0;
    content: "";
    left: 0;
    width: 100%;
    position: absolute;
    background-image: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 20px,
    rgba(rgb(199,173,173,0.5), 0.03) 20px,
    rgba(rgb(199,173,173,0.5), 0.03) 40px
  );
    height: 100%;
}.secure_fence_uEafyv::after {
    width: 100%;
    content: "";
    height: 100%;
    z-index: 0;
    right: -50%;
    top: -50%;
    position: absolute;
    opacity: 0.1;
    background: radial-gradient(circle, rgb(170,116,156,0.5) 0%, transparent 70%);
}.secure_fence_uEafyv .container {
    z-index: 1;
    animation: fadeIn 0.8s ease-out forwards;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.secure_fence_uEafyv h1 {
    margin-bottom: 2rem;
    animation: slideInLeft 0.6s ease-out 0.2s forwards;
    opacity: 0;
    font-family: Arial, sans-serif;
    font-weight: 700;
    transform: translateX(-5px);
    letter-spacing: -0.02em;
    padding-bottom: 1rem;
    font-size: 40px;
    color: rgb(199,173,173);
    position: relative;
}.secure_fence_uEafyv h1::after {
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, rgb(199,173,173) 0%, rgb(170,116,156) 100%);
    content: "";
    height: 4px;
    transform: scaleX(0);
    bottom: 0;
    width: 80px;
    transform-origin: left;
    animation: expandWidth 0.6s ease-out 0.8s forwards;
}.secure_fence_uEafyv h2 {
    animation: slideInUp 0.5s ease-out 0.4s forwards;
    font-family: Arial, sans-serif;
    font-weight: 600;
    color: rgb(170,116,156);
    font-size: 35px;
    position: relative;
    padding-left: 20px;
    margin: 2.5rem 0 1.5rem;
    opacity: 0;
    transform: translateY(10px);
}.secure_fence_uEafyv h2::before {
    width: 4px;
    top: 8px;
    height: calc(100% - 16px);
    position: absolute;
    background: rgb(170,116,156);
    content: "";
    left: 0;
    border-radius: 2px;
}.secure_fence_uEafyv h3 {
    animation: slideInUp 0.5s ease-out 0.5s forwards;
    font-weight: 600;
    font-size: calc(35px * 0.85);
    position: relative;
    opacity: 0;
    font-family: Arial, sans-serif;
    color: rgb(170,116,156);
    padding-left: 15px;
    transform: translateY(10px);
    margin: 2rem 0 1rem;
}.secure_fence_uEafyv h3::before {
    content: "";
    top: 8px;
    left: 0;
    width: 3px;
    border-radius: 2px;
    height: calc(100% - 16px);
    background: rgb(170,116,156,0.5);
    position: absolute;
}.secure_fence_uEafyv h4 {
    font-weight: 600;
    transform: translateY(8px);
    font-family: Arial, sans-serif;
    animation: slideInUp 0.5s ease-out 0.6s forwards;
    opacity: 0;
    padding-left: 12px;
    position: relative;
    margin: 1.5rem 0 1rem;
    color: #000000;
    font-size: calc(35px * 0.7);
}.secure_fence_uEafyv h4::before {
    content: "";
    top: 8px;
    border-radius: 1px;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    width: 2px;
    left: 0;
    height: calc(100% - 16px);
}.secure_fence_uEafyv p {
    font-family: Arial, sans-serif;
    color: #000000;
    animation: fadeSlideUp 0.7s ease-out 0.6s forwards;
    opacity: 0;
    font-size: 16px;
    margin-bottom: 1.5rem;
    position: relative;
    transform: translateY(8px);
    line-height: 1.7;
}.secure_fence_uEafyv p strong {
    position: relative;
    font-weight: 600;
    color: #000000;
}.secure_fence_uEafyv p strong::after {
    background: rgb(170,116,156,0.5);
    bottom: -2px;
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
}.secure_fence_uEafyv ul {
    background: rgba(rgb(255, 255, 255, 0.5), 0.5);
    position: relative;
    list-style-type: none;
    padding: 0.5rem 0 0.5rem 1.5rem;
    margin: 0 0 2rem 0;
    border-left: 3px solid rgb(199,173,173,0.5);
    transform: translateX(10px);
    animation: fadeSlideIn 0.7s ease-out 0.8s forwards;
    opacity: 0;
}.secure_fence_uEafyv ul::before {
    content: "";
    width: 100%;
    position: absolute;
    height: 100%;
    background: linear-gradient(90deg, rgb(170,116,156,0.5) 0%, transparent 10%);
    top: 0;
    opacity: 0.1;
    left: 0;
}.secure_fence_uEafyv li {
    color: #000000;
    font-family: Arial, sans-serif;
    animation: listItemAppear 0.4s ease-out forwards;
    position: relative;
    animation-delay: calc(0.9s + (0.1s * var(--li-index, 0)));
    margin-bottom: 0.5rem;
    line-height: 1.6;
    padding: 0.8rem 0 0.8rem 1.8rem;
    font-size: 16px;
    opacity: 0;
    transform: translateY(8px);
}.secure_fence_uEafyv li:nth-child(1) {
    --li-index: 1;
}.secure_fence_uEafyv li:nth-child(2) {
    --li-index: 2;
}.secure_fence_uEafyv li:nth-child(3) {
    --li-index: 3;
}.secure_fence_uEafyv li::before {
    width: 8px;
    border-radius: 2px;
    height: 8px;
    position: absolute;
    box-shadow: 0 0 0 3px rgb(199,173,173,0.5);
    left: 0;
    content: "";
    transform: rotate(45deg);
    background: rgb(199,173,173);
    top: 1.2rem;
}.secure_fence_uEafyv span {
    line-height: 1.7;
    animation: fadeSlideUp 0.7s ease-out 1s forwards;
    position: relative;
    border-left: 1px dashed rgb(170,116,156,0.5);
    display: block;
    margin-bottom: 1.5rem;
    padding-left: 1rem;
    opacity: 0;
    transform: translateY(10px);
    color: #000000;
    font-size: 16px;
    font-family: Arial, sans-serif;
}

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

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

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

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

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

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

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

@media (min-width: 768px) {.secure_fence_uEafyv {
    padding: 5rem 3rem;
}.secure_fence_uEafyv h1 {
    margin-bottom: 3rem;
    font-size: calc(40px * 1.1);
}.secure_fence_uEafyv h1::after {
    width: 120px;
    height: 5px;
}.secure_fence_uEafyv h2 {
    padding-left: 25px;
    font-size: calc(35px * 1.05);
}.secure_fence_uEafyv h2::before {
    width: 6px;
}.secure_fence_uEafyv .container {
    padding: 0 2rem;
}.secure_fence_uEafyv p,
  .secure_fence_uEafyv span,
  .secure_fence_uEafyv li {
    font-size: calc(16px * 1.05);
    line-height: 1.75;
}.secure_fence_uEafyv ul {
    padding: 1rem 2rem 1rem 2.5rem;
    margin-bottom: 2.5rem;
}
}

@media (min-width: 992px) {.secure_fence_uEafyv {
    padding: 6rem 4rem;
}.secure_fence_uEafyv h1 {
    margin-bottom: 3.5rem;
    font-size: calc(40px * 1.2);
}.secure_fence_uEafyv h1::after {
    width: 150px;
}.secure_fence_uEafyv .container {
    padding: 0 4rem;
    max-width: 1400px;
}.secure_fence_uEafyv ul {
    margin: 0 0 3rem 2rem;
    padding: 1.5rem 2.5rem 1.5rem 3rem;
}.secure_fence_uEafyv h2 {
    margin: 3.5rem 0 2rem;
}.secure_fence_uEafyv p,
  .secure_fence_uEafyv span {
    margin-bottom: 2rem;
}
}

@media (max-width: 767px) {.secure_fence_uEafyv {
    padding: 3rem 1.5rem;
}.secure_fence_uEafyv h1 {
    padding-bottom: 0.8rem;
    font-size: calc(40px * 0.9);
}.secure_fence_uEafyv h2 {
    padding-left: 15px;
    font-size: calc(35px * 0.9);
}.secure_fence_uEafyv h3 {
    font-size: calc(35px * 0.75);
    padding-left: 12px;
}.secure_fence_uEafyv h4 {
    font-size: calc(35px * 0.65);
    padding-left: 10px;
}.secure_fence_uEafyv p, 
  .secure_fence_uEafyv span,
  .secure_fence_uEafyv li {
    line-height: 1.6;
    font-size: calc(16px * 0.95);
}.secure_fence_uEafyv ul {
    margin-bottom: 1.5rem;
    padding: 0.5rem 0.5rem 0.5rem 1.2rem;
}.secure_fence_uEafyv li {
    padding: 0.6rem 0 0.6rem 1.5rem;
}}.opening_board_9YP7HQ {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(225,214,214) 30%, rgb(170,116,156,0.5) 150%);
    min-height: 100vh;
}.opening_board_9YP7HQ::before {
    background-image: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 20px,
        rgba(94, 170, 168, 0.03) 20px,
        rgba(94, 170, 168, 0.03) 40px
    );
    content: "";
    height: 100%;
    left: 0;
    width: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
}.opening_board_9YP7HQ::after {
    content: "";
    filter: blur(60px);
    position: absolute;
    transform: rotate(-15deg);
    right: -5%;
    top: -10%;
    z-index: 0;
    background: linear-gradient(135deg, rgb(199,173,173,0.5), transparent);
    width: 40%;
    height: 70%;
    opacity: 0.4;
}.opening_board_9YP7HQ .corp_culture_iZ1BPb {
    padding: 2rem;
    height: 100%;
    max-width: 1400px;
    position: relative;
    display: grid;
    gap: 2rem;
    z-index: 2;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.opening_board_9YP7HQ .note_frame_4muMsO {
    position: relative;
    gap: 2rem;
    z-index: 3;
    opacity: 1;
    display: flex;
    animation: text-entry 1.2s cubic-bezier(0.22, 1, 0.36, 1);
    flex-direction: column;
    justify-content: center;
    transform: translateY(0);
}.opening_board_9YP7HQ h1 {
    color: #000000;
    opacity: 1;
    font-size: clamp(2rem, 5vw, 48px);
    font-weight: 700;
    margin: 0;
    transform: translateX(0);
    line-height: 1.2;
    position: relative;
    animation: title-slide 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.3s both;
}.opening_board_9YP7HQ h1::after {
    height: 4px;
    background: rgb(170,116,156);
    animation: line-expand 1s cubic-bezier(0.22, 1, 0.36, 1) 0.6s forwards;
    bottom: -10px;
    transform-origin: left;
    transform: scaleX(0);
    position: absolute;
    content: "";
    width: 80px;
    left: 0;
}.opening_board_9YP7HQ .learn_page_iMVv4H {
    gap: 1.5rem;
    position: relative;
    display: flex;
    flex-direction: column;
    animation: fade-up 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.6s both;
    opacity: 1;
    transform: translateY(0);
}.opening_board_9YP7HQ .learn_page_iMVv4H p {
    font-size: clamp(1rem, 2vw, 16px);
    max-width: 600px;
    line-height: 1.6;
    margin: 0;
    color: #000000;
    position: relative;
}.opening_board_9YP7HQ .learn_page_iMVv4H svg {
    width: 80px;
    animation: svg-pulse 5s ease-in-out infinite alternate;
    transform-origin: center;
    height: 80px;
    margin-bottom: 1rem;
}.opening_board_9YP7HQ .learn_page_iMVv4H svg path {
    transition: fill 0.3s ease;
    fill: rgb(170,116,156);
}.opening_board_9YP7HQ .learn_page_iMVv4H svg:hover path {
    fill: rgb(199,173,173);
}.opening_board_9YP7HQ .learn_page_iMVv4H svg text {
    transition: fill 0.3s ease;
    font-family: Arial, sans-serif;
}.opening_board_9YP7HQ .learn_page_iMVv4H svg:hover text {
    fill: rgb(199,173,173);
}.opening_board_9YP7HQ ul {
    list-style: none;
    animation: fade-up 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.9s forwards;
    transform: translateY(20px);
    opacity: 0;
    padding: 0;
    gap: 1rem;
    display: flex;
    margin: 1rem 0 0;
}.opening_board_9YP7HQ ul li {
    margin: 0;
}.opening_board_9YP7HQ .query_map_Bfm7qT {
    box-shadow: 0 4px 20px -5px rgba(94, 170, 168, 0.4);
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    background: rgb(170,116,156);
    overflow: hidden;
    padding: 0.9rem 2rem;
    color: #ffffff;
    transform: translateZ(0);
    border-radius: 3px;
    font-weight: 600;
    position: relative;
    display: inline-block;
    text-decoration: none;
    font-size: 19px;
}.opening_board_9YP7HQ .query_map_Bfm7qT::before {
    top: 0;
    height: 100%;
    transition: all 0.6s ease;
    content: "";
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
    width: 100%;
}.opening_board_9YP7HQ .query_map_Bfm7qT:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px -5px rgba(94, 170, 168, 0.5);
    background: rgb(199,173,173);
}.opening_board_9YP7HQ .query_map_Bfm7qT:hover::before {
    left: 100%;
}.opening_board_9YP7HQ .img_show_wrap_M0a2sF {
    opacity: 0;
    border-radius: 4px;
    transform: translateY(20px) rotate(0deg);
    height: 40vh;
    width: 100%;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    animation: photo-entry 1.2s cubic-bezier(0.22, 1, 0.36, 1) 0.3s forwards;
}.opening_board_9YP7HQ .img_show_wrap_M0a2sF::before {
    top: 0;
    height: 100%;
    left: 0;
    background: linear-gradient(to bottom, rgba(94, 170, 168, 0.2), transparent);
    position: absolute;
    width: 100%;
    z-index: 1;
    content: "";
}.opening_board_9YP7HQ .img_show_wrap_M0a2sF::after {
    content: "";
    left: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.3), transparent);
    bottom: 0;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 30%;
}

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

@keyframes title-slide {
    from {
        transform: translateX(-30px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

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

@keyframes line-expand {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}

@keyframes photo-entry {
    from {
        transform: translateY(40px) rotate(-2deg);
        opacity: 0;
    }
    to {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
    }
}

@keyframes svg-pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

@media (min-width: 768px) {.opening_board_9YP7HQ .corp_culture_iZ1BPb {
    align-items: center;
    padding: 3rem;
    gap: 4rem;
    grid-template-columns: 1fr 1fr;
    min-height: 90vh;
}.opening_board_9YP7HQ .img_show_wrap_M0a2sF {
    max-height: 600px;
    height: 70vh;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    transform: translateY(0) rotate(-2deg);
}.opening_board_9YP7HQ .img_show_wrap_M0a2sF:hover {
    transform: translateY(-5px) rotate(0deg);
}.opening_board_9YP7HQ h1 {
    font-size: 48px;
}
}

@media (min-width: 992px) {.opening_board_9YP7HQ .corp_culture_iZ1BPb {
    padding: 4rem;
}.opening_board_9YP7HQ h1::after {
    width: 120px;
}.opening_board_9YP7HQ .learn_page_iMVv4H svg {
    width: 100px;
    height: 100px;
}
}

@media (max-width: 767px) {.opening_board_9YP7HQ {
    padding-top: 60px;
}.opening_board_9YP7HQ .corp_culture_iZ1BPb {
    padding-bottom: 3rem;
    padding-top: 2rem;
}.opening_board_9YP7HQ .note_frame_4muMsO {
    order: 2;
}.opening_board_9YP7HQ .img_show_wrap_M0a2sF {
    order: 1;
    margin-bottom: 1.5rem;
}
}

@media (max-width: 480px) {.opening_board_9YP7HQ .corp_culture_iZ1BPb {
    padding: 1.5rem;
}.opening_board_9YP7HQ h1 {
    font-size: 1.8rem;
}.opening_board_9YP7HQ .learn_page_iMVv4H svg {
    width: 60px;
    height: 60px;
}.opening_board_9YP7HQ .query_map_Bfm7qT {
    font-size: 0.9rem;
    padding: 0.8rem 1.5rem;
}}.program_outcomes_92M04Z {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    background: linear-gradient(135deg, rgba(245,248,255,1) 0%, rgba(235,241,255,1) 100%);
}.program_outcomes_92M04Z::before {
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
    top: -5%;
    width: 50%;
    content: '';
    height: 70%;
    background: linear-gradient(120deg, rgb(170,116,156,0.5) 0%, transparent 70%);
    transform: rotate(-15deg) skewX(5deg);
    position: absolute;
    left: -10%;
    z-index: 1;
}.program_outcomes_92M04Z::after {
    right: -10%;
    height: 70%;
    width: 60%;
    background: linear-gradient(240deg, rgb(170,116,156,0.5) 0%, transparent 70%);
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
    bottom: -5%;
    transform: rotate(15deg) skewX(-5deg);
    z-index: 1;
    position: absolute;
    content: '';
}.program_outcomes_92M04Z .container {
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
    max-width: 1280px;
}.program_outcomes_92M04Z .corp_culture_iZ1BPb {
    position: relative;
    gap: 40px;
    display: grid;
    grid-template-columns: 1fr;
}.program_outcomes_92M04Z .note_frame_4muMsO {
    transform: translateZ(0) perspective(1000px);
    padding: 40px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.08);
    border-left: 4px solid rgb(199,173,173);
    transition: transform 0.5s cubic-bezier(0.2, 0.85, 0.4, 1.275);
    background: linear-gradient(135deg, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.85) 100%);
    backface-visibility: hidden;
}.program_outcomes_92M04Z .note_frame_4muMsO:hover {
    transform: translateZ(20px) perspective(1000px) rotateX(2deg);
}.program_outcomes_92M04Z h4 {
    line-height: 1.3;
    color: #000000;
    position: relative;
    font-weight: 700;
    margin: 0 0 30px;
    font-size: 20px;
}.program_outcomes_92M04Z h4::after {
    margin-top: 15px;
    background: rgb(199,173,173);
    height: 3px;
    content: '';
    transition: transform 0.5s ease;
    transform-origin: left;
    transform: scaleX(1);
    width: 70px;
    display: block;
}.program_outcomes_92M04Z .note_frame_4muMsO:hover h4::after {
    transform: scaleX(1.5);
}.program_outcomes_92M04Z .note_frame_4muMsO > div {
    display: flex;
    gap: 20px;
    flex-direction: column;
}.program_outcomes_92M04Z ul {
    padding: 0;
    margin: 0;
    list-style: none;
}.program_outcomes_92M04Z li {
    margin-bottom: 15px;
    transition: transform 0.3s ease;
    transform: translateX(0);
}.program_outcomes_92M04Z li:hover {
    transform: translateX(5px);
}.program_outcomes_92M04Z li p {
    gap: 15px;
    margin: 0;
    font-size: 15px;
    color: #000000;
    display: flex;
    align-items: flex-start;
    line-height: 1.6;
}.program_outcomes_92M04Z li p span:first-child {
    margin-top: 3px;
    flex-shrink: 0;
}.program_outcomes_92M04Z li p span:last-child {
    flex-grow: 1;
}.program_outcomes_92M04Z svg {
    width: 22px;
    height: 22px;
    transform: rotate(0deg);
    transition: transform 0.3s ease;
}.program_outcomes_92M04Z li:hover svg {
    transform: rotate(5deg);
}.program_outcomes_92M04Z svg path {
    fill: rgb(199,173,173);
    transition: fill 0.3s ease;
}.program_outcomes_92M04Z li:hover svg path {
    fill: rgb(170,116,156);
}.program_outcomes_92M04Z .img_show_wrap_M0a2sF {
    aspect-ratio: 16/9;
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    border-radius: 11px;
    height: auto;
    transform: translateY(0) rotate(0deg);
    transition: transform 0.7s cubic-bezier(0.2, 0.85, 0.4, 1.275);
    box-shadow: 20px 20px 60px rgba(0,0,0,0.12);
    object-fit: cover;
    display: block;
}.program_outcomes_92M04Z .img_show_wrap_M0a2sF:hover {
    transform: translateY(-10px) rotate(-1deg);
}

@media (min-width: 768px) {.program_outcomes_92M04Z .note_frame_4muMsO > div {
    gap: 40px;
    flex-direction: row;
}.program_outcomes_92M04Z .note_frame_4muMsO > div > ul {
    flex: 1;
}
}

@media (min-width: 992px) {.program_outcomes_92M04Z {
    padding: 150px 0;
}.program_outcomes_92M04Z .corp_culture_iZ1BPb {
    grid-template-columns: 60% 40%;
    align-items: center;
}.program_outcomes_92M04Z h4 {
    font-size: calc(20px * 1.1);
}.program_outcomes_92M04Z .img_show_wrap_M0a2sF {
    max-height: 500px;
    height: 100%;
}
}

@media (max-width: 767px) {.program_outcomes_92M04Z {
    padding: 80px 0;
}.program_outcomes_92M04Z .note_frame_4muMsO {
    padding: 30px 25px;
}.program_outcomes_92M04Z h4 {
    margin-bottom: 20px;
    font-size: calc(20px * 0.9);
}.program_outcomes_92M04Z li p {
    font-size: calc(15px * 0.95);
}.program_outcomes_92M04Z svg {
    width: 20px;
    height: 20px;
}
}

@media (max-width: 576px) {.program_outcomes_92M04Z {
    padding: 60px 0;
}.program_outcomes_92M04Z::before,
    .program_outcomes_92M04Z::after {
    opacity: 0.5;
}.program_outcomes_92M04Z .note_frame_4muMsO {
    padding: 25px 20px;
}.program_outcomes_92M04Z h4 {
    font-size: calc(20px * 0.85);
}.program_outcomes_92M04Z li {
    margin-bottom: 12px;
}.program_outcomes_92M04Z li p {
    gap: 10px;
}.program_outcomes_92M04Z svg {
    width: 18px;
    height: 18px;
}}.program_information_wKpPek {
    overflow: hidden;
    position: relative;
    padding: 100px 0;
    background: linear-gradient(125deg, rgb(225,214,214) 0%, rgb(199,173,173,0.5) 100%);
}.program_information_wKpPek::before {
    background: 
        radial-gradient(ellipse at 20% 30%, rgb(199,173,173,0.5) 0%, transparent 70%),
        radial-gradient(circle at 80% 70%, rgb(170,116,156,0.5) 0%, transparent 60%);
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
    content: "";
    z-index: 1;
    opacity: 0.6;
}.program_information_wKpPek::after {
    z-index: 1;
    background-image: 
        repeating-linear-gradient(
            -45deg,
            rgba(255, 255, 255, 0.03),
            rgba(255, 255, 255, 0.03) 1px,
            transparent 1px,
            transparent 10px
        );
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    animation: shiftBackground 30s linear infinite;
    opacity: 0.4;
    top: 0;
}@keyframes shiftBackground {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.program_information_wKpPek .container {
    position: relative;
    z-index: 2;
}.program_information_wKpPek .corp_culture_iZ1BPb {
    border-radius: 25px;
    position: relative;
    flex-direction: column;
    background: linear-gradient(
        135deg, 
        rgba(255, 255, 255, 0.02), 
        rgba(255, 255, 255, 0.08)
    );
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    display: flex;
}.program_information_wKpPek .corp_culture_iZ1BPb::before {
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    width: 100%;
    background: 
        linear-gradient(
            135deg,
            transparent,
            rgba(rgb(199,173,173), 0.05)
        );
    z-index: 1;
    height: 100%;
}.program_information_wKpPek .img_show_wrap_M0a2sF {
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    position: absolute;
    animation: morphShape 15s infinite alternate ease-in-out;
    z-index: 2;
    right: 3%;
    width: 45%;
    top: 5%;
    overflow: hidden;
    height: 440px;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.15);
}@keyframes morphShape {
    0% {
        border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    }
    50% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
    100% {
        border-radius: 40% 60% 50% 50% / 30% 60% 40% 60%;
    }
}

.program_information_wKpPek .img_show_wrap_M0a2sF::before {
    content: "";
    position: absolute;
    background: linear-gradient(
        215deg,
        transparent 30%,
        rgb(199,173,173,0.5) 100%
    );
    opacity: 0.6;
    height: 100%;
    top: 0;
    z-index: 2;
    mix-blend-mode: overlay;
    width: 100%;
    left: 0;
}.program_information_wKpPek .img_show_wrap_M0a2sF::after {
    top: 0;
    background-size: 20px 20px;
    opacity: 0.2;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 3;
    background: 
        linear-gradient(
            rgba(255, 255, 255, 0.1) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.1) 1px,
            transparent 1px
        );
    content: "";
}.program_information_wKpPek .skill_master_qir0Ka {
    padding: 60px 50% 60px 60px;
    position: relative;
    display: flex;
    z-index: 3;
    flex-direction: column;
    min-height: 400px;
}.program_information_wKpPek .main_nav_tVdPEW {
    position: relative;
    display: inline-block;
    z-index: 4;
    margin-bottom: 25px;
}.program_information_wKpPek .main_nav_tVdPEW svg {
    z-index: 2;
    height: auto;
    width: 70px;
    fill: #ffffff;
    position: relative;
}.program_information_wKpPek .main_nav_tVdPEW svg path {
    stroke-dashoffset: 100;
    stroke-dasharray: 100;
    stroke: rgb(199,173,173);
    stroke-width: 0.5;
}.program_information_wKpPek h3 {
    color: #ffffff;
    font-size: 30px;
    max-width: 100%;
    position: relative;
    z-index: 4;
    margin-bottom: 20px;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}.program_information_wKpPek h3::after {
    width: 60px;
    border-radius: 3px;
    height: 3px;
    position: absolute;
    content: "";
    bottom: -10px;
    left: 0;
    transition: width 0.3s ease;
    background: linear-gradient(90deg, rgb(199,173,173), rgb(170,116,156));
}.program_information_wKpPek .corp_culture_iZ1BPb:hover h3::after {
    width: 120px;
}.program_information_wKpPek p {
    color: #000000;
    margin: 0;
    font-size: 17px;
    line-height: 1.7;
    max-width: 100%;
    position: relative;
    z-index: 4;
}.program_information_wKpPek .corp_culture_iZ1BPb::after {
    width: 200px;
    left: -50px;
    position: absolute;
    content: "";
    opacity: 0.3;
    border-radius: 50%;
    background: rgb(170,116,156,0.5);
    z-index: 1;
    bottom: -50px;
    filter: blur(80px);
    height: 200px;
}.program_information_wKpPek .skill_master_qir0Ka::before {
    top: 20px;
    background-position: 0 0, 10px 10px;
    opacity: 0.2;
    background-size: 20px 20px, 25px 25px;
    height: 90%;
    right: 48%;
    width: 150px;
    z-index: 1;
    position: absolute;
    background-image: 
        radial-gradient(circle, rgb(199,173,173,0.5) 1px, transparent 1px),
        radial-gradient(circle, rgb(170,116,156,0.5) 1px, transparent 1px);
    content: "";
    animation: floatDots 10s infinite alternate ease-in-out;
}

@keyframes floatDots {
    0% {
        transform: translateY(0);
        opacity: 0.2;
    }
    100% {
        transform: translateY(-20px);
        opacity: 0.4;
    }
}

@media (max-width: 1199px) {.program_information_wKpPek .skill_master_qir0Ka {
    padding: 50px 50% 50px 50px;
}.program_information_wKpPek .img_show_wrap_M0a2sF {
    height: 85%;
    width: 42%;
}
}

@media (max-width: 991px) {.program_information_wKpPek {
    padding: 80px 0;
}.program_information_wKpPek .corp_culture_iZ1BPb {
    flex-direction: column;
    display: flex;
}.program_information_wKpPek .skill_master_qir0Ka {
    padding: 220px 40px 50px 40px;
    min-height: auto;
}.program_information_wKpPek .img_show_wrap_M0a2sF {
    left: 10%;
    width: 80%;
    border-radius: 0 0 50% 50% / 0 0 100% 100%;
    top: 0;
    height: 200px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: absolute;
}.program_information_wKpPek .main_nav_tVdPEW {
    margin-bottom: 0;
    left: 40px;
    position: absolute;
    top: 160px;
}.program_information_wKpPek h3 {
    font-size: calc(30px * 0.9);
}.program_information_wKpPek .skill_master_qir0Ka::before {
    display: none;
}
}

@media (max-width: 767px) {.program_information_wKpPek {
    padding: 60px 0;
}.program_information_wKpPek .skill_master_qir0Ka {
    padding: 200px 30px 40px 30px;
}.program_information_wKpPek .img_show_wrap_M0a2sF {
    height: 180px;
}.program_information_wKpPek .main_nav_tVdPEW {
    left: 30px;
    top: 140px;
}.program_information_wKpPek .main_nav_tVdPEW svg {
    width: 60px;
}.program_information_wKpPek h3 {
    font-size: calc(30px * 0.8);
}.program_information_wKpPek p {
    font-size: calc(17px * 0.95);
}
}

@media (max-width: 480px) {.program_information_wKpPek {
    padding: 40px 0;
}.program_information_wKpPek .skill_master_qir0Ka {
    padding: 180px 25px 30px 25px;
}.program_information_wKpPek .img_show_wrap_M0a2sF {
    height: 160px;
}.program_information_wKpPek .main_nav_tVdPEW {
    top: 120px;
    left: 25px;
}.program_information_wKpPek .main_nav_tVdPEW svg {
    width: 50px;
}.program_information_wKpPek h3 {
    font-size: calc(30px * 0.7);
    margin-bottom: 15px;
}.program_information_wKpPek p {
    font-size: calc(17px * 0.9);
}}header .top_plank {
    background: rgb(199,173,173);
    color:  #ffffff;
}header .top_plank .master_tech_9njcWA div svg, header .top_plank .master_tech_9njcWA div svg path {
    fill: #ffffff;
}header .top_plank .master_tech_9njcWA div span {
    color: #ffffff;
}header .top_plank .master_tech_9njcWA {
    line-height: 21px;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    flex-wrap: wrap;
    font-size: 16px;
    padding: 15px 0 10px 0;
    display: flex;
}header .top_plank .master_tech_9njcWA div {
    display: flex;
    margin-right: 24px;
    align-items: center;
    justify-content: flex-start;
}header .top_plank .master_tech_9njcWA div img, header .top_plank .master_tech_9njcWA div svg {
    width: 16px;
    margin-right: 8px;
    height: 16px;
}.connect_with_us_8ZtyJ6 {
    padding: 100px 0;
    position: relative;
    background: rgb(225,214,214);
    overflow: hidden;
}.connect_with_us_8ZtyJ6::before {
    content: "";
    height: 100%;
    width: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(199,173,173,0.5) 0,
        rgb(199,173,173,0.5) 1px,
        transparent 1px,
        transparent 30px
    );
    top: 0;
    left: 0;
    z-index: 1;
    position: absolute;
    opacity: 0.07;
}.connect_with_us_8ZtyJ6::after {
    z-index: 1;
    top: 0;
    background-image: 
        linear-gradient(rgb(170,116,156,0.5) 1px, transparent 1px),
        linear-gradient(90deg, rgb(170,116,156,0.5) 1px, transparent 1px);
    content: "";
    background-size: 30px 30px;
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.07;
    left: 0;
}.connect_with_us_8ZtyJ6 .container {
    padding: 0 30px;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    position: relative;
}.connect_with_us_8ZtyJ6 h2 {
    display: inline-block;
    font-size: 32px;
    font-weight: 700;
    color: #000000;
    transform: translateX(-50%);
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    left: 50%;
}.connect_with_us_8ZtyJ6 h2::before {
    left: calc(50% - 40px);
    content: "";
    position: absolute;
    width: 80px;
    height: 4px;
    bottom: 0;
    background: rgb(199,173,173);
}.connect_with_us_8ZtyJ6 h2::after {
    background: rgb(170,116,156);
    left: calc(50% - 15px);
    content: "";
    bottom: 0;
    position: absolute;
    width: 30px;
    height: 4px;
}.connect_with_us_8ZtyJ6 .request_support_mJhLd6 {
    display: flex;
    background: #ffffff;
    position: relative;
    border-radius: 0;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin-top: 50px;
}.connect_with_us_8ZtyJ6 .img_show_wrap_M0a2sF {
    min-height: 550px;
    position: relative;
    flex: 0 0 45%;
}.connect_with_us_8ZtyJ6 .img_show_wrap_M0a2sF::before {
    z-index: 1;
    background: linear-gradient(
        135deg, 
        rgba(rgb(199,173,173), 0.4), 
        rgba(rgb(170,116,156), 0.4)
    );
    position: absolute;
    content: "";
    inset: 0;
}.connect_with_us_8ZtyJ6 .connect_map_YvB5UF {
    display: flex;
    flex: 0 0 55%;
    padding: 60px;
    position: relative;
    justify-content: center;
    flex-direction: column;
}.connect_with_us_8ZtyJ6 .connect_map_YvB5UF::before {
    width: 150px;
    border-radius: 50%;
    position: absolute;
    right: -75px;
    z-index: 0;
    top: -75px;
    border: 30px solid rgb(199,173,173,0.5);
    height: 150px;
    content: "";
}.connect_with_us_8ZtyJ6 .connect_map_YvB5UF::after {
    width: 100px;
    content: "";
    position: absolute;
    height: 100px;
    bottom: -50px;
    transform: rotate(45deg);
    border-radius: 0;
    left: -50px;
    background: rgb(170,116,156,0.5);
    z-index: 0;
}.connect_with_us_8ZtyJ6 form {
    position: relative;
    z-index: 2;
}.connect_with_us_8ZtyJ6 form h3 {
    position: relative;
    margin-bottom: 40px;
    font-size: 20px;
    display: inline-block;
    color: #000000;
    font-weight: 600;
}.connect_with_us_8ZtyJ6 form h3::after {
    height: 2px;
    bottom: -15px;
    content: "";
    background: rgb(199,173,173);
    width: 50%;
    position: absolute;
    left: 0;
}.connect_with_us_8ZtyJ6 form input[type="text"] {
    width: 100%;
    background: transparent;
    margin-bottom: 25px;
    border: none;
    padding: 20px 25px;
    color: #000000;
    font-size: 13px;
    border-bottom: 2px solid rgb(225,214,214);
    transition: all 0.3s ease;
}.connect_with_us_8ZtyJ6 form input[type="text"]:focus {
    outline: none;
    border-bottom-color: rgb(199,173,173);
}.connect_with_us_8ZtyJ6 form input[type="text"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(#000000, 0.5);
}.connect_with_us_8ZtyJ6 form input[type="text"]:focus::placeholder {
    transform: translateY(-10px);
    opacity: 0;
}.connect_with_us_8ZtyJ6 .message_widget_HGecZ8 {
    margin-bottom: 40px;
    position: relative;
}.connect_with_us_8ZtyJ6 .message_widget_HGecZ8 input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.connect_with_us_8ZtyJ6 .message_widget_HGecZ8 label {
    font-size: 15px;
    position: relative;
    padding-left: 35px;
    color: #000000;
    line-height: 1.5;
    cursor: pointer;
}.connect_with_us_8ZtyJ6 .message_widget_HGecZ8 label::before {
    width: 22px;
    top: 0;
    position: absolute;
    transition: all 0.3s ease;
    height: 22px;
    left: 0;
    border: 2px solid rgb(225,214,214);
    background: transparent;
    content: "";
}.connect_with_us_8ZtyJ6 .message_widget_HGecZ8 input[type="checkbox"]:checked + label::before {
    background: rgb(199,173,173);
    border-color: rgb(199,173,173);
}.connect_with_us_8ZtyJ6 .message_widget_HGecZ8 input[type="checkbox"]:checked + label::after {
    transform: rotate(45deg);
    width: 6px;
    content: "";
    border: solid #ffffff;
    height: 12px;
    position: absolute;
    left: 8px;
    border-width: 0 2px 2px 0;
    top: 4px;
}.connect_with_us_8ZtyJ6 .message_widget_HGecZ8 label a {
    position: relative;
    color: rgb(199,173,173);
    transition: all 0.3s ease;
    text-decoration: none;
    font-weight: 600;
}.connect_with_us_8ZtyJ6 .message_widget_HGecZ8 label a::after {
    content: "";
    transition: transform 0.3s ease;
    transform-origin: left;
    bottom: -1px;
    width: 100%;
    position: absolute;
    transform: scaleX(1);
    height: 1px;
    left: 0;
    background: rgb(199,173,173);
}.connect_with_us_8ZtyJ6 .message_widget_HGecZ8 label a:hover {
    color: rgb(170,116,156);
}.connect_with_us_8ZtyJ6 .message_widget_HGecZ8 label a:hover::after {
    background: rgb(170,116,156);
    transform: scaleX(0);
}.connect_with_us_8ZtyJ6 .query_map_Bfm7qT {
    clip-path: polygon(
        0 0,
        100% 0,
        100% 70%,
        90% 100%,
        0 100%
    );
    padding: 18px 40px;
    display: inline-block;
    color: #ffffff;
    transition: all 0.3s ease;
    background: rgb(199,173,173);
    width: auto;
    font-size: 15px;
    cursor: pointer;
    z-index: 1;
    font-weight: 600;
    border: none;
    position: relative;
    overflow: hidden;
}.connect_with_us_8ZtyJ6 .query_map_Bfm7qT::before {
    background: rgb(170,116,156);
    transition: width 0.5s ease;
    height: 100%;
    position: absolute;
    width: 0;
    top: 0;
    z-index: -1;
    left: -10px;
    transform: skewX(-25deg);
    content: "";
}.connect_with_us_8ZtyJ6 .query_map_Bfm7qT:hover::before {
    width: 150%;
}.connect_with_us_8ZtyJ6 svg {
    width: 24px;
    height: 24px;
    transition: all 0.3s ease;
    fill: none;
    stroke-width: 2;
    stroke: rgb(199,173,173);
}.connect_with_us_8ZtyJ6 svg path {
    fill: none;
    transition: all 0.3s ease;
    stroke: rgb(199,173,173);
}.connect_with_us_8ZtyJ6 svg:hover,
.connect_with_us_8ZtyJ6 svg:hover path {
    stroke: rgb(170,116,156);
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0px);
    }
}

@media (max-width: 1024px) {.connect_with_us_8ZtyJ6 {
    padding: 80px 0;
}.connect_with_us_8ZtyJ6 .img_show_wrap_M0a2sF {
    min-height: 500px;
}.connect_with_us_8ZtyJ6 .connect_map_YvB5UF {
    padding: 50px 40px;
}
}

@media (max-width: 768px) {.connect_with_us_8ZtyJ6 {
    padding: 60px 0;
}.connect_with_us_8ZtyJ6 .request_support_mJhLd6 {
    flex-direction: column;
}.connect_with_us_8ZtyJ6 .img_show_wrap_M0a2sF {
    width: 100%;
    min-height: 300px;
}.connect_with_us_8ZtyJ6 .connect_map_YvB5UF {
    width: 100%;
    padding: 40px 30px;
}.connect_with_us_8ZtyJ6 form h3 {
    margin-bottom: 30px;
}.connect_with_us_8ZtyJ6 form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.connect_with_us_8ZtyJ6 .message_widget_HGecZ8 {
    margin-bottom: 30px;
}.connect_with_us_8ZtyJ6 .query_map_Bfm7qT {
    width: 100%;
    padding: 15px 30px;
}
}

@media (max-width: 480px) {.connect_with_us_8ZtyJ6 {
    padding: 50px 0;
}.connect_with_us_8ZtyJ6 h2 {
    font-size: calc(32px * 0.85);
}.connect_with_us_8ZtyJ6 .request_support_mJhLd6 {
    margin-top: 30px;
}.connect_with_us_8ZtyJ6 .img_show_wrap_M0a2sF {
    min-height: 200px;
}.connect_with_us_8ZtyJ6 .connect_map_YvB5UF {
    padding: 30px 20px;
}.connect_with_us_8ZtyJ6 form h3 {
    margin-bottom: 25px;
    font-size: calc(20px * 0.9);
}.connect_with_us_8ZtyJ6 form input[type="text"] {
    margin-bottom: 15px;
    padding: 12px 15px;
}.connect_with_us_8ZtyJ6 .message_widget_HGecZ8 {
    margin-bottom: 25px;
}.connect_with_us_8ZtyJ6 .message_widget_HGecZ8 label {
    font-size: calc(15px * 0.9);
}.connect_with_us_8ZtyJ6 .query_map_Bfm7qT {
    padding: 12px 25px;
}}header .nav_train_bXcUZL {
    width: 100%;
    background: linear-gradient(120deg, rgb(199,173,173) 0%, rgb(170,116,156,0.5) 100%);
    position: relative;
    overflow: visible;
    box-sizing: border-box;
    display: flex;
    padding: 1.5rem 0;
    align-items: center;
    justify-content: space-between;
    z-index: 99;
}header .nav_train_bXcUZL::before {
    z-index: -1;
    height: 100%;
    left: 0;
    top: 0;
    background: radial-gradient(circle at 70% 30%, rgb(170,116,156,0.5) 0%, transparent 60%);
    content: "";
    position: absolute;
    width: 100%;
}header .nav_train_bXcUZL .main_nav_tVdPEW {
    position: relative;
    transform: translateY(-5px);
    margin-left: calc((100vw - 100%) / 2);
    transition: all 0.4s ease;
    z-index: 2;
}header .nav_train_bXcUZL .main_nav_tVdPEW:hover {
    transform: translateY(0) scale(1.05);
}header .nav_train_bXcUZL .main_nav_tVdPEW .site_navbar_YWN07P {
    padding: 0.5rem 1rem;
    display: block;
    position: relative;
}header .nav_train_bXcUZL .main_nav_tVdPEW .site_navbar_YWN07P::before {
    clip-path: polygon(0 0, 100% 0, 85% 100%, 15% 100%);
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    height: calc(100% + 20px);
    content: "";
    width: calc(100% + 40px);
    z-index: -1;
    left: -20px;
    top: -10px;
}header .nav_train_bXcUZL .main_nav_tVdPEW .site_navbar_YWN07P svg {
    height: 2.8rem;
    filter: drop-shadow(0 0 8px #ffffff);
    width: auto;
}header .nav_train_bXcUZL .nav_class_bGqzd4 {
    width: 80vw;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    list-style: none;
    display: flex;
    justify-content: flex-end;
    margin: 0;
    background: linear-gradient(90deg, transparent, rgb(199,173,173,0.5) 30%, rgba(0, 0, 0, 0.5) 100%);
    padding-right: calc((100vw - 100%) / 2);
    position: relative;
    padding: 0;
}header .nav_train_bXcUZL .nav_class_bGqzd4::before {
    height: 100%;
    z-index: -1;
    width: 100%;
    background: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 10px,
    rgba(255, 255, 255, 0.03) 10px,
    rgba(255, 255, 255, 0.03) 20px
  );
    left: 0;
    top: 0;
    content: "";
    position: absolute;
}header .nav_train_bXcUZL .nav_class_bGqzd4 .top_tutor_qAETl2 {
    transform-style: preserve-3d;
    margin: 0;
    position: relative;
    perspective: 1000px;
}header .nav_train_bXcUZL .nav_class_bGqzd4 .top_tutor_qAETl2 a {
    color: #ffffff;
    padding: 1.2rem 1.5rem;
    transform-origin: center;
    font-weight: 600;
    position: relative;
    font-size: 17px;
    text-decoration: none;
    display: block;
    transition: all 0.3s ease;
}header .nav_train_bXcUZL .nav_class_bGqzd4 .top_tutor_qAETl2 a::after {
    transition: width 0.3s ease;
    background: rgb(170,116,156);
    content: "";
    height: 2px;
    width: 0;
    position: absolute;
    left: 1.5rem;
    bottom: 0.8rem;
}header .nav_train_bXcUZL .nav_class_bGqzd4 .top_tutor_qAETl2 a:hover {
    color: rgb(170,116,156);
    transform: translateZ(10px);
}header .nav_train_bXcUZL .nav_class_bGqzd4 .top_tutor_qAETl2 a:hover::after {
    width: calc(100% - 3rem);
}

@media screen and (max-width: 991px) {header .nav_train_bXcUZL {
    padding: 1rem 0;
    align-items: center;
    flex-direction: column;
}header .nav_train_bXcUZL .main_nav_tVdPEW {
    margin-bottom: 1rem;
    margin-left: 0;
}header .nav_train_bXcUZL .nav_class_bGqzd4 {
    flex-wrap: wrap;
    width: 100%;
    background: rgb(199,173,173,0.5);
    clip-path: none;
    padding-right: 0;
    justify-content: center;
}header .nav_train_bXcUZL .nav_class_bGqzd4 .top_tutor_qAETl2 a {
    padding: 0.8rem 1rem;
}header .nav_train_bXcUZL .nav_class_bGqzd4 .top_tutor_qAETl2 a::after {
    left: 1rem;
    bottom: 0.4rem;
}header .nav_train_bXcUZL .nav_class_bGqzd4 .top_tutor_qAETl2 a:hover::after {
    width: calc(100% - 2rem);
}
}

@media screen and (max-width: 767px) {header .nav_train_bXcUZL .nav_class_bGqzd4 {
    padding: 0.5rem 0;
}header .nav_train_bXcUZL .nav_class_bGqzd4 .top_tutor_qAETl2 {
    width: 50%;
}header .nav_train_bXcUZL .nav_class_bGqzd4 .top_tutor_qAETl2 a {
    text-align: center;
    padding: 0.6rem 0.8rem;
    font-size: calc(17px - 2px);
}header .nav_train_bXcUZL .nav_class_bGqzd4 .top_tutor_qAETl2 a::after {
    display: none;
}}.join_now_p1OeyB {
    background: linear-gradient(135deg, rgb(199,173,173,0.5), rgb(170,116,156));
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
}.join_now_p1OeyB::before {
    top: -50%;
    background: linear-gradient(to bottom right, transparent 49.5%, rgb(170,116,156,0.5) 50%);
    transform: rotate(-15deg);
    width: 100%;
    z-index: -1;
    position: absolute;
    content: "";
    right: -50%;
    height: 200%;
}.join_now_p1OeyB::after {
    left: 0;
    width: 100%;
    content: "";
    position: absolute;
    bottom: -5px;
    clip-path: polygon(0% 0%, 2% 40%, 4% 0%, 6% 40%, 8% 0%, 10% 40%, 12% 0%, 14% 40%, 16% 0%, 18% 40%, 20% 0%, 22% 40%, 24% 0%, 26% 40%, 28% 0%, 30% 40%, 32% 0%, 34% 40%, 36% 0%, 38% 40%, 40% 0%, 42% 40%, 44% 0%, 46% 40%, 48% 0%, 50% 40%, 52% 0%, 54% 40%, 56% 0%, 58% 40%, 60% 0%, 62% 40%, 64% 0%, 66% 40%, 68% 0%, 70% 40%, 72% 0%, 74% 40%, 76% 0%, 78% 40%, 80% 0%, 82% 40%, 84% 0%, 86% 40%, 88% 0%, 90% 40%, 92% 0%, 94% 40%, 96% 0%, 98% 40%, 100% 0%);
    height: 10px;
    background: rgb(199,173,173);
}.join_now_p1OeyB .container {
    flex-direction: column;
    max-width: 1140px;
    padding: 0 15px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: flex-start;
}.join_now_p1OeyB h2 {
    max-width: 80%;
    font-size: 38px;
    color: #ffffff;
    line-height: 1.4;
    position: relative;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    font-weight: 600;
    opacity: 0;
    animation: slideInText 0.8s ease-out forwards;
    transform: translateX(-20px);
    font-family: Arial, sans-serif;
    margin-bottom: 2rem;
}.join_now_p1OeyB .corp_culture_iZ1BPb {
    transform: translateY(20px);
    opacity: 0;
    background: #ffffff;
    align-items: center;
    overflow: hidden;
    animation: slideUpHolder 0.8s ease-out 0.3s forwards;
    display: flex;
    border-left: 5px solid rgb(199,173,173);
    padding: 2rem;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}.join_now_p1OeyB .corp_culture_iZ1BPb::before {
    z-index: 1;
    top: 0;
    height: 100%;
    left: 0;
    position: absolute;
    content: "";
    width: 100%;
    background: linear-gradient(45deg, transparent 65%, rgba(rgb(199,173,173,0.5), 0.1) 75%, rgba(rgb(170,116,156,0.5), 0.08) 85%);
}.join_now_p1OeyB .corp_culture_iZ1BPb > * {
    z-index: 2;
    position: relative;
}.join_now_p1OeyB .corp_culture_iZ1BPb svg {
    transform-origin: center;
    width: 48px;
    height: 48px;
    margin-right: 2rem;
    animation: pulseIcon 3s infinite ease-in-out;
}.join_now_p1OeyB .corp_culture_iZ1BPb svg path {
    fill: rgb(199,173,173);
    transition: fill 0.3s ease;
}.join_now_p1OeyB .corp_culture_iZ1BPb div {
    flex: 1;
}.join_now_p1OeyB .query_map_Bfm7qT {
    background: linear-gradient(135deg, rgb(199,173,173), rgb(170,116,156));
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
    overflow: hidden;
    transform: translateZ(0);
    white-space: nowrap;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    padding: 0.9rem 2.2rem;
    font-family: Arial, sans-serif;
    position: relative;
    display: inline-block;
    font-size: 15px;
}.join_now_p1OeyB .query_map_Bfm7qT::before {
    content: "";
    width: 100%;
    transition: left 0.6s ease;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
}.join_now_p1OeyB .query_map_Bfm7qT:hover {
    transform: translateY(-3px);
    box-shadow: 0 7px 15px rgba(0, 0, 0, 0.15);
}.join_now_p1OeyB .query_map_Bfm7qT:hover::before {
    left: 100%;
}.join_now_p1OeyB .query_map_Bfm7qT:active {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    transform: translateY(1px);
}

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

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

@keyframes pulseIcon {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

@media (max-width: 992px) {.join_now_p1OeyB {
    padding: 4rem 0;
}.join_now_p1OeyB h2 {
    max-width: 90%;
    font-size: calc(38px * 0.9);
}.join_now_p1OeyB .corp_culture_iZ1BPb {
    padding: 1.8rem;
}
}

@media (max-width: 768px) {.join_now_p1OeyB {
    padding: 3.5rem 0;
}.join_now_p1OeyB h2 {
    font-size: calc(38px * 0.8);
    margin-bottom: 1.5rem;
    max-width: 100%;
}.join_now_p1OeyB .corp_culture_iZ1BPb {
    padding: 1.5rem;
    flex-direction: column;
    text-align: center;
}.join_now_p1OeyB .corp_culture_iZ1BPb svg {
    margin-bottom: 1.5rem;
    margin-right: 0;
}.join_now_p1OeyB .query_map_Bfm7qT {
    text-align: center;
    padding: 0.8rem 1.5rem;
    width: 100%;
}
}

@media (max-width: 576px) {.join_now_p1OeyB {
    padding: 3rem 0;
}.join_now_p1OeyB h2 {
    line-height: 1.5;
    font-size: calc(38px * 0.7);
}.join_now_p1OeyB .corp_culture_iZ1BPb {
    padding: 1.2rem;
}.join_now_p1OeyB .query_map_Bfm7qT {
    font-size: calc(15px * 0.9);
    padding: 0.7rem 1.2rem;
}
}

@media (prefers-reduced-motion: reduce) {.join_now_p1OeyB h2,
  .join_now_p1OeyB .corp_culture_iZ1BPb {
    transform: none;
    animation: none;
    opacity: 1;
}.join_now_p1OeyB .corp_culture_iZ1BPb svg {
    animation: none;
}.join_now_p1OeyB .query_map_Bfm7qT::before {
    display: none;
}}.reach_us_AqZ2G3 {
    background: rgb(225,214,214);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}.reach_us_AqZ2G3::before {
    left: 0;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgb(170,116,156,0.5) 10px,
        rgb(170,116,156,0.5) 11px
    );
    width: 100%;
    content: '';
    opacity: 0.1;
    top: 0;
    z-index: 1;
    position: absolute;
    height: 100%;
}.reach_us_AqZ2G3::after {
    z-index: 1;
    top: 0;
    height: 100%;
    right: 0;
    position: absolute;
    content: '';
    width: 40%;
    background: linear-gradient(to left, rgb(199,173,173,0.5) 0%, transparent 100%);
}.reach_us_AqZ2G3 .container {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 0 15px;
    max-width: 1200px;
}.reach_us_AqZ2G3 .ask_support_oreLky {
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    margin: 0 0 40px 0;
    z-index: 3;
    font-size: 42px;
    font-weight: 700;
    position: relative;
    color: rgb(199,173,173);
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
}.reach_us_AqZ2G3 .img_show_wrap_M0a2sF {
    top: 0;
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 0;
}.reach_us_AqZ2G3 .img_show_wrap_M0a2sF::before {
    position: absolute;
    width: 100%;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 60%);
    content: '';
}.reach_us_AqZ2G3 .img_show_wrap_M0a2sF::after {
    background: rgb(199,173,173,0.5);
    left: 0;
    content: '';
    opacity: 0.3;
    z-index: 1;
    top: 0;
    width: 100%;
    position: absolute;
    height: 100%;
}.reach_us_AqZ2G3 .form_learn_iunL1k {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    position: relative;
    border-radius: 22px;
    border: 1px solid rgb(170,116,156,0.5);
    z-index: 3;
    overflow: hidden;
}.reach_us_AqZ2G3 .form_learn_iunL1k::before {
    background: linear-gradient(to right, rgb(199,173,173) 0%, rgb(170,116,156) 100%);
    content: '';
    top: 0;
    left: 0;
    height: 5px;
    width: 100%;
    position: absolute;
}.reach_us_AqZ2G3 .form_learn_iunL1k .ask_support_oreLky {
    align-items: center;
    font-size: 30px;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    color: rgb(199,173,173);
    border-bottom: 1px solid rgb(170,116,156,0.5);
    font-weight: 700;
    padding: 30px;
    position: relative;
    margin: 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}.reach_us_AqZ2G3 .ask_support_oreLky::before {
    width: 20px;
    content: '';
    margin-right: 15px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    height: 20px;
    background: rgb(199,173,173);
}.reach_us_AqZ2G3 .ask_support_oreLky svg {
    margin-right: 15px;
    width: 24px;
    height: 24px;
    fill: rgb(199,173,173);
    transition: transform 0.3s ease, fill 0.3s ease;
}.reach_us_AqZ2G3 .ask_support_oreLky:hover svg {
    transform: rotate(15deg);
    fill: rgb(170,116,156);
}.reach_us_AqZ2G3 .ask_support_oreLky svg path {
    transition: fill 0.3s ease;
    fill: inherit;
}.reach_us_AqZ2G3 .request_team_ohE2AU {
    display: grid;
    background: rgba(255, 255, 255, 0.8);
    padding: 30px;
    gap: 15px;
}.reach_us_AqZ2G3 .request_team_ohE2AU p {
    background: #ffffff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    font-size: 15px;
    color: #000000;
    position: relative;
    border-radius: 10px;
    flex-direction: column;
    padding: 15px 15px 15px 50px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    display: flex;
    margin: 0;
    border-left: 3px solid rgb(199,173,173);
}.reach_us_AqZ2G3 .request_team_ohE2AU p svg {
    left: 15px;
    width: 22px;
    transform: translateY(-50%);
    top: 50%;
    transition: transform 0.3s ease, fill 0.3s ease;
    position: absolute;
    height: 22px;
    fill: rgb(199,173,173);
}.reach_us_AqZ2G3 .request_team_ohE2AU p:hover svg {
    fill: rgb(170,116,156);
    transform: translateY(-50%) scale(1.1) rotate(5deg);
}.reach_us_AqZ2G3 .request_team_ohE2AU p svg path {
    transition: fill 0.3s ease;
    fill: inherit;
}.reach_us_AqZ2G3 .request_team_ohE2AU p::before {
    left: -3px;
    transition: height 0.3s ease;
    position: absolute;
    width: 3px;
    background: rgb(170,116,156);
    content: '';
    top: 0;
    height: 0;
}.reach_us_AqZ2G3 .request_team_ohE2AU p:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}.reach_us_AqZ2G3 .request_team_ohE2AU p:hover::before {
    height: 100%;
}.reach_us_AqZ2G3 .request_team_ohE2AU p span b {
    color: rgb(199,173,173);
    font-weight: 600;
}.reach_us_AqZ2G3 .request_team_ohE2AU p span a {
    text-decoration: none;
    position: relative;
    transition: color 0.3s ease;
    font-weight: 600;
    color: rgb(199,173,173);
}.reach_us_AqZ2G3 .request_team_ohE2AU p span a::after {
    background: rgb(170,116,156);
    height: 1px;
    width: 0;
    transition: width 0.3s ease;
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
}.reach_us_AqZ2G3 .request_team_ohE2AU p span a:hover {
    color: rgb(170,116,156);
}.reach_us_AqZ2G3 .request_team_ohE2AU p span a:hover::after {
    width: 100%;
}.reach_us_AqZ2G3 .message_page_1ULxEM {
    margin-top: 15px;
    border-top: 1px solid rgb(170,116,156,0.5);
    padding-top: 25px;
}.reach_us_AqZ2G3 .edu_askedu_T59JYU {
    font-weight: 600;
    display: flex;
    font-size: 22px;
    color: rgb(199,173,173);
    margin-bottom: 20px;
    padding-left: 30px;
    position: relative;
    align-items: center;
}.reach_us_AqZ2G3 .edu_askedu_T59JYU svg {
    height: 22px;
    position: absolute;
    top: 50%;
    left: 0;
    fill: rgb(199,173,173);
    transition: transform 0.3s ease, fill 0.3s ease;
    transform: translateY(-50%);
    width: 22px;
}.reach_us_AqZ2G3 .edu_askedu_T59JYU:hover svg {
    transform: translateY(-50%) rotate(15deg);
    fill: rgb(170,116,156);
}.reach_us_AqZ2G3 .edu_askedu_T59JYU svg path {
    transition: fill 0.3s ease;
    fill: inherit;
}.reach_us_AqZ2G3 .edu_askedu_T59JYU::before {
    transform: translateY(-50%);
    height: 10px;
    left: 0;
    width: 10px;
    top: 50%;
    display: none;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    position: absolute;
    background: rgb(199,173,173);
    content: '';
}.reach_us_AqZ2G3 .help_form_mVG89A {
    gap: 10px;
    display: grid;
}.reach_us_AqZ2G3 .contact_list_fkQm4l {
    color: #000000;
    font-size: 15px;
    border-left: 3px solid rgb(170,116,156);
    padding: 12px 15px 12px 45px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #ffffff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}.reach_us_AqZ2G3 .contact_list_fkQm4l svg {
    transform: translateY(-50%);
    transition: transform 0.3s ease, fill 0.3s ease;
    top: 50%;
    height: 18px;
    left: 15px;
    fill: rgb(170,116,156);
    width: 18px;
    position: absolute;
}.reach_us_AqZ2G3 .contact_list_fkQm4l:hover svg {
    fill: rgb(199,173,173);
    transform: translateY(-50%) rotate(15deg);
}.reach_us_AqZ2G3 .contact_list_fkQm4l svg path {
    transition: fill 0.3s ease;
    fill: inherit;
}.reach_us_AqZ2G3 .contact_list_fkQm4l::before {
    width: 3px;
    position: absolute;
    top: 0;
    left: -3px;
    transition: height 0.3s ease;
    height: 0;
    background: rgb(199,173,173);
    content: '';
}.reach_us_AqZ2G3 .contact_list_fkQm4l:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}.reach_us_AqZ2G3 .contact_list_fkQm4l:hover::before {
    height: 100%;
}.reach_us_AqZ2G3 .contact_list_fkQm4l::after {
    opacity: 0.2;
    top: 0;
    position: absolute;
    width: 0;
    z-index: -1;
    background: linear-gradient(to right, rgb(170,116,156,0.5) 0%, transparent 100%);
    height: 100%;
    content: '';
    left: 0;
    transition: width 0.5s ease;
}.reach_us_AqZ2G3 .contact_list_fkQm4l:hover::after {
    width: 100%;
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes scan {
    0%, 100% {
        top: 10%;
        opacity: 0;
    }
    50% {
        top: 90%;
        opacity: 1;
    }
}

@media (min-width: 992px) {.reach_us_AqZ2G3 .help_form_mVG89A {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 1200px) {.reach_us_AqZ2G3 .help_form_mVG89A {
    grid-template-columns: repeat(3, 1fr);
}
}

@media (min-width: 768px) and (max-width: 991px) {.reach_us_AqZ2G3 {
    padding: 60px 0;
}.reach_us_AqZ2G3 .ask_support_oreLky {
    font-size: 22px;
    padding: 25px;
}.reach_us_AqZ2G3 .ask_support_oreLky svg {
    height: 20px;
    width: 20px;
}.reach_us_AqZ2G3 .request_team_ohE2AU {
    padding: 25px;
}.reach_us_AqZ2G3 .request_team_ohE2AU p svg {
    width: 20px;
    height: 20px;
}.reach_us_AqZ2G3 .edu_askedu_T59JYU svg {
    height: 20px;
    width: 20px;
}.reach_us_AqZ2G3 .contact_list_fkQm4l svg {
    height: 16px;
    width: 16px;
}.reach_us_AqZ2G3 .help_form_mVG89A {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 767px) {.reach_us_AqZ2G3 {
    padding: 50px 0;
}.reach_us_AqZ2G3 .ask_support_oreLky {
    font-size: 16px;
    padding: 20px;
}.reach_us_AqZ2G3 .ask_support_oreLky svg {
    margin-right: 10px;
    height: 18px;
    width: 18px;
}.reach_us_AqZ2G3 .request_team_ohE2AU {
    padding: 20px;
}.reach_us_AqZ2G3 .request_team_ohE2AU p {
    padding: 12px 12px 12px 45px;
}.reach_us_AqZ2G3 .request_team_ohE2AU p svg {
    width: 18px;
    left: 12px;
    height: 18px;
}.reach_us_AqZ2G3 .edu_askedu_T59JYU {
    font-size: 16px;
}.reach_us_AqZ2G3 .edu_askedu_T59JYU svg {
    height: 18px;
    width: 18px;
}.reach_us_AqZ2G3 .contact_list_fkQm4l {
    padding: 10px 10px 10px 40px;
}.reach_us_AqZ2G3 .contact_list_fkQm4l svg {
    left: 12px;
    height: 15px;
    width: 15px;
}}footer {
    position: relative;
    z-index: 1;
}footer::before {
    position: absolute;
    left: 0;
    content: "";
    right: 0;
    z-index: -2;
    background: rgb(199,173,173);
    bottom: 0;
    top: 0;
    opacity: 0.95;
}footer::after {
    background-image: 
        radial-gradient(circle at 25% 25%, rgb(170,116,156) 1px, transparent 1px),
        radial-gradient(circle at 75% 75%, rgb(170,116,156) 1px, transparent 1px),
        radial-gradient(circle at 25% 75%, rgb(170,116,156) 1px, transparent 1px),
        radial-gradient(circle at 75% 25%, rgb(170,116,156) 1px, transparent 1px);
    content: "";
    opacity: 0.1;
    z-index: -1;
    right: 0;
    left: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    background-size: 50px 50px;
}.event_cal_9k7KRH {
    color: #ffffff;
    position: relative;
    padding: 4rem 0 2rem;
}.event_cal_9k7KRH::before {
    width: 100%;
    content: "";
    left: 0;
    top: 0;
    height: 3px;
    background: rgb(170,116,156);
    position: absolute;
}.event_cal_9k7KRH::after {
    width: 100%;
    background-image: 
        linear-gradient(90deg, 
            rgb(170,116,156) 0px, rgb(170,116,156) 10px,
            transparent 10px, transparent 15px,
            rgb(170,116,156) 15px, rgb(170,116,156) 30px,
            transparent 30px, transparent 35px,
            rgb(170,116,156) 35px, rgb(170,116,156) 40px,
            transparent 40px, transparent 60px,
            rgb(170,116,156) 60px, rgb(170,116,156) 70px,
            transparent 70px, transparent 80px,
            rgb(170,116,156) 80px, rgb(170,116,156) 90px,
            transparent 90px, transparent 110px,
            rgb(170,116,156) 110px, rgb(170,116,156) 120px,
            transparent 120px, transparent 140px
        );
    left: 0;
    content: "";
    position: absolute;
    top: 3px;
    opacity: 0.5;
    background-repeat: repeat-x;
    height: 8px;
}.event_cal_9k7KRH .container {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    gap: 3rem;
}.event_cal_9k7KRH .company_holder {
    flex: 1 1 400px;
    position: relative;
    border-radius: 22px;
    padding: 0;
}.event_cal_9k7KRH .company_holder::before {
    opacity: 0.1;
    content: "";
    height: 100%;
    background-size: 50px 50px;
    background-image:
        linear-gradient(0deg, transparent 24px, rgb(170,116,156) 25px, rgb(170,116,156) 26px, transparent 27px, transparent 49px),
        linear-gradient(90deg, transparent 24px, rgb(170,116,156) 25px, rgb(170,116,156) 26px, transparent 27px, transparent 49px);
    left: 0;
    position: absolute;
    width: 100%;
    top: 0;
    border-radius: 22px;
}.event_cal_9k7KRH .company_holder h3 {
    padding: 1.5rem 2rem;
    color: #ffffff;
    font-weight: 700;
    background: rgb(170,116,156);
    margin: 0;
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
    position: relative;
    font-size: 38px;
}.event_cal_9k7KRH .company_holder h3::after {
    right: 15px;
    content: "";
    border-radius: 50%;
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
    background: #ffffff;
    width: 10px;
    height: 10px;
}.event_cal_9k7KRH .copy_notice_hVEPXl {
    position: relative;
    border-bottom-left-radius: 22px;
    border-bottom-right-radius: 22px;
    line-height: 1.6;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-size: 16px;
}.event_cal_9k7KRH .copy_notice_hVEPXl::before {
    content: "";
    background: rgb(170,116,156);
    width: 20px;
    top: 2rem;
    left: -10px;
    border-radius: 50%;
    height: 20px;
    opacity: 0.6;
    position: absolute;
}.event_cal_9k7KRH .copy_notice_hVEPXl::after {
    width: 20px;
    border-radius: 50%;
    bottom: 2rem;
    height: 20px;
    position: absolute;
    opacity: 0.6;
    background: rgb(170,116,156);
    content: "";
    right: -10px;
}.event_cal_9k7KRH .discuss_cta_i2TEPr {
    min-width: 400px;
    flex: 1 1 calc(100% - 450px);
}.event_cal_9k7KRH .nav_mainwrap_FDsU5S {
    gap: 3rem;
    flex-wrap: wrap;
    display: flex;
}.event_cal_9k7KRH .nav_class_bGqzd4 {
    position: relative;
    flex: 1 1 calc(50% - 1.5rem);
    overflow: hidden;
    border-radius: 22px;
    min-width: 200px;
}.event_cal_9k7KRH .nav_class_bGqzd4::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    border-radius: 22px;
    z-index: -1;
    background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.05) 10px, rgba(255, 255, 255, 0.05) 20px);
    right: 0;
    content: "";
}.event_cal_9k7KRH .nav_class_bGqzd4 h5 {
    font-weight: 600;
    background: rgb(170,116,156);
    margin: 0;
    color: #ffffff;
    position: relative;
    padding: 1rem 1.5rem;
    display: flex;
    font-size: 22px;
    align-items: center;
}.event_cal_9k7KRH .nav_class_bGqzd4 h5::before {
    width: 8px;
    border-radius: 50%;
    margin-right: 10px;
    background: #ffffff;
    display: inline-block;
    content: "";
    height: 8px;
}.event_cal_9k7KRH .nav_class_bGqzd4 h5::after {
    right: 15px;
    border-radius: 50%;
    transform: translateY(-50%);
    content: "";
    top: 50%;
    background: #ffffff;
    width: 6px;
    position: absolute;
    height: 6px;
}.event_cal_9k7KRH .nav_class_bGqzd4 .nav_mainwrap_FDsU5S {
    flex-direction: column;
    display: flex;
    background: rgba(255, 255, 255, 0.05);
    gap: 2px;
    padding: 1.5rem;
}.event_cal_9k7KRH .nav_class_bGqzd4 .nav_mainwrap_FDsU5S a {
    font-size: 16px;
    transition: all 0.3s ease;
    border-radius: 10px;
    display: block;
    padding: 0.8rem 1rem 0.8rem 2rem;
    color: #ffffff;
    position: relative;
    text-decoration: none;
}.event_cal_9k7KRH .nav_class_bGqzd4 .nav_mainwrap_FDsU5S a::before {
    transition: all 0.3s ease;
    background: rgb(170,116,156);
    content: "";
    border-radius: 50%;
    transform: translateY(-50%);
    height: 6px;
    top: 50%;
    width: 6px;
    position: absolute;
    left: 0.7rem;
}.event_cal_9k7KRH .nav_class_bGqzd4 .nav_mainwrap_FDsU5S a:hover {
    background: rgba(255, 255, 255, 0.1);
}.event_cal_9k7KRH .nav_class_bGqzd4 .nav_mainwrap_FDsU5S a:hover::before {
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1);
}.debate_club_tzelVU {
    position: relative;
    padding: 2rem 0;
    margin-top: 2.5rem;
    background: rgb(170,116,156);
}.debate_club_tzelVU::before {
    height: 5px;
    top: -5px;
    left: 0;
    width: 100%;
    background-image: 
        linear-gradient(90deg, 
            transparent 0px, transparent 20px,
            rgb(199,173,173) 20px, rgb(199,173,173) 40px,
            transparent 40px, transparent 60px,
            rgb(199,173,173) 60px, rgb(199,173,173) 80px,
            transparent 80px, transparent 100px,
            rgb(199,173,173) 100px, rgb(199,173,173) 120px
        );
    position: absolute;
    content: "";
    background-repeat: repeat-x;
}.debate_club_tzelVU .container {
    align-items: center;
    display: flex;
    position: relative;
    justify-content: center;
}.debate_club_tzelVU .container::before,
.debate_club_tzelVU .container::after {
    width: 15px;
    top: 50%;
    content: "";
    position: absolute;
    border-radius: 50%;
    transform: translateY(-50%);
    height: 15px;
    background: rgb(199,173,173);
}.debate_club_tzelVU .container::before {
    left: 15%;
}.debate_club_tzelVU .container::after {
    right: 15%;
}.debate_club_tzelVU .class_guide_JZjy1d {
    border-radius: 30px;
    position: relative;
    font-size: 15px;
    display: inline-block;
    padding: 0.5rem 2rem;
    text-align: center;
    background: rgb(199,173,173);
    color: #ffffff;
}.debate_club_tzelVU .class_guide_JZjy1d::before,
.debate_club_tzelVU .class_guide_JZjy1d::after {
    transform: translateY(-50%);
    top: 50%;
    height: 1px;
    background: rgb(199,173,173);
    position: absolute;
    content: "";
    width: 50px;
}.debate_club_tzelVU .class_guide_JZjy1d::before {
    right: 100%;
    margin-right: 15px;
}.debate_club_tzelVU .class_guide_JZjy1d::after {
    left: 100%;
    margin-left: 15px;
}

@media (max-width: 1200px) {.event_cal_9k7KRH .container {
    gap: 2rem;
}.event_cal_9k7KRH .company_holder {
    flex: 1 1 350px;
}.event_cal_9k7KRH .discuss_cta_i2TEPr {
    flex: 1 1 calc(100% - 400px);
    min-width: 350px;
}.event_cal_9k7KRH .nav_mainwrap_FDsU5S {
    gap: 2rem;
}.debate_club_tzelVU .container::before {
    left: 5%;
}.debate_club_tzelVU .container::after {
    right: 5%;
}
}

@media (max-width: 992px) {.event_cal_9k7KRH {
    padding: 3.5rem 0 1.5rem;
}.event_cal_9k7KRH .container {
    flex-direction: column;
    gap: 2.5rem;
}.event_cal_9k7KRH .company_holder,
    .event_cal_9k7KRH .discuss_cta_i2TEPr {
    flex: 1 1 100%;
    min-width: 100%;
}.event_cal_9k7KRH .nav_class_bGqzd4 {
    min-width: 200px;
    flex: 1 1 calc(50% - 1.5rem);
}.debate_club_tzelVU .container::before,
    .debate_club_tzelVU .container::after {
    display: none;
}
}

@media (max-width: 768px) {.event_cal_9k7KRH {
    padding: 3rem 0 1rem;
}.event_cal_9k7KRH .nav_mainwrap_FDsU5S {
    gap: 1.5rem;
}.event_cal_9k7KRH .company_holder h3 {
    font-size: calc(38px - 2px);
    padding: 1.2rem 1.5rem;
}.event_cal_9k7KRH .copy_notice_hVEPXl {
    padding: 1.5rem;
}.event_cal_9k7KRH .copy_notice_hVEPXl::before,
    .event_cal_9k7KRH .copy_notice_hVEPXl::after {
    display: none;
}.debate_club_tzelVU {
    margin-top: 2rem;
}.debate_club_tzelVU .class_guide_JZjy1d::before,
    .debate_club_tzelVU .class_guide_JZjy1d::after {
    width: 30px;
}
}

@media (max-width: 576px) {.event_cal_9k7KRH {
    padding: 2.5rem 0 0.8rem;
}.event_cal_9k7KRH .nav_class_bGqzd4 {
    flex: 1 1 100%;
    min-width: 100%;
}.event_cal_9k7KRH .nav_mainwrap_FDsU5S {
    gap: 1rem;
}.event_cal_9k7KRH .nav_class_bGqzd4 .nav_mainwrap_FDsU5S a {
    padding: 0.7rem 1rem 0.7rem 1.8rem;
}.event_cal_9k7KRH .nav_class_bGqzd4 .nav_mainwrap_FDsU5S a::before {
    left: 0.6rem;
}.debate_club_tzelVU {
    padding: 1.5rem 0;
    margin-top: 1.5rem;
}.debate_club_tzelVU .class_guide_JZjy1d::before,
    .debate_club_tzelVU .class_guide_JZjy1d::after {
    display: none;
}
}

@media (max-width: 420px) {.event_cal_9k7KRH::after {
    height: 5px;
    background-size: 100px 5px;
}.event_cal_9k7KRH .company_holder h3::after,
    .event_cal_9k7KRH .nav_class_bGqzd4 h5::before,
    .event_cal_9k7KRH .nav_class_bGqzd4 h5::after {
    display: none;
}.event_cal_9k7KRH .nav_class_bGqzd4 h5 {
    padding: 0.8rem 1rem;
}.event_cal_9k7KRH .nav_class_bGqzd4 .nav_mainwrap_FDsU5S {
    padding: 1rem;
}.debate_club_tzelVU .class_guide_JZjy1d {
    width: 90%;
    padding: 0.4rem 1.5rem;
}
}