﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}.corestats_tool {
    flex: 0 0 auto;
}.corenav_pagebar {
    flex: 1 0 auto;
}svg {
    width: 30px;
    height: 30px;
}header,footer {
    width: 100%;
}.container {
    margin: auto;
    width: 1207px;
    max-width: 100%;
}.corewrapper-structure {
    min-height: 100%;
    display: flex;
    height: 100%;
    flex-direction: column;
}a {
    color: inherit;
    text-decoration: none;
}html,body {
    color: #000000;
    min-height: 100%;
    font-family: Arial, sans-serif;
    height: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.coreuser_feedback {
    padding: 8rem 0;
    background: rgb(237,228,242);
    position: relative;
    overflow: hidden;
}.coreuser_feedback::before {
    background-position: 0 0, 30px 30px;
    content: "";
    height: 100%;
    top: 0;
    width: 100%;
    opacity: 0.05;
    background-size: 60px 60px;
    background: linear-gradient(45deg, rgb(216,195,225,0.5) 25%, transparent 25%, transparent 75%, rgb(216,195,225,0.5) 75%),
    linear-gradient(45deg, rgb(216,195,225,0.5) 25%, transparent 25%, transparent 75%, rgb(216,195,225,0.5) 75%);
    left: 0;
    position: absolute;
    z-index: 0;
}.coreuser_feedback::after {
    width: 60%;
    transform: skewX(-20deg) translateX(-20%);
    top: 0;
    opacity: 0.1;
    background: rgb(216,195,225,0.5);
    height: 100%;
    z-index: 0;
    position: absolute;
    left: 0;
    content: "";
}.coreuser_feedback .container {
    position: relative;
    z-index: 1;
}.coreuser_feedback h2 {
    color: #000000;
    font-size: 31px;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    display: inline-block;
    margin-bottom: 5rem;
    left: 50%;
    padding: 1rem 3rem;
    font-weight: 700;
    background: linear-gradient(180deg, transparent, rgb(216,195,225,0.5));
    position: relative;
    transform: perspective(500px) rotateX(5deg);
    text-align: center;
    transform: translateX(-50%);
}.coreuser_feedback h2::after {
    width: 100%;
    bottom: -10px;
    left: 0;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(216,195,225), transparent);
    height: 5px;
    position: absolute;
}.coreuser_feedback .corefeedback_corner {
    gap: 3rem;
    display: grid;
    transform-style: preserve-3d;
    grid-template-columns: repeat(3, 1fr);
    perspective: 1000px;
}.coreuser_feedback .coretestimonials_pro {
    transform-origin: center center;
    flex-direction: column;
    transform: rotateY(10deg) rotateX(5deg);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 
        -5px 5px 15px rgba(0, 0, 0, 0.1),
        inset 1px 1px 0 rgba(255, 255, 255, 0.8),
        inset -1px -1px 0 rgba(0, 0, 0, 0.05);
    padding: 2.5rem;
    position: relative;
    transform-style: preserve-3d;
    align-items: center;
    background-color: #ffffff;
    display: flex;
}.coreuser_feedback .coretestimonials_pro:nth-child(2n) {
    transform: rotateY(-10deg) rotateX(-5deg);
}.coreuser_feedback .coretestimonials_pro:nth-child(3n) {
    transform: rotateY(0) rotateX(-7deg);
}.coreuser_feedback .coretestimonials_pro::before {
    top: 0;
    position: absolute;
    opacity: 0.5;
    content: "";
    height: 100%;
    background: #ffffff;
    width: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    z-index: -1;
    transform: translateZ(-10px);
    left: 0;
}.coreuser_feedback .coretestimonials_pro::after {
    border-width: 0 0 30px 30px;
    position: absolute;
    width: 0;
    border-style: solid;
    bottom: 0;
    transition: all 0.3s ease;
    right: 0;
    border-color: transparent transparent rgb(185,158,202,0.5) transparent;
    height: 0;
    content: "";
    transform: translateZ(5px);
}.coreuser_feedback .coretestimonials_pro:hover {
    transform: rotateY(0) rotateX(0) translateZ(20px) scale(1.05);
    z-index: 10;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        inset 1px 1px 0 rgba(255, 255, 255, 1),
        inset -1px -1px 0 rgba(0, 0, 0, 0.1);
}.coreuser_feedback .coretestimonials_pro:hover::after {
    border-width: 0 0 50px 50px;
    border-color: transparent transparent rgb(185,158,202) transparent;
}.coreuser_feedback .coretestimonials_pro img {
    transform: translateZ(15px);
    border: 2px solid #ffffff;
    margin-bottom: 1.5rem;
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    width: 80px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    transition: all 0.5s ease;
    object-fit: cover;
    height: 80px;
}.coreuser_feedback .coretestimonials_pro:hover img {
    transform: translateZ(30px) rotate(360deg);
}.coreuser_feedback .coretestimonials_pro p {
    transform: translateZ(10px);
    transition: all 0.3s ease;
    text-align: center;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #000000;
    font-size: 16px;
}.coreuser_feedback .coretestimonials_pro:hover p {
    color: rgb(216,195,225);
    transform: translateZ(25px);
}.coreuser_feedback .coretestimonials_pro .description {
    position: relative;
    padding: 1rem;
    color: #000000;
    text-align: center;
    transform: translateZ(5px);
    transition: all 0.3s ease;
    line-height: 1.6;
    font-size: 13px;
    font-weight: 400;
}.coreuser_feedback .coretestimonials_pro:hover .description {
    transform: translateZ(20px);
}.coreuser_feedback .coretestimonials_pro .description::before {
    border-top: 2px solid rgb(216,195,225,0.5);
    height: 20px;
    position: absolute;
    width: 20px;
    transition: all 0.3s ease;
    top: 0;
    border-left: 2px solid rgb(216,195,225,0.5);
    content: "";
    left: 0;
}.coreuser_feedback .coretestimonials_pro:hover .description::before {
    border-color: rgb(216,195,225);
    width: 30px;
    height: 30px;
}.coreuser_feedback .coretestimonials_pro .description::after {
    border-right: 2px solid rgb(185,158,202,0.5);
    height: 20px;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    transition: all 0.3s ease;
    width: 20px;
    border-bottom: 2px solid rgb(185,158,202,0.5);
}.coreuser_feedback .coretestimonials_pro:hover .description::after {
    width: 30px;
    border-color: rgb(185,158,202);
    height: 30px;
}.coreuser_feedback .coretestimonials_pro:nth-child(3n+1)::before {
    background: linear-gradient(135deg, #ffffff, rgb(237,228,242));
}.coreuser_feedback .coretestimonials_pro:nth-child(3n+2)::before {
    background: linear-gradient(45deg, #ffffff, rgb(237,228,242));
}.coreuser_feedback .corepro_program::before {
    background: rgb(216,195,225,0.5);
    left: -50px;
    opacity: 0.1;
    bottom: -50px;
    width: 200px;
    position: absolute;
    content: "";
    clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
    z-index: -1;
    height: 200px;
}.coreuser_feedback .corepro_program::after {
    background: rgb(185,158,202,0.5);
    width: 200px;
    height: 200px;
    top: -50px;
    content: "";
    opacity: 0.1;
    position: absolute;
    clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
    right: -50px;
    z-index: -1;
}

@keyframes fold {
    0%, 100% { transform: rotateY(0) rotateX(0); }
    50% { transform: rotateY(5deg) rotateX(5deg); }
}

@media (max-width: 992px) {.coreuser_feedback .corefeedback_corner {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 768px) {.coreuser_feedback {
    padding: 5rem 0;
}.coreuser_feedback h2 {
    transform: none;
    clip-path: none;
    font-size: calc(31px * 0.9);
    margin-bottom: 3rem;
    background: none;
    padding: 0;
}.coreuser_feedback .corefeedback_corner {
    gap: 3rem;
    grid-template-columns: 1fr;
}.coreuser_feedback .coretestimonials_pro,
    .coreuser_feedback .coretestimonials_pro:nth-child(2n),
    .coreuser_feedback .coretestimonials_pro:nth-child(3n) {
    transform: none;
    animation: fold 10s infinite alternate ease-in-out;
}.coreuser_feedback .coretestimonials_pro:hover {
    transform: translateY(-10px);
}.coreuser_feedback .coretestimonials_pro:hover img {
    transform: translateZ(10px) rotate(360deg);
}.coreuser_feedback .coretestimonials_pro img,
    .coreuser_feedback .coretestimonials_pro p,
    .coreuser_feedback .coretestimonials_pro .description,
    .coreuser_feedback .coretestimonials_pro:hover p,
    .coreuser_feedback .coretestimonials_pro:hover .description {
    transform: none;
}}.coreconnect_form {
    background: linear-gradient(
        -45deg, 
        rgb(237,228,242) 0%, 
        rgb(185,158,202,0.5) 100%
    );
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
}.coreconnect_form .container {
    padding: 0 1rem;
    margin: 0 auto;
    max-width: 1400px;
}.coreconnect_form .corehelp_block {
    box-shadow: 0 25px 50px rgb(216,195,225,0.5);
    display: flex;
    align-items: stretch;
    background: rgb(185,158,202,0.5);
    overflow: hidden;
    position: relative;
    border-radius: 24px;
}.coreconnect_form .coreimage_header {
    transform: skew(-10deg);
    flex: 0 0 45%;
    position: relative;
    z-index: 2;
    min-height: 600px;
    margin-left: -5%;
}.coreconnect_form .coreimage_header::before {
    top: 0;
    height: 100%;
    content: '';
    width: 120%;
    z-index: 1;
    position: absolute;
    opacity: 0.7;
    background: linear-gradient(
        135deg, 
        rgb(216,195,225,0.5) 0%, 
        rgb(185,158,202,0.5) 100%
    );
    transform: skew(10deg);
    left: 0;
}.coreconnect_form .coremessage_list {
    z-index: 3;
    flex: 0 0 55%;
    display: flex;
    padding: 4rem 3rem 4rem 10%;
    position: relative;
    flex-direction: column;
    justify-content: center;
}.coreconnect_form h2 {
    color: #ffffff;
    font-size: 45px;
    margin-bottom: 2.5rem;
    position: relative;
    font-weight: 700;
    text-align: left;
    padding-left: 2rem;
}.coreconnect_form h2::before {
    position: absolute;
    box-shadow: 0 0 15px rgb(216,195,225,0.5);
    height: 1rem;
    transform: translateY(-50%);
    background: rgb(216,195,225);
    width: 1rem;
    border-radius: 50%;
    content: '';
    top: 50%;
    left: 0;
}.coreconnect_form .coremessage_list h3 {
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    position: relative;
    font-size: 34px;
    font-weight: 600;
    color: #ffffff;
}.coreconnect_form .coremessage_list h3::after {
    left: 0;
    position: absolute;
    bottom: 0;
    background: rgb(216,195,225);
    content: '';
    width: 50px;
    height: 3px;
}.coreconnect_form .coremessage_list form {
    gap: 1.5rem;
    display: grid;
}.coreconnect_form .coremessage_list input:not([type="checkbox"]):not([type="submit"]) {
    outline: none;
    position: relative;
    padding: 1rem 1.5rem;
    border: 1px solid rgb(216,195,225,0.5);
    transition: all 0.3s ease;
    background: rgb(185,158,202,0.5);
    color: #ffffff;
    font-size: 15px;
    border-radius: 10px;
    width: 100%;
}.coreconnect_form .coremessage_list input:not([type="checkbox"]):not([type="submit"])::after {
    background: rgb(216,195,225);
    transition: width 0.3s ease;
    width: 0;
    height: 2px;
    content: '';
    bottom: -2px;
    position: absolute;
    left: 0;
}.coreconnect_form .coremessage_list input:not([type="checkbox"]):not([type="submit"]):focus {
    border-color: rgb(216,195,225);
    box-shadow: 0 0 15px rgb(216,195,225,0.5);
}.coreconnect_form .coremessage_list input:not([type="checkbox"]):not([type="submit"]):focus::after {
    width: 100%;
}.coreconnect_form .coremessage_list .corefeedback_card {
    gap: 1rem;
    display: flex;
    align-items: center;
}.coreconnect_form .coremessage_list .corefeedback_card input[type="checkbox"] {
    appearance: none;
    background: rgb(185,158,202,0.5);
    border: 2px solid rgb(216,195,225,0.5);
    transition: all 0.3s ease;
    width: 22px;
    cursor: pointer;
    position: relative;
    height: 22px;
    border-radius: 10px;
}.coreconnect_form .coremessage_list .corefeedback_card input[type="checkbox"]:checked {
    background: rgb(216,195,225);
    border-color: rgb(216,195,225);
}.coreconnect_form .coremessage_list .corefeedback_card input[type="checkbox"]:checked::after {
    position: absolute;
    content: '✔';
    font-size: 0.8rem;
    color: #ffffff;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}.coreconnect_form .coremessage_list .corefeedback_card label {
    font-size: 15px;
    align-items: center;
    display: flex;
    color: #ffffff;
}.coreconnect_form .coremessage_list .corefeedback_card a {
    color: rgb(216,195,225);
    text-decoration: none;
    margin-left: 0.3rem;
    transition: color 0.3s ease;
}.coreconnect_form .coremessage_list .corefeedback_card a:hover {
    text-decoration: underline;
}.coreconnect_form .coremessage_list .corequery_help {
    border: none;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    width: 100%;
    overflow: hidden;
    font-size: 15px;
    transition: all 0.3s ease;
    cursor: pointer;
    border-radius: 10px;
    background: rgb(216,195,225);
    color: #ffffff;
    padding: 1rem;
}.coreconnect_form .coremessage_list .corequery_help::before {
    transition: all 0.5s ease;
    transform: rotate(-45deg);
    width: 200%;
    background: linear-gradient(
        135deg, 
        transparent, 
        rgb(216,195,225,0.5), 
        transparent
    );
    height: 200%;
    position: absolute;
    top: -50%;
    content: '';
    left: -50%;
    opacity: 0;
}.coreconnect_form .coremessage_list .corequery_help:hover::before {
    opacity: 1;
}.coreconnect_form .coremessage_list .corequery_help:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgb(216,195,225,0.5);
}

@media screen and (max-width: 1200px) {.coreconnect_form .coreimage_header {
    margin-left: -3%;
}
}

@media screen and (max-width: 1024px) {.coreconnect_form .corehelp_block {
    flex-direction: column;
}.coreconnect_form .coreimage_header {
    transform: none;
    margin-left: 0;
    min-height: 300px;
    flex: 0 0 100%;
}.coreconnect_form .coreimage_header::before {
    width: 100%;
    transform: none;
}.coreconnect_form .coremessage_list {
    padding: 3rem 2rem;
    flex: 0 0 100%;
}
}

@media screen and (max-width: 768px) {.coreconnect_form {
    padding: 3rem 0;
}.coreconnect_form h2 {
    margin-bottom: 1.5rem;
    font-size: calc(45px * 0.8);
    padding-left: 1.5rem;
}.coreconnect_form h2::before {
    height: 0.8rem;
    width: 0.8rem;
}.coreconnect_form .coremessage_list h3 {
    font-size: calc(34px * 0.9);
    margin-bottom: 1.5rem;
}.coreconnect_form .coremessage_list input:not([type="checkbox"]):not([type="submit"]) {
    padding: 0.8rem 1.2rem;
}
}

@media screen and (max-width: 480px) {.coreconnect_form .corehelp_block {
    border-radius: 0;
}.coreconnect_form .coremessage_list {
    padding: 2rem 1.5rem;
}}.corecontact {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 6rem 0;
    background: linear-gradient(120deg, rgb(237,228,242) 0%, rgb(216,195,225,0.5) 40%, rgb(237,228,242) 100%);
}.corecontact::before {
    background: 
        repeating-linear-gradient(0deg, transparent, transparent 5px, rgba(255, 255, 255, 0.03) 5px, rgba(255, 255, 255, 0.03) 10px),
        repeating-linear-gradient(90deg, transparent, transparent 5px, rgba(255, 255, 255, 0.03) 5px, rgba(255, 255, 255, 0.03) 10px);
    inset: 0;
    z-index: -1;
    content: "";
    position: absolute;
}.corecontact::after {
    height: 100%;
    width: 100%;
    top: 0;
    opacity: 0.4;
    background: radial-gradient(circle at 30% 50%, rgb(216,195,225,0.5) 0%, transparent 50%);
    left: 0;
    z-index: -2;
    content: "";
    position: absolute;
    animation: pulseGlow 15s infinite alternate;
}@keyframes pulseGlow {
    0% {
        opacity: 0.2;
        transform: scale(0.8);
    }
    100% {
        opacity: 0.5;
        transform: scale(1.2);
    }
}

.corecontact .container {
    padding: 0 2rem;
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
}.corecontact .container::before {
    z-index: -1;
    height: 400px;
    width: 400px;
    filter: blur(100px);
    content: "";
    border-radius: 50%;
    position: absolute;
    top: -200px;
    right: -200px;
    opacity: 0.1;
    background: rgb(185,158,202,0.5);
}.corecontact .corereach_team {
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr 1fr;
    position: relative;
    display: grid;
    gap: 3rem 2rem;
}.corecontact .coreconnect_team {
    position: relative;
    padding: 2.5rem;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.03);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    overflow: hidden;
}.corecontact .coreconnect_team:nth-child(1) {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}.corecontact .coreconnect_team:nth-child(2) {
    overflow: hidden;
    padding: 0;
    grid-row: 1 / 2;
    aspect-ratio: 16/9;
    border: none;
    position: relative;
    grid-column: 2 / 3;
}.corecontact .coreconnect_team:nth-child(3) {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
}.corecontact .coreconnect_team::before {
    position: absolute;
    opacity: 0;
    left: 0;
    width: 2px;
    transition: opacity 0.3s ease, transform 0.3s ease;
    background: linear-gradient(to bottom, transparent, rgb(216,195,225), transparent);
    content: "";
    height: 100%;
    top: 0;
    transform: scaleY(0.6);
}.corecontact .coreconnect_team:hover::before {
    opacity: 1;
    transform: scaleY(1);
}.corecontact .coreconnect_team:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px) translateX(5px);
}.corecontact .coreconnect_team h2 {
    color: #ffffff;
    font-weight: 700;
    font-size: 38px;
    position: relative;
    display: inline-block;
    margin-bottom: 2rem;
}.corecontact .coreconnect_team h2::after {
    position: absolute;
    background: rgb(216,195,225);
    left: 0;
    height: 3px;
    content: "";
    width: 40px;
    bottom: -10px;
    transition: width 0.3s ease;
}.corecontact .coreconnect_team:hover h2::after {
    width: 100%;
}.corecontact .coretalk_experts {
    font-size: calc(17px * 1.3);
    margin-bottom: 1.5rem;
    color: rgb(185,158,202);
    padding-left: 15px;
    font-weight: 600;
    position: relative;
}.corecontact .coretalk_experts::before {
    content: "";
    border-radius: 50%;
    left: 0;
    background: rgb(216,195,225);
    top: 50%;
    height: 8px;
    width: 8px;
    transform: translateY(-50%);
    position: absolute;
}.corecontact .corequick_reach {
    line-height: 1.8;
    font-size: 17px;
    color: #000000;
    position: relative;
    max-width: 90%;
    margin-bottom: 2.5rem;
}.corecontact .coreconnect_team p {
    display: flex;
    align-items: center;
    font-size: 17px;
    margin-bottom: 1.5rem;
    color: #000000;
}.corecontact .coreconnect_team p span {
    margin-left: 0.5rem;
    position: relative;
    transition: color 0.3s ease;
    color: #ffffff;
    padding-bottom: 2px;
    font-weight: 600;
}.corecontact .coreconnect_team p span::after {
    bottom: 0;
    background: rgb(216,195,225);
    transition: width 0.3s ease;
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    left: 0;
}.corecontact .coreconnect_team p:hover span::after {
    width: 100%;
}.corecontact .corereach_out {
    border-left: 3px solid rgb(185,158,202);
    padding: 1.5rem;
    background: rgba(0, 0, 0, 0.1);
    position: relative;
    border-radius: 10px;
    margin-top: 2.5rem;
}.corecontact .corereach_out::before {
    background: linear-gradient(to right, transparent, rgb(185,158,202,0.5));
    top: 0;
    position: absolute;
    content: "";
    width: 30%;
    right: 0;
    height: 1px;
}.corecontact .corereach_out::after {
    bottom: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(to right, rgb(185,158,202,0.5), transparent);
    content: "";
    height: 1px;
    width: 30%;
}.corecontact .corereach_out h3 {
    display: flex;
    font-size: 19px;
    margin-bottom: 1.2rem;
    align-items: center;
    font-weight: 600;
    color: rgb(185,158,202);
}.corecontact .corereach_out h3::before {
    margin-right: 8px;
    display: inline-block;
    background: 
        linear-gradient(45deg, rgb(216,195,225) 0%, rgb(216,195,225) 40%, transparent 40%),
        linear-gradient(-45deg, rgb(185,158,202) 0%, rgb(185,158,202) 40%, transparent 40%);
    height: 18px;
    border-radius: 50%;
    width: 18px;
    content: "";
}.corecontact .corerequest_team {
    flex-wrap: wrap;
    gap: 0.8rem;
    display: flex;
}.corecontact .corerequest_team span {
    padding: 0.6rem 1rem;
    border-radius: 10px;
    color: #000000;
    transition: all 0.3s ease;
    overflow: hidden;
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    font-size: calc(17px * 0.85);
}.corecontact .corerequest_team span::before {
    left: 0;
    width: 100%;
    z-index: -1;
    background: rgb(216,195,225);
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s ease;
    content: "";
    top: 0;
    position: absolute;
}.corecontact .corerequest_team span:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    transform: translateY(-3px);
}.corecontact .corerequest_team span:hover::before {
    opacity: 0.1;
}.corecontact .coreconnect_team .coreimage_header {
    height: 100%;
    position: relative;
    border-radius: 12px;
    width: 100%;
    overflow: hidden;
}.corecontact .coreconnect_team .coreimage_header::after {
    background: 
        linear-gradient(135deg, rgb(216,195,225,0.5) 0%, transparent 100%),
        linear-gradient(45deg, transparent 70%, rgb(185,158,202,0.5) 100%);
    position: absolute;
    height: 100%;
    left: 0;
    mix-blend-mode: overlay;
    width: 100%;
    top: 0;
    z-index: 1;
    content: "";
}.corecontact .coreconnect_team .coreimage_header::before {
    position: absolute;
    width: 100%;
    z-index: 2;
    bottom: 0;
    height: 50%;
    left: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
    content: "";
}.corecontact .corereach_experts {
    height: 100%;
    grid-template-columns: repeat(3, 1fr);
    align-content: center;
    gap: 1rem;
    display: grid;
}.corecontact .corereach_experts a {
    background: rgba(0, 0, 0, 0.15);
    padding: 1.2rem;
    border-radius: 10px;
    transition: all 0.4s ease;
    position: relative;
    align-items: center;
    overflow: hidden;
    grid-column: span 3;
    display: flex;
    text-decoration: none;
}.corecontact .corereach_experts a::before {
    left: 0;
    background: rgb(216,195,225);
    width: 3px;
    top: 0;
    height: 100%;
    position: absolute;
    transition: width 0.3s ease;
    content: "";
}.corecontact .corereach_experts a::after {
    z-index: -1;
    content: "";
    height: 100%;
    width: 100%;
    opacity: 0;
    background: rgb(216,195,225);
    top: 0;
    position: absolute;
    transition: opacity 0.3s ease;
    left: 0;
}.corecontact .corereach_experts a:hover {
    transform: translateX(5px);
}.corecontact .corereach_experts a:hover::before {
    width: 6px;
}.corecontact .corereach_experts a:hover::after {
    opacity: 0.05;
}.corecontact .corereach_experts a span {
    font-size: calc(17px * 0.9);
    margin-right: 2rem;
    display: inline-block;
    width: 80px;
    font-weight: 600;
    color: rgb(185,158,202);
}.corecontact .corereach_experts a p {
    transition: transform 0.3s ease;
    font-size: 17px;
    flex-grow: 1;
    margin: 0;
    color: #ffffff;
}.corecontact .corereach_experts a:hover p {
    transform: translateX(5px);
}.corecontact svg {
    margin-right: 1rem;
    transition: all 0.3s ease;
    height: 22px;
    width: 22px;
}.corecontact svg path {
    fill: rgb(185,158,202);
    transition: fill 0.3s ease;
}.corecontact .corereach_experts a:hover svg {
    transform: scale(1.1) rotate(5deg);
}.corecontact .corereach_experts a:hover svg path {
    fill: rgb(216,195,225);
}

