.discord_ctasys {
    flex: 0 0 auto;
}

.discord_ctasys {
    position: relative;
    font-family: Arial, sans-serif;
    color: #ffffff;
    background-color: rgb(210,198,212);
    padding: 80px 0 30px;
}

.container {
    margin: auto;
    max-width: 100%;
    width: 1261px;
}

.container-wrapsys {
    display: flex;
    height: 100%;
    flex-direction: column;
    min-height: 100%;
}

header,footer {
    width: 100%;
}

header {
    z-index: 100;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    background: linear-gradient(135deg, rgb(210,198,212,0.5) 0%, rgb(176,161,179,0.5) 100%);
    margin-top: 0;
    position: relative;
    -webkit-backdrop-filter: blur(10px);
    padding: 0;
    backdrop-filter: blur(10px);
}

.price_palettesys .container {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1320px;
    position: relative;
    z-index: 1;
}

.price_palettesys .bundle_ratesys {
    display: flex;
    gap: 60px;
    position: relative;
    flex-direction: column-reverse;
}

.price_palettesys .plan_dealssys:hover {
    transform: perspective(1000px) rotateX(2deg);
}

.price_palettesys .plan_dealssys h2 {
    transform: translateZ(0);
    font-size: 37px;
    color: transparent;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: -0.02em;
    -webkit-background-clip: text !important;
    background: linear-gradient(90deg, rgb(210,198,212), rgb(176,161,179));
    background-clip: text !important;
    line-height: 1.3;
}

.price_palettesys .trial_ratessys {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    position: relative;
}

.price_palettesys .learning_pricingsys:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    z-index: 5;
    transform: translateY(-10px);
}

.price_palettesys .learn_dealssys {
    flex-direction: column;
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 95%);
    border: 1px solid rgba(0, 0, 0, 0.06);
    position: relative;
    overflow: hidden;
    height: 100%;
    display: flex;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.price_palettesys .learning_pricingsys:hover .learn_dealssys::before {
    transform: scaleX(1);
}

.price_palettesys .program_ratesys {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 30px;
}

.price_palettesys .learning_pricingsys:hover .program_ratesys h3 {
    color: rgb(210,198,212);
    transform: translateX(5px) scale(1.03);
}

.price_palettesys .rate_schemessys {
    color: rgb(176,161,179);
    margin-bottom: 20px;
    position: relative;
    font-weight: 700;
    font-size: calc(23px + 4px);
    display: inline-block;
}

.price_palettesys .learning_pricingsys:hover .rate_schemessys::after {
    transform: scaleX(1);
}

.price_palettesys .program_ratesys p {
    overflow-wrap: break-word;
    color: #000000;
    -webkit-line-clamp: 5;
    word-break: break-word;
    overflow: hidden;
    margin-bottom: 0;
    -webkit-box-orient: vertical;
    flex: 1;
    display: -webkit-box;
    line-height: 1.6;
    font-size: 16px;
}

.price_palettesys .learning_pricingsys:hover .photo_showsys {
    transform: scale(1.05);
}

.privacy_garrisonsys {
    --heading-gradient: linear-gradient(135deg, rgb(210,198,212), rgb(176,161,179));
    --text-shadow-subtle: 0 1px 2px rgba(0, 0, 0, 0.05);
    background: linear-gradient(145deg, rgb(238,234,239), rgba(255, 255, 255, 0.97));
    padding: var(--section-padding) 0;
    position: relative;
    --content-spacing: clamp(1.5rem, 5vw, 3.5rem);
    overflow: hidden;
    --section-padding: clamp(2rem, 7vw, 5rem);
}

.privacy_garrisonsys::after {
    z-index: 0;
    top: -5%;
    right: -10%;
    content: "";
    animation: ambient-shift 25s ease-in-out infinite alternate;
    height: 50%;
    opacity: 0.03;
    position: absolute;
    background: linear-gradient(145deg, rgb(210,198,212,0.5), rgb(176,161,179,0.5));
    width: 25%;
    filter: blur(30px);
    transform: rotate(-15deg) skewX(15deg);
}

.privacy_garrisonsys h1 {
    position: relative;
    color: #000000;
    line-height: 1.2;
    font-weight: 700;
    font-size: 39px;
    letter-spacing: -0.02em;
    margin-bottom: calc(var(--content-spacing) * 0.8);
}

.privacy_garrisonsys h2 {
    padding-left: 15px;
    font-size: 30px;
    color: #000000;
    font-weight: 600;
    position: relative;
    margin: calc(var(--content-spacing) * 1.2) 0 calc(var(--content-spacing) * 0.5);
}

.privacy_garrisonsys h3 {
    border-bottom: 1px solid rgba(rgba(0, 0, 0, 0.5), 0.1);
    color: #000000;
    margin: calc(var(--content-spacing) * 0.8) 0 calc(var(--content-spacing) * 0.4);
    font-size: calc(30px * 0.85);
    padding-bottom: 0.5rem;
    font-weight: 600;
}

.privacy_garrisonsys p {
    margin-bottom: calc(var(--content-spacing) * 0.7);
    font-size: 13px;
    max-width: 80ch;
    color: #000000;
    line-height: 1.7;
}

.privacy_garrisonsys strong {
    position: relative;
    font-weight: 600;
    color: rgb(210,198,212);
    display: inline-block;
}

