* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}svg {
    width: 30px;
    height: 30px;
}html,body {
    min-height: 100%;
    height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
}.abuse_ctrl {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}.container {
    width: 1243px;
    max-width: 100%;
    margin: auto;
}.core-container {
    flex-direction: column;
    height: 100%;
    min-height: 100%;
    display: flex;
}.nav_sitebar {
    flex: 1 0 auto;
}a {
    text-decoration: none;
    color: inherit;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.company_overview {
    padding: 90px 0;
    background: rgb(152,168,183);
    position: relative;
    overflow: hidden;
}.company_overview::before {
    position: absolute;
    height: 5px;
    top: 0;
    content: "";
    background: linear-gradient(90deg, rgb(118,133,149), rgb(85,99,116));
    left: 0;
    width: 100%;
}.company_overview .container {
    position: relative;
    z-index: 2;
}.company_overview h2 {
    text-align: center;
    color: #000000;
    font-size: 37px;
    display: inline-block;
    padding: 0 15px;
    position: relative;
    transform: translateX(-50%);
    left: 50%;
    font-weight: 700;
    background: #ffffff;
    margin-bottom: 50px;
}.company_overview h2::after {
    background: rgb(118,133,149);
    transform: translateX(-50%);
    content: "";
    bottom: -10px;
    position: absolute;
    left: 50%;
    width: 40px;
    height: 2px;
}.company_overview .knowledge_pro {
    position: relative;
    gap: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}.company_overview .knowledge_pro::before {
    height: 50px;
    transform: translate(-50%, -50%);
    border: 3px solid rgb(118,133,149);
    z-index: 3;
    left: 50%;
    position: absolute;
    content: "";
    width: 50px;
    background: #ffffff;
    border-radius: 50%;
    top: 50%;
}.company_overview .knowledge_pro::after {
    content: "";
    top: 0;
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 1px;
    background: rgb(118,133,149,0.5);
    transform: translateX(-50%);
    left: 50%;
}.company_overview .knowledge_growth {
    background: #ffffff;
    padding: 35px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border-radius: 26px;
}.company_overview .knowledge_growth:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}.company_overview .knowledge_growth:first-child {
    border-bottom: 3px solid rgb(118,133,149);
}.company_overview .knowledge_growth:last-child {
    border-bottom: 3px solid rgb(85,99,116);
}.company_overview .knowledge_growth h3 {
    display: inline-block;
    font-size: 23px;
    position: relative;
    font-weight: 600;
    color: rgb(118,133,149);
    margin-bottom: 20px;
    padding-bottom: 15px;
}.company_overview .knowledge_growth h3::after {
    content: "";
    background: rgb(85,99,116);
    width: 60px;
    bottom: 0;
    height: 2px;
    left: 0;
    position: absolute;
}.company_overview .knowledge_growth p {
    margin-bottom: 0;
    color: #000000;
    line-height: 1.7;
    font-size: 16px;
}.company_overview .knowledge_growth:first-child::before {
    opacity: 0.2;
    line-height: 1;
    position: absolute;
    color: rgb(118,133,149,0.5);
    font-weight: 700;
    right: 20px;
    content: "01";
    font-size: 70px;
    top: 20px;
}.company_overview .knowledge_growth:last-child::before {
    color: rgb(85,99,116,0.5);
    opacity: 0.2;
    right: 20px;
    font-size: 70px;
    top: 20px;
    font-weight: 700;
    position: absolute;
    content: "02";
    line-height: 1;
}.company_overview .container::before {
    position: absolute;
    height: 200px;
    top: -100px;
    left: -100px;
    width: 200px;
    opacity: 0.1;
    content: "";
    border: 30px solid rgb(118,133,149,0.5);
    border-radius: 50%;
    z-index: -1;
}.company_overview .container::after {
    z-index: -1;
    border-radius: 50%;
    position: absolute;
    height: 150px;
    opacity: 0.1;
    right: -70px;
    content: "";
    bottom: -70px;
    width: 150px;
    border: 30px solid rgb(85,99,116,0.5);
}

@media screen and (max-width: 991px) {.company_overview {
    padding: 70px 0;
}.company_overview h2 {
    margin-bottom: 40px;
}.company_overview .knowledge_pro {
    grid-template-columns: 1fr;
    gap: 25px;
}.company_overview .knowledge_pro::before,
    .company_overview .knowledge_pro::after {
    display: none;
}.company_overview .knowledge_growth {
    padding: 30px;
}
}

@media screen and (max-width: 767px) {.company_overview {
    padding: 60px 0;
}.company_overview h2 {
    margin-bottom: 35px;
    font-size: calc(37px * 0.9);
}.company_overview .knowledge_growth {
    padding: 25px;
}.company_overview .knowledge_growth h3 {
    margin-bottom: 15px;
    font-size: calc(23px * 0.9);
}.company_overview .knowledge_growth p {
    font-size: calc(16px * 0.95);
}.company_overview .knowledge_growth:first-child::before,
    .company_overview .knowledge_growth:last-child::before {
    right: 15px;
    top: 15px;
    font-size: 60px;
}
}

