﻿* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}.nav-lead {
    flex: 1 0 auto;
}a {
    text-decoration: none;
    color: inherit;
}html,body {
    min-height: 100%;
    color: #000000;
    height: 100%;
    font-family: Arial, sans-serif;
    scroll-behavior: auto;
}.help-centerStr {
    flex: 0 0 auto;
}svg {
    height: 30px;
    width: 30px;
}.container {
    max-width: 100%;
    width: 1108px;
    margin: auto;
}.wrapper-container {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}header,footer {
    width: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
header {
    padding: 0;
    position: relative;
    margin-top: 0;
    overflow: visible;
    background: rgb(119,128,127);
    z-index: 100;
}header::before {
    top: 0;
    width: 100%;
    position: absolute;
    background-image: linear-gradient(0deg, 
        rgba(255, 255, 255, 0.02) 1px, 
        transparent 1px),
    linear-gradient(90deg, 
        rgba(255, 255, 255, 0.02) 1px, 
        transparent 1px);
    background-size: 20px 20px;
    height: 100%;
    left: 0;
    z-index: 0;
    content: '';
}header::after {
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: 
        linear-gradient(to right, transparent 0%, rgb(119,128,127,0.5) 50%, transparent 100%),
        linear-gradient(to bottom, transparent 0%, rgb(119,128,127,0.5) 50%, transparent 100%);
    content: '';
    z-index: 0;
    width: 100%;
}header .main-pagewrap {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
    z-index: 5;
    padding: 1.3rem 2.5rem;
}header .main-guide {
    padding: 0.5rem 0.7rem;
    transition: all 0.3s ease;
    flex: 0 0 auto;
    margin-right: 2rem;
    z-index: 2;
    border-left: 3px solid rgb(154,166,165);
    overflow: hidden;
    position: relative;
}header .main-guide::before {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    top: 0;
    left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.4s ease;
    width: 100%;
    position: absolute;
    opacity: 0;
    transform: scaleX(0);
    content: '';
    height: 100%;
}header .main-guide:hover {
    transform: translateX(5px);
    box-shadow: 5px 0 15px -5px rgb(154,166,165);
}header .main-guide:hover::before {
    opacity: 1;
    transform: scaleX(1);
}header .top-skill {
    position: relative;
    display: block;
    transition: all 0.3s ease;
}header .top-skill::after {
    content: '';
    opacity: 0;
    bottom: -5px;
    position: absolute;
    width: 10px;
    right: -5px;
    background: rgb(154,166,165);
    height: 10px;
    transition: all 0.3s ease;
}header .top-skill:hover::after {
    opacity: 1;
}header .top-skill img {
    filter: brightness(1.1);
    max-height: 40px;
}header .main-teach {
    z-index: 2;
    padding: 0;
    position: relative;
    list-style: none;
    display: flex;
    margin: 0;
}header .main-teach::before {
    content: '';
    width: 40px;
    right: -20px;
    background: rgb(154,166,165);
    position: absolute;
    height: 1px;
    transform: translateY(-50%);
    top: 50%;
}header .site-info {
    position: relative;
    margin: 0 1px;
}header .site-info a {
    font-weight: 600;
    height: 45px;
    font-size: 17px;
    border-left: 1px solid transparent;
    letter-spacing: 1px;
    text-decoration: none;
    justify-content: center;
    position: relative;
    padding: 0 1.2rem;
    overflow: hidden;
    transition: all 0.3s ease;
    color: #ffffff;
    z-index: 1;
    display: flex;
    border-right: 1px solid transparent;
    align-items: center;
}header .site-info a::before {
    height: 100%;
    transition: transform 0.3s ease;
    transform: translateX(-100%);
    position: absolute;
    background: rgb(154,166,165);
    width: 100%;
    content: '';
    left: 0;
    z-index: -1;
    top: 0;
}header .site-info a:hover {
    border-right-color: rgba(255, 255, 255, 0.2);
    border-left-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
}header .site-info a:hover::before {
    transform: translateX(0);
}header .site-info a::after {
    content: '';
    width: 100%;
    left: 0;
    position: absolute;
    height: 2px;
    background: rgb(154,166,165);
    transition: transform 0.3s ease;
    transform: scaleX(0);
    transform-origin: right;
    top: 0;
}header .site-info a:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}header .site-info::before {
    position: absolute;
    width: 5px;
    content: '';
    transition: transform 0.3s ease;
    left: -10px;
    background: rgb(154,166,165);
    height: 5px;
    transform: translateY(-50%) scale(0);
    top: 50%;
}header .site-info:hover::before {
    transform: translateY(-50%) scale(1);
}header .main-pagewrap::before {
    content: '';
    height: 1px;
    background: rgb(154,166,165);
    width: 30px;
    left: 20px;
    top: 20px;
    position: absolute;
}header .main-pagewrap::after {
    position: absolute;
    content: '';
    background: rgb(154,166,165);
    top: 20px;
    left: 20px;
    height: 30px;
    width: 1px;
}.nav-lead {
    background: rgb(189,201,200);
    position: relative;
    padding-top: 2rem;
    z-index: 1;
}@keyframes typingCursor {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}

header .site-info:last-child::after {
    font-weight: 700;
    color: rgb(154,166,165);
    top: 50%;
    transform: translateY(-50%);
    animation: typingCursor 1s infinite;
    right: -10px;
    position: absolute;
    content: '|';
}

@media (min-width: 1400px) {header .main-pagewrap {
    margin: 0 auto;
    max-width: 1320px;
}header .site-info {
    margin: 0 2px;
}header .site-info a {
    padding: 0 1.5rem;
}
}

@media (max-width: 991px) {header .main-pagewrap {
    padding: 1rem 2rem;
    flex-wrap: wrap;
}header .main-guide {
    margin-right: 0;
    margin-bottom: 0;
}header .main-teach {
    flex-basis: 100%;
    justify-content: flex-end;
    margin-top: 1rem;
}header .main-teach::before {
    display: none;
}header .site-info a {
    font-size: calc(17px - 1px);
    padding: 0 1rem;
    height: 40px;
}header .site-info::before {
    display: none;
}header .main-pagewrap::before,
    header .main-pagewrap::after {
    display: none;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .main-pagewrap {
    padding: 0.8rem 1.5rem;
}header .main-guide {
    max-width: 140px;
    padding: 0.4rem 0.6rem;
}header .top-skill img {
    max-height: 35px;
}header .main-teach {
    padding-bottom: 0.5rem;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
    margin-top: 0.8rem;
    overflow-x: auto;
    justify-content: flex-start;
}header .main-teach::-webkit-scrollbar {
    height: 3px;
}header .main-teach::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(154,166,165);
}header .site-info {
    flex: 0 0 auto;
    margin: 0;
}header .site-info a {
    padding: 0 0.8rem;
    white-space: nowrap;
    font-size: calc(17px - 2px);
    letter-spacing: 0.5px;
    height: 35px;
}header .site-info:last-child::after {
    display: none;
}
}

@media (max-width: 479px) {header .main-pagewrap {
    padding: 0.7rem 1.2rem;
}header .main-guide {
    padding: 0.3rem 0.5rem;
    max-width: 120px;
}header .site-info a {
    height: 32px;
    padding: 0 0.6rem;
    font-size: calc(17px - 3px);
}}header .top_plank {
    background: rgb(154,166,165);
    color:  #ffffff;
}header .top_plank .main-links div svg, header .top_plank .main-links div svg path {
    fill: #ffffff;
}header .top_plank .main-links div span {
    color: #ffffff;
}header .top_plank .main-links {
    width: 100%;
    line-height: 21px;
    display: flex;
    flex-wrap: wrap;
    padding: 15px 0 10px 0;
    font-size: 16px;
    align-items: center;
    justify-content: flex-start;
}header .top_plank .main-links div {
    justify-content: flex-start;
    margin-right: 24px;
    display: flex;
    align-items: center;
}header .top_plank .main-links div img, header .top_plank .main-links div svg {
    margin-right: 8px;
    width: 16px;
    height: 16px;
}.thxPage {
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(189,201,200) 0%, rgb(119,128,127,0.5) 100%);
    position: relative;
    overflow: hidden;
}.thxPage::before {
    content: "";
    top: 0;
    position: absolute;
    left: 0;
    opacity: 0.4;
    z-index: 1;
    height: 100%;
    width: 100%;
    pointer-events: none;
    background: 
    radial-gradient(circle at 10% 20%, rgb(154,166,165,0.5) 5%, transparent 60%),
    radial-gradient(circle at 90% 80%, rgb(119,128,127,0.5) 10%, transparent 50%);
}.thxPage::after {
    pointer-events: none;
    transform: rotate(-15deg);
    right: -50%;
    opacity: 0.08;
    content: "";
    top: -50%;
    z-index: 1;
    height: 90%;
    background: rgb(255, 255, 255, 0.5);
    filter: blur(80px);
    width: 90%;
    position: absolute;
}.thxPage .container {
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
}.thxPage .learn-zone {
    transform: perspective(1000px) rotateX(2deg);
    padding: 60px 50px;
    animation: slideIn 0.8s cubic-bezier(0.17, 0.67, 0.45, 1.09) forwards;
    background: #ffffff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
              0 5px 12px rgba(0, 0, 0, 0.05);
    border-left: 4px solid rgb(154,166,165);
    position: relative;
    backdrop-filter: blur(10px);
}.thxPage .learn-zone::before {
    top: 20px;
    right: 20px;
    bottom: 20px;
    border-radius: 10px;
    transition: transform 0.5s ease;
    left: 20px;
    border: 1px solid rgb(119,128,127,0.5);
    content: "";
    pointer-events: none;
    transform: scale(0.97);
    opacity: 0.2;
    position: absolute;
}.thxPage .learn-zone:hover::before {
    transform: scale(1);
}.thxPage .learn-zone > div:first-child {
    padding-bottom: 25px;
    margin-bottom: 30px;
    position: relative;
}.thxPage .learn-zone > div:first-child::after {
    background: linear-gradient(90deg, rgb(154,166,165) 0%, rgb(119,128,127) 100%);
    transform-origin: left center;
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    animation: lineExpand 1s ease-out 0.3s forwards;
    height: 3px;
    width: 80px;
}.thxPage h5 {
    color: #000000;
    transform: translateY(15px);
    font-size: 19px;
    opacity: 0;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
    animation: fadeUp 0.7s ease-out 0.2s forwards;
}.thxPage p {
    color: #000000;
    margin: 0;
    opacity: 0;
    line-height: 1.8;
    font-weight: 400;
    transform: translateY(15px);
    font-size: 13px;
    animation: fadeUp 0.7s ease-out 0.4s forwards;
}.thxPage a {
    color: inherit;
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.17, 0.67, 0.45, 1.09);
    display: block;
    position: relative;
}.thxPage a:hover {
    transform: translateY(-5px);
}.thxPage a::after {
    position: absolute;
    transform-origin: left;
    transition: transform 0.5s ease, opacity 0.5s ease;
    height: 1px;
    opacity: 0;
    width: 100%;
    transform: scaleX(0.3);
    background: linear-gradient(90deg, rgb(154,166,165,0.5) 0%, transparent 100%);
    left: 0;
    bottom: -8px;
    content: "";
}.thxPage a:hover::after {
    opacity: 1;
    transform: scaleX(1);
}

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

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

