* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}html,body {
    min-height: 100%;
    auto
contain
touch-action: none;
    color: #000000;
    scroll-snap-type: none;
    height: 100%;
    auto
    scroll-behavior: auto;
    font-family: Arial, sans-serif;
}header,footer {
    width: 100%;
}.nav_learn {
    flex: 1 0 auto;
}.core-container {
    height: 100%;
    display: flex;
    min-height: 100%;
    flex-direction: column;
}.container {
    max-width: 100%;
    width: 1239px;
    margin: auto;
}a {
    color: inherit;
    text-decoration: none;
}.carbon_cta {
    flex: 0 0 auto;
}svg {
    height: 30px;
    width: 30px;
}@keyframes pulse_scrollbar { 0% { opacity: 1; } 50% { opacity: 0.7; } 100% { opacity: 1; } }

::-webkit-scrollbar {
    height: 12px;
    width: 7px;
}::-webkit-scrollbar-button {
    background: rgb(197,193,169);
    height: 0px;
}::-webkit-scrollbar-track {
    margin: 1px 0;
    border-radius: 12.5em;
    background: rgb(233,228,205);
}::-webkit-scrollbar-thumb {
    border-radius: 9999px;
    border: 2px double rgb(197,193,169,0.5);
    background: rgb(197,193,169);
}::-webkit-scrollbar-thumb:active {
    box-shadow: inset 3px 3px 11px 0px rgba(0, 0, 0, 0.5);
    background: rgb(197,193,169);
}::-webkit-scrollbar-corner {
    border-radius: 5px;
    background: rgb(233,228,205);
}html {
    scrollbar-color: rgb(163,158,134) rgb(233,228,205);
    scrollbar-width: thin;
}

@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.cookieSettingsWindow {
    width: 100%;
    z-index: 90;
    background: rgb(233,228,205);
    bottom: 0;
    border-top: 2px solid rgb(197,193,169);
    position: fixed;
}.gdpr_banner {
    display: flex;
    padding: 20px 0;
    justify-content: space-between;
    align-items: center;
}.cookieSettingsWindow h5 {
    font-size: 22px;
    margin-bottom: 6px;
}.cookieSettingsWindow p {
    font-size: 18px;
}.user_dialog {
    margin-right: 10px;
    flex-shrink: 0;
}.user_dialog svg, .user_dialog svg path, .user_dialog img {
    height: 100px;
    fill: rgb(197,193,169);
    width: 100px;
}.edu_approve {
    text-align: center;
    text-decoration: none;
    border-bottom: 2px solid rgb(197,193,169);
    margin-left: 10px;
    font-size: 24px;
    color: rgb(197,193,169);
    white-space: nowrap;
    cursor: pointer;
    min-width: 120px;
    line-height: 35px;
    flex-shrink: 0;
}.cookieSettingsWindow p a {
    color: rgb(197,193,169);
    text-decoration: none;
}#cookieMessageAlert {
    display: none;
}#cookieMessageAlert:checked ~ .cookieSettingsWindow {
    opacity: 0;
    visibility: hidden;
}
@media only screen and (max-width: 1200px) {.cookieSettingsWindow {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.user_dialog {
    display: none;
}.gdpr_banner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}.cookieSettingsWindow h5 {
    text-align: center;
}.cookieSettingsWindow p {
    text-align: center;
}.accept_cookies {
    margin-bottom: 20px;
}body .core-container .edu_approve {
    margin-left: 0;
}}
.core-container .gdpr_banner {
    justify-content: flex-end;
}.core-container .edu_approve {
    font-size: 20px;
    color: #ffffff;
    background: rgb(197,193,169);
    margin-left: 30px;
    padding: 10px;
}.core-container .accept_cookies {
    text-align: right;
}
@media only screen and (max-width: 800px)  {.core-container .edu_approve {
    margin-bottom: 10px;
    margin-left: 0;
}}header {
    position: relative;
    width: 100%;
    overflow: visible;
    background: linear-gradient(135deg, rgb(233,228,205), #ffffff);
    z-index: 99;
}header::before {
    height: 15px;
    width: 100%;
    background-size: 20px 20px;
    background: 
        radial-gradient(
            circle at 0% 50%,
            transparent 6px,
            rgb(197,193,169,0.5) 6px,
            rgb(197,193,169,0.5) 10px,
            transparent 10px
        ) repeat-x;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0.3;
    content: "";
}header .site_main {
    justify-content: space-between;
    padding: 25px 30px;
    align-items: center;
    position: relative;
    display: flex;
}header .site_main::before,
header .site_main::after {
    content: "";
    background: linear-gradient(to right, rgb(197,193,169), transparent);
    width: 30%;
    position: absolute;
    height: 2px;
}header .site_main::before {
    left: 0;
    top: 10px;
}header .site_main::after {
    right: 0;
    background: linear-gradient(to left, rgb(163,158,134), transparent);
    bottom: 10px;
}header .site_main .main_guide {
    z-index: 2;
    position: relative;
}header .site_main .main_guide::before {
    opacity: 0.05;
    background: rgb(197,193,169,0.5);
    top: -20%;
    transition: transform 0.5s ease-in-out;
    width: 140%;
    position: absolute;
    z-index: -1;
    border-radius: 60% 40% 50% 30% / 40% 50% 60% 50%;
    left: -20%;
    content: "";
    height: 140%;
}header .site_main .main_guide:hover::before {
    transform: rotate(15deg) scale(1.1);
}header .site_main .main_guide .head_study {
    transition: transform 0.3s ease;
    display: block;
}header .site_main .main_guide:hover .head_study {
    transform: translateY(-3px);
}header .site_main .main_guide .head_study svg {
    width: auto;
    height: 45px;
    filter: drop-shadow(0 2px 3px rgba(0,0,0,0.1));
}header .site_main .main_mentor {
    display: flex;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}header .site_main .main_mentor::before {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    left: 0;
    background: rgb(163,158,134,0.5);
    top: 0;
    opacity: 0.05;
    height: 100%;
    position: absolute;
    transition: all 0.5s ease;
    content: "";
    width: 100%;
    z-index: -1;
}header .site_main .main_mentor:hover::before {
    opacity: 0.08;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
}header .site_main .main_mentor .head_pagebar {
    margin: 0 8px;
    position: relative;
}header .site_main .main_mentor .head_pagebar a {
    font-weight: 600;
    transition: all 0.4s ease;
    color: #000000;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    position: relative;
    text-decoration: none;
    display: block;
    overflow: hidden;
    font-family: Arial, sans-serif;
    padding: 10px 15px;
    font-size: 17px;
}header .site_main .main_mentor .head_pagebar a:hover {
    color: #ffffff;
    border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%;
}header .site_main .main_mentor .head_pagebar a::before {
    height: 100%;
    background: rgb(197,193,169);
    content: "";
    border-radius: 0% 0% 0% 0% / 0% 0% 0% 0%;
    width: 100%;
    z-index: -1;
    top: 0;
    transition: transform 0.4s ease, border-radius 0.4s ease;
    left: 0;
    transform: scale(0);
    transform-origin: right top;
    position: absolute;
}header .site_main .main_mentor .head_pagebar a:hover::before {
    transform: scale(1);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}header .site_main .main_mentor .head_pagebar:nth-child(2n) a::before {
    background: rgb(163,158,134);
    transform-origin: left bottom;
}header .site_main .main_mentor .head_pagebar:nth-child(2n) a:hover::before {
    border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
}header .site_main .main_mentor .head_pagebar:hover {
    animation: menu-wobble 1s ease;
}

@keyframes menu-wobble {
    0%, 100% {
        transform: translateX(0);
    }
    15% {
        transform: translateX(-3px) rotate(-1deg);
    }
    30% {
        transform: translateX(2px) rotate(1deg);
    }
    45% {
        transform: translateX(-2px) rotate(-0.5deg);
    }
    60% {
        transform: translateX(1px) rotate(0.5deg);
    }
    75% {
        transform: translateX(-1px) rotate(-0.25deg);
    }
}

@media (max-width: 992px) {header .site_main {
    flex-direction: column;
    padding: 20px 15px;
}header .site_main .main_guide {
    margin-bottom: 15px;
}header .site_main .main_mentor {
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}header .site_main .main_mentor .head_pagebar {
    margin: 5px;
}header .site_main .main_mentor .head_pagebar a {
    padding: 8px 12px;
    font-size: calc(17px - 1px);
}
}

@media (max-width: 767px) {header .site_main {
    padding: 15px 10px;
}header .site_main .main_guide .head_study svg {
    height: 40px;
}header .site_main .main_mentor .head_pagebar a {
    padding: 6px 10px;
    font-size: calc(17px - 2px);
}}.metrics_summary {
    position: relative;
    padding: 100px 0;
    color: #ffffff;
    overflow: hidden;
}.metrics_summary::before {
    z-index: 1;
    opacity: 0.75;
    background-color: #000000;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    content: "";
}.metrics_summary::after {
    left: 0;
    z-index: 2;
    opacity: 0.2;
    top: 0;
    animation: patternMove 20s linear infinite;
    position: absolute;
    width: 100%;
    background: 
        linear-gradient(90deg, transparent 95%, rgb(197,193,169) 95%, rgb(197,193,169) 96%, transparent 96%) 0 0 / 25px 100%,
        linear-gradient(0deg, transparent 95%, rgb(163,158,134) 95%, rgb(163,158,134) 96%, transparent 96%) 0 0 / 100% 25px;
    height: 100%;
    content: "";
}@keyframes patternMove {
    0% { background-position: 0 0; }
    100% { background-position: 50px 50px; }
}

.metrics_summary .container {
    position: relative;
    max-width: 1200px;
    z-index: 5;
    margin: 0 auto;
    padding: 0 20px;
}.metrics_summary .statistics_extras {
    position: relative;
}.metrics_summary .gain_study {
    justify-content: center;
    opacity: 0.7;
    height: 100px;
    transition: all 0.3s ease;
    width: 100px;
    display: flex;
    position: absolute;
    right: 30px;
    background: none;
    border-radius: 0;
    align-items: center;
    bottom: 30px;
    z-index: 10;
}.metrics_summary .gain_study:hover {
    opacity: 1;
    transform: scale(1.1);
}.metrics_summary .gain_study svg {
    height: 100%;
    width: 100%;
    fill: rgb(197,193,169);
}.metrics_summary .gain_study svg path {
    fill: rgb(197,193,169);
}.metrics_summary .knowledge_upgrade {
    background: linear-gradient(90deg, rgb(197,193,169), rgb(163,158,134));
    position: relative;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    font-size: calc(40px * 1.2);
    margin: 0 0 5px 0;
    text-transform: uppercase;
    font-weight: 700;
    text-align: left;
    -webkit-background-clip: text !important;
    letter-spacing: 1px;
}.metrics_summary .statistics_experts {
    width: 50%;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    font-size: 18px;
    text-align: left;
    padding-left: 20px;
    border-left: 3px solid rgb(197,193,169);
    margin-bottom: 60px;
}.metrics_summary .statistics_edge {
    display: flex;
    position: relative;
    gap: 80px 0;
    flex-wrap: wrap;
}.metrics_summary .benefits_track {
    width: 50%;
    padding: 0;
    position: relative;
    transition: all 0.4s ease;
}.metrics_summary .benefits_track:nth-child(odd) {
    padding-right: 50px;
    text-align: right;
}.metrics_summary .benefits_track:nth-child(even) {
    transform: translateY(80px);
    text-align: left;
    padding-left: 50px;
}.metrics_summary .benefits_track:hover {
    transform: scale(1.05);
}.metrics_summary .benefits_track:nth-child(even):hover {
    transform: translateY(80px) scale(1.05);
}.metrics_summary .extra_study {
    box-shadow: 0 0 0 3px rgb(197,193,169);
    align-items: center;
    top: 0;
    display: flex;
    background: #000000;
    z-index: 5;
    width: 60px;
    position: absolute;
    border-radius: 10px;
    justify-content: center;
    height: 60px;
}.metrics_summary .benefits_track:nth-child(odd) .extra_study {
    right: -30px;
}.metrics_summary .benefits_track:nth-child(even) .extra_study {
    left: -30px;
}.metrics_summary .extra_study svg {
    fill: rgb(197,193,169);
    width: 30px;
    height: 30px;
}.metrics_summary .extra_study svg path {
    fill: rgb(197,193,169);
}.metrics_summary .benefits_track span {
    margin-bottom: 15px;
    display: block;
    font-size: 33px;
    font-weight: 700;
    position: relative;
}.metrics_summary .benefits_track:nth-child(odd) span::after {
    right: -50px;
    transform: translateY(-50%);
    content: "";
    top: 50%;
    background: rgb(197,193,169);
    width: 30px;
    height: 2px;
    position: absolute;
}.metrics_summary .benefits_track:nth-child(even) span::after {
    background: rgb(197,193,169);
    transform: translateY(-50%);
    left: -50px;
    width: 30px;
    content: "";
    height: 2px;
    top: 50%;
    position: absolute;
}.metrics_summary .benefits_track p {
    margin: 0;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.7);
    font-size: calc(18px * 0.95);
}.metrics_summary .statistics_edge::before {
    height: 100%;
    background: linear-gradient(
        to bottom,
        rgb(197,193,169),
        rgb(163,158,134)
    );
    z-index: 0;
    transform: translateX(-50%);
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 4px;
}.metrics_summary .statistics_edge::after {
    content: "";
    border-radius: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    background: rgb(163,158,134);
    height: 20px;
    width: 20px;
    left: 50%;
    z-index: 2;
    position: absolute;
}