@media screen and (max-width: 575px) {.company_overview {
    padding: 50px 0;
}.company_overview h2 {
    font-size: calc(37px * 0.8);
    margin-bottom: 30px;
}.company_overview .knowledge_growth {
    padding: 20px;
}.company_overview .knowledge_growth h3 {
    margin-bottom: 12px;
    padding-bottom: 10px;
    font-size: calc(23px * 0.85);
}.company_overview .knowledge_growth p {
    font-size: calc(16px * 0.9);
    line-height: 1.6;
}.company_overview .knowledge_growth:first-child::before,
    .company_overview .knowledge_growth:last-child::before {
    font-size: 50px;
    top: 10px;
    right: 10px;
}.company_overview .container::before,
    .company_overview .container::after {
    border-width: 20px;
    width: 100px;
    height: 100px;
}}.course_structure {
    z-index: 1;
    background: rgb(152,168,183);
    padding: 90px 0;
    position: relative;
    overflow: hidden;
}.course_structure::before {
    width: 100%;
    top: 0;
    content: "";
    background: 
        linear-gradient(135deg, rgb(118,133,149,0.5) 0%, transparent 70%),
        linear-gradient(225deg, rgb(85,99,116,0.5) 0%, transparent 70%);
    left: 0;
    opacity: 0.25;
    height: 100%;
    z-index: -1;
    position: absolute;
}.course_structure::after {
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(118,133,149,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(85,99,116,0.5) 0%, transparent 40%);
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    content: "";
    z-index: -1;
    opacity: 0.2;
    height: 100%;
}.course_structure .container {
    max-width: 1000px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
}.course_structure .our_ethos {
    flex-direction: column;
    gap: 40px;
    position: relative;
    display: flex;
}.course_structure .photo_box {
    border-radius: 14px;
    z-index: 1;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.6s;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateZ(0);
    height: 450px;
}.course_structure .photo_box:hover {
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.2);
    transform: translateY(-10px);
}.course_structure .photo_box::before {
    opacity: 0.7;
    position: absolute;
    z-index: 1;
    inset: 0;
    content: "";
    background: linear-gradient(to bottom, 
                transparent 70%, 
                rgb(118,133,149,0.5) 100%);
}.course_structure .photo_box::after {
    opacity: 0.05;
    background: 
        repeating-linear-gradient(
            -45deg, 
            transparent, 
            transparent 20px, 
            rgb(118,133,149,0.5) 20px, 
            rgb(118,133,149,0.5) 21px
        );
    z-index: 1;
    inset: 0;
    position: absolute;
    content: "";
}.course_structure .learn_business {
    z-index: 1;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    background: #ffffff;
    border-radius: 14px;
    padding: 40px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    position: relative;
}.course_structure .learn_business:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}.course_structure .learn_business::before {
    border-radius: 14px 14px 0 0;
    background: linear-gradient(90deg, 
                rgb(118,133,149), 
                rgb(85,99,116));
    left: 0;
    content: "";
    height: 5px;
    width: 100%;
    position: absolute;
    top: 0;
}.course_structure .learn_business::after {
    height: 10px;
    left: 5%;
    width: 90%;
    bottom: -5px;
    position: absolute;
    z-index: -1;
    background: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    content: "";
    border-radius: 0 0 50% 50%;
}.course_structure .head_wrap {
    align-items: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: inline-flex;
    padding: 15px;
    margin-bottom: 25px;
    position: relative;
    background: rgb(152,168,183);
    justify-content: center;
    border-radius: 10px;
}.course_structure .head_wrap:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px) rotate(5deg);
}.course_structure .head_wrap::after {
    border: 1px dashed rgb(118,133,149,0.5);
    border-radius: 10px;
    inset: 0;
    content: "";
    opacity: 0.5;
    position: absolute;
}.course_structure .head_wrap svg {
    transition: transform 0.3s ease;
    width: 80px;
    height: auto;
}.course_structure .head_wrap:hover svg {
    transform: scale(1.05);
}.course_structure .head_wrap svg path {
    fill: rgb(118,133,149);
    transition: fill 0.3s ease;
}.course_structure .head_wrap:hover svg path {
    fill: rgb(85,99,116);
}.course_structure .learn_business h3 {
    font-weight: 700;
    padding-bottom: 15px;
    color: #000000;
    margin-bottom: 20px;
    position: relative;
    font-family: Arial, sans-serif;
    font-size: 37px;
}.course_structure .learn_business h3::after {
    width: 50px;
    height: 3px;
    background: rgb(118,133,149);
    position: absolute;
    content: "";
    bottom: 0;
    transition: width 0.4s ease;
    left: 0;
}.course_structure .learn_business:hover h3::after {
    width: 100px;
}.course_structure .learn_business p {
    line-height: 1.8;
    font-family: Arial, sans-serif;
    font-weight: 400;
    position: relative;
    font-size: 16px;
    color: #000000;
    margin-bottom: 0;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@keyframes shine {
    0% {
        background-position: -200% center;
    }
    100% {
        background-position: 200% center;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {.course_structure {
    padding: 80px 0;
}.course_structure .photo_box {
    height: 400px;
}.course_structure .learn_business {
    padding: 35px;
}
}

@media (min-width: 768px) and (max-width: 991px) {.course_structure {
    padding: 70px 0;
}.course_structure .photo_box {
    height: 350px;
}.course_structure .learn_business {
    padding: 30px;
}.course_structure .head_wrap {
    padding: 12px;
}.course_structure .head_wrap svg {
    width: 70px;
}
}

@media (max-width: 767px) {.course_structure {
    padding: 60px 0;
}.course_structure .our_ethos {
    gap: 30px;
}.course_structure .photo_box {
    height: 300px;
}.course_structure .learn_business {
    padding: 25px;
}.course_structure .head_wrap {
    padding: 10px;
    margin-bottom: 20px;
}.course_structure .head_wrap svg {
    width: 60px;
}.course_structure .learn_business h3 {
    margin-bottom: 15px;
    padding-bottom: 12px;
    font-size: calc(37px * 0.9);
}
}

@media (max-width: 576px) {.course_structure {
    padding: 50px 0;
}.course_structure .our_ethos {
    gap: 25px;
}.course_structure .photo_box {
    height: 250px;
}.course_structure .learn_business {
    padding: 20px;
}.course_structure .head_wrap {
    padding: 8px;
    margin-bottom: 15px;
}.course_structure .head_wrap svg {
    width: 50px;
}.course_structure .learn_business h3 {
    margin-bottom: 12px;
    font-size: calc(37px * 0.8);
    padding-bottom: 10px;
}}.dialogCookieSettings {
    bottom: 0;
    border-top: 2px solid rgb(118,133,149);
    z-index: 90;
    background: rgb(152,168,183);
    position: fixed;
    width: 100%;
}.consent_edu {
    align-items: center;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
}#dataProtectionBox {
    display: none;
}#dataProtectionBox:checked ~ .dialogCookieSettings {
    visibility: hidden;
    opacity: 0;
}.dialogCookieSettings h5 {
    font-size: 22px;
    margin-bottom: 6px;
}.dialogCookieSettings p {
    font-size: 18px;
}.data_opt {
    flex-shrink: 0;
    margin-right: 10px;
}.data_opt svg, .data_opt svg path, .data_opt img {
    fill: rgb(118,133,149);
    height: 100px;
    width: 100px;
}.cookie_review {
    line-height: 35px;
    font-size: 24px;
    min-width: 120px;
    white-space: nowrap;
    color: rgb(118,133,149);
    cursor: pointer;
    text-decoration: none;
    margin-left: 10px;
    text-align: center;
    flex-shrink: 0;
    border-bottom: 2px solid rgb(118,133,149);
}.dialogCookieSettings p a {
    color: rgb(118,133,149);
    text-decoration: none;
}
@media only screen and (max-width: 1200px) {.dialogCookieSettings {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.data_opt {
    display: none;
}.consent_edu {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}.dialogCookieSettings h5 {
    text-align: center;
}.dialogCookieSettings p {
    text-align: center;
}.cookie_verify {
    margin-bottom: 20px;
}body .core-container .cookie_review {
    margin-bottom: 10px;
    margin-left: 0;
}}
.core-container .dialogCookieSettings {
    border: none;
    background: #ffffff;
    box-shadow: rgb(118,133,149,0.5) 0px 0px 40px 39px;
}.core-container .cookie_review {
    background: rgb(118,133,149);
    color: #ffffff;
    margin-left: 30px;
    font-size: 20px;
    padding: 10px;
    border: none;
    font-weight: 400;
}.core-container .data_opt {
    height: 80px;
    align-items: center;
    width: 80px;
    justify-content: center;
    background:rgb(118,133,149);
    border-radius: 50%;
    display: flex;
}.core-container .data_opt svg, .core-container .data_opt svg path, .core-container .data_opt img {
    fill:#000000;
    height: 40px;
    width: 40px;
}.core-container .cookie_verify h5, .core-container .cookie_verify p {
    color: #000000;
}
@media only screen and (max-width: 800px){.core-container .data_opt {
    margin-bottom: 14px;
    margin: 0;
}}.title_page {
    width: 100%;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    background: linear-gradient(135deg, rgb(85,99,116,0.5), rgb(118,133,149,0.5));
}.title_page::before {
    left: 0;
    background: radial-gradient(circle at 30% 40%, rgba(255,255,255,0.15) 0%, transparent 60%);
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
}.title_page::after {
    position: absolute;
    height: 100%;
    width: 60%;
    right: 0;
    opacity: 0.4;
    animation: pulse 15s infinite alternate ease-in-out;
    content: "";
    background: radial-gradient(ellipse at 70% 50%, rgb(85,99,116,0.5) 0%, transparent 70%);
    top: 0;
    z-index: 0;
}.title_page .master_zone {
    width: 90%;
    z-index: 2;
    max-width: 1200px;
    transform: translateY(-2vh);
    position: relative;
}.title_page .learning_page {
    backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateX(2deg);
    padding: 4rem 3rem;
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 0 20px 50px rgba(0,0,0,0.15), 
              0 5px 15px rgba(0,0,0,0.1),
              0 0 0 1px rgba(255,255,255,0.1) inset;
    background-blend-mode: overlay !important;
    position: relative;
}.title_page .learning_page::before {
    width: 100%;
    left: 0;
    height: 100%;
    background: linear-gradient(145deg, 
                rgba(255,255,255,0.15), 
                rgba(255,255,255,0.05) 30%, 
                rgba(0,0,0,0.2) 100%);
    top: 0;
    content: "";
    position: absolute;
    z-index: -1;
}.title_page .learning_page::after {
    height: 200px;
    position: absolute;
    opacity: 0.6;
    z-index: -1;
    animation: orbitFloat 25s infinite linear;
    right: -50px;
    border-radius: 50%;
    content: "";
    top: -50px;
    width: 200px;
    background: radial-gradient(circle, rgb(118,133,149,0.5) 0%, transparent 70%);
}.title_page .learning_page span {
    position: relative;
    transform: translateX(-5px);
    display: block;
    animation: slideInLeft 0.8s 0.2s forwards cubic-bezier(0.17, 0.67, 0.43, 0.99);
    opacity: 0;
    margin-bottom: 1.5rem;
}.title_page .learning_page h3 {
    font-family: Arial, sans-serif;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
    line-height: 1.5;
    z-index: 3;
    position: relative;
    font-size: calc(20px * 0.9);
    font-weight: 600;
    color: #ffffff;
    max-width: 85%;
    letter-spacing: 0.5px;
}.title_page .learning_page h1 {
    color: #ffffff;
    opacity: 0;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
    z-index: 3;
    background-clip: text !important;
    transform: translateY(20px);
    font-family: Arial, sans-serif;
    animation: slideInUp 0.8s 0.4s forwards cubic-bezier(0.17, 0.67, 0.43, 0.99);
    margin-bottom: 2rem;
    line-height: 1.2;
    background: linear-gradient(135deg, #ffffff, rgba(255,255,255,0.85));
    position: relative;
    font-size: 43px;
    font-weight: 700;
    -webkit-background-clip: text !important;
}.title_page .learning_page h1::after {
    left: 0;
    animation: expandWidth 0.6s 1s forwards cubic-bezier(0.17, 0.67, 0.43, 0.99);
    background: linear-gradient(90deg, rgb(118,133,149), transparent);
    width: 80px;
    content: "";
    bottom: -10px;
    transform-origin: left center;
    position: absolute;
    opacity: 0;
    height: 4px;
}.title_page .learning_page div div {
    transform: translateY(20px);
    animation: slideInUp 0.8s 0.6s forwards cubic-bezier(0.17, 0.67, 0.43, 0.99);
    opacity: 0;
}.title_page .learning_page p {
    line-height: 1.6;
    font-family: Arial, sans-serif;
    letter-spacing: 0.2px;
    color: #ffffff;
    max-width: 90%;
    position: relative;
    font-size: calc(14px * 1.2);
    margin: 0;
    z-index: 3;
}.title_page .learning_page::before {
    top: 30%;
    z-index: 2;
    border-radius: 50%;
    box-shadow: 0 0 15px 5px rgba(255,255,255,0.3);
    position: absolute;
    animation: twinkle 4s infinite alternate ease-in-out;
    width: 6px;
    background-color: #ffffff;
    height: 6px;
    content: "";
    right: 20%;
}.title_page .learning_page span::before,
.title_page .learning_page span::after,
.title_page .learning_page h1::before,
.title_page .learning_page p::before {
    height: 4px;
    border-radius: 50%;
    background-color: #ffffff;
    position: absolute;
    z-index: 2;
    width: 4px;
    content: "";
}.title_page .learning_page span::before {
    left: 20%;
    box-shadow: 0 0 10px 2px rgba(255,255,255,0.2);
    top: -15px;
    animation: twinkle 3s infinite alternate-reverse ease-in-out;
}.title_page .learning_page span::after {
    right: 30%;
    bottom: 10px;
    animation: twinkle 5s infinite alternate ease-in-out;
    box-shadow: 0 0 10px 3px rgba(255,255,255,0.25);
}.title_page .learning_page h1::before {
    right: 25%;
    box-shadow: 0 0 12px 4px rgba(255,255,255,0.3);
    animation: twinkle 4.5s infinite alternate-reverse ease-in-out;
    top: 10px;
}.title_page .learning_page p::before {
    left: 15%;
    box-shadow: 0 0 8px 2px rgba(255,255,255,0.2);
    animation: twinkle 3.5s infinite alternate ease-in-out;
    top: -15px;
}.title_page .learning_page h1::after {
    background: linear-gradient(to right, rgb(255, 255, 255, 0.5), transparent);
    position: absolute;
    top: 30%;
    right: -90px;
    opacity: 0.5;
    content: "";
    z-index: 1;
    width: 80px;
    height: 1px;
    transform: rotate(45deg);
}.title_page .learning_page span::after {
    bottom: -10px;
    position: absolute;
    height: 1px;
    background: linear-gradient(to right, rgb(255, 255, 255, 0.5), transparent);
    opacity: 0.5;
    content: "";
    left: -70px;
    z-index: 1;
    transform: rotate(-30deg);
    width: 60px;
}

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

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

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

@keyframes twinkle {
  0%, 100% {
    opacity: 0.3;
    transform: scale(0.8);
  }
  50% {
    opacity: 1;
    transform: scale(1.2);
  }
}

@keyframes pulse {
  0%, 100% {
    opacity: 0.4;
    transform: scale(1);
  }
  50% {
    opacity: 0.6;
    transform: scale(1.05);
  }
}

@keyframes orbitFloat {
  0% {
    transform: rotate(0deg) translateX(50px) rotate(0deg);
  }
  100% {
    transform: rotate(360deg) translateX(50px) rotate(-360deg);
  }
}


@media (max-width: 1200px) {.title_page .learning_page {
    padding: 3.5rem 2.5rem;
}.title_page .learning_page h1 {
    font-size: calc(43px * 0.9);
}.title_page .learning_page h3 {
    max-width: 90%;
}
}

@media (max-width: 992px) {.title_page .learning_page {
    transform: perspective(1000px) rotateX(1deg);
    padding: 3rem 2rem;
}.title_page .learning_page h1 {
    font-size: calc(43px * 0.8);
}.title_page .learning_page h3 {
    font-size: calc(20px * 0.85);
}.title_page .learning_page p {
    font-size: calc(14px * 1.1);
    max-width: 95%;
}
}

@media (max-width: 768px) {.title_page {
    min-height: 90vh;
}.title_page .master_zone {
    width: 95%;
}.title_page .learning_page {
    transform: none;
    padding: 2.5rem 1.5rem;
}.title_page .learning_page h1 {
    font-size: calc(43px * 0.7);
    margin-bottom: 1.5rem;
}.title_page .learning_page h3 {
    font-size: calc(20px * 0.8);
    max-width: 100%;
}.title_page .learning_page p {
    max-width: 100%;
    font-size: 14px;
}.title_page .learning_page h1::after {
    width: 60px;
    height: 3px;
}
}

@media (max-width: 576px) {.title_page {
    min-height: 85vh;
}.title_page .learning_page {
    padding: 2rem 1.25rem;
}.title_page .learning_page h1 {
    font-size: calc(43px * 0.6);
    margin-bottom: 1.25rem;
}.title_page .learning_page h3 {
    font-size: calc(20px * 0.75);
}.title_page .learning_page span {
    margin-bottom: 1rem;
}.title_page .learning_page h1::after {
    height: 3px;
    width: 50px;
    bottom: -8px;
}
}

@media (max-width: 390px) {.title_page .learning_page {
    padding: 1.5rem 1rem;
}.title_page .learning_page h1 {
    font-size: calc(43px * 0.5);
}.title_page .learning_page h3 {
    font-size: calc(20px * 0.7);
}.title_page .learning_page p {
    font-size: calc(14px * 0.9);
}}.teaching_history {
    border-radius: 19px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(152,168,183) 0%, rgb(118,133,149,0.5) 100%);
    padding: 4rem 2rem;
}.teaching_history::before {
    position: absolute;
    background: rgb(85,99,116,0.5);
    transform: rotate(-15deg);
    animation: pulse 8s infinite alternate;
    width: 70%;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
    z-index: 1;
    height: 120%;
    content: "";
    top: -10%;
    left: -10%;
}.teaching_history .feedback_panel {
    transition: transform 0.5s ease;
    grid-template-columns: 1fr 1.2fr;
    gap: 2rem;
    transform: perspective(1000px) rotateY(5deg);
    z-index: 2;
    display: grid;
    position: relative;
}.teaching_history .feedback_panel:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-10px);
}.teaching_history .photo_box {
    border-radius: 10px;
    height: 400px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    position: relative;
    transform: rotate(-3deg) translateY(20px);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}.teaching_history .photo_box::after {
    background: linear-gradient(45deg, rgb(118,133,149,0.5) 0%, transparent 70%);
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    border-radius: 10px;
    width: 100%;
}.teaching_history .feedback_panel:hover .photo_box {
    transform: rotate(0deg) translateY(0);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
}.teaching_history .exp_flex {
    position: relative;
    border-radius: 19px;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    transform: translateY(30px) rotate(2deg);
    background: #ffffff;
    transition: transform 0.5s ease;
    z-index: 3;
}.teaching_history .feedback_panel:hover .exp_flex {
    transform: translateY(0) rotate(0deg);
}.teaching_history .name {
    position: relative;
    font-size: 37px;
    margin-bottom: 0.5rem;
    font-family: Arial, sans-serif;
    font-weight: 700;
    color: rgb(118,133,149);
}.teaching_history .name::after {
    width: 60px;
    content: "";
    height: 3px;
    position: absolute;
    transform: scaleX(0.6);
    transform-origin: left;
    bottom: -8px;
    transition: transform 0.3s ease;
    left: 0;
    background: linear-gradient(90deg, rgb(85,99,116) 0%, rgb(118,133,149) 100%);
}.teaching_history .feedback_panel:hover .name::after {
    transform: scaleX(1);
}.teaching_history .exp_flex > div:nth-child(2) {
    color: rgb(85,99,116);
    transition: all 0.3s ease;
    font-size: 18px;
    margin-bottom: 1.5rem;
    transform: translateX(5px);
    font-weight: 600;
    opacity: 0.8;
}.teaching_history .feedback_panel:hover .exp_flex > div:nth-child(2) {
    transform: translateX(0);
    opacity: 1;
}.teaching_history .work_card {
    padding-left: 1.5rem;
    font-weight: 400;
    color: #000000;
    font-style: italic;
    line-height: 1.6;
    position: relative;
    font-size: 18px;
}.teaching_history .work_card::before {
    background: linear-gradient(to bottom, rgb(118,133,149), rgb(85,99,116));
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    position: absolute;
    width: 3px;
}

