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

svg {
    height: 30px;
    width: 30px;
}

.top-know {
    flex: 1 0 auto;
}

.footer-disclaimer {
    flex: 0 0 auto;
}

.footer-disclaimer {
    position: relative;
    color: #ffffff;
    padding: 4rem 0 2rem;
}

.secure-habitat h2 {
    text-transform: uppercase;
    font-size: 34px;
    font-weight: 600;
    padding-bottom: 10px;
    letter-spacing: 0.5px;
}

.secure-habitat ul li:before, .secure-habitat ol li:before {
    content: '';
    border-radius: 50%;
    width: 12px;
    background-color: #ffffff;
    position: absolute;
    top: 0.6em;
    height: 12px;
    left: 0;
}

.course-structure {
    position: relative;
    padding: 6rem 0;
    background: linear-gradient(145deg, rgb(206,208,212) 0%, rgb(177,183,201,0.5) 100%);
    overflow: hidden;
}

.course-structure .info-wrapper {
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    padding: 2.5rem;
    transform: translateY(0);
    z-index: 3;
    border-radius: 26px;
    transition: transform 0.4s ease;
}

.course-structure .info-wrapper:hover h2::after {
    width: 100%;
}

.course-structure .info-wrapper .description {
    opacity: 0;
    position: relative;
    animation: fadeInUp 0.8s ease forwards;
    line-height: 1.7;
    padding-left: 1rem;
    color: #000000;
    margin-bottom: 1.2rem;
    animation-delay: 0.2s;
    font-size: 14px;
}

.data-overview::before {
    transform: rotate(-15deg) skew(10deg);
    width: 35%;
    height: 70%;
    opacity: 0.07;
    background: linear-gradient(45deg, rgb(177,183,201) 0%, transparent 80%);
    content: "";
    pointer-events: none;
    left: -5%;
    top: -10%;
    position: absolute;
}

.data-overview .boost-growth {
    overflow: hidden;
    padding: 1.8rem;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), 
                box-shadow 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    background: #ffffff;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg);
    border-left: 3px solid rgb(177,183,201);
}

.data-overview .boost-growth:hover span {
    transform: translateX(5px);
}

.data-overview h4 {
    color: #000000;
    padding-bottom: 1rem;
    text-align: center;
    font-size: 19px;
    margin: 4rem 0 0;
    font-weight: 700;
    position: relative;
}

.launch-now::after {
    transform: rotate(-30deg);
    width: 70%;
    content: "";
    animation: float 20s infinite alternate ease-in-out;
    right: -20%;
    top: -50%;
    z-index: -1;
    position: absolute;
    background: radial-gradient(ellipse at center, rgb(255, 255, 255, 0.5) 0%, transparent 70%);
    height: 200%;
}

.launch-now svg:hover {
    transform: translateZ(40px) scale(1.1) rotate(15deg);
}

.launch-now svg path {
    transition: fill 0.3s ease;
    fill: #ffffff;
}

.launch-now .mission-why div {
    position: relative;
    transform: translateZ(30px);
    z-index: 2;
}

.launch-now .help-info:hover {
    color: rgb(109,122,162);
    transform: translateY(-5px) scale(1.03);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15),
              0 8px 12px rgba(0, 0, 0, 0.1),
              0 0 0 1px rgba(255, 255, 255, 0.2) inset;
}

