* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}header,footer {
    width: 100%;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1182px;
}.head_topcore {
    flex: 1 0 auto;
}html,body {
    scroll-behavior: smooth;
    font-family: Arial, sans-serif;
    height: 100%;
    color: #000000;
    min-height: 100%;
}a {
    text-decoration: none;
    color: inherit;
}.reg_remindcore {
    flex: 0 0 auto;
}.wrapper-structurecore {
    height: 100%;
    flex-direction: column;
    min-height: 100%;
    display: flex;
}svg {
    height: 30px;
    width: 30px;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
header {
    padding: 1.2rem 0;
    background: linear-gradient(to bottom, rgb(222,220,229), #ffffff);
    position: relative;
    width: 100%;
    z-index: 100;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}header::before {
    background: linear-gradient(45deg, 
        transparent 65%, 
        rgb(189,184,202,0.5) 65%, 
        rgb(189,184,202,0.5) 70%, 
        transparent 70%),
        linear-gradient(135deg, 
        transparent 75%, 
        rgb(155,146,173,0.5) 75%, 
        rgb(155,146,173,0.5) 80%, 
        transparent 80%);
    content: '';
    opacity: 0.5;
    left: 0;
    width: 100%;
    z-index: 0;
    position: absolute;
    top: 0;
    height: 100%;
}header .container {
    width: 100%;
    margin: 0;
    position: relative;
    padding: 0 3%;
    max-width: 100%;
    z-index: 1;
}header .header_maincore {
    gap: 2rem;
    justify-content: center;
    flex-wrap: wrap;
    display: flex;
}header .main_procore {
    position: relative;
    background: linear-gradient(135deg, rgb(189,184,202,0.5), rgb(155,146,173,0.5));
    text-decoration: none;
    transition: all 0.3s ease;
    border-radius: 21px;
    display: flex;
    padding: 0.5rem 1.5rem;
    align-items: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}header .main_procore::before {
    transition: opacity 0.3s ease;
    content: '';
    height: 200%;
    position: absolute;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
    width: 200%;
    top: -50%;
    opacity: 0;
    left: -50%;
}header .main_procore:hover::before {
    opacity: 1;
}header .main_procore svg {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    width: 150px;
    transition: all 0.3s ease;
    height: auto;
}header .main_procore:hover svg {
    transform: scale(1.03);
}header .head_barcore {
    margin-top: 0.5rem;
    flex-wrap: wrap;
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 0.6rem;
    max-width: 800px;
}header .main_classcore {
    position: relative;
    transition: all 0.3s ease;
    text-align: center;
    color: #000000;
    background: #ffffff;
    padding: 0.6rem 1.2rem;
    z-index: 1;
    font-family: Arial, sans-serif;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid rgba(0, 0, 0, 0.03);
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}header .main_classcore::before {
    position: absolute;
    left: 0;
    height: 3px;
    transform: scaleX(0);
    top: 0;
    width: 100%;
    transform-origin: left;
    content: '';
    background: linear-gradient(to right, rgb(189,184,202), rgb(155,146,173));
    transition: transform 0.3s ease;
}header .main_classcore:hover {
    color: rgb(189,184,202);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
}header .main_classcore:hover::before {
    transform: scaleX(1);
}

@media (max-width: 991px) {header {
    padding: 1rem 0;
}header .main_procore {
    padding: 0.5rem 1.2rem;
}header .main_procore svg {
    width: 140px;
}header .head_barcore {
    gap: 0.5rem;
}header .main_classcore {
    padding: 0.5rem 1rem;
}
}

@media (max-width: 767px) {header .header_maincore {
    gap: 1.5rem;
}header .main_procore {
    padding: 0.4rem 1rem;
}header .main_procore svg {
    width: 130px;
}header .head_barcore {
    gap: 0.5rem;
}header .main_classcore {
    font-size: calc(16px - 1px);
    padding: 0.5rem 0.9rem;
}
}

@media (max-width: 480px) {header {
    padding: 1rem 0;
}header .header_maincore {
    gap: 1rem;
}header .main_procore svg {
    width: 120px;
}header .head_barcore {
    flex-wrap: nowrap;
    gap: 0.4rem;
    justify-content: flex-start;
    padding-bottom: 10px;
    overflow-x: auto;
}header .head_barcore::-webkit-scrollbar {
    height: 3px;
}header .head_barcore::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(189,184,202);
}header .main_classcore {
    white-space: nowrap;
    margin-right: 2px;
    flex-shrink: 0;
}}.program_informationcore {
    overflow: hidden;
    position: relative;
    min-height: 100vh;
    background: rgb(189,184,202);
    padding: 100px 0;
    align-items: center;
    display: flex;
    perspective: 1500px;
}.program_informationcore::before {
    position: absolute;
    top: 0;
    left: 0;
    background: 
        linear-gradient(90deg, transparent 49.9%, rgb(189,184,202,0.5) 50%, rgb(189,184,202,0.5) 50.1%, transparent 50.2%) 0 0 / 100px 100%,
        linear-gradient(0deg, transparent 49.9%, rgb(189,184,202,0.5) 50%, rgb(189,184,202,0.5) 50.1%, transparent 50.2%) 0 0 / 100% 100px;
    opacity: 0.08;
    width: 100%;
    content: "";
    animation: gridPulse 8s linear infinite;
    height: 100%;
    z-index: 1;
}.program_informationcore::after {
    z-index: 2;
    height: 100%;
    width: 100%;
    mix-blend-mode: screen;
    position: absolute;
    left: 0;
    opacity: 0.2;
    content: "";
    top: 0;
    background: 
        radial-gradient(circle at 30% 20%, rgb(189,184,202,0.5) 0%, transparent 50%),
        radial-gradient(circle at 70% 80%, rgb(155,146,173,0.5) 0%, transparent 50%);
}.program_informationcore .container {
    max-width: 1600px;
    width: 100%;
    padding: 0 30px;
    position: relative;
    margin: 0 auto;
    z-index: 5;
}.program_informationcore .knowledge_flowcore {
    transform-style: preserve-3d;
    position: relative;
    grid-template-columns: 2fr 3fr;
    display: grid;
    grid-gap: 0;
}.program_informationcore .abstract_boxcore {
    position: relative;
    transform: translateZ(50px);
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(20px);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
    border-radius: 0;
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.3),
        0 0 30px rgb(189,184,202,0.5);
    padding: 60px;
    border-left: 3px solid rgb(189,184,202);
    z-index: 15;
}.program_informationcore .abstract_boxcore::before {
    width: 100%;
    z-index: -1;
    background: 
        linear-gradient(45deg, transparent 49.9%, rgb(189,184,202,0.5) 50%, rgb(189,184,202,0.5) 50.1%, transparent 50.2%) 0 0 / 30px 30px;
    position: absolute;
    height: 100%;
    content: "";
    top: 0;
    opacity: 0.05;
    left: 0;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
}.program_informationcore .abstract_boxcore::after {
    position: absolute;
    content: "";
    border-radius: 50%;
    right: 0;
    width: 150px;
    height: 150px;
    opacity: 0.2;
    transform: translate(50%, 50%);
    animation: rotateConic 10s linear infinite;
    bottom: 0;
    background: 
        conic-gradient(from 0deg, rgb(189,184,202,0.5) 0deg, transparent 120deg);
}.program_informationcore .abstract_boxcore h2 {
    color: #ffffff;
    letter-spacing: 2px;
    font-weight: 700;
    font-size: 38px;
    text-shadow: 0 0 15px rgb(189,184,202,0.5);
    margin-bottom: 40px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 20px;
}.program_informationcore .abstract_boxcore h2::after {
    width: 100px;
    content: "";
    background: rgb(189,184,202);
    left: 0;
    bottom: 0;
    height: 3px;
    position: absolute;
    box-shadow: 0 0 15px rgb(189,184,202);
}.program_informationcore .abstract_boxcore .description {
    color: #ffffff;
    opacity: 0.9;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    position: relative;
    font-size: 15px;
    margin-bottom: 30px;
    padding-left: 20px;
    line-height: 1.9;
}.program_informationcore .abstract_boxcore .description::before {
    color: rgb(155,146,173);
    opacity: 0.7;
    position: absolute;
    left: 0;
    content: ">";
}.program_informationcore .abstract_boxcore .description:last-child {
    margin-bottom: 0;
}.program_informationcore .hud-element {
    z-index: 5;
    border: 1px solid rgb(189,184,202,0.5);
    position: absolute;
    opacity: 0.2;
}.program_informationcore .img_show_wrapcore {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
    transform-origin: right center;
    width: 100%;
    box-shadow: -20px 0 50px rgba(0, 0, 0, 0.4);
    border-radius: 0;
    transform: translateZ(0) rotateY(-10deg);
    overflow: hidden;
    height: 650px;
    z-index: 10;
    position: relative;
}.program_informationcore .img_show_wrapcore::before {
    position: absolute;
    left: 0;
    height: 100%;
    content: "";
    z-index: 1;
    width: 100%;
    top: 0;
    background: 
        linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, transparent 15%, transparent 85%, rgba(0, 0, 0, 0.5) 100%),
        linear-gradient(to right, #000000 0%, transparent 20%);
}.program_informationcore .img_show_wrapcore::after {
    animation: scanlines 8s linear infinite;
    z-index: 2;
    width: 100%;
    content: "";
    background: 
        repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(rgb(189,184,202), 0.1) 2px, rgba(rgb(189,184,202), 0.1) 4px);
    left: 0;
    position: absolute;
    opacity: 0.1;
    height: 100%;
    top: 0;
    mix-blend-mode: overlay;
}

@keyframes gridPulse {
    0% {
        opacity: 0.05;
        background-size: 100px 100%, 100% 100px;
    }
    50% {
        opacity: 0.1;
        background-size: 110px 110%, 110% 110px;
    }
    100% {
        opacity: 0.05;
        background-size: 100px 100%, 100% 100px;
    }
}

@keyframes rotateConic {
    0% {
        transform: translate(50%, 50%) rotate(0deg);
    }
    100% {
        transform: translate(50%, 50%) rotate(360deg);
    }
}

@keyframes scanlines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 100%;
    }
}

@keyframes dataFlow {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}
@media screen and (max-width: 1200px) {.program_informationcore {
    padding: 80px 0;
}.program_informationcore .abstract_boxcore {
    padding: 40px;
}.program_informationcore .img_show_wrapcore {
    height: 550px;
}
}

@media screen and (max-width: 991px) {.program_informationcore {
    min-height: auto;
    padding: 60px 0;
}.program_informationcore .knowledge_flowcore {
    grid-template-columns: 1fr;
    grid-gap: 40px;
}.program_informationcore .abstract_boxcore {
    padding: 30px;
    transform: translateZ(0);
    clip-path: polygon(0 0, 100% 0, 97% 100%, 0 100%);
}.program_informationcore .img_show_wrapcore {
    transform: translateZ(0) rotateY(0);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 3% 100%);
    height: 450px;
}
}

@media screen and (max-width: 767px) {.program_informationcore {
    padding: 50px 0;
}.program_informationcore .container {
    padding: 0 20px;
}.program_informationcore .abstract_boxcore {
    padding: 25px;
}.program_informationcore .abstract_boxcore h2 {
    font-size: calc(38px * 0.8);
    padding-bottom: 15px;
    margin-bottom: 30px;
}.program_informationcore .abstract_boxcore .description {
    font-size: calc(15px * 0.95);
    padding-left: 15px;
    margin-bottom: 20px;
}.program_informationcore .img_show_wrapcore {
    height: 350px;
}
}