@media (max-width: 1024px) {.corecontact .corereach_team {
    grid-template-columns: 1fr;
    gap: 2rem;
    grid-template-rows: auto auto auto;
}.corecontact .coreconnect_team:nth-child(1) {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
}.corecontact .coreconnect_team:nth-child(2) {
    grid-row: 2 / 3;
    aspect-ratio: 21/9;
    grid-column: 1 / 2;
}.corecontact .coreconnect_team:nth-child(3) {
    grid-row: 3 / 4;
    grid-column: 1 / 2;
}.corecontact .corereach_experts {
    grid-template-columns: repeat(2, 1fr);
}.corecontact .corereach_experts a {
    grid-column: span 1;
}.corecontact .corereach_experts a:last-child {
    grid-column: span 2;
}
}

@media (max-width: 768px) {.corecontact {
    padding: 4rem 0;
}.corecontact .corereach_team {
    gap: 1.5rem;
}.corecontact .coreconnect_team {
    padding: 2rem;
}.corecontact .coreconnect_team:nth-child(2) {
    aspect-ratio: 16/9;
}.corecontact .corereach_experts {
    grid-template-columns: 1fr;
}.corecontact .corereach_experts a {
    grid-column: span 1;
}.corecontact .corereach_experts a:last-child {
    grid-column: span 1;
}.corecontact .corerequest_team {
    gap: 0.6rem;
}.corecontact .corerequest_team span {
    padding: 0.5rem 0.8rem;
}
}

