* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}.panel-container-745 {
    flex-direction: column;
    height: 100%;
    min-height: 100%;
    display: flex;
}.online-tools-901 {
    flex: 0 0 auto;
}html,body {
    min-height: 100%;
    font-family: Arial, sans-serif;
    scroll-behavior: smooth;
    height: 100%;
    color: #000000;
    auto
contain
touch-action: none;
}header,footer {
    width: 100%;
}a {
    color: inherit;
    text-decoration: none;
}svg {
    height: 30px;
    width: 30px;
}.top-pagewrap-517 {
    flex: 1 0 auto;
}.container {
    margin: auto;
    width: 1268px;
    max-width: 100%;
}

@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
header {
    width: 100%;
    padding: 0;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.07);
    background: linear-gradient(to right, #ffffff, rgb(234,231,242));
    position: relative;
    z-index: 100;
}header::before {
    content: '';
    z-index: 0;
    position: absolute;
    left: 0;
    background-size: 20px 20px;
    width: 100%;
    height: 100%;
    top: 0;
    background-image: 
        linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255,255,255,0.05) 1px, transparent 1px);
}header::after {
    width: 5px;
    height: 100%;
    z-index: 1;
    background: linear-gradient(to bottom, rgb(206,200,217), rgb(169,164,185));
    position: absolute;
    left: 0;
    content: '';
    top: 0;
}header .container {
    max-width: 100%;
    padding: 0;
    margin: 0;
    z-index: 2;
    position: relative;
    width: 100%;
}header .main-pagewrap-205 {
    padding: 0.9rem 3%;
    display: flex;
    align-items: center;
    margin-left: 5px;
    justify-content: space-between;
}header .main-base-461 {
    border-radius: 10px;
    display: flex;
    position: relative;
    transition: all 0.3s ease;
    align-items: center;
    background: rgba(255, 255, 255, 0.4);
    text-decoration: none;
    padding: 0.5rem;
}header .main-base-461:hover {
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}header .main-base-461 svg {
    height: auto;
    transition: all 0.3s ease;
    width: 140px;
}header .top-sitewrap-049 {
    position: relative;
    padding: 0.4rem 0.6rem;
    display: flex;
    gap: 0.4rem;
    background: rgba(255, 255, 255, 0.3);
    align-items: center;
    border-radius: 10px;
}header .top-sitewrap-049::before {
    bottom: -2px;
    border-radius: calc(10px + 2px);
    top: -2px;
    opacity: 0.5;
    background: linear-gradient(135deg, rgb(206,200,217,0.5), rgb(169,164,185,0.5));
    z-index: -1;
    content: '';
    left: -2px;
    position: absolute;
    right: -2px;
}header .top-header-467 {
    padding: 0.4rem 0.7rem;
    z-index: 1;
    background: #ffffff;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    color: #000000;
    text-decoration: none;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
    font-size: 19px;
    font-weight: 400;
}header .top-header-467::before {
    position: absolute;
    opacity: 0;
    height: 100%;
    content: '';
    z-index: -1;
    transition: opacity 0.3s ease;
    top: 0;
    background: linear-gradient(45deg, rgb(206,200,217,0.5), rgb(169,164,185,0.5));
    width: 100%;
    left: 0;
}header .top-header-467:hover {
    transform: translateY(-2px);
    color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
}header .top-header-467:hover::before {
    opacity: 1;
}

@media (max-width: 991px) {header .main-pagewrap-205 {
    padding: 0.8rem 2.5%;
}header .main-base-461 svg {
    width: 130px;
}header .top-sitewrap-049 {
    gap: 0.3rem;
    padding: 0.35rem 0.5rem;
}header .top-header-467 {
    font-size: calc(19px - 1px);
    padding: 0.35rem 0.6rem;
}
}

@media (max-width: 767px) {header::after {
    width: 3px;
}header .main-pagewrap-205 {
    flex-direction: column;
    gap: 0.7rem;
    align-items: flex-start;
    margin-left: 3px;
    padding: 0.8rem 2%;
}header .main-base-461 {
    padding: 0.4rem;
}header .main-base-461 svg {
    width: 120px;
}header .top-sitewrap-049 {
    padding: 0.4rem;
    justify-content: flex-start;
    overflow-x: auto;
    width: 98%;
}header .top-sitewrap-049::-webkit-scrollbar {
    height: 2px;
}header .top-sitewrap-049::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(206,200,217);
}header .top-header-467 {
    font-size: calc(19px - 1px);
    padding: 0.3rem 0.5rem;
    white-space: nowrap;
}
}

@media (max-width: 480px) {header::after {
    width: 2px;
}header .main-pagewrap-205 {
    padding: 0.7rem 1.5%;
    margin-left: 2px;
}header .main-base-461 svg {
    width: 110px;
}header .top-sitewrap-049 {
    padding: 0.3rem;
}header .top-header-467 {
    padding: 0.3rem 0.4rem;
    font-size: calc(19px - 2px);
}}.get-help-info-328 {
    background: linear-gradient(135deg, rgb(234,231,242) 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
    margin: 80px 0;
    padding: 60px 0;
}.get-help-info-328::before {
    position: absolute;
    z-index: 0;
    background: linear-gradient(45deg, rgb(206,200,217,0.5) 0%, transparent 40%);
    opacity: 0.15;
    top: 0;
    transform: translateY(-30%) rotate(-5deg) scale(1.5);
    height: 100%;
    left: 0;
    content: "";
    width: 100%;
}.get-help-info-328::after {
    background: rgb(206,200,217);
    bottom: -30px;
    width: 200px;
    right: -30px;
    content: "";
    filter: blur(40px);
    position: absolute;
    height: 200px;
    border-radius: 50%;
    opacity: 0.1;
    transform: translate(30%, 30%);
    animation: pulse 8s infinite alternate ease-in-out;
    z-index: 0;
}.get-help-info-328 h1 {
    transform: translateX(10px);
    font-size: 42px;
    margin-bottom: 40px;
    z-index: 2;
    text-align: left;
    color: #000000;
    position: relative;
    font-weight: 700;
}.get-help-info-328 h1::after {
    transform-origin: left;
    width: 80px;
    position: absolute;
    background: linear-gradient(90deg, rgb(206,200,217) 0%, rgb(169,164,185) 100%);
    bottom: -10px;
    left: 0;
    transform: scaleX(1);
    height: 3px;
    content: "";
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}.get-help-info-328 .container {
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
}.get-help-info-328 .connect-now-689 {
    grid-template-columns: 1fr;
    padding: 40px;
    position: relative;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.03);
    display: grid;
    background: #ffffff;
    transform: translateY(0);
    gap: 40px;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}.get-help-info-328 .connect-now-689:hover {
    transform: translateY(-5px);
}.get-help-info-328 .connect-now-689 > div {
    padding: 15px 20px;
    border-left: 2px solid rgb(169,164,185,0.5);
    position: relative;
    transition: all 0.3s ease;
}.get-help-info-328 .connect-now-689 > div:hover {
    background: linear-gradient(90deg, rgba(var(--primary-color-rgb), 0.03) 0%, transparent 100%);
    border-left-color: rgb(206,200,217);
}.get-help-info-328 .connect-now-689 > div:first-child {
    color: #000000;
    line-height: 1.6;
    padding-bottom: 25px;
    font-size: calc(13px * 1.05);
}.get-help-info-328 h6 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
    align-items: center;
    display: flex;
    text-transform: capitalize;
    gap: 8px;
    color: #000000;
}.get-help-info-328 h6 svg {
    height: 20px;
    flex-shrink: 0;
    width: 20px;
    transition: transform 0.3s ease;
}.get-help-info-328 span {
    margin-left: 28px;
    margin-top: 5px;
    font-size: 13px;
    transform: translateY(0);
    transition: transform 0.3s ease;
    color: #000000;
    display: block;
}.get-help-info-328 .edu-talk-153 {
    gap: 15px;
    display: flex;
    flex-direction: column;
}.get-help-info-328 .edu-talk-153 > div {
    transition: transform 0.3s ease-out;
    transform: translateX(0);
}.get-help-info-328 .edu-talk-153 > div:hover {
    transform: translateX(5px);
}.get-help-info-328 .join-community-037 {
    text-decoration: none;
    position: relative;
    font-weight: 600;
    color: #000000;
    display: flex;
    align-items: center;
    font-size: 13px;
    text-transform: capitalize;
    gap: 8px;
    transition: color 0.3s ease;
    padding: 8px 0;
}.get-help-info-328 .join-community-037:hover {
    color: rgb(206,200,217);
}.get-help-info-328 .join-community-037:after {
    width: 0;
    background: rgb(206,200,217);
    height: 1px;
    left: 0;
    position: absolute;
    content: "";
    transition: width 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    bottom: 5px;
}.get-help-info-328 .join-community-037:hover:after {
    width: 100%;
}.get-help-info-328 svg {
    fill: none;
    transition: transform 0.4s ease, filter 0.4s ease;
}.get-help-info-328 .join-community-037:hover svg,
.get-help-info-328 h6:hover svg {
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.1));
    transform: scale(1.1) rotate(5deg);
}.get-help-info-328 svg path {
    fill: rgb(206,200,217);
    transition: fill 0.3s ease;
}.get-help-info-328 .join-community-037:hover svg path {
    fill: rgb(169,164,185);
}

@keyframes pulse {
    0% {
        transform: translate(30%, 30%) scale(1);
        opacity: 0.1;
    }
    50% {
        transform: translate(30%, 30%) scale(1.3);
        opacity: 0.15;
    }
    100% {
        transform: translate(30%, 30%) scale(1);
        opacity: 0.1;
    }
}

@media (min-width: 768px) {.get-help-info-328 {
    padding: 80px 0;
    margin: 100px 0;
}.get-help-info-328 h1 {
    font-size: calc(42px * 1.1);
    margin-bottom: 60px;
}.get-help-info-328 .connect-now-689 {
    padding: 60px;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 30px;
}.get-help-info-328 .connect-now-689 > div {
    padding: 20px 30px;
}.get-help-info-328 .connect-now-689 > div:first-child {
    border-left: 3px solid rgb(169,164,185,0.5);
    grid-column: 1;
}.get-help-info-328 .edu-talk-153 {
    gap: 20px;
}.get-help-info-328 span {
    margin-left: 34px;
}
}

@media (min-width: 1024px) {.get-help-info-328::before {
    transform: translateY(-20%) rotate(-8deg) scale(1.8);
}.get-help-info-328 h1 {
    transform: translateX(20px);
}.get-help-info-328 h1::after {
    width: 120px;
}.get-help-info-328 .connect-now-689 {
    transform: perspective(1000px) rotateX(2deg) rotateY(-1deg);
}.get-help-info-328 .connect-now-689:hover {
    transform: perspective(1000px) rotateX(0) rotateY(0) translateY(-5px);
}
}

