.terms-legal-9 {
    flex: 0 0 auto;
}

.terms-legal-9 {
    padding: 4rem 0 2.5rem;
    color: #ffffff;
    position: relative;
}

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


.reach-out-A {
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
    background: linear-gradient(
        -45deg, 
        rgb(212,217,239) 0%, 
        rgb(128,145,197,0.5) 100%
    );
}

.reach-out-A .picture-O::before {
    top: 0;
    left: 0;
    transform: skew(10deg);
    opacity: 0.7;
    z-index: 1;
    width: 120%;
    height: 100%;
    content: '';
    background: linear-gradient(
        135deg, 
        rgb(170,181,218,0.5) 0%, 
        rgb(128,145,197,0.5) 100%
    );
    position: absolute;
}

.reach-out-A .request-message-S h3 {
    font-weight: 600;
    margin-bottom: 2rem;
    color: #ffffff;
    position: relative;
    padding-bottom: 1rem;
    font-size: 28px;
}

.reach-out-A .request-message-S form {
    gap: 1.5rem;
    display: grid;
}

.reach-out-A .request-message-S input:not([type="checkbox"]):not([type="submit"]):focus {
    border-color: rgb(170,181,218);
    box-shadow: 0 0 15px rgb(170,181,218,0.5);
}

.reach-out-A .request-message-S input:not([type="checkbox"]):not([type="submit"]):focus::after {
    width: 100%;
}

.reach-out-A .request-message-S .help-help-5 input[type="checkbox"]:checked {
    border-color: rgb(170,181,218);
    background: rgb(170,181,218);
}

.reach-out-A .request-message-S .help-help-5 label {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #ffffff;
}

.reach-out-A .request-message-S .help-help-5 a {
    margin-left: 0.3rem;
    color: rgb(170,181,218);
    transition: color 0.3s ease;
    text-decoration: none;
}

.reach-out-A .request-message-S .inquiry-feedback-z:hover::before {
    opacity: 1;
}

.reach-out-A .request-message-S .inquiry-feedback-z:hover {
    box-shadow: 0 10px 20px rgb(170,181,218,0.5);
    transform: translateY(-3px);
}

header .head-base-5 {
    width: 100%;
    padding: 0;
}

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

header .first-teach-6 {
    display: flex;
    gap: 35px;
    align-items: center;
}

header .nav-study-r:before {
    content: '';
    left: -15px;
    transform: translateY(-50%) scale(0);
    width: 6px;
    background-color: rgb(170,181,218);
    border-radius: 10px;
    transition: transform 0.3s ease;
    height: 6px;
    position: absolute;
    top: 50%;
}

header .nav-study-r:hover:after {
    transform: scaleX(1);
}

header .first-pagebar-V:hover:before {
    opacity: 1;
}

header .first-pagebar-V svg {
    transition: transform 0.3s ease;
    width: auto;
    height: 42px;
}

.leadership-profile-o {
    background: rgb(212,217,239);
    padding: 5rem 2rem;
    position: relative;
    perspective: 1000px;
    overflow: hidden;
}

.leadership-profile-o .review-lounge-Z {
    transform-style: preserve-3d;
    gap: 0;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    position: relative;
    z-index: 2;
    display: flex;
}

.leadership-profile-o .picture-O::after {
    opacity: 0.4;
    height: 100%;
    left: 0;
    transition: opacity 0.6s ease;
    border-radius: 22px;
    background: linear-gradient(
        135deg,
        transparent 0%,
        rgb(170,181,218,0.5) 100%
    );
    top: 0;
    position: absolute;
    content: "";
    width: 100%;
}

.leadership-profile-o .work-record-E::before {
    top: -50%;
    transform: scale(0);
    opacity: 0.1;
    position: absolute;
    height: 200%;
    left: -50%;
    transition: transform 0.8s ease;
    width: 200%;
    content: "";
    background: radial-gradient(
        circle at center,
        rgb(128,145,197,0.5) 0%,
        transparent 70%
    );
}

