* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}.wrap-structure {
    min-height: 100%;
    flex-direction: column;
    display: flex;
    height: 100%;
}svg {
    height: 30px;
    width: 30px;
}header,footer {
    width: 100%;
}html,body {
    scroll-behavior: auto;
    min-height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
    height: 100%;
}a {
    text-decoration: none;
    color: inherit;
}.container {
    max-width: 100%;
    width: 1123px;
    margin: auto;
}.challenge-cta {
    flex: 0 0 auto;
}.top-nav {
    flex: 1 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.contact-form-box {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(225,233,229) 0%, rgb(191,208,199,0.5) 100%);
    padding: 120px 0 80px;
    position: relative;
}.contact-form-box::before {
    background: linear-gradient(45deg, 
        rgb(191,208,199,0.5) 25%, 
        transparent 25%, 
        transparent 50%, 
        rgb(191,208,199,0.5) 50%, 
        rgb(191,208,199,0.5) 75%, 
        transparent 75%, 
        transparent);
    background-size: 60px 60px;
    content: "";
    animation: gradientMove 20s linear infinite;
    left: 0;
    width: 100%;
    opacity: 0.05;
    height: 100%;
    position: absolute;
    top: 0;
}@keyframes gradientMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 60px 60px;
    }
}

.contact-form-box .container {
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}.contact-form-box h2 {
    font-family: Arial, sans-serif;
    font-size: 28px;
    letter-spacing: 2px;
    color: rgb(191,208,199);
    position: relative;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 60px;
}.contact-form-box h2::after {
    width: 60px;
    height: 4px;
    bottom: -15px;
    background: rgb(191,208,199);
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    content: "";
}.contact-form-box .feedback-form {
    margin: 0 auto;
    max-width: 1000px;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    gap: 0;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    border-radius: 26px;
}.contact-form-box .rounded-image {
    height: 100%;
    min-height: 600px;
    order: 2;
    position: relative;
}.contact-form-box .query-links {
    display: flex;
    flex-direction: column;
    position: relative;
    order: 1;
    background: #ffffff;
    padding: 60px;
    justify-content: center;
}.contact-form-box .query-links::before {
    top: 0;
    content: "";
    position: absolute;
    right: 0;
    background: linear-gradient(to bottom, rgb(191,208,199), rgb(152,173,162));
    width: 10px;
    height: 100%;
}.contact-form-box form {
    position: relative;
    width: 100%;
}.contact-form-box form h3 {
    position: relative;
    margin-bottom: 40px;
    border-bottom: 2px solid rgb(152,173,162,0.5);
    color: #000000;
    font-family: Arial, sans-serif;
    padding-bottom: 15px;
    font-weight: 700;
    font-size: 21px;
}.contact-form-box form input[type="text"] {
    border: none;
    padding: 16px 20px 16px 50px;
    transition: all 0.3s ease;
    border-radius: 10px;
    margin-bottom: 25px;
    width: 100%;
    color: #000000;
    background: rgb(225,233,229);
    font-family: Arial, sans-serif;
    font-size: 13px;
    position: relative;
}.contact-form-box form input[type="text"]:focus {
    box-shadow: 0 0 0 2px rgb(191,208,199);
    outline: none;
    background: #ffffff;
}.contact-form-box form input[type="text"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
}.contact-form-box form input#name {
    position: relative;
}.contact-form-box form input#name::before {
    width: 20px;
    border-radius: 50%;
    left: 20px;
    top: 50%;
    height: 20px;
    background: rgb(191,208,199);
    content: "";
    transform: translateY(-50%);
    position: absolute;
}.contact-form-box .connect-inquiry {
    align-items: flex-start;
    display: flex;
    margin-bottom: 30px;
}.contact-form-box .connect-inquiry input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact-form-box .connect-inquiry label {
    color: #000000;
    font-size: 16px;
    padding-left: 35px;
    line-height: 1.5;
    cursor: pointer;
    position: relative;
}.contact-form-box .connect-inquiry label::before {
    position: absolute;
    transition: all 0.3s ease;
    background: rgb(225,233,229);
    top: 0;
    width: 24px;
    height: 24px;
    content: "";
    left: 0;
    border-radius: 10px;
}.contact-form-box .connect-inquiry input[type="checkbox"]:checked + label::before {
    background: rgb(191,208,199);
}.contact-form-box .connect-inquiry input[type="checkbox"]:checked + label::after {
    height: 14px;
    border-bottom: 2px solid #ffffff;
    transform: rotate(45deg);
    top: 4px;
    width: 8px;
    border-right: 2px solid #ffffff;
    content: "";
    position: absolute;
    left: 8px;
}.contact-form-box .connect-inquiry label a {
    color: rgb(191,208,199);
    position: relative;
    transition: all 0.3s ease;
    font-weight: 600;
    text-decoration: none;
}.contact-form-box .connect-inquiry label a::after {
    content: "";
    height: 1px;
    left: 0;
    background: rgb(191,208,199);
    transition: width 0.3s ease;
    position: absolute;
    width: 0;
    bottom: -2px;
}.contact-form-box .connect-inquiry label a:hover::after {
    width: 100%;
}.contact-form-box form .help-feedback {
    display: inline-block;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    position: relative;
    background: rgb(191,208,199);
    z-index: 1;
    border: none;
    font-size: 15px;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 1px;
    overflow: hidden;
    text-transform: uppercase;
    padding: 16px 40px;
    border-radius: 50px;
    cursor: pointer;
}.contact-form-box form .help-feedback::before {
    position: absolute;
    background: rgb(152,173,162);
    width: 0;
    left: 0;
    top: 0;
    transition: width 0.3s ease;
    content: "";
    z-index: -1;
    height: 100%;
}.contact-form-box form .help-feedback:hover::before {
    width: 100%;
}.contact-form-box form .help-feedback:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px -10px rgb(191,208,199);
}.contact-form-box svg {
    fill: rgb(191,208,199);
    width: 20px;
    left: 20px;
    transform: translateY(-50%);
    height: 20px;
    position: absolute;
    top: 50%;
}.contact-form-box svg path {
    transition: fill 0.3s ease;
    fill: rgb(191,208,199);
}.contact-form-box form #name,
.contact-form-box form #phone {
    position: relative;
}

@media screen and (max-width: 1024px) {.contact-form-box .feedback-form {
    max-width: 800px;
}.contact-form-box .query-links {
    padding: 40px;
}
}

@media screen and (max-width: 768px) {.contact-form-box {
    padding: 80px 0 60px;
}.contact-form-box .feedback-form {
    grid-template-columns: 1fr;
}.contact-form-box .rounded-image {
    clip-path: none;
    min-height: 300px;
    order: 1;
}.contact-form-box .query-links {
    order: 2;
    padding: 40px 30px;
}.contact-form-box .query-links::before {
    width: 100%;
    right: 0;
    height: 6px;
    background: linear-gradient(to right, rgb(191,208,199), rgb(152,173,162));
    top: 0;
}.contact-form-box h2 {
    margin-bottom: 40px;
}
}

@media screen and (max-width: 480px) {.contact-form-box {
    padding: 60px 0 40px;
}.contact-form-box h2 {
    font-size: calc(28px * 0.8);
    margin-bottom: 30px;
}.contact-form-box .rounded-image {
    min-height: 200px;
}.contact-form-box .query-links {
    padding: 30px 20px;
}.contact-form-box form h3 {
    margin-bottom: 30px;
    font-size: calc(21px * 0.9);
}.contact-form-box form .help-feedback {
    width: 100%;
    padding: 14px 20px;
}}.target-audience {
    background: rgb(225,233,229);
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.target-audience::before {
    opacity: 0.05;
    top: 0;
    height: 100%;
    content: "";
    width: 100%;
    position: absolute;
    background: repeating-linear-gradient(
        -45deg,
        rgb(191,208,199,0.5) 0,
        rgb(191,208,199,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    left: 0;
}.target-audience .learn-learnings {
    max-width: 1200px;
    padding: 0 30px;
    z-index: 1;
    position: relative;
    margin: 0 auto;
}.target-audience h3 {
    font-size: 36px;
    text-align: center;
    padding-bottom: 20px;
    position: relative;
    color: #000000;
    font-family: Arial, sans-serif;
    font-weight: 700;
    margin-bottom: 80px;
}.target-audience h3::after {
    bottom: 0;
    background: linear-gradient(90deg, rgb(191,208,199), rgb(152,173,162));
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    content: "";
    clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
    position: absolute;
    height: 5px;
}.target-audience ul {
    flex-wrap: wrap;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 60px 30px;
    justify-content: center;
    padding: 0;
}.target-audience ul li {
    background: #ffffff;
    padding: 25px 25px 25px 80px;
    z-index: 1;
    transition: all 0.4s ease;
    position: relative;
    max-width: 350px;
    font-size: 12px;
    min-height: 100px;
    color: #000000;
    flex: 0 0 calc(33.333% - 20px);
    transform: perspective(1000px) rotateX(5deg);
    font-family: Arial, sans-serif;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 3px 10px rgba(0, 0, 0, 0.05);
}.target-audience ul li::before,
.target-audience ul li::after {
    background: #ffffff;
    position: absolute;
    transition: all 0.4s ease;
    content: "";
}.target-audience ul li::before {
    bottom: 5px;
    right: 5px;
    top: 5px;
    transform: translateZ(-10px);
    z-index: -1;
    border: 1px solid rgb(152,173,162,0.5);
    left: 5px;
}.target-audience ul li::after {
    z-index: -2;
    left: 15px;
    right: 15px;
    opacity: 0.3;
    background: rgb(191,208,199,0.5);
    top: 15px;
    transform: translateZ(-20px);
    bottom: 0;
}.target-audience ul li:hover {
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.15),
        0 5px 15px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateX(0deg) translateY(-10px);
}.target-audience ul li:hover::before {
    transform: translateZ(-15px);
}.target-audience ul li:hover::after {
    transform: translateZ(-30px);
}.target-audience ul li svg {
    transition: all 0.4s ease;
    height: 40px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    z-index: 2;
    left: 25px;
    position: absolute;
}.target-audience ul li:hover svg {
    transform: translateY(-50%) scale(1.1);
}.target-audience ul li svg path {
    fill: rgb(191,208,199);
    transition: fill 0.4s ease;
}.target-audience ul li:hover svg path {
    fill: rgb(152,173,162);
}.target-audience ul li:nth-child(3n+1) {
    transform: perspective(1000px) rotateX(5deg) rotateY(-2deg);
}.target-audience ul li:nth-child(3n+2) {
    transform: perspective(1000px) rotateX(5deg);
}.target-audience ul li:nth-child(3n) {
    transform: perspective(1000px) rotateX(5deg) rotateY(2deg);
}.target-audience ul li:nth-child(3n+1):hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateY(-10px);
}.target-audience ul li:nth-child(3n+2):hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-10px);
}.target-audience ul li:nth-child(3n):hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateY(-10px);
}

