* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}

* {
    scrollbar-width: auto;
    scrollbar-color: rgb(238,234,239) rgb(176,161,179,0.5);
}

html,body {
    min-height: 100%;
    height: 100%;
    color: #000000;
    auto
contain
    scroll-behavior: auto;
    font-family: Arial, sans-serif;
}

svg {
    width: 30px;
    height: 30px;
}

.first_teachsys {
    flex: 1 0 auto;
}

a {
    text-decoration: none;
    color: inherit;
}


.price_palettesys {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(238,234,239) 0%, rgb(210,198,212,0.5) 100%);
    padding: 100px 0;
    position: relative;
}

.price_palettesys::before {
    position: absolute;
    content: "";
    top: 0;
    z-index: 0;
    height: 100%;
    pointer-events: none;
    left: 0;
    width: 100%;
    background: radial-gradient(circle at 30% 70%, rgb(176,161,179,0.5) 0%, transparent 60%);
}

.price_palettesys .plan_dealssys {
    position: relative;
    border-left: 3px solid rgb(210,198,212);
    padding: 30px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateX(0deg);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 90%);
    backdrop-filter: blur(10px);
    max-width: 100%;
}

.price_palettesys .plan_dealssys .trial_pricingsys {
    font-size: 16px;
    word-break: break-word;
    max-width: 700px;
    color: #000000;
    margin-bottom: 0;
    overflow-wrap: break-word;
    line-height: 1.6;
}

.price_palettesys .learning_pricingsys {
    text-decoration: none;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    display: block;
    transform: translateY(0);
}

.price_palettesys .learn_dealssys::before {
    transform: scaleX(0.8);
    transition: transform 0.4s ease-out;
    content: "";
    background: linear-gradient(90deg, rgb(210,198,212), rgb(176,161,179));
    width: 100%;
    left: 0;
    height: 5px;
    position: absolute;
    top: 0;
    transform-origin: left;
}

.price_palettesys .program_ratesys h3 {
    transform-origin: left;
    overflow: hidden;
    margin-bottom: 15px;
    text-overflow: ellipsis;
    transition: transform 0.3s ease;
    color: #000000;
    font-weight: 700;
    position: relative;
    font-size: calc(23px + 2px);
    white-space: nowrap;
}

.price_palettesys .rate_schemessys::after {
    background: rgb(210,198,212);
    content: "";
    position: absolute;
    width: 50px;
    left: 0;
    transform-origin: left;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: scaleX(0.5);
    bottom: -5px;
    height: 3px;
}

.price_palettesys .photo_showsys {
    overflow: hidden;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    height: 200px;
    position: relative;
}

.price_palettesys .photo_showsys::after {
    content: "";
    top: 0;
    width: 100%;
    pointer-events: none;
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.3) 100%);
    height: 100%;
    position: absolute;
    left: 0;
}

.privacy_garrisonsys::before {
    height: 100%;
    top: 0;
    z-index: 0;
    opacity: 0.07;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(210,198,212,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(176,161,179,0.5) 0%, transparent 50%);
    pointer-events: none;
    position: absolute;
    width: 100%;
    left: 0;
    content: "";
}

.privacy_garrisonsys .container {
    z-index: 1;
    box-shadow: 
        0 10px 30px -10px rgba(rgba(0, 0, 0, 0.5), 0.07),
        0 1px 3px rgba(rgba(0, 0, 0, 0.5), 0.05);
    max-width: min(90%, 1200px);
    margin: 0 auto;
    background: #ffffff;
    transform: translateZ(0);
    overflow: hidden;
    position: relative;
    padding: clamp(1.5rem, 5vw, 3rem);
}

.privacy_garrisonsys .container::before {
    left: 0;
    position: absolute;
    height: 5px;
    content: "";
    width: 100%;
    z-index: 2;
    top: 0;
    background: var(--heading-gradient);
}

.privacy_garrisonsys h1::after {
    width: 80px;
    content: "";
    bottom: -15px;
    transition: transform 0.3s ease-out;
    background: var(--heading-gradient);
    height: 3px;
    position: absolute;
    transform-origin: left;
    left: 0;
}

.privacy_garrisonsys h2::before {
    position: absolute;
    content: "";
    top: 0.25em;
    transition: transform 0.3s ease;
    left: 0;
    transform: scaleY(1);
    width: 5px;
    transform-origin: bottom;
    height: 75%;
    background: rgb(176,161,179);
}

.privacy_garrisonsys h4 {
    font-size: calc(30px * 0.7);
    margin: calc(var(--content-spacing) * 0.7) 0 calc(var(--content-spacing) * 0.3);
    font-weight: 600;
    color: #000000;
    opacity: 0.9;
}

.privacy_garrisonsys span {
    position: relative;
    padding-left: 1rem;
    line-height: 1.7;
    display: block;
    margin-bottom: calc(var(--content-spacing) * 0.7);
    font-size: 13px;
    color: #000000;
}

.privacy_garrisonsys ul {
    list-style: none;
    margin: calc(var(--content-spacing) * 0.5) 0 calc(var(--content-spacing) * 0.8);
    padding-left: 1.5rem;
}

.privacy_garrisonsys li::before {
    transform: rotate(45deg);
    width: 8px;
    background: rgb(210,198,212);
    border-radius: 1px;
    left: 0;
    opacity: 0.8;
    height: 8px;
    position: absolute;
    content: "";
    top: 0.5em;
}

.our_storysys::after {
    top: 0;
    content: "";
    height: 100%;
    left: 0;
    background: radial-gradient(circle at 70% 30%, rgb(176,161,179,0.5) 0%, transparent 60%);
    animation: pulse 15s infinite alternate;
    position: absolute;
    z-index: 2;
    width: 100%;
}

.our_storysys .mentor_valuessys::before {
    height: 85%;
    content: "";
    position: absolute;
    left: 50%;
    z-index: -1;
    width: 2px;
    transform: translateX(-50%);
    background: linear-gradient(to bottom, transparent, rgb(210,198,212), transparent);
    top: 80px;
}