@media (max-width: 767px) {.get-help-info-328 {
    padding: 40px 0;
    margin: 40px 0;
}.get-help-info-328 h1 {
    margin-bottom: 30px;
    font-size: calc(42px * 0.9);
}.get-help-info-328 .connect-now-689 {
    padding: 30px 20px;
}.get-help-info-328 .connect-now-689 > div {
    padding: 12px 15px;
}.get-help-info-328 span {
    font-size: calc(13px * 0.95);
    margin-left: 25px;
}.get-help-info-328 .join-community-037 {
    font-size: calc(13px * 0.95);
}}.pricing-structure-509 {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}.pricing-structure-509::before {
    width: 100%;
    z-index: 1;
    backdrop-filter: blur(8px);
    content: "";
    background: linear-gradient(135deg, rgba(32, 32, 42, 0.92), rgba(15, 15, 20, 0.95));
    top: 0;
    position: absolute;
    height: 100%;
    left: 0;
}.pricing-structure-509 .container {
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    max-width: 1200px;
}.pricing-structure-509 .plan-rates-035 {
    position: relative;
}.pricing-structure-509 h2 {
    transform: perspective(1000px) translateZ(20px);
    text-align: center;
    position: relative;
    margin-bottom: 25px;
    font-size: 33px;
    color: #ffffff;
    font-weight: 700;
}.pricing-structure-509 h2::after {
    transform: translateX(-50%);
    position: absolute;
    background: linear-gradient(90deg, rgb(169,164,185), rgb(206,200,217));
    height: 3px;
    border-radius: 3px;
    bottom: -10px;
    width: 80px;
    left: 50%;
    content: "";
}.pricing-structure-509 .skill-pricing-452 {
    text-align: center;
    max-width: 700px;
    color: rgb(255, 255, 255, 0.5);
    font-size: calc(14px + 2px);
    line-height: 1.6;
    margin: 0 auto 50px;
    position: relative;
}.pricing-structure-509 .study-costs-024 {
    padding: 0;
    display: grid;
    margin: 0;
    list-style: none;
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.pricing-structure-509 .study-costs-024 li {
    perspective: 1000px;
    transition: transform 0.4s ease;
    transform-style: preserve-3d;
}.pricing-structure-509 .basic-rates-982 {
    display: block;
    position: relative;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 
    5px 5px 15px rgba(0, 0, 0, 0.2),
    -5px -5px 15px rgba(255, 255, 255, 0.05),
    inset 3px 3px 10px rgba(255, 255, 255, 0.05),
    inset -3px -3px 10px rgba(0, 0, 0, 0.1);
    height: 100%;
    overflow: hidden;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.03);
}.pricing-structure-509 .basic-rates-982::before {
    content: "";
    top: 0;
    transition: transform 0.3s ease;
    transform: scaleX(0.7);
    height: 5px;
    transform-origin: left;
    width: 100%;
    background: linear-gradient(90deg, rgb(169,164,185), rgb(206,200,217));
    position: absolute;
    left: 0;
}.pricing-structure-509 .study-fees-589 {
    height: 100%;
    position: relative;
    padding: 30px 25px;
    z-index: 1;
}.pricing-structure-509 .lesson-rates-856 {
    z-index: 2;
    position: relative;
}.pricing-structure-509 .basic-rates-982 h4 {
    position: relative;
    margin-bottom: 20px;
    margin-top: 0;
    color: #ffffff;
    font-size: calc(23px - 2px);
    transition: transform 0.3s ease;
}.pricing-structure-509 .basic-rates-982 h4::before {
    width: 30px;
    border-left: 2px solid rgb(169,164,185);
    top: -10px;
    height: 30px;
    content: "";
    transition: all 0.3s ease;
    border-top: 2px solid rgb(169,164,185);
    position: absolute;
    opacity: 0.6;
    left: -10px;
}.pricing-structure-509 .basic-rates-982 p {
    hyphens: auto;
    line-height: 1.6;
    max-height: 250px;
    font-size: 14px;
    overflow-wrap: break-word;
    word-break: normal;
    color: rgb(255, 255, 255, 0.5);
    padding-right: 10px;
    overflow-y: auto;
    margin-bottom: 25px;
}.pricing-structure-509 .basic-rates-982 p::-webkit-scrollbar {
    width: 4px;
}.pricing-structure-509 .basic-rates-982 p::-webkit-scrollbar-thumb {
    background: rgb(169,164,185,0.5);
    border-radius: 10px;
}.pricing-structure-509 .pay-options-786 {
    border-radius: 8px;
    padding: 10px 20px;
    font-weight: 700;
    display: inline-block;
    background: linear-gradient(135deg, rgba(rgb(169,164,185,0.5), 0.1), rgba(rgb(206,200,217,0.5), 0.2));
    box-shadow: 
    2px 2px 8px rgba(0, 0, 0, 0.1),
    -2px -2px 8px rgba(255, 255, 255, 0.05);
    font-size: calc(23px + 4px);
    color: #ffffff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}.pricing-structure-509 .pay-options-786::before {
    left: 10px;
    height: 1px;
    bottom: -3px;
    right: 10px;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(169,164,185), transparent);
    position: absolute;
}.pricing-structure-509 .basic-rates-982:hover {
    transform: translateY(-5px);
    box-shadow: 
    7px 7px 20px rgba(0, 0, 0, 0.3),
    -7px -7px 20px rgba(255, 255, 255, 0.07),
    inset 3px 3px 10px rgba(255, 255, 255, 0.05),
    inset -3px -3px 10px rgba(0, 0, 0, 0.1);
}.pricing-structure-509 .basic-rates-982:hover::before {
    transform: scaleX(1);
}.pricing-structure-509 .basic-rates-982:hover h4 {
    transform: translateX(5px);
}.pricing-structure-509 .basic-rates-982:hover h4::before {
    opacity: 1;
    transform: scale(1.1);
}.pricing-structure-509 .basic-rates-982:hover .pay-options-786 {
    box-shadow: 
    3px 3px 12px rgba(0, 0, 0, 0.15),
    -3px -3px 12px rgba(255, 255, 255, 0.07);
    transform: translateY(-3px) scale(1.03);
}

@media (max-width: 992px) {.pricing-structure-509 {
    padding: 80px 0;
}.pricing-structure-509 h2 {
    font-size: calc(33px - 4px);
}.pricing-structure-509 .skill-pricing-452 {
    margin-bottom: 40px;
    font-size: 14px;
}.pricing-structure-509 .study-costs-024 {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}

@media (max-width: 768px) {.pricing-structure-509 {
    padding: 60px 0;
}.pricing-structure-509 h2 {
    font-size: calc(33px - 6px);
}.pricing-structure-509 .skill-pricing-452 {
    margin-bottom: 30px;
    font-size: calc(14px - 1px);
}.pricing-structure-509 .study-costs-024 {
    grid-template-columns: 1fr;
    max-width: 450px;
    margin: 0 auto;
}.pricing-structure-509 .basic-rates-982 h4 {
    font-size: 23px;
}.pricing-structure-509 .basic-rates-982 p {
    font-size: calc(14px - 1px);
    max-height: 180px;
}.pricing-structure-509 .pay-options-786 {
    font-size: 23px;
}
}

@media (max-width: 480px) {.pricing-structure-509 {
    padding: 50px 0;
}.pricing-structure-509 h2 {
    font-size: calc(33px - 8px);
}.pricing-structure-509 .skill-pricing-452 {
    font-size: calc(14px - 2px);
}.pricing-structure-509 .study-fees-589 {
    padding: 25px 20px;
}.pricing-structure-509 .basic-rates-982 h4 {
    font-size: calc(23px - 2px);
}.pricing-structure-509 .pay-options-786 {
    font-size: calc(23px - 2px);
    padding: 8px 15px;
}}.privacy-hedge-583 {
    flex-direction: column;
    background-color: rgb(206,200,217);
    padding: 50px;
    gap: 20px;
    border: 1px solid rgb(206,200,217);
    display: flex;
    font-family: Arial, sans-serif;
    color: #ffffff;
}.privacy-hedge-583 h1 {
    border-left: 5px solid rgb(169,164,185);
    padding-left: 20px;
    color: rgb(169,164,185);
    font-weight: 700;
    font-size: 43px;
    text-transform: uppercase;
    margin: 30px 0;
}.privacy-hedge-583 h2 {
    color: rgb(169,164,185);
    font-size: 35px;
    text-transform: uppercase;
    padding-left: 20px;
    border-left: 3px solid rgb(169,164,185);
    margin: 15px 0;
    font-weight: 600;
}.privacy-hedge-583 h3, .privacy-hedge-583 h4, .privacy-hedge-583 h5, .privacy-hedge-583 h6 {
    margin: 10px 0;
}.privacy-hedge-583 ul {
    padding-left: 0;
    margin: 10px 0;
    list-style: none;
    color: #ffffff;
}.privacy-hedge-583 li {
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
    border-left: 3px solid rgb(206,200,217);
    font-size: 17px;
    margin-bottom: 10px;
}.privacy-hedge-583 li:not(:last-child) {
    margin-bottom: 15px;
}.privacy-hedge-583 p {
    font-size: 17px;
    line-height: 1.8;
    color: #ffffff;
}.privacy-hedge-583 span {
    padding: 3px 6px;
    font-weight: 700;
    background-color: rgb(169,164,185,0.5);
    color: #000000;
    border-radius: 10px;
}.privacy-hedge-583 a {
    text-decoration: underline;
    color: rgb(169,164,185);
    font-weight: 700;
}
@media only screen and (max-width: 800px) {.privacy-hedge-583 {
    padding: 30px;
    gap: 15px;
}.privacy-hedge-583 h1 {
    padding-left: 10px;
    font-size: calc(22px * 0.9);
}.privacy-hedge-583 h2 {
    padding-left: 8px;
    font-size: calc(22px * 0.9);
}.privacy-hedge-583 p {
    font-size: calc(17px * 0.9);
}.privacy-hedge-583 li {
    padding: 8px;
}}
.cookie-notice-message-189 {
    bottom: 0;
    width: 100%;
    border-top: 2px solid rgb(206,200,217);
    background: rgb(234,231,242);
    z-index: 90;
    position: fixed;
}.cookie-alerts-309 {
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}.cookie-notice-message-189 h5 {
    font-size: 22px;
    margin-bottom: 6px;
}#popupConsentNotice-692 {
    display: none;
}#popupConsentNotice-692:checked ~ .cookie-notice-message-189 {
    opacity: 0;
    visibility: hidden;
}.cookie-notice-message-189 p {
    font-size: 18px;
}.cookie-verify-285 {
    margin-right: 10px;
    flex-shrink: 0;
}.cookie-verify-285 svg, .cookie-verify-285 svg path, .cookie-verify-285 img {
    height: 100px;
    fill: rgb(206,200,217);
    width: 100px;
}.cookie-review-639 {
    margin-left: 10px;
    min-width: 120px;
    flex-shrink: 0;
    font-size: 24px;
    white-space: nowrap;
    cursor: pointer;
    color: rgb(206,200,217);
    border-bottom: 2px solid rgb(206,200,217);
    text-align: center;
    text-decoration: none;
    line-height: 35px;
}.cookie-notice-message-189 p a {
    color: rgb(206,200,217);
    text-decoration: none;
}
@media only screen and (max-width: 1200px) {.cookie-notice-message-189 {
    padding: 20px;
}}

