* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}.head-nav {
    flex: 1 0 auto;
}a {
    color: inherit;
    text-decoration: none;
}.access-cta {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}.container {
    width: 1203px;
    margin: auto;
    max-width: 100%;
}html,body {
    height: 100%;
    min-height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
}::-webkit-scrollbar {
    width: 9px;
}::-webkit-scrollbar-button {
    height: 1px;
    border-radius: 3px;
}::-webkit-scrollbar-thumb {
    border-radius: 2.4rem;
    background: rgb(175,185,209,0.5);
}::-webkit-scrollbar-thumb:hover {
    background: rgb(175,185,209,0.5);
}html {
    scrollbar-width: none;
    scrollbar-color: rgb(135,153,182,0.5) rgb(175,185,209,0.5);
}.wrapper-section {
    height: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}svg {
    width: 30px;
    height: 30px;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.title-board {
    overflow: hidden;
    width: 100%;
    min-height: 100vh;
    background: rgb(214,217,233);
    position: relative;
}.title-board::before {
    background: linear-gradient(135deg, rgb(175,185,209,0.5) 25%, transparent 25%, transparent 50%, rgb(135,153,182,0.5) 50%, rgb(135,153,182,0.5) 75%, transparent 75%);
    background-size: 100px 100px;
    height: 100%;
    content: "";
    left: 0;
    position: absolute;
    animation: backgroundMove 60s linear infinite;
    width: 100%;
    opacity: 0.3;
    z-index: 1;
    top: 0;
}.title-board::after {
    width: 100%;
    animation: pulseGlow 15s infinite alternate;
    z-index: 2;
    top: 0;
    background: 
        radial-gradient(circle at 20% 20%, rgb(175,185,209,0.5) 0%, transparent 25%),
        radial-gradient(circle at 80% 80%, rgb(135,153,182,0.5) 0%, transparent 25%),
        radial-gradient(circle at 50% 50%, rgba(0, 0, 0, 0.5) 0%, transparent 50%);
    content: "";
    left: 0;
    filter: blur(10px);
    position: absolute;
    height: 100%;
}.title-board .why-mission {
    z-index: 3;
    height: 100vh;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
}.title-board .edu-home {
    overflow: hidden;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    position: absolute;
}.title-board .edu-home input {
    display: none;
}.title-board .start-hero {
    width: 100%;
    transition: transform 1.2s cubic-bezier(0.215, 0.610, 0.355, 1);
    display: flex;
    height: 100%;
}.title-board .edu-open {
    flex: 0 0 100%;
    position: relative;
    overflow: hidden;
    height: 100%;
}.title-board .edu-open::before {
    position: absolute;
    z-index: 2;
    background: linear-gradient(0deg, #000000 0%, transparent 35%, transparent 65%, #000000 100%);
    content: "";
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
}.title-board .edu-open img {
    width: 100%;
    filter: saturate(1.2) contrast(1.1);
    height: 100%;
    object-fit: cover;
    transform: scale(1.05);
    transition: transform 8s cubic-bezier(0.165, 0.84, 0.44, 1);
}.title-board .learn-base {
    display: flex;
    gap: 16px;
    background: linear-gradient(90deg, rgb(175,185,209,0.5) 0%, rgba(0, 0, 0, 0.5) 50%, rgb(135,153,182,0.5) 100%);
    padding: 12px 24px;
    transform: translateX(-50%);
    position: absolute;
    z-index: 10;
    bottom: 40px;
    left: 50%;
    border-radius: 21px;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
}.title-board .learn-base::before {
    background: linear-gradient(90deg, rgb(175,185,209,0.5) 0%, rgba(0, 0, 0, 0.5) 50%, rgb(135,153,182,0.5) 100%);
    opacity: 0.7;
    position: absolute;
    inset: 2px;
    content: "";
    z-index: -1;
    border-radius: calc(21px - 2px);
}.title-board .learn-base label {
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    width: 12px;
    position: relative;
    cursor: pointer;
    height: 12px;
}.title-board .learn-base label::before {
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    inset: 0;
    background: #ffffff;
    opacity: 0.3;
    transform: rotate(0deg);
    position: absolute;
    border-radius: 2px;
    content: "";
}.title-board .learn-base label::after {
    background: rgb(175,185,209);
    content: "";
    border-radius: 0;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    inset: 2px;
    opacity: 0.6;
}.title-board .learn-base label:hover::before {
    background: #ffffff;
    transform: rotate(45deg);
    opacity: 0.8;
}.title-board .learn-base label:hover::after {
    opacity: 1;
    transform: rotate(-45deg);
    background: rgb(135,153,182);
}.title-board .insight-box {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    position: absolute;
    z-index: 5;
}.title-board .insight-box .container {
    backdrop-filter: blur(15px);
    padding: 3.5rem;
    overflow: hidden;
    border-radius: 21px;
    margin: 0 auto;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.65) 100%);
    max-width: 85%;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
    border-left: 4px solid rgb(175,185,209);
    border-bottom: 1px solid rgb(135,153,182,0.5);
}.title-board .insight-box .container::before {
    left: -50%;
    content: "";
    top: -50%;
    z-index: -1;
    background: 
        radial-gradient(circle at 50% 50%, transparent 15%, rgba(0, 0, 0, 0.5) 50%),
        repeating-conic-gradient(rgb(175,185,209,0.5) 0deg, rgb(175,185,209,0.5) 5deg, transparent 5deg, transparent 10deg, rgb(135,153,182,0.5) 10deg, rgb(135,153,182,0.5) 15deg, transparent 15deg, transparent 20deg);
    width: 200%;
    position: absolute;
    height: 200%;
    opacity: 0.05;
    animation: rotateBackground 120s linear infinite;
}.title-board .insight-box .container::after {
    width: 100%;
    opacity: 0.2;
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    height: 100%;
    background: linear-gradient(45deg, rgb(175,185,209,0.5) 0%, transparent 70%);
    z-index: -1;
}.title-board .insight-box h1 {
    margin-bottom: 1.5rem;
    position: relative;
    display: inline-block;
    font-size: 40px;
    color: #ffffff;
    font-weight: 700;
    text-shadow: 0 2px 4px #000000;
}.title-board .insight-box h1::before {
    height: 2px;
    animation: lineExpand 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    position: absolute;
    left: 0;
    content: "";
    background: linear-gradient(90deg, rgb(175,185,209) 0%, rgb(135,153,182) 100%);
    bottom: -5px;
    transform-origin: left;
    width: 100%;
}.title-board .insight-box h3 {
    font-size: 19px;
    font-weight: 600;
    text-shadow: 0 1px 2px #000000;
    margin-bottom: 1.5rem;
    display: inline-block;
    position: relative;
    color: rgb(135,153,182);
}.title-board .insight-box h3::after {
    width: 8px;
    border-radius: 50%;
    animation: pulse 2s infinite;
    top: 50%;
    background: rgb(175,185,209);
    height: 8px;
    content: "";
    position: absolute;
    transform: translateY(-50%);
    box-shadow: 0 0 10px rgb(175,185,209), 0 0 20px rgb(175,185,209,0.5);
    right: -15px;
}.title-board .insight-box p {
    font-size: 12px;
    position: relative;
    line-height: 1.8;
    text-shadow: 0 1px 2px #000000;
    max-width: 90%;
    border-left: 1px solid rgb(135,153,182,0.5);
    padding-left: 20px;
    font-weight: 400;
    color: #ffffff;
}.title-board .insight-box p::before {
    background: rgb(135,153,182);
    content: "";
    left: -3px;
    top: 0;
    height: 7px;
    border-radius: 50%;
    position: absolute;
    width: 7px;
}.title-board .insight-box p::after {
    bottom: 0;
    height: 7px;
    border-radius: 50%;
    background: rgb(175,185,209);
    content: "";
    position: absolute;
    left: -3px;
    width: 7px;
}.title-board input[type="radio"]:nth-of-type(1):checked ~ .start-hero {
    transform: translateX(0%);
}.title-board input[type="radio"]:nth-of-type(2):checked ~ .start-hero {
    transform: translateX(-100%);
}.title-board input[type="radio"]:nth-of-type(3):checked ~ .start-hero {
    transform: translateX(-200%);
}.title-board input[type="radio"]:nth-of-type(4):checked ~ .start-hero {
    transform: translateX(-300%);
}.title-board input[type="radio"]:nth-of-type(5):checked ~ .start-hero {
    transform: translateX(-400%);
}.title-board input[type="radio"]:nth-of-type(6):checked ~ .start-hero {
    transform: translateX(-500%);
}.title-board input[type="radio"]:nth-of-type(7):checked ~ .start-hero {
    transform: translateX(-600%);
}.title-board input[type="radio"]:nth-of-type(8):checked ~ .start-hero {
    transform: translateX(-700%);
}.title-board input[type="radio"]:nth-of-type(9):checked ~ .start-hero {
    transform: translateX(-800%);
}.title-board input[type="radio"]:nth-of-type(10):checked ~ .start-hero {
    transform: translateX(-900%);
}.title-board input[type="radio"]:nth-of-type(1):checked ~ .learn-base label:nth-of-type(1)::before,
.title-board input[type="radio"]:nth-of-type(2):checked ~ .learn-base label:nth-of-type(2)::before,
.title-board input[type="radio"]:nth-of-type(3):checked ~ .learn-base label:nth-of-type(3)::before,
.title-board input[type="radio"]:nth-of-type(4):checked ~ .learn-base label:nth-of-type(4)::before,
.title-board input[type="radio"]:nth-of-type(5):checked ~ .learn-base label:nth-of-type(5)::before,
.title-board input[type="radio"]:nth-of-type(6):checked ~ .learn-base label:nth-of-type(6)::before,
.title-board input[type="radio"]:nth-of-type(7):checked ~ .learn-base label:nth-of-type(7)::before,
.title-board input[type="radio"]:nth-of-type(8):checked ~ .learn-base label:nth-of-type(8)::before,
.title-board input[type="radio"]:nth-of-type(9):checked ~ .learn-base label:nth-of-type(9)::before,
.title-board input[type="radio"]:nth-of-type(10):checked ~ .learn-base label:nth-of-type(10)::before {
    box-shadow: 0 0 15px #ffffff;
    transform: rotate(45deg) scale(1.2);
    opacity: 1;
    background: #ffffff;
}.title-board input[type="radio"]:nth-of-type(1):checked ~ .learn-base label:nth-of-type(1)::after,
.title-board input[type="radio"]:nth-of-type(2):checked ~ .learn-base label:nth-of-type(2)::after,
.title-board input[type="radio"]:nth-of-type(3):checked ~ .learn-base label:nth-of-type(3)::after,
.title-board input[type="radio"]:nth-of-type(4):checked ~ .learn-base label:nth-of-type(4)::after,
.title-board input[type="radio"]:nth-of-type(5):checked ~ .learn-base label:nth-of-type(5)::after,
.title-board input[type="radio"]:nth-of-type(6):checked ~ .learn-base label:nth-of-type(6)::after,
.title-board input[type="radio"]:nth-of-type(7):checked ~ .learn-base label:nth-of-type(7)::after,
.title-board input[type="radio"]:nth-of-type(8):checked ~ .learn-base label:nth-of-type(8)::after,
.title-board input[type="radio"]:nth-of-type(9):checked ~ .learn-base label:nth-of-type(9)::after,
.title-board input[type="radio"]:nth-of-type(10):checked ~ .learn-base label:nth-of-type(10)::after {
    opacity: 1;
    transform: rotate(-45deg) scale(0.6);
    background: rgb(175,185,209);
}.title-board input[type="radio"]:nth-of-type(1):checked ~ .start-hero .edu-open:nth-of-type(1) img,
.title-board input[type="radio"]:nth-of-type(2):checked ~ .start-hero .edu-open:nth-of-type(2) img,
.title-board input[type="radio"]:nth-of-type(3):checked ~ .start-hero .edu-open:nth-of-type(3) img,
.title-board input[type="radio"]:nth-of-type(4):checked ~ .start-hero .edu-open:nth-of-type(4) img,
.title-board input[type="radio"]:nth-of-type(5):checked ~ .start-hero .edu-open:nth-of-type(5) img,
.title-board input[type="radio"]:nth-of-type(6):checked ~ .start-hero .edu-open:nth-of-type(6) img,
.title-board input[type="radio"]:nth-of-type(7):checked ~ .start-hero .edu-open:nth-of-type(7) img,
.title-board input[type="radio"]:nth-of-type(8):checked ~ .start-hero .edu-open:nth-of-type(8) img,
.title-board input[type="radio"]:nth-of-type(9):checked ~ .start-hero .edu-open:nth-of-type(9) img,
.title-board input[type="radio"]:nth-of-type(10):checked ~ .start-hero .edu-open:nth-of-type(10) img {
    transform: scale(1.15);
    filter: saturate(1.3) contrast(1.15);
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.7;
        transform: translateY(-50%) scale(1);
    }
    50% {
        opacity: 1;
        transform: translateY(-50%) scale(1.5);
    }
}

