* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}svg {
    height: 30px;
    width: 30px;
}.css_wrapper-structure {
    height: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}.css_nav_train {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}html,body {
    scroll-behavior: smooth;
    color: #000000;
    height: 100%;
    font-family: Arial, sans-serif;
    min-height: 100%;
}.css_footer_benefit {
    flex: 0 0 auto;
}.container {
    margin: auto;
    width: 1198px;
    max-width: 100%;
}a {
    color: inherit;
    text-decoration: none;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.css_landing_page {
    display: flex;
    color: #ffffff;
    position: relative;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    min-height: 100vh;
}.css_landing_page::before {
    right: 0;
    left: 0;
    top: 0;
    background: linear-gradient(135deg, 
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.65) 50%,
    rgba(0, 0, 0, 0.45) 100%);
    bottom: 0;
    position: absolute;
    z-index: 1;
    content: "";
}.css_landing_page::after {
    background: radial-gradient(
    ellipse at center,
    rgb(169,170,164,0.5) 0%,
    transparent 60%
  );
    animation: pulse 8s infinite alternate ease-in-out;
    content: "";
    pointer-events: none;
    opacity: 0.4;
    z-index: 2;
    position: absolute;
    height: 120%;
    left: -10%;
    top: -10%;
    width: 120%;
}.css_landing_page > div {
    position: relative;
    max-width: 1200px;
    z-index: 5;
    display: flex;
    flex-direction: column;
    width: 90%;
    transform: translateY(-2vh);
    gap: 3rem;
}.css_landing_page > div > div:first-child {
    transform: perspective(1000px) rotateX(2deg);
    margin-left: 2rem;
    padding-left: 2rem;
    position: relative;
}.css_landing_page > div > div:first-child::before {
    animation: scaleIn 1.2s 0.3s forwards cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    transform-origin: top;
    background: linear-gradient(
    to bottom,
    rgb(125,126,123) 0%,
    rgb(169,170,164) 100%
  );
    position: absolute;
    top: 0;
    width: 4px;
    transform: scaleY(0);
    height: 100%;
    left: 0;
}.css_landing_page .title_style_header {
    font-size: clamp(2.5rem, 5vw, 47px);
    background: linear-gradient(
    120deg,
    #ffffff 0%,
    rgb(125,126,123) 100%
  );
    color: transparent;
    transform: translateX(-20px);
    line-height: 1.1;
    position: relative;
    opacity: 0;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    animation: fadeSlideIn 0.8s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    margin: 0;
    letter-spacing: -0.5px;
    font-weight: 700;
}.css_landing_page .css_page_begin {
    transform: translateY(30px);
    animation: riseUp 1s 1s forwards cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
    display: flex;
    clip-path: polygon(
    0 0,
    100% 0,
    98% 100%,
    2% 100%
  );
    backdrop-filter: blur(10px);
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.3),
    0 2px 5px rgba(255, 255, 255, 0.05) inset;
    flex-direction: column;
    position: relative;
    gap: 1.5rem;
    padding: 2.5rem;
    background: linear-gradient(
    135deg,
    rgba(20, 20, 20, 0.7) 0%,
    rgba(40, 40, 40, 0.3) 100%
  );
}.css_landing_page .css_path_edu {
    position: relative;
}.css_landing_page .css_path_edu::after {
    background: linear-gradient(
    to right,
    rgb(125,126,123) 0%,
    transparent 100%
  );
    transform-origin: left;
    height: 2px;
    content: "";
    bottom: -10px;
    left: 0;
    transform: scaleX(0);
    position: absolute;
    animation: expandWidth 1.5s 1.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
    width: 60%;
}.css_landing_page .css_path_edu h3 {
    margin: 0;
    color: #ffffff;
    animation: fadeUp 0.8s 1.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
    font-size: clamp(1.2rem, 2.5vw, 1.8rem);
    transform: translateY(10px);
    font-weight: 600;
    line-height: 1.4;
}.css_landing_page .css_page_begin > div:last-child {
    opacity: 0;
    animation: fadeIn 0.8s 1.6s forwards ease-out;
    margin-top: 1rem;
    position: relative;
}.css_landing_page .css_page_begin > div:last-child::before {
    border-bottom: 2px solid rgb(169,170,164);
    border-left: 2px solid rgb(169,170,164);
    top: 50%;
    animation: fadeIn 0.5s 1.8s forwards ease-out;
    opacity: 0;
    height: 30px;
    position: absolute;
    content: "";
    left: -15px;
    transform: translateY(-50%);
    width: 30px;
}.css_landing_page .css_page_begin span {
    display: block;
}.css_landing_page .css_page_begin p {
    font-weight: 300;
    margin: 0;
    transform: translateX(10px);
    color: rgba(255, 255, 255, 0.8);
    font-size: clamp(1rem, 1.8vw, 1.2rem);
    letter-spacing: 0.3px;
    animation: fadeSlideIn 0.8s 1.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
    line-height: 1.5;
    opacity: 0;
}

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

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

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

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

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

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

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

@media (max-width: 992px) {.css_landing_page > div {
    gap: 2rem;
    width: 95%;
}.css_landing_page > div > div:first-child {
    padding-left: 1.5rem;
    margin-left: 1rem;
}.css_landing_page .css_page_begin {
    padding: 2rem;
}
}

@media (max-width: 768px) {.css_landing_page {
    min-height: 85vh;
}.css_landing_page > div {
    transform: translateY(0);
    gap: 1.5rem;
}.css_landing_page > div > div:first-child {
    padding-left: 1rem;
    margin-left: 0.5rem;
}.css_landing_page .css_page_begin {
    padding: 1.5rem;
    clip-path: polygon(
      0 0,
      100% 0,
      97% 100%,
      3% 100%
    );
}.css_landing_page .css_path_edu::after {
    width: 40%;
}
}