@media (max-width: 992px) {.target-audience {
    padding: 100px 0;
}.target-audience h3 {
    font-size: calc(36px * 0.9);
    margin-bottom: 60px;
}.target-audience ul {
    gap: 40px 25px;
}.target-audience ul li {
    padding: 20px 20px 20px 70px;
    flex: 0 0 calc(50% - 20px);
}.target-audience ul li svg {
    left: 20px;
    width: 35px;
    height: 35px;
}
}

@media (max-width: 768px) {.target-audience {
    padding: 80px 0;
}.target-audience h3 {
    margin-bottom: 50px;
    font-size: calc(36px * 0.8);
}.target-audience ul {
    gap: 30px;
}.target-audience ul li {
    flex: 0 0 100%;
    max-width: 450px;
}.target-audience ul li,
    .target-audience ul li:nth-child(3n+1),
    .target-audience ul li:nth-child(3n+2),
    .target-audience ul li:nth-child(3n) {
    transform: perspective(1000px) rotateX(3deg);
}.target-audience ul li:hover,
    .target-audience ul li:nth-child(3n+1):hover,
    .target-audience ul li:nth-child(3n+2):hover,
    .target-audience ul li:nth-child(3n):hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-8px);
}
}

@media (max-width: 480px) {.target-audience {
    padding: 60px 0;
}.target-audience .learn-learnings {
    padding: 0 20px;
}.target-audience h3 {
    margin-bottom: 40px;
    font-size: calc(36px * 0.7);
}.target-audience ul {
    gap: 25px;
}.target-audience ul li {
    padding: 18px 15px 18px 65px;
}.target-audience ul li svg {
    height: 30px;
    left: 18px;
    width: 30px;
}.target-audience ul li,
    .target-audience ul li:nth-child(3n+1),
    .target-audience ul li:nth-child(3n+2),
    .target-audience ul li:nth-child(3n) {
    transform: perspective(800px) rotateX(2deg);
}.target-audience ul li:hover,
    .target-audience ul li:nth-child(3n+1):hover,
    .target-audience ul li:nth-child(3n+2):hover,
    .target-audience ul li:nth-child(3n):hover {
    transform: perspective(800px) rotateX(0deg) translateY(-5px);
}}.service-package {
    position: relative;
    padding: 120px 0;
    color: #ffffff;
    overflow: hidden;
}.service-package::before {
    position: absolute;
    content: "";
    bottom: 0;
    z-index: 1;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
    top: 0;
    right: 0;
    left: 0;
}.service-package .container {
    position: relative;
    padding: 0 20px;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}.service-package .fee-board {
    position: relative;
}.service-package .fee-board::before {
    background: radial-gradient(circle, rgb(191,208,199,0.5) 0%, transparent 70%);
    opacity: 0.2;
    top: -50px;
    content: "";
    height: 300px;
    position: absolute;
    pointer-events: none;
    left: -150px;
    width: 300px;
    border-radius: 50%;
}.service-package .fee-board::after {
    width: 250px;
    right: -120px;
    position: absolute;
    height: 250px;
    background: radial-gradient(circle, rgb(152,173,162,0.5) 0%, transparent 70%);
    pointer-events: none;
    content: "";
    opacity: 0.15;
    bottom: -80px;
    border-radius: 50%;
}.service-package h2 {
    display: inline-block;
    font-weight: 700;
    transform: translateX(-5%);
    position: relative;
    color: #ffffff;
    font-size: 28px;
    margin-bottom: 20px;
}.service-package h2::after {
    background: linear-gradient(90deg, rgb(191,208,199) 0%, rgb(152,173,162) 100%);
    position: absolute;
    bottom: -8px;
    left: 0;
    height: 3px;
    content: "";
    width: 60%;
}.service-package .discount-price {
    font-size: calc(18px * 1.1);
    max-width: 80%;
    line-height: 1.6;
    opacity: 0.9;
    transform: translateX(-3%);
    margin-bottom: 50px;
}.service-package .rate-choice {
    display: grid;
    list-style: none;
    gap: 30px;
    margin: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    padding: 0;
}.service-package .rate-choice li {
    perspective: 1000px;
    transform-style: preserve-3d;
    transition: transform 0.4s ease;
}.service-package .package-deal {
    height: 100%;
    display: block;
    text-decoration: none;
    overflow: hidden;
    color: #ffffff;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
}.service-package .package-deal:hover {
    transform: translateY(-8px) scale(1.02);
}.service-package .edu-deals {
    background: linear-gradient(145deg, 
        rgba(255,255,255,0.12) 0%, 
        rgba(255,255,255,0.05) 100%);
    position: relative;
    transition: all 0.3s ease;
    border-radius: 8px;
    height: 100%;
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 25px rgba(0,0,0,0.2), 
                0 5px 10px rgba(0,0,0,0.1), 
                inset 0 1px 1px rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.1);
    padding: 5px;
    overflow: hidden;
}.service-package .edu-deals::before {
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(45deg, 
        rgb(191,208,199,0.5) 0%, 
        transparent 50%, 
        rgb(152,173,162,0.5) 100%);
    opacity: 0;
    content: "";
    transition: opacity 0.4s ease;
    width: 100%;
    z-index: 0;
    position: absolute;
}.service-package .package-deal:hover .edu-deals::before {
    opacity: 0.15;
}.service-package .payment-plans {
    height: 100%;
    padding: 35px 30px;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
}.service-package .payment-plans h4 {
    transition: color 0.3s ease;
    font-weight: 700;
    font-size: calc(21px * 1.2);
    color: #ffffff;
    position: relative;
    margin: 0 0 20px;
}.service-package .payment-plans h4::after {
    opacity: 0.8;
    background: linear-gradient(to bottom, rgb(191,208,199), rgb(152,173,162));
    transform: translateY(-50%);
    left: -15px;
    position: absolute;
    width: 5px;
    content: "";
    height: 70%;
    top: 50%;
    transition: all 0.3s ease;
}.service-package .package-deal:hover .payment-plans h4::after {
    opacity: 1;
    height: 100%;
}.service-package .payment-plans p {
    overflow-y: auto;
    max-height: 200px;
    color: rgba(255,255,255,0.8);
    line-height: 1.6;
    scrollbar-width: thin;
    scrollbar-color: rgb(191,208,199) rgba(255,255,255,0.1);
    flex-grow: 1;
    font-size: 18px;
    margin-bottom: 25px;
    word-break: break-word;
    overflow-wrap: break-word;
}.service-package .payment-plans p::-webkit-scrollbar {
    width: 5px;
}.service-package .payment-plans p::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(255,255,255,0.1);
}.service-package .payment-plans p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(191,208,199);
}.service-package .price-options {
    color: #ffffff;
    border-radius: 4px;
    position: relative;
    font-weight: 700;
    display: inline-block;
    margin-top: auto;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    font-size: calc(21px * 1.3);
    padding: 5px 10px;
    background: linear-gradient(135deg, 
        rgb(191,208,199,0.5) 0%, 
        rgb(152,173,162,0.5) 100%);
    transition: all 0.3s ease;
    align-self: flex-start;
}.service-package .package-deal:hover .price-options {
    box-shadow: 0 6px 15px rgba(0,0,0,0.25);
    transform: scale(1.05);
}

@media (max-width: 1200px) {.service-package {
    padding: 100px 0;
}.service-package .rate-choice {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
}.service-package h2 {
    transform: translateX(0);
}.service-package .discount-price {
    max-width: 90%;
    transform: translateX(0);
}
}