@media screen and (max-width: 992px) {.metrics_summary .statistics_experts {
    width: 70%;
}.metrics_summary .gain_study {
    right: 20px;
    width: 80px;
    bottom: 20px;
    height: 80px;
}.metrics_summary .benefits_track {
    transform: none !important;
}.metrics_summary .benefits_track:hover {
    transform: scale(1.03) !important;
}.metrics_summary .benefits_track:nth-child(odd) {
    padding-right: 40px;
}.metrics_summary .benefits_track:nth-child(even) {
    padding-left: 40px;
}.metrics_summary .benefits_track:nth-child(odd) span::after {
    width: 20px;
    right: -40px;
}.metrics_summary .benefits_track:nth-child(even) span::after {
    width: 20px;
    left: -40px;
}
}

@media screen and (max-width: 768px) {.metrics_summary {
    padding: 80px 0;
}.metrics_summary .knowledge_upgrade {
    font-size: 40px;
}.metrics_summary .statistics_experts {
    width: 100%;
    margin-bottom: 50px;
}.metrics_summary .benefits_track {
    text-align: left !important;
    margin-bottom: 80px;
    width: 100%;
    padding: 0 0 0 80px !important;
}.metrics_summary .benefits_track:last-child {
    margin-bottom: 0;
}.metrics_summary .extra_study {
    left: 0 !important;
    right: auto !important;
}.metrics_summary .statistics_edge::before {
    transform: none;
    left: 30px;
}.metrics_summary .statistics_edge::after {
    left: 30px;
    transform: none;
}.metrics_summary .benefits_track span::after {
    display: none;
}.metrics_summary .gain_study {
    height: 60px;
    top: 0;
    bottom: auto;
    right: 0;
    width: 60px;
}
}

@media screen and (max-width: 576px) {.metrics_summary {
    padding: 60px 0;
}.metrics_summary .knowledge_upgrade {
    font-size: calc(40px * 0.9);
}.metrics_summary .statistics_experts {
    margin-bottom: 40px;
    padding-left: 15px;
    font-size: calc(18px * 0.95);
}.metrics_summary .benefits_track {
    padding: 0 0 0 60px !important;
    margin-bottom: 40px;
}.metrics_summary .extra_study {
    width: 50px;
    height: 50px;
}.metrics_summary .extra_study svg {
    height: 25px;
    width: 25px;
}.metrics_summary .statistics_edge::before {
    left: 25px;
}.metrics_summary .statistics_edge::after {
    left: 25px;
}.metrics_summary .benefits_track span {
    font-size: calc(33px * 0.9);
}.metrics_summary .benefits_track p {
    font-size: calc(18px * 0.9);
}}.explore_now {
    padding: 5rem 1.5rem;
    z-index: 1;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(163,158,134) 0%, rgb(197,193,169) 100%);
}.explore_now::before {
    position: absolute;
    animation: pulse 15s infinite alternate ease-in-out;
    left: 0;
    height: 100%;
    top: 0;
    background: radial-gradient(circle at 30% 70%, rgb(163,158,134,0.5) 0%, transparent 50%);
    content: "";
    width: 100%;
    z-index: -1;
}.explore_now::after {
    width: 70%;
    background: radial-gradient(ellipse at center, rgb(255, 255, 255, 0.5) 0%, transparent 70%);
    top: -50%;
    transform: rotate(-30deg);
    content: "";
    position: absolute;
    right: -20%;
    z-index: -1;
    height: 200%;
    animation: float 20s infinite alternate ease-in-out;
}.explore_now .container {
    position: relative;
    perspective: 1000px;
    margin: 0 auto;
    max-width: 1200px;
    flex-direction: column;
    justify-content: center;
    gap: 3rem;
    display: flex;
    align-items: center;
}.explore_now h2 {
    line-height: 1.4;
    max-width: 800px;
    font-family: Arial, sans-serif;
    transform: translateZ(20px);
    color: #ffffff;
    text-align: center;
    letter-spacing: 0.5px;
    animation: fadeInUp 0.8s ease-out forwards;
    font-size: 38px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    font-weight: 700;
    margin: 0 auto;
}.explore_now .mission_block {
    background: rgba(255, 255, 255, 0.15);
    opacity: 0;
    justify-content: center;
    display: flex;
    gap: 2rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
              0 5px 15px rgba(0, 0, 0, 0.1),
              0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    transform: rotateX(5deg) translateZ(30px);
    backdrop-filter: blur(10px);
    padding: 2.5rem 3rem;
    border-radius: 12px;
    transform-style: preserve-3d;
    animation: floatIn 1s ease-out 0.3s forwards;
    align-items: center;
}.explore_now svg {
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.15));
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: translateZ(40px);
    width: 4rem;
    height: 4rem;
}.explore_now svg:hover {
    transform: translateZ(40px) scale(1.1) rotate(15deg);
}.explore_now svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}.explore_now svg:hover path {
    fill: rgb(163,158,134);
}.explore_now .mission_block div {
    transform: translateZ(30px);
    z-index: 2;
    position: relative;
}.explore_now .contact_query {
    color: rgb(197,193,169);
    font-weight: 600;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1),
              0 5px 10px rgba(0, 0, 0, 0.05),
              0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    font-size: 20px;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 1rem 2.5rem;
    position: relative;
    border-radius: 8px;
    font-family: Arial, sans-serif;
    isolation: isolate;
    background: #ffffff;
    display: inline-block;
}.explore_now .contact_query::before {
    background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.2) 50%,
    transparent 100%
  );
    width: 100%;
    transition: all 0.5s ease;
    z-index: -1;
    content: "";
    left: -100%;
    top: 0;
    position: absolute;
    height: 100%;
}.explore_now .contact_query:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15),
              0 8px 12px rgba(0, 0, 0, 0.1),
              0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    transform: translateY(-5px) scale(1.03);
    color: rgb(163,158,134);
}.explore_now .contact_query:hover::before {
    left: 100%;
}.explore_now .contact_query:active {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1),
              0 3px 8px rgba(0, 0, 0, 0.05);
    transform: translateY(-2px) scale(0.98);
}

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

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

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

@keyframes floatIn {
  from {
    opacity: 0;
    transform: rotateX(20deg) translateY(50px) translateZ(0);
  }
  to {
    opacity: 1;
    transform: rotateX(5deg) translateY(0) translateZ(30px);
  }
}

@media (max-width: 992px) {.explore_now {
    padding: 4rem 1.5rem;
}.explore_now h2 {
    font-size: calc(38px * 0.9);
}.explore_now .mission_block {
    padding: 2rem 2.5rem;
    transform: rotateX(3deg) translateZ(20px);
}
}

@media (max-width: 768px) {.explore_now {
    padding: 3.5rem 1.25rem;
}.explore_now h2 {
    font-size: calc(38px * 0.8);
}.explore_now .mission_block {
    transform: none;
    flex-direction: column;
    padding: 2rem;
    gap: 1.5rem;
}.explore_now svg {
    height: 3.5rem;
    width: 3.5rem;
}.explore_now .contact_query {
    padding: 0.9rem 2rem;
}
}

@media (max-width: 576px) {.explore_now {
    padding: 3rem 1rem;
}.explore_now h2 {
    font-size: calc(38px * 0.7);
}.explore_now .mission_block {
    gap: 1.25rem;
    width: 90%;
    padding: 1.75rem;
}.explore_now svg {
    width: 3rem;
    height: 3rem;
}.explore_now .contact_query {
    font-size: calc(20px * 0.9);
    padding: 0.8rem 1.75rem;
}
}