@media (max-width: 480px) {.css_landing_page {
    min-height: 80vh;
}.css_landing_page > div {
    width: 92%;
    gap: 1rem;
}.css_landing_page .css_page_begin {
    padding: 1.25rem;
    gap: 1rem;
}.css_landing_page .title_style_header {
    font-size: 2rem;
}.css_landing_page .css_path_edu h3 {
    font-size: 1.1rem;
}.css_landing_page .css_page_begin p {
    font-size: 0.95rem;
}.css_landing_page .css_page_begin > div:last-child::before {
    left: -10px;
    width: 20px;
    height: 20px;
}}.css_explore_now {
    padding: 130px 0;
    position: relative;
    background: linear-gradient(145deg, #ffffff 0%, rgb(209,205,186) 100%);
    overflow: hidden;
}.css_explore_now::before {
    top: -150px;
    z-index: 1;
    right: -150px;
    height: 300px;
    opacity: 0.1;
    border-radius: 50%;
    position: absolute;
    border: 30px solid rgb(169,170,164,0.5);
    width: 300px;
    content: '';
}.css_explore_now::after {
    border: 40px solid rgb(125,126,123,0.5);
    z-index: 1;
    left: -200px;
    border-radius: 50%;
    position: absolute;
    bottom: -200px;
    content: '';
    height: 400px;
    opacity: 0.1;
    width: 400px;
}.css_explore_now .css_team_profile {
    display: flex;
    z-index: 10;
    flex-direction: column;
    position: relative;
}.css_explore_now .container {
    background: #ffffff;
    max-width: 900px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    padding: 60px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}.css_explore_now .container::before {
    right: 0;
    height: 80px;
    position: absolute;
    width: 80px;
    top: 0;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    background: rgb(169,170,164);
    content: '';
    z-index: 1;
}.css_explore_now .container::after {
    content: '';
    bottom: 0;
    position: absolute;
    clip-path: polygon(0 0, 0 100%, 100% 100%);
    height: 80px;
    left: 0;
    width: 80px;
    z-index: 1;
    background: rgb(125,126,123);
}.css_explore_now .container p {
    z-index: 5;
    position: relative;
    font-weight: 700;
    font-size: 29px;
    margin: 0 0 40px 0;
    line-height: 1.4;
    color: #000000;
    text-align: center;
}.css_explore_now .css_request_query {
    z-index: 5;
    font-size: 14px;
    display: block;
    background: transparent;
    width: 220px;
    position: relative;
    margin: 0 auto;
    line-height: 60px;
    text-align: center;
    transition: all 0.4s ease;
    border: 2px solid rgb(169,170,164);
    font-weight: 600;
    color: rgb(169,170,164);
    height: 60px;
    text-decoration: none;
}.css_explore_now .css_request_query::before {
    transform-origin: left;
    width: calc(100% + 4px);
    content: '';
    transition: transform 0.4s ease;
    background: rgb(169,170,164);
    transform: scaleX(0);
    position: absolute;
    left: -2px;
    top: -2px;
    z-index: -1;
    height: calc(100% + 4px);
}.css_explore_now .css_request_query:hover {
    color: #ffffff;
}.css_explore_now .css_request_query:hover::before {
    transform: scaleX(1);
}.css_explore_now .css_team_profile::before {
    content: '';
    z-index: 1;
    width: 94%;
    left: 3%;
    height: 94%;
    position: absolute;
    border: 1px dashed rgb(169,170,164,0.5);
    top: 3%;
}.css_explore_now .css_team_profile::after {
    position: absolute;
    border: 1px dashed rgb(125,126,123,0.5);
    z-index: 1;
    width: 88%;
    left: 6%;
    top: 6%;
    height: 88%;
    content: '';
}

@media (max-width: 991px) {.css_explore_now {
    padding: 110px 0;
}.css_explore_now .container {
    padding: 50px;
}.css_explore_now .container p {
    margin-bottom: 35px;
    font-size: calc(22px * 1.2);
}.css_explore_now .container::before,
    .css_explore_now .container::after {
    height: 70px;
    width: 70px;
}.css_explore_now .css_request_query {
    line-height: 55px;
    height: 55px;
    width: 200px;
}
}

@media (max-width: 767px) {.css_explore_now {
    padding: 90px 0;
}.css_explore_now .container {
    padding: 40px;
}.css_explore_now .container p {
    font-size: 22px;
    margin-bottom: 30px;
}.css_explore_now .container::before,
    .css_explore_now .container::after {
    height: 60px;
    width: 60px;
}.css_explore_now .css_request_query {
    line-height: 50px;
    height: 50px;
    width: 180px;
}
}

@media (max-width: 480px) {.css_explore_now {
    padding: 70px 0;
}.css_explore_now .container {
    padding: 30px;
}.css_explore_now .container p {
    font-size: calc(15px * 1.2);
    margin-bottom: 25px;
}.css_explore_now .container::before,
    .css_explore_now .container::after {
    width: 50px;
    height: 50px;
}.css_explore_now .css_request_query {
    line-height: 45px;
    font-size: calc(14px * 0.9);
    height: 45px;
    width: 160px;
}}.css_join_list {
    overflow: hidden;
    padding: 5rem 2rem;
    position: relative;
    font-family: Arial, sans-serif;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgb(209,205,186) 100%);
}.css_join_list::before {
    right: 0;
    position: absolute;
    animation: scanLine 4s infinite linear;
    height: 1px;
    top: 0;
    background: linear-gradient(90deg, transparent, rgb(169,170,164), transparent);
    box-shadow: 0 0 15px 2px rgb(169,170,164);
    content: "";
    left: 0;
}.css_join_list::after {
    z-index: 0;
    width: 100%;
    left: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(169,170,164,0.5) 0%, transparent 20%),
        radial-gradient(circle at 80% 70%, rgb(125,126,123,0.5) 0%, transparent 20%);
    bottom: 0;
    filter: blur(30px);
    position: absolute;
    content: "";
    height: 100%;
}.css_join_list .css_team_profile {
    position: relative;
    margin: 0 auto;
    perspective: 1000px;
    z-index: 1;
    max-width: 1200px;
}.css_join_list .css_help_help {
    transform: rotateY(-5deg);
    margin: 0 auto;
    border-radius: 12px;
    backdrop-filter: blur(10px);
    padding: 3rem;
    position: relative;
    transform-style: preserve-3d;
    max-width: 600px;
    transition: transform 0.5s ease;
    background: rgba(0, 0, 0, 0.5);
    width: 90%;
}.css_join_list .css_help_help:hover {
    transform: rotateY(0deg);
}.css_join_list .css_help_help::before,
.css_join_list .css_help_help::after {
    z-index: -1;
    position: absolute;
    border-radius: 12px;
    inset: 0;
    content: "";
}.css_join_list .css_help_help::before {
    opacity: 0.5;
    filter: blur(20px);
    animation: glowPulse 3s infinite alternate;
    background: linear-gradient(45deg, rgb(169,170,164), transparent 60%);
}.css_join_list .css_help_help::after {
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 70%, 
        85% 100%, 
        0% 100%
    );
    animation: borderFlash 4s infinite alternate;
    box-shadow: 0 0 20px rgb(169,170,164,0.5);
    border: 1px solid rgb(169,170,164);
}.css_join_list h3 {
    font-size: 37px;
    margin-bottom: 2.5rem;
    color: #ffffff;
    position: relative;
    display: inline-block;
    font-weight: 700;
    text-shadow: 0 0 10px rgb(169,170,164), 0 0 20px rgb(169,170,164,0.5);
}.css_join_list h3::after {
    width: 100%;
    background: linear-gradient(90deg, rgb(169,170,164), transparent);
    bottom: -10px;
    position: absolute;
    content: "";
    animation: widthPulse 3s infinite alternate;
    left: 0;
    height: 2px;
}.css_join_list .input_holder {
    gap: 1.5rem;
    display: grid;
    width: 100%;
}.css_join_list input[type="email"] {
    font-size: 12px;
    border-radius: 10px;
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgb(125,126,123,0.5);
    padding: 1.2rem 1.5rem;
    width: 100%;
    transition: all 0.3s ease;
    color: #ffffff;
}.css_join_list input[type="email"]:focus {
    box-shadow: 0 0 15px rgb(169,170,164,0.5);
    border-color: rgb(169,170,164);
    outline: none;
}.css_join_list input[type="email"]::placeholder {
    opacity: 0.6;
    color: #ffffff;
}.css_join_list .css_sub_deal {
    border-radius: 10px;
    background: transparent;
    box-shadow: 0 0 15px rgb(169,170,164,0.5);
    color: #ffffff;
    cursor: pointer;
    overflow: hidden;
    border: 1px solid rgb(169,170,164);
    font-size: 18px;
    position: relative;
    transition: all 0.3s ease;
    text-shadow: 0 0 10px rgb(169,170,164);
    font-weight: 600;
}.css_join_list .css_sub_deal::before {
    inset: 0;
    background: linear-gradient(45deg, rgb(169,170,164), rgb(125,126,123));
    z-index: -1;
    content: "";
    transition: opacity 0.3s ease;
    opacity: 0;
    position: absolute;
}.css_join_list .css_sub_deal:hover {
    box-shadow: 0 0 20px rgb(169,170,164);
    transform: translateY(-5px);
}.css_join_list .css_sub_deal:hover::before {
    opacity: 1;
}

@keyframes scanLine {
    0% {
        transform: translateY(-100vh);
    }
    100% {
        transform: translateY(100vh);
    }
}

@keyframes glowPulse {
    0% {
        opacity: 0.3;
        filter: blur(20px);
    }
    100% {
        opacity: 0.7;
        filter: blur(15px);
    }
}

@keyframes borderFlash {
    0%, 90% {
        border-color: rgb(169,170,164);
        box-shadow: 0 0 20px rgb(169,170,164,0.5);
    }
    91%, 100% {
        border-color: rgb(125,126,123);
        box-shadow: 0 0 25px rgb(125,126,123);
    }
}

@keyframes widthPulse {
    0% {
        width: 30%;
    }
    100% {
        width: 100%;
    }
}

@media (min-width: 768px) {.css_join_list {
    padding: 7rem 3rem;
}.css_join_list .css_help_help {
    width: 80%;
    padding: 4rem;
}.css_join_list .input_holder {
    grid-template-columns: 2fr 1fr;
}
}

@media (max-width: 767px) {.css_join_list {
    padding: 4rem 1.5rem;
}.css_join_list h3 {
    font-size: 21px;
}.css_join_list .css_help_help {
    transform: rotateY(0deg);
    padding: 2rem;
    width: 100%;
}.css_join_list .input_holder {
    grid-template-columns: 1fr;
}.css_join_list .css_sub_deal {
    width: 100%;
}}.css_tyPage {
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
    z-index: 1;
    background: linear-gradient(135deg, rgb(209,205,186) 0%, rgba(rgb(125,126,123,0.5), 0.15) 100%);
}.css_tyPage::before {
    clip-path: polygon(0 0, 100% 15%, 85% 100%, 0% 85%);
    position: absolute;
    z-index: -1;
    transform: rotate(-15deg) translateZ(0);
    animation: floatBg 18s infinite alternate ease-in-out;
    top: -20%;
    height: 180%;
    content: "";
    background: linear-gradient(145deg, rgb(169,170,164) 0%, rgba(rgb(169,170,164,0.5), 0.2) 100%);
    width: 60%;
    left: -10%;
}.css_tyPage::after {
    position: absolute;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 85%);
    transform: rotate(12deg) translateZ(0);
    right: -5%;
    content: "";
    background: linear-gradient(215deg, rgb(125,126,123) 0%, rgba(rgb(125,126,123,0.5), 0.3) 100%);
    animation: floatBg 15s infinite alternate-reverse ease-in-out;
    bottom: -10%;
    height: 140%;
    width: 40%;
    z-index: -1;
}.css_tyPage .container {
    padding: 0 20px;
    position: relative;
    max-width: 1320px;
    z-index: 2;
    margin: 0 auto;
}.css_tyPage .css_team_profile {
    animation: slideUp 0.9s cubic-bezier(0.17, 0.67, 0.26, 0.97);
    border-left: 4px solid rgb(169,170,164);
    transform: translateY(0);
    padding: 4rem;
    background: rgba(rgb(255, 255, 255, 0.5), 0.9);
    position: relative;
    opacity: 1;
    backdrop-filter: blur(15px);
    box-shadow: 0 20px 50px rgba(rgba(0, 0, 0, 0.5), 0.1), 
                0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.05),
                0 5px 15px rgba(rgb(169,170,164,0.5), 0.05);
}.css_tyPage .css_team_profile::before {
    width: 100%;
    content: "";
    top: 20px;
    position: absolute;
    z-index: -1;
    height: 100%;
    transform: translate(-10px, -10px);
    pointer-events: none;
    left: 20px;
    border: 2px dashed rgba(rgb(125,126,123,0.5), 0.2);
}.css_tyPage .css_team_profile > div:first-child {
    transform: translateX(0);
    animation: slideRight 0.8s 0.3s cubic-bezier(0.17, 0.67, 0.26, 0.97) both;
    position: relative;
    margin-bottom: 2rem;
}.css_tyPage .css_team_profile > div:first-child::after {
    animation: expandWidth 1.2s 0.8s cubic-bezier(0.17, 0.67, 0.26, 0.97) forwards;
    height: 3px;
    background: rgb(169,170,164);
    left: 0;
    bottom: -0.8rem;
    content: "";
    width: 80px;
    position: absolute;
}.css_tyPage h5 {
    letter-spacing: -0.01em;
    font-weight: 700;
    margin: 0;
    font-size: 22px;
    color: #000000;
    line-height: 1.4;
    transform: translateZ(0);
}.css_tyPage .css_team_profile > div:last-child {
    opacity: 0;
    animation: fadeUp 0.8s 0.5s ease-out forwards;
    transform: translateY(20px);
}.css_tyPage a {
    text-decoration: none;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.26, 0.97);
    display: block;
}.css_tyPage a:hover {
    transform: translateY(-5px);
}.css_tyPage a::before {
    position: absolute;
    left: -20px;
    height: 40px;
    top: -15px;
    width: 40px;
    border-radius: 10px;
    transform: rotate(-15deg);
    transition: all 0.4s ease;
    opacity: 0.1;
    background: linear-gradient(135deg, rgb(169,170,164) 0%, rgb(125,126,123) 100%);
    content: "";
}.css_tyPage a:hover::before {
    transform: rotate(0deg) scale(1.2);
    opacity: 0.2;
}.css_tyPage p {
    position: relative;
    color: #000000;
    margin: 0;
    line-height: 1.8;
    font-weight: 400;
    font-size: 17px;
    z-index: 2;
}

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

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

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

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

