﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}.container {
    margin: auto;
    width: 1229px;
    max-width: 100%;
}header,footer {
    width: 100%;
}html,body {
    color: #000000;
    font-family: Arial, sans-serif;
    height: 100%;
    min-height: 100%;
    scroll-behavior: auto;
}.class_guidekhqw {
    flex: 0 0 auto;
}a {
    text-decoration: none;
    color: inherit;
}.header_lesson8R6k {
    flex: 1 0 auto;
}::-webkit-scrollbar {
    background: rgb(233,225,231);
    width: 1.2vw;
    padding: 4px;
}::-webkit-scrollbar-track {
    background: rgb(173,152,168);
    margin: 1px 0;
    border-radius: 12.2rem;
}::-webkit-scrollbar-thumb {
    border-radius: 9999px;
    background: #ffffff;
}* {
    scrollbar-color: rgb(255, 255, 255, 0.5) rgb(233,225,231);
    scrollbar-width: none;
}svg {
    width: 30px;
    height: 30px;
}.wrapper-templatez4Os {
    min-height: 100%;
    display: flex;
    height: 100%;
    flex-direction: column;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.user_commentsBirw {
    background: linear-gradient(135deg, rgb(233,225,231) 0%, rgba(rgb(173,152,168,0.5), 0.05) 100%);
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
}.user_commentsBirw::before {
    content: "";
    background: radial-gradient(circle, rgb(173,152,168) 0%, rgba(rgb(173,152,168,0.5), 0) 70%);
    position: absolute;
    animation: float 15s ease-in-out infinite alternate;
    width: 20vw;
    filter: blur(50px);
    z-index: 0;
    top: -10%;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    height: 20vw;
    opacity: 0.1;
    left: -5%;
}.user_commentsBirw::after {
    animation: float 18s ease-in-out infinite alternate-reverse;
    position: absolute;
    bottom: -5%;
    z-index: 0;
    opacity: 0.07;
    height: 15vw;
    background: radial-gradient(circle, rgb(208,191,203) 0%, rgba(rgb(208,191,203,0.5), 0) 70%);
    filter: blur(40px);
    border-radius: 50% 50% 40% 60% / 40% 40% 60% 50%;
    width: 15vw;
    right: -5%;
    content: "";
}.user_commentsBirw .container {
    z-index: 1;
    position: relative;
}.user_commentsBirw h2 {
    max-width: 80%;
    font-size: 28px;
    font-weight: 700;
    transform: perspective(1000px) rotateX(0deg);
    text-align: left;
    position: relative;
    margin-bottom: 3.5rem;
    color: #000000;
}.user_commentsBirw h2::after {
    position: absolute;
    transition: transform 0.5s ease;
    content: "";
    background: linear-gradient(90deg, rgb(173,152,168) 0%, rgba(rgb(173,152,168,0.5), 0.3) 100%);
    bottom: -1rem;
    height: 3px;
    transform: translateX(0);
    left: 0;
    width: 4rem;
}.user_commentsBirw h2:hover::after {
    transform: translateX(20px) scaleX(1.2);
}.user_commentsBirw .review_opinionsFKpr {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin: 0;
    perspective: 1000px;
    gap: 2rem;
    padding: 0;
}.user_commentsBirw .user_ratingsSdHg {
    background: #ffffff;
    overflow: hidden;
    padding: 2rem;
    border-radius: 10px;
    transition: transform 0.4s cubic-bezier(0.2, 0.85, 0.4, 1), 
                box-shadow 0.4s cubic-bezier(0.2, 0.85, 0.4, 1);
    backface-visibility: hidden;
    transform-style: preserve-3d;
    transform: translateZ(0) rotateY(0deg);
    box-shadow: 0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.05),
                0 1px 5px rgba(rgba(0, 0, 0, 0.5), 0.03);
    position: relative;
}.user_commentsBirw .user_ratingsSdHg::before {
    color: rgba(rgb(173,152,168,0.5), 0.07);
    line-height: 1;
    position: absolute;
    pointer-events: none;
    font-size: 6rem;
    content: "";
    right: 1.5rem;
    font-family: Georgia, serif;
    top: 1.5rem;
}.user_commentsBirw .user_ratingsSdHg:hover {
    transform: translateY(-10px) translateZ(20px) rotateY(2deg);
    box-shadow: 0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.08),
                0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.05);
}.user_commentsBirw .user_ratingsSdHg div {
    align-items: center;
    margin-bottom: 1rem;
    display: flex;
}.user_commentsBirw .user_ratingsSdHg img {
    box-shadow: 0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.1);
    margin-right: 1rem;
    width: 50px;
    border: 2px solid rgba(rgb(173,152,168,0.5), 0.1);
    transition: transform 0.3s ease, border-color 0.3s ease;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}.user_commentsBirw .user_ratingsSdHg:hover img {
    border-color: rgba(rgb(173,152,168,0.5), 0.3);
    transform: scale(1.05);
}.user_commentsBirw .user_ratingsSdHg h4 {
    font-weight: 600;
    font-size: calc(24px * 0.9);
    position: relative;
    color: #000000;
    margin: 0;
}.user_commentsBirw .user_ratingsSdHg h4::after {
    position: absolute;
    content: "";
    height: 2px;
    left: 0;
    width: 0;
    bottom: -5px;
    transition: width 0.4s cubic-bezier(0.2, 0.85, 0.4, 1);
    background: linear-gradient(90deg, rgb(173,152,168) 0%, rgba(rgb(173,152,168,0.5), 0.3) 100%);
}.user_commentsBirw .user_ratingsSdHg:hover h4::after {
    width: 100%;
}.user_commentsBirw .user_ratingsSdHg .description {
    margin: 0;
    font-size: 17px;
    color: #000000;
    z-index: 1;
    line-height: 1.6;
    position: relative;
}.user_commentsBirw a {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    overflow: hidden;
    position: relative;
    color: #ffffff;
    padding: 0.8rem 2rem;
    background: linear-gradient(135deg, rgb(173,152,168) 0%, rgba(rgb(208,191,203,0.5), 0.9) 100%);
    margin-top: 3rem;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(rgb(173,152,168,0.5), 0.2);
    transition: transform 0.3s cubic-bezier(0.2, 0.85, 0.4, 1), 
                box-shadow 0.3s cubic-bezier(0.2, 0.85, 0.4, 1);
}.user_commentsBirw a::before {
    position: absolute;
    transition: left 0.5s cubic-bezier(0.2, 0.85, 0.4, 1);
    left: -100%;
    top: 0;
    width: 100%;
    pointer-events: none;
    content: "";
    height: 100%;
    background: linear-gradient(90deg, 
                rgba(255, 255, 255, 0) 0%, 
                rgba(255, 255, 255, 0.2) 50%, 
                rgba(255, 255, 255, 0) 100%);
}.user_commentsBirw a:hover {
    box-shadow: 0 8px 25px rgba(rgb(173,152,168,0.5), 0.3);
    transform: translateY(-3px);
}.user_commentsBirw a:hover::before {
    left: 100%;
}

@keyframes float {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    50% {
        transform: translate(5%, 2%) rotate(5deg);
    }
    100% {
        transform: translate(-5%, -2%) rotate(-5deg);
    }
}

@media (max-width: 1200px) {.user_commentsBirw h2 {
    font-size: calc(28px * 0.9);
    max-width: 100%;
}.user_commentsBirw .review_opinionsFKpr {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1.5rem;
}
}

@media (max-width: 992px) {.user_commentsBirw {
    padding: 4rem 0;
}.user_commentsBirw h2 {
    margin-bottom: 2.5rem;
}.user_commentsBirw .review_opinionsFKpr {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.user_commentsBirw .user_ratingsSdHg {
    padding: 1.5rem;
}
}

@media (max-width: 768px) {.user_commentsBirw {
    padding: 3rem 0;
}.user_commentsBirw h2 {
    margin-bottom: 2rem;
    font-size: calc(28px * 0.8);
}.user_commentsBirw .review_opinionsFKpr {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    gap: 1.25rem;
}.user_commentsBirw .user_ratingsSdHg:hover {
    transform: translateY(-5px) translateZ(10px);
}.user_commentsBirw a {
    padding: 0.7rem 1.5rem;
    margin-top: 2rem;
}
}

@media (max-width: 576px) {.user_commentsBirw {
    padding: 2.5rem 0;
}.user_commentsBirw h2 {
    font-size: calc(28px * 0.7);
}.user_commentsBirw .user_ratingsSdHg {
    padding: 1.25rem;
}.user_commentsBirw .user_ratingsSdHg img {
    height: 40px;
    width: 40px;
}.user_commentsBirw .user_ratingsSdHg h4 {
    font-size: calc(24px * 0.8);
}.user_commentsBirw .user_ratingsSdHg .description {
    font-size: calc(17px * 0.9);
}.user_commentsBirw a {
    width: 100%;
    text-align: center;
}}.thxPanelh91b {
    position: relative;
    justify-content: center;
    background: linear-gradient(135deg, rgb(233,225,231) 0%, rgb(208,191,203,0.5) 100%);
    align-items: center;
    min-height: 60vh;
    padding: 5rem 2rem;
    display: flex;
    overflow: hidden;
}.thxPanelh91b::before {
    width: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgb(208,191,203,0.5) 0px,
        rgb(208,191,203,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    top: 0;
    content: "";
    position: absolute;
    opacity: 0.05;
    z-index: 1;
    left: 0;
    height: 100%;
}.thxPanelh91b::after {
    transform: rotate(15deg);
    z-index: 1;
    top: -5%;
    content: "";
    position: absolute;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    width: 30%;
    right: -5%;
    opacity: 0.1;
    height: 30%;
    background: rgb(173,152,168,0.5);
}.thxPanelh91b .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    width: 100%;
    z-index: 2;
}.thxPanelh91b .corp_cultureeGFH {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08), 0 10px 20px rgba(0, 0, 0, 0.05);
    grid-template-columns: 1fr;
    padding: 3.5rem;
    position: relative;
    background: rgba(255, 255, 255, 0.97);
    display: grid;
    gap: 2rem;
    transform: perspective(1000px) rotateX(2deg);
    border-left: 5px solid rgb(208,191,203);
}.thxPanelh91b .corp_cultureeGFH::before {
    background: linear-gradient(90deg, rgb(208,191,203) 0%, rgb(173,152,168) 100%);
    top: 0;
    width: 100%;
    position: absolute;
    height: 8px;
    content: "";
    transform-origin: left top;
    left: 0;
}.thxPanelh91b .corp_cultureeGFH > div:first-child {
    position: relative;
    padding-bottom: 1.5rem;
}.thxPanelh91b .corp_cultureeGFH > div:first-child::after {
    content: "";
    animation: lineGrow 1.2s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    transform-origin: left;
    position: absolute;
    bottom: 0;
    width: 80px;
    height: 4px;
    background: rgb(173,152,168);
    left: 0;
}.thxPanelh91b h5 {
    line-height: 1.4;
    font-size: calc(21px * 1.1);
    font-weight: 700;
    color: #000000;
    animation: fadeUp 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.2s forwards;
    transform: translateY(20px);
    opacity: 0;
    margin: 0;
}.thxPanelh91b a {
    display: block;
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}.thxPanelh91b a:hover {
    transform: translateY(-5px);
}.thxPanelh91b p {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.03);
    border-left: 3px solid rgb(173,152,168,0.5);
    opacity: 0;
    transform: translateY(20px);
    margin: 0;
    color: #000000;
    line-height: 1.8;
    padding: 1.5rem;
    background: linear-gradient(to bottom right, rgba(rgb(233,225,231), 0.3), rgba(255, 255, 255, 0.9));
    position: relative;
    border-radius: 10px;
    font-size: 17px;
    animation: fadeUp 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.4s forwards;
}.thxPanelh91b p::before {
    content: "✓";
    top: -15px;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: -15px;
    background: rgb(208,191,203);
    border-radius: 50%;
    display: flex;
    color: #ffffff;
    width: 36px;
    font-weight: 700;
    height: 36px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

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

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

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

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

@media (max-width: 480px) {.thxPanelh91b {
    padding: 3rem 1rem;
}.thxPanelh91b .corp_cultureeGFH {
    padding: 2rem 1.2rem;
    border-left-width: 3px;
}.thxPanelh91b .corp_cultureeGFH::before {
    height: 5px;
}.thxPanelh91b h5 {
    font-size: calc(21px * 0.9);
}.thxPanelh91b p {
    font-size: calc(17px * 0.9);
    padding: 1rem;
    line-height: 1.6;
}}.instructor_historyjs83 {
    background: linear-gradient(135deg, rgb(233,225,231) 0%, #ffffff 100%);
    overflow: hidden;
    position: relative;
    padding: 5rem 0;
}.instructor_historyjs83::before {
    height: 100%;
    top: 0;
    content: "";
    position: absolute;
    left: 0;
    opacity: 0.05;
    z-index: 1;
    width: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(208,191,203,0.5) 0px,
        rgb(208,191,203,0.5) 1px,
        transparent 1px,
        transparent 15px
    );
}.instructor_historyjs83::after {
    transform: rotate(-15deg);
    height: 200%;
    opacity: 0.08;
    top: -50%;
    background: linear-gradient(135deg, rgb(208,191,203,0.5) 0%, rgb(173,152,168,0.5) 100%);
    position: absolute;
    width: 70%;
    content: "";
    right: -20%;
    z-index: 0;
}.instructor_historyjs83 .container {
    padding: 0 1.5rem;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    max-width: 1200px;
}.instructor_historyjs83 .user_ratingsSdHg {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.07), 
                0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 2.5rem;
    grid-template-columns: 1fr;
    position: relative;
    transform: perspective(1000px) rotateY(-1deg);
    display: grid;
    gap: 2rem;
    background: #ffffff;
}.instructor_historyjs83 .user_ratingsSdHg:hover {
    transform: perspective(1000px) rotateY(0deg);
}.instructor_historyjs83 .user_ratingsSdHg::before {
    background: linear-gradient(to bottom, rgb(208,191,203) 0%, rgb(173,152,168) 100%);
    width: 5px;
    transition: transform 0.3s ease-out;
    top: 0;
    left: 0;
    content: "";
    transform: scaleY(0.95);
    height: 100%;
    transform-origin: left center;
    position: absolute;
}.instructor_historyjs83 .user_ratingsSdHg:hover::before {
    transform: scaleY(1);
}.instructor_historyjs83 .img_circleBqVR {
    transform: translateY(0);
    border-radius: 5px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    width: 120px;
    position: relative;
    margin: 0 auto;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    height: 120px;
}.instructor_historyjs83 .user_ratingsSdHg:hover .img_circleBqVR {
    transform: translateY(-5px);
}.instructor_historyjs83 .img_circleBqVR::after {
    inset: 0;
    content: "";
    border-radius: 5px;
    position: absolute;
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.2));
    z-index: 1;
}.instructor_historyjs83 .img_circleBqVR::before {
    left: -10px;
    z-index: -1;
    position: absolute;
    top: -10px;
    transform: scale(0.95);
    opacity: 0;
    border-radius: 5px;
    background: linear-gradient(135deg, rgb(208,191,203,0.5) 0%, rgb(173,152,168,0.5) 100%);
    transition: all 0.3s ease;
    content: "";
    width: calc(100% + 20px);
    height: calc(100% + 20px);
}.instructor_historyjs83 .user_ratingsSdHg:hover .img_circleBqVR::before {
    transform: scale(1);
    opacity: 0.5;
}.instructor_historyjs83 .name {
    color: #000000;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    margin-bottom: 0.5rem;
    font-weight: 700;
    font-size: 20px;
    position: relative;
    text-align: center;
    transform: translateY(0);
}.instructor_historyjs83 .user_ratingsSdHg:hover .name {
    transform: translateY(-3px);
}.instructor_historyjs83 .name::after {
    left: 50%;
    background: rgb(208,191,203);
    transform: translateX(-50%) scaleX(0.7);
    height: 2px;
    width: 40px;
    content: "";
    bottom: -6px;
    transition: transform 0.3s ease;
    position: absolute;
}.instructor_historyjs83 .user_ratingsSdHg:hover .name::after {
    transform: translateX(-50%) scaleX(1);
}.instructor_historyjs83 .user_ratingsSdHg > div:nth-child(2) > div {
    color: rgb(173,152,168);
    text-align: center;
    font-size: calc(12px * 0.95);
    font-style: italic;
    opacity: 0.9;
    transition: color 0.3s ease;
}.instructor_historyjs83 .user_ratingsSdHg:hover > div:nth-child(2) > div {
    color: rgb(208,191,203);
}.instructor_historyjs83 .career_sectionTVX5 {
    text-align: center;
    padding: 1rem 0;
    position: relative;
    color: #000000;
    line-height: 1.7;
    font-size: 12px;
}.instructor_historyjs83 .career_sectionTVX5::before,
.instructor_historyjs83 .career_sectionTVX5::after {
    transition: all 0.3s ease;
    color: rgb(208,191,203,0.5);
    content: "";
    position: absolute;
    font-size: 3rem;
    line-height: 1;
    opacity: 0.3;
}.instructor_historyjs83 .career_sectionTVX5::before {
    top: -10px;
    left: -5px;
}.instructor_historyjs83 .career_sectionTVX5::after {
    bottom: -20px;
    transform: rotate(180deg);
    right: -5px;
}.instructor_historyjs83 .user_ratingsSdHg:hover .career_sectionTVX5::before,
.instructor_historyjs83 .user_ratingsSdHg:hover .career_sectionTVX5::after {
    color: rgb(208,191,203);
    opacity: 0.5;
}