@media (prefers-reduced-motion: reduce) {.explore_now::before,
  .explore_now::after,
  .explore_now h2,
  .explore_now .mission_block,
  .explore_now svg,
  .explore_now .contact_query::before {
    transition: none;
    animation: none;
}.explore_now .mission_block {
    opacity: 1;
    transform: none;
}.explore_now h2 {
    opacity: 1;
    transform: none;
}}.client_opinions {
    background: rgb(233,228,205);
    padding: 7rem 2rem;
    position: relative;
    overflow: hidden;
    perspective: 1200px;
}.client_opinions::before {
    background-size: 80px 140px;
    background: 
        linear-gradient(30deg, rgb(197,193,169,0.5) 12%, transparent 12.5%, transparent 87%, rgb(197,193,169,0.5) 87.5%, rgb(197,193,169,0.5)),
        linear-gradient(150deg, rgb(197,193,169,0.5) 12%, transparent 12.5%, transparent 87%, rgb(197,193,169,0.5) 87.5%, rgb(197,193,169,0.5)),
        linear-gradient(30deg, rgb(197,193,169,0.5) 12%, transparent 12.5%, transparent 87%, rgb(197,193,169,0.5) 87.5%, rgb(197,193,169,0.5)),
        linear-gradient(150deg, rgb(197,193,169,0.5) 12%, transparent 12.5%, transparent 87%, rgb(197,193,169,0.5) 87.5%, rgb(197,193,169,0.5)),
        linear-gradient(60deg, rgb(163,158,134,0.5) 25%, transparent 25.5%, transparent 75%, rgb(163,158,134,0.5) 75%, rgb(163,158,134,0.5));
    position: absolute;
    background-position: 0 0, 0 0, 40px 70px, 40px 70px, 0 0;
    width: 100%;
    opacity: 0.1;
    z-index: 0;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
}.client_opinions .mission_block {
    z-index: 1;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.client_opinions h4 {
    letter-spacing: 1px;
    position: relative;
    font-size: 31px;
    text-align: center;
    transform: perspective(800px) rotateX(10deg);
    color: #000000;
    font-weight: 700;
    margin-bottom: 5rem;
}.client_opinions h4::before {
    width: 60px;
    height: 3px;
    position: absolute;
    transform: translateX(-50%);
    content: "";
    bottom: -15px;
    left: 50%;
    background: rgb(197,193,169);
}.client_opinions h4::after {
    transform: translateX(-50%);
    bottom: -15px;
    width: 100px;
    content: "";
    position: absolute;
    left: 50%;
    height: 1px;
    background: rgb(163,158,134);
}.client_opinions .review_grid {
    gap: 3rem;
    transform: perspective(1000px) rotateX(20deg);
    transform-style: preserve-3d;
    grid-template-columns: repeat(3, 1fr);
    display: grid;
}.client_opinions .review_testimonials {
    transition: all 0.5s ease;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.05),
        20px 20px 0 -5px rgb(233,228,205),
        20px 20px 0 0px rgb(197,193,169,0.5);
    transform-style: preserve-3d;
    transform: translateZ(0) translateY(0);
    background: #ffffff;
    position: relative;
    padding: 2.5rem;
    border-radius: 11px;
}.client_opinions .review_testimonials:hover {
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.1),
        20px 20px 0 -5px rgb(233,228,205),
        20px 20px 0 0px rgb(163,158,134);
    transform: translateZ(30px) translateY(-10px);
}.client_opinions .review_testimonials::before {
    height: 100%;
    position: absolute;
    background: linear-gradient(45deg, transparent, rgb(197,193,169,0.5) 80%);
    z-index: -1;
    left: 0;
    width: 100%;
    top: 0;
    transition: all 0.5s ease;
    opacity: 0;
    border-radius: 11px;
    content: "";
}.client_opinions .review_testimonials:hover::before {
    opacity: 0.1;
}.client_opinions .review_testimonials::after {
    transform-origin: bottom;
    height: 40px;
    transition: transform 0.5s ease;
    position: absolute;
    content: "";
    transform: scaleY(0);
    background: rgb(197,193,169);
    width: 2px;
    left: 20px;
    bottom: 100%;
}.client_opinions .review_testimonials:hover::after {
    transform: scaleY(1);
}.client_opinions .review_testimonials .photo_wrap {
    overflow: hidden;
    transition: all 0.4s ease;
    height: 90px;
    margin: 0 auto 1.5rem;
    border-radius: 11px;
    width: 90px;
    transform: translateZ(30px);
    border: 3px solid #ffffff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}.client_opinions .review_testimonials:hover .photo_wrap {
    transform: translateZ(50px) rotate(5deg);
    border-radius: 50%;
}.client_opinions .review_testimonials .photo_wrap::before {
    opacity: 0;
    content: "";
    position: absolute;
    transition: all 0.4s ease;
    z-index: 2;
    background: linear-gradient(45deg, rgb(197,193,169,0.5), transparent 60%);
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
}.client_opinions .review_testimonials:hover .photo_wrap::before {
    opacity: 0.4;
}.client_opinions .review_testimonials span {
    transform: translateZ(20px);
    text-align: center;
    font-weight: 600;
    display: block;
    transition: all 0.4s ease;
    margin-bottom: 1.2rem;
    color: #000000;
    font-size: 21px;
}.client_opinions .review_testimonials:hover span {
    transform: translateZ(35px);
    color: rgb(197,193,169);
}.client_opinions .review_testimonials p {
    transform: translateZ(10px);
    transition: all 0.4s ease;
    color: #000000;
    text-align: center;
    font-size: 15px;
    line-height: 1.7;
}.client_opinions .review_testimonials:hover p {
    transform: translateZ(25px);
}.client_opinions .review_testimonials:nth-child(3n+1) {
    transform: translateZ(10px) translateY(0);
}.client_opinions .review_testimonials:nth-child(3n+2) {
    transform: translateZ(0) translateY(0);
}.client_opinions .review_testimonials:nth-child(3n+3) {
    transform: translateZ(5px) translateY(0);
}.client_opinions .review_testimonials:nth-child(3n+1):hover {
    transform: translateZ(40px) translateY(-10px);
}.client_opinions .review_testimonials:nth-child(3n+2):hover {
    transform: translateZ(30px) translateY(-10px);
}.client_opinions .review_testimonials:nth-child(3n+3):hover {
    transform: translateZ(35px) translateY(-10px);
}

@media (max-width: 992px) {.client_opinions {
    padding: 5rem 1.5rem;
}.client_opinions .review_grid {
    gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
    transform: perspective(1000px) rotateX(15deg);
}.client_opinions h4 {
    margin-bottom: 4rem;
    font-size: calc(31px * 0.9);
}.client_opinions .review_testimonials:nth-child(2n+1) {
    transform: translateZ(10px) translateY(0);
}.client_opinions .review_testimonials:nth-child(2n+2) {
    transform: translateZ(0) translateY(0);
}.client_opinions .review_testimonials:nth-child(2n+1):hover {
    transform: translateZ(40px) translateY(-10px);
}.client_opinions .review_testimonials:nth-child(2n+2):hover {
    transform: translateZ(30px) translateY(-10px);
}
}

@media (max-width: 768px) {.client_opinions {
    padding: 4rem 1rem;
}.client_opinions .review_grid {
    grid-template-columns: 1fr;
    transform: perspective(1000px) rotateX(10deg);
    gap: 2rem;
}.client_opinions h4 {
    transform: perspective(800px) rotateX(5deg);
    font-size: calc(31px * 0.8);
    margin-bottom: 3rem;
}.client_opinions .review_testimonials:nth-child(n) {
    transform: translateZ(0) translateY(0);
}.client_opinions .review_testimonials:nth-child(n):hover {
    transform: translateZ(20px) translateY(-5px);
}}.pricing_shelf {
    overflow: hidden;
    z-index: 1;
    padding: 100px 0;
    position: relative;
}.pricing_shelf::before {
    position: absolute;
    background: linear-gradient(135deg, rgba(36, 48, 94, 0.95), rgba(26, 35, 72, 0.97));
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    z-index: -1;
    top: 0;
}.pricing_shelf .container {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}.pricing_shelf .payment_scheme {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 2;
    position: relative;
}.pricing_shelf h2 {
    transform: translateY(0);
    text-align: center;
    margin-bottom: 20px;
    color: #ffffff;
    font-weight: 700;
    font-size: calc(37px * 1.1);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    letter-spacing: 0.5px;
}.pricing_shelf h2::after {
    width: 80px;
    height: 3px;
    content: "";
    bottom: -12px;
    border-radius: 1px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    background: rgb(197,193,169);
}.pricing_shelf .learn_fees {
    color: rgb(255, 255, 255, 0.5);
    letter-spacing: 0.2px;
    line-height: 1.6;
    text-align: center;
    font-weight: 400;
    max-width: 80%;
    font-size: calc(12px * 1.05);
    margin: 0 auto 50px;
}.pricing_shelf .pricing_list {
    width: 100%;
    margin: 0;
    gap: 30px;
    padding: 0;
    display: grid;
    list-style: none;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}.pricing_shelf .pricing_list li {
    display: flex;
    height: 100%;
}.pricing_shelf .payment_pricing {
    display: flex;
    flex-direction: column;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.05));
    text-decoration: none;
    position: relative;
    transform: translateY(0) scale(1);
    width: 100%;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1), 
                0 2px 5px rgba(0, 0, 0, 0.05),
                0 1px 3px rgba(0, 0, 0, 0.03);
    overflow: hidden;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    height: 100%;
}.pricing_shelf .payment_pricing::before {
    content: "";
    height: 5px;
    background: linear-gradient(90deg, rgb(197,193,169), rgb(163,158,134));
    top: 0;
    left: 0;
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    width: 100%;
    transform: translateY(-5px);
    position: absolute;
}.pricing_shelf .payment_pricing:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.18), 
                0 5px 15px rgba(0, 0, 0, 0.08);
    transform: translateY(-8px) scale(1.02);
}.pricing_shelf .payment_pricing:hover::before {
    transform: translateY(0);
}.pricing_shelf .pro_rates {
    display: flex;
    height: 100%;
    position: relative;
    padding: 35px 30px;
    flex-direction: column;
}.pricing_shelf .plan_pricing {
    flex-direction: column;
    height: 100%;
    display: flex;
}.pricing_shelf .payment_pricing h4 {
    transition: color 0.3s ease;
    position: relative;
    color: #ffffff;
    padding-bottom: 15px;
    font-weight: 600;
    font-size: calc(20px * 1.1);
    margin: 0 0 20px;
    letter-spacing: 0.3px;
}.pricing_shelf .payment_pricing:hover h4 {
    color: rgb(197,193,169);
}.pricing_shelf .payment_pricing h4::after {
    width: 40px;
    transition: width 0.4s ease, background-color 0.4s ease;
    left: 0;
    bottom: 0;
    content: "";
    background-color: rgba(255, 255, 255, 0.2);
    height: 2px;
    position: absolute;
}.pricing_shelf .payment_pricing:hover h4::after {
    background-color: rgb(197,193,169);
    width: 60px;
}.pricing_shelf .payment_pricing p {
    white-space: normal;
    overflow-wrap: break-word;
    margin: 0 0 30px;
    font-weight: 300;
    word-break: normal;
    font-size: 12px;
    flex-grow: 1;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.75);
    hyphens: auto;
}.pricing_shelf .sub_options {
    position: relative;
    font-weight: 700;
    color: rgb(197,193,169);
    font-size: calc(20px * 1.15);
    padding: 15px 0 0;
    letter-spacing: 0.5px;
    transition: transform 0.3s ease, color 0.3s ease;
    display: block;
    margin-top: auto;
}.pricing_shelf .sub_options::before {
    transition: width 0.4s ease, opacity 0.3s ease;
    width: 25px;
    left: 0;
    background-color: rgb(197,193,169);
    position: absolute;
    opacity: 0.6;
    content: "";
    height: 2px;
    top: 0;
}.pricing_shelf .payment_pricing:hover .sub_options {
    color: rgb(163,158,134);
    transform: translateY(-3px);
}.pricing_shelf .payment_pricing:hover .sub_options::before {
    width: 40px;
    opacity: 1;
}