@keyframes lineExpand {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@keyframes backgroundMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.3;
        filter: blur(10px) brightness(1);
    }
    50% {
        opacity: 0.5;
        filter: blur(15px) brightness(1.2);
    }
}

@keyframes rotateBackground {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 1024px) {.title-board .insight-box .container {
    padding: 2.5rem;
    max-width: 90%;
}.title-board .insight-box p {
    max-width: 95%;
}.title-board .learn-base {
    padding: 10px 20px;
}
}

@media screen and (max-width: 768px) {.title-board .insight-box {
    padding-bottom: 120px;
    align-items: flex-end;
}.title-board .insight-box .container {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.75) 100%);
    max-width: 95%;
    padding: 2rem;
}.title-board .insight-box h1 {
    margin-bottom: 1.2rem;
    font-size: calc(40px * 0.85);
}.title-board .insight-box h3 {
    margin-bottom: 1.2rem;
    font-size: calc(19px * 0.9);
}.title-board .insight-box p {
    font-size: calc(12px * 0.95);
    padding-left: 15px;
    max-width: 100%;
}.title-board .learn-base {
    bottom: 30px;
    gap: 12px;
}.title-board .edu-open::before {
    background: linear-gradient(0deg, #000000 20%, transparent 50%, #000000 100%);
}
}

@media screen and (max-width: 480px) {.title-board .insight-box {
    padding-bottom: 100px;
}.title-board .insight-box .container {
    padding: 1.5rem;
    border-left: 2px solid rgb(175,185,209);
}.title-board .insight-box h1 {
    font-size: calc(40px * 0.7);
    margin-bottom: 1rem;
}.title-board .insight-box h3 {
    margin-bottom: 1rem;
    font-size: calc(19px * 0.8);
}.title-board .insight-box p {
    padding-left: 10px;
}.title-board .learn-base {
    bottom: 25px;
    padding: 8px 15px;
    gap: 8px;
}.title-board .learn-base label {
    width: 10px;
    height: 10px;
}}.our-story {
    background-color: #ffffff;
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.our-story::before {
    background: 
        linear-gradient(0deg, transparent 24px, rgba(0, 0, 0, 0.5) 25px, rgba(0, 0, 0, 0.5) 26px, transparent 27px, transparent 49px, rgba(0, 0, 0, 0.5) 50px, rgba(0, 0, 0, 0.5) 51px, transparent 52px),
        linear-gradient(90deg, transparent 24px, rgba(0, 0, 0, 0.5) 25px, rgba(0, 0, 0, 0.5) 26px, transparent 27px, transparent 49px, rgba(0, 0, 0, 0.5) 50px, rgba(0, 0, 0, 0.5) 51px, transparent 52px);
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    background-size: 50px 50px;
    opacity: 0.03;
    top: 0;
}.our-story::after {
    height: 100%;
    background: 
        repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.5) 1px, transparent 1px, transparent 10px),
        repeating-linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.5) 1px, transparent 1px, transparent 10px);
    z-index: 1;
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    top: 0;
    opacity: 0.03;
}.our-story .container {
    position: relative;
    z-index: 10;
}.our-story h2 {
    font-size: 28px;
    color: #000000;
    margin-bottom: 60px;
    text-align: center;
    font-weight: 700;
    position: relative;
}.our-story h2::before {
    left: 50%;
    content: "";
    bottom: -15px;
    width: 50px;
    position: absolute;
    transform: translateX(-50%);
    height: 3px;
    background-color: rgb(175,185,209);
}.our-story h2::after {
    bottom: -15px;
    content: "";
    position: absolute;
    width: 20px;
    left: 50%;
    height: 3px;
    background-color: rgb(135,153,182);
    transform: translateX(-50%) translateX(30px);
}.our-story .pro-sessions {
    position: relative;
    flex-wrap: wrap;
    gap: 30px;
    display: flex;
}.our-story .pro-sessions::before {
    left: 0;
    content: "";
    background-size: 60px 60px;
    background: 
        linear-gradient(45deg, transparent calc(50% - 1px), rgb(175,185,209,0.5) calc(50% - 1px), rgb(175,185,209,0.5) calc(50% + 1px), transparent calc(50% + 1px)),
        linear-gradient(135deg, transparent calc(50% - 1px), rgb(135,153,182,0.5) calc(50% - 1px), rgb(135,153,182,0.5) calc(50% + 1px), transparent calc(50% + 1px));
    z-index: -1;
    opacity: 0.05;
    height: 100%;
    top: 0;
    position: absolute;
    width: 100%;
}.our-story .learning-classes {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: 2;
    flex: 1;
    min-width: calc(50% - 15px);
    position: relative;
    overflow: hidden;
    border-radius: 0;
}.our-story .learning-classes::before {
    transition: transform 0.4s ease;
    transform: scaleX(0);
    left: 0;
    height: 4px;
    position: absolute;
    background: linear-gradient(90deg, rgb(175,185,209), rgb(135,153,182));
    content: "";
    top: 0;
    width: 100%;
    transform-origin: left;
}.our-story .learning-classes:hover::before {
    transform: scaleX(1);
}.our-story .learning-classes::after {
    bottom: 0;
    right: 0;
    border-color: transparent transparent rgb(175,185,209,0.5) transparent;
    transition: opacity 0.4s ease;
    border-style: solid;
    width: 0;
    content: "";
    position: absolute;
    opacity: 0;
    border-width: 0 0 40px 40px;
    height: 0;
}.our-story .learning-classes:hover::after {
    opacity: 1;
}.our-story .learning-classes {
    transform: translateY(0);
    padding: 40px;
}.our-story .learning-classes:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}.our-story .learning-classes h3 {
    font-weight: 600;
    position: relative;
    margin-bottom: 20px;
    font-size: 24px;
    transition: all 0.3s ease;
    color: #000000;
    padding-left: 15px;
}.our-story .learning-classes h3::before {
    height: 25px;
    top: 50%;
    background-color: rgb(175,185,209);
    position: absolute;
    content: "";
    transform: translateY(-50%);
    width: 5px;
    left: 0;
}.our-story .learning-classes:last-child h3::before {
    background-color: rgb(135,153,182);
}.our-story .learning-classes:hover h3 {
    color: rgb(175,185,209);
}.our-story .learning-classes:last-child:hover h3 {
    color: rgb(135,153,182);
}.our-story .learning-classes p {
    color: #000000;
    position: relative;
    line-height: 1.8;
    font-size: 14px;
}.our-story .container::before {
    border-radius: 50%;
    background: linear-gradient(135deg, rgb(175,185,209,0.5), rgb(135,153,182,0.5));
    height: 300px;
    content: "";
    width: 300px;
    opacity: 0.1;
    z-index: -1;
    position: absolute;
    top: -150px;
    right: -150px;
}.our-story .container::after {
    position: absolute;
    content: "";
    opacity: 0.1;
    background: linear-gradient(45deg, rgb(135,153,182,0.5), rgb(175,185,209,0.5));
    border-radius: 50%;
    bottom: -100px;
    z-index: -1;
    left: -100px;
    width: 200px;
    height: 200px;
}.our-story .learning-classes:first-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}.our-story .learning-classes:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}.our-story .learning-classes:first-child::after {
    border-color: transparent transparent rgb(175,185,209,0.5) transparent;
}.our-story .learning-classes:last-child::after {
    border-color: transparent transparent rgb(135,153,182,0.5) transparent;
}

@media screen and (max-width: 992px) {.our-story {
    padding: 80px 0;
}.our-story .pro-sessions {
    flex-direction: column;
}.our-story .learning-classes {
    min-width: 100%;
}.our-story h2 {
    margin-bottom: 40px;
}
}

@media screen and (max-width: 768px) {.our-story {
    padding: 60px 0;
}.our-story h2 {
    font-size: calc(28px * 0.9);
}.our-story .learning-classes {
    padding: 30px;
}.our-story .learning-classes h3 {
    margin-bottom: 15px;
    font-size: calc(24px * 0.9);
}.our-story .learning-classes h3::before {
    height: 20px;
}.our-story .container::before {
    right: -100px;
    top: -100px;
    height: 200px;
    width: 200px;
}.our-story .container::after {
    bottom: -75px;
    width: 150px;
    height: 150px;
    left: -75px;
}
}

