* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}.wrapper-border-3 {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
}a {
    text-decoration: none;
    color: inherit;
}.container {
    max-width: 100%;
    width: 1238px;
    margin: auto;
}.top-mainwrap-6 {
    flex: 1 0 auto;
}svg {
    width: 30px;
    height: 30px;
}header,footer {
    width: 100%;
}.intern-ship-9 {
    flex: 0 0 auto;
}html,body {
    font-family: Arial, sans-serif;
    height: 100%;
    color: #000000;
    min-height: 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;
}}
.statistical-summary-9 {
    overflow: hidden;
    position: relative;
    padding: 90px 0;
    background: linear-gradient(to right, rgb(156,170,185), #f0f4f8, rgb(156,170,185));
    z-index: 1;
}.statistical-summary-9::before {
    animation: gradientShift 15s ease infinite alternate;
    z-index: -1;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    background: 
        linear-gradient(135deg, rgb(122,135,152,0.5) 0%, transparent 50%),
        linear-gradient(225deg, rgb(89,102,118,0.5) 0%, transparent 50%);
    left: 0;
}.statistical-summary-9::after {
    background-size: 20px 20px;
    background: 
        linear-gradient(90deg, transparent 98%, rgba(255, 255, 255, 0.1) 100%),
        linear-gradient(0deg, transparent 98%, rgba(255, 255, 255, 0.1) 100%);
    top: 0;
    position: absolute;
    height: 100%;
    z-index: -1;
    content: "";
    width: 100%;
    left: 0;
}.statistical-summary-9 .container {
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    gap: 40px;
    max-width: 1200px;
    flex-direction: column;
    display: flex;
}.statistical-summary-9 .key-pros-2 {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}.statistical-summary-9 .gain-study-9 {
    border-radius: 11px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    width: calc(25% - 15px);
    justify-content: center;
    z-index: 1;
    padding: 20px 15px;
    text-align: center;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.8));
    position: relative;
    display: flex;
    align-items: center;
    height: 150px;
    overflow: hidden;
    flex-direction: column;
    transition: all 0.3s ease;
}.statistical-summary-9 .gain-study-9::before {
    top: 0;
    width: 4px;
    position: absolute;
    border-radius: 2px;
    height: 60%;
    background: linear-gradient(to bottom, rgb(122,135,152), rgb(89,102,118));
    transition: height 0.3s ease;
    left: 0;
    content: "";
}.statistical-summary-9 .gain-study-9::after {
    animation: shimmer 5s infinite;
    width: 100%;
    transform: translateX(-100%);
    content: "";
    top: 0;
    left: 0;
    z-index: -1;
    position: absolute;
    height: 100%;
    background: linear-gradient(135deg, 
        transparent 40%,
        rgba(255, 255, 255, 0.2) 50%,
        transparent 60%
    );
}.statistical-summary-9 .gain-study-9:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}.statistical-summary-9 .gain-study-9:hover::before {
    height: 80%;
}.statistical-summary-9 .gain-study-9 h4 {
    transition: color 0.3s ease;
    font-weight: 700;
    margin: 0 0 10px;
    color: rgb(122,135,152);
    font-size: calc(34px + 0.25rem);
}.statistical-summary-9 .gain-study-9:hover h4 {
    color: rgb(89,102,118);
}.statistical-summary-9 .gain-study-9 span {
    font-size: 15px;
    max-width: 100%;
    color: #000000;
}.statistical-summary-9 .pro-upgrade-7 {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    margin: 20px auto;
    padding: 30px;
    order: 1;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
    z-index: 2;
    text-align: center;
    width: 100%;
    position: relative;
    border-radius: 11px;
    max-width: 900px;
}.statistical-summary-9 .pro-upgrade-7::before {
    animation: borderGlow 6s linear infinite;
    top: -3px;
    z-index: -1;
    content: "";
    border-radius: calc(11px + 3px);
    bottom: -3px;
    position: absolute;
    right: -3px;
    background: linear-gradient(45deg, 
        rgb(122,135,152,0.5),
        rgb(89,102,118,0.5),
        rgb(122,135,152,0.5)
    );
    left: -3px;
    opacity: 0.6;
}.statistical-summary-9 .value-statistics-4 {
    margin: 0 0 20px;
    font-weight: 700;
    display: inline-block;
    font-size: 34px;
    position: relative;
    color: rgb(122,135,152);
}.statistical-summary-9 .value-statistics-4::after {
    height: 3px;
    background: linear-gradient(to right, rgb(122,135,152), rgb(89,102,118));
    width: 70px;
    transform: translateX(-50%);
    border-radius: 3px;
    position: absolute;
    content: "";
    bottom: -10px;
    left: 50%;
}.statistical-summary-9 .statistics-zone-2 {
    max-width: 700px;
    color: #000000;
    line-height: 1.7;
    margin: 0 auto;
    font-size: 15px;
}.statistical-summary-9 svg {
    position: absolute;
    width: 20px;
    opacity: 0.7;
    transition: all 0.3s ease;
    right: 15px;
    fill: rgb(122,135,152);
    height: 20px;
    top: 15px;
}.statistical-summary-9 svg path {
    fill: inherit;
}.statistical-summary-9 .gain-study-9:hover svg {
    fill: rgb(89,102,118);
    transform: rotate(15deg);
    opacity: 1;
}.statistical-summary-9 .key-pros-2:first-of-type {
    order: 0;
}.statistical-summary-9 .key-pros-2:last-of-type {
    order: 2;
}

@keyframes gradientShift {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@keyframes shimmer {
    0% {
        transform: translateX(-100%);
    }
    20% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(100%);
    }
}

@keyframes borderGlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@media (max-width: 992px) {.statistical-summary-9 .gain-study-9 {
    width: calc(50% - 10px);
}
}

@media (max-width: 768px) {.statistical-summary-9 {
    padding: 70px 0;
}.statistical-summary-9 .container {
    gap: 30px;
}.statistical-summary-9 .pro-upgrade-7 {
    padding: 25px;
}.statistical-summary-9 .value-statistics-4 {
    font-size: calc(34px - 0.25rem);
}
}

@media (max-width: 576px) {.statistical-summary-9 {
    padding: 50px 0;
}.statistical-summary-9 .gain-study-9 {
    width: 100%;
    min-height: 130px;
    height: auto;
}.statistical-summary-9 .pro-upgrade-7 {
    padding: 20px;
}}.plan-deal-2 {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background: rgb(156,170,185);
}.plan-deal-2::before {
    position: absolute;
    z-index: 0;
    height: 100%;
    top: 0;
    opacity: 0.08;
    width: 100%;
    background: linear-gradient(135deg, rgb(122,135,152,0.5), rgb(89,102,118,0.5));
    left: 0;
    content: "";
}.plan-deal-2 .container {
    z-index: 1;
    position: relative;
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1320px;
}.plan-deal-2 .value-rates-0 {
    gap: 60px;
    display: flex;
    flex-direction: column-reverse;
}.plan-deal-2 .learn-pricing-6 {
    padding: 0 20px;
    margin: 0 auto;
    text-align: center;
    max-width: 800px;
}.plan-deal-2 .learn-pricing-6 h2 {
    margin-bottom: 20px;
    display: inline-block;
    color: #000000;
    font-size: 36px;
    position: relative;
    font-weight: 700;
}.plan-deal-2 .learn-pricing-6 h2::after {
    background: linear-gradient(90deg, rgb(122,135,152), rgb(89,102,118));
    left: 50%;
    bottom: -10px;
    width: 80px;
    position: absolute;
    border-radius: 3px;
    transform: translateX(-50%);
    content: "";
    height: 3px;
}.plan-deal-2 .plan-fees-7 {
    font-size: 18px;
    margin-top: 20px;
    color: #000000;
    margin-left: auto;
    max-width: 600px;
    margin-right: auto;
    line-height: 1.7;
}.plan-deal-2 .fee-plans-7 {
    gap: 30px;
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    margin: 0 auto;
}.plan-deal-2 .learn-fees-9 {
    position: relative;
    text-decoration: none;
    z-index: 1;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    display: block;
}.plan-deal-2 .learn-fees-9:hover {
    transform: translateY(-8px);
}.plan-deal-2 .bundle-rate-1 {
    transition: all 0.4s ease;
    position: relative;
    height: 100%;
    background: linear-gradient(145deg, #f6f6f6, #ffffff);
    overflow: hidden;
    flex-direction: column;
    border-radius: 16px;
    display: flex;
    box-shadow: 16px 16px 32px rgba(0, 0, 0, 0.05),
              -16px -16px 32px rgba(255, 255, 255, 0.8);
}.plan-deal-2 .learn-fees-9:hover .bundle-rate-1 {
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.08),
              -8px -8px 24px rgba(255, 255, 255, 1);
}.plan-deal-2 .fee-pricing-8 {
    padding: 30px;
    z-index: 2;
    position: relative;
    flex: 1;
}.plan-deal-2 .fee-pricing-8 h3 {
    padding-bottom: 10px;
    font-size: 23px;
    position: relative;
    margin-bottom: 15px;
    display: inline-block;
    font-weight: 600;
    color: #000000;
}.plan-deal-2 .fee-pricing-8 h3::after {
    content: "";
    width: 40px;
    bottom: 0;
    height: 3px;
    background: rgb(122,135,152);
    border-radius: 2px;
    position: absolute;
    transition: width 0.3s ease;
    left: 0;
}.plan-deal-2 .learn-fees-9:hover .fee-pricing-8 h3::after {
    width: 60px;
}.plan-deal-2 .payment-deals-4 {
    color: transparent;
    color: rgb(122,135,152);
    display: inline-block;
    background: linear-gradient(135deg, rgb(122,135,152), rgb(89,102,118));
    position: relative;
    -webkit-background-clip: text !important;
    font-size: 1.8rem;
    font-weight: 700;
    background-clip: text !important;
    margin-bottom: 20px;
}.plan-deal-2 .payment-deals-4::before {
    bottom: -5px;
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, rgb(122,135,152,0.5), transparent);
    height: 1px;
    position: absolute;
    content: "";
}.plan-deal-2 .fee-pricing-8 p {
    color: #000000;
    font-size: calc(18px - 2px);
    line-height: 1.6;
    margin-bottom: 20px;
    position: relative;
    word-break: break-word;
    overflow-wrap: break-word;
}.plan-deal-2 .pic-img-wrap-1 {
    width: 100%;
    height: 220px;
    transition: all 0.5s ease;
    position: relative;
    border-radius: 0 0 12px 12px;
    overflow: hidden;
}.plan-deal-2 .pic-img-wrap-1::after {
    z-index: 1;
    right: 0;
    top: 0;
    transition: opacity 0.3s ease;
    opacity: 0.6;
    content: "";
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
}.plan-deal-2 .learn-fees-9:hover .pic-img-wrap-1::after {
    opacity: 0.3;
}