.panel-container-745 .cookie-notice-message-189 {
    box-shadow: rgb(169,164,185,0.5) 0px 0px 40px 39px;
    border: none;
    padding: 40px 0;
    background: rgb(169,164,185);
}.panel-container-745 .cookie-review-639 {
    padding: 10px;
    border: none;
    background: rgb(206,200,217);
    font-weight: 400;
    margin-left: 30px;
    color: #ffffff;
    font-size: 20px;
}.panel-container-745 .consent-edu-135 h5, .panel-container-745 .consent-edu-135 p {
    color: #ffffff;
}
@media only screen and (max-width: 800px) {.cookie-verify-285 {
    display: none;
}.cookie-alerts-309 {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}.cookie-notice-message-189 h5 {
    text-align: center;
}.cookie-notice-message-189 p {
    text-align: center;
}.consent-edu-135 {
    margin-bottom: 20px;
}body .panel-container-745 .cookie-review-639 {
    margin-left: 0;
    margin-bottom: 10px;
}}.statistical-details-312 {
    z-index: 1;
    background-color: #000000;
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.statistical-details-312::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(169,164,185,0.5) 30%, rgba(0, 0, 0, 0.5) 70%);
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    z-index: -2;
    width: 100%;
    position: absolute;
}.statistical-details-312::after {
    content: "";
    z-index: -1;
    transform: rotate(15deg);
    top: -50%;
    left: -50%;
    height: 200%;
    background: repeating-linear-gradient(
        rgba(rgb(206,200,217,0.5), 0.03) 0px,
        transparent 1px,
        transparent 30px
    ), 
    repeating-linear-gradient(
        90deg,
        rgba(rgb(206,200,217,0.5), 0.03) 0px,
        transparent 1px,
        transparent 30px
    );
    animation: gridMove 35s linear infinite;
    width: 200%;
    position: absolute;
}@keyframes gridMove {
    0% {
        transform: rotate(15deg) translate(0, 0);
    }
    50% {
        transform: rotate(17deg) translate(-5%, -2%);
    }
    100% {
        transform: rotate(15deg) translate(0, 0);
    }
}

.statistical-details-312 .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
    padding: 0 15px;
}.statistical-details-312 .container::before {
    animation: pulseEffect 8s ease-in-out infinite;
    border-radius: 50%;
    width: 200px;
    position: absolute;
    filter: blur(50px);
    opacity: 0.4;
    background: radial-gradient(circle, rgb(206,200,217,0.5) 0%, transparent 70%);
    height: 200px;
    right: -20px;
    top: -80px;
    content: "";
}@keyframes pulseEffect {
    0%, 100% {
        transform: scale(1);
        opacity: 0.4;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.2;
    }
}

.statistical-details-312 h2 {
    font-weight: 700;
    padding-left: 20px;
    margin-bottom: 60px;
    position: relative;
    color: #ffffff;
    display: inline-block;
    font-size: 41px;
}.statistical-details-312 h2::before {
    width: 6px;
    position: absolute;
    background: linear-gradient(to bottom, rgb(206,200,217), rgb(169,164,185));
    content: "";
    top: 50%;
    height: 90%;
    transform: translateY(-50%);
    left: 0;
    border-radius: 10px;
}.statistical-details-312 h2::after {
    height: 2px;
    left: 0;
    content: "";
    position: absolute;
    bottom: -15px;
    background: linear-gradient(to right, rgb(206,200,217), transparent);
    width: 100%;
}.statistical-details-312 ul {
    margin: 0;
    padding: 0;
    gap: 40px;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    list-style: none;
}.statistical-details-312 .expert-benefits-691 {
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    max-width: 100%;
    background: rgba(255, 255, 255, 0.03);
    min-width: 240px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    text-align: center;
    border-radius: 29px;
    flex: 1 1 240px;
    padding: 35px 30px;
    position: relative;
}.statistical-details-312 .expert-benefits-691::before {
    content: "";
    width: 100%;
    left: 0;
    height: 100%;
    z-index: -1;
    top: 0;
    background: linear-gradient(135deg, transparent 0%, rgba(255, 255, 255, 0.05) 100%);
    position: absolute;
}.statistical-details-312 .expert-benefits-691::after {
    opacity: 0;
    height: 200%;
    transition: opacity 0.5s ease;
    content: "";
    z-index: -1;
    position: absolute;
    left: -50%;
    background: radial-gradient(circle, rgb(206,200,217,0.5) 0%, transparent 60%);
    transform: scale(0.5);
    top: -50%;
    width: 200%;
}.statistical-details-312 .expert-benefits-691:hover {
    border-color: rgba(rgb(206,200,217,0.5), 0.2);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    transform: translateY(-10px);
}.statistical-details-312 .expert-benefits-691:hover::after {
    opacity: 0.1;
    transform: scale(1);
}.statistical-details-312 .expert-benefits-691 p {
    color: #ffffff;
    margin: 0 0 20px;
    font-weight: 700;
    display: inline-block;
    font-size: 3.5rem;
    position: relative;
    line-height: 1;
}.statistical-details-312 .expert-benefits-691 p::before {
    filter: blur(10px);
    position: absolute;
    opacity: 0.2;
    z-index: -1;
    top: -10px;
    border-radius: 50%;
    left: -20px;
    height: 40px;
    background: rgb(206,200,217,0.5);
    width: 40px;
    content: "";
}.statistical-details-312 .expert-benefits-691 span {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5;
    display: block;
    position: relative;
}.statistical-details-312 .expert-benefits-691 span::after {
    width: 40px;
    left: 50%;
    content: "";
    bottom: -15px;
    background: rgb(206,200,217,0.5);
    transform: translateX(-50%);
    position: absolute;
    height: 2px;
    border-radius: 10px;
}.statistical-details-312 ul:has(.expert-benefits-691:only-child) .expert-benefits-691 {
    flex: 0 0 100%;
    max-width: 500px;
    margin: 0 auto;
}.statistical-details-312 ul:has(.expert-benefits-691:nth-child(2):last-child) .expert-benefits-691 {
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
}.statistical-details-312 ul:has(.expert-benefits-691:nth-child(3):last-child) .expert-benefits-691 {
    max-width: calc(33.33% - 27px);
    flex: 0 0 calc(33.33% - 27px);
}.statistical-details-312 ul:has(.expert-benefits-691:nth-child(4):last-child) .expert-benefits-691 {
    flex: 0 0 calc(25% - 30px);
    max-width: calc(25% - 30px);
}.statistical-details-312 ul:has(.expert-benefits-691:nth-child(5):nth-last-child(-n+1)) .expert-benefits-691 {
    flex: 0 0 calc(20% - 32px);
    max-width: calc(20% - 32px);
}.statistical-details-312 ul:has(.expert-benefits-691:nth-child(n+6):nth-child(-n+10)) .expert-benefits-691 {
    flex: 0 0 calc(33.33% - 27px);
    max-width: calc(33.33% - 27px);
}.statistical-details-312 svg {
    height: 40px;
    margin-bottom: 15px;
    width: 40px;
    transition: transform 0.3s ease;
    fill: rgb(206,200,217);
}.statistical-details-312 svg path {
    fill: rgb(206,200,217);
}.statistical-details-312 .expert-benefits-691:hover svg {
    transform: scale(1.2) rotate(5deg);
}

@media screen and (min-width: 1441px) {.statistical-details-312 {
    padding: 150px 0;
}.statistical-details-312 h2 {
    font-size: calc(41px * 1.2);
    margin-bottom: 80px;
}.statistical-details-312 .expert-benefits-691 {
    padding: 45px 40px;
}.statistical-details-312 .expert-benefits-691 p {
    font-size: 4rem;
}
}

@media screen and (max-width: 1440px) {.statistical-details-312 {
    padding: 100px 0;
}.statistical-details-312 ul {
    gap: 30px;
}.statistical-details-312 .expert-benefits-691 {
    padding: 30px 25px;
}.statistical-details-312 .expert-benefits-691 p {
    font-size: 3rem;
}
}

@media screen and (max-width: 1200px) {.statistical-details-312 {
    padding: 90px 0;
}.statistical-details-312 ul:has(.expert-benefits-691:nth-child(4):last-child) .expert-benefits-691,
    .statistical-details-312 ul:has(.expert-benefits-691:nth-child(5):nth-last-child(-n+1)) .expert-benefits-691,
    .statistical-details-312 ul:has(.expert-benefits-691:nth-child(n+6):nth-child(-n+10)) .expert-benefits-691 {
    max-width: calc(33.33% - 20px);
    flex: 0 0 calc(33.33% - 20px);
}.statistical-details-312 .expert-benefits-691 p {
    font-size: 2.8rem;
}
}

@media screen and (max-width: 991px) {.statistical-details-312 {
    padding: 80px 0;
}.statistical-details-312 h2 {
    margin-bottom: 50px;
    font-size: calc(41px * 0.9);
}.statistical-details-312 ul {
    gap: 25px;
}.statistical-details-312 ul:has(.expert-benefits-691:nth-child(3):last-child) .expert-benefits-691,
    .statistical-details-312 ul:has(.expert-benefits-691:nth-child(4):last-child) .expert-benefits-691,
    .statistical-details-312 ul:has(.expert-benefits-691:nth-child(5):nth-last-child(-n+1)) .expert-benefits-691,
    .statistical-details-312 ul:has(.expert-benefits-691:nth-child(n+6):nth-child(-n+10)) .expert-benefits-691 {
    flex: 0 0 calc(50% - 13px);
    max-width: calc(50% - 13px);
}.statistical-details-312 .expert-benefits-691 {
    padding: 25px 20px;
}.statistical-details-312 .expert-benefits-691 p {
    margin-bottom: 15px;
    font-size: 2.5rem;
}
}