.privacy_garrisonsys span::before {
    width: 3px;
    top: 0.3em;
    position: absolute;
    height: calc(100% - 0.6em);
    left: 0;
    content: "";
    background-color: rgb(176,161,179,0.5);
}

.privacy_garrisonsys li {
    color: #000000;
    font-size: 13px;
    padding-left: 1.5rem;
    margin-bottom: 1rem;
    line-height: 1.6;
    position: relative;
}

.our_storysys {
    background: rgb(238,234,239);
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}

.our_storysys::before {
    top: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(135deg, rgb(210,198,212,0.5) 0%, transparent 50%);
    content: "";
    z-index: 1;
}

.our_storysys .container {
    z-index: 10;
    position: relative;
}

.our_storysys .mentor_valuessys {
    flex-direction: column;
    position: relative;
    display: flex;
    gap: 60px;
}

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

.our_storysys h3:hover {
    transform: perspective(1000px) rotateX(5deg);
}

.our_storysys .learning_creatorssys {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    align-items: center;
    padding: 40px;
    position: relative;
    display: grid;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 12px;
    border-left: 3px solid rgb(210,198,212);
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    gap: 40px;
}

.our_storysys .learning_creatorssys span {
    font-weight: 600;
    grid-column: 1 / 2;
    color: rgb(210,198,212);
    font-size: 19px;
    padding-left: 15px;
    display: block;
    position: relative;
    margin-bottom: 20px;
}

.our_storysys .learning_creatorssys p {
    color: #000000;
    font-size: 16px;
    grid-column: 1 / 2;
    line-height: 1.8;
    position: relative;
}

.our_storysys .learning_creatorssys .photo_showsys::before {
    height: 100%;
    width: 100%;
    z-index: 1;
    content: "";
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 60%);
    position: absolute;
}

.our_storysys .learning_creatorssys .photo_showsys:hover {
    transform: scale(1.02);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.our_storysys .approach_edusys {
    border-right: 3px solid rgb(176,161,179);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    align-items: center;
    gap: 40px;
    background: rgba(255, 255, 255, 0.05);
    grid-template-columns: 1fr 1fr;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    backdrop-filter: blur(10px);
    display: grid;
    padding: 40px;
}

.our_storysys .approach_edusys p {
    position: relative;
    grid-row: 1 / 2;
    line-height: 1.8;
    font-size: 16px;
    grid-column: 2 / 3;
    color: #000000;
}

.our_storysys .approach_edusys .class_expertssys::before {
    z-index: 1;
    width: 100%;
    position: absolute;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 60%);
    content: "";
}

.our_storysys .approach_edusys .class_expertssys:hover {
    transform: scale(1.02);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

header::before {
    content: '';
    height: 100%;
    width: 100%;
    background: 
        radial-gradient(circle at 10% 20%, rgb(210,198,212,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(176,161,179,0.5) 0%, transparent 30%);
    left: 0;
    position: absolute;
    z-index: -1;
    top: 0;
    opacity: 0.5;
}

header .header_topsys:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.25);
}

header .head_lessonsys {
    transition: all 0.3s ease;
    display: block;
}

header .head_lessonsys img {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    max-height: 40px;
}

header .header_trainsys {
    position: relative;
    margin: 0 0.3rem;
}

header .header_trainsys a:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.2);
}

header .header_trainsys a::before {
    height: 100%;
    left: 0;
    border-radius: 25px;
    top: 0;
    transition: opacity 0.3s ease;
    opacity: 0;
    content: '';
    position: absolute;
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.1), 
        rgba(255, 255, 255, 0.05)
    );
    z-index: -1;
    width: 100%;
}

header .header_trainsys:hover::after {
    width: 70%;
}

header .nav_guidesys::before {
    border-radius: 50%;
    opacity: 0.5;
    height: 100px;
    content: '';
    top: -20px;
    background: rgb(210,198,212,0.5);
    filter: blur(40px);
    width: 100px;
    right: -20px;
    z-index: -1;
    position: absolute;
}

header .first_teachsys {
    z-index: 1;
    background: rgb(238,234,239);
    position: relative;
    padding-top: 2rem;
}



header .header_topsys::after {
    opacity: 0.5;
    position: absolute;
    width: 100%;
    content: '';
    height: 20px;
    left: 0;
    transition: all 0.4s ease;
    bottom: -20px;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.1) 0%, transparent 70%);
}