@media (max-width: 1200px) {.pricing_shelf {
    padding: 80px 0;
}.pricing_shelf .learn_fees {
    max-width: 90%;
}.pricing_shelf .pricing_list {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}
}

@media (max-width: 992px) {.pricing_shelf h2 {
    font-size: 37px;
}.pricing_shelf .pro_rates {
    padding: 30px 25px;
}.pricing_shelf .payment_pricing h4 {
    font-size: 20px;
}
}

@media (max-width: 768px) {.pricing_shelf {
    padding: 60px 0;
}.pricing_shelf h2 {
    font-size: calc(37px * 0.9);
}.pricing_shelf .learn_fees {
    margin-bottom: 40px;
    font-size: 12px;
    max-width: 100%;
}.pricing_shelf .pricing_list {
    grid-template-columns: 1fr;
    max-width: 450px;
    margin: 0 auto;
}.pricing_shelf .payment_pricing {
    max-height: none;
}.pricing_shelf .payment_pricing p {
    font-size: calc(12px * 0.95);
    margin-bottom: 25px;
}
}

@media (max-width: 480px) {.pricing_shelf {
    padding: 50px 0;
}.pricing_shelf h2 {
    font-size: calc(37px * 0.85);
}.pricing_shelf .learn_fees {
    font-size: calc(12px * 0.95);
}.pricing_shelf .pro_rates {
    padding: 25px 20px;
}.pricing_shelf .payment_pricing h4 {
    margin-bottom: 15px;
    font-size: calc(20px * 0.95);
}.pricing_shelf .sub_options {
    font-size: 20px;
}}.company_info {
    padding: 120px 0;
    background: rgb(233,228,205);
    position: relative;
    overflow: hidden;
}.company_info::before {
    animation: bgAnimationPulse 15s infinite alternate;
    height: 100%;
    background: 
        radial-gradient(circle at 10% 10%, rgb(197,193,169,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 90%, rgb(163,158,134,0.5) 0%, transparent 40%);
    position: absolute;
    width: 100%;
    opacity: 0.15;
    top: 0;
    z-index: 1;
    content: "";
    filter: blur(50px);
    left: 0;
}@keyframes bgAnimationPulse {
    0% {
        opacity: 0.1;
        filter: blur(50px);
    }
    50% {
        opacity: 0.2;
        filter: blur(80px);
    }
    100% {
        opacity: 0.1;
        filter: blur(50px);
    }
}

.company_info::after {
    height: 100%;
    left: 0;
    width: 100%;
    z-index: 1;
    animation: gridPatternMove 40s linear infinite;
    opacity: 0.1;
    background-image: linear-gradient(45deg, transparent 98%, rgb(197,193,169,0.5) 98%),
                      linear-gradient(-45deg, transparent 98%, rgb(197,193,169,0.5) 98%);
    content: "";
    top: 0;
    position: absolute;
    background-size: 30px 30px;
}@keyframes gridPatternMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 30px;
    }
}

.company_info .container {
    z-index: 2;
    position: relative;
}.company_info .mission_block {
    position: relative;
}.company_info h3 {
    font-size: 38px;
    text-align: center;
    font-weight: 700;
    color: #000000;
    position: relative;
    margin-bottom: 60px;
}.company_info h3::after {
    background: linear-gradient(90deg, rgb(197,193,169), rgb(163,158,134));
    width: 80px;
    position: absolute;
    content: "";
    height: 3px;
    transform: translateX(-50%);
    border-radius: 10px;
    bottom: -15px;
    left: 50%;
}.company_info .story_visual {
    position: relative;
    margin-bottom: 100px;
}.company_info .story_visual::before {
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(197,193,169,0.5), transparent);
    bottom: -50px;
    left: 50%;
    content: "";
    width: 60%;
    height: 1px;
    transform: translateX(-50%);
}.company_info .story_visual span {
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 20px;
    letter-spacing: 1px;
    font-size: 22px;
    position: relative;
    color: rgb(197,193,169);
    text-align: center;
    display: block;
}.company_info .story_visual span::after {
    bottom: 0;
    left: 50%;
    content: "";
    position: absolute;
    width: 30px;
    background: rgb(197,193,169);
    height: 2px;
    transform: translateX(-50%);
}.company_info .story_visual .photo_wrap {
    position: absolute;
    width: 50%;
    transform: translateY(-50%);
    left: 0;
    border-radius: 0 21px 21px 0;
    top: 50%;
    overflow: hidden;
    height: 450px;
    z-index: 1;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.1);
}.company_info .story_visual .photo_wrap::before {
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.3), transparent);
    height: 100%;
    top: 0;
    z-index: 2;
    left: 0;
    content: "";
}.company_info .story_visual p {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    font-size: 18px;
    line-height: 1.8;
    color: #000000;
    padding: 50px;
    position: relative;
    margin-left: auto;
    border-radius: 21px;
    width: 60%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 2;
    backdrop-filter: blur(10px);
}.company_info .legacy_story {
    flex-direction: column;
    position: relative;
    display: flex;
}.company_info .legacy_story p {
    padding: 50px;
    line-height: 1.8;
    color: #000000;
    width: 60%;
    font-size: 18px;
    border-radius: 21px;
    z-index: 2;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    backdrop-filter: blur(10px);
}.company_info .legacy_story .master_class {
    width: 50%;
    box-shadow: -20px 20px 60px rgba(0, 0, 0, 0.1);
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    border-radius: 21px 0 0 21px;
    overflow: hidden;
    right: 0;
    z-index: 1;
    height: 450px;
}.company_info .legacy_story .master_class::before {
    left: 0;
    width: 100%;
    content: "";
    position: absolute;
    top: 0;
    z-index: 2;
    height: 100%;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.3), transparent);
}.company_info .story_visual .photo_wrap::after,
.company_info .legacy_story .master_class::after {
    width: 200%;
    left: -50%;
    content: "";
    height: 200%;
    opacity: 0.5;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 10%);
    z-index: 1;
    animation: patternRotate 30s linear infinite;
    position: absolute;
    top: -50%;
    background-size: 15px 15px;
}@keyframes patternRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.company_info .story_visual p::before,
.company_info .legacy_story p::before {
    z-index: -1;
    width: 150px;
    content: "";
    border-radius: 50%;
    filter: blur(60px);
    opacity: 0.1;
    height: 150px;
    position: absolute;
}.company_info .story_visual p::before {
    top: -30px;
    background: rgb(197,193,169);
    right: -30px;
}.company_info .legacy_story p::before {
    bottom: -30px;
    left: -30px;
    background: rgb(163,158,134);
}.company_info .story_visual::after,
.company_info .legacy_story::after {
    animation: rotateFade 10s infinite linear;
    z-index: 3;
    content: "";
    height: 40px;
    border: 1px solid rgb(197,193,169,0.5);
    width: 40px;
    position: absolute;
}@keyframes rotateFade {
    0% {
        transform: rotate(0deg);
        opacity: 0.2;
    }
    50% {
        transform: rotate(180deg);
        opacity: 0.6;
    }
    100% {
        transform: rotate(360deg);
        opacity: 0.2;
    }
}

.company_info .story_visual::after {
    right: 20%;
    border-color: rgb(197,193,169,0.5);
    bottom: 30px;
}.company_info .legacy_story::after {
    left: 20%;
    border-color: rgb(163,158,134,0.5);
    top: 30px;
}

@media screen and (max-width: 1199px) {.company_info {
    padding: 100px 0;
}.company_info h3 {
    margin-bottom: 50px;
    font-size: calc(38px - 0.2rem);
}.company_info .story_visual {
    margin-bottom: 80px;
}.company_info .story_visual span {
    font-size: calc(22px - 0.1rem);
}.company_info .story_visual .photo_wrap,
    .company_info .legacy_story .master_class {
    height: 400px;
}.company_info .story_visual p,
    .company_info .legacy_story p {
    width: 65%;
    padding: 40px;
}
}

@media screen and (max-width: 991px) {.company_info {
    padding: 80px 0;
}.company_info h3 {
    font-size: calc(38px - 0.4rem);
    margin-bottom: 40px;
}.company_info .story_visual {
    margin-bottom: 60px;
}.company_info .story_visual span {
    font-size: calc(22px - 0.2rem);
}.company_info .story_visual .photo_wrap,
    .company_info .legacy_story .master_class {
    width: 45%;
    height: 350px;
}.company_info .story_visual p,
    .company_info .legacy_story p {
    font-size: calc(18px - 0.1rem);
    padding: 30px;
    width: 70%;
}
}

@media screen and (max-width: 767px) {.company_info {
    padding: 60px 0;
}.company_info h3 {
    font-size: calc(38px - 0.6rem);
    margin-bottom: 40px;
}.company_info h3::after {
    height: 2px;
    width: 60px;
    bottom: -10px;
}.company_info .story_visual {
    padding-top: 250px;
    margin-bottom: 60px;
}.company_info .story_visual::before {
    width: 80%;
    bottom: -30px;
}.company_info .story_visual span {
    margin-bottom: 230px;
    font-size: calc(22px - 0.3rem);
}.company_info .story_visual .photo_wrap {
    width: 100%;
    left: 0;
    transform: none;
    top: 60px;
    height: 220px;
    border-radius: 21px;
    position: absolute;
}.company_info .story_visual p {
    width: 100%;
    padding: 25px;
}.company_info .legacy_story {
    padding-bottom: 250px;
}.company_info .legacy_story .master_class {
    right: 0;
    border-radius: 21px;
    top: auto;
    transform: none;
    height: 220px;
    width: 100%;
    bottom: 0;
    position: absolute;
}.company_info .legacy_story p {
    padding: 25px;
    width: 100%;
}
}

@media screen and (max-width: 575px) {.company_info {
    padding: 50px 0;
}.company_info h3 {
    margin-bottom: 30px;
    font-size: calc(38px - 0.8rem);
}.company_info .story_visual {
    padding-top: 220px;
    margin-bottom: 50px;
}.company_info .story_visual span {
    margin-bottom: 200px;
    font-size: calc(22px - 0.4rem);
}.company_info .story_visual .photo_wrap,
    .company_info .legacy_story .master_class {
    height: 200px;
}.company_info .story_visual p,
    .company_info .legacy_story p {
    padding: 20px;
    font-size: calc(18px - 0.2rem);
}.company_info .legacy_story {
    padding-bottom: 220px;
}.company_info .story_visual::after,
    .company_info .legacy_story::after {
    height: 30px;
    width: 30px;
}
}