.leadership-profile-o .work-record-E:hover .name::after {
    width: 100%;
}

.leadership-profile-o .employee-details-M {
    font-style: italic;
    line-height: 1.7;
    color: #000000;
    border-left: 3px solid rgb(170,181,218,0.5);
    position: relative;
    padding-left: 2rem;
    font-size: 17px;
    font-weight: 400;
}

.opening-board-Q > div {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}

.opening-board-Q .skill-upfast-i {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
    color: rgb(170,181,218);
    margin: 0 0 20px;
    font-size: 46px;
}

.opening-board-Q .edu-open-q:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    transform: perspective(1000px) rotateY(2deg);
}

.opening-board-Q .edu-open-q > div {
    position: relative;
    padding: 60px 40px;
    z-index: 2;
    color: #ffffff;
}

.opening-board-Q .edu-open-q h3 {
    font-size: 28px;
    backdrop-filter: blur(5px);
    line-height: 1.4;
    margin: 0;
    border-radius: 10px;
    font-weight: 700;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(0);
    padding: 15px 25px;
    opacity: 1;
    animation: fadeSlideUp 0.8s ease-out 0.5s both;
    background: rgba(255, 255, 255, 0.1);
}

.learning-system-f .story-visual-v {
    z-index: 3;
    gap: 4rem;
    max-width: 1000px;
    transform-style: preserve-3d;
    flex-direction: column;
    margin: 0 auto;
    display: flex;
    position: relative;
}

.learning-system-f h3 {
    text-transform: uppercase;
    transform: translateZ(50px);
    text-shadow: 0 0 15px rgb(170,181,218,0.5);
    letter-spacing: 2px;
    text-align: center;
    font-weight: 700;
    color: #000000;
    font-size: 31px;
    position: relative;
    margin-bottom: 0;
    animation: floatTitle 6s ease-in-out infinite;
}

.learning-system-f span {
    transition: transform 0.5s ease;
    backdrop-filter: blur(10px);
    transform-style: preserve-3d;
    animation: floatContent 8s ease-in-out 1s infinite alternate;
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05),
        inset 0 0 0 1px rgba(255, 255, 255, 0.3);
    transform: translateZ(30px) translateY(-20px);
    line-height: 1.8;
    position: relative;
    color: #000000;
    padding: 2.5rem;
    background: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    border-radius: 10px;
}

.support-A::before {
    z-index: 0;
    content: "";
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(45deg, rgb(170,181,218,0.5) 0%, transparent 40%);
    opacity: 0.15;
    transform: translateY(-30%) rotate(-5deg) scale(1.5);
}

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

.support-A .assist-support-h:hover {
    transform: translateY(-5px);
}

.support-A .assist-support-h > div {
    border-left: 2px solid rgb(128,145,197,0.5);
    transition: all 0.3s ease;
    position: relative;
    padding: 15px 20px;
}

.support-A .assist-support-h > div:first-child {
    font-size: calc(13px * 1.05);
    line-height: 1.6;
    color: #000000;
    padding-bottom: 25px;
}

.support-A span {
    display: block;
    margin-left: 28px;
    font-size: 13px;
    color: #000000;
    transition: transform 0.3s ease;
    transform: translateY(0);
    margin-top: 5px;
}

.support-A .help-request-t {
    font-size: 13px;
    display: flex;
    color: #000000;
    align-items: center;
    transition: color 0.3s ease;
    font-weight: 600;
    text-transform: capitalize;
    padding: 8px 0;
    position: relative;
    gap: 8px;
    text-decoration: none;
}

.support-A .help-request-t:hover svg path {
    fill: rgb(128,145,197);
}

.company-overview-j::before {
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    position: absolute;
    content: '';
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.75) 40%,
        rgba(0, 0, 0, 0.65) 100%);
    z-index: 1;
}

.company-overview-j h2::after {
    bottom: 0;
    width: 80px;
    background: rgb(170,181,218);
    position: absolute;
    transform-origin: left;
    left: 0;
    height: 3px;
    content: '';
    transform: scaleX(0);
    animation: expandLine 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.5s;
}