@media screen and (max-width: 480px) {.program_informationcore {
    padding: 40px 0;
}.program_informationcore .container {
    padding: 0 15px;
}.program_informationcore .abstract_boxcore {
    padding: 20px;
}.program_informationcore .abstract_boxcore h2 {
    margin-bottom: 20px;
    font-size: calc(38px * 0.7);
}.program_informationcore .abstract_boxcore h2::before {
    top: -20px;
    font-size: 14px;
}.program_informationcore .img_show_wrapcore {
    height: 280px;
}}.about_thiscore {
    padding: 120px 0 80px;
    overflow: hidden;
    position: relative;
}.about_thiscore::before {
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    content: "";
    top: 0;
}.about_thiscore::after {
    animation: pulse 15s infinite alternate ease-in-out;
    top: -50%;
    z-index: 2;
    content: "";
    opacity: 0.15;
    left: -50%;
    pointer-events: none;
    background: radial-gradient(circle at center, rgb(189,184,202,0.5) 0%, transparent 60%);
    position: absolute;
    width: 200%;
    height: 200%;
}.about_thiscore .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 5;
}.about_thiscore h2 {
    font-weight: 700;
    transform: perspective(1000px) translateZ(0);
    margin-bottom: 40px;
    letter-spacing: 2px;
    transition: transform 0.5s ease-out;
    text-transform: uppercase;
    color: #ffffff;
    font-size: calc(28px * 1.2);
    text-align: center;
    position: relative;
}.about_thiscore h2::after {
    transform: translateX(-50%);
    height: 3px;
    background: linear-gradient(90deg, transparent, rgb(155,146,173), transparent);
    width: 80px;
    bottom: -15px;
    left: 50%;
    position: absolute;
    content: "";
}.about_thiscore .abstract_boxcore {
    border: 1px solid rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
    padding: 40px;
    background: linear-gradient(135deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.02) 100%);
    transform-origin: left center;
    -webkit-backdrop-filter: blur(10px);
    transition: transform 0.5s ease-out, box-shadow 0.5s ease-out;
    transform: perspective(1000px) rotateY(-1deg);
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    border-left: 3px solid rgb(189,184,202);
}.about_thiscore .abstract_boxcore:hover {
    transform: perspective(1000px) rotateY(0deg);
    box-shadow: 0 20px 45px rgba(0,0,0,0.25);
}.about_thiscore .abstract_boxcore > div {
    grid-template-columns: 1fr;
    position: relative;
    gap: 30px;
    display: grid;
}.about_thiscore .abstract_boxcore > div::before {
    border-right: 2px solid rgb(155,146,173);
    right: -20px;
    opacity: 0.7;
    height: 60px;
    top: -20px;
    z-index: 0;
    border-top: 2px solid rgb(155,146,173);
    width: 60px;
    position: absolute;
    content: "";
}.about_thiscore .abstract_boxcore > div::after {
    left: -20px;
    height: 60px;
    border-bottom: 2px solid rgb(155,146,173);
    z-index: 0;
    opacity: 0.7;
    bottom: -20px;
    position: absolute;
    content: "";
    border-left: 2px solid rgb(155,146,173);
    width: 60px;
}.about_thiscore .abstract_boxcore p {
    letter-spacing: 1px;
    font-size: calc(18px * 1.5);
    font-weight: 700;
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
    color: rgb(155,146,173);
}.about_thiscore .abstract_boxcore p::after {
    left: 0;
    height: 2px;
    position: absolute;
    bottom: -8px;
    background: linear-gradient(90deg, rgb(155,146,173), transparent);
    width: 100%;
    content: "";
}.about_thiscore .abstract_boxcore div div {
    column-count: 1;
    hyphens: auto;
    font-size: 18px;
    column-gap: 40px;
    line-height: 1.8;
    max-width: 100%;
    color: #ffffff;
    text-align: justify;
    position: relative;
}

@media (min-width: 768px) {.about_thiscore .abstract_boxcore div div {
    column-count: 2;
}
}

@media (min-width: 992px) {.about_thiscore {
    padding: 150px 0 100px;
}.about_thiscore h2 {
    text-align: left;
    font-size: calc(28px * 1.5);
    margin-left: 40px;
}.about_thiscore h2::after {
    left: 0;
    transform: none;
    width: 120px;
}.about_thiscore .abstract_boxcore {
    margin-left: 40px;
    padding: 60px;
}.about_thiscore .abstract_boxcore > div {
    grid-template-columns: 1fr;
}.about_thiscore .abstract_boxcore div div {
    column-count: 2;
}
}

@media (min-width: 1200px) {.about_thiscore .abstract_boxcore div div {
    column-count: 3;
}
}

@media (max-width: 767px) {.about_thiscore {
    padding: 80px 0 60px;
}.about_thiscore h2 {
    font-size: 28px;
    margin-bottom: 30px;
}.about_thiscore .abstract_boxcore {
    padding: 30px 20px;
    transform: none;
}.about_thiscore .abstract_boxcore > div::before,
    .about_thiscore .abstract_boxcore > div::after {
    height: 40px;
    width: 40px;
}.about_thiscore .abstract_boxcore p {
    font-size: calc(18px * 1.2);
}}