.our_storysys h3::after {
    height: 3px;
    border-radius: 10px;
    left: 50%;
    background: rgb(210,198,212);
    content: "";
    transform: translateX(-50%);
    position: absolute;
    bottom: -15px;
    width: 80px;
}

.our_storysys .learning_creatorssys::before {
    position: absolute;
    right: -100px;
    height: 200px;
    border-radius: 50%;
    top: -100px;
    content: "";
    animation: float 8s infinite ease-in-out;
    background: radial-gradient(circle, rgb(210,198,212,0.5) 0%, transparent 70%);
    width: 200px;
}

.our_storysys .learning_creatorssys:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.our_storysys .learning_creatorssys span::before {
    top: 0;
    border-radius: 10px;
    width: 5px;
    height: 100%;
    content: "";
    position: absolute;
    background: rgb(210,198,212);
    left: 0;
}

.our_storysys .learning_creatorssys .photo_showsys {
    grid-row: 1 / 3;
    grid-column: 2 / 3;
    border-radius: 12px;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    position: relative;
    height: 350px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.our_storysys .learning_creatorssys .photo_showsys::after {
    position: absolute;
    left: 0;
    height: 5px;
    content: "";
    top: 0;
    background: linear-gradient(to right, rgb(210,198,212), rgb(176,161,179));
    width: 100%;
}

.our_storysys .approach_edusys::before {
    height: 200px;
    background: radial-gradient(circle, rgb(176,161,179,0.5) 0%, transparent 70%);
    left: -100px;
    content: "";
    bottom: -100px;
    border-radius: 50%;
    width: 200px;
    animation: float 8s infinite ease-in-out reverse;
    position: absolute;
}

.our_storysys .approach_edusys:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.our_storysys .approach_edusys .class_expertssys {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    height: 350px;
    border-radius: 12px;
    position: relative;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    overflow: hidden;
}

.our_storysys .approach_edusys .class_expertssys::after {
    background: linear-gradient(to right, rgb(176,161,179), rgb(210,198,212));
    height: 5px;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    position: absolute;
}

header .nav_guidesys {
    display: flex;
    padding: 1.2rem 2.5rem;
    align-items: center;
    position: relative;
    z-index: 5;
    justify-content: space-between;
}

header .header_topsys {
    flex: 0 0 auto;
    padding: 0.8rem 1.2rem;
    -webkit-backdrop-filter: blur(5px);
    position: relative;
    border-radius: 25px;
    z-index: 2;
    transition: all 0.4s ease;
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

header .nav_wrapsys {
    z-index: 2;
    margin: 0;
    list-style: none;
    position: relative;
    padding: 0;
    display: flex;
}

header .header_trainsys a {
    backdrop-filter: blur(5px);
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    border-radius: 25px;
    color: #ffffff;
    font-size: 16px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.05);
    z-index: 1;
    -webkit-backdrop-filter: blur(5px);
    display: block;
    padding: 0.8rem 1.2rem;
    position: relative;
}

header .header_trainsys a:hover::before {
    opacity: 1;
}

header .header_trainsys::after {
    content: '';
    bottom: -3px;
    width: 0;
    background: #ffffff;
    opacity: 0.7;
    height: 3px;
    transition: width 0.3s ease;
    border-radius: 10px;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
}

header .nav_guidesys::after {
    bottom: -20px;
    border-radius: 50%;
    filter: blur(30px);
    height: 80px;
    background: rgb(176,161,179,0.5);
    opacity: 0.5;
    position: absolute;
    z-index: -1;
    width: 80px;
    content: '';
    left: -20px;
}

header .header_topsys:hover::after {
    opacity: 0.7;
    transform: scaleX(0.9);
}

.tyBoxsys {
    position: relative;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(210,198,212,0.5) 0%, rgb(238,234,239) 50%, rgb(176,161,179,0.5) 100%);
    overflow: hidden;
}

.tyBoxsys::after {
    z-index: 1;
    content: "";
    height: 100%;
    transform: rotate(35deg);
    width: 100%;
    animation: float 15s infinite alternate ease-in-out;
    top: -50%;
    filter: blur(80px);
    position: absolute;
    background: rgb(255, 255, 255, 0.5);
    right: -50%;
}

.tyBoxsys .container {
    margin: 0 auto;
    z-index: 2;
    padding: 0 2rem;
    max-width: 1200px;
    position: relative;
}

.tyBoxsys .mentor_valuessys:hover {
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.12),
        0 10px 20px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(255, 255, 255, 0.2);
    transform: perspective(1000px) rotateX(0deg);
}

.tyBoxsys .mentor_valuessys > div:first-child {
    padding-left: 1.5rem;
    animation: slideRight 0.6s 0.2s cubic-bezier(0.25, 1, 0.5, 1) both;
    border-left: 4px solid rgb(210,198,212);
    margin-left: -1.5rem;
    position: relative;
}

.tyBoxsys .mentor_valuessys > div:first-child::before {
    background: rgb(210,198,212);
    left: -0.5rem;
    top: 50%;
    content: "";
    height: 1rem;
    border-radius: 50%;
    width: 1rem;
    position: absolute;
    transform: translate(-50%, -50%);
}