@media screen and (max-width: 767px) {.statistical-details-312 {
    padding: 70px 0;
}.statistical-details-312 h2 {
    padding-left: 15px;
    font-size: calc(41px * 0.8);
    margin-bottom: 40px;
}.statistical-details-312 h2::before {
    width: 4px;
}.statistical-details-312 ul {
    flex-direction: column;
    gap: 20px;
}.statistical-details-312 .expert-benefits-691,
    .statistical-details-312 ul:has(.expert-benefits-691:nth-child(2):last-child) .expert-benefits-691,
    .statistical-details-312 ul:has(.expert-benefits-691:nth-child(3):last-child) .expert-benefits-691,
    .statistical-details-312 ul:has(.expert-benefits-691:nth-child(4):last-child) .expert-benefits-691,
    .statistical-details-312 ul:has(.expert-benefits-691:nth-child(5):nth-last-child(-n+1)) .expert-benefits-691,
    .statistical-details-312 ul:has(.expert-benefits-691:nth-child(n+6):nth-child(-n+10)) .expert-benefits-691 {
    flex: 0 0 100%;
    max-width: 100%;
}.statistical-details-312 .expert-benefits-691 p {
    font-size: 2.2rem;
}.statistical-details-312 svg {
    height: 35px;
    width: 35px;
}
}

@media screen and (max-width: 480px) {.statistical-details-312 {
    padding: 60px 0;
}.statistical-details-312 h2 {
    margin-bottom: 30px;
    font-size: calc(41px * 0.7);
    padding-left: 12px;
}.statistical-details-312 h2::before {
    width: 3px;
}.statistical-details-312 ul {
    gap: 15px;
}.statistical-details-312 .expert-benefits-691 {
    padding: 20px 15px;
}.statistical-details-312 .expert-benefits-691 p {
    font-size: 2rem;
    margin-bottom: 10px;
}.statistical-details-312 .expert-benefits-691 span {
    font-size: calc(17px * 0.9);
}.statistical-details-312 svg {
    height: 30px;
    margin-bottom: 10px;
    width: 30px;
}}.course-offering-374 {
    background: linear-gradient(145deg, rgb(234,231,242) 0%, rgb(206,200,217,0.5) 100%);
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
}.course-offering-374::before {
    top: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgb(206,200,217,0.5),
        rgb(206,200,217,0.5) 2px,
        transparent 2px,
        transparent 12px
    );
    content: "";
    width: 100%;
    left: 0;
    height: 100%;
    position: absolute;
    opacity: 0.04;
}.course-offering-374 .container {
    position: relative;
    z-index: 2;
}.course-offering-374 .knowledge-track-807 {
    grid-template-columns: 1fr;
    position: relative;
    gap: 0;
    display: grid;
}.course-offering-374 .heading-frame-731 {
    border-radius: 18px;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transition: transform 0.4s ease;
    z-index: 3;
    background: #ffffff;
    padding: 2.5rem;
    transform: translateY(0);
}.course-offering-374 .heading-frame-731:hover {
    transform: translateY(-10px);
}.course-offering-374 .heading-frame-731::before {
    width: 8rem;
    top: -4rem;
    content: "";
    background: rgb(169,164,185,0.5);
    border-radius: 50%;
    right: 3rem;
    opacity: 0.6;
    z-index: -1;
    position: absolute;
    height: 8rem;
}.course-offering-374 .heading-frame-731 h2 {
    font-weight: 700;
    color: rgb(206,200,217);
    margin-bottom: 2rem;
    display: inline-block;
    position: relative;
    font-size: 34px;
    animation: fadeInUp 0.8s ease forwards;
}@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.course-offering-374 .heading-frame-731 h2::after {
    border-radius: 10px;
    content: "";
    transition: width 0.4s ease;
    height: 4px;
    background: rgb(169,164,185);
    bottom: -10px;
    position: absolute;
    width: 3rem;
    left: 0;
}.course-offering-374 .heading-frame-731:hover h2::after {
    width: 100%;
}.course-offering-374 .heading-frame-731 .description {
    padding-left: 1rem;
    animation-delay: 0.2s;
    margin-bottom: 1.2rem;
    position: relative;
    opacity: 0;
    animation: fadeInUp 0.8s ease forwards;
    font-size: 12px;
    line-height: 1.7;
    color: #000000;
}.course-offering-374 .heading-frame-731 .description:last-of-type {
    animation-delay: 0.4s;
    margin-bottom: 0;
    font-weight: 600;
}.course-offering-374 .heading-frame-731 .description::before {
    background: rgb(169,164,185);
    border-radius: 50%;
    position: absolute;
    top: 0.5rem;
    content: "";
    height: 4px;
    left: 0;
    width: 4px;
}.course-offering-374 .img-resize-210 {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    z-index: 2;
    transition: transform 0.5s ease;
    position: relative;
    height: 320px;
    border-radius: 0;
    transform: perspective(1000px) rotateX(5deg) rotateY(-5deg);
    margin-top: -2rem;
    clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
}.course-offering-374 .img-resize-210:hover {
    transform: perspective(1000px) rotateX(0) rotateY(0);
}.course-offering-374 .img-resize-210::after {
    top: 0;
    background: linear-gradient(
        to bottom right,
        rgb(206,200,217,0.5) 0%,
        transparent 40%
    );
    left: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    content: "";
}

@media (min-width: 768px) {.course-offering-374 .knowledge-track-807 {
    grid-template-columns: 1.2fr 0.8fr;
    gap: 2rem;
}.course-offering-374 .heading-frame-731 {
    margin-right: -4rem;
    align-self: center;
    grid-column: 1 / 2;
}.course-offering-374 .img-resize-210 {
    grid-column: 2 / 3;
    margin-top: 0;
    transform: perspective(1000px) rotateX(8deg) rotateY(-8deg);
    height: 400px;
}.course-offering-374 .img-resize-210::before {
    left: 20px;
    z-index: -1;
    content: "";
    background: rgb(169,164,185);
    filter: blur(15px);
    height: 20px;
    width: 60%;
    opacity: 0.4;
    position: absolute;
    bottom: -20px;
}
}

@media (min-width: 992px) {.course-offering-374 .knowledge-track-807 {
    grid-template-columns: 1.2fr 0.8fr;
}.course-offering-374 .heading-frame-731 {
    padding: 3rem;
}.course-offering-374 .img-resize-210 {
    margin-top: 3rem;
    height: 450px;
}.course-offering-374 .heading-frame-731::after {
    width: 6rem;
    bottom: -3rem;
    height: 6rem;
    content: "";
    position: absolute;
    z-index: -1;
    left: 25%;
    background: rgb(206,200,217,0.5);
    border-radius: 50%;
    opacity: 0.4;
}
}

@media (max-width: 767px) {.course-offering-374 {
    padding: 4rem 0;
}.course-offering-374 .img-resize-210 {
    transform: perspective(1000px) rotateX(3deg) rotateY(-3deg);
    margin-bottom: 2rem;
}}.gratPanel-820 {
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(234,231,242) 0%, rgb(169,164,185,0.5) 100%);
    position: relative;
    perspective: 1000px;
}.gratPanel-820::before {
    width: 100%;
    animation: backgroundPulse 15s infinite alternate ease-in-out;
    height: 100%;
    left: 0;
    content: "";
    opacity: 0.15;
    background: 
        radial-gradient(circle at 20% 30%, rgb(206,200,217,0.5) 0%, transparent 60%),
        radial-gradient(circle at 80% 70%, rgb(169,164,185,0.5) 0%, transparent 60%);
    position: absolute;
    top: 0;
    pointer-events: none;
    z-index: 0;
}.gratPanel-820::after {
    filter: blur(30px);
    top: -10%;
    width: 50%;
    height: 50%;
    animation: floatElement 20s infinite alternate ease-in-out;
    background: rgb(206,200,217,0.5);
    z-index: 0;
    opacity: 0.05;
    position: absolute;
    right: -10%;
    content: "";
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    transform: rotate(-15deg) translateZ(-10px);
}.gratPanel-820 .container {
    margin: 0 auto;
    z-index: 2;
    padding: 0 20px;
    transform-style: preserve-3d;
    max-width: 1200px;
    position: relative;
}.gratPanel-820 h2 {
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 32px;
    position: relative;
    color: #000000;
    transform: translateZ(30px);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
    animation: slideInFromTop 0.8s ease-out forwards;
    line-height: 1.3;
}.gratPanel-820 h2::after {
    height: 3px;
    background: rgb(206,200,217);
    transform: scaleX(0);
    content: "";
    bottom: -15px;
    transform-origin: left;
    animation: lineExpand 1.2s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    left: 0;
    width: 80px;
}.gratPanel-820 .study-guide-235 {
    transform: translateZ(10px) rotateX(2deg);
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.05),
        0 5px 15px rgba(0, 0, 0, 0.03);
    animation: fadeInUp 1s 0.3s backwards;
    overflow: hidden;
    padding: 45px;
    position: relative;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    border-radius: 8px;
    background: #ffffff;
}.gratPanel-820 .study-guide-235::before {
    position: absolute;
    background: linear-gradient(to bottom, rgb(206,200,217), rgb(169,164,185));
    top: 0;
    animation: heightGrow 1.2s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
    height: 0;
    content: "";
    width: 6px;
    left: 0;
}.gratPanel-820 .study-guide-235:hover {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 8px 20px rgba(0, 0, 0, 0.05);
    transform: translateZ(15px) rotateX(0deg);
}.gratPanel-820 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}.gratPanel-820 li {
    position: relative;
    align-items: flex-start;
    display: flex;
}.gratPanel-820 li::before {
    opacity: 0;
    content: "";
    position: absolute;
    transform: scale(0);
    background: rgb(206,200,217);
    width: 12px;
    top: 8px;
    left: -30px;
    border-radius: 50%;
    animation: dotAppear 0.5s 1.2s forwards;
    height: 12px;
}.gratPanel-820 li span {
    opacity: 0;
    font-family: Arial, sans-serif;
    line-height: 1.8;
    transform: translateX(0);
    animation: textFadeIn 0.8s 1s forwards ease-out;
    color: #000000;
    font-size: 16px;
    display: block;
    position: relative;
}.gratPanel-820 li span::first-letter {
    font-weight: 700;
    font-size: 1.5em;
    color: rgb(206,200,217);
}