@keyframes pulse {
    0% {
        opacity: 0.2;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 0.1;
    }
}

@media (max-width: 768px) {.teaching_history .feedback_panel {
    grid-template-columns: 1fr;
}.teaching_history .photo_box {
    height: 300px;
}}.abuse_ctrl {
    z-index: 1;
    background-position: center center;
    color: #ffffff;
    padding: 5rem 0 3rem;
    position: relative;
}.abuse_ctrl::before {
    left: 0;
    background: linear-gradient(0deg, #000000 20%, transparent 100%);
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
    content: "";
}.abuse_ctrl::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
    background: repeating-linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.3) 0px,
        rgba(0, 0, 0, 0.3) 1px,
        transparent 1px,
        transparent 20px
    );
    opacity: 0.5;
}.abuse_ctrl .container {
    flex-direction: column;
    display: flex;
    position: relative;
}.abuse_ctrl .container::before {
    top: -80px;
    height: 80px;
    position: absolute;
    opacity: 0.3;
    left: 0;
    width: 100%;
    background: linear-gradient(0deg, rgb(118,133,149) 0%, transparent 100%);
    content: "";
    clip-path: polygon(0 80%, 100% 80%, 100% 100%, 0 100%);
}.abuse_ctrl .company_holder {
    position: relative;
    border: 1px solid rgba(rgb(118,133,149), 0.3);
    backdrop-filter: blur(5px);
    border-radius: 10px;
    clip-path: polygon(
        0 0,
        calc(100% - 30px) 0,
        100% 30px,
        100% 100%,
        30px 100%,
        0 calc(100% - 30px)
    );
    padding: 2rem;
    background: rgba(0, 0, 0, 0.4);
    margin-bottom: 4rem;
}.abuse_ctrl .company_holder::before {
    z-index: -1;
    clip-path: polygon(
        0 0,
        calc(100% - 40px) 0,
        100% 40px,
        100% 100%,
        40px 100%,
        0 calc(100% - 40px)
    );
    filter: blur(5px);
    background: linear-gradient(45deg, rgb(118,133,149), transparent 70%);
    width: calc(100% + 10px);
    top: -5px;
    left: -5px;
    opacity: 0.5;
    content: "";
    height: calc(100% + 10px);
    position: absolute;
}.abuse_ctrl .company_holder h3 {
    margin-bottom: 1.5rem;
    color: #ffffff;
    letter-spacing: 2px;
    font-weight: 700;
    font-size: calc(30px * 1.2);
    text-transform: uppercase;
    text-shadow: 0 0 10px rgb(118,133,149), 0 0 20px rgb(118,133,149), 0 0 30px rgb(118,133,149);
    display: inline-block;
    position: relative;
}.abuse_ctrl .company_holder h3::before {
    position: absolute;
    filter: blur(1px);
    color: rgb(118,133,149);
    content: attr(data-text);
    left: 2px;
    opacity: 0.7;
    top: 2px;
    z-index: -1;
}.abuse_ctrl .footer_classes {
    margin-top: 1.5rem;
    opacity: 0.8;
    border-left: 2px solid rgb(118,133,149);
    padding-left: 1rem;
    line-height: 1.6;
    font-size: 12px;
    color: #ffffff;
}.abuse_ctrl .a11y_tools {
    position: relative;
    justify-content: space-between;
    display: flex;
}.abuse_ctrl .a11y_tools::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgb(118,133,149), transparent);
    height: 1px;
    top: -20px;
}.abuse_ctrl .nav_begin {
    display: flex;
    width: 100%;
    gap: 2rem;
    justify-content: space-between;
}.abuse_ctrl .top_wrap {
    position: relative;
    background: rgba(0, 0, 0, 0.2);
    padding: 1.5rem;
    border-left: 2px solid rgb(118,133,149);
    border-bottom: 2px solid rgb(118,133,149);
    transition: all 0.3s ease;
    box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.3);
    flex: 1;
}.abuse_ctrl .top_wrap:hover {
    box-shadow: -8px 8px 20px rgba(0, 0, 0, 0.4);
    background: rgba(rgb(118,133,149,0.5), 0.1);
    transform: translateY(-5px);
}.abuse_ctrl .top_wrap h5 {
    color: rgb(85,99,116);
    margin-bottom: 1.5rem;
    position: relative;
    letter-spacing: 2px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 23px;
}.abuse_ctrl .top_wrap h5::after {
    box-shadow: 0 0 10px rgb(118,133,149);
    width: 40px;
    position: absolute;
    content: "";
    height: 2px;
    background: rgb(118,133,149);
    left: 0;
    bottom: -8px;
}.abuse_ctrl .top_wrap .nav_begin {
    flex-direction: column;
    gap: 1rem;
    display: flex;
}.abuse_ctrl .top_wrap .nav_begin a {
    color: #ffffff;
    position: relative;
    opacity: 0.7;
    font-size: 12px;
    overflow: hidden;
    padding: 0.5rem 0 0.5rem 1.5rem;
    text-decoration: none;
    transition: all 0.3s ease;
}.abuse_ctrl .top_wrap .nav_begin a::before {
    transition: all 0.3s ease;
    color: rgb(118,133,149);
    left: 0;
    font-size: 0.8em;
    position: absolute;
    content: "//";
}.abuse_ctrl .top_wrap .nav_begin a:hover {
    opacity: 1;
    text-shadow: 0 0 5px rgb(118,133,149);
    color: rgb(118,133,149);
}.abuse_ctrl .top_wrap .nav_begin a:hover::before {
    color: rgb(85,99,116);
}.subscr_info {
    background: rgba(0, 0, 0, 0.6);
    padding: 1.5rem 0;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    position: relative;
    margin-top: 3rem;
}.subscr_info::before {
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    background-image: 
        linear-gradient(90deg, transparent, rgb(118,133,149), transparent);
    height: 1px;
}.subscr_info .container {
    align-items: center;
    display: flex;
    justify-content: center;
}.subscr_info .grant_info {
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    font-size: 16px;
    opacity: 0.7;
    color: #ffffff;
}.subscr_info .grant_info::before,
.subscr_info .grant_info::after {
    color: rgb(118,133,149);
    content: "//";
    margin: 0 10px;
}

@keyframes neon-flicker {
    0%, 19%, 21%, 23%, 25%, 54%, 56%, 100% {
        opacity: 0.9;
        text-shadow: 0 0 10px rgb(118,133,149), 0 0 20px rgb(118,133,149);
    }
    20%, 24%, 55% {
        opacity: 0.5;
        text-shadow: none;
    }
}

@keyframes scan-lines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 100%;
    }
}

@media screen and (max-width: 992px) {.abuse_ctrl .a11y_tools {
    flex-direction: column;
}.abuse_ctrl .nav_begin {
    flex-direction: column;
}.abuse_ctrl .top_wrap {
    width: 100%;
    margin-bottom: 1rem;
}.subscr_info {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
}
}

@media screen and (max-width: 768px) {.abuse_ctrl {
    padding: 4rem 0 2rem;
}.abuse_ctrl .company_holder {
    padding: 1.5rem;
    margin-bottom: 3rem;
}.abuse_ctrl .company_holder h3 {
    font-size: 30px;
}.abuse_ctrl .top_wrap h5 {
    font-size: calc(23px * 0.9);
}.subscr_info {
    padding: 1.2rem 0;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 15% 100%);
    margin-top: 2rem;
}
}

