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

.equity_info {
    flex: 0 0 auto;
}

.equity_info {
    position: relative;
    padding: 5rem 0 1rem;
    font-family: Arial, sans-serif;
    color: #ffffff;
    background: linear-gradient(135deg, #000000 0%, rgb(191,191,208,0.5) 100%);
    z-index: 1;
}

.educational_gains .learning_studio {
    margin: 0 auto;
    z-index: 2;
    position: relative;
    max-width: 1400px;
    display: flex;
    flex-wrap: wrap;
}

.educational_gains .photo_frame_wrap:hover {
    transform: translateY(-10px);
    box-shadow: 20px 30px 60px rgba(0, 0, 0, 0.2);
}

.educational_gains h2 {
    margin-bottom: 50px;
    width: fit-content;
    font-weight: 700;
    font-size: 28px;
    color: #000000;
    position: relative;
}

.educational_gains .text_main_holder > div::before {
    top: 0;
    height: 0;
    left: 0;
    transition: height 0.3s ease-out;
    position: absolute;
    width: 5px;
    content: '';
    background: rgb(191,191,208);
}

.educational_gains .text_main_holder svg {
    transition: transform 0.3s ease;
    height: 45px;
    width: 45px;
}

.about_this {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    color: #ffffff;
}

.about_this .container {
    grid-template-columns: 1fr;
    padding: 0 20px;
    gap: 2rem;
    z-index: 2;
    position: relative;
    margin: 0 auto;
    display: grid;
    max-width: 1200px;
}

.about_this .text_box_holder {
    backdrop-filter: blur(5px);
    border-top: 1px solid rgba(255,255,255,0.1);
    box-shadow: 0 10px 35px rgba(0,0,0,0.2);
    position: relative;
    border-left: 1px solid rgba(255,255,255,0.1);
    animation: fadeSlideUp 1s 0.3s forwards cubic-bezier(0.16, 1, 0.3, 1);
    background: linear-gradient(135deg, rgba(255,255,255,0.1), rgba(255,255,255,0.03));
    padding: 40px;
    opacity: 0;
    border-radius: 2px;
    transform: translateY(20px);
}

.about_this .text_box_holder div div::first-letter {
    float: left;
    font-weight: 700;
    font-size: 1.5em;
    padding-right: 8px;
    line-height: 1;
    color: rgb(191,191,208);
}

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

.get_in_touch .feedback_help svg {
    margin-bottom: 15px;
    width: 40px;
    height: 40px;
}

.get_in_touch .feedback_help a {
    text-decoration: none;
    color: rgb(191,191,208);
    transition: color 0.3s ease;
    font-weight: 600;
}

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

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

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

header::before {
    right: 0.5rem;
    pointer-events: none;
    content: '';
    border-radius: 10px;
    top: 0.5rem;
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.2);
    bottom: 0.5rem;
    z-index: 0;
    left: 0.5rem;
}

header .head_train {
    overflow: hidden;
    flex-direction: column;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    display: flex;
    background: #ffffff;
    border-radius: 13px;
    position: relative;
    padding: 1.5rem;
    align-items: center;
}

header .main_pagewrap {
    padding-top: 1rem;
    gap: 0.7rem;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    display: flex;
    max-width: 90%;
}

header .nav_tutor:hover::before {
    width: 100%;
}

.thanksPanel {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(225,225,233) 0%, rgba(rgb(191,191,208), 0.1) 100%);
    position: relative;
    padding: 80px 0;
}

.thanksPanel:hover::before {
    transform: rotate(55deg) scale(1.1);
}

.thanksPanel .learning_studio {
    display: grid;
    background: #ffffff;
    border-left: 4px solid rgb(191,191,208);
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.5s ease;
    box-shadow: 0 8px 32px rgba(#000000, 0.06);
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 40px;
    position: relative;
}

.thanksPanel p {
    line-height: 1.7;
    margin: 0;
    position: relative;
    font-size: 16px;
    color: #000000;
    transition: transform 0.3s ease;
}

.thanksPanel a:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}