.ty-section::before {
    top: 0;
    height: 100%;
    position: absolute;
    content: "";
    opacity: 0.6;
    background: 
        radial-gradient(circle at 20% 30%, rgb(177,183,201,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(109,122,162,0.5) 0%, transparent 60%);
    z-index: 0;
    left: 0;
    width: 100%;
}

.ty-section .mission-why::before {
    animation: gradient-shift 6s linear infinite;
    content: "";
    height: 5px;
    position: absolute;
    background: linear-gradient(90deg, 
        rgb(177,183,201) 0%, 
        rgb(109,122,162) 50%, 
        rgb(177,183,201) 100%);
    top: 0;
    background-size: 200% auto;
    width: 100%;
    left: 0;
}

.ty-section p {
    transition: transform 0.3s ease;
    line-height: 1.7;
    font-size: 15px;
    margin: 0;
    color: #000000;
}

.ty-section a:hover::after {
    width: 100%;
}

.cookieNoticeContainer {
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
    background: rgb(109,122,162);
    bottom: 0;
    position: fixed;
    z-index: 90;
    width: 100%;
    padding: 15px 20px;
    border-top: 3px solid rgb(177,183,201);
}

.digital-cookies {
    flex-shrink: 0;
    margin-left: 10px;
    background: rgb(177,183,201);
    padding: 10px 20px;
    border-radius: 10px;
    cursor: pointer;
    border: 2px solid rgb(177,183,201);
    text-decoration: none;
    font-size: 16px;
    min-width: 150px;
    text-align: center;
    color: #ffffff;
    transition: none;
}

.audience-profile h4 {
    color: #000000;
    margin-bottom: 60px;
    left: 50%;
    padding: 15px 30px;
    box-shadow: 5px 5px 0 rgb(177,183,201,0.5);
    position: relative;
    border-radius: 10px;
    display: inline-block;
    background: #ffffff;
    font-weight: 700;
    transform: translateX(-50%);
    border: 2px solid rgb(177,183,201);
    font-size: 36px;
}

.audience-profile p::after {
    height: 20px;
    border-radius: 50%;
    position: absolute;
    content: "";
    transition: all 0.3s ease;
    left: -10px;
    top: -10px;
    border: 1px solid rgb(177,183,201);
    background: #ffffff;
    width: 20px;
}

.audience-profile p svg path {
    fill: rgb(177,183,201);
    transition: fill 0.3s ease;
}



.audience-profile::after {
    bottom: 0;
    content: "";
    height: 300px;
    z-index: 1;
    width: 300px;
    opacity: 0.3;
    background-position: bottom right;
    position: absolute;
    background-repeat: no-repeat;
    right: 0;
}

.contact-form-section::after {
    left: 0;
    top: 0;
    animation: gradientShift 15s ease infinite;
    background: linear-gradient(135deg, rgb(177,183,201,0.5) 0%, transparent 50%, rgb(109,122,162,0.5) 100%);
    content: '';
    height: 100%;
    position: absolute;
    z-index: 2;
    width: 100%;
}

.contact-form-section .request-section::after {
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1));
    height: 100%;
    top: 0;
    width: 100px;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    content: '';
    right: 0;
}

.contact-form-section .request-section div::before {
    height: 0;
    top: 50%;
    position: absolute;
    transition: height 0.3s ease, top 0.3s ease;
    left: 0;
    content: '';
    width: 5px;
    border-radius: 10px;
    background: #ffffff;
}

.contact-form-section .help-feedback {
    padding: 50px;
    overflow: hidden;
    flex: 1.2;
    background: rgba(255, 255, 255, 0.05);
    position: relative;
    backdrop-filter: blur(10px);
}

.contact-form-section .help-feedback form {
    flex-direction: column;
    display: flex;
}

.contact-form-section .help-feedback input[type="text"]:focus,
.contact-form-section .help-feedback input[type="email"]:focus {
    border-color: rgb(109,122,162);
    outline: none;
    box-shadow: 0 0 0 2px rgb(109,122,162,0.5);
}

.contact-form-section .help-feedback .request-help label::before {
    width: 18px;
    transition: all 0.3s ease;
    position: absolute;
    left: 0;
    height: 18px;
    background: rgba(255, 255, 255, 0.05);
    top: 2px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    content: '';
}

.contact-form-section .help-feedback .request-help label a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.contact-form-section .help-feedback .help-info:hover::before {
    left: 100%;
}

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

footer::before {
    left: 0;
    background: rgb(177,183,201);
    bottom: 0;
    top: 0;
    right: 0;
    opacity: 0.95;
    z-index: -2;
    content: "";
    position: absolute;
}

.footer-disclaimer .container {
    display: flex;
    gap: 3rem;
    flex-wrap: wrap;
    position: relative;
}