@media (max-width: 992px) {.service-package {
    padding: 80px 0;
}.service-package .rate-choice {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.service-package .payment-plans {
    padding: 25px 20px;
}.service-package .payment-plans p {
    font-size: calc(18px * 0.95);
    max-height: 180px;
}.service-package .price-options {
    font-size: calc(21px * 1.2);
}
}

@media (max-width: 768px) {.service-package {
    padding: 70px 0;
}.service-package .rate-choice {
    gap: 20px;
    grid-template-columns: 1fr 1fr;
}.service-package h2 {
    font-size: calc(28px * 0.9);
}.service-package .discount-price {
    font-size: 18px;
    max-width: 100%;
    margin-bottom: 40px;
}
}

@media (max-width: 576px) {.service-package {
    padding: 60px 0;
}.service-package .rate-choice {
    grid-template-columns: 1fr;
}.service-package h2 {
    font-size: calc(28px * 0.8);
    text-align: center;
    display: block;
}.service-package h2::after {
    left: 20%;
    width: 60%;
}.service-package .discount-price {
    margin-bottom: 30px;
    text-align: center;
}.service-package .payment-plans h4 {
    font-size: calc(21px * 1.1);
}.service-package .payment-plans p {
    max-height: 150px;
}.service-package .price-options {
    font-size: calc(21px * 1.1);
}}.statistical-summary {
    overflow: hidden;
    background: rgb(225,233,229);
    padding: 120px 0;
    position: relative;
}.statistical-summary::before {
    z-index: 1;
    top: 0;
    content: "";
    opacity: 0.1;
    height: 100%;
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        rgb(191,208,199,0.5),
        rgb(191,208,199,0.5) 10px,
        transparent 10px,
        transparent 20px
    );
    left: 0;
    width: 100%;
}.statistical-summary .container {
    max-width: 1400px;
    margin: 0 auto;
    z-index: 10;
    position: relative;
    padding: 0 30px;
}.statistical-summary h2 {
    margin-bottom: 80px;
    border-left: 5px solid rgb(191,208,199);
    text-align: left;
    padding-left: 30px;
    font-weight: 700;
    font-size: 38px;
    color: #000000;
    position: relative;
    font-family: Arial, sans-serif;
}.statistical-summary ul {
    display: flex;
    flex-direction: column;
    margin: 0;
    gap: 40px;
    padding: 0;
    list-style: none;
}.statistical-summary .class-gains {
    overflow: hidden;
    background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0.9));
    display: grid;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border-radius: 11px;
    transition: all 0.4s ease-out;
    position: relative;
    grid-template-columns: 40% 60%;
}.statistical-summary .class-gains:nth-child(even) {
    grid-template-columns: 60% 40%;
    direction: rtl;
    background: linear-gradient(to left, #ffffff, rgba(255, 255, 255, 0.9));
}.statistical-summary .class-gains p {
    text-shadow: 0 0 15px rgb(191,208,199,0.5);
    color: rgb(191,208,199);
    align-items: center;
    background: rgb(225,233,229);
    justify-content: center;
    display: flex;
    position: relative;
    margin: 0;
    font-weight: 700;
    direction: ltr;
    font-size: calc(40px * 1.5);
    padding: 40px;
}.statistical-summary .class-gains span {
    font-size: 19px;
    display: flex;
    align-items: center;
    direction: ltr;
    color: #000000;
    padding: 40px;
    line-height: 1.7;
    font-weight: 400;
    z-index: 2;
    position: relative;
}.statistical-summary .class-gains::before {
    z-index: 1;
    transition: all 0.5s ease-out;
    top: -50%;
    left: -50%;
    transform: scale(0.5);
    width: 200%;
    opacity: 0;
    background: radial-gradient(
        circle at center,
        rgb(191,208,199,0.5) 0%,
        transparent 70%
    );
    content: "";
    height: 200%;
    position: absolute;
}.statistical-summary .class-gains:hover::before {
    opacity: 0.2;
    transform: scale(1);
}.statistical-summary .class-gains p::after {
    width: 70%;
    transform-origin: left;
    position: absolute;
    content: "";
    transform: scaleX(0);
    transition: transform 0.4s ease-out;
    background: rgb(152,173,162);
    bottom: 50%;
    height: 1px;
}.statistical-summary .class-gains:nth-child(odd) p::after {
    transform-origin: right;
    right: -35%;
}.statistical-summary .class-gains:nth-child(even) p::after {
    left: -35%;
}.statistical-summary .class-gains:hover p::after {
    transform: scaleX(1);
}.statistical-summary svg {
    fill: rgb(152,173,162);
    top: 20px;
    position: absolute;
    width: 30px;
    transition: transform 0.3s ease;
    right: 20px;
    height: 30px;
    z-index: 3;
}.statistical-summary .class-gains:nth-child(even) svg {
    right: auto;
    left: 20px;
}.statistical-summary svg path {
    fill: rgb(152,173,162);
}.statistical-summary .class-gains:hover svg {
    transform: rotate(45deg);
}@keyframes borderFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.statistical-summary .class-gains {
    position: relative;
}.statistical-summary .class-gains::after {
    inset: 0;
    background-size: 200% 200%;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    animation: borderFlow 3s linear infinite;
    position: absolute;
    border: 1px solid transparent;
    pointer-events: none;
    -webkit-mask-composite: xor;
    background: linear-gradient(90deg, rgb(191,208,199), rgb(152,173,162), rgb(191,208,199)) border-box;
    content: "";
    mask-composite: exclude;
    border-radius: 11px;
}.program-information {
    background: linear-gradient(135deg, rgb(225,233,229) 0%, rgba(241, 245, 249, 0.9) 100%);
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
}.program-information::before {
    transform: skewY(-3deg);
    top: 0;
    height: 100%;
    width: 100%;
    background-size: 40px 40px;
    background-image: 
    linear-gradient(30deg, rgba(rgb(191,208,199,0.5), 0.03) 1px, transparent 1px),
    linear-gradient(120deg, rgba(rgb(191,208,199,0.5), 0.03) 1px, transparent 1px);
    content: "";
    z-index: 0;
    background-position: 0 0;
    position: absolute;
    left: 0;
}.program-information .container {
    z-index: 1;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
}.program-information h2 {
    max-width: 80%;
    line-height: 1.3;
    margin-bottom: 3rem;
    font-size: 34px;
    padding-left: 15px;
    font-weight: 700;
    transform: translateX(-10px);
    color: #000000;
    position: relative;
}.program-information h2::before {
    height: calc(100% - 1rem);
    border-radius: 2px;
    width: 4px;
    background: linear-gradient(to bottom, rgb(191,208,199), rgb(152,173,162));
    top: 0.5rem;
    content: "";
    position: absolute;
    left: 0;
}.program-information .job-classes {
    grid-template-columns: 1fr;
    display: grid;
    position: relative;
    gap: 2.5rem;
}.program-information .rounded-image {
    transition: transform 0.6s ease-out, box-shadow 0.6s ease-out;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    position: relative;
    transform: perspective(1000px) rotateY(-3deg);
    height: 360px;
}.program-information .rounded-image::after {
    content: "";
    inset: 0;
    background: linear-gradient(45deg, rgba(rgb(191,208,199,0.5), 0.4), transparent);
    mix-blend-mode: overlay;
    position: absolute;
}.program-information .rounded-image:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
}.program-information .text-body-wrap {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    position: relative;
    padding: 2rem;
    transform: translateY(10px);
    background: #ffffff;
}.program-information .text-body-wrap::before {
    width: 100%;
    top: 0;
    opacity: 0.03;
    z-index: -1;
    height: 100%;
    position: absolute;
    content: "";
    background: linear-gradient(to right, rgb(191,208,199,0.5), transparent);
    left: 0;
}.program-information .description {
    color: #000000;
    line-height: 1.75;
    margin-bottom: 1.5rem;
    overflow-y: auto;
    position: relative;
    font-size: 13px;
    padding-right: 15px;
    max-height: 250px;
}.program-information .description:first-of-type {
    position: relative;
}.program-information .description:first-of-type::first-letter {
    margin-right: 3px;
    color: rgb(191,208,199);
    font-size: 1.5em;
    font-weight: 700;
}.program-information .description:last-child {
    margin-bottom: 0;
}.program-information .description::-webkit-scrollbar {
    width: 3px;
}.program-information .description::-webkit-scrollbar-track {
    background: rgba(rgba(0, 0, 0, 0.5), 0.05);
}.program-information .description::-webkit-scrollbar-thumb {
    background: rgb(191,208,199);
    border-radius: 10px;
}@keyframes fadeSlideUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.program-information .container {
    animation: fadeSlideUp 0.8s ease-out forwards;
}


@media (min-width: 768px) {.program-information {
    padding: 8rem 0;
}.program-information h2 {
    font-size: calc(34px * 1.1);
    max-width: 70%;
    margin-bottom: 4rem;
}.program-information .job-classes {
    gap: 0;
    grid-template-columns: 45% 55%;
}.program-information .rounded-image {
    height: 480px;
    clip-path: polygon(0 0, 100% 5%, 100% 95%, 0 100%);
    transform: perspective(1200px) rotateY(-5deg) translateX(-30px);
}.program-information .text-body-wrap {
    z-index: 2;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%);
    padding: 3rem;
    margin-left: -50px;
}
}

@media (min-width: 992px) {.program-information h2 {
    max-width: 60%;
    font-size: calc(34px * 1.2);
    transform: translateX(0);
}.program-information .rounded-image {
    transform: perspective(1500px) rotateY(-8deg) translateX(-40px);
    height: 520px;
}.program-information .text-body-wrap {
    margin-left: -80px;
    justify-content: center;
    flex-direction: column;
    padding: 3.5rem;
    display: flex;
    max-height: 520px;
}.program-information .description {
    font-size: calc(13px * 1.05);
    line-height: 1.8;
    max-height: 350px;
}
}

@media (min-width: 1200px) {.program-information .rounded-image {
    transform: perspective(1800px) rotateY(-10deg) translateX(-50px);
}.program-information .text-body-wrap {
    margin-left: -100px;
    padding: 4rem;
}.program-information .description {
    font-size: calc(13px * 1.1);
}
}

