* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}::-webkit-scrollbar {
    width: 19px;
}::-webkit-scrollbar-track {
    border-radius: 5.9em;
    background: rgb(161,179,168);
}::-webkit-scrollbar-track:active {
    background: #ffffff;
}::-webkit-scrollbar-thumb {
    border: 1px groove rgb(198,212,203);
    transition: all, background, transform 3.4s ease-in;
    background: radial-gradient(ellipse at bottom right, rgb(255, 255, 255, 0.5) 3%, rgb(161,179,168) 30%, rgb(161,179,168,0.5) 77%);
}::-webkit-scrollbar-thumb:hover {
    background: rgb(255, 255, 255, 0.5);
    box-shadow: 1px 1px 14px 6px rgba(0, 0, 0, 0.6);
    border-color: rgb(198,212,203,0.5);
}::-webkit-scrollbar-thumb:active {
    box-shadow: inset -3px 0px 14px -2px rgba(0, 0, 0, 0.7);
    transform: scale(0.9);
    background: rgb(198,212,203);
}html {
    scrollbar-width: thin;
    scrollbar-color: rgb(198,212,203,0.5) rgb(198,212,203);
}html,body {
    height: 100%;
    font-family: Arial, sans-serif;
    min-height: 100%;
    scroll-behavior: smooth;
    color: #000000;
}.core_container-wrap {
    min-height: 100%;
    height: 100%;
    flex-direction: column;
    display: flex;
}.core_main_lead {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}a {
    color: inherit;
    text-decoration: none;
}svg {
    height: 30px;
    width: 30px;
}.core_biz_learnings {
    flex: 0 0 auto;
}.container {
    margin: auto;
    width: 1150px;
    max-width: 100%;
}

@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 .top_plank {
    color:  #ffffff;
    background: rgb(198,212,203);
}header .top_plank .core_nav_strip div svg, header .top_plank .core_nav_strip div svg path {
    fill: #ffffff;
}header .top_plank .core_nav_strip div span {
    color: #ffffff;
}header .top_plank .core_nav_strip {
    align-items: center;
    padding: 15px 0 10px 0;
    justify-content: flex-start;
    font-size: 12px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    line-height: 21px;
}header .top_plank .core_nav_strip div {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    margin-right: 24px;
}header .top_plank .core_nav_strip div img, header .top_plank .core_nav_strip div svg {
    width: 16px;
    margin-right: 8px;
    height: 16px;
}.core_user_testimonials {
    overflow: hidden;
    position: relative;
    background: radial-gradient(circle at 30% 70%, rgb(234,239,237) 0%, rgb(161,179,168,0.5) 100%);
    padding: 8rem 2rem;
}.core_user_testimonials::before {
    width: 500px;
    background: rgb(198,212,203,0.5);
    filter: blur(100px);
    z-index: 0;
    left: -150px;
    top: -150px;
    position: absolute;
    border-radius: 50%;
    content: "";
    height: 500px;
}.core_user_testimonials::after {
    border-radius: 50%;
    position: absolute;
    right: -100px;
    height: 400px;
    content: "";
    bottom: -100px;
    width: 400px;
    background: rgb(161,179,168,0.5);
    z-index: 0;
    filter: blur(80px);
}.core_user_testimonials .core_impact_numbers {
    margin: 0 auto;
    z-index: 1;
    position: relative;
    max-width: 1200px;
}.core_user_testimonials h4 {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 5rem;
    color: #000000;
    position: relative;
}.core_user_testimonials h4::before {
    transform: translate(-50%, -50%) scale(1.5);
    position: absolute;
    opacity: 0.5;
    border: 2px dashed rgb(198,212,203,0.5);
    content: "";
    animation: rotate 30s linear infinite;
    left: 50%;
    border-radius: 50%;
    height: 150px;
    top: 50%;
    width: 150px;
}@keyframes rotate {
    0% { transform: translate(-50%, -50%) scale(1.5) rotate(0deg); }
    100% { transform: translate(-50%, -50%) scale(1.5) rotate(360deg); }
}

.core_user_testimonials .core_user_feedback {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}.core_user_testimonials .core_user_feedback::before {
    content: "";
    width: 400px;
    transform: translate(-50%, -50%);
    left: 50%;
    height: 400px;
    z-index: -1;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    border: 3px solid rgb(161,179,168,0.5);
}.core_user_testimonials .core_opinion_spot {
    transform-style: preserve-3d;
    padding: 2.5rem;
    transition: all 0.5s ease;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    background: #ffffff;
    border-radius: 30px;
    margin: 1rem;
    width: calc(33.333% - 2rem);
    position: relative;
}.core_user_testimonials .core_opinion_spot:nth-child(1) {
    transform: translateZ(20px);
}.core_user_testimonials .core_opinion_spot:nth-child(2) {
    transform: translateZ(15px);
}.core_user_testimonials .core_opinion_spot:nth-child(3) {
    transform: translateZ(10px);
}.core_user_testimonials .core_opinion_spot:nth-child(4) {
    transform: translateZ(5px);
}.core_user_testimonials .core_opinion_spot:nth-child(5) {
    transform: translateZ(0px);
}.core_user_testimonials .core_opinion_spot:nth-child(6) {
    transform: translateZ(-5px);
}.core_user_testimonials .core_opinion_spot:hover {
    transform: translateZ(30px);
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.15);
}.core_user_testimonials .core_opinion_spot::before {
    position: absolute;
    height: 80px;
    border-radius: 50%;
    content: "";
    transition: all 0.3s ease;
    opacity: 0.2;
    top: -40px;
    background: rgb(198,212,203);
    right: -40px;
    width: 80px;
}.core_user_testimonials .core_opinion_spot:hover::before {
    transform: scale(1.5);
}.core_user_testimonials .core_opinion_spot .core_img_zoom_effect {
    transition: all 0.4s ease;
    position: relative;
    border: 4px solid rgb(161,179,168,0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0 auto 1.5rem;
}.core_user_testimonials .core_opinion_spot .core_img_zoom_effect::after {
    content: "";
    height: 120%;
    border-radius: 50%;
    border: 2px dashed rgb(198,212,203,0.5);
    width: 120%;
    animation: spin 15s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}@keyframes spin {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}

.core_user_testimonials .core_opinion_spot:hover .core_img_zoom_effect {
    transform: scale(1.1);
}.core_user_testimonials .core_opinion_spot span {
    text-align: center;
    font-size: 19px;
    color: #000000;
    font-weight: 600;
    display: block;
    margin-bottom: 1rem;
}.core_user_testimonials .core_opinion_spot p {
    position: relative;
    line-height: 1.7;
    text-align: center;
    color: #000000;
    font-size: 15px;
}.core_user_testimonials .core_opinion_spot p::before {
    font-size: 4rem;
    color: rgb(198,212,203,0.5);
    left: 0;
    opacity: 0.5;
    top: -20px;
    position: absolute;
    content: "";
}.core_user_testimonials .core_opinion_spot p::after {
    opacity: 0.5;
    right: 0;
    content: "";
    color: rgb(198,212,203,0.5);
    position: absolute;
    bottom: -40px;
    font-size: 4rem;
}

@media (max-width: 992px) {.core_user_testimonials .core_opinion_spot {
    width: calc(50% - 2rem);
}.core_user_testimonials h4 {
    font-size: calc(30px * 0.9);
}.core_user_testimonials .core_user_feedback::before {
    width: 300px;
    height: 300px;
}
}

@media (max-width: 768px) {.core_user_testimonials {
    padding: 5rem 1.5rem;
}.core_user_testimonials .core_opinion_spot {
    width: 100%;
    margin: 1rem 0;
}.core_user_testimonials h4 {
    margin-bottom: 3rem;
    font-size: calc(30px * 0.8);
}.core_user_testimonials .core_user_feedback::before {
    width: 220px;
    height: 220px;
}.core_user_testimonials .core_opinion_spot:nth-child(n) {
    transform: translateZ(0);
}}.core_title_opener {
    align-items: center;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(234,239,237) 0%, rgb(198,212,203,0.5) 100%);
    justify-content: center;
    display: flex;
    min-height: 100vh;
    padding: 3rem 1.5rem;
}.core_title_opener::before {
    animation: float 15s ease-in-out infinite alternate;
    width: 40%;
    position: absolute;
    background: rgb(161,179,168,0.5);
    right: -10%;
    height: 70%;
    z-index: 0;
    transform: rotate(-15deg);
    content: "";
    filter: blur(80px);
    opacity: 0.4;
    top: -10%;
}.core_title_opener::after {
    animation: float 18s ease-in-out infinite alternate-reverse;
    height: 60%;
    left: -10%;
    background: rgb(198,212,203,0.5);
    z-index: 0;
    transform: rotate(15deg);
    content: "";
    position: absolute;
    opacity: 0.3;
    filter: blur(60px);
    width: 30%;
    bottom: -10%;
}.core_title_opener .core_edu_open {
    display: grid;
    max-width: 1200px;
    position: relative;
    z-index: 1;
    width: 100%;
    grid-template-columns: 1fr;
    gap: 3rem;
}.core_title_opener h3 {
    margin-bottom: 1.5rem;
    opacity: 0;
    transform: translateY(20px);
    color: #000000;
    padding-left: 1.5rem;
    font-size: calc(21px * 1.1);
    line-height: 1.4;
    font-weight: 600;
    animation: slideUp 0.8s ease-out forwards;
    position: relative;
}.core_title_opener h3::before {
    position: absolute;
    top: 0;
    transform-origin: top;
    content: "";
    width: 5px;
    background: linear-gradient(180deg, rgb(198,212,203) 0%, rgb(161,179,168) 100%);
    left: 0;
    height: 100%;
    transform: scaleY(0);
    animation: scaleIn 1s 0.4s forwards ease-out;
}.core_title_opener h1 {
    font-weight: 700;
    animation: slideUp 0.8s 0.2s ease-out forwards;
    opacity: 0;
    letter-spacing: -0.02em;
    position: relative;
    margin-bottom: 2rem;
    transform: translateY(30px);
    font-size: clamp(2rem, 5vw, 43px);
    color: rgb(198,212,203);
    line-height: 1.2;
    display: inline-block;
}.core_title_opener h1::after {
    bottom: -10px;
    left: 0;
    height: 3px;
    transform-origin: left;
    animation: scaleInX 1s 0.8s forwards ease-out;
    background: rgb(161,179,168);
    content: "";
    width: 80px;
    transform: scaleX(0);
    position: absolute;
}.core_title_opener .core_corp_values {
    background: #ffffff;
    opacity: 0;
    animation: slideUp 0.8s 0.4s ease-out forwards;
    overflow: hidden;
    transform: translateY(40px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    position: relative;
    padding: 3rem;
    border-left: 5px solid rgb(198,212,203);
}.core_title_opener .core_corp_values > div {
    margin-top: 1.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    opacity: 0;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    animation: slideUp 0.8s 0.6s ease-out forwards;
    transform: translateY(20px);
}.core_title_opener .core_corp_values > div::before {
    z-index: 1;
    content: "";
    width: 100%;
    opacity: 0.7;
    height: 100%;
    background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.7), rgba(var(--secondary-color-rgb), 0.4));
    position: absolute;
    left: 0;
    top: 0;
}.core_title_opener p {
    z-index: 2;
    line-height: 1.6;
    padding: 2.5rem;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
    position: relative;
    font-size: calc(12px * 1.1);
    color: #ffffff;
    font-weight: 600;
}

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

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

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

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