.tyBoxsys::before {
    position: absolute;
    height: 100%;
    z-index: 0;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    opacity: 0.7;
    background: 
        radial-gradient(circle at 20% 30%, rgb(210,198,212,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(176,161,179,0.5) 0%, transparent 40%);
    animation: pulse 10s infinite alternate ease-in-out;
}

.tyBoxsys .mentor_valuessys {
    background: rgba(255, 255, 255, 0.85);
    padding: 3.5rem;
    animation: slideUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    backdrop-filter: blur(10px);
    flex-direction: column;
    transform: perspective(1000px) rotateX(2deg);
    display: flex;
    position: relative;
    transform-origin: top center;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 5px 15px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(255, 255, 255, 0.1);
    gap: 2.5rem;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.tyBoxsys h5 {
    position: relative;
    color: #000000;
    line-height: 1.4;
    display: inline-block;
    font-weight: 700;
    margin: 0;
    font-size: 24px;
}

.tyBoxsys .mentor_valuessys > div:last-child {
    animation: fadeIn 0.8s 0.4s cubic-bezier(0.25, 1, 0.5, 1) both;
    position: relative;
}

.tyBoxsys a::before {
    transition: width 0.3s ease;
    position: absolute;
    content: "";
    background: linear-gradient(to bottom, rgb(210,198,212), rgb(176,161,179));
    width: 4px;
    left: 0;
    top: 0;
    height: 100%;
}

.tyBoxsys a:hover {
    box-shadow: 
        0 12px 24px rgba(0, 0, 0, 0.08),
        0 4px 8px rgba(0, 0, 0, 0.04);
    transform: translateY(-5px);
}

.tyBoxsys a:hover p {
    color: #000000;
}

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

.course_structuresys::after {
    left: -50%;
    z-index: 1;
    opacity: 0.4;
    position: absolute;
    width: 200%;
    background: radial-gradient(circle at center, transparent 30%, rgba(0, 0, 0, 0.5) 90%);
    animation: rotateBg 60s linear infinite;
    content: "";
    height: 200%;
    top: -50%;
}

.course_structuresys .container {
    z-index: 3;
    position: relative;
}

.course_structuresys .photo_showsys {
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    z-index: 1;
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    transform: scale(1);
}

.course_structuresys .photo_showsys::after {
    opacity: 0.7;
    background: 
        radial-gradient(circle at 75% 25%, transparent 0%, rgba(0, 0, 0, 0.5) 90%),
        linear-gradient(to bottom, transparent 30%, #000000 100%);
    position: absolute;
    content: "";
    z-index: 3;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.course_structuresys .mentor_valuessys:hover .photo_showsys::before {
    opacity: 0.6;
}

.course_structuresys .header_topsys {
    top: -30px;
    justify-content: center;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.2),
        0 0 0 15px rgb(176,161,179,0.5);
    background: #ffffff;
    align-items: center;
    animation: floatLogo 6s ease-in-out infinite;
    height: 110px;
    display: flex;
    right: 10%;
    transform-style: preserve-3d;
    border-radius: 43% 57% 63% 37% / 41% 65% 35% 59%;
    z-index: 5;
    width: 110px;
    perspective: 1000px;
    position: absolute;
}

.course_structuresys .header_topsys svg {
    transition: all 0.4s ease;
    fill: rgb(210,198,212);
    transform-style: preserve-3d;
    width: 60%;
    transform: translateZ(20px);
    height: 60%;
}

.course_structuresys .header_topsys:hover svg path {
    stroke: rgb(210,198,212);
    stroke-width: 1;
}

.course_structuresys .learn_pathsys h3::after {
    border-radius: 10px;
    z-index: 1;
    content: "";
    position: absolute;
    background: rgb(210,198,212);
    bottom: -10px;
    width: 40px;
    left: 25px;
    height: 4px;
}

.course_structuresys .learn_pathsys p {
    padding: 25px 30px;
    font-weight: 400;
    font-size: 12px;
    border-radius: 26px;
    position: relative;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 100%
    );
    line-height: 1.8;
    color: #ffffff;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.5),
        inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    margin: 0 auto;
    backdrop-filter: blur(5px);
    max-width: 600px;
    text-shadow: 0 1px 3px #000000;
}

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

.subscribe_to_newslettersys .mentor_valuessys {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
}

.subscribe_to_newslettersys .query_formsys {
    padding: 3rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
    flex-direction: column;
    background: linear-gradient(110deg, #ffffff 0%, rgb(238,234,239) 100%);
    margin-left: auto;
    max-width: 600px;
    position: relative;
    transform: skewX(-10deg);
    display: flex;
    border-radius: 29px;
}

.subscribe_to_newslettersys h3 {
    color: #000000;
    font-weight: 700;
    transform: skewX(10deg);
    margin-bottom: 1.5rem;
    padding-left: 1rem;
    font-size: 18px;
    position: relative;
}

.subscribe_to_newslettersys .input_holder {
    transform: skewX(10deg);
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.subscribe_to_newslettersys input[type="email"]:focus {
    border-color: rgb(210,198,212);
    box-shadow: 0 0 10px rgb(210,198,212,0.5);
    transform: translateX(0);
    outline: none;
}

.subscribe_to_newslettersys input[type="submit"] {
    cursor: pointer;
    background: linear-gradient(90deg, rgb(210,198,212) 0%, rgb(176,161,179) 100%);
    transition: all 0.3s ease;
    font-weight: 600;
    transform: translateY(0);
    border-radius: 10px;
    font-size: 18px;
    padding: 0.8rem 2rem;
    border: none;
    font-family: Arial, sans-serif;
    align-self: flex-end;
    color: #ffffff;
}

.contactsys .container {
    position: relative;
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1200px;
}

.contactsys .query_formsys {
    grid-gap: 40px;
    grid-template-columns: 1fr;
    display: grid;
}

.contactsys .inquiry_linkssys h3 {
    position: relative;
    font-size: 36px;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 700;
    grid-column: 1 / -1;
    color: #000000;
}

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

.contactsys .inquiry_linkssys div:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.contactsys .inquiry_linkssys svg path {
    fill: rgb(210,198,212);
}

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

.contactsys form h3 {
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    color: #000000;
    font-size: 36px;
}

.contactsys form h3 {
    grid-column: 1 / -1;
}

.contactsys form {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    grid-gap: 25px;
}

.contactsys form input[type="text"],
.contactsys form input[type="email"] {
    background: #ffffff;
    width: 100%;
    border-radius: 10px;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 17px;
    color: #000000;
    padding: 15px 20px;
}

.contactsys .connect_linkssys {
    grid-column: 1 / -1;
    align-items: flex-start;
    margin: 10px 0;
    display: flex;
}

.contactsys .connect_linkssys input[type="checkbox"]:checked {
    border-color: rgb(210,198,212);
    background-color: rgb(210,198,212);
}

.contactsys .connect_linkssys input[type="checkbox"]:checked::before {
    position: absolute;
    height: 10px;
    width: 6px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    left: 7px;
    top: 4px;
    content: "";
    transform: rotate(45deg);
}

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

.contactsys .inquiry_gridsys:hover {
    background: rgb(176,161,179);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}

.program_assetssys {
    position: relative;
    background: linear-gradient(135deg, rgb(238,234,239) 0%, rgba(245, 248, 255, 0.9) 100%);
    padding: 120px 0;
    overflow: hidden;
}

.program_assetssys .container {
    display: flex;
    margin: 0 auto;
    z-index: 1;
    position: relative;
    max-width: 1200px;
    flex-direction: column;
    padding: 0 20px;
}

.program_assetssys .photo_showsys {
    border: 4px solid #ffffff;
    width: 100%;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    filter: saturate(1.1) brightness(1.05);
    transform: perspective(1000px) rotateY(-2deg);
    margin-bottom: 40px;
    object-fit: cover;
    max-height: 400px;
}

.program_assetssys .content_wrapsys {
    position: relative;
}

.program_assetssys h1::after {
    position: absolute;
    background: rgb(210,198,212);
    height: 3px;
    left: 0;
    bottom: 0;
    transition: width 0.5s ease;
    content: "";
    width: 60px;
}

.program_assetssys li {
    transition: transform 0.3s ease;
    padding-left: 36px;
    position: relative;
}

.program_assetssys li p {
    color: #000000;
    margin: 0;
    font-size: calc(18px - 1px);
    line-height: 1.6;
    align-items: center;
    display: flex;
}

.program_assetssys li:hover svg {
    transform: scale(1.15) rotate(5deg);
}

.program_assetssys li:hover svg path {
    fill: rgb(176,161,179);
}

.mentorship_experiencesys {
    background: rgb(238,234,239);
    padding: 6rem 2rem;
    overflow: hidden;
    position: relative;
}

.mentorship_experiencesys::after {
    position: absolute;
    width: 40%;
    height: 1px;
    background: linear-gradient(to left, transparent, rgb(176,161,179,0.5), transparent);
    animation: lineExpand 5s ease-in-out infinite alternate 2.5s;
    bottom: 40%;
    right: 0;
    content: "";
    transform-origin: right center;
}

.mentorship_experiencesys .photo_showsys {
    border-radius: 0;
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    filter: grayscale(100%);
    clip-path: polygon(0 10%, 100% 0%, 85% 100%, 0% 90%);
    width: 100%;
    position: relative;
    height: 400px;
    transform: scale(1);
    overflow: hidden;
}

.mentorship_experiencesys .career_timelinesys {
    position: relative;
    transition: all 0.7s ease;
    display: flex;
    justify-content: center;
    flex-direction: column;
    opacity: 0.9;
}

.mentorship_experiencesys .name {
    position: relative;
    transition: all 0.5s ease;
    font-weight: 700;
    font-size: calc(38px * 1.2);
    transform: translateX(0);
    margin-bottom: 1rem;
    color: #000000;
}

.mentorship_experiencesys .career_timelinesys div:nth-child(2) {
    font-weight: 300;
    margin-bottom: 3rem;
    letter-spacing: 2px;
    color: rgb(176,161,179);
    transition: all 0.5s ease 0.1s;
    text-transform: uppercase;
    font-size: 21px;
    transform: translateX(0);
}

.mentorship_experiencesys .emp_skillssys::before {
    line-height: 1;
    font-family: serif;
    color: rgb(210,198,212,0.5);
    top: -1rem;
    left: 0;
    position: absolute;
    content: "";
    font-size: 4rem;
}

.mentorship_experiencesys .feedback_listsys:hover .photo_showsys::after {
    opacity: 0.3;
}

.mentorship_experiencesys .feedback_listsys:hover .name {
    transform: translateX(10px);
}

.mentorship_experiencesys .feedback_listsys:hover .career_timelinesys div:nth-child(2) {
    transform: translateX(20px);
}

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

.give_it_a_trysys .mentor_valuessys {
    grid-template-columns: 2fr 1fr;
    margin: 0 auto;
    gap: 40px;
    z-index: 10;
    transform: skewY(-2deg);
    max-width: 1000px;
    display: grid;
    position: relative;
}

.give_it_a_trysys .inquiry_gridsys {
    height: 100%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    font-size: 15px;
    background: rgb(210,198,212);
    text-decoration: none;
    z-index: 5;
    position: relative;
    overflow: hidden;
    transform: skewY(2deg);
    display: flex;
    font-weight: 600;
    align-items: center;
    border-radius: 10px;
    color: #ffffff;
    justify-content: center;
    transition: all 0.4s ease;
}

.give_it_a_trysys .inquiry_gridsys::after {
    transform: rotate(20deg);
    width: 30px;
    height: 200%;
    background: rgba(255, 255, 255, 0.2);
    left: -100px;
    top: -50%;
    content: '';
    transition: left 0.6s ease;
    position: absolute;
}

.give_it_a_trysys .container p::before {
    width: 6px;
    left: 0;
    height: 60%;
    position: absolute;
    border-radius: 0 3px 3px 0;
    top: 20%;
    background: rgb(210,198,212);
    content: '';
}

.give_it_a_trysys .mentor_valuessys::after {
    border: 2px dashed rgb(210,198,212,0.5);
    position: absolute;
    width: 100px;
    opacity: 0.4;
    border-radius: 50%;
    content: '';
    right: -50px;
    transform: skewY(2deg);
    z-index: -1;
    height: 100px;
    top: -50px;
}

.homepagesys::before {
    background: 
        radial-gradient(circle at 20% 30%, rgb(210,198,212,0.5) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgb(176,161,179,0.5) 0%, transparent 30%);
    left: 0;
    height: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
    opacity: 0.15;
    width: 100%;
    content: "";
}

.homepagesys .mentor_valuessys {
    margin: 0 auto;
    padding: 0 1.5rem;
    z-index: 2;
    flex-direction: column;
    max-width: 1200px;
    display: flex;
    position: relative;
}

.homepagesys h1 {
    opacity: 0;
    animation: slideIn 0.8s cubic-bezier(0.25, 0.8, 0.25, 1) forwards;
    margin-bottom: 1.5rem;
    color: #000000;
    transform: translateX(-30px);
    position: relative;
    font-weight: 700;
    font-size: calc(38px * 1.1);
}

.homepagesys h1::after {
    animation: expandWidth 1s cubic-bezier(0.25, 0.8, 0.25, 1) forwards;
    transform-origin: left;
    width: 60px;
    content: "";
    background: linear-gradient(to right, rgb(210,198,212), rgb(176,161,179));
    position: absolute;
    left: 0;
    height: 3px;
    transform: scaleX(0);
    animation-delay: 0.8s;
    bottom: -10px;
}

.homepagesys svg {
    animation: pulse 4s ease-in-out infinite;
    margin-bottom: 1rem;
    transform-origin: center;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
    height: 80px;
    width: 80px;
}

.homepagesys ul {
    transform: translateY(20px);
    opacity: 0;
    animation: fadeUp 0.8s cubic-bezier(0.25, 0.8, 0.25, 1) forwards;
    padding: 0;
    animation-delay: 0.6s;
    margin: 0;
    list-style: none;
}

.homepagesys .inquiry_gridsys::before {
    height: 100%;
    width: 100%;
    opacity: 0;
    background: linear-gradient(135deg, rgb(176,161,179) 0%, rgb(210,198,212) 100%);
    z-index: -1;
    position: absolute;
    content: "";
    transition: opacity 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    top: 0;
    left: 0;
}

.homepagesys .inquiry_gridsys:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
}

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

.homepagesys .photo_showsys::before {
    opacity: 0.8;
    position: absolute;
    background: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.7));
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
}

.homepagesys .photo_showsys::after {
    height: 200%;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.2) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    animation: shine 6s infinite;
    content: "";
    transform: rotate(45deg);
}