@media (max-width: 767px) {.program-information {
    padding: 4rem 0;
}.program-information h2 {
    font-size: calc(34px * 0.9);
    max-width: 100%;
    margin-bottom: 2rem;
}.program-information .rounded-image {
    margin-bottom: 1rem;
    height: 280px;
}.program-information .text-body-wrap {
    max-height: none;
    padding: 1.5rem;
}.program-information .description {
    max-height: 200px;
    font-size: calc(13px * 0.95);
    line-height: 1.6;
}}.education-experience {
    padding: 120px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(225,233,229) 0%, rgb(191,208,199,0.5) 100%);
    overflow: hidden;
}.education-experience::before {
    transform: rotate(-15deg);
    background: rgb(152,173,162,0.5);
    top: -50px;
    height: 300px;
    content: "";
    position: absolute;
    right: -50px;
    z-index: 0;
    filter: blur(80px);
    width: 300px;
}.education-experience::after {
    left: -50px;
    filter: blur(60px);
    height: 250px;
    content: "";
    position: absolute;
    bottom: -80px;
    width: 250px;
    background: rgb(191,208,199,0.5);
    transform: rotate(25deg);
    z-index: 0;
}.education-experience .container {
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
}.education-experience .review-feedback {
    display: grid;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    position: relative;
    transform: perspective(1000px) rotateY(2deg);
    background: #ffffff;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    gap: 30px;
    padding: 40px;
    grid-template-columns: 1fr;
}.education-experience .review-feedback:hover {
    transform: perspective(1000px) rotateY(0deg);
}.education-experience .review-feedback::before {
    height: 100%;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    transform-origin: left center;
    background: linear-gradient(to bottom, rgb(191,208,199), rgb(152,173,162));
    transform: scaleY(0);
    top: 0;
    position: absolute;
    left: 0;
    content: "";
    width: 5px;
}.education-experience .review-feedback:hover::before {
    transform: scaleY(1);
}.education-experience .rounded-image {
    height: 200px;
    clip-path: polygon(25% 0%, 75% 0%, 100% 25%, 100% 75%, 75% 100%, 25% 100%, 0% 75%, 0% 25%);
    border: 3px solid #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    width: 200px;
}.education-experience .review-feedback:hover .rounded-image {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px) scale(1.05);
}.education-experience .rounded-image::after {
    transition: opacity 0.6s ease;
    top: 0;
    position: absolute;
    background: linear-gradient(135deg, rgb(191,208,199,0.5) 0%, transparent 50%, rgb(152,173,162,0.5) 100%);
    content: "";
    opacity: 0;
    width: 100%;
    left: 0;
    height: 100%;
}.education-experience .review-feedback:hover .rounded-image::after {
    opacity: 0.4;
}.education-experience .name {
    display: inline-block;
    margin: 0 0 5px 0;
    transform: translateX(0);
    font-size: calc(18px * 1.1);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    color: rgb(191,208,199);
    font-weight: 700;
    position: relative;
}.education-experience .review-feedback:hover .name {
    transform: translateX(10px);
}.education-experience .name::after {
    position: absolute;
    height: 2px;
    content: "";
    background: rgb(152,173,162);
    transition: width 0.5s cubic-bezier(0.22, 1, 0.36, 1) 0.1s;
    width: 0;
    left: 0;
    bottom: -3px;
}.education-experience .review-feedback:hover .name::after {
    width: 100%;
}.education-experience .review-feedback > div:nth-child(2) > div {
    color: #000000;
    margin-bottom: 15px;
    position: relative;
    font-size: calc(18px * 0.95);
    font-weight: 600;
    transition: padding-left 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    padding-left: 0;
}.education-experience .review-feedback:hover > div:nth-child(2) > div {
    padding-left: 10px;
}.education-experience .emp-milestones {
    font-size: 18px;
    transition: background-position 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    background-size: 200% 100%;
    padding: 25px 20px;
    line-height: 1.8;
    margin: 0;
    background: linear-gradient(to right, #ffffff, rgb(225,233,229), #ffffff);
    color: #000000;
    border-radius: 10px;
    position: relative;
}.education-experience .review-feedback:hover .emp-milestones {
    background-position: right center;
}.education-experience .emp-milestones::before,
.education-experience .emp-milestones::after {
    position: absolute;
    content: "";
    color: rgb(191,208,199,0.5);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    font-family: Georgia, serif;
    font-size: 60px;
    line-height: 1;
}.education-experience .emp-milestones::before {
    opacity: 0.5;
    top: -10px;
    left: -10px;
    transform: translateX(-20px) translateY(-20px) scale(0.8);
}.education-experience .emp-milestones::after {
    right: -10px;
    bottom: -30px;
    opacity: 0.5;
    content: "";
    transform: translateX(20px) translateY(20px) scale(0.8);
}.education-experience .review-feedback:hover .emp-milestones::before {
    transform: translateX(0) translateY(0) scale(1);
    opacity: 0.7;
}.education-experience .review-feedback:hover .emp-milestones::after {
    opacity: 0.7;
    transform: translateX(0) translateY(0) scale(1);
}

@media (min-width: 768px) {.education-experience .review-feedback {
    grid-template-rows: auto 1fr;
    grid-template-columns: 220px 1fr;
    gap: 25px 40px;
}.education-experience .review-feedback > div:first-child {
    display: flex;
    grid-row: 1 / 3;
    align-items: center;
    justify-content: center;
}.education-experience .review-feedback > div:nth-child(2) {
    align-self: end;
}.education-experience .review-feedback > div:nth-child(3) {
    grid-column: 2 / 3;
}.education-experience .rounded-image {
    height: 200px;
    width: 200px;
}
}

@media (min-width: 992px) {.education-experience {
    padding: 150px 0;
}.education-experience .review-feedback {
    transform: perspective(1500px) rotateY(3deg);
    padding: 60px;
    gap: 30px 60px;
}.education-experience .rounded-image {
    height: 240px;
    width: 240px;
}.education-experience .name {
    font-size: calc(18px * 1.2);
}.education-experience .review-feedback > div:nth-child(2) > div {
    font-size: 18px;
}.education-experience .emp-milestones {
    font-size: calc(18px * 1.05);
    line-height: 1.9;
    padding: 30px 25px;
}
}

@media (max-width: 767px) {.education-experience {
    padding: 80px 0;
}.education-experience .review-feedback {
    padding: 30px 25px;
    gap: 20px;
}.education-experience .rounded-image {
    height: 150px;
    width: 150px;
}.education-experience .name {
    font-size: 18px;
    text-align: center;
}.education-experience .review-feedback > div:nth-child(2) {
    text-align: center;
}.education-experience .review-feedback > div:nth-child(2) > div {
    font-size: calc(18px * 0.9);
}.education-experience .emp-milestones {
    line-height: 1.7;
    padding: 20px 15px;
    font-size: calc(18px * 0.95);
}}.try-immediately {
    position: relative;
    background: linear-gradient(135deg, rgb(152,173,162), rgb(191,208,199) 120%);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    perspective: 1000px;
    transform-style: preserve-3d;
    padding: 4rem 2rem;
    overflow: hidden;
}.try-immediately::before {
    pointer-events: none;
    content: "";
    top: 0;
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    transform: translateZ(-10px);
    background: linear-gradient(45deg, transparent 40%, rgba(255, 255, 255, 0.1) 45%, transparent 50%);
    animation: shimmer 6s infinite linear;
}.try-immediately::after {
    opacity: 0.6;
    top: -10%;
    right: -10%;
    position: absolute;
    height: 120%;
    content: "";
    filter: blur(20px);
    background: linear-gradient(135deg, rgb(191,208,199,0.5), transparent);
    width: 35%;
    transform: rotate(-15deg) translateZ(10px);
}.try-immediately .container {
    position: relative;
    z-index: 1;
    align-items: center;
    display: flex;
    justify-content: center;
    transform: translateZ(30px);
    flex-direction: column;
    max-width: 1200px;
    margin: 0 auto;
}.try-immediately h6 {
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    letter-spacing: 0.5px;
    position: relative;
    text-align: center;
    max-width: 800px;
    line-height: 1.5;
    margin-bottom: 2.5rem;
    color: #ffffff;
    transform: translateY(-5px);
    font-weight: 600;
    font-size: 24px;
}.try-immediately h6::after {
    bottom: -15px;
    background: #ffffff;
    transform: translateX(-50%);
    left: 50%;
    width: 60px;
    opacity: 0.7;
    position: absolute;
    height: 3px;
    content: "";
}.try-immediately div span {
    transform: perspective(800px) rotateX(5deg);
    position: relative;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    z-index: 2;
    display: inline-block;
}.try-immediately div span:hover {
    transform: perspective(800px) rotateX(0deg) translateY(-5px);
}.try-immediately div span::before {
    height: 8px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.6;
    bottom: -8px;
    border-radius: 50%;
    content: "";
    filter: blur(6px);
    width: 90%;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    transition: all 0.4s ease;
}.try-immediately div span:hover::before {
    opacity: 0.8;
    width: 100%;
}.try-immediately .help-feedback {
    display: inline-flex;
    text-decoration: none;
    padding: 1rem 2.5rem;
    align-items: center;
    justify-content: center;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    color: rgb(152,173,162);
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
    font-weight: 700;
    font-size: calc(17px + 0.1rem);
    transform: translateZ(0);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    background: #ffffff;
    border-radius: 10px;
}.try-immediately .help-feedback::before {
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    position: absolute;
    top: 0;
    height: 100%;
    content: "";
    width: 100%;
    transition: left 0.7s ease;
}.try-immediately .help-feedback:hover {
    border-color: #ffffff;
    transform: translateY(-2px);
    color: #ffffff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    background: transparent;
}.try-immediately .help-feedback:hover::before {
    left: 100%;
}.try-immediately .help-feedback span {
    position: relative;
    z-index: 2;
    transition: transform 0.3s ease;
}.try-immediately .help-feedback:hover span {
    transform: scale(1.05);
}.try-immediately .help-feedback:active {
    transform: translateY(1px);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

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

@media (max-width: 991px) {.try-immediately {
    padding: 3.5rem 1.5rem;
}.try-immediately h6 {
    margin-bottom: 2rem;
    font-size: calc(17px + 0.1rem);
}.try-immediately .help-feedback {
    padding: 0.9rem 2.2rem;
}
}

@media (max-width: 767px) {.try-immediately {
    padding: 3rem 1rem;
}.try-immediately::after {
    right: -20%;
    top: -5%;
    width: 50%;
}.try-immediately h6 {
    margin-bottom: 1.8rem;
    max-width: 100%;
    font-size: 17px;
}.try-immediately h6::after {
    bottom: -12px;
    width: 50px;
}.try-immediately .help-feedback {
    padding: 0.8rem 1.8rem;
    font-size: 17px;
}
}

@media (max-width: 575px) {.try-immediately {
    padding: 2.5rem 0.8rem;
}.try-immediately h6 {
    font-size: calc(14px + 0.1rem);
    line-height: 1.4;
    margin-bottom: 1.5rem;
}.try-immediately .help-feedback {
    padding: 0.7rem 1.5rem;
}.try-immediately::before,
    .try-immediately::after {
    opacity: 0.4;
}}.cookieInformationAlert {
    overflow: hidden;
    z-index: 1050;
    width: 100%;
    bottom: 0;
    font-family: Arial, sans-serif;
    border-top: 3px solid rgb(191,208,199);
    background: rgb(225,233,229);
    padding: 20px;
    position: fixed;
}.cookie-customize {
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
    z-index: 1;
    display: flex;
}.cookie-controls {
    flex-shrink: 0;
    margin-right: 20px;
}#userPrivacyDialog {
    display: none;
}#userPrivacyDialog:checked ~ .cookieInformationAlert {
    opacity: 0;
    visibility: hidden;
}.cookie-controls svg {
    height: 60px;
    fill: rgb(191,208,199);
    width: 60px;
    transition: fill 0.3s ease-in-out;
}.cookie-option {
    margin-right: 20px;
    flex-grow: 1;
}.cookie-option h5 {
    margin-bottom: 5px;
    font-weight: 700;
    color: rgb(191,208,199);
    font-size: 21px;
}.cookie-option p {
    color: #000000;
    margin-bottom: 0;
    font-size: 13px;
}.cookie-overview {
    margin-left: 10px;
    transition: all 0.3s ease-in-out;
    border-radius: 10px;
    text-decoration: none;
    padding: 10px 20px;
    font-size: 17px;
}.cookie-overview {
    color: #ffffff;
    background-color: rgb(191,208,199);
    border: 1px solid rgb(191,208,199);
}.cookie-overview:hover {
    border-color: #000000;
    background-color: rgba(0, 0, 0, 0.5);
}.cookieInformationAlert p a {
    text-decoration: underline;
    color: rgb(191,208,199);
}.cookieInformationAlert p a:hover {
    color: #000000;
}
@media (max-width: 1200px) {.cookie-option h5 {
    font-size: calc(21px - 2px);
}.cookie-option p {
    font-size: calc(13px - 2px);
}.cookie-overview {
    font-size: calc(17px - 2px);
    padding: 8px 16px;
}
}
@media (max-width: 800px) {.cookie-customize {
    flex-direction: column;
    align-items: center;
}.cookie-controls {
    margin-bottom: 15px;
}.cookie-option {
    text-align: center;
    margin-bottom: 20px;
}.cookie-overview {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
}}
.thxPage {
    background: linear-gradient(135deg, rgb(191,208,199,0.5), rgb(152,173,162,0.5) 70%);
    overflow: hidden;
    z-index: 1;
    padding: 5rem 0;
    position: relative;
}.thxPage::before {
    width: 100%;
    background-image: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.03) 10px,
        rgba(255, 255, 255, 0.03) 20px
    );
    height: 100%;
    left: 0;
    top: 0;
    content: '';
    position: absolute;
    z-index: -1;
}.thxPage::after {
    transform: scale(1.5);
    width: 100%;
    position: absolute;
    opacity: 0.4;
    content: '';
    animation: pulse 15s infinite alternate ease-in-out;
    height: 100%;
    right: -50%;
    z-index: -1;
    top: -50%;
    background: radial-gradient(circle, rgb(152,173,162,0.5) 0%, transparent 70%);
}.thxPage .container {
    padding: 0 2rem;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.thxPage .learn-learnings {
    backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateX(2deg);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    display: flex;
    position: relative;
    flex-direction: column;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(255, 255, 255, 0.1);
    padding: 3.5rem;
    margin: 0 auto;
    z-index: 2;
    max-width: 900px;
    background: rgba(255, 255, 255, 0.9);
}.thxPage .learn-learnings:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12), 
                0 10px 20px rgba(0, 0, 0, 0.07),
                0 0 0 1px rgba(255, 255, 255, 0.15);
}.thxPage .learn-learnings > div:first-child {
    margin-bottom: 2rem;
    position: relative;
}.thxPage .learn-learnings > div:first-child::before {
    background: rgb(191,208,199);
    content: '';
    position: absolute;
    transform: translateY(-50%);
    height: 60px;
    top: 50%;
    width: 1.5rem;
    left: -3.5rem;
}.thxPage h5 {
    font-weight: 700;
    position: relative;
    border-left: 3px solid rgb(152,173,162);
    line-height: 1.4;
    margin: 0;
    font-size: 18px;
    padding-left: 1rem;
    color: #000000;
}.thxPage a {
    overflow: hidden;
    text-decoration: none;
    position: relative;
    transition: all 0.4s ease;
    display: block;
    transform-origin: left center;
}.thxPage a::before {
    position: absolute;
    background: linear-gradient(90deg, rgb(191,208,199,0.5) 0%, transparent 100%);
    content: '';
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: -1;
}.thxPage a:hover::before {
    opacity: 0.1;
}.thxPage p {
    color: #000000;
    line-height: 1.7;
    transition: transform 0.3s ease, color 0.3s ease;
    margin: 0;
    font-size: 15px;
}.thxPage a:hover p {
    transform: translateX(5px);
    color: rgb(191,208,199);
}.thxPage .learn-learnings > div:last-child {
    position: relative;
    padding-top: 2rem;
}.thxPage .learn-learnings > div:last-child::before {
    width: 100%;
    content: '';
    position: absolute;
    height: 1px;
    left: 0;
    background: linear-gradient(90deg, rgb(191,208,199,0.5), transparent 80%);
    top: 0;
}