@media (min-width: 768px) {.core_title_opener {
    padding: 4rem 2rem;
}.core_title_opener .core_edu_open {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 4rem;
}.core_title_opener h3 {
    font-size: calc(21px * 1.2);
    margin-bottom: 0;
}.core_title_opener h1 {
    font-size: 43px;
}.core_title_opener .core_corp_values {
    padding: 4rem;
}.core_title_opener p {
    padding: 3rem;
    font-size: calc(12px * 1.2);
}
}

@media (min-width: 992px) {.core_title_opener {
    padding: 5rem 3rem;
}.core_title_opener .core_edu_open {
    gap: 6rem;
}.core_title_opener h3 {
    padding-left: 2rem;
    font-size: calc(21px * 1.3);
}.core_title_opener h3::before {
    width: 8px;
}.core_title_opener h1 {
    margin-bottom: 2.5rem;
}.core_title_opener h1::after {
    width: 120px;
    height: 4px;
}.core_title_opener .core_corp_values {
    border-left-width: 8px;
    transition: transform 0.4s ease-out, box-shadow 0.4s ease-out;
}.core_title_opener .core_corp_values:hover {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
}.core_title_opener p {
    padding: 3.5rem;
}
}

@media (min-width: 1200px) {.core_title_opener .core_edu_open {
    gap: 8rem;
}.core_title_opener h3 {
    font-size: calc(21px * 1.4);
}.core_title_opener .core_corp_values {
    padding: 5rem;
}.core_title_opener p {
    padding: 4rem;
}
}

@media (max-width: 767px) {.core_title_opener {
    padding-top: 3rem;
    padding-bottom: 3rem;
}.core_title_opener .core_corp_values {
    padding: 2rem;
}.core_title_opener p {
    padding: 2rem;
}
}

@media (max-width: 480px) {.core_title_opener h3 {
    font-size: 20px;
    padding-left: 1rem;
}.core_title_opener h1 {
    font-size: calc(29px * 0.9);
}.core_title_opener .core_corp_values {
    padding: 1.5rem;
}.core_title_opener p {
    font-size: 12px;
    padding: 1.5rem;
}}.core_ty_message {
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(198,212,203,0.5) 0%, rgb(234,239,237) 100%);
    position: relative;
}.core_ty_message::before {
    background-size: 60px 60px;
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    animation: patternShift 30s infinite linear;
    opacity: 0.1;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(30deg, rgb(198,212,203,0.5) 1px, transparent 1px),
        linear-gradient(120deg, rgb(198,212,203,0.5) 1px, transparent 1px);
}.core_ty_message::after {
    width: 200%;
    transform: translateZ(0);
    content: "";
    left: -50%;
    height: 200%;
    opacity: 0.15;
    background: radial-gradient(ellipse at center, #ffffff 0%, transparent 70%);
    animation: lightPulse 10s infinite ease-in-out;
    z-index: 0;
    top: -50%;
    position: absolute;
}.core_ty_message .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 2;
    padding: 0 20px;
}.core_ty_message .core_impact_numbers {
    background: linear-gradient(145deg, 
        rgba(255, 255, 255, 0.95), 
        rgba(255, 255, 255, 0.85));
    border-radius: 10px;
    transform: perspective(1000px) rotateX(2deg);
    transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    padding: 60px;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.08),
        0 1px 0 rgba(255, 255, 255, 0.8) inset,
        0 -1px 0 rgba(0, 0, 0, 0.05) inset;
    backdrop-filter: blur(10px);
}.core_ty_message .core_impact_numbers::before {
    content: "";
    left: -5px;
    filter: blur(8px);
    opacity: 0.6;
    position: absolute;
    right: -5px;
    bottom: -5px;
    border-radius: calc(10px + 5px);
    transition: opacity 0.6s ease, filter 0.6s ease;
    z-index: -1;
    background: linear-gradient(45deg, 
        rgb(198,212,203) 0%, 
        transparent 30%, 
        transparent 70%, 
        rgb(161,179,168) 100%);
    top: -5px;
}.core_ty_message .core_impact_numbers:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.12),
        0 1px 0 rgba(255, 255, 255, 0.9) inset,
        0 -1px 0 rgba(0, 0, 0, 0.08) inset;
}.core_ty_message .core_impact_numbers:hover::before {
    filter: blur(12px);
    opacity: 0.8;
}.core_ty_message .core_impact_numbers > div:first-child {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}.core_ty_message .core_impact_numbers > div:first-child::after {
    border-radius: 2px;
    bottom: -10px;
    left: 0;
    content: "";
    position: absolute;
    transform-origin: left center;
    background: linear-gradient(90deg, rgb(198,212,203), rgb(161,179,168));
    animation: lineExtend 1.5s ease-out forwards;
    width: 80px;
    height: 4px;
}.core_ty_message h5 {
    animation: slideIn 0.8s 0.2s ease-out forwards;
    font-weight: 700;
    font-size: 22px;
    padding: 0;
    font-family: Arial, sans-serif;
    margin: 0;
    opacity: 0;
    line-height: 1.4;
    color: #000000;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
    transform: translateX(0);
}.core_ty_message .core_impact_numbers > div:last-child {
    position: relative;
    overflow: hidden;
}.core_ty_message a {
    text-decoration: none;
    display: block;
    transition: transform 0.4s ease;
}.core_ty_message a:hover {
    transform: translateX(5px);
}.core_ty_message p {
    font-size: 18px;
    line-height: 1.8;
    animation: fadeIn 1s 0.5s ease-out forwards;
    font-weight: 400;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    opacity: 0;
    color: #000000;
}

@keyframes lineExtend {
    0% { 
        width: 0; 
        opacity: 0;
    }
    100% { 
        width: 80px; 
        opacity: 1;
    }
}

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

@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

@keyframes patternShift {
    0% { 
        background-position: 0 0; 
    }
    100% { 
        background-position: 60px 60px; 
    }
}

@keyframes lightPulse {
    0%, 100% { 
        opacity: 0.15; 
        transform: translate(-50%, -50%) scale(1); 
    }
    50% { 
        opacity: 0.2; 
        transform: translate(-50%, -50%) scale(1.1); 
    }
}

@media (max-width: 992px) {.core_ty_message {
    padding: 90px 0;
}.core_ty_message .core_impact_numbers {
    transform: perspective(1000px) rotateX(1deg);
    padding: 50px 40px;
}.core_ty_message h5 {
    font-size: calc(22px - 0.1rem);
}
}

@media (max-width: 768px) {.core_ty_message {
    padding: 70px 0;
}.core_ty_message .core_impact_numbers {
    padding: 40px 30px;
    transform: none;
}.core_ty_message h5 {
    font-size: calc(22px - 0.2rem);
}.core_ty_message p {
    line-height: 1.7;
    font-size: calc(18px - 0.05rem);
}.core_ty_message .core_impact_numbers > div:first-child::after {
    width: 60px;
}
    
    @keyframes lineExtend {
        100% { width: 60px; }
    }
}

@media (max-width: 576px) {.core_ty_message {
    padding: 50px 0;
}.core_ty_message .core_impact_numbers {
    padding: 30px 20px;
}.core_ty_message h5 {
    font-size: calc(22px - 0.3rem);
}.core_ty_message p {
    font-size: calc(18px - 0.1rem);
    line-height: 1.6;
}.core_ty_message .core_impact_numbers > div:first-child {
    margin-bottom: 25px;
}.core_ty_message .core_impact_numbers > div:first-child::after {
    height: 3px;
    width: 50px;
}
    
    @keyframes lineExtend {
        100% { width: 50px; }
    }
}

