* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}a {
    text-decoration: none;
    color: inherit;
}.container {
    margin: auto;
    width: 1265px;
    max-width: 100%;
}.mod_tools {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}html,body {
    height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
    min-height: 100%;
    scroll-behavior: auto;
}svg {
    width: 30px;
    height: 30px;
}::-webkit-scrollbar {
    width: 3px;
}::-webkit-scrollbar-button {
    background: rgb(151,166,161,0.5);
    width: 5px;
    height: 2px;
}::-webkit-scrollbar-track {
    border-radius: 7vw;
    background: linear-gradient(116deg, #ffffff 36%, rgb(255, 255, 255, 0.5) 41%, rgb(118,133,128) 34%, rgb(118,133,128,0.5) 100%, rgb(151,166,161) 43%, rgb(151,166,161,0.5) 46%, rgb(185,199,195) 37%);
}::-webkit-scrollbar-thumb {
    box-shadow: -2px 0px 14px 0px rgba(0, 0, 0, 0.6);
    border-radius: 6.4vh;
    background: linear-gradient(191deg, rgb(255, 255, 255, 0.5) 26%, rgb(118,133,128) 97%, rgb(118,133,128,0.5) 74%, rgb(151,166,161) 73%, rgb(151,166,161,0.5) 77%, rgb(185,199,195) 52%);
    transition: all, background, border-radius 3.6s ease-in-out;
}::-webkit-scrollbar-thumb:hover {
    background: rgb(185,199,195);
}::-webkit-scrollbar-thumb:active {
    background: #ffffff;
}html {
    scrollbar-width: auto;
    scrollbar-color: rgb(151,166,161,0.5) rgb(255, 255, 255, 0.5);
}.head_primary {
    flex: 1 0 auto;
}.wrapper-capsule {
    min-height: 100%;
    flex-direction: column;
    display: flex;
    height: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.secure_safe {
    color: #000000;
    line-height: 1.6;
    padding: 40px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
    background-color: rgb(185,199,195);
    font-family: Arial, sans-serif;
}.secure_safe h1 {
    font-weight: 700;
    font-size: 48px;
    color: rgb(151,166,161);
    margin-bottom: 20px;
    border-bottom: 2px solid rgb(151,166,161);
    padding-bottom: 10px;
}.secure_safe h2 {
    margin-top: 30px;
    font-weight: 600;
    color: rgb(118,133,128);
    font-size: 29px;
    margin-bottom: 15px;
}.secure_safe h3,
.secure_safe h4,
.secure_safe h5,
.secure_safe h6 {
    margin-top: 25px;
    color: rgb(151,166,161);
    margin-bottom: 10px;
    font-weight: 400;
}.secure_safe h3 {
    font-size: calc(21px - 0.2rem);
}.secure_safe h4 {
    font-size: 21px;
}.secure_safe h5 {
    font-size: calc(21px - 0.2rem);
}.secure_safe h6 {
    font-size: 18px;
}.secure_safe ul {
    margin-top: 10px;
    list-style-type: disc;
    padding-left: 20px;
}.secure_safe ol {
    padding-left: 20px;
    list-style-type: decimal;
    margin-top: 10px;
}.secure_safe li {
    line-height: 1.5;
    margin-bottom: 10px;
}.secure_safe div {
    margin-bottom: 20px;
}.secure_safe p {
    margin-bottom: 20px;
    font-size: 13px;
}.secure_safe span {
    font-weight: 600;
    color: rgb(151,166,161);
}
@media only screen and (max-width: 800px) {.secure_safe {
    border-radius: 10px;
    padding: 20px;
}.secure_safe h1 {
    font-size: calc(21px - 0.5rem);
}.secure_safe h2 {
    font-size: calc(21px - 0.4rem);
}.secure_safe p {
    font-size: calc(13px - 0.2rem);
}}
.secure_safe::before {
    content: '';
    border-radius: 10px;
    height: 5px;
    margin-bottom: 20px;
    display: block;
    background-color: rgb(151,166,161);
    width: 50px;
}.secure_safe ul li::marker,
.secure_safe ol li::marker {
    font-weight: 700;
    color: rgb(118,133,128);
}.secure_safe h2 {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(to right, rgb(151,166,161), rgb(118,133,128));
    -webkit-background-clip: text !important;
}.secure_safe section {
    margin: 40px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.5);
    padding-top: 20px;
}.mod_tools {
    padding: 5rem 0 3rem;
    z-index: 1;
    background-position: center center;
    color: #ffffff;
    position: relative;
}.mod_tools::before {
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, #000000 20%, transparent 100%);
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}.mod_tools::after {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    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
    );
    width: 100%;
    content: "";
    opacity: 0.5;
}.mod_tools .container {
    position: relative;
    display: flex;
    flex-direction: column;
}.mod_tools .container::before {
    top: -80px;
    left: 0;
    opacity: 0.3;
    background: linear-gradient(0deg, rgb(151,166,161) 0%, transparent 100%);
    clip-path: polygon(0 80%, 100% 80%, 100% 100%, 0 100%);
    height: 80px;
    position: absolute;
    content: "";
    width: 100%;
}.mod_tools .company_holder {
    position: relative;
    border: 1px solid rgba(rgb(151,166,161), 0.3);
    backdrop-filter: blur(5px);
    margin-bottom: 4rem;
    padding: 2rem;
    background: rgba(0, 0, 0, 0.4);
    clip-path: polygon(
        0 0,
        calc(100% - 30px) 0,
        100% 30px,
        100% 100%,
        30px 100%,
        0 calc(100% - 30px)
    );
    border-radius: 10px;
}.mod_tools .company_holder::before {
    width: calc(100% + 10px);
    left: -5px;
    opacity: 0.5;
    height: calc(100% + 10px);
    content: "";
    position: absolute;
    background: linear-gradient(45deg, rgb(151,166,161), transparent 70%);
    clip-path: polygon(
        0 0,
        calc(100% - 40px) 0,
        100% 40px,
        100% 100%,
        40px 100%,
        0 calc(100% - 40px)
    );
    top: -5px;
    z-index: -1;
    filter: blur(5px);
}.mod_tools .company_holder h3 {
    text-shadow: 0 0 10px rgb(151,166,161), 0 0 20px rgb(151,166,161), 0 0 30px rgb(151,166,161);
    letter-spacing: 2px;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    font-size: calc(29px * 1.2);
    color: #ffffff;
    position: relative;
    display: inline-block;
    font-weight: 700;
}.mod_tools .company_holder h3::before {
    color: rgb(151,166,161);
    z-index: -1;
    filter: blur(1px);
    left: 2px;
    top: 2px;
    position: absolute;
    opacity: 0.7;
    content: attr(data-text);
}.mod_tools .lang_learn {
    border-left: 2px solid rgb(151,166,161);
    padding-left: 1rem;
    opacity: 0.8;
    line-height: 1.6;
    font-size: 13px;
    margin-top: 1.5rem;
    color: #ffffff;
}.mod_tools .license_cta {
    display: flex;
    position: relative;
    justify-content: space-between;
}.mod_tools .license_cta::before {
    width: 100%;
    left: 0;
    content: "";
    height: 1px;
    top: -20px;
    background: linear-gradient(90deg, transparent, rgb(151,166,161), transparent);
    position: absolute;
}.mod_tools .header_primary {
    gap: 2rem;
    display: flex;
    justify-content: space-between;
    width: 100%;
}.mod_tools .nav_lead {
    padding: 1.5rem;
    transition: all 0.3s ease;
    border-left: 2px solid rgb(151,166,161);
    background: rgba(0, 0, 0, 0.2);
    border-bottom: 2px solid rgb(151,166,161);
    flex: 1;
    box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.3);
    position: relative;
}.mod_tools .nav_lead:hover {
    transform: translateY(-5px);
    background: rgba(rgb(151,166,161,0.5), 0.1);
    box-shadow: -8px 8px 20px rgba(0, 0, 0, 0.4);
}.mod_tools .nav_lead h5 {
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 1.5rem;
    color: rgb(118,133,128);
    position: relative;
    font-weight: 600;
}.mod_tools .nav_lead h5::after {
    left: 0;
    width: 40px;
    background: rgb(151,166,161);
    height: 2px;
    content: "";
    position: absolute;
    bottom: -8px;
    box-shadow: 0 0 10px rgb(151,166,161);
}.mod_tools .nav_lead .header_primary {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}.mod_tools .nav_lead .header_primary a {
    transition: all 0.3s ease;
    padding: 0.5rem 0 0.5rem 1.5rem;
    font-size: 13px;
    overflow: hidden;
    text-decoration: none;
    opacity: 0.7;
    color: #ffffff;
    position: relative;
}.mod_tools .nav_lead .header_primary a::before {
    font-size: 0.8em;
    left: 0;
    color: rgb(151,166,161);
    transition: all 0.3s ease;
    content: "//";
    position: absolute;
}.mod_tools .nav_lead .header_primary a:hover {
    opacity: 1;
    color: rgb(151,166,161);
    text-shadow: 0 0 5px rgb(151,166,161);
}.mod_tools .nav_lead .header_primary a:hover::before {
    color: rgb(118,133,128);
}.price_table {
    padding: 1.5rem 0;
    position: relative;
    margin-top: 3rem;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    background: rgba(0, 0, 0, 0.6);
}.price_table::before {
    height: 1px;
    left: 0;
    content: "";
    top: 0;
    background-image: 
        linear-gradient(90deg, transparent, rgb(151,166,161), transparent);
    position: absolute;
    width: 100%;
}.price_table .container {
    display: flex;
    align-items: center;
    justify-content: center;
}.price_table .trial_offer {
    text-transform: uppercase;
    opacity: 0.7;
    text-align: center;
    color: #ffffff;
    letter-spacing: 1px;
    font-size: 16px;
}.price_table .trial_offer::before,
.price_table .trial_offer::after {
    color: rgb(151,166,161);
    margin: 0 10px;
    content: "//";
}

@keyframes neon-flicker {
    0%, 19%, 21%, 23%, 25%, 54%, 56%, 100% {
        opacity: 0.9;
        text-shadow: 0 0 10px rgb(151,166,161), 0 0 20px rgb(151,166,161);
    }
    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) {.mod_tools .license_cta {
    flex-direction: column;
}.mod_tools .header_primary {
    flex-direction: column;
}.mod_tools .nav_lead {
    width: 100%;
    margin-bottom: 1rem;
}.price_table {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
}
}

@media screen and (max-width: 768px) {.mod_tools {
    padding: 4rem 0 2rem;
}.mod_tools .company_holder {
    padding: 1.5rem;
    margin-bottom: 3rem;
}.mod_tools .company_holder h3 {
    font-size: 29px;
}.mod_tools .nav_lead h5 {
    font-size: calc(18px * 0.9);
}.price_table {
    margin-top: 2rem;
    padding: 1.2rem 0;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 15% 100%);
}
}