@keyframes pulse {
    0% { transform: scale(1.5); opacity: 0.4; }
    50% { transform: scale(1.7); opacity: 0.5; }
    100% { transform: scale(1.5); opacity: 0.4; }
}

@media (max-width: 992px) {.thxPage {
    padding: 4rem 0;
}.thxPage .learn-learnings {
    transform: perspective(800px) rotateX(1deg);
    padding: 2.5rem;
}.thxPage .learn-learnings > div:first-child::before {
    width: 1rem;
    height: 50px;
    left: -2.5rem;
}.thxPage h5 {
    font-size: calc(18px - 0.1rem);
}
}

@media (max-width: 768px) {.thxPage {
    padding: 3rem 0;
}.thxPage .learn-learnings {
    transform: none;
    padding: 2rem;
}.thxPage .learn-learnings:hover {
    transform: translateY(-5px);
}.thxPage .learn-learnings > div:first-child::before {
    height: 40px;
    width: 0.7rem;
    left: -2rem;
}.thxPage h5 {
    padding-left: 0.7rem;
    font-size: calc(18px - 0.2rem);
}
}

@media (max-width: 576px) {.thxPage {
    padding: 2.5rem 0;
}.thxPage .container {
    padding: 0 1.5rem;
}.thxPage .learn-learnings {
    padding: 1.5rem;
}.thxPage .learn-learnings > div:first-child {
    margin-bottom: 1.5rem;
}.thxPage .learn-learnings > div:first-child::before {
    left: -1.5rem;
    width: 0.5rem;
    height: 30px;
}.thxPage h5 {
    font-size: calc(18px - 0.3rem);
    padding-left: 0.5rem;
}.thxPage p {
    font-size: calc(15px - 0.1rem);
    line-height: 1.6;
}.thxPage .learn-learnings > div:last-child {
    padding-top: 1.5rem;
}}.join-our-mailing-list {
    padding: 4rem 2rem;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    isolation: isolate;
    background: linear-gradient(135deg, rgb(152,173,162,0.5), rgb(191,208,199,0.5) 80%);
    margin: 5rem 0;
}.join-our-mailing-list::before {
    top: -50%;
    left: -20%;
    position: absolute;
    content: "";
    background: linear-gradient(165deg, rgb(255, 255, 255, 0.5) 10%, transparent 60%);
    width: 80%;
    transform: rotate(15deg);
    opacity: 0.07;
    z-index: -1;
    pointer-events: none;
    height: 200%;
}.join-our-mailing-list::after {
    background: rgb(152,173,162);
    width: 120px;
    height: 120px;
    opacity: 0.15;
    z-index: -1;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    bottom: -30px;
    right: -30px;
    content: "";
    animation: rotateSlow 18s infinite linear;
    position: absolute;
}.join-our-mailing-list .container {
    position: relative;
    max-width: 1240px;
    margin: 0 auto;
}.join-our-mailing-list .learn-learnings {
    backdrop-filter: blur(5px);
    z-index: 1;
    position: relative;
    flex-direction: column;
    display: flex;
}.join-our-mailing-list .learn-learnings > div {
    padding: 1rem 0 2.5rem;
    position: relative;
}.join-our-mailing-list h4 {
    max-width: 90%;
    line-height: 1.4;
    font-weight: 600;
    margin: 0;
    font-size: 23px;
    transform: translateX(1rem);
    font-family: Arial, sans-serif;
    color: #000000;
    position: relative;
    padding: 0;
}.join-our-mailing-list h4::before {
    top: 0.5rem;
    width: 4px;
    transform-origin: top;
    left: -1rem;
    position: absolute;
    height: 85%;
    content: "";
    background: rgb(191,208,199);
    animation: scaleIn 0.8s 0.2s forwards cubic-bezier(0.22, 1, 0.36, 1);
    transform: scaleY(0);
}.join-our-mailing-list .input_holder {
    width: 100%;
    position: relative;
    gap: 1rem;
    flex-direction: column;
    max-width: 650px;
    display: flex;
}.join-our-mailing-list .input_holder::before {
    border-radius: 10px;
    position: absolute;
    z-index: -1;
    background: linear-gradient(120deg, #ffffff, transparent);
    inset: -10px;
    content: "";
    transition: transform 0.5s ease-out;
    opacity: 0.15;
    transform: translateX(-100%);
}.join-our-mailing-list .input_holder:focus-within::before {
    transform: translateX(0);
}.join-our-mailing-list .input_holder span {
    position: relative;
}.join-our-mailing-list .input_holder span:first-child {
    flex: 1;
}.join-our-mailing-list input[type="email"] {
    background: #ffffff;
    outline: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    font-size: 14px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    width: 100%;
    font-family: Arial, sans-serif;
    padding: 1rem 1.5rem;
    transition: all 0.3s ease;
    color: #000000;
}.join-our-mailing-list input[type="email"]::placeholder {
    opacity: 0.6;
    color: rgba(0, 0, 0, 0.5);
}.join-our-mailing-list input[type="email"]:focus {
    border-color: rgb(152,173,162);
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}.join-our-mailing-list .sub-scale {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1), 0 3px 5px rgba(0, 0, 0, 0.05);
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    overflow: hidden;
    border: none;
    width: 100%;
    border-radius: 10px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    cursor: pointer;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 1rem 2rem;
    position: relative;
    font-size: 17px;
    background: rgb(152,173,162);
    display: inline-block;
    color: #ffffff;
}.join-our-mailing-list .sub-scale::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: -100%;
    transition: left 0.8s ease;
    content: "";
}.join-our-mailing-list .sub-scale:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15), 0 5px 10px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
    background: rgb(191,208,199);
}.join-our-mailing-list .sub-scale:hover::before {
    left: 100%;
}.join-our-mailing-list .sub-scale:active {
    transform: translateY(-1px);
}

@keyframes scaleIn {
    to { transform: scaleY(1); }
}

@keyframes rotateSlow {
    0% { transform: rotate(0); }
    100% { transform: rotate(360deg); }
}

@media (min-width: 768px) {.join-our-mailing-list {
    padding: 5rem 4rem;
    margin: 7rem 0;
}.join-our-mailing-list::before {
    width: 60%;
}.join-our-mailing-list .learn-learnings {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}.join-our-mailing-list .learn-learnings > div {
    padding: 0;
    flex: 1;
}.join-our-mailing-list h4 {
    max-width: 100%;
    transform: translateX(2rem);
}.join-our-mailing-list h4::before {
    left: -2rem;
}.join-our-mailing-list .input_holder {
    gap: 1.5rem;
    flex-direction: row;
    flex: 1;
}.join-our-mailing-list input[type="email"] {
    height: 100%;
}.join-our-mailing-list .sub-scale {
    white-space: nowrap;
    width: auto;
}
}

@media (min-width: 1024px) {.join-our-mailing-list {
    padding: 5rem;
}.join-our-mailing-list::before {
    width: 50%;
    left: -10%;
    top: -30%;
    transform: rotate(10deg);
}.join-our-mailing-list::after {
    width: 150px;
    height: 150px;
}.join-our-mailing-list .learn-learnings {
    gap: 4rem;
}.join-our-mailing-list h4 {
    font-size: calc(23px * 1.1);
}.join-our-mailing-list .input_holder {
    gap: 2rem;
}.join-our-mailing-list input[type="email"] {
    padding: 1.25rem 2rem;
}.join-our-mailing-list .sub-scale {
    padding: 1.25rem 2.5rem;
}
}

@media (min-width: 1440px) {.join-our-mailing-list {
    padding: 6rem;
}.join-our-mailing-list .learn-learnings {
    gap: 6rem;
}.join-our-mailing-list h4 {
    font-size: calc(23px * 1.2);
}
}

@media (max-width: 480px) {.join-our-mailing-list {
    padding: 3rem 1.5rem;
    margin: 3rem 0;
}.join-our-mailing-list h4 {
    font-size: calc(23px * 0.9);
    transform: translateX(0.75rem);
}.join-our-mailing-list h4::before {
    left: -0.75rem;
}.join-our-mailing-list input[type="email"] {
    padding: 0.9rem 1.25rem;
}.join-our-mailing-list .sub-scale {
    font-size: calc(17px * 0.9);
    padding: 0.9rem 1.5rem;
}}.our-mission {
    position: relative;
    padding: 120px 0 100px;
    overflow: hidden;
}.our-mission::before {
    height: 100%;
    content: "";
    width: 100%;
    background: linear-gradient(135deg, 
        rgba(rgb(191,208,199,0.5), 0.92), 
        rgba(rgba(0, 0, 0, 0.5), 0.85) 60%,
        rgba(rgb(152,173,162,0.5), 0.78) 100%);
    left: 0;
    top: 0;
    position: absolute;
    z-index: 1;
}.our-mission .container {
    padding: 0 20px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
}.our-mission h2 {
    transform: translateX(-10px);
    position: relative;
    animation: slideInTitle 0.8s ease-out forwards;
    font-weight: 700;
    font-size: calc(32px * 1.2);
    margin-bottom: 50px;
    color: #ffffff;
    opacity: 0;
}.our-mission h2::after {
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(152,173,162), transparent);
    transform-origin: left;
    bottom: -15px;
    position: absolute;
    animation: expandLine 1.2s 0.4s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    width: 80px;
    height: 4px;
    content: "";
    left: 0;
}.our-mission .text-body-wrap {
    perspective: 1000px;
    grid-template-columns: 1fr;
    gap: 30px;
    display: grid;
}.our-mission .text-body-wrap > div {
    background: linear-gradient(to right bottom, 
        rgba(255, 255, 255, 0.9), 
        rgba(255, 255, 255, 0.7));
    opacity: 0;
    clip-path: polygon(
        0 0,
        100% 0,
        100% calc(100% - 20px),
        calc(100% - 20px) 100%,
        0 100%
    );
    animation: fadeInUp 1s 0.6s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    backdrop-filter: blur(10px);
    transform: translateY(30px) rotateX(5deg);
    padding: 40px;
    border-left: 3px solid rgb(152,173,162);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1),
                0 5px 15px rgba(0, 0, 0, 0.05);
}.our-mission .text-body-wrap p {
    color: rgb(152,173,162);
    transform: translateX(-5px);
    opacity: 0;
    display: inline-block;
    font-size: calc(16px * 1.5);
    margin-bottom: 20px;
    position: relative;
    letter-spacing: 1px;
    font-weight: 600;
    animation: slideInTitle 0.8s 0.8s ease-out forwards;
}.our-mission .text-body-wrap p::after {
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, rgb(152,173,162), transparent 80%);
    bottom: -5px;
    left: 0;
    height: 2px;
    content: "";
}.our-mission .text-body-wrap div div {
    columns: 1;
    column-gap: 30px;
    color: #000000;
    transform: translateY(20px);
    font-size: 16px;
    overflow-y: auto;
    opacity: 0;
    font-family: Arial, sans-serif;
    max-height: 350px;
    padding-right: 20px;
    line-height: 1.8;
    animation: fadeInContent 1s 1s ease-out forwards;
}.our-mission .text-body-wrap div div::-webkit-scrollbar {
    background: rgba(rgba(0, 0, 0, 0.5), 0.05);
    width: 6px;
}.our-mission .text-body-wrap div div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(152,173,162);
}

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

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

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

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