@media (min-width: 768px) {.plan-deal-2 .fee-plans-7 {
    grid-template-columns: repeat(2, 1fr);
}.plan-deal-2 .bundle-rate-1 {
    height: 100%;
}.plan-deal-2 .pic-img-wrap-1 {
    height: 240px;
}
}

@media (min-width: 992px) {.plan-deal-2 {
    padding: 160px 0;
}.plan-deal-2 .value-rates-0 {
    align-items: center;
    gap: 80px;
    flex-direction: row;
}.plan-deal-2 .learn-pricing-6 {
    text-align: left;
    padding: 0;
    flex: 0 0 30%;
}.plan-deal-2 .learn-pricing-6 h2 {
    font-size: calc(36px + 4px);
}.plan-deal-2 .learn-pricing-6 h2::after {
    transform: none;
    left: 0;
}.plan-deal-2 .plan-fees-7 {
    margin-left: 0;
}.plan-deal-2 .fee-plans-7 {
    flex: 0 0 70%;
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 1200px) {.plan-deal-2 .fee-plans-7 {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.plan-deal-2 .fee-pricing-8 {
    padding: 40px;
}.plan-deal-2 .pic-img-wrap-1 {
    height: 260px;
}.plan-deal-2 .learn-fees-9:nth-child(odd) {
    transform: translateY(20px);
}.plan-deal-2 .learn-fees-9:nth-child(odd):hover {
    transform: translateY(12px);
}.plan-deal-2 .learn-fees-9:nth-child(even):hover {
    transform: translateY(-8px);
}
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(var(--primary-color-rgb), 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(var(--primary-color-rgb), 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(var(--primary-color-rgb), 0);
  }
}

@media (prefers-reduced-motion: no-preference) {.plan-deal-2 .learn-fees-9:active .bundle-rate-1 {
    transition: transform 0.2s ease;
    transform: scale(0.98);
}
}

@media (max-width: 767px) {.plan-deal-2 {
    padding: 80px 0;
}.plan-deal-2 .value-rates-0 {
    gap: 40px;
}.plan-deal-2 .learn-pricing-6 h2 {
    font-size: calc(36px - 4px);
}.plan-deal-2 .pic-img-wrap-1 {
    height: 200px;
}.plan-deal-2 .fee-pricing-8 {
    padding: 25px;
}.plan-deal-2 .payment-deals-4 {
    font-size: 1.5rem;
}}.education-experience-0 {
    position: relative;
    perspective: 1000px;
    padding: 6rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(156,170,185) 0%, rgb(122,135,152,0.5) 100%);
}.education-experience-0::before {
    height: 100%;
    background: conic-gradient(from 225deg at 50% 50%, rgb(89,102,118,0.5) 0%, transparent 25%, rgb(122,135,152,0.5) 50%, transparent 75%, rgb(89,102,118,0.5) 100%);
    position: absolute;
    width: 100%;
    content: "";
    top: 0;
    opacity: 0.4;
    left: 0;
    animation: rotateBackground 15s linear infinite;
}.education-experience-0 .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 1;
    padding: 0 2rem;
}.education-experience-0 .review-opinions-2 {
    grid-template-columns: 300px 1fr;
    gap: 1.5rem;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5),
                0 0 0 1px rgb(89,102,118,0.5),
                0 10px 0 -5px rgb(122,135,152,0.5);
    grid-template-rows: auto auto;
    background: linear-gradient(120deg, #ffffff 0%, rgba(255, 255, 255, 0.9) 100%);
    transition: transform 0.5s ease;
    display: grid;
    grid-template-areas:
        "photo quote"
        "info quote";
    transform: rotateY(-5deg);
    padding: 3rem;
    border-radius: 15px;
    backdrop-filter: blur(10px);
}.education-experience-0 .review-opinions-2:hover {
    transform: rotateY(0);
}.education-experience-0 .pic-img-wrap-1 {
    transform: translateZ(30px);
    border: 5px solid #ffffff;
    border-radius: 50%;
    grid-area: photo;
    width: 220px;
    transition: all 0.4s ease;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5),
                0 0 0 10px rgb(122,135,152,0.5);
    height: 220px;
}.education-experience-0 .review-opinions-2:hover .pic-img-wrap-1 {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5),
                0 0 0 10px rgb(122,135,152);
    transform: translateZ(50px) scale(1.05);
}.education-experience-0 .name {
    font-weight: 700;
    font-size: 30px;
    margin-top: 1rem;
    color: #000000;
    grid-area: info;
    transform: translateZ(20px);
    margin-bottom: 0.5rem;
    display: block;
}.education-experience-0 .review-opinions-2 span:not(.name) {
    font-size: 15px;
    grid-area: info;
    color: rgb(122,135,152);
    transform: translateZ(15px);
    font-weight: 600;
    margin-top: 3.5rem;
    display: block;
}.education-experience-0 .career-box-6 {
    line-height: 1.6;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    font-weight: 400;
    padding: 1.5rem 2rem;
    border-radius: 0 15px 15px 0;
    grid-area: quote;
    font-size: calc(15px * 1.1);
    border-left: 4px solid rgb(89,102,118);
    background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0.8));
    transform: translateZ(10px);
    color: #000000;
}.education-experience-0 .career-box-6::before {
    height: 100%;
    background: linear-gradient(45deg, transparent 40%, rgb(89,102,118,0.5) 40%, rgb(89,102,118,0.5) 60%, transparent 60%);
    top: 0;
    content: "";
    opacity: 0.2;
    left: 0;
    position: absolute;
    background-size: 200% 200%;
    mix-blend-mode: overlay;
    animation: shimmer 3s infinite linear;
    width: 100%;
}

@keyframes rotateBackground {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes shimmer {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

@media (max-width: 992px) {.education-experience-0 .review-opinions-2 {
    grid-template-columns: 1fr;
    grid-template-areas:
            "pic-img-wrap-1"
            "message-list-3"
            "career-box-6";
    grid-template-rows: auto auto auto;
    padding: 2rem;
}.education-experience-0 .pic-img-wrap-1 {
    width: 180px;
    height: 180px;
    margin: 0 auto;
}.education-experience-0 .name,
    .education-experience-0 .review-opinions-2 span:not(.name) {
    margin-top: 1rem;
    text-align: center;
}.education-experience-0 .review-opinions-2 span:not(.name) {
    margin-top: 0;
}
}

@media (max-width: 576px) {.education-experience-0 {
    padding: 4rem 0;
}.education-experience-0 .review-opinions-2 {
    transform: none;
    padding: 1.5rem;
}.education-experience-0 .pic-img-wrap-1 {
    height: 140px;
    width: 140px;
}.education-experience-0 .career-box-6 {
    padding: 1rem;
    font-size: 15px;
}}.company-info-8 {
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
    background: linear-gradient(145deg, rgb(156,170,185) 0%, rgba(245, 247, 250, 0.9) 100%);
}.company-info-8::before {
    right: -5%;
    top: -10%;
    z-index: 1;
    width: 40%;
    height: 70%;
    transform: rotate(-15deg) skew(15deg);
    content: "";
    position: absolute;
    animation: float 20s infinite ease-in-out;
    background: linear-gradient(135deg, rgb(122,135,152,0.5) 0%, transparent 80%);
    opacity: 0.1;
}.company-info-8::after {
    z-index: 1;
    position: absolute;
    content: "";
    animation: float 25s infinite ease-in-out reverse;
    height: 60%;
    width: 30%;
    bottom: -10%;
    opacity: 0.1;
    background: linear-gradient(225deg, rgb(89,102,118,0.5) 0%, transparent 80%);
    transform: rotate(15deg) skew(-15deg);
    left: -5%;
}.company-info-8 .container {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    padding: 0 1.5rem;
}.company-info-8 h1 {
    font-weight: 700;
    color: #000000;
    margin-bottom: 3rem;
    position: relative;
    font-size: 46px;
    font-family: Arial, sans-serif;
    text-align: left;
    transform: translateX(-0.5rem);
}.company-info-8 h1::before {
    transform: scaleX(0.6);
    height: 0.25rem;
    background: rgb(122,135,152);
    bottom: -0.75rem;
    transform-origin: left;
    width: 6rem;
    left: 0;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    position: absolute;
}.company-info-8 h1::after {
    transform: translateX(6.5rem) scaleX(0.3);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    height: 0.25rem;
    width: 3rem;
    left: 0;
    transform-origin: left;
    background: rgb(89,102,118);
    content: "";
    bottom: -0.75rem;
    position: absolute;
}.company-info-8:hover h1::before {
    transform: scaleX(1);
}.company-info-8:hover h1::after {
    transform: translateX(7rem) scaleX(0.5);
}.company-info-8 .learning-program-0 {
    position: relative;
}.company-info-8 .learning-program-0 ul {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    list-style: none;
    display: grid;
    margin: 0;
    padding: 0;
}.company-info-8 .learn-experts-9 {
    transform: translateY(0);
    overflow: hidden;
    background-color: #ffffff;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    border-radius: 10px;
    padding: 2.5rem;
    position: relative;
}.company-info-8 .learn-experts-9::before {
    transform: scaleY(0.6);
    left: 0;
    width: 0.25rem;
    height: 100%;
    content: "";
    opacity: 0.8;
    background: linear-gradient(to bottom, rgb(122,135,152), rgb(89,102,118));
    transform-origin: center;
    position: absolute;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    top: 0;
}.company-info-8 .learn-experts-9:hover {
    transform: translateY(-0.5rem);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}.company-info-8 .learn-experts-9:hover::before {
    transform: scaleY(1);
}.company-info-8 .learn-experts-9 h4 {
    margin-bottom: 1.5rem;
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: calc(24px * 1.1);
    font-weight: 600;
    margin-top: 0;
    position: relative;
    display: inline-block;
}.company-info-8 .learn-experts-9 h4::after {
    background: linear-gradient(to right, rgb(122,135,152), transparent);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    height: 0.125rem;
    width: 100%;
    bottom: -0.5rem;
    transform: scaleX(0.3);
    left: 0;
    position: absolute;
    transform-origin: left;
}.company-info-8 .learn-experts-9:hover h4::after {
    transform: scaleX(1);
}.company-info-8 .learn-experts-9 div {
    font-family: Arial, sans-serif;
    font-size: 17px;
    max-height: 350px;
    color: #000000;
    overflow-y: auto;
    padding-right: 0.5rem;
    line-height: 1.7;
}.company-info-8 .learn-experts-9 div::-webkit-scrollbar {
    width: 0.25rem;
}.company-info-8 .learn-experts-9 div::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}.company-info-8 .learn-experts-9 div::-webkit-scrollbar-thumb {
    background: rgb(122,135,152,0.5);
    border-radius: 10px;
}

@keyframes float {
    0%, 100% {
        transform: rotate(-15deg) skew(15deg) translate(0, 0);
    }
    50% {
        transform: rotate(-15deg) skew(15deg) translate(1rem, 1rem);
    }
}

@media (min-width: 768px) {.company-info-8 {
    padding: 8rem 0;
}.company-info-8 h1 {
    margin-bottom: 4rem;
    font-size: calc(46px * 1.2);
}.company-info-8 .learning-program-0 ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
}.company-info-8 .learn-experts-9 {
    padding: 3rem;
}.company-info-8 .learn-experts-9 h4 {
    margin-bottom: 2rem;
    font-size: calc(24px * 1.2);
}.company-info-8 .learn-experts-9 div {
    font-size: calc(17px * 1.05);
    max-height: 400px;
}.company-info-8::before {
    height: 75%;
    width: 45%;
}.company-info-8::after {
    width: 35%;
    height: 65%;
}
}