@keyframes pulse {
    0% {
        opacity: 0.1;
        transform: scale(1);
    }
    50% {
        opacity: 0.15;
        transform: scale(1.05);
    }
    100% {
        opacity: 0.1;
        transform: scale(1);
    }
}.metrics_summarycore {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background-color: #ffffff;
}.metrics_summarycore::before {
    z-index: 0;
    left: 0;
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    background: linear-gradient(90deg, #ffffff 0%, rgb(155,146,173,0.5) 100%);
}.metrics_summarycore .container {
    max-width: 1200px;
    grid-template-columns: 300px 1fr;
    margin: 0 auto;
    gap: 60px;
    position: relative;
    display: grid;
    z-index: 1;
    padding: 0;
}.metrics_summarycore h2 {
    margin: 0;
    padding: 0;
    grid-column: 1;
    align-self: center;
    display: flex;
    letter-spacing: 3px;
    font-weight: 700;
    grid-row: 1;
    text-align: right;
    writing-mode: vertical-rl;
    height: 100%;
    justify-self: center;
    position: relative;
    color: #000000;
    transform: rotate(180deg);
    font-size: 44px;
    align-items: center;
    text-transform: uppercase;
}.metrics_summarycore h2::before {
    left: -30px;
    background: linear-gradient(to bottom, transparent, rgb(189,184,202), transparent);
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    width: 1px;
}.metrics_summarycore h2::after {
    height: 100%;
    right: -30px;
    background: linear-gradient(to bottom, transparent, rgb(155,146,173), transparent);
    position: absolute;
    content: "";
    width: 1px;
    top: 0;
}.metrics_summarycore ul {
    align-items: center;
    display: flex;
    margin: 0;
    grid-column: 2;
    padding: 0;
    grid-row: 1;
    flex-wrap: wrap;
    list-style: none;
    position: relative;
    justify-content: center;
}.metrics_summarycore .class_benefitscore {
    perspective: 1000px;
    transform-style: preserve-3d;
    flex-direction: column;
    align-items: center;
    position: relative;
    height: 180px;
    margin: 20px;
    transition: transform 0.5s ease;
    display: flex;
    width: 180px;
    justify-content: center;
}.metrics_summarycore .class_benefitscore::before {
    height: 100%;
    top: 0;
    content: "";
    position: absolute;
    transform: scale(0.8) translateZ(-10px);
    opacity: 0.1;
    border-radius: 50%;
    left: 0;
    background: rgb(189,184,202,0.5);
    transition: all 0.5s ease;
    width: 100%;
}.metrics_summarycore .class_benefitscore:hover::before {
    transform: scale(1.1) translateZ(-5px);
    opacity: 0.2;
}.metrics_summarycore .class_benefitscore p {
    position: relative;
    font-size: 2.8rem;
    margin: 0 0 10px;
    color: #000000;
    font-weight: 700;
    transition: transform 0.4s ease;
    line-height: 1;
}.metrics_summarycore .class_benefitscore p::after {
    background: rgb(189,184,202);
    content: "";
    height: 2px;
    bottom: -5px;
    position: absolute;
    transition: width 0.3s ease;
    width: 0;
    left: 50%;
    transform: translateX(-50%);
}.metrics_summarycore .class_benefitscore:hover p::after {
    width: 80%;
}.metrics_summarycore .class_benefitscore:hover p {
    transform: translateY(-5px);
}.metrics_summarycore .class_benefitscore span {
    text-align: center;
    font-size: 18px;
    max-width: 160px;
    transition: transform 0.4s ease;
    color: rgba(0, 0, 0, 0.7);
}.metrics_summarycore .class_benefitscore:hover span {
    transform: translateY(5px);
}.metrics_summarycore svg {
    transition: stroke-dashoffset 1s ease, opacity 0.5s ease;
    width: 100%;
    z-index: -1;
    stroke-dashoffset: 100;
    opacity: 0.2;
    stroke-dasharray: 100;
    fill: none;
    height: 100%;
    stroke: rgb(189,184,202);
    position: absolute;
    stroke-width: 1;
}.metrics_summarycore svg path {
    stroke: rgb(189,184,202);
    fill: none;
}.metrics_summarycore .class_benefitscore:hover svg {
    opacity: 0.4;
    stroke-dashoffset: 0;
}.metrics_summarycore ul:has(.class_benefitscore:only-child) .class_benefitscore {
    height: 280px;
    width: 280px;
}.metrics_summarycore ul:has(.class_benefitscore:only-child) .class_benefitscore p {
    font-size: 4rem;
    margin-bottom: 20px;
}.metrics_summarycore ul:has(.class_benefitscore:only-child) .class_benefitscore span {
    font-size: calc(18px * 1.2);
    max-width: 240px;
}.metrics_summarycore ul:has(.class_benefitscore:nth-child(2):last-child) {
    justify-content: space-around;
}.metrics_summarycore ul:has(.class_benefitscore:nth-child(3):last-child) {
    justify-content: space-around;
}.metrics_summarycore ul:has(.class_benefitscore:nth-child(4):last-child) {
    grid-template-rows: repeat(2, 1fr);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}.metrics_summarycore ul:has(.class_benefitscore:nth-child(5):last-child) {
    display: grid;
    gap: 30px;
    grid-template-areas:
        "a b b"
        "a c d"
        "e e d";
}.metrics_summarycore ul:has(.class_benefitscore:nth-child(5):last-child) .class_benefitscore:nth-child(1) {
    grid-area: a;
}.metrics_summarycore ul:has(.class_benefitscore:nth-child(5):last-child) .class_benefitscore:nth-child(2) {
    grid-area: b;
}.metrics_summarycore ul:has(.class_benefitscore:nth-child(5):last-child) .class_benefitscore:nth-child(3) {
    grid-area: c;
}.metrics_summarycore ul:has(.class_benefitscore:nth-child(5):last-child) .class_benefitscore:nth-child(4) {
    grid-area: d;
}.metrics_summarycore ul:has(.class_benefitscore:nth-child(5):last-child) .class_benefitscore:nth-child(5) {
    grid-area: e;
}.metrics_summarycore ul:has(.class_benefitscore:nth-child(n+6):nth-child(-n+10)) {
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    gap: 30px;
}

@media screen and (min-width: 1441px) {.metrics_summarycore {
    padding: 150px 0;
}.metrics_summarycore .container {
    grid-template-columns: 350px 1fr;
    gap: 80px;
}.metrics_summarycore h2 {
    font-size: calc(44px * 1.2);
}.metrics_summarycore .class_benefitscore {
    width: 200px;
    margin: 25px;
    height: 200px;
}.metrics_summarycore .class_benefitscore p {
    font-size: 3.2rem;
}
}

@media screen and (max-width: 1200px) {.metrics_summarycore {
    padding: 100px 0;
}.metrics_summarycore .container {
    grid-template-columns: 250px 1fr;
    gap: 40px;
}.metrics_summarycore h2 {
    font-size: calc(44px * 0.9);
}.metrics_summarycore .class_benefitscore {
    height: 160px;
    width: 160px;
    margin: 15px;
}.metrics_summarycore .class_benefitscore p {
    font-size: 2.5rem;
}.metrics_summarycore ul:has(.class_benefitscore:nth-child(n+6):nth-child(-n+10)) {
    grid-template-columns: repeat(2, 1fr);
}
}

@media screen and (max-width: 991px) {.metrics_summarycore {
    padding: 80px 0;
}.metrics_summarycore .container {
    gap: 60px;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
}.metrics_summarycore h2 {
    text-align: center;
    grid-column: 1;
    align-self: start;
    height: auto;
    width: 100%;
    justify-self: center;
    writing-mode: horizontal-tb;
    transform: none;
    grid-row: 1;
}.metrics_summarycore h2::before, 
    .metrics_summarycore h2::after {
    left: 50%;
    width: 100px;
    bottom: -20px;
    transform: translateX(-50%);
    top: auto;
    height: 1px;
}.metrics_summarycore h2::before {
    width: 50px;
    left: calc(50% - 60px);
}.metrics_summarycore h2::after {
    left: calc(50% + 10px);
    width: 50px;
}.metrics_summarycore ul {
    grid-column: 1;
    grid-row: 2;
}.metrics_summarycore ul:has(.class_benefitscore:nth-child(4):last-child) {
    grid-template-columns: repeat(2, 1fr);
}.metrics_summarycore ul:has(.class_benefitscore:nth-child(5):last-child) {
    grid-template-areas:
            "a b"
            "c d"
            "e e";
    display: grid;
}
}

@media screen and (max-width: 767px) {.metrics_summarycore {
    padding: 70px 0;
}.metrics_summarycore .container {
    gap: 40px;
}.metrics_summarycore h2 {
    font-size: calc(44px * 0.8);
}.metrics_summarycore ul {
    flex-direction: column;
    display: flex;
    align-items: center;
}.metrics_summarycore .class_benefitscore {
    height: 220px;
    margin: 15px 0;
    width: 220px;
}.metrics_summarycore ul:has(.class_benefitscore:nth-child(4):last-child),
    .metrics_summarycore ul:has(.class_benefitscore:nth-child(5):last-child),
    .metrics_summarycore ul:has(.class_benefitscore:nth-child(n+6):nth-child(-n+10)) {
    display: flex;
    align-items: center;
    flex-direction: column;
}
}

@media screen and (max-width: 480px) {.metrics_summarycore {
    padding: 60px 0;
}.metrics_summarycore h2 {
    font-size: calc(44px * 0.7);
}.metrics_summarycore h2::before, 
    .metrics_summarycore h2::after {
    bottom: -15px;
    width: 40px;
}.metrics_summarycore h2::before {
    left: calc(50% - 45px);
}.metrics_summarycore h2::after {
    left: calc(50% + 5px);
}.metrics_summarycore .class_benefitscore {
    width: 180px;
    margin: 10px 0;
    height: 180px;
}.metrics_summarycore .class_benefitscore p {
    font-size: 2.2rem;
}.metrics_summarycore .class_benefitscore span {
    font-size: calc(18px * 0.9);
}}.contactscore {
    background: linear-gradient(135deg, #f8f9fa 0%, #f0f2f5 100%);
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
}.contactscore::before {
    height: 80%;
    right: -10%;
    transform: rotate(-15deg);
    top: -10%;
    filter: blur(40px);
    background: linear-gradient(145deg, rgb(189,184,202,0.5) 0%, transparent 80%);
    position: absolute;
    content: "";
    width: 60%;
    z-index: 0;
}.contactscore::after {
    filter: blur(30px);
    content: "";
    bottom: -10rem;
    background: radial-gradient(circle, rgb(155,146,173,0.5) 0%, transparent 70%);
    position: absolute;
    z-index: 0;
    width: 20rem;
    height: 20rem;
    left: -5rem;
}.contactscore .container {
    max-width: 1200px;
    z-index: 1;
    padding: 0 2rem;
    position: relative;
    margin: 0 auto;
}.contactscore .edu_faqcore {
    position: relative;
    padding: 3.5rem;
    box-shadow: 
        12px 12px 24px rgba(0, 0, 0, 0.03),
        -8px -8px 20px rgba(255, 255, 255, 0.8),
        inset 2px 2px 5px rgba(255, 255, 255, 0.4),
        inset -2px -2px 5px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    transform: perspective(1000px) rotateX(2deg);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    border-radius: 12px;
}.contactscore .edu_faqcore:hover {
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.07),
        -10px -10px 25px rgba(255, 255, 255, 0.9),
        inset 2px 2px 5px rgba(255, 255, 255, 0.4),
        inset -2px -2px 5px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.contactscore h3 {
    color: rgb(189,184,202);
    position: relative;
    font-weight: 700;
    font-size: 38px;
    display: inline-block;
    margin-bottom: 2rem;
}.contactscore h3::after {
    position: absolute;
    height: 4px;
    background: linear-gradient(90deg, rgb(189,184,202) 0%, rgb(155,146,173) 100%);
    content: "";
    left: 0;
    transition: width 0.3s ease-out;
    transform-origin: left;
    bottom: -10px;
    width: 60%;
}.contactscore h3:hover::after {
    width: 100%;
}.contactscore p {
    margin-bottom: 1.5rem;
    color: #000000;
    transition: all 0.3s ease;
    line-height: 1.6;
    font-size: 18px;
}.contactscore div > p {
    padding-left: 5px;
    border-left: 3px solid transparent;
    background-image: linear-gradient(
        to bottom,
        transparent,
        transparent
    );
    position: relative;
    transition: all 0.3s ease;
    background-size: 100% 100%;
}.contactscore div > p:hover {
    border-left: 3px solid rgb(155,146,173);
    background-image: linear-gradient(
        to bottom,
        rgba(rgb(155,146,173,0.5), 0.05),
        transparent
    );
    transform: translateX(5px);
}.contactscore h5 {
    color: #000000;
    text-transform: capitalize;
    align-items: center;
    font-weight: 600;
    margin-bottom: 0.5rem;
    font-size: 18px;
    display: flex;
}.contactscore h5 svg {
    transform: scale(0.9);
    transition: transform 0.3s ease;
    margin-left: 0.5rem;
}.contactscore h5:hover svg {
    transform: scale(1.1) rotate(5deg);
}.contactscore svg {
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 24px;
    width: 24px;
    vertical-align: middle;
}.contactscore svg path {
    fill: rgb(189,184,202);
    transition: fill 0.3s ease;
}.contactscore .get_answerscore {
    list-style: none;
    display: flex;
    flex-direction: column;
    margin: 2rem 0 0;
    gap: 1rem;
    padding: 0;
}.contactscore .get_answerscore li {
    position: relative;
    transition: all 0.3s ease;
}.contactscore .get_answerscore li:hover {
    transform: translateX(5px);
}.contactscore .send_infocore {
    padding: 0.75rem 1rem;
    align-items: center;
    text-decoration: none;
    box-shadow: 
        5px 5px 10px rgba(0, 0, 0, 0.05),
        -5px -5px 10px rgba(255, 255, 255, 0.8);
    font-weight: 600;
    color: #000000;
    border-radius: 8px;
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(145deg, #ffffff, #f5f5f5);
    display: flex;
}.contactscore .send_infocore:hover {
    color: rgb(189,184,202);
    box-shadow: 
        inset 2px 2px 5px rgba(0, 0, 0, 0.05),
        inset -2px -2px 5px rgba(255, 255, 255, 0.8);
    background: linear-gradient(145deg, #f8f8f8, #ffffff);
}.contactscore .send_infocore:hover svg {
    transform: scale(1.1) rotate(5deg);
}.contactscore .send_infocore:hover svg path {
    fill: rgb(155,146,173);
}.contactscore .send_infocore svg {
    margin-left: 0.5rem;
}

@media (min-width: 768px) {.contactscore .edu_faqcore {
    padding: 4rem;
}.contactscore .get_answerscore {
    flex-direction: row;
    gap: 1.5rem;
    flex-wrap: wrap;
}.contactscore .send_infocore {
    padding: 0.75rem 1.25rem;
}.contactscore h3 {
    font-size: calc(38px * 1.2);
}
}

@media (min-width: 992px) {.contactscore {
    padding: 8rem 0;
}.contactscore .edu_faqcore {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    display: grid;
}.contactscore h3,
    .contactscore div:nth-child(2) {
    grid-column: 1 / -1;
}.contactscore .get_answerscore {
    margin-top: 0;
}
}

@media (max-width: 767px) {.contactscore {
    padding: 4rem 0;
}.contactscore .edu_faqcore {
    transform: perspective(1000px) rotateX(0deg);
    padding: 2rem;
}.contactscore h3 {
    font-size: calc(38px * 0.9);
}.contactscore .send_infocore {
    font-size: 0.9rem;
}
}

@media (hover: none) {.contactscore .edu_faqcore {
    transform: none !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}.contactscore div > p:hover {
    transform: none;
}.contactscore .get_answerscore li:hover {
    transform: none;
}
}

@media (prefers-reduced-motion) {.contactscore .edu_faqcore,
    .contactscore h3::after,
    .contactscore div > p,
    .contactscore .get_answerscore li,
    .contactscore .send_infocore,
    .contactscore svg {
    transition: none !important;
    transform: none !important;
}}.thanksNodecore {
    background: linear-gradient(135deg, rgb(189,184,202,0.5), rgb(155,146,173) 120%);
    padding: 7rem 0;
    position: relative;
    overflow: hidden;
}.thanksNodecore::before {
    opacity: 0.2;
    transform: rotate(-15deg);
    background: radial-gradient(circle, rgb(255, 255, 255, 0.5) 10%, transparent 70%);
    height: 300px;
    position: absolute;
    width: 300px;
    top: -10%;
    right: -5%;
    animation: float 8s ease-in-out infinite;
    content: "";
}.thanksNodecore::after {
    content: "";
    left: -5%;
    bottom: -5%;
    opacity: 0.15;
    background: radial-gradient(circle, rgb(155,146,173) 10%, transparent 70%);
    transform: rotate(15deg);
    animation: float 9s ease-in-out infinite reverse;
    width: 250px;
    height: 250px;
    position: absolute;
}.thanksNodecore .container {
    padding: 0 1.5rem;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
}.thanksNodecore .team_culturecore {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateX(1deg);
    clip-path: polygon(0 0, 100% 0, 100% 95%, 95% 100%, 0 100%);
    backdrop-filter: blur(10px);
    padding: 3.5rem;
    position: relative;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1), 0 10px 20px rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 0.92);
}.thanksNodecore .team_culturecore:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12), 0 15px 25px rgba(0, 0, 0, 0.06);
}.thanksNodecore .team_culturecore > div:first-child {
    margin-bottom: 2rem;
    position: relative;
}.thanksNodecore .team_culturecore > div:first-child::before {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    content: "";
    background: linear-gradient(to bottom, rgb(189,184,202), rgb(155,146,173));
    width: 0.5rem;
    height: 70%;
    left: -2rem;
}.thanksNodecore h5 {
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
    transform: translateX(0);
    color: #000000;
    padding-bottom: 0.5rem;
    font-size: 21px;
    transition: transform 0.4s ease;
    position: relative;
}.thanksNodecore .team_culturecore:hover h5 {
    transform: translateX(10px);
}.thanksNodecore h5::after {
    transition: width 0.4s ease;
    height: 3px;
    width: 80px;
    background: linear-gradient(to right, rgb(189,184,202), transparent);
    content: "";
    left: 0;
    bottom: 0;
    position: absolute;
}.thanksNodecore .team_culturecore:hover h5::after {
    width: 120px;
}.thanksNodecore .team_culturecore > div:last-child {
    position: relative;
    overflow: hidden;
}.thanksNodecore p {
    margin: 0;
    line-height: 1.7;
    position: relative;
    transition: color 0.3s ease;
    color: #000000;
    font-size: 15px;
}.thanksNodecore a {
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 0.5rem 0;
    position: relative;
    display: block;
    transform: translateY(0);
    text-decoration: none;
}.thanksNodecore a::before {
    position: absolute;
    content: "";
    background: rgb(189,184,202);
    left: 0;
    height: 1px;
    bottom: 0;
    width: 0;
    transition: width 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.thanksNodecore a:hover {
    transform: translateY(-3px);
}.thanksNodecore a:hover::before {
    width: 100%;
}.thanksNodecore a:hover p {
    color: rgb(189,184,202);
}.thanksNodecore a:focus {
    box-shadow: 0 0 0 2px rgb(189,184,202,0.5);
    outline: none;
}

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

@media screen and (max-width: 992px) {.thanksNodecore {
    padding: 5rem 0;
}.thanksNodecore .team_culturecore {
    padding: 2.5rem;
}.thanksNodecore h5 {
    font-size: calc(21px * 0.95);
}
}

@media screen and (max-width: 768px) {.thanksNodecore {
    padding: 4rem 0;
}.thanksNodecore .team_culturecore {
    clip-path: polygon(0 0, 100% 0, 100% 97%, 97% 100%, 0 100%);
    padding: 2rem;
}.thanksNodecore .team_culturecore > div:first-child::before {
    left: -1.5rem;
    width: 0.3rem;
}.thanksNodecore h5 {
    font-size: calc(21px * 0.9);
}
}

@media screen and (max-width: 576px) {.thanksNodecore {
    padding: 3rem 0;
}.thanksNodecore .team_culturecore {
    padding: 1.75rem;
    clip-path: polygon(0 0, 100% 0, 100% 98%, 98% 100%, 0 100%);
}.thanksNodecore .team_culturecore > div:first-child {
    margin-bottom: 1.5rem;
}.thanksNodecore .team_culturecore > div:first-child::before {
    height: 60%;
    left: -1.2rem;
}.thanksNodecore h5 {
    font-size: calc(21px * 0.85);
}.thanksNodecore p {
    font-size: calc(15px * 0.95);
    line-height: 1.6;
}}.learning_impactcore {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(222,220,229) 0%, rgba(245, 245, 250, 0.9) 100%);
    position: relative;
    padding: 120px 0;
}.learning_impactcore::before {
    width: 35%;
    height: 70%;
    top: -10%;
    filter: blur(60px);
    transform: rotate(-15deg) skewX(20deg);
    position: absolute;
    right: -5%;
    background: linear-gradient(225deg, rgb(189,184,202,0.5) 0%, transparent 70%);
    z-index: 1;
    content: "";
}.learning_impactcore::after {
    width: 40%;
    background: linear-gradient(45deg, rgb(155,146,173,0.5) 0%, transparent 70%);
    content: "";
    height: 50%;
    bottom: -5%;
    transform: rotate(15deg) skewX(-10deg);
    position: absolute;
    left: -5%;
    z-index: 1;
    filter: blur(40px);
}.learning_impactcore h5 {
    position: relative;
    max-width: 900px;
    margin-right: auto;
    color: #000000;
    margin-left: auto;
    margin-bottom: 60px;
    z-index: 2;
    text-align: center;
    font-size: 24px;
    transition: all 0.3s ease;
    font-weight: 700;
}.learning_impactcore h5::after {
    left: 50%;
    content: "";
    transform: translateX(-50%);
    position: absolute;
    background: linear-gradient(90deg, rgb(189,184,202) 0%, rgb(155,146,173) 100%);
    bottom: -15px;
    width: 80px;
    height: 3px;
    z-index: 2;
}.learning_impactcore .container {
    padding: 0 20px;
    position: relative;
    z-index: 3;
    margin: 0 auto;
    max-width: 1200px;
}.learning_impactcore .team_culturecore {
    background: rgba(255, 255, 255, 0.85);
    flex-direction: column;
    padding: 40px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(10px);
    transform: translateY(0);
    display: flex;
    align-items: center;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 4;
    position: relative;
}.learning_impactcore .team_culturecore:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 40px rgba(0, 0, 0, 0.12);
}.learning_impactcore .img_show_wrapcore {
    transition: transform 0.7s ease, box-shadow 0.7s ease;
    object-fit: cover;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    max-width: 500px;
    height: auto;
    transform: rotateY(0deg) perspective(1000px);
    width: 100%;
}.learning_impactcore .img_show_wrapcore:hover {
    box-shadow: -15px 15px 30px rgba(0, 0, 0, 0.15);
    transform: rotateY(5deg) perspective(1000px);
}.learning_impactcore .abstract_boxcore {
    width: 100%;
    margin-top: 40px;
}.learning_impactcore ul {
    padding: 0;
    display: grid;
    grid-gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    list-style: none;
}.learning_impactcore li {
    transform: translateX(0);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    padding: 20px 25px;
    border-left: 3px solid rgb(189,184,202);
    position: relative;
    background: rgba(255, 255, 255, 0.9);
}.learning_impactcore li:hover {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    border-left: 3px solid rgb(155,146,173);
    transform: translateX(5px);
}.learning_impactcore li:nth-child(odd) {
    border-left: 3px solid rgb(155,146,173);
}.learning_impactcore li:nth-child(odd):hover {
    border-left: 3px solid rgb(189,184,202);
}.learning_impactcore li div {
    width: 100%;
}.learning_impactcore li p {
    color: #000000;
    line-height: 1.6;
    margin: 0;
    display: flex;
    font-size: calc(17px - 1px);
    align-items: flex-start;
}.learning_impactcore svg {
    transform: scale(1);
    margin-top: 2px;
    min-width: 24px;
    transition: transform 0.3s ease;
    margin-right: 15px;
}.learning_impactcore li:hover svg {
    transform: scale(1.1);
}.learning_impactcore svg path {
    transition: fill 0.3s ease;
    fill: rgb(189,184,202);
}.learning_impactcore li:hover svg path {
    fill: rgb(155,146,173);
}.learning_impactcore li:nth-child(odd) svg path {
    fill: rgb(155,146,173);
}.learning_impactcore li:nth-child(odd):hover svg path {
    fill: rgb(189,184,202);
}