@keyframes backgroundPulse {
    0%, 100% { 
        opacity: 0.15;
        transform: scale(1);
    }
    50% { 
        opacity: 0.25;
        transform: scale(1.05);
    }
}

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

@keyframes slideInFromTop {
    0% { 
        opacity: 0;
        transform: translateY(-40px) translateZ(30px);
    }
    100% { 
        opacity: 1;
        transform: translateY(0) translateZ(30px);
    }
}

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

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(40px) translateZ(10px) rotateX(5deg);
    }
    100% {
        opacity: 1;
        transform: translateY(0) translateZ(10px) rotateX(2deg);
    }
}

@keyframes heightGrow {
    0% { height: 0; }
    100% { height: 100%; }
}

@keyframes dotAppear {
    0% { opacity: 0; transform: scale(0); }
    70% { opacity: 1; transform: scale(1.2); }
    100% { opacity: 1; transform: scale(1); }
}

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

@media (max-width: 991px) {.gratPanel-820 {
    padding: 80px 0;
}.gratPanel-820 h2 {
    font-size: calc(32px * 0.9);
    margin-bottom: 30px;
}.gratPanel-820 .study-guide-235 {
    padding: 35px;
}
}

@media (max-width: 767px) {.gratPanel-820 {
    perspective: 800px;
    padding: 60px 0;
}.gratPanel-820 h2 {
    margin-bottom: 25px;
    font-size: calc(32px * 0.8);
    transform: translateZ(20px);
}.gratPanel-820 .study-guide-235 {
    padding: 30px 25px;
    transform: translateZ(5px) rotateX(1deg);
}.gratPanel-820 li::before {
    left: -20px;
    height: 10px;
    width: 10px;
}.gratPanel-820 li span {
    font-size: calc(16px * 0.95);
    line-height: 1.6;
}
}

@media (max-width: 480px) {.gratPanel-820 {
    padding: 40px 0;
}.gratPanel-820 h2 {
    font-size: calc(32px * 0.7);
    margin-bottom: 20px;
}.gratPanel-820 .study-guide-235 {
    padding: 25px 20px;
}.gratPanel-820 h2::after {
    height: 2px;
    width: 60px;
}.gratPanel-820 li span {
    line-height: 1.5;
    font-size: calc(16px * 0.9);
}}.opening-page-910 {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(234,231,242) 0%, rgb(206,200,217,0.5) 100%);
    position: relative;
    min-height: 100vh;
}.opening-page-910::before {
    opacity: 0.6;
    content: "";
    background: 
    radial-gradient(circle at 20% 30%, rgb(206,200,217,0.5) 0%, transparent 25%),
    radial-gradient(circle at 80% 70%, rgb(169,164,185,0.5) 0%, transparent 30%);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}.opening-page-910::after {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    animation: shimmer 4s infinite linear;
    bottom: -5px;
    width: 100%;
    content: "";
    left: 0;
    position: absolute;
    height: 10px;
    z-index: 2;
    background: linear-gradient(90deg, 
    rgb(206,200,217) 0%, 
    rgb(169,164,185) 50%, 
    rgb(206,200,217) 100%);
}.opening-page-910 .page-welcome-328 {
    z-index: 3;
    margin: 0 auto;
    align-items: center;
    position: relative;
    width: 90%;
    justify-content: center;
    display: flex;
    padding: 6rem 0;
    max-width: 1280px;
    min-height: 100vh;
}.opening-page-910 .page-welcome-328 > div {
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: perspective(1000px) rotateX(2deg);
    width: 100%;
}.opening-page-910 .page-welcome-328 > div:hover {
    transform: perspective(1000px) rotateX(0deg);
}.opening-page-910 .page-welcome-328 > div > div:first-child {
    animation: fadeUp 0.8s forwards 0.2s ease-out;
    opacity: 0;
    transform: translateY(20px);
    position: relative;
    margin-bottom: 2.5rem;
}.opening-page-910 h3 {
    text-align: center;
    box-shadow: 0 8px 32px rgba(0,0,0,0.08);
    letter-spacing: 0.01em;
    line-height: 1.5;
    max-width: 90%;
    margin: 0 auto;
    color: #000000;
    backdrop-filter: blur(5px);
    font-family: Arial, sans-serif;
    font-weight: 600;
    position: relative;
    font-size: calc(21px * 1.05);
    background: linear-gradient(to right, rgba(255,255,255,0.9), rgba(255,255,255,0.7));
    border-left: 4px solid rgb(206,200,217);
    padding: 1.5rem 2rem;
}.opening-page-910 h3::before {
    background: rgb(206,200,217,0.5);
    z-index: -1;
    opacity: 0.05;
    left: 0;
    transform: skewX(-3deg);
    top: 0;
    width: 100%;
    position: absolute;
    height: 100%;
    content: "";
}.opening-page-910 .learning-studio-341 {
    overflow: hidden;
    position: relative;
    opacity: 0;
    animation: fadeUp 0.8s forwards 0.4s ease-out;
    isolation: isolate;
    transform: translateY(20px);
    border-radius: 24px;
    box-shadow: 0 15px 45px rgba(0,0,0,0.15);
}.opening-page-910 .learning-studio-341::before {
    height: 100%;
    z-index: 1;
    mix-blend-mode: color-burn;
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(
    135deg, 
    rgb(206,200,217,0.5) 0%,
    transparent 50%,
    rgb(169,164,185,0.5) 100%
  );
}.opening-page-910 .learning-studio-341::after {
    z-index: 2;
    width: 100%;
    content: "";
    position: absolute;
    height: 100%;
    left: 0;
    background-image: 
    repeating-linear-gradient(
      -45deg,
      transparent,
      transparent 10px,
      rgba(255,255,255,0.03) 10px,
      rgba(255,255,255,0.03) 20px
    );
    top: 0;
}.opening-page-910 .learning-studio-341 > div {
    flex-direction: column;
    display: flex;
    background: linear-gradient(to bottom, 
    rgba(0,0,0,0.4) 0%, 
    rgba(0,0,0,0.7) 100%);
    justify-content: center;
    align-items: center;
    min-height: 50vh;
    padding: 5rem 2rem;
    z-index: 3;
    position: relative;
}.opening-page-910 .learning-studio-341 p {
    max-width: 80%;
    font-size: calc(14px * 1.1);
    margin-bottom: 1.5rem;
    color: #ffffff;
    letter-spacing: 0.02em;
    line-height: 1.6;
    animation: fadeUp 0.6s forwards 0.7s ease-out;
    padding: 0.8rem 0;
    position: relative;
    transform: translateY(15px);
    text-align: center;
    opacity: 0;
}.opening-page-910 .learning-studio-341 p::after {
    background: rgb(169,164,185);
    left: 50%;
    width: 80px;
    content: "";
    bottom: 0;
    position: absolute;
    transform: translateX(-50%);
    height: 2px;
}.opening-page-910 .title_style_header {
    margin: 1.5rem 0 0;
    transform: translateY(15px);
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
    opacity: 0;
    letter-spacing: 0.03em;
    font-size: 40px;
    animation: fadeUp 0.6s forwards 0.9s ease-out;
    text-align: center;
    position: relative;
}.opening-page-910 .title_style_header::before,
.opening-page-910 .title_style_header::after {
    border-radius: 2px;
    height: 3px;
    width: 80px;
    background: rgb(169,164,185);
    content: "";
    position: absolute;
}.opening-page-910 .title_style_header::before {
    top: 50%;
    left: -100px;
    animation: scaleIn 0.5s forwards 1.2s ease-out;
    transform: translateY(-50%) scaleX(0);
    transform-origin: right;
}.opening-page-910 .title_style_header::after {
    transform: translateY(-50%) scaleX(0);
    animation: scaleIn 0.5s forwards 1.2s ease-out;
    right: -100px;
    transform-origin: left;
    top: 50%;
}

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

@keyframes scaleIn {
  0% {
    transform: translateY(-50%) scaleX(0);
  }
  100% {
    transform: translateY(-50%) scaleX(1);
  }
}

@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}

@media (max-width: 992px) {.opening-page-910 .page-welcome-328 {
    padding: 4rem 0;
}.opening-page-910 h3 {
    font-size: calc(17px * 1.1);
    padding: 1.2rem 1.5rem;
}.opening-page-910 .title_style_header {
    font-size: calc(34px * 1.05);
}.opening-page-910 .title_style_header::before {
    width: 60px;
    left: -60px;
}.opening-page-910 .title_style_header::after {
    width: 60px;
    right: -60px;
}
}

@media (max-width: 768px) {.opening-page-910 .page-welcome-328 {
    padding: 3.5rem 0;
    width: 95%;
}.opening-page-910 h3 {
    max-width: 100%;
    font-size: 17px;
    padding: 1rem;
}.opening-page-910 .learning-studio-341 > div {
    padding: 4rem 1rem;
    min-height: 40vh;
}.opening-page-910 .learning-studio-341 p {
    max-width: 100%;
    font-size: 14px;
}.opening-page-910 .title_style_header {
    font-size: 34px;
}.opening-page-910 .title_style_header::before,
  .opening-page-910 .title_style_header::after {
    display: none;
}
}