@media (min-width: 768px) {.our-mission {
    padding: 150px 0 130px;
}.our-mission h2 {
    font-size: calc(32px * 1.5);
    margin-bottom: 60px;
}.our-mission h2::after {
    width: 120px;
    height: 5px;
}.our-mission .text-body-wrap div div {
    columns: 2;
    max-height: 400px;
    column-gap: 40px;
}.our-mission .text-body-wrap > div {
    border-left: 5px solid rgb(152,173,162);
    padding: 50px;
}
}

@media (min-width: 992px) {.our-mission {
    padding: 180px 0 150px;
}.our-mission .container {
    padding: 0 50px;
}.our-mission h2 {
    transform: translateX(-20px);
    font-size: calc(32px * 1.8);
    margin-bottom: 70px;
}.our-mission h2::after {
    width: 150px;
    bottom: -20px;
}.our-mission .text-body-wrap > div {
    padding: 60px 70px;
    clip-path: polygon(
            0 0,
            100% 0,
            100% calc(100% - 30px),
            calc(100% - 30px) 100%,
            0 100%
        );
}.our-mission .text-body-wrap div div {
    max-height: 450px;
    columns: 2;
}.our-mission .text-body-wrap p {
    font-size: calc(16px * 1.8);
    margin-bottom: 25px;
}
}

@media (min-width: 1200px) {.our-mission .text-body-wrap > div {
    transform: translateY(40px) rotateX(8deg);
}.our-mission .text-body-wrap div div {
    line-height: 1.9;
    font-size: calc(16px * 1.05);
    column-gap: 50px;
    columns: 2;
}
}

@media (max-width: 767px) {.our-mission {
    padding: 80px 0 60px;
}.our-mission h2 {
    margin-bottom: 40px;
    font-size: 32px;
}.our-mission .text-body-wrap > div {
    padding: 30px 25px;
}.our-mission .text-body-wrap p {
    margin-bottom: 15px;
    font-size: calc(16px * 1.3);
}.our-mission .text-body-wrap div div {
    max-height: 300px;
    line-height: 1.7;
    font-size: calc(16px * 0.95);
}}header {
    background: #000000;
    overflow: hidden;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background: 
        linear-gradient(170deg, 
            #000000 0%,
            rgb(191,208,199,0.5) 100%);
}header::before {
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 10px,
            rgb(152,173,162,0.5) 10px,
            rgb(152,173,162,0.5) 11px
        );
    position: absolute;
    content: "";
    height: 100%;
    left: 0;
    width: 100%;
    z-index: 1;
    top: 0;
    opacity: 0.03;
}header::after {
    content: "";
    position: absolute;
    top: 0;
    background: linear-gradient(90deg, 
        rgb(191,208,199),
        rgb(152,173,162),
        rgb(191,208,199));
    animation: gradient-shift 8s linear infinite;
    height: 5px;
    background-size: 200% 100%;
    width: 100%;
    z-index: 5;
    left: 0;
}header .container {
    padding: 0;
    flex-direction: column;
    display: flex;
    align-items: center;
    position: relative;
}header .site-head {
    flex-direction: column;
    padding-top: 1.5rem;
    position: relative;
    z-index: 2;
    align-items: center;
    width: 100%;
    display: flex;
}header .site-top {
    justify-content: center;
    padding: 0.5rem 2rem;
    display: flex;
    margin-bottom: 2rem;
    z-index: 3;
    position: relative;
    text-decoration: none;
}header .site-top::before {
    bottom: -10px;
    width: 160%;
    left: -30%;
    position: absolute;
    height: 1px;
    content: "";
    background: linear-gradient(90deg, 
        transparent 0%,
        rgb(152,173,162,0.5) 20%,
        rgb(152,173,162) 50%,
        rgb(152,173,162,0.5) 80%,
        transparent 100%);
}header .site-top::after {
    content: "";
    background: rgb(191,208,199,0.5);
    animation: orb-float 5s ease-in-out infinite alternate;
    position: absolute;
    width: 40px;
    filter: blur(20px);
    border-radius: 50%;
    opacity: 0.5;
    z-index: -1;
    height: 40px;
}header .site-top svg {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    width: auto;
    filter: drop-shadow(0 0 8px rgb(191,208,199,0.5));
    height: 48px;
    z-index: 2;
}header .site-top:hover svg {
    filter: drop-shadow(0 0 12px rgb(191,208,199));
    transform: scale(1.08);
}header .head-master {
    gap: 1rem;
    mask-image: linear-gradient(90deg, 
        transparent 0%,
        #000 5%,
        #000 95%,
        transparent 100%);
    overflow-x: auto;
    position: relative;
    justify-content: center;
    padding: 1rem 0;
    width: 100vw;
    display: flex;
    background: linear-gradient(to bottom, 
        #000000 0%,
        rgba(0, 0, 0, 0.5) 100%);
    scrollbar-width: none;
}header .head-master::-webkit-scrollbar {
    display: none;
}header .head-master::before {
    top: 0;
    width: 100%;
    content: "";
    position: absolute;
    background: rgb(191,208,199,0.5);
    height: 1px;
    left: 0;
}header .main-navbar {
    font-size: 14px;
    white-space: nowrap;
    border-radius: 14px;
    overflow: hidden;
    color: #ffffff;
    text-decoration: none;
    background: linear-gradient(135deg,
        #000000 0%,
        rgba(0, 0, 0, 0.5) 100%);
    position: relative;
    padding: 0.6rem 1.8rem;
    font-family: Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.5px;
    border: 1px solid rgb(191,208,199,0.5);
    transition: all 0.3s ease;
}header .main-navbar::before {
    position: absolute;
    width: 100%;
    left: -100%;
    content: "";
    opacity: 0.5;
    height: 100%;
    transition: left 0.5s ease;
    top: 0;
    background: linear-gradient(90deg,
        transparent,
        rgb(152,173,162,0.5),
        transparent);
}header .main-navbar::after {
    background: rgb(152,173,162);
    width: 8px;
    transform: translateY(-50%) scale(0);
    box-shadow: 0 0 10px rgb(152,173,162);
    transition: transform 0.3s ease;
    top: 50%;
    content: "";
    right: 12px;
    position: absolute;
    height: 8px;
    border-radius: 50%;
}header .main-navbar:hover {
    box-shadow: 0 0 15px rgb(191,208,199,0.5),
                inset 0 0 10px rgb(191,208,199,0.5);
    border-color: rgb(152,173,162);
    color: rgb(152,173,162);
    transform: translateY(-2px);
}header .main-navbar:hover::before {
    left: 100%;
}header .main-navbar:hover::after {
    transform: translateY(-50%) scale(1);
}

@keyframes gradient-shift {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 200% 50%;
    }
}

@keyframes orb-float {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(30px, 10px);
    }
}

@media (max-width: 991px) {header .site-top {
    margin-bottom: 1.5rem;
}header .site-top svg {
    height: 42px;
}header .main-navbar {
    padding: 0.5rem 1.5rem;
    font-size: calc(14px - 1px);
}
}

@media (max-width: 767px) {header .site-head {
    padding-top: 1rem;
}header .site-top {
    margin-bottom: 1rem;
}header .site-top svg {
    height: 36px;
}header .head-master {
    justify-content: flex-start;
    padding: 0.8rem 0;
}header .main-navbar {
    margin: 0 0.2rem;
    padding: 0.4rem 1.2rem;
    font-size: calc(14px - 2px);
}header .main-navbar:first-child {
    margin-left: 1rem;
}header .main-navbar:last-child {
    margin-right: 1rem;
}header .main-navbar::after {
    width: 6px;
    right: 8px;
    height: 6px;
}}.challenge-cta {
    color: #ffffff;
    position: relative;
    z-index: 1;
    background-attachment: fixed;
    padding: 6rem 0 3rem;
}.challenge-cta::before {
    content: "";
    position: absolute;
    z-index: -1;
    height: 100%;
    top: 0;
    width: 100%;
    background: linear-gradient(180deg, rgba(0,0,0,0.9) 0%, rgb(191,208,199,0.5) 100%);
    left: 0;
}.challenge-cta::after {
    height: 100%;
    top: 0;
    content: "";
    z-index: -1;
    left: 0;
    pointer-events: none;
    position: absolute;
    background-image: repeating-linear-gradient(45deg, rgba(255,255,255,0.03) 0px, rgba(255,255,255,0.03) 2px, transparent 2px, transparent 4px);
    width: 100%;
}@keyframes gridMovement {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.challenge-cta .container {
    position: relative;
    flex-direction: column;
    display: flex;
}.challenge-cta .company_holder {
    text-align: center;
    position: relative;
    padding-bottom: 2.5rem;
    margin-bottom: 3rem;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}.challenge-cta .company_holder::before,
.challenge-cta .company_holder::after {
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(152,173,162), transparent);
    content: "";
    animation: slide 3s infinite alternate;
    width: 20%;
    bottom: -1px;
    height: 2px;
}.challenge-cta .company_holder::before {
    left: 0;
    animation-delay: 0s;
}.challenge-cta .company_holder::after {
    right: 0;
    animation-delay: 1.5s;
}@keyframes slide {
    0% {
        width: 0;
        opacity: 0.5;
    }
    100% {
        width: 40%;
        opacity: 1;
    }
}