@media (min-width: 992px) {.company-info-8 {
    padding: 10rem 0;
}.company-info-8 .container {
    padding: 0 2rem;
}.company-info-8 h1 {
    transform: translateX(-1rem);
    font-size: calc(46px * 1.4);
}.company-info-8 .learn-experts-9 {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 3.5rem;
}.company-info-8 .learn-experts-9:first-child {
    transform: translateY(2rem);
}.company-info-8 .learn-experts-9:last-child {
    transform: translateY(-2rem);
}.company-info-8 .learn-experts-9:first-child:hover {
    transform: translateY(1.5rem);
}.company-info-8 .learn-experts-9:last-child:hover {
    transform: translateY(-2.5rem);
}.company-info-8 .learn-experts-9 div {
    padding-right: 1rem;
    max-height: 450px;
    font-size: calc(17px * 1.1);
}.company-info-8 .learn-experts-9 h4 {
    font-size: calc(24px * 1.3);
}.company-info-8::before {
    height: 80%;
    width: 50%;
}.company-info-8::after {
    width: 40%;
    height: 70%;
}
}

@media (min-width: 1200px) {.company-info-8 {
    padding: 12rem 0;
}.company-info-8 .container {
    padding: 0;
}.company-info-8 h1 {
    font-size: calc(46px * 1.5);
}.company-info-8 .learning-program-0 ul {
    gap: 4rem;
}.company-info-8 .learn-experts-9 {
    padding: 4rem;
}.company-info-8 .learn-experts-9:first-child {
    transform: translateY(3rem);
}.company-info-8 .learn-experts-9:last-child {
    transform: translateY(-3rem);
}.company-info-8 .learn-experts-9:first-child:hover {
    transform: translateY(2.5rem);
}.company-info-8 .learn-experts-9:last-child:hover {
    transform: translateY(-3.5rem);
}}header .top-page-5 {
    box-sizing: border-box;
    overflow: visible;
    position: relative;
    padding: 1.5rem 0;
    justify-content: space-between;
    z-index: 99;
    background: linear-gradient(120deg, rgb(122,135,152) 0%, rgb(89,102,118,0.5) 100%);
    align-items: center;
    display: flex;
    width: 100%;
}header .top-page-5::before {
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    z-index: -1;
    width: 100%;
    background: radial-gradient(circle at 70% 30%, rgb(89,102,118,0.5) 0%, transparent 60%);
    content: "";
}header .top-page-5 .top-lesson-5 {
    transform: translateY(-5px);
    z-index: 2;
    transition: all 0.4s ease;
    position: relative;
    margin-left: calc((100vw - 100%) / 2);
}header .top-page-5 .top-lesson-5:hover {
    transform: translateY(0) scale(1.05);
}header .top-page-5 .top-lesson-5 .nav-pagebar-7 {
    position: relative;
    padding: 0.5rem 1rem;
    display: block;
}header .top-page-5 .top-lesson-5 .nav-pagebar-7::before {
    top: -10px;
    left: -20px;
    content: "";
    z-index: -1;
    height: calc(100% + 20px);
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: calc(100% + 40px);
    clip-path: polygon(0 0, 100% 0, 85% 100%, 15% 100%);
}header .top-page-5 .top-lesson-5 .nav-pagebar-7 svg {
    filter: drop-shadow(0 0 8px #ffffff);
    width: auto;
    height: 2.8rem;
}header .top-page-5 .nav-base-7 {
    display: flex;
    justify-content: flex-end;
    margin: 0;
    padding-right: calc((100vw - 100%) / 2);
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    position: relative;
    width: 80vw;
    background: linear-gradient(90deg, transparent, rgb(122,135,152,0.5) 30%, rgba(0, 0, 0, 0.5) 100%);
    list-style: none;
    padding: 0;
}header .top-page-5 .nav-base-7::before {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    height: 100%;
    background: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 10px,
    rgba(255, 255, 255, 0.03) 10px,
    rgba(255, 255, 255, 0.03) 20px
  );
    content: "";
    width: 100%;
}header .top-page-5 .nav-base-7 .nav-header-3 {
    margin: 0;
    transform-style: preserve-3d;
    position: relative;
    perspective: 1000px;
}header .top-page-5 .nav-base-7 .nav-header-3 a {
    padding: 1.2rem 1.5rem;
    font-weight: 600;
    position: relative;
    color: #ffffff;
    transform-origin: center;
    display: block;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
}header .top-page-5 .nav-base-7 .nav-header-3 a::after {
    height: 2px;
    transition: width 0.3s ease;
    width: 0;
    position: absolute;
    content: "";
    bottom: 0.8rem;
    background: rgb(89,102,118);
    left: 1.5rem;
}header .top-page-5 .nav-base-7 .nav-header-3 a:hover {
    transform: translateZ(10px);
    color: rgb(89,102,118);
}header .top-page-5 .nav-base-7 .nav-header-3 a:hover::after {
    width: calc(100% - 3rem);
}

@media screen and (max-width: 991px) {header .top-page-5 {
    padding: 1rem 0;
    flex-direction: column;
    align-items: center;
}header .top-page-5 .top-lesson-5 {
    margin-left: 0;
    margin-bottom: 1rem;
}header .top-page-5 .nav-base-7 {
    padding-right: 0;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    clip-path: none;
    background: rgb(122,135,152,0.5);
}header .top-page-5 .nav-base-7 .nav-header-3 a {
    padding: 0.8rem 1rem;
}header .top-page-5 .nav-base-7 .nav-header-3 a::after {
    bottom: 0.4rem;
    left: 1rem;
}header .top-page-5 .nav-base-7 .nav-header-3 a:hover::after {
    width: calc(100% - 2rem);
}
}