@media screen and (max-width: 576px) {.abuse_ctrl {
    padding: 3rem 0 2rem;
}.abuse_ctrl .company_holder {
    clip-path: polygon(
            0 0,
            calc(100% - 20px) 0,
            100% 20px,
            100% 100%,
            20px 100%,
            0 calc(100% - 20px)
        );
}.abuse_ctrl .company_holder h3 {
    letter-spacing: 1px;
    font-size: calc(30px * 0.85);
}.abuse_ctrl .footer_classes {
    font-size: calc(12px * 0.9);
}.abuse_ctrl .top_wrap {
    padding: 1rem;
}.abuse_ctrl .top_wrap .nav_begin a {
    font-size: calc(12px * 0.9);
}.subscr_info {
    clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
    padding: 1rem 0;
}.subscr_info .grant_info::before,
    .subscr_info .grant_info::after {
    display: none;
}}.thanksWeb {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(152,168,183), #ffffff);
}.thanksWeb::before {
    position: absolute;
    opacity: 0.2;
    content: "";
    height: 100%;
    z-index: 1;
    top: 0;
    background-size: 60px 60px;
    width: 100%;
    animation: movePattern 40s linear infinite;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(85,99,116,0.5) 49.5%, rgb(85,99,116,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(85,99,116,0.5) 49.5%, rgb(85,99,116,0.5) 50.5%, transparent 50.5%);
    left: 0;
}.thanksWeb::after {
    top: -50%;
    background: linear-gradient(120deg, rgb(118,133,149,0.5) 10%, transparent 80%);
    right: -20%;
    transform: rotate(25deg);
    width: 70%;
    opacity: 0.1;
    z-index: 0;
    content: "";
    position: absolute;
    height: 200%;
}.thanksWeb .container {
    transform-style: preserve-3d;
    perspective: 1000px;
    padding: 0 20px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
    max-width: 1140px;
}.thanksWeb h2 {
    margin-bottom: 40px;
    animation: fadeSlideIn 0.8s ease-out forwards;
    color: #000000;
    transform: translateZ(20px);
    font-size: 30px;
    font-weight: 600;
    text-shadow: 0 1px 0 rgba(255,255,255,0.8);
    line-height: 1.4;
    position: relative;
}.thanksWeb h2::after {
    transform-origin: left;
    content: "";
    height: 3px;
    background: linear-gradient(90deg, rgb(118,133,149), rgb(85,99,116));
    bottom: -16px;
    animation: expandLine 0.6s 0.4s forwards ease-out;
    left: 0;
    position: absolute;
    width: 80px;
    transform: scaleX(0);
}.thanksWeb .our_ethos {
    background: #ffffff;
    position: relative;
    animation: fadeSlideUp 0.8s 0.3s ease-out forwards;
    box-shadow: 0 15px 35px rgba(0,0,0,0.05), 
                0 5px 15px rgba(0,0,0,0.03);
    padding: 35px 40px 30px;
    border-left: 4px solid rgb(85,99,116);
    transform: translateZ(10px) translateY(10px);
    opacity: 0;
}.thanksWeb .our_ethos::before {
    background: linear-gradient(135deg, rgb(85,99,116,0.5) 30%, transparent 70%);
    height: 100px;
    opacity: 0.15;
    transform: translateZ(-5px);
    right: 20px;
    position: absolute;
    border-radius: 50%;
    width: 100px;
    content: "";
    top: 20px;
}.thanksWeb ul {
    padding: 0;
    list-style: none;
    margin: 0;
}.thanksWeb li {
    position: relative;
    padding-left: 25px;
}.thanksWeb li::before {
    height: 8px;
    left: 0;
    animation: pulse 3s infinite;
    width: 8px;
    top: 8px;
    position: absolute;
    content: "";
    background: rgb(118,133,149);
    opacity: 0.9;
    transform: rotate(45deg);
}.thanksWeb li span {
    display: block;
    font-size: 14px;
    color: #000000;
    line-height: 1.8;
    font-family: Arial, sans-serif;
}

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

@keyframes fadeSlideUp {
    from {
        opacity: 0;
        transform: translateZ(10px) translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateZ(10px) translateY(10px);
    }
}

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

@keyframes pulse {
    0%, 100% {
        transform: rotate(45deg) scale(1);
    }
    50% {
        transform: rotate(45deg) scale(1.2);
    }
}

@keyframes movePattern {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 500px 500px;
    }
}

@media (max-width: 1200px) {.thanksWeb {
    padding: 100px 0;
}.thanksWeb h2 {
    font-size: calc(30px * 0.9);
}
}

@media (max-width: 992px) {.thanksWeb {
    padding: 80px 0;
}.thanksWeb h2 {
    font-size: calc(30px * 0.85);
}.thanksWeb::after {
    width: 100%;
    right: -50%;
}.thanksWeb .our_ethos {
    padding: 30px 35px 25px;
}
}

@media (max-width: 768px) {.thanksWeb {
    padding: 60px 0;
}.thanksWeb h2 {
    font-size: calc(30px * 0.8);
    margin-bottom: 30px;
}.thanksWeb h2::after {
    bottom: -12px;
    width: 60px;
}.thanksWeb .our_ethos {
    padding: 25px 30px 20px;
}.thanksWeb li span {
    line-height: 1.7;
    font-size: calc(14px * 0.95);
}
}

@media (max-width: 576px) {.thanksWeb {
    padding: 50px 0;
}.thanksWeb h2 {
    font-size: calc(30px * 0.7);
    margin-bottom: 25px;
}.thanksWeb .our_ethos {
    padding: 20px 25px 15px;
    border-left-width: 3px;
}.thanksWeb li {
    padding-left: 20px;
}.thanksWeb li::before {
    top: 8px;
    width: 6px;
    height: 6px;
}.thanksWeb li span {
    line-height: 1.6;
    font-size: calc(14px * 0.9);
}.thanksWeb::before {
    background-size: 40px 40px;
}
}

@media (hover: hover) {.thanksWeb .our_ethos:hover {
    transform: translateZ(15px) translateY(5px);
    transition: transform 0.3s ease;
}}.privacy_frame {
    padding: 4rem 2rem;
    position: relative;
    background: linear-gradient(135deg, rgb(152,168,183) 0%, rgba(255,255,255,0.95) 100%);
    overflow: hidden;
}.privacy_frame::before {
    content: "";
    position: absolute;
    height: 100%;
    background: radial-gradient(circle at 70% 30%, rgb(85,99,116,0.5) 0%, transparent 70%);
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
}.privacy_frame::after {
    content: "";
    z-index: 0;
    height: 15rem;
    right: -5rem;
    border-radius: 50%;
    filter: blur(30px);
    position: absolute;
    bottom: -5rem;
    width: 15rem;
    background: linear-gradient(45deg, rgb(118,133,149,0.5) 0%, transparent 80%);
}.privacy_frame .container {
    transform: perspective(1000px) rotateX(0.5deg);
    max-width: 1200px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
    position: relative;
    margin: 0 auto;
    padding: 2rem;
    z-index: 1;
    backdrop-filter: blur(8px);
}.privacy_frame h1 {
    font-size: 48px;
    margin-bottom: 2rem;
    position: relative;
    padding-bottom: 1rem;
    color: #000000;
    font-weight: 700;
    transform: translateY(-5px);
}.privacy_frame h1::after {
    position: absolute;
    bottom: 0;
    transform-origin: left;
    content: "";
    height: 4px;
    transition: transform 0.5s ease;
    left: 0;
    background: linear-gradient(90deg, rgb(118,133,149) 0%, rgb(85,99,116) 100%);
    width: 80px;
}.privacy_frame:hover h1::after {
    transform: scaleX(1.5);
}.privacy_frame h2 {
    border-left: 3px solid rgb(118,133,149);
    font-size: 34px;
    font-weight: 600;
    padding-left: 1rem;
    position: relative;
    margin: 2.5rem 0 1.5rem;
    color: #000000;
}.privacy_frame h3 {
    padding-left: 0.8rem;
    font-weight: 600;
    border-left: 2px solid rgb(85,99,116);
    margin: 2rem 0 1.2rem;
    color: #000000;
    font-size: calc(34px * 0.85);
    position: relative;
}.privacy_frame h4 {
    margin: 1.8rem 0 1rem;
    font-weight: 600;
    position: relative;
    padding-left: 0.6rem;
    border-left: 1px solid rgb(85,99,116,0.5);
    font-size: calc(34px * 0.7);
    color: #000000;
}.privacy_frame p {
    transition: transform 0.3s ease;
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    color: #000000;
    position: relative;
}.privacy_frame p:hover {
    transform: translateX(5px);
}.privacy_frame strong {
    color: rgb(118,133,149);
    padding-bottom: 2px;
    position: relative;
    font-weight: 700;
}.privacy_frame strong::after {
    content: "";
    height: 1px;
    transform-origin: left;
    transition: transform 0.3s ease;
    transform: scaleX(0);
    background-color: rgb(118,133,149,0.5);
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}.privacy_frame strong:hover::after {
    transform: scaleX(1);
}.privacy_frame ul {
    position: relative;
    margin: 1.5rem 0 2rem 1.5rem;
    padding: 1.5rem;
    background: linear-gradient(to right, rgba(rgb(152,168,183), 0.3), transparent);
    border-radius: 10px;
}.privacy_frame ul::before {
    position: absolute;
    border-radius: 10px 0 0 10px;
    background: linear-gradient(to bottom, rgb(118,133,149), rgb(85,99,116));
    height: 100%;
    content: "";
    left: 0;
    width: 4px;
    top: 0;
}.privacy_frame li {
    margin-bottom: 1.2rem;
    position: relative;
    line-height: 1.6;
    transition: transform 0.3s ease;
    padding-left: 1.8rem;
    font-size: 17px;
    color: #000000;
}.privacy_frame li:last-child {
    margin-bottom: 0;
}.privacy_frame li:hover {
    transform: translateX(5px);
}.privacy_frame li::before {
    height: 8px;
    left: 0;
    top: 0.5rem;
    width: 8px;
    transition: transform 0.3s ease, background 0.3s ease;
    background: linear-gradient(135deg, rgb(85,99,116) 0%, rgb(118,133,149) 100%);
    border-radius: 50%;
    content: "";
    position: absolute;
}.privacy_frame li:hover::before {
    transform: scale(1.5);
    background: linear-gradient(135deg, rgb(118,133,149) 0%, rgb(85,99,116) 100%);
}.privacy_frame span {
    font-size: 17px;
    display: block;
    background: linear-gradient(to right, rgba(255,255,255,0.9), rgba(255,255,255,0.5));
    transition: all 0.3s ease;
    border-left: 3px solid rgb(85,99,116,0.5);
    color: #000000;
    padding: 1rem 1.5rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
}.privacy_frame span:hover {
    border-left-color: rgb(118,133,149);
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    transform: translateY(-3px);
}

@media (max-width: 992px) {.privacy_frame {
    padding: 3rem 1.5rem;
}.privacy_frame .container {
    padding: 1.5rem;
    transform: none;
}.privacy_frame h1 {
    font-size: calc(48px * 0.9);
}.privacy_frame h2 {
    font-size: calc(34px * 0.9);
}
}