.company-overview-j .headline-wrap-u > div {
    width: 100%;
}

.company-overview-j .headline-wrap-u p {
    animation: slideInRight 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.6s;
    font-size: calc(24px - 2px);
    opacity: 0;
    color: rgb(170,181,218);
    font-weight: 600;
    margin-bottom: 20px;
    transform: translateX(-15px);
}

.secure-safekeeping-A {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 50px;
    color: #000000;
    font-family: Arial, sans-serif;
    background-color: rgb(212,217,239);
}

.secure-safekeeping-A h2 {
    font-size: 35px;
    margin-bottom: 15px;
    color: rgb(128,145,197);
    font-weight: 600;
}

.secure-safekeeping-A p {
    line-height: 1.6;
    margin-bottom: 20px;
    font-size: 16px;
}

.gratitudeWeb-e::after {
    position: absolute;
    bottom: -20%;
    content: "";
    z-index: 0;
    opacity: 0.2;
    background: linear-gradient(225deg, rgb(128,145,197,0.5) 0%, rgb(170,181,218,0.5) 100%);
    animation: float 18s ease-in-out infinite alternate-reverse;
    filter: blur(25px);
    border-radius: 30% 70% 60% 40% / 50% 30% 70% 50%;
    left: -5%;
    transform: rotate(10deg);
    width: 40%;
    height: 60%;
}

.gratitudeWeb-e .story-visual-v > div:first-child {
    margin-bottom: 1.5rem;
    position: relative;
}

.gratitudeWeb-e .story-visual-v > div:first-child::after {
    left: 0;
    transform-origin: left;
    position: absolute;
    transition: width 0.3s ease;
    content: "";
    bottom: -0.75rem;
    border-radius: 10px;
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, rgb(170,181,218) 0%, rgb(128,145,197) 100%);
}

.gratitudeWeb-e h5::before {
    height: 26px;
    font-size: 14px;
    top: 50%;
    transition: opacity 0.5s ease, transform 0.5s ease;
    background: linear-gradient(135deg, rgb(170,181,218) 0%, rgb(128,145,197) 100%);
    position: absolute;
    justify-content: center;
    display: flex;
    opacity: 0;
    transform: translateY(-50%);
    border-radius: 50%;
    width: 26px;
    color: #ffffff;
    align-items: center;
    content: "✓";
    left: -35px;
}

.statistics-information-Z {
    padding: 100px 0;
    color: #ffffff;
    overflow: hidden;
    isolation: isolate;
    position: relative;
}

.statistics-information-Z .container {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
}

.statistics-information-Z .statistics-zone-q {
    margin-bottom: 25px;
    display: inline-block;
}

.statistics-information-Z .statistics-zone-q svg {
    fill: rgb(170,181,218);
    width: 70px;
    filter: drop-shadow(0 0 10px rgb(170,181,218,0.5));
    height: 70px;
}

.statistics-information-Z .pro-gains-L {
    font-size: 17px;
    color: #ffffff;
    margin-bottom: 0;
    line-height: 1.7;
    text-align: left;
    opacity: 0.9;
    position: relative;
}