@media screen and (max-width: 576px) {.our-story {
    padding: 50px 0;
}.our-story h2 {
    margin-bottom: 30px;
    font-size: calc(28px * 0.8);
}.our-story h2::before {
    width: 40px;
    bottom: -12px;
}.our-story h2::after {
    width: 15px;
    transform: translateX(-50%) translateX(25px);
    bottom: -12px;
}.our-story .learning-classes {
    padding: 25px;
}.our-story .learning-classes h3 {
    padding-left: 12px;
    margin-bottom: 12px;
    font-size: calc(24px * 0.85);
}.our-story .learning-classes h3::before {
    height: 18px;
    width: 4px;
}.our-story .learning-classes p {
    line-height: 1.6;
    font-size: calc(14px * 0.9);
}.our-story .learning-classes::after {
    border-width: 0 0 30px 30px;
}}.program-information {
    padding: 120px 0;
    position: relative;
    background-color: rgb(214,217,233);
    overflow: hidden;
}.program-information::before {
    background: linear-gradient(135deg, rgb(175,185,209,0.5) 0%, transparent 50%, rgb(135,153,182,0.5) 100%);
    top: 0;
    content: "";
    z-index: 1;
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
}.program-information::after {
    background-color: rgb(175,185,209,0.5);
    top: -50px;
    width: 200px;
    position: absolute;
    z-index: 0;
    content: "";
    animation: floatAnimation 15s infinite alternate ease-in-out;
    filter: blur(80px);
    height: 200px;
    right: -50px;
    border-radius: 50%;
}.program-information .skill-route {
    flex-direction: column;
    display: flex;
    z-index: 2;
}.program-information .insight-box {
    width: 80%;
    margin: 0 auto 60px;
    position: relative;
}.program-information .insight-box::before {
    width: 80px;
    position: absolute;
    top: -20px;
    background: linear-gradient(90deg, rgb(175,185,209), rgb(135,153,182));
    left: 0;
    content: "";
    height: 4px;
    border-radius: 10px;
}.program-information .insight-box h2 {
    margin-bottom: 30px;
    border-radius: 10px;
    padding: 15px;
    color: #000000;
    position: relative;
    font-size: 32px;
    background-image: repeating-linear-gradient(45deg, rgb(175,185,209,0.5) 0px, rgb(175,185,209,0.5) 2px, transparent 2px, transparent 8px);
    transition: transform 0.5s ease;
    font-weight: 700;
    transform: translateX(0);
}.program-information .insight-box h2:hover {
    transform: translateX(10px);
}.program-information .insight-box .description {
    padding-left: 20px;
    color: #000000;
    position: relative;
    margin-bottom: 20px;
    border-left: 2px solid rgb(175,185,209);
    font-size: 17px;
    line-height: 1.7;
}.program-information .insight-box .description:last-child {
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    z-index: 2;
    margin-top: 30px;
    color: #ffffff;
    padding: 30px 40px;
    border-radius: 28px;
    font-weight: 600;
    border-left: none;
    backdrop-filter: blur(5px);
    position: relative;
}.program-information .pic-banner {
    opacity: 0.2;
    top: 0;
    width: 100%;
    transition: opacity 0.5s ease, transform 0.5s ease;
    z-index: 1;
    position: absolute;
    height: 100%;
    left: 0;
}.program-information .skill-route:hover .pic-banner {
    opacity: 0.3;
    transform: scale(1.05);
}.program-information .pic-banner::before {
    z-index: 1;
    top: 0;
    content: "";
    background: linear-gradient(135deg, rgb(175,185,209,0.5) 0%, transparent 80%);
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
}.program-information .pic-banner::after {
    z-index: 1;
    bottom: 0;
    height: 40%;
    background: linear-gradient(225deg, rgb(135,153,182,0.5) 0%, transparent 100%);
    content: "";
    right: 0;
    width: 80%;
    position: absolute;
}@keyframes floatAnimation {
    0% {
        transform: translate(0, 0) scale(1);
    }
    25% {
        transform: translate(50px, 20px) scale(1.2);
    }
    50% {
        transform: translate(0, 40px) scale(0.8);
    }
    75% {
        transform: translate(-30px, 20px) scale(1.1);
    }
    100% {
        transform: translate(0, 0) scale(1);
    }
}

@keyframes pulseAnimation {
    0% {
        opacity: 0.4;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 0.4;
    }
}

.program-information .skill-route::before {
    z-index: -1;
    bottom: -100px;
    height: 200px;
    width: 200px;
    background-color: rgb(135,153,182,0.5);
    border-radius: 50%;
    left: -50px;
    position: absolute;
    content: "";
    filter: blur(100px);
    animation: pulseAnimation 10s infinite ease-in-out;
}.program-information .skill-route::after {
    right: -20px;
    content: "";
    border: 4px solid rgb(175,185,209,0.5);
    position: absolute;
    top: 40px;
    z-index: -1;
    height: 40px;
    animation: rotateAnimation 20s infinite linear;
    width: 40px;
    border-radius: 10px;
}@keyframes rotateAnimation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.program-information .insight-box::after {
    content: "";
    height: 100px;
    animation: rotateAnimation 30s infinite linear reverse;
    border-radius: 50%;
    width: 100px;
    right: -60px;
    border: 2px dashed rgb(175,185,209,0.5);
    position: absolute;
    top: -40px;
    z-index: -1;
}.program-information .insight-box .description:first-of-type {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 10px,
        rgb(214,217,233) 10px,
        rgb(214,217,233) 12px
    );
    border-left: none;
    padding: 20px;
}.program-information .insight-box .description:first-of-type::after {
    height: 2px;
    width: 100%;
    left: 0;
    content: "";
    position: absolute;
    bottom: 0;
    background: linear-gradient(90deg, rgb(175,185,209), transparent);
}.program-information .insight-box .description:last-child::before {
    z-index: -1;
    border-radius: 28px;
    background-position: center;
    height: 100%;
    top: 0;
    filter: brightness(0.5) contrast(1.2);
    width: 100%;
    position: absolute;
    content: "";
    left: 0;
    background-size: cover;
}

@media (max-width: 1024px) {.program-information {
    padding: 80px 0;
}.program-information .insight-box {
    width: 90%;
}
}

@media (max-width: 768px) {.program-information {
    padding: 60px 0;
}.program-information .insight-box {
    width: 100%;
    margin-bottom: 40px;
}.program-information .insight-box h2 {
    font-size: calc(32px * 0.9);
    margin-bottom: 20px;
}.program-information .insight-box .description:last-child {
    padding: 25px 30px;
}
}

@media (max-width: 576px) {.program-information {
    padding: 40px 0;
}.program-information .insight-box h2 {
    font-size: calc(32px * 0.8);
}.program-information .insight-box .description {
    font-size: calc(17px * 0.95);
}.program-information .insight-box .description:last-child {
    padding: 20px;
}.program-information::after,
    .program-information .skill-route::before,
    .program-information .insight-box::after {
    display: none;
}.program-information .insight-box::before {
    width: 60px;
}}

.program-information .skill-route .insight-box .description strong {
    color: rgb(135,153,182);
    font-weight: 600;
}.program-information .container::before {
    width: 150%;
    content: "";
    left: -25%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(175,185,209,0.5), transparent);
    bottom: -40px;
    height: 1px;
}.program-information .insight-box h2::after {
    background-color: rgb(175,185,209,0.5);
    content: "";
    width: 30px;
    top: -15px;
    z-index: -1;
    position: absolute;
    border-radius: 50%;
    height: 30px;
    filter: blur(15px);
    left: -15px;
}.privacy-safeguard {
    display: flex;
    width: 100%;
    height: 100%;
    padding: 50px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    align-items: center;
    background: #ffffff;
    flex-direction: column;
    border: 2px solid rgb(175,185,209);
}.privacy-safeguard h1 {
    font-size: 44px;
    margin-top: 20px;
    border-bottom: 3px solid rgb(135,153,182);
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 10px;
    font-weight: 700;
    width: 100%;
    color: rgb(175,185,209);
}.privacy-safeguard h2 {
    margin-bottom: 20px;
    margin-top: 30px;
    padding-bottom: 5px;
    font-weight: 600;
    font-size: 35px;
    border-bottom: 2px solid rgb(175,185,209);
    color: rgb(135,153,182);
    width: 100%;
    text-align: center;
}.privacy-safeguard ul, .privacy-safeguard ol {
    padding: 0;
    border-top: 2px solid #000000;
    font-family: Arial, sans-serif;
    color: #000000;
    width: 100%;
    font-size: 14px;
    list-style: none;
    margin: 20px 0;
    text-align: left;
    border-bottom: 2px solid #000000;
}.privacy-safeguard li {
    border-bottom: 1px solid rgb(135,153,182,0.5);
    padding: 10px 0;
}.privacy-safeguard section {
    background: none;
}.privacy-safeguard p, .privacy-safeguard span, .privacy-safeguard div {
    text-align: left;
    color: #000000;
    width: 100%;
    font-size: 14px;
    line-height: 1.8;
    font-family: Arial, sans-serif;
    margin-bottom: 20px;
}

@media only screen and (max-width: 800px) {.privacy-safeguard {
    border-radius: 10px;
    padding: 30px;
}.privacy-safeguard h1 {
    font-size: calc(18px - 5px);
}.privacy-safeguard h2 {
    font-size: calc(18px - 3px);
}.privacy-safeguard ul, .privacy-safeguard ol {
    margin: 15px 0;
}.privacy-safeguard li {
    padding: 8px 0;
}.privacy-safeguard p, .privacy-safeguard span, .privacy-safeguard div {
    margin-bottom: 15px;
}}.ty-banner {
    position: relative;
    background: linear-gradient(135deg, rgb(214,217,233) 0%, rgb(135,153,182,0.5) 100%);
    padding: 80px 0;
    overflow: hidden;
}.ty-banner::before {
    left: 0;
    position: absolute;
    z-index: 1;
    animation: pulse 8s infinite alternate ease-in-out;
    opacity: 0.7;
    background: radial-gradient(circle at 70% 30%, rgb(175,185,209,0.5) 0%, transparent 60%);
    width: 100%;
    height: 100%;
    top: 0;
    content: "";
}.ty-banner::after {
    height: 40%;
    transform: rotate(15deg);
    content: "";
    background: linear-gradient(225deg, rgb(135,153,182) 0%, transparent 80%);
    opacity: 0.3;
    filter: blur(50px);
    z-index: 0;
    position: absolute;
    width: 40%;
    bottom: -10%;
    right: -5%;
}.ty-banner .container {
    padding: 0 20px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.ty-banner .why-mission {
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.95);
    flex-direction: column;
    padding: 50px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 0 0 1px rgba(0, 0, 0, 0.02), 
                0 4px 6px rgba(0, 0, 0, 0.04);
    gap: 30px;
    position: relative;
    display: flex;
    transform: perspective(1000px) rotateX(2deg);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.ty-banner .why-mission:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12), 
                0 0 0 1px rgba(0, 0, 0, 0.04), 
                0 8px 12px rgba(0, 0, 0, 0.06);
}.ty-banner .why-mission::before {
    position: absolute;
    background: linear-gradient(90deg, 
        rgb(175,185,209) 0%, 
        rgb(135,153,182) 50%, 
        rgb(175,185,209) 100%);
    top: -2px;
    background-size: 200% 100%;
    content: "";
    width: 100%;
    left: 0;
    height: 4px;
    animation: gradientMove 6s linear infinite;
}.ty-banner .why-mission > div:first-child {
    padding-bottom: 20px;
    position: relative;
}.ty-banner .why-mission > div:first-child::after {
    transform-origin: left;
    animation: lineExtend 1.5s ease-out forwards;
    left: 0;
    content: "";
    width: 80px;
    height: 3px;
    background-color: rgb(175,185,209);
    position: absolute;
    bottom: 0;
}.ty-banner h5 {
    opacity: 0;
    font-weight: 700;
    position: relative;
    font-size: 21px;
    animation: fadeSlideUp 0.8s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    color: #000000;
    margin: 0;
    transform: translateY(10px);
    line-height: 1.4;
}.ty-banner .why-mission > div:last-child {
    opacity: 0;
    position: relative;
    transform: translateY(20px);
    animation: fadeSlideUp 0.8s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
}.ty-banner a {
    position: relative;
    text-decoration: none;
    display: block;
    transition: transform 0.3s ease;
}.ty-banner a:hover {
    transform: translateX(5px);
}.ty-banner a::before {
    background-color: rgb(135,153,182);
    content: "";
    left: -20px;
    width: 4px;
    position: absolute;
    transition: height 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    top: 0;
    height: 0;
}.ty-banner a:hover::before {
    height: 100%;
}.ty-banner p {
    font-size: 15px;
    margin: 0;
    line-height: 1.8;
    color: #000000;
    font-weight: 400;
    position: relative;
}

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

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

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