.footer-disclaimer .company_holder {
    flex: 1 1 400px;
    position: relative;
    border-radius: 20px;
    padding: 0;
}

.footer-disclaimer .company_holder h3 {
    border-top-right-radius: 20px;
    position: relative;
    color: #ffffff;
    font-size: 34px;
    font-weight: 700;
    border-top-left-radius: 20px;
    padding: 1.5rem 2rem;
    margin: 0;
    background: rgb(109,122,162);
}

.footer-disclaimer .trade-mark {
    color: #ffffff;
    padding: 2rem;
    border-bottom-left-radius: 20px;
    position: relative;
    background: rgba(255, 255, 255, 0.1);
    border-bottom-right-radius: 20px;
    font-size: 16px;
    line-height: 1.6;
}

.footer-disclaimer .peer-help {
    min-width: 400px;
    flex: 1 1 calc(100% - 450px);
}

.footer-disclaimer .header-base {
    flex-wrap: wrap;
    display: flex;
    gap: 3rem;
}

.footer-disclaimer .top-base h5::before {
    content: "";
    margin-right: 10px;
    width: 8px;
    background: #ffffff;
    border-radius: 50%;
    display: inline-block;
    height: 8px;
}

.footer-disclaimer .top-base .header-base {
    flex-direction: column;
    gap: 2px;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.05);
    display: flex;
}

.footer-disclaimer .top-base .header-base a:hover::before {
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1);
    background: #ffffff;
}

.vr-labs .container {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
}

.vr-labs .comm-guide::before,
.vr-labs .comm-guide::after {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    height: 1px;
    content: "";
    background: rgb(177,183,201);
    width: 50px;
}

.vr-labs .comm-guide::before {
    right: 100%;
    margin-right: 15px;
}

.title-page .master-expert {
    z-index: 1;
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.title-page .course-begin {
    overflow: hidden;
    height: 100%;
    width: calc(100% / var(--slide-count, 5));
    position: relative;
}

.title-page .course-begin img {
    filter: saturate(1.2) contrast(1.1);
    transform: scale(1.1);
    height: 100%;
    width: 100%;
    animation: scale-pulse 15s ease-in-out infinite alternate;
    transition: transform 0.5s ease-out;
    object-fit: cover;
}

.title-page .info-wrapper p {
    opacity: 0.9;
    margin-bottom: 2.5rem;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    font-size: 12px;
    line-height: 1.7;
}

.title-page .info-wrapper .help-info:hover::before {
    left: 100%;
}



@supports ((-webkit-backdrop-filter: blur(5px)) or (backdrop-filter: blur(5px))) {.title-page .master-expert::before {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}}

.tariff-package {
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(206,208,212) 0%, rgb(109,122,162,0.5) 100%);
}

.tariff-package .value-pricing h2 {
    color: #000000;
    font-weight: 700;
    line-height: 1.3;
    font-size: 38px;
    margin-bottom: 1rem;
    position: relative;
}

.tariff-package .fee-package {
    font-size: 12px;
    color: #000000;
    overflow-wrap: break-word;
    line-height: 1.6;
    margin-top: 1.5rem;
    max-width: 100%;
    word-break: break-word;
}

.tariff-package .study-pricing:hover .pricing-rates {
    box-shadow: 0 15px 35px rgba(rgb(177,183,201,0.5), 0.15);
}

.tariff-package .rate-choices h3 {
    font-size: calc(24px + 0.1rem);
    margin-bottom: 1rem;
    line-height: 1.3;
    color: #000000;
    position: relative;
    font-weight: 600;
}

.tariff-package .img-preview {
    position: relative;
    transform: scale(1);
    transition: transform 0.6s ease-out;
    width: 100%;
    height: 220px;
}

header .head-learn {
    padding: 1.2rem 2.5rem;
    align-items: center;
    z-index: 5;
    justify-content: space-between;
    position: relative;
    display: flex;
}

header .head-top:hover::before {
    opacity: 0;
}

header .head-top:hover::after {
    opacity: 0.5;
    animation: neonPulse 1.5s infinite alternate;
}