@media (max-width: 480px) {.corecontact {
    padding: 3rem 0;
}.corecontact .corereach_team {
    gap: 1.2rem;
}.corecontact .coreconnect_team {
    padding: 1.5rem;
}.corecontact .coreconnect_team h2 {
    font-size: calc(38px * 0.9);
    margin-bottom: 1.5rem;
}.corecontact .coretalk_experts {
    font-size: 17px;
}.corecontact .corequick_reach {
    margin-bottom: 1.5rem;
}.corecontact .corereach_out {
    margin-top: 1.5rem;
    padding: 1rem;
}.corecontact .corereach_experts a {
    padding: 1rem;
}.corecontact .corereach_experts a span {
    margin-right: 1rem;
    width: 60px;
}}

.corecontact .container::after {
    left: -100px;
    position: absolute;
    width: 200px;
    border-radius: 50%;
    bottom: -100px;
    height: 200px;
    background: 
        radial-gradient(circle at center, rgba(255, 255, 255, 0.1) 0%, transparent 60%),
        repeating-conic-gradient(from 0deg, rgba(255, 255, 255, 0.03) 0deg, rgba(255, 255, 255, 0) 5deg, rgba(255, 255, 255, 0.03) 10deg);
    animation: rotate 30s linear infinite;
    content: "";
    z-index: -1;
}@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}.coretitle_board {
    position: relative;
    display: flex;
    min-height: 100vh;
    background-color: rgb(237,228,242);
    align-items: center;
    justify-content: center;
    perspective: 1000px;
    overflow: hidden;
}.coretitle_board .corelearn_title {
    padding: 2rem;
    z-index: 1;
    position: relative;
    max-width: 1200px;
    width: 100%;
    transform-style: preserve-3d;
}.coretitle_board .coreskill_boost {
    padding: 4rem 2.5rem;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateZ(0) rotateX(1deg);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-left: 4px solid rgb(216,195,225);
}.coretitle_board .corepage_title {
    overflow: hidden;
    position: relative;
    isolation: isolate;
}.coretitle_board .corepage_title::before {
    backdrop-filter: blur(8px);
    position: absolute;
    content: "";
    width: 100%;
    background-color: rgba(rgba(0, 0, 0, 0.5), 0.7);
    top: 0;
    height: 100%;
    left: 0;
    z-index: -1;
}.coretitle_board .corepage_title::after {
    width: 100%;
    height: 5px;
    content: "";
    animation: slide-in 1.5s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.5s;
    position: absolute;
    background: linear-gradient(90deg, 
    rgb(216,195,225) 0%, 
    rgb(185,158,202) 50%, 
    rgb(216,195,225) 100%);
    left: 0;
    bottom: 0;
    transform: translateX(-100%);
}.coretitle_board .corepage_title span {
    margin-bottom: 1.5rem;
    position: relative;
    overflow: hidden;
    display: block;
}.coretitle_board .corepage_title span::before {
    width: 4px;
    height: 100%;
    top: 0;
    transform: skewX(-15deg);
    left: -10px;
    background-color: rgb(185,158,202);
    position: absolute;
    content: "";
}.coretitle_board .corepage_title h3 {
    padding-left: 20px;
    font-family: Arial, sans-serif;
    line-height: 1.4;
    color: #ffffff;
    transform: translateY(100%);
    margin: 0;
    animation: slide-up 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.3s;
    font-weight: 400;
    letter-spacing: 0.5px;
    font-size: calc(21px * 0.9);
}.coretitle_board .corepage_title h1 {
    font-weight: 700;
    color: #ffffff;
    position: relative;
    opacity: 0;
    animation: fade-up 1s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.6s;
    transform: translateY(30px);
    margin: 0 0 2rem;
    font-size: 39px;
    font-family: Arial, sans-serif;
    line-height: 1.2;
}.coretitle_board .corepage_title h1::after {
    left: 0;
    background-color: rgb(216,195,225);
    animation: scale-in 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards 1.2s;
    content: "";
    transform-origin: left center;
    height: 3px;
    position: absolute;
    width: 80px;
    transform: scaleX(0);
    bottom: -15px;
}.coretitle_board .corepage_title div {
    padding-left: 2rem;
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    margin-top: 2.5rem;
}.coretitle_board .corepage_title div div {
    transform: none;
    padding-left: 0;
    position: relative;
    margin-top: 0;
}.coretitle_board .corepage_title div::before {
    transform: scaleY(0);
    height: 100%;
    animation: scale-down 0.6s cubic-bezier(0.19, 1, 0.22, 1) forwards 1s;
    top: 0;
    left: 0;
    content: "";
    position: absolute;
    background-color: rgb(185,158,202);
    transform-origin: top center;
    width: 3px;
}.coretitle_board .corepage_title p {
    opacity: 0;
    line-height: 1.6;
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-size: calc(17px * 1.1);
    transform: translateX(20px);
    margin: 0;
    animation: fade-in-left 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards 1.4s;
    font-weight: 400;
    max-width: 80%;
}

@keyframes slide-in {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes slide-up {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes fade-up {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes scale-in {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}

@keyframes scale-down {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}

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

@media (min-width: 992px) {.coretitle_board .corelearn_title {
    padding: 4rem;
}.coretitle_board .coreskill_boost {
    padding: 5rem 4rem;
    transform: translateZ(0) rotateX(2deg);
    border-left: 6px solid rgb(216,195,225);
}.coretitle_board .corepage_title h1 {
    font-size: calc(39px * 1.2);
    margin-bottom: 2.5rem;
}.coretitle_board .corepage_title h3 {
    font-size: 21px;
}.coretitle_board .corepage_title p {
    font-size: calc(17px * 1.2);
    max-width: 70%;
}.coretitle_board .corepage_title div {
    padding-left: 3rem;
}.coretitle_board .corepage_title h1::after {
    width: 100px;
}
}

@media (max-width: 768px) {.coretitle_board {
    min-height: 80vh;
}.coretitle_board .corelearn_title {
    padding: 1.5rem;
}.coretitle_board .coreskill_boost {
    padding: 3rem 1.5rem;
    border-left: 3px solid rgb(216,195,225);
}.coretitle_board .corepage_title h1 {
    font-size: calc(39px * 0.9);
    margin-bottom: 1.5rem;
}.coretitle_board .corepage_title h3 {
    padding-left: 15px;
    font-size: calc(21px * 0.8);
}.coretitle_board .corepage_title p {
    max-width: 100%;
}
}

@media (max-width: 576px) {.coretitle_board {
    min-height: 70vh;
}.coretitle_board .coreskill_boost {
    padding: 2.5rem 1.25rem;
}.coretitle_board .corepage_title h1 {
    font-size: calc(39px * 0.8);
    margin-bottom: 1.25rem;
}.coretitle_board .corepage_title span {
    margin-bottom: 1rem;
}.coretitle_board .corepage_title div {
    margin-top: 1.5rem;
    padding-left: 1.25rem;
}.coretitle_board .corepage_title h1::after {
    bottom: -10px;
    width: 60px;
}}.coreaspiring_learners {
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
    background-color: rgb(237,228,242);
}.coreaspiring_learners::before {
    z-index: 1;
    content: '';
    background: 
        radial-gradient(circle at 20% 20%, #ffffff 0%, transparent 25%),
        radial-gradient(circle at 80% 80%, rgb(185,158,202,0.5) 0%, transparent 30%),
        radial-gradient(circle at 50% 50%, rgb(216,195,225,0.5) 0%, transparent 40%);
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.2;
    position: absolute;
    width: 100%;
}.coreaspiring_learners::after {
    content: '';
    position: absolute;
    top: 0;
    background: linear-gradient(135deg, #ffffff 0%, transparent 100%);
    height: 100%;
    left: 0;
    width: 100%;
    z-index: 1;
    opacity: 0.1;
}.coreaspiring_learners .corepro_program {
    padding: 0 2rem;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    position: relative;
}.coreaspiring_learners h3 {
    font-weight: 300;
    text-align: center;
    margin-bottom: 4rem;
    font-size: 41px;
    position: relative;
    letter-spacing: 2px;
    color: rgb(216,195,225);
}.coreaspiring_learners h3::after {
    transform: translateX(-50%);
    height: 3px;
    width: 80px;
    position: absolute;
    left: 50%;
    border-radius: 50px;
    opacity: 0.8;
    background: linear-gradient(90deg, transparent, rgb(216,195,225), transparent);
    bottom: -15px;
    content: '';
}.coreaspiring_learners ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 2.5rem;
}.coreaspiring_learners li {
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    align-items: center;
    overflow: hidden;
    backdrop-filter: blur(10px);
    padding: 2.5rem 2rem;
    display: flex;
    text-align: center;
    border-radius: 29px;
    flex-direction: column;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.05),
        0 5px 15px rgba(0, 0, 0, 0.02);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}.coreaspiring_learners li::before {
    transition: opacity 0.5s ease;
    background: 
        radial-gradient(circle at 90% 10%, rgb(216,195,225,0.5) 0%, transparent 30%),
        radial-gradient(circle at 10% 90%, rgb(185,158,202,0.5) 0%, transparent 30%);
    top: 0;
    z-index: -1;
    height: 100%;
    left: 0;
    position: absolute;
    opacity: 0.1;
    content: '';
    width: 100%;
}.coreaspiring_learners li::after {
    left: -50%;
    height: 200%;
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.8) 0%, transparent 60%);
    width: 200%;
    z-index: -1;
    position: absolute;
    opacity: 0;
    transition: all 0.5s ease;
    content: '';
    top: -50%;
    transform: scale(0.8);
}.coreaspiring_learners li:hover {
    border-color: rgb(216,195,225,0.5);
    transform: translateY(-10px);
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.1),
        0 10px 25px rgba(0, 0, 0, 0.05);
}.coreaspiring_learners li:hover::before {
    opacity: 0.2;
}.coreaspiring_learners li:hover::after {
    opacity: 0.1;
    transform: scale(1);
}.coreaspiring_learners li svg {
    height: 70px;
    filter: drop-shadow(0 3px 6px rgb(185,158,202,0.5));
    transition: all 0.5s ease;
    width: 70px;
    margin-bottom: 1.5rem;
    fill: rgb(185,158,202);
    animation: float 8s ease-in-out infinite;
}.coreaspiring_learners li:hover svg {
    fill: rgb(216,195,225);
    transform: translateY(-5px);
    filter: drop-shadow(0 8px 15px rgb(216,195,225,0.5));
}.coreaspiring_learners li svg path {
    transition: all 0.5s ease;
}.coreaspiring_learners li:hover svg path {
    fill: rgb(216,195,225);
}.coreaspiring_learners li {
    font-weight: 300;
    margin-top: 1rem;
    color: #000000;
    font-size: calc(12px * 1.1);
    line-height: 1.7;
}.coreaspiring_learners li:nth-child(1) {
    animation-delay: 0s;
}.coreaspiring_learners li:nth-child(2) {
    animation-delay: 0.3s;
}.coreaspiring_learners li:nth-child(3) {
    animation-delay: 0.6s;
}.coreaspiring_learners li:nth-child(4) {
    animation-delay: 0.9s;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.7;
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(1.05);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 991px) {.coreaspiring_learners {
    padding: 5rem 0;
}.coreaspiring_learners h3 {
    font-size: calc(41px * 0.8);
    margin-bottom: 3rem;
}.coreaspiring_learners ul {
    gap: 2rem;
}.coreaspiring_learners li {
    padding: 2rem 1.5rem;
}.coreaspiring_learners li svg {
    height: 60px;
    width: 60px;
    margin-bottom: 1.2rem;
}
}