footer .whatsapp_grpsys {
    z-index: 1;
    position: relative;
}

footer .contact_cardsys {
    margin-bottom: 60px;
    justify-content: flex-start;
    gap: 10px;
    flex-wrap: wrap;
    display: flex;
}

footer .info_item:hover {
    transform: skewX(-5deg) translateY(-5px);
    background-color: rgb(210,198,212);
}

footer .info_item svg {
    vertical-align: middle;
    transform: skewX(5deg);
    height: 20px;
    fill: #ffffff;
    margin-right: 10px;
    width: 20px;
}

footer .text_main_holder {
    position: relative;
    grid-template-columns: 1fr;
    gap: 40px;
    display: grid;
}

footer .header_topsys {
    position: relative;
    padding-left: 20px;
}

footer .header_topsys svg {
    height: 45px;
    margin-bottom: 20px;
    width: auto;
    filter: brightness(0) invert(1);
}

footer .verify_ctasys {
    line-height: 1.6;
    max-width: 320px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
}

footer .nav_wrapsys h5::after {
    width: 50px;
    left: 0;
    bottom: 0;
    background-color: rgb(210,198,212);
    content: "";
    position: absolute;
    height: 3px;
}

footer .top_pagebarsys {
    margin-bottom: 25px;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 15px;
    display: grid;
}