@keyframes floatBg {
    0% {
        transform: rotate(-15deg) translateZ(0);
    }
    100% {
        transform: rotate(-10deg) translateY(-10px) translateZ(0);
    }
}

@media (max-width: 991px) {.css_tyPage {
    padding: 4rem 0;
}.css_tyPage .css_team_profile {
    padding: 3rem;
}.css_tyPage h5 {
    font-size: calc(22px * 0.9);
}
}

@media (max-width: 767px) {.css_tyPage {
    padding: 3rem 0;
}.css_tyPage .css_team_profile {
    padding: 2.5rem 2rem;
}.css_tyPage h5 {
    font-size: calc(22px * 0.85);
}.css_tyPage p {
    line-height: 1.7;
    font-size: calc(17px * 0.95);
}.css_tyPage::before {
    width: 80%;
}.css_tyPage::after {
    width: 60%;
}
}

@media (max-width: 575px) {.css_tyPage {
    padding: 2.5rem 0;
}.css_tyPage .css_team_profile {
    padding: 2rem 1.5rem;
}.css_tyPage h5 {
    font-size: calc(22px * 0.8);
}.css_tyPage p {
    font-size: calc(17px * 0.9);
    line-height: 1.6;
}.css_tyPage .css_team_profile::before {
    display: none;
}.css_tyPage .css_team_profile > div:first-child::after {
    width: 60px;
}
    
    @keyframes expandWidth {
        0% {
            width: 0;
        }
        100% {
            width: 60px;
        }
    }
}

@media (hover: hover) {.css_tyPage a {
    position: relative;
    overflow: hidden;
}.css_tyPage a::after {
    background: rgb(169,170,164);
    position: absolute;
    height: 1px;
    transform-origin: right;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
    transform: scaleX(0);
    left: 0;
    content: "";
    bottom: 0;
}.css_tyPage a:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}}.css_course_summary {
    background: rgb(209,205,186);
    padding: 4rem 2rem;
    min-height: 100vh;
    display: flex;
    position: relative;
    align-items: center;
    overflow: hidden;
    justify-content: center;
}.css_course_summary .css_training_route {
    right: 0;
    height: 70vh;
    overflow: hidden;
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0.08);
    border-top-left-radius: 150px;
    top: 50%;
    width: 45%;
    z-index: 1;
    border-bottom-left-radius: 150px;
    transform: translateY(-50%);
    position: absolute;
}.css_course_summary .css_training_route::before {
    top: 0;
    height: 100%;
    left: 0;
    background: linear-gradient(90deg, rgb(209,205,186), transparent);
    width: 100px;
    pointer-events: none;
    content: "";
    position: absolute;
    z-index: 2;
}.css_course_summary .css_skill_master {
    animation: carousel-vertical 25s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    display: flex;
    flex-direction: column;
    height: 500%;
    width: 100%;
}.css_course_summary .css_training_route:hover .css_skill_master {
    animation-play-state: paused;
}.css_course_summary .css_lesson_track {
    width: 100%;
    flex-shrink: 0;
    position: relative;
    height: 20%;
}.css_course_summary .css_lesson_track img {
    transition: transform 0.7s ease;
    object-position: center;
    height: 100%;
    object-fit: cover;
    filter: brightness(1.05) contrast(1.08);
    width: 100%;
}.css_course_summary .css_lesson_track:hover img {
    transform: scale(1.05);
}.css_course_summary .container {
    z-index: 2;
    justify-content: flex-start;
    position: relative;
    max-width: 1200px;
    display: flex;
    margin: 0 auto;
    width: 100%;
}.css_course_summary .css_team_profile {
    padding-right: 10%;
    width: 60%;
}.css_course_summary .css_career_classes {
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.06);
    padding: 3.5rem;
    position: relative;
}.css_course_summary .css_career_classes::before {
    left: 1.5rem;
    border-radius: 10px;
    top: 1.5rem;
    height: calc(100% - 3rem);
    border: 1px solid rgb(169,170,164,0.5);
    position: absolute;
    width: calc(100% - 3rem);
    pointer-events: none;
    opacity: 0.3;
    content: "";
}.css_course_summary .css_career_classes h3 {
    color: rgb(169,170,164);
    font-weight: 700;
    font-size: 34px;
    margin-bottom: 1.25rem;
}.css_course_summary .css_career_classes p {
    color: #000000;
    font-size: 13px;
    line-height: 1.7;
    margin-bottom: 2rem;
}.css_course_summary .css_career_classes .css_request_query {
    padding: 0.9rem 2.25rem;
    font-size: 19px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease;
    background: rgb(169,170,164);
    display: inline-block;
    z-index: 1;
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    font-weight: 600;
}.css_course_summary .css_career_classes .css_request_query::before {
    content: "";
    transition: transform 0.6s ease;
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    z-index: -1;
    transform: translateX(-100%);
    top: 0;
    left: 0;
    height: 100%;
}.css_course_summary .css_career_classes .css_request_query:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}.css_course_summary .css_career_classes .css_request_query:hover::before {
    transform: translateX(100%);
}

@keyframes carousel-vertical {
    0%, 16% {
        transform: translateY(0);
    }
    20%, 36% {
        transform: translateY(-20%);
    }
    40%, 56% {
        transform: translateY(-40%);
    }
    60%, 76% {
        transform: translateY(-60%);
    }
    80%, 96% {
        transform: translateY(-80%);
    }
    100% {
        transform: translateY(0);
    }
}

@media (min-width: 768px) and (max-width: 991px) {.css_course_summary {
    padding: 3rem 2rem;
}.css_course_summary .css_training_route {
    border-top-left-radius: 100px;
    height: 60vh;
    border-bottom-left-radius: 100px;
    width: 40%;
}.css_course_summary .css_team_profile {
    padding-right: 5%;
    width: 65%;
}.css_course_summary .css_career_classes {
    padding: 2.5rem;
}.css_course_summary .css_career_classes::before {
    left: 1rem;
    top: 1rem;
    height: calc(100% - 2rem);
    width: calc(100% - 2rem);
}.css_course_summary .css_career_classes h3 {
    font-size: calc(34px * 0.9);
}

}