.tyBoxsys a {
    text-decoration: none;
    position: relative;
    transform-origin: center;
    border-radius: 10px;
    transition: all 0.3s ease;
    box-shadow: 
        0 6px 12px rgba(0, 0, 0, 0.04),
        0 1px 3px rgba(0, 0, 0, 0.02);
    padding: 1.5rem 2rem;
    overflow: hidden;
    display: block;
    background: linear-gradient(135deg, #ffffff 0%, rgba(245, 245, 245, 0.95) 100%);
}

.tyBoxsys a:hover::before {
    width: 8px;
}

.tyBoxsys p {
    z-index: 1;
    line-height: 1.7;
    color: #000000;
    transition: color 0.3s ease;
    position: relative;
    font-size: 15px;
    margin: 0;
}

.course_structuresys::before {
    opacity: 0.03;
    top: 0;
    animation: gridFlow 20s linear infinite;
    position: absolute;
    z-index: 1;
    background-image: 
        linear-gradient(transparent 0%, transparent 49%, #ffffff 49%, #ffffff 51%, transparent 51%, transparent 100%),
        linear-gradient(90deg, transparent 0%, transparent 49%, #ffffff 49%, #ffffff 51%, transparent 51%, transparent 100%);
    content: "";
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 40px 40px;
}

.course_structuresys .mentor_valuessys {
    justify-content: center;
    position: relative;
    display: flex;
    align-items: center;
    min-height: 500px;
}

.course_structuresys .photo_showsys::before {
    background: linear-gradient(
        145deg,
        transparent 0%,
        rgb(210,198,212,0.5) 100%
    );
    right: 0;
    left: 0;
    transition: opacity 0.5s ease;
    position: absolute;
    opacity: 0.85;
    mix-blend-mode: multiply;
    z-index: 2;
    bottom: 0;
    top: 0;
    content: "";
}

.course_structuresys .mentor_valuessys:hover .photo_showsys {
    transform: scale(1.03);
}

.course_structuresys .learn_pathsys {
    padding-top: 60px;
    width: 70%;
    position: relative;
    padding-bottom: 60px;
    background: transparent;
    z-index: 4;
}

.course_structuresys .header_topsys::before {
    animation: rotateBorderGradient 10s linear infinite;
    background: linear-gradient(
        45deg,
        rgb(210,198,212,0.5),
        rgb(176,161,179,0.5),
        rgb(210,198,212,0.5)
    );
    content: "";
    inset: -5px;
    opacity: 0.3;
    position: absolute;
    filter: blur(10px);
    border-radius: inherit;
    z-index: -1;
}

.course_structuresys .header_topsys:hover svg {
    fill: rgb(176,161,179);
    transform: translateZ(30px) scale(1.1);
}

.course_structuresys .header_topsys svg path {
    stroke: #000000;
    stroke-width: 0.5;
    transition: all 0.4s ease;
}

.course_structuresys .learn_pathsys h3 {
    transform: translateZ(0);
    color: #ffffff;
    padding: 15px 25px;
    position: relative;
    background: linear-gradient(
        135deg,
        rgb(210,198,212,0.5) 0%,
        rgba(0, 0, 0, 0.5) 100%
    );
    border-left: 4px solid rgb(210,198,212);
    box-shadow: 
        10px 10px 20px rgba(0, 0, 0, 0.5),
        inset 0 0 0 1px rgb(210,198,212,0.5);
    display: inline-block;
    font-weight: 700;
    font-size: 37px;
    backdrop-filter: blur(10px);
    margin-bottom: 30px;
    border-radius: 10px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.course_structuresys .learn_pathsys p::first-letter {
    margin-top: 5px;
    font-weight: 700;
    float: left;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    margin-right: 10px;
    font-size: 2.5em;
    color: rgb(210,198,212);
    line-height: 0.8;
}

.subscribe_to_newslettersys::before {
    top: 0;
    content: "";
    z-index: 1;
    height: 100%;
    left: 0;
    transform: scale(1.5);
    position: absolute;
    background: linear-gradient(45deg, transparent 45%, rgb(176,161,179,0.5) 45%, rgb(176,161,179,0.5) 55%, transparent 55%);
    width: 100%;
}

.subscribe_to_newslettersys .query_formsys::after {
    background: rgb(176,161,179);
    right: -10px;
    transform: skewX(15deg);
    top: -10px;
    position: absolute;
    content: "";
    width: 60%;
    height: 10px;
}

.subscribe_to_newslettersys .query_formsys::before {
    position: absolute;
    bottom: -10px;
    left: -10px;
    content: "";
    height: 10px;
    transform: skewX(15deg);
    background: rgb(210,198,212);
    width: 60%;
}

.subscribe_to_newslettersys h3::before {
    height: 100%;
    transform: skewY(45deg);
    background: rgb(210,198,212);
    content: "";
    left: 0;
    width: 5px;
    position: absolute;
    top: 0;
}

.subscribe_to_newslettersys input[type="email"] {
    color: #000000;
    padding: 0.8rem 1.5rem;
    font-family: Arial, sans-serif;
    border: 2px solid rgb(176,161,179,0.5);
    transform: translateX(-10px);
    font-size: 13px;
    background: #ffffff;
    transition: all 0.3s ease;
    width: 100%;
    border-radius: 10px;
}

.subscribe_to_newslettersys input[type="submit"]:hover {
    background: linear-gradient(90deg, rgb(176,161,179) 0%, rgb(210,198,212) 100%);
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}

.contactsys {
    position: relative;
    padding: 100px 0;
}

.contactsys::before {
    top: 0;
    position: absolute;
    height: 100%;
    left: 0;
    background: linear-gradient(135deg, rgb(210,198,212,0.5) 0%, rgb(176,161,179,0.5) 100%);
    width: 100%;
    content: '';
}

.contactsys .inquiry_linkssys {
    padding: 40px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    grid-gap: 20px;
    border-radius: 15px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    background: #ffffff;
    display: grid;
}

.contactsys .inquiry_linkssys div {
    padding: 30px 20px;
    background: rgb(238,234,239);
    border-radius: 10px;
    text-align: center;
    align-items: center;
    flex-direction: column;
    transition: all 0.3s ease;
    display: flex;
}

.contactsys .inquiry_linkssys svg {
    margin-bottom: 15px;
    height: 40px;
    width: 40px;
}

.contactsys .inquiry_linkssys span {
    font-size: 17px;
    color: #000000;
}

.contactsys .inquiry_linkssys a:hover {
    color: rgb(176,161,179);
}

.contactsys .query_messagesys {
    border-radius: 15px;
    padding: 40px;
    background: #ffffff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.contactsys form h3::after {
    content: '';
    bottom: -15px;
    border-radius: 2px;
    height: 4px;
    left: 50%;
    position: absolute;
    background: rgb(210,198,212);
    transform: translateX(-50%);
    width: 80px;
}

.contactsys form input[type="text"]:focus,
.contactsys form input[type="email"]:focus {
    border-color: rgb(210,198,212);
    outline: none;
    box-shadow: 0 0 0 3px rgb(210,198,212,0.5);
}

.contactsys form input::placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.contactsys .connect_linkssys input[type="checkbox"] {
    width: 22px;
    border-radius: 10px;
    margin-right: 15px;
    height: 22px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    -webkit-appearance: none;
    cursor: pointer;
    flex-shrink: 0;
    transition: all 0.3s ease;
    appearance: none;
    position: relative;
}

.contactsys .connect_linkssys label {
    font-size: 15px;
    color: #000000;
    line-height: 1.5;
}

.contactsys .connect_linkssys a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: rgb(210,198,212);
    font-weight: 600;
}

.contactsys .inquiry_gridsys {
    overflow: hidden;
    border-radius: 10px;
    transition: all 0.3s ease;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    color: #ffffff;
    padding: 18px 20px;
    font-size: 20px;
    background: rgb(210,198,212);
    border: none;
    grid-column: 1 / -1;
}

.program_assetssys::before {
    content: "";
    left: 0;
    z-index: 0;
    top: 0;
    background-image: radial-gradient(circle at 10% 10%, rgba(rgb(210,198,212,0.5), 0.05) 0%, transparent 50%),
                      radial-gradient(circle at 90% 90%, rgba(rgb(176,161,179,0.5), 0.05) 0%, transparent 50%);
    width: 100%;
    height: 100%;
    position: absolute;
}

.program_assetssys .mentor_valuessys {
    flex-direction: column;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    transform: translateY(-20px);
    display: flex;
    background: #ffffff;
}

.program_assetssys h1 {
    position: relative;
    color: #000000;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1.3;
    font-size: 34px;
    padding-bottom: 15px;
}

.program_assetssys ul {
    list-style: none;
    grid-template-columns: 1fr;
    grid-gap: 15px;
    margin: 0;
    padding: 0;
    display: grid;
}

.program_assetssys li:hover {
    transform: translateX(5px);
}

.program_assetssys li svg {
    top: 2px;
    height: 24px;
    position: absolute;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    width: 24px;
    left: 0;
}

.program_assetssys svg path {
    transition: fill 0.3s ease;
    fill: rgb(210,198,212);
}



.program_assetssys .photo_showsys:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.mentorship_experiencesys::before {
    top: 40%;
    content: "";
    background: linear-gradient(to right, transparent, rgb(210,198,212,0.5), transparent);
    height: 1px;
    transform-origin: left center;
    position: absolute;
    animation: lineExpand 5s ease-in-out infinite alternate;
    left: 0;
    width: 40%;
}

.mentorship_experiencesys .feedback_listsys {
    display: grid;
    max-width: 1100px;
    margin: 0 auto;
    grid-template-columns: 1fr 2fr;
    z-index: 1;
    position: relative;
    gap: 4rem;
}

.mentorship_experiencesys .photo_showsys::after {
    transition: all 0.7s ease;
    background: linear-gradient(135deg, rgb(210,198,212,0.5) 0%, transparent 50%);
    content: "";
    left: 0;
    position: absolute;
    opacity: 0.5;
    width: 100%;
    top: 0;
    mix-blend-mode: overlay;
    height: 100%;
}

.mentorship_experiencesys .career_timelinesys::before {
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5), transparent);
    position: absolute;
    width: 1px;
    content: "";
    left: -2rem;
    top: 15%;
    height: 70%;
}

.mentorship_experiencesys .name::after {
    transform: scaleX(0);
    content: "";
    transition: transform 0.5s ease 0.2s;
    position: absolute;
    transform-origin: left;
    left: 0;
    bottom: -0.5rem;
    height: 2px;
    width: 50px;
    background: rgb(210,198,212);
}

.mentorship_experiencesys .emp_skillssys {
    font-size: 19px;
    transition: all 0.5s ease 0.2s;
    line-height: 1.8;
    position: relative;
    transform: translateX(0);
    color: #000000;
    padding-left: 2rem;
    font-weight: 300;
}

.mentorship_experiencesys .feedback_listsys:hover .photo_showsys {
    filter: grayscale(0%);
    transform: scale(1.05);
}

.mentorship_experiencesys .feedback_listsys:hover .name::after {
    transform: scaleX(1);
}

.mentorship_experiencesys .feedback_listsys:hover .emp_skillssys {
    transform: translateX(5px);
}

.give_it_a_trysys::before {
    opacity: 0.1;
    width: 100%;
    left: 0;
    z-index: 1;
    top: 0;
    height: 100%;
    background: linear-gradient(45deg, rgb(210,198,212,0.5) 0%, transparent 30%, transparent 70%, rgb(176,161,179,0.5) 100%);
    position: absolute;
    content: '';
}

.give_it_a_trysys .container p {
    z-index: 5;
    color: #000000;
    line-height: 1.4;
    position: relative;
    margin: 0;
    background: #ffffff;
    padding: 50px;
    font-weight: 700;
    font-size: 36px;
    transform: skewY(2deg);
    border-radius: 10px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.give_it_a_trysys .inquiry_gridsys::before {
    position: absolute;
    background: rgb(176,161,179);
    width: 100%;
    top: 0;
    z-index: -1;
    transition: opacity 0.4s ease;
    content: '';
    left: 0;
    height: 100%;
    opacity: 0;
}

.give_it_a_trysys .inquiry_gridsys:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    transform: skewY(2deg) translateY(-5px);
}

.give_it_a_trysys .inquiry_gridsys:hover::before {
    opacity: 1;
}

.give_it_a_trysys .inquiry_gridsys:hover::after {
    left: 200%;
}

.give_it_a_trysys::after {
    background: 
        radial-gradient(circle at 80% 20%, rgb(210,198,212,0.5) 0%, transparent 50%),
        radial-gradient(circle at 20% 80%, rgb(176,161,179,0.5) 0%, transparent 50%);
    width: 100%;
    top: 0;
    position: absolute;
    height: 100%;
    left: 0;
    content: '';
    z-index: 1;
    opacity: 0.1;
}

.homepagesys {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(238,234,239) 0%, #ffffff 100%);
    position: relative;
    padding: 3rem 0;
}

.homepagesys::after {
    position: absolute;
    transform: rotate(-15deg);
    content: "";
    right: -10%;
    top: -10%;
    background: linear-gradient(135deg, rgb(176,161,179,0.5) 0%, transparent 80%);
    height: 45%;
    z-index: 1;
    animation: float 15s ease-in-out infinite;
    width: 45%;
}

.homepagesys .content_wrapsys {
    order: 2;
    position: relative;
    padding: 2rem 0;
}

.homepagesys .content_wrapsys::before {
    animation-delay: 0.8s;
    animation: growDown 1.2s cubic-bezier(0.25, 0.8, 0.25, 1) forwards;
    width: 4px;
    top: 0;
    left: -1rem;
    transform: scaleY(0);
    height: 60%;
    content: "";
    position: absolute;
    background: linear-gradient(to bottom, rgb(210,198,212), rgb(176,161,179));
    transform-origin: top;
}

.homepagesys .learning_welcomesys {
    opacity: 0;
    flex-direction: column;
    display: flex;
    transform: translateY(20px);
    margin-bottom: 2rem;
    gap: 1.5rem;
    animation: fadeUp 0.8s cubic-bezier(0.25, 0.8, 0.25, 1) forwards;
    animation-delay: 0.3s;
    align-items: flex-start;
}

.homepagesys .learning_welcomesys p {
    font-size: 15px;
    line-height: 1.6;
    max-width: 90%;
    margin: 0;
    color: #000000;
}

.homepagesys svg path {
    transition: fill 0.3s ease;
    fill: rgb(210,198,212);
}

.homepagesys svg text {
    transform-origin: center;
    font-family: Arial, sans-serif;
    animation: fadeIn 1s ease-out forwards;
}

.homepagesys ul li {
    margin-bottom: 1rem;
}

.homepagesys .inquiry_gridsys {
    color: #ffffff;
    text-decoration: none;
    transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    overflow: hidden;
    font-weight: 600;
    background: linear-gradient(135deg, rgb(210,198,212) 0%, rgb(176,161,179) 100%);
    padding: 0.8rem 1.8rem;
    position: relative;
    z-index: 1;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    font-size: 17px;
    display: inline-block;
    border-radius: 10px;
}

.homepagesys .photo_showsys {
    height: 300px;
    border-radius: 28px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
    order: 1;
    position: relative;
    transform: perspective(1000px) rotateX(2deg) rotateY(-2deg);
}

footer {
    width: 100%;
    position: relative;
}

.discord_ctasys::before {
    content: "";
    position: absolute;
    top: 0;
    z-index: 0;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
    right: 0;
    width: 60%;
    background-color: rgb(210,198,212);
    height: 100%;
}

footer .discord_ctasys::after {
    width: 200px;
    opacity: 0.3;
    height: 200px;
    content: "";
    border-radius: 50%;
    right: 15%;
    top: 50px;
    background: radial-gradient(circle, rgb(210,198,212), transparent 70%);
    position: absolute;
}

footer .info_item {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    backdrop-filter: blur(5px);
    flex: 0 1 auto;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 15px 25px;
    transform: skewX(-5deg);
    transition: all 0.3s ease;
}

footer .info_item p,
footer .info_item a {
    color: #ffffff;
    font-size: 18px;
    text-decoration: none;
    vertical-align: middle;
    display: inline-block;
    transform: skewX(5deg);
}

footer .header_topsys::before {
    left: 0;
    position: absolute;
    content: "";
    width: 5px;
    height: 100%;
    top: 0;
    background-color: rgb(210,198,212);
}

footer .nav_wrapsys {
    position: relative;
}

footer .nav_wrapsys h5 {
    display: inline-block;
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    letter-spacing: 1px;
    color: #ffffff;
    padding-bottom: 10px;
    margin-bottom: 25px;
}

footer .top_pagebarsys a {
    padding-left: 0;
    transition: all 0.3s ease;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    position: relative;
}

footer .top_pagebarsys a:hover {
    padding-left: 20px;
    color: rgb(210,198,212);
}

footer .top_pagebarsys a:hover::before {
    opacity: 1;
    left: 0;
}

footer .subscribe_holder::before {
    height: 100px;
    top: -20px;
    opacity: 0.2;
    right: -20px;
    border-radius: 50%;
    z-index: -1;
    background-color: rgb(210,198,212);
    width: 100px;
    position: absolute;
    content: "";
}

footer .subscribe_holder p {
    font-size: 18px;
    margin-bottom: 25px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
}

footer .input_holder input[type="email"] {
    color: #ffffff;
    border-radius: 10px;
    padding: 14px 16px;
    transition: all 0.3s ease;
    font-size: 18px;
    background-color: rgba(255, 255, 255, 0.1);
    border: none;
}

footer .access_lessonssys {
    color: #ffffff;
    transition: all 0.3s ease;
    font-weight: 600;
    padding: 14px 20px;
    background-color: rgb(210,198,212);
    letter-spacing: 1px;
    border: none;
    cursor: pointer;
    font-size: 17px;
    border-radius: 10px;
    text-transform: uppercase;
}

.dialogCookieSettingssys {
    bottom: 0;
    border-top: 2px solid rgb(210,198,212);
    width: 100%;
    background: rgb(238,234,239);
    z-index: 90;
    position: fixed;
}

.dialogCookieSettingssys h5 {
    font-size: 22px;
    margin-bottom: 6px;
}

.track_edusys {
    flex-shrink: 0;
    margin-right: 10px;
}

.privacy_learnsys {
    text-decoration: none;
    cursor: pointer;
    min-width: 120px;
    color: rgb(210,198,212);
    line-height: 35px;
    flex-shrink: 0;
    font-size: 24px;
    text-align: center;
    white-space: nowrap;
    margin-left: 10px;
    border-bottom: 2px solid rgb(210,198,212);
}


.container-wrapsys .learn_consentsys {
    justify-content: flex-end;
}

.container-wrapsys .consent_learnsys {
    text-align: right;
}

.study_processsys {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(238,234,239) 0%, rgb(176,161,179,0.5) 100%);
    position: relative;
    padding: 4rem 0;
}