@media screen and (min-width: 1600px) {.company_info .story_visual .photo_wrap,
    .company_info .legacy_story .master_class {
    height: 500px;
}.company_info .story_visual p,
    .company_info .legacy_story p {
    padding: 60px;
    width: 55%;
}}.title_page {
    min-height: 100vh;
    position: relative;
    display: flex;
    justify-content: center;
    background-color: rgb(233,228,205);
    overflow: hidden;
    align-items: center;
}.title_page .online_skills {
    z-index: 2;
    max-width: 1400px;
    padding: 2rem;
    width: 100%;
    position: relative;
}.title_page .edu_home {
    padding: 4rem 3rem;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    position: relative;
}.title_page .edu_home::before {
    z-index: 1;
    left: 0;
    position: absolute;
    width: 100%;
    top: 0;
    content: "";
    height: 100%;
    backdrop-filter: blur(8px);
    background: linear-gradient(
    135deg,
    rgb(197,193,169,0.5),
    rgb(163,158,134,0.5),
    rgba(0, 0, 0, 0.5)
  );
}.title_page .edu_home::after {
    z-index: 0;
    bottom: -10px;
    opacity: 0.6;
    border: 2px solid rgb(163,158,134);
    transform: rotate(-12deg);
    right: -10px;
    position: absolute;
    height: 200px;
    width: 200px;
    transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    content: "";
}.title_page .edu_home:hover::after {
    height: 230px;
    opacity: 0.8;
    width: 230px;
    transform: rotate(0deg) translate(-15px, -15px);
}.title_page .edu_home span {
    position: relative;
    display: inline-block;
    transition: transform 0.5s ease;
    margin-bottom: 2rem;
    z-index: 2;
    transform: translateX(-10px);
}.title_page .edu_home:hover span {
    transform: translateX(0);
}.title_page .edu_home h3 {
    line-height: 1.5;
    max-width: 90%;
    font-weight: 600;
    background: linear-gradient(
    to right, 
    rgb(197,193,169,0.5), 
    transparent
  );
    font-size: 20px;
    padding: 1rem 1.5rem;
    position: relative;
    color: #ffffff;
    backdrop-filter: blur(4px);
    transform: skewX(-5deg);
}.title_page .edu_home h1 {
    color: #ffffff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    z-index: 2;
    font-weight: 700;
    font-size: clamp(2.5rem, 5vw, 42px);
    transform: translateY(0);
    position: relative;
    margin-bottom: 2rem;
}.title_page .edu_home:hover h1 {
    transform: translateY(-8px);
}.title_page .edu_home div div {
    backdrop-filter: blur(4px);
    border-left: 4px solid rgb(163,158,134);
    background: linear-gradient(
    90deg,
    rgb(163,158,134,0.5),
    rgb(197,193,169,0.5)
  );
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    padding: 0.8rem 2rem;
    display: inline-block;
    transform: translateY(0);
    max-width: 80%;
    z-index: 2;
}.title_page .edu_home:hover div div {
    transform: translateY(8px);
}.title_page .edu_home p {
    font-weight: 400;
    margin: 0;
    line-height: 1.6;
    font-size: calc(16px * 1.1);
    color: #ffffff;
}

@media screen and (max-width: 991px) {.title_page .edu_home {
    padding: 3rem 2rem;
}.title_page .edu_home h3 {
    font-size: calc(21px * 1.1);
    max-width: 100%;
}.title_page .edu_home h1 {
    font-size: clamp(2rem, 7vw, 3rem);
}.title_page .edu_home div div {
    max-width: 90%;
}
}

@media screen and (max-width: 767px) {.title_page .online_skills {
    padding: 1rem;
}.title_page .edu_home {
    padding: 2rem 1.5rem;
}.title_page .edu_home::after {
    width: 120px;
    height: 120px;
}.title_page .edu_home h3 {
    padding: 0.75rem 1rem;
    font-size: 21px;
    max-width: 100%;
}.title_page .edu_home div div {
    padding: 0.75rem 1.25rem;
    max-width: 100%;
}.title_page .edu_home p {
    font-size: 16px;
}
}

@media screen and (max-width: 480px) {.title_page .edu_home h1 {
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
}.title_page .edu_home span {
    margin-bottom: 1.5rem;
}.title_page .edu_home::after {
    width: 80px;
    right: -5px;
    height: 80px;
    bottom: -5px;
}.title_page .edu_home h3 {
    padding: 0.5rem 0.75rem;
    transform: skewX(0);
}
}

@media (hover: none) {.title_page .edu_home h1,
  .title_page .edu_home span,
  .title_page .edu_home div div {
    transform: none;
}.title_page .edu_home:hover h1,
  .title_page .edu_home:hover span,
  .title_page .edu_home:hover div div {
    transform: none;
}
}

@media (prefers-reduced-motion) {.title_page .edu_home h1,
  .title_page .edu_home span,
  .title_page .edu_home div div,
  .title_page .edu_home::after {
    transition: none;
}}.secure_preserve {
    height: auto;
    background: linear-gradient(135deg, rgb(197,193,169,0.5) 30%, rgb(163,158,134,0.5) 100%);
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    width: 100%;
    padding: 40px;
}.secure_preserve h1 {
    border-radius: 10px;
    font-size: 46px;
    text-align: center;
    color: #000000;
    letter-spacing: 2px;
    font-weight: 700;
    text-transform: uppercase;
    background: rgb(197,193,169);
    margin-top: 40px;
    margin-bottom: 30px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    padding: 10px;
}.secure_preserve h2 {
    font-weight: 600;
    margin-top: 35px;
    text-align: left;
    color: rgb(163,158,134);
    padding-bottom: 5px;
    margin-bottom: 25px;
    font-size: 34px;
    border-bottom: 2px solid rgb(197,193,169);
}.secure_preserve ul, .secure_preserve ol {
    padding: 15px 0;
    font-size: 15px;
    color: #000000;
    list-style-position: outside;
    padding-left: 20px;
    list-style: none;
    font-family: Arial, sans-serif;
}.secure_preserve li {
    padding-left: 20px;
    position: relative;
    margin-bottom: 15px;
}.secure_preserve li::before {
    left: 0;
    top: 0;
    color: rgb(197,193,169);
    line-height: 1em;
    content: '•';
    position: absolute;
    font-size: 1.5em;
}.secure_preserve p, .secure_preserve span, .secure_preserve div {
    color: #000000;
    margin-bottom: 15px;
    font-size: 15px;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    line-height: 1.6;
}.secure_preserve p:hover, .secure_preserve span:hover, .secure_preserve div:hover {
    color: rgb(197,193,169);
    transform: translateY(-2px);
}

@media only screen and (max-width: 800px) {.secure_preserve {
    padding: 20px 10px;
    border-radius: 10px;
}.secure_preserve h1 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: calc(22px - 10px);
}.secure_preserve h2 {
    font-size: calc(22px - 8px);
    margin-bottom: 15px;
    margin-top: 20px;
}.secure_preserve ul, .secure_preserve ol {
    padding-left: 10px;
}.secure_preserve li {
    padding-left: 15px;
}}
.tyCard {
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(233,228,205) 0%, rgb(163,158,134,0.5) 100%);
    perspective: 1000px;
    overflow: hidden;
    position: relative;
}.tyCard::before {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 0;
    top: 0;
    pointer-events: none;
    content: "";
    animation: backgroundPulse 15s infinite alternate ease-in-out;
    opacity: 0.15;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(197,193,169,0.5) 0%, transparent 60%),
        radial-gradient(circle at 80% 70%, rgb(163,158,134,0.5) 0%, transparent 60%);
}.tyCard::after {
    width: 50%;
    position: absolute;
    z-index: 0;
    right: -10%;
    opacity: 0.05;
    height: 50%;
    transform: rotate(-15deg) translateZ(-10px);
    content: "";
    animation: floatElement 20s infinite alternate ease-in-out;
    top: -10%;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    filter: blur(30px);
    background: rgb(197,193,169,0.5);
}.tyCard .container {
    z-index: 2;
    position: relative;
    transform-style: preserve-3d;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}.tyCard h2 {
    margin-bottom: 40px;
    position: relative;
    transform: translateZ(30px);
    font-size: 35px;
    color: #000000;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
    animation: slideInFromTop 0.8s ease-out forwards;
    font-weight: 700;
    line-height: 1.3;
}.tyCard h2::after {
    bottom: -15px;
    width: 80px;
    transform-origin: left;
    animation: lineExpand 1.2s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    transform: scaleX(0);
    background: rgb(197,193,169);
    height: 3px;
    position: absolute;
    content: "";
}.tyCard .mission_block {
    position: relative;
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.05),
        0 5px 15px rgba(0, 0, 0, 0.03);
    animation: fadeInUp 1s 0.3s backwards;
    transform: translateZ(10px) rotateX(2deg);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    background: #ffffff;
    border-radius: 8px;
    padding: 45px;
    overflow: hidden;
}.tyCard .mission_block::before {
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, rgb(197,193,169), rgb(163,158,134));
    height: 0;
    animation: heightGrow 1.2s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    content: "";
    width: 6px;
}.tyCard .mission_block:hover {
    transform: translateZ(15px) rotateX(0deg);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 8px 20px rgba(0, 0, 0, 0.05);
}.tyCard ul {
    list-style: none;
    margin: 0;
    padding: 0;
}.tyCard li {
    position: relative;
    display: flex;
    align-items: flex-start;
}.tyCard li::before {
    position: absolute;
    transform: scale(0);
    width: 12px;
    left: -30px;
    background: rgb(197,193,169);
    height: 12px;
    top: 8px;
    content: "";
    border-radius: 50%;
    animation: dotAppear 0.5s 1.2s forwards;
    opacity: 0;
}.tyCard li span {
    animation: textFadeIn 0.8s 1s forwards ease-out;
    line-height: 1.8;
    color: #000000;
    position: relative;
    font-size: 13px;
    transform: translateX(0);
    display: block;
    font-family: Arial, sans-serif;
    opacity: 0;
}.tyCard li span::first-letter {
    font-weight: 700;
    color: rgb(197,193,169);
    font-size: 1.5em;
}

@keyframes backgroundPulse {
    0%, 100% { 
        opacity: 0.15;
        transform: scale(1);
    }
    50% { 
        opacity: 0.25;
        transform: scale(1.05);
    }
}

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

@keyframes slideInFromTop {
    0% { 
        opacity: 0;
        transform: translateY(-40px) translateZ(30px);
    }
    100% { 
        opacity: 1;
        transform: translateY(0) translateZ(30px);
    }
}

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

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

@keyframes heightGrow {
    0% { height: 0; }
    100% { height: 100%; }
}

@keyframes dotAppear {
    0% { opacity: 0; transform: scale(0); }
    70% { opacity: 1; transform: scale(1.2); }
    100% { opacity: 1; transform: scale(1); }
}

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