header .main-learning:hover {
    transform: scale(1.05);
}

header .top-base {
    margin: 0;
    position: relative;
    list-style: none;
    padding: 0;
    z-index: 2;
    display: flex;
}

header .site-head a:hover::before {
    transform: scale(1);
    opacity: 1;
}

header .site-head::after {
    left: 10%;
    position: absolute;
    bottom: -10px;
    filter: blur(3px);
    opacity: 0;
    width: 80%;
    content: '';
    height: 5px;
    transition: all 0.3s ease;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
}

header .top-know {
    padding-top: 2rem;
    background: rgb(206,208,212);
    z-index: 1;
    position: relative;
}

.company-info::before {
    right: -5%;
    animation: float 15s infinite alternate ease-in-out;
    top: -10%;
    content: '';
    height: 300px;
    opacity: 0.4;
    z-index: 0;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    filter: blur(40px);
    position: absolute;
    background: linear-gradient(225deg, rgb(177,183,201,0.5) 0%, transparent 70%);
    width: 300px;
    transform: rotate(-15deg);
}

.company-info .learn-growth:hover {
    transform: translateY(-5px);
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.06),
              -15px -15px 30px rgba(255, 255, 255, 1),
              inset 1px 1px 2px rgba(255, 255, 255, 0.7),
              inset -1px -1px 2px rgba(0, 0, 0, 0.06);
}

.company-info .learn-growth h4::after {
    bottom: 0;
    transition: width 0.3s ease;
    content: '';
    width: 40px;
    background: rgb(109,122,162);
    height: 3px;
    position: absolute;
    left: 0;
    border-radius: 2px;
}

.instructor-profile::after {
    height: 100%;
    opacity: 0.1;
    position: absolute;
    background: #ffffff;
    top: 0;
    z-index: 1;
    right: 0;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    content: "";
    width: 50%;
}

.instructor-profile .img-preview:hover {
    transform: translateY(-15px);
    box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.5);
}

.instructor-profile .name {
    position: relative;
    color: rgb(177,183,201);
    margin-bottom: 0.5rem;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
}

.instructor-profile .exp-view {
    padding-top: 30px;
    color: #000000;
    font-size: 18px;
    line-height: 1.8;
    width: 100%;
    border-top: 1px solid rgb(206,208,212);
    text-align: center;
    margin-top: 20px;
    font-weight: 400;
    font-style: italic;
    position: relative;
}


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



@media (min-width: 768px) {.course-structure .skill-map {
    gap: 2rem;
    grid-template-columns: 1.2fr 0.8fr;
}.course-structure .info-wrapper {
    grid-column: 1 / 2;
    margin-right: -4rem;
    align-self: center;
}.course-structure .img-preview {
    grid-column: 2 / 3;
    margin-top: 0;
    transform: perspective(1000px) rotateX(8deg) rotateY(-8deg);
    height: 400px;
}.course-structure .img-preview::before {
    filter: blur(15px);
    z-index: -1;
    opacity: 0.4;
    height: 20px;
    bottom: -20px;
    content: "";
    background: rgb(109,122,162);
    left: 20px;
    position: absolute;
    width: 60%;
}
}



@media (max-width: 480px) {.data-overview ul {
    margin: 0 auto;
    max-width: 280px;
    grid-template-columns: 1fr;
}.data-overview .boost-growth {
    transform: none;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}.data-overview .boost-growth:hover {
    transform: translateY(-3px);
}.data-overview h4 {
    padding: 0 1rem 1rem;
}
}



@media (max-width: 576px) {.launch-now {
    padding: 3rem 1rem;
}.launch-now h2 {
    font-size: calc(29px * 0.7);
}.launch-now .mission-why {
    padding: 1.75rem;
    width: 90%;
    gap: 1.25rem;
}.launch-now svg {
    height: 3rem;
    width: 3rem;
}.launch-now .help-info {
    font-size: calc(19px * 0.9);
    padding: 0.8rem 1.75rem;
}
}