@keyframes slideIn {
  0% {
    transform: perspective(1000px) translateY(50px) rotateX(8deg);
    opacity: 0;
  }
  100% {
    transform: perspective(1000px) translateY(0) rotateX(2deg);
    opacity: 1;
  }
}

@media (max-width: 992px) {.thxPage {
    padding: 80px 0;
}.thxPage .learn-zone {
    padding: 50px 40px;
}.thxPage h5 {
    font-size: calc(19px - 2px);
}
}

@media (max-width: 768px) {.thxPage {
    padding: 60px 0;
}.thxPage .learn-zone {
    padding: 40px 30px;
    transform: perspective(1000px) rotateX(1deg);
}.thxPage .learn-zone::before {
    top: 15px;
    left: 15px;
    bottom: 15px;
    right: 15px;
}.thxPage .learn-zone > div:first-child {
    margin-bottom: 25px;
    padding-bottom: 20px;
}.thxPage h5 {
    font-size: calc(19px - 4px);
}.thxPage p {
    line-height: 1.7;
    font-size: calc(13px - 1px);
}
}

@media (max-width: 576px) {.thxPage {
    padding: 50px 0;
}.thxPage .learn-zone {
    padding: 30px 20px;
    border-left: 3px solid rgb(154,166,165);
    transform: none;
}.thxPage .learn-zone::before {
    display: none;
}.thxPage .learn-zone > div:first-child {
    margin-bottom: 20px;
    padding-bottom: 15px;
}.thxPage .learn-zone > div:first-child::after {
    width: 60px;
    height: 2px;
}.thxPage h5 {
    font-size: calc(19px - 6px);
}.thxPage p {
    font-size: calc(13px - 2px);
    line-height: 1.6;
}}.contact-box {
    overflow: hidden;
    background: rgb(189,201,200);
    position: relative;
    padding: 100px 0;
}.contact-box::before {
    width: 100%;
    animation: patternShift 30s linear infinite;
    position: absolute;
    z-index: 1;
    left: 0;
    opacity: 0.05;
    background: repeating-linear-gradient(
        -45deg,
        rgb(154,166,165,0.5) 0,
        rgb(154,166,165,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    height: 100%;
    content: '';
    top: 0;
}.contact-box .image-grid-item {
    animation: slowZoom 20s alternate infinite;
    z-index: 0;
    filter: saturate(0.6) brightness(0.7);
    left: 0;
    transform: scale(1.1);
    position: absolute;
    transition: transform 10s ease-in-out;
    height: 100%;
    width: 100%;
    top: 0;
    opacity: 0.2;
}.contact-box .image-grid-item::after {
    width: 100%;
    content: '';
    position: absolute;
    background: linear-gradient(0deg, rgb(189,201,200) 0%, transparent 80%);
    top: 0;
    left: 0;
    height: 100%;
}.contact-box .container {
    position: relative;
    margin: 0 auto;
    padding: 0 30px;
    max-width: 1200px;
    z-index: 2;
}.contact-box h3 {
    font-family: Arial, sans-serif;
    font-weight: 700;
    position: relative;
    margin-bottom: 50px;
    font-size: 34px;
    text-align: center;
    color: rgb(154,166,165);
    letter-spacing: 1px;
}.contact-box h3::after {
    content: '';
    bottom: -15px;
    left: 50%;
    position: absolute;
    background: rgb(119,128,127);
    width: 60px;
    transform: translateX(-50%);
    height: 4px;
}.contact-box .request-message {
    grid-template-columns: 1.2fr 0.8fr;
    border-radius: 25px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    background: #ffffff;
    display: grid;
    overflow: hidden;
}.contact-box .request-inquiry {
    padding: 50px;
    background: #ffffff;
    position: relative;
}.contact-box .request-inquiry::after {
    top: 50%;
    width: 2px;
    right: 0;
    height: 80%;
    background: linear-gradient(to bottom, transparent, rgb(119,128,127,0.5), transparent);
    content: '';
    transform: translateY(-50%);
    position: absolute;
}.contact-box .request-inquiry h3 {
    margin-bottom: 30px;
    font-size: 22px;
    color: #000000;
    text-align: left;
}.contact-box .request-inquiry h3::after {
    transform: none;
    left: 0;
    height: 3px;
    width: 40px;
}.contact-box form {
    gap: 25px;
    flex-direction: column;
    display: flex;
}.contact-box input[type="text"],
.contact-box textarea {
    background: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
    width: 100%;
    font-family: Arial, sans-serif;
    font-size: 18px;
    color: #000000;
    padding: 16px 20px;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}.contact-box input[type="text"]:focus,
.contact-box textarea:focus {
    box-shadow: 0 0 0 3px rgb(154,166,165,0.5);
    border-color: rgb(154,166,165);
    outline: none;
}.contact-box textarea {
    min-height: 140px;
    resize: vertical;
}.contact-box .support-widget {
    margin-top: 5px;
    gap: 12px;
    color: #000000;
    display: flex;
    align-items: flex-start;
    font-size: calc(18px * 0.9);
}.contact-box input[type="checkbox"] {
    transition: all 0.2s ease;
    border-radius: 4px;
    background: #ffffff;
    flex-shrink: 0;
    appearance: none;
    width: 22px;
    cursor: pointer;
    margin-top: 2px;
    height: 22px;
    border: 2px solid rgb(119,128,127,0.5);
    position: relative;
    -webkit-appearance: none;
}.contact-box input[type="checkbox"]:checked {
    border-color: rgb(154,166,165);
    background: rgb(154,166,165);
}.contact-box input[type="checkbox"]:checked::after {
    top: 3px;
    left: 7px;
    content: '';
    width: 6px;
    border-right: 2px solid #ffffff;
    transform: rotate(45deg);
    border-bottom: 2px solid #ffffff;
    height: 12px;
    position: absolute;
}.contact-box .support-widget label {
    cursor: pointer;
    line-height: 1.5;
    font-size: calc(18px * 0.9);
}.contact-box .support-widget a {
    text-decoration: none;
    color: rgb(154,166,165);
    font-weight: 600;
    transition: color 0.2s ease;
}.contact-box .support-widget a:hover {
    color: rgb(119,128,127);
}.contact-box .reach-widget {
    border: none;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    align-self: flex-start;
    z-index: 1;
    font-family: Arial, sans-serif;
    font-weight: 600;
    box-shadow: 0 4px 12px rgb(154,166,165,0.5);
    transition: all 0.3s ease;
    font-size: 20px;
    position: relative;
    padding: 16px 32px;
    color: #ffffff;
    background: rgb(154,166,165);
}.contact-box .reach-widget::before {
    left: 0;
    transform-origin: right;
    position: absolute;
    content: '';
    background: rgb(119,128,127);
    width: 100%;
    transform: scaleX(0);
    z-index: -1;
    transition: transform 0.4s cubic-bezier(0.7, 0, 0.2, 1);
    top: 0;
    height: 100%;
}.contact-box .reach-widget:hover {
    box-shadow: 0 6px 15px rgba(rgb(154,166,165), 0.4);
}.contact-box .reach-widget:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}.contact-box .query-card {
    display: flex;
    padding: 50px;
    overflow: hidden;
    background: rgb(119,128,127,0.5);
    position: relative;
    justify-content: center;
    flex-direction: column;
}.contact-box .query-card::before {
    height: 150px;
    content: '';
    bottom: 0;
    background: rgb(154,166,165,0.5);
    filter: blur(60px);
    opacity: 0.4;
    right: 0;
    position: absolute;
    width: 150px;
    border-radius: 50%;
}.contact-box .query-card h4 {
    font-size: 22px;
    margin-bottom: 35px;
    color: #000000;
    font-family: Arial, sans-serif;
    font-weight: 700;
    position: relative;
}.contact-box .query-card h4::after {
    width: 40px;
    bottom: -15px;
    position: absolute;
    content: '';
    left: 0;
    height: 3px;
    background: rgb(154,166,165);
}.contact-box .query-query {
    padding: 0;
    margin: 0;
    gap: 30px;
    display: flex;
    flex-direction: column;
    list-style: none;
}.contact-box .query-query li {
    position: relative;
    display: flex;
    gap: 18px;
    align-items: center;
    transition: transform 0.3s ease;
}.contact-box .query-query li:hover {
    transform: translateX(5px);
}.contact-box .query-query li svg {
    display: flex;
    background: #ffffff;
    height: 22px;
    align-items: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    width: 22px;
    height: 46px;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 50%;
    width: 46px;
    padding: 12px;
}.contact-box .query-query li svg path {
    fill: rgb(154,166,165);
}.contact-box .query-query li span {
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: 18px;
}.contact-box .query-query li a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: #000000;
}.contact-box .query-query li:hover a {
    color: rgb(154,166,165);
}