@media (min-width: 992px) {.learning_impactcore .team_culturecore {
    flex-direction: row;
    padding: 60px;
    align-items: stretch;
    gap: 50px;
}.learning_impactcore .abstract_boxcore {
    margin-top: 0;
}.learning_impactcore .img_show_wrapcore {
    max-width: 45%;
}.learning_impactcore li {
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
}

@media (max-width: 991px) {.learning_impactcore {
    padding: 80px 0;
}.learning_impactcore h5 {
    margin-bottom: 40px;
    font-size: calc(24px - 2px);
}.learning_impactcore .team_culturecore {
    padding: 30px;
}.learning_impactcore ul {
    grid-template-columns: 1fr;
}
}

@media (max-width: 768px) {.learning_impactcore {
    padding: 60px 0;
}.learning_impactcore h5 {
    margin-bottom: 30px;
    font-size: calc(24px - 4px);
}.learning_impactcore h5::after {
    bottom: -10px;
    width: 60px;
}.learning_impactcore .team_culturecore {
    padding: 25px 20px;
}.learning_impactcore li {
    padding: 15px 20px;
}
}

@media (max-width: 576px) {.learning_impactcore {
    padding: 50px 0;
}.learning_impactcore h5 {
    font-size: calc(24px - 6px);
}.learning_impactcore .container {
    padding: 0 15px;
}.learning_impactcore .team_culturecore {
    padding: 20px 15px;
}.learning_impactcore li {
    padding: 15px;
}.learning_impactcore li p {
    font-size: calc(17px - 2px);
}.learning_impactcore svg {
    transform: scale(0.9);
    margin-right: 10px;
}}.join_nowcore {
    padding: 130px 0;
    background: linear-gradient(155deg, rgb(189,184,202,0.5) 50%, rgb(222,220,229) 50%);
    overflow: hidden;
    position: relative;
}.join_nowcore::before {
    background-size: 30px 30px;
    content: '';
    opacity: 0.04;
    z-index: 1;
    left: 0;
    width: 100%;
    position: absolute;
    background: 
        linear-gradient(45deg, transparent 48%, #ffffff 48%, #ffffff 52%, transparent 52%),
        linear-gradient(-45deg, transparent 48%, #ffffff 48%, #ffffff 52%, transparent 52%);
    top: 0;
    height: 100%;
    background-position: 0 0;
}.join_nowcore .team_culturecore {
    position: relative;
    padding: 0 20px;
    align-items: flex-start;
    z-index: 10;
    max-width: 1000px;
    display: flex;
    margin: 0 auto;
    gap: 50px;
}.join_nowcore .container p {
    color: #000000;
    margin: 0;
    font-size: 34px;
    padding: 30px;
    line-height: 1.4;
    background: #ffffff;
    box-shadow: 
        -15px 15px 30px rgba(0, 0, 0, 0.1),
        0 0 0 10px rgba(255, 255, 255, 0.05);
    flex: 1;
    font-weight: 700;
    position: relative;
    z-index: 5;
    border-radius: 20px 20px 20px 0;
}.join_nowcore .inquiry_sectioncore {
    height: 220px;
    justify-content: center;
    padding: 20px;
    text-align: center;
    z-index: 5;
    color: #ffffff;
    flex: 0 0 220px;
    transform: translateY(30px);
    border-radius: 20px 20px 0 20px;
    transition: all 0.4s ease;
    display: flex;
    align-items: center;
    text-decoration: none;
    position: relative;
    font-weight: 600;
    font-size: 20px;
    background: rgb(189,184,202);
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.1),
        0 0 0 10px rgba(255, 255, 255, 0.05);
}.join_nowcore .inquiry_sectioncore::before {
    transition: opacity 0.4s ease;
    left: 0;
    top: 0;
    border-radius: 20px 20px 0 20px;
    height: 100%;
    background: rgb(155,146,173);
    width: 100%;
    opacity: 0;
    z-index: -1;
    content: '';
    position: absolute;
}.join_nowcore .inquiry_sectioncore:hover {
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.15),
        0 0 0 10px rgba(255, 255, 255, 0.1);
    transform: translateY(15px);
}.join_nowcore .inquiry_sectioncore:hover::before {
    opacity: 1;
}.join_nowcore .container p::after {
    background: rgb(189,184,202);
    position: absolute;
    width: 40px;
    bottom: -10px;
    content: '';
    height: 40px;
    border-radius: 10px;
    left: -10px;
    z-index: -1;
}.join_nowcore::after {
    border-radius: 50%;
    z-index: 1;
    border: 30px solid rgba(255, 255, 255, 0.1);
    width: 200px;
    position: absolute;
    top: -100px;
    height: 200px;
    right: -100px;
    content: '';
}.join_nowcore .team_culturecore::after {
    content: '';
    left: -75px;
    border: 20px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    width: 150px;
    height: 150px;
    position: absolute;
    bottom: -75px;
    z-index: 1;
}

@media (max-width: 991px) {.join_nowcore {
    padding: 110px 0;
}.join_nowcore .team_culturecore {
    gap: 40px;
}.join_nowcore .container p {
    font-size: calc(18px * 1.2);
    padding: 25px;
}.join_nowcore .inquiry_sectioncore {
    height: 180px;
    flex: 0 0 180px;
}.join_nowcore .container p::after {
    width: 30px;
    height: 30px;
}
}

@media (max-width: 767px) {.join_nowcore {
    background: linear-gradient(175deg, rgb(189,184,202,0.5) 60%, rgb(222,220,229) 60%);
    padding: 90px 0;
}.join_nowcore .team_culturecore {
    flex-direction: column;
    gap: 60px;
}.join_nowcore .container p {
    width: 100%;
    font-size: 18px;
}.join_nowcore .inquiry_sectioncore {
    width: 160px;
    align-self: flex-end;
    margin-right: 20px;
    height: 160px;
}
}

@media (max-width: 480px) {.join_nowcore {
    padding: 70px 0;
}.join_nowcore .container p {
    padding: 20px;
    font-size: calc(13px * 1.2);
    border-radius: 15px 15px 15px 0;
}.join_nowcore .inquiry_sectioncore {
    border-radius: 15px 15px 0 15px;
    width: 140px;
    font-size: calc(20px * 0.9);
    height: 140px;
}.join_nowcore .container p::after {
    height: 25px;
    width: 25px;
    border-radius: 8px;
}}.greeting_pagecore {
    overflow: hidden;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    display: flex;
    position: relative;
    z-index: 1;
    padding: 2rem;
}.greeting_pagecore::before {
    left: 0;
    top: 0;
    animation: gradientShift 15s ease-in-out infinite alternate;
    content: "";
    z-index: -1;
    height: 100%;
    width: 100%;
    background: linear-gradient(145deg, rgba(0, 0, 0, 0.5), rgb(189,184,202,0.5), rgba(0, 0, 0, 0.75));
    position: absolute;
}.greeting_pagecore::after {
    height: 100%;
    content: "";
    z-index: -1;
    will-change: transform;
    animation: patternMove 60s linear infinite;
    left: 0;
    position: absolute;
    background: repeating-linear-gradient(
    -45deg,
    rgb(189,184,202,0.5) 0,
    transparent 2px,
    transparent 10px
  );
    top: 0;
    transform: translateZ(0);
    opacity: 0.15;
    width: 100%;
}.greeting_pagecore > div {
    gap: 3rem;
    max-width: 1200px;
    display: flex;
    opacity: 0;
    animation: fadeInUp 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.3s;
    transform: translateY(1.5rem);
    flex-direction: column;
    width: 100%;
    position: relative;
}.greeting_pagecore > div > div:first-child {
    position: relative;
    padding-left: 2rem;
}.greeting_pagecore > div > div:first-child::before {
    position: absolute;
    transform-origin: top;
    animation: scaleIn 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.8s;
    top: 0.5rem;
    transform: scaleY(0);
    height: calc(100% - 1rem);
    left: 0;
    background: linear-gradient(to bottom, rgb(189,184,202), rgb(155,146,173));
    content: "";
    width: 6px;
}.greeting_pagecore .title_style_header {
    font-size: clamp(2.5rem, 5vw, 45px);
    color: #ffffff;
    line-height: 1.2;
    transform: translateX(-1rem);
    opacity: 0;
    position: relative;
    animation: slideTitle 1s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.5s;
    margin: 0;
    font-weight: 700;
    text-shadow: 0 3px 15px rgba(0, 0, 0, 0.3);
}.greeting_pagecore .main_herocore {
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.2);
    transform: translateY(2rem);
    opacity: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    animation: fadeInUp 1s cubic-bezier(0.17, 0.67, 0.25, 1) forwards 0.9s;
    padding: 2.5rem;
    background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0.08),
    rgba(255, 255, 255, 0.03)
  );
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}.greeting_pagecore .main_herocore::before {
    background: radial-gradient(circle at 30% 30%, rgb(155,146,173,0.5), transparent 60%);
    height: 200%;
    opacity: 0.08;
    z-index: -1;
    animation: pulseGlow 10s ease-in-out infinite alternate;
    width: 200%;
    left: -50%;
    content: "";
    position: absolute;
    top: -50%;
}.greeting_pagecore .academy_learningscore {
    position: relative;
    margin-bottom: 1.8rem;
}.greeting_pagecore .academy_learningscore::after {
    left: 0;
    background: linear-gradient(to right, rgb(155,146,173), transparent);
    width: 60%;
    content: "";
    transform: scaleX(0);
    bottom: -0.9rem;
    height: 2px;
    animation: lineGrow 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards 1.4s;
    position: absolute;
    transform-origin: left;
}.greeting_pagecore .academy_learningscore h3 {
    transform: translateY(1rem);
    animation: fadeInUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards 1.1s;
    margin: 0;
    font-size: clamp(1.2rem, 3vw, 1.7rem);
    color: #ffffff;
    font-weight: 600;
    opacity: 0;
    line-height: 1.4;
}.greeting_pagecore span p {
    font-size: clamp(1rem, 2vw, 1.25rem);
    margin: 0;
    animation: fadeInUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards 1.3s;
    transform: translateY(1rem);
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.6;
    opacity: 0;
}

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