@media (max-width: 576px) {.ty-section {
    padding: 40px 0;
}.ty-section .mission-why {
    padding: 25px 15px;
}.ty-section .mission-why > div:first-child::before {
    width: 3px;
}.ty-section .mission-why > div:last-child {
    clip-path: none;
    padding: 10px;
}.ty-section p {
    line-height: 1.6;
    font-size: calc(15px - 2px);
}
}



@media (max-width: 768px) {.audience-profile {
    padding: 70px 0;
}.audience-profile h4 {
    margin-bottom: 40px;
    box-shadow: 3px 3px 0 rgb(177,183,201,0.5);
    padding: 10px 20px;
    font-size: calc(36px * 0.8);
}.audience-profile div > div {
    gap: 25px;
}.audience-profile div > div::before,
    .audience-profile div > div::after {
    opacity: 0.4;
}.audience-profile p {
    font-size: calc(18px * 0.95);
    padding: 15px;
    width: 100%;
}
}



@media (max-width: 480px) {.contact-form-section {
    padding: 40px 0;
}.contact-form-section .container {
    padding: 0 10px;
}.contact-form-section .request-section,
    .contact-form-section .help-feedback {
    padding: 20px;
}.contact-form-section .request-section h3,
    .contact-form-section .help-feedback h3 {
    font-size: calc(36px * 0.7);
    margin-bottom: 25px;
}.contact-form-section .request-section svg {
    width: 20px;
    height: 20px;
}.contact-form-section .help-feedback .request-help label {
    font-size: calc(16px * 0.9);
}.contact-form-section .help-feedback .help-info {
    width: 100%;
}}



@media (max-width: 420px) {.footer-disclaimer::after {
    background-size: 100px 5px;
    height: 5px;
}.footer-disclaimer .company_holder h3::after,
    .footer-disclaimer .top-base h5::before,
    .footer-disclaimer .top-base h5::after {
    display: none;
}.footer-disclaimer .top-base h5 {
    padding: 0.8rem 1rem;
}.footer-disclaimer .top-base .header-base {
    padding: 1rem;
}.vr-labs .comm-guide {
    padding: 0.4rem 1.5rem;
    width: 90%;
}}



@media (max-width: 420px) {.title-page {
    min-height: 450px;
    height: 50vh;
}.title-page .info-wrapper h1 {
    font-size: calc(38px * 0.8);
}.title-page .info-wrapper p {
    font-size: calc(12px * 0.85);
    margin-bottom: 1.2rem;
}
}



@media (min-width: 768px) {.tariff-package .indv-sub {
    grid-template-columns: repeat(2, 1fr);
}.tariff-package .value-pricing {
    padding: 3rem;
}
}



@media (min-width: 1200px) {.tariff-package .indv-sub {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}.tariff-package .rate-choices {
    padding: 2.5rem;
}.tariff-package .value-pricing h2 {
    font-size: calc(38px + 0.2rem);
}.tariff-package .img-preview {
    height: 250px;
}
}



@media (max-width: 991px) {header .head-learn {
    padding: 1rem 2rem;
    flex-wrap: wrap;
}header .head-top {
    margin-right: 0;
    margin-bottom: 0;
}header .top-base {
    flex-basis: 100%;
    margin-top: 1rem;
    justify-content: flex-end;
}header .site-head a {
    padding: 0 1rem;
    font-size: calc(17px - 1px);
    height: 36px;
}
}



@media (max-width: 768px) {.instructor-profile {
    padding: 4rem 1rem 3rem;
}.instructor-profile .img-preview {
    height: 180px;
    width: 150px;
    margin-bottom: -40px;
}.instructor-profile .past-work {
    padding: 60px 20px 20px;
}
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}



@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px) translateZ(0);
  }
  to {
    opacity: 1;
    transform: translateY(0) translateZ(20px);
  }
}



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

@keyframes pulse {
    0% {
        opacity: 0.3;
        transform: scale(1);
    }
    100% {
        opacity: 0.7;
        transform: scale(1.2);
    }
}



@keyframes button-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(rgb(177,183,201,0.5), 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(rgb(177,183,201,0.5), 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(rgb(177,183,201,0.5), 0);
    }
}

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