@media (max-width: 768px) {.privacy_frame {
    padding: 2rem 1rem;
}.privacy_frame .container {
    padding: 1.2rem;
}.privacy_frame h1 {
    font-size: calc(48px * 0.8);
    margin-bottom: 1.5rem;
}.privacy_frame h2 {
    font-size: calc(34px * 0.8);
    margin: 2rem 0 1rem;
}.privacy_frame h3 {
    font-size: calc(34px * 0.7);
}.privacy_frame h4 {
    font-size: calc(34px * 0.6);
}.privacy_frame ul {
    margin-left: 0;
    padding: 1.2rem;
}.privacy_frame p, 
    .privacy_frame li, 
    .privacy_frame span {
    font-size: calc(17px * 0.95);
}
}

@media (max-width: 576px) {.privacy_frame {
    padding: 1.5rem 0.8rem;
}.privacy_frame .container {
    padding: 1rem;
}.privacy_frame h1 {
    font-size: calc(48px * 0.7);
}.privacy_frame h2 {
    font-size: calc(34px * 0.7);
    padding-left: 0.8rem;
}.privacy_frame h3 {
    font-size: calc(34px * 0.6);
}.privacy_frame h4 {
    font-size: calc(34px * 0.5);
}.privacy_frame ul {
    padding: 1rem;
}.privacy_frame li {
    padding-left: 1.5rem;
}.privacy_frame p, 
    .privacy_frame li, 
    .privacy_frame span {
    font-size: calc(17px * 0.9);
    line-height: 1.6;
}.privacy_frame span {
    padding: 0.8rem 1rem;
}}.contact_information {
    padding: 100px 0;
    position: relative;
    background-color: rgb(152,168,183);
    overflow: hidden;
}.contact_information::before {
    position: absolute;
    opacity: 0.15;
    top: 0;
    left: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: linear-gradient(120deg, rgb(118,133,149,0.5) 0%, transparent 75%);
}.contact_information::after {
    background: linear-gradient(240deg, rgb(85,99,116,0.5) 0%, transparent 70%);
    height: 70%;
    right: 0;
    width: 70%;
    position: absolute;
    bottom: 0;
    content: "";
    opacity: 0.1;
}.contact_information .container {
    max-width: 1200px;
    padding: 0 30px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}.contact_information h2 {
    font-size: 35px;
    color: #000000;
    margin-bottom: 15px;
    font-family: Arial, sans-serif;
    text-align: center;
    font-weight: 700;
    position: relative;
}.contact_information .inquiry_message {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    flex-wrap: wrap;
    overflow: hidden;
    background: #ffffff;
    display: flex;
    margin-top: 50px;
    border-radius: 16px;
    flex-direction: row-reverse;
}.contact_information .photo_box {
    position: relative;
    flex: 0 0 40%;
    min-height: 500px;
    overflow: hidden;
}.contact_information .photo_box::after {
    top: 0;
    content: "";
    background: linear-gradient(to bottom, transparent 30%, rgba(0, 0, 0, 0.4));
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
}.contact_information .query_query {
    flex: 0 0 60%;
    position: relative;
    padding: 60px;
}.contact_information .query_query::before {
    border-radius: 2.5px;
    content: "";
    height: calc(100% - 80px);
    left: 0;
    position: absolute;
    background: linear-gradient(to bottom, rgb(118,133,149), rgb(85,99,116));
    top: 40px;
    width: 5px;
}.contact_information form {
    width: 100%;
    padding-left: 25px;
}.contact_information form h3 {
    margin-bottom: 35px;
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: 18px;
    font-weight: 600;
}.contact_information form input[type="text"] {
    color: #000000;
    border: none;
    font-size: 13px;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    width: 100%;
    background: rgb(152,168,183);
    padding: 18px 25px;
}.contact_information form input[type="text"]:focus {
    background: rgba(rgb(118,133,149), 0.05);
    box-shadow: 0 0 0 2px rgb(118,133,149,0.5);
    outline: none;
}.contact_information form input[type="text"]::placeholder {
    color: rgba(#000000, 0.4);
}.contact_information .request_query {
    display: flex;
    margin: 10px 0 30px;
    align-items: flex-start;
}.contact_information .request_query input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact_information .request_query label {
    line-height: 1.5;
    font-size: 15px;
    cursor: pointer;
    position: relative;
    padding-left: 35px;
    color: #000000;
}.contact_information .request_query label::before {
    content: "";
    border-radius: 10px;
    position: absolute;
    border: 2px solid rgb(118,133,149,0.5);
    top: 2px;
    transition: all 0.2s ease;
    height: 22px;
    width: 22px;
    left: 0;
}.contact_information .request_query input[type="checkbox"]:checked + label::before {
    border-color: rgb(118,133,149);
    background-color: rgb(118,133,149);
}.contact_information .request_query input[type="checkbox"]:checked + label::after {
    border-right: 2px solid #ffffff;
    content: "";
    top: 9px;
    height: 11px;
    transform: rotate(45deg);
    border-bottom: 2px solid #ffffff;
    position: absolute;
    left: 8px;
    width: 6px;
}.contact_information .request_query label a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: rgb(118,133,149);
}.contact_information .request_query label a:hover {
    text-decoration: underline;
    color: rgb(85,99,116);
}.contact_information form .query_message {
    padding: 15px 35px;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    background: linear-gradient(45deg, rgb(118,133,149), rgb(85,99,116));
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
    position: relative;
    font-weight: 600;
    overflow: hidden;
    display: inline-block;
    transition: all 0.3s ease;
    border: none;
}.contact_information form .query_message::before {
    transition: all 0.4s ease;
    transform: rotate(45deg) translateX(-200%);
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    content: "";
    width: 120%;
    left: -10%;
    height: 120%;
    top: -10%;
}.contact_information form .query_message:hover {
    box-shadow: 0 8px 15px rgba(rgb(118,133,149), 0.3);
    transform: translateY(-2px);
}.contact_information form .query_message:hover::before {
    transform: rotate(45deg) translateX(200%);
}.contact_information svg {
    width: 22px;
    height: 22px;
    fill: rgb(118,133,149);
}.contact_information svg path {
    transition: fill 0.3s ease;
    fill: rgb(118,133,149);
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.05;
    }
    50% {
        opacity: 0.1;
    }
}

@media screen and (max-width: 1024px) {.contact_information .query_query {
    padding: 50px 40px;
}
}

@media screen and (max-width: 991px) {.contact_information .photo_box {
    flex: 0 0 100%;
    min-height: 300px;
}.contact_information .query_query {
    flex: 0 0 100%;
}.contact_information .query_query::before {
    height: 5px;
    top: 0;
    background: linear-gradient(to right, rgb(118,133,149), rgb(85,99,116));
    width: calc(100% - 80px);
    left: 40px;
}.contact_information form {
    padding-left: 0;
    padding-top: 25px;
}
}

@media screen and (max-width: 767px) {.contact_information {
    padding: 70px 0;
}.contact_information .photo_box {
    min-height: 250px;
}.contact_information .query_query {
    padding: 40px 30px;
}.contact_information .query_query::before {
    width: calc(100% - 60px);
    left: 30px;
}
}

@media screen and (max-width: 480px) {.contact_information {
    padding: 50px 0;
}.contact_information h2 {
    font-size: calc(35px * 0.8);
}.contact_information .photo_box {
    min-height: 200px;
}.contact_information .query_query {
    padding: 30px 20px;
}.contact_information .query_query::before {
    left: 20px;
    width: calc(100% - 40px);
}.contact_information form h3 {
    margin-bottom: 25px;
    font-size: calc(18px * 0.9);
}.contact_information form input[type="text"] {
    padding: 15px 20px;
}.contact_information form .query_message {
    width: 100%;
    text-align: center;
}}.pricing_kit {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.pricing_kit::before {
    width: 100%;
    top: 0;
    height: 100%;
    left: 0;
    position: absolute;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
    z-index: 1;
    content: "";
}.pricing_kit .container {
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 2;
}.price_options {
    position: relative;
}.pricing_kit h2 {
    font-size: 36px;
    color: #ffffff;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
    font-weight: 700;
    position: relative;
    text-align: center;
}.pricing_kit h2::after {
    background: linear-gradient(90deg, rgb(118,133,149), rgb(85,99,116));
    width: 80px;
    bottom: -12px;
    transform: translateX(-50%);
    height: 3px;
    content: "";
    left: 50%;
    position: absolute;
}.pricing_kit .price_choices {
    max-width: 800px;
    opacity: 0.9;
    text-align: center;
    margin: 0 auto 50px;
    font-size: 18px;
    line-height: 1.6;
    color: #ffffff;
}.pricing_kit .rate_schemes {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    padding: 0;
    list-style: none;
    gap: 30px;
    display: grid;
    margin: 0;
}.pricing_kit .price_panel {
    display: block;
    will-change: transform;
    transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 100%;
    text-decoration: none;
    position: relative;
}.pricing_kit .price_panel:hover {
    transform: translateY(-8px);
}.pricing_kit .pricing_tiers {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    transition: box-shadow 0.3s ease, border 0.3s ease;
    background: linear-gradient(145deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.03) 100%);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
    box-shadow: 0 15px 30px rgba(0,0,0,0.15), 0 5px 15px rgba(0,0,0,0.1);
    height: 100%;
    backdrop-filter: blur(10px);
}.pricing_kit .price_panel:hover .pricing_tiers {
    border-color: rgba(255,255,255,0.2);
    box-shadow: 0 20px 40px rgba(0,0,0,0.2), 0 10px 20px rgba(0,0,0,0.15);
}.pricing_kit .program_price {
    padding: 35px 30px;
    position: relative;
    z-index: 2;
    display: flex;
    height: 100%;
    flex-direction: column;
}.pricing_kit .pricing_tiers::before {
    height: 5px;
    content: "";
    top: 0;
    z-index: 1;
    position: absolute;
    background: linear-gradient(90deg, rgb(118,133,149), rgb(85,99,116));
    width: 100%;
    left: 0;
}.pricing_kit .program_price h4 {
    font-weight: 600;
    color: #ffffff;
    padding-bottom: 15px;
    margin: 0 0 20px;
    font-size: calc(20px + 2px);
    position: relative;
}.pricing_kit .program_price h4::after {
    background-color: rgb(85,99,116);
    bottom: 0;
    position: absolute;
    content: "";
    height: 2px;
    width: 40px;
    left: 0;
}.pricing_kit .program_price p {
    font-size: 18px;
    flex-grow: 1;
    opacity: 0.85;
    color: #ffffff;
    white-space: normal;
    overflow-wrap: break-word;
    margin: 0 0 25px;
    line-height: 1.6;
    word-wrap: break-word;
    hyphens: auto;
}.pricing_kit .rate_panel {
    background: linear-gradient(135deg, rgb(118,133,149,0.5) 0%, rgb(85,99,116,0.5) 100%);
    font-size: calc(20px + 4px);
    display: inline-block;
    font-weight: 700;
    color: #ffffff;
    z-index: 1;
    letter-spacing: 0.5px;
    position: relative;
    padding: 10px 20px;
    border-radius: 3px;
}.pricing_kit .rate_panel::before {
    inset: 0;
    position: absolute;
    opacity: 0.6;
    transition: opacity 0.3s ease;
    border-radius: 3px;
    z-index: -1;
    content: "";
    background: linear-gradient(135deg, rgb(118,133,149,0.5) 0%, rgb(85,99,116,0.5) 100%);
}.pricing_kit .price_panel:hover .rate_panel::before {
    opacity: 1;
}.pricing_kit li:nth-child(even) .pricing_tiers::before {
    background: linear-gradient(90deg, rgb(85,99,116), rgb(118,133,149));
}