@media (min-width: 768px) {.instructor_historyjs83 {
    padding: 7rem 0;
}.instructor_historyjs83 .user_ratingsSdHg {
    grid-template-columns: auto 1fr 2fr;
    align-items: center;
    padding: 3rem;
    gap: 2.5rem;
}.instructor_historyjs83 .img_circleBqVR {
    height: 150px;
    width: 150px;
    margin: 0;
}.instructor_historyjs83 .name,
    .instructor_historyjs83 .user_ratingsSdHg > div:nth-child(2) > div {
    text-align: left;
}.instructor_historyjs83 .name::after {
    left: 0;
    transform: translateX(0) scaleX(0.7);
}.instructor_historyjs83 .user_ratingsSdHg:hover .name::after {
    transform: translateX(0) scaleX(1);
}.instructor_historyjs83 .career_sectionTVX5 {
    padding: 0;
    text-align: left;
}.instructor_historyjs83 .user_ratingsSdHg::before {
    width: 8px;
}.instructor_historyjs83::after {
    right: -10%;
    top: -30%;
    width: 50%;
}
}

@media (min-width: 992px) {.instructor_historyjs83 .user_ratingsSdHg {
    gap: 3rem;
    padding: 3.5rem 4rem;
}.instructor_historyjs83 .img_circleBqVR {
    width: 180px;
    height: 180px;
}.instructor_historyjs83 .career_sectionTVX5 {
    font-size: calc(12px * 1.05);
    line-height: 1.8;
}.instructor_historyjs83 .user_ratingsSdHg::before {
    width: 10px;
}
}

@media (min-width: 1200px) {.instructor_historyjs83 .container {
    padding: 0 2rem;
}.instructor_historyjs83 .user_ratingsSdHg {
    padding: 4rem 5rem;
    grid-template-columns: auto 1fr 3fr;
}.instructor_historyjs83 .img_circleBqVR {
    height: 200px;
    width: 200px;
}.instructor_historyjs83 .career_sectionTVX5 {
    padding-right: 1rem;
}.instructor_historyjs83 .user_ratingsSdHg > div:nth-child(2) {
    padding-right: 1rem;
}
}

@media (max-width: 767px) {.instructor_historyjs83 .user_ratingsSdHg > div:first-child {
    margin-bottom: 1rem;
}.instructor_historyjs83 .user_ratingsSdHg > div:nth-child(2) {
    margin-bottom: 1.5rem;
}}.secure_archive69gL {
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    background: linear-gradient(135deg, rgb(233,225,231) 0%, rgba(255,255,255,0.95) 100%);
    padding: 5rem 2rem;
    overflow: hidden;
    position: relative;
}.secure_archive69gL::before {
    z-index: 0;
    background: linear-gradient(225deg, rgb(208,191,203,0.5) 0%, transparent 70%);
    height: 40%;
    animation: float 15s ease-in-out infinite;
    opacity: 0.15;
    top: -5%;
    content: "";
    filter: blur(40px);
    right: -5%;
    transform: rotate(-15deg);
    position: absolute;
    width: 40%;
}.secure_archive69gL::after {
    opacity: 0.15;
    bottom: -5%;
    height: 35%;
    filter: blur(30px);
    z-index: 0;
    animation: float 18s ease-in-out infinite reverse;
    transform: rotate(10deg);
    background: linear-gradient(45deg, rgb(173,152,168,0.5) 0%, transparent 80%);
    left: -5%;
    content: "";
    width: 35%;
    position: absolute;
}@keyframes float {
    0%, 100% { transform: translate(0, 0) rotate(-15deg); }
    50% { transform: translate(10px, 15px) rotate(-5deg); }
}

.secure_archive69gL .container {
    position: relative;
    z-index: 2;
    padding: 3rem;
    margin: 0 auto;
    box-shadow: 0 15px 40px rgba(0,0,0,0.04), 0 5px 10px rgba(0,0,0,0.02);
    background: #ffffff;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    max-width: 1140px;
    transform: perspective(1000px) rotateX(0.5deg);
}.secure_archive69gL .container:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.secure_archive69gL h1 {
    display: inline-block;
    font-size: 46px;
    line-height: 1.2;
    font-weight: 700;
    position: relative;
    color: #000000;
    margin-bottom: 2rem;
    letter-spacing: -0.01em;
}.secure_archive69gL h1::after {
    bottom: -0.5rem;
    transform-origin: left;
    height: 4px;
    position: absolute;
    transition: width 0.3s ease;
    width: 40%;
    background: linear-gradient(90deg, rgb(208,191,203) 0%, rgb(173,152,168) 100%);
    left: 0;
    content: "";
}.secure_archive69gL h2 {
    margin: 2.5rem 0 1.5rem;
    font-size: 35px;
    transition: all 0.3s ease;
    padding-left: 1rem;
    color: #000000;
    border-left: 3px solid rgb(208,191,203);
    font-weight: 600;
}.secure_archive69gL h2:hover {
    border-left-width: 5px;
    transform: translateX(5px);
}.secure_archive69gL h3 {
    padding-left: 0.8rem;
    font-size: calc(35px * 0.8);
    font-weight: 600;
    color: #000000;
    border-left: 2px solid rgb(173,152,168);
    margin: 2rem 0 1.2rem;
    position: relative;
}.secure_archive69gL h4 {
    font-weight: 600;
    padding-left: 0.6rem;
    margin: 1.8rem 0 1rem;
    border-left: 1px solid rgb(173,152,168);
    font-size: calc(35px * 0.7);
    color: #000000;
    position: relative;
}.secure_archive69gL p {
    color: #000000;
    z-index: 1;
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    position: relative;
    transition: transform 0.3s ease;
}.secure_archive69gL p:hover {
    transform: translateX(3px);
}.secure_archive69gL p strong {
    position: relative;
    font-weight: 600;
    display: inline-block;
    color: rgb(208,191,203);
}.secure_archive69gL p strong::after {
    position: absolute;
    transform: scaleX(0);
    height: 1px;
    content: "";
    left: 0;
    background: rgb(208,191,203,0.5);
    transition: transform 0.3s ease;
    bottom: -2px;
    width: 100%;
    transform-origin: left;
}.secure_archive69gL p:hover strong::after {
    transform: scaleX(1);
}.secure_archive69gL span {
    display: block;
    padding-left: 1rem;
    font-size: 17px;
    color: #000000;
    margin-bottom: 1.5rem;
    line-height: 1.7;
    border-left: 1px dashed rgb(173,152,168,0.5);
    position: relative;
}.secure_archive69gL ul {
    list-style-type: none;
    position: relative;
    margin: 1.5rem 0 2rem;
    padding-left: 0;
}.secure_archive69gL ul::before {
    left: 0.8rem;
    background: linear-gradient(to bottom, rgb(208,191,203,0.5), transparent);
    content: "";
    top: 0;
    width: 1px;
    bottom: 0;
    transform-origin: top;
    transform: scaleY(0.95);
    position: absolute;
}.secure_archive69gL li {
    position: relative;
    font-size: 17px;
    margin-bottom: 1rem;
    line-height: 1.6;
    color: #000000;
    padding-left: 2.5rem;
    transition: transform 0.2s ease;
}.secure_archive69gL li:hover {
    transform: translateX(5px);
}.secure_archive69gL li::before {
    transition: all 0.2s ease;
    background: rgb(208,191,203);
    top: 0.6rem;
    box-shadow: 0 0 0 2px rgb(208,191,203,0.5);
    width: 8px;
    left: 0.5rem;
    border-radius: 50%;
    height: 8px;
    position: absolute;
    content: "";
}.secure_archive69gL li:hover::before {
    background: rgb(173,152,168);
    transform: scale(1.2);
}

@media (max-width: 992px) {.secure_archive69gL {
    padding: 4rem 1.5rem;
}.secure_archive69gL .container {
    transform: perspective(800px) rotateX(0.3deg);
    padding: 2.5rem;
}.secure_archive69gL h1 {
    font-size: calc(46px * 0.9);
}.secure_archive69gL h2 {
    font-size: calc(35px * 0.9);
    padding-left: 0.8rem;
}
}

@media (max-width: 768px) {.secure_archive69gL {
    padding: 3rem 1rem;
}.secure_archive69gL .container {
    padding: 2rem;
    transform: none;
}.secure_archive69gL h1 {
    font-size: calc(46px * 0.8);
}.secure_archive69gL h2 {
    margin: 2rem 0 1rem;
    font-size: calc(35px * 0.8);
}.secure_archive69gL h3 {
    font-size: calc(35px * 0.7);
}.secure_archive69gL h4 {
    font-size: calc(35px * 0.6);
}.secure_archive69gL p, 
    .secure_archive69gL span, 
    .secure_archive69gL li {
    font-size: calc(17px * 0.95);
}.secure_archive69gL ul {
    margin: 1.2rem 0 1.5rem;
}.secure_archive69gL li {
    padding-left: 2rem;
}
}