@media (max-width: 991px) {.tyCard {
    padding: 80px 0;
}.tyCard h2 {
    margin-bottom: 30px;
    font-size: calc(35px * 0.9);
}.tyCard .mission_block {
    padding: 35px;
}
}

@media (max-width: 767px) {.tyCard {
    padding: 60px 0;
    perspective: 800px;
}.tyCard h2 {
    transform: translateZ(20px);
    font-size: calc(35px * 0.8);
    margin-bottom: 25px;
}.tyCard .mission_block {
    padding: 30px 25px;
    transform: translateZ(5px) rotateX(1deg);
}.tyCard li::before {
    left: -20px;
    width: 10px;
    height: 10px;
}.tyCard li span {
    line-height: 1.6;
    font-size: calc(13px * 0.95);
}
}

@media (max-width: 480px) {.tyCard {
    padding: 40px 0;
}.tyCard h2 {
    font-size: calc(35px * 0.7);
    margin-bottom: 20px;
}.tyCard .mission_block {
    padding: 25px 20px;
}.tyCard h2::after {
    height: 2px;
    width: 60px;
}.tyCard li span {
    line-height: 1.5;
    font-size: calc(13px * 0.9);
}}.course_program_description {
    background-color: rgb(233,228,205);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}.course_program_description .knowledge {
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}.course_program_description .knowledge::before {
    top: 0;
    z-index: 2;
    height: 100%;
    opacity: 0.7;
    background: #000000;
    content: "";
    width: 100%;
    left: 0;
    position: absolute;
}.course_program_description .knowledge_route {
    left: 0;
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    z-index: 1;
}.course_program_description .education_track {
    height: 100%;
    position: absolute;
    width: 100%;
    transform: scale(1.1);
    animation: slide-fade 25s infinite cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
}.course_program_description .knowledge:hover .education_track {
    animation-play-state: paused;
}.course_program_description .education_track:nth-child(1) {
    animation-delay: 0s;
}.course_program_description .education_track:nth-child(2) {
    animation-delay: -5s;
}.course_program_description .education_track:nth-child(3) {
    animation-delay: -10s;
}.course_program_description .education_track:nth-child(4) {
    animation-delay: -15s;
}.course_program_description .education_track:nth-child(5) {
    animation-delay: -20s;
}.course_program_description .education_track img {
    height: 100%;
    filter: grayscale(0.3) contrast(1.1);
    width: 100%;
    object-fit: cover;
}.course_program_description .container {
    width: 100%;
    align-items: center;
    height: 100vh;
    position: relative;
    z-index: 10;
    display: flex;
}.course_program_description .mission_block {
    display: grid;
    grid-template-rows: repeat(12, 1fr);
    width: 85%;
    grid-template-columns: repeat(12, 1fr);
    height: 80vh;
    margin: 0 auto;
    position: relative;
}.course_program_description .learn_challenge {
    flex-direction: column;
    z-index: 3;
    backdrop-filter: blur(20px);
    border-radius: 18px;
    padding: 4rem;
    grid-row: 2 / 12;
    position: relative;
    justify-content: center;
    background: rgba(255, 255, 255, 0.04);
    box-sizing: border-box;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    grid-column: 6 / 13;
}.course_program_description .learn_challenge::before {
    height: 60%;
    position: absolute;
    opacity: 0.3;
    width: 60%;
    left: -30px;
    border-radius: 50%;
    z-index: -1;
    top: -30px;
    content: "";
    filter: blur(60px);
    background: rgb(197,193,169,0.5);
}.course_program_description .learn_challenge::after {
    height: 70%;
    width: 70%;
    filter: blur(70px);
    right: -30px;
    background: rgb(163,158,134,0.5);
    bottom: -30px;
    border-radius: 50%;
    position: absolute;
    content: "";
    opacity: 0.3;
    z-index: -1;
}.course_program_description .learn_challenge h3 {
    color: #ffffff;
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 1.5rem;
    position: relative;
}.course_program_description .learn_challenge h3::before {
    opacity: 0.5;
    height: 50px;
    position: absolute;
    border: 2px solid rgb(197,193,169,0.5);
    width: 50px;
    content: "";
    z-index: -1;
    left: -15px;
    top: -15px;
    border-radius: 10px;
}.course_program_description .learn_challenge p {
    overflow-wrap: break-word;
    max-width: 100%;
    line-height: 1.8;
    color: #000000;
    margin-bottom: 2.5rem;
    font-size: 18px;
    word-wrap: break-word;
}.course_program_description .contact_query {
    align-items: center;
    padding: 1rem 2rem;
    position: relative;
    overflow: hidden;
    display: inline-flex;
    margin-bottom: 1rem;
    transition: all 0.3s ease;
    font-size: 19px;
    color: #ffffff;
    text-decoration: none;
    background: transparent;
    max-width: calc(100% - 2rem);
    z-index: 1;
    align-self: flex-start;
    font-weight: 600;
    border: 1px solid rgb(197,193,169);
}.course_program_description .contact_query::before {
    z-index: -1;
    left: -100%;
    top: 0;
    height: 100%;
    content: "";
    position: absolute;
    width: 100%;
    background: rgb(197,193,169);
    transition: left 0.3s ease;
}.course_program_description .contact_query:hover {
    color: #ffffff;
}.course_program_description .contact_query:hover::before {
    left: 0;
}.course_program_description .mission_block::after {
    position: absolute;
    border-radius: 18px;
    grid-column: 3 / 9;
    height: 100%;
    content: "";
    width: 100%;
    border: 1px solid rgb(163,158,134,0.5);
    grid-row: 4 / 10;
    z-index: 2;
}

@keyframes slide-fade {
    0%, 16% {
        opacity: 1;
        z-index: 5;
    }
    20%, 96% {
        opacity: 0;
        z-index: 0;
    }
    100% {
        opacity: 1;
        z-index: 5;
    }
}

@keyframes progress-move {
    0%, 16% {
        left: 0;
    }
    20%, 36% {
        left: 40px;
    }
    40%, 56% {
        left: 80px;
    }
    60%, 76% {
        left: 120px;
    }
    80%, 96% {
        left: 160px;
    }
    100% {
        left: 0;
    }
}


@media screen and (max-width: 1200px) {.course_program_description .mission_block {
    width: 90%;
    height: 85vh;
}.course_program_description .learn_challenge {
    padding: 3rem;
}
}

@media screen and (max-width: 992px) {.course_program_description .mission_block {
    grid-template-rows: auto 1fr;
    grid-template-columns: repeat(8, 1fr);
    height: auto;
    gap: 2rem;
}.course_program_description .mission_block::before {
    display: none;
}.course_program_description .mission_block::after {
    display: none;
}.course_program_description .learn_challenge {
    grid-column: 1 / 9;
    padding: 2.5rem;
    grid-row: 2;
}.course_program_description .container {
    height: auto;
    padding: 5rem 0;
}
}

@media screen and (max-width: 768px) {.course_program_description .mission_block {
    gap: 1.5rem;
    width: 90%;
}.course_program_description .learn_challenge {
    padding: 2rem;
}.course_program_description .learn_challenge h3 {
    font-size: calc(36px * 0.9);
}.course_program_description .learn_challenge h3::before {
    top: -15px;
    height: 40px;
    left: -20px;
    width: 40px;
}.course_program_description .learn_challenge p {
    font-size: calc(18px * 0.9);
    margin-bottom: 2rem;
}.course_program_description .container {
    padding: 4rem 0;
}
}

@media screen and (max-width: 576px) {.course_program_description .mission_block {
    gap: 1rem;
    width: 92%;
}.course_program_description .learn_challenge {
    padding: 1.5rem;
}.course_program_description .learn_challenge h3 {
    margin-bottom: 1rem;
    font-size: calc(36px * 0.8);
}.course_program_description .learn_challenge h3::before {
    display: none;
}.course_program_description .learn_challenge p {
    line-height: 1.6;
    margin-bottom: 1.5rem;
}.course_program_description .contact_query {
    font-size: calc(19px * 0.9);
    padding: 0.8rem 1.8rem;
}.course_program_description .container {
    padding: 3rem 0;
}}