footer .top_pagebarsys a::before {
    transition: all 0.3s ease;
    position: absolute;
    color: rgb(210,198,212);
    left: -20px;
    content: "→";
    opacity: 0;
}

footer .subscribe_holder {
    border-left: 5px solid rgb(210,198,212);
    padding: 30px;
    position: relative;
    border-radius: 17px;
    background-color: rgba(0, 0, 0, 0.3);
}

footer .subscribe_holder h5 {
    font-size: 23px;
    color: #ffffff;
    letter-spacing: 1px;
    margin-bottom: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

footer .input_holder {
    display: flex;
    gap: 15px;
    flex-direction: column;
}

footer .input_holder input[type="email"]:focus {
    box-shadow: 0 0 0 2px rgb(210,198,212);
    background-color: rgba(255, 255, 255, 0.15);
    outline: none;
}

footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

footer .access_lessonssys:hover {
    transform: translateX(5px);
    background-color: rgb(176,161,179);
}

footer .debate_clubsys {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 60px;
    position: relative;
    padding-top: 20px;
}

footer .vr_labssys {
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    font-size: 13px;
}

.learn_consentsys {
    justify-content: space-between;
    display: flex;
    align-items: center;
    padding: 20px 0;
}

.dialogCookieSettingssys p {
    font-size: 18px;
}

.track_edusys svg, .track_edusys svg path, .track_edusys img {
    width: 100px;
    fill: rgb(210,198,212);
    height: 100px;
}

.dialogCookieSettingssys p a {
    text-decoration: none;
    color: rgb(210,198,212);
}

#cookieUsageMessagesys {
    display: none;
}