@media screen and (max-width: 576px) {.mod_tools {
    padding: 3rem 0 2rem;
}.mod_tools .company_holder {
    clip-path: polygon(
            0 0,
            calc(100% - 20px) 0,
            100% 20px,
            100% 100%,
            20px 100%,
            0 calc(100% - 20px)
        );
}.mod_tools .company_holder h3 {
    font-size: calc(29px * 0.85);
    letter-spacing: 1px;
}.mod_tools .lang_learn {
    font-size: calc(13px * 0.9);
}.mod_tools .nav_lead {
    padding: 1rem;
}.mod_tools .nav_lead .header_primary a {
    font-size: calc(13px * 0.9);
}.price_table {
    clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
    padding: 1rem 0;
}.price_table .trial_offer::before,
    .price_table .trial_offer::after {
    display: none;
}}.title_board {
    background: linear-gradient(135deg, rgb(185,199,195) 0%, #ffffff 65%, rgb(151,166,161,0.5) 100%);
    display: flex;
    min-height: 100vh;
    overflow: hidden;
    flex-direction: column;
    padding: 2rem;
    position: relative;
}.title_board::before {
    top: 0;
    left: 0;
    background-size: 20px 20px;
    content: "";
    width: 100%;
    z-index: 0;
    background: linear-gradient(45deg, transparent 49.5%, rgb(118,133,128,0.5) 49.5%, rgb(118,133,128,0.5) 50.5%, transparent 50.5%);
    height: 100%;
    opacity: 0.1;
    position: absolute;
    animation: backgroundShift 60s linear infinite;
}.title_board h1 {
    margin-bottom: 1.5rem;
    animation: fadeSlideDown 0.8s ease-out 0.2s forwards;
    opacity: 0;
    color: #000000;
    font-size: 24px;
    letter-spacing: 0.05em;
    font-weight: 700;
    transform: translateY(-5px);
    z-index: 1;
    text-transform: uppercase;
    position: relative;
}.title_board .learning_space {
    height: 100%;
    position: relative;
    z-index: 2;
    gap: 2rem;
    display: flex;
    flex-direction: column;
}.title_board .note_holder {
    flex: 1;
    z-index: 3;
    position: relative;
}.title_board ol {
    padding: 0;
    margin: 0;
    gap: 2rem;
    flex-direction: column;
    list-style: none;
    display: flex;
}.title_board li {
    position: relative;
    animation: fadeSlideUp 0.8s ease-out forwards;
    opacity: 0;
    transform: translateY(20px);
}.title_board li:first-child {
    animation-delay: 0.4s;
}.title_board li:last-child {
    animation-delay: 0.6s;
}.title_board .learning_lead {
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 2rem;
    background: #ffffff;
    border-radius: 26px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}.title_board .learning_lead::before {
    width: 100%;
    top: 0;
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(151,166,161) 0%, rgb(118,133,128) 100%);
    transform-origin: left;
    position: absolute;
    content: "";
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    left: 0;
    height: 5px;
}.title_board .learning_lead:hover::before {
    transform: scaleX(1);
}.title_board .learning_lead:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}.title_board .learning_lead svg {
    height: 80px;
    width: 80px;
    filter: drop-shadow(0 5px 10px rgba(94, 170, 168, 0.2));
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin-bottom: 1.5rem;
}.title_board .learning_lead:hover svg {
    transform: scale(1.05) rotate(5deg);
}.title_board .learning_lead svg path {
    transition: fill 0.3s ease;
}.title_board .learning_lead:hover svg path {
    fill: rgb(151,166,161);
}.title_board .learning_lead svg text {
    font-family: Arial, sans-serif;
    transition: fill 0.3s ease;
}.title_board .learning_lead:hover svg text {
    fill: rgb(118,133,128);
}.title_board .learning_lead p {
    margin: 0;
    max-width: 90%;
    color: #000000;
    z-index: 2;
    position: relative;
    line-height: 1.6;
    font-size: 13px;
}.title_board .img_caption {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    height: 280px;
    transform: translateY(30px);
    border-radius: 26px;
    opacity: 0;
    position: relative;
    animation: fadeSlideUp 0.8s ease-out 0.8s forwards;
    overflow: hidden;
}.title_board .img_caption::before {
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
    height: 100%;
    left: 0;
    content: "";
    z-index: 1;
    top: 0;
    position: absolute;
}.title_board .img_caption::after {
    opacity: 0.3;
    width: 100%;
    transition: opacity 0.3s ease;
    background: linear-gradient(to top, rgb(151,166,161,0.5), transparent);
    position: absolute;
    left: 0;
    z-index: 2;
    bottom: 0;
    content: "";
    height: 50%;
}.title_board .connect_panel {
    border-radius: 26px;
    font-weight: 600;
    letter-spacing: 0.03em;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: inline-block;
    box-shadow: 0 5px 15px rgba(var(--primary-color-rgb), 0.2);
    padding: 0.95rem 2rem;
    color: #ffffff;
    font-size: 19px;
    text-decoration: none;
    position: relative;
    z-index: 1;
    background: linear-gradient(135deg, rgb(151,166,161) 0%, rgb(118,133,128) 100%);
    overflow: hidden;
}.title_board .connect_panel::before {
    left: -100%;
    width: 100%;
    transition: left 0.6s ease;
    top: 0;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    z-index: -1;
    height: 100%;
    position: absolute;
}.title_board .connect_panel:hover {
    box-shadow: 0 8px 20px rgba(var(--primary-color-rgb), 0.3);
    transform: translateY(-3px);
}.title_board .connect_panel:hover::before {
    left: 100%;
}.title_board .connect_panel:active {
    transform: translateY(1px);
    box-shadow: 0 3px 10px rgba(var(--primary-color-rgb), 0.25);
}

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

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

@keyframes backgroundShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 1000px 1000px;
    }
}

@media (min-width: 768px) {.title_board {
    padding: 3rem 4rem;
}.title_board h1 {
    margin-bottom: 2rem;
    font-size: calc(24px * 1.2);
}.title_board .learning_space {
    gap: 3rem;
    flex-direction: row;
    align-items: center;
}.title_board .note_holder {
    flex: 1;
}.title_board .img_caption {
    animation: fadeSlideRight 0.8s ease-out 0.8s forwards;
    opacity: 0;
    transform-origin: right center;
    height: 450px;
    flex: 1;
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateY(-5deg);
}.title_board .img_caption:hover {
    transform: perspective(1000px) rotateY(0deg);
}
}

@media (min-width: 992px) {.title_board {
    padding: 4rem 6rem;
}.title_board .learning_space {
    gap: 4rem;
}.title_board h1 {
    font-size: calc(24px * 1.4);
}.title_board .learning_lead svg {
    width: 100px;
    height: 100px;
}.title_board .learning_lead p {
    font-size: calc(13px * 1.1);
}.title_board .img_caption {
    flex: 1.2;
    transform: perspective(1200px) rotateY(-8deg) translateZ(20px);
    height: 550px;
}.title_board .img_caption:hover {
    transform: perspective(1200px) rotateY(-3deg) translateZ(40px);
}
}

@keyframes fadeSlideRight {
    from {
        opacity: 0;
        transform: perspective(1000px) rotateY(-5deg) translateX(50px);
    }
    to {
        opacity: 1;
        transform: perspective(1000px) rotateY(-5deg) translateX(0);
    }
}

@media (prefers-reduced-motion) {.title_board h1,
    .title_board li,
    .title_board .img_caption,
    .title_board .connect_panel::before {
    opacity: 1;
    transform: none;
    animation: none;
}.title_board::before {
    animation: none;
}.title_board .learning_lead:hover,
    .title_board .learning_lead:hover svg,
    .title_board .connect_panel:hover {
    transform: none;
}
}

@media (max-width: 480px) {.title_board {
    padding: 1.5rem;
}.title_board h1 {
    font-size: 24px;
}.title_board .learning_lead {
    padding: 1.5rem;
}.title_board .learning_lead svg {
    height: 60px;
    width: 60px;
}.title_board .img_caption {
    height: 200px;
}.title_board .connect_panel {
    padding: 0.85rem 1.5rem;
    text-align: center;
    width: 100%;
}}.learning_outcomes {
    position: relative;
    padding: 100px 0;
    background: linear-gradient(135deg, rgb(185,199,195) 0%, #ffffff 100%);
    overflow: hidden;
}.learning_outcomes::before {
    z-index: 0;
    top: -50px;
    content: "";
    background: rgb(151,166,161,0.5);
    opacity: 0.3;
    animation: float 15s infinite ease-in-out;
    transform: rotate(-15deg);
    filter: blur(100px);
    height: 300px;
    right: -50px;
    position: absolute;
    width: 300px;
}.learning_outcomes::after {
    opacity: 0.2;
    content: "";
    left: -50px;
    filter: blur(80px);
    width: 250px;
    background: rgb(118,133,128,0.5);
    position: absolute;
    z-index: 0;
    height: 250px;
    animation: float 18s infinite ease-in-out reverse;
    transform: rotate(20deg);
    bottom: -100px;
}.learning_outcomes h5 {
    color: #000000;
    font-size: 22px;
    margin-right: auto;
    text-align: center;
    font-weight: 700;
    margin-bottom: 50px;
    position: relative;
    margin-left: auto;
    z-index: 2;
    letter-spacing: -0.5px;
    line-height: 1.4;
    max-width: 800px;
}.learning_outcomes h5::after {
    position: absolute;
    height: 3px;
    border-radius: 10px;
    content: "";
    width: 80px;
    bottom: -15px;
    background: linear-gradient(90deg, rgb(151,166,161), rgb(118,133,128));
    left: 50%;
    transform: translateX(-50%);
}.learning_outcomes .container {
    padding: 0 20px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    max-width: 1200px;
}.learning_outcomes .learning_space {
    display: flex;
    gap: 30px;
    flex-direction: column;
    box-shadow: 0 15px 40px -20px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.85);
    padding: 40px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(0);
}.learning_outcomes .learning_space:hover {
    transform: translateY(-5px);
}.learning_outcomes .img_caption {
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: scale(1);
    border-radius: 4px;
    height: auto;
    width: 100%;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.15);
}.learning_outcomes .learning_space:hover .img_caption {
    transform: scale(1.02);
}.learning_outcomes .note_holder {
    flex: 1;
}.learning_outcomes ul {
    display: grid;
    grid-template-columns: 1fr;
    margin: 0;
    list-style: none;
    gap: 20px;
    padding: 0;
}.learning_outcomes li {
    padding-left: 40px;
    opacity: 0.95;
    transition: all 0.3s ease-out;
    transform: translateX(0);
    position: relative;
}.learning_outcomes li:hover {
    opacity: 1;
    transform: translateX(5px);
}.learning_outcomes li p {
    position: relative;
    line-height: 1.6;
    font-size: 15px;
    align-items: flex-start;
    font-weight: 400;
    margin: 0;
    display: flex;
    color: #000000;
}.learning_outcomes li svg {
    left: -40px;
    position: absolute;
    height: 24px;
    margin-right: 16px;
    width: 24px;
    top: 0;
    transition: transform 0.3s ease;
}.learning_outcomes li:hover svg {
    transform: scale(1.1) rotate(5deg);
}.learning_outcomes li svg path {
    transition: fill 0.3s ease;
    fill: rgb(151,166,161);
}.learning_outcomes li:hover svg path {
    fill: rgb(118,133,128);
}

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

@media (min-width: 768px) {.learning_outcomes {
    padding: 120px 0;
}.learning_outcomes .learning_space {
    align-items: center;
    flex-direction: row;
    padding: 60px;
}.learning_outcomes .learning_space > div:first-child {
    flex: 0 0 45%;
    margin-right: 30px;
    overflow: hidden;
    border-radius: 10px;
}.learning_outcomes ul {
    grid-template-columns: 1fr 1fr;
}.learning_outcomes h5 {
    margin-bottom: 60px;
    font-size: calc(22px * 1.1);
}.learning_outcomes li:nth-child(even) {
    animation-delay: 0.2s;
    animation: fadeInRight 0.5s ease-out forwards;
}.learning_outcomes li:nth-child(odd) {
    animation-delay: 0.1s;
    animation: fadeInLeft 0.5s ease-out forwards;
}
}

@media (min-width: 992px) {.learning_outcomes {
    padding: 150px 0;
}.learning_outcomes .learning_space {
    padding: 70px;
}.learning_outcomes h5 {
    font-size: calc(22px * 1.2);
}.learning_outcomes li p {
    font-size: calc(15px * 1.05);
}
}