@media (max-width: 767px) {.css_course_summary {
    display: block;
    padding: 3rem 1.5rem;
    min-height: auto;
}.css_course_summary .css_training_route {
    margin-bottom: 2rem;
    right: auto;
    position: relative;
    border-radius: 0;
    top: auto;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    transform: none;
    width: 100%;
    height: 40vh;
}.css_course_summary .css_training_route::before {
    top: auto;
    bottom: 0;
    height: 100px;
    background: linear-gradient(0deg, rgb(209,205,186), transparent);
    width: 100%;
}.css_course_summary .css_skill_master {
    width: 500%;
    animation: carousel-horizontal-mobile 20s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    flex-direction: row;
    height: 100%;
}.css_course_summary .css_lesson_track {
    width: 20%;
    height: 100%;
}.css_course_summary .container {
    justify-content: center;
    width: 100%;
}.css_course_summary .css_team_profile {
    padding-right: 0;
    max-width: 500px;
    width: 100%;
}.css_course_summary .css_career_classes {
    padding: 2rem 1.5rem;
}.css_course_summary .css_career_classes::before {
    top: 0.75rem;
    width: calc(100% - 1.5rem);
    left: 0.75rem;
    height: calc(100% - 1.5rem);
}.css_course_summary .css_career_classes h3 {
    font-size: 19px;
}.css_course_summary .css_career_classes p {
    line-height: 1.6;
    margin-bottom: 1.5rem;
    font-size: calc(13px * 0.9);
}.css_course_summary .css_career_classes .css_request_query {
    width: 100%;
    text-align: center;
    padding: 0.8rem 1.5rem;
}@keyframes carousel-horizontal-mobile {
        0%, 16% {
            transform: translateX(0);
        }
        20%, 36% {
            transform: translateX(-20%);
        }
        40%, 56% {
            transform: translateX(-40%);
        }
        60%, 76% {
            transform: translateX(-60%);
        }
        80%, 96% {
            transform: translateX(-80%);
        }
        100% {
            transform: translateX(0);
        }
    }
}.css_secure_pantry {
    background-color: rgb(209,205,186);
    font-family: Arial, sans-serif;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    color: #000000;
    padding: 2em;
}.css_secure_pantry h1 {
    text-align: center;
    font-weight: 700;
    margin-bottom: 1em;
    font-size: 41px;
    color: rgb(169,170,164);
}.css_secure_pantry h2 {
    color: rgb(125,126,123);
    margin-bottom: 0.75em;
    font-weight: 600;
    font-size: 34px;
}.css_secure_pantry h3,
.css_secure_pantry h4,
.css_secure_pantry h5,
.css_secure_pantry h6 {
    margin-bottom: 0.5em;
}.css_secure_pantry h3 {
    font-size: calc(18px - 0.2em);
    font-weight: 400;
    color: rgb(169,170,164);
}.css_secure_pantry h4 {
    font-weight: 400;
    font-size: calc(18px - 0.4em);
    color: rgb(125,126,123);
}.css_secure_pantry h5 {
    font-weight: 300;
    font-size: 18px;
    color: #000000;
}.css_secure_pantry h6 {
    color: rgba(0, 0, 0, 0.5);
    font-weight: 300;
    font-size: 18px;
}.css_secure_pantry ul {
    list-style-type: disc;
    padding-left: 1.5em;
    margin-bottom: 1em;
}.css_secure_pantry ol {
    list-style-type: decimal;
    margin-bottom: 1em;
    padding-left: 1.5em;
}.css_secure_pantry li {
    margin-bottom: 0.5em;
    font-size: 13px;
}.css_secure_pantry p {
    line-height: 1.6;
    margin-bottom: 1em;
    font-size: 13px;
}.css_secure_pantry span {
    font-weight: 600;
    color: rgb(169,170,164);
}.css_secure_pantry div {
    margin-bottom: 1em;
}
@media only screen and (max-width: 800px) {.css_secure_pantry {
    padding: 1em;
    border-radius: 10px;
}.css_secure_pantry h1 {
    font-size: calc(18px - 0.5em);
}.css_secure_pantry h2 {
    font-size: calc(18px - 0.4em);
}.css_secure_pantry p,
    .css_secure_pantry li {
    font-size: calc(13px - 0.2em);
}}
.css_secure_pantry h1::after {
    margin: 0.5em auto 0;
    border-radius: 10px;
    content: "";
    display: block;
    background-color: rgb(169,170,164);
    width: 60px;
    height: 4px;
}.css_secure_pantry h2::after {
    width: 40px;
    margin: 0.5em auto 0;
    content: "";
    display: block;
    border-radius: 10px;
    height: 3px;
    background-color: rgb(125,126,123);
}.css_secure_pantry ul li::before {
    content: "•";
    color: rgb(169,170,164);
    width: 1em;
    display: inline-block;
    margin-left: -1em;
    font-weight: 700;
}.css_secure_pantry ol li::before {
    color: rgb(125,126,123);
    font-weight: 700;
}.css_secure_pantry a {
    text-decoration: underline;
    color: rgb(169,170,164);
}.css_secure_pantry a:hover {
    color: rgb(125,126,123);
    text-decoration: none;
}.css_secure_pantry blockquote {
    padding: 1em;
    border-left: 5px solid rgb(169,170,164);
    margin: 1em 0;
    background-color: rgb(169,170,164,0.5);
    font-style: italic;
}.css_meet_us {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(180deg, rgb(209,205,186) 0%, rgba(0, 0, 0, 0.5) 100%);
}.css_meet_us::before {
    background: linear-gradient(45deg, rgb(169,170,164,0.5) 25%, transparent 25%, transparent 75%, rgb(169,170,164,0.5) 75%),
                linear-gradient(45deg, rgb(169,170,164,0.5) 25%, transparent 25%, transparent 75%, rgb(169,170,164,0.5) 75%);
    opacity: 0.05;
    height: 100%;
    background-position: 0 0, 30px 30px;
    background-size: 60px 60px;
    width: 100%;
    left: 0;
    content: '';
    top: 0;
    position: absolute;
}.css_meet_us .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
    padding: 0 20px;
}.css_meet_us .css_team_profile {
    display: flex;
    gap: 50px;
    align-items: center;
    z-index: 2;
    position: relative;
}.css_meet_us .css_growth_graph {
    transform: perspective(1000px) rotateY(5deg);
    padding: 30px;
    position: relative;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    flex: 0 0 350px;
    border-radius: 29px;
    background: #ffffff;
}.css_meet_us .css_growth_graph::before {
    bottom: -5px;
    left: -5px;
    opacity: 0.5;
    transform: perspective(1000px) rotateY(5deg);
    background: linear-gradient(45deg, rgb(169,170,164), rgb(125,126,123));
    content: '';
    right: -5px;
    position: absolute;
    top: -5px;
    border-radius: calc(29px + 5px);
    z-index: -1;
}.css_meet_us .css_img_text_overlay {
    height: 280px;
    overflow: hidden;
    border-radius: 12px;
    width: 100%;
    position: relative;
    margin-bottom: 25px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}.css_meet_us .css_img_text_overlay::after {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 30%;
    content: '';
}.css_meet_us .css_learn_way {
    position: relative;
    padding: 10px 0;
    text-align: center;
}.css_meet_us .css_learn_space {
    margin-bottom: 8px;
    font-weight: 700;
    font-size: 20px;
    color: #000000;
}.css_meet_us .css_why_trust {
    font-size: 12px;
    color: rgb(169,170,164);
    font-weight: 600;
}.css_meet_us .css_text_spot {
    padding: 40px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    flex: 1;
    background: #ffffff;
    position: relative;
    transform: perspective(1000px) rotateY(-5deg);
    border-radius: 0 29px 29px 0;
}.css_meet_us .css_text_spot::before {
    top: 0;
    content: '';
    width: 5px;
    height: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(to bottom, rgb(169,170,164), rgb(125,126,123));
    border-radius: 10px 0 0 10px;
}.css_meet_us .css_expert_network {
    align-items: center;
    color: rgb(169,170,164);
    font-weight: 600;
    display: flex;
    font-size: 17px;
    margin-bottom: 20px;
}.css_meet_us .css_expert_network svg {
    width: 30px;
    height: 30px;
    fill: rgb(169,170,164);
    margin-right: 10px;
}.css_meet_us .css_expert_network svg path {
    fill: rgb(169,170,164);
}.css_meet_us h2 {
    color: #000000;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 15px;
    font-weight: 700;
    font-size: 37px;
}.css_meet_us h2::after {
    background: linear-gradient(to right, rgb(169,170,164), rgb(125,126,123));
    left: 0;
    position: absolute;
    bottom: 0;
    width: 60px;
    height: 3px;
    content: '';
}.css_meet_us p {
    line-height: 1.8;
    color: #000000;
    font-size: 12px;
    position: relative;
}

@media (max-width: 992px) {.css_meet_us {
    padding: 80px 0;
}.css_meet_us .css_team_profile {
    gap: 40px;
    flex-direction: column;
}.css_meet_us .css_growth_graph {
    transform: perspective(1000px) rotateY(0);
    flex: 0 0 auto;
    width: 100%;
    max-width: 450px;
}.css_meet_us .css_growth_graph::before {
    transform: perspective(1000px) rotateY(0);
}.css_meet_us .css_text_spot {
    transform: perspective(1000px) rotateY(0);
    width: 100%;
    max-width: 450px;
}
}

@media (max-width: 768px) {.css_meet_us {
    padding: 60px 0;
}.css_meet_us .css_img_text_overlay {
    height: 240px;
}.css_meet_us .css_growth_graph {
    padding: 25px;
}.css_meet_us .css_text_spot {
    padding: 30px;
}.css_meet_us h2 {
    font-size: calc(37px * 0.9);
}
}