#cookieUsageMessagesys:checked ~ .dialogCookieSettingssys {
    visibility: hidden;
    opacity: 0;
}

.container-wrapsys .privacy_learnsys {
    background: rgb(210,198,212);
    margin-left: 30px;
    color: #ffffff;
    font-size: 20px;
    padding: 10px;
}

.study_processsys::before {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    animation: pulse 8s infinite alternate;
    left: 0;
    width: 100%;
    background: radial-gradient(circle at 30% 50%, rgb(210,198,212,0.5) 0%, transparent 60%);
    z-index: 1;
}

.study_processsys .mentor_valuessys {
    padding: 3rem;
    display: flex;
    z-index: 2;
    background: rgba(255, 255, 255, 0.08);
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(10px);
    align-items: center;
    max-width: 900px;
    flex-direction: column;
    border-radius: 10px;
    animation: appearIn 1s ease-out forwards;
}

.study_processsys h3 {
    text-align: center;
    padding-bottom: 1rem;
    font-size: 38px;
    animation: slideUp 0.8s ease-out forwards;
    position: relative;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.study_processsys span {
    max-width: 700px;
    line-height: 1.8;
    opacity: 0;
    animation: fadeIn 1s 0.3s ease-out forwards;
    text-align: center;
    font-size: 13px;
    color: #ffffff;
}

.audience_profilesys::before {
    opacity: 0.3;
    background-image: radial-gradient(rgb(210,198,212,0.5) 20%, transparent 20%);
    bottom: 0;
    position: absolute;
    width: 60%;
    content: "";
    z-index: 1;
    height: 60%;
    background-size: 20px 20px;
    background-position: 0 0;
    right: 0;
}

.audience_profilesys h4:hover {
    transform: perspective(1000px) rotateX(5deg);
}

.audience_profilesys h4::after {
    transform: translateX(-50%);
    width: 100px;
    left: 50%;
    bottom: -15px;
    position: absolute;
    content: "";
    height: 5px;
    border-radius: 5px;
    background: linear-gradient(90deg, rgb(210,198,212), rgb(176,161,179));
}

.audience_profilesys p:nth-child(even) {
    transform: translateY(100px);
}

.audience_profilesys p::before {
    top: 0;
    z-index: -1;
    background: linear-gradient(135deg, #ffffff, rgb(238,234,239));
    transition: opacity 0.3s ease;
    left: 0;
    position: absolute;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    opacity: 0;
    width: 100%;
    height: 100%;
    content: "";
}

.audience_profilesys p:hover::before {
    opacity: 1;
}

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

.audience_profilesys p span {
    display: block;
    margin-top: 50px;
    width: 100%;
}

.audience_profilesys p:hover svg path {
    fill: rgb(176,161,179);
}



.audience_profilesys::after {
    opacity: 0.5;
    width: 200px;
    top: 10%;
    left: 5%;
    z-index: 1;
    content: "";
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    animation: hexSpin 30s linear infinite;
    position: absolute;
    height: 200px;
    border: 2px dashed rgb(176,161,179,0.5);
}

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

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


@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media (min-width: 768px) {.price_palettesys .trial_ratessys {
    grid-template-columns: repeat(2, 1fr);
}.price_palettesys .plan_dealssys {
    padding: 40px;
}.price_palettesys .program_ratesys {
    padding: 30px 35px;
}.price_palettesys .photo_showsys {
    height: 240px;
}
}



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



@media (hover: hover) {.price_palettesys .learning_pricingsys {
    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);
}.price_palettesys .learning_pricingsys:hover {
    transform: translateY(-10px) scale(1.02);
}}



@media (max-width: 480px) {.privacy_garrisonsys {
    --content-spacing: 1.2rem;
}.privacy_garrisonsys .container {
    padding: 1.2rem;
}.privacy_garrisonsys h1 {
    font-size: calc(39px * 0.7);
}.privacy_garrisonsys h2 {
    font-size: calc(30px * 0.75);
    padding-left: 10px;
}.privacy_garrisonsys h2::before {
    width: 4px;
}.privacy_garrisonsys p, 
    .privacy_garrisonsys span,
    .privacy_garrisonsys li {
    line-height: 1.6;
    font-size: calc(13px * 0.9);
}.privacy_garrisonsys li {
    padding-left: 1.2rem;
    margin-bottom: 0.8rem;
}.privacy_garrisonsys li::before {
    height: 6px;
    width: 6px;
}.privacy_garrisonsys h1::after {
    height: 2px;
    width: 50px;
}
}



@media (max-width: 768px) {.our_storysys {
    padding: 60px 0;
}.our_storysys h3 {
    font-size: calc(34px * 0.9);
}.our_storysys .mentor_valuessys {
    gap: 40px;
}.our_storysys .mentor_valuessys::before {
    display: none;
}.our_storysys .learning_creatorssys,
    .our_storysys .approach_edusys {
    padding: 30px;
}.our_storysys .learning_creatorssys span {
    font-size: calc(19px * 0.9);
}.our_storysys .learning_creatorssys .photo_showsys,
    .our_storysys .approach_edusys .class_expertssys {
    height: 250px;
}
}



@media (max-width: 576px) {.our_storysys {
    padding: 40px 0;
}.our_storysys h3 {
    font-size: calc(34px * 0.8);
    margin-bottom: 30px;
}.our_storysys .learning_creatorssys,
    .our_storysys .approach_edusys {
    padding: 20px;
    gap: 20px;
}.our_storysys .learning_creatorssys span {
    margin-bottom: 15px;
}.our_storysys .learning_creatorssys .photo_showsys,
    .our_storysys .approach_edusys .class_expertssys {
    height: 200px;
}}



@media (max-width: 767px) {header {
    padding: 0;
}header .nav_guidesys {
    padding: 0.8rem 1.2rem;
}header .header_topsys {
    max-width: 140px;
    padding: 0.5rem 0.8rem;
}header .head_lessonsys img {
    max-height: 35px;
}header .nav_wrapsys {
    padding-bottom: 0.5rem;
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
    margin-top: 0.8rem;
    scrollbar-width: thin;
    overflow-x: auto;
}header .nav_wrapsys::-webkit-scrollbar {
    height: 3px;
}header .nav_wrapsys::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
}header .header_trainsys {
    flex: 0 0 auto;
    margin: 0 0.15rem;
}header .header_trainsys a {
    white-space: nowrap;
    padding: 0.5rem 0.8rem;
    font-size: calc(16px - 2px);
}header .header_trainsys::after {
    display: none;
}header .header_topsys::after {
    display: none;
}
}