@keyframes pulse {
    0% {
        opacity: 0.5;
        transform: scale(1);
    }
    100% {
        opacity: 0.8;
        transform: scale(1.1);
    }
}

@media (min-width: 768px) {.ty-banner .why-mission {
    padding: 60px 70px;
    gap: 40px;
}.ty-banner h5 {
    font-size: calc(21px * 1.2);
}.ty-banner p {
    font-size: calc(15px * 1.05);
}
}

@media (max-width: 767px) {.ty-banner {
    padding: 60px 0;
}.ty-banner .why-mission {
    gap: 25px;
    padding: 35px 25px;
}.ty-banner .why-mission > div:first-child::after {
    width: 60px;
}.ty-banner h5 {
    font-size: calc(21px * 0.9);
}.ty-banner a::before {
    left: -10px;
}
}

@media (max-width: 480px) {.ty-banner {
    padding: 50px 0;
}.ty-banner .why-mission {
    transform: perspective(1000px) rotateX(1deg);
    padding: 30px 20px;
}.ty-banner h5 {
    font-size: calc(21px * 0.85);
}.ty-banner p {
    font-size: calc(15px * 0.95);
}.ty-banner .why-mission > div:first-child {
    padding-bottom: 15px;
}}.training-specialist {
    position: relative;
    background: linear-gradient(135deg, rgb(214,217,233) 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 5rem 0;
    overflow: hidden;
}.training-specialist::before {
    top: 0;
    right: 0;
    z-index: 1;
    opacity: 0.1;
    content: "";
    width: 40%;
    height: 100%;
    position: absolute;
    background: linear-gradient(45deg, transparent 0%, rgb(175,185,209,0.5) 100%);
    transform: skewX(-15deg) translateX(10%);
}.training-specialist::after {
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, rgb(175,185,209) 0%, transparent 100%);
    content: "";
    bottom: 0;
    position: absolute;
    height: 5px;
}.training-specialist .container {
    z-index: 2;
    padding: 0 1.5rem;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.training-specialist .user-opinions {
    display: grid;
    position: relative;
    padding: 2.5rem;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.5s ease;
    gap: 2rem;
    transform: translateY(0);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08), 0 1px 4px rgba(0, 0, 0, 0.05);
    grid-template-columns: 1fr;
    background: linear-gradient(to bottom right, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
}.training-specialist .user-opinions:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 3px 10px rgba(0, 0, 0, 0.07);
}.training-specialist .user-opinions > div:first-child {
    justify-self: center;
}.training-specialist .pic-banner {
    width: 180px;
    transform: rotate(-3deg);
    height: 180px;
    overflow: hidden;
    transition: transform 0.4s ease-out;
    position: relative;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}.training-specialist .user-opinions:hover .pic-banner {
    transform: rotate(0deg) scale(1.05);
}.training-specialist .pic-banner::after {
    top: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(135deg, rgb(175,185,209,0.5) 0%, transparent 60%);
    height: 100%;
    z-index: 1;
    content: "";
    left: 0;
}.training-specialist .name {
    position: relative;
    font-weight: 700;
    font-size: 24px;
    display: inline-block;
    color: rgb(175,185,209);
    margin-bottom: 0.75rem;
}.training-specialist .name::after {
    height: 3px;
    width: 40px;
    bottom: -5px;
    left: 0;
    background: rgb(135,153,182);
    transition: transform 0.3s ease;
    position: absolute;
    content: "";
    transform: scaleX(1);
    transform-origin: left;
}.training-specialist .user-opinions:hover .name::after {
    transform: scaleX(1.5);
}.training-specialist .user-opinions > div:nth-child(2) > div {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #000000;
    opacity: 0.8;
}.training-specialist .experience-area {
    line-height: 1.7;
    border-left: 3px solid rgb(135,153,182,0.5);
    font-size: 17px;
    margin: 0;
    color: #000000;
    position: relative;
    padding-left: 1.25rem;
}.training-specialist .experience-area::before {
    color: rgb(175,185,209,0.5);
    position: absolute;
    font-size: 4rem;
    opacity: 0.2;
    top: -25px;
    left: -10px;
    font-family: serif;
    content: "";
}

@media (min-width: 768px) {.training-specialist .user-opinions {
    grid-template-columns: auto 1fr 3fr;
    align-items: start;
    padding: 3rem;
    gap: 2.5rem;
}.training-specialist .pic-banner {
    width: 200px;
    height: 200px;
}.training-specialist .user-opinions > div:first-child {
    justify-self: start;
}.training-specialist .user-opinions > div:nth-child(2) {
    padding-top: 1rem;
}.training-specialist .experience-area {
    font-size: calc(17px + 0.1rem);
    padding-left: 2rem;
}
}

@media (min-width: 992px) {.training-specialist {
    padding: 7rem 0;
}.training-specialist .user-opinions {
    gap: 3rem;
    padding: 4rem;
}.training-specialist .pic-banner {
    width: 230px;
    height: 230px;
}.training-specialist .name {
    font-size: calc(24px + 0.2rem);
}.training-specialist .experience-area {
    line-height: 1.8;
}
}

@media (max-width: 767px) {.training-specialist {
    padding: 4rem 0;
}.training-specialist .user-opinions {
    text-align: center;
}.training-specialist .name::after {
    left: 50%;
    transform: translateX(-50%) scaleX(1);
}.training-specialist .user-opinions:hover .name::after {
    transform: translateX(-50%) scaleX(1.5);
}.training-specialist .experience-area {
    text-align: left;
    border-left: 2px solid rgb(135,153,182,0.5);
    padding-left: 1rem;
}
}

@media (max-width: 480px) {.training-specialist .pic-banner {
    height: 150px;
    width: 150px;
}.training-specialist .user-opinions {
    padding: 2rem 1.5rem;
}}footer {
    position: relative;
    width: 100%;
}.access-cta {
    position: relative;
    color: #ffffff;
    background-color: rgb(175,185,209);
    font-family: Arial, sans-serif;
    padding: 80px 0 30px;
}.access-cta::before {
    width: 60%;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
    background-color: rgb(175,185,209);
    top: 0;
    z-index: 0;
    right: 0;
    content: "";
    height: 100%;
    position: absolute;
}footer .access-cta::after {
    content: "";
    height: 200px;
    opacity: 0.3;
    width: 200px;
    border-radius: 50%;
    top: 50px;
    right: 15%;
    position: absolute;
    background: radial-gradient(circle, rgb(175,185,209), transparent 70%);
}footer .career-help {
    position: relative;
    z-index: 1;
}footer .support-now {
    margin-bottom: 60px;
    justify-content: flex-start;
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
}footer .info_item {
    transition: all 0.3s ease;
    margin-bottom: 10px;
    flex: 0 1 auto;
    border-radius: 10px;
    backdrop-filter: blur(5px);
    margin-right: 10px;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 15px 25px;
    transform: skewX(-5deg);
}footer .info_item:hover {
    transform: skewX(-5deg) translateY(-5px);
    background-color: rgb(175,185,209);
}footer .info_item svg {
    margin-right: 10px;
    vertical-align: middle;
    transform: skewX(5deg);
    width: 20px;
    height: 20px;
    fill: #ffffff;
}footer .info_item p,
footer .info_item a {
    text-decoration: none;
    transform: skewX(5deg);
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    color: #ffffff;
}footer .text_main_holder {
    position: relative;
    gap: 40px;
    display: grid;
    grid-template-columns: 1fr;
}footer .head-sitewrap {
    padding-left: 20px;
    position: relative;
}footer .head-sitewrap::before {
    top: 0;
    background-color: rgb(175,185,209);
    left: 0;
    content: "";
    width: 5px;
    position: absolute;
    height: 100%;
}footer .head-sitewrap svg {
    width: auto;
    margin-bottom: 20px;
    filter: brightness(0) invert(1);
    height: 45px;
}footer .insta-feed {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    font-size: 15px;
    max-width: 320px;
}footer .site-study {
    position: relative;
}footer .site-study h5 {
    color: #ffffff;
    padding-bottom: 10px;
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 25px;
    position: relative;
    font-size: 20px;
    letter-spacing: 1px;
}footer .site-study h5::after {
    position: absolute;
    left: 0;
    background-color: rgb(175,185,209);
    width: 50px;
    bottom: 0;
    height: 3px;
    content: "";
}footer .nav-lesson {
    margin-bottom: 25px;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    display: grid;
    gap: 15px;
}footer .nav-lesson a {
    transition: all 0.3s ease;
    padding-left: 0;
    position: relative;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
}footer .nav-lesson a::before {
    color: rgb(175,185,209);
    left: -20px;
    opacity: 0;
    position: absolute;
    content: "→";
    transition: all 0.3s ease;
}footer .nav-lesson a:hover {
    color: rgb(175,185,209);
    padding-left: 20px;
}footer .nav-lesson a:hover::before {
    left: 0;
    opacity: 1;
}footer .subscribe_holder {
    border-radius: 27px;
    position: relative;
    background-color: rgba(0, 0, 0, 0.3);
    border-left: 5px solid rgb(175,185,209);
    padding: 30px;
}footer .subscribe_holder::before {
    border-radius: 50%;
    top: -20px;
    width: 100px;
    height: 100px;
    opacity: 0.2;
    background-color: rgb(175,185,209);
    right: -20px;
    content: "";
    position: absolute;
    z-index: -1;
}footer .subscribe_holder h5 {
    letter-spacing: 1px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 20px;
    color: #ffffff;
    font-weight: 700;
}footer .subscribe_holder p {
    line-height: 1.6;
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
}footer .input_holder {
    display: flex;
    gap: 15px;
    flex-direction: column;
}footer .input_holder input[type="email"] {
    background-color: rgba(255, 255, 255, 0.1);
    border: none;
    transition: all 0.3s ease;
    padding: 14px 16px;
    border-radius: 10px;
    font-size: 15px;
    color: #ffffff;
}footer .input_holder input[type="email"]:focus {
    box-shadow: 0 0 0 2px rgb(175,185,209);
    outline: none;
    background-color: rgba(255, 255, 255, 0.15);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .sub-cards {
    transition: all 0.3s ease;
    border: none;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 600;
    background-color: rgb(175,185,209);
    text-transform: uppercase;
    padding: 14px 20px;
    cursor: pointer;
    color: #ffffff;
    letter-spacing: 1px;
}footer .sub-cards:hover {
    background-color: rgb(135,153,182);
    transform: translateX(5px);
}footer .pledge-block {
    padding-top: 20px;
    margin-top: 60px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
}footer .footer-address {
    text-align: center;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.6);
}