@keyframes slideTitle {
  from {
    opacity: 0;
    transform: translateX(-1rem);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

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

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

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

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

@keyframes pulseGlow {
  0% {
    opacity: 0.05;
    transform: scale(1);
  }
  50% {
    opacity: 0.15;
    transform: scale(1.05);
  }
  100% {
    opacity: 0.05;
    transform: scale(1);
  }
}

@media (max-width: 992px) {.greeting_pagecore {
    padding: 3rem 1.5rem;
}.greeting_pagecore > div {
    gap: 2rem;
}.greeting_pagecore .main_herocore {
    padding: 2rem;
}
}

@media (max-width: 768px) {.greeting_pagecore {
    min-height: 90vh;
    padding: 2rem 1rem;
}.greeting_pagecore > div {
    gap: 1.5rem;
}.greeting_pagecore > div > div:first-child {
    padding-left: 1.5rem;
}.greeting_pagecore > div > div:first-child::before {
    width: 4px;
}.greeting_pagecore .main_herocore {
    padding: 1.8rem;
}.greeting_pagecore .academy_learningscore::after {
    width: 50%;
}
}

@media (max-width: 480px) {.greeting_pagecore {
    padding: 1.5rem 0.875rem;
    min-height: 85vh;
}.greeting_pagecore > div {
    gap: 1.25rem;
}.greeting_pagecore > div > div:first-child {
    padding-left: 1rem;
}.greeting_pagecore > div > div:first-child::before {
    width: 3px;
}.greeting_pagecore .main_herocore {
    padding: 1.5rem;
}.greeting_pagecore .academy_learningscore {
    margin-bottom: 1.5rem;
}.greeting_pagecore .academy_learningscore::after {
    bottom: -0.75rem;
}}.get_in_touchcore {
    overflow: hidden;
    background: rgb(222,220,229);
    position: relative;
    padding: 90px 0;
}.get_in_touchcore::before {
    background: 
        linear-gradient(45deg, transparent 48%, rgba(rgb(189,184,202), 0.05) 49%, rgba(rgb(189,184,202), 0.05) 51%, transparent 52%),
        linear-gradient(-45deg, transparent 48%, rgba(rgb(155,146,173), 0.05) 49%, rgba(rgb(155,146,173), 0.05) 51%, transparent 52%);
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    z-index: 0;
    background-size: 40px 40px;
    height: 100%;
    width: 100%;
}.get_in_touchcore .container {
    position: relative;
    max-width: 1200px;
    z-index: 1;
    margin: 0 auto;
    padding: 0 20px;
}.get_in_touchcore h2 {
    font-weight: 700;
    position: relative;
    color: #000000;
    padding-bottom: 15px;
    font-size: 28px;
    margin-bottom: 50px;
    display: inline-block;
    border-bottom: 3px solid rgb(189,184,202);
}.get_in_touchcore .contact_querycore {
    background: #ffffff;
    overflow: hidden;
    display: flex;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    border-radius: 11px;
    position: relative;
}.get_in_touchcore .img_show_wrapcore {
    flex: 0 0 45%;
    clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
    min-height: 550px;
    position: relative;
}.get_in_touchcore .support_querycore {
    position: relative;
    flex: 0 0 55%;
    padding: 60px;
    background: #ffffff;
}.get_in_touchcore .support_querycore::before {
    height: 100%;
    width: 100%;
    background-size: 30px 30px;
    top: 0;
    background-position: 0 0, 15px 15px;
    position: absolute;
    background: 
        linear-gradient(135deg, #ffffff 0%, #ffffff 50%, transparent 50%, transparent 100%),
        linear-gradient(-135deg, #ffffff 0%, #ffffff 50%, transparent 50%, transparent 100%);
    left: 0;
    z-index: -1;
    opacity: 0.1;
    content: "";
}.get_in_touchcore #contact {
    gap: 25px;
    flex-direction: column;
    display: flex;
}.get_in_touchcore h3 {
    font-weight: 700;
    color: rgb(189,184,202);
    margin-bottom: 30px;
    position: relative;
    font-size: 19px;
}.get_in_touchcore input[type="text"] {
    color: #000000;
    transition: all 0.3s ease;
    border-radius: 0 10px 10px 0;
    background: rgb(222,220,229);
    width: 100%;
    font-size: 18px;
    border-left: 3px solid rgb(189,184,202);
    border: none;
    padding: 15px 20px;
}.get_in_touchcore input[type="text"]:focus {
    background: #ffffff;
    border-left-color: rgb(155,146,173);
    outline: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}.get_in_touchcore input[type="text"]::placeholder {
    opacity: 0.7;
    color: #000000;
}.get_in_touchcore .message_widgetcore {
    display: flex;
    margin-top: 10px;
    gap: 12px;
    align-items: flex-start;
}.get_in_touchcore .message_widgetcore input[type="checkbox"] {
    height: 22px;
    margin-top: 3px;
    background: rgb(222,220,229);
    width: 22px;
    transition: all 0.3s ease;
    border: 2px solid rgb(222,220,229);
    appearance: none;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
}.get_in_touchcore .message_widgetcore input[type="checkbox"]:checked {
    background: rgb(189,184,202);
    border-color: rgb(189,184,202);
}.get_in_touchcore .message_widgetcore input[type="checkbox"]:checked::after {
    width: 5px;
    content: "";
    border-bottom: 2px solid #ffffff;
    height: 10px;
    transform: translate(-50%, -50%) rotate(45deg);
    border-right: 2px solid #ffffff;
    top: 40%;
    left: 50%;
    position: absolute;
}.get_in_touchcore .message_widgetcore label {
    font-size: 18px;
    line-height: 1.6;
    color: #000000;
}.get_in_touchcore .message_widgetcore a {
    transition: all 0.3s ease;
    position: relative;
    text-decoration: none;
    color: rgb(189,184,202);
}.get_in_touchcore .message_widgetcore a:hover {
    color: rgb(155,146,173);
}.get_in_touchcore .message_widgetcore a::after {
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -2px;
    left: 0;
    content: "";
    transition: all 0.3s ease;
    background: rgb(189,184,202);
}.get_in_touchcore .message_widgetcore a:hover::after {
    background: rgb(155,146,173);
    height: 2px;
}.get_in_touchcore .inquiry_sectioncore {
    margin-top: 15px;
    font-size: 20px;
    align-self: flex-start;
    padding: 15px 35px;
    border-radius: 10px;
    font-weight: 600;
    color: #ffffff;
    overflow: hidden;
    border: none;
    background: rgb(189,184,202);
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
}.get_in_touchcore .inquiry_sectioncore::after {
    transition: all 0.6s ease;
    background: rgba(255, 255, 255, 0.1);
    content: "";
    width: 0;
    height: 0;
    border-radius: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
}.get_in_touchcore .inquiry_sectioncore:hover {
    background: rgb(155,146,173);
}.get_in_touchcore .inquiry_sectioncore:hover::after {
    height: 300%;
    width: 300%;
}.get_in_touchcore svg {
    width: 20px;
    transition: all 0.3s ease;
    height: 20px;
    fill: rgb(189,184,202);
}.get_in_touchcore svg path {
    transition: all 0.3s ease;
    fill: rgb(189,184,202);
}.get_in_touchcore svg:hover {
    fill: rgb(155,146,173);
}.get_in_touchcore svg:hover path {
    fill: rgb(155,146,173);
}

@media (max-width: 992px) {.get_in_touchcore {
    padding: 70px 0;
}.get_in_touchcore .contact_querycore {
    flex-direction: column;
}.get_in_touchcore .img_show_wrapcore {
    min-height: 300px;
    flex: 0 0 auto;
}.get_in_touchcore .support_querycore {
    padding: 40px 30px 50px;
    flex: 0 0 auto;
}
}

@media (max-width: 768px) {.get_in_touchcore {
    padding: 60px 0;
}.get_in_touchcore h2 {
    margin-bottom: 40px;
    font-size: calc(28px - 4px);
}.get_in_touchcore .support_querycore {
    padding: 35px 25px 45px;
}.get_in_touchcore #contact {
    gap: 20px;
}.get_in_touchcore .img_show_wrapcore {
    min-height: 250px;
}
}

@media (max-width: 576px) {.get_in_touchcore {
    padding: 50px 0;
}.get_in_touchcore .container {
    padding: 0 15px;
}.get_in_touchcore h2 {
    font-size: calc(28px - 6px);
    margin-bottom: 30px;
}.get_in_touchcore .support_querycore {
    padding: 30px 20px 40px;
}.get_in_touchcore .inquiry_sectioncore {
    width: 100%;
}.get_in_touchcore .img_show_wrapcore {
    min-height: 200px;
}}.instructor_profilecore {
    padding: 5rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(222,220,229) 0%, rgba(255,255,255,0.95) 100%);
    position: relative;
}.instructor_profilecore::before {
    opacity: 0.1;
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    z-index: 0;
    height: 100%;
    background: linear-gradient(45deg, rgb(189,184,202,0.5) 0%, transparent 70%);
    transform: translateY(-30%) skewY(-5deg);
}.instructor_profilecore::after {
    width: 100%;
    background: linear-gradient(135deg, rgb(155,146,173,0.5) 0%, transparent 80%);
    right: -20%;
    height: 60%;
    opacity: 0.15;
    transform: rotate(-15deg);
    content: "";
    bottom: -20%;
    z-index: 0;
    position: absolute;
}.instructor_profilecore .container {
    z-index: 1;
    margin: 0 auto;
    max-width: 1200px;
    perspective: 1000px;
    position: relative;
    padding: 0 1.5rem;
}.instructor_profilecore .success_opinionscore {
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
    grid-gap: 2rem;
    display: grid;
    transform-style: preserve-3d;
    border-radius: 10px;
    grid-template-columns: 1fr;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid rgba(0,0,0,0.05);
    box-shadow: 
    0 20px 40px rgba(0,0,0,0.05),
    0 5px 15px rgba(0,0,0,0.03),
    0 0 0 1px rgba(255,255,255,0.1) inset;
    padding: 2.5rem;
}.instructor_profilecore .success_opinionscore::before {
    left: 0;
    width: 100%;
    z-index: 2;
    position: absolute;
    height: 5px;
    top: 0;
    background-size: 200% 100%;
    animation: gradientMove 8s ease-in-out infinite;
    content: "";
    background: linear-gradient(90deg, 
    rgb(189,184,202) 0%, 
    rgb(155,146,173) 50%, 
    rgb(189,184,202) 100%);
}.instructor_profilecore .success_opinionscore > div:first-child {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}.instructor_profilecore .img_show_wrapcore {
    position: relative;
    border-radius: 50%;
    transform: translateZ(30px);
    height: 180px;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 
    0 10px 25px rgba(0,0,0,0.1),
    0 5px 10px rgba(0,0,0,0.05);
    width: 180px;
}.instructor_profilecore .img_show_wrapcore::before {
    position: absolute;
    opacity: 0.8;
    z-index: -1;
    inset: -8px;
    transform: rotate(-45deg);
    background: linear-gradient(
    135deg,
    rgb(155,146,173) 0%,
    transparent 50%,
    rgb(189,184,202) 100%
  );
    border-radius: 50%;
    content: "";
    animation: rotateGradient 15s linear infinite;
}.instructor_profilecore .img_show_wrapcore::after {
    content: "";
    inset: 0;
    z-index: 1;
    border-radius: 50%;
    position: absolute;
    box-shadow: inset 0 0 0 10px rgba(255,255,255,0.1);
}.instructor_profilecore .success_opinionscore > div:nth-child(2) {
    transform: translateZ(20px);
    text-align: center;
    position: relative;
}.instructor_profilecore .name {
    font-weight: 700;
    display: inline-block;
    margin-bottom: 0.5rem;
    font-size: 20px;
    color: #000000;
    position: relative;
}.instructor_profilecore .name::after {
    bottom: -8px;
    width: 40%;
    background: rgb(189,184,202);
    transform: translateZ(5px);
    left: 30%;
    position: absolute;
    height: 3px;
    content: "";
}.instructor_profilecore .success_opinionscore > div:nth-child(2) > div {
    font-size: calc(14px * 0.9);
    margin-top: 1rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: rgb(155,146,173);
}.instructor_profilecore .success_opinionscore > div:nth-child(3) {
    transform: translateZ(10px);
    position: relative;
}.instructor_profilecore .career_skillscore {
    position: relative;
    text-align: justify;
    color: #000000;
    font-size: 14px;
    line-height: 1.8;
    padding-left: 1rem;
}.instructor_profilecore .career_skillscore::before {
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    width: 3px;
    border-radius: 3px;
    bottom: 0;
    background: linear-gradient(
    to bottom,
    rgb(189,184,202) 0%,
    rgb(155,146,173) 100%
  );
}.instructor_profilecore .success_opinionscore:hover {
    transform: translateY(-5px) rotateX(2deg) rotateY(-2deg);
    box-shadow: 
    0 30px 60px rgba(0,0,0,0.08),
    0 10px 25px rgba(0,0,0,0.05),
    0 0 0 1px rgba(255,255,255,0.2) inset;
}.instructor_profilecore .success_opinionscore:hover .img_show_wrapcore {
    transform: translateZ(40px) scale(1.05);
}

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

@keyframes rotateGradient {
  0% { transform: rotate(-45deg); }
  100% { transform: rotate(315deg); }
}

@media (min-width: 768px) {.instructor_profilecore {
    padding: 7rem 0;
}.instructor_profilecore .success_opinionscore {
    grid-template-columns: auto 1fr;
    padding: 3rem;
    grid-gap: 2.5rem;
    grid-template-rows: auto 1fr;
}.instructor_profilecore .success_opinionscore > div:first-child {
    grid-row: 1 / span 2;
}.instructor_profilecore .success_opinionscore > div:nth-child(2) {
    text-align: left;
    padding-top: 1.5rem;
    align-self: end;
}.instructor_profilecore .name::after {
    left: 0;
    width: 60px;
}.instructor_profilecore .career_skillscore {
    padding-left: 1.5rem;
}.instructor_profilecore .career_skillscore::before {
    width: 4px;
}
}

@media (min-width: 992px) {.instructor_profilecore .success_opinionscore {
    grid-template-columns: 250px 1fr;
    grid-gap: 3rem;
    padding: 3.5rem 4rem;
}.instructor_profilecore .img_show_wrapcore {
    height: 220px;
    width: 220px;
}.instructor_profilecore .name {
    font-size: calc(20px * 1.1);
}.instructor_profilecore .success_opinionscore > div:nth-child(2) > div {
    font-size: 14px;
}.instructor_profilecore .career_skillscore {
    line-height: 1.9;
    font-size: calc(14px * 1.05);
}
}

@media (min-width: 1200px) {.instructor_profilecore .container {
    padding: 0 2rem;
}.instructor_profilecore .success_opinionscore {
    grid-template-columns: 280px 1fr;
    padding: 4rem 5rem;
}.instructor_profilecore .img_show_wrapcore {
    height: 240px;
    width: 240px;
}
}

@media (max-width: 767px) {.instructor_profilecore {
    padding: 4rem 0;
}.instructor_profilecore .success_opinionscore {
    text-align: center;
    padding: 2rem 1.5rem;
}.instructor_profilecore .img_show_wrapcore {
    height: 150px;
    width: 150px;
}.instructor_profilecore .career_skillscore {
    padding-top: 1rem;
    padding-left: 0;
    text-align: left;
}.instructor_profilecore .career_skillscore::before {
    top: 0;
    width: 50px;
    transform: translateX(-50%);
    bottom: auto;
    height: 3px;
    left: 50%;
}}footer {
    z-index: 1;
    position: relative;
}footer::before {
    bottom: 0;
    left: 0;
    opacity: 0.9;
    position: absolute;
    background: linear-gradient(to right, rgb(155,146,173), rgb(189,184,202));
    z-index: -2;
    content: "";
    right: 0;
    top: 0;
}footer::after {
    right: 0;
    left: 0;
    z-index: -1;
    content: "";
    top: 0;
    bottom: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 10px,
        transparent 10px,
        transparent 20px
    );
    position: absolute;
}.reg_remindcore {
    color: #ffffff;
    padding: 5rem 0 2rem;
    position: relative;
}.reg_remindcore::before {
    width: 100%;
    top: 0;
    height: 10px;
    left: 0;
    background: linear-gradient(90deg, rgb(189,184,202), rgb(155,146,173), rgb(189,184,202));
    content: "";
    position: absolute;
}.reg_remindcore .container {
    gap: 2rem;
    position: relative;
    grid-template-columns: repeat(12, 1fr);
    display: grid;
}.reg_remindcore .company_holder {
    padding: 0;
    position: relative;
    grid-column: span 5;
}.reg_remindcore .company_holder h3 {
    color: #ffffff;
    padding-bottom: 1rem;
    font-size: 38px;
    position: relative;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    font-weight: 700;
    margin: 0 0 1.5rem;
}.reg_remindcore .company_holder h3::after {
    background: #ffffff;
    height: 2px;
    position: absolute;
    left: 0;
    content: "";
    bottom: -2px;
    width: 80px;
}.reg_remindcore .skill_testcore {
    line-height: 1.7;
    border-left: 3px solid rgba(255, 255, 255, 0.3);
    color: #ffffff;
    padding: 0 0 0 1.5rem;
    margin-top: 1.5rem;
    font-size: 18px;
    position: relative;
}.reg_remindcore .encrypt_ctacore {
    grid-column: span 7;
}.reg_remindcore .nav_tutorcore {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 2rem;
}.reg_remindcore .head_barcore {
    position: relative;
}.reg_remindcore .head_barcore h5 {
    position: relative;
    color: #ffffff;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    margin: 0 0 1.5rem;
    font-weight: 600;
    font-size: 24px;
    padding-bottom: 0.8rem;
}.reg_remindcore .head_barcore h5::after {
    height: 2px;
    position: absolute;
    left: 0;
    content: "";
    background: #ffffff;
    bottom: -2px;
    width: 40px;
}.reg_remindcore .head_barcore .nav_tutorcore {
    gap: 1rem;
    display: grid;
}.reg_remindcore .head_barcore .nav_tutorcore a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: all 0.3s ease;
    align-items: center;
    position: relative;
    display: flex;
    font-size: 18px;
}.reg_remindcore .head_barcore .nav_tutorcore a::after {
    content: "\2192";
    transform: translateX(-5px);
    margin-left: 0.5rem;
    opacity: 0;
    transition: all 0.3s ease;
}.reg_remindcore .head_barcore .nav_tutorcore a:hover {
    padding-left: 0.5rem;
    color: #ffffff;
}.reg_remindcore .head_barcore .nav_tutorcore a:hover::after {
    opacity: 1;
    transform: translateX(0);
}.workshop_ctacore {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    margin-top: 4rem;
    padding: 2rem 0;
    background: rgba(0, 0, 0, 0.1);
}.workshop_ctacore .container {
    display: flex;
    align-items: center;
    justify-content: center;
}.workshop_ctacore .forum_linkcore {
    color: #ffffff;
    opacity: 0.9;
    position: relative;
    font-size: 16px;
    text-align: center;
    padding: 0 1rem;
}.reg_remindcore::after {
    content: "";
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    top: 2rem;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    position: absolute;
    width: 50px;
    right: 2rem;
    height: 50px;
}.reg_remindcore .company_holder::before {
    height: 50px;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    content: "";
    top: 0;
    position: absolute;
    width: 50px;
    border-left: 2px solid rgba(255, 255, 255, 0.2);
    left: 0;
}.reg_remindcore .company_holder::after {
    content: "";
    position: absolute;
    left: 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    bottom: 0;
    height: 50px;
    border-left: 2px solid rgba(255, 255, 255, 0.2);
    width: 50px;
}.reg_remindcore .encrypt_ctacore::after {
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    bottom: 0;
    height: 50px;
    position: absolute;
    right: 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    content: "";
    width: 50px;
}