@media (max-width: 767px) {.learning_outcomes {
    padding: 70px 0;
}.learning_outcomes h5 {
    font-size: calc(22px * 0.9);
    margin-bottom: 40px;
    padding: 0 15px;
}.learning_outcomes .learning_space {
    padding: 30px;
}.learning_outcomes .learning_space > div:first-child {
    margin-bottom: 20px;
}.learning_outcomes li {
    margin-bottom: 15px;
}.learning_outcomes li p {
    font-size: calc(15px * 0.95);
    line-height: 1.5;
}}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}.tyCard {
    background: linear-gradient(135deg, rgb(185,199,195) 0%, rgb(118,133,128,0.5) 100%);
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.tyCard::before {
    top: -10%;
    opacity: 0.6;
    width: 300px;
    content: "";
    height: 300px;
    filter: blur(40px);
    position: absolute;
    animation: float 15s infinite ease-in-out;
    background: radial-gradient(circle, rgb(151,166,161,0.5) 0%, transparent 70%);
    right: -5%;
}.tyCard::after {
    width: 250px;
    background: radial-gradient(circle, rgb(118,133,128,0.5) 0%, transparent 70%);
    position: absolute;
    left: -5%;
    filter: blur(30px);
    animation: float 12s infinite ease-in-out reverse;
    opacity: 0.6;
    content: "";
    height: 250px;
    bottom: -5%;
}.tyCard .container {
    max-width: 1200px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
}.tyCard h2 {
    font-family: Arial, sans-serif;
    line-height: 1.3;
    color: rgb(151,166,161);
    font-size: clamp(28px, 5vw, 34px);
    position: relative;
    font-weight: 700;
    margin-bottom: 40px;
    transform: perspective(1000px) translateZ(0);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}.tyCard h2::before {
    transform-origin: left;
    bottom: -12px;
    background: linear-gradient(90deg, rgb(151,166,161) 0%, rgb(118,133,128) 100%);
    left: 0;
    content: "";
    position: absolute;
    animation: expand 1.5s ease-out forwards;
    width: 80px;
    height: 3px;
}.tyCard .learning_space {
    padding: 40px;
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
    background: linear-gradient(to right bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.6));
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    backdrop-filter: blur(10px);
}.tyCard .learning_space:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
}.tyCard .learning_space::before {
    animation: pulse 4s infinite alternate;
    filter: blur(15px);
    opacity: 0.5;
    z-index: -1;
    left: -5px;
    content: "";
    background: linear-gradient(135deg, rgb(151,166,161,0.5), transparent, rgb(118,133,128,0.5));
    bottom: -5px;
    top: -5px;
    right: -5px;
    position: absolute;
}.tyCard ul {
    margin: 0;
    padding: 0;
    list-style: none;
}.tyCard li {
    padding-left: 25px;
    margin-bottom: 10px;
    position: relative;
}.tyCard li::before {
    position: absolute;
    animation: pulse 4s infinite alternate;
    height: 8px;
    left: 0;
    width: 8px;
    background: rgb(151,166,161);
    top: 12px;
    transform: rotate(45deg);
    content: "";
}.tyCard span {
    line-height: 1.8;
    display: block;
    font-size: 16px;
    animation: fadeIn 1s ease-out forwards;
    position: relative;
    overflow: hidden;
    font-family: Arial, sans-serif;
    color: #000000;
}

@keyframes expand {
    0% { width: 0; }
    100% { width: 80px; }
}

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

@keyframes pulse {
    0% { opacity: 0.5; }
    100% { opacity: 0.9; }
}

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

@media (max-width: 991px) {.tyCard {
    padding: 90px 0;
}.tyCard .learning_space {
    transform: perspective(1000px) rotateX(1deg);
    padding: 30px;
}
}

@media (max-width: 767px) {.tyCard {
    padding: 70px 0;
}.tyCard h2 {
    margin-bottom: 30px;
}.tyCard .learning_space {
    padding: 25px;
    transform: none;
}.tyCard .learning_space:hover {
    transform: translateY(-3px);
}.tyCard h2::before {
    width: 60px;
    bottom: -10px;
}
}

@media (max-width: 575px) {.tyCard {
    padding: 50px 0;
}.tyCard h2 {
    margin-bottom: 25px;
    font-size: 24px;
}.tyCard .learning_space {
    padding: 20px;
}.tyCard li {
    padding-left: 20px;
}.tyCard span {
    font-size: calc(16px - 1px);
    line-height: 1.6;
}.tyCard h2::before {
    height: 2px;
    width: 50px;
}}.our_mission {
    position: relative;
    overflow: hidden;
    padding: 120px 0 100px;
    isolation: isolate;
}.our_mission::before {
    content: "";
    left: 0;
    height: 100%;
    background: linear-gradient(135deg, rgb(118,133,128,0.5), rgba(0, 0, 0, 0.5) 70%);
    position: absolute;
    width: 100%;
    z-index: -1;
    top: 0;
}.our_mission::after {
    height: 300px;
    z-index: -1;
    filter: blur(30px);
    animation: float 15s infinite ease-in-out;
    content: "";
    opacity: 0.1;
    background: rgb(151,166,161);
    bottom: -50px;
    transform: rotate(45deg);
    width: 300px;
    position: absolute;
    right: -50px;
}.our_mission .container {
    z-index: 1;
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
    max-width: 1200px;
}.our_mission h2 {
    padding-bottom: 12px;
    position: relative;
    font-weight: 700;
    display: inline-block;
    transform: translateX(-10px);
    letter-spacing: 1.5px;
    font-size: 33px;
    margin-bottom: 60px;
    color: #ffffff;
}.our_mission h2::after {
    position: absolute;
    height: 4px;
    bottom: 0;
    background: rgb(151,166,161);
    transform-origin: left;
    left: 0;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    content: "";
    width: 80px;
    transform: scaleX(1);
}.our_mission h2:hover::after {
    transform: scaleX(1.5);
}.our_mission .note_holder {
    background: rgba(255, 255, 255, 0.92);
    transform: translateY(0);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%);
    margin-left: auto;
    max-width: 900px;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 50px;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}.our_mission .note_holder:hover {
    transform: translateY(-5px);
}.our_mission .note_holder::before {
    top: -90px;
    border: 3px solid rgb(118,133,128);
    opacity: 0.15;
    z-index: -1;
    height: 180px;
    position: absolute;
    width: 180px;
    border-radius: 50%;
    content: "";
    left: -90px;
}.our_mission .note_holder > div {
    position: relative;
}.our_mission .note_holder p {
    display: inline-block;
    transition: color 0.3s ease;
    margin-bottom: 20px;
    position: relative;
    font-size: calc(18px * 1.1);
    font-weight: 600;
    color: rgb(151,166,161);
    padding-right: 50px;
}.our_mission .note_holder p::after {
    transform: translateY(-50%);
    top: 50%;
    height: 2px;
    width: 40px;
    transition: width 0.3s ease;
    content: "";
    position: absolute;
    background: rgb(151,166,161);
    right: 0;
}.our_mission .note_holder div > div {
    opacity: 0.9;
    column-count: 1;
    position: relative;
    line-height: 1.8;
    text-align: justify;
    hyphens: auto;
    font-size: 13px;
    column-gap: 40px;
    color: #000000;
}.our_mission .note_holder div > div::first-letter {
    padding: 5px 10px 0 0;
    color: rgb(151,166,161);
    float: left;
    font-size: 1.8em;
    line-height: 1;
    font-weight: 700;
}

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

@media (min-width: 768px) {.our_mission {
    padding: 150px 0 130px;
}.our_mission .note_holder {
    padding: 60px 70px;
}.our_mission .note_holder div > div {
    column-count: 2;
}.our_mission h2 {
    transform: translateX(-20px);
    margin-bottom: 80px;
}
}

@media (min-width: 992px) {.our_mission::before {
    background: linear-gradient(135deg, rgb(118,133,128,0.5), transparent 90%);
}.our_mission .container {
    padding: 0 50px;
}.our_mission .note_holder {
    width: 85%;
    margin-left: 15%;
    padding: 70px 80px;
}.our_mission h2 {
    font-size: calc(33px * 1.2);
    margin-bottom: 70px;
}.our_mission .note_holder::before {
    width: 250px;
    left: -125px;
    height: 250px;
    top: -125px;
}
}

@media (max-width: 767px) {.our_mission {
    padding: 80px 0 60px;
}.our_mission .note_holder {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
    padding: 30px 25px;
}.our_mission h2 {
    font-size: calc(33px * 0.9);
    margin-bottom: 40px;
}.our_mission .note_holder p {
    padding-right: 30px;
    font-size: calc(18px * 0.9);
}.our_mission .note_holder p::after {
    width: 25px;
}
}

@media (hover: hover) {.our_mission .note_holder:hover p {
    color: rgb(118,133,128);
}.our_mission .note_holder:hover p::after {
    width: 60px;
    background: rgb(118,133,128);
}
}

@media (prefers-reduced-motion) {.our_mission::after {
    animation: none;
}.our_mission .note_holder:hover {
    transform: none;
}.our_mission h2:hover::after {
    transform: scaleX(1);
}}.join_our_community {
    position: relative;
    background: linear-gradient(135deg, rgb(185,199,195) 0%, rgb(151,166,161,0.5) 100%);
    overflow: hidden;
    padding: 5rem 2rem;
}.join_our_community::before {
    content: "";
    width: 30%;
    clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 85%);
    position: absolute;
    background: linear-gradient(45deg, transparent, rgb(118,133,128,0.5), transparent);
    top: 0;
    right: 0;
    opacity: 0.7;
    z-index: 1;
    height: 100%;
}.join_our_community::after {
    width: 100%;
    content: "";
    bottom: 0;
    position: absolute;
    height: 5px;
    z-index: 1;
    left: 0;
    background: linear-gradient(90deg, rgb(151,166,161), rgb(118,133,128), rgb(151,166,161));
}.join_our_community .container {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}.join_our_community .learning_space {
    transition: transform 0.4s ease-out;
    gap: 2.5rem;
    display: grid;
    grid-template-columns: 1fr;
    transform: perspective(1000px) rotateX(2deg);
}.join_our_community .learning_space:hover {
    transform: perspective(1000px) rotateX(0);
}.join_our_community h3 {
    position: relative;
    letter-spacing: 0.02em;
    margin: 0;
    color: #000000;
    line-height: 1.5;
    font-weight: 600;
    transform: translateY(0);
    font-size: 24px;
    font-family: Arial, sans-serif;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.join_our_community h3::after {
    background: rgb(151,166,161);
    content: "";
    transform-origin: left;
    transform: scaleX(0);
    width: 80px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    bottom: -15px;
    left: 0;
    height: 3px;
    position: absolute;
}.join_our_community .learning_space:hover h3 {
    transform: translateY(-5px);
}.join_our_community .learning_space:hover h3::after {
    transform: scaleX(1);
}.join_our_community .input_holder {
    border-left: 3px solid rgb(151,166,161);
    transform: translateY(0);
    box-shadow: 0 8px 30px rgba(0,0,0,0.05);
    flex-direction: column;
    padding: 2rem;
    gap: 1.5rem;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    position: relative;
    background: #ffffff;
    display: flex;
}.join_our_community .input_holder:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}.join_our_community .input_holder div {
    position: relative;
    width: 100%;
}.join_our_community .input_holder div::before {
    z-index: 2;
    content: "";
    top: 50%;
    transition: height 0.3s ease, top 0.3s ease;
    position: absolute;
    width: 5px;
    left: -10px;
    height: 0;
    background: rgb(118,133,128);
}.join_our_community .input_holder div:hover::before {
    top: 20%;
    height: 60%;
}.join_our_community input[type="email"] {
    box-shadow: inset 0 0 0 rgba(0,0,0,0);
    width: 100%;
    outline: none;
    border: 1px solid #e0e0e0;
    font-size: 15px;
    background: #ffffff;
    color: #000000;
    font-family: Arial, sans-serif;
    padding: 1.2rem 1.5rem;
    transition: all 0.3s ease;
}.join_our_community input[type="email"]:focus {
    border-color: rgb(151,166,161);
    box-shadow: inset 0 0 0 1px rgb(151,166,161,0.5);
}.join_our_community input[type="email"]::placeholder {
    opacity: 0.7;
    color: #999;
    transition: opacity 0.3s ease;
}.join_our_community input[type="email"]:focus::placeholder {
    opacity: 0.5;
}.join_our_community .expand_knowledge {
    font-size: 19px;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.5s ease;
    align-self: flex-start;
    font-weight: 600;
    color: #ffffff;
    overflow: hidden;
    outline: none;
    position: relative;
    border: none;
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, rgb(151,166,161) 0%, rgb(118,133,128) 100%);
    padding: 1rem 2rem;
}.join_our_community .expand_knowledge::before {
    content: "";
    width: 100%;
    position: absolute;
    left: -100%;
    transition: left 0.7s ease;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    top: 0;
}.join_our_community .expand_knowledge:hover {
    box-shadow: 0 5px 15px rgba(rgb(151,166,161,0.5), 0.4);
    transform: translateY(-3px);
}.join_our_community .expand_knowledge:hover::before {
    left: 100%;
}.join_our_community .expand_knowledge:active {
    transform: translateY(1px);
}