@keyframes patternShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

@keyframes slowZoom {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);
    }
}

@media (max-width: 992px) {.contact-box {
    padding: 80px 0;
}.contact-box .request-message {
    grid-template-columns: 1fr;
}.contact-box .request-inquiry::after {
    display: none;
}.contact-box .request-inquiry,
    .contact-box .query-card {
    padding: 40px;
}.contact-box h3 {
    font-size: calc(34px * 0.9);
}
}

@media (max-width: 768px) {.contact-box {
    padding: 60px 0;
}.contact-box .container {
    padding: 0 20px;
}.contact-box .request-inquiry,
    .contact-box .query-card {
    padding: 30px 25px;
}.contact-box h3 {
    margin-bottom: 40px;
    font-size: calc(34px * 0.85);
}.contact-box .request-inquiry h3,
    .contact-box .query-card h4 {
    font-size: calc(22px * 0.95);
    margin-bottom: 25px;
}.contact-box input[type="text"],
    .contact-box textarea {
    padding: 14px 18px;
}.contact-box .reach-widget {
    padding: 14px 28px;
}
}

@media (max-width: 480px) {.contact-box {
    padding: 50px 0;
}.contact-box .request-inquiry,
    .contact-box .query-card {
    padding: 25px 20px;
}.contact-box h3 {
    font-size: calc(34px * 0.8);
    margin-bottom: 35px;
}.contact-box .request-inquiry h3,
    .contact-box .query-card h4 {
    font-size: calc(22px * 0.9);
}.contact-box form {
    gap: 20px;
}.contact-box .reach-widget {
    width: 100%;
    text-align: center;
}.contact-box .query-query li svg {
    height: 40px;
    width: 40px;
    padding: 10px;
}.contact-box .query-query {
    gap: 25px;
}}.title-portal {
    position: relative;
    width: 100%;
    overflow: hidden;
}.title-portal .skill-plus {
    align-items: center;
    display: flex;
    padding: 2rem;
    justify-content: flex-start;
    position: relative;
    min-height: 100vh;
}.title-portal .skill-plus::before {
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    top: 0;
    position: absolute;
    content: "";
    backdrop-filter: blur(3px) saturate(110%);
    background: linear-gradient(135deg, rgb(154,166,165,0.5), rgba(0, 0, 0, 0.5) 70%);
}.title-portal .skill-plus::after {
    height: 100%;
    transform: skewX(-18deg);
    left: -10%;
    content: "";
    position: absolute;
    z-index: 2;
    background: linear-gradient(170deg, rgb(119,128,127) 0%, transparent 40%);
    top: 0;
    width: 120%;
    opacity: 0.12;
}.title-portal .learn-trackkVe {
    position: relative;
    padding: 3.5rem;
    background: linear-gradient(135deg, 
    rgba(255,255,255,0.12) 0%, 
    rgba(255,255,255,0.05) 100%);
    backdrop-filter: blur(12px);
    animation: fadeInSlide 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    transform: translateX(5%) perspective(800px) rotateY(-2deg);
    z-index: 5;
    box-shadow: 
    0 25px 50px -12px rgba(0,0,0,0.25),
    -15px 15px 30px rgba(0,0,0,0.1);
    border-left: 4px solid rgb(154,166,165);
    max-width: 750px;
}.title-portal .learn-trackkVe::before {
    background: rgb(154,166,165);
    animation: lineGrow 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.6s forwards;
    left: -2px;
    height: 4px;
    position: absolute;
    right: 100%;
    top: -2px;
    content: "";
}.title-portal .learn-trackkVe::after {
    position: absolute;
    bottom: 30px;
    transform-origin: right;
    opacity: 0.5;
    animation: lineGrow2 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.9s forwards;
    background: linear-gradient(90deg, transparent, #ffffff);
    width: 40%;
    right: 0;
    content: "";
    height: 1px;
}.title-portal h1 {
    opacity: 0;
    color: #ffffff;
    position: relative;
    font-weight: 700;
    animation: fadeUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.3s forwards;
    line-height: 1.1;
    text-shadow: 0 2px 4px rgba(0,0,0,0.15);
    font-size: 42px;
    transform: translateY(20px);
    margin-bottom: 1.5rem;
}.title-portal h1::after {
    height: 3px;
    left: 0;
    transform: scaleX(0);
    width: 80px;
    content: "";
    position: absolute;
    bottom: -0.5rem;
    transform-origin: left;
    background: rgb(154,166,165);
    animation: lineGrow 1s cubic-bezier(0.25, 1, 0.5, 1) 0.7s forwards;
}.title-portal h3 {
    position: relative;
    margin-bottom: 1.5rem;
    color: #ffffff;
    font-weight: 600;
    font-size: calc(18px + 0.1rem);
    animation: fadeUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.5s forwards;
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
    line-height: 1.5;
    transform: translateY(20px);
    opacity: 0;
}.title-portal p {
    line-height: 1.6;
    max-width: 90%;
    opacity: 0;
    position: relative;
    font-size: 16px;
    transform: translateY(20px);
    color: #ffffff;
    animation: fadeUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.7s forwards;
    text-shadow: 0 1px 1px rgba(0,0,0,0.1);
    margin-top: 2rem;
}

@keyframes fadeInSlide {
  from {
    opacity: 0;
    transform: translateX(-5%) perspective(800px) rotateY(-2deg);
  }
  to {
    opacity: 1;
    transform: translateX(5%) perspective(800px) rotateY(-2deg);
  }
}

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

@keyframes lineGrow {
  from {
    right: 100%;
  }
  to {
    right: 0;
  }
}

@keyframes lineGrow2 {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

@media (max-width: 992px) {.title-portal .learn-trackkVe {
    max-width: 650px;
    transform: translateX(0) perspective(600px) rotateY(-1deg);
    padding: 2.5rem;
}.title-portal h1 {
    font-size: calc(42px * 0.9);
}.title-portal h3 {
    max-width: 100%;
    font-size: 18px;
}
}

@media (max-width: 768px) {.title-portal .skill-plus {
    min-height: 90vh;
    padding: 1.5rem;
}.title-portal .learn-trackkVe {
    animation: fadeIn 1s ease forwards;
    backdrop-filter: blur(8px);
    transform: none;
    max-width: 100%;
    padding: 2rem;
}.title-portal h1 {
    font-size: calc(42px * 0.8);
}.title-portal h3 {
    line-height: 1.4;
    font-size: calc(18px * 0.95);
}.title-portal p {
    max-width: 100%;
    font-size: calc(16px * 0.95);
}
  
  @keyframes fadeIn {
    from {
      opacity: 0;
      transform: translateY(20px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}

@media (max-width: 576px) {.title-portal .skill-plus {
    padding: 1rem;
    min-height: 80vh;
}.title-portal .learn-trackkVe {
    padding: 1.5rem;
}.title-portal h1 {
    margin-bottom: 1rem;
    font-size: calc(42px * 0.7);
}.title-portal h3 {
    margin-bottom: 1rem;
    font-size: calc(18px * 0.9);
}.title-portal p {
    margin-top: 1.5rem;
    font-size: calc(16px * 0.9);
}.title-portal .learn-trackkVe::after {
    width: 30%;
    bottom: 20px;
}}.study-process {
    position: relative;
    z-index: 1;
    padding: 7rem 0;
    overflow: hidden;
    background: linear-gradient(140deg, rgb(189,201,200) 0%, rgb(154,166,165,0.5) 100%);
}.study-process::before {
    animation: float 12s infinite ease-in-out;
    height: 250px;
    top: -50px;
    position: absolute;
    transform: rotate(45deg);
    z-index: -1;
    right: -50px;
    content: "";
    width: 250px;
    background: rgb(154,166,165);
    opacity: 0.1;
}.study-process::after {
    position: absolute;
    content: "";
    width: 300px;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    height: 300px;
    animation: morph 15s infinite alternate ease-in-out;
    z-index: -1;
    opacity: 0.05;
    left: -80px;
    background: rgb(119,128,127);
    bottom: -80px;
}.study-process .container {
    position: relative;
    padding: 0 2rem;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
}.study-process .learn-zone {
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    display: flex;
    transform: perspective(1000px) rotateY(2deg);
    position: relative;
    flex-direction: column;
}.study-process .learn-zone:hover {
    transform: perspective(1000px) rotateY(0deg);
}.study-process .learn-zone > div {
    border-left: 5px solid rgb(154,166,165);
    transform: translateX(0);
    padding: 3.5rem 3rem;
    background: linear-gradient(135deg, rgba(255,255,255,0.95), rgba(255,255,255,0.85));
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.5s ease;
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.05),
        0 5px 15px rgba(0,0,0,0.03),
        0 1px 0 rgba(255,255,255,0.8) inset;
    position: relative;
}.study-process .learn-zone > div:hover {
    transform: translateX(5px) translateY(-5px);
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.08),
        0 10px 20px rgba(0,0,0,0.05),
        0 1px 0 rgba(255,255,255,0.9) inset;
}.study-process .learn-zone > div::before {
    top: 0;
    left: 0;
    mix-blend-mode: overlay;
    background: linear-gradient(135deg, rgb(154,166,165,0.5) 0%, transparent 100%);
    content: "";
    position: absolute;
    transition: opacity 0.5s ease;
    width: 100%;
    z-index: -1;
    opacity: 0;
    height: 100%;
}.study-process .learn-zone > div:hover::before {
    opacity: 0.3;
}.study-process h3 {
    position: relative;
    font-size: calc(37px * 0.8);
    font-weight: 700;
    color: rgb(154,166,165);
    margin-bottom: 2rem;
    font-family: Arial, sans-serif;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    transform: translateX(0);
}.study-process .learn-zone > div:hover h3 {
    transform: translateX(5px);
}.study-process h3::after {
    height: 3px;
    content: "";
    position: absolute;
    width: 60px;
    bottom: -10px;
    left: 0;
    background: rgb(154,166,165);
    transition: width 0.4s ease-out;
}.study-process .learn-zone > div:hover h3::after {
    width: 100px;
}.study-process p {
    font-family: Arial, sans-serif;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    color: #000000;
    font-size: 18px;
    line-height: 1.7;
    transform: translateY(0);
    margin: 0;
}.study-process .learn-zone > div:hover p {
    transform: translateY(3px);
}.study-process p span {
    position: relative;
    border-left: 2px solid rgba(rgb(154,166,165,0.5), 0.2);
    display: block;
    padding-left: 1rem;
}

@keyframes float {
    0%, 100% {
        transform: rotate(45deg) translate(0px, 0px);
    }
    50% {
        transform: rotate(45deg) translate(20px, 20px);
    }
}

@keyframes morph {
    0% {
        border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    }
    100% {
        border-radius: 50% 50% 40% 60% / 50% 40% 60% 40%;
    }
}

@media (min-width: 768px) {.study-process {
    padding: 8rem 0;
}.study-process .learn-zone > div {
    transform: translateX(0) skewX(-2deg);
    padding: 4rem 5rem;
}.study-process .learn-zone > div:hover {
    transform: translateX(8px) translateY(-8px) skewX(-2deg);
}.study-process h3 {
    font-size: 37px;
}.study-process p span {
    padding-left: 2rem;
}
}

@media (min-width: 992px) {.study-process {
    padding: 10rem 0;
}.study-process .learn-zone {
    transform: perspective(1000px) rotateY(3deg);
}.study-process .learn-zone > div {
    padding: 5rem 6rem;
}.study-process h3 {
    margin-bottom: 2.5rem;
}.study-process p {
    line-height: 1.8;
    font-size: calc(18px * 1.05);
}
}

@media (max-width: 767px) {.study-process {
    padding: 5rem 0;
}.study-process .learn-zone > div {
    padding: 2.5rem 1.5rem;
}.study-process h3 {
    font-size: calc(37px * 0.7);
    margin-bottom: 1.5rem;
}.study-process p {
    line-height: 1.6;
    font-size: calc(18px * 0.95);
}.study-process p span {
    padding-left: 0.75rem;
}}.leadership-profile {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(189,201,200) 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 5rem 0;
}.leadership-profile::before {
    background: linear-gradient(45deg, transparent 0%, rgb(154,166,165,0.5) 100%);
    top: 0;
    position: absolute;
    right: 0;
    width: 40%;
    opacity: 0.1;
    height: 100%;
    transform: skewX(-15deg) translateX(10%);
    content: "";
    z-index: 1;
}.leadership-profile::after {
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(154,166,165) 0%, transparent 100%);
    height: 5px;
    left: 0;
    width: 100%;
    bottom: 0;
}.leadership-profile .container {
    padding: 0 1.5rem;
    z-index: 2;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}.leadership-profile .student-feedback {
    grid-template-columns: 1fr;
    padding: 2.5rem;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.5s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08), 0 1px 4px rgba(0, 0, 0, 0.05);
    background: linear-gradient(to bottom right, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
    display: grid;
    transform: translateY(0);
    gap: 2rem;
    position: relative;
}.leadership-profile .student-feedback:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 3px 10px rgba(0, 0, 0, 0.07);
}.leadership-profile .student-feedback > div:first-child {
    justify-self: center;
}.leadership-profile .image-grid-item {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    width: 180px;
    height: 180px;
    transition: transform 0.4s ease-out;
    overflow: hidden;
    transform: rotate(-3deg);
    position: relative;
}.leadership-profile .student-feedback:hover .image-grid-item {
    transform: rotate(0deg) scale(1.05);
}.leadership-profile .image-grid-item::after {
    content: "";
    top: 0;
    z-index: 1;
    background: linear-gradient(135deg, rgb(154,166,165,0.5) 0%, transparent 60%);
    left: 0;
    width: 100%;
    position: absolute;
    height: 100%;
}.leadership-profile .name {
    position: relative;
    display: inline-block;
    font-size: 22px;
    margin-bottom: 0.75rem;
    color: rgb(154,166,165);
    font-weight: 700;
}.leadership-profile .name::after {
    transform: scaleX(1);
    width: 40px;
    background: rgb(119,128,127);
    content: "";
    left: 0;
    position: absolute;
    transition: transform 0.3s ease;
    height: 3px;
    transform-origin: left;
    bottom: -5px;
}.leadership-profile .student-feedback:hover .name::after {
    transform: scaleX(1.5);
}.leadership-profile .student-feedback > div:nth-child(2) > div {
    color: #000000;
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 1rem;
    opacity: 0.8;
}.leadership-profile .emp-summary {
    padding-left: 1.25rem;
    font-size: 14px;
    color: #000000;
    border-left: 3px solid rgb(119,128,127,0.5);
    position: relative;
    line-height: 1.7;
    margin: 0;
}.leadership-profile .emp-summary::before {
    color: rgb(154,166,165,0.5);
    position: absolute;
    font-size: 4rem;
    font-family: serif;
    opacity: 0.2;
    top: -25px;
    content: "";
    left: -10px;
}

@media (min-width: 768px) {.leadership-profile .student-feedback {
    padding: 3rem;
    grid-template-columns: auto 1fr 3fr;
    align-items: start;
    gap: 2.5rem;
}.leadership-profile .image-grid-item {
    height: 200px;
    width: 200px;
}.leadership-profile .student-feedback > div:first-child {
    justify-self: start;
}.leadership-profile .student-feedback > div:nth-child(2) {
    padding-top: 1rem;
}.leadership-profile .emp-summary {
    padding-left: 2rem;
    font-size: calc(14px + 0.1rem);
}
}

@media (min-width: 992px) {.leadership-profile {
    padding: 7rem 0;
}.leadership-profile .student-feedback {
    gap: 3rem;
    padding: 4rem;
}.leadership-profile .image-grid-item {
    width: 230px;
    height: 230px;
}.leadership-profile .name {
    font-size: calc(22px + 0.2rem);
}.leadership-profile .emp-summary {
    line-height: 1.8;
}
}

@media (max-width: 767px) {.leadership-profile {
    padding: 4rem 0;
}.leadership-profile .student-feedback {
    text-align: center;
}.leadership-profile .name::after {
    left: 50%;
    transform: translateX(-50%) scaleX(1);
}.leadership-profile .student-feedback:hover .name::after {
    transform: translateX(-50%) scaleX(1.5);
}.leadership-profile .emp-summary {
    border-left: 2px solid rgb(119,128,127,0.5);
    text-align: left;
    padding-left: 1rem;
}
}

@media (max-width: 480px) {.leadership-profile .image-grid-item {
    height: 150px;
    width: 150px;
}.leadership-profile .student-feedback {
    padding: 2rem 1.5rem;
}}.our-mission {
    overflow: hidden;
    box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.05),
                -12px -12px 24px rgba(255, 255, 255, 0.8);
    padding: 80px 0;
    position: relative;
    background: linear-gradient(145deg, rgb(189,201,200), #f8f9fa);
}.our-mission::before {
    z-index: 0;
    width: 300px;
    position: absolute;
    height: 300px;
    top: -50px;
    content: "";
    filter: blur(20px);
    background: linear-gradient(135deg, rgb(154,166,165,0.5), transparent 70%);
    right: -50px;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    animation: float 15s ease-in-out infinite alternate;
}.our-mission::after {
    width: 400px;
    bottom: -100px;
    content: "";
    background: linear-gradient(225deg, rgb(119,128,127,0.5), transparent 70%);
    height: 400px;
    filter: blur(25px);
    z-index: 0;
    animation: float 18s ease-in-out infinite alternate-reverse;
    position: absolute;
    left: -100px;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}.our-mission .container {
    z-index: 1;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}.our-mission h1 {
    color: #000000;
    position: relative;
    font-size: 43px;
    font-weight: 700;
    text-align: center;
    transition: transform 0.5s ease-out;
    transform: perspective(1000px) translateZ(0);
    margin-bottom: 50px;
}.our-mission h1::before {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    bottom: -15px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(154,166,165), rgb(119,128,127));
    height: 4px;
    width: 80px;
    content: "";
    position: absolute;
    left: 50%;
    transition: width 0.3s ease;
}.our-mission h1:hover {
    transform: perspective(1000px) translateZ(10px);
}.our-mission h1:hover::before {
    width: 120px;
}.our-mission .skill-sessions {
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.05),
                -8px -8px 16px rgba(255, 255, 255, 0.8),
                inset 1px 1px 2px rgba(255, 255, 255, 0.6),
                inset -1px -1px 2px rgba(0, 0, 0, 0.05);
    background: linear-gradient(145deg, #ffffff, #f8f9fa);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 20px;
    border-radius: 16px;
}.our-mission .skill-sessions:hover {
    box-shadow: 12px 12px 20px rgba(0, 0, 0, 0.08),
                -12px -12px 20px rgba(255, 255, 255, 0.9),
                inset 1px 1px 2px rgba(255, 255, 255, 0.6),
                inset -1px -1px 2px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px);
}.our-mission ul {
    grid-template-columns: 1fr;
    list-style: none;
    margin: 0;
    display: grid;
    gap: 30px;
    padding: 0;
}.our-mission .academy-roots {
    padding: 25px;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    border-radius: 12px;
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.06),
                -8px -8px 16px rgba(255, 255, 255, 0.7),
                inset 1px 1px 2px rgba(255, 255, 255, 0.3),
                inset -1px -1px 2px rgba(0, 0, 0, 0.02);
    position: relative;
    background: linear-gradient(145deg, #ffffff, #f8f9fa);
    overflow: hidden;
}.our-mission .academy-roots::before {
    width: 4px;
    left: 0;
    transition: height 0.5s ease;
    top: 0;
    position: absolute;
    content: "";
    background: linear-gradient(180deg, rgb(154,166,165), rgb(119,128,127));
    height: 0;
}.our-mission .academy-roots:hover {
    box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.08),
                -12px -12px 24px rgba(255, 255, 255, 0.8),
                inset 1px 1px 2px rgba(255, 255, 255, 0.3),
                inset -1px -1px 2px rgba(0, 0, 0, 0.02);
    transform: translateY(-5px) scale(1.01);
}.our-mission .academy-roots:hover::before {
    height: 100%;
}.our-mission .academy-roots h4 {
    color: #000000;
    font-weight: 600;
    transition: transform 0.3s ease, color 0.3s ease;
    position: relative;
    display: inline-block;
    font-size: 23px;
    margin-bottom: 20px;
}.our-mission .academy-roots h4::after {
    height: 2px;
    bottom: -8px;
    left: 0;
    width: 0;
    transition: width 0.4s ease;
    background: linear-gradient(90deg, rgb(154,166,165), rgb(119,128,127));
    position: absolute;
    content: "";
}.our-mission .academy-roots:hover h4 {
    transform: translateX(10px);
    color: rgb(154,166,165);
}.our-mission .academy-roots:hover h4::after {
    width: 100%;
}.our-mission .academy-roots div {
    max-height: 300px;
    color: #000000;
    transition: color 0.3s ease;
    line-height: 1.7;
    font-weight: 400;
    margin-left: 5px;
    font-size: 18px;
    padding-right: 10px;
    overflow-y: auto;
}.our-mission .academy-roots:hover div {
    color: #000000;
}.our-mission .academy-roots div::-webkit-scrollbar {
    width: 4px;
}.our-mission .academy-roots div::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 8px;
}.our-mission .academy-roots div::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: linear-gradient(180deg, rgb(154,166,165), rgb(119,128,127));
}

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