@media (max-width: 1200px) {.reg_remindcore .container {
    gap: 1.5rem;
}
}

@media (max-width: 992px) {.reg_remindcore {
    padding: 4rem 0 2rem;
}.reg_remindcore .container {
    grid-template-columns: 1fr;
}.reg_remindcore .company_holder,
    .reg_remindcore .encrypt_ctacore {
    grid-column: span 12;
}.reg_remindcore .company_holder {
    margin-bottom: 2rem;
}.reg_remindcore::after,
    .reg_remindcore .company_holder::before,
    .reg_remindcore .company_holder::after,
    .reg_remindcore .encrypt_ctacore::after {
    display: none;
}
}

@media (max-width: 768px) {.reg_remindcore {
    padding: 3rem 0 1.5rem;
}.reg_remindcore .nav_tutorcore {
    gap: 1.5rem;
}.reg_remindcore .company_holder h3 {
    font-size: calc(38px - 2px);
}.workshop_ctacore {
    margin-top: 3rem;
}
}

@media (max-width: 576px) {.reg_remindcore {
    padding: 2.5rem 0 1rem;
}.reg_remindcore .nav_tutorcore {
    grid-template-columns: 1fr;
    gap: 2rem;
}.reg_remindcore .skill_testcore {
    padding-left: 1rem;
}.workshop_ctacore {
    margin-top: 2rem;
}
}