@media (min-width: 768px) {.join_our_community {
    padding: 6rem 3rem;
}.join_our_community .learning_space {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}.join_our_community h3 {
    font-size: calc(24px * 1.1);
}.join_our_community .input_holder {
    flex-direction: row;
    align-items: stretch;
}.join_our_community .input_holder div {
    flex: 1;
}.join_our_community .expand_knowledge {
    margin-left: 1rem;
}
}

@media (max-width: 767px) {.join_our_community {
    padding: 4rem 1.5rem;
}.join_our_community::before {
    width: 50%;
}.join_our_community h3 {
    text-align: center;
}.join_our_community h3::after {
    left: 50%;
    transform: translateX(-50%) scaleX(0);
}.join_our_community .learning_space:hover h3::after {
    transform: translateX(-50%) scaleX(1);
}.join_our_community .expand_knowledge {
    margin-top: 0.5rem;
    width: 100%;
}
}

@media (max-width: 480px) {.join_our_community {
    padding: 3rem 1rem;
}.join_our_community h3 {
    font-size: calc(24px * 0.9);
}.join_our_community .input_holder {
    padding: 1.5rem;
}.join_our_community input[type="email"] {
    padding: 1rem;
}}.teaching_process {
    padding: 7rem 0;
    position: relative;
    perspective: 1000px;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(185,199,195) 0%, rgb(118,133,128,0.5) 100%);
}.teaching_process::before {
    transform: rotateX(45deg) rotateZ(-2deg);
    z-index: 1;
    opacity: 0.05;
    left: -5%;
    background: repeating-linear-gradient(
        45deg,
        rgb(151,166,161,0.5) 0px,
        transparent 2px,
        transparent 10px,
        rgb(151,166,161,0.5) 12px
    );
    position: absolute;
    pointer-events: none;
    content: "";
    top: -5%;
    animation: patternShift 20s infinite linear;
    bottom: -5%;
    right: -5%;
}.teaching_process::after {
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 0;
    opacity: 0.2;
    content: "";
    left: 0;
    background: radial-gradient(
        circle at 75% 25%,
        rgb(151,166,161,0.5) 0%,
        transparent 60%
    );
    width: 100%;
}.teaching_process .container.learning_space {
    border-left: 3px solid rgb(151,166,161);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 0 5px 15px rgba(0, 0, 0, 0.05);
    transform-style: preserve-3d;
    margin: 0 auto;
    position: relative;
    background: #ffffff;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    max-width: 1140px;
    z-index: 2;
}.teaching_process .container.learning_space:hover {
    transform: translateY(-5px) rotateX(2deg);
}.teaching_process .container.learning_space > div {
    overflow: hidden;
    position: relative;
    padding: 3.5rem;
}.teaching_process .container.learning_space > div::before {
    background: linear-gradient(
        90deg,
        rgb(151,166,161) 0%,
        rgb(118,133,128) 100%
    );
    top: 0;
    content: "";
    width: 100%;
    z-index: 1;
    height: 5px;
    left: 0;
    position: absolute;
}.teaching_process h3 {
    display: inline-block;
    margin-bottom: 2rem;
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 700;
    position: relative;
    transform: translateZ(10px);
    color: #000000;
    letter-spacing: -0.01em;
    line-height: 1.2;
}.teaching_process h3::after {
    bottom: -10px;
    content: "";
    height: 3px;
    background: rgb(118,133,128);
    position: absolute;
    left: 0;
    width: 0;
    transition: width 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}.teaching_process .container.learning_space:hover h3::after {
    width: 100%;
}.teaching_process p {
    z-index: 2;
    line-height: 1.8;
    position: relative;
    margin-bottom: 0;
    font-size: 14px;
    max-width: 90%;
    color: #000000;
}.teaching_process p span {
    border-left: 2px solid rgb(151,166,161,0.5);
    animation: textFadeIn 1s ease-out forwards;
    padding-left: 1rem;
    transform: translateY(20px);
    display: inline-block;
    opacity: 0;
    position: relative;
}

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

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

@media (min-width: 992px) {.teaching_process .container.learning_space > div {
    padding: 4.5rem;
}.teaching_process h3 {
    padding-left: 20px;
    margin-left: -20px;
}.teaching_process p {
    line-height: 1.9;
    max-width: 80%;
    margin-left: 2rem;
    font-size: calc(14px + 0.1rem);
}.teaching_process p span {
    border-left-width: 3px;
    padding-left: 1.5rem;
}.teaching_process .container.learning_space {
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.6s ease;
}.teaching_process .container.learning_space:hover {
    transform: translateY(-10px) rotateX(3deg);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1), 0 10px 25px rgba(0, 0, 0, 0.05);
}
}

@media (max-width: 991.98px) {.teaching_process {
    padding: 5rem 0;
}.teaching_process .container.learning_space > div {
    padding: 3rem 2.5rem;
}.teaching_process h3 {
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
}.teaching_process p {
    max-width: 100%;
}
}

@media (max-width: 767.98px) {.teaching_process {
    padding: 4rem 0;
}.teaching_process .container.learning_space {
    margin: 0 15px;
}.teaching_process .container.learning_space > div {
    padding: 2.5rem 1.5rem;
}.teaching_process h3 {
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
}.teaching_process p span {
    border-left-width: 1px;
    padding-left: 0.75rem;
}
}

@media (max-width: 575.98px) {.teaching_process {
    padding: 3rem 0;
}.teaching_process .container.learning_space > div {
    padding: 2rem 1.25rem;
}.teaching_process h3 {
    line-height: 1.3;
    margin-bottom: 1rem;
    font-size: 1.35rem;
}.teaching_process p {
    line-height: 1.7;
    font-size: calc(14px - 0.05rem);
}
}

@media (hover: hover) {.teaching_process .container.learning_space {
    cursor: default;
}.teaching_process .container.learning_space::after {
    content: "";
    inset: 0;
    background: linear-gradient(
            135deg,
            rgba(255, 255, 255, 0.1) 0%,
            rgba(255, 255, 255, 0.03) 100%
        );
    opacity: 0;
    transition: opacity 0.4s ease;
    position: absolute;
}.teaching_process .container.learning_space:hover::after {
    opacity: 1;
}
}

@media (prefers-reduced-motion: reduce) {.teaching_process .container.learning_space:hover {
    transform: translateY(-5px);
}.teaching_process::before {
    animation: none;
}.teaching_process p span {
    opacity: 1;
    animation: none;
    transform: none;
}}.privacySettingsModal {
    border-radius: 20px;
    font-family: Arial, sans-serif;
    background: #ffffff;
    position: fixed;
    left: 50%;
    bottom: 20px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    max-width: 500px;
    z-index: 1050;
    width: 90%;
    transform: translateX(-50%);
}.user_tracker {
    flex-direction: column;
    display: flex;
    padding: 20px;
    align-items: center;
}.cookie_menu {
    margin-bottom: 20px;
}.cookie_menu svg, .cookie_menu svg path, .cookie_menu img {
    fill: rgb(151,166,161);
    height: 60px;
    width: 60px;
}.privacySettingsModal h5 {
    font-size: 18px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 700;
    color: rgb(151,166,161);
}.privacySettingsModal p {
    margin-bottom: 20px;
    color: #000000;
    font-size: 16px;
    text-align: center;
}.consent_ack {
    font-size: 18px;
    margin: 5px;
    display: inline-block;
    padding: 10px 20px;
    transition: background 0.3s ease-in-out;
    text-align: center;
    background: rgb(151,166,161);
    color: #ffffff;
    border-radius: 10px;
    text-decoration: none;
    width: calc(50% - 10px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}.consent_ack:hover {
    background: rgb(118,133,128);
}.cookie_button.edu_cookie {
    background: rgb(118,133,128);
}.cookie_button.edu_cookie:hover {
    background: rgb(118,133,128,0.5);
}.privacySettingsModal p a {
    text-decoration: none;
    transition: color 0.3s ease-in-out;
    color: rgb(151,166,161);
}.privacySettingsModal p a:hover {
    color: rgb(118,133,128);
}#usageNoticeDialog {
    display: none;
}#usageNoticeDialog:checked ~ .privacySettingsModal {
    visibility: hidden;
    opacity: 0;
}.course_suitability {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, rgb(185,199,195) 0%, #ffffff 100%);
}.course_suitability::before {
    height: 100%;
    content: "";
    position: absolute;
    background: linear-gradient(135deg, rgb(151,166,161,0.5) 25%, transparent 25%) -50px 0,
                linear-gradient(225deg, rgb(151,166,161,0.5) 25%, transparent 25%) -50px 0,
                linear-gradient(315deg, rgb(151,166,161,0.5) 25%, transparent 25%),
                linear-gradient(45deg, rgb(151,166,161,0.5) 25%, transparent 25%);
    opacity: 0.05;
    width: 100%;
    z-index: 1;
    left: 0;
    top: 0;
    background-size: 100px 100px;
}.course_suitability .container {
    z-index: 2;
    position: relative;
    margin: 0 auto;
    max-width: 1140px;
    padding: 0 15px;
}.course_suitability .learning_space {
    position: relative;
    perspective: 1000px;
}.course_suitability h4 {
    transform: translateX(-50%);
    text-align: center;
    padding-bottom: 15px;
    font-weight: 700;
    color: #000000;
    display: inline-block;
    position: relative;
    left: 50%;
    font-size: 33px;
    margin-bottom: 80px;
}.course_suitability h4::before {
    width: 50%;
    position: absolute;
    height: 3px;
    background: rgb(151,166,161);
    content: "";
    bottom: 0;
    border-radius: 3px;
    left: 25%;
}.course_suitability h4::after {
    content: "";
    height: 1px;
    left: 15%;
    background: rgb(118,133,128,0.5);
    width: 70%;
    border-radius: 1px;
    bottom: 10px;
    position: absolute;
}.course_suitability div > div {
    display: grid;
    perspective: 1000px;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}.course_suitability p {
    font-size: 13px;
    transform-style: preserve-3d;
    border-radius: 12px;
    padding: 25px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    z-index: 1;
    background: #ffffff;
    transform: translateZ(0) rotateX(0) rotateY(0);
    transition: all 0.4s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    display: flex;
    align-items: flex-start;
    color: #000000;
}.course_suitability p:nth-child(odd) {
    animation: float1 5s ease-in-out infinite;
}.course_suitability p:nth-child(even) {
    animation: float2 6s ease-in-out infinite;
}@keyframes float1 {
    0%, 100% {
        transform: translateZ(20px) translateY(0);
    }
    50% {
        transform: translateZ(40px) translateY(-15px);
    }
}

@keyframes float2 {
    0%, 100% {
        transform: translateZ(30px) translateY(0);
    }
    50% {
        transform: translateZ(50px) translateY(-20px);
    }
}