@media (max-width: 767px) {.coreaspiring_learners {
    padding: 4rem 0;
}.coreaspiring_learners h3 {
    font-size: calc(41px * 0.7);
    margin-bottom: 2.5rem;
    letter-spacing: 1px;
}.coreaspiring_learners ul {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.coreaspiring_learners li {
    padding: 1.8rem 1.2rem;
}.coreaspiring_learners li svg {
    width: 50px;
    margin-bottom: 1rem;
    height: 50px;
}}.corecookie_modal_message {
    position: fixed;
    background: #ffffff;
    left: 50%;
    bottom: 20px;
    max-width: 500px;
    width: 90%;
    font-family: Arial, sans-serif;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    border-radius: 23px;
    transform: translateX(-50%);
    z-index: 1050;
}.coreprivacy_ctrl {
    align-items: center;
    flex-direction: column;
    padding: 20px;
    display: flex;
}.corelearn_consent {
    margin-bottom: 20px;
}.corelearn_consent svg, .corelearn_consent svg path, .corelearn_consent img {
    width: 60px;
    fill: rgb(216,195,225);
    height: 60px;
}.corecookie_modal_message h5 {
    color: rgb(216,195,225);
    font-size: 22px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 700;
}.corecookie_modal_message p {
    margin-bottom: 20px;
    color: #000000;
    font-size: 17px;
    text-align: center;
}.coredata_agree {
    border-radius: 10px;
    background: rgb(216,195,225);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    transition: background 0.3s ease-in-out;
    text-align: center;
    font-size: 19px;
    color: #ffffff;
    padding: 10px 20px;
    margin: 5px;
    display: inline-block;
    text-decoration: none;
    width: calc(50% - 10px);
}.coredata_agree:hover {
    background: rgb(185,158,202);
}.cookie_button.corecookie_all {
    background: rgb(185,158,202);
}.cookie_button.corecookie_all:hover {
    background: rgb(185,158,202,0.5);
}.corecookie_modal_message p a {
    text-decoration: none;
    color: rgb(216,195,225);
    transition: color 0.3s ease-in-out;
}.corecookie_modal_message p a:hover {
    color: rgb(185,158,202);
}#corecookieBannerMessage {
    display: none;
}#corecookieBannerMessage:checked ~ .corecookie_modal_message {
    visibility: hidden;
    opacity: 0;
}.corecompany_info {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    color: #ffffff;
}.corecompany_info::before {
    left: 0;
    content: "";
    position: absolute;
    z-index: 1;
    height: 100%;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.9) 0%, 
        rgba(0, 0, 0, 0.85) 25%,
        rgba(0, 0, 0, 0.75) 50%,
        rgba(0, 0, 0, 0.65) 100%);
    width: 100%;
    top: 0;
}.corecompany_info::after {
    opacity: 0.15;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    width: 60%;
    position: absolute;
    background: rgb(216,195,225);
    animation: floatBlob 20s infinite alternate ease-in-out;
    top: -10%;
    content: "";
    height: 60%;
    z-index: 0;
    filter: blur(40px);
    right: -10%;
}.corecompany_info .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
    z-index: 2;
    position: relative;
}.corecompany_info .coremessage_wrap {
    transform: translateX(0);
    max-width: 840px;
    position: relative;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}.corecompany_info h1 {
    position: relative;
    font-weight: 700;
    transform: translateY(0);
    display: inline-block;
    transition: all 0.5s ease-out;
    margin-bottom: 50px;
    opacity: 1;
    color: #ffffff;
    font-size: 46px;
}.corecompany_info h1::after {
    height: 4px;
    width: 80px;
    background: linear-gradient(90deg, rgb(216,195,225) 0%, rgb(185,158,202) 100%);
    animation: expandLine 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    transform-origin: left;
    position: absolute;
    left: 0;
    content: "";
    bottom: -15px;
}.corecompany_info ul {
    margin: 0;
    padding: 0;
    list-style: none;
}.corecompany_info li {
    margin-bottom: 20px;
}.corecompany_info h4 {
    transition: transform 0.4s ease;
    letter-spacing: 0.5px;
    color: rgb(185,158,202);
    margin: 0 0 15px 0;
    position: relative;
    display: inline-block;
    font-weight: 600;
    transform: translateX(0);
    font-size: calc(31px - 2px);
}.corecompany_info h4::before {
    width: 0;
    left: 0;
    transition: width 0.4s ease;
    background: rgb(185,158,202);
    content: "";
    height: 2px;
    position: absolute;
    bottom: -5px;
}.corecompany_info h4:hover {
    transform: translateX(5px);
}.corecompany_info h4:hover::before {
    width: 100%;
}.corecompany_info span {
    padding: 30px;
    transform: translateY(0);
    transition: all 0.4s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    color: rgba(255, 255, 255, 0.9);
    font-size: 12px;
    background: linear-gradient(90deg, 
        rgba(0, 0, 0, 0.4) 0%, 
        rgba(0, 0, 0, 0.3) 100%);
    border-left: 3px solid rgb(216,195,225);
    position: relative;
    line-height: 1.7;
    display: block;
}.corecompany_info span:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}.corecompany_info span::first-letter {
    line-height: 1;
    font-weight: 700;
    float: left;
    color: rgb(216,195,225);
    font-size: 2.5em;
    margin-right: 8px;
}

@keyframes expandLine {
    0% {
        width: 0;
    }
    100% {
        width: 80px;
    }
}

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

@media (max-width: 992px) {.corecompany_info {
    padding: 90px 0;
}.corecompany_info h1 {
    font-size: calc(46px - 6px);
    margin-bottom: 40px;
}.corecompany_info h4 {
    font-size: calc(31px - 4px);
}.corecompany_info span {
    font-size: calc(12px - 1px);
    padding: 25px;
}
}

@media (max-width: 768px) {.corecompany_info {
    padding: 70px 0;
}.corecompany_info .container {
    padding: 0 20px;
}.corecompany_info h1 {
    font-size: calc(46px - 10px);
    margin-bottom: 35px;
}.corecompany_info h4 {
    font-size: calc(31px - 6px);
}.corecompany_info span {
    padding: 20px;
    line-height: 1.6;
}.corecompany_info span::first-letter {
    font-size: 2em;
}.corecompany_info::after {
    height: 50%;
    width: 80%;
}
}

@media (max-width: 576px) {.corecompany_info {
    padding: 50px 0;
}.corecompany_info .container {
    padding: 0 15px;
}.corecompany_info h1 {
    margin-bottom: 30px;
    font-size: calc(46px - 14px);
}.corecompany_info h1::after {
    bottom: -10px;
    height: 3px;
}.corecompany_info h4 {
    font-size: calc(31px - 8px);
    margin-bottom: 10px;
}.corecompany_info span {
    line-height: 1.5;
    padding: 15px;
    font-size: calc(12px - 2px);
}.corecompany_info span::first-letter {
    font-size: 1.8em;
    margin-right: 5px;
}}.coreprivacy_hideout {
    position: relative;
    padding: 60px 0;
    background: linear-gradient(135deg, rgb(237,228,242) 0%, rgba(rgb(185,158,202,0.5), 0.05) 100%);
    overflow: hidden;
}.coreprivacy_hideout::before {
    content: "";
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(216,195,225,0.5), 0.05) 0%, transparent 60%),
        radial-gradient(circle at 80% 70%, rgba(rgb(185,158,202,0.5), 0.07) 0%, transparent 60%);
    position: absolute;
    left: 0;
    width: 100%;
    pointer-events: none;
    top: 0;
    height: 100%;
}.coreprivacy_hideout::after {
    z-index: 0;
    background: linear-gradient(225deg, rgba(rgb(216,195,225,0.5), 0.03), rgba(rgb(185,158,202,0.5), 0.03));
    content: "";
    right: -5%;
    width: 300px;
    height: 300px;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    animation: float 15s ease-in-out infinite alternate;
    position: absolute;
    top: -10%;
}.coreprivacy_hideout .container {
    z-index: 1;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1140px;
    position: relative;
}.coreprivacy_hideout h1 {
    font-family: Arial, sans-serif;
    padding-bottom: 20px;
    margin-bottom: 35px;
    font-size: 47px;
    color: #000000;
    font-weight: 700;
    transform: translateZ(0);
    position: relative;
}.coreprivacy_hideout h1::after {
    background: linear-gradient(90deg, rgb(216,195,225) 0%, rgb(185,158,202) 100%);
    content: "";
    left: 0;
    width: 80px;
    transition: width 0.3s ease-out;
    transform-origin: left;
    position: absolute;
    height: 4px;
    bottom: 0;
}.coreprivacy_hideout h2 {
    color: #000000;
    padding-left: 15px;
    font-weight: 600;
    font-family: Arial, sans-serif;
    font-size: 33px;
    position: relative;
    margin: 40px 0 20px;
}.coreprivacy_hideout h2::before {
    border-radius: 2px;
    content: "";
    background: rgb(216,195,225);
    width: 5px;
    top: 50%;
    position: absolute;
    left: 0;
    transform: translateY(-50%);
    height: 70%;
}.coreprivacy_hideout h3 {
    position: relative;
    font-family: Arial, sans-serif;
    font-size: calc(33px * 0.85);
    font-weight: 600;
    margin: 35px 0 18px;
    color: #000000;
    padding-left: 12px;
}.coreprivacy_hideout h3::before {
    content: "";
    position: absolute;
    height: 65%;
    width: 4px;
    left: 0;
    top: 50%;
    border-radius: 2px;
    background: rgb(185,158,202);
    transform: translateY(-50%);
}.coreprivacy_hideout h4 {
    font-family: Arial, sans-serif;
    font-size: calc(33px * 0.75);
    position: relative;
    padding-left: 10px;
    font-weight: 600;
    color: #000000;
    margin: 30px 0 15px;
}.coreprivacy_hideout h4::before {
    height: 60%;
    top: 50%;
    left: 0;
    background: rgba(rgb(216,195,225,0.5), 0.7);
    width: 3px;
    content: "";
    transform: translateY(-50%);
    position: absolute;
    border-radius: 2px;
}.coreprivacy_hideout p {
    line-height: 1.75;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 14px;
    position: relative;
    font-weight: 400;
    max-width: 100%;
    margin-bottom: 20px;
}.coreprivacy_hideout span {
    color: #000000;
    font-family: Arial, sans-serif;
    line-height: 1.75;
    font-size: 14px;
    display: block;
    font-weight: 400;
    margin-bottom: 20px;
}.coreprivacy_hideout ul {
    list-style: none;
    padding: 0;
    margin: 25px 0;
    position: relative;
}.coreprivacy_hideout li {
    color: #000000;
    font-family: Arial, sans-serif;
    position: relative;
    line-height: 1.65;
    padding-left: 30px;
    font-size: 14px;
    transition: transform 0.3s ease;
    margin-bottom: 15px;
}.coreprivacy_hideout li::before {
    background: #ffffff;
    height: 10px;
    content: "";
    border-radius: 10px;
    position: absolute;
    transition: background-color 0.3s ease;
    transform: rotate(45deg);
    border: 2px solid rgb(216,195,225);
    width: 10px;
    top: 8px;
    left: 0;
}.coreprivacy_hideout li:hover::before {
    background-color: rgb(216,195,225);
}.coreprivacy_hideout strong {
    color: #000000;
    position: relative;
    display: inline-block;
    font-weight: 600;
    padding: 0 2px;
}.coreprivacy_hideout strong::after {
    bottom: 0;
    left: 0;
    position: absolute;
    height: 2px;
    transition: height 0.3s ease;
    width: 100%;
    content: "";
    background: rgba(rgb(216,195,225,0.5), 0.3);
    z-index: -1;
}.coreprivacy_hideout strong:hover::after {
    height: 8px;
}

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