@media (hover: none) {.core_ty_message .core_impact_numbers:hover {
    box-shadow: 
            0 10px 30px rgba(0, 0, 0, 0.08),
            0 1px 0 rgba(255, 255, 255, 0.8) inset,
            0 -1px 0 rgba(0, 0, 0, 0.05) inset;
    transform: none;
}.core_ty_message .core_impact_numbers:hover::before {
    filter: blur(8px);
    opacity: 0.6;
}.core_ty_message a:hover {
    transform: none;
}}.core_secure_enclosure {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(234,239,237) 0%, rgba(245, 245, 250, 0.95) 100%);
    padding: 4rem 2rem;
}.core_secure_enclosure::before {
    width: 30%;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    right: 0;
    opacity: 0.1;
    background: linear-gradient(45deg, transparent, rgb(161,179,168,0.5));
    position: absolute;
    z-index: 1;
    height: 100%;
    top: 0;
    content: "";
}.core_secure_enclosure::after {
    position: absolute;
    background: linear-gradient(-45deg, rgb(198,212,203,0.5), transparent);
    left: 0;
    width: 40%;
    clip-path: polygon(0 30%, 100% 100%, 0 100%);
    content: "";
    opacity: 0.05;
    z-index: 1;
    height: 100%;
    bottom: 0;
}.core_secure_enclosure .container {
    background: #ffffff;
    border-top: 4px solid rgb(198,212,203);
    z-index: 2;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    max-width: 1140px;
    transform: perspective(1000px) rotateX(0.5deg);
    margin: 0 auto;
    position: relative;
    padding: 3rem;
}.core_secure_enclosure h1 {
    color: #000000;
    position: relative;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    transform: translateZ(5px);
    font-size: 44px;
    font-weight: 700;
}.core_secure_enclosure h1::after {
    transform-origin: left;
    content: "";
    height: 4px;
    background: linear-gradient(90deg, rgb(198,212,203), rgb(161,179,168));
    position: absolute;
    transition: width 0.3s ease;
    bottom: 0;
    width: 80px;
    left: 0;
}.core_secure_enclosure h2 {
    position: relative;
    border-left: 3px solid rgb(161,179,168);
    margin: 2.5rem 0 1rem;
    font-size: 33px;
    padding-left: 1rem;
    color: #000000;
    font-weight: 600;
}.core_secure_enclosure h3 {
    padding-bottom: 0.5rem;
    margin: 2rem 0 1rem;
    border-bottom: 1px dashed rgb(161,179,168,0.5);
    font-weight: 600;
    font-size: calc(33px * 0.85);
    color: #000000;
}.core_secure_enclosure h4 {
    color: #000000;
    margin: 1.5rem 0 0.75rem;
    font-weight: 600;
    display: inline-block;
    font-size: calc(33px * 0.7);
    position: relative;
}.core_secure_enclosure h4::after {
    transform-origin: left;
    background: rgb(161,179,168,0.5);
    position: absolute;
    width: 100%;
    content: "";
    bottom: -5px;
    transform: scaleX(0.7);
    left: 0;
    transition: transform 0.3s ease;
    height: 2px;
}.core_secure_enclosure p {
    font-size: 16px;
    transition: color 0.3s ease;
    margin-bottom: 1.5rem;
    max-width: 90ch;
    color: #000000;
    line-height: 1.7;
}.core_secure_enclosure p strong {
    color: rgb(198,212,203);
    position: relative;
    display: inline-block;
    font-weight: 600;
}.core_secure_enclosure p strong::after {
    bottom: -2px;
    width: 100%;
    height: 1px;
    background: currentColor;
    position: absolute;
    opacity: 0.3;
    left: 0;
    content: "";
}.core_secure_enclosure span {
    padding-left: 1rem;
    line-height: 1.7;
    border-left: 1px solid rgb(161,179,168,0.5);
    font-size: 16px;
    max-width: 90ch;
    color: #000000;
    margin-bottom: 1.5rem;
    display: block;
}.core_secure_enclosure ul {
    list-style: none;
    padding-left: 1.5rem;
    margin: 1.5rem 0 2rem;
}.core_secure_enclosure li {
    margin-bottom: 1rem;
    padding-left: 1.5rem;
    line-height: 1.7;
    font-size: 16px;
    position: relative;
    color: #000000;
}.core_secure_enclosure li::before {
    content: "";
    left: 0;
    transition: transform 0.3s ease;
    height: 8px;
    position: absolute;
    width: 8px;
    top: 0.65rem;
    transform: rotate(45deg);
    background: rgb(161,179,168);
}.core_secure_enclosure li:hover::before {
    transform: rotate(135deg);
}.core_secure_enclosure div.container:hover h1::after {
    width: 120px;
}.core_secure_enclosure div.container:hover h4::after {
    transform: scaleX(1);
}

@media (max-width: 992px) {.core_secure_enclosure {
    padding: 3rem 1.5rem;
}.core_secure_enclosure .container {
    transform: perspective(1000px) rotateX(0.3deg);
    padding: 2.5rem 2rem;
}.core_secure_enclosure h1 {
    font-size: calc(44px * 0.9);
}.core_secure_enclosure h2 {
    padding-left: 0.8rem;
    font-size: calc(33px * 0.9);
}
}

@media (max-width: 768px) {.core_secure_enclosure {
    padding: 2rem 1rem;
}.core_secure_enclosure .container {
    padding: 2rem 1.5rem;
    transform: none;
}.core_secure_enclosure h1 {
    margin-bottom: 1.5rem;
    font-size: calc(44px * 0.8);
}.core_secure_enclosure h2 {
    font-size: calc(33px * 0.8);
    margin: 2rem 0 0.8rem;
}.core_secure_enclosure h3 {
    font-size: calc(33px * 0.7);
}.core_secure_enclosure h4 {
    font-size: calc(33px * 0.6);
}.core_secure_enclosure p, 
    .core_secure_enclosure span, 
    .core_secure_enclosure li {
    line-height: 1.6;
    font-size: calc(16px * 0.95);
}.core_secure_enclosure ul {
    padding-left: 0.5rem;
}.core_secure_enclosure li {
    padding-left: 1.2rem;
}
}

@media (max-width: 576px) {.core_secure_enclosure {
    padding: 1.5rem 0.75rem;
}.core_secure_enclosure .container {
    padding: 1.5rem 1rem;
}.core_secure_enclosure h1 {
    font-size: calc(44px * 0.7);
    padding-bottom: 0.7rem;
}.core_secure_enclosure h1::after {
    height: 3px;
    width: 60px;
}.core_secure_enclosure h2 {
    font-size: calc(33px * 0.7);
    padding-left: 0.7rem;
    border-left: 2px solid rgb(161,179,168);
}.core_secure_enclosure h3 {
    font-size: calc(33px * 0.6);
}.core_secure_enclosure h4 {
    font-size: calc(33px * 0.55);
}.core_secure_enclosure p, 
    .core_secure_enclosure span, 
    .core_secure_enclosure li {
    margin-bottom: 1.2rem;
    line-height: 1.5;
    font-size: calc(16px * 0.9);
}.core_secure_enclosure span {
    padding-left: 0.7rem;
}.core_secure_enclosure li::before {
    width: 6px;
    height: 6px;
}}.core_cookie_message_overlay {
    bottom: 0;
    width: 100%;
    background: #ffffff;
    z-index: 1050;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
    border-top: 3px solid rgb(198,212,203);
    padding: 15px 20px;
    font-family: Arial, sans-serif;
    position: fixed;
    transition: all 0.3s ease-in-out;
}.core_safe_cookies {
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-between;
    display: flex;
}.core_edu_approve {
    margin-right: 15px;
    flex-shrink: 0;
}.core_edu_approve svg {
    width: 50px;
    fill: rgb(198,212,203);
    transition: fill 0.3s ease-in-out;
    height: 50px;
}.core_user_safety {
    margin-right: 15px;
    flex-grow: 1;
}.core_user_safety h5 {
    font-weight: 700;
    color: rgb(198,212,203);
    margin-bottom: 5px;
    font-size: 20px;
}.core_user_safety p {
    color: #000000;
    font-size: 15px;
    margin-bottom: 0;
}.core_cookie_notice {
    line-height: 1.5;
    vertical-align: middle;
    margin-left: 10px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border: 1px solid transparent;
    text-align: center;
    font-size: 15px;
    user-select: none;
    padding: 0.375rem 0.75rem;
    text-decoration: none;
    border-radius: 10px;
    white-space: nowrap;
}.cookie_button.core_digital_cookies {
    background-color: rgb(198,212,203);
    border-color: rgb(198,212,203);
    color: #ffffff;
}#core_cookiePolicyMessage {
    display: none;
}#core_cookiePolicyMessage:checked ~ .core_cookie_message_overlay {
    opacity: 0;
    visibility: hidden;
}.cookie_button.core_digital_cookies:hover {
    border-color: rgba(0, 0, 0, 0.5);
    background-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
}.cookie_button.core_cookie_edu {
    color: #000000;
    background-color: rgb(161,179,168);
    border-color: rgb(161,179,168);
}.cookie_button.core_cookie_edu:hover {
    background-color: rgb(198,212,203);
    color: #ffffff;
    border-color: rgb(198,212,203);
}.core_cookie_message_overlay p a {
    color: rgb(198,212,203);
    text-decoration: underline;
}.core_cookie_message_overlay p a:hover {
    color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 1200px) {.core_user_safety h5 {
    font-size: calc(20px - 2px);
}.core_user_safety p {
    font-size: calc(15px - 2px);
}.core_cookie_notice {
    font-size: calc(15px - 2px);
}
}
@media (max-width: 800px) {.core_safe_cookies {
    flex-direction: column;
    align-items: center;
}.core_edu_approve {
    margin-bottom: 10px;
}.core_user_safety {
    text-align: center;
    margin-bottom: 15px;
}.core_cookie_notice {
    margin-left: 0;
    width: 100%;
    margin-top: 10px;
}}
header {
    z-index: 100;
    overflow: visible;
    padding: 0;
    margin-top: 0;
    background: linear-gradient(135deg, rgb(198,212,203,0.5) 0%, rgb(234,239,237) 100%);
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
    position: relative;
}header::before {
    background-image: 
        radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.3) 0%, transparent 8%),
        radial-gradient(circle at 70% 60%, rgba(255, 255, 255, 0.3) 0%, transparent 12%),
        radial-gradient(circle at 40% 80%, rgba(255, 255, 255, 0.3) 0%, transparent 10%),
        radial-gradient(circle at 80% 30%, rgba(255, 255, 255, 0.3) 0%, transparent 15%),
        radial-gradient(circle at 10% 70%, rgba(255, 255, 255, 0.3) 0%, transparent 8%);
    content: '';
    position: absolute;
    width: 100%;
    opacity: 0.4;
    left: 0;
    z-index: 0;
    top: 0;
    height: 100%;
}header::after {
    position: absolute;
    height: 10px;
    width: 100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(198,212,203,0.5), 
        transparent
    );
    opacity: 0.6;
    bottom: 0;
    content: '';
    left: 0;
}header .core_site_nav {
    z-index: 5;
    position: relative;
    padding: 1.3rem 3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}header .core_nav_top {
    background: rgba(255, 255, 255, 0.15);
    position: relative;
    transition: all 0.6s ease;
    padding: 1rem;
    box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.5);
    flex: 0 0 auto;
    margin-right: 2rem;
    overflow: hidden;
    border-radius: 50% 30% 60% 40% / 40% 50% 30% 50%;
}header .core_nav_top:hover {
    transform: translateY(-5px);
    box-shadow: inset 0 0 15px rgba(255, 255, 255, 0.7), 0 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 60% 40% 30% 70% / 50% 30% 60% 40%;
}header .core_top_head {
    position: relative;
    transition: all 0.4s ease;
    display: block;
}header .core_top_head img {
    max-height: 38px;
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.1));
}header .core_header_guide {
    display: flex;
    padding: 0;
    z-index: 2;
    position: relative;
    margin: 0;
    list-style: none;
}header .core_header_guide::before {
    z-index: -1;
    background: linear-gradient(135deg, rgb(198,212,203,0.5) 0%, transparent 100%);
    opacity: 0.1;
    height: 110%;
    border-radius: 70% 30% 50% 40% / 40% 60% 30% 50%;
    position: absolute;
    left: -5%;
    transition: all 0.6s ease;
    content: '';
    width: 110%;
    top: -5%;
}header .core_header_guide:hover::before {
    opacity: 0.2;
    border-radius: 40% 60% 30% 70% / 60% 30% 70% 40%;
}header .core_top_guide {
    position: relative;
    margin: 0 0.5rem;
}header .core_top_guide a {
    overflow: hidden;
    display: flex;
    text-decoration: none;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    font-size: 17px;
    border-radius: 60% 40% 40% 60% / 40% 50% 50% 60%;
    padding: 0.8rem 1.3rem;
    justify-content: center;
    z-index: 1;
    font-weight: 600;
    transition: all 0.4s ease;
    color: #000000;
    position: relative;
}header .core_top_guide a::before {
    border-radius: inherit;
    transition: opacity 0.4s ease;
    z-index: -1;
    transform: scale(1.1);
    width: 100%;
    content: '';
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0;
    background: linear-gradient(135deg, rgb(198,212,203,0.5) 0%, rgb(161,179,168,0.5) 100%);
}header .core_top_guide a:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    border-radius: 40% 60% 60% 40% / 60% 40% 60% 40%;
    transform: translateY(-3px) scale(1.05);
}header .core_top_guide a:hover::before {
    opacity: 1;
    transform: scale(1);
}header .core_top_guide::after {
    height: 6px;
    bottom: -8px;
    transition: transform 0.4s ease;
    border-radius: 50%;
    opacity: 0.7;
    background: rgb(198,212,203);
    content: '';
    position: absolute;
    left: 50%;
    width: 6px;
    transform: translateX(-50%) scale(0);
}header .core_top_guide:hover::after {
    transform: translateX(-50%) scale(1);
}header .core_site_nav::before {
    height: 200px;
    filter: blur(30px);
    right: -100px;
    border-radius: 50%;
    content: '';
    position: absolute;
    top: -100px;
    width: 200px;
    background: radial-gradient(circle, rgb(198,212,203,0.5) 0%, transparent 70%);
    opacity: 0.1;
}header .core_site_nav::after {
    content: '';
    position: absolute;
    height: 150px;
    bottom: -75px;
    opacity: 0.1;
    background: radial-gradient(circle, rgb(161,179,168,0.5) 0%, transparent 70%);
    border-radius: 50%;
    width: 150px;
    filter: blur(30px);
    left: -75px;
}.core_main_lead {
    z-index: 1;
    padding-top: 2rem;
    position: relative;
    background: rgb(234,239,237);
}