.course_suitability p::before {
    transition: opacity 0.3s ease;
    content: "";
    position: absolute;
    opacity: 0;
    height: 100%;
    top: 0;
    width: 100%;
    left: 0;
    border-radius: 12px;
    background: linear-gradient(135deg, #ffffff 0%, rgb(185,199,195) 100%);
    z-index: -1;
}.course_suitability p:hover {
    transform: translateZ(60px) rotateX(5deg) rotateY(5deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}.course_suitability p:hover::before {
    opacity: 1;
}.course_suitability p svg {
    width: 28px;
    flex-shrink: 0;
    transition: all 0.3s ease;
    transform: translateZ(10px);
    margin-right: 15px;
    height: 28px;
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
}.course_suitability p svg path {
    fill: rgb(151,166,161);
    transition: fill 0.3s ease;
}.course_suitability p:hover svg {
    transform: translateZ(30px) scale(1.2);
}.course_suitability p:hover svg path {
    fill: rgb(118,133,128);
}.course_suitability p span {
    transform: translateZ(5px);
}.course_suitability::after {
    bottom: 0;
    pointer-events: none;
    height: 200px;
    z-index: 1;
    left: 0;
    width: 100%;
    position: absolute;
    content: "";
    background: linear-gradient(to top, #ffffff, transparent);
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px) translateZ(0);
    }
    to {
        opacity: 1;
        transform: translateY(0) translateZ(0);
    }
}


@media (max-width: 991px) {.course_suitability {
    padding: 100px 0;
}.course_suitability h4 {
    margin-bottom: 60px;
    font-size: calc(33px * 0.9);
}.course_suitability div > div {
    gap: 30px;
}.course_suitability p {
    padding: 20px;
}
    
    @keyframes float1 {
        0%, 100% {
            transform: translateZ(10px) translateY(0);
        }
        50% {
            transform: translateZ(20px) translateY(-10px);
        }
    }
    
    @keyframes float2 {
        0%, 100% {
            transform: translateZ(15px) translateY(0);
        }
        50% {
            transform: translateZ(25px) translateY(-12px);
        }
    }
}

@media (max-width: 768px) {.course_suitability {
    padding: 80px 0;
}.course_suitability h4 {
    font-size: calc(33px * 0.8);
    margin-bottom: 50px;
}.course_suitability div > div {
    gap: 25px;
    grid-template-columns: 1fr;
}.course_suitability p {
    padding: 18px;
}.course_suitability p svg {
    margin-right: 12px;
    width: 24px;
    height: 24px;
}.course_suitability p:nth-child(odd),
    .course_suitability p:nth-child(even) {
    transform: none;
    animation: none;
}.course_suitability p:hover {
    transform: translateY(-5px);
}.course_suitability p:hover svg {
    transform: scale(1.2);
}.course_suitability::after {
    height: 100px;
}
}

@media (max-width: 576px) {.course_suitability {
    padding: 60px 0;
}.course_suitability h4 {
    font-size: calc(33px * 0.7);
    margin-bottom: 40px;
}.course_suitability h4::before {
    height: 2px;
}.course_suitability h4::after {
    bottom: 8px;
}.course_suitability div > div {
    gap: 20px;
}.course_suitability p {
    font-size: calc(13px * 0.9);
    padding: 15px;
}.course_suitability p svg {
    margin-right: 10px;
    width: 20px;
    height: 20px;
}}header {
    overflow: visible;
    padding: 1.5rem 0;
    z-index: 1000;
    position: relative;
    background: linear-gradient(to right, rgb(118,133,128,0.5), rgb(151,166,161));
}header::before {
    width: 100%;
    position: absolute;
    top: 0;
    background: 
        radial-gradient(circle at 10% 20%, #ffffff 0%, transparent 15%),
        radial-gradient(circle at 90% 80%, #ffffff 0%, transparent 15%);
    left: 0;
    opacity: 0.1;
    height: 100%;
    z-index: -1;
    content: '';
}header .container {
    max-width: 1200px;
    padding: 0 1.5rem;
    margin: 0 auto;
    position: relative;
}header .site_start {
    align-items: center;
    gap: 1.5rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
}header .head_mainwrap {
    position: relative;
    display: flex;
    justify-content: center;
    z-index: 2;
    align-items: center;
    text-decoration: none;
    padding: 1rem;
}header .head_mainwrap::after {
    content: '';
    height: 2px;
    transform: translateX(-50%);
    opacity: 0.6;
    position: absolute;
    width: 50%;
    transition: width 0.3s ease, opacity 0.3s ease;
    background: #ffffff;
    left: 50%;
    bottom: 0;
}header .head_mainwrap:hover::after {
    opacity: 1;
    width: 80%;
}header .head_mainwrap svg {
    height: auto;
    width: 220px;
    filter: drop-shadow(0 4px 8px rgb(151,166,161,0.5));
    transition: all 0.3s ease;
}header .head_mainwrap:hover svg {
    transform: translateY(-5px);
}header .nav_lead {
    gap: 0.8rem;
    display: flex;
    width: 100%;
    justify-content: center;
    backdrop-filter: blur(5px);
    padding: 0.6rem 1rem;
    position: relative;
    max-width: 800px;
    flex-wrap: wrap;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
}header .nav_lead::before {
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    z-index: -1;
    content: '';
    box-shadow: 
        0 4px 30px rgba(0, 0, 0, 0.1),
        inset 0 1px 1px rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 0;
}header .nav_study {
    padding: 0.7rem 1.2rem;
    transition: all 0.3s ease;
    border-radius: 10px;
    font-size: 17px;
    font-weight: 400;
    font-family: Arial, sans-serif;
    color: #ffffff;
    text-decoration: none;
    overflow: hidden;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}header .nav_study::before {
    height: 100%;
    border-radius: 10px;
    background: #ffffff;
    width: 100%;
    left: 0;
    opacity: 0;
    transform: translateY(100%) scale(0.8);
    top: 0;
    content: '';
    position: absolute;
    z-index: -1;
    transition: opacity 0.3s ease;
}header .nav_study:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    color: rgb(151,166,161);
}header .nav_study:hover::before {
    transform: translateY(0) scale(1);
    opacity: 1;
}

@media (max-width: 991px) {header {
    padding: 1.2rem 0;
}header .site_start {
    gap: 1.2rem;
}header .head_mainwrap svg {
    width: 180px;
}header .nav_lead {
    padding: 0.5rem;
    gap: 0.6rem;
}header .nav_study {
    font-size: calc(17px - 1px);
    padding: 0.6rem 1rem;
}
}

@media (max-width: 767px) {header {
    padding: 1rem 0;
}header .site_start {
    gap: 1rem;
}header .head_mainwrap svg {
    width: 150px;
}header .nav_lead {
    gap: 0.4rem;
    padding: 0.4rem;
}header .nav_study {
    font-size: calc(17px - 2px);
    padding: 0.5rem 0.8rem;
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0;
}header .site_start {
    gap: 0.8rem;
}header .head_mainwrap svg {
    width: 140px;
}header .nav_lead {
    overflow-x: auto;
    justify-content: flex-start;
    flex-wrap: nowrap;
    padding: 0.4rem 0.6rem;
}header .nav_lead::-webkit-scrollbar {
    height: 3px;
}header .nav_lead::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #ffffff;
}header .nav_study {
    padding: 0.4rem 0.7rem;
    white-space: nowrap;
    font-size: calc(17px - 3px);
}}.connect {
    overflow: hidden;
    background: rgb(185,199,195);
    padding: 100px 0;
    position: relative;
}.connect::before {
    height: 100%;
    left: 0;
    z-index: 0;
    content: "";
    width: 100%;
    top: 0;
    opacity: 0.3;
    background: 
        repeating-linear-gradient(
            -45deg,
            transparent,
            transparent 40px,
            rgb(151,166,161,0.5) 40px,
            rgb(151,166,161,0.5) 41px
        ),
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 40px,
            rgb(118,133,128,0.5) 40px,
            rgb(118,133,128,0.5) 41px
        );
    position: absolute;
}.connect::after {
    background: rgb(151,166,161,0.5);
    right: -50%;
    height: 100%;
    width: 100%;
    z-index: 0;
    animation: rotateBlur 25s infinite linear;
    content: "";
    position: absolute;
    top: -50%;
    filter: blur(120px);
    opacity: 0.4;
}@keyframes rotateBlur {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.connect .container {
    z-index: 1;
    padding: 0 15px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}.connect .reach_out {
    display: grid;
    position: relative;
    padding: 20px;
    background: transparent;
    gap: 15px;
    grid-template-columns: 1fr;
    overflow: visible;
}.connect .reach_section {
    align-items: center;
    font-weight: 700;
    font-size: 28px;
    display: inline-block;
    margin: 0 0 10px 0;
    display: flex;
    text-align: left;
    color: #000000;
    position: relative;
    padding: 0;
}.connect .reach_section svg {
    fill: none;
    stroke-width: 2;
    width: 30px;
    margin-right: 15px;
    stroke-linejoin: round;
    stroke-linecap: round;
    height: 30px;
    stroke: rgb(151,166,161);
}.connect .reach_section svg path {
    stroke-dasharray: 100;
    animation: drawPath 1.5s forwards ease-in-out;
    stroke-dashoffset: 100;
}@keyframes drawPath {
    to {
        stroke-dashoffset: 0;
    }
}
.connect .reach_section::after {
    position: absolute;
    border-radius: 10px;
    background: rgb(151,166,161);
    left: 0;
    bottom: -10px;
    height: 4px;
    width: 80px;
    content: "";
}.connect .img_caption {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    object-fit: cover;
    width: 100%;
    transition: all 0.5s ease;
    height: 100%;
    border-radius: 19px;
}.connect .connect_experts {
    gap: 15px;
    grid-template-columns: 1fr;
    padding: 30px;
    position: relative;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.5);
    border-radius: 19px;
    overflow: hidden;
    display: grid;
    z-index: 1;
    background: #ffffff;
}.connect .connect_experts::before {
    height: 100%;
    opacity: 0.9;
    box-shadow: -10px 0 20px rgba(0, 0, 0, 0.5);
    position: absolute;
    right: 0;
    width: 50%;
    background-position: center;
    content: "";
    border-radius: 0 19px 19px 0;
    top: 0;
    z-index: -1;
    background-size: cover;
}.connect .connect_experts p {
    position: relative;
    border-left: 3px solid rgb(151,166,161);
    display: flex;
    font-size: 18px;
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    padding: 15px 20px 15px 50px;
    margin: 0;
    transition: transform 0.3s ease;
    color: #000000;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    align-items: center;
}.connect .connect_experts p:hover {
    transform: translateX(5px);
}.connect .connect_experts p svg {
    stroke-width: 2;
    stroke: rgb(151,166,161);
    left: 15px;
    stroke-linecap: round;
    top: 50%;
    fill: none;
    stroke-linejoin: round;
    width: 20px;
    height: 20px;
    transition: all 0.3s ease;
    transform: translateY(-50%);
    position: absolute;
}.connect .connect_experts p:hover svg {
    stroke: rgb(118,133,128);
    transform: translateY(-50%) scale(1.2);
}.connect .connect_experts p svg path {
    stroke-dashoffset: 60;
    animation: drawIcon 0.8s forwards ease-out;
    stroke-dasharray: 60;
}.connect .connect_experts p:nth-child(1) svg path {
    animation-delay: 0.6s;
}.connect .connect_experts p:nth-child(2) svg path {
    animation-delay: 0.7s;
}.connect .connect_experts p:nth-child(3) svg path {
    animation-delay: 0.8s;
}.connect .connect_experts p:nth-child(4) svg path {
    animation-delay: 0.9s;
}.connect .connect_experts p:nth-child(5) svg path {
    animation-delay: 1s;
}@keyframes drawIcon {
    to {
        stroke-dashoffset: 0;
    }
}
.connect .connect_experts p span {
    margin-left: 10px;
}.connect .connect_experts p a {
    font-weight: 600;
    text-decoration: none;
    color: rgb(151,166,161);
    transition: color 0.3s ease;
}.connect .connect_experts p a:hover {
    color: rgb(118,133,128);
}.connect .join_conversation {
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.5);
    padding: 25px;
    border-radius: 19px;
    margin-top: 15px;
    background: #ffffff;
}.connect .course_ask {
    margin: 0 0 20px 0;
    font-size: 19px;
    align-items: center;
    font-weight: 600;
    display: flex;
    border-bottom: 1px solid rgb(151,166,161,0.5);
    color: rgb(151,166,161);
    padding-bottom: 10px;
}.connect .course_ask svg {
    stroke-width: 2;
    stroke-linejoin: round;
    fill: none;
    height: 20px;
    stroke: rgb(151,166,161);
    margin-right: 10px;
    width: 20px;
    stroke-linecap: round;
}.connect .course_ask svg circle {
    animation: rotatePoint 8s linear infinite;
    transform-origin: center;
}@keyframes rotatePoint {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.connect .get_answers {
    gap: 10px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
}.connect .form_learn {
    font-size: 18px;
    align-items: center;
    justify-content: center;
    display: flex;
    text-align: center;
    transition: all 0.3s ease;
    border-radius: 10px;
    background: rgb(185,199,195);
    padding: 10px;
}.connect .form_learn:hover {
    background: rgb(151,166,161,0.5);
    transform: translateY(-3px);
}.connect .form_learn svg {
    transition: all 0.3s ease;
    stroke-linejoin: round;
    height: 14px;
    opacity: 0.7;
    width: 14px;
    stroke: rgb(151,166,161);
    margin-right: 6px;
    fill: none;
    stroke-linecap: round;
    stroke-width: 2;
}.connect .form_learn:hover svg {
    transform: rotate(30deg);
    opacity: 1;
    stroke: #000000;
}@keyframes fadeInBottom {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
.connect .connect_experts,
.connect .join_conversation {
    animation: fadeInBottom 0.5s ease-out forwards;
}.connect .connect_experts p {
    opacity: 0;
    animation: fadeInRight 0.4s ease-out forwards;
}.connect .connect_experts p:nth-child(1) {
    animation-delay: 0.1s;
}.connect .connect_experts p:nth-child(2) {
    animation-delay: 0.2s;
}.connect .connect_experts p:nth-child(3) {
    animation-delay: 0.3s;
}.connect .connect_experts p:nth-child(4) {
    animation-delay: 0.4s;
}.connect .connect_experts p:nth-child(5) {
    animation-delay: 0.5s;
}
@media (min-width: 768px) {.connect .reach_out {
    max-width: 700px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.connect .connect_experts {
    gap: 15px;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
}.connect .connect_experts::before {
    height: 100%;
    right: 0;
    content: "";
    background: linear-gradient(to right, transparent, rgb(151,166,161,0.5));
    width: 40%;
    z-index: -1;
    position: absolute;
    top: 0;
}.connect .connect_experts p {
    padding: 15px 20px 15px 50px;
}.connect .connect_experts p svg {
    width: 22px;
    height: 22px;
}.connect .connect_experts p:nth-child(odd) {
    grid-column: 1;
}.connect .connect_experts p:nth-child(even) {
    grid-column: 2;
}.connect .join_conversation {
    margin-top: 20px;
}.connect .course_ask svg {
    height: 22px;
    width: 22px;
}.connect .get_answers {
    grid-template-columns: repeat(3, 1fr);
}.connect .form_learn svg {
    margin-right: 8px;
    height: 16px;
    width: 16px;
}
}
@media (min-width: 1024px) {.connect .reach_out {
    margin: 0 auto;
    grid-template-columns: 5fr 7fr;
    gap: 0;
    max-width: 1100px;
    align-items: center;
}.connect .reach_section {
    grid-column: 1 / -1;
    margin-bottom: 30px;
}.connect .reach_section svg {
    margin-right: 18px;
    width: 35px;
    height: 35px;
}.connect .img_caption {
    width: 100%;
    border-radius: 19px;
    opacity: 1;
    object-fit: cover;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    position: absolute;
    height: 100%;
}.connect .img_caption::before {
    width: 100%;
    top: 0;
    height: 100%;
    position: absolute;
    background: linear-gradient(to right, transparent 50%, rgb(151,166,161,0.5));
    left: 0;
    z-index: 2;
    content: "";
}.connect .connect_experts {
    border-radius: 19px;
    grid-column: 2;
    margin-left: -50px;
    padding: 40px 40px 40px 80px;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.5);
    z-index: 2;
}.connect .connect_experts p svg {
    height: 24px;
    left: 20px;
    width: 24px;
}.connect .connect_experts::before {
    display: none;
}.connect .join_conversation {
    margin-top: 30px;
    grid-column: 1 / -1;
}.connect .course_ask svg {
    height: 24px;
    width: 24px;
    margin-right: 12px;
}.connect .get_answers {
    grid-template-columns: repeat(6, 1fr);
    gap: 15px;
}.connect .form_learn svg {
    width: 16px;
    height: 16px;
}}.course_highlights {
    background: linear-gradient(135deg, rgb(185,199,195) 0%, rgb(151,166,161,0.5) 100%);
    padding: 5rem 0;
    position: relative;
    perspective: 1000px;
    overflow: hidden;
}.course_highlights::before {
    width: 120%;
    top: -10%;
    opacity: 0.05;
    position: absolute;
    transform: rotate(-5deg);
    z-index: 1;
    height: 120%;
    content: "";
    background: repeating-linear-gradient(
        45deg,
        rgb(118,133,128,0.5) 0px,
        transparent 2px,
        transparent 10px,
        rgb(118,133,128,0.5) 12px
    );
    left: -5%;
}.course_highlights .container {
    z-index: 2;
    padding: 0 2rem;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.course_highlights .job_classes {
    transform-style: preserve-3d;
    gap: 3rem;
    display: flex;
    flex-direction: column;
    animation: fadeInUp 0.8s ease-out forwards;
}@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.course_highlights .img_caption {
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    transform: perspective(1000px) rotateX(2deg) rotateY(-3deg);
    mask-image: linear-gradient(to bottom right, 
        transparent 0%, 
        black 2%, 
        black 98%, 
        transparent 100%);
    z-index: 3;
    transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
    border: none;
    height: 350px;
}.course_highlights .img_caption:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateZ(10px);
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.3);
}.course_highlights .img_caption::after {
    position: absolute;
    background: linear-gradient(
        to bottom,
        transparent 70%,
        rgb(151,166,161,0.5) 100%
    );
    z-index: 2;
    opacity: 0.6;
    inset: 0;
    transition: opacity 0.3s ease;
    content: "";
}.course_highlights .img_caption:hover::after {
    opacity: 0.4;
}.course_highlights .note_holder {
    padding: 2.5rem;
    transform: translateZ(20px);
    position: relative;
    border-left: 4px solid rgb(151,166,161);
    backdrop-filter: blur(8px);
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
    background: #ffffff;
}.course_highlights .note_holder::before {
    background: rgb(151,166,161);
    top: -20px;
    width: 40px;
    transform: rotate(45deg);
    position: absolute;
    height: 40px;
    z-index: -1;
    left: 20px;
    content: "";
}.course_highlights h3 {
    margin-bottom: 1.5rem;
    font-size: calc(24px * 1.2);
    display: inline-block;
    position: relative;
    color: #000000;
    font-weight: 700;
}.course_highlights h3::after {
    content: "";
    width: 60%;
    height: 3px;
    bottom: -8px;
    position: absolute;
    transition: transform 0.3s ease;
    background: linear-gradient(90deg, rgb(151,166,161) 0%, transparent 100%);
    transform-origin: left;
    left: 0;
}.course_highlights .note_holder:hover h3::after {
    transform: scaleX(1.2);
}.course_highlights .description {
    color: #000000;
    font-family: Arial, sans-serif;
    position: relative;
    line-height: 1.7;
    font-size: 14px;
    margin-bottom: 1.5rem;
}.course_highlights p.description {
    display: block;
}.course_highlights span.description {
    display: none;
}.course_highlights .description::first-letter {
    margin-right: 8px;
    font-weight: 700;
    background: rgb(151,166,161,0.5);
    line-height: 1;
    padding: 6px;
    color: rgb(151,166,161);
    float: left;
    font-size: 1.5em;
}

@media screen and (min-width: 768px) {.course_highlights .job_classes {
    gap: 4rem;
    align-items: center;
    flex-direction: row;
}.course_highlights .img_caption {
    height: 450px;
    transform: perspective(1000px) rotateX(2deg) rotateY(-5deg);
    flex: 1;
}.course_highlights .note_holder {
    flex: 1.2;
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
    transform: perspective(1000px) rotateX(-1deg) rotateY(2deg) translateZ(30px);
}.course_highlights .note_holder:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateZ(40px);
}.course_highlights h3 {
    font-size: 29px;
}
}