@media (max-width: 576px) {.secure_archive69gL {
    padding: 2rem 0.8rem;
}.secure_archive69gL .container {
    padding: 1.5rem;
}.secure_archive69gL h1 {
    margin-bottom: 1.5rem;
    font-size: calc(46px * 0.7);
}.secure_archive69gL h1::after {
    height: 3px;
}.secure_archive69gL h2 {
    padding-left: 0.6rem;
    font-size: calc(35px * 0.7);
    border-left-width: 2px;
}.secure_archive69gL p, 
    .secure_archive69gL span, 
    .secure_archive69gL li {
    line-height: 1.6;
    font-size: calc(17px * 0.9);
}.secure_archive69gL li {
    padding-left: 1.8rem;
}.secure_archive69gL li::before {
    width: 6px;
    height: 6px;
}}header {
    background: rgb(173,152,168);
    margin-top: 0;
    overflow: visible;
    z-index: 100;
    position: relative;
    padding: 0;
}header::before {
    height: 100%;
    content: '';
    background-size: 20px 20px;
    position: absolute;
    width: 100%;
    background-image: linear-gradient(0deg, 
        rgba(255, 255, 255, 0.02) 1px, 
        transparent 1px),
    linear-gradient(90deg, 
        rgba(255, 255, 255, 0.02) 1px, 
        transparent 1px);
    left: 0;
    z-index: 0;
    top: 0;
}header::after {
    left: 0;
    position: absolute;
    z-index: 0;
    height: 100%;
    background: 
        linear-gradient(to right, transparent 0%, rgb(173,152,168,0.5) 50%, transparent 100%),
        linear-gradient(to bottom, transparent 0%, rgb(173,152,168,0.5) 50%, transparent 100%);
    width: 100%;
    top: 0;
    content: '';
}header .site_start94wl {
    justify-content: space-between;
    z-index: 5;
    padding: 1.3rem 2.5rem;
    align-items: center;
    display: flex;
    position: relative;
}header .nav_mainLIrc {
    flex: 0 0 auto;
    border-left: 3px solid rgb(208,191,203);
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    z-index: 2;
    padding: 0.5rem 0.7rem;
    margin-right: 2rem;
}header .nav_mainLIrc::before {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    opacity: 0;
    left: 0;
    height: 100%;
    transform: scaleX(0);
    content: '';
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    top: 0;
    width: 100%;
    position: absolute;
    transition: all 0.4s ease;
}header .nav_mainLIrc:hover {
    transform: translateX(5px);
    box-shadow: 5px 0 15px -5px rgb(208,191,203);
}header .nav_mainLIrc:hover::before {
    transform: scaleX(1);
    opacity: 1;
}header .head_edujVGm {
    position: relative;
    display: block;
    transition: all 0.3s ease;
}header .head_edujVGm::after {
    bottom: -5px;
    content: '';
    opacity: 0;
    transition: all 0.3s ease;
    right: -5px;
    height: 10px;
    position: absolute;
    width: 10px;
    background: rgb(208,191,203);
}header .head_edujVGm:hover::after {
    opacity: 1;
}header .head_edujVGm img {
    max-height: 40px;
    filter: brightness(1.1);
}header .head_bare7Xu {
    display: flex;
    padding: 0;
    list-style: none;
    margin: 0;
    position: relative;
    z-index: 2;
}header .head_bare7Xu::before {
    content: '';
    top: 50%;
    right: -20px;
    background: rgb(208,191,203);
    transform: translateY(-50%);
    position: absolute;
    height: 1px;
    width: 40px;
}header .head_tutorKf3T {
    margin: 0 1px;
    position: relative;
}header .head_tutorKf3T a {
    display: flex;
    height: 45px;
    overflow: hidden;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    border-right: 1px solid transparent;
    font-size: 16px;
    position: relative;
    letter-spacing: 1px;
    z-index: 1;
    border-left: 1px solid transparent;
    color: #ffffff;
    transition: all 0.3s ease;
    padding: 0 1.2rem;
}header .head_tutorKf3T a::before {
    height: 100%;
    content: '';
    z-index: -1;
    top: 0;
    width: 100%;
    left: 0;
    transition: transform 0.3s ease;
    position: absolute;
    background: rgb(208,191,203);
    transform: translateX(-100%);
}header .head_tutorKf3T a:hover {
    color: #ffffff;
    border-right-color: rgba(255, 255, 255, 0.2);
    border-left-color: rgba(255, 255, 255, 0.2);
}header .head_tutorKf3T a:hover::before {
    transform: translateX(0);
}header .head_tutorKf3T a::after {
    width: 100%;
    transform-origin: right;
    left: 0;
    position: absolute;
    transition: transform 0.3s ease;
    background: rgb(208,191,203);
    height: 2px;
    top: 0;
    transform: scaleX(0);
    content: '';
}header .head_tutorKf3T a:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}header .head_tutorKf3T::before {
    content: '';
    position: absolute;
    left: -10px;
    background: rgb(208,191,203);
    transition: transform 0.3s ease;
    height: 5px;
    transform: translateY(-50%) scale(0);
    top: 50%;
    width: 5px;
}header .head_tutorKf3T:hover::before {
    transform: translateY(-50%) scale(1);
}header .site_start94wl::before {
    height: 1px;
    top: 20px;
    position: absolute;
    background: rgb(208,191,203);
    width: 30px;
    content: '';
    left: 20px;
}header .site_start94wl::after {
    position: absolute;
    width: 1px;
    top: 20px;
    height: 30px;
    left: 20px;
    content: '';
    background: rgb(208,191,203);
}.header_lesson8R6k {
    z-index: 1;
    background: rgb(233,225,231);
    position: relative;
    padding-top: 2rem;
}@keyframes typingCursor {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}

header .head_tutorKf3T:last-child::after {
    position: absolute;
    animation: typingCursor 1s infinite;
    top: 50%;
    content: '|';
    transform: translateY(-50%);
    font-weight: 700;
    right: -10px;
    color: rgb(208,191,203);
}

@media (min-width: 1400px) {header .site_start94wl {
    max-width: 1320px;
    margin: 0 auto;
}header .head_tutorKf3T {
    margin: 0 2px;
}header .head_tutorKf3T a {
    padding: 0 1.5rem;
}
}

@media (max-width: 991px) {header .site_start94wl {
    flex-wrap: wrap;
    padding: 1rem 2rem;
}header .nav_mainLIrc {
    margin-right: 0;
    margin-bottom: 0;
}header .head_bare7Xu {
    margin-top: 1rem;
    flex-basis: 100%;
    justify-content: flex-end;
}header .head_bare7Xu::before {
    display: none;
}header .head_tutorKf3T a {
    height: 40px;
    padding: 0 1rem;
    font-size: calc(16px - 1px);
}header .head_tutorKf3T::before {
    display: none;
}header .site_start94wl::before,
    header .site_start94wl::after {
    display: none;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .site_start94wl {
    padding: 0.8rem 1.5rem;
}header .nav_mainLIrc {
    max-width: 140px;
    padding: 0.4rem 0.6rem;
}header .head_edujVGm img {
    max-height: 35px;
}header .head_bare7Xu {
    margin-top: 0.8rem;
    overflow-x: auto;
    justify-content: flex-start;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.5rem;
}header .head_bare7Xu::-webkit-scrollbar {
    height: 3px;
}header .head_bare7Xu::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(208,191,203);
}header .head_tutorKf3T {
    margin: 0;
    flex: 0 0 auto;
}header .head_tutorKf3T a {
    white-space: nowrap;
    font-size: calc(16px - 2px);
    letter-spacing: 0.5px;
    height: 35px;
    padding: 0 0.8rem;
}header .head_tutorKf3T:last-child::after {
    display: none;
}
}

@media (max-width: 479px) {header .site_start94wl {
    padding: 0.7rem 1.2rem;
}header .nav_mainLIrc {
    max-width: 120px;
    padding: 0.3rem 0.5rem;
}header .head_tutorKf3T a {
    padding: 0 0.6rem;
    height: 32px;
    font-size: calc(16px - 3px);
}}.cookie_warning_overlayN6ly {
    border-top: 3px solid rgb(208,191,203);
    width: 100%;
    padding: 20px;
    background: rgb(233,225,231);
    position: fixed;
    bottom: 0;
    font-family: Arial, sans-serif;
    z-index: 1050;
    overflow: hidden;
}.cookie_disclaimerZ1ED {
    z-index: 1;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}.cookie_explainedsf0a {
    margin-right: 20px;
    flex-shrink: 0;
}#popupPrivacyNoticeuWUr {
    display: none;
}#popupPrivacyNoticeuWUr:checked ~ .cookie_warning_overlayN6ly {
    opacity: 0;
    visibility: hidden;
}.cookie_explainedsf0a svg {
    height: 60px;
    transition: fill 0.3s ease-in-out;
    fill: rgb(208,191,203);
    width: 60px;
}.cookie_verifyO47P {
    flex-grow: 1;
    margin-right: 20px;
}.cookie_verifyO47P h5 {
    color: rgb(208,191,203);
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 18px;
}.cookie_verifyO47P p {
    color: #000000;
    font-size: 15px;
    margin-bottom: 0;
}.cookie_visitorLFVZ {
    padding: 10px 20px;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
    border-radius: 10px;
    margin-left: 10px;
}.cookie_visitorLFVZ {
    background-color: rgb(208,191,203);
    color: #ffffff;
    border: 1px solid rgb(208,191,203);
}.cookie_visitorLFVZ:hover {
    background-color: rgba(0, 0, 0, 0.5);
    border-color: #000000;
}.cookie_warning_overlayN6ly p a {
    color: rgb(208,191,203);
    text-decoration: underline;
}.cookie_warning_overlayN6ly p a:hover {
    color: #000000;
}
@media (max-width: 1200px) {.cookie_verifyO47P h5 {
    font-size: calc(18px - 2px);
}.cookie_verifyO47P p {
    font-size: calc(15px - 2px);
}.cookie_visitorLFVZ {
    font-size: calc(16px - 2px);
    padding: 8px 16px;
}
}
@media (max-width: 800px) {.cookie_disclaimerZ1ED {
    flex-direction: column;
    align-items: center;
}.cookie_explainedsf0a {
    margin-bottom: 15px;
}.cookie_verifyO47P {
    text-align: center;
    margin-bottom: 20px;
}.cookie_visitorLFVZ {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
}}
.program_outcomesNMfQ {
    overflow: hidden;
    position: relative;
    font-family: Arial, sans-serif;
    padding: 90px 0;
    background: linear-gradient(150deg, #ffffff 0%, rgb(233,225,231) 100%);
}.program_outcomesNMfQ::before {
    height: 100%;
    z-index: 0;
    left: 0;
    position: absolute;
    opacity: 0.3;
    content: "";
    top: 0;
    width: 100%;
    background: 
    radial-gradient(circle at 20% 30%, rgb(208,191,203,0.5) 0%, transparent 35%),
    radial-gradient(circle at 80% 60%, rgb(173,152,168,0.5) 0%, transparent 35%);
}.program_outcomesNMfQ::after {
    width: 100%;
    background-size: 20px 20px;
    background-image: 
    linear-gradient(0deg, transparent 95%, rgb(208,191,203,0.5) 100%),
    linear-gradient(90deg, transparent 95%, rgb(173,152,168,0.5) 100%);
    top: 0;
    animation: moveBgPattern 60s linear infinite;
    height: 100%;
    left: 0;
    position: absolute;
    opacity: 0.1;
    content: "";
}@keyframes moveBgPattern {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 20px 20px;
  }
}

.program_outcomesNMfQ .container {
    padding: 0 25px;
    position: relative;
    margin: 0 auto;
    z-index: 1;
    max-width: 1200px;
}.program_outcomesNMfQ .corp_cultureeGFH {
    background: #ffffff;
    position: relative;
    box-shadow: 
    0 20px 50px rgba(0, 0, 0, 0.1),
    0 0 0 1px rgba(255, 255, 255, 0.5);
    grid-template-columns: 0.9fr 1.1fr;
    border-radius: 10px;
    display: grid;
    overflow: hidden;
}.program_outcomesNMfQ .corp_cultureeGFH::before {
    width: 100%;
    content: "";
    left: 0;
    position: absolute;
    transition: transform 0.4s ease;
    background-image: linear-gradient(
    90deg, 
    rgb(208,191,203,0.5), 
    rgb(173,152,168,0.5), 
    rgb(208,191,203,0.5)
  );
    transform: translateY(-60px);
    opacity: 0.2;
    height: 70px;
    top: 0;
}.program_outcomesNMfQ .corp_cultureeGFH:hover::before {
    transform: translateY(-40px);
}.program_outcomesNMfQ .img_circleBqVR {
    height: 100%;
    transform-origin: left center;
    width: 100%;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    object-fit: cover;
    clip-path: polygon(0% 0%, 100% 0%, 80% 100%, 0% 100%);
}.program_outcomesNMfQ .img_circleBqVR:hover {
    transform: scale(1.05);
}.program_outcomesNMfQ .content_wrapperQrqU {
    position: relative;
    justify-content: center;
    flex-direction: column;
    display: flex;
    padding: 40px 30px 40px 10px;
}.program_outcomesNMfQ .content_wrapperQrqU::before {
    background: radial-gradient(circle, rgb(208,191,203,0.5) 0%, transparent 70%);
    height: 200px;
    filter: blur(30px);
    width: 200px;
    top: -100px;
    right: -100px;
    opacity: 0.3;
    position: absolute;
    content: "";
}.program_outcomesNMfQ h3 {
    font-weight: 700;
    font-size: 31px;
    color: rgb(208,191,203);
    margin-bottom: 30px;
    position: relative;
}.program_outcomesNMfQ h3::after {
    width: 40px;
    background: rgb(173,152,168);
    bottom: -8px;
    transition: width 0.3s ease;
    height: 3px;
    content: "";
    position: absolute;
    left: 0;
}.program_outcomesNMfQ .content_wrapperQrqU:hover h3::after {
    width: 80px;
}.program_outcomesNMfQ ul {
    flex-direction: column;
    list-style: none;
    display: flex;
    gap: 12px;
    padding: 0;
    margin: 0;
}.program_outcomesNMfQ li {
    transform: translateX(0);
    box-shadow: 
    3px 3px 10px rgba(0, 0, 0, 0.05),
    inset 1px 1px 1px rgba(255, 255, 255, 0.8);
    position: relative;
    border-left: 2px solid rgb(208,191,203,0.5);
    border-radius: 15px 5px 15px 5px;
    padding: 10px 15px;
    transition: all 0.3s ease;
    overflow: hidden;
    border-bottom: 1px solid rgb(173,152,168,0.5);
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.4));
}.program_outcomesNMfQ li::before {
    position: absolute;
    transition: opacity 0.3s ease;
    opacity: 0;
    background: linear-gradient(120deg, transparent, rgb(173,152,168,0.5));
    height: 100%;
    left: 0;
    width: 100%;
    top: 0;
    content: "";
}.program_outcomesNMfQ li:hover {
    border-left: 2px solid rgb(208,191,203);
    transform: translateX(10px);
    box-shadow: 
    5px 5px 15px rgba(0, 0, 0, 0.08),
    inset 1px 1px 2px rgba(255, 255, 255, 0.9);
}.program_outcomesNMfQ li:hover::before {
    opacity: 0.2;
}.program_outcomesNMfQ li p {
    margin: 0;
    z-index: 1;
    color: #000000;
    font-size: 13px;
    align-items: center;
    display: flex;
    position: relative;
    gap: 15px;
}.program_outcomesNMfQ svg {
    width: 18px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
    background: linear-gradient(135deg, rgb(208,191,203), rgb(173,152,168));
    border-radius: 8px;
    height: 18px;
    transition: all 0.3s ease;
    padding: 7px;
}.program_outcomesNMfQ svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}.program_outcomesNMfQ li:hover svg {
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.15);
    transform: rotate(10deg);
}