@keyframes morphing {
    0%, 100% { border-radius: 60% 40% 30% 70% / 50% 30% 60% 40%; }
    33% { border-radius: 40% 60% 70% 30% / 30% 40% 30% 70%; }
    66% { border-radius: 30% 60% 70% 40% / 60% 30% 70% 40%; }
}

@media (min-width: 1400px) {header .core_site_nav {
    max-width: 1320px;
    margin: 0 auto;
}header .core_top_guide {
    margin: 0 0.7rem;
}header .core_top_guide a {
    padding: 0.8rem 1.6rem;
}
}

@media (max-width: 991px) {header .core_site_nav {
    padding: 1rem 2rem;
    flex-wrap: wrap;
}header .core_nav_top {
    margin-bottom: 0;
    padding: 0.7rem;
    margin-right: 0;
}header .core_header_guide {
    justify-content: flex-end;
    flex-basis: 100%;
    margin-top: 1rem;
}header .core_top_guide a {
    font-size: calc(17px - 1px);
    padding: 0.6rem 1rem;
}header .core_header_guide::before {
    display: none;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .core_site_nav {
    padding: 0.8rem 1.5rem;
}header .core_nav_top {
    max-width: 140px;
    padding: 0.6rem;
    border-radius: 40% 60% 50% 50% / 40% 50% 50% 40%;
}header .core_top_head img {
    max-height: 35px;
}header .core_header_guide {
    margin-top: 0.8rem;
    justify-content: flex-start;
    overflow-x: auto;
    scrollbar-width: thin;
    padding-bottom: 0.5rem;
    -webkit-overflow-scrolling: touch;
}header .core_header_guide::-webkit-scrollbar {
    height: 3px;
}header .core_header_guide::-webkit-scrollbar-thumb {
    background: rgb(198,212,203,0.5);
    border-radius: 10px;
}header .core_top_guide {
    flex: 0 0 auto;
    margin: 0 0.2rem;
}header .core_top_guide a {
    border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
    padding: 0.5rem 0.8rem;
    font-size: calc(17px - 2px);
    white-space: nowrap;
}header .core_top_guide::after {
    display: none;
}header::after {
    height: 5px;
}
}

@media (max-width: 479px) {header .core_site_nav {
    padding: 0.7rem 1.2rem;
}header .core_nav_top {
    padding: 0.5rem;
    max-width: 120px;
}header .core_top_guide a {
    padding: 0.4rem 0.6rem;
    font-size: calc(17px - 3px);
}}.core_program_structure {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(234,239,237) 0%, rgba(245, 247, 250, 0.95) 100%);
}.core_program_structure::before {
    position: absolute;
    height: 100%;
    animation: patternFloat 60s infinite linear;
    opacity: 0.3;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 0;
    background-image: 
        radial-gradient(circle at 10% 10%, rgb(198,212,203,0.5) 1px, transparent 5px),
        radial-gradient(circle at 20% 40%, rgb(198,212,203,0.5) 1px, transparent 5px),
        radial-gradient(circle at 30% 70%, rgb(198,212,203,0.5) 1px, transparent 5px),
        radial-gradient(circle at 70% 20%, rgb(198,212,203,0.5) 1px, transparent 5px),
        radial-gradient(circle at 90% 60%, rgb(198,212,203,0.5) 1px, transparent 5px);
    background-size: 120px 120px;
    content: "";
}.core_program_structure::after {
    transform: scale(2);
    z-index: 0;
    height: 100%;
    content: "";
    width: 100%;
    opacity: 0.15;
    top: -50%;
    right: -50%;
    position: absolute;
    background: radial-gradient(circle at center, rgb(198,212,203,0.5) 0%, transparent 70%);
}.core_program_structure .container {
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 1;
}.core_program_structure .core_program_route {
    grid-template-columns: 1fr;
    position: relative;
    animation: fadeInUp 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    gap: 40px;
    display: grid;
    transform: translateY(20px);
}.core_program_structure .core_img_zoom_effect {
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    height: 380px;
    overflow: hidden;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateY(2deg);
}.core_program_structure .core_img_zoom_effect::before {
    top: 0;
    z-index: 1;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, 
        rgba(#000000, 0.5) 0%, 
        rgba(#000000, 0.2) 50%, 
        rgba(#000000, 0) 100%);
    position: absolute;
    content: "";
}.core_program_structure .core_img_zoom_effect::after {
    width: 100%;
    content: "";
    height: 30%;
    z-index: 1;
    bottom: 0;
    background: linear-gradient(to top, 
        rgba(#000000, 0.7) 0%, 
        rgba(#000000, 0) 100%);
    position: absolute;
    left: 0;
}.core_program_structure .core_img_zoom_effect:hover {
    transform: perspective(1000px) rotateY(0deg) scale(1.02);
}.core_program_structure .core_text_section {
    box-shadow: 0 15px 35px -10px rgba(0, 0, 0, 0.1);
    border-left: 4px solid rgb(198,212,203);
    padding: 20px;
    transform: translateZ(0);
    backdrop-filter: blur(10px);
    position: relative;
    background: #ffffff;
}.core_program_structure .core_text_section::before {
    z-index: -1;
    height: 100%;
    top: 0;
    width: 100%;
    left: 0;
    content: "";
    background: linear-gradient(135deg, 
        rgba(rgb(198,212,203,0.5), 0.05) 0%, 
        rgba(#ffffff, 0.95) 100%);
    position: absolute;
}.core_program_structure h3 {
    line-height: 1.4;
    font-family: Arial, sans-serif;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    font-size: calc(19px * 1.1);
    margin-bottom: 24px;
    position: relative;
    transform: translateX(0);
    color: rgb(198,212,203);
    font-weight: 700;
}.core_program_structure h3::after {
    bottom: -10px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    content: "";
    background: rgb(161,179,168);
    transform-origin: left;
    position: absolute;
    transform: scaleX(1);
    width: 60px;
    height: 3px;
}.core_program_structure .core_text_section:hover h3 {
    transform: translateX(5px);
}.core_program_structure .core_text_section:hover h3::after {
    transform: scaleX(1.5);
}.core_program_structure p.description {
    color: #000000;
    font-family: Arial, sans-serif;
    column-gap: 30px;
    line-height: 1.8;
    opacity: 1;
    column-count: 1;
    transition: opacity 0.5s, transform 0.5s;
    transform: translateY(0);
    font-size: 13px;
    margin-bottom: 20px;
    position: relative;
}.core_program_structure span.description {
    display: none;
}.core_program_structure .core_text_section div {
    position: relative;
    overflow: hidden;
}

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

@keyframes patternFloat {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 500px 500px;
    }
}

@media (min-width: 768px) {.core_program_structure {
    padding: 150px 0;
}.core_program_structure .core_program_route {
    align-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}.core_program_structure .core_img_zoom_effect {
    transform: perspective(1000px) rotateY(5deg);
    height: 450px;
}.core_program_structure p.description {
    column-count: 2;
}.core_program_structure .core_text_section {
    padding: 40px;
}.core_program_structure h3 {
    margin-bottom: 30px;
    font-size: 37px;
}.core_program_structure h3::after {
    width: 80px;
}
}

@media (min-width: 992px) {.core_program_structure .core_program_route {
    gap: 80px;
}.core_program_structure .core_img_zoom_effect {
    height: 520px;
}.core_program_structure .core_text_section {
    padding: 50px;
}.core_program_structure h3 {
    font-size: calc(37px * 1.1);
}.core_program_structure p.description {
    font-size: calc(13px * 1.05);
    line-height: 1.9;
}
}

@media (max-width: 767px) {.core_program_structure {
    padding: 80px 0;
}.core_program_structure .core_img_zoom_effect {
    transform: perspective(1000px) rotateY(3deg);
    height: 280px;
}.core_program_structure .core_text_section {
    padding: 25px 20px;
}.core_program_structure h3 {
    margin-bottom: 20px;
    font-size: calc(19px * 1.05);
}.core_program_structure h3::after {
    height: 2px;
    width: 50px;
}.core_program_structure p.description {
    font-size: calc(13px * 0.95);
    line-height: 1.7;
}
}

@media (hover: hover) {.core_program_structure .core_img_zoom_effect::before {
    transition: opacity 0.5s ease;
}.core_program_structure .core_img_zoom_effect:hover::before {
    opacity: 0.7;
}}.core_contact_us {
    overflow: hidden;
    padding: 100px 0;
    position: relative;
    background: linear-gradient(90deg, #ffffff 50%, rgb(234,239,237) 50%);
}.core_contact_us::before {
    position: absolute;
    left: 0;
    background: 
        radial-gradient(circle at 20% 20%, rgba(0, 0, 0, 0.02) 0%, transparent 20%),
        radial-gradient(circle at 80% 80%, rgba(0, 0, 0, 0.02) 0%, transparent 20%);
    z-index: 0;
    top: 0;
    height: 100%;
    background-size: 60px 60px;
    width: 100%;
    content: "";
}.core_contact_us .container {
    padding: 0 20px;
    max-width: 1200px;
    z-index: 1;
    position: relative;
    margin: 0 auto;
}.core_contact_us h2 {
    font-weight: 700;
    text-align: center;
    color: rgb(198,212,203);
    margin-bottom: 60px;
    position: relative;
    font-size: 36px;
}.core_contact_us h2::after {
    height: 3px;
    width: 60px;
    position: absolute;
    bottom: -15px;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    background: rgb(198,212,203);
}.core_contact_us .core_query_list {
    border-radius: 13px;
    position: relative;
    background: #ffffff;
    display: flex;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}.core_contact_us .core_query_list::before {
    left: 0;
    top: 0;
    background: linear-gradient(90deg, rgb(198,212,203), rgb(161,179,168));
    height: 5px;
    width: 100%;
    content: "";
    position: absolute;
}.core_contact_us .core_img_zoom_effect {
    flex: 0 0 50%;
    min-height: 550px;
    position: relative;
    transition: all 0.5s ease;
}.core_contact_us .core_img_zoom_effect::after {
    width: 100%;
    left: 0;
    background: linear-gradient(45deg, rgb(198,212,203,0.5), transparent);
    position: absolute;
    height: 100%;
    content: "";
    top: 0;
}.core_contact_us .core_reach_widget {
    position: relative;
    padding: 60px 50px;
    background: #ffffff;
    flex: 0 0 50%;
}.core_contact_us .core_reach_widget::before {
    left: 0;
    height: 100%;
    content: "";
    top: 0;
    background: rgb(234,239,237);
    position: absolute;
    width: 10px;
}.core_contact_us #contact {
    gap: 30px;
    display: flex;
    flex-direction: column;
}.core_contact_us h3 {
    font-weight: 600;
    margin-bottom: 20px;
    display: inline-block;
    padding-bottom: 10px;
    font-size: 21px;
    color: #000000;
    position: relative;
}.core_contact_us h3::after {
    background: rgb(198,212,203,0.5);
    position: absolute;
    bottom: 0;
    height: 2px;
    content: "";
    left: 0;
    width: 100%;
}.core_contact_us input[type="text"] {
    padding: 18px 20px;
    background: #ffffff;
    border-radius: 10px;
    font-size: 15px;
    transition: all 0.3s ease;
    width: 100%;
    color: #000000;
    border: 2px solid rgb(234,239,237);
}.core_contact_us input[type="text"]:focus {
    border-color: rgb(198,212,203);
    outline: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}.core_contact_us input[type="text"]::placeholder {
    opacity: 0.6;
    color: #000000;
}.core_contact_us .core_reach_message {
    margin-top: 10px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}.core_contact_us .core_reach_message input[type="checkbox"] {
    cursor: pointer;
    position: relative;
    border-radius: 10px;
    height: 24px;
    border: 2px solid rgb(234,239,237);
    transition: all 0.3s ease;
    margin-top: 2px;
    appearance: none;
    width: 24px;
}.core_contact_us .core_reach_message input[type="checkbox"]:checked {
    background: rgb(198,212,203);
    border-color: rgb(198,212,203);
}.core_contact_us .core_reach_message input[type="checkbox"]:checked::after {
    border-right: 2px solid #ffffff;
    position: absolute;
    transform: rotate(45deg);
    height: 10px;
    content: "";
    top: 5px;
    left: 8px;
    width: 6px;
    border-bottom: 2px solid #ffffff;
}.core_contact_us .core_reach_message label {
    color: #000000;
    line-height: 1.5;
    font-size: 15px;
}.core_contact_us .core_reach_message a {
    font-weight: 600;
    text-decoration: none;
    color: rgb(198,212,203);
    transition: all 0.3s ease;
}.core_contact_us .core_reach_message a:hover {
    color: rgb(161,179,168);
}.core_contact_us .core_feedback_links {
    font-size: 15px;
    background: rgb(198,212,203);
    color: #ffffff;
    border-radius: 10px;
    border: none;
    transition: all 0.3s ease;
    position: relative;
    margin-top: 20px;
    overflow: hidden;
    font-weight: 600;
    cursor: pointer;
    align-self: flex-start;
    padding: 16px 40px;
    box-shadow: 0 8px 20px rgb(198,212,203,0.5);
}.core_contact_us .core_feedback_links::before {
    transition: all 0.6s ease;
    width: 100%;
    position: absolute;
    left: -100%;
    height: 100%;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    content: "";
}.core_contact_us .core_feedback_links:hover {
    background: rgb(161,179,168);
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgb(161,179,168,0.5);
}.core_contact_us .core_feedback_links:hover::before {
    left: 100%;
}.core_contact_us svg {
    height: 22px;
    fill: rgb(198,212,203);
    width: 22px;
    transition: all 0.3s ease;
}.core_contact_us svg path {
    fill: rgb(198,212,203);
    transition: all 0.3s ease;
}.core_contact_us svg:hover {
    transform: translateY(-2px);
    fill: rgb(161,179,168);
}.core_contact_us svg:hover path {
    fill: rgb(161,179,168);
}

@media (max-width: 1200px) {.core_contact_us {
    background: #ffffff;
}
}

@media (max-width: 992px) {.core_contact_us {
    padding: 80px 0;
}.core_contact_us .core_query_list {
    flex-direction: column-reverse;
}.core_contact_us .core_img_zoom_effect {
    flex: 0 0 auto;
    min-height: 350px;
}.core_contact_us .core_reach_widget {
    flex: 0 0 auto;
    padding: 50px 40px;
}.core_contact_us .core_reach_widget::before {
    height: 10px;
    width: 100%;
    top: 0;
    left: 0;
}
}

@media (max-width: 768px) {.core_contact_us {
    padding: 60px 0;
}.core_contact_us h2 {
    font-size: calc(36px - 4px);
    margin-bottom: 40px;
}.core_contact_us .core_reach_widget {
    padding: 40px 30px;
}.core_contact_us #contact {
    gap: 25px;
}.core_contact_us .core_img_zoom_effect {
    min-height: 300px;
}
}

@media (max-width: 576px) {.core_contact_us {
    padding: 50px 0;
}.core_contact_us .container {
    padding: 0 15px;
}.core_contact_us h2 {
    margin-bottom: 30px;
    font-size: calc(36px - 6px);
}.core_contact_us .core_reach_widget {
    padding: 35px 25px;
}.core_contact_us #contact {
    gap: 20px;
}.core_contact_us input[type="text"] {
    padding: 15px;
}.core_contact_us .core_feedback_links {
    width: 100%;
    padding: 15px 25px;
}.core_contact_us .core_img_zoom_effect {
    min-height: 250px;
}}.core_target_audience {
    position: relative;
    background: linear-gradient(135deg, rgb(234,239,237) 0%, rgba(0, 0, 0, 0.5) 100%);
    overflow: hidden;
    padding: 130px 0;
}.core_target_audience::before {
    height: 100%;
    background-size: 60px 60px;
    left: 0;
    position: absolute;
    content: "";
    opacity: 0.05;
    top: 0;
    width: 100%;
    background: 
        linear-gradient(45deg, rgb(198,212,203,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(161,179,168,0.5) 25%, transparent 25%);
    z-index: 0;
}.core_target_audience .container {
    padding: 0 20px;
    z-index: 1;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.core_target_audience .core_impact_numbers {
    position: relative;
}.core_target_audience h4 {
    position: relative;
    margin-bottom: 70px;
    font-weight: 700;
    font-size: 33px;
    text-align: center;
    color: #000000;
    padding-bottom: 20px;
}.core_target_audience h4::after {
    width: 70px;
    height: 4px;
    bottom: 0;
    transform: translateX(-50%);
    position: absolute;
    content: "";
    left: 50%;
    background: linear-gradient(90deg, rgb(198,212,203), rgb(161,179,168));
    border-radius: 2px;
}.core_target_audience div {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}.core_target_audience div p {
    margin: 0;
    min-width: 280px;
    background: #ffffff;
    z-index: 1;
    border-radius: 17px;
    color: #000000;
    position: relative;
    line-height: 1.6;
    font-size: 17px;
    flex: 0 0 calc(33.333% - 20px);
    transition: all 0.3s ease;
    padding: 25px 25px 25px 75px;
}.core_target_audience div p::before {
    top: 5px;
    border-radius: calc(17px - 5px);
    width: calc(100% - 10px);
    border: 1px solid rgb(198,212,203,0.5);
    opacity: 0.4;
    left: 5px;
    transition: all 0.3s ease;
    z-index: -1;
    height: calc(100% - 10px);
    background: #ffffff;
    content: "";
    position: absolute;
}.core_target_audience div p::after {
    transition: all 0.3s ease;
    border: 1px solid rgb(161,179,168,0.5);
    opacity: 0.2;
    top: 10px;
    left: 10px;
    border-radius: calc(17px - 10px);
    position: absolute;
    height: calc(100% - 20px);
    content: "";
    z-index: -2;
    background: #ffffff;
    width: calc(100% - 20px);
}.core_target_audience div p:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}.core_target_audience div p:hover::before {
    top: 10px;
    left: 10px;
}.core_target_audience div p:hover::after {
    left: 15px;
    top: 15px;
}.core_target_audience div p svg {
    left: 25px;
    height: 35px;
    top: 25px;
    border-radius: 50%;
    background: rgb(234,239,237);
    position: absolute;
    transition: all 0.3s ease;
    width: 35px;
    padding: 8px;
}.core_target_audience div p:hover svg {
    background: rgb(198,212,203,0.5);
    transform: rotate(15deg);
}.core_target_audience div p svg path {
    transition: all 0.3s ease;
    fill: rgb(198,212,203);
}.core_target_audience div p:hover svg path {
    fill: rgb(161,179,168);
}

@media (max-width: 991px) {.core_target_audience {
    padding: 100px 0;
}.core_target_audience h4 {
    margin-bottom: 60px;
    font-size: calc(33px - 2px);
}.core_target_audience div {
    gap: 25px;
}.core_target_audience div p {
    flex: 0 0 calc(50% - 15px);
    min-width: 250px;
    padding: 20px 20px 20px 65px;
}.core_target_audience div p svg {
    width: 30px;
    top: 20px;
    height: 30px;
    left: 20px;
}
}

@media (max-width: 767px) {.core_target_audience {
    padding: 80px 0;
}.core_target_audience h4 {
    font-size: calc(33px - 4px);
    margin-bottom: 50px;
}.core_target_audience div {
    gap: 20px;
}.core_target_audience div p {
    flex: 0 0 100%;
    padding: 18px 18px 18px 60px;
}.core_target_audience div p svg {
    width: 28px;
    height: 28px;
}
}

@media (max-width: 479px) {.core_target_audience {
    padding: 60px 0;
}.core_target_audience h4 {
    margin-bottom: 40px;
    font-size: calc(33px - 6px);
    padding-bottom: 15px;
}.core_target_audience div {
    gap: 15px;
}.core_target_audience div p {
    font-size: calc(17px - 1px);
    padding: 15px 15px 15px 55px;
}.core_target_audience div p svg {
    height: 25px;
    left: 15px;
    top: 15px;
    width: 25px;
    padding: 6px;
}}.core_company_info {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.core_company_info::before {
    pointer-events: none;
    right: 0;
    background: radial-gradient(circle at 30% 70%, rgb(198,212,203,0.5), rgba(0, 0, 0, 0.5) 80%);
    bottom: 0;
    position: absolute;
    content: "";
    left: 0;
    backdrop-filter: blur(3px);
    z-index: 1;
    top: 0;
}.core_company_info::after {
    background: linear-gradient(135deg, rgb(198,212,203,0.5) 5%, transparent 15%, transparent 85%, rgb(161,179,168,0.5) 95%);
    z-index: 2;
    position: absolute;
    width: 120%;
    top: -10%;
    content: "";
    left: -10%;
    animation: orbitGlow 20s infinite linear;
    pointer-events: none;
    height: 120%;
}.core_company_info .container {
    margin: 0 auto;
    z-index: 5;
    position: relative;
    perspective: 1000px;
    padding: 0 15px;
    max-width: 1200px;
    transform-style: preserve-3d;
}.core_company_info .core_text_section {
    backdrop-filter: blur(10px);
    transform: translateZ(0) rotateY(-2deg);
    padding: 40px 50px;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    border-left: 3px solid rgb(161,179,168);
    background: linear-gradient(145deg, rgba(255,255,255,0.15), rgba(255,255,255,0.05));
    box-shadow: 0 10px 30px rgba(0,0,0,0.15), 0 0 0 1px rgba(255,255,255,0.1);
}.core_company_info .core_text_section:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,0.2), 0 0 0 1px rgba(255,255,255,0.15);
    transform: translateZ(10px) rotateY(0deg);
}.core_company_info h5 {
    font-size: 24px;
    display: inline-block;
    font-weight: 700;
    position: relative;
    letter-spacing: 1.5px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0 0 15px;
}.core_company_info h5::after {
    position: absolute;
    background: rgb(161,179,168);
    transform: scaleX(1);
    height: 2px;
    width: 50px;
    transition: transform 0.4s ease-out;
    content: "";
    left: 0;
    bottom: -8px;
    transform-origin: left center;
}.core_company_info h5:hover::after {
    transform: scaleX(1.5);
}.core_company_info p {
    color: #ffffff;
    line-height: 1.6;
    margin: 0 0 20px;
    font-size: calc(18px * 1.2);
    font-weight: 400;
}.core_company_info b {
    font-weight: 700;
    letter-spacing: 0.5px;
    font-size: calc(18px * 1.5);
    color: rgb(161,179,168);
    position: relative;
}.core_company_info b::before {
    bottom: -5px;
    width: 100%;
    left: 0;
    height: 1px;
    background: linear-gradient(to right, rgb(161,179,168), transparent);
    content: "";
    position: absolute;
}.core_company_info ol {
    margin: 20px 0 0;
    padding: 0 0 0 20px;
    list-style-position: outside;
}.core_company_info li {
    font-weight: 400;
    text-align: justify;
    position: relative;
    color: #ffffff;
    line-height: 1.8;
    margin-bottom: 15px;
    font-size: 18px;
}.core_company_info .core_text_section div:nth-child(1) {
    animation: fadeSlideIn 0.8s ease-out forwards;
}.core_company_info .core_text_section div:nth-child(2) {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeSlideIn 0.8s 0.2s ease-out forwards;
}.core_company_info ol {
    transform: translateY(20px);
    animation: fadeSlideIn 0.8s 0.4s ease-out forwards;
    opacity: 0;
}@keyframes fadeSlideIn {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes orbitGlow {
    0% {
        transform: rotate(0deg) scale(1);
    }
    50% {
        transform: rotate(180deg) scale(1.05);
    }
    100% {
        transform: rotate(360deg) scale(1);
    }
}


.core_company_info .container::before,
.core_company_info .container::after {
    opacity: 0.7;
    z-index: 2;
    box-shadow: 0 0 10px 2px rgb(161,179,168,0.5);
    background: rgb(161,179,168);
    position: absolute;
    pointer-events: none;
    height: 5px;
    content: "";
    animation: pulseDot 3s infinite alternate;
    border-radius: 50%;
    width: 5px;
}.core_company_info .container::before {
    right: 15%;
    top: -20px;
}.core_company_info .container::after {
    left: 5%;
    bottom: 10%;
}.core_company_info .core_text_section::before,
.core_company_info .core_text_section::after {
    position: absolute;
    pointer-events: none;
    height: 4px;
    animation: pulseDot 4s infinite alternate-reverse;
    border-radius: 50%;
    content: "";
    opacity: 0.8;
    box-shadow: 0 0 8px 1px rgb(198,212,203,0.5);
    z-index: 2;
    width: 4px;
    background: rgb(198,212,203);
}.core_company_info .core_text_section::before {
    right: -15px;
    top: 15%;
}.core_company_info .core_text_section::after {
    left: -10px;
    bottom: 20%;
}

@keyframes pulseDot {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    100% {
        transform: scale(1.5);
        opacity: 0.9;
    }
}


@media (max-width: 1200px) {.core_company_info {
    padding: 100px 0;
}.core_company_info .core_text_section {
    padding: 35px 40px;
}.core_company_info b {
    font-size: calc(18px * 1.3);
}
}

@media (max-width: 992px) {.core_company_info {
    padding: 80px 0;
}.core_company_info .core_text_section {
    transform: translateZ(0) rotateY(-1deg);
    padding: 30px 35px;
}.core_company_info h5 {
    font-size: calc(24px * 0.95);
}.core_company_info b {
    font-size: calc(18px * 1.2);
}.core_company_info li {
    line-height: 1.7;
    font-size: calc(18px * 0.95);
}
}

@media (max-width: 768px) {.core_company_info {
    padding: 60px 0;
}.core_company_info .core_text_section {
    padding: 25px 30px;
    transform: translateZ(0) rotateY(0deg);
}.core_company_info h5 {
    font-size: calc(24px * 0.9);
    margin-bottom: 12px;
}.core_company_info h5::after {
    bottom: -6px;
    width: 40px;
}.core_company_info p {
    margin-bottom: 15px;
    font-size: 18px;
}.core_company_info b {
    font-size: calc(18px * 1.1);
}.core_company_info li {
    margin-bottom: 10px;
    line-height: 1.6;
    font-size: calc(18px * 0.9);
}.core_company_info ol {
    padding-left: 15px;
}
}

@media (max-width: 576px) {.core_company_info {
    padding: 50px 0;
}.core_company_info .core_text_section {
    padding: 20px 25px;
}.core_company_info h5 {
    font-size: calc(24px * 0.85);
    margin-bottom: 10px;
}.core_company_info h5::after {
    bottom: -5px;
    width: 30px;
}.core_company_info p {
    font-size: calc(18px * 0.95);
    margin-bottom: 12px;
}.core_company_info b {
    font-size: calc(18px * 1);
}.core_company_info li {
    font-size: calc(18px * 0.85);
    text-align: left;
    line-height: 1.5;
}.core_company_info ol {
    margin-top: 15px;
    padding-left: 12px;
}}.core_quantitative_data {
    overflow: hidden;
    display: flex;
    background-color: #000000;
    flex-direction: column;
    padding: 0;
    position: relative;
}.core_quantitative_data::after {
    pointer-events: none;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.03) 10px, rgba(255, 255, 255, 0.03) 12px),
        repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.03) 10px, rgba(255, 255, 255, 0.03) 12px);
    z-index: 2;
    content: "";
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
}.core_quantitative_data::before {
    width: 100%;
    z-index: 1;
    content: "";
    background-size: auto, auto, auto, 100px 100px, 50px 50px, 50px 50px;
    position: absolute;
    left: 0;
    top: 0;
    background: 
        linear-gradient(90deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.6) 100%),
        radial-gradient(circle at 15% 50%, rgb(198,212,203,0.5) 0%, transparent 25%),
        radial-gradient(circle at 85% 30%, rgb(161,179,168,0.5) 0%, transparent 25%),
        linear-gradient(0deg, transparent 24%, rgba(255, 255, 255, 0.02) 25%, rgba(255, 255, 255, 0.02) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, 0.02) 75%, rgba(255, 255, 255, 0.02) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, rgba(255, 255, 255, 0.02) 25%, rgba(255, 255, 255, 0.02) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, 0.02) 75%, rgba(255, 255, 255, 0.02) 76%, transparent 77%, transparent);
    height: 100%;
}.core_quantitative_data .container {
    width: 100%;
    z-index: 2;
    padding: 0;
    position: relative;
    max-width: 100%;
}.core_quantitative_data .core_statistics_experts {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    background-color: rgb(198,212,203);
    margin-bottom: -50px;
    padding: 60px 15% 60px 15%;
    background-position: 0 0, 15px 0, 15px -15px, 0px 15px;
    background-image: 
        linear-gradient(135deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%),
        linear-gradient(225deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%),
        linear-gradient(315deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%),
        linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%);
    color: #ffffff;
    z-index: 3;
    width: 100%;
    position: relative;
    background-size: 30px 30px;
}.core_quantitative_data .core_smart_pros {
    text-transform: uppercase;
    font-size: 32px;
    margin-bottom: 20px;
    letter-spacing: 1px;
    font-weight: 700;
}.core_quantitative_data .core_boost_experts {
    line-height: 1.7;
    max-width: 800px;
    font-size: 16px;
}.core_quantitative_data .core_statistics_classes {
    padding: 100px 5% 50px;
    position: relative;
    background-size: 20px 20px;
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-position: center center;
    display: flex;
    z-index: 2;
    background-color: rgb(234,239,237);
    flex-wrap: wrap;
}.core_quantitative_data .core_statistics_pros {
    counter-increment: stat-counter;
    margin-bottom: 50px;
    position: relative;
    width: 25%;
    padding: 0 15px;
}.core_quantitative_data .core_statistics_pros::before {
    position: absolute;
    z-index: -1;
    font-size: 6rem;
    font-weight: 700;
    color: rgb(198,212,203);
    top: -30px;
    opacity: 0.1;
    left: 15px;
    content: counter(stat-counter);
}.core_quantitative_data .core_statistics_pros h4 {
    color: #000000;
    position: relative;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 15px;
}.core_quantitative_data .core_statistics_pros span {
    padding-bottom: 20px;
    display: block;
    font-size: 16px;
    color: #000000;
    position: relative;
}.core_quantitative_data .core_statistics_pros span::after {
    content: "";
    position: absolute;
    left: 0;
    background-color: rgb(198,212,203);
    width: 40px;
    height: 3px;
    bottom: 0;
}.core_quantitative_data .core_statistics_pros:hover span::after {
    transition: width 0.3s ease;
    width: 60px;
}.core_quantitative_data svg {
    opacity: 0.1;
    position: absolute;
    bottom: 20px;
    z-index: 1;
    width: 120px;
    height: 120px;
    right: 20px;
}.core_quantitative_data svg path {
    fill: #ffffff;
}