@media (min-width: 768px) {footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .nav-lesson {
    grid-template-columns: repeat(2, 1fr);
}footer .input_holder {
    flex-direction: row;
}footer .sub-cards {
    white-space: nowrap;
}footer .nav-lesson a {
    padding-right: 10px;
}
}

@media (max-width: 991px) {footer .access-cta::before {
    opacity: 0.7;
    width: 100%;
    background-color: rgb(175,185,209);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
}

@media (max-width: 767px) {footer .access-cta {
    padding: 60px 0 30px;
}footer .support-now {
    margin-bottom: 40px;
    justify-content: center;
}footer .site-study h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
}footer .pledge-block {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .access-cta {
    padding: 50px 0 20px;
}footer .info_item {
    margin-right: 0;
    width: 100%;
}footer .nav-lesson {
    grid-template-columns: 1fr;
}footer .subscribe_holder {
    padding: 20px;
}footer .input_holder input[type="email"],
    footer .sub-cards {
    padding: 12px 15px;
}}.client-testimonials {
    padding: 7rem 1rem;
    position: relative;
    overflow: hidden;
    background: rgb(214,217,233);
}.client-testimonials::before {
    top: 0;
    content: "";
    background: linear-gradient(0deg, transparent 40%, rgb(175,185,209,0.5) 100%);
    clip-path: polygon(0 0, 100% 0, 100% 60%, 0 30%);
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
}.client-testimonials::after {
    bottom: 0;
    width: 100%;
    content: "";
    right: 0;
    height: 100%;
    background: linear-gradient(180deg, transparent 50%, rgb(135,153,182,0.5) 100%);
    position: absolute;
    clip-path: polygon(0 70%, 100% 90%, 100% 100%, 0 100%);
}.client-testimonials .container {
    z-index: 2;
    position: relative;
}.client-testimonials h2 {
    width: fit-content;
    color: #000000;
    padding: 1rem 0;
    position: relative;
    margin-bottom: 4rem;
    font-weight: 700;
    text-align: left;
    font-size: 37px;
}.client-testimonials h2::before {
    width: 5px;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    left: -20px;
    transform: skewY(45deg);
    background: rgb(175,185,209);
}.client-testimonials h2::after {
    content: "";
    position: absolute;
    height: 3px;
    background: rgb(135,153,182);
    bottom: 0;
    width: 80%;
    left: 0;
}.client-testimonials .review-testimonials {
    flex-direction: column;
    gap: 5rem;
    margin: 0 auto;
    max-width: 800px;
    display: flex;
}.client-testimonials .user-opinions {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    display: flex;
    background: #ffffff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    border-radius: 14px;
    flex-direction: column;
    transform: translateY(0);
    padding: 2.5rem 2rem 2rem;
}.client-testimonials .user-opinions:nth-child(odd) {
    transform: translateX(-30px);
    align-self: flex-start;
}.client-testimonials .user-opinions:nth-child(even) {
    transform: translateX(30px);
    align-self: flex-end;
}.client-testimonials .user-opinions:hover {
    transform: translateY(-10px) translateX(0);
}.client-testimonials .user-opinions::before {
    left: 15px;
    z-index: -1;
    width: 100%;
    position: absolute;
    background: rgb(175,185,209,0.5);
    height: 100%;
    transition: all 0.3s ease;
    border-radius: 14px;
    top: 15px;
    content: "";
}.client-testimonials .user-opinions:hover::before {
    top: 10px;
    background: rgb(135,153,182,0.5);
    left: 10px;
}.client-testimonials .user-opinions img {
    height: 70px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    width: 70px;
    position: absolute;
    object-fit: cover;
    left: 25px;
    border-radius: 50%;
    border: 4px solid #ffffff;
    top: -25px;
}.client-testimonials .user-opinions p {
    font-size: calc(15px + 0.1rem);
    color: #000000;
    font-weight: 600;
    margin: 0.5rem 0;
    padding-left: 60px;
}.client-testimonials .user-opinions .description {
    padding: 1.5rem 0 0.5rem;
    color: #000000;
    border-top: 1px solid rgb(214,217,233);
    margin-top: 1rem;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.7;
    position: relative;
}.client-testimonials .user-opinions .description::before {
    color: rgb(175,185,209,0.5);
    font-size: 3rem;
    content: "";
    left: 0;
    top: 0.5rem;
    line-height: 1;
    position: absolute;
}.client-testimonials .user-opinions .description::after {
    line-height: 1;
    bottom: -1.5rem;
    color: rgb(175,185,209,0.5);
    position: absolute;
    font-size: 3rem;
    right: 0;
    content: "";
}

@media (max-width: 991px) {.client-testimonials {
    padding: 5rem 1rem;
}.client-testimonials .review-testimonials {
    gap: 4rem;
}
}

@media (max-width: 767px) {.client-testimonials h2 {
    font-size: calc(37px - 0.3rem);
    margin-bottom: 3rem;
}.client-testimonials .review-testimonials {
    gap: 3.5rem;
}.client-testimonials .user-opinions:nth-child(odd),
    .client-testimonials .user-opinions:nth-child(even) {
    transform: none;
    width: 100%;
    align-self: center;
}.client-testimonials .user-opinions:hover {
    transform: translateY(-5px);
}.client-testimonials .user-opinions p {
    padding-left: 50px;
}}.price-box {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.price-box::before {
    content: "";
    bottom: 0;
    z-index: 1;
    right: 0;
    top: 0;
    position: absolute;
    background: linear-gradient(145deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
    left: 0;
}.price-box .container {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1320px;
    z-index: 2;
    position: relative;
}.price-box .promo-rates {
    flex-direction: column;
    align-items: center;
    display: flex;
}.price-box h2 {
    animation: fadeInUp 0.8s ease-out forwards;
    font-size: 28px;
    text-align: center;
    color: #ffffff;
    transform: translateY(20px);
    font-weight: 700;
    opacity: 0;
    margin-bottom: 20px;
}.price-box .premium-plan {
    opacity: 0;
    transform: translateY(20px);
    margin-bottom: 50px;
    text-align: center;
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    color: rgb(255, 255, 255, 0.5);
    max-width: 800px;
    font-size: 14px;
}.price-box .study-costs {
    display: grid;
    padding: 0;
    width: 100%;
    list-style: none;
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.price-box .study-costs li {
    opacity: 0;
    animation: fadeInUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    transform: translateY(30px);
    animation-delay: calc(0.3s + (0.15s * var(--li-index, 0)));
}.price-box .study-costs li:nth-child(1) {
    --li-index: 0;
}.price-box .study-costs li:nth-child(2) {
    --li-index: 1;
}.price-box .study-costs li:nth-child(3) {
    --li-index: 2;
}.price-box .study-costs li:nth-child(4) {
    --li-index: 3;
}.price-box .price-panel {
    will-change: transform;
    height: 100%;
    display: block;
    text-decoration: none;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateX(0deg);
}.price-box .price-panel:hover {
    transform: perspective(1000px) rotateX(5deg) translateY(-10px);
}.price-box .value-pricing {
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.03) 100%);
    overflow: hidden;
    backdrop-filter: blur(10px);
    height: 100%;
    transition: all 0.4s ease;
    position: relative;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
}.price-box .price-panel:hover .value-pricing {
    box-shadow: 0 20px 40px rgba(0,0,0,0.3), 0 0 15px rgba(rgb(175,185,209,0.5), 0.5);
    border-color: rgba(255,255,255,0.2);
}.price-box .value-pricing::before {
    content: "";
    opacity: 0.1;
    transition: all 0.6s ease;
    position: absolute;
    width: 40%;
    left: -10%;
    background: linear-gradient(135deg, rgb(175,185,209,0.5) 0%, transparent 70%);
    top: -10%;
    height: 50%;
    transform: rotate(-45deg);
}.price-box .price-panel:hover .value-pricing::before {
    transform: rotate(-45deg) translateY(-20%);
    opacity: 0.15;
}.price-box .discount-plan {
    display: flex;
    padding: 35px 30px;
    min-height: 280px;
    box-sizing: border-box;
    flex-direction: column;
    height: 100%;
}.price-box .discount-plan h4 {
    position: relative;
    margin-bottom: 20px;
    color: #ffffff;
    font-size: calc(18px * 1.1);
    margin-top: 0;
    padding-bottom: 15px;
    font-weight: 600;
}.price-box .discount-plan h4::after {
    bottom: 0;
    position: absolute;
    content: "";
    background: rgb(175,185,209);
    left: 0;
    width: 40px;
    transition: width 0.4s ease;
    height: 3px;
}.price-box .price-panel:hover .discount-plan h4::after {
    width: 60px;
}.price-box .discount-plan p {
    hyphens: auto;
    color: rgb(255, 255, 255, 0.5);
    line-height: 1.7;
    margin-bottom: 25px;
    font-size: calc(14px * 0.9);
    word-wrap: break-word;
    flex-grow: 1;
    overflow-wrap: break-word;
    white-space: normal;
}.price-box .learning-rates {
    color: rgb(175,185,209);
    background: rgba(255,255,255,0.05);
    overflow: hidden;
    border-radius: 4px;
    font-size: calc(18px * 1.2);
    align-self: flex-start;
    font-weight: 700;
    position: relative;
    display: inline-block;
    transition: all 0.3s ease;
    padding: 10px 20px;
}.price-box .learning-rates::before {
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
    transition: left 0.7s ease;
    left: -100%;
    position: absolute;
}.price-box .price-panel:hover .learning-rates::before {
    left: 100%;
}

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

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

@media (max-width: 992px) {.price-box {
    padding: 80px 0;
}.price-box h2 {
    font-size: calc(28px * 0.9);
}.price-box .study-costs {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
}.price-box .discount-plan {
    padding: 25px 20px;
}
}

@media (max-width: 768px) {.price-box {
    padding: 70px 0;
}.price-box h2 {
    font-size: calc(28px * 0.8);
    margin-bottom: 15px;
}.price-box .premium-plan {
    margin-bottom: 35px;
    font-size: calc(14px * 0.95);
}.price-box .study-costs {
    margin: 0 auto;
    max-width: 450px;
    grid-template-columns: 1fr;
}.price-box .discount-plan {
    min-height: auto;
}
}

@media (max-width: 576px) {.price-box {
    padding: 60px 0;
}.price-box h2 {
    font-size: calc(28px * 0.7);
}.price-box .premium-plan {
    font-size: calc(14px * 0.9);
}.price-box .discount-plan {
    padding: 20px 15px;
}.price-box .discount-plan h4 {
    font-size: 18px;
}.price-box .discount-plan p {
    font-size: calc(14px * 0.85);
}.price-box .learning-rates {
    font-size: 18px;
    padding: 8px 15px;
}}.data-exploration {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    color: #ffffff;
}.data-exploration::before {
    opacity: 0.7;
    width: 100%;
    z-index: 1;
    content: "";
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background-color: #000000;
}.data-exploration::after {
    z-index: 2;
    width: 100%;
    background: radial-gradient(circle at 20% 30%, 
                rgb(175,185,209,0.5) 0%, 
                transparent 40%),
                radial-gradient(circle at 80% 70%, 
                rgb(135,153,182,0.5) 0%, 
                transparent 40%);
    position: absolute;
    top: 0;
    height: 100%;
    content: "";
    left: 0;
}.data-exploration .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 5;
}.data-exploration .career-statistics {
    flex-direction: column;
    display: flex;
}.data-exploration .pro-upgrade {
    display: flex;
    border-radius: 50%;
    right: 40px;
    top: 30px;
    background: #ffffff;
    justify-content: center;
    height: 80px;
    align-items: center;
    z-index: 2;
    position: absolute;
    width: 80px;
}.data-exploration .pro-upgrade svg {
    height: 40px;
    width: 40px;
    fill: rgb(175,185,209);
}.data-exploration .pro-upgrade svg path {
    fill: rgb(175,185,209);
}.data-exploration .key-pros {
    width: 70%;
    position: relative;
    text-align: left;
    padding-bottom: 15px;
    font-size: 44px;
    margin: 0 0 20px 0;
    border-bottom: 3px solid rgb(175,185,209);
    font-weight: 700;
}.data-exploration .boost-statistics {
    line-height: 1.6;
    position: relative;
    width: 60%;
    text-align: left;
    margin-bottom: 60px;
    font-size: 18px;
}.data-exploration .boost-experts {
    position: relative;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    display: grid;
}.data-exploration .expert-statistics {
    border-radius: 29px;
    background: linear-gradient(
        135deg, 
        rgba(255, 255, 255, 0.1) 0%, 
        rgba(255, 255, 255, 0.05) 100%
    );
    gap: 10px 20px;
    position: relative;
    border-left: 4px solid rgb(175,185,209);
    grid-template-areas:
        "img number"
        "img desc";
    transition: all 0.3s ease;
    grid-template-columns: 80px 1fr;
    display: grid;
    padding: 30px;
}.data-exploration .expert-statistics:nth-child(even) {
    border-left: 4px solid rgb(135,153,182);
}.data-exploration .expert-statistics:hover {
    transform: translateX(5px);
    background: rgba(255, 255, 255, 0.15);
}.data-exploration .statistics-gains {
    width: 70px;
    justify-content: center;
    border-radius: 12px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2);
    grid-area: img;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    height: 70px;
}.data-exploration .statistics-gains svg {
    fill: #ffffff;
    height: 35px;
    width: 35px;
}.data-exploration .statistics-gains svg path {
    fill: #ffffff;
}.data-exploration .expert-statistics span {
    align-self: flex-end;
    font-size: calc(29px * 1.3);
    line-height: 1;
    font-weight: 700;
    grid-area: number;
    color: #ffffff;
    margin: 0;
}.data-exploration .expert-statistics p {
    grid-area: desc;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.8);
    align-self: flex-start;
    margin: 0;
    font-size: 18px;
}.data-exploration .boost-experts::before {
    left: 0;
    content: "";
    top: -30px;
    width: 100%;
    height: 1px;
    background: linear-gradient(
        90deg, 
        #ffffff 0%, 
        transparent 100%
    );
    position: absolute;
}