.course_program_description .knowledge_route:has(.education_track:nth-child(2):last-child) .education_track:nth-child(1) {
    animation-delay: 0s;
}.course_program_description .knowledge_route:has(.education_track:nth-child(2):last-child) .education_track:nth-child(2) {
    animation-delay: -12.5s;
}.course_program_description .knowledge_route:has(.education_track:nth-child(3):last-child) .education_track:nth-child(1) {
    animation-delay: 0s;
}.course_program_description .knowledge_route:has(.education_track:nth-child(3):last-child) .education_track:nth-child(2) {
    animation-delay: -8.33s;
}.course_program_description .knowledge_route:has(.education_track:nth-child(3):last-child) .education_track:nth-child(3) {
    animation-delay: -16.67s;
}.course_program_description .knowledge_route:has(.education_track:nth-child(4):last-child) .education_track:nth-child(1) {
    animation-delay: 0s;
}.course_program_description .knowledge_route:has(.education_track:nth-child(4):last-child) .education_track:nth-child(2) {
    animation-delay: -6.25s;
}.course_program_description .knowledge_route:has(.education_track:nth-child(4):last-child) .education_track:nth-child(3) {
    animation-delay: -12.5s;
}.course_program_description .knowledge_route:has(.education_track:nth-child(4):last-child) .education_track:nth-child(4) {
    animation-delay: -18.75s;
}@keyframes feature-photo {
    0%, 16% {
        opacity: 1;
    }
    20%, 96% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


.course_program_description .knowledge {
    z-index: 0;
}.educational_gains {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(rgb(163,158,134,0.5), 0.03) 0%, rgba(rgb(197,193,169,0.5), 0.07) 100%);
}.educational_gains::before {
    border-radius: 40% 60% 70% 30% / 40% 50% 50% 60%;
    left: -100px;
    opacity: 0.05;
    z-index: 0;
    top: -50px;
    position: absolute;
    animation: float 15s ease-in-out infinite alternate;
    height: 300px;
    background: linear-gradient(45deg, rgb(197,193,169), rgb(163,158,134));
    content: "";
    width: 300px;
}.educational_gains::after {
    opacity: 0.05;
    content: "";
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    animation: float 18s ease-in-out infinite alternate-reverse;
    bottom: -50px;
    z-index: 0;
    width: 200px;
    height: 200px;
    position: absolute;
    right: -50px;
    background: linear-gradient(135deg, rgb(163,158,134), rgb(197,193,169));
}.educational_gains .container {
    gap: 60px;
    align-items: center;
    perspective: 1000px;
    display: grid;
    z-index: 1;
    position: relative;
    grid-template-columns: 1fr 1.5fr;
}.educational_gains .photo_wrap {
    position: relative;
    width: 100%;
    transform: rotateY(-5deg) translateZ(20px);
    object-fit: cover;
    border-radius: 2px;
    height: auto;
    z-index: 2;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 
        20px 20px 60px rgba(rgba(0, 0, 0, 0.5), 0.12),
        -5px -5px 30px rgba(rgb(255, 255, 255, 0.5), 0.8);
}.educational_gains .photo_wrap:hover {
    transform: rotateY(0deg) translateZ(30px) scale(1.02);
}.educational_gains .mission_block {
    z-index: 2;
    transform: translateZ(0);
    position: relative;
}.educational_gains .text_title {
    padding: 20px 0 20px 30px;
    position: relative;
}.educational_gains .text_title::before {
    transform-origin: top;
    left: 0;
    position: absolute;
    animation: grow 3s ease-out forwards;
    transform: scaleY(0.95);
    width: 3px;
    background: linear-gradient(to bottom, rgb(197,193,169), rgb(163,158,134));
    height: 100%;
    content: "";
    top: 0;
}.educational_gains h1 {
    font-size: 42px;
    transition: transform 0.5s ease-out;
    transform: translateX(0);
    margin-bottom: 30px;
    position: relative;
    color: #000000;
    line-height: 1.3;
    font-weight: 700;
}.educational_gains h1::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    transition: transform 0.5s ease-out;
    transform-origin: left;
    width: 80px;
    height: 3px;
    content: "";
    transform: scaleX(0.7);
    background: rgb(197,193,169);
}.educational_gains .text_title:hover h1 {
    transform: translateX(5px);
}.educational_gains .text_title:hover h1::after {
    transform: scaleX(1);
}.educational_gains ul {
    display: grid;
    list-style: none;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    padding: 0;
    gap: 20px;
    margin: 0;
}.educational_gains li {
    background: rgba(rgb(255, 255, 255, 0.5), 0.7);
    padding: 16px 20px;
    transform: translateY(0);
    backdrop-filter: blur(10px);
    position: relative;
    border-radius: 4px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 
        0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.05),
        0 1px 3px rgba(rgba(0, 0, 0, 0.5), 0.1);
}.educational_gains li:hover {
    box-shadow: 
        0 10px 25px rgba(rgba(0, 0, 0, 0.5), 0.07),
        0 2px 5px rgba(rgba(0, 0, 0, 0.5), 0.1);
    transform: translateY(-5px);
}.educational_gains li p {
    line-height: 1.6;
    display: flex;
    font-size: 12px;
    gap: 15px;
    margin: 0;
    color: #000000;
    align-items: center;
}.educational_gains svg {
    height: 24px;
    width: 24px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}.educational_gains li:hover svg {
    transform: scale(1.1) translateY(-2px);
}.educational_gains svg path {
    fill: rgb(197,193,169);
    transition: fill 0.3s ease;
}.educational_gains li:hover svg path {
    fill: rgb(163,158,134);
}

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

@keyframes grow {
    from {
        transform: scaleY(0);
    }
    to {
        transform: scaleY(0.95);
    }
}

@media screen and (max-width: 1200px) {.educational_gains {
    padding: 100px 0;
}.educational_gains .container {
    padding: 0 30px;
}.educational_gains h1 {
    font-size: calc(42px * 0.9);
}
}

@media screen and (max-width: 992px) {.educational_gains .container {
    grid-template-columns: 1fr;
    gap: 40px;
}.educational_gains .photo_wrap {
    margin: 0 auto;
    max-width: 80%;
    transform: rotateY(-3deg) translateZ(10px);
}.educational_gains ul {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}.educational_gains h1 {
    text-align: center;
    margin-bottom: 40px;
}.educational_gains h1::after {
    transform: translateX(-50%) scaleX(0.7);
    left: 50%;
}.educational_gains .text_title {
    padding: 20px 0;
}.educational_gains .text_title::before {
    top: 0;
    transform: scaleX(0.95);
    height: 3px;
    width: 100%;
}.educational_gains .text_title:hover h1 {
    transform: translateY(-5px);
}.educational_gains .text_title:hover h1::after {
    transform: translateX(-50%) scaleX(1);
}
}

@media screen and (max-width: 768px) {.educational_gains {
    padding: 80px 0;
}.educational_gains .photo_wrap {
    max-width: 100%;
}.educational_gains h1 {
    font-size: calc(42px * 0.8);
    line-height: 1.4;
}.educational_gains li {
    padding: 15px;
}.educational_gains li p {
    font-size: calc(12px * 0.95);
}
}

@media screen and (max-width: 576px) {.educational_gains {
    padding: 60px 0;
}.educational_gains .container {
    gap: 30px;
    padding: 0 20px;
}.educational_gains h1 {
    font-size: calc(42px * 0.7);
    margin-bottom: 30px;
}.educational_gains ul {
    gap: 15px;
    grid-template-columns: 1fr;
}.educational_gains svg {
    height: 20px;
    width: 20px;
}.educational_gains li p {
    font-size: calc(12px * 0.9);
    gap: 10px;
}}.contact_form_section {
    z-index: 1;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}.contact_form_section::before {
    inset: 0;
    position: absolute;
    z-index: -1;
    content: '';
    background-color: rgb(197,193,169);
    opacity: 0.95;
}.contact_form_section .container {
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    max-width: 1280px;
}.contact_form_section .connect_links {
    flex-direction: column;
    display: flex;
    position: relative;
}.contact_form_section .request_card {
    padding: 0;
    text-align: center;
    position: relative;
    margin-bottom: 40px;
}.contact_form_section .request_card h3 {
    font-size: 38px;
    margin-bottom: 20px;
    color: #ffffff;
    position: relative;
    font-weight: 700;
    display: inline-block;
}.contact_form_section .request_card h3::after {
    position: absolute;
    width: 100%;
    left: 0;
    background: rgb(163,158,134);
    bottom: -10px;
    content: '';
    height: 2px;
}.contact_form_section .request_card div {
    padding: 12px 20px;
    background-color: rgba(255, 255, 255, 0.1);
    transition: transform 0.3s ease, background-color 0.3s ease;
    display: inline-block;
    border-radius: 30px;
    margin: 15px 10px;
}.contact_form_section .request_card div:hover {
    background-color: rgb(163,158,134);
    transform: translateY(-5px);
}.contact_form_section .request_card div svg {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    height: 18px;
    width: 18px;
}.contact_form_section .request_card div svg path {
    fill: #ffffff;
}.contact_form_section .request_card div span {
    vertical-align: middle;
    display: inline-block;
    color: #ffffff;
    font-size: 15px;
}.contact_form_section .request_card div span a {
    text-decoration: none;
    color: #ffffff;
}.contact_form_section .query_info {
    grid-template-columns: repeat(3, 1fr);
    position: relative;
    gap: 20px;
    border-radius: 18px;
    background-color: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    padding: 40px;
    display: grid;
}.contact_form_section .query_info h3 {
    color: #000000;
    margin-bottom: 20px;
    grid-column: span 3;
    font-weight: 700;
    text-align: center;
    font-size: 23px;
}.contact_form_section .query_info form {
    grid-column: span 3;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
    display: grid;
}.contact_form_section .query_info input#name {
    grid-column: span 1;
}.contact_form_section .query_info input#phone {
    grid-column: span 1;
}.contact_form_section .query_info input#email {
    grid-column: span 1;
}.contact_form_section .query_info input[type="text"],
.contact_form_section .query_info input[type="email"] {
    border: none;
    font-size: 15px;
    background-color: rgb(233,228,205);
    width: 100%;
    transition: box-shadow 0.3s ease;
    padding: 0 20px;
    color: #000000;
    border-radius: 10px;
    height: 55px;
}.contact_form_section .query_info input[type="text"]:focus,
.contact_form_section .query_info input[type="email"]:focus {
    box-shadow: 0 0 0 2px rgb(163,158,134);
    outline: none;
}.contact_form_section .query_info input::placeholder {
    color: #000000;
    opacity: 0.6;
}.contact_form_section .query_info .support_panel {
    grid-column: span 2;
    display: flex;
    align-items: center;
}.contact_form_section .query_info .support_panel input[type="checkbox"] {
    height: 20px;
    width: 20px;
    appearance: none;
    border: 2px solid rgb(233,228,205);
    cursor: pointer;
    -webkit-appearance: none;
    margin-right: 10px;
    border-radius: 10px;
    position: relative;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}.contact_form_section .query_info .support_panel input[type="checkbox"]:checked {
    background-color: rgb(163,158,134);
    border-color: rgb(163,158,134);
}.contact_form_section .query_info .support_panel input[type="checkbox"]:checked::before {
    position: absolute;
    color: #ffffff;
    transform: translate(-50%, -50%);
    left: 50%;
    content: '✓';
    font-size: 12px;
    top: 50%;
}.contact_form_section .query_info .support_panel label {
    line-height: 1.5;
    font-size: 13px;
    color: #000000;
}.contact_form_section .query_info .support_panel label a {
    transition: color 0.3s ease;
    color: rgb(163,158,134);
    text-decoration: none;
}.contact_form_section .query_info .support_panel label a:hover {
    color: rgb(197,193,169);
}.contact_form_section .query_info .contact_query {
    grid-column: span 1;
    color: #ffffff;
    font-size: 16px;
    transition: background-color 0.3s ease, transform 0.3s ease;
    background-color: rgb(163,158,134);
    border-radius: 10px;
    font-weight: 600;
    height: 55px;
    cursor: pointer;
    border: none;
}.contact_form_section .query_info .contact_query:hover {
    transform: translateY(-3px);
    background-color: rgb(197,193,169);
}

@media screen and (min-width: 992px) {.contact_form_section .connect_links {
    flex-direction: row;
    gap: 50px;
    align-items: center;
}.contact_form_section .request_card {
    text-align: left;
    margin-bottom: 0;
    width: 30%;
}.contact_form_section .request_card h3 {
    margin-bottom: 30px;
}.contact_form_section .request_card h3::after {
    width: 50%;
}.contact_form_section .request_card div {
    display: block;
    text-align: left;
    margin: 15px 0;
}.contact_form_section .query_info {
    width: 70%;
}
}

@media screen and (max-width: 991px) {.contact_form_section .query_info input#name,
    .contact_form_section .query_info input#phone,
    .contact_form_section .query_info input#email {
    grid-column: span 3;
}.contact_form_section .query_info .support_panel {
    grid-column: span 3;
}.contact_form_section .query_info .contact_query {
    grid-column: span 3;
}
}

@media screen and (max-width: 767px) {.contact_form_section {
    padding: 60px 0;
}.contact_form_section .request_card {
    margin-bottom: 30px;
}.contact_form_section .request_card h3 {
    font-size: calc(23px + 2px);
}.contact_form_section .query_info {
    padding: 30px 20px;
}.contact_form_section .query_info form {
    gap: 15px;
}
}