.study_processsys::after {
    filter: blur(70px);
    background: rgb(176,161,179,0.5);
    right: -50px;
    bottom: -50px;
    height: 300px;
    position: absolute;
    border-radius: 50%;
    z-index: 0;
    animation: float 15s infinite ease-in-out;
    width: 300px;
    content: "";
}

.study_processsys .mentor_valuessys::before {
    top: -2px;
    background: linear-gradient(45deg, rgb(210,198,212) 0%, transparent 30%, transparent 70%, rgb(176,161,179) 100%);
    right: -2px;
    z-index: -1;
    position: absolute;
    left: -2px;
    border-radius: 10px;
    content: "";
    bottom: -2px;
}

.study_processsys h3::after {
    content: "";
    background: linear-gradient(90deg, rgb(210,198,212) 0%, rgb(176,161,179) 100%);
    border-radius: 2px;
    transform: translateX(-50%);
    left: 50%;
    height: 3px;
    bottom: 0;
    position: absolute;
    width: 80px;
}

.audience_profilesys {
    overflow: hidden;
    position: relative;
    padding: 100px 0;
    background: linear-gradient(120deg, rgb(238,234,239) 0%, #ffffff 100%);
}

.audience_profilesys .container {
    z-index: 2;
    max-width: 1140px;
    padding: 0 15px;
    position: relative;
    margin: 0 auto;
}

.audience_profilesys .mentor_valuessys {
    position: relative;
}

.audience_profilesys h4 {
    margin-bottom: 50px;
    position: relative;
    color: rgb(210,198,212);
    font-weight: 700;
    transform: perspective(1000px) rotateX(0deg);
    transition: transform 0.5s ease;
    text-align: center;
    font-size: 46px;
}

.audience_profilesys div > div {
    display: grid;
    padding: 0 20px;
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
}

.audience_profilesys p {
    color: #000000;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    align-items: center;
    z-index: 1;
    background: #ffffff;
    padding: 40px 30px;
    position: relative;
    display: flex;
    transition: all 0.3s ease;
    font-size: 16px;
    height: 200px;
    margin: 0;
    text-align: center;
}

.audience_profilesys p:hover {
    color: #000000;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.audience_profilesys p svg {
    height: 32px;
    width: 32px;
    transition: all 0.3s ease;
    top: 30px;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
}

.audience_profilesys p:hover svg {
    transform: translateX(-50%) scale(1.2);
}



.audience_profilesys .mentor_valuessys > div p {
    opacity: 0;
    animation: fadeScale 0.5s ease forwards;
}

.audience_profilesys .mentor_valuessys > div p:nth-child(1) {
    animation-delay: 0.1s;
}

.audience_profilesys .mentor_valuessys > div p:nth-child(2) {
    animation-delay: 0.2s;
}

.audience_profilesys .mentor_valuessys > div p:nth-child(3) {
    animation-delay: 0.3s;
}

.audience_profilesys .mentor_valuessys > div p:nth-child(5) {
    animation-delay: 0.5s;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: rgb(210,198,212);
    border-radius: 12.8em;
}

::-webkit-scrollbar-track:active {
    background: rgb(176,161,179,0.5);
}

::-webkit-scrollbar-thumb {
    box-shadow: 4px 2px 7px 6px rgba(0, 0, 0, 0.2);
    min-height: 75px;
    border-radius: 9.3vh;
    background: rgb(255, 255, 255, 0.5);
}

::-webkit-scrollbar-thumb:active {
    background: rgb(176,161,179,0.5);
    box-shadow: inset -3px -2px 13px 7px rgba(0, 0, 0, 0.5);
}



@media (min-width: 1200px) {.price_palettesys {
    padding: 120px 0;
}.price_palettesys .trial_ratessys {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.price_palettesys .plan_dealssys h2 {
    font-size: calc(37px + 4px);
}.price_palettesys .program_ratesys h3 {
    font-size: calc(23px + 4px);
}.price_palettesys .rate_schemessys {
    font-size: calc(23px + 8px);
}.price_palettesys .photo_showsys {
    height: 280px;
}
}



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



@media (max-width: 768px) {.privacy_garrisonsys .container {
    padding: 1.5rem;
}.privacy_garrisonsys h1 {
    font-size: calc(39px * 0.8);
}.privacy_garrisonsys h2 {
    font-size: calc(30px * 0.85);
    padding-left: 12px;
}.privacy_garrisonsys p, 
    .privacy_garrisonsys span,
    .privacy_garrisonsys li {
    font-size: calc(13px * 0.95);
}.privacy_garrisonsys ul {
    padding-left: 0.5rem;
}.privacy_garrisonsys h1::after {
    width: 60px;
}
}



@media (hover: hover) {.privacy_garrisonsys h2:hover::before {
    transform: scaleY(1.2);
}.privacy_garrisonsys .container:hover h1::after {
    transform: scaleX(1.1);
}.privacy_garrisonsys li:hover::before {
    transition: transform 0.3s ease;
    transform: rotate(135deg);
}}



@media (max-width: 992px) {.our_storysys {
    padding: 80px 0;
}.our_storysys .mentor_valuessys::before {
    height: 90%;
}.our_storysys .learning_creatorssys,
    .our_storysys .approach_edusys {
    gap: 30px;
    grid-template-columns: 1fr;
}.our_storysys .learning_creatorssys span,
    .our_storysys .learning_creatorssys p {
    grid-column: 1 / -1;
}.our_storysys .learning_creatorssys .photo_showsys {
    height: 300px;
    grid-row: 3 / 4;
    grid-column: 1 / -1;
}.our_storysys .approach_edusys p {
    grid-column: 1 / -1;
    grid-row: 2 / 3;
}.our_storysys .approach_edusys .class_expertssys {
    height: 300px;
    grid-column: 1 / -1;
    grid-row: 1 / 2;
}
}



@media (min-width: 1400px) {header .nav_guidesys {
    max-width: 1320px;
    margin: 0 auto;
}header .header_trainsys {
    margin: 0 0.5rem;
}header .header_trainsys a {
    padding: 0.8rem 1.5rem;
}
}



@media (max-width: 991px) {header {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}header .nav_guidesys {
    padding: 1rem 1.5rem;
    flex-wrap: wrap;
}header .header_topsys {
    margin-bottom: 0;
    padding: 0.6rem 1rem;
    border-radius: 10px;
}header .nav_wrapsys {
    margin-top: 1rem;
    justify-content: flex-end;
    flex-basis: 100%;
}header .header_trainsys a {
    font-size: calc(16px - 1px);
    border-radius: 10px;
    padding: 0.6rem 1rem;
}header .nav_guidesys::before,
    header .nav_guidesys::after {
    display: none;
}
}



@media (max-width: 479px) {header .nav_guidesys {
    padding: 0.7rem 1rem;
}header .header_topsys {
    padding: 0.4rem 0.7rem;
    max-width: 120px;
}header .header_trainsys a {
    font-size: calc(16px - 3px);
    padding: 0.4rem 0.6rem;
}}



@media (max-width: 991px) {.tyBoxsys {
    padding: 5rem 0;
}.tyBoxsys .mentor_valuessys {
    padding: 2.5rem;
    gap: 2rem;
}.tyBoxsys h5 {
    font-size: calc(24px * 0.95);
}
}



@media (max-width: 768px) {.tyBoxsys {
    padding: 4rem 0;
}.tyBoxsys .container {
    padding: 0 1.5rem;
}.tyBoxsys .mentor_valuessys {
    transform: perspective(1000px) rotateX(1deg);
    gap: 1.8rem;
    padding: 2rem;
}.tyBoxsys h5 {
    font-size: calc(24px * 0.9);
}.tyBoxsys a {
    padding: 1.2rem 1.5rem;
}.tyBoxsys p {
    font-size: calc(15px * 0.95);
    line-height: 1.6;
}
}



@media screen and (max-width: 1200px) {.course_structuresys .learn_pathsys {
    width: 80%;
}.course_structuresys .header_topsys {
    right: 5%;
    height: 100px;
    width: 100px;
}
}



@media screen and (max-width: 768px) {.course_structuresys {
    padding: 60px 0;
}.course_structuresys .mentor_valuessys {
    min-height: auto;
    padding-bottom: 40px;
    display: block;
}.course_structuresys .photo_showsys {
    height: 300px;
    margin-bottom: -40px;
    position: relative;
}.course_structuresys .learn_pathsys {
    padding-bottom: 0;
    padding-top: 60px;
    width: 100%;
}.course_structuresys .header_topsys {
    height: 80px;
    right: auto;
    width: 80px;
    left: 20px;
    top: -30px;
}.course_structuresys .learn_pathsys h3 {
    font-size: calc(37px * 0.8);
    display: block;
    margin-top: 20px;
    width: calc(100% - 30px);
    box-sizing: border-box;
}.course_structuresys .learn_pathsys p {
    margin: 30px auto 0;
    width: calc(100% - 30px);
    box-sizing: border-box;
}
}



@media (max-width: 768px) {.subscribe_to_newslettersys {
    padding: 3rem 1rem;
}.subscribe_to_newslettersys .query_formsys {
    max-width: 100%;
    padding: 2rem;
    transform: skewX(-5deg);
}.subscribe_to_newslettersys h3 {
    transform: skewX(5deg);
    font-size: calc(18px * 0.9);
}.subscribe_to_newslettersys .input_holder {
    transform: skewX(5deg);
}.subscribe_to_newslettersys input[type="email"] {
    padding: 0.7rem 1rem;
}.subscribe_to_newslettersys input[type="submit"] {
    padding: 0.7rem 1.5rem;
    align-self: center;
}
}



@media (max-width: 992px) {.contactsys {
    padding: 80px 0;
}.contactsys .inquiry_linkssys {
    padding: 35px;
}.contactsys .query_messagesys {
    padding: 35px;
}
}



@media (max-width: 768px) {.contactsys {
    padding: 60px 0;
}.contactsys .inquiry_linkssys {
    padding: 30px;
    grid-template-columns: repeat(2, 1fr);
}.contactsys .query_messagesys {
    padding: 30px;
}.contactsys form {
    grid-template-columns: 1fr;
    grid-gap: 20px;
}.contactsys .inquiry_linkssys h3,
    .contactsys form h3 {
    font-size: calc(36px * 0.85);
    margin-bottom: 30px;
}
}



@media (min-width: 768px) {.program_assetssys .container {
    flex-direction: row;
    gap: 40px;
    align-items: center;
}.program_assetssys .photo_showsys {
    width: 45%;
    animation: float 6s infinite ease-in-out;
    margin-bottom: 0;
    max-height: none;
}.program_assetssys .mentor_valuessys {
    width: 55%;
    padding: 50px;
    transform: translateY(0);
}.program_assetssys h1 {
    font-size: 40px;
}.program_assetssys h1::after {
    width: 80px;
}.program_assetssys ul {
    grid-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
}.program_assetssys li {
    padding-left: 40px;
}
}



@media screen and (max-width: 991px) {.mentorship_experiencesys .feedback_listsys {
    grid-template-columns: 1fr;
    gap: 3rem;
}.mentorship_experiencesys .photo_showsys {
    width: 80%;
    clip-path: polygon(0 5%, 100% 0%, 95% 100%, 0% 95%);
    height: 350px;
    margin: 0 auto;
}.mentorship_experiencesys .career_timelinesys::before {
    height: 1px;
    width: 60%;
    top: -1.5rem;
    left: 20%;
    background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.5), transparent);
}.mentorship_experiencesys .feedback_listsys:hover .name,
    .mentorship_experiencesys .feedback_listsys:hover .career_timelinesys div:nth-child(2),
    .mentorship_experiencesys .feedback_listsys:hover .emp_skillssys {
    transform: translateX(0);
}}