@media (min-width: 768px) {.our-mission {
    padding: 100px 0;
}.our-mission ul {
    grid-template-columns: repeat(2, 1fr);
}.our-mission h1 {
    margin-bottom: 70px;
    font-size: calc(43px * 1.2);
}.our-mission .academy-roots {
    padding: 35px 30px;
    height: 100%;
}.our-mission .academy-roots div {
    max-height: 400px;
}
}

@media (min-width: 992px) {.our-mission .container {
    padding: 0 40px;
}.our-mission .skill-sessions {
    padding: 40px;
}.our-mission .academy-roots {
    padding: 40px 35px;
}.our-mission .academy-roots div {
    line-height: 1.8;
    max-height: 500px;
}
}

@media (max-width: 767px) {.our-mission {
    padding: 60px 0;
}.our-mission h1 {
    margin-bottom: 40px;
    font-size: calc(43px * 0.9);
}.our-mission .academy-roots {
    padding: 20px;
}.our-mission .academy-roots div {
    max-height: 250px;
}
}

@media (hover: none) {.our-mission h1:hover,
    .our-mission .academy-roots:hover,
    .our-mission .skill-sessions:hover {
    transform: none;
}.our-mission .academy-roots:hover::before {
    height: 70px;
}.our-mission .academy-roots:hover h4 {
    transform: translateX(5px);
}}.consentWarningDialog {
    bottom: 0;
    background: rgb(189,201,200);
    width: 100%;
    z-index: 90;
    border-top: 2px solid rgb(154,166,165);
    position: fixed;
}.manage-cookies {
    align-items: center;
    justify-content: space-between;
    display: flex;
    padding: 20px 0;
}#cookiePolicyPanel {
    display: none;
}#cookiePolicyPanel:checked ~ .consentWarningDialog {
    visibility: hidden;
    opacity: 0;
}.consentWarningDialog h5 {
    font-size: 22px;
    margin-bottom: 6px;
}.consentWarningDialog p {
    font-size: 18px;
}.digital-consent {
    flex-shrink: 0;
    margin-right: 10px;
}.digital-consent svg, .digital-consent svg path, .digital-consent img {
    height: 100px;
    width: 100px;
    fill: rgb(154,166,165);
}.cookie-disclaimer {
    text-align: center;
    flex-shrink: 0;
    color: rgb(154,166,165);
    margin-left: 10px;
    line-height: 35px;
    min-width: 120px;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    font-size: 24px;
    border-bottom: 2px solid rgb(154,166,165);
}.consentWarningDialog p a {
    color: rgb(154,166,165);
    text-decoration: none;
}
@media only screen and (max-width: 1200px) {.consentWarningDialog {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.digital-consent {
    display: none;
}.manage-cookies {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}.consentWarningDialog h5 {
    text-align: center;
}.consentWarningDialog p {
    text-align: center;
}.cookie-verify {
    margin-bottom: 20px;
}body .wrapper-container .cookie-disclaimer {
    margin-bottom: 10px;
    margin-left: 0;
}}
.wrapper-container .consentWarningDialog {
    box-shadow: rgb(154,166,165,0.5) 0px 0px 40px 39px;
    background: #ffffff;
    border: none;
}.wrapper-container .cookie-disclaimer {
    padding: 10px;
    font-size: 20px;
    border: none;
    font-weight: 400;
    color: #ffffff;
    margin-left: 30px;
    background: rgb(154,166,165);
}.wrapper-container .digital-consent {
    display: flex;
    background:rgb(154,166,165);
    justify-content: center;
    width: 80px;
    border-radius: 50%;
    align-items: center;
    height: 80px;
}.wrapper-container .digital-consent svg, .wrapper-container .digital-consent svg path, .wrapper-container .digital-consent img {
    height: 40px;
    width: 40px;
    fill:#000000;
}.wrapper-container .cookie-verify h5, .wrapper-container .cookie-verify p {
    color: #000000;
}
@media only screen and (max-width: 800px){.wrapper-container .digital-consent {
    margin: 0;
    margin-bottom: 14px;
}}.pricing-offer-box {
    overflow: hidden;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(189,201,200) 0%, #ffffff 100%);
    position: relative;
}.pricing-offer-box::before {
    top: 0;
    content: "";
    background: linear-gradient(45deg, rgb(154,166,165,0.5) 0%, transparent 40%);
    left: 0;
    width: 100%;
    z-index: 1;
    position: absolute;
    height: 100%;
}.pricing-offer-box .container {
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
}.pricing-offer-box .plan-details {
    display: flex;
    flex-direction: column;
}.pricing-offer-box .class-cost {
    order: 1;
    margin-right: auto;
    text-align: center;
    margin-left: auto;
    margin-bottom: 3rem;
    max-width: 800px;
}.pricing-offer-box .class-cost h2 {
    margin-bottom: 1rem;
    display: inline-block;
    position: relative;
    font-size: 36px;
    color: #000000;
    font-weight: 700;
}.pricing-offer-box .class-cost h2::after {
    position: absolute;
    background: rgb(154,166,165);
    content: "";
    bottom: -10px;
    width: 80px;
    height: 3px;
    transform: translateX(-50%);
    left: 50%;
}.pricing-offer-box .learning-fees {
    font-size: 13px;
    overflow-wrap: break-word;
    margin: 0 auto;
    color: #000000;
    line-height: 1.6;
    word-break: break-word;
    max-width: 600px;
}.pricing-offer-box .cost-plan {
    order: 2;
    margin-top: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2rem;
    display: grid;
}.pricing-offer-box .price-choices {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    border-radius: 10px;
    height: 100%;
    text-decoration: none;
    position: relative;
    display: block;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.5s ease;
    background: #ffffff;
}.pricing-offer-box .price-choices:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px) scale(1.02);
}.pricing-offer-box .skill-plans {
    display: flex;
    flex-direction: column;
    height: 100%;
}.pricing-offer-box .study-fees {
    overflow-wrap: break-word;
    flex-grow: 1;
    word-break: break-word;
    position: relative;
    display: flex;
    padding: 2rem;
    flex-direction: column;
    z-index: 1;
}.pricing-offer-box .study-fees::before {
    opacity: 0.7;
    background: linear-gradient(135deg, transparent 0%, #ffffff 100%);
    content: "";
    z-index: -1;
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
}.pricing-offer-box .study-fees h3 {
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 0.5rem;
    color: #000000;
    font-weight: 700;
    font-size: calc(18px * 1.2);
}.pricing-offer-box .study-fees h3::after {
    height: 2px;
    content: "";
    width: 40px;
    transition: width 0.3s ease;
    left: 0;
    position: absolute;
    bottom: 0;
    background: rgb(119,128,127);
}.pricing-offer-box .price-choices:hover .study-fees h3::after {
    width: 80px;
}.pricing-offer-box .value-deals {
    margin-bottom: 1.5rem;
    position: relative;
    font-weight: 700;
    color: rgb(154,166,165);
    display: inline-block;
    font-size: calc(18px * 1.5);
}.pricing-offer-box .value-deals::before {
    position: absolute;
    content: "";
    height: 2px;
    left: 0;
    transition: width 0.3s ease;
    background: rgb(154,166,165);
    width: 0;
    bottom: -5px;
}.pricing-offer-box .price-choices:hover .value-deals::before {
    width: 100%;
}.pricing-offer-box .study-fees p {
    color: #000000;
    line-height: 1.6;
    font-size: 13px;
    margin-top: auto;
    overflow-wrap: break-word;
    word-break: break-word;
}.pricing-offer-box .image-grid-item {
    position: relative;
    overflow: hidden;
    height: 200px;
    transition: transform 0.5s ease;
}.pricing-offer-box .image-grid-item::after {
    position: absolute;
    content: "";
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.4) 100%);
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
}.pricing-offer-box .price-choices:hover .image-grid-item {
    transform: scale(1.05);
}.pricing-offer-box .price-choices:nth-child(odd) .skill-plans {
    flex-direction: column-reverse;
}.pricing-offer-box .price-choices:nth-child(3n+1) {
    border-top: 3px solid rgb(154,166,165);
}.pricing-offer-box .price-choices:nth-child(3n+2) {
    border-top: 3px solid rgb(119,128,127);
}.pricing-offer-box .price-choices:nth-child(3n+3) {
    border-top: 3px solid #000000;
}