.thanksPanel .learning_studio:hover > div:last-child::before {
    opacity: 0.5;
    transform: rotate(0);
}

.privacy_repository::before {
    width: 30%;
    top: 0;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    opacity: 0.1;
    height: 100%;
    position: absolute;
    right: 0;
    content: "";
    background: linear-gradient(45deg, transparent, rgb(153,152,173,0.5));
    z-index: 1;
}

.privacy_repository h1::after {
    content: "";
    height: 4px;
    transition: width 0.3s ease;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(191,191,208), rgb(153,152,173));
    bottom: 0;
    left: 0;
    width: 80px;
    position: absolute;
}

.privacy_repository p {
    margin-bottom: 1.5rem;
    color: #000000;
    font-size: 15px;
    transition: color 0.3s ease;
    max-width: 90ch;
    line-height: 1.7;
}

.privacy_repository ul {
    list-style: none;
    margin: 1.5rem 0 2rem;
    padding-left: 1.5rem;
}

.privacy_repository li:hover::before {
    transform: rotate(135deg);
}

.privacy_repository div.container:hover h1::after {
    width: 120px;
}

.training_specialist {
    padding: 70px 30px;
    overflow: hidden;
    background: linear-gradient(45deg, rgb(225,225,233) 0%, #ffffff 100%);
    position: relative;
}

.training_specialist .photo_frame_wrap {
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    border-radius: 22px 22px 0 0;
    width: 100%;
    z-index: 2;
    transform: rotateX(10deg);
    position: relative;
    transform-origin: bottom;
    overflow: hidden;
    height: 300px;
}

.training_specialist .name {
    font-weight: 700;
    display: inline-block;
    transform: translateZ(0);
    position: relative;
    font-size: 37px;
    color: rgb(191,191,208);
    transition: transform 0.4s ease;
    margin-bottom: 10px;
}

.training_specialist .work_block {
    border-top: 1px solid rgb(225,225,233);
    line-height: 1.7;
    transform: translateZ(0);
    padding: 20px 0 0 0;
    font-size: 17px;
    position: relative;
    color: #000000;
    transition: transform 0.4s ease 0.2s;
}

.tariff_card .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
    z-index: 3;
}

.tariff_card h2::after {
    left: 50%;
    background: linear-gradient(90deg, rgb(191,191,208), rgb(153,152,173));
    height: 3px;
    transform: translateX(-50%);
    position: absolute;
    bottom: -10px;
    width: 80px;
    content: "";
}

.tariff_card .member_fees::before {
    transition: opacity 0.5s ease;
    height: 100%;
    opacity: 0;
    z-index: -1;
    position: absolute;
    width: 100%;
    background: radial-gradient(circle at 30% 30%, rgb(191,191,208,0.5), transparent 75%);
    left: 0;
    top: 0;
    content: "";
}

.tariff_card .price_sheet h4::after {
    left: 0;
    position: absolute;
    transition: width 0.3s ease;
    bottom: -8px;
    width: 40px;
    height: 2px;
    content: "";
    background: rgb(153,152,173);
}

.tariff_card .premium_plan::before {
    left: -100%;
    transition: left 0.5s ease;
    top: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    content: "";
}

.program_offerings .program_map {
    display: grid;
    position: relative;
    gap: 0;
    grid-template-columns: 1fr;
}

.program_offerings .text_box_holder::before {
    height: 8rem;
    right: 3rem;
    top: -4rem;
    background: rgb(153,152,173,0.5);
    position: absolute;
    width: 8rem;
    z-index: -1;
    content: "";
    opacity: 0.6;
    border-radius: 50%;
}

.program_offerings .text_box_holder .description::before {
    top: 0.5rem;
    content: "";
    background: rgb(153,152,173);
    border-radius: 50%;
    height: 4px;
    width: 4px;
    left: 0;
    position: absolute;
}

.program_offerings .photo_frame_wrap::after {
    background: linear-gradient(
        to bottom right,
        rgb(191,191,208,0.5) 0%,
        transparent 40%
    );
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    position: absolute;
}