@media (max-width: 480px) {.give_it_a_trysys {
    padding: 60px 0;
}.give_it_a_trysys .mentor_valuessys {
    transform: skewY(-1deg);
}.give_it_a_trysys .container p {
    padding: 25px;
    font-size: calc(17px * 1.2);
    transform: skewY(1deg);
}.give_it_a_trysys .inquiry_gridsys {
    font-size: calc(15px * 0.9);
    transform: skewY(1deg);
    height: 60px;
}.give_it_a_trysys .inquiry_gridsys:hover {
    transform: skewY(1deg) translateY(-3px);
}}



@media (min-width: 1024px) {.homepagesys {
    padding: 6rem 0;
}.homepagesys .mentor_valuessys {
    gap: 5rem;
}.homepagesys .content_wrapsys {
    flex: 0.8;
}.homepagesys h1 {
    font-size: 39px;
}.homepagesys .learning_welcomesys {
    gap: 2rem;
}.homepagesys .photo_showsys {
    flex: 1.2;
    height: 500px;
}.homepagesys .photo_showsys:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg);
}.homepagesys svg {
    width: 120px;
    height: 120px;
}
}



@media (min-width: 768px) {footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .top_pagebarsys {
    grid-template-columns: repeat(2, 1fr);
}footer .input_holder {
    flex-direction: row;
}footer .access_lessonssys {
    white-space: nowrap;
}footer .top_pagebarsys a {
    padding-right: 10px;
}
}