@media (max-width: 1200px) {.core_quantitative_data .core_statistics_experts {
    padding: 50px 10% 60px 10%;
}.core_quantitative_data .core_statistics_pros {
    width: 33.333%;
}
}

@media (max-width: 992px) {.core_quantitative_data .core_statistics_experts {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    padding: 50px 7% 70px 7%;
}.core_quantitative_data .core_statistics_classes {
    padding: 100px 5% 40px;
}.core_quantitative_data .core_statistics_pros {
    width: 50%;
}.core_quantitative_data .core_statistics_pros::before {
    font-size: 5rem;
    top: -25px;
}.core_quantitative_data .core_statistics_pros h4 {
    font-size: 2.2rem;
}
}

@media (max-width: 767px) {.core_quantitative_data .core_statistics_experts {
    padding: 40px 5% 60px 5%;
}.core_quantitative_data .core_smart_pros {
    font-size: calc(32px * 0.9);
}.core_quantitative_data .core_statistics_classes {
    padding: 80px 5% 30px;
}.core_quantitative_data .core_statistics_pros {
    width: 100%;
    margin-bottom: 40px;
}.core_quantitative_data .core_statistics_pros::before {
    font-size: 4.5rem;
}.core_quantitative_data svg {
    width: 80px;
    height: 80px;
}
}