.challenge-cta .company_holder h3 {
    position: relative;
    margin-bottom: 1rem;
    font-size: calc(28px * 1.3);
    display: inline-block;
    font-weight: 700;
}.challenge-cta .company_holder h3::after {
    position: absolute;
    transform: translateX(-50%);
    content: "";
    background: rgb(152,173,162);
    height: 3px;
    bottom: -10px;
    left: 50%;
    width: 60px;
}.challenge-cta .progress-bar {
    color: #ffffff;
    opacity: 0.8;
    max-width: 600px;
    margin: 1.5rem auto 0;
    font-size: 15px;
    line-height: 1.7;
}.challenge-cta .webinar-arch {
    display: flex;
    justify-content: center;
}.challenge-cta .nav-expert {
    display: flex;
    position: relative;
    gap: 6rem;
}.challenge-cta .nav-expert::before {
    left: 50%;
    top: -30px;
    width: 1px;
    content: "";
    transform: translateX(-50%);
    height: 20px;
    background: rgb(191,208,199);
    position: absolute;
}.challenge-cta .head-master {
    position: relative;
    padding: 1rem 1.5rem;
    border-radius: 10px;
    background: rgba(255,255,255,0.05);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}.challenge-cta .head-master:hover {
    background: rgba(rgb(191,208,199,0.5), 0.1);
    box-shadow: 0 12px 40px 0 rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}.challenge-cta .head-master h5 {
    font-size: 18px;
    margin-bottom: 1.5rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding-bottom: 0.8rem;
    color: rgb(152,173,162);
    border-bottom: 1px dashed rgba(255,255,255,0.2);
    font-weight: 600;
    text-align: center;
}.challenge-cta .head-master .nav-expert {
    gap: 0.8rem;
    position: static;
    display: flex;
    flex-direction: column;
}.challenge-cta .head-master .nav-expert a {
    font-size: 15px;
    overflow: hidden;
    text-decoration: none;
    z-index: 1;
    position: relative;
    opacity: 0.75;
    text-align: center;
    color: #ffffff;
    padding: 0.4rem 0;
    transition: all 0.3s ease;
}.challenge-cta .head-master .nav-expert a::before {
    height: 1px;
    position: absolute;
    content: "";
    width: 100%;
    z-index: -1;
    transform: scaleX(0);
    background: linear-gradient(90deg, transparent, rgb(191,208,199), transparent);
    transition: transform 0.4s ease;
    bottom: 0;
    left: 0;
    transform-origin: center;
}.challenge-cta .head-master .nav-expert a:hover {
    color: rgb(152,173,162);
    opacity: 1;
}.challenge-cta .head-master .nav-expert a:hover::before {
    transform: scaleX(1);
}.footnote-ref {
    overflow: hidden;
    margin-top: 4rem;
    padding: 1.2rem 0;
    background-color: rgba(0, 0, 0, 0.8);
    position: relative;
}.footnote-ref::before {
    left: 0;
    height: 100%;
    background-size: 4px 4px;
    width: 100%;
    opacity: 0.3;
    position: absolute;
    background-image: linear-gradient(45deg, rgba(rgb(191,208,199,0.5), 0.05) 25%, transparent 25%, transparent 50%, rgba(rgb(191,208,199,0.5), 0.05) 50%, rgba(rgb(191,208,199,0.5), 0.05) 75%, transparent 75%, transparent);
    animation: bgMove 20s linear infinite;
    top: 0;
    content: "";
}@keyframes bgMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.footnote-ref .container {
    align-items: center;
    display: flex;
    justify-content: center;
}.footnote-ref .online-tools {
    letter-spacing: 0.5px;
    position: relative;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    opacity: 0.8;
}.footnote-ref .online-tools::before,
.footnote-ref .online-tools::after {
    color: rgb(191,208,199);
    margin: 0 0.6rem;
    content: "•";
}

@media screen and (max-width: 992px) {.challenge-cta {
    padding: 4rem 0 2rem;
}.challenge-cta .company_holder {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}.challenge-cta .company_holder h3 {
    font-size: 28px;
}.challenge-cta .nav-expert {
    gap: 3rem;
}
}

@media screen and (max-width: 768px) {.challenge-cta .webinar-arch {
    flex-direction: column;
    align-items: center;
}.challenge-cta .nav-expert {
    max-width: 450px;
    flex-direction: column;
    gap: 2rem;
    width: 100%;
}.challenge-cta .head-master {
    width: 100%;
}
}

@media screen and (max-width: 576px) {.challenge-cta {
    padding: 3rem 0 1.5rem;
}.challenge-cta .company_holder h3 {
    font-size: calc(28px * 0.9);
}.challenge-cta .progress-bar {
    font-size: calc(15px * 0.9);
}.challenge-cta .head-master {
    padding: 1rem;
}.challenge-cta .head-master h5 {
    font-size: calc(18px * 0.9);
}.footnote-ref {
    margin-top: 2rem;
    padding: 1rem 0;
}.footnote-ref .online-tools {
    font-size: calc(16px * 0.9);
}.footnote-ref .online-tools::before,
    .footnote-ref .online-tools::after {
    display: none;
}}.user-reviews {
    padding: 80px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(225,233,229) 0%, #ffffff 100%);
    position: relative;
}.user-reviews::before {
    opacity: 0.4;
    position: absolute;
    pointer-events: none;
    content: "";
    right: -10%;
    background: radial-gradient(circle, rgb(191,208,199,0.5) 0%, transparent 70%);
    top: -10%;
    width: 40%;
    height: 40%;
}.user-reviews::after {
    width: 40%;
    opacity: 0.4;
    bottom: -10%;
    content: "";
    position: absolute;
    pointer-events: none;
    background: radial-gradient(circle, rgb(152,173,162,0.5) 0%, transparent 70%);
    left: -10%;
    height: 40%;
}.user-reviews h2 {
    transition: transform 0.5s ease;
    margin-bottom: 60px;
    text-align: left;
    font-size: 35px;
    transform: translateX(5px);
    color: #000000;
    font-weight: 700;
    position: relative;
}.user-reviews h2::after {
    left: 0;
    height: 4px;
    transform-origin: left;
    position: absolute;
    content: "";
    width: 60px;
    background: linear-gradient(90deg, rgb(191,208,199) 0%, rgb(152,173,162) 100%);
    bottom: -12px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scaleX(1);
}.user-reviews h2:hover {
    transform: translateX(8px);
}.user-reviews h2:hover::after {
    transform: scaleX(1.5);
}.user-reviews .container.learn-learnings {
    position: relative;
    z-index: 1;
}.user-reviews .alumni-quotes {
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
}.user-reviews .review-feedback {
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.04),
                -12px -12px 24px rgba(255, 255, 255, 0.9),
                inset 1px 1px 1px rgba(255, 255, 255, 0.7),
                inset -1px -1px 1px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    transform: translateY(0);
    padding: 30px;
    z-index: 1;
}.user-reviews .review-feedback::before {
    height: 100%;
    content: "";
    width: 100%;
    opacity: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.1) 100%);
    transition: opacity 0.5s ease;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
}.user-reviews .review-feedback:hover {
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.07),
                -15px -15px 30px rgba(255, 255, 255, 1),
                inset 1px 1px 1px rgba(255, 255, 255, 0.8),
                inset -1px -1px 1px rgba(0, 0, 0, 0.06);
    transform: translateY(-10px);
}.user-reviews .review-feedback:hover::before {
    opacity: 1;
}.user-reviews .review-feedback h3 {
    margin-bottom: 15px;
    display: inline-block;
    font-weight: 700;
    color: rgb(191,208,199);
    position: relative;
    font-size: calc(19px - 2px);
}.user-reviews .review-feedback h3::after {
    width: 0;
    position: absolute;
    height: 2px;
    left: 0;
    transition: width 0.4s ease;
    bottom: -5px;
    content: "";
    background: linear-gradient(90deg, rgb(191,208,199) 0%, transparent 100%);
}.user-reviews .review-feedback:hover h3::after {
    width: 100%;
}.user-reviews .review-feedback .description {
    z-index: 1;
    color: #000000;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 25px;
    position: relative;
}.user-reviews .review-feedback .description::before {
    top: -20px;
    transition: transform 0.5s ease;
    opacity: 0.1;
    position: absolute;
    content: "";
    color: rgb(191,208,199,0.5);
    z-index: -1;
    left: -10px;
    font-size: 80px;
}.user-reviews .review-feedback:hover .description::before {
    transform: translate(5px, 5px) rotate(5deg);
}.user-reviews .review-feedback div {
    height: 60px;
    transform: translateZ(0);
    position: relative;
    overflow: hidden;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1),
                -5px -5px 15px rgba(255, 255, 255, 0.8),
                inset 1px 1px 1px rgba(255, 255, 255, 0.4),
                inset -1px -1px 1px rgba(0, 0, 0, 0.05);
    width: 60px;
    border-radius: 50%;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.user-reviews .review-feedback:hover div {
    transform: scale(1.1) translateZ(0);
}.user-reviews .review-feedback img {
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    object-fit: cover;
    width: 100%;
    height: 100%;
}.user-reviews .review-feedback:hover img {
    transform: scale(1.1);
}.user-reviews .review-feedback:nth-child(odd) {
    animation: floatUp 8s infinite alternate ease-in-out;
}.user-reviews .review-feedback:nth-child(even) {
    animation: floatUp 9s 0.5s infinite alternate ease-in-out;
}

@keyframes floatUp {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-8px);
    }
}

@media (max-width: 992px) {.user-reviews {
    padding: 60px 0;
}.user-reviews h2 {
    font-size: calc(35px - 4px);
    margin-bottom: 40px;
}.user-reviews .alumni-quotes {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}
}

@media (max-width: 768px) {.user-reviews {
    padding: 50px 0;
}.user-reviews h2 {
    margin-bottom: 35px;
    transform: translateX(0);
    text-align: center;
}.user-reviews h2::after {
    left: 50%;
    transform: translateX(-50%) scaleX(1);
}.user-reviews h2:hover {
    transform: translateX(0);
}.user-reviews h2:hover::after {
    transform: translateX(-50%) scaleX(1.5);
}.user-reviews .alumni-quotes {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
}.user-reviews .review-feedback {
    padding: 25px;
}
}