@media (max-width: 992px) {.program_outcomesNMfQ {
    padding: 70px 0;
}.program_outcomesNMfQ .corp_cultureeGFH {
    grid-template-columns: 1fr;
}.program_outcomesNMfQ .img_circleBqVR {
    height: 300px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 0% 100%);
}.program_outcomesNMfQ .content_wrapperQrqU {
    padding: 35px 25px;
}
}

@media (max-width: 768px) {.program_outcomesNMfQ {
    padding: 50px 0;
}.program_outcomesNMfQ .img_circleBqVR {
    height: 250px;
}.program_outcomesNMfQ h3 {
    font-size: calc(31px * 0.9);
}
}

@media (max-width: 576px) {.program_outcomesNMfQ {
    padding: 40px 0;
}.program_outcomesNMfQ .img_circleBqVR {
    height: 200px;
}.program_outcomesNMfQ .content_wrapperQrqU {
    padding: 25px 20px;
}.program_outcomesNMfQ h3 {
    font-size: calc(31px * 0.85);
    margin-bottom: 25px;
}.program_outcomesNMfQ li {
    padding: 8px 12px;
}.program_outcomesNMfQ li p {
    gap: 10px;
    font-size: calc(13px * 0.9);
}.program_outcomesNMfQ svg {
    height: 16px;
    width: 16px;
    padding: 6px;
}}.course_fit_forw3X7 {
    background-color: #000000;
    color: #ffffff;
    background-size: 60px 60px;
    overflow: hidden;
    padding: 100px 0;
    position: relative;
}.course_fit_forw3X7::before {
    left: -50%;
    top: -50%;
    position: absolute;
    background-image: 
        radial-gradient(circle at 50% 50%, rgb(208,191,203,0.5) 0%, transparent 35%),
        radial-gradient(circle at 80% 20%, rgb(173,152,168,0.5) 0%, transparent 25%);
    content: '';
    animation: rotateBackground 60s linear infinite;
    width: 200%;
    height: 200%;
    opacity: 0.4;
    pointer-events: none;
}@keyframes rotateBackground {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.course_fit_forw3X7::after {
    top: 0;
    width: 100%;
    left: 0;
    position: absolute;
    pointer-events: none;
    box-shadow: inset 0 0 150px 50px rgba(0, 0, 0, 0.8);
    content: '';
    height: 100%;
}.course_fit_forw3X7 .container {
    margin: 0 auto;
    padding: 0 15px;
    z-index: 5;
    position: relative;
    max-width: 1140px;
}.course_fit_forw3X7 .corp_cultureeGFH {
    padding: 0;
    overflow: visible;
    position: relative;
}.course_fit_forw3X7 h4 {
    margin: 0 0 70px;
    position: relative;
    font-weight: 700;
    text-shadow: 0 0 15px rgb(208,191,203,0.5), 0 0 30px rgb(208,191,203,0.5);
    letter-spacing: 3px;
    padding-bottom: 20px;
    font-size: calc(30px * 1.2);
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
}.course_fit_forw3X7 h4::before {
    width: 120px;
    left: 50%;
    bottom: 0;
    box-shadow: 0 0 10px 2px rgb(208,191,203);
    background: rgb(208,191,203);
    position: absolute;
    transform: translateX(-50%);
    height: 3px;
    content: '';
}.course_fit_forw3X7 h4::after {
    width: 200px;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    position: absolute;
    background: rgb(173,152,168,0.5);
    content: '';
}.course_fit_forw3X7 div > div {
    gap: 30px;
    margin: 0 -50px;
    perspective: 1500px;
    grid-template-columns: repeat(3, 1fr);
    display: grid;
}.course_fit_forw3X7 p {
    backdrop-filter: blur(5px);
    z-index: 1;
    border: 1px solid rgb(208,191,203,0.5);
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 80%, 
        85% 100%, 
        0% 100%
    );
    box-shadow: 
        0 0 20px rgb(208,191,203,0.5),
        inset 0 0 10px rgb(208,191,203,0.5);
    border-radius: 0;
    padding: 30px 35px;
    display: flex;
    line-height: 1.7;
    font-size: calc(17px * 1.05);
    align-items: flex-start;
    overflow: visible;
    background: rgba(0, 0, 0, 0.5);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease;
    position: relative;
    margin: 0;
}.course_fit_forw3X7 p::before {
    position: absolute;
    content: '';
    bottom: 0;
    height: 30px;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    opacity: 0.7;
    width: 30px;
    transition: opacity 0.3s ease;
    right: 0;
    background: rgb(208,191,203);
}.course_fit_forw3X7 p::after {
    font-size: calc(46px * 1.2);
    font-weight: 700;
    position: absolute;
    opacity: 0.15;
    content: attr(data-number);
    right: 25px;
    transition: all 0.3s ease;
    color: rgb(173,152,168);
    top: -15px;
    z-index: -1;
}.course_fit_forw3X7 p:nth-child(1)::after {
    content: '01';
}.course_fit_forw3X7 p:nth-child(2)::after {
    content: '02';
}.course_fit_forw3X7 p:nth-child(3)::after {
    content: '03';
}.course_fit_forw3X7 p:nth-child(4)::after {
    content: '04';
}.course_fit_forw3X7 p:nth-child(5)::after {
    content: '05';
}.course_fit_forw3X7 p:nth-child(6)::after {
    content: '06';
}.course_fit_forw3X7 p:nth-child(7)::after {
    content: '07';
}.course_fit_forw3X7 p:nth-child(8)::after {
    content: '08';
}.course_fit_forw3X7 p:nth-child(9)::after {
    content: '09';
}.course_fit_forw3X7 p:nth-child(10)::after {
    content: '10';
}.course_fit_forw3X7 p:hover {
    z-index: 10;
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.5),
        0 0 30px rgb(208,191,203,0.5),
        inset 0 0 15px rgb(208,191,203);
    transform: translateY(-15px) rotateX(5deg);
    border-color: rgb(208,191,203);
}.course_fit_forw3X7 p:hover::before {
    opacity: 1;
}.course_fit_forw3X7 p:hover::after {
    transform: translateY(-10px) scale(1.2);
    opacity: 0.3;
}.course_fit_forw3X7 p:nth-child(3n+1) {
    transform: translateX(-30px);
}.course_fit_forw3X7 p:nth-child(3n+3) {
    transform: translateX(30px);
}.course_fit_forw3X7 p:nth-child(3n+1):hover {
    transform: translateX(-30px) translateY(-15px) rotateX(5deg) rotateY(-5deg);
}.course_fit_forw3X7 p:nth-child(3n+3):hover {
    transform: translateX(30px) translateY(-15px) rotateX(5deg) rotateY(5deg);
}.course_fit_forw3X7 p svg {
    flex-shrink: 0;
    transition: transform 0.3s ease;
    filter: drop-shadow(0 0 8px rgb(208,191,203,0.5));
    width: 36px;
    margin-right: 20px;
    height: 36px;
}.course_fit_forw3X7 p:hover svg {
    transform: scale(1.2) rotate(15deg);
}.course_fit_forw3X7 p svg path {
    transition: fill 0.3s ease;
    fill: rgb(208,191,203);
}.course_fit_forw3X7 p:hover svg path {
    fill: rgb(173,152,168);
}.course_fit_forw3X7 .corp_cultureeGFH::before {
    animation: rotateMesh 30s linear infinite;
    position: absolute;
    opacity: 0.2;
    width: 200px;
    height: 200px;
    top: -70px;
    filter: blur(2px);
    border-radius: 50%;
    left: -100px;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(173,152,168) 49%, rgb(173,152,168) 51%, transparent 52%) 0 0/20px 20px,
        linear-gradient(-45deg, transparent 48%, rgb(173,152,168) 49%, rgb(173,152,168) 51%, transparent 52%) 0 0/20px 20px;
    content: '';
}.course_fit_forw3X7 .corp_cultureeGFH::after {
    right: -70px;
    filter: blur(2px);
    width: 150px;
    height: 150px;
    bottom: -70px;
    position: absolute;
    animation: rotateMesh 30s linear infinite reverse;
    border-radius: 50%;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(208,191,203) 49%, rgb(208,191,203) 51%, transparent 52%) 0 0/15px 15px,
        linear-gradient(-45deg, transparent 48%, rgb(208,191,203) 49%, rgb(208,191,203) 51%, transparent 52%) 0 0/15px 15px;
    content: '';
    opacity: 0.2;
}

@keyframes rotateMesh {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 1199px) {.course_fit_forw3X7 div > div {
    margin: 0 -30px;
}
}

@media (max-width: 991px) {.course_fit_forw3X7 {
    padding: 80px 0;
}.course_fit_forw3X7 h4 {
    font-size: calc(30px * 1.1);
    margin-bottom: 60px;
}.course_fit_forw3X7 div > div {
    gap: 25px;
    margin: 0 -20px;
    grid-template-columns: repeat(2, 1fr);
}.course_fit_forw3X7 p {
    padding: 25px 30px;
}.course_fit_forw3X7 p svg {
    margin-right: 15px;
    height: 32px;
    width: 32px;
}.course_fit_forw3X7 p:nth-child(3n+1),
    .course_fit_forw3X7 p:nth-child(3n+3) {
    transform: none;
}.course_fit_forw3X7 p:nth-child(odd) {
    transform: translateX(-20px);
}.course_fit_forw3X7 p:nth-child(even) {
    transform: translateX(20px);
}.course_fit_forw3X7 p:nth-child(odd):hover {
    transform: translateX(-20px) translateY(-15px) rotateX(5deg);
}.course_fit_forw3X7 p:nth-child(even):hover {
    transform: translateX(20px) translateY(-15px) rotateX(5deg);
}
}

@media (max-width: 767px) {.course_fit_forw3X7 {
    padding: 70px 0;
}.course_fit_forw3X7 h4 {
    font-size: 30px;
    margin-bottom: 50px;
    letter-spacing: 2px;
}.course_fit_forw3X7 div > div {
    margin: 0;
    gap: 25px;
    grid-template-columns: 1fr;
}.course_fit_forw3X7 p {
    padding: 25px;
    transform: none !important;
}.course_fit_forw3X7 p:hover {
    transform: translateY(-10px) !important;
}.course_fit_forw3X7 .corp_cultureeGFH::before {
    width: 120px;
    top: -50px;
    left: -60px;
    height: 120px;
}.course_fit_forw3X7 .corp_cultureeGFH::after {
    bottom: -50px;
    height: 100px;
    right: -50px;
    width: 100px;
}
}

@media (max-width: 480px) {.course_fit_forw3X7 {
    padding: 60px 0;
}.course_fit_forw3X7 h4 {
    letter-spacing: 1px;
    margin-bottom: 40px;
    font-size: calc(30px * 0.85);
}.course_fit_forw3X7 p {
    font-size: 17px;
    padding: 20px;
}.course_fit_forw3X7 p svg {
    height: 28px;
    margin-right: 12px;
    width: 28px;
}.course_fit_forw3X7 p::after {
    right: 15px;
    font-size: 46px;
    top: -10px;
}}.plan_containeroi57 {
    overflow: hidden;
    position: relative;
    padding: 100px 0;
    background: linear-gradient(135deg, rgb(233,225,231) 0%, rgb(208,191,203,0.5) 100%);
}.plan_containeroi57::before {
    pointer-events: none;
    height: 100%;
    position: absolute;
    width: 100%;
    background: radial-gradient(circle at 30% 70%, rgb(173,152,168,0.5) 0%, transparent 60%);
    top: 0;
    left: 0;
    content: "";
    z-index: 0;
}.plan_containeroi57 .container {
    position: relative;
    margin: 0 auto;
    max-width: 1320px;
    z-index: 1;
    padding: 0 15px;
}.plan_containeroi57 .price_optionsIzu0 {
    display: flex;
    position: relative;
    flex-direction: column-reverse;
    gap: 60px;
}.plan_containeroi57 .tuition_tableceMH {
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border-left: 3px solid rgb(208,191,203);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    max-width: 100%;
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 90%);
    position: relative;
    transform: perspective(1000px) rotateX(0deg);
    backdrop-filter: blur(10px);
    padding: 30px;
}.plan_containeroi57 .tuition_tableceMH:hover {
    transform: perspective(1000px) rotateX(2deg);
}.plan_containeroi57 .tuition_tableceMH h2 {
    margin-bottom: 20px;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    transform: translateZ(0);
    background: linear-gradient(90deg, rgb(208,191,203), rgb(173,152,168));
    letter-spacing: -0.02em;
    font-weight: 700;
    color: transparent;
    font-size: 33px;
    line-height: 1.3;
}.plan_containeroi57 .tuition_tableceMH .pricing_feesptIU {
    max-width: 700px;
    overflow-wrap: break-word;
    margin-bottom: 0;
    word-break: break-word;
    font-size: 17px;
    line-height: 1.6;
    color: #000000;
}.plan_containeroi57 .qtr_costTaHn {
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
    gap: 30px;
}.plan_containeroi57 .indv_suby14E {
    transform: translateY(0);
    border-radius: 4px;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    overflow: hidden;
    position: relative;
    display: block;
    text-decoration: none;
}.plan_containeroi57 .indv_suby14E:hover {
    z-index: 5;
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.plan_containeroi57 .value_planROft {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    height: 100%;
    display: flex;
    border: 1px solid rgba(0, 0, 0, 0.06);
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 95%);
    position: relative;
    flex-direction: column;
    overflow: hidden;
}.plan_containeroi57 .value_planROft::before {
    top: 0;
    transform: scaleX(0.8);
    position: absolute;
    content: "";
    transform-origin: left;
    height: 5px;
    left: 0;
    background: linear-gradient(90deg, rgb(208,191,203), rgb(173,152,168));
    width: 100%;
    transition: transform 0.4s ease-out;
}.plan_containeroi57 .indv_suby14E:hover .value_planROft::before {
    transform: scaleX(1);
}.plan_containeroi57 .learn_fees3DEP {
    padding: 30px;
    flex-direction: column;
    z-index: 1;
    position: relative;
    display: flex;
    flex: 1;
}.plan_containeroi57 .learn_fees3DEP h3 {
    margin-bottom: 15px;
    text-overflow: ellipsis;
    transition: transform 0.3s ease;
    font-weight: 700;
    color: #000000;
    white-space: nowrap;
    position: relative;
    font-size: calc(19px + 2px);
    overflow: hidden;
    transform-origin: left;
}.plan_containeroi57 .indv_suby14E:hover .learn_fees3DEP h3 {
    color: rgb(208,191,203);
    transform: translateX(5px) scale(1.03);
}.plan_containeroi57 .deal_optsectX {
    font-size: calc(19px + 4px);
    color: rgb(173,152,168);
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
    font-weight: 700;
}.plan_containeroi57 .deal_optsectX::after {
    position: absolute;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform-origin: left;
    bottom: -5px;
    background: rgb(208,191,203);
    content: "";
    transform: scaleX(0.5);
    height: 3px;
    width: 50px;
    left: 0;
}.plan_containeroi57 .indv_suby14E:hover .deal_optsectX::after {
    transform: scaleX(1);
}.plan_containeroi57 .learn_fees3DEP p {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    font-size: 17px;
    margin-bottom: 0;
    flex: 1;
    -webkit-line-clamp: 5;
    color: #000000;
    line-height: 1.6;
    overflow-wrap: break-word;
    word-break: break-word;
}.plan_containeroi57 .img_circleBqVR {
    height: 200px;
    overflow: hidden;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}.plan_containeroi57 .img_circleBqVR::after {
    content: "";
    pointer-events: none;
    height: 100%;
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.3) 100%);
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}.plan_containeroi57 .indv_suby14E:hover .img_circleBqVR {
    transform: scale(1.05);
}