@media screen and (min-width: 992px) {.coreprivacy_hideout {
    padding: 80px 0;
}.coreprivacy_hideout h1 {
    font-size: calc(47px * 1.1);
    margin-bottom: 45px;
}.coreprivacy_hideout h1::after {
    width: 100px;
}.coreprivacy_hideout .container {
    padding: 0 30px;
}.coreprivacy_hideout li {
    padding-left: 35px;
}.coreprivacy_hideout li::before {
    width: 12px;
    height: 12px;
}
}

@media screen and (max-width: 768px) {.coreprivacy_hideout {
    padding: 50px 0;
}.coreprivacy_hideout h1 {
    font-size: calc(47px * 0.9);
    margin-bottom: 30px;
}.coreprivacy_hideout h2 {
    font-size: calc(33px * 0.9);
    margin: 30px 0 15px;
}.coreprivacy_hideout h3 {
    font-size: calc(33px * 0.75);
}.coreprivacy_hideout h4 {
    font-size: calc(33px * 0.65);
}.coreprivacy_hideout p, 
    .coreprivacy_hideout span, 
    .coreprivacy_hideout li {
    line-height: 1.65;
    font-size: calc(14px * 0.95);
}
}

@media screen and (max-width: 576px) {.coreprivacy_hideout {
    padding: 40px 0;
}.coreprivacy_hideout .container {
    padding: 0 15px;
}.coreprivacy_hideout h1 {
    margin-bottom: 25px;
    font-size: calc(47px * 0.8);
    padding-bottom: 15px;
}.coreprivacy_hideout h1::after {
    width: 60px;
    height: 3px;
}.coreprivacy_hideout h2 {
    margin: 25px 0 12px;
    font-size: calc(33px * 0.8);
}.coreprivacy_hideout h3 {
    font-size: calc(33px * 0.7);
}.coreprivacy_hideout h4 {
    font-size: calc(33px * 0.6);
}.coreprivacy_hideout p, 
    .coreprivacy_hideout span, 
    .coreprivacy_hideout li {
    font-size: calc(14px * 0.9);
    margin-bottom: 15px;
    line-height: 1.6;
}.coreprivacy_hideout ul {
    margin: 20px 0;
}.coreprivacy_hideout li {
    margin-bottom: 12px;
    padding-left: 25px;
}.coreprivacy_hideout li::before {
    width: 8px;
    height: 8px;
    top: 7px;
}}.coreacademic_experience {
    padding: 5rem 2rem;
    isolation: isolate;
    background: rgb(237,228,242);
    position: relative;
    overflow: hidden;
}.coreacademic_experience::before {
    right: -5%;
    height: 140%;
    position: absolute;
    content: "";
    top: -20%;
    width: 60%;
    filter: blur(3px);
    z-index: -1;
    background: rgb(216,195,225,0.5);
    transform: rotate(15deg);
}.coreacademic_experience::after {
    bottom: -5%;
    animation: morph 15s linear infinite alternate;
    height: 30%;
    width: 30%;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    position: absolute;
    content: "";
    left: -5%;
    z-index: -1;
    background: rgb(185,158,202,0.5);
}@keyframes morph {
    0% {
        border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    }
    100% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
}

.coreacademic_experience .coretestimonials_pro {
    gap: 0;
    display: grid;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    grid-template-columns: 1fr 1fr;
}.coreacademic_experience .coreimage_header {
    position: relative;
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    transform: translateX(-5%);
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    border-radius: 0;
    z-index: 2;
    height: 450px;
    width: 100%;
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
}.coreacademic_experience .coreimage_header::after {
    height: 100%;
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.5) 0%,
        transparent 50%
    );
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    content: "";
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
}.coreacademic_experience .coretestimonials_pro:hover .coreimage_header {
    filter: contrast(1.1);
    transform: translateX(0) scale(1.02);
}.coreacademic_experience .corework_trajectory {
    display: flex;
    grid-column: 2 / 3;
    transform: translateX(-15%);
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    flex-direction: column;
    justify-content: center;
    z-index: 1;
    padding: 3rem 3rem 3rem 5rem;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.5);
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
    grid-row: 1 / 2;
    background: #ffffff;
}.coreacademic_experience .coretestimonials_pro:hover .corework_trajectory {
    transform: translateX(-10%) translateY(-5px);
    box-shadow: 0 25px 50px -15px rgba(0, 0, 0, 0.5);
}.coreacademic_experience .name {
    color: rgb(216,195,225);
    position: relative;
    margin-bottom: 0.7rem;
    font-size: 32px;
    display: inline-block;
    font-weight: 700;
}.coreacademic_experience .name::before {
    transition: transform 0.4s ease 0.2s;
    z-index: -1;
    top: -10px;
    height: 30px;
    content: "";
    border-radius: 10px;
    transform: rotate(45deg) scale(0);
    width: 30px;
    left: -20px;
    background: rgb(185,158,202,0.5);
    position: absolute;
}.coreacademic_experience .coretestimonials_pro:hover .name::before {
    transform: rotate(45deg) scale(1);
}.coreacademic_experience .corework_trajectory > div:nth-child(2) {
    opacity: 0.9;
    font-weight: 600;
    transition: all 0.5s ease 0.3s;
    color: rgb(185,158,202);
    transform: translateX(-20px);
    margin-bottom: 2rem;
    font-size: 16px;
    opacity: 0;
}.coreacademic_experience .coretestimonials_pro:hover .corework_trajectory > div:nth-child(2) {
    transform: translateX(0);
    opacity: 1;
}.coreacademic_experience .corework_box {
    transition: all 0.5s ease 0.5s;
    transform: translateY(20px);
    font-style: italic;
    opacity: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    position: relative;
    color: #000000;
    padding-top: 20px;
}.coreacademic_experience .coretestimonials_pro:hover .corework_box {
    transform: translateY(0);
    opacity: 1;
}.coreacademic_experience .corework_box::before {
    top: 0;
    position: absolute;
    background: linear-gradient(to right, rgb(216,195,225), transparent);
    content: "";
    left: 0;
    width: 60px;
    height: 3px;
}@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}

.coreacademic_experience .corework_trajectory::after {
    bottom: 20px;
    content: "";
    width: 40px;
    animation: float 4s ease-in-out infinite;
    background: rgb(216,195,225,0.5);
    right: 20px;
    z-index: -1;
    border-radius: 50%;
    position: absolute;
    height: 40px;
}