.equity_info .support_contact {
    position: relative;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    padding: 1.5rem;
    background: rgba(0, 0, 0, 0.1);
    margin-bottom: 1rem;
    border-radius: 27px;
    backdrop-filter: blur(8px);
    border: 1px solid rgb(153,152,173,0.5);
    gap: 2rem;
}

.equity_info .info_item a:hover svg {
    fill: rgb(191,191,208);
}

.equity_info .head_section {
    flex-direction: column;
    gap: 1rem;
    display: flex;
    align-items: flex-start;
}

.equity_info .pledge_block {
    color: #ffffff;
    line-height: 1.5;
    font-size: calc(14px - 1px);
    max-width: 280px;
    opacity: 0.7;
}

.equity_info .top_primary {
    flex-direction: column;
    gap: 0.75rem;
    display: flex;
}

.equity_info .top_primary a:hover {
    transform: translateX(5px);
    color: rgb(191,191,208);
    opacity: 1;
}

.equity_info .subscribe_holder {
    border-radius: 27px;
    flex-direction: column;
    display: flex;
    padding: 1.5rem;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
    overflow: hidden;
    border: 1px solid rgb(153,152,173,0.5);
    position: relative;
    gap: 1.25rem;
}

.equity_info .input_holder input[type="email"]::placeholder {
    opacity: 0.5;
    color: #ffffff;
}

.equity_info .sub_status::before {
    left: -100%;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
    transition: left 0.7s ease;
    content: '';
    position: absolute;
}

.access_now {
    background: linear-gradient(145deg, #ffffff 0%, rgb(225,225,233) 100%);
    padding: 130px 0;
    position: relative;
    overflow: hidden;
}

.access_now .learning_studio {
    position: relative;
    flex-direction: column;
    z-index: 10;
    display: flex;
}

.access_now .container::before {
    z-index: 1;
    content: '';
    height: 80px;
    width: 80px;
    position: absolute;
    right: 0;
    top: 0;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    background: rgb(191,191,208);
}

.access_now .help_support::before {
    width: calc(100% + 4px);
    content: '';
    height: calc(100% + 4px);
    background: rgb(191,191,208);
    position: absolute;
    transition: transform 0.4s ease;
    top: -2px;
    transform: scaleX(0);
    z-index: -1;
    left: -2px;
    transform-origin: left;
}

.welcome .learning_studio {
    display: flex;
    gap: 2rem;
    flex-direction: column;
    transform-style: preserve-3d;
    position: relative;
    z-index: 2;
}

.welcome .text_box_holder {
    border-left: 4px solid rgb(191,191,208);
    background: #ffffff;
    padding: 2rem;
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.05),
        0 5px 15px rgba(0,0,0,0.03);
    transform: translateZ(20px) perspective(1000px);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    flex: 1;
    position: relative;
}

.welcome svg text {
    transition: fill 0.3s ease;
    font-family: Arial, sans-serif;
}

.welcome .help_support:hover {
    box-shadow: 0 8px 25px rgba(94,170,168,0.4);
    transform: translateZ(20px) translateY(-3px);
}

.welcome .photo_frame_wrap::after {
    transition: opacity 0.3s ease;
    content: "";
    position: absolute;
    bottom: 0;
    top: 0;
    opacity: 0.3;
    left: 0;
    mix-blend-mode: overlay;
    background: linear-gradient(135deg, rgb(191,191,208,0.5) 0%, rgb(153,152,173,0.5) 100%);
    right: 0;
}