@media (min-width: 768px) {.pricing-offer-box .plan-details {
    align-items: center;
    flex-direction: row;
    gap: 4rem;
}.pricing-offer-box .class-cost {
    margin-bottom: 0;
    order: 2;
    text-align: left;
    flex: 0 0 30%;
}.pricing-offer-box .class-cost h2 {
    text-align: left;
}.pricing-offer-box .class-cost h2::after {
    transform: none;
    left: 0;
}.pricing-offer-box .learning-fees {
    margin: 0;
    text-align: left;
}.pricing-offer-box .cost-plan {
    flex: 0 0 65%;
    order: 1;
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 992px) {.pricing-offer-box .cost-plan {
    grid-template-columns: repeat(2, 1fr);
}.pricing-offer-box .price-choices:nth-child(4n+1) {
    transform: translateY(20px);
}.pricing-offer-box .price-choices:nth-child(4n+3) {
    transform: translateY(-20px);
}.pricing-offer-box .price-choices:hover {
    transform: translateY(0) scale(1.02);
}
}

@media (max-width: 767px) {.pricing-offer-box {
    padding: 4rem 0;
}.pricing-offer-box .study-fees {
    padding: 1.5rem;
}.pricing-offer-box .study-fees h3 {
    font-size: 18px;
}.pricing-offer-box .value-deals {
    font-size: 18px;
}.pricing-offer-box .study-fees p {
    font-size: calc(13px * 0.9);
    line-height: 1.5;
    overflow-y: auto;
    max-height: 150px;
}.pricing-offer-box .image-grid-item {
    height: 150px;
}
}

@media (max-width: 480px) {.pricing-offer-box .cost-plan {
    grid-template-columns: 1fr;
}.pricing-offer-box .class-cost h2 {
    font-size: calc(36px * 0.8);
}.pricing-offer-box .learning-fees {
    font-size: calc(13px * 0.9);
}.pricing-offer-box .study-fees p {
    max-height: 120px;
}}.help-centerStr {
    color: #ffffff;
    position: relative;
    z-index: 1;
    background: linear-gradient(135deg, #000000 0%, rgb(154,166,165,0.5) 100%);
    font-family: Arial, sans-serif;
    padding: 5rem 0 1rem;
}.help-centerStr::before {
    position: absolute;
    background: radial-gradient(circle at 30% 50%, rgb(154,166,165,0.5) 0%, transparent 50%);
    left: 0;
    content: '';
    z-index: -1;
    bottom: 0;
    top: 0;
    right: 0;
}.help-centerStr::after {
    content: '';
    z-index: 2;
    height: 3px;
    right: 0;
    left: 0;
    background: linear-gradient(90deg, transparent, rgb(154,166,165), transparent);
    animation: glowLine 3s infinite alternate;
    top: 0;
    position: absolute;
}@keyframes glowLine {
    0% {
        opacity: 0.3;
        background-position: 0% 50%;
    }
    50% {
        opacity: 1;
        background-position: 100% 50%;
    }
    100% {
        opacity: 0.3;
        background-position: 0% 50%;
    }
}

.help-centerStr .container {
    position: relative;
    z-index: 2;
}.help-centerStr .class-guide {
    gap: 3rem;
    display: flex;
    flex-direction: column;
}.help-centerStr .get-contactbox {
    padding: 1.5rem;
    justify-content: center;
    border: 1px solid rgb(119,128,127,0.5);
    position: relative;
    flex-wrap: wrap;
    gap: 2rem;
    border-radius: 11px;
    margin-bottom: 1rem;
    backdrop-filter: blur(8px);
    background: rgba(0, 0, 0, 0.1);
    display: flex;
}.help-centerStr .get-contactbox::before {
    position: absolute;
    top: -2px;
    background: linear-gradient(90deg, transparent, rgb(119,128,127), transparent);
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    animation: scanLine 4s infinite linear;
    content: '';
    width: 50%;
}@keyframes scanLine {
    0% {
        left: 0;
        width: 0;
    }
    50% {
        left: 50%;
        width: 100%;
    }
    100% {
        left: 100%;
        width: 0;
    }
}

.help-centerStr .info_item {
    transition: transform 0.3s ease;
    flex: 1;
    text-align: center;
    min-width: 200px;
    max-width: 300px;
}.help-centerStr .info_item:hover {
    transform: translateY(-5px);
}.help-centerStr .info_item p, 
.help-centerStr .info_item a {
    justify-content: center;
    align-items: center;
    color: #ffffff;
    gap: 0.5rem;
    text-decoration: none;
    border-radius: 10px;
    border: 1px solid transparent;
    padding: 0.75rem;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    display: flex;
    transition: all 0.3s ease;
    font-size: calc(13px - 2px);
}.help-centerStr .info_item svg {
    fill: rgb(119,128,127);
    transition: fill 0.3s ease;
    width: 1.25rem;
    height: 1.25rem;
}.help-centerStr .info_item a:hover {
    background: #000000;
    border-color: rgb(154,166,165,0.5);
    box-shadow: 0 0 15px rgb(154,166,165,0.5);
}.help-centerStr .info_item a:hover svg {
    fill: rgb(154,166,165);
}.help-centerStr .text_main_holder {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
}.help-centerStr .main-guide {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    flex-direction: column;
}.help-centerStr .main-guide svg {
    max-width: 180px;
    height: auto;
    filter: drop-shadow(0 0 5px rgb(154,166,165,0.5));
    transition: filter 0.3s ease;
}.help-centerStr .main-guide svg:hover {
    filter: drop-shadow(0 0 10px rgb(154,166,165));
}.help-centerStr .converter {
    color: #ffffff;
    font-size: calc(13px - 1px);
    line-height: 1.5;
    opacity: 0.7;
    max-width: 280px;
}.help-centerStr .main-teach {
    gap: 1.25rem;
    display: flex;
    flex-direction: column;
}.help-centerStr .main-teach h5 {
    position: relative;
    font-weight: 600;
    margin-bottom: 0.5rem;
    font-size: 21px;
    color: #ffffff;
    padding-bottom: 0.75rem;
}.help-centerStr .main-teach h5::after {
    height: 2px;
    content: '';
    width: 40px;
    transition: width 0.3s ease;
    left: 0;
    background: rgb(119,128,127);
    bottom: 0;
    position: absolute;
}.help-centerStr .main-teach:hover h5::after {
    width: 80px;
}.help-centerStr .main-bar {
    display: flex;
    gap: 0.75rem;
    flex-direction: column;
}.help-centerStr .main-bar a {
    font-size: 13px;
    opacity: 0.8;
    transition: all 0.3s ease;
    color: #ffffff;
    text-decoration: none;
    position: relative;
    padding-left: 1rem;
}.help-centerStr .main-bar a::before {
    position: absolute;
    border-radius: 50%;
    top: 50%;
    width: 5px;
    transition: all 0.3s ease;
    transform: translateY(-50%);
    left: 0;
    background: rgb(119,128,127);
    height: 5px;
    content: '';
}.help-centerStr .main-bar a:hover {
    transform: translateX(5px);
    color: rgb(154,166,165);
    opacity: 1;
}.help-centerStr .main-bar a:hover::before {
    height: 7px;
    width: 7px;
    box-shadow: 0 0 8px rgb(154,166,165);
    background: rgb(154,166,165);
}.help-centerStr .subscribe_holder {
    border-radius: 11px;
    display: flex;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
    overflow: hidden;
    gap: 1.25rem;
    flex-direction: column;
    border: 1px solid rgb(119,128,127,0.5);
    position: relative;
    padding: 1.5rem;
}.help-centerStr .subscribe_holder::before {
    background: radial-gradient(circle at top right, rgb(154,166,165,0.5) 0%, transparent 70%);
    right: 0;
    opacity: 0.1;
    top: 0;
    bottom: 0;
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
}.help-centerStr .subscribe_holder h5 {
    color: #ffffff;
    font-weight: 600;
    font-size: 21px;
}.help-centerStr .subscribe_holder p {
    opacity: 0.9;
    font-size: calc(13px - 1px);
    color: #ffffff;
    line-height: 1.6;
}.help-centerStr .input_holder {
    flex-direction: column;
    display: flex;
    gap: 0.75rem;
    position: relative;
}.help-centerStr .input_holder input[type="email"] {
    flex: 1;
    border: 1px solid rgb(119,128,127,0.5);
    color: #ffffff;
    padding: 0.875rem 1rem;
    transition: all 0.3s ease;
    font-size: 13px;
    border-radius: 10px;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
}.help-centerStr .input_holder input[type="email"]:focus {
    border-color: rgb(154,166,165);
    box-shadow: 0 0 10px rgb(154,166,165,0.5);
    outline: none;
}.help-centerStr .input_holder input[type="email"]::placeholder {
    opacity: 0.5;
    color: #ffffff;
}.help-centerStr .signup-block {
    color: #ffffff;
    overflow: hidden;
    cursor: pointer;
    padding: 0.875rem 1.5rem;
    border: none;
    background: rgb(154,166,165);
    width: 100%;
    transition: all 0.3s ease;
    border-radius: 10px;
    position: relative;
    font-weight: 600;
    font-size: 20px;
}.help-centerStr .signup-block::before {
    content: '';
    top: 0;
    width: 100%;
    position: absolute;
    transition: left 0.7s ease;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    left: -100%;
}.help-centerStr .signup-block:hover {
    box-shadow: 0 0 15px rgb(119,128,127,0.5);
    transform: translateY(-2px);
    background: rgb(119,128,127);
}.help-centerStr .signup-block:hover::before {
    left: 100%;
}.help-centerStr .slack-invite {
    padding-top: 1.5rem;
    margin-top: 3rem;
    border-top: 1px solid rgb(119,128,127,0.5);
    text-align: center;
    position: relative;
}.help-centerStr .slack-invite::before {
    height: 1px;
    content: '';
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(119,128,127,0.5), transparent);
    left: 0;
    width: 100%;
    top: -1px;
}.help-centerStr .forum-link {
    font-size: 13px;
    opacity: 0.7;
    color: #ffffff;
}

@media (max-width: 1024px) {.help-centerStr {
    padding: 4rem 0 1rem;
}.help-centerStr .text_main_holder {
    grid-template-columns: 1fr 1fr;
}.help-centerStr .subscribe_holder {
    grid-column: span 2;
}
}

@media (min-width: 769px) {.help-centerStr .input_holder {
    flex-direction: row;
}.help-centerStr .signup-block {
    width: auto;
}
}

@media (max-width: 768px) {.help-centerStr {
    padding: 3rem 0 1rem;
}.help-centerStr .get-contactbox {
    align-items: center;
    flex-direction: column;
    gap: 1rem;
}.help-centerStr .info_item {
    min-width: 100%;
}.help-centerStr .text_main_holder {
    gap: 2.5rem;
    grid-template-columns: 1fr;
}.help-centerStr .subscribe_holder {
    grid-column: auto;
}.help-centerStr .main-guide {
    text-align: center;
    align-items: center;
}.help-centerStr .converter {
    text-align: center;
    max-width: 100%;
}.help-centerStr .main-teach h5 {
    text-align: center;
}.help-centerStr .main-teach h5::after {
    left: 50%;
    transform: translateX(-50%);
}.help-centerStr .main-bar {
    align-items: center;
}.help-centerStr .main-bar a {
    text-align: center;
}.help-centerStr .main-bar a:hover {
    transform: translateY(-2px);
}.help-centerStr .input_holder {
    flex-direction: column;
}.help-centerStr .signup-block {
    width: 100%;
}
}

@media (max-width: 480px) {.help-centerStr {
    padding: 2.5rem 0 1rem;
}.help-centerStr .info_item p, 
    .help-centerStr .info_item a {
    font-size: calc(13px - 3px);
}.help-centerStr .main-teach h5, 
    .help-centerStr .subscribe_holder h5 {
    font-size: calc(21px - 2px);
}.help-centerStr .main-bar a, 
    .help-centerStr .subscribe_holder p {
    font-size: calc(13px - 2px);
}.help-centerStr .forum-link {
    font-size: calc(13px - 2px);
}}.privacy-chamber {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(189,201,200) 0%, rgba(245, 245, 250, 0.97) 100%);
    padding: 5rem 0;
}.privacy-chamber::before {
    content: "";
    z-index: 1;
    height: 100%;
    background: 
        radial-gradient(circle at 10% 20%, rgba(rgb(154,166,165,0.5), 0.03) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgba(rgb(119,128,127,0.5), 0.04) 0%, transparent 50%);
    position: absolute;
    width: 100%;
    left: 0;
    pointer-events: none;
    top: 0;
}.privacy-chamber .container {
    animation: fadeIn 0.8s ease-out forwards;
    transform: translateZ(0);
    z-index: 2;
    max-width: 1140px;
    position: relative;
    padding: 0 2rem;
    margin: 0 auto;
}.privacy-chamber h1 {
    position: relative;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.01em;
    margin-bottom: 2.5rem;
    transform: translateX(-5px);
    font-size: 47px;
    color: #000000;
}.privacy-chamber h1::after {
    transform-origin: left;
    width: 80px;
    height: 3px;
    animation: scaleIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    background: linear-gradient(90deg, rgb(154,166,165) 0%, rgb(119,128,127) 100%);
    content: "";
    animation-delay: 0.2s;
    left: 0;
    bottom: -12px;
    position: absolute;
    opacity: 0;
}.privacy-chamber h2 {
    font-size: 32px;
    margin: 3rem 0 1.5rem;
    color: #000000;
    padding-left: 1rem;
    border-left: 3px solid rgb(154,166,165);
    position: relative;
    font-weight: 600;
}.privacy-chamber h3 {
    color: #000000;
    padding-left: 1rem;
    border-left: 2px solid rgb(119,128,127);
    font-weight: 600;
    position: relative;
    font-size: calc(32px * 0.85);
    margin: 2.5rem 0 1.25rem;
}.privacy-chamber h4 {
    border-left: 1px solid rgb(119,128,127);
    padding-left: 1rem;
    margin: 2rem 0 1rem;
    font-size: calc(32px * 0.75);
    position: relative;
    font-weight: 600;
    color: #000000;
}.privacy-chamber p {
    position: relative;
    font-size: 18px;
    transform: translateZ(0);
    line-height: 1.8;
    font-family: Arial, sans-serif;
    margin-bottom: 1.5rem;
    color: #000000;
    max-width: 90ch;
}.privacy-chamber p strong {
    position: relative;
    color: #000000;
    font-weight: 600;
    display: inline-block;
}.privacy-chamber span {
    max-width: 90ch;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    color: #000000;
    display: block;
    font-size: 18px;
    font-family: Arial, sans-serif;
}.privacy-chamber ul {
    margin: 1.5rem 0 2rem 1.5rem;
    list-style-type: none;
    padding: 0;
}.privacy-chamber li {
    position: relative;
    line-height: 1.7;
    padding-left: 1.8rem;
    color: #000000;
    font-size: 18px;
    margin-bottom: 1rem;
}.privacy-chamber li::before {
    height: 6px;
    position: absolute;
    border-radius: 50%;
    top: 0.8rem;
    left: 0;
    content: "";
    transform: translateY(-50%);
    background-color: rgb(154,166,165);
    width: 6px;
}.privacy-chamber li:nth-child(2n)::before {
    background-color: rgb(119,128,127);
}@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

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