@media screen and (min-width: 992px) {.course_highlights {
    padding: 8rem 0;
}.course_highlights .img_caption {
    flex: 1.2;
    height: 550px;
}.course_highlights .note_holder {
    padding: 3rem;
    flex: 1;
}.course_highlights h3 {
    margin-bottom: 2rem;
}.course_highlights .description {
    line-height: 1.8;
    font-size: calc(14px * 1.05);
}
}

@media screen and (max-width: 767px) {.course_highlights {
    padding: 3rem 0;
}.course_highlights .container {
    padding: 0 1.5rem;
}.course_highlights .img_caption {
    margin-bottom: -20px;
    height: 250px;
}.course_highlights .note_holder {
    z-index: 4;
    transform: translateY(-30px);
    padding: 1.8rem;
}.course_highlights h3 {
    margin-bottom: 1rem;
    font-size: calc(22px * 1.2);
}.course_highlights .description {
    font-size: calc(14px * 0.95);
    line-height: 1.6;
}
}

@media (hover: hover) {.course_highlights .img_caption::before {
    background: linear-gradient(
            45deg,
            rgb(151,166,161,0.5) 0%,
            transparent 50%,
            rgb(118,133,128,0.5) 100%
        );
    inset: 0;
    opacity: 0;
    position: absolute;
    transition: opacity 0.5s ease;
    content: "";
    z-index: 2;
}.course_highlights .img_caption:hover::before {
    opacity: 0.2;
}}.pricing_stack {
    overflow: hidden;
    background: rgb(185,199,195);
    position: relative;
    padding: 120px 0;
}.pricing_stack::before {
    z-index: 1;
    height: 100%;
    width: 100%;
    background: linear-gradient(135deg, rgb(151,166,161,0.5) 0%, transparent 70%);
    content: "";
    top: 0;
    position: absolute;
    left: 0;
}.pricing_stack .container {
    margin: 0 auto;
    max-width: 1320px;
    padding: 0 15px;
    position: relative;
    z-index: 2;
}.pricing_stack .study_sub {
    display: flex;
    flex-direction: column-reverse;
    gap: 60px;
}.pricing_stack .learn_fees {
    margin: 0 auto;
    text-align: center;
    max-width: 800px;
    animation: fadeInUp 0.8s ease-out forwards;
    transform: translateY(-10px);
}.pricing_stack .learn_fees h2 {
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    color: #000000;
    display: inline-block;
    font-size: 28px;
}.pricing_stack .learn_fees h2::after {
    position: absolute;
    content: "";
    left: 50%;
    bottom: -10px;
    width: 80px;
    height: 3px;
    transform: translateX(-50%);
    background: rgb(151,166,161);
}.pricing_stack .payment_option {
    max-width: 600px;
    font-size: 13px;
    overflow-wrap: break-word;
    color: #000000;
    margin: 0 auto;
    line-height: 1.7;
    margin-bottom: 0;
    word-break: break-word;
}.pricing_stack .training_sub {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    gap: 30px;
}.pricing_stack .value_pricing {
    animation-delay: calc(var(--index, 0) * 0.1s);
    opacity: 0;
    animation: fadeInUp 0.8s ease-out forwards;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transform: translateY(20px);
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    height: 100%;
    display: block;
    text-decoration: none;
}.pricing_stack .value_pricing:nth-child(1) {
    --index: 1;
}.pricing_stack .value_pricing:nth-child(2) {
    --index: 2;
}.pricing_stack .value_pricing:nth-child(3) {
    --index: 3;
}.pricing_stack .value_pricing:nth-child(4) {
    --index: 4;
}.pricing_stack .value_pricing:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px) scale(1.02);
}.pricing_stack .cert_plans {
    overflow: hidden;
    height: 100%;
    display: flex;
    box-sizing: border-box;
    background: linear-gradient(145deg, #ffffff, #f5f8ff);
    position: relative;
    flex-direction: column;
}.pricing_stack .cert_plans::before {
    height: 5px;
    top: 0;
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, rgb(151,166,161), rgb(118,133,128));
}.pricing_stack .pro_rates {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    padding: 40px 30px;
    flex: 1;
}.pricing_stack .pro_rates h3 {
    overflow-wrap: break-word;
    margin-bottom: 15px;
    font-size: 24px;
    position: relative;
    color: #000000;
    font-weight: 700;
    word-break: break-word;
    margin-top: 0;
}.pricing_stack .pro_rates h3::after {
    left: 0;
    bottom: -8px;
    transition: width 0.3s ease;
    position: absolute;
    height: 2px;
    background-color: rgb(151,166,161);
    content: "";
    width: 40px;
}.pricing_stack .value_pricing:hover .pro_rates h3::after {
    width: 70px;
}.pricing_stack .tuition_table {
    overflow-wrap: break-word;
    font-weight: 700;
    padding: 8px 16px;
    color: rgb(151,166,161);
    position: relative;
    word-break: break-word;
    font-size: calc(24px * 1.2);
    margin: 10px 0 20px;
    background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.1), rgba(var(--primary-color-rgb), 0.05));
    display: inline-block;
    border-radius: 10px;
}.pricing_stack .pro_rates p {
    flex-grow: 1;
    color: #000000;
    line-height: 1.7;
    margin-bottom: 0;
    word-break: break-word;
    white-space: normal;
    font-size: 13px;
    overflow-wrap: break-word;
}.pricing_stack .img_caption {
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), filter 0.6s ease;
    height: 200px;
    width: 100%;
}.pricing_stack .value_pricing:hover .img_caption {
    transform: scale(1.05);
    filter: brightness(1.05);
}

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