@media (max-width: 480px) {.css_meet_us {
    padding: 40px 0;
}.css_meet_us .css_img_text_overlay {
    height: 200px;
}.css_meet_us .css_growth_graph {
    padding: 20px;
}.css_meet_us .css_text_spot {
    padding: 25px 20px;
}.css_meet_us .css_learn_space {
    font-size: calc(20px * 0.9);
}.css_meet_us .css_why_trust {
    font-size: calc(12px * 0.9);
}.css_meet_us h2 {
    margin-bottom: 15px;
    font-size: calc(37px * 0.8);
    padding-bottom: 10px;
}.css_meet_us p {
    font-size: calc(12px * 0.9);
    line-height: 1.6;
}.css_meet_us .css_expert_network {
    font-size: calc(17px * 0.9);
}}.css_program_assets {
    background: linear-gradient(135deg, rgba(255,255,255,0.92), rgba(248,249,250,0.97));
    overflow: hidden;
    padding: 5rem 0;
    position: relative;
}.css_program_assets::before {
    left: 0;
    top: 0;
    height: 100%;
    position: absolute;
    opacity: 0.07;
    background-size: 20px 20px;
    content: "";
    background-image: 
    linear-gradient(45deg, rgb(125,126,123,0.5) 25%, transparent 25%),
    linear-gradient(-45deg, rgb(125,126,123,0.5) 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, rgb(125,126,123,0.5) 75%),
    linear-gradient(-45deg, transparent 75%, rgb(125,126,123,0.5) 75%);
    width: 100%;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    z-index: 0;
}.css_program_assets .container {
    margin: 0 auto;
    max-width: 1200px;
    grid-template-columns: 1fr;
    padding: 0 1.5rem;
    display: grid;
    z-index: 1;
    position: relative;
    gap: 3rem;
}.css_program_assets .css_img_text_overlay {
    transform: perspective(1000px) rotateY(-3deg);
    transition: transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
    width: 100%;
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0% 100%);
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    object-fit: cover;
    height: auto;
}.css_program_assets .css_img_text_overlay:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-10px);
}.css_program_assets .css_team_profile {
    position: relative;
}.css_program_assets .css_text_spot {
    backdrop-filter: blur(10px);
    padding: 2rem;
    box-shadow: 0 15px 30px rgba(0,0,0,0.05);
    background: linear-gradient(135deg, #ffffff, rgba(255,255,255,0.85));
    position: relative;
}.css_program_assets .css_text_spot::before {
    content: "";
    height: 100%;
    opacity: 0.1;
    z-index: -1;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(45deg, rgb(169,170,164,0.5) 0%, transparent 100%);
}.css_program_assets h1 {
    color: #000000;
    position: relative;
    font-weight: 700;
    font-size: 45px;
    margin-bottom: 2rem;
    transform: translateX(-5px);
    line-height: 1.3;
}.css_program_assets h1::after {
    position: absolute;
    height: 3px;
    transform: scaleX(0.7);
    background: rgb(169,170,164);
    bottom: -10px;
    content: "";
    left: 0;
    width: 60px;
    transition: transform 0.5s ease;
    transform-origin: left;
}.css_program_assets:hover h1::after {
    transform: scaleX(1);
}.css_program_assets ul {
    padding: 0;
    list-style: none;
    grid-template-columns: 1fr;
    gap: 1.2rem;
    margin: 0;
    display: grid;
}.css_program_assets li {
    transition: transform 0.3s ease;
    padding-left: 2.5rem;
    position: relative;
}.css_program_assets li:hover {
    transform: translateX(5px);
}.css_program_assets li p {
    font-size: calc(12px * 1.05);
    color: #000000;
    font-weight: 400;
    margin: 0;
    line-height: 1.6;
}.css_program_assets li svg {
    width: 1.5rem;
    transform: scale(0.9);
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    top: 0.1rem;
    height: 1.5rem;
    left: 0;
    position: absolute;
}.css_program_assets li:hover svg {
    transform: scale(1.1) rotate(5deg);
}.css_program_assets svg path {
    transition: fill 0.3s ease;
    fill: rgb(169,170,164);
}.css_program_assets li:hover svg path {
    fill: rgb(125,126,123);
}

@media (min-width: 768px) {.css_program_assets {
    padding: 6rem 0;
}.css_program_assets .container {
    align-items: center;
    grid-template-columns: 1fr 1fr;
}.css_program_assets .css_img_text_overlay {
    height: 100%;
    max-height: 600px;
}.css_program_assets ul {
    grid-template-columns: repeat(2, 1fr);
}.css_program_assets .css_text_spot {
    padding: 3rem;
}
}

@media (min-width: 992px) {.css_program_assets {
    padding: 8rem 0;
}.css_program_assets .container {
    gap: 5rem;
}.css_program_assets h1 {
    margin-bottom: 2.5rem;
    font-size: calc(45px * 1.1);
}.css_program_assets li p {
    font-size: calc(12px * 1.1);
}.css_program_assets .css_text_spot {
    padding: 4rem;
}
}

@media (max-width: 767px) {.css_program_assets h1 {
    font-size: calc(45px * 0.85);
}.css_program_assets li {
    padding-left: 2rem;
}.css_program_assets li svg {
    transform: scale(0.8);
}.css_program_assets .css_text_spot {
    padding: 1.5rem;
}
}

@media (hover: hover) {.css_program_assets .container:hover .css_img_text_overlay {
    transform: perspective(1000px) rotateY(-5deg) translateY(-10px);
}}.css_tariff_wrapper {
    padding: 6rem 0;
    background: linear-gradient(145deg, rgb(209,205,186), #ffffff);
    position: relative;
    overflow: hidden;
}.css_tariff_wrapper::before {
    left: 0;
    z-index: 1;
    background: linear-gradient(120deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0) 70%);
    height: 100%;
    width: 100%;
    top: 0;
    content: "";
    position: absolute;
}.css_tariff_wrapper .container {
    position: relative;
    padding: 0 15px;
    margin: 0 auto;
    z-index: 2;
    max-width: 1320px;
}.css_tariff_wrapper .css_learn_fees {
    display: grid;
    gap: 3rem;
    grid-template-columns: 1fr;
}.css_tariff_wrapper .css_learning_fees {
    transform: translateY(20px);
    order: 1;
    animation: fadeInUp 0.8s forwards 0.2s;
    text-align: center;
    padding: 2rem;
    opacity: 0;
    box-shadow: 0 15px 35px rgba(0,0,0,0.05);
    background: linear-gradient(145deg, #ffffff, rgb(255, 255, 255, 0.5));
}.css_tariff_wrapper .css_learning_fees h2 {
    display: inline-block;
    font-weight: 700;
    color: rgb(169,170,164);
    position: relative;
    margin-bottom: 1.5rem;
    font-size: 38px;
}.css_tariff_wrapper .css_learning_fees h2::after {
    transform: translateX(-50%);
    height: 3px;
    position: absolute;
    width: 60%;
    bottom: -10px;
    background: linear-gradient(90deg, transparent, rgb(169,170,164), transparent);
    content: "";
    left: 50%;
}.css_tariff_wrapper .css_learning_fees .css_fee_plan {
    margin: 0 auto;
    max-width: 80%;
    color: #000000;
    font-size: 13px;
    line-height: 1.6;
    font-weight: 400;
}.css_tariff_wrapper .css_premium_grid {
    display: grid;
    grid-template-columns: 1fr;
    order: 2;
    gap: 2rem;
}.css_tariff_wrapper .css_study_rates {
    animation-delay: calc(0.1s * var(--i, 1));
    text-decoration: none;
    animation: fadeInUp 0.8s forwards;
    will-change: transform, opacity;
    transform: translateY(30px);
    opacity: 0;
    transition: transform 0.4s cubic-bezier(0.2, 0.85, 0.4, 1.275);
    display: block;
}.css_tariff_wrapper .css_study_rates:nth-child(1) {
    --i: 1;
}.css_tariff_wrapper .css_study_rates:nth-child(2) {
    --i: 2;
}.css_tariff_wrapper .css_study_rates:nth-child(3) {
    --i: 3;
}.css_tariff_wrapper .css_study_rates:nth-child(4) {
    --i: 4;
}.css_tariff_wrapper .css_study_rates:hover {
    transform: translateY(-5px) scale(1.02);
}.css_tariff_wrapper .css_learning_packages {
    position: relative;
    background: #ffffff;
    display: flex;
    overflow: hidden;
    flex-direction: column;
    transition: all 0.4s ease;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0,0,0,0.07);
}.css_tariff_wrapper .css_study_rates:hover .css_learning_packages {
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}.css_tariff_wrapper .css_payment_plans {
    flex-direction: column;
    position: relative;
    flex-grow: 1;
    z-index: 1;
    padding: 2.5rem 2rem;
    display: flex;
}.css_tariff_wrapper .css_payment_plans::before {
    transform: translate(30px, -30px);
    position: absolute;
    height: 120px;
    background: linear-gradient(135deg, transparent 50%, rgb(169,170,164,0.5) 50%);
    z-index: -1;
    width: 120px;
    content: "";
    right: 0;
    top: 0;
    opacity: 0;
    transition: opacity 0.4s ease, transform 0.4s ease;
}.css_tariff_wrapper .css_study_rates:hover .css_payment_plans::before {
    transform: translate(0, 0);
    opacity: 0.7;
}.css_tariff_wrapper .css_study_rates h3 {
    font-size: calc(19px + 0.2rem);
    color: #000000;
    margin-bottom: 1rem;
    position: relative;
    transition: color 0.3s ease;
    font-weight: 700;
}.css_tariff_wrapper .css_study_rates:hover h3 {
    color: rgb(169,170,164);
}.css_tariff_wrapper .css_pricing_catalog {
    display: inline-block;
    position: relative;
    font-size: calc(19px + 0.8rem);
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: rgb(169,170,164);
}.css_tariff_wrapper .css_pricing_catalog::before {
    position: absolute;
    left: 0;
    bottom: -5px;
    height: 3px;
    background: rgb(125,126,123);
    width: 40px;
    transition: width 0.3s ease;
    content: "";
}.css_tariff_wrapper .css_study_rates:hover .css_pricing_catalog::before {
    width: 80px;
}.css_tariff_wrapper .css_study_rates p {
    color: #000000;
    overflow-wrap: break-word;
    line-height: 1.6;
    -ms-word-break: break-all;
    word-wrap: break-word;
    margin-bottom: 0;
    word-break: break-word;
    font-size: 13px;
}.css_tariff_wrapper .css_img_text_overlay {
    transition: transform 0.5s ease;
    overflow: hidden;
    position: relative;
    height: 200px;
}.css_tariff_wrapper .css_img_text_overlay::after {
    content: "";
    background: linear-gradient(to top, rgba(0,0,0,0.2), transparent);
    inset: 0;
    position: absolute;
}.css_tariff_wrapper .css_study_rates:hover .css_img_text_overlay {
    transform: scale(1.05);
}

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

@media (min-width: 768px) {.css_tariff_wrapper .css_premium_grid {
    grid-template-columns: repeat(2, 1fr);
}.css_tariff_wrapper .css_learning_fees {
    padding: 3rem;
}.css_tariff_wrapper .css_payment_plans {
    padding: 2.8rem 2.2rem;
}
}

@media (min-width: 992px) {.css_tariff_wrapper .css_learn_fees {
    gap: 2rem;
    grid-template-columns: 2fr 1fr;
}.css_tariff_wrapper .css_learning_fees {
    padding: 4rem 3rem;
    flex-direction: column;
    text-align: left;
    justify-content: center;
    height: 100%;
    order: 2;
    display: flex;
}.css_tariff_wrapper .css_learning_fees h2::after {
    left: 0;
    transform: none;
    background: linear-gradient(90deg, rgb(169,170,164), transparent);
    width: 100px;
}.css_tariff_wrapper .css_learning_fees .css_fee_plan {
    max-width: 100%;
    margin: 0;
}.css_tariff_wrapper .css_premium_grid {
    order: 1;
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 1200px) {.css_tariff_wrapper .css_premium_grid {
    gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
}.css_tariff_wrapper .css_payment_plans {
    padding: 3rem 2.5rem;
}.css_tariff_wrapper .css_learning_fees h2 {
    font-size: calc(38px + 0.3rem);
}
}

@media (max-width: 767px) {.css_tariff_wrapper {
    padding: 4rem 0;
}.css_tariff_wrapper .css_learning_fees h2 {
    font-size: calc(38px - 0.2rem);
}.css_tariff_wrapper .css_learning_fees .css_fee_plan {
    max-width: 100%;
    font-size: calc(13px - 0.1rem);
}.css_tariff_wrapper .css_study_rates h3 {
    font-size: 19px;
}.css_tariff_wrapper .css_pricing_catalog {
    font-size: calc(19px + 0.5rem);
}.css_tariff_wrapper .css_img_text_overlay {
    height: 160px;
}}footer {
    position: relative;
    width: 100%;
}.css_footer_benefit {
    position: relative;
    padding: 100px 0 30px;
    color: #000000;
    background-color: rgb(209,205,186);
    font-family: Arial, sans-serif;
}.css_footer_benefit::before {
    background-size: 100px 100px;
    width: 100%;
    background-color: rgb(169,170,164,0.5);
    top: 0;
    background: 
        linear-gradient(135deg, rgb(209,205,186) 25%, transparent 25%) -50px 0,
        linear-gradient(225deg, rgb(209,205,186) 25%, transparent 25%) -50px 0,
        linear-gradient(315deg, rgb(209,205,186) 25%, transparent 25%),
        linear-gradient(45deg, rgb(209,205,186) 25%, transparent 25%);
    left: 0;
    position: absolute;
    content: "";
    height: 120px;
}footer .css_program_foot {
    margin-top: -70px;
    z-index: 1;
    position: relative;
}footer .css_request_team {
    position: relative;
    border-radius: 12px;
    background-color: #ffffff;
    justify-content: space-between;
    padding: 25px;
    display: flex;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    margin-bottom: 60px;
    flex-wrap: wrap;
    transform: translateY(-30px);
    z-index: 2;
}footer .info_item {
    padding: 10px 15px;
    background-color: rgb(209,205,186);
    margin: 10px;
    position: relative;
    flex: 1 1 200px;
    transition: all 0.3s ease;
    border-radius: 10px;
}footer .info_item:hover {
    background-color: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px);
}footer .info_item::before {
    width: 3px;
    content: "";
    left: 0;
    transition: opacity 0.3s ease;
    position: absolute;
    height: 100%;
    background-color: rgb(169,170,164);
    border-radius: 3px 0 0 3px;
    top: 0;
    opacity: 0;
}footer .info_item:hover::before {
    opacity: 1;
}footer .info_item svg {
    margin-right: 10px;
    height: 20px;
    width: 20px;
    fill: rgb(169,170,164);
    vertical-align: middle;
}footer .info_item p,
footer .info_item a {
    display: inline-block;
    font-size: 17px;
    vertical-align: middle;
    text-decoration: none;
    color: #000000;
    transition: color 0.3s ease;
}footer .info_item a:hover {
    color: rgb(169,170,164);
}footer .text_main_holder {
    grid-template-columns: 1fr;
    gap: 30px;
    position: relative;
    display: grid;
}footer .text_main_holder::before {
    z-index: -1;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    top: -40px;
    border-radius: 12px;
    content: "";
    height: calc(100% + 80px);
    width: 100%;
    left: 0;
    background-color: #ffffff;
    position: absolute;
}footer .css_nav_core {
    padding: 0 30px;
    position: relative;
}footer .css_nav_core::after {
    height: 1px;
    left: 30px;
    position: absolute;
    right: 30px;
    content: "";
    background: linear-gradient(90deg, rgb(169,170,164), transparent);
    bottom: -15px;
}footer .css_nav_core svg {
    margin-bottom: 15px;
    width: auto;
    height: 45px;
}footer .css_project_ref {
    max-width: 330px;
    font-size: 16px;
    color: #000000;
    line-height: 1.6;
}footer .css_header_guide {
    position: relative;
    margin-right: 20px;
    margin-left: 20px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    background-color: rgb(209,205,186);
    z-index: 1;
    padding: 30px;
    margin-top: -10px;
}footer .css_header_guide h5 {
    display: inline-block;
    font-size: 20px;
    color: #000000;
    margin-bottom: 20px;
    position: relative;
    font-weight: 600;
}footer .css_header_guide h5::after {
    background-color: rgb(169,170,164);
    bottom: -7px;
    left: 0;
    width: 50px;
    height: 2px;
    position: absolute;
    content: "";
}footer .css_header_lead {
    margin-bottom: 20px;
    gap: 10px;
    display: grid;
    grid-template-columns: 1fr;
}footer .css_header_lead a {
    padding: 8px 0;
    text-decoration: none;
    position: relative;
    font-size: 17px;
    transition: all 0.3s ease;
    color: #000000;
    display: inline-block;
}footer .css_header_lead a::after {
    width: 0;
    transition: width 0.3s ease;
    height: 2px;
    bottom: 5px;
    background-color: rgb(169,170,164);
    position: absolute;
    left: 0;
    content: "";
}footer .css_header_lead a:hover {
    color: rgb(169,170,164);
    transform: translateX(5px);
}footer .css_header_lead a:hover::after {
    width: 100%;
}footer .subscribe_holder {
    background-color: rgb(169,170,164);
    margin-left: 40px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    margin-top: -10px;
    position: relative;
    margin-right: 40px;
    z-index: 0;
    border-radius: 12px;
    padding: 30px;
}footer .subscribe_holder::before {
    z-index: -1;
    width: 30px;
    height: 30px;
    transform: rotate(45deg);
    right: 30px;
    top: -15px;
    content: "";
    background-color: rgb(169,170,164);
    position: absolute;
}footer .subscribe_holder h5 {
    margin-bottom: 15px;
    font-weight: 600;
    color: #ffffff;
    font-size: 20px;
}footer .subscribe_holder p {
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    font-size: 17px;
}footer .input_holder {
    flex-direction: column;
    position: relative;
    display: flex;
    gap: 15px;
}footer .input_holder input[type="email"] {
    color: #000000;
    transition: background-color 0.3s ease;
    border-radius: 10px;
    border: none;
    font-size: 17px;
    padding: 14px 16px;
    background-color: rgba(255, 255, 255, 0.9);
}footer .input_holder input[type="email"]:focus {
    background-color: #ffffff;
    outline: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
}footer .css_sub_deal {
    border: none;
    color: #ffffff;
    font-weight: 600;
    font-size: 20px;
    padding: 14px 20px;
    border-radius: 10px;
    transition: all 0.3s ease;
    cursor: pointer;
    background-color: #000000;
}footer .css_sub_deal:hover {
    transform: translateY(-3px);
    background-color: rgb(125,126,123);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}footer .css_case_study {
    margin-top: 60px;
    position: relative;
    text-align: center;
    z-index: 1;
}footer .css_collab_space {
    border-radius: 30px;
    font-size: 16px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    color: #000000;
    display: inline-block;
    background-color: #ffffff;
    padding: 8px 20px;
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
}footer .css_header_lead {
    grid-template-columns: 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .css_sub_deal {
    white-space: nowrap;
}
}

@media (min-width: 992px) {footer .css_header_guide {
    margin-top: 0;
}footer .subscribe_holder {
    margin-top: 0;
}
}

@media (max-width: 991px) {footer .text_main_holder {
    gap: 50px;
}
}

@media (max-width: 767px) {footer .css_footer_benefit {
    padding: 80px 0 30px;
}footer .css_request_team {
    justify-content: center;
    padding: 20px;
}footer .info_item {
    width: 100%;
}footer .css_header_guide, footer .subscribe_holder {
    margin-right: 10px;
    margin-left: 10px;
    padding: 25px 20px;
}footer .css_case_study {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .css_footer_benefit {
    padding: 60px 0 20px;
}footer .css_request_team {
    padding: 15px;
    transform: translateY(-20px);
    margin-bottom: 40px;
}footer .text_main_holder::before {
    top: -30px;
    height: calc(100% + 60px);
}footer .css_nav_core {
    padding: 0 20px;
}footer .css_nav_core::after {
    left: 20px;
    right: 20px;
}footer .css_header_guide h5, footer .subscribe_holder h5 {
    font-size: calc(20px - 2px);
}footer .css_header_lead a {
    padding: 6px 0;
}footer .input_holder input[type="email"],
    footer .css_sub_deal {
    padding: 12px 15px;
}}.css_training_specialist {
    background: linear-gradient(45deg, rgb(209,205,186) 0%, #ffffff 100%);
    overflow: hidden;
    position: relative;
    padding: 70px 30px;
}.css_training_specialist::before {
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 0;
    opacity: 0.4;
    background: radial-gradient(circle at 30% 50%, rgb(169,170,164,0.5) 0%, transparent 40%);
    left: 0;
    position: absolute;
}.css_training_specialist::after {
    height: 100%;
    top: 0;
    content: "";
    right: 0;
    width: 100%;
    position: absolute;
    z-index: 0;
    background: radial-gradient(circle at 70% 30%, rgb(125,126,123,0.5) 0%, transparent 40%);
    opacity: 0.3;
}.css_training_specialist .css_reviews_block {
    margin: 0 auto;
    perspective: 1500px;
    max-width: 1000px;
    z-index: 2;
    display: grid;
    transform-style: preserve-3d;
    position: relative;
    grid-template-columns: 1fr;
}.css_training_specialist .css_img_text_overlay {
    transform: rotateX(10deg);
    height: 300px;
    z-index: 2;
    border-radius: 10px 10px 0 0;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
    position: relative;
    transform-origin: bottom;
    width: 100%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}.css_training_specialist .css_img_text_overlay::before {
    content: "";
    height: 100%;
    width: 100%;
    background: linear-gradient(
        to bottom,
        transparent 50%,
        rgba(0, 0, 0, 0.5) 100%
    );
    top: 0;
    z-index: 1;
    left: 0;
    position: absolute;
}.css_training_specialist .css_reviews_block:hover .css_img_text_overlay {
    transform: rotateX(0deg) translateZ(30px);
}.css_training_specialist .css_work_view {
    z-index: 1;
    border-radius: 0 0 10px 10px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    transform-origin: top;
    transform: rotateX(-5deg);
    padding: 40px;
    position: relative;
    background: #ffffff;
}.css_training_specialist .css_reviews_block:hover .css_work_view {
    transform: rotateX(0deg) translateZ(20px);
}.css_training_specialist .name {
    color: rgb(169,170,164);
    display: inline-block;
    font-weight: 700;
    position: relative;
    margin-bottom: 10px;
    transition: transform 0.4s ease;
    transform: translateZ(0);
    font-size: 38px;
}.css_training_specialist .name::after {
    transition: width 0.4s ease 0.1s;
    bottom: -5px;
    height: 3px;
    width: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(to right, rgb(125,126,123), transparent);
    content: "";
}.css_training_specialist .css_reviews_block:hover .name::after {
    width: 100%;
}.css_training_specialist .css_reviews_block:hover .name {
    transform: translateZ(10px);
}.css_training_specialist .css_work_view > div:nth-child(2) {
    margin-bottom: 20px;
    letter-spacing: 1px;
    color: #000000;
    transition: transform 0.4s ease 0.1s, color 0.3s ease;
    transform: translateZ(0);
    font-weight: 600;
    font-size: 20px;
    opacity: 0.7;
}.css_training_specialist .css_reviews_block:hover .css_work_view > div:nth-child(2) {
    color: rgb(125,126,123);
    transform: translateZ(15px);
}.css_training_specialist .css_job_content {
    font-size: 16px;
    padding: 20px 0 0 0;
    transform: translateZ(0);
    transition: transform 0.4s ease 0.2s;
    position: relative;
    color: #000000;
    line-height: 1.7;
    border-top: 1px solid rgb(209,205,186);
}.css_training_specialist .css_reviews_block:hover .css_job_content {
    transform: translateZ(5px);
}.css_training_specialist .css_job_content::before {
    left: -5px;
    content: "";
    font-size: 60px;
    opacity: 0.5;
    position: absolute;
    top: 10px;
    line-height: 0;
    color: rgb(125,126,123,0.5);
}

@media (min-width: 768px) {.css_training_specialist .css_reviews_block {
    grid-template-columns: 300px 1fr;
    grid-gap: 0;
}.css_training_specialist .css_img_text_overlay {
    transform: rotateY(-10deg);
    height: 100%;
    transform-origin: right;
    border-radius: 10px 0 0 10px;
}.css_training_specialist .css_reviews_block:hover .css_img_text_overlay {
    transform: rotateY(0deg) translateZ(30px);
}.css_training_specialist .css_work_view {
    transform-origin: left;
    transform: rotateY(5deg);
    border-radius: 0 10px 10px 0;
}.css_training_specialist .css_reviews_block:hover .css_work_view {
    transform: rotateY(0deg) translateZ(20px);
}
}

@media (max-width: 767px) {.css_training_specialist {
    padding: 50px 20px;
}.css_training_specialist .css_img_text_overlay {
    height: 250px;
}.css_training_specialist .css_work_view {
    padding: 30px 25px;
}.css_training_specialist .name {
    font-size: calc(38px - 4px);
}.css_training_specialist .css_work_view > div:nth-child(2) {
    font-size: calc(20px - 1px);
}.css_training_specialist .css_job_content {
    font-size: calc(16px - 1px);
}}header {
    padding: 0;
    margin-top: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    z-index: 100;
    background: rgb(209,205,186);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    position: relative;
}header::before {
    background: linear-gradient(90deg, 
        transparent 0%,
        rgba(rgb(169,170,164), 0.03) 25%, 
        rgba(rgb(169,170,164), 0.05) 50%,
        rgba(rgb(169,170,164), 0.03) 75%,
        transparent 100%
    );
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    content: '';
    height: 100%;
}header .css_header_tutor {
    padding: 1.2rem 2rem;
    align-items: center;
    display: flex;
    z-index: 2;
    justify-content: space-between;
    position: relative;
}header .css_nav_core {
    margin-right: 2rem;
    max-width: 180px;
    position: relative;
    flex: 0 0 auto;
}header .css_header_wrap {
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    display: block;
}header .css_header_wrap:hover {
    transform: translateY(-3px);
}header .css_header_wrap img {
    filter: brightness(1.03);
    display: block;
    height: auto;
    max-width: 100%;
}header .css_header_wrap::before {
    border-radius: 10px;
    content: '';
    transform: scaleX(0.7);
    height: 10px;
    width: 100%;
    bottom: -15px;
    position: absolute;
    background: rgb(169,170,164);
    opacity: 0;
    transition: all 0.3s ease;
    left: 0;
}header .css_header_wrap:hover::before {
    transform: scaleX(1);
    opacity: 0.7;
}header .css_header_guide {
    list-style: none;
    margin: 0;
    position: relative;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
}header .css_header_guide::after {
    width: 100%;
    position: absolute;
    content: '';
    height: 1px;
    bottom: -15px;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(169,170,164,0.5), 
        transparent
    );
    left: 0;
}header .css_header_know {
    margin: 0;
    position: relative;
}header .css_header_know a {
    font-size: 13px;
    padding: 1rem 1.2rem;
    transition: all 0.3s ease;
    overflow: hidden;
    color: #000000;
    position: relative;
    font-weight: 600;
    display: block;
    text-decoration: none;
}header .css_header_know a::before {
    background: rgb(169,170,164);
    content: '';
    transform: translateX(-100%);
    bottom: 0;
    transition: transform 0.3s ease;
    width: 100%;
    height: 3px;
    left: 0;
    position: absolute;
}header .css_header_know a:hover {
    color: rgb(169,170,164);
}header .css_header_know a:hover::before {
    transform: translateX(0);
}header .css_header_know a::after {
    top: 0;
    position: absolute;
    width: 100%;
    left: 0;
    z-index: -1;
    background: rgb(169,170,164,0.5);
    height: 100%;
    opacity: 0;
    transition: all 0.3s ease;
    transform: scale(0.8);
    pointer-events: none;
    content: '';
    border-radius: 10px;
}header .css_header_know a:hover::after {
    opacity: 0.15;
    transform: scale(1);
}header .css_header_tutor::before {
    right: 0;
    z-index: -1;
    position: absolute;
    width: 30%;
    content: '';
    background: linear-gradient(-90deg, rgb(209,205,186), transparent);
    height: 100%;
    top: 0;
}header .css_header_tutor::after {
    background: linear-gradient(90deg, rgb(209,205,186), transparent);
    left: 0;
    z-index: -1;
    position: absolute;
    content: '';
    top: 0;
    width: 30%;
    height: 100%;
}header .css_nav_train {
    z-index: 1;
    position: relative;
    padding-top: 2rem;
    background: #ffffff;
}

@media (min-width: 1400px) {header .css_header_tutor {
    margin: 0 auto;
    max-width: 1300px;
}header .css_header_know a {
    padding: 1rem 1.5rem;
}
}

@media (max-width: 991px) {header .css_header_tutor {
    justify-content: space-between;
    padding: 1rem;
    flex-wrap: wrap;
    flex-direction: row;
}header .css_nav_core {
    margin-right: 0;
    margin-bottom: 0;
}header .css_header_guide {
    flex-wrap: wrap;
    padding-top: 1rem;
    justify-content: flex-end;
    margin-top: 0;
    flex-basis: 100%;
}header .css_header_know {
    margin-bottom: 0.5rem;
}header .css_header_know a {
    padding: 0.7rem 1rem;
    font-size: calc(13px - 1px);
}
}

@media (max-width: 767px) {header {
    margin-top: 0;
}header .css_header_tutor {
    padding: 1rem 1.5rem;
}header .css_nav_core {
    flex: 0 0 auto;
    max-width: 150px;
}header .css_header_guide {
    flex-wrap: nowrap;
    margin-top: 0.5rem;
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    scrollbar-width: thin;
    padding-bottom: 0.5rem;
    padding: 0.5rem 0;
}header .css_header_guide::-webkit-scrollbar {
    height: 3px;
}header .css_header_guide::-webkit-scrollbar-thumb {
    background: rgb(169,170,164,0.5);
    border-radius: 10px;
}header .css_header_know {
    flex: 0 0 auto;
}header .css_header_know a {
    font-size: calc(13px - 2px);
    padding: 0.6rem 0.8rem;
    white-space: nowrap;
}header .css_header_guide::after {
    bottom: 0;
}header .css_header_wrap::before {
    display: none;
}}.css_instructional_approach {
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(209,205,186) 0%, rgba(rgb(125,126,123,0.5), 0.1) 100%);
}.css_instructional_approach::before {
    height: 100%;
    top: 0;
    transform: perspective(1000px) rotateX(5deg);
    background: linear-gradient(45deg, rgba(rgb(169,170,164,0.5), 0.05) 15%, transparent 15%, transparent 85%, rgba(rgb(169,170,164,0.5), 0.05) 85%);
    width: 100%;
    z-index: 1;
    pointer-events: none;
    position: absolute;
    content: "";
    left: 0;
    background-size: 60px 60px;
}.css_instructional_approach::after {
    width: 70%;
    background: linear-gradient(to right, transparent, rgba(rgb(125,126,123,0.5), 0.08));
    content: "";
    height: 200%;
    right: -25%;
    position: absolute;
    transform: rotate(-15deg);
    pointer-events: none;
    top: -50%;
    z-index: 1;
}.css_instructional_approach .css_team_profile {
    perspective: 1000px;
    margin: 0 auto;
    position: relative;
    transform-style: preserve-3d;
    max-width: 1200px;
    z-index: 2;
    padding: 0 2rem;
}.css_instructional_approach h2 {
    margin-bottom: 2.5rem;
    font-weight: 700;
    position: relative;
    transform: translateZ(20px);
    text-align: left;
    color: #000000;
    animation: fadeSlideIn 0.8s ease-out forwards;
    font-size: 37px;
}.css_instructional_approach h2::after {
    transform: scaleX(1);
    transform-origin: left;
    height: 4px;
    left: 0;
    content: "";
    position: absolute;
    width: 120px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: linear-gradient(90deg, rgb(169,170,164) 0%, rgb(125,126,123) 100%);
    bottom: -0.75rem;
}.css_instructional_approach h2:hover::after {
    transform: scaleX(1.2);
}.css_instructional_approach .css_text_spot {
    background: linear-gradient(to right bottom, #ffffff 0%, rgba(rgb(255, 255, 255, 0.5), 0.9) 100%);
    padding: 2.5rem 3rem;
    animation: containerRise 1s ease-out forwards;
    animation-delay: 0.3s;
    border-left: 4px solid rgb(169,170,164);
    box-shadow: 0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.1), 
                0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.05),
                0 1px 0 rgba(rgb(255, 255, 255, 0.5), 0.95) inset;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    position: relative;
    transform: translateZ(10px) translateY(0);
    opacity: 0;
}.css_instructional_approach .css_text_spot:hover {
    box-shadow: 0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.15), 
                0 10px 20px rgba(rgba(0, 0, 0, 0.5), 0.1),
                0 1px 0 rgba(rgb(255, 255, 255, 0.5), 0.95) inset;
    transform: translateZ(20px) translateY(-5px);
}.css_instructional_approach p {
    position: relative;
    text-align: left;
    margin: 0;
    z-index: 2;
    line-height: 1.8;
    font-size: 17px;
    color: #000000;
}

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

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