.privacy-chamber h2:hover,
.privacy-chamber h3:hover,
.privacy-chamber h4:hover {
    transition: transform 0.3s ease-out;
    transform: translateX(5px);
}


@media (max-width: 992px) {.privacy-chamber {
    padding: 4rem 0;
}.privacy-chamber h1 {
    font-size: calc(47px * 0.9);
}.privacy-chamber h2 {
    font-size: calc(32px * 0.9);
}.privacy-chamber h3 {
    font-size: calc(32px * 0.8);
}.privacy-chamber h4 {
    font-size: calc(32px * 0.7);
}
}

@media (max-width: 768px) {.privacy-chamber {
    padding: 3rem 0;
}.privacy-chamber .container {
    padding: 0 1.5rem;
}.privacy-chamber h1 {
    margin-bottom: 2rem;
    font-size: calc(47px * 0.85);
}.privacy-chamber h1::after {
    width: 60px;
}.privacy-chamber h2 {
    margin: 2.5rem 0 1.25rem;
}.privacy-chamber h3 {
    margin: 2rem 0 1rem;
}.privacy-chamber li {
    padding-left: 1.5rem;
}
}

@media (max-width: 576px) {.privacy-chamber {
    padding: 2.5rem 0;
}.privacy-chamber .container {
    padding: 0 1.25rem;
}.privacy-chamber h1 {
    transform: translateX(0);
    font-size: calc(47px * 0.75);
}.privacy-chamber h2 {
    padding-left: 0.75rem;
    font-size: calc(32px * 0.8);
}.privacy-chamber h3 {
    padding-left: 0.75rem;
    font-size: calc(32px * 0.7);
}.privacy-chamber h4 {
    font-size: calc(32px * 0.6);
    padding-left: 0.75rem;
}.privacy-chamber p,
    .privacy-chamber span {
    font-size: calc(18px * 0.95);
}.privacy-chamber ul {
    margin-left: 0.5rem;
}.privacy-chamber li {
    margin-bottom: 0.8rem;
    font-size: calc(18px * 0.95);
    padding-left: 1.25rem;
}}.course-offering {
    position: relative;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(189,201,200) 0%, rgba(245, 245, 255, 0.95) 100%);
    overflow: hidden;
}.course-offering::before {
    z-index: 0;
    animation: floatEffect 15s infinite alternate ease-in-out;
    filter: blur(30px);
    content: "";
    right: -5%;
    top: -10%;
    opacity: 0.2;
    position: absolute;
    height: 70%;
    background: linear-gradient(45deg, rgb(154,166,165,0.5) 0%, rgb(119,128,127,0.5) 100%);
    transform: rotate(-15deg) skewX(15deg);
    width: 40%;
}.course-offering::after {
    animation: floatEffect 18s infinite alternate-reverse ease-in-out;
    height: 60%;
    left: -5%;
    z-index: 0;
    content: "";
    bottom: -10%;
    position: absolute;
    width: 35%;
    transform: rotate(10deg) skewX(-15deg);
    opacity: 0.15;
    filter: blur(25px);
    background: linear-gradient(225deg, rgb(119,128,127,0.5) 0%, rgb(154,166,165,0.5) 100%);
}.course-offering .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 1.5rem;
    z-index: 2;
}.course-offering h2 {
    transform: perspective(1000px) rotateX(0deg);
    text-align: center;
    transition: transform 0.5s ease;
    font-size: 32px;
    margin-bottom: 2.5rem;
    color: #000000;
    font-weight: 700;
    position: relative;
}.course-offering h2::after {
    transform: translateX(-50%) scaleX(0.8);
    left: 50%;
    content: "";
    width: 80px;
    transition: transform 0.5s ease;
    position: absolute;
    background: linear-gradient(90deg, rgb(154,166,165) 0%, rgb(119,128,127) 100%);
    bottom: -12px;
    height: 4px;
}.course-offering h2:hover {
    transform: perspective(1000px) rotateX(2deg);
}.course-offering h2:hover::after {
    transform: translateX(-50%) scaleX(1.2);
}.course-offering .skill-route {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    display: grid;
    perspective: 1500px;
    position: relative;
}.course-offering .image-grid-item {
    height: 350px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
               0 5px 15px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    position: relative;
    transform: perspective(1000px) rotateY(-4deg) translateZ(30px);
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 14px;
}.course-offering .image-grid-item::before {
    content: "";
    left: 0;
    background: linear-gradient(
        135deg,
        rgba(rgb(154,166,165), 0.3) 0%,
        rgba(rgb(119,128,127), 0.2) 100%
    );
    height: 100%;
    z-index: 1;
    top: 0;
    position: absolute;
    width: 100%;
    transition: opacity 0.6s ease;
    opacity: 0.5;
}.course-offering .image-grid-item:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(40px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
               0 8px 20px rgba(0, 0, 0, 0.1);
}.course-offering .image-grid-item:hover::before {
    opacity: 0.7;
}.course-offering .details-box {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border-radius: 14px;
    padding: 2.5rem;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    background-color: #ffffff;
    position: relative;
    z-index: 2;
    transform: perspective(1000px) rotateY(2deg) translateZ(20px);
}.course-offering .details-box::before {
    transition: height 0.8s ease;
    width: 3px;
    left: 0;
    top: 0;
    position: absolute;
    content: "";
    height: 0;
    background: linear-gradient(to bottom, rgb(154,166,165), rgb(119,128,127));
}.course-offering .details-box:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    transform: perspective(1000px) rotateY(0deg) translateZ(30px);
}.course-offering .details-box:hover::before {
    height: 100%;
}.course-offering .description {
    margin-bottom: 1.5rem;
    line-height: 1.8;
    position: relative;
    padding-right: 10px;
    max-height: 300px;
    color: #000000;
    overflow-y: auto;
    font-size: 13px;
}.course-offering .description:last-child {
    margin-bottom: 0;
}.course-offering .description:first-child::first-letter {
    float: left;
    font-weight: 700;
    line-height: 0.8;
    color: rgb(154,166,165);
    padding: 0.1em 0.1em 0 0;
    font-size: 2.2em;
}.course-offering .description::-webkit-scrollbar {
    width: 4px;
}.course-offering .description::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.05);
}.course-offering .description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: linear-gradient(to bottom, rgb(154,166,165), rgb(119,128,127));
}