.statistics-information-Z .expert-benefits-X::before {
    top: 0;
    content: '';
    left: 0;
    height: 100%;
    background: linear-gradient(to bottom, transparent, #ffffff, transparent);
    width: 1px;
    position: absolute;
}

.statistics-information-Z .extra-pro-m {
    flex-shrink: 0;
    margin-right: 20px;
}

.statistics-information-Z .extra-pro-m svg {
    width: 40px;
    height: 40px;
    fill: rgb(170,181,218);
    filter: drop-shadow(0 0 5px rgb(170,181,218,0.5));
}

.statistics-information-Z .stat_item_content {
    flex-direction: column;
    display: flex;
}



.statistics-information-Z .expert-benefits-X:has(.statistics-extra-q:only-child) {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
}

.statistics-information-Z .expert-benefits-X:has(.statistics-extra-q:nth-child(n+5):last-child) {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 1fr;
    grid-template-rows: repeat(auto-fit, 1fr);
}

.statistics-information-Z .statistics-extra-q:hover::after {
    opacity: 1;
}

.program-information-t {
    position: relative;
    background: linear-gradient(135deg, rgb(212,217,239) 0%, rgba(255,255,255,0.9) 100%);
    overflow: hidden;
    padding: 6rem 0;
}

.program-information-t::after {
    filter: blur(60px);
    opacity: 0.3;
    width: 40%;
    height: 60%;
    transform: rotate(15deg);
    content: "";
    bottom: -5%;
    z-index: 0;
    left: -10%;
    position: absolute;
    background: linear-gradient(145deg, rgb(170,181,218,0.5) 0%, rgb(128,145,197) 20%, transparent 100%);
}

.program-information-t .training-plan-0 {
    gap: 3rem;
    animation: fadeIn 0.8s ease-out 0.6s forwards;
    display: grid;
    grid-template-columns: 1fr;
    transform: translateY(20px);
    opacity: 0;
}

.program-information-t .picture-O::before {
    left: 0;
    background: linear-gradient(0deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 50%);
    top: 0;
    height: 100%;
    content: "";
    width: 100%;
    position: absolute;
    z-index: 1;
}

.program-information-t .headline-wrap-u::before {
    height: 5px;
    left: 0;
    content: "";
    transform-origin: left;
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(170,181,218), rgb(128,145,197));
    width: 100%;
    top: 0;
    position: absolute;
    animation: expandLine 0.8s ease-out 1.2s forwards;
}

.program-information-t .description:last-of-type {
    animation-delay: 1s;
    margin-bottom: 0;
}

.future-members-e::before {
    content: "";
    position: absolute;
    background: 
        radial-gradient(circle at 20% 30%, rgb(170,181,218,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(128,145,197,0.5) 0%, transparent 40%);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.2;
}

.future-members-e div {
    flex-wrap: wrap;
    gap: 30px;
    display: flex;
}

.future-members-e div p:hover {
    transform: translateY(-5px);
    box-shadow: 
        12px 12px 24px rgba(0, 0, 0, 0.08),
        -12px -12px 24px rgba(255, 255, 255, 0.9),
        inset 1px 1px 1px rgba(255, 255, 255, 0.4);
}

.future-members-e div p svg {
    border-radius: 50%;
    padding: 8px;
    height: 40px;
    min-width: 40px;
    margin-right: 20px;
    transition: all 0.3s ease;
    background: rgb(212,217,239);
    width: 40px;
    box-shadow: 
        4px 4px 8px rgba(0, 0, 0, 0.1),
        -4px -4px 8px rgba(255, 255, 255, 0.8);
}

.join-our-mailing-list-n {
    z-index: 1;
    position: relative;
    background: linear-gradient(135deg, rgb(212,217,239) 0%, rgb(170,181,218,0.5) 100%);
    padding: 4rem 2rem;
    overflow: hidden;
}

.join-our-mailing-list-n .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}

.join-our-mailing-list-n .story-visual-v {
    backdrop-filter: blur(5px);
    transform: translateZ(0);
    display: grid;
    position: relative;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    gap: 2rem;
    grid-template-columns: 1fr;
    padding: 2rem;
}

.join-our-mailing-list-n .story-visual-v:hover h4 {
    transform: translateY(-5px);
}

.join-our-mailing-list-n .story-visual-v:hover h4::after {
    width: 100px;
}

.join-our-mailing-list-n .input_holder {
    flex-direction: column;
    display: flex;
    gap: 1rem;
    position: relative;
}

.join-our-mailing-list-n .input_holder input[type="email"] {
    padding: 1rem 1.2rem;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    font-size: 13px;
    width: 100%;
    outline: none;
    border-radius: 10px;
    color: #000000;
    background: #ffffff;
    border: 1px solid rgba(0,0,0,0.1);
}