@media (min-width: 768px) {.pricing_stack .training_sub {
    grid-template-columns: repeat(2, 1fr);
}.pricing_stack .pro_rates {
    padding: 40px;
}.pricing_stack .img_caption {
    height: 220px;
}
}

@media (min-width: 992px) {.pricing_stack .study_sub {
    flex-direction: row;
    gap: 50px;
    align-items: center;
}.pricing_stack .training_sub {
    width: 65%;
    grid-template-columns: repeat(2, 1fr);
}.pricing_stack .learn_fees {
    width: 35%;
    text-align: left;
    margin: 0;
}.pricing_stack .learn_fees h2::after {
    transform: none;
    left: 0;
}.pricing_stack .payment_option {
    margin: 0;
}
}

@media (min-width: 1200px) {.pricing_stack .training_sub {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}.pricing_stack .pro_rates h3 {
    font-size: calc(24px * 1.1);
}.pricing_stack .tuition_table {
    font-size: calc(24px * 1.3);
}.pricing_stack .img_caption {
    height: 240px;
}
}

@media (max-width: 767px) {.pricing_stack {
    padding: 80px 0;
}.pricing_stack .pro_rates {
    padding: 30px 20px;
}.pricing_stack .tuition_table {
    font-size: 24px;
    padding: 6px 12px;
}.pricing_stack .img_caption {
    height: 180px;
}
}

@media (max-width: 480px) {.pricing_stack {
    padding: 60px 0;
}.pricing_stack .learn_fees h2 {
    font-size: calc(28px * 0.85);
}.pricing_stack .pro_rates h3 {
    font-size: calc(24px * 0.95);
}.pricing_stack .img_caption {
    height: 160px;
}}.contact_panel {
    overflow: hidden;
    padding: 6rem 0;
    background: linear-gradient(
        -45deg, 
        rgb(185,199,195) 0%, 
        rgb(118,133,128,0.5) 100%
    );
    position: relative;
}.contact_panel .container {
    margin: 0 auto;
    padding: 0 1rem;
    max-width: 1400px;
}.contact_panel .query_links {
    overflow: hidden;
    align-items: stretch;
    background: rgb(118,133,128,0.5);
    border-radius: 15px;
    position: relative;
    display: flex;
    box-shadow: 0 25px 50px rgb(151,166,161,0.5);
}.contact_panel .img_caption {
    position: relative;
    margin-left: -5%;
    min-height: 600px;
    z-index: 2;
    flex: 0 0 45%;
    transform: skew(-10deg);
}.contact_panel .img_caption::before {
    content: '';
    width: 120%;
    left: 0;
    transform: skew(10deg);
    position: absolute;
    height: 100%;
    opacity: 0.7;
    background: linear-gradient(
        135deg, 
        rgb(151,166,161,0.5) 0%, 
        rgb(118,133,128,0.5) 100%
    );
    z-index: 1;
    top: 0;
}.contact_panel .message_help {
    display: flex;
    padding: 4rem 3rem 4rem 10%;
    z-index: 3;
    position: relative;
    justify-content: center;
    flex: 0 0 55%;
    flex-direction: column;
}.contact_panel h2 {
    font-size: 40px;
    color: #ffffff;
    position: relative;
    padding-left: 2rem;
    text-align: left;
    font-weight: 700;
    margin-bottom: 2.5rem;
}.contact_panel h2::before {
    left: 0;
    box-shadow: 0 0 15px rgb(151,166,161,0.5);
    border-radius: 50%;
    height: 1rem;
    top: 50%;
    position: absolute;
    content: '';
    background: rgb(151,166,161);
    width: 1rem;
    transform: translateY(-50%);
}.contact_panel .message_help h3 {
    font-size: 28px;
    margin-bottom: 2rem;
    color: #ffffff;
    font-weight: 600;
    padding-bottom: 1rem;
    position: relative;
}.contact_panel .message_help h3::after {
    height: 3px;
    background: rgb(151,166,161);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    content: '';
}.contact_panel .message_help form {
    display: grid;
    gap: 1.5rem;
}.contact_panel .message_help input:not([type="checkbox"]):not([type="submit"]) {
    color: #ffffff;
    position: relative;
    outline: none;
    border: 1px solid rgb(151,166,161,0.5);
    font-size: 12px;
    padding: 1rem 1.5rem;
    transition: all 0.3s ease;
    background: rgb(118,133,128,0.5);
    border-radius: 10px;
    width: 100%;
}.contact_panel .message_help input:not([type="checkbox"]):not([type="submit"])::after {
    content: '';
    bottom: -2px;
    transition: width 0.3s ease;
    left: 0;
    position: absolute;
    width: 0;
    background: rgb(151,166,161);
    height: 2px;
}.contact_panel .message_help input:not([type="checkbox"]):not([type="submit"]):focus {
    border-color: rgb(151,166,161);
    box-shadow: 0 0 15px rgb(151,166,161,0.5);
}.contact_panel .message_help input:not([type="checkbox"]):not([type="submit"]):focus::after {
    width: 100%;
}.contact_panel .message_help .feedback_widget {
    gap: 1rem;
    display: flex;
    align-items: center;
}.contact_panel .message_help .feedback_widget input[type="checkbox"] {
    cursor: pointer;
    transition: all 0.3s ease;
    width: 22px;
    border-radius: 10px;
    border: 2px solid rgb(151,166,161,0.5);
    background: rgb(118,133,128,0.5);
    position: relative;
    height: 22px;
    appearance: none;
}.contact_panel .message_help .feedback_widget input[type="checkbox"]:checked {
    border-color: rgb(151,166,161);
    background: rgb(151,166,161);
}.contact_panel .message_help .feedback_widget input[type="checkbox"]:checked::after {
    color: #ffffff;
    transform: translate(-50%, -50%);
    left: 50%;
    font-size: 0.8rem;
    position: absolute;
    top: 50%;
    content: '✔';
}.contact_panel .message_help .feedback_widget label {
    font-size: 12px;
    color: #ffffff;
    display: flex;
    align-items: center;
}.contact_panel .message_help .feedback_widget a {
    color: rgb(151,166,161);
    text-decoration: none;
    transition: color 0.3s ease;
    margin-left: 0.3rem;
}.contact_panel .message_help .feedback_widget a:hover {
    text-decoration: underline;
}.contact_panel .message_help .connect_panel {
    color: #ffffff;
    cursor: pointer;
    overflow: hidden;
    padding: 1rem;
    background: rgb(151,166,161);
    text-transform: uppercase;
    transition: all 0.3s ease;
    width: 100%;
    border-radius: 10px;
    font-size: 16px;
    border: none;
    font-weight: 600;
    position: relative;
}.contact_panel .message_help .connect_panel::before {
    left: -50%;
    transform: rotate(-45deg);
    position: absolute;
    height: 200%;
    transition: all 0.5s ease;
    opacity: 0;
    top: -50%;
    content: '';
    background: linear-gradient(
        135deg, 
        transparent, 
        rgb(151,166,161,0.5), 
        transparent
    );
    width: 200%;
}.contact_panel .message_help .connect_panel:hover::before {
    opacity: 1;
}.contact_panel .message_help .connect_panel:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgb(151,166,161,0.5);
}

@media screen and (max-width: 1200px) {.contact_panel .img_caption {
    margin-left: -3%;
}
}

@media screen and (max-width: 1024px) {.contact_panel .query_links {
    flex-direction: column;
}.contact_panel .img_caption {
    margin-left: 0;
    min-height: 300px;
    flex: 0 0 100%;
    transform: none;
}.contact_panel .img_caption::before {
    transform: none;
    width: 100%;
}.contact_panel .message_help {
    padding: 3rem 2rem;
    flex: 0 0 100%;
}
}

@media screen and (max-width: 768px) {.contact_panel {
    padding: 3rem 0;
}.contact_panel h2 {
    margin-bottom: 1.5rem;
    font-size: calc(40px * 0.8);
    padding-left: 1.5rem;
}.contact_panel h2::before {
    width: 0.8rem;
    height: 0.8rem;
}.contact_panel .message_help h3 {
    margin-bottom: 1.5rem;
    font-size: calc(28px * 0.9);
}.contact_panel .message_help input:not([type="checkbox"]):not([type="submit"]) {
    padding: 0.8rem 1.2rem;
}
}

@media screen and (max-width: 480px) {.contact_panel .query_links {
    border-radius: 0;
}.contact_panel .message_help {
    padding: 2rem 1.5rem;
}}.course_instructor {
    overflow: hidden;
    background: linear-gradient(170deg, rgb(185,199,195) 0%, rgb(151,166,161,0.5) 100%);
    position: relative;
    padding: 120px 0;
}.course_instructor::before {
    top: 0;
    left: 0;
    opacity: 0.04;
    height: 100%;
    content: "";
    background: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 20px,
            rgb(151,166,161,0.5) 20px,
            rgb(151,166,161,0.5) 21px
        );
    position: absolute;
    width: 100%;
}.course_instructor::after {
    content: "";
    top: 0;
    height: 100%;
    position: absolute;
    left: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(151,166,161,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(118,133,128,0.5) 0%, transparent 40%);
    width: 100%;
    opacity: 0.3;
    filter: blur(80px);
}.course_instructor .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 15px;
    z-index: 2;
}.course_instructor .learner_views {
    flex-direction: column;
    position: relative;
    display: flex;
    max-width: 1000px;
    margin: 0 auto;
    align-items: center;
}.course_instructor .learner_views::before {
    height: 500px;
    content: "";
    border-radius: 50%;
    position: absolute;
    left: 50%;
    width: 500px;
    transform: translate(-50%, -50%);
    animation: orbit 20s linear infinite;
    opacity: 0.2;
    top: 50%;
    border: 1px solid rgb(151,166,161,0.5);
}.course_instructor .learner_views::after {
    opacity: 0.15;
    border-radius: 50%;
    position: absolute;
    content: "";
    height: 400px;
    transform: translate(-50%, -50%);
    width: 400px;
    animation: orbit 15s linear infinite reverse;
    top: 50%;
    border: 1px dashed rgb(118,133,128,0.5);
    left: 50%;
}@keyframes orbit {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.course_instructor .img_caption {
    border-radius: 50%;
    position: relative;
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 240px;
    height: 240px;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 0 0 10px rgba(255, 255, 255, 0.1),
        0 0 0 20px rgba(255, 255, 255, 0.05);
    margin-bottom: 30px;
    z-index: 5;
}.course_instructor .img_caption::before {
    position: absolute;
    background: conic-gradient(
        from 0deg,
        transparent 0deg, 
        rgb(151,166,161,0.5) 90deg,
        transparent 180deg,
        rgb(118,133,128,0.5) 270deg,
        transparent 360deg
    );
    inset: -30px;
    border-radius: 50%;
    opacity: 0.4;
    content: "";
    animation: spin 12s linear infinite;
    z-index: -1;
}.course_instructor .img_caption::after {
    inset: 0;
    z-index: 2;
    position: absolute;
    background: 
        radial-gradient(
            circle at 30% 30%,
            rgba(255, 255, 255, 0.3) 0%,
            transparent 50%
        );
    content: "";
    border-radius: 50%;
}@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.course_instructor .name {
    color: #000000;
    margin-bottom: 15px;
    background-clip: text !important;
    position: relative;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    text-align: center;
    transition: all 0.3s ease;
    z-index: 3;
    background: linear-gradient(
        to right,
        #000000 0%,
        rgb(151,166,161) 100%
    );
    font-size: 41px;
    -webkit-background-clip: text !important;
}.course_instructor .name::after {
    position: absolute;
    background: linear-gradient(
        to right,
        rgb(151,166,161) 0%,
        rgb(118,133,128) 100%
    );
    transform: translateX(-50%);
    height: 2px;
    left: 50%;
    transition: width 0.4s ease;
    content: "";
    width: 0;
    bottom: -8px;
}.course_instructor .learner_views:hover .name::after {
    width: 80px;
}.course_instructor .learner_views span:not(.name) {
    opacity: 0.9;
    border: 1px solid rgba(255, 255, 255, 0.15);
    font-weight: 600;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.1);
    letter-spacing: 2px;
    border-radius: 30px;
    margin-bottom: 30px;
    z-index: 3;
    position: relative;
    text-align: center;
    font-size: 18px;
    padding: 8px 20px;
    color: rgb(118,133,128);
    backdrop-filter: blur(5px);
    transition: all 0.3s ease;
}.course_instructor .learner_views:hover span:not(.name) {
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}.course_instructor .job_profile {
    position: relative;
    z-index: 3;
    border-radius: 12px;
    line-height: 1.8;
    text-align: center;
    color: #000000;
    max-width: 650px;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(0, 0, 0, 0.02);
    font-size: 14px;
    margin: 0;
    padding: 35px 45px;
    background: #ffffff;
}.course_instructor .job_profile::before,
.course_instructor .job_profile::after {
    position: absolute;
    height: 10px;
    width: 10px;
    content: "";
}.course_instructor .job_profile::before {
    left: 25px;
    border-left: 2px solid rgb(151,166,161);
    border-top: 2px solid rgb(151,166,161);
    top: 25px;
}.course_instructor .job_profile::after {
    border-bottom: 2px solid rgb(118,133,128);
    right: 25px;
    border-right: 2px solid rgb(118,133,128);
    bottom: 25px;
}.course_instructor .learner_views:hover .img_caption {
    transform: scale(1.05);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 0 0 15px rgba(255, 255, 255, 0.2),
        0 0 0 30px rgba(255, 255, 255, 0.05);
}