@media (max-width: 576px) {.opening-page-910 {
    min-height: 80vh;
}.opening-page-910 .page-welcome-328 {
    min-height: 80vh;
    padding: 2rem 0;
}.opening-page-910 .page-welcome-328 > div > div:first-child {
    margin-bottom: 1.5rem;
}.opening-page-910 h3 {
    padding: 0.8rem;
    font-size: calc(14px * 1.1);
    border-left-width: 3px;
}.opening-page-910 .learning-studio-341 > div {
    min-height: 30vh;
    padding: 3rem 1rem;
}.opening-page-910 .learning-studio-341 p {
    font-size: calc(14px * 0.95);
    margin-bottom: 1rem;
}.opening-page-910 .learning-studio-341 p::after {
    height: 1px;
    width: 50px;
}.opening-page-910 .title_style_header {
    font-size: calc(34px * 0.85);
    margin-top: 0.8rem;
}}.training-specialist-507 {
    background: linear-gradient(135deg, rgb(234,231,242) 0%, rgb(206,200,217,0.5) 100%);
    border-radius: 17px;
    padding: 4rem 2rem;
    position: relative;
    overflow: hidden;
}.training-specialist-507::before {
    animation: pulse 8s infinite alternate;
    position: absolute;
    z-index: 1;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
    width: 70%;
    content: "";
    height: 120%;
    left: -10%;
    top: -10%;
    transform: rotate(-15deg);
    background: rgb(169,164,185,0.5);
}.training-specialist-507 .review-corner-209 {
    grid-template-columns: 1fr 1.2fr;
    position: relative;
    transform: perspective(1000px) rotateY(5deg);
    transition: transform 0.5s ease;
    gap: 2rem;
    z-index: 2;
    display: grid;
}.training-specialist-507 .review-corner-209:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-10px);
}.training-specialist-507 .img-resize-210 {
    position: relative;
    transform: rotate(-3deg) translateY(20px);
    height: 400px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    border-radius: 10px;
}.training-specialist-507 .img-resize-210::after {
    content: "";
    position: absolute;
    height: 100%;
    background: linear-gradient(45deg, rgb(206,200,217,0.5) 0%, transparent 70%);
    top: 0;
    border-radius: 10px;
    left: 0;
    width: 100%;
}.training-specialist-507 .review-corner-209:hover .img-resize-210 {
    transform: rotate(0deg) translateY(0);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
}.training-specialist-507 .exp-skills-180 {
    padding: 2rem;
    border-radius: 17px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    z-index: 3;
    transform: translateY(30px) rotate(2deg);
    transition: transform 0.5s ease;
    position: relative;
}.training-specialist-507 .review-corner-209:hover .exp-skills-180 {
    transform: translateY(0) rotate(0deg);
}.training-specialist-507 .name {
    font-family: Arial, sans-serif;
    font-size: 28px;
    position: relative;
    color: rgb(206,200,217);
    margin-bottom: 0.5rem;
    font-weight: 700;
}.training-specialist-507 .name::after {
    left: 0;
    transition: transform 0.3s ease;
    content: "";
    position: absolute;
    height: 3px;
    transform: scaleX(0.6);
    bottom: -8px;
    background: linear-gradient(90deg, rgb(169,164,185) 0%, rgb(206,200,217) 100%);
    width: 60px;
    transform-origin: left;
}.training-specialist-507 .review-corner-209:hover .name::after {
    transform: scaleX(1);
}.training-specialist-507 .exp-skills-180 > div:nth-child(2) {
    opacity: 0.8;
    font-weight: 600;
    color: rgb(169,164,185);
    transform: translateX(5px);
    margin-bottom: 1.5rem;
    transition: all 0.3s ease;
    font-size: 20px;
}.training-specialist-507 .review-corner-209:hover .exp-skills-180 > div:nth-child(2) {
    transform: translateX(0);
    opacity: 1;
}.training-specialist-507 .experience-block-790 {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    padding-left: 1.5rem;
    position: relative;
    line-height: 1.6;
    font-style: italic;
}.training-specialist-507 .experience-block-790::before {
    width: 3px;
    height: 100%;
    content: "";
    position: absolute;
    background: linear-gradient(to bottom, rgb(206,200,217), rgb(169,164,185));
    left: 0;
    top: 0;
}

@keyframes pulse {
    0% {
        opacity: 0.2;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 0.1;
    }
}