.join-our-mailing-list-n .input_holder input[type="submit"]:hover {
    box-shadow: 0 5px 15px rgb(170,181,218,0.5);
    transform: translateY(-2px);
    background: rgb(128,145,197);
}

.join-our-mailing-list-n .input_holder input[type="submit"]:active {
    transform: translateY(1px);
    box-shadow: 0 2px 5px rgb(170,181,218,0.5);
}

.pricing-level-x .container {
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
}

.pricing-level-x h2 {
    margin-bottom: 20px;
    position: relative;
    animation: fadeInUp 0.8s ease-out forwards;
    color: #ffffff;
    transform: translateY(20px);
    font-weight: 700;
    font-size: 33px;
    text-align: center;
    opacity: 0;
}

.pricing-level-x .package-deals-c li {
    animation: fadeInUp 0.8s ease-out forwards;
    transform: translateY(30px);
    opacity: 0;
}

.pricing-level-x .fee-chart-z {
    transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    text-decoration: none;
    position: relative;
    overflow: hidden;
    height: 100%;
    display: block;
}

.pricing-level-x .cost-matrix-X {
    background: linear-gradient(145deg, rgba(255,255,255,0.09) 0%, rgba(255,255,255,0.05) 100%);
    padding: 5px;
    -webkit-backdrop-filter: blur(10px);
    transition: box-shadow 0.4s ease, transform 0.3s ease;
    border-radius: 19px;
    height: 100%;
    overflow: hidden;
    backdrop-filter: blur(10px);
    position: relative;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    border: 1px solid rgba(255,255,255,0.1);
}

.pricing-level-x .fee-chart-z:hover .enroll-cost-E h4 {
    transform: translateX(5px);
}

.pricing-level-x .fee-chart-z:hover .enroll-cost-E h4::after {
    width: 60px;
}

.pricing-level-x .enroll-cost-E p {
    scrollbar-width: thin;
    color: rgba(255,255,255,0.8);
    overflow-wrap: break-word;
    font-size: calc(13px - 2px);
    word-break: break-word;
    overflow-y: auto;
    line-height: 1.6;
    scrollbar-color: rgb(170,181,218,0.5) transparent;
    margin: 0 0 30px;
    max-height: 200px;
}

.pricing-level-x .fee-chart-z:hover .fee-deals-a::before {
    opacity: 1;
    transform: scale(1);
}

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

footer::before {
    right: 0;
    background: linear-gradient(120deg, rgb(170,181,218) 0%, rgb(128,145,197) 100%);
    position: absolute;
    opacity: 0.85;
    content: "";
    z-index: -2;
    left: 0;
    bottom: 0;
    top: 0;
}

.terms-legal-9 .container {
    display: flex;
    position: relative;
    justify-content: space-between;
    gap: 3rem;
    flex-wrap: wrap;
}

.terms-legal-9 .company_holder h3 {
    color: #ffffff;
    display: inline-block;
    padding: 0.5rem 2rem;
    font-weight: 700;
    clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 5% 100%);
    letter-spacing: 1px;
    margin: 0 0 1.5rem;
    font-size: 32px;
    background: rgba(255, 255, 255, 0.15);
    text-transform: uppercase;
}

.terms-legal-9 .top-site-O {
    gap: 2.5rem;
    display: flex;
    flex-wrap: wrap;
}

.terms-legal-9 .first-teach-6 .top-site-O {
    background: rgba(0, 0, 0, 0.15);
    clip-path: polygon(2% 0%, 98% 0%, 100% 95%, 0% 100%);
    padding: 1.5rem;
    flex-direction: column;
    gap: 0.8rem;
    display: flex;
}

.terms-legal-9 .first-teach-6 .top-site-O a:hover {
    transform: translateX(5px);
    background: rgba(255, 255, 255, 0.15);
}

.terms-legal-9 .first-teach-6 .top-site-O a:hover::before {
    opacity: 0.7;
}