@media (max-width: 991px) {.course_instructor {
    padding: 90px 0;
}.course_instructor .img_caption {
    height: 200px;
    width: 200px;
    margin-bottom: 25px;
}.course_instructor .learner_views::before {
    height: 400px;
    width: 400px;
}.course_instructor .learner_views::after {
    width: 320px;
    height: 320px;
}.course_instructor .name {
    font-size: calc(41px * 0.9);
}.course_instructor .job_profile {
    padding: 30px 35px;
    max-width: 600px;
}
}

@media (max-width: 767px) {.course_instructor {
    padding: 70px 0;
}.course_instructor .img_caption {
    width: 180px;
    margin-bottom: 20px;
    height: 180px;
}.course_instructor .learner_views::before {
    width: 320px;
    height: 320px;
}.course_instructor .learner_views::after {
    height: 260px;
    width: 260px;
}.course_instructor .name {
    font-size: calc(41px * 0.8);
}.course_instructor .learner_views span:not(.name) {
    padding: 6px 16px;
    margin-bottom: 25px;
    font-size: calc(18px * 0.95);
}.course_instructor .job_profile {
    font-size: calc(14px * 0.95);
    max-width: 100%;
    padding: 25px 30px;
}.course_instructor .job_profile::before,
    .course_instructor .job_profile::after {
    width: 8px;
    height: 8px;
}.course_instructor .job_profile::before {
    left: 20px;
    top: 20px;
}.course_instructor .job_profile::after {
    right: 20px;
    bottom: 20px;
}
}

@media (max-width: 575px) {.course_instructor {
    padding: 50px 0;
}.course_instructor .img_caption {
    width: 150px;
    margin-bottom: 18px;
    height: 150px;
}.course_instructor .learner_views::before {
    width: 260px;
    height: 260px;
}.course_instructor .learner_views::after {
    height: 200px;
    width: 200px;
}.course_instructor .name {
    font-size: calc(41px * 0.7);
}.course_instructor .learner_views span:not(.name) {
    padding: 5px 12px;
    letter-spacing: 1px;
    font-size: calc(18px * 0.9);
    margin-bottom: 20px;
}.course_instructor .job_profile {
    padding: 20px 25px;
    font-size: calc(14px * 0.9);
}.course_instructor .job_profile::before,
    .course_instructor .job_profile::after {
    height: 6px;
    width: 6px;
}.course_instructor .job_profile::before {
    top: 15px;
    left: 15px;
}.course_instructor .job_profile::after {
    right: 15px;
    bottom: 15px;
}}.statistical_details {
    min-height: 100vh;
    padding: 0;
    align-items: center;
    display: flex;
    background: rgb(185,199,195);
    overflow: hidden;
    position: relative;
}.statistical_details::before {
    position: absolute;
    z-index: 0;
    left: 0;
    background: linear-gradient(to bottom right, rgb(151,166,161,0.5) 0%, transparent 70%);
    top: 0;
    height: 100%;
    opacity: 0.1;
    content: "";
    width: 100%;
}.statistical_details::after {
    position: absolute;
    top: 0;
    width: 100%;
    background: 
        linear-gradient(to right, transparent, rgba(0, 0, 0, 0.02) 20%, transparent 30%),
        linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.02) 20%, transparent 30%);
    z-index: 0;
    background-size: 100px 100px;
    height: 100%;
    left: 0;
    content: "";
}.statistical_details .container {
    margin: 0 auto;
    gap: 0;
    position: relative;
    z-index: 1;
    max-width: 1400px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
}.statistical_details .statistics_edges {
    min-height: 100vh;
    color: #ffffff;
    grid-row: 1 / span 2;
    position: relative;
    background: linear-gradient(135deg, rgb(151,166,161) 0%, rgb(118,133,128) 100%);
    justify-content: center;
    flex-direction: column;
    padding: 5rem;
    display: flex;
    grid-column: 1;
}.statistical_details .statistics_edges::before {
    content: "";
    width: 100px;
    top: 0;
    background: linear-gradient(to left, rgb(185,199,195), transparent);
    right: 0;
    z-index: 1;
    height: 100%;
    position: absolute;
}.statistical_details .statistics_grow {
    font-weight: 700;
    line-height: 1.2;
    color: #ffffff;
    margin: 0 0 2rem;
    font-size: calc(47px * 1.2);
    position: relative;
}.statistical_details .statistics_grow::after {
    bottom: -1rem;
    border-radius: 10px;
    background: #ffffff;
    position: absolute;
    height: 4px;
    content: "";
    left: 0;
    width: 80px;
}.statistical_details .career_statistics {
    font-size: 12px;
    margin: 0;
    color: #ffffff;
    max-width: 600px;
    font-weight: 400;
    opacity: 0.9;
    line-height: 1.8;
}.statistical_details .value_elevation {
    grid-row: 1 / span 2;
    flex-direction: column;
    gap: 3rem;
    padding: 5rem;
    justify-content: center;
    background: #ffffff;
    grid-column: 2;
    display: flex;
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.05);
}.statistical_details .extra_statistics {
    padding: 0;
    align-items: center;
    transition: all 0.3s ease;
    position: relative;
    display: flex;
}.statistical_details .extra_statistics:hover {
    transform: translateX(10px);
}.statistical_details .extra_statistics h4 {
    font-size: calc(47px * 1.5);
    color: rgb(151,166,161);
    line-height: 1;
    font-weight: 700;
    margin: 0 2rem 0 0;
    position: relative;
    padding-bottom: 0.5rem;
    flex: 0 0 auto;
}.statistical_details .extra_statistics:nth-child(even) h4 {
    color: rgb(118,133,128);
}.statistical_details .extra_statistics h4::after {
    position: absolute;
    background: currentColor;
    left: 0;
    transition: all 0.3s ease;
    width: 100%;
    content: "";
    bottom: 0;
    opacity: 0.3;
    height: 2px;
}.statistical_details .extra_statistics:hover h4::after {
    opacity: 0.8;
    width: 120%;
}.statistical_details .extra_statistics span {
    font-weight: 400;
    flex: 1;
    padding-left: 2rem;
    font-size: 12px;
    position: relative;
    color: #000000;
    line-height: 1.5;
}.statistical_details .extra_statistics span::before {
    transform: translateY(-50%);
    position: absolute;
    width: 1px;
    opacity: 0.5;
    left: 0;
    background: linear-gradient(to bottom, transparent, rgb(151,166,161,0.5), transparent);
    height: 100%;
    content: "";
    top: 50%;
}.statistical_details .extra_statistics:nth-child(even) span::before {
    background: linear-gradient(to bottom, transparent, rgb(118,133,128,0.5), transparent);
}.statistical_details svg {
    height: 24px;
    opacity: 0.7;
    right: 0;
    transform: translateY(-50%);
    top: 50%;
    transition: all 0.3s ease;
    fill: rgb(151,166,161,0.5);
    width: 24px;
    position: absolute;
}.statistical_details .extra_statistics:nth-child(even) svg {
    fill: rgb(118,133,128,0.5);
}.statistical_details svg path {
    fill: inherit;
}.statistical_details .extra_statistics:hover svg {
    opacity: 1;
    transform: translateY(-50%) scale(1.2);
}

@media (max-width: 1200px) {.statistical_details .container {
    grid-template-columns: 1.2fr 0.8fr;
}.statistical_details .statistics_edges {
    padding: 3rem;
}.statistical_details .value_elevation {
    padding: 3rem;
}.statistical_details .extra_statistics h4 {
    margin-right: 1.5rem;
    font-size: calc(47px * 1.2);
}
}

@media (max-width: 992px) {.statistical_details {
    min-height: auto;
}.statistical_details .container {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
}.statistical_details .statistics_edges {
    min-height: auto;
    grid-column: 1;
    grid-row: 1;
    padding: 4rem 3rem;
}.statistical_details .statistics_edges::before {
    display: none;
}.statistical_details .value_elevation {
    grid-column: 1;
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.05);
    grid-row: 2;
    padding: 4rem 3rem;
}.statistical_details .statistics_grow {
    margin-bottom: 1.5rem;
    font-size: calc(29px * 1.1);
}.statistical_details .statistics_grow::after {
    width: 60px;
    height: 3px;
    bottom: -0.8rem;
}
}

@media (max-width: 768px) {.statistical_details .statistics_edges {
    padding: 3rem 2rem;
}.statistical_details .value_elevation {
    gap: 2.5rem;
    padding: 3rem 2rem;
}.statistical_details .extra_statistics h4 {
    font-size: calc(29px * 1.2);
    margin-right: 1.2rem;
}.statistical_details .extra_statistics span {
    padding-left: 1.5rem;
    font-size: calc(12px * 0.95);
}
}

@media (max-width: 576px) {.statistical_details .statistics_edges {
    padding: 2.5rem 1.5rem;
}.statistical_details .value_elevation {
    gap: 2rem;
    padding: 2.5rem 1.5rem;
}.statistical_details .extra_statistics {
    align-items: flex-start;
    flex-direction: column;
}.statistical_details .extra_statistics h4 {
    margin: 0 0 1rem 0;
}.statistical_details .extra_statistics span {
    padding-left: 0;
}.statistical_details .extra_statistics span::before {
    display: none;
}.statistical_details svg {
    transform: none;
    top: 0;
    right: 0;
}.statistical_details .extra_statistics:hover svg {
    transform: scale(1.2);
}.statistical_details .statistics_grow {
    margin-bottom: 1.2rem;
    font-size: 29px;
}.statistical_details .statistics_grow::after {
    bottom: -0.6rem;
    width: 50px;
    height: 3px;
}.statistical_details .career_statistics {
    line-height: 1.7;
    font-size: calc(12px * 0.9);
}
}