@media (max-width: 992px) {.coreacademic_experience .coretestimonials_pro {
    gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
}.coreacademic_experience .coreimage_header {
    transform: none;
    height: 300px;
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}.coreacademic_experience .coreimage_header::after {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}.coreacademic_experience .corework_trajectory {
    grid-row: 2 / 3;
    clip-path: none;
    padding: 2rem;
    transform: none;
    grid-column: 1 / 2;
}.coreacademic_experience .coretestimonials_pro:hover .corework_trajectory {
    transform: translateY(-5px);
}}.corethanks_page {
    padding: 6rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(216,195,225,0.5) 0%, rgb(237,228,242) 50%, rgb(185,158,202,0.5) 100%);
    position: relative;
}.corethanks_page::before {
    pointer-events: none;
    width: 100%;
    opacity: 0.6;
    position: absolute;
    left: 0;
    z-index: 1;
    background: 
        radial-gradient(circle at 10% 20%, rgb(216,195,225,0.5) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgb(185,158,202,0.5) 0%, transparent 50%);
    top: 0;
    height: 100%;
    content: "";
}.corethanks_page::after {
    top: -10%;
    transform: rotate(-15deg);
    height: 50%;
    content: "";
    width: 50%;
    position: absolute;
    filter: blur(80px);
    right: -10%;
    animation: float 15s ease-in-out infinite alternate;
    background: rgb(216,195,225,0.5);
    z-index: 0;
}.corethanks_page .container {
    position: relative;
    padding: 0 1.5rem;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
}.corethanks_page .corepro_program {
    padding: 3.5rem;
    display: flex;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 10px 15px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    transform: perspective(1000px) rotateX(2deg);
    flex-direction: column;
    gap: 2.5rem;
    background: rgba(255, 255, 255, 0.85);
    clip-path: polygon(
        0 5%, 
        5% 0, 
        95% 0, 
        100% 5%, 
        100% 95%, 
        95% 100%, 
        5% 100%, 
        0 95%
    );
    transition: transform 0.5s cubic-bezier(0.2, 0.85, 0.4, 1);
    backdrop-filter: blur(10px);
}.corethanks_page .corepro_program:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15), 
                0 15px 20px rgba(0, 0, 0, 0.08),
                0 0 0 1px rgba(255, 255, 255, 0.25) inset;
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.corethanks_page .corepro_program > div:first-child {
    position: relative;
    animation-fill-mode: both;
    animation: slideDown 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    padding-bottom: 1.5rem;
    opacity: 0;
    transform: translateY(-20px);
    border-bottom: 2px solid rgb(216,195,225,0.5);
}.corethanks_page .corepro_program > div:first-child::after {
    height: 2px;
    position: absolute;
    width: 35%;
    left: 0;
    content: "";
    animation: expandWidth 1.5s cubic-bezier(0.25, 1, 0.5, 1) 0.5s forwards;
    bottom: -2px;
    background: rgb(216,195,225);
}.corethanks_page h5 {
    position: relative;
    margin: 0;
    color: #000000;
    display: inline-block;
    line-height: 1.4;
    font-weight: 700;
    font-size: 24px;
}.corethanks_page h5::before {
    content: "";
    left: -1.5rem;
    opacity: 0;
    animation: fadeIn 0.5s ease 1.2s forwards;
    top: 50%;
    width: 0.5rem;
    height: 80%;
    background: rgb(216,195,225);
    transform: translateY(-50%);
    position: absolute;
}.corethanks_page .corepro_program > div:last-child {
    animation-fill-mode: both;
    transform: translateY(20px);
    opacity: 0;
    animation: slideUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.3s forwards;
}.corethanks_page a {
    border-radius: 10px;
    position: relative;
    display: block;
    overflow: hidden;
    background: linear-gradient(to right, 
                rgba(#ffffff, 0.4) 0%, 
                rgba(#ffffff, 0.8) 50%, 
                rgba(#ffffff, 0.4) 100%);
    transition: all 0.4s cubic-bezier(0.2, 0.85, 0.4, 1);
    padding: 1rem 1.5rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    text-decoration: none;
}.corethanks_page a::before {
    top: 0;
    position: absolute;
    content: "";
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    left: -100%;
    transition: left 0.7s cubic-bezier(0.25, 1, 0.5, 1);
    height: 100%;
    width: 100%;
}.corethanks_page a:hover::before {
    left: 100%;
}.corethanks_page a:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}.corethanks_page p {
    margin: 0;
    z-index: 1;
    font-size: 17px;
    line-height: 1.8;
    position: relative;
    color: #000000;
}

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

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

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

@keyframes expandWidth {
    from {
        width: 0;
    }
    to {
        width: 35%;
    }
}

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

@media (max-width: 992px) {.corethanks_page {
    padding: 5rem 0;
}.corethanks_page .corepro_program {
    padding: 2.5rem;
    gap: 2rem;
}.corethanks_page h5 {
    font-size: calc(24px * 0.9);
}
}

@media (max-width: 768px) {.corethanks_page {
    padding: 4rem 0;
}.corethanks_page .corepro_program {
    padding: 2rem;
    gap: 1.8rem;
    clip-path: polygon(
            0 3%, 
            3% 0, 
            97% 0, 
            100% 3%, 
            100% 97%, 
            97% 100%, 
            3% 100%, 
            0 97%
        );
}.corethanks_page h5 {
    font-size: calc(24px * 0.85);
}.corethanks_page p {
    font-size: calc(17px * 0.95);
}
}

@media (max-width: 576px) {.corethanks_page {
    padding: 3rem 0;
}.corethanks_page .corepro_program {
    padding: 1.5rem;
    transform: perspective(1000px) rotateX(1deg);
    gap: 1.5rem;
}.corethanks_page h5 {
    font-size: calc(24px * 0.8);
}.corethanks_page h5::before {
    width: 0.3rem;
    left: -1rem;
}.corethanks_page a {
    padding: 0.8rem 1rem;
}.corethanks_page p {
    font-size: calc(17px * 0.9);
    line-height: 1.6;
}}.corestart_now {
    z-index: 1;
    padding: 4rem 2rem;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    background: linear-gradient(135deg, rgb(216,195,225) 0%, rgb(185,158,202) 100%);
    overflow: hidden;
}.corestart_now::before {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 15px,
        transparent 15px,
        transparent 30px
    );
    left: 0;
    content: "";
    z-index: -1;
}.corestart_now::after {
    z-index: -1;
    border-radius: 50%;
    right: -100px;
    position: absolute;
    height: 300px;
    filter: blur(20px);
    width: 300px;
    top: -150px;
    opacity: 0.6;
    background: radial-gradient(circle, rgb(216,195,225,0.5) 0%, transparent 70%);
    content: "";
    animation: float 15s infinite ease-in-out;
}.corestart_now .container {
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    align-items: center;
}.corestart_now h6 {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    line-height: 1.4;
    font-size: clamp(1.25rem, 2vw + 0.5rem, 2rem);
    text-align: center;
    margin: 0;
    color: #ffffff;
    transform: perspective(1000px) translateZ(10px);
    font-weight: 600;
    letter-spacing: 0.02em;
    max-width: 85%;
}.corestart_now div div {
    display: flex;
    justify-content: center;
    perspective: 1000px;
}.corestart_now div span {
    display: inline-block;
    transform-style: preserve-3d;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
}.corestart_now .corequery_help {
    min-width: 200px;
    background-color: #ffffff;
    display: inline-flex;
    align-items: center;
    transform: translateZ(0);
    position: relative;
    border: none;
    font-weight: 700;
    padding: 1rem 2rem;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    overflow: hidden;
    outline: none;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
    font-size: 16px;
    color: rgb(216,195,225);
    cursor: pointer;
    justify-content: center;
}.corestart_now .corequery_help::before {
    background: linear-gradient(
        45deg,
        transparent 20%,
        rgba(255, 255, 255, 0.2) 40%,
        rgba(255, 255, 255, 0.5) 50%,
        rgba(255, 255, 255, 0.2) 60%,
        transparent 80%
    );
    left: 0;
    transition: transform 0.7s ease;
    position: absolute;
    content: "";
    transform: translateX(-100%) skewX(-15deg);
    height: 100%;
    top: 0;
    width: 100%;
}.corestart_now .corequery_help span {
    z-index: 2;
    position: relative;
    transition: transform 0.3s ease;
}.corestart_now .corequery_help:hover {
    transform: translateY(-5px) scale(1.03);
    background-color: #ffffff;
    color: rgb(185,158,202);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15), 0 10px 10px rgba(0, 0, 0, 0.1);
}.corestart_now .corequery_help:hover::before {
    transform: translateX(100%) skewX(-15deg);
}.corestart_now .corequery_help:hover span {
    transform: translateX(5px);
}.corestart_now .corequery_help:active {
    transform: translateY(-2px) scale(0.98);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(30px) scale(1.1);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.8;
    }
}

@media (max-width: 768px) {.corestart_now {
    padding: 3rem 1.5rem;
}.corestart_now h6 {
    max-width: 100%;
    font-size: clamp(1rem, 4vw, 1.5rem);
}.corestart_now .corequery_help {
    min-width: 180px;
    padding: 0.875rem 1.5rem;
}
}

@media (max-width: 480px) {.corestart_now {
    padding: 2.5rem 1rem;
}.corestart_now .container {
    gap: 1.5rem;
}.corestart_now h6 {
    line-height: 1.5;
    font-size: clamp(0.875rem, 3.5vw, 1.25rem);
}.corestart_now .corequery_help {
    padding: 0.75rem 1.25rem;
    min-width: 160px;
}.corestart_now::after {
    width: 200px;
    height: 200px;
}
}

@media (min-width: 1200px) {.corestart_now {
    padding: 5rem 2rem;
}.corestart_now h6 {
    max-width: 70%;
}.corestart_now .corequery_help {
    min-width: 220px;
    padding: 1.125rem 2.25rem;
}
}

@media (prefers-reduced-motion: reduce) {.corestart_now::after,
    .corestart_now .corequery_help::before {
    animation: none;
    transition: none;
}.corestart_now .corequery_help,
    .corestart_now .corequery_help span,
    .corestart_now div span {
    transition-duration: 0.1s;
}}.coreplan_list {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.coreplan_list::before {
    bottom: 0;
    z-index: 1;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
    top: 0;
    right: 0;
    content: "";
    left: 0;
    position: absolute;
}.coreplan_list .container {
    z-index: 2;
    padding: 0 15px;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.coreplan_list .corelearn_rates {
    position: relative;
}.coreplan_list h2 {
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 28px;
    text-align: center;
    transform: translateZ(0);
    color: #ffffff;
    position: relative;
}.coreplan_list h2::after {
    bottom: -15px;
    background: linear-gradient(90deg, rgb(216,195,225) 0%, rgb(185,158,202) 100%);
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    width: 80px;
    content: "";
    height: 3px;
}.coreplan_list .coreplan_fees {
    margin: 0 auto 60px;
    font-size: 14px;
    opacity: 0.9;
    color: #ffffff;
    max-width: 700px;
    text-align: center;
    line-height: 1.6;
}.coreplan_list .coreclass_cost {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
    padding: 0;
    list-style: none;
    margin: 0;
    display: grid;
}.coreplan_list .coreclass_cost li {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
}.coreplan_list .coreclass_cost li:hover {
    z-index: 3;
    transform: translateY(-10px);
}.coreplan_list .corefee_plan {
    display: block;
    height: 100%;
    transition: all 0.3s ease;
    position: relative;
    text-decoration: none;
}.coreplan_list .coreprice_options {
    height: 100%;
    overflow: hidden;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    position: relative;
    padding: 40px 25px;
    background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.03) 100%);
    box-shadow: 0 15px 25px rgba(0,0,0,0.2);
    border: 1px solid rgba(255,255,255,0.1);
    border-top: 3px solid rgb(216,195,225);
}.coreplan_list .corefee_plan:hover .coreprice_options {
    background: linear-gradient(135deg, rgba(255,255,255,0.15) 0%, rgba(255,255,255,0.05) 100%);
    border-top-color: rgb(185,158,202);
    box-shadow: 0 20px 30px rgba(0,0,0,0.3);
}.coreplan_list .coreprice_options::before {
    pointer-events: none;
    width: 200%;
    opacity: 0;
    transition: opacity 0.5s ease;
    transform: rotate(45deg);
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 60%);
    height: 200%;
    top: -50%;
    content: "";
    position: absolute;
    left: -50%;
}.coreplan_list .corefee_plan:hover .coreprice_options::before {
    opacity: 1;
}.coreplan_list .corestudy_ratesCBo {
    flex-direction: column;
    height: 100%;
    display: flex;
    z-index: 2;
    position: relative;
}.coreplan_list .corestudy_ratesCBo h4 {
    font-size: 19px;
    font-weight: 600;
    display: inline-block;
    color: #ffffff;
    position: relative;
    margin: 0 0 15px;
}.coreplan_list .corestudy_ratesCBo h4::after {
    left: 0;
    transition: width 0.3s ease;
    content: "";
    position: absolute;
    bottom: -8px;
    height: 2px;
    width: 40px;
    background: rgb(216,195,225);
}.coreplan_list .corefee_plan:hover .corestudy_ratesCBo h4::after {
    width: 60px;
    background: rgb(185,158,202);
}.coreplan_list .corestudy_ratesCBo p {
    color: #ffffff;
    font-size: calc(14px - 2px);
    opacity: 0.8;
    line-height: 1.7;
    white-space: normal;
    margin: 0 0 30px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    flex-grow: 1;
    hyphens: auto;
}.coreplan_list .corestudy_rates9k0YQ {
    transform: translateZ(0);
    display: inline-block;
    align-self: flex-start;
    padding: 10px 15px;
    margin-top: auto;
    font-weight: 700;
    font-size: calc(19px + 2px);
    transition: all 0.3s ease;
    color: #ffffff;
    position: relative;
    background: linear-gradient(135deg, rgb(216,195,225) 0%, rgb(185,158,202) 100%);
}.coreplan_list .corestudy_rates9k0YQ::before {
    transition: opacity 0.3s ease;
    content: "";
    bottom: 0;
    background: linear-gradient(135deg, rgb(216,195,225,0.5) 0%, rgb(185,158,202,0.5) 100%);
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    left: 0;
}.coreplan_list .corefee_plan:hover .corestudy_rates9k0YQ::before {
    opacity: 1;
}

@media (max-width: 991px) {.coreplan_list {
    padding: 80px 0;
}.coreplan_list .coreclass_cost {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
}.coreplan_list .coreprice_options {
    padding: 30px 20px;
}
}

@media (max-width: 767px) {.coreplan_list {
    padding: 60px 0;
}.coreplan_list h2 {
    font-size: calc(28px - 4px);
}.coreplan_list .coreplan_fees {
    margin-bottom: 40px;
    font-size: calc(14px - 1px);
}.coreplan_list .coreclass_cost {
    margin: 0 auto;
    max-width: 400px;
    grid-template-columns: 1fr;
}.coreplan_list .corestudy_ratesCBo h4 {
    font-size: calc(19px - 1px);
}.coreplan_list .corestudy_ratesCBo p {
    font-size: calc(14px - 3px);
}.coreplan_list .corestudy_rates9k0YQ {
    font-size: calc(19px);
}
}