@media screen and (max-width: 767px) {header .top-page-5 .nav-base-7 {
    padding: 0.5rem 0;
}header .top-page-5 .nav-base-7 .nav-header-3 {
    width: 50%;
}header .top-page-5 .nav-base-7 .nav-header-3 a {
    padding: 0.6rem 0.8rem;
    font-size: calc(14px - 2px);
    text-align: center;
}header .top-page-5 .nav-base-7 .nav-header-3 a::after {
    display: none;
}}.program-overview-2 {
    overflow: hidden;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(156,170,185) 0%, rgba(245, 247, 250, 0.95) 100%);
    position: relative;
}.program-overview-2::before {
    width: 30vw;
    position: absolute;
    top: -10%;
    animation: float 20s infinite alternate ease-in-out;
    filter: blur(50px);
    background: linear-gradient(145deg, rgb(89,102,118,0.5) 0%, rgb(122,135,152,0.5) 100%);
    z-index: 0;
    height: 30vw;
    right: -5%;
    opacity: 0.1;
    border-radius: 49% 51% 68% 32% / 38% 41% 59% 62%;
    transform: rotate(-15deg);
    content: "";
}.program-overview-2::after {
    height: 40vw;
    position: absolute;
    opacity: 0.08;
    transform: rotate(10deg);
    content: "";
    width: 40vw;
    animation: float 25s infinite alternate-reverse ease-in-out;
    background: linear-gradient(215deg, rgb(122,135,152,0.5) 0%, rgb(89,102,118) 100%);
    filter: blur(70px);
    z-index: 0;
    bottom: -15%;
    border-radius: 51% 49% 32% 68% / 41% 38% 62% 59%;
    left: -10%;
}.program-overview-2 .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    padding: 0 20px;
}.program-overview-2 h2 {
    font-size: 38px;
    transition: transform 0.5s ease;
    text-align: center;
    color: #000000;
    font-weight: 700;
    margin-bottom: 3rem;
    transform-origin: center left;
    position: relative;
}.program-overview-2 h2::after {
    position: absolute;
    background: linear-gradient(90deg, rgb(89,102,118) 0%, rgb(122,135,152) 100%);
    transform: translateX(-50%);
    left: 50%;
    bottom: -15px;
    height: 3px;
    width: 80px;
    content: "";
}.program-overview-2 .new-skills-0 {
    gap: 2.5rem;
    perspective: 1000px;
    grid-template-columns: 1fr;
    display: grid;
}.program-overview-2 .pic-img-wrap-1 {
    height: 350px;
    overflow: hidden;
    border-radius: 2px;
    position: relative;
    transform: rotateY(-5deg) translateZ(0);
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.05);
    transition: transform 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.program-overview-2 .pic-img-wrap-1::before {
    opacity: 0.25;
    top: 0;
    background: linear-gradient(135deg, rgb(89,102,118,0.5) 0%, transparent 100%);
    position: absolute;
    bottom: 0;
    transition: opacity 0.5s ease;
    right: 0;
    content: "";
    left: 0;
}.program-overview-2 .pic-img-wrap-1:hover {
    transform: rotateY(0deg) translateZ(30px) scale(1.02);
}.program-overview-2 .pic-img-wrap-1:hover::before {
    opacity: 0.35;
}.program-overview-2 .content-column-0 {
    background: #ffffff;
    border-radius: 2px;
    position: relative;
    transition: transform 0.6s ease, box-shadow 0.6s ease;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
    padding: 2rem;
    transform: translateZ(0) translateY(-10px);
    z-index: 1;
}.program-overview-2 .content-column-0::before {
    left: 0;
    background: linear-gradient(to bottom, rgb(122,135,152), rgb(89,102,118));
    width: 3px;
    transition: height 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    height: 0;
    position: absolute;
    top: 0;
    content: "";
}.program-overview-2 .content-column-0:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    transform: translateZ(20px) translateY(-15px);
}.program-overview-2 .content-column-0:hover::before {
    height: 100%;
}.program-overview-2 .description {
    position: relative;
    overflow-y: auto;
    padding-right: 10px;
    margin-bottom: 1.5rem;
    color: #000000;
    line-height: 1.7;
    max-height: 300px;
    font-size: 16px;
}.program-overview-2 .description:last-child {
    margin-bottom: 0;
}.program-overview-2 .description::-webkit-scrollbar {
    width: 4px;
}.program-overview-2 .description::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.05);
}.program-overview-2 .description::-webkit-scrollbar-thumb {
    background: linear-gradient(rgb(89,102,118), rgb(122,135,152));
    border-radius: 10px;
}

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

@media (min-width: 768px) {.program-overview-2 {
    padding: 7rem 0;
}.program-overview-2 h2 {
    font-size: calc(38px * 1.1);
    margin-bottom: 4rem;
}.program-overview-2 h2::after {
    width: 100px;
}.program-overview-2 .new-skills-0 {
    gap: 4rem;
    align-items: center;
    grid-template-columns: 45% 55%;
}.program-overview-2 .pic-img-wrap-1 {
    height: 450px;
}.program-overview-2 .content-column-0 {
    padding: 2.5rem 3rem;
}
}

@media (min-width: 992px) {.program-overview-2 {
    padding: 8rem 0;
}.program-overview-2 h2 {
    font-size: calc(38px * 1.2);
}.program-overview-2 .new-skills-0 {
    gap: 5rem;
}.program-overview-2 .pic-img-wrap-1 {
    height: 500px;
}.program-overview-2 .content-column-0 {
    padding: 3rem 4rem;
}.program-overview-2 .description {
    line-height: 1.8;
    max-height: 500px;
    font-size: calc(16px * 1.05);
}
}

@media (max-width: 767px) {.program-overview-2 {
    padding: 4rem 0;
}.program-overview-2 h2 {
    margin-bottom: 2.5rem;
    font-size: calc(38px * 0.9);
}.program-overview-2 .pic-img-wrap-1 {
    transform: rotateY(0deg);
    height: 250px;
}.program-overview-2 .content-column-0 {
    padding: 1.5rem;
}.program-overview-2 .description {
    max-height: 250px;
    line-height: 1.6;
    font-size: calc(16px * 0.95);
}
}

@media (max-width: 480px) {.program-overview-2 {
    padding: 3rem 0;
}.program-overview-2 h2 {
    font-size: calc(38px * 0.8);
    margin-bottom: 2rem;
}.program-overview-2 h2::after {
    width: 60px;
    bottom: -10px;
}.program-overview-2 .pic-img-wrap-1 {
    height: 200px;
}.program-overview-2 .content-column-0 {
    padding: 1.25rem;
}.program-overview-2 .description {
    line-height: 1.5;
    font-size: calc(16px * 0.9);
    margin-bottom: 1rem;
    max-height: 200px;
}}.privacy-sanctum-3 {
    background: linear-gradient(135deg, rgb(156,170,185) 0%, rgba(var(--primary-color-rgb), 0.05) 100%);
    overflow: hidden;
    position: relative;
    padding: 5rem 2rem;
}.privacy-sanctum-3::before {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(var(--primary-color-rgb), 0.03) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(var(--primary-color-rgb), 0.04) 0%, transparent 60%);
    z-index: 0;
    height: 100%;
    content: "";
}.privacy-sanctum-3::after {
    top: -50px;
    position: absolute;
    z-index: 0;
    content: "";
    transform: rotate(-15deg);
    border: 1px solid rgba(var(--primary-color-rgb), 0.1);
    right: -50px;
    width: 180px;
    height: 180px;
}.privacy-sanctum-3 .container {
    z-index: 1;
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1140px;
    position: relative;
}.privacy-sanctum-3 h1 {
    margin-bottom: 2.5rem;
    font-size: 47px;
    color: #000000;
    font-weight: 700;
    display: inline-block;
    position: relative;
}.privacy-sanctum-3 h1::after {
    content: "";
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    background: rgb(122,135,152);
    position: absolute;
    bottom: -12px;
    height: 3px;
    transform: scaleX(1);
    transform-origin: left;
    width: 70px;
}.privacy-sanctum-3 h2 {
    padding-left: 18px;
    margin: 3rem 0 1.5rem;
    position: relative;
    font-weight: 600;
    color: #000000;
    font-size: 28px;
}.privacy-sanctum-3 h2::before {
    background: rgb(122,135,152);
    height: 60%;
    content: "";
    top: 10px;
    position: absolute;
    transform: translateY(-50%);
    left: 0;
    width: 5px;
}.privacy-sanctum-3 h3 {
    position: relative;
    margin: 2.5rem 0 1.25rem;
    font-size: calc(28px * 0.8);
    color: #000000;
    font-weight: 600;
    padding-left: 15px;
}.privacy-sanctum-3 h3::before {
    content: "";
    left: 0;
    width: 3px;
    background: rgb(89,102,118);
    transform: translateY(-50%);
    height: 50%;
    position: absolute;
    top: 10px;
}.privacy-sanctum-3 h4 {
    position: relative;
    font-weight: 600;
    margin: 2rem 0 1rem;
    padding-left: 12px;
    font-size: calc(28px * 0.7);
    color: #000000;
}.privacy-sanctum-3 h4::before {
    content: "";
    transform: translateY(-50%);
    top: 10px;
    height: 40%;
    position: absolute;
    background: rgba(var(--secondary-color-rgb), 0.7);
    left: 0;
    width: 2px;
}.privacy-sanctum-3 p {
    color: #000000;
    font-size: 12px;
    max-width: 90%;
    margin-bottom: 1.5rem;
    line-height: 1.8;
}.privacy-sanctum-3 span {
    display: block;
    font-size: 12px;
    color: #000000;
    margin-bottom: 1.5rem;
    padding-left: 1rem;
    border-left: 1px solid rgba(var(--primary-color-rgb), 0.2);
    line-height: 1.8;
}.privacy-sanctum-3 ul {
    position: relative;
    padding-left: 1.5rem;
    margin: 1.5rem 0 2.5rem;
    list-style: none;
}.privacy-sanctum-3 ul::before {
    bottom: 0;
    background: linear-gradient(to bottom, 
        rgba(var(--primary-color-rgb), 0.1),
        rgba(var(--primary-color-rgb), 0.3),
        rgba(var(--primary-color-rgb), 0.1));
    position: absolute;
    top: 0;
    content: "";
    left: 0;
    width: 1px;
}.privacy-sanctum-3 li {
    transition: transform 0.3s ease;
    color: #000000;
    position: relative;
    margin-bottom: 1.2rem;
    line-height: 1.7;
    padding-left: 1.8rem;
    font-size: 12px;
}.privacy-sanctum-3 li::before {
    content: "";
    width: 8px;
    left: 0;
    transform: translateY(-50%) rotate(45deg);
    top: 10px;
    transition: transform 0.3s ease;
    background: rgb(122,135,152);
    position: absolute;
    height: 8px;
}.privacy-sanctum-3 li:hover {
    transform: translateX(5px);
}.privacy-sanctum-3 li:hover::before {
    transform: translateY(-50%) rotate(225deg);
}.privacy-sanctum-3 strong {
    position: relative;
    font-weight: 600;
    display: inline-block;
    color: #000000;
}.privacy-sanctum-3 strong::after {
    transform-origin: left;
    width: 100%;
    transform: scaleX(0.7);
    bottom: -2px;
    content: "";
    background: rgb(122,135,152,0.5);
    position: absolute;
    height: 1px;
    transition: transform 0.3s ease;
    left: 0;
}.privacy-sanctum-3 strong:hover::after {
    transform: scaleX(1);
}

@media (max-width: 991px) {.privacy-sanctum-3 {
    padding: 4rem 1.5rem;
}.privacy-sanctum-3 p {
    max-width: 100%;
}.privacy-sanctum-3 h1 {
    font-size: calc(47px * 0.9);
}.privacy-sanctum-3 h2 {
    font-size: calc(28px * 0.9);
}
}