@media (max-width: 576px) {.user-reviews {
    padding: 40px 0;
}.user-reviews h2 {
    margin-bottom: 30px;
    font-size: calc(35px - 6px);
}.user-reviews .alumni-quotes {
    gap: 25px;
    grid-template-columns: 1fr;
}.user-reviews .review-feedback h3 {
    font-size: 19px;
}.user-reviews .review-feedback div {
    height: 50px;
    width: 50px;
}.user-reviews .review-feedback:hover {
    transform: translateY(-5px);
}@keyframes floatUp {
        0% {
            transform: translateY(0);
        }
        100% {
            transform: translateY(-5px);
        }
    }
}.welcome-section {
    position: relative;
    display: flex;
    min-height: 100vh;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(225,233,229) 0%, rgb(152,173,162,0.5) 100%);
    align-items: center;
}.welcome-section::before {
    left: -5%;
    top: -10%;
    content: '';
    transform: skewX(-15deg);
    z-index: 1;
    width: 40%;
    background: linear-gradient(45deg, rgb(191,208,199,0.5) 0%, transparent 70%);
    position: absolute;
    height: 120%;
    opacity: 0.6;
}.welcome-section .learn-learnings {
    width: 100%;
    display: grid;
    gap: 2rem;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    padding: 2rem;
    z-index: 2;
    grid-template-columns: 1fr 1fr;
}.welcome-section h1 {
    animation: slideInTitle 0.8s ease-out forwards 0.2s;
    position: relative;
    font-size: 47px;
    grid-column: 1 / -1;
    opacity: 0;
    transform: translateX(-5px);
    color: #000000;
    margin-bottom: 1.5rem;
    font-weight: 700;
}.welcome-section h1::after {
    transform-origin: left;
    position: absolute;
    bottom: -10px;
    animation: scaleWidth 1s ease-out forwards 0.8s;
    left: 0;
    height: 4px;
    background: rgb(191,208,199);
    width: 80px;
    transform: scaleX(0);
    content: '';
}.welcome-section .text-body-wrap {
    position: relative;
    justify-content: center;
    transform: translateY(20px);
    z-index: 3;
    display: flex;
    animation: fadeUp 0.8s ease-out forwards 0.4s;
    opacity: 0;
    flex-direction: column;
}.welcome-section .virtual-school {
    border-left: 5px solid rgb(191,208,199);
    transition: transform 0.4s ease;
    box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.08);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    background: linear-gradient(135deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 95%);
    transform: perspective(1000px) rotateY(-5deg);
    padding: 2.5rem;
}.welcome-section .virtual-school:hover {
    transform: perspective(1000px) rotateY(0deg);
}.welcome-section .virtual-school p {
    font-size: calc(15px * 1.1);
    margin-bottom: 2rem;
    padding-left: 1rem;
    position: relative;
    color: #000000;
    line-height: 1.6;
}.welcome-section .virtual-school p::before {
    top: 0;
    opacity: 0.5;
    content: '';
    left: 0;
    height: 100%;
    background: rgb(152,173,162);
    width: 3px;
    position: absolute;
}.welcome-section svg {
    filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.1));
    width: 120px;
    margin: 1rem auto 2rem;
    transform: scale(0);
    display: block;
    animation: growSvg 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 0.6s;
    height: 120px;
}.welcome-section svg path {
    transition: fill 0.3s ease;
}.welcome-section svg:hover path {
    fill: rgb(191,208,199);
}.welcome-section svg text {
    transform-origin: center;
    transition: fill 0.3s ease, transform 0.3s ease;
}.welcome-section svg:hover text {
    fill: #000000;
    transform: scale(1.05);
}.welcome-section .help-feedback {
    padding: 1rem 2rem;
    transition: all 0.3s ease;
    z-index: 1;
    font-size: 14px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    margin-top: 1rem;
    display: inline-block;
    color: #ffffff;
    text-align: center;
    transform: translateZ(0);
    position: relative;
    background: rgb(191,208,199);
    font-weight: 600;
    text-decoration: none;
    overflow: hidden;
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
}.welcome-section .help-feedback::before {
    top: 0;
    height: 100%;
    content: '';
    width: 100%;
    transform-origin: right;
    position: absolute;
    z-index: -1;
    background: rgb(152,173,162);
    left: 0;
    transform: scaleX(0);
    transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}.welcome-section .help-feedback:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}.welcome-section .help-feedback:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}.welcome-section .rounded-image {
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
    position: relative;
    transform: perspective(1000px) rotateY(5deg) translateZ(0);
    animation: fadeIn 1s ease-out forwards 0.6s;
    overflow: hidden;
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.15);
    opacity: 0;
    transition: transform 0.5s ease;
    min-height: 400px;
}.welcome-section .rounded-image:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(0);
}.welcome-section .rounded-image::after {
    top: 0;
    background: linear-gradient(135deg, rgb(152,173,162,0.5) 0%, transparent 50%);
    z-index: 1;
    left: 0;
    height: 100%;
    position: absolute;
    content: '';
    width: 100%;
}

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

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

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

@keyframes growSvg {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@media (max-width: 992px) {.welcome-section .learn-learnings {
    gap: 3rem;
    grid-template-columns: 1fr;
}.welcome-section h1 {
    font-size: calc(47px * 0.85);
    text-align: center;
}.welcome-section h1::after {
    left: 50%;
    transform: translateX(-50%) scaleX(0);
}@keyframes scaleWidth {
        0% {
            transform: translateX(-50%) scaleX(0);
        }
        100% {
            transform: translateX(-50%) scaleX(1);
        }
    }
    
    .welcome-section .virtual-school {
    padding: 2rem;
    transform: perspective(1000px) rotateY(0);
}.welcome-section .rounded-image {
    transform: perspective(1000px) rotateY(0) translateZ(0);
    min-height: 350px;
    order: -1;
}
}

@media (max-width: 768px) {.welcome-section {
    padding: 4rem 0 2rem;
}.welcome-section .learn-learnings {
    gap: 2rem;
    padding: 1rem;
}.welcome-section h1 {
    font-size: calc(47px * 0.75);
    margin-bottom: 1rem;
}.welcome-section .virtual-school {
    padding: 1.5rem;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}.welcome-section .virtual-school p {
    margin-bottom: 1.5rem;
    font-size: 15px;
}.welcome-section svg {
    margin: 0.5rem auto 1.5rem;
    height: 90px;
    width: 90px;
}.welcome-section .help-feedback {
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    padding: 0.8rem 1.5rem;
}.welcome-section .rounded-image {
    min-height: 280px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
}

@media (max-width: 480px) {.welcome-section {
    padding: 3rem 0 1rem;
}.welcome-section .learn-learnings {
    gap: 1.5rem;
}.welcome-section h1 {
    font-size: calc(47px * 0.65);
}.welcome-section .virtual-school {
    padding: 1.25rem;
}.welcome-section svg {
    height: 80px;
    width: 80px;
}.welcome-section .rounded-image {
    min-height: 220px;
}}.contact {
    padding: 5rem 0;
    position: relative;
    background-color: rgb(191,208,199);
    overflow: hidden;
}.contact::before {
    background: radial-gradient(ellipse at center, rgb(152,173,162) 0%, transparent 70%);
    height: 100%;
    border-radius: 50%;
    z-index: 1;
    top: -50%;
    position: absolute;
    width: 100%;
    opacity: 0.1;
    content: "";
    right: -50%;
}.contact::after {
    bottom: -30%;
    left: -20%;
    z-index: 1;
    opacity: 0.1;
    background: radial-gradient(ellipse at center, rgb(152,173,162) 0%, transparent 70%);
    border-radius: 50%;
    width: 80%;
    content: "";
    height: 80%;
    position: absolute;
}.contact .container {
    z-index: 10;
    position: relative;
}.contact .ask-form {
    background-color: rgba(255, 255, 255, 0.05);
    padding: 3rem;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
    border-radius: 19px;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
}.contact .ask-form h2 {
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 2px;
}.contact .ask-form p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.7;
    margin-bottom: 2rem;
}.contact .ask-form p:last-of-type {
    align-items: center;
    margin-bottom: 2.5rem;
    padding: 1rem 1.5rem;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    display: flex;
}.contact .ask-form p:last-of-type svg {
    fill: rgb(152,173,162);
    width: 20px;
    margin-right: 15px;
    height: 20px;
}.contact .ask-form p:last-of-type svg path {
    fill: rgb(152,173,162);
}.contact .get-contactpanel {
    display: flex;
    justify-content: center;
    gap: 1rem;
}.contact .msg-details {
    overflow: hidden;
    color: transparent;
    position: relative;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.1);
    justify-content: center;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    font-size: 0;
    width: 60px;
    height: 60px;
    display: flex;
}.contact .msg-details::before {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    content: "";
    right: 0;
    left: 0;
    background: rgb(152,173,162);
    transform: scale(0);
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: -1;
    border-radius: 50%;
}.contact .msg-details::after {
    transition: opacity 0.3s ease;
    top: 70px;
    content: attr(title);
    white-space: nowrap;
    font-size: 14px;
    color: #ffffff;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    font-weight: 400;
    position: absolute;
}.contact .msg-details:hover::after {
    opacity: 1;
}.contact .msg-details:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
    border-color: transparent;
}.contact .msg-details:hover::before {
    transform: scale(1);
}.contact .msg-details svg {
    z-index: 2;
    fill: #ffffff;
    width: 22px;
    transition: transform 0.3s ease;
    height: 22px;
    position: relative;
}.contact .msg-details:hover svg {
    transform: scale(1.2);
}.contact .msg-details svg path {
    fill: #ffffff;
}

@media (max-width: 991px) {.contact {
    padding: 4rem 0;
}.contact .ask-form {
    padding: 2.5rem;
}.contact .ask-form h2 {
    font-size: calc(36px * 0.9);
}
}

@media (max-width: 767px) {.contact {
    padding: 3rem 0;
}.contact .ask-form {
    padding: 2rem 1.5rem;
}.contact .get-contactpanel {
    justify-content: center;
    flex-wrap: wrap;
}.contact .msg-details {
    margin-bottom: 2rem;
}}.secure-oasis {
    border: 1px solid rgba(0, 0, 0, 0.5);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    padding: 50px;
    width: 100%;
    overflow: hidden;
    height: auto;
}.secure-oasis h1 {
    font-size: 47px;
    margin-top: 40px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
    border-bottom: 2px solid rgb(191,208,199);
    color: rgb(191,208,199);
    padding-bottom: 10px;
    font-weight: 700;
}.secure-oasis h2 {
    font-weight: 600;
    margin-bottom: 20px;
    border-left: 4px solid rgb(191,208,199);
    margin-top: 30px;
    font-size: 37px;
    text-align: left;
    color: rgb(152,173,162);
    text-transform: uppercase;
    padding-left: 10px;
}.secure-oasis ul, .secure-oasis ol {
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    border-top: 1px solid rgba(0, 0, 0, 0.5);
    margin: 20px 0;
    list-style: none;
    padding-left: 0;
    padding: 20px 0;
}.secure-oasis ul li, .secure-oasis ol li {
    font-size: 15px;
    color: #000000;
    position: relative;
    margin-bottom: 15px;
    padding-left: 20px;
}.secure-oasis ul li::before, .secure-oasis ol li::before {
    height: 6px;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    content: '';
    width: 6px;
    border-radius: 50%;
    background: rgb(191,208,199);
    left: 0;
}.secure-oasis p, .secure-oasis span, .secure-oasis div {
    margin-bottom: 20px;
    font-size: 15px;
    font-family: Arial, sans-serif;
    color: #000000;
    line-height: 1.8;
}.secure-oasis div.container {
    margin: 0 auto;
    max-width: 1000px;
}

@media only screen and (max-width: 800px) {.secure-oasis {
    padding: 30px;
    border-radius: 10px;
}.secure-oasis h1 {
    font-size: calc(19px - 5px);
}.secure-oasis h2 {
    font-size: calc(19px - 5px);
}.secure-oasis ul, .secure-oasis ol {
    padding: 10px 0;
    margin: 10px 0;
}.secure-oasis ul li, .secure-oasis ol li {
    font-size: 15px;
    padding-left: 15px;
}
}