@media screen and (max-width: 480px) {.contact_form_section {
    padding: 40px 0;
}.contact_form_section .request_card div {
    text-align: left;
    width: 100%;
    margin: 10px 0;
    display: block;
}}footer {
    position: relative;
}footer::before {
    z-index: 1;
    right: 0;
    left: 0;
    top: 0;
    background: linear-gradient(45deg, rgb(163,158,134,0.5) 0%, rgb(197,193,169,0.5) 100%);
    bottom: 0;
    content: '';
    position: absolute;
}.carbon_cta {
    position: relative;
    font-family: Arial, sans-serif;
    z-index: 2;
    color: #ffffff;
    padding: 80px 0 40px;
}.carbon_cta .container {
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 30px;
    display: grid;
}.carbon_cta .company_holder {
    position: relative;
    z-index: 3;
    grid-column: 1 / 5;
}.carbon_cta .company_holder h3 {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 20px;
    color: #ffffff;
    letter-spacing: 1px;
    font-size: 34px;
    font-weight: 700;
}.carbon_cta .company_holder h3::after {
    height: 4px;
    position: absolute;
    width: 40px;
    content: '';
    bottom: 0;
    border-radius: 10px;
    background: rgb(197,193,169);
    left: 0;
}.carbon_cta .peer_help {
    border-radius: 24px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    line-height: 1.6;
    font-size: 12px;
    transform: translateZ(0);
    background: rgba(255, 255, 255, 0.1);
    padding: 20px;
    border-left: 4px solid rgb(197,193,169);
    backdrop-filter: blur(10px);
    margin-top: 25px;
}.carbon_cta .job_board {
    position: relative;
    grid-column: 5 / 13;
}.carbon_cta .top_mainbar {
    grid-gap: 40px;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
}.carbon_cta .main_mentor {
    position: relative;
}.carbon_cta .main_mentor h5 {
    font-weight: 600;
    display: inline-block;
    position: relative;
    margin-bottom: 25px;
    font-size: 20px;
    color: #ffffff;
}.carbon_cta .main_mentor h5::before {
    content: '';
    transform: translateY(-50%);
    height: 8px;
    left: -15px;
    top: 50%;
    position: absolute;
    width: 8px;
    border-radius: 50%;
    background: rgb(197,193,169);
}.carbon_cta .main_mentor .top_mainbar {
    display: flex;
    gap: 15px;
    flex-direction: column;
}.carbon_cta .main_mentor .top_mainbar a {
    overflow: hidden;
    padding: 8px 15px;
    border-radius: 10px;
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    font-size: 12px;
    z-index: 1;
}.carbon_cta .main_mentor .top_mainbar a::before {
    content: '';
    transition: all 0.3s ease;
    left: 0;
    width: 3px;
    background: rgb(197,193,169);
    height: 100%;
    z-index: -1;
    position: absolute;
    top: 0;
}.carbon_cta .main_mentor .top_mainbar a:hover {
    transform: translateX(5px);
    background: rgba(255, 255, 255, 0.1);
}.carbon_cta .main_mentor .top_mainbar a:hover::before {
    width: 100%;
    background: rgb(197,193,169,0.5);
}.converter {
    background: rgba(0, 0, 0, 0.3);
    z-index: 2;
    padding: 20px 0;
    margin-top: 60px;
    position: relative;
}.converter::before {
    right: 15%;
    position: absolute;
    content: '';
    height: 1px;
    top: 0;
    opacity: 0.2;
    left: 15%;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
}.converter .container {
    align-items: center;
    justify-content: center;
    display: flex;
}.converter .knowl_base {
    font-size: 12px;
    letter-spacing: 0.5px;
    text-align: center;
    color: #ffffff;
    opacity: 0.8;
}@keyframes floatAnimation {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

footer::after {
    right: 0;
    bottom: 0;
    z-index: 1;
    top: 0;
    content: '';
    left: 0;
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.02) 10px,
        rgba(255, 255, 255, 0.02) 20px
    );
}

@media (max-width: 992px) {.carbon_cta .container {
    grid-template-columns: repeat(1, 1fr);
}.carbon_cta .company_holder {
    margin-bottom: 40px;
    grid-column: 1 / -1;
}.carbon_cta .job_board {
    grid-column: 1 / -1;
}.carbon_cta .top_mainbar {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 768px) {.carbon_cta {
    padding: 60px 0 30px;
}.carbon_cta .top_mainbar {
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr);
}.carbon_cta .main_mentor {
    padding: 0;
}}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.carbon_cta::before {
    width: 100%;
    content: '';
    top: 0;
    left: 0;
    background: linear-gradient(90deg, rgb(197,193,169), rgb(163,158,134), rgb(197,193,169));
    position: absolute;
    background-size: 200% 200%;
    animation: gradientShift 5s infinite;
    height: 5px;
}.carbon_cta .company_holder::after {
    width: 150px;
    opacity: 0.4;
    content: '';
    background: rgb(197,193,169,0.5);
    z-index: -1;
    top: 40px;
    filter: blur(60px);
    position: absolute;
    right: -50px;
    height: 150px;
    border-radius: 50%;
}.carbon_cta .company_holder::before {
    content: '';
    z-index: -1;
    border-radius: 50%;
    opacity: 0.3;
    position: absolute;
    width: 100px;
    background: rgb(163,158,134,0.5);
    filter: blur(40px);
    height: 100px;
    bottom: 0;
    left: -30px;
}.carbon_cta .job_board::after {
    background: rgb(197,193,169,0.5);
    top: -20px;
    width: 120px;
    position: absolute;
    filter: blur(50px);
    opacity: 0.2;
    height: 120px;
    content: '';
    border-radius: 50%;
    right: 100px;
    z-index: -1;
}.carbon_cta .job_board::before {
    bottom: -50px;
    border-radius: 50%;
    width: 180px;
    background: rgb(163,158,134,0.5);
    z-index: -1;
    opacity: 0.25;
    content: '';
    height: 180px;
    position: absolute;
    filter: blur(70px);
    left: 80px;
}@keyframes borderPulse {
    0%, 100% {
        border-color: rgba(255, 255, 255, 0.1);
    }
    50% {
        border-color: rgba(255, 255, 255, 0.3);
    }
}

.carbon_cta .main_mentor {
    padding-top: 20px;
    animation: borderPulse 4s infinite;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}.carbon_cta .main_mentor h5 {
    letter-spacing: 0.5px;
}.carbon_cta .main_mentor h5::after {
    height: 2px;
    bottom: -5px;
    width: 30px;
    position: absolute;
    background: rgb(163,158,134);
    content: '';
    left: 0;
}@keyframes movingGradient {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

.converter {
    animation: movingGradient 10s ease infinite;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.6) 0%, 
        rgba(0, 0, 0, 0.3) 50%, 
        rgba(0, 0, 0, 0.6) 100%);
    background-size: 200% 200%;
}.academic_expertise {
    background: linear-gradient(135deg, rgb(233,228,205) 0%, rgb(197,193,169,0.5) 35%, rgb(163,158,134,0.5) 100%);
    padding: 6rem 2rem;
    overflow: hidden;
    position: relative;
}.academic_expertise::before {
    opacity: 0.2;
    width: 200%;
    position: absolute;
    left: -10%;
    background: conic-gradient(from 225deg at 50% 50%, transparent 0deg, rgb(197,193,169,0.5) 120deg, transparent 180deg, rgb(163,158,134,0.5) 260deg, transparent 360deg);
    z-index: 0;
    top: -50%;
    animation: rotate 20s linear infinite;
    content: "";
    height: 200%;
}@keyframes rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.academic_expertise .container {
    perspective: 1000px;
    max-width: 1200px;
    z-index: 1;
    margin: 0 auto;
    position: relative;
}.academic_expertise .review_testimonials {
    transform-style: preserve-3d;
    grid-template-areas:
    "photo quote"
    "name quote";
    padding: 2.5rem;
    box-shadow: 
    0 15px 35px rgba(0, 0, 0, 0.5),
    0 5px 15px rgb(197,193,169,0.5);
    gap: 1.5rem;
    grid-template-rows: auto auto;
    backdrop-filter: blur(10px);
    grid-template-columns: minmax(220px, 1fr) 2fr;
    border-radius: 30px;
    background: #ffffff;
    display: grid;
    transform: rotateX(5deg) rotateY(-2deg);
    transition: transform 0.5s ease;
}.academic_expertise .review_testimonials:hover {
    transform: rotateX(0) rotateY(0);
}.academic_expertise .photo_wrap {
    border-radius: 30px;
    width: 100%;
    aspect-ratio: 1/1;
    box-shadow: 
    -5px 5px 0 rgb(163,158,134),
    -10px 10px 20px rgba(0, 0, 0, 0.5);
    grid-area: photo;
    transition: transform 0.3s ease;
    transform: translateZ(20px);
}.academic_expertise .review_testimonials:hover .photo_wrap {
    transform: translateZ(30px) scale(1.05);
}.academic_expertise .name {
    font-weight: 700;
    display: block;
    margin-bottom: 0.5rem;
    grid-area: name;
    color: rgb(197,193,169);
    padding-left: 1rem;
    font-size: 21px;
    position: relative;
    transform: translateZ(10px);
}.academic_expertise .name + span {
    font-size: 14px;
    letter-spacing: 1px;
    align-self: end;
    grid-area: name;
    text-transform: uppercase;
    opacity: 0.8;
    color: #000000;
    font-weight: 600;
    padding-left: 1rem;
    transform: translateZ(5px);
    margin-top: 2rem;
}.academic_expertise .job_tasks {
    color: #000000;
    line-height: 1.7;
    position: relative;
    background: linear-gradient(to right, #ffffff, rgb(233,228,205));
    font-size: calc(14px * 1.1);
    border-radius: 30px;
    grid-area: quote;
    transition: transform 0.3s ease;
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.5);
    transform: translateZ(15px);
    padding: 2rem;
}.academic_expertise .job_tasks::before {
    left: 0;
    position: absolute;
    content: "";
    height: 100%;
    mix-blend-mode: overlay;
    top: 0;
    opacity: 0.3;
    border-radius: 30px;
    width: 100%;
    background: linear-gradient(45deg, rgb(197,193,169,0.5) 0%, transparent 40%, transparent 60%, rgb(163,158,134,0.5) 100%);
}.academic_expertise .review_testimonials:hover .job_tasks {
    transform: translateZ(25px);
}

@media (max-width: 992px) {.academic_expertise .review_testimonials {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    transform: none;
    grid-template-areas:
      "photo_wrap"
      "name"
      "job_tasks";
}.academic_expertise .photo_wrap {
    max-width: 200px;
    margin: 0 auto;
}.academic_expertise .name,
  .academic_expertise .name + span {
    text-align: center;
    padding-left: 0;
}.academic_expertise .name + span {
    margin-top: 0.5rem;
}
}

@media (max-width: 576px) {.academic_expertise {
    padding: 4rem 1rem;
}.academic_expertise .review_testimonials {
    padding: 1.5rem;
}.academic_expertise .job_tasks {
    padding: 1.5rem;
}
}