@media (max-width: 576px) {footer .discord_ctasys {
    padding: 50px 0 20px;
}footer .info_item {
    margin-right: 0;
    width: 100%;
}footer .top_pagebarsys {
    grid-template-columns: 1fr;
}footer .subscribe_holder {
    padding: 20px;
}footer .input_holder input[type="email"],
    footer .access_lessonssys {
    padding: 12px 15px;
}}


@media only screen and (max-width: 800px)  {.container-wrapsys .privacy_learnsys {
    margin-left: 0;
    margin-bottom: 10px;
}}



@media (max-width: 992px) {.study_processsys {
    padding: 3rem 0;
}.study_processsys .mentor_valuessys {
    padding: 2rem;
    transform: perspective(1000px) rotateX(1deg);
}.study_processsys h3 {
    font-size: calc(38px * 0.9);
}
}



@media (max-width: 768px) {.study_processsys {
    padding: 2rem 0;
}.study_processsys .mentor_valuessys {
    padding: 1.5rem;
    transform: none;
}.study_processsys h3 {
    font-size: calc(38px * 0.8);
}.study_processsys span {
    font-size: calc(13px * 0.95);
}}



@media (max-width: 768px) {.audience_profilesys {
    padding: 70px 0;
}.audience_profilesys h4 {
    margin-bottom: 60px;
    font-size: calc(46px * 0.7);
}.audience_profilesys h4::after {
    bottom: -12px;
    width: 80px;
}.audience_profilesys div > div {
    grid-template-columns: 1fr;
    gap: 20px;
}.audience_profilesys p {
    height: auto;
    clip-path: none;
    border-radius: 24px;
    aspect-ratio: 1.73 / 1;
    padding: 20px;
}.audience_profilesys p::before {
    border-radius: 24px;
    clip-path: none;
}.audience_profilesys p:nth-child(even) {
    transform: translateY(0);
}.audience_profilesys p svg {
    width: 28px;
    height: 28px;
    margin-right: 15px;
    position: static;
    transform: none;
}.audience_profilesys p span {
    margin-top: 0;
    display: inline;
}.audience_profilesys p:hover {
    transform: translateY(0) scale(1.03);
}.audience_profilesys p:hover svg {
    transform: scale(1.2);
}.audience_profilesys::after {
    display: none;
}
}



@keyframes pulse {
    0% {
        opacity: 0.4;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 0.4;
    }
}



@keyframes float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
    100% {
        transform: translateY(0);
    }
}



@keyframes float {
    0% { transform: rotate(35deg) translateY(0); }
    50% { transform: rotate(32deg) translateY(-20px); }
    100% { transform: rotate(35deg) translateY(0); }
}



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



@keyframes gridFlow {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}



@keyframes floatLogo {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    25% {
        transform: translateY(-15px) rotate(-5deg);
    }
    75% {
        transform: translateY(10px) rotate(5deg);
    }
}



@keyframes lineExpand {
    0% {
        transform: scaleX(0.3);
        opacity: 0.3;
    }
    100% {
        transform: scaleX(1);
        opacity: 1;
    }
}



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



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



@keyframes shine {
    0% {
        top: -50%;
        left: -50%;
    }
    100% {
        top: 150%;
        left: 150%;
    }
}



@keyframes pulse {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.7;
    }
}



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



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

@keyframes hexSpin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