@media (max-width: 576px) {.tyBoxsys {
    padding: 3rem 0;
}.tyBoxsys .container {
    padding: 0 1rem;
}.tyBoxsys .mentor_valuessys {
    padding: 1.5rem;
    gap: 1.5rem;
    transform: none;
}.tyBoxsys .mentor_valuessys > div:first-child {
    margin-left: -1rem;
    border-left-width: 3px;
    padding-left: 1rem;
}.tyBoxsys h5 {
    font-size: calc(24px * 0.85);
}.tyBoxsys a {
    padding: 1rem;
}.tyBoxsys p {
    line-height: 1.5;
    font-size: calc(15px * 0.9);
}}



@media screen and (max-width: 992px) {.course_structuresys {
    padding: 80px 0;
}.course_structuresys .mentor_valuessys {
    min-height: 450px;
}.course_structuresys .learn_pathsys {
    padding-top: 50px;
    width: 85%;
    padding-bottom: 50px;
}.course_structuresys .header_topsys {
    top: -25px;
    height: 90px;
    width: 90px;
}.course_structuresys .learn_pathsys h3 {
    font-size: calc(37px * 0.9);
    padding: 12px 20px;
}.course_structuresys .learn_pathsys p {
    padding: 20px 25px;
    font-size: calc(12px * 0.95);
}
}



@media screen and (max-width: 576px) {.course_structuresys {
    padding: 40px 0;
}.course_structuresys .photo_showsys {
    margin-bottom: -30px;
    height: 250px;
}.course_structuresys .header_topsys {
    width: 70px;
    left: 15px;
    height: 70px;
    top: -25px;
}.course_structuresys .learn_pathsys h3 {
    margin-top: 15px;
    padding: 10px 15px;
    font-size: calc(37px * 0.7);
}.course_structuresys .learn_pathsys p {
    font-size: calc(12px * 0.9);
    padding: 15px 20px;
    margin-top: 20px;
}.course_structuresys .learn_pathsys h3::after {
    left: 15px;
    width: 30px;
    height: 3px;
    bottom: -8px;
}}



@media (max-width: 480px) {.subscribe_to_newslettersys {
    padding: 2rem 0.8rem;
}.subscribe_to_newslettersys .query_formsys {
    padding: 1.5rem;
    transform: none;
}.subscribe_to_newslettersys h3 {
    transform: none;
    text-align: center;
    padding-left: 0;
    font-size: calc(18px * 0.8);
}.subscribe_to_newslettersys h3::before {
    height: 5px;
    left: 50%;
    transform: translateX(-50%);
    top: -10px;
    width: 50px;
}.subscribe_to_newslettersys .input_holder {
    transform: none;
}.subscribe_to_newslettersys input[type="email"] {
    transform: none;
}}



@media (max-width: 576px) {.contactsys {
    padding: 50px 0;
}.contactsys .inquiry_linkssys {
    padding: 25px;
    grid-template-columns: 1fr;
}.contactsys .query_messagesys {
    padding: 25px;
}.contactsys .inquiry_linkssys h3,
    .contactsys form h3 {
    margin-bottom: 25px;
    font-size: calc(36px * 0.8);
}.contactsys .inquiry_linkssys div {
    padding: 25px 15px;
}}



@media (min-width: 992px) {.program_assetssys {
    padding: 150px 0;
}.program_assetssys .container {
    gap: 60px;
}.program_assetssys h1 {
    margin-bottom: 40px;
}.program_assetssys h1:hover::after {
    width: 120px;
}.program_assetssys li p {
    font-size: 18px;
}.program_assetssys .mentor_valuessys {
    padding: 60px;
}
}