@media (max-width: 420px) {.reg_remindcore .company_holder h3::after,
    .reg_remindcore .head_barcore h5::after {
    width: 30px;
}.reg_remindcore .head_barcore .nav_tutorcore a:hover {
    padding-left: 0.3rem;
}}.course_methodologycore {
    overflow: hidden;
    position: relative;
    background: rgb(222,220,229);
    min-height: 65vh;
}.course_methodologycore::before {
    z-index: 1;
    content: "";
    left: 0;
    background: 
        radial-gradient(circle at 20% 20%, rgb(189,184,202,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 80%, rgb(155,146,173,0.5) 0%, transparent 30%);
    filter: blur(40px);
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}.course_methodologycore::after {
    background: repeating-radial-gradient(
        circle at center,
        transparent,
        transparent 50px,
        rgba(255, 255, 255, 0.03) 50px,
        rgba(255, 255, 255, 0.03) 100px
    );
    z-index: 2;
    content: "";
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
}.course_methodologycore .container {
    margin: 0 auto;
    display: flex;
    z-index: 5;
    padding: 5rem 2rem;
    justify-content: center;
    align-items: center;
    position: relative;
    max-width: 1100px;
}.course_methodologycore .team_culturecore {
    height: 100%;
    align-items: center;
    position: relative;
    max-width: 900px;
    width: 100%;
    border-radius: 50%;
    aspect-ratio: 1/1;
    padding: 0;
    flex-direction: column;
    justify-content: center;
    display: flex;
}.course_methodologycore .team_culturecore::before {
    height: 90%;
    z-index: -1;
    animation: rotateBorder 20s linear infinite;
    border-radius: 50%;
    content: "";
    left: 5%;
    border: 2px solid rgb(189,184,202,0.5);
    width: 90%;
    top: 5%;
    position: absolute;
}.course_methodologycore .team_culturecore::after {
    border: 1px dashed rgb(155,146,173,0.5);
    height: 80%;
    left: 10%;
    position: absolute;
    border-radius: 50%;
    width: 80%;
    content: "";
    z-index: -1;
    top: 10%;
    animation: rotateBorder 15s linear infinite reverse;
}.course_methodologycore h3 {
    margin: 0 0 1.5rem;
    border-radius: 21px;
    position: relative;
    background: #ffffff;
    transform: translateY(-20px);
    font-size: 37px;
    text-align: center;
    color: rgb(189,184,202);
    z-index: 2;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    font-weight: 700;
    padding: 1rem 2rem;
    max-width: 70%;
}.course_methodologycore h3::before {
    position: absolute;
    opacity: 0.2;
    z-index: -1;
    border-radius: inherit;
    content: "";
    height: 100%;
    left: 0;
    background: linear-gradient(135deg, rgb(189,184,202,0.5), transparent);
    top: 0;
    width: 100%;
}.course_methodologycore h3::after {
    top: 100%;
    content: "";
    width: 2px;
    background: linear-gradient(to bottom, rgb(189,184,202), transparent);
    left: 50%;
    height: 30px;
    position: absolute;
    transform: translateX(-50%);
}.course_methodologycore span {
    color: #000000;
    padding: 2rem;
    display: inline-block;
    font-size: 18px;
    transform: translateY(20px);
    position: relative;
    text-align: center;
    background: #ffffff;
    width: 60%;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    z-index: 2;
    height: auto;
    line-height: 1.7;
    border-radius: 21px;
}.course_methodologycore span::before {
    bottom: 100%;
    left: 50%;
    position: absolute;
    height: 30px;
    transform: translateX(-50%);
    width: 2px;
    content: "";
    background: linear-gradient(to top, rgb(155,146,173), transparent);
}.course_methodologycore span::after {
    content: "";
    background: linear-gradient(45deg, rgb(155,146,173,0.5), transparent);
    z-index: -1;
    top: 0;
    position: absolute;
    border-radius: inherit;
    height: 100%;
    left: 0;
    width: 100%;
    opacity: 0.2;
}

@keyframes rotateBorder {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (min-width: 993px) {.course_methodologycore .team_culturecore:hover::before,
    .course_methodologycore .team_culturecore:hover::after {
    animation-play-state: paused;
}.course_methodologycore .team_culturecore:hover h3,
    .course_methodologycore .team_culturecore:hover span {
    transition: transform 0.5s ease;
    transform: translateY(0);
}
}

@media (max-width: 992px) {.course_methodologycore {
    min-height: auto;
}.course_methodologycore .container {
    padding: 4rem 1.5rem;
}.course_methodologycore .team_culturecore {
    height: auto;
    padding: 2rem 0;
    border-radius: 0;
    aspect-ratio: auto;
    gap: 3rem;
}.course_methodologycore .team_culturecore::before,
    .course_methodologycore .team_culturecore::after {
    top: 0;
    left: 0;
    height: 100%;
    border-radius: 20px;
    width: 100%;
}.course_methodologycore h3 {
    transform: none;
    max-width: 90%;
    margin-bottom: 0;
    font-size: calc(37px * 0.9);
}.course_methodologycore h3::after {
    display: none;
}.course_methodologycore span {
    width: 90%;
    transform: none;
}.course_methodologycore span::before {
    display: none;
}
}

@media (max-width: 768px) {.course_methodologycore .container {
    padding: 3rem 1.2rem;
}.course_methodologycore .team_culturecore {
    gap: 2rem;
    padding: 1.5rem 0;
}.course_methodologycore h3 {
    font-size: calc(37px * 0.8);
    padding: 0.8rem 1.5rem;
    max-width: 100%;
}.course_methodologycore span {
    font-size: calc(18px * 0.9);
    width: 100%;
    padding: 1.5rem;
}
}

@media (max-width: 576px) {.course_methodologycore .container {
    padding: 2.5rem 1rem;
}.course_methodologycore .team_culturecore {
    padding: 1rem 0;
    gap: 1.5rem;
}.course_methodologycore h3 {
    font-size: calc(37px * 0.7);
    padding: 0.7rem 1.2rem;
}.course_methodologycore span {
    padding: 1.2rem;
    font-size: calc(18px * 0.85);
    line-height: 1.6;
}.course_methodologycore .team_culturecore::before,
    .course_methodologycore .team_culturecore::after {
    border-width: 1px;
}}.plan_selectioncore {
    overflow: hidden;
    padding: 6rem 0;
    background-color: rgb(222,220,229);
    position: relative;
}.plan_selectioncore::before {
    position: absolute;
    content: "";
    z-index: 1;
    top: 0;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(135deg, rgb(189,184,202,0.5) 0%, transparent 70%);
    left: 0;
    width: 100%;
}.plan_selectioncore::after {
    height: 20rem;
    background: linear-gradient(225deg, rgb(155,146,173) 0%, transparent 80%);
    opacity: 0.15;
    content: "";
    bottom: -5rem;
    position: absolute;
    z-index: 1;
    transform: rotate(-15deg);
    pointer-events: none;
    width: 20rem;
    right: -5rem;
}.plan_selectioncore .container {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    max-width: 1400px;
    padding: 0 2rem;
}.plan_selectioncore .cost_matrixcore {
    gap: 3rem;
    grid-template-columns: 1fr;
    position: relative;
    display: grid;
}.plan_selectioncore .pricing_catalogcore {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    padding: 2rem;
    background-color: #ffffff;
    position: relative;
    border-left: 4px solid rgb(189,184,202);
    transform: translateZ(0);
}.plan_selectioncore .pricing_catalogcore::before {
    height: 40px;
    position: absolute;
    top: 20px;
    left: -20px;
    width: 40px;
    transform: rotate(45deg);
    background-color: rgb(189,184,202);
    z-index: -1;
    content: "";
}.plan_selectioncore .pricing_catalogcore h2 {
    color: #000000;
    margin-bottom: 1.5rem;
    position: relative;
    font-weight: 700;
    transform: perspective(800px) translateZ(30px);
    font-size: 38px;
}.plan_selectioncore .pricing_catalogcore h2::after {
    bottom: -10px;
    position: absolute;
    background: linear-gradient(90deg, rgb(189,184,202), rgb(155,146,173));
    height: 3px;
    width: 80px;
    content: "";
    left: 0;
}.plan_selectioncore .pricing_catalogcore .plan_optionscore {
    line-height: 1.6;
    color: #000000;
    font-size: 16px;
    max-width: 80%;
}.plan_selectioncore .rate_planscore {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2rem;
    perspective: 1000px;
}.plan_selectioncore .learning_ratescore {
    display: block;
    color: inherit;
    transition: all 0.4s ease;
    text-decoration: none;
    transform-style: preserve-3d;
    position: relative;
}.plan_selectioncore .learning_ratescore:hover {
    transform: translateY(-10px);
}.plan_selectioncore .package_ratescore {
    background-color: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    height: 100%;
    position: relative;
    border-radius: 10px;
    flex-direction: column;
    transform: translateZ(0);
    overflow: hidden;
    display: flex;
}.plan_selectioncore .learning_ratescore:hover .package_ratescore {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 0 0 0 1px rgb(189,184,202,0.5);
    transform: translateZ(20px);
}.plan_selectioncore .learning_ratescore:nth-child(odd) .package_ratescore {
    transform: rotate(-1deg);
}.plan_selectioncore .learning_ratescore:nth-child(even) .package_ratescore {
    transform: rotate(1deg);
}.plan_selectioncore .learning_ratescore:hover .package_ratescore {
    transform: rotate(0) translateZ(20px);
}.plan_selectioncore .plan_feescore {
    word-break: break-word;
    display: flex;
    padding: 2rem;
    overflow-wrap: break-word;
    z-index: 2;
    flex-direction: column;
    position: relative;
    flex: 1;
}.plan_selectioncore .plan_feescore::before {
    position: absolute;
    z-index: -1;
    top: 0;
    width: 100%;
    left: 0;
    background: linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%);
    content: "";
    height: 100%;
}.plan_selectioncore .plan_feescore h3 {
    transform: translateZ(10px);
    margin-bottom: 1rem;
    font-weight: 600;
    color: #000000;
    transition: transform 0.3s ease;
    position: relative;
    font-size: calc(23px * 1.2);
}.plan_selectioncore .learning_ratescore:hover .plan_feescore h3 {
    transform: translateZ(25px);
}.plan_selectioncore .plan_feescore h3::after {
    content: "";
    transition: width 0.3s ease;
    left: 0;
    height: 3px;
    background: rgb(189,184,202);
    position: absolute;
    width: 40px;
    bottom: -8px;
}.plan_selectioncore .learning_ratescore:hover .plan_feescore h3::after {
    width: 60px;
}.plan_selectioncore .payment_optioncore {
    margin: 0.5rem 0 1.5rem;
    transform: translateZ(15px);
    display: block;
    position: relative;
    color: rgb(189,184,202);
    font-weight: 700;
    font-size: calc(23px * 1.8);
}.plan_selectioncore .payment_optioncore::before {
    bottom: -8px;
    width: 80px;
    position: absolute;
    background: linear-gradient(90deg, rgb(189,184,202,0.5), transparent);
    content: "";
    left: 0;
    height: 2px;
}.plan_selectioncore .plan_feescore p {
    line-height: 1.6;
    flex: 1;
    margin-top: 1rem;
    color: #000000;
    overflow-wrap: break-word;
    word-break: break-word;
    font-size: 16px;
}.plan_selectioncore .img_show_wrapcore {
    overflow: hidden;
    transition: transform 0.5s ease;
    height: 200px;
    position: relative;
    width: 100%;
    transform: translateZ(0);
}.plan_selectioncore .learning_ratescore:hover .img_show_wrapcore {
    transform: scale(1.05) translateZ(0);
}.plan_selectioncore .img_show_wrapcore::after {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
    content: "";
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
    position: absolute;
    height: 50%;
}.plan_selectioncore .img_show_wrapcore::before {
    background: rgb(189,184,202);
    top: 0;
    transition: opacity 0.3s ease;
    opacity: 0.15;
    content: "";
    left: 0;
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
}.plan_selectioncore .learning_ratescore:hover .img_show_wrapcore::before {
    opacity: 0.05;
}

@media (min-width: 992px) {.plan_selectioncore .cost_matrixcore {
    grid-template-columns: 2fr 1fr;
    gap: 4rem;
}.plan_selectioncore .pricing_catalogcore {
    padding: 3rem;
}.plan_selectioncore .rate_planscore {
    grid-row: 1;
    grid-column: 1;
}.plan_selectioncore .pricing_catalogcore {
    grid-row: 1;
    align-self: start;
    grid-column: 2;
    top: 2rem;
    transform: perspective(1000px) rotateY(-5deg) translateZ(0);
    position: sticky;
}.plan_selectioncore .pricing_catalogcore:hover {
    transform: perspective(1000px) rotateY(0) translateZ(30px);
}
}

@media (min-width: 1200px) {.plan_selectioncore .rate_planscore {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
}.plan_selectioncore .plan_feescore {
    min-height: 300px;
}
}

@media (max-width: 991px) {.plan_selectioncore {
    padding: 4rem 0;
}.plan_selectioncore .pricing_catalogcore {
    order: -1;
}.plan_selectioncore .pricing_catalogcore h2 {
    font-size: calc(38px * 0.9);
}.plan_selectioncore .pricing_catalogcore .plan_optionscore {
    max-width: 100%;
}
}

@media (max-width: 767px) {.plan_selectioncore {
    padding: 3rem 0;
}.plan_selectioncore .container {
    padding: 0 1.5rem;
}.plan_selectioncore .rate_planscore {
    grid-template-columns: 1fr;
}.plan_selectioncore .pricing_catalogcore h2 {
    font-size: calc(38px * 0.8);
}.plan_selectioncore .plan_feescore {
    padding: 1.5rem;
}.plan_selectioncore .payment_optioncore {
    font-size: calc(23px * 1.5);
}.plan_selectioncore .img_show_wrapcore {
    height: 180px;
}
}

@media (max-width: 480px) {.plan_selectioncore .plan_feescore p {
    font-size: calc(16px * 0.9);
}.plan_selectioncore .plan_feescore h3 {
    font-size: 23px;
}.plan_selectioncore .payment_optioncore {
    font-size: calc(23px * 1.3);
}.plan_selectioncore .img_show_wrapcore {
    height: 160px;
}}.privacy_retreatcore {
    padding: 5rem 2rem;
    background: linear-gradient(135deg, rgb(222,220,229) 0%, #ffffff 100%);
    overflow: hidden;
    position: relative;
}.privacy_retreatcore::before {
    position: absolute;
    top: -10%;
    transform: rotate(-15deg);
    z-index: 0;
    right: -5%;
    filter: blur(80px);
    background: rgb(189,184,202,0.5);
    width: 25vw;
    opacity: 0.15;
    height: 25vw;
    content: "";
}.privacy_retreatcore::after {
    width: 25vw;
    content: "";
    height: 25vw;
    bottom: -10%;
    left: -5%;
    opacity: 0.15;
    position: absolute;
    z-index: 0;
    transform: rotate(15deg);
    filter: blur(80px);
    background: rgb(155,146,173,0.5);
}.privacy_retreatcore .container {
    border-left: 3px solid rgb(189,184,202);
    transition: transform 0.5s ease-out;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    padding: 3rem;
    transform: perspective(1000px) rotateY(1deg);
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}.privacy_retreatcore .container:hover {
    transform: perspective(1000px) rotateY(0deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}.privacy_retreatcore h1 {
    color: #000000;
    font-size: 48px;
    transform: translateX(-8px);
    position: relative;
    font-weight: 700;
    margin-bottom: 2rem;
}.privacy_retreatcore h1::before {
    transform: translateY(-50%);
    content: "";
    height: 50%;
    left: -20px;
    top: 50%;
    background: linear-gradient(to bottom, rgb(189,184,202), rgb(155,146,173));
    width: 6px;
    position: absolute;
}.privacy_retreatcore h2 {
    color: #000000;
    font-weight: 600;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    padding-bottom: 0.75rem;
    font-size: 38px;
    margin: 3rem 0 1.5rem;
}.privacy_retreatcore h2::after {
    transition: width 0.3s ease;
    width: 50px;
    height: 3px;
    bottom: -1px;
    position: absolute;
    left: 0;
    content: "";
    background: linear-gradient(90deg, rgb(189,184,202), rgb(155,146,173));
}.privacy_retreatcore h2:hover::after {
    width: 100px;
}.privacy_retreatcore h3 {
    margin: 2.5rem 0 1.25rem;
    color: #000000;
    font-weight: 600;
    font-size: calc(38px * 0.85);
    padding-left: 15px;
    position: relative;
}.privacy_retreatcore h3::before {
    width: 3px;
    background: rgb(155,146,173);
    content: "";
    position: absolute;
    height: 100%;
    opacity: 0.7;
    top: 0;
    left: 0;
}.privacy_retreatcore h4 {
    display: inline-block;
    position: relative;
    color: #000000;
    font-weight: 600;
    font-size: calc(38px * 0.7);
    margin: 2rem 0 1rem;
}.privacy_retreatcore h4::after {
    bottom: -3px;
    background: linear-gradient(90deg, rgb(155,146,173), transparent);
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    height: 1px;
}.privacy_retreatcore p {
    line-height: 1.8;
    margin-bottom: 1.5rem;
    font-size: 14px;
    max-width: 90ch;
    color: #000000;
}.privacy_retreatcore ul {
    position: relative;
    padding-left: 1.5rem;
    margin: 1.5rem 0 2.5rem;
}.privacy_retreatcore ul::before {
    top: 0;
    position: absolute;
    width: 1px;
    background: linear-gradient(to bottom, rgb(189,184,202,0.5), transparent);
    left: 0;
    height: 100%;
    content: "";
}.privacy_retreatcore li {
    padding-left: 1rem;
    position: relative;
    line-height: 1.6;
    color: #000000;
    margin-bottom: 1rem;
    transition: transform 0.2s ease;
    font-size: 14px;
}.privacy_retreatcore li::before {
    opacity: 0.7;
    width: 8px;
    position: absolute;
    content: "";
    height: 8px;
    border-radius: 1px;
    background: rgb(189,184,202);
    left: -1.5rem;
    top: 0.7rem;
    transition: transform 0.2s ease;
    transform: rotate(45deg);
}.privacy_retreatcore li:hover {
    transform: translateX(3px);
}.privacy_retreatcore li:hover::before {
    background: rgb(155,146,173);
    transform: rotate(135deg);
}.privacy_retreatcore span {
    opacity: 0.9;
    color: #000000;
    font-style: italic;
    font-size: 14px;
    padding: 0.5rem 0 0.5rem 1rem;
    display: block;
    margin-bottom: 2rem;
    border-left: 2px solid rgb(155,146,173,0.5);
    line-height: 1.7;
}.privacy_retreatcore strong {
    color: #000000;
    font-weight: 600;
    position: relative;
    display: inline-block;
}.privacy_retreatcore strong::after {
    content: "";
    position: absolute;
    bottom: -2px;
    opacity: 0.3;
    width: 100%;
    left: 0;
    background: rgb(189,184,202,0.5);
    height: 2px;
}

@media (max-width: 991px) {.privacy_retreatcore {
    padding: 4rem 1.5rem;
}.privacy_retreatcore .container {
    padding: 2.5rem 2rem;
    transform: perspective(800px) rotateY(0.5deg);
}.privacy_retreatcore h1 {
    font-size: calc(48px * 0.9);
}.privacy_retreatcore h2 {
    font-size: calc(38px * 0.9);
}
}

@media (max-width: 767px) {.privacy_retreatcore {
    padding: 3rem 1rem;
}.privacy_retreatcore .container {
    transform: perspective(600px) rotateY(0.3deg);
    padding: 2rem 1.5rem;
    border-left-width: 2px;
}.privacy_retreatcore h1 {
    transform: translateX(-5px);
    font-size: calc(48px * 0.8);
}.privacy_retreatcore h1::before {
    width: 4px;
    left: -15px;
}.privacy_retreatcore h2 {
    font-size: calc(38px * 0.8);
    margin: 2.5rem 0 1.25rem;
}.privacy_retreatcore h3 {
    font-size: calc(38px * 0.7);
}.privacy_retreatcore h4 {
    font-size: calc(38px * 0.6);
}.privacy_retreatcore p, 
    .privacy_retreatcore li,
    .privacy_retreatcore span {
    font-size: calc(14px * 0.95);
}.privacy_retreatcore ul {
    padding-left: 1rem;
}.privacy_retreatcore li::before {
    left: -1rem;
    height: 6px;
    width: 6px;
}
}

@media (max-width: 480px) {.privacy_retreatcore {
    padding: 2rem 0.75rem;
}.privacy_retreatcore .container {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    transform: none;
    padding: 1.5rem 1.25rem;
}.privacy_retreatcore h1 {
    font-size: calc(48px * 0.7);
    margin-bottom: 1.5rem;
}.privacy_retreatcore h2 {
    font-size: calc(38px * 0.7);
    margin: 2rem 0 1rem;
}.privacy_retreatcore h3 {
    font-size: calc(38px * 0.6);
    margin: 1.75rem 0 1rem;
}.privacy_retreatcore h4 {
    font-size: calc(38px * 0.5);
}.privacy_retreatcore p, 
    .privacy_retreatcore li,
    .privacy_retreatcore span {
    line-height: 1.6;
    font-size: calc(14px * 0.9);
}.privacy_retreatcore li {
    margin-bottom: 0.75rem;
}.privacy_retreatcore ul {
    margin: 1rem 0 2rem;
}
}