@media (max-width: 576px) {.core_quantitative_data .core_statistics_experts {
    margin-bottom: -25px;
    padding: 30px 5% 50px 5%;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
}.core_quantitative_data .core_smart_pros {
    font-size: calc(32px * 0.8);
    margin-bottom: 15px;
}.core_quantitative_data .core_boost_experts {
    font-size: calc(16px * 0.95);
}.core_quantitative_data .core_statistics_classes {
    padding: 60px 5% 20px;
}.core_quantitative_data .core_statistics_pros::before {
    top: -20px;
    font-size: 4rem;
}.core_quantitative_data .core_statistics_pros h4 {
    font-size: 2rem;
}.core_quantitative_data svg {
    width: 60px;
    bottom: 10px;
    height: 60px;
    right: 10px;
}}.core_pricing_offer_box {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}.core_pricing_offer_box::before {
    z-index: 1;
    bottom: 0;
    left: 0;
    content: "";
    top: 0;
    right: 0;
    position: absolute;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
}.core_pricing_offer_box .container {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 0 20px;
    max-width: 1200px;
}.core_pricing_offer_box .core_enroll_cost {
    position: relative;
}.core_pricing_offer_box h2 {
    position: relative;
    animation: fadeInUp 0.8s ease-out forwards;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    font-size: 38px;
    color: #ffffff;
    opacity: 0;
    transform: translateY(20px);
}.core_pricing_offer_box .core_access_rates {
    opacity: 0;
    max-width: 800px;
    text-align: center;
    color: rgb(255, 255, 255, 0.5);
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    transform: translateY(20px);
    font-size: 15px;
    line-height: 1.6;
    margin: 0 auto 50px;
}.core_pricing_offer_box .core_member_fees {
    gap: 30px;
    margin: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    padding: 0;
    perspective: 1000px;
    display: grid;
    list-style: none;
}.core_pricing_offer_box .core_member_fees li {
    animation: fadeInStagger 0.8s ease-out forwards;
    transform: translateZ(0) rotateY(5deg) translateX(20px);
    opacity: 0;
}.core_pricing_offer_box .core_member_fees li:nth-child(1) {
    animation-delay: 0.3s;
}.core_pricing_offer_box .core_member_fees li:nth-child(2) {
    animation-delay: 0.5s;
}.core_pricing_offer_box .core_member_fees li:nth-child(3) {
    animation-delay: 0.7s;
}.core_pricing_offer_box .core_member_fees li:nth-child(4) {
    animation-delay: 0.9s;
}.core_pricing_offer_box .core_skill_plans {
    text-decoration: none;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: block;
    height: 100%;
}.core_pricing_offer_box .core_cost_summary {
    position: relative;
    background: linear-gradient(145deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.05) 100%);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2), 0 5px 15px rgba(0,0,0,0.1);
    height: 100%;
    border: 1px solid rgba(255,255,255,0.1);
    transition: all 0.4s ease;
    backdrop-filter: blur(10px);
    transform: translateZ(0);
}.core_pricing_offer_box .core_cost_summary::before {
    transition: opacity 0.6s ease;
    background: linear-gradient(45deg, rgb(198,212,203,0.5), rgb(161,179,168,0.5));
    top: 0;
    opacity: 0;
    height: 100%;
    content: "";
    width: 100%;
    left: 0;
    z-index: -1;
    position: absolute;
}.core_pricing_offer_box .core_learning_packages {
    color: #ffffff;
    height: 100%;
    min-height: 400px;
    padding: 35px 30px;
    flex-direction: column;
    display: flex;
}.core_pricing_offer_box .core_learning_packages h4 {
    font-size: calc(22px * 1.1);
    padding-bottom: 15px;
    transition: transform 0.3s ease-out;
    margin: 0 0 15px;
    position: relative;
    font-weight: 700;
    color: #ffffff;
}.core_pricing_offer_box .core_learning_packages h4::after {
    bottom: 0;
    background: rgb(198,212,203);
    left: 0;
    position: absolute;
    width: 60px;
    height: 3px;
    transition: width 0.4s ease;
    content: "";
}.core_pricing_offer_box .core_learning_packages p {
    margin: 0 0 auto;
    flex-grow: 1;
    overflow-wrap: break-word;
    font-size: 15px;
    line-height: 1.7;
    hyphens: auto;
    color: rgba(255,255,255,0.8);
    word-wrap: break-word;
}.core_pricing_offer_box .core_learning_pricing {
    font-weight: 700;
    background: linear-gradient(135deg, rgb(198,212,203) 0%, rgb(161,179,168) 100%);
    display: inline-block;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    font-size: calc(22px * 1.3);
    border-radius: 6px;
    color: #ffffff;
    align-self: flex-start;
    margin-top: 25px;
    padding: 10px 20px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}.core_pricing_offer_box .core_skill_plans:hover {
    transform: translateY(-10px) scale(1.02);
}.core_pricing_offer_box .core_skill_plans:hover .core_cost_summary {
    box-shadow: 0 20px 40px rgba(0,0,0,0.3), 0 15px 20px rgba(0,0,0,0.2);
    border-color: rgba(255,255,255,0.2);
}.core_pricing_offer_box .core_skill_plans:hover .core_cost_summary::before {
    opacity: 0.05;
}.core_pricing_offer_box .core_skill_plans:hover .core_learning_packages h4 {
    transform: translateY(-5px);
}.core_pricing_offer_box .core_skill_plans:hover .core_learning_packages h4::after {
    width: 100px;
}.core_pricing_offer_box .core_skill_plans:hover .core_learning_pricing {
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
    transform: scale(1.05) translateY(-5px);
}

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