.login-footer-Q .container {
    justify-content: center;
    align-items: center;
    display: flex;
}

.pricing-level-x .enroll-cost-E p::-webkit-scrollbar {
    width: 5px;
}

.pricing-level-x .enroll-cost-E p::-webkit-scrollbar-track {
    background: transparent;
}

.pricing-level-x .enroll-cost-E p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(170,181,218,0.5);
}



@media screen and (max-width: 768px) {.reach-out-A {
    padding: 3rem 0;
}.reach-out-A h2 {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
    font-size: calc(41px * 0.8);
}.reach-out-A h2::before {
    width: 0.8rem;
    height: 0.8rem;
}.reach-out-A .request-message-S h3 {
    margin-bottom: 1.5rem;
    font-size: calc(28px * 0.9);
}.reach-out-A .request-message-S input:not([type="checkbox"]):not([type="submit"]) {
    padding: 0.8rem 1.2rem;
}
}



@media (max-width: 992px) {.leadership-profile-o .review-lounge-Z {
    flex-direction: column;
}.leadership-profile-o .picture-O,
    .leadership-profile-o .work-record-E {
    transform: none;
    width: 100%;
}.leadership-profile-o .picture-O {
    margin-bottom: 2rem;
    height: 300px;
}.leadership-profile-o .picture-O:hover,
    .leadership-profile-o .work-record-E:hover {
    transform: translateY(-10px);
}}



@media (max-width: 480px) {.opening-board-Q {
    padding: 30px 10px;
}.opening-board-Q .skill-upfast-i {
    font-size: calc(46px * 0.65);
}.opening-board-Q .edu-open-q > div {
    padding: 25px 15px;
}.opening-board-Q .edu-open-q p {
    font-size: calc(17px * 0.85);
    border-left: 2px solid rgb(128,145,197);
}.opening-board-Q .edu-open-q h3 {
    font-size: calc(28px * 0.6);
    padding: 8px 12px;
}}



@media (max-width: 768px) {.learning-system-f {
    perspective: 500px;
    padding: 4rem 0;
}.learning-system-f h3 {
    transform: translateZ(20px);
    font-size: calc(31px * 0.8);
    letter-spacing: 1px;
}.learning-system-f span {
    font-size: calc(13px * 0.95);
    transform: translateZ(10px) translateY(-10px);
    padding: 1.5rem;
}.learning-system-f .story-visual-v {
    margin: 0 1rem;
    gap: 2rem;
}}



@media (max-width: 767px) {.support-A {
    padding: 40px 0;
    margin: 40px 0;
}.support-A h1 {
    margin-bottom: 30px;
    font-size: calc(45px * 0.9);
}.support-A .assist-support-h {
    padding: 30px 20px;
}.support-A .assist-support-h > div {
    padding: 12px 15px;
}.support-A span {
    font-size: calc(13px * 0.95);
    margin-left: 25px;
}.support-A .help-request-t {
    font-size: calc(13px * 0.95);
}}



@media (hover: hover) {.company-overview-j .headline-wrap-u {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                   box-shadow 0.4s ease;
}.company-overview-j .headline-wrap-u:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3), 
                    0 0 0 1px rgba(rgb(170,181,218,0.5), 0.1);
}
}


@media only screen and (max-width: 800px) {.secure-safekeeping-A {
    padding: 30px;
}.secure-safekeeping-A h1 {
    font-size: calc(20px * 0.8);
}.secure-safekeeping-A h2 {
    font-size: calc(20px * 0.9);
}}



@media (max-width: 576px) {.gratitudeWeb-e {
    padding: 2rem 0;
}.gratitudeWeb-e .story-visual-v {
    transform: none;
    padding: 1.5rem;
    border-radius: 10px;
}.gratitudeWeb-e h5 {
    font-size: calc(23px - 6px);
}.gratitudeWeb-e .story-visual-v > div:first-child::after {
    height: 2px;
    width: 60px;
}.gratitudeWeb-e .story-visual-v:hover > div:first-child::after {
    width: 90px;
}.gratitudeWeb-e h5::before {
    font-size: 10px;
    height: 20px;
    width: 20px;
}.gratitudeWeb-e p {
    font-size: calc(15px - 2px);
    line-height: 1.6;
}}