@media (max-width: 768px) {.training-specialist-507 .review-corner-209 {
    grid-template-columns: 1fr;
}.training-specialist-507 .img-resize-210 {
    height: 300px;
}}.audience-profile-178 {
    position: relative;
    background: linear-gradient(135deg, rgb(234,231,242) 0%, rgb(206,200,217,0.5) 100%);
    padding: 120px 0;
    overflow: hidden;
}.audience-profile-178::before {
    content: "";
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.6;
    background: 
        radial-gradient(
            circle at 70% 20%, 
            rgb(169,164,185,0.5) 0%, 
            transparent 50%
        );
    position: absolute;
    width: 100%;
    z-index: 0;
}.audience-profile-178::after {
    content: "";
    width: 100%;
    bottom: 0;
    position: absolute;
    z-index: 0;
    background: 
        linear-gradient(
            to top,
            rgb(234,231,242) 0%,
            transparent 100%
        );
    left: 0;
    height: 200px;
}.audience-profile-178 .container {
    max-width: 1200px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    padding: 0 20px;
}.audience-profile-178 .study-guide-235 {
    overflow: visible;
    padding: 0 50px;
    position: relative;
}.audience-profile-178 h4 {
    color: #000000;
    line-height: 1.2;
    position: relative;
    margin-bottom: 80px;
    max-width: 700px;
    font-weight: 700;
    padding-left: 25px;
    font-size: 38px;
}.audience-profile-178 h4::before {
    border-radius: 3px;
    left: 0;
    background: linear-gradient(180deg, rgb(206,200,217), rgb(169,164,185));
    content: "";
    position: absolute;
    bottom: 15px;
    top: 15px;
    width: 6px;
}.audience-profile-178 div {
    position: relative;
    display: flex;
    flex-direction: column;
}.audience-profile-178 div::before {
    top: 0;
    opacity: 0.5;
    left: 36px;
    width: 2px;
    content: "";
    height: 100%;
    background: linear-gradient(180deg, rgb(206,200,217,0.5), rgb(169,164,185,0.5));
    position: absolute;
}.audience-profile-178 div p {
    transition: all 0.3s ease;
    margin: 0 0 35px 0;
    display: flex;
    font-size: 17px;
    align-items: flex-start;
    position: relative;
    line-height: 1.6;
    color: #000000;
    padding-left: 85px;
}.audience-profile-178 div p:last-child {
    margin-bottom: 0;
}.audience-profile-178 div p:hover {
    transform: translateX(10px);
}.audience-profile-178 div p svg {
    transition: all 0.3s ease;
    top: 0;
    z-index: 2;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    width: 32px;
    padding: 8px;
    position: absolute;
    border-radius: 50%;
    height: 32px;
    background: #ffffff;
    left: 20px;
}.audience-profile-178 div p:hover svg {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    transform: scale(1.2);
}.audience-profile-178 div p svg path {
    fill: rgb(206,200,217);
    transition: fill 0.3s ease;
}.audience-profile-178 div p:hover svg path {
    fill: rgb(169,164,185);
}.audience-profile-178 div p::before {
    content: "";
    position: absolute;
    transition: all 0.3s ease;
    height: 2px;
    top: 16px;
    background: rgb(206,200,217);
    width: 10px;
    left: 75px;
    opacity: 0;
}.audience-profile-178 div p:hover::before {
    width: 20px;
    opacity: 1;
}.audience-profile-178 div p::after {
    transform: scale(0.95);
    height: calc(100% + 20px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    top: -10px;
    z-index: -1;
    opacity: 0;
    background: #ffffff;
    border-radius: 29px;
    content: "";
    width: calc(100% - 60px);
    left: 60px;
    position: absolute;
}.audience-profile-178 div p:hover::after {
    transform: scale(1);
    opacity: 1;
}

@media (max-width: 991px) {.audience-profile-178 {
    padding: 100px 0;
}.audience-profile-178 .study-guide-235 {
    padding: 0 30px;
}.audience-profile-178 h4 {
    margin-bottom: 60px;
    font-size: calc(38px - 6px);
}.audience-profile-178 div p {
    padding-left: 75px;
    margin-bottom: 30px;
}.audience-profile-178 div::before {
    left: 31px;
}.audience-profile-178 div p svg {
    left: 17px;
    width: 28px;
    height: 28px;
}.audience-profile-178 div p::before {
    left: 65px;
}.audience-profile-178 div p::after {
    left: 50px;
    width: calc(100% - 50px);
}
}

@media (max-width: 767px) {.audience-profile-178 {
    padding: 80px 0;
}.audience-profile-178 .study-guide-235 {
    padding: 0 20px;
}.audience-profile-178 h4 {
    margin-bottom: 50px;
    padding-left: 20px;
    font-size: calc(38px - 12px);
}.audience-profile-178 h4::before {
    width: 4px;
}.audience-profile-178 div p {
    margin-bottom: 25px;
    padding-left: 65px;
}.audience-profile-178 div::before {
    left: 28px;
}.audience-profile-178 div p svg {
    left: 16px;
    width: 24px;
    height: 24px;
}.audience-profile-178 div p::before {
    left: 55px;
    top: 14px;
}.audience-profile-178 div p::after {
    left: 45px;
    width: calc(100% - 45px);
}
}

@media (max-width: 479px) {.audience-profile-178 {
    padding: 60px 0;
}.audience-profile-178 .study-guide-235 {
    padding: 0 10px;
}.audience-profile-178 h4 {
    margin-bottom: 40px;
    font-size: calc(38px - 18px);
    padding-left: 15px;
}.audience-profile-178 div p {
    font-size: calc(17px - 1px);
    padding-left: 55px;
    margin-bottom: 20px;
}.audience-profile-178 div::before {
    left: 23px;
}.audience-profile-178 div p svg {
    height: 20px;
    width: 20px;
    padding: 6px;
    left: 13px;
}.audience-profile-178 div p::before {
    top: 10px;
    left: 45px;
}.audience-profile-178 div p::after {
    left: 40px;
    width: calc(100% - 40px);
}}.connect-form-167 {
    background: rgb(234,231,242);
    padding: 90px 0;
    position: relative;
    overflow: hidden;
}.connect-form-167::before {
    width: 100%;
    background: 
        linear-gradient(45deg, transparent 48%, rgba(rgb(206,200,217), 0.05) 49%, rgba(rgb(206,200,217), 0.05) 51%, transparent 52%),
        linear-gradient(-45deg, transparent 48%, rgba(rgb(169,164,185), 0.05) 49%, rgba(rgb(169,164,185), 0.05) 51%, transparent 52%);
    content: "";
    left: 0;
    background-size: 40px 40px;
    position: absolute;
    height: 100%;
    top: 0;
    z-index: 0;
}.connect-form-167 .container {
    max-width: 1200px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    padding: 0 20px;
}.connect-form-167 h2 {
    border-bottom: 3px solid rgb(206,200,217);
    position: relative;
    font-size: 38px;
    padding-bottom: 15px;
    display: inline-block;
    font-weight: 700;
    color: #000000;
    margin-bottom: 50px;
}.connect-form-167 .connect-grid-983 {
    background: #ffffff;
    overflow: hidden;
    border-radius: 11px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    position: relative;
    display: flex;
}.connect-form-167 .img-resize-210 {
    min-height: 550px;
    position: relative;
    clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
    flex: 0 0 45%;
}.connect-form-167 .support-box-781 {
    flex: 0 0 55%;
    position: relative;
    padding: 60px;
    background: #ffffff;
}.connect-form-167 .support-box-781::before {
    background-size: 30px 30px;
    background: 
        linear-gradient(135deg, #ffffff 0%, #ffffff 50%, transparent 50%, transparent 100%),
        linear-gradient(-135deg, #ffffff 0%, #ffffff 50%, transparent 50%, transparent 100%);
    z-index: -1;
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
    background-position: 0 0, 15px 15px;
    content: "";
    position: absolute;
    opacity: 0.1;
}.connect-form-167 #contact {
    flex-direction: column;
    display: flex;
    gap: 25px;
}.connect-form-167 h3 {
    font-weight: 700;
    color: rgb(206,200,217);
    position: relative;
    font-size: 20px;
    margin-bottom: 30px;
}.connect-form-167 input[type="text"] {
    width: 100%;
    color: #000000;
    border-radius: 0 10px 10px 0;
    font-size: 14px;
    border: none;
    padding: 15px 20px;
    background: rgb(234,231,242);
    transition: all 0.3s ease;
    border-left: 3px solid rgb(206,200,217);
}.connect-form-167 input[type="text"]:focus {
    background: #ffffff;
    outline: none;
    border-left-color: rgb(169,164,185);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}.connect-form-167 input[type="text"]::placeholder {
    opacity: 0.7;
    color: #000000;
}.connect-form-167 .message-support-691 {
    margin-top: 10px;
    gap: 12px;
    align-items: flex-start;
    display: flex;
}.connect-form-167 .message-support-691 input[type="checkbox"] {
    border-radius: 4px;
    background: rgb(234,231,242);
    height: 22px;
    cursor: pointer;
    border: 2px solid rgb(234,231,242);
    appearance: none;
    width: 22px;
    position: relative;
    margin-top: 3px;
    transition: all 0.3s ease;
}.connect-form-167 .message-support-691 input[type="checkbox"]:checked {
    border-color: rgb(206,200,217);
    background: rgb(206,200,217);
}.connect-form-167 .message-support-691 input[type="checkbox"]:checked::after {
    position: absolute;
    transform: translate(-50%, -50%) rotate(45deg);
    border-bottom: 2px solid #ffffff;
    width: 5px;
    top: 40%;
    content: "";
    border-right: 2px solid #ffffff;
    height: 10px;
    left: 50%;
}.connect-form-167 .message-support-691 label {
    line-height: 1.6;
    color: #000000;
    font-size: 14px;
}.connect-form-167 .message-support-691 a {
    position: relative;
    text-decoration: none;
    color: rgb(206,200,217);
    transition: all 0.3s ease;
}.connect-form-167 .message-support-691 a:hover {
    color: rgb(169,164,185);
}.connect-form-167 .message-support-691 a::after {
    height: 1px;
    bottom: -2px;
    background: rgb(206,200,217);
    width: 100%;
    left: 0;
    transition: all 0.3s ease;
    position: absolute;
    content: "";
}.connect-form-167 .message-support-691 a:hover::after {
    height: 2px;
    background: rgb(169,164,185);
}.connect-form-167 .help-widget-395 {
    padding: 15px 35px;
    background: rgb(206,200,217);
    align-self: flex-start;
    transition: all 0.3s ease;
    font-size: 19px;
    font-weight: 600;
    cursor: pointer;
    border: none;
    margin-top: 15px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    color: #ffffff;
}.connect-form-167 .help-widget-395::after {
    top: 50%;
    left: 50%;
    border-radius: 50%;
    width: 0;
    position: absolute;
    content: "";
    background: rgba(255, 255, 255, 0.1);
    transition: all 0.6s ease;
    height: 0;
    transform: translate(-50%, -50%);
}.connect-form-167 .help-widget-395:hover {
    background: rgb(169,164,185);
}.connect-form-167 .help-widget-395:hover::after {
    height: 300%;
    width: 300%;
}.connect-form-167 svg {
    fill: rgb(206,200,217);
    width: 20px;
    transition: all 0.3s ease;
    height: 20px;
}.connect-form-167 svg path {
    fill: rgb(206,200,217);
    transition: all 0.3s ease;
}.connect-form-167 svg:hover {
    fill: rgb(169,164,185);
}.connect-form-167 svg:hover path {
    fill: rgb(169,164,185);
}

@media (max-width: 992px) {.connect-form-167 {
    padding: 70px 0;
}.connect-form-167 .connect-grid-983 {
    flex-direction: column;
}.connect-form-167 .img-resize-210 {
    min-height: 300px;
    flex: 0 0 auto;
}.connect-form-167 .support-box-781 {
    padding: 40px 30px 50px;
    flex: 0 0 auto;
}
}

@media (max-width: 768px) {.connect-form-167 {
    padding: 60px 0;
}.connect-form-167 h2 {
    margin-bottom: 40px;
    font-size: calc(38px - 4px);
}.connect-form-167 .support-box-781 {
    padding: 35px 25px 45px;
}.connect-form-167 #contact {
    gap: 20px;
}.connect-form-167 .img-resize-210 {
    min-height: 250px;
}
}

@media (max-width: 576px) {.connect-form-167 {
    padding: 50px 0;
}.connect-form-167 .container {
    padding: 0 15px;
}.connect-form-167 h2 {
    font-size: calc(38px - 6px);
    margin-bottom: 30px;
}.connect-form-167 .support-box-781 {
    padding: 30px 20px 40px;
}.connect-form-167 .help-widget-395 {
    width: 100%;
}.connect-form-167 .img-resize-210 {
    min-height: 200px;
}}.company-info-739 {
    color: #ffffff;
    position: relative;
    padding: 120px 0;
    background-color: rgb(169,164,185,0.5);
    overflow: hidden;
}.company-info-739::before {
    position: absolute;
    height: 100%;
    z-index: 1;
    content: "";
    left: 0;
    background: 
        linear-gradient(90deg, transparent 95%, rgb(206,200,217,0.5) 95%, rgb(206,200,217,0.5) 96%, transparent 96%) 0 0 / 20px 100%,
        linear-gradient(0deg, transparent 95%, rgb(206,200,217,0.5) 95%, rgb(206,200,217,0.5) 96%, transparent 96%) 0 0 / 100% 20px;
    top: 0;
    animation: gridGlow 4s infinite alternate;
    width: 100%;
}.company-info-739::after {
    height: 400%;
    background: 
        repeating-linear-gradient(
            to right,
            transparent,
            transparent 49.5%,
            rgb(206,200,217,0.5) 49.5%,
            rgb(206,200,217,0.5) 50.5%,
            transparent 50.5%,
            transparent 100%
        );
    content: "";
    z-index: 0;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0.2;
    position: absolute;
    animation: scanlines 10s linear infinite;
}.company-info-739 .container {
    position: relative;
    z-index: 2;
}.company-info-739 .study-guide-235 {
    gap: 40px;
    grid-template-columns: 1fr 1fr;
    display: grid;
    position: relative;
}.company-info-739 .study-guide-235 h3 {
    font-size: 33px;
    position: relative;
    text-transform: uppercase;
    display: flex;
    font-weight: 700;
    color: rgb(206,200,217);
    letter-spacing: 3px;
    align-items: center;
    grid-column: 1 / -1;
    margin-bottom: 50px;
    border-bottom: 1px solid rgb(206,200,217,0.5);
    padding-bottom: 20px;
}.company-info-739 .study-guide-235 h3::before {
    content: "";
    animation: rotate 3s linear infinite;
    width: 8px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    margin-right: 15px;
    background: rgb(206,200,217);
    display: block;
    height: 8px;
}.company-info-739 .study-guide-235 h3::after {
    animation: scanRight 4s ease-in-out infinite;
    width: 100px;
    height: 3px;
    position: absolute;
    bottom: -1px;
    left: 0;
    content: "";
    background: rgb(206,200,217);
}.company-info-739 .master-program-617 {
    display: flex;
    position: relative;
    border-left: 1px solid rgb(206,200,217,0.5);
    padding-left: 30px;
    flex-direction: column;
}.company-info-739 .master-program-617::before {
    background-color: rgb(206,200,217);
    width: 16px;
    animation: blinkSlow 4s infinite alternate;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    left: -8px;
    content: "";
    position: absolute;
    top: 0;
    height: 16px;
}.company-info-739 .master-program-617 span {
    font-size: 24px;
    position: relative;
    color: rgb(169,164,185);
    margin-bottom: 20px;
    padding: 5px 0;
    font-weight: 600;
    width: fit-content;
    border-bottom: 1px dashed rgb(169,164,185,0.5);
}.company-info-739 .master-program-617 p {
    line-height: 1.8;
    margin-bottom: 30px;
    position: relative;
    font-size: 16px;
    color: #ffffff;
}.company-info-739 .master-program-617 .img-resize-210 {
    height: 340px;
    transition: all 0.4s ease;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    width: 100%;
    position: relative;
}.company-info-739 .master-program-617 .img-resize-210::before {
    z-index: 1;
    inset: 0;
    content: "";
    opacity: 0.5;
    background: linear-gradient(135deg, transparent 0%, rgb(206,200,217,0.5) 100%);
    position: absolute;
}.company-info-739 .master-program-617 .img-resize-210::after {
    z-index: 2;
    border-top: 2px solid rgb(206,200,217);
    right: 0;
    height: 60px;
    border-left: 2px solid rgb(206,200,217);
    position: absolute;
    opacity: 0.8;
    content: "";
    width: 60px;
    bottom: 0;
}.company-info-739 .learn-corner-645 {
    display: flex;
    position: relative;
    flex-direction: column;
    border-right: 1px solid rgb(169,164,185,0.5);
    padding-right: 30px;
}.company-info-739 .learn-corner-645::before {
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    position: absolute;
    width: 16px;
    bottom: 0;
    content: "";
    height: 16px;
    background-color: rgb(169,164,185);
    animation: blinkSlow 4s infinite alternate 1s;
    right: -8px;
}.company-info-739 .learn-corner-645 p {
    color: #ffffff;
    order: 2;
    margin-bottom: 30px;
    line-height: 1.8;
    font-size: 16px;
    position: relative;
}.company-info-739 .learn-corner-645 .corp-culture-569 {
    order: 1;
    margin-bottom: 30px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%, 0 85%);
    position: relative;
    transition: all 0.4s ease;
    height: 340px;
    width: 100%;
}.company-info-739 .learn-corner-645 .corp-culture-569::before {
    opacity: 0.5;
    inset: 0;
    content: "";
    background: linear-gradient(135deg, rgb(169,164,185,0.5) 0%, transparent 100%);
    position: absolute;
    z-index: 1;
}.company-info-739 .learn-corner-645 .corp-culture-569::after {
    border-right: 2px solid rgb(169,164,185);
    left: 0;
    width: 60px;
    bottom: 0;
    border-top: 2px solid rgb(169,164,185);
    height: 60px;
    position: absolute;
    z-index: 2;
    opacity: 0.8;
    content: "";
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes blinkSlow {
    0%, 90% {
        opacity: 1;
    }
    95% {
        opacity: 0.3;
    }
    100% {
        opacity: 1;
    }
}

@keyframes scanRight {
    0%, 100% {
        left: 0;
        width: 100px;
    }
    45%, 55% {
        left: calc(100% - 100px);
        width: 100px;
    }
    50% {
        left: calc(100% - 100px);
        width: 40px;
    }
}

@keyframes gridGlow {
    0% {
        opacity: 0.1;
    }
    100% {
        opacity: 0.3;
    }
}

@keyframes scanlines {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-75%);
    }
}