@keyframes fadeInStagger {
    from {
        opacity: 0;
        transform: translateZ(-50px) rotateY(10deg) translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateZ(0) rotateY(0) translateX(0);
    }
}

@media (max-width: 1024px) {.core_pricing_offer_box {
    padding: 80px 0;
}.core_pricing_offer_box .core_member_fees {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.core_pricing_offer_box .core_learning_packages {
    min-height: 380px;
    padding: 30px 25px;
}
}

@media (max-width: 768px) {.core_pricing_offer_box {
    padding: 60px 0;
}.core_pricing_offer_box h2 {
    font-size: calc(38px * 0.9);
}.core_pricing_offer_box .core_access_rates {
    margin-bottom: 40px;
    font-size: calc(15px * 0.95);
}.core_pricing_offer_box .core_member_fees {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
}.core_pricing_offer_box .core_learning_packages {
    min-height: 350px;
    padding: 25px 20px;
}.core_pricing_offer_box .core_learning_packages h4 {
    font-size: 22px;
}.core_pricing_offer_box .core_learning_pricing {
    font-size: calc(22px * 1.1);
}
}

@media (max-width: 576px) {.core_pricing_offer_box {
    padding: 50px 0;
}.core_pricing_offer_box .container {
    padding: 0 15px;
}.core_pricing_offer_box h2 {
    font-size: calc(38px * 0.8);
}.core_pricing_offer_box .core_access_rates {
    margin-bottom: 30px;
    font-size: calc(15px * 0.9);
}.core_pricing_offer_box .core_member_fees {
    gap: 25px;
    grid-template-columns: 1fr;
}.core_pricing_offer_box .core_learning_packages {
    min-height: auto;
}.core_pricing_offer_box .core_learning_packages p {
    font-size: calc(15px * 0.9);
}.core_pricing_offer_box .core_learning_pricing {
    align-self: center;
    margin-top: 20px;
}}footer {
    position: relative;
    width: 100%;
}footer .core_biz_learnings {
    padding: 250px 0 30px;
    color: #ffffff;
    font-family: Arial, sans-serif;
    background:rgb(161,179,168);
    position: relative;
}footer .core_biz_learnings::before {
    content: "";
    position: absolute;
    height: 20px;
    background: linear-gradient(90deg, rgb(198,212,203) 25%, rgb(161,179,168) 25%, rgb(161,179,168) 50%, rgb(198,212,203) 50%, rgb(198,212,203) 75%, rgb(161,179,168) 75%);
    width: 100%;
    left: 0;
    top: 0;
}footer .core_grade_help {
    z-index: 1;
    position: relative;
}footer .core_contact_support {
    top: -120px;
    flex-wrap: wrap;
    background-color: #ffffff;
    position: absolute;
    right: 0;
    margin-bottom: 50px;
    padding: 0;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    border-radius: 22px;
    left: 0;
    overflow: hidden;
    justify-content: space-between;
    display: flex;
}footer .info_item {
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    padding: 25px;
    display: flex;
    flex: 1 1 250px;
    transition: all 0.3s ease;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}footer .info_item:last-child {
    border-right: none;
}footer .info_item::after {
    width: 0;
    transition: width 0.3s ease;
    left: 0;
    position: absolute;
    content: "";
    background-color: rgb(198,212,203);
    bottom: 0;
    height: 3px;
}footer .info_item:hover::after {
    width: 100%;
}footer .info_item svg {
    width: 22px;
    height: 22px;
    fill: rgb(198,212,203);
    flex-shrink: 0;
    margin-right: 15px;
}footer .info_item p,
footer .info_item a {
    color: #000000;
    transition: all 0.3s ease;
    text-decoration: none;
    font-size: 17px;
}footer .info_item a:hover {
    color: rgb(198,212,203);
}footer .text_main_holder {
    gap: 20px;
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 100px;
}footer .core_nav_top {
    position: relative;
    padding: 0 25px;
}footer .core_nav_top svg {
    height: 45px;
    filter: brightness(0) invert(1);
    margin-bottom: 20px;
    width: auto;
}footer .core_edu_global {
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    max-width: 350px;
}footer .core_header_guide {
    position: relative;
    padding: 0 25px;
}footer .core_header_guide h5 {
    color: #ffffff;
    padding-bottom: 10px;
    position: relative;
    font-weight: 600;
    font-size: 18px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 25px;
}footer .core_header_guide h5::after {
    width: 60px;
    position: absolute;
    height: 2px;
    background-color: rgb(198,212,203);
    bottom: -2px;
    content: "";
    left: 0;
}footer .core_main_info {
    display: flex;
    margin-bottom: 20px;
    flex-wrap: wrap;
}footer .core_main_info a {
    font-size: 17px;
    transition: all 0.3s ease;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    padding: 8px 16px;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    margin: 5px 8px 5px 0;
}footer .core_main_info a:hover {
    background-color: rgb(198,212,203);
    color: #ffffff;
    transform: translateY(-3px);
}footer .subscribe_holder {
    background-color: rgb(161,179,168,0.5);
    border-radius: 22px;
    position: relative;
    padding: 30px 25px;
}footer .subscribe_holder h5 {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 18px;
    color: #ffffff;
}footer .subscribe_holder p {
    margin-bottom: 25px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
    font-size: 17px;
}footer .input_holder {
    flex-direction: column;
    display: flex;
    position: relative;
    gap: 15px;
}footer .input_holder::before {
    position: absolute;
    height: 50px;
    z-index: -1;
    content: "";
    border-radius: 50%;
    top: -10px;
    opacity: 0.1;
    background-color: rgb(198,212,203);
    width: 50px;
    right: -10px;
}footer .input_holder::after {
    border-radius: 50%;
    width: 70px;
    left: -10px;
    opacity: 0.1;
    content: "";
    z-index: -1;
    bottom: -20px;
    background-color: rgb(161,179,168);
    height: 70px;
    position: absolute;
}footer .input_holder input[type="email"] {
    border-radius: 10px;
    border: none;
    background-color: rgba(255, 255, 255, 0.9);
    transition: all 0.3s ease;
    font-size: 17px;
    color: rgb(161,179,168);
    padding: 15px;
}footer .input_holder input[type="email"]:focus {
    background-color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    outline: none;
}footer .input_holder input[type="email"]::placeholder {
    color: #000000;
    opacity: 0.6;
}footer .core_sub_focus {
    border-radius: 10px;
    background-color: rgb(198,212,203);
    transition: all 0.3s ease;
    font-weight: 600;
    color: #ffffff;
    cursor: pointer;
    overflow: hidden;
    border: none;
    font-size: 16px;
    position: relative;
    padding: 15px;
}footer .core_sub_focus::before {
    content: "";
    width: 100%;
    position: absolute;
    transition: left 0.7s ease;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    left: -100%;
    height: 100%;
}footer .core_sub_focus:hover {
    background-color: rgb(161,179,168);
}footer .core_sub_focus:hover::before {
    left: 100%;
}footer .core_brainstorm {
    margin-top: 50px;
    text-align: center;
    border-top: 1px dashed rgba(255, 255, 255, 0.1);
    padding-top: 20px;
}footer .core_class_guide {
    color: rgba(255, 255, 255, 0.6);
    font-size: 15px;
}

@media (min-width: 768px) {footer .core_biz_learnings {
    padding-top: 60px;
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .core_sub_focus {
    white-space: nowrap;
}
}

@media (max-width: 991px) {footer .core_contact_support {
    top: 0;
    position: relative;
    margin-bottom: 80px;
}footer .core_biz_learnings {
    padding: 120px 0 30px;
}footer .text_main_holder {
    margin-top: 40px;
}
}

@media (max-width: 767px) {footer .info_item {
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}footer .info_item:last-child {
    border-bottom: none;
}footer .core_header_guide, footer .subscribe_holder, footer .core_nav_top {
    padding: 20px;
}footer .core_brainstorm {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .core_header_guide h5, footer .subscribe_holder h5 {
    font-size: calc(18px - 2px);
    margin-bottom: 20px;
}footer .core_main_info a {
    font-size: calc(17px - 1px);
    padding: 6px 12px;
}footer .input_holder input[type="email"],
    footer .core_sub_focus {
    padding: 12px;
}}.core_mentorship_profile {
    position: relative;
    overflow: hidden;
    padding: 7rem 2rem;
    background: radial-gradient(circle at 70% 30%, rgb(198,212,203,0.5) 0%, transparent 40%), 
              radial-gradient(circle at 30% 70%, rgb(161,179,168,0.5) 0%, transparent 40%), 
              #000000;
}.core_mentorship_profile::before {
    opacity: 0.3;
    width: 150%;
    content: "";
    left: -25%;
    top: -25%;
    height: 150%;
    animation: backgroundMovement 30s linear infinite alternate;
    background: radial-gradient(ellipse at center, transparent 0%, transparent 50%, #000000 100%), 
              repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0px, rgba(0, 0, 0, 0.5) 1px, transparent 1px, transparent 10px);
    position: absolute;
}.core_mentorship_profile .container {
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.core_mentorship_profile .core_opinion_spot {
    overflow: hidden;
    border-radius: 30px;
    display: grid;
    position: relative;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    grid-template-rows: auto auto auto;
}.core_mentorship_profile .core_opinion_spot::after {
    pointer-events: none;
    background: linear-gradient(135deg, rgb(198,212,203,0.5) 0%, transparent 50%);
    height: 100%;
    width: 100%;
    top: 0;
    mix-blend-mode: overlay;
    left: 0;
    position: absolute;
    content: "";
    opacity: 0.3;
}.core_mentorship_profile .core_opinion_spot .core_img_zoom_effect {
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
    grid-row: 1 / 4;
    transition: all 0.5s ease;
    box-shadow: 0 0 30px rgb(198,212,203,0.5);
    border-radius: 0;
    grid-column: 1 / 2;
    min-height: 500px;
    position: relative;
    transform: scale(1.05) translateX(-5%);
    z-index: 1;
}.core_mentorship_profile .core_opinion_spot .core_img_zoom_effect:hover {
    transform: scale(1.07) translateX(-4%);
    box-shadow: 0 0 50px rgb(198,212,203);
}.core_mentorship_profile .core_opinion_spot .name {
    color: #ffffff;
    animation: neonPulse 4s infinite alternate;
    padding: 3.5rem 2rem 0.5rem 3rem;
    position: relative;
    grid-row: 1 / 2;
    z-index: 2;
    grid-column: 2 / 3;
    letter-spacing: 2px;
    text-shadow: 0 0 10px rgb(198,212,203,0.5), 0 0 20px rgb(198,212,203,0.5);
    font-weight: 700;
    font-size: 31px;
}.core_mentorship_profile .core_opinion_spot span:not(.name) {
    z-index: 2;
    padding: 0 2rem 1rem 3rem;
    font-size: 18px;
    color: rgb(161,179,168);
    letter-spacing: 1px;
    position: relative;
    grid-column: 2 / 3;
    font-weight: 400;
    text-transform: uppercase;
    grid-row: 2 / 3;
}.core_mentorship_profile .core_opinion_spot .core_exp_container {
    border-top: 1px solid rgb(161,179,168,0.5);
    line-height: 1.7;
    position: relative;
    backdrop-filter: blur(5px);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    font-size: 17px;
    color: #ffffff;
    border-radius: 0 10px 0 0;
    grid-column: 2 / 3;
    padding: 2rem 2rem 2.5rem 3rem;
    grid-row: 3 / 4;
    margin-right: 1.5rem;
    z-index: 2;
}

@keyframes neonPulse {
  0%, 100% {
    text-shadow: 0 0 10px rgb(198,212,203,0.5), 0 0 20px rgb(198,212,203,0.5);
  }
  50% {
    text-shadow: 0 0 20px rgb(198,212,203), 0 0 30px rgb(198,212,203);
  }
}

@keyframes backgroundMovement {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  100% {
    transform: translate(50px, 50px) rotate(10deg);
  }
}

@media (max-width: 992px) {.core_mentorship_profile {
    padding: 5rem 1.5rem;
}.core_mentorship_profile .core_opinion_spot {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
}.core_mentorship_profile .core_opinion_spot .core_img_zoom_effect {
    min-height: 350px;
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    transform: scale(1.02) translateY(-5%);
}.core_mentorship_profile .core_opinion_spot .core_img_zoom_effect:hover {
    transform: scale(1.03) translateY(-4%);
}.core_mentorship_profile .core_opinion_spot .name {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    grid-row: 2 / 3;
    grid-column: 1 / 2;
}.core_mentorship_profile .core_opinion_spot span:not(.name) {
    padding: 0 1.5rem 1rem 1.5rem;
    grid-column: 1 / 2;
    grid-row: 3 / 4;
}.core_mentorship_profile .core_opinion_spot .core_exp_container {
    grid-column: 1 / 2;
    padding: 1.5rem;
    border-radius: 10px;
    margin-right: 0;
    grid-row: 4 / 5;
}
}

@media (max-width: 576px) {.core_mentorship_profile {
    padding: 4rem 1rem;
}.core_mentorship_profile .core_opinion_spot .core_img_zoom_effect {
    min-height: 280px;
}.core_mentorship_profile .core_opinion_spot .name {
    padding: 1.5rem 1rem 0.5rem 1rem;
}.core_mentorship_profile .core_opinion_spot span:not(.name) {
    padding: 0 1rem 1rem 1rem;
}.core_mentorship_profile .core_opinion_spot .core_exp_container {
    padding: 1.2rem;
}
}