@media (max-width: 767px) {.privacy-sanctum-3 {
    padding: 3rem 1rem;
}.privacy-sanctum-3::after {
    height: 120px;
    right: -30px;
    top: -30px;
    width: 120px;
}.privacy-sanctum-3 h1 {
    margin-bottom: 2rem;
    font-size: calc(47px * 0.8);
}.privacy-sanctum-3 h1::after {
    bottom: -8px;
    width: 50px;
}.privacy-sanctum-3 h2 {
    padding-left: 15px;
    margin: 2.5rem 0 1.2rem;
    font-size: calc(28px * 0.8);
}.privacy-sanctum-3 h3 {
    font-size: calc(28px * 0.7);
    padding-left: 12px;
}.privacy-sanctum-3 h4 {
    font-size: calc(28px * 0.6);
    padding-left: 10px;
}.privacy-sanctum-3 ul {
    padding-left: 1rem;
}.privacy-sanctum-3 li {
    padding-left: 1.5rem;
}
}

@media (max-width: 575px) {.privacy-sanctum-3 {
    padding: 2.5rem 0.8rem;
}.privacy-sanctum-3 h1 {
    font-size: calc(47px * 0.7);
}.privacy-sanctum-3 h2 {
    font-size: calc(28px * 0.7);
    padding-left: 12px;
}.privacy-sanctum-3 h3 {
    font-size: calc(28px * 0.6);
    padding-left: 10px;
}.privacy-sanctum-3 h4 {
    font-size: calc(28px * 0.55);
    padding-left: 8px;
}.privacy-sanctum-3 p, 
    .privacy-sanctum-3 span, 
    .privacy-sanctum-3 li {
    font-size: calc(12px * 0.95);
    line-height: 1.6;
}.privacy-sanctum-3 span {
    padding-left: 0.8rem;
}.privacy-sanctum-3 ul {
    margin: 1.2rem 0 2rem;
}.privacy-sanctum-3 li {
    margin-bottom: 1rem;
}}footer {
    position: relative;
}footer::before {
    bottom: 0;
    top: 0;
    background: linear-gradient(90deg, #000000 0%, rgb(122,135,152) 150%);
    content: '';
    z-index: 1;
    left: 0;
    right: 0;
    position: absolute;
    opacity: 0.92;
}.intern-ship-9 {
    position: relative;
    z-index: 2;
    color: #ffffff;
    padding: 70px 0;
    font-family: Arial, sans-serif;
}.intern-ship-9 .container {
    gap: 40px;
    flex-wrap: wrap;
    display: flex;
}.intern-ship-9 .company_holder {
    border-radius: 12px 0 12px 0;
    background: rgba(0, 0, 0, 0.3);
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
}.intern-ship-9 .company_holder:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    transform: translateY(-5px);
}.intern-ship-9 .company_holder::before {
    background: rgb(122,135,152);
    width: 100%;
    top: 0;
    height: 5px;
    content: '';
    left: 0;
    position: absolute;
}.intern-ship-9 .company_holder h3 {
    color: #ffffff;
    font-size: 29px;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 25px;
    position: relative;
}.intern-ship-9 .company_holder h3::after {
    background: rgb(89,102,118);
    height: 3px;
    content: '';
    bottom: -8px;
    position: absolute;
    left: 0;
    width: 60px;
}.intern-ship-9 .mod-tools-9 {
    line-height: 1.6;
    font-size: 16px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    color: #ffffff;
}.intern-ship-9 .footer-edu-4 {
    position: relative;
}.intern-ship-9 .nav-learning-8 {
    gap: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}.intern-ship-9 .nav-base-7 {
    flex: 0 0 calc(50% - 15px);
    position: relative;
}.intern-ship-9 .nav-base-7 h5 {
    position: relative;
    border-left: 3px solid rgb(122,135,152);
    font-size: 19px;
    margin-bottom: 20px;
    color: #ffffff;
    font-weight: 600;
    padding-left: 15px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}.intern-ship-9 .nav-base-7 .nav-learning-8 {
    flex-direction: column;
    gap: 12px;
    display: flex;
}.intern-ship-9 .nav-base-7 .nav-learning-8 a {
    color: #ffffff;
    font-size: 16px;
    border-radius: 4px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    position: relative;
    padding: 8px 15px;
    z-index: 1;
    overflow: hidden;
    display: inline-block;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
    text-decoration: none;
}.intern-ship-9 .nav-base-7 .nav-learning-8 a::before {
    position: absolute;
    transition: width 0.3s ease;
    content: '';
    top: 0;
    z-index: -1;
    left: 0;
    background: rgb(122,135,152,0.5);
    height: 100%;
    width: 0;
}.intern-ship-9 .nav-base-7 .nav-learning-8 a:hover {
    transform: translateX(5px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    color: #ffffff;
}.intern-ship-9 .nav-base-7 .nav-learning-8 a:hover::before {
    width: 100%;
}.donate-btn-7 {
    background: rgba(0, 0, 0, 0.4);
    position: relative;
    z-index: 2;
    padding: 20px 0;
    margin-top: 50px;
}.donate-btn-7 .container {
    display: flex;
    align-items: center;
    justify-content: center;
}.donate-btn-7 .help-center-0 {
    font-size: 13px;
    letter-spacing: 0.5px;
    color: #ffffff;
    text-align: center;
}@keyframes gradientAnimation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

footer::after {
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    background-size: 40px 40px;
    position: absolute;
    z-index: 1;
    right: 0;
    background: 
        linear-gradient(0deg, transparent 49%, rgba(255, 255, 255, 0.03) 50%, transparent 51%),
        linear-gradient(90deg, transparent 49%, rgba(255, 255, 255, 0.03) 50%, transparent 51%);
}

@media (max-width: 992px) {.intern-ship-9 .container {
    flex-direction: column;
}
}

@media (max-width: 768px) {.intern-ship-9 {
    padding: 50px 0;
}.intern-ship-9 .nav-base-7 {
    flex: 0 0 100%;
}
}

@media (max-width: 576px) {.intern-ship-9 {
    padding: 40px 0;
}.intern-ship-9 .company_holder h3 {
    font-size: calc(29px * 0.8);
}.intern-ship-9 .nav-base-7 h5 {
    font-size: calc(19px * 0.9);
}.intern-ship-9 .nav-base-7 .nav-learning-8 a,
    .intern-ship-9 .footer_agreement {
    font-size: calc(16px * 0.95);
}}

.donate-btn-7::before {
    height: 1px;
    left: 0;
    opacity: 0.2;
    width: 100%;
    position: absolute;
    top: 0;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    content: '';
}.tyPage-2 {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(156,170,185) 0%, rgba(rgb(122,135,152), 0.1) 100%);
    padding: 80px 0;
}.tyPage-2::before {
    background: linear-gradient(225deg, rgb(122,135,152) 0%, rgb(89,102,118) 100%);
    right: -50px;
    opacity: 0.07;
    content: "";
    z-index: 1;
    top: -50px;
    transform: rotate(45deg);
    width: 200px;
    height: 200px;
    border-radius: 10px;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
}.tyPage-2::after {
    background: linear-gradient(45deg, rgb(89,102,118) 0%, rgb(122,135,152) 100%);
    z-index: 1;
    position: absolute;
    left: -30px;
    transform: rotate(30deg);
    bottom: -30px;
    height: 150px;
    opacity: 0.05;
    width: 150px;
    content: "";
    border-radius: 10px;
}.tyPage-2:hover::before {
    transform: rotate(55deg) scale(1.1);
}.tyPage-2 .container {
    max-width: 1200px;
    position: relative;
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
}.tyPage-2 .learn-guide-9 {
    padding: 40px;
    box-shadow: 0 8px 32px rgba(#000000, 0.06);
    gap: 30px;
    grid-template-columns: 1fr;
    border-left: 4px solid rgb(122,135,152);
    background: #ffffff;
    position: relative;
    transform: translateY(0);
    display: grid;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.5s ease;
}.tyPage-2 .learn-guide-9:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(#000000, 0.08);
}.tyPage-2 .learn-guide-9::before {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    background: linear-gradient(to right, rgba(rgb(122,135,152), 0.02) 0%, transparent 100%);
    left: 0;
}.tyPage-2 .learn-guide-9 > div:first-child {
    position: relative;
}.tyPage-2 .learn-guide-9 > div:first-child::after {
    background: rgb(122,135,152);
    height: 3px;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    left: 0;
    position: absolute;
    transform-origin: left;
    content: "";
    width: 60px;
    bottom: -15px;
    transform: scaleX(1);
}.tyPage-2 .learn-guide-9:hover > div:first-child::after {
    transform: scaleX(1.5);
}.tyPage-2 h5 {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.4;
    position: relative;
    color: #000000;
    margin: 0 0 10px;
}.tyPage-2 p {
    color: #000000;
    transition: transform 0.3s ease;
    line-height: 1.7;
    font-size: 12px;
    position: relative;
    margin: 0;
}.tyPage-2 a {
    overflow: hidden;
    padding: 5px 0;
    display: block;
    position: relative;
    text-decoration: none;
    color: inherit;
}.tyPage-2 a::before {
    bottom: 0;
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    background: rgb(122,135,152);
    transform-origin: right;
    left: 0;
    content: "";
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    height: 1px;
}.tyPage-2 a:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}.tyPage-2 a:hover p {
    transform: translateY(-2px);
}.tyPage-2 .learn-guide-9 > div:last-child {
    position: relative;
}.tyPage-2 .learn-guide-9 > div:last-child::before {
    transform: rotate(-10deg);
    opacity: 0.2;
    content: "✓";
    font-size: 18px;
    top: -15px;
    position: absolute;
    color: rgb(122,135,152);
    transition: all 0.3s ease;
    right: 0;
}.tyPage-2 .learn-guide-9:hover > div:last-child::before {
    transform: rotate(0);
    opacity: 0.5;
}

@media (min-width: 768px) {.tyPage-2 {
    padding: 100px 0;
}.tyPage-2 .learn-guide-9 {
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    padding: 60px;
}.tyPage-2 h5 {
    font-size: calc(20px * 1.1);
    margin-bottom: 15px;
}.tyPage-2 p {
    font-size: calc(12px * 1.05);
}.tyPage-2 .learn-guide-9 > div:first-child::after {
    width: 80px;
    bottom: -20px;
}
}