@media (max-width: 1200px) {.pricing_kit {
    padding: 100px 0;
}.pricing_kit .rate_schemes {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}

@media (max-width: 991px) {.pricing_kit {
    padding: 80px 0;
}.pricing_kit .rate_schemes {
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
}.pricing_kit .program_price {
    padding: 30px 25px;
}
}

@media (max-width: 767px) {.pricing_kit {
    padding: 60px 0;
}.pricing_kit h2 {
    font-size: calc(36px - 4px);
}.pricing_kit .price_choices {
    margin-bottom: 40px;
    font-size: calc(18px - 1px);
}.pricing_kit .rate_schemes {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 450px;
}.pricing_kit .program_price h4 {
    font-size: 20px;
}.pricing_kit .rate_panel {
    font-size: 20px;
}
}

@media (max-width: 480px) {.pricing_kit {
    padding: 50px 0;
}.pricing_kit .program_price {
    padding: 25px 20px;
}.pricing_kit h2 {
    font-size: calc(36px - 6px);
}.pricing_kit .price_choices {
    font-size: calc(18px - 2px);
}}header {
    overflow: visible;
    position: relative;
    width: 100%;
    background: rgb(152,168,183);
    z-index: 99;
}header::before {
    top: 0;
    z-index: -1;
    position: absolute;
    background: linear-gradient(90deg, rgb(118,133,149,0.5) 0%, transparent 50%, rgb(118,133,149,0.5) 100%);
    left: 0;
    opacity: 0.15;
    height: 100%;
    width: 100%;
    content: "";
}header .head_sitebar {
    grid-template-columns: 1fr;
    display: grid;
    grid-template-rows: auto auto;
    gap: 15px;
    position: relative;
    padding: 20px;
}header .head_sitebar::after {
    height: 1px;
    left: 0;
    content: "";
    position: absolute;
    width: 100%;
    top: 50%;
    background: linear-gradient(90deg, transparent, rgb(118,133,149,0.5), transparent);
}header .head_sitebar .head_wrap {
    justify-self: center;
    z-index: 10;
    padding: 5px 20px 15px;
    position: relative;
}header .head_sitebar .head_wrap::before,
header .head_sitebar .head_wrap::after {
    width: 90%;
    position: absolute;
    content: "";
    border-radius: 29px;
    height: 90%;
}header .head_sitebar .head_wrap::before {
    transition: transform 0.3s ease;
    transform: scale(0);
    transform-origin: top left;
    top: -5px;
    left: -5px;
    border-top: 2px solid rgb(118,133,149);
    border-left: 2px solid rgb(118,133,149);
}header .head_sitebar .head_wrap::after {
    border-right: 2px solid rgb(85,99,116);
    border-bottom: 2px solid rgb(85,99,116);
    bottom: -5px;
    transition: transform 0.3s ease;
    transform-origin: bottom right;
    transform: scale(0);
    right: -5px;
}header .head_sitebar .head_wrap:hover::before,
header .head_sitebar .head_wrap:hover::after {
    transform: scale(1);
}header .head_sitebar .head_wrap .nav_section {
    transition: transform 0.3s ease;
    display: block;
}header .head_sitebar .head_wrap .nav_section svg {
    width: auto;
    height: 60px;
}header .head_sitebar .top_wrap {
    position: relative;
    padding: 20px 0 10px;
    justify-content: center;
    background: linear-gradient(180deg, transparent, rgb(85,99,116) 15%, rgba(0, 0, 0, 0.5) 85%, transparent 50%);
    flex-wrap: wrap;
    margin: 0;
    list-style: none;
    display: flex;
}header .head_sitebar .top_wrap::before,
header .head_sitebar .top_wrap::after {
    width: 2px;
    position: absolute;
    content: "";
    height: 70%;
    background: rgb(118,133,149,0.5);
    top: 15%;
}header .head_sitebar .top_wrap::before {
    left: 0;
}header .head_sitebar .top_wrap::after {
    right: 0;
}header .head_sitebar .top_wrap .main_bar {
    margin: 0;
    position: relative;
    padding: 0 15px;
    transition: transform 0.3s ease;
}header .head_sitebar .top_wrap .main_bar:not(:last-child)::after {
    content: "";
    top: 20%;
    position: absolute;
    background: rgb(85,99,116,0.5);
    height: 60%;
    width: 1px;
    right: 0;
}header .head_sitebar .top_wrap .main_bar:hover {
    transform: translateY(-3px);
}header .head_sitebar .top_wrap .main_bar a {
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    padding: 10px 5px;
    display: block;
    font-family: Arial, sans-serif;
    color: #000000;
    position: relative;
    transition: color 0.3s ease;
}header .head_sitebar .top_wrap .main_bar a:hover {
    color: rgb(118,133,149);
}header .head_sitebar .top_wrap .main_bar a::before {
    left: 0;
    transition: transform 0.3s ease;
    content: "";
    transform: scaleX(0);
    position: absolute;
    background: rgb(85,99,116);
    height: 2px;
    bottom: 5px;
    width: 100%;
}header .head_sitebar .top_wrap .main_bar a:hover::before {
    transform: scaleX(1);
}

@media (min-width: 993px) {header .head_sitebar {
    grid-template-rows: auto auto;
    padding: 15px 30px;
    grid-template-columns: 1fr;
}header .head_sitebar .top_wrap {
    padding: 20px 10px 10px;
}
}

@media (max-width: 992px) {header .head_sitebar {
    padding: 15px;
    grid-template-rows: auto auto;
    gap: 10px;
}header .head_sitebar .head_wrap {
    padding: 5px 10px;
}header .head_sitebar .head_wrap .nav_section svg {
    height: 45px;
}header .head_sitebar .top_wrap {
    padding: 15px 0 10px;
}header .head_sitebar .top_wrap .main_bar {
    padding: 0 10px;
}header .head_sitebar .top_wrap .main_bar a {
    padding: 8px 3px;
    font-size: calc(15px - 1px);
}
}

@media (max-width: 767px) {header .head_sitebar .top_wrap {
    justify-content: center;
    flex-wrap: wrap;
}header .head_sitebar .top_wrap .main_bar {
    margin: 3px 0;
}header .head_sitebar .top_wrap .main_bar:not(:last-child)::after {
    display: none;
}}.program_outcomes {
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(135deg, rgba(rgb(118,133,149,0.5), 0.03), rgba(rgb(85,99,116,0.5), 0.05));
    overflow: hidden;
}.program_outcomes::before {
    top: 0;
    width: 100%;
    content: "";
    height: 100%;
    z-index: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgba(rgb(118,133,149,0.5), 0.02),
        rgba(rgb(118,133,149,0.5), 0.02) 2px,
        transparent 2px,
        transparent 8px
    );
    position: absolute;
    left: 0;
}.program_outcomes .container {
    margin: 0 auto;
    padding: 0 1.5rem;
    max-width: 1200px;
    position: relative;
    display: flex;
    z-index: 1;
    flex-direction: column;
}.program_outcomes .photo_box {
    object-fit: cover;
    width: 100%;
    z-index: 2;
    height: 380px;
    filter: saturate(1.05);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.6s ease;
    box-shadow: 0 15px 30px rgba(rgba(0, 0, 0, 0.5), 0.1);
    transform: perspective(1000px) rotateX(2deg) rotateY(-1deg);
}.program_outcomes .photo_box:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateY(-5px);
    box-shadow: 0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.15);
}.program_outcomes .our_ethos {
    transform: translateZ(0);
    animation: slideUp 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    z-index: 3;
    margin-top: -80px;
    padding: 2.5rem;
    position: relative;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.08);
}.program_outcomes .word_wrapper {
    position: relative;
}.program_outcomes .word_wrapper::before {
    width: calc(100% + 5rem);
    opacity: 0;
    position: absolute;
    top: -2.5rem;
    animation: expandWidth 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s forwards;
    background: linear-gradient(90deg, 
        rgb(118,133,149) 0%, 
        rgb(85,99,116) 50%,
        rgb(118,133,149) 100%);
    transform-origin: left center;
    left: -2.5rem;
    height: 3px;
    content: "";
}.program_outcomes h1 {
    font-size: 29px;
    opacity: 0;
    animation: fadeUp 0.8s ease 0.2s forwards;
    line-height: 1.3;
    margin-bottom: 2rem;
    font-weight: 700;
    color: #000000;
    transform: translateY(20px);
}.program_outcomes ul {
    grid-template-columns: 1fr;
    display: grid;
    list-style: none;
    gap: 1.25rem;
    padding: 0;
    margin: 0;
}.program_outcomes li {
    opacity: 0;
    transform: translateX(15px);
    position: relative;
    animation: fadeSlideIn 0.6s ease forwards;
}.program_outcomes li:nth-child(1) {
    animation-delay: 0.3s;
}.program_outcomes li:nth-child(2) {
    animation-delay: 0.4s;
}.program_outcomes li:nth-child(3) {
    animation-delay: 0.5s;
}.program_outcomes li:nth-child(4) {
    animation-delay: 0.6s;
}.program_outcomes li:nth-child(5) {
    animation-delay: 0.7s;
}.program_outcomes li p {
    color: #000000;
    font-size: 14px;
    transition: transform 0.3s ease;
    transform: translateZ(0);
    padding-left: 0.75rem;
    letter-spacing: 0.01em;
    display: flex;
    margin: 0;
    align-items: flex-start;
    line-height: 1.6;
}.program_outcomes li:hover p {
    transform: translateX(5px);
    color: rgb(118,133,149);
}.program_outcomes li svg {
    transform: translateY(2px);
    flex-shrink: 0;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin-right: 1rem;
}.program_outcomes li:hover svg {
    transform: translateY(2px) scale(1.1) rotate(5deg);
}.program_outcomes svg path {
    transition: fill 0.3s ease;
    fill: rgb(118,133,149);
}.program_outcomes li:hover svg path {
    fill: rgb(85,99,116);
}

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

@keyframes fadeSlideIn {
    from { opacity: 0; transform: translateX(15px); }
    to { opacity: 1; transform: translateX(0); }
}

@keyframes slideUp {
    from { transform: translateY(30px); }
    to { transform: translateY(0); }
}

@keyframes expandWidth {
    from { width: 0; opacity: 1; }
    to { width: calc(100% + 5rem); opacity: 1; }
}

@media (min-width: 768px) {.program_outcomes {
    padding: 8rem 0;
}.program_outcomes .container {
    flex-direction: row;
    align-items: center;
    gap: 2rem;
}.program_outcomes .photo_box {
    margin-top: 0;
    transform: perspective(1000px) rotateX(2deg) rotateY(-3deg);
    width: 45%;
    height: 450px;
}.program_outcomes .our_ethos {
    width: 55%;
    margin-top: 0;
    margin-left: -5rem;
    padding: 3rem;
}.program_outcomes ul {
    grid-template-columns: repeat(2, 1fr);
}.program_outcomes h1 {
    font-size: 42px;
}
}