@media (min-width: 768px) {.plan_containeroi57 .qtr_costTaHn {
    grid-template-columns: repeat(2, 1fr);
}.plan_containeroi57 .tuition_tableceMH {
    padding: 40px;
}.plan_containeroi57 .learn_fees3DEP {
    padding: 30px 35px;
}.plan_containeroi57 .img_circleBqVR {
    height: 240px;
}
}

@media (min-width: 992px) {.plan_containeroi57 .price_optionsIzu0 {
    flex-direction: row;
    gap: 40px;
    align-items: stretch;
}.plan_containeroi57 .tuition_tableceMH {
    width: 30%;
    justify-content: center;
    padding: 50px 40px;
    flex-direction: column;
    display: flex;
}.plan_containeroi57 .qtr_costTaHn {
    grid-template-columns: repeat(2, 1fr);
    width: 70%;
}.plan_containeroi57 .learn_fees3DEP {
    padding: 30px;
}.plan_containeroi57 .learn_fees3DEP p {
    -webkit-line-clamp: 6;
}
}

@media (min-width: 1200px) {.plan_containeroi57 {
    padding: 120px 0;
}.plan_containeroi57 .qtr_costTaHn {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.plan_containeroi57 .tuition_tableceMH h2 {
    font-size: calc(33px + 4px);
}.plan_containeroi57 .learn_fees3DEP h3 {
    font-size: calc(19px + 4px);
}.plan_containeroi57 .deal_optsectX {
    font-size: calc(19px + 8px);
}.plan_containeroi57 .img_circleBqVR {
    height: 280px;
}
}

@media (min-width: 1400px) {.plan_containeroi57 .qtr_costTaHn {
    grid-template-columns: repeat(2, 1fr);
}.plan_containeroi57 .learn_fees3DEP p {
    -webkit-line-clamp: 7;
}
}

@media (hover: hover) {.plan_containeroi57 .indv_suby14E {
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.plan_containeroi57 .indv_suby14E:hover {
    transform: translateY(-10px) scale(1.02);
}}.opening_boardKnAm {
    background: linear-gradient(135deg, rgb(233,225,231) 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
    padding: 120px 0 80px;
}.opening_boardKnAm::before {
    left: 0;
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
    opacity: 0.5;
    width: 100%;
}.opening_boardKnAm > div {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 1200px;
    margin: 0 auto;
    gap: 50px;
    padding: 0 20px;
}.opening_boardKnAm h1.study_expressRe30 {
    position: relative;
    font-size: 40px;
    font-weight: 700;
    color: #000000;
    line-height: 1.2;
    display: inline-block;
    margin: 0 0 30px;
}.opening_boardKnAm h1.study_expressRe30::after {
    transform: scaleX(1);
    left: 0;
    width: 80px;
    content: "";
    bottom: -12px;
    background: rgb(208,191,203);
    height: 4px;
    position: absolute;
    transform-origin: left;
    transition: transform 0.6s ease;
}.opening_boardKnAm h1.study_expressRe30:hover::after {
    transform: scaleX(1.5);
}.opening_boardKnAm p {
    color: #000000;
    border-left: 1px solid rgb(173,152,168,0.5);
    max-width: 90%;
    padding-left: 20px;
    position: relative;
    line-height: 1.6;
    font-size: calc(12px * 1.2);
    margin-bottom: 40px;
}.skill_trackfast2ToG {
    transform: perspective(1000px) rotateY(3deg);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    width: 100%;
    position: relative;
    overflow: hidden;
    transition: transform 0.5s ease;
}.skill_trackfast2ToG:hover {
    transform: perspective(1000px) rotateY(0);
}.opening_boardKnAm .learn_cornerHLzy {
    height: 350px;
    overflow: hidden;
    position: relative;
    padding: 30px;
    align-items: center;
    display: flex;
    justify-content: center;
    width: 100%;
}.opening_boardKnAm .learn_cornerHLzy::before {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, 
    rgba(0, 0, 0, 0.5), 
    #000000
  );
    opacity: 0.7;
    content: "";
    transition: opacity 0.4s ease;
}.opening_boardKnAm .learn_cornerHLzy:hover::before {
    opacity: 0.5;
}.opening_boardKnAm .learn_cornerHLzy span {
    padding: 25px;
    position: relative;
    max-width: 90%;
    z-index: 2;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-color: rgb(255, 255, 255, 0.5);
    border-left: 5px solid rgb(208,191,203);
    backdrop-filter: blur(3px);
}.opening_boardKnAm .learn_cornerHLzy:hover span {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}.opening_boardKnAm .learn_cornerHLzy h3 {
    line-height: 1.4;
    letter-spacing: 0.5px;
    font-weight: 600;
    color: #000000;
    margin: 0;
    font-size: calc(24px * 1.05);
}

@media (min-width: 768px) {.opening_boardKnAm > div {
    grid-template-columns: 1fr 1fr;
    align-items: center;
}.opening_boardKnAm h1.study_expressRe30 {
    font-size: calc(40px * 1.2);
    max-width: 90%;
}.opening_boardKnAm .learn_cornerHLzy {
    height: 400px;
}.opening_boardKnAm p {
    font-size: calc(12px * 1.3);
    padding-left: 30px;
}
}

@media (max-width: 767px) {.opening_boardKnAm {
    padding: 80px 0 60px;
}.opening_boardKnAm h1.study_expressRe30 {
    font-size: calc(40px * 0.9);
}.opening_boardKnAm .learn_cornerHLzy span {
    padding: 15px;
}.opening_boardKnAm .learn_cornerHLzy h3 {
    font-size: 24px;
}
}

@media (max-width: 480px) {.opening_boardKnAm {
    padding: 60px 0 40px;
}.opening_boardKnAm > div {
    gap: 30px;
}.opening_boardKnAm h1.study_expressRe30 {
    margin-bottom: 20px;
    font-size: calc(40px * 0.8);
}.opening_boardKnAm p {
    margin-bottom: 25px;
    padding-left: 15px;
}.opening_boardKnAm .learn_cornerHLzy {
    height: 300px;
}.opening_boardKnAm .learn_cornerHLzy span {
    padding: 12px;
}.opening_boardKnAm .learn_cornerHLzy h3 {
    font-size: calc(24px * 0.9);
}}.course_summaryAJ1n {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(233,225,231) 0%, rgba(245, 247, 252, 0.95) 100%);
    position: relative;
    padding: 120px 0;
}.course_summaryAJ1n::before {
    opacity: 0.1;
    content: '';
    top: -50px;
    right: -50px;
    transform: rotate(35deg);
    width: 300px;
    position: absolute;
    z-index: 1;
    height: 300px;
    background: rgb(208,191,203,0.5);
}.course_summaryAJ1n::after {
    position: absolute;
    bottom: -50px;
    z-index: 1;
    width: 250px;
    left: -50px;
    opacity: 0.15;
    content: '';
    height: 250px;
    background: rgb(173,152,168,0.5);
    transform: rotate(-15deg);
}.course_summaryAJ1n .container {
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
}.course_summaryAJ1n .skill_pathEujW {
    position: relative;
    gap: 40px;
    grid-template-columns: 1fr;
    display: grid;
}.course_summaryAJ1n .img_circleBqVR {
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    height: 400px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    position: relative;
    transform: perspective(1000px) rotateY(-3deg);
}.course_summaryAJ1n .img_circleBqVR::before {
    z-index: 1;
    height: 100%;
    background: linear-gradient(
        to bottom right,
        rgba(rgb(208,191,203), 0.2),
        rgba(rgb(173,152,168), 0.2)
    );
    top: 0;
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
}.course_summaryAJ1n .img_circleBqVR::after {
    z-index: 2;
    transition: all 0.5s ease;
    content: '';
    right: 20px;
    opacity: 0;
    top: 20px;
    bottom: 20px;
    position: absolute;
    left: 20px;
    transform: scale(0.95);
    border: 1px solid rgba(255, 255, 255, 0.3);
}.course_summaryAJ1n .img_circleBqVR:hover {
    transform: perspective(1000px) rotateY(0deg);
}.course_summaryAJ1n .img_circleBqVR:hover::after {
    opacity: 1;
    transform: scale(1);
}.course_summaryAJ1n .content_wrapperQrqU {
    position: relative;
    padding: 10px 0 0 0;
}.course_summaryAJ1n h3 {
    line-height: 1.3;
    position: relative;
    font-size: calc(31px * 0.9);
    opacity: 0;
    color: #000000;
    margin-bottom: 25px;
    font-weight: 700;
    animation: slideInTitle 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s forwards;
    transform: translateX(-5px);
}.course_summaryAJ1n h3::after {
    position: absolute;
    background: linear-gradient(90deg, rgb(208,191,203) 0%, rgb(173,152,168) 100%);
    left: 0;
    height: 3px;
    width: 80px;
    bottom: -12px;
    transform-origin: left;
    animation: expandLine 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s forwards;
    content: '';
    transform: scaleX(0);
}.course_summaryAJ1n .description {
    position: relative;
    transform: translateY(10px);
    line-height: 1.8;
    margin-bottom: 20px;
    animation: fadeInUp 0.8s ease 0.4s forwards;
    opacity: 0;
    color: #000000;
    font-size: 16px;
}.course_summaryAJ1n p.description {
    overflow-y: auto;
    padding-right: 20px;
    scrollbar-width: thin;
    max-height: 300px;
    scrollbar-color: rgb(208,191,203,0.5) rgb(233,225,231);
}.course_summaryAJ1n p.description::-webkit-scrollbar {
    width: 6px;
}.course_summaryAJ1n p.description::-webkit-scrollbar-track {
    background: rgb(233,225,231);
}.course_summaryAJ1n p.description::-webkit-scrollbar-thumb {
    background-color: rgb(208,191,203,0.5);
    border-radius: 10px;
}.course_summaryAJ1n span.description {
    display: none;
}

@keyframes slideInTitle {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

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

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

@media (min-width: 768px) {.course_summaryAJ1n .skill_pathEujW {
    align-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}.course_summaryAJ1n .img_circleBqVR {
    transform: perspective(1200px) rotateY(-5deg) translateZ(0);
    height: 550px;
}.course_summaryAJ1n .content_wrapperQrqU {
    padding: 0 0 0 20px;
}.course_summaryAJ1n h3 {
    margin-bottom: 35px;
    font-size: 31px;
}.course_summaryAJ1n h3::after {
    width: 120px;
    height: 4px;
}.course_summaryAJ1n p.description {
    max-height: 380px;
}
}

@media (min-width: 992px) {.course_summaryAJ1n {
    padding: 150px 0;
}.course_summaryAJ1n .skill_pathEujW {
    gap: 80px;
}.course_summaryAJ1n .img_circleBqVR {
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    height: 600px;
}.course_summaryAJ1n .content_wrapperQrqU {
    padding: 0 0 0 40px;
}.course_summaryAJ1n h3 {
    transform: translateX(-10px);
    margin-bottom: 40px;
}.course_summaryAJ1n h3::after {
    bottom: -15px;
}.course_summaryAJ1n p.description {
    line-height: 1.9;
    max-height: 450px;
    font-size: calc(16px * 1.05);
}
}

@media (max-width: 767px) {.course_summaryAJ1n {
    padding: 80px 0;
}.course_summaryAJ1n .img_circleBqVR {
    margin-bottom: 20px;
    height: 300px;
}.course_summaryAJ1n h3 {
    font-size: calc(31px * 0.8);
    margin-bottom: 25px;
}.course_summaryAJ1n p.description {
    line-height: 1.6;
    max-height: 250px;
}}.study_methodJA0B {
    overflow: hidden;
    font-family: Arial, sans-serif;
    padding: 120px 0;
    position: relative;
    background: linear-gradient(135deg, rgba(#000000, 0.03) 0%, rgba(rgb(208,191,203), 0.05) 100%);
}.study_methodJA0B::before {
    height: 100%;
    background-image: 
        linear-gradient(45deg, rgba(rgb(208,191,203), 0.02) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(rgb(208,191,203), 0.02) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(rgb(208,191,203), 0.02) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(rgb(208,191,203), 0.02) 75%);
    background-size: 20px 20px;
    top: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
    content: '';
    left: 0;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
}.study_methodJA0B::after {
    bottom: -30px;
    content: '';
    filter: blur(30px);
    right: -30px;
    height: 150px;
    width: 150px;
    z-index: 0;
    border-radius: 50%;
    position: absolute;
    opacity: 0.1;
    background: linear-gradient(135deg, rgb(208,191,203) 0%, rgb(173,152,168) 100%);
}.study_methodJA0B .corp_cultureeGFH {
    margin: 0 auto;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    padding: 0 30px;
    max-width: 1200px;
    z-index: 2;
}.study_methodJA0B .corp_cultureeGFH:hover {
    transform: perspective(1000px) rotateX(0deg);
}.study_methodJA0B h2 {
    font-size: 29px;
    color: #000000;
    transform: translateZ(20px);
    text-align: left;
    font-weight: 700;
    position: relative;
    letter-spacing: -0.02em;
    margin-bottom: 40px;
}.study_methodJA0B h2::after {
    left: 0;
    position: absolute;
    border-radius: 10px;
    height: 4px;
    transform: scaleX(1);
    bottom: -10px;
    content: '';
    transform-origin: left center;
    box-shadow: 0 2px 10px rgba(rgb(208,191,203), 0.2);
    width: 80px;
    background: linear-gradient(to right, rgb(208,191,203), rgb(173,152,168));
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}.study_methodJA0B .corp_cultureeGFH:hover h2::after {
    transform: scaleX(1.5);
}.study_methodJA0B .content_wrapperQrqU {
    border-radius: calc(14px / 2);
    position: relative;
    background: #ffffff;
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    transform: translateZ(0);
    padding: 40px;
    overflow: hidden;
    box-shadow: 
        15px 15px 30px rgba(#000000, 0.05),
        -15px -15px 30px rgba(#ffffff, 0.8),
        inset 3px 3px 6px rgba(#ffffff, 0.7),
        inset -3px -3px 6px rgba(#000000, 0.05);
}.study_methodJA0B .content_wrapperQrqU::before {
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, rgb(208,191,203), rgb(173,152,168));
    content: '';
    opacity: 0.8;
    left: 0;
    top: 0;
    height: 4px;
    z-index: 1;
}.study_methodJA0B .content_wrapperQrqU::after {
    background: linear-gradient(135deg, transparent 0%, rgba(rgb(208,191,203), 0.03) 100%);
    height: 50%;
    content: '';
    width: 40%;
    right: 0;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    bottom: 0;
    z-index: 0;
    position: absolute;
}.study_methodJA0B .corp_cultureeGFH:hover .content_wrapperQrqU {
    box-shadow: 
        20px 20px 40px rgba(#000000, 0.08),
        -20px -20px 40px rgba(#ffffff, 0.9),
        inset 3px 3px 6px rgba(#ffffff, 0.7),
        inset -3px -3px 6px rgba(#000000, 0.05);
    transform: translateY(-5px) translateZ(0);
}.study_methodJA0B p {
    color: #000000;
    line-height: 1.75;
    margin: 0;
    z-index: 2;
    transition: transform 0.3s ease;
    font-size: 15px;
    position: relative;
}.study_methodJA0B .corp_cultureeGFH:hover p {
    transform: scale(1.01);
}

@media (max-width: 991px) {.study_methodJA0B {
    padding: 90px 0;
}.study_methodJA0B .corp_cultureeGFH {
    transform: perspective(1000px) rotateX(1deg);
    padding: 0 25px;
}.study_methodJA0B h2 {
    font-size: calc(29px * 0.9);
    margin-bottom: 35px;
}.study_methodJA0B .content_wrapperQrqU {
    padding: 35px;
}
}

@media (max-width: 767px) {.study_methodJA0B {
    padding: 70px 0;
}.study_methodJA0B .corp_cultureeGFH {
    transform: none;
    padding: 0 20px;
}.study_methodJA0B h2 {
    margin-bottom: 30px;
    font-size: calc(29px * 0.8);
}.study_methodJA0B h2::after {
    width: 60px;
    height: 3px;
}.study_methodJA0B .content_wrapperQrqU {
    padding: 30px;
    box-shadow: 
            10px 10px 20px rgba(#000000, 0.05),
            -10px -10px 20px rgba(#ffffff, 0.8),
            inset 2px 2px 4px rgba(#ffffff, 0.7),
            inset -2px -2px 4px rgba(#000000, 0.05);
}.study_methodJA0B .corp_cultureeGFH:hover .content_wrapperQrqU {
    box-shadow: 
            15px 15px 30px rgba(#000000, 0.08),
            -15px -15px 30px rgba(#ffffff, 0.9),
            inset 2px 2px 4px rgba(#ffffff, 0.7),
            inset -2px -2px 4px rgba(#000000, 0.05);
    transform: translateY(-3px) translateZ(0);
}.study_methodJA0B p {
    font-size: calc(15px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 480px) {.study_methodJA0B {
    padding: 50px 0;
}.study_methodJA0B .corp_cultureeGFH {
    padding: 0 15px;
}.study_methodJA0B h2 {
    font-size: calc(29px * 0.7);
    margin-bottom: 25px;
}.study_methodJA0B h2::after {
    height: 3px;
    width: 50px;
}.study_methodJA0B .content_wrapperQrqU {
    padding: 25px 20px;
}.study_methodJA0B p {
    font-size: calc(15px * 0.9);
    line-height: 1.6;
}}.newsletter_subscriptiontS5p {
    background: rgb(233,225,231);
    padding: 5rem 2rem;
    position: relative;
    overflow: hidden;
}.newsletter_subscriptiontS5p::before {
    left: 0;
    opacity: 0.5;
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background:
        radial-gradient(circle at 10% 20%, rgb(208,191,203,0.5) 0%, transparent 35%),
        radial-gradient(circle at 90% 80%, rgb(173,152,168,0.5) 0%, transparent 35%);
}.newsletter_subscriptiontS5p .corp_cultureeGFH {
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    position: relative;
}.newsletter_subscriptiontS5p .reach_inquiryC2Ir {
    background: #ffffff;
    padding: 3.5rem 3rem;
    border-radius: 14px;
    margin: 0 auto;
    position: relative;
    max-width: 700px;
}.newsletter_subscriptiontS5p .reach_inquiryC2Ir::before {
    animation: moveBlob1 20s infinite alternate ease-in-out;
    background: rgb(208,191,203);
    opacity: 0.2;
    position: absolute;
    top: -40px;
    border-radius: 50%;
    content: "";
    right: -40px;
    width: 120px;
    height: 120px;
}.newsletter_subscriptiontS5p .reach_inquiryC2Ir::after {
    border-radius: 50%;
    bottom: -60px;
    width: 180px;
    content: "";
    animation: moveBlob2 15s infinite alternate ease-in-out;
    height: 180px;
    background: rgb(173,152,168);
    opacity: 0.2;
    position: absolute;
    left: -60px;
}@keyframes moveBlob1 {
    0%, 100% {
        border-radius: 50%;
        transform: translate(0, 0) scale(1);
    }
    33% {
        border-radius: 60% 40% 70% 30% / 40% 50% 50% 60%;
        transform: translate(20px, 10px) scale(1.2);
    }
    66% {
        border-radius: 30% 70% 40% 60% / 60% 30% 70% 40%;
        transform: translate(-10px, 20px) scale(0.8);
    }
}

@keyframes moveBlob2 {
    0%, 100% {
        border-radius: 50%;
        transform: translate(0, 0) scale(1);
    }
    33% {
        border-radius: 40% 60% 30% 70% / 60% 40% 60% 40%;
        transform: translate(-20px, -10px) scale(1.1);
    }
    66% {
        border-radius: 70% 30% 60% 40% / 40% 70% 30% 60%;
        transform: translate(15px, -20px) scale(0.9);
    }
}

.newsletter_subscriptiontS5p h3 {
    text-align: center;
    padding-bottom: 15px;
    font-size: 22px;
    margin-bottom: 2.5rem;
    font-weight: 700;
    position: relative;
    overflow: hidden;
    color: #000000;
}.newsletter_subscriptiontS5p h3::after {
    left: 0;
    content: "";
    animation: waveMotion 3s infinite ease-in-out;
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 4px;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgb(208,191,203) 50%,
        transparent 100%
    );
}@keyframes waveMotion {
    0%, 100% {
        transform: translateX(-100%);
    }
    50% {
        transform: translateX(100%);
    }
}

.newsletter_subscriptiontS5p .input_holder {
    position: relative;
    flex-direction: column;
    display: flex;
    gap: 2rem;
}.newsletter_subscriptiontS5p input[type="email"] {
    border-radius: 50px;
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.5);
    border: none;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    font-size: 18px;
    background: rgb(233,225,231);
    color: #000000;
    padding: 1.2rem 1.5rem;
}.newsletter_subscriptiontS5p input[type="email"]:focus {
    outline: none;
    box-shadow: 
        inset 0 2px 5px rgba(0, 0, 0, 0.5),
        0 0 0 2px rgb(208,191,203,0.5);
    background: #ffffff;
}.newsletter_subscriptiontS5p input[type="email"]::placeholder {
    color: #000000;
    opacity: 0.6;
}.newsletter_subscriptiontS5p input[type="submit"] {
    border-radius: 50px;
    font-weight: 600;
    min-width: 180px;
    padding: 1rem 2rem;
    background: linear-gradient(45deg, rgb(208,191,203) 0%, rgb(173,152,168) 100%);
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 1;
    letter-spacing: 1px;
    font-family: Arial, sans-serif;
    position: relative;
    font-size: 19px;
    border: none;
    overflow: hidden;
    color: #ffffff;
    align-self: center;
}.newsletter_subscriptiontS5p input[type="submit"]::before {
    left: -10px;
    bottom: -10px;
    top: -10px;
    position: absolute;
    right: -10px;
    opacity: 0;
    content: "";
    border-radius: 50px;
    z-index: -1;
    background: linear-gradient(45deg, rgb(173,152,168) 0%, rgb(208,191,203) 100%);
    transform: scale(0.95);
    transition: opacity 0.3s ease;
}.newsletter_subscriptiontS5p input[type="submit"]:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    transform: translateY(-3px);
}.newsletter_subscriptiontS5p input[type="submit"]:hover::before {
    animation: rotateGradient 2s infinite linear;
    opacity: 1;
}@keyframes rotateGradient {
    0% {
        transform: scale(0.95) rotate(0deg);
    }
    100% {
        transform: scale(0.95) rotate(360deg);
    }
}

.newsletter_subscriptiontS5p .input_holder::before {
    content: "";
    width: 20px;
    border-radius: 50%;
    opacity: 0.3;
    animation: floatBubble 6s infinite alternate ease-in-out;
    background: rgb(208,191,203,0.5);
    position: absolute;
    top: 15%;
    height: 20px;
    right: 5%;
}.newsletter_subscriptiontS5p .input_holder::after {
    background: rgb(173,152,168,0.5);
    content: "";
    bottom: 15%;
    animation: floatBubble 8s infinite alternate-reverse ease-in-out;
    opacity: 0.3;
    border-radius: 50%;
    position: absolute;
    height: 15px;
    width: 15px;
    left: 5%;
}

@keyframes floatBubble {
    0%, 100% {
        transform: translate(0, 0);
    }
    33% {
        transform: translate(10px, -10px);
    }
    66% {
        transform: translate(-10px, 10px);
    }
}

@media (max-width: 768px) {.newsletter_subscriptiontS5p {
    padding: 4rem 1.5rem;
}.newsletter_subscriptiontS5p .reach_inquiryC2Ir {
    padding: 2.5rem 2rem;
}.newsletter_subscriptiontS5p .reach_inquiryC2Ir::before,
    .newsletter_subscriptiontS5p .reach_inquiryC2Ir::after {
    display: none;
}.newsletter_subscriptiontS5p h3 {
    font-size: calc(22px * 0.9);
    margin-bottom: 2rem;
}
}

@media (max-width: 480px) {.newsletter_subscriptiontS5p {
    padding: 3rem 1rem;
}.newsletter_subscriptiontS5p .reach_inquiryC2Ir {
    padding: 2rem 1.5rem;
}.newsletter_subscriptiontS5p h3 {
    font-size: calc(22px * 0.8);
    margin-bottom: 1.5rem;
}.newsletter_subscriptiontS5p input[type="email"] {
    padding: 1rem;
}.newsletter_subscriptiontS5p input[type="submit"] {
    min-width: 100%;
    padding: 0.8rem 1.5rem;
}}footer {
    position: relative;
    z-index: 1;
}footer::before {
    top: 0;
    right: 0;
    content: "";
    position: absolute;
    left: 0;
    opacity: 0.9;
    bottom: 0;
    background: linear-gradient(145deg, rgb(233,225,231) 0%, rgb(208,191,203,0.5) 100%);
    z-index: -2;
}footer::after {
    z-index: -1;
    opacity: 0.1;
    left: 0;
    position: absolute;
    content: "";
    background-image: 
        repeating-linear-gradient(0deg, rgb(208,191,203,0.5), rgb(208,191,203,0.5) 1px, transparent 1px, transparent 20px),
        repeating-linear-gradient(90deg, rgb(208,191,203,0.5), rgb(208,191,203,0.5) 1px, transparent 1px, transparent 20px);
    right: 0;
    top: 0;
    bottom: 0;
}.class_guidekhqw {
    color: #000000;
    padding: 4rem 0 2rem;
    position: relative;
}.class_guidekhqw::after {
    background: linear-gradient(90deg, rgb(208,191,203), rgb(173,152,168));
    position: absolute;
    width: 100%;
    content: "";
    height: 6px;
    left: 0;
    top: 0;
}.class_guidekhqw .container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
}.class_guidekhqw .company_holder {
    flex: 1 1 400px;
    position: relative;
    padding: 2rem 2.5rem;
    background: #ffffff;
    border-radius: 22px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}.class_guidekhqw .company_holder::before {
    top: 0;
    width: 100%;
    left: 0;
    height: 5px;
    background: rgb(208,191,203);
    border-top-left-radius: 22px;
    content: "";
    border-top-right-radius: 22px;
    position: absolute;
}.class_guidekhqw .company_holder h3 {
    margin: 0 0 1.5rem;
    font-size: 37px;
    position: relative;
    letter-spacing: 0.5px;
    font-weight: 700;
    color: rgb(208,191,203);
}.class_guidekhqw .company_holder h3::after {
    left: 0;
    background: rgb(173,152,168);
    width: 80px;
    position: absolute;
    height: 3px;
    content: "";
    bottom: -0.5rem;
}.class_guidekhqw .abuse_ctrlUqOM {
    border-radius: 10px;
    background: rgb(233,225,231);
    border-left: 3px solid rgb(173,152,168);
    position: relative;
    line-height: 1.7;
    font-size: 14px;
    color: #000000;
    padding: 1.5rem;
}.class_guidekhqw .subscr_infoWHQV {
    min-width: 400px;
    flex: 1 1 calc(100% - 450px);
}.class_guidekhqw .nav_study7hEM {
    gap: 2.5rem;
    display: flex;
    flex-wrap: wrap;
}.class_guidekhqw .head_bare7Xu {
    background: #ffffff;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    min-width: 200px;
    flex: 1 1 calc(50% - 1.25rem);
}.class_guidekhqw .head_bare7Xu h5 {
    padding: 1rem 1.5rem;
    font-weight: 600;
    background: rgb(173,152,168);
    margin: 0;
    position: relative;
    font-size: 18px;
    color: #ffffff;
}.class_guidekhqw .head_bare7Xu .nav_study7hEM {
    flex-direction: column;
    padding: 1rem 0;
    display: flex;
    gap: 0;
}.class_guidekhqw .head_bare7Xu .nav_study7hEM a {
    position: relative;
    color: #000000;
    text-decoration: none;
    display: flex;
    align-items: center;
    font-size: 14px;
    transition: all 0.3s ease;
    padding: 0.8rem 1.5rem;
}.class_guidekhqw .head_bare7Xu .nav_study7hEM a::before {
    transition: all 0.3s ease;
    z-index: -1;
    position: absolute;
    background: rgb(233,225,231);
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
}.class_guidekhqw .head_bare7Xu .nav_study7hEM a::after {
    position: absolute;
    width: 5px;
    border-radius: 50%;
    background: rgb(173,152,168);
    top: 50%;
    opacity: 0;
    height: 5px;
    transform: translateY(-50%);
    left: 1.5rem;
    content: "";
    transition: all 0.3s ease;
}.class_guidekhqw .head_bare7Xu .nav_study7hEM a:hover {
    padding-left: 2.2rem;
    color: rgb(208,191,203);
}.class_guidekhqw .head_bare7Xu .nav_study7hEM a:hover::before {
    width: 100%;
}.class_guidekhqw .head_bare7Xu .nav_study7hEM a:hover::after {
    opacity: 1;
}.citation7a4L {
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    margin-top: 3rem;
    padding: 2rem 0;
    background: rgb(233,225,231);
}.citation7a4L::before {
    left: 10%;
    top: 0;
    height: 1px;
    content: "";
    right: 10%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(208,191,203,0.5), transparent);
}.citation7a4L .container {
    display: flex;
    align-items: center;
    justify-content: center;
}.citation7a4L .training_zoneyWZd {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    color: #000000;
    font-size: 13px;
    background: #ffffff;
    text-align: center;
    border-radius: 50px;
    padding: 0.8rem 2rem;
    font-weight: 400;
}

@media (max-width: 1200px) {.class_guidekhqw .container {
    gap: 2rem;
}.class_guidekhqw .company_holder {
    flex: 1 1 360px;
}.class_guidekhqw .subscr_infoWHQV {
    flex: 1 1 calc(100% - 400px);
    min-width: 360px;
}.class_guidekhqw .nav_study7hEM {
    gap: 2rem;
}
}

@media (max-width: 992px) {.class_guidekhqw {
    padding: 3.5rem 0 2rem;
}.class_guidekhqw .container {
    flex-direction: column;
    gap: 2.5rem;
}.class_guidekhqw .company_holder,
    .class_guidekhqw .subscr_infoWHQV {
    min-width: 100%;
    flex: 1 1 100%;
}.class_guidekhqw .head_bare7Xu {
    min-width: 200px;
    flex: 1 1 calc(50% - 1rem);
}
}

@media (max-width: 768px) {.class_guidekhqw {
    padding: 3rem 0 1.5rem;
}.class_guidekhqw .nav_study7hEM {
    gap: 1.5rem;
}.class_guidekhqw .company_holder {
    padding: 2rem;
}.class_guidekhqw .company_holder h3 {
    font-size: calc(37px - 2px);
}.citation7a4L {
    margin-top: 2rem;
}
}

@media (max-width: 576px) {.class_guidekhqw {
    padding: 2.5rem 0 1rem;
}.class_guidekhqw .container {
    gap: 1.5rem;
}.class_guidekhqw .head_bare7Xu {
    min-width: 100%;
    flex: 1 1 100%;
}.class_guidekhqw .nav_study7hEM {
    gap: 1rem;
}.class_guidekhqw .company_holder {
    padding: 1.5rem;
}.class_guidekhqw .abuse_ctrlUqOM {
    padding: 1.2rem;
}.citation7a4L {
    padding: 1.5rem 0;
    margin-top: 1.5rem;
}
}

@media (max-width: 420px) {.class_guidekhqw .company_holder h3::after {
    width: 50px;
}.class_guidekhqw .head_bare7Xu .nav_study7hEM a:hover {
    padding-left: 2rem;
}.citation7a4L .training_zoneyWZd {
    width: 90%;
    padding: 0.7rem 1.5rem;
}}.get_in_touchUpOu {
    position: relative;
    padding: 100px 0;
    z-index: 1;
}.get_in_touchUpOu::before {
    z-index: -1;
    inset: 0;
    position: absolute;
    content: '';
    opacity: 0.9;
    background-color: rgb(233,225,231);
}.get_in_touchUpOu .container {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1280px;
}.get_in_touchUpOu .reach_inquiryC2Ir {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
    border-radius: 17px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    position: relative;
}.get_in_touchUpOu .contact_inquiryIxsh {
    background: rgb(173,152,168);
    position: relative;
    padding: 0;
}.get_in_touchUpOu .contact_inquiryIxsh h3 {
    padding: 30px;
    font-weight: 700;
    background: rgb(173,152,168);
    margin: 0;
    color: #ffffff;
    font-size: 35px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
}.get_in_touchUpOu .contact_inquiryIxsh div {
    padding: 20px 40px;
    transition: background-color 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
}.get_in_touchUpOu .contact_inquiryIxsh div:hover {
    background-color: rgb(208,191,203);
}.get_in_touchUpOu .contact_inquiryIxsh div:last-child {
    border-bottom: none;
}.get_in_touchUpOu .contact_inquiryIxsh div svg {
    margin-right: 20px;
    height: 24px;
    width: 24px;
    flex-shrink: 0;
}.get_in_touchUpOu .contact_inquiryIxsh div svg path {
    fill: #ffffff;
}.get_in_touchUpOu .contact_inquiryIxsh div span {
    font-size: 15px;
    color: #ffffff;
}.get_in_touchUpOu .contact_inquiryIxsh div span a {
    text-decoration: none;
    color: #ffffff;
    transition: opacity 0.3s ease;
}.get_in_touchUpOu .contact_inquiryIxsh div span a:hover {
    opacity: 0.8;
}.get_in_touchUpOu .support_blockBUl1 {
    background-color: #ffffff;
    padding: 50px;
}.get_in_touchUpOu .support_blockBUl1 h3 {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    font-weight: 700;
    color: #000000;
    font-size: 18px;
}.get_in_touchUpOu .support_blockBUl1 h3::after {
    transform: translateX(-50%);
    width: 80px;
    bottom: -10px;
    height: 3px;
    content: '';
    left: 50%;
    position: absolute;
    background-color: rgb(173,152,168);
}.get_in_touchUpOu .support_blockBUl1 form {
    width: 100%;
}.get_in_touchUpOu .support_blockBUl1 input[type="text"],
.get_in_touchUpOu .support_blockBUl1 input[type="email"] {
    background-color: #ffffff;
    border-radius: 0;
    font-size: 15px;
    color: #000000;
    border-bottom: 2px solid rgb(233,225,231);
    width: 100%;
    border: none;
    height: 55px;
    margin-bottom: 25px;
    padding: 0 20px;
    transition: border-color 0.3s ease;
}.get_in_touchUpOu .support_blockBUl1 input[type="text"]:focus,
.get_in_touchUpOu .support_blockBUl1 input[type="email"]:focus {
    outline: none;
    border-color: rgb(173,152,168);
}.get_in_touchUpOu .support_blockBUl1 input::placeholder {
    opacity: 0.6;
    color: #000000;
}.get_in_touchUpOu .support_blockBUl1 .help_infozaQ2 {
    display: flex;
    position: relative;
    margin-bottom: 25px;
    align-items: flex-start;
}.get_in_touchUpOu .support_blockBUl1 .help_infozaQ2 input[type="checkbox"] {
    height: 22px;
    width: 22px;
    margin-top: 2px;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    position: relative;
    appearance: none;
    flex-shrink: 0;
    -webkit-appearance: none;
    border: 2px solid rgb(233,225,231);
    cursor: pointer;
    margin-right: 10px;
}.get_in_touchUpOu .support_blockBUl1 .help_infozaQ2 input[type="checkbox"]:checked {
    border-color: rgb(173,152,168);
    background-color: rgb(173,152,168);
}.get_in_touchUpOu .support_blockBUl1 .help_infozaQ2 input[type="checkbox"]:checked::before {
    color: #ffffff;
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
    content: '✓';
    font-size: 14px;
}.get_in_touchUpOu .support_blockBUl1 .help_infozaQ2 label {
    color: #000000;
    font-size: 16px;
    line-height: 1.6;
}.get_in_touchUpOu .support_blockBUl1 .help_infozaQ2 label a {
    color: rgb(173,152,168);
    transition: color 0.3s ease;
    text-decoration: none;
}.get_in_touchUpOu .support_blockBUl1 .help_infozaQ2 label a:hover {
    color: rgb(208,191,203);
}.get_in_touchUpOu .support_blockBUl1 .query_sectionDSwX {
    border-radius: 0;
    color: #ffffff;
    transition: background-color 0.3s ease;
    border: none;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    cursor: pointer;
    height: 55px;
    position: relative;
    overflow: hidden;
    background-color: rgb(173,152,168);
}.get_in_touchUpOu .support_blockBUl1 .query_sectionDSwX::before {
    transition: left 0.7s ease;
    top: 0;
    position: absolute;
    content: '';
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    left: -100%;
    width: 100%;
}.get_in_touchUpOu .support_blockBUl1 .query_sectionDSwX:hover {
    background-color: rgb(208,191,203);
}.get_in_touchUpOu .support_blockBUl1 .query_sectionDSwX:hover::before {
    left: 100%;
}

@media screen and (min-width: 992px) {.get_in_touchUpOu .reach_inquiryC2Ir {
    display: grid;
    grid-template-columns: 1fr 1fr;
}.get_in_touchUpOu .contact_inquiryIxsh {
    display: flex;
    flex-direction: column;
    border-radius: 0 17px 17px 0;
}.get_in_touchUpOu .support_blockBUl1 {
    flex-direction: column;
    border-radius: 17px 0 0 17px;
    justify-content: center;
    display: flex;
}.get_in_touchUpOu .contact_inquiryIxsh h3 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 40px 30px;
    text-align: left;
}.get_in_touchUpOu .contact_inquiryIxsh div {
    flex: 1;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}.get_in_touchUpOu .contact_inquiryIxsh div:last-child {
    border-bottom: none;
}
}

@media screen and (min-width: 768px) and (max-width: 991px) {.get_in_touchUpOu .contact_inquiryIxsh {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
}.get_in_touchUpOu .contact_inquiryIxsh h3 {
    grid-column: 1 / -1;
}.get_in_touchUpOu .contact_inquiryIxsh div {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}.get_in_touchUpOu .contact_inquiryIxsh div:nth-child(2n) {
    border-right: none;
}.get_in_touchUpOu .contact_inquiryIxsh div:nth-last-child(1),
    .get_in_touchUpOu .contact_inquiryIxsh div:nth-last-child(2) {
    border-bottom: none;
}
}

@media screen and (max-width: 767px) {.get_in_touchUpOu {
    padding: 60px 0;
}.get_in_touchUpOu .support_blockBUl1 {
    padding: 40px 25px;
}.get_in_touchUpOu .contact_inquiryIxsh h3 {
    padding: 25px 20px;
    font-size: calc(18px + 2px);
}.get_in_touchUpOu .contact_inquiryIxsh div {
    padding: 15px 25px;
}
}

@media screen and (max-width: 480px) {.get_in_touchUpOu {
    padding: 40px 0;
}.get_in_touchUpOu .support_blockBUl1 {
    padding: 30px 20px;
}.get_in_touchUpOu .support_blockBUl1 h3 {
    font-size: 18px;
}.get_in_touchUpOu .contact_inquiryIxsh h3 {
    font-size: 18px;
    padding: 20px 15px;
}.get_in_touchUpOu .contact_inquiryIxsh div {
    padding: 15px 20px;
}.get_in_touchUpOu .contact_inquiryIxsh div svg {
    height: 20px;
    margin-right: 15px;
    width: 20px;
}}.our_teamc1i8 {
    background: rgb(233,225,231);
    z-index: 1;
    position: relative;
    overflow: hidden;
    padding: 150px 0;
}.our_teamc1i8::before {
    transform-origin: center center;
    width: 100%;
    background: 
        linear-gradient(0deg, rgba(0, 0, 0, 0.5) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 0, 0, 0.5) 1px, transparent 1px);
    background-size: 40px 40px;
    transform: perspective(1000px) rotateX(60deg) scale(2.5) translateZ(-200px);
    animation: gridMove 60s linear infinite;
    z-index: -1;
    background-position: center;
    left: 0;
    opacity: 0.05;
    content: "";
    position: absolute;
    height: 100%;
    backface-visibility: hidden;
    top: 0;
}@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}

.our_teamc1i8::after {
    content: "";
    position: absolute;
    z-index: -2;
    height: 200%;
    background: radial-gradient(circle at center, transparent 30%, rgb(233,225,231) 70%);
    top: -50%;
    width: 200%;
    left: -50%;
}.our_teamc1i8 .container {
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
    max-width: 1200px;
}.our_teamc1i8 .container::before,
.our_teamc1i8 .container::after {
    position: absolute;
    content: "";
    pointer-events: none;
    border-radius: 50%;
}.our_teamc1i8 .container::before {
    right: -50px;
    width: 250px;
    opacity: 0.1;
    background: radial-gradient(circle at center, rgb(208,191,203,0.5) 0%, transparent 70%);
    height: 250px;
    filter: blur(40px);
    top: -100px;
    animation: pulseGlow 15s ease-in-out infinite alternate;
}.our_teamc1i8 .container::after {
    animation: pulseGlow 20s ease-in-out infinite alternate-reverse;
    background: radial-gradient(circle at center, rgb(173,152,168,0.5) 0%, transparent 70%);
    opacity: 0.15;
    left: -100px;
    bottom: -150px;
    width: 300px;
    filter: blur(50px);
    height: 300px;
}@keyframes pulseGlow {
    0% {
        opacity: 0.1;
        transform: scale(0.8);
    }
    50% {
        opacity: 0.15;
        transform: scale(1.2);
    }
    100% {
        opacity: 0.1;
        transform: scale(0.8);
    }
}

.our_teamc1i8 .corp_cultureeGFH {
    grid-template-areas:
        "logo content"
        "director content";
    position: relative;
    grid-template-rows: auto 1fr;
    grid-template-columns: 1fr 1.5fr;
    gap: 30px;
    display: grid;
}.our_teamc1i8 .corp_cultureeGFH::before {
    height: 100%;
    z-index: -1;
    background: 
        linear-gradient(90deg, transparent calc(33.33% - 1px), rgb(208,191,203,0.5) calc(33.33%), transparent calc(33.33% + 1px)),
        linear-gradient(0deg, transparent calc(40% - 1px), rgb(208,191,203,0.5) calc(40%), transparent calc(40% + 1px));
    content: "";
    top: 0;
    width: 100%;
    left: 0;
    position: absolute;
    opacity: 0.2;
    pointer-events: none;
}.our_teamc1i8 .corp_cultureeGFH::after {
    transform: translateX(-50%);
    animation: scanEffect 3s ease-in-out infinite;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(208,191,203), transparent);
    width: 200px;
    left: 50%;
    position: absolute;
    opacity: 0.6;
    content: "";
    bottom: -20px;
}@keyframes scanEffect {
    0%, 100% {
        transform: translateX(-50%) scaleX(0.5);
        opacity: 0.3;
    }
    50% {
        transform: translateX(-50%) scaleX(1);
        opacity: 0.6;
    }
}

.our_teamc1i8 .expert_studioSjgh {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
    border-radius: 25px;
    padding: 20px;
    backdrop-filter: blur(10px);
    color: #000000;
    grid-area: logo;
    align-items: center;
    font-weight: 700;
    font-size: 21px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    gap: 15px;
    background: rgba(255, 255, 255, 0.02);
    display: flex;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
}.our_teamc1i8 .expert_studioSjgh:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    border-color: rgb(208,191,203,0.5);
}.our_teamc1i8 .expert_studioSjgh::before {
    background: linear-gradient(45deg, rgb(208,191,203), rgb(173,152,168), rgb(208,191,203));
    border-radius: calc(25px + 2px);
    inset: -2px;
    position: absolute;
    transition: opacity 0.4s ease;
    z-index: -1;
    content: "";
    opacity: 0;
}.our_teamc1i8 .expert_studioSjgh:hover::before {
    opacity: 0.5;
}.our_teamc1i8 .expert_studioSjgh svg {
    height: 45px;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    filter: drop-shadow(0 0 2px rgb(208,191,203,0.5));
    fill: rgb(208,191,203);
    width: 45px;
}.our_teamc1i8 .expert_studioSjgh svg path {
    transition: fill 0.5s ease;
}.our_teamc1i8 .expert_studioSjgh:hover svg {
    transform: rotate(10deg) scale(1.1);
    filter: drop-shadow(0 0 5px rgb(208,191,203));
}.our_teamc1i8 .expert_learningrApv {
    background: rgba(255, 255, 255, 0.03);
    overflow: hidden;
    position: relative;
    border-radius: 25px;
    padding: 30px;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.07);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    grid-area: director;
    backdrop-filter: blur(15px);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    flex-direction: row;
    gap: 25px;
    z-index: 2;
    display: flex;
}.our_teamc1i8 .expert_learningrApv:hover {
    border-color: rgb(208,191,203,0.5);
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
}.our_teamc1i8 .expert_learningrApv::before {
    opacity: 0.05;
    inset: 0;
    content: "";
    z-index: -1;
    transition: opacity 0.5s ease;
    background: 
        radial-gradient(circle at 20% 50%, rgb(208,191,203,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgb(173,152,168,0.5) 0%, transparent 60%);
    position: absolute;
}.our_teamc1i8 .expert_learningrApv:hover::before {
    opacity: 0.1;
}.our_teamc1i8 .expert_learningrApv::after {
    left: 35%;
    animation: scanHorizontal 3s ease-in-out infinite alternate;
    position: absolute;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgb(208,191,203), transparent);
    bottom: 0;
    content: "";
    width: 30%;
}@keyframes scanHorizontal {
    0% {
        opacity: 0.4;
        transform: scaleX(0.7);
    }
    100% {
        opacity: 0.8;
        transform: scaleX(1);
    }
}

.our_teamc1i8 .img_circleBqVR {
    width: 120px;
    position: relative;
    height: 120px;
    border-radius: 25px;
    flex-shrink: 0;
    border: 3px solid #ffffff;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    z-index: 5;
}.our_teamc1i8 .about_section6HfC {
    flex: 1;
}.our_teamc1i8 .pro_sessionsJmwR {
    transition: all 0.3s ease;
    margin-bottom: 8px;
    position: relative;
    font-weight: 700;
    color: #000000;
    padding-bottom: 10px;
    font-size: 24px;
}.our_teamc1i8 .pro_sessionsJmwR::after {
    width: 40px;
    content: "";
    transition: width 0.4s ease;
    background: linear-gradient(90deg, rgb(208,191,203), transparent);
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
}.our_teamc1i8 .expert_learningrApv:hover .pro_sessionsJmwR::after {
    width: 60px;
}.our_teamc1i8 .skill_boost4xci {
    margin-bottom: 0;
    color: rgb(208,191,203);
    transition: all 0.3s ease;
    opacity: 0.9;
    font-size: 18px;
    font-weight: 600;
}.our_teamc1i8 .expert_learningrApv:hover .skill_boost4xci {
    opacity: 1;
    transform: translateX(5px);
}.our_teamc1i8 .content_wrapperQrqU {
    backdrop-filter: blur(15px);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 40px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    z-index: 2;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.02);
    grid-area: content;
    border-radius: 25px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
    position: relative;
}.our_teamc1i8 .content_wrapperQrqU:hover {
    border-color: rgb(173,152,168,0.5);
    transform: translateY(-5px);
    box-shadow: 0 35px 60px rgba(0, 0, 0, 0.15);
}.our_teamc1i8 .content_wrapperQrqU::before {
    border-radius: 45% 55% 50% 50% / 55% 45% 55% 45%;
    position: absolute;
    height: 600px;
    z-index: -1;
    filter: blur(60px);
    right: -300px;
    content: "";
    opacity: 0.03;
    background: rgb(208,191,203,0.5);
    top: -300px;
    animation: morphBlob 20s ease-in-out infinite alternate;
    width: 600px;
}.our_teamc1i8 .content_wrapperQrqU::after {
    animation: morphBlob 25s ease-in-out infinite alternate-reverse;
    background: rgb(173,152,168,0.5);
    filter: blur(50px);
    bottom: -250px;
    left: -250px;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    width: 500px;
    content: "";
    opacity: 0.03;
    position: absolute;
    z-index: -1;
    height: 500px;
}@keyframes morphBlob {
    0% {
        border-radius: 45% 55% 50% 50% / 55% 45% 55% 45%;
        transform: translate(0, 0) rotate(0deg);
    }
    33% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
        transform: translate(-50px, 20px) rotate(120deg);
    }
    66% {
        border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
        transform: translate(50px, -20px) rotate(240deg);
    }
    100% {
        border-radius: 45% 55% 50% 50% / 55% 45% 55% 45%;
        transform: translate(0, 0) rotate(360deg);
    }
}

.our_teamc1i8 .content_wrapperQrqU h2 {
    padding-bottom: 15px;
    position: relative;
    transition: all 0.4s ease;
    color: #000000;
    margin-bottom: 25px;
    font-size: 31px;
    font-weight: 700;
}.our_teamc1i8 .content_wrapperQrqU h2::after {
    height: 3px;
    width: 80px;
    background: linear-gradient(90deg, rgb(208,191,203), rgb(173,152,168,0.5), transparent);
    transition: all 0.4s ease;
    content: "";
    position: absolute;
    border-radius: 10px;
    bottom: 0;
    left: 0;
}.our_teamc1i8 .content_wrapperQrqU:hover h2::after {
    width: 120px;
}.our_teamc1i8 .content_wrapperQrqU p {
    color: #000000;
    position: relative;
    line-height: 1.9;
    transition: all 0.3s ease;
    margin-bottom: 0;
    font-size: 18px;
}.our_teamc1i8 .content_wrapperQrqU:hover p {
    transform: translateY(3px);
}.our_teamc1i8 .content_wrapperQrqU:hover::before,
.our_teamc1i8 .content_wrapperQrqU:hover::after {
    opacity: 0.06;
}.our_teamc1i8 .content_wrapperQrqU::after {
    left: 0;
    top: 0;
    content: "";
    z-index: -3;
    width: 100%;
    opacity: 0.5;
    pointer-events: none;
    background-image: repeating-linear-gradient(
        to bottom,
        transparent,
        transparent 8px,
        rgba(255, 255, 255, 0.03) 8px,
        rgba(255, 255, 255, 0.03) 9px
    );
    position: absolute;
    height: 100%;
}.our_teamc1i8 .expert_studioSjgh:hover svg path,
.our_teamc1i8 .expert_studioSjgh:hover svg {
    fill: rgb(173,152,168);
}

@media (max-width: 1199px) {.our_teamc1i8 {
    padding: 120px 0;
}.our_teamc1i8 .corp_cultureeGFH {
    gap: 25px;
    grid-template-columns: 1fr 1.2fr;
}.our_teamc1i8 .content_wrapperQrqU {
    padding: 35px;
}
}

@media (max-width: 991px) {.our_teamc1i8 {
    padding: 100px 0;
}.our_teamc1i8 .corp_cultureeGFH {
    grid-template-columns: 1fr;
    gap: 30px;
    grid-template-rows: auto auto auto;
    grid-template-areas:
            "logo"
            "director"
            "header_lesson8R6k";
}.our_teamc1i8 .expert_studioSjgh {
    justify-content: center;
}.our_teamc1i8 .expert_learningrApv {
    max-width: 600px;
    margin: 0 auto;
}.our_teamc1i8 .content_wrapperQrqU {
    max-width: 600px;
    margin: 0 auto;
}.our_teamc1i8 .corp_cultureeGFH::before {
    background: 
            linear-gradient(90deg, transparent calc(50% - 1px), rgb(208,191,203,0.5) calc(50%), transparent calc(50% + 1px)),
            linear-gradient(0deg, transparent calc(33.33% - 1px), rgb(208,191,203,0.5) calc(33.33%), transparent calc(33.33% + 1px)),
            linear-gradient(0deg, transparent calc(66.66% - 1px), rgb(208,191,203,0.5) calc(66.66%), transparent calc(66.66% + 1px));
    opacity: 0.1;
}
}

@media (max-width: 767px) {.our_teamc1i8 {
    padding: 80px 0;
}.our_teamc1i8::before {
    background-size: 30px 30px;
}.our_teamc1i8 .expert_learningrApv {
    padding: 25px;
}.our_teamc1i8 .content_wrapperQrqU {
    padding: 30px;
}.our_teamc1i8 .expert_studioSjgh {
    padding: 15px;
}.our_teamc1i8 .content_wrapperQrqU h2 {
    font-size: calc(31px * 0.9);
}
}

@media (max-width: 575px) {.our_teamc1i8 {
    padding: 60px 0;
}.our_teamc1i8 .expert_learningrApv {
    padding: 25px 15px;
    flex-direction: column;
    text-align: center;
}.our_teamc1i8 .img_circleBqVR {
    margin-bottom: 15px;
    height: 100px;
    width: 100px;
}.our_teamc1i8 .pro_sessionsJmwR::after {
    left: 50%;
    transform: translateX(-50%);
}.our_teamc1i8 .expert_learningrApv:hover .skill_boost4xci {
    transform: translateX(0) translateY(3px);
}.our_teamc1i8 .content_wrapperQrqU {
    padding: 25px 20px;
}.our_teamc1i8 .content_wrapperQrqU h2 {
    font-size: calc(31px * 0.8);
}.our_teamc1i8 .expert_studioSjgh svg {
    height: 40px;
    width: 40px;
}.our_teamc1i8 .pro_sessionsJmwR {
    font-size: calc(24px * 0.95);
}.our_teamc1i8 .skill_boost4xci {
    font-size: calc(18px * 0.95);
}
}