@media (max-width: 767px) {.tyPage-2 {
    padding: 60px 0;
}.tyPage-2 .learn-guide-9 {
    padding: 30px;
}.tyPage-2 h5 {
    font-size: calc(20px * 0.9);
}.tyPage-2::before,
  .tyPage-2::after {
    height: 100px;
    width: 100px;
}
}

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

@media (hover: none) {.tyPage-2 .learn-guide-9 {
    transform: none !important;
}.tyPage-2 a::before {
    display: none;
}
}

@media (prefers-reduced-motion: reduce) {.tyPage-2 *,
  .tyPage-2 *::before,
  .tyPage-2 *::after {
    transition-duration: 0.001s !important;
    animation-duration: 0.001s !important;
}}.title-page-0 {
    align-items: center;
    display: flex;
    min-height: 100vh;
    justify-content: center;
    background: linear-gradient(135deg, rgb(156,170,185) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
    overflow: hidden;
}.title-page-0::before {
    opacity: 0.3;
    position: absolute;
    background: 
    radial-gradient(circle at 20% 30%, rgb(122,135,152,0.5) 0%, transparent 40%),
    radial-gradient(circle at 80% 70%, rgb(89,102,118,0.5) 0%, transparent 40%);
    left: 0;
    z-index: 1;
    height: 100%;
    top: 0;
    content: "";
    width: 100%;
}.title-page-0::after {
    width: 50%;
    z-index: 0;
    animation: floatGlow 12s infinite alternate ease-in-out;
    transform: rotate(15deg);
    right: -10%;
    background: linear-gradient(45deg, rgb(122,135,152,0.5) 0%, rgb(89,102,118) 100%);
    height: 50%;
    top: -10%;
    content: "";
    position: absolute;
    filter: blur(80px);
}.title-page-0 .study-smart-9 {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 1200px;
    width: 90%;
    position: relative;
    z-index: 2;
    grid-gap: 2rem;
    transform: translateY(-2%);
}.title-page-0 .study-smart-9 > div:first-child {
    position: relative;
    padding: 2rem;
    transform: translateX(-5%);
    animation: slideInLeft 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}.title-page-0 .study-smart-9 > div:first-child::before {
    top: 0;
    background: rgb(122,135,152);
    position: absolute;
    left: 0;
    width: 3px;
    animation: lineGrow 1.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 0.5s;
    height: 0;
    content: "";
}.title-page-0 .study-smart-9 p {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    font-weight: 600;
    color: #ffffff;
    opacity: 0;
    max-width: 90%;
    position: relative;
    font-size: calc(13px * 1.2);
    animation: fadeUp 1s ease forwards 0.8s;
    line-height: 1.6;
    margin: 0;
    transform: translateY(20px);
}.title-page-0 .expert-guides-7 {
    overflow: hidden;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateY(-2deg) rotateX(1deg);
    animation: fadeScale 1.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    position: relative;
}.title-page-0 .expert-guides-7:hover {
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg) translateY(-5px);
}.title-page-0 .expert-guides-7 > div {
    justify-content: space-between;
    padding: 2.5rem;
    display: flex;
    position: relative;
    min-height: 450px;
    flex-direction: column;
}.title-page-0 .expert-guides-7 > div::before {
    background: linear-gradient(to bottom, 
    rgba(0, 0, 0, 0.3) 0%, 
    rgba(0, 0, 0, 0.5) 50%,
    rgba(0, 0, 0, 0.8) 100%);
    position: absolute;
    width: 100%;
    z-index: 1;
    height: 100%;
    top: 0;
    content: "";
    left: 0;
}.title-page-0 .expert-guides-7 h3 {
    max-width: 90%;
    transform: translateY(20px);
    font-weight: 400;
    z-index: 2;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    position: relative;
    font-size: calc(24px * 1.1);
    opacity: 0;
    line-height: 1.4;
    margin-bottom: 2rem;
    animation: fadeUp 1s ease forwards 1.2s;
    color: #ffffff;
}.title-page-0 .expert-guides-7 > div > div {
    z-index: 2;
    margin-top: auto;
    position: relative;
}.title-page-0 .title_style_header {
    animation: fadeUp 1.2s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 1.5s;
    color: #ffffff;
    margin: 0;
    position: relative;
    background: linear-gradient(90deg, #ffffff, rgb(122,135,152));
    -webkit-background-clip: text !important;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
    font-weight: 700;
    opacity: 0;
    font-size: 38px;
    background-clip: text !important;
    color: transparent;
    transform: translateY(30px);
    display: inline-block;
    line-height: 1.2;
}.title-page-0 .title_style_header::after {
    background: rgb(122,135,152);
    position: absolute;
    left: 0;
    height: 3px;
    bottom: -10px;
    width: 0;
    content: "";
    animation: lineGrowWidth 1.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 2s;
}

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

@keyframes lineGrow {
  0% {
    height: 0;
  }
  100% {
    height: 80%;
  }
}

@keyframes lineGrowWidth {
  0% {
    width: 0;
  }
  100% {
    width: 60%;
  }
}

@keyframes fadeScale {
  0% {
    opacity: 0;
    transform: perspective(1000px) rotateY(-2deg) rotateX(1deg) scale(0.95);
  }
  100% {
    opacity: 1;
    transform: perspective(1000px) rotateY(-2deg) rotateX(1deg) scale(1);
  }
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-15%);
  }
  100% {
    opacity: 1;
    transform: translateX(-5%);
  }
}

@keyframes floatGlow {
  0% {
    transform: rotate(15deg) translateY(0);
    filter: blur(80px);
  }
  50% {
    filter: blur(100px);
  }
  100% {
    transform: rotate(12deg) translateY(-20px);
    filter: blur(70px);
  }
}

@media (min-width: 768px) {.title-page-0 .study-smart-9 {
    grid-template-columns: 0.4fr 0.6fr;
    grid-gap: 3rem;
}.title-page-0 .study-smart-9 > div:first-child {
    display: flex;
    align-items: center;
}.title-page-0 .study-smart-9 p {
    font-size: calc(13px * 1.3);
}.title-page-0 .expert-guides-7 > div {
    min-height: 500px;
}.title-page-0 .title_style_header {
    font-size: calc(38px * 1.2);
}.title-page-0 .expert-guides-7 h3 {
    max-width: 80%;
    font-size: calc(24px * 1.2);
}
}

@media (min-width: 992px) {.title-page-0 .study-smart-9 {
    grid-template-columns: 0.35fr 0.65fr;
}.title-page-0 .expert-guides-7 {
    transform: perspective(1500px) rotateY(-3deg) rotateX(1deg);
}.title-page-0 .expert-guides-7:hover {
    transform: perspective(1500px) rotateY(0deg) rotateX(0deg) translateY(-10px);
}.title-page-0 .expert-guides-7 > div {
    min-height: 550px;
    padding: 3rem;
}.title-page-0 .title_style_header {
    font-size: calc(38px * 1.4);
}
}

@media (max-width: 767px) {.title-page-0 {
    padding: 4rem 1rem;
}.title-page-0 .study-smart-9 > div:first-child {
    padding: 1.5rem;
}.title-page-0 .expert-guides-7 > div {
    padding: 2rem;
    min-height: 400px;
}.title-page-0 .title_style_header {
    font-size: calc(38px * 0.9);
}.title-page-0 .expert-guides-7 h3 {
    font-size: 24px;
    margin-bottom: 1.5rem;
}
}

@media (max-width: 480px) {.title-page-0 {
    padding: 3rem 1rem;
}.title-page-0 .study-smart-9 {
    width: 95%;
}.title-page-0 .study-smart-9 > div:first-child {
    padding: 1rem;
}.title-page-0 .study-smart-9 p {
    max-width: 100%;
    font-size: 13px;
}.title-page-0 .expert-guides-7 > div {
    padding: 1.5rem;
    min-height: 350px;
}.title-page-0 .title_style_header {
    font-size: calc(29px * 0.9);
}.title-page-0 .expert-guides-7 h3 {
    font-size: calc(22px * 1.1);
    max-width: 100%;
}}.training-method-6 {
    overflow: hidden;
    position: relative;
    padding: 8rem 0;
    background: linear-gradient(135deg, rgb(156,170,185) 0%, rgb(89,102,118,0.5) 100%);
}.training-method-6::before {
    opacity: 0.4;
    width: 100%;
    position: absolute;
    z-index: 0;
    background: 
        radial-gradient(circle at 20% 20%, rgb(122,135,152,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgb(89,102,118,0.5) 0%, transparent 40%);
    top: 0;
    height: 100%;
    content: "";
    left: 0;
}.training-method-6::after {
    width: 40%;
    background: rgb(122,135,152,0.5);
    clip-path: polygon(0 0, 100% 20%, 90% 90%, 10% 100%);
    transform: rotate(-15deg) skew(15deg);
    z-index: 1;
    opacity: 0.08;
    height: 70%;
    content: "";
    position: absolute;
    right: -5%;
    top: -10%;
}.training-method-6 .container {
    z-index: 2;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 0 2rem;
}.training-method-6 .learn-guide-9 {
    transform: perspective(1000px) rotateY(2deg);
    transition: transform 0.8s ease-out;
    display: flex;
    align-items: center;
    justify-content: center;
}.training-method-6 .learn-guide-9:hover {
    transform: perspective(1000px) rotateY(0deg);
}.training-method-6 .learn-guide-9 > div {
    position: relative;
    padding: 3.5rem 3rem;
    max-width: 800px;
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 95%);
    transform: translateZ(0);
    width: 100%;
    z-index: 3;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(255, 255, 255, 0.1) inset;
}.training-method-6 .learn-guide-9 > div::before {
    position: absolute;
    transition: opacity 0.5s ease;
    height: calc(100% + 20px);
    top: -10px;
    z-index: -1;
    content: "";
    left: -10px;
    transform: translateZ(-10px);
    opacity: 0.2;
    width: calc(100% + 20px);
    background: linear-gradient(135deg, rgb(122,135,152,0.5) 0%, transparent 70%);
}.training-method-6 .learn-guide-9 > div:hover::before {
    opacity: 0.4;
}.training-method-6 h3 {
    margin-bottom: 1.5rem;
    position: relative;
    line-height: 1.2;
    color: #000000;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    font-size: calc(29px * 0.8);
    font-weight: 700;
    transform: translateX(-5px);
}.training-method-6 .learn-guide-9 > div:hover h3 {
    transform: translateX(0);
}.training-method-6 h3::after {
    position: absolute;
    bottom: -10px;
    content: "";
    height: 3px;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    transform-origin: left;
    transform: scaleX(0.7);
    width: 80px;
    background: linear-gradient(90deg, rgb(122,135,152) 0%, rgb(89,102,118) 100%);
    left: 0;
}.training-method-6 .learn-guide-9 > div:hover h3::after {
    transform: scaleX(1);
}.training-method-6 p {
    transition: transform 0.5s ease;
    transform: translateY(0);
    color: #000000;
    font-size: 13px;
    position: relative;
    line-height: 1.8;
    margin-top: 2rem;
}.training-method-6 p span {
    position: relative;
    background-repeat: no-repeat;
    display: inline-block;
    transition: background-size 1.2s cubic-bezier(0.19, 1, 0.22, 1);
    background-size: 0% 100%;
    background: linear-gradient(to bottom, transparent 95%, rgb(122,135,152,0.5) 95%);
}.training-method-6 .learn-guide-9 > div:hover p span {
    background-size: 100% 100%;
}