@media screen and (max-width: 576px) {.statistics-information-Z {
    padding: 50px 0;
}.statistics-information-Z .expert-upgrade-V {
    gap: 40px;
}.statistics-information-Z .expert-benefits-X {
    grid-template-columns: 1fr;
    gap: 15px;
}.statistics-information-Z .statistics-zone-q svg {
    width: 60px;
    height: 60px;
}.statistics-information-Z .statistics-value-O {
    margin-bottom: 15px;
    padding-bottom: 10px;
}.statistics-information-Z .statistics-value-O::after {
    width: 60px;
}.statistics-information-Z .extra-pro-m svg {
    width: 35px;
    height: 35px;
}}



@media (min-width: 992px) {.program-information-t {
    padding: 10rem 0;
}.program-information-t h2 {
    font-size: calc(34px * 1.4);
    max-width: 70%;
}.program-information-t .training-plan-0 {
    gap: 6rem;
}.program-information-t .picture-O {
    height: 600px;
}.program-information-t .description {
    line-height: 1.9;
    font-size: calc(18px * 1.05);
}
}



@media (max-width: 1100px) {.future-members-e div p {
    flex: 1 1 calc(50% - 15px);
}
}



@media (max-width: 479px) {.future-members-e {
    padding: 40px 0;
}.future-members-e .story-visual-v {
    padding: 25px 15px;
}.future-members-e h4 {
    margin-bottom: 30px;
    font-size: calc(33px - 6px);
}.future-members-e div {
    gap: 15px;
}.future-members-e div p {
    font-size: calc(18px - 1px);
    padding: 15px;
}.future-members-e div p svg {
    width: 26px;
    min-width: 26px;
    height: 26px;
    margin-right: 12px;
    padding: 5px;
}}



@media (max-width: 767px) {.join-our-mailing-list-n::before {
    left: -50%;
    width: 100%;
}.join-our-mailing-list-n .story-visual-v {
    padding: 1.5rem;
}.join-our-mailing-list-n h4 {
    text-align: center;
    margin-bottom: 1.5rem;
}.join-our-mailing-list-n h4::after {
    transform: translateX(-50%);
    left: 50%;
}.join-our-mailing-list-n .input_holder span:last-child {
    align-self: stretch;
}.join-our-mailing-list-n .input_holder input[type="submit"] {
    width: 100%;
}
}



@media (max-width: 767px) {.pricing-level-x {
    padding: 60px 0;
}.pricing-level-x h2 {
    font-size: calc(33px - 4px);
}.pricing-level-x .package-rates-x {
    margin-bottom: 30px;
    font-size: calc(13px - 1px);
}.pricing-level-x .package-deals-c {
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 400px;
}.pricing-level-x .enroll-cost-E {
    min-height: 300px;
}.pricing-level-x .fee-deals-a {
    font-size: calc(18px + 2px);
}
}



@media (max-width: 576px) {.terms-legal-9 {
    padding: 2.5rem 0 1rem;
}.terms-legal-9 .first-teach-6 {
    flex: 1 1 100%;
    min-width: 100%;
}.terms-legal-9 .top-site-O {
    gap: 1rem;
}.login-footer-Q {
    clip-path: polygon(0% 10%, 2% 0%, 98% 0%, 100% 10%, 100% 100%, 0% 100%);
    padding: 1.5rem 0;
    margin-top: 1.5rem;
}.terms-legal-9::before {
    height: 5px;
}
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(170,181,218,0.5);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}



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



@keyframes hologlow {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.6;
    }
}



@keyframes expandLine {
    0% {
        width: 50px;
        opacity: 0.5;
    }
    100% {
        width: 200px;
        opacity: 1;
    }
}



@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;
    }
}



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


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

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



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



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