@media (max-width: 480px) {.coreplan_list {
    padding: 50px 0;
}.coreplan_list h2 {
    font-size: calc(28px - 6px);
}.coreplan_list .coreprice_options {
    padding: 25px 15px;
}.coreplan_list .coreclass_cost li:hover {
    transform: translateY(-5px);
}}header {
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    background: linear-gradient(to bottom, 
        rgb(216,195,225,0.5) 0%,
        #000000 100%);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.5);
    position: fixed;
}header::before {
    height: 100%;
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    animation: pulse-bg 8s infinite alternate;
    background: 
        radial-gradient(circle at 20% 30%, rgb(185,158,202,0.5) 0%, transparent 15%),
        radial-gradient(circle at 80% 70%, rgb(216,195,225,0.5) 0%, transparent 15%);
    top: 0;
    opacity: 0.3;
    z-index: 1;
}header::after {
    content: "";
    width: 100%;
    background-size: 20px 20px;
    z-index: 1;
    top: 0;
    opacity: 0.1;
    left: 0;
    height: 100%;
    position: absolute;
    background-image: 
        linear-gradient(0deg, transparent 95%, rgb(185,158,202,0.5) 100%),
        linear-gradient(90deg, transparent 95%, rgb(185,158,202,0.5) 100%);
}header .container {
    display: flex;
    align-items: center;
    padding: 0;
    z-index: 2;
    position: relative;
    flex-direction: column;
}header .corehead_learn {
    position: relative;
    flex-direction: column;
    display: flex;
    width: 100%;
    align-items: center;
}header .coreheader_mainbar {
    margin: 1rem 0 1.5rem;
    justify-content: center;
    position: relative;
    text-decoration: none;
    display: flex;
    z-index: 3;
    align-items: center;
}header .coreheader_mainbar::before {
    border-radius: 50%;
    background: 
        conic-gradient(
            transparent 0deg,
            rgb(185,158,202,0.5) 120deg,
            transparent 180deg,
            rgb(216,195,225,0.5) 240deg,
            transparent 360deg
        );
    height: 120px;
    position: absolute;
    width: 120px;
    content: "";
    opacity: 0.2;
    animation: rotate 10s linear infinite;
    z-index: -1;
}header .coreheader_mainbar::after {
    width: 70px;
    content: "";
    animation: pulse-opacity 4s ease infinite alternate;
    filter: blur(20px);
    border-radius: 50%;
    z-index: -2;
    height: 70px;
    background: rgb(185,158,202,0.5);
    opacity: 0.3;
    position: absolute;
}header .coreheader_mainbar svg {
    filter: drop-shadow(0 0 8px rgb(216,195,225,0.5));
    transition: all 0.4s ease;
    width: auto;
    height: 45px;
}header .coreheader_mainbar:hover svg {
    filter: drop-shadow(0 0 12px rgb(185,158,202));
    transform: scale(1.08);
}header .corenav_master {
    overflow-x: auto;
    padding: 1rem 0;
    background: linear-gradient(to bottom,
        rgba(0, 0, 0, 0.5) 0%,
        #000000 100%);
    scrollbar-width: none;
    border-top: 1px solid rgb(216,195,225,0.5);
    justify-content: center;
    border-bottom: 1px solid rgb(216,195,225,0.5);
    gap: 0.8rem;
    display: flex;
    position: relative;
    width: 100vw;
}header .corenav_master::-webkit-scrollbar {
    display: none;
}header .corenav_master::before {
    height: 100%;
    position: absolute;
    left: 0;
    z-index: 3;
    pointer-events: none;
    content: "";
    width: 100%;
    background: 
        linear-gradient(90deg, 
            #000000 0%,
            transparent 10%,
            transparent 90%,
            #000000 100%);
    top: 0;
}header .corehead_class {
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-weight: 600;
    position: relative;
    transition: all 0.3s ease;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0.6rem 1.5rem;
    perspective: 800px;
    white-space: nowrap;
    letter-spacing: 1px;
    z-index: 2;
    font-size: 18px;
}header .corehead_class::before {
    top: 0;
    width: 100%;
    position: absolute;
    height: 100%;
    transform: translateZ(-10px);
    border-radius: 10px;
    z-index: -1;
    left: 0;
    border: 1px solid transparent;
    content: "";
    transition: all 0.3s ease;
}header .corehead_class::after {
    width: 0%;
    bottom: 0;
    left: 50%;
    transition: all 0.3s ease;
    transform: translateX(-50%);
    position: absolute;
    content: "";
    background: rgb(185,158,202);
    height: 2px;
}header .corehead_class:hover {
    transform: translateY(-2px) translateZ(0);
    text-shadow: 0 0 5px rgb(185,158,202,0.5);
    color: rgb(185,158,202);
}header .corehead_class:hover::before {
    box-shadow: 0 0 15px rgb(216,195,225,0.5);
    border-color: rgb(185,158,202,0.5);
    transform: translateZ(0);
}header .corehead_class:hover::after {
    width: 80%;
}

@keyframes pulse-bg {
    0%, 100% {
        opacity: 0.2;
    }
    50% {
        opacity: 0.4;
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes pulse-opacity {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.2);
    }
}

@media (max-width: 991px) {header .coreheader_mainbar {
    margin: 0.8rem 0 1.2rem;
}header .coreheader_mainbar svg {
    height: 40px;
}header .corehead_class {
    padding: 0.5rem 1.2rem;
    font-size: calc(18px - 1px);
}
}

@media (max-width: 767px) {header .coreheader_mainbar {
    margin: 0.6rem 0 1rem;
}header .coreheader_mainbar svg {
    height: 35px;
}header .coreheader_mainbar::before {
    height: 90px;
    width: 90px;
}header .coreheader_mainbar::after {
    width: 50px;
    height: 50px;
}header .corenav_master {
    padding: 0.8rem 0;
    justify-content: flex-start;
}header .corehead_class {
    padding: 0.4rem 1rem;
    font-size: calc(18px - 2px);
}header .corehead_class:first-child {
    margin-left: 2rem;
}header .corehead_class:last-child {
    margin-right: 2rem;
}}.coreprogram_offerings {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    background-color: #000000;
}.coreprogram_offerings::before {
    z-index: 1;
    top: 0;
    position: absolute;
    height: 100%;
    background: 
        radial-gradient(circle at 30% 20%, rgb(216,195,225,0.5) 0%, transparent 40%),
        radial-gradient(circle at 70% 80%, rgb(185,158,202,0.5) 0%, transparent 40%);
    width: 100%;
    left: 0;
    content: "";
}.coreprogram_offerings::after {
    height: 100%;
    width: 100%;
    left: 0;
    content: "";
    background-image: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.01) 0px, rgba(255, 255, 255, 0.01) 1px, transparent 1px, transparent 10px);
    position: absolute;
    top: 0;
    z-index: 1;
}.coreprogram_offerings .container {
    z-index: 2;
    position: relative;
}.coreprogram_offerings .coreknowledge_track {
    display: grid;
    grid-template-areas:
        "image title"
        "desc1 desc2";
    grid-template-rows: auto 1fr;
    gap: 30px;
    min-height: 500px;
    grid-template-columns: 1fr 1fr;
}.coreprogram_offerings .coremessage_wrap {
    display: contents;
}.coreprogram_offerings .coremessage_wrap h2 {
    border-left: 3px solid rgb(216,195,225);
    transform: translateX(-30px);
    backdrop-filter: blur(5px);
    grid-area: title;
    border-radius: 10px;
    padding: 30px;
    background: linear-gradient(135deg, rgba(0,0,0,0.3) 0%, transparent 100%);
    font-weight: 700;
    opacity: 0;
    font-size: 32px;
    color: #ffffff;
    animation: slide-in 0.8s forwards 0.2s;
    margin: 0;
    align-self: center;
}.coreprogram_offerings .coremessage_wrap .description:nth-of-type(1) {
    opacity: 0;
    grid-area: desc1;
    animation: fade-up 0.8s forwards 0.4s;
    transform: translateY(30px);
}.coreprogram_offerings .coremessage_wrap .description:nth-of-type(2) {
    opacity: 0;
    animation: fade-up 0.8s forwards 0.6s;
    transform: translateY(30px);
    grid-area: desc2;
}.coreprogram_offerings .coremessage_wrap .description {
    overflow: hidden;
    padding: 25px;
    border-radius: 10px;
    border-top: 3px solid rgb(185,158,202);
    position: relative;
    background: rgba(0, 0, 0, 0.2);
    margin: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(5px);
    line-height: 1.8;
    font-size: 14px;
    color: #000000;
}.coreprogram_offerings .coremessage_wrap .description::before {
    top: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, transparent 100%);
    content: "";
    width: 100%;
    position: absolute;
    pointer-events: none;
    height: 100%;
    left: 0;
}.coreprogram_offerings .coreimage_header {
    min-height: 100%;
    grid-area: image;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}.coreprogram_offerings .coreimage_header::before {
    position: absolute;
    background: linear-gradient(135deg, rgba(0,0,0,0.5) 0%, transparent 100%);
    z-index: 1;
    width: 100%;
    content: "";
    left: 0;
    height: 100%;
    top: 0;
}

@keyframes slide-in {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fade-up {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes pulse {
    0%, 100% {
        transform: rotate(45deg) scale(1);
        opacity: 0.6;
    }
    50% {
        transform: rotate(45deg) scale(1.2);
        opacity: 0.8;
    }
}

@keyframes scan {
    0% {
        top: 0;
        opacity: 0;
    }
    5% {
        opacity: 0.5;
    }
    95% {
        opacity: 0.5;
    }
    100% {
        top: 100%;
        opacity: 0;
    }
}

@media (max-width: 991px) {.coreprogram_offerings {
    padding: 80px 0;
}.coreprogram_offerings .coreknowledge_track {
    grid-template-areas:
            "image image"
            "title title"
            "desc1 desc2";
    min-height: auto;
}.coreprogram_offerings .coreimage_header {
    height: 400px;
}
}

@media (max-width: 767px) {.coreprogram_offerings {
    padding: 60px 0;
}.coreprogram_offerings .coreknowledge_track {
    grid-template-areas:
            "image"
            "title"
            "desc1"
            "desc2";
    grid-template-columns: 1fr;
    gap: 20px;
}.coreprogram_offerings .coreimage_header {
    height: 350px;
}.coreprogram_offerings .coremessage_wrap h2 {
    font-size: calc(32px * 0.9);
    padding: 20px;
}.coreprogram_offerings .coremessage_wrap .description {
    padding: 20px;
}

}

@media (max-width: 480px) {.coreprogram_offerings {
    padding: 40px 0;
}.coreprogram_offerings .coreimage_header {
    height: 250px;
}.coreprogram_offerings .coremessage_wrap h2 {
    padding: 15px;
    font-size: calc(32px * 0.8);
}.coreprogram_offerings .coremessage_wrap .description {
    font-size: calc(14px * 0.95);
    padding: 15px;
}.coreprogram_offerings .tech-element {
    display: none;
}}.coretraining_results {
    padding: 6rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(237,228,242) 0%, #ffffff 100%);
    position: relative;
}.coretraining_results::before {
    left: -10%;
    width: 80%;
    height: 200px;
    content: "";
    filter: blur(40px);
    transform: rotate(-15deg) translateX(5%);
    background: linear-gradient(90deg, rgb(216,195,225,0.5) 0%, transparent 100%);
    z-index: 1;
    top: -100px;
    position: absolute;
}.coretraining_results::after {
    content: "";
    bottom: -20%;
    background: radial-gradient(circle, rgb(185,158,202,0.5) 0%, transparent 70%);
    height: 50%;
    opacity: 0.4;
    position: absolute;
    width: 50%;
    right: -10%;
    z-index: 1;
}.coretraining_results .container {
    position: relative;
    z-index: 2;
    padding: 0 2rem;
    max-width: 1200px;
    margin: 0 auto;
}.coretraining_results .corepro_program {
    align-items: center;
    grid-template-columns: 1fr;
    gap: 3rem;
    display: grid;
}.coretraining_results .coremessage_wrap {
    backdrop-filter: blur(10px);
    padding: 2.5rem;
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    background: rgba(255, 255, 255, 0.8);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.coretraining_results .coremessage_wrap:hover {
    transform: translateY(0);
}.coretraining_results h4 {
    font-size: calc(24px * 1.1);
    line-height: 1.4;
    position: relative;
    margin-bottom: 2rem;
    font-weight: 700;
    color: #000000;
    padding-bottom: 1rem;
}.coretraining_results h4::after {
    bottom: 0;
    position: absolute;
    left: 0;
    height: 3px;
    width: 80px;
    transition: width 0.3s ease;
    content: "";
    background: linear-gradient(90deg, rgb(216,195,225) 0%, rgb(185,158,202) 100%);
}.coretraining_results .coremessage_wrap:hover h4::after {
    width: 120px;
}.coretraining_results .coremessage_wrap > div {
    flex-direction: column;
    gap: 1.5rem;
    display: flex;
}.coretraining_results ul {
    margin: 0;
    list-style: none;
    padding: 0;
}.coretraining_results li {
    margin-bottom: 1.25rem;
    transition: transform 0.3s ease;
    position: relative;
}.coretraining_results li:hover {
    transform: translateX(8px);
}.coretraining_results li p {
    color: #000000;
    display: flex;
    margin: 0;
    align-items: flex-start;
    line-height: 1.6;
    font-size: 15px;
    gap: 1rem;
}.coretraining_results li p span:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
}.coretraining_results li p span:last-child {
    flex: 1;
    padding-top: 0.15rem;
}.coretraining_results svg {
    height: 24px;
    width: 24px;
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.1));
    transition: transform 0.3s ease;
}.coretraining_results li:hover svg {
    transform: rotate(10deg);
}.coretraining_results svg path {
    transition: fill 0.3s ease;
    fill: rgb(216,195,225);
}.coretraining_results li:hover svg path {
    fill: rgb(185,158,202);
}.coretraining_results .coreimage_header {
    height: auto;
    position: relative;
    box-shadow: 25px 25px 50px rgba(0, 0, 0, 0.12);
    z-index: 2;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 3px;
    transform: perspective(1000px) rotateY(-5deg);
    width: 100%;
}.coretraining_results .coreimage_header:hover {
    transform: perspective(1000px) rotateY(0deg);
}