@media (max-width: 991px) {.training-method-6 {
    padding: 6rem 0;
}.training-method-6 .learn-guide-9 {
    transform: perspective(800px) rotateY(1deg);
}.training-method-6 .learn-guide-9 > div {
    padding: 2.5rem 2rem;
}.training-method-6 h3 {
    margin-bottom: 1.2rem;
    font-size: calc(29px * 0.7);
}
}

@media (max-width: 768px) {.training-method-6 {
    padding: 5rem 0;
}.training-method-6 .learn-guide-9 {
    transform: none;
}.training-method-6 .learn-guide-9 > div {
    padding: 2.2rem 1.8rem;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08),
                    0 5px 10px rgba(0, 0, 0, 0.05);
}.training-method-6 h3 {
    margin-bottom: 1rem;
    font-size: calc(29px * 0.6);
}.training-method-6 h3::after {
    height: 2px;
    width: 60px;
}.training-method-6 p {
    margin-top: 1.5rem;
    font-size: calc(13px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 576px) {.training-method-6 {
    padding: 4rem 0;
}.training-method-6 .learn-guide-9 > div {
    padding: 2rem 1.5rem;
}.training-method-6 h3 {
    font-size: calc(29px * 0.55);
}.training-method-6 p {
    line-height: 1.6;
    font-size: calc(13px * 0.9);
}}.contact-4KsH {
    background: linear-gradient(
        225deg, 
        rgb(156,170,185) 0%, 
        rgb(89,102,118,0.5) 100%
    );
    position: relative;
    perspective: 1000px;
    overflow: hidden;
    padding: 6rem 0;
}.contact-4KsH::before {
    position: absolute;
    background: 
        repeating-linear-gradient(
            0deg, 
            rgba(255,255,255,0.02) 0, 
            rgba(255,255,255,0.02) 1px, 
            transparent 1px, 
            transparent 4px
        ),
        repeating-linear-gradient(
            90deg, 
            rgba(255,255,255,0.02) 0, 
            rgba(255,255,255,0.02) 1px, 
            transparent 1px, 
            transparent 4px
        );
    z-index: 1;
    bottom: 0;
    top: 0;
    left: 0;
    pointer-events: none;
    content: '';
    right: 0;
}.contact-4KsH::after {
    background: radial-gradient(
        circle at center, 
        rgb(122,135,152,0.5) 0%, 
        transparent 70%
    );
    content: '';
    width: 200%;
    z-index: 2;
    top: -50%;
    animation: circuit-pulse 10s infinite alternate;
    left: -50%;
    position: absolute;
    height: 200%;
    opacity: 0.6;
}.contact-4KsH .container {
    padding: 0 1rem;
    max-width: 1300px;
    z-index: 3;
    margin: 0 auto;
    position: relative;
}.contact-4KsH h2 {
    font-size: 38px;
    margin-bottom: 3rem;
    text-align: center;
    position: relative;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;
}.contact-4KsH h2::before,
.contact-4KsH h2::after {
    bottom: -0.5rem;
    height: 2px;
    position: absolute;
    background: linear-gradient(
        to right, 
        transparent, 
        rgb(122,135,152), 
        transparent
    );
    content: '';
}.contact-4KsH h2::before {
    width: 30%;
    left: 0;
}.contact-4KsH h2::after {
    right: 0;
    width: 30%;
}.contact-4KsH .query-box-2 {
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.2),
        0 5px 15px rgba(0,0,0,0.1);
    transform: rotateX(5deg) scale(0.98);
    align-items: stretch;
    background: rgb(89,102,118,0.5);
    border-radius: 21px;
    transition: transform 0.3s ease;
    border: 1px solid rgb(122,135,152,0.5);
    display: flex;
}.contact-4KsH .query-box-2:hover {
    transform: rotateX(0) scale(1);
}.contact-4KsH .pic-img-wrap-1 {
    overflow: hidden;
    flex: 0 0 40%;
    min-height: 500px;
    position: relative;
}.contact-4KsH .pic-img-wrap-1::before {
    height: 100%;
    width: 100%;
    left: 0;
    content: '';
    opacity: 0.7;
    background: linear-gradient(
        135deg, 
        rgb(122,135,152,0.5) 0%, 
        rgb(89,102,118,0.5) 100%
    );
    mix-blend-mode: color-dodge;
    top: 0;
    position: absolute;
}.contact-4KsH .inquiry-box-9 {
    position: relative;
    justify-content: center;
    flex: 0 0 60%;
    display: flex;
    padding: 4rem 3rem;
    flex-direction: column;
}.contact-4KsH .inquiry-box-9::before {
    background: rgb(122,135,152);
    position: absolute;
    top: 2rem;
    border-radius: 50%;
    width: 10px;
    content: '';
    animation: signal-pulse 2s infinite alternate;
    right: 2rem;
    height: 10px;
    box-shadow: 0 0 20px rgb(122,135,152);
}.contact-4KsH .inquiry-box-9 form {
    max-width: 500px;
    position: relative;
    z-index: 3;
    width: 100%;
    margin: 0 auto;
}.contact-4KsH .inquiry-box-9 h3 {
    font-weight: 600;
    margin-bottom: 2rem;
    letter-spacing: 0.05em;
    font-size: 34px;
    text-align: center;
    color: #ffffff;
}.contact-4KsH .inquiry-box-9 input:not([type="checkbox"]):not([type="submit"]) {
    outline: none;
    font-size: 16px;
    padding: 1rem 1.5rem;
    margin-bottom: 1.5rem;
    position: relative;
    color: #ffffff;
    background: rgb(89,102,118,0.5);
    width: 100%;
    transition: all 0.3s ease;
    z-index: 2;
    border-radius: 10px;
    border: 1px solid rgb(122,135,152,0.5);
}.contact-4KsH .inquiry-box-9 input:not([type="checkbox"]):not([type="submit"])::before {
    height: 100%;
    background: linear-gradient(
        45deg, 
        transparent 0%, 
        rgb(122,135,152,0.5) 100%
    );
    opacity: 0;
    left: 0;
    transition: opacity 0.3s ease;
    content: '';
    z-index: 1;
    top: 0;
    position: absolute;
    width: 100%;
}.contact-4KsH .inquiry-box-9 input:not([type="checkbox"]):not([type="submit"]):focus {
    border-color: rgb(122,135,152);
    box-shadow: 0 0 15px rgb(122,135,152,0.5);
}.contact-4KsH .inquiry-box-9 input:not([type="checkbox"]):not([type="submit"]):focus::before {
    opacity: 1;
}.contact-4KsH .inquiry-box-9 .message-request-9 {
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
}.contact-4KsH .inquiry-box-9 .message-request-9 input[type="checkbox"] {
    margin-right: 1rem;
    background: rgb(89,102,118,0.5);
    cursor: pointer;
    width: 22px;
    appearance: none;
    border-radius: 10px;
    position: relative;
    transition: all 0.3s ease;
    border: 2px solid rgb(122,135,152,0.5);
    height: 22px;
}.contact-4KsH .inquiry-box-9 .message-request-9 input[type="checkbox"]:checked {
    border-color: rgb(122,135,152);
    background: rgb(122,135,152);
}.contact-4KsH .inquiry-box-9 .message-request-9 input[type="checkbox"]:checked::after {
    position: absolute;
    left: 50%;
    top: 50%;
    color: #ffffff;
    content: '✔';
    font-size: 0.8rem;
    transform: translate(-50%, -50%);
}.contact-4KsH .inquiry-box-9 .message-request-9 label {
    color: #ffffff;
    align-items: center;
    font-size: 16px;
    display: flex;
}.contact-4KsH .inquiry-box-9 .message-request-9 a {
    margin-left: 0.3rem;
    color: rgb(122,135,152);
    text-decoration: none;
    transition: color 0.3s ease;
}.contact-4KsH .inquiry-box-9 .message-request-9 a:hover {
    text-decoration: underline;
}.contact-4KsH .inquiry-box-9 .query-inquiry-6 {
    border-radius: 10px;
    width: 100%;
    font-size: 16px;
    position: relative;
    font-weight: 600;
    overflow: hidden;
    padding: 1rem;
    letter-spacing: 0.1em;
    color: #ffffff;
    border: none;
    background: rgb(122,135,152);
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
}.contact-4KsH .inquiry-box-9 .query-inquiry-6::before {
    position: absolute;
    width: 100%;
    left: -100%;
    height: 100%;
    transition: all 0.3s ease;
    background: linear-gradient(
        120deg, 
        transparent, 
        rgb(122,135,152,0.5), 
        transparent
    );
    top: 0;
    content: '';
}.contact-4KsH .inquiry-box-9 .query-inquiry-6:hover::before {
    left: 100%;
}.contact-4KsH .inquiry-box-9 .query-inquiry-6:hover {
    box-shadow: 0 10px 20px rgb(122,135,152,0.5);
    transform: translateY(-3px);
}