@keyframes floatEffect {
    0% {
        transform: rotate(-15deg) skewX(15deg) translate(0, 0);
    }
    50% {
        transform: rotate(-13deg) skewX(12deg) translate(10px, -10px);
    }
    100% {
        transform: rotate(-15deg) skewX(15deg) translate(-5px, 5px);
    }
}

@media (min-width: 768px) {.course-offering {
    padding: 8rem 0;
}.course-offering h2 {
    margin-bottom: 3.5rem;
    font-size: calc(32px * 1.1);
}.course-offering .skill-route {
    align-items: center;
    grid-template-columns: 1fr 1.5fr;
    gap: 3rem;
}.course-offering .image-grid-item {
    height: 500px;
}.course-offering .details-box {
    padding: 3rem;
}
}

@media (min-width: 992px) {.course-offering {
    padding: 10rem 0;
}.course-offering h2 {
    margin-bottom: 4rem;
    max-width: 80%;
    font-size: calc(32px * 1.2);
    margin-right: auto;
    margin-left: auto;
}.course-offering .skill-route {
    gap: 4rem;
    grid-template-columns: 1fr 1.3fr;
}.course-offering .image-grid-item {
    height: 550px;
}.course-offering .details-box {
    padding: 3.5rem;
}.course-offering .description {
    line-height: 1.9;
    font-size: calc(13px * 1.1);
    margin-bottom: 2rem;
    max-height: 350px;
}
}

@media (max-width: 767px) {.course-offering {
    padding: 4rem 0;
}.course-offering h2 {
    margin-bottom: 2rem;
    font-size: calc(32px * 0.9);
}.course-offering .image-grid-item {
    height: 250px;
    transform: perspective(1000px) rotateY(0deg) translateZ(10px);
}.course-offering .details-box {
    transform: perspective(1000px) rotateY(0deg) translateZ(10px);
    padding: 1.5rem;
}.course-offering .description {
    font-size: calc(13px * 0.95);
    max-height: 250px;
    line-height: 1.6;
    margin-bottom: 1rem;
}
}