@media screen and (max-width: 992px) {.data-exploration .key-pros {
    font-size: calc(44px * 0.9);
    width: 85%;
}.data-exploration .boost-statistics {
    width: 80%;
}.data-exploration .pro-upgrade {
    right: 20px;
    width: 70px;
    top: 20px;
    height: 70px;
}.data-exploration .pro-upgrade svg {
    height: 35px;
    width: 35px;
}
}

@media screen and (max-width: 768px) {.data-exploration {
    padding: 80px 0;
}.data-exploration .key-pros {
    width: 100%;
    font-size: calc(44px * 0.8);
    padding-right: 60px;
}.data-exploration .boost-statistics {
    width: 100%;
    margin-bottom: 50px;
}.data-exploration .pro-upgrade {
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
}.data-exploration .pro-upgrade svg {
    width: 30px;
    height: 30px;
}.data-exploration .boost-experts {
    grid-template-columns: 1fr;
}
}

@media screen and (max-width: 576px) {.data-exploration {
    padding: 60px 0;
}.data-exploration .career-statistics {
    padding: 0 10px;
}.data-exploration .key-pros {
    padding-bottom: 10px;
    font-size: calc(44px * 0.7);
    margin-bottom: 15px;
}.data-exploration .boost-statistics {
    font-size: calc(18px * 0.9);
    margin-bottom: 40px;
}.data-exploration .expert-statistics {
    padding: 20px;
    grid-template-columns: 60px 1fr;
    gap: 5px 15px;
}.data-exploration .statistics-gains {
    height: 55px;
    width: 55px;
}.data-exploration .statistics-gains svg {
    height: 25px;
    width: 25px;
}.data-exploration .expert-statistics span {
    font-size: calc(29px * 1.1);
}.data-exploration .expert-statistics p {
    font-size: calc(18px * 0.9);
}
}

@media screen and (max-width: 480px) {.data-exploration .expert-statistics {
    grid-template-areas:
            "img number"
            "desc desc";
    grid-template-columns: auto 1fr;
}.data-exploration .statistics-gains {
    width: 45px;
    align-self: center;
    height: 45px;
}.data-exploration .statistics-gains svg {
    height: 22px;
    width: 22px;
}.data-exploration .expert-statistics p {
    padding-top: 10px;
}}.contact-form-box {
    position: relative;
    background: linear-gradient(135deg, rgb(214,217,233) 0%, rgb(214,217,233) 50%, rgb(175,185,209,0.5) 150%);
    padding: 120px 0 100px;
    overflow: hidden;
}.contact-form-box::before {
    width: 100%;
    opacity: 0.05;
    background-image: 
        linear-gradient(to right, rgb(175,185,209,0.5) 1px, transparent 1px),
        linear-gradient(to bottom, rgb(175,185,209,0.5) 1px, transparent 1px);
    background-size: 30px 30px;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    content: "";
    position: absolute;
}.contact-form-box::after {
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(175,185,209) 15%, 
        rgb(135,153,182) 35%, 
        rgb(175,185,209) 65%, 
        transparent 100%);
    z-index: 2;
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    height: 2px;
    bottom: 0;
    animation: scanline 3s infinite linear;
}@keyframes scanline {
    0% {
        transform: translateX(-100%);
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: translateX(100%);
        opacity: 0.5;
    }
}