@media (max-width: 991px) {.css_instructional_approach {
    padding: 4rem 0;
}.css_instructional_approach .css_team_profile {
    padding: 0 1.5rem;
}.css_instructional_approach h2 {
    font-size: calc(37px * 0.9);
    margin-bottom: 2rem;
}.css_instructional_approach .css_text_spot {
    padding: 2rem 2.5rem;
}
}

@media (max-width: 767px) {.css_instructional_approach {
    padding: 3rem 0;
}.css_instructional_approach .css_team_profile {
    padding: 0 1rem;
}.css_instructional_approach h2 {
    margin-bottom: 1.5rem;
    font-size: calc(37px * 0.8);
}.css_instructional_approach h2::after {
    width: 80px;
    height: 3px;
}.css_instructional_approach .css_text_spot {
    padding: 1.5rem 2rem;
}.css_instructional_approach p {
    font-size: calc(17px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 480px) {.css_instructional_approach {
    padding: 2.5rem 0;
}.css_instructional_approach .css_team_profile {
    padding: 0 0.8rem;
}.css_instructional_approach h2 {
    font-size: calc(37px * 0.7);
    margin-bottom: 1.25rem;
}.css_instructional_approach .css_text_spot {
    border-left-width: 3px;
    padding: 1.25rem 1.5rem;
}.css_instructional_approach p {
    font-size: calc(17px * 0.9);
    line-height: 1.6;
}}.css_panelTrackingNotice {
    position: fixed;
    z-index: 90;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    width: 100%;
    bottom: 0;
    border-top: 3px solid rgb(169,170,164);
    background: rgb(209,205,186);
    transition: transform 0.3s ease-in-out;
}.css_cookie_review {
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    display: flex;
    margin: 0 auto;
    padding: 20px 15px;
}.css_cookie_customize {
    margin-right: 15px;
    flex-shrink: 0;
}.css_cookie_customize svg {
    transition: fill 0.3s ease;
    height: 60px;
    width: 60px;
    fill: rgb(169,170,164);
}.css_cookie_customize svg:hover {
    fill: rgb(125,126,123);
}.css_accept_cookies {
    flex-grow: 1;
    margin-right: 15px;
    color: #000000;
}.css_panelTrackingNotice h5 {
    color: rgb(169,170,164);
    font-family: Arial, sans-serif;
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 8px;
}.css_panelTrackingNotice p {
    font-size: 18px;
    font-family: Arial, sans-serif;
    line-height: 1.5;
    color: #000000;
}.css_edu_cookie {
    padding: 10px 20px;
    cursor: pointer;
    text-decoration: none;
    line-height: 35px;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    background: rgb(169,170,164);
    border-radius: 11px;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    margin-left: 10px;
}.css_edu_cookie:hover {
    box-shadow: 0 0 10px rgb(125,126,123,0.5);
    background: rgb(125,126,123);
}#css_grantCookiesPermissionBtn {
    background: rgb(169,170,164);
}#css_declineCookiesPreference {
    background: rgba(0, 0, 0, 0.5);
}.css_panelTrackingNotice p a {
    color: rgb(169,170,164);
    text-decoration: underline;
    transition: color 0.3s ease;
}.css_panelTrackingNotice p a:hover {
    color: rgb(125,126,123);
}
@media only screen and (max-width: 1200px) {.css_cookie_review {
    flex-direction: column;
    align-items: center;
}.css_cookie_customize {
    margin-bottom: 15px;
}.css_accept_cookies {
    margin-right: 0;
    text-align: center;
    margin-bottom: 15px;
}.css_edu_cookie {
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
    max-width: 200px;
}
}
@media only screen and (max-width: 800px) {.css_cookie_review {
    padding: 15px;
}.css_cookie_customize {
    display: none;
}.css_panelTrackingNotice h5 {
    font-size: 20px;
}.css_panelTrackingNotice p {
    font-size: 15px;
}}
#css_cookie_popup_panel {
    display: none;
}#css_cookie_popup_panel:checked ~ .css_panelTrackingNotice {
    visibility: hidden;
    opacity: 0;
}.css_contact_panel {
    position: relative;
    padding: 0;
}.css_contact_panel::before {
    position: absolute;
    opacity: 0.92;
    height: 100%;
    content: '';
    left: 0;
    top: 0;
    background-color: rgb(209,205,186);
    width: 100%;
}.css_contact_panel .container {
    padding: 0;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.css_contact_panel .css_help_help {
    display: flex;
    position: relative;
}.css_contact_panel .css_help_query {
    padding: 80px 50px;
    width: 40%;
    justify-content: center;
    background-color: rgb(169,170,164);
    flex-direction: column;
    display: flex;
    color: #ffffff;
}.css_contact_panel .css_help_query h3 {
    margin-bottom: 50px;
    color: #ffffff;
    position: relative;
    font-weight: 700;
    font-size: 32px;
}.css_contact_panel .css_help_query h3::after {
    left: 0;
    bottom: -15px;
    content: '';
    background: #ffffff;
    position: absolute;
    height: 3px;
    width: 60px;
}.css_contact_panel .css_help_query div {
    align-items: center;
    padding-bottom: 15px;
    display: flex;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}.css_contact_panel .css_help_query div:last-child {
    border-bottom: none;
}.css_contact_panel .css_help_query svg {
    height: 25px;
    margin-right: 20px;
    width: 25px;
}.css_contact_panel .css_help_query svg path {
    fill: #ffffff;
}.css_contact_panel .css_help_query span {
    color: #ffffff;
    font-size: 16px;
}.css_contact_panel .css_help_query a {
    transition: opacity 0.3s ease;
    text-decoration: none;
    color: #ffffff;
}.css_contact_panel .css_help_query a:hover {
    opacity: 0.8;
}.css_contact_panel .css_contact_request {
    width: 60%;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    padding: 100px 50px 100px 100px;
}.css_contact_panel form {
    width: 100%;
}.css_contact_panel form h3 {
    position: relative;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #000000;
}.css_contact_panel form h3::after {
    left: 0;
    background: rgb(169,170,164);
    position: absolute;
    height: 3px;
    width: 60px;
    bottom: -15px;
    content: '';
}.css_contact_panel form input[type="text"],
.css_contact_panel form input[type="email"] {
    width: 100%;
    font-size: 16px;
    color: #000000;
    background: transparent;
    transition: all 0.3s ease;
    border-bottom: 1px solid #e0e0e0;
    border: none;
    margin-bottom: 25px;
    padding: 15px 0;
}.css_contact_panel form input[type="text"]:focus,
.css_contact_panel form input[type="email"]:focus {
    outline: none;
    border-bottom-color: rgb(169,170,164);
}.css_contact_panel form input::placeholder {
    color: #9e9e9e;
}.css_contact_panel .css_request_inquiry {
    display: flex;
    margin: 30px 0;
    align-items: flex-start;
}.css_contact_panel .css_request_inquiry input[type="checkbox"] {
    border: 1px solid #e0e0e0;
    margin-right: 15px;
    cursor: pointer;
    position: relative;
    background: transparent;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    -webkit-appearance: none;
    transition: all 0.3s ease;
    appearance: none;
}.css_contact_panel .css_request_inquiry input[type="checkbox"]:checked {
    border-color: rgb(169,170,164);
    background-color: rgb(169,170,164);
}.css_contact_panel .css_request_inquiry input[type="checkbox"]:checked::before {
    position: absolute;
    border-width: 0 2px 2px 0;
    left: 6px;
    transform: rotate(45deg);
    height: 10px;
    content: '';
    top: 2px;
    width: 6px;
    border: solid white;
}.css_contact_panel .css_request_inquiry label {
    color: #000000;
    font-size: 12px;
    line-height: 1.6;
}.css_contact_panel .css_request_inquiry a {
    text-decoration: none;
    font-weight: 600;
    color: rgb(169,170,164);
    transition: color 0.3s ease;
}.css_contact_panel .css_request_inquiry a:hover {
    color: rgb(125,126,123);
}.css_contact_panel .css_request_query {
    transition: all 0.3s ease;
    display: inline-block;
    overflow: hidden;
    font-weight: 600;
    cursor: pointer;
    background: rgb(169,170,164);
    position: relative;
    z-index: 1;
    font-size: 19px;
    color: #ffffff;
    padding: 15px 40px;
    border: none;
}.css_contact_panel .css_request_query::after {
    width: 100%;
    transform-origin: right;
    top: 0;
    z-index: -1;
    transform: scaleX(0);
    background: rgb(125,126,123);
    height: 100%;
    content: '';
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
}.css_contact_panel .css_request_query:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}

@media (max-width: 1024px) {.css_contact_panel .css_help_query {
    padding: 60px 30px;
}.css_contact_panel .css_contact_request {
    padding: 80px 40px 80px 70px;
}
}

@media (max-width: 768px) {.css_contact_panel .css_help_help {
    flex-direction: column;
}.css_contact_panel .css_help_query {
    padding: 50px 30px;
    clip-path: none;
    width: 100%;
}.css_contact_panel .css_contact_request {
    padding: 50px 30px;
    width: 100%;
}.css_contact_panel .css_help_query h3,
    .css_contact_panel form h3 {
    font-size: calc(32px * 0.9);
    margin-bottom: 30px;
}
}

@media (max-width: 576px) {.css_contact_panel .css_help_query,
    .css_contact_panel .css_contact_request {
    padding: 40px 25px;
}.css_contact_panel .css_help_query h3,
    .css_contact_panel form h3 {
    font-size: calc(32px * 0.8);
    margin-bottom: 25px;
}.css_contact_panel .css_help_query div {
    margin-bottom: 20px;
}.css_contact_panel .css_request_query {
    padding: 15px 20px;
    width: 100%;
}
}