@media (min-width: 1024px) {.program_outcomes {
    padding: 10rem 0;
}.program_outcomes .container {
    gap: 3rem;
}.program_outcomes .photo_box {
    height: 550px;
}.program_outcomes .our_ethos {
    padding: 4rem;
    margin-left: -8rem;
}.program_outcomes .word_wrapper::before {
    height: 4px;
}
}

@media (max-width: 767px) {.program_outcomes .our_ethos {
    padding: 2rem;
    margin-right: 1rem;
    margin-left: 1rem;
    width: calc(100% - 2rem);
}.program_outcomes .photo_box {
    height: 280px;
}.program_outcomes h1 {
    font-size: calc(29px * 0.9);
}.program_outcomes li p {
    font-size: calc(14px * 0.95);
}
}

@media (max-width: 480px) {.program_outcomes {
    padding: 4rem 0;
}.program_outcomes .our_ethos {
    padding: 1.5rem;
}.program_outcomes .photo_box {
    height: 220px;
}.program_outcomes h1 {
    font-size: calc(29px * 0.8);
    margin-bottom: 1.5rem;
}.program_outcomes ul {
    gap: 1rem;
}.program_outcomes li p {
    font-size: calc(14px * 0.9);
}.program_outcomes li svg {
    height: 20px;
    width: 20px;
    margin-right: 0.75rem;
}}.course_methodology {
    overflow: hidden;
    background: rgb(152,168,183);
    padding: 130px 0;
    position: relative;
}.course_methodology::before {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    content: '';
    position: absolute;
    background: 
        radial-gradient(circle at 20% 50%, rgb(118,133,149,0.5) 0%, transparent 40%),
        radial-gradient(circle at 85% 30%, rgb(85,99,116,0.5) 0%, transparent 40%);
    z-index: 1;
    opacity: 0.2;
}.course_methodology .our_ethos {
    padding: 0 20px;
    z-index: 2;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.course_methodology .word_wrapper {
    border-radius: 20px;
    overflow: hidden;
    padding: 60px 70px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    max-width: 700px;
    margin: 0 auto;
    width: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
    position: relative;
}.course_methodology .word_wrapper::before {
    border-radius: calc(20px + 10px);
    top: -10px;
    position: absolute;
    animation: rotate-gradient 15s linear infinite;
    right: -10px;
    content: '';
    z-index: -1;
    left: -10px;
    background: linear-gradient(45deg, 
        rgb(118,133,149,0.5), 
        transparent 40%, 
        transparent 60%, 
        rgb(85,99,116,0.5)
    );
    bottom: -10px;
}.course_methodology .word_wrapper::after {
    border-radius: 20px;
    position: absolute;
    right: 0;
    margin: 3px;
    left: 0;
    background: rgb(152,168,183);
    top: 0;
    z-index: -1;
    bottom: 0;
    content: '';
}.course_methodology .word_wrapper h2 {
    font-weight: 700;
    color: #ffffff;
    font-size: 29px;
    display: inline-block;
    position: relative;
    margin-bottom: 35px;
}.course_methodology .word_wrapper h2::before {
    opacity: 0;
    left: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
    bottom: -4px;
    border-radius: 10px;
    position: absolute;
    background: linear-gradient(90deg, rgb(118,133,149), rgb(85,99,116));
    content: '';
    opacity: 0.7;
    transform: translateY(5px);
    width: 100%;
    height: 8px;
}.course_methodology .word_wrapper:hover h2::before {
    opacity: 1;
    transform: translateY(0);
}.course_methodology .word_wrapper p {
    position: relative;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.8;
    z-index: 2;
}.course_methodology::after {
    height: 100px;
    content: '';
    left: 0;
    width: 100%;
    position: absolute;
    z-index: 1;
    background: linear-gradient(to bottom, transparent, rgb(152,168,183));
    opacity: 0.8;
    bottom: 0;
}.course_methodology .our_ethos::before {
    content: '';
    background: rgb(118,133,149);
    opacity: 0.1;
    height: 40px;
    filter: blur(30px);
    transform: rotate(-35deg);
    top: 20%;
    animation: wave-motion 15s infinite alternate;
    left: -5%;
    position: absolute;
    width: 40%;
}.course_methodology .our_ethos::after {
    position: absolute;
    background: rgb(85,99,116);
    bottom: 10%;
    filter: blur(25px);
    opacity: 0.1;
    transform: rotate(25deg);
    height: 30px;
    content: '';
    width: 30%;
    right: -5%;
    animation: wave-motion 12s infinite alternate-reverse;
}@keyframes rotate-gradient {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes wave-motion {
    0% {
        transform: rotate(-35deg) translateY(0);
    }
    50% {
        transform: rotate(-30deg) translateY(20px);
    }
    100% {
        transform: rotate(-35deg) translateY(0);
    }
}

.course_methodology .word_wrapper p::after {
    filter: blur(20px);
    animation: pulse 8s infinite;
    background: rgb(118,133,149,0.5);
    border-radius: 50%;
    bottom: -20px;
    position: absolute;
    height: 60px;
    content: '';
    opacity: 0.3;
    right: -20px;
    width: 60px;
}@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.3);
        opacity: 0.5;
    }
}

.course_methodology .word_wrapper p::first-line {
    color: rgb(118,133,149);
    font-weight: 600;
}.course_methodology .word_wrapper::before {
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 80%, 
        80% 100%, 
        0% 100%
    );
}.course_methodology .word_wrapper h2::after {
    width: 100%;
    content: '';
    bottom: -15px;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(118,133,149,0.5), 
        transparent
    );
    position: absolute;
    left: 0;
    height: 1px;
}

@media screen and (max-width: 992px) {.course_methodology {
    padding: 100px 0;
}.course_methodology .word_wrapper {
    padding: 50px 50px;
}
}

@media screen and (max-width: 768px) {.course_methodology {
    padding: 80px 0;
}.course_methodology .word_wrapper {
    padding: 40px 30px;
}.course_methodology .word_wrapper h2 {
    font-size: calc(29px * 0.9);
    margin-bottom: 25px;
}.course_methodology .our_ethos::before,
    .course_methodology .our_ethos::after {
    width: 50%;
}
}

@media screen and (max-width: 480px) {.course_methodology {
    padding: 60px 0;
}.course_methodology .word_wrapper {
    padding: 30px 20px;
    border-radius: calc(20px * 0.8);
}.course_methodology .word_wrapper h2 {
    margin-bottom: 20px;
    font-size: calc(29px * 0.8);
}.course_methodology .word_wrapper p {
    font-size: calc(15px * 0.9);
}.course_methodology .word_wrapper::before {
    clip-path: polygon(
            0% 0%, 
            100% 0%, 
            100% 90%, 
            90% 100%, 
            0% 100%
        );
}}.get_support {
    padding: 80px 0;
    background: rgb(152,168,183);
    position: relative;
    overflow: hidden;
}.get_support::before {
    width: 100%;
    top: 0;
    background: linear-gradient(120deg, rgb(118,133,149,0.5) 0%, transparent 30%);
    left: 0;
    position: absolute;
    opacity: 0.2;
    content: "";
    height: 100%;
}.get_support .container {
    z-index: 1;
    position: relative;
}.get_support .contact_panel {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    border-radius: 23px;
    background: #ffffff;
    display: flex;
    overflow: hidden;
    padding: 0;
    position: relative;
    flex-direction: column;
}.get_support .contact_panel::before {
    height: 8px;
    top: 0;
    content: "";
    width: 100%;
    background: linear-gradient(90deg, rgb(118,133,149), rgb(85,99,116));
    left: 0;
    position: absolute;
}.get_support .contact_panel h2 {
    margin: 0;
    font-weight: 700;
    border-bottom: 1px solid rgb(152,168,183);
    padding: 40px 40px 20px;
    font-size: 34px;
    color: #000000;
}.get_support .contact_panel > p {
    font-size: 16px;
    line-height: 1.6;
    padding: 20px 40px;
    margin: 0;
    border-bottom: 1px solid rgb(152,168,183);
    color: #000000;
}.get_support .contact_panel > p:last-of-type {
    color: #000000;
    font-weight: 600;
    border-bottom: none;
    align-items: center;
    padding: 20px 40px;
    background: rgb(152,168,183);
    display: flex;
}.get_support .contact_panel > p:last-of-type svg {
    width: 18px;
    margin-right: 12px;
    height: 18px;
}.get_support .contact_panel > p:last-of-type svg path {
    fill: rgb(118,133,149);
}.get_support .edu_query {
    display: grid;
    padding: 0;
    grid-template-columns: repeat(3, 1fr);
    margin: 0;
}.get_support .instant_help {
    text-decoration: none;
    display: flex;
    align-items: center;
    position: relative;
    border-right: 1px solid rgb(152,168,183);
    justify-content: center;
    padding: 25px;
    transition: all 0.3s ease;
}.get_support .instant_help:last-child {
    border-right: none;
}.get_support .instant_help::before {
    transform-origin: center;
    width: 100%;
    height: 3px;
    left: 0;
    content: "";
    transition: transform 0.3s ease;
    position: absolute;
    background: rgb(118,133,149);
    transform: scaleX(0);
    bottom: 0;
}.get_support .instant_help:hover::before {
    transform: scaleX(1);
}.get_support .instant_help svg {
    transition: all 0.3s ease;
    height: 32px;
    width: 32px;
}.get_support .instant_help svg path {
    fill: #000000;
    transition: fill 0.3s ease;
}.get_support .instant_help:hover svg {
    transform: translateY(-5px);
}.get_support .instant_help:hover svg path {
    fill: rgb(118,133,149);
}.get_support .instant_help::after {
    font-weight: 600;
    opacity: 0;
    position: absolute;
    font-size: 13px;
    left: 50%;
    transition: all 0.3s ease;
    bottom: 10px;
    content: attr(title);
    transform: translateX(-50%) translateY(10px);
    color: #000000;
}.get_support .instant_help:hover::after {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}

.get_support .contact_panel::after {
    width: 200px;
    content: "";
    position: absolute;
    border-radius: 50%;
    right: -100px;
    height: 200px;
    filter: blur(30px);
    opacity: 0.1;
    background: rgb(85,99,116,0.5);
    bottom: -100px;
}

@media (max-width: 992px) {.get_support .contact_panel h2 {
    padding: 30px 30px 15px;
    font-size: calc(34px - 4px);
}.get_support .contact_panel > p {
    padding: 15px 30px;
}.get_support .contact_panel > p:last-of-type {
    padding: 15px 30px;
}.get_support .instant_help {
    padding: 20px;
}.get_support .instant_help svg {
    height: 28px;
    width: 28px;
}
}