.metrics_summary {
    overflow: hidden;
    padding: 100px 0;
    background: linear-gradient(135deg, rgb(225,225,233) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
}

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

.metrics_summary .extra_statistics:nth-child(odd) {
    transform-origin: left center;
}

.metrics_summary .extra_statistics::before {
    top: 0;
    background: linear-gradient(45deg, transparent 25%, rgba(255, 255, 255, 0.1) 50%, transparent 75%);
    width: 100%;
    position: absolute;
    transition: transform 0.6s ease-out;
    transform: translateX(-100%);
    left: 0;
    content: "";
    height: 100%;
}

.metrics_summary .extra_statistics p {
    position: relative;
    color: rgb(191,191,208);
    display: inline-block;
    font-size: calc(37px * 1.5);
    margin: 0;
    font-weight: 700;
}

.aspiring_learners::before {
    width: 100%;
    top: 0;
    background-size: 100px 100px;
    content: "";
    opacity: 0.05;
    left: 0;
    z-index: 1;
    height: 100%;
    position: absolute;
    background: linear-gradient(135deg, rgb(191,191,208,0.5) 25%, transparent 25%) -50px 0,
                linear-gradient(225deg, rgb(191,191,208,0.5) 25%, transparent 25%) -50px 0,
                linear-gradient(315deg, rgb(191,191,208,0.5) 25%, transparent 25%),
                linear-gradient(45deg, rgb(191,191,208,0.5) 25%, transparent 25%);
}

.aspiring_learners p:nth-child(even) {
    animation: float2 6s ease-in-out infinite;
}

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

.aspiring_learners p svg {
    transition: all 0.3s ease;
    height: 28px;
    margin-right: 15px;
    width: 28px;
    flex-shrink: 0;
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
    transform: translateZ(10px);
}

.aspiring_learners::after {
    background: linear-gradient(to top, #ffffff, transparent);
    width: 100%;
    height: 200px;
    bottom: 0;
    pointer-events: none;
    left: 0;
    position: absolute;
    content: "";
    z-index: 1;
}

.cookie_controls {
    border: 1px solid transparent;
    line-height: 1.5;
    white-space: nowrap;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    user-select: none;
    border-radius: 10px;
    vertical-align: middle;
    text-align: center;
    margin-left: 10px;
    padding: 0.375rem 0.75rem;
    text-decoration: none;
    font-size: 16px;
}



@media (max-width: 1200px) {.educational_gains .photo_frame_wrap {
    width: 40%;
    margin-left: 0;
}.educational_gains .text_box_holder {
    width: 60%;
    padding-left: 5%;
}
}




@media (min-width: 768px) {.about_this {
    padding: 150px 0;
}.about_this .container {
    grid-template-columns: 1fr;
}.about_this h2 {
    font-size: calc(28px * 1.4);
    margin-bottom: 3rem;
}.about_this .text_box_holder {
    padding: 50px;
}.about_this .text_box_holder::before {
    height: 120px;
}.about_this .text_box_holder div div {
    column-count: 2;
}
}



@media (max-width: 767px) {.about_this {
    padding: 80px 0;
}.about_this::after {
    opacity: 0.1;
}.about_this h2 {
    font-size: calc(28px * 1.1);
    margin-bottom: 1.5rem;
}.about_this h2::after {
    width: 50px;
    height: 2px;
}.about_this .text_box_holder {
    padding: 30px 25px;
}.about_this .text_box_holder::before {
    width: 10px;
    height: 60px;
}.about_this .text_box_holder p {
    font-size: calc(14px * 1.2);
}.about_this .text_box_holder div div {
    line-height: 1.6;
    font-size: calc(14px * 0.95);
}}



@media (max-width: 767px) {header {
    padding: 1rem 2%;
}header .head_train {
    padding: 1rem;
}header .top_nav {
    padding: 0 0 0.7rem 0;
}header .top_nav svg {
    width: 130px;
}header .main_pagewrap {
    max-width: 95%;
    gap: 0.5rem;
    padding-top: 0.7rem;
}header .nav_tutor {
    padding: 0.5rem 1rem;
    font-size: calc(14px - 1px);
}
}



@media (max-width: 480px) {.thanksPanel {
    padding: 40px 0;
}.thanksPanel .learning_studio {
    padding: 25px 20px;
    grid-template-columns: 1fr;
    gap: 20px;
}.thanksPanel h5 {
    font-size: calc(18px * 0.85);
}.thanksPanel p {
    font-size: calc(16px * 0.95);
}.thanksPanel .learning_studio > div:first-child::after {
    bottom: -10px;
    width: 50px;
}
}



@media (min-width: 768px) {.training_specialist .learning_ratings {
    grid-template-columns: 300px 1fr;
    grid-gap: 0;
}.training_specialist .photo_frame_wrap {
    border-radius: 22px 0 0 22px;
    transform-origin: right;
    height: 100%;
    transform: rotateY(-10deg);
}.training_specialist .learning_ratings:hover .photo_frame_wrap {
    transform: rotateY(0deg) translateZ(30px);
}.training_specialist .experience_block {
    transform: rotateY(5deg);
    transform-origin: left;
    border-radius: 0 22px 22px 0;
}.training_specialist .learning_ratings:hover .experience_block {
    transform: rotateY(0deg) translateZ(20px);
}
}



@media (max-width: 992px) {.tariff_card h2 {
    font-size: calc(29px - 4px);
}.tariff_card .pricing_fees {
    margin-bottom: 30px;
    font-size: 18px;
}.tariff_card .fee_offers {
    padding: 25px;
}
}



@media (min-width: 992px) {.program_offerings .program_map {
    grid-template-columns: 1.2fr 0.8fr;
}.program_offerings .text_box_holder {
    padding: 3rem;
}.program_offerings .photo_frame_wrap {
    height: 450px;
    margin-top: 3rem;
}.program_offerings .text_box_holder::after {
    left: 25%;
    position: absolute;
    opacity: 0.4;
    height: 6rem;
    background: rgb(191,191,208,0.5);
    content: "";
    border-radius: 50%;
    bottom: -3rem;
    z-index: -1;
    width: 6rem;
}
}



@media (max-width: 991px) {.access_now {
    padding: 110px 0;
}.access_now .container {
    padding: 50px;
}.access_now .container p {
    margin-bottom: 35px;
    font-size: calc(18px * 1.2);
}.access_now .container::before,
    .access_now .container::after {
    width: 70px;
    height: 70px;
}.access_now .help_support {
    width: 200px;
    height: 55px;
    line-height: 55px;
}
}



@media (min-width: 768px) {.welcome {
    padding: 5rem;
}.welcome h1 {
    margin-left: 2rem;
    text-align: left;
    font-size: calc(32px * 0.8);
}.welcome .learning_studio {
    flex-direction: row;
    height: auto;
    min-height: 500px;
}.welcome .text_box_holder {
    margin-right: -50px;
    padding: 3rem;
    z-index: 3;
    flex: 1;
    align-self: center;
}.welcome .photo_frame_wrap {
    clip-path: polygon(5% 0, 100% 5%, 95% 100%, 0 95%);
    flex: 1;
    height: auto;
}.welcome .tech_study {
    text-align: left;
    align-items: flex-start;
}
}



@media (max-width: 480px) {.metrics_summary {
    padding: 50px 0;
}.metrics_summary h3 {
    margin-bottom: 30px;
    font-size: calc(37px * 0.7);
}.metrics_summary ul {
    grid-template-columns: 1fr;
    gap: 15px;
}.metrics_summary .extra_statistics {
    padding: 20px 15px;
}.metrics_summary .extra_statistics span {
    font-size: 12px;
}.metrics_summary .extra_statistics p {
    font-size: calc(37px * 1.1);
}}


@media (max-width: 800px) {.cookies_terms {
    align-items: center;
    flex-direction: column;
}.cookie_ack {
    margin-bottom: 10px;
}.cookie_view {
    text-align: center;
    margin-bottom: 15px;
}.cookie_controls {
    margin-top: 10px;
    margin-left: 0;
    width: 100%;
}
}



@keyframes fadeIn {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes scanLine {
    0% {
        left: 0;
        width: 0;
    }
    50% {
        left: 50%;
        width: 100%;
    }
    100% {
        left: 100%;
        width: 0;
    }
}



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



@keyframes float2 {
    0%, 100% {
        transform: translateZ(30px) translateY(0);
    }
    50% {
        transform: translateZ(50px) translateY(-20px);
    }
}