@keyframes circuit-pulse {
    0% {
        transform: rotate(0deg) scale(1);
        opacity: 0.6;
    }
    100% {
        transform: rotate(5deg) scale(1.02);
        opacity: 0.8;
    }
}

@keyframes signal-pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    100% {
        transform: scale(1.5);
        opacity: 1;
    }
}

@media screen and (max-width: 1024px) {.contact-4KsH .query-box-2 {
    flex-direction: column;
    transform: none;
}.contact-4KsH .pic-img-wrap-1 {
    flex: 0 0 100%;
    min-height: 300px;
}.contact-4KsH .inquiry-box-9 {
    padding: 3rem 2rem;
    flex: 0 0 100%;
}
}

@media screen and (max-width: 768px) {.contact-4KsH {
    padding: 3rem 0;
}.contact-4KsH h2 {
    font-size: calc(38px * 0.8);
    margin-bottom: 2rem;
}.contact-4KsH .inquiry-box-9 h3 {
    font-size: calc(34px * 0.9);
}.contact-4KsH .inquiry-box-9 input:not([type="checkbox"]):not([type="submit"]) {
    padding: 0.8rem 1.2rem;
    margin-bottom: 1rem;
}.contact-4KsH .inquiry-box-9 .message-request-9 {
    align-items: flex-start;
}.contact-4KsH .inquiry-box-9 .message-request-9 input[type="checkbox"] {
    margin-top: 0.2rem;
}
}

@media screen and (max-width: 480px) {.contact-4KsH .query-box-2 {
    border-radius: 0;
}.contact-4KsH .pic-img-wrap-1 {
    min-height: 250px;
}.contact-4KsH .inquiry-box-9 {
    padding: 2rem 1.5rem;
}}.contact-4a7mi {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(156,170,185) 0%, rgb(89,102,118,0.5) 100%);
    padding: 5rem 2rem;
    position: relative;
}.contact-4a7mi::before {
    left: 0;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 20px,
        rgba(rgb(122,135,152,0.5), 0.03) 20px,
        rgba(rgb(122,135,152,0.5), 0.03) 40px
    );
    content: "";
    bottom: 0;
    top: 0;
    position: absolute;
    right: 0;
    transform: perspective(1000px) rotateY(2deg);
    z-index: 1;
}.contact-4a7mi .container {
    max-width: 1200px;
    z-index: 2;
    position: relative;
    transform: translateZ(0);
    margin: 0 auto;
}.contact-4a7mi .instant-request-1 {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    padding: 3rem;
    transform-origin: top center;
    background: #ffffff;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: perspective(1000px) rotateX(1deg);
    position: relative;
}.contact-4a7mi .instant-request-1:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12), 
                0 10px 25px rgba(0, 0, 0, 0.08);
}.contact-4a7mi .instant-request-1::before {
    background-size: 200% 100%;
    position: absolute;
    height: 5px;
    animation: gradientShift 8s infinite ease-in-out;
    left: 0;
    background: linear-gradient(90deg, 
        rgb(122,135,152) 0%, 
        rgb(89,102,118) 50%, 
        rgb(122,135,152) 100%);
    top: 0;
    content: "";
    width: 100%;
}.contact-4a7mi h3 {
    position: relative;
    font-size: calc(31px * 0.9);
    color: #000000;
    font-weight: 700;
    margin-bottom: 1.5rem;
    display: inline-block;
}.contact-4a7mi h3::after {
    height: 3px;
    position: absolute;
    transform-origin: left;
    width: 70%;
    bottom: -8px;
    left: 0;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    content: "";
    transform: scaleX(0.7);
    background: rgb(89,102,118);
}.contact-4a7mi .instant-request-1:hover h3::after {
    transform: scaleX(1);
}.contact-4a7mi p {
    max-width: 90%;
    font-size: 14px;
    font-family: Arial, sans-serif;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    color: #000000;
}.contact-4a7mi h5 {
    display: flex;
    align-items: center;
    text-transform: capitalize;
    margin-bottom: 0.5rem;
    font-weight: 600;
    font-size: 21px;
    color: #000000;
}.contact-4a7mi h5 svg {
    transform: translateY(2px);
    margin-left: 0.75rem;
    transition: transform 0.3s ease-out;
}.contact-4a7mi .edu-help-8 {
    list-style: none;
    padding: 0;
    margin: 2rem 0 0;
    display: flex;
    gap: 1rem;
    flex-direction: column;
}.contact-4a7mi .message-panel-1 {
    font-weight: 600;
    position: relative;
    text-decoration: none;
    align-items: center;
    transition: color 0.3s ease, transform 0.3s ease;
    display: inline-flex;
    color: rgb(122,135,152);
    padding: 0.5rem 0;
}.contact-4a7mi .message-panel-1::before {
    transform: scaleX(0);
    left: 0;
    bottom: 0;
    width: 100%;
    transform-origin: right;
    position: absolute;
    background: rgb(89,102,118,0.5);
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    content: "";
    height: 1px;
}.contact-4a7mi .message-panel-1:hover {
    transform: translateX(5px);
    color: rgb(89,102,118);
}.contact-4a7mi .message-panel-1:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}.contact-4a7mi svg {
    width: 24px;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    height: 24px;
    margin-left: 0.75rem;
}.contact-4a7mi .message-panel-1:hover svg {
    transform: scale(1.15) rotate(5deg);
}.contact-4a7mi svg path {
    fill: rgb(122,135,152);
    transition: fill 0.3s ease;
}.contact-4a7mi .message-panel-1:hover svg path {
    fill: rgb(89,102,118);
}

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

@media (min-width: 768px) {.contact-4a7mi {
    padding: 6rem 3rem;
}.contact-4a7mi .instant-request-1 {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2rem;
    padding: 4rem;
    display: grid;
}.contact-4a7mi h3 {
    grid-column: 1 / -1;
    font-size: 31px;
}.contact-4a7mi .edu-help-8 {
    margin: 0;
    grid-column: 2;
    align-self: start;
    grid-row: 2 / 4;
}.contact-4a7mi p {
    max-width: 95%;
}
}

@media (min-width: 992px) {.contact-4a7mi .instant-request-1 {
    grid-template-columns: 2fr 1fr;
}.contact-4a7mi p {
    max-width: 85%;
}.contact-4a7mi .edu-help-8 {
    padding-left: 2rem;
    border-left: 1px solid rgb(89,102,118,0.5);
}.contact-4a7mi .message-panel-1:hover {
    transform: translateX(8px);
}
}

@media (max-width: 767px) {.contact-4a7mi {
    padding: 4rem 1.5rem;
}.contact-4a7mi .instant-request-1 {
    padding: 2.5rem 1.5rem;
}.contact-4a7mi h3 {
    font-size: calc(31px * 0.8);
    margin-bottom: 1.25rem;
}.contact-4a7mi p {
    font-size: calc(14px * 0.95);
    max-width: 100%;
}.contact-4a7mi .edu-help-8 {
    margin-top: 1.5rem;
}.contact-4a7mi .message-panel-1 {
    padding: 0.7rem 0;
}}.cookieAgreementModal-7 {
    bottom: 0;
    z-index: 90;
    width: 100%;
    border-top: 2px solid rgb(122,135,152);
    position: fixed;
    background: rgb(156,170,185);
}#cookieAlertPrompt-1 {
    display: none;
}#cookieAlertPrompt-1:checked ~ .cookieAgreementModal-7 {
    opacity: 0;
    visibility: hidden;
}.data-notice-7 {
    justify-content: space-between;
    display: flex;
    align-items: center;
    padding: 20px 0;
}.cookieAgreementModal-7 h5 {
    font-size: 22px;
    margin-bottom: 6px;
}.cookieAgreementModal-7 p {
    font-size: 18px;
}.cookie-protect-1 {
    flex-shrink: 0;
    margin-right: 10px;
}.cookie-protect-1 svg, .cookie-protect-1 svg path, .cookie-protect-1 img {
    height: 100px;
    width: 100px;
    fill: rgb(122,135,152);
}.cookie-list-1 {
    flex-shrink: 0;
    font-size: 24px;
    min-width: 120px;
    cursor: pointer;
    text-decoration: none;
    border-bottom: 2px solid rgb(122,135,152);
    margin-left: 10px;
    text-align: center;
    white-space: nowrap;
    line-height: 35px;
    color: rgb(122,135,152);
}.cookieAgreementModal-7 p a {
    color: rgb(122,135,152);
    text-decoration: none;
}
@media only screen and (max-width: 1200px) {.cookieAgreementModal-7 {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.cookie-protect-1 {
    display: none;
}.data-notice-7 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}.cookieAgreementModal-7 h5 {
    text-align: center;
}.cookieAgreementModal-7 p {
    text-align: center;
}.learn-consent-6 {
    margin-bottom: 20px;
}body .wrapper-border-3 .cookie-list-1 {
    margin-left: 0;
    margin-bottom: 10px;
}}
.wrapper-border-3 .cookieAgreementModal-7 {
    box-shadow: rgb(89,102,118,0.5) 0px 0px 10px 10px;
    background: rgb(122,135,152);
}.wrapper-border-3 .data-notice-7 {
    justify-content: space-between;
    padding: 40px 0;
}.wrapper-border-3 .cookie-list-1 {
    background: #ffffff;
    color: rgb(122,135,152);
    font-size: 20px;
    border: none;
    padding: 10px;
    margin-left: 30px;
}.wrapper-border-3 .learn-consent-6 {
    text-align: left;
    color: #ffffff;
}.wrapper-border-3 .learn-consent-6 h5 {
    font-weight: 700;
}.wrapper-border-3 .learn-consent-6 h5, .wrapper-border-3 .learn-consent-6 p {
    color: #ffffff;
}.wrapper-border-3 .cookieAgreementModal-7 p a {
    text-decoration: underline;
    color: rgb(89,102,118);
}