@media (max-width: 768px) {.get_support {
    padding: 60px 0;
}.get_support .contact_panel h2 {
    font-size: calc(34px - 6px);
    padding: 25px 20px 15px;
}.get_support .contact_panel > p {
    padding: 15px 20px;
}.get_support .contact_panel > p:last-of-type {
    padding: 15px 20px;
}.get_support .edu_query {
    grid-template-columns: 1fr;
}.get_support .instant_help {
    border-bottom: 1px solid rgb(152,168,183);
    padding: 20px;
    border-right: none;
}.get_support .instant_help:last-child {
    border-bottom: none;
}.get_support .instant_help svg {
    width: 28px;
    height: 28px;
}.get_support .instant_help::after {
    position: static;
    transform: translateX(-50%) translateY(0);
    margin-top: 8px;
    display: block;
    font-size: 13px;
    opacity: 1;
}
}

@media (max-width: 576px) {.get_support {
    padding: 40px 0;
}.get_support .contact_panel h2 {
    font-size: calc(34px - 8px);
    padding: 20px 15px 10px;
}.get_support .contact_panel > p {
    font-size: calc(16px - 1px);
    padding: 10px 15px;
}.get_support .contact_panel > p:last-of-type {
    padding: 10px 15px;
}.get_support .instant_help {
    padding: 15px;
}.get_support .instant_help svg {
    height: 24px;
    width: 24px;
}
}

@media (prefers-reduced-motion) {.get_support .instant_help:hover svg {
    transform: none;
}.get_support .contact_panel::after {
    animation: none;
}}.register_now {
    overflow: hidden;
    padding: 140px 0;
    background: linear-gradient(120deg, #ffffff 0%, rgb(152,168,183) 100%);
    position: relative;
}.register_now::before {
    width: 100%;
    z-index: 1;
    content: '';
    height: 100%;
    background-position: 0 0, 30px 30px;
    background: linear-gradient(45deg, rgb(118,133,149,0.5) 25%, transparent 25%, transparent 75%, rgb(118,133,149,0.5) 75%, rgb(118,133,149,0.5));
    position: absolute;
    background-size: 60px 60px;
    opacity: 0.05;
    top: 0;
    left: 0;
}.register_now .our_ethos {
    margin: 0 auto;
    z-index: 10;
    padding: 80px 0;
    border: 1px solid rgb(118,133,149);
    position: relative;
    max-width: 1000px;
}.register_now .our_ethos::before {
    position: absolute;
    opacity: 0.5;
    top: -30px;
    height: calc(100% + 60px);
    left: -30px;
    z-index: -1;
    width: calc(100% + 60px);
    border: 1px solid rgb(118,133,149,0.5);
    content: '';
}.register_now .our_ethos::after {
    top: -60px;
    border: 1px solid rgb(118,133,149,0.5);
    height: calc(100% + 120px);
    position: absolute;
    width: calc(100% + 120px);
    opacity: 0.2;
    content: '';
    left: -60px;
    z-index: -2;
}.register_now .container {
    flex-direction: column;
    display: flex;
    align-items: center;
    text-align: center;
}.register_now .container p {
    position: relative;
    padding: 0;
    max-width: 700px;
    font-size: 28px;
    line-height: 1.4;
    font-weight: 700;
    margin: 0 0 50px 0;
    color: #000000;
    z-index: 5;
}.register_now .query_message {
    z-index: 5;
    font-size: 20px;
    border: 1px solid rgb(118,133,149);
    font-weight: 600;
    display: inline-block;
    transition: all 0.4s ease;
    position: relative;
    text-decoration: none;
    background: transparent;
    color: rgb(118,133,149);
    padding: 16px 40px;
}.register_now .query_message::before {
    transition: width 0.4s ease;
    position: absolute;
    height: 100%;
    z-index: -1;
    background: rgb(118,133,149);
    left: 0;
    top: 0;
    content: '';
    width: 0;
}.register_now .query_message:hover {
    color: #ffffff;
}.register_now .query_message:hover::before {
    width: 100%;
}.register_now .container p::before {
    height: 1px;
    bottom: -25px;
    content: '';
    transform: translateX(-50%);
    background: rgb(118,133,149);
    width: 40px;
    position: absolute;
    left: 50%;
}.register_now::after {
    width: 300px;
    border-radius: 50%;
    opacity: 0.1;
    z-index: 1;
    background: linear-gradient(135deg, rgb(118,133,149,0.5) 0%, rgb(85,99,116,0.5) 100%);
    right: -150px;
    filter: blur(50px);
    content: '';
    top: -150px;
    position: absolute;
    height: 300px;
}

@media (max-width: 991px) {.register_now {
    padding: 120px 0;
}.register_now .our_ethos {
    padding: 60px 0;
}.register_now .container p {
    margin-bottom: 40px;
    font-size: calc(23px * 1.2);
}
}

@media (max-width: 767px) {.register_now {
    padding: 100px 0;
}.register_now .our_ethos {
    padding: 50px 0;
}.register_now .our_ethos::before {
    width: calc(100% + 40px);
    top: -20px;
    height: calc(100% + 40px);
    left: -20px;
}.register_now .our_ethos::after {
    width: calc(100% + 80px);
    height: calc(100% + 80px);
    left: -40px;
    top: -40px;
}.register_now .container p {
    margin-bottom: 35px;
    font-size: 23px;
}.register_now .query_message {
    padding: 14px 35px;
}
}

@media (max-width: 480px) {.register_now {
    padding: 80px 0;
}.register_now .our_ethos {
    padding: 40px 0;
}.register_now .our_ethos::before {
    width: calc(100% + 20px);
    top: -10px;
    left: -10px;
    height: calc(100% + 20px);
}.register_now .our_ethos::after {
    width: calc(100% + 40px);
    height: calc(100% + 40px);
    left: -20px;
    top: -20px;
}.register_now .container p {
    margin-bottom: 30px;
    font-size: calc(13px * 1.2);
}.register_now .query_message {
    padding: 12px 30px;
    font-size: calc(20px * 0.9);
}.register_now .container p::before {
    bottom: -20px;
    width: 30px;
}}.newsletter_subscription {
    padding: 6rem 2rem;
    position: relative;
    overflow: hidden;
    background: #ffffff;
}.newsletter_subscription::before {
    left: 0;
    width: 100%;
    opacity: 0.3;
    background-size: 4px 4px;
    position: absolute;
    z-index: 0;
    content: "";
    background-image: linear-gradient(
        90deg,
        rgb(152,168,183) 0%,
        rgb(152,168,183) 50%,
        transparent 50%,
        transparent 100%
    );
    top: 0;
    height: 100%;
}.newsletter_subscription .container {
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}.newsletter_subscription .our_ethos {
    display: flex;
    position: relative;
    flex-direction: column;
}.newsletter_subscription .our_ethos::before {
    white-space: nowrap;
    color: rgb(118,133,149);
    transform: translate(-50%, -50%);
    position: absolute;
    z-index: -1;
    letter-spacing: 0.5rem;
    top: 50%;
    font-family: Arial, sans-serif;
    left: 50%;
    font-weight: 700;
    opacity: 0.04;
    font-size: 12rem;
}.newsletter_subscription p {
    position: relative;
    color: #000000;
    font-family: Arial, sans-serif;
    max-width: 70%;
    font-weight: 700;
    margin-bottom: 4rem;
    line-height: 1.3;
    transform: translateX(15%);
    font-size: 41px;
}.newsletter_subscription p::after {
    background: rgb(118,133,149);
    left: 0;
    position: absolute;
    bottom: -20px;
    width: 100px;
    content: "";
    animation: expandLine 1.5s cubic-bezier(.17,.67,.83,.67) forwards;
    height: 5px;
    transform-origin: left;
}.newsletter_subscription .input_holder {
    max-width: 80%;
    grid-template-columns: 3fr 1fr;
    z-index: 2;
    margin-left: auto;
    transform: translateX(-15%);
    position: relative;
    display: grid;
}.newsletter_subscription .input_holder::before {
    width: 100%;
    transform: translate(10px, 10px);
    content: "";
    z-index: -1;
    position: absolute;
    background: #000000;
    height: 100%;
    opacity: 0.02;
    transition: transform 0.3s ease;
}.newsletter_subscription .input_holder:hover::before {
    transform: translate(5px, 5px);
}.newsletter_subscription .email_wrap {
    color: #000000;
    outline: none;
    border: 2px solid #000000;
    background: #ffffff;
    padding: 1.5rem;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    font-size: 17px;
    border-right: none;
}.newsletter_subscription .email_wrap:focus {
    border-color: rgb(118,133,149);
}.newsletter_subscription .query_message {
    position: relative;
    color: #ffffff;
    letter-spacing: 1px;
    background: #000000;
    font-size: 15px;
    font-weight: 600;
    font-family: Arial, sans-serif;
    overflow: hidden;
    border: 2px solid #000000;
    cursor: pointer;
    padding: 0 2rem;
    transition: all 0.3s ease;
}.newsletter_subscription .query_message::after {
    transition: transform 0.5s ease, opacity 0.5s ease;
    background: rgb(118,133,149);
    position: absolute;
    top: -50%;
    content: "";
    left: -50%;
    opacity: 0;
    z-index: -1;
    height: 200%;
    transform: scale(0);
    border-radius: 50%;
    width: 200%;
}.newsletter_subscription .query_message:hover {
    border-color: rgb(118,133,149);
    color: #ffffff;
    background: transparent;
}.newsletter_subscription .query_message:hover::after {
    transform: scale(1);
    opacity: 1;
}@keyframes expandLine {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@keyframes floatingItem {
    0%, 100% {
        transform: translateY(0) rotate(0);
    }
    50% {
        transform: translateY(-15px) rotate(5deg);
    }
}

.newsletter_subscription::after {
    opacity: 0.1;
    width: 300px;
    filter: blur(100px);
    right: -150px;
    animation: floatingItem 20s ease-in-out infinite;
    border-radius: 50%;
    content: "";
    height: 300px;
    background: linear-gradient(
        45deg,
        rgb(118,133,149,0.5),
        rgb(85,99,116,0.5)
    );
    top: -150px;
    position: absolute;
}

@media (max-width: 992px) {.newsletter_subscription p {
    font-size: 35px;
    transform: translateX(10%);
    max-width: 80%;
}.newsletter_subscription .input_holder {
    transform: translateX(-10%);
    max-width: 90%;
}.newsletter_subscription .our_ethos::before {
    font-size: 8rem;
}
}

@media (max-width: 768px) {.newsletter_subscription {
    padding: 4rem 1.5rem;
}.newsletter_subscription p {
    transform: none;
    font-size: calc(35px * 0.8);
    max-width: 100%;
}.newsletter_subscription .input_holder {
    grid-template-columns: 1fr;
    max-width: 100%;
    gap: 1rem;
    transform: none;
}.newsletter_subscription .email_wrap {
    border: 2px solid #000000;
    padding: 1.2rem;
}.newsletter_subscription .query_message {
    padding: 1.2rem;
}.newsletter_subscription .our_ethos::before {
    font-size: 5rem;
}
}

@media (max-width: 576px) {.newsletter_subscription {
    margin: 4rem 0;
    padding: 3rem 1rem;
}.newsletter_subscription p {
    font-size: 20px;
    margin-bottom: 3rem;
}.newsletter_subscription p::after {
    width: 60px;
    height: 3px;
}.newsletter_subscription .our_ethos::before {
    font-size: 3.5rem;
}.newsletter_subscription .email_wrap,
    .newsletter_subscription .query_message {
    padding: 1rem;
}
}