.contact-form-box .pic-banner {
    z-index: 0;
    left: 0;
    height: 100%;
    top: 0;
    filter: contrast(1.2) brightness(0.8) grayscale(0.5);
    position: absolute;
    mix-blend-mode: luminosity;
    width: 100%;
    opacity: 0.06;
}.contact-form-box .pic-banner::before {
    width: 100%;
    opacity: 0.03;
    position: absolute;
    height: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgb(175,185,209) 0,
        rgb(175,185,209) 5px,
        transparent 5px,
        transparent 10px
    );
    left: 0;
    mix-blend-mode: color-burn;
    content: "";
    top: 0;
}.contact-form-box .container {
    z-index: 3;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
}.contact-form-box h3 {
    text-align: center;
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 700;
    letter-spacing: 3px;
    color: rgb(175,185,209);
    margin-bottom: 60px;
    position: relative;
}.contact-form-box .reach-info {
    overflow: hidden;
    border-radius: 10px;
    z-index: 2;
    position: relative;
    flex-wrap: wrap;
    background: #ffffff;
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(0, 0, 0, 0.02),
        0 0 0 15px rgb(214,217,233),
        0 0 30px rgb(175,185,209,0.5);
    display: flex;
}.contact-form-box .reach-info::before {
    left: 0;
    content: "";
    width: 100%;
    z-index: 3;
    position: absolute;
    top: 0;
    height: 3px;
    background: linear-gradient(90deg, rgb(175,185,209), rgb(135,153,182));
}.contact-form-box .inquiry-box {
    padding: 50px;
    background: linear-gradient(
        135deg,
        #ffffff 0%,
        #ffffff 85%,
        rgba(rgb(214,217,233), 0.3) 100%
    );
    position: relative;
    flex: 1 1 60%;
    z-index: 2;
}.contact-form-box .inquiry-box::after {
    height: 40px;
    opacity: 0.5;
    content: "";
    top: 20px;
    position: absolute;
    border-right: 2px solid rgb(175,185,209,0.5);
    border-top: 2px solid rgb(175,185,209,0.5);
    right: 20px;
    width: 40px;
}.contact-form-box .inquiry-box::before {
    left: 20px;
    bottom: 20px;
    border-left: 2px solid rgb(175,185,209,0.5);
    content: "";
    border-bottom: 2px solid rgb(175,185,209,0.5);
    height: 40px;
    opacity: 0.5;
    width: 40px;
    position: absolute;
}.contact-form-box .inquiry-box h3 {
    text-transform: none;
    font-size: 23px;
    border-bottom: 1px solid rgb(214,217,233);
    text-align: left;
    margin-bottom: 30px;
    letter-spacing: normal;
    padding: 0 0 10px 0;
    color: #000000;
}.contact-form-box .inquiry-box h3::before,
.contact-form-box .inquiry-box h3::after {
    display: none;
}.contact-form-box .inquiry-box input[type="text"],
.contact-form-box .inquiry-box textarea {
    border-radius: 10px;
    font-family: Arial, sans-serif;
    width: 100%;
    background: rgb(214,217,233);
    color: #000000;
    transition: all 0.3s ease;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
    font-size: 14px;
    padding: 16px 20px;
    border: none;
}.contact-form-box .inquiry-box input[type="text"]:focus,
.contact-form-box .inquiry-box textarea:focus {
    box-shadow: 
        inset 0 1px 3px rgba(0, 0, 0, 0.05),
        0 0 0 2px rgb(175,185,209,0.5);
    background: #ffffff;
    outline: none;
}.contact-form-box .inquiry-box input[type="text"]::placeholder,
.contact-form-box .inquiry-box textarea::placeholder {
    transition: all 0.3s ease;
    opacity: 0.6;
    color: #000000;
}.contact-form-box .inquiry-box input[type="text"]:focus::placeholder,
.contact-form-box .inquiry-box textarea:focus::placeholder {
    transform: translateX(5px);
    opacity: 0.4;
}.contact-form-box .inquiry-box textarea {
    min-height: 150px;
    resize: vertical;
}.contact-form-box .inquiry-box .connect-map {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}.contact-form-box .inquiry-box .connect-map input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact-form-box .inquiry-box .connect-map label {
    line-height: 1.6;
    cursor: pointer;
    padding-left: 35px;
    font-size: 13px;
    color: #000000;
    position: relative;
}.contact-form-box .inquiry-box .connect-map label::before {
    transition: all 0.2s ease;
    content: "";
    background: #ffffff;
    top: 2px;
    border-radius: 2px;
    border: 1px solid rgb(214,217,233);
    position: absolute;
    width: 20px;
    left: 0;
    height: 20px;
}.contact-form-box .inquiry-box .connect-map input[type="checkbox"]:checked + label::before {
    background: rgb(175,185,209);
    border-color: rgb(175,185,209);
}.contact-form-box .inquiry-box .connect-map input[type="checkbox"]:checked + label::after {
    transform: rotate(45deg);
    border: solid #ffffff;
    position: absolute;
    content: "";
    left: 7px;
    width: 6px;
    border-width: 0 2px 2px 0;
    height: 12px;
    top: 4px;
}.contact-form-box .inquiry-box .connect-map a {
    color: rgb(175,185,209);
    transition: all 0.3s ease;
    background-image: linear-gradient(
        transparent calc(100% - 2px),
        rgb(175,185,209,0.5) 2px
    );
    font-weight: 600;
    background-repeat: no-repeat;
    text-decoration: none;
    transition: background-size 0.3s ease;
    background-size: 0% 100%;
}.contact-form-box .inquiry-box .connect-map a:hover {
    background-size: 100% 100%;
}.contact-form-box .inquiry-box .contact-reach {
    border-radius: 10px;
    color: #ffffff;
    cursor: pointer;
    background: rgb(175,185,209);
    font-size: 15px;
    font-weight: 600;
    transition: all 0.4s ease;
    padding: 16px 30px;
    overflow: hidden;
    position: relative;
    border: none;
    z-index: 1;
    letter-spacing: 1px;
    box-shadow: 0 4px 15px rgb(175,185,209,0.5);
}.contact-form-box .inquiry-box .contact-reach::before {
    width: 100%;
    height: 100%;
    left: 0;
    background-size: 200% 200%;
    background: repeating-linear-gradient(
        -45deg,
        rgb(135,153,182) 0%,
        rgb(135,153,182) 10%,
        rgb(175,185,209) 10%,
        rgb(175,185,209) 20%
    );
    position: absolute;
    top: 0;
    z-index: -1;
    content: "";
    transition: opacity 0.4s ease;
    opacity: 0;
}.contact-form-box .inquiry-box .contact-reach:hover {
    box-shadow: 0 8px 20px rgb(175,185,209,0.5);
    transform: translateY(-2px);
}.contact-form-box .inquiry-box .contact-reach:hover::before {
    animation: buttonBg 5s linear infinite;
    opacity: 1;
}@keyframes buttonBg {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

.contact-form-box .query-message {
    background: rgb(214,217,233);
    z-index: 2;
    padding: 50px;
    flex: 1 1 35%;
    position: relative;
    overflow: hidden;
}.contact-form-box .query-message::before {
    opacity: 0.1;
    position: absolute;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(175,185,209,0.5) 0%, transparent 10px),
        radial-gradient(circle at 80% 70%, rgb(175,185,209,0.5) 0%, transparent 10px);
    height: 100%;
    top: 0;
    background-size: 60px 60px;
    width: 100%;
    content: "";
    left: 0;
}.contact-form-box .query-message::after {
    left: 0;
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    background: 
        linear-gradient(90deg, transparent 90%, rgb(175,185,209,0.5) 100%),
        linear-gradient(180deg, transparent 90%, rgb(175,185,209,0.5) 100%);
    opacity: 0.3;
}.contact-form-box .query-message h4 {
    font-weight: 600;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    color: #000000;
    margin-bottom: 40px;
    position: relative;
    font-size: 23px;
    padding-bottom: 15px;
}.contact-form-box .query-message h4::after {
    content: "";
    background: linear-gradient(90deg, rgb(175,185,209), rgb(135,153,182));
    height: 3px;
    position: absolute;
    bottom: -1px;
    width: 50px;
    left: 0;
}.contact-form-box .query-message .feedback-info {
    margin: 0;
    list-style: none;
    padding: 0;
}.contact-form-box .query-message .feedback-info li {
    display: flex;
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
    padding: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
    backdrop-filter: blur(5px);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.7);
    transition: all 0.3s ease;
    border-left: 3px solid rgb(175,185,209);
    align-items: center;
}.contact-form-box .query-message .feedback-info li::before {
    left: 0;
    background: rgb(175,185,209);
    content: "";
    z-index: 2;
    height: 100%;
    top: 0;
    width: 3px;
    position: absolute;
}.contact-form-box .query-message .feedback-info li::after {
    width: 100%;
    z-index: -1;
    top: 0;
    content: "";
    position: absolute;
    background: rgb(175,185,209,0.5);
    left: 0;
    height: 100%;
    transition: all 0.3s ease;
    opacity: 0;
}.contact-form-box .query-message .feedback-info li:hover {
    transform: translateX(5px);
    border-left-color: rgb(135,153,182);
}.contact-form-box .query-message .feedback-info li:hover::after {
    opacity: 0.05;
}.contact-form-box .query-message .feedback-info li svg {
    margin-right: 15px;
    height: 22px;
    z-index: 2;
    transition: all 0.3s ease;
    position: relative;
    width: 22px;
}.contact-form-box .query-message .feedback-info li:hover svg {
    transform: scale(1.2);
}.contact-form-box .query-message .feedback-info li svg path {
    transition: all 0.3s ease;
    fill: rgb(175,185,209);
}.contact-form-box .query-message .feedback-info li:hover svg path {
    fill: rgb(135,153,182);
}.contact-form-box .query-message .feedback-info li span {
    z-index: 2;
    position: relative;
    font-size: 14px;
    color: #000000;
}.contact-form-box .query-message .feedback-info li a {
    color: #000000;
    position: relative;
    transition: all 0.3s ease;
    text-decoration: none;
}.contact-form-box .query-message .feedback-info li a::before {
    width: 100%;
    bottom: -2px;
    position: absolute;
    content: "";
    left: 0;
    background: rgb(175,185,209);
    transform-origin: right;
    transform: scaleX(0);
    transition: transform 0.3s ease;
    height: 1px;
}.contact-form-box .query-message .feedback-info li a:hover {
    color: rgb(175,185,209);
}.contact-form-box .query-message .feedback-info li a:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}

@media (max-width: 992px) {.contact-form-box {
    padding: 80px 0 60px;
}.contact-form-box h3 {
    margin-bottom: 40px;
}.contact-form-box .reach-info {
    flex-direction: column;
}.contact-form-box .inquiry-box,
    .contact-form-box .query-message {
    flex: 1 1 100%;
}.contact-form-box .query-message {
    border-top: 1px solid rgb(214,217,233);
}
}

@media (max-width: 768px) {.contact-form-box {
    padding: 60px 0;
}.contact-form-box h3 {
    font-size: calc(35px * 0.85);
    margin-bottom: 35px;
}.contact-form-box .inquiry-box h3,
    .contact-form-box .query-message h4 {
    font-size: calc(23px * 0.9);
}.contact-form-box .inquiry-box,
    .contact-form-box .query-message {
    padding: 35px;
}.contact-form-box .inquiry-box::before,
    .contact-form-box .inquiry-box::after {
    width: 30px;
    height: 30px;
}.contact-form-box .inquiry-box input[type="text"],
    .contact-form-box .inquiry-box textarea {
    padding: 14px 16px;
}
}

@media (max-width: 576px) {.contact-form-box {
    padding: 50px 0;
}.contact-form-box h3 {
    font-size: calc(35px * 0.7);
    margin-bottom: 30px;
}.contact-form-box .reach-info {
    box-shadow: 
            0 15px 30px rgba(0, 0, 0, 0.1),
            0 0 0 1px rgba(0, 0, 0, 0.02),
            0 0 0 8px rgb(214,217,233);
}.contact-form-box .inquiry-box,
    .contact-form-box .query-message {
    padding: 25px 20px;
}.contact-form-box .inquiry-box::before,
    .contact-form-box .inquiry-box::after {
    display: none;
}.contact-form-box .inquiry-box input[type="text"],
    .contact-form-box .inquiry-box textarea {
    padding: 12px 15px;
    margin-bottom: 15px;
}.contact-form-box .inquiry-box .connect-map label {
    font-size: calc(13px * 0.9);
}.contact-form-box .inquiry-box .contact-reach {
    width: 100%;
    padding: 14px 20px;
}.contact-form-box .query-message .feedback-info li {
    margin-bottom: 15px;
    padding: 12px;
}}.newsletter-signup {
    padding: 5rem 3rem 7rem;
    margin: 5rem 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(170deg, rgb(214,217,233) 0%, rgb(175,185,209,0.5) 100%);
}.newsletter-signup::before {
    opacity: 0.4;
    top: -30%;
    clip-path: polygon(0 0, 100% 0, 60% 100%, 0 100%);
    transform: rotate(30deg);
    animation: wave 15s infinite alternate;
    width: 80%;
    z-index: 1;
    background: rgb(135,153,182,0.5);
    left: -10%;
    height: 200%;
    content: "";
    position: absolute;
}.newsletter-signup::after {
    clip-path: polygon(40% 0, 100% 0, 100% 100%, 0 100%);
    opacity: 0.3;
    right: -10%;
    transform: rotate(-15deg);
    position: absolute;
    bottom: -10%;
    width: 80%;
    height: 60%;
    z-index: 1;
    animation: float 12s infinite alternate;
    content: "";
    background: rgb(175,185,209,0.5);
    filter: blur(8px);
}.newsletter-signup .why-mission {
    z-index: 2;
    align-items: center;
    flex-direction: column;
    position: relative;
    display: flex;
}.newsletter-signup p {
    font-family: Arial, sans-serif;
    margin-bottom: 3rem;
    text-align: center;
    opacity: 0.9;
    font-size: 35px;
    max-width: 80%;
    font-weight: 700;
    line-height: 1.4;
    position: relative;
    color: #000000;
}.newsletter-signup p::after {
    transform: translateX(-50%);
    height: 3px;
    content: "";
    background: rgb(135,153,182);
    width: 3rem;
    position: absolute;
    bottom: -1.5rem;
    border-radius: 3px;
    left: 50%;
}.newsletter-signup .input_holder {
    width: 100%;
    transform: rotate(-2deg);
    display: flex;
    max-width: 600px;
    gap: 1.5rem;
    position: relative;
    flex-direction: column;
}.newsletter-signup .sub-approach {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    color: #000000;
    transform: translateY(0);
    transition: all 0.3s ease;
    border-radius: 29px;
    border: none;
    background: #ffffff;
    font-size: 16px;
    padding: 1.5rem;
    width: 100%;
    font-family: Arial, sans-serif;
}.newsletter-signup .sub-approach:focus {
    outline: none;
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.newsletter-signup .sub-approach::placeholder {
    color: #000000;
    opacity: 0.6;
}.newsletter-signup .sub-cards {
    position: relative;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    font-weight: 600;
    background: linear-gradient(90deg, rgb(175,185,209) 0%, rgb(135,153,182) 100%);
    cursor: pointer;
    font-size: 16px;
    align-self: flex-end;
    overflow: hidden;
    font-family: Arial, sans-serif;
    padding: 1.2rem 3rem;
    color: #ffffff;
    border-radius: 29px;
    z-index: 2;
    transform: rotate(2deg) translateY(0);
    border: none;
    transition: all 0.3s ease;
}.newsletter-signup .sub-cards::before {
    transition: opacity 0.3s ease;
    left: 0;
    background: linear-gradient(90deg, rgb(135,153,182) 0%, rgb(175,185,209) 100%);
    content: "";
    height: 100%;
    top: 0;
    opacity: 0;
    width: 100%;
    position: absolute;
    z-index: -1;
}.newsletter-signup .sub-cards:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    transform: rotate(2deg) translateY(-5px);
}.newsletter-signup .sub-cards:hover::before {
    opacity: 1;
}