@media (max-width: 1024px) {.company-info-739 {
    padding: 80px 0;
}.company-info-739 .study-guide-235 {
    gap: 30px;
}.company-info-739 .study-guide-235 h3 {
    letter-spacing: 2px;
    margin-bottom: 40px;
}.company-info-739 .master-program-617,
    .company-info-739 .learn-corner-645 {
    padding-right: 20px;
    padding-left: 20px;
}.company-info-739 .master-program-617 .img-resize-210,
    .company-info-739 .learn-corner-645 .corp-culture-569 {
    height: 280px;
}
}

@media (max-width: 768px) {.company-info-739 {
    padding: 60px 0;
}.company-info-739 .study-guide-235 {
    grid-template-columns: 1fr;
    gap: 50px;
}.company-info-739 .study-guide-235 h3 {
    letter-spacing: 1px;
    margin-bottom: 30px;
    font-size: calc(33px * 0.85);
}.company-info-739 .master-program-617 {
    border-left: none;
    padding-top: 30px;
    border-top: 1px solid rgb(206,200,217,0.5);
    padding-left: 0;
}.company-info-739 .master-program-617::before {
    top: -8px;
    left: 0;
}.company-info-739 .learn-corner-645 {
    padding-bottom: 30px;
    border-bottom: 1px solid rgb(169,164,185,0.5);
    border-right: none;
    padding-right: 0;
}.company-info-739 .learn-corner-645::before {
    right: 0;
    bottom: -8px;
}.company-info-739 .master-program-617 .img-resize-210,
    .company-info-739 .learn-corner-645 .corp-culture-569 {
    height: 300px;
}
}

@media (max-width: 576px) {.company-info-739 {
    padding: 50px 0;
}.company-info-739 .study-guide-235 {
    gap: 40px;
}.company-info-739 .study-guide-235 h3 {
    letter-spacing: 1px;
    padding-bottom: 15px;
    margin-bottom: 25px;
    font-size: calc(33px * 0.75);
}.company-info-739 .study-guide-235 h3::before {
    margin-right: 10px;
    height: 6px;
    width: 6px;
}.company-info-739 .master-program-617 {
    padding-top: 20px;
}.company-info-739 .learn-corner-645 {
    padding-bottom: 20px;
}.company-info-739 .master-program-617 span {
    font-size: calc(24px * 0.9);
}.company-info-739 .master-program-617 p,
    .company-info-739 .learn-corner-645 p {
    line-height: 1.6;
    margin-bottom: 20px;
    font-size: calc(16px * 0.95);
}.company-info-739 .master-program-617 .img-resize-210,
    .company-info-739 .learn-corner-645 .corp-culture-569 {
    height: 240px;
}.company-info-739 .master-program-617 .img-resize-210::after,
    .company-info-739 .learn-corner-645 .corp-culture-569::after {
    height: 40px;
    width: 40px;
}}.online-tools-901 {
    position: relative;
    color: #ffffff;
    padding: 6rem 0 4rem;
    z-index: 1;
}.online-tools-901::before {
    opacity: 0.85;
    position: absolute;
    height: 100%;
    content: "";
    width: 100%;
    z-index: -1;
    left: 0;
    top: 0;
    background: #000000;
}.online-tools-901::after {
    z-index: -1;
    height: 100%;
    content: "";
    left: 0;
    background-size: 30px 30px;
    background: 
        linear-gradient(rgba(rgb(206,200,217), 0.2) 1px, transparent 1px),
        linear-gradient(90deg, rgba(rgb(206,200,217), 0.2) 1px, transparent 1px);
    width: 100%;
    position: absolute;
    top: 0;
    opacity: 0.15;
    background-position: center;
    animation: gridAnimate 15s linear infinite;
}@keyframes gridAnimate {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 30px;
    }
}

.online-tools-901 .container {
    grid-template-columns: repeat(12, 1fr);
    display: grid;
    grid-gap: 2rem;
}.online-tools-901 .company_holder {
    grid-column: 1 / 5;
    grid-row: 1;
    position: relative;
}.online-tools-901 .company_holder::before {
    width: 60px;
    border-left: 2px solid rgb(206,200,217);
    top: -20px;
    position: absolute;
    opacity: 0.7;
    border-top: 2px solid rgb(206,200,217);
    left: -20px;
    height: 60px;
    content: "";
}.online-tools-901 .company_holder::after {
    border-right: 2px solid rgb(206,200,217);
    border-bottom: 2px solid rgb(206,200,217);
    right: -20px;
    position: absolute;
    bottom: -20px;
    content: "";
    width: 60px;
    opacity: 0.7;
    height: 60px;
}.online-tools-901 .company_holder h3 {
    -webkit-background-clip: text !important;
    font-size: 34px;
    background: linear-gradient(90deg, #ffffff, rgb(206,200,217));
    position: relative;
    font-weight: 700;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    margin-bottom: 1.5rem;
}.online-tools-901 .company_holder h3::after {
    content: "";
    background: rgb(206,200,217);
    left: 0;
    height: 2px;
    position: absolute;
    box-shadow: 0 0 10px rgb(206,200,217);
    width: 30%;
    bottom: -5px;
}.online-tools-901 .footer-milestones-307 {
    font-size: 16px;
    opacity: 0.8;
    line-height: 1.6;
    color: #ffffff;
    margin-top: 1.5rem;
}.online-tools-901 .collab-net-602 {
    grid-row: 1;
    grid-column: 6 / 13;
    display: flex;
    justify-content: flex-end;
}.online-tools-901 .nav-lead-029 {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 3rem;
    width: 100%;
}.online-tools-901 .top-sitewrap-049 {
    backdrop-filter: blur(4px);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    padding: 1.5rem;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
}.online-tools-901 .top-sitewrap-049:hover {
    transform: translateY(-5px);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.02) 100%);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
}.online-tools-901 .top-sitewrap-049::before {
    content: "";
    transition: height 0.3s ease;
    height: 0;
    left: 0;
    background: rgb(206,200,217);
    top: 0;
    position: absolute;
    width: 3px;
}.online-tools-901 .top-sitewrap-049:hover::before {
    height: 100%;
}.online-tools-901 .top-sitewrap-049 h5 {
    font-size: 22px;
    margin-bottom: 1.5rem;
    font-weight: 600;
    letter-spacing: 1px;
    padding-left: 1rem;
    position: relative;
    color: rgb(169,164,185);
}.online-tools-901 .top-sitewrap-049 h5::before {
    position: absolute;
    left: 0;
    height: 5px;
    top: 50%;
    content: "";
    background: rgb(206,200,217);
    box-shadow: 0 0 10px rgb(206,200,217);
    transform: translateY(-50%);
    width: 5px;
    border-radius: 50%;
}.online-tools-901 .top-sitewrap-049 .nav-lead-029 {
    gap: 0.7rem;
    display: flex;
    flex-direction: column;
}.online-tools-901 .top-sitewrap-049 .nav-lead-029 a {
    position: relative;
    border-radius: 10px;
    padding: 0.4rem 1rem;
    opacity: 0.7;
    z-index: 1;
    overflow: hidden;
    font-size: 16px;
    transition: all 0.3s ease;
    text-decoration: none;
    color: #ffffff;
}.online-tools-901 .top-sitewrap-049 .nav-lead-029 a::before {
    left: 0;
    position: absolute;
    height: 100%;
    content: "";
    background: linear-gradient(90deg, rgba(rgb(206,200,217,0.5), 0.1), transparent);
    width: 100%;
    transition: transform 0.3s ease;
    top: 0;
    z-index: -1;
    transform: translateX(-100%);
}.online-tools-901 .top-sitewrap-049 .nav-lead-029 a:hover {
    color: #ffffff;
    padding-left: 1.5rem;
    opacity: 1;
}.online-tools-901 .top-sitewrap-049 .nav-lead-029 a:hover::before {
    transform: translateX(0);
}.intern-ship-987 {
    padding: 1.5rem 0;
    grid-row: 2;
    position: relative;
    grid-column: 1 / 13;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    margin-top: 4rem;
    background: rgba(0, 0, 0, 0.5);
}.intern-ship-987::before {
    transform: translateX(-50%);
    top: 0;
    content: "";
    height: 1px;
    width: 60%;
    background: linear-gradient(90deg, transparent, rgb(206,200,217), transparent);
    left: 50%;
    position: absolute;
}.intern-ship-987 .container {
    align-items: center;
    justify-content: center;
    display: flex;
}.intern-ship-987 .contact-edu-817 {
    opacity: 0.7;
    letter-spacing: 0.5px;
    font-size: 15px;
    color: #ffffff;
    text-align: center;
}

@media screen and (max-width: 992px) {.online-tools-901 .container {
    grid-template-columns: repeat(1, 1fr);
}.online-tools-901 .company_holder {
    grid-row: 1;
    grid-column: 1;
}.online-tools-901 .collab-net-602 {
    margin-top: 2rem;
    grid-row: 2;
    grid-column: 1;
}.intern-ship-987 {
    grid-row: 3;
    margin-top: 3rem;
}
}

@media screen and (max-width: 768px) {.online-tools-901 {
    padding: 4rem 0 3rem;
}.online-tools-901 .nav-lead-029 {
    grid-template-columns: 1fr;
    gap: 2rem;
}.online-tools-901 .top-sitewrap-049 {
    padding: 1.2rem;
}.online-tools-901 .top-sitewrap-049 h5 {
    font-size: calc(22px * 0.9);
}.online-tools-901 .company_holder::before,
    .online-tools-901 .company_holder::after {
    height: 40px;
    width: 40px;
}
}

@media screen and (max-width: 576px) {.online-tools-901 {
    padding: 3rem 0 2rem;
}.online-tools-901 .company_holder h3 {
    font-size: calc(34px * 0.9);
}.online-tools-901 .footer-milestones-307 {
    font-size: calc(16px * 0.9);
}.online-tools-901 .top-sitewrap-049 .nav-lead-029 a {
    font-size: calc(16px * 0.9);
}.intern-ship-987 {
    margin-top: 2rem;
    padding: 1rem 0;
}
}