@media (max-width: 767px) {.program_assetssys {
    padding: 80px 0;
}.program_assetssys .photo_showsys {
    max-height: 300px;
}.program_assetssys .mentor_valuessys {
    padding: 30px 25px;
}.program_assetssys h1 {
    font-size: calc(34px - 4px);
    margin-bottom: 25px;
}.program_assetssys li {
    margin-bottom: 15px;
}.program_assetssys li p {
    font-size: calc(18px - 2px);
}}



@media (max-width: 991px) {.give_it_a_trysys {
    padding: 100px 0;
}.give_it_a_trysys .mentor_valuessys {
    gap: 30px;
}.give_it_a_trysys .container p {
    font-size: calc(21px * 1.2);
    padding: 40px;
}.give_it_a_trysys .container p::before {
    width: 5px;
}
}



@media (max-width: 767px) {.give_it_a_trysys {
    padding: 80px 0;
}.give_it_a_trysys .mentor_valuessys {
    gap: 25px;
    grid-template-columns: 1fr;
}.give_it_a_trysys .container p {
    font-size: 21px;
    padding: 30px;
}.give_it_a_trysys .inquiry_gridsys {
    height: 80px;
}.give_it_a_trysys .container p::before {
    width: 4px;
}
}



@media (min-width: 768px) {.homepagesys {
    padding: 5rem 0;
}.homepagesys .mentor_valuessys {
    gap: 3rem;
    align-items: center;
    flex-direction: row;
}.homepagesys .content_wrapsys {
    order: 1;
    flex: 1;
    padding: 2rem 1rem 2rem 0;
}.homepagesys h1 {
    font-size: calc(39px * 0.9);
}.homepagesys .learning_welcomesys p {
    max-width: 95%;
}.homepagesys .photo_showsys {
    flex: 1;
    transform: perspective(1000px) rotateX(3deg) rotateY(-5deg);
    height: 450px;
    order: 2;
}.homepagesys svg {
    height: 100px;
    width: 100px;
}
}



@media (max-width: 767px) {.homepagesys h1 {
    font-size: calc(38px * 0.9);
}.homepagesys .learning_welcomesys p {
    font-size: calc(15px * 0.95);
}.homepagesys svg {
    width: 70px;
    height: 70px;
}.homepagesys .inquiry_gridsys {
    text-align: center;
    width: 100%;
}}



@media (max-width: 991px) {footer .discord_ctasys::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    background-color: rgb(210,198,212);
    width: 100%;
    opacity: 0.7;
}
}



@media (max-width: 767px) {footer .discord_ctasys {
    padding: 60px 0 30px;
}footer .contact_cardsys {
    margin-bottom: 40px;
    justify-content: center;
}footer .nav_wrapsys h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
}footer .debate_clubsys {
    margin-top: 40px;
}
}


@media only screen and (max-width: 1200px) {.dialogCookieSettingssys {
    padding: 20px;
}
}


@media only screen and (max-width: 800px) {.track_edusys {
    display: none;
}.learn_consentsys {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}.dialogCookieSettingssys h5 {
    text-align: center;
}.dialogCookieSettingssys p {
    text-align: center;
}.consent_learnsys {
    margin-bottom: 20px;
}body .container-wrapsys .privacy_learnsys {
    margin-left: 0;
}}



@media (max-width: 991px) {.audience_profilesys {
    padding: 80px 0;
}.audience_profilesys h4 {
    font-size: calc(46px * 0.85);
    margin-bottom: 70px;
}.audience_profilesys div > div {
    gap: 100px 20px;
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
}.audience_profilesys p {
    height: 180px;
    padding: 35px 25px;
}.audience_profilesys p:nth-child(3n+2) {
    transform: translateY(0);
}.audience_profilesys p:nth-child(even) {
    transform: translateY(90px);
}.audience_profilesys p svg {
    top: 25px;
}.audience_profilesys p span {
    margin-top: 45px;
}.audience_profilesys::after {
    height: 150px;
    width: 150px;
}
}



@media (max-width: 576px) {.audience_profilesys {
    padding: 60px 0;
}.audience_profilesys h4 {
    margin-bottom: 40px;
    font-size: calc(46px * 0.6);
}.audience_profilesys h4::after {
    bottom: -10px;
    height: 4px;
    width: 60px;
}.audience_profilesys p {
    padding: 15px;
    font-size: calc(16px * 0.9);
}.audience_profilesys p svg {
    margin-right: 10px;
    height: 24px;
    width: 24px;
}
}



@keyframes ambient-shift {
    0% {
        opacity: 0.02;
        transform: rotate(-15deg) skewX(15deg) translate(0, 0);
    }
    50% {
        opacity: 0.04;
        transform: rotate(-12deg) skewX(12deg) translate(2%, 5%);
    }
    100% {
        opacity: 0.03;
        transform: rotate(-18deg) skewX(18deg) translate(-2%, -3%);
    }
}

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



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



@keyframes slideUp {
    from {
        opacity: 0;
        transform: perspective(1000px) rotateX(5deg) translateY(50px);
    }
    to {
        opacity: 1;
        transform: perspective(1000px) rotateX(2deg) translateY(0);
    }
}



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



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



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

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



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



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



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



@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}



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



@keyframes appearIn {
    from {
        opacity: 0;
        transform: perspective(1000px) rotateX(10deg) translateY(50px);
    }
    to {
        opacity: 1;
        transform: perspective(1000px) rotateX(2deg) translateY(0);
    }
}



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

@keyframes fadeScale {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