@media (min-width: 768px) {.coretraining_results {
    padding: 8rem 0;
}.coretraining_results .corepro_program {
    gap: 4rem;
    grid-template-columns: 1.3fr 1fr;
}.coretraining_results .coremessage_wrap {
    padding: 3rem;
}.coretraining_results .coremessage_wrap > div {
    flex-direction: row;
}.coretraining_results h4 {
    font-size: 33px;
    margin-bottom: 2.5rem;
}
}

@media (max-width: 767px) {.coretraining_results {
    padding: 4rem 0;
}.coretraining_results .container {
    padding: 0 1.5rem;
}.coretraining_results .coremessage_wrap {
    padding: 2rem 1.5rem;
}.coretraining_results h4 {
    padding-bottom: 0.75rem;
    font-size: calc(18px * 1.2);
    margin-bottom: 1.5rem;
}.coretraining_results li p {
    font-size: calc(15px * 0.95);
}.coretraining_results svg {
    height: 20px;
    width: 20px;
}
}

@media (prefers-reduced-motion: reduce) {.coretraining_results .coremessage_wrap,
    .coretraining_results li,
    .coretraining_results svg,
    .coretraining_results .coreimage_header,
    .coretraining_results h4::after {
    transition: none;
}.coretraining_results .coremessage_wrap:hover,
    .coretraining_results li:hover,
    .coretraining_results li:hover svg,
    .coretraining_results .coreimage_header:hover {
    transform: none;
}
}

@media (hover: hover) {.coretraining_results li {
    position: relative;
    overflow: hidden;
}.coretraining_results li::before {
    left: 0;
    position: absolute;
    content: '';
    height: 1px;
    transition: width 0.3s ease;
    bottom: 0;
    background: linear-gradient(90deg, rgb(216,195,225) 0%, rgb(185,158,202) 100%);
    width: 0;
}.coretraining_results li:hover::before {
    width: 100%;
}}header .top_plank {
    color:  #ffffff;
    background: rgb(216,195,225);
}header .top_plank .coretop_edu_nav div svg, header .top_plank .coretop_edu_nav div svg path {
    fill: #ffffff;
}header .top_plank .coretop_edu_nav div span {
    color: #ffffff;
}header .top_plank .coretop_edu_nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    line-height: 21px;
    width: 100%;
    font-size: 13px;
    padding: 15px 0 10px 0;
    justify-content: flex-start;
}header .top_plank .coretop_edu_nav div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-right: 24px;
}header .top_plank .coretop_edu_nav div img, header .top_plank .coretop_edu_nav div svg {
    height: 16px;
    margin-right: 8px;
    width: 16px;
}footer {
    position: relative;
    z-index: 1;
}footer::before {
    content: "";
    background: linear-gradient(145deg, rgb(237,228,242) 0%, rgb(216,195,225,0.5) 100%);
    top: 0;
    bottom: 0;
    position: absolute;
    right: 0;
    opacity: 0.9;
    left: 0;
    z-index: -2;
}footer::after {
    opacity: 0.1;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    position: absolute;
    bottom: 0;
    background-image: 
        repeating-linear-gradient(0deg, rgb(216,195,225,0.5), rgb(216,195,225,0.5) 1px, transparent 1px, transparent 20px),
        repeating-linear-gradient(90deg, rgb(216,195,225,0.5), rgb(216,195,225,0.5) 1px, transparent 1px, transparent 20px);
    z-index: -1;
}.corestats_tool {
    position: relative;
    padding: 4rem 0 2rem;
    color: #000000;
}.corestats_tool::after {
    background: linear-gradient(90deg, rgb(216,195,225), rgb(185,158,202));
    top: 0;
    left: 0;
    position: absolute;
    height: 6px;
    width: 100%;
    content: "";
}.corestats_tool .container {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    gap: 3rem;
}.corestats_tool .company_holder {
    padding: 2rem 2.5rem;
    position: relative;
    flex: 1 1 400px;
    background: #ffffff;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}.corestats_tool .company_holder::before {
    background: rgb(216,195,225);
    position: absolute;
    height: 5px;
    content: "";
    border-top-right-radius: 10px;
    left: 0;
    border-top-left-radius: 10px;
    width: 100%;
    top: 0;
}.corestats_tool .company_holder h3 {
    letter-spacing: 0.5px;
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 1.5rem;
    color: rgb(216,195,225);
    position: relative;
}.corestats_tool .company_holder h3::after {
    content: "";
    bottom: -0.5rem;
    left: 0;
    height: 3px;
    position: absolute;
    background: rgb(185,158,202);
    width: 80px;
}.corestats_tool .corefooter_workshops {
    background: rgb(237,228,242);
    font-size: 14px;
    border-left: 3px solid rgb(185,158,202);
    padding: 1.5rem;
    border-radius: 10px;
    line-height: 1.7;
    color: #000000;
    position: relative;
}.corestats_tool .corehelp_center {
    flex: 1 1 calc(100% - 450px);
    min-width: 400px;
}.corestats_tool .corehead_pagebar {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
}.corestats_tool .corenav_master {
    overflow: hidden;
    background: #ffffff;
    flex: 1 1 calc(50% - 1.25rem);
    border-radius: 10px;
    position: relative;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    min-width: 200px;
}.corestats_tool .corenav_master h5 {
    position: relative;
    margin: 0;
    font-weight: 600;
    padding: 1rem 1.5rem;
    background: rgb(185,158,202);
    color: #ffffff;
    font-size: 24px;
}.corestats_tool .corenav_master .corehead_pagebar {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 1rem 0;
}.corestats_tool .corenav_master .corehead_pagebar a {
    align-items: center;
    color: #000000;
    padding: 0.8rem 1.5rem;
    position: relative;
    text-decoration: none;
    font-size: 14px;
    display: flex;
    transition: all 0.3s ease;
}.corestats_tool .corenav_master .corehead_pagebar a::before {
    z-index: -1;
    top: 0;
    position: absolute;
    width: 0;
    transition: all 0.3s ease;
    height: 100%;
    background: rgb(237,228,242);
    left: 0;
    content: "";
}.corestats_tool .corenav_master .corehead_pagebar a::after {
    background: rgb(185,158,202);
    width: 5px;
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.3s ease;
    content: "";
    height: 5px;
    top: 50%;
    left: 1.5rem;
    transform: translateY(-50%);
}.corestats_tool .corenav_master .corehead_pagebar a:hover {
    color: rgb(216,195,225);
    padding-left: 2.2rem;
}.corestats_tool .corenav_master .corehead_pagebar a:hover::before {
    width: 100%;
}.corestats_tool .corenav_master .corehead_pagebar a:hover::after {
    opacity: 1;
}.corenews_feed {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    background: rgb(237,228,242);
    margin-top: 3rem;
    position: relative;
    padding: 2rem 0;
}.corenews_feed::before {
    background: linear-gradient(90deg, transparent, rgb(216,195,225,0.5), transparent);
    height: 1px;
    left: 10%;
    content: "";
    top: 0;
    right: 10%;
    position: absolute;
}.corenews_feed .container {
    justify-content: center;
    display: flex;
    align-items: center;
}.corenews_feed .corepledge_block {
    font-weight: 400;
    color: #000000;
    background: #ffffff;
    text-align: center;
    border-radius: 50px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    font-size: 12px;
    padding: 0.8rem 2rem;
}

@media (max-width: 1200px) {.corestats_tool .container {
    gap: 2rem;
}.corestats_tool .company_holder {
    flex: 1 1 360px;
}.corestats_tool .corehelp_center {
    min-width: 360px;
    flex: 1 1 calc(100% - 400px);
}.corestats_tool .corehead_pagebar {
    gap: 2rem;
}
}

@media (max-width: 992px) {.corestats_tool {
    padding: 3.5rem 0 2rem;
}.corestats_tool .container {
    gap: 2.5rem;
    flex-direction: column;
}.corestats_tool .company_holder,
    .corestats_tool .corehelp_center {
    min-width: 100%;
    flex: 1 1 100%;
}.corestats_tool .corenav_master {
    min-width: 200px;
    flex: 1 1 calc(50% - 1rem);
}
}

@media (max-width: 768px) {.corestats_tool {
    padding: 3rem 0 1.5rem;
}.corestats_tool .corehead_pagebar {
    gap: 1.5rem;
}.corestats_tool .company_holder {
    padding: 2rem;
}.corestats_tool .company_holder h3 {
    font-size: calc(32px - 2px);
}.corenews_feed {
    margin-top: 2rem;
}
}

@media (max-width: 576px) {.corestats_tool {
    padding: 2.5rem 0 1rem;
}.corestats_tool .container {
    gap: 1.5rem;
}.corestats_tool .corenav_master {
    flex: 1 1 100%;
    min-width: 100%;
}.corestats_tool .corehead_pagebar {
    gap: 1rem;
}.corestats_tool .company_holder {
    padding: 1.5rem;
}.corestats_tool .corefooter_workshops {
    padding: 1.2rem;
}.corenews_feed {
    margin-top: 1.5rem;
    padding: 1.5rem 0;
}
}

@media (max-width: 420px) {.corestats_tool .company_holder h3::after {
    width: 50px;
}.corestats_tool .corenav_master .corehead_pagebar a:hover {
    padding-left: 2rem;
}.corenews_feed .corepledge_block {
    padding: 0.7rem 1.5rem;
    width: 90%;
}
}