@keyframes wave {
    0% {
        transform: rotate(30deg) translateX(0);
    }
    100% {
        transform: rotate(30deg) translateX(5%);
    }
}

@keyframes float {
    0% {
        transform: rotate(-15deg) translateY(0);
    }
    50% {
        transform: rotate(-12deg) translateY(-10px);
    }
    100% {
        transform: rotate(-15deg) translateY(0);
    }
}

@media (max-width: 768px) {.newsletter-signup {
    padding: 4rem 1.5rem 5rem;
}.newsletter-signup p {
    font-size: 23px;
    max-width: 100%;
}.newsletter-signup .input_holder {
    transform: none;
}.newsletter-signup .sub-cards {
    transform: none;
    width: 100%;
    align-self: center;
}.newsletter-signup .sub-cards:hover {
    transform: translateY(-5px);
}}header .top_plank {
    color:  #ffffff;
    background: rgb(175,185,209);
}header .top_plank .nav-actions div svg, header .top_plank .nav-actions div svg path {
    fill: #ffffff;
}header .top_plank .nav-actions div span {
    color: #ffffff;
}header .top_plank .nav-actions {
    flex-wrap: wrap;
    padding: 15px 0 10px 0;
    justify-content: flex-start;
    display: flex;
    line-height: 21px;
    align-items: center;
    font-size: 12px;
    width: 100%;
}header .top_plank .nav-actions div {
    justify-content: flex-start;
    margin-right: 24px;
    display: flex;
    align-items: center;
}header .top_plank .nav-actions div img, header .top_plank .nav-actions div svg {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}header .header-site {
    justify-content: space-between;
    background: linear-gradient(to right, rgb(135,153,182) 0%, rgb(175,185,209,0.5) 100%);
    box-shadow: 0 0 20px 2px rgb(175,185,209,0.5);
    align-items: center;
    overflow: hidden;
    z-index: 99;
    border-radius: 0;
    width: 100%;
    position: relative;
    left: 0;
    padding: 1.5rem;
    display: flex;
}header .header-site::before {
    opacity: 0.3;
    width: 200%;
    left: -50%;
    background-size: 15px 15px;
    height: 200%;
    z-index: -1;
    content: "";
    animation: backgroundShift 20s linear infinite;
    background: radial-gradient(circle, rgb(135,153,182,0.5) 1%, transparent 10%);
    top: -50%;
    position: absolute;
}header .header-site::after {
    top: 0;
    background: linear-gradient(45deg, transparent 48%, rgb(135,153,182) 49%, rgb(135,153,182) 51%, transparent 52%);
    height: 100%;
    content: "";
    position: absolute;
    animation: gradientSlide 5s ease infinite;
    width: 100%;
    z-index: -1;
    opacity: 0.1;
    left: 0;
    background-size: 200% 200%;
}header .header-site .head-sitewrap {
    overflow: visible;
    position: relative;
}header .header-site .head-sitewrap::after {
    background: rgb(135,153,182);
    content: "";
    position: absolute;
    height: 2px;
    animation: neonPulse 3s infinite alternate;
    box-shadow: 0 0 8px 2px rgb(135,153,182);
    bottom: -8px;
    transform-origin: left;
    left: 0;
    transform: scaleX(0);
    width: 100%;
}header .header-site .head-sitewrap .head-learning {
    position: relative;
    display: block;
    transition: all 0.5s ease;
    transform: perspective(800px) rotateY(0deg);
}header .header-site .head-sitewrap .head-learning:hover {
    transform: perspective(800px) rotateY(15deg);
}header .header-site .head-sitewrap svg {
    height: auto;
    width: 120px;
    filter: drop-shadow(0 0 5px rgb(135,153,182,0.5));
}header .header-site .site-study {
    perspective: 800px;
    margin: 0;
    display: flex;
    list-style: none;
    padding: 0;
    position: relative;
}header .header-site .site-study::before {
    left: 0;
    content: "";
    background: rgb(175,185,209);
    position: absolute;
    height: 2px;
    box-shadow: 0 0 10px 2px rgb(175,185,209);
    top: 105%;
    transform: scaleX(0.5);
    width: 100%;
    animation: neonPulse 4s infinite alternate-reverse;
}header .header-site .head-train {
    transition: transform 0.3s ease;
    transform: translateZ(0);
    position: relative;
    margin: 0 0.5rem;
    transform-style: preserve-3d;
}header .header-site .head-train:hover {
    transform: translateZ(20px);
}header .header-site .head-train a {
    color: #ffffff;
    display: block;
    font-family: Arial, sans-serif;
    font-weight: 600;
    padding: 0.5rem 1rem;
    text-decoration: none;
    transition: color 0.3s ease, text-shadow 0.3s ease;
    font-size: 14px;
    position: relative;
    border: 1px solid transparent;
}header .header-site .head-train a::before {
    content: "";
    opacity: 0;
    border-radius: 10px;
    background: rgb(175,185,209,0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
    left: 0;
    transform: scale(0.9);
    transition: opacity 0.3s ease, transform 0.3s ease;
}header .header-site .head-train a:hover {
    color: rgb(135,153,182);
    border: 1px solid rgb(135,153,182,0.5);
    text-shadow: 0 0 5px rgb(135,153,182,0.5);
}header .header-site .head-train a:hover::before {
    opacity: 0.2;
    transform: scale(1);
}

@keyframes neonPulse {
  0% {
    opacity: 0.6;
    transform: scaleX(0.5);
  }
  100% {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes backgroundShift {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(50%, 50%);
  }
}

@keyframes gradientSlide {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}

@media (max-width: 992px) {header .header-site {
    flex-direction: column;
    box-sizing: border-box;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding: 1rem;
}header .header-site .head-sitewrap {
    margin-bottom: 1.5rem;
}header .header-site .site-study {
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
}header .header-site .site-study::before {
    bottom: -10px;
    top: auto;
}header .header-site .head-train {
    margin: 0.25rem 0.5rem;
}
}

@media (max-width: 576px) {header .header-site {
    padding: 0.75rem;
}header .header-site .site-study {
    align-items: center;
    flex-direction: column;
}header .header-site .head-train {
    margin: 0.25rem 0;
    text-align: center;
    width: 100%;
}header .header-site .head-sitewrap svg {
    width: 100px;
}header .header-site .head-sitewrap::after {
    left: 10%;
    width: 80%;
}}.trackingNoticeDialog {
    overflow: hidden;
    font-family: Arial, sans-serif;
    z-index: 1050;
    bottom: 20px;
    width: 90%;
    text-align: center;
    padding: 20px;
    left: 50%;
    background: rgb(214,217,233);
    transform: translateX(-50%);
    border-radius: 18px;
    align-items: center;
    position: fixed;
    display: flex;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    max-width: 600px;
    flex-direction: column;
}.cookie-menu {
    display: flex;
    align-items: center;
    flex-direction: column;
    z-index: 1;
}.secure-cookies {
    animation: bounce 2s infinite;
    margin-bottom: 20px;
}.secure-cookies svg, .secure-cookies svg path, .secure-cookies img {
    height: 80px;
    fill: rgb(175,185,209);
    width: 80px;
}@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-15px);
    }
    60% {
        transform: translateY(-10px);
    }
}
.trackingNoticeDialog h5 {
    font-weight: 700;
    color: rgb(175,185,209);
    font-size: 24px;
    margin-bottom: 10px;
}.trackingNoticeDialog p {
    font-size: 16px;
    color: #000000;
    margin-bottom: 20px;
}.web-tracking {
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    background: rgb(175,185,209);
    width: calc(50% - 10px);
    padding: 10px 20px;
    font-size: 17px;
    color: #ffffff;
    margin: 5px;
    text-decoration: none;
    display: inline-block;
    transition: background 0.3s ease-in-out, transform 0.2s ease-in-out;
    cursor: pointer;
}.web-tracking:hover {
    transform: translateY(-3px);
    background: rgb(135,153,182);
}.cookie_button.data-settings {
    background: rgba(0, 0, 0, 0.5);
}.cookie_button.data-settings:hover {
    background: rgb(135,153,182,0.5);
}.trackingNoticeDialog p a {
    text-decoration: underline;
    transition: color 0.3s ease-in-out;
    color: rgb(175,185,209);
}.trackingNoticeDialog p a:hover {
    color: rgb(135,153,182);
}
@media only screen and (max-width: 600px) {.trackingNoticeDialog {
    width: 100%;
    border-radius: 0;
    bottom: 0;
    left: 0;
    transform: none;
}.cookie-menu {
    padding: 15px;
}.secure-cookies svg {
    height: 50px;
    width: 50px;
}.trackingNoticeDialog h5 {
    font-size: calc(24px - 2px);
}.trackingNoticeDialog p {
    font-size: calc(16px - 2px);
}.web-tracking {
    font-size: calc(17px - 2px);
    width: calc(100% - 10px);
    padding: 8px 16px;
}}
#cookieNoticeAlert {
    display: none;
}#cookieNoticeAlert:checked ~ .trackingNoticeDialog {
    opacity: 0;